/* =================================================================
   Stage Intelligence - static site stylesheet
   -----------------------------------------------------------------
   Refreshed 2026-07-03 to match the /experience page brand.
   Tokens mirror experience/src/styles.css (Z's design system).
   Kept deliberately lean: this page must stay fast and crawlable.
   ================================================================= */

/* Brand fonts (see Pitch Deck v2 identity), all loaded via the Google Fonts <link> above:
   Sansation — wordmark, headlines (Bold) and subheads (Regular).
   IBM Plex Mono — labels/kickers. Instrument Sans — body. */

:root {
  --void-black: #000;
  /* Accent — HAZE BLUE (brand primary). Used for links, labels, buttons, highlights. */
  --haze-blue: #B4F6F4;
  --cue-cyan: #B4F6F4;        /* repointed to Haze Blue; kept as an alias so existing rules pick it up */
  /* Secondary brand signals (reserved — not used site-wide yet):
     STAGE GREEN #86EFAC = status / live signals; WARNING AMBER #F3C969 = in-progress / draft. */
  --stage-green: #86EFAC;
  --warning-amber: #F3C969;
  --interference-magenta: #eaa3ef;
  --spotlight-gold: #B4F6F4;  /* was violet; unified to the Haze Blue accent */
  --rigging-violet: #7f86ff;
  --paper-white: #f8fafc;
  --muted-blue: #aab7ce;
  --rail: rgba(248, 250, 252, 0.12);
  --surface: rgba(9, 10, 22, 0.66);
  --surface-strong: rgba(20, 22, 42, 0.86);
  --shadow-glow: 0 0 48px rgba(180, 246, 244, 0.16);
  --radius-sm: 6px;
  --radius-md: 8px;
  --max-width: 1080px;
  color-scheme: dark;
}

@property --glass-arc-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--void-black);
  color: var(--paper-white);
  font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Sansation", "Instrument Sans", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

a { color: var(--cue-cyan); }

.interactive-light {
  --light-x: 62vw;
  --light-y: 28vh;
  --light-lean: 0deg;
  --light-shadow-x: 0px;
  --light-shadow-y: 0px;
  --light-head-size: clamp(120px, 13vw, 190px);

  position: fixed;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity 520ms ease;
}

.interactive-light.is-active {
  opacity: 0.54;
}

.interactive-light::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--light-x) var(--light-y), rgba(248, 250, 252, 0.13), rgba(180, 246, 244, 0.088) 8vmax, rgba(127, 134, 255, 0.045) 18vmax, transparent 34vmax),
    radial-gradient(circle at calc(var(--light-x) + var(--light-shadow-x)) calc(var(--light-y) + var(--light-shadow-y)), rgba(234, 163, 239, 0.047), transparent 25vmax);
  content: "";
  filter: blur(2px);
}

.interactive-light-glow,
.interactive-light-lamp {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
  transform:
    translate3d(calc(var(--light-x) - 50%), calc(var(--light-y) - 50%), 0)
    rotate(var(--light-lean));
  transition: transform 430ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.interactive-light-glow {
  width: clamp(340px, 42vw, 680px);
  height: clamp(340px, 42vw, 680px);
  background:
    radial-gradient(circle, rgba(248, 250, 252, 0.2), transparent 7%),
    radial-gradient(circle, rgba(180, 246, 244, 0.145), transparent 30%),
    radial-gradient(circle, rgba(127, 134, 255, 0.07), transparent 55%),
    radial-gradient(circle, rgba(234, 163, 239, 0.04), transparent 78%);
  filter: blur(26px);
}

.interactive-light-lamp {
  width: var(--light-head-size);
  height: var(--light-head-size);
  background:
    radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.72) 0 4%, rgba(248, 250, 252, 0.36) 12%, rgba(180, 246, 244, 0.18) 31%, rgba(127, 134, 255, 0.08) 55%, transparent 78%);
  opacity: 0.72;
  filter: blur(10px);
  box-shadow:
    0 0 24px 12px rgba(248, 250, 252, 0.13),
    calc(var(--light-shadow-x) * 0.3) calc(var(--light-shadow-y) * 0.3) 58px 22px rgba(180, 246, 244, 0.12),
    calc(var(--light-shadow-x) * 0.82) calc(var(--light-shadow-y) * 0.82) 120px 36px rgba(127, 134, 255, 0.074),
    calc(var(--light-shadow-x) * 1.45) calc(var(--light-shadow-y) * 1.45) 230px 48px rgba(234, 163, 239, 0.046);
}

.interactive-light-lamp::before,
.interactive-light-lamp::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.interactive-light-lamp::before {
  inset: 22%;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.52) 0 8%, rgba(180, 246, 244, 0.2) 30%, transparent 70%);
  box-shadow:
    0 0 34px rgba(255, 255, 255, 0.22),
    0 0 58px rgba(180, 246, 244, 0.2);
  filter: blur(8px);
}

.interactive-light-lamp::after {
  inset: -18%;
  background:
    radial-gradient(circle at 54% 56%, rgba(248, 250, 252, 0.16), rgba(180, 246, 244, 0.12) 28%, rgba(234, 163, 239, 0.055) 56%, transparent 78%);
  filter: blur(22px);
  opacity: 0.78;
}

/* ---------- top nav ---------- */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 22px 0 0;
  pointer-events: none;
}

.site-header::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;           /* pin to top, full width */
  height: 106px;              /* covers the ~90px nav zone + a soft fade tail */
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    var(--void-black) 0%,
    var(--void-black) 48%,
    rgba(0, 0, 0, 0.55) 74%,
    rgba(0, 0, 0, 0) 100%
  );
}

.site-nav {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  width: min(100% - 56px, 1780px);
  min-height: 58px;
  margin: 0 auto;
  pointer-events: auto;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 50px;
  min-height: 50px;
  border-radius: 999px;
  filter: drop-shadow(0 0 22px rgba(180, 246, 244, 0.24));
}

.brand-lockup img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3.3vw, 58px);
  justify-self: center;
  margin: 0;
  padding: 0;
}

.nav-links a,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: rgba(248, 250, 252, 0.74);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.82);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.nav-links a:hover { color: var(--paper-white); }

.nav-cta {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 152px;
  border-radius: 999px;
  overflow: visible;
}

.mobile-nav-menu {
  position: relative;
  z-index: 2;
  display: none;
  justify-self: end;
}

.mobile-nav-trigger {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(248, 250, 252, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(180, 246, 244, 0.12), rgba(234, 163, 239, 0.08)),
    rgba(5, 8, 14, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(248, 250, 252, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(180, 246, 244, 0.12);
  cursor: pointer;
  list-style: none;
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.mobile-nav-trigger::-webkit-details-marker {
  display: none;
}

.mobile-nav-trigger:focus-visible {
  outline: 2px solid rgba(180, 246, 244, 0.8);
  outline-offset: 4px;
}

.mobile-nav-icon {
  display: grid;
  width: 16px;
  gap: 4px;
}

.mobile-nav-icon span {
  display: block;
  height: 1px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  box-shadow: 0 0 10px rgba(180, 246, 244, 0.3);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.mobile-nav-menu[open] .mobile-nav-icon span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.mobile-nav-menu[open] .mobile-nav-icon span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-menu[open] .mobile-nav-icon span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: max-content;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(180, 246, 244, 0.1), rgba(234, 163, 239, 0.07)),
    rgba(4, 7, 12, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(248, 250, 252, 0.12),
    0 20px 48px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(180, 246, 244, 0.12);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}

.mobile-nav-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  color: rgba(248, 250, 252, 0.78);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-nav-panel a:hover,
.mobile-nav-panel a:focus-visible {
  color: var(--paper-white);
  background: rgba(248, 250, 252, 0.08);
  outline: none;
}

.hero-glass-button {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  min-width: 180px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: visible;
  color: rgba(248, 250, 252, 0.84);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.82);
}

.hero-glass-button-primary .glass-button {
  border-color: rgba(248, 250, 252, 0.32);
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(118deg, rgba(37, 72, 92, 0.54) 0%, rgba(59, 55, 105, 0.48) 48%, rgba(87, 50, 94, 0.52) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    0 16px 48px rgba(180, 246, 244, 0.1),
    0 12px 36px rgba(234, 163, 239, 0.08);
}

.hero-glass-button-primary .glass-button::before {
  opacity: 0.42;
}

.hero-glass-button-primary .glass-button::after {
  opacity: 0.34;
}

.hero-glass-button-primary .glass-button-text {
  color: rgba(248, 250, 252, 0.88);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.68);
}

.glass-button {
  --glass-arc-angle: 0deg;

  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 250, 252, 0.26);
  border-radius: 999px;
  background: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 12px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(1.45);
  -webkit-backdrop-filter: blur(14px) saturate(1.45);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.glass-button::before {
  position: absolute;
  inset: -1px;
  z-index: 2;
  padding: 1.4px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--glass-arc-angle),
      transparent 0deg,
      transparent 68deg,
      rgba(180, 246, 244, 0.98) 102deg,
      rgba(248, 250, 252, 0.96) 122deg,
      rgba(234, 163, 239, 0.88) 146deg,
      transparent 188deg,
      transparent 360deg
    );
  content: "";
  opacity: 0.28;
  pointer-events: none;
  transition: opacity 180ms ease;
  -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,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: glassEdgeSwirl 1800ms linear infinite paused;
}

.glass-button::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 38%);
  content: "";
  opacity: 0.36;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.glass-button-text {
  position: relative;
  z-index: 3;
  display: block;
  padding: 12px 22px;
  color: rgba(248, 250, 252, 0.84);
  text-decoration: none;
  transition: color 180ms ease;
}

.glass-button-shadow {
  position: absolute;
  inset: 12px 18px -10px;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 250, 252, 0.22), transparent 58%),
    radial-gradient(circle at 55% 58%, rgba(180, 246, 244, 0.3), transparent 74%);
  filter: blur(20px);
  opacity: 0.2;
  transform: translateY(3px) scale(0.92);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-cta:hover .glass-button,
.nav-cta:focus-visible .glass-button,
.hero-glass-button:hover .glass-button,
.hero-glass-button:focus-visible .glass-button {
  border-color: rgba(248, 250, 252, 0.5);
  background: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12),
    0 16px 44px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.hero-glass-button-primary:hover .glass-button,
.hero-glass-button-primary:focus-visible .glass-button {
  border-color: rgba(248, 250, 252, 0.52);
  background:
    radial-gradient(circle at 28% 10%, rgba(255, 255, 255, 0.22), transparent 25%),
    linear-gradient(118deg, rgba(47, 92, 116, 0.66) 0%, rgba(68, 62, 124, 0.58) 45%, rgba(104, 58, 112, 0.62) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12),
    0 18px 56px rgba(180, 246, 244, 0.16),
    0 16px 44px rgba(234, 163, 239, 0.12);
}

.hero-glass-button-primary:hover .glass-button-text,
.hero-glass-button-primary:focus-visible .glass-button-text {
  color: var(--paper-white);
}

.nav-cta:hover .glass-button::before,
.nav-cta:focus-visible .glass-button::before,
.hero-glass-button:hover .glass-button::before,
.hero-glass-button:focus-visible .glass-button::before {
  opacity: 1;
  animation-play-state: running;
}

.nav-cta:hover .glass-button::after,
.nav-cta:focus-visible .glass-button::after,
.hero-glass-button:hover .glass-button::after,
.hero-glass-button:focus-visible .glass-button::after {
  opacity: 0.7;
  transform: translateX(6px);
}

.nav-cta:hover .glass-button-text,
.nav-cta:focus-visible .glass-button-text,
.hero-glass-button:hover .glass-button-text,
.hero-glass-button:focus-visible .glass-button-text {
  color: var(--paper-white);
}

.nav-cta:hover .glass-button-shadow,
.nav-cta:focus-visible .glass-button-shadow,
.hero-glass-button:hover .glass-button-shadow,
.hero-glass-button:focus-visible .glass-button-shadow {
  opacity: 0.82;
  transform: translateY(5px) scale(1.12);
}

.nav-cta:active .glass-button,
.hero-glass-button:active .glass-button {
  transform: translateY(0) scale(0.985);
}

@keyframes glassEdgeSwirl {
  to {
    --glass-arc-angle: 360deg;
  }
}

/* ---------- page structure ---------- */

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 56px 0; border-bottom: 1px solid var(--rail); }
section:last-of-type { border-bottom: none; }

section h2 {
  font-size: 1.5rem;
  margin: 0 0 14px;
}

section h2::before {
  content: "// ";
  color: var(--cue-cyan);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 1.05rem;
}

section p { color: var(--muted-blue); max-width: 62ch; }

.section-kicker {
  margin-bottom: 18px;
  color: var(--spotlight-gold);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* ---------- hero ---------- */

.hero {
  padding: 96px 0 72px;
  border-bottom: 1px solid var(--rail);
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero .tagline {
  max-width: 58ch;
  margin: 0 0 30px;
  color: var(--muted-blue);
  font-size: 1.12rem;
}

.hero-home {
  width: 100vw;
  min-height: 100dvh;
  margin-left: calc(50% - 50vw);
  padding: 0;
  border-bottom: none;
}

.hero-frame {
  position: relative;
  display: flex;
  min-height: 100dvh;
  height: 100dvh;
  align-items: center;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  padding: 112px 24px 74px;
  background: #000;
  isolation: isolate;
}

.hero-frame picture,
.hero-frame img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-frame picture {
  -webkit-mask-image: linear-gradient(180deg, #000 0 58%, rgba(0, 0, 0, 0.82) 70%, rgba(0, 0, 0, 0.34) 85%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0 58%, rgba(0, 0, 0, 0.82) 70%, rgba(0, 0, 0, 0.34) 85%, transparent 100%);
}

.hero-frame img {
  display: block;
  object-fit: cover;
}

.hero-frame-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0.1) 0 28%, rgba(0, 0, 0, 0.32) 62%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.72));
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  justify-items: center;
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.hero-home h1 {
  margin: 0;
  font-size: clamp(2.5rem, 9.4vw, 7.6rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow:
    0 0 36px rgba(180, 246, 244, 0.24),
    0 8px 42px rgba(0, 0, 0, 0.88);
}

.hero-home h1 span {
  display: block;
}

.brand-name .accent {
  background: linear-gradient(90deg, var(--cue-cyan), var(--interference-magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-home .tagline {
  max-width: 66ch;
  margin: 0;
  color: rgba(248, 250, 252, 0.82);
  font-size: clamp(1rem, 1.32vw, 1.24rem);
  line-height: 1.48;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
}

.btn {
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid var(--rail);
}

.btn-primary {
  color: var(--void-black);
  background: var(--cue-cyan);
  border-color: var(--cue-cyan);
  font-weight: 600;
}

.btn-primary:hover { box-shadow: var(--shadow-glow); }

.btn-ghost { color: var(--paper-white); background: var(--surface); }

.btn-ghost:hover { border-color: var(--cue-cyan); color: var(--cue-cyan); }

/* ---------- footer ---------- */

.site-footer {
  border-top: 1px solid var(--rail);
  margin-top: 24px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 26px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--muted-blue);
}

.footer-inner a { color: var(--muted-blue); text-decoration: none; }
.footer-inner a:hover { color: var(--cue-cyan); }

/* ---------- small screens ---------- */

@media (max-width: 720px) {
  .site-header { padding-top: 14px; }

  .site-nav {
    grid-template-columns: auto 1fr auto;
    justify-content: space-between;
    justify-items: stretch;
    width: min(100% - 22px, var(--max-width));
    gap: 8px;
  }

  .brand-lockup {
    min-width: 40px;
    min-height: 40px;
  }

  .brand-lockup img {
    width: 36px;
    height: 36px;
  }

  .nav-cta {
    display: none;
  }

  .glass-button { min-height: 38px; }
  .glass-button-text { padding: 7px 12px; }

  .nav-links {
    display: none;
  }

  .mobile-nav-menu {
    display: block;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .hero-frame {
    min-height: 100dvh;
    height: 100dvh;
    padding: 112px 18px 56px;
  }

  .hero-home h1 {
    font-size: clamp(2rem, 11vw, 3.1rem);
    letter-spacing: 0.03em;
  }

  .hero-copy { gap: 14px; }
  .hero-home .tagline { font-size: 0.98rem; }

}

@media (max-width: 767px), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .interactive-light {
    display: none;
  }
}
