:root{--radius-card: 16px;--radius-pill: 100px;--radius-photo: 128px;--container: 1640px;--desktop-side-padding: 140px;--section-gap: 120px;--header-height: 100px;--experience-period-column: 520px;--experience-gap: 45px;--experience-icon-column: 24px;--hero-title-size: 80px;--hero-body-size: 24px;--hero-photo-width: 309px;--hero-photo-height: 220px;--card-height: 740px}.theme-light{--page-bg: #ffffff;--text-main: #111111;--text-muted: rgba(17, 17, 17, .6);--text-on-dark: #eff1f5;--muted-on-dark: rgba(239, 241, 245, .62);--surface-soft: #eff1f5;--surface-soft-alt: #eaecf0;--surface-contrast: #ffffff;--surface-contrast-text: #1d1d1d;--header-bg-initial: rgba(255, 255, 255, .5);--header-bg-scrolled: rgba(255, 255, 255, .94);--mobile-menu-bg: rgba(255, 255, 255, .96);--mobile-menu-shadow: 0 20px 60px rgba(17, 17, 17, .12);--mobile-divider: rgba(17, 17, 17, .1);--burger-bg-initial: rgba(255, 255, 255, .5);--burger-bg-scrolled: rgba(255, 255, 255, .94);--burger-bg-hover: rgba(255, 255, 255, .74);--burger-line: var(--text-main);--accent: #e6843d;--accent-strong: #e6843d;--focus-outline: #e6843d;--experience-surface: var(--surface-soft);--experience-surface-alt: var(--surface-soft-alt);--experience-text: var(--text-main);--case-news-bg: linear-gradient(90deg, #eff1f5 0%, #eff1f5 100%), linear-gradient(152.336deg, #ddeafb 0%, #bdd8fd 100%);--case-kokoc-bg: linear-gradient(90deg, #eff1f5 0%, #eff1f5 100%), linear-gradient(128.014deg, #ddeafb 0%, #bdd8fd 100%);--case-iquoto-bg: linear-gradient(90deg, #eff1f5 0%, #eff1f5 100%), linear-gradient(137.188deg, #ddeafb 0%, #bdd8fd 100%);--case-button-bg: #ffffff;--case-button-text: #1d1d1d;--theme-pill-bg: #e6843d;--theme-pill-text: #ffffff}.theme-dark{--page-bg: #1e1e1e;--text-main: #eff1f5;--text-muted: rgba(239, 241, 245, .62);--text-on-dark: #eff1f5;--muted-on-dark: rgba(239, 241, 245, .62);--surface-soft: #262626;--surface-soft-alt: #262626;--surface-contrast: #ffffff;--surface-contrast-text: #1d1d1d;--header-bg-initial: rgba(30, 30, 30, .5);--header-bg-scrolled: rgba(30, 30, 30, .92);--mobile-menu-bg: rgba(38, 38, 38, .96);--mobile-menu-shadow: 0 20px 60px rgba(0, 0, 0, .34);--mobile-divider: rgba(239, 241, 245, .16);--burger-bg-initial: rgba(30, 30, 30, .5);--burger-bg-scrolled: rgba(30, 30, 30, .92);--burger-bg-hover: rgba(47, 47, 47, .78);--burger-line: #eff1f5;--accent: #5c332d;--accent-strong: #694038;--focus-outline: #b56d4d;--experience-surface: #262626;--experience-surface-alt: #262626;--experience-text: #f3f4f6;--case-news-bg: linear-gradient(110deg, #53322c 0%, #392928 44%, #1e1e1e 100%);--case-kokoc-bg: linear-gradient(110deg, #50312b 0%, #392928 44%, #1e1e1e 100%);--case-iquoto-bg: linear-gradient(110deg, #55342d 0%, #3b2a28 44%, #1e1e1e 100%);--case-button-bg: #473734;--case-button-text: #ffffff;--theme-pill-bg: #5c332d;--theme-pill-text: #111111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.page-shell{position:relative;overflow-x:hidden;isolation:isolate}.app{min-height:100vh;background:var(--page-bg);color:var(--text-main);transition:background-color .22s ease,color .22s ease}.hero-gradient{display:none;position:absolute;top:0;left:50%;width:min(1161px,72vw);aspect-ratio:1161 / 1090;transform:translate(clamp(-110px,-6vw,-48px),-46.8%);pointer-events:none;z-index:-1}.theme-dark .hero-gradient{display:block}.hero-gradient__blob{position:absolute;width:68.39%;aspect-ratio:1;border-radius:50%;filter:blur(clamp(120px,10vw,201px));opacity:.96}.hero-gradient__blob--left{left:-43.76%;top:27.98%;background:#da523a}.hero-gradient__blob--center{left:11.89%;top:27.16%;background:#c54a4a}.hero-gradient__blob--top{left:0;top:10.46%;background:#da893a}.header-shell{position:fixed;inset:0 0 auto 0;width:100%;z-index:100;background:var(--header-bg-initial);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom-left-radius:40px;border-bottom-right-radius:40px;overflow:visible;transition:background-color .22s ease;will-change:background-color}.header-shell.is-scrolled{background:var(--header-bg-scrolled)}.main-content{position:relative;z-index:1}.section-shell{width:min(calc(100% - (var(--desktop-side-padding) * 2)),var(--container));margin:0 auto}.site-header{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:40px 0;position:relative}.brand,.header-nav a{font-size:24px;line-height:normal;font-weight:400}.brand{transition:color .18s ease}.brand:hover{color:#e6843d}.header-nav a{transition:color .18s ease}.header-nav a:hover{color:#e6843d}.brand:focus-visible,.header-nav a:focus-visible,.header-burger:focus-visible{outline:2px solid var(--focus-outline);outline-offset:3px}.theme-pill:focus-visible{outline:2px solid var(--focus-outline);outline-offset:3px}.header-nav a:active,.brand:active{color:#e6843d;opacity:.8}.header-nav,.header-actions{display:flex;align-items:center;gap:32px}.header-nav--desktop{display:flex}.header-nav--mobile,.header-mobile-toggle-row,.header-mobile-divider{display:none}.header-burger{display:none;width:48px;height:48px;padding:0;border:0;border-radius:14px;background:var(--burger-bg-initial);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.header-shell.is-scrolled .header-burger{background:var(--burger-bg-scrolled)}.header-burger span{width:18px;height:2px;border-radius:999px;background:var(--burger-line);display:block;transition:transform .18s ease,opacity .18s ease,background-color .18s ease;transform-origin:center}.header-burger:hover{background:var(--burger-bg-hover)}.header-burger:active{transform:scale(.97)}.site-header.is-menu-open .header-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .header-burger span:nth-child(2){opacity:0}.site-header.is-menu-open .header-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.theme-pill{width:60px;height:29px;border:0;border-radius:16px;background:var(--theme-pill-bg);display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;color:var(--theme-pill-text);padding:0 3px;transition:background-color .18s ease,color .18s ease}.theme-pill:hover{color:var(--theme-pill-text)}.theme-pill__emoji{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;line-height:1;font-size:24px}.theme-pill--dark{justify-content:flex-end}.theme-pill--mobile{width:60px}.main-content{display:flex;flex-direction:column;gap:var(--section-gap);padding:calc(var(--header-height) + 132px) 0 120px}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;min-height:478px}.hero-photo-wrap{width:var(--hero-photo-width);height:var(--hero-photo-height);border-radius:var(--radius-photo);overflow:hidden;background:#ececec;flex-shrink:0}.hero-photo{width:100%;height:100%;object-fit:cover}.hero-copy{width:min(918px,100%);display:flex;flex-direction:column;gap:16px}.hero h1{margin:0;font-size:clamp(52px,6vw,var(--hero-title-size));line-height:1.175;font-weight:700}.hero-title-break{display:inline}.hero p{margin:0;font-size:var(--hero-body-size);line-height:1.3;letter-spacing:-.01em}.cases{display:flex;flex-direction:column;gap:40px}.cases-grid{display:grid;grid-template-columns:672px 1fr;gap:40px}.case-card{position:relative;overflow:hidden;border-radius:var(--radius-card);min-width:0}.case-card-featured,.case-card-wide,.case-card-kokoc,.case-card-iquoto{min-height:var(--card-height)}.case-dark{background:#0f0f0f}.case-light{background:var(--surface-soft)}.case-news{background-image:var(--case-news-bg)}.case-kokoc{background-image:var(--case-kokoc-bg)}.case-iquoto{background-image:var(--case-iquoto-bg)}.case-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.case-copy{position:relative;z-index:1;width:min(544px,calc(100% - 112px));display:flex;flex-direction:column;gap:16px;padding:46px 0 0 56px}.case-copy-tight{gap:12px;padding-left:52px}.case-copy-narrow{width:min(426px,calc(100% - 104px))}.case-copy h2{margin:0;font-size:32px;line-height:normal;font-weight:700;letter-spacing:-.01em}.case-card-wide .case-copy h2,.case-card-kokoc .case-copy h2,.case-card-iquoto .case-copy h2{font-size:36px;font-weight:500;line-height:normal}.case-description{margin:0;font-size:20px;line-height:1.35;color:var(--text-muted);max-width:100%}.case-description-list p{margin:0}.case-dark .case-copy{color:var(--text-on-dark)}.case-dark .case-description{color:var(--muted-on-dark)}.theme-dark .case-news .case-copy,.theme-dark .case-kokoc .case-copy,.theme-dark .case-iquoto .case-copy{color:var(--text-on-dark)}.theme-dark .case-news .case-description,.theme-dark .case-kokoc .case-description,.theme-dark .case-iquoto .case-description{color:var(--muted-on-dark)}.case-description-list ul{margin:18px 0 0;padding-left:28px}.case-description-list li+li{margin-top:8px}.case-button{position:absolute;left:56px;bottom:46px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:204px;min-height:56px;padding:16px 32px;border-radius:var(--radius-pill);background:var(--case-button-bg);color:var(--case-button-text);font-size:20px;line-height:24px;white-space:nowrap;transition:background-color .18s ease,color .18s ease,transform .18s ease}.case-button:hover,.case-card:hover .case-button,.theme-dark .case-card-featured .case-button:hover,.theme-dark .case-card:hover .case-button{background:#e6843d;color:#fff}.case-card-kokoc .case-button,.case-card-iquoto .case-button{min-height:50px;padding:13px 32px}.case-visual{position:absolute;pointer-events:none}.case-visual picture{display:block;width:100%;height:100%}.case-visual img{display:block;max-width:none}.case-visual-featured{right:0;bottom:0;width:min(63.4%,1040px);height:620px}.case-visual-featured img{position:absolute;top:0;left:0;width:109.42%;height:auto}.case-visual-news{right:0;bottom:0;width:min(63.5%,1042px);height:625px}.case-visual-news img{position:absolute;top:0;left:0;width:auto;height:100.64%}.case-visual-kokoc-main{left:352px;top:199px;width:320px;height:541px;overflow:hidden}.case-visual-kokoc-main img{position:absolute;top:0;left:0;width:225%;height:auto}.case-visual-kokoc-side{left:518px;top:153px;width:154px;height:526px;border-top-left-radius:12px;border-bottom-left-radius:12px;overflow:hidden;box-shadow:-28px 47px 259px #123b3742}.case-visual-kokoc-side img{position:absolute;top:0;left:0;width:157.74%;height:auto}.case-card-iquoto .case-copy{width:min(577px,calc(100% - 104px))}.case-card-kokoc .case-description{width:370px}.case-card-iquoto .case-description{width:482px}.case-visual-iquoto{left:352px;top:0;width:576px;height:740px;overflow:hidden}.case-visual-iquoto img{position:absolute;top:2.14%;left:0;width:159.9%;height:auto}.experience{display:grid;grid-template-columns:350px minmax(0,1fr);gap:80px;align-items:start}.experience h2{margin:0;font-size:56px;line-height:normal;font-weight:400}.experience-list{display:flex;flex-direction:column;gap:24px;min-width:0}.experience-item{background:var(--experience-surface);border-radius:var(--radius-card);overflow:hidden;min-height:92px}.experience-item-alt{background:var(--experience-surface-alt)}.experience-toggle{width:100%;color:var(--experience-text);display:flex;align-items:center;justify-content:space-between;padding:32px;text-align:left;min-height:92px}.experience-text-group{display:flex;align-items:center;gap:var(--experience-gap);min-width:0;flex:1 1 auto}.experience-period,.experience-company{font-size:24px;line-height:normal;font-weight:400;white-space:nowrap;min-width:0}.experience-period{flex:0 0 var(--experience-period-column);width:var(--experience-period-column)}.experience-company{flex:0 1 auto}.experience-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;justify-self:end;flex:0 0 var(--experience-icon-column);margin-left:24px}.experience-icon img{width:24px;height:24px;display:block}.theme-dark .experience-icon img{filter:brightness(0) invert(1)}@media (max-width: 1400px){:root{--container: 1200px;--desktop-side-padding: 64px;--experience-period-column: 420px;--experience-gap: 28px;--hero-title-size: 68px;--hero-body-size: 22px;--hero-photo-width: 280px;--hero-photo-height: 200px;--card-height: 640px}.case-card-featured,.case-card-wide,.case-card-kokoc,.case-card-iquoto{min-height:var(--card-height)}.case-visual-featured{width:min(58%,920px);height:auto;top:110px}.case-visual-news{width:min(60%,820px);height:auto;top:120px}.cases-grid{grid-template-columns:1fr 1fr}.case-card-kokoc .case-copy{width:min(360px,calc(100% - 104px))}.case-card-iquoto .case-copy{width:min(430px,calc(100% - 104px))}.case-visual-kokoc-main{left:48%;top:200px;width:270px}.case-visual-kokoc-side{left:auto;right:-44px;top:158px;width:176px;height:500px}.case-visual-iquoto{left:46%;width:62%;height:620px;top:auto;bottom:0}.case-visual-iquoto img{top:auto;bottom:-10px;width:168%;min-height:calc(100% + 10px)}.case-card-kokoc .case-description,.case-card-iquoto .case-description{width:auto;max-width:100%}.experience{grid-template-columns:1fr;gap:32px}}@media (min-width: 1401px) and (max-width: 1740px){:root{--experience-period-column: 440px;--experience-gap: 32px}.experience{grid-template-columns:320px minmax(0,1fr);gap:64px}.experience-text-group{min-width:0}.experience-company{min-width:0;overflow:hidden;text-overflow:ellipsis}.experience-icon{margin-left:32px}}@media (max-width: 1280px){:root{--desktop-side-padding: 48px;--section-gap: 96px;--hero-title-size: 60px;--hero-body-size: 20px;--hero-photo-width: 252px;--hero-photo-height: 180px;--card-height: 600px;--experience-period-column: 360px;--experience-gap: 24px;--experience-right-column: minmax(180px, 1fr)}.hero{min-height:auto}.cases-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.case-copy{width:min(400px,calc(100% - 72px));padding:40px 0 0 40px}.case-copy-tight{padding-left:40px}.case-button{left:40px;bottom:36px}.case-visual-featured{width:min(59%,820px);height:520px}.case-visual-news{width:min(58%,760px);height:520px}.case-visual-kokoc-main{left:47%;top:192px;width:220px;height:430px}.case-visual-kokoc-main img{width:580px;height:580px}.case-visual-kokoc-side{right:-34px;top:170px;width:168px;height:430px}.case-visual-iquoto{left:43%;width:64%;height:568px;top:auto;bottom:0}.case-visual-iquoto img{top:auto;bottom:-10px;width:162%;height:auto;min-height:calc(100% + 10px)}.experience h2{font-size:46px}}@media (min-width: 1025px) and (max-width: 1281px){:root{--experience-period-column: 372px;--experience-gap: 26px}.case-copy{width:min(340px,calc(100% - 72px))}.case-card-iquoto .case-copy{width:min(360px,calc(100% - 72px))}.case-visual-iquoto{left:43%;width:63%;height:548px;bottom:0}.case-visual-iquoto img{top:auto;bottom:-10px;width:164%;min-height:calc(100% + 10px)}.case-copy h2,.case-card-wide .case-copy h2,.case-card-kokoc .case-copy h2,.case-card-iquoto .case-copy h2{font-size:34px}.case-description{font-size:18px}.case-card-kokoc .case-description{width:290px}.case-card-iquoto .case-description{width:340px}.experience{grid-template-columns:312px minmax(0,1fr);gap:44px}.experience-toggle{padding:30px 28px}.experience-company{min-width:0;overflow:hidden;text-overflow:ellipsis}.experience-icon{margin-left:24px}}@media (max-width: 1024px){:root{--desktop-side-padding: 24px;--section-gap: 88px;--experience-period-column: 1fr;--experience-gap: 16px;--hero-title-size: 48px;--hero-body-size: 20px;--hero-photo-width: 240px;--hero-photo-height: 172px}.site-header{height:auto;padding:24px 0;align-items:center;gap:16px}.hero-gradient{width:min(1161px,112vw);transform:translate(-26%,-42%)}.brand,.header-nav a{font-size:20px}.header-actions{margin-left:auto;gap:16px}.header-nav--desktop{display:none}.header-burger{display:inline-flex}.header-nav--mobile{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;padding:18px 20px;border-radius:16px;background:var(--mobile-menu-bg);box-shadow:var(--mobile-menu-shadow);display:flex;flex-direction:column;align-items:flex-start;gap:16px;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.98);transform-origin:top right;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),visibility .22s ease}.header-nav--mobile.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.theme-pill--desktop{display:none}.header-mobile-toggle-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:0}.header-mobile-divider{display:block;width:100%;height:1px;margin:0;background:var(--mobile-divider)}.header-mobile-toggle-label{font-size:18px;line-height:normal;font-weight:400}.main-content{padding:calc(var(--header-height) + 88px) 0 88px}.hero-photo-wrap{width:var(--hero-photo-width);height:var(--hero-photo-height)}.hero p{font-size:var(--hero-body-size)}.case-card{min-height:auto;padding-bottom:0}.case-card-iquoto{min-height:326px;height:326px}.case-copy,.case-copy-tight,.case-card-iquoto .case-copy{position:relative;top:auto;left:auto;z-index:1;width:calc(100% - 48px);padding:28px 24px 0;gap:12px}.case-copy h2,.case-card-wide .case-copy h2,.case-card-kokoc .case-copy h2,.case-card-iquoto .case-copy h2{font-size:20px;line-height:normal}.case-description{font-size:16px;line-height:1.35}.case-card-wide .case-copy{width:calc(100% - 48px)}.case-card-kokoc .case-button,.case-card-iquoto .case-button{min-height:52px;padding:14px 28px}.case-button{display:none;left:24px;bottom:24px;min-width:188px;min-height:52px;padding:14px 28px;font-size:18px}.case-visual,.case-visual-featured,.case-visual-news,.case-visual-kokoc-main,.case-visual-kokoc-side,.case-visual-iquoto{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:calc(100% - 32px);height:auto;margin:16px 16px 0}.case-backdrop-featured{display:block;background-position:center;background-size:cover}.case-card-featured{background:#0f0f0f}.case-visual-featured{width:calc(100% - 32px);aspect-ratio:332 / 186;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px}.case-visual-featured img{position:absolute;top:0;left:0;width:103.73%;height:159.55%;max-width:none}.case-visual-news{width:calc(100% - 32px);aspect-ratio:329 / 186;overflow:hidden}.case-visual-news img{position:absolute;top:0;left:0;width:134.14%;height:143.39%;max-width:none}.case-visual-kokoc-main{width:calc(100% - 32px);aspect-ratio:319 / 186;overflow:hidden}.case-visual-kokoc-main img{position:absolute;top:0;left:-.1%;width:99.98%;height:165.97%;max-width:none}.case-visual-kokoc-side{display:none}.case-visual-iquoto{position:relative;left:auto;right:auto;bottom:auto;top:auto;width:calc(100% - 16px);aspect-ratio:324 / 280;overflow:hidden;margin:-112px 0 0 16px}.case-visual-iquoto img{position:absolute;top:2.89%;left:0;width:154%;height:155.13%;max-width:none}.cases-grid{grid-template-columns:1fr}.experience h2{font-size:42px}.experience-toggle{align-items:flex-start;gap:16px}.experience-text-group{display:grid;grid-template-columns:1fr;row-gap:6px;align-items:start}.experience-period,.experience-company{width:auto;flex:0 1 auto;white-space:normal;font-size:20px;padding-right:8px}}@media (max-width: 640px){:root{--desktop-side-padding: 16px;--section-gap: 72px;--hero-title-size: 44px;--hero-body-size: 18px;--hero-photo-width: 220px;--hero-photo-height: 156px}.header-nav{gap:14px 18px}.header-burger{width:44px;height:44px}.header-nav--mobile{right:0;min-width:200px}.hero h1{font-size:var(--hero-title-size)}.hero p{font-size:var(--hero-body-size)}.case-copy h2,.case-card-wide .case-copy h2,.case-card-kokoc .case-copy h2,.case-card-iquoto .case-copy h2{font-size:20px}.experience h2{font-size:34px}.experience-toggle{padding:24px;gap:12px}.experience-period,.experience-company{font-size:18px}.experience-panel{padding:0 24px 22px}}@media (max-width: 536px){.hero-title-break{display:block}}@media (max-width: 438px){.case-visual-iquoto{margin-top:-92px}}@media (max-width: 375px){.hero{margin-top:-20px}}
