:root {
  --ink: #080808;
  --ink-soft: #10100f;
  --panel: #141311;
  --cream: #f1e9dc;
  --muted: #aaa397;
  --ember: #f29a22;
  --ember-deep: #bd5d0b;
  --line: rgba(241, 233, 220, .15);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: var(--body); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--cream); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 84px; padding: 0 clamp(1.3rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.scrolled { height: 68px; background: rgba(8,8,8,.93); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-family: var(--display); font-weight: 800; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ember); color: var(--ember); font-size: .8rem; transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand-mark { text-indent: .08em; }
.brand-name { font-size: 1.03rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.3vw, 2.3rem); font: 600 .78rem/1 var(--body); letter-spacing: .09em; text-transform: uppercase; }
.site-nav a:not(.nav-cta) { color: #d2ccc2; transition: color .2s; }
.site-nav a:hover { color: var(--ember); }
.nav-cta { border: 1px solid rgba(242,154,34,.7); color: var(--ember); padding: .8rem 1rem; }
.menu-toggle { display: none; background: none; color: inherit; border: 0; padding: .6rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); align-items: center; gap: 5vw; padding: 9rem clamp(1.3rem, 8vw, 9rem) 6rem; position: relative; isolation: isolate; background: radial-gradient(circle at 70% 45%, #241204 0, #0c0a08 34%, #070707 67%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,0)), repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255,255,255,.025) 12.5%); }
.hero-glow { position: absolute; z-index: -1; right: 2%; top: 18%; width: 45vw; aspect-ratio: 1; background: radial-gradient(circle, rgba(242,126,15,.24), transparent 65%); filter: blur(12px); }
.hero-copy { max-width: 710px; }
.eyebrow { margin: 0 0 1.2rem; color: var(--ember); font: 700 .79rem/1 var(--body); letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 780px; font-size: clamp(4.25rem, 7.3vw, 8.3rem); line-height: .84; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--ember); font-style: normal; }
.hero-lede { max-width: 660px; color: #c9c2b7; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.75; margin: 2rem 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.2rem; min-height: 52px; padding: 0 1.5rem; border: 0; cursor: pointer; font: 800 .82rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ember); color: #080808; }
.button-primary:hover { background: #ffb343; }
.button-outline { border: 1px solid rgba(242,154,34,.65); color: var(--ember); }
.button-outline:hover { background: var(--ember); color: var(--ink); }
.text-link { color: #d8d1c6; font: 700 .8rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--ember); margin-left: .5rem; }
.credentials { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; margin-top: 3.5rem; color: #817a71; font: 600 .68rem/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.credentials i { width: 3px; height: 3px; background: var(--ember); border-radius: 50%; }
.hero-art { justify-self: center; width: min(28vw, 395px); min-width: 310px; perspective: 1400px; }
.book-wrap { position: relative; transform-style: preserve-3d; transform: rotateY(-8deg) rotateX(1deg); transition: transform .35s ease; }
.book-wrap:hover { transform: rotateY(-2deg) translateY(-8px); }
.book-cover { position: relative; z-index: 2; box-shadow: -24px 28px 55px rgba(0,0,0,.64); }
.book-cover::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 14px; z-index: 2; background: linear-gradient(90deg, rgba(0,0,0,.75), transparent); }
.book-cover::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.book-shadow { position: absolute; z-index: 0; width: 105%; height: 15%; left: -5%; bottom: -6%; background: rgba(239,116,10,.23); filter: blur(25px); border-radius: 50%; transform: rotate(-5deg); }
.scroll-cue { position: absolute; bottom: 1.8rem; left: 50%; width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 3px; height: 7px; border-radius: 3px; left: 10px; top: 7px; background: var(--ember); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 25% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }

.statement { min-height: 280px; padding: 4rem 7vw; display: grid; grid-template-columns: minmax(50px,1fr) minmax(300px,850px) minmax(50px,1fr); gap: 2rem; align-items: center; background: #0d0d0c; }
.statement p { margin: 0; text-align: center; font: italic 600 clamp(1.45rem, 2.7vw, 2.4rem)/1.35 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.statement-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--ember)); }
.statement-rule:last-child { transform: rotate(180deg); }

.section { position: relative; padding: clamp(6rem, 11vw, 10rem) clamp(1.3rem, 8vw, 9rem); overflow: hidden; }
.section-number { position: absolute; right: 3vw; top: 2rem; color: rgba(255,255,255,.025); font: 900 clamp(8rem, 20vw, 22rem)/1 var(--display); }
.book-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--cream); color: #15120e; }
.image-frame { padding: 12px; background: #090909; box-shadow: 0 35px 80px rgba(17,10,2,.25); transform: rotate(-1.5deg); }
.caption { color: #746c62; margin: 1.2rem 0 0; font: 700 .72rem/1.4 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.book-copy { max-width: 590px; }
.book-copy .eyebrow { color: var(--ember-deep); }
h2 { font-size: clamp(3.3rem, 5.8vw, 6.5rem); line-height: .9; letter-spacing: -.025em; }
.book-copy > p:not(.eyebrow) { color: #514c45; font-size: .98rem; line-height: 1.75; }
.book-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0; }
.book-tags span { border: 1px solid #c8bdad; color: #6b6257; padding: .55rem .75rem; font: 700 .67rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.book-copy .button-outline { border-color: #b15e19; color: #8c450d; }

.story-section { background: linear-gradient(135deg, #11100e, #080808 60%); }
.story-intro { max-width: 920px; margin-bottom: 4rem; }
.large-copy { max-width: 750px; color: #a9a196; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.7; }
.story-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.story-card { min-height: 300px; padding: 2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.story-card:last-child { border-right: 0; }
.story-index { color: var(--ember); font: 700 .75rem/1 var(--body); letter-spacing: .12em; }
.story-card h3 { margin-top: auto; font-size: 2.7rem; }
.story-card p { color: #928b82; font-size: .9rem; line-height: 1.65; }
.bio-band { border-left: 3px solid var(--ember); margin-top: 3.5rem; padding: .4rem 0 .4rem 2rem; max-width: 1000px; }
.bio-band p { margin: 0; font: 600 clamp(1.2rem, 2vw, 1.65rem)/1.5 var(--display); text-transform: uppercase; }

.speaking-section { background: #e9dfd0; color: #14110e; }
.speaking-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; align-items: start; }
.speaking-heading .eyebrow { color: #a45210; }
.topics { margin: 5rem 0 3rem; border-top: 1px solid #b9ad9d; }
.topic { width: 100%; display: grid; grid-template-columns: 80px 1fr 40px; align-items: center; text-align: left; border: 0; border-bottom: 1px solid #b9ad9d; background: transparent; color: inherit; padding: 1.5rem 0; cursor: pointer; }
.topic-num { color: #a45210; font: 700 .73rem/1 var(--body); }
.topic-title { font: 800 clamp(1.8rem,3vw,3rem)/1 var(--display); text-transform: uppercase; }
.topic-plus { justify-self: end; color: #a45210; font-size: 1.7rem; transition: transform .25s; }
.topic-detail { grid-column: 2 / 3; max-height: 0; overflow: hidden; color: #625b52; line-height: 1.6; transition: max-height .35s, padding-top .35s; }
.topic.open .topic-detail { max-height: 100px; padding-top: 1rem; }
.topic.open .topic-plus { transform: rotate(45deg); }

.legacy-section { min-height: 82vh; display: grid; place-items: center; text-align: center; padding: 8rem 1.5rem; position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 50% 80%, #67300a 0, #130e09 35%, #070707 68%); }
.legacy-section::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5)), url("assets/warrior-bloodline-front.webp") center 62% / cover; opacity: .16; filter: grayscale(.4); }
.legacy-flare { position: absolute; width: 65vw; height: 4px; bottom: 20%; background: var(--ember); filter: blur(18px); box-shadow: 0 0 100px 45px rgba(237,124,18,.15); }
.legacy-content { max-width: 1100px; }
.legacy-content h2 { font-size: clamp(3.5rem, 7vw, 7.8rem); }
.legacy-content > p:not(.eyebrow) { max-width: 690px; margin: 2rem auto; color: #bfb7ab; font-size: 1.06rem; line-height: 1.8; }
.legacy-signature { margin-top: 3rem; color: var(--ember); font: 800 1.2rem/1 var(--display); letter-spacing: .35em; }

.launch-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; background: #11100e; }
.launch-copy { max-width: 620px; }
.launch-copy p:last-child { color: #aaa196; line-height: 1.7; }
.signup-form label { display: block; margin-bottom: .8rem; color: #aaa196; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.form-row { display: flex; gap: .7rem; }
.form-row input { min-width: 0; flex: 1; border: 1px solid #514b42; background: #090909; color: var(--cream); padding: 0 1.1rem; outline: 0; }
.form-row input:focus { border-color: var(--ember); }
.form-note { color: #6f6960; font-size: .72rem; }
.form-note.success { color: var(--ember); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 4rem clamp(1.3rem, 8vw, 9rem) 2rem; border-top: 1px solid var(--line); background: #070707; }
.footer-brand { margin-bottom: 1rem; }
.site-footer p { color: #6f6961; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: flex; gap: 2rem; align-items: flex-start; color: #aaa196; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover { color: var(--ember); }
.copyright { grid-column: 1 / -1; margin-top: 2rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }.delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 68px 0 auto; padding: 2rem; background: rgba(8,8,8,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; transform: translateY(-130%); transition: transform .3s; }
  .site-nav.open { transform: translateY(0); }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 8.5rem; }
  .hero-copy { margin: 0 auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .credentials { justify-content: center; }
  .hero-art { width: min(55vw, 365px); min-width: 260px; }
  .scroll-cue { display: none; }
  .book-section { grid-template-columns: 1fr; }
  .book-copy { max-width: 760px; }
  .story-grid { grid-template-columns: repeat(2,1fr); }
  .story-card:nth-child(2) { border-right: 0; }
  .story-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .speaking-heading, .launch-section { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand-name { font-size: .9rem; }
  .hero { padding-left: 1.25rem; padding-right: 1.25rem; }
  h1 { font-size: clamp(3.7rem, 19vw, 5.5rem); }
  .hero-lede { font-size: .95rem; }
  .credentials i { display: none; }
  .credentials { flex-direction: column; }
  .statement { grid-template-columns: 1fr; min-height: 250px; }
  .statement-rule { display: none; }
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .story-card:last-child { border-bottom: 0; }
  .topic { grid-template-columns: 44px 1fr 25px; }
  .topic-detail { grid-column: 1 / -1; }
  .form-row { flex-direction: column; }
  .form-row input { min-height: 52px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 1.2rem; }
  .copyright { grid-column: 1; }
}

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