/* Start custom CSS for html, class: .elementor-element-a5897e4 */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'DM Sans', sans-serif;
  background: #0A0A0A;
  color: #F0EDE6;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  position: sticky;
  top: 0;
  background: #0A0A0A;
  z-index: 100;
  flex-wrap: wrap;
  row-gap: 16px;
  flex-direction: column;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: #F0EDE6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.logo span {
  color: #C8A96E;
}
a.logo > img.logo-crown {
  position: relative !important;
  top: -11px !important;
  left: 9px !important;
  transform: rotate(-38deg) !important;
  height: 1.15em !important;
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  margin-right: 10px;
}
.nav-links {
  display: flex;
  gap: 12px 14px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
  column-gap: 20px;
  width: 100%;
}
.nav-links a {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.55);
  text-decoration: none;
}
.nav-links a:hover, .nav-links a.active {
  color: #C8A96E;
}
.nav-socials {
  display: flex;
  gap: 16px;
  margin-left: 0;
  justify-content: center;
  width: 100%;
}
.nav-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-socials a svg {
  display: block;
  flex-shrink: 0;
}
.nav-socials a:hover {
  color: #C8A96E;
}
.ticker {
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow: hidden;
  white-space: nowrap;
}
.ticker-inner {
  display: inline-block;
  animation: tick 30s linear infinite;
}
.ticker-inner span {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.3);
  padding: 0 28px;
}
.ticker-inner span b {
  color: #C8A96E;
  font-weight: 500;
}
@keyframes tick { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.hero-img {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 32vh;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: brightness(0.88);
}
.hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #0A0A0A 100%);
}
.hero-content {
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 24px;
}
.headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 10vw, 52px);
  font-weight: 900;
  line-height: 0.95;
  color: #F0EDE6;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.headline em {
  font-style: italic;
  color: #C8A96E;
  display: block;
}
.hero-body {
  font-size: 14px;
  color: rgba(240,237,230,0.5);
  line-height: 1.8;
  font-weight: 300;
  max-width: 360px;
  margin-bottom: 40px;
}
.btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}
.btn:hover {
  background: #C8A96E;
  color: #0A0A0A;
}
.topics {
  display: flex;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
  padding: 0 16px;
}
.topic {
  flex-shrink: 0;
  padding: 12px 16px;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08);
  white-space: nowrap;
}
.topic:first-child {
  padding-left: 0;
}
.topic.active, .topic:hover {
  color: #C8A96E;
}
.sec-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 16px 16px;
  flex-direction: column;
  gap: 12px;
}
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F0EDE6;
}
.sec-link {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
}
.feed {
  padding: 0 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.post-card {
  display: grid;
  grid-template-columns: 1fr;
  border: 0.5px solid rgba(240,237,230,0.1);
  cursor: pointer;
  transition: border-color 0.2s;
}
.post-card:hover {
  border-color: rgba(200,169,110,0.4);
}
.post-card.reverse {
  direction: ltr;
}
.post-card.reverse > * {
  direction: ltr;
}
.blog-side {
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.post-card.reverse .blog-side {
  border-right: none;
  border-left: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.post-cat {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.post-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #F0EDE6;
  margin-bottom: 14px;
}
.post-excerpt {
  font-size: 12px;
  color: rgba(240,237,230,0.45);
  line-height: 1.7;
  font-weight: 300;
}
.post-meta {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  letter-spacing: 0.06em;
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
  margin-top: 20px;
}
.blog-cta {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
}
.vid-badge-sm {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: rgba(200,169,110,0.5);
  text-transform: uppercase;
}
.vid-side {
  background: #111;
  display: flex;
  flex-direction: column;
}
.vid-thumb {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #0F0F0F;
  position: relative;
}
.vid-lbl {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  border: 0.5px solid rgba(240,237,230,0.15);
  padding: 4px 10px;
}
.play {
  width: 52px;
  height: 52px;
  border: 1.5px solid rgba(200,169,110,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tri {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #C8A96E;
  margin-left: 4px;
}
.vid-info {
  padding: 16px 18px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
}
.vid-label2 {
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 6px;
}
.vid-title {
  font-size: 13px;
  font-weight: 500;
  color: #F0EDE6;
  line-height: 1.4;
  margin-bottom: 6px;
}
.vid-meta {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
}
.podcast {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.pod-left {
  background: #C8A96E;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pod-eyebrow {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(10,10,10,0.55);
}
.pod-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: #0A0A0A;
  line-height: 1.1;
}
.pod-sub {
  font-size: 12px;
  color: rgba(10,10,10,0.6);
  line-height: 1.6;
  font-weight: 300;
  flex: 1;
}
.pod-btn {
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0A0A0A;
  text-decoration: none;
  width: fit-content;
  margin-top: 8px;
}
.pod-right {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
}
.ep {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
  cursor: pointer;
}
.ep:last-child {
  border-bottom: none;
}
.ep:hover .ep-title {
  color: #C8A96E;
}
.ep-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: rgba(200,169,110,0.2);
  min-width: 36px;
}
.ep-title {
  font-size: 13px;
  font-weight: 500;
  color: #F0EDE6;
  transition: color 0.2s;
  line-height: 1.3;
}
.ep-dur {
  margin-left: auto;
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  white-space: nowrap;
}
footer {
  border-top: 0.5px solid rgba(240,237,230,0.1);
  padding: 32px 16px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.f-logo {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #F0EDE6;
  margin-bottom: 14px;
  text-decoration: none;
  display: block;
}
.f-logo span {
  color: #C8A96E;
}
.f-copy {
  font-size: 11px;
  color: rgba(240,237,230,0.3);
  line-height: 1.7;
  font-weight: 300;
}
.f-col-title {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px;
}
.f-links {
  list-style: none;
}
.f-links li {
  margin-bottom: 10px;
}
.f-links a {
  font-size: 12px;
  color: rgba(240,237,230,0.5);
  text-decoration: none;
}
.f-links a:hover {
  color: #C8A96E;
}
.footer-bar {
  padding: 14px 16px;
  border-top: 0.5px solid rgba(240,237,230,0.06);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.footer-bar p {
  font-size: 10px;
  color: rgba(240,237,230,0.2);
  letter-spacing: 0.06em;
}
.page-header {
  padding: 32px 16px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.page-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 12vw, 64px);
  font-weight: 900;
  line-height: 0.9;
  color: #F0EDE6;
  padding-bottom: 24px;
  letter-spacing: -0.02em;
}
.page-title em {
  font-style: italic;
  color: #C8A96E;
}
.about-main {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.about-img {
  overflow: hidden;
  background: #111;
  position: relative;
  min-height: 32vh;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}
.about-img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #0A0A0A);
}
.about-content {
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: none;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.rule {
  width: 48px;
  height: 1px;
  background: #C8A96E;
  margin-bottom: 28px;
}
.about-name {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  color: #F0EDE6;
  margin-bottom: 6px;
}
.about-role {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 24px;
}
.about-text {
  font-size: 14px;
  color: rgba(240,237,230,0.6);
  line-height: 1.9;
  font-weight: 300;
  max-width: 520px;
}
.about-text p {
  margin-bottom: 20px;
}
.about-text p:last-child {
  margin-bottom: 0;
}
.stats-bar {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stat-item {
  padding: 20px 16px;
  border-right: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stat-item:last-child {
  border-right: none;
  border-bottom: none;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 900;
  color: #C8A96E;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
}
.what-section {
  padding: 40px 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.what-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 28px;
}
.what-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: none;
}
.what-card {
  padding: 24px 16px;
  border-right: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.what-num {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 900;
  color: rgba(200,169,110,0.1);
  margin-bottom: 16px;
  line-height: 1;
}
.what-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 12px;
}
.what-card-body {
  font-size: 12px;
  color: rgba(240,237,230,0.45);
  line-height: 1.7;
  font-weight: 300;
}
.cta {
  padding: 44px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  flex-direction: column;
}
.cta-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 8vw, 44px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 20px;
}
.cta-title em {
  font-style: italic;
  color: #C8A96E;
}
.cta-body {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 400px;
  font-weight: 300;
}
.cta-btns {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
  flex-wrap: wrap;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}
.btn.solid {
  background: #C8A96E;
  color: #0A0A0A;
}

@media (min-width: 481px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    position: sticky;
    top: 0;
    background: #0A0A0A;
    z-index: 100;
    flex-wrap: wrap;
    row-gap: 16px;
    flex-direction: column;
  }
  .nav-links {
    display: flex;
    gap: 16px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
    column-gap: 20px;
    width: 100%;
  }
  .nav-links a {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240,237,230,0.55);
    text-decoration: none;
  }
  .nav-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
  }
  .hero-img {
    position: relative;
    overflow: hidden;
    background: #111;
    min-height: 36vh;
  }
  .hero-content {
    padding: 36px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 900;
    line-height: 0.95;
    color: #F0EDE6;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
  }
  .topics {
    display: flex;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    overflow-x: auto;
    padding: 0 20px;
  }
  .topic {
    flex-shrink: 0;
    padding: 14px 24px;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240,237,230,0.4);
    cursor: pointer;
    border-right: 0.5px solid rgba(240,237,230,0.08);
    white-space: nowrap;
  }
  .sec-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 20px 20px;
    flex-direction: column;
    gap: 12px;
  }
  .sec-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #F0EDE6;
  }
  .feed {
    padding: 0 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blog-side {
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
  }
  .post-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #F0EDE6;
    margin-bottom: 14px;
  }
  .vid-thumb {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background: #0F0F0F;
    position: relative;
  }
  .pod-left {
    background: #C8A96E;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pod-name {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 900;
    color: #0A0A0A;
    line-height: 1.1;
  }
  .ep-num {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 900;
    color: rgba(200,169,110,0.2);
    min-width: 44px;
  }
  .ep-title {
    font-size: 14px;
    font-weight: 500;
    color: #F0EDE6;
    transition: color 0.2s;
    line-height: 1.3;
  }
  footer {
    border-top: 0.5px solid rgba(240,237,230,0.1);
    padding: 36px 20px 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bar {
    padding: 16px 24px;
    border-top: 0.5px solid rgba(240,237,230,0.06);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .page-header {
    padding: 40px 20px 0;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .page-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.9;
    color: #F0EDE6;
    padding-bottom: 28px;
    letter-spacing: -0.02em;
  }
  .about-img {
    overflow: hidden;
    background: #111;
    position: relative;
    min-height: 36vh;
  }
  .about-content {
    padding: 36px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: none;
    border-top: 0.5px solid rgba(240,237,230,0.1);
  }
  .about-name {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 900;
    color: #F0EDE6;
    margin-bottom: 6px;
  }
  .about-role {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C8A96E;
    margin-bottom: 32px;
  }
  .stat-item {
    padding: 24px 20px;
    border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 900;
    color: #C8A96E;
    line-height: 1;
    margin-bottom: 8px;
  }
  .what-section {
    padding: 48px 20px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #F0EDE6;
    margin-bottom: 36px;
  }
  .what-card {
    padding: 36px;
    border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-num {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 900;
    color: rgba(200,169,110,0.1);
    margin-bottom: 16px;
    line-height: 1;
  }
  .cta {
    padding: 56px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    flex-direction: column;
  }
  .cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 900;
    color: #F0EDE6;
    line-height: 1;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 20px;
    padding: 16px 24px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    position: sticky;
    top: 0;
    background: #0A0A0A;
    z-index: 100;
    row-gap: 0;
  }
  .logo {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.22em;
    color: #F0EDE6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-self: start;
  }
  .nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
    column-gap: 20px;
    width: auto;
    justify-self: center;
  }
  .nav-socials {
    display: flex;
    gap: 16px;
    justify-self: end;
    justify-content: flex-end;
  }
  .ticker-inner span {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(240,237,230,0.3);
    padding: 0 40px;
  }
  .hero-img {
    position: relative;
    overflow: hidden;
    background: #111;
    min-height: 42vh;
  }
  .hero-content {
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .topics {
    display: flex;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    overflow-x: auto;
    padding: 0 24px;
  }
  .sec-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 32px 24px 24px;
  }
  .feed {
    padding: 0 24px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blog-side {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
  }
  .vid-thumb {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background: #0F0F0F;
    position: relative;
  }
  .vid-info {
    padding: 18px 22px;
    border-top: 0.5px solid rgba(240,237,230,0.08);
  }
  .pod-left {
    background: #C8A96E;
    padding: 52px 36px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pod-right {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
  }
  .ep {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
    cursor: pointer;
  }
  footer {
    border-top: 0.5px solid rgba(240,237,230,0.1);
    padding: 40px 24px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-bar {
    padding: 16px 24px;
    border-top: 0.5px solid rgba(240,237,230,0.06);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 0;
    text-align: left;
  }
  .page-header {
    padding: 48px 24px 0;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .page-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.9;
    color: #F0EDE6;
    padding-bottom: 32px;
    letter-spacing: -0.02em;
  }
  .about-img {
    overflow: hidden;
    background: #111;
    position: relative;
    min-height: 40vh;
  }
  .about-content {
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: none;
    border-top: 0.5px solid rgba(240,237,230,0.1);
  }
  .about-name {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 900;
    color: #F0EDE6;
    margin-bottom: 6px;
  }
  .about-role {
    margin-bottom: 32px;
  }
  .stats-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .stat-item {
    padding: 28px 24px;
    border-right: 0.5px solid rgba(240,237,230,0.1);
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .stat-item:last-child {
    border-right: none;
  }
  .what-section {
    padding: 56px 24px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 0.5px solid rgba(240,237,230,0.1);
    border-left: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-card {
    padding: 36px;
    border-right: 0.5px solid rgba(240,237,230,0.1);
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .cta {
    padding: 72px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .cta-btns {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 24px;
    padding: 20px 48px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    position: sticky;
    top: 0;
    background: #0A0A0A;
    z-index: 100;
    row-gap: 0;
  }
  .nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: center;
    row-gap: 0;
    column-gap: 28px;
    width: auto;
    justify-self: center;
  }
  .nav-socials {
    display: flex;
    gap: 16px;
    justify-self: end;
    justify-content: flex-end;
    width: auto;
  }
  .logo {
    text-align: left;
    justify-self: start;
  }
  .hero-img {
    position: relative;
    overflow: hidden;
    background: #111;
    min-height: 0;
  }
  .hero-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 50%, #0A0A0A 100%);
  }
  .hero-content {
    padding: 80px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .topics {
    display: flex;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    overflow-x: auto;
    padding: 0 48px;
  }
  .sec-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 48px 48px 32px;
    flex-direction: row;
    gap: 0;
  }
  .sec-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #F0EDE6;
  }
  .feed {
    padding: 0 48px 64px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .post-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0.5px solid rgba(240,237,230,0.1);
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .post-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #F0EDE6;
    margin-bottom: 14px;
  }
  .post-card.reverse {
    direction: rtl;
  }
  .blog-side {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 0.5px solid rgba(240,237,230,0.08);
  }
  .post-card.reverse .blog-side {
    border-right: none;
    border-left: 0.5px solid rgba(240,237,230,0.08);
  }
  .podcast {
    display: grid;
    grid-template-columns: 280px 1fr;
    border-top: 0.5px solid rgba(240,237,230,0.1);
  }
  .pod-right {
    padding: 36px 48px;
    display: flex;
    flex-direction: column;
  }
  footer {
    border-top: 0.5px solid rgba(240,237,230,0.1);
    padding: 56px 48px 32px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px;
  }
  .footer-bar {
    padding: 18px 48px;
    border-top: 0.5px solid rgba(240,237,230,0.06);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 0;
    text-align: left;
  }
  .page-header {
    padding: 80px 48px 0;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .page-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.9;
    color: #F0EDE6;
    padding-bottom: 48px;
    letter-spacing: -0.02em;
  }
  .about-main {
    display: grid;
    grid-template-columns: 420px 1fr;
    min-height: 600px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .about-img {
    overflow: hidden;
    background: #111;
    position: relative;
  }
  .about-content {
    padding: 64px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 0.5px solid rgba(240,237,230,0.1);
  }
  .about-name {
    font-size: 36px;
  }
  .stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .stat-item {
    padding: 40px 48px;
    border-right: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-section {
    padding: 80px 48px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #F0EDE6;
    margin-bottom: 48px;
  }
  .what-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 0.5px solid rgba(240,237,230,0.1);
    border-left: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-card {
    padding: 36px;
    border-right: 0.5px solid rgba(240,237,230,0.1);
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .what-num {
    font-size: 56px;
  }
  .cta {
    padding: 100px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
    flex-direction: row;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 88vh;
    border-bottom: 0.5px solid rgba(240,237,230,0.1);
  }
  .stat-item:last-child {
    border-right: none;
  }
}

/* —— Tour page —— */
.ad-slot {
  background: rgba(240,237,230,0.03);
  border: 1px dashed rgba(200,169,110,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(240,237,230,0.2);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.ad-slot .adsbygoogle {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.ad-slot span {
  font-size: 10px;
  color: rgba(200,169,110,0.3);
  letter-spacing: 0.14em;
}
.ad-leaderboard {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  margin: 24px 16px 0;
}
.ad-mid {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  margin: 0 16px;
  border-top: 0.5px solid rgba(240,237,230,0.06);
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
}
.ad-footer {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  margin: 0 16px;
}
.tour-page .ad-rect {
  width: 336px;
  max-width: 100%;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  margin: 32px auto;
}
.ad-mid.ad-mid--inlist {
  margin: 20px 0;
  width: 100%;
  max-width: none;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  border-left: none;
  border-right: none;
}
.ad-sidebar-box {
  width: 300px;
  max-width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  margin: 0;
  margin-inline: auto;
  align-self: center;
}
.ad-sidebar-tall {
  width: 300px;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  margin: 0;
  margin-inline: auto;
  align-self: center;
}
.tour-hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.tour-hero-img {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 42vh;
}
.tour-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 42vh;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: brightness(0.7);
}
.tour-hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 35%, #0A0A0A 100%);
  pointer-events: none;
}
.tour-hero-content {
  padding: 36px 20px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tour-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 9vw, 72px);
  font-weight: 900;
  line-height: 0.95;
  color: #F0EDE6;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.tour-headline em {
  font-style: italic;
  color: #C8A96E;
  display: block;
}
.tour-sub {
  font-size: 14px;
  color: rgba(240,237,230,0.5);
  line-height: 1.8;
  font-weight: 300;
  max-width: 460px;
  margin-bottom: 36px;
}
.tour-sec-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  padding: 40px 16px 24px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.tour-sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #F0EDE6;
}
.tour-sec-note {
  font-size: 11px;
  color: rgba(240,237,230,0.35);
  letter-spacing: 0.08em;
}
.tour-eyebrow-caps {
  letter-spacing: 0.28em;
}
.tour-upcoming {
  padding: 0 16px;
}
.tour-upcoming-empty {
  text-align: center;
  font-size: 14px;
  color: rgba(240,237,230,0.45);
  line-height: 1.75;
  font-weight: 300;
  max-width: 560px;
  margin: 0 auto;
  padding: 8px 0 40px;
}
.past-event-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.3;
  margin: 4px 0 12px;
}
.past-grid--single {
  grid-template-columns: 1fr;
  max-width: 460px;
}
.past-section--tour .past-date {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 12px;
}
.past-section--tour .past-venue {
  font-size: 13px;
  color: rgba(240,237,230,0.45);
  line-height: 1.5;
}
.events {
  padding: 0 16px;
}
.events--flush {
  padding-bottom: 0;
}
.event-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.event-row:last-child {
  border-bottom: none;
}
.event-date {
  text-align: left;
}
.event-month {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 4px;
}
.event-day {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
}
.event-year {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(240,237,230,0.3);
  margin-top: 4px;
}
.event-divider {
  display: none;
}
.event-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 8px;
}
.event-location {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  margin-bottom: 6px;
}
.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.event-tag {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200,169,110,0.7);
  border: 0.5px solid rgba(200,169,110,0.3);
  padding: 3px 10px;
}
.event-tag.sold-out {
  color: rgba(240,237,230,0.3);
  border-color: rgba(240,237,230,0.12);
}
.ticket-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.ticket-btn:hover {
  background: #C8A96E;
  color: #0A0A0A;
}
.ticket-btn.sold {
  border-color: rgba(240,237,230,0.15);
  color: rgba(240,237,230,0.25);
  pointer-events: none;
}
.past-section {
  padding: 0 16px 48px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.past-header {
  padding: 40px 0 24px;
}
.past-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F0EDE6;
}
.past-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
}
.past-card {
  padding: 24px 20px;
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.past-date {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.3);
  margin-bottom: 10px;
}
.past-city {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(240,237,230,0.5);
  margin-bottom: 6px;
}
.past-venue {
  font-size: 12px;
  color: rgba(240,237,230,0.3);
}
.notify {
  padding: 56px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.notify-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.notify-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 8vw, 52px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 16px;
}
.notify-title em {
  font-style: italic;
  color: #C8A96E;
}
.notify-sub {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 300;
}
.notify-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  flex-shrink: 0;
}
.notify-input {
  padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  outline: none;
}
.notify-input::placeholder {
  color: rgba(240,237,230,0.3);
}
.notify-submit {
  padding: 14px 28px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
}

@media (min-width: 481px) {
  .ad-leaderboard {
    margin: 24px 20px 0;
  }
  .ad-mid,
  .ad-footer {
    margin: 0 20px;
  }
  .tour-hero-content {
    padding: 48px 20px 56px;
  }
  .tour-sec-head {
    padding: 48px 20px 28px;
  }
  .tour-upcoming {
    padding: 0 20px;
  }
  .events {
    padding: 0 20px;
  }
  .past-section {
    padding: 0 20px 56px;
  }
  .notify {
    padding: 72px 20px;
  }
}

@media (min-width: 769px) {
  .ad-leaderboard {
    margin: 24px 24px 0;
  }
  .ad-mid,
  .ad-footer {
    margin: 0 24px;
  }
  .tour-hero-img {
    min-height: 50vh;
  }
  .tour-hero-img img {
    min-height: 50vh;
  }
  .tour-hero-content {
    padding: 56px 32px 64px;
  }
  .tour-sec-head {
    flex-direction: row;
    align-items: baseline;
    padding: 48px 24px 28px;
  }
  .tour-sec-title {
    font-size: 32px;
  }
  .tour-upcoming {
    padding: 0 24px;
  }
  .events {
    padding: 0 24px;
  }
  .event-row {
    grid-template-columns: 120px auto 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 32px 0;
  }
  .event-date {
    text-align: center;
  }
  .event-divider {
    display: block;
    width: 0.5px;
    height: 60px;
    background: rgba(240,237,230,0.1);
  }
  .event-name {
    font-size: 22px;
  }
  .past-section {
    padding: 0 24px 64px;
  }
  .past-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .past-grid--single {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .past-header {
    padding: 48px 0 28px;
  }
  .past-title {
    font-size: 28px;
  }
  .past-event-name {
    font-size: 22px;
  }
  .past-card {
    padding: 28px;
  }
  .notify {
    padding: 80px 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
  .notify-form {
    flex-direction: row;
    width: auto;
  }
  .notify-input {
    width: 280px;
  }
}

@media (min-width: 1025px) {
  .ad-leaderboard {
    margin: 24px 48px 0;
  }
  .ad-mid,
  .ad-footer {
    margin: 0 48px;
  }
  .tour-page .ad-rect {
    margin: 48px auto;
  }
  .tour-hero {
    grid-template-columns: 1fr 1fr;
    min-height: 60vh;
  }
  .tour-hero-img {
    min-height: 60vh;
  }
  .tour-hero-img img {
    min-height: 60vh;
  }
  .tour-hero-fade {
    background: linear-gradient(to right, transparent 40%, #0A0A0A 100%);
  }
  .tour-hero-content {
    padding: 80px 56px;
  }
  .tour-sec-head {
    padding: 56px 48px 32px;
  }
  .tour-upcoming {
    padding: 0 48px;
  }
  .events {
    padding: 0 48px;
  }
  .event-row {
    gap: 40px;
  }
  .past-section {
    padding: 0 48px 64px;
  }
  .notify {
    padding: 100px 48px;
    gap: 60px;
  }
}

/* —— Podcasts page —— */
.podcasts-page-head {
  padding: 32px 16px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.podcasts-page-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.podcasts-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 11vw, 88px);
  font-weight: 900;
  line-height: 0.9;
  color: #F0EDE6;
  padding-bottom: 32px;
  letter-spacing: -0.02em;
}
.podcasts-page-title em {
  font-style: italic;
  color: #C8A96E;
}
.show-hero {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.show-art {
  background: #C8A96E;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.show-art-label {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(10,10,10,0.5);
  margin-bottom: 16px;
}
.show-art-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 900;
  color: #0A0A0A;
  line-height: 1.1;
  margin-bottom: 16px;
}
.show-art-sub {
  font-size: 12px;
  color: rgba(10,10,10,0.6);
  line-height: 1.6;
  font-weight: 300;
}
.show-platforms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.platform-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0A0A0A;
  text-decoration: none;
  text-align: center;
}
.platform-btn:hover {
  background: #0A0A0A;
  color: #C8A96E;
}
.show-info {
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: none;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.show-info-label {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.show-info-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 5vw, 32px);
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 16px;
}
.show-info-body {
  font-size: 14px;
  color: rgba(240,237,230,0.55);
  line-height: 1.8;
  font-weight: 300;
  max-width: 520px;
  margin-bottom: 28px;
}
.show-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
}
.show-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 900;
  color: #C8A96E;
  line-height: 1;
}
.show-stat-num.show-stat-text {
  font-size: clamp(22px, 5vw, 32px);
  letter-spacing: -0.02em;
}
.show-stat-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-top: 4px;
}
.episodes-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.episodes-main {
  padding: 0 16px;
  border-right: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.ep-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 36px 0 24px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  margin-bottom: 0;
}
.ep-header-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #F0EDE6;
}
.episodes-main .ep-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
  cursor: pointer;
}
.episodes-main .ep-row:hover .ep-title {
  color: #C8A96E;
}
.episodes-main .ep-row:last-of-type {
  border-bottom: none;
}
.episodes-main .ep-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: rgba(200,169,110,0.15);
  min-width: 44px;
  line-height: 1;
}
.episodes-main .ep-body {
  flex: 1;
  min-width: 0;
}
.episodes-main .ep-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.25;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.episodes-main .ep-desc {
  font-size: 12px;
  color: rgba(240,237,230,0.4);
  line-height: 1.6;
  font-weight: 300;
}
.episodes-main .ep-meta {
  font-size: 10px;
  color: rgba(240,237,230,0.25);
  margin-top: 8px;
  letter-spacing: 0.06em;
}
.episodes-main .ep-play {
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(200,169,110,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.episodes-main .ep-row:hover .ep-play {
  border-color: rgba(200,169,110,0.7);
}
.episodes-main .ep-tri {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #C8A96E;
  margin-left: 3px;
}
.pod-sidebar {
  padding: 32px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.sidebar-section-title {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-link {
  display: block;
  padding: 12px 16px;
  border: 0.5px solid rgba(240,237,230,0.12);
  font-size: 11px;
  color: rgba(240,237,230,0.6);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.2s, border-color 0.2s;
}
.sidebar-link:hover {
  color: #C8A96E;
  border-color: rgba(200,169,110,0.35);
}
.sub-cta {
  padding: 56px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.sub-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.sub-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 8vw, 52px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 16px;
}
.sub-title em {
  font-style: italic;
  color: #C8A96E;
}
.sub-body {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 300;
}
.sub-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  width: 100%;
}
.sub-btn {
  display: inline-block;
  padding: 13px 28px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.sub-btn:hover {
  background: rgba(200,169,110,0.12);
}
.sub-btn.solid {
  background: #C8A96E;
  color: #0A0A0A;
}
.sub-btn.solid:hover {
  background: #d4b87a;
  color: #0A0A0A;
}

@media (min-width: 481px) {
  .podcasts-page-head {
    padding: 44px 20px 0;
  }
  .podcasts-page-title {
    padding-bottom: 40px;
  }
  .show-art {
    padding: 44px 32px;
  }
  .show-info {
    padding: 44px 24px;
  }
  .episodes-main {
    padding: 0 20px;
  }
  .ep-header {
    padding: 40px 0 26px;
  }
  .ep-header-title {
    font-size: 26px;
  }
  .pod-sidebar {
    padding: 40px 20px 48px;
  }
  .sub-cta {
    padding: 64px 20px;
  }
}

@media (min-width: 769px) {
  .podcasts-page-head {
    padding: 48px 24px 0;
  }
  .podcasts-page-title {
    padding-bottom: 48px;
  }
  .show-hero {
    grid-template-columns: 280px 1fr;
  }
  .show-art {
    padding: 52px 36px;
    gap: 0;
  }
  .show-platforms {
    margin-top: 28px;
  }
  .show-info {
    padding: 52px 40px;
    border-left: 0.5px solid rgba(240,237,230,0.1);
    border-top: none;
  }
  .episodes-wrapper {
    grid-template-columns: 1fr 300px;
  }
  .episodes-main {
    padding: 0 24px;
    border-right: 0.5px solid rgba(240,237,230,0.08);
    border-bottom: none;
  }
  .ep-header {
    padding: 48px 0 28px;
  }
  .ep-header-title {
    font-size: 28px;
  }
  .episodes-main .ep-row {
    gap: 24px;
    padding: 28px 0;
  }
  .episodes-main .ep-num {
    font-size: 36px;
    min-width: 52px;
  }
  .episodes-main .ep-title {
    font-size: 18px;
  }
  .pod-sidebar {
    padding: 48px 0 48px 32px;
  }
  .sub-cta {
    padding: 80px 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
  .sub-btns {
    width: auto;
  }
}

@media (min-width: 1025px) {
  .podcasts-page-head {
    padding: 56px 48px 0;
  }
  .show-art {
    padding: 52px 40px;
  }
  .show-info {
    padding: 52px 56px;
  }
  .episodes-main {
    padding: 0 48px;
  }
  .pod-sidebar {
    padding: 48px 0 48px 36px;
  }
  .sub-cta {
    padding: 80px 48px;
    gap: 60px;
  }
}

/* —— Shop page —— */
.shop-page .sec-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 24px 16px 16px;
  flex-direction: column;
  gap: 12px;
  border-bottom: none;
}
.shop-page .sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F0EDE6;
}
.shop-page .sec-link {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
}
.shop-page .shop-hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.shop-page .shop-hero-img {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 42vh;
}
.shop-page .shop-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 42vh;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: brightness(0.75);
}
.shop-page .shop-hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 35%, #0A0A0A 100%);
  pointer-events: none;
}
.shop-page .shop-hero-content {
  padding: 36px 20px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-page .shop-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 9vw, 72px);
  font-weight: 900;
  line-height: 0.95;
  color: #F0EDE6;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.shop-page .shop-headline em {
  font-style: italic;
  color: #C8A96E;
  display: block;
}
.shop-page .shop-sub {
  font-size: 14px;
  color: rgba(240,237,230,0.5);
  line-height: 1.8;
  font-weight: 300;
  max-width: 360px;
  margin-bottom: 16px;
}
.shop-page .shop-note {
  font-size: 11px;
  color: rgba(240,237,230,0.3);
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.shop-page .filter-bar {
  display: flex;
  padding: 0 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
}
.shop-page .filter {
  flex-shrink: 0;
  padding: 12px 18px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08);
  white-space: nowrap;
}
.shop-page .filter:first-child {
  padding-left: 0;
}
.shop-page .filter.active,
.shop-page .filter:hover {
  color: #C8A96E;
}
.shop-page .shop-featured-intro {
  padding: 32px 16px 16px;
}
.shop-page .shop-featured-heading {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F0EDE6;
}
.shop-page .product-featured {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  margin: 0 16px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.shop-page .product-featured:hover {
  background: rgba(200,169,110,0.03);
}
.shop-page .featured-img {
  background: #141414;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  position: relative;
}
.shop-page .featured-img .product-img-icon svg {
  fill: rgba(200,169,110,0.35);
  stroke: none;
}
.shop-page .featured-info {
  padding: 36px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-page .featured-eyebrow {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.shop-page .featured-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 6vw, 32px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1.1;
  margin-bottom: 16px;
}
.shop-page .featured-desc {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
  max-width: 400px;
}
.shop-page .featured-price {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  color: #C8A96E;
  margin-bottom: 28px;
}
.shop-page .shop-link {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}
.shop-page .shop-link:hover {
  background: #C8A96E;
  color: #0A0A0A;
}
.shop-page .product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
  padding: 0 16px;
}
.shop-page .product-grid--flush {
  margin-top: 0;
}
.shop-page .product-card {
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.shop-page .product-card:hover {
  background: rgba(200,169,110,0.04);
}
.shop-page .product-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.shop-page .product-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shop-page .product-img-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-page .product-img-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(200,169,110,0.4);
  stroke-width: 1.5;
}
.shop-page .product-img-text {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.2);
}
.shop-page .product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.shop-page .product-badge.new {
  background: #C8A96E;
  color: #0A0A0A;
  font-weight: 500;
}
.shop-page .product-badge.bestseller {
  background: transparent;
  border: 0.5px solid rgba(200,169,110,0.5);
  color: #C8A96E;
}
.shop-page .product-info {
  padding: 20px 18px 24px;
}
.shop-page .product-cat {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 8px;
}
.shop-page .product-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 10px;
  line-height: 1.2;
}
.shop-page .product-desc {
  font-size: 12px;
  color: rgba(240,237,230,0.4);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 16px;
}
.shop-page .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
}
.shop-page .product-price {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #C8A96E;
}
.shop-page .product-cta {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200,169,110,0.6);
}
.shop-page .ad-mid--flush {
  margin-top: 0;
}
.shop-page .ad-rect--shop {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  margin: 32px 16px;
}
.shop-page .fw-banner {
  margin: 0 16px 32px;
  padding: 28px 20px;
  background: rgba(200,169,110,0.06);
  border: 0.5px solid rgba(200,169,110,0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.shop-page .fw-banner-text {
  flex: 1;
}
.shop-page .fw-banner-eyebrow {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 10px;
}
.shop-page .fw-banner-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 8px;
}
.shop-page .fw-banner-sub {
  font-size: 12px;
  color: rgba(240,237,230,0.45);
  line-height: 1.6;
  font-weight: 300;
}
.shop-page .fw-btn {
  display: inline-block;
  padding: 13px 28px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0A0A0A;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.2s;
}
.shop-page .fw-btn:hover {
  background: transparent;
  color: #C8A96E;
}
.shop-page .newsletter {
  padding: 56px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.shop-page .newsletter-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.shop-page .newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 8vw, 52px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 16px;
}
.shop-page .newsletter-title em {
  font-style: italic;
  color: #C8A96E;
}
.shop-page .newsletter-sub {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 300;
}
.shop-page .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
  width: 100%;
}
.shop-page .newsletter-input {
  padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  outline: none;
}
.shop-page .newsletter-input::placeholder {
  color: rgba(240,237,230,0.3);
}
.shop-page .newsletter-submit {
  padding: 14px 28px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  font-weight: 500;
}
.shop-page footer {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .shop-page .sec-header {
    padding: 32px 20px 20px;
  }
  .shop-page .sec-title {
    font-size: 28px;
  }
  .shop-page .shop-hero-content {
    padding: 44px 20px 52px;
  }
  .shop-page .filter-bar {
    padding: 0 20px;
  }
  .shop-page .shop-featured-intro {
    padding: 40px 20px 20px;
  }
  .shop-page .shop-featured-heading {
    font-size: 30px;
  }
  .shop-page .product-featured {
    margin: 0 20px;
  }
  .shop-page .featured-info {
    padding: 40px 28px 44px;
  }
  .shop-page .product-grid {
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-page .fw-banner {
    margin: 0 20px 36px;
    padding: 32px 28px;
  }
  .shop-page .ad-rect--shop {
    margin: 40px 20px;
  }
  .shop-page .newsletter {
    padding: 64px 20px;
  }
}
@media (min-width: 769px) {
  .shop-page .sec-header {
    flex-direction: row;
    padding: 40px 24px 24px;
    gap: 0;
  }
  .shop-page .sec-title {
    font-size: 32px;
  }
  .shop-page .shop-hero {
    grid-template-columns: 1fr 1fr;
    min-height: 60vh;
  }
  .shop-page .shop-hero-img {
    min-height: 60vh;
  }
  .shop-page .shop-hero-img img {
    min-height: 60vh;
  }
  .shop-page .shop-hero-fade {
    background: linear-gradient(to right, transparent 40%, #0A0A0A 100%);
  }
  .shop-page .shop-hero-content {
    padding: 56px 32px 64px;
  }
  .shop-page .filter-bar {
    padding: 0 24px;
  }
  .shop-page .filter {
    padding: 14px 24px;
  }
  .shop-page .shop-featured-intro {
    padding: 48px 24px 24px;
  }
  .shop-page .shop-featured-heading {
    font-size: 32px;
  }
  .shop-page .product-featured {
    grid-template-columns: 1fr 1fr;
    margin: 0 24px;
  }
  .shop-page .featured-img {
    aspect-ratio: auto;
    min-height: 100%;
    border-right: 0.5px solid rgba(240,237,230,0.1);
    border-bottom: none;
  }
  .shop-page .featured-info {
    padding: 48px 36px;
  }
  .shop-page .featured-name {
    font-size: 32px;
  }
  .shop-page .featured-price {
    font-size: 36px;
  }
  .shop-page .product-grid {
    padding: 0 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-page .fw-banner {
    margin: 0 24px 40px;
    padding: 36px 40px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .shop-page .fw-banner-title {
    font-size: 22px;
  }
  .shop-page .ad-rect--shop {
    margin: 48px auto;
  }
  .shop-page .newsletter {
    padding: 80px 24px;
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  .shop-page .newsletter-form {
    flex-direction: row;
    width: auto;
  }
  .shop-page .newsletter-input {
    width: 280px;
  }
  .shop-page footer {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .shop-page .sec-header {
    padding: 48px 48px 32px;
  }
  .shop-page .shop-hero-content {
    padding: 80px 56px;
  }
  .shop-page .filter-bar {
    padding: 0 48px;
  }
  .shop-page .shop-featured-intro {
    padding: 48px 48px 32px;
  }
  .shop-page .product-featured {
    margin: 0 48px;
  }
  .shop-page .featured-info {
    padding: 52px 48px;
  }
  .shop-page .product-grid {
    padding: 0 48px;
  }
  .shop-page .fw-banner {
    margin: 0 48px 48px;
    padding: 36px 48px;
  }
  .shop-page .newsletter {
    padding: 100px 48px;
    gap: 60px;
  }
}

/* —— Watch page —— */
.watch-page .watch-page-head {
  padding: 32px 16px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.watch-page .watch-page-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.watch-page .watch-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 11vw, 88px);
  font-weight: 900;
  line-height: 0.9;
  color: #F0EDE6;
  padding-bottom: 32px;
  letter-spacing: -0.02em;
}
.watch-page .watch-page-title em {
  font-style: italic;
  color: #C8A96E;
}
.watch-page .watch-featured {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.watch-page .watch-featured-thumb {
  background: #111;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.watch-page .watch-featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #C8A96E;
  color: #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  font-weight: 500;
}
.watch-page .play-xl {
  width: 72px;
  height: 72px;
  border: 2px solid rgba(200,169,110,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch-page .tri-xl {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #C8A96E;
  margin-left: 5px;
}
.watch-page .watch-featured-info {
  padding: 28px 20px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.watch-page .watch-featured-cat {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.watch-page .watch-featured-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  color: #F0EDE6;
  margin-bottom: 16px;
}
.watch-page .watch-featured-desc {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 28px;
}
.watch-page .watch-featured-meta {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  margin-bottom: 28px;
  letter-spacing: 0.06em;
}
.watch-page .watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.watch-page .watch-btn:hover {
  background: #C8A96E;
  color: #0A0A0A;
}
.watch-page .filter-bar {
  display: flex;
  padding: 0 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
}
.watch-page .filter {
  flex-shrink: 0;
  padding: 12px 18px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08);
  white-space: nowrap;
}
.watch-page .filter:first-child {
  padding-left: 0;
}
.watch-page .filter.active,
.watch-page .filter:hover {
  color: #C8A96E;
}
.watch-page .sec-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 24px 16px 16px;
  flex-direction: column;
  gap: 12px;
  border-bottom: none;
}
.watch-page .sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F0EDE6;
}
.watch-page .sec-link {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
}
.watch-page .vid-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
  padding: 0 16px;
}
.watch-page .vid-grid--flush {
  margin-top: 0;
}
.watch-page .vid-card {
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  cursor: pointer;
  transition: background 0.2s;
}
.watch-page .vid-card:hover {
  background: rgba(200,169,110,0.03);
}
.watch-page .vid-thumb-sm {
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.watch-page .vid-thumb-sm:hover .play-sm {
  border-color: rgba(200,169,110,0.8);
}
.watch-page .play-sm {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(200,169,110,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
}
.watch-page .tri-sm {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #C8A96E;
  margin-left: 3px;
}
.watch-page .vid-card-info {
  padding: 18px 18px 22px;
}
.watch-page .vid-card-cat {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 8px;
}
.watch-page .vid-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #F0EDE6;
  margin-bottom: 10px;
}
.watch-page .vid-card-meta {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  letter-spacing: 0.06em;
}
.watch-page .ad-mid--watch {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0.5px solid rgba(240,237,230,0.06);
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
}
.watch-page .ad-rect--watch {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  margin: 32px 16px;
}
.watch-page .yt-cta {
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.watch-page .yt-cta-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.watch-page .yt-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 8vw, 52px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 16px;
}
.watch-page .yt-cta-title em {
  font-style: italic;
  color: #C8A96E;
}
.watch-page .yt-cta-sub {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 400px;
  font-weight: 300;
}
.watch-page .yt-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0A0A0A;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.watch-page .yt-btn:hover {
  background: transparent;
  color: #C8A96E;
}
@media (min-width: 481px) {
  .watch-page .watch-page-head {
    padding: 40px 20px 0;
  }
  .watch-page .watch-page-title {
    padding-bottom: 40px;
  }
  .watch-page .watch-featured-info {
    padding: 36px 24px 40px;
  }
  .watch-page .filter-bar {
    padding: 0 20px;
  }
  .watch-page .sec-header {
    padding: 32px 20px 20px;
  }
  .watch-page .sec-title {
    font-size: 28px;
  }
  .watch-page .vid-grid {
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .watch-page .ad-rect--watch {
    margin: 40px 20px;
  }
  .watch-page .yt-cta {
    padding: 56px 20px;
  }
}
@media (min-width: 769px) {
  .watch-page .watch-page-head {
    padding: 48px 24px 0;
  }
  .watch-page .watch-page-title {
    padding-bottom: 48px;
  }
  .watch-page .watch-featured {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .watch-page .watch-featured-thumb {
    border-right: 0.5px solid rgba(240,237,230,0.1);
    border-bottom: none;
  }
  .watch-page .watch-featured-badge {
    top: 20px;
    left: 20px;
  }
  .watch-page .play-xl {
    width: 80px;
    height: 80px;
  }
  .watch-page .tri-xl {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 28px solid #C8A96E;
    margin-left: 6px;
  }
  .watch-page .watch-featured-info {
    padding: 48px 36px;
  }
  .watch-page .watch-featured-title {
    font-size: 26px;
  }
  .watch-page .filter-bar {
    padding: 0 24px;
  }
  .watch-page .filter {
    padding: 14px 24px;
  }
  .watch-page .sec-header {
    flex-direction: row;
    padding: 40px 24px 24px;
    gap: 0;
  }
  .watch-page .sec-title {
    font-size: 28px;
  }
  .watch-page .vid-grid {
    padding: 0 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .watch-page .ad-rect--watch {
    margin: 48px auto;
  }
  .watch-page .yt-cta {
    padding: 80px 24px;
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}
@media (min-width: 1025px) {
  .watch-page .watch-page-head {
    padding: 56px 48px 0;
  }
  .watch-page .watch-featured-info {
    padding: 48px 40px;
  }
  .watch-page .filter-bar {
    padding: 0 48px;
  }
  .watch-page .sec-header {
    padding: 48px 48px 28px;
  }
  .watch-page .vid-grid {
    padding: 0 48px;
  }
  .watch-page .yt-cta {
    padding: 80px 48px;
    gap: 60px;
  }
}

/* —— Stories page —— */
.stories-page .page-header {
  padding: 32px 16px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stories-page .page-eyebrow {
  margin-bottom: 14px;
}
.stories-page .page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 10vw, 96px);
  font-weight: 900;
  line-height: 0.9;
  color: #F0EDE6;
  padding-bottom: 28px;
  letter-spacing: -0.02em;
}
.stories-page .page-title em {
  font-style: italic;
  color: #C8A96E;
}
.stories-page .filter-bar {
  display: flex;
  padding: 0 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
}
.stories-page .filter {
  flex-shrink: 0;
  padding: 12px 16px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08);
  white-space: nowrap;
}
.stories-page .filter:first-child {
  padding-left: 0;
}
.stories-page .filter.active,
.stories-page .filter:hover {
  color: #C8A96E;
}
.stories-page .featured-story {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.stories-page .featured-story:hover {
  background: rgba(200,169,110,0.02);
}
.stories-page .featured-thumb {
  background: #111;
  position: relative;
  overflow: hidden;
  border-right: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stories-page .featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: brightness(0.8);
  min-height: 260px;
}
.stories-page .featured-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.5) 0%, transparent 60%);
}
.stories-page .featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #C8A96E;
  color: #0A0A0A;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  font-weight: 500;
}
.stories-page .featured-info {
  padding: 28px 16px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stories-page .featured-cat {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
}
.stories-page .featured-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  color: #F0EDE6;
  margin-bottom: 16px;
}
.stories-page .featured-excerpt {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 24px;
}
.stories-page .featured-meta {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  letter-spacing: 0.08em;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-bottom: 28px;
}
.stories-page .meta-div {
  width: 1px;
  height: 10px;
  background: rgba(240,237,230,0.15);
}
.stories-page .vid-pill {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8A96E;
  border: 0.5px solid rgba(200,169,110,0.4);
  padding: 3px 10px;
}
.stories-page .read-link {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  display: flex;
  align-items: center;
  gap: 8px;
}
.stories-page .stories-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stories-page .posts-col {
  border-right: none;
  padding-right: 0;
}
.stories-page .posts-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 32px 0 24px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stories-page .posts-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #F0EDE6;
  margin: 0;
}
.stories-page .post-card {
  display: grid;
  grid-template-columns: 1fr;
  border: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
}
.stories-page .post-card:last-child {
  border-bottom: none;
}
.stories-page .post-card:hover {
  background: rgba(200,169,110,0.02);
  border-color: rgba(240,237,230,0.08);
}
.stories-page .post-card-body {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: none;
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
}
.stories-page .post-card .post-cat {
  margin-bottom: 10px;
}
.stories-page .post-card .post-title {
  margin-bottom: 10px;
}
.stories-page .post-excerpt {
  font-size: 12px;
  color: rgba(240,237,230,0.45);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 14px;
}
.stories-page .post-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}
.stories-page .post-date {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  letter-spacing: 0.06em;
}
.stories-page .post-read {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
}
.stories-page .post-vid-tag {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200,169,110,0.5);
  border: 0.5px solid rgba(200,169,110,0.25);
  padding: 2px 8px;
}
.stories-page .post-card-vid {
  background: #0F0F0F;
  display: flex;
  flex-direction: column;
}
.stories-page .post-card-vid .vid-thumb-sm {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  position: relative;
}
.stories-page .post-card-vid .vid-lbl {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 7px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  border: 0.5px solid rgba(240,237,230,0.12);
  padding: 3px 7px;
}
.stories-page .play-xs {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(200,169,110,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stories-page .tri-xs {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #C8A96E;
  margin-left: 2px;
}
.stories-page .vid-meta-sm {
  padding: 10px 12px;
  border-top: 0.5px solid rgba(240,237,230,0.06);
}
.stories-page .vid-meta-label {
  font-size: 7px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 4px;
}
.stories-page .vid-meta-views {
  font-size: 9px;
  color: rgba(240,237,230,0.3);
}
.stories-page .stories-sidebar {
  padding: 32px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
  min-width: 0;
}
.stories-page .sidebar-title {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.stories-page .sidebar-post {
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: inherit;
}
.stories-page .sidebar-post:last-child {
  border-bottom: none;
}
.stories-page .sidebar-post:hover .sidebar-post-title {
  color: #C8A96E;
}
.stories-page .sidebar-post-cat {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 6px;
}
.stories-page .sidebar-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(240,237,230,0.65);
  transition: color 0.2s;
}
.stories-page .author-strip {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
  padding: 32px 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  text-align: center;
}
.stories-page .author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(200,169,110,0.4);
  flex-shrink: 0;
}
.stories-page .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.stories-page .author-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 4px;
}
.stories-page .author-role {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 6px;
}
.stories-page .author-bio {
  font-size: 12px;
  color: rgba(240,237,230,0.4);
  line-height: 1.6;
  font-weight: 300;
  max-width: 520px;
}
.stories-page .author-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.stories-page .author-btn:hover {
  background: #C8A96E;
  color: #0A0A0A;
}
.stories-page .newsletter {
  padding: 56px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.stories-page .newsletter-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.stories-page .newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 14px;
}
.stories-page .newsletter-title em {
  font-style: italic;
  color: #C8A96E;
}
.stories-page .newsletter-sub {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 300;
}
.stories-page .newsletter-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  flex-shrink: 0;
  gap: 10px;
}
.stories-page .newsletter-input {
  padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  outline: none;
}
.stories-page .newsletter-input::placeholder {
  color: rgba(240,237,230,0.3);
}
.stories-page .newsletter-submit {
  padding: 14px 24px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 481px) {
  .stories-page .page-header {
    padding: 40px 20px 0;
  }
  .stories-page .page-title {
    padding-bottom: 36px;
  }
  .stories-page .filter-bar {
    padding: 0 20px;
  }
  .stories-page .featured-thumb img {
    min-height: 320px;
  }
  .stories-page .featured-info {
    padding: 36px 20px;
  }
  .stories-page .featured-badge {
    top: 18px;
    left: 18px;
  }
  .stories-page .stories-wrapper {
    padding: 0 20px;
  }
  .stories-page .posts-header {
    padding: 36px 0 26px;
  }
  .stories-page .posts-title {
    font-size: 24px;
  }
  .stories-page .post-card {
    grid-template-columns: 1fr 180px;
  }
  .stories-page .post-card-body {
    padding: 28px 20px 28px 0;
    border-right: 0.5px solid rgba(240,237,230,0.06);
    border-bottom: none;
  }
  .stories-page .stories-sidebar {
    padding: 36px 0 40px 0;
    gap: 28px;
  }
  .stories-page .author-strip {
    padding: 36px 20px;
    grid-template-columns: auto 1fr;
    justify-items: stretch;
    text-align: left;
    gap: 24px;
  }
  .stories-page .author-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .stories-page .author-bio {
    max-width: none;
  }
  .stories-page .newsletter {
    padding: 64px 20px;
  }
  .stories-page .newsletter-form {
    flex-direction: row;
    max-width: none;
    width: auto;
    gap: 0;
  }
  .stories-page .newsletter-input {
    width: 240px;
  }
}
@media (min-width: 769px) {
  .stories-page .page-header {
    padding: 48px 24px 0;
  }
  .stories-page .page-title {
    padding-bottom: 44px;
  }
  .stories-page .filter-bar {
    padding: 0 24px;
  }
  .stories-page .filter {
    padding: 14px 24px;
  }
  .stories-page .featured-story {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  }
  .stories-page .featured-thumb {
    border-right: 0.5px solid rgba(240,237,230,0.1);
    border-bottom: none;
  }
  .stories-page .featured-thumb img {
    min-height: 420px;
  }
  .stories-page .featured-badge {
    top: 20px;
    left: 20px;
  }
  .stories-page .featured-info {
    padding: 48px 32px;
  }
  .stories-page .stories-wrapper {
    grid-template-columns: 1fr 280px;
    padding: 0 24px;
  }
  .stories-page .posts-col {
    border-right: 0.5px solid rgba(240,237,230,0.08);
  }
  .stories-page .stories-sidebar {
    padding: 40px 0 40px 28px;
    border-top: none;
  }
  .stories-page .post-card {
    grid-template-columns: 1fr 200px;
  }
  .stories-page .post-card-body {
    padding: 28px 28px 28px 0;
  }
  .stories-page .author-strip {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 36px 24px;
    gap: 28px;
  }
  .stories-page .author-btn {
    grid-column: auto;
    justify-self: auto;
  }
  .stories-page .newsletter {
    flex-direction: row;
    align-items: center;
    padding: 72px 24px;
    gap: 48px;
  }
  .stories-page .newsletter-form {
    flex-shrink: 0;
  }
  .stories-page .newsletter-input {
    width: 260px;
  }
}
@media (min-width: 1025px) {
  .stories-page .page-header {
    padding: 64px 48px 0;
  }
  .stories-page .page-title {
    font-size: clamp(52px, 7vw, 96px);
    padding-bottom: 48px;
  }
  .stories-page .filter-bar {
    padding: 0 48px;
  }
  .stories-page .featured-info {
    padding: 48px 44px;
  }
  .stories-page .stories-wrapper {
    padding: 0 48px;
    grid-template-columns: 1fr 300px;
  }
  .stories-page .stories-sidebar {
    padding-left: 32px;
  }
  .stories-page .posts-header {
    padding: 40px 0 28px;
  }
  .stories-page .author-strip {
    padding: 36px 48px;
  }
  .stories-page .newsletter {
    padding: 80px 48px;
    gap: 60px;
  }
}

/* —— Blog post page —— */
.blogpost-page .blogpost-ad-leader {
  margin: 24px 16px 8px;
  border-top: none;
}
.blogpost-page .article-header {
  padding: 32px 16px 0;
  max-width: 900px;
}
.blogpost-page .breadcrumb {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 20px;
}
.blogpost-page .breadcrumb a {
  color: rgba(240,237,230,0.55);
  text-decoration: none;
}
.blogpost-page .breadcrumb a:hover {
  color: #c8a96e;
}
.blogpost-page .breadcrumb span {
  color: #c8a96e;
}
.blogpost-page .article-cat {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 20px;
  display: block;
}
.blogpost-page .article-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  color: #f0ede6;
  margin-bottom: 24px;
}
.blogpost-page .article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-bottom: 32px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.blogpost-page .meta-date,
.blogpost-page .meta-read {
  font-size: 11px;
  color: rgba(240,237,230,0.4);
  letter-spacing: 0.08em;
}
.blogpost-page .meta-div {
  width: 1px;
  height: 12px;
  background: rgba(240,237,230,0.15);
}
.blogpost-page .meta-pill {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a96e;
  border: 0.5px solid rgba(200,169,110,0.4);
  padding: 4px 12px;
}
.blogpost-page .video-block {
  margin: 28px 16px 0;
  border: 0.5px solid rgba(240,237,230,0.1);
}
.blogpost-page .video-thumb {
  background: #111;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blogpost-page .video-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #c8a96e;
  color: #0a0a0a;
  padding: 6px 14px;
  font-weight: 500;
}
.blogpost-page .play-lg {
  width: 72px;
  height: 72px;
  border: 2px solid rgba(200,169,110,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogpost-page .tri-lg {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #c8a96e;
  margin-left: 6px;
}
.blogpost-page .video-caption {
  padding: 16px 16px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.blogpost-page .video-caption-text {
  font-size: 12px;
  color: rgba(240,237,230,0.5);
}
.blogpost-page .video-link {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8a96e;
  text-decoration: none;
}
.blogpost-page .video-link:hover {
  color: #f0ede6;
}
.blogpost-page .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0 16px;
  align-items: start;
}
.blogpost-page .article-body {
  padding: 32px 0 40px;
  border-right: none;
}
.blogpost-page .article-body p {
  font-size: 15px;
  color: rgba(240,237,230,0.7);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 24px;
}
.blogpost-page .article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #f0ede6;
  margin: 40px 0 16px;
}
.blogpost-page .pull-quote {
  border-left: 3px solid #c8a96e;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(200,169,110,0.04);
}
.blogpost-page .pull-quote p {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  color: #f0ede6;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.blogpost-page .ad-in-content {
  width: 336px;
  max-width: 100%;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  margin: 32px auto;
}
.blogpost-page .sidebar {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.blogpost-page .sidebar-section-title {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.blogpost-page .sidebar-post {
  display: block;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
  text-decoration: none;
  color: inherit;
}
.blogpost-page .sidebar-post:last-child {
  border-bottom: none;
}
.blogpost-page .sidebar-post-cat {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 6px;
}
.blogpost-page .sidebar-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(240,237,230,0.7);
}
.blogpost-page .sidebar-post:hover .sidebar-post-title {
  color: #f0ede6;
}
.blogpost-page .byline-wrap {
  padding: 0 16px;
}
.blogpost-page .byline {
  padding: 24px 20px;
  border: 0.5px solid rgba(240,237,230,0.1);
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: rgba(240,237,230,0.02);
}
.blogpost-page .byline-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(200,169,110,0.4);
}
.blogpost-page .byline-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.blogpost-page .byline-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: #f0ede6;
  margin-bottom: 4px;
}
.blogpost-page .byline-role {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 10px;
}
.blogpost-page .byline-bio {
  font-size: 12px;
  color: rgba(240,237,230,0.45);
  line-height: 1.7;
  font-weight: 300;
}
.blogpost-page .ad-mid-page {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  margin: 32px 16px 0;
}
.blogpost-page .more {
  padding: 36px 16px 48px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.blogpost-page .more-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #f0ede6;
  margin-bottom: 28px;
}
.blogpost-page .more-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
}
.blogpost-page .more-card {
  display: block;
  padding: 24px 20px;
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  text-decoration: none;
  color: inherit;
}
.blogpost-page .more-card:hover .more-card-title {
  color: #c8a96e;
}
.blogpost-page .more-cat {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 10px;
}
.blogpost-page .more-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #f0ede6;
}
.blogpost-page .blogpost-ad-footer {
  margin: 0 16px;
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
}

@media (min-width: 481px) {
  .blogpost-page .blogpost-ad-leader {
    margin-left: 24px;
    margin-right: 24px;
  }
  .blogpost-page .article-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blogpost-page .video-block {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 32px;
  }
  .blogpost-page .content-wrapper {
    padding: 0 24px;
  }
  .blogpost-page .byline-wrap,
  .blogpost-page .more {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blogpost-page .ad-mid-page {
    margin-left: 24px;
    margin-right: 24px;
  }
  .blogpost-page .blogpost-ad-footer {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media (min-width: 769px) {
  .blogpost-page .more-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .blogpost-page .blogpost-ad-leader {
    margin: 24px 48px 8px;
  }
  .blogpost-page .article-header {
    padding: 40px 48px 0;
  }
  .blogpost-page .video-block {
    margin: 40px 48px 0;
  }
  .blogpost-page .video-label {
    top: 20px;
    left: 20px;
  }
  .blogpost-page .video-caption {
    padding: 16px 20px;
  }
  .blogpost-page .content-wrapper {
    grid-template-columns: 1fr 300px;
    gap: 0;
    padding: 0 48px;
  }
  .blogpost-page .article-body {
    padding: 48px 48px 48px 0;
    border-right: 0.5px solid rgba(240,237,230,0.08);
  }
  .blogpost-page .sidebar {
    padding: 48px 0 48px 36px;
    gap: 32px;
  }
  .blogpost-page .byline-wrap {
    padding: 0 48px;
  }
  .blogpost-page .byline {
    padding: 32px 36px;
  }
  .blogpost-page .ad-mid-page {
    margin: 40px 48px 0;
  }
  .blogpost-page .more {
    padding: 40px 48px 64px;
  }
  .blogpost-page .more-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .blogpost-page .more-card {
    padding: 28px;
  }
  .blogpost-page .blogpost-ad-footer {
    margin: 0 48px;
  }
}/* End custom CSS */