:root {
  --ink: #12252b;
  --deep: #123942;
  --teal: #1e6570;
  --aqua: #7ac5c2;
  --gold: #d6a348;
  --mist: #edf6f4;
  --paper: #f9fbfa;
  --white: #ffffff;
  --line: rgba(18, 37, 43, .17);
}

* { 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: 1rem; line-height: 1.65; }
a { color: inherit; }
.site-header { height: 82px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(249,251,250,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: clamp(180px, 18vw, 255px); height: 62px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 2rem; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: .55rem .8rem; font: inherit; color: inherit; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; padding: clamp(4rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 8rem); position: relative; isolation: isolate; overflow: hidden; background: var(--deep); color: white; }
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,27,33,.94) 0%, rgba(8,38,45,.79) 46%, rgba(8,38,45,.2) 78%, rgba(8,38,45,.32) 100%); }
.hero-copy { max-width: 850px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--teal); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 700; }
h1, h2, h3, blockquote { font-family: "Libre Baskerville", serif; }
h1 { margin: 0; max-width: 800px; font-size: clamp(3rem, 6.4vw, 6.8rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 400; }
h1 em { color: var(--teal); font-weight: 400; }
.hero-intro { max-width: 700px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: #d7e6e3; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.25rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.3rem; text-decoration: none; font-weight: 700; font-size: .92rem; }
.button.primary { color: white; background: var(--deep); border: 1px solid var(--deep); }
.button.primary:hover, .button.primary:focus-visible { background: var(--teal); border-color: var(--teal); }
.text-link { padding-inline: .25rem; color: white; }
.hero-note { align-self: end; margin-bottom: 4vh; padding: 2rem 0 0 2rem; border-left: 2px solid var(--gold); }
.note-number { color: var(--gold); font-weight: 700; font-size: .8rem; letter-spacing: .15em; }
blockquote { margin: 1.1rem 0; font-size: clamp(1.1rem, 1.8vw, 1.55rem); line-height: 1.55; }
.signature { color: #d0dcd9; font-size: .9rem; }
.statement { padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 8vw, 9rem); background: var(--deep); color: white; }
.statement p { margin: 0 auto; max-width: 1050px; font-family: "Libre Baskerville", serif; font-size: clamp(1.7rem, 3.7vw, 3.8rem); line-height: 1.3; }
.statement strong { color: var(--aqua); font-weight: 400; }
.section { padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 8rem); }
.section-label { display: flex; justify-content: space-between; padding-bottom: 1rem; margin-bottom: clamp(2.5rem, 6vw, 5rem); border-bottom: 1px solid var(--line); color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 700; }
.section-label.light { color: var(--aqua); border-color: rgba(255,255,255,.22); }
.about-grid, .media-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); gap: clamp(3rem, 8vw, 8rem); }
h2 { margin: 0; font-size: clamp(2.25rem, 4.6vw, 4.7rem); line-height: 1.13; letter-spacing: -.04em; font-weight: 400; }
.body-copy { font-size: 1.08rem; color: #354e54; }
.body-copy p:first-child { margin-top: 0; }
.author-portrait { display: flex; align-items: center; gap: 1.25rem; margin: 2.5rem 0 0; }
.author-portrait img { width: 138px; height: 140px; object-fit: contain; }
.author-portrait figcaption { margin: 0; font-family: "Libre Baskerville", serif; font-size: 1.05rem; line-height: 1.5; }
.author-portrait figcaption span { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.wide-visual { margin: clamp(3rem, 7vw, 6.5rem) 0 0; }
.wide-visual img { display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.wide-visual figcaption { max-width: 760px; margin: 1rem 0 0 auto; padding-left: 1rem; border-left: 2px solid var(--gold); color: #496267; }
.books, .media { color: white; background: var(--deep); }
.books-intro { max-width: 920px; }
.books .eyebrow, .media .eyebrow { color: var(--aqua); }
.book-list { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1px; background: rgba(255,255,255,.18); margin-top: 4rem; border: 1px solid rgba(255,255,255,.18); }
.book-feature { padding: clamp(2rem, 5vw, 4.5rem); background: #174852; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; }
.book-feature.upcoming-book { justify-content: flex-start; }
.upcoming-cover { width: min(100%, 355px); margin: 0 auto 2rem; }
.upcoming-cover img { display: block; width: 100%; height: auto; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.upcoming-cover figcaption { margin-top: .7rem; color: #c5dedb; font-size: .85rem; text-align: center; }
.book-feature.secondary { background: #153f47; justify-content: flex-start; }
.book-cover-photo { display: block; width: 100%; aspect-ratio: 4 / 3.25; object-fit: cover; margin-bottom: 2rem; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.book-status { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 700; }
.book-feature h3 { margin: .7rem 0 1rem; font-size: clamp(1.6rem, 3vw, 3.1rem); line-height: 1.2; font-weight: 400; }
.book-feature p:last-child { max-width: 610px; color: #d0dfdc; }
.endorsements { margin-top: clamp(4rem, 8vw, 7rem); }
.endorsements .eyebrow { color: var(--aqua); }
.endorsement-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1px; margin-top: 1.5rem; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.endorsement-grid figure { margin: 0; padding: clamp(2rem, 4vw, 3.5rem); background: #10353d; }
.endorsement-grid blockquote { margin: 0 0 1.5rem; color: #edf6f4; font-size: clamp(1rem, 1.55vw, 1.3rem); line-height: 1.7; }
.endorsement-grid figcaption { color: var(--gold); font-weight: 700; }
.speaking-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.speaking-head > p { color: #476064; font-size: 1.1rem; }
.speaking-visual { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; margin: 4rem 0 0; background: var(--deep); color: white; }
.speaking-visual img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.speaking-visual figcaption { display: flex; align-items: center; margin: 0; padding: clamp(2rem, 5vw, 4rem); font-family: "Libre Baskerville", serif; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.5; }
.speaking-visual strong { color: var(--aqua); font-weight: 400; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-grid article { min-height: 290px; padding: clamp(1.7rem, 4vw, 3.2rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-grid span { color: var(--gold); font-size: .8rem; font-weight: 700; }
.topic-grid h3 { max-width: 560px; margin: 1.4rem 0 1rem; font-size: clamp(1.4rem, 2.3vw, 2.3rem); line-height: 1.25; font-weight: 400; }
.topic-grid p { max-width: 580px; color: #496267; }
.speaking-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; padding: 2rem; background: var(--mist); }
.speaking-footer p { max-width: 700px; margin: 0; }
.media-grid p, .media-grid li { color: #d2e0dd; }
.media-grid > div > p { font-size: 1.08rem; }
.media-grid ul { list-style: none; padding: 0; margin-top: 2rem; }
.media-grid li { padding: .85rem 0 .85rem 1.6rem; border-top: 1px solid rgba(255,255,255,.16); position: relative; }
.media-grid li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.coaching-invite { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.coaching-invite > div:last-child { color: #3f595e; font-size: 1.08rem; }
.coaching-invite .button { margin-top: 1rem; }
.coaching-hero { min-height: 650px; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); color: white; background: linear-gradient(135deg, rgba(12,45,52,.98), rgba(30,101,112,.92)), url("mind-body-healing.png") center/cover; }
.coaching-hero .eyebrow { color: var(--aqua); }
.coaching-hero h1 { font-size: clamp(2.9rem, 5.7vw, 6.2rem); }
.coaching-hero h1 em { color: var(--aqua); }
.coaching-intro { padding-left: 2rem; border-left: 2px solid var(--gold); color: #e0ece9; font-size: 1.12rem; }
.coaching-intro .button { margin-top: 1rem; background: var(--gold); border-color: var(--gold); color: var(--ink); }
.coaching-details-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.support-list { border-top: 1px solid var(--line); }
.support-list article { display: grid; grid-template-columns: 40px 1fr; column-gap: 1.25rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.support-list article > span { grid-row: 1 / span 2; color: var(--gold); font-weight: 700; }
.support-list h3 { margin: 0; font-size: 1.35rem; font-weight: 400; }
.support-list p { margin: .6rem 0 0; color: #496267; }
.signup { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); background: var(--mist); }
.signup-copy > p:not(.eyebrow) { color: #3f595e; font-size: 1.08rem; }
.credential-note { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.credential-note p { margin: .25rem 0 0; color: var(--teal); }
.coaching-form { padding: clamp(1.5rem, 4vw, 3.5rem); background: white; border-top: 4px solid var(--gold); box-shadow: 0 18px 55px rgba(18,57,66,.1); }
.form-row { margin-bottom: 1.25rem; }
.form-row label, fieldset legend { display: block; margin-bottom: .4rem; font-weight: 700; }
.form-row label span { color: #60777b; font-weight: 400; }
.form-row input, .form-row select, .form-row textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid #9aadaf; border-radius: 0; background: white; color: var(--ink); font: inherit; }
.form-row textarea { min-height: 145px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 3px solid rgba(122,197,194,.45); border-color: var(--teal); }
fieldset { margin: 0 0 1.25rem; padding: 0; border: 0; }
.choice { display: inline-flex; align-items: flex-start; gap: .55rem; margin: .25rem 1.25rem .25rem 0; }
.choice input { width: 18px; height: 18px; margin-top: .2rem; accent-color: var(--teal); }
.consent { display: flex; margin: 1.4rem 0; color: #3f595e; }
.coaching-form button { border-radius: 0; font: inherit; cursor: pointer; }
.form-note { margin: 1rem 0 0; color: #60777b; font-size: .88rem; }
.form-note a { color: var(--teal); }
.scope-note { text-align: center; color: white; background: var(--deep); }
.scope-note .eyebrow { color: var(--aqua); }
.scope-note h2 { max-width: 820px; margin: 0 auto; }
.scope-note > p:last-child { max-width: 900px; margin: 1.7rem auto 0; color: #d2e0dd; }
.closing { text-align: center; background: var(--mist); }
.closing h2 { max-width: 950px; margin: 0 auto; }
.closing > p:not(.eyebrow) { max-width: 760px; margin: 1.7rem auto 2.3rem; color: #3f595e; font-size: 1.1rem; }
footer { padding: 3.5rem clamp(1.25rem, 7vw, 8rem); background: #0c2d34; color: #d7e3e1; text-align: center; }
.footer-logo { display: block; width: min(330px, 80vw); height: auto; margin: 0 auto 1.25rem; padding: .7rem 1rem; background: white; }
footer p { margin: .55rem auto; }
footer a { color: var(--aqua); }
.footer-note { margin-top: 2rem; color: #9eb4b2; font-size: .78rem; }

@media (max-width: 820px) {
  .site-header { height: 70px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 1.2rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; gap: 1rem; }
  nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 3rem; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,27,33,.96), rgba(8,38,45,.72)); }
  .hero-note { align-self: auto; margin: 0; max-width: 560px; }
  .about-grid, .media-grid, .speaking-head { grid-template-columns: 1fr; gap: 2rem; }
  .coaching-invite, .coaching-hero, .coaching-details-grid, .signup { grid-template-columns: 1fr; gap: 2.5rem; }
  .coaching-hero { min-height: auto; align-items: start; }
  .coaching-intro { padding-left: 1.25rem; }
  .book-list, .topic-grid, .endorsement-grid { grid-template-columns: 1fr; }
  .speaking-visual { grid-template-columns: 1fr; }
  .speaking-visual img { min-height: 240px; }
  .book-feature { min-height: 290px; }
  .topic-grid article { min-height: auto; }
  .speaking-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .brand-logo { width: 170px; height: 54px; }
  .coaching-form { padding: 1.25rem; }
  .choice { display: flex; margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
