:root {
  color-scheme: dark;
  --carbon: #070a0c;
  --graphite: #12191d;
  --metal: #e8edf0;
  --muted: #9ba7ad;
  --cyan: #17d4ff;
  --red: #ff4c3b;
  --paper: #e7e9e6;
  --ink: #111516;
  --line: rgba(232, 237, 240, .24);
  --content: min(1200px, calc(100vw - 48px));
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--carbon); }
body { margin: 0; color: var(--metal); background: var(--carbon); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: var(--carbon); background: var(--cyan); font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.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; }

.concept-bar { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 20px; color: #a7b1b5; background: #0b1012; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.concept-bar span:nth-child(2) { color: var(--red); font-size: 8px; }

.site-header { position: absolute; z-index: 20; top: 32px; left: 0; right: 0; width: var(--content); height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wordmark b { color: var(--cyan); font-weight: 900; }
.wordmark-mark { width: 42px; height: 42px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid currentColor; clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%); font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: -.05em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
nav a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { padding: 11px 14px; border: 1px solid rgba(255,255,255,.7); }
.nav-cta:hover { color: var(--carbon); background: var(--metal); }

.opening { position: relative; min-height: 92svh; width: 100%; isolation: isolate; display: grid; align-items: end; overflow: hidden; background: #091115; }
.opening-media, .opening-grade, .opening-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.opening-media { z-index: -3; object-fit: cover; object-position: 58% center; }
.opening-grade { z-index: -2; background: linear-gradient(90deg, rgba(3,7,9,.94) 0%, rgba(3,7,9,.68) 40%, rgba(3,7,9,.08) 78%), linear-gradient(0deg, rgba(3,7,9,.8) 0%, transparent 45%, rgba(3,7,9,.32) 100%); }
.opening-grid { z-index: -1; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black 0%, transparent 70%); }
.hero-copy { width: var(--content); margin: 0 auto; padding: 176px 0 150px; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 2px; margin: 0 12px 3px 0; background: currentColor; }
h1, h2, h3 { font-family: var(--display); font-stretch: condensed; text-transform: uppercase; text-wrap: balance; }
h1 { max-width: 950px; margin: 0; font-size: clamp(4rem, 8.7vw, 8.5rem); line-height: .82; letter-spacing: -.065em; font-weight: 900; }
.hero-deck { max-width: 610px; margin: 30px 0 0; color: #d4dbde; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 20px; border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.button-primary { color: #031013; background: var(--cyan); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.button-primary:hover { background: #7feaff; }
.text-link { display: inline-flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--cyan); }
.hero-index { position: absolute; right: max(24px, calc((100vw - 1200px) / 2)); bottom: 44px; display: flex; gap: 30px; color: #d6dde0; font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-index b { margin-right: 8px; color: var(--cyan); font-size: 10px; }
.media-credit { position: absolute; right: 22px; top: 140px; margin: 0; writing-mode: vertical-rl; color: rgba(255,255,255,.66); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.service-rail { width: var(--content); margin: 0 auto; padding: 90px 0 110px; }
.section-kicker { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rail-heading { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); align-items: end; gap: 64px; margin: 64px 0 72px; }
.rail-heading h2, .craft h2, .appointment h2, .spectrum h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .88; letter-spacing: -.055em; }
.rail-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.service-stages { counter-reset: services; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-stages article { min-height: 330px; padding: 28px 28px 32px 0; border-right: 1px solid var(--line); }
.service-stages article + article { padding-left: 28px; }
.service-stages article:last-child { border-right: 0; }
.stage-number { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.service-stages h3 { max-width: 300px; margin: 68px 0 20px; font-size: clamp(1.8rem, 3vw, 2.9rem); line-height: .95; letter-spacing: -.035em; }
.service-stages article > p:last-child { max-width: 350px; margin: 0; color: var(--muted); }

.spectrum { min-height: 90svh; display: grid; grid-template-columns: minmax(320px, .85fr) minmax(440px, 1.15fr); color: var(--ink); background: var(--paper); }
.spectrum-media { position: relative; min-height: 820px; overflow: hidden; }
.spectrum-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.vertical-caption { position: absolute; left: 20px; bottom: 20px; padding: 10px 12px; color: var(--metal); background: rgba(7,10,12,.8); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.spectrum-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.eyebrow.dark { color: #0a6b80; }
.spectrum h2 { max-width: 780px; }
.service-index { list-style: none; margin: 64px 0 36px; padding: 0; border-top: 1px solid rgba(17,21,22,.25); }
.service-index li { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(17,21,22,.18); font-family: var(--display); font-size: clamp(1rem, 1.7vw, 1.45rem); font-weight: 800; letter-spacing: -.015em; text-transform: uppercase; }
.service-index b { color: #667277; font-family: var(--body); font-size: 9px; letter-spacing: .15em; }
.dark-link { align-self: flex-start; color: var(--ink); }

.craft { padding: 110px 0 140px; background: radial-gradient(circle at 85% 20%, rgba(23,212,255,.1), transparent 30%), var(--carbon); }
.craft-intro { width: var(--content); display: grid; grid-template-columns: 1fr 1.25fr .9fr; gap: 48px; align-items: end; margin: 0 auto 70px; }
.craft-intro .eyebrow { align-self: start; }
.craft-intro h2 { grid-column: 2; }
.craft-intro > p:last-child { grid-column: 3; margin: 0; color: var(--muted); }
.reveal-shell { position: relative; width: min(1040px, calc(100vw - 48px)); margin: 0 auto; }
.reveal-viewport { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.reveal-layer { position: relative; margin: 0; min-height: 680px; overflow: hidden; background: var(--graphite); }
.reveal-layer img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.reveal-layer figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.55); text-shadow: 0 2px 12px #000; }
.reveal-layer figcaption span { font-family: var(--display); font-size: 24px; font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.reveal-layer figcaption small { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.enhanced-reveal .reveal-viewport { position: relative; display: block; min-height: 760px; aspect-ratio: 16 / 10; cursor: crosshair; touch-action: pan-y; }
.enhanced-reveal .reveal-layer { position: absolute; inset: 0; min-height: 0; }
.enhanced-reveal .reveal-layer img { object-position: center 37%; }
.enhanced-reveal .reveal-front { z-index: 2; -webkit-mask-image: radial-gradient(circle at var(--reveal-x, 50%) var(--reveal-y, 50%), transparent 0, transparent max(0px, calc(var(--reveal-radius, 0px) - 36px)), #000 var(--reveal-radius, 0px)); mask-image: radial-gradient(circle at var(--reveal-x, 50%) var(--reveal-y, 50%), transparent 0, transparent max(0px, calc(var(--reveal-radius, 0px) - 36px)), #000 var(--reveal-radius, 0px)); }
.enhanced-reveal .reveal-under figcaption { left: auto; width: min(300px, calc(100% - 44px)); }
.reveal-instruction { display: none; }
.enhanced-reveal .reveal-instruction { position: absolute; z-index: 4; left: 50%; bottom: -48px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.reveal-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }

.appointment { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 88svh; color: var(--ink); background: #d8dcd9; }
.appointment-media { min-height: 760px; overflow: hidden; }
.appointment-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.appointment-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 140px); }
.appointment h2 { max-width: 870px; }
.appointment-copy > p:not(.eyebrow) { max-width: 660px; margin: 30px 0 0; color: #3f4a4e; font-size: 1.08rem; }
.appointment-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.button-dark { color: var(--metal); background: var(--ink); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.button-dark:hover { background: #263034; }
.phone-link { color: var(--ink); font-weight: 850; text-underline-offset: 5px; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 70px 0 0; background: rgba(17,21,22,.22); }
.fact-grid div { padding: 20px; background: #d8dcd9; }
.fact-grid dt { color: #5a666b; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.fact-grid dd { margin: 8px 0 0; font-family: var(--display); font-weight: 800; text-transform: uppercase; }

footer { width: var(--content); min-height: 310px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; color: var(--muted); }
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.footer-brand p { max-width: 530px; margin: 0; font-size: 13px; }
.footer-brand strong { color: var(--metal); }
.footer-meta { display: grid; justify-items: start; gap: 11px; font-size: 12px; }
.footer-meta p { max-width: 540px; margin: 0 0 8px; }
.footer-meta a { color: var(--metal); font-weight: 800; text-underline-offset: 4px; }

@media (max-width: 1100px) {
  :root { --content: min(calc(100% - 32px), 760px); }
  .site-header { height: 70px; }
  nav a:not(.nav-cta) { display: none; }
  .opening { min-height: 94svh; }
  .hero-copy { padding: 150px 0 150px; }
  .opening-media { object-position: 64% center; }
  .opening-grade { background: linear-gradient(90deg, rgba(3,7,9,.93) 0%, rgba(3,7,9,.54) 65%, rgba(3,7,9,.15) 100%), linear-gradient(0deg, rgba(3,7,9,.82) 0%, transparent 55%); }
  .hero-index { left: 16px; right: 16px; justify-content: space-between; gap: 8px; bottom: 32px; }
  .rail-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-stages { grid-template-columns: 1fr; }
  .service-stages article, .service-stages article + article { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-stages h3 { max-width: none; margin-top: 40px; }
  .spectrum { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); }
  .spectrum-copy { padding: 70px 42px; }
  .craft-intro { grid-template-columns: 1fr; }
  .craft-intro h2, .craft-intro > p:last-child { grid-column: 1; }
  .enhanced-reveal .reveal-viewport { min-height: 650px; aspect-ratio: 4 / 3; }
  .appointment { grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); }
  .appointment-copy { padding: 70px 42px; }
  .fact-grid { grid-template-columns: 1fr; }
  footer { gap: 42px; }
}

@media (max-width: 620px) {
  :root { --content: calc(100vw - 28px); }
  .concept-bar { min-height: 42px; gap: 8px; padding-inline: 10px; font-size: 8px; }
  .site-header { top: 42px; }
  .wordmark { font-size: 15px; }
  .wordmark-mark { width: 36px; height: 36px; }
  .nav-cta { padding: 9px 10px; font-size: 9px; }
  .opening { min-height: 92svh; }
  .opening-media { object-position: 64% center; }
  .opening-grade { background: linear-gradient(0deg, rgba(3,7,9,.92) 0%, rgba(3,7,9,.6) 57%, rgba(3,7,9,.24) 100%), linear-gradient(90deg, rgba(3,7,9,.56), transparent); }
  .opening-grid { background-size: 62px 62px; }
  .hero-copy { padding: 148px 0 142px; }
  h1 { max-width: 360px; font-size: clamp(3.3rem, 16vw, 5rem); line-height: .86; }
  .hero-deck { max-width: 340px; font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 26px; }
  .button { width: 100%; }
  .media-credit { display: none; }
  .hero-index { font-size: 9px; }
  .hero-index b { display: block; margin: 0 0 4px; }
  .service-rail { padding: 72px 0 84px; }
  .section-kicker span:last-child { text-align: right; }
  .rail-heading { margin: 48px 0 50px; }
  .rail-heading h2, .craft h2, .appointment h2, .spectrum h2 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .spectrum { display: flex; flex-direction: column; }
  .spectrum-media { min-height: 68svh; }
  .spectrum-copy { padding: 72px 18px 82px; }
  .service-index { margin-top: 44px; }
  .craft { padding: 82px 0 110px; }
  .craft-intro { gap: 18px; margin-bottom: 48px; }
  .reveal-shell { width: calc(100vw - 28px); }
  .reveal-viewport { grid-template-columns: 1fr; }
  .reveal-layer { min-height: 62svh; }
  .enhanced-reveal .reveal-viewport { min-height: 68svh; aspect-ratio: auto; }
  .enhanced-reveal .reveal-layer img { object-position: center 36%; }
  .reveal-layer figcaption { left: 15px; right: 15px; }
  .reveal-layer figcaption span { font-size: 20px; }
  .appointment { display: flex; flex-direction: column; }
  .appointment-media { min-height: 64svh; }
  .appointment-copy { padding: 72px 18px 82px; }
  .appointment-actions { align-items: flex-start; flex-direction: column; }
  footer { min-height: 430px; grid-template-columns: 1fr; gap: 42px; padding: 70px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .enhanced-reveal .reveal-viewport { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-height: 0; aspect-ratio: auto; cursor: default; }
  .enhanced-reveal .reveal-layer { position: relative; inset: auto; min-height: 620px; }
  .enhanced-reveal .reveal-front { -webkit-mask-image: none; mask-image: none; }
  .enhanced-reveal .reveal-instruction { display: none; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 620px) {
  .enhanced-reveal .reveal-viewport { grid-template-columns: 1fr; }
  .enhanced-reveal .reveal-layer { min-height: 58svh; }
}
