:root {
  --ink: #2e1852;
  --ink-deep: #170b25;
  --forest: #4c2c61;
  --forest-soft: #735180;
  --cream: #f1e3ce;
  --paper: #fbf4e9;
  --sand: #d7c0a4;
  --gold: #d8a451;
  --gold-light: #efc777;
  --white: #fff9ee;
  --line: rgba(46, 24, 82, .16);
  --shadow: 0 24px 70px rgba(23, 11, 37, .2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open { overflow: hidden; }

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-180%);
  background: var(--white);
  color: var(--ink);
  padding: .75rem 1rem;
  border-radius: .35rem;
}
.skip-link:focus { transform: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, height .25s ease;
}

.site-header.is-scrolled {
  height: 70px;
  background: rgba(8, 22, 20, .92);
  border-color: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 42px;
  border: 1px solid rgba(227, 201, 133, .7);
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  letter-spacing: .08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; letter-spacing: .01em; }
.brand-copy small { margin-top: .25rem; color: rgba(255,255,255,.62); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: clamp(.8rem, 1.6vw, 2rem); }
.site-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.72); text-decoration: none; font-size: .85rem; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--gold-light); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }

.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .65rem;
  min-height: 50px;
  padding: .8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .6rem 1rem; border-color: rgba(255,255,255,.38); color: var(--white); }
.button-small:hover { background: var(--white); color: var(--ink); }
.button-primary { background: var(--gold-light); border-color: var(--gold-light); color: var(--ink-deep); }
.button-primary:hover { background: #ecd899; border-color: #ecd899; }
.button-ghost, .button-dark-outline { border-color: rgba(255,255,255,.28); color: var(--white); background: transparent; }
.button-ghost:hover, .button-dark-outline:hover { border-color: rgba(255,255,255,.68); background: rgba(255,255,255,.07); }
.button-light { width: 100%; background: var(--white); border-color: var(--white); color: var(--ink-deep); }

.eyebrow { margin: 0 0 1.1rem; color: var(--forest-soft); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 1px; margin: 0 .7rem .22rem 0; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 77% 31%, rgba(221, 164, 96, .23), transparent 25%),
    radial-gradient(circle at 16% 8%, rgba(124, 86, 151, .28), transparent 32%),
    linear-gradient(125deg, #160922 0%, #2e1852 58%, #21102f 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 100% 72px, 72px 100%;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .28; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 14%; border: 1px solid rgba(227,201,133,.4); box-shadow: 0 0 100px rgba(227,201,133,.18); }
.hero-glow-two { width: 230px; height: 230px; right: 23%; bottom: 11%; border: 1px solid rgba(255,255,255,.18); }

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 3rem));
  min-height: calc(100vh - 145px);
  margin: 0 auto;
  padding: 145px 0 70px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.hero-copy { max-width: 680px; }
.hero-copy .eyebrow { color: var(--gold-light); }
.hero h1 { max-width: 760px; font-size: clamp(3.6rem, 7vw, 7.1rem); }
.hero-deck { max-width: 590px; margin: 1.8rem 0 0; color: rgba(255,255,255,.72); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.text-link { color: rgba(255,255,255,.82); text-decoration: none; font-size: .86rem; font-weight: 700; }
.text-link span { display: inline-block; margin-left: .35rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.format-row { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin-top: 1.4rem; color: rgba(255,255,255,.45); font-size: .7rem; letter-spacing: .05em; }
.format-row span { display: inline-flex; align-items: center; gap: .4rem; }
.format-row .format-live { color: rgba(255,255,255,.75); }
.format-row a { color: rgba(255,255,255,.72); text-underline-offset: .25rem; }
.format-live i { width: 5px; height: 5px; border-radius: 50%; background: #83b995; box-shadow: 0 0 0 4px rgba(131,185,149,.12); }

.hero-art { position: relative; min-height: 580px; display: grid; place-items: center; }
.book-scene { position: relative; width: min(360px, 80vw); height: 470px; perspective: 1200px; }
.book-shadow { position: absolute; left: 12%; right: 2%; bottom: -5%; height: 18%; border-radius: 50%; background: rgba(0,0,0,.58); filter: blur(24px); transform: rotate(-4deg); }
.book { position: absolute; inset: 0 13% 0 6%; transform-style: preserve-3d; transform: rotateY(-14deg) rotateX(2deg) rotateZ(-2deg); animation: bookFloat 6s ease-in-out infinite; }
.book-cover { position: absolute; inset: 0; overflow: hidden; text-align: center; background: #241137; border: 1px solid rgba(239,199,119,.42); box-shadow: 22px 28px 54px rgba(0,0,0,.42), 0 0 70px rgba(124,86,151,.18); }
.book-cover::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(227,201,133,.32); pointer-events: none; }
.book-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.book-spine { position: absolute; width: 26px; top: 7px; bottom: 5px; left: -25px; transform: rotateY(-90deg); transform-origin: right; background: linear-gradient(90deg, #12071e, #4c2c61); border: 1px solid rgba(227,201,133,.2); }
.cover-kicker { color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.cover-symbol { position: relative; width: 70px; height: 90px; margin: 3.1rem 0 1.4rem; border: 1px solid var(--gold); border-radius: 50% 50% 6px 6px; }
.cover-symbol::before, .cover-symbol::after, .cover-symbol span { content: ""; position: absolute; left: 50%; top: 50%; background: var(--gold); transform: translate(-50%,-50%); }
.cover-symbol::before { width: 1px; height: 104px; }
.cover-symbol::after { width: 93px; height: 1px; }
.cover-symbol span { width: 25px; height: 25px; border: 1px solid var(--gold); border-radius: 50%; background: #0d2924; }
.book-cover strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 2.55rem; font-weight: 400; line-height: .85; letter-spacing: -.04em; text-transform: uppercase; }
.cover-subtitle { margin-top: 2rem; color: rgba(255,255,255,.68); font-family: Georgia, "Times New Roman", serif; font-size: .75rem; font-style: italic; line-height: 1.45; }

.hero-note { position: absolute; right: -3%; bottom: 5%; width: 250px; padding: 1.15rem 1.25rem; color: var(--ink); background: rgba(251,248,240,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-note > span { display: block; margin-bottom: .45rem; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .18em; }
.hero-note p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: .85rem; line-height: 1.5; }
.hero-note strong { color: var(--forest); }

@keyframes bookFloat { 0%,100% { transform: rotateY(-14deg) rotateX(2deg) rotateZ(-2deg) translateY(0); } 50% { transform: rotateY(-12deg) rotateX(2deg) rotateZ(-1deg) translateY(-10px); } }

.benefit-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.11); background: rgba(6,19,16,.56); backdrop-filter: blur(10px); }
.benefit-strip article { display: flex; gap: 1rem; min-height: 145px; padding: 2rem clamp(1.5rem, 4vw, 4rem); border-right: 1px solid rgba(255,255,255,.1); }
.benefit-strip article:last-child { border-right: 0; }
.benefit-strip article > span { color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.benefit-strip strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 400; }
.benefit-strip p { margin: .35rem 0 0; color: rgba(255,255,255,.5); font-size: .77rem; line-height: 1.5; }

.principles-section { padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100% - 1200px) / 2)); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 5rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { max-width: 760px; font-size: clamp(2.9rem, 5.2vw, 5.3rem); }
.section-heading h2 em { color: var(--forest-soft); }
.section-heading > p:last-child { margin: 0 0 .35rem; color: #5f6d69; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }

.need-picker { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 4rem; border: 1px solid var(--line); }
.need-button { position: relative; min-height: 92px; padding: 1rem; border: 0; border-right: 1px solid var(--line); color: #65706d; background: transparent; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; cursor: pointer; transition: color .2s ease, background .2s ease; }
.need-button:last-child { border-right: 0; }
.need-button span { display: block; margin-bottom: .2rem; color: #a9a596; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.need-button:hover { color: var(--ink); background: #f6f1e7; }
.need-button.is-active { color: var(--white); background: var(--forest); }
.need-button.is-active span { color: var(--gold-light); }

.principle-panel { display: grid; grid-template-columns: .2fr 1.05fr .75fr; min-height: 360px; margin-top: 1.5rem; padding: clamp(2rem, 5vw, 4.7rem); color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.principle-number { color: rgba(255,255,255,.15); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7vw, 7.5rem); line-height: .85; }
.principle-main { padding: .5rem clamp(1.5rem, 4vw, 4rem) 0 1rem; }
.panel-label, .practice-card > p { margin: 0 0 1rem; color: var(--gold-light); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.principle-main h3 { font-size: clamp(2.6rem, 4.8vw, 4.5rem); }
.principle-copy { max-width: 620px; margin: 1.5rem 0 0; color: rgba(255,255,255,.7); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.65; }
.practice-card { position: relative; align-self: stretch; padding: 1.6rem; color: var(--ink); background: var(--cream); }
.practice-card > p { color: var(--forest-soft); }
.practice-card ol { margin: 0 0 1.3rem; padding: 0 0 0 1.15rem; font-family: Georgia, "Times New Roman", serif; font-size: .93rem; }
.practice-card li { margin-bottom: .45rem; padding-left: .25rem; }
.reset-button { padding: .2rem 0 .35rem; border: 0; border-bottom: 1px solid var(--forest-soft); color: var(--forest-soft); background: transparent; font-size: .73rem; font-weight: 800; cursor: pointer; }
.reset-button span { margin-left: .25rem; }
.breath-reset { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; justify-items: center; background: var(--cream); }
.breath-reset[hidden] { display: none; }
.breath-orb { width: 78px; height: 78px; margin-bottom: 1.2rem; border-radius: 50%; border: 1px solid var(--forest-soft); background: rgba(39,88,78,.1); animation: breathe 4s ease-in-out infinite; }
.breath-reset strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.breath-reset span { color: #7d8580; font-size: .8rem; }
@keyframes breathe { 0%,100% { transform: scale(.75); opacity: .6; } 50% { transform: scale(1.12); opacity: 1; } }

.freedom-bridge { margin-top: 1.5rem; padding: clamp(2rem, 5vw, 4.5rem); color: var(--white); background: var(--ink-deep); }
.freedom-bridge .eyebrow { margin-bottom: 1rem; }
.bridge-copy { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem 4rem; align-items: end; }
.bridge-copy .eyebrow { grid-column: 1/-1; }
.bridge-copy h3 { font-size: clamp(2.5rem, 4.4vw, 4.4rem); }
.bridge-copy > p:last-child { margin: 0 0 .4rem; color: rgba(255,255,255,.6); font-family: Georgia, "Times New Roman", serif; }
.freedom-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 3rem 0; padding: 1px; list-style: none; background: rgba(255,255,255,.12); }
.freedom-steps li { min-height: 150px; padding: 1.3rem; background: var(--ink-deep); }
.freedom-steps span { color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.freedom-steps strong { display: block; margin-top: 1.3rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 400; }
.freedom-steps p { margin: .35rem 0 0; color: rgba(255,255,255,.48); font-size: .75rem; }
.bridge-purchase { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 1.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }
.bridge-cover { display: block; width: 92px; height: auto; border: 1px solid rgba(239,199,119,.42); box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.bridge-buy { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.bridge-buy > p { max-width: 390px; margin: 0; color: rgba(255,255,255,.62); font-family: Georgia, "Times New Roman", serif; }
.bridge-buy > p strong { color: var(--white); font-weight: 400; }
.purchase-buttons { display: flex; flex-wrap: wrap; gap: .55rem; }
.purchase-note { flex: 0 0 100%; max-width: none !important; margin-top: .35rem !important; color: rgba(255,255,255,.48) !important; font-family: Inter, ui-sans-serif, system-ui, sans-serif !important; font-size: .68rem; }

.principle-index { display: block; margin-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-index summary { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; list-style: none; cursor: pointer; }
.principle-index summary::-webkit-details-marker { display: none; }
.principle-index .eyebrow { margin-bottom: .7rem; }
.index-intro h3 { font-size: clamp(2.4rem, 4vw, 4rem); }
.index-action { display: inline-flex; align-items: center; gap: .8rem; color: var(--forest-soft); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.index-action i { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-style: normal; transition: transform .2s ease; }
.principle-index[open] .index-action i { transform: rotate(45deg); }
.principle-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin: 0 0 2rem; padding: 0; list-style: none; counter-reset: principle; border-top: 1px solid var(--line); }
.principle-list li { display: flex; align-items: center; gap: .9rem; min-height: 55px; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: .96rem; }
.principle-list span { color: #a29d8f; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .57rem; font-weight: 800; letter-spacing: .14em; }

.wellness-offer { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); margin-top: clamp(4rem, 8vw, 7rem); overflow: hidden; color: var(--white); background: linear-gradient(135deg, #21102f 0%, #4c2c61 100%); box-shadow: var(--shadow); scroll-margin-top: 90px; }
.wellness-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--ink-deep); }
.wellness-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(239,199,119,.28); pointer-events: none; }
.wellness-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wellness-copy { align-self: center; padding: clamp(2rem, 5vw, 4.7rem); }
.wellness-copy .eyebrow { color: var(--gold-light); }
.wellness-copy h3 { max-width: 720px; font-size: clamp(2.65rem, 4.7vw, 4.8rem); }
.wellness-lead { max-width: 700px; margin: 1.5rem 0 0; color: rgba(255,255,255,.72); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.wellness-benefits { display: grid; gap: .75rem; margin: 2rem 0; padding: 0; list-style: none; }
.wellness-benefits li { display: grid; grid-template-columns: minmax(150px, .55fr) 1fr; gap: 1rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.13); }
.wellness-benefits strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 400; }
.wellness-benefits span { color: rgba(255,255,255,.58); font-size: .78rem; }
.wellness-purchase { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 2rem; }
.wellness-purchase > div { display: flex; flex-direction: column; }
.wellness-purchase > div span { color: rgba(255,255,255,.5); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wellness-purchase > div strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.wellness-included { margin: 1.2rem 0 0; padding: .85rem 1rem; border-left: 2px solid var(--gold-light); color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); font-size: .76rem; }
.wellness-included strong { color: var(--white); }

.author-section { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 1200px) / 2)) 2rem; color: var(--white); background: var(--ink-deep); }
.author-wrap { display: grid; grid-template-columns: .76fr 1.24fr; gap: 3rem clamp(3rem, 7vw, 7rem); align-items: start; }
.author-portrait { position: relative; grid-row: 1 / span 2; margin: 0; padding: 0 1rem 1rem 0; }
.author-portrait::before { content: ""; position: absolute; inset: 1rem 0 0 1rem; border: 1px solid rgba(239,199,119,.45); }
.author-portrait img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; background: var(--forest); filter: saturate(.9) contrast(1.02); }
.author-portrait figcaption { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 1rem; margin: -2.8rem 1rem 0; padding: .9rem 1rem; color: var(--ink); background: rgba(251,248,240,.94); box-shadow: var(--shadow); }
.author-portrait figcaption strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.author-portrait figcaption span { color: #68736f; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.author-story h2 { max-width: 570px; font-size: clamp(3rem, 5vw, 5.2rem); }
.author-lead { max-width: 650px; margin: 2rem 0 1rem; color: rgba(255,255,255,.88); font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.55; }
.author-story > p:not(.eyebrow):not(.author-lead) { max-width: 650px; color: rgba(255,255,255,.57); }
.author-candid { display: grid; grid-template-columns: 74px 1fr; gap: 1rem; align-items: center; max-width: 570px; margin-top: 1.7rem; padding: .8rem; border: 1px solid rgba(255,255,255,.11); }
.author-candid img { width: 74px; height: 88px; object-fit: cover; object-position: center 22%; filter: saturate(.82); }
.author-candid p { margin: 0; color: rgba(255,255,255,.58); font-family: Georgia, "Times New Roman", serif; font-size: .82rem; line-height: 1.45; }
.author-candid span { display: block; margin-bottom: .3rem; color: var(--gold-light); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.author-signature { margin-top: 2rem; color: var(--gold-light); font-family: "Segoe Script", "Bradley Hand", cursive; font-size: 1.55rem; transform: rotate(-2deg); }

.speaking-card { grid-column: 2; padding: clamp(2rem, 4vw, 3.2rem); background: var(--forest); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.card-kicker { margin: 0 0 1.2rem; color: var(--gold-light); font-size: .66rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.speaking-card h3 { font-size: clamp(2.2rem, 3.5vw, 3.7rem); }
.speaking-card > p:not(.card-kicker) { margin: 1.3rem 0; color: rgba(255,255,255,.65); font-family: Georgia, "Times New Roman", serif; }
.talk-topics { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2rem; }
.talk-topics span { padding: .42rem .7rem; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.74); font-size: .68rem; }
.speaking-price { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; margin: 0 0 1.5rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.speaking-price > span { color: rgba(255,255,255,.58); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.speaking-price > strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.speaking-price > small { grid-column: 1/-1; margin: 0 !important; color: rgba(255,255,255,.4) !important; text-align: left !important; }
.speaking-card small { display: block; margin-top: .75rem; text-align: center; color: rgba(255,255,255,.4); font-size: .64rem; }
.speaking-card small a { color: rgba(255,255,255,.72); text-underline-offset: .2rem; }

.closing-cta { display: grid; grid-template-columns: minmax(125px, 190px) 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; max-width: 960px; margin: clamp(6rem, 10vw, 10rem) auto 0; padding: clamp(3.5rem, 7vw, 6rem) 1rem; text-align: left; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.closing-cta > img { display: block; width: 100%; height: auto; border: 1px solid rgba(239,199,119,.42); box-shadow: 0 25px 60px rgba(0,0,0,.38); transform: rotate(-2deg); }
.closing-cta p { margin: 0 0 1rem; color: var(--gold-light); font-size: .69rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.closing-cta h2 { max-width: 850px; margin: 0 0 2rem; font-size: clamp(3rem, 6vw, 6rem); }
.closing-actions { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: .7rem; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-top: 2rem; color: rgba(255,255,255,.42); font-size: .7rem; }
footer > div { display: flex; flex-direction: column; }
footer strong { color: rgba(255,255,255,.75); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; font-weight: 400; }
footer p { margin: 0; }
footer a { color: rgba(255,255,255,.66); text-underline-offset: .2rem; }
.site-disclaimer { max-width: 310px; text-align: right; }

.inquiry-dialog { width: min(620px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: clamp(1.7rem, 5vw, 3.2rem); border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 40px 110px rgba(0,0,0,.48); }
.inquiry-dialog::backdrop { background: rgba(3,12,10,.82); backdrop-filter: blur(6px); }
.inquiry-dialog h2 { font-size: clamp(2.5rem, 6vw, 4.2rem); }
.inquiry-dialog > p:not(.eyebrow) { color: #64706d; }
.dialog-offer { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 1.5rem 0; padding: 1px; background: var(--line); }
.dialog-offer > div { padding: 1rem; background: var(--white); }
.dialog-offer span { display: block; margin-bottom: .35rem; color: #75807c; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-offer strong { font-family: Georgia, "Times New Roman", serif; font-size: .98rem; font-weight: 400; }
.dialog-close { position: absolute; right: 1rem; top: .8rem; width: 40px; height: 40px; border: 0; color: var(--ink); background: transparent; font-size: 1.7rem; cursor: pointer; }
.inquiry-dialog fieldset { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; margin: 1.6rem 0; padding: 0; border: 0; }
.inquiry-dialog legend, .select-label { display: block; width: 100%; margin-bottom: .6rem; font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.inquiry-dialog fieldset label { position: relative; }
.inquiry-dialog fieldset input { position: absolute; opacity: 0; pointer-events: none; }
.inquiry-dialog fieldset span { display: grid; place-items: center; min-height: 62px; padding: .5rem; border: 1px solid var(--line); text-align: center; font-size: .7rem; font-weight: 700; cursor: pointer; }
.inquiry-dialog fieldset input:checked + span { color: var(--white); background: var(--forest); border-color: var(--forest); }
.inquiry-dialog fieldset input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.inquiry-dialog select, .inquiry-dialog input[type="number"] { width: 100%; height: 50px; margin-bottom: 1rem; padding: 0 .75rem; border: 1px solid var(--line); color: var(--ink); background: var(--white); }
.inquiry-dialog form > .button { width: 100%; }
.inquiry-result > p { margin: 1.5rem 0 .5rem; font-size: .72rem; font-weight: 800; }
.inquiry-result textarea { width: 100%; min-height: 180px; padding: 1rem; border: 1px solid var(--line); color: var(--ink); background: var(--white); resize: vertical; }
.inquiry-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .7rem; }
.inquiry-copy-button { border-color: var(--line); color: var(--ink); background: transparent; }
.inquiry-copy-button:hover { border-color: var(--forest-soft); background: rgba(46,24,82,.05); }
.copy-status { margin-left: .75rem; color: var(--forest-soft); font-size: .75rem; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); display: none; align-items: stretch; gap: .3rem; padding: 1rem; background: var(--ink-deep); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav > a { padding: .7rem; }
  .site-nav .button { margin-top: .25rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; padding-top: 130px; }
  .hero-copy { max-width: 780px; }
  .hero-art { min-height: 530px; }
  .book-scene { width: 340px; height: 440px; }
  .hero-note { right: 6%; }
  .benefit-strip article { padding: 1.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .need-picker { grid-template-columns: repeat(5, 1fr); }
  .principle-panel { grid-template-columns: 100px 1fr; }
  .practice-card { grid-column: 2; margin-top: 2rem; }
  .bridge-copy { grid-template-columns: 1fr; }
  .bridge-copy .eyebrow { grid-column: 1; }
  .freedom-steps { grid-template-columns: repeat(2, 1fr); }
  .bridge-buy { align-items: flex-start; flex-direction: column; }
  .wellness-offer { grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); }
  .wellness-visual { min-height: 470px; }
  .wellness-purchase { align-items: flex-start; flex-direction: column; }
  .author-wrap { grid-template-columns: 1fr; }
  .author-portrait { grid-row: auto; width: min(540px, 100%); }
  .speaking-card { grid-column: 1; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 1rem; }
  .brand-copy small { display: none; }
  .hero-inner { width: min(100% - 2rem, 1200px); padding-top: 115px; }
  .hero h1 { font-size: clamp(3rem, 15.5vw, 4.8rem); }
  .hero-deck { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .format-row { justify-content: center; text-align: center; }
  .hero-art { min-height: 470px; }
  .book-scene { width: 275px; height: 365px; }
  .book-cover { padding: 1.5rem 1rem; }
  .cover-symbol { width: 54px; height: 68px; margin: 2.1rem 0 1.2rem; }
  .cover-symbol::before { height: 82px; }
  .cover-symbol::after { width: 72px; }
  .cover-symbol span { width: 20px; height: 20px; }
  .book-cover strong { font-size: 1.95rem; }
  .cover-subtitle { margin-top: 1.35rem; }
  .hero-note { right: 0; bottom: 0; width: 210px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-strip article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .principles-section { padding-left: 1rem; padding-right: 1rem; }
  .section-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .need-picker { grid-template-columns: repeat(2, 1fr); }
  .need-button { min-height: 72px; border-bottom: 1px solid var(--line); }
  .need-button:nth-child(2n) { border-right: 0; }
  .need-button:last-child { grid-column: 1/-1; border-bottom: 0; }
  .principle-panel { grid-template-columns: 1fr; padding: 1.5rem; }
  .principle-number { font-size: 3.8rem; }
  .principle-main { padding: 1rem 0; }
  .principle-main h3 { font-size: 3rem; }
  .practice-card { grid-column: 1; margin-top: 1rem; }
  .freedom-bridge { padding: 1.5rem; }
  .freedom-steps { grid-template-columns: 1fr; }
  .freedom-steps li { min-height: auto; }
  .purchase-buttons { width: 100%; }
  .purchase-buttons .button { width: 100%; }
  .principle-index summary { grid-template-columns: 1fr; gap: 1rem; }
  .index-action { justify-content: space-between; }
  .principle-list { grid-template-columns: 1fr; }
  .wellness-offer { grid-template-columns: 1fr; }
  .wellness-visual { min-height: auto; aspect-ratio: 1 / 1; }
  .wellness-copy { padding: 2rem 1.5rem; }
  .wellness-copy h3 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .wellness-benefits li { grid-template-columns: 1fr; gap: .2rem; }
  .wellness-purchase .button { width: 100%; }
  .author-section { padding-left: 1rem; padding-right: 1rem; }
  .author-story h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .author-portrait figcaption { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .closing-cta { grid-template-columns: 100px 1fr; gap: 1.5rem; padding-left: 0; padding-right: 0; }
  .closing-cta h2 { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  footer { align-items: flex-start; flex-direction: column; }
  .site-disclaimer { max-width: 520px; text-align: left; }
  .dialog-offer { grid-template-columns: 1fr; }
  .inquiry-dialog fieldset { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .bridge-purchase { grid-template-columns: 70px 1fr; }
  .bridge-cover { width: 70px; }
  .closing-cta { grid-template-columns: 1fr; text-align: center; }
  .closing-cta > img { width: 132px; margin: 0 auto; }
  .closing-cta h2 { margin-left: auto; margin-right: auto; }
  .closing-actions { justify-content: center; }
}

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