/* ============================================================
   ADVC design system — light, warm, editorial
   浅色为主，深蓝色块只用于重点段落
   ============================================================ */
:root{
  --bg:#F8F6F2;
  --card:#FFFFFF;
  --bg-3:#F0ECE4;
  --navy:#11253D;
  --navy-2:#0B1B2E;
  --line:rgba(17,37,61,.13);
  --line-2:rgba(17,37,61,.22);
  --fg:#12202F;
  --fg-2:#55616E;
  --fg-3:#8892A0;
  --gold:#B08D57;
  --gold-2:#96764A;
  --brand-symbol-04:url('/static/images/brand/advc-symbol-04.svg?v=20260818c');
  --brand-symbol-04-pattern:url('/static/images/brand/advc-symbol-04-pattern.svg?v=20260818d');
  --max:1700px;
  --nav-h:92px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  background:var(--bg);color:var(--fg);
  font-family:'Archivo',sans-serif;
  font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:clip;
}
.site-reveal{opacity:0;filter:blur(6px);transform:translateY(24px);transition:opacity .72s var(--site-reveal-delay,0ms),filter .72s var(--site-reveal-delay,0ms),transform .72s var(--site-reveal-delay,0ms) cubic-bezier(.2,.75,.2,1)}.site-reveal.is-visible{opacity:1;filter:none;transform:none}.site-cursor-light{--cursor-x:50vw;--cursor-y:50vh;position:fixed;z-index:79;left:0;top:0;width:320px;height:320px;transform:translate(calc(var(--cursor-x) - 50%),calc(var(--cursor-y) - 50%));border-radius:50%;background:radial-gradient(circle,rgba(117,190,223,.11),rgba(176,141,87,.045) 42%,transparent 72%);mix-blend-mode:multiply;opacity:0;pointer-events:none;transition:opacity .25s}.site-cursor-light.is-visible{opacity:1}.site-depth-card{transform:perspective(1100px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)) translateY(0);transform-style:preserve-3d;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s,border-color .3s}.site-depth-card:hover{transform:perspective(1100px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)) translateY(-4px);box-shadow:0 22px 48px rgba(40,69,86,.11)}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.wrap{max-width:var(--max);margin:0 auto;padding:0 36px}
.mono{font-family:'Archivo',sans-serif}
.fill{color:var(--gold);border-bottom:1px dashed rgba(176,141,87,.5)}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:14px 26px;border-radius:2px;font-size:13px;font-weight:600;
  text-decoration:none;letter-spacing:.09em;text-transform:uppercase;
  transition:all .2s;border:1px solid transparent;cursor:pointer;
  white-space:nowrap;font-family:inherit;
}
.btn::after{content:'\27A4';font-size:9px;transform:translateY(.5px)}
.btn-gold{background:var(--gold);color:#fff}
.btn-gold:hover{background:var(--gold-2)}
.btn-ghost{border-color:var(--line-2);color:var(--fg);background:transparent}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-sm{padding:11px 20px;font-size:12px}
.band .btn-ghost,.hero .btn-ghost,.cta .btn-ghost{border-color:rgba(255,255,255,.32);color:#fff}
.band .btn-ghost:hover,.hero .btn-ghost:hover,.cta .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}

/* ---------- nav ---------- */
nav.site{position:sticky;top:0;z-index:100;background:rgba(249,249,246,.9);
  border-bottom:1px solid var(--line);box-shadow:0 12px 32px rgba(35,62,79,.07);
  backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);gap:24px}
.nav-logo img{height:42px;width:auto}
.nav-links{display:flex;gap:34px;align-items:center}
.nav-links a:not(.btn){color:var(--fg-2);text-decoration:none;font-size:13px;
  font-weight:500;letter-spacing:.09em;text-transform:uppercase;transition:color .2s}
.nav-links a:not(.btn):hover,.nav-links a:not(.btn)[aria-current="page"]{color:var(--gold)}
.nav-links .nav-portal{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;color:#102A3B;background:linear-gradient(120deg,#A98933,#D5B85E 54%,#F0D987);box-shadow:0 12px 26px rgba(169,137,51,.22);white-space:nowrap}
.nav-links .nav-portal:hover,.nav-links .nav-portal:focus-visible,.nav-links .nav-portal:active{color:#102A3B;background:linear-gradient(120deg,#967526,#C9AA4C 54%,#E8CE78);transform:translateY(-1px)}
.nav-toggle{display:none;background:none;border:0;color:var(--navy);padding:8px;cursor:pointer}
.nav-toggle svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.6}
.nav-product-menu{display:flex;align-items:center;align-self:stretch}.nav-product-link-row{display:flex;align-items:center;gap:4px}.nav-product-toggle{display:none;width:34px;height:34px;border:0;background:transparent;color:var(--navy);font:700 18px/1 Archivo,sans-serif;cursor:pointer}
.product-mega{position:fixed;z-index:120;top:var(--nav-h);left:0;right:0;padding:22px 0 28px;border-top:1px solid var(--line);border-bottom:1px solid rgba(16,42,59,.14);background:rgba(250,250,247,.98);box-shadow:0 30px 70px rgba(16,42,59,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .22s ease,visibility .22s ease,transform .3s cubic-bezier(.2,.75,.2,1)}
.nav-product-menu:hover .product-mega,.nav-product-menu:focus-within .product-mega,.nav-product-menu.is-open .product-mega{opacity:1;visibility:visible;transform:translateY(0)}
.nav-product-menu.is-click-closing .product-mega{opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important;pointer-events:none}
.product-mega-inner{display:grid;grid-template-columns:250px minmax(0,1fr);gap:32px}.product-mega-categories{display:flex;flex-direction:column;gap:7px;padding-right:24px;border-right:1px solid var(--line)}.product-mega-categories button{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 16px;border:0;border-radius:999px;background:transparent;color:#6f7d86;font:700 12px/1 Archivo,sans-serif;letter-spacing:.07em;text-align:left;cursor:pointer;transition:color .2s,background .2s}.product-mega-categories button[aria-selected=true]{color:var(--navy);background:#edf3f4}.product-mega-categories button:hover{color:var(--navy)}.product-mega-categories button span{font-size:18px;font-weight:400}.product-mega-all{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:16px;color:var(--navy)!important;border-top:1px solid var(--line);font-size:10px!important;font-weight:800!important;letter-spacing:.13em!important;text-transform:uppercase;text-decoration:none}
.product-mega-panels{min-width:0}.product-mega-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.product-mega-panel-head span{color:#a98222;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.product-mega-panel-head h2{margin:5px 0 0;color:var(--navy);font-size:25px}.product-mega-panel-head>a{color:#5f7481!important;font-size:10px!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase;text-decoration:none}.product-mega-products{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(210px,23vw,320px);justify-content:start;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:rgba(16,42,59,.24) transparent}.product-mega-card{display:grid;grid-template-rows:145px auto auto;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#f1f6f7;color:var(--navy)!important;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease}.product-mega-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(16,42,59,.11)}.product-mega-card figure{overflow:hidden;margin:0;background:#dfe9ed}.product-mega-card img{display:block;width:100%;max-width:none;height:100%;object-fit:cover;transition:transform .45s ease}.product-mega-card:hover img{transform:scale(1.035)}.product-mega-card strong{padding:15px 16px 5px;color:var(--navy);font-size:14px;line-height:1.15}.product-mega-card>span{padding:0 16px 16px;color:#6c7d87;font-size:10px;line-height:1.45;letter-spacing:0;text-transform:none}

/* ---------- typography ---------- */
section{padding:112px 0}
.sec-head{max-width:720px;margin-bottom:56px}
.sec-tag{font-size:11px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;
  color:var(--gold);margin-bottom:20px}
h1{font-size:clamp(36px,4.7vw,58px);line-height:1.1;font-weight:600;letter-spacing:-.02em}
h2{font-size:clamp(27px,3.3vw,38px);line-height:1.18;font-weight:600;letter-spacing:-.018em;margin-bottom:18px}
h3{font-size:19px;font-weight:600;letter-spacing:-.012em;line-height:1.34}
.sec-sub{font-size:17px;color:var(--fg-2);line-height:1.7}
.accent{color:var(--gold)}

/* ---------- hero ---------- */
.hero{padding:112px 0 96px;position:relative;overflow:hidden;background:var(--navy);color:#fff}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:.32;z-index:0;pointer-events:none}
.hero::after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(96deg,var(--navy) 24%,rgba(17,37,61,.78) 54%,rgba(17,37,61,.28) 100%)}
.hero-in{position:relative;z-index:2;max-width:900px}
.hero h1{color:#fff}
.blur-text{display:flex;flex-wrap:wrap}.blur-text-segment{display:inline-block;will-change:transform,filter,opacity}
.eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:11px;font-weight:600;
  letter-spacing:.19em;text-transform:uppercase;color:var(--gold);margin-bottom:28px}
.eyebrow::before{content:'';width:30px;height:1px;background:var(--gold)}
.hero-sub{font-size:18px;line-height:1.72;color:rgba(255,255,255,.78);max-width:680px;margin:26px 0 42px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:58px}
.hero-notes{display:flex;gap:52px;flex-wrap:wrap;padding-top:34px;border-top:1px solid rgba(255,255,255,.16)}
.note-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:9px}
.note-val{font-size:15px;color:#fff;font-weight:500}

/* ---------- page head ---------- */
.page-head{padding:88px 0 68px;border-bottom:1px solid var(--line);background:var(--card)}
.page-head h1{font-size:clamp(31px,4vw,47px);margin-bottom:20px}
.page-head .sec-sub{max-width:700px}

/* ---------- strip ---------- */
.strip{background:var(--card);border-bottom:1px solid var(--line)}
.strip-in{display:grid;grid-template-columns:repeat(4,1fr)}
.strip-cell{padding:42px 34px;border-right:1px solid var(--line)}
.strip-cell:last-child{border-right:none}
.strip-k{font-size:30px;font-weight:600;letter-spacing:-.025em;margin-bottom:8px;color:var(--navy)}
.strip-k .unit{font-size:15px;color:var(--gold);font-weight:600;margin-left:3px}
.strip-v{font-size:13.5px;color:var(--fg-2);line-height:1.55}

/* ---------- navy band ---------- */
.band{background:var(--navy);color:#fff}
.band h2,.band h3,.band .strip-k{color:#fff}
.band .sec-sub,.band .why-p,.band .step-p,.band .spec-v{color:rgba(255,255,255,.72)}
.band .why-cell,.band .step,.band .spec{background:rgba(255,255,255,.035)}
.band .why-grid,.band .steps,.band .spec-grid{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}
.band .prose p{color:rgba(255,255,255,.75)}
.band .tbl{border-color:rgba(255,255,255,.16);background:transparent}
.band .tbl-row,.band .tbl-c{border-color:rgba(255,255,255,.12)}
.band:not(.band-dark){position:relative;background:radial-gradient(circle at 84% 8%,rgba(117,191,222,.16),transparent 32%),linear-gradient(135deg,#f0f5f6 0%,#fbfaf7 58%,#f3eee6 100%);color:var(--fg)}.band:not(.band-dark)::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(17,37,61,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(17,37,61,.026) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.band:not(.band-dark)>*{position:relative}.band:not(.band-dark) h2,.band:not(.band-dark) h3,.band:not(.band-dark) .strip-k{color:var(--fg)}.band:not(.band-dark) .sec-sub,.band:not(.band-dark) .why-p,.band:not(.band-dark) .step-p,.band:not(.band-dark) .spec-v,.band:not(.band-dark) .prose p{color:var(--fg-2)}.band:not(.band-dark) .why-cell,.band:not(.band-dark) .step,.band:not(.band-dark) .spec{background:rgba(255,255,255,.62);backdrop-filter:blur(12px)}.band:not(.band-dark) .why-grid,.band:not(.band-dark) .steps,.band:not(.band-dark) .spec-grid{background:var(--line);border-color:var(--line)}.band:not(.band-dark) .tbl{border-color:var(--line);background:rgba(255,255,255,.45)}.band:not(.band-dark) .tbl-row,.band:not(.band-dark) .tbl-c{border-color:var(--line)}.band:not(.band-dark) .tbl-row.head{background:rgba(17,37,61,.045)}.band:not(.band-dark) .tbl-row.head .tbl-c,.band:not(.band-dark) .no{color:var(--fg-3)}.band:not(.band-dark) .tbl-c{color:var(--fg-2)}.band:not(.band-dark) .tbl-c.label{color:var(--fg)}.band:not(.band-dark) .btn-ghost{border-color:var(--line-2);color:var(--fg)}.band:not(.band-dark) .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.band:not(.band-dark) .licence{background:rgba(176,141,87,.1);border-color:rgba(176,141,87,.28)}.band:not(.band-dark) .licence-n,.band:not(.band-dark) .faq-q,.band:not(.band-dark) .tl-t{color:var(--fg)}.band:not(.band-dark) .licence-p,.band:not(.band-dark) .pd-feat li,.band:not(.band-dark) .faq-a,.band:not(.band-dark) .tl-d{color:var(--fg-2)}.band:not(.band-dark) .tl{border-color:var(--line)}
.band:not(.band-dark) .cta-p{color:var(--fg-2)}.band:not(.band-dark) .cap-rail-dark{border-color:var(--line)}.band:not(.band-dark) .cap-rail-dark .cap-row{border-color:var(--line)}.band:not(.band-dark) .cap-rail-dark .cap-name{color:var(--fg)}.band:not(.band-dark) .cap-rail-dark .cap-headline,.band:not(.band-dark) .cap-rail-dark .cap-body p,.band:not(.band-dark) .cap-rail-dark .cap-body li{color:var(--fg-2)}.band:not(.band-dark) .feature-row:hover{background:rgba(176,141,87,.045)}

/* ---------- products ---------- */
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.prod{background:var(--card);padding:42px 34px 34px;display:flex;flex-direction:column;
  transition:background .25s;text-decoration:none;color:inherit}
.prod:hover{background:#fff}
.prod-cat{font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);margin-bottom:24px}
.prod-img{height:210px;display:flex;align-items:center;justify-content:center;margin-bottom:28px}
.prod-img img{max-height:100%;width:auto;max-width:76%;object-fit:contain;
  filter:drop-shadow(0 14px 26px rgba(17,37,61,.16));transition:transform .35s ease}
.prod:hover .prod-img img{transform:translateY(-6px) scale(1.03)}
.prod-name{font-size:21px;font-weight:600;letter-spacing:-.018em;margin-bottom:10px}
.prod-desc{font-size:14.5px;color:var(--fg-2);line-height:1.65;flex:1}
.prod-link{margin-top:24px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--fg-3);transition:color .2s}
.prod:hover .prod-link{color:var(--gold)}

/* ---------- product portfolio ---------- */
.product-entry-stage{position:relative;overflow:hidden;background:var(--navy);color:#fff;min-height:calc(100vh - var(--nav-h));display:flex;align-items:center}.product-entry-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);gap:72px;align-items:center;padding-top:76px;padding-bottom:76px}.product-entry-copy{position:relative;z-index:2}.product-entry-category{font-size:11px;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.56);margin-bottom:20px}.product-entry-copy h1{font-size:clamp(54px,7vw,96px);line-height:.96;color:#fff;margin-bottom:26px}.product-entry-copy h2{font-size:clamp(23px,2.3vw,34px);line-height:1.25;color:#fff;margin-bottom:22px}.product-entry-copy p{font-size:16px;line-height:1.75;color:rgba(255,255,255,.72);max-width:570px;margin-bottom:34px}.product-entry-visual{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}.product-entry-backdrop{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(176,141,87,.25),rgba(176,141,87,.06) 48%,transparent 70%);border:1px solid rgba(255,255,255,.09)}.product-entry-visual img{position:relative;z-index:1;max-height:610px;max-width:88%;width:auto;object-fit:contain;filter:drop-shadow(0 38px 54px rgba(0,0,0,.4))}.product-portfolio-head{padding-bottom:48px}.product-category-index{display:flex;gap:10px;flex-wrap:wrap}.product-category-index button{padding:12px 16px;border:1px solid var(--line);color:var(--fg-2);font:500 12px 'Archivo',sans-serif;letter-spacing:.06em;background:var(--card);cursor:pointer;transition:border-color .2s,color .2s,background .2s}.product-category-index button:hover,.product-category-index button.active{border-color:var(--gold);color:var(--fg);background:#fff}.product-showcase-section{padding-top:0}.product-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-showcase-card{border:1px solid var(--line);background:var(--card);overflow:hidden;scroll-margin-top:calc(var(--nav-h) + 24px);transition:border-color .2s,box-shadow .2s}.product-showcase-card.active{border-color:var(--gold);box-shadow:0 16px 36px rgba(17,37,61,.08)}.product-showcase-trigger{display:block;width:100%;height:100%;border:0;padding:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.product-showcase-visual{position:relative;height:370px;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#fff 0%,var(--bg-3) 100%);overflow:hidden}.product-showcase-primary{max-width:82%;max-height:78%;width:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(17,37,61,.16));transition:transform .35s ease}.product-showcase-card:hover .product-showcase-primary{transform:translateY(-6px) scale(1.025)}.product-showcase-secondary{position:absolute;right:22px;bottom:22px;width:116px;height:116px;border:1px solid rgba(17,37,61,.1);background:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 14px 26px rgba(17,37,61,.12)}.product-showcase-secondary img{max-height:100%;max-width:100%;width:auto;object-fit:contain}.product-showcase-content{padding:34px 36px 38px}.product-showcase-content h3{font-size:26px;line-height:1.25;margin-bottom:14px}.product-showcase-content>p{font-size:14.5px;color:var(--fg-2);line-height:1.72;min-height:74px}.product-showcase-open{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding-top:18px;border-top:1px solid var(--line);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.product-collections{margin-top:26px}.product-collection[hidden]{display:none}.product-collection{border:1px solid var(--line);background:var(--bg);padding:48px;scroll-margin-top:calc(var(--nav-h) + 24px)}.product-collection-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:52px;align-items:end;margin-bottom:36px}.product-collection-head h2{font-size:34px}.product-collection-head>p{font-size:14.5px;color:var(--fg-2);line-height:1.7}.product-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.collection-product-card{display:flex;flex-direction:column;min-height:100%;border:1px solid var(--line);background:var(--card);color:inherit;text-decoration:none;transition:border-color .2s,transform .25s,box-shadow .25s}.collection-product-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 14px 28px rgba(17,37,61,.08)}.collection-product-image{height:240px;display:flex;align-items:center;justify-content:center;padding:28px;background:linear-gradient(150deg,#fff,var(--bg-3));overflow:hidden}.collection-product-image img{max-width:82%;max-height:100%;width:auto;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(17,37,61,.14))}.collection-product-placeholder{background:var(--navy);position:relative}.collection-product-placeholder::before{content:'';position:absolute;width:120px;height:120px;border:1px solid rgba(176,141,87,.35);border-radius:50%}.collection-product-placeholder span{position:relative;z-index:1;max-width:150px;text-align:center;font-size:10px;line-height:1.6;letter-spacing:.17em;text-transform:uppercase;color:var(--gold)}.collection-product-info{padding:24px}.collection-product-info h3{font-size:20px;margin-bottom:9px}.collection-product-info p{font-size:13px;color:var(--fg-2);line-height:1.5}.collection-product-link{display:block;margin-top:18px;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.product-showcase-card--photo .product-showcase-visual{background:var(--navy)}
.product-showcase-card--photo .product-showcase-primary{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;filter:none}
.product-showcase-card--photo:hover .product-showcase-primary{transform:scale(1.025)}
.collection-product-image--photo{height:auto;aspect-ratio:16/9;padding:0;background:var(--navy)}
.collection-product-image--photo img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;filter:none}
.product-collection-hero{min-height:calc(100vh - var(--nav-h));display:flex;align-items:center;background:var(--navy);color:#fff;overflow:hidden;padding:72px 0 42px}.product-collection-hero-copy{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.7fr);gap:70px;align-items:end;margin-bottom:42px}.product-collection-hero-copy h1{font-size:clamp(52px,6.4vw,92px);line-height:.96;letter-spacing:-.04em;color:#fff;max-width:930px}.product-collection-hero-copy p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.68);max-width:520px}.product-collection-collage{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;height:350px}.product-collection-collage-item{position:relative;overflow:hidden;margin:0;background:#081a2d}.product-collection-collage-item::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(4,15,27,.34))}.product-collection-collage-item img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-collection-collage-item:hover img{transform:scale(1.035)}.product-collection-scroll{display:flex;justify-content:space-between;align-items:center;margin-top:26px;color:var(--gold);text-decoration:none;text-transform:uppercase;font-size:11px;letter-spacing:.14em}.product-family-section{padding-top:0}.product-family-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-family-card{border:1px solid var(--line);background:var(--card);overflow:hidden;transition:border-color .2s,box-shadow .2s}.product-family-card.active{border-color:var(--gold);box-shadow:0 18px 40px rgba(17,37,61,.1)}.product-family-trigger{display:block;width:100%;height:100%;border:0;background:transparent;padding:0;color:inherit;text-align:left;font:inherit;cursor:pointer}.product-family-visual{position:relative;height:350px;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(66,143,183,.16),transparent 38%),linear-gradient(135deg,#f7f6f2 0%,#e9eff0 100%)}.product-family-visual::after{content:'';position:absolute;inset:0;border-bottom:1px solid rgba(180,137,70,.28);pointer-events:none;z-index:2}.product-family-visual-title{position:absolute;inset:0;display:flex;align-items:center;padding:48px;z-index:1;transition:opacity .35s ease,transform .45s cubic-bezier(.2,.7,.2,1)}.product-family-visual-title span{max-width:520px;font-size:clamp(38px,4.15vw,66px);font-weight:650;line-height:.96;letter-spacing:-.045em;color:var(--navy)}.product-family-visual img{position:relative;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.045);transition:opacity .42s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.product-family-card:hover .product-family-visual img,.product-family-trigger:focus-visible .product-family-visual img{opacity:1;transform:scale(1)}.product-family-card:hover .product-family-visual-title,.product-family-trigger:focus-visible .product-family-visual-title{opacity:0;transform:translateY(-12px)}.product-family-content{padding:34px 36px 38px}.product-family-name{font-size:12px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.product-family-content h3{font-size:30px;line-height:1.18;margin-bottom:14px}.product-family-content p{font-size:14px;line-height:1.7;color:var(--fg-2);min-height:72px}.product-family-open{display:flex;justify-content:space-between;margin-top:24px;padding-top:18px;border-top:1px solid var(--line);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.product-family-panels{margin-top:26px}.product-family-panel[hidden],.product-subcategory[hidden]{display:none}.product-family-panel{position:relative;border:1px solid var(--line);background:var(--bg);padding:54px 48px 48px;scroll-margin-top:calc(var(--nav-h) + 24px)}.product-family-close{position:absolute;top:18px;right:22px;border:0;background:transparent;color:var(--fg-2);font:500 10px 'Archivo',sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.product-family-close span{color:var(--gold);font-size:16px;margin-left:6px}.product-subcategory-index{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin-bottom:34px}.product-subcategory-index button{border:0;border-right:1px solid var(--line);background:var(--card);padding:20px;color:var(--fg-2);font:600 14px 'Archivo',sans-serif;cursor:pointer}.product-subcategory-index button:last-child{border-right:0}.product-subcategory-index button:hover,.product-subcategory-index button.active{background:var(--navy);color:#fff}.product-subcategory-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:48px;align-items:end;margin-bottom:30px}.product-subcategory-head h3{font-size:32px}.product-subcategory-head>p{font-size:14px;line-height:1.7;color:var(--fg-2)}
.product-collection-portrait{--hero-x:0;--hero-y:0;position:relative;isolation:isolate;overflow:hidden;aspect-ratio:16/6.75;border:1px solid rgba(255,255,255,.12);background:#e9ecec;box-shadow:0 32px 70px rgba(0,0,0,.24);opacity:0;transform:translateY(32px) scale(.985);animation:productHeroIn .95s .18s cubic-bezier(.2,.75,.2,1) forwards}.product-collection-portrait-image{position:absolute;inset:0;margin:0;transform:scale(1.025) translate(calc(var(--hero-x)*-10px),calc(var(--hero-y)*-8px));transition:transform .45s cubic-bezier(.2,.7,.2,1)}.product-collection-portrait-image img{width:100%;height:100%;object-fit:cover}.product-collection-sheen{position:absolute;inset:-45%;z-index:2;background:linear-gradient(110deg,transparent 40%,rgba(255,255,255,.28) 49%,transparent 58%);transform:translateX(-58%) rotate(4deg);animation:productSheen 6.5s 1.1s ease-in-out infinite;pointer-events:none}.product-collection-orbit{position:absolute;z-index:3;border:1px solid rgba(176,141,87,.42);border-radius:50%;pointer-events:none;mix-blend-mode:multiply}.product-collection-orbit--one{width:340px;height:340px;left:-180px;top:-155px;animation:productOrbit 10s ease-in-out infinite}.product-collection-orbit--two{width:180px;height:180px;right:-75px;bottom:-90px;animation:productOrbit 8s -3s ease-in-out infinite reverse}.product-explorer{padding-top:100px;background:var(--bg)}.product-explorer-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.65fr);gap:60px;align-items:end;margin-bottom:42px}.product-explorer-heading h2{font-size:clamp(40px,4vw,62px);line-height:1.02;letter-spacing:-.035em;margin-top:14px}.product-explorer-heading>p{font-size:15px;line-height:1.75;color:var(--fg-2)}.product-family-tabs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:var(--card)}.product-family-tab{position:relative;isolation:isolate;min-height:184px;overflow:hidden;border:0;border-right:1px solid var(--line);background:transparent;padding:24px 22px;color:var(--fg);font:600 22px/1.08 'Archivo',sans-serif;text-align:left;cursor:pointer;transition:color .3s,background .3s}.product-family-tab:last-child{border-right:0}.product-family-tab-image{position:absolute;z-index:-2;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.06);transition:opacity .38s,transform .55s cubic-bezier(.2,.7,.2,1)}.product-family-tab::before{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(10,28,48,.18),rgba(10,28,48,.86));opacity:0;transition:opacity .35s}.product-family-tab-name{display:block;max-width:190px}.product-family-tab-arrow{position:absolute;right:20px;bottom:20px;color:var(--gold);font-size:18px}.product-family-tab:hover,.product-family-tab:focus-visible,.product-family-tab.active{color:#fff}.product-family-tab:hover .product-family-tab-image,.product-family-tab:focus-visible .product-family-tab-image,.product-family-tab.active .product-family-tab-image{opacity:1;transform:scale(1)}.product-family-tab:hover::before,.product-family-tab:focus-visible::before,.product-family-tab.active::before{opacity:1}.product-family-tab.active{box-shadow:inset 0 -4px var(--gold)}.product-family-workspace{min-height:770px;border:1px solid var(--line);border-top:0;background:#fff}.product-family-panel[hidden],.product-subcategory[hidden]{display:none}.product-family-panel{padding:44px 48px 42px;animation:productPanelIn .38s ease both}.product-subcategory-index{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin-bottom:28px}.product-subcategory-index button{border:0;border-right:1px solid var(--line);background:var(--card);padding:18px;color:var(--fg-2);font:600 14px 'Archivo',sans-serif;cursor:pointer}.product-subcategory-index button:last-child{border-right:0}.product-subcategory-index button:hover,.product-subcategory-index button.active{background:var(--navy);color:#fff}.product-subcategory-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:48px;align-items:end;margin-bottom:26px}.product-subcategory-head h3{font-size:30px}.product-subcategory-head>p{font-size:14px;line-height:1.7;color:var(--fg-2)}.product-browser-controls{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:24px}.product-browser-controls button{width:42px;height:42px;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:18px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.product-browser-controls button:hover:not(:disabled){background:var(--navy);border-color:var(--navy);color:#fff}.product-browser-controls button:disabled{opacity:.3;cursor:default}.product-browser-controls span{min-width:52px;text-align:center;color:var(--fg-2);font:500 12px 'Archivo',sans-serif;letter-spacing:.08em}.collection-product-card[hidden]{display:none}@keyframes productHeroIn{to{opacity:1;transform:none}}@keyframes productSheen{0%,62%{transform:translateX(-58%) rotate(4deg)}82%,100%{transform:translateX(58%) rotate(4deg)}}@keyframes productOrbit{50%{transform:translate(16px,10px) scale(1.04)}}@keyframes productPanelIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.product-family-workspace[hidden]{display:none}
.product-directory-links .product-family-tab{display:flex;align-items:center;justify-content:center;min-height:360px;padding:42px 28px;background:#fff;text-align:center;font-size:clamp(24px,2.1vw,34px)}.product-directory-links .product-family-tab-image{z-index:0}.product-directory-links .product-family-tab::before{z-index:1}.product-directory-links .product-family-tab-name{position:relative;z-index:2;max-width:280px;text-wrap:balance}.product-directory-links .product-family-tab-arrow{z-index:2;right:24px;bottom:22px}.product-directory-links .product-family-tab:hover .product-family-tab-image,.product-directory-links .product-family-tab:focus-visible .product-family-tab-image{opacity:1;transform:scale(1)}.product-directory-links .product-family-tab:hover::before,.product-directory-links .product-family-tab:focus-visible::before{opacity:1}
.product-reveal{opacity:0;filter:blur(7px);transform:translateY(28px);transition:opacity .75s var(--reveal-delay,0ms),filter .75s var(--reveal-delay,0ms),transform .75s var(--reveal-delay,0ms) cubic-bezier(.2,.75,.2,1)}.product-reveal.is-visible{opacity:1;filter:none;transform:none}.product-pointer-glow{--pointer-left:50vw;--pointer-top:50vh;position:fixed;z-index:80;left:0;top:0;width:280px;height:280px;transform:translate(calc(var(--pointer-left) - 50%),calc(var(--pointer-top) - 50%));border-radius:50%;background:radial-gradient(circle,rgba(132,191,220,.13),rgba(176,141,87,.05) 42%,transparent 72%);mix-blend-mode:multiply;opacity:0;pointer-events:none;transition:opacity .28s}.product-pointer-glow.is-visible{opacity:1}
.product-collection-hero{position:relative;min-height:calc(100vh - var(--nav-h));background:radial-gradient(circle at 82% 18%,rgba(135,197,224,.25),transparent 28%),radial-gradient(circle at 12% 76%,rgba(176,141,87,.13),transparent 34%),linear-gradient(135deg,#fbfaf7 0%,#eef4f6 56%,#f7f4ee 100%);color:var(--fg)}.product-collection-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(17,37,61,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,37,61,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 72%);pointer-events:none}.product-collection-hero>.wrap,.product-explorer>.wrap{position:relative;width:100%;max-width:1700px;padding-left:clamp(32px,4vw,68px);padding-right:clamp(32px,4vw,68px)}.product-collection-hero-copy{position:relative;z-index:1}.product-collection-hero-copy h1{color:var(--navy);text-wrap:balance}.product-collection-hero-copy p{color:var(--fg-2)}.product-collection-portrait{border-color:rgba(17,37,61,.12);box-shadow:0 34px 80px rgba(32,64,82,.18),0 1px 0 rgba(255,255,255,.9) inset}.product-collection-scroll{position:relative;z-index:1}.product-explorer{position:relative;background:linear-gradient(180deg,#f9f8f5 0%,#f2f5f5 48%,#f8f6f2 100%)}.product-explorer::before{content:'';position:absolute;right:4%;top:8%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(129,191,219,.12),transparent 68%);pointer-events:none}.product-family-tabs,.product-family-workspace{box-shadow:0 26px 70px rgba(42,67,82,.08)}
.product-directory-links .product-family-tab{display:block;text-decoration:none}.directory-page-hero{position:relative;overflow:hidden;padding:92px 0;background:radial-gradient(circle at 78% 18%,rgba(127,196,225,.22),transparent 30%),linear-gradient(135deg,#fbfaf7,#edf4f6 62%,#f5f0e9)}.directory-page-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(17,37,61,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(17,37,61,.032) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.directory-page-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);gap:70px;align-items:center}.directory-page-copy h1{font-size:clamp(50px,5.2vw,82px);line-height:.98;letter-spacing:-.045em;max-width:760px;margin:18px 0 24px}.directory-page-copy p{max-width:650px;color:var(--fg-2);font-size:17px;line-height:1.75}.directory-back{display:inline-block;margin-bottom:48px;color:var(--fg-2);font-size:12px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.directory-back:hover{color:var(--gold)}.directory-page-image{margin:0;overflow:hidden;aspect-ratio:16/9;border:1px solid var(--line);box-shadow:0 30px 70px rgba(40,69,86,.14)}.directory-page-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.directory-page-image:hover img{transform:scale(1.025)}.directory-content{background:linear-gradient(180deg,#f9f8f5,#f1f5f6 52%,#f8f6f2)}.directory-heading{margin-bottom:42px}.directory-heading h2{font-size:clamp(38px,4vw,60px);margin-top:14px}.subcategory-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.subcategory-directory-card{position:relative;overflow:hidden;min-height:520px;background:var(--navy);color:#fff;text-decoration:none}.subcategory-directory-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.subcategory-directory-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,46,.05),rgba(10,27,46,.88))}.subcategory-directory-card>div{position:absolute;z-index:2;left:30px;right:30px;bottom:30px}.subcategory-directory-card span{display:block;color:var(--gold);font-size:11px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:13px}.subcategory-directory-card strong{display:block;font-size:27px;line-height:1.2;margin-bottom:22px}.subcategory-directory-card em{font-style:normal;color:rgba(255,255,255,.75);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.subcategory-directory-card:hover>img{transform:scale(1.045)}.directory-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}

/* ---------- cards ---------- */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.why-cell{background:var(--card);padding:46px 42px}
.why-n{font-size:11px;color:var(--gold);margin-bottom:20px;letter-spacing:.14em}
.why-cell h3{margin-bottom:14px}
.why-p{font-size:14.5px;color:var(--fg-2);line-height:1.74}

/* ---------- table ---------- */
.tbl{border:1px solid var(--line);overflow:hidden;background:var(--card)}
.tbl-row{display:grid;grid-template-columns:2fr 1.1fr 1.1fr;border-bottom:1px solid var(--line)}
.tbl-row:last-child{border-bottom:none}
.tbl-row.head{background:var(--bg-3)}
.band .tbl-row.head{background:rgba(255,255,255,.06)}
.tbl-c{padding:21px 28px;font-size:14.5px;border-right:1px solid var(--line)}
.tbl-c:last-child{border-right:none}
.tbl-row.head .tbl-c{font-size:10.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-3);font-weight:600}
.band .tbl-row.head .tbl-c{color:rgba(255,255,255,.55)}
.tbl-row.head .tbl-c.us{color:var(--gold)}
.yes{color:var(--gold);font-weight:600}
.no{color:var(--fg-3)}
.band .no{color:rgba(255,255,255,.45)}
.tbl-c.label{color:var(--fg);font-weight:500}
.band .tbl-c{color:rgba(255,255,255,.75)}
.band .tbl-c.label{color:#fff}
.tbl.two .tbl-row{grid-template-columns:1fr 1.5fr}

/* ---------- spec grid ---------- */
.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.spec-grid.three{grid-template-columns:repeat(3,1fr);gap:1px;background:transparent;border:0}
.spec-grid.three>.spec{border:1px solid var(--line)}
.band .spec-grid.three>.spec{border-color:rgba(255,255,255,.12)}
.band:not(.band-dark) .spec-grid.three>.spec{border-color:var(--line)}
.product-free-cards{display:flex;flex-wrap:wrap;align-items:stretch;gap:16px;background:transparent;border:0}
.product-free-cards>.spec{flex:1 1 220px;min-width:0;min-height:176px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.66);box-shadow:0 14px 34px rgba(17,37,61,.055)}
.spec{background:var(--card);padding:36px 34px}
.spec-k{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.spec-v{font-size:14.5px;color:var(--fg-2);line-height:1.78}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.step{background:var(--card);padding:38px 32px}
.step-n{font-size:11px;color:var(--gold);letter-spacing:.14em;margin-bottom:20px}
.step-h{font-size:17px;font-weight:600;letter-spacing:-.012em;margin-bottom:12px;line-height:1.36}
.step-p{font-size:14px;color:var(--fg-2);line-height:1.72}

/* ---------- split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.split-img img{border-radius:3px;width:100%;box-shadow:0 18px 44px rgba(17,37,61,.14)}

/* ---------- licence ---------- */
.licence{margin-top:38px;border:1px solid var(--gold);border-radius:3px;padding:30px 34px;
  background:rgba(176,141,87,.07)}
.band .licence{background:rgba(176,141,87,.13)}
.licence-k{font-size:10.5px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
.licence-n{font-size:21px;letter-spacing:.03em;margin-bottom:13px;color:var(--fg)}
.band .licence-n{color:#fff}
.licence-p{font-size:14px;color:var(--fg-2);line-height:1.7;max-width:660px}
.band .licence-p{color:rgba(255,255,255,.72)}

/* ---------- product detail ---------- */
.pd-top{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:80px 0}
.pd-hero{background:linear-gradient(160deg,#fff,#ECE7DE);border:1px solid var(--line);
  border-radius:4px;padding:52px;display:flex;align-items:center;justify-content:center;min-height:440px}
.pd-hero img{max-height:420px;width:auto;filter:drop-shadow(0 24px 44px rgba(17,37,61,.2))}
.pd-meta h1{font-size:clamp(32px,4vw,50px);margin-bottom:20px}
.pd-pos{font-size:18px;color:var(--fg-2);line-height:1.7;margin-bottom:34px}
.pd-feat{list-style:none;margin-bottom:36px}
.pd-feat li{font-size:14.5px;color:var(--fg-2);padding:10px 0 10px 24px;position:relative}
.pd-feat li::before{content:'';position:absolute;left:0;top:19px;width:9px;height:1px;background:var(--gold)}
.band .pd-feat li{color:rgba(255,255,255,.75)}
.pd-cta{display:flex;gap:12px;flex-wrap:wrap}
.fin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.fin{background:var(--card);padding:30px 22px;text-align:center}
.fin-img{height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.fin-img img{max-height:100%;width:auto;max-width:86%;object-fit:contain}
.fin-name{font-size:14.5px;font-weight:600;margin-bottom:5px}
.fin-proc{font-size:11px;color:var(--fg-3);letter-spacing:.07em}
.gal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gal-grid img{border:1px solid var(--line);border-radius:3px;width:100%;
  aspect-ratio:16/9;object-fit:cover;background:var(--bg-3)}
.pd-spec-list{margin:0;border:1px solid var(--line);background:rgba(255,255,255,.7)}
.pd-spec-row{display:grid;grid-template-columns:minmax(170px,.42fr) minmax(0,1fr);gap:32px;padding:23px 28px;border-bottom:1px solid var(--line)}
.pd-spec-row:last-child{border-bottom:0}.pd-spec-row dt{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.pd-spec-row dd{margin:0;font-size:15px;line-height:1.62;color:var(--fg-2)}
.pd-color-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.pd-color-grid figure{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 40px rgba(16,42,59,.07)}
.pd-color-grid img{display:block;width:100%;height:100%;min-height:310px;object-fit:contain;background:#fff}

/* ---------- CTA ---------- */
.cta{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.cta::after{content:'';position:absolute;bottom:-60%;left:50%;transform:translateX(-50%);
  width:80%;height:150%;
  background:radial-gradient(ellipse at center,rgba(176,141,87,.16) 0%,transparent 62%);pointer-events:none}
.cta-in{position:relative;z-index:2;max-width:720px;margin:0 auto;text-align:center}
.cta h2{color:#fff}
.cta-p{font-size:17.5px;color:rgba(255,255,255,.78);margin-bottom:18px;line-height:1.72}
.cta-req{font-size:13.5px;color:rgba(255,255,255,.55);margin-bottom:38px;padding:15px 22px;
  border:1px solid rgba(255,255,255,.18);border-radius:3px;display:inline-block;max-width:580px}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- prose / faq ---------- */
.prose{max-width:740px}
.prose p{font-size:16.5px;color:var(--fg-2);line-height:1.82;margin-bottom:24px}
.prose h2{font-size:26px;margin:56px 0 18px;color:var(--fg)}
.prose ul{list-style:none;margin-bottom:26px}
.prose ul li{font-size:16px;color:var(--fg-2);padding:9px 0 9px 24px;position:relative}
.prose ul li::before{content:'';position:absolute;left:0;top:21px;width:9px;height:1px;background:var(--gold)}
.prose strong{color:var(--fg);font-weight:600}
.faq-item{border-bottom:1px solid var(--line);padding:32px 0}
.faq-item:first-child{border-top:1px solid var(--line)}
.faq-q{font-size:18.5px;font-weight:600;letter-spacing:-.014em;margin-bottom:13px;color:var(--fg)}
.band .faq-q{color:#fff}
.faq-a{font-size:15.5px;color:var(--fg-2);line-height:1.76}
.band .faq-a{color:rgba(255,255,255,.72)}
.faq-a p{margin-bottom:12px}
.faq-a p:last-child{margin-bottom:0}

/* ---------- timeline ---------- */
.tl{border-left:1px solid var(--line);margin-left:6px}
.band .tl{border-color:rgba(255,255,255,.18)}
.tl-item{position:relative;padding:0 0 46px 38px}
.tl-item:last-child{padding-bottom:0}
.tl-item::before{content:'';position:absolute;left:-4px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--gold)}
.tl-y{font-size:12px;letter-spacing:.16em;color:var(--gold);margin-bottom:9px;
  font-family:'Archivo',sans-serif}
.tl-t{font-size:19px;font-weight:600;letter-spacing:-.012em;margin-bottom:9px}
.band .tl-t{color:#fff}
.tl-d{font-size:14.5px;color:var(--fg-2);line-height:1.74;max-width:660px}
.band .tl-d{color:rgba(255,255,255,.72)}

/* ---------- careers ---------- */
.role{border:1px solid var(--line);border-radius:3px;padding:34px 36px;margin-bottom:16px;
  background:var(--card);transition:border-color .2s}
.role:hover{border-color:var(--gold)}
.role-head{display:flex;justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:18px}
.role-title{font-size:21px;font-weight:600;letter-spacing:-.016em;margin-bottom:7px}
.role-meta{font-size:13px;color:var(--fg-3);letter-spacing:.04em}
.role-about{font-size:15px;color:var(--fg-2);line-height:1.74;margin-bottom:24px}
.role-k{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}
.role .pd-feat{margin-bottom:0}
.careers-page .sec-tag{font-size:13px;font-weight:800}.careers-page .spec-k,.careers-page .role-k{font-size:12.5px;font-weight:800}

/* ---------- capabilities ---------- */
.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.cap-card{background:var(--card);border:1px solid var(--line);border-radius:3px;overflow:hidden}
.cap-card summary{list-style:none;display:grid;grid-template-columns:44px 1fr 24px;gap:16px;align-items:start;padding:28px 30px;cursor:pointer}
.cap-card summary::-webkit-details-marker{display:none}
.cap-name{display:block;font-size:18px;font-weight:600;line-height:1.3}.cap-headline{display:block;font-size:13.5px;color:var(--fg-3);margin-top:7px}
.cap-toggle{font-size:22px;color:var(--gold);line-height:1;transition:transform .2s}.cap-card[open] .cap-toggle{transform:rotate(45deg)}
.cap-body{padding:0 30px 28px 90px}.cap-body p{font-size:14.5px;color:var(--fg-2);line-height:1.7;margin-bottom:14px}.cap-body ul{list-style:none}.cap-body li{font-size:13.5px;color:var(--fg-2);padding:5px 0 5px 17px;position:relative}.cap-body li::before{content:'';position:absolute;left:0;top:14px;width:7px;height:1px;background:var(--gold)}
.feature-rail{border-top:1px solid var(--line)}.feature-row{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.45fr);gap:44px;align-items:start;padding:30px 0;border-bottom:1px solid var(--line)}.feature-row h3{font-size:19px}.feature-row p{font-size:14.5px;color:var(--fg-2);line-height:1.7}.band .feature-rail{border-color:rgba(255,255,255,.15)}.band .feature-row{border-color:rgba(255,255,255,.15)}.band .feature-row h3{color:#fff}.band .feature-row p{color:rgba(255,255,255,.7)}.band:not(.band-dark) .feature-rail,.band:not(.band-dark) .feature-row{border-color:var(--line)}.band:not(.band-dark) .feature-row h3{color:var(--fg)}.band:not(.band-dark) .feature-row p{color:var(--fg-2)}
.cap-rail{border-top:1px solid var(--line)}.cap-rail .cap-row{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.cap-rail .cap-row summary{grid-template-columns:minmax(0,1fr) 24px;padding:30px 0}.cap-rail .cap-body{padding:0 48px 30px 0;display:grid;grid-template-columns:1fr 1fr;gap:36px}.cap-rail .cap-body p{margin:0}.cap-rail .cap-body ul{display:grid;grid-template-columns:1fr;align-content:start}
.cap-card.no-number summary{grid-template-columns:minmax(0,1fr) 24px}.cap-card.no-number .cap-body{padding-left:30px}
.organization-card{border:1px solid var(--line);background:var(--card);padding:42px}.organization-intro{max-width:780px;font-size:17px;line-height:1.7;color:var(--fg-2);margin-bottom:34px}.organization-sides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.organization-side{padding:34px 40px 6px 0}.organization-side+ .organization-side{border-left:1px solid var(--line);padding-left:40px;padding-right:0}.organization-market{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.organization-side h3{font-size:24px;margin-bottom:13px}.organization-headline{font-size:15px;font-weight:600;color:var(--fg);margin-bottom:14px}.organization-side p{font-size:14.5px;line-height:1.75;color:var(--fg-2)}
.cap-rail-dark{border-color:rgba(255,255,255,.15)}.cap-rail-dark .cap-row{border-color:rgba(255,255,255,.15)}.cap-rail-dark .cap-name{color:#fff}.cap-rail-dark .cap-headline,.cap-rail-dark .cap-body p,.cap-rail-dark .cap-body li{color:rgba(255,255,255,.7)}
.feature-row,.cap-rail .cap-row{transition:background .25s ease,padding .25s ease}.feature-row:hover{background:rgba(176,141,87,.045);padding-left:16px;padding-right:16px}.band .feature-row:hover{background:rgba(255,255,255,.035)}.cap-rail .cap-row:hover{background:rgba(176,141,87,.045)}
.media-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.media-slot{min-height:300px;border:1px dashed var(--line-2);background:var(--bg-3);padding:32px;display:flex;flex-direction:column;justify-content:flex-end}.media-slot-mark{width:46px;height:46px;border:1px solid var(--gold);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:auto}.media-slot h3{margin-bottom:10px}.media-slot p{font-size:13.5px;color:var(--fg-2);line-height:1.65}.media-slot--image{position:relative;isolation:isolate;min-height:460px;overflow:hidden;padding:0;border:1px solid rgba(17,37,61,.15);background:var(--navy);box-shadow:0 24px 54px rgba(22,48,64,.12)}.media-slot--image>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.75,.2,1),filter .55s ease}.media-slot--image::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(8,24,42,.02) 34%,rgba(8,24,42,.9) 100%)}.media-slot--image:hover>img{transform:scale(1.035);filter:saturate(1.04) contrast(1.02)}.media-slot-overlay{margin-top:auto;padding:32px;color:#fff}.media-slot--image .spec-k{color:var(--gold);margin-bottom:10px}.media-slot--image h3{color:#fff;font-size:23px}.media-slot--image p{max-width:360px;color:rgba(255,255,255,.76)}
.capabilities-page .sec-tag{font-size:13px;font-weight:800}.capabilities-page .media-slot--image .spec-k{font-size:12.5px;font-weight:800}
.story-rail{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12)}.story-stop{padding:30px 24px;background:rgba(255,255,255,.035)}.story-stop h3{color:#fff;font-size:16px;margin-bottom:10px}.story-stop p{font-size:13px;color:rgba(255,255,255,.66);line-height:1.6}
.journey-band{background:radial-gradient(circle at 80% 12%,rgba(213,184,94,.16),transparent 26%),linear-gradient(135deg,#fbfaf5,#eef3ef 62%,#f5f0e5);color:var(--fg)}
.journey-band .sec-head h2{color:var(--fg)}.journey-band .sec-tag{color:var(--gold)}
.journey-timeline{padding:clamp(28px,4vw,52px);border:1px solid rgba(213,184,94,.34);border-radius:28px;background:rgba(255,255,255,.68);box-shadow:0 24px 60px rgba(16,42,59,.08);overflow:hidden}
.journey-track{position:relative;display:grid;grid-template-columns:repeat(6,minmax(118px,1fr));align-items:start;min-width:760px;padding:0 10px 30px}
.journey-track::before{content:'';position:absolute;left:8%;right:8%;top:43px;height:2px;background:linear-gradient(90deg,#9a7928,#d5b85e,#f0d987)}
.journey-node{position:relative;z-index:1;display:grid;justify-items:center;gap:11px;padding:0 9px;border:0;color:var(--fg-2);background:transparent;font:inherit;cursor:pointer;text-align:center}
.journey-year{color:#8b6d24;font:700 11px/1 'Archivo',sans-serif;letter-spacing:.15em}
.journey-dot{width:17px;height:17px;border:3px solid #fff;border-radius:50%;background:#b89434;box-shadow:0 0 0 1px #b89434;transition:transform .25s,background .25s,box-shadow .25s}
.journey-title{max-width:150px;color:var(--fg-2);font-size:12px;font-weight:750;line-height:1.25;transition:color .25s}
.journey-node:hover .journey-dot,.journey-node:focus-visible .journey-dot,.journey-node.active .journey-dot{transform:scale(1.28);background:#d5b85e;box-shadow:0 0 0 5px rgba(213,184,94,.2)}
.journey-node:hover .journey-title,.journey-node:focus-visible .journey-title,.journey-node.active .journey-title{color:var(--fg)}
.journey-node:focus-visible{outline:2px solid #d5b85e;outline-offset:7px;border-radius:8px}
.journey-panels{border-top:1px solid rgba(16,42,59,.12);padding-top:38px}.journey-panel{display:grid;grid-template-columns:150px 1fr;gap:48px;align-items:start;animation:journeyIn .35s ease}
.journey-panel[hidden]{display:none}.journey-panel-year{color:#d5b85e;font-size:clamp(40px,5vw,68px);font-weight:850;line-height:.9;letter-spacing:-.05em}.journey-panel h3{margin:0 0 10px;color:var(--fg);font-size:clamp(22px,2.2vw,31px)}.journey-panel p{max-width:720px;margin:0;color:var(--fg-2);font-size:15px;line-height:1.7}
@keyframes journeyIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.role-detail{padding:0}.role-detail summary{list-style:none;display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:28px 30px;cursor:pointer}.role-detail summary::-webkit-details-marker{display:none}.role-detail summary .role-title,.role-detail summary .role-meta{display:block}.role-detail[open] .cap-toggle{transform:rotate(45deg)}.role-detail-body{padding:0 30px 30px}
.faq-compact{max-width:860px}.faq-detail{border-bottom:1px solid rgba(255,255,255,.15)}.faq-detail:first-child{border-top:1px solid rgba(255,255,255,.15)}.faq-detail summary{list-style:none;display:flex;justify-content:space-between;gap:24px;padding:25px 0;cursor:pointer;color:#fff;font-size:17px;font-weight:600}.faq-detail summary::-webkit-details-marker{display:none}.faq-detail[open] .cap-toggle{transform:rotate(45deg)}.faq-detail>div{padding:0 44px 24px 0}.faq-detail p{font-size:14.5px;line-height:1.7;color:rgba(255,255,255,.7)}

/* ---------- partner preview ---------- */
.preview-lock{min-height:calc(100vh - var(--nav-h));padding:72px 24px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:#fff}
.preview-lock[hidden],.preview-content[hidden]{display:none}.preview-lock-card{width:min(620px,100%);padding:54px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.035)}
.preview-lock-mark{font-size:12px;font-weight:700;letter-spacing:.22em;color:var(--gold);margin-bottom:34px}.preview-lock h1{font-size:clamp(36px,5vw,54px);margin-bottom:18px}.preview-lock-card>p{color:rgba(255,255,255,.7);max-width:520px}
.preview-login{margin-top:36px}.preview-login label{display:block;font-size:10.5px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.58);margin-bottom:10px}.preview-login-row{display:grid;grid-template-columns:1fr auto;gap:10px}.preview-login input{width:100%;min-width:0;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.24);padding:14px 16px;color:#fff;font:inherit}.preview-login input:focus{outline:none;border-color:var(--gold)}.preview-error{min-height:24px;margin-top:10px;color:#efb7aa;font-size:13px}.preview-help{font-size:13px!important;margin-top:22px}.preview-help a{color:#fff;text-underline-offset:4px}
.preview-head-meta{display:flex;align-items:center;justify-content:space-between;gap:24px}.preview-updated{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3)}.preview-notice{display:inline-block;margin-top:30px;padding:12px 16px;border:1px solid rgba(176,141,87,.42);color:var(--gold);font-size:12px;letter-spacing:.04em}.preview-collection{border-bottom:1px solid var(--line)}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.preview-card{background:var(--card);border:1px solid var(--line);display:flex;flex-direction:column}.preview-card-image{height:270px;padding:34px;display:flex;align-items:center;justify-content:center;background:linear-gradient(155deg,#fff,var(--bg-3))}.preview-card-image img{max-height:100%;max-width:82%;width:auto;filter:drop-shadow(0 18px 30px rgba(17,37,61,.18))}.preview-card-body{padding:30px}.preview-card-body h3{font-size:21px;margin-bottom:20px}.preview-highlights{list-style:none}.preview-highlights li{position:relative;padding:8px 0 8px 19px;color:var(--fg-2);font-size:14px;line-height:1.55}.preview-highlights li::before{content:'';position:absolute;left:0;top:18px;width:8px;height:1px;background:var(--gold)}
.preview-launch-section{padding-top:0;border-bottom:1px solid var(--line)}.preview-launch-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);overflow:hidden;border:1px solid rgba(213,184,94,.38);border-radius:clamp(24px,3vw,44px);color:#fff;background:radial-gradient(circle at 86% 12%,rgba(213,184,94,.2),transparent 34%),var(--navy);box-shadow:0 28px 70px rgba(16,42,59,.18)}.preview-launch-cover{min-width:0;aspect-ratio:16/9;overflow:hidden;background:#080914}.preview-launch-cover img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.75,.2,1)}.preview-launch-card:hover .preview-launch-cover img{transform:scale(1.025)}.preview-launch-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(34px,5vw,68px)}.preview-launch-copy .prod-cat{color:var(--gold-2)}.preview-launch-copy h2{margin:14px 0 18px;color:#fff;font-size:clamp(30px,3vw,48px);line-height:1.04;letter-spacing:-.035em}.preview-launch-copy p{margin-bottom:28px;color:rgba(255,255,255,.68);font-size:15px;line-height:1.7}.preview-view-only{display:inline-flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid rgba(213,184,94,.48);border-radius:999px;color:var(--gold-2);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.preview-view-only span{font-size:8px}.preview-launch-group{position:relative;border-bottom:1px solid var(--line)}.preview-launch-group::before{content:"";position:absolute;right:4%;top:8%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(44,99,120,.1),transparent 70%);pointer-events:none}.preview-launch-group-head{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:48px;align-items:end;margin-bottom:40px}.preview-launch-group-head h2{margin-top:12px;font-size:clamp(34px,4vw,58px);line-height:1.02}.preview-launch-group-head>p{color:var(--fg-2);font-size:15px;line-height:1.75}.preview-launch-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.preview-launch-grid--pair{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-launch-grid--feature{grid-template-columns:1fr}.preview-launch-product{overflow:hidden;border:1px solid var(--line);border-radius:clamp(20px,2vw,30px);background:rgba(255,255,255,.86);box-shadow:0 18px 50px rgba(16,42,59,.08);transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s ease,border-color .35s ease}.preview-launch-product:hover{transform:translateY(-5px);border-color:rgba(213,184,94,.72);box-shadow:0 26px 60px rgba(16,42,59,.14)}.preview-launch-product-image{aspect-ratio:16/9;overflow:hidden;background:var(--navy)}.preview-launch-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.75,.2,1)}.preview-launch-product:hover .preview-launch-product-image img{transform:scale(1.025)}.preview-launch-product-name{padding:24px 26px 28px}.preview-launch-product-name h3{margin-top:10px;font-size:24px;line-height:1.15}.preview-launch-grid--feature .preview-launch-product{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr)}.preview-launch-grid--feature .preview-launch-product-image{aspect-ratio:16/9}.preview-launch-grid--feature .preview-launch-product-name{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,64px)}.preview-launch-grid--feature .preview-launch-product-name h3{font-size:clamp(30px,4vw,52px)}
.partner-preview .sec-tag{font-size:13px;font-weight:800}.partner-preview .prod-cat{font-size:12px;font-weight:800}.partner-preview .preview-notice{font-size:14px;font-weight:800}.partner-preview .preview-view-only{font-size:12px;font-weight:800}.preview-lock-mark{font-size:14px;font-weight:800}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:72px;align-items:start}
.contact-block{margin-bottom:34px}
.contact-k{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:11px}
.contact-v{font-size:15.5px;color:var(--fg-2);line-height:1.72}
.contact-v a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--line-2)}
.contact-v a:hover{color:var(--gold);border-color:var(--gold)}
.promises{border:1px solid var(--line);border-radius:3px;padding:26px 28px;margin-bottom:34px;background:var(--card)}
.promise-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;
  border-bottom:1px solid var(--line);font-size:14px}
.promise-row:last-child{border-bottom:none}
.promise-row span:first-child{color:var(--fg-3)}
.promise-row span:last-child{color:var(--fg);font-weight:600;text-align:right}
.form{border:1px solid var(--line);border-radius:4px;padding:38px;background:var(--card)}
.form h3{margin-bottom:10px}
.form-note{font-size:13.5px;color:var(--fg-3);line-height:1.65;margin-bottom:28px}
.field{margin-bottom:20px}
.field label{display:block;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--fg-3);margin-bottom:9px;font-weight:600}
.field label .req{color:var(--gold)}
.contact-page .sec-tag{font-size:13px;font-weight:800}.contact-page .contact-k{font-size:12.5px;font-weight:800}
.field input,.field select,.field textarea{width:100%;background:var(--bg);
  border:1px solid var(--line-2);border-radius:2px;padding:13px 15px;color:var(--fg);
  font-size:15px;font-family:inherit;transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold)}
.field textarea{min-height:110px;resize:vertical}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}

/* ---------- footer ---------- */
footer{background:var(--navy);color:#fff;padding:76px 0 44px}
.f-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}
.f-logo img{height:38px;margin-bottom:24px}
.f-about{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.75;max-width:320px}
.f-h{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:20px;font-weight:600}
.f-list{list-style:none}
.f-list li{margin-bottom:12px}
.f-list a{color:rgba(255,255,255,.6);text-decoration:none;font-size:13.5px;transition:color .2s}
.f-list a:hover{color:var(--gold)}
.f-bot{border-top:1px solid rgba(255,255,255,.14);padding-top:30px;display:flex;
  justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:12.5px;color:rgba(255,255,255,.5)}
.f-bot a{color:rgba(255,255,255,.5);text-decoration:none}
.f-bot a:hover{color:var(--gold)}
.badge{display:inline-block;padding:4px 11px;border:1px solid rgba(255,255,255,.25);
  border-radius:2px;font-size:10px;letter-spacing:.14em;color:rgba(255,255,255,.65)}

/* ---------- age gate ---------- */
#age-gate{position:fixed;inset:0;z-index:9999;background:var(--navy);color:#fff;
  display:none;align-items:center;justify-content:center;padding:24px}
#age-gate .box{max-width:480px;text-align:center}
#age-gate h2{font-size:27px;margin-bottom:16px;color:#fff}
#age-gate p{font-size:14.5px;line-height:1.7;color:rgba(255,255,255,.7);margin-bottom:30px}
#age-gate .btn{margin:0 6px 10px}

/* ---------- responsive ---------- */
@media(max-width:1040px){
  .prod-grid{grid-template-columns:repeat(2,1fr)}
  .strip-in{grid-template-columns:repeat(2,1fr)}
  .strip-cell:nth-child(2){border-right:none}
  .strip-cell:nth-child(1),.strip-cell:nth-child(2){border-bottom:1px solid var(--line)}
  .spec-grid.three{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .pd-top,.contact-grid,.split{grid-template-columns:1fr;gap:44px}
  .fin-grid{grid-template-columns:repeat(3,1fr)}
  .f-grid{grid-template-columns:1fr 1fr;gap:40px}
  .media-slot-grid{grid-template-columns:1fr 1fr}.story-rail{grid-template-columns:repeat(3,1fr)}
  .preview-grid,.preview-launch-grid{grid-template-columns:repeat(2,1fr)}.preview-launch-grid--feature{grid-template-columns:1fr}.preview-launch-group-head{grid-template-columns:1fr;gap:18px}
  .feature-row{grid-template-columns:minmax(180px,.8fr) 1.2fr;gap:28px}
  .product-entry-grid{grid-template-columns:1fr 1fr;gap:36px}.product-entry-visual{min-height:500px}.product-showcase-visual{height:320px}.product-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-collection-hero-copy{grid-template-columns:1fr;gap:24px}.product-collection-portrait{aspect-ratio:16/8}.product-explorer-heading{grid-template-columns:1fr;gap:22px}.product-family-tabs{grid-template-columns:repeat(2,1fr)}.product-family-tab:nth-child(2){border-right:0}.product-family-tab:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-family-workspace{min-height:760px}.product-family-visual{height:300px}
  .directory-page-hero-grid{grid-template-columns:1fr 1fr;gap:38px}.subcategory-directory-grid,.directory-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .wrap{padding:0 22px}
  .nav-links{display:none;position:absolute;top:var(--nav-h);left:0;right:0;
    flex-direction:column;align-items:stretch;gap:0;background:rgba(249,249,246,.97);
    border-bottom:1px solid var(--line);box-shadow:0 20px 36px rgba(35,62,79,.1);padding:8px 22px 22px}
  .nav-links.open{display:flex}
  .nav-links a:not(.btn){padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}
  .nav-product-menu{display:block;align-self:auto}.nav-product-link-row{justify-content:space-between;border-bottom:1px solid var(--line)}.nav-product-link-row>a{flex:1;border-bottom:0!important}.nav-product-toggle{display:block}.product-mega{position:static;display:none;padding:10px 0 18px;border:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-product-menu.is-open .product-mega{display:block}.product-mega-inner{display:block;padding:0}.product-mega-categories{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 0 12px;border:0}.product-mega-categories button{min-height:42px;padding:0 12px;border:1px solid var(--line);font-size:10px}.product-mega-all{grid-column:1/-1;margin-top:2px}.product-mega-panel-head{align-items:flex-start;margin:8px 0 12px}.product-mega-panel-head h2{font-size:22px}.product-mega-panel-head>a{display:none}.product-mega-products{grid-auto-columns:minmax(170px,72%)}.product-mega-card{grid-template-rows:120px auto auto}.product-mega-card>span{display:none}
  .nav-links .btn{margin-top:16px;width:100%}
  .nav-toggle{display:block}
  .hero{padding:76px 0 64px}
  section{padding:76px 0}
  .prod-grid,.why-grid,.spec-grid,.spec-grid.three,.steps{grid-template-columns:1fr}
  .product-free-cards{display:grid;grid-template-columns:1fr;gap:12px}
  .product-free-cards>.spec{min-height:0}
  .fin-grid,.gal-grid{grid-template-columns:repeat(2,1fr)}
  .hero-cta,.cta-btns{flex-direction:column;align-items:stretch}
  .hero-cta .btn,.cta-btns .btn{width:100%}
  .hero-notes{gap:28px}
  .tbl-row{grid-template-columns:1.4fr .9fr .9fr}
  .tbl-c{padding:16px 15px;font-size:13px}
  .tbl.two .tbl-row{grid-template-columns:1fr}
  .tbl.two .tbl-c{border-right:none}
  .tbl.two .tbl-c:first-child{padding-bottom:2px;color:var(--fg-3);font-size:11px;
    text-transform:uppercase;letter-spacing:.12em}
  .field-row{grid-template-columns:1fr}
  .why-cell{padding:34px 28px}
  .role{padding:26px 24px}
  .role-head{flex-direction:column;gap:16px}
  .role-head .btn{width:100%}
  .pd-hero{padding:34px;min-height:330px}
  .pd-hero img{max-height:290px}
  .pd-spec-row{grid-template-columns:1fr;gap:8px;padding:20px}.pd-color-grid{grid-template-columns:1fr}.pd-color-grid img{min-height:220px}
  .cap-grid,.media-slot-grid{grid-template-columns:1fr}.cap-card summary{padding:24px 22px;grid-template-columns:34px 1fr 20px}.cap-body{padding:0 22px 24px 72px}.organization-card{padding:28px 22px}.organization-sides{grid-template-columns:1fr}.organization-side{padding:28px 0}.organization-side+ .organization-side{border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.media-slot{min-height:250px}.story-rail{grid-template-columns:1fr}.role-detail summary{padding:24px 22px}.role-detail-body{padding:0 22px 24px}.faq-detail>div{padding-right:0}
  .preview-lock{padding:42px 18px}.preview-lock-card{padding:34px 26px}.preview-login-row,.preview-grid,.preview-launch-grid,.preview-launch-grid--pair{grid-template-columns:1fr}.preview-login .btn{width:100%}.preview-head-meta{align-items:flex-start;flex-direction:column;gap:0}.preview-card-image{height:230px}.preview-launch-card{grid-template-columns:1fr}.preview-launch-copy{padding:32px 24px}.preview-launch-grid--feature .preview-launch-product{display:block}.preview-launch-product-name{padding:22px}.preview-launch-product-name h3{font-size:22px}
  .feature-row{grid-template-columns:1fr;gap:10px;padding:25px 0}.cap-rail .cap-row summary{grid-template-columns:minmax(0,1fr) 20px;padding:25px 0}.cap-rail .cap-body{grid-template-columns:1fr;gap:15px;padding:0 20px 25px 0}
  .product-entry-stage{min-height:auto}.product-entry-grid{grid-template-columns:1fr;gap:20px;padding-top:58px;padding-bottom:52px}.product-entry-copy h1{font-size:52px}.product-entry-visual{min-height:360px;order:-1}.product-entry-visual img{max-height:350px}.product-showcase-grid{grid-template-columns:1fr}.product-showcase-visual{height:300px}.product-showcase-content{padding:28px 24px 32px}.product-showcase-content>p{min-height:0}.product-showcase-secondary{width:90px;height:90px;right:16px;bottom:16px}.product-category-index{display:grid;grid-template-columns:1fr 1fr}.product-category-index button{text-align:center}.product-collection{padding:30px 20px}.product-collection-head{grid-template-columns:1fr;gap:14px}.product-collection-head h2{font-size:28px}.product-collection-grid{grid-template-columns:1fr}.collection-product-image{height:260px}
  .product-collection-hero{min-height:auto;padding:54px 0 30px}.product-collection-hero-copy h1{font-size:48px}.product-collection-hero-copy p{font-size:15px}.product-collection-portrait{aspect-ratio:4/3}.product-collection-portrait-image img{object-position:center}.product-explorer{padding-top:70px}.product-explorer-heading h2{font-size:39px}.product-family-tabs{grid-template-columns:1fr}.product-family-tab{min-height:112px;border-right:0;border-bottom:1px solid var(--line)}.product-directory-links .product-family-tab{min-height:220px}.product-family-tab:last-child{border-bottom:0}.product-family-tab:nth-child(2){border-right:0}.product-family-workspace{min-height:730px}.product-family-panel{padding:34px 20px 28px}.product-subcategory-index{grid-template-columns:repeat(3,1fr)}.product-subcategory-index button{border-right:1px solid var(--line);border-bottom:0;padding:15px 8px;font-size:12px}.product-subcategory-index button:last-child{border-right:0}.product-subcategory-head{grid-template-columns:1fr;gap:14px}.product-subcategory-head h3{font-size:27px}.product-pointer-glow{display:none}
  .directory-page-hero{padding:62px 0}.directory-page-hero-grid{grid-template-columns:1fr;gap:36px}.directory-back{margin-bottom:30px}.directory-page-copy h1{font-size:46px}.directory-page-copy p{font-size:15px}.directory-page-image{order:-1}.subcategory-directory-grid,.directory-product-grid{grid-template-columns:1fr}.subcategory-directory-card{min-height:430px}
}
@media(hover:none){
  .product-family-visual img{opacity:1;transform:none}
  .product-family-visual-title{opacity:0}
}
@media(prefers-reduced-motion:reduce){.blur-text-segment,.product-collection-portrait,.product-collection-sheen,.product-collection-orbit,.product-family-panel{animation:none!important;filter:none!important;opacity:1!important;transform:none!important}.product-reveal,.site-reveal{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}.site-depth-card{transform:none!important;transition:none!important}}

/* Products directory: large centered category entries with product-image hover. */
.product-directory-links .product-family-tab{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}

/* ============================================================
   Bright concept system — shared across every interior page
   ============================================================ */
:root{
  --bg:#F5F3EC;
  --card:#FFFFFF;
  --bg-3:#E9F3F0;
  --navy:#102A3B;
  --navy-2:#0B2232;
  --line:rgba(16,42,59,.17);
  --line-2:rgba(16,42,59,.27);
  --fg:#102A3B;
  --fg-2:#587080;
  --fg-3:#8296A0;
  --gold:#D5B85E;
  --gold-2:#A98933;
  --nav-h:92px;
}
body{background:linear-gradient(180deg,#F7F5EF 0%,#ECF4F2 56%,#F5F3EC 100%);color:var(--fg)}
nav.site{position:sticky;background:rgba(247,245,239,.92);box-shadow:none;border-bottom:1px solid var(--line)}
.nav-in{height:var(--nav-h)}
.nav-logo img{height:46px}
.nav-links{gap:clamp(18px,2.6vw,40px)}
.nav-links a:not(.btn){color:var(--fg);font-size:12px;font-weight:700;letter-spacing:.11em}
.nav-links a:not(.btn):hover,.nav-links a:not(.btn):focus-visible,.nav-links a:not(.btn):active,.nav-links a:not(.btn)[aria-current="page"]{color:var(--gold)}
.btn{min-height:50px;padding:0 24px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.12em}
.btn-gold{background:linear-gradient(120deg,#A98933,#D5B85E 54%,#F0D987);color:#102A3B;box-shadow:0 14px 30px rgba(169,137,51,.22)}
.btn-gold:hover{background:linear-gradient(120deg,#967526,#C9AA4C 54%,#E8CE78);transform:translateY(-1px)}
.btn-ghost{border-color:var(--fg);color:var(--fg);background:transparent}
.btn-ghost:hover{border-color:var(--fg);background:var(--fg);color:#fff}
section{padding:clamp(82px,9vw,138px) 0}
.sec-tag,.eyebrow{color:var(--gold);font-weight:700}
h1,h2,h3{color:var(--fg)}
.page-head{position:relative;overflow:hidden;padding:clamp(78px,9vw,132px) 0;background:radial-gradient(circle at 83% 18%,rgba(213,184,94,.19),transparent 28%),linear-gradient(135deg,#FBFAF5,#F2EBD8 64%,#F5EEE6);border-bottom:1px solid var(--line)}
.page-head::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(16,42,59,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(16,42,59,.028) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}
.page-head .wrap{position:relative}
.page-head h1{max-width:1050px;font-size:clamp(46px,7vw,104px);line-height:.94;letter-spacing:-.055em;text-transform:uppercase;font-weight:800;text-wrap:balance}
.page-head .sec-sub{max-width:760px;font-size:17px;color:var(--fg-2)}
.band:not(.band-dark),.directory-content,.product-explorer{background:linear-gradient(180deg,#F8F6F0 0%,#EAF3F1 50%,#F6F3EC 100%)}
.band.band-dark,.cta,footer{background:var(--navy)}
.feature-row,.cap-rail .cap-row{padding-top:34px;padding-bottom:34px}
.feature-row h3,.cap-name{font-size:clamp(20px,2vw,30px);text-transform:uppercase;letter-spacing:-.025em}
.organization-card,.role,.cap-card,.preview-card,.promises,.form,.product-showcase-card,.collection-product-card,.product-family-workspace,.product-family-tabs{border-radius:24px;background:rgba(255,255,255,.85);box-shadow:0 20px 55px rgba(16,42,59,.07);overflow:hidden}
.organization-card,.form{padding:clamp(28px,4vw,54px)}
.role,.cap-card,.preview-card,.promises,.form{border-color:var(--line)}
.role:hover,.collection-product-card:hover,.preview-card:hover{border-color:var(--gold);box-shadow:0 24px 55px rgba(16,42,59,.12)}
.product-showcase-card,.product-family-card,.directory-page-image,.collection-product-card,.product-collection-portrait{border-radius:clamp(22px,3vw,44px)}
.product-showcase-visual,.collection-product-image,.preview-card-image{background:linear-gradient(145deg,#FFFFFF,#E2EFEC)}
.directory-page-hero{background:radial-gradient(circle at 78% 18%,rgba(213,184,94,.2),transparent 30%),linear-gradient(135deg,#FBFAF5,#F2EBD8 62%,#F5EEE6)}
.directory-page-copy h1,.product-collection-hero-copy h1,.product-entry-copy h1{font-weight:800;text-transform:uppercase;letter-spacing:-.055em}
.subcategory-directory-card{border-radius:clamp(24px,3vw,44px)}
.product-family-tab{border-color:var(--line);font-weight:750}
.product-family-tab.active{box-shadow:inset 0 -4px var(--gold-2)}
.product-directory-links{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(250,246,232,.9));border-color:rgba(213,184,94,.32);box-shadow:0 28px 70px rgba(151,119,38,.12)}
.product-directory-links{display:flex;isolation:isolate;overflow:hidden;background:#0b2535}
.product-explorer{isolation:isolate;background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.82),transparent 34%),linear-gradient(180deg,#fbf7eb 0%,#f3e7c8 52%,#faf6eb 100%)}
.product-explorer::before{right:auto;left:-120px;top:9%;width:520px;height:520px;background:radial-gradient(circle,rgba(213,184,94,.2),transparent 68%)}
.product-explorer>.wrap{z-index:1}
.product-directory-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;border:0;background:transparent;box-shadow:none;overflow:visible}
.product-directory-links .product-family-tab{min-width:0;min-height:360px;border:1px solid rgba(178,138,40,.3);border-radius:24px;background:radial-gradient(circle at 22% 12%,rgba(255,255,255,.82),transparent 34%),linear-gradient(145deg,#fff9e9 0%,#f3e3b3 58%,#e9d18d 100%);box-shadow:0 20px 50px rgba(151,119,38,.12),inset 0 1px 0 rgba(255,255,255,.72);color:var(--navy);text-shadow:none;transition:color .3s,border-color .3s,box-shadow .3s,transform .45s cubic-bezier(.2,.75,.2,1)}
.product-directory-links .product-family-tab:hover,.product-directory-links .product-family-tab:focus-visible{border-color:rgba(213,184,94,.72);box-shadow:0 28px 65px rgba(16,42,59,.18);color:#fff;transform:translateY(-6px)}
.product-directory-links .product-family-tab-image{opacity:0;filter:saturate(1.05) contrast(1.04);transform:scale(1.06);transition:opacity .42s ease,transform .72s cubic-bezier(.2,.75,.2,1),filter .45s ease}
.product-directory-links .product-family-tab-motif{position:absolute;z-index:0;left:50%;top:50%;width:min(58%,220px);aspect-ratio:1;background:#2c6378;-webkit-mask-image:var(--brand-symbol-04);mask-image:var(--brand-symbol-04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;opacity:.13;transform:translate(-50%,-50%) rotate(0deg);transition:opacity .3s ease,transform .55s cubic-bezier(.2,.75,.2,1);pointer-events:none}
.product-directory-links .product-family-tab::before{opacity:0;background:linear-gradient(180deg,rgba(7,29,43,.08) 0%,rgba(7,29,43,.44) 68%,rgba(7,29,43,.78) 100%);transition:background .45s ease,opacity .45s ease}
.product-directory-links .product-family-tab::after{content:"";position:absolute;z-index:1;inset:-35% -80%;background:linear-gradient(110deg,transparent 42%,rgba(240,217,135,.28) 50%,transparent 58%);transform:translateX(-46%);opacity:0;pointer-events:none;transition:transform .8s cubic-bezier(.2,.75,.2,1),opacity .3s ease}
.product-directory-links .product-family-tab:hover::before,.product-directory-links .product-family-tab:focus-visible::before{opacity:1;background:linear-gradient(180deg,rgba(7,29,43,.04),rgba(7,29,43,.32) 70%,rgba(7,29,43,.7))}
.product-directory-links .product-family-tab:hover::after,.product-directory-links .product-family-tab:focus-visible::after{transform:translateX(46%);opacity:1}
.product-directory-links .product-family-tab:hover .product-family-tab-image,.product-directory-links .product-family-tab:focus-visible .product-family-tab-image{transform:scale(1);filter:saturate(1.15) contrast(1.06)}
.product-directory-links .product-family-tab:hover .product-family-tab-motif,.product-directory-links .product-family-tab:focus-visible .product-family-tab-motif{opacity:0;transform:translate(-50%,-44%) scale(.92) rotate(0deg)}
.product-directory-links .product-family-tab-name{color:inherit;text-shadow:none;transition:text-shadow .3s ease}
.product-directory-links .product-family-tab:hover .product-family-tab-name,.product-directory-links .product-family-tab:focus-visible .product-family-tab-name{text-shadow:0 3px 24px rgba(0,0,0,.62)}
@media(max-width:1100px){.product-directory-links{grid-template-columns:repeat(2,minmax(0,1fr))}.product-directory-links .product-family-tab{min-height:310px}}
@media(max-width:720px){.product-directory-links{grid-template-columns:1fr;gap:14px}.product-directory-links .product-family-tab{min-height:230px;border:1px solid rgba(16,42,59,.14)}.product-directory-links .product-family-tab:hover,.product-directory-links .product-family-tab:focus-visible{transform:none}.journey-panel{grid-template-columns:1fr;gap:24px}.journey-panel-year{margin-bottom:4px}}
.model-viewer{position:absolute;inset:0;z-index:1;overflow:hidden;background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.92),rgba(218,235,234,.62) 48%,rgba(16,42,59,.08));opacity:0;transition:opacity .6s ease}
.model-viewer.is-ready{opacity:1}.model-viewer-stage{position:absolute;inset:0;display:block;overflow:hidden;perspective:1100px;cursor:grab;touch-action:pan-y pinch-zoom}.model-viewer-stage:active{cursor:grabbing}.model-viewer-product{display:block;width:100%;height:100%;object-fit:cover;transform-origin:center;will-change:transform;filter:saturate(1.04) contrast(1.02);transition:filter .35s ease}.model-viewer.is-ready:hover .model-viewer-product{filter:saturate(1.08) contrast(1.035)}
.model-viewer-status{position:absolute;inset:0;display:grid;place-items:center;color:var(--fg-2);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.model-viewer.is-ready .model-viewer-status{display:none}
.model-viewer-shot{position:absolute;z-index:4;right:18px;top:18px;padding:9px 14px;border:1px solid rgba(16,42,59,.25);border-radius:999px;color:var(--fg);background:rgba(255,255,255,.78);backdrop-filter:blur(12px);font:700 9px/1 'Archivo',sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.model-viewer-shot:hover{background:#fff}
.model-viewer-hint,.model-viewer-badge{position:absolute;z-index:4;bottom:16px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(12px);color:var(--fg);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.model-viewer-hint{right:18px}.model-viewer-badge{left:18px}
.product-collection-portrait.has-model .model-viewer-placeholder{opacity:0}.product-collection-portrait.has-model .product-collection-sheen{display:none}.model-viewer-placeholder{transition:opacity .5s ease}
.product-family-tab-arrow,.product-showcase-open,.product-family-open,.collection-product-link{color:var(--gold-2)}
.preview-lock{background:radial-gradient(circle at 75% 18%,rgba(213,184,94,.16),transparent 28%),var(--navy)}
.preview-lock-card{border-radius:32px;background:rgba(255,255,255,.07);backdrop-filter:blur(16px)}
.cta{background:radial-gradient(circle at 50% 30%,rgba(213,184,94,.19),transparent 47%),var(--navy)}
.cta-in h2{font-size:clamp(44px,6vw,88px);line-height:.96;letter-spacing:-.05em;text-transform:uppercase}
footer.site-footer{position:relative;overflow:hidden;padding:clamp(72px,8vw,116px) 0 34px;background:#071D2B;border-top:1px solid rgba(213,184,94,.28);border-radius:0}
footer.site-footer::before{content:'';position:absolute;width:520px;height:520px;right:-140px;top:-210px;border-radius:50%;background:radial-gradient(circle,rgba(213,184,94,.18),transparent 68%);pointer-events:none}
footer.site-footer .wrap{position:relative}
footer.site-footer .f-grid{grid-template-columns:1.45fr .8fr .8fr 1fr;gap:clamp(34px,5vw,76px);margin-bottom:64px}
footer.site-footer .f-logo img{height:46px;margin-bottom:26px}
footer.site-footer .f-about{max-width:390px;color:rgba(255,255,255,.67);font-size:14px;line-height:1.75}
footer.site-footer .badge{margin-top:4px;padding:8px 14px;border-radius:999px;color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.16em}
footer.site-footer .f-h{margin-bottom:22px;font-size:10px;font-weight:800;letter-spacing:.18em}
footer.site-footer .f-list li{margin-bottom:12px}
footer.site-footer .f-list a{color:rgba(255,255,255,.64);font-size:13px}
footer.site-footer .f-list a:hover{color:#D5B85E}
footer.site-footer .f-bot{padding-top:28px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.04em}
footer.site-footer .f-bot a{color:rgba(255,255,255,.5)}
#age-gate{background:radial-gradient(circle at 50% 38%,rgba(213,184,94,.2),transparent 36%),#071f2e}
#age-gate .box{width:min(860px,100%);max-width:none;padding:clamp(48px,7vw,78px) clamp(26px,7vw,80px);border:1px solid rgba(213,184,94,.72);border-radius:clamp(28px,5vw,58px);background:linear-gradient(145deg,#fffdf7 0%,#f4eedf 100%);box-shadow:0 34px 90px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.52) inset}
#age-gate h2{margin-bottom:24px;color:#102a3b;font-size:clamp(38px,5vw,58px);letter-spacing:-.035em}
#age-gate p{max-width:720px;margin:0 auto 42px;color:#40596a;font-size:clamp(17px,2.1vw,23px);line-height:1.55}
#age-gate .age-actions{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
#age-gate .btn{min-width:174px;min-height:64px;margin:0;padding:0 28px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.13em}
#age-gate .btn-gold{min-width:238px;color:#102a3b;border:1px solid #b28a28;background:linear-gradient(120deg,#b38d31 0%,#d8ba61 54%,#f1dd94 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 16px 32px rgba(169,130,36,.28)}
#age-gate .btn-gold:hover{color:#071f2e;border-color:#8e6a16;filter:brightness(1.04)}
#age-gate .btn-ghost{color:#102a3b;border:1px solid rgba(16,42,59,.48);background:rgba(255,255,255,.5);box-shadow:none}
#age-gate .btn-ghost:hover{color:#fff;border-color:#102a3b;background:#102a3b}
.specular-button{position:relative;overflow:visible;isolation:isolate;outline:none}.specular-button::after{content:none}.specular-button:active{transform:scale(.97)}.specular-button:focus-visible{outline:2px solid rgba(240,217,135,.9);outline-offset:4px}.specular-button__fx{position:absolute;inset:-20px;z-index:1;pointer-events:none}.specular-button__fx canvas{display:block;width:100%;height:100%}.specular-button__label{position:relative;z-index:2;display:flex;align-items:center;gap:12px}.specular-button__label b{font-size:15px;line-height:1}
#age-gate .specular-button{overflow:visible}
#age-gate .specular-button__fx{display:none}
#age-gate .btn-gold:focus-visible{outline:2px solid rgba(240,217,135,.96);outline-offset:7px}

/* ---------- expanded About story ---------- */
.about-hero{padding:clamp(82px,9vw,132px) 0}.about-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);gap:clamp(44px,7vw,110px);align-items:end}.about-hero-copy h1{max-width:940px}.about-hero-lede{max-width:780px;margin-top:30px;color:var(--fg);font-size:clamp(20px,2.25vw,31px);font-weight:650;line-height:1.4}.about-hero-statement{position:relative;padding:34px 0 4px 38px;border-left:1px solid rgba(213,184,94,.65)}.about-statement-no{position:absolute;left:38px;top:0;color:var(--gold);font:700 11px/1 'Archivo',sans-serif;letter-spacing:.16em}.about-hero-statement p{margin-top:15px;color:var(--fg-2);font-size:15px;line-height:1.75}
.about-proof-strip{background:var(--navy);color:#fff;border-bottom:1px solid rgba(213,184,94,.28)}.about-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-proof-grid>div{display:flex;align-items:center;gap:16px;min-height:96px;padding:20px clamp(12px,2vw,32px);border-right:1px solid rgba(255,255,255,.13)}.about-proof-grid>div:first-child{padding-left:0}.about-proof-grid>div:last-child{border-right:0}.about-proof-grid strong{color:var(--gold);font-size:24px;letter-spacing:-.035em}.about-proof-grid span{color:rgba(255,255,255,.74);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.about-section-head{max-width:1060px}.about-hero-copy>.sec-tag,.about-connection .about-section-head>.sec-tag{font-size:15px}.about-section-head h2{font-size:clamp(42px,5.2vw,76px);line-height:.98;letter-spacing:-.05em;text-transform:uppercase;font-weight:800}.about-location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.about-location-card{overflow:hidden;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 24px 60px rgba(16,42,59,.08)}.about-location-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#dce9e6}.about-location-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.75,.2,1)}.about-location-card:hover img{transform:scale(1.035)}.about-location-media figcaption{position:absolute;left:16px;bottom:16px;padding:8px 12px;border-radius:999px;color:#fff;background:rgba(7,29,43,.76);backdrop-filter:blur(12px);font-size:8px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.about-location-copy{padding:clamp(26px,3.4vw,46px)}.about-location-copy .organization-market{font-size:12px;font-weight:500}.about-location-copy h3{margin-bottom:14px;font-size:clamp(24px,2.4vw,34px);text-transform:uppercase}.about-location-copy p{color:var(--fg-2);font-size:15px;line-height:1.75}.about-location-details{margin:28px 0 0;border-top:1px solid rgba(213,184,94,.32)}.about-location-details>div{display:grid;grid-template-columns:118px minmax(0,1fr);gap:18px;padding:15px 0;border-bottom:1px solid rgba(17,37,61,.1)}.about-location-details dt{color:#a98222;font-size:9px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.about-location-details dd{margin:0;color:var(--fg);font-size:13px;line-height:1.55}.about-location-details a{color:inherit;text-decoration-color:rgba(169,130,34,.5);text-underline-offset:4px}
.about-chapters{background:radial-gradient(circle at 12% 9%,rgba(213,184,94,.17),transparent 26%),var(--navy)!important}.about-chapters .sec-head h2{color:#fff}.about-chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.about-chapter-card{position:relative;min-height:440px;padding:clamp(30px,4vw,54px);border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(255,255,255,.045)}.about-chapter-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(230px,.65fr) repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,62px);min-height:auto}.about-card-no{display:block;margin-bottom:88px;color:var(--gold);font:700 11px/1 'Archivo',sans-serif;letter-spacing:.16em}.about-chapter-featured .about-card-no{position:absolute;top:30px;left:clamp(30px,4vw,54px)}.about-chapter-card h3{margin-bottom:26px;color:#fff;font-size:clamp(27px,3vw,43px);line-height:1.05;text-transform:uppercase}.about-chapter-featured h3{padding-top:56px}.about-chapter-featured p{padding-top:56px}.about-chapter-card p,.about-chapter-card li{color:rgba(255,255,255,.72);font-size:14px;line-height:1.72}.about-chapter-card p+p{margin-top:16px}.about-chapter-card ul{display:grid;gap:12px;margin:18px 0 22px;padding-left:19px}.about-chapter-card li::marker{color:var(--gold)}.about-chapter-gold{border-color:rgba(213,184,94,.42);background:linear-gradient(145deg,rgba(213,184,94,.18),rgba(255,255,255,.04))}
.about-timeline-section{background:linear-gradient(145deg,#FBFAF5,#EEF4F1)}.about-timeline-section .journey-timeline{padding:clamp(24px,3vw,44px)}.journey-scroll{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#D5B85E transparent}.about-timeline-section .journey-track{grid-template-columns:repeat(11,minmax(118px,1fr));min-width:1320px}.about-timeline-section .journey-track::before{left:4.5%;right:4.5%}.about-timeline-section .journey-panel{min-height:180px;align-items:center}.about-timeline-section .journey-panel p{max-width:900px;font-size:16px}
.about-operations{background:#F6F2E8}.about-operations-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.7);overflow:hidden}.about-operations-grid article{min-height:210px;padding:clamp(24px,3vw,38px);border-right:1px solid var(--line)}.about-operations-grid article:last-child{border-right:0}.about-operations-grid span{display:block;margin-bottom:42px;color:var(--gold-2);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.about-operations-grid strong{display:block;margin-bottom:12px;color:var(--fg);font-size:17px;line-height:1.35}.about-operations-grid strong a{text-decoration:none}.about-operations-grid p{color:var(--fg-2);font-size:13px;line-height:1.55}
@media(max-width:1050px){.about-hero-grid{grid-template-columns:1fr}.about-hero-statement{max-width:780px}.about-chapter-featured{grid-template-columns:1fr 1fr}.about-chapter-featured h3{grid-column:1/-1}.about-chapter-featured p{padding-top:0}.about-operations-grid{grid-template-columns:repeat(2,1fr)}.about-operations-grid article{border-bottom:1px solid var(--line)}.about-operations-grid article:nth-child(2n){border-right:0}.about-operations-grid article:last-child{grid-column:1/-1;border-bottom:0}}
@media(max-width:720px){.about-proof-grid{grid-template-columns:1fr 1fr}.about-proof-grid>div{min-height:82px;border-bottom:1px solid rgba(255,255,255,.13)}.about-proof-grid>div:nth-child(2n){border-right:0}.about-proof-grid>div:first-child{padding-left:12px}.about-location-grid,.about-chapter-grid{grid-template-columns:1fr}.about-location-card{border-radius:22px}.about-chapter-featured{grid-column:auto;display:block}.about-chapter-featured h3,.about-chapter-featured p{padding-top:0}.about-chapter-featured .about-card-no{position:static}.about-card-no{margin-bottom:56px}.about-timeline-section .journey-panel{grid-template-columns:1fr;gap:16px;min-height:260px}.about-operations-grid{grid-template-columns:1fr}.about-operations-grid article,.about-operations-grid article:nth-child(2n){min-height:170px;border-right:0;border-bottom:1px solid var(--line)}.about-operations-grid article:last-child{grid-column:auto}.about-operations-grid span{margin-bottom:26px}}
@media(max-width:560px){.about-location-details>div{grid-template-columns:1fr;gap:6px}}

/* Consolidated operations layout: complete US office and manufacturing columns. */
.about-operations-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid rgba(213,184,94,.32);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(250,246,232,.82));box-shadow:0 24px 64px rgba(117,91,24,.09)}
.about-operations-columns .about-operation-column{min-height:520px;padding:clamp(34px,5vw,70px);border:0;border-right:1px solid rgba(213,184,94,.28);background:radial-gradient(circle at 20% 12%,rgba(240,217,135,.18),transparent 38%)}
.about-operations-columns .about-operation-column:last-child{border-right:0;background:radial-gradient(circle at 82% 12%,rgba(213,184,94,.17),transparent 40%)}
.about-operation-column>span{display:block;margin-bottom:54px;color:#a98222;font-size:12px;font-weight:750;letter-spacing:.17em;text-transform:uppercase}
.about-operation-column>strong{display:block;font-size:clamp(25px,2.25vw,36px);line-height:1.18}
.about-operation-column>p{margin:12px 0 42px;color:var(--fg-2);font-size:16px}
.about-operation-column dl{margin:0;border-top:1px solid rgba(213,184,94,.28)}
.about-operation-column dl>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:24px;padding:22px 0;border-bottom:1px solid rgba(17,37,61,.1)}
.about-operation-column dt{color:#a98222;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.about-operation-column dd{margin:0;color:var(--fg);font-size:14px;line-height:1.55}
.about-operation-column a{color:inherit;text-decoration-color:rgba(169,130,34,.5);text-underline-offset:4px}
@media(max-width:720px){.about-operations-columns{grid-template-columns:1fr;border-radius:22px}.about-operations-columns .about-operation-column,.about-operations-columns .about-operation-column:nth-child(2n){min-height:0;padding:34px 26px;border-right:0;border-bottom:1px solid rgba(213,184,94,.28)}.about-operations-columns .about-operation-column:last-child{border-bottom:0}.about-operation-column>span{margin-bottom:34px}.about-operation-column dl>div{grid-template-columns:1fr;gap:7px}}

/* Interactive company chapters: concise fronts, details revealed on click. */
.about-flip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:clamp(34px,5vw,68px);perspective:1600px}
.about-flip-card{position:relative;min-width:0;height:clamp(390px,40vw,480px);padding:0;border:0;border-radius:26px;background:transparent;color:inherit;text-align:left;cursor:pointer;outline:none;perspective:1200px;-webkit-tap-highlight-color:transparent}
.about-flip-inner{position:relative;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .72s cubic-bezier(.2,.72,.2,1)}
.about-flip-card.is-flipped .about-flip-inner{transform:rotateY(180deg)}
.about-flip-face{position:absolute;inset:0;display:flex;flex-direction:column;padding:clamp(28px,3vw,42px);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:26px;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:0 28px 55px rgba(0,0,0,.12)}
.about-flip-front{justify-content:flex-end;background:radial-gradient(circle at 20% 10%,rgba(213,184,94,.2),transparent 38%),linear-gradient(150deg,#19384a,#0d2737)}
.about-flip-front::before{content:"";position:absolute;width:108px;height:108px;right:22px;top:22px;border-top:1px solid rgba(213,184,94,.62);border-right:1px solid rgba(213,184,94,.62);border-radius:0;background:linear-gradient(135deg,transparent 0 48.8%,rgba(213,184,94,.16) 49.2% 50.8%,transparent 51.2%);clip-path:polygon(38% 0,100% 0,100% 62%,88% 62%,88% 17%,38% 17%);box-shadow:none;opacity:.88;transform:skew(-5deg)}
.about-flip-back{transform:rotateY(180deg);justify-content:flex-start;background:radial-gradient(circle at 82% 10%,rgba(213,184,94,.16),transparent 34%),linear-gradient(145deg,#f8f7f1 0%,#e8eeea 55%,#d9e4df 100%);border-color:rgba(213,184,94,.36);color:var(--navy);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 28px 55px rgba(0,0,0,.1)}
.about-flip-no{position:absolute;left:clamp(28px,3vw,42px);top:clamp(28px,3vw,42px);color:var(--gold);font:700 11px/1 'Archivo',sans-serif;letter-spacing:.16em}
.about-flip-back .about-flip-no{color:rgba(16,42,59,.58)}
.about-flip-kicker{position:relative;margin-bottom:16px;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.about-flip-face strong{position:relative;display:block;color:#fff;font-size:clamp(25px,2.35vw,36px);line-height:1.02;text-transform:uppercase;text-wrap:balance}
.about-flip-back strong{margin:62px 0 24px;color:var(--navy);font-size:clamp(22px,2vw,30px)}
.about-flip-copy{font-size:14px;line-height:1.65}
.about-flip-prompt{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.68);font-size:9px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.about-flip-back .about-flip-prompt{margin-top:auto;border-color:rgba(16,42,59,.2);color:rgba(16,42,59,.64)}
.about-flip-prompt b{font-size:18px;font-weight:400}
.about-flip-card-gold .about-flip-front{background:radial-gradient(circle at 22% 12%,rgba(240,217,135,.32),transparent 40%),linear-gradient(150deg,#4a421f,#172d34)}
.about-flip-card:hover .about-flip-inner{transform:translateY(-7px) rotateX(1.5deg)}
.about-flip-card.is-flipped:hover .about-flip-inner{transform:translateY(-7px) rotateY(180deg) rotateX(-1.5deg)}
.about-flip-card:focus-visible{outline:2px solid var(--gold);outline-offset:5px}
.about-page .sec-tag{font-size:13px}.about-page .about-hero-copy>.sec-tag,.about-page .about-connection .about-section-head>.sec-tag{font-size:17px}.about-page .about-statement-no,.about-page .about-flip-no,.about-page .journey-year{font-size:13px}.about-page .about-flip-kicker{font-size:12px}.about-page .about-location-copy .organization-market{font-size:14px}.about-page .about-location-details dt{font-size:11px}
@media(max-width:1000px){.about-flip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-flip-card{height:390px}}
@media(max-width:620px){.about-flip-grid{grid-template-columns:1fr}.about-flip-card{height:370px}.about-flip-face{border-radius:22px}}
@media(prefers-reduced-motion:reduce){.about-flip-inner{transition:none}.about-flip-card:hover .about-flip-inner{transform:none}.about-flip-card.is-flipped .about-flip-inner,.about-flip-card.is-flipped:hover .about-flip-inner{transform:rotateY(180deg)}}

/* Editorial chapter flow: open structure, no boxed cards. */
.about-chapter-grid{position:relative;display:block;margin-top:clamp(28px,5vw,70px);border-top:1px solid rgba(255,255,255,.2)}
.about-chapter-grid::before{content:"";position:absolute;top:0;bottom:0;left:54px;width:1px;background:linear-gradient(180deg,var(--gold),rgba(255,255,255,.12) 20%,rgba(255,255,255,.12) 80%,transparent)}
.about-chapter-card,.about-chapter-featured{position:relative;display:grid;grid-template-columns:108px minmax(230px,.62fr) minmax(0,1fr);gap:clamp(24px,4vw,68px);align-items:start;min-height:0;padding:clamp(42px,6vw,78px) 0;border:0;border-bottom:1px solid rgba(255,255,255,.16);border-radius:0;background:transparent}
.about-chapter-card:last-child{border-bottom:0}
.about-card-no,.about-chapter-featured .about-card-no{position:relative;top:auto;left:auto;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 0 0 33px;border:1px solid rgba(213,184,94,.65);border-radius:50%;color:var(--gold);background:var(--navy);font:700 10px/1 'Archivo',sans-serif;letter-spacing:.12em;z-index:1}
.about-chapter-card h3,.about-chapter-featured h3{margin:0;padding:0;color:#fff;font-size:clamp(26px,2.6vw,40px);line-height:1.04;text-transform:uppercase}
.about-chapter-copy{max-width:760px;padding:0}
.about-chapter-featured p{padding-top:0}
.about-chapter-card p,.about-chapter-card li{font-size:14px;line-height:1.72}
.about-chapter-card p+p{margin-top:14px}
.about-chapter-card ul{margin-top:14px}
.about-chapter-gold{border-color:rgba(255,255,255,.16);background:transparent}
.about-chapter-gold h3{color:#ead47d}
@media(max-width:820px){
  .about-chapter-grid::before{left:20px}
  .about-chapter-card,.about-chapter-featured{grid-template-columns:42px minmax(0,1fr);gap:18px 22px;padding:38px 0}
  .about-card-no,.about-chapter-featured .about-card-no{margin:0;width:40px;height:40px}
  .about-chapter-card h3,.about-chapter-featured h3{align-self:center}
  .about-chapter-copy{grid-column:2}
}
@media(max-width:720px){
  :root{--nav-h:78px}
  .nav-logo img{height:37px}
  .nav-links{background:rgba(247,245,239,.98)}
  .page-head h1{font-size:clamp(40px,13vw,62px)}
  .organization-card,.form{border-radius:20px}
  footer.site-footer .f-grid{grid-template-columns:1fr 1fr}
  footer.site-footer .f-grid>div:first-child{grid-column:1/-1}
}

/* Partner-preview launch card: let the cover fill the full desktop column. */
.preview-launch-cover{min-height:100%;aspect-ratio:auto}.preview-launch-cover img{display:block}

/* Capabilities studio: an editorial capability map instead of another text rail. */
.capability-studio{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,244,243,.96))}
.capability-studio-motif{position:absolute;right:-8vw;top:4%;width:min(46vw,660px);aspect-ratio:1;background:var(--gold);opacity:.09;-webkit-mask:var(--brand-symbol-04) center/contain no-repeat;mask:var(--brand-symbol-04) center/contain no-repeat;transform:rotate(0deg);pointer-events:none}
.capability-studio-wrap{position:relative;z-index:1}
.capability-studio .sec-head{display:grid;grid-template-columns:minmax(160px,.34fr) minmax(0,1fr);gap:clamp(32px,6vw,96px);align-items:end;max-width:none;margin-bottom:clamp(48px,7vw,88px);padding-bottom:clamp(30px,4vw,48px);border-bottom:1px solid rgba(16,42,59,.16)}
.capability-studio .sec-head .sec-tag{align-self:start;padding-top:8px}.capability-studio .sec-head h2{max-width:880px}
.capability-studio .cap-rail{display:flex;flex-direction:column;gap:clamp(34px,6vw,84px);border:0}
.capability-studio .cap-row{position:sticky;top:calc(var(--nav-h) + 22px);overflow:hidden;min-height:clamp(360px,46vh,500px);margin:0;border:1px solid rgba(16,42,59,.13)!important;border-radius:32px!important;background:#fff!important;box-shadow:0 24px 64px rgba(16,42,59,.11);transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s ease,border-color .35s ease!important}
.capability-studio .cap-row:nth-child(1){z-index:1;background:linear-gradient(135deg,#fffdf8,#f5ead0)!important}.capability-studio .cap-row:nth-child(2){z-index:2;background:linear-gradient(135deg,#f8fbfc,#e7f0f3)!important}.capability-studio .cap-row:nth-child(3){z-index:3;background:linear-gradient(135deg,#fffdf7,#f0dfae)!important}.capability-studio .cap-row:nth-child(4){z-index:4;background:linear-gradient(135deg,#f7fbfa,#e1edef)!important}.capability-studio .cap-row:nth-child(5){z-index:5;background:linear-gradient(135deg,#fff,#f3eee2)!important}.capability-studio .cap-row:nth-child(6){z-index:6;background:linear-gradient(135deg,#f8fbfc,#e5eef2)!important}.capability-studio .cap-row:nth-child(7){z-index:7;background:linear-gradient(135deg,#fffdf7,#f2e6c4)!important}.capability-studio .cap-row:nth-child(8){z-index:8;background:linear-gradient(135deg,#fff,#eaf2f3)!important}
.capability-studio .cap-row::before{content:"";position:absolute;right:clamp(34px,7vw,110px);top:50%;width:clamp(180px,24vw,360px);aspect-ratio:1;background:var(--gold);opacity:.065;-webkit-mask:var(--brand-symbol-04) center/contain no-repeat;mask:var(--brand-symbol-04) center/contain no-repeat;transform:translateY(-50%) rotate(45deg);pointer-events:none}
.capability-studio .cap-row::after{content:"";position:absolute;right:-90px;bottom:-140px;width:300px;aspect-ratio:1;border:1px solid rgba(213,184,94,.3);border-radius:50%;pointer-events:none}
.capability-studio .cap-row:hover{padding:0!important;transform:translateY(-6px);border-color:rgba(213,184,94,.72)!important;box-shadow:0 32px 78px rgba(16,42,59,.15)}
.capability-studio .cap-row summary{position:relative;z-index:1;grid-template-columns:82px minmax(0,1fr)!important;gap:24px!important;padding:clamp(34px,5vw,62px)!important;cursor:default;list-style:none}.capability-studio .cap-row summary::-webkit-details-marker{display:none}
.capability-studio .cap-index{display:block;color:var(--gold);font-size:clamp(24px,3vw,40px);font-weight:850;line-height:.9;letter-spacing:-.045em}
.capability-studio .cap-name{font-size:clamp(19px,2vw,28px);line-height:1.05}.capability-studio .cap-headline{margin-top:10px;font-size:14px;line-height:1.55}
.capability-studio .cap-body{position:relative;z-index:1;grid-template-columns:minmax(0,.85fr) minmax(0,1fr)!important;gap:clamp(30px,6vw,88px)!important;padding:0 clamp(34px,5vw,62px) clamp(42px,6vw,72px) calc(clamp(34px,5vw,62px) + 106px)!important;max-width:1050px}
.capability-studio .cap-row[open] .cap-index{color:#a77d19}.capability-studio .cap-toggle{display:none}
@media(max-width:760px){
  .preview-launch-cover{min-height:0;aspect-ratio:16/9}
  .capability-studio .sec-head{grid-template-columns:1fr;gap:18px}.capability-studio .cap-rail{gap:22px}.capability-studio .cap-row{position:relative;top:auto;min-height:0;border-radius:24px!important}.capability-studio .cap-row summary{grid-template-columns:46px minmax(0,1fr)!important;gap:12px!important;padding:25px 22px!important}.capability-studio .cap-body{grid-template-columns:1fr!important;gap:18px!important;padding:0 22px 28px 80px!important}.capability-studio .cap-row::before{right:-30px;width:210px;opacity:.045}.capability-studio-motif{right:-30vw;width:90vw}
}

/* Canonical brand typography: Archivo is the single family across every surface. */
html,body,button,input,select,textarea,optgroup{font-family:'Archivo',sans-serif}
body *,body *::before,body *::after{font-family:'Archivo',sans-serif!important}

/* Shared hero-title treatment: exactly match the canonical homepage without scaling up on large displays. */
.hero h1,.page-head h1,.product-collection-hero-copy h1,.directory-page-copy h1,.pd-meta h1,.product-entry-copy h1,.preview-lock h1{font-family:'Archivo',sans-serif;font-size:clamp(34px,4.7vw,44px);font-weight:900;line-height:1.03;letter-spacing:-.044em;text-transform:uppercase;text-wrap:balance}

/* Section titles share the canonical homepage display proportion. */
.sec-head h2,.about-section-head h2,.directory-heading h2,.product-explorer-heading h2,.product-collection-head h2,.cta-in h2{font-size:clamp(38px,4.2vw,64px);font-weight:900;line-height:.98;letter-spacing:-.044em;text-wrap:balance}

/* Brand-book Visual Symbol 04: repeated rotated-A motif at restrained opacity. */
.page-head{position:relative;overflow:hidden}
.page-head::after,.directory-page-hero::after,.product-collection-hero::after,footer.site-footer::after{content:'';position:absolute;pointer-events:none;background:var(--gold);-webkit-mask-image:var(--brand-symbol-04-pattern);mask-image:var(--brand-symbol-04-pattern);-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-size:clamp(272px,20vw,352px) auto;mask-size:clamp(272px,20vw,352px) auto}
.page-head::after{inset:0 0 0 auto;width:min(46vw,760px);opacity:.11}
.page-head>.wrap{position:relative;z-index:1}
.directory-page-hero::after,.product-collection-hero::after{inset:0 0 0 auto;width:min(34vw,620px);opacity:.09}
.directory-page-hero-grid,.product-collection-hero>.wrap{z-index:1}
footer.site-footer::after{inset:auto 0 0;width:100%;height:clamp(100px,10vw,150px);opacity:.1;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;-webkit-mask-position:left bottom;mask-position:left bottom;-webkit-mask-size:clamp(272px,20vw,320px) auto;mask-size:clamp(272px,20vw,320px) auto}
footer.site-footer .wrap{z-index:1}
@media(min-width:1041px){
  .product-collection-hero-copy{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);column-gap:70px;row-gap:20px}
  .product-collection-hero-copy .sec-tag{grid-column:1/-1;margin-bottom:0}
  .product-collection-hero-copy h1{grid-column:1}
  .product-collection-hero-copy>p{grid-column:2}
  .directory-page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
@media(max-width:920px) and (min-width:561px){
  .hero h1,.page-head h1,.product-collection-hero-copy h1,.directory-page-copy h1,.pd-meta h1,.product-entry-copy h1,.preview-lock h1{font-size:36px;line-height:1.02;letter-spacing:-.032em}
  .sec-head h2,.about-section-head h2,.directory-heading h2,.product-explorer-heading h2,.product-collection-head h2,.cta-in h2{font-size:36px;line-height:1.02;letter-spacing:-.032em}
}
@media(max-width:560px){
  .hero h1,.page-head h1,.product-collection-hero-copy h1,.directory-page-copy h1,.pd-meta h1,.product-entry-copy h1,.preview-lock h1{font-size:clamp(28px,8.4vw,36px);line-height:1.06}
  .sec-head h2,.about-section-head h2,.directory-heading h2,.product-explorer-heading h2,.product-collection-head h2,.cta-in h2{font-size:clamp(32px,9.6vw,38px);line-height:1.02}
}
@media(min-width:1800px){
  :root{--max:2000px}
  .product-collection-hero>.wrap,.product-explorer>.wrap{max-width:2000px}
}

/* Product directories: photography and copy stay in separate planes. */
.subcategory-directory-grid{gap:24px}
.subcategory-directory-card{display:grid;grid-template-rows:auto 1fr;min-height:0;border:1px solid rgba(16,42,59,.12);background:#fff;color:var(--navy);box-shadow:0 24px 60px rgba(16,42,59,.09)}
.subcategory-directory-card::after{content:none}
.subcategory-directory-card>img{position:relative;inset:auto;display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .7s cubic-bezier(.2,.75,.2,1)}
.subcategory-directory-card>div{position:relative;inset:auto;display:flex;min-height:220px;flex-direction:column;padding:34px 34px 30px;background:#fff}
.subcategory-directory-card span{margin-bottom:16px;color:var(--navy);font-size:clamp(28px,2.5vw,40px);font-weight:800;line-height:.98;letter-spacing:-.04em}
.subcategory-directory-card strong{max-width:390px;margin-bottom:30px;color:#5d7381;font-size:clamp(15px,1.15vw,18px);font-weight:500;line-height:1.55;text-wrap:balance}
.subcategory-directory-card em{margin-top:auto;padding-top:20px;border-top:1px solid rgba(16,42,59,.12);color:#5d7381}
.subcategory-directory-card:hover>img{transform:scale(1.025)}
.subcategory-directory-card:hover{border-color:rgba(213,184,94,.62);box-shadow:0 32px 78px rgba(16,42,59,.14)}
.directory-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.directory-product-grid .collection-product-card{border:1px solid rgba(16,42,59,.12);border-radius:26px;box-shadow:0 18px 48px rgba(16,42,59,.08);transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s,border-color .35s}
.directory-product-grid .collection-product-card:hover{transform:translateY(-7px);border-color:rgba(213,184,94,.66);box-shadow:0 28px 65px rgba(16,42,59,.14)}
.directory-product-grid .collection-product-image{height:auto;aspect-ratio:16/11}
.directory-product-grid .collection-product-info{padding:26px 24px 28px}
.directory-product-grid .collection-product-info h3{font-size:22px}

/* Single review sample: CILICON-inspired restraint, adapted to ADVC's bright B2B system. */
.pd-sample-page{overflow-x:clip;overflow-y:visible;background:linear-gradient(180deg,#f8f7f2 0%,#edf3f3 58%,#f8f6f1 100%)}
html.product-motion-ready{scroll-behavior:auto}
.pd-sample-breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:34px;padding-bottom:22px;color:#607583;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.pd-sample-breadcrumb a{color:inherit;text-decoration:none}.pd-sample-breadcrumb a:hover{color:#a98222}
.pd-sample-hero{position:relative;width:min(1880px,calc(100% - 48px));margin:0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:clamp(24px,3.6vw,52px);background:#071d2b;box-shadow:0 34px 80px rgba(16,42,59,.19);isolation:isolate}
.pd-sample-hero::after{content:"";position:absolute;z-index:2;inset:-35% -50%;background:linear-gradient(112deg,transparent 40%,rgba(255,255,255,.16) 49%,transparent 58%);opacity:0;transform:translateX(-35%);transition:transform 1.2s cubic-bezier(.2,.75,.2,1),opacity .35s;pointer-events:none}.pd-sample-hero:hover::after{opacity:1;transform:translateX(35%)}
.pd-sample-hero img{display:block;width:100%;height:auto;aspect-ratio:3840/2152;object-fit:cover;transform:translate3d(var(--motion-x,0),var(--motion-y,0),0) scale(var(--motion-scale,1.01));transition:transform .28s ease-out}.pd-preview-badge{position:absolute;z-index:4;top:24px;right:24px;padding:12px 16px;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:#fff;background:rgba(7,29,43,.72);backdrop-filter:blur(12px);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.pd-sample-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr);gap:clamp(38px,6vw,92px);align-items:center;padding-top:clamp(70px,9vw,132px);padding-bottom:clamp(50px,6vw,84px)}
.pd-sample-title .sec-tag{margin-bottom:22px}.pd-sample-title h1{max-width:850px;margin:0;color:var(--navy);font-size:clamp(58px,7.2vw,112px);font-weight:900;line-height:.9;letter-spacing:-.055em;text-transform:uppercase;text-wrap:balance}
.pd-sample-lead{max-width:650px}.pd-sample-lead h2{margin:0 0 22px;color:var(--navy);font-size:clamp(28px,3vw,44px);line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.pd-sample-lead p{margin:0;color:#526b79;font-size:16px;line-height:1.75}
.pd-sample-chapter,.pd-sample-lifestyle,.pd-sample-finish{padding:clamp(78px,9vw,138px) 0}.pd-sample-lifestyle{background:#fff}.pd-sample-finish{background:linear-gradient(180deg,#eef4f4,#f8f6f1)}
.pd-sample-chapter-copy{max-width:980px;text-align:center}.pd-sample-chapter-copy h2,.pd-sample-spec-heading h2{margin:17px auto 20px;color:var(--navy);font-size:clamp(44px,5.7vw,84px);font-weight:900;line-height:.94;letter-spacing:-.05em;text-transform:uppercase;text-wrap:balance}.pd-sample-chapter-copy p{max-width:720px;margin:0 auto clamp(38px,5vw,68px);color:#526b79;font-size:17px;line-height:1.7}
.pd-sample-wide-media{width:min(1880px,calc(100% - 48px));margin:0 auto;overflow:hidden;border:1px solid rgba(16,42,59,.12);border-radius:clamp(24px,3.6vw,52px);background:#071d2b;box-shadow:0 30px 78px rgba(16,42,59,.15)}.pd-sample-wide-media img{display:block;width:100%;height:auto;aspect-ratio:3687/2067;object-fit:cover;transition:transform .9s cubic-bezier(.2,.75,.2,1)}.pd-sample-wide-media:hover img{transform:scale(1.012)}
.pd-sample-feature-story{padding-top:clamp(76px,9vw,132px);padding-bottom:clamp(86px,10vw,148px)}.pd-sample-feature-story>figure{position:relative;overflow:hidden;border-radius:clamp(24px,3.6vw,52px);background:#071d2b;box-shadow:0 30px 78px rgba(16,42,59,.15)}.pd-sample-feature-story>figure img{display:block;width:100%;aspect-ratio:21/10;object-fit:cover;transform:translate3d(var(--motion-x,0),var(--motion-y,0),0) scale(var(--motion-scale,1.02));transition:transform .28s ease-out}.pd-sample-feature-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(30px,7vw,110px);padding:clamp(40px,5vw,66px) clamp(10px,3vw,46px) 0}.pd-sample-feature-copy article{padding-top:24px;border-top:1px solid rgba(16,42,59,.2)}.pd-sample-feature-copy span{color:#a98222;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.pd-sample-feature-copy h3{margin:12px 0;color:var(--navy);font-size:clamp(30px,3.2vw,48px);line-height:1;letter-spacing:-.04em}.pd-sample-feature-copy p{max-width:540px;margin:0;color:#526b79;font-size:15px;line-height:1.65}
.product-motion-ready .pd-sample-feature-copy article,.product-motion-ready .pd-sample-specs>div,.product-motion-ready .pd-sample-finish-grid figure{opacity:0;transform:translateY(28px);transition:opacity .7s ease var(--product-delay,0ms),transform .7s cubic-bezier(.2,.75,.2,1) var(--product-delay,0ms)}.product-motion-ready .pd-sample-feature-copy article.is-product-visible,.product-motion-ready .pd-sample-specs>div.is-product-visible,.product-motion-ready .pd-sample-finish-grid figure.is-product-visible{opacity:1;transform:translateY(0)}
.pd-sample-spec-section{position:relative;padding:clamp(84px,10vw,152px) 0;background:linear-gradient(145deg,#f8f6ef 0%,#eef4f4 58%,#fff 100%);color:var(--navy)}.pd-sample-spec-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 52%,rgba(64,139,164,.16),transparent 27%),radial-gradient(circle at 88% 18%,rgba(213,184,94,.2),transparent 20%);pointer-events:none}.pd-sample-spec-heading{position:relative;text-align:left}.pd-sample-spec-heading .sec-tag{color:#a98222}.pd-sample-spec-heading h2{max-width:920px;margin:17px 0 clamp(48px,6vw,78px);color:var(--navy);font-size:clamp(42px,5.2vw,76px)}
.pd-spec-experience{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(34px,4vw,66px);align-items:center}.pd-spec-visual{position:relative;overflow:hidden;aspect-ratio:3687/2066;border-radius:clamp(24px,3.2vw,46px);background:#071d2b;box-shadow:0 34px 86px rgba(16,42,59,.18)}.pd-spec-visual::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.25);border-radius:inherit;pointer-events:none}.pd-spec-visual img{display:block;width:100%;height:100%;object-fit:contain;transform:translate3d(var(--motion-x,0),var(--motion-y,0),0) scale(var(--motion-scale,1));transition:transform .3s ease-out}
.pd-spec-experience--expand{grid-template-columns:minmax(0,1fr);gap:clamp(44px,6vw,92px)}.pd-spec-experience--expand .pd-sample-specs{width:100%}.pd-spec-scroll-expand .pd-scroll-expand-frame.pd-spec-visual{aspect-ratio:auto;border-radius:0;box-shadow:none}.pd-spec-scroll-expand .pd-scroll-expand-frame.pd-spec-visual::after{display:none}.pd-spec-scroll-expand .pd-scroll-expand-media{object-fit:cover}
.pd-spec-experience--text-only{grid-template-columns:minmax(0,1fr);max-width:980px}
.pd-spec-visual--tech{isolation:isolate;border-color:rgba(77,180,208,.42);box-shadow:0 34px 86px rgba(16,42,59,.18),0 0 0 1px rgba(77,180,208,.18),0 0 46px rgba(77,180,208,.16)}.pd-spec-visual--tech::before{content:"";position:absolute;z-index:2;inset:-35% -55%;background:linear-gradient(112deg,transparent 38%,rgba(126,225,238,.22) 48%,rgba(255,255,255,.42) 50%,rgba(126,225,238,.16) 53%,transparent 63%);transform:translateX(-48%);animation:pdTechScan 5.8s 1.2s cubic-bezier(.2,.75,.2,1) infinite;pointer-events:none}.pd-spec-visual--tech img{transform:scale(1.015);transition:transform .75s cubic-bezier(.2,.75,.2,1),filter .75s ease;filter:saturate(1.06) contrast(1.04)}.pd-spec-visual--tech:hover img{transform:scale(1.035);filter:saturate(1.12) contrast(1.06)}@keyframes pdTechScan{0%,58%{transform:translateX(-48%)}82%,100%{transform:translateX(48%)}}
.pd-sample-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(22px,2vw,34px);margin:0}.pd-sample-specs>div{position:relative;padding:23px 0 27px;border-top:1px solid rgba(16,42,59,.18);transition:padding-left .32s ease,border-color .32s ease}.pd-sample-specs>div::before{content:"";position:absolute;left:0;top:-1px;width:0;height:2px;background:var(--gold);transition:width .4s cubic-bezier(.2,.75,.2,1)}.pd-sample-specs>div:hover{padding-left:12px;border-color:transparent}.pd-sample-specs>div:hover::before{width:100%}.pd-sample-specs dt{margin-bottom:10px;color:#a98222;font-size:clamp(12px,.95vw,14px);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pd-sample-specs dd{margin:0;color:var(--navy);font-size:clamp(16px,1.15vw,19px);font-weight:700;line-height:1.3}
.pd-spec-pending{max-width:620px;padding:clamp(30px,4vw,54px);border:1px solid rgba(16,42,59,.14);border-radius:32px;background:rgba(255,255,255,.72);box-shadow:0 24px 60px rgba(16,42,59,.08)}.pd-spec-pending h3{margin:12px 0 16px;color:var(--navy);font-size:clamp(30px,3vw,46px);line-height:1}.pd-spec-pending p{margin:0;color:#526b79;font-size:15px;line-height:1.7}
.pd-sample-finish .pd-sample-chapter-copy{max-width:820px}.pd-sample-finish .pd-sample-chapter-copy h2{font-size:clamp(38px,4.4vw,66px)}.pd-sample-finish-grid{display:grid;gap:clamp(30px,5vw,72px)}.pd-sample-finish-grid figure{overflow:hidden;border:1px solid rgba(16,42,59,.12);border-radius:clamp(24px,3vw,42px);background:#fff;box-shadow:0 24px 64px rgba(16,42,59,.09)}.pd-sample-finish-grid img{display:block;width:100%;aspect-ratio:21/9;object-fit:cover;transform:translate3d(var(--motion-x,0),var(--motion-y,0),0) scale(var(--motion-scale,1.02));transition:transform .28s ease-out}.pd-sample-finish-grid figcaption{display:flex;justify-content:flex-end;padding:22px 28px;color:var(--navy);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.pd-scroll-expand{position:relative;width:100%}.pd-scroll-expand-track{position:relative;width:100%}.pd-scroll-expand-stage{position:sticky;top:var(--nav-h);height:clamp(460px,52vw,880px);overflow:hidden}.pd-scroll-expand-frame{position:absolute;inset:0;display:grid;grid-template-rows:minmax(0,1fr) auto;margin:0;clip-path:inset(34.5% 35.5% 34.5% 35.5% round 36px);will-change:clip-path}.pd-scroll-expand-frame .pd-scroll-expand-media{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;transform:scale(1.16);transform-origin:center;will-change:transform}.pd-scroll-expand-scrim{position:absolute;z-index:1;inset:0 0 63px;background:linear-gradient(180deg,rgba(7,29,43,.12),rgba(7,29,43,.05) 48%,rgba(7,29,43,.58));opacity:0;pointer-events:none}.pd-scroll-expand-frame figcaption{position:relative;z-index:2;background:#fff}.pd-scroll-expand-title{position:absolute;z-index:3;inset:0;display:flex;align-items:center;justify-content:center;padding:0 8%;color:#fff;font-size:clamp(34px,5vw,78px);font-weight:900;line-height:.94;letter-spacing:-.05em;text-align:center;text-shadow:0 8px 38px rgba(7,29,43,.62);text-transform:uppercase;pointer-events:none;will-change:opacity,transform}.pd-scroll-expand-hint{position:absolute;z-index:3;left:0;right:0;bottom:clamp(28px,4vw,58px);color:rgba(16,42,59,.58);font-size:9px;font-weight:800;letter-spacing:.17em;text-align:center;text-transform:uppercase;pointer-events:none;will-change:opacity,transform}
.pd-sample-cta{padding:clamp(78px,9vw,130px) 0;background:#102a3b;color:#fff}.pd-sample-cta-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.pd-sample-cta h2{max-width:900px;margin:14px 0 0;color:#fff;font-size:clamp(42px,5.5vw,80px);font-weight:900;line-height:.94;letter-spacing:-.05em;text-transform:uppercase;text-wrap:balance}.pd-sample-cta .btn{flex:0 0 auto}
@media(max-width:1120px){
  .directory-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pd-spec-experience{grid-template-columns:1fr}.pd-sample-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px}
}
@media(max-width:760px){
  .subcategory-directory-card>img{aspect-ratio:16/10}.subcategory-directory-card>div{min-height:190px;padding:28px 24px 24px}.subcategory-directory-card strong{margin-bottom:28px}
  .directory-product-grid{grid-template-columns:1fr}.directory-product-grid .collection-product-info h3{font-size:21px}
  .pd-sample-breadcrumb{padding-top:24px}.pd-sample-breadcrumb span{display:none}.pd-sample-hero{width:calc(100% - 30px);border-radius:22px}.pd-sample-hero img{aspect-ratio:4/3}
  .pd-sample-intro{grid-template-columns:1fr;gap:34px;padding-top:64px}.pd-sample-title h1{font-size:clamp(48px,16vw,72px)}
  .pd-sample-chapter-copy h2,.pd-sample-spec-heading h2{font-size:clamp(36px,10.5vw,50px)}.pd-sample-chapter-copy p{font-size:15px}.pd-sample-wide-media{width:calc(100% - 30px);border-radius:22px}.pd-sample-wide-media img{aspect-ratio:4/3}.pd-sample-feature-story>figure img{aspect-ratio:4/3}.pd-sample-feature-copy{grid-template-columns:1fr;padding-inline:0}.pd-sample-specs{grid-template-columns:1fr}.pd-sample-finish-grid img{aspect-ratio:4/3}
  .pd-scroll-expand-track{height:auto!important}.pd-scroll-expand-stage{position:relative;top:auto;height:auto!important;overflow:visible}.pd-scroll-expand-frame{position:relative;inset:auto;clip-path:none!important}.pd-scroll-expand-frame .pd-scroll-expand-media{height:auto;aspect-ratio:4/3;transform:none!important}.pd-scroll-expand-title,.pd-scroll-expand-hint,.pd-scroll-expand-scrim{display:none}
  .pd-sample-cta-inner{align-items:flex-start;flex-direction:column}.pd-sample-cta .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){.pd-sample-hero img,.pd-sample-feature-story>figure img,.pd-spec-visual img,.pd-sample-finish-grid img{transform:none!important;transition:none!important}.pd-spec-visual--tech::before{display:none}.product-motion-ready .pd-sample-feature-copy article,.product-motion-ready .pd-sample-specs>div,.product-motion-ready .pd-sample-finish-grid figure{opacity:1;transform:none;transition:none}.pd-scroll-expand-track{height:auto!important}.pd-scroll-expand-stage{position:relative;top:auto;height:auto!important;overflow:visible}.pd-scroll-expand-frame{position:relative;inset:auto;clip-path:none!important}.pd-scroll-expand-frame .pd-scroll-expand-media{height:auto;aspect-ratio:21/9;transform:none!important}.pd-scroll-expand-title,.pd-scroll-expand-hint,.pd-scroll-expand-scrim{display:none}}
.preview-launch-product{color:inherit;text-decoration:none}.preview-launch-product-name>span{display:inline-block;margin-top:14px;color:#607583;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}

/* Legal pages: editorial policy reading with a compact, navigable index. */
.legal-page{background:linear-gradient(180deg,#f8f7f2 0%,#f3f7f6 58%,#fff 100%)}
.legal-page-head{padding-bottom:clamp(58px,7vw,96px)}
.legal-page-head .sec-sub{max-width:660px}
.legal-effective{display:inline-flex;margin-top:28px;padding:11px 16px;border:1px solid rgba(16,42,59,.16);border-radius:999px;color:#526b79;background:rgba(255,255,255,.52);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.legal-content-section{padding:clamp(64px,8vw,116px) 0 clamp(92px,11vw,164px)}
.legal-layout{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,860px);gap:clamp(48px,8vw,126px);align-items:start;justify-content:center}
.legal-sidebar{position:sticky;top:calc(var(--nav-h) + 30px)}
.legal-sidebar-kicker,.legal-side-note>span{display:block;margin-bottom:18px;color:#a98222;font-size:10px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.legal-index{display:grid;border-top:1px solid rgba(16,42,59,.16)}
.legal-index a{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid rgba(16,42,59,.12);color:#526b79;font-size:12px;font-weight:700;line-height:1.35;text-decoration:none;transition:color .25s,padding-left .25s,border-color .25s}
.legal-index a span{color:#a98222;font-size:9px;letter-spacing:.1em}
.legal-index a:hover{padding-left:7px;border-color:rgba(213,184,94,.62);color:var(--navy)}
.legal-side-note{margin-top:30px;padding:22px;border:1px solid rgba(16,42,59,.12);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(16,42,59,.06)}
.legal-side-note>span{margin-bottom:9px}.legal-side-note a{color:var(--navy);font-size:13px;font-weight:750;text-decoration:none;overflow-wrap:anywhere}
.legal-document{min-width:0}
.legal-document-intro{margin-bottom:14px;padding:clamp(30px,4vw,48px);border:1px solid rgba(16,42,59,.12);border-radius:clamp(24px,3vw,36px);background:var(--navy);color:#fff;box-shadow:0 28px 70px rgba(16,42,59,.14)}
.legal-document-intro span{color:var(--gold);font-size:10px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.legal-document-intro p{max-width:660px;margin:18px 0 0;color:rgba(255,255,255,.76);font-size:clamp(17px,1.5vw,21px);line-height:1.65}
.legal-section{display:grid;grid-template-columns:58px minmax(0,1fr);gap:clamp(20px,3vw,40px);padding:clamp(48px,6vw,76px) 0;border-bottom:1px solid rgba(16,42,59,.14);scroll-margin-top:calc(var(--nav-h) + 28px)}
.legal-section-number{padding-top:8px;color:#a98222;font-size:11px;font-weight:850;letter-spacing:.14em}
.legal-section-body h2{margin:0 0 24px;color:var(--navy);font-size:clamp(30px,3.25vw,46px);font-weight:850;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}
.legal-section-body p{margin:0 0 20px;color:#526b79;font-size:15px;line-height:1.82}
.legal-section-body ul{display:grid;gap:11px;margin:26px 0 0;padding:0;list-style:none}
.legal-section-body li{position:relative;padding:0 0 0 22px;color:#526b79;font-size:15px;line-height:1.65}
.legal-section-body li::before{content:"";position:absolute;top:.72em;left:0;width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(213,184,94,.14)}
.legal-subsection{margin-top:30px;padding-top:28px;border-top:1px solid rgba(16,42,59,.11)}
.legal-subsection h3{margin:0 0 12px;color:var(--navy);font-size:17px;font-weight:800;letter-spacing:-.015em}
.legal-subsection p:last-child{margin-bottom:0}
.legal-related-link{display:inline-flex;align-items:center;gap:12px;margin-top:8px;padding:13px 18px;border:1px solid rgba(16,42,59,.18);border-radius:999px;color:var(--navy);font-size:11px;font-weight:850;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:background .25s,border-color .25s,color .25s}
.legal-related-link:hover{border-color:var(--navy);background:var(--navy);color:#fff}
.legal-contact-card{display:grid;gap:8px;margin-top:28px;padding:clamp(24px,3vw,34px);border:1px solid rgba(16,42,59,.12);border-radius:26px;background:#fff;color:#526b79;font-size:14px;font-style:normal;line-height:1.5;box-shadow:0 20px 52px rgba(16,42,59,.07)}
.legal-contact-card strong{margin-bottom:4px;color:var(--navy);font-size:18px}.legal-contact-card a{width:max-content;max-width:100%;color:#a0781e;font-weight:750;text-decoration:none;overflow-wrap:anywhere}
.legal-closing{margin-top:30px!important;padding:22px 24px;border-left:3px solid var(--gold);background:rgba(213,184,94,.1);color:var(--navy)!important;font-weight:700}
@media(max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-sidebar{position:static}.legal-index{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.legal-side-note{display:none}}
@media(max-width:560px){.legal-page-head{padding-bottom:48px}.legal-content-section{padding-top:52px}.legal-index{grid-template-columns:1fr}.legal-section{grid-template-columns:1fr;gap:13px;padding:46px 0}.legal-section-number{padding-top:0}.legal-document-intro{padding:28px 24px}.legal-section-body h2{font-size:30px}.legal-section-body p,.legal-section-body li{font-size:14px}.legal-contact-card a{width:auto}}

/* Private preview feature sheets keep their full source composition. */
.pd-sample-page--preview .pd-sample-feature-story>figure{background:#f4f6f7}
.pd-sample-page--preview .pd-sample-feature-story>figure img{height:auto;aspect-ratio:auto;object-fit:contain;transform:none}

/* Partner Preview sign-out (shown only on protected pages) */
.nav-links .nav-signout{display:inline-flex;margin:0}
.nav-links .nav-signout-btn{min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:13px;cursor:pointer;white-space:nowrap}
.nav-links .nav-signout-btn:hover,.nav-links .nav-signout-btn:focus-visible{border-color:#D5B85E;color:#D5B85E}
