:root {
  --cream: #f4ecd8;
  --paper: #efe3c5;
  --wood: #734b35;
  --walnut: #4d2f22;
  --green: #27483e;
  --burgundy: #6b1f26;
  --mustard: #c69a34;
  --ink: #2c221b;
  --aged-gold: #b08b42;
  --line: #b59b6a;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Crete Round", Georgia, serif;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1.5;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(88, 59, 37, 0.03) 0,
      rgba(88, 59, 37, 0.03) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(180deg, #f7f0de 0%, #f1e4c5 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
}

.grain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(60, 42, 25, 0.22) 0.5px, transparent 0.5px);
  background-size: 3px 3px;
  z-index: 0;
}

main,
footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 6;
  border-bottom: 1px solid #8f7450;
}

.navbar-vintage {
  position: relative;
  z-index: 7;
  box-shadow: 0 6px 14px rgba(70, 44, 22, 0.12);
}

.brandmark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: #2f2317;
  position: relative;
  top: 7px;
}

.navbar-vintage .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.brandmark-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--green);
  color: #f4e9cd;
  border: 2px solid var(--aged-gold);
  display: grid;
  place-items: center;
  font-family: "Bree Serif", serif;
  font-size: 2rem;
}

.brandmark-name {
  font-family: "Bree Serif", serif;
  font-size: 1.45rem;
  color: #2f2317;
}

.navbar-vintage {
  background: linear-gradient(180deg, #f3e7cd 0%, #ead9b6 100%);
  border-bottom: 1px solid #b89968;
  height: 65px;
  padding-block: 0;
  overflow: visible;
}

.nav-shell {
  gap: 1rem;
  align-items: center;
}

.premium-cta.premium-mobile-cta {
  display: none !important;
}

.premium-cta.premium-desktop-cta {
  display: inline-flex;
}

.nav-toggler {
  border: 1px solid #9f7a42;
  background: #f6e8c9;
  padding: 0.3rem 0.45rem;
  margin: 0 !important;
}

.nav-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 70, 36, 0.2);
}

.navbar-vintage .navbar-nav {
  gap: 0.35rem;
}

.navbar-vintage .nav-link {
  color: #2f2317;
  padding: 0.45rem 0.65rem;
  border-radius: 4px;
  font-size: 0.94rem;
  font-weight: 600;
}

.navbar-vintage .nav-link:hover,
.navbar-vintage .nav-link:focus,
.navbar-vintage .show > .nav-link {
  background: #2d4a3e;
  color: #f9ecd1;
}

.nav-dd-indicator::after {
  margin-left: 0.4rem;
  vertical-align: 0.2em;
  border-top-width: 0.38em;
  border-right-width: 0.32em;
  border-left-width: 0.32em;
}

.vintage-dropdown {
  background: #f8efd8;
  border: 2px solid #b89968;
  min-width: 190px;
  box-shadow: 0 8px 16px rgba(62, 40, 20, 0.16);
  padding-block: 0.2rem;
}

.vintage-dropdown .dropdown-item {
  color: #3a2413;
  font-size: 0.9rem;
  padding: 0.45rem 0.7rem;
}

.vintage-dropdown .dropdown-item:hover,
.vintage-dropdown .dropdown-item:focus {
  background: #2d4a3e;
  color: #f9ecd1;
}

.navbar-vintage .navbar-collapse {
  gap: 0.9rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-actions > a {
  min-width: 170px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-search {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid #a88a5c;
  background: #fff7e8;
  padding: 0.43rem 0.48rem;
  border-radius: 4px;
}

.nav-search i {
  color: #6b1f26;
  font-size: 0.82rem;
}

.nav-search input {
  width: 170px;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.8rem;
}

.nav-search input:focus {
  outline: none;
}

.premium-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  background:
    repeating-linear-gradient(
      -45deg,
      #1f352d 0,
      #1f352d 18px,
      #2d4a3e 18px,
      #2d4a3e 36px
    );
  background-size: 170% 170%;
  animation: premiumStripes 12s linear infinite;
  color: #f8efdc;
  border: 2px solid #2b2016;
  padding: 0.72rem 0.82rem 0.62rem;
  border-radius: 8px;
  font-family: "Bree Serif", serif;
  box-shadow:
    inset 0 0 0 1px rgba(212, 160, 23, 0.28),
    0 2px 0 #241a12;
}

.premium-cta:hover {
  transform: translateY(1px);
  box-shadow:
    inset 0 0 0 1px rgba(212, 160, 23, 0.45),
    0 1px 0 #241a12;
  color: #fff9ef;
}

.premium-badge {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #d4a017;
  color: #2c2416;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  border: 2px solid #4a3520;
  line-height: 1.2;
  font-family: "Bree Serif", serif;
  font-weight: 700;
}

.premium-star {
  color: #f2c04f;
  font-size: 1rem;
  text-shadow: 0 0 6px rgba(242, 192, 79, 0.35);
}

.premium-text {
  letter-spacing: 0.02em;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.login-btn {
  text-decoration: none;
  color: #2f2317;
  border: 2px solid #8a6f49;
  background: #f7ead0;
  padding: 0.56rem 0.86rem;
  border-radius: 9px;
  font-family: "Bree Serif", serif;
  gap: 0.35rem;
  font-weight: 600;
}

.login-btn:hover {
  color: #f9ecd1;
  background: #6b1f26;
  border-color: #4d141a;
}

.login-btn-register {
  background: transparent;
  border-color: rgba(176, 139, 66, 0.5);
  color: var(--aged-gold);
}

.login-btn-register:hover {
  background: var(--green);
  border-color: var(--green);
  color: #f9ecd1;
}

.login-btn-avatar {
  min-width: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  border: 1px solid #a58559;
  background: #f7ead0;
}

.login-btn-avatar::after {
  display: none;
}

.login-btn-avatar img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(90, 63, 37, 0.22);
}

.login-btn-avatar:hover,
.login-btn-avatar:focus-visible {
  background: #f9f0dc;
  border-color: #8a6f49;
  color: #2f2317;
}

.member-premium-indicator {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #2d220f;
  background: linear-gradient(180deg, #f2cf74 0%, #c99a35 100%);
  border: 1px solid #725423;
  box-shadow: 0 2px 4px rgba(44, 30, 16, 0.28);
}

.login-btn-avatar--premium {
  box-shadow:
    0 0 0 2px rgba(212, 160, 23, 0.34),
    0 4px 10px rgba(50, 35, 21, 0.2);
}

.member-premium-pill {
  display: block;
  margin: 0.25rem 0.45rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid #b99559;
  border-radius: 6px;
  background: #f2e2bd;
  color: #4a301b;
  font-size: 0.82rem;
  font-weight: 700;
}

.member-premium-pill i {
  margin-right: 0.25rem;
}

.hot-bar {
  background: linear-gradient(90deg, #8a3b41 0%, #a84622 45%, #c68a36 100%);
  border-top: 1px solid rgba(249, 219, 171, 0.72);
  border-bottom: 1px solid rgba(109, 50, 23, 0.62);
  padding: 0.42rem 0.8rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.55rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.trending-label {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.73rem;
  color: #fff0dc;
  letter-spacing: 0.08em;
  background: transparent;
  border: 0;
  padding: 0;
  white-space: nowrap;
  opacity: 0.9;
  margin-right: 0.25rem;
}

.hot-bar a {
  text-decoration: none;
  color: #fff7ea;
  font-size: 0.84rem;
  background: rgba(66, 22, 10, 0.24);
  border: 1px solid rgba(251, 215, 160, 0.52);
  padding: 0.16rem 0.42rem;
  white-space: nowrap;
  flex: 0 0 auto;
  border-radius: 4px;
}

.hot-bar a:hover {
  background: rgba(66, 22, 10, 0.4);
  border-color: rgba(255, 233, 198, 0.8);
  color: #fff9ef;
}

@keyframes premiumStripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 220px 0;
  }
}

.hot-bar i {
  font-size: 0.78rem;
  margin-right: 0.2rem;
}

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

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2rem;
  align-items: center;
}

.shop-sign {
  background: linear-gradient(170deg, #1f3f34 0%, #173127 100%);
  border: 10px solid #2b2218;
  border-radius: 8px;
  box-shadow:
    0 6px 0 #3c2b1f,
    0 20px 30px rgba(0, 0, 0, 0.22),
    inset 0 0 0 3px var(--aged-gold);
  color: #f6e8c5;
  padding: 2rem 1.7rem;
  text-align: center;
}

.sign-small {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.shop-sign h1 {
  margin: 0.45rem 0;
  font-family: "Bree Serif", serif;
  font-size: clamp(2rem, 4.9vw, 3.8rem);
  text-shadow:
    0 2px 0 #583615,
    0 0 12px rgba(198, 154, 52, 0.35);
  letter-spacing: 0.02em;
}

.sign-script {
  margin: 0;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 1rem;
  color: #ebcb83;
}

.hero-copy {
  background: rgba(255, 250, 237, 0.82);
  border: 2px solid var(--line);
  padding: 1.4rem 1.35rem;
}

.kicker {
  margin: 0;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--burgundy);
}

.hero-copy h2 {
  font-family: "Bree Serif", Georgia, serif;
  font-size: clamp(1.6rem, 2.7vw, 2.3rem);
  line-height: 1.2;
  margin: 0.6rem 0;
  color: var(--walnut);
}

.btn-primary {
  display: inline-block;
  background: var(--burgundy);
  color: #fff4de;
  padding: 0.72rem 1.2rem;
  margin-top: 0.6rem;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #4f1117;
  box-shadow: 0 3px 0 #3b0d12;
  font-weight: 700;
}

.btn-primary:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #3b0d12;
}

/* Global section margin removed — home sections use explicit margins below */
.cabinet,
.featured,
.masters,
.about,
.testimonials,
.signup,
.podcast-strip {
  margin-top: 3.2rem;
}

section h2 {
  font-family: "Bree Serif", Georgia, serif;
  margin: 0 0 0.4rem;
  color: var(--walnut);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.cabinet {
  border-top: 2px solid var(--line);
  padding-top: 1.2rem;
}

.cabinet-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.2rem;
}

.tabs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.folder-tab {
  position: relative;
  display: block;
  color: #3b2a1d;
  background: #e2bb66;
  border: 2px solid #8f6a2c;
  border-radius: 6px 6px 3px 3px;
  padding: 0.9rem 0.8rem 0.72rem;
  box-shadow: inset 0 -8px 0 rgba(111, 76, 22, 0.15);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.folder-tab::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 14px;
  width: 44px;
  height: 9px;
  background: #d9ad56;
  border: 2px solid #8f6a2c;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.folder-tab:hover {
  transform: translateY(-3px);
  border-color: #7d5a1f;
  box-shadow:
    inset 0 -8px 0 rgba(111, 76, 22, 0.2),
    0 8px 14px rgba(66, 42, 16, 0.2);
}

.folder-title {
  margin: 0;
  font-family: "Bree Serif", serif;
  font-size: 1.15rem;
  color: #3a2617;
}

.folder-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.folder-title a:hover {
  border-color: #6e4e1f;
}

.folder-links {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.42rem;
  font-size: 0.8rem;
  color: #4d3a28;
}

.folder-links a {
  color: #4d3a28;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
}

.folder-links a:hover {
  color: #2d4a3e;
  border-color: #2d4a3e;
}

.featured .section-note {
  color: #5f4a35;
  margin-top: 0;
}

.featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.25rem;
}

.featured-cta {
  text-decoration: none;
  color: #2d4a3e;
  background: transparent;
  border: 1px solid #2d4a3e;
  padding: 0.38rem 0.62rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-family: "Bree Serif", serif;
}

.featured-cta:hover {
  background: #2d4a3e;
  color: #fff5de;
}

.masters {
  border-top: 2px solid var(--line);
  padding-top: 1.15rem;
}

.masters-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.masters .section-note {
  margin: 0.2rem 0 0.85rem;
  color: #5f4a35;
}

.masters-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.master-card {
  text-decoration: none;
  color: #3a2617;
  background: #f6edd9;
  border: 1px solid #d6c39f;
  padding: 0.85rem 0.65rem;
  text-align: center;
  box-shadow: 0 6px 12px rgba(73, 47, 25, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.master-card:hover {
  transform: translateY(-3px);
  border-color: #b9985d;
  box-shadow: 0 9px 16px rgba(73, 47, 25, 0.16);
}

.master-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.6rem;
  border: 2px solid #b8965b;
  background: #e3d1aa;
}

.master-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master-card h3 {
  margin: 0;
  font-family: "Bree Serif", serif;
  font-size: 1.05rem;
}

.master-card p {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  color: #5c4835;
  line-height: 1.3;
}

.corkboard {
  background: linear-gradient(170deg, #7c5139, #6d452e);
  border: 10px solid #5b3828;
  box-shadow: inset 0 0 0 3px #8c6146;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.clip {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid #d8c6a0;
  padding: 1rem;
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(116, 92, 47, 0.2);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.clip::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 10px;
  right: 10px;
  background: radial-gradient(circle at 30% 30%, #fff7dc 0 24%, #d7aa69 25% 60%, #7b5733 100%);
  border: 1px solid #6f4d2d;
  border-radius: 50%;
  box-shadow:
    0 1px 0 rgba(255, 247, 220, 0.45),
    0 3px 7px rgba(45, 27, 14, 0.35);
}

.clip::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(54, 34, 20, 0.5);
}

.clip:hover {
  transform: translateY(-4px);
  border-color: #c6a96b;
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(116, 92, 47, 0.25);
}

.clip-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: 0.4rem;
  border: 1px dashed #b69f72;
  background: #e8d7b6;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.clip-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clip-thumb-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.22rem 0.46rem;
  border-radius: 6px;
  background: rgba(14, 14, 14, 0.86);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.clip-tag {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--green);
  border: 1px solid #7b8764;
  padding: 0.2rem 0.35rem;
  background: #dce2ce;
}

.clip h3 {
  margin: 0.75rem 0 0.55rem;
  font-family: "Bree Serif", serif;
  line-height: 1.2;
}

.about {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.frame {
  background: #765337;
  padding: 0.7rem;
  border: 8px solid #4f3524;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

.portrait {
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(160deg, #e0d1b0, #b59667),
    repeating-linear-gradient(
      45deg,
      rgba(60, 45, 30, 0.09),
      rgba(60, 45, 30, 0.09) 4px,
      transparent 4px,
      transparent 8px
    );
  display: grid;
  place-items: center;
  font-family: "Bree Serif", serif;
  font-size: 2.3rem;
  color: #4a2d1e;
}

.about-copy {
  background: rgba(249, 242, 223, 0.75);
  border-left: 4px solid var(--aged-gold);
  padding: 0.8rem 1rem;
}

.testimonials {
  border-top: 2px dashed #9f7d47;
  padding-top: 1.2rem;
}

.postcards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card-note {
  margin: 0;
  background: #f9ebc8;
  border: 1px solid #d4b87b;
  padding: 1rem;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.95rem;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.card-note:nth-child(2) {
  transform: rotate(1.3deg);
}

.card-note:nth-child(3) {
  transform: rotate(-1deg);
}

.card-note cite {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-style: normal;
}

.signup {
  margin-top: 3.4rem;
}

.register-banner {
  background:
    radial-gradient(circle at 86% 50%, rgba(212, 160, 23, 0.2) 0 20%, transparent 21%),
    linear-gradient(125deg, #5d1f22 0%, #6b1f26 48%, #2d4a3e 100%);
  border: 1px solid #8f7450;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(58, 30, 20, 0.24);
  padding: 1.1rem 1.2rem;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 1rem;
}

.register-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(247, 230, 194, 0.78);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.register-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-copy h2 {
  margin: 0;
  color: #fff1d7;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.register-copy p {
  margin: 0.55rem 0 0;
  color: #f0e2c7;
  font-size: 1.03rem;
  max-width: 58ch;
}

.register-copy strong {
  color: #ffdca3;
}

.register-btn {
  text-decoration: none;
  color: #3a2818;
  background: #f1ddb1;
  border: 1px solid #aa7f3f;
  border-radius: 6px;
  padding: 0.68rem 1rem;
  font-family: "Bree Serif", serif;
  font-size: 1.2rem;
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(58, 36, 17, 0.24);
}

.register-btn:hover {
  background: #f8e9c6;
  color: #2f2014;
}

.premium-modal-content {
  border: 2px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8efd9 0%, #f1e2bf 100%);
}

.premium-modal-header {
  border-bottom: 1px solid #cfb785;
}

.premium-modal-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.premium-modal-image {
  border: 1px solid #bc9f6d;
  border-radius: 10px;
  background: #fff8e6;
  padding: 0.3rem;
}

.premium-modal-kicker {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--burgundy);
  font-size: 0.74rem;
  font-weight: 700;
}

.premium-modal-copy {
  color: #4f3c2b;
  margin: 0 0 0.65rem;
}

.premium-modal-footer {
  border-top: 1px solid #cfb785;
  justify-content: flex-end;
}

.site-footer {
  margin-top: 2.1rem;
  border-top: 3px double #a48656;
  background:
    linear-gradient(180deg, #ead7ac 0%, #dec595 100%),
    repeating-linear-gradient(
      90deg,
      rgba(95, 63, 35, 0.04),
      rgba(95, 63, 35, 0.04) 1px,
      transparent 1px,
      transparent 4px
    );
  padding: 1rem 1rem 0.8rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #a48656;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #3d2818;
}

.footer-brand-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2d4a3e;
  color: #f4e9cd;
  border: 2px solid #d4a017;
  display: grid;
  place-items: center;
  font-family: "Bree Serif", serif;
  font-size: 0.8rem;
}

.footer-brand-copy {
  display: grid;
}

.footer-brand-copy strong {
  font-size: 1rem;
}

.footer-brand-copy small {
  font-size: 0.76rem;
  color: #5f4a35;
}

.footer-cta {
  text-decoration: none;
  color: #2d4a3e;
  border: 1px solid #2d4a3e;
  background: rgba(255, 250, 241, 0.45);
  padding: 0.42rem 0.68rem;
  border-radius: 4px;
  font-family: "Bree Serif", serif;
  font-size: 0.88rem;
}

.footer-cta:hover {
  background: #2d4a3e;
  color: #fff6df;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 0.9rem;
}

.footer-col h4 {
  margin: 0 0 0.45rem;
  font-family: "Bree Serif", serif;
  font-size: 0.96rem;
  color: #3b2718;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.34rem;
}

.footer-col a {
  text-decoration: none;
  color: #5a4633;
  font-size: 0.84rem;
}

.footer-col a:hover {
  color: #2d4a3e;
}

.footer-col i {
  margin-right: 0.35rem;
}

.footer-bottom {
  margin-top: 0.95rem;
  border-top: 1px dashed #a48656;
  padding-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.84rem;
  color: #5a4633;
}

.footer-bottom a {
  text-decoration: none;
  color: #2d4a3e;
  font-size: 0.82rem;
}

.footer-bottom a:hover {
  color: #6b1f26;
}

.footer-bottom-link {
  color: var(--aged-gold);
  font-weight: 600;
}

.footer-bottom-link:hover {
  color: var(--mustard) !important;
  text-decoration: underline;
}

@media (max-width: 960px) {
  .navbar-vintage {
    height: auto;
    padding-block: 0.55rem;
  }

  .brandmark {
    top: 0;
  }

  .brandmark-circle {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .brandmark-name {
    font-size: 1.02rem;
  }

  .navbar-vintage .navbar-collapse {
    margin-top: 0.65rem;
  }

  .nav-actions {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-search {
    flex: 1 1 260px;
  }

  .nav-search input {
    width: 100%;
  }

  .premium-cta,
  .login-btn {
    flex: 0 0 auto;
  }

  .premium-cta.premium-desktop-cta {
    display: none;
  }

  .premium-cta.premium-mobile-cta {
    display: inline-flex !important;
    min-width: 156px;
    height: 42px;
    padding-inline: 0.62rem;
    margin-left: auto;
    margin-right: 0.25rem;
    order: 2;
  }

  .nav-toggler {
    order: 3;
  }

  .navbar-vintage .navbar-collapse {
    order: 4;
    width: 100%;
  }

  .hero,
  .about {
    grid-template-columns: 1fr;
  }

  .shop-sign {
    max-width: 680px;
    margin-inline: auto;
  }

  .tabs-grid,
  .corkboard,
  .postcards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .featured-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cabinet-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .masters-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .navbar-vintage .nav-link {
    padding: 0.4rem 0.5rem;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-search {
    flex: 0 0 auto;
    width: 100%;
  }

  .premium-cta.premium-desktop-cta,
  .login-btn {
    width: 100%;
    justify-content: center;
  }

  .login-btn-avatar {
    width: 46px;
    min-width: 46px;
    align-self: flex-start;
  }

  .premium-cta.premium-mobile-cta {
    width: auto;
    min-width: 146px;
    margin-right: 0.2rem;
  }

  .hot-bar {
    padding: 0.5rem 0.7rem;
  }

  .masters-row {
    grid-template-columns: repeat(6, 170px);
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-cta {
    width: 100%;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .register-banner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .register-avatar {
    width: 98px;
    height: 98px;
  }

  .register-btn {
    width: 100%;
    text-align: center;
  }

  .tabs-grid,
  .corkboard,
  .postcards {
    grid-template-columns: 1fr;
  }

  .clip,
  .card-note {
    transform: none;
  }
}

.error404-main {
  position: relative;
  z-index: 1;
}

.error404-shell {
  min-height: 58vh;
  display: grid;
  place-items: center;
}

.error404-card {
  width: min(760px, 100%);
  border: 2px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8efd9 0%, #f1e2bf 100%);
  box-shadow: 0 10px 20px rgba(79, 50, 25, 0.08);
  padding: 2rem 1.2rem;
  text-align: center;
}

.error404-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 700;
}

.error404-title {
  font-family: "Bree Serif", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

.error404-copy {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.error404-btn,
.error404-btn-secondary {
  border: 1px solid #402818;
  font-weight: 700;
}

.error404-btn {
  background: var(--green);
  color: #f4ebd8;
}

.error404-btn:hover {
  background: #1f3c33;
  color: #f4ebd8;
}

.error404-btn-secondary {
  background: #f3dfb4;
  color: #402818;
}

.error404-btn-secondary:hover {
  background: #edd39d;
  color: #402818;
}

@media (max-width: 1398.98px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}

.page-default-main {
  position: relative;
  z-index: 1;
}

.page-default-shell {
  border: 2px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8efd9 0%, #f1e2bf 100%);
  box-shadow: 0 10px 20px rgba(79, 50, 25, 0.08);
  overflow: hidden;
}

.page-default-hero {
  border-bottom: 1px solid rgba(146, 113, 70, 0.35);
}

.page-default-title {
  font-family: "Bree Serif", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.3rem);
  color: #342417;
}

.page-default-body {
  background: #fff8e8;
  border: 1px solid #c9ab79;
  border-radius: 10px;
}

.page-default-thumb {
  width: 100%;
  border: 1px solid #c9ab79;
  border-radius: 8px;
}

.page-default-content {
  color: #3d2c1f;
  line-height: 1.72;
}

.page-default-content > :first-child {
  margin-top: 0;
}

.page-default-content > :last-child {
  margin-bottom: 0;
}

.page-default-content h2,
.page-default-content h3,
.page-default-content h4 {
  font-family: "Bree Serif", serif;
  color: #3a2617;
  margin-top: 1.1rem;
}

.page-default-sidebar {
  border: 1px solid #c9ab79;
  border-radius: 10px;
  background: #fff8e8;
}

.page-default-sidebar ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.45rem;
}

.page-default-sidebar a {
  color: #2d4a3e;
  text-decoration: none;
}

.page-default-sidebar a:hover {
  color: #6b1f26;
}

.account-main {
  padding-top: 0.5rem;
}

.account-shell {
  display: grid;
  gap: 1.25rem;
}

.account-hero,
.account-card {
  border: 1px solid #cfbb9b;
  background: rgba(248, 240, 223, 0.96);
  box-shadow: 0 8px 16px rgba(60, 38, 20, 0.08);
}

.account-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
}

.account-hero__identity {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-avatar {
  border-radius: 999px;
  border: 3px solid #e7d3ac;
  object-fit: cover;
}

.account-avatar--large {
  width: 160px;
  height: 160px;
}

.account-kicker {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b1f26;
}

.account-title {
  font-family: "Bree Serif", serif;
  color: #3a2617;
}

.account-subtitle {
  color: #5a4635;
}

.account-status {
  min-width: 180px;
  padding: 0.9rem 1rem;
  border: 1px solid #ceb184;
  background: #f8efd9;
  color: #4d3928;
}

.account-status--premium {
  border-color: #365846;
  background: #e7f0ea;
  color: #274035;
}

.account-status__label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.account-status__copy {
  margin-top: 0.45rem;
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.5;
}

.account-status__cta {
  display: inline-flex;
  margin-top: 0.85rem;
  color: #2d4a3e;
  font-weight: 700;
  text-decoration: none;
}

.account-status__cta:hover {
  color: #6b1f26;
}

.account-notice {
  padding: 0.9rem 1rem;
  border: 1px solid #cfbb9b;
  background: #fff8eb;
  color: #4d3928;
}

.account-notice--success {
  border-color: #6f9d82;
  background: #edf7f0;
  color: #274035;
}

.account-notice--error {
  border-color: #b56d6d;
  background: #fff1f1;
  color: #6b1f26;
}

.account-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: 1.25rem;
}

.account-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.account-sidebar {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.account-card {
  padding: 1.15rem;
}

.account-card__head h2 {
  margin: 0 0 0.35rem;
  font-family: "Bree Serif", serif;
  color: #3a2617;
}

.account-card__head p {
  margin: 0 0 1rem;
  color: #5a4635;
}

.account-form {
  display: grid;
  gap: 0.95rem;
}

.account-form__row {
  display: grid;
  gap: 0.35rem;
}

.account-form__row label {
  font-weight: 600;
  color: #3f2e21;
}

.account-form__row input,
.account-form__row textarea {
  width: 100%;
  padding: 0.78rem 0.85rem;
  border: 1px solid #caae7f;
  background: #fffdf8;
  color: #2e241a;
}

.account-form__row textarea {
  resize: vertical;
}

.account-form__hint {
  margin: 0;
  font-size: 0.88rem;
  color: #6b5845;
}

.account-avatar-editor {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem;
  border: 1px solid #dec59b;
  background: #fff8e8;
}

.account-avatar-editor__copy h3 {
  margin: 0 0 0.35rem;
  font-family: "Bree Serif", serif;
  color: #3a2617;
}

.account-avatar-editor__copy p {
  margin: 0;
  color: #5a4635;
}

.account-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.account-links,
.account-summary {
  margin: 0;
}

.account-links {
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
}

.account-links a {
  color: #2d4a3e;
  text-decoration: none;
}

.account-links a:hover {
  color: #6b1f26;
}

.account-summary {
  display: grid;
  gap: 0.9rem;
}

.account-summary dt {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b5845;
}

.account-summary dd {
  margin: 0.2rem 0 0;
  color: #3a2617;
  font-weight: 600;
}

.account-empty-state {
  padding: 1rem;
  border: 1px dashed #caae7f;
  background: #fffaf0;
  color: #4d3928;
}

.account-comment-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.9rem;
}

.account-comment-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #3a2617;
}

.account-comment-list p {
  margin: 0;
  color: #5a4635;
}

.account-badge-grid {
  display: grid;
  gap: 0.85rem;
}

.account-badge {
  padding: 0.95rem;
  border: 1px solid #d8c092;
  background: linear-gradient(145deg, #fff7e3, #f5e8c8);
}

.account-badge h3 {
  margin: 0 0 0.25rem;
  font-family: "Bree Serif", serif;
  color: #3a2617;
  font-size: 1.05rem;
}

.account-badge p {
  margin: 0;
  color: #5a4635;
}

@media (max-width: 991px) {
  .account-hero,
  .account-hero__identity {
    align-items: flex-start;
  }

  .account-hero {
    flex-direction: column;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .account-avatar-editor,
  .account-hero__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ================================================================
   GLOBAL ADMIN EDIT FAB
   ================================================================ */
.swf-admin-edit-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2b2016;
  background: #f1ddb1;
  color: #3a2617;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  z-index: 1040;
  transition: background 0.15s, transform 0.1s;
}

.swf-admin-edit-fab:hover {
  background: #f8e9c6;
  color: #2a1c12;
  transform: translateY(-2px);
}

/* ================================================================
   HOME — PODCAST STRIP (Secrets of Scale)
   Billboard layout: featured + 2 secondary + Vturb band
   ================================================================ */
.podcast-strip {
  background: var(--walnut);
  border-radius: 12px;
  padding: 2.25rem 2.25rem 0;
  overflow: hidden;
}

.podcast-strip__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}

.podcast-strip__kicker {
  font-family: 'Special Elite', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mustard);
  margin: 0 0 0.4rem;
}

.podcast-strip__title {
  font-family: 'Bree Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--cream);
  margin: 0;
}

.podcast-strip__cta-link {
  font-family: 'Special Elite', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mustard);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(198, 154, 52, 0.4);
  padding-bottom: 0.15rem;
  transition: color 0.15s, border-color 0.15s;
}

.podcast-strip__cta-link:hover {
  color: var(--cream);
  border-color: rgba(244, 236, 216, 0.5);
}

/* ─── Billboard grid ─── */
.podcast-billboard {
  display: grid;
  grid-template-columns: 60% 40%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(181, 155, 106, 0.15);
}

/* ─── Featured (left) ─── */
.podcast-featured {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.podcast-featured__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.podcast-featured__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.podcast-featured:hover .podcast-featured__frame img {
  transform: scale(1.05);
}

.podcast-featured__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(24, 10, 4, 0.96) 0%,
    rgba(24, 10, 4, 0.6) 45%,
    rgba(24, 10, 4, 0.08) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem 1.75rem 1.5rem;
  transition: background 0.3s;
}

.podcast-featured:hover .podcast-featured__overlay {
  background: linear-gradient(
    to top,
    rgba(24, 10, 4, 1) 0%,
    rgba(24, 10, 4, 0.72) 45%,
    rgba(24, 10, 4, 0.12) 100%
  );
}

.podcast-featured__eyebrow {
  font-family: 'Special Elite', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mustard);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}

.podcast-featured__title {
  font-family: 'Bree Serif', serif;
  font-size: 1.4rem;
  line-height: 1.22;
  color: #fff;
  margin: 0 0 0.55rem;
}

.podcast-featured__desc {
  font-family: 'Crete Round', serif;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(244, 236, 216, 0.7);
  margin: 0;
}

/* ─── Secondary (right column) ─── */
.podcast-secondary {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid rgba(181, 155, 106, 0.15);
}

/* ─── Secondary cards: horizontal thumb + text ─── */
.podcast-side-card {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  flex: 1;
  min-height: 0;
  border-bottom: 1px solid rgba(181, 155, 106, 0.2);
  transition: background 0.18s;
}

.podcast-side-card:last-child { border-bottom: none; }

.podcast-side-card:hover { background: rgba(255,255,255,0.04); }

/*
  width: 50% of the secondary column (= 20% of the full container).
  Because: featured = 60% wide at 16:9 → height = 60% × 9/16 = 33.75%.
  3 cards tall = 3 × (50% × 9/16 of secondary) = 3 × (20% × 9/16) = 3 × 11.25% = 33.75%. Match.
*/
.podcast-side-thumb {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}

.podcast-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.podcast-side-card:hover .podcast-side-thumb img { transform: scale(1.05); }

.podcast-side-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.1rem;
}

.podcast-side-title {
  font-family: 'Bree Serif', serif;
  font-size: 0.9rem;
  line-height: 1.28;
  color: var(--cream);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.podcast-side-listen {
  font-family: 'Special Elite', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mustard);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: gap 0.15s, color 0.15s;
}

.podcast-side-card:hover .podcast-side-listen { gap: 0.5rem; color: var(--cream); }

/* ─── Episode number badge (shared by featured + side cards) ─── */
.podcast-ep-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  font-family: 'Special Elite', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--mustard);
  padding: 0.18rem 0.42rem;
  border-radius: 3px;
  line-height: 1;
  z-index: 2;
}

/* ─── Vturb sponsor band ─── */
.podcast-vturb-band {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--green);
  padding: 1.1rem 2.25rem;
  text-decoration: none;
  margin: 1.5rem -2.25rem 0;
  transition: background 0.2s;
  flex-wrap: nowrap;
}

.podcast-vturb-band:hover { background: #1e3830; }

.podcast-vturb-band__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.podcast-vturb-band__logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.podcast-vturb-band__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.podcast-vturb-band__copy strong {
  font-family: 'Bree Serif', serif;
  font-size: 0.92rem;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}

.podcast-vturb-band__copy span {
  font-family: 'Crete Round', serif;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.65);
  display: block;
}

.podcast-vturb-band__cta {
  flex-shrink: 0;
  font-family: 'Special Elite', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mustard);
  background: rgba(0, 0, 0, 0.28);
  padding: 0.55rem 1.2rem;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(198, 154, 52, 0.45);
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.podcast-vturb-band:hover .podcast-vturb-band__cta {
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.podcast-strip__empty {
  color: rgba(244, 236, 216, 0.55);
  font-family: 'Special Elite', monospace;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  margin: 1rem 0 1.5rem;
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
  .podcast-billboard {
    grid-template-columns: 1fr;
  }
  /* featured frame keeps aspect-ratio: 16/9 — no override needed */
  .podcast-secondary {
    flex-direction: row;
    border-left: none;
    border-top: 1px solid rgba(181, 155, 106, 0.15);
  }
  .podcast-side-card {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid rgba(181, 155, 106, 0.15);
  }
  .podcast-side-card:last-child { border-right: none; }
}


@media (max-width: 640px) {
  .podcast-strip {
    padding: 1.75rem 1.25rem 0;
    border-radius: 8px;
  }
  .podcast-strip__title { font-size: 1.5rem; }
  .podcast-secondary { flex-direction: column; }
  .podcast-side-card {
    border-right: none;
    border-bottom: 1px solid rgba(181, 155, 106, 0.15);
  }
  .podcast-side-card:last-child { border-bottom: none; }
  .podcast-vturb-band {
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 1.25rem -1.25rem 0;
    padding: 1rem 1.25rem;
  }
  .podcast-vturb-band__cta {
    width: 100%;
    justify-content: center;
  }
}
