/* ================================================================
   TIER ONE ACCESS — v6
   APL Takeoff-inspired: top nav, big bold headline, brand marquee,
   grid portfolio, high-contrast luxury monochrome.
   ================================================================ */

:root {
  --bg: #050506;
  --s1: #0b0b0d;
  --s2: #101013;
  --s3: #17171b;
  --line-1: rgba(255,255,255,0.06);
  --line-2: rgba(255,255,255,0.12);
  --line-3: rgba(255,255,255,0.22);
  --text: #f4f4f2;
  --t2: #b8b8b3;
  --t3: #7d7d78;
  --t4: #4d4d4f;
  --a1: #ee5320;
  --a2: #ff8a1a;
  --a3: #ffb066;
  --a-tint: rgba(238,83,32,0.10);
  --success: #34c86c;
  --success-tint: rgba(52,200,108,0.12);
  --red: #ff5f4e;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --f-display: 'Space Grotesk', -apple-system, sans-serif;
  --f-serif: 'Instrument Serif', 'Times New Roman', Georgia, serif;
  --f-mono: 'JetBrains Mono', ui-monospace, monospace;
  --f-body: 'Inter', -apple-system, sans-serif;
  --nav-h: 72px;
  --container: 1360px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
  font-feature-settings: 'kern' 1, 'liga' 1, 'ss01' 1;
}
a { color: inherit; text-decoration: none; cursor: pointer; }
button, input, select, textarea { font: inherit; color: inherit; background: none; border: none; }
img, svg, video { display: block; max-width: 100%; }
h1, h2, h3, h4, h5 { font-family: var(--f-display); font-weight: 500; letter-spacing: -0.028em; line-height: 1.06; color: var(--text); }
em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--a2); }
p { max-width: 68ch; }
::selection { background: var(--a1); color: #fff; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.10); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.20); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 1px solid var(--a2); outline-offset: 4px; border-radius: 3px;
}

/* ============================================================
   TOP NAV — centered logo, sticky, slims on scroll
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(5,5,6,0);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 0.35s var(--ease), backdrop-filter 0.35s var(--ease), height 0.35s var(--ease), border-color 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(5,5,6,0.78);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: var(--line-1);
  height: 60px;
}
.nav-inner {
  max-width: var(--container);
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}
.nav-left { display: flex; align-items: center; gap: 32px; justify-content: flex-start; }
.nav-right { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-link {
  font-family: var(--f-body); font-size: 13px;
  color: var(--t2); font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s var(--ease);
}
.nav-link:hover { color: var(--text); }
.nav-logo {
  display: block;
  height: 42px;
  transition: height 0.35s var(--ease);
}
.nav.scrolled .nav-logo { height: 34px; }
.nav-logo img {
  height: 100%; width: auto; display: block;
  object-fit: contain;
}
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px;
  background: var(--a1); color: #fff;
  border-radius: 999px;
  font-family: var(--f-body); font-size: 12.5px; font-weight: 600;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.nav-cta:hover { background: var(--a2); transform: translateY(-1px); }

/* ============================================================
   CONTAINER + SECTION BASE
   ============================================================ */
.section { padding: 140px 0; }
.section-inner { max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.section-dark { background: var(--s1); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); }

.s-head { margin-bottom: 80px; max-width: 780px; }
.s-label {
  font-family: var(--f-mono); font-size: 12px;
  color: var(--a2); letter-spacing: 0.14em;
  margin-bottom: 28px; text-transform: uppercase;
  font-weight: 500;
}
.s-h {
  font-family: var(--f-display);
  font-size: clamp(48px, 6.5vw, 88px);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 0.98;
  margin-bottom: 24px;
  color: var(--text);
}
.s-lead {
  font-size: 18px; color: var(--t2);
  line-height: 1.55; max-width: 620px;
  letter-spacing: -0.008em;
}

/* ============================================================
   HERO — headline-first, coordinates + one CTA
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--nav-h) + 40px) 40px 80px;
  max-width: var(--container);
  margin: 0 auto;
  display: flex; flex-direction: column;
  justify-content: center;
}
.hero::before {
  content: ''; position: absolute;
  top: -20%; right: -10%;
  width: 900px; height: 900px;
  background: radial-gradient(closest-side, rgba(238,83,32,0.18), transparent 60%);
  filter: blur(60px); pointer-events: none;
}
.hero::after {
  content: ''; position: absolute;
  bottom: -10%; left: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(closest-side, rgba(255,138,26,0.08), transparent 60%);
  filter: blur(60px); pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }

.hero-meta {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  font-family: var(--f-mono); font-size: 12px;
  color: var(--t3); letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.hm-sep { color: var(--t4); }

.hero-mark {
  position: relative;
  display: block;
  width: min(520px, 78vw);
  aspect-ratio: 1051 / 500;
  margin-bottom: 40px;
}
.hero-mark img {
  position: relative; z-index: 1;
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(238,83,32,0.24)) drop-shadow(0 6px 14px rgba(0,0,0,0.55));
}
.hero-halo {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 130%; height: 220%;
  background: radial-gradient(closest-side, rgba(238,83,32,0.26), transparent 65%);
  filter: blur(32px);
  pointer-events: none;
  animation: haloBreathe 6s ease-in-out infinite;
}
@keyframes haloBreathe {
  0%, 100% { opacity: 0.7; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.06); }
}

.hero-h {
  font-family: var(--f-display);
  font-size: clamp(48px, 7.5vw, 120px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.94;
  margin-bottom: 40px;
  color: var(--text);
}
.hh-line { display: block; }
.hh-em em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--a2); }

/* -------- Staggered entrance on hero elements -------- */
.hero-el {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(6px);
  animation: heroIn 1.1s var(--ease) forwards;
  will-change: opacity, transform, filter;
}
.hero-meta.hero-el      { animation-delay: 0.05s; }
.hero-mark.hero-el      { animation-delay: 0.22s; }
.hh-line.hero-el:nth-child(1) { animation-delay: 0.55s; }
.hh-line.hero-el:nth-child(2) { animation-delay: 0.72s; }
.hh-line.hero-el:nth-child(3) { animation-delay: 0.90s; }
.hero-sub.hero-el       { animation-delay: 1.15s; }
.hero-cta.hero-el       { animation-delay: 1.35s; }
@keyframes heroIn {
  0% { opacity: 0; transform: translateY(28px); filter: blur(6px); }
  60% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-el { opacity: 1; transform: none; filter: none; animation: none; }
}

.hero-sub {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--t2); line-height: 1.5;
  max-width: 640px; margin-bottom: 48px;
  letter-spacing: -0.008em;
}

.hero-cta { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; margin-bottom: 80px; }

.hero-scroll {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--f-mono); font-size: 11px;
  color: var(--t3); letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: auto;
}
.hs-line {
  width: 48px; height: 1px; background: var(--t3);
  animation: hsPulse 2.4s ease-in-out infinite;
}
@keyframes hsPulse { 0%,100% { transform: scaleX(1); transform-origin: left; opacity: 0.6; } 50% { transform: scaleX(1.6); opacity: 1; } }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--f-body);
  font-size: 14px; font-weight: 500;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  min-height: 46px;
}
.btn-prim {
  background: var(--a1); color: #fff;
  box-shadow: 0 10px 30px rgba(238,83,32,0.20), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn-prim:hover { background: var(--a2); transform: translateY(-1px); box-shadow: 0 14px 36px rgba(255,138,26,0.34); }
.btn-lg { padding: 17px 34px; font-size: 15px; min-height: 52px; }
.btn-full { width: 100%; }
.btn-quiet {
  font-family: var(--f-body); font-size: 14px;
  color: var(--t2); transition: color 0.2s var(--ease);
  display: inline-flex; align-items: center; gap: 6px;
}
.btn-quiet:hover { color: var(--a2); }

/* ============================================================
   BRAND MARQUEE — exotic partner names scrolling
   ============================================================ */
.brand-strip {
  padding: 32px 0;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
  overflow: hidden;
  background: var(--bg);
}
.bs-label {
  text-align: center;
  font-family: var(--f-mono); font-size: 10.5px;
  letter-spacing: 0.20em; color: var(--t3);
  margin-bottom: 20px; text-transform: uppercase;
}
.bs-track {
  display: flex; gap: 40px;
  animation: bsScroll 42s linear infinite;
  width: max-content;
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}
.bs-track:hover { animation-play-state: paused; }
@keyframes bsScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.bs-row { display: flex; align-items: center; gap: 40px; flex-shrink: 0; padding-right: 40px; }
.bs-brand {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 500;
  color: var(--t2);
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: color 0.3s var(--ease);
}
.bs-row:hover .bs-brand { color: var(--t3); }
.bs-row .bs-brand:hover { color: var(--text); }
.bs-dot { color: var(--a1); font-size: 12px; }

/* ============================================================
   WORK / DOSSIERS — grid portfolio
   ============================================================ */
.grid-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 1100px) { .grid-cases { grid-template-columns: 1fr; gap: 48px; } }

.gc {
  background: var(--s1);
  border: 1px solid var(--line-1);
  padding: 20px 20px 24px;
  transition: border-color 0.3s var(--ease), transform 0.4s var(--ease);
}
.gc:hover { border-color: var(--line-3); transform: translateY(-4px); }
.gc-photo { margin-bottom: 22px; }
.gc-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gc-pair figure {
  position: relative;
  background: #fff;
  aspect-ratio: 3/4;
  overflow: hidden;
  transition: transform 0.6s var(--ease);
}
.gc:hover .gc-pair figure { transform: scale(1.01); }
.gc-pair img { width: 100%; height: 100%; object-fit: cover; object-position: top center; padding: 4px; }
.gc-tag {
  position: absolute; top: 8px; left: 8px;
  padding: 3px 8px;
  font-family: var(--f-mono); font-size: 9.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  background: rgba(255,255,255,0.94); color: var(--red);
  border-radius: 999px;
}
.gc-tag-a { color: var(--success); }

.gc-meta { display: flex; flex-direction: column; gap: 10px; }
.gc-num { font-family: var(--f-mono); font-size: 11px; color: var(--t3); letter-spacing: 0.14em; text-transform: uppercase; }
.gc-name { font-family: var(--f-display); font-size: 22px; font-weight: 500; letter-spacing: -0.02em; color: var(--text); line-height: 1.15; }
.gc-name em { font-family: var(--f-serif); font-style: italic; color: var(--a2); font-size: 18px; margin-left: 4px; }
.gc-scores {
  display: flex; align-items: baseline; gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.gcs { font-family: var(--f-display); font-size: 36px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.gcs-b { color: var(--t3); }
.gcs-a { color: var(--text); }
.gcs-arrow { color: var(--t4); font-family: var(--f-mono); font-size: 16px; }
.gc-window { font-family: var(--f-mono); font-size: 11px; color: var(--t3); letter-spacing: 0.06em; }

.disc {
  max-width: 780px;
  font-size: 12.5px;
  color: var(--t3);
  line-height: 1.65;
  padding: 24px 0;
  border-top: 1px solid var(--line-1);
  margin-top: 40px;
}

/* ============================================================
   PROCESS — three columns
   ============================================================ */
.proc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 900px) { .proc { grid-template-columns: 1fr; gap: 12px; } }

.proc-step {
  padding: 36px 32px;
  background: var(--s2);
  border: 1px solid var(--line-1);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.proc-step:hover { border-color: var(--a1); transform: translateY(-3px); }
.ps-num {
  font-family: var(--f-serif); font-style: italic;
  font-size: 72px; color: var(--a2);
  line-height: 1; margin-bottom: 24px;
}
.ps-h { font-family: var(--f-display); font-size: 22px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 12px; color: var(--text); }
.ps-p { font-size: 14.5px; color: var(--t2); line-height: 1.6; margin-bottom: 18px; }
.ps-meta { font-family: var(--f-mono); font-size: 11px; color: var(--t3); letter-spacing: 0.06em; padding-top: 14px; border-top: 1px solid var(--line-1); }

.agree {
  max-width: 780px;
  padding: 22px 26px;
  background: var(--a-tint);
  border-left: 2px solid var(--a1);
}
.agree-h { font-family: var(--f-display); font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 6px; letter-spacing: -0.01em; }
.agree-p { font-size: 13.5px; color: var(--t2); line-height: 1.6; }

/* ============================================================
   OPERATORS — tile grid, image-forward
   ============================================================ */
.ops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 900px) { .ops-grid { grid-template-columns: 1fr; } }

.op-tile {
  display: block;
  background: var(--s2);
  border: 1px solid var(--line-1);
  overflow: hidden;
  transition: border-color 0.3s var(--ease), transform 0.4s var(--ease);
}
.op-tile:hover { border-color: var(--line-3); transform: translateY(-4px); }
.op-img { aspect-ratio: 4/5; overflow: hidden; background: #000; }
.op-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transition: transform 1.2s var(--ease); }
.op-tile:hover .op-img img { transform: scale(1.04); }
.op-info { padding: 28px 28px 32px; }
.op-role { font-family: var(--f-mono); font-size: 11px; color: var(--a2); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.op-name { font-family: var(--f-display); font-size: 30px; font-weight: 500; letter-spacing: -0.028em; color: var(--text); margin-bottom: 12px; }
.op-line { font-size: 14.5px; color: var(--t2); line-height: 1.55; margin-bottom: 20px; }
.op-more { font-family: var(--f-body); font-size: 13px; color: var(--a2); font-weight: 500; transition: color 0.2s; }
.op-tile:hover .op-more { color: var(--a3); }

/* ============================================================
   PARTNER — Platinum Collection
   ============================================================ */
.partner {
  max-width: 900px;
  padding-top: 24px;
  border-top: 1px solid var(--line-2);
  position: relative;
}
.partner::before {
  content: ''; position: absolute; top: -1px; left: 0;
  width: 60px; height: 1px;
  background: var(--a1);
}
.partner-tag { font-family: var(--f-mono); font-size: 12px; color: var(--a2); letter-spacing: 0.14em; margin-bottom: 32px; text-transform: uppercase; }
.partner-lead {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--a2); line-height: 1.3;
  margin-bottom: 32px; max-width: 720px;
  letter-spacing: -0.014em;
}
.partner-lead em { color: var(--a2); font-family: inherit; font-style: italic; }
.partner-body {
  font-size: 16.5px; color: var(--t2);
  line-height: 1.7; max-width: 640px;
  margin-bottom: 48px;
}
.partner-meta {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 32px 0;
  border-top: 1px solid var(--line-1);
  margin-bottom: 28px;
}
@media (max-width: 700px) { .partner-meta { grid-template-columns: 1fr; gap: 20px; } }
.partner-meta dt { font-family: var(--f-mono); font-size: 10.5px; color: var(--t3); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.partner-meta dd { font-family: var(--f-display); font-size: 15px; color: var(--text); line-height: 1.4; font-weight: 500; }

/* ============================================================
   ACCESS — IdentityIQ + FAQ side by side
   ============================================================ */
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 1100px) { .access-grid { grid-template-columns: 1fr; gap: 60px; } }

.report {
  padding: 36px;
  border: 1px solid var(--line-2);
  background: var(--s1);
}
@media (max-width: 700px) { .report { padding: 28px 22px; } }
.rep-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--t3); margin-bottom: 22px; text-transform: uppercase; text-align: center; }
.rep-list { list-style: none; }
.rep-list li { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line-1); }
.rep-list li:last-child { border-bottom: none; }
.rep-list li span:first-child { display: flex; flex-direction: column; gap: 3px; font-family: var(--f-display); font-size: 14.5px; color: var(--text); font-weight: 500; }
.rep-list li em { font-family: var(--f-body); font-style: normal; font-size: 12px; color: var(--t3); }
.rep-amt { font-family: var(--f-mono); font-size: 15px; color: var(--t2); font-variant-numeric: tabular-nums; }
.rep-ours { margin-top: 12px; padding: 22px 20px !important; background: var(--a-tint); border-top: 1px solid rgba(238,83,32,0.30) !important; border-bottom: 1px solid rgba(238,83,32,0.30); }
.rep-ours span:first-child em { color: var(--a2); }
.rep-ours-amt { font-family: var(--f-serif); font-style: italic; font-size: 44px !important; color: var(--a2) !important; font-weight: 400; }
.rep-cta { text-align: center; margin-top: 26px; }
.rep-disc { margin-top: 22px; font-size: 11.5px; color: var(--t4); line-height: 1.65; text-align: center; }

.faq { }
.faq-item { border-top: 1px solid var(--line-1); padding: 22px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line-1); }
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--f-display); font-size: 18px; font-weight: 500;
  color: var(--text); letter-spacing: -0.014em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--f-mono); color: var(--t3); font-size: 20px; transition: color 0.3s; }
.faq-item[open] summary::after { content: '−'; color: var(--a2); }
.faq-item[open] summary { color: var(--a2); }
.faq-item p { font-size: 14.5px; color: var(--t2); line-height: 1.65; margin-top: 14px; max-width: 620px; }
.faq-item strong { color: var(--text); font-weight: 600; }

/* ============================================================
   ENGAGE
   ============================================================ */
.engage { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
@media (max-width: 900px) { .engage { grid-template-columns: 1fr; } }
.calendar { padding: 32px; background: var(--s2); border: 1px solid var(--line-1); }
@media (max-width: 700px) { .calendar { padding: 22px 18px; } }
.cal-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line-1); }
.cal-title { font-family: var(--f-display); font-size: 15px; font-weight: 500; color: var(--text); letter-spacing: -0.01em; }
.cal-tz { font-family: var(--f-mono); font-size: 11px; color: var(--t3); letter-spacing: 0.08em; text-transform: uppercase; }
.cal-strip { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.cal-strip::-webkit-scrollbar { display: none; }
.cal-day {
  padding: 12px 16px; min-width: 78px;
  border: 1px solid var(--line-1);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  cursor: pointer; transition: all 0.25s var(--ease);
  flex-shrink: 0; background: transparent;
}
.cal-day:hover { border-color: var(--line-3); background: rgba(255,255,255,0.03); }
.cal-day.selected { background: var(--text); border-color: var(--text); color: var(--bg); }
.cal-day .day-name { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--t3); text-transform: uppercase; }
.cal-day.selected .day-name { color: rgba(5,5,6,0.55); }
.cal-day .day-num { font-family: var(--f-display); font-size: 20px; font-weight: 500; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }

.cal-times-label { display: flex; justify-content: space-between; margin: 24px 0 12px; }
.cal-times-label span:first-child { font-family: var(--f-display); font-size: 15px; color: var(--text); font-weight: 500; }
.cal-times-label span:last-child { font-family: var(--f-mono); font-size: 11px; color: var(--t3); letter-spacing: 0.06em; }
.cal-times { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 600px) { .cal-times { grid-template-columns: repeat(3, 1fr); } }
.cal-time {
  padding: 12px 8px; text-align: center;
  border: 1px solid var(--line-1);
  font-family: var(--f-mono); font-size: 12.5px; color: var(--text);
  cursor: pointer; transition: all 0.2s;
  min-height: 44px; display: flex; align-items: center; justify-content: center;
}
.cal-time:hover { border-color: var(--line-3); }
.cal-time.selected { background: var(--a1); border-color: var(--a1); color: #fff; }
.cal-empty { text-align: center; padding: 20px; color: var(--t3); font-size: 13px; grid-column: 1/-1; }
.cal-confirmed { margin-top: 16px; padding: 12px 16px; background: var(--success-tint); border-left: 2px solid var(--success); display: flex; align-items: center; gap: 12px; font-size: 12.5px; color: var(--t2); }
.cal-check { width: 22px; height: 22px; border-radius: 50%; background: var(--success); color: #000; display: grid; place-items: center; font-weight: 700; flex-shrink: 0; }
.cal-confirmed strong { color: var(--text); }

.engage-side { display: flex; flex-direction: column; gap: 16px; }
.engage-call { padding: 28px 24px; background: var(--s2); border: 1px solid var(--line-1); text-align: center; color: var(--text); transition: border-color 0.2s; }
.engage-call:hover { border-color: var(--a1); }
.ec-eyebrow { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.16em; color: var(--t3); text-transform: uppercase; margin-bottom: 12px; }
.ec-num { font-family: var(--f-display); font-size: 30px; font-weight: 500; letter-spacing: -0.028em; color: var(--a2); margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.ec-foot { font-family: var(--f-mono); font-size: 11px; color: var(--t3); letter-spacing: 0.04em; }

.engage-form { padding: 28px 24px; background: var(--s2); border: 1px solid var(--line-1); }
.ef-label { font-family: var(--f-mono); font-size: 10.5px; color: var(--a2); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; font-weight: 500; }
.ef-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 600px) { .ef-row { grid-template-columns: 1fr; } }
.engage-form label { display: block; margin-bottom: 14px; }
.engage-form label span { display: block; font-family: var(--f-mono); font-size: 10.5px; color: var(--t3); letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 6px; }
.engage-form input, .engage-form select { width: 100%; padding: 12px 14px; background: var(--bg); border: 1px solid var(--line-2); font-size: 15px; color: var(--text); min-height: 44px; }
.engage-form input:focus, .engage-form select:focus { outline: none; border-color: var(--a1); }
.engage-form input::placeholder { color: var(--t4); }
.form-status { margin-top: 10px; font-family: var(--f-mono); font-size: 11px; color: var(--t3); text-align: center; min-height: 14px; letter-spacing: 0.06em; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--line-1);
  background: var(--s1);
  padding: 80px 0 32px;
}
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 0 40px; }

.foot-top { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; margin-bottom: 64px; padding-bottom: 40px; border-bottom: 1px solid var(--line-1); }
@media (max-width: 800px) { .foot-top { grid-template-columns: 1fr; gap: 24px; text-align: left; } }
.foot-logo img { height: 60px; width: auto; }
.foot-tag { font-family: var(--f-serif); font-style: italic; font-size: 20px; color: var(--a2); margin-bottom: 6px; }
.foot-sub { font-family: var(--f-body); font-size: 14px; color: var(--t2); line-height: 1.55; }

.foot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 64px; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr; gap: 32px; } }
.foot-h { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--t3); text-transform: uppercase; margin-bottom: 18px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { font-family: var(--f-body); font-size: 14px; color: var(--t2); transition: color 0.2s; }
.footer ul li a:hover { color: var(--a2); }

.foot-disc { border-top: 1px solid var(--line-1); padding-top: 40px; margin-bottom: 40px; }
.disc-h { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--t3); text-transform: uppercase; margin-bottom: 22px; }
.disc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .disc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .disc-grid { grid-template-columns: 1fr; } }
.disc-grid h5 { font-family: var(--f-display); font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 8px; letter-spacing: -0.01em; }
.disc-grid p { font-family: var(--f-body); font-size: 11.5px; color: var(--t3); line-height: 1.65; }
.disc-ph { border-left: 2px dashed var(--line-3); padding-left: 14px; }
.disc-ph p { color: var(--a2); font-style: italic; font-family: var(--f-serif); font-size: 14px; }

.foot-bottom {
  padding-top: 28px; border-top: 1px solid var(--line-1);
  display: flex; justify-content: space-between;
  font-family: var(--f-mono); font-size: 11px; color: var(--t4); letter-spacing: 0.06em;
  flex-wrap: wrap; gap: 12px;
}

/* Reveals */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 900px) {
  .nav-inner { padding: 0 20px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-left, .nav-right .nav-link { display: none; }
  .nav-right { gap: 12px; }
  .nav-logo { height: 36px; }
  .nav.scrolled .nav-logo { height: 32px; }
  .section { padding: 80px 0; }
  .section-inner { padding: 0 20px; }
  .hero { padding: calc(var(--nav-h) + 32px) 20px 60px; min-height: auto; }
  .hero-h { font-size: clamp(50px, 14vw, 88px); }
  .s-h { font-size: clamp(38px, 10vw, 56px); }
  .s-head { margin-bottom: 48px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .footer-inner { padding: 0 20px; }
  .foot-logo img { height: 48px; }
  .op-info { padding: 24px 22px 26px; }
  .bs-brand { font-size: 22px; }
  .brand-strip { padding: 24px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}
