:root {
  --ink: #07131d;
  --ink-2: #0b2232;
  --cyan: #1ec8ff;
  --blue: #087cb8;
  --yellow: #f4e600;
  --orange: #ff8a1f;
  --paper: #f6f8fa;
  --muted: #647581;
  --line: #dce4e9;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.nav { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 26px 0; color: white; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; font-weight: 800; font-size: 1.25rem; text-decoration: none; letter-spacing: -.04em; }
.brand > span:last-child > span { font-weight: 400; }
.brand-mark { display: inline-flex; align-items: center; gap: 3px; height: 30px; }
.brand-mark i { display: block; width: 5px; border-radius: 4px; background: var(--yellow); }
.brand-mark i:nth-child(1), .brand-mark i:nth-child(5) { height: 15px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(4) { height: 25px; }
.brand-mark i:nth-child(3) { height: 32px; }
.nav-cta { border-bottom: 1px solid rgba(255,255,255,.55); padding: 6px 0; color: white; font-weight: 700; text-decoration: none; }

.hero { position: relative; min-height: 780px; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; padding: 130px max(48px, calc((100vw - 1180px)/2)) 72px; background: radial-gradient(circle at 78% 42%, #0d5274 0, #082f45 22%, var(--ink) 56%); color: white; }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(30,200,255,.16); filter: blur(70px); top: 22%; left: 37%; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow, .eyebrow.light { color: var(--cyan); }
h1, h2 { margin: 0; font-weight: 850; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 700px; font-size: clamp(3.5rem, 6.4vw, 6.1rem); }
h1 em, h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 30px 0 34px; color: #c8d8e2; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 14px 20px; border: 0; border-radius: 4px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #fff229; }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.04); }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; color: #9fb3bf; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-row span:before { content: "✓"; margin-right: 8px; color: var(--yellow); }

.hero-visual { align-self: center; height: auto; display: flex; justify-content: center; }
.hero-flyer { display: block; width: 100%; max-width: 520px; height: auto; }

.marquee { overflow: hidden; padding: 16px 24px; background: var(--yellow); color: var(--ink); font-size: .82rem; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.marquee span { margin: 0 20px; }
.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }

.webb-message { display: grid; grid-template-columns: minmax(280px, 430px) 1fr; gap: clamp(54px, 8vw, 110px); align-items: center; }
.message-video-wrap { position: relative; max-width: 430px; padding: 12px; background: var(--ink); box-shadow: 0 28px 70px rgba(7,19,29,.2); }
.message-video-wrap:before { content: ""; position: absolute; z-index: -1; inset: -22px 22px 22px -22px; border: 1px solid rgba(8,124,184,.28); }
.message-video { display: block; width: 100%; aspect-ratio: 9 / 16; background: #02070b; object-fit: cover; }
.message-copy { max-width: 620px; }
.message-copy h2 { margin-bottom: 28px; }
.message-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.message-copy .message-note { padding-left: 18px; border-left: 3px solid var(--yellow); color: #334853; font-size: .95rem; }
.button-dark { margin-top: 16px; background: var(--ink); color: white; }
.button-dark:hover { background: var(--ink-2); }

.section-heading { display: grid; grid-template-columns: 1fr .7fr; column-gap: 72px; align-items: end; margin-bottom: 50px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.section-heading > p:last-child { margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.deliverable { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 18px; min-height: 245px; padding: 36px 36px 36px 0; border-bottom: 1px solid var(--line); }
.deliverable:nth-child(odd) { border-right: 1px solid var(--line); }
.deliverable:nth-child(even) { padding-left: 36px; }
.deliverable .number { color: var(--blue); font-size: 2.5rem; font-weight: 300; letter-spacing: -.06em; }
.deliverable .type { margin: 0 0 5px; color: var(--blue); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.deliverable h3 { margin: 0 0 12px; font-size: 1.55rem; letter-spacing: -.035em; }
.deliverable p:last-child { margin: 0; color: var(--muted); }
.deliverable .format { position: absolute; right: 28px; bottom: 28px; padding: 5px 9px; border: 1px solid var(--line); color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.investment { width: 100%; padding: 0; background: var(--ink-2); color: white; }
.investment-inner { display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 92px 0; }
.price-block { padding: 32px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.price-block p { margin: 0; color: #99b0be; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.price-block strong { display: block; margin: 8px 0 0; font-size: 5rem; line-height: 1; letter-spacing: -.07em; }
.price-block sup { color: var(--yellow); font-size: 1.5rem; vertical-align: top; }
.price-block > span { display: block; margin: 12px 0 24px; color: #b3c4ce; font-size: .82rem; }

.section-heading.compact { grid-template-columns: 1fr; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps article { min-height: 240px; padding: 30px 26px 20px 0; border-right: 1px solid var(--line); }
.steps article:not(:first-child) { padding-left: 26px; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--orange); font-size: .72rem; font-weight: 850; }
.steps h3 { margin: 46px 0 12px; font-size: 1.5rem; }
.steps p { margin: 0; color: var(--muted); font-size: .94rem; }

.location { padding-top: 0; }
.location-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: center; padding: 70px; background: linear-gradient(125deg, #08283b, #06121b); color: white; }
.location-card:after { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -200px; border: 1px solid rgba(30,200,255,.3); border-radius: 50%; box-shadow: 0 0 80px rgba(30,200,255,.12); }
.location-copy { position: relative; z-index: 2; }
.location-copy h2 { max-width: 730px; font-size: clamp(2.5rem, 4.2vw, 4rem); }
.location-copy > p:not(.eyebrow) { max-width: 680px; color: #b7c9d4; font-size: 1.05rem; }
.location-copy ul { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: #d3dfe5; font-size: .85rem; }
.location-copy li:before { content: "•"; color: var(--yellow); margin-right: 9px; }
.location-badge { position: relative; z-index: 2; padding: 30px; border: 1px solid rgba(255,255,255,.18); text-align: center; background: rgba(255,255,255,.04); }
.location-badge span, .location-badge small { display: block; color: #9fb8c6; text-transform: uppercase; letter-spacing: .13em; }
.location-badge strong { display: block; padding: 15px 0; color: var(--yellow); font-size: 3.5rem; line-height: .95; letter-spacing: -.06em; }

.reserve { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.reserve-copy { position: sticky; top: 40px; }
.reserve-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.direct-email { display: inline-flex; gap: 12px; margin-top: 16px; color: var(--blue); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 36px; background: white; border: 1px solid var(--line); box-shadow: 0 25px 70px rgba(7,19,29,.08); }
.lead-form label { display: grid; gap: 7px; color: #394a55; font-size: .78rem; font-weight: 750; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid #ced8de; border-radius: 3px; padding: 14px; color: var(--ink); background: #fbfcfd; font: inherit; font-size: .95rem; }
.lead-form input:focus, .lead-form textarea:focus { outline: 2px solid rgba(8,124,184,.22); border-color: var(--blue); }
.lead-form .full { grid-column: 1 / -1; }
.lead-form .button { width: 100%; margin-top: 4px; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: .75rem; font-weight: 400; text-align: center; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { grid-column: 1 / -1; padding: 38px 24px; text-align: center; }
.form-success strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 1.4rem; }
.form-success p { margin: 0; color: var(--muted); }
.lead-form.is-submitting button { opacity: .72; pointer-events: none; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px max(24px, calc((100vw - 1180px)/2)); background: #040b10; color: #8499a6; font-size: .82rem; }
footer p { margin: 0; }
footer > a:last-child { color: white; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 50px; padding-top: 130px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(580px, 100%); height: auto; justify-self: center; }
  .webb-message { grid-template-columns: minmax(260px, 360px) 1fr; gap: 52px; }
  .section-heading, .reserve { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; }
  .investment-inner { grid-template-columns: 1fr 360px; gap: 36px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  .reserve-copy { position: static; }
  .location-card { grid-template-columns: 1fr; }
  .location-badge { max-width: 280px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .nav { width: calc(100% - 32px); padding-top: 18px; }
  .nav-cta { display: none; }
  .hero { gap: 32px; padding: 112px 20px 42px; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.3rem); }
  .hero-lead { margin: 22px 0 26px; font-size: 1.02rem; }
  .hero-actions .button { width: 100%; }
  .proof-row { gap: 8px 14px; }
  .hero-visual { height: auto; }
  .marquee { font-size: .7rem; }
  .marquee span { margin: 0 7px; }
  .section { width: calc(100% - 40px); padding: 76px 0; }
  .webb-message { grid-template-columns: 1fr; gap: 54px; }
  .message-video-wrap { width: min(100%, 390px); margin: 0 auto; }
  .message-video-wrap:before { inset: -14px 14px 14px -14px; }
  .message-copy > p:not(.eyebrow) { font-size: 1rem; }
  .message-copy .button { width: 100%; }
  .section-heading { margin-bottom: 34px; }
  h2 { font-size: 2.75rem; }
  .deliverables { grid-template-columns: 1fr; }
  .deliverable, .deliverable:nth-child(even) { grid-template-columns: 60px 1fr; padding: 26px 0; border-right: 0; }
  .deliverable .number { font-size: 2rem; }
  .deliverable .format { display: none; }
  .investment-inner { grid-template-columns: 1fr; width: calc(100% - 40px); padding: 70px 0; }
  .price-block strong { font-size: 4.4rem; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { min-height: 0; padding: 26px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps h3 { margin: 18px 0 8px; }
  .location { width: 100%; }
  .location-card { gap: 42px; padding: 56px 24px; }
  .location-copy ul { display: grid; }
  .reserve { gap: 42px; }
  .lead-form { grid-template-columns: 1fr; padding: 22px; }
  .lead-form label, .lead-form .full { grid-column: 1; }
  .direct-email { font-size: .9rem; }
  footer { flex-direction: column; align-items: flex-start; padding: 40px 20px; }
  .mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--yellow); color: var(--ink); box-shadow: 0 8px 35px rgba(0,0,0,.28); font-weight: 850; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
