:root {
  --teal: #1f6f73;
  --teal-dark: #155257;
  --purple: #785082;
  --purple-dark: #51365b;
  --cream: #f3e7d2;
  --paper: #fff8eb;
  --ink: #2f2b2a;
  --gold: #b8803c;
  --shadow: 0 22px 50px rgba(57, 39, 29, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0, rgba(120,80,130,.10), transparent 24rem),
    linear-gradient(#f7eddd, #f3e3cb 58%, #efdbc0);
  font-family: "Special Elite", Georgia, serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: relative;
  z-index: 5;
  min-height: 92px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 56px);
  color: #fff8e8;
  background:
    linear-gradient(rgba(18,83,86,.96), rgba(18,83,86,.96)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 2px, transparent 2px 5px);
  border-bottom: 2px dashed rgba(183,128,60,.8);
  box-shadow: 0 7px 20px rgba(0,0,0,.12);
}
.brand img { width: 165px; max-height: 76px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 44px); }
.main-nav a, .social-nav a { text-decoration: none; }
.main-nav a { font-family: "Caveat", cursive; font-size: 1.35rem; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-bottom-color: #f3d4a2; }
.social-nav { display: flex; gap: 12px; align-items: center; font-size: 1.05rem; }
.social-nav a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.menu-toggle { display: none; }

main { overflow: hidden; }
.hero-section { padding: 28px clamp(14px, 3vw, 44px) 18px; }
.hero-frame { position: relative; max-width: 1480px; margin: 0 auto; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); min-height: 610px; }
.hero-frame > img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.hero-copy {
  position: absolute;
  left: clamp(22px, 2.8vw, 44px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(285px, 24vw, 320px);
  padding: clamp(18px, 2vw, 26px);
  background: rgba(255,248,235,.91);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(94,66,47,.12);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(52,33,22,.18);
}
.eyebrow { margin: 0 0 8px; color: var(--purple); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.hero-copy h1, .section-heading h2, .episode-copy h2, .footer-connect h2 {
  margin: 0;
  font-family: "Caveat", cursive;
  font-weight: 700;
  line-height: .98;
}
.hero-copy h1 { font-size: clamp(2.1rem, 2.8vw, 3rem); color: #27201f; line-height: 1.04; }
.hero-copy p:not(.eyebrow) { font-size: clamp(1rem, 1.2vw, 1.2rem); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 19px; border-radius: 8px; font-size: .95rem; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff7e8; background: var(--teal); box-shadow: 0 7px 15px rgba(25,91,95,.23); }
.button-primary:hover { background: var(--teal-dark); }
.button-outline { border: 1.5px solid #4a3f39; background: rgba(255,255,255,.38); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.paper-section {
  width: min(1320px, calc(100% - 28px));
  margin: 30px auto;
  border: 1px solid rgba(92,63,43,.12);
  border-radius: 18px;
  background:
    linear-gradient(rgba(255,248,235,.96), rgba(255,248,235,.96)),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(110,84,63,.035) 23px 24px);
  box-shadow: var(--shadow);
}
.latest { display: grid; grid-template-columns: minmax(250px, 330px) 1fr; gap: 34px; padding: 30px; align-items: center; }
.episode-art-wrap { overflow: visible; border-radius: 18px; max-width: 330px; justify-self: center; padding: 0; background: transparent; box-shadow: none; }
.episode-art-wrap img { width: 100%; max-width: 330px; margin: 0 auto; aspect-ratio: auto; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(57,39,29,.18)); }
.episode-copy { position: relative; padding: 8px 12px; }
.episode-copy h2, .section-heading h2 { font-size: clamp(2.55rem, 3.9vw, 4rem); color: #302626; }
.episode-copy h2 { line-height: 1.02; }
.episode-description { max-width: 680px; }
.sticky-note { position: static; width: 190px; margin-top: 22px; padding: 16px 12px; transform: rotate(2deg); color: #3d3025; background: #f1d591; border: 1px solid rgba(126,90,39,.18); box-shadow: 0 7px 14px rgba(0,0,0,.12); font-family: "Caveat", cursive; font-size: 1.12rem; line-height: 1.25; text-align: center; }

.explore-section { width: min(1380px, calc(100% - 28px)); margin: 50px auto; }
.section-heading { text-align: center; margin-bottom: 20px; }
.section-heading > p:not(.eyebrow) { max-width: 760px; margin: 10px auto 0; }
.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.feature-card { position: relative; display: block; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.35); box-shadow: var(--shadow); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.feature-card:hover { transform: translateY(-6px) rotate(-.25deg); box-shadow: 0 28px 52px rgba(57,39,29,.25); }
.feature-card img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.feature-card span { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); white-space: nowrap; padding: 10px 16px; color: #fff8ed; background: rgba(33,80,82,.94); border-radius: 8px; box-shadow: 0 6px 14px rgba(0,0,0,.2); }


.instagram-card { background: rgba(255,255,255,.35); }
.instagram-card img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; }

.mailroom-row { margin-top: 30px; }
.mailroom-card {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 54px);
  padding: 24px clamp(24px, 4vw, 54px);
  overflow: hidden;
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255,255,255,.38);
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.mailroom-card:hover { transform: translateY(-4px); box-shadow: 0 28px 52px rgba(57,39,29,.25); }
.mailroom-card img { width: 100%; max-height: 360px; object-fit: contain; }
.mailroom-copy { padding-right: clamp(0px, 2vw, 24px); }
.mailroom-copy p:not(.eyebrow) { max-width: 620px; margin: 16px 0 22px; font-size: 1.05rem; }
.mailroom-copy .button { width: fit-content; }



.site-footer {
  margin-top: 70px;
  padding: 38px clamp(22px, 5vw, 70px) 20px;
  color: #fff5e4;
  background: linear-gradient(rgba(19,91,94,.98), rgba(17,73,77,.98));
  border-top: 2px dashed rgba(183,128,60,.9);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 36px;
  align-items: center;
}
.footer-logo img { width: min(310px, 100%); }
.footer-connect h2 { font-size: 2.5rem; margin-bottom: 6px; }
.footer-connect { display: grid; gap: 7px; }
.footer-connect a { width: fit-content; }
.site-footer blockquote { margin: 0; padding: 22px; color: #382d29; background: #f4dfb9; box-shadow: 0 8px 18px rgba(0,0,0,.16); transform: rotate(-1deg); font-family: "Caveat", cursive; font-size: 1.55rem; text-align: center; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; text-align: center; opacity: .82; font-size: .8rem; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 160px 1fr auto; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 1.15rem; }
  .hero-copy { width: min(310px, 32%); }
  .latest { grid-template-columns: 1fr; }
  .episode-copy { padding: 10px; }
  .explore-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 74px; padding: 8px 14px; }
  .brand img { width: 142px; }
  .menu-toggle { display: grid; gap: 4px; width: 44px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: #fff8e8; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: center; background: #15575b; box-shadow: 0 12px 22px rgba(0,0,0,.16); }
  .main-nav.open { display: flex; }
  .social-nav { display: none; }
  .hero-section { padding: 12px; }
  .hero-frame { min-height: 0; overflow: visible; background: transparent; box-shadow: none; }
  .hero-frame > img { min-height: 0; height: auto; aspect-ratio: 16 / 10; object-position: 62% center; border-radius: 22px; box-shadow: var(--shadow); }
  .hero-copy { position: relative; left: auto; right: auto; bottom: auto; top: auto; transform: none; width: calc(100% - 24px); margin: 16px auto 0; padding: 18px; }
  .hero-copy h1 { font-size: clamp(2rem, 8vw, 2.65rem); line-height: 1.04; }
  .latest { width: calc(100% - 20px); padding: 16px; }
  .episode-art-wrap { max-width: 290px; }
  .episode-art-wrap img { max-width: 290px; }
  .explore-section { width: calc(100% - 20px); margin-top: 34px; }
  .explore-grid { grid-template-columns: 1fr; }
  .feature-card img { min-height: 0; }
  .instagram-card img { min-height: 0; height: auto; }
  .mailroom-card { grid-template-columns: 1fr; text-align: center; padding: 22px; }
  .mailroom-card img { max-height: 360px; }
  .mailroom-copy { padding-right: 0; }
  .mailroom-copy .button { margin: 0 auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-logo img { margin: 0 auto; }
  .footer-connect { justify-items: center; }
  .copyright { grid-column: auto; }
}
