@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&family=Playfair+Display:wght@700;800&display=swap');

:root {
  --navy: #071522;
  --navy2: #0d2437;
  --ink: #071522;
  --cream: #f4f1eb;
  --gold: #c8a15a;
  --gold2: #e2c27d;
  --line: rgba(255,255,255,.14);
  --muted: #d1d9e4;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Inter, Arial, sans-serif; background: #06101a; color: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 6vw;
  background: rgba(5,10,16,.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand-lockup { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.brand-name { font-weight: 800; letter-spacing: .18em; font-size: 17px; }
.brand-sub { font-size: 11px; letter-spacing: .28em; color: var(--gold); }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; color: #dbe3ee; }
.desktop-nav a { opacity: .86; transition: opacity .2s ease, color .2s ease; }
.desktop-nav a:hover { opacity: 1; color: var(--gold2); }
.nav-cta { border: 1px solid rgba(200,161,90,.5); padding: 11px 18px; border-radius: 999px; color: var(--gold2); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }

.hero { min-height: 78vh; display: grid; place-items: center; padding: 80px 6vw; background: radial-gradient(circle at 70% 25%, rgba(200,161,90,.18), transparent 30%), linear-gradient(135deg, rgba(7,21,34,.98), rgba(6,11,17,.98)), var(--navy); position: relative; overflow: hidden; }
.hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 49%, rgba(255,255,255,.035) 50%, transparent 51%), linear-gradient(0deg, transparent 0 49%, rgba(255,255,255,.025) 50%, transparent 51%); background-size: 80px 80px; opacity: .18; }
.gateway-hero { min-height: 82vh; }
.division-hero { background: radial-gradient(circle at 75% 20%, rgba(200,161,90,.20), transparent 32%), linear-gradient(135deg, rgba(7,21,34,.98), rgba(6,11,17,.98)); }
.exit-hero { background: radial-gradient(circle at 30% 20%, rgba(200,161,90,.18), transparent 34%), linear-gradient(135deg, rgba(6,11,17,.98), rgba(10,31,48,.98)); }
.hero-inner { position: relative; max-width: 1100px; text-align: center; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .28em; font-size: 12px; font-weight: 800; margin-bottom: 18px; }
h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(46px, 7.2vw, 94px); line-height: .96; max-width: 1120px; }
.hero-sub { margin: 28px auto 0; font-size: clamp(19px, 2.2vw, 28px); color: #edf2f7; max-width: 900px; }
.hero-actions { margin-top: 38px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn { padding: 15px 24px; border-radius: 999px; font-weight: 800; letter-spacing: .04em; }
.btn-primary { background: var(--gold); color: #091522; }
.btn-secondary { border: 1px solid rgba(255,255,255,.25); color: #fff; }

.video-section, .offer, .process, .contact-section, .division-gateway, .value-band { padding: 90px 6vw; }
.section-head { max-width: 880px; margin: 0 auto 42px; text-align: center; }
.section-head h2, .case-study h2, .authority h2, .contact-card h2, .value-card h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(34px, 5vw, 64px); line-height: 1.02; }
.section-head p, .case-intro, .contact-card p, .value-card p { margin-top: 18px; font-size: 18px; color: #d1d9e4; }
.video-frame { max-width: 980px; margin: 0 auto; padding: 14px; border: 1px solid rgba(200,161,90,.34); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: 0 35px 90px rgba(0,0,0,.36); }
.video-frame iframe { width: 100%; aspect-ratio: 16/9; height: auto; border: 0; border-radius: 18px; display: block; }

.division-gateway { background: linear-gradient(180deg, #06101a, #071522); }
.division-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.division-card { background: rgba(255,255,255,.055); border: 1px solid rgba(200,161,90,.24); border-radius: 30px; padding: 36px; min-height: 450px; display: flex; flex-direction: column; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.primary-card { background: linear-gradient(135deg, rgba(200,161,90,.16), rgba(255,255,255,.055)); }
.card-kicker { color: var(--gold2); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; margin-bottom: 18px; }
.division-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; margin-bottom: 18px; }
.division-card p { color: #dbe3ee; font-size: 18px; margin-bottom: 22px; }
.division-card li { color: #edf2f7; margin: 10px 0; padding-left: 22px; position: relative; }
.division-card li:before { content: ""; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; position: absolute; left: 0; top: .62em; }
.text-link { margin-top: auto; color: var(--gold2); font-weight: 900; letter-spacing: .04em; }

.case-study { background: var(--cream); color: var(--ink); padding: 100px 6vw; }
.case-study p { color: #314050; }
.case-label { color: #8d6b2d; text-transform: uppercase; letter-spacing: .28em; font-size: 12px; font-weight: 900; margin-bottom: 16px; text-align: center; }
.case-study h2 { max-width: 1050px; margin: 0 auto; text-align: center; }
.case-intro { max-width: 840px; margin: 24px auto 50px; text-align: center; }
.case-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.three-card-grid { grid-template-columns: repeat(3, 1fr); }
.case-grid article { background: #fff; padding: 28px; border-radius: 24px; border: 1px solid rgba(7,21,34,.08); box-shadow: 0 20px 48px rgba(7,21,34,.10); }
.case-grid span { color: var(--gold); font-weight: 900; letter-spacing: .14em; }
.case-grid h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 28px; margin: 18px 0 12px; line-height: 1.08; }

.deliverables { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deliverable-card { background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 28px; padding: 30px; min-height: 220px; }
.deliverable-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 29px; line-height: 1.08; margin-bottom: 14px; }
.deliverable-card p { color: #d6dfeb; }

.authority { background: linear-gradient(90deg, var(--navy) 0 40%, var(--cream) 40% 100%); padding: 100px 6vw; }
.authority-card { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 330px 1fr; gap: 48px; align-items: center; background: #fff; color: var(--ink); border-radius: 34px; padding: 38px; box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.authority-card p { color: #334456; font-size: 18px; margin-top: 18px; }
.headshot-wrap { border-radius: 26px; overflow: hidden; background: #111; }
.headshot { width: 100%; display: block; }
.strong { color: #091522 !important; font-weight: 800; }

.steps { max-width: 1000px; margin: 0 auto; display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 22px; background: #fff; color: var(--ink); border-radius: 28px; padding: 30px; }
.step h3 { font-size: 24px; }
.step p { color: #344557; margin-top: 10px; font-size: 17px; }
.step-num { width: 54px; height: 54px; border-radius: 50%; background: var(--navy2); color: #fff; display: grid; place-items: center; font-weight: 900; }
.alternate-process { background: #071522; }

.value-band { background: var(--cream); color: var(--ink); }
.value-card { max-width: 980px; margin: 0 auto; background: #fff; border-radius: 34px; padding: 44px; border: 1px solid rgba(7,21,34,.08); box-shadow: 0 25px 70px rgba(7,21,34,.10); }
.value-card p { color: #314050; font-size: 20px; }

.contact-card { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; background: #fff; color: var(--ink); border-radius: 34px; padding: 42px; }
.contact-card p { color: #334456; }
.contact-form { display: grid; gap: 14px; }
input, textarea, select { width: 100%; border: 1px solid rgba(7,21,34,.15); border-radius: 14px; padding: 14px 16px; font-size: 15px; font-family: inherit; background: #fff; color: #071522; }
select { min-height: 58px; }
button { border: 0; border-radius: 999px; background: var(--gold); color: #081522; padding: 16px 22px; font-weight: 900; cursor: pointer; }
button:disabled { opacity: .72; cursor: not-allowed; }

.upgraded-contact { grid-template-columns: 1.55fr 1fr; gap: 48px; align-items: stretch; padding: 48px; }
.contact-left { padding-right: 36px; border-right: 1px solid rgba(7,21,34,.12); }
.contact-left h2 { font-size: clamp(42px, 5.4vw, 76px); line-height: .98; margin-bottom: 20px; }
.contact-left > p { max-width: 720px; font-size: 20px; line-height: 1.45; color: #1c2d3f; margin-bottom: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.message-phone-row { grid-template-columns: 2.1fr 1fr; align-items: start; }
.phone-stack span { display: block; color: #526171; font-size: 14px; margin: 10px 0 0 18px; }
.contact-form input, .contact-form textarea, .contact-form select { min-height: 58px; border-radius: 14px; border: 1px solid rgba(7,21,34,.16); background: #fff; color: #071522; font-size: 16px; }
.contact-form textarea { padding-top: 18px; resize: vertical; }
.contact-form button { width: 100%; margin-top: 6px; display: flex; justify-content: center; gap: 18px; align-items: center; font-size: 17px; }
.privacy-note, .fit-note { text-align: center; font-size: 14px !important; color: #4d5a68 !important; margin-top: 10px !important; }
.contact-right { display: grid; gap: 22px; }
.side-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid rgba(200,161,90,.24); }
.side-item h3 { font-size: 22px; letter-spacing: -.02em; margin: 0 0 8px; }
.side-item p { color: #253548; font-size: 17px; }
.side-icon { width: 42px; height: 42px; border: 2px solid var(--gold); color: var(--gold); border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 24px; }
.quote-card { background: #f4f1eb; border-radius: 18px; padding: 28px; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 62px; line-height: .6; }
.quote-card p { color: #1b2b3b; font-style: italic; font-size: 17px; margin: 10px 0 18px; }
.quote-name { text-transform: uppercase; letter-spacing: .1em; font-weight: 900; color: #071522; }
.quote-title { color: #4b5968; font-size: 14px; }

footer { border-top: 1px solid var(--line); text-align: center; padding: 28px 20px; background: #06101a; }
footer p { font-size: 13px; color: #8f9aa8; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(200,161,90,.18), transparent 34%), linear-gradient(135deg,#071522,#050a10); color: #fff; padding: 28px; }
.thanks-card { width: min(760px, 94vw); background: rgba(255,255,255,.06); border: 1px solid rgba(200,161,90,.28); border-radius: 30px; padding: 52px; text-align: center; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.thanks-card h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(42px, 6vw, 72px); }
.thanks-card p { color: #dbe3ee; font-size: 18px; margin-top: 18px; }
.countdown { color: var(--gold); font-weight: 900; }
.home-link { display: inline-block; margin-top: 28px; background: var(--gold); color: #071522; padding: 14px 24px; border-radius: 999px; font-weight: 900; }

@media(max-width: 1050px) {
  .desktop-nav { display: none; }
}

@media(max-width: 900px) {
  .nav-cta { display: none; }
  .case-grid, .three-card-grid, .deliverables, .authority-card, .contact-card, .division-grid { grid-template-columns: 1fr; }
  .authority { background: var(--navy); padding: 70px 5vw; }
  .authority-card { padding: 24px; }
  .site-header { padding: 14px 5vw; }
  .hero { min-height: 70vh; padding: 60px 5vw; }
  .video-section, .offer, .process, .contact-section, .case-study, .division-gateway, .value-band { padding: 70px 5vw; }
  .upgraded-contact { grid-template-columns: 1fr; padding: 28px; }
  .contact-left { border-right: 0; padding-right: 0; }
  .form-row, .message-phone-row { grid-template-columns: 1fr; }
  .division-card { min-height: auto; padding: 28px; }
}
