:root {
  --blue: #092d96;
  --blue-bright: #1247d8;
  --ink: #07090d;
  --paper: #ffffff;
  --mist: #eef3ff;
  --line: rgba(7, 9, 13, .14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; letter-spacing: .06em; font-size: 19px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; background: var(--blue); color: #fff; font-size: 17px; letter-spacing: -.04em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 26px; background: var(--blue); color: #fff; border: 2px solid var(--blue); font-size: 14px; font-weight: 800; line-height: 1; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); background: var(--ink); border-color: var(--ink); }
.button-small { min-height: 45px; padding: 0 18px; font-size: 12px; }
.button-label-short { display: none; }
.button-white { color: var(--blue); background: #fff; border-color: #fff; }
.button-white:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 2px solid currentColor; font-size: 14px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; min-height: 800px; padding: 150px 0 80px; background: linear-gradient(105deg, var(--mist) 0 57%, var(--blue) 57% 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(9,45,150,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(9,45,150,.06) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { padding-top: 18px; }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(72px, 8vw, 126px); font-weight: 900; letter-spacing: -.055em; line-height: .78; text-transform: uppercase; }
.hero h1 span { color: var(--blue); }
.hero h1 .hero-final-line { color: var(--ink); }
.hero-lede { max-width: 600px; margin: 34px 0 0; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.availability { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; color: #3f4654; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #21a651; box-shadow: 0 0 0 5px rgba(33,166,81,.13); }
.hero-visual { position: relative; align-self: stretch; min-height: 590px; }
.photo-frame { position: absolute; inset: 24px -3vw 0 0; overflow: hidden; background: #111; box-shadow: 32px 32px 0 rgba(0,0,0,.15); clip-path: polygon(7% 0,100% 0,100% 92%,93% 100%,0 100%,0 7%); }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.32), transparent 45%); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.week-stamp { position: absolute; z-index: 3; top: -6px; right: -22px; display: flex; align-items: center; gap: 10px; color: #fff; text-transform: uppercase; }
.week-stamp b { font-family: var(--display); font-size: 78px; line-height: .8; letter-spacing: -.06em; }
.week-stamp span { font-family: var(--display); font-size: 17px; font-weight: 700; line-height: 1; letter-spacing: .04em; }
.hero-card { position: absolute; z-index: 4; left: -38px; bottom: 34px; width: 210px; padding: 21px 24px; background: #fff; box-shadow: 0 14px 50px rgba(0,0,0,.22); }
.rating { display: block; color: var(--blue); font-size: 14px; letter-spacing: 2px; }
.hero-card strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 25px; line-height: 1; text-transform: uppercase; }
.hero-card small { color: #5f6570; font-size: 11px; }

.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 13px; min-height: 112px; padding: 22px 30px; border-left: 1px solid rgba(255,255,255,.14); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid strong { color: #fff; font-family: var(--display); font-size: 40px; line-height: 1; }
.proof-grid span { max-width: 110px; color: rgba(255,255,255,.63); font-size: 11px; font-weight: 700; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: .36fr 1fr; gap: 70px; }
.intro h2, .included h2, .results h2, .about h2, .faq h2, .consultation h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 6vw, 88px); font-weight: 800; letter-spacing: -.045em; line-height: .92; text-transform: uppercase; }
.intro h2 em, .results h2 em { color: var(--blue); font-style: normal; }
.intro-line { white-space: nowrap; }
.intro-grid > div > p { max-width: 780px; margin: 32px 0 0; color: #4e5561; font-size: 18px; }

.section-dark { background: var(--ink); color: #fff; }
.section-dark .section-kicker { color: #8eabff; }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 100px; margin-bottom: 72px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(76px, 9vw, 132px); font-weight: 900; letter-spacing: -.06em; line-height: .75; text-transform: uppercase; }
.section-heading h2 span { color: #537cff; }
.section-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.67); font-size: 17px; }
.phase-list { border-top: 1px solid rgba(255,255,255,.2); }
.phase { display: grid; grid-template-columns: 90px 150px 1fr; gap: 30px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s ease, padding .2s ease; }
.phase:hover { padding-left: 18px; background: rgba(255,255,255,.035); }
.phase-number { color: #527bff; font-family: var(--display); font-size: 26px; font-weight: 700; }
.phase-weeks { padding-top: 5px; color: rgba(255,255,255,.56); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.phase h3 { margin: 0; font-family: var(--display); font-size: 33px; line-height: 1; text-transform: uppercase; }
.phase p { max-width: 670px; margin: 10px 0 0; color: rgba(255,255,255,.62); }

.included { background: #f8f9fc; }
.included-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 100px; align-items: start; }
.included-title { position: sticky; top: 130px; }
.included-title h2 span { color: var(--blue); }
.included-title > p:last-child { max-width: 480px; margin-top: 28px; color: #555d6b; }
.feature-list { border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 46px 1fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.feature > span { color: var(--blue); font-family: var(--display); font-size: 18px; font-weight: 800; }
.feature h3 { margin: 0; font-family: var(--display); font-size: 28px; line-height: 1.1; text-transform: uppercase; }
.feature p { margin: 7px 0 0; color: #5a6270; font-size: 14px; }

.results-top { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: end; }
.results-copy > p:not(.section-kicker) { max-width: 530px; margin: 30px 0; color: #515967; font-size: 18px; }
.results-ledger { border-top: 3px solid var(--ink); }
.result-line { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 28px; min-height: 132px; border-bottom: 1px solid var(--line); }
.result-line > strong { color: var(--blue); font-family: var(--display); font-size: 54px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.result-line > strong span { color: #8b93a0; font-size: .62em; }
.result-line p { display: flex; flex-direction: column; margin: 0; }
.result-line b { font-family: var(--display); font-size: 21px; line-height: 1.1; text-transform: uppercase; }
.result-line small { margin-top: 7px; color: #6c7380; font-size: 12px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 96px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial { display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; margin: 0; padding: 42px 36px; border-right: 1px solid var(--line); }
.testimonial:last-child { border-right: 0; }
.testimonial.featured { background: var(--mist); }
.testimonial blockquote { margin: 0; font-family: var(--display); font-size: 29px; font-weight: 600; line-height: 1.25; }
.testimonial figcaption { display: flex; flex-direction: column; margin-top: 34px; }
.testimonial figcaption strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.testimonial figcaption span { color: #6c7380; font-size: 11px; }
.review-note { margin: 15px 0 0; color: #777d87; font-size: 10px; text-align: right; }

.section-blue { position: relative; overflow: hidden; background: var(--blue); color: #fff; }
.section-blue::after { content: ""; position: absolute; right: -8%; bottom: -35%; width: 520px; height: 520px; border: 100px solid rgba(255,255,255,.06); border-radius: 50%; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .6fr 1fr; align-items: center; gap: 100px; }
.about-photo { position: relative; padding: 0 28px 28px 0; }
.about-photo::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 72%; height: 72%; border: 2px solid rgba(255,255,255,.42); }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; filter: grayscale(1); }
.about .section-kicker { color: #aec1ff; }
.about-lede { margin: 32px 0 18px; font-size: 22px; font-weight: 600; line-height: 1.5; }
.about-copy > p:not(.section-kicker):not(.about-lede) { color: rgba(255,255,255,.72); }
.credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.credentials span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.35); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font-family: var(--body); font-size: 27px; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; margin: -4px 42px 26px 0; color: #59616d; }

.consultation { padding: 100px 0; background: var(--blue); color: #fff; }
.consultation-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.consultation .section-kicker { color: #b6c7ff; }
.consultation h2 { font-size: clamp(56px, 7vw, 96px); }
.consultation-line { white-space: nowrap; }
.consultation-inner > div:first-child > p:last-child { max-width: 690px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.consultation-action { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding-bottom: 4px; }
.consultation-action > a:not(.button) { color: rgba(255,255,255,.74); font-size: 12px; }
.consultation-action > a:not(.button):hover { color: #fff; }

.site-footer { background: var(--ink); color: #fff; }
.site-footer .brand-mark { background: #fff; color: var(--blue); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; min-height: 125px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.54); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 130px; background: linear-gradient(165deg, var(--mist) 0 64%, var(--blue) 64% 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(72px, 15vw, 110px); }
  .hero-visual { min-height: 660px; }
  .photo-frame { inset: 20px 0 0 15%; }
  .week-stamp { right: 10px; }
  .hero-card { left: 8%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.14); }
  .intro-grid, .section-heading, .included-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .included-title { position: static; }
  .section-heading > p { max-width: 650px; }
  .results-top { gap: 50px; }
  .about-photo { max-width: 520px; }
  .consultation-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid p:first-of-type { display: none; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 68px 0; }
  .nav-wrap { height: 66px; }
  .site-header .brand { gap: 8px; font-size: 15px; }
  .site-header .brand-mark { width: 34px; font-size: 15px; }
  .button-small { min-height: 38px; padding-inline: 13px; font-size: 10px; }
  .button-label-full { display: none; }
  .button-label-short { display: inline; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(54px, 14.2vw, 64px); line-height: .86; }
  .hero-final-line { white-space: nowrap; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { min-height: 500px; }
  .photo-frame { inset: 15px 0 0 0; box-shadow: 14px 14px 0 rgba(0,0,0,.16); }
  .week-stamp { top: -11px; right: 5px; }
  .week-stamp b { font-size: 60px; }
  .hero-card { left: -2px; bottom: 18px; width: 184px; padding: 17px 19px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 95px; padding: 17px 14px; gap: 9px; }
  .proof-grid strong { font-size: 31px; }
  .proof-grid span { font-size: 9px; }
  .intro-grid { gap: 20px; }
  .included h2, .results h2, .about h2, .faq h2 { font-size: 44px; line-height: .96; }
  .intro h2 { font-size: clamp(29px, 8.1vw, 34px); line-height: 1; }
  .consultation { padding: 72px 0; }
  .consultation h2 { font-size: 42px; line-height: .96; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2 { font-size: 64px; }
  .phase { grid-template-columns: 46px 1fr; gap: 8px 16px; }
  .phase-weeks { padding-top: 4px; }
  .phase > div:last-child { grid-column: 2; }
  .phase h3 { font-size: 27px; }
  .phase p { font-size: 14px; }
  .results-top { grid-template-columns: 1fr; gap: 52px; }
  .results-ledger { width: 100%; }
  .result-line { grid-template-columns: 122px 1fr; gap: 16px; min-height: 100px; }
  .result-line > strong { font-size: 36px; white-space: nowrap; }
  .result-line b { font-size: 16px; }
  .result-line small { font-size: 12px; }
  .about-grid { gap: 0; }
  .about-photo { display: none; }
  .testimonials { grid-template-columns: 1fr; margin-top: 68px; }
  .testimonial { min-height: 230px; padding: 34px 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .testimonial blockquote { font-size: 24px; line-height: 1.28; }
  .testimonial:last-child { border-bottom: 0; }
  .about-lede { font-size: 18px; }
  .faq summary { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 12px; padding: 32px 0; }
}
