/* ==========================================================================
   Prince Media — site styles
   Black canvas, brand gold (#D4A558), Inter for reading, Cormorant italics
   for the royal accent. Motion lives in site.js; every animated state below
   is scoped to `.js` so the site reads fine without scripts.
   ========================================================================== */

:root {
  --black: #000;
  --surface-1: #0a0a0c;
  --surface-2: #101013;
  --surface-3: #17171b;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f5f5f7;
  --text-2: #a1a1a6;
  --text-3: #6e6e73;

  --gold: #d4a558;
  --gold-hi: #f3deaa;
  --gold-lo: #9a712e;
  --gold-line: rgba(212, 165, 88, 0.28);
  --gold-v: linear-gradient(180deg, #f8ebc6 0%, #e3bd72 46%, #b98a3c 100%);

  --hp-forest: #132b09;
  --hp-lime: #e1f340;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);

  --nav-h: 78px; /* floating bar: 14px offset + 56px bar + breathing room */
  --maxw: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 28px;

  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; background: var(--black); scroll-padding-top: calc(var(--nav-h) + 24px); }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
/* Fine film grain over everything: keeps the big gradients from banding and adds a tactile finish. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0.032;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
img, svg, canvas, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, figure, ul, ol, dl, dd, dt { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: rgba(212, 165, 88, 0.35); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 8px; }
[hidden] { display: none !important; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 300; padding: 10px 16px; border-radius: 10px; background: var(--gold); color: #191104; font-weight: 600; transition: top 0.2s; }
.skip:focus { top: 12px; }

/* ---------- Type ---------- */
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.display { font-size: clamp(2.375rem, 5.4vw, 4.5rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1.05; text-wrap: balance; }
.display--xl { font-size: clamp(2.75rem, 7.2vw, 6.25rem); line-height: 1.02; letter-spacing: -0.04em; }
.display--sm { font-size: clamp(1.875rem, 3.6vw, 3rem); }
:lang(fr) .display--xl { font-size: clamp(2.5rem, 6.1vw, 5.25rem); line-height: 1.04; }
:lang(fr) .display { font-size: clamp(2.25rem, 4.9vw, 4.125rem); }
:lang(fr) .display--sm { font-size: clamp(1.75rem, 3.3vw, 2.75rem); }
.lead { font-size: clamp(1.1875rem, 1.7vw, 1.5rem); line-height: 1.4; font-weight: 400; letter-spacing: -0.018em; color: var(--text-2); text-wrap: pretty; }
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 600; font-size: 1.14em; letter-spacing: -0.02em; line-height: 0.92; }
/* Gold leaf text. Extra padding keeps italic overhang and descenders inside the painted box. */
.goldfill {
  background: var(--gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding: 0.06em 0.12em 0.18em;
  margin: -0.06em -0.12em -0.18em;
}

.pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px 8px 14px; border-radius: 980px; border: 1px solid var(--gold-line); background: rgba(212, 165, 88, 0.08); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 13.5px; font-weight: 500; letter-spacing: -0.005em; color: var(--gold-hi); }
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: ping 2.6s ease-out infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(212, 165, 88, 0.6); } 70%, 100% { box-shadow: 0 0 0 10px rgba(212, 165, 88, 0); } }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: calc(var(--maxw) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--wide { max-width: calc(1440px + var(--gutter) * 2); }
.section { padding-block: clamp(88px, 12vw, 176px); position: relative; }
.section--tight { padding-block: clamp(56px, 8vw, 112px); }
.section--flush { padding-top: 0; }
.section--line::before { content: ""; position: absolute; top: 0; left: 50%; width: min(var(--maxw), 100% - var(--gutter) * 2); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--gold-line) 30%, var(--gold-line) 70%, transparent); }
.head { max-width: 820px; margin-bottom: clamp(44px, 6vw, 80px); display: grid; gap: 20px; }
.head--center { margin-inline: auto; text-align: center; justify-items: center; }
.head .lead { max-width: 640px; }
/* Heading on the left, a quiet button on the right. */
.head--row { max-width: none; grid-template-columns: minmax(0, 1fr) auto; column-gap: 32px; }
.head--row > * { grid-column: 1; max-width: 820px; }
.head--row > .head__action { grid-column: 2; grid-row: 1 / span 3; align-self: end; }
@media (max-width: 760px) { .head--row { grid-template-columns: minmax(0, 1fr); } .head--row > .head__action { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 6px; } }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.actions--center { justify-content: center; }

/* ---------- Buttons & links ---------- */
.btn {
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  padding: 15px 26px; border-radius: 980px;
  font-size: 17px; font-weight: 500; line-height: 1; letter-spacing: -0.01em; white-space: nowrap;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  transition: transform 0.6s var(--ease-out), box-shadow 0.4s, border-color 0.3s, background-color 0.3s;
}
.btn svg { width: 1.1em; height: 1.1em; transition: transform 0.4s var(--ease-out); }
.btn:hover svg { transform: translateX(3px); }
.btn--gold {
  color: #191104; font-weight: 600;
  background: linear-gradient(180deg, #f2d899 0%, #d4a558 55%, #bd8e41 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(212, 165, 88, 0.35), 0 10px 34px -10px rgba(212, 165, 88, 0.5);
}
.btn--gold::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: -60%; width: 45%; transform: skewX(-20deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent); transition: left 0.9s var(--ease-out); }
.btn--gold:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 0 0 1px rgba(233, 201, 135, 0.6), 0 14px 44px -8px rgba(212, 165, 88, 0.7); }
.btn--gold:hover::before { left: 120%; }
.btn--ghost { border: 1px solid var(--line-strong); color: var(--text); }
.btn--ghost:hover { border-color: var(--gold); }
.btn--sm { padding: 8px 15px; font-size: 12.5px; }
.btn--lg { padding: 18px 32px; font-size: 18px; }
.btn:active { transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0) scale(0.97); }

.link { color: var(--gold); display: inline-flex; align-items: baseline; gap: 0.3em; transition: color 0.3s; }
.link span { display: inline-block; transition: transform 0.4s var(--ease-out); }
.link:hover { color: var(--gold-hi); }
.link:hover span { transform: translateX(4px); }
.link--lg { font-size: clamp(1.0625rem, 1.5vw, 1.3125rem); }

/* ---------- Brand mark & icons ---------- */
.crown { aspect-ratio: 492 / 344; color: var(--gold); overflow: visible; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__mark { width: 26px; }
.brand__name { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; white-space: nowrap; }
.icon { width: 44px; height: 44px; color: var(--gold); stroke-width: 2.2; overflow: visible; flex: none; }

/* ---------- Navigation ---------- */
/* The bar floats free of the page edge, like a glass capsule. */
.nav { position: fixed; inset: 14px 0 auto 0; z-index: 100; padding-inline: var(--gutter); pointer-events: none; view-transition-name: site-nav; }
.nav__bar {
  pointer-events: auto;
  height: 56px; max-width: var(--maxw); margin-inline: auto; padding: 0 12px 0 22px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 16, 19, 0.55);
  -webkit-backdrop-filter: saturate(180%) blur(22px); backdrop-filter: saturate(180%) blur(22px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 50px -18px rgba(0, 0, 0, 0.9);
  transition: background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
}
.nav.is-scrolled .nav__bar, .menu-open .nav__bar { background: rgba(9, 9, 11, 0.9); border-color: rgba(212, 165, 88, 0.22); }
.nav .btn--sm { padding: 11px 18px; font-size: 13px; border-radius: 12px; }
.nav__links { display: flex; gap: clamp(14px, 2.1vw, 34px); }
.nav__links a { position: relative; font-size: 13px; color: rgba(245, 245, 247, 0.78); padding: 6px 0; transition: color 0.3s; }
.nav__links a:hover, .nav__links a[aria-current] { color: #fff; }
.nav__links a::after { content: ""; position: absolute; left: 50%; bottom: -3px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); transform: translateX(-50%) scale(0); transition: transform 0.4s var(--ease-out); }
.nav__links a[aria-current]::after { transform: translateX(-50%) scale(1); }
.nav__end { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.nav__lang { position: relative; padding: 8px 10px 8px 16px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; color: var(--text-2); transition: color 0.3s; }
.nav__lang::before { content: ""; position: absolute; left: 2px; top: 50%; width: 1px; height: 14px; transform: translateY(-50%); background: var(--line-strong); }
.nav__lang:hover { color: var(--gold-hi); }
.nav__toggle { display: none; width: 40px; height: 40px; position: relative; margin-right: -2px; }
.nav__toggle span { position: absolute; left: 11px; width: 18px; height: 1.5px; border-radius: 2px; background: #fff; transition: transform 0.5s var(--ease-out), top 0.5s var(--ease-out); }
.nav__toggle span:nth-child(1) { top: 16px; }
.nav__toggle span:nth-child(2) { top: 23px; }
.menu-open .nav__toggle span:nth-child(1) { top: 19.5px; transform: rotate(45deg); }
.menu-open .nav__toggle span:nth-child(2) { top: 19.5px; transform: rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: 99;
  display: flex; flex-direction: column; justify-content: space-between; gap: 32px;
  padding: calc(var(--nav-h) + 28px) var(--gutter) calc(36px + env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.94);
  -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px);
  opacity: 0; visibility: hidden; overflow-y: auto;
  transition: opacity 0.4s, visibility 0s 0.4s;
}
.menu-open .menu { opacity: 1; visibility: visible; transition: opacity 0.4s, visibility 0s; }
.menu-open body { overflow: hidden; }
.menu__links { display: grid; }
.menu__links a { font-size: clamp(1.75rem, 8vw, 2.5rem); font-weight: 600; letter-spacing: -0.03em; padding: 12px 0; border-bottom: 1px solid var(--line); color: rgba(245, 245, 247, 0.9); }
.menu__links a[aria-current] { color: var(--gold); }
.menu__links a, .menu__foot { opacity: 0; transform: translateY(18px); transition: opacity 0.5s, transform 0.7s var(--ease-out); }
.menu-open .menu__links a, .menu-open .menu__foot { opacity: 1; transform: none; transition-delay: calc(var(--i) * 45ms + 80ms); }
.menu__foot { display: grid; gap: 18px; justify-items: start; }
.menu__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.menu__mail { color: var(--text-2); }
.menu__lang { color: var(--gold); font-weight: 500; }

@media (max-width: 1040px) {
  .nav__bar { grid-template-columns: 1fr auto; padding-left: 18px; }
  .nav__links, .nav__lang { display: none; }
  .nav__toggle { display: block; }
}
@media (min-width: 1041px) { .menu { display: none; } }
.nav__cta-short { display: none; }
@media (max-width: 480px) { .nav__bar { gap: 10px; padding: 0 8px 0 16px; } .nav__end { gap: 4px; } .nav .btn--sm { padding: 10px 14px; } .nav__cta-long { display: none; } .nav__cta-short { display: inline; } }

/* ---------- Home hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 100svh; display: grid; place-items: center; text-align: center; padding: calc(var(--nav-h) + 48px) var(--gutter) 112px; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__glow { position: absolute; left: 50%; top: -42%; width: min(1500px, 170vw); aspect-ratio: 1; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(212, 165, 88, 0.26), rgba(212, 165, 88, 0.07) 48%, transparent 72%); animation: breathe 9s ease-in-out infinite; }
.hero__rays {
  position: absolute; inset: 0; transform-origin: 50% 0;
  background: conic-gradient(from 140deg at 50% -6%, transparent 0deg, rgba(212, 165, 88, 0.1) 7deg, transparent 14deg, transparent 23deg, rgba(212, 165, 88, 0.06) 31deg, transparent 39deg, transparent 47deg, rgba(212, 165, 88, 0.11) 54deg, transparent 61deg, transparent 68deg, rgba(212, 165, 88, 0.05) 74deg, transparent 80deg);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 0%, #000 8%, transparent 72%); mask-image: radial-gradient(ellipse 70% 80% at 50% 0%, #000 8%, transparent 72%);
  animation: rays 16s ease-in-out infinite alternate;
}
.hero__dust { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__fade { position: absolute; inset: auto 0 0 0; height: 34%; background: linear-gradient(180deg, transparent, #000 88%); }
.hero__inner { max-width: 1080px; display: grid; justify-items: center; gap: clamp(20px, 2.6vw, 30px); opacity: calc(1 - var(--hp, 0) * 1.4); transform: translate3d(0, calc(var(--hp, 0) * -9vh), 0) scale(calc(1 - var(--hp, 0) * 0.07)); will-change: transform, opacity; }
.hero__crown { width: clamp(64px, 7vw, 96px); filter: drop-shadow(0 0 22px rgba(212, 165, 88, 0.55)); margin-bottom: 4px; }
.hero__lead { max-width: 660px; }
.hero__cue { position: absolute; left: 50%; bottom: 30px; width: 30px; height: 56px; transform: translateX(-50%); display: grid; place-items: center; }
.hero__cue span { position: relative; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.14); overflow: hidden; }
.hero__cue span::after { content: ""; position: absolute; left: 0; top: -40%; width: 100%; height: 40%; background: linear-gradient(180deg, transparent, var(--gold)); animation: cue 2.4s var(--ease-io) infinite; }

@keyframes breathe { 0%, 100% { opacity: 0.85; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.06); } }
@keyframes rays { from { transform: rotate(-3.5deg); } to { transform: rotate(3.5deg); } }
@keyframes cue { to { top: 110%; } }

/* Crown draws itself on. Dash props inherit into the <use> shadow tree. */
.js [data-draw] { stroke-dasharray: 1; stroke-dashoffset: 1; stroke-opacity: 0; fill-opacity: 0; }
.js [data-draw].is-in { animation: crown-draw 2.1s var(--ease-io) 0.1s forwards; }
@keyframes crown-draw { 0% { stroke-dashoffset: 1; stroke-opacity: 1; fill-opacity: 0; } 72% { stroke-dashoffset: 0; stroke-opacity: 1; fill-opacity: 0; } 100% { stroke-dashoffset: 0; stroke-opacity: 1; fill-opacity: 1; } }

/* ---------- Inner page hero ---------- */
.phero { position: relative; isolation: isolate; overflow: hidden; text-align: center; display: grid; justify-items: center; gap: clamp(20px, 2.6vw, 30px); padding: calc(var(--nav-h) + clamp(88px, 13vw, 176px)) var(--gutter) clamp(72px, 10vw, 136px); }
.phero > * { max-width: 1080px; }
.phero .lead { max-width: 700px; }
.phero--short { padding-bottom: clamp(48px, 6vw, 80px); }
.phero--full { min-height: 100svh; align-content: center; }
.phero__glow { position: absolute; z-index: -1; left: 50%; top: 0; width: min(1300px, 160vw); max-width: none; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -62%); background: radial-gradient(closest-side, rgba(212, 165, 88, 0.24), rgba(212, 165, 88, 0.06) 50%, transparent 72%); animation: breathe-p 9s ease-in-out infinite; }
@keyframes breathe-p { 0%, 100% { opacity: 0.8; } 50% { opacity: 1; } }

/* ---------- Partners marquee ---------- */
.partners { padding-block: clamp(36px, 5vw, 64px); border-block: 1px solid var(--line); text-align: center; }
.partners__label { font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3); margin-bottom: 28px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); }
.marquee__track { display: flex; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.partner { display: flex; align-items: baseline; gap: 10px; padding-inline: clamp(28px, 4vw, 56px); white-space: nowrap; position: relative; }
.partner::after { content: ""; position: absolute; right: -3px; top: 50%; width: 6px; height: 6px; transform: translateY(-50%) rotate(45deg); background: var(--gold); opacity: 0.55; }
.partner { align-items: center; min-height: 64px; color: rgba(245, 245, 247, 0.88); }
/* Badges are forced to pure white so every mark in the strip reads as one family. */
.partner--logo img { display: block; width: auto; max-width: none; height: var(--h, 48px); opacity: 0.88; filter: brightness(0) invert(1); }
.partner--mark { gap: 12px; }
.partner__glyph { width: 30px; height: 30px; flex: none; }
.partner__word { display: grid; gap: 3px; text-align: left; line-height: 1; }
.partner__word b { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.03em; }
.partner__word small { font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.72; }
@keyframes marquee { to { transform: translate3d(-50%, 0, 0); } }

/* ---------- Statement (words light up with scroll) ---------- */
.statement { padding-block: clamp(110px, 17vw, 240px); }
.statement .wrap { display: grid; gap: 32px; justify-items: start; }
.statement__text { max-width: 1060px; font-size: clamp(1.75rem, 4.3vw, 3.75rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1.12; }
.statement__text b { font-weight: inherit; color: var(--gold); }
.js .statement__text .sw { opacity: 0.14; }
.statement__after { max-width: 720px; font-size: clamp(1.1875rem, 1.9vw, 1.625rem); line-height: 1.4; color: var(--text-2); letter-spacing: -0.02em; }

/* ---------- Trio (pinned big type) ---------- */
.trio { position: relative; border-top: 1px solid var(--line); }
.trio__sticky { position: relative; overflow: hidden; display: grid; align-content: center; justify-items: center; gap: clamp(24px, 4vw, 48px); padding: 96px var(--gutter); text-align: center; }
.trio__glow { position: absolute; z-index: -1; left: 50%; top: 50%; width: min(1100px, 150vw); aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(212, 165, 88, 0.13), transparent 70%); }
.trio__words { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 0.3em; font-size: clamp(3.25rem, 9.6vw, 9rem); font-weight: 600; letter-spacing: -0.05em; line-height: 1.04; }
.trio__word { position: relative; display: inline-block; padding-bottom: 0.08em; }
.trio__caps { width: 100%; max-width: 640px; font-size: clamp(1.1875rem, 1.9vw, 1.5rem); line-height: 1.4; letter-spacing: -0.018em; color: var(--text-2); display: grid; gap: 12px; }
.trio__caps strong { color: var(--text); font-weight: 600; display: block; margin-bottom: 8px; }
.trio__ticks { display: none; }

.js .trio { height: 340vh; }
.js .trio__sticky { position: sticky; top: 0; height: 100svh; padding-block: var(--nav-h); }
.js .trio__word { color: rgba(255, 255, 255, 0.1); transition: color 0.7s var(--ease-out); }
.js .trio__word::after { content: attr(data-w); position: absolute; inset: 0; background: var(--gold-v); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; opacity: 0; transition: opacity 0.7s var(--ease-out); }
.js .trio__word.is-past { color: rgba(245, 245, 247, 0.92); }
.js .trio__word.is-on::after { opacity: 1; }
.js .trio__caps { display: block; position: relative; height: 6.2em; }
.js .trio__caps p { position: absolute; inset: 0 0 auto 0; opacity: 0; transform: translateY(16px); transition: opacity 0.6s, transform 0.8s var(--ease-out); pointer-events: none; }
.js .trio__caps p.is-on { opacity: 1; transform: none; pointer-events: auto; }
.js .trio__ticks { display: flex; gap: 8px; position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); }
.trio__ticks span { width: 28px; height: 2px; border-radius: 2px; background: rgba(255, 255, 255, 0.14); transition: background-color 0.5s; }
.trio__ticks span.is-on { background: var(--gold); }
@media (max-width: 700px) { .trio__words { flex-direction: column; font-size: clamp(3.5rem, 18vw, 5.5rem); } }

/* ---------- Spotlight hover (cursor-following gold light) ---------- */
.spot { position: relative; isolation: isolate; }
.spot::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; opacity: 0; pointer-events: none; transition: opacity 0.5s; background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 0%), rgba(212, 165, 88, 0.14), transparent 62%); }
.spot::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; opacity: 0; pointer-events: none; transition: opacity 0.5s;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 0%), rgba(240, 212, 150, 0.9), transparent 66%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
}
@media (hover: hover) { .spot:hover::before, .spot:hover::after { opacity: 1; } }

/* ---------- Cards ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trio-cards .card { grid-column: auto; min-height: 360px; }
@media (max-width: 900px) { .trio-cards { grid-template-columns: 1fr; } .trio-cards .card { min-height: 260px; } }
.quad { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card {
  position: relative;
  grid-column: span 2; min-height: 340px; padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 12px;
  border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface-2), var(--surface-1));
  transition: transform 0.7s var(--ease-out), border-color 0.4s;
}
.card--wide { grid-column: span 3; min-height: 300px; }
.duo .card, .quad .card { grid-column: auto; }
.card--tall { min-height: 420px; }
.card--text { min-height: 0; justify-content: flex-start; padding-top: clamp(30px, 3.4vw, 44px); padding-bottom: clamp(34px, 4vw, 52px); }
@media (hover: hover) { a.card:hover { transform: translateY(-5px); border-color: transparent; } }
.card h3 { font-size: clamp(1.375rem, 2vw, 1.75rem); font-weight: 600; letter-spacing: -0.028em; line-height: 1.15; }
.card p { color: var(--text-2); font-size: 16px; max-width: 46ch; }
.card__icon { position: absolute; left: clamp(26px, 3vw, 38px); top: clamp(26px, 3vw, 38px); width: 48px; height: 48px; }
.card__num { position: absolute; right: clamp(26px, 3vw, 38px); top: clamp(20px, 2.6vw, 30px); font-family: var(--font-serif); font-size: 26px; font-weight: 500; color: rgba(212, 165, 88, 0.6); letter-spacing: 0.02em; }
.card--text .card__num { position: static; margin-bottom: 18px; color: var(--gold); }
.card__go { position: absolute; right: clamp(22px, 2.6vw, 32px); bottom: clamp(22px, 2.6vw, 32px); width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--gold); opacity: 0; transform: translateX(-10px); transition: opacity 0.4s, transform 0.6s var(--ease-out); }
.card__go svg { width: 18px; height: 18px; }
@media (hover: hover) { .card:hover .card__go { opacity: 1; transform: none; } .card:has(.card__go) p { padding-right: 44px; } }
.card__more { margin-top: 10px; color: var(--gold); font-size: 17px; }
.card__more span { display: inline-block; transition: transform 0.4s var(--ease-out); }
.card:hover .card__more span { transform: translateX(4px); }

@media (max-width: 980px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card, .card--wide { grid-column: span 1; min-height: 280px; }
}
@media (max-width: 640px) {
  .bento, .duo, .quad { grid-template-columns: 1fr; }
  .bento .card { grid-column: auto; min-height: 250px; }
  .card--tall { min-height: 320px; }
}

/* ---------- Not a network ---------- */
.versus { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.versus__card { padding: clamp(24px, 3vw, 40px); border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface-1)); display: grid; gap: 18px; align-content: start; }
.versus__card--gold { border-color: var(--gold-line); background: radial-gradient(120% 90% at 50% 0%, rgba(212, 165, 88, 0.12), transparent 60%), linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.versus__tag { font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3); }
.versus__card--gold .versus__tag { color: var(--gold); }
.versus__note { color: var(--text-2); font-size: 16px; max-width: 48ch; }
.flow { width: 100%; height: auto; overflow: visible; font-family: var(--font-sans); }
.flow__lines path { stroke-width: 1.5; stroke-linecap: round; }
.flow__node { fill: var(--surface-2); stroke-width: 1.5; }
.flow__label text { font-size: 12.5px; font-weight: 600; letter-spacing: -0.01em; fill: var(--text); }
.flow__label .flow__sub { font-size: 12px; font-weight: 500; fill: var(--text-2); }
.flow--net .flow__lines path { stroke: rgba(255, 255, 255, 0.2); stroke-dasharray: 3 5; }
.flow--net .flow__pubs circle { fill: var(--surface-3); stroke: rgba(255, 255, 255, 0.28); stroke-width: 1.2; }
.flow--net .flow__q text { font-size: 9px; font-weight: 600; fill: var(--text-3); }
.flow--net .flow__bits circle { fill: rgba(255, 255, 255, 0.42); }
.flow--net .flow__node { stroke: rgba(255, 255, 255, 0.3); }
.flow--net .flow__label text { fill: var(--text-2); }
.flow--pm .flow__lines path { stroke: var(--gold); stroke-width: 2; }
.flow--pm .flow__bits circle { fill: var(--gold-hi); filter: drop-shadow(0 0 6px rgba(243, 222, 170, 0.9)); }
.flow--pm .flow__node { stroke: var(--gold); }
.flow__crown, .flow__icon { color: var(--gold); }
.flow__icon { stroke-width: 3.2; }

.trio-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); margin-top: clamp(48px, 6vw, 88px); }
.trio-points li { display: grid; gap: 12px; align-content: start; }
.trio-points h3 { font-size: 1.3125rem; font-weight: 600; letter-spacing: -0.025em; margin-top: 6px; }
.trio-points .kicker { margin-top: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.trio-points .kicker + h3 { margin-top: -4px; }
.trio-points p { color: var(--text-2); font-size: 16px; }
.trio-points--cards { gap: 20px; margin-top: 0; }
.trio-points--top { margin-top: 0; }
.trio-points--cards li { padding: clamp(26px, 3vw, 38px); border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
@media (max-width: 860px) { .versus, .trio-points { grid-template-columns: 1fr; } }

/* ---------- Brand card (Homepad teaser on home) ---------- */
.brandcard { position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 32px; padding: clamp(32px, 5vw, 72px); border-radius: clamp(28px, 3.4vw, 44px); transition: transform 0.8s var(--ease-out), box-shadow 0.6s; }
.brandcard--homepad { background: radial-gradient(90% 120% at 88% 50%, rgba(225, 243, 64, 0.2), transparent 58%), linear-gradient(135deg, #1b3d0d 0%, var(--hp-forest) 55%, #0b1a05 100%); border: 1px solid rgba(225, 243, 64, 0.2); }
@media (hover: hover) { .brandcard:hover { transform: scale(1.012); box-shadow: 0 40px 120px -50px rgba(225, 243, 64, 0.45); } }
.brandcard__copy { display: grid; gap: 16px; justify-items: start; }
.brandcard__eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--hp-lime); }
.brandcard__title { font-size: clamp(1.75rem, 3.4vw, 2.875rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1.08; text-wrap: balance; }
.brandcard__text { color: rgba(255, 255, 255, 0.76); max-width: 44ch; }
.brandcard__link { color: var(--hp-lime); font-size: 1.125rem; margin-top: 6px; }
.brandcard__link span { display: inline-block; transition: transform 0.4s var(--ease-out); }
.brandcard:hover .brandcard__link span { transform: translateX(4px); }
.brandcard__mark { justify-self: center; font-size: clamp(2.75rem, 6.4vw, 5.5rem); }
@media (max-width: 800px) { .brandcard { grid-template-columns: 1fr; } .brandcard__mark { order: -1; justify-self: start; } }

.hp-logo { display: inline-flex; align-items: baseline; font-family: "Poppins", var(--font-sans); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: #fff; white-space: nowrap; }
.hp-logo__o { width: 0.66em; height: 0.66em; margin: 0 0.035em; fill: var(--hp-lime); align-self: baseline; transform: translateY(0.02em); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.stat { padding: clamp(40px, 5vw, 72px) clamp(16px, 2.4vw, 32px); text-align: center; display: grid; gap: 14px; justify-items: center; align-content: start; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat__num { font-size: clamp(3.25rem, 7vw, 6rem); font-weight: 600; letter-spacing: -0.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat__num small { font-size: 0.36em; letter-spacing: -0.02em; margin-left: 0.18em; }
.stat__label { color: var(--text-2); max-width: 24ch; }
@media (max-width: 760px) { .stats { grid-template-columns: 1fr; } .stat + .stat { border-left: 0; border-top: 1px solid var(--line); } }

/* ---------- Image that grows into place ---------- */
.grow { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 32px; background: var(--surface-2); }
.grow img { width: 100%; height: 100%; object-fit: cover; }
.grow::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.72)); }
.grow__cap { position: absolute; z-index: 1; left: clamp(20px, 3vw, 44px); bottom: clamp(18px, 2.6vw, 36px); font-size: 15px; color: rgba(255, 255, 255, 0.86); }
.js .grow { --g: 0; border-radius: calc(48px - 18px * var(--g)); transform: scale(calc(0.82 + 0.18 * var(--g))); will-change: transform; }
.js .grow img { transform: scale(calc(1.22 - 0.22 * var(--g))); will-change: transform; }
@media (max-width: 700px) { .grow { aspect-ratio: 4 / 3; } }

/* ---------- Line-art illustrations (draw themselves when their parent is .is-active) ---------- */
.art { color: var(--gold); stroke-width: 2.4; overflow: visible; filter: drop-shadow(0 0 14px rgba(212, 165, 88, 0.35)); }
.art .faint { opacity: 0.28; }
.art .dotfill { fill: currentColor; }
.js .art .draw { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.3s var(--ease-io) calc(var(--i, 0) * 110ms + 120ms), fill-opacity 0.6s ease calc(var(--i, 0) * 110ms + 0.9s); }
.js .art .dotfill { fill-opacity: 0; }
.js .is-active > .art .draw { stroke-dashoffset: 0; }
.js .is-active > .art .dotfill { fill-opacity: 1; }

/* ---------- Tabs: pick a topic on the left, the picture answers on the right ---------- */
.tabs { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(24px, 4vw, 72px); align-items: center; }
.tabs__list { display: grid; gap: 10px; }
.tab { position: relative; overflow: hidden; width: 100%; text-align: left; display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 18px; align-items: center; padding: 22px 24px; border-radius: 22px; border: 1px solid transparent; transition: background-color 0.5s, border-color 0.5s; }
.tab .icon { width: 30px; height: 30px; stroke-width: 2.8; color: var(--text-3); transition: color 0.4s; }
.tab__title { font-size: clamp(1.1875rem, 1.8vw, 1.5rem); font-weight: 600; letter-spacing: -0.028em; color: var(--text-3); transition: color 0.4s; }
.tab__more { grid-column: 2; display: grid; grid-template-rows: 1fr; }
.tab__more > span { overflow: hidden; min-height: 0; color: var(--text-2); font-size: 16px; line-height: 1.45; letter-spacing: -0.011em; }
.tab__more > span::before { content: ""; display: block; height: 8px; }
.tab__bar { position: absolute; inset: auto 0 0 0; height: 2px; }
.tab__bar i { display: block; height: 100%; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); }
.tab:hover .tab__title, .tab.is-active .tab__title { color: var(--text); }
.tab.is-active { border-color: var(--gold-line); background: radial-gradient(120% 140% at 0% 0%, rgba(212, 165, 88, 0.1), transparent 60%), linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.tab.is-active .icon { color: var(--gold); }
.js .tab__more { grid-template-rows: 0fr; transition: grid-template-rows 0.7s var(--ease-out); }
.js .tab.is-active .tab__more { grid-template-rows: 1fr; }
.tabs.is-live .tab.is-active .tab__bar i { animation: tab-fill 6.5s linear forwards; }
@media (hover: hover) { .tabs:hover .tab__bar i { animation-play-state: paused; } }
@keyframes tab-fill { to { transform: scaleX(1); } }
.tabs__stage { position: relative; overflow: hidden; aspect-ratio: 1; width: 100%; max-width: 560px; justify-self: end; border-radius: 44px; border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.tabs__glow { position: absolute; inset: -20%; background: radial-gradient(closest-side, rgba(212, 165, 88, 0.17), transparent 70%); animation: breathe-p 7s ease-in-out infinite; }
.tabs__panel { position: absolute; inset: 0; display: grid; place-items: center; }
.tabs__panel .art { width: 78%; height: 78%; }
.tabs__panel + .tabs__panel { display: none; }
.js .tabs__panel + .tabs__panel { display: grid; }
.js .tabs__panel { opacity: 0; transform: scale(0.95); transition: opacity 0.6s, transform 0.9s var(--ease-out); }
.js .tabs__panel.is-active { opacity: 1; transform: none; }
@media (max-width: 860px) {
  .tabs { grid-template-columns: minmax(0, 1fr); }
  .tabs__stage { order: -1; justify-self: center; max-width: 340px; border-radius: 32px; }
  .tab { padding: 18px 18px; }
}

/* ---------- How it works: sticky visual + scrolling steps ---------- */
.steps { border-top: 1px solid var(--line); }
.steps__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 7vw, 120px); }
.steps__viz { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; padding-top: var(--nav-h); }
.viz { position: relative; overflow: hidden; width: min(100%, 520px); aspect-ratio: 1; border-radius: 44px; border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.viz__glow { position: absolute; inset: -20%; background: radial-gradient(closest-side, rgba(212, 165, 88, 0.16), transparent 70%); animation: breathe-p 7s ease-in-out infinite; }
.viz__item { position: absolute; inset: 0; display: grid; place-items: center; }
.viz__item .art { width: 80%; height: 80%; }
.viz__num { position: absolute; right: 30px; top: 14px; font-family: var(--font-serif); font-weight: 500; font-size: clamp(3rem, 6vw, 5rem); color: rgba(212, 165, 88, 0.22); }
.viz__item + .viz__item { display: none; }
.js .viz__item + .viz__item { display: grid; }
.js .viz__item { opacity: 0; transform: scale(0.95); transition: opacity 0.6s, transform 0.9s var(--ease-out); }
.js .viz__item.is-active { opacity: 1; transform: none; }
.step { min-height: 100svh; display: grid; align-content: center; gap: 18px; padding-block: 48px; }
.js .step { opacity: 0.22; transition: opacity 0.7s; }
.js .step.is-active { opacity: 1; }
.step__kicker { font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.step__title { font-size: clamp(2.5rem, 5vw, 4.25rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1.04; }
.step__text { max-width: 30em; font-size: clamp(1.125rem, 1.6vw, 1.375rem); line-height: 1.45; color: var(--text-2); letter-spacing: -0.015em; }
@media (max-width: 860px) {
  .steps__grid { grid-template-columns: 1fr; gap: 0; }
  .steps__viz { z-index: 2; top: 0; height: auto; padding: calc(var(--nav-h) + 6px) 0 28px; background: linear-gradient(180deg, #000 86%, transparent); }
  .viz { width: min(64vw, 300px); border-radius: 32px; }
  .step { min-height: 62svh; }
}

/* ---------- Compare ---------- */
.compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1040px; margin-inline: auto; }
.compare__col { padding: clamp(28px, 3.6vw, 48px); border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.compare__col h3 { display: flex; align-items: center; gap: 12px; font-size: 1.375rem; font-weight: 600; letter-spacing: -0.025em; color: var(--text-2); margin-bottom: 22px; }
.compare__col h3 .crown { width: 30px; }
.compare__col li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--line); color: var(--text-2); font-size: clamp(1.0625rem, 1.4vw, 1.1875rem); }
.compare__col li svg { width: 22px; height: 22px; flex: none; margin-top: 2px; color: var(--text-3); }
.compare__col--gold { border-color: var(--gold-line); background: radial-gradient(120% 80% at 50% 0%, rgba(212, 165, 88, 0.14), transparent 60%), linear-gradient(180deg, var(--surface-2), var(--surface-1)); box-shadow: 0 50px 140px -70px rgba(212, 165, 88, 0.55); }
.compare__col--gold h3, .compare__col--gold li { color: var(--text); }
.compare__col--gold li svg { color: var(--gold); }
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } }

/* ---------- Getting-started path ---------- */
.path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 44px); padding-top: 44px; }
.path::before, .path::after { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 1px; }
.path::before { background: var(--line-strong); }
.path::after { background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); transform-origin: 0 50%; transform: scaleX(var(--pp, 1)); }
.path__step { position: relative; display: grid; gap: 10px; align-content: start; }
.path__dot { position: absolute; left: 0; top: -44px; width: 15px; height: 15px; border-radius: 50%; background: #000; border: 1.5px solid var(--gold); box-shadow: 0 0 0 5px #000, 0 0 18px rgba(212, 165, 88, 0.6); }
.path__step h3 { font-size: clamp(1.5rem, 2.2vw, 1.875rem); font-weight: 600; letter-spacing: -0.03em; }
.path__step p { color: var(--text-2); font-size: 16px; max-width: 30ch; }
@media (max-width: 860px) {
  .path { grid-template-columns: 1fr; padding-top: 0; padding-left: 40px; gap: 40px; }
  .path::before, .path::after { left: 7px; right: auto; top: 6px; bottom: 6px; width: 1px; height: auto; }
  .path::after { transform-origin: 50% 0; transform: scaleY(var(--pp, 1)); background: linear-gradient(180deg, var(--gold-lo), var(--gold-hi)); }
  .path__dot { left: -40px; top: 6px; }
}

/* ---------- Split (sticky heading + rows) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 120px); align-items: start; }
.split .head { margin-bottom: 0; position: sticky; top: calc(var(--nav-h) + 48px); }
.rows li { display: flex; gap: 22px; align-items: flex-start; padding: 30px 0; border-top: 1px solid var(--line); }
.rows li:last-child { border-bottom: 1px solid var(--line); }
.rows h3 { font-size: 1.3125rem; font-weight: 600; letter-spacing: -0.025em; margin-bottom: 6px; }
.rows p { color: var(--text-2); font-size: 16px; max-width: 44ch; }
.rows--compact li { padding: 22px 0; gap: 18px; }
.rows--compact .icon { width: 32px; height: 32px; stroke-width: 2.6; margin-top: 2px; }
.rows--compact h3 { font-size: 1.0625rem; margin-bottom: 2px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split .head { position: static; } }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; text-align: left; font-size: clamp(1.125rem, 1.9vw, 1.4375rem); font-weight: 600; letter-spacing: -0.025em; transition: color 0.3s; }
.faq__q:hover { color: var(--gold-hi); }
.faq__icon { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--gold); transition: transform 0.6s var(--ease-out), border-color 0.3s; }
.faq__icon svg { width: 16px; height: 16px; }
.faq__item.is-open .faq__icon { transform: rotate(135deg); border-color: var(--gold); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.6s var(--ease-out); }
.faq__a > div { overflow: hidden; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a p { padding-bottom: 28px; color: var(--text-2); max-width: 62ch; font-size: clamp(1.0625rem, 1.4vw, 1.1875rem); }
html:not(.js) .faq__a { grid-template-rows: 1fr; }

/* ---------- Service panels ---------- */
.panels { display: grid; gap: 24px; }
.panel { overflow: hidden; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: clamp(20px, 4vw, 56px); min-height: min(70svh, 560px); padding: clamp(28px, 4vw, 60px); border-radius: clamp(28px, 3vw, 40px); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.panel__art { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.panel__art::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(closest-side, rgba(212, 165, 88, 0.2), transparent 72%); }
.icon--art { position: relative; width: min(62%, 200px); height: auto; aspect-ratio: 1; stroke-width: 1.15; filter: drop-shadow(0 0 16px rgba(212, 165, 88, 0.45)); }
.js .panel .icon--art { stroke-dasharray: 1; stroke-dashoffset: 1; stroke-opacity: 0; transition: stroke-dashoffset 1.9s var(--ease-io) 0.15s, stroke-opacity 0.4s 0.15s; }
.js .panel.is-in .icon--art { stroke-dashoffset: 0; stroke-opacity: 1; }
.js .panel { opacity: 0; transform: translateY(36px); transition: opacity 1s var(--ease-out), transform 1.1s var(--ease-out), border-color 0.4s; }
.js .panel.is-in { opacity: 1; transform: none; }
.panel__body { display: grid; gap: 16px; justify-items: start; }
.panel__num { font-family: var(--font-serif); font-size: 1.25rem; color: var(--gold); letter-spacing: 0.01em; }
.panel h2 { font-size: clamp(2rem, 3.8vw, 3.25rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1.05; }
.panel__body > p:not(.panel__num) { color: var(--text-2); font-size: clamp(1.0625rem, 1.4vw, 1.1875rem); max-width: 46ch; }
.panel__body > p.panel__fit { padding: 14px 16px; border-radius: 16px; border: 1px solid var(--gold-line); background: rgba(212, 165, 88, 0.06); font-size: 15px; color: var(--text-2); }
.panel__fit b { color: var(--gold-hi); font-weight: 600; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { padding: 7px 14px; border-radius: 980px; border: 1px solid var(--line-strong); font-size: 13.5px; color: var(--text-2); }
@media (max-width: 700px) { .panel { grid-template-columns: 1fr; } .panel__art { max-width: 200px; } }

/* ---------- Founder ---------- */
.founder { position: relative; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 88px); align-items: center; padding: clamp(28px, 5vw, 76px); border-radius: clamp(28px, 3.4vw, 44px); border: 1px solid var(--line); background: radial-gradient(90% 120% at 0% 0%, rgba(212, 165, 88, 0.1), transparent 55%), linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.founder__photo { aspect-ratio: 4 / 5; border-radius: 28px; border: 1px solid var(--gold-line); background: radial-gradient(80% 60% at 50% 30%, rgba(212, 165, 88, 0.18), transparent 70%), var(--surface-3); display: grid; place-items: center; align-content: center; gap: 16px; font-size: 13px; color: var(--text-3); }
.founder__photo .crown { width: 76px; opacity: 0.85; }
.founder__photo img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.founder__name { margin-top: 24px; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(2rem, 3.4vw, 2.875rem); line-height: 1; color: var(--gold-hi); }
.founder__title { margin-top: 8px; color: var(--text-2); }
.founder__story { display: grid; gap: 22px; justify-items: start; }
.founder__text { display: grid; gap: 16px; max-width: 58ch; color: var(--text-2); font-size: clamp(1.0625rem, 1.4vw, 1.1875rem); }
.placeholder { padding: 12px 16px; border-radius: 14px; border: 1px dashed rgba(212, 165, 88, 0.42); color: var(--text-3); font-size: 15px; }
.draftflag { position: absolute; z-index: 2; top: -13px; left: clamp(28px, 5vw, 76px); padding: 5px 14px; border-radius: 980px; background: var(--gold); color: #191104; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 860px) { .founder { grid-template-columns: minmax(0, 1fr); } .founder__photo { max-width: 320px; } }

/* ---------- Careers ---------- */
.roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.roles .card { grid-column: auto; }
.card--role { min-height: 300px; justify-content: flex-start; gap: 14px; }
.card--role .icon { margin-bottom: 14px; }
.card--role .tags { margin-top: auto; padding-top: 14px; }
.card--apply { border-color: var(--gold-line); background: radial-gradient(120% 90% at 50% 0%, rgba(212, 165, 88, 0.13), transparent 62%), linear-gradient(180deg, var(--surface-2), var(--surface-1)); }
.card--apply .crown { width: 44px; margin-bottom: 14px; }
.card--apply .card__more { margin-top: auto; }
@media (max-width: 980px) { .roles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .roles { grid-template-columns: 1fr; } .card--role { min-height: 0; } }

.band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; padding: clamp(28px, 4vw, 52px) clamp(26px, 4.4vw, 64px); border-radius: clamp(26px, 3vw, 40px); border: 1px solid var(--gold-line); background: radial-gradient(90% 160% at 100% 50%, rgba(212, 165, 88, 0.14), transparent 60%), linear-gradient(180deg, var(--surface-2), var(--surface-1)); transition: transform 0.8s var(--ease-out); }
.band > div { display: grid; gap: 14px; }
@media (hover: hover) { .band:hover { transform: scale(1.008); } .band:hover .btn { border-color: var(--gold); } }

/* ---------- Note (centered callout) ---------- */
.note { position: relative; overflow: hidden; isolation: isolate; text-align: center; display: grid; justify-items: center; gap: 20px; padding: clamp(44px, 7vw, 96px) clamp(24px, 5vw, 72px); border-radius: clamp(28px, 3.4vw, 44px); border: 1px solid var(--gold-line); background: var(--surface-1); }
.note::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 0; width: 900px; max-width: 160%; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -64%); background: radial-gradient(closest-side, rgba(212, 165, 88, 0.22), transparent 70%); }
.note .lead { max-width: 560px; }

/* ---------- Homepad showcase (in Homepad's own colours) ---------- */
.hp { position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: clamp(32px, 5vw, 80px); padding: clamp(32px, 6vw, 96px); border-radius: clamp(32px, 4vw, 56px); border: 1px solid rgba(225, 243, 64, 0.2); background: linear-gradient(140deg, #1d4210 0%, var(--hp-forest) 48%, #091504 100%); color: #fff; }
.hp__glow { position: absolute; z-index: -1; right: -10%; top: 50%; width: 70%; aspect-ratio: 1; border-radius: 50%; transform: translateY(-50%); background: radial-gradient(closest-side, rgba(225, 243, 64, 0.24), transparent 70%); animation: breathe-p 8s ease-in-out infinite; }
.hp__copy { display: grid; gap: 22px; justify-items: start; }
.hp__eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--hp-lime); }
.hp__logo { font-size: clamp(3.25rem, 7.4vw, 6.5rem); font-weight: 600; line-height: 1; }
.hp__lead { font-size: clamp(1.375rem, 2.4vw, 2rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.2; max-width: 22em; text-wrap: balance; }
.hp__text { color: rgba(255, 255, 255, 0.76); max-width: 50ch; }
.hp__facts { display: flex; flex-wrap: wrap; gap: 14px 40px; padding-block: 22px; border-block: 1px solid rgba(255, 255, 255, 0.14); width: 100%; }
.hp__facts dt { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); margin-bottom: 4px; }
.hp__facts dd { font-size: 1.125rem; font-weight: 600; letter-spacing: -0.02em; }
.hp__device { justify-self: center; }
.hp-phone { width: min(300px, 72vw); aspect-ratio: 300 / 610; border-radius: 46px; border: 9px solid #050b02; background: linear-gradient(180deg, #a9cbe0 0%, #d9e6df 38%, #b9c9a6 70%, #8da57c 100%); box-shadow: 0 50px 100px -30px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.12); overflow: hidden; display: grid; grid-template-rows: auto 1fr; transform: rotate(3deg); }
.hp-phone__bar { background: var(--hp-forest); padding: 30px 18px 12px; font-size: 20px; }
.hp-phone__body { padding: 22px 14px 18px; display: grid; gap: 16px; align-content: start; text-align: center; color: var(--hp-forest); }
.hp-phone__h { font-family: "Poppins", var(--font-sans); font-size: 21px; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
.hp-phone__card { background: rgba(255, 255, 255, 0.72); border-radius: 14px; padding: 14px 12px 16px; display: grid; gap: 12px; }
.hp-phone__progress { height: 6px; border-radius: 6px; background: #fff; overflow: hidden; }
.hp-phone__progress span { display: block; height: 100%; width: 14%; border-radius: 6px; background: var(--hp-lime); animation: hp-progress 8s var(--ease-io) infinite; }
.hp-phone__q { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; }
.hp-phone__opts { display: grid; gap: 8px; }
.hp-phone__opts span { padding: 11px 10px; border-radius: 12px; background: var(--hp-forest); color: #fff; font-size: 12.5px; font-weight: 500; animation: hp-tap 8s infinite; }
.hp-phone__opts span:nth-child(2) { animation-delay: 2s; }
.hp-phone__opts span:nth-child(3) { animation-delay: 4s; }
.hp-phone__opts span:nth-child(4) { animation-delay: 6s; }
.hp-phone__f { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
@keyframes hp-tap { 0%, 4% { background: var(--hp-forest); color: #fff; transform: none; } 8%, 18% { background: var(--hp-lime); color: var(--hp-forest); transform: scale(0.97); } 24%, 100% { background: var(--hp-forest); color: #fff; transform: none; } }
@keyframes hp-progress { 0% { width: 14%; } 25% { width: 36%; } 50% { width: 58%; } 75% { width: 80%; } 92%, 100% { width: 100%; } }
@media (max-width: 900px) { .hp { grid-template-columns: 1fr; } .hp-phone { transform: none; } }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.contact__info { position: sticky; top: calc(var(--nav-h) + 40px); display: grid; gap: 28px; }
.contact__who { display: grid; gap: 12px; color: var(--text-3); font-size: 14px; }
.cal { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--gold-line); background: #fff; box-shadow: 0 60px 160px -60px rgba(212, 165, 88, 0.5); }
.cal iframe { width: 100%; height: 640px; border: 0; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } .contact__info { position: static; } .cal iframe { height: 900px; } }

/* ---------- Closing call to action ---------- */
.cta { position: relative; isolation: isolate; overflow: hidden; text-align: center; padding-block: clamp(120px, 16vw, 230px); border-top: 1px solid var(--line); }
.cta__glow { position: absolute; z-index: -1; left: 50%; bottom: 0; width: min(1700px, 200vw); aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, 66%) scale(calc(0.72 + 0.28 * var(--cp, 1))); opacity: calc(0.3 + 0.7 * var(--cp, 1)); background: radial-gradient(closest-side, rgba(212, 165, 88, 0.34), rgba(212, 165, 88, 0.09) 48%, transparent 72%); }
.cta__inner { display: grid; justify-items: center; gap: 24px; }
.cta__crown { width: 56px; filter: drop-shadow(0 0 18px rgba(212, 165, 88, 0.5)); }
.cta .lead { max-width: 560px; }
.cta .actions { margin-top: 12px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--surface-1); padding-block: clamp(48px, 6vw, 80px) 32px; font-size: 14px; color: var(--text-2); }
.footer__top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px 32px; padding-bottom: clamp(40px, 5vw, 64px); }
.footer__brand { display: grid; gap: 16px; align-content: start; justify-items: start; max-width: 320px; }
.footer__brand .brand { color: var(--text); }
.footer__col { display: grid; gap: 12px; align-content: start; justify-items: start; }
.footer__col h3 { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3); margin-bottom: 6px; }
.footer__col a { transition: color 0.3s; }
.footer__col a:hover { color: var(--gold-hi); }
.footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--text-3); }
.footer__lang { color: var(--text-2); transition: color 0.3s; }
.footer__lang:hover { color: var(--gold-hi); }
@media (max-width: 800px) { .footer__top { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }

/* ---------- Scroll reveals ---------- */
.js [data-reveal] { opacity: 0; transform: translate3d(0, 30px, 0); transition: opacity 1s var(--ease-out) var(--d, 0ms), transform 1.2s var(--ease-out) var(--d, 0ms); }
.js [data-reveal="fade"] { transform: none; }
.js [data-reveal="scale"] { transform: scale(0.94); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* Headlines rise word by word */
.js [data-split] { visibility: hidden; }
.js [data-split].is-split { visibility: visible; }
.w { display: inline-block; white-space: pre; }
.js [data-split] .w { opacity: 0; transform: translate3d(0, 0.42em, 0); filter: blur(10px); transition: opacity 0.9s var(--ease-out), transform 1.1s var(--ease-out), filter 0.9s var(--ease-out); transition-delay: calc(var(--sd, 0ms) + var(--i) * 62ms); }
.js [data-split].is-in .w { opacity: 1; transform: none; filter: none; }

/* ---------- Page-to-page transition ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vt-out 0.26s var(--ease-io) both; }
::view-transition-new(root) { animation: vt-in 0.6s var(--ease-out) both; }
::view-transition-group(site-nav) { animation: none; }
@keyframes vt-out { to { opacity: 0; transform: translateY(-10px); } }
@keyframes vt-in { from { opacity: 0; transform: translateY(16px); } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; transition-delay: 0ms !important; }
  .marquee__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; gap: 16px 0; }
  .marquee__track [aria-hidden] { display: none; }
  .flow__bits, .hero__dust, .hero__cue { display: none; }
  .js .grow, .js .grow img { transform: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}
