:root {
  --deep: #0d100d;
  --forest: #26392b;
  --moss: #637a59;
  --leaf: #9fbd83;
  --sand: #d8d1c1;
  --bone: #fbf8f1;
  --paper: #efe7d8;
  --stone: #62665f;
  --charcoal: #1f211d;
  --clay: #9a6043;
  --gold: #c6a15b;
  --line: rgba(38, 57, 43, .16);
  --light-line: rgba(251, 248, 241, .18);
  --shadow: 0 28px 90px rgba(12, 16, 13, .18);
  --font-body: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --container: min(1440px, calc(100vw - 40px));
  --reading: min(700px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bone); }
body {
  margin: 0;
  background: var(--bone);
  color: var(--charcoal);
  font-family: var(--font-body);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: .28;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p, blockquote { margin: 0; }
button, input { font: inherit; }

.voice-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(22px, 4vw, 58px);
  color: var(--bone);
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease, color .35s ease;
}
.voice-header.scrolled,
.voice-header.menu-open {
  padding-block: 16px;
  background: rgba(251, 248, 241, .9);
  box-shadow: 0 10px 30px rgba(13, 16, 13, .09);
  backdrop-filter: blur(18px);
  color: var(--forest);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(251,248,241,.38);
  border-radius: 50%;
  background: rgba(251,248,241,.12);
  transition: border-color .35s ease, background .35s ease;
}
.brand-mark img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(2.4) grayscale(1);
  transition: filter .35s ease;
}
.voice-header.scrolled .brand-mark,
.voice-header.menu-open .brand-mark {
  border-color: rgba(38,57,43,.24);
  background: rgba(38,57,43,.05);
}
.voice-header.scrolled .brand-mark img,
.voice-header.menu-open .brand-mark img { filter: none; }
.brand span:last-child { display: grid; gap: 4px; line-height: 1; }
.brand strong { font-size: 13px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.brand small { font-size: 10px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; opacity: .75; }
.menu-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  color: inherit;
}
.menu-btn span {
  display: block;
  height: 1.5px;
  background: currentColor;
  transition: width .38s ease, transform .38s ease, opacity .26s ease;
}
.menu-btn span:nth-child(1) { width: 30px; }
.menu-btn span:nth-child(2) { width: 18px; }
.menu-btn span:nth-child(3) { width: 25px; }
.menu-btn.active span:nth-child(1) { width: 25px; transform: rotate(45deg) translate(4.5px, 4.5px); }
.menu-btn.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-btn.active span:nth-child(3) { width: 25px; transform: rotate(-45deg) translate(4.5px, -4.5px); }

.voice-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: center;
  padding: 120px 8vw 70px;
  background: rgba(13, 16, 13, .96);
  color: var(--bone);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity .42s ease, transform .42s ease;
  backdrop-filter: blur(18px);
}
.voice-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.menu-inner a {
  width: fit-content;
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 78px);
  line-height: .98;
  opacity: .86;
  transition: opacity .28s ease, transform .28s ease;
}
.menu-inner a:hover { opacity: 1; transform: translateX(8px); }

.voice-landing {
  min-height: 100svh;
  padding: 104px clamp(18px, 3vw, 42px) 38px;
  background: var(--deep);
  color: var(--bone);
}
.landing-noise {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(198,161,91,.22), transparent 35%), linear-gradient(145deg, rgba(13,16,13,.86), rgba(38,57,43,.72));
  opacity: .8;
}
.voice-collage {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  min-height: calc(100svh - 142px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto repeat(6, 1fr);
  gap: clamp(12px, 1.5vw, 22px);
}
.collage-title {
  grid-column: 1 / span 12;
  max-width: 920px;
  padding: 0 0 clamp(8px, 1.5vw, 18px);
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
.voice-landing .eyebrow,
.closing-image .eyebrow,
.podcast-panel .eyebrow { color: rgba(251,248,241,.65); }
.collage-title h1,
.section-copy h2,
.section-heading h2,
.podcast-panel h2,
.closing-content h2,
.page-hero h1,
.reading h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: .94;
  letter-spacing: 0;
}
.collage-title h1 { font-size: clamp(56px, 9vw, 148px); }
.collage-title p:last-child {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(251,248,241,.72);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
}

.tile {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(251,248,241,.16);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
  isolation: isolate;
  transition: transform .45s ease, border-color .45s ease;
}
.tile:hover { transform: translateY(-6px); border-color: rgba(251,248,241,.32); }
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 5%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.74));
}
.tile-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transition: transform 1.6s ease;
}
.tile:hover .tile-image { transform: scale(1.035); }
.tile-content {
  position: absolute;
  inset: auto clamp(20px, 3vw, 38px) clamp(20px, 3vw, 36px);
  display: grid;
  gap: 10px;
}
.tile-format {
  width: fit-content;
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(251,248,241,.42);
  color: var(--bone);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
}
.tile-format-top {
  position: absolute;
  z-index: 3;
  top: clamp(22px, 3vw, 38px);
  left: clamp(22px, 3vw, 38px);
  margin: 0;
}
.tile small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(251,248,241,.7);
}
.tile-series {
  max-width: 700px;
  color: rgba(251,248,241,.94);
  font-family: var(--font-display);
  font-size: clamp(27px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}
.tile strong {
  max-width: 780px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.6vw, 74px);
  font-weight: 400;
  line-height: .98;
}
.tile em {
  max-width: 520px;
  color: rgba(251,248,241,.74);
  font-style: normal;
  line-height: 1.6;
}
.tile-feature { grid-column: 1 / span 8; grid-row: 2 / span 6; min-height: 620px; border-radius: 36px 18px 36px 18px; }
.tile-letters { grid-column: 9 / span 4; grid-row: 2 / span 2; }
.tile-letters .tile-content {
  inset: 50% clamp(20px, 3vw, 38px) auto;
  transform: translateY(-50%);
}
.tile-practices {
  grid-column: 9 / span 4;
  grid-row: 4 / span 2;
  background: linear-gradient(135deg, #efe7d8, #d8d1c1);
  color: var(--forest);
}
.tile-practices::after { display: none; }
.tile-practices small { color: rgba(38,57,43,.62); }
.tile-practices .tile-format { border-color: rgba(38,57,43,.32); color: rgba(38,57,43,.76); }
.tile-podcast { grid-column: 9 / span 4; grid-row: 6 / span 2; }
.tile-letters strong,
.tile-practices strong,
.tile-podcast strong { font-size: clamp(28px, 3vw, 42px); }
.coming-soon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  border: 1px solid rgba(251,248,241,.35);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(13,16,13,.36);
  color: var(--bone);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.voice-section { padding: clamp(110px, 14vw, 190px) 0; }
.section-grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, .75fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: start;
}
.sticky-image {
  position: sticky;
  top: 105px;
  min-height: 72svh;
  border-radius: 34px 12px 34px 12px;
  background-image: linear-gradient(180deg, rgba(13,16,13,.08), rgba(13,16,13,.28)), var(--img);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}
.section-copy { padding-top: clamp(20px, 5vw, 72px); }
.section-copy h2,
.section-heading h2,
.podcast-panel h2 { font-size: clamp(44px, 7vw, 94px); }
.lead {
  margin-top: 26px;
  color: var(--forest);
  font-size: clamp(21px, 2.4vw, 34px);
  line-height: 1.34;
}
.section-copy p:not(.eyebrow):not(.lead),
.section-heading p,
.podcast-panel p {
  margin-top: 24px;
  color: rgba(31,33,29,.72);
  font-size: 16px;
  line-height: 1.9;
}
.voice-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.voice-link::after { content: "→"; transition: transform .25s ease; }
.voice-link:hover::after { transform: translateX(5px); }
.voice-link.light { color: var(--bone); }

.silence-line {
  position: relative;
  min-height: 72svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 70px 20px;
  background: var(--deep);
  isolation: isolate;
}
.silence-line video,
.silence-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.silence-line video {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}
.silence-shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(8,12,9,.62), rgba(8,12,9,.76));
}
.silence-line p {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(42px, 8vw, 112px);
  color: var(--bone);
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 28px rgba(0,0,0,.32);
}
.section-heading {
  width: var(--reading);
  margin: 0 auto 58px;
  text-align: center;
}
.numbered-chapter {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.numbered-chapter::before {
  content: attr(data-chapter-number);
  position: absolute;
  z-index: 0;
  top: clamp(70px, 8vw, 120px);
  left: clamp(4px, 3vw, 52px);
  color: rgba(38,57,43,.055);
  font-family: var(--font-display);
  font-size: clamp(150px, 23vw, 360px);
  font-weight: 400;
  line-height: .72;
  pointer-events: none;
}
.numbered-chapter > * {
  position: relative;
  z-index: 1;
}
.podcast-section.numbered-chapter::before {
  z-index: 2;
  color: rgba(251,248,241,.075);
}
.chapter-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.chapter-sigil {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
}
.chapter-sigil svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.podcast-panel .chapter-eyebrow {
  justify-content: flex-start;
}
.two-line-heading span {
  display: block;
}
.letter-grid,
.practice-grid {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.letter-card,
.practice-card {
  min-height: 270px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(239,231,216,.58);
  border-radius: 28px 10px 28px 10px;
  transition: transform .35s ease, background .35s ease, border-color .35s ease;
}
.letter-card:hover,
.practice-card:hover { transform: translateY(-6px); background: rgba(239,231,216,.82); border-color: rgba(38,57,43,.28); }
.letter-card span,
.practice-card span {
  color: var(--moss);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.letter-card h3,
.practice-card h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.1vw, 42px);
  font-weight: 400;
  line-height: 1.06;
}
.letter-card p {
  color: rgba(31,33,29,.66);
  line-height: 1.65;
}
.practice-card { min-height: 220px; background: rgba(251,248,241,.68); }
.practices-section { background: #edf2e8; }
.practices-section .practice-card {
  border-color: rgba(58,82,56,.18);
  background: rgba(251,252,247,.72);
}
.practices-section .practice-card:hover { background: rgba(255,255,252,.94); }

.podcast-section { background: var(--forest); color: var(--bone); }
.podcast-panel {
  width: var(--container);
  min-height: 56svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: end;
  padding: clamp(38px, 6vw, 82px);
  border-radius: 38px 14px 38px 14px;
  background:
    linear-gradient(90deg, rgba(13,16,13,.78), rgba(13,16,13,.16)),
    url('assets/voice-photo-1448375240586-882707db888b.jpg?auto=format&fit=crop&w=1900&q=82') center/cover;
  box-shadow: var(--shadow);
}
.podcast-panel p { max-width: 670px; color: rgba(251,248,241,.76); }

.closing-image {
  min-height: 82svh;
  display: grid;
  place-items: center;
  padding: 90px 20px;
  background-image: linear-gradient(180deg, rgba(13,16,13,.32), rgba(13,16,13,.76)), var(--img);
  background-size: cover;
  background-position: center;
  color: var(--bone);
  text-align: center;
}
.closing-content h2 { font-size: clamp(48px, 8vw, 118px); }
.closing-content p {
  margin-top: 22px;
  color: rgba(251,248,241,.76);
  font-size: clamp(16px, 1.6vw, 22px);
}

.page-hero {
  min-height: 86svh;
  display: grid;
  align-items: end;
  padding: 138px clamp(20px, 6vw, 90px) 76px;
  color: var(--bone);
  background-image: linear-gradient(180deg, rgba(13,16,13,.12), rgba(13,16,13,.76)), var(--img);
  background-size: cover;
  background-position: center;
}
.page-hero-inner { width: 100%; max-width: 960px; min-width: 0; }
.page-hero h1 { font-size: clamp(54px, 9vw, 128px); }
.page-hero p {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(251,248,241,.78);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.72;
}
.reading {
  width: var(--reading);
  margin: 0 auto;
  padding: clamp(92px, 12vw, 160px) 0;
}
.reading h2 {
  margin: 72px 0 24px;
  font-size: clamp(36px, 5vw, 62px);
}
.reading p,
.reading li {
  color: rgba(31,33,29,.74);
  font-size: 18px;
  line-height: 2;
}
.reading p + p { margin-top: 28px; }
.reading ul { margin: 28px 0 0; padding-left: 22px; }
.letter-video {
  padding: clamp(90px, 12vw, 150px) 20px 0;
  background: var(--bone);
}
.youtube-video-placeholder {
  position: relative;
  width: min(1040px, calc(100vw - 40px));
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(251,248,241,.18);
  border-radius: 34px 12px 34px 12px;
  background:
    linear-gradient(180deg, rgba(13,16,13,.28), rgba(13,16,13,.86)),
    radial-gradient(circle at 32% 22%, rgba(123,147,103,.34), transparent 38%),
    var(--forest);
  color: var(--bone);
  text-align: center;
  box-shadow: var(--shadow);
}
.youtube-video-placeholder-inner {
  max-width: 580px;
  padding: 40px;
}
.youtube-play {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  border: 1px solid rgba(251,248,241,.52);
  border-radius: 50%;
  background: rgba(251,248,241,.08);
  backdrop-filter: blur(10px);
}
.youtube-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--bone);
}
.youtube-video-placeholder .eyebrow {
  color: rgba(251,248,241,.68);
}
.youtube-video-placeholder h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1;
}
.youtube-video-placeholder p:last-child {
  margin-top: 20px;
  color: rgba(251,248,241,.7);
  font-size: 15px;
}
.letter-reading {
  padding-top: clamp(80px, 10vw, 130px);
}
.letter-prelude {
  margin-bottom: clamp(100px, 14vw, 170px);
  padding: clamp(38px, 6vw, 64px);
  border: 1px solid rgba(38,57,43,.16);
  border-radius: 28px 8px 28px 8px;
  background: rgba(237,242,232,.72);
  font-style: italic;
}
.letter-prelude h2 {
  margin: 0 0 34px;
  font-size: clamp(34px, 5vw, 54px);
  font-style: italic;
}
.letter-prelude p {
  color: rgba(31,33,29,.7);
  font-size: 16px;
  line-height: 1.85;
}
.letter-prelude p + p { margin-top: 18px; }
.letter-body-heading {
  margin-bottom: clamp(58px, 8vw, 92px);
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.letter-body-heading .eyebrow {
  margin-bottom: 20px;
}
.letter-body-heading h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(46px, 7vw, 82px);
}
.letter-body strong { color: var(--forest); }
.letter-body em { color: rgba(31,33,29,.86); }
.video-placeholder {
  width: min(980px, calc(100vw - 40px));
  min-height: clamp(260px, 50vw, 560px);
  display: grid;
  place-items: center;
  margin: 0 auto clamp(76px, 10vw, 120px);
  padding: 40px;
  border-radius: 36px 12px 36px 12px;
  background: linear-gradient(135deg, rgba(38,57,43,.94), rgba(13,16,13,.92));
  color: var(--bone);
  text-align: center;
  box-shadow: var(--shadow);
}
.video-placeholder span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 1px solid rgba(251,248,241,.38);
  border-radius: 50%;
  font-size: 30px;
}
.practice-invite,
.book-nav,
.notify-card {
  width: min(920px, calc(100vw - 40px));
  margin: 0 auto clamp(76px, 10vw, 120px);
  padding: clamp(34px, 6vw, 72px);
  border-radius: 34px 12px 34px 12px;
  background: var(--paper);
}
.practice-invite h2,
.notify-card h2 { margin-top: 0; }
.book-nav {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.book-nav a {
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.notify-card form {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.notify-card input {
  flex: 1;
  min-height: 54px;
  border: 1px solid rgba(38,57,43,.24);
  border-radius: 999px;
  padding: 0 20px;
  background: rgba(251,248,241,.72);
  color: var(--forest);
}
.notify-card button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--forest);
  color: var(--bone);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .voice-landing { padding-top: 96px; }
  .voice-collage { display: block; min-height: auto; }
  .collage-title { margin-bottom: 20px; }
  .tile { display: block; min-height: 280px; margin-top: 16px; }
  .tile-feature { min-height: 520px; }
  .tile:nth-of-type(odd) { margin-left: 0; }
  .tile:nth-of-type(even) { margin-left: clamp(18px, 8vw, 70px); }
  .section-grid { grid-template-columns: 1fr; }
  .sticky-image { position: relative; top: auto; min-height: 58svh; }
  .letter-grid,
  .practice-grid { grid-template-columns: 1fr; }
  .podcast-panel { grid-template-columns: 1fr; }
  .notify-card form { flex-direction: column; }
  .book-nav { flex-direction: column; }
}

@media (max-width: 560px) {
  .voice-header { padding-inline: 18px; }
  .brand small { display: none; }
  .tile-content { inset-inline: 22px; }
  .tile strong { font-size: 34px; }
  .tile-feature { min-height: 430px; }
  .voice-section { padding-block: 96px; }
  .section-copy h2,
  .section-heading h2,
  .podcast-panel h2 { font-size: 44px; }
}

/* Wild Voice ecosystem architecture */
.menu-shell {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: clamp(54px, 10vw, 160px);
  align-items: end;
}
.menu-primary,
.menu-secondary { display: grid; align-content: end; gap: 16px; }
.menu-kicker {
  margin-bottom: 12px;
  color: rgba(251,248,241,.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.menu-primary a {
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2vw, 28px);
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1;
  opacity: .88;
  transition: opacity .28s ease, transform .28s ease;
}
.menu-primary a::before {
  content: attr(data-index);
  min-width: 2.2em;
  color: var(--leaf);
  font-family: var(--font-body);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 1.8px;
}
.menu-secondary a {
  width: fit-content;
  padding-block: 4px;
  color: rgba(251,248,241,.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  transition: color .28s ease, transform .28s ease;
}
.menu-primary a:hover,
.menu-secondary a:hover { color: var(--bone); opacity: 1; transform: translateX(7px); }

.offer-map-grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.offer-map-item {
  min-height: 174px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
  align-content: center;
  padding: 30px clamp(18px, 2.2vw, 34px);
  border-right: 1px solid var(--line);
  transition: background .35s ease, padding .35s ease;
}
.offer-map-item:last-child { border-right: 0; }
.offer-map-item:hover { padding-left: clamp(24px, 2.7vw, 42px); background: var(--paper); }
.offer-map-item div { display: grid; gap: 12px; }
.offer-map-item strong {
  font-family: var(--font-display);
  font-size: clamp(23px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1.08;
}
.offer-map-item small { color: rgba(31,33,29,.58); font-size: 11px; line-height: 1.65; }

.voice-manifesto {
  min-height: 78svh;
  padding: clamp(120px, 16vw, 220px) 20px;
  background: var(--bone);
}
.voice-manifesto .eyebrow {
  font-size: 16px;
  line-height: 1.9;
}
.manifesto-inner {
  width: min(960px, calc(100vw - 40px));
  margin: 0 auto;
  text-align: center;
}
.manifesto-offers { margin-top: clamp(70px, 9vw, 120px); }
.manifesto-inner h2,
.journey-heading h2,
.walking-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
}
.manifesto-inner > p:last-child,
.journey-heading > p:last-child {
  max-width: 700px;
  margin: 34px auto 0;
  color: rgba(31,33,29,.67);
  font-size: 17px;
  line-height: 1.9;
}
.encounters-section { padding-top: clamp(120px, 15vw, 210px); background: var(--paper); }
.encounter-intro { margin-bottom: clamp(90px, 12vw, 160px); }
.encounter-intro h2 { font-size: clamp(52px, 8vw, 108px); }
.encounter-feature { margin-bottom: clamp(140px, 18vw, 250px); }
.encounter-feature .sticky-image { display: block; }
.journey-heading {
  width: min(980px, calc(100vw - 40px));
  margin: 0 auto clamp(60px, 8vw, 100px);
  text-align: center;
}
.encounter-list {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.encounter-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(210px, .45fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  min-height: 116px;
  border-bottom: 1px solid var(--line);
  transition: padding .35s ease, color .35s ease, background .35s ease;
}
.encounter-row:hover {
  padding-inline: 20px;
  background: rgba(251,248,241,.52);
  color: var(--forest);
}
.encounter-row > span {
  color: var(--moss);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}
.encounter-row h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}
.encounter-row em {
  color: rgba(31,33,29,.58);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}
.seven-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.letter-wide { grid-column: 2; }

.walking-continuation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: clamp(110px, 12vw, 170px) clamp(20px, 7vw, 105px);
  background: var(--deep);
  color: var(--bone);
}
.walking-video,
.walking-shade { position: absolute; inset: 0; }
.walking-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.walking-shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(8,12,9,.18), rgba(8,12,9,.88));
}
.walking-copy { position: relative; z-index: 1; max-width: 1080px; }
.walking-copy .eyebrow {
  color: #f0d49c;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(0,0,0,.72);
}
.walking-copy h2 { font-size: clamp(50px, 7.6vw, 112px); }
.walking-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(251,248,241,.76);
  font-size: 17px;
  line-height: 1.85;
}

.voice-footer { padding: clamp(82px, 10vw, 140px) 0 34px; background: var(--deep); color: var(--bone); }
.footer-grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(150px, .7fr));
  gap: clamp(42px, 6vw, 92px);
}
.footer-identity { max-width: 360px; }
.footer-identity .brand-mark { margin-bottom: 24px; }
.footer-identity .brand-mark img { filter: brightness(2.4) grayscale(1); }
.footer-identity strong {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
}
.footer-identity p,
.footer-contact p {
  margin-top: 18px;
  color: rgba(251,248,241,.56);
  font-size: 13px;
  line-height: 1.8;
}
.footer-column { display: grid; align-content: start; gap: 12px; }
.footer-column h2 {
  margin-bottom: 10px;
  color: rgba(251,248,241,.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-column a { width: fit-content; color: rgba(251,248,241,.8); font-size: 13px; line-height: 1.6; }
.footer-column a:hover { color: var(--bone); }
.footer-mail { margin-top: 6px; border-bottom: 1px solid rgba(251,248,241,.35); padding-bottom: 5px; }
.footer-base {
  width: var(--container);
  margin: clamp(70px, 8vw, 110px) auto 0;
  padding-top: 26px;
  border-top: 1px solid var(--light-line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(251,248,241,.38);
  font-size: 10px;
  letter-spacing: .5px;
}

/* Dedicated encounters and correspondence */
.experience-index {
  width: min(980px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: var(--moss);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.encounter-back {
  position: absolute;
  top: 112px;
  left: clamp(20px, 7vw, 105px);
  z-index: 4;
  width: fit-content;
  color: rgba(251,248,241,.84);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  transition: color .28s ease, transform .28s ease;
}
.encounter-back:hover {
  color: var(--bone);
  transform: translateX(-4px);
}
.encounter-video {
  padding-top: clamp(72px, 9vw, 118px);
}
.experience-chapter { padding: clamp(105px, 14vw, 190px) 20px; }
.experience-chapter.dark { background: var(--forest); color: var(--bone); }
.chapter-inner { width: var(--reading); margin: 0 auto; }
.chapter-label {
  display: block;
  margin-bottom: 26px;
  color: var(--moss);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.dark .chapter-label { color: var(--leaf); }
.chapter-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 400;
  line-height: 1;
}
.chapter-inner p {
  margin-top: 28px;
  color: rgba(31,33,29,.72);
  font-size: 18px;
  line-height: 2;
}
.dark .chapter-inner p { color: rgba(251,248,241,.76); }
.chapter-inner p:first-of-type { font-size: clamp(20px, 2.5vw, 30px); line-height: 1.55; }
.encounter-practice {
  width: min(980px, calc(100vw - 40px));
  margin: 0 auto;
  padding: clamp(52px, 8vw, 92px);
  border-radius: 38px 14px 38px 14px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.encounter-practice .chapter-inner { width: 100%; }
.encounter-practice ol { margin: 32px 0 0; padding-left: 24px; }
.encounter-practice li { padding: 9px 0; color: rgba(31,33,29,.72); font-size: 17px; line-height: 1.75; }
.encounter-closing {
  min-height: 72svh;
  display: grid;
  place-items: center;
  padding: 100px 20px;
  background: var(--paper);
  text-align: center;
}
.encounter-closing > div {
  width: min(920px, calc(100vw - 40px));
  text-align: center;
}
.encounter-closing blockquote {
  width: min(920px, 100%);
  font-family: var(--font-display);
  font-size: clamp(42px, 7vw, 94px);
  line-height: 1.05;
  color: var(--forest);
}
.coming-chapter {
  min-height: 48svh;
  display: grid;
  place-items: center;
  text-align: center;
}
.coming-chapter .chapter-inner {
  text-align: center;
}
.coming-chapter h2,
.coming-closing h2 {
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.08;
}
.coming-chapter .encounter-practice {
  text-align: center;
}
.coming-closing {
  min-height: 58svh;
}
.encounter-notify {
  padding: clamp(92px, 12vw, 150px) 20px 30px;
  background: var(--bone);
}
.encounter-notify .notify-card {
  margin-bottom: 0;
  text-align: center;
}
.encounter-notify .notify-card > .eyebrow {
  margin-bottom: 20px;
  color: var(--moss);
}
.encounter-notify .notify-card > h2 {
  font-size: clamp(36px, 5vw, 62px);
}
.encounter-notify .notify-card > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(31,33,29,.66);
  font-size: 15px;
  line-height: 1.8;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sequence-nav {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 42px 0 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}
.sequence-nav a {
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1.6;
  text-transform: uppercase;
}
.sequence-nav a:last-child { text-align: right; }
.sequence-nav .sequence-home { text-align: center; color: var(--moss); }
.letter-salutation {
  margin-bottom: 38px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  color: var(--forest);
}

@media (max-width: 900px) {
  .menu-shell { grid-template-columns: 1fr; align-items: center; gap: 48px; }
  .menu-secondary { border-top: 1px solid var(--light-line); padding-top: 28px; }
  .offer-map-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-map-item:nth-child(2) { border-right: 0; }
  .offer-map-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .encounter-row { grid-template-columns: 42px minmax(0, 1fr); padding-block: 24px; }
  .encounter-row em { grid-column: 2; }
  .seven-grid { grid-template-columns: 1fr; }
  .letter-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-identity { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .page-hero h1 {
    font-size: clamp(40px, 13vw, 54px);
    overflow-wrap: anywhere;
  }
  .letter-body-heading h2 {
    font-size: clamp(38px, 12vw, 46px);
    overflow-wrap: anywhere;
  }
  .youtube-video-placeholder-inner { min-width: 0; }
  .youtube-video-placeholder h2 {
    font-size: clamp(34px, 11vw, 44px);
    overflow-wrap: anywhere;
  }
  .experience-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 14px 22px;
  }
  .experience-index span:nth-child(even) { text-align: right; }
  .encounter-practice { padding: 42px 26px; }
  .encounter-practice .chapter-inner h2 {
    font-size: clamp(38px, 12vw, 52px);
    overflow-wrap: anywhere;
  }
  .encounter-back {
    top: 94px;
    left: 20px;
  }
  .voice-menu { padding-inline: 24px; }
  .menu-primary a { font-size: 37px; }
  .offer-map-grid { grid-template-columns: 1fr; }
  .offer-map-item,
  .offer-map-item:nth-child(2) { min-height: 144px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-map-item:last-child { border-bottom: 0; }
  .encounter-row h3 { font-size: 30px; }
  .walking-copy h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-identity { grid-column: auto; }
  .footer-base { flex-direction: column; }
  .sequence-nav { grid-template-columns: 1fr; text-align: left; }
  .sequence-nav a:last-child,
  .sequence-nav .sequence-home { text-align: left; }
  .youtube-video-placeholder-inner { padding: 26px; }
  .encounter-video .youtube-video-placeholder {
    min-height: 360px;
    aspect-ratio: auto;
  }
  .youtube-play { width: 66px; height: 66px; margin-bottom: 22px; }
  .letter-prelude { padding: 30px 24px; }
}

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