:root {
  --ink: #151918;
  --paper: #f3f0e8;
  --cream: #fffaf0;
  --blue: #6fa8c7;
  --blue-dark: #4b8aaa;
  --orange: #ff5f2e;
  --line: rgba(21, 25, 24, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.shell { width: min(1420px, calc(100% - 48px)); margin: 0 auto; }

.nav { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; width: max-content; font-size: 20px; font-weight: 900; letter-spacing: -.05em; }
.brand-slash { color: var(--orange); }
.brand-amp { margin: 0 5px; color: var(--blue-dark); font-size: 28px; transform: rotate(-10deg); }
.nav-links { display: flex; gap: 34px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a, .footer a { transition: color .2s ease; }
.nav-links a:hover, .footer a:hover { color: var(--orange); }
.nav-cta { justify-self: end; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 3px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.hero { min-height: 740px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: stretch; }
.hero-copy { padding: 100px 7vw 76px 0; display: flex; flex-direction: column; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 34px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 2px; background: var(--orange); }
h1, h2 { margin: 0; text-transform: uppercase; letter-spacing: -.065em; line-height: .9; font-weight: 900; }
h1 { max-width: 760px; font-size: clamp(64px, 6.6vw, 105px); }
h1 em, h2 em { color: var(--blue-dark); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }
.hero-deck { max-width: 680px; margin: 38px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.55; color: #3a403e; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 17px 19px; border-radius: 3px; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--cream); color: var(--ink); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.hero-signature { margin-top: auto; padding-top: 48px; display: flex; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-signature strong { font-size: 12px; }
.hero-signature i { width: 1px; height: 20px; margin: 0 5px; background: var(--line); }
.hero-visual { position: relative; min-height: 620px; overflow: hidden; background: var(--blue); }
.hero-visual video { width: 100%; height: 100%; object-fit: cover; }
.media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(9, 23, 25, .56)); }
.visual-label { position: absolute; left: 34px; bottom: 32px; color: white; }
.visual-label span, .signal-card span, .book-note span, .field-caption span { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.visual-label strong { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; line-height: 1.05; }
.signal-card { position: absolute; top: 28px; right: 28px; width: 255px; padding: 17px; display: flex; gap: 13px; align-items: center; background: rgba(255,250,240,.92); backdrop-filter: blur(10px); border-radius: 3px; }
.signal-card strong { font-family: Georgia, 'Times New Roman', serif; font-size: 15px; line-height: 1.25; }
.signal-dot { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(21,25,24,.24); }
.signal-dot span { width: 10px; height: 10px; margin: 0; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,95,46,.16); }

.manifesto { padding: 132px 0 140px; border-top: 1px solid var(--line); }
.section-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 65px; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.section-kicker span { color: var(--orange); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; }
.manifesto h2, .proof h2, .field h2 { font-size: clamp(53px, 5.6vw, 90px); }
.manifesto-grid > div { padding-top: 8px; }
.manifesto-grid p { max-width: 560px; margin: 0 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; line-height: 1.55; }

.system { width: 100%; padding: 105px max(24px, calc((100vw - 1420px)/2)) 62px; background: var(--ink); color: var(--cream); }
.system-head { display: flex; justify-content: space-between; align-items: flex-start; }
.system-head p { margin: 0; color: #9ca39e; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.section-kicker.light { color: var(--cream); }
.system-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.system-card { min-height: 420px; padding: 26px 30px 32px; border-right: 1px solid rgba(255,255,255,.17); }
.system-card:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.system-number { color: #858b87; font-size: 11px; font-weight: 800; }
.system-icon { height: 170px; display: grid; place-items: center; color: var(--blue); font-family: Georgia, serif; font-size: 74px; }
.system-card:nth-child(2) .system-icon, .system-card:nth-child(4) .system-icon { color: var(--orange); }
.system-card h3 { margin: 0 0 16px; font-size: 25px; text-transform: uppercase; letter-spacing: -.04em; }
.system-card p { margin: 0; color: #b7bcb8; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.55; }
.system-line { display: flex; align-items: center; gap: 17px; padding-top: 34px; font-size: 10px; font-weight: 900; letter-spacing: .14em; color: #a7ada8; }
.system-line i { height: 1px; flex: 1; background: rgba(255,255,255,.16); }

.proof { padding: 140px 0; display: grid; grid-template-columns: 1fr .9fr; gap: 7vw; }
.proof-intro { max-width: 650px; margin: 34px 0 50px; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.55; }
.asset-list { border-top: 1px solid var(--line); }
.asset-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.asset-list article > span { padding-top: 3px; color: var(--orange); font-size: 10px; font-weight: 900; }
.asset-list h3 { margin: 0 0 6px; font-size: 17px; text-transform: uppercase; letter-spacing: -.02em; }
.asset-list p { margin: 0; max-width: 560px; color: #555d5a; font-family: Georgia, 'Times New Roman', serif; line-height: 1.45; }
.book-stage { position: relative; min-height: 850px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--blue); }
.book-stage:before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.book-shadow { position: absolute; width: 310px; height: 55px; bottom: 172px; background: rgba(23,27,26,.35); filter: blur(20px); border-radius: 50%; }
.book-cover { position: relative; z-index: 1; width: 360px; aspect-ratio: .76; overflow: hidden; transform: rotate(4deg); box-shadow: -18px 22px 0 rgba(21,25,24,.9), -30px 32px 45px rgba(21,25,24,.26); }
.book-cover img { height: 100%; width: 200%; max-width: none; object-fit: cover; object-position: right center; }
.book-note { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; padding: 18px 20px; background: var(--cream); }
.book-note strong { display: block; font-size: 18px; text-transform: uppercase; }
.book-note p { margin: 5px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 14px; }

.field { width: 100%; display: grid; grid-template-columns: 1.05fr .95fr; background: #e9e5dc; }
.field-media { position: relative; min-height: 730px; overflow: hidden; }
.field-media video { width: 100%; height: 100%; object-fit: cover; }
.field-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(9,23,25,.62)); }
.field-caption { position: absolute; z-index: 1; left: 36px; bottom: 34px; color: white; }
.field-caption strong { font-family: Georgia, 'Times New Roman', serif; font-size: 27px; line-height: 1.08; }
.field-copy { padding: 95px clamp(36px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.field-copy > p { margin: 35px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.55; }
.field-copy ul { list-style: none; padding: 0; margin: 10px 0 0; border-top: 1px solid var(--line); }
.field-copy li { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.field-copy li span { display: inline-block; width: 48px; color: var(--orange); font-size: 10px; }

.cta { width: 100%; padding: 125px max(24px, calc((100vw - 1420px)/2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; background: var(--blue-dark); color: var(--cream); }
.cta h2 { font-size: clamp(54px, 5.7vw, 92px); }
.cta h2 em { color: var(--ink); }
.cta-copy { padding-top: 48px; }
.cta-copy p { max-width: 540px; margin: 0 0 38px; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.55; }
.footer { width: 100%; padding: 58px max(24px, calc((100vw - 1420px)/2)); display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 40px; align-items: start; background: var(--ink); color: var(--cream); }
.brand-footer { color: var(--cream); }
.footer p { margin: 0; color: #a9afab; font-family: Georgia, 'Times New Roman', serif; line-height: 1.45; }
.footer > div { display: flex; flex-direction: column; gap: 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-site { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .08em; }

/* Book-reader and umbrella scheduling routes */
.route-label { justify-self: center; font-size: 10px; font-weight: 900; letter-spacing: .16em; color: #59615e; }
.resource-hero { min-height: 760px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 8vw; padding-top: 75px; padding-bottom: 90px; }
.resource-hero h1 { font-size: clamp(62px, 6vw, 98px); }
.resource-book { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; background: var(--blue); }
.resource-book img { position: relative; z-index: 2; width: 300px; height: 395px; object-fit: cover; object-position: right center; transform: rotate(4deg); box-shadow: -15px 20px 0 var(--ink), -25px 30px 38px rgba(21,25,24,.26); }
.resource-ring { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.resource-book p { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px; margin: 0; padding: 16px 18px; background: var(--cream); font-family: Georgia, 'Times New Roman', serif; line-height: 1.42; }
.resource-book p span { display: block; margin-bottom: 5px; color: var(--orange); font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.reader-actions { padding: 105px 0 115px; background: var(--ink); color: var(--cream); }
.reader-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.reader-grid article { min-height: 310px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.18); }
.reader-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.reader-grid article > span, .expect-grid article > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.reader-grid h2, .expect-grid h2 { margin: 90px 0 17px; font-size: 30px; line-height: 1; }
.reader-grid p, .expect-grid p { margin: 0; color: #bbc0bc; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.5; }
.coaching-bridge { padding: 130px 0; display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; }
.coaching-bridge h2 { font-size: clamp(52px, 5.3vw, 86px); }
.bridge-copy { padding-top: 50px; }
.bridge-copy > p { margin: 0 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.55; }
.bridge-copy ul { list-style: none; padding: 0; margin: 0 0 34px; border-top: 1px solid var(--line); }
.bridge-copy li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.resource-footer { grid-template-columns: 1.1fr 1fr 1fr; }

.schedule-hero { min-height: 780px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; padding-top: 75px; padding-bottom: 95px; }
.schedule-copy h1 { font-size: clamp(61px, 5.8vw, 94px); }
.session-points { margin-top: 48px; padding-top: 30px; display: flex; gap: 28px; align-items: center; border-top: 1px solid var(--line); }
.session-points div { display: flex; align-items: baseline; gap: 6px; }
.session-points strong { color: var(--orange); font-size: 58px; letter-spacing: -.06em; }
.session-points span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.session-points p { max-width: 390px; margin: 0; font-family: Georgia, 'Times New Roman', serif; line-height: 1.5; }
.schedule-panel { padding: 55px; background: var(--cream); border: 1px solid var(--line); box-shadow: 18px 18px 0 var(--blue); }
.schedule-panel .section-kicker { margin-bottom: 30px; }
.schedule-panel > h2 { margin: 0 0 34px; font-size: clamp(38px, 3.6vw, 59px); line-height: .96; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.booking-form label { display: block; }
.booking-form label > span { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; height: 47px; padding: 0 12px; border: 1px solid rgba(21,25,24,.32); border-radius: 0; background: white; color: var(--ink); font: 15px Arial, Helvetica, sans-serif; }
.booking-form input:focus, .booking-form select:focus { outline: 2px solid var(--blue-dark); outline-offset: 1px; }
.form-wide { grid-column: 1 / -1; }
.booking-submit { width: 100%; margin-top: 23px; border: 0; cursor: pointer; }
.form-note { margin: 11px 0 0; color: #666d69; font-family: Georgia, 'Times New Roman', serif; font-size: 12px; line-height: 1.4; }
.form-status { min-height: 18px; margin: 6px 0 0; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.form-trap, .booking-response-frame { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.form-note a { color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.booking-submit:disabled { cursor: wait; opacity: .68; }
.what-to-expect { padding: 110px 0 120px; background: var(--blue-dark); color: var(--cream); }
.expect-grid { display: grid; grid-template-columns: .75fr repeat(3, 1fr); gap: 0; }
.expect-grid .section-kicker { padding-right: 30px; }
.expect-grid article { min-height: 330px; padding: 28px; border-left: 1px solid rgba(255,255,255,.22); }
.expect-grid h2 { margin-top: 95px; font-size: 27px; }

@media (max-width: 980px) {
  .shell { width: min(100% - 32px, 760px); }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero, .manifesto-grid, .proof, .field, .cta { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding-right: 0; }
  .hero-visual { min-height: 680px; }
  .manifesto-grid { gap: 45px; }
  .system { width: 100%; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .system-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.17); }
  .proof { gap: 80px; }
  .book-stage { min-height: 760px; }
  .field { width: 100%; }
  .field-copy { padding: 90px 32px; }
  .cta { width: 100%; gap: 25px; }
  .footer { width: 100%; grid-template-columns: 1fr 1fr; }
  .footer-site { justify-self: start; }
  .resource-hero, .coaching-bridge, .schedule-hero { grid-template-columns: 1fr; }
  .resource-book { min-height: 640px; }
  .reader-grid { grid-template-columns: 1fr; }
  .reader-grid article, .reader-grid article:first-child { min-height: 250px; border-left: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .reader-grid h2 { margin-top: 55px; }
  .expect-grid { grid-template-columns: 1fr 1fr; }
  .expect-grid .section-kicker { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 560px); }
  .nav { height: 70px; }
  .nav-cta { padding: 10px; font-size: 9px; }
  .hero { width: 100%; }
  .hero-copy { width: calc(100% - 24px); margin: auto; min-height: 620px; padding: 70px 0 45px; }
  h1 { font-size: clamp(52px, 15vw, 75px); }
  .hero-deck { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-signature { flex-wrap: wrap; }
  .hero-visual { min-height: 560px; }
  .signal-card { right: 14px; top: 14px; }
  .manifesto { padding: 95px 0; }
  .section-kicker { margin-bottom: 42px; }
  .manifesto h2, .proof h2, .field h2, .cta h2 { font-size: 49px; }
  .manifesto-grid p, .proof-intro, .field-copy > p, .cta-copy p { font-size: 18px; }
  .system { padding-top: 80px; }
  .system-head { display: block; }
  .system-head p { margin: -25px 0 45px; }
  .system-grid { grid-template-columns: 1fr; }
  .system-card, .system-card:first-child, .system-card:nth-child(3) { min-height: auto; border-left: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
  .system-icon { height: 120px; }
  .system-line { display: none; }
  .proof { padding: 95px 0; }
  .book-stage { min-height: 630px; }
  .book-cover { width: 270px; }
  .field-media { min-height: 560px; }
  .field-copy { padding: 80px 20px; }
  .cta { padding-top: 90px; padding-bottom: 90px; }
  .footer { grid-template-columns: 1fr; }
  .route-label { display: none; }
  .resource-hero { padding-top: 55px; }
  .resource-hero h1, .schedule-copy h1 { font-size: 51px; }
  .resource-book { min-height: 560px; }
  .resource-book img { width: 250px; height: 330px; }
  .resource-ring { width: 340px; height: 340px; }
  .reader-grid { grid-template-columns: 1fr; }
  .reader-grid article { min-height: 230px; }
  .coaching-bridge { padding: 90px 0; }
  .schedule-panel { padding: 30px 20px; box-shadow: 10px 10px 0 var(--blue); }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .session-points { align-items: flex-start; flex-direction: column; }
  .expect-grid { grid-template-columns: 1fr; }
  .expect-grid .section-kicker { grid-column: auto; }
  .expect-grid article { min-height: 250px; border-top: 1px solid rgba(255,255,255,.22); }
  .expect-grid h2 { margin-top: 55px; }
}

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