/* Ms. Ling's HoneyCast — honeycast.net */

:root {
  --cream-50: #fffdf8;
  --cream-100: #fff8ea;
  --cream-200: #fff1d8;
  --cream-300: #f9dfad;
  --honey-300: #f8ca62;
  --honey-400: #eca43a;
  --honey-500: #cf7a19;
  --amber-700: #915119;
  --brown-900: #361b0d;
  --brown-800: #492511;
  --brown-700: #61361d;
  --olive-700: #68733d;
  --olive-800: #535d31;
  --green-spotify: #1db954;
  --orange-script: #dd6c1f;
  --rose: #eaa49c;
  --shadow-soft: 0 22px 60px rgba(111, 64, 20, 0.16);
  --shadow-card: 0 14px 34px rgba(111, 64, 20, 0.14);
  --line: rgba(144, 83, 26, 0.18);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown-900);
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 224, 158, 0.75), transparent 24rem),
    radial-gradient(circle at 90% 3%, rgba(255, 194, 101, 0.48), transparent 28rem),
    linear-gradient(180deg, #fff4dc 0%, #fffaf0 42%, #fff1d9 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(127, 76, 19, 0.18) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 35%, rgba(127, 76, 19, 0.14) 0 1px, transparent 1px);
  background-size: 28px 28px, 38px 38px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-shell {
  width: min(1420px, calc(100% - 20px));
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid rgba(224, 157, 63, 0.55);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 252, 242, 0.96), rgba(255, 242, 215, 0.96)),
    #fff4de;
  box-shadow: 0 30px 90px rgba(111, 64, 20, 0.2);
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 231, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(165, 100, 31, 0.12);
}

.nav-wrap {
  min-height: 106px;
  display: grid;
  grid-template-columns: minmax(210px, 420px) 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 78px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand img {
  display: block;
  width: min(390px, 32vw);
  min-width: 210px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(139, 72, 15, 0.14));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
  font-weight: 800;
  color: var(--brown-800);
}

.nav-links a {
  position: relative;
  padding: 10px 2px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: var(--honey-400);
  transition: 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  left: 0;
  right: 0;
}

.nav-links a.active {
  color: var(--orange-script);
}

.domain-pill {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid rgba(180, 103, 24, 0.25);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.7);
  color: var(--brown-700);
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(111, 64, 20, 0.08);
}

.domain-pill span {
  color: var(--honey-500);
}

.menu-button {
  display: none;
}

/* Shared */

.section-frame {
  position: relative;
  padding-inline: clamp(24px, 6vw, 95px);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 244, 219, 0.68);
  border: 1px solid rgba(178, 100, 26, 0.13);
  color: var(--honey-500);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kicker::before {
  content: "🍯";
  letter-spacing: 0;
}

h1,
h2,
h3 {
  color: var(--brown-900);
  margin: 0;
  line-height: 1.04;
}

h1,
h2 {
  font-family: "Playfair Display", "Libre Baskerville", Georgia, serif;
  letter-spacing: -0.055em;
}

.pretty-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(370px, 100%);
  margin: 12px 0 20px;
  color: var(--honey-400);
}

.pretty-rule span {
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--honey-400), transparent);
}

.pretty-rule b {
  color: var(--honey-500);
  font-size: 1.08rem;
}

.pretty-rule.small {
  width: 220px;
  margin: 7px 0 8px;
}

/* Hero */

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(420px, 0.9fr);
  gap: clamp(24px, 4vw, 80px);
  align-items: center;
  padding-top: 58px;
  padding-bottom: 20px;
  background:
    radial-gradient(circle at 75% 24%, rgba(251, 199, 104, 0.18), transparent 18rem),
    linear-gradient(90deg, rgba(255, 247, 230, 0.42), rgba(255, 244, 222, 0.2));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 44px;
}

.hero h1 {
  max-width: 710px;
  font-size: clamp(3.2rem, 5.8vw, 5.8rem);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.55);
}

.subtitle {
  margin: 10px 0 0;
  color: var(--honey-500);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-copy {
  max-width: 520px;
  margin: 0;
  color: var(--brown-800);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  font-weight: 500;
}

.hero-actions {
  margin-top: 30px;
  display: grid;
  justify-items: start;
  gap: 16px;
}

.spotify-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 14px 30px 14px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #32c663, #168d3e);
  box-shadow: 0 16px 32px rgba(16, 130, 58, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.spotify-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(16, 130, 58, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.spotify-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: white;
}

.spotify-icon svg {
  width: 34px;
  height: 34px;
  fill: #1db954;
}

.episode-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 0 48px;
  color: var(--brown-700);
  font-weight: 800;
}

.episode-note span {
  color: #1db954;
  font-size: 0.78rem;
}

.hero-portrait {
  align-self: stretch;
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 10%;
  width: 88%;
  height: 82%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 225, 169, 0.36), transparent 58%),
    radial-gradient(circle at 80% 10%, rgba(244, 186, 91, 0.2), transparent 30%);
  filter: blur(2px);
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: auto 2% 0 14%;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(111, 64, 20, 0.18), transparent 68%);
  z-index: -1;
}

.hero-portrait img {
  position: relative;
  width: min(560px, 100%);
  height: 610px;
  object-fit: cover;
  object-position: center top;
  border-radius: 44% 44% 0 0 / 34% 34% 0 0;
  filter: drop-shadow(0 22px 36px rgba(79, 43, 15, 0.22));
  mask-image: linear-gradient(180deg, #000 76%, rgba(0,0,0,0.84) 88%, transparent 100%);
}

.honeycomb-left {
  position: absolute;
  left: 18px;
  top: 160px;
  width: 120px;
  height: 270px;
  opacity: 0.26;
  background:
    linear-gradient(30deg, transparent 24%, rgba(226, 165, 57, 0.7) 25%, rgba(226, 165, 57, 0.7) 31%, transparent 32%, transparent 74%, rgba(226, 165, 57, 0.7) 75%, rgba(226, 165, 57, 0.7) 81%, transparent 82%),
    linear-gradient(90deg, transparent 24%, rgba(226, 165, 57, 0.7) 25%, rgba(226, 165, 57, 0.7) 31%, transparent 32%, transparent 74%, rgba(226, 165, 57, 0.7) 75%, rgba(226, 165, 57, 0.7) 81%, transparent 82%),
    linear-gradient(150deg, transparent 24%, rgba(226, 165, 57, 0.7) 25%, rgba(226, 165, 57, 0.7) 31%, transparent 32%, transparent 74%, rgba(226, 165, 57, 0.7) 75%, rgba(226, 165, 57, 0.7) 81%, transparent 82%);
  background-size: 44px 76px;
}

.bee {
  position: absolute;
  z-index: 3;
  font-size: 24px;
  filter: drop-shadow(0 4px 6px rgba(91, 54, 20, 0.16));
  animation: floatBee 4.5s ease-in-out infinite;
}

.bee-one {
  left: 26px;
  top: 186px;
}

.bee-two {
  left: 57%;
  top: 260px;
  animation-delay: 0.7s;
}

.bee-three {
  left: 33%;
  top: 34px;
  animation-delay: 0.35s;
}

.bee-path {
  position: absolute;
  border: 2px dashed rgba(226, 154, 50, 0.38);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
}

.path-one {
  right: 8%;
  top: 160px;
  width: 150px;
  height: 80px;
  transform: rotate(14deg);
}

.flower-corner {
  position: absolute;
  bottom: 6px;
  width: 210px;
  height: 170px;
  opacity: 0.72;
  pointer-events: none;
}

.flower-corner::before,
.flower-corner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #f9c0b6 0 12%, #e7938b 13% 28%, transparent 30%),
    radial-gradient(circle at 35% 62%, #fff2c4 0 10%, #efb55e 11% 24%, transparent 25%),
    radial-gradient(circle at 70% 66%, #ffd7cc 0 10%, #e8968f 11% 24%, transparent 25%),
    radial-gradient(circle at 50% 50%, rgba(98, 121, 79, 0.9) 0 3px, transparent 4px);
}

.flower-corner::before {
  width: 150px;
  height: 150px;
  left: 8px;
  bottom: 0;
}

.flower-corner::after {
  width: 130px;
  height: 130px;
  right: 5px;
  bottom: 16px;
  opacity: 0.8;
}

.flower-left {
  left: 20px;
}

.flower-right {
  right: 20px;
  transform: scaleX(-1);
}

/* Featured Listen */

.featured {
  padding-top: 22px;
  padding-bottom: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255, 247, 229, 0.54)),
    radial-gradient(circle at 50% 0, rgba(255, 222, 157, 0.4), transparent 26rem);
  border-top: 1px solid rgba(189, 117, 35, 0.16);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
  color: var(--honey-400);
}

.section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.04em;
}

.section-title span {
  font-size: 2rem;
  color: var(--honey-400);
}

.episode-card {
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  align-items: stretch;
  width: min(1050px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 18px 32px rgba(85, 62, 20, 0.16));
}

.episode-art {
  position: relative;
  min-height: 258px;
  overflow: hidden;
  border: 4px solid rgba(255, 245, 218, 0.94);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(248, 189, 92, 0.12), rgba(77, 68, 35, 0.12)),
    #f4b45a;
}

.sunset {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 240, 165, 0.95) 0 18%, rgba(255, 159, 62, 0.6) 19% 34%, transparent 35%),
    linear-gradient(180deg, #f6b057 0%, #eda242 38%, #9c763c 70%, #5d6737 100%);
}

.sunset::after {
  content: "";
  position: absolute;
  inset: 58% -10% 0;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(86, 65, 38, 0.75) 9% 10%, transparent 10% 17%, rgba(86, 65, 38, 0.85) 17% 18%, transparent 18% 32%, rgba(86,65,38,0.75) 32% 34%, transparent 34%),
    linear-gradient(0deg, rgba(63, 74, 39, 0.88), rgba(63, 74, 39, 0));
}

.palms {
  position: absolute;
  left: 22px;
  top: 30px;
  font-size: 52px;
  opacity: 0.7;
}

.episode-art p {
  position: absolute;
  inset: 18px;
  margin: 0;
  display: grid;
  place-content: center;
  text-align: center;
  color: #35190a;
  font-family: "Pacifico", cursive;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  text-shadow: 0 2px 0 rgba(255,255,255,0.44);
}

.episode-art p span {
  font-size: 1.15rem;
  font-family: "Libre Baskerville", serif;
}

.episode-player {
  position: relative;
  overflow: hidden;
  min-height: 258px;
  padding: 34px 42px;
  border-radius: 0 14px 14px 0;
  color: white;
  background:
    radial-gradient(circle at 85% 24%, rgba(255, 255, 255, 0.1), transparent 18rem),
    linear-gradient(135deg, #6d7a39, #596630 58%, #43501d);
}

.player-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(255,255,255,0.88);
}

.blue-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #21a3c8;
}

.episode-player h3 {
  margin-top: 18px;
  color: white;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.episode-player p {
  max-width: 650px;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

.player-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.play-button {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #5c6631;
  background: white;
  box-shadow: 0 10px 20px rgba(0,0,0,0.16);
  transition: transform 180ms ease;
}

.play-button:hover {
  transform: scale(1.05);
}

.player-row button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 999px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.episode-time {
  margin-left: auto;
  color: rgba(255,255,255,0.74);
  font-weight: 700;
  white-space: nowrap;
}

.spotify-watermark {
  position: absolute;
  right: 34px;
  top: 34px;
  width: 78px;
  height: 78px;
  opacity: 0.25;
}

.spotify-watermark svg {
  fill: white;
}

/* About */

.about {
  margin: 0 clamp(20px, 5.8vw, 95px) 28px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(330px, 1fr) minmax(240px, 310px);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  border: 1px solid rgba(184, 112, 39, 0.18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 45%, rgba(248, 198, 113, 0.2), transparent 18rem),
    rgba(255, 249, 236, 0.74);
  box-shadow: var(--shadow-card);
}

.about-photo {
  position: relative;
  min-height: 285px;
}

.about-photo img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center 18%;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 13px;
  box-shadow: 0 16px 32px rgba(96, 54, 19, 0.16);
}

.tape {
  position: absolute;
  z-index: 2;
  width: 92px;
  height: 28px;
  border-radius: 4px;
  background: rgba(246, 212, 160, 0.65);
  transform: rotate(-10deg);
  left: -18px;
  top: -4px;
  box-shadow: 0 4px 10px rgba(95, 56, 16, 0.08);
}

.photo-florals {
  position: absolute;
  left: -40px;
  bottom: -24px;
  width: 150px;
  height: 140px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 35%, #ffc5bf 0 10%, #e49488 11% 21%, transparent 22%),
    radial-gradient(circle at 60% 50%, #fff0bf 0 8%, #e9b75b 9% 18%, transparent 19%),
    radial-gradient(circle at 48% 68%, #f8beb7 0 10%, #df8e84 11% 20%, transparent 21%),
    radial-gradient(ellipse at 30% 76%, #6c8b62 0 8%, transparent 9%),
    radial-gradient(ellipse at 72% 72%, #78976d 0 8%, transparent 9%);
}

.about-copy h2,
.merch h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
}

.script-line {
  margin: 0 0 14px;
  color: var(--orange-script);
  font-family: "Pacifico", cursive;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.about-copy p:not(.script-line) {
  margin: 0 0 16px;
  color: var(--brown-800);
  font-weight: 500;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #f0aa3f, #d77a1d);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(205, 116, 29, 0.22);
}

.honey-jar {
  position: relative;
  min-height: 270px;
}

.dipper {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 180px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a85b18, #e7a64b);
  transform: rotate(-33deg);
  transform-origin: right center;
  box-shadow: 0 5px 8px rgba(97, 54, 18, 0.14);
}

.dipper::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -20px;
  width: 54px;
  height: 56px;
  border-radius: 16px;
  background:
    repeating-linear-gradient(90deg, #d78a23 0 8px, #f0b85a 8px 14px);
  box-shadow: inset 0 -10px 0 rgba(165, 91, 22, 0.24);
}

.dipper::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 32px;
  width: 12px;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(#efb33f, #f9cd68);
  transform: rotate(33deg);
}

.jar {
  position: absolute;
  right: 56px;
  bottom: 28px;
  width: 142px;
  height: 138px;
  border-radius: 34px 34px 44px 44px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,0.76), transparent 16%),
    linear-gradient(180deg, rgba(255, 221, 96, 0.82), rgba(211, 119, 23, 0.92));
  border: 5px solid rgba(125, 72, 18, 0.32);
  box-shadow: 0 16px 30px rgba(96, 54, 19, 0.16);
}

.jar::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: -18px;
  height: 28px;
  border-radius: 10px 10px 4px 4px;
  background: #ead0a1;
  border: 4px solid rgba(125, 72, 18, 0.24);
}

.jar::after {
  content: "Honey";
  position: absolute;
  inset: 50px 20px auto;
  text-align: center;
  padding: 8px 4px;
  border-radius: 999px;
  background: rgba(255, 244, 204, 0.7);
  color: var(--amber-700);
  font-family: "Pacifico", cursive;
  font-size: 1.2rem;
}

.jar-flowers {
  position: absolute;
  left: 14px;
  bottom: 8px;
  width: 170px;
  height: 104px;
  background:
    radial-gradient(circle at 22% 55%, #ffbbb3 0 9%, #e28f84 10% 20%, transparent 21%),
    radial-gradient(circle at 45% 38%, #fff1bf 0 8%, #eeb85b 9% 18%, transparent 19%),
    radial-gradient(circle at 61% 63%, #ffcbc1 0 8%, #e99587 9% 18%, transparent 19%),
    radial-gradient(ellipse at 36% 85%, #6c8b62 0 10%, transparent 11%),
    radial-gradient(ellipse at 70% 88%, #78976d 0 10%, transparent 11%);
}

/* Merch */

.merch {
  margin: 0 clamp(20px, 5.8vw, 95px) 28px;
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 370px);
  align-items: center;
  gap: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(184, 112, 39, 0.18);
  background:
    radial-gradient(circle at 16% 42%, rgba(255, 229, 163, 0.62), transparent 20rem),
    linear-gradient(90deg, rgba(255, 247, 224, 0.82), rgba(255, 236, 191, 0.78));
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.merch-honeycomb {
  position: absolute;
  left: 18px;
  inset-block: 18px;
  width: 230px;
  opacity: 0.22;
  background:
    linear-gradient(30deg, transparent 24%, rgba(226, 165, 57, 0.72) 25%, rgba(226, 165, 57, 0.72) 31%, transparent 32%, transparent 74%, rgba(226, 165, 57, 0.72) 75%, rgba(226, 165, 57, 0.72) 81%, transparent 82%),
    linear-gradient(90deg, transparent 24%, rgba(226, 165, 57, 0.72) 25%, rgba(226, 165, 57, 0.72) 31%, transparent 32%, transparent 74%, rgba(226, 165, 57, 0.72) 75%, rgba(226, 165, 57, 0.72) 81%, transparent 82%),
    linear-gradient(150deg, transparent 24%, rgba(226, 165, 57, 0.72) 25%, rgba(226, 165, 57, 0.72) 31%, transparent 32%, transparent 74%, rgba(226, 165, 57, 0.72) 75%, rgba(226, 165, 57, 0.72) 81%, transparent 82%);
  background-size: 42px 72px;
}

.merch-text {
  position: relative;
  z-index: 2;
  text-align: center;
  justify-self: center;
}

.merch-text .pretty-rule {
  margin-inline: auto;
}

.merch-text p:last-child {
  margin: 4px 0 0;
  color: var(--brown-700);
  font-weight: 800;
}

.merch-items {
  position: relative;
  min-height: 180px;
}

.tote {
  position: absolute;
  right: 142px;
  bottom: 18px;
  width: 150px;
  height: 128px;
  border-radius: 9px 9px 18px 18px;
  background: linear-gradient(180deg, #f8ead0, #e7cb9a);
  border: 2px solid rgba(125, 72, 18, 0.18);
  box-shadow: 0 12px 24px rgba(96, 54, 19, 0.16);
}

.tote::before {
  content: "";
  position: absolute;
  left: 35px;
  right: 35px;
  top: -38px;
  height: 58px;
  border: 6px solid #e7cb9a;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.tote img {
  position: absolute;
  inset: 50px 12px auto;
  width: calc(100% - 24px);
}

.mug {
  position: absolute;
  right: 54px;
  bottom: 16px;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 24px 24px;
  background: linear-gradient(180deg, white, #f2eadb);
  border: 2px solid rgba(125, 72, 18, 0.14);
  font-size: 34px;
  box-shadow: 0 12px 24px rgba(96, 54, 19, 0.14);
}

.mug::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 24px;
  width: 32px;
  height: 40px;
  border: 7px solid #efe5d2;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.keychain {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: 58px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 999px 999px 12px 12px;
  background: #f3d089;
  border: 2px solid rgba(125, 72, 18, 0.18);
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(96, 54, 19, 0.14);
}

.keychain::before {
  content: "";
  position: absolute;
  top: -18px;
  width: 20px;
  height: 20px;
  border: 4px solid #c38328;
  border-radius: 50%;
}

/* Footer */

.footer {
  padding: 18px 24px;
  background: linear-gradient(180deg, #c98321, #ac6416);
  color: white;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.footer p {
  margin: 0;
}

/* Animation */

@keyframes floatBee {
  0%, 100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-12px) rotate(8deg);
  }
}



/* Real episode art image */
.episode-art.image-art {
  background: #1d120c;
}

.episode-art.image-art img {
  width: 100%;
  height: 100%;
  min-height: 258px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Responsive */

@media (max-width: 1120px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .brand img {
    width: 280px;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    justify-self: center;
  }

  .hero .pretty-rule,
  .hero-actions {
    margin-inline: auto;
    justify-items: center;
  }

  .episode-note {
    margin-left: 0;
  }

  .hero-portrait {
    min-height: 460px;
  }

  .hero-portrait img {
    height: 500px;
  }

  .about {
    grid-template-columns: 280px 1fr;
  }

  .honey-jar {
    display: none;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100%, calc(100% - 10px));
  }

  .nav-wrap {
    min-height: 86px;
    grid-template-columns: 1fr auto;
    padding: 14px 18px;
  }

  .brand img {
    min-width: 180px;
    width: 230px;
  }

  .menu-button {
    display: inline-grid;
    gap: 5px;
    width: 48px;
    height: 48px;
    place-content: center;
    border: 1px solid rgba(165, 100, 31, 0.18);
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.84);
    cursor: pointer;
  }

  .menu-button span {
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: var(--brown-800);
  }

  .domain-pill {
    display: none;
  }

  .nav-links {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
    border: 1px solid rgba(165, 100, 31, 0.16);
    border-radius: 22px;
    background: rgba(255, 249, 237, 0.98);
    box-shadow: var(--shadow-card);
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .subtitle {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .episode-card {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .episode-player {
    border-radius: 0 0 14px 14px;
    padding: 28px 24px;
  }

  .episode-art {
    border-radius: 14px 14px 0 0;
  }

  .player-row {
    flex-wrap: wrap;
  }

  .episode-time {
    width: 100%;
    margin-left: 0;
  }

  .about {
    grid-template-columns: 1fr;
    margin-inline: 18px;
    text-align: center;
  }

  .about-photo {
    max-width: 360px;
    width: 100%;
    justify-self: center;
  }

  .about .pretty-rule {
    margin-inline: auto;
  }

  .merch {
    grid-template-columns: 1fr;
    margin-inline: 18px;
    padding-top: 24px;
  }

  .merch-items {
    min-height: 170px;
    justify-self: center;
    width: 340px;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .section-frame {
    padding-inline: 18px;
  }

  .brand img {
    width: 190px;
    min-width: 0;
  }

  .hero-portrait {
    min-height: 390px;
  }

  .hero-portrait img {
    height: 420px;
    border-radius: 34px;
    mask-image: linear-gradient(180deg, #000 80%, transparent 100%);
  }

  .spotify-button {
    min-height: 62px;
    padding: 10px 22px 10px 12px;
    font-size: 1.1rem;
  }

  .spotify-icon {
    width: 42px;
    height: 42px;
  }

  .spotify-icon svg {
    width: 29px;
    height: 29px;
  }

  .episode-player h3 {
    font-size: 1.45rem;
  }

  .about,
  .merch {
    margin-inline: 10px;
  }

  .tote {
    right: 122px;
    transform: scale(0.92);
  }

  .mug {
    right: 48px;
    transform: scale(0.92);
  }

  .keychain {
    right: 8px;
    transform: scale(0.92);
  }
}
