:root{--bg:#fff;--bg-soft:#f3f6f8;--text:#102c40;--text-muted:#526879;--accent:#0879ce;--accent-light:#27a9ed;--border:#d5e0e7;--radius:8px;--max-width:1280px;--display:"Unbounded Variable", sans-serif;--body:"Golos Text Variable", sans-serif;--space-section:120px;--space-block:56px;--gutter:40px}*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--bg);color:var(--text);font:400 18px/1.65 var(--body);-webkit-font-smoothing:antialiased;margin:0}img{max-width:100%;display:block}a{color:var(--accent);text-decoration:none}button,select{font:inherit}button{cursor:pointer}button,a,summary,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a:focus-visible,button:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}[hidden]{display:none!important}.container{width:100%;max-width:var(--max-width);padding-inline:var(--gutter);margin:0 auto}.section{padding-block:var(--space-section)}h1,h2,h3{color:var(--text);overflow-wrap:break-word;margin:0}h1,h2{font-family:var(--display);letter-spacing:-.055em;font-weight:500;line-height:1.24}h1{font-size:clamp(36px,5.5vw,72px)}h2{font-size:clamp(32px,3.8vw,50px)}h3{letter-spacing:-.02em;font-size:22px;font-weight:500;line-height:1.4}p{color:var(--text-muted);margin:0 0 24px}strong,b{font-weight:600}.lead{max-width:700px;font-size:21px;line-height:1.6}.icon{vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.icon svg{width:100%;height:100%}.actions{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.btn{border-radius:var(--radius);background:var(--accent);color:#fff;border:0;justify-content:center;align-items:center;gap:24px;min-height:58px;padding:16px 24px;font-size:17px;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.btn:hover{background:#0666b0;transform:translateY(-2px)}.text-link{min-height:44px;color:var(--text);align-items:center;gap:16px;font-size:17px;font-weight:500;display:inline-flex}.text-link:hover{color:var(--accent)}.skip-link{z-index:100;background:#fff;padding:15px;position:absolute;top:-100px;left:20px}.skip-link:focus{top:10px}header.site{z-index:50;backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#ffffffed;position:sticky;top:0}header.site .container{justify-content:space-between;align-items:center;gap:32px;min-height:92px;display:flex}.logo{font:600 24px/1.2 var(--display);letter-spacing:-1px;color:var(--text)}.logo span{color:var(--accent)}.logo small{font:500 10px/1.5 var(--body);letter-spacing:2.5px;margin-top:6px;display:block}.main{align-items:center;gap:36px;display:flex}.main a{color:var(--text-muted);font-size:16px}.main a:hover,.main a[aria-current]{color:var(--accent)}.main .nav-cta{color:var(--text);align-items:center;gap:16px;margin-left:24px;font-weight:500;display:flex}.burger{border-radius:var(--radius);background:var(--bg-soft);border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;display:none}.burger span{background:var(--text);width:20px;height:2px;transition:transform .2s,opacity .2s}.nav-open .burger span:first-child{transform:translateY(7px)rotate(45deg)}.nav-open .burger span:nth-child(2){opacity:0}.nav-open .burger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{grid-template-columns:1.45fr 1fr;align-items:center;gap:32px;min-height:660px;padding-block:100px 120px;display:grid}.hero h1{letter-spacing:-.06em;font-size:clamp(40px,4.6vw,64px);font-weight:600;line-height:1.24}.hero h1>span{color:var(--accent)}.hero .lead{max-width:540px;margin:36px 0 40px}.hero-art{aspect-ratio:1;isolation:isolate;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.plane-tile{aspect-ratio:1;color:#fff;background:#168edb;border-radius:50%;justify-content:center;align-items:center;width:82%;display:flex;position:relative;transform:rotate(-12deg)}.plane-tile .icon{width:70%;height:70%;transform:translate(-2%,2%)}.plane-trail{z-index:-1;background:#e4f4fe;border-radius:50%;position:absolute;inset:0;transform:scale(.96)translate(3%,3%)}.work-section{background:var(--bg-soft);border-top:1px solid var(--border)}.section-heading{margin-bottom:var(--space-block);justify-content:space-between;align-items:center;gap:24px;display:flex}.grid-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 28px;display:grid}.case-card{min-width:0}.case-link{color:var(--text);border-radius:var(--radius);display:block}.case-image{aspect-ratio:1.6;border-radius:var(--radius);background:#e0eef7;position:relative;overflow:hidden}.case-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.case-link:hover .case-image img{transform:scale(1.035)}.case-placeholder{height:100%;color:var(--accent);background:#dceffd;justify-content:center;align-items:center;display:flex}.case-placeholder .icon{width:85px;height:85px;transform:rotate(-12deg)}.case-body{padding-top:24px}.case-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.case-title .icon{width:21px;height:21px;margin-top:4px;transition:transform .2s}.case-link:hover .case-title .icon{transform:translate(3px,-3px)}.case-body p{margin:8px 36px 0 0;font-size:16px;line-height:1.55}.case-link:hover h3{color:var(--accent)}.approach-grid{grid-template-columns:1fr 1.2fr;gap:100px;display:grid}.approach-list{border-top:1px solid var(--border)}.approach-list details{border-bottom:1px solid var(--border)}.approach-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;font-size:23px;line-height:1.4;list-style:none;display:flex}.approach-list summary::-webkit-details-marker{display:none}.approach-list summary:hover{color:var(--accent)}.approach-list summary .icon{width:22px;height:22px;color:var(--accent);transition:transform .2s}.approach-list details[open] summary .icon{transform:rotate(45deg)}.approach-list p{max-width:510px;margin:0 0 28px;padding-right:32px;font-size:18px}.approach-list details[open] summary{padding-bottom:20px}.about-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:110px;display:grid}.about-portrait{max-width:400px}.about-portrait img{object-fit:cover;object-position:center 30%;border-radius:var(--radius);width:100%;height:480px}.about-copy h2{margin-bottom:36px}.about-copy p{max-width:480px;font-size:19px}.about-copy .text-link{margin-top:16px}.contact-section{background:var(--accent);color:#fff;padding-block:100px}.contact-panel{justify-content:space-between;align-items:flex-end;gap:64px;display:flex}.contact-panel h2{color:#fff;font-size:clamp(36px,5.5vw,72px);line-height:1.2}.contact-link{color:#fff;flex-shrink:0;align-items:center;gap:28px;font-size:19px;display:flex}.contact-arrow{border:1px solid #ffffff75;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:background .2s,color .2s;display:flex}.contact-arrow .icon{width:32px;height:32px}footer.site{color:var(--text-muted);padding-block:36px;font-size:13px}footer.site .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-links{flex-wrap:wrap;gap:24px;display:flex}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent)}.breadcrumbs{color:var(--text-muted);flex-wrap:wrap;gap:10px;margin-bottom:40px;font-size:14px;display:flex}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--accent)}.catalog .lead{margin-top:28px}.filter-panel{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:32px;margin-top:64px;padding-bottom:32px;display:flex}.filter-panel fieldset{border:0;min-width:0;margin:0;padding:0}.filter-panel legend,.category-label{margin-bottom:16px;font-size:15px;font-weight:500}.filter-buttons{flex-wrap:wrap;gap:8px;display:flex}.filter-buttons button{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);background:#fff;min-height:48px;padding:11px 18px;font-size:16px}.filter-buttons button:hover{background:var(--bg-soft)}.filter-buttons button[aria-pressed=true]{background:var(--text);border-color:var(--text);color:#fff}.category-label{flex-direction:column;gap:16px;width:320px;max-width:100%;margin:0;display:flex}.category-label select{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:48px;color:var(--text);background:#fff;padding:10px 24px 10px 12px;font-size:16px}.results-bar{min-height:88px;color:var(--text-muted);justify-content:space-between;align-items:center;gap:16px;font-size:14px;display:flex}.reset-filters{color:var(--accent);text-underline-offset:4px;background:0 0;border:0;min-height:44px;padding:10px 0;font-size:14px;text-decoration:underline}.empty-state{background:var(--bg-soft);text-align:center;border-radius:var(--radius);padding:64px 24px}.empty-state h2{margin-bottom:24px;font-size:30px}.post{max-width:800px;margin:0 auto}.post h1{margin-bottom:32px;font-size:clamp(30px,4vw,48px)}.meta{color:var(--text-muted);margin-bottom:24px;font-size:14px}.post h2{font-family:var(--body);letter-spacing:-.03em;margin:48px 0 20px;font-size:30px;font-weight:600}.post h3{margin:32px 0 20px}.post p,.post li{font-size:18px;line-height:1.8}.post li{color:var(--text-muted);margin-bottom:12px}.post img{border-radius:var(--radius);border:1px solid var(--border);height:auto;margin:32px auto}.post a{text-underline-offset:4px;text-decoration:underline}.post .result{border-left:3px solid var(--accent);color:var(--accent);margin-block:36px;padding:16px 0 16px 24px;font-size:24px;line-height:1.6}.post table{border-collapse:collapse;max-width:100%;font-size:16px;display:block;overflow:auto}.post th,.post td{border:1px solid var(--border);padding:10px}.post pre{border-radius:var(--radius);max-width:100%;padding:20px;overflow:auto}.article-back{align-items:center;min-height:44px;margin-top:40px;display:inline-flex}.card{border-top:1px solid var(--border);color:var(--text);flex-direction:column;padding:32px 0;display:flex}.card h3{margin-bottom:20px;font-size:25px}.card p{font-size:17px}.read-link{align-items:center;gap:16px;margin-top:auto;font-size:16px;display:flex}.card:hover h3{color:var(--accent)}.eyebrow{color:var(--text-muted);margin-bottom:24px;font-size:15px;display:block}.muted-heading{color:var(--text-muted)}@media (width<=1100px){.hero{grid-template-columns:1.5fr 1fr;min-height:600px}.hero h1{font-size:48px}.approach-grid,.about-grid{gap:60px}.contact-panel{gap:40px}.contact-panel h2{font-size:52px}.contact-link{gap:20px;font-size:17px}.contact-arrow{width:56px;height:56px}.main{gap:24px}.main .nav-cta{margin-left:0}}@media (width<=860px){:root{--gutter:28px;--space-section:88px;--space-block:40px}header.site .container{flex-wrap:wrap;gap:16px;min-height:80px;position:relative}.logo{font-size:22px}.main{flex-wrap:wrap;padding-bottom:20px}.nav-ready .burger{display:flex}.nav-ready .main{border-bottom:1px solid var(--border);padding:16px var(--gutter) 24px;background:#fff;display:none;position:absolute;top:100%;left:0;right:0}.nav-open .main{flex-direction:column;align-items:stretch;gap:0;display:flex}.main a{min-height:48px;padding:14px 0}.main .nav-cta{justify-content:space-between;margin-top:8px}.hero{grid-template-columns:1fr;gap:56px;min-height:0;padding-block:72px}.hero h1{font-size:clamp(36px,7.2vw,60px)}.hero-art{aspect-ratio:1.2;justify-self:end;width:100%;max-width:360px}.plane-tile{width:72%}.plane-trail{inset:4% 13%}.grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px}.work-section .grid-cards{grid-template-columns:1fr 1fr}.work-section .case-card:last-child{grid-column:1/-1;max-width:calc(50% - 12px)}.approach-grid{grid-template-columns:1fr;gap:48px}.approach-grid h2 br{display:none}.about-grid{grid-template-columns:.85fr 1fr;gap:48px}.about-portrait img{height:400px}.about-copy h2{font-size:34px}.about-copy p{font-size:18px}.contact-panel{flex-direction:column;align-items:flex-start;gap:48px}.contact-panel h2{font-size:54px}.contact-section{padding-block:80px}.filter-panel{flex-direction:column;align-items:stretch}.category-label{width:100%}.filter-buttons button{flex:1}}@media (width<=560px){:root{--gutter:24px;--space-section:72px;--space-block:32px}body{font-size:17px}h1{font-size:38px}h2{font-size:32px}.hero{gap:40px;padding-block:64px 56px}.hero h1{font-size:clamp(29px,7.5vw,42px)}.hero .lead{margin:28px 0 32px;font-size:18px}.desktop-break{display:none}.actions{gap:20px}.btn{min-height:54px;padding:15px 20px;font-size:16px}.text-link{font-size:16px}.hero-art{justify-self:center;max-width:260px}.hero-art .plane-tile{width:74%}.section-heading{align-items:center;gap:16px}.section-heading .text-link{gap:8px;font-size:14px}.section-heading .icon{width:18px;height:18px}.grid-cards,.work-section .grid-cards{grid-template-columns:1fr;gap:40px}.work-section .case-card:last-child{grid-column:auto;max-width:none}.case-body{padding-top:20px}.case-title{gap:16px}.case-title h3{font-size:21px}.case-body p{margin-right:30px;font-size:16px}.approach-grid{gap:32px}.approach-grid h2 br{display:block}.approach-list summary{gap:20px;padding:24px 0;font-size:20px}.approach-list p{padding-right:8px;font-size:17px}.about-grid{grid-template-columns:1fr;gap:40px}.about-portrait{width:100%;max-width:330px}.about-portrait img{height:380px}.about-copy h2{margin-bottom:28px;font-size:34px}.about-copy p{font-size:18px}.contact-panel h2{font-size:clamp(33px,9vw,46px)}.contact-section{padding-block:72px}.contact-panel{gap:40px}.contact-link{justify-content:space-between;gap:16px;width:100%;font-size:17px}.contact-arrow{width:52px;height:52px}.contact-arrow .icon{width:26px;height:26px}.catalog h1{font-size:42px}.catalog .lead{margin-top:24px;font-size:18px}.filter-panel{gap:28px;margin-top:40px;padding-bottom:24px}.filter-buttons{grid-template-columns:1fr 1fr;display:grid}.filter-buttons button{padding-inline:12px}.results-bar{min-height:80px;font-size:13px}.reset-filters{font-size:13px}.breadcrumbs{margin-bottom:32px;font-size:13px}.post h1{font-size:29px}.post h2{font-size:26px}.post p,.post li{font-size:17px}.post ul,.post ol{padding-left:24px}.post .result{padding-left:20px;font-size:21px}.empty-state h2{font-size:25px}.footer-links{gap:16px 24px}footer.site .container{gap:24px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}:root{--ease-out:cubic-bezier(.22, 1, .36, 1)}:is(.btn,.text-link,.nav-cta,.contact-link){isolation:isolate;transition:color .4s, background .4s, box-shadow .4s, transform .4s var(--ease-out);border-radius:999px;position:relative;overflow:hidden}:is(.text-link,.nav-cta){gap:24px;min-height:56px;padding:12px 16px 12px 20px}:is(.btn,.text-link,.nav-cta,.contact-link):before{content:"";z-index:-1;background:var(--accent);clip-path:inset(4px 4px 4px calc(100% - 52px) round 999px);transition:clip-path .55s var(--ease-out), background .4s;position:absolute;inset:0}:is(.text-link,.nav-cta):before{background:#e2f1fb}:is(.text-link,.nav-cta):is(:hover,:focus-visible){color:#fff}:is(.text-link,.nav-cta):is(:hover,:focus-visible):before{background:var(--accent);clip-path:inset(0 round 999px)}.btn{box-shadow:inset 0 0 0 1px var(--accent);padding:16px 24px}.btn:before{clip-path:inset(0 0 0 100% round 999px);background:#fff}.btn:is(:hover,:focus-visible){color:var(--accent);background:var(--accent);transform:translateY(-2px)}.btn:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px)}.contact-link{gap:28px;min-height:80px;padding:8px 8px 8px 26px}.contact-link:before{clip-path:inset(8px 8px 8px calc(100% - 72px) round 999px);background:#ffffff20}.contact-arrow{background:0 0;border:0;width:64px;height:64px}.contact-link:is(:hover,:focus-visible){color:var(--accent)}.contact-link:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px);background:#fff}.contact-link:hover .contact-arrow{color:inherit;background:0 0}.contact-arrow .icon{transition:transform .45s var(--ease-out)}.contact-link:hover .icon{transform:rotate(45deg)}.hero{grid-template-columns:1.1fr 1fr;gap:48px}.hero-art{aspect-ratio:4/3;background:#e8f5fe;border-radius:24px;width:100%;max-width:none;box-shadow:0 24px 60px -40px #0879ce55}.hero-art img{object-fit:cover;width:100%;height:100%;transition:transform 1.4s var(--ease-out)}.hero-art:hover img{transform:scale(1.025)}.hero h1{font-size:clamp(36px,4.25vw,58px)}.hero .actions{gap:16px}.grid-cards{gap:48px 40px}.case-link{transition:background .4s, border-color .4s, transform .5s var(--ease-out), box-shadow .5s var(--ease-out);background:#fff;border:1px solid #d7e3ec;border-radius:18px;padding:12px}.case-link:is(:hover,:focus-visible){background:#eff8ff;border-color:#9dc9e7;transform:translateY(-6px);box-shadow:0 20px 36px -24px #174a7080}.case-image{border-radius:10px}.case-body{padding:24px 8px 14px}.case-title h3{font-size:20px}.case-title .icon{background:#edf5fb;border-radius:50%;width:36px;height:36px;margin-top:0;padding:8px;transition:background .4s,color .4s,transform .4s}.case-link:hover .case-title .icon{background:var(--accent);color:#fff}.case-body p{margin-right:44px}.about-portrait{justify-self:center;width:100%;max-width:320px}.about-portrait img{aspect-ratio:320/561;object-fit:cover;border-radius:20px;height:auto}.about-grid{grid-template-columns:.9fr 1.1fr}.blog-page h1{margin-bottom:72px}.blog-list{border-top:1px solid var(--border)}.blog-entry{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;gap:40px;padding:40px 24px;transition:background .45s,color .45s,border-radius .45s;display:flex}.blog-entry h2{font-family:var(--body);letter-spacing:-.03em;max-width:760px;color:inherit;font-size:30px}.blog-arrow{background:#edf6fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:background .4s,color .4s;display:flex}.blog-entry:is(:hover,:focus-visible){color:var(--accent);background:#eaf5fd;border-radius:24px}.blog-entry:hover .blog-arrow{background:var(--accent);color:#fff}.reveal-pending{opacity:0;translate:0 22px}@media (width<=1100px){.hero{gap:32px}.hero h1{font-size:42px}.hero .lead{font-size:19px}.hero .actions{align-items:flex-start}.grid-cards{column-gap:28px}.contact-link{gap:16px;font-size:17px}}@media (width<=860px){header.site{backdrop-filter:none}.nav-ready .main{z-index:60;visibility:hidden;opacity:0;pointer-events:none;width:100%;height:100dvh;min-height:100%;transition:opacity .35s, transform .45s var(--ease-out), visibility .35s;background:#f5faff;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:100px 28px 48px;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-12px)}.nav-open .main{visibility:visible;opacity:1;pointer-events:auto;transform:none}.nav-ready .burger,.nav-open .logo{z-index:61;position:relative}.nav-open{overflow:hidden}.nav-open .main a{font:500 27px/1.4 var(--display);letter-spacing:-1px;text-align:center;padding:12px 16px}.nav-open .main .nav-cta{background:var(--accent);color:#fff;font:500 17px/1.5 var(--body);letter-spacing:0;gap:24px;min-height:58px;margin:24px 0 0;padding:16px 20px 16px 24px}.nav-open .main .nav-cta:before{clip-path:inset(0 0 0 100% round 999px);background:#fff}.nav-open .main .nav-cta:is(:hover,:focus-visible){color:var(--accent)}.nav-open .main .nav-cta:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px)}.hero{grid-template-columns:1fr;gap:48px}.hero-art{aspect-ratio:4/3;justify-self:center;max-width:620px}.hero h1{font-size:clamp(34px,7.2vw,60px)}.work-section .case-card:last-child{max-width:calc(50% - 14px)}.contact-link{width:auto}.about-portrait{max-width:280px}.about-portrait img{height:auto}.blog-entry{gap:28px;padding:32px 12px}.blog-entry h2{font-size:26px}}@media (width<=560px){.hero{gap:36px}.hero h1{font-size:clamp(28px,7.1vw,40px)}.hero-art{border-radius:18px;max-width:none}.hero .lead{font-size:18px}.hero .text-link{padding-left:20px}.grid-cards{gap:32px}.work-section .case-card:last-child{max-width:none}.case-body{padding-top:20px}.case-title h3{font-size:20px}.about-portrait{justify-self:center;max-width:270px}.about-copy h2{font-size:34px}.contact-link{gap:12px;width:100%;min-height:72px;padding-left:18px;font-size:16px}.contact-arrow{width:56px;height:56px}.contact-link:before{clip-path:inset(8px 8px 8px calc(100% - 64px) round 999px)}.contact-link:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px)}.section-heading .text-link{gap:14px;min-height:48px;padding:10px 12px 10px 14px;font-size:14px}.section-heading .text-link:before{clip-path:inset(4px 4px 4px calc(100% - 40px) round 999px)}.section-heading .text-link:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px)}.blog-page h1{margin-bottom:48px}.blog-entry{gap:20px;padding:28px 8px}.blog-entry h2{font-size:22px}.blog-arrow{width:44px;height:44px}.blog-entry:is(:hover,:focus-visible){border-radius:16px}}@media (prefers-reduced-motion:reduce){.reveal-pending{opacity:1;translate:none}}@media (width<=560px){.about-grid{grid-template-columns:1fr;gap:40px}.about-portrait{width:100%;max-width:270px}}:root{--ease-out:cubic-bezier(.16, 1, .3, 1);--space-section:144px;--space-block:64px}.hero.hero-panorama{isolation:isolate;background:#eaf5ff;align-items:center;gap:0;width:100%;max-width:none;height:calc(100svh - 92px);min-height:740px;max-height:980px;padding:72px 0;display:flex;position:relative;overflow:hidden}.hero-panorama .hero-copy{z-index:2;pointer-events:auto;position:relative}.hero-panorama .hero-copy a{pointer-events:auto}.hero-panorama h1{letter-spacing:-.065em;max-width:850px;font-size:clamp(48px,5.6vw,80px);line-height:1.13}.hero-panorama h1>span{color:var(--accent)}.hero-panorama .lead{color:#304e63;max-width:410px;margin:36px 0;font-size:21px}.hero-panorama .hero-art{z-index:-1;aspect-ratio:auto;width:100%;max-width:none;height:100%;box-shadow:none;background:#ecf6ff;border-radius:0;position:absolute;inset:0}.hero-panorama .hero-art img{object-fit:cover;object-position:58% center;width:100%;height:100%;transform:none}.hero-panorama .hero-art:after{content:"";pointer-events:none;background:linear-gradient(90deg,#f5fbffcc 0%,#f5fbff88 28%,#0000 60%);position:absolute;inset:0}.hero-panorama .hero-art:hover img{transform:none}.hero-scroll{width:52px;height:68px;color:var(--text);transition:background .6s, transform .6s var(--ease-out);z-index:3;border:1px solid #789fbd80;border-radius:999px;justify-content:center;align-items:center;font-size:26px;display:flex;position:absolute;bottom:36px;left:50%}.hero-scroll:hover{background:#fff;transform:translateY(5px)}.work-section{z-index:3;background:#f5f7fa;border:0;border-radius:40px 40px 0 0;margin-top:-32px;position:relative}.section-heading h2{letter-spacing:-.06em;font-size:clamp(38px,5.3vw,72px);line-height:1.13}.outline-heading{color:var(--accent)}.grid-cards{grid-auto-rows:1fr;align-items:stretch;gap:48px 36px}.case-card{min-width:0;height:100%}.case-link{height:100%;transition:background .75s, border-color .75s, transform .85s var(--ease-out), box-shadow .85s var(--ease-out);border-radius:22px;flex-direction:column;padding:10px;display:flex;box-shadow:0 4px 16px #1c547004}.case-image{aspect-ratio:1.45;background:#d9ecfc;border-radius:14px;flex:none;padding:18px}.case-image img{object-fit:cover;transition:transform 1.1s var(--ease-out);border-radius:6px;box-shadow:0 12px 28px #16456720}.case-card:nth-child(3n+2) .case-image{background:#cee9ef}.case-card:nth-child(3n+3) .case-image{background:#dce1f7}.case-body{flex-direction:column;flex:1;min-height:166px;padding:26px 14px 20px;display:flex}.case-body p{margin-top:14px;line-height:1.6}.case-title h3{font-size:21px;line-height:1.4}.case-title .icon{transition:background .7s, color .7s, transform .7s var(--ease-out)}.case-link:is(:hover,:focus-visible){transform:translateY(-8px);box-shadow:0 24px 56px -26px #174a7050}.approach-section{background:#fff}.approach-grid h2{font-size:clamp(34px,4.4vw,60px);line-height:1.2}.approach-list summary{padding-block:32px;font-size:24px}.approach-list p{padding-bottom:8px}.about-section{background:#e6f2fb;border-radius:40px 40px 0 0;position:relative}.about-copy h2{font-size:clamp(36px,4.3vw,58px);line-height:1.18}.about-grid{gap:100px}.about-portrait{max-width:340px;transition:transform 1s var(--ease-out);transform:rotate(-3deg)}.about-portrait:hover{transform:rotate(0)}.about-portrait img{border-radius:120px 120px 22px 22px;box-shadow:16px 20px #cbe6f8}.contact-section{z-index:2;background:radial-gradient(at 100% 0,#3698da,#0000 65%),linear-gradient(120deg,#0474c7,#1385d4);border-radius:40px 40px 0 0;margin-top:-32px;padding-block:132px;position:relative}.contact-panel h2{letter-spacing:-.065em;font-size:clamp(42px,6.6vw,90px)}.contact-panel{align-items:flex-end}:is(.btn,.text-link,.nav-cta,.contact-link):before{transition:clip-path .85s var(--ease-out), background .65s}:is(.btn,.text-link,.nav-cta,.contact-link){transition:color .65s, background .65s, transform .85s var(--ease-out), box-shadow .85s var(--ease-out)}.reveal-item{transition:opacity 1.1s var(--ease-out), translate 1.1s var(--ease-out)}.reveal-pending{translate:0 28px}.blog-page{padding-top:88px}.journal-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:80px;display:flex}.journal-heading h1{letter-spacing:-.065em;margin:0;font-size:clamp(48px,7vw,96px);line-height:1.1}.journal-heading h1>span{color:var(--accent)}.journal-grid{grid-template-columns:1.3fr 1fr;gap:40px;display:grid}.journal-card{color:var(--text);border:1px solid var(--border);transition:transform .85s var(--ease-out), box-shadow .85s;background:#f1f6fa;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.journal-card:first-child{grid-row:span 2}.journal-art{isolation:isolate;background:#cfe6fb;justify-content:center;align-items:center;min-height:220px;display:flex;position:relative;overflow:hidden}.journal-card:first-child .journal-art{flex:1;min-height:460px}.journal-art>span{font:600 clamp(70px, 8vw, 116px)/1.02 var(--display);letter-spacing:-.075em;white-space:pre-line;z-index:2;transition:transform 1.2s var(--ease-out);position:relative}.journal-dialogue .journal-art{color:#fff;background:#087bd1;justify-content:flex-start;align-items:flex-start;padding:48px}.journal-dialogue .journal-art>span{margin-top:14px;font-size:clamp(54px,6.4vw,86px);transform:rotate(-7deg)}.journal-dialogue .journal-shape{background:linear-gradient(145deg,#c4f2ff,#58bfff);border-radius:80px 80px 80px 8px;height:28%;position:absolute;bottom:12%;left:14%;right:14%;transform:rotate(-12deg);box-shadow:12px 20px #0753ad}.journal-dialogue .journal-shape:after{content:"";border:2px solid #fff9;border-radius:50px 50px 50px 5px;position:absolute;inset:25px}.journal-budget .journal-art{color:#fff;background:#e5e7fc}.journal-budget .journal-art>span{text-shadow:2px 2px #aab8e7,8px 9px #8095d3,16px 24px 18px #536aac50;font-size:160px;transform:rotate(-12deg)}.journal-budget .journal-shape{border:1px solid #8fa1da;border-radius:50%;position:absolute;inset:30px 20%;transform:rotate(-25deg)scaleY(.7)}.journal-ads .journal-art{color:#104b61;background:#d2f1f1}.journal-ads .journal-art>span{font-size:110px;transform:rotate(-6deg)}.journal-ads .journal-shape{border:42px solid #97d6de;border-radius:50%;position:absolute;inset:-50px 10%;transform:rotate(30deg)scaleX(.7)}.journal-caption{background:#fff;justify-content:space-between;align-items:center;gap:24px;padding:30px;display:flex}.journal-caption h2{font-family:var(--body);letter-spacing:-.03em;font-size:24px;line-height:1.4}.journal-arrow{background:#e5f3fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .7s,color .7s;display:flex}.journal-card:hover{transform:translateY(-7px);box-shadow:0 28px 44px -30px #174a7070}.journal-card:hover .journal-arrow{background:var(--accent);color:#fff}.journal-card:hover .journal-art>span{transform:rotate(0)scale(1.035)}@media (width>=1800px){.hero-panorama .hero-art img{object-position:center}}@media (width<=1100px){.hero.hero-panorama{min-height:650px;max-height:800px}.hero-panorama h1{font-size:58px}.hero-panorama .hero-art img{object-position:63% center}.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbffee,#f5fbff77 40%,#0000 80%)}.grid-cards{gap:36px 24px}.case-title h3{font-size:19px}.case-body{min-height:180px;padding-inline:8px}.about-grid{gap:64px}.journal-dialogue .journal-art{padding:30px}.journal-dialogue .journal-art>span{font-size:60px}.journal-caption{padding:24px}.journal-caption h2{font-size:22px}}@media (width<=860px){:root{--space-section:104px}.hero.hero-panorama{height:auto;min-height:0;max-height:none;padding:80px 0 340px;display:block}.hero-panorama .hero-art{height:460px;top:auto;bottom:0}.hero-panorama .hero-art img{object-fit:cover;object-position:85% center}.hero-panorama .hero-art:after{background:linear-gradient(#f5fbff 0%,#0000 50%)}.hero.hero-panorama{background:#f5fbff}.hero-panorama h1{font-size:clamp(38px,7vw,62px)}.hero-panorama .lead{max-width:480px}.hero-scroll{display:none}.work-section .grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.work-section .case-card:last-child{grid-column:auto;max-width:none}.work-section .grid-cards{grid-auto-rows:1fr}.section-heading h2{font-size:52px}.about-copy h2{font-size:38px}.about-portrait{max-width:280px}.contact-section{padding-block:96px}.contact-panel{align-items:flex-start}.journal-grid{gap:28px}.journal-heading{display:block}.journal-heading p{margin-top:28px}.journal-card:first-child .journal-art{min-height:400px}.journal-dialogue .journal-art>span{font-size:50px}.journal-art{min-height:180px}.journal-caption{gap:12px;padding:22px}.journal-caption h2{font-size:20px}.journal-arrow{width:38px;height:38px}}@media (width<=560px){:root{--space-section:80px}.hero.hero-panorama{padding-top:58px;padding-bottom:280px}.hero-panorama h1{font-size:clamp(28px,7.2vw,42px)}.hero-panorama .lead{margin-block:28px;font-size:18px}.hero-panorama .hero-art{height:310px}.hero-panorama .hero-art img{object-position:86% center}.hero-panorama .hero-art:after{background:linear-gradient(#f5fbff,#0000 38%)}.work-section{border-radius:26px 26px 0 0;margin-top:-20px}.section-heading{align-items:flex-end}.section-heading h2{font-size:36px}.section-heading .text-link{max-width:150px;font-size:13px}.grid-cards,.work-section .grid-cards{grid-template-columns:1fr;gap:28px}.case-title h3{font-size:21px}.case-body{min-height:155px;padding:24px 12px 18px}.case-image{aspect-ratio:1.5}.about-grid{grid-template-columns:1fr;gap:44px}.about-copy h2{font-size:36px}.about-portrait{max-width:260px}.about-portrait img{box-shadow:10px 14px #cbe6f8}.about-section{border-radius:26px 26px 0 0}.contact-section{border-radius:26px 26px 0 0;margin-top:-20px;padding-block:80px}.contact-panel h2{font-size:clamp(33px,9vw,48px)}.blog-page{padding-top:64px}.journal-heading{margin-bottom:44px}.journal-heading h1{font-size:clamp(42px,11vw,60px)}.journal-heading p{font-size:18px}.journal-grid{grid-template-columns:1fr;gap:32px}.journal-card:first-child{grid-row:auto}.journal-card:first-child .journal-art{min-height:340px}.journal-art{min-height:240px}.journal-dialogue .journal-art>span{font-size:66px}.journal-caption h2{font-size:22px}.journal-caption{padding:26px 22px}.journal-arrow{width:42px;height:42px}.journal-dialogue .journal-shape{height:25%;bottom:9%}}@media (prefers-reduced-motion:reduce){.hero-panorama .hero-art img{transform:none!important}.about-portrait{transform:none}}@media (width>=861px){.hero-panorama .hero-art img{object-fit:contain;object-position:center}.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbff 0%,#f5fbfff2 30%,#f5fbffb8 43%,#0000 66%)}.hero-panorama h1{font-size:clamp(48px,4.7vw,70px)}}@media (width<=560px){.work-section .section-heading{display:block}.work-section .section-heading .text-link{gap:20px;max-width:none;margin-top:24px;font-size:15px}.work-section .section-heading h2{font-size:36px}}@media (width>=861px){.hero-panorama .hero-art img{object-fit:contain;width:100%;height:auto;position:absolute;top:50%;left:0;mask-image:linear-gradient(#0000 0%,#000 15% 83%,#0000 100%);transform:translateY(-50%)!important}}@media (width<=560px){.journal-dialogue .journal-art>span{font-size:clamp(38px,12.8vw,58px)}}:root{--text:#272a2e;--text-muted:#61666c;--heading:#25282d;--lime:#c9f477;--lime-soft:#e8f4fc;--border:#dfe4e8;--bg-soft:#f3f5f6}body{background:#fdfefe}h1,h2,h3,.logo,.hero-panorama h1>span,.outline-heading,.journal-heading h1>span{color:var(--heading)}.hero-panorama h1>span,.journal-heading h1>span{background:0 0}.hero-panorama .lead{color:#414950}.hero.hero-panorama{height:clamp(600px,47vw,820px);min-height:600px;max-height:820px}.hero-panorama .hero-art img{filter:saturate(1.14)contrast(1.025)}@media (width>=861px){.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbfff2 0%,#f5fbffb0 25%,#f5fbff38 39%,#0000 51%)}.hero-panorama .hero-art img{mask-image:linear-gradient(#0000 0%,#000 8% 91%,#0000 100%)}}.work-section{background:#f2f5f7}.case-card:nth-child(n) .case-image{background:#fff;border:1px solid #e5e9ed;padding:12px}.case-image img{box-shadow:none}.case-placeholder{color:var(--heading);background:#f1f5f8}.case-context{color:#66717a;letter-spacing:.015em;margin-top:auto;padding-top:20px;font-size:13px;line-height:1.4;display:block}.case-body{min-height:204px}:is(.text-link,.nav-cta,.btn,.contact-link){isolation:isolate;position:relative}:is(.text-link,.nav-cta):before{background:var(--lime-soft);clip-path:inset(4px 4px 4px calc(100% - 52px) round 999px)}:is(.text-link,.nav-cta),header.site .main a.nav-cta{color:var(--heading)}:is(.text-link,.nav-cta):is(:hover,:focus-visible),header.site .main a.nav-cta:is(:hover,:focus-visible){color:#fff}:is(.text-link,.nav-cta):is(:hover,:focus-visible):before,header.site .main a.nav-cta:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px);background:#0879ce}:is(.text-link,.nav-cta,.btn,.contact-link)>.icon{color:inherit}.btn{background:var(--lime);color:#272a2e;box-shadow:none}.btn:before{background:#0879ce}.btn:is(:hover,:focus-visible){background:var(--lime);color:#fff}.btn:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px);background:#0879ce}.case-link{isolation:isolate;background:#fff;position:relative;overflow:hidden}.case-link:before,.journal-caption:before{content:"";z-index:-1;clip-path:ellipse(0% 110% at 100%);background:#0879ce;transition:clip-path .95s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.case-link:is(:hover,:focus-visible){background:#fff;border-color:#0879ce}.case-link:is(:hover,:focus-visible):before,.journal-card:is(:hover,:focus-visible) .journal-caption:before{clip-path:ellipse(155% 160% at 100%)}.case-link .case-title h3,.case-link .case-body p,.case-link .case-context{transition:color .6s}.case-link:is(:hover,:focus-visible) :is(h3,p,.case-context){color:#fff}.case-title .icon{background:var(--lime-soft);color:var(--heading)}.case-link:is(:hover,:focus-visible) .case-title .icon{color:#fff;background:#ffffff20}.journal-caption{isolation:isolate;background:#fff;position:relative;overflow:hidden}.journal-caption h2{color:var(--heading);transition:color .6s}.journal-card:is(:hover,:focus-visible) .journal-caption h2{color:#fff}.journal-arrow{background:var(--lime-soft);color:var(--heading)}.journal-card:is(:hover,:focus-visible) .journal-arrow{color:#fff;background:#ffffff20}.about-section{background:#edf5fa}.about-portrait img{box-shadow:16px 20px #d7e8f3}.contact-section{isolation:isolate;overflow:hidden}.contact-section:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#d8f1ff24 1px,#0000 1px),linear-gradient(90deg,#d8f1ff24 1px,#0000 1px);background-position:100% 0;background-size:24px 24px;position:absolute;inset:0;mask-image:radial-gradient(circle at 100% 0,#000 0%,#000b 18%,#0004 38%,#0000 65%)}.contact-panel h2{color:#fff}.contact-link{font-size:22px}.contact-link,.contact-link .icon{color:#fff}.contact-link:is(:hover,:focus-visible),.contact-link:is(:hover,:focus-visible) .icon{color:#0869af}.contact-link:is(:hover,:focus-visible):before{background:#fff}.journal-heading{isolation:isolate;display:block;position:relative}.journal-heading p{max-width:none;margin:32px 0 0;font-size:20px}.approach-grid>h2{isolation:isolate;position:relative}@media (width>=861px) and (width<=1279px){.hero.hero-panorama{height:auto;min-height:530px;padding-block:76px}.hero-panorama h1{font-size:clamp(42px,4.7vw,60px)}.hero-panorama .lead{margin:26px 0;font-size:19px}.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbfff2,#f5fbffa0 35%,#0000 67%)}}@media (width<=860px){.hero.hero-panorama{height:auto;min-height:0;max-height:none;padding-top:48px;padding-bottom:280px}.hero-panorama .hero-art{height:340px}.hero-panorama .lead{margin-block:24px}.hero-panorama .hero-art:after{background:linear-gradient(#f5fbff 0%,#0000 36%)}.contact-link{font-size:21px}.nav-open .main .nav-cta{background:var(--lime);color:#272a2e}.nav-open .main .nav-cta:before{background:#0879ce}.nav-open .main .nav-cta:is(:hover,:focus-visible){color:#fff}.nav-open .main .nav-cta:is(:hover,:focus-visible):before{background:#0879ce}}@media (width<=560px){.hero.hero-panorama{padding-top:42px;padding-bottom:246px}.hero-panorama .hero-art{height:280px}.hero-panorama h1{font-size:clamp(28px,7.2vw,42px)}.hero-panorama .lead{font-size:18px}.case-body{min-height:194px}.contact-link{padding-left:16px;font-size:18px}.journal-heading p{margin-top:24px;font-size:18px}.about-portrait img{box-shadow:10px 14px #d7e8f3}.section-heading .text-link:is(:hover,:focus-visible):before{clip-path:inset(0 round 999px)}}.approach-grid>h2{align-self:start}.contact-section{background:radial-gradient(at 100% 0,#1274bd,#0000 65%),linear-gradient(120deg,#0474c7,#0879ce)}.hero-panorama .hero-art{pointer-events:none}.hero.hero-panorama:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#f2f5f7);height:100px;position:absolute;inset:auto 0 0}.work-section{border-top:1px solid #b9cbd93b}.case-link,.journal-card{box-shadow:0 2px 4px #203c5003,0 12px 30px -14px #203c5014}.case-link:is(:hover,:focus-visible),.journal-card:is(:hover,:focus-visible){box-shadow:0 4px 10px #203c5008,0 24px 48px -22px #203c5038}.hero .btn{box-shadow:0 4px 8px #36561b06,0 12px 28px -14px #36561b30}.hero .btn:is(:hover,:focus-visible){box-shadow:0 8px 24px -10px #0879ce40}.about-portrait{filter:drop-shadow(0 16px 22px #203c500c)}.approach-list summary{transition:color .5s var(--ease-out)}.approach-list summary:is(:hover,:focus-visible){color:#0879ce}::selection{color:#25282d;background:#c9f477}.logo small{color:var(--heading)}.hero-panorama h1 mark{color:inherit;background:var(--lime);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:.12em;padding:.035em .09em .07em}.hero-panorama h1{line-height:1.24}.hero-panorama .hero-art img{object-position:center;filter:saturate(1.04);mask-image:none}.hero.hero-panorama{align-items:flex-start;padding-top:60px}.hero-panorama h1{font-size:clamp(42px,4.7vw,68px)}.hero-panorama .lead{margin-block:24px}.case-title .icon,.journal-arrow,:is(.text-link,.nav-cta):before{background:#e8f6d1}.approach-list details[open] summary>.icon{background:var(--lime);color:var(--heading);box-shadow:0 0 0 7px var(--lime);border-radius:50%}@media (width>=861px) and (width<=1279px){.hero.hero-panorama{min-height:570px;padding-top:42px}.hero-panorama h1{font-size:clamp(36px,4.2vw,54px)}.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbff8c,#0000 55%)}}@media (width<=860px){.hero.hero-panorama{padding-top:44px;padding-bottom:320px}.hero-panorama h1{font-size:clamp(28px,6.1vw,48px)}.hero-panorama .hero-art{height:320px}.hero-panorama .hero-art img{object-position:59% center}.hero-panorama .hero-art:after{background:linear-gradient(#f5fbff,#0000 22%)}}@media (width<=560px){.hero.hero-panorama{padding-bottom:260px}.hero-panorama .hero-art{height:250px}}@media (width>=861px){.hero-panorama .hero-art img{object-fit:cover;height:100%;top:0;transform:none!important}.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbff66 0%,#f5fbff1a 34%,#0000 52%)}.hero-panorama .actions .text-link{backdrop-filter:blur(8px);background:#ffffffd9}}.logo .logo-dot{color:#0879ce}.logo .logo-ads{color:var(--heading)}.burger{background:#edf2f5}.hero-panorama .hero-art{z-index:0}.hero.hero-panorama{background:#f7f6f2}@media (width<=860px){.hero.hero-panorama{height:auto;min-height:0;max-height:none;padding:36px 0 28px;display:block}.hero-panorama .hero-art{opacity:1;visibility:visible;background:#f7f6f2;width:100%;height:clamp(230px,48vw,380px);margin-top:18px;position:relative;inset:auto;transform:none}.hero-panorama .hero-art img{object-fit:cover;object-position:59% center;opacity:1;width:100%;height:100%;position:absolute;inset:0;mask-image:none;transform:none!important}.hero-panorama .hero-art:after{background:linear-gradient(#f7f6f2,#0000 18%)}.hero.hero-panorama:before{height:60px}}.approach-list summary>.icon{box-sizing:border-box;flex-shrink:0;width:34px;height:34px;padding:7px}.approach-list details[open] summary>.icon{box-shadow:none}.hero.hero-panorama,.hero-panorama .hero-art{background:#f5fbff}.hero-panorama .hero-art:after{background:linear-gradient(90deg,#f5fbff66,#0000 52%)}main.section-stack>section{top:var(--stack-top,0px);isolation:isolate;position:sticky}main.section-stack>section+section{border-top:1px solid #c7d5df80;border-radius:64px 64px 0 0;margin-top:-64px;box-shadow:0 -16px 40px -24px #1b405c40}main.section-stack>.hero{z-index:1}main.section-stack>.work-section{z-index:2}main.section-stack>.approach-section{z-index:3;padding-bottom:calc(var(--space-section) + 64px)}main.section-stack>.about-section{z-index:4;padding-bottom:calc(var(--space-section) + 64px)}main.section-stack>.contact-section{z-index:5}main.section-stack>.work-section{padding-bottom:calc(var(--space-section) + 64px)}@media (width<=860px){.hero-panorama .hero-art:after{background:linear-gradient(#f5fbff,#0000 18%)}main.section-stack>section+section{border-radius:36px 36px 0 0;margin-top:-32px}}@media (prefers-reduced-motion:reduce){main.section-stack>section{position:relative;top:auto}}main.section-stack>section.hero,main.section-stack>section.section,main.section-stack>section.contact-section{position:sticky}.approach-list summary{padding-inline:10px}@media (prefers-reduced-motion:reduce){main.section-stack>section.hero,main.section-stack>section.section,main.section-stack>section.contact-section{position:relative}}.back-to-top{z-index:40;color:var(--heading);opacity:0;visibility:hidden;background:#fffffff2;border:1px solid #dce5ec;border-radius:999px;align-items:center;gap:16px;padding:12px 18px;transition:opacity .4s,visibility .4s,transform .4s,background .4s,color .4s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(12px);box-shadow:0 6px 24px #203c5014}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.back-to-top:is(:hover,:focus-visible){color:#fff;background:#0879ce}.nav-open .back-to-top{visibility:hidden}footer.site .designer-credit{font-size:inherit;line-height:inherit;letter-spacing:.03em}footer.site{padding-bottom:90px}@media (width<=560px){.back-to-top{font-size:14px;bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.back-to-top{transition:none}}footer.site .container,.footer-links{align-items:baseline}.editorial-page{padding-block:clamp(48px,6vw,88px) 100px}.post.editorial-post{max-width:none;margin:0}.editorial-post h1{letter-spacing:-.055em;text-wrap:balance;max-width:1100px;margin:28px 0 36px;font-size:clamp(30px,4.5vw,64px);line-height:1.16}.editorial-page .breadcrumbs{overflow-wrap:anywhere;font-size:13px;line-height:1.7}.case-facts{border-block:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0 0 32px;padding:28px 0;display:grid}.case-facts dt{color:var(--text-muted);margin-bottom:8px;font-size:13px}.case-facts dd{margin:0;font-size:17px;line-height:1.5}.editorial-post .result{color:#0869af;background:#eaf5fd;border:0;border-radius:24px;margin:32px 0 56px;padding:32px;font-size:clamp(22px,2.5vw,32px);line-height:1.5}.editorial-section{border-top:1px solid var(--border);margin-block:48px;padding-top:12px}.editorial-section>h2{margin:16px 0 24px;font-size:clamp(26px,2.7vw,36px)}.editorial-content p,.editorial-content li{font-size:20px;line-height:1.8}.editorial-content p{margin-block:20px}.editorial-content>p{max-width:100%}.editorial-result{color:#fff;background:#0879ce;border:0;border-radius:28px;padding:36px 40px;box-shadow:0 16px 40px -24px #0869af66}.editorial-result>h2{color:#fff;margin-top:0}.editorial-result>h2:before{content:"";background:var(--lime);vertical-align:middle;border-radius:3px;width:12px;height:12px;margin-right:16px;display:inline-block}.editorial-result p,.editorial-result li,.editorial-result a{color:#fff}.editorial-figure{color:var(--text);background:#f2f5f7;border:1px solid #dfe6eb;border-radius:24px;margin:40px 0;padding:24px;box-shadow:0 10px 30px -24px #203c5033}.editorial-figure .image-expand{cursor:zoom-in;background:#fff;border-radius:12px;display:block;overflow:hidden}.post .editorial-figure img{object-fit:contain;border:0;border-radius:0;width:auto;max-width:100%;max-height:740px;margin:0 auto;transition:filter .4s;display:block}.image-expand:hover img{filter:contrast(1.04)}.editorial-figure figcaption{color:#56616c;justify-content:space-between;gap:16px;margin-top:18px;font-size:14px;line-height:1.6;display:flex}.editorial-figure figcaption span{color:#0869af;flex-shrink:0}.editorial-post .article-back{margin-top:24px;text-decoration:none}@media (width<=760px){.case-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-content p,.editorial-content li{font-size:18px;line-height:1.75}.editorial-post .result,.editorial-result{border-radius:20px;padding:24px}.editorial-figure{border-radius:18px;padding:12px}.editorial-figure figcaption{flex-direction:column;gap:6px;padding:0 4px}.editorial-figure figcaption span{font-size:12px}.editorial-section{margin-block:36px}.editorial-page{padding-bottom:64px}}.reading-toc{border:1px solid var(--border);background:#f2f5f7;border-radius:20px;margin:32px 0 44px;padding:24px 28px}.reading-toc summary{cursor:pointer;font-size:18px;font-weight:600}.reading-toc nav{flex-wrap:wrap;gap:10px 24px;padding-top:20px;display:flex}.reading-toc a{color:#56616c;border-bottom:2px solid #0000;padding:4px 0;font-size:15px;text-decoration:none}.reading-toc a[aria-current]{color:#0869af;border-color:var(--lime)}.editorial-section>h2{scroll-margin-top:130px}.reading-cta{color:#fff;background:linear-gradient(120deg,#0879ce,#086bb5);border-radius:24px;justify-content:space-between;align-items:center;gap:32px;margin:48px 0;padding:32px 36px;display:flex}.reading-cta .reading-cta-title{margin:0 0 12px;font-size:clamp(23px,2.4vw,32px);font-weight:600;line-height:1.3}.reading-cta p{color:#fff;margin:0;font-size:17px;line-height:1.6}.reading-cta .btn{flex-shrink:0;text-decoration:none}.case-comparison{border:1px solid var(--border);background:#f2f5f7;border-radius:24px;margin:40px 0;padding:32px}.case-comparison h2{margin:0 0 24px}.comparison-values{grid-template-columns:1fr 1fr;gap:20px;display:grid}.comparison-values>div{background:#fff;border-radius:16px;padding:24px}.comparison-values>div:last-child{background:var(--lime)}.comparison-values span{margin-bottom:12px;font-size:14px;display:block}.comparison-values strong{font:500 clamp(28px,3.4vw,48px)/1.15 var(--display);white-space:nowrap}.case-comparison p{color:var(--text-muted);margin:24px 0 0;font-size:16px}.related-reading{padding:0 0 100px}.related-reading>h2{margin-bottom:32px;font-size:clamp(28px,3.4vw,44px)}.related-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:24px;display:grid}.related-card{border:1px solid var(--border);background:#f2f5f7;border-radius:24px;flex-direction:column;align-items:flex-start;min-height:240px;padding:28px;transition:background .5s,color .5s,transform .6s;display:flex}.related-kind{color:var(--text-muted);font-size:13px}.related-card h3{font:500 21px/1.45 var(--body);margin:20px 0 28px}.related-arrow{background:var(--lime);color:var(--heading);border-radius:50%;place-items:center;width:44px;height:44px;margin-top:auto;display:grid}.related-card:is(:hover,:focus-visible){color:#fff;background:#0879ce;transform:translateY(-4px)}.related-card:is(:hover,:focus-visible) :is(h3,.related-kind){color:#fff}.image-viewer{border:1px solid var(--border);width:min(1400px,96vw);max-width:96vw;height:92svh;max-height:92svh;color:var(--heading);background:#f2f5f7;border-radius:24px;margin:auto;padding:20px}.image-viewer::backdrop{backdrop-filter:blur(6px);background:#162633bb}.viewer-toolbar{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:16px;display:flex}.viewer-toolbar :is(button,a){font:500 15px/1.3 var(--body);border:1px solid var(--border);color:var(--heading);cursor:pointer;background:#fff;border-radius:999px;padding:12px 16px}.viewer-toolbar [data-close]{background:var(--lime)}.viewer-stage{overscroll-behavior:contain;background:#fff;border-radius:12px;height:calc(100% - 110px);overflow:auto}.viewer-stage img{object-fit:contain;width:100%;height:100%;display:block}.viewer-stage.is-zoomed img{width:auto;min-width:150%;max-width:none;height:auto;max-height:none}.viewer-caption{margin:12px 0 0;font-size:14px;line-height:1.5}@media (width<=760px){.reading-toc{padding:20px}.reading-toc nav{flex-direction:column;align-items:flex-start}.reading-cta{flex-direction:column;align-items:flex-start;padding:24px}.related-grid{grid-template-columns:1fr}.related-card{min-height:200px}.related-reading{padding-bottom:64px}.case-comparison{padding:20px}.comparison-values{gap:10px}.comparison-values>div{padding:16px 12px}.comparison-values strong{font-size:clamp(20px,5vw,32px)}.image-viewer{padding:12px}.viewer-toolbar{justify-content:space-between;gap:6px}.viewer-toolbar :is(button,a){padding:10px;font-size:12px}}@media (prefers-reduced-motion:reduce){.related-card{transition:none}.related-card:is(:hover,:focus-visible){transform:none}}:root{--page-top:24px;--page-title-gap:24px}.editorial-page,.catalog,.blog-page{padding-top:var(--page-top)}.editorial-page .breadcrumbs,.catalog .breadcrumbs,.blog-page .breadcrumbs{min-height:22px;margin:0;font-size:13px;line-height:22px}.editorial-post h1,.catalog>h1,.blog-page .journal-heading h1{margin-top:var(--page-title-gap)}.blog-page .journal-heading{margin-top:0;padding-top:0}.reading-toc{border:0;border-block:1px solid var(--border);background:0 0;border-radius:0;margin:28px 0;padding:18px 0}.reading-toc summary{font-size:16px}.reading-toc nav{padding-top:12px}.case-comparison{margin-top:28px}@media (width<=760px){:root{--page-top:20px;--page-title-gap:20px}.reading-toc{padding:16px 0}}.editorial-figure .image-expand{min-height:120px}@font-face{font-family:Unbounded Variable;font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded Variable;font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/unbounded-cyrillic-wght-normal.C627f1f8.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded Variable;font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/unbounded-vietnamese-wght-normal.rat7GD3o.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded Variable;font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/unbounded-latin-ext-wght-normal.D6H-S6MW.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded Variable;font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/unbounded-latin-wght-normal.D5afBTBx.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/_astro/golos-text-cyrillic-ext-wght-normal.hICkpzq7.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/_astro/golos-text-cyrillic-wght-normal.mKek_fSS.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/_astro/golos-text-latin-ext-wght-normal.B-I5lbAQ.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/_astro/golos-text-latin-wght-normal.BS5oQT7X.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
