:root {
  --paper: #efe2c7;
  --paper-light: #f8eed8;
  --paper-deep: #dfcdac;
  --ink: #151b1d;
  --navy: #082e38;
  --red: #8b2c1e;
  --gold: #c6a265;
  --line: rgba(31, 28, 22, .18);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Courier New", Courier, monospace;
  --hand: "Bradley Hand", "Segoe Print", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: relative; z-index: 30; min-height: 86px; padding: 0 clamp(22px, 5.5vw, 86px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--paper-light); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-family: var(--serif); font-size: 1.08rem; }
.brand i { font-weight: 400; color: var(--red); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.brand-mark svg, .footer-mark svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
.desktop-nav a { position: relative; color: #5e5b55; font-family: var(--mono); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--red); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-listen { justify-self: end; padding: 10px 14px; border: 1px solid var(--ink); font-family: var(--mono); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; transition: background .2s, color .2s; }
.header-listen:hover { background: var(--ink); color: var(--paper-light); }
.header-listen span { color: var(--red); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; padding: 0 clamp(22px, 6.5vw, 100px) 78px; background: linear-gradient(90deg, rgba(84,65,37,.05) 1px, transparent 1px), linear-gradient(rgba(84,65,37,.05) 1px, transparent 1px), var(--paper); background-size: 30px 30px; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .08; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.postal-route { position: relative; z-index: 1; min-height: 55px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); color: #70695e; font-family: var(--mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.route-dashes { height: 1px; background-image: linear-gradient(90deg, var(--red) 45%, transparent 45%); background-size: 8px 1px; opacity: .55; }
.hero-grid { position: relative; z-index: 2; min-height: 710px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(55px, 8vw, 130px); align-items: center; padding: 76px 0 40px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 23px; color: var(--navy); font-family: var(--mono); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 1px; margin: 0 11px 3px 0; background: var(--red); }
.eyebrow.red { color: var(--red); }
.eyebrow.gold { color: var(--gold); }
.eyebrow.gold::before { background: var(--gold); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; font-size: clamp(4.4rem, 7.2vw, 8rem); line-height: .86; letter-spacing: -.055em; }
h1 em, .today-intro h2 em { color: var(--red); font-weight: 400; }
.hero-lede { max-width: 560px; margin: 34px 0 0; color: #5f5a51; font-family: var(--serif); font-size: 1.16rem; line-height: 1.72; }
.hero-links { display: flex; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--ink); font-family: var(--mono); font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); border-color: var(--red); color: var(--paper-light); }
.button.primary:hover { background: #742319; }
.button.quiet:hover { background: var(--ink); color: var(--paper-light); }

.latest-card { display: grid; grid-template-columns: minmax(210px, .82fr) minmax(280px, 1.18fr); background: var(--navy); color: var(--paper-light); box-shadow: 0 35px 80px rgba(50,35,18,.25); transform: rotate(.7deg); }
.latest-art-wrap { position: relative; min-height: 450px; overflow: hidden; }
.latest-art-wrap img { width: 100%; height: 100%; object-fit: cover; }
.art-label { position: absolute; left: 15px; bottom: 15px; padding: 8px 10px; background: var(--paper-light); color: var(--ink); font-family: var(--mono); font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.player-panel { align-self: center; padding: 32px 28px 28px; }
.player-heading { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.player-heading p { margin: 0 0 7px; color: var(--gold); font-family: var(--mono); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.player-heading h2 { margin: 0; font-size: clamp(1.8rem, 2.5vw, 2.65rem); line-height: 1.04; }
.player-heading > div > span { display: block; margin-top: 8px; color: #afc0c1; font-family: var(--serif); font-size: .94rem; }
.play-button { flex: 0 0 auto; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.play-button:hover { background: var(--red); border-color: var(--red); transform: scale(1.04); }
.play-button svg { width: 24px; fill: var(--paper-light); }
.pause-icon { display: none; }
.play-button.playing .play-icon { display: none; }
.play-button.playing .pause-icon { display: block; }
.timeline-wrap { margin-top: 31px; display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 8px; color: #92a6a9; font-family: var(--mono); font-size: .61rem; }
input[type="range"] { --progress: 0%; width: 100%; height: 16px; appearance: none; background: transparent; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 2px; background: linear-gradient(90deg, var(--gold) var(--progress), rgba(255,255,255,.25) var(--progress)); }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 12px; height: 12px; margin-top: -5px; border-radius: 50%; background: var(--paper-light); }
input[type="range"]::-moz-range-track { height: 2px; background: rgba(255,255,255,.25); }
input[type="range"]::-moz-range-progress { height: 2px; background: var(--gold); }
input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 0; border-radius: 50%; background: var(--paper-light); }
.player-actions { display: grid; grid-template-columns: 1.2fr .8fr .8fr; margin-top: 27px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.player-actions > * { min-height: 44px; display: flex; align-items: center; justify-content: center; border: 0; background: transparent; color: #c5d1d1; font-family: var(--mono); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.player-actions > * + * { border-left: 1px solid rgba(255,255,255,.18); }
.player-actions > *:hover { color: white; background: rgba(255,255,255,.05); }
.notes-button span { margin-left: 8px; color: var(--gold); font-size: 1rem; transition: transform .2s; }
.notes-button[aria-expanded="true"] span { transform: rotate(45deg); }
.episode-notes { padding-top: 22px; color: #c5d0cf; font-family: var(--serif); font-size: .91rem; line-height: 1.58; }
.episode-notes p { margin: 0; }
.episode-notes p + p { margin-top: 11px; }
.notes-scripture { color: #8fa5a7; font-size: .82rem; }
.audio-error { margin: 13px 0 0; color: #efb6aa; font-size: .75rem; }
.hero-stamp { position: absolute; z-index: 1; left: 44%; bottom: -40px; width: 130px; height: 130px; display: grid; place-content: center; text-align: center; border: 3px double rgba(139,44,30,.54); border-radius: 50%; color: rgba(139,44,30,.64); font-family: var(--mono); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-13deg); }
.hero-stamp span { font-size: .75rem; }
.hero-stamp small { margin-top: 6px; font-size: .57rem; }

.today-section { position: relative; min-height: 940px; padding: 125px clamp(22px, 7.7vw, 118px) 150px; overflow: hidden; background: var(--paper-light); }
.section-index { position: absolute; top: 65px; right: 5vw; color: rgba(21,27,29,.06); font-family: var(--serif); font-size: clamp(8rem, 18vw, 17rem); line-height: 1; }
.today-intro { position: relative; z-index: 2; }
.today-intro h2 { margin: 0; font-size: clamp(3.6rem, 6.1vw, 6.8rem); line-height: .9; letter-spacing: -.05em; }
.letter-paper { position: relative; z-index: 1; width: min(740px, 72%); min-height: 610px; margin: -32px auto 0; padding: 55px clamp(34px, 6vw, 86px) 74px; background: #f4e3bf; box-shadow: 0 28px 70px rgba(66,46,24,.18), 0 0 0 1px rgba(82,58,30,.08); transform: rotate(-1deg); }
.letter-paper::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .09; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.letter-date { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid rgba(35,31,24,.22); color: #766b59; font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.letter-body { position: relative; z-index: 1; max-width: 520px; margin: 38px auto 0; color: #342f28; font-family: var(--serif); font-size: 1.08rem; line-height: 1.78; }
.letter-body p { margin: 0 0 20px; }
.letter-body .salutation { font-family: var(--hand); font-size: 1.28rem; }
.letter-body .lead-copy { color: var(--ink); font-size: 1.35rem; line-height: 1.48; }
.letter-body blockquote { margin: 30px 0; padding: 22px 0 22px 25px; border-left: 2px solid var(--red); color: var(--red); font-size: 1.45rem; line-height: 1.35; }
.letter-body .signoff { margin-top: 30px; font-family: var(--hand); font-size: 1.08rem; }
.wax-play { position: absolute; z-index: 2; right: -37px; bottom: 74px; width: 92px; height: 92px; padding: 0; border: 0; background: transparent; filter: drop-shadow(0 10px 10px rgba(72,22,16,.25)); cursor: pointer; transition: transform .2s; }
.wax-play:hover { transform: rotate(8deg) scale(1.05); }
.wax-play svg { width: 100%; fill: var(--red); }
.wax-play circle { fill: none; stroke: #d49d87; stroke-width: 1; }
.wax-play path:last-child { fill: #edc1ab; }
.tomorrow-note { position: absolute; right: 5vw; bottom: 160px; width: 220px; padding: 20px 0; border-top: 1px solid var(--red); border-bottom: 1px solid var(--red); transform: rotate(2.5deg); }
.tomorrow-note span { color: var(--red); font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tomorrow-note strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 1.25rem; }
.tomorrow-note p { margin: 8px 0 0; color: #655f56; font-family: var(--serif); font-size: .9rem; line-height: 1.45; }

.archive-section { padding: 130px clamp(22px, 7.7vw, 118px) 145px; background: var(--navy); color: var(--paper-light); }
.archive-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 10vw; align-items: end; }
.archive-heading h2 { margin: 0; font-size: clamp(3.6rem, 6vw, 6.5rem); line-height: .91; letter-spacing: -.045em; }
.archive-heading > p { max-width: 420px; margin: 0 0 8px; color: #9db0b2; font-family: var(--serif); font-size: 1.08rem; line-height: 1.7; }
.filter-row { display: flex; gap: 8px; margin: 60px 0 28px; flex-wrap: wrap; }
.filter-button { padding: 10px 17px; border: 1px solid #42606a; border-radius: 99px; background: transparent; color: #a9bbbd; cursor: pointer; font-family: var(--mono); font-size: .68rem; letter-spacing: .05em; transition: all .2s; }
.filter-button:hover { color: white; border-color: #7e969c; }
.filter-button.active { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.episode-list { border-top: 1px solid #31515a; }
.episode-row { display: grid; grid-template-columns: 86px 1fr auto; gap: 28px; align-items: center; min-height: 130px; border-bottom: 1px solid #31515a; transition: background .2s, padding .2s; }
.episode-row:hover { padding: 0 15px; background: rgba(255,255,255,.025); }
.episode-row.hidden { display: none; }
.episode-art { width: 72px; height: 72px; overflow: hidden; }
.episode-art img { width: 100%; height: 100%; object-fit: cover; }
.episode-details span { color: var(--gold); font-family: var(--mono); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.episode-details h3 { margin: 5px 0 2px; font-size: clamp(1.55rem, 2.2vw, 2.25rem); line-height: 1.1; }
.episode-details p { margin: 0; color: #90a6a9; font-family: var(--serif); font-size: .9rem; }
.row-play { min-width: 98px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid #617b82; background: transparent; cursor: pointer; font-family: var(--mono); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: background .2s, border-color .2s; }
.row-play svg { width: 17px; fill: currentColor; }
.row-play:hover { background: var(--red); border-color: var(--red); }
.archive-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 38px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--paper); font-family: var(--mono); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.archive-link span { color: var(--gold); }

.rhythm-section { padding: 125px clamp(22px, 7.7vw, 118px) 140px; background: var(--paper); }
.rhythm-heading h2 { margin: 0; font-size: clamp(3.6rem, 6vw, 6.4rem); line-height: .92; letter-spacing: -.045em; }
.rhythm-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 70px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.rhythm-grid article { min-height: 250px; padding: 24px 20px 30px; }
.rhythm-grid article + article { border-left: 1px solid var(--line); }
.rhythm-grid span { color: var(--red); font-family: var(--mono); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rhythm-grid h3 { margin: 45px 0 12px; font-size: 1.55rem; }
.rhythm-grid p { margin: 0; color: #625e56; font-family: var(--serif); font-size: .94rem; line-height: 1.6; }

.about-section { padding: 130px clamp(22px, 9vw, 138px) 145px; display: grid; grid-template-columns: minmax(300px, 450px) minmax(0, 660px); gap: clamp(60px, 10vw, 160px); align-items: center; background: var(--paper-light); }
.about-art { position: relative; }
.about-art::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid var(--red); }
.about-art img { position: relative; z-index: 1; width: 100%; max-height: 670px; object-fit: cover; object-position: center; box-shadow: 0 30px 65px rgba(59,40,22,.22); }
.about-copy h2 { margin: 0; font-size: clamp(3.6rem, 5.8vw, 6.2rem); line-height: .9; letter-spacing: -.045em; }
.about-copy > p { max-width: 620px; color: #5c5851; font-family: var(--serif); font-size: 1.05rem; line-height: 1.75; }
.about-copy .about-lead { margin-top: 34px; color: var(--ink); font-size: 1.4rem; line-height: 1.5; }
.about-copy .pull-quote { margin: 28px 0; padding-left: 20px; border-left: 2px solid var(--red); color: var(--red); font-size: 1.25rem; font-style: italic; }
.about-actions { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.about-actions a { padding-bottom: 5px; border-bottom: 1px solid var(--red); font-family: var(--mono); font-size: .69rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

footer { min-height: 175px; padding: 42px clamp(22px, 7.7vw, 118px); display: grid; grid-template-columns: auto 1.2fr 1fr; align-items: center; gap: 20px; background: #071f27; color: var(--paper-light); border-top: 1px solid #2d5059; }
.footer-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #668087; border-radius: 50%; }
.footer-title strong { display: block; font-family: var(--serif); font-size: 1.25rem; }
.footer-title span { color: #879da1; font-family: var(--mono); font-size: .61rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; gap: 25px; }
.footer-links a { color: #b6c2c3; font-family: var(--mono); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-links a:hover { color: white; }
footer small { grid-column: 2 / -1; color: #60787d; font-size: .63rem; }

.now-playing { position: fixed; z-index: 50; left: 50%; bottom: 20px; transform: translate(-50%, 140%); width: min(92vw, 520px); min-height: 54px; padding: 10px 12px 10px 18px; display: flex; align-items: center; gap: 13px; background: rgba(248,238,216,.97); color: var(--ink); border: 1px solid var(--ink); box-shadow: 0 16px 45px rgba(0,0,0,.28); backdrop-filter: blur(12px); transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.now-playing.visible { transform: translate(-50%, 0); }
.now-playing span:nth-child(2) { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .74rem; }
.now-playing button { padding: 7px 10px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-family: var(--mono); font-size: .63rem; text-transform: uppercase; }
.mini-bars { display: flex; align-items: center; gap: 2px; height: 16px; }
.mini-bars i { width: 2px; height: 11px; background: var(--red); animation: bounce .8s ease-in-out infinite alternate; }
.mini-bars i:nth-child(2) { animation-delay: -.3s; }
.mini-bars i:nth-child(3) { animation-delay: -.55s; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes bounce { to { height: 4px; } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-listen { display: none; }
  .menu-button { justify-self: end; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }
  .menu-button span { width: 17px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; z-index: 25; inset: 86px 0 auto; padding: 12px 24px 24px; display: none; flex-direction: column; background: var(--paper-light); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(50,35,18,.12); }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.08rem; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 720px; }
  .latest-card { width: min(100%, 720px); justify-self: end; }
  .hero-stamp { left: auto; right: 4vw; top: 220px; bottom: auto; }
  .letter-paper { margin-top: 55px; }
  .tomorrow-note { display: none; }
  .rhythm-grid { grid-template-columns: repeat(3, 1fr); }
  .rhythm-grid article:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .rhythm-grid article:nth-child(5) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { min-height: 74px; }
  .mobile-nav { top: 74px; }
  .brand { font-size: .98rem; }
  .postal-route { grid-template-columns: 1fr; gap: 3px; align-content: center; }
  .postal-route span:last-child { color: var(--red); }
  .route-dashes { display: none; }
  .hero { padding: 0 18px 68px; }
  .hero-grid { min-height: 0; gap: 52px; padding: 58px 0 20px; }
  h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .hero-stamp { display: none; }
  .latest-card { grid-template-columns: 1fr; transform: none; }
  .latest-art-wrap { min-height: 0; aspect-ratio: 1 / 1; }
  .player-panel { padding: 27px 20px 24px; }
  .player-heading h2 { font-size: 1.9rem; }
  .play-button { width: 56px; height: 56px; }
  .player-actions { grid-template-columns: 1fr 1fr; }
  .player-actions .notes-button { grid-column: 1 / -1; border-bottom: 1px solid rgba(255,255,255,.18); }
  .player-actions > *:nth-child(2) { border-left: 0; }
  .today-section { min-height: 0; padding: 90px 18px 110px; }
  .today-intro h2 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .letter-paper { width: calc(100% - 7px); min-height: 0; margin-top: 48px; padding: 36px 27px 58px; }
  .letter-date { font-size: .59rem; }
  .letter-body { margin-top: 32px; font-size: 1rem; }
  .letter-body .lead-copy { font-size: 1.2rem; }
  .letter-body blockquote { font-size: 1.25rem; }
  .wax-play { right: -8px; bottom: -42px; width: 82px; }
  .archive-section { padding: 92px 18px 105px; }
  .archive-heading { grid-template-columns: 1fr; gap: 28px; }
  .archive-heading h2 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .filter-row { margin-top: 45px; }
  .episode-row { grid-template-columns: 58px 1fr 46px; gap: 12px; min-height: 112px; }
  .episode-row:hover { padding: 0; }
  .episode-art { width: 54px; height: 54px; }
  .episode-details h3 { font-size: 1.35rem; }
  .episode-details p { display: none; }
  .row-play { min-width: 43px; width: 43px; min-height: 43px; border-radius: 50%; }
  .row-play span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .rhythm-section { padding: 92px 18px 105px; }
  .rhythm-heading h2 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .rhythm-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .rhythm-grid article { min-height: 0; padding: 26px 6px; }
  .rhythm-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .rhythm-grid h3 { margin: 20px 0 8px; }
  .about-section { grid-template-columns: 1fr; padding: 92px 18px 110px; gap: 68px; }
  .about-art { width: min(82%, 390px); margin: 0 auto; }
  .about-copy h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  footer { grid-template-columns: auto 1fr; padding: 42px 22px 86px; }
  .footer-links { grid-column: 1 / -1; justify-self: start; flex-wrap: wrap; }
  footer small { grid-column: 1 / -1; }
  .now-playing { bottom: 12px; }
}

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