@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,600&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

:root {
  --ink: #091015;
  --ink-soft: #111b22;
  --night: #101a23;
  --slate: #21313b;
  --mist: #b8c1be;
  --mist-dim: #7c8a89;
  --paper: #e8e5da;
  --paper-deep: #d6d1c2;
  --amber: #dfa94f;
  --amber-bright: #f4d67e;
  --red: #a74b3c;
  --line: rgba(201, 209, 198, 0.2);
  --font-serif: 'Zen Old Mincho', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --font-display: 'Playfair Display', 'Times New Roman', serif;
  --font-mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --page: min(1180px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}
body::selection { color: var(--ink); background: var(--amber-bright); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: var(--page); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; background: var(--amber-bright); color: var(--ink); font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 64px));
  height: 76px;
  margin: 0 auto;
  color: var(--paper);
  transition: width .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  top: 12px;
  width: min(1240px, calc(100% - 32px));
  padding: 0 18px;
  height: 62px;
  background: rgba(9, 16, 21, 0.9);
  border: 1px solid rgba(232, 229, 218, 0.16);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; gap: 10px; align-items: center; width: fit-content; color: inherit; line-height: 1.1; }
.brand-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--amber);
  border-radius: 50%;
  color: var(--amber-bright);
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
}
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 13px; font-weight: 600; letter-spacing: .14em; }
.brand-copy small { color: var(--mist); font-family: var(--font-mono); font-size: 7px; letter-spacing: .13em; }
.site-nav { display: flex; gap: 29px; align-items: center; font-size: 13px; letter-spacing: .09em; }
.site-nav > a { position: relative; padding: 8px 0; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--amber); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 6px 14px !important; border: 1px solid rgba(239, 206, 125, .7); color: var(--amber-bright); transition: background .2s ease, color .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--amber-bright); color: var(--ink); }
.menu-button { display: none; }

.hero { position: relative; isolation: isolate; min-height: min(880px, 100vh); overflow: hidden; color: var(--paper); background: radial-gradient(circle at 77% 44%, rgba(190, 131, 43, .18), transparent 18%), radial-gradient(circle at 51% 112%, #2e4954, transparent 50%), linear-gradient(130deg, #060d13 4%, #13232e 55%, #1d353d 100%); }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ''; opacity: .6; background: linear-gradient(90deg, rgba(0, 0, 0, .48) 0%, transparent 56%), radial-gradient(ellipse at 50% 0%, transparent 0%, rgba(4, 9, 13, .4) 90%); }
.hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .23; 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='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.hero-light { position: absolute; z-index: -1; top: 11%; right: 8%; width: clamp(440px, 49vw, 740px); aspect-ratio: 1; border-radius: 50%; opacity: .2; background: radial-gradient(circle, rgba(255, 228, 145, 0.95) 0%, rgba(226, 164, 57, 0.33) 25%, rgba(76, 118, 126, .09) 50%, transparent 70%); filter: blur(8px); }
.hero-architecture { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 65%; opacity: .9; }
.building { position: absolute; bottom: 0; background: #071016; box-shadow: inset -14px 0 0 rgba(24, 42, 47, .8), inset 14px 0 0 rgba(0, 0, 0, .18); }
.building::before { position: absolute; content: ''; inset: 42px 13% 0; opacity: .36; background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(226, 173, 79, .45) 29px 34px, transparent 35px 66px), repeating-linear-gradient(180deg, transparent 0 38px, rgba(226, 173, 79, .45) 39px 49px, transparent 50px 85px); }
.building-left { left: -5%; width: 30%; height: 74%; clip-path: polygon(0 14%, 20% 10%, 26% 0, 40% 10%, 60% 8%, 72% 19%, 100% 13%, 100% 100%, 0 100%); }
.building-right { right: -5%; width: 37%; height: 83%; clip-path: polygon(0 25%, 12% 23%, 21% 7%, 30% 15%, 43% 0, 58% 14%, 72% 8%, 100% 22%, 100% 100%, 0 100%); }
.street { position: absolute; bottom: -22%; left: 29%; width: 46%; height: 105%; opacity: .72; background: linear-gradient(to right, transparent, rgba(1, 5, 7, .62) 17%, rgba(7, 14, 18, .9) 50%, rgba(1, 5, 7, .62) 83%, transparent); clip-path: polygon(41% 0, 59% 0, 100% 100%, 0 100%); }
.hero-lamp { position: absolute; right: max(6vw, 60px); bottom: -24px; width: clamp(195px, 22vw, 310px); color: #101619; filter: drop-shadow(0 5px 1px rgba(0, 0, 0, .4)); }
.hero-content { position: relative; z-index: 1; padding-top: clamp(180px, 24vh, 235px); }
.eyebrow { margin: 0 0 14px; color: var(--amber); font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: .2em; line-height: 1.4; }
.hero h1 { max-width: 770px; margin: 0; color: #f2eee1; font-size: clamp(37px, 5.1vw, 71px); font-weight: 500; letter-spacing: .04em; line-height: 1.47; text-shadow: 0 5px 28px rgba(0, 0, 0, .26); }
.hero-title-lockup { display: grid; gap: 2px; margin-top: 29px; }
.hero-title-lockup p { margin: 0; font-family: var(--font-serif); font-size: clamp(25px, 3vw, 37px); font-weight: 600; letter-spacing: .18em; line-height: 1.2; }
.hero-title-lockup span { color: var(--mist); font-family: var(--font-display); font-size: 10px; letter-spacing: .38em; }
.hero-lead { max-width: 500px; margin: 33px 0 0; color: #d4d7cf; font-size: 15px; letter-spacing: .05em; line-height: 2.05; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 40px; }
.button { display: inline-flex; gap: 14px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; font-size: 13px; letter-spacing: .07em; line-height: 1.4; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { background: var(--amber-bright); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #fff1b4; }
.text-link { position: relative; padding: 9px 0; color: var(--paper); font-size: 13px; letter-spacing: .08em; }
.text-link::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--mist); content: ''; transition: transform .2s ease; transform-origin: right; }
.text-link:hover::after, .text-link:focus-visible::after { transform: scaleX(.55); }
.hero-status { position: absolute; right: max(4vw, 32px); bottom: 32px; display: flex; gap: 9px; align-items: center; margin: 0; color: rgba(232, 229, 218, .7); font-family: var(--font-mono); font-size: 8px; letter-spacing: .13em; }
.hero-status span, .episode-state span { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(223, 169, 79, .55); animation: pulse 2s infinite; }

.section { padding-top: 142px; padding-bottom: 142px; }
.section-heading h2, .promise-copy h2, .detail-copy h2, .release h2 { margin: 0; font-size: clamp(31px, 4vw, 51px); font-weight: 500; letter-spacing: .07em; line-height: 1.48; }
.intro { color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 375px; gap: clamp(70px, 12vw, 170px); align-items: center; margin-top: 63px; }
.intro-copy { max-width: 620px; font-size: 15px; line-height: 2.25; }
.intro-copy p { margin: 0 0 24px; }
.intro-copy strong { color: #5d332d; font-weight: 600; }
.quote-card { position: relative; overflow: hidden; min-height: 231px; padding: 45px 40px 28px; color: var(--paper); background: var(--ink); box-shadow: 12px 12px 0 #c5bfad; }
.quote-card::before { position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(0deg, transparent 0 30px, rgba(223, 169, 79, .11) 31px 32px), repeating-linear-gradient(90deg, transparent 0 30px, rgba(223, 169, 79, .07) 31px 32px); content: ''; }
.quote-card p { position: relative; margin: 0; font-size: 17px; font-weight: 500; letter-spacing: .08em; line-height: 2; }
.quote-mark { position: absolute; top: 13px; left: 24px; color: var(--amber); font-family: var(--font-display); font-size: 72px; line-height: 1; }
.quote-rule { position: absolute; bottom: 27px; left: 40px; width: 76px; height: 1px; background: var(--amber); }

.promise-section { position: relative; overflow: hidden; padding: 120px 0; color: var(--paper); background: var(--night); }
.promise-section::after { position: absolute; right: -20vw; bottom: -30vw; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(96, 137, 143, .25), transparent 65%); content: ''; pointer-events: none; }
.promise-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(0, 1fr); gap: clamp(60px, 9vw, 140px); align-items: center; }
.promise-art { position: relative; width: min(100%, 435px); aspect-ratio: 1; margin-inline: auto; border: 1px solid rgba(190, 203, 193, .18); border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(223, 169, 79, .24), transparent 13%), radial-gradient(circle at 50% 50%, rgba(29, 58, 69, .9), #121d24 70%); }
.promise-art::before, .promise-art::after { position: absolute; top: 50%; left: 50%; width: 92%; height: 92%; border: 1px solid rgba(223, 169, 79, .33); border-radius: 50%; content: ''; transform: translate(-50%, -50%); }
.promise-art::after { width: 62%; height: 62%; border-color: rgba(226, 229, 218, .26); }
.seal { position: absolute; top: 50%; left: 50%; display: grid; width: 96px; aspect-ratio: 1; place-items: center; border: 1px solid var(--amber); border-radius: 50%; background: #17242c; color: var(--amber-bright); box-shadow: 0 0 0 10px rgba(223, 169, 79, .08); transform: translate(-50%, -50%); }
.seal span { font-family: var(--font-display); font-size: 37px; font-style: italic; }
.orbit { position: absolute; top: 50%; left: 50%; width: 76%; height: 33%; border-top: 1px solid rgba(223, 169, 79, .6); border-bottom: 1px solid rgba(223, 169, 79, .6); border-radius: 50%; transform: translate(-50%, -50%) rotate(-28deg); }
.orbit-two { width: 55%; transform: translate(-50%, -50%) rotate(65deg); border-color: rgba(226, 229, 218, .27); }
.pin { position: absolute; width: 10px; height: 10px; border: 2px solid var(--amber-bright); border-radius: 50%; background: var(--night); box-shadow: 0 0 0 4px rgba(223, 169, 79, .15); }
.pin-one { top: 18%; left: 27%; }
.pin-two { right: 16%; bottom: 29%; }
.pin-three { bottom: 17%; left: 34%; }
.promise-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px 0 0; color: var(--mist); font-size: 15px; line-height: 2.2; }
.feature-list { margin: 35px 0 0; border-top: 1px solid var(--line); }
.feature-list div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature-list dt { color: var(--amber); font-family: var(--font-mono); font-size: 11px; }
.feature-list dd { margin: 0; color: var(--paper); font-size: 13px; letter-spacing: .04em; }

.works { padding-top: 145px; padding-bottom: 145px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-note { max-width: 260px; margin: 0 0 8px; color: #6f7773; font-size: 12px; line-height: 1.8; }
.episode-list { margin: 63px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(9, 16, 21, .24); }
.episode > * { display: grid; grid-template-columns: 90px minmax(0, 1fr) 90px 25px; gap: 22px; align-items: center; min-height: 122px; padding: 21px 7px; border-bottom: 1px solid rgba(9, 16, 21, .18); }
.episode a { transition: padding .25s ease, background .25s ease; }
.episode a:hover, .episode a:focus-visible { padding-right: 18px; padding-left: 18px; background: #ded9ca; }
.episode-number { color: #72807d; font-family: var(--font-display); font-size: 32px; font-style: italic; }
.episode-main p { margin: 0; }
.episode-location { color: #986f32; font-family: var(--font-mono); font-size: 9px; letter-spacing: .13em; }
.episode-main h3 { margin: 1px 0 3px; font-size: 22px; font-weight: 600; letter-spacing: .1em; line-height: 1.55; }
.episode-main > p:last-child:not(.episode-location) { color: #616963; font-size: 12px; line-height: 1.8; }
.episode-state { display: inline-flex; gap: 7px; align-items: center; justify-self: start; color: #594334; font-size: 12px; }
.episode-state.muted { color: #858882; }
.episode-arrow { color: var(--red); font-family: var(--font-display); font-size: 24px; text-align: right; }

.episode-detail { position: relative; overflow: hidden; color: var(--paper); background: linear-gradient(110deg, #14181b 0%, #1d2526 47%, #3d4b49 100%); }
.episode-detail::before { position: absolute; inset: 0; opacity: .6; background: repeating-linear-gradient(90deg, transparent 0 12%, rgba(218, 192, 122, .06) 12.1% 12.2%, transparent 12.3% 24%), linear-gradient(90deg, rgba(0, 0, 0, .45), transparent 70%); content: ''; }
.episode-detail::after { position: absolute; top: -23%; right: -5%; width: 46%; aspect-ratio: 1; border: 1px solid rgba(223, 169, 79, .27); border-radius: 50%; box-shadow: 0 0 0 34px rgba(223, 169, 79, .04), 0 0 0 68px rgba(223, 169, 79, .035), 0 0 0 102px rgba(223, 169, 79, .02); content: ''; }
.episode-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 30% 1fr; min-height: 525px; }
.detail-index { display: flex; flex-direction: column; justify-content: center; padding: 70px 40px 70px 0; border-right: 1px solid rgba(232, 229, 218, .22); }
.detail-index p, .detail-index span { margin: 0; color: var(--mist); font-family: var(--font-mono); font-size: 9px; letter-spacing: .15em; line-height: 1.8; }
.detail-index strong { color: var(--amber-bright); font-family: var(--font-display); font-size: clamp(86px, 10vw, 130px); font-style: italic; font-weight: 500; line-height: 1; }
.detail-copy { align-self: center; max-width: 700px; padding: 70px 0 70px clamp(40px, 8vw, 120px); }
.detail-location { margin: 13px 0 23px; color: var(--amber); font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; }
.detail-copy > p:not(.eyebrow):not(.detail-location) { max-width: 590px; margin: 0; color: #d7d8cf; font-size: 15px; line-height: 2.2; }
.detail-meta { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 34px; }
.detail-meta div { display: grid; gap: 3px; min-width: 125px; padding-right: 18px; border-right: 1px solid rgba(232, 229, 218, .22); }
.detail-meta div:last-child { border: 0; }
.detail-meta span { color: var(--mist-dim); font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; }
.detail-meta strong { color: var(--paper); font-size: 12px; font-weight: 500; letter-spacing: .04em; }

.play { padding-top: 145px; padding-bottom: 145px; }
.play-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 57px; border-top: 1px solid rgba(9, 16, 21, .25); }
.play-grid article { min-height: 240px; padding: 30px 36px 26px; border-right: 1px solid rgba(9, 16, 21, .25); }
.play-grid article:first-child { padding-left: 0; }
.play-grid article:last-child { padding-right: 0; border-right: 0; }
.play-grid article > span { color: var(--red); font-family: var(--font-display); font-size: 28px; font-style: italic; }
.play-grid h3 { margin: 12px 0 14px; font-size: 18px; font-weight: 600; letter-spacing: .1em; }
.play-grid p { margin: 0; color: #5c6661; font-size: 13px; line-height: 2; }

.release { position: relative; overflow: hidden; padding: 133px 0 139px; color: var(--paper); background: #090f13; text-align: center; }
.release::before { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(216, 188, 111, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(216, 188, 111, .1) 1px, transparent 1px); background-size: 44px 44px; content: ''; mask-image: radial-gradient(circle at center, #000, transparent 75%); }
.release-glow { position: absolute; top: -310px; left: 50%; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(231, 171, 69, .3) 0%, rgba(170, 117, 35, .08) 31%, transparent 70%); transform: translateX(-50%); }
.release-content { position: relative; z-index: 1; max-width: 760px; }
.release h2 { color: #f0ecdf; }
.release-content > p:not(.eyebrow) { max-width: 590px; margin: 27px auto 0; color: #c0c5bd; font-size: 14px; line-height: 2.2; }
.release-meta { display: flex; justify-content: center; gap: 20px 30px; flex-wrap: wrap; margin: 30px 0 35px; color: var(--mist-dim); font-size: 12px; }
.release-meta strong { margin-left: 7px; color: var(--paper); font-size: 12px; font-weight: 500; }
.button-outline { border-color: rgba(235, 211, 142, .8); color: var(--amber-bright); }
.button-outline:hover, .button-outline:focus-visible { background: var(--amber-bright); color: var(--ink); }
.site-footer { padding: 27px 0; color: var(--mist); background: #060b0e; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; }

[data-reveal] { opacity: 0; transform: translateY(17px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .65, .2, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(223, 169, 79, .45); } 50% { box-shadow: 0 0 0 7px rgba(223, 169, 79, 0); } }

@media (max-width: 820px) {
  :root { --page: min(100% - 40px, 640px); }
  .site-header { width: calc(100% - 40px); height: 66px; }
  .site-header.is-scrolled { top: 9px; width: calc(100% - 24px); }
  .site-nav { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: grid; gap: 0; padding: 9px 17px; border: 1px solid rgba(232, 229, 218, .16); background: rgba(9, 16, 21, .97); box-shadow: 0 14px 40px rgba(0, 0, 0, .18); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a { padding: 12px 0; border-bottom: 1px solid rgba(232, 229, 218, .12); }
  .site-nav > a:last-child { margin-top: 8px; border-bottom: 0; text-align: center; }
  .menu-button { display: grid; gap: 6px; width: 36px; height: 36px; place-content: center; border: 1px solid rgba(232, 229, 218, .4); background: transparent; color: var(--paper); cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 770px; }
  .hero-content { padding-top: 171px; }
  .hero h1 { max-width: 570px; font-size: clamp(34px, 7vw, 51px); }
  .hero-lamp { right: -15px; bottom: 12px; width: 210px; opacity: .78; }
  .building-right { right: -17%; width: 62%; }
  .building-left { left: -18%; width: 53%; }
  .street { left: 16%; width: 67%; }
  .hero-status { right: 21px; bottom: 25px; }
  .intro-grid { grid-template-columns: 1fr; gap: 45px; }
  .quote-card { max-width: 420px; }
  .promise-grid { grid-template-columns: 1fr; gap: 50px; }
  .promise-art { max-width: 340px; }
  .episode-detail-grid { grid-template-columns: 1fr; }
  .detail-index { flex-flow: row wrap; gap: 10px 16px; align-items: baseline; padding: 48px 0 0; border-right: 0; }
  .detail-index strong { font-size: 78px; }
  .detail-copy { padding: 20px 0 60px; }
  .play-grid article { padding-right: 20px; padding-left: 20px; }
  .play-grid article:first-child { padding-left: 0; }
  .play-grid article:last-child { padding-right: 0; }
}

@media (max-width: 580px) {
  :root { --page: calc(100% - 36px); }
  .brand-mark { width: 28px; height: 28px; font-size: 16px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy small { font-size: 6px; }
  .hero { min-height: 730px; }
  .hero-content { padding-top: 153px; }
  .hero h1 { font-size: 32px; line-height: 1.56; }
  .hero-title-lockup p { font-size: 24px; }
  .hero-title-lockup span { font-size: 8px; }
  .hero-lead { max-width: 325px; margin-top: 26px; font-size: 12px; }
  .desktop-only { display: none; }
  .hero-actions { gap: 19px; margin-top: 29px; }
  .button { padding: 12px 14px; font-size: 12px; }
  .text-link { font-size: 12px; }
  .hero-lamp { right: -38px; bottom: 2px; width: 197px; }
  .hero-light { top: 20%; right: -36%; width: 420px; }
  .hero-status { max-width: 190px; font-size: 7px; line-height: 1.6; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .section-heading h2, .promise-copy h2, .detail-copy h2, .release h2 { font-size: 28px; line-height: 1.58; }
  .intro-grid { margin-top: 42px; }
  .intro-copy { font-size: 13px; line-height: 2.1; }
  .quote-card { min-height: 200px; padding: 40px 25px 26px; box-shadow: 8px 8px 0 #c5bfad; }
  .quote-card p { font-size: 14px; }
  .quote-rule { bottom: 22px; left: 25px; }
  .promise-section { padding: 92px 0; }
  .promise-copy > p:not(.eyebrow) { font-size: 13px; }
  .feature-list dd { font-size: 12px; }
  .section-heading-row { display: block; }
  .section-note { margin-top: 17px; }
  .episode-list { margin-top: 39px; }
  .episode > * { grid-template-columns: 42px minmax(0, 1fr) 19px; gap: 8px; min-height: 104px; padding: 17px 0; }
  .episode a:hover, .episode a:focus-visible { padding-right: 8px; padding-left: 8px; }
  .episode-number { font-size: 24px; }
  .episode-main h3 { font-size: 17px; }
  .episode-main > p:last-child:not(.episode-location) { font-size: 10px; }
  .episode-state { display: none; }
  .episode-arrow { font-size: 19px; }
  .episode-detail-grid { min-height: auto; }
  .detail-index { padding-top: 40px; }
  .detail-index strong { font-size: 66px; }
  .detail-index span, .detail-index p { font-size: 7px; }
  .detail-copy { padding-bottom: 49px; }
  .detail-copy > p:not(.eyebrow):not(.detail-location) { font-size: 13px; }
  .detail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .detail-meta div { min-width: 0; padding: 0; border: 0; }
  .play-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .play-grid article { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid rgba(9, 16, 21, .25); }
  .play-grid article > span { font-size: 23px; }
  .play-grid h3 { margin: 3px 0 7px; font-size: 16px; }
  .play-grid p { font-size: 12px; }
  .release { padding: 100px 0; }
  .release-content > p:not(.eyebrow) { font-size: 13px; }
  .release-meta { display: grid; gap: 7px; justify-content: center; text-align: left; }
  .site-footer { padding: 22px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-inner p { font-size: 7px; }
}

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