:root{--bg:#f5efe6;--surface:#faf6ef;--surface-strong:#ece1d0;--ink:#182117;--muted:#586255;--line:rgba(24,33,23,0.08);--line-strong:rgba(24,33,23,0.15);--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:0.98rem;--text-body-sm:0.92rem;--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(248,243,234,.8);border-bottom:1px solid rgba(24,33,23,.08)}.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(88,98,85,.78);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__link{font-size:.82rem;font-weight:600;letter-spacing:.02em;color:rgba(88,98,85,.82);transition:color .16s ease,transform .16s ease}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__language{display:inline-flex;align-items:center;gap:.42rem;margin-left:.3rem;color:rgba(88,98,85,.76);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(88,98,85,.82)}.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:transparent;color:var(--ink);border-color:rgba(24,33,23,.12)}.site-nav__cta.button--primary:hover{background:rgba(24,33,23,.06)}.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:var(--accent);color:white}.button--primary:hover{background:var(--accent-dark)}.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(.8) brightness(.7)}.hero__scrim{background:linear-gradient(180deg,rgba(18,15,12,.48),rgba(18,15,12,.38) 32%,rgba(18,15,12,.72)),radial-gradient(circle at 24% 30%,rgba(165,93,48,.22),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}.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:1rem;line-height:1.68}.page-hero--balanced .page-hero__lead{max-width:44rem;font-size:1rem;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:.92rem;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:var(--accent)}.eyebrow--brand{margin-bottom:1rem;letter-spacing:.14em;font-size:.62rem}.hero--immersive .eyebrow--brand{color:rgba(247,240,231,.68)}.eyebrow--section{color:rgba(139,74,35,.92)}.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(250,246,239,.62)}.section--sand{background:rgba(231,219,199,.34)}.section--dark{background:var(--forest);color:#f6f0e4}.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:.94rem;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(246,240,228,.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,247,240,.62);border:1px solid rgba(24,33,23,.06);border-radius:var(--radius);padding:1.65rem;box-shadow:none}.card--accent{background:linear-gradient(180deg,rgba(165,93,48,.1),rgba(251,247,240,.88))}.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(255,255,255,.12);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:#f0c39e;font-size:.78rem;letter-spacing:.18em;font-weight:800}.timeline__item p{font-size:.9rem;line-height:1.6}.text-link{display:inline-flex;margin-top:1rem;color:var(--accent-dark);font-size:.83rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.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}.homepage-journal__list{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:.96rem;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}.detail-copy{max-width:52ch;font-size:.98rem;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(255,255,255,.7)}.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:#296a3e}.form-status--error{color:#a03b2d}.site-footer{padding:3rem 0 2.35rem;border-top:1px solid rgba(24,33,23,.08);background:rgba(250,246,239,.56)}.site-footer__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(170px,.48fr) minmax(220px,.56fr);grid-gap:1.25rem 1.6rem;gap:1.25rem 1.6rem}.site-footer__heading{margin:0 0 1rem;font-family:var(--font-body),sans-serif;font-size:.98rem;font-weight:700;letter-spacing:-.01em}.site-footer__body{max-width:24ch;margin:.55rem 0 0;font-size:.84rem;line-height:1.58;color:rgba(88,98,85,.88)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li+li{margin-top:.75rem}.footer-links a{font-size:.84rem;color:rgba(88,98,85,.9)}.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(24,33,23,.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:.96rem;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(24,33,23,.12)}.fact-strip__index{margin:0 0 .7rem;color:rgba(165,93,48,.9);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:.92rem;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)}.what-you-get-section{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)}.what-you-get-copy,.who-we-help-copy{max-width:34rem}.sustainability-approach{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(280px,.72fr);grid-gap:2.4rem;gap:2.4rem;align-items:start}.sustainability-approach__copy .section-intro--compact{margin-bottom:1.35rem}.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-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(24,33,23,.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,.who-we-help-item p{margin:0;color:var(--muted);font-size:.92rem;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}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:30ch;margin-top:.85rem}.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(24,33,23,.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:.92rem;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:.94rem;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(24,33,23,.07);color:var(--muted);font-size:.9rem;line-height:1.55}.bridge-outcome__label{margin:1.35rem 0 .35rem;color:var(--accent-dark);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}.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--text .service-editorial__body{padding-top:.95rem;border-top:1px solid rgba(24,33,23,.08)}.service-editorial--plain .service-editorial__body{padding-top:.95rem;border-top:1px solid rgba(24,33,23,.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:.92rem;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:.88rem;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(24,33,23,.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:.9rem;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(24,33,23,.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:.9rem;line-height:1.6}.definition-block--muted p{max-width:34ch}.about-layout--focused{gap:2rem}.about-copy--focused .section-intro--compact{margin-bottom:1.25rem}.about-copy--focused .section-intro__body{max-width:28rem}.about-definition--focused{gap:1rem}.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:28ch}.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}.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(24,33,23,.08);border-radius:calc(var(--radius) - 2px);background:rgba(251,247,240,.7)}.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:.88rem;line-height:1.52}.service-page-card .text-link{margin-top:auto;padding-top:1rem}.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--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-layout,.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-page-card--featured,.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}.cta-band--compact .cta-band__copy{max-width:none}.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:.88rem}.our-role,.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:.9rem;line-height:1.56}.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-layout,.detail-grid,.our-role,.page-hero--balanced .page-hero__grid,.page-hero--editorial .page-hero__grid,.page-hero__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,.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>.sustainability-page__image--approach{order:2}.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:.98rem;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:.98rem;line-height:1.76}.about-definition,.editorial-columns--about,.manifesto,.services-page-grid{gap:.95rem}}@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__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:.94rem;line-height:1.6}.hero__lead--immersive{max-width:20rem;margin-top:.85rem;font-size:.88rem;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:.95rem;line-height:1.66}.bridge-outcome__text,.positioning-band__statement{font-size:1.25rem;line-height:1.18}.positioning-band__support{font-size:.94rem;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:1rem}.editorial-note p,.manifesto__item p,.service-page-card__list li,.timeline__item p{font-size:.88rem;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:.91rem;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:.95rem;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))}}