:root {
  --bone: #f6f1eb;
  --sand: #e5d8c7;
  --ink: #1d1b1c;
  --graphite: #595959;
  --clay: #c78067;
  --rosewood: #764e4e;
  --blush: #ffe2dc;
  --citron: #e4f58e;
  --stone: #ddd4ca;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", sans-serif;
  --shadow: 0 36px 90px -54px rgba(29, 27, 28, 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bone); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; line-height: 1.02; text-wrap: balance; }
p { text-wrap: pretty; }
.wrap { margin: 0 auto; max-width: 1180px; padding: 0 32px; }
.eyebrow { color: var(--rosewood); display: block; font-size: 12px; font-weight: 600; letter-spacing: .23em; margin-bottom: 18px; text-transform: uppercase; }
.lede { color: var(--graphite); font-size: clamp(19px, 2vw, 23px); line-height: 1.65; max-width: 680px; }
.btn { align-items: center; border: 2px solid var(--ink); border-radius: 999px; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 600; justify-content: center; letter-spacing: .14em; min-height: 52px; padding: 14px 28px; text-decoration: none; text-transform: uppercase; transition: background-color .22s ease, color .22s ease, transform .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--citron); color: var(--ink); }
.btn-primary:hover { background: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--rosewood); }
.text-link { font-size: 13px; font-weight: 600; letter-spacing: .13em; text-decoration-thickness: 1px; text-transform: uppercase; text-underline-offset: 7px; }

.site-header { background: rgba(246, 241, 235, .94); border-bottom: 1px solid var(--stone); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
.nav { align-items: center; display: flex; justify-content: space-between; min-height: 92px; }
.logo { font-family: var(--serif); font-size: 30px; line-height: .9; text-decoration: none; }
.nav-links { align-items: center; display: flex; gap: clamp(14px, 1.8vw, 26px); }
.nav-links a { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.nav-links a[aria-current="page"]:not(.btn) { color: var(--rosewood); }
.nav-links a:not(.btn):hover { color: var(--rosewood); }
.nav-links .btn { flex: 0 0 auto; padding: 10px 18px; white-space: nowrap; }
.menu-toggle, .menu-label { display: none; }
.menu-toggle:focus-visible + .menu-label { outline: 3px solid var(--citron); outline-offset: 4px; }

.hero { background: radial-gradient(circle at 82% 18%, rgba(199,128,103,.18), transparent 32%), var(--bone); min-height: calc(100svh - 92px); overflow: hidden; padding: 76px 0 90px; }
.hero-grid { align-items: center; display: grid; gap: 76px; grid-template-columns: 1.04fr .96fr; }
.hero h1 { font-size: clamp(62px, 7vw, 102px); margin-bottom: 28px; max-width: 720px; }
.hero-copy .lede { margin-bottom: 34px; max-width: 610px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; }
.portrait-frame { position: relative; }
.portrait-frame::before { background: var(--citron); content: ""; height: 54%; position: absolute; right: -20px; top: -20px; width: 48%; z-index: 0; }
.portrait-frame img { aspect-ratio: 4 / 5; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.portrait-note { background: var(--white); bottom: -26px; box-shadow: var(--shadow); font-family: var(--serif); font-size: 23px; left: -34px; max-width: 290px; padding: 24px 28px; position: absolute; z-index: 2; }

.trust-strip { background: var(--ink); color: var(--white); padding: 28px 0; }
.trust-strip .wrap { align-items: center; display: flex; gap: 32px; justify-content: space-between; }
.trust-strip p { font-family: var(--serif); font-size: clamp(23px, 2.5vw, 32px); line-height: 1.2; }
.trust-strip span { color: var(--citron); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.section { padding: 120px 0; }
.section-head { margin-bottom: 62px; max-width: 780px; }
.section-head h2 { font-size: clamp(48px, 6vw, 78px); margin-bottom: 24px; }
.method { background: var(--white); }
.method-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.method-step { background: var(--bone); min-height: 330px; padding: 42px; }
.method-step .num { color: var(--clay); font-family: var(--serif); font-size: 18px; }
.method-step h3 { font-size: 37px; margin: 56px 0 18px; }
.method-step p { color: var(--graphite); }

.proof { background: var(--blush); }
.quote-grid { display: grid; gap: 22px; grid-template-columns: 1.15fr .85fr; }
.quote-card { background: var(--white); display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; padding: 50px; }
.quote-card.featured { background: var(--ink); color: var(--white); }
.quote-card blockquote { font-family: var(--serif); font-size: clamp(30px, 3vw, 45px); line-height: 1.22; }
.quote-card cite { color: var(--rosewood); font-size: 12px; font-style: normal; font-weight: 600; letter-spacing: .14em; margin-top: 40px; text-transform: uppercase; }
.quote-card.featured cite { color: var(--citron); }

.pathways { background: var(--sand); }
.path-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.path { background: var(--bone); padding: 54px; }
.path h3 { font-size: 48px; margin-bottom: 20px; }
.path p { color: var(--graphite); margin-bottom: 32px; }

.course { background: var(--ink); color: var(--white); }
.course-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; }
.course h2 { color: var(--white); font-size: clamp(48px, 6vw, 76px); margin-bottom: 24px; }
.course .lede { color: rgba(255,255,255,.75); }
.signup-form { background: var(--white); color: var(--ink); padding: 46px; }
.field-row { display: grid; gap: 14px; grid-template-columns: .8fr 1.2fr; }
label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
input { border: 1px solid var(--stone); border-radius: 0; color: var(--ink); font: inherit; min-height: 56px; padding: 12px 14px; width: 100%; }
input:focus-visible { outline: 3px solid var(--citron); outline-offset: 2px; }
.signup-form .btn { margin-top: 18px; width: 100%; }
.fine-print { color: var(--graphite); font-size: 13px; line-height: 1.5; margin-top: 16px; }
.success-note { display: none; font-family: var(--serif); font-size: 32px; }

.closing { background: var(--bone); text-align: center; }
.closing h2 { font-size: clamp(54px, 7vw, 92px); margin: 0 auto 30px; max-width: 900px; }
.closing p { color: var(--graphite); margin: 0 auto 34px; max-width: 620px; }

.site-footer { background: var(--ink); color: var(--white); padding: 70px 0 30px; }
.footer-grid { display: grid; gap: 50px; grid-template-columns: 1.4fr repeat(3, 1fr); }
.footer-brand { font-family: var(--serif); font-size: 36px; }
.footer-col h2 { color: var(--citron); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .18em; margin-bottom: 18px; text-transform: uppercase; }
.footer-col a { color: rgba(255,255,255,.76); display: block; font-size: 15px; margin: 8px 0; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: 13px; margin-top: 54px; padding-top: 24px; }
.site-footer .muted { color: rgba(255,255,255,.68); }

.page-hero { background: var(--sand); padding: 100px 0; }
.page-hero h1 { font-size: clamp(62px, 8vw, 105px); margin-bottom: 25px; max-width: 950px; }
.content-grid { display: grid; gap: 70px; grid-template-columns: .72fr 1.28fr; }
.content-grid h2 { font-size: clamp(42px, 5vw, 64px); }
.prose { max-width: 760px; }
.prose h2 { font-size: 48px; margin: 54px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 32px; margin: 38px 0 12px; }
.prose p, .prose li { color: var(--graphite); margin-bottom: 18px; }
.prose ul { padding-left: 24px; }
.faq details { border-top: 1px solid var(--stone); padding: 24px 0; }
.faq details:last-child { border-bottom: 1px solid var(--stone); }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 28px; }
.faq details p { margin: 18px 0 0; }

.split { align-items: start; display: grid; gap: 72px; grid-template-columns: .85fr 1.15fr; }
.sticky-note { position: sticky; top: 132px; }
.statement { background: var(--rosewood); color: var(--white); padding: 72px; }
.statement p { font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); line-height: 1.18; }
.statement .guarantee-title { color: var(--citron); display: block; font-size: 20px; letter-spacing: .13em; margin-bottom: 24px; }
.principles { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.principle { border: 1px solid var(--stone); min-height: 230px; padding: 36px; }
.principle h3 { font-size: 34px; margin: 24px 0 12px; }
.principle p { color: var(--graphite); }
.offer-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.offer { background: var(--white); border-top: 4px solid var(--rosewood); display: flex; flex-direction: column; min-height: 430px; padding: 40px 34px; }
.offer h2 { font-size: 42px; margin: 26px 0 18px; }
.offer p { color: var(--graphite); }
.offer .btn { margin-top: auto; }
.check-list { list-style: none; margin: 28px 0; }
.check-list li { border-top: 1px solid var(--stone); padding: 14px 0; }
.check-list li::before { color: var(--rosewood); content: "•"; margin-right: 12px; }
.case-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.case-card { background: var(--white); padding: 38px; }
.case-card h2 { font-size: 38px; margin: 28px 0 18px; }
.case-card blockquote { color: var(--graphite); font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.case-note { border-top: 1px solid var(--stone); color: var(--graphite); font-size: 14px; margin-top: 28px; padding-top: 18px; }
.video-proof { background: var(--ink); color: var(--white); }
.video-proof .section-head h2 { color: var(--white); }
.video-proof .eyebrow { color: var(--citron); }
.video-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.video-testimonial { color: var(--white); display: block; text-decoration: none; }
.video-frame { aspect-ratio: 9 / 12; background: #111; display: block; overflow: hidden; position: relative; }
.video-frame img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.video-testimonial:hover .video-frame img { transform: scale(1.025); }
.video-play { align-items: center; background: var(--citron); border-radius: 50%; bottom: 22px; color: var(--ink); display: flex; height: 54px; justify-content: center; left: 22px; padding-left: 3px; position: absolute; width: 54px; }
.video-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .13em; padding-top: 16px; text-transform: uppercase; }
.video-feature { grid-column: 1 / -1; }
.video-embed { aspect-ratio: 16 / 9; background: #111; overflow: hidden; }
.video-embed iframe { border: 0; height: 100%; width: 100%; }
.booking-panel { background: var(--white); box-shadow: var(--shadow); padding: 50px; }
.review-flag { background: var(--citron); color: var(--ink); display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .14em; margin-bottom: 24px; padding: 8px 12px; text-transform: uppercase; }
.form-stack { display: grid; gap: 18px; }
textarea, select { border: 1px solid var(--stone); border-radius: 0; color: var(--ink); font: inherit; min-height: 56px; padding: 12px 14px; width: 100%; }
textarea { min-height: 145px; resize: vertical; }
.legal { font-size: 16px; }
.legal h2 { font-size: 38px; margin: 50px 0 16px; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--graphite); margin-bottom: 16px; }
.legal ul { padding-left: 24px; }
.callout { background: var(--sand); border-left: 4px solid var(--rosewood); margin: 30px 0; padding: 28px; }
.mini-hero { background: var(--ink); color: var(--white); padding: 110px 0; text-align: center; }
.mini-hero h1 { color: var(--white); font-size: clamp(60px, 8vw, 105px); margin: 0 auto 28px; max-width: 920px; }
.mini-hero .lede { color: rgba(255,255,255,.74); margin: 0 auto; }
.expect-grid { display: grid; gap: 1px; grid-template-columns: repeat(5, 1fr); }
.expect { background: var(--white); min-height: 250px; padding: 30px 24px; }
.expect span { color: var(--clay); font-family: var(--serif); font-size: 20px; }
.expect h2 { font-size: 28px; margin: 38px 0 12px; }
.muted { color: var(--graphite); }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

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

@media (max-width: 900px) {
  body { font-size: 17px; }
  .wrap { padding: 0 22px; }
  .nav { min-height: 76px; }
  .menu-label { cursor: pointer; display: block; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .menu-toggle { height: 1px; opacity: 0; position: absolute; width: 1px; }
  .nav-links { background: var(--bone); border-bottom: 1px solid var(--stone); flex-direction: column; gap: 20px; left: 0; opacity: 0; padding: 34px 22px; pointer-events: none; position: absolute; top: 76px; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; width: 100%; }
  .menu-toggle:checked ~ .nav-links { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { min-height: auto; padding: 58px 0 90px; }
  .hero-grid, .course-grid, .content-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { gap: 64px; }
  .portrait-note { bottom: -20px; left: 16px; }
  .method-grid { grid-template-columns: 1fr; }
  .quote-grid, .path-grid, .offer-grid, .case-grid, .video-grid { grid-template-columns: 1fr; }
  .video-feature { grid-column: auto; }
  .principles { grid-template-columns: 1fr; }
  .expect-grid { grid-template-columns: 1fr 1fr; }
  .sticky-note { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 90px 0; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 56px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-strip .wrap { align-items: flex-start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; }
  .signup-form, .path, .quote-card, .method-step { padding: 32px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .expect-grid { grid-template-columns: 1fr; }
  .statement, .booking-panel { padding: 36px 26px; }
}
