:root {
  --ink: #1d2019;
  --muted: #64665e;
  --cream: #f4efe5;
  --cream-2: #ebe3d4;
  --paper: #fffdf8;
  --rust: #b85733;
  --rust-dark: #8d4029;
  --olive: #59613c;
  --olive-dark: #303720;
  --brown: #493a31;
  --line: rgba(29,32,25,.13);
  --shadow: 0 20px 60px rgba(51, 40, 30, .14);
  --radius: 26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,239,229,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; line-height: .88; min-width: max-content; }
.brand-script { font-family: var(--serif); font-style: italic; font-weight: 700; font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.04em; }
.brand-sub { margin-top: 7px; color: var(--rust); font-size: .7rem; font-weight: 900; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .94rem; }
.site-nav > a:not(.button) { opacity: .78; }
.site-nav > a:not(.button):hover { opacity: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 9px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--rust); border-radius: 999px; background: var(--rust); color: white; font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 10px 24px rgba(184,87,51,.18); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--rust-dark); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost { background: transparent; color: var(--ink); border-color: rgba(29,32,25,.45); box-shadow: none; }
.button-ghost:hover { background: var(--paper); }

.hero { padding: 34px 0 32px; overflow: hidden; background: radial-gradient(circle at 82% 16%, rgba(89,97,60,.12), transparent 28%), linear-gradient(135deg, #f7f2e8 0%, #efe6d5 100%); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 42px; min-height: calc(100vh - 110px); max-height: 820px; }
.eyebrow { margin: 0 0 14px; color: var(--olive); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: .98; margin-top: 0; }
h1 { margin-bottom: 12px; font-size: clamp(3.7rem, 6.2vw, 6.35rem); letter-spacing: -.062em; font-weight: 700; }
h1 span { color: var(--rust); font-style: italic; font-size: .8em; }
.hero-kicker { margin: 0 0 10px; color: var(--rust); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 700; }
.hero-purpose { max-width: 600px; margin: 0 0 14px; color: var(--olive-dark); font-family: var(--serif); font-size: 1.06rem; font-weight: 700; line-height: 1.45; }
.hero-deck { max-width: 610px; margin: 0; font-size: 1rem; color: #4c4b44; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hand-note { margin: 18px 0 0; font-family: var(--serif); font-size: 1.12rem; font-style: italic; color: var(--olive); transform: rotate(-1deg); }
.hero-media { position: relative; border-radius: 38px 38px 10px 38px; overflow: visible; }
.hero-media img { width: 100%; height: auto; object-fit: contain; border-radius: inherit; box-shadow: var(--shadow); }
.hero-card { position: absolute; right: -22px; bottom: -24px; width: 188px; padding: 20px 22px; background: var(--paper); border: 1px solid rgba(29,32,25,.08); box-shadow: var(--shadow); transform: rotate(2deg); font-family: var(--serif); font-style: italic; font-size: 1.05rem; }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { color: var(--rust); font-size: 1.2rem; }

.trust-strip { background: var(--olive-dark); color: #f4efe5; }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 16px; text-align: center; }
.trust-grid p { margin: 0; font-family: var(--serif); font-size: 1.04rem; opacity: .9; }

.section { padding: 96px 0; }
.two-col, .video-grid, .stage-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.photo-stack { position: relative; }
.photo-stack img { width: 92%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.photo-caption { display: block; width: min(380px, 90%); margin: -14px 0 0 auto; padding: 15px 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(40,35,28,.09); font-family: var(--serif); font-style: italic; transform: rotate(1.5deg); }
.content h2, .section-heading h2, .pressure-copy h2, .contact-copy h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 4.6vw, 4.6rem); letter-spacing: -.045em; }
.lead { font-size: 1.15rem; color: #44453f; }
.mini-quote { margin-top: 30px; padding: 22px 26px; border-left: 4px solid var(--rust); background: rgba(255,255,255,.45); font-family: var(--serif); font-size: 1.18rem; font-style: italic; }
.muted { color: var(--muted); font-size: .92rem; }

.video-section { background: var(--paper); }
.video-card { position: relative; width: 100%; padding: 0; border: 0; border-radius: 26px; overflow: hidden; cursor: pointer; box-shadow: var(--shadow); background: #111; }
.video-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.52)); }
.play { position: absolute; left: 50%; top: 48%; translate: -50% -50%; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.9); color: var(--rust); font-size: 1.5rem; padding-left: 4px; box-shadow: 0 12px 40px rgba(0,0,0,.25); }
.video-label { position: absolute; left: 24px; bottom: 22px; color: white; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-align: left; }
.video-label small { opacity: .76; }

.topics { background: #e9e8dc; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:last-child { max-width: 720px; color: var(--muted); }
.topic-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.topic-card { min-height: 290px; padding: 27px 22px; background: rgba(255,253,248,.82); border: 1px solid rgba(29,32,25,.08); border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.topic-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(48,55,32,.09); }
.topic-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 38px; border: 1px solid rgba(89,97,60,.35); border-radius: 50%; color: var(--rust); font-family: var(--serif); font-size: 1.5rem; }
.topic-card h3 { margin-bottom: 14px; font-size: 1.45rem; line-height: 1.04; }
.topic-card p { margin: 0; color: #5a5b54; font-size: .92rem; }

.pressure-section { padding: 82px 0; color: white; background: linear-gradient(115deg, rgba(37,45,25,.98), rgba(78,63,48,.97)); }
.pressure-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.hand-note.light { color: #e9d6b7; }
.pressure-copy h2 { color: white; }
.pressure-copy p:last-child { max-width: 700px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.pressure-quote { padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.05); }
.pressure-quote > span { color: #e6c9a8; font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.pressure-quote blockquote { margin: 18px 0; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.8rem); line-height: 1.1; }
.pressure-quote small { color: rgba(255,255,255,.58); }

.stage-section { background: var(--cream); }
.stage-gallery { display: grid; gap: 18px; }
.stage-shot { margin: 0; }
.stage-shot img { width: 100%; border-radius: 26px; box-shadow: var(--shadow); }
.stage-shot-large img { aspect-ratio: 4 / 3; object-fit: cover; }
.stage-shot-small img { aspect-ratio: 4 / 3; object-fit: cover; }
.stage-caption { margin: 0; max-width: 42ch; color: var(--muted); font-family: var(--serif); font-style: italic; font-size: 1.02rem; }
.proof-placeholder { margin-top: 28px; padding: 20px 22px; border: 1px dashed rgba(29,32,25,.28); border-radius: 18px; background: rgba(255,255,255,.35); }
.proof-placeholder span { color: var(--rust); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.proof-placeholder p { margin: 8px 0 0; color: var(--muted); }

.podcast { padding: 58px 0; color: white; background: var(--brown); }
.podcast-grid { display: grid; grid-template-columns: .7fr 1.5fr .8fr; gap: 44px; align-items: center; }
.podcast-brand .brand-script { display: block; font-size: 2.5rem; }
.podcast-brand .brand-sub { display: block; color: #f1b08e; }
.podcast h2 { margin-bottom: 12px; font-size: clamp(2.1rem, 3.5vw, 3.5rem); }
.podcast p { color: rgba(255,255,255,.72); }
.podcast .eyebrow { color: #dcb18f; }
.tag { display: inline-block; padding: 11px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.75); font-size: .8rem; }

.contact { background: var(--paper); }
.contact-grid { align-items: start; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); box-shadow: 0 18px 45px rgba(40,35,28,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #505149; font-size: .82rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(29,32,25,.18); border-radius: 12px; background: rgba(255,255,255,.72); padding: 12px 13px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(184,87,51,.12); }
.contact-form textarea { resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }

.site-footer { padding: 26px 0; border-top: 1px solid var(--line); background: #e9e0cf; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 24px; align-items: center; font-size: .86rem; }
.footer-grid div:first-child { display: flex; flex-direction: column; }
.footer-grid span { color: var(--muted); }

.toast { position: fixed; left: 50%; bottom: 22px; z-index: 100; translate: -50% 120px; max-width: calc(100% - 32px); padding: 12px 16px; border-radius: 12px; background: #1f2319; color: white; box-shadow: 0 14px 44px rgba(0,0,0,.24); opacity: 0; transition: .25s ease; }
.toast.show { translate: -50% 0; opacity: 1; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; min-height: auto; max-height: none; }
  .topic-grid { grid-template-columns: repeat(3, 1fr); }
  .topic-card { min-height: 250px; }
  .podcast-grid { grid-template-columns: 1fr 2fr; }
  .podcast-action { grid-column: 2; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 680px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 68px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 64px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,248,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .site-nav .button { margin-top: 6px; }

  .hero { padding: 28px 0 42px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; max-height: none; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; margin-top: 4px; }
  h1 { font-size: clamp(3.25rem, 14vw, 5.25rem); }
  .hero-purpose { font-size: 1rem; }
  .hero-deck { font-size: 1.02rem; }
  .hero-card { right: 10px; bottom: -22px; width: 168px; }

  .trust-grid { grid-template-columns: 1fr; gap: 4px; padding: 18px 0; }
  .trust-grid p { font-size: .98rem; }

  .section { padding: 72px 0; }
  .two-col, .video-grid, .stage-grid, .contact-grid, .pressure-grid { grid-template-columns: 1fr; gap: 38px; }
  .video-grid .content { order: 1; }
  .video-grid .video-card { order: 2; }
  .stage-grid .stage-photo { order: 1; }
  .stage-grid .content { order: 2; }
  .content h2, .section-heading h2, .pressure-copy h2, .contact-copy h2 { font-size: clamp(2.35rem, 10vw, 3.7rem); }
  .photo-stack img { width: 100%; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .topic-card { min-height: 230px; }
  .pressure-section { padding: 66px 0; }
  .podcast-grid { grid-template-columns: 1fr; gap: 26px; }
  .podcast-action { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 22px, 480px); }
  .brand-script { font-size: 1.28rem; }
  .brand-sub { font-size: .57rem; }
  .hero { padding-top: 26px; }
  h1 { font-size: clamp(2.95rem, 15vw, 4.4rem); line-height: .94; }
  .hero-kicker { font-size: 1.55rem; }
  .hero-purpose { font-size: .98rem; line-height: 1.42; }
  .hero-deck { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-media img { width: 100%; height: auto; object-fit: contain; }
  .hero-card { position: relative; right: auto; bottom: auto; width: 82%; margin: -30px 0 0 auto; }
  .section { padding: 62px 0; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: auto; }
  .topic-icon { margin-bottom: 22px; }
  .video-card img { aspect-ratio: 4 / 3; }
  .play { width: 64px; height: 64px; }
  .contact-form { padding: 20px; }
}

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