/* Iron Elite — premium performance brand layer */

:root {
  --section-y: 72px;
  --section-y-sm: 48px;
  --section-pad-y: 56px;
  --section-pad-y-m: 40px;
  --surface-dark:
    radial-gradient(circle at 20% 20%, rgba(242, 140, 0, 0.08), transparent 28%),
    radial-gradient(circle at 80% 40%, rgba(255, 138, 0, 0.06), transparent 30%),
    linear-gradient(180deg, #050505, #111111);
  --max: 1200px;
  --nav-h: 76px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.2, 0.64, 1);
  --glow-blue: 0 0 60px rgba(42, 74, 110, 0.2);
  --glow-orange: 0 0 48px rgba(242, 140, 0, 0.25);
  --text-display: clamp(4.25rem, 14vw, 10.5rem);
  --text-h2: clamp(2.25rem, 5.5vw, 4.25rem);
  --text-lead: clamp(1.05rem, 2vw, 1.35rem);
  --space-block: clamp(1.5rem, 4vw, 2.75rem);
}

body {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at 15% 0%, rgba(242, 140, 0, 0.06), transparent 38%),
    radial-gradient(circle at 85% 100%, rgba(255, 138, 0, 0.05), transparent 34%),
    #050505;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Section rhythm + cinematic transitions */
.section {
  padding: var(--section-pad-y) clamp(20px, 5vw, 48px);
  background: var(--surface-dark);
}
.section--tight { padding: var(--section-pad-y) clamp(20px, 5vw, 48px); }
.home-flow .section::after { display: none; }
.section-divider {
  height: 1px;
  max-width: var(--max);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--border-hi), transparent);
  opacity: 0.6;
}
.section::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(92%, 720px);
  height: 120px;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(0, 51, 255, 0.06), transparent 70%);
  opacity: 0;
  transition: opacity 0.8s var(--ease-out);
}
.section.reveal.is-in::after { opacity: 1; }

/* Typography */
.hd { letter-spacing: -0.02em; }
.lbl {
  font-size: 10px;
  letter-spacing: 0.38em;
  opacity: 0.95;
}
.section-title {
  font-size: var(--text-h2);
  line-height: 0.92;
  letter-spacing: -0.02em;
  max-width: 14ch;
}
.section-header--center .section-title { max-width: none; margin-left: auto; margin-right: auto; }
.section-desc {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.65;
  color: var(--w72);
  max-width: 42ch;
}
.about-title {
  display: flex;
  flex-direction: column;
  gap: 0.06em;
  margin-top: 14px;
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  line-height: 0.9;
  max-width: 12ch;
  color: var(--white);
}
.about-title__line {
  display: block;
}
.about-title__line--lab {
  color: var(--white);
}
.about-title__line--lab .about-title__accent {
  background: linear-gradient(135deg, #f5c06a 0%, var(--orange-hi) 50%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 24px rgba(224, 140, 36, 0.35));
}
.about-lead {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--text-lead);
  letter-spacing: 0.04em;
  color: var(--w60);
  line-height: 1.45;
  max-width: 32ch;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-body,
.prog-tag,
.perf-desc {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.7;
  color: var(--w60);
  max-width: 36ch;
}
.section-header--center .section-desc { max-width: 42ch; }
.lead {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--text-lead);
  letter-spacing: 0.04em;
  color: var(--w60);
  max-width: 32ch;
  line-height: 1.45;
}
.lead strong { color: var(--white); font-weight: 500; }

/* Buttons — luxury performance */
.btn {
  min-height: 52px;
  padding: 16px 36px;
  font-size: 11px;
  letter-spacing: 0.24em;
  clip-path: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.4s, border-color 0.3s, color 0.3s;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.12) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s var(--ease-out);
}
.btn:hover::before { transform: translateX(120%); }
.btn--primary {
  background: linear-gradient(165deg, #f0a038 0%, var(--orange) 48%, #c9781a 100%);
  color: #0a0a0a;
  box-shadow: 0 4px 28px rgba(224, 140, 36, 0.32);
}
.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 44px var(--orange-glow), 0 0 0 1px rgba(255, 200, 120, 0.28);
}
.btn--ghost {
  border: 1px solid rgba(242, 140, 0, 0.55);
  backdrop-filter: blur(8px);
  background: transparent;
  color: var(--silver);
}
.btn--ghost:hover {
  border-color: var(--orange-hi);
  background: rgba(242, 140, 0, 0.1);
  box-shadow: 0 8px 32px rgba(242, 140, 0, 0.22);
  color: var(--white);
}
.btn--accent {
  box-shadow: 0 4px 20px rgba(224, 140, 36, 0.2);
}
.btn--accent:hover { box-shadow: var(--glow-orange); }

/* Nav — glass luxury */
.nav { height: var(--nav-h); }
.nav.is-scrolled {
  background: rgba(11, 11, 11, 0.88);
  backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-links a { letter-spacing: 0.22em; font-size: 10px; }

/* Hero — one viewport, athlete collage background */
.hero {
  position: relative;
  min-height: 100svh;
  max-height: 100svh;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.hero--collage {
  background-color: #050505;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.42) 0%, rgba(5, 5, 5, 0.18) 45%, rgba(5, 5, 5, 0.12) 62%, rgba(5, 5, 5, 0.38) 100%),
    url("../images/athlete-collage-hero.png");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

.hero--collage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(242, 140, 0, 0.1), transparent 34%),
    radial-gradient(circle at 78% 24%, rgba(42, 74, 110, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.05) 0%, rgba(5, 5, 5, 0.28) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero--collage .hero-layout::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12%;
  width: min(560px, 80%);
  height: 58%;
  background: radial-gradient(ellipse at 35% 55%, rgba(255, 106, 0, 0.24), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.hero--collage .hero-layout::after {
  content: "";
  position: absolute;
  right: -5%;
  top: 8%;
  width: 50%;
  height: 75%;
  background: radial-gradient(ellipse at 75% 35%, rgba(242, 140, 0, 0.08), transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.hero--collage .hero-inner {
  position: relative;
  z-index: 1;
}

.hero--collage .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero--collage .hero-poster,
.hero--collage .hero-fallback,
.hero--collage .ang-sweep,
.hero--collage #hero-particles,
.hero--collage .hero-ang,
.hero--collage .hero-intensity,
.hero--collage .hero-glow,
.hero--collage .grid-overlay {
  display: none !important;
}

.hero--collage .hero-overlay {
  background: transparent;
  pointer-events: none;
}

.hero--collage .hero-layout,
.hero--collage .hero-scroll {
  position: relative;
  z-index: 3;
}

.hero--collage.has-video .hero-video {
  display: block;
  opacity: 0.72;
}

@media (max-width: 768px) {
  .hero--collage {
    background-position: 50% 38%;
  }
}
.hero-media,
.hero-poster,
.hero-video {
  max-height: 100%;
  object-fit: cover;
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(3,3,3,.72) 0%, rgba(3,3,3,.35) 38%, rgba(3,3,3,.88) 100%),
    linear-gradient(105deg, rgba(3,3,3,.85) 0%, rgba(3,3,3,.4) 45%, rgba(3,3,3,.65) 100%);
}
.hero-glow {
  background:
    radial-gradient(ellipse 55% 45% at 12% 35%, rgba(0, 51, 255, 0.18), transparent 60%),
    radial-gradient(ellipse 40% 35% at 88% 70%, rgba(224, 140, 36, 0.08), transparent 55%);
  animation: ambientGlow 8s ease-in-out infinite alternate;
}
@keyframes ambientGlow {
  from { opacity: 0.5; }
  to { opacity: 1; }
}
.hero.has-video .hero-video { opacity: 0.72; }
.hero.no-video .hero-poster { opacity: 0.88; }
.hero--intense .hero-poster,
.hero--intense.has-video .hero-video {
  transform: scale(1.06);
  filter: contrast(1.12) saturate(1.08);
}
.grid-overlay { opacity: 0.02; }
#hero-particles { opacity: 0.5; }
.ang-sweep { opacity: 0.75; }

/* Hero — raw intensity overlays */
.hero-intensity {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero--intense .hero-overlay {
  background:
    linear-gradient(180deg, rgba(3,3,3,.55) 0%, rgba(3,3,3,.15) 32%, rgba(3,3,3,.92) 100%),
    linear-gradient(100deg, rgba(3,3,3,.92) 0%, rgba(3,3,3,.5) 38%, rgba(3,3,3,.25) 62%, rgba(3,3,3,.75) 100%);
}
.hero-vignette-hard {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 180px rgba(0,0,0,.75), inset 0 -120px 100px rgba(0,0,0,.85);
}
.hero-grain {
  position: absolute;
  inset: -20%;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.hero-chalk {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 22% 28%, rgba(200,196,188,.12) 0 1px, transparent 2px),
    radial-gradient(circle at 35% 42%, rgba(200,196,188,.08) 0 1.5px, transparent 3px),
    radial-gradient(circle at 68% 22%, rgba(200,196,188,.1) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 38%, rgba(200,196,188,.07) 0 2px, transparent 4px),
    radial-gradient(circle at 48% 18%, rgba(200,196,188,.09) 0 1px, transparent 2px);
  background-size: 100% 100%;
  opacity: 0.7;
}
.hero-light-leak {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}
.hero-light-leak--blue {
  width: 45vw;
  height: 45vw;
  top: -10%;
  right: -8%;
  background: rgba(0, 51, 255, 0.35);
}
.hero-light-leak--orange {
  width: 35vw;
  height: 35vw;
  bottom: 5%;
  left: -6%;
  background: rgba(224, 140, 36, 0.28);
}
.hero-streak {
  position: absolute;
  top: 42%;
  left: -10%;
  width: 55%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(224,140,36,.5), transparent);
  transform: rotate(-4deg);
  opacity: 0.6;
}
.hero-eyebrow--raw {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.38em;
  margin-bottom: clamp(8px, 1.5vh, 14px);
}
.hero-title--impact {
  font-size: clamp(2.5rem, 7.5vw, 5.5rem);
  line-height: 0.86;
  letter-spacing: -0.03em;
  max-width: none;
  margin-bottom: 0.28em;
  text-shadow:
    0 4px 40px rgba(0,0,0,.8),
    0 0 80px rgba(242, 140, 0, 0.15);
}
.hero-title--impact .line-blue,
.hero-title--impact .line-accent {
  font-size: 0.38em;
  letter-spacing: 0.28em;
  color: var(--orange-hi);
  font-weight: 800;
  margin-bottom: 0.1em;
  text-shadow: 0 0 24px rgba(242, 140, 0, 0.25);
}
.hero-title--impact .line-blue--sub,
.hero-title--impact .line-accent--sub {
  font-size: 0.42em;
  letter-spacing: 0.12em;
  margin-top: 0.06em;
  margin-bottom: 0;
  color: var(--silver);
}
.hero-brand + .hero-title .hero-title__brand {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.hero-title--impact .hero-title__brand {
  letter-spacing: 0.04em;
}
.hero-title__main {
  display: block;
  font-style: italic;
  color: #fff;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5), 0 0 48px rgba(255, 255, 255, 0.06);
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
}
.hero--intense .hero-stat-n { color: var(--orange); }
.hero--intense .hero-stat {
  border-left-color: rgba(224, 140, 36, 0.35);
}
.hero-tagline {
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 1.6vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 10px;
}
.hero-stat--cred .hero-stat-n {
  font-size: clamp(0.7rem, 1.3vw, 0.85rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}
.hero-stat--cred .hero-stat-l {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w60);
}
.hero--intense .hero-stat--cred .hero-stat-n { color: var(--white); }
.hero-cred.hero-stats--inline { flex-wrap: wrap; gap: 10px 16px; }

.hero--wall .hero-layout {
  position: relative;
  z-index: 3;
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  align-content: center;
  padding: calc(var(--nav-h) + 6px) clamp(20px, 5vw, 40px) 28px;
  box-sizing: border-box;
}
.hero--wall .hero-inner {
  max-width: 720px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-height: 0;
}
.hero-kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: var(--space-block);
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-kicker::before {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
}
.hero-title {
  font-size: var(--text-display);
  line-height: 0.88;
  margin-bottom: var(--space-block);
  text-shadow: 0 0 100px rgba(0, 51, 255, 0.4);
}
.hero-title .line-blue {
  font-size: 0.42em;
  letter-spacing: 0.2em;
  margin-bottom: 0.08em;
  color: var(--w85);
  -webkit-text-stroke: 0;
  font-weight: 800;
}
.hero-sub {
  margin-bottom: clamp(12px, 2vh, 18px);
  max-width: 34ch;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}
.hero-acts {
  gap: 12px;
  margin-bottom: clamp(12px, 2vh, 18px);
}
.hero-wall-panel { display: none; }
.hero-ang .ang-line { opacity: 0.35; }

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 48px);
  padding-top: var(--space-block);
  border-top: 1px solid var(--border);
  margin-top: 8px;
}
.hero-metric__n {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-metric__l {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--w40);
  margin-top: 8px;
}

/* Ticker — refined */
.ticker {
  height: 36px;
  background: rgba(0, 51, 255, 0.92);
  border: none;
}
.ticker-item {
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 0 40px;
  opacity: 0.92;
}

/* Wallpaper → subtle brand band */
.wallpaper {
  height: clamp(64px, 10vw, 100px);
  border: none;
}
.wallpaper__img { opacity: 0.45; }
.wallpaper__fade {
  background: linear-gradient(90deg, var(--bg) 0%, transparent 25%, transparent 75%, var(--bg) 100%);
}

/* About */
.about { background: var(--bg); }
.about::before { opacity: 0.06; }
.about-grid { gap: clamp(48px, 8vw, 100px); }
.about-visual { min-height: clamp(360px, 50vh, 520px); border-radius: 0; }
.about-wall { opacity: 0.65; }
.about-quote-block { display: none; }
.about-pills {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--border);
}
.about-pill {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  transition: color 0.3s, padding-left 0.3s var(--ease-out);
}
.about-pill:hover {
  color: var(--white);
  padding-left: 12px;
}
/* Cinematic performance statement */
.cinematic-band {
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.cinematic-band__media {
  position: relative;
  display: block;
  min-height: clamp(440px, 78vh, 860px);
  background: var(--charcoal);
}
.cinematic-band__poster,
.cinematic-band__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}
.cinematic-band__video {
  opacity: 0;
  transition: opacity 1.4s var(--ease-out);
}
.cinematic-band.has-video .cinematic-band__video { opacity: 1; }
.cinematic-band.has-video .cinematic-band__poster { opacity: 0; }
.cinematic-band__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.cinematic-band__gradient {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(108deg, rgba(3, 3, 3, 0.94) 0%, rgba(3, 3, 3, 0.62) 38%, rgba(3, 3, 3, 0.18) 62%, transparent 88%),
    linear-gradient(to top, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.45) 42%, transparent 70%);
  pointer-events: none;
}
.cinematic-band__glow {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.55;
}
.cinematic-band__glow--blue {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  top: -8%;
  right: -6%;
  background: rgba(0, 51, 255, 0.35);
}
.cinematic-band__glow--orange {
  width: min(40vw, 380px);
  height: min(40vw, 380px);
  bottom: 12%;
  left: -4%;
  background: rgba(224, 140, 36, 0.22);
}
.cinematic-band__grain {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: overlay;
}
.cinematic-band__watermark {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  user-select: none;
}
.cinematic-band__content {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(2.75rem, 7vw, 5.5rem);
  pointer-events: none;
}
.cinematic-band__eyebrow {
  margin-bottom: 1.25rem;
  color: var(--orange);
}
.cinematic-band__title {
  margin: 0;
  font-size: clamp(2.75rem, 10.5vw, 7.25rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 16ch;
}
.cinematic-band__line {
  display: block;
}
.cinematic-band__line--accent {
  margin-top: 0.06em;
}
.cinematic-band__lead {
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
  max-width: 38ch;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  line-height: 1.55;
  color: var(--w60);
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Programs */
.programs { background: var(--charcoal); }
.section-header { margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.prog-grid {
  gap: 1px;
  background: var(--border);
}
.prog-card {
  padding: 48px 40px 52px;
  background: var(--bg);
  transition: background 0.45s var(--ease-out), transform 0.45s var(--ease-out), box-shadow 0.45s;
}
.prog-card:hover {
  background: var(--p1);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.prog-name { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.prog-specs { gap: 12px; margin-top: 24px; }
.prog-spec { font-size: 10px; letter-spacing: 0.14em; }

/* Performance */
.performance {
  padding: var(--section-y) clamp(20px, 6vw, 64px);
  background: var(--charcoal);
}
.performance--tight {
  padding: var(--section-y-sm) clamp(20px, 6vw, 64px);
}
.perf-grid { gap: 1px; }
.perf-card {
  padding: 40px 32px 44px;
  background: var(--bg);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.perf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* Collage */
.collage__head { padding-bottom: 3rem; }
.collage--compact .collage__head { padding-bottom: 1.5rem; }
.collage--compact { padding-bottom: clamp(40px, 6vw, 64px); }
.collage-grid { gap: 2px; padding-bottom: 0; }
.collage-cell {
  aspect-ratio: 4/5;
  border: 1px solid transparent;
  transition: border-color 0.4s, transform 0.5s var(--ease-out), box-shadow 0.5s;
}
.collage-cell:hover {
  border-color: rgba(224, 140, 36, 0.35);
  box-shadow: var(--glow-orange);
  transform: translateY(-8px);
}
.collage-cell figcaption {
  padding: 20px 18px;
  font-size: 9px;
  letter-spacing: 0.28em;
}
.collage__closeup { padding-top: 48px; padding-bottom: var(--section-y); }

/* Development */
.development { background: var(--bg); }
.dev-visual { min-height: clamp(380px, 45vh, 480px); }
.dev-visual-quote p { font-size: clamp(1.1rem, 2.5vw, 1.65rem) !important; }
.dev-pillars { margin-top: 64px; gap: 1px; }
.dev-pillar {
  padding: 40px 28px;
  background: var(--charcoal);
  transition: background 0.35s, transform 0.35s var(--ease-out);
}
.dev-pillar:hover {
  background: var(--p2);
  transform: translateY(-3px);
}
.dev-pillar-n {
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

/* Store */
.store-hero { min-height: 50vh; display: flex; align-items: center; }
.store-hero-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.store-hero h2 { font-size: var(--text-h2); }
.store-teaser {
  padding: clamp(40px, 7vw, 64px) var(--section-x);
  background: var(--p1);
  border-top: 1px solid var(--border);
}
.store-teaser__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.store-teaser__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 12px 0 8px;
}
.store-teaser__desc { margin-bottom: 20px; }
.proof-trust { margin-top: clamp(28px, 4vw, 44px); }
#store-products .section-header { margin-bottom: 3rem; }

/* Facility */
.facility-split { gap: 0; }
.facility-media { min-height: clamp(400px, 55vh, 560px); }
.facility-content { padding: var(--section-y) clamp(32px, 6vw, 72px); }
.facility-row {
  transition: padding-left 0.3s var(--ease-out);
}
.facility-row:hover { padding-left: 8px; }

/* CTA */
.cta { padding: var(--section-y) clamp(24px, 6vw, 64px); }
.cta-title { font-size: clamp(2.5rem, 8vw, 5.5rem); }
.cta-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-size: var(--text-lead);
  color: var(--w60);
  margin-bottom: 12px;
}
.cta-quote {
  margin-top: 48px;
  font-size: 13px;
  color: var(--w40);
  font-style: italic;
}

/* Reveal — softer */
.reveal {
  transform: translateY(32px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}

/* Product cards hover */
.product-card {
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

/* Mobile */
@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    max-height: 100svh;
    height: 100svh;
  }
  .hero--wall .hero-layout {
    padding: calc(var(--nav-h) + 4px) clamp(16px, 4vw, 24px) 24px;
    align-content: center;
  }
  .hero-title--impact { font-size: clamp(2.5rem, 12vw, 4.25rem); }
  .hero-title--impact .hero-title__brand { letter-spacing: 0.03em; }
  .hero-title--impact .line-accent--sub { font-size: 0.36em; letter-spacing: 0.1em; }
  .hero-metrics { gap: 20px 32px; }
  .section-title { max-width: none; }
  .cinematic-band__media { min-height: clamp(380px, 68vh, 640px); }
  .cinematic-band__title { max-width: 12ch; font-size: clamp(2.25rem, 11vw, 4.25rem); }
  .cinematic-band__watermark { font-size: clamp(4rem, 22vw, 7rem); opacity: 0.9; }
  .results-lab__grid { grid-template-columns: repeat(2, 1fr); }
  .results-lab__proof { grid-template-columns: 1fr; }
  .prog-card { padding: 36px 28px 40px; }
  .facility-content { padding: var(--section-y-sm) clamp(24px, 5vw, 40px); }
}
@media (max-width: 640px) {
  :root {
    --section-y: 48px;
    --section-pad-y: 48px;
    --section-y-sm: 48px;
  }
  .hero {
    min-height: 100svh;
    max-height: 100svh;
    height: 100svh;
  }
  .hero--wall .hero-layout {
    padding-bottom: 20px;
  }
  .hero--wall .hero-inner {
    max-height: calc(100svh - var(--nav-h) - 48px);
    overflow: hidden;
  }
  .hero-acts .btn { width: 100%; }
  .hero-metrics { flex-direction: column; gap: 20px; }
  .about-pills { margin-top: 24px; }
  .results-lab__grid { grid-template-columns: 1fr; }
}

/* ── Conversion: trust, CTAs, mobile bar, footer ── */
.section-cta,
.trust-cta,
.store-hero-acts,
.facility-acts,
.about-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.section-cta--center,
.trust-cta,
.store-hero-acts {
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.trust {
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
.trust::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 51, 255, 0.1), transparent 60%);
  pointer-events: none;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  position: relative;
  z-index: 1;
}
.trust-card {
  background: var(--bg);
  padding: 40px 28px 44px;
  transition: background 0.35s var(--ease-out), transform 0.4s var(--ease-out), box-shadow 0.4s;
  border-bottom: 2px solid transparent;
}
.trust-card:hover {
  background: var(--p1);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  border-bottom-color: var(--blue);
}
.trust-card__n,
.trust-card__tag {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--blue-hi);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.trust-card__tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
}
.trust-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
}
.trust-card__body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--w40);
  max-width: 28ch;
}

/* Results lab — performance testing */
.results-lab {
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.results-lab__visual {
  position: relative;
  min-height: clamp(280px, 42vh, 480px);
}
.results-lab__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.results-lab__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(3, 3, 3, 0.25) 0%, rgba(3, 3, 3, 0.92) 75%),
    linear-gradient(108deg, rgba(3, 3, 3, 0.85) 0%, transparent 55%);
  pointer-events: none;
}
.results-lab__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 45% at 80% 20%, rgba(0, 51, 255, 0.2), transparent 55%);
  pointer-events: none;
}
.results-lab__mark {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  user-select: none;
}
.results-lab__inner {
  position: relative;
  z-index: 2;
  margin-top: clamp(-6rem, -12vh, -4rem);
  padding-bottom: var(--section-y);
}
.results-lab__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.results-lab__card {
  background: var(--charcoal);
  padding: 36px 28px 40px;
  transition: background 0.35s var(--ease-out), transform 0.4s var(--ease-out), box-shadow 0.4s;
  border-bottom: 2px solid transparent;
}
.results-lab__card:hover {
  background: var(--p1);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  border-bottom-color: var(--orange);
}
.results-lab__metric {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--blue-hi);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.results-lab__card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
}
.results-lab__card-body {
  font-size: 14px;
  line-height: 1.6;
  color: var(--w40);
  max-width: 26ch;
}
.results-lab__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 1px;
}
.results-lab__stat {
  background: var(--charcoal);
  padding: 32px 24px;
  text-align: center;
  transition: background 0.3s;
}
.results-lab__stat:hover { background: var(--p1); }
.results-lab__stat-n {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--orange);
  margin-bottom: 8px;
}
.results-lab__stat-l {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w40);
  line-height: 1.4;
}

.hero-title:not(.hero-title--impact) {
  font-size: clamp(2.75rem, 9.5vw, 6.5rem);
  max-width: 14ch;
}

.btn--sm {
  min-height: 44px;
  padding: 12px 24px;
  font-size: 10px;
}

.nav-actions .btn--primary { display: inline-flex !important; }

.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 850;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(3, 3, 3, 0.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-hi);
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.mobile-cta-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.mobile-cta-bar__btn--primary {
  background: linear-gradient(165deg, #f0a038 0%, var(--orange) 48%, #c9781a 100%);
  color: #0a0a0a;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(0, 51, 255, 0.35);
}
.mobile-cta-bar__btn--call {
  background: transparent;
  color: var(--w85);
  border: 1px solid var(--border-hi);
}
.mobile-cta-bar__btn:active { transform: scale(0.98); }

.mobile-cta-bar.mobile-cta-bar--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
}

.footer-founder-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px clamp(24px, 5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-founder-tag {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--w40);
  margin-top: 6px;
}
.footer-founder-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer-contact-lead {
  font-size: 13px;
  color: var(--w40);
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 28ch;
}
.footer-links--contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  transition: border-color 0.25s, padding-left 0.25s;
}
.footer-contact-link:hover {
  border-color: var(--border-hi);
  padding-left: 8px;
}
.footer-contact-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
}
.footer-contact-value {
  font-size: 14px;
  color: var(--w85);
}

/* Compact homepage — content-driven height, lighter surfaces */
.home-flow > .section,
.home-flow > .facility--compact,
.home-flow > .cta--final {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
}
.home-flow .section-inner,
.home-flow .about--compact__inner,
.home-flow .facility--compact__grid {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.home-flow .page-section + .page-section,
.home-flow .hero + .section {
  margin-top: 0;
}
.section-header--compact {
  margin-bottom: 1rem;
}
.section-header--compact .section-title {
  margin-top: 6px;
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
}
.section-desc--narrow {
  max-width: 42ch;
  margin: 0 auto 0.5rem;
  text-align: center;
  font-size: 15px;
}
.home-flow .lbl {
  color: var(--orange-hi);
  text-shadow: 0 0 18px rgba(224, 140, 36, 0.2);
}
.home-flow .rule {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(224, 140, 36, 0.15));
  box-shadow: 0 0 14px rgba(224, 140, 36, 0.3);
}
.home-flow .section-title,
.home-flow .hd {
  color: #fff;
}
.home-flow .ghost {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
}
.home-flow > .page-section:not(.hero) {
  position: relative;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, rgba(224, 140, 36, 0.35), rgba(0, 174, 239, 0.2), transparent) 1;
}
.home-flow .programs {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 174, 239, 0.06), transparent 45%),
    linear-gradient(180deg, #0b0b0b, #111111);
}
.about--compact__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.home-flow .about-panel {
  position: relative;
  padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}
.home-flow .about-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(224, 140, 36, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(0, 174, 239, 0.06), transparent 50%);
}
.home-flow .about-panel > * {
  position: relative;
  z-index: 1;
}
.about--compact .about-title {
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  margin-bottom: 0.65rem;
}
.about--compact .about-lead {
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--w85);
}
.about-copy {
  font-size: 15px;
  line-height: 1.6;
  color: var(--w72);
  max-width: 48ch;
  margin: 0 auto;
}
.prog-grid--pillars {
  gap: 14px;
}
.prog-grid--pillars .prog-card {
  padding: 22px 20px 24px;
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--card-shadow);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s, border-color 0.3s;
}
.prog-grid--pillars .prog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-hi));
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.prog-grid--pillars .prog-card--feat::before {
  background: linear-gradient(90deg, var(--orange-hi), var(--orange));
}
.prog-grid--pillars .prog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 32px rgba(224, 140, 36, 0.08);
}
.prog-grid--pillars .prog-card:hover::before {
  transform: scaleX(1);
}
.prog-grid--pillars .prog-name {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin-bottom: 10px;
  color: #fff;
}
.prog-grid--pillars .prog-tag {
  font-size: 14px;
  line-height: 1.55;
  color: var(--w72);
  max-width: none;
}
.home-flow .proof {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 106, 0, 0.07), transparent 40%),
    linear-gradient(180deg, #111111, #0b0b0b);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: transparent;
}
.proof-card {
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--card-shadow);
  padding: 20px 18px 22px;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.proof-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
  opacity: 0.85;
}
.proof-card:nth-child(even)::after {
  background: linear-gradient(90deg, var(--orange-hi), transparent);
}
.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 28px rgba(242, 140, 0, 0.12);
}
.proof-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 20px rgba(242, 140, 0, 0.08);
}
.proof-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--orange-hi);
  fill: none;
  stroke-width: 1.6;
}
.proof-card:nth-child(even) .proof-card__icon svg {
  stroke: var(--orange-hi);
}
.proof-card__tag {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange-hi);
  margin-bottom: 8px;
}
.proof-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.proof-card__body {
  font-size: 13px;
  line-height: 1.55;
  color: var(--w72);
}
.facility--compact {
  padding: 0;
  background: var(--surface-dark);
  position: relative;
}
.facility--compact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 50%, rgba(0, 174, 239, 0.06), transparent 40%),
    radial-gradient(circle at 100% 30%, rgba(255, 106, 0, 0.06), transparent 38%);
}
.facility--compact__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--card-shadow);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.facility--compact__media {
  position: relative;
  min-height: 200px;
  max-height: 320px;
  overflow: hidden;
}
.facility--compact__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(5, 5, 5, 0.35) 0%, transparent 45%),
    linear-gradient(to top, rgba(5, 5, 5, 0.55) 0%, transparent 40%);
  pointer-events: none;
}
.facility--compact__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: contrast(1.06) saturate(1.08);
}
.facility--compact__copy {
  padding: 28px clamp(20px, 4vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facility--compact__copy .section-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin: 8px 0 10px;
}
.facility--compact__copy .section-desc {
  margin: 0;
  font-size: 15px;
  max-width: 38ch;
}
.facility-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}
.facility-tags li {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid var(--border);
  color: var(--w60);
}
.home-flow .cta--final {
  min-height: 0;
  max-height: none;
  padding: var(--section-pad-y) clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  background: var(--surface-dark);
  position: relative;
}
.home-flow .cta--final::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 174, 239, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 100%, rgba(255, 106, 0, 0.08), transparent 50%);
}
.home-flow .cta-inner {
  position: relative;
  z-index: 1;
}
.home-flow .cta-bg {
  display: none;
}
.cta--final .cta-pre {
  margin-bottom: 8px;
}
.cta--final .cta-desc {
  margin: 0 auto 18px;
  text-align: center;
  max-width: 40ch;
  font-size: 15px;
}
.cta--final .cta-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 10px;
}
.cta--final .cta-acts {
  margin-bottom: 0;
  gap: 12px;
}
.hero-sub {
  max-width: 36ch;
  margin-bottom: 14px;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
}
.hero-acts {
  margin-bottom: 16px;
}
.hero-cred.hero-stats--inline {
  gap: 8px 12px;
}
.home-flow .hero-scroll {
  bottom: 12px;
  opacity: 0.65;
  font-size: 9px;
}

/* Location & contact block */
.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 32px);
  text-align: left;
  padding: clamp(20px, 3vw, 28px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--card-shadow), 0 0 40px rgba(224, 140, 36, 0.06);
}
.contact-block--cta {
  max-width: 560px;
  margin: 20px auto 0;
}
.home-flow .cta--final .cta-inner {
  padding: clamp(8px, 2vw, 16px) 0;
}
.home-flow .cta--final .cta-title {
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
}
.home-flow .cta--final::before {
  background:
    radial-gradient(ellipse 60% 55% at 50% 20%, rgba(255, 106, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 45% at 80% 80%, rgba(0, 174, 239, 0.1), transparent 50%);
}
.section-desc--narrow {
  color: var(--w72);
}
.hero-stat--cred {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.hero-sub {
  color: var(--w85);
}
.contact-block--footer {
  gap: 24px;
  padding: 20px;
  margin-top: 4px;
}
.contact-block__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 12px;
}
.contact-block__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.65;
  color: var(--w85);
  margin: 0 0 14px;
}
.contact-block__line {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
}
.contact-block__line:last-child { margin-bottom: 0; }
.contact-block__line a,
.contact-block__link {
  color: var(--w85);
  transition: color 0.2s;
}
.contact-block__line a:hover,
.contact-block__link:hover {
  color: var(--orange-hi);
}
.contact-block__directions {
  margin-top: 0;
}
.contact-block__link.contact-block__directions {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-hi);
  border-bottom: 1px solid rgba(242, 140, 0, 0.45);
  padding-bottom: 2px;
}
.footer-col--visit {
  grid-column: span 1;
}

@media (max-width: 768px) {
  :root {
    --section-pad-y: var(--section-pad-y-m);
    --section-y: var(--section-pad-y-m);
    --section-y-sm: var(--section-pad-y-m);
  }
  .home-flow > .section,
  .home-flow > .facility--compact,
  .home-flow > .cta--final {
    padding-top: var(--section-pad-y-m);
    padding-bottom: var(--section-pad-y-m);
  }
}

@media (max-width: 900px) {
  .contact-block { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .facility--compact__grid {
    grid-template-columns: 1fr;
  }
  .facility--compact__media { min-height: 180px; max-height: 240px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-cta-bar { display: grid; }
  body { padding-bottom: 80px; }
  .nav-actions .btn--primary { display: none !important; }
  .footer-founder-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .proof-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .section-cta .btn,
  .trust-cta .btn,
  .about-acts .btn,
  .facility-acts .btn,
  .store-hero-acts .btn { width: 100%; justify-content: center; }
}

/* Merged performance proof — compact landing */
.proof--merged .section-header--compact {
  margin-bottom: 1.25rem;
}
.proof-merged {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}
.proof-merged__item {
  padding: 16px 18px;
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 2px solid var(--orange);
}
.proof-merged__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-hi);
  margin-bottom: 6px;
}
.proof-merged__item p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--w72);
  margin: 0;
}

/* Facility — text-only (no duplicate collage) */
.facility--solo {
  background: var(--surface-dark);
}
.facility--solo__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.facility--solo__inner .rule {
  margin-left: auto;
  margin-right: auto;
}
.facility--solo__inner .section-title {
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
}
.facility--solo__inner .section-desc {
  margin-left: auto;
  margin-right: auto;
}
.facility--solo .facility-tags {
  justify-content: center;
}

@media (max-width: 640px) {
  .proof-merged {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow { animation: none; }
  .btn::before { display: none; }
}
