:root {
  --black: #171411;
  --cream: #f4f0e9;
  --paper: #fbfaf7;
  --gold: #a18453;
  --gold-light: #c7ad7c;
  --ink: #211d19;
  --muted: #746d65;
  --line: rgba(33, 29, 25, .13);
}

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

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5vw; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { color: var(--ink); text-decoration: none; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-name { font: 500 1.42rem "Playfair Display", serif; letter-spacing: .15em; }
.brand-subtitle { margin-top: 6px; color: var(--gold); text-transform: uppercase; font-size: .5rem; letter-spacing: .12em; font-weight: 600; }
.header-cta { color: var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; border-bottom: 1px solid var(--gold); padding: 7px 0; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav > a { color: var(--muted); text-decoration: none; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav > a:hover { color: var(--gold-light); }

.hero { min-height: 740px; color: var(--ink); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); overflow: hidden; }
.hero-content { padding: 9vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.hero-visual { position: relative; min-height: 680px; margin: 32px 32px 32px 0; overflow: hidden; background: #e8e4df; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-seal { position: absolute; left: 28px; bottom: 28px; width: 150px; height: 150px; border-radius: 50%; background: rgba(251,250,247,.94); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; padding: 20px; box-shadow: 0 14px 40px rgba(0,0,0,.14); }
.hero-seal span { font: 500 1.7rem "Playfair Display", serif; letter-spacing: 0; margin-bottom: 3px; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 600; color: var(--gold); }
.hero h1, h2 { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.03; letter-spacing: -.03em; }
.hero h1 { font-size: clamp(3.6rem, 6.3vw, 6.7rem); margin: 22px 0 28px; max-width: 790px; }
.hero-copy { font-size: clamp(1.03rem, 1.4vw, 1.2rem); line-height: 1.75; max-width: 650px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; text-decoration: none; border: 0; padding: 0 26px; text-transform: uppercase; letter-spacing: .11em; font: 600 .76rem "DM Sans", sans-serif; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #080706; }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--black); color: #fff; }
.text-link { text-decoration: none; font-size: .9rem; border-bottom: 1px solid var(--gold); }
.hero-note { font-size: .83rem; color: var(--muted); margin: 28px 0 0; }
.hero-note strong { color: var(--ink); }

.proof-strip { background: var(--cream); display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 28px 3vw; border-right: 1px solid var(--line); text-align: center; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font: 500 1.25rem "Playfair Display", serif; }
.proof-strip span { color: var(--muted); font-size: .78rem; margin-top: 3px; }

.section { padding: 115px 7vw; }
.section h2, .section-dark h2, .section-soft h2 { font-size: clamp(2.5rem, 4.7vw, 5rem); margin: 20px 0 26px; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: start; }
.intro-grid h2 { max-width: 760px; }
.lead { font-size: 1.2rem; color: #37332e; }

.opportunity { background: var(--paper); }
.opportunity-kicker { font: italic 500 1.35rem "Playfair Display", serif; color: var(--gold); margin-bottom: 22px; }
.opportunity-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; align-items: start; }
.opportunity-grid h2 { margin-top: 0; max-width: 720px; }
.earnings-note { font-size: .76rem; color: #8a837b; margin-top: 24px; }
.scarcity-banner { margin-top: 65px; padding: 28px 32px; border: 1px solid rgba(161,132,83,.5); display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 35px; align-items: center; background: #f7f3ec; }
.scarcity-banner span, .scarcity-banner strong { display: block; }
.scarcity-banner span { text-transform: uppercase; color: var(--gold); letter-spacing: .12em; font-size: .68rem; font-weight: 600; }
.scarcity-banner strong { font: 500 1.28rem "Playfair Display", serif; margin-top: 4px; }
.scarcity-banner p { color: var(--muted); margin: 0; font-size: .9rem; }
.scarcity-banner a { text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .73rem; font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 5px; white-space: nowrap; }

.fit-section { padding-top: 95px; padding-bottom: 95px; }
.fit-heading { max-width: 840px; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); margin-top: 45px; }
.fit-grid article { background: var(--black); padding: 35px 32px; }
.fit-grid span { color: var(--gold-light); font: 500 1rem "Playfair Display", serif; }
.fit-grid h3 { font: 500 1.55rem "Playfair Display", serif; margin: 20px 0 12px; }
.fit-grid p { color: rgba(255,255,255,.64); margin: 0; font-size: .93rem; }

.image-story { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; padding: 0 2vw; height: 620px; }
.image-story figure { margin: 0; height: 100%; overflow: hidden; background: #ddd; }
.image-story img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.image-story figure:hover img { transform: scale(1.025); }

.curriculum { background: var(--cream); }
.days { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.day-card { padding: 44px 34px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.day-card.featured { background: var(--black); color: #fff; transform: translateY(-12px); }
.day-card > span { color: var(--gold); font: 500 2.1rem "Playfair Display", serif; }
.day-card h3 { font: 500 1.55rem "Playfair Display", serif; margin: 28px 0; }
.day-card ul { margin: 0; padding: 0; list-style: none; }
.day-card li { padding: 11px 0 11px 20px; border-top: 1px solid currentColor; border-color: rgba(110,105,97,.22); position: relative; font-size: .92rem; }
.day-card li::before { content: "·"; color: var(--gold); position: absolute; left: 2px; }
.schedule-note { max-width: 700px; color: var(--muted); margin: 28px 0 0; font-size: .9rem; }

.section-dark { background: var(--black); color: #fff; padding: 110px 7vw; }
.included { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.included-photo { position: relative; }
.included-photo::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid var(--gold); }
.included-photo img { position: relative; aspect-ratio: 4/4.7; object-fit: cover; }
.section-label.light { color: var(--gold-light); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; border-top: 1px solid rgba(255,255,255,.2); margin-top: 35px; }
.check-grid p { margin: 0; padding: 16px 0 16px 28px; border-bottom: 1px solid rgba(255,255,255,.2); position: relative; }
.check-grid p::before { content: "✓"; color: var(--gold-light); position: absolute; left: 0; }
.muted { color: rgba(255,255,255,.58); font-size: .9rem; margin-top: 28px; }

.support { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.support-copy h2 { max-width: 700px; }
.support-list { border-top: 1px solid var(--line); }
.support-list div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.support-list strong { font-family: "Playfair Display", serif; font-size: 1.12rem; font-weight: 500; }
.support-list span { color: var(--muted); }

.trainer { display: block; }
.trainer-copy { max-width: 920px; margin: 0 auto; }
.trainer-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
blockquote { margin: 36px 0 0; padding-left: 25px; border-left: 2px solid var(--gold); font: italic 500 1.25rem/1.6 "Playfair Display", serif; }

.section-soft { padding: 110px 7vw; background: var(--cream); }
.results-heading { max-width: 800px; }
.results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 40px; }
.results-grid img { aspect-ratio: 1/1.15; object-fit: cover; }
.social-links { display: flex; gap: 35px; flex-wrap: wrap; margin-top: 28px; }
.social-links a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }

.testimonials { padding-top: 105px; padding-bottom: 105px; }
.testimonial-heading { max-width: 880px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 48px; }
.testimonial-card { border: 1px solid rgba(255,255,255,.17); padding: 38px; min-height: 285px; display: flex; flex-direction: column; }
.testimonial-card .stars { color: var(--gold-light); letter-spacing: .18em; font-size: .9rem; }
.testimonial-card blockquote { border: 0; padding: 0; margin: 30px 0; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.45; }
.testimonial-card p { color: var(--gold-light); margin: auto 0 0; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 600; }

.difference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.difference-title { position: sticky; top: 45px; }
.difference-points { border-top: 1px solid var(--line); }
.difference-points p { margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.difference-points strong { color: var(--ink); }

.income-heading { max-width: 900px; }
.income-heading > p:last-child { max-width: 640px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.income-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.income-card { border: 1px solid rgba(255,255,255,.18); padding: 38px; background: rgba(255,255,255,.025); }
.income-card.income-featured { border-color: var(--gold); background: rgba(161,132,83,.12); }
.income-days { color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .77rem; font-weight: 600; margin: 0 0 22px; }
.income-card div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); padding: 19px 0; }
.income-card div:last-child { padding-bottom: 0; }
.income-card span { color: rgba(255,255,255,.62); }
.income-card strong { font: 500 clamp(1.7rem, 3vw, 2.7rem) "Playfair Display", serif; }
.payback-callout { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; margin-top: 18px; padding: 38px; border: 1px solid rgba(199,173,124,.65); }
.payback-number { color: var(--gold-light); font: 500 clamp(5rem, 9vw, 8rem)/.8 "Playfair Display", serif; }
.payback-callout h3 { font: 500 clamp(1.6rem, 3vw, 2.55rem)/1.15 "Playfair Display", serif; margin: 8px 0 10px; }
.payback-callout p:last-child { color: rgba(255,255,255,.64); margin: 0; }
.income-disclaimer { margin: 24px 0 0; max-width: 960px; color: rgba(255,255,255,.46); font-size: .75rem; line-height: 1.6; }

.cherry-card { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; margin: 34px 0 22px; padding: 45px; background: var(--black); color: #fff; }
.cherry-copy { max-width: 780px; }
.cherry-kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 600; margin: 0; }
.cherry-card h2 { font-size: clamp(2.3rem, 4.2vw, 4.2rem); margin: 12px 0 18px; }
.cherry-copy > p:not(.cherry-kicker):not(.cherry-small) { color: rgba(255,255,255,.72); font-size: 1.04rem; }
.cherry-small { color: rgba(255,255,255,.48); font-size: .75rem; margin-bottom: 0; }
.cherry-button { min-width: 250px; text-align: center; }

.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { border: 1px solid var(--line); padding: 50px; }
.price-card.private { background: var(--cream); }
.price-type { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 600; }
.price-card h2 { font-size: clamp(3rem, 5vw, 5rem); margin: 8px 0 18px; }
.price-card p:not(.price-type) { min-height: 80px; max-width: 490px; }
.price-card .button { margin-top: 20px; }
.payment-note { text-align: center; color: var(--muted); margin: 28px 0 0; }

.faq h2 { max-width: 720px; }
.faq-list { max-width: 900px; margin-top: 40px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; font: 500 1.18rem "DM Sans", sans-serif; padding: 23px 45px 23px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; color: var(--gold); font-size: 1.7rem; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 50px 24px 0; color: var(--muted); }
details p a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: 4px; }

.apply { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.apply-intro { position: sticky; top: 45px; }
.apply-intro p { color: rgba(255,255,255,.72); max-width: 560px; }
.contact-mini { display: flex; flex-direction: column; gap: 5px; margin-top: 35px; font-size: .9rem; }
.contact-mini a { text-decoration: none; color: var(--gold-light); }
.apply-financing-link { display: inline-block; color: var(--gold-light); margin-top: 24px; text-underline-offset: 5px; }
.application-form { background: #f8f5ef; color: var(--ink); padding: 38px; }
.application-form label, .application-form legend { display: block; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 17px; }
.application-form input:not([type="radio"]):not([type="checkbox"]), .application-form select, .application-form textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #c8c1b7; border-radius: 0; background: #fff; color: var(--ink); padding: 13px 14px; font: 1rem "DM Sans", sans-serif; min-height: 50px; }
.application-form textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.application-form fieldset { border: 0; padding: 0; margin: 0 0 18px; }
.application-form legend { margin-bottom: 10px; }
.choice { display: inline-flex !important; align-items: center; gap: 8px; margin: 0 16px 10px 0 !important; text-transform: none !important; letter-spacing: 0 !important; font-size: .9rem !important; }
.choice input { accent-color: var(--gold); }
.consent { display: flex !important; gap: 10px; align-items: flex-start; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; font-size: .82rem !important; }
.consent input { margin-top: 4px; accent-color: var(--gold); }
.submit-button { width: 100%; margin-top: 5px; }
.submit-button[disabled] { cursor: wait; opacity: .72; transform: none; }
.form-status { display: none; margin: 15px 0 0; padding: 13px 14px; font-size: .84rem; line-height: 1.5; text-align: center; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: #f1e8df; color: #6e3d27; }
.form-status a { color: inherit; font-weight: 600; }
.form-note { color: var(--muted); text-align: center; font-size: .75rem; margin: 14px 0 0; }
.hidden-field { display: none !important; }

footer { background: #050505; color: rgba(255,255,255,.58); text-align: center; padding: 45px 20px 90px; font-size: .78rem; }
footer img { width: 270px; margin: 0 auto 20px; }
footer p { margin: 4px; }
.mobile-apply { display: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 90px 7vw 65px; }
  .hero-visual { min-height: 680px; margin: 0 7vw 7vw; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .included, .trainer, .apply, .support, .difference-grid, .opportunity-grid, .cherry-card { grid-template-columns: 1fr; }
  .scarcity-banner { grid-template-columns: 1fr; gap: 18px; }
  .fit-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .difference-title { position: static; }
  .image-story { height: auto; grid-template-columns: 1fr 1fr; }
  .image-story .story-tall { grid-column: 1 / -1; height: 460px; }
  .image-story figure:not(.story-tall) { height: 360px; }
  .days { grid-template-columns: 1fr; }
  .day-card.featured { transform: none; }
  .trainer-photo { max-width: 520px; }
  .apply-intro { position: static; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .site-header { height: 66px; padding: 0 18px; }
  .brand-name { font-size: 1.25rem; }
  .header-cta { display: none; }
  .desktop-nav > a:not(.header-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-content { padding: 72px 22px 54px; }
  .hero-visual { min-height: 520px; margin: 0; }
  .hero h1 { font-size: 3.7rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-seal { width: 122px; height: 122px; left: 18px; bottom: 18px; }
  .section, .section-dark, .section-soft { padding: 80px 22px; }
  .section h2, .section-dark h2, .section-soft h2 { font-size: 2.65rem; }
  .proof-strip div { padding: 22px 10px; }
  .proof-strip strong { font-size: 1.05rem; }
  .image-story { padding: 0; gap: 5px; }
  .image-story .story-tall { height: 390px; }
  .image-story figure:not(.story-tall) { height: 245px; }
  .day-card { padding: 36px 25px; }
  .check-grid { grid-template-columns: 1fr; }
  .trainer { gap: 50px; }
  .results-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .results-grid img:first-child { grid-column: 1 / -1; aspect-ratio: 1.25/1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .income-grid { grid-template-columns: 1fr; }
  .payback-callout { grid-template-columns: 1fr; }
  .cherry-card { padding: 34px 25px; gap: 25px; }
  .cherry-button { width: 100%; min-width: 0; }
  .price-card { padding: 36px 25px; }
  .price-card p:not(.price-type) { min-height: auto; }
  .application-form { padding: 28px 20px; margin: 0 -6px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .mobile-apply { display: flex; position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; height: 64px; align-items: center; justify-content: center; background: var(--gold); color: #080706; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; font-weight: 600; box-shadow: 0 -4px 25px rgba(0,0,0,.25); }
}

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