:root {
  --ink: #17120e;
  --brown: #2b2119;
  --brown-soft: #433326;
  --copper: #b46f3d;
  --copper-light: #d39a68;
  --cream: #f3eadc;
  --paper: #fbf6ed;
  --muted: #74685c;
  --line: rgba(35, 25, 17, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.site-header { align-items: center; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.12); color: var(--cream); display: flex; justify-content: space-between; min-height: 84px; padding: 18px clamp(22px, 5vw, 78px); }
.brand { align-items: center; display: inline-flex; font-family: "Roboto Slab", Georgia, serif; font-size: 1.05rem; font-weight: 700; gap: 12px; text-decoration: none; }
.brand-mark { align-items: center; border: 1px solid var(--copper-light); color: var(--copper-light); display: inline-flex; font-family: "DM Sans", Arial, sans-serif; font-size: .69rem; font-weight: 700; height: 38px; justify-content: center; letter-spacing: -.04em; transform: rotate(-3deg); width: 38px; }
nav { align-items: center; display: flex; gap: clamp(17px, 2.7vw, 38px); }
nav a { font-size: .88rem; text-decoration: none; }
.listen-control { align-items: stretch; display: flex; position: relative; }
.nav-cta { align-items: center; background: var(--copper); color: #fff; display: flex; padding: 10px 17px; }
.platform-menu { position: relative; }
.platform-menu summary { align-items: center; background: var(--copper); border-left: 1px solid rgba(255,255,255,.28); color: #fff; cursor: pointer; display: flex; font-size: 1.05rem; height: 100%; justify-content: center; list-style: none; min-width: 38px; user-select: none; }
.platform-menu summary::-webkit-details-marker { display: none; }
.platform-menu[open] summary { background: #96562d; }
.platform-list { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(0,0,0,.28); color: var(--ink); min-width: 230px; padding: 12px; position: absolute; right: 0; top: calc(100% + 10px); z-index: 20; }
.platform-list::before { border-bottom: 8px solid var(--paper); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; position: absolute; right: 12px; top: -8px; }
.platform-list p { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .14em; margin: 4px 8px 8px; text-transform: uppercase; }
.platform-list a { align-items: center; display: flex; font-size: .9rem; font-weight: 600; gap: 11px; padding: 10px 8px; }
.platform-list a:hover { background: var(--cream); }
.platform-list a span { align-items: center; background: var(--ink); color: var(--cream); display: inline-flex; font-size: .62rem; font-weight: 700; height: 28px; justify-content: center; letter-spacing: -.03em; width: 28px; }
.hero { background: var(--ink); color: var(--cream); display: grid; gap: clamp(40px, 7vw, 110px); grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr); min-height: calc(100vh - 84px); padding: clamp(46px, 7vw, 90px) clamp(24px, 7vw, 110px); position: relative; }
.hero::after { border: 1px solid rgba(211,154,104,.34); content: ""; inset: 22px; pointer-events: none; position: absolute; }
.hero-art { align-self: center; box-shadow: 24px 24px 0 var(--brown-soft); max-width: 610px; position: relative; z-index: 1; }
.hero-art img { aspect-ratio: 1; height: auto; width: 100%; }
.hero-copy { align-self: center; max-width: 800px; position: relative; z-index: 1; }
.kicker { color: var(--copper-light); font-size: .76rem; font-weight: 700; letter-spacing: .2em; margin: 0 0 24px; text-transform: uppercase; }
h1, h2, h3 { font-family: "Roboto Slab", Georgia, serif; line-height: 1.06; margin-top: 0; }
h1 { font-size: clamp(3.6rem, 7vw, 7.5rem); letter-spacing: -.055em; margin-bottom: 28px; }
h1 em { color: var(--copper-light); font-style: normal; }
.hero-lede { color: rgba(243,234,220,.75); font-size: clamp(1.08rem, 1.55vw, 1.3rem); max-width: 650px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { align-items: center; display: inline-flex; font-size: .92rem; font-weight: 700; gap: 11px; justify-content: center; min-height: 50px; padding: 12px 20px; text-decoration: none; }
.button-primary { background: var(--copper); color: #fff; }
.button-quiet { border: 1px solid rgba(255,255,255,.26); color: var(--cream); }
.play { font-size: .72rem; }
.presented { color: rgba(243,234,220,.58); font-size: .88rem; margin: 26px 0 0; }
.presented a { color: var(--cream); font-weight: 700; text-underline-offset: 4px; }
.latest { margin: 0 auto; max-width: 1420px; padding: 120px clamp(24px, 6vw, 90px); }
.section-label { border-bottom: 1px solid var(--line); color: var(--muted); display: flex; font-size: .73rem; font-weight: 700; justify-content: space-between; letter-spacing: .16em; padding-bottom: 15px; text-transform: uppercase; }
.latest-card { border-bottom: 1px solid var(--line); padding: 52px 0 58px; }
.episode-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-size: .78rem; font-weight: 600; gap: 22px; letter-spacing: .08em; text-transform: uppercase; }
.latest-content { align-items: center; display: grid; gap: 45px; grid-template-columns: 1fr auto; margin-top: 26px; }
.episode-number { color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.latest h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); letter-spacing: -.045em; margin-bottom: 22px; max-width: 1050px; }
.latest-content p:last-child { color: #5f554b; font-size: 1.08rem; max-width: 830px; }
.round-play { align-items: center; background: var(--ink); border-radius: 50%; color: var(--cream); display: flex; font-size: 1.15rem; height: 86px; justify-content: center; padding-left: 4px; text-decoration: none; transition: transform .2s ease, background .2s ease; width: 86px; }
.round-play:hover { background: var(--copper); transform: scale(1.05); }
.recent-grid { display: grid; grid-template-columns: 1fr 1fr; }
.episode-card { border-bottom: 1px solid var(--line); min-height: 350px; padding: 44px 5vw 44px 0; }
.episode-card + .episode-card { border-left: 1px solid var(--line); padding-left: 5vw; padding-right: 0; }
.episode-card h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin: 24px 0 15px; }
.episode-card p { color: #665b51; max-width: 540px; }
.episode-card a, .all-episodes { color: var(--copper); font-weight: 700; text-decoration: none; }
.episode-card a { display: inline-block; margin-top: 16px; }
.all-episodes { display: inline-flex; gap: 16px; margin-top: 34px; }
.about { background: var(--brown); color: var(--cream); display: grid; gap: clamp(45px, 8vw, 130px); grid-template-columns: .9fr 1fr; padding: 120px clamp(24px, 7vw, 110px); }
.about h2 { font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.05em; }
.about-copy { border-left: 1px solid rgba(255,255,255,.18); padding-left: clamp(28px, 5vw, 70px); }
.about-copy p { color: rgba(243,234,220,.76); font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 690px; }
.about-copy strong { color: var(--copper-light); }
.coffee-partner { align-items: center; background: var(--copper); color: var(--ink); display: grid; gap: clamp(50px, 10vw, 160px); grid-template-columns: minmax(220px, .6fr) 1.4fr; padding: 105px clamp(24px, 8vw, 128px); }
.coffee-monogram { align-items: center; border: 2px solid rgba(23,18,14,.58); border-radius: 50%; display: flex; font-family: "Roboto Slab", Georgia, serif; font-size: clamp(3rem, 8vw, 7rem); font-weight: 800; height: min(28vw, 360px); justify-content: center; letter-spacing: -.08em; transform: rotate(-5deg); width: min(28vw, 360px); }
.coffee-partner .kicker { color: var(--ink); opacity: .7; }
.coffee-partner h2 { font-size: clamp(3rem, 6vw, 6.1rem); letter-spacing: -.05em; margin-bottom: 25px; }
.coffee-partner p:not(.kicker) { font-size: 1.12rem; max-width: 700px; }
.button-light { background: var(--paper); }
.button-outline { border: 1px solid rgba(23,18,14,.52); }
.featured-coffee { align-items: center; background: var(--ink); color: var(--cream); display: grid; gap: clamp(35px, 8vw, 120px); grid-template-columns: minmax(280px, .8fr) 1.2fr; overflow: hidden; padding: 95px clamp(24px, 8vw, 128px); }
.coffee-product-art { align-items: center; background: radial-gradient(circle, rgba(211,154,104,.22) 0, rgba(211,154,104,0) 65%); display: flex; justify-content: center; min-height: 510px; position: relative; }
.coffee-product-art::after { border: 1px solid rgba(211,154,104,.34); content: ""; inset: 8% 3% 3% 8%; position: absolute; transform: rotate(-3deg); }
.coffee-product-art img { max-height: 590px; object-fit: contain; position: relative; width: 100%; z-index: 1; }
.coffee-product-copy { max-width: 740px; }
.featured-coffee h2 { font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.05em; margin-bottom: 14px; }
.coffee-product-copy > p:not(.kicker):not(.coffee-product-name):not(.purchase-note) { color: rgba(243,234,220,.75); font-size: 1.08rem; max-width: 680px; }
.coffee-product-name { color: var(--copper-light); font-family: "Roboto Slab", Georgia, serif; font-size: clamp(1.3rem, 2.2vw, 1.75rem); font-weight: 700; margin: 0 0 24px; }
.coffee-product-name span { border-left: 1px solid rgba(243,234,220,.28); color: rgba(243,234,220,.62); font-family: "DM Sans", Arial, sans-serif; font-size: .72rem; letter-spacing: .14em; margin-left: 12px; padding-left: 14px; text-transform: uppercase; }
.tasting-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.tasting-notes span { border: 1px solid rgba(211,154,104,.45); color: var(--copper-light); font-size: .76rem; font-weight: 700; letter-spacing: .08em; padding: 8px 12px; text-transform: uppercase; }
.featured-coffee .actions { align-items: center; }
.story-link { color: var(--cream); font-size: .9rem; font-weight: 700; text-underline-offset: 5px; }
.purchase-note { color: rgba(243,234,220,.46); font-size: .78rem; margin-top: 18px; }
.companion { background: #e8dac7; padding: 105px clamp(24px, 8vw, 128px); }
.companion-inner { align-items: center; display: grid; gap: clamp(42px, 8vw, 115px); grid-template-columns: minmax(250px, .68fr) 1.32fr; margin: 0 auto; max-width: 1250px; }
.companion-art { box-shadow: 18px 18px 0 rgba(23,18,14,.16); max-width: 430px; transform: rotate(1.5deg); }
.companion-art img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.companion-copy { max-width: 730px; }
.companion-copy .kicker { color: var(--copper); }
.companion h2 { font-size: clamp(3rem, 5.7vw, 6rem); letter-spacing: -.05em; margin-bottom: 12px; }
.companion-name { color: var(--copper); font-family: "Roboto Slab", Georgia, serif; font-size: clamp(1.18rem, 2vw, 1.55rem); font-weight: 700; margin: 0 0 20px; }
.companion-copy > p:not(.kicker):not(.companion-name):not(.season-note) { color: #5f554b; font-size: 1.08rem; max-width: 680px; }
.season-note { align-items: center; color: var(--brown-soft); display: flex; font-size: .9rem; font-weight: 600; gap: 10px; margin-top: 24px; }
.season-note span { background: var(--copper); border-radius: 50%; flex: 0 0 auto; height: 8px; width: 8px; }
.book { align-items: center; display: grid; gap: clamp(45px, 9vw, 130px); grid-template-columns: minmax(270px, .72fr) 1.2fr; padding: 120px clamp(24px, 8vw, 128px); }
.book-mark { background: var(--ink); box-shadow: 20px 20px 0 #d8c2a5; color: var(--cream); display: flex; flex-direction: column; font-family: "Roboto Slab", Georgia, serif; font-size: clamp(2rem, 4vw, 4.8rem); font-weight: 800; justify-content: center; line-height: .95; min-height: 430px; padding: 45px; transform: rotate(-2deg); }
.book-mark span:nth-child(2) { color: var(--copper-light); font-size: .58em; margin: .35em 0; }
.book h2 { font-size: clamp(3.1rem, 6vw, 6.4rem); letter-spacing: -.05em; margin-bottom: 12px; }
.book-subtitle { color: var(--copper); font-family: "Roboto Slab", Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 700; max-width: 680px; }
.book-copy > p:not(.kicker):not(.book-subtitle) { color: #5f554b; font-size: 1.08rem; max-width: 700px; }
.button-dark { background: var(--ink); color: var(--cream); margin-top: 16px; }
footer { align-items: end; background: var(--ink); color: rgba(243,234,220,.65); display: grid; gap: 38px; grid-template-columns: 1fr auto; padding: 55px clamp(24px, 6vw, 90px); }
.footer-brand { color: var(--cream); }
footer p { margin: 12px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; }
.footer-links a { font-size: .88rem; text-decoration: none; }
.copyright { font-size: .8rem; grid-column: 1 / -1; }
a:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 4px; }
@media (max-width: 920px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { justify-self: center; max-width: 540px; width: 88%; }
  .hero-copy { padding: 20px 0 35px; }
  .about { grid-template-columns: 1fr; }
  .about-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 30px 0 0; }
  .featured-coffee { grid-template-columns: 1fr; }
  .coffee-product-art { justify-self: center; min-height: 440px; width: min(100%, 590px); }
}
@media (max-width: 700px) {
  .site-header { min-height: 76px; }
  .site-header .brand > span:last-child { display: none; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }
  .hero { padding-bottom: 70px; padding-top: 46px; }
  .hero::after { inset: 12px; }
  .hero-art { box-shadow: 13px 13px 0 var(--brown-soft); width: 82%; }
  .latest { padding-bottom: 80px; padding-top: 85px; }
  .latest-content { align-items: end; gap: 20px; grid-template-columns: 1fr; }
  .round-play { height: 64px; width: 64px; }
  .recent-grid { grid-template-columns: 1fr; }
  .episode-card { min-height: 0; padding: 35px 0; }
  .episode-card + .episode-card { border-left: 0; padding-left: 0; }
  .coffee-partner, .companion-inner, .book { grid-template-columns: 1fr; }
  .coffee-monogram { height: 240px; justify-self: center; width: 240px; }
  .featured-coffee { padding-bottom: 80px; padding-top: 70px; }
  .coffee-product-art { min-height: 340px; width: 92%; }
  .coffee-product-name span { display: block; border-left: 0; margin: 8px 0 0; padding: 0; }
  .companion-art { justify-self: center; width: 88%; }
  .book-mark { min-height: 360px; }
  footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .round-play { transition: none; } }
