:root{--bg:#f7f4ee;--surface:#fbfaf7;--surface-strong:#dde5db;--ink:#2f312e;--muted:#6e746c;--line:rgba(47,49,46,0.1);--line-strong:rgba(47,49,46,0.18);--accent:#a55d30;--accent-dark:#7f4321;--forest:#1f2f24;--sand:#e7dbc7;--radius:16px;--shadow:0 14px 30px rgba(24,33,23,0.032);--measure-display:9.5ch;--measure-reading:62ch;--measure-narrative:46ch;--text-display:clamp(4.3rem,8.5vw,7.35rem);--text-page-display:clamp(3.1rem,5.8vw,4.75rem);--text-section-title:clamp(2.15rem,4.1vw,3.3rem);--text-card-title:clamp(1.2rem,1.6vw,1.5rem);--text-body-lg:1.03rem;--text-body:16px;--text-body-sm:16px;--text-meta:0.69rem;--leading-display:0.89;--leading-title:1.05;--leading-body-lg:1.62;--leading-body:1.7;--leading-body-tight:1.6;--tracking-display:-0.05em;--tracking-title:-0.02em;--tracking-meta:0.14em}*{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body),sans-serif}body:has(.site-shell){background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%}main{min-height:60vh}.studio-empty{min-height:100vh;display:grid;place-items:center;padding:2rem;background:#f7f7f7}.studio-empty__card{width:min(640px,100%);padding:2rem;border-radius:24px;border:1px solid rgba(29,42,33,.12);background:white;box-shadow:var(--shadow)}.container{width:min(1160px,calc(100% - 2.5rem));margin:0 auto}.narrow{width:min(760px,calc(100% - 2rem));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(247,244,238,.86);border-bottom:1px solid rgba(47,49,46,.1);transition:background .18s ease,border-color .18s ease,-webkit-backdrop-filter .18s ease;transition:background .18s ease,border-color .18s ease,backdrop-filter .18s ease;transition:background .18s ease,border-color .18s ease,backdrop-filter .18s ease,-webkit-backdrop-filter .18s ease}.site-shell:has(.hero--immersive) .site-header{position:fixed;left:0;right:0}.site-header--immersive{background:transparent;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px}.brand{display:flex;flex-direction:column;gap:.2rem}.brand__mark{font-family:var(--font-display),serif;letter-spacing:var(--tracking-title);font-size:1.55rem;font-weight:700}.brand__tag{font-size:.68rem;color:rgba(110,116,108,.82);text-transform:uppercase;letter-spacing:.2em}html[lang=zh-CN] .brand__tag{font-size:.64rem;letter-spacing:.08em;text-transform:none}.site-header--immersive .brand__mark,.site-header--immersive .brand__tag,.site-header--immersive .site-nav__link{color:#f6efe5}.site-header--immersive .brand__tag{color:rgba(246,239,229,.82)}.site-header--immersive .nav-toggle span{background:#f6efe5}.site-nav{display:flex;align-items:center;gap:.95rem}.site-nav__item{position:relative}.site-nav__item,.site-nav__link{display:inline-flex;align-items:center}.site-nav__link{gap:.28rem;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:rgba(110,116,108,.86);transition:color .16s ease,transform .16s ease}.site-nav__chevron{width:.38rem;height:.38rem;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-.1rem) rotate(45deg);transition:transform .16s ease}.site-nav__item--services:focus-within .site-nav__chevron,.site-nav__item--services:hover .site-nav__chevron{transform:translateY(.04rem) rotate(225deg)}html[lang=zh-CN] .site-nav__link{font-size:.88rem;letter-spacing:0}.site-nav__link:hover{color:var(--ink);transform:translateY(-1px)}.site-header--immersive .site-nav__link.is-active,.site-header--immersive .site-nav__link:hover{color:#fffaf3}.site-nav__link.is-active{color:var(--ink)}.site-nav__dropdown{position:absolute;top:calc(100% + .9rem);left:50%;z-index:40;display:grid;width:18rem;padding:.6rem;border:1px solid rgba(47,49,46,.1);border-radius:14px;background:rgba(251,250,247,.98);box-shadow:0 18px 38px rgba(47,49,46,.08);opacity:0;pointer-events:none;transform:translate(-50%,-.35rem);transition:opacity .16s ease,transform .16s ease}.site-nav__dropdown:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:1rem}.site-nav__item--services:focus-within .site-nav__dropdown,.site-nav__item--services:hover .site-nav__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)}.site-nav__dropdown-label{margin:0 0 .3rem;padding:.3rem .45rem .15rem;color:var(--accent-dark);font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-nav__dropdown-link{display:grid;grid-gap:.2rem;gap:.2rem;padding:.68rem .72rem;border-radius:10px;transition:background .16s ease,transform .16s ease}.site-nav__dropdown-link+.site-nav__dropdown-link{border-top:1px solid rgba(47,49,46,.07)}.site-nav__dropdown-link:focus-visible,.site-nav__dropdown-link:hover{background:rgba(221,229,219,.42);transform:translateY(-1px)}.site-nav__dropdown-link span{color:var(--ink);font-size:.9rem;font-weight:700;line-height:1.2}.site-nav__dropdown-link small{color:var(--muted);font-size:.78rem;line-height:1.35}.site-nav__language{display:inline-flex;align-items:center;gap:.42rem;margin-left:.3rem;color:rgba(110,116,108,.78);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}html[lang=zh-CN] .site-nav__language{letter-spacing:0;text-transform:none}.site-nav__locale{color:rgba(110,116,108,.84)}.site-nav__locale.is-active{color:var(--ink)}.site-header--immersive .site-nav__language,.site-header--immersive .site-nav__locale{color:rgba(246,239,229,.78)}.site-header--immersive .site-nav__locale.is-active{color:#fffaf3}.site-nav__cta{margin-left:.6rem}.site-nav__cta.button--primary{background:#6e8f85;color:#fbfaf7;border-color:#6e8f85}.site-nav__cta.button--primary:hover{background:#5c7b72;border-color:#5c7b72}.site-header--immersive .site-nav__cta.button--primary{color:#f6efe5;border-color:rgba(246,239,229,.34)}.site-header--immersive .site-nav__cta.button--primary:hover{background:rgba(246,239,229,.08)}.nav-toggle{display:none;border:0;background:transparent;padding:0;width:44px;height:44px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:6px auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:0 1.1rem;border-radius:999px;border:1px solid transparent;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s ease,background .18s ease,border-color .18s ease}html[lang=zh-CN] .button{letter-spacing:.01em;text-transform:none}.button:hover{transform:translateY(-1px)}.button--primary{background:#6e8f85;color:#fbfaf7}.button--primary:hover{background:#5c7b72}.button--ghost{border-color:var(--line);background:transparent}.social-rail{position:fixed;left:1rem;top:50%;transform:translateY(-50%);z-index:18;display:flex;flex-direction:column;align-items:center;gap:.9rem}.social-rail__line{width:1px;height:56px;background:rgba(24,33,23,.14)}.social-rail--immersive .social-rail__line{background:rgba(246,239,229,.24)}.social-rail__stack{display:flex;flex-direction:column;gap:.8rem}.social-rail__link{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(24,33,23,.1);background:rgba(251,247,240,.72);box-shadow:0 8px 22px rgba(24,33,23,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s ease,background .18s ease,border-color .18s ease}.social-rail--immersive .social-rail__link{border-color:rgba(255,255,255,.12);background:rgba(0,0,0,.42);box-shadow:0 12px 26px rgba(0,0,0,.2)}.social-rail__link:hover{transform:translateX(3px);background:rgba(255,250,242,.98);border-color:rgba(29,42,33,.24)}.social-rail--immersive .social-rail__link:hover{background:rgba(0,0,0,.68);border-color:rgba(255,255,255,.24)}.social-rail__icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--forest)}.social-rail--immersive .social-rail__icon{color:#fff8ef}.social-rail__icon svg{width:16px;height:16px}.social-rail__text{position:absolute;left:calc(100% + .8rem);top:50%;transform:translateY(-50%) translateX(-6px);padding:.42rem .68rem;border-radius:999px;background:var(--forest);color:#f6f0e4;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.social-rail--immersive .social-rail__text{background:rgba(0,0,0,.84);color:#fff8ef}.social-rail__link:focus-visible .social-rail__text,.social-rail__link:hover .social-rail__text{opacity:1;transform:translateY(-50%) translateX(0)}.hero,.page-hero{position:relative;overflow:hidden}.hero--immersive{min-height:100vh;color:#f7f0e7;background:#171411}.hero--immersive:before{display:none}.hero:before,.page-hero:before{content:"";position:absolute;inset:auto -10% -15% auto;width:30rem;height:30rem;background:radial-gradient(circle,rgba(36,57,44,.11),transparent 70%);pointer-events:none}.hero__inner,.page-hero .container{padding:6.25rem 0 4.5rem}.hero--immersive .hero__inner{position:relative;z-index:2;display:grid;min-height:100vh;padding:6.8rem 0 3.25rem;align-content:center}.hero__backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%;filter:saturate(.86) brightness(.82)}.hero__scrim{background:linear-gradient(180deg,rgba(18,15,12,.32),rgba(18,15,12,.24) 32%,rgba(18,15,12,.48)),radial-gradient(circle at 24% 30%,rgba(126,148,118,.16),transparent 42%)}.hero__grain,.hero__scrim{position:absolute;inset:0;z-index:1}.hero__grain{background-image:radial-gradient(rgba(255,255,255,.13) .7px,transparent 0);background-size:9px 9px;opacity:.2;pointer-events:none}.hero__grid,.page-hero__grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(300px,.82fr);grid-gap:2.75rem;gap:2.75rem;align-items:center}.page-hero__shell--balanced{width:min(980px,calc(100% - 2.5rem));margin:0 auto}.page-hero__shell--default{width:min(920px,calc(100% - 2.5rem));margin:0 auto}.hero__content,.page-hero__content{max-width:38rem}.page-hero--balanced .page-hero__content{max-width:54rem}.page-hero--default .page-hero__content{max-width:52rem}.hero__statement{max-width:31rem;margin:0 auto 2.1rem;color:rgba(247,240,231,.82);font-family:var(--font-display),serif;font-size:clamp(1.12rem,1.55vw,1.7rem);line-height:1.2;text-align:center}.hero__content--immersive{width:100%;max-width:min(92vw,84rem);margin:0 auto;text-align:center}@media (min-width:1200px){.hero__content--immersive{transform:translateX(clamp(-5rem,-4vw,-3rem))}}.hero__title,.page-hero__title{max-width:none;margin:0;font-family:var(--font-display),serif;font-size:var(--text-display);line-height:var(--leading-display);letter-spacing:var(--tracking-display);text-wrap:pretty}.hero__title--immersive{max-width:none;margin:0 auto;color:#fffaf3;font-size:clamp(2.85rem,5.85vw,5.8rem);line-height:.92;letter-spacing:-.04em;white-space:nowrap}.page-hero__title{font-size:var(--text-page-display)}.page-hero--default .page-hero__title{max-width:15ch;font-size:clamp(2.85rem,5vw,4.35rem);line-height:.98}.page-hero--balanced .page-hero__title{max-width:18ch;font-size:clamp(2.65rem,5vw,4.2rem);line-height:.98}.page-hero--default .page-hero__lead{max-width:40rem;font-size:16px;line-height:1.68}.page-hero--balanced .page-hero__lead{max-width:44rem;font-size:16px;line-height:1.66}html[lang=zh-CN] .hero__title,html[lang=zh-CN] .page-hero--balanced .page-hero__title,html[lang=zh-CN] .page-hero--default .page-hero__title,html[lang=zh-CN] .page-hero__title{max-width:min(100%,20em);line-height:1.02;text-wrap:normal}html[lang=zh-CN] .hero__title--immersive{max-width:min(100%,12em);line-height:.98;text-wrap:normal;white-space:normal}html[lang=zh-CN] .hero__lead,html[lang=zh-CN] .page-hero--balanced .page-hero__lead,html[lang=zh-CN] .page-hero--default .page-hero__lead,html[lang=zh-CN] .page-hero__lead{max-width:min(100%,36em);line-height:1.72;text-wrap:normal}.hero__lead,.page-hero__lead{max-width:var(--measure-narrative);margin-top:1.35rem;font-size:var(--text-body-lg);line-height:var(--leading-body-lg);color:var(--muted);text-wrap:pretty}.hero__lead--immersive{max-width:28rem;margin:1.35rem auto 0;color:rgba(247,240,231,.8);font-size:16px;line-height:1.56}.card__media,.hero__image,.page-hero__image{width:100%;border-radius:calc(var(--radius) - 4px);object-fit:cover;object-position:center center;box-shadow:var(--shadow)}.hero__image,.page-hero__image{aspect-ratio:4/5;border:1px solid rgba(24,33,23,.08);background:rgba(255,250,242,.92)}.hero__image--home{aspect-ratio:1/1;object-position:center 54%}.page-hero__image--service{aspect-ratio:6/5;object-position:center 38%}.card__media{aspect-ratio:16/10;margin-bottom:1rem;border:1px solid rgba(24,33,23,.08);background:rgba(255,250,242,.9)}.card__media--service{aspect-ratio:4/3;object-position:center 38%;margin-bottom:1.2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.hero__actions--immersive{justify-content:center;margin-top:1.75rem}.hero__actions--immersive .button--ghost{border-color:rgba(255,255,255,.22);color:#fff8ef}.hero__actions--immersive .button--ghost:hover{background:rgba(255,255,255,.08)}.card__eyebrow,.eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:var(--tracking-meta);font-size:var(--text-meta);font-weight:700;color:#7e9476}.eyebrow--brand{margin-bottom:1rem;letter-spacing:.14em;font-size:.62rem}.hero--immersive .eyebrow--brand{color:rgba(247,240,231,.68)}.eyebrow--section{color:#7e9476}.eyebrow--utility{color:rgba(87,101,89,.82);font-size:.68rem;letter-spacing:.2em}.section{padding:5.5rem 0}.section--tight{padding-top:4.4rem;padding-bottom:4.4rem}.section--tinted{background:rgba(251,250,247,.72)}.section--sand{background:rgba(221,229,219,.56)}.section--dark{background:#4e5f57;color:#fbfaf7}.section-intro{max-width:38rem;margin-bottom:2.5rem}.section-intro__title{margin:0;max-width:none;font-family:var(--font-body),sans-serif;font-size:var(--text-section-title);line-height:var(--leading-title);font-weight:700;letter-spacing:-.02em;text-wrap:pretty}.section-intro__body{max-width:30rem;margin-top:.8rem;color:var(--muted);font-size:16px;line-height:1.64;text-wrap:pretty}.section-intro--compact{max-width:31rem;margin-bottom:2rem}.section-intro--compact .section-intro__title{font-size:clamp(1.85rem,3.4vw,2.55rem)}.section-intro--compact .section-intro__body{max-width:26rem}html[lang=zh-CN] .section-intro,html[lang=zh-CN] .section-intro--compact{max-width:46rem}html[lang=zh-CN] .section-intro__title{max-width:min(100%,24em);line-height:1.12;text-wrap:normal}html[lang=zh-CN] .section-intro__body{max-width:min(100%,38em);line-height:1.72;text-wrap:normal}.section-intro--curated{max-width:32rem}.section-intro--invert .eyebrow,.section-intro--invert .section-intro__body{color:rgba(251,250,247,.82)}.grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:rgba(251,250,247,.74);border:1px solid rgba(47,49,46,.08);border-radius:var(--radius);padding:1.65rem;box-shadow:none}.card--accent{background:linear-gradient(180deg,rgba(221,229,219,.56),rgba(251,250,247,.9))}.card h2,.card h3{margin-top:0;margin-bottom:.95rem;font-family:var(--font-body),sans-serif;font-size:var(--text-card-title);font-weight:700;letter-spacing:-.015em;line-height:1.08;text-wrap:balance}.card li,.card p{color:var(--muted);line-height:var(--leading-body)}.card__title{margin-bottom:.85rem}.card__title--post{max-width:none;text-wrap:pretty}.card__body{font-size:var(--text-body-sm);line-height:var(--leading-body-tight)}.card__body--post{max-width:44ch;margin-bottom:1.15rem;font-size:var(--text-body);line-height:var(--leading-body)}.card--service{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.card--post .text-link,.card--service .text-link{margin-top:auto;padding-top:1.2rem}.card--service .button{margin-top:auto;align-self:flex-start}.card--post{padding:1.9rem}.list{padding-left:1.1rem;margin:0}.list--compact li+li{margin-top:.45rem}.bridge-grid{align-items:stretch}.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.timeline__item{padding:1.35rem 1.2rem 1.1rem;border:0;border-top:1px solid rgba(251,250,247,.18);border-radius:0;background:transparent}.timeline__item h3{margin:0 0 .6rem;font-family:var(--font-body),sans-serif;font-size:1.15rem;font-weight:700;letter-spacing:-.015em}.timeline__index{display:inline-flex;margin-bottom:1.2rem;color:#dde5db;font-size:.78rem;letter-spacing:.18em;font-weight:800}.timeline__item p{font-size:16px;line-height:1.6}.text-link{display:inline-flex;margin-top:1rem;color:#7e9476;font-size:.83rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:color .16s ease,transform .16s ease}.text-link:focus-visible,.text-link:hover{color:var(--accent-dark)}.footer-email{margin:.35rem 0 0;font-weight:600;color:var(--ink)}.cta-band{padding-top:1.5rem}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2.1rem 0 0;border-top:1px solid rgba(24,33,23,.1)}.cta-band--compact{padding-top:0}.cta-band--compact .cta-band__inner{gap:.9rem;padding-top:.8rem;align-items:center}.cta-band--compact .cta-band__copy{max-width:16rem}.cta-band--compact .cta-band__copy h2{max-width:none;font-size:clamp(1.15rem,1.8vw,1.55rem);line-height:1.08}.cta-band--compact .button{min-height:40px;padding-inline:1rem;white-space:nowrap}.cta-band__copy h2{margin:0;max-width:12ch;font-family:var(--font-display),serif;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:.98}.contact-layout,.detail-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:1.25rem;gap:1.25rem}.contact-page{max-width:48rem}.contact-page__card{padding:1.9rem}.journal-list{display:grid;grid-gap:1.25rem;gap:1.25rem;width:min(920px,100%);margin:0 auto}.journal-list>.card--post{padding:1.35rem 1.35rem 1.55rem}.journal-list>.card--post .card__media{width:100%;margin:0 0 1.15rem}.homepage-journal__list{width:100%;margin:0;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.homepage-journal__card{min-height:100%;padding:1.65rem 1.55rem}.homepage-journal__card .card__title--post{font-size:clamp(1.45rem,2vw,1.8rem)}html[lang=zh-CN] .card__title--post,html[lang=zh-CN] .homepage-journal__card .card__title--post{max-width:100%;line-height:1.12;text-wrap:normal}html[lang=zh-CN] .card__body--post,html[lang=zh-CN] .homepage-journal__card .card__body--post{max-width:30em;line-height:1.74}.homepage-journal__card .card__body--post{max-width:34ch;font-size:16px;line-height:1.68}.card--post h2{font-size:2rem}.post-meta{color:rgba(87,101,89,.78);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.stack>*+*{margin-top:1rem}.prose{max-width:var(--measure-reading)}.prose p{margin:0 0 1.55rem;font-size:1.02rem;line-height:1.86;color:var(--muted);text-wrap:pretty}.prose--journal p+p{margin-top:.15rem}.journal-detail{padding-top:3.25rem}.journal-article-shell{padding:2.4rem 2.5rem;border:1px solid rgba(78,95,87,.14);border-radius:20px;background:rgba(251,250,247,.72);box-shadow:0 24px 60px rgba(78,95,87,.06)}.journal-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1.5rem;color:#7E9476;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.journal-lead{color:#2F312E;font-size:1.08rem;line-height:1.78}.journal-section+.journal-section{margin-top:2.1rem}.journal-section h2{margin:0 0 .85rem;color:#2F312E;font-family:var(--font-body),sans-serif;font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.14;letter-spacing:-.02em}.journal-takeaway{margin-bottom:2rem;padding:1.2rem 1.35rem;border-left:3px solid #7e9476;border-radius:0 14px 14px 0;background:rgba(221,229,219,.38)}.journal-takeaway p{margin:0;color:#2F312E;font-size:16px;line-height:1.62}.journal-takeaway__label{margin-bottom:.45rem!important;color:#7E9476!important;font-size:.72rem!important;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.journal-post-cta{margin-top:2.8rem;padding:2rem 2.1rem;border:1px solid #dde5db;border-radius:14px;background:#FBFAF7;box-shadow:0 24px 60px rgba(78,95,87,.08)}.journal-post-cta__copy{max-width:44rem}.journal-post-cta__copy h2{margin:0;color:#2F312E;font-family:var(--font-body),sans-serif;font-weight:700;letter-spacing:-.02em;font-size:clamp(1.45rem,2.4vw,1.8rem);line-height:1.05;white-space:nowrap}.journal-post-cta__copy p{max-width:38rem;margin:.8rem 0 0;color:#2F312E;font-size:16px;line-height:1.38}.journal-post-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.35rem}.journal-post-cta .button--ghost{border-color:#DDE5DB;color:#2F312E;background:#FBFAF7}.journal-post-cta .button--primary{background:#6E8F85;color:#FBFAF7}.journal-post-cta .button--primary:hover{background:#5C7B72}@media (max-width:640px){.journal-detail{padding-top:2rem}.journal-article-shell{padding:1.45rem;border-radius:16px}.journal-meta{margin-bottom:1.15rem}.journal-lead{font-size:16px;line-height:1.7}.journal-section+.journal-section{margin-top:1.65rem}.journal-section h2{font-size:clamp(1.2rem,6vw,1.55rem)}.journal-takeaway{margin-bottom:1.5rem;padding:1rem 1.05rem}.services-curated--strip .service-editorial,.services-curated__grid,.timeline,.timeline__item{width:100%}.services-curated--strip .section-intro__body,.services-curated--strip .service-editorial__summary,.timeline__item p{width:100%;max-width:none}.services-curated--strip .service-editorial__body{width:100%}.journal-post-cta{padding:1.65rem 1.45rem}.journal-post-cta__copy h2{white-space:normal;font-size:clamp(1.25rem,6vw,1.55rem);line-height:1.14}.journal-post-cta__actions{gap:.8rem}}.detail-copy{max-width:52ch;font-size:16px;line-height:1.76}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.contact-form label{display:grid;grid-gap:.55rem;gap:.55rem;font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:.9rem 1rem;font:inherit;background:rgba(251,250,247,.86);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:rgba(165,93,48,.56);background:#fbfaf7;box-shadow:0 0 0 3px rgba(165,93,48,.12)}.contact-form button[disabled]{opacity:.8;cursor:wait}.contact-form__full{grid-column:1/-1}.form-status{margin:0;font-weight:600}.form-status--success{color:#5c7b72}.form-status--error{color:#a03b2d}.site-footer{padding:4.6rem 0 2.6rem;border-top:1px solid rgba(78,95,87,.22);background:#4e5f57;color:#fbfaf7}.site-footer__grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(260px,.7fr) minmax(280px,.75fr);grid-gap:2.4rem clamp(3rem,6vw,5.5rem);gap:2.4rem clamp(3rem,6vw,5.5rem);align-items:start;max-width:1120px;margin:0 auto}.site-footer__heading{margin:0 0 1rem;font-family:var(--font-body),sans-serif;font-size:.98rem;font-weight:700;letter-spacing:-.01em;color:#fbfaf7}.site-footer__body{max-width:28ch;margin:.55rem 0 0;font-size:16px;line-height:1.58;color:rgba(251,250,247,.76)}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));grid-gap:.58rem 1.8rem;gap:.58rem 1.8rem;list-style:none;padding:0;margin:0}.footer-links li+li{margin-top:0}.footer-links a{font-size:16px;color:rgba(251,250,247,.82)}.site-footer .brand__tag,.site-footer .footer-email{color:rgba(251,250,247,.78)}.site-footer .card__eyebrow,.site-footer .eyebrow,.site-footer .text-link{color:#e7dbc7}.site-footer .eyebrow{font-size:16px}.site-footer__contact-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:1.15rem;width:13.8rem;min-width:0;padding:0 1.25rem;border:1px solid rgba(251,250,247,.72);border-radius:999px;background:#e7dbc7;color:#4E5F57;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:background .18s ease,border-color .18s ease,transform .18s ease}.site-footer__contact-link:hover{transform:translateY(-1px);background:#FBFAF7;border-color:#DDE5DB}.site-footer__heading-mobile{display:none}.site-footer__bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1.25rem 0 0;padding-top:1.45rem;border-top:1px solid rgba(251,250,247,.14)}.site-footer__copyright{margin:0;color:rgba(251,250,247,.62);font-size:12px;line-height:1.6}.site-footer__legal{display:flex;flex-wrap:wrap;gap:.9rem 1.1rem}.site-footer__legal a{color:rgba(251,250,247,.72);font-size:12px;line-height:1.6}.legal-page .prose h2{margin:2rem 0 .75rem;color:#2F312E;font-family:var(--font-body),sans-serif;font-size:clamp(1.25rem,2vw,1.55rem);line-height:1.18;letter-spacing:-.02em}.positioning-band{padding:1.6rem 0 0}.positioning-band--page{padding-top:0}.positioning-band__inner{display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:1.8rem;gap:1.8rem;align-items:start;padding:1.35rem 0 0;border-top:1px solid rgba(47,49,46,.1)}.positioning-band__copy{display:grid;grid-gap:.7rem;gap:.7rem;max-width:40rem}.positioning-band__statement{margin:0;color:var(--ink);font-family:var(--font-display),serif;font-size:clamp(1.28rem,1.8vw,1.65rem);line-height:1.12;letter-spacing:-.02em}.positioning-band__support{margin:0;max-width:34ch;color:var(--muted);font-size:16px;line-height:1.64}.sustainability-statement__inner{padding-top:.3rem}.sustainability-statement__text{max-width:46rem;margin:0;font-family:var(--font-display),serif;font-size:clamp(1.45rem,2.4vw,2.05rem);line-height:1.12;letter-spacing:-.02em}.fact-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.8rem;gap:1.8rem}.fact-strip--wide{gap:2rem}.our-role,.what-you-get-section,.who-we-help-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);grid-gap:2.25rem;gap:2.25rem;align-items:start}.fact-strip__item{padding-top:1rem;border-top:1px solid rgba(47,49,46,.12)}.fact-strip__index{margin:0 0 .7rem;color:#7e9476;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.fact-strip__item h3{margin:0 0 .55rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.18rem,1.45vw,1.35rem);font-weight:700;letter-spacing:-.015em}.fact-strip__item p:last-child{margin:0;max-width:28ch;color:var(--muted);font-size:16px;line-height:1.6}.about-layout,.editorial-split,.sustainability-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(250px,.68fr);grid-gap:2.25rem;gap:2.25rem;align-items:start}.about-definition,.editorial-split__aside,.sustainability-principles{padding-top:.5rem}.our-role__main{max-width:34rem}.who-we-help-section{grid-template-columns:minmax(280px,.72fr) minmax(0,1fr)}.who-we-help-copy{justify-self:end}.what-you-get-section{grid-template-columns:minmax(0,.9fr) minmax(320px,.82fr);align-items:center}.what-you-get-copy,.who-we-help-copy{max-width:34rem}.what-you-get-copy{max-width:36rem}.sustainability-approach{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.88fr);grid-gap:clamp(2.4rem,5vw,4.4rem);gap:clamp(2.4rem,5vw,4.4rem);align-items:center}.sustainability-approach__copy .section-intro--compact{margin-bottom:1.55rem}.sustainability-approach__copy .section-intro__body{margin-top:1.25rem}.sustainability-standard-list{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.65rem}.sustainability-standard{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:1rem;gap:1rem;padding-top:1rem;border-top:1px solid rgba(47,49,46,.12)}.sustainability-standard__index{padding-top:.18rem;color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.16em}.sustainability-standard h3{margin:0 0 .45rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.22rem);font-weight:700;letter-spacing:-.012em;line-height:1.18}.sustainability-standard p{margin:0;max-width:38rem;color:var(--muted);font-size:16px;line-height:1.62}.sustainability-approach__figure{display:grid;grid-gap:.8rem;gap:.8rem;margin:0}.sustainability-approach__figure figcaption{margin:0;color:#7f4321;font-size:.82rem;font-weight:700;letter-spacing:.08em;line-height:1.45;text-transform:uppercase}.sustainability-principles-section__intro{max-width:34rem;margin-bottom:1.8rem}.sustainability-principles-grid{margin-top:0}.sustainability-support__intro{max-width:36rem}.sustainability-support__layout{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1fr);grid-gap:2rem;gap:2rem;align-items:start;margin-top:2rem}.sustainability-support__grid{gap:1.15rem 1.4rem}.sustainability-page__image{width:100%;object-fit:cover;border-radius:calc(var(--radius) - 4px);border:1px solid rgba(24,33,23,.06);background:rgba(255,250,242,.9)}.sustainability-page__image--approach,.sustainability-page__image--support{aspect-ratio:7/5;object-position:center 44%}.sustainability-approach__figure .sustainability-page__image--approach{height:100%;min-height:28rem;aspect-ratio:auto}.sustainability-quiet-cta{padding-top:2.8rem}.sustainability-quiet-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.4rem;border-top:1px solid rgba(24,33,23,.1)}.sustainability-quiet-cta__copy{max-width:40rem}.sustainability-quiet-cta__copy h2{margin:0;font-family:var(--font-body),sans-serif;font-size:clamp(1.35rem,2.1vw,1.9rem);font-weight:700;line-height:1.18;letter-spacing:-.02em}.who-we-help-copy{padding-top:.35rem}.homepage-journal .section-intro--compact,.our-role .section-intro--compact,.services-curated--strip .section-intro--compact,.who-we-help-copy .section-intro--compact{margin-bottom:1.55rem}.work-showcase--text-only .section-intro--process{margin-bottom:1.3rem}.what-you-get-copy{padding-top:.2rem}.who-we-help-list{display:grid;grid-gap:1rem;gap:1rem}.who-we-help-item{padding-top:1rem;border-top:1px solid rgba(47,49,46,.1)}.who-we-help-item h3{margin:0 0 .5rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.22rem);font-weight:700;letter-spacing:-.012em}.what-you-get-body,.what-you-get-body p,.who-we-help-item p{margin:0;color:var(--muted);font-size:16px;line-height:1.62}.what-you-get-title{margin:0;max-width:none;font-family:var(--font-body),sans-serif;font-size:clamp(1.85rem,3.4vw,2.55rem);line-height:1.08;font-weight:700;letter-spacing:-.02em;text-wrap:normal}.what-you-get-kicker{margin:.85rem 0 0;max-width:30rem;color:var(--muted);font-size:17px;line-height:1.6}html[lang=zh-CN] .what-you-get-title{max-width:min(100%,22em);line-height:1.12;text-wrap:normal}html[lang=zh-CN] .service-editorial__summary,html[lang=zh-CN] .what-you-get-body,html[lang=zh-CN] .who-we-help-item p{max-width:30em;line-height:1.72}.what-you-get-body{max-width:46ch;margin-top:.85rem}.what-you-get-body p+p{margin-top:.7rem}.what-you-get-list{display:grid;grid-gap:.95rem;gap:.95rem;margin-top:1.45rem}.what-you-get-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:1rem;gap:1rem;padding-top:1rem;border-top:1px solid rgba(47,49,46,.12)}.what-you-get-index{padding-top:.18rem;color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.16em}.what-you-get-item h3{margin:0 0 .45rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.22rem);font-weight:700;letter-spacing:-.012em;line-height:1.18}.what-you-get-item p{margin:0;max-width:39rem;color:var(--muted);font-size:16px;line-height:1.62}.what-you-get-cta{margin-top:1.45rem;font-size:.95rem;letter-spacing:0;text-transform:none}.editorial-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.editorial-note{padding-top:1rem;border-top:1px solid rgba(47,49,46,.12)}.editorial-note h3{margin:0 0 .6rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.25rem);font-weight:700;letter-spacing:-.012em}.editorial-note p{margin:0;color:var(--muted);font-size:16px;line-height:1.62}.about-copy__title,.aside-title{margin:0;max-width:none;font-family:var(--font-display),serif;font-size:clamp(1.8rem,2.8vw,2.55rem);line-height:1.03;text-wrap:pretty}.aside-copy{max-width:30ch;margin:.85rem 0 0;color:var(--muted);font-size:16px;line-height:1.64}.bridge-list,.service-editorial__list,.service-page-card__list{list-style:none;margin:1.25rem 0 0;padding:0}.work-showcase{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(240px,.62fr);grid-gap:2rem;gap:2rem;align-items:end;margin-bottom:2.3rem}.work-showcase--text-only{grid-template-columns:minmax(0,1fr);margin-bottom:1.6rem}.bridge-list li,.service-editorial__list li,.service-page-card__list li{padding:.7rem 0;border-top:1px solid rgba(47,49,46,.08);color:var(--muted);font-size:16px;line-height:1.55}.bridge-outcome__label{margin:1.35rem 0 .35rem;color:#7e9476;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.bridge-outcome__text{margin:0;max-width:28ch;font-family:var(--font-display),serif;font-size:clamp(1.28rem,1.8vw,1.65rem);line-height:1.12}.services-curated__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.services-curated--strip .section-intro{margin-bottom:1.65rem}.services-curated--strip .section-intro__title{max-width:10ch;font-size:clamp(2.15rem,4vw,3rem)}html[lang=zh-CN] .homepage-journal .section-intro__title,html[lang=zh-CN] .services-curated--strip .section-intro__title{max-width:min(100%,24em);text-wrap:normal}html[lang=zh-CN] .homepage-journal .section-intro__body,html[lang=zh-CN] .services-curated--strip .section-intro__body{max-width:31em}.services-curated--strip .section-intro__body{max-width:34ch}.homepage-journal__card .card__eyebrow,.journal-list .card__eyebrow,.services-curated--strip .card__eyebrow,.services-page-grid .card__eyebrow{color:var(--accent-dark)}.service-editorial{display:grid;grid-gap:.85rem;gap:.85rem;align-content:start}.service-editorial--featured{grid-row:span 2}.service-editorial--text{gap:.75rem;padding-top:.25rem}.service-editorial--plain{gap:.7rem;padding-top:0}.service-editorial__image{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 40%;border-radius:calc(var(--radius) - 4px)}.service-editorial__image--featured{aspect-ratio:16/11;object-position:center 44%}.service-editorial__body{padding-top:.15rem}.service-editorial--plain .service-editorial__body,.service-editorial--text .service-editorial__body{padding-top:.95rem;border-top:1px solid rgba(47,49,46,.1)}.service-editorial__title,.service-page-card__title{margin:0 0 .7rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.3rem,1.8vw,1.72rem);font-weight:700;line-height:1.08;letter-spacing:-.02em}.service-editorial__summary,.service-page-card__summary{margin:0;max-width:32ch;color:var(--muted);font-size:16px;line-height:1.62}.service-editorial--text .service-editorial__summary{max-width:28ch}.service-editorial--plain .service-editorial__summary{max-width:24ch}.services-curated--strip .service-editorial__title{font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.16}.services-curated--strip .service-editorial__summary{font-size:16px;line-height:1.56}.manifesto{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.45rem 1.9rem;gap:1.45rem 1.9rem}.promises-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(240px,.64fr);grid-gap:2rem;gap:2rem;align-items:start}.manifesto--tight{margin-top:1.4rem}.manifesto__item{padding-top:.95rem;border-top:1px solid rgba(47,49,46,.12)}.manifesto__item h3{margin:0 0 .5rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.22rem);font-weight:700;letter-spacing:-.012em}.manifesto__item p{margin:0;color:var(--muted);font-size:16px;line-height:1.6}.about-copy p{max-width:50ch}.about-definition{display:grid;grid-gap:1.2rem;gap:1.2rem}.definition-block{padding-top:1rem;border-top:1px solid rgba(47,49,46,.12)}.definition-block h3{margin:0 0 .45rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.22rem);font-weight:700;letter-spacing:-.012em}.definition-block p{margin:0;max-width:30ch;color:var(--muted);font-size:16px;line-height:1.6}.definition-block--muted p{max-width:34ch}.about-layout--focused{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:clamp(1.8rem,3vw,3.25rem)}.about-copy--focused .section-intro--compact{margin-bottom:1.25rem}.about-copy--focused .section-intro__title{max-width:none;white-space:nowrap}.about-copy--focused .section-intro__body{max-width:34rem;margin-top:1.05rem}.about-copy--focused p{max-width:58ch}.about-definition--focused{gap:1rem;justify-self:end;width:min(100%,570px);transform:none}.about-position-card{display:grid;grid-gap:1.2rem;gap:1.2rem;padding:36px 40px;border:1px solid #dde5db;border-radius:20px;background:#FBFAF7;box-shadow:0 24px 60px rgba(78,95,87,.08)}.about-position-card__heading,.about-position-card__line{margin:0;color:#7E9476;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-position-card .definition-block{border-top-color:#DDE5DB}.about-position-card .definition-block h3{color:#2F312E}.about-position-card .definition-block p{color:#6E746C}.about-position-card__line{padding-top:.2rem}.about-definition--focused .definition-block{padding-top:.9rem}.about-definition--focused .definition-block h3{margin-bottom:.35rem}.about-definition--focused .definition-block p{max-width:36ch}.editorial-columns--about{gap:1.15rem 1.35rem}.editorial-columns--about .editorial-note{padding-top:.9rem}.editorial-columns--about .editorial-note p{max-width:28ch}.about-experience-section,.about-media-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.78fr);grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center}.about-media-split{grid-template-columns:minmax(0,1fr) minmax(320px,.74fr)}.about-proof-section .section-intro{max-width:34rem;margin-bottom:1.75rem}.about-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem 1.25rem;gap:1rem 1.25rem}.about-proof-item{padding:1rem 0 0;border-top:1px solid rgba(47,49,46,.12)}.about-note-list__item h3,.about-process-list__item h3,.about-proof-item h3{margin:0 0 .45rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.08rem,1.35vw,1.24rem);font-weight:700;letter-spacing:-.012em;line-height:1.18}.about-note-list__item p,.about-process-list__item p,.about-proof-item p:last-child{margin:0;color:var(--muted);font-size:16px;line-height:1.62}.about-section-image{width:100%;object-fit:cover;border:1px solid rgba(47,49,46,.08);border-radius:calc(var(--radius) - 4px);background:rgba(251,250,247,.82);box-shadow:none}.about-section-image--proof{aspect-ratio:4/5;object-position:center 46%}.about-experience-section{grid-template-columns:minmax(320px,.78fr) minmax(0,.95fr)}.about-section-image--experience{aspect-ratio:5/4;object-position:center 42%}.about-experience-section__copy{max-width:42rem}.about-note-list{display:grid;grid-gap:.95rem;gap:.95rem}.about-note-list__item{display:grid;grid-template-columns:minmax(9rem,.42fr) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;padding-top:.95rem;border-top:1px solid rgba(47,49,46,.12)}.about-note-list__item p{max-width:31rem}.about-workflow-section{padding-top:3.8rem}.about-workflow-section__header{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,.6fr);grid-gap:2rem;gap:2rem;align-items:end;margin-bottom:2.2rem}.about-workflow-section__header .section-intro{margin-bottom:0}.about-section-image--workflow{aspect-ratio:16/9;object-position:center}.about-process-list{display:grid;grid-gap:0;gap:0;border-top:1px solid rgba(47,49,46,.12)}.about-process-list__item{display:grid;grid-template-columns:5rem minmax(0,1fr);grid-gap:1.4rem;gap:1.4rem;padding:1.15rem 0;border-bottom:1px solid rgba(47,49,46,.1)}.about-process-list__item span{color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.18em}.about-process-list__item div{display:grid;grid-template-columns:minmax(11rem,.34fr) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem}.about-cta{padding-top:3.8rem}.about-cta .cta-band__inner{align-items:flex-end}.about-cta .cta-band__copy{max-width:48rem}.about-cta .cta-band__copy h2{max-width:18ch;font-family:var(--font-body),sans-serif;font-size:clamp(1.85rem,3vw,2.75rem);font-weight:700;line-height:1.05;letter-spacing:-.02em}.about-cta .cta-band__copy p{max-width:44rem;margin:.9rem 0 0;color:var(--muted);font-size:16px;line-height:1.62}html[lang=zh-CN] .about-position-card__heading{letter-spacing:.08em}html[lang=zh-CN] .about-process-list__item span{letter-spacing:.12em}html[lang=zh-CN] .about-cta .cta-band__copy h2{max-width:14em;line-height:1.12;letter-spacing:0}.services-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.45rem 1.55rem;gap:1.45rem 1.55rem}.service-page-card{grid-gap:1rem;gap:1rem;padding:1.55rem;border:1px solid rgba(47,49,46,.1);border-radius:calc(var(--radius) - 2px);background:rgba(251,250,247,.76)}.service-page-card,.service-page-card__content{display:grid;align-content:start;min-height:100%}.service-page-card__media{margin-bottom:.15rem;aspect-ratio:4/3;object-position:center 42%}.service-page-card__list{margin-top:.9rem}.service-page-card__content .card__eyebrow{margin-bottom:.6rem}.service-page-card__summary{max-width:31ch}.service-page-card__list li{padding:.62rem 0;font-size:16px;line-height:1.52}.service-page-card .text-link{margin-top:auto;padding-top:1rem}.service-quick-fit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.15rem;gap:1.15rem}.service-quick-fit__item{padding-top:1rem;border-top:1px solid rgba(47,49,46,.12)}.service-quick-fit__item p{margin:0 0 .55rem;color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.service-quick-fit__item h2{margin:0;color:var(--ink);font-family:var(--font-body),sans-serif;font-size:clamp(1.05rem,1.4vw,1.22rem);font-weight:700;letter-spacing:-.012em;line-height:1.25}.service-detail-intro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.72fr);grid-gap:clamp(2rem,4vw,3.8rem);gap:clamp(2rem,4vw,3.8rem);align-items:start}.service-detail-intro__copy{max-width:44rem}.service-boundary h2,.service-detail-cta h2,.service-detail-intro__copy h2,.service-evaluation__copy h2,.service-section-heading h2{margin:0;font-family:var(--font-body),sans-serif;font-size:clamp(1.65rem,2.8vw,2.35rem);font-weight:700;letter-spacing:-.02em;line-height:1.08}.service-boundary p,.service-detail-cta p,.service-detail-intro__copy>p:last-child,.service-evaluation__copy p{margin:1rem 0 0;max-width:42rem;color:var(--muted);font-size:16px;line-height:1.66}.service-fit-panel{padding:1.55rem;border:1px solid rgba(47,49,46,.1);border-radius:calc(var(--radius) - 2px);background:rgba(251,250,247,.78)}.service-fit-panel h3{margin:0 0 1rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.18rem,1.6vw,1.4rem);font-weight:700;letter-spacing:-.015em}.service-fit-panel ul{list-style:none;margin:0;padding:0}.service-fit-panel li{padding:.72rem 0;border-top:1px solid rgba(47,49,46,.08);color:var(--muted);font-size:16px;line-height:1.55}.service-section-heading{max-width:42rem;margin-bottom:1.7rem}.service-solve-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.35rem;gap:1.35rem}.service-solve-item{padding:1rem 0 0;border-top:1px solid rgba(47,49,46,.12)}.service-process__item span{display:inline-flex;margin-bottom:.8rem;color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.16em}.service-solve-item h3{margin:0 0 .55rem;font-family:var(--font-body),sans-serif;font-size:clamp(1.1rem,1.45vw,1.3rem);font-weight:700;letter-spacing:-.012em;line-height:1.18}.service-solve-item p{margin:0;color:var(--muted);font-size:16px;line-height:1.62}.service-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.service-process__item{padding:1rem 1.1rem 0 0;border-top:1px solid rgba(47,49,46,.12)}.service-process__item p{margin:0;color:var(--muted);font-size:16px;line-height:1.6}.service-evaluation{display:grid;grid-template-columns:minmax(0,.8fr) minmax(340px,1fr);grid-gap:clamp(2rem,4vw,3.6rem);gap:clamp(2rem,4vw,3.6rem);align-items:start}.service-evaluation__tags{display:flex;flex-wrap:wrap;gap:.75rem}.service-evaluation__tags span{display:inline-flex;align-items:center;min-height:2.45rem;padding:0 .95rem;border:1px solid rgba(47,49,46,.11);border-radius:999px;background:rgba(251,250,247,.72);color:var(--ink);font-size:.92rem;font-weight:600;line-height:1.2}.service-supporting-media{padding-top:3.4rem;padding-bottom:2.3rem}.service-supporting-media figure{display:grid;grid-gap:.8rem;gap:.8rem;margin:0}.service-supporting-media__image{width:100%;max-height:28rem;aspect-ratio:16/7;object-fit:cover;object-position:center;border:1px solid rgba(47,49,46,.08);border-radius:calc(var(--radius) - 4px);background:rgba(251,250,247,.82)}.service-supporting-media figcaption{max-width:46rem;margin:0;color:var(--muted);font-size:16px;line-height:1.58}.service-deliverables__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.46fr);grid-gap:clamp(1.8rem,3.4vw,3rem);gap:clamp(1.8rem,3.4vw,3rem);align-items:start}.service-deliverables__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.72rem 1.15rem;gap:.72rem 1.15rem}.service-deliverable{position:relative;padding:.82rem 0 .82rem 1rem;border-top:1px solid rgba(47,49,46,.1)}.service-deliverable:before{content:"";position:absolute;left:0;top:1.18rem;width:.28rem;height:.28rem;border-radius:999px;background:var(--accent-dark)}.service-deliverable h3{margin:0;font-family:var(--font-body),sans-serif;font-size:16px;font-weight:650;letter-spacing:0;line-height:1.42}.service-boundary{max-width:22rem;justify-self:end;padding:1rem 1.08rem 1.05rem;border:1px solid rgba(47,49,46,.1);border-radius:12px;background:rgba(251,250,247,.62)}.service-boundary h2{font-size:clamp(1.05rem,1.25vw,1.16rem);line-height:1.25;letter-spacing:-.01em}.service-boundary .eyebrow{margin-bottom:.5rem;font-size:.66rem}.service-boundary p{margin-top:.72rem;font-size:14px;line-height:1.6}.service-detail-cta{padding-top:4rem;padding-bottom:4rem}.service-detail-cta .eyebrow{color:#e7dbc7}.service-detail-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.service-detail-cta__inner>div{max-width:48rem}.service-detail-cta h2{color:#fbfaf7}.service-detail-cta p{color:rgba(251,250,247,.78)}.page-hero__frame{position:relative}.page-hero--editorial .page-hero__grid{grid-template-columns:minmax(0,.92fr) minmax(360px,1fr);align-items:end}.page-hero--balanced .page-hero__grid{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}.page-hero--editorial .page-hero__image{aspect-ratio:5/4}.home-section-image{width:100%;object-fit:cover;border-radius:calc(var(--radius) - 4px);border:1px solid rgba(24,33,23,.06);box-shadow:none}.home-section-image--positioning{aspect-ratio:5/6;object-position:center 52%;max-width:15rem;justify-self:end}.home-section-image--barriers{aspect-ratio:5/6;object-position:center 40%;max-width:14rem;justify-self:end}.home-section-image--bridge{margin-top:.2rem}.home-section-image--bridge,.home-section-image--what-you-get,.home-section-image--who-we-help{aspect-ratio:7/5;object-position:center 45%;border:0}.home-section-image--who-we-help{aspect-ratio:1/1}.home-section-image--work{aspect-ratio:7/5;object-position:center 38%;border-color:rgba(255,255,255,.12);box-shadow:0 14px 30px rgba(0,0,0,.16)}.home-section-image--promises{aspect-ratio:5/6;object-position:center 48%;max-width:15rem;justify-self:end}@media (max-width:960px){.about-experience-section,.about-layout,.about-media-split,.about-workflow-section__header,.contact-layout,.cta-band__inner,.detail-grid,.editorial-columns,.editorial-split,.fact-strip,.grid--2,.grid--3,.hero__grid,.homepage-journal__list,.manifesto,.our-role,.page-hero__grid,.positioning-band__inner,.promises-layout,.service-deliverables__layout,.service-detail-intro,.service-evaluation,.service-page-card--featured,.service-process,.service-quick-fit,.service-solve-grid,.services-curated__grid,.services-page-grid,.site-footer__grid,.sustainability-approach,.sustainability-layout,.sustainability-quiet-cta__inner,.sustainability-support__layout,.timeline,.what-you-get-section,.who-we-help-section,.work-showcase{grid-template-columns:1fr}.cta-band__inner,.sustainability-quiet-cta__inner{display:grid}.service-detail-cta__inner{display:grid;align-items:start}.cta-band--compact .cta-band__copy{max-width:none}.about-section-image--experience,.about-section-image--proof{aspect-ratio:16/10}.about-section-image--workflow{aspect-ratio:16/8}.service-editorial--featured{grid-row:auto}.hero--immersive .hero__inner{padding-top:6.5rem;align-content:center}.section{padding:4.5rem 0}.section--tight{padding-top:3.5rem;padding-bottom:3.5rem}.section-intro,.section-intro--compact,.section-intro--curated,.sustainability-principles-section__intro,.sustainability-support__intro{max-width:100%;margin-bottom:1.5rem}.aside-copy,.detail-copy,.hero__lead,.homepage-journal__card .card__body--post,.page-hero__lead,.prose p,.section-intro__body,.service-editorial__summary,.service-page-card__summary,.services-curated--strip .section-intro__body,.what-you-get-body{max-width:34rem}.hero__title--immersive{max-width:none;font-size:clamp(2.85rem,5.6vw,4.8rem)}.hero__lead--immersive{max-width:24rem;margin-top:1.1rem;font-size:16px}.our-role,.service-deliverables__layout,.service-detail-intro,.service-evaluation,.sustainability-approach,.sustainability-support__layout,.what-you-get-section,.who-we-help-section{gap:1.35rem}.our-role__main,.sustainability-approach__copy,.what-you-get-copy,.who-we-help-copy{max-width:none}.bridge-list,.editorial-columns,.service-page-card__list,.sustainability-support__grid,.who-we-help-list{gap:.9rem}.timeline{gap:.75rem}.timeline__item{padding:1rem 0 .1rem}.timeline__index{margin-bottom:.75rem}.service-page-card{gap:.85rem;padding:1.2rem}.service-page-card__media{aspect-ratio:16/10;margin-bottom:0}.service-page-card__summary{font-size:16px;line-height:1.56}.service-deliverables__list{grid-template-columns:1fr}.service-page-card__list{margin-top:.7rem}.service-page-card__list li{padding:.5rem 0}.service-page-card .text-link{padding-top:.75rem}.services-curated__grid{gap:.95rem}.service-editorial--plain .service-editorial__body,.service-editorial--text .service-editorial__body{padding-top:.75rem}.journal-list{gap:1rem}.card--post{padding:1.45rem}.card__media{aspect-ratio:16/10}.card__body--post,.homepage-journal__card .card__body--post{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.homepage-journal__card{padding:1.45rem}.contact-page{max-width:40rem}.contact-page__card{padding:1.55rem}.home-section-image--bridge,.home-section-image--what-you-get,.home-section-image--who-we-help,.sustainability-page__image--approach,.sustainability-page__image--support{aspect-ratio:16/10}}@media (max-width:820px){.container,.page-hero__shell--balanced,.page-hero__shell--default{width:min(100% - 1.75rem,40rem)}.about-experience-section,.about-layout,.about-media-split,.about-workflow-section__header,.detail-grid,.our-role,.page-hero--balanced .page-hero__grid,.page-hero--editorial .page-hero__grid,.page-hero__grid,.service-deliverables__layout,.service-detail-intro,.service-evaluation,.service-process,.service-quick-fit,.service-solve-grid,.sustainability-approach,.sustainability-support__layout,.what-you-get-section,.who-we-help-section{grid-template-columns:1fr;gap:1rem}.about-copy--focused .section-intro__body,.our-role__main,.page-hero--balanced .page-hero__content,.page-hero--default .page-hero__content,.page-hero__content,.page-hero__frame,.service-detail-intro__copy,.service-evaluation__copy,.sustainability-approach__copy,.sustainability-support__intro,.what-you-get-copy,.who-we-help-copy{max-width:none}.page-hero__content,.page-hero__frame{width:100%}.page-hero--balanced .page-hero__image,.page-hero--editorial .page-hero__image,.page-hero__image,.page-hero__image--service{aspect-ratio:16/10;margin-top:.15rem}.sustainability-support__grid,.who-we-help-copy{order:1}.sustainability-support__layout>.sustainability-page__image--support,.who-we-help-section>.home-section-image--who-we-help{order:2}.sustainability-approach__copy{order:1}.sustainability-approach__figure{order:2}.sustainability-approach__figure .sustainability-page__image--approach{height:auto;min-height:0}.page-hero--balanced .page-hero__title,.page-hero--default .page-hero__title,.page-hero__title{max-width:min(100%,13.4ch);font-size:clamp(2.5rem,8vw,3.4rem);line-height:1;text-wrap:pretty}.about-copy p,.detail-copy,.hero__lead,.page-hero--balanced .page-hero__lead,.page-hero--default .page-hero__lead,.page-hero__lead,.section-intro__body,.what-you-get-body,.who-we-help-item p{max-width:100%}.page-hero--balanced .page-hero__lead,.page-hero--default .page-hero__lead{font-size:16px;line-height:1.62}html[lang=zh-CN] .hero__lead,html[lang=zh-CN] .homepage-journal__card .card__body--post,html[lang=zh-CN] .page-hero--balanced .page-hero__lead,html[lang=zh-CN] .page-hero--default .page-hero__lead,html[lang=zh-CN] .page-hero__lead,html[lang=zh-CN] .section-intro__body,html[lang=zh-CN] .service-editorial__summary,html[lang=zh-CN] .what-you-get-body,html[lang=zh-CN] .who-we-help-item p{font-size:16px;line-height:1.76}.about-definition,.about-proof-grid,.editorial-columns--about,.manifesto,.services-page-grid{gap:.95rem}.about-note-list__item,.about-process-list__item,.about-process-list__item div{grid-template-columns:1fr;gap:.55rem}.about-process-list__item{padding:1rem 0}}@media (max-width:780px){.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{min-height:64px}.social-rail{left:50%;right:auto;top:auto;bottom:.65rem;transform:translateX(-50%);gap:.4rem}.social-rail__stack{flex-direction:row;gap:.4rem;padding:.34rem;border-radius:999px;background:rgba(255,250,242,.82);border:1px solid rgba(29,42,33,.08);box-shadow:0 10px 22px rgba(24,35,27,.09);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-rail--immersive .social-rail__stack{background:rgba(0,0,0,.56);border-color:rgba(255,255,255,.14)}.social-rail__line{display:none}.social-rail__link{width:38px;height:38px;box-shadow:none;background:transparent}.social-rail__text{display:none}.nav-toggle{display:inline-block}.site-nav{position:absolute;left:1rem;right:1rem;top:calc(100% + .6rem);display:none;flex-direction:column;align-items:stretch;gap:.8rem;padding:1rem;background:rgba(255,250,242,.97);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.site-nav__item{display:grid;align-items:stretch;grid-gap:.45rem;gap:.45rem}.site-nav__dropdown{position:static;display:grid;width:100%;padding:.15rem 0 0 .75rem;border:0;border-left:1px solid rgba(47,49,46,.1);border-radius:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.site-nav__dropdown-label,.site-nav__dropdown:before{display:none}.site-nav__dropdown-link{padding:.55rem 0;border-radius:0}.site-nav__dropdown-link+.site-nav__dropdown-link{border-top:1px solid rgba(47,49,46,.07)}.site-nav__dropdown-link:focus-visible,.site-nav__dropdown-link:hover{background:transparent;transform:none}.site-nav__dropdown-link span{font-size:.86rem}.site-nav__dropdown-link small{font-size:.76rem}.site-nav__language{margin-left:0;justify-content:flex-start}.site-nav__cta{margin-left:0}.site-nav--open{display:flex}.contact-form{grid-template-columns:1fr}.contact-page__card{padding:1.45rem}.hero--immersive{min-height:100svh}.hero__inner,.page-hero .container{padding:4.75rem 0 3rem}.hero--immersive .hero__inner{min-height:100svh;padding:5.15rem 0 4.25rem;align-content:center}.hero__title,.page-hero--balanced .page-hero__title,.page-hero--default .page-hero__title,.page-hero__title{max-width:min(100%,13.25ch);font-size:clamp(2.35rem,9.9vw,3.1rem);line-height:1;text-wrap:pretty}.hero__title--immersive{max-width:12ch;font-size:clamp(2.45rem,10.8vw,3.55rem);line-height:.96;letter-spacing:-.04em;white-space:normal}.hero__lead,.page-hero--balanced .page-hero__lead,.page-hero--default .page-hero__lead,.page-hero__lead{max-width:100%;margin-top:.9rem;font-size:16px;line-height:1.6}.hero__lead--immersive{max-width:20rem;margin-top:.85rem;font-size:16px;line-height:1.52}.hero__actions--immersive{margin-top:1.1rem;gap:.7rem}.hero__actions--immersive .button{min-width:min(12.5rem,100%)}.hero__image,.page-hero__image{aspect-ratio:4/5}.card__media--service,.hero__image--home,.page-hero__image--service{aspect-ratio:4/3;object-position:center 42%}.page-hero--editorial .page-hero__image{aspect-ratio:4/3}.section-intro{margin-bottom:1.4rem}.section-intro__title{max-width:min(100%,15ch);font-size:clamp(1.58rem,6.8vw,2rem);line-height:1.04;text-wrap:pretty}html[lang=zh-CN] .hero__title,html[lang=zh-CN] .page-hero--balanced .page-hero__title,html[lang=zh-CN] .page-hero--default .page-hero__title,html[lang=zh-CN] .page-hero__title{max-width:100%;line-height:1.04;text-wrap:normal}html[lang=zh-CN] .hero__title--immersive{max-width:100%;text-wrap:normal}html[lang=zh-CN] .homepage-journal .section-intro__title,html[lang=zh-CN] .section-intro__title,html[lang=zh-CN] .services-curated--strip .section-intro__title,html[lang=zh-CN] .what-you-get-title{max-width:100%;line-height:1.14;text-wrap:normal}html[lang=zh-CN] .section-intro--compact{max-width:100%}.card__body,.detail-copy,.prose p,.section-intro__body{font-size:16px;line-height:1.66}.bridge-outcome__text,.positioning-band__statement{font-size:1.25rem;line-height:1.18}.positioning-band__support{font-size:16px;line-height:1.6}.sustainability-statement__text{font-size:clamp(1.28rem,6.2vw,1.7rem)}.our-role__main,.what-you-get-copy,.who-we-help-copy{max-width:none}.home-section-image--barriers,.home-section-image--positioning,.home-section-image--promises,.home-section-image--work{aspect-ratio:4/3}.home-section-image--bridge{aspect-ratio:16/10}.home-section-image--what-you-get,.home-section-image--who-we-help{display:none}.sustainability-support__layout{margin-top:1.2rem}.sustainability-quiet-cta{padding-top:1.8rem}.about-copy__title,.aside-title,.service-editorial__title,.service-page-card__title{max-width:100%;font-size:clamp(1.45rem,6.6vw,1.95rem);line-height:1.08}.card{padding:1.05rem}.card h2,.card h3,.card__title,.site-footer__heading{font-size:1.2rem}.post-meta{font-size:.72rem}.section{padding:2.8rem 0}.cta-band--compact{padding-top:0}.cta-band--compact .cta-band__inner{gap:.85rem;padding-top:.95rem}.cta-band--compact .cta-band__copy h2{max-width:14ch;font-size:clamp(1.2rem,5.4vw,1.55rem)}.homepage-journal__card .card__title--post{font-size:1.3rem;max-width:none}.homepage-journal .section-intro__title,.services-curated--strip .section-intro__title{max-width:100%}.homepage-journal .section-intro__body,.service-editorial__summary,.service-page-card__summary,.services-curated--strip .section-intro__body,.sustainability-support__intro .section-intro__body,.what-you-get-body,.who-we-help-item p{max-width:none}.fact-strip{gap:.6rem}.fact-strip__item,.who-we-help-item{padding-top:.8rem}.timeline__item h3{margin-bottom:.35rem;font-size:16px}.editorial-note p,.manifesto__item p,.service-page-card__list li,.timeline__item p{font-size:16px;line-height:1.55}.service-editorial .card__eyebrow,.service-page-card__content .card__eyebrow{margin-bottom:.45rem}.service-page-card__list{margin-top:.55rem}.services-curated__grid{gap:.8rem}.service-editorial__title{margin-bottom:.45rem}.homepage-journal__list .card--post .text-link,.journal-list .card--post .text-link{margin-top:.75rem;padding-top:.85rem}.contact-page{max-width:100%}.contact-page__card{padding:1rem}.contact-form{gap:.8rem}.contact-form label{gap:.4rem;font-size:.9rem}.contact-form input,.contact-form textarea{padding:.82rem .9rem;border-radius:14px}.contact-form textarea{min-height:7.5rem}.site-footer{padding-bottom:calc(4.8rem + env(safe-area-inset-bottom))}}@media (max-width:430px){.container,.narrow,.page-hero__shell--balanced,.page-hero__shell--default{width:min(100% - 1.1rem,100%)}.site-header__inner{min-height:60px}.brand__mark{font-size:1.25rem}.brand__tag{font-size:.58rem;letter-spacing:.18em}html[lang=zh-CN] .brand__tag{font-size:.56rem;letter-spacing:.06em}.hero__inner,.page-hero .container{padding:4.35rem 0 2.55rem}.hero--immersive .hero__inner{padding:4.7rem 0 3.95rem}.hero__title,.page-hero__title{max-width:100%;font-size:clamp(2.05rem,10.6vw,2.7rem);line-height:1.02}.hero__title--immersive{max-width:100%;font-size:clamp(2.2rem,11.2vw,3rem)}.hero__lead,.page-hero__lead{font-size:16px;line-height:1.56}html[lang=zh-CN] .hero__lead,html[lang=zh-CN] .homepage-journal__card .card__body--post,html[lang=zh-CN] .page-hero__lead,html[lang=zh-CN] .section-intro__body,html[lang=zh-CN] .service-editorial__summary,html[lang=zh-CN] .what-you-get-body,html[lang=zh-CN] .who-we-help-item p{font-size:16px;line-height:1.72}.about-copy__title,.aside-title,.section-intro__title,.what-you-get-title{max-width:100%;font-size:clamp(1.38rem,7.9vw,1.8rem)}html[lang=zh-CN] .hero__title,html[lang=zh-CN] .page-hero--balanced .page-hero__title,html[lang=zh-CN] .page-hero--default .page-hero__title,html[lang=zh-CN] .page-hero__title{max-width:100%;font-size:clamp(1.95rem,9.8vw,2.55rem);line-height:1.04;text-wrap:normal}html[lang=zh-CN] .hero__title--immersive{max-width:100%;font-size:clamp(2.05rem,10.2vw,2.85rem);line-height:1}html[lang=zh-CN] .about-copy__title,html[lang=zh-CN] .aside-title,html[lang=zh-CN] .section-intro__title,html[lang=zh-CN] .what-you-get-title{max-width:100%;font-size:clamp(1.26rem,6.8vw,1.66rem);line-height:1.18;text-wrap:normal}html[lang=zh-CN] .homepage-journal .section-intro__title,html[lang=zh-CN] .services-curated--strip .section-intro__title{font-size:clamp(1.24rem,6.5vw,1.58rem);line-height:1.18}html[lang=zh-CN] .button{min-height:42px;padding:0 1rem;font-size:.82rem}.section{padding:2.55rem 0}.section--tight{padding-top:2.6rem;padding-bottom:2.6rem}.home-section-image--bridge,.page-hero--balanced .page-hero__image,.page-hero--editorial .page-hero__image,.page-hero__image,.page-hero__image--service,.sustainability-page__image--approach,.sustainability-page__image--support{aspect-ratio:4/3}.card,.contact-page__card,.homepage-journal__card,.service-page-card{padding:.95rem}.social-rail{bottom:.5rem}.social-rail__stack{padding:.28rem;gap:.28rem}.social-rail__link{width:34px;height:34px}.site-footer{padding-bottom:calc(4.55rem + env(safe-area-inset-bottom))}}@media (max-width:640px){.site-footer{padding:3.25rem 0 calc(5.8rem + env(safe-area-inset-bottom))}.site-footer .container{width:min(100% - 3.5rem,100%)}.site-footer__grid{gap:2rem}.site-footer__body{max-width:none;line-height:1.6}.site-footer__heading{margin-bottom:.85rem;line-height:1.25}.site-footer__heading-desktop{display:none}.site-footer__heading-mobile{display:inline}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.78rem 1.25rem;gap:.78rem 1.25rem}.footer-links li+li{margin-top:0}.footer-email,.footer-links a{line-height:1.6}.site-footer__bottom{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:.1rem}.social-rail--immersive .social-rail__stack,.social-rail__stack{background:rgba(251,250,247,.92);border-color:rgba(78,95,87,.18)}.social-rail--immersive .social-rail__link,.social-rail__link{width:36px;height:36px;background:rgba(251,250,247,.96);border-color:rgba(78,95,87,.16)}.social-rail--immersive .social-rail__icon,.social-rail__icon{color:#4E5F57}.container,.narrow{width:min(100% - 2rem,100%)}.about-definition--focused{width:100%;transform:none}.about-proof-grid,.about-proof-item,.fact-strip--wide,.fact-strip--wide .fact-strip__item,.services-curated--strip .service-editorial,.services-curated--strip .service-editorial__body,.services-curated--strip .services-curated__grid{width:100%}.about-proof-item p:last-child,.fact-strip--wide .fact-strip__item p:last-child,.services-curated--strip .section-intro__body,.services-curated--strip .service-editorial.service-editorial--plain .service-editorial__summary{width:100%;max-width:none}.about-proof-grid{grid-template-columns:1fr}.service-deliverable,.service-process__item,.service-quick-fit__item,.service-solve-item{padding-top:.85rem}.service-boundary,.service-fit-panel{padding:1.25rem}.service-boundary{max-width:none;justify-self:stretch;margin-top:.25rem;padding:1rem 1.08rem 1.05rem}.service-evaluation__tags{gap:.58rem}.service-evaluation__tags span{min-height:2.25rem;padding:0 .78rem;font-size:.88rem}.service-supporting-media{padding-top:2rem;padding-bottom:1.4rem}.service-supporting-media__image{aspect-ratio:4/3;max-height:none}.service-detail-cta{padding-top:3rem;padding-bottom:3rem}.service-detail-cta .button{width:100%}}