:root {
  --ink: #090909;
  --ink-soft: #17120f;
  --paper: #f7f3ed;
  --paper-dim: #d8d0c8;
  --line: rgba(255, 247, 239, 0.17);
  --acid: #ff6a00;
  --orange-soft: #ff9a52;
  --cream: #fff8f0;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--acid); color: var(--ink); padding: 12px 16px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 84px;
  padding: 0 clamp(24px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, height .3s;
}
.site-header.scrolled { height: 68px; background: rgba(9,9,9,.94); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; }
.logo-frame { position: relative; width: 168px; height: 48px; overflow: hidden; display: block; background: #fff; border: 1px solid rgba(255,106,0,.9); box-shadow: 6px 6px 0 rgba(255,106,0,.18); }
.logo-frame img { position: absolute; width: 168px; height: auto; left: 0; top: -54px; display: block; }
.primary-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; color: rgba(244,242,233,.76); }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--acid); transition: right .25s; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(244,242,233,.35); padding: 11px 15px; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; }

.hero { min-height: 100svh; background: var(--ink); color: var(--paper); position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); grid-template-rows: 1fr auto; align-items: center; gap: 60px; padding: 150px clamp(24px, 6vw, 96px) 42px; isolation: isolate; overflow: hidden; }
.hero-grid, .closing-grid { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; z-index: -1; width: min(64vw, 920px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,106,0,.22), rgba(255,106,0,.07) 44%, transparent 69%); right: -10vw; top: 0; }
.hero-copy { align-self: center; max-width: 860px; }
.eyebrow, .kicker { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--paper-dim); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(255,106,0,.12); }
.hero h1 { margin: 0; font-size: clamp(70px, 9.2vw, 160px); line-height: .78; letter-spacing: -.075em; font-weight: 650; }
.hero h1 em { color: var(--acid); font-style: normal; font-weight: 300; }
.hero-intro { max-width: 620px; margin: 42px 0 0; color: rgba(244,242,233,.68); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 54px; padding: 0 20px; font-size: 13px; font-weight: 700; border: 1px solid transparent; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover { background: #ff8738; }
.button-quiet { color: var(--paper); border-color: rgba(244,242,233,.28); }
.button-quiet:hover { border-color: var(--paper); }

.signal-card { width: min(100%, 480px); justify-self: end; border: 1px solid rgba(255,106,0,.5); background: rgba(24,12,6,.62); backdrop-filter: blur(12px); padding: 22px; box-shadow: 16px 16px 0 rgba(255,106,0,.1), 0 30px 90px rgba(0,0,0,.3); }
.signal-topline { display: flex; justify-content: space-between; color: rgba(244,242,233,.5); font: 600 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.signal-live { display: flex; align-items: center; gap: 7px; }
.signal-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.signal-orbit { aspect-ratio: 1; max-height: 420px; margin: 8px auto; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,106,0,.24); border-radius: 50%; animation: orbit-pulse 5s ease-in-out infinite; }
.orbit-one { inset: 11%; }
.orbit-two { inset: 24%; animation-delay: -1.5s; }
.orbit-three { inset: 37%; animation-delay: -3s; }
.signal-orbit::before, .signal-orbit::after { content: ""; position: absolute; background: rgba(255,106,0,.22); }
.signal-orbit::before { width: 1px; height: 86%; }
.signal-orbit::after { height: 1px; width: 86%; }
.core { width: 96px; height: 96px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--acid); color: var(--ink); z-index: 2; box-shadow: 0 0 44px rgba(255,106,0,.24); }
.core b { font-size: 16px; letter-spacing: .08em; }
.core small { margin-top: 4px; font: 700 11px/1 ui-monospace, monospace; }
.signal-footer { display: flex; align-items: center; gap: 10px; color: rgba(244,242,233,.48); font: 600 12px/1 ui-monospace, monospace; letter-spacing: .06em; text-transform: uppercase; }
.signal-footer i { height: 1px; flex: 1; background: rgba(255,106,0,.32); }
.hero-foot { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line); color: rgba(244,242,233,.48); font: 600 12px/1.55 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot p { margin: 0; }
.hero-location { text-align: right; }

.marquee { overflow: hidden; background: var(--acid); border-bottom: 1px solid var(--ink); padding: 15px 0; }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 30px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; animation: marquee 28s linear infinite; }
.marquee-track i { width: 7px; height: 7px; background: var(--ink); transform: rotate(45deg); }
.section-shell { max-width: var(--max); margin-inline: auto; padding: clamp(90px, 12vw, 180px) clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: .55fr 1.2fr .75fr; gap: 40px; align-items: start; margin-bottom: 84px; }
.kicker { color: #6f625a; }
.section-heading h2, .approach h2, .closing h2 { margin: -8px 0 0; font-size: clamp(48px, 6.6vw, 104px); line-height: .9; letter-spacing: -.065em; font-weight: 500; }
.section-heading > p:last-child { margin: 0; max-width: 390px; font-size: 17px; line-height: 1.6; color: #5d524b; }
.service-list { border-top: 1px solid rgba(9,9,9,.22); }
.service { display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; padding: 34px 0; border-bottom: 1px solid rgba(9,9,9,.22); align-items: center; transition: padding .25s, background .25s; }
.service:hover { padding-left: 20px; padding-right: 20px; background: rgba(255,255,255,.45); }
.service-number { font: 700 12px/1 ui-monospace, monospace; color: #8a7d74; }
.service h3 { margin: 0 0 8px; font-size: clamp(26px, 3vw, 42px); letter-spacing: -.035em; font-weight: 550; }
.service p { margin: 0; color: #625750; font-size: 16px; line-height: 1.55; }
.service-arrow { font-size: 26px; color: var(--acid); }

.approach { background: #fff0e4; border-top: 12px solid var(--acid); }
.approach-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 160px); }
.approach-copy { position: sticky; top: 130px; align-self: start; }
.approach-copy > p:last-child { max-width: 430px; color: #5f5048; font-size: 17px; line-height: 1.65; margin-top: 36px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(9,9,9,.22); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 42px 0 48px; border-bottom: 1px solid rgba(9,9,9,.22); }
.steps li > span { font: 700 12px/1 ui-monospace, monospace; color: #79685e; }
.steps h3 { margin: 0 0 15px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; font-weight: 560; }
.steps p { margin: 0; color: #65564e; font-size: 16px; line-height: 1.6; max-width: 500px; }

.about-statement { display: grid; grid-template-columns: .55fr 1.95fr; gap: 40px; }
.statement { margin: -12px 0 0; font-size: clamp(50px, 8vw, 126px); line-height: .88; letter-spacing: -.07em; font-weight: 550; }
.statement span { color: #796d64; font-weight: 300; }
.about-grid { margin-top: clamp(90px, 12vw, 170px); margin-left: 28%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-lead { margin: 0; font-size: clamp(24px, 3vw, 40px); line-height: 1.25; letter-spacing: -.035em; }
.facts { border-top: 1px solid rgba(9,9,9,.22); }
.facts div { padding: 20px 0; border-bottom: 1px solid rgba(9,9,9,.22); display: grid; grid-template-columns: 120px 1fr; gap: 16px; }
.facts span { color: #7a6d64; font-size: 12px; }
.facts strong { font-size: 13px; font-weight: 650; }

.closing { min-height: 80vh; background: var(--ink); color: var(--paper); position: relative; overflow: hidden; isolation: isolate; display: grid; place-items: center; text-align: center; }
.closing-grid { mask-image: radial-gradient(circle at center, black, transparent 76%); }
.closing::before { content: ""; position: absolute; z-index: -1; width: min(70vw, 900px); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,106,0,.25); box-shadow: 0 0 0 100px rgba(255,106,0,.035), 0 0 0 200px rgba(255,106,0,.022); }
.closing-inner { padding: 100px 24px; }
.closing .kicker { color: var(--acid); }
.closing h2 { font-size: clamp(58px, 9vw, 136px); }
.button-light { margin-top: 46px; background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--acid); color: #090909; }

.site-footer { min-height: 230px; background: var(--ink); color: var(--paper); border-top: 1px solid var(--line); padding: 54px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: end; }
.brand-footer { align-self: start; }
.site-footer > p { margin: 0; color: rgba(244,242,233,.5); font: 600 12px/1.6 ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; color: rgba(244,242,233,.52); font-size: 12px; }
.footer-meta a { color: var(--paper); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes orbit-pulse { 0%,100% { opacity: .45; transform: scale(.98); } 50% { opacity: 1; transform: scale(1.02); } }
@keyframes marquee { to { transform: translateX(-42%); } }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; background: var(--ink); padding: 120px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .primary-nav.open { transform: translateX(0); visibility: visible; }
  .primary-nav a { padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 24px; }
  .primary-nav .nav-cta { margin-top: 24px; padding: 18px; text-align: center; font-size: 15px; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 132px; }
  .signal-card { justify-self: stretch; width: 100%; max-width: 540px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { order: 2; }
  .section-heading > p:last-child { order: 3; }
  .approach-inner { grid-template-columns: 1fr; }
  .approach-copy { position: static; }
  .about-statement { grid-template-columns: 1fr; }
  .about-grid { margin-left: 0; grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { min-height: auto; padding-bottom: 30px; }
  .hero h1 { font-size: clamp(64px, 22vw, 92px); }
  .hero-intro { margin-top: 30px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .signal-card { padding: 16px; }
  .hero-foot { margin-top: 24px; }
  .hero-foot p:first-child { display: none; }
  .hero-location { margin-left: auto; }
  .section-shell { padding-top: 88px; padding-bottom: 88px; }
  .section-heading { margin-bottom: 54px; }
  .service { grid-template-columns: 38px 1fr; }
  .service-arrow { display: none; }
  .steps li { grid-template-columns: 40px 1fr; }
  .about-grid { gap: 50px; }
  .facts div { grid-template-columns: 100px 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
