/* Apple Seeds — public website styles */
:root{
  --brand-forest:#17402F; --brand-champagne:#B98A1F; --brand-navy:#20241F; --brand-ivory:#F7F5EE;
  --green:var(--brand-forest); --green-2:#215C43; --green-3:#2E7A59;
  --cream:#FAF7F0; --paper:#FFFFFF; --ink:var(--brand-navy); --muted:#68705F;
  --gold:var(--brand-champagne); --apple:#BE4B33; --line:#E7E1D2; --ok:#2E7A59; --err:#B3392B;
  --shadow:0 1px 2px rgba(32,36,31,.06),0 8px 24px rgba(32,36,31,.07);
  --radius:10px;
  --serif-en:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --sans-en:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --serif-zh:"Songti SC",STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;
  --sans-zh:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
  --serif:var(--serif-en);
  --sans:var(--sans-en);
  --type-display-xl:clamp(2.75rem,3vw,3.5rem);
  --type-display-lg:clamp(2.625rem,2.8vw,3.25rem);
  --type-display-compact:clamp(2.25rem,2.5vw,2.9rem);
  --type-section:clamp(1.85rem,1.95vw,2.35rem);
  --type-subsection:clamp(1.5rem,1.65vw,1.85rem);
  --type-card:clamp(1.2rem,1.25vw,1.4rem);
  --type-lede:1.125rem;
  --type-body:1rem;
  --type-small:.875rem;
  --type-micro:.75rem;
  --measure-body:62ch;
  --measure-supporting:52ch;
  --space-page-section:clamp(64px,6vw,88px);
  --space-reference-section:clamp(56px,5vw,72px);
}

/* Summit poster hero keeps campaign accents legible on its emerald field. */
.event-campaign--summit .event-campaign-series,
.event-campaign--summit .event-campaign-subtitle{
  color:#efcc70;
}

/* Backend-published project catalogue — 2026-08-06 */
.published-project-hero{
  padding:clamp(72px,9vw,126px) 0 clamp(62px,7vw,92px);
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 78% 16%,rgba(227,184,70,.2),transparent 28%),
    linear-gradient(135deg,#0f3528,#174f39 58%,#236d4f);
}
.published-project-hero .wrap{max-width:920px}
.published-project-hero h1{max-width:none;margin:.15em 0 .22em;color:#fff;font-size:clamp(2.7rem,6vw,5.3rem);line-height:.98}
.published-project-hero>div>p:not(.as-kicker){max-width:760px;margin:0 auto;color:rgba(255,255,255,.84);font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.7}
.published-project-snapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:760px;margin:34px auto 0;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.18)}
.published-project-snapshot div{padding:16px 12px;background:rgba(15,46,35,.62);backdrop-filter:blur(8px)}
.published-project-snapshot strong,.published-project-snapshot span{display:block}
.published-project-snapshot strong{color:#f1cb6b;font-family:var(--serif);font-size:1.8rem;line-height:1}
.published-project-snapshot span{margin-top:6px;color:rgba(255,255,255,.78);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.published-project-index{background:#f8f5ed}
.published-project-index-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:40px;align-items:end;margin-bottom:32px}
.published-project-index-head h2{margin:.12em 0 0;font-size:clamp(2rem,4vw,3.4rem)}
.published-project-index-head>p{margin:0;color:#5d665e;line-height:1.65}
.published-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.published-project-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #ddd5c3;border-radius:17px;background:#fff;box-shadow:0 14px 34px rgba(24,47,37,.09);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.published-project-card:hover{transform:translateY(-3px);border-color:#c6b16f;box-shadow:0 22px 44px rgba(24,47,37,.14)}
.published-project-media{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:#dfe8df}
.published-project-cover{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.published-project-card:hover .published-project-cover{transform:scale(1.025)}
.project-cover-placeholder{display:grid;place-items:center;background:#fbfaf5}
.project-cover-logo{object-fit:contain!important;padding:9%;background:#fbfaf5}
.published-project-body{display:flex;flex:1;flex-direction:column;padding:21px 20px 19px}
.published-project-body h2{margin:0;font-size:clamp(1.25rem,1.7vw,1.6rem);line-height:1.18}
.published-project-body h2 a{color:#153e2e;text-decoration:none}
.published-project-location{display:flex;align-items:center;gap:5px;margin:9px 0 0;color:#414a43;font-size:.85rem;font-weight:700}
.published-project-location>span[aria-hidden]{color:#b14b35;font-size:.55rem}
.published-project-location i{color:#b0a990;font-style:normal}
.published-project-address{min-height:2.8em;margin:14px 0 0;color:#697168;font-size:.86rem;line-height:1.45}
.published-project-metrics{display:grid;margin:18px 0 0;border-top:1px solid #e4dece}
.published-project-metrics dt{color:#777d75;font-size:.68rem;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.published-project-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}
.published-project-metrics[data-metric-count="1"]{grid-template-columns:1fr}
.published-project-metrics[data-metric-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.published-project-metrics div{min-width:0;padding:17px 8px 0;text-align:center}
.published-project-metrics div:first-child{padding-left:0;text-align:left}
.published-project-metrics div:last-child{padding-right:0;text-align:right}
.published-project-metrics[data-metric-count="1"] div{padding-right:0;text-align:left}
.published-project-metrics div+div{border-left:1px solid #ece6d8}
.published-project-metrics dd{overflow-wrap:anywhere;margin:0 0 5px;color:#153e2e;font-family:var(--serif);font-size:clamp(1rem,1.45vw,1.28rem);font-weight:900;line-height:1.1}
.published-project-metrics div:last-child dd{overflow-wrap:normal;word-break:keep-all;font-size:clamp(.92rem,1.15vw,1.08rem)}
.published-project-action{margin-top:22px}
.published-project-empty{padding:54px 24px;border:1px dashed #cfc4a9;border-radius:16px;background:#fff;text-align:center}
.published-project-empty h2{margin:0;color:#174936}
.published-project-empty p{margin:.5rem 0 0;color:#6c746d}
.published-project-disclosure{padding:24px 0;background:#153e2e;color:rgba(255,255,255,.72)}
.published-project-disclosure p{max-width:980px;margin:0 auto;text-align:center;font-size:.84rem;line-height:1.6}

.published-project-detail-hero{position:relative;min-height:clamp(360px,52vw,650px);overflow:hidden;background:#dbe5dc}
.published-project-detail-hero>img,.published-project-detail-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.published-project-detail-placeholder{display:grid;place-items:center;background:#fbfaf5}
.published-project-detail-hero.placeholder-brand>img.project-detail-logo{object-fit:contain;background:#fbfaf5;padding:clamp(28px,7vw,84px)}
.published-project-detail-hero.placeholder-brand .published-project-detail-shade{background:linear-gradient(90deg,rgba(9,45,32,.94),rgba(9,45,32,.72) 46%,rgba(9,45,32,.2))}
.published-project-detail-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,34,25,.12) 20%,rgba(10,34,25,.82) 100%)}
.published-project-detail-heading{position:relative;z-index:2;display:flex;min-height:clamp(360px,52vw,650px);flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-bottom:clamp(42px,6vw,78px);color:#fff}
.published-project-detail-heading>a{margin-bottom:22px;color:#fff;font-size:.9rem;font-weight:850;text-decoration:none}
.published-project-status{display:inline-flex;margin-bottom:14px;padding:7px 13px;border-radius:999px;background:#e9ad19;color:#173629;font-size:.78rem;font-weight:900}
.published-project-detail-heading h1{max-width:950px;margin:0;color:#fff;font-size:clamp(2.6rem,6vw,5.5rem);line-height:.98}
.published-project-detail-heading p{margin:15px 0 0;color:rgba(255,255,255,.82);font-size:1.05rem;font-weight:700}
.published-project-detail-main{background:#f8f5ed}
.published-project-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:clamp(34px,6vw,82px);align-items:start}
.published-project-detail-grid article>h2{max-width:850px;margin:.16em 0 .5em;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08}
.published-project-detail-grid .as-lede{max-width:78ch;color:#4f5951;line-height:1.78}
.published-project-focus{margin-top:34px;padding:26px;border-left:4px solid #d5a62b;border-radius:0 14px 14px 0;background:#fff}
.published-project-focus h3{margin:0 0 12px;color:#174936}
.published-project-focus ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 20px;margin:0;padding:0;list-style:none}
.published-project-focus li{position:relative;padding-left:17px;color:#4b554d}
.published-project-focus li:before{content:"";position:absolute;top:.55em;left:0;width:7px;height:7px;border-radius:50%;background:#d5a62b}
.published-project-gallery{margin-top:46px}
.published-project-gallery>h2{font-size:1.55rem}
.published-project-gallery>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.published-project-gallery a{display:block;overflow:hidden;border-radius:12px;background:#dfe8df}
.published-project-gallery img{width:100%;height:100%;min-height:190px;aspect-ratio:16/10;object-fit:cover;transition:transform .25s ease}
.published-project-gallery a:hover img{transform:scale(1.025)}
.published-project-facts{padding:24px;border:1px solid #ddd5c3;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(24,47,37,.08)}
.published-project-facts h2{margin:0 0 14px;color:#174936;font-size:1.35rem}
.published-project-facts dl{margin:0}
.published-project-facts dl>div{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:16px;padding:12px 0;border-top:1px solid #ece6d8}
.published-project-facts dt{color:#737a72;font-size:.78rem}
.published-project-facts dd{overflow-wrap:anywhere;margin:0;color:#174936;font-size:.88rem;font-weight:850;text-align:right}
.published-project-detail-actions{display:grid;gap:9px;margin-top:18px}
.published-project-source,.published-project-detail-disclosure{margin:14px 4px 0;color:#6b736c;font-size:.78rem;line-height:1.55}
.published-project-detail-disclosure{padding-top:12px;border-top:1px solid #d9d1bf}
.published-project-documents{margin-top:14px;padding:24px;border:1px solid #d9d1bf;border-radius:16px;background:#fff}
.published-project-documents h2{margin:0 0 7px;font-size:1.22rem}
.published-project-documents>p{margin:0 0 14px;color:#667068;font-size:.83rem;line-height:1.55}
.published-project-documents ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.published-project-documents a{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:11px 12px;border:1px solid #e3ddcf;border-radius:10px;color:#123e2e;text-decoration:none}
.published-project-documents a:hover{border-color:#bd8d1c;background:#f8f5ed}
.published-project-documents a span{font-weight:800;overflow-wrap:anywhere}
.published-project-documents a small{flex:none;color:#8a6918;font-weight:850}
.atlas-project-image .project-cover-placeholder{position:relative;width:100%;height:100%;min-height:230px}
.atlas-project-image .atlas-project-cover{width:100%;height:100%;object-fit:cover}

@media(max-width:1080px){
  .published-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .published-project-detail-grid{grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);gap:34px}
}
@media(max-width:760px){
  .published-project-hero{padding:68px 0 58px}
  .published-project-snapshot{grid-template-columns:1fr;margin-top:28px}
  .published-project-snapshot div{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px}
  .published-project-snapshot span{margin:0}
  .published-project-index-head,.published-project-detail-grid{grid-template-columns:1fr;gap:20px}
  .published-project-grid{grid-template-columns:1fr;gap:18px}
  .published-project-card{max-width:560px;margin:0 auto}
  .published-project-address{min-height:0}
  .published-project-detail-hero,.published-project-detail-heading{min-height:440px}
  .published-project-detail-grid aside{order:-1}
  .published-project-focus ul,.published-project-gallery>div{grid-template-columns:1fr}
}
@media(max-width:420px){
  .published-project-body{padding:18px 16px 16px}
  .published-project-metrics dd{font-size:.98rem}
  .published-project-facts{padding:19px 17px}
}
*{box-sizing:border-box}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none !important;animation:none !important}}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--brand-ivory);font-size:16px;line-height:1.55}
img,svg{display:block;max-width:100%}
a{color:var(--green-2)}
h1,h2,h3{font-family:var(--serif);color:var(--green);line-height:1.15;margin:0 0 .5rem}
h1{font-size:clamp(1.9rem,4.5vw,3rem)}
h2{font-size:clamp(1.4rem,3vw,1.9rem)}
h3{font-size:1.15rem}
.wrap{max-width:1120px;margin:0 auto;padding:0 22px}
.wrap.narrow{max-width:840px}
.wrap.tiny{max-width:480px}
.muted{color:var(--muted)}
.fine{font-size:.78rem;color:var(--muted);line-height:1.5}
.lede{font-size:1.1rem;color:#3d443c;max-width:56rem}
.body-txt{max-width:56rem;color:#333a33}

/* header */
.site-head{position:sticky;top:0;z-index:40;background:rgba(250,247,240,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.head-in{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 22px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}
.brand .logo{width:34px;height:34px}
.brand strong{font-family:var(--serif);font-size:1.12rem;color:var(--green);display:block;line-height:1.1}
.brand em{font-style:normal;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.brand.light strong{color:#fff}
.site-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.site-nav a{padding:8px 12px;border-radius:8px;text-decoration:none;color:#39413a;font-weight:500;font-size:.95rem}
.site-nav a:hover{background:#efe9dc}
.site-nav a.on{color:var(--green);background:#efe9dc}
.nav-actions{display:inline-flex;align-items:center;gap:8px;margin-left:10px}
.nav-actions .btn{white-space:nowrap}

/* buttons & chips */
.btn{display:inline-block;background:var(--green);color:#fff !important;border:1px solid var(--green);padding:10px 18px;border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem;cursor:pointer;font-family:var(--sans);transition:background .15s}
.btn:hover{background:var(--green-2)}
.btn.ghost{background:#fff;color:var(--green) !important;border-color:#8FA092;box-shadow:0 1px 2px rgba(20,61,45,.06)}
.btn.ghost:hover{background:#eaf2ec;border-color:var(--green)}
.btn.gold{background:#87651B;border-color:#87651B}
.btn.gold:hover{background:#6F5014;border-color:#6F5014}
.btn.big{padding:13px 24px;font-size:1.02rem}
.btn.small{padding:7px 13px;font-size:.86rem}
.btn.wide{display:block;text-align:center;width:100%;margin-top:10px}
.chip{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.74rem;font-weight:600;letter-spacing:.02em;background:#EDE7D8;color:#5c6152;border:1px solid var(--line)}
.chip.green{background:#E3EFE7;color:var(--green-2);border-color:#CBE0D2}
.chip.gold{background:#F6ECD4;color:#8a6a12;border-color:#EADFC0}
.chip.gray{background:#ECECEA;color:#666;border-color:#ddd}
.chiprow{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}

/* hero */
.hero{background:linear-gradient(180deg,#F4EFE3 0%,var(--cream) 100%);border-bottom:1px solid var(--line)}
.hero-in{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;padding:64px 22px}
.hero-txt p{font-size:1.12rem;color:#454c44;max-width:34rem}
.hero-art .banner{border-radius:var(--radius);box-shadow:var(--shadow)}
.cta-row{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}
/* real hero photo: full-bleed background + dark overlay so the marketing copy stays legible */
.hero.has-photo{position:relative;background:#14251d;border-bottom:none;overflow:hidden}
.hero.has-photo .hero-photo{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero.has-photo .hero-photo-fallback{background-position:center 58%}
.hero.has-photo .hero-photo::after{content:"";position:absolute;inset:0;background:
  linear-gradient(95deg,rgba(9,19,14,.90) 0%,rgba(12,26,19,.78) 46%,rgba(12,26,19,.42) 100%),
  linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.42) 100%)}
.hero.has-photo .hero-in{position:relative;z-index:1;grid-template-columns:1fr;min-height:520px;padding:86px 22px 112px}
.hero.has-photo .hero-txt{max-width:700px}
.hero.has-photo .hero-txt h1{color:#fff}
.hero.has-photo .hero-txt p{color:#e9efe6;max-width:42rem}
.hero.has-photo .eyebrow{color:var(--gold)}
.hero.has-photo .hero-trust li{color:#eef3ec}
.hero.has-photo .hero-trust .ico{color:#cde3d0}
.hero.has-photo .btn.ghost{border-color:rgba(255,255,255,.75);color:#fff !important;background:transparent}
.hero.has-photo .btn.ghost:hover{background:rgba(255,255,255,.12)}
.photo-credit{position:absolute;right:16px;bottom:10px;z-index:2;color:rgba(255,255,255,.66);font-size:.68rem;text-decoration:none}
.photo-credit:hover{color:#fff;text-decoration:underline}

/* stat band */
.statband{position:relative;z-index:2;margin-top:-58px;background:transparent;color:var(--ink)}
.statband-shell{background:rgba(255,255,255,.96);border:1px solid rgba(231,225,210,.92);border-radius:12px;box-shadow:0 2px 8px rgba(32,36,31,.06),0 24px 50px rgba(32,36,31,.14);padding:0 22px 12px}
.statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:22px 0 6px}
.stat{position:relative;padding:8px 20px 10px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat::before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:2px;background:var(--gold);opacity:.82}
.stat b{font-family:var(--serif);font-size:1.85rem;display:block;line-height:1.1;color:var(--green)}
.stat span{font-size:.82rem;color:var(--muted)}
.stat-asof{margin:0;padding:0 0 2px;text-align:right;color:var(--muted);font-size:.78rem}
.statband.placeholder{margin-top:-40px}
.statband.placeholder .statplace{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:24px 22px;text-align:center}
.statband.placeholder b{font-family:var(--serif);font-size:1.35rem;display:block;margin-bottom:4px}
.statband.placeholder span{color:var(--muted);font-size:.96rem}

/* sections */
.sec{padding:52px 0;scroll-margin-top:96px}
.sec.first{padding-top:40px}
.sec.alt{background:#EEF2EA;border-top:1px solid #DDE6D9;border-bottom:1px solid #DDE6D9}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.grp{margin-top:34px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:16px}

/* cards */
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.card.pad{padding:22px}
.card h3 a{text-decoration:none;color:var(--green)}
.card-b{padding:18px 18px 16px}
.banner{width:100%;height:auto}
.banner-link{display:block}
/* real uploaded cover photo on a project card — same footprint as the SVG banner */
.proj-photo{display:block;width:100%;aspect-ratio:640/200;object-fit:cover;background:#e9e2d2}
.proj .loc{color:var(--muted);font-size:.9rem;margin:.1rem 0 .7rem}
.mrow{display:flex;gap:18px;margin:10px 0 4px}
.mrow b{font-family:var(--serif);font-size:1.25rem;color:var(--green);display:block}
.mrow span{font-size:.72rem;color:var(--muted)}
.card-cta{display:flex;gap:10px;margin-top:14px}
.empty-note{margin-top:16px}
.home-opps-layout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(360px,1fr);gap:20px;align-items:stretch;margin-top:16px}
.home-open-list{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}
.pipeline-preview{background:linear-gradient(135deg,#173F2F,#215C43);color:#EAF2EA;border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;border:1px solid rgba(255,255,255,.12);min-height:100%}
.pipeline-preview .eyebrow{color:#D5B458;margin-bottom:8px}
.pipeline-preview h3{color:#fff;font-size:1.45rem;max-width:560px;margin-bottom:8px}
.pipeline-preview p{margin:.35rem 0;color:#DDEADD}
.pipeline-preview .fine{color:#BED4C4;margin-top:14px}
.pipe-stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.pipe-stage{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:12px 10px;background:rgba(255,255,255,.06)}
.pipe-stage.live{background:rgba(255,255,255,.11);border-color:rgba(213,180,88,.38)}
.pipe-stage span{display:block;font-family:var(--serif);font-size:1.65rem;line-height:1;color:#fff}
.pipe-stage b{display:block;margin-top:5px;font-size:.76rem;line-height:1.25;color:#DDEADD;text-transform:uppercase;letter-spacing:.04em}

/* progress */
.progress{height:9px;border-radius:99px;background:#ECE5D4;overflow:hidden;margin-top:12px}
.progress.big{height:13px}
.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--green-3),var(--green-2));border-radius:99px}
.progress-label{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted);margin-top:5px}

/* thesis, academy and process bands */
.why-band{background:#F7F5EE}
.why-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:36px;align-items:start}
.why-copy{position:sticky;top:104px}
.why-copy .lede{color:#354139;font-size:1.06rem}
.why-signals{display:grid;gap:9px;margin-top:22px;max-width:390px}
.why-signals span{position:relative;display:block;padding:10px 12px 10px 34px;border-radius:10px;background:#fff;border:1px solid var(--line);color:#314038;font-weight:700;font-size:.9rem;box-shadow:0 1px 2px rgba(32,36,31,.04)}
.why-signals span::before{content:"";position:absolute;left:13px;top:50%;width:9px;height:9px;border-radius:99px;background:var(--gold);transform:translateY(-50%)}
.why-stack{display:grid;gap:14px}
.why-proof{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start;background:#fff;border:1px solid var(--line);border-left:4px solid var(--green-3);border-radius:10px;padding:20px;box-shadow:var(--shadow)}
.why-proof:nth-child(2){border-left-color:var(--gold)}
.why-proof:nth-child(3){border-left-color:var(--apple)}
.why-ico{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:#EAF1EC;color:var(--green-2)}
.why-proof:nth-child(2) .why-ico{background:#F7ECD1;color:#8a6a12}
.why-proof:nth-child(3) .why-ico{background:#F7E4DF;color:var(--apple)}
.why-ico .ico{width:24px;height:24px}
.why-proof h3{margin:0 0 6px;color:var(--green)}
.why-proof p{margin:0;color:#3a413a;font-size:.96rem}
.academy-band{background:linear-gradient(135deg,#123529 0%,#1D4B37 66%,#284634 100%);color:#EAF2EA;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(0,0,0,.18)}
.academy-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:38px;align-items:center}
.academy-copy h2{color:#fff}
.academy-copy .eyebrow{color:#EBC768}
.academy-copy .lede{color:#DCE8DC}
.academy-copy .btn{margin-top:10px}
.academy-list{display:grid;gap:12px}
.academy-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:start;text-decoration:none;color:#F4F8F3;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:10px;padding:17px 18px;box-shadow:0 10px 28px rgba(0,0,0,.14)}
.academy-item:hover{background:rgba(255,255,255,.13);color:#fff}
.academy-item .ico{width:44px;height:44px;padding:10px;border-radius:10px;background:rgba(255,255,255,.12);color:#EBC768}
.academy-item b{display:block;font-family:var(--serif);font-size:1.05rem;line-height:1.2;color:#fff;margin-bottom:4px}
.academy-item small{display:block;color:#D3E0D4;font-size:.9rem;line-height:1.45}
.process-section{background:#EEF2EA;border-top:1px solid #DDE6D9;border-bottom:1px solid #DDE6D9}
.process-head{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:24px;align-items:end}
.process-head .lede{margin:0;color:#3c453d;font-size:1.02rem}
.process-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.process-steps::before{content:"";position:absolute;left:10%;right:10%;top:31px;height:2px;background:#D0DCCF}
.process-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px 20px 20px;box-shadow:var(--shadow);overflow:hidden}
.process-step::after{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--green-3),var(--gold))}
.process-index{position:relative;z-index:1;display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:99px;background:var(--green);color:#fff;font-family:var(--serif);font-weight:800;margin-bottom:14px}
.process-icon{position:absolute;right:18px;top:22px;color:var(--gold)}
.process-icon .ico{width:30px;height:30px}
.process-step h3{color:var(--green);margin-bottom:8px}
.process-step p{color:#3a413a;font-size:.95rem;margin:0}

.event-teaser-section{padding:36px 0 48px;background:#F7F5EE}
.event-teaser{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) auto;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:12px;box-shadow:0 2px 8px rgba(32,36,31,.06),0 18px 40px rgba(32,36,31,.09);padding:24px}
.event-teaser h2{margin-bottom:6px}
.event-teaser .loc{margin:0;color:var(--muted);font-size:.92rem}
.event-teaser-copy{margin:0;color:#374139;font-size:.96rem}
.event-teaser-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}

/* legacy step row retained for older content/admin previews */
.steps .step{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px;box-shadow:var(--shadow);border-top:3px solid var(--green-3)}
.step-badge{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.steps b{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:99px;font-family:var(--serif);font-size:1.1rem;flex:none}
.step-badge .ico{width:26px;height:26px;color:var(--gold)}
.steps .step h3{color:var(--green)}
.steps .step p{color:#3a413a;font-size:.95rem}

/* project detail */
.proj-hero{position:relative}
.proj-hero .banner{height:260px;object-fit:cover}
/* real cover photo as the detail hero, with a dark gradient so the white title stays legible */
.proj-hero-photo{height:260px;background-size:cover;background-position:center;background-color:#26302a;position:relative}
.proj-hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,26,22,.15) 0%,rgba(20,26,22,.20) 45%,rgba(20,26,22,.68) 100%)}
.proj-hero-txt{position:relative;margin-top:-118px;padding-bottom:24px}
.proj-hero-txt h1,.proj-hero-txt p{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.proj-hero-txt .maplink{color:#fff}
.proj-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:28px;align-items:start}
.proj-grid>div{min-width:0}
.detail-return-row{display:flex;justify-content:flex-start;margin:-6px 0 16px}
.detail-return-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--green) !important;border-color:#D2C39D;box-shadow:0 6px 18px rgba(32,36,31,.08)}
.detail-return-btn span{font-size:1.05rem;line-height:1}
.detail-return-btn:hover{background:#F7F2E5;border-color:var(--gold)}
.deal-snapshot{display:block;overflow:hidden;border-radius:14px;margin-bottom:6px;background:#fff}
.deal-snapshot-photo{margin:0;aspect-ratio:16/9;max-height:360px;background:#e8e1d2;overflow:hidden}
.deal-snapshot-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.deal-snapshot-body{padding:26px 28px 28px}
.deal-snapshot-body h2{margin-bottom:10px}
.deal-lede{margin:0 0 18px;color:#303a33;font-size:1.02rem;line-height:1.55}
.deal-target-card{background:#F8F5ED;border:1px solid #E9DFCA;border-radius:12px;padding:16px;margin:0 0 14px}
.tgt-row{display:flex;gap:26px;flex-wrap:wrap}
.tgt-row b{font-family:var(--serif);font-size:1.55rem;color:var(--green);display:block}
.tgt-row span{font-size:.76rem;color:var(--muted)}
.deal-capital-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:14px 0}
.deal-capital-grid div{padding:13px 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.deal-capital-grid div:nth-child(2n){border-right:0}
.deal-capital-grid div:nth-last-child(-n+2){border-bottom:0}
.deal-capital-grid span{display:block;color:var(--muted);font-size:.78rem;margin-bottom:4px}
.deal-capital-grid b{font-family:var(--serif);font-size:1.1rem;color:var(--green);line-height:1.15}
.deal-review{border-top:1px dashed var(--line);padding-top:14px}
.deal-review h3{font-size:1.05rem;margin-bottom:8px}
.deal-review ul{margin:0;padding-left:18px;color:#374139;font-size:.93rem}
.deal-review li+li{margin-top:5px}
.kv{width:100%;border-collapse:collapse;margin:8px 0 4px}
.kv td{padding:7px 0;border-bottom:1px dashed var(--line);font-size:.92rem}
.kv td:first-child{color:var(--muted)}
.kv td:last-child{text-align:right;font-weight:600}
.facts h3{margin-bottom:2px}
.section-note{margin:.2rem 0 12px;color:var(--muted);font-size:.94rem;line-height:1.45}
.detail-gallery{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:128px;gap:12px;margin-top:10px}
.detail-gallery.single{display:block;max-width:360px}
.detail-gallery.single .pg-item{aspect-ratio:16/10}
.detail-gallery .pg-item{position:relative;border-radius:12px;box-shadow:0 1px 2px rgba(32,36,31,.06),0 10px 24px rgba(32,36,31,.08)}
.detail-gallery:not(.single) .pg-item:first-child{grid-column:span 2;grid-row:span 2}
.detail-gallery.gallery-count-2{grid-template-columns:1.25fr 1fr;grid-auto-rows:150px}
.detail-gallery.gallery-count-2 .pg-item:first-child,.detail-gallery.gallery-count-2 .pg-item:nth-child(2){grid-column:auto;grid-row:span 2}
.pg-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(10,24,17,.58));opacity:0;transition:opacity .2s ease}
.pg-item-zoom{position:absolute;left:12px;bottom:10px;z-index:2;color:#fff;font-weight:700;font-size:.82rem;text-shadow:0 1px 5px rgba(0,0,0,.45);opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}
.pg-item:hover::after,.pg-item:focus-visible::after,.pg-item:hover .pg-item-zoom,.pg-item:focus-visible .pg-item-zoom{opacity:1;transform:none}
.materials-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:12px}
.material-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:var(--shadow)}
.material-panel h3{margin:0 0 12px;font-size:1.12rem}
.material-panel>p{margin:0 0 13px;color:#3d463f;font-size:.94rem;line-height:1.48}
.project-docs-panel{margin-top:12px;background:#fff}
.project-materials{display:grid;gap:14px;margin-top:12px}
.project-docs-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}
.project-docs-head h3{margin:0 0 6px}
.project-docs-head p{margin:0;color:#3d463f;font-size:.94rem;line-height:1.48;max-width:480px}
.project-docs-panel .material-list{grid-template-columns:repeat(2,minmax(0,1fr))}
.material-actions.top{margin:0;flex:none}
.material-list{display:grid;gap:9px}
.material-row{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:start;text-decoration:none;color:var(--ink);padding:11px;border:1px solid #ECE5D4;border-radius:10px;background:#FBFAF5}
.material-row:hover{border-color:#D9C895;background:#FFFDF7}
.material-row .ico{width:38px;height:38px;padding:9px;border-radius:10px;background:#EAF1EC;color:var(--green-2)}
.material-row b{display:block;color:var(--green);font-family:var(--serif);line-height:1.18}
.material-row small{display:block;margin-top:4px;color:var(--muted);font-size:.84rem;line-height:1.35}
.material-panel.locked{background:#F8F5ED}
.public-docs-panel{background:#fff}
.public-doc{position:relative;padding-right:58px;background:#fff;border-color:#E5D9BE}
.public-doc em{position:absolute;right:13px;top:13px;color:var(--green-2);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-style:normal}
.locked-doc{position:relative;padding-right:42px}
.locked-doc::after{content:"";position:absolute;right:14px;top:18px;width:14px;height:11px;border:2px solid #B98A1F;border-radius:2px}
.locked-doc::before{content:"";position:absolute;right:17px;top:11px;width:8px;height:9px;border:2px solid #B98A1F;border-bottom:0;border-radius:8px 8px 0 0}
.material-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

body.lightbox-open{overflow:hidden}
.project-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;background:rgba(7,17,12,.94);padding:22px}
.project-lightbox[hidden]{display:none}
.lightbox-frame{width:min(1180px,100%);height:min(860px,calc(100vh - 44px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px}
.lightbox-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;color:#fff}
.lightbox-toptext{min-width:0}
.lightbox-caption{font-weight:800;line-height:1.25}
.lightbox-counter{margin-top:3px;color:rgba(255,255,255,.72);font-size:.88rem}
.lightbox-img-wrap{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.045)}
.lightbox-img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;border-radius:12px;box-shadow:0 22px 80px rgba(0,0,0,.42);background:#0b160f}
.lightbox-btn{appearance:none;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;min-width:42px;height:42px;padding:0 14px;font-weight:800;cursor:pointer}
.lightbox-btn:hover,.lightbox-btn:focus-visible{background:#fff;color:var(--green);outline:none}
.lightbox-btn:disabled{opacity:.45;cursor:default}
.lightbox-close{flex:none}
.lightbox-nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:48px;height:48px;min-width:48px;padding:0;background:rgba(12,25,18,.7);box-shadow:0 10px 30px rgba(0,0,0,.22)}
.lightbox-prev{left:16px}
.lightbox-next{right:16px}
.lightbox-strip{display:flex;justify-content:center;gap:10px;min-width:0;overflow-x:auto;padding:2px 0 4px}
.lightbox-thumb{appearance:none;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:10px;padding:3px;width:86px;aspect-ratio:4/3;cursor:pointer;opacity:.72;flex:0 0 auto}
.lightbox-thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:7px}
.lightbox-thumb:hover,.lightbox-thumb:focus-visible,.lightbox-thumb.is-active{opacity:1;border-color:#fff;outline:none}

/* timeline */
.timeline{margin-top:10px}
.tl-item{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:14px 0;border-bottom:1px dashed var(--line)}
.tl-date{color:var(--muted);font-size:.85rem;padding-top:2px}
.tl-body h4{margin:0 0 4px;font-family:var(--serif);color:var(--green)}
.tl-body p{margin:0;color:#3a413a;font-size:.94rem}

/* tables */
.table-card{padding:6px 18px;overflow-x:auto}
table.data{width:100%;border-collapse:collapse;font-size:.92rem}
table.data th{text-align:left;color:var(--muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:12px 10px;border-bottom:2px solid var(--line)}
table.data td{padding:12px 10px;border-bottom:1px solid #F0EBDE;vertical-align:top}

/* events */
.event p{color:#3a413a;font-size:.94rem}
.event.hl{outline:2px solid var(--green-3)}
.event h3 a{text-decoration:none;color:var(--green)}
.schedule-panel{margin:30px 0 32px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:visible}
.schedule-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,1fr);gap:24px;align-items:end;padding:24px 26px;background:linear-gradient(135deg,#F7F4EC,#EEF3EA);border-bottom:1px solid var(--line)}
.schedule-head h2{margin:3px 0 0}
.calendar-head-tools{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.calendar-nav{position:relative;display:flex;align-items:center;gap:18px}
.calendar-title-fields{display:inline-flex;align-items:center;gap:4px;min-width:0}
.calendar-title-fields select{appearance:none;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--green);font:800 1.02rem/1.2 var(--sans);padding:4px 16px 4px 0;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 8px) 50%,calc(100% - 3px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.calendar-month-select{width:112px}
.calendar-year-select{width:72px}
.calendar-step{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:7px;background:transparent;color:#111;cursor:pointer}
.calendar-step svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.calendar-step:hover:not(:disabled),.calendar-title-fields select:hover{color:var(--green-3)}
.calendar-step:disabled{opacity:.24;cursor:default}
.calendar-step:focus-visible,.calendar-title-fields select:focus-visible{outline:0;border-bottom-color:var(--green-3)}
.event-calendar{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,520px));justify-content:center;gap:24px;padding:22px;background:#fff;border-radius:0 0 12px 12px}
.calendar-month{position:relative;width:100%;max-width:520px}
.calendar-month h3{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.cal-weekdays,.cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.cal-weekdays{margin-bottom:8px}
.cal-weekdays span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);text-align:center}
.cal-day{position:relative;min-height:56px;display:block;padding:8px;border:1px solid #EFE7D5;background:#FBFAF5;border-radius:10px;color:#526052;font-weight:800}
.cal-day.empty{visibility:hidden}
.cal-day.has-event{position:relative;display:block;min-height:56px;padding:0;border:0;background:transparent;color:var(--green);z-index:1}
.cal-day.has-event[open]{z-index:30}
.cal-num{position:absolute;top:8px;right:8px;font-family:var(--serif);font-size:1rem;line-height:1;color:currentColor}
.cal-day summary{position:relative;list-style:none;cursor:pointer;min-height:56px;display:block;padding:8px;border:1px solid #EFE7D5;border-radius:10px;background:#FBFAF5;box-shadow:none;color:var(--green)}
.cal-day summary::-webkit-details-marker{display:none}
.cal-day summary .cal-num{top:50%;right:50%;transform:translate(50%,-50%);font-size:1.45rem;z-index:1}
.cal-day summary i{position:absolute;left:50%;top:50%;width:42px;height:34px;border:3px solid #C93C2E;border-radius:53% 46% 52% 48%;background:transparent;transform:translate(-50%,-50%) rotate(-8deg);opacity:.95;pointer-events:none}
.cal-day summary:hover,.cal-day.has-event[open] summary{background:#FFF8EA;border-color:#D9C895}
.cal-day summary:focus-visible{outline:3px solid rgba(46,122,89,.35);outline-offset:2px}
.cal-pop{position:absolute;left:0;top:calc(100% + 8px);width:min(340px,calc(100vw - 48px));background:#fff;border:1px solid #DCD3BB;border-radius:12px;box-shadow:0 16px 42px rgba(25,36,28,.20);padding:16px 40px 14px 14px;z-index:40}
.cal-grid details:nth-child(7n) .cal-pop,.cal-grid details:nth-child(7n - 1) .cal-pop{right:0;left:auto}
.cal-pop::before{content:"";position:absolute;top:-7px;left:18px;width:12px;height:12px;background:#fff;border-left:1px solid #DCD3BB;border-top:1px solid #DCD3BB;transform:rotate(45deg)}
.cal-grid details:nth-child(7n) .cal-pop::before,.cal-grid details:nth-child(7n - 1) .cal-pop::before{left:auto;right:18px}
.cal-close{position:absolute;right:8px;top:8px;width:26px;height:26px;border:0;border-radius:999px;background:#F3EFE4;color:var(--green);font:800 1rem/1 var(--sans);cursor:pointer}
.cal-close:hover{background:#E7DFCC}
.cal-close:focus-visible{outline:3px solid rgba(46,122,89,.35);outline-offset:2px}
.cal-pop-event{min-width:0}
.cal-pop-event h4{margin:0 0 5px;color:var(--green);font-family:var(--serif);font-size:1rem;line-height:1.22}
.cal-pop-event p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.42}
.cal-pop-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.cal-pop-actions a{font-size:.84rem;font-weight:800;color:var(--green);text-decoration:none}
.event-card-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}
.schedule-list{display:grid}
.schedule-row{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 22px;border-bottom:1px solid #F0EBDE}
.schedule-row:last-child{border-bottom:0}
.date-tile{display:grid;place-items:center;align-self:stretch;min-height:72px;border:1px solid #D7CFB7;border-radius:10px;background:#FBFAF5;color:var(--green);box-shadow:inset 0 3px 0 var(--gold)}
.date-tile span{font-size:.76rem;font-weight:800;text-transform:uppercase;color:var(--gold-2);letter-spacing:.08em}
.date-tile b{font-family:var(--serif);font-size:2rem;line-height:1;color:var(--green)}
.schedule-main h3{margin:0 0 5px;font-family:var(--serif);font-size:1.1rem}
.schedule-main h3 a{color:var(--green);text-decoration:none}
.schedule-main p{margin:0;color:var(--muted);font-size:.93rem}
.schedule-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.schedule-actions .btn{white-space:nowrap}
.schedule-ics{font-weight:800;color:var(--green);text-decoration:none;font-size:.88rem;white-space:nowrap}
.event.has-art{display:grid;grid-template-columns:210px minmax(0,1fr);overflow:hidden}
.event-media{display:flex;align-items:center;justify-content:center;min-height:100%;overflow:hidden;background:linear-gradient(135deg,#F4F0E7,#E7EDE5);border-right:1px solid var(--line);padding:14px;text-decoration:none}
.event-media img{display:block;width:100%;height:100%;max-height:318px;object-fit:contain;object-position:center;border-radius:9px;background:#fff;box-shadow:0 12px 28px rgba(23,64,47,.14)}
.event-more{margin:.8rem 0 0}
.event-more a{font-weight:800;text-decoration:none}
.reg-form{margin-top:12px;border-top:1px dashed var(--line);padding-top:14px}
.reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.reg-grid input:nth-child(1){grid-column:1/2}
.ok-note{background:#E3EFE7;border:1px solid #CBE0D2;color:var(--green-2);border-radius:10px;padding:12px 14px;margin-top:12px;font-size:.92rem}
.ok-banner{background:#E3EFE7;border:1px solid #CBE0D2;color:var(--green-2);border-radius:10px;padding:14px 16px;margin:14px 0;font-size:.98rem}
.ok-banner.big{font-size:1.05rem;padding:22px}
.err-banner{background:#FBE9E5;border:1px solid #F0CFC7;color:var(--err);border-radius:10px;padding:11px 14px;margin:10px 0;font-size:.92rem}

.event-detail-hero{position:relative;background:#173b2c;color:#fff;overflow:hidden}
.event-detail-hero.has-photo .event-detail-photo{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(.96)}
.event-detail-hero.has-photo .event-detail-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(95deg,rgba(12,25,18,.92),rgba(12,25,18,.78) 48%,rgba(12,25,18,.42)),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.48))}
.event-detail-hero-in{position:relative;z-index:1;min-height:420px;padding:72px 22px 84px;display:flex;flex-direction:column;justify-content:flex-end;max-width:980px}
.event-detail-hero h1{color:#fff;max-width:760px}
.event-detail-hero .lede{color:#edf4ed;max-width:760px}
.event-detail-hero .guide-back a{color:#dfeee1}
.event-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.event-meta span{display:inline-block;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:.86rem;font-weight:700}
.event-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}
.event-poster-panel{position:sticky;top:108px;display:grid;gap:14px}
.event-poster-panel>a{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:10px}
.event-poster-panel img{width:100%;height:auto;border-radius:8px}
.register-panel .reg-form{border-top:0;margin-top:10px;padding-top:0}
.register-panel .reg-grid{grid-template-columns:1fr}
.register-panel .reg-grid input:nth-child(1){grid-column:auto}
.register-panel .btn{width:100%}
.speaker-line span{display:block;margin-top:4px;color:var(--muted);line-height:1.55}

/* forms */
input,select,textarea{font-family:var(--sans);font-size:.95rem;color:var(--ink);background:#fff;border:1px solid #D8D2C0;border-radius:9px;padding:10px 12px;width:100%}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(46,122,89,.35);border-color:var(--green-3)}
label{display:block;font-size:.85rem;font-weight:600;color:#454c44;margin:12px 0 0}
label input,label select,label textarea{margin-top:5px;font-weight:400}
.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.apply-form{margin-top:18px}
.apply-form .btn{margin-top:18px}
.hp{position:absolute;left:-5000px;width:1px;height:1px;opacity:0}

/* login */
.login-card h1{font-size:1.6rem}
.demo-login-panel{margin-top:18px;padding-top:16px;border-top:1px dashed var(--line)}
.demo-login-panel h2{margin:0 0 4px;font-size:1.06rem}
.demo-login-panel>p{margin:0 0 12px;color:var(--muted);font-size:.9rem;line-height:1.45}
.demo-account-list{display:grid;gap:9px}
.demo-account{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:11px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:12px;background:#FBFAF5}
.demo-avatar{width:40px;height:40px;border-radius:999px;background:#143D2D;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-weight:800;font-size:.9rem;letter-spacing:.02em}
.demo-account-main{min-width:0}
.demo-account-main b{display:block;color:var(--green);font-family:var(--serif);font-size:1rem;line-height:1.15}
.demo-account-main small{display:block;margin-top:3px;color:var(--muted);font-size:.78rem;line-height:1.3;overflow-wrap:anywhere}
.demo-account-actions{display:flex;align-items:center;gap:8px}
.demo-role{display:inline-flex;align-items:center;min-height:28px;padding:4px 8px;border-radius:999px;background:#EAF1EC;color:var(--green-2);font-size:.74rem;font-weight:800}
.demo-account .btn.small{min-height:32px;padding:7px 11px;font-size:.8rem;white-space:nowrap}
.demo-account .btn[disabled]{opacity:.72;cursor:wait}

/* team */
.team{display:flex;gap:14px;align-items:center}
.avatar{width:52px;height:52px;border-radius:99px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.1rem;flex:none}

.about-hero-v2{background:linear-gradient(180deg,#F7F5EE 0%,#FBFAF5 100%);padding-bottom:0;border-bottom:1px solid #E9E1CF}
.about-hero-intro{max-width:1060px}
.about-hero-copy{max-width:760px}
.about-hero-copy h1{max-width:760px}
.about-hero-copy .lede{max-width:720px;font-size:1.08rem;color:#334039}
.about-hero-actions{margin-top:24px}
.about-profile-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:34px 0 0;padding:18px 0 0;border-top:1px solid #DDD5C2}
.about-profile-line div{padding:0 22px 0 0;margin-right:22px;border-right:1px solid #DDD5C2}
.about-profile-line div:last-child{padding-right:0;margin-right:0;border-right:0}
.about-profile-line dt{margin:0 0 5px;color:#6f765f;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.about-profile-line dd{margin:0;color:var(--green);font-family:var(--serif);font-size:1.08rem;font-weight:800;line-height:1.22}
.about-metric-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:38px;background:#143D2D;color:#fff;border-radius:16px 16px 0 0;box-shadow:0 -1px 0 rgba(255,255,255,.1) inset}
.about-metric-strip div{padding:22px 24px;border-right:1px solid rgba(255,255,255,.16)}
.about-metric-strip div:last-child{border-right:0}
.about-metric-strip b{display:block;font-family:var(--serif);font-size:1.55rem;line-height:1.1;color:#fff}
.about-metric-strip span{display:block;margin-top:5px;color:#DCE8DD;font-size:.86rem;line-height:1.25}
.about-model-section{background:#fff;border-bottom:1px solid #EFE8D8}
.about-model-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:44px;align-items:start}
.about-model-copy{position:sticky;top:110px}
.about-model-copy p:not(.learn-kicker){color:#3d463f;font-size:1.03rem;line-height:1.56;margin:0;max-width:520px}
.about-model-steps{display:grid;gap:12px}
.about-model-steps article{display:grid;grid-template-columns:44px 48px minmax(0,1fr);gap:14px;align-items:start;background:#F9F8F3;border:1px solid var(--line);border-radius:14px;padding:18px 20px;box-shadow:0 1px 2px rgba(32,36,31,.04)}
.about-model-steps article>span{font-family:var(--serif);font-size:1.18rem;font-weight:800;color:#B98A1F;line-height:48px}
.about-model-steps .ico{width:48px;height:48px;padding:11px;border-radius:12px;background:#EAF1EC;color:var(--green-2)}
.about-model-steps h3{margin:0 0 5px;color:var(--green)}
.about-model-steps p{margin:0;color:#3b443d;font-size:.96rem;line-height:1.5}
.about-hero{background:#F7F5EE}
.about-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:44px;align-items:center}
.about-hero-photo{margin:0;border-radius:12px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 2px 8px rgba(32,36,31,.06),0 20px 46px rgba(32,36,31,.13)}
.about-hero-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.about-hero-photo figcaption{padding:12px 14px;color:var(--muted);font-size:.86rem;line-height:1.4}
.about-signal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
.about-signal-grid div{padding-left:12px;border-left:3px solid rgba(185,138,31,.78)}
.about-signal-grid b{display:block;color:var(--green);font-family:var(--serif);font-size:1.03rem;line-height:1.2}
.about-signal-grid span{display:block;margin-top:5px;color:#4f584e;font-size:.9rem;line-height:1.42}
.about-approach{padding-top:42px;background:#fff;border-top:1px solid #EFE8D8;border-bottom:1px solid #EFE8D8}
.about-approach .grp,.about-team-contact .grp{margin-top:0}
.about-proof-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:42px;align-items:start}
.about-proof-copy{position:sticky;top:110px}
.about-proof-copy p:not(.learn-kicker){color:#3d463f;font-size:1.02rem;margin:0;max-width:520px}
.about-proof-list{display:grid;gap:14px}
.about-proof-list article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;background:#F9F8F3;border:1px solid var(--line);border-radius:12px;padding:18px 20px;box-shadow:0 1px 2px rgba(32,36,31,.04)}
.about-proof-list .ico{width:48px;height:48px;padding:11px;border-radius:12px;background:#EAF1EC;color:var(--green-2)}
.about-proof-list h3{margin:0 0 5px;color:var(--green)}
.about-proof-list p{margin:0;color:#3b443d;font-size:.96rem;line-height:1.5}
.about-founder-section{background:#143D2D;color:#E7EFE6;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(0,0,0,.18)}
.about-founder-section h2,.about-founder-section h3{color:#fff}
.about-founder-section .learn-kicker{color:#D9B45A}
.about-founder-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:34px;align-items:center}
.about-founder-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:30px;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.founder-avatar{width:64px;height:64px;margin-bottom:18px;background:#EAF1EC;color:var(--green);font-size:1.25rem}
.about-founder-card p:not(.learn-kicker){color:#DDE9DD;font-size:1.02rem;margin:.65rem 0 0}
.about-founder-card ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:10px}
.about-founder-card li{position:relative;padding-left:24px;color:#F0F5EE;line-height:1.45}
.about-founder-card li::before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:99px;background:#D9B45A}
.about-founder-media{margin:0;background:#fff;color:var(--ink);border-radius:14px;overflow:hidden;box-shadow:0 24px 56px rgba(0,0,0,.25);align-self:stretch}
.about-founder-media img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center}
.about-founder-media figcaption{padding:18px 20px}
.about-founder-media b{display:block;font-family:var(--serif);font-size:1.15rem;color:var(--green);line-height:1.2}
.about-founder-media span{display:block;margin-top:5px;color:#465048;font-size:.94rem;line-height:1.45}
.about-founder-board{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:18px;box-shadow:0 24px 60px rgba(0,0,0,.22)}
.about-founder-proof{background:#fff;color:var(--ink);border-radius:14px;padding:26px;box-shadow:0 14px 42px rgba(0,0,0,.22)}
.about-founder-proof h3{margin:0 0 8px;font-size:1.6rem}
.about-founder-proof p:not(.learn-kicker){margin:0;color:#3d463f;line-height:1.52}
.about-founder-proof>div{display:grid;gap:12px;margin-top:20px}
.about-founder-proof article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:start;border:1px solid var(--line);background:#FAF7F0;border-radius:12px;padding:14px}
.about-founder-proof .ico{width:46px;height:46px;padding:10px;border-radius:11px;background:#EAF1EC;color:var(--green-2)}
.about-founder-proof b{display:block;font-family:var(--serif);color:var(--green);font-size:1.04rem;line-height:1.18}
.about-founder-proof small{display:block;margin-top:5px;color:#4c554d;font-size:.9rem;line-height:1.42}
.about-visual-section{background:#EEF2EA;border-top:1px solid #DDE6D9;border-bottom:1px solid #DDE6D9}
.about-visual-section .sec-head p{max-width:560px;margin:0;color:#3c453d}
.about-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.about-photo-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}
.about-photo-card img{width:100%;aspect-ratio:5/3;object-fit:cover;display:block;background:#E7E1D2}
.about-photo-card figcaption{padding:17px 18px 18px}
.about-photo-card b{display:block;font-family:var(--serif);color:var(--green);font-size:1.08rem;margin-bottom:5px;line-height:1.2}
.about-photo-card span{display:block;color:#3a413a;font-size:.94rem;line-height:1.45}
.about-verification-section{background:#EEF2EA;border-top:1px solid #DDE6D9;border-bottom:1px solid #DDE6D9}
.about-verification-layout{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:28px;align-items:stretch}
.about-verification-layout .about-visual-grid{grid-template-columns:repeat(2,1fr);margin-top:0}
.about-verify-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:var(--shadow)}
.about-verify-card h2{margin-bottom:10px}
.about-verify-card p:not(.learn-kicker){margin:0;color:#3b443d;line-height:1.55}
.about-verify-card ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:11px}
.about-verify-card li{position:relative;padding-left:28px;color:#2f3a33;line-height:1.43}
.about-verify-card li::before{content:"";position:absolute;left:0;top:.42em;width:14px;height:14px;border-radius:50%;border:3px solid #B98A1F;background:#fff;box-shadow:0 0 0 3px #F6ECD2}
.about-team-head{max-width:640px;margin-bottom:14px}
.about-team-head p{margin:6px 0 0;color:#3d463f;line-height:1.52}
.about-contact-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:28px;align-items:stretch;margin-top:32px;background:#143D2D;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:34px;box-shadow:0 3px 10px rgba(20,61,45,.12),0 28px 70px rgba(20,61,45,.24)}
.about-contact-panel .learn-kicker{color:#D9B45A}
.about-contact-panel h2{color:#fff;margin-bottom:8px;font-size:2rem}
.about-contact-panel .body-txt{margin:.55rem 0 0;color:#E4EFE6;line-height:1.58}
.about-contact-copy{display:flex;flex-direction:column;align-items:flex-start}
.about-contact-copy .btn{margin-top:24px;background:#fff;color:var(--green) !important;border-color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.about-contact-copy .btn:hover{background:#F4F8F5}
.about-contact-actions{display:grid;gap:14px}
.contact-methods{display:grid;grid-template-columns:1fr;gap:10px}
.contact-method{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;text-decoration:none;color:var(--ink);background:#FAF7F0;border:1px solid rgba(231,225,210,.95);border-radius:13px;padding:13px 14px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.contact-method:hover{border-color:#D9B45A;transform:translateY(-1px)}
.contact-method .ico{width:42px;height:42px;padding:10px;border-radius:11px;background:#EAF1EC;color:var(--green-2)}
.contact-method b{display:block;color:var(--green);font-family:var(--serif);font-size:1rem;line-height:1.18}
.contact-method small{display:block;margin-top:3px;color:#465048;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}
.about-contact-panel ol{counter-reset:contact;list-style:none;margin:0;padding:16px;display:grid;gap:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:13px}
.about-contact-panel li{counter-increment:contact;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;color:#EAF2EB;line-height:1.42}
.about-contact-panel li::before{content:counter(contact);display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#D9B45A;color:#143D2D;font-weight:800}

/* learn / investment knowledge */
.learn-hero{background:linear-gradient(180deg,#F4EFE3 0%,var(--cream) 100%);border-bottom:1px solid var(--line)}
.learn-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:42px;align-items:center}
.learn-kicker{margin:0 0 8px;color:var(--gold);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.academy-hero-v2{background:radial-gradient(circle at 82% 15%,rgba(185,138,31,.14),transparent 34%),linear-gradient(180deg,#F4EFE3 0%,#FAF7F0 100%)}
.academy-hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.98fr);gap:48px;align-items:center}
.academy-hero-copy h1{max-width:720px}
.academy-hero-copy .lede{max-width:650px}
.academy-hero-actions{margin-top:24px}
.academy-signal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;max-width:680px}
.academy-signal-grid div{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:12px;padding:14px 15px}
.academy-signal-grid b{display:block;font-family:var(--serif);color:var(--green);font-size:1.02rem;line-height:1.18}
.academy-signal-grid span{display:block;margin-top:5px;color:#4f584f;font-size:.88rem;line-height:1.36}
.academy-hero-board{position:relative;min-height:430px;border-radius:18px;padding:18px;background:#fff;border:1px solid var(--line);box-shadow:0 2px 8px rgba(32,36,31,.06),0 28px 70px rgba(32,36,31,.16)}
.academy-board-photo{width:100%;height:292px;object-fit:cover;border-radius:13px;background:#E8E1D2}
.academy-board-card{position:absolute;left:44px;right:44px;bottom:22px;display:grid;grid-template-columns:118px minmax(0,1fr);gap:15px;align-items:center;background:rgba(250,247,240,.96);border:1px solid rgba(231,225,210,.96);border-radius:14px;padding:13px;box-shadow:0 18px 40px rgba(32,36,31,.18)}
.academy-board-card img{width:118px;height:132px;object-fit:contain;object-position:center;border-radius:9px;background:#fff}
.academy-board-card b{display:block;font-family:var(--serif);font-size:1.15rem;color:var(--green);line-height:1.2}
.academy-board-card span{display:block;margin-top:5px;color:#3d463f;font-size:.92rem;line-height:1.42}
.academy-hero-media{margin:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 8px rgba(32,36,31,.06),0 18px 42px rgba(32,36,31,.12);overflow:hidden}
.academy-hero-media img{width:100%;aspect-ratio:16/10;object-fit:contain;object-position:center;background:#fff}
.academy-hero-media figcaption{padding:12px 14px;color:var(--muted);font-size:.86rem;line-height:1.4}
.academy-hub{background:#F7F5EE;padding:34px 0 24px}
.academy-hub-head{max-width:760px;margin-bottom:16px}
.academy-hub-head .lede{font-size:1.02rem;color:#3b453e}
.academy-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.academy-path-grid-featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.academy-path-grid.compact{grid-template-columns:repeat(3,1fr)}
.academy-path{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;text-decoration:none;color:#334039;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 16px;box-shadow:var(--shadow);min-height:176px}
.academy-path-grid-featured .academy-path{min-height:110px;padding:16px}
.academy-path:hover{border-color:#C9D8CA;background:#FBFCFA;color:var(--green);transform:translateY(-2px);box-shadow:0 3px 6px rgba(32,36,31,.07),0 14px 30px rgba(32,36,31,.10)}
.academy-path .ico{width:42px;height:42px;padding:10px;border-radius:10px;background:#EAF1EC;color:var(--green-2)}
.academy-path:nth-child(2) .ico{background:#F7ECD1;color:#8a6a12}
.academy-path:nth-child(3) .ico{background:#F7E4DF;color:var(--apple)}
.academy-path:nth-child(4) .ico{background:#E9EEF5;color:#325A7C}
.academy-path b{display:block;font-family:var(--serif);font-size:1.03rem;color:var(--green);line-height:1.2;margin-bottom:6px}
.academy-path small{display:block;color:#4a554d;font-size:.9rem;line-height:1.45}
.academy-path em{display:block;margin-top:12px;color:var(--green-2);font-style:normal;font-size:.86rem;font-weight:800}
.academy-visual-row{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:16px;margin-top:22px}
.academy-visual-tile{margin:0;position:relative;min-height:210px;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#173F2F}
.academy-visual-tile img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block;filter:saturate(.96)}
.academy-visual-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,18,12,.08) 18%,rgba(7,18,12,.76) 100%)}
.academy-visual-tile figcaption{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:18px;color:#fff}
.academy-visual-tile b{display:block;font-family:var(--serif);font-size:1.12rem;line-height:1.15;margin-bottom:5px}
.academy-visual-tile span{display:block;color:#E7EFE6;font-size:.92rem;line-height:1.4}
.academy-resource-band{background:#153D2D;color:#E7EFE6}
.academy-resource-band h2,.academy-resource-band h3{color:#fff}
.academy-resource-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(330px,.78fr);gap:38px;align-items:center}
.academy-resource-copy p{color:#DDE9DD;font-size:1.03rem;max-width:560px}
.academy-resource-media{margin:20px 0 0;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 45px rgba(0,0,0,.22)}
.academy-resource-media img{width:100%;aspect-ratio:16/7;object-fit:cover;object-position:center 58%;filter:saturate(.96)}
.academy-resource-list{display:grid;gap:14px;margin-top:24px}
.academy-resource-list article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:20px}
.academy-resource-list .ico{width:48px;height:48px;padding:11px;border-radius:12px;background:rgba(255,255,255,.12);color:#D9B45A}
.academy-resource-list h3{margin:0 0 5px}
.academy-resource-list p{margin:0;color:#DDE9DD;font-size:.96rem;line-height:1.5}
.academy-toolkit-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:22px;box-shadow:0 20px 54px rgba(0,0,0,.18)}
.academy-toolkit-head{padding:4px 4px 18px;border-bottom:1px solid rgba(255,255,255,.14)}
.academy-toolkit-head h3{margin:0 0 7px;color:#fff;font-size:1.55rem}
.academy-toolkit-head p:not(.learn-kicker){margin:0;color:#DDE9DD;line-height:1.48}
.academy-toolkit-doc{display:grid;gap:12px;margin-top:18px}
.academy-toolkit-doc article{display:grid;grid-template-columns:44px 34px minmax(0,1fr);gap:12px;align-items:start;background:#F8F6EF;color:var(--ink);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:16px;box-shadow:0 10px 28px rgba(0,0,0,.12)}
.academy-toolkit-doc .ico{width:44px;height:44px;padding:10px;border-radius:11px;background:#EAF1EC;color:var(--green-2)}
.academy-toolkit-doc article>span{font-family:var(--serif);font-weight:800;color:#B98A1F;line-height:44px}
.academy-toolkit-doc b{display:block;font-family:var(--serif);color:var(--green);font-size:1.05rem;line-height:1.18}
.academy-toolkit-doc small{display:block;margin-top:5px;color:#4a544d;font-size:.9rem;line-height:1.42}
.learn-body{padding-top:34px}
.learn-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:start}
.learn-side{position:sticky;top:132px;align-self:start}
.learn-side-inner{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;max-height:calc(100vh - 156px);overflow:auto}
.learn-side-inner>p{margin:0 0 10px;color:var(--green);font-family:var(--serif);font-weight:700;font-size:1.05rem}
.learn-toc{display:flex;flex-direction:column;gap:14px}
.learn-nav-group{display:flex;flex-direction:column;gap:4px}
.learn-toc a{text-decoration:none;border-radius:8px}
.learn-nav-title{color:var(--green);font-weight:800;font-size:.88rem;padding:6px 8px;background:#F3EFE4}
.learn-nav-term{display:flex;align-items:baseline;gap:7px;color:#4c554b;font-size:.86rem;line-height:1.25;padding:5px 8px}
.learn-nav-term span{color:var(--green-3);font-size:.74rem;font-weight:800;min-width:34px}
.learn-toc a:hover{background:#EAF1EC;color:var(--green)}
.learn-toc a.is-active{background:#E3EFE7;color:var(--green);box-shadow:inset 3px 0 0 var(--green-3)}
.learn-nav-term.is-active span{color:var(--green)}
.learn-main{min-width:0}
.learn-library-head{max-width:780px;margin:0 0 24px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
.learn-library-head h2{margin-bottom:7px}
.learn-library-head p:not(.learn-kicker){margin:0;color:#3d463f;font-size:1.01rem}
.learn-library-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.learn-library-pills span{display:inline-flex;align-items:center;border-radius:999px;background:#EAF1EC;border:1px solid #D6E5D8;color:var(--green);font-size:.84rem;font-weight:800;padding:6px 10px}
.learn-group{scroll-margin-top:86px;margin-bottom:44px}
.learn-group-head{max-width:760px;margin-bottom:16px}
.learn-group-head p{color:var(--muted);margin:.25rem 0 0}
.learn-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:780px}
.learn-term{scroll-margin-top:96px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}
.learn-term:target{outline:3px solid rgba(46,122,89,.28);outline-offset:3px}
.learn-term-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}
.learn-term-head h3{margin:0;color:var(--green)}
.learn-abbr{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:6px 9px;border-radius:10px;background:#E6EFE9;color:var(--green-2);font-weight:800;font-size:.82rem}
.learn-row{border-top:1px dashed var(--line);padding-top:12px;margin-top:12px}
.learn-row h4{margin:0 0 8px;color:var(--green);font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}
.learn-row p{margin:0;color:#3a413a;font-size:.98rem;line-height:1.58}
.learn-formula p{overflow-x:auto}
.learn-formula code{display:block;width:auto;min-width:0;white-space:normal;overflow-wrap:anywhere;background:#F4F8F5;border:1px solid #D8E6DA;border-radius:8px;padding:10px 12px;color:#123a2a;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:.92rem;line-height:1.5}
.learn-fine{margin-top:8px}

/* Academy guide pages */
.guide-hero{background:linear-gradient(180deg,#F4EFE3 0%,#FAF7F0 100%);border-bottom:1px solid var(--line)}
.guide-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:34px;align-items:end}
.guide-back{margin:0 0 12px}
.guide-back a{font-weight:700;text-decoration:none;color:var(--green-2)}
.guide-takeaway{background:#fff;border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:12px;box-shadow:var(--shadow);padding:22px}
.guide-takeaway .ico{width:42px;height:42px;padding:10px;border-radius:10px;background:#EAF1EC;color:var(--green-2);margin-bottom:14px}
.guide-takeaway h2{font-size:1.15rem;margin-bottom:8px}
.guide-takeaway p{margin:0;color:#354139;font-size:.98rem}
.guide-body{padding-top:42px}
.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:38px;align-items:start}
.guide-article{max-width:760px}
.guide-section{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:28px;margin-bottom:18px}
.guide-section h2{font-size:1.5rem;margin-bottom:12px}
.guide-section p{color:#333d35;margin:.75rem 0 0}
.guide-section ul,.guide-panel ul{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:9px}
.guide-section li,.guide-panel li{position:relative;padding-left:22px;color:#374139;font-size:.96rem;line-height:1.5}
.guide-section li::before,.guide-panel li::before{content:"";position:absolute;left:0;top:.66em;width:8px;height:8px;border-radius:99px;background:var(--green-3)}
.guide-example{margin-top:18px;padding:16px 18px;border-radius:10px;background:#F4F8F5;border:1px solid #D8E6DA}
.guide-example b{display:block;color:var(--green);font-family:var(--serif);font-size:1.05rem;margin-bottom:4px}
.guide-example p{margin:0;color:#26362c}
.guide-aside{position:sticky;top:108px;display:grid;gap:14px}
.guide-panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:20px}
.guide-panel h2{font-size:1.13rem;margin-bottom:8px}
.guide-panel p{margin:.2rem 0 .7rem;color:var(--muted);font-size:.9rem}
.guide-panel.danger{border-left:4px solid var(--apple)}
.guide-panel.danger li::before{background:var(--apple)}
.source-list a{font-weight:700;text-decoration:none}
.guide-next{background:#EEF2EA;border-top:1px solid #DDE6D9;border-bottom:1px solid #DDE6D9}

/* footer */
.site-foot{background:var(--green);color:#E8EFE7;margin-top:40px}
.foot-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:34px;padding:44px 22px 10px}
.site-foot h4,.site-foot .foot-heading{font-family:var(--serif);font-weight:700;color:#fff;margin:0 0 10px}
.site-foot a{display:block;color:#CFE0D2;text-decoration:none;padding:3px 0;font-size:.93rem}
.site-foot a:hover{color:#fff}
.muted-l{color:#D4E4D7;font-size:.9rem}
.sub-form{display:flex;gap:8px;margin-top:10px}
.sub-form input{background:#fff}
.disclaimer{border-top:1px solid rgba(255,255,255,.18);padding:16px 22px 26px}
/* AA-compliant: #D8E6DB on green #17402F ≈ 9:1 (was #A9C0AD ≈ 3.3:1, failed AA) */
.disclaimer p{font-size:.8rem;color:#D8E6DB;line-height:1.55}

@media (max-width:1100px){
  .process-steps{grid-template-columns:repeat(2,1fr)}
  .process-steps::before{display:none}
}

@media (max-width:900px){
  .hero-in{grid-template-columns:1fr;padding:40px 22px}
  .grid3{grid-template-columns:1fr 1fr}
  .home-opps-layout{grid-template-columns:1fr}
  .why-layout,.academy-layout,.process-head{grid-template-columns:1fr}
  .learn-hero-grid,.about-hero-grid,.academy-hero-shell,.academy-resource-layout,.about-proof-layout,.about-model-layout,.about-founder-grid,.about-verification-layout,.about-contact-panel{grid-template-columns:1fr;gap:24px}
  .about-proof-copy,.about-model-copy{position:static}
  .about-metric-strip{grid-template-columns:repeat(2,1fr);border-radius:14px;margin-top:28px}
  .about-metric-strip div:nth-child(2){border-right:0}
  .about-metric-strip div:nth-child(n+3){border-top:1px solid rgba(255,255,255,.16)}
  .about-signal-grid,.academy-signal-grid{grid-template-columns:1fr 1fr}
  .academy-hero-board{min-height:390px}
  .academy-board-card{left:28px;right:28px}
  .academy-toolkit-panel{max-width:620px;margin:auto}
  .academy-visual-row,.about-visual-grid{grid-template-columns:1fr 1fr}
  .about-verification-layout .about-visual-grid{grid-template-columns:1fr 1fr}
  .event-teaser{grid-template-columns:1fr}
  .event-teaser-actions{justify-content:flex-start}
  .schedule-head,.schedule-row{grid-template-columns:1fr}
  .calendar-head-tools{justify-content:flex-start}
  .schedule-row{gap:12px}
  .date-tile{width:74px;min-height:72px}
  .schedule-actions{justify-content:flex-start}
  .event-calendar{grid-template-columns:1fr}
  .academy-path-grid,.academy-path-grid.compact,.academy-path-grid-featured{grid-template-columns:1fr 1fr}
  .guide-hero-grid,.guide-layout{grid-template-columns:1fr}
  .event.has-art{grid-template-columns:1fr}
  .event-media{min-height:0;border-right:0;border-bottom:1px solid var(--line);padding:18px}
  .event-media img{width:auto;max-width:100%;height:auto;max-height:360px}
  .event-detail-grid{grid-template-columns:1fr}
  .materials-grid{grid-template-columns:1fr}
  .deal-snapshot-photo{max-height:none}
  .project-docs-head{display:block}
  .project-docs-head .material-actions{margin-top:12px}
  .project-docs-panel .material-list{grid-template-columns:1fr}
  .guide-aside{position:static}
  .event-poster-panel{position:static}
  .why-copy{position:static}
  .process-steps{grid-template-columns:1fr}
  .process-steps::before{display:none}
  .learn-grid{grid-template-columns:1fr}
  .learn-layout{grid-template-columns:1fr;gap:18px}
  .learn-side,.learn-main{width:100%;max-width:100%;min-width:0}
  .learn-side{position:static;overflow:hidden}
  .learn-side-inner{position:static;max-height:280px;max-width:100%;z-index:2}
  .learn-toc{display:flex;flex-direction:row;gap:10px;overflow-x:auto;min-width:0;padding-bottom:4px}
  .learn-nav-group{min-width:190px}
  .statgrid{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:0}
  .statgrid .stat:nth-child(n+3){border-top:1px solid var(--line)}
  .proj-grid{grid-template-columns:1fr}
  .proj-grid aside{order:-1}
  .foot-grid{grid-template-columns:1fr}
  .proof-grid{grid-template-columns:1fr;gap:20px}
}
@media (max-width:600px){
  .site-head{position:static}
  .head-in{justify-content:center;padding:10px 16px}
  .brand{max-width:100%;min-width:0}
  .brand em{white-space:normal;overflow-wrap:anywhere}
  .site-nav{justify-content:center;width:100%}
  .nav-actions{margin-left:0}
  .wrap{max-width:100%;min-width:0;padding-left:20px;padding-right:20px}
  .sec,.learn-group,.learn-term{scroll-margin-top:24px}
  .grid3,.grid2,.two,.reg-grid{grid-template-columns:1fr}
  .about-hero-copy h1,.about-hero-copy .lede{max-width:100%;overflow-wrap:break-word}
  .about-profile-line{grid-template-columns:1fr 1fr;gap:14px 0}
  .about-profile-line div:nth-child(2){padding-right:0;margin-right:0;border-right:0}
  .about-profile-line div:nth-child(n+3){padding-top:14px;border-top:1px solid #DDD5C2}
  .about-profile-line dd{overflow-wrap:anywhere}
  .about-signal-grid,.academy-signal-grid,.academy-path-grid-featured,.about-metric-strip{grid-template-columns:1fr}
  .about-metric-strip div,.about-metric-strip div:nth-child(2){border-right:0}
  .about-metric-strip div:nth-child(n+2){border-top:1px solid rgba(255,255,255,.16)}
  .about-model-steps article{grid-template-columns:42px minmax(0,1fr)}
  .about-model-steps article .ico{grid-column:1;grid-row:2}
  .about-model-steps article div{grid-column:2;grid-row:1 / span 2}
  .about-proof-list article,.academy-resource-list article{grid-template-columns:1fr}
  .about-founder-card{padding:22px}
  .about-founder-media img{min-height:260px}
  .about-founder-board{padding:12px}
  .about-founder-proof{padding:22px}
  .about-verification-layout .about-visual-grid{grid-template-columns:1fr}
  .about-contact-panel{padding:22px}
  .demo-account{grid-template-columns:38px minmax(0,1fr)}
  .demo-avatar{width:38px;height:38px}
  .demo-account-actions{grid-column:1 / -1;justify-content:space-between}
  .demo-account .btn.small{min-width:120px}
  .pipe-stages{grid-template-columns:1fr 1fr}
  .event-calendar{padding:14px}
  .cal-weekdays,.cal-grid{gap:5px}
  .cal-day,.cal-day.has-event,.cal-day summary{min-height:46px}
  .cal-day,.cal-day summary{padding:6px}
  .cal-day summary .cal-num{font-size:1.18rem}
  .cal-day summary i{width:34px;height:29px;border-width:3px}
  .calendar-nav{width:100%;justify-content:space-between;gap:12px}
  .calendar-title-fields{flex:1;min-width:0}
  .calendar-month-select{width:102px}
  .calendar-year-select{width:70px}
  .schedule-panel:has(.cal-day.has-event[open]){margin-bottom:240px}
  .cal-day.has-event{position:static}
  .cal-pop{position:absolute;left:0;right:0;top:calc(100% + 10px);width:auto;max-width:none;transform:none;padding:14px 40px 14px 12px}
  .cal-grid details:nth-child(7n) .cal-pop,.cal-grid details:nth-child(7n - 1) .cal-pop{right:0;left:0}
  .cal-pop::before{display:none}
  .head-in{justify-content:center}
  .hero-trust{flex-direction:column;gap:8px}
  .hero.has-photo .hero-in{min-height:0;padding:54px 22px 92px}
  .statband{margin-top:-42px}
  .statband-shell{padding:0 14px 12px}
  .statgrid{grid-template-columns:1fr}
  .stat{border-right:0;border-top:1px solid var(--line)}
  .stat:first-child{border-top:0}
  .statgrid .stat:nth-child(n+3){border-top:1px solid var(--line)}
  .stat-asof{text-align:left;padding:0 6px}
  .proof-item{grid-template-columns:1fr}
  .deal-snapshot-body{padding:22px}
  .deal-capital-grid{grid-template-columns:1fr}
  .deal-capital-grid div,.deal-capital-grid div:nth-child(2n){border-right:0}
  .deal-capital-grid div:nth-last-child(-n+2){border-bottom:1px solid var(--line)}
  .deal-capital-grid div:last-child{border-bottom:0}
  .detail-gallery,.detail-gallery.gallery-count-2{grid-template-columns:1fr 1fr;grid-auto-rows:120px}
  .detail-gallery:not(.single) .pg-item:first-child,.detail-gallery.gallery-count-2 .pg-item:first-child,.detail-gallery.gallery-count-2 .pg-item:nth-child(2){grid-column:auto;grid-row:auto}
  .project-lightbox{padding:12px}
  .lightbox-frame{height:calc(100vh - 24px);gap:10px}
  .lightbox-nav{width:42px;height:42px;min-width:42px}
  .lightbox-prev{left:10px}
  .lightbox-next{right:10px}
  .lightbox-thumb{width:70px}
  .why-proof,.academy-item{grid-template-columns:1fr}
  .academy-path-grid{grid-template-columns:1fr}
  .academy-path-grid.compact{grid-template-columns:1fr}
  .academy-path{min-height:0}
  .academy-hero-board{min-height:0;padding:12px}
  .academy-board-photo{height:210px}
  .academy-board-card{position:static;margin-top:12px;grid-template-columns:92px minmax(0,1fr);box-shadow:none}
  .academy-board-card img{width:92px;height:106px}
  .academy-resource-media img{aspect-ratio:16/9}
  .academy-toolkit-panel{max-width:none}
  .academy-toolkit-doc article{grid-template-columns:42px minmax(0,1fr)}
  .academy-toolkit-doc article>span{grid-column:1;grid-row:2;line-height:1.2}
  .academy-toolkit-doc article>div{grid-column:2;grid-row:1 / span 2}
  .about-founder-proof article{grid-template-columns:1fr}
  .academy-visual-row,.about-visual-grid{grid-template-columns:1fr}
  .academy-visual-tile,.academy-visual-tile img{min-height:190px}
  .nav-actions{width:100%;justify-content:center;margin-left:0}
}
@media print{
  .site-head,.site-foot{display:none}
}

/* ===== enrichment + a11y additions ===== */

/* skip-to-content (visually hidden until focused) */
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--green);color:#fff;padding:10px 16px;border-radius:0 0 10px 0;font-weight:600;text-decoration:none}
.skip-link:focus{left:0}

/* language switch */
.lang-switch{display:inline-flex;align-items:center;gap:2px;margin:0 4px;padding:2px 4px;border:1px solid var(--line);border-radius:999px;background:#fff}
.lang-switch a.lang{padding:4px 9px;border-radius:999px;text-decoration:none;color:#5c6152;font-size:.82rem;font-weight:600;line-height:1}
.lang-switch a.lang:hover{background:#efe9dc}
.lang-switch a.lang.on{background:var(--green);color:#fff}
.lang-sep{color:#c9c2ad;font-size:.8rem}

/* inline icons */
.ico{width:24px;height:24px;flex:none}

/* hero enrichment */
.eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.11em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:10px}
.hero-trust{list-style:none;display:flex;gap:22px;margin:24px 0 0;padding:0;flex-wrap:wrap}
.hero-trust li{display:flex;align-items:flex-start;gap:10px;color:#3d443c;font-size:.9rem;font-weight:500;max-width:210px}
.hero-trust .ico{width:20px;height:20px;color:var(--green-3)}
.hero-trust b{display:block;font-size:.88rem;line-height:1.25}
.hero-trust small{display:block;margin-top:3px;font-size:.74rem;line-height:1.35;color:rgba(61,68,60,.82)}
.hero.has-photo .hero-trust small{color:rgba(238,243,236,.82)}

/* home proof band */
.home-proof{padding:42px 0 28px;background:#F7F5EE}
.proof-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:38px;align-items:start}
.proof-copy h2{max-width:520px}
.proof-copy .lede{font-size:1.02rem;color:#3c453d}
.proof-list{display:grid;gap:12px}
.proof-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px 18px;box-shadow:0 1px 2px rgba(32,36,31,.05)}
.proof-item .ico{width:44px;height:44px;padding:10px;border-radius:10px;background:#EAF1EC;color:var(--green-2)}
.proof-item h3{font-size:1.02rem;margin:0 0 4px}
.proof-item p{margin:0;color:#3a413a;font-size:.93rem}
.home-risk{max-width:760px;margin:16px 0 0}

/* why-MHP + approach cards with icon */
.card.why .why-ico{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#EAF1EC;color:var(--green-2);margin-bottom:12px}
.card.why .why-ico .ico{width:24px;height:24px}
.card.why h3{color:var(--green)}
.card.why p{color:#3a413a;font-size:.95rem}

/* track-record chart */
.track-chart{margin:18px 0 8px}
.tc-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:6px}
.tc-head h3{margin:0}
.tc-legend{display:flex;gap:16px;font-size:.82rem;color:var(--muted)}
.tc-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:5px;vertical-align:-1px}
.tc-legend .lg-gold{background:var(--gold)}
.tc-legend .lg-green{background:var(--green-3)}
.tc-svg{width:100%;height:auto;overflow:visible}
.tc-name{font-size:12px;fill:#3a413a;font-family:var(--sans)}
.tc-val{font-size:11px;fill:var(--muted);font-family:var(--sans)}

/* ===== motion (public site) — subtle hover lift + static entrance fade =====
   The global reduced-motion guard at the top of this file already forces
   `transition:none !important; animation:none !important`, so all of this is
   automatically disabled when the visitor prefers reduced motion. */
.card:not(.ws-editor-panel),.proj,.event{transition:transform .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out}
.card:not(.ws-editor-panel):hover,.proj:hover,.event:hover{transform:translateY(-2px);box-shadow:0 3px 6px rgba(32,36,31,.07),0 14px 30px rgba(32,36,31,.10)}
/* gentle one-time entrance fade (no scroll JS): sections rise a touch, cards soften in */
@keyframes as-site-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes as-site-fade{from{opacity:0}to{opacity:1}}
.sec{animation:as-site-in .45s ease-out both}
.card{animation:as-site-fade .5s ease-out both}

/* project photo gallery (public + portal) */
.pgallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-top:6px}
.pg-item{display:block;aspect-ratio:4/3;border-radius:10px;overflow:hidden;border:1px solid var(--line,#e4dfd0);background:#eae4d5}
.pg-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.pg-item:hover img{transform:scale(1.05)}
@media (prefers-reduced-motion:reduce){ .pg-item img{transition:none} .pg-item:hover img{transform:none} }

@media (max-width:900px){
  .proof-grid{grid-template-columns:1fr;gap:20px}
}
@media (max-width:600px){
  .hero-trust{flex-direction:column;gap:8px}
  .hero-trust li{max-width:none}
  .proof-item{grid-template-columns:1fr}
}

/* ==========================================================================
   Apple Seeds Mobile Home Park — client-content public website
   ========================================================================== */

.site-head{background:rgba(255,255,253,.96);border-bottom:1px solid rgba(23,64,47,.12)}
.head-in{min-height:76px;padding-top:9px;padding-bottom:9px;flex-wrap:nowrap}
.brand .logo{width:46px;height:46px;object-fit:cover;border-radius:10px;border:1px solid #e5dfd0;background:#fff}
.brand strong{font-size:1.15rem;letter-spacing:-.01em}
.brand em{font-size:.62rem;letter-spacing:.1em}
.site-nav{flex-wrap:nowrap}
.site-nav a{font-size:.88rem;padding:8px 9px}
.site-nav .join-btn{background:transparent;color:var(--green)!important;border-color:var(--gold)}
.site-nav .join-btn:hover{background:#f8efd8}
.nav-toggle{display:none}

.as-kicker{margin:0 0 13px;color:#e3bd58;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.as-kicker.dark{color:#8b6a18}
.as-lede{font-size:1.15rem;line-height:1.7;color:#334039}
.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--green);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(23,64,47,.28);padding-bottom:3px}
.text-link:hover{border-bottom-color:var(--green)}
.light-link{color:#f2d47c;border-bottom-color:rgba(242,212,124,.4)}
.as-section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.65fr);gap:52px;align-items:end;margin-bottom:30px}
.as-section-head h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.035em;max-width:720px}
.as-section-head>p{margin:0;color:#d5e2d7}
.as-section-head.dark-head h2{color:var(--green)}
.as-section-head.dark-head>p{color:#536058}

.as-hero{position:relative;min-height:650px;display:flex;align-items:flex-end;overflow:hidden;background:#0f2e22}
.as-hero-photo,.as-hero-shade{position:absolute;inset:0;width:100%;height:100%}
.as-hero-photo{object-fit:cover;object-position:center 44%}
.as-hero-shade{background:linear-gradient(90deg,rgba(8,29,21,.94) 0%,rgba(10,34,25,.79) 42%,rgba(10,29,22,.18) 80%),linear-gradient(0deg,rgba(8,24,18,.62),transparent 58%)}
.as-hero-content{position:relative;z-index:1;width:100%;padding-top:116px;padding-bottom:96px}
.as-hero-content h1{max-width:760px;color:#fff;font-size:clamp(3rem,7vw,5.9rem);letter-spacing:-.055em;line-height:.97}
.as-hero-content>p:not(.as-kicker){max-width:665px;color:#e8f0e9;font-size:1.18rem;line-height:1.68}
.as-hero .hero-outline{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.62);color:#fff!important}
.as-hero .hero-outline:hover{background:rgba(255,255,255,.13)}

.as-intro{padding:92px 0;background:#f4f0e5;border-bottom:1px solid #e4dcc9}
.as-intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;align-items:start}
.as-intro h2{font-size:clamp(2.2rem,4.6vw,4rem);letter-spacing:-.045em;max-width:530px}
.as-intro .as-lede{margin-top:0}
.trust-principles{display:flex;flex-wrap:wrap;gap:9px 34px;margin:26px 0 24px;padding-left:20px;color:#274636}
.trust-principles li{padding-left:3px;font-size:.76rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.trust-principles li::marker{color:#B88924}

.as-pillars{padding:92px 0;background:var(--green);color:#eaf2eb}
.pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(34px,4.2vw,78px);margin:40px 0 42px}
.pillar-grid article{min-width:0;padding:0;border:0}
.pillar-grid span{display:block;color:#dfbc5a;font-weight:800;font-size:.75rem;letter-spacing:.12em}
.pillar-grid h3{color:#fff;font-size:2rem;margin:18px 0 14px}
.pillar-grid p{max-width:34ch;margin:0;color:#cfe0d2;line-height:1.7}

.as-portfolio{padding-top:88px;padding-bottom:92px;background:#fbfaf6}
.profile-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.profile-card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.profile-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e4ddce;box-shadow:0 12px 34px rgba(22,50,37,.08);overflow:hidden}
.profile-card-media{position:relative;display:block;aspect-ratio:4/2.6;overflow:hidden;background:#dde5de}
.profile-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.profile-card-media span{position:absolute;left:14px;bottom:14px;padding:5px 9px;background:rgba(13,40,29,.82);color:#fff;font-size:.71rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.profile-card:hover .profile-card-media img{transform:scale(1.025)}
.profile-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
.profile-kicker{margin:0 0 5px;color:#936f17;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.profile-card h3{font-size:1.55rem;margin-bottom:5px}
.profile-card h3 a{text-decoration:none}
.profile-location{margin:0 0 14px!important;color:#70776d!important;font-size:.84rem}
.profile-card-body>p:not(.profile-kicker):not(.profile-location){color:#414b44;font-size:.93rem}
.profile-card .text-link{margin-top:auto;align-self:flex-start;font-size:.88rem}
.profile-source-note{max-width:780px;margin:24px 0 0;color:#6c746a;font-size:.82rem}

.as-team-band{background:#eef2eb}
.as-team-layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:54px;align-items:center}
.as-team-copy p{color:#435047}
.leader-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.leader-card{background:#fff;border:1px solid #dfe7df;box-shadow:0 12px 28px rgba(25,56,42,.07);overflow:hidden}
.leader-card img{width:100%;height:auto;aspect-ratio:4/4.8;object-fit:cover;object-position:center top}
.leader-card div{padding:15px}
.leader-card h3{font-size:1.08rem;margin:0}
.leader-card p{margin:3px 0 0;color:#657066;font-size:.78rem;line-height:1.4}

.as-faq{background:#fbfaf6}
.as-faq-grid{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:70px;align-items:start}
.faq-list{border-top:1px solid #d9d4c7}
.faq-list details{border-bottom:1px solid #d9d4c7}
.faq-list summary{display:flex;align-items:center;gap:14px;list-style:none;padding:21px 4px;color:var(--green);font-family:var(--serif);font-size:1.08rem;font-weight:800;cursor:pointer}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span:last-child,.faq-list summary>b:last-child{margin-left:auto;font-family:var(--sans);font-size:1.2rem;color:#9a751b;transition:transform .2s}
.faq-list details[open] summary>span:last-child,.faq-list details[open] summary>b:last-child{transform:rotate(45deg)}
.faq-list details>p{margin:-4px 38px 22px 4px;color:#465148}
.faq-list-wide{display:grid;grid-template-columns:1fr 1fr;gap:0 32px}
.faq-num{flex:0 0 34px;color:#9a751b;font-family:var(--sans);font-size:.72rem;letter-spacing:.08em}

.as-join,.profile-next,.portfolio-callout{padding:72px 0;background:#173f2f;color:#e8f0e9}
.as-join-inner,.profile-next-grid,.portfolio-callout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:70px;align-items:center}
.as-join h2,.profile-next h2,.portfolio-callout h2{color:#fff;font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.035em}
.as-join p,.profile-next p,.portfolio-callout p{color:#d4e2d6}
.as-join a:not(.btn){color:#f1d27c}

.portfolio-hero,.approach-hero,.team-hero,.about-as-hero,.contact-hero{background:#173f2f;color:#e8f0e9}
.portfolio-hero-grid,.approach-hero-grid,.team-hero-grid,.about-as-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:62px;align-items:center;min-height:510px}
.portfolio-hero h1,.approach-hero h1,.team-hero h1,.about-as-hero h1,.contact-hero h1{color:#fff;font-size:clamp(2.8rem,6vw,5.2rem);letter-spacing:-.05em}
.portfolio-hero p,.approach-hero p,.team-hero p,.about-as-hero p,.contact-hero p{max-width:680px;color:#d9e5dc;font-size:1.08rem}
.portfolio-hero-grid>img,.approach-hero-grid>img,.team-hero-grid>img,.about-as-hero-grid>img{width:100%;height:510px;object-fit:cover}
.approach-hero-grid>img{object-position:center 72%}
.team-hero-grid>img{object-position:center top}
.team-hero-collage{display:grid;grid-template-columns:repeat(3,1fr);height:510px;overflow:hidden;background:#f6f1e6}
.team-hero-collage img{width:100%;height:100%;object-fit:cover;object-position:center top;border-right:1px solid rgba(23,64,47,.2)}
.team-hero-collage img:last-child{border-right:0}
.portfolio-regions{background:#efe8d7;border-bottom:1px solid #ded4bd}
.region-grid{display:grid;grid-template-columns:1fr 1fr}
.region-grid div{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:25px 0;border-right:1px solid #d5cbb4}
.region-grid div:last-child{border:0;padding-left:34px}
.region-grid span{color:#896718;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.region-grid b{color:#284034}
.portfolio-featured{background:#fbfaf6}
.additional-projects{background:#eef2eb}
.project-list{border-top:1px solid #ccd7ce}
.project-list>a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;border-bottom:1px solid #ccd7ce;text-decoration:none;color:var(--green)}
.project-list b,.project-list small{display:block}
.project-list b{font-family:var(--serif);font-size:1.25rem}
.project-list small{margin-top:3px;color:#6a756c}
.project-list em{font-style:normal;font-weight:800;font-size:.84rem}

.profile-detail-hero{position:relative;min-height:480px;display:flex;align-items:flex-end;background:#173f2f;color:#fff;overflow:hidden}
.profile-detail-hero.no-media{min-height:0;padding:clamp(44px,4vw,58px) 0;background:linear-gradient(135deg,#0b3528 0%,#164c3a 100%)}
.profile-detail-hero.no-media .profile-detail-overlay{background:radial-gradient(circle at 82% 22%,rgba(194,151,55,.11),transparent 34%)}
.profile-detail-hero.no-media .profile-detail-heading{padding-top:0;padding-bottom:0}
.profile-detail-hero.no-media .profile-detail-heading>p:first-child{margin:0}
.profile-detail-hero.no-media .profile-detail-heading>span{margin:18px 0 10px}
.profile-detail-hero.no-media .profile-detail-heading>p:last-child{margin:12px 0 0}
.profile-detail-hero>img,.profile-detail-overlay{position:absolute;inset:0;width:100%;height:100%}
.profile-detail-hero>img{object-fit:cover}
.profile-detail-overlay{background:linear-gradient(0deg,rgba(7,25,17,.88) 0%,rgba(8,31,21,.26) 72%)}
.profile-detail-heading{position:relative;z-index:1;width:100%;padding-top:80px;padding-bottom:52px}
.profile-detail-heading a{color:#fff;text-decoration:none}
.profile-detail-heading>span{display:inline-block;margin:32px 0 9px;color:#f0ca66;font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.profile-detail-heading h1{color:#fff;font-size:clamp(2.8rem,6vw,5rem);letter-spacing:-.05em}
.profile-detail-main{background:#fbfaf6}
.profile-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.65fr);gap:70px;align-items:start}
.profile-detail-grid article>h2{font-size:clamp(1.9rem,3.5vw,2.85rem);letter-spacing:-.03em}
.profile-focus{margin:38px 0;padding:26px 0;border-top:1px solid #ded8c9;border-bottom:1px solid #ded8c9}
.profile-focus>div{display:flex;gap:8px;flex-wrap:wrap}
.profile-focus span{padding:7px 11px;border:1px solid #cfbea1;background:#f4eddd;color:#516057;font-size:.82rem}
.profile-detail-grid>aside{position:sticky;top:106px}
.profile-fact-card{position:static;background:#fff;border-top:4px solid var(--gold);box-shadow:0 18px 44px rgba(22,50,37,.1);padding:26px}
.profile-fact-card dl{margin:16px 0 20px}
.profile-fact-card dl>div{padding:12px 0;border-bottom:1px solid #e8e2d5}
.profile-fact-card dt{color:#747b72;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em}
.profile-fact-card dd{margin:3px 0 0;color:#263c31;font-weight:700}
.profile-disclosure{margin:16px 5px;color:#6a736a;font-size:.76rem;line-height:1.55}
.profile-gallery{margin-top:58px}
.profile-gallery-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-auto-rows:210px;gap:12px}
.profile-gallery-grid.single{grid-template-columns:1fr}
.profile-gallery-grid a{position:relative;overflow:hidden;background:#dde3dc;cursor:zoom-in}
.profile-gallery-grid a:first-child{grid-row:span 2}
.profile-gallery-grid.single a:first-child{grid-row:auto}
.profile-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.profile-gallery-grid a:hover img{transform:scale(1.02)}
.profile-gallery-open{position:absolute;right:12px;bottom:12px;padding:7px 10px;background:rgba(10,43,30,.88);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.03em;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}
.profile-gallery-grid a:hover .profile-gallery-open,.profile-gallery-grid a:focus-visible .profile-gallery-open{opacity:1;transform:translateY(0)}

.approach-three{background:#efe8d7}
.approach-three .wrap{display:grid;grid-template-columns:repeat(3,1fr)}
.approach-three article{padding:42px 34px;border-right:1px solid #d4c9b1}
.approach-three article:first-child{padding-left:0}
.approach-three article:last-child{border-right:0;padding-right:0}
.approach-three span{color:#9a751b;font-weight:800;font-size:.72rem}
.approach-three h2{font-size:2rem;margin-top:24px}
.capability-section{background:#fbfaf6}
.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.capability-grid article{background:#fff;border:1px solid #e0dacb;padding:25px;min-height:210px}
.capability-grid b{color:#a27b1c;font-size:.72rem;letter-spacing:.1em}
.capability-grid h3{font-size:1.4rem;margin-top:30px}
.capability-grid p{color:#536057;font-size:.91rem}
.values-section{background:#eef2eb}
.values-layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:70px}
.values-list{border-top:1px solid #ccd7ce}
.values-list article{display:grid;grid-template-columns:160px 1fr;gap:25px;padding:20px 0;border-bottom:1px solid #ccd7ce}
.values-list h3,.values-list p{margin:0}
.approach-questions{background:#fbfaf6}

.team-group{background:#fbfaf6}
.team-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.team-profile{background:#fff;border:1px solid #ded8c9;box-shadow:0 10px 28px rgba(22,50,37,.06);overflow:hidden}
.team-profile>img,.team-profile-initials{width:100%;aspect-ratio:4/3.4}
.team-profile>img{object-fit:cover;object-position:center top}
.team-profile-initials{display:grid;place-items:center;background:linear-gradient(135deg,#1d4c38,#356d51);color:#fff;font-family:var(--serif);font-size:3rem}
.team-profile>div:last-child{padding:20px}
.team-profile h3{font-size:1.25rem;margin-bottom:3px}
.team-profile p{margin:6px 0 0;color:#5c675f;font-size:.87rem}
.team-profile .team-role{color:#8e6b19;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}
.advisor-section{background:#efe8d7}
.advisor-grid{grid-template-columns:repeat(3,1fr)}

.about-mission{background:#f4f0e5}
.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.about-what{background:#fbfaf6}
.about-what-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.about-what-grid article{padding:28px;background:#fff;border-left:3px solid var(--gold);box-shadow:0 8px 24px rgba(23,64,47,.06)}
.about-what-grid p{color:#59645c}
.about-founder{padding:80px 0;background:#173f2f;color:#d8e5db}
.about-founder-as-grid{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:70px;align-items:center}
.about-founder-as-grid>img{width:100%;max-height:580px;object-fit:cover;object-position:center top}
.about-founder h2{color:#fff;font-size:clamp(2.5rem,5vw,4rem)}
.about-founder .founder-role{color:#f0ca66;font-weight:800}
.about-structure{background:#eef2eb}
.about-structure-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.about-structure dl{margin:0;border-top:1px solid #cbd7cd}
.about-structure dl>div{padding:17px 0;border-bottom:1px solid #cbd7cd}
.about-structure dt{color:#667169;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.about-structure dd{margin:3px 0 0;color:#1f3d2f;font-family:var(--serif);font-size:1.22rem;font-weight:800}
.about-values{background:#fbfaf6}
.about-value-row{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #dbd5c7;border-bottom:1px solid #dbd5c7}
.about-value-row div{padding:26px 18px;border-right:1px solid #dbd5c7}
.about-value-row div:first-child{padding-left:0}
.about-value-row div:last-child{border-right:0}
.about-value-row span,.about-value-row b{display:block}
.about-value-row span{color:#9a751b;font-size:.72rem}
.about-value-row b{margin-top:20px;color:var(--green);font-family:var(--serif);font-size:1.1rem}

.contact-hero{padding:96px 0 78px}
.contact-hero h1{margin-bottom:15px}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:50px;align-items:start}
.contact-form{border-radius:0;border-top:4px solid var(--gold);box-shadow:0 16px 40px rgba(20,51,37,.09)}
.contact-aside{position:sticky;top:106px;padding:28px;background:#efe8d7;border:1px solid #ded2ba}
.contact-aside dl{margin:18px 0 0}
.contact-aside dl>div{padding:13px 0;border-bottom:1px solid #d7cbb2}
.contact-aside dl>div:last-child{border-bottom:0}
.contact-aside dt{color:#7a7161;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.contact-aside dd{margin:4px 0 0;overflow-wrap:anywhere;font-weight:700}

/* Live public events are populated from the narrow publication RPC. */
.home-live-events{background:#edf2ed;border-top:1px solid #d9e2da;border-bottom:1px solid #d9e2da}
.home-live-events .as-section-head,.events-content .as-section-head{align-items:end;margin-bottom:22px}
.home-live-events .as-section-head h2,.events-content .as-section-head h2{max-width:760px;font-size:clamp(1.5rem,2.15vw,2rem);line-height:1.16}
.live-event-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}
.live-event-card{background:#fff;border:1px solid #d8d2c3;border-top:4px solid var(--gold);border-radius:14px;padding:24px;box-shadow:0 12px 34px rgba(20,61,45,.08)}
.event-template-card{display:grid;grid-template-columns:minmax(160px,.28fr) minmax(0,1fr);gap:26px;align-items:start}
.event-template-card--compact{position:relative;grid-template-columns:minmax(180px,.28fr) minmax(0,1fr) auto;align-items:center}
.event-template-card--full{grid-template-columns:minmax(170px,.24fr) minmax(0,1fr)}
.event-template-date{display:grid;gap:6px;color:var(--green);font-weight:850;line-height:1.45}
.event-template-date time{font-family:var(--serif);font-size:1rem}
.event-template-date span,.event-template-location{color:#687168;font-size:.78rem;font-weight:700}
.event-template-copy{min-width:0}.event-template-copy h3{margin:.25rem 0 .65rem;color:var(--green);font-size:clamp(1.18rem,1.85vw,1.35rem);line-height:1.2}
.event-template-summary{max-width:800px;margin:0;overflow-wrap:anywhere;color:#3f4a43;font-size:.98rem;line-height:1.7}
.event-template-card--compact .event-template-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.event-template-location{margin:12px 0 0}.event-template-card-link{position:absolute;z-index:1;inset:0;border-radius:inherit}.event-template-card-link:focus-visible{outline:3px solid #a97a14;outline-offset:3px}.event-template-date,.event-template-copy,.event-template-action{position:relative}.event-template-action{z-index:2;justify-self:end}.event-template-cta{white-space:nowrap}
.event-template-sections{margin-top:24px;border-top:1px solid #e3ded2;padding-top:21px}
.event-template-section h4,.event-template-pricing h4{margin:0 0 9px;color:#876713;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.event-template-section ul{margin:0;padding-left:19px;color:#3f4a43}.event-template-section li{padding-left:3px;line-height:1.55}.event-template-section li+li{margin-top:6px}.event-template-section li::marker{color:#a77c16}
.event-template-details-text>div{display:grid;gap:12px;color:#3f4a43}.event-template-details-text p{margin:0;line-height:1.7}
.event-template-meta{display:flex;flex-wrap:wrap;align-items:end;gap:14px 18px;margin-top:22px;border-top:1px solid #e3ded2;padding-top:17px}.event-template-meta .event-template-location{margin:0}.event-template-location span{display:block;margin-bottom:3px;color:#7b817d;font-size:.67rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.event-template-pricing{display:grid;gap:6px;min-width:210px;border-radius:10px;background:#eef4ef;padding:11px 13px}.event-template-pricing>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#5a635d;font-size:.75rem}.event-template-pricing b{color:var(--green);font-size:.92rem}.event-template-pricing .featured{border-top:1px solid #ceddd2;padding-top:6px}.event-template-pricing .featured b{color:#8a6814}.event-template-meta .event-template-action{margin-left:auto}
.event-template-status{display:inline-flex;margin:0 0 9px;border-radius:4px;background:#fff2ce;padding:4px 7px;color:#856211;font-size:.69rem;font-weight:900;letter-spacing:.04em}.event-template-status--registration_closed{background:#f4ebd9;color:#7a5d21}.event-template-status--cancelled{background:#f0e8e5;color:#8a4a3c}.event-template-status--completed{background:#edf0ed;color:#657267}.event-template-date .event-template-location{margin:15px 0 0;border-top:1px solid #d8c583;padding-top:13px;color:#526158}.event-template-pricing-row{margin-top:21px;border-top:1px solid #e3ded2;padding:15px 0}.event-template-pricing-row .event-template-pricing{display:grid;width:100%;min-width:0;grid-template-columns:minmax(120px,.75fr) repeat(2,minmax(0,1fr));align-items:center;gap:0;border-radius:0;background:transparent;padding:0}.event-template-pricing-row .event-template-pricing h4{margin:0;padding-right:16px}.event-template-pricing-row .event-template-pricing>div{min-height:40px;padding:2px 16px;border-left:1px solid #ddd8cc}.event-template-pricing-row .event-template-pricing>div.featured{border-top:0;padding-top:2px}.event-template-pricing-empty{color:#69736d;font-size:.83rem;font-weight:750}.event-template-actions{display:flex;align-items:flex-start;gap:18px;border-top:1px solid #e3ded2;padding-top:15px}.event-template-details-control{flex:1 1 auto;min-width:0}.event-template-details-control>summary{display:inline-flex;min-height:42px;align-items:center;gap:12px;border:0;border-bottom:1px solid #9ab0a0;padding:10px 2px 8px;color:var(--green);font-size:.82rem;font-weight:850;cursor:pointer;list-style:none;transition:border-color .18s ease,color .18s ease}.event-template-details-control>summary::-webkit-details-marker{display:none}.event-template-details-control>summary:hover{border-color:#a97a14;color:#87651b}.event-template-details-label{white-space:nowrap}.event-template-details-state{border-left:1px solid #d8c583;padding-left:12px;color:#87651b;font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.event-template-details-state .when-open{display:none}.event-template-details-control[open] .event-template-details-state .when-closed{display:none}.event-template-details-control[open] .event-template-details-state .when-open{display:inline}.event-template-details-mobile{margin-top:12px;border:1px solid #ddd6c5;border-left:3px solid var(--gold);border-radius:4px;background:#faf8f1;padding:18px 20px;box-shadow:0 8px 20px rgba(20,61,45,.05)}.event-template-details-mobile .event-template-section{margin:0}.event-template-actions .event-template-cta{margin-left:auto}.event-template-cta-note{margin-left:auto;color:#7c6255;font-size:.83rem;font-weight:800}.event-template-card--cancelled{border-top-color:#a88a7d}.event-template-card--completed{border-top-color:#98a79a}.form-source-context{margin:0 0 18px;border-left:3px solid #b08a2e;padding:9px 12px;background:#f7f1e2;color:#4e5d54;font-size:.9rem}
.event-registration-page .contact-hero{background:linear-gradient(118deg,#0b3427 0%,#164b38 64%,#8b681c 145%);color:#fff}.event-registration-page .contact-hero h1{color:#fff}.event-registration-page .contact-hero p{color:#e1ece4}.event-registration-page .contact-hero .as-kicker{color:#efcb6e}.event-registration-form{border-top-color:#b98a1f!important}.event-registration-context{display:grid;gap:5px;margin:0 0 22px;border:1px solid #d6c79f;border-left:5px solid #b98a1f;background:linear-gradient(135deg,#f8f4e9,#fff);padding:18px 20px}.event-registration-context small{color:#946e18;font-size:.66rem;font-weight:900;letter-spacing:.12em}.event-registration-context strong{color:#17402f;font-family:var(--serif);font-size:1.2rem;line-height:1.25}.event-registration-context span{color:#59675f;font-size:.82rem}.event-registration-context a{width:max-content;margin-top:5px;color:#17402f;font-size:.76rem;font-weight:850;text-decoration-color:#b98a1f;text-underline-offset:3px}
.event-template-arrow{width:18px;height:18px;flex:none}.event-template-details-link{display:inline-flex;min-width:max-content;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.event-template-details-link--preview{pointer-events:none}.event-template-details-link .event-template-arrow{transition:transform .18s ease}.event-template-details-link:hover .event-template-arrow{transform:translateX(3px)}
.event-detail-page{background:linear-gradient(180deg,#f8f5ed 0,#fbf9f3 100%);padding:clamp(34px,4.5vw,64px) 0 clamp(72px,8vw,112px)}.event-detail-back{display:inline-flex;align-items:center;gap:9px;margin:0 0 24px;border-bottom:1px solid #a5b5aa;padding:7px 1px;color:var(--green);font-size:.84rem;font-weight:850;text-decoration:none;transition:border-color .18s ease,color .18s ease}.event-detail-back .event-template-arrow{transition:transform .18s ease}.event-detail-back:hover{border-color:var(--gold);color:#87651b}.event-detail-back:hover .event-template-arrow{transform:translateX(-3px)}.event-detail-shell{width:100%;min-width:0;max-width:1180px}.event-template-card--detail{width:100%;min-width:0;max-width:100%;overflow:hidden;grid-template-columns:minmax(190px,.25fr) minmax(0,1fr);gap:clamp(28px,4vw,58px);border-top:4px solid var(--gold);border-radius:14px;background:#fff;padding:clamp(28px,4vw,52px);box-shadow:0 24px 70px rgba(19,55,40,.1)}.event-template-card--detail .event-template-copy,.event-template-card--detail .event-template-details-static,.event-template-card--detail .event-template-details-text,.event-template-card--detail .event-template-details-text>div{min-width:0;max-width:100%}.event-template-card--detail .event-template-copy h2{max-width:760px;overflow-wrap:anywhere;text-wrap:balance;font-size:clamp(1.85rem,2.45vw,2.7rem);line-height:1.13}.event-template-card--detail .event-template-summary{max-width:800px;overflow-wrap:anywhere;font-size:1.03rem;line-height:1.75}.event-template-details-static{margin-top:28px;border-top:1px solid #e0d9ca;padding-top:24px}.event-template-details-static .event-template-section{margin:0}.event-template-details-static .event-template-section h4{margin-bottom:14px;color:#87651b;font-size:.72rem;letter-spacing:.13em;text-transform:uppercase}.event-template-details-static .event-template-details-text>div{max-width:820px;gap:16px;color:#35483e;font-size:1rem}.event-template-details-static p{overflow-wrap:anywhere}.event-template-actions--detail{justify-content:flex-start;margin-top:28px}.event-template-actions--detail .event-template-cta{margin-left:0}.event-detail-empty{max-width:760px;border-top:4px solid var(--gold);border-radius:12px;background:#fff;padding:clamp(28px,4vw,48px);box-shadow:0 20px 56px rgba(19,55,40,.09)}.event-detail-empty h2{margin-top:0;color:var(--green)}.event-detail-empty p{max-width:620px;margin-bottom:0;color:#526158;line-height:1.7}
.live-event-past-head{margin-top:58px}
.live-event-grid.past .live-event-card{opacity:.86;border-top-color:#9dad9f}
.events-empty{border-radius:14px}
@media(max-width:900px){.event-template-card--full{grid-template-columns:minmax(145px,.24fr) minmax(0,1fr)}.event-template-card--compact{grid-template-columns:minmax(145px,.24fr) minmax(0,1fr)}.event-template-card--compact .event-template-action{grid-column:2;justify-self:start}}
@media(max-width:760px){.event-template-card,.event-template-card--compact,.event-template-card--full{grid-template-columns:1fr;gap:16px}.event-template-card--compact .event-template-action{grid-column:1}.event-template-date{border-bottom:1px solid #e4dfd4;padding-bottom:12px}.event-template-meta{align-items:start}.event-template-meta .event-template-action{margin-left:0}.event-template-action{justify-self:start}.event-template-pricing-row .event-template-pricing{grid-template-columns:1fr}.event-template-pricing-row .event-template-pricing h4{padding:0 0 10px}.event-template-pricing-row .event-template-pricing>div{padding:8px 0;border-top:1px solid #e3ded2;border-left:0}.event-template-actions{align-items:stretch;flex-direction:column}.event-template-details-control,.event-template-details-control>summary,.event-template-actions .event-template-cta{width:100%}.event-template-actions .event-template-cta{margin-left:0;justify-content:center}.event-template-cta-note{margin:0}.event-template-details-mobile{position:static;min-width:0;margin-top:10px;border-width:1px 0 0;box-shadow:none}.home-live-events .as-section-head,.events-content .as-section-head{align-items:start}}
@media(max-width:760px){.event-detail-page{padding:24px 0 64px}.event-detail-back{margin-bottom:18px}.event-template-card--detail{grid-template-columns:1fr;gap:20px;border-radius:10px;padding:24px 20px}.event-template-card--detail .event-template-copy h2{font-size:clamp(1.55rem,7.2vw,1.9rem);line-height:1.2}.event-template-card--detail .event-template-summary,.event-template-details-static .event-template-details-text>div{font-size:.95rem}.event-template-actions--detail .event-template-cta{width:100%;justify-content:center}.event-detail-empty{padding:28px 22px}}
/* Event detail titles stay subordinate to the event content, including long bilingual names. */
.event-template-card--detail .event-template-copy h2{font-size:clamp(1.65rem,1.95vw,2.25rem);line-height:1.2}
@media(max-width:760px){.event-template-card--detail .event-template-copy h2{font-size:clamp(1.55rem,7.2vw,1.9rem);line-height:1.2}}

/* ===== campaign activity detail templates ===== */
.event-detail-shell:has(.event-campaign){max-width:none}
.sec.event-detail-page:has(.event-campaign){animation:none;transform:none}
.event-campaign{--campaign-green:#103f2f;--campaign-green-deep:#092d22;--campaign-gold:#bd8b24;--campaign-ivory:#f7f3e9;overflow:hidden;border:1px solid #d8d0be;border-top:4px solid var(--campaign-gold);border-radius:18px;background:#fff;box-shadow:0 26px 76px rgba(14,49,36,.13)}
.event-campaign-hero{position:relative;isolation:isolate;overflow:hidden;min-height:470px;background:var(--campaign-green);color:#fff}
.event-campaign-hero-media{position:absolute;z-index:-2;inset:0;margin:0}.event-campaign-hero-media img{width:100%;height:100%;object-fit:cover}
.event-campaign-hero.has-media::after{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,35,26,.97) 0%,rgba(9,43,32,.88) 46%,rgba(9,43,32,.28) 100%),linear-gradient(0deg,rgba(8,38,28,.64),transparent 55%);content:""}
.event-campaign-hero-surface{display:grid;grid-template-columns:minmax(170px,.24fr) minmax(0,1fr);gap:clamp(30px,5vw,76px);min-height:470px;align-items:center;padding:clamp(38px,5vw,72px)}
.event-campaign-date{align-self:start;margin-top:12px;border-top:2px solid var(--campaign-gold);padding-top:17px}.event-campaign-date time,.event-campaign-date>span,.event-campaign-date p,.event-campaign-date b{display:block}.event-campaign-date time{font-family:var(--serif);font-size:1rem;font-weight:850;line-height:1.5}.event-campaign-date>span{margin-top:7px;color:#cfdbd1;font-size:.8rem;font-weight:750}.event-campaign-date p{margin:26px 0 0;border-top:1px solid rgba(255,255,255,.2);padding-top:17px;color:#eff5ef;font-size:.82rem;line-height:1.55}.event-campaign-date b{margin-bottom:5px;color:#e6c66d;font-size:.67rem;letter-spacing:.12em;text-transform:uppercase}
.event-campaign-intro{position:relative;z-index:1;max-width:790px}.event-campaign-masthead{display:flex;align-items:center;gap:12px;margin-bottom:16px}.event-campaign-intro .event-template-status{margin:0}.event-campaign-edition{display:inline-flex;min-height:29px;align-items:baseline;gap:3px;border:1px solid rgba(239,204,112,.64);padding:3px 8px;color:#f2d47d}.event-campaign-edition small{font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.event-campaign-edition strong{font-family:var(--serif);font-size:1rem;line-height:1}.event-campaign-series{margin:0 0 13px;color:#f1d27b;font-size:.76rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.event-campaign-subtitle{margin:0 0 14px;color:#efc861;font-size:clamp(1rem,1.7vw,1.35rem);font-weight:750;line-height:1.35}.event-campaign-intro h1{max-width:850px;margin:0;color:#fff;font-size:clamp(2.05rem,3.6vw,3.1rem);letter-spacing:-.032em;line-height:1.08;text-wrap:balance;overflow-wrap:anywhere}.event-campaign-hero-facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:22px}.event-campaign-hero-facts>span{display:flex;align-items:center;gap:9px;color:#f4ead0;font-size:.78rem}.event-campaign-hero-facts .event-campaign-icon{width:18px;height:18px;color:#efcc70}.event-campaign-hero-facts strong{font-weight:800;line-height:1.35}.event-campaign-summary{max-width:760px;margin:21px 0 0;color:#e4eee6;font-size:clamp(.98rem,1.25vw,1.12rem);line-height:1.72}.event-campaign-primary-action{display:flex;margin-top:28px}.event-campaign-primary-action .btn{background:#c29128;border-color:#c29128;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.17)}
.event-campaign-utility{position:relative;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:3px;border-bottom:1px solid #ded8ca;background:#fff;padding:8px clamp(18px,4vw,52px)}.event-campaign-utility>a,.event-campaign-utility>button{display:inline-flex;min-height:42px;align-items:center;gap:8px;border:0;border-right:1px solid #e4dfd3;background:transparent;padding:8px 15px;color:var(--campaign-green);font:800 .78rem/1.2 var(--sans);cursor:pointer;text-decoration:none}.event-campaign-utility>a:hover,.event-campaign-utility>button:hover{background:#f4f1e8;color:#8a6618}.event-campaign-utility>a:focus-visible,.event-campaign-utility>button:focus-visible{outline:2px solid var(--campaign-gold);outline-offset:2px}.event-campaign-utility>button:disabled{cursor:wait;opacity:.55}.event-campaign-icon{width:20px;height:20px;flex:none}.event-campaign-share-status{margin-left:auto;color:#53645a;font-size:.74rem;font-weight:750}
.event-campaign-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);gap:clamp(30px,5vw,68px);align-items:start;background:var(--campaign-ivory);padding:clamp(40px,6vw,76px)}.event-campaign-main,.event-campaign-sidebar{display:grid;gap:36px;min-width:0}.event-campaign-section>h2,.event-campaign-panel>h2{margin:0 0 20px;color:var(--campaign-green);font-size:clamp(1.35rem,2vw,1.75rem)}
.event-campaign-details{border-top:1px solid #d9d1c0;padding-top:30px}.event-campaign-details .event-template-section{margin:0}.event-campaign-details .event-template-section h2{margin-bottom:17px;color:#8a6618;font-size:.74rem;letter-spacing:.13em}.event-campaign-details .event-template-details-text>div{gap:16px;color:#33483c;font-size:1rem}
.event-campaign-agenda ol{margin:0;padding:0;border-top:1px solid #d9d1c0;list-style:none}.event-campaign-agenda li{display:grid;grid-template-columns:120px minmax(0,1fr);gap:20px;border-bottom:1px solid #d9d1c0;padding:19px 0}.event-campaign-agenda time{color:#946e18;font-size:.8rem;font-weight:900}.event-campaign-agenda h3{margin:0;color:var(--campaign-green);font-size:1.05rem}.event-campaign-agenda p{margin:6px 0 0;color:#526057;font-size:.9rem;line-height:1.55}
.event-campaign-panel{border:1px solid #d9d1c0;border-top:3px solid var(--campaign-gold);background:#fff;padding:23px}.event-campaign-panel>h2{font-size:1.25rem}.event-campaign-speakers>div{display:grid;gap:18px}.event-campaign-speakers article{display:grid;grid-template-columns:86px minmax(0,1fr);gap:15px;align-items:start}.event-campaign-speakers img{width:86px;height:104px;object-fit:cover;object-position:center top;background:#dfe7df}.event-campaign-speakers h3{margin:2px 0 3px;color:var(--campaign-green);font-size:1.04rem}.event-campaign-speakers p{margin:5px 0 0;color:#566158;font-size:.8rem;line-height:1.45}.event-campaign-speaker-role{color:#8b6919!important;font-weight:800}
.event-campaign-attendance{background:linear-gradient(145deg,#fff 0%,#f4f6f1 100%);padding:25px}.event-campaign-attendance-eyebrow{margin:0 0 8px;color:#946d19;font-size:.63rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.event-campaign-attendance>h2{margin-bottom:16px}.event-campaign-attendance ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.event-campaign-attendance li,.event-campaign-attendance-action{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:62px;border:1px solid #ded7c8;background:rgba(255,255,255,.84);padding:10px 12px;color:var(--campaign-green);text-decoration:none}.event-campaign-attendance li .event-campaign-icon,.event-campaign-attendance-action>.event-campaign-icon{width:36px;height:36px;border-radius:50%;background:#e8eee8;padding:9px;color:var(--campaign-green)}.event-campaign-attendance li>span,.event-campaign-attendance-action>span{display:grid;gap:3px;min-width:0}.event-campaign-attendance li small,.event-campaign-attendance-action small{color:#98701b;font-size:.58rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.event-campaign-attendance li strong,.event-campaign-attendance-action strong{color:var(--campaign-green);font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.event-campaign-attendance-action{margin-top:9px;transition:border-color .18s ease,background .18s ease}.event-campaign-attendance-action .event-template-arrow{width:17px;transition:transform .18s ease}.event-campaign-attendance-action:hover{border-color:#bd8b24;background:#fffaf0;color:#8a6618}.event-campaign-attendance-action:hover .event-template-arrow{transform:translateX(3px)}.event-campaign-sidebar-action{position:relative;overflow:hidden;border:1px solid #bd8b24;background:linear-gradient(145deg,#123f30 0%,#082c21 100%);padding:25px;color:#fff;box-shadow:0 16px 38px rgba(12,48,35,.14)}.event-campaign-sidebar-action::after{position:absolute;right:-30px;bottom:-58px;width:150px;height:150px;border:1px solid rgba(239,204,112,.25);border-radius:50%;box-shadow:0 0 0 24px rgba(239,204,112,.06);content:"";pointer-events:none}.event-campaign-sidebar-action-eyebrow{margin:0 0 10px!important;color:#efcc70!important;font-size:.65rem!important;font-weight:900!important;letter-spacing:.14em;text-transform:uppercase}.event-campaign-sidebar-action h2{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(1.3rem,2vw,1.65rem);line-height:1.18}.event-campaign-sidebar-action>p:not(.event-campaign-sidebar-action-eyebrow){position:relative;z-index:1;max-width:360px;margin:10px 0 17px;color:#dce9e0;font-size:.82rem;line-height:1.58}.event-campaign-sidebar-action>small{position:relative;z-index:1;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.17);padding-top:14px;color:#f3e5bc;font-size:.72rem;font-weight:800}.event-campaign-sidebar-action>small .event-campaign-icon{width:17px;height:17px;color:#efcc70}.event-campaign-sidebar-action>div{position:relative;z-index:1;margin-top:18px}.event-campaign-sidebar-action .btn{display:flex;width:100%;align-items:center;justify-content:space-between;border-color:#d6a63a;background:#c18b1f;color:#fff;box-shadow:none}.event-campaign-sidebar-action .btn::after{content:"→";font-size:1.05rem;transition:transform .18s ease}.event-campaign-sidebar-action .btn:hover::after{transform:translateX(3px)}.event-campaign-mobile-action{display:none}
.event-campaign-section-heading{margin-bottom:22px}.event-campaign-section-heading>span{display:block;margin-bottom:5px;color:#926b18;font-size:.68rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.event-campaign-section-heading>h2{margin:0;color:var(--campaign-green);font-size:clamp(1.45rem,2.25vw,1.9rem)}
.event-campaign-program,.event-campaign-takeaways{border-top:4px solid var(--campaign-gold);background:#fff;padding:30px clamp(22px,3vw,36px);box-shadow:0 16px 45px rgba(27,55,43,.08)}.event-campaign-program ol,.event-campaign-takeaways>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0;border-top:1px solid #e1dacb;list-style:none}.event-campaign-program li,.event-campaign-takeaways article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;min-height:122px;border-bottom:1px solid #e1dacb;padding:19px 18px 18px 0}.event-campaign-program li:nth-child(odd),.event-campaign-takeaways article:nth-child(odd){border-right:1px solid #e1dacb}.event-campaign-program li:nth-child(even),.event-campaign-takeaways article:nth-child(even){padding-left:18px}.event-campaign-program li>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--campaign-green);color:#edca70;font-size:.74rem;font-weight:900}.event-campaign-program h3,.event-campaign-takeaways h3{margin:0;color:var(--campaign-green);font-size:1rem;line-height:1.35}.event-campaign-program p,.event-campaign-takeaways p{margin:6px 0 0;color:#4b5b52;font-size:.86rem;line-height:1.58}.event-campaign-takeaways .event-campaign-icon{width:40px;height:40px;border-radius:50%;background:var(--campaign-green);padding:9px;color:#edca70}
.event-campaign-audience ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.event-campaign-audience li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:9px;align-items:start;color:#405249;font-size:.84rem;line-height:1.45}.event-campaign-audience .event-campaign-icon{width:20px;color:#9a731b}
.event-campaign-print-poster{display:none}
.event-campaign--academy_spotlight .event-campaign-hero-surface{grid-template-columns:minmax(150px,.2fr) minmax(0,1fr) minmax(250px,.36fr);gap:clamp(24px,3.5vw,52px);padding-right:0}.event-campaign-speaker-feature{align-self:end;height:100%;min-height:430px}.event-campaign-speaker-feature article{position:relative;height:100%}.event-campaign-speaker-feature img{position:absolute;inset:auto 0 0;width:100%;height:96%;object-fit:cover;object-position:center top;filter:drop-shadow(-18px 18px 22px rgba(0,0,0,.22))}.event-campaign-speaker-feature article>div{position:absolute;right:20px;bottom:22px;left:0;border-left:4px solid var(--campaign-gold);background:rgba(7,35,26,.91);padding:12px 15px}.event-campaign-speaker-feature h3{margin:0;color:#fff;font-size:1.15rem}.event-campaign-speaker-feature p{margin:3px 0 0;color:#efd47f;font-size:.76rem;font-weight:750}
.event-campaign--academy_spotlight .event-campaign-layout{background:#edf2ec}.event-campaign--academy_spotlight .event-campaign-main--speaker-led{gap:42px}.event-campaign--academy_spotlight .event-campaign-details{border:0;border-top:4px solid var(--campaign-gold);background:#fff;padding:30px clamp(24px,3.5vw,38px);box-shadow:0 16px 45px rgba(11,53,39,.08)}.event-campaign--academy_spotlight .event-campaign-details .event-template-section h2{color:var(--campaign-green);font-family:var(--serif);font-size:clamp(1.35rem,2vw,1.7rem);letter-spacing:0;text-transform:none}.event-campaign-speaker-stage{overflow:hidden;border-radius:2px;background:var(--campaign-green);box-shadow:0 18px 45px rgba(11,53,39,.12)}.event-campaign-speaker-stage>h2{margin:0;border-bottom:1px solid rgba(255,255,255,.17);padding:20px 24px;color:#f0cb66;font-size:.76rem;letter-spacing:.13em;text-transform:uppercase}.event-campaign-speaker-stage>div{display:grid}.event-campaign-speaker-stage article{display:grid;grid-template-columns:minmax(150px,.36fr) minmax(0,1fr);min-height:220px}.event-campaign-speaker-stage article+article{border-top:1px solid rgba(255,255,255,.16)}.event-campaign-speaker-stage figure{min-height:220px;margin:0;background:#dce5dc}.event-campaign-speaker-stage img{width:100%;height:100%;object-fit:cover;object-position:center top}.event-campaign-speaker-stage article>div{align-self:center;padding:30px}.event-campaign-speaker-stage h3{margin:0;color:#fff;font-size:clamp(1.45rem,2.3vw,2rem)}.event-campaign-speaker-stage .event-campaign-speaker-role{margin:7px 0 15px;color:#f0cb66!important;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.event-campaign-speaker-stage article>div>p:last-child{max-width:640px;margin:0;color:#e0ebe4;font-size:.94rem;line-height:1.7}
.event-campaign--editorial .event-campaign-hero.has-media::after{background:linear-gradient(90deg,rgba(8,39,29,.94),rgba(9,43,32,.75) 58%,rgba(9,43,32,.12))}.event-campaign--editorial .event-campaign-hero-surface{min-height:510px}.event-campaign--editorial .event-campaign-layout{background:#fff}.event-campaign--editorial .event-campaign-main--narrative-led{gap:44px}.event-campaign--editorial .event-campaign-details{border:0;border-left:3px solid var(--campaign-gold);background:var(--campaign-ivory);padding:28px 30px}.event-campaign--editorial .event-campaign-details .event-template-section h2{color:var(--campaign-green);font-family:var(--serif);font-size:clamp(1.4rem,2vw,1.7rem);letter-spacing:0;text-transform:none}.event-campaign--editorial .event-campaign-details .event-template-details-text>div{font-size:1.04rem;line-height:1.78}
.event-campaign--summit .event-campaign-hero{min-height:600px;background:#092f24;color:#fff}.event-campaign--summit .event-campaign-hero.has-media::after{background:radial-gradient(circle at 84% 22%,transparent 0 128px,rgba(239,204,112,.26) 130px 132px,transparent 134px 188px,rgba(239,204,112,.14) 190px 192px,transparent 194px),linear-gradient(105deg,rgba(4,31,23,.98) 0%,rgba(7,43,32,.93) 46%,rgba(8,49,36,.58) 73%,rgba(8,49,36,.25) 100%),linear-gradient(0deg,rgba(4,29,22,.78),transparent 62%)}.event-campaign--summit .event-campaign-hero-media img{filter:saturate(1.02) contrast(1.06)}.event-campaign--summit .event-campaign-date{color:#fff}.event-campaign--summit .event-campaign-date>span,.event-campaign--summit .event-campaign-date p{color:#e4eee7}.event-campaign--summit .event-campaign-date p{border-top-color:rgba(239,204,112,.35)}.event-campaign--summit .event-campaign-intro h1{color:#fff;font-size:clamp(2.35rem,4vw,3.75rem)}.event-campaign--summit .event-campaign-series,.event-campaign--summit .event-campaign-subtitle{color:#efcc70}.event-campaign--summit .event-campaign-subtitle{max-width:650px;font-size:clamp(.9rem,1.3vw,1.08rem);font-weight:850;line-height:1.45}.event-campaign--summit .event-campaign-summary{color:#eef5f0}.event-campaign--summit .event-campaign-primary-action .btn{min-height:50px;border-color:#e0b54f;background:linear-gradient(135deg,#c99327,#ad7713);padding-right:24px;padding-left:24px;color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.28)}.event-campaign--summit .event-campaign-primary-action .btn::after{margin-left:28px;content:"→";font-size:1.08rem;transition:transform .18s ease}.event-campaign--summit .event-campaign-primary-action .btn:hover::after{transform:translateX(4px)}.event-campaign--summit .event-campaign-layout{grid-template-columns:minmax(0,1fr);gap:32px;background:linear-gradient(180deg,#f4efe4,#faf8f2);padding-top:clamp(40px,5vw,64px)}.event-campaign--summit .event-campaign-main--agenda-led{gap:34px}.event-campaign--summit .event-campaign-sidebar{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;align-items:start}.event-campaign--summit .event-campaign-sidebar-action{align-self:start}.event-campaign--summit .event-campaign-sidebar-action .btn{min-height:48px;font-size:.86rem}.event-campaign--summit .event-campaign-details{border:1px solid #ded6c5;border-top:4px solid var(--campaign-gold);background:#fff;padding:clamp(28px,4vw,46px);box-shadow:0 20px 52px rgba(27,55,43,.09)}.event-campaign--summit .event-campaign-agenda{border-top:4px solid var(--campaign-gold);background:#fff;padding:28px clamp(22px,3vw,36px);box-shadow:0 16px 45px rgba(27,55,43,.08)}.event-campaign--summit .event-campaign-agenda ol{position:relative;border:0}.event-campaign--summit .event-campaign-agenda li{position:relative;grid-template-columns:90px minmax(0,1fr);border-bottom:1px solid #e2dccf;padding:20px 0}.event-campaign--summit .event-campaign-agenda li:last-child{border-bottom:0;padding-bottom:4px}.event-campaign--summit .event-campaign-agenda time{font-size:.88rem}
.event-campaign-program-icon{position:relative}.event-campaign-program-icon .event-campaign-icon{width:22px;height:22px;color:#edca70}.event-campaign-program-icon b{position:absolute;right:-5px;bottom:-5px;display:grid;width:19px;height:19px;place-items:center;border:2px solid #fff;border-radius:50%;background:#bd8b24;color:#fff;font-size:.52rem;line-height:1}
.event-campaign--summit .event-campaign-hero-surface{position:relative;grid-template-columns:minmax(0,1fr);gap:clamp(30px,4vw,56px);min-height:600px;padding-top:clamp(48px,5vw,72px);padding-bottom:clamp(48px,5vw,72px)}
.event-campaign--summit .event-campaign-hero-surface::before{position:absolute;right:-.035em;bottom:-.1em;z-index:0;color:rgba(255,255,255,.04);content:"APPLE SEEDS";font:900 clamp(5rem,11vw,10rem)/.8 var(--sans);letter-spacing:-.07em;white-space:nowrap;pointer-events:none}
.event-campaign--summit .event-campaign-hero.has-speaker .event-campaign-hero-surface{grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);align-items:center}
.event-campaign--summit .event-campaign-intro{align-self:center;max-width:760px}.event-campaign--summit .event-campaign-intro h1{max-width:760px;margin-top:14px;font-size:clamp(2.35rem,4vw,3.75rem);line-height:1.01;letter-spacing:-.025em;text-wrap:balance}.event-campaign--summit .event-campaign-summary{max-width:700px;font-size:1.02rem;font-weight:560;line-height:1.72}
.event-campaign-hero-speakers{position:relative;z-index:1;align-self:center;min-width:0}.event-campaign-hero-speakers>p{display:flex;align-items:center;gap:12px;margin:0 0 14px;color:#efcc70;font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.event-campaign-hero-speakers>p::before{width:44px;height:2px;background:var(--campaign-gold);content:""}.event-campaign-hero-speakers>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.event-campaign-hero-speakers article{position:relative;min-width:0}.event-campaign-hero-speakers figure{height:320px;margin:0;overflow:hidden;border:2px solid rgba(239,204,112,.72);border-radius:24px 24px 5px 5px;background:linear-gradient(145deg,#e8eee7,#cbd8ce);box-shadow:0 24px 54px rgba(0,0,0,.32)}.event-campaign-hero-speakers img{width:100%;height:100%;object-fit:cover;object-position:center top}.event-campaign-hero-speakers article>div{position:relative;z-index:1;min-height:82px;margin:-58px 9px 0;border-top:3px solid var(--campaign-gold);background:rgba(6,37,28,.97);padding:11px 13px 12px;box-shadow:0 12px 28px rgba(0,0,0,.28)}.event-campaign-hero-speakers h3{margin:0;color:#fff;font-family:var(--serif);font-size:1.08rem;line-height:1.18}.event-campaign-hero-speakers article>div p{display:-webkit-box;overflow:hidden;margin:5px 0 0;color:#f0d27e;font-size:.7rem;font-weight:780;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.event-campaign-hero-speakers img.event-speaker-portrait--ally-wang{transform:scale(1.55);transform-origin:50% 10%}.event-print-hero-speakers img.event-speaker-portrait--ally-wang{transform:scale(1.66);transform-origin:50% 9%}
.event-campaign-quick-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #d8d0be;background:#fff}.event-campaign-quick-facts>div{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;min-height:104px;padding:18px clamp(20px,3vw,42px)}.event-campaign-quick-facts>div+div{border-left:1px solid #e1dacb}.event-campaign-quick-facts .event-campaign-icon{width:44px;height:44px;border-radius:50%;background:var(--campaign-green);padding:11px;color:#edca70}.event-campaign-quick-facts span{display:grid;gap:5px;min-width:0}.event-campaign-quick-facts small{color:#8d6919;font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.event-campaign-quick-facts strong{color:var(--campaign-green);font-size:.86rem;line-height:1.4;overflow-wrap:anywhere}
@media(max-width:980px){.event-campaign--academy_spotlight .event-campaign-hero-surface{grid-template-columns:150px minmax(0,1fr);padding-right:30px}.event-campaign--academy_spotlight .event-campaign-speaker-feature{grid-column:1/-1;height:auto;min-height:0}.event-campaign--academy_spotlight .event-campaign-speaker-feature article{display:grid;grid-template-columns:118px minmax(0,1fr);min-height:138px;background:rgba(7,35,26,.82)}.event-campaign--academy_spotlight .event-campaign-speaker-feature img{position:static;width:118px;height:138px;object-fit:cover;filter:none}.event-campaign--academy_spotlight .event-campaign-speaker-feature article>div{position:static;align-self:center;border-left:3px solid var(--campaign-gold);background:transparent;padding:16px 18px}.event-campaign-layout{grid-template-columns:minmax(0,1.35fr) minmax(270px,.75fr);gap:30px;padding:40px 30px}.event-campaign-intro h1{font-size:clamp(1.95rem,4.6vw,3rem)}}
@media(max-width:760px){.event-detail-page:has(.event-campaign){padding-bottom:44px}.event-campaign{border-right:0;border-left:0;border-radius:0}.event-campaign-hero,.event-campaign--summit .event-campaign-hero{min-height:0}.event-campaign-hero-surface,.event-campaign--editorial .event-campaign-hero-surface,.event-campaign--summit .event-campaign-hero-surface,.event-campaign--academy_spotlight .event-campaign-hero-surface{grid-template-columns:1fr;gap:24px;min-height:0;padding:34px 22px 40px}.event-campaign-date{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 16px;margin:0}.event-campaign-date p{grid-column:1/-1;margin-top:10px;padding-top:12px}.event-campaign-intro h1,.event-campaign--summit .event-campaign-intro h1{font-size:clamp(1.68rem,7.7vw,2.05rem);line-height:1.12}.event-campaign-summary{font-size:.96rem}.event-campaign-primary-action{display:flex;margin-top:22px}.event-campaign-primary-action .btn{width:100%;justify-content:center}.event-campaign-utility{gap:0;padding:8px 13px}.event-campaign-utility>a,.event-campaign-utility>button{flex:1 1 50%;justify-content:flex-start;border-right:0;padding:10px}.event-campaign-share-status{flex:1 0 100%;min-height:18px;margin:3px 10px 0}.event-campaign-layout,.event-campaign--summit .event-campaign-layout{grid-template-columns:1fr;gap:34px;padding:38px 20px}.event-campaign-agenda li,.event-campaign--summit .event-campaign-agenda li{grid-template-columns:1fr;gap:7px}.event-campaign--summit .event-campaign-agenda{padding:23px 18px}.event-campaign--academy_spotlight .event-campaign-speaker-feature article{grid-template-columns:92px minmax(0,1fr);min-height:112px}.event-campaign--academy_spotlight .event-campaign-speaker-feature img{width:92px;height:112px}.event-campaign--academy_spotlight .event-campaign-speaker-feature article>div{padding:13px 14px}.event-campaign-speaker-stage article{grid-template-columns:104px minmax(0,1fr);min-height:174px}.event-campaign-speaker-stage figure{min-height:174px}.event-campaign-speaker-stage article>div{padding:21px 18px}.event-campaign-speaker-stage h3{font-size:1.3rem}.event-campaign--academy_spotlight .event-campaign-details,.event-campaign--editorial .event-campaign-details,.event-campaign--summit .event-campaign-details{padding:23px 20px}.event-campaign-panel{padding:20px 17px}.event-campaign-sidebar-action,.event-campaign-mobile-action{display:none}.event-campaign-speakers article{grid-template-columns:72px minmax(0,1fr)}.event-campaign-speakers img{width:72px;height:88px}}
@media(max-width:420px){.event-campaign-utility>a,.event-campaign-utility>button{font-size:.72rem}.event-campaign-icon{width:18px;height:18px}}
@media(max-width:760px){.event-campaign-program,.event-campaign-takeaways{padding:24px 18px}.event-campaign-program ol,.event-campaign-takeaways>div{grid-template-columns:1fr}.event-campaign-program li,.event-campaign-takeaways article,.event-campaign-program li:nth-child(even),.event-campaign-takeaways article:nth-child(even){min-height:0;border-right:0;padding:16px 0}.event-campaign-section-heading{margin-bottom:17px}}
@media(max-width:760px){.event-campaign--summit .event-campaign-hero.has-speaker .event-campaign-hero-surface{grid-template-columns:1fr;gap:30px}.event-campaign--summit .event-campaign-hero-surface::before{right:-.03em;bottom:.08em;font-size:4.1rem}.event-campaign-masthead{flex-wrap:wrap}.event-campaign-hero-facts{display:grid;gap:10px;margin-top:18px}.event-campaign-hero-speakers figure{height:215px}.event-campaign-hero-speakers article>div{margin:-45px 6px 0;padding:9px 10px 10px}.event-campaign-hero-speakers h3{font-size:.9rem}.event-campaign-quick-facts{grid-template-columns:1fr}.event-campaign-quick-facts>div{min-height:0;padding:15px 22px}.event-campaign-quick-facts>div+div{border-top:1px solid #e1dacb;border-left:0}.event-campaign-quick-facts .event-campaign-icon{width:40px;height:40px;padding:10px}}
@media print{
  @page{size:A4 portrait;margin:0}
  html,body{width:210mm;height:297mm;background:#fff!important}
  body>*{display:none!important}
  body>main{display:block!important}
  body>main>*{display:none!important}
  body>main>.event-detail-page{display:block!important;width:210mm;height:297mm;margin:0;padding:0!important;background:#fff!important}
  .event-detail-page>.wrap{width:210mm!important;max-width:none!important;margin:0!important;padding:0!important}
  .event-detail-back,.event-campaign>:not(.event-campaign-print-poster),hellox-feedback{display:none!important}
  .event-campaign{display:block!important;width:210mm;height:297mm;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}
  .event-campaign-print-poster{display:grid!important;width:210mm;height:297mm;grid-template-rows:91mm 28mm minmax(0,1fr) 18mm;background:#f7f3e9;color:#103f2f;font-family:var(--sans);overflow:hidden;print-color-adjust:exact;-webkit-print-color-adjust:exact}
  html[lang="zh-Hans"] .event-campaign-print-poster{font-family:"Hiragino Sans GB","Noto Sans CJK SC",sans-serif}
  .event-print-hero{position:relative;isolation:isolate;overflow:hidden;background:#103f2f;color:#fff}.event-print-hero>figure{position:absolute;z-index:-2;inset:0;margin:0}.event-print-hero>figure img{width:100%;height:100%;object-fit:cover}.event-print-hero-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,38,28,.98) 0%,rgba(7,38,28,.9) 58%,rgba(7,38,28,.34) 100%),linear-gradient(0deg,rgba(7,38,28,.7),transparent 55%)}.event-print-brand{position:absolute;top:9mm;left:11mm;display:grid;color:#f1cd70;letter-spacing:.08em}.event-print-brand strong{font-size:11pt}.event-print-brand span{font-size:5.4pt;font-weight:800;letter-spacing:.19em}.event-print-hero-copy{position:absolute;right:11mm;bottom:10mm;left:11mm;max-width:150mm}.event-print-hero-copy>p{margin:0 0 3mm;color:#efcc70;font-size:6.5pt;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.event-print-hero-copy>h2{margin:0 0 3mm;color:#efcc70;font-family:var(--sans);font-size:11pt}.event-print-hero-copy>h1{max-width:155mm;margin:0;color:#fff;font-size:24pt;line-height:1.03;letter-spacing:-.025em}.event-print-hero-copy>div{max-width:150mm;margin-top:3mm;color:#edf4ef;font-size:8pt;line-height:1.4}
  .event-print-hero.has-speakers .event-print-hero-copy{right:75mm;bottom:8mm;max-width:122mm}.event-print-hero.has-speakers .event-print-hero-copy>h1{max-width:122mm;font-size:20pt}.event-print-hero.has-speakers .event-print-hero-copy>div{display:-webkit-box;max-width:116mm;overflow:hidden;font-size:7pt;-webkit-box-orient:vertical;-webkit-line-clamp:3}.event-print-hero-speakers{position:absolute;right:8mm;bottom:6mm;width:61mm}.event-print-hero-speakers>p{margin:0 0 2mm;color:#f1cd70;font-size:5pt;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.event-print-hero-speakers>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2mm;align-items:start}.event-print-hero-speakers article{display:grid;align-content:start;overflow:hidden;border-top:1.2mm solid #bd8b24;background:rgba(7,38,28,.93)}.event-print-hero-speakers figure{height:37mm;margin:0;overflow:hidden;background:#dfe7df}.event-print-hero-speakers img{width:100%;height:100%;object-fit:cover;object-position:center top;background:#dfe7df}.event-print-hero-speakers strong{padding:1.7mm 1.6mm .5mm;color:#fff;font-size:6pt;line-height:1.15}.event-print-hero-speakers span{display:-webkit-box;overflow:hidden;padding:0 1.6mm 1.6mm;color:#efcc70;font-size:4.3pt;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .event-print-facts{display:grid;grid-template-columns:1.05fr 1.05fr .75fr;gap:0;background:#fff;border-bottom:1px solid #d6c9aa}.event-print-facts>div{display:grid;align-content:center;gap:1.5mm;border-right:1px solid #ded4be;padding:3mm 6mm}.event-print-facts>div:last-child{border-right:0}.event-print-facts span{color:#9a711a;font-size:5.3pt;font-weight:900;letter-spacing:.12em}.event-print-facts strong{font-size:7.4pt;line-height:1.25}
  .event-print-content{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(52mm,.7fr);gap:6mm;min-height:0;padding:7mm 10mm 5mm}.event-print-content--wide{grid-template-columns:minmax(0,1fr)}.event-print-content main,.event-print-content aside{display:grid;align-content:start;gap:5mm;min-width:0}.event-print-content section{break-inside:avoid}.event-print-content h2{margin:0 0 3mm;color:#103f2f;font-size:11pt}.event-print-program>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #d9cfb8;border-left:1px solid #d9cfb8}.event-print-program article{display:grid;grid-template-columns:9mm minmax(0,1fr);gap:3mm;align-content:center;min-height:23mm;border-right:1px solid #d9cfb8;border-bottom:1px solid #d9cfb8;background:#fff;padding:4mm}.event-print-program article>span{display:grid;width:8mm;height:8mm;place-items:center;border-radius:50%;background:#103f2f;color:#efcc70;font-size:5.5pt;font-weight:900}.event-print-program h3{margin:0;color:#103f2f;font-size:8.1pt;line-height:1.25}.event-print-program p{margin:1.2mm 0 0;color:#4d5b53;font-size:6.1pt;line-height:1.38}.event-print-agenda{border-top:2px solid #bd8b24;padding-top:3mm}.event-print-agenda ol{margin:0;padding:0;list-style:none}.event-print-agenda li{display:grid;grid-template-columns:19mm minmax(0,1fr);gap:3mm;border-bottom:1px solid #ddd3bd;padding:2mm 0}.event-print-agenda time{color:#936b18;font-size:5.5pt;font-weight:900}.event-print-agenda h3{margin:0;font-size:6.6pt}.event-print-agenda p{margin:.7mm 0 0;color:#526057;font-size:5.2pt;line-height:1.25}
  .event-print-speakers,.event-print-audience{border-top:2px solid #bd8b24;background:#fff;padding:4mm}.event-print-speakers>div{display:grid;gap:3mm}.event-print-speakers article{display:grid;grid-template-columns:18mm minmax(0,1fr);gap:3mm;align-items:center}.event-print-speakers img,.event-print-speakers article>span{display:grid;width:18mm;height:22mm;place-items:center;background:#dfe7df;object-fit:cover;object-position:center top;color:#103f2f;font-size:10pt;font-weight:900}.event-print-speakers h3{margin:0;font-size:7.4pt}.event-print-speakers p{margin:1mm 0 0;color:#8b6818;font-size:5.4pt;font-weight:800;line-height:1.25}.event-print-audience ul{display:grid;gap:2mm;margin:0;padding:0;list-style:none}.event-print-audience li{position:relative;padding-left:4mm;color:#405047;font-size:5.7pt;line-height:1.35}.event-print-audience li::before{position:absolute;left:0;color:#bd8b24;content:"✓";font-weight:900}
  .event-print-content main:not(:has(.event-print-agenda)){height:100%;grid-template-rows:minmax(0,1fr);align-content:stretch}.event-print-content main:not(:has(.event-print-agenda)) .event-print-program{display:grid;height:100%;grid-template-rows:auto minmax(0,1fr)}.event-print-content main:not(:has(.event-print-agenda)) .event-print-program>div{grid-auto-rows:1fr}
  .event-campaign-print-poster>footer{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6mm;align-items:center;background:#103f2f;padding:3mm 10mm;color:#fff}.event-campaign-print-poster>footer>div{display:flex;align-items:center;gap:4mm}.event-campaign-print-poster>footer span{border:1px solid #d3ad53;border-radius:99px;padding:1.2mm 2.5mm;color:#efcc70;font-size:5.4pt;font-weight:900}.event-campaign-print-poster>footer strong{font-size:9pt}.event-campaign-print-poster>footer small{overflow-wrap:anywhere;color:#dfe9e2;font-size:7pt;font-weight:650;line-height:1.3;text-align:right}.event-campaign-print-poster>footer>b{display:none}
}

.reporting-page{padding-top:28px;padding-bottom:48px}
.reporting-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:34px 0}
.reporting-principles article{background:#fff;border:1px solid #e1dacb;padding:25px}
.reporting-principles article>b{color:#9a751b;font-size:.73rem;letter-spacing:.1em}
.reporting-principles h2{margin-top:28px;font-size:1.35rem}

@media (max-width:1050px){
  .site-nav a{padding:7px 6px;font-size:.8rem}
  .nav-actions{gap:4px;margin-left:4px}
  .nav-actions .btn{padding-left:9px;padding-right:9px}
  .lang-switch{margin:0}
}

@media (max-width:920px){
  .head-in{position:relative;justify-content:space-between;flex-wrap:nowrap}
  .nav-toggle{display:flex;align-items:center;justify-content:center;flex-direction:column;width:46px;height:42px;border:1px solid #d9d3c5;background:#fff;border-radius:8px;cursor:pointer}
  .nav-toggle span{display:block;width:18px;height:2px;margin:2px;background:var(--green)}
  .nav-toggle b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .site-nav{display:none;position:absolute;left:20px;right:20px;top:calc(100% + 1px);z-index:50;width:auto;box-sizing:border-box;flex-direction:column;align-items:stretch;padding:14px;background:#fff;border:1px solid #ded8ca;box-shadow:0 18px 45px rgba(15,44,31,.16)}
  .site-nav.is-open{display:flex}
  .site-nav a{padding:10px 12px;font-size:.93rem}
  .nav-actions{display:grid;grid-template-columns:auto 1fr 1fr;gap:8px;margin:8px 0 0;padding-top:12px;border-top:1px solid #e6e0d2}
  .nav-actions .btn{text-align:center}
  .as-section-head,.as-intro-grid,.as-team-layout,.as-faq-grid,.as-join-inner,.profile-next-grid,.portfolio-callout-grid,.portfolio-hero-grid,.approach-hero-grid,.team-hero-grid,.about-as-hero-grid,.profile-detail-grid,.values-layout,.about-mission-grid,.about-founder-as-grid,.about-structure-grid,.contact-layout{grid-template-columns:1fr;gap:34px}
  .portfolio-hero-grid,.approach-hero-grid,.team-hero-grid,.about-as-hero-grid{padding-top:64px}
  .portfolio-hero-grid>img,.approach-hero-grid>img,.team-hero-grid>img,.about-as-hero-grid>img,.team-hero-collage{height:390px}
  .profile-card-grid{grid-template-columns:repeat(2,1fr)}
  .profile-card-grid-two{grid-template-columns:1fr 1fr}
  .pillar-grid,.approach-three .wrap,.capability-grid,.team-profile-grid,.about-value-row,.reporting-principles{grid-template-columns:repeat(2,1fr)}
  .pillar-grid article:nth-child(3){grid-column:1/-1;max-width:46ch}
  .leader-row{max-width:680px}
  .profile-detail-grid aside{position:static;order:0}
  .contact-aside{position:static}
  .faq-list-wide{grid-template-columns:1fr}
  .about-value-row div{border-bottom:1px solid #dbd5c7}
  .about-value-row div:last-child{border-right:1px solid #dbd5c7}
}

@media (max-width:620px){
  .site-head{position:sticky}
  .head-in{justify-content:space-between;padding:9px 18px}
  .brand .logo{width:40px;height:40px}
  .brand strong{font-size:1.02rem}
  .brand em{display:none}
  .site-nav{left:12px;right:12px}
  .nav-actions{grid-template-columns:1fr}
  .nav-actions .lang-switch{grid-column:1;justify-self:start}
  .as-hero{min-height:610px}
  .as-hero-photo{object-position:62% center}
  .as-hero-shade{background:linear-gradient(90deg,rgba(8,29,21,.92),rgba(8,29,21,.58)),linear-gradient(0deg,rgba(8,24,18,.72),transparent)}
  .as-hero-content{padding-top:84px;padding-bottom:72px}
  .as-hero-content h1{font-size:clamp(2.8rem,14vw,4.1rem)}
  .as-hero-content>p:not(.as-kicker){font-size:1.03rem}
  .as-intro,.as-pillars{padding:66px 0}
  .as-section-head{gap:12px}
  .profile-card-grid,.profile-card-grid-two,.pillar-grid,.leader-row,.approach-three .wrap,.capability-grid,.team-profile-grid,.advisor-grid,.about-what-grid,.about-value-row,.reporting-principles{grid-template-columns:1fr}
  .pillar-grid{gap:34px;margin-top:34px}
  .pillar-grid article,.pillar-grid article:first-child,.pillar-grid article:last-child,.pillar-grid article:nth-child(3){grid-column:auto;max-width:none;padding:0;border:0}
  .pillar-grid h3{margin-top:15px}
  .region-grid{grid-template-columns:1fr}
  .region-grid div,.region-grid div:last-child{padding:20px 0;border-right:0;border-bottom:1px solid #d5cbb4}
  .region-grid div:last-child{border-bottom:0}
  .profile-detail-hero{min-height:420px}
  .profile-detail-heading{padding-bottom:38px}
  .profile-gallery-grid{grid-template-columns:1fr;grid-auto-rows:230px}
  .profile-gallery-grid a:first-child{grid-row:auto}
  .values-list article{grid-template-columns:1fr;gap:4px}
  .approach-three article,.approach-three article:first-child,.approach-three article:last-child{padding:30px 0;border-right:0;border-bottom:1px solid #d4c9b1}
  .approach-three article:last-child{border-bottom:0}
  .about-founder-as-grid>img{max-height:460px}
  .about-value-row div,.about-value-row div:first-child{padding:20px 0;border-right:0!important}
  .contact-hero{padding:70px 0 56px}
  .faq-list summary{font-size:1rem}
  .faq-list details>p{margin-right:6px}
  .foot-grid{padding-top:36px}
}

/* ==========================================================================
   2026 Atlas redesign — approved Option 1 + Option 3 direction
   ========================================================================== */

:root{
  --green:#123D2D;
  --green-2:#1C533D;
  --gold:#B88A2C;
  --cream:#F6F2E8;
  --ink:#272B27;
  --muted:#646A64;
  --line:#DED8CA;
  --page-rail-wide:min(86.2vw,1780px);
  --home-portfolio-rail:min(86.2vw,1440px);
}

body{
  background:#F8F5ED;
  color:var(--ink);
}

.wrap{
  width:100%;
  max-width:1320px;
  padding-left:34px;
  padding-right:34px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
  box-shadow:0 0 0 6px #123D2D;
}

.btn{
  border-radius:3px;
  padding:12px 20px;
  letter-spacing:-.01em;
}

.btn.big{
  padding:14px 22px;
  font-size:1rem;
}

.btn.gold{
  background:#87651B;
  border-color:#87651B;
  color:#fff!important;
}

.btn.gold:hover{
  background:#6F5014;
  border-color:#6F5014;
}

/* Institutional navigation */
.site-head{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,252,.985);
  border-bottom:1px solid #E1DED5;
  backdrop-filter:blur(14px);
}

.site-head .wrap{
  max-width:1780px;
}

.head-in{
  min-height:clamp(100px,5.8vw,112px);
  padding:12px 30px;
  column-gap:clamp(54px,4vw,88px);
  flex-wrap:nowrap;
}

.brand{
  flex:0 0 470px;
  min-width:0;
  gap:16px;
}

.brand .logo{
  flex:none;
  width:56px;
  height:60px;
  object-fit:contain;
  transform:translateY(-2px);
  border:0;
  border-radius:0;
  background:#F8F5ED;
}

.brand strong{
  font-size:1.75rem;
  line-height:1.05;
  letter-spacing:-.025em;
  white-space:nowrap;
}

.brand em{
  display:block;
  margin-top:7px;
  color:#4F544F;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.17em;
  line-height:1.35;
}

.site-nav{
  flex:1 1 auto;
  justify-content:flex-start;
  gap:14px;
  flex-wrap:nowrap;
}

.site-nav>a{
  position:relative;
  padding:11px 8px;
  border-radius:0;
  color:#353A35;
  font-size:.94rem;
  font-weight:650;
  white-space:nowrap;
}

.site-nav>a:hover,
.site-nav>a.on{
  color:var(--green);
  background:transparent;
}

.site-nav>a::after{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  bottom:3px;
  height:1px;
  background:var(--gold);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}

.site-nav>a:hover::after,
.site-nav>a.on::after{
  transform:scaleX(1);
}

.nav-actions{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-left:auto;
  padding-left:18px;
  border-left:1px solid #D7D2C8;
}

.lang-switch{
  display:inline-flex;
  gap:6px;
  align-items:center;
  margin:0;
  white-space:nowrap;
}

.lang-switch a{
  padding:4px 2px;
  border-radius:0;
  color:#5A605A;
  font-size:.78rem;
}

.lang-switch a:hover,
.lang-switch a.on{
  color:var(--green);
  background:transparent;
}

.investor-link{
  padding:10px 0!important;
  color:#353A35!important;
  font-weight:650!important;
  white-space:nowrap;
}

.contact-nav-btn{
  padding:13px 19px!important;
  border-radius:3px!important;
  background:var(--green)!important;
  color:#fff!important;
}

.contact-nav-btn:hover{
  background:#1D5941!important;
}

.nav-toggle{
  border-radius:3px;
}

/* Map-led home hero */
.atlas-hero{
  display:grid;
  grid-template-columns:minmax(430px,39.4%) minmax(0,60.6%);
  grid-template-rows:minmax(0,1fr);
  height:clamp(560px,36vw,680px);
  min-height:560px;
  max-height:680px;
  overflow:hidden;
  background:#0D3729;
}

.atlas-hero-copy{
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 80% 18%,rgba(47,104,78,.26),transparent 38%),
    linear-gradient(145deg,#0B3527 0%,#104432 100%);
  color:#fff;
}

.atlas-hero-copy-inner{
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  padding:
    clamp(40px,2.7vw,58px)
    clamp(38px,3.4vw,72px)
    clamp(46px,4vw,78px)
    clamp(42px,6.9vw,176px);
}

.atlas-hero h1{
  max-width:500px;
  margin:0;
  color:#fff;
  font-size:clamp(3.75rem,3.9vw,4.8rem);
  line-height:1.05;
  letter-spacing:-.043em;
}

html[lang="zh-Hans"] .atlas-hero h1{
  line-height:1.05;
  letter-spacing:-.035em;
}

.atlas-hero .as-kicker{
  max-width:390px;
  margin-bottom:22px;
  color:#D2A748;
  font-size:.78rem;
  letter-spacing:.18em;
  line-height:1.6;
}

.atlas-rule{
  display:block;
  width:70px;
  height:2px;
  margin:27px 0 20px;
  background:#B98C31;
}

.atlas-hero-lede{
  max-width:350px;
  margin:0;
  color:#E6EEE8;
  font-size:1rem;
  line-height:1.5;
}

.atlas-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:clamp(24px,1.7vw,30px);
}

.atlas-hero .atlas-hero-cta{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:0;
  margin-top:0;
  padding:9px 14px;
  text-align:center;
  white-space:nowrap;
}

.atlas-hero-secondary{
  background:transparent;
  border-color:rgba(255,255,255,.62);
  color:#FFF;
}

.atlas-hero-secondary:hover{
  background:rgba(255,255,255,.12);
  border-color:#E3BD58;
}

.link-arrow{
  display:inline-block;
  flex:none;
  width:16px;
  height:16px;
  background:currentColor;
  -webkit-mask:url("/assets/icons/arrow-right.svg") center/contain no-repeat;
  mask:url("/assets/icons/arrow-right.svg") center/contain no-repeat;
}

.atlas-hero-visual{
  position:relative;
  min-width:0;
  min-height:0;
  height:100%;
  overflow:hidden;
  background:#EEE9DE;
}

.atlas-hero-visual::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 1px 0 rgba(255,255,255,.16);
}

.atlas-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* Evidence and editorial project index */
.atlas-evidence{
  background:#FAF8F2;
  border:0;
}

.atlas-evidence-inner{
  display:flex;
  align-items:center;
  width:var(--home-portfolio-rail);
  max-width:none;
  min-height:92px;
  padding-right:0;
  padding-left:0;
  border-bottom:1px solid #D9D3C6;
}

.atlas-evidence-item{
  display:flex;
  align-items:center;
  min-height:62px;
}

.atlas-evidence-count{
  gap:22px;
  width:212px;
  padding-right:28px;
  border-right:1px solid #D6D0C3;
}

.atlas-evidence-count strong{
  color:var(--green);
  font-family:var(--serif);
  font-size:3rem;
  line-height:1;
}

.atlas-evidence-count span{
  max-width:122px;
  color:#4B504B;
  font-size:.92rem;
  line-height:1.35;
}

.atlas-evidence-region{
  gap:22px;
  margin-left:28px;
}

.atlas-evidence-region img{
  flex:none;
  width:38px;
  height:38px;
}

.atlas-evidence-region b{
  color:#4B504B;
  font-size:.93rem;
  font-weight:650;
  line-height:1.4;
}

.atlas-project-index{
  padding:32px 0 50px;
  background:#FAF8F2;
}

.atlas-project-index>.wrap{
  width:var(--home-portfolio-rail);
  max-width:none;
  padding-right:0;
  padding-left:0;
}

.atlas-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid #D9D3C6;
}

.atlas-project-index-title{
  margin:0 0 26px;
  color:var(--green);
  font-size:clamp(1.85rem,2.4vw,2.65rem);
  letter-spacing:-.035em;
  line-height:1.05;
}

.atlas-project{
  display:grid;
  grid-template-columns:minmax(150px,1.45fr) minmax(0,.95fr);
  align-items:start;
  gap:22px;
  min-width:0;
  padding:0 24px 0 0;
  border-right:1px solid #D9D3C6;
}

.atlas-project+.atlas-project{
  padding-left:24px;
}

.atlas-project:last-child{
  padding-right:0;
  border-right:0;
}

.atlas-project-image{
  display:block;
  align-self:start;
  width:100%;
  min-height:0;
  aspect-ratio:1.27;
  overflow:hidden;
  background:#DDE3DA;
}

.atlas-project-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.atlas-project-image:hover img{
  transform:scale(1.025);
}

.atlas-project h3{
  margin:6px 0 0;
  font-size:1.45rem;
  line-height:1.09;
}

.atlas-project h3 a{
  color:var(--green);
  text-decoration:none;
}

.atlas-project>div>i{
  display:block;
  width:46px;
  height:2px;
  margin:20px 0 21px;
  background:#C29736;
}

.atlas-project p{
  margin:0 0 22px;
  color:#646A64;
  font-size:.83rem;
}

.atlas-project-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--green);
  font-size:.85rem;
  font-weight:750;
  text-decoration:none;
  border-bottom:1px solid rgba(18,61,45,.42);
  padding-bottom:4px;
}

.atlas-project-link:hover{
  border-bottom-color:var(--green);
}

.atlas-project-link .link-arrow{
  display:inline-block;
  width:13px;
  height:13px;
  margin:0;
  background:currentColor;
}

/* Lower-page continuity */
.atlas-intro{
  border-top:0;
}

.as-intro,
.as-portfolio,
.as-faq,
.portfolio-featured,
.team-group,
.capability-section,
.about-what,
.about-values{
  background:#F8F5ED;
}

.home-page .as-intro h2,
.home-page .as-team-band h2,
.home-page .as-faq h2{
  font-size:clamp(2.65rem,3.2vw,3.35rem);
  line-height:1.03;
}

.home-page .atlas-intro{
  background:#F3EEE3;
  border-top:1px solid #E3D9C6;
}

.home-page .as-team-band{
  background:#EEF0E8;
  padding-top:88px;
  padding-bottom:88px;
}

.home-page .as-faq{
  padding-top:88px;
  padding-bottom:88px;
  background:#FAF8F2;
}

.home-asset-class{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
  background:#FAF8F2;
}

.home-asset-class-layout{
  display:grid;
  grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);
  gap:clamp(48px,7vw,108px);
  align-items:start;
}

.home-asset-class-head{
  position:sticky;
  top:132px;
}

.home-full-cycle-head{
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);
  gap:clamp(38px,6vw,92px);
  align-items:center;
}

.home-asset-class-head h2,
.home-full-cycle-head h2{
  max-width:13ch;
  margin:0;
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.03em;
}

.home-asset-class-head>p,
.home-full-cycle-head>div:last-child>p{
  max-width:62ch;
  margin:0;
  color:#4E5A52;
  line-height:1.72;
}

.home-asset-class-grid{
  margin:0;
  padding:0;
  list-style:none;
}

.home-asset-class-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 clamp(28px,4vw,56px);
  border-top:1px solid #CFC6B5;
}

.home-asset-class-grid li{
  min-height:132px;
  padding:24px 0 26px;
  border-bottom:1px solid #CFC6B5;
}

.home-asset-class-grid h3{
  margin:0 0 10px;
  color:var(--brand-navy);
  font-family:var(--sans);
  font-size:.78rem;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.home-asset-class-grid p{
  margin:0;
  color:var(--green);
  font-family:var(--serif);
  font-size:1.22rem;
  font-weight:750;
  line-height:1.3;
}

.home-asset-class-disclosure{
  margin:28px 0 0;
  padding-left:16px;
  border-left:2px solid var(--gold);
  color:#626B64;
  font-size:.875rem;
  line-height:1.62;
}

.home-full-cycle{
  padding-top:clamp(64px,7vw,84px);
  padding-bottom:clamp(64px,7vw,84px);
  background:#F3EEE3;
}

.home-full-cycle-head .text-link{
  margin-top:19px;
}

@media (max-width:920px){
  .home-asset-class-layout,
  .home-full-cycle-head{
    grid-template-columns:1fr;
    gap:20px;
  }

  .home-asset-class-head{position:static}

  .home-asset-class-head h2,
  .home-full-cycle-head h2{
    max-width:18ch;
  }

}

@media (max-width:620px){
  .home-asset-class-grid{
    grid-template-columns:1fr;
    margin-top:28px;
  }

  .home-asset-class-grid li{
    min-height:0;
  }
}

.home-join{
  padding:88px 0;
  background:#E9E1D2;
  color:#263C31;
  border-top:1px solid #D8CEBA;
}

.home-join .as-kicker{
  color:#8B681C;
}

.home-join h2{
  max-width:620px;
  color:#123D2D;
  font-size:clamp(2.7rem,3.3vw,3.35rem);
  line-height:1.04;
}

.home-join p{
  max-width:42ch;
  color:#3F4A42;
  line-height:1.65;
}

.home-join .btn.gold{
  background:#123D2D;
  border-color:#123D2D;
  color:#fff!important;
}

.home-join .btn.gold:hover{
  background:#1D5941;
  border-color:#1D5941;
}

.home-page .site-foot{
  margin-top:0;
  background:#0D3226;
  border-top:1px solid rgba(185,138,31,.55);
}

.leader-card,
.profile-card,
.team-profile,
.capability-grid article,
.about-what-grid article{
  border-radius:0;
  box-shadow:none;
}

.leader-card img{
  aspect-ratio:4/4.6;
}

.profile-card{
  border-top:3px solid var(--gold);
}

.portfolio-hero,
.approach-hero,
.team-hero,
.about-as-hero,
.contact-hero{
  background:#123D2D;
}

.portfolio-hero-grid,
.approach-hero-grid,
.team-hero-grid,
.about-as-hero-grid{
  min-height:560px;
}

.portfolio-hero-grid>img,
.approach-hero-grid>img,
.team-hero-grid>img,
.about-as-hero-grid>img,
.team-hero-collage{
  height:560px;
}

.project-list>a,
.text-link{
  text-decoration:none;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.sub-form input{
  border-radius:2px;
}

@media (max-width:1500px){
  .head-in{
    min-height:96px;
    padding-left:24px;
    padding-right:24px;
    column-gap:clamp(34px,3.2vw,52px);
  }

  .brand{
    flex-basis:430px;
  }

  .brand .logo{
    width:52px;
    height:56px;
  }

  .brand strong{
    font-size:1.48rem;
  }

  .brand em{
    font-size:.58rem;
    letter-spacing:.13em;
  }

  .site-nav{
    gap:8px;
  }

  .site-nav>a{
    font-size:.86rem;
  }

  .nav-actions{
    gap:12px;
    margin-left:8px;
    padding-left:12px;
  }

  .atlas-hero-copy-inner{
    padding-top:clamp(40px,2.7vw,58px);
    padding-right:clamp(38px,3.4vw,72px);
    padding-bottom:clamp(46px,4vw,78px);
  }

  .atlas-hero .as-kicker{
    margin-bottom:22px;
  }
}

/* Operations management content — client-confirmed August 2026 record. */
.pillar-detail-link{
  display:inline-block;
  margin-top:16px;
  color:#F3D985;
  font-size:.78rem;
  font-weight:750;
  text-decoration:none;
}

.approach-operations-bridge{
  padding:clamp(52px,6vw,82px) 0;
  background:#E9E2D2;
  border-block:1px solid #D8CFBA;
}

.approach-operations-bridge-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(36px,7vw,110px);
  align-items:center;
}

.approach-operations-bridge h2{
  max-width:18ch;
  font-size:var(--type-section);
}

.approach-operations-bridge p:not(.as-kicker){
  max-width:62ch;
  margin:0 0 22px;
  color:#3D493F;
}

.academy-operations-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:28px;
  padding:22px 24px;
  border-top:2px solid var(--gold);
  background:#F0EADA;
}

.academy-operations-note h3{
  margin:0;
  font-size:var(--type-card);
}

.academy-operations-note .as-kicker{
  margin-bottom:6px;
}

.profile-operations-case{
  margin-top:48px;
  padding-top:44px;
  border-top:1px solid var(--line);
}

.profile-operations-list{
  display:grid;
  gap:0;
  margin:24px 0;
  border-block:1px solid var(--line);
}

.profile-operations-list article{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  padding:24px 0;
  border-bottom:1px solid var(--line);
}

.profile-operations-list article:last-child{
  border-bottom:0;
}

.profile-operations-list article>span{
  color:var(--gold);
  font-family:var(--serif);
  font-size:1.3rem;
}

.profile-operations-list h3{
  font-size:var(--type-card);
}

.profile-operations-list p{
  margin:.4rem 0 0;
}

.profile-operations-outcome{
  color:var(--muted);
}

.operations-page{
  background:#FBF9F4;
}

.operations-hero{
  background:#0F3D2E;
  color:#F3F6F2;
}

.operations-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);
  gap:62px;
  align-items:center;
  min-height:520px;
}

.operations-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:none;
  padding:64px 0;
  margin:0;
}

.operations-hero-copy h1{
  max-width:16ch;
  color:#FFF;
  font-size:var(--type-display-lg);
  letter-spacing:-.035em;
  text-wrap:balance;
}

.operations-hero-copy>p:not(.as-kicker){
  max-width:54ch;
  margin:18px 0 0;
  color:#D7E4DD;
  font-size:var(--type-lede);
}

.operations-hero-copy>p.operations-case-note{
  display:grid;
  gap:5px;
  max-width:52ch;
  padding:11px 0 0 15px;
  border-left:2px solid var(--gold);
  color:#DCE7E1;
  font-size:clamp(.86rem,.78rem + .16vw,.96rem);
  line-height:1.58;
}

.operations-case-note strong{
  color:#E4C46B;
  font-family:var(--sans);
  font-size:.72em;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.operations-hero-copy .btn.ghost{
  background:#092C21;
  color:#FFF!important;
  border-color:#D7B55B;
  box-shadow:none;
}

.operations-hero-copy .btn.ghost:hover{
  background:#1A513E;
  border-color:#E4C46B;
}

.operations-hero-visual{
  position:relative;
  min-width:0;
  min-height:0;
  height:520px;
  margin:0;
  overflow:hidden;
}

.operations-hero-visual::after{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(15,61,46,.25),transparent 35%);
  content:"";
  pointer-events:none;
}

.operations-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.operations-hero-visual figcaption{
  position:absolute;
  right:0;
  bottom:28px;
  z-index:1;
  display:flex;
  gap:12px;
  min-width:min(360px,72%);
  padding:13px 22px;
  background:rgba(9,47,35,.92);
  color:#FFF;
  font-size:.8rem;
  letter-spacing:.02em;
}

.operations-hero-visual figcaption span{
  color:#F4C957;
  font-family:var(--serif);
}

.operations-metrics{
  background:#EEE6D5;
  border-bottom:1px solid #D7CEBA;
}

.operations-metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding-block:0;
}

.operations-metrics article{
  min-width:0;
  padding:28px clamp(18px,2.5vw,34px);
  border-right:1px solid #D7CEBA;
}

.operations-metrics article:first-child{
  border-left:1px solid #D7CEBA;
}

.operations-metrics strong,
.operations-metrics span,
.operations-metrics small{
  display:block;
}

.operations-metrics strong{
  color:var(--green);
  font-family:var(--serif);
  font-size:clamp(1.7rem,2.3vw,2.45rem);
  line-height:1;
}

.operations-metrics span{
  margin-top:9px;
  color:#273B31;
  font-size:.88rem;
  font-weight:750;
}

.operations-metrics small{
  margin-top:4px;
  color:#6B716B;
  font-size:.72rem;
}

.operations-noi{
  background:#F7F5EE;
}

.operations-anchor{
  display:block;
  height:0;
  scroll-margin-top:96px;
}

.operations-flywheel-original{
  margin:0;
}

.operations-flywheel-original a{
  display:block;
  border:1px solid #D8D1C2;
  background:#FBFAF5;
  box-shadow:0 18px 54px rgba(25,51,39,.08);
}

.operations-flywheel-original img{
  display:block;
  width:100%;
  height:auto;
}

.operations-flywheel-original figcaption{
  padding:12px 18px;
  color:#5D665E;
  font-size:.78rem;
  text-align:right;
}

.operations-flywheel-original figcaption span{
  color:var(--gold);
  font-size:1rem;
}

.operations-milestones{
  background:#103E2F;
  color:#DCE7E0;
}

.operations-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);
  gap:clamp(40px,8vw,120px);
  align-items:end;
  margin-bottom:36px;
}

.operations-section-head h2{
  max-width:19ch;
  color:#FFF;
  font-size:var(--type-section);
  text-wrap:balance;
}

.operations-section-head>p{
  max-width:58ch;
  margin:0;
  color:#C8D8CE;
}

.operations-milestone-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.operations-milestone{
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
  overflow:hidden;
  background:#F7F3E9;
  color:#24372C;
  border-top:3px solid var(--gold);
}

.operations-milestone-gallery{
  display:grid;
  min-width:0;
  aspect-ratio:4/3;
  background:#DDE4D8;
}

.operations-milestone-gallery.media-count-1{
  grid-template-columns:1fr;
}

.operations-milestone-gallery.media-count-3{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:3px;
}

.operations-media-card,
.operations-system-figure{
  position:relative;
  margin:0;
  overflow:hidden;
  background:#DDE4D8;
}

.operations-media-card.primary{
  grid-row:1 / -1;
}

.operations-media-card>a,
.operations-system-figure>a{
  display:block;
  width:100%;
  height:100%;
}

.operations-media-card img,
.operations-system-figure img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.operations-system-figure.contain{
  background:#FFF;
}

.operations-system-figure.contain img{
  object-fit:contain;
}

.operations-media-card figcaption,
.operations-system-figure figcaption{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  padding:9px 14px;
  background:linear-gradient(180deg,transparent,rgba(9,42,31,.94));
  color:#FFF;
  font-size:.72rem;
  line-height:1.35;
}

.operations-system-figure figcaption{
  position:static;
  right:auto;
  bottom:auto;
  left:auto;
  display:flex;
  max-width:none;
  align-items:center;
  justify-content:flex-end;
  background:#103E2F;
  text-align:right;
}

.operations-system-figure figcaption span{
  color:#F2C45D;
}

.operations-system-figure figcaption a{
  color:inherit;
  text-decoration:none;
}

.operations-system-figure figcaption a:focus-visible{
  outline:2px solid #F2C45D;
  outline-offset:3px;
}

.operations-milestone-copy{
  position:relative;
  padding:30px 32px 34px;
}

.operations-milestone-index{
  position:absolute;
  top:24px;
  right:28px;
  color:#B99032;
  font-family:var(--serif);
  font-size:1.2rem;
}

.operations-milestone-copy .as-kicker{
  color:#936E16;
}

.operations-milestone-copy h3{
  max-width:22ch;
  padding-right:38px;
  font-size:var(--type-subsection);
  text-wrap:balance;
}

.operations-milestone-copy>p:not(.as-kicker){
  color:#485249;
}

.operations-outcome{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #DAD1BF;
}

.operations-outcome b{
  display:block;
  margin-bottom:6px;
  color:#8B6818;
  font-size:.72rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.operations-system-visual{
  display:grid;
  grid-template-rows:auto 142px;
  min-width:0;
  background:#E6EADD;
}

.operations-system-figure{
  display:grid;
  aspect-ratio:1.57;
  grid-template-rows:minmax(0,1fr) 38px;
}

.operations-system-figure>a{
  height:auto;
  min-height:0;
}

.operations-process-panel{
  display:flex;
  height:142px;
  align-items:stretch;
  box-sizing:border-box;
  padding:14px 18px 18px;
  border-top:1px solid #CBD3C6;
  background:#E6EADD;
}

.operations-process{
  display:grid;
  width:100%;
  min-width:0;
  grid-template-rows:18px minmax(0,1fr);
  gap:8px;
}

.operations-process-label{
  color:#795D19;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.09em;
  line-height:18px;
  text-transform:uppercase;
}

.operations-step-flow{
  display:grid;
  width:100%;
  height:100%;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.operations-step-flow li{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:12px 8px;
  border:1px solid #BFC8B9;
  background:#F9F7F0;
  color:#153F30;
  font-size:.75rem;
  font-weight:750;
  line-height:1.25;
  text-align:center;
}

.operations-step-flow li+li{
  border-left:0;
}

.operations-step-flow li:not(:last-child)::after{
  position:absolute;
  right:-7px;
  z-index:1;
  color:#A37A1B;
  content:"→";
}

.operations-step-flow b{
  margin-bottom:8px;
  color:#B48721;
  font-family:var(--serif);
}

.operations-step-flow li>span{
  display:block;
}

.operations-project-links{
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid #DAD1BF;
}

.operations-project-links>span{
  display:block;
  margin-bottom:8px;
  color:#8B6818;
  font-size:.67rem;
  font-weight:750;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.operations-project-links>div{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.operations-project-links a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:7px 9px;
  border:1px solid #CABFAD;
  color:#174533;
  font-size:.72rem;
  font-weight:750;
  line-height:1.25;
  text-decoration:none;
}

.operations-project-links a:hover,
.operations-project-links a:focus-visible{
  border-color:#A37A1B;
  background:#FFF;
}

.operations-project-links a span{
  color:#A37A1B;
}

.operations-measurement{
  padding:clamp(56px,6vw,82px) 0;
  background:#E7DFCE;
  border-block:1px solid #D1C6AE;
}

.operations-measurement-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(44px,8vw,120px);
  align-items:start;
}

.operations-measurement h2{
  max-width:21ch;
  font-size:var(--type-section);
  text-wrap:balance;
}

.operations-measurement ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid #C7BCA5;
}

.operations-measurement li{
  min-height:94px;
  padding:20px 18px;
  border-right:1px solid #C7BCA5;
  border-bottom:1px solid #C7BCA5;
  color:#263E32;
  font-weight:700;
}

html[lang="zh-Hans"] .operations-hero-copy h1{
  letter-spacing:0;
  line-height:1.14;
}

@media (max-width:900px){
  .approach-operations-bridge-grid,
  .operations-section-head,
  .operations-measurement-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .operations-hero-grid{
    grid-template-columns:1fr;
    gap:0;
    min-height:0;
  }

  .operations-hero-copy{
    max-width:760px;
    margin:0;
    padding:56px 0 44px;
  }

  .operations-hero-visual{
    min-height:0;
    height:390px;
  }

  .operations-metrics-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .operations-metrics article:nth-child(2){
    border-right:0;
  }

  .operations-metrics article:nth-child(-n+2){
    border-bottom:1px solid #D7CEBA;
  }
}

@media (max-width:700px){
  .academy-operations-note{
    align-items:flex-start;
    flex-direction:column;
  }

  .operations-milestone-list{
    grid-template-columns:1fr;
  }

  .operations-flywheel-original figcaption{
    padding:10px 14px;
  }

  .operations-hero-copy{
    padding:48px 0 36px;
  }

  .operations-hero-copy h1{
    max-width:16ch;
  }

  .operations-hero-visual{
    min-height:0;
    height:clamp(280px,72vw,340px);
  }

  .operations-hero-visual figcaption{
    bottom:16px;
    min-width:0;
    max-width:88%;
  }

  .operations-metrics article{
    padding:22px 16px;
  }

  .operations-metrics article:first-child,
  .operations-metrics article:nth-child(3){
    border-left:0;
  }

  .operations-milestone{
    grid-template-rows:auto 1fr;
  }

  .operations-milestone-gallery.media-count-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:clamp(210px,62vw,300px) clamp(140px,42vw,190px);
    aspect-ratio:auto;
  }

  .operations-media-card.primary{
    grid-row:auto;
    grid-column:1 / -1;
  }

  .operations-process-panel{
    height:174px;
    padding:14px;
  }

  .operations-system-visual{
    grid-template-rows:auto 174px;
  }

  .operations-process{
    grid-template-rows:18px minmax(0,1fr);
  }

  .operations-step-flow{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(2,minmax(0,1fr));
  }

  .operations-step-flow li+li{
    border-left:1px solid #BFC8B9;
  }

  .operations-step-flow li:nth-child(even){
    border-left:0;
  }

  .operations-step-flow li:not(:last-child)::after{
    display:none;
  }

  .operations-measurement ul{
    grid-template-columns:1fr;
  }

  .operations-measurement li{
    min-height:0;
    border-right:0;
  }
}

@media (max-width:480px){
  .operations-metrics-grid{
    grid-template-columns:1fr;
  }

  .operations-metrics article,
  .operations-metrics article:nth-child(2){
    border-right:0;
    border-bottom:1px solid #D7CEBA;
  }

  .operations-metrics article:last-child{
    border-bottom:0;
  }

  .operations-milestone-copy{
    padding-inline:22px;
  }

  .profile-operations-list article{
    grid-template-columns:40px 1fr;
  }
}

/* About: an investor-facing company narrative grounded in client materials. */
.about-story-hero{
  background:#0D3729;
  color:#fff;
}

.about-story-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,52fr) minmax(420px,48fr);
  min-height:520px;
}

.about-story-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:74px clamp(50px,6vw,96px) 74px 0;
}

.about-story-hero-copy .as-kicker{
  color:#D7B55B;
}

.about-story-hero h1{
  max-width:12ch;
  margin:0;
  color:#fff;
  font-size:clamp(3rem,4.2vw,4.4rem);
  line-height:1.02;
  letter-spacing:-.038em;
  text-wrap:balance;
}

.about-story-hero-copy>p:not(.as-kicker){
  max-width:60ch;
  margin:26px 0 0;
  color:#DCE8E1;
  font-size:1.03rem;
  line-height:1.72;
}

.about-story-hero-visual{
  position:relative;
  min-width:0;
  margin:0;
  overflow:hidden;
}

.about-story-hero-visual img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
}

.about-story-hero-visual figcaption{
  position:absolute;
  right:20px;
  bottom:18px;
  max-width:30ch;
  padding:9px 11px;
  background:rgba(8,35,26,.86);
  color:#fff;
  font-size:.72rem;
  line-height:1.45;
}

.about-story-why{
  background:#FCFBF7;
}

.about-story-split{
  display:grid;
  grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);
  gap:clamp(58px,9vw,144px);
  align-items:start;
}

.about-story-split h2,
.about-story-journey h2,
.about-story-section-head h2,
.about-story-today h2{
  max-width:16ch;
  margin:0;
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.028em;
  text-wrap:balance;
}

.about-story-split .as-lede{
  margin:0;
}

.about-story-split>div:last-child>p:last-child{
  max-width:65ch;
  margin:26px 0 0;
  padding-top:24px;
  border-top:1px solid #D6D0C3;
  color:#52655C;
  line-height:1.72;
}

.about-story-name{
  padding:var(--space-page-section) 0;
  background:#ECE8DD;
}

.about-story-name-grid{
  display:grid;
  grid-template-columns:minmax(320px,1fr) minmax(0,1fr);
  gap:clamp(58px,9vw,144px);
  align-items:center;
}

.about-story-name blockquote{
  max-width:17ch;
  margin:0;
  color:#123D2D;
  font-family:var(--serif);
  font-size:clamp(2.7rem,4.25vw,4.4rem);
  font-weight:700;
  line-height:1.02;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.about-story-name-grid>p{
  max-width:62ch;
  margin:0;
  padding:26px 0 26px 28px;
  border-left:2px solid #B98C31;
  color:#40564C;
  font-size:1.02rem;
  line-height:1.78;
}

.about-story-journey{
  background:#FCFBF7;
}

.about-story-journey-grid{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:clamp(58px,8vw,128px);
  align-items:start;
}

.about-story-journey-intro{
  position:sticky;
  top:112px;
}

.about-story-journey-intro>p:not(.as-kicker){
  max-width:48ch;
  margin:24px 0;
  color:#526058;
  line-height:1.68;
}

.about-story-timeline{
  margin:0;
  padding:0;
  border-top:1px solid #D4CCBC;
  list-style:none;
}

.about-story-timeline li{
  display:grid;
  grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);
  gap:28px;
  padding:24px 0 26px;
  border-bottom:1px solid #D4CCBC;
}

.about-story-date{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}

.about-story-date time{
  color:#6A706B;
  font-size:.78rem;
  font-weight:750;
  letter-spacing:.03em;
}

.about-story-date span{
  padding:4px 8px;
  border:1px solid #C6A55C;
  border-radius:999px;
  background:#F4ECD9;
  color:#6E541B;
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.about-story-timeline h3{
  margin:0 0 7px;
  font-size:1.25rem;
  line-height:1.18;
}

.about-story-timeline p{
  max-width:56ch;
  margin:0;
  color:#526058;
  font-size:.9rem;
  line-height:1.62;
}

.about-story-founder{
  padding:var(--space-page-section) 0;
  background:#0C3024;
  color:#fff;
}

.about-story-founder-grid{
  display:grid;
  grid-template-columns:minmax(280px,35fr) minmax(0,65fr);
  gap:clamp(54px,8vw,124px);
  align-items:center;
}

.about-story-founder-grid>img{
  width:100%;
  height:min(500px,46vw);
  min-height:410px;
  object-fit:cover;
  object-position:center 18%;
}

.about-story-founder h2{
  max-width:18ch;
  margin:0;
  color:#fff;
  font-size:clamp(2.55rem,3.55vw,3.85rem);
  line-height:1.04;
  letter-spacing:-.032em;
  text-wrap:balance;
}

.about-story-founder .founder-role{
  margin:14px 0 26px;
  color:#D7B55B;
  font-weight:750;
}

.about-story-founder p:not(.as-kicker):not(.founder-role){
  max-width:64ch;
  color:#D3E0DA;
  line-height:1.72;
}

.about-story-team-functions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:680px;
  margin:28px 0 8px;
  padding:0;
  border-top:1px solid rgba(255,255,255,.22);
  list-style:none;
}

.about-story-team-functions li{
  padding:12px 14px 12px 0;
  border-bottom:1px solid rgba(255,255,255,.22);
  color:#E6EFEA;
  font-size:.82rem;
}

.about-story-team-functions li:nth-child(even){
  padding-left:18px;
  border-left:1px solid rgba(255,255,255,.22);
}

.about-story-founder .btn{
  margin-top:22px;
}

.about-story-principles{
  background:#ECE8DD;
}

.about-story-section-head,
.about-story-today-intro{
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(0,1fr);
  gap:clamp(58px,9vw,144px);
  align-items:end;
  margin-bottom:44px;
}

.about-story-section-head>p,
.about-story-today-intro>p{
  max-width:62ch;
  margin:0;
  color:#526058;
  line-height:1.7;
}

.about-story-principles-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0;
  padding:0;
  border-top:1px solid #CFC7B6;
  border-left:1px solid #CFC7B6;
  list-style:none;
}

.about-story-principles-list li{
  min-width:0;
  padding:28px;
  border-right:1px solid #CFC7B6;
  border-bottom:1px solid #CFC7B6;
}

.about-story-principles-list span{
  color:#987120;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.08em;
}

.about-story-principles-list h3{
  margin:28px 0 12px;
  font-size:clamp(1.45rem,1.85vw,1.85rem);
  line-height:1.14;
  text-wrap:balance;
}

.about-story-principles-list p{
  margin:0;
  color:#52655C;
  line-height:1.62;
}

.about-story-today{
  background:#FCFBF7;
}

.about-story-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:12px;
  border-top:1px solid #D8D2C6;
  border-left:1px solid #D8D2C6;
}

.about-story-metrics>div{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-height:128px;
  padding:28px clamp(20px,3vw,40px);
  border-right:1px solid #D8D2C6;
  border-bottom:1px solid #D8D2C6;
}

.about-story-metrics strong{
  color:#123D2D;
  font-family:var(--serif);
  font-size:clamp(1.7rem,2.7vw,2.6rem);
  line-height:1;
}

.about-story-metrics span{
  max-width:28ch;
  color:#5A6B63;
  font-size:.8rem;
  line-height:1.45;
}

.about-story-contact{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  margin-top:34px;
  padding-top:30px;
  border-top:1px solid #D8D2C6;
}

.about-story-contact p{
  max-width:62ch;
  margin:0;
  color:#40564C;
  line-height:1.65;
}

.about-story-contact .btn{
  flex:0 0 auto;
}

@media (max-width:980px){
  .about-story-hero-grid{
    grid-template-columns:1fr;
  }

  .about-story-hero-copy{
    padding:64px 22px 56px;
  }

  .about-story-hero-visual,
  .about-story-hero-visual img{
    min-height:0;
    aspect-ratio:16/10;
  }

  .about-story-hero-visual img{
    height:auto;
  }

  .about-story-journey-grid{
    grid-template-columns:1fr;
  }

  .about-story-journey-intro{
    position:static;
  }

  .about-story-journey-intro h2{
    max-width:18ch;
  }
}

@media (max-width:700px){
  .about-story-hero h1{
    font-size:clamp(2.7rem,12vw,3.45rem);
  }

  .about-story-split,
  .about-story-name-grid,
  .about-story-founder-grid,
  .about-story-section-head,
  .about-story-today-intro{
    grid-template-columns:1fr;
    gap:36px;
  }

  .about-story-name blockquote{
    font-size:clamp(2.45rem,11vw,3.35rem);
  }

  .about-story-name-grid>p{
    padding:22px 0 0;
    border-top:2px solid #B98C31;
    border-left:0;
  }

  .about-story-timeline li{
    grid-template-columns:1fr;
    gap:13px;
  }

  .about-story-date{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }

  .about-story-founder-grid>img{
    height:auto;
    min-height:0;
    max-height:540px;
    aspect-ratio:4/5;
  }

  .about-story-founder h2{
    font-size:clamp(2.35rem,10vw,3rem);
  }

  .about-story-team-functions,
  .about-story-principles-list,
  .about-story-metrics{
    grid-template-columns:1fr;
  }

  .about-story-team-functions li:nth-child(even){
    padding-left:0;
    border-left:0;
  }

  .about-story-principles-list{
    border-left:0;
  }

  .about-story-principles-list li{
    padding:25px 0;
    border-right:0;
  }

  .about-story-metrics{
    border-left:0;
  }

  .about-story-metrics>div{
    min-height:0;
    padding:22px 0;
    border-right:0;
  }

  .about-story-contact{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* About: institutional profile with page-specific content ownership. */
.about-profile-hero{
  background:#0D3729;
  color:#fff;
}

.about-profile-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  gap:clamp(46px,5vw,78px);
  align-items:center;
  min-height:570px;
}

.about-profile-hero-copy{
  padding:84px 0 88px;
}

.about-profile-hero-copy .as-kicker{
  color:#D7B55B;
}

.about-profile-hero h1{
  max-width:14ch;
  margin:22px 0 28px;
  color:#fff;
  font-size:clamp(3.15rem,4.2vw,4.05rem);
  line-height:1.04;
  letter-spacing:-.035em;
}

.about-profile-hero-copy>p:last-child{
  max-width:54ch;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:var(--type-lede);
  line-height:1.75;
}

.about-profile-facts{
  margin:64px 0;
  padding:10px 30px;
  background:#F3ECDD;
  color:var(--ink);
  border-top:4px solid #B98A1F;
  box-shadow:0 24px 60px rgba(0,0,0,.17);
}

.about-profile-facts>div{
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  gap:22px;
  padding:24px 0;
  border-bottom:1px solid #D9D0BC;
}

.about-profile-facts>div:last-child{
  border-bottom:0;
}

.about-profile-facts dt{
  color:#736A58;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.about-profile-facts dd{
  margin:0;
  color:var(--green);
  font-family:var(--serif);
  font-size:1.08rem;
  font-weight:700;
  line-height:1.35;
}

.about-profile-structure{
  background:#F9F6EF;
}

.about-profile-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.7fr);
  gap:clamp(50px,8vw,120px);
  align-items:end;
  margin-bottom:44px;
}

.about-profile-section-head h2,
.about-profile-audiences h2,
.about-profile-accountability h2{
  max-width:14ch;
  margin-top:14px;
  font-size:clamp(2.55rem,4.2vw,4rem);
  line-height:1.04;
  letter-spacing:-.025em;
}

.about-profile-section-head>p{
  max-width:48ch;
  margin:0;
  color:#525A50;
  line-height:1.75;
}

.about-profile-areas{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid #CFC6B3;
  border-left:1px solid #CFC6B3;
}

.about-profile-areas li{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:20px;
  min-height:280px;
  padding:34px;
  border-right:1px solid #CFC6B3;
  border-bottom:1px solid #CFC6B3;
}

.about-profile-areas li:nth-child(2),
.about-profile-areas li:nth-child(3){
  background:#F2EEE4;
}

.about-profile-areas li>span,
.about-profile-audience-list article>span{
  color:#9A741D;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
}

.about-profile-areas li>div{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.about-profile-areas h3{
  max-width:18ch;
  margin:0 0 17px;
  font-size:clamp(1.55rem,2vw,2rem);
}

.about-profile-areas p{
  max-width:45ch;
  margin:0 0 24px;
  color:#51594F;
  line-height:1.7;
}

.about-profile-areas .text-link{
  align-self:flex-start;
  margin-top:auto;
}

.about-profile-audiences{
  padding:var(--space-page-section) 0;
  background:#103E2F;
  color:#fff;
}

.about-profile-audiences-grid{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:clamp(60px,9vw,132px);
  align-items:start;
}

.about-profile-audiences .as-kicker{
  color:#D7B55B;
}

.about-profile-audiences h2{
  color:#fff;
}

.about-profile-audiences-intro>p:last-child{
  max-width:40ch;
  margin:25px 0 0;
  color:rgba(255,255,255,.72);
  line-height:1.75;
}

.about-profile-audience-list{
  border-top:1px solid rgba(255,255,255,.28);
}

.about-profile-audience-list article{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:20px;
  align-items:start;
  padding:25px 0;
  border-bottom:1px solid rgba(255,255,255,.28);
}

.about-profile-audience-list h3{
  margin:0 0 7px;
  color:#fff;
  font-size:1.3rem;
}

.about-profile-audience-list p{
  max-width:50ch;
  margin:0;
  color:rgba(255,255,255,.7);
  line-height:1.65;
}

.about-profile-audience-list article>a{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  min-width:150px;
  color:#F2D984;
  font-size:.78rem;
  font-weight:800;
  text-align:right;
  text-decoration:none;
}

.about-profile-audience-list article>a:hover{
  color:#fff;
}

.about-profile-accountability{
  background:#EDE4D3;
}

.about-profile-accountability-grid{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(360px,1.22fr);
  gap:clamp(56px,9vw,132px);
  align-items:start;
}

.about-profile-accountability-grid>div:last-child>p{
  max-width:60ch;
  margin:4px 0 0;
  color:#3F493F;
  font-size:1.03rem;
  line-height:1.78;
}

.about-profile-contact-lines{
  display:flex;
  flex-wrap:wrap;
  gap:10px 30px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid #CFC3AB;
}

.about-profile-contact-lines a{
  color:var(--green);
  font-weight:700;
  text-underline-offset:4px;
}

@media (max-width:980px){
  .about-profile-hero-grid,
  .about-profile-audiences-grid,
  .about-profile-accountability-grid{
    grid-template-columns:1fr;
  }

  .about-profile-hero-grid{
    gap:0;
    min-height:0;
  }

  .about-profile-hero-copy{
    padding:68px 0 20px;
  }

  .about-profile-hero h1{
    max-width:15ch;
  }

  .about-profile-facts{
    margin:30px 0 68px;
  }

  .about-profile-audiences-grid,
  .about-profile-accountability-grid{
    gap:45px;
  }

  .about-profile-audiences-intro>p:last-child{
    max-width:58ch;
  }
}

@media (max-width:700px){
  .about-profile-hero h1{
    font-size:clamp(2.75rem,12vw,3.55rem);
  }

  .about-profile-facts{
    padding:4px 22px;
  }

  .about-profile-facts>div{
    grid-template-columns:1fr;
    gap:8px;
    padding:19px 0;
  }

  .about-profile-section-head{
    grid-template-columns:1fr;
    gap:24px;
  }

  .about-profile-section-head h2,
  .about-profile-audiences h2,
  .about-profile-accountability h2{
    max-width:15ch;
    font-size:clamp(2.25rem,10vw,3rem);
  }

  .about-profile-areas{
    grid-template-columns:1fr;
  }

  .about-profile-areas li,
  .about-profile-areas li:nth-child(2),
  .about-profile-areas li:nth-child(3){
    min-height:0;
    padding:27px 22px;
    background:transparent;
  }

  .about-profile-areas li:nth-child(even){
    background:#F2EEE4;
  }

  .about-profile-audience-list article{
    grid-template-columns:30px minmax(0,1fr);
    gap:14px;
  }

  .about-profile-audience-list article>a{
    grid-column:2;
    justify-content:flex-start;
    min-width:0;
    text-align:left;
  }
}

/* Investor-facing copy and interaction refinement. */
.foot-grid{
  grid-template-columns:minmax(250px,1fr) minmax(360px,1.25fr) minmax(300px,1fr);
}

.foot-grid>:first-child,
.foot-grid>:last-child,
.site-foot .brand.light span{
  min-width:0;
}

.site-foot .brand.light strong{
  font-size:clamp(1.05rem,1.35vw,1.3rem);
  line-height:1.12;
}

.foot-nav-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:2px 24px;
}

.foot-nav-links a{
  display:flex;
  align-items:center;
  min-height:32px;
}

.portfolio-timeline h3 a{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  min-height:30px;
  color:inherit;
  text-decoration:none;
}

.timeline-link-arrow{
  opacity:.3;
  transition:opacity .18s ease,transform .18s ease;
}

.portfolio-timeline h3 a:hover .timeline-link-arrow,
.portfolio-timeline h3 a:focus-visible .timeline-link-arrow{
  opacity:1;
  transform:translateX(3px);
}

.profile-focus{
  padding:24px 0;
}

.profile-focus h3{
  margin-bottom:15px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.profile-focus-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  margin:0;
  padding:0;
  list-style:none;
}

.profile-focus-list li{
  position:relative;
  padding-left:15px;
  color:#405047;
  font-size:.875rem;
  font-weight:700;
}

.profile-focus-list li::before{
  position:absolute;
  top:.65em;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
  content:"";
  transform:translateY(-50%);
}

.aside-application-links{
  gap:0;
}

.aside-application-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:44px;
  padding:10px 0;
  border-bottom:1px solid #D7CBB2;
  color:var(--green);
  text-decoration:none;
}

.aside-application-links a:last-child{
  border-bottom:0;
}

.aside-application-links a span:last-child{
  transition:transform .18s ease;
}

.aside-application-links a:hover span:last-child,
.aside-application-links a:focus-visible span:last-child{
  transform:translateX(3px);
}

.form-verification .field-help{
  margin:0 0 9px;
  color:#59665D;
}

.sub-form{
  width:100%;
  align-items:stretch;
}

.sub-form input[type="email"]{
  min-width:0;
  height:42px;
  flex:1 1 auto;
}

.sub-form .btn{
  min-width:72px;
  height:42px;
  padding:0 16px;
  flex:0 0 auto;
  line-height:40px;
  white-space:nowrap;
}

html[lang="zh-Hans"] :is(h1,h2,h3){
  overflow-wrap:normal;
  word-break:normal;
  line-break:strict;
  text-wrap:balance;
}

html[lang="zh-Hans"] :is(p,li){
  text-wrap:pretty;
}

@media (min-width:621px) and (max-width:900px){
  .foot-grid{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  }

  .foot-grid>:last-child{
    grid-column:1 / -1;
  }
}

@media (max-width:620px){
  .foot-grid{
    grid-template-columns:1fr;
  }

  .foot-nav-links{
    gap:0 18px;
  }

  .foot-nav-links a{
    min-height:40px;
  }
}

/* ==========================================================================
   Public field and source library
   ========================================================================== */

.source-library-page{
  background:#fbfaf6;
}

#field-films,
#field-photographs,
#source-records,
#academy-source-notes,
#source-editions{
  scroll-margin-top:120px;
}

.field-motion-footer{
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:space-between;
  margin-top:24px;
}

.field-motion-footer .field-motion-note{
  margin:0;
}

.source-library-hero{
  overflow:hidden;
  background:#173f2f;
  color:#e8f0e9;
}

.source-library-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);
  gap:clamp(48px,7vw,110px);
  align-items:center;
  min-height:470px;
  padding-top:60px;
  padding-bottom:60px;
}

.source-library-hero h1{
  max-width:780px;
  margin:0;
  color:#fff;
  font-size:var(--type-display-xl);
  line-height:1;
  letter-spacing:-.045em;
}

.source-library-hero-copy>p:last-of-type{
  max-width:60ch;
  margin:24px 0 0;
  color:#d6e3d8;
  font-size:1.08rem;
  line-height:1.68;
}

.source-library-ledger{
  border-top:1px solid rgba(255,255,255,.3);
  border-bottom:1px solid rgba(255,255,255,.3);
}

.source-library-ledger a{
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  gap:18px;
  align-items:baseline;
  min-height:44px;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.16);
  color:inherit;
  text-decoration:none;
  transition:background-color .2s ease,transform .2s ease;
}

.source-library-ledger a:first-child{
  border-top:0;
}

.source-library-ledger a:hover{
  background:rgba(255,255,255,.035);
  transform:translateX(2px);
}

.source-library-ledger a:focus-visible{
  outline:2px solid #F2CE70;
  outline-offset:5px;
}

.source-library-ledger strong{
  color:#f2ce70;
  font-family:var(--serif);
  font-size:2rem;
  line-height:1;
}

.source-library-ledger span{
  color:#edf3ee;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.07em;
  line-height:1.45;
  text-transform:uppercase;
}

.source-library-intro{
  background:#f4f0e5;
  border-bottom:1px solid #e3dcc9;
}

.source-library-intro-grid{
  display:grid;
  grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);
  gap:clamp(42px,7vw,100px);
  align-items:start;
}

.source-library-intro h2,
.source-library-section-head h2{
  margin:0;
  color:var(--green);
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.028em;
}

.source-library-intro-copy{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.source-library-intro-copy p{
  margin:0;
  color:#435047;
  line-height:1.72;
}

.source-library-film{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
  background:#102f23;
  color:#e7efe8;
}

.source-library-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(260px,.62fr);
  gap:48px;
  align-items:end;
  margin-bottom:36px;
}

.source-library-section-head.light h2{
  color:#fff;
}

.source-library-section-head>p{
  max-width:52ch;
  margin:0;
  color:#526158;
  line-height:1.65;
}

.source-library-section-head.light>p{
  color:#ccdad0;
}

.source-library-page .source-library-film{
  background:#f4f0e5;
  color:#26362e;
}

.source-library-page .source-library-section-head.light h2{
  color:var(--green);
}

.source-library-page .source-library-section-head.light>p{
  color:#526158;
}

.source-library-page .source-film-card{
  border-top-color:#d8ceb5;
}

.source-library-page .source-film-card h3{
  color:var(--green);
}

.source-library-page .source-film-card h3 a:hover,
.source-library-page .source-film-card h3 a:focus-visible,
.source-library-page .source-film-link{
  color:#7e5d14;
}

.source-library-page .source-film-card p,
.source-library-page .source-library-note{
  color:#526158;
}

.source-library-page .mobile-swipe-hint{
  color:#765611;
}

.source-film-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px 18px;
}

.source-film-card{
  min-width:0;
  margin:0;
  border-top:1px solid rgba(255,255,255,.24);
  padding-top:14px;
}

.source-film-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/10;
  background:#081f17;
}

.source-film-media video{
  display:block;
  width:100%;
  height:100%;
  background:#081f17;
  object-fit:contain;
}

.source-film-media>span{
  position:absolute;
  top:12px;
  left:12px;
  z-index:1;
  min-width:34px;
  padding:5px 7px;
  background:rgba(8,31,23,.82);
  color:#f1cf73;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-align:center;
}

.source-film-card figcaption{
  display:grid;
  grid-template-columns:minmax(140px,.42fr) minmax(0,.58fr);
  gap:24px;
  padding:17px 0 0;
}

.source-film-card h3{
  margin:0;
  color:#fff;
  font-size:var(--type-card);
  line-height:1.15;
}

.source-film-card h3 a{
  color:inherit;
  text-decoration:none;
}

.source-film-card h3 a:hover,
.source-film-card h3 a:focus-visible{
  color:#f1cf73;
}

.source-film-card p{
  margin:0;
  color:#cbd8ce;
  font-size:.9rem;
  line-height:1.62;
}

.source-film-link{
  display:inline-flex;
  margin-top:9px;
  color:#f1cf73;
  font-size:.78rem;
  font-weight:800;
  text-decoration:none;
}

.source-film-link:hover,
.source-film-link:focus-visible{
  text-decoration:underline;
  text-underline-offset:4px;
}

.video-watch{
  padding-top:clamp(64px,9vw,122px);
}

.video-watch-grid{
  display:grid;
  grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);
  gap:clamp(36px,6vw,88px);
  align-items:center;
}

.video-watch-copy{
  min-width:0;
}

.video-watch-copy h1{
  margin:18px 0 20px;
  color:#fff;
  font-size:clamp(2.6rem,5vw,5.2rem);
  line-height:.98;
  letter-spacing:-.035em;
}

.video-watch-copy .guide-back{
  margin:20px 0 0;
}

.video-watch-copy .guide-back a{
  color:#f1cf73;
}

.video-watch-copy .lede{
  color:#fff;
  font-size:1.12rem;
  line-height:1.58;
}

.video-watch-copy>p:last-child{
  color:#cbd8ce;
  line-height:1.65;
}

.video-watch-media{
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 70px rgba(0,0,0,.22);
}

.video-watch-context{
  background:#fbfaf6;
}

.source-library-note{
  margin:26px 0 0;
  color:#aebfb2;
  font-size:.8rem;
  line-height:1.55;
}

.mobile-swipe-hint{
  display:none;
}

.source-library-photo{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
  background:#fbfaf6;
}

.source-photo-grid{
  columns:4 240px;
  column-gap:14px;
}

.source-photo-card{
  position:relative;
  display:block;
  break-inside:avoid;
  margin:0 0 14px;
  overflow:hidden;
  background:#e5e6dc;
}

.source-photo-card img{
  display:block;
  width:100%;
  height:auto;
  min-height:160px;
  object-fit:cover;
  transition:transform .42s ease;
}

.source-photo-card:hover img{
  transform:scale(1.018);
}

.source-photo-card span{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:4px 7px;
  background:rgba(12,39,29,.82);
  color:#fff;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.08em;
}

.source-library-documents{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
  background:#fff;
  border-top:1px solid #e3ddcf;
}

.source-document-list{
  border-top:1px solid #cbc4b4;
}

.source-document-row{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:23px 0;
  border-bottom:1px solid #ddd6c7;
  color:inherit;
  text-decoration:none;
}

.source-document-index{
  color:#946f17;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.1em;
}

.source-document-copy{
  min-width:0;
}

.source-document-copy h3{
  margin:0;
  color:var(--green);
  font-size:var(--type-card);
  line-height:1.18;
}

.source-document-copy p{
  max-width:74ch;
  margin:7px 0 0;
  color:#536057;
  font-size:.9rem;
  line-height:1.58;
}

.source-document-facts{
  margin-top:13px;
  padding-top:12px;
  border-top:1px solid #e1dbcf;
}

.source-document-facts summary{
  width:max-content;
  max-width:100%;
  color:#173f2f;
  cursor:pointer;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.025em;
}

.source-document-facts summary:hover{
  color:#8b6714;
}

.source-document-facts ul{
  display:grid;
  gap:8px;
  margin:13px 0 0;
  padding-left:19px;
  color:#445148;
}

.source-document-facts li{
  padding-left:3px;
  font-size:.86rem;
  line-height:1.58;
}

.source-document-copy .source-version-note,
.source-context-list .source-version-note{
  margin-top:10px;
  padding-left:12px;
  border-left:2px solid #b58a25;
  color:#6f736c;
  font-size:.78rem;
  line-height:1.55;
}

.source-document-meta{
  display:flex;
  gap:8px 18px;
  align-items:center;
  justify-content:flex-end;
  color:#6b736a;
  font-size:.75rem;
  font-weight:800;
  text-align:right;
}

.source-document-meta b{
  color:var(--green);
}

.source-document-row:hover .source-document-copy h3{
  text-decoration:underline;
  text-decoration-color:#b58a25;
  text-underline-offset:4px;
}

.profile-source-editions{
  margin-top:clamp(52px,6vw,76px);
  padding-top:clamp(44px,5vw,64px);
  border-top:1px solid #d5cebe;
}

.profile-source-editions .as-section-head{
  margin-bottom:24px;
}

.profile-source-editions .source-document-row{
  grid-template-columns:42px minmax(0,1fr);
  align-items:start;
}

.profile-source-editions .source-document-meta{
  grid-column:2;
  justify-content:flex-start;
  text-align:left;
}

.profile-source-editions>.text-link{
  display:inline-flex;
  margin-top:22px;
}

.source-library-context{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
  background:#eaf0e9;
}

.source-context-grid{
  display:grid;
  grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);
  gap:clamp(42px,7vw,100px);
  align-items:start;
}

.source-context-list{
  border-top:1px solid #bdc9bf;
}

.source-context-list article{
  display:grid;
  grid-template-columns:minmax(170px,.42fr) minmax(0,.58fr);
  gap:28px;
  padding:20px 0;
  border-bottom:1px solid #cbd5cc;
}

.source-context-list h3{
  margin:0;
  color:var(--green);
  font-size:1.08rem;
}

.source-context-list p{
  margin:0;
  color:#4e5b52;
  font-size:.9rem;
  line-height:1.62;
}

@media (max-width:980px){
  .source-library-hero-grid,
  .source-library-intro-grid,
  .source-context-grid{
    grid-template-columns:1fr;
  }

  .source-library-hero-grid{
    min-height:auto;
    gap:42px;
  }

  .source-library-ledger{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .source-library-ledger a{
    padding:18px 0;
  }

  .source-library-ledger a:nth-child(even){
    padding-left:22px;
    border-left:1px solid rgba(255,255,255,.16);
  }

  .source-film-card figcaption{
    grid-template-columns:1fr;
    gap:7px;
  }
}

@media (max-width:720px){
  .field-motion-footer{
    display:block;
  }

  .field-motion-footer .btn{
    margin-top:16px;
  }

  .source-library-hero-grid{
    gap:30px;
    padding-top:44px;
    padding-bottom:44px;
  }

  .source-library-hero h1{
    font-size:clamp(2.7rem,12vw,3.55rem);
  }

  .source-library-intro-copy,
  .source-library-section-head,
  .source-context-list article{
    grid-template-columns:1fr;
  }

  .source-film-grid{
    display:flex;
    gap:14px;
    margin-right:-22px;
    margin-left:-22px;
    padding-right:22px;
    padding-left:22px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-padding-left:22px;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
    scrollbar-color:#b58a25 rgba(255,255,255,.12);
  }

  .source-film-card{
    width:82vw;
    max-width:340px;
    flex:0 0 82vw;
    scroll-snap-align:start;
  }

  .source-library-note{
    display:grid;
    gap:7px;
  }

  .mobile-swipe-hint{
    display:block;
    color:#f0d17a;
    font-weight:800;
  }

  .source-library-section-head{
    gap:18px;
  }

  .video-watch-grid{
    grid-template-columns:1fr;
  }

  .video-watch-copy h1{
    font-size:clamp(2.5rem,12vw,3.6rem);
  }

  .source-photo-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    columns:auto;
  }

  .source-photo-card{
    aspect-ratio:4/5;
    margin:0;
  }

  .source-photo-card img{
    height:100%;
    min-height:0;
    object-fit:cover;
  }

  .source-document-row{
    grid-template-columns:34px minmax(0,1fr);
    gap:14px;
  }

  .source-document-meta{
    grid-column:2;
    justify-content:flex-start;
    text-align:left;
  }

  .profile-source-editions .as-section-head{
    grid-template-columns:1fr;
    gap:15px;
  }
}

@media (max-width:440px){
  .source-library-ledger{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .source-library-ledger a{
    grid-template-columns:42px minmax(0,1fr);
    gap:8px;
    padding:14px 0;
  }

  .source-library-ledger a:nth-child(even){
    padding-left:12px;
    border-left:1px solid rgba(255,255,255,.16);
  }

  .source-library-ledger strong{font-size:1.65rem}
  .source-library-ledger span{font-size:.67rem;letter-spacing:.045em}
}

@media (prefers-reduced-motion:reduce){
  .source-library-ledger a:hover{
    transform:none;
  }

  .source-photo-card img{
    transition:none;
  }

  .source-photo-card:hover img{
    transform:none;
  }
}

/* Version 2 client-footage edit: quiet, user-controlled field video. */
.field-motion{
  background:#123D2D;
  color:#E8F0E9;
}

.field-motion-head{
  align-items:end;
  margin-bottom:30px;
}

.field-motion-head h2{
  max-width:720px;
  color:#fff;
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.028em;
}

.field-motion-head>p{
  max-width:58ch;
  color:#D6E4D9;
}

.field-motion-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.field-motion-card{
  min-width:0;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:#F8F5ED;
  color:var(--ink);
  box-shadow:0 20px 52px rgba(3,18,11,.22);
}

.field-motion-media{
  position:relative;
  min-width:0;
  overflow:hidden;
  background:#07170F;
}

.field-motion-media video{
  display:block;
  width:100%;
  background:#07170F;
}

.field-motion-card.landscape .field-motion-media video{
  aspect-ratio:16/9;
  object-fit:cover;
}

.field-motion-card.portrait{
  display:grid;
  grid-template-columns:minmax(190px,42%) minmax(0,1fr);
}

.field-motion-card.portrait .field-motion-media{
  min-height:410px;
}

.field-motion-card.portrait .field-motion-media video{
  width:100%;
  height:100%;
  object-fit:cover;
}

.field-motion-media>span{
  position:absolute;
  top:12px;
  left:12px;
  z-index:1;
  min-width:38px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(8,29,20,.82);
  color:#fff;
  font-size:.72rem;
  font-weight:800;
  line-height:1;
  letter-spacing:.1em;
  pointer-events:none;
}

.field-motion-card figcaption{
  padding:20px 22px 23px;
}

.field-motion-card.portrait figcaption{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.field-motion-card h3{
  margin:0 0 8px;
  color:var(--green);
  font-size:var(--type-card);
  line-height:1.15;
}

.field-motion-card p{
  margin:0;
  color:#536057;
  font-size:var(--type-small);
  line-height:1.58;
}

.field-motion-note{
  margin:20px 0 0;
  color:#C9DACC;
  font-size:.78rem;
  line-height:1.55;
}

@media (max-width:920px){
  .field-motion-grid{
    grid-template-columns:1fr;
  }

  .field-motion-card.portrait .field-motion-media{
    min-height:360px;
  }
}

@media (max-width:620px){
  .field-motion-head{
    margin-bottom:22px;
  }

  .field-motion-card.portrait{
    display:block;
  }

  .field-motion-card.portrait .field-motion-media{
    min-height:0;
  }

  .field-motion-card.portrait .field-motion-media video{
    width:100%;
    height:auto;
    max-height:520px;
    aspect-ratio:9/16;
    object-fit:contain;
  }
}

/* Version 2: privacy-screened client field documentation. */
.field-evidence{
  background:#f3f0e8;
  color:#173f2f;
}

.field-evidence-head{
  align-items:end;
  margin-bottom:32px;
}

.field-evidence-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.field-evidence-card{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(23,63,47,.14);
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 34px rgba(18,48,36,.08);
}

.field-evidence-card img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.field-evidence-card figcaption{
  padding:22px 22px 24px;
}

.field-evidence-card h3{
  margin:0 0 9px;
  font-size:var(--type-card);
  line-height:1.15;
}

.field-evidence-card p{
  margin:0;
  color:#456156;
  font-size:var(--type-small);
  line-height:1.6;
}

.field-evidence-note{
  margin:20px 0 0;
  color:#657a70;
  font-size:.78rem;
  line-height:1.55;
}

@media (max-width:860px){
  .field-evidence-grid{
    grid-template-columns:1fr;
  }

  .field-evidence-card{
    display:grid;
    grid-template-columns:minmax(220px,40%) 1fr;
  }

  .field-evidence-card img{
    height:100%;
    min-height:230px;
  }
}

@media (max-width:620px){
  .field-evidence-card{
    display:block;
  }

  .field-evidence-card img{
    min-height:0;
  }
}

/* ==========================================================================
   Version 2 — sourced portfolio and Academy content
   ========================================================================== */

.portfolio-status{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:24px;
  padding:4px 9px;
  border:1px solid #BFD5C7;
  border-radius:999px;
  background:#E8F1EB;
  color:#24543E;
  font-size:.68rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.055em;
  line-height:1.2;
  text-transform:uppercase;
}

.portfolio-status.anticipated{
  border-color:#E0C98F;
  background:#F7EDD1;
  color:#77580F;
}

.profile-card-meta{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.profile-card-meta .profile-kicker{
  margin-top:4px;
}

.profile-detail-heading .portfolio-status{
  min-height:31px;
  margin-bottom:16px;
  padding:7px 12px;
  border-color:rgba(255,255,255,.68);
  background:rgba(250,252,249,.96);
  box-shadow:0 8px 24px rgba(4,25,16,.22);
  color:#174B36;
  font-size:.78rem;
  letter-spacing:.035em;
  line-height:1.2;
  text-transform:none;
}

.profile-detail-heading .portfolio-status.anticipated{
  border-color:#E7CB80;
  background:#FFF5D8;
  color:#6B4C08;
}

.portfolio-hero-actions{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:28px;
}

.portfolio-hero-actions .light-link{
  margin-top:0;
}

.portfolio-snapshot{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  padding-top:26px;
  padding-bottom:26px;
}

.portfolio-snapshot>div{
  min-height:96px;
  padding:8px 24px;
  border-left:1px solid #D6CEBD;
}

.portfolio-snapshot>div:first-child{
  padding-left:0;
  border-left:0;
}

.portfolio-snapshot strong,
.portfolio-snapshot span{
  display:block;
}

.portfolio-snapshot strong{
  color:var(--green);
  font-family:var(--serif);
  font-size:clamp(1.7rem,2.9vw,2.6rem);
  line-height:1.08;
}

.portfolio-snapshot span{
  max-width:19ch;
  margin-top:7px;
  color:#555C54;
  font-size:.82rem;
  line-height:1.4;
}

.portfolio-regions .region-grid{
  border-top:1px solid #D6CEBD;
}

.portfolio-journey{
  background:#F8F5EE;
}

.portfolio-journey-grid{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(460px,1.3fr);
  gap:clamp(48px,7vw,98px);
  align-items:start;
}

.portfolio-journey-intro{
  position:sticky;
  top:112px;
}

.portfolio-journey-intro h2{
  max-width:12ch;
  font-size:clamp(2.1rem,3.7vw,3.3rem);
  letter-spacing:-.035em;
}

.portfolio-journey-intro>p:not(.as-kicker){
  max-width:47ch;
  color:#485048;
}

.portfolio-source-note{
  padding-top:18px;
  border-top:1px solid var(--line);
  font-size:.78rem;
}

.portfolio-timeline{
  position:relative;
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.portfolio-timeline::before{
  position:absolute;
  top:10px;
  bottom:22px;
  left:176px;
  width:1px;
  background:#BFCABC;
  content:"";
}

.portfolio-timeline li{
  display:grid;
  grid-template-columns:150px 26px minmax(0,1fr);
  gap:14px;
  min-height:118px;
}

.portfolio-timeline time{
  padding-top:4px;
  color:#616860;
  font-size:.82rem;
  font-weight:750;
  text-align:right;
}

.portfolio-timeline-marker{
  position:relative;
  z-index:1;
  display:block;
  width:13px;
  height:13px;
  margin:5px auto 0;
  border:3px solid #F8F5EE;
  border-radius:50%;
  background:var(--green-3);
  box-shadow:0 0 0 1px #8BA595;
}

.portfolio-timeline .anticipated .portfolio-timeline-marker{
  background:var(--gold);
  box-shadow:0 0 0 1px #B58B2D;
}

.portfolio-timeline h3{
  margin:7px 0 2px;
  font-size:1.2rem;
}

.portfolio-timeline p{
  margin:0;
  color:#5A6159;
  font-size:.88rem;
}

.project-list>a>span{
  display:grid;
  justify-items:start;
  gap:5px;
}

.academy-programs{
  background:#F8F5EE;
  border-top:1px solid #E1DACB;
  border-bottom:1px solid #E1DACB;
}

.academy-programs-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.75fr);
  gap:clamp(36px,7vw,88px);
  align-items:end;
  margin-bottom:34px;
}

.academy-programs-head h2{
  max-width:16ch;
  font-size:clamp(2.25rem,4vw,3.6rem);
  letter-spacing:-.04em;
}

.academy-programs-head>div:last-child p{
  color:#4D554D;
}

.academy-program-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid #D6CEBE;
  border-left:1px solid #D6CEBE;
}

.academy-program-card{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:18px;
  min-height:330px;
  padding:30px;
  border-right:1px solid #D6CEBE;
  border-bottom:1px solid #D6CEBE;
  background:#FFFDF8;
}

.academy-program-index{
  color:var(--gold);
  font-family:var(--serif);
  font-size:1.15rem;
  font-weight:800;
}

.academy-program-card h3{
  font-size:1.55rem;
}

.academy-program-card p{
  min-height:3.2em;
  color:#525A52;
}

.academy-program-card ul{
  display:grid;
  gap:7px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.academy-program-card li{
  position:relative;
  padding-left:19px;
  color:#303931;
  font-size:.9rem;
}

.academy-program-card li::before{
  position:absolute;
  top:.65em;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green-3);
  content:"";
  transform:translateY(-50%);
}

.academy-events-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:30px 0 0;
  padding-top:22px;
  border-top:1px solid #D7D0C2;
  color:#4C554C;
  font-size:.9rem;
}

.disclosure-matrix{
  margin:clamp(48px,7vw,72px) 0;
  padding-top:34px;
  border-top:1px solid var(--line);
}

.disclosure-matrix-head{
  margin-bottom:24px;
}

.disclosure-matrix-head h2{
  max-width:16ch;
  font-size:clamp(2rem,3.6vw,3rem);
}

.disclosure-matrix-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #D6CEBE;
  border-left:1px solid #D6CEBE;
}

.disclosure-matrix-grid article{
  min-height:260px;
  padding:24px;
  border-right:1px solid #D6CEBE;
  border-bottom:1px solid #D6CEBE;
  background:#FFFDF8;
}

.disclosure-matrix-grid span{
  color:#7A6023;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.disclosure-matrix-grid h3{
  margin-top:16px;
  font-size:1.28rem;
}

.disclosure-matrix-grid p{
  color:#4E564E;
  font-size:.9rem;
}

@media (max-width:920px){
  .portfolio-snapshot{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .portfolio-snapshot>div:nth-child(3){
    border-left:0;
  }

  .portfolio-journey-grid,
  .academy-programs-head{
    grid-template-columns:1fr;
  }

  .disclosure-matrix-grid{
    grid-template-columns:1fr;
  }

  .disclosure-matrix-grid article{
    min-height:0;
  }

  .portfolio-journey-intro{
    position:static;
  }

  .portfolio-journey-intro h2{
    max-width:18ch;
  }
}

@media (max-width:620px){
  .atlas-evidence-inner{
    grid-template-columns:1fr 1fr;
  }

  .atlas-evidence-count{
    min-width:0;
  }

  .atlas-evidence-count+.atlas-evidence-count{
    margin-left:14px;
  }

  .atlas-evidence-region{
    grid-column:1 / -1;
    margin:12px 0 0;
    padding-top:14px;
    border-top:1px solid #D6D0C3;
  }

  .portfolio-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .portfolio-hero-actions .btn{
    width:100%;
    text-align:center;
  }

  .portfolio-snapshot{
    padding-top:18px;
    padding-bottom:18px;
  }

  .portfolio-snapshot>div{
    min-height:88px;
    padding:10px 14px;
  }

  .portfolio-snapshot>div:nth-child(odd){
    border-left:0;
  }

  .portfolio-timeline::before{
    left:7px;
  }

  .portfolio-timeline li{
    grid-template-columns:18px minmax(0,1fr);
    gap:12px;
    min-height:142px;
  }

  .portfolio-timeline time{
    grid-column:2;
    padding-top:0;
    text-align:left;
  }

  .portfolio-timeline-marker{
    grid-row:1 / span 2;
    margin-top:5px;
  }

  .portfolio-timeline li>div{
    grid-column:2;
  }

  .academy-program-grid{
    grid-template-columns:1fr;
  }

  .academy-program-card{
    min-height:0;
    padding:24px 20px;
  }

  .academy-program-card p{
    min-height:0;
  }

}

/* Version 2 first-party applications */
.application-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:clamp(42px,7vw,100px);
  align-items:end;
}

.application-hero-note{
  padding:26px 28px;
  border:1px solid rgba(255,255,255,.2);
  border-top:4px solid var(--gold);
  background:rgba(255,255,255,.07);
}

.application-hero-note b{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-family:var(--serif);
  font-size:1.3rem;
}

.application-hero-note p{
  margin:0;
  color:#E0EBE3;
  font-size:.96rem;
}

.application-form{
  padding:clamp(24px,4vw,44px);
}

.form-section+.form-section{
  margin-top:38px;
  padding-top:38px;
  border-top:1px solid #DED6C5;
}

.form-section-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:start;
  margin-bottom:24px;
}

.form-section-head>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-weight:900;
  letter-spacing:.04em;
}

.form-section-head h2{
  margin:0;
  color:var(--green);
  font-size:1.55rem;
}

.form-section-head p{
  margin:4px 0 0;
  color:#667168;
  font-size:.92rem;
}

.application-form>label,
.form-section>label,
.form-section>.two,
.form-section>.form-fieldset{
  margin-top:18px;
}

.form-fieldset{
  min-width:0;
  padding:0;
  border:0;
}

.form-fieldset legend{
  margin-bottom:10px;
  color:var(--ink);
  font-weight:800;
}

.choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.choice-grid.compact{
  grid-template-columns:repeat(2,minmax(0,180px));
}

.choice-stack{
  display:grid;
  gap:10px;
}

.choice-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-height:46px;
  margin:0;
  padding:11px 13px;
  border:1px solid #DED6C5;
  background:#FBF9F4;
  cursor:pointer;
}

.choice-row:hover{
  border-color:#B7A878;
  background:#fff;
}

.choice-row input,
.consent-row input{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin:1px 0 0;
  accent-color:var(--green);
}

.choice-row span{
  line-height:1.35;
}

.field-help{
  margin:8px 0 0;
  color:#667168;
  font-size:.82rem;
}

.consent-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:28px;
  padding:16px;
  border-left:3px solid var(--gold);
  background:#F5F1E7;
  font-weight:500;
  line-height:1.5;
}

.consent-row a{
  font-weight:800;
}

.form-verification{
  min-height:0;
  margin-top:12px;
}

.form-verification .cf-turnstile{
  width:100%;
}

.verification-unavailable{
  margin-top:22px;
  padding:14px 16px;
  border:1px solid #E3C36A;
  background:#FFF8DF;
  color:#684E0A;
  line-height:1.45;
}

.application-form button[disabled]{
  cursor:not-allowed;
  opacity:.55;
}

/* Focused, source-aware investor-interest form */
.interest-focus-page{
  min-height:calc(100vh - 82px);
  padding:clamp(40px,6vw,72px) 0 clamp(58px,8vw,96px);
  background:linear-gradient(180deg,#F4F0E6 0,#FAF8F2 100%);
}

.interest-focus-shell{
  max-width:760px;
}

.interest-focus-head{
  max-width:650px;
  margin:0 auto 28px;
  text-align:center;
}

.interest-focus-head h1{
  margin:8px 0 12px;
  color:var(--green);
  font-size:clamp(2.25rem,5vw,3.8rem);
  line-height:1.02;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.interest-focus-head>p:last-child{
  max-width:56ch;
  margin:0 auto;
  color:#5E6A61;
  line-height:1.6;
}

.interest-form-slot{
  max-width:680px;
  margin:0 auto;
}

.interest-form{
  margin-top:0;
  padding:clamp(24px,4vw,38px);
  border-top:5px solid var(--gold);
  box-shadow:0 20px 48px rgba(20,51,37,.1);
}

.interest-form>.two,
.interest-form>label{
  margin-top:16px;
}

.interest-form>.two{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.interest-form>label:first-of-type{
  margin-top:0;
}

.interest-form .consent-row{
  margin-top:22px;
}

.interest-form .fine{
  margin:14px 0 0;
}

.application-aside{
  display:grid;
  gap:14px;
}

.application-aside h2,
.privacy-summary h2{
  color:var(--green);
  font-size:1.75rem;
}

.application-steps{
  display:grid;
  gap:0;
  margin:0 0 12px;
  padding:0;
  list-style:none;
  counter-reset:application-step;
}

.application-steps li{
  position:relative;
  display:grid;
  gap:4px;
  padding:0 0 24px 40px;
  counter-increment:application-step;
}

.application-steps li::before{
  content:counter(application-step);
  position:absolute;
  left:0;
  top:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-size:.78rem;
  font-weight:900;
}

.application-steps li:not(:last-child)::after{
  content:"";
  position:absolute;
  left:13px;
  top:30px;
  bottom:2px;
  width:1px;
  background:#C9BFA9;
}

.application-steps span{
  color:#625D52;
  font-size:.9rem;
  line-height:1.45;
}

.aside-application-links{
  display:grid;
  gap:10px;
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #D7CBB2;
}

.aside-application-links a{
  font-weight:800;
}

.application-next{
  padding:clamp(28px,5vw,52px);
  border-top:4px solid var(--gold);
  background:#fff;
  box-shadow:0 16px 40px rgba(20,51,37,.09);
}

.application-next h2{
  color:var(--green);
}

.form-return{
  margin-top:16px;
}

.privacy-layout{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);
  gap:clamp(44px,7vw,92px);
  align-items:start;
}

.privacy-copy{
  display:grid;
  gap:34px;
}

.privacy-copy section{
  padding-bottom:30px;
  border-bottom:1px solid #DED6C5;
}

.privacy-copy section[id]{
  scroll-margin-top:120px;
}

.privacy-copy h2{
  margin:0 0 10px;
  color:var(--green);
  font-size:1.65rem;
}

.privacy-copy p{
  max-width:760px;
  line-height:1.75;
}

.privacy-summary{
  position:sticky;
  top:106px;
  padding:28px;
  border:1px solid #DED2BA;
  border-top:4px solid var(--gold);
  background:#F4EFE3;
}

.privacy-summary ul{
  display:grid;
  gap:12px;
  margin:20px 0 26px;
  padding-left:20px;
}

@media (max-width:920px){
  .application-hero-grid,
  .privacy-layout{
    grid-template-columns:1fr;
    gap:30px;
  }

  .privacy-summary{
    position:static;
  }

}

@media (max-width:620px){
  .application-form{
    padding:22px 18px;
  }

  .form-section-head{
    grid-template-columns:36px minmax(0,1fr);
  }

  .form-section-head>span{
    width:36px;
    height:36px;
  }

  .choice-grid,
  .choice-grid.compact{
    grid-template-columns:1fr;
  }

  .interest-focus-page{
    padding-top:32px;
  }

  .interest-focus-head{
    margin-bottom:22px;
    text-align:left;
  }

  .interest-focus-head h1{
    font-size:2.35rem;
  }
}

/* ==========================================================================
   2026-07-27 expert UI/UX implementation
   Clearer navigation, calibrated type, and evidence-led editorial structures.
   ========================================================================== */

html[lang="zh-Hans"] :is(h1,h2,h3,h4){
  letter-spacing:0;
}

@media (min-width:1101px){
  .atlas-hero h1{
    font-size:clamp(3.45rem,3.6vw,4.5rem);
  }
}

.approach-hero-figure{
  position:relative;
  width:100%;
  height:520px;
  margin:0;
  overflow:hidden;
  background:#DCE4DB;
}

.approach-hero-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 72%;
}

.approach-hero-figure figcaption{
  position:absolute;
  right:24px;
  bottom:24px;
  display:flex;
  flex-direction:column;
  min-width:220px;
  padding:13px 16px;
  background:rgba(250,248,242,.94);
  border-left:3px solid #87651B;
  color:#345044;
  box-shadow:0 8px 26px rgba(8,29,20,.13);
}

.approach-hero-figure figcaption b{
  color:#123D2D;
  font-family:var(--serif);
  font-size:1rem;
}

.approach-hero-figure figcaption span{
  margin-top:2px;
  font-size:.76rem;
}

.operating-blueprint{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
  background:#FAF8F2;
}

.blueprint-intro{
  margin-bottom:40px;
}

.blueprint-stages,
.blueprint-capabilities,
.about-values-list{
  margin:0;
  padding:0;
  list-style:none;
}

.blueprint-stages{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #CFC6B5;
  border-bottom:1px solid #CFC6B5;
}

.blueprint-stages li{
  position:relative;
  min-height:230px;
  padding:28px 40px 30px;
  border-right:1px solid #D7D0C2;
}

.blueprint-stages li:first-child{
  padding-left:0;
}

.blueprint-stages li:last-child{
  padding-right:0;
  border-right:0;
}

.blueprint-stages li:not(:last-child)::after{
  content:"→";
  position:absolute;
  top:31px;
  right:-14px;
  z-index:1;
  width:28px;
  height:28px;
  color:#87651B;
  background:#FAF8F2;
  text-align:center;
  line-height:26px;
}

.blueprint-stages span{
  color:#87651B;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
}

.blueprint-stages h3{
  margin-top:42px;
  font-size:clamp(1.8rem,2.2vw,2.2rem);
}

.blueprint-stages p{
  max-width:38ch;
  margin-bottom:0;
  color:#536057;
}

.blueprint-capability-label{
  margin:0;
  color:#123D2D;
  font-size:.73rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.blueprint-capability-index{
  display:grid;
  grid-template-columns:minmax(220px,.58fr) minmax(0,1.42fr);
  gap:clamp(40px,6vw,88px);
  margin-top:58px;
  padding-top:34px;
  border-top:1px solid #CFC6B5;
}

.blueprint-capability-intro>p:last-child{
  max-width:32ch;
  margin:16px 0 0;
  color:#5A655D;
  line-height:1.65;
}

.blueprint-capabilities{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 clamp(28px,4vw,56px);
}

.blueprint-capabilities li{
  min-height:132px;
  padding:22px 0 24px;
  border-top:1px solid #D7D0C2;
}

.blueprint-capabilities h3{
  margin:0;
  font-size:clamp(1.2rem,1.4vw,1.45rem);
}

.blueprint-capabilities p{
  margin-bottom:0;
  color:#5A655D;
  font-size:.86rem;
  line-height:1.6;
}

.values-section{
  background:#EAF0E9;
}

.values-list h3{
  color:#123D2D;
}

.values-list article{
  grid-template-columns:minmax(130px,170px) 1fr;
}

.approach-questions-layout{
  display:grid;
  grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);
  gap:clamp(46px,6vw,84px);
  align-items:start;
}

.approach-questions-intro{
  position:sticky;
  top:132px;
}

.approach-questions-intro h2{
  max-width:12ch;
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.028em;
}

.approach-questions-intro>p:last-child{
  max-width:44ch;
  color:#59645C;
}

.approach-faq-list details[open]{
  background:#F0F3EC;
}

.approach-faq-list summary{
  padding:22px 16px;
}

.approach-faq-list details>p{
  margin:-3px 52px 0;
  padding:0 0 24px;
}

.about-values{
  background:#F3EEE3;
}

.about-values-ledger{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  gap:clamp(54px,8vw,112px);
  align-items:start;
}

.about-values-ledger header{
  position:sticky;
  top:132px;
}

.about-values-ledger h2{
  max-width:11ch;
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.028em;
}

.about-values-list{
  border-top:1px solid #CFC5B2;
}

.about-values-list li{
  display:grid;
  grid-template-columns:66px 1fr;
  align-items:center;
  min-height:82px;
  border-bottom:1px solid #CFC5B2;
}

.about-values-list span{
  color:#87651B;
  font-size:.73rem;
  font-weight:800;
  letter-spacing:.12em;
}

.about-values-list strong{
  color:#123D2D;
  font-family:var(--serif);
  font-size:clamp(1.25rem,1.6vw,1.55rem);
}

@media (max-width:920px){
  .approach-hero-figure{
    height:390px;
  }

  .approach-questions-layout,
  .about-values-ledger,
  .blueprint-capability-index{
    grid-template-columns:1fr;
    gap:38px;
  }

  .approach-questions-intro,
  .about-values-ledger header{
    position:static;
  }
}

@media (max-width:700px){
  .portfolio-hero h1,
  .approach-hero h1,
  .team-hero h1,
  .about-as-hero h1,
  .contact-hero h1{
    font-size:clamp(2.55rem,11vw,3rem);
  }

  .as-section-head h2,
  .team-group-head h2,
  .about-mission h2,
  .about-structure h2,
  .values-layout>div>h2,
  .approach-questions-intro h2,
  .about-values-ledger h2,
  .as-join h2,
  .profile-next h2,
  .portfolio-callout h2{
    font-size:clamp(2rem,9vw,2.25rem);
  }

  .team-hero-grid{
    padding-top:52px;
    padding-bottom:52px;
  }

  .approach-hero-figure{
    height:clamp(260px,72vw,300px);
  }

  .approach-hero-figure figcaption{
    right:14px;
    bottom:14px;
    left:14px;
    min-width:0;
  }

  .blueprint-intro{
    margin-bottom:28px;
  }

  .blueprint-stages{
    grid-template-columns:1fr;
  }

  .blueprint-stages li,
  .blueprint-stages li:first-child,
  .blueprint-stages li:last-child{
    min-height:0;
    padding:26px 0 30px 42px;
    border-right:0;
    border-bottom:1px solid #D7D0C2;
  }

  .blueprint-stages li:last-child{
    border-bottom:0;
  }

  .blueprint-stages li:not(:last-child)::after{
    content:"↓";
    top:auto;
    right:auto;
    bottom:-14px;
    left:0;
  }

  .blueprint-stages h3{
    margin-top:18px;
  }

  .blueprint-capability-label{
    margin-top:0;
  }

  .values-layout{
    gap:34px;
  }

  .values-list article{
    grid-template-columns:1fr;
    gap:6px;
  }

  .approach-faq-list summary{
    padding-right:8px;
    padding-left:8px;
  }

  .approach-faq-list details>p{
    margin-right:16px;
    margin-left:50px;
  }

  .about-values-list li{
    grid-template-columns:54px 1fr;
    min-height:64px;
  }
}

@media (max-width:620px){
  .blueprint-capabilities{grid-template-columns:1fr}
  .blueprint-capabilities li{min-height:0}
}

@media (max-width:1540px){
  body.nav-open{
    overflow:hidden;
  }

  .site-head{
    z-index:60;
    backdrop-filter:none;
  }

  body.nav-open::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:38;
    background:rgba(7,24,17,.46);
    backdrop-filter:blur(2px);
  }

  .head-in{
    position:relative;
    min-height:92px;
    justify-content:space-between;
  }

  .brand{
    flex-basis:auto;
  }

  .nav-toggle{
    position:relative;
    z-index:52;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    width:48px;
    min-width:48px;
    flex:0 0 48px;
    height:44px;
    border:1px solid #CFC9BD;
    background:#FAF8F2;
    cursor:pointer;
  }

  .nav-toggle span{
    display:block;
    width:20px;
    height:2px;
    margin:2.5px;
    background:var(--green);
    transition:transform .2s ease,opacity .2s ease;
  }

  .nav-toggle b{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .site-nav{
    display:none;
    position:fixed;
    top:92px;
    right:0;
    bottom:0;
    left:auto;
    z-index:50;
    width:min(430px,100vw);
    padding:34px 30px 40px;
    overflow:auto;
    grid-template-columns:minmax(0,1fr);
    grid-auto-rows:min-content;
    justify-content:stretch;
    align-content:start;
    gap:3px;
    background:#FAF8F2;
    border:0;
    border-left:1px solid #D7D1C4;
    box-shadow:-20px 24px 50px rgba(8,29,20,.18);
  }

  .site-nav.is-open{
    display:grid;
  }

  .site-nav>a{
    padding:14px 4px;
    border-bottom:1px solid #DED8CC;
    font-family:var(--serif);
    font-size:1.38rem;
  }

  .site-nav>a::after{
    display:none;
  }

  .nav-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:13px;
    margin:22px 0 0;
    padding:22px 0 0;
    border-top:1px solid #CFC9BC;
    border-left:0;
  }

  .lang-switch{
    justify-content:flex-start;
  }

  .investor-link{
    display:block;
    border-bottom:1px solid #DED8CC;
  }

  .contact-nav-btn{
    display:block;
    margin-top:5px;
    text-align:center;
  }

  .atlas-hero{
    grid-template-columns:minmax(390px,43%) minmax(0,57%);
  }

  .atlas-hero-copy-inner{
    padding-right:40px;
  }
}

@media (min-width:1101px) and (max-height:1000px){
  .atlas-hero{
    height:clamp(520px,64svh,580px);
    min-height:520px;
    max-height:580px;
  }

  .atlas-hero h1{
    font-size:clamp(3.55rem,3.2vw,4rem);
  }

  .atlas-hero-copy-inner{
    padding-top:34px;
    padding-bottom:40px;
  }

  .atlas-hero .as-kicker{
    margin-bottom:16px;
  }

  .atlas-rule{
    margin:20px 0 15px;
  }
}

@media (max-width:1100px){
  .wrap{
    padding-left:22px;
    padding-right:22px;
  }

  .atlas-hero{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    height:auto;
    min-height:0;
    max-height:none;
    overflow:visible;
  }

  .atlas-hero-copy-inner{
    height:auto;
    max-width:none;
    margin:0;
    padding:
      clamp(52px,6vw,68px)
      clamp(22px,6vw,64px)
      clamp(50px,6vw,64px);
  }

  .atlas-hero h1{
    max-width:590px;
    font-size:clamp(2.75rem,6.2vw,4.25rem);
  }

  .atlas-hero-visual{
    height:clamp(325px,55vw,520px);
    min-height:0;
  }

  .atlas-evidence-inner{
    width:calc(100% - 44px);
  }

  .atlas-project-index>.wrap{
    width:calc(100% - 44px);
  }

  .atlas-project-grid{
    grid-template-columns:1fr;
  }

  .atlas-project,
  .atlas-project+.atlas-project{
    grid-template-columns:minmax(220px,360px) minmax(0,1fr);
    gap:28px;
    padding:24px 0;
    border-right:0;
    border-bottom:1px solid #D9D3C6;
  }

  .atlas-project:last-child{
    border-bottom:0;
  }

  .atlas-project-image{
    aspect-ratio:1.27;
  }

  .home-page .as-team-band,
  .home-page .as-faq{
    padding-top:72px;
    padding-bottom:72px;
  }
}

@media (min-width:901px) and (max-width:1100px){
  .atlas-hero{
    grid-template-columns:minmax(380px,43%) minmax(0,57%);
    grid-template-rows:minmax(0,1fr);
    height:540px;
    min-height:540px;
    max-height:540px;
    overflow:hidden;
  }

  .atlas-hero-copy-inner{
    height:100%;
    padding:38px 32px 30px 44px;
  }

  .atlas-hero .as-kicker{
    margin-bottom:14px;
    font-size:.7rem;
  }

  .atlas-hero h1{
    max-width:365px;
    font-size:3.15rem;
    line-height:1.03;
  }

  .atlas-rule{
    margin:18px 0 14px;
  }

  .atlas-hero-lede{
    font-size:.92rem;
    line-height:1.42;
  }

  .atlas-hero-actions{
    margin-top:22px;
  }

  .atlas-hero .atlas-hero-cta{
    min-width:0;
    margin-top:0;
    padding:8px 12px;
  }

  .atlas-hero-visual{
    height:100%;
  }

  .atlas-project-index{
    padding-top:24px;
    padding-bottom:42px;
  }

  .atlas-project-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .atlas-project,
  .atlas-project+.atlas-project{
    grid-template-columns:minmax(120px,1.35fr) minmax(0,.9fr);
    gap:16px;
    padding:0 16px 0 0;
    border-right:1px solid #D9D3C6;
    border-bottom:0;
  }

  .atlas-project+.atlas-project{
    padding-left:16px;
  }

  .atlas-project:last-child{
    padding-right:0;
    border-right:0;
  }

  .atlas-project h3{
    margin-top:3px;
    font-size:1.2rem;
  }
}

@media (max-width:620px){
  .head-in{
    min-height:80px;
    padding:8px 16px;
  }

  .brand{
    min-width:0;
    gap:10px;
  }

  .brand .logo{
    width:42px;
    height:45px;
    transform:translateY(-1px);
  }

  .brand strong{
    font-size:1rem;
    line-height:1.02;
    white-space:normal;
  }

  .brand em{
    display:none;
  }

  .site-nav{
    top:80px;
    width:100vw;
  }

  .atlas-hero-copy-inner{
    padding:58px 22px 56px;
  }

  .atlas-hero .as-kicker{
    margin-bottom:19px;
    font-size:.68rem;
  }

  .atlas-hero h1{
    font-size:clamp(2.9rem,14.5vw,4rem);
  }

  html[lang="zh-Hans"] .atlas-hero h1{
    font-size:3rem;
  }

  .atlas-rule{
    margin:27px 0 19px;
  }

  .atlas-hero-lede{
    font-size:1rem;
  }

  .atlas-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    margin-top:20px;
  }

  .atlas-hero-cta{
    display:flex;
    width:100%;
    margin-top:0;
  }

  .atlas-hero-visual{
    height:82vw;
    min-height:325px;
  }

  .atlas-hero-visual img{
    object-position:56% center;
  }

  .atlas-evidence-inner{
    display:grid;
    grid-template-columns:1.06fr .94fr;
    min-height:100px;
    padding-top:16px;
    padding-bottom:16px;
  }

  .atlas-evidence-count{
    width:auto;
    gap:13px;
    padding-right:16px;
  }

  .atlas-evidence-count strong{
    font-size:2.55rem;
  }

  .atlas-evidence-count span{
    font-size:.76rem;
  }

  .atlas-evidence-region{
    margin-left:18px;
  }

  .atlas-evidence-region b{
    font-size:.78rem;
  }

  .atlas-project-index{
    padding:24px 0 34px;
  }

  .atlas-project,
  .atlas-project+.atlas-project{
    grid-template-columns:1.08fr .92fr;
    gap:18px;
    padding:20px 0;
  }

  .atlas-project-image{
    aspect-ratio:1.25;
  }

  .atlas-project h3{
    margin-top:3px;
    font-size:1.2rem;
  }

  .atlas-project>div>i{
    margin:14px 0;
  }

  .atlas-project p{
    margin-bottom:15px;
  }

  .as-intro,
  .as-pillars{
    padding-top:68px;
    padding-bottom:68px;
  }

  .home-page .as-team-band,
  .home-page .as-faq,
  .home-join{
    padding-top:64px;
    padding-bottom:64px;
  }
}

/* Team portraits retain their natural proportions instead of becoming narrow face crops. */
.team-hero-collage{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  grid-template-rows:1fr 1fr;
  gap:10px;
  height:560px;
  padding:38px;
  overflow:hidden;
  background:#EFE8D7;
}

.team-hero-collage img,
.team-hero-collage img:last-child{
  width:100%;
  height:100%;
  border:0;
  object-fit:cover;
  object-position:center top;
  background:#fff;
}

.team-hero-collage img:first-child{
  grid-row:1 / 3;
  object-fit:cover;
}

@media (max-width:920px){
  .team-hero-collage{
    height:390px;
    padding:24px;
  }
}

@media (max-width:620px){
  .team-hero-collage{
    height:360px;
    gap:8px;
    padding:18px;
  }
}

/* ==========================================================================
   2026 institutional system — whole-site expert review
   ========================================================================== */

html{
  min-height:100%;
}

body{
  min-height:100dvh;
  display:flex;
  flex-direction:column;
}

.site-head,
.site-foot{
  flex:none;
}

main{
  flex:1 0 auto;
}

.site-foot,
.home-page .site-foot{
  margin-top:0;
  background:#0D3226;
  border-top:1px solid rgba(185,138,31,.55);
}

/* One conversion rhythm on every marketing page: light invitation, dark footer. */
.as-join,
.profile-next,
.portfolio-callout,
.home-join{
  padding:clamp(64px,6vw,88px) 0;
  background:#E9E1D2;
  color:#263C31;
  border-top:1px solid #D8CEBA;
}

.as-join h2,
.profile-next h2,
.portfolio-callout h2,
.home-join h2{
  max-width:16ch;
  color:#123D2D;
  font-size:clamp(2.55rem,3.3vw,3.35rem);
  line-height:1.04;
}

.as-join p,
.profile-next p,
.portfolio-callout p,
.home-join p{
  max-width:42ch;
  color:#3F4A42;
  line-height:1.65;
}

.as-join .as-kicker,
.profile-next .as-kicker,
.portfolio-callout .as-kicker,
.home-join .as-kicker{
  color:#87651B;
}

.as-join a:not(.btn),
.profile-next a:not(.btn),
.portfolio-callout a:not(.btn){
  color:#123D2D;
  text-decoration:underline;
  text-decoration-color:rgba(18,61,45,.42);
  text-underline-offset:4px;
}

.as-join .btn.gold,
.profile-next .btn.gold,
.portfolio-callout .btn.gold,
.home-join .btn.gold{
  width:auto;
  max-width:280px;
  justify-self:start;
  background:#123D2D;
  border-color:#123D2D;
  color:#fff!important;
}

.as-join .btn.gold:hover,
.profile-next .btn.gold:hover,
.portfolio-callout .btn.gold:hover,
.home-join .btn.gold:hover{
  background:#1D5941;
  border-color:#1D5941;
}

/* Secondary marketing heroes now share one calmer display scale. */
.portfolio-hero-grid,
.approach-hero-grid,
.team-hero-grid,
.about-as-hero-grid{
  min-height:520px;
}

.portfolio-hero-grid>img,
.approach-hero-grid>img,
.about-as-hero-grid>img{
  height:520px;
}

.portfolio-hero h1,
.approach-hero h1,
.team-hero h1,
.about-as-hero h1,
.contact-hero h1{
  font-size:clamp(3.05rem,4.65vw,4.65rem);
  line-height:1.01;
}

/* Team: evidence-led introduction, then one complete portrait per person. */
.team-hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(54px,7vw,112px);
  min-height:470px;
}

.team-hero-copy h1{
  max-width:12ch;
}

.team-hero-copy>p:last-child{
  max-width:46rem;
  line-height:1.65;
}

.team-hero-evidence{
  align-self:center;
  padding:34px 0 30px;
  border-top:1px solid rgba(213,169,64,.72);
  border-bottom:1px solid rgba(255,255,255,.2);
}

.team-hero-evidence .as-kicker{
  margin-bottom:24px;
}

.team-evidence-counts{
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-bottom:24px;
}

.team-evidence-counts>div{
  display:flex;
  align-items:flex-end;
  gap:12px;
  padding-right:24px;
}

.team-evidence-counts>div+div{
  padding-left:24px;
  border-left:1px solid rgba(255,255,255,.2);
}

.team-evidence-counts strong{
  color:#fff;
  font-family:var(--serif);
  font-size:clamp(3rem,4.5vw,4.2rem);
  font-weight:600;
  line-height:.82;
}

.team-evidence-counts span{
  max-width:9ch;
  color:#DCE8DF;
  font-size:.82rem;
  line-height:1.25;
}

.team-hero-evidence>p:last-child{
  max-width:52ch;
  margin:0;
  color:#D5E2D8;
  font-size:.88rem;
  letter-spacing:.015em;
  line-height:1.6;
}

.team-group{
  padding-top:clamp(72px,7vw,92px);
  padding-bottom:clamp(72px,7vw,92px);
  background:#F8F5ED;
}

.team-group.alt{
  background:#EEF0E8;
}

.team-group-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);
  gap:56px;
  align-items:end;
}

.team-group-head h2{
  max-width:18ch;
  font-size:clamp(2.35rem,3.2vw,3.25rem);
  line-height:1.04;
}

.team-group-head>p{
  max-width:46ch;
  margin:0;
  color:#556159;
}

.team-profile-grid{
  width:88%;
  max-width:960px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(20px,2.2vw,32px);
  margin:38px auto 0;
}

.team-profile{
  overflow:visible;
  background:transparent;
  border:0;
  border-top:1px solid #CEC8BB;
  box-shadow:none;
}

.team-portrait-stage{
  position:relative;
  width:100%;
  aspect-ratio:4/5;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#E8E5DD;
}

.team-portrait-stage>img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--portrait-position,center top);
}

.team-profile-initials{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  display:grid;
  place-items:center;
  background:#1D4C38;
  color:#fff;
  font-family:var(--serif);
  font-size:2.6rem;
}

.team-profile>.team-profile-copy{
  padding:18px 0 0;
}

.team-profile h3{
  margin:0;
  font-size:1.4rem;
  line-height:1.12;
}

.team-profile .team-role{
  margin-top:7px;
  font-size:.7rem;
  line-height:1.35;
  letter-spacing:.075em;
}

.team-profile .team-profile-copy>p:not(.team-role){
  max-width:36ch;
  margin-top:10px;
  color:#5C675F;
  font-size:.88rem;
  line-height:1.55;
}

.advisor-section{
  background:#EFE8D7;
}

/* Academy: retain its reference density while removing the SaaS-card styling. */
.academy-hero-v2{
  background:#F3EEE3;
  border-bottom:1px solid #DED4C2;
}

.academy-hero-shell{
  gap:clamp(40px,5vw,72px);
}

.academy-hero-copy h1{
  font-size:clamp(3.15rem,4.7vw,4.75rem);
  line-height:1.01;
}

.academy-hero-board,
.academy-board-photo,
.academy-board-card,
.academy-board-card img,
.academy-path,
.learn-side-inner,
.learn-library-head,
.learn-term,
.guide-takeaway,
.guide-section,
.guide-panel,
.guide-example{
  border-radius:2px;
}

.academy-hero-board{
  padding:14px;
  box-shadow:none;
}

.academy-board-card{
  left:30px;
  right:30px;
  bottom:18px;
  box-shadow:0 12px 28px rgba(18,61,45,.1);
}

.academy-hub{
  padding:64px 0;
  background:#F8F5ED;
}

.academy-path{
  min-height:0;
  border-color:#D8D2C4;
  box-shadow:none;
  transition:border-color .2s ease,background .2s ease;
}

.academy-path:hover{
  transform:none;
  border-color:#AAB9AC;
  background:#F5F2E9;
  box-shadow:none;
}

.academy-path .ico,
.academy-path:nth-child(2) .ico,
.academy-path:nth-child(3) .ico,
.academy-path:nth-child(4) .ico{
  border-radius:2px;
  background:#E7ECE5;
  color:#1C533D;
}

.learn-body{
  padding-top:72px;
  background:#F3F0E7;
}

.learn-side-inner,
.learn-library-head{
  background:#FBFAF6;
  border-color:#D8D2C4;
  box-shadow:none;
}

.learn-toc a{
  border-radius:2px;
}

.learn-nav-title{
  background:#ECE6D8;
}

.learn-library-head{
  max-width:820px;
  padding:28px;
}

.glossary-controls{
  display:flex;
  gap:20px;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid #DED8CA;
}

.text-button{
  appearance:none;
  padding:0 0 3px;
  border:0;
  border-bottom:1px solid rgba(18,61,45,.45);
  background:transparent;
  color:#123D2D;
  font:700 .84rem/1.3 var(--sans);
  cursor:pointer;
}

.text-button:hover{
  border-bottom-color:#123D2D;
}

.learn-grid{
  max-width:820px;
  gap:12px;
}

.learn-term{
  padding:0;
  overflow:hidden;
  background:#FBFAF6;
  border:1px solid #D8D2C4;
  box-shadow:none;
}

.learn-term:target{
  outline:3px solid rgba(184,138,44,.35);
}

.learn-term-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  margin:0;
  padding:20px 22px;
  list-style:none;
  cursor:pointer;
}

.learn-term-head::-webkit-details-marker{
  display:none;
}

.learn-term-title{
  color:#123D2D;
  font-family:var(--serif);
  font-size:1.3rem;
  font-weight:800;
  line-height:1.16;
}

.learn-term-toggle{
  color:#946F18;
  font-size:1.35rem;
  line-height:1;
  transition:transform .2s ease;
}

.learn-term[open] .learn-term-toggle{
  transform:rotate(45deg);
}

.learn-term-body{
  padding:0 22px 22px;
  border-top:1px solid #E2DCCE;
}

.learn-abbr{
  border-radius:2px;
}

.learn-row{
  border-top:1px solid #E2DCCE;
}

.learn-term-body>.learn-row:first-child{
  margin-top:0;
  padding-top:18px;
  border-top:0;
}

.learn-formula code{
  border-radius:2px;
}

.guide-takeaway,
.guide-section,
.guide-panel{
  box-shadow:none;
}

/* Purposeful, honest utility routes. */
.utility-hero{
  padding:clamp(72px,7vw,104px) 0;
  background:#123D2D;
  color:#E7EFE8;
}

.utility-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);
  gap:clamp(42px,7vw,92px);
  align-items:end;
}

.utility-hero h1{
  max-width:12ch;
  color:#fff;
  font-size:clamp(3.1rem,4.7vw,4.75rem);
  line-height:1.01;
  letter-spacing:-.045em;
}

.utility-hero p{
  max-width:54ch;
  color:#D5E2D8;
}

.utility-hero-note{
  margin:0;
  padding:24px 0 2px;
  border-top:1px solid rgba(213,169,64,.72);
  font-size:.95rem;
  line-height:1.65;
}

.events-content{
  padding-top:48px;
  padding-bottom:72px;
  background:#F8F5ED;
}

.events-hero{
  padding:clamp(54px,5.5vw,72px) 0;
}

.events-hero-inner{
  max-width:900px;
}

.events-hero h1{
  max-width:18ch;
  margin-bottom:18px;
  font-size:clamp(2.9rem,4.2vw,4.15rem);
}

.events-hero-inner>p:last-child{
  margin:0;
}

.events-empty{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:60px;
  align-items:end;
  padding:34px 0;
  border-top:1px solid #D4CDBC;
  border-bottom:1px solid #D4CDBC;
}

.events-empty h2{
  max-width:18ch;
  font-size:clamp(2.4rem,3.3vw,3.2rem);
  line-height:1.04;
}

.events-empty p{
  max-width:54ch;
  color:#536057;
}

.events-empty-actions{
  display:flex;
  min-width:260px;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.reporting-body{
  padding-top:clamp(64px,7vw,88px);
  padding-bottom:clamp(72px,7vw,96px);
  background:#F8F5ED;
}

.reporting-page{
  padding-top:0;
  padding-bottom:0;
}

.reporting-page>.lede{
  max-width:64ch;
  color:#465148;
}

.reporting-principles{
  margin-top:44px;
  margin-bottom:38px;
}

.reporting-principles article{
  min-height:230px;
  padding:28px;
  background:transparent;
  border:0;
  border-top:1px solid #CFC8B9;
}

.reporting-principles h2{
  margin-top:36px;
  font-size:1.5rem;
}

.login-shell{
  display:flex;
  min-height:clamp(640px,72vh,820px);
  align-items:stretch;
  background:#123D2D;
}

.login-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.66fr);
  gap:clamp(64px,8vw,128px);
  align-items:center;
  padding-top:80px;
  padding-bottom:80px;
}

.login-intro .as-kicker{
  color:#D5A940;
}

.login-intro h1{
  max-width:13ch;
  color:#fff;
  font-size:clamp(3.2rem,5vw,5rem);
  line-height:1;
  letter-spacing:-.045em;
}

.login-intro>p:not(.as-kicker){
  max-width:52ch;
  color:#D5E2D8;
  font-size:1.05rem;
}

.light-link{
  display:inline-block;
  margin-top:18px;
  color:#fff;
  border-bottom-color:rgba(255,255,255,.55);
}

.login-card{
  padding:34px;
  background:#FBFAF6;
  border-top:4px solid #B88A2C;
  box-shadow:0 18px 48px rgba(4,20,13,.24);
}

.login-card h1{
  font-size:2rem;
}

.login-card .fine{
  margin-top:20px;
  overflow-wrap:anywhere;
}

@media (max-width:920px){
  .team-hero-grid,
  .team-group-head,
  .utility-hero-grid,
  .login-layout{
    grid-template-columns:1fr;
  }

  .team-hero-grid{
    gap:28px;
    padding-top:64px;
    padding-bottom:64px;
  }

  .team-hero-evidence{
    max-width:660px;
  }

  .team-group-head{
    gap:14px;
  }

  .team-profile-grid{
    width:min(100%,620px);
    max-width:620px;
    grid-template-columns:repeat(2,minmax(0,290px));
    justify-content:center;
  }

  .portfolio-hero-grid,
  .approach-hero-grid,
  .team-hero-grid,
  .about-as-hero-grid{
    min-height:0;
  }

  .portfolio-hero-grid>img,
  .approach-hero-grid>img,
  .about-as-hero-grid>img{
    height:390px;
  }

  .login-shell{
    min-height:0;
  }

  .login-layout{
    max-width:760px;
    gap:50px;
  }
}

@media (max-width:620px){
  .as-join-inner,
  .profile-next-grid,
  .portfolio-callout-grid{
    gap:24px;
  }

  .as-join .btn.gold,
  .profile-next .btn.gold,
  .portfolio-callout .btn.gold,
  .home-join .btn.gold{
    width:100%;
    max-width:360px;
    justify-content:center;
  }

  .team-evidence-counts{
    gap:0;
  }

  .team-evidence-counts>div{
    display:block;
    padding-right:18px;
  }

  .team-evidence-counts>div+div{
    padding-left:18px;
  }

  .team-evidence-counts strong,
  .team-evidence-counts span{
    display:block;
  }

  .team-evidence-counts span{
    max-width:12ch;
    margin-top:12px;
  }

  .team-profile-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:28px;
  }

  .team-profile{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    min-height:140px;
    background:#FBFAF6;
    border:1px solid #D8D2C4;
  }

  .team-portrait-stage{
    width:112px;
    height:140px;
    aspect-ratio:auto;
  }

  .team-profile>.team-profile-copy{
    padding:16px;
  }

  .team-profile h3{
    font-size:1.16rem;
  }

  .team-profile .team-profile-copy>p:not(.team-role){
    font-size:.8rem;
  }

  .academy-hero-copy h1,
  .utility-hero h1{
    font-size:clamp(2.75rem,13vw,3.85rem);
  }

  .glossary-controls{
    justify-content:space-between;
  }

  .learn-term-head{
    padding:17px 16px;
  }

  .learn-term-title{
    font-size:1.1rem;
  }

  .learn-term-body{
    padding:0 16px 18px;
  }

  .events-empty{
    grid-template-columns:1fr;
    gap:26px;
  }

  .events-empty-actions{
    width:100%;
    min-width:0;
    justify-content:flex-start;
  }

  .events-empty-actions .btn{
    width:100%;
    justify-content:center;
  }

  .events-hero{
    padding:46px 0 48px;
  }

  .events-hero h1{
    font-size:clamp(2.55rem,11vw,3.15rem);
  }

  .login-layout{
    padding-top:64px;
    padding-bottom:64px;
  }

  .login-intro h1{
    font-size:clamp(2.8rem,13vw,3.8rem);
  }

  .login-card{
    padding:26px 20px;
  }
}

@media print{
  .glossary-controls{
    display:none;
  }

  .learn-term-body{
    display:block!important;
  }
}

/* ==========================================================================
   2026 whole-site typography and source-image clarity pass
   Semantic roles keep route families coordinated without flattening hierarchy.
   ========================================================================== */

body{
  font-size:var(--type-body);
  line-height:1.62;
}

.lede,
.body-txt,
.as-lede{
  max-width:var(--measure-body);
}

.lede,
.as-lede{
  font-size:var(--type-lede);
  line-height:1.65;
}

.portfolio-hero h1,
.approach-hero h1,
.team-hero h1,
.about-as-hero h1,
.academy-hero-copy h1,
.login-intro h1{
  font-size:var(--type-display-lg);
  line-height:1.02;
  letter-spacing:-.042em;
}

.contact-hero h1,
.utility-hero h1,
.guide-hero h1{
  font-size:var(--type-display-compact);
  line-height:1.04;
  letter-spacing:-.035em;
}

.profile-detail-heading h1{
  font-size:var(--type-display-xl);
  line-height:1.02;
  letter-spacing:-.042em;
}

.as-section-head h2,
.team-group-head h2,
.about-mission h2,
.about-structure h2,
.values-layout>div>h2,
.events-empty h2,
.as-join h2,
.profile-next h2,
.portfolio-callout h2,
.home-page .as-intro h2,
.home-page .as-team-band h2,
.home-page .as-faq h2{
  font-size:var(--type-section);
  line-height:1.06;
  letter-spacing:-.028em;
}

.profile-detail-grid article>h2,
.about-founder h2,
.learn-group-head h2,
.guide-next h2{
  font-size:var(--type-subsection);
  line-height:1.1;
  letter-spacing:-.02em;
}

.profile-gallery .as-section-head h2,
.guide-section h2,
.guide-takeaway h2,
.guide-panel h2{
  font-size:var(--type-card);
  line-height:1.15;
  letter-spacing:-.012em;
}

.profile-card h3,
.atlas-project h3,
.team-profile h3,
.capability-grid h3,
.about-what-grid h3,
.learn-term-title{
  font-size:var(--type-card);
  line-height:1.15;
}

.portfolio-hero p,
.approach-hero p,
.team-hero-copy>p:last-child,
.about-as-hero p,
.contact-hero p,
.utility-hero p,
.login-intro>p:not(.as-kicker){
  max-width:60ch;
  line-height:1.65;
}

.as-section-head>p,
.team-group-head>p{
  max-width:var(--measure-supporting);
  line-height:1.62;
}

.fine,
.profile-disclosure{
  font-size:.8125rem;
  line-height:1.58;
}

.team-profile .team-profile-copy>p:not(.team-role),
.profile-card-body>p:not(.profile-kicker):not(.profile-location),
.academy-path small,
.academy-board-card span{
  font-size:var(--type-small);
  line-height:1.55;
}

.as-kicker,
.learn-kicker,
.eyebrow,
.profile-kicker{
  font-size:var(--type-micro);
  line-height:1.5;
}

.portfolio-featured,
.additional-projects,
.capability-section,
.values-section,
.approach-questions,
.team-group,
.advisor-section,
.about-mission,
.about-what,
.about-structure,
.about-values{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
}

.profile-detail-main,
.contact-hero+.sec{
  padding-top:var(--space-page-section);
  padding-bottom:var(--space-page-section);
}

.academy-hub,
.learn-body,
.guide-hero,
.guide-body,
.guide-next{
  padding-top:var(--space-reference-section);
  padding-bottom:var(--space-reference-section);
}

/* Three client-supplied Hanover views fill the wide hero at near-native scale. */
.profile-detail-hero-media{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2px;
  background:#173F2F;
}

.profile-detail-hero-media.count-1{
  display:block;
}

.profile-detail-hero-media.count-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.profile-detail-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.profile-detail-overlay{
  background:
    linear-gradient(90deg,rgba(7,25,17,.78) 0%,rgba(7,25,17,.52) 24%,rgba(7,25,17,.08) 68%),
    linear-gradient(0deg,rgba(7,25,17,.82) 0%,rgba(8,31,21,.05) 76%);
}

.profile-detail-heading{
  padding-bottom:48px;
}

html[lang="zh-Hans"] body{
  --serif:var(--serif-zh);
  --sans:var(--sans-zh);
  --type-display-xl:clamp(2.55rem,2.75vw,3.25rem);
  --type-display-lg:clamp(2.45rem,2.65vw,3.1rem);
  --type-display-compact:clamp(2.2rem,2.4vw,2.75rem);
  --type-section:clamp(1.78rem,1.85vw,2.2rem);
  --type-subsection:clamp(1.45rem,1.55vw,1.75rem);
  --type-card:clamp(1.15rem,1.2vw,1.35rem);
  line-height:1.72;
}

html[lang="zh-Hans"] h1,
html[lang="zh-Hans"] h2,
html[lang="zh-Hans"] h3{
  font-weight:600;
}

.brand strong{
  font-family:var(--serif-en);
}

html[lang="zh-Hans"] .portfolio-hero h1,
html[lang="zh-Hans"] .approach-hero h1,
html[lang="zh-Hans"] .team-hero h1,
html[lang="zh-Hans"] .about-as-hero h1,
html[lang="zh-Hans"] .academy-hero-copy h1,
html[lang="zh-Hans"] .contact-hero h1,
html[lang="zh-Hans"] .utility-hero h1,
html[lang="zh-Hans"] .guide-hero h1,
html[lang="zh-Hans"] .profile-detail-heading h1,
html[lang="zh-Hans"] .as-section-head h2,
html[lang="zh-Hans"] .team-group-head h2,
html[lang="zh-Hans"] .about-mission h2,
html[lang="zh-Hans"] .about-structure h2,
html[lang="zh-Hans"] .values-layout>div>h2{
  letter-spacing:0;
  line-height:1.1;
}

@media (max-width:920px){
  .profile-detail-hero-media{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .profile-detail-hero-media img:nth-child(3){
    display:none;
  }
}

@media (max-width:620px){
  .portfolio-hero-grid,
  .approach-hero-grid,
  .about-as-hero-grid{
    gap:28px;
    padding-top:52px;
  }

  .portfolio-hero-grid>img,
  .approach-hero-grid>img,
  .about-as-hero-grid>img{
    height:clamp(260px,72vw,300px);
  }

  .academy-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .academy-hero-actions .btn{
    width:100%;
    max-width:360px;
    text-align:center;
  }

  .profile-detail-hero-media{
    display:block;
  }

  .profile-detail-hero-media img{
    display:none;
  }

  .profile-detail-hero-media img:first-child{
    display:block;
  }

  .profile-detail-heading h1{
    font-size:clamp(2.65rem,12.5vw,3.45rem);
  }

  .team-hero h1{
    font-size:clamp(2.7rem,12vw,3.5rem);
  }

  .team-profile .team-profile-copy>p:not(.team-role){
    font-size:var(--type-small);
    line-height:1.5;
  }

  .as-kicker,
  .learn-kicker,
  .eyebrow,
  .profile-kicker{
    font-size:.72rem;
    line-height:1.45;
    letter-spacing:.12em;
  }
}

@media (min-width:1280px){
  .home-page .as-pillars .as-section-head{
    grid-template-columns:auto minmax(610px,1fr);
    gap:clamp(44px,5vw,80px);
  }

  .home-page .as-pillars .as-section-head>p{
    max-width:none;
    white-space:nowrap;
  }
}

@media (max-width:1279px){
  .home-page .as-pillars .as-section-head>p{
    white-space:normal;
  }
}

@media (max-width:620px){
  .profile-detail-hero.no-media{
    padding:42px 0;
  }

  .profile-detail-hero.no-media .profile-detail-heading>span{
    margin-top:16px;
  }

  .academy-events-note{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
}

#field-films,
#field-photographs,
#source-records{
  scroll-margin-top:96px;
}

/* ==========================================================================
   Version 2 — July 30, 2026 release-quality corrections
   ========================================================================== */

@media (min-width:1101px){
  .atlas-hero{
    grid-template-rows:680px;
    height:auto;
    min-height:680px;
    max-height:none;
  }

  .atlas-hero-copy-inner{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:auto;
    min-height:680px;
    padding-top:52px;
    padding-bottom:56px;
  }

  .atlas-hero h1{
    max-width:560px;
    font-size:clamp(3.5rem,3.4vw,4rem);
  }

  .atlas-hero-visual{
    height:680px;
    min-height:680px;
  }
}

.home-page .as-pillars .as-section-head>p{
  max-width:38ch;
  white-space:normal;
}

.site-foot .brand.light strong{
  max-width:22ch;
  font-size:clamp(1rem,1.1vw,1.125rem);
  white-space:normal;
}

.site-foot .footer-brand-line{
  display:block;
}

html[lang="zh-Hans"] .portfolio-journey-intro h2{
  max-width:22ch;
  font-size:clamp(2rem,3.25vw,3rem);
  line-height:1.08;
  text-wrap:balance;
}

html[lang="zh-Hans"] .academy-programs-head h2{
  max-width:24ch;
  font-size:clamp(2.1rem,3.35vw,3.2rem);
  line-height:1.08;
  text-wrap:balance;
}

.portfolio-status{
  white-space:nowrap;
}

#field-evidence{
  scroll-margin-top:112px;
}

.field-evidence-card img{
  height:auto;
  aspect-ratio:3/2;
}

.team-hero-copy h1{
  max-width:15ch;
  font-size:clamp(2.8rem,3.25vw,3.5rem);
  line-height:1.04;
}

.academy-hero-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  max-width:650px;
  gap:10px;
}

.academy-hero-actions .btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  padding-inline:12px;
  text-align:center;
}

.back-to-top{
  position:fixed;
  z-index:950;
  right:max(20px,env(safe-area-inset-right));
  bottom:max(20px,env(safe-area-inset-bottom));
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:44px;
  min-height:44px;
  padding:10px 14px;
  border:1px solid #B98C31;
  border-radius:999px;
  background:#F7F3E8;
  box-shadow:0 12px 32px rgba(6,27,19,.24);
  color:#123D2D;
  font-size:.78rem;
  line-height:1;
  text-decoration:none;
  transition:opacity .18s ease,transform .18s ease,background .18s ease;
}

.back-to-top[hidden]{
  display:none;
}

.back-to-top:hover{
  background:#fff;
  transform:translateY(-2px);
}

.back-to-top:focus-visible{
  outline:3px solid #D7B55B;
  outline-offset:3px;
}

.back-to-top span{
  font-size:1rem;
}

.back-to-top b{
  font-weight:750;
}

@media (max-width:860px) and (min-width:621px){
  .field-evidence-card img{
    height:100%;
    aspect-ratio:auto;
  }
}

@media (max-width:620px){
  .head-in>.brand{
    max-width:calc(100% - 64px);
  }

  .head-in>.brand span{
    min-width:0;
    max-width:230px;
  }

  .head-in>.brand strong{
    font-size:.9rem;
    line-height:1.08;
    white-space:normal;
  }

  .atlas-hero h1,
  html[lang="zh-Hans"] .atlas-hero h1{
    max-width:95%;
    font-size:clamp(2.25rem,8.7vw,2.5rem);
    overflow-wrap:normal;
  }

  .field-evidence-card img{
    height:auto;
    min-height:0;
    aspect-ratio:3/2;
  }

  .team-hero-copy h1{
    font-size:clamp(2.45rem,10vw,3rem);
  }

  .academy-hero-actions{
    grid-template-columns:1fr;
    max-width:360px;
  }

  .back-to-top{
    right:max(12px,env(safe-area-inset-right));
    bottom:max(12px,env(safe-area-inset-bottom));
  }
}

/* ==========================================================================
   2026 V2 balanced public typography calibration
   One semantic scale now governs the annotated public routes in both languages.
   ========================================================================== */

.atlas-hero h1{
  font-size:var(--type-display-lg);
  line-height:1.06;
  text-wrap:balance;
}

.portfolio-hero h1,
.approach-hero h1,
.team-hero h1,
.academy-hero-copy h1{
  font-size:var(--type-display-lg);
  line-height:1.06;
  text-wrap:balance;
}

.source-library-hero h1{
  font-size:var(--type-display-xl);
  line-height:1.04;
  text-wrap:balance;
}

.team-hero-copy h1{
  max-width:16ch;
}

.as-section-head h2,
.portfolio-journey-intro h2,
.team-group-head h2,
.values-layout>div>h2,
.approach-questions-intro h2,
.as-join h2,
.profile-next h2,
.portfolio-callout h2,
.home-page .as-intro h2,
.home-page .as-team-band h2,
.home-page .as-faq h2,
.academy-programs-head h2,
.source-library-section-head h2{
  font-size:var(--type-section);
  line-height:1.1;
  letter-spacing:-.02em;
  text-wrap:balance;
}

.portfolio-journey-intro h2{
  max-width:18ch;
}

.academy-programs-head h2{
  max-width:20ch;
}

.pillar-grid h3,
.blueprint-stages h3{
  font-size:var(--type-card);
  line-height:1.18;
}

.portfolio-snapshot strong{
  font-size:clamp(1.65rem,1.85vw,2.05rem);
}

.portfolio-snapshot>div:nth-child(4) strong{
  font-size:clamp(1.4rem,1.5vw,1.7rem);
}

.team-evidence-counts strong{
  font-size:clamp(2.4rem,2.6vw,3rem);
  line-height:.9;
}

html[lang="zh-Hans"] .atlas-hero h1{
  line-height:1.14;
  letter-spacing:0;
}

html[lang="zh-Hans"] .as-section-head h2,
html[lang="zh-Hans"] .portfolio-journey-intro h2,
html[lang="zh-Hans"] .team-group-head h2,
html[lang="zh-Hans"] .values-layout>div>h2,
html[lang="zh-Hans"] .approach-questions-intro h2,
html[lang="zh-Hans"] .as-join h2,
html[lang="zh-Hans"] .profile-next h2,
html[lang="zh-Hans"] .portfolio-callout h2,
html[lang="zh-Hans"] .home-page .as-intro h2,
html[lang="zh-Hans"] .home-page .as-team-band h2,
html[lang="zh-Hans"] .home-page .as-faq h2,
html[lang="zh-Hans"] .academy-programs-head h2,
html[lang="zh-Hans"] .source-library-section-head h2{
  line-height:1.16;
  letter-spacing:0;
}

html[lang="zh-Hans"] .portfolio-journey-intro h2{
  max-width:18em;
}

html[lang="zh-Hans"] .academy-programs-head h2{
  max-width:20em;
}

/* Published-project pages use the same restrained hierarchy as every other
   public route. These templates predated the shared scale and still overrode
   it with 5rem+ titles and unusually tall hero sections. */
.published-project-hero{
  padding:clamp(44px,4.5vw,58px) 0 clamp(38px,3.9vw,50px);
}

.published-project-hero .wrap{
  max-width:800px;
}

.published-project-hero h1{
  margin:.22em 0 .28em;
  font-size:var(--type-display-compact);
  line-height:1.06;
  text-wrap:balance;
}

.published-project-hero>div>p:not(.as-kicker){
  max-width:670px;
  font-size:var(--type-body);
  line-height:1.6;
}

.published-project-snapshot{
  max-width:680px;
  margin-top:20px;
}

.published-project-snapshot div{
  padding:13px 10px;
}

.published-project-snapshot strong{
  font-size:1.35rem;
}

.portfolio-journey,
.published-project-index{
  padding-block:var(--space-reference-section);
}

.portfolio-journey .portfolio-journey-intro h2{
  max-width:17ch;
  font-size:var(--type-subsection);
  line-height:1.14;
}

.published-project-index-head{
  margin-bottom:26px;
}

.published-project-index-head h2{
  font-size:var(--type-section);
  line-height:1.1;
  text-wrap:balance;
}

.disclosure-matrix-head h2{
  font-size:var(--type-section);
  line-height:1.1;
  text-wrap:balance;
}

.published-project-detail-hero,
.published-project-detail-heading{
  min-height:clamp(300px,28vw,420px);
}

.published-project-detail-heading{
  padding-bottom:clamp(34px,4vw,52px);
}

.published-project-detail-heading>a{
  margin-bottom:16px;
}

.published-project-status{
  margin-bottom:11px;
}

.published-project-detail-heading h1{
  max-width:820px;
  font-size:var(--type-display-compact);
  line-height:1.06;
  text-wrap:balance;
}

.published-project-detail-heading p{
  margin-top:10px;
  font-size:var(--type-body);
}

.published-project-detail-grid article>h2{
  font-size:var(--type-section);
  line-height:1.12;
  text-wrap:balance;
}

html[lang="zh-Hans"] .published-project-hero h1,
html[lang="zh-Hans"] .published-project-detail-heading h1,
html[lang="zh-Hans"] .published-project-index-head h2,
html[lang="zh-Hans"] .published-project-detail-grid article>h2,
html[lang="zh-Hans"] .portfolio-journey-intro h2{
  letter-spacing:0;
}

html[lang="zh-Hans"] .portfolio-journey .portfolio-journey-intro h2{
  max-width:16em;
  font-size:var(--type-subsection);
}

html[lang="zh-Hans"] .academy-programs-head h2{
  font-size:var(--type-section);
}

@media (max-width:700px){
  :root{
    --type-display-xl:clamp(2.2rem,9.2vw,2.55rem);
    --type-display-lg:clamp(2.1rem,8.7vw,2.4rem);
    --type-display-compact:clamp(2rem,8.2vw,2.3rem);
    --type-section:clamp(1.65rem,6.8vw,1.95rem);
    --type-subsection:clamp(1.4rem,5.8vw,1.7rem);
    --type-card:clamp(1.12rem,4.7vw,1.3rem);
  }

  html[lang="zh-Hans"] body{
    --type-display-xl:clamp(2.05rem,8.6vw,2.35rem);
    --type-display-lg:clamp(2rem,8.2vw,2.3rem);
    --type-display-compact:clamp(1.95rem,7.9vw,2.2rem);
    --type-section:clamp(1.6rem,6.5vw,1.9rem);
    --type-subsection:clamp(1.38rem,5.6vw,1.65rem);
    --type-card:clamp(1.1rem,4.5vw,1.25rem);
  }

  .portfolio-snapshot strong{
    font-size:clamp(1.6rem,7vw,1.95rem);
  }

  .portfolio-snapshot>div:nth-child(4) strong{
    font-size:clamp(1.35rem,6vw,1.65rem);
  }

  .team-evidence-counts strong{
    font-size:clamp(2.1rem,9vw,2.65rem);
  }

  .published-project-hero{
    padding:40px 0 38px;
  }

  .published-project-snapshot{
    margin-top:22px;
  }

  .published-project-detail-hero,
  .published-project-detail-heading{
    min-height:330px;
  }

  .published-project-detail-heading{
    padding-bottom:32px;
  }
}

/* Keep mobile navigation actions tappable and homepage leadership previews compact. */
@media (max-width:620px){
  .site-nav .investor-link{
    display:flex;
    width:100%;
    min-height:48px;
    box-sizing:border-box;
    align-items:center;
    justify-content:center;
    padding:12px 16px!important;
    border:1px solid #8FA79A;
    border-radius:3px;
    background:#fff;
    color:var(--green)!important;
    font-size:.96rem;
    font-weight:750!important;
    line-height:1.2;
    text-align:center;
    text-decoration:none;
    touch-action:manipulation;
  }

  .site-nav .investor-link:hover,
  .site-nav .investor-link:focus-visible{
    border-color:var(--green);
    background:#F0F4EF;
  }

  .home-page .leader-row{
    max-width:none;
    gap:12px;
  }

  .home-page .leader-card{
    display:grid;
    grid-template-columns:clamp(104px,30vw,116px) minmax(0,1fr);
    min-height:132px;
  }

  .home-page .leader-card img{
    width:100%;
    height:100%;
    min-height:132px;
    max-height:154px;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center top;
  }

  .home-page .leader-card div{
    display:flex;
    min-width:0;
    flex-direction:column;
    justify-content:center;
    padding:14px 16px;
  }

  .home-page .leader-card h3{
    font-size:1.02rem;
  }
}

/* V5 published portfolio map. Project markers are rendered from publication data. */
.home-portfolio-map{
  padding-top:clamp(42px,5vw,64px);
  padding-bottom:clamp(42px,5vw,64px);
  background:var(--brand-ivory,var(--cream));
}

.home-portfolio-map>.wrap{
  width:var(--home-portfolio-rail);
  max-width:none;
  padding-right:0;
  padding-left:0;
}

.portfolio-map-shell{
  color:var(--brand-navy,var(--ink));
}

.portfolio-map-heading{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.75fr);
  gap:clamp(24px,5vw,72px);
  align-items:end;
  margin-bottom:26px;
}

.portfolio-map-heading h2{
  max-width:760px;
  margin:6px 0 0;
  font-size:clamp(2rem,4vw,3.7rem);
  line-height:1.02;
}

.portfolio-map-heading>p{
  max-width:620px;
  margin:0;
  color:#53605d;
  line-height:1.72;
}

.portfolio-map-layout{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(270px,.65fr);
  overflow:hidden;
  border:1px solid rgba(81,108,98,.25);
  border-radius:16px;
  background:#fffdf8;
  box-shadow:0 24px 58px rgba(11,35,32,.12),0 2px 8px rgba(11,35,32,.05);
}

.portfolio-map-canvas{
  position:relative;
  aspect-ratio:800/405;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.82),transparent 36%),
    linear-gradient(145deg,#e8f0ed 0%,#dbe8e4 55%,#cfdfdc 100%);
}

.portfolio-map-canvas::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),inset 0 -34px 54px rgba(36,70,61,.06);
}

.portfolio-live-map{
  position:absolute;
  z-index:4;
  inset:0;
  background:#e7efec;
  opacity:0;
  transition:opacity .24s ease;
}

.portfolio-live-map[hidden]{display:none}

.portfolio-map-shell.has-live-map .portfolio-live-map{opacity:1}

.portfolio-map-shell.has-live-map .portfolio-map-stage,
.portfolio-map-shell.has-live-map .portfolio-map-markers,
.portfolio-map-shell.has-live-map>.portfolio-map-layout .portfolio-map-zoom{
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}

.portfolio-live-map .leaflet-tile-pane{
  filter:saturate(.58) contrast(.96) brightness(1.035);
}

.portfolio-live-map .leaflet-control-zoom.leaflet-bar{
  overflow:hidden;
  margin-top:12px;
  margin-right:12px;
  border:1px solid rgba(81,108,98,.28);
  border-radius:10px;
  box-shadow:0 8px 20px rgba(11,35,32,.14);
}

.portfolio-live-map .leaflet-control-zoom.leaflet-bar a{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:0;
  border-bottom:1px solid rgba(81,108,98,.18);
  background:rgba(255,253,248,.97);
  color:var(--brand-forest,var(--green));
  font-family:var(--font-ui,Arial,sans-serif);
  font-size:1.25rem;
  font-weight:800;
  line-height:1;
}

.portfolio-live-map .leaflet-control-zoom a:last-child{border-bottom:0}
.portfolio-live-map .leaflet-control-zoom a:hover{background:#f3ecd9;color:var(--brand-forest,var(--green))}
.portfolio-live-map .leaflet-control-zoom a:focus-visible{outline:3px solid var(--brand-gold,var(--gold));outline-offset:-3px}
.portfolio-live-map .leaflet-control-attribution{padding:3px 6px;background:rgba(255,253,248,.86);color:#5e6965;font-size:.6rem}
.portfolio-live-map .leaflet-control-attribution a{color:var(--brand-forest,var(--green))}

.portfolio-live-map .leaflet-bar.portfolio-leaflet-maximize{
  overflow:hidden;
  margin-top:8px;
  margin-right:12px;
  border:1px solid rgba(81,108,98,.28);
  border-radius:10px;
  box-shadow:0 8px 20px rgba(11,35,32,.14);
}

.portfolio-live-map .portfolio-leaflet-maximize button{
  display:grid;
  width:42px;
  height:42px;
  padding:0;
  place-items:center;
  border:0;
  background:rgba(255,253,248,.97);
  color:var(--brand-forest,var(--green));
  cursor:pointer;
}

.portfolio-live-map .portfolio-leaflet-maximize button:hover{background:#f3ecd9}
.portfolio-live-map .portfolio-leaflet-maximize button:focus-visible{outline:3px solid var(--brand-gold,var(--gold));outline-offset:-3px}

.portfolio-leaflet-maximize-icon{
  width:19px;
  height:19px;
  background:currentColor;
  -webkit-mask:url('/assets/icons/map-maximize.svg') center/contain no-repeat;
  mask:url('/assets/icons/map-maximize.svg') center/contain no-repeat;
}

.portfolio-leaflet-maximize-icon.is-restore{
  -webkit-mask-image:url('/assets/icons/map-restore.svg');
  mask-image:url('/assets/icons/map-restore.svg');
}

.portfolio-leaflet-marker{
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
}

.portfolio-leaflet-marker>span{
  position:relative;
  display:grid;
  width:34px;
  height:42px;
  place-items:center;
  filter:drop-shadow(0 6px 6px rgba(11,35,32,.26));
  transition:transform .16s ease,filter .16s ease;
}

.portfolio-leaflet-marker>span::before{
  content:"";
  position:absolute;
  top:3px;
  width:27px;
  height:27px;
  transform:rotate(45deg);
  border:2px solid #fffdf8;
  border-radius:50% 50% 50% 5px;
  background:#B88921;
}

.portfolio-leaflet-marker>span i{
  position:relative;
  z-index:1;
  width:8px;
  height:8px;
  margin-top:-9px;
  border-radius:50%;
  background:#fffdf8;
  box-shadow:0 0 0 2px rgba(11,35,32,.14);
}

.portfolio-leaflet-marker:hover>span,
.portfolio-leaflet-marker:focus-visible>span{transform:translateY(-2px);filter:drop-shadow(0 8px 8px rgba(11,35,32,.32))}
.portfolio-leaflet-marker:focus-visible{outline:none}
.portfolio-leaflet-marker:focus-visible>span::before{outline:3px solid var(--brand-navy,var(--ink));outline-offset:2px}
.portfolio-leaflet-marker.is-active>span::before{border-color:#D5AE58;background:var(--brand-forest,var(--green))}
.portfolio-leaflet-marker.is-active>span i{background:#D5AE58}

.portfolio-live-map .leaflet-tooltip{
  padding:7px 10px;
  border:1px solid rgba(184,137,33,.42);
  border-radius:7px;
  background:rgba(255,253,248,.98);
  box-shadow:0 10px 24px rgba(11,35,32,.16);
  color:var(--brand-forest,var(--green));
  font-family:var(--font-display,Georgia,serif);
  font-size:.78rem;
  font-weight:700;
}

.portfolio-map-stage{
  position:absolute;
  z-index:1;
  inset:0;
  transform:translate(var(--map-translate-x,0),var(--map-translate-y,0)) scale(var(--map-zoom,1));
  transform-origin:0 0;
  transition:transform .28s cubic-bezier(.2,.72,.2,1);
}

.portfolio-map-geography{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:fill;
  filter:drop-shadow(0 8px 12px rgba(31,61,53,.10));
}

.portfolio-map-country-label{
  position:absolute;
  z-index:2;
  color:rgba(11,35,47,.43);
  font-size:clamp(.58rem,.9vw,.76rem);
  font-weight:850;
  letter-spacing:.18em;
  text-shadow:0 1px rgba(255,255,255,.82);
  pointer-events:none;
}

.portfolio-map-country-label.canada{left:38%;top:15%}
.portfolio-map-country-label.usa{left:48%;top:66%}

.portfolio-map-markers{
  position:absolute;
  z-index:3;
  inset:0;
}

.portfolio-map-marker{
  appearance:none;
  position:absolute;
  left:var(--map-render-x,var(--map-x));
  top:var(--map-render-y,var(--map-y));
  display:grid;
  width:44px;
  height:44px;
  padding:0;
  transform:translate(-50%,-50%);
  place-items:center;
  border:0;
  background:transparent;
  color:var(--brand-navy,var(--ink));
  font-size:.76rem;
  font-weight:900;
  cursor:pointer;
  transition:left .28s cubic-bezier(.2,.72,.2,1),top .28s cubic-bezier(.2,.72,.2,1),transform .18s ease;
}

.portfolio-map-zoom{
  position:absolute;
  z-index:5;
  top:12px;
  right:12px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(81,108,98,.28);
  border-radius:9px;
  background:rgba(255,253,248,.95);
  box-shadow:0 8px 20px rgba(11,35,32,.13);
  backdrop-filter:blur(8px);
}

.portfolio-map-zoom button,
.portfolio-map-zoom output{
  display:grid;
  min-width:42px;
  min-height:42px;
  place-items:center;
  border:0;
  border-left:1px solid rgba(81,108,98,.18);
  background:transparent;
  color:var(--brand-forest,var(--green));
  font:inherit;
  font-size:.82rem;
  font-weight:850;
}

.portfolio-map-zoom button:first-child{border-left:0}
.portfolio-map-zoom button:not(:disabled){cursor:pointer}
.portfolio-map-zoom button:not(:disabled):hover{background:#f3ecd9}
.portfolio-map-zoom button:focus-visible{position:relative;z-index:1;outline:2px solid var(--brand-gold,var(--gold));outline-offset:-3px}
.portfolio-map-zoom button:disabled{color:#9ca6a1;cursor:not-allowed}
.portfolio-map-zoom output{min-width:54px;color:#5c6863;font-size:.72rem}
.portfolio-map-zoom .portfolio-map-zoom-reset{min-width:58px;padding-inline:10px}

.portfolio-map-marker:focus{
  outline:none;
  box-shadow:none;
}

.portfolio-map-property-dots{
  position:relative;
  display:block;
  width:40px;
  height:40px;
}

.portfolio-map-property-dot{
  position:absolute;
  left:calc(50% + var(--dot-x));
  top:calc(50% + var(--dot-y));
  width:13px;
  height:13px;
  transform:translate(-50%,-50%);
  border:1.5px solid #fffdf8;
  border-radius:50%;
  background:#B88921;
  box-shadow:0 1px 2px rgba(11,35,32,.22),0 4px 9px rgba(11,35,32,.20);
  transition:background .18s ease,box-shadow .18s ease,transform .18s ease;
}

.portfolio-map-marker.is-active .portfolio-map-property-dot{
  background:var(--brand-forest,var(--green));
  border-color:#D5AE58;
  box-shadow:0 1px 2px rgba(11,35,32,.25),0 4px 10px rgba(11,35,32,.22);
}

.portfolio-map-marker:hover,
.portfolio-map-marker:focus-visible{
  z-index:2;
  outline:none;
  box-shadow:none;
}

.portfolio-map-marker:hover .portfolio-map-property-dot{
  transform:translate(-50%,-50%) scale(1.08);
  box-shadow:0 1px 2px rgba(11,35,32,.24),0 5px 12px rgba(11,35,32,.28);
}

.portfolio-map-marker-label{
  position:absolute;
  left:50%;
  top:calc(100% - 2px);
  display:grid;
  min-width:116px;
  gap:1px;
  padding:7px 9px;
  transform:translate(-50%,4px);
  border:1px solid rgba(184,137,33,.42);
  border-radius:7px;
  background:rgba(255,253,248,.97);
  box-shadow:0 10px 24px rgba(11,35,32,.17);
  color:var(--brand-forest,var(--green));
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
}

.portfolio-map-marker-label strong{
  font-family:var(--font-display,Georgia,serif);
  font-size:.78rem;
  line-height:1.15;
  white-space:nowrap;
}

.portfolio-map-marker-label small{
  color:#67716c;
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.25;
  white-space:nowrap;
}

@media (hover:hover){
  .portfolio-map-marker:hover .portfolio-map-marker-label{
    transform:translate(-50%,0);
    opacity:1;
  }
}

.portfolio-map-marker:focus-visible .portfolio-map-marker-label{
  transform:translate(-50%,0);
  opacity:1;
}

.portfolio-map-marker:focus-visible::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:2px;
  width:14px;
  height:2px;
  transform:translateX(-50%);
  border-radius:2px;
  background:#B88921;
  box-shadow:0 0 0 1px #fffdf8;
}

.portfolio-map-directory{
  max-height:540px;
  overflow:auto;
  border-left:1px solid #dfe7e3;
  background:#fff;
}

.portfolio-map-directory ol{
  display:grid;
  margin:0;
  padding:0;
  list-style:none;
}

.portfolio-map-directory-empty{
  margin:0;
  padding:34px 22px;
  color:#61706a;
  text-align:center;
}

.portfolio-map-directory-empty[hidden]{display:none}

.portfolio-map-directory li+li{
  border-top:1px solid #e6ece8;
}

.portfolio-map-directory li{
  transition:background .18s ease,box-shadow .18s ease;
}

.portfolio-map-directory li.is-active{
  background:#F4F2E9;
  box-shadow:inset 3px 0 0 var(--brand-gold,var(--gold));
}

.portfolio-map-directory a{
  display:grid;
  gap:4px;
  padding:17px 20px;
  color:var(--brand-navy,var(--ink));
  text-decoration:none;
}

.portfolio-map-shell.portfolio .portfolio-map-directory a{
  grid-template-columns:96px minmax(0,1fr);
  gap:14px;
  align-items:center;
}

.portfolio-map-location-thumb{
  display:block;
  overflow:hidden;
  width:96px;
  aspect-ratio:4/3;
  border-radius:8px;
  background:#e7ece8;
}

.portfolio-map-location-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.portfolio-map-location-copy{
  display:grid;
  min-width:0;
  gap:4px;
}

.portfolio-map-location-copy>b{
  margin-top:3px;
  color:var(--brand-forest,var(--green));
  font-size:.78rem;
}

.portfolio-map-directory a:hover,
.portfolio-map-directory a:focus-visible{
  background:#f5f7f2;
  outline:2px solid var(--brand-gold,var(--gold));
  outline-offset:-2px;
}

.portfolio-map-directory strong{
  font-family:var(--font-display,Georgia,serif);
  font-size:1rem;
}

.portfolio-map-directory span,
.portfolio-map-directory small{
  color:#61706a;
}

.portfolio-map-shell.compact .portfolio-map-directory{
  display:block;
  max-height:none;
  border-top:1px solid #dfe7e3;
  border-left:0;
}

.portfolio-map-shell.is-enhanced .portfolio-map-directory li[hidden]{display:none}

.portfolio-map-directory-toolbar{
  position:sticky;
  top:0;
  z-index:1;
  display:flex;
  min-height:52px;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 16px;
  border-bottom:1px solid #e1e7e3;
  background:#f4f2e9;
}

.portfolio-map-directory-toolbar[hidden]{display:none}

.portfolio-map-directory-toolbar strong{
  color:var(--brand-navy,var(--ink));
  font-family:var(--font-display,Georgia,serif);
}

.portfolio-map-directory-toolbar button{
  min-height:36px;
  padding:7px 10px;
  border:1px solid color-mix(in srgb,var(--brand-forest,var(--green)) 28%,transparent);
  border-radius:999px;
  background:#fff;
  color:var(--brand-forest,var(--green));
  font:inherit;
  font-size:.78rem;
  font-weight:800;
  cursor:pointer;
}

.portfolio-map-directory-toolbar button:hover,
.portfolio-map-directory-toolbar button:focus-visible{
  border-color:var(--brand-gold,var(--gold));
  outline:2px solid var(--brand-gold,var(--gold));
  outline-offset:2px;
}

.portfolio-map-shell.compact{
  display:grid;
  grid-template-columns:minmax(400px,460px) minmax(0,1fr);
  grid-template-areas:"summary map";
  gap:clamp(48px,5vw,76px);
  align-items:center;
  max-width:none;
  margin:0 auto;
}

.portfolio-map-summary{
  grid-area:summary;
  align-self:center;
}

.portfolio-map-summary h2{
  max-width:430px;
  margin:8px 0 24px;
  color:var(--brand-forest,var(--green));
  font-size:clamp(2.9rem,2.8vw,3.1rem);
  letter-spacing:-.045em;
  line-height:.98;
}

.portfolio-map-summary h2 span{
  display:block;
  white-space:nowrap;
}

.portfolio-map-summary>p:not(.as-kicker){
  max-width:360px;
  margin:0;
  color:#53605d;
  font-size:1rem;
  line-height:1.68;
}

.portfolio-map-shell.compact .portfolio-map-layout{
  grid-area:map;
  grid-template-columns:1fr;
  width:100%;
  max-width:none;
  margin:0;
}

.portfolio-map-shell.compact .portfolio-map-directory ol{
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
}

.portfolio-map-shell.compact .portfolio-map-directory li+li{
  border-top:0;
  border-left:1px solid #e6ece8;
}

.portfolio-map-shell.compact .portfolio-map-directory a{
  min-height:76px;
  align-content:center;
  padding:13px 16px;
}

.portfolio-map-summary .portfolio-map-explore{
  display:block;
  width:max-content;
  margin:30px 0 0;
}

@media (min-width:1101px){
  .atlas-evidence-inner{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .atlas-evidence-count{
    width:auto;
    padding-right:40px;
  }

  .atlas-evidence-count+.atlas-evidence-count{
    padding-left:40px;
  }

  .atlas-evidence-region{
    margin-left:0;
    padding-left:40px;
  }

  .portfolio-map-shell.compact .portfolio-map-property-dot{
    width:14px;
    height:14px;
  }

  .published-project-view-shell [data-portfolio-map]{
    width:min(1480px,calc(100vw - 64px));
    margin-left:calc(50% - min(740px,calc(50vw - 32px)));
  }

  .portfolio-map-shell.portfolio .portfolio-map-layout{
    height:clamp(520px,38vw,640px);
    grid-template-columns:minmax(0,1.82fr) minmax(320px,.62fr);
  }

  .portfolio-map-shell.portfolio .portfolio-map-canvas{
    height:100%;
    aspect-ratio:auto;
  }

  .published-project-view-shell .portfolio-map-shell.portfolio .portfolio-map-directory{
    height:100%;
    max-height:none;
  }
}

.portfolio-map-directory small{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.portfolio-view-controls{
  display:inline-flex;
  gap:4px;
  margin:28px 0 26px;
  padding:4px;
  border:1px solid #ced9d3;
  border-radius:999px;
  background:#eef3ef;
}

.portfolio-view-controls[hidden]{display:none}

.portfolio-view-controls button{
  min-height:44px;
  padding:9px 20px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--brand-forest,var(--green));
  font:inherit;
  font-weight:800;
  cursor:pointer;
}

.portfolio-view-controls button[aria-pressed="true"]{
  background:var(--brand-forest,var(--green));
  color:#fff;
  box-shadow:0 5px 14px rgba(23,64,47,.18);
}

[data-portfolio-list][hidden],
[data-portfolio-map][hidden]{display:none}

.portfolio-map-shell.portfolio .portfolio-map-heading{
  margin-top:4px;
}

.portfolio-map-shell.portfolio .portfolio-map-directory{
  max-height:clamp(360px,34vw,432px);
}

body.portfolio-map-is-maximized{overflow:hidden}

body.portfolio-map-is-maximized .published-project-index{
  animation:none;
  transform:none;
}

.portfolio-map-shell.is-map-maximized>.portfolio-map-layout{
  position:fixed;
  z-index:12000;
  inset:0;
  width:100vw;
  height:100dvh;
  grid-template-columns:minmax(0,1fr) minmax(300px,26vw);
  border:0;
  border-radius:0;
  box-shadow:none;
}

.portfolio-map-shell.is-map-maximized .portfolio-map-canvas{
  height:100dvh;
  aspect-ratio:auto;
}

.portfolio-map-shell.portfolio.is-map-maximized .portfolio-map-directory{
  max-height:100dvh;
}

@media (max-width:1100px){
  .portfolio-map-heading,
  .portfolio-map-layout{
    grid-template-columns:1fr;
  }

  .portfolio-map-directory{
    max-height:none;
    border-top:1px solid #dfe7e3;
    border-left:0;
  }

  .portfolio-map-shell.portfolio .portfolio-map-directory{
    max-height:360px;
  }

  .portfolio-map-shell.is-map-maximized>.portfolio-map-layout{
    height:100dvh;
    grid-template-columns:1fr;
    grid-template-rows:minmax(360px,60dvh) minmax(0,1fr);
  }

  .portfolio-map-shell.is-map-maximized .portfolio-map-canvas{
    height:auto;
  }

  .portfolio-map-shell.portfolio.is-map-maximized .portfolio-map-directory{
    min-height:0;
    max-height:none;
  }

  .home-portfolio-map>.wrap{
    width:calc(100% - 44px);
  }

  .portfolio-map-shell.compact{
    grid-template-columns:1fr;
    grid-template-areas:"summary" "map";
    gap:30px;
    max-width:860px;
  }

  .portfolio-map-summary{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(250px,.75fr);
    column-gap:44px;
    align-items:end;
  }

  .portfolio-map-summary .as-kicker,
  .portfolio-map-summary h2{
    grid-column:1;
  }

  .portfolio-map-summary>p:not(.as-kicker){
    grid-column:2;
    grid-row:1 / span 2;
    align-self:end;
  }

  .portfolio-map-summary .portfolio-map-explore{
    grid-column:2;
    margin-top:18px;
  }
}

@media (max-width:620px){
  .portfolio-map-heading h2{font-size:2.15rem}
  .portfolio-map-heading{margin-bottom:20px}
  .portfolio-map-heading>p{line-height:1.58}
  .portfolio-map-property-dots{width:38px;height:38px}
  .portfolio-map-property-dot{width:13px;height:13px}
  .portfolio-map-marker-label{display:none}
  .portfolio-map-zoom{top:8px;right:8px}
  .portfolio-map-zoom button,
  .portfolio-map-zoom output{min-width:40px;min-height:40px}
  .portfolio-map-zoom output{min-width:48px}
  .portfolio-map-zoom .portfolio-map-zoom-reset{min-width:52px;padding-inline:7px}
  .portfolio-map-directory a{padding:14px 16px}
  .portfolio-map-shell.portfolio .portfolio-map-canvas{height:320px;aspect-ratio:auto}
  .portfolio-map-shell.portfolio .portfolio-map-directory a{grid-template-columns:76px minmax(0,1fr);gap:12px}
  .portfolio-map-location-thumb{width:76px}
  .portfolio-map-location-copy>b{font-size:.75rem}
  .portfolio-live-map .leaflet-control-zoom.leaflet-bar{margin-top:8px;margin-right:8px}
  .portfolio-live-map .leaflet-control-zoom.leaflet-bar a{width:40px;height:40px}
  .portfolio-live-map .leaflet-bar.portfolio-leaflet-maximize{margin-top:6px;margin-right:8px}
  .portfolio-live-map .portfolio-leaflet-maximize button{width:40px;height:40px}
  .portfolio-map-shell.is-map-maximized>.portfolio-map-layout{grid-template-rows:minmax(300px,55dvh) minmax(0,1fr)}
  .portfolio-map-shell.portfolio.is-map-maximized .portfolio-map-canvas{height:100%}
  .portfolio-map-shell.compact .portfolio-map-heading{grid-template-columns:1fr;gap:14px}
  .portfolio-map-shell.compact .portfolio-map-heading>p{font-size:.92rem}
  .portfolio-map-summary{display:block}
  .portfolio-map-summary h2{max-width:none;margin-bottom:18px;font-size:2.45rem}
  .portfolio-map-summary h2 span{white-space:normal}
  .portfolio-map-summary>p:not(.as-kicker){max-width:none;font-size:.95rem;line-height:1.6}
  .portfolio-map-summary .portfolio-map-explore{margin-top:20px}
  .portfolio-map-shell.compact .portfolio-map-directory a{min-height:62px;padding:10px 12px}
  .portfolio-map-shell.compact .portfolio-map-directory strong{font-size:.94rem}
  .portfolio-map-shell.compact .portfolio-map-directory span{font-size:.8rem}
  .portfolio-map-directory-toolbar{align-items:flex-start;flex-direction:column;gap:6px}
  .portfolio-map-directory-toolbar button{min-height:40px}
  .portfolio-view-controls{display:flex;width:100%;box-sizing:border-box}
  .portfolio-view-controls button{flex:1;padding-inline:10px}
}

@media (prefers-reduced-motion:reduce){
  .portfolio-map-marker,
  .portfolio-map-marker-label,
  .portfolio-map-stage{transition:none}
}

@media (forced-colors:active){
  .portfolio-map-marker:focus-visible::after{
    background:ButtonText;
    box-shadow:none;
  }
}

/* ==========================================================================
   Platform-first homepage hero — selected 2026 V5 art direction
   ========================================================================== */

.platform-hero{
  position:relative;
  min-height:644px;
  overflow:hidden;
  border-bottom:1px solid #ded8cc;
  background:#faf8f2;
}

.platform-hero-copy{
  position:absolute;
  z-index:2;
  inset:0 auto 0 0;
  display:flex;
  width:52.5%;
  align-items:center;
  clip-path:polygon(0 0,100% 0,82.4% 100%,0 100%);
  background:#0d3b2d;
  color:#fff;
}

.platform-hero-copy-inner{
  width:100%;
  padding:58px clamp(62px,5vw,84px) 60px max(clamp(34px,7vw,106px),calc((100vw - 1780px)/2 + 48px));
}

.platform-hero .as-kicker{
  max-width:420px;
  margin:0 0 30px;
  color:#e4b846;
  font-size:.75rem;
  letter-spacing:.14em;
  line-height:1.55;
}

.platform-hero h1{
  max-width:650px;
  margin:0;
  color:#fff;
  font-size:clamp(3rem,3.2vw,3.1rem);
  line-height:1.07;
  letter-spacing:-.035em;
  text-wrap:wrap;
}

html[lang="zh-Hans"] .platform-hero h1{
  max-width:9em;
  letter-spacing:0;
  line-height:1.16;
}

.platform-hero-rule{
  display:block;
  width:62px;
  height:2px;
  margin:34px 0 28px;
  background:#c19632;
}

.platform-hero-lede{
  max-width:500px;
  margin:0;
  color:#edf2ee;
  font-size:1rem;
  line-height:1.62;
}

.platform-hero-positioning{
  margin:34px 0 0;
  color:#e4b846;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.platform-hero-actions{
  display:flex;
  align-items:center;
  gap:38px;
  margin-top:42px;
}

.platform-hero-primary{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:13px 20px;
  border-radius:3px;
}

.platform-hero-secondary{
  min-height:44px;
  align-items:center;
  border-bottom-color:#bd9131;
  color:#fff;
}

.platform-hero-secondary .link-arrow{
  color:#ddb14b;
}

.platform-hero-showcase{
  position:absolute;
  z-index:1;
  inset:0 0 0 50.5%;
  overflow:hidden;
  background:#faf8f2;
}

.platform-hero-linework{
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  display:block;
  width:100%;
  height:36%;
  object-fit:cover;
  object-position:top right;
  opacity:.56;
  pointer-events:none;
  user-select:none;
}

.platform-hero-projects{
  position:absolute;
  z-index:1;
  right:max(46px,calc((100vw - 1780px)/2 + 48px));
  bottom:58px;
  left:clamp(30px,3.25vw,52px);
  max-width:790px;
}

.platform-hero-projects-heading{
  display:grid;
  grid-template-columns:auto minmax(30px,1fr);
  gap:16px;
  align-items:center;
  margin-bottom:24px;
}

.platform-hero-projects-heading h2{
  margin:0;
  color:#17402f;
  font-family:var(--sans);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.14em;
  line-height:1.35;
  text-transform:uppercase;
}

.platform-hero-projects-heading i{
  display:block;
  height:1px;
  background:#c89a37;
}

.platform-hero-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.platform-hero-project{
  display:grid;
  min-width:0;
  color:#17402f;
  text-align:center;
  text-decoration:none;
}

.platform-hero-project img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1.04;
  object-fit:cover;
  background:#e5e8df;
  transition:filter .2s ease,transform .2s ease;
}

.platform-hero-project span{
  margin-top:13px;
  font-size:.77rem;
  font-weight:850;
  letter-spacing:.12em;
  line-height:1.2;
  text-transform:uppercase;
}

.platform-hero-project:hover img{
  filter:saturate(1.04) contrast(1.02);
  transform:translateY(-2px);
}

.platform-hero-project:focus-visible{
  outline:3px solid #b98a1f;
  outline-offset:4px;
}

.platform-hero+.atlas-evidence .atlas-evidence-inner{
  min-height:140px;
}

@media (max-width:1280px) and (min-width:1101px){
  .platform-hero-copy-inner{
    padding-right:68px;
    padding-left:58px;
  }

  .platform-hero h1{
    font-size:3rem;
  }

  .platform-hero-projects{
    right:34px;
    left:28px;
  }
}

@media (max-width:1100px){
  .platform-hero{
    display:grid;
    grid-template-columns:1fr;
    min-height:0;
    overflow:hidden;
  }

  .platform-hero-copy,
  .platform-hero-showcase{
    position:relative;
    inset:auto;
    width:100%;
  }

  .platform-hero-copy{
    min-height:520px;
    clip-path:none;
  }

  .platform-hero-copy-inner{
    max-width:760px;
    margin:0 auto;
    padding:58px 44px 62px;
  }

  .platform-hero h1{
    max-width:620px;
    font-size:clamp(3rem,6.2vw,4rem);
  }

  .platform-hero-lede{
    max-width:590px;
  }

  .platform-hero-showcase{
    min-height:395px;
  }

  .platform-hero-linework{
    height:38%;
    opacity:.48;
  }

  .platform-hero-projects{
    position:relative;
    inset:auto;
    width:auto;
    max-width:760px;
    margin:0 auto;
    padding:168px 36px 38px;
  }

  .platform-hero-project img{
    aspect-ratio:4/3;
  }

  .platform-hero+.atlas-evidence .atlas-evidence-inner{
    min-height:112px;
  }
}

@media (max-width:620px){
  .platform-hero-copy{
    min-height:0;
  }

  .platform-hero-copy-inner{
    padding:40px 22px 42px;
  }

  .platform-hero .as-kicker{
    max-width:330px;
    margin-bottom:18px;
    font-size:.66rem;
  }

  .platform-hero h1,
  html[lang="zh-Hans"] .platform-hero h1{
    max-width:100%;
    font-size:clamp(2.3rem,10.2vw,2.58rem);
  }

  .platform-hero-rule{
    width:52px;
    margin:20px 0 17px;
  }

  .platform-hero-lede{
    font-size:.94rem;
    line-height:1.55;
  }

  .platform-hero-positioning{
    margin-top:21px;
    font-size:.67rem;
    letter-spacing:.12em;
  }

  .platform-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:24px;
  }

  .platform-hero-primary{
    width:100%;
    min-height:50px;
  }

  .platform-hero-secondary{
    width:max-content;
  }

  .platform-hero-showcase{
    min-height:250px;
  }

  .platform-hero-linework{
    height:100%;
    object-position:48% top;
    opacity:.34;
  }

  .platform-hero-projects{
    padding:42px 18px 20px;
  }

  .platform-hero-projects-heading{
    gap:10px;
    margin-bottom:14px;
  }

  .platform-hero-projects-heading h2{
    font-size:.58rem;
    letter-spacing:.1em;
  }

  .platform-hero-project-grid{
    gap:7px;
  }

  .platform-hero-project img{
    aspect-ratio:1/1.02;
  }

  .platform-hero-project span{
    margin-top:8px;
    font-size:.65rem;
  }

  .platform-hero+.atlas-evidence .atlas-evidence-inner{
    grid-template-columns:1fr 1fr;
    min-height:0;
    padding-top:18px;
    padding-bottom:18px;
  }

  .platform-hero+.atlas-evidence .atlas-evidence-count{
    min-height:70px;
  }

  .platform-hero+.atlas-evidence .atlas-evidence-count+.atlas-evidence-count{
    padding-left:16px;
  }

  .platform-hero+.atlas-evidence .atlas-evidence-region{
    grid-column:1/-1;
    min-height:62px;
    margin:10px 0 0;
    padding:12px 0 0;
    border-top:1px solid #d9d3c6;
  }
}

@media (prefers-reduced-motion:reduce){
  .platform-hero-project img{
    transition:none;
  }
}

/* ==========================================================================
   Homepage persuasion rhythm — image, proof, process, people, conversation
   ========================================================================== */

.home-page .home-asset-class{
  padding-top:clamp(76px,7vw,104px);
  padding-bottom:clamp(76px,7vw,104px);
  background:#f4efe4;
}

.home-page .home-asset-class-layout{
  grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);
  gap:clamp(42px,6.4vw,96px);
  align-items:start;
}

.home-page .home-asset-class-head{
  position:static;
}

.home-asset-class-visual{
  position:relative;
  aspect-ratio:4/3;
  margin:0 0 32px;
  overflow:hidden;
  background:#dfe6df;
}

.home-asset-class-visual::after{
  position:absolute;
  inset:0;
  content:"";
  background:linear-gradient(180deg,transparent 45%,rgba(9,42,30,.72));
  pointer-events:none;
}

.home-asset-class-visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.home-asset-class-visual figcaption{
  position:absolute;
  z-index:1;
  right:22px;
  bottom:18px;
  left:22px;
  color:#fff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-asset-class-head h2{
  max-width:11ch;
  font-size:clamp(2.8rem,3.45vw,3.55rem);
}

.home-asset-class-head>p{
  max-width:42ch;
  margin-top:22px;
}

.home-page .home-asset-class-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border:1px solid #d6ccba;
  background:rgba(255,255,255,.42);
}

.home-page .home-asset-class-grid li{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  min-height:152px;
  align-items:start;
  padding:28px 25px;
  border:0;
  border-bottom:1px solid #d6ccba;
}

.home-page .home-asset-class-grid li:nth-child(odd){
  border-right:1px solid #d6ccba;
}

.home-page .home-asset-class-grid li:nth-last-child(-n+2){
  border-bottom:0;
}

.home-page .home-asset-class-grid li>span{
  color:#b28624;
  font-family:var(--serif);
  font-size:2rem;
  font-weight:700;
  line-height:.9;
}

.home-page .home-asset-class-grid h3{
  margin-bottom:13px;
  color:#404942;
  font-size:.69rem;
  letter-spacing:.12em;
}

.home-page .home-asset-class-grid p{
  font-size:1.3rem;
  line-height:1.23;
}

.home-page .home-asset-class-disclosure{
  margin-top:24px;
  padding:15px 18px;
  border:0;
  border-left:3px solid #bd9131;
  background:rgba(255,255,255,.5);
  font-size:.8rem;
}

.home-page .as-pillars{
  position:relative;
  overflow:hidden;
  padding-top:clamp(76px,7vw,98px);
  padding-bottom:clamp(76px,7vw,98px);
  background:#0d3b2d;
}

.home-page .as-pillars .as-section-head{
  align-items:end;
  margin-bottom:42px;
}

.home-page .pillar-grid{
  gap:0;
  margin:0 0 36px;
  border-top:1px solid rgba(230,196,110,.5);
  border-bottom:1px solid rgba(255,255,255,.18);
}

.home-page .pillar-grid article{
  position:relative;
  min-height:276px;
  padding:36px clamp(24px,3vw,46px) 34px;
  overflow:hidden;
  border-left:1px solid rgba(255,255,255,.17);
}

.home-page .pillar-grid article:first-child{
  border-left:0;
}

.home-page .pillar-grid article:nth-child(2){
  background:rgba(255,255,255,.035);
}

.home-page .pillar-grid span{
  position:absolute;
  top:22px;
  right:24px;
  color:rgba(229,187,85,.44);
  font-family:var(--serif);
  font-size:5.2rem;
  font-weight:700;
  letter-spacing:-.05em;
  line-height:1;
}

.home-page .pillar-grid h3{
  position:relative;
  margin:70px 0 18px;
  font-size:clamp(1.7rem,2.2vw,2.2rem);
}

.home-page .pillar-grid p{
  position:relative;
  font-size:.94rem;
  line-height:1.68;
}

.home-page .home-full-cycle{
  padding-top:clamp(72px,6.5vw,92px);
  padding-bottom:clamp(72px,6.5vw,92px);
  background:#f3eee3;
}

.home-capability-rail{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  margin:48px 0 0;
  padding:0;
  list-style:none;
  border-top:2px solid #b98a1f;
  border-bottom:1px solid #d4cbb9;
  background:rgba(255,255,255,.48);
}

.home-capability-rail li{
  min-width:0;
  min-height:128px;
  padding:25px 18px 22px;
  border-left:1px solid #d4cbb9;
}

.home-capability-rail li:first-child{
  border-left:0;
  background:#17402f;
}

.home-capability-rail span{
  display:block;
  margin-bottom:22px;
  color:#a87d1d;
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.12em;
}

.home-capability-rail strong{
  display:block;
  color:#17402f;
  font-family:var(--serif);
  font-size:1.08rem;
  line-height:1.22;
}

.home-capability-rail li:first-child span{
  color:#e5bb55;
}

.home-capability-rail li:first-child strong{
  color:#fff;
}

.home-page .home-join{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.home-page .home-join::before{
  position:absolute;
  z-index:-1;
  top:0;
  right:0;
  width:50%;
  height:100%;
  content:"";
  background:url('/assets/brand/platform-hero-linework.png') right center/cover no-repeat;
  opacity:.5;
}

.home-page .home-join .as-join-inner{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
}

.home-page .home-join .as-join-inner>div:first-child{
  padding-right:clamp(40px,5vw,84px);
}

.home-page .home-join .as-join-inner>div:last-child{
  align-self:center;
  max-width:600px;
  padding-left:clamp(40px,5vw,84px);
  border-left:1px solid rgba(185,138,31,.35);
}

.home-page .home-join h2{
  max-width:13ch;
}

@media (min-width:921px){
  .platform-hero+.atlas-evidence .atlas-evidence-inner{
    min-height:124px;
  }

  .home-page .home-portfolio-map{
    padding-top:52px;
    padding-bottom:52px;
  }

  .home-page .home-asset-class{
    padding-top:78px;
    padding-bottom:78px;
  }

  .home-page .as-pillars{
    padding-top:78px;
    padding-bottom:78px;
  }

  .home-page .home-full-cycle{
    padding-top:76px;
    padding-bottom:76px;
  }

  .home-page .as-team-band,
  .home-page .as-faq,
  .home-page .home-join{
    padding-top:72px;
    padding-bottom:72px;
  }
}

@media (hover:hover){
  .home-asset-class-visual:hover img{
    transform:scale(1.025);
  }
}

@media (max-width:920px){
  .home-page .home-asset-class-layout{
    grid-template-columns:1fr;
    gap:40px;
  }

  .home-asset-class-visual{
    aspect-ratio:16/8;
  }

  .home-asset-class-head h2{
    max-width:16ch;
  }

  .home-capability-rail{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .home-capability-rail li:nth-child(4){
    border-left:0;
  }

  .home-capability-rail li:nth-child(-n+3){
    border-bottom:1px solid #d4cbb9;
  }

  .home-page .home-join::before{
    width:100%;
    opacity:.22;
  }

  .home-page .home-join .as-join-inner{
    grid-template-columns:1fr;
    gap:30px;
  }

  .home-page .home-join .as-join-inner>div:first-child{
    padding-right:0;
  }

  .home-page .home-join .as-join-inner>div:last-child{
    max-width:620px;
    padding:28px 0 0;
    border-top:1px solid rgba(185,138,31,.35);
    border-left:0;
  }
}

@media (max-width:620px){
  .home-page .home-asset-class{
    padding-top:60px;
    padding-bottom:60px;
  }

  .home-asset-class-visual{
    aspect-ratio:4/2.65;
    margin-bottom:26px;
  }

  .home-page .home-asset-class-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-page .home-asset-class-grid li,
  .home-page .home-asset-class-grid li:nth-child(odd),
  .home-page .home-asset-class-grid li:nth-last-child(-n+2){
    display:block;
    min-height:142px;
    padding:20px 16px;
    border-bottom:1px solid #d6ccba;
  }

  .home-page .home-asset-class-grid li:nth-child(odd){
    border-right:1px solid #d6ccba;
  }

  .home-page .home-asset-class-grid li:nth-last-child(-n+2){
    border-bottom:0;
  }

  .home-page .home-asset-class-grid li>span{
    margin-bottom:18px;
    font-size:1.55rem;
  }

  .home-page .home-asset-class-grid h3{
    margin-bottom:9px;
    font-size:.6rem;
  }

  .home-page .home-asset-class-grid p{
    font-size:1.04rem;
    line-height:1.24;
  }

  .home-page .pillar-grid{
    border-bottom:0;
  }

  .home-page .pillar-grid article,
  .home-page .pillar-grid article:first-child,
  .home-page .pillar-grid article:nth-child(3){
    min-height:0;
    padding:26px 8px 28px;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.17);
    background:transparent;
  }

  .home-page .pillar-grid span{
    top:18px;
    right:8px;
    color:rgba(229,187,85,.38);
    font-size:4.4rem;
  }

  .home-page .pillar-grid h3{
    margin-top:48px;
  }

  .home-capability-rail{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-capability-rail li,
  .home-capability-rail li:nth-child(4){
    min-height:108px;
    border-left:1px solid #d4cbb9;
    border-bottom:1px solid #d4cbb9;
  }

  .home-capability-rail li:nth-child(odd){
    border-left:0;
  }

  .home-capability-rail li:nth-last-child(-n+2){
    border-bottom:0;
  }

  .home-page .home-join::before{opacity:.2}
}

@media (prefers-reduced-motion:reduce){
  .home-asset-class-visual img{
    transition:none;
  }
}

/* ==========================================================================
   Bilingual display rhythm — natural phrases, coordinated English/Chinese scale
   ========================================================================== */

h1,
h2{
  text-wrap:balance;
}

.display-lines{
  text-wrap:wrap;
}

.display-line{
  display:block;
  max-width:100%;
}

html[lang="zh-Hans"] body{
  --type-display-xl:clamp(2.35rem,2.55vw,3rem);
  --type-display-lg:clamp(2.25rem,2.4vw,2.8rem);
  --type-display-compact:clamp(2.05rem,2.2vw,2.55rem);
  --type-section:clamp(1.7rem,1.75vw,2rem);
  --type-subsection:clamp(1.38rem,1.45vw,1.65rem);
}

html[lang="zh-Hans"] :is(h1,h2),
html[lang="zh-Hans"] .display-line{
  line-break:strict;
  overflow-wrap:normal;
  word-break:normal;
}

html[lang="zh-Hans"] .display-line{
  width:max-content;
  white-space:nowrap;
}

.platform-hero h1{
  max-width:680px;
  font-size:clamp(2.65rem,3vw,3rem);
  line-height:1.09;
}

html[lang="zh-Hans"] .platform-hero h1{
  max-width:12em;
  font-size:clamp(2.35rem,2.7vw,2.7rem);
  line-height:1.18;
}

.portfolio-map-summary h2{
  max-width:460px;
  font-size:clamp(2.35rem,2.5vw,2.8rem);
  line-height:1.04;
}

html[lang="zh-Hans"] .portfolio-map-summary h2{
  max-width:8em;
  font-size:clamp(2.05rem,2.25vw,2.45rem);
  line-height:1.12;
  letter-spacing:0;
}

.home-asset-class-head h2,
.home-full-cycle-head h2{
  font-size:clamp(1.85rem,2.1vw,2.35rem);
  line-height:1.1;
}

html[lang="zh-Hans"] .home-asset-class-head h2,
html[lang="zh-Hans"] .home-full-cycle-head h2{
  max-width:11em;
  font-size:clamp(1.75rem,1.85vw,2.05rem);
  line-height:1.2;
  letter-spacing:0;
}

.video-watch-grid{
  grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr);
}

.video-watch-copy h1{
  max-width:12ch;
  font-size:clamp(2.6rem,3.45vw,3.45rem);
  line-height:1.04;
  text-wrap:balance;
}

html[lang="zh-Hans"] .video-watch-copy h1{
  max-width:8em;
  font-size:clamp(2.25rem,2.65vw,2.75rem);
  line-height:1.14;
  letter-spacing:0;
}

.utility-hero-grid{
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
}

.utility-hero h1{
  max-width:24ch;
  font-size:var(--type-display-compact);
  line-height:1.08;
}

html[lang="zh-Hans"] .utility-hero h1{
  max-width:18em;
  font-size:var(--type-display-compact);
  line-height:1.18;
  letter-spacing:0;
}

html[lang="zh-Hans"] :is(
  .source-library-hero h1,
  .portfolio-hero h1,
  .approach-hero h1,
  .team-hero h1,
  .academy-hero-copy h1,
  .operations-hero-copy h1,
  .about-story-hero h1,
  .about-profile-hero h1,
  .profile-detail-heading h1,
  .published-project-hero h1,
  .published-project-detail-heading h1
){
  max-width:18em;
  font-size:var(--type-display-lg);
  line-height:1.16;
  letter-spacing:0;
}

html[lang="zh-Hans"] :is(
  .as-section-head h2,
  .team-group-head h2,
  .portfolio-journey-intro h2,
  .source-library-section-head h2,
  .profile-next h2,
  .as-join h2,
  .events-empty h2
){
  max-width:20em;
  font-size:var(--type-section);
  line-height:1.2;
  letter-spacing:0;
}

@media (max-width:920px){
  .utility-hero-grid{
    grid-template-columns:1fr;
    gap:28px;
    align-items:start;
  }

  .video-watch-grid{
    grid-template-columns:1fr;
  }

  .video-watch-copy h1,
  html[lang="zh-Hans"] .video-watch-copy h1{
    max-width:18ch;
  }
}

@media (max-width:700px){
  :root{
    --type-display-xl:clamp(2.05rem,8.5vw,2.35rem);
    --type-display-lg:clamp(1.98rem,8.2vw,2.28rem);
    --type-display-compact:clamp(1.88rem,7.8vw,2.18rem);
    --type-section:clamp(1.55rem,6.4vw,1.82rem);
  }

  html[lang="zh-Hans"] body{
    --type-display-xl:clamp(1.98rem,8.1vw,2.25rem);
    --type-display-lg:clamp(1.9rem,7.8vw,2.15rem);
    --type-display-compact:clamp(1.82rem,7.5vw,2.08rem);
    --type-section:clamp(1.5rem,6.15vw,1.75rem);
  }

  .platform-hero h1{
    font-size:clamp(2.12rem,9vw,2.4rem);
    line-height:1.12;
  }

  html[lang="zh-Hans"] .platform-hero h1{
    max-width:100%;
    font-size:clamp(2rem,8.55vw,2.25rem);
    line-height:1.2;
  }

  .portfolio-map-summary h2{
    margin-bottom:16px;
    font-size:clamp(2rem,8.2vw,2.28rem);
    line-height:1.08;
  }

  html[lang="zh-Hans"] .portfolio-map-summary h2{
    max-width:100%;
    font-size:clamp(1.85rem,7.7vw,2.1rem);
  }

  .home-asset-class-head h2,
  .home-full-cycle-head h2{
    font-size:var(--type-section);
  }

  .video-watch-copy h1{
    max-width:15ch;
    font-size:clamp(2.1rem,9vw,2.45rem);
    line-height:1.08;
  }

  html[lang="zh-Hans"] .video-watch-copy h1{
    max-width:100%;
    font-size:clamp(1.95rem,8.2vw,2.25rem);
    line-height:1.16;
  }

  .utility-hero h1,
  html[lang="zh-Hans"] .utility-hero h1{
    max-width:100%;
  }
}
