/* HUAMEN INTERNATIONAL — ALLIANCE SYSTEM V3
   A restrained institutional/editorial system for manufacturers and global buyers. */

:root {
  --ink: #0a1724;
  --navy: #0b1d2e;
  --navy-2: #102b44;
  --blue: #2f66f6;
  --blue-soft: #dfe9ff;
  --paper: #f7f5ef;
  --white: #ffffff;
  --ice: #edf2f6;
  --line: rgba(10, 23, 36, .14);
  --muted: #5b6976;
  --max: 1200px;
  --pad: clamp(22px, 4vw, 52px);
  --section: clamp(76px, 9vw, 128px);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.nav-open, body.no-scroll { overflow: hidden; }
.about-page { --section: clamp(72px, 7vw, 96px); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { color: white; background: var(--blue); }

.a-wrap { width: min(calc(100% - (var(--pad) * 2)), var(--max)); margin-inline: auto; }
.a-section { position: relative; padding-block: var(--section); overflow: hidden; }
.white { background: var(--white); }
.ice { background: var(--ice); }
.night { color: white; background: var(--navy); }

.scroll-progress {
  position: fixed; z-index: 1000; inset: 0 auto auto 0; width: 100%; height: 2px;
  background: var(--blue); pointer-events: none; transform: scaleX(0); transform-origin: left center;
}

/* Navigation */
.a-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 74px;
  color: white; border-bottom: 1px solid rgba(255,255,255,.16);
  transition: color .35s, background .35s, border-color .35s;
}
.a-header.scrolled {
  color: var(--ink); background: rgba(247,245,239,.94);
  border-color: var(--line); backdrop-filter: blur(18px);
}
.a-nav-shell {
  width: min(calc(100% - (var(--pad) * 2)), 1360px); height: 100%; margin: auto;
  display: grid; grid-template-columns: 250px 1fr auto 150px; align-items: center; gap: 16px;
}
.a-brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.a-mark {
  display: grid; place-items: center; width: 39px; height: 39px;
  color: white; background: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .06em;
}
.a-brand b { display: block; font-size: 15px; line-height: 1.2; letter-spacing: .08em; }
.a-brand small { display: block; margin-top: 3px; opacity: .65; font-size: 9px; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.a-nav { display: flex; justify-content: center; gap: clamp(28px, 3vw, 48px); }
.a-nav a { position: relative; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.a-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .3s; }
.a-nav a:hover::after, .a-nav a.active::after { right: 0; }
.a-nav-cta {
  display: inline-flex; justify-content: center; align-items: center; height: 42px;
  color: white; background: var(--blue); font-size: 13px; font-weight: 700;
  transition: transform .3s var(--ease), background .3s;
}
.a-nav-cta:hover { transform: translateY(-2px); background: #174fe3; }
.language-switcher { position: relative; }
.language-trigger {
  display: inline-flex; align-items: center; gap: 7px; height: 42px; padding: 0 13px;
  color: inherit; border: 1px solid currentColor; background: transparent; cursor: pointer;
  opacity: .78; transition: opacity .25s, background .25s, color .25s;
}
.language-trigger:hover, .language-switcher.open .language-trigger { opacity: 1; background: rgba(255,255,255,.1); }
.a-header.scrolled .language-trigger:hover, .a-header.scrolled .language-switcher.open .language-trigger { background: rgba(10,23,36,.06); }
.language-trigger span { font-size: 13px; font-weight: 750; }
.language-trigger small { font-size: 9px; font-weight: 800; letter-spacing: .08em; opacity: .65; }
.language-trigger i { margin-left: 2px; font-size: 12px; font-style: normal; transition: transform .25s; }
.language-switcher.open .language-trigger i { transform: rotate(180deg); }
.language-menu {
  position: absolute; z-index: 110; right: 0; top: calc(100% + 10px); width: 220px;
  padding: 8px; color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.98);
  box-shadow: 0 20px 55px rgba(7,17,31,.18); opacity: 0; visibility: hidden;
  transform: translateY(-7px); transition: opacity .25s, visibility .25s, transform .25s;
}
.language-switcher.open .language-menu { opacity: 1; visibility: visible; transform: none; }
.language-menu a, .language-menu button {
  display: grid; grid-template-columns: 1fr auto; align-items: center; width: 100%; min-height: 44px;
  padding: 0 11px; color: var(--ink); border: 0; background: transparent; text-align: left;
}
.language-menu a { background: var(--ice); }
.language-menu button { opacity: .42; cursor: not-allowed; }
.language-menu span { font-size: 13px; font-weight: 650; }
.language-menu small { font-size: 9px; letter-spacing: .05em; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; }

/* Shared typography */
.a-eyebrow, .a-kicker {
  display: block; margin-bottom: 20px; color: var(--blue);
  font-size: 11px; font-weight: 800; line-height: 1.3; letter-spacing: .18em; text-transform: uppercase;
}
.night .a-eyebrow { color: #87a8ff; }
.a-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 8vw; align-items: end; margin-bottom: 56px; }
.a-head .a-eyebrow { grid-column: 1 / -1; margin-bottom: -2px; }
.a-head h2, .a-copy h2, .contact-layout h2 {
  margin: 0; font-weight: 600; line-height: 1.16;
  letter-spacing: -.05em; text-wrap: balance;
}
.a-head h2 { font-size: clamp(34px, 3.7vw, 50px); }
.a-copy h2, .contact-layout h2 { font-size: clamp(38px, 4.2vw, 56px); }
.home-cinematic .membership-section .a-head h2 { font-size: clamp(40px, 4.5vw, 60px); }
.home-cinematic .night .a-head h2,
.home-cinematic .white .a-head h2 { font-size: clamp(32px, 3.25vw, 44px); }
.a-head h2 br, .a-copy h2 br, .contact-layout h2 br { display: none; }
.a-head p, .a-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.night .a-head p, .night .a-copy > p { color: rgba(255,255,255,.64); }
.num { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.caption { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; }

/* Buttons */
.a-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.a-btn {
  display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px;
  border: 1px solid var(--line); background: transparent; font-size: 13px; font-weight: 750; letter-spacing: .025em;
  transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s;
}
.a-btn:hover { transform: translateY(-3px); }
.a-btn.primary { color: white; border-color: var(--blue); background: var(--blue); }
.a-btn.primary:hover { background: #174fe3; }
.a-btn.ink { color: white; border-color: var(--ink); background: var(--ink); }
.a-btn.ghost { color: white; border-color: rgba(255,255,255,.36); }
.a-btn.ghost:hover { border-color: white; background: rgba(255,255,255,.08); }

/* Interior page hero */
.a-page-hero {
  position: relative; min-height: min(680px, 78vh); padding: 150px 0 76px;
  display: flex; align-items: flex-end; color: white; background: var(--navy); overflow: hidden;
}
.a-page-hero .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.a-page-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,20,32,.94) 0%, rgba(7,20,32,.68) 55%, rgba(7,20,32,.28) 100%), linear-gradient(0deg, rgba(7,20,32,.55), transparent 60%); }
.a-page-hero::after { content: ""; position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.23); }
.a-page-title { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: end; gap: 7vw; }
.a-page-title > div:first-child { min-width: 0; }
.a-page-title .a-eyebrow { color: #9ab5ff; }
.a-page-title h1 { margin: 0; max-width: 890px; font-size: clamp(46px, 5.8vw, 74px); font-weight: 600; line-height: 1.08; letter-spacing: -.06em; text-wrap: balance; }
.a-page-title p { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.9; }
.about-identity-hero { grid-template-columns: minmax(0, 1.65fr) minmax(260px, .35fr); }
.about-identity-hero > div:first-child { max-width: 1000px; }
.about-identity-hero .identity-statement {
  max-width: 940px; margin: 30px 0 0; color: #fff;
  font-size: clamp(22px, 2.15vw, 32px); font-weight: 500; line-height: 1.62; letter-spacing: -.025em;
}
.identity-contact { align-self: end; display: grid; gap: 13px; padding: 22px 0 9px 24px; border-left: 1px solid rgba(255,255,255,.3); }
.identity-contact span,.identity-contact a { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }
.identity-contact a:hover { color: #fff; }

/* About page — evidence first, with a calmer editorial hierarchy */
.about-page .a-page-hero { min-height: min(650px, 78vh); }
.about-page .about-identity-hero { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .48fr); gap: clamp(48px, 7vw, 96px); }
.about-page .a-page-title h1 { font-size: clamp(48px, 5.2vw, 68px); }
.about-page .about-identity-hero .identity-statement {
  max-width: 760px; margin-top: 25px;
  color: rgba(255,255,255,.84); font-size: clamp(17px,1.55vw,21px); font-weight: 500; line-height: 1.78; letter-spacing: -.015em;
}
.identity-proof { align-self: end; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.2); }
.identity-proof > div { min-height: 112px; padding: 18px 18px 17px 0; }
.identity-proof > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.2); }
.identity-proof strong { display: block; color: white; font-size: clamp(29px,3vw,42px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.identity-proof span { display: block; margin-top: 13px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.55; }
.identity-proof small { grid-column: 1 / -1; padding: 15px 0 5px; color: rgba(255,255,255,.5); font-size: 10px; }
.identity-proof > a { grid-column: 1 / -1; margin-top: 13px; color: #a9c0ff; font-size: 12px; font-weight: 700; }
.about-origin-section .a-visual-split { align-items: start; row-gap: 48px; }
.about-origin-section .a-copy h2,
.about-buyers-section .a-copy h2 { font-size: clamp(36px,3.65vw,49px); }
.about-origin-section .a-copy > p,
.about-buyers-section .a-copy > p { max-width: 650px; font-size: 15px; line-height: 1.88; }
.about-origin-section .a-visual img { aspect-ratio: 1.28; }
.origin-trail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.origin-trail > div { min-height: 130px; padding: 24px 28px 24px 0; display: grid; grid-template-columns: 34px 1fr; align-content: center; gap: 5px 12px; }
.origin-trail > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.origin-trail b { grid-row: 1 / 3; color: var(--blue); font-size: 10px; letter-spacing: .1em; }
.origin-trail strong { font-size: 16px; line-height: 1.4; }
.origin-trail span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.about-footprint-section { overflow: hidden; }
.about-footprint-section::before {
  content: ""; position: absolute; inset: -25% -8% auto 43%; width: 720px; aspect-ratio: 1; border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 74px, rgba(103,139,207,.1) 75px 76px), radial-gradient(circle, rgba(47,102,246,.13), transparent 65%);
  pointer-events: none;
}
.about-footprint-section::after {
  content: ""; position: absolute; right: 10%; top: 29%; width: 39%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(132,164,231,.32), transparent); transform: rotate(-18deg); transform-origin: right;
}
.about-footprint-section > .a-wrap { position: relative; z-index: 1; }
.about-footprint-section .a-head { margin-bottom: 48px; }
.about-footprint-section .a-head p { max-width: 430px; color: rgba(255,255,255,.64); }
.park-proof-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.park-proof-grid article { min-height: 215px; display: flex; flex-direction: column; justify-content: center; padding: 32px 34px 30px 0; }
.park-proof-grid article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.2); }
.park-proof-grid strong { color: white; font-size: clamp(58px,7vw,94px); font-weight: 500; line-height: .95; letter-spacing: -.07em; }
.park-proof-grid strong small { margin-left: 8px; color: #8eacff; font-size: 15px; font-weight: 700; letter-spacing: 0; }
.park-proof-grid article > span { margin-top: 22px; color: rgba(255,255,255,.55); font-size: 11px; }
.park-proof-grid .park-scope { justify-content: flex-end; }
.park-scope b { color: white; font-size: clamp(32px,4.3vw,58px); font-weight: 550; line-height: 1; letter-spacing: -.055em; }
.park-network-stage {
  position: relative; min-height: 640px; margin-top: 52px; overflow: hidden;
  border: 1px solid rgba(128,158,224,.2);
  background:
    radial-gradient(circle at 50% 54%,rgba(47,102,246,.16),transparent 29%),
    radial-gradient(circle at 18% 24%,rgba(143,173,255,.32) 0 1px,transparent 1.6px),
    radial-gradient(circle at 78% 34%,rgba(143,173,255,.24) 0 1px,transparent 1.5px),
    radial-gradient(circle at 64% 80%,rgba(143,173,255,.2) 0 1px,transparent 1.4px),
    linear-gradient(180deg,#07192a 0%,#06131f 100%);
  background-size: auto,180px 170px,230px 210px,260px 240px,auto;
  box-shadow: inset 0 0 100px rgba(2,8,15,.52),0 32px 90px rgba(2,9,18,.22);
}
.park-network-stage::after { content: ""; position: absolute; inset: auto 8% 8% 8%; height: 28%; background: radial-gradient(ellipse,rgba(47,102,246,.11),transparent 68%); filter: blur(22px); pointer-events: none; }
.park-network-title { position: absolute; z-index: 3; left: 30px; top: 25px; display: grid; gap: 4px; }
.park-network-title span { color: #8eacff; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.park-network-title b { color: rgba(255,255,255,.9); font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.park-network-map { position: relative; z-index: 2; display: block; width: 100%; height: auto; transform-origin: 50% 54%; animation: parkMapFloat 8s ease-in-out infinite; }
.park-orbit { fill: none; stroke: rgba(116,151,229,.24); stroke-width: 1.2; stroke-dasharray: 6 9; animation: parkOrbitFlow 18s linear infinite; }
.orbit-b { stroke-opacity: .7; animation-duration: 22s; animation-direction: reverse; }
.orbit-c { stroke-opacity: .55; animation-duration: 28s; }
.orbit-d { stroke-opacity: .38; animation-duration: 34s; animation-direction: reverse; }
.park-links path { fill: none; stroke: rgba(111,147,226,.2); stroke-width: 1; }
.park-signal-dots circle { fill: #91adff; filter: drop-shadow(0 0 5px #4f7fff); }
.park-core-border { fill: none; stroke: rgba(126,159,255,.9); stroke-width: 2; }
.park-core-title { fill: #fff; font-size: 21px; font-weight: 700; letter-spacing: .05em; }
.park-core-sub { fill: #9eb7ff; font-size: 12px; letter-spacing: .16em; }
.park-node { cursor: default; }
.park-node rect { fill: rgba(9,28,45,.88); stroke: rgba(114,151,236,.52); stroke-width: 1; transition: fill .3s,stroke .3s,filter .3s; }
.park-node text { fill: rgba(255,255,255,.82); font-size: 15px; font-weight: 550; text-anchor: middle; }
.park-node.depth-far { opacity: .72; }
.park-node.depth-near rect { fill: rgba(14,39,62,.94); }
.park-node.has-address,.park-core.has-address { cursor: pointer; outline: none; }
.park-node.has-address rect { stroke: rgba(139,171,255,.86); stroke-width: 1.45; }
.park-node.has-address:hover rect,
.park-node.has-address:focus rect,
.park-node.has-address.address-open rect { fill: rgba(47,102,246,.36); stroke: #b4c6ff; filter: drop-shadow(0 0 10px rgba(72,116,255,.72)); }
.park-core.has-address:hover .park-core-border,
.park-core.has-address:focus .park-core-border,
.park-core.has-address.address-open .park-core-border { stroke: #d6e0ff; stroke-width: 3; filter: drop-shadow(0 0 11px rgba(72,116,255,.9)); }
.park-network-stage.address-active .park-network-map { animation-play-state: paused; }
.park-address-popover {
  position: absolute; z-index: 6; left: 50%; top: 50%; width: min(310px,calc(100% - 34px)); padding: 17px 18px;
  color: white; background: rgba(5,17,29,.96); border: 1px solid rgba(151,178,255,.55);
  box-shadow: 0 18px 48px rgba(0,0,0,.42),0 0 28px rgba(47,102,246,.15);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,-100%) translateY(-12px) scale(.97);
  transition: opacity .2s ease,transform .25s var(--ease),visibility .2s;
}
.park-address-popover::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 10px; height: 10px; background: #071522; border-right: 1px solid rgba(151,178,255,.55); border-bottom: 1px solid rgba(151,178,255,.55); transform: translateX(-50%) rotate(45deg); }
.park-address-popover.is-below { transform: translate(-50%,0) translateY(12px) scale(.97); }
.park-address-popover.is-below::after { top: -6px; bottom: auto; border: 0; border-left: 1px solid rgba(151,178,255,.55); border-top: 1px solid rgba(151,178,255,.55); }
.park-address-popover.is-visible { opacity: 1; visibility: visible; transform: translate(-50%,-100%) translateY(-12px) scale(1); }
.park-address-popover.is-visible.is-below { transform: translate(-50%,0) translateY(12px) scale(1); }
.park-address-popover small { display: block; color: #8eacff; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.park-address-popover b { display: block; margin-top: 7px; font-size: 16px; line-height: 1.35; }
.park-address-popover span { display: block; margin-top: 5px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.park-network-legend { position: absolute; z-index: 3; left: 30px; bottom: 22px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .04em; }
.park-network-legend i { width: 7px; height: 7px; border-radius: 50%; background: #7e9dff; box-shadow: 0 0 14px #4773f3; }
@keyframes parkOrbitFlow { to { stroke-dashoffset: -150; } }
@keyframes parkMapFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-4px) scale(1.006); } }

/* 50F club — an architectural spread, not a feature-card wall */
.club50-section {
  isolation: isolate; color: white; background: #071522;
  padding-block: clamp(90px,10vw,142px);
}
.club50-section::before {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background:
    linear-gradient(115deg,rgba(47,102,246,.12),transparent 38%),
    repeating-linear-gradient(90deg,transparent 0 calc(20% - 1px),rgba(255,255,255,.035) calc(20% - 1px) 20%);
}
.club50-section::after {
  content: ""; position: absolute; z-index: -1; right: -13vw; top: -25vw; width: 52vw; aspect-ratio: 1;
  border: 1px solid rgba(125,158,235,.16); border-radius: 50%; box-shadow: inset 0 0 0 7vw rgba(47,102,246,.025),inset 0 0 0 14vw rgba(47,102,246,.025);
}
.club50-watermark {
  position: absolute; z-index: -1; right: clamp(15px,4vw,68px); top: clamp(16px,2vw,34px);
  color: rgba(255,255,255,.035); font-size: clamp(190px,30vw,470px); font-weight: 600; line-height: .78; letter-spacing: -.13em;
  user-select: none;
}
.club50-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(350px,.72fr); column-gap: clamp(58px,8vw,118px); row-gap: 48px; align-items: center; }
.club50-gallery { position: relative; min-height: 650px; }
.club50-main-photo { width: 82%; margin: 0; }
.club50-main-photo img { height: 610px; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); }
.club50-main-photo figcaption,
.club50-event-photo figcaption { margin-top: 11px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.club50-event-photo {
  position: absolute; right: 0; bottom: 10px; width: 48%; margin: 0; padding: 9px 9px 13px;
  background: #0d2235; box-shadow: 0 30px 70px rgba(0,0,0,.42);
}
.club50-event-photo img { height: 220px; object-fit: cover; filter: saturate(.84) contrast(1.04); }
.club50-copy { position: relative; padding-bottom: 18px; }
.club50-copy .a-eyebrow { color: #8eacff; }
.club50-copy h2 { margin: 0; font-size: clamp(44px,4.5vw,60px); font-weight: 550; line-height: 1.08; letter-spacing: -.06em; }
.club50-copy h2 br { display: initial; }
.club50-copy > p { max-width: 540px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.9; }
.club50-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.club50-facts > div { min-height: 142px; padding: 25px 20px 23px 0; }
.club50-facts > div + div { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.2); }
.club50-facts strong { display: block; font-size: clamp(38px,4.5vw,60px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.club50-facts strong small { margin-left: 5px; color: #8eacff; font-size: 14px; font-weight: 700; letter-spacing: 0; }
.club50-facts span { display: block; margin-top: 17px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .07em; }
.club50-programs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5,1fr); margin-top: 4px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.club50-programs article { min-height: 205px; padding: 28px 25px 27px 0; }
.club50-programs article + article { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.16); }
.club50-programs article > span { color: #83a4ff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.club50-programs h3 { margin: 49px 0 0; font-size: 17px; font-weight: 600; line-height: 1.35; }
.club50-programs p { margin: 10px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.75; }
.about-buyers-section .a-list { margin-top: 28px; }
.about-buyers-section .a-list li { grid-template-columns: 34px 94px 1fr; padding: 15px 0; }
.about-page .a-card h3 { margin-top: 38px; }
.about-page .a-cta { padding-block: clamp(76px,8vw,105px); }
.about-page .a-cta h2 { font-size: clamp(38px,4.4vw,56px); }

/* Homepage hero — one controlled signature moment */
.cinematic-hero {
  position: relative; min-height: 100svh; padding: 138px 0 88px;
  display: flex; align-items: center; color: white; background: #071522; overflow: hidden;
}
.hero-monolith-media { position: absolute; inset: 0; }
.hero-monolith-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); animation: heroDrift 16s var(--ease) both; }
.hero-monolith-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,17,29,.96) 0%, rgba(5,17,29,.86) 47%, rgba(5,17,29,.45) 78%, rgba(5,17,29,.7) 100%), linear-gradient(0deg, rgba(5,17,29,.72), transparent 58%); }
@keyframes heroDrift { from { transform: scale(1.09); } to { transform: scale(1.02); } }
.hero-grain { position: absolute; inset: 0; z-index: 1; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-aurora { position: absolute; z-index: 1; width: 48vw; height: 48vw; right: -15vw; bottom: -28vw; border: 1px solid rgba(81,121,255,.3); border-radius: 50%; box-shadow: 0 0 140px rgba(47,102,246,.15); }
.hero-monolith-grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .68fr); gap: clamp(60px, 9vw, 145px); align-items: center; }
.hero-monolith-title h1 { margin: 0; font-size: clamp(58px, 7.4vw, 104px); font-weight: 600; line-height: .98; letter-spacing: -.075em; }
.title-line { display: block; overflow: visible; }
.title-line i { display: block; font-style: normal; }
.accent-line { color: #9ab5ff; }
.hero-positioning { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.71); font-size: 17px; line-height: 1.85; }
.hero-monolith-detail { padding: 30px 0 28px 34px; border-left: 1px solid rgba(255,255,255,.27); }
.detail-index { display: block; margin-bottom: 25px; color: #9ab5ff; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.alliance-flow { display: grid; gap: 0; }
.alliance-flow > div { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.alliance-flow > i { display: none; }
.alliance-flow small, .alliance-flow b, .alliance-flow span { display: block; }
.alliance-flow small { color: #8ea6bb; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.alliance-flow b { margin-top: 4px; font-size: 17px; font-weight: 650; }
.alliance-flow span { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 12px; }
.flow-core { position: relative; }
.flow-core::before { content: ""; position: absolute; left: -35px; top: 0; bottom: 0; width: 2px; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.hero-outline, .hero-scan, .hero-curtain { display: none; }
.hero-rail { position: absolute; z-index: 3; left: var(--pad); right: var(--pad); bottom: 30px; display: flex; gap: 24px; align-items: center; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.hero-rail span::before { content: "·"; margin-right: 12px; color: var(--blue); }
.hero-rail b { margin-left: auto; color: white; font-size: 10px; }
.a-scroll { display: none; }

.a-ticker { overflow: hidden; color: white; background: var(--blue); }
.a-ticker-track { display: flex; width: max-content; animation: ticker 36s linear infinite; }
.a-ticker span { padding: 14px 28px; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.a-ticker span::after { content: "✦"; margin-left: 56px; opacity: .65; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Signature network scene — converging cards over a rotating global grid */
.network-stage {
  --lead: 0;
  --globe: 0;
  --card-a: 0;
  --card-b: 0;
  --card-c: 0;
  --finish: 0;
  position: relative;
  height: 100vh;
  min-height: 820px;
  overflow: hidden;
  color: var(--ink);
  background: #eef2f8;
}
.network-stage.scene-complete {
  --globe: 1;
  --card-a: 1;
  --card-b: 1;
  --card-c: 1;
  --finish: 1;
}
.stage-sticky {
  position: relative;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
  background: #eef2f8;
}
.stage-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.62), transparent 24%),
    radial-gradient(circle at 72% 29%, rgba(47,102,246,.14), transparent 27%),
    radial-gradient(circle at 18% 76%, rgba(47,102,246,.07), transparent 25%),
    radial-gradient(circle, rgba(10,34,68,.16) 1px, transparent 1.4px);
  background-size: auto, auto, auto, 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}
.network-globe {
  position: absolute;
  z-index: 1;
  left: 61%;
  top: 53%;
  width: min(66vw, 850px);
  aspect-ratio: 1;
  color: rgba(47,102,246,.42);
  opacity: calc(.28 + var(--lead) * .12 + var(--globe) * .36);
  transform: translate(-50%,-50%) scale(calc(2.6 - var(--lead) * .48 - var(--globe) * 1.4));
  transition: none;
  pointer-events: none;
}
.globe-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 22px 52px rgba(47,102,246,.1));
}
.globe-grid {
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  transform-origin: 400px 400px;
  animation: globeSpin 32s linear infinite;
}
.globe-grid > * { vector-effect: non-scaling-stroke; }
.globe-outline { stroke-width: 1.7; }
@keyframes globeSpin {
  from { transform: rotate(-7deg); }
  to { transform: rotate(353deg); }
}
.network-word {
  position: absolute;
  left: 50%;
  top: 48%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(7,17,31,.065);
  font-size: clamp(128px, 21vw, 384px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.1em;
  white-space: nowrap;
  opacity: calc(.45 + var(--lead) * .12 + var(--finish) * .43);
  transform: translate(-50%,-50%) scale(calc(.9 + var(--lead) * .025 + var(--finish) * .075));
  transition: none;
}
.stage-copy {
  position: absolute;
  z-index: 4;
  left: 7vw;
  top: 15vh;
  width: min(580px,42vw);
  opacity: 1;
  transform: none;
}
.stage-copy h2 {
  margin: 18px 0 20px;
  font-size: clamp(51px,5.3vw,90px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.07em;
  text-wrap: balance;
}
.stage-copy h2 br { display: none; }
.stage-copy p { max-width: 470px; margin: 0; color: #637080; font-size: 16px; }
.stage-card {
  position: absolute;
  z-index: 3;
  margin: 0;
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.72);
  box-shadow:
    0 1px 0 rgba(255,255,255,.92) inset,
    0 18px 38px rgba(7,17,31,.12),
    0 52px 110px rgba(7,17,31,.2);
  backdrop-filter: blur(10px);
  will-change: transform;
  transition: none;
}
.stage-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 7px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(145deg,rgba(255,255,255,.17),transparent 38%,rgba(3,15,34,.18));
  pointer-events: none;
}
.stage-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 30px;
  height: 30px;
  right: 17px;
  top: 17px;
  border-top: 1px solid rgba(255,255,255,.8);
  border-right: 1px solid rgba(255,255,255,.8);
  opacity: .8;
  pointer-events: none;
}
.stage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.08);
  transform: scale(1.045);
  transition: transform 1100ms cubic-bezier(.16,1,.3,1), filter 700ms ease;
}
.stage-card figcaption {
  position: absolute;
  z-index: 3;
  left: 7px;
  bottom: 7px;
  padding: 11px 14px;
  color: white;
  background: rgba(7,17,31,.88);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.card-a {
  width: 32vw;
  height: 36vh;
  right: 7vw;
  top: clamp(110px, 15vh, 150px);
  transform: translate3d(calc((1 - var(--lead) * .3 - var(--card-a) * .7) * 35vw),calc((1 - var(--lead) * .3 - var(--card-a) * .7) * -15vh),0) rotate(calc((1 - var(--lead) * .3 - var(--card-a) * .7) * 7deg));
}
.card-b {
  width: 27vw;
  height: 33vh;
  left: 19vw;
  bottom: 13vh;
  transform: translate3d(calc((1 - var(--lead) * .26 - var(--card-b) * .74) * -32vw),calc((1 - var(--lead) * .26 - var(--card-b) * .74) * 18vh),0) rotate(calc((1 - var(--lead) * .26 - var(--card-b) * .74) * -8deg));
}
.card-c {
  width: 25vw;
  height: 30vh;
  right: 14vw;
  bottom: 11vh;
  transform: translate3d(calc((1 - var(--lead) * .22 - var(--card-c) * .78) * 30vw),calc((1 - var(--lead) * .22 - var(--card-c) * .78) * 20vh),0) rotate(calc((1 - var(--lead) * .22 - var(--card-c) * .78) * 9deg));
}
.stage-node {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border: 3px solid #eef2f8;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px var(--blue),0 0 30px rgba(47,102,246,.6);
  opacity: calc(var(--lead) * .2 + var(--finish) * .8);
  transform: scale(calc(.65 + var(--lead) * .05 + var(--finish) * .3));
  transition: none;
}
.network-stage.scene-complete .network-globe {
  transition: transform 1050ms cubic-bezier(.18,1.16,.34,1), opacity 760ms cubic-bezier(.16,1,.3,1);
}
.network-stage.scene-complete .network-word {
  transition: transform 900ms 160ms cubic-bezier(.18,1.1,.34,1), opacity 700ms 160ms ease-out;
}
.network-stage.scene-complete .stage-card {
  transition-property: transform, box-shadow;
  transition-timing-function: cubic-bezier(.18,1.1,.34,1);
}
.network-stage.scene-complete .stage-card img {
  transform: scale(1);
  filter: saturate(1) contrast(1.06);
}
.network-stage.scene-complete .card-a { transition-duration: 940ms; transition-delay: 70ms; }
.network-stage.scene-complete .card-b { transition-duration: 1000ms; transition-delay: 130ms; }
.network-stage.scene-complete .card-c { transition-duration: 1060ms; transition-delay: 190ms; }
.network-stage.scene-complete .stage-node {
  transition: opacity 620ms 230ms ease-out, transform 800ms 230ms cubic-bezier(.18,1.13,.34,1);
}
.node-a { left: 18%; top: 43%; }
.node-b { left: 52%; top: 72%; }
.node-c { right: 17%; top: 52%; }

/* Reusable content */
.a-visual-split { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .72fr); gap: clamp(55px, 8vw, 120px); align-items: center; }
.a-visual { position: relative; }
.a-visual img { aspect-ratio: 1.18; object-fit: cover; }
.a-copy .a-eyebrow { margin-bottom: 24px; }
.a-copy > p { margin-top: 25px; }
.a-list { list-style: none; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); }
.a-list li { display: grid; grid-template-columns: 42px 120px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.a-list i { color: var(--blue); font-size: 10px; font-style: normal; font-weight: 800; }
.a-list b { font-size: 14px; }
.a-list span { color: var(--muted); font-size: 13px; }

.a-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.a-card { min-height: 260px; padding: 31px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.white .a-card { background: var(--white); }
.night .a-card { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.a-card h3 { margin: 48px 0 10px; font-size: 22px; line-height: 1.35; letter-spacing: -.02em; }
.a-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.night .a-card p { color: rgba(255,255,255,.62); }
.a-card a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: 13px; font-weight: 750; }

.a-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.a-stat { min-height: 210px; padding: 32px 26px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.a-stat:last-child { border-right: 0; padding-left: 26px; }
.a-stat:not(:first-child) { padding-left: 26px; }
.a-stat strong { display: block; font-size: clamp(48px, 5.3vw, 76px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.a-stat small { display: block; max-width: 175px; margin-top: 24px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }
.network-proof-stats { grid-template-columns: .78fr .68fr 1.54fr; }
.network-proof-stats .a-stat-statement { padding-right: 0; }
.network-proof-stats .a-stat-statement strong {
  max-width: 480px;
  font-size: clamp(30px,3.6vw,52px);
  line-height: 1.14;
  letter-spacing: -.045em;
}
.network-proof-stats .a-stat-statement small { max-width: 460px; }
.data-source { margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .04em; }
.a-gallery { display: grid; grid-template-columns: 1.08fr .92fr .92fr; gap: 16px; }
.a-gallery figure { margin: 0; }
.a-gallery img { height: 390px; object-fit: cover; }
.a-gallery figure:first-child img { height: 470px; }
.a-gallery figure:nth-child(4) { grid-column: 2 / 4; margin-top: -80px; }
.a-gallery figure:nth-child(4) img { height: 310px; }
.a-gallery figcaption { margin-top: 13px; color: var(--muted); font-size: 11px; }

/* Homepage membership ledger */
.membership-section { background: var(--paper); }
.benefit-ledger { border-top: 1px solid var(--line); }
.benefit-row { display: grid; grid-template-columns: 70px minmax(260px, .9fr) minmax(340px, 1.1fr); gap: 32px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.benefit-no { color: var(--blue); font-size: 11px; font-weight: 800; }
.benefit-pain small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.benefit-pain h3 { margin: 8px 0 0; font-size: 20px; line-height: 1.45; }
.benefit-answer b { font-size: 17px; }
.benefit-answer p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.benefit-footer { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-top: 34px; }
.benefit-footer p { max-width: 820px; margin: 0; color: var(--muted); font-size: 13px; }

/* Services */
.pain-section { background: var(--paper); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pain-card { min-height: 290px; padding: 30px; background: var(--paper); }
.pain-card span { color: var(--blue); font-size: 11px; font-weight: 800; }
.pain-card h3 { margin: 56px 0 13px; font-size: 20px; line-height: 1.4; }
.pain-card p { margin: 0; color: var(--muted); font-size: 14px; }
.membership-rights { background: var(--white); }
.rights-list { border-top: 1px solid var(--line); }
.right-item { display: grid; grid-template-columns: 72px minmax(220px,.7fr) minmax(300px,1.3fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.right-item > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.right-item h3 { margin: 0; font-size: 20px; line-height: 1.4; }
.right-item p { margin: 0; color: var(--muted); font-size: 14px; }
.service-proof { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; margin-top: 56px; padding-top: 42px; border-top: 1px solid var(--line); }
.service-proof figure { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.service-proof img { height: 420px; object-fit: cover; }
.service-proof figure:nth-child(2) img { filter: saturate(.82) contrast(1.02); }
.service-proof figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 38px auto 1fr; gap: 12px; align-items: center; padding: 18px 20px; color: white; background: linear-gradient(0deg,rgba(5,15,24,.94),rgba(5,15,24,.74)); }
.service-proof figcaption span { color: #9ab5ff; font-size: 10px; font-weight: 800; }
.service-proof figcaption b { font-size: 15px; }
.service-proof figcaption small { justify-self: end; color: rgba(255,255,255,.6); font-size: 11px; }
.tier-section { background: var(--navy); color: white; }
.tier-section .a-head p { color: rgba(255,255,255,.62); }
.tier-head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 7vw; align-items: end; margin-bottom: 48px; }
.tier-head h2 { margin: 0; font-size: clamp(36px,4.5vw,60px); font-weight: 600; line-height: 1.14; letter-spacing: -.055em; text-wrap: balance; }
.tier-head h2 br { display: none; }
.tier-head p { margin: 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.9; }
.buyer-value { display: grid; grid-template-columns: 150px minmax(260px,.75fr) minmax(340px,1.25fr); gap: 34px; align-items: start; margin-bottom: 42px; padding: 36px; border: 1px solid rgba(154,181,255,.28); background: rgba(47,102,246,.08); }
.buyer-value > span { color: #9ab5ff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.buyer-value blockquote { margin: 0; font-size: 20px; font-weight: 650; line-height: 1.55; }
.buyer-value blockquote br { display: none; }
.buyer-value blockquote > span { display: block; white-space: nowrap; }
.buyer-value strong { display: block; font-size: 22px; line-height: 1.45; }
.buyer-value p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.tier-table { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: stretch; }
.tier-card {
  position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 28px;
  border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.035);
  transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.tier-card:hover { transform: translateY(-5px); border-color: rgba(154,181,255,.5); background: rgba(255,255,255,.055); }
.tier-card > em { position: absolute; left: 20px; top: -13px; padding: 5px 10px; color: white; background: var(--navy-2); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.tier-card.recommended { color: white; border-color: var(--blue); background: var(--blue); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.tier-card.recommended > em { background: white; color: var(--blue); }
.tier-card header { padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.17); }
.tier-card header > span { display: block; margin-bottom: 25px; color: #9ab5ff; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.tier-card.recommended header > span { color: white; }
.tier-card header div { display: flex; align-items: baseline; gap: 5px; }
.tier-card header strong { font-size: clamp(25px,2.2vw,34px); font-weight: 650; line-height: 1; letter-spacing: -.045em; }
.tier-card header small { color: rgba(255,255,255,.52); font-size: 10px; }
.tier-metrics { margin-top: 11px; }
.tier-metrics > div { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; min-height: 57px; border-bottom: 1px solid rgba(255,255,255,.13); }
.tier-metrics small { color: rgba(255,255,255,.52); font-size: 11px; }
.tier-metrics b { font-size: 14px; font-weight: 700; }
.tier-card > p { margin: 23px 0 25px; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.8; }
.tier-card.recommended > p, .tier-card.recommended .tier-metrics small { color: rgba(255,255,255,.78); }
.tier-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); font-size: 13px; font-weight: 750; }
.tier-card > a b { font-size: 15px; }
.membership-basics { margin-top: 42px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.2); }
.membership-basics h3 { margin: 0 0 22px; font-size: 22px; }
.basic-rights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.basic-rights > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 62px; padding: 14px 18px; background: var(--navy); }
.basic-rights b { color: #9ab5ff; font-size: 11px; }
.basic-rights span { font-size: 13px; }
.showroom-card { margin-top: 24px; padding: 22px 24px; border-left: 2px solid var(--blue); background: rgba(255,255,255,.045); }
.showroom-card b { display: block; margin-bottom: 5px; font-size: 14px; }
.showroom-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.membership-decisions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.fit-card { padding: 28px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.fit-card.dark { background: var(--blue); }
.fit-card h3 { margin: 0 0 8px; font-size: 19px; }
.fit-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.services-page .a-page-hero { min-height: min(610px,72vh); }
.services-page .a-page-title > div:only-child,
.factories-page .a-page-title > div:only-child { grid-column: 1 / -1; max-width: 980px; }
.services-page .service-overview { padding-block: clamp(64px,7vw,92px); }
.services-page .service-overview > .a-wrap > .a-head {
  display: block; margin-bottom: 58px;
}
.services-page .service-overview > .a-wrap > .a-head .a-eyebrow { margin-bottom: 20px; }
.services-page .service-overview > .a-wrap > .a-head h2 { max-width: 780px; }
.services-page .pain-card { min-height: 250px; padding: 30px 28px; }
.services-page .pain-card h3 { margin: 48px 0 13px; font-size: 19px; }
.services-page .pain-card p { font-size: 14px; line-height: 1.75; }
.service-delivery { display: grid; grid-template-columns: minmax(250px,.42fr) minmax(560px,1fr); gap: 54px 78px; margin-top: 88px; padding-top: 72px; border-top: 1px solid var(--line); }
.service-delivery-head { position: sticky; top: 105px; align-self: start; }
.service-delivery-head h2 { margin: 20px 0 0; font-size: clamp(31px,3.2vw,43px); line-height: 1.2; letter-spacing: -.045em; }
.service-delivery-head p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-delivery .rights-list { border-top: 1px solid var(--line); }
.service-delivery .right-item { grid-template-columns: 40px minmax(180px,.62fr) minmax(270px,1fr); gap: 24px; padding: 28px 0; }
.service-delivery .right-item h3 { font-size: 17px; }
.service-delivery .right-item small { color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.service-delivery .right-item p { font-size: 13px; line-height: 1.72; }
.inline-report-link { display: inline-block; margin-top: 9px; color: var(--blue); font-weight: 750; border-bottom: 1px solid rgba(47,102,246,.35); }
.service-delivery .service-proof { grid-column: 1 / -1; margin-top: 0; padding-top: 0; border-top: 0; }
.service-delivery .service-proof img { height: 310px; }
.services-page .tier-section { padding-block: clamp(104px,10vw,148px); }
.services-page .tier-head { margin-bottom: 72px; }
.services-page .tier-head > div:only-child { grid-column: 1 / -1; max-width: 900px; }
.services-page .buyer-value {
  grid-template-columns: 150px minmax(260px,.72fr) minmax(380px,1.28fr);
  gap: 44px;
  margin-bottom: 76px;
  padding: 44px 46px;
}
.services-page .buyer-value p { font-size: 15px; line-height: 1.85; }
.services-page .tier-table { gap: 18px; }
.services-page .tier-card { min-height: 500px; padding: 30px 28px; }
.services-page .tier-card header { padding-bottom: 24px; }
.services-page .tier-card header > span { margin-bottom: 24px; }
.services-page .tier-metrics { margin-top: 16px; }
.services-page .tier-metrics > div { min-height: 64px; }
.services-page .tier-card > p { margin: 25px 0 28px; font-size: 14px; line-height: 1.78; }
.services-page .tier-card > a { padding-top: 22px; }
.services-page .membership-basics { margin-top: 82px; padding-top: 62px; }
.services-page .membership-basics h3 { margin-bottom: 32px; font-size: 26px; }
.services-page .basic-rights { gap: 8px; border: 0; background: transparent; }
.services-page .basic-rights > div {
  min-height: 76px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
}
.services-page .membership-decisions { margin-top: 64px; padding-top: 56px; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.services-page .showroom-card,.services-page .fit-card { min-height: 285px; margin-top: 0; padding: 36px; }
.services-page .showroom-card h3,.services-page .fit-card h3 { margin: 22px 0 16px; font-size: 23px; line-height: 1.45; }
.services-page .showroom-card p,.services-page .fit-card p { font-size: 14px; line-height: 1.82; }
.services-page .fit-card .a-btn { margin-top: 32px; }
.service-onboarding { padding-block: clamp(82px,8vw,112px); }
.website-brief { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(420px,1.2fr); gap: 72px; align-items: start; padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.website-brief h2 { margin: 16px 0 0; font-size: clamp(28px,3vw,40px); line-height: 1.2; letter-spacing: -.045em; }
.website-brief > p { margin: 31px 0 0; color: var(--muted); font-size: 14px; }
.website-brief ol { margin: 0; padding: 0; list-style: none; }
.website-brief li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.website-brief li b { color: var(--blue); font-size: 10px; }
.onboarding-head { display: block; margin: 64px 0 38px; }
.onboarding-head h2 { margin: 16px 0 0; font-size: clamp(30px,3.2vw,43px); line-height: 1.2; letter-spacing: -.045em; }
.onboarding-head p { margin: 0; color: var(--muted); font-size: 14px; }
.services-page .a-step { min-height: 190px; padding-top: 22px; }
.services-page .a-step h3 { margin-top: 32px; }
.a-process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.a-step { min-height: 240px; padding: 28px 28px 0 0; border-right: 1px solid var(--line); }
.a-step:not(:first-child) { padding-left: 28px; }
.a-step:last-child { border-right: 0; }
.a-step span { color: var(--blue); font-size: 11px; font-weight: 800; }
.a-step h3 { margin: 52px 0 10px; font-size: 20px; }
.a-step p { margin: 0; color: var(--muted); font-size: 13px; }

/* Factory directory */
.factory-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.factory-tile { min-height: 290px; padding: 30px; border: 1px solid var(--line); background: white; }
.factory-tile .num { display: block; margin-bottom: 55px; }
.factory-tile h3 { margin: 0; font-size: 22px; }
.factory-tile p { color: var(--muted); font-size: 14px; }
.factory-tile.placeholder { display: grid; place-items: center; text-align: center; color: var(--muted); background: transparent; border-style: dashed; }
.factories-page .a-page-hero { min-height: min(610px,72vh); }
.factory-value-section { padding-block: clamp(64px,7vw,92px); }
.factory-value-head { display: block; }
.factory-value-head .a-eyebrow { margin-bottom: 0; }
.factory-value-head h2 { max-width: 900px; margin: 20px 0 0; font-size: clamp(36px,4.3vw,58px); font-weight: 600; line-height: 1.14; letter-spacing: -.055em; text-wrap: balance; }
.factory-value-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.factory-value-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 56px; border: 1px solid var(--line); }
.factory-value-grid article { min-height: 260px; padding: 32px; border-right: 1px solid var(--line); }
.factory-value-grid article:last-child { border-right: 0; }
.factory-value-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.factory-value-grid h3 { margin: 54px 0 13px; font-size: 19px; line-height: 1.4; }
.factory-value-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.directory-heading { display: grid; grid-template-columns: 1fr minmax(300px,.65fr); gap: 7vw; align-items: end; margin: 76px 0 38px; padding-top: 58px; border-top: 1px solid var(--line); }
.directory-heading .a-eyebrow { margin-bottom: 0; }
.directory-heading h2 { margin: 20px 0 0; font-size: clamp(34px,3.8vw,50px); line-height: 1.15; letter-spacing: -.05em; }
.directory-heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.factories-page .factory-directory { grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: 18px; align-items: stretch; }
.factories-page .factory-tile.featured { display: grid; grid-template-rows: 1fr auto auto auto; min-height: 530px; padding: 0 0 27px; overflow: hidden; }
.factories-page .factory-tile.featured img { height: 340px; object-fit: cover; }
.factories-page .factory-tile.featured small,.factories-page .factory-tile.featured h3,.factories-page .factory-tile.featured p { margin-left: 27px; margin-right: 27px; }
.factories-page .factory-tile.featured small { margin-top: 22px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.factories-page .factory-tile.featured h3 { margin-top: 7px; font-size: 30px; }
.factories-page .factory-tile.featured p { margin-top: 4px; margin-bottom: 0; }
.factory-sample-stack { min-height: 530px; padding: 32px; color: white; background: var(--navy); }
.factory-sample-stack .a-eyebrow { color: #9ab5ff; }
.factory-sample-stack h3 { margin: 0; font-size: 28px; }
.factory-sample-stack > p { margin: 10px 0 27px; color: rgba(255,255,255,.58); font-size: 13px; }
.factory-sample-stack nav { border-top: 1px solid rgba(255,255,255,.16); }
.factory-sample-stack nav a { display: flex; justify-content: space-between; gap: 25px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.factory-sample-stack nav b { font-size: 14px; }
.factory-sample-stack nav span { color: rgba(255,255,255,.55); font-size: 11px; }
.factory-sample-stack nav a:hover span { color: #9ab5ff; }
.factories-page .night { padding-block: clamp(82px,8vw,112px); }
.factories-page .night .a-head { display: block; margin-bottom: 54px; }
.factories-page .night .a-head { column-gap: 8vw; row-gap: 20px; }
.factories-page .night .a-head .a-eyebrow { margin-bottom: 0; }
.factories-page .night .a-step { min-height: 195px; }
.factories-page .night .a-step h3 { margin-top: 31px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(470px,1.18fr); gap: clamp(60px,9vw,130px); align-items: start; }
.contact-layout h2 { font-size: clamp(34px,4vw,54px) !important; }
.contact-layout > div > p { color: var(--muted); font-size: 15px; }
.contact-layout > div > .a-eyebrow + h2 { margin: 22px 0 35px; }
.contact-options { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-option { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-option > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.contact-option b { display: block; font-size: 15px; }
.contact-option small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.contact-meta { margin-top: 35px; color: var(--muted); font-size: 13px; }
.contact-meta p { margin: 7px 0; }
.contact-meta a { color: var(--ink); border-bottom: 1px solid var(--line); }
.inquiry-form { padding: 38px; background: var(--white); border: 1px solid var(--line); }
.contact-page .a-page-hero { min-height: min(610px,72vh); }
.contact-direct-card {
  padding: clamp(34px,4vw,52px);
  color: white;
  background: var(--navy);
  box-shadow: 0 34px 90px rgba(7,17,31,.14);
}
.contact-direct-card .a-eyebrow { color: #9ab5ff; }
.contact-direct-card h2 { margin: 18px 0 14px; color: white; font-size: clamp(34px,3.6vw,48px) !important; }
.contact-direct-card > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.contact-mail-btn { width: 100%; margin-top: 32px; min-height: 58px; }
.contact-channel-list { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-channel-list > div { display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-channel-list span { color: #9ab5ff; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.contact-channel-list strong { font-size: 14px; overflow-wrap: anywhere; }
.contact-channel-list small { color: rgba(255,255,255,.43); font-size: 10px; }
.wechat-contact { display: grid; grid-template-columns: 132px 1fr; gap: 25px; align-items: center; margin-top: 34px; }
.wechat-qr-placeholder {
  display: grid; place-items: center; width: 132px; aspect-ratio: 1;
  border: 8px solid white;
  color: var(--ink);
  background:
    linear-gradient(90deg,rgba(7,17,31,.09) 1px,transparent 1px),
    linear-gradient(rgba(7,17,31,.09) 1px,transparent 1px),
    white;
  background-size: 12px 12px;
  text-align: center;
}
.wechat-qr-placeholder span { padding: 9px; background: rgba(255,255,255,.92); font-size: 11px; font-weight: 800; line-height: 1.6; }
.wechat-contact b { font-size: 17px; }
.wechat-contact p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.contact-inquiry { padding-block: clamp(64px,7vw,92px); }
.contact-page .contact-layout { gap: clamp(44px,7vw,90px); }
.contact-page .contact-layout > div > .a-eyebrow { margin-bottom: 0; }
.contact-page .contact-layout > div > .a-eyebrow + h2 { margin: 20px 0 28px; }
.contact-page .contact-options { margin-top: 28px; }
.contact-page .contact-option { padding: 16px 0; }
.contact-page .contact-meta { margin-top: 26px; }
.contact-page .inquiry-form { padding: 32px; }
.contact-page .form-field { margin-bottom: 15px; }
.contact-page .form-field textarea { min-height: 120px; }
.contact-prep { padding-block: clamp(64px,7vw,92px); }
.contact-prep .a-head { column-gap: 8vw; row-gap: 14px; margin-bottom: 34px; }
.contact-prep .a-head .a-eyebrow { margin-bottom: 0; }
.contact-prep .a-card { min-height: 245px; padding: 27px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: 12px 0; color: var(--ink); background: transparent; transition: border-color .25s; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--blue); }
.form-status { min-height: 20px; color: var(--blue); font-size: 12px; }

/* Quotes, CTA, footer */
.a-quote { padding-block: clamp(38px,4.2vw,58px); color: white; background: var(--blue); }
.a-quote .a-wrap { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 70px; align-items: end; }
.a-quote blockquote {
  max-width: 800px;
  margin: 0;
  font-size: clamp(21px,2.25vw,30px);
  font-weight: 550;
  line-height: 1.6;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.a-quote cite { display: block; margin: 0 0 7px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.68); font-size: 9px; line-height: 1.8; font-style: normal; font-weight: 800; letter-spacing: .16em; }
.a-cta { padding-block: clamp(86px,9vw,124px); color: white; background: #071522; text-align: center; }
.a-cta .a-wrap { max-width: 900px; }
.a-cta h2 { margin: 0; font-size: clamp(42px,5vw,64px); font-weight: 600; line-height: 1.12; letter-spacing: -.055em; text-wrap: balance; }
.a-cta h2 br { display: none; }
.a-cta p { max-width: 630px; margin: 23px auto 0; color: rgba(255,255,255,.64); }
.a-cta .a-actions { justify-content: center; }
.a-footer { padding: 54px 0 28px; color: white; background: #050f18; }
.a-footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; padding-bottom: 45px; }
.a-footer-top p { max-width: 520px; justify-self: end; margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }
.a-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 10px; }
.a-footer-bottom nav { display: flex; gap: 22px; }
.a-footer-bottom > span:last-child { text-align: right; }

/* Motion: one calm entrance system */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible, .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .globe-grid { animation: none; transform: rotate(-7deg); }
  .park-signal-dots { display: none; }
}

@media (max-width: 1080px) {
  .a-nav-shell { grid-template-columns: 215px 1fr auto 125px; gap: 12px; }
  .a-nav { gap: 24px; }
  .hero-monolith-grid { grid-template-columns: 1.05fr .75fr; gap: 55px; }
  .tier-table { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .pain-grid { grid-template-columns: repeat(2,1fr); }
  .services-page .buyer-value { grid-template-columns: 1fr; gap: 22px; }
  .services-page .buyer-value blockquote > span { width: max-content; }
}

@media (max-width: 820px) {
  :root { --pad: 22px; --section: 76px; }
  .a-header { height: 66px; }
  body.no-scroll .a-header {
    color: #fff;
    background: #081b2b;
    border-color: rgba(255,255,255,.13);
    backdrop-filter: none;
  }
  .a-nav-shell { display: flex; justify-content: space-between; }
  .a-nav-cta { display: none; }
  .language-switcher { margin-left: auto; }
  .language-trigger { height: 38px; }
  .nav-toggle { position: relative; z-index: 2; display: block; color: inherit; }
  .a-nav {
    position: fixed; z-index: 101; inset: 66px 0 0;
    display: flex; flex-direction: column; justify-content: flex-start; gap: 0;
    min-height: calc(100dvh - 66px); padding: 35px var(--pad); overflow-y: auto;
    color: #fff; background-color: #081b2b;
    background-image: linear-gradient(145deg, #081b2b 0%, #0d2940 100%);
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateX(100%);
    transition: transform .4s var(--ease), opacity .2s ease, visibility .4s;
  }
  body.no-scroll .a-nav, body.nav-open .a-nav, .a-nav.open {
    opacity: 1; visibility: visible; pointer-events: auto; transform: none;
  }
  .a-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 17px; }
  .a-nav a::after { display: none; }
  .a-head, .a-page-title, .a-visual-split, .contact-layout { grid-template-columns: 1fr; gap: 25px; }
  .factory-value-head,.directory-heading { grid-template-columns: 1fr; gap: 20px; }
  .factory-value-grid { grid-template-columns: 1fr; }
  .factory-value-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .factory-value-grid article:last-child { border-bottom: 0; }
  .factory-value-grid h3 { margin-top: 24px; }
  .factories-page .factory-directory { grid-template-columns: 1fr; }
  .a-head { margin-bottom: 38px; }
  .a-head .a-eyebrow { margin-bottom: 0; }
  .a-head h2 { font-size: clamp(34px,8vw,43px); }
  .a-copy h2, .contact-layout h2 { font-size: clamp(37px,9vw,48px); }
  .home-cinematic .membership-section .a-head h2 { font-size: clamp(38px,9vw,50px); }
  .a-page-hero { min-height: 590px; padding-bottom: 65px; }
  .a-page-title h1 { font-size: clamp(44px,12vw,65px); }
  .a-page-title p { max-width: 560px; }
  .about-identity-hero .identity-statement { max-width: 780px; font-size: clamp(22px,3.2vw,30px); }
  .identity-contact { max-width: 520px; }
  .about-page .a-page-hero { min-height: 720px; }
  .about-page .about-identity-hero { grid-template-columns: 1fr; gap: 32px; }
  .about-page .about-identity-hero .identity-statement { max-width: 680px; font-size: 18px; line-height: 1.75; }
  .about-page .identity-proof { max-width: 560px; }
  .origin-trail { grid-template-columns: 1fr; margin-top: 4px; }
  .origin-trail > div, .origin-trail > div + div { min-height: auto; padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .origin-trail > div:last-child { border-bottom: 0; }
  .park-proof-grid { grid-template-columns: 1fr 1fr; }
  .park-proof-grid .park-scope { grid-column: 1 / -1; min-height: 165px; padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .park-network-stage { min-height: 520px; margin-top: 38px; }
  .park-network-title { left: 22px; top: 20px; }
  .park-network-legend { left: 22px; bottom: 17px; }
  .club50-layout { grid-template-columns: 1fr; gap: 54px; }
  .club50-gallery { width: min(100%,680px); min-height: 610px; }
  .club50-main-photo img { height: 560px; }
  .club50-copy { max-width: 680px; }
  .club50-programs { grid-template-columns: repeat(2,1fr); }
  .club50-programs article { min-height: 175px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .club50-programs article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .club50-programs article:nth-child(even) { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.16); }
  .club50-programs article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .club50-programs h3 { margin-top: 30px; }
  .cinematic-hero { min-height: 820px; padding: 120px 0 125px; align-items: flex-start; }
  .hero-monolith-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-monolith-title h1 { font-size: clamp(50px,13.5vw,76px); }
  .hero-monolith-detail { padding-left: 24px; }
  .hero-rail { flex-wrap: wrap; gap: 6px 15px; bottom: 25px; }
  .hero-rail b { width: 100%; margin: 3px 0 0; }
  .network-stage { height: 100svh; min-height: 820px; }
  .stage-sticky { position: relative; height: 100%; min-height: 0; }
  .stage-copy { left: var(--pad); right: var(--pad); top: 100px; width: auto; }
  .stage-copy h2 { font-size: 46px; }
  .card-a { width: 78vw; height: 260px; right: -8vw; top: 420px; }
  .card-b { width: 70vw; height: 240px; left: -7vw; right: auto; bottom: 250px; }
  .card-c { width: 64vw; height: 220px; right: -5vw; bottom: 30px; }
  .network-word { top: 53%; font-size: 34vw; }
  .network-globe {
    left: 59%; top: 55%; width: min(112vw,720px);
    opacity: calc(.18 + var(--lead) * .1 + var(--globe) * .37);
    transform: translate(-50%,-50%) scale(calc(2.3 - var(--lead) * .38 - var(--globe) * 1.2));
  }
  .a-visual-split { gap: 45px; }
  .a-card-grid, .factory-directory { grid-template-columns: repeat(2, 1fr); }
  .a-stats, .a-process { grid-template-columns: repeat(2,1fr); }
  .a-stat:nth-child(2), .a-step:nth-child(2) { border-right: 0; }
  .network-proof-stats .a-stat-statement { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .a-gallery { grid-template-columns: 1fr 1fr; }
  .a-gallery figure:first-child { grid-column: 1/-1; }
  .a-gallery figure:nth-child(4) { grid-column: 1/-1; margin-top: 0; }
  .a-gallery img, .a-gallery figure:first-child img { height: 340px; }
  .a-gallery figure:nth-child(4) img { height: 340px; }
  .benefit-row, .right-item { grid-template-columns: 50px 1fr; gap: 20px; }
  .benefit-answer, .right-item p { grid-column: 2; }
  .benefit-footer { grid-template-columns: 1fr; gap: 24px; }
  .tier-head { grid-template-columns: 1fr; gap: 22px; }
  .service-delivery { grid-template-columns: 1fr; margin-top: 50px; padding-top: 42px; }
  .service-delivery-head { position: static; max-width: 650px; }
  .service-delivery .right-item { grid-template-columns: 42px minmax(190px,.7fr) 1fr; }
  .website-brief { grid-template-columns: 1fr 1fr; }
  .website-brief > div { grid-column: 1 / -1; }
  .onboarding-head { grid-template-columns: 1fr; gap: 16px; }
  .tier-card { min-height: 480px; }
  .buyer-value { grid-template-columns: 1fr; gap: 14px; }
  .basic-rights { grid-template-columns: repeat(2,1fr); }
  .a-footer-bottom { grid-template-columns: 1fr; }
  .a-footer-bottom nav { flex-wrap: wrap; }
  .a-footer-bottom > span:last-child { text-align: left; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .a-brand small { display: none; }
  .a-page-hero { min-height: 540px; }
  .hero-monolith-title h1 { font-size: 50px; letter-spacing: -.065em; }
  .hero-positioning { font-size: 15px; }
  .hero-rail span:nth-child(n+3) { display: none; }
  .stage-copy h2 { font-size: 39px; }
  .a-card-grid, .factory-directory, .pain-grid, .membership-decisions, .form-row { grid-template-columns: 1fr; }
  .factories-page .factory-tile.featured,.factory-sample-stack { min-height: auto; }
  .factories-page .factory-tile.featured img { height: 280px; }
  .tier-table { grid-template-columns: 1fr; }
  .tier-card { min-height: auto; }
  .a-card { min-height: 230px; }
  .about-page .a-card { min-height: 190px; padding: 26px; }
  .about-page .a-card h3 { margin-top: 24px; }
  .about-page .a-page-hero { min-height: 760px; padding-top: 115px; }
  .about-page .a-page-title h1 { font-size: 45px; }
  .about-page .about-identity-hero .identity-statement { margin-top: 20px; font-size: 16px; line-height: 1.75; }
  .identity-proof > div { min-height: 100px; }
  .about-origin-section .a-copy h2,
  .about-buyers-section .a-copy h2 { font-size: 38px; }
  .about-buyers-section .a-list li { grid-template-columns: 28px 82px 1fr; gap: 9px; }
  .about-footprint-section::before { left: 28%; width: 540px; }
  .park-proof-grid { grid-template-columns: 1fr; }
  .park-proof-grid article, .park-proof-grid article + article, .park-proof-grid .park-scope { grid-column: auto; min-height: 150px; padding: 25px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .park-proof-grid article:first-child { border-top: 0; }
  .park-proof-grid strong { font-size: 64px; }
  .park-scope b { font-size: 40px; }
  .park-network-stage { min-height: 510px; }
  .park-network-map {
    position: absolute; left: 50%; top: 62px; width: 700px; max-width: none;
    animation: parkMapPanMobile 18s ease-in-out infinite alternate;
  }
  .park-network-map .park-node text { font-size: 17px; }
  .park-network-map .park-core-title { font-size: 23px; }
  .park-network-title b { font-size: 15px; }
  .park-network-legend { right: 18px; line-height: 1.5; }
  .club50-section { padding-block: 78px; }
  .club50-layout { gap: 42px; }
  .club50-gallery { min-height: 440px; }
  .club50-main-photo { width: 92%; }
  .club50-main-photo img { height: 410px; }
  .club50-event-photo { width: 51%; bottom: 2px; padding: 7px 7px 10px; }
  .club50-event-photo img { height: 145px; }
  .club50-copy h2 { font-size: 43px; }
  .club50-copy > p { margin-top: 22px; font-size: 14px; }
  .club50-facts { margin-top: 32px; }
  .club50-facts > div { min-height: 120px; padding: 22px 12px 20px 0; }
  .club50-facts > div + div { padding-left: 16px; }
  .club50-facts strong { font-size: 39px; }
  .club50-programs { grid-template-columns: 1fr; }
  .club50-programs article,
  .club50-programs article:nth-child(even),
  .club50-programs article:nth-child(odd) { min-height: auto; padding: 22px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .club50-programs article:last-child { grid-column: auto; border-bottom: 0; }
  .club50-programs h3 { margin-top: 13px; }
  .club50-programs p { max-width: 360px; margin-top: 7px; font-size: 12px; }
  @keyframes parkMapPanMobile {
    from { transform: translateX(-53%) translateY(0); }
    to { transform: translateX(-47%) translateY(-3px); }
  }
  .a-stats, .a-process { grid-template-columns: 1fr; }
  .network-proof-stats .a-stat-statement { grid-column: auto; border-top: 0; }
  .a-stat, .a-stat:not(:first-child), .a-stat:last-child, .a-step, .a-step:not(:first-child) { min-height: 165px; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .a-step { border-bottom-color: var(--line); }
  .a-step h3 { margin-top: 25px; }
  .a-gallery { grid-template-columns: 1fr; }
  .a-gallery figure:first-child { grid-column: auto; }
  .a-gallery figure:nth-child(4) { grid-column: auto; }
  .a-gallery img, .a-gallery figure:first-child img { height: 290px; }
  .a-gallery figure:nth-child(4) img { height: 290px; }
  .service-proof { grid-template-columns: 1fr; }
  .service-delivery { gap: 30px; }
  .service-delivery .right-item { grid-template-columns: 32px 1fr; gap: 10px; }
  .service-delivery .right-item p { grid-column: 2; }
  .website-brief { grid-template-columns: 1fr; gap: 12px; }
  .website-brief > div { grid-column: auto; }
  .website-brief > p,.website-brief ol { margin-top: 12px; }
  .service-proof img { height: 320px; }
  .service-proof figcaption { grid-template-columns: 30px 1fr; }
  .service-proof figcaption small { grid-column: 2; justify-self: start; }
  .a-quote .a-wrap { grid-template-columns: 1fr; gap: 18px; }
  .a-quote cite { max-width: 280px; }
  .benefit-row, .right-item { grid-template-columns: 35px 1fr; gap: 12px; }
  .basic-rights { grid-template-columns: 1fr; }
  .inquiry-form { padding: 25px 20px; }
  .contact-option { grid-template-columns: 105px 1fr; }
  .contact-channel-list > div { grid-template-columns: 58px 1fr; gap: 12px; }
  .contact-channel-list small { grid-column: 2; }
  .wechat-contact { grid-template-columns: 110px 1fr; }
  .wechat-qr-placeholder { width: 110px; }
  .a-footer-top { grid-template-columns: 1fr; gap: 30px; }
  .a-footer-top p { justify-self: start; }
}
