:root {
  --ink: #171516;
  --paper: #f4f0e8;
  --white: #fffdf9;
  --red: #E50914;
  --deep-red: #a9161d;
  --gold: #d99a43;
  --line: rgba(23, 21, 22, 0.18);
  --max: 1180px;
  --announcement-height: 46px;
  --nav-height: 104px;
  --ticker-height: 50px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--red); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .055; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.line-icon { width: 1.15em; height: 1.15em; display: inline-block; flex: 0 0 auto; vertical-align: -.18em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.brand-strip { height: calc(var(--announcement-height) + env(safe-area-inset-top, 0px)); margin-top: calc(-1 * env(safe-area-inset-top, 0px)); padding-top: env(safe-area-inset-top, 0px); display: grid; place-items: center; color: white; background: var(--red); border-bottom: 1px solid rgba(255,255,255,.32); }
.brand-strip a { width: 100%; padding: 12px 24px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 12px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.brand-strip strong { font-family: "Libre Franklin", sans-serif; font-size: 14px; }
.brand-strip span { opacity: .76; }
.brand-strip .strip-action { padding-left: 16px; display: inline-flex; align-items: center; gap: 5px; border-left: 1px solid rgba(255,255,255,.45); color: white; opacity: 1; font-weight: 700; }
.site-header { position: relative; z-index: 10; height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; max-width: none; margin: auto; padding: 0 max(30px, calc((100vw - var(--max)) / 2)); border-bottom: 0; color: white; background: var(--red); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand-logo { width: 235px; height: auto; filter: grayscale(1) brightness(0) invert(1); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-cta { padding: 12px 18px; color: var(--red); background: white; }
.menu-button { display: none; color: white; border: 0; background: none; font: inherit; font-weight: 700; }

.hero { position: relative; height: calc(100svh - var(--announcement-height) - var(--nav-height) - var(--ticker-height)); min-height: 560px; max-width: none; margin: auto; padding: 0 max(30px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: stretch; gap: 36px; overflow: hidden; background: var(--white); }
.hero-copy { position: relative; z-index: 3; max-width: 690px; padding: 28px 0 38px; align-self: center; }
.eyebrow { margin: 0 0 20px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2 { font-family: "Libre Franklin", sans-serif; letter-spacing: -0.055em; line-height: 0.98; }
.hero-name { position: relative; z-index: 4; width: auto; max-width: 100%; margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(58px, 5.8vw, 86px); font-weight: 700; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.hero-statement { max-width: 680px; margin: 28px 0 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(30px, 3vw, 42px); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; white-space: nowrap; }
.hero-statement em { color: var(--red); font-style: italic; }
.hero-intro { max-width: 570px; margin: 30px 0; font-size: 18px; line-height: 1.65; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 0; font: inherit; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: 160ms ease; }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--deep-red); transform: translateY(-2px); }
.button-quiet { padding-inline: 8px; }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: white; background: var(--ink); }
.hero-visual { position: relative; z-index: 1; align-self: stretch; min-width: 0; min-height: 100%; padding: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 10% -30vw 0 10%; background: #efede8; border-radius: 50% 0 0 0; }
.portrait-frame { position: absolute; z-index: 1; inset: 0 -70px 0 -10px; width: auto; height: auto; margin: 0; overflow: hidden; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: none; transform: none; transform-origin: center top; }
.hero-stamp { position: absolute; z-index: 4; top: 50px; right: 0; display: grid; place-items: center; width: 110px; height: 110px; color: white; background: var(--red); border: 4px solid var(--white); border-radius: 50%; font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.45; text-align: center; transform: rotate(8deg); }
.visual-note { position: absolute; z-index: 2; right: -10px; bottom: 0; width: 220px; margin: 0; padding: 18px; color: white; background: var(--ink); font-size: 13px; line-height: 1.5; }
.visual-note span { display: block; color: var(--gold); font-family: "Libre Franklin", sans-serif; font-size: 26px; font-weight: 700; }

.ticker { height: var(--ticker-height); overflow: hidden; color: white; background: var(--red); border-block: 2px solid var(--ink); }
.ticker-track { display: flex; align-items: center; width: max-content; height: 100%; animation: ticker 18s linear infinite; will-change: transform; backface-visibility: hidden; }
.ticker-group { display: flex; align-items: center; flex-shrink: 0; gap: 12px; padding-right: 12px; }
.ticker span { padding: 0; font-family: "Libre Franklin", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ticker i { color: var(--gold); font-style: normal; }
@keyframes ticker { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
.manifesto { position: relative; padding: 110px 30px; color: white; background: var(--ink); text-align: center; overflow: hidden; }
.manifesto > span { position: absolute; top: -100px; left: 2%; color: rgba(255,255,255,.05); font-family: Georgia, serif; font-size: 470px; line-height: 1; }
.manifesto p { position: relative; max-width: 1050px; margin: auto; font-family: "Libre Franklin", sans-serif; font-size: clamp(38px, 5vw, 72px); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; }
.manifesto em { color: var(--gold); font-style: italic; }
.section { padding: 120px max(30px, calc((100vw - var(--max)) / 2)); }
.about { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--white); overflow: hidden; }
.about::after { content: "VENABLE"; position: absolute; z-index: 0; right: -18px; bottom: 34px; color: rgba(23, 21, 22, .055); font-family: "Libre Franklin", sans-serif; font-size: clamp(120px, 18vw, 270px); font-weight: 700; letter-spacing: -.085em; line-height: .72; text-transform: uppercase; pointer-events: none; }
.about > * { position: relative; z-index: 1; }
.section-heading h2, .book-copy h2, .contact h2 { margin: 0; font-size: clamp(48px, 5.5vw, 80px); }
.section-number { margin-top: 50px; color: var(--red); font-family: "Libre Franklin", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.about-copy p, .book-copy p { font-size: 17px; line-height: 1.75; }
.lead { font-size: 21px !important; line-height: 1.55 !important; }
.credentials { margin-top: 42px; border-top: 1px solid var(--line); }
.credentials div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credentials strong { color: var(--red); }

.speaking { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; color: white; background: var(--red); overflow: hidden; }
.speaking::after { content: "SPEAK"; position: absolute; right: -25px; bottom: -38px; color: rgba(0,0,0,.08); font-family: "Libre Franklin", sans-serif; font-size: clamp(120px, 19vw, 280px); font-weight: 700; letter-spacing: -.09em; line-height: .75; }
.speaking > * { position: relative; z-index: 1; }
.light { color: rgba(255,255,255,.7); }
.speaking h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); }
.speaking-intro > p:not(.eyebrow) { max-width: 540px; font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-weight: 700; text-underline-offset: 6px; }
.light-number { color: rgba(255,255,255,.75); }
.topic-list { border-top: 1px solid rgba(255,255,255,.45); }
.topic-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.45); transition: padding 180ms ease, background 180ms ease; }
.topic-list article:hover { padding-left: 18px; background: rgba(0,0,0,.08); }
.topic-list span { color: rgba(255,255,255,.65); font-size: 13px; }
.topic-list h3 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(21px, 2vw, 30px); line-height: 1.15; }

.book { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 100px; background: #e9dfcf; }
.book-art { position: relative; min-height: 610px; display: grid; place-items: center; background: var(--ink); overflow: hidden; }
.book-art::before { content: ""; position: absolute; inset: 12% -10%; background: radial-gradient(circle, rgba(217,39,46,.72), transparent 65%); }
.book-art img { position: relative; z-index: 1; max-height: 540px; width: auto; filter: drop-shadow(28px 34px 30px rgba(0,0,0,.48)); transform: rotate(-3deg); transition: transform 250ms ease; }
.book-art:hover img { transform: rotate(0deg) scale(1.035); }
.book-kicker { position: absolute; top: 18px; left: 20px; z-index: 2; color: white; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.book-copy small { display: block; margin-top: 18px; color: #665e57; }
.book-copy .button-row { margin-top: 30px; }

.media { position: relative; color: white; background: #131112; overflow: hidden; }
.media::after { content: "LISTEN"; position: absolute; z-index: 0; right: 80px; top: 70px; color: rgba(255,255,255,.04); font-family: "Libre Franklin", sans-serif; font-size: clamp(120px, 18vw, 270px); font-weight: 700; letter-spacing: .015em; line-height: .7; }
.media > * { position: relative; z-index: 1; }
.compact { max-width: 700px; }
.media-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.media-heading > p { max-width: 470px; margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.audio-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audio-card { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background-image: linear-gradient(to bottom, rgba(12,10,11,.15), rgba(12,10,11,.3) 42%, rgba(12,10,11,.96) 78%), var(--card-image); background-size: cover; background-position: center; border: 1px solid rgba(0,0,0,.55); box-shadow: 0 18px 34px rgba(0,0,0,.24); overflow: hidden; }
.audio-card::before { content: ""; position: absolute; inset: 0; border-top: 4px solid var(--red); pointer-events: none; }
.featured-audio { transform: none; }
.audio-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.audio-card-top span { padding: 8px 11px; color: white; background: var(--red); }
.audio-card-content { padding-top: 180px; }
.audio-series { margin: 0 0 10px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.audio-card h3 { min-height: 76px; margin: 0 0 24px; font-family: "Libre Franklin", sans-serif; font-size: clamp(23px, 2.2vw, 31px); letter-spacing: -.035em; line-height: 1.08; }
.audio-card audio { display: none; }
.player { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.play-button { width: 52px; height: 52px; display: grid; place-items: center; flex-shrink: 0; color: white; background: var(--red); border: 0; border-radius: 50%; cursor: pointer; }
.play-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.play-button .play-icon { margin-left: 2px; }
.play-button .pause-icon { display: none; }
.audio-card.is-playing .play-icon { display: none; }
.audio-card.is-playing .pause-icon { display: block; }
.player-main { min-width: 0; }
.audio-progress { width: 100%; height: 4px; margin: 0; accent-color: var(--red); cursor: pointer; }
.audio-time { margin-top: 7px; display: flex; justify-content: space-between; color: rgba(255,255,255,.6); font-size: 10px; font-variant-numeric: tabular-nums; }
.audio-speed { padding: 5px 2px; color: white; background: transparent; border: 0; font: inherit; font-size: 11px; cursor: pointer; }
.audio-speed option { color: var(--ink); }

.contact { padding: 110px max(30px, calc((100vw - 900px)) / 2); color: white; background: var(--ink); text-align: center; }
.contact > p:not(.eyebrow):not(.contact-note) { max-width: 650px; margin: 28px auto; font-size: 18px; line-height: 1.65; }
.button-white { color: var(--ink); background: white; }
.button-white:hover { color: white; background: var(--red); transform: translateY(-2px); }
.contact-note { max-width: 760px; margin: 60px auto 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; }
footer { max-width: var(--max); margin: auto; padding: 36px 30px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; }
.footer-brand { font-size: 14px; }
.footer-brand .brand-logo { filter: none; }

.preview-dialog { width: min(1120px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.preview-dialog[open] { display: grid; grid-template-columns: 1.1fr .9fr; }
.preview-dialog::backdrop { background: rgba(15,12,12,.78); backdrop-filter: blur(5px); }
.preview-reader { min-height: 650px; padding: 34px; display: flex; flex-direction: column; background: #242021; overflow: hidden; }
.preview-page-wrap { min-height: 0; flex: 1; display: grid; place-items: center; }
.preview-page-wrap img { max-width: 100%; max-height: 72vh; width: auto; height: auto; box-shadow: 0 15px 40px rgba(0,0,0,.4); }
.preview-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; padding-top: 20px; color: white; }
.preview-controls button { padding: 10px; display: inline-flex; align-items: center; gap: 5px; color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.preview-controls button:last-child { justify-self: end; }
.preview-controls button:disabled { opacity: .35; cursor: default; }
.preview-copy { padding: 70px 55px; }
.preview-copy h2 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: 48px; letter-spacing: -.05em; }
.preview-copy p { line-height: 1.65; }
.dialog-close { position: absolute; top: 12px; right: 16px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.dialog-close .line-icon { width: 26px; height: 26px; }

@media (max-width: 850px) {
  :root { --nav-height: 74px; }
  .site-header { height: 74px; }
  .menu-button { display: block; }
  nav { position: absolute; z-index: 20; top: 104px; left: 18px; right: 18px; display: none; padding: 25px; flex-direction: column; align-items: stretch; color: var(--ink); background: var(--white); box-shadow: 0 20px 50px rgba(0,0,0,.15); }
  nav.open { display: flex; }
  .hero, .about, .speaking, .book { grid-template-columns: 1fr; }
  .hero { height: auto; min-height: calc(100svh - var(--announcement-height) - var(--nav-height) - var(--ticker-height)); padding-top: 35px; gap: 10px; }
  .about::after { right: 4vw; bottom: 24px; max-width: 92vw; font-size: 19.5vw; line-height: .8; white-space: nowrap; }
  .speaking::after { right: 4vw; bottom: -8px; max-width: 92vw; font-size: 27vw; white-space: nowrap; }
  .media::after { right: 4vw; top: 74px; max-width: 92vw; font-size: 22vw; white-space: nowrap; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { width: 100%; max-width: 560px; height: clamp(480px, 104vw, 620px); min-height: 0; margin: auto; overflow: hidden; }
  .portrait-frame { inset: 0; }
  .portrait-frame img { position: absolute; top: 0; left: 50%; width: 100%; max-width: none; height: auto; object-fit: initial; transform: translateX(-50%); }
  .section { padding-block: 80px; }
  .about, .speaking, .book { gap: 55px; }
  .media-heading { grid-template-columns: 1fr; gap: 28px; }
  .audio-grid { grid-template-columns: 1fr; }
  .audio-card { min-height: 520px; }
  .featured-audio { transform: none; }
  .book-art { min-height: 500px; }
  .book-art img { width: auto; height: auto; max-width: min(82%, 430px); max-height: 440px; }
  .preview-dialog[open] { grid-template-columns: 1fr; }
  .preview-reader { min-height: 520px; padding: 20px; }
  .preview-page-wrap img { max-height: 55vh; }
  .preview-copy { padding: 60px 30px 40px; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 18px; }
  .brand-logo { width: min(205px, 64vw); }
  nav { top: 74px; }
  .brand-strip a { gap: 9px; padding-inline: 12px; }
  .brand-strip span:not(.strip-action) { display: none; }
  .brand-strip .strip-action { padding-left: 9px; }
  .hero-name { width: auto; font-size: clamp(50px, 16vw, 72px); line-height: .9; white-space: normal; }
  .hero-statement { margin-top: 24px; font-size: clamp(30px, 9vw, 40px); white-space: normal; }
  .hero-intro { margin-block: 24px; font-size: 16px; line-height: 1.55; }
  .hero-visual { height: clamp(430px, 116vw, 520px); }
  .hero-stamp { top: 18px; right: 0; width: 84px; height: 84px; border-width: 3px; font-size: 9px; }
  .button-row .button { width: 100%; }
  .visual-note { right: 0; width: min(195px, 58vw); padding: 14px; font-size: 11px; }
  .visual-note span { font-size: 21px; }
  .section { padding: 68px 20px; }
  .section-heading h2, .book-copy h2, .contact h2 { font-size: clamp(40px, 12vw, 56px); }
  .manifesto { padding: 78px 20px; }
  .manifesto > span { top: -45px; font-size: 280px; }
  .about::after { right: 5vw; bottom: 20px; font-size: 19vw; }
  .speaking::after { right: 5vw; bottom: -2px; font-size: 26vw; }
  .media::after { right: 5vw; top: 56px; font-size: 21vw; }
  .book-art { min-height: 410px; }
  .book-art img { max-width: 78%; max-height: 370px; }
  .audio-card { min-height: 480px; padding: 20px; background-position: center top; }
  .audio-card-content { padding-top: 150px; }
  .audio-card h3 { min-height: 0; }
  .player { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 10px; }
  .play-button { width: 46px; height: 46px; }
  .preview-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .preview-reader { min-height: 0; height: 61dvh; padding: 16px 12px; }
  .preview-page-wrap img { max-height: 49dvh; }
  .preview-copy { padding: 42px 22px 28px; }
  .preview-copy h2 { font-size: 38px; }
  .credentials div { grid-template-columns: 90px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .ticker-track { animation-duration: 32s; }
}
