:root {
  --gold: #e5b318;
  --cream: #f6f4ec;
  --ink: #221e13;
  --text: #64625a;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  width: 100%;
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 20;
}

.header-inner {
  width: min(100%, 1480px);
  margin: 0 auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) minmax(180px, 220px);
  align-items: center;
  gap: 22px;
  padding: 0 28px;
}

.brand {
  display: block;
  width: min(92%, 225px);
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.desktop-nav a {
  flex: 0 0 auto;
  display: block;
  padding: 9px clamp(8px, 0.8vw, 14px);
  color: var(--ink);
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 500;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold);
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #dedbd0;
  min-width: 0;
}

.header-search input {
  width: 100%;
  min-width: 0;
  padding: 9px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
}

.header-search button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.search-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1.8px solid var(--ink);
  border-radius: 50%;
  top: 8px;
  left: 8px;
}

.search-icon::after {
  content: "";
  width: 7px;
  height: 1.8px;
  position: absolute;
  background: var(--ink);
  transform: rotate(45deg);
  right: -5px;
  bottom: -3px;
}

.mobile-menu {
  display: none;
}

.hero-wrap {
  padding: 70px 20px 0;
}

.hero {
  min-height: 512px;
  max-width: 840px;
  margin: 0 auto;
  padding: 7em 2em;
  border-radius: 10px;
  background:
    linear-gradient(rgba(18, 23, 38, 0.64), rgba(18, 23, 38, 0.64)),
    url("../images/441f08f1041c42269da3a39e8a429ac8-1.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-panel {
  width: 100%;
  padding: 3em;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.hero p {
  max-width: 650px;
  margin: 24px auto 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 13px 24px;
  border-radius: 3px;
  background: linear-gradient(135deg, #382a47 0%, #f2295b 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(20, 12, 30, 0.3);
}

.sales {
  margin-top: 0;
  padding: 100px 24px 90px;
  background: var(--cream) url("../images/accent-2.png") top center / min(1070px, 94%) auto no-repeat;
}

.section-heading {
  text-align: center;
}

.ornate-heading img {
  width: 31px;
  height: 5px;
  margin: 0 auto 9px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}

.sale-grid {
  max-width: 1230px;
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 44px 40px;
}

.sale-card {
  grid-column: span 2;
  min-width: 0;
  background: #fff;
  box-shadow: 0 45px 70px -42px rgba(74, 69, 53, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sale-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.sale-image {
  width: 100%;
  height: 455px;
  object-fit: cover;
  object-position: top center;
}

.sale-card h3 {
  width: 100%;
  margin: 0;
  padding: 28px 32px 12px;
  color: var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

.sale-card a {
  display: inline-block;
  margin: auto 0 20px;
  padding: 12px 22px;
  background: var(--gold);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.sale-card a:hover,
.sale-card a:focus-visible {
  background: var(--ink);
  color: #fff;
}

@media (max-width: 1240px) {
  .header-inner {
    grid-template-columns: minmax(190px, 1fr) auto;
    padding: 0 32px;
  }

  .desktop-nav,
  .header-search {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: relative;
    justify-self: end;
  }

  .mobile-menu summary {
    width: 48px;
    height: 44px;
    padding: 11px 10px;
    background: var(--gold);
    list-style: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    height: 2px;
    width: 100%;
    background: var(--ink);
  }

  .mobile-menu nav {
    position: absolute;
    top: 53px;
    right: 0;
    width: min(380px, calc(100vw - 32px));
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 15px 35px rgba(50, 45, 30, 0.14);
  }

  .mobile-menu .primary-menu {
    display: block;
  }

  .mobile-menu nav a {
    display: block;
    padding: 11px 18px;
    border-bottom: 1px solid #eeece4;
    color: var(--ink);
    font-size: 14px;
  }

  .hero-wrap {
    padding-top: 65px;
  }

  .sale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .sale-card,
  .sale-card:nth-child(4) {
    grid-column: auto;
  }

  .sale-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 20px);
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .header-inner {
    min-height: 60px;
    padding: 0 16px;
  }

  .brand {
    width: min(72vw, 220px);
  }

  .hero-wrap {
    padding: 60px 10px 0;
  }

  .hero {
    min-height: 420px;
    padding: 10px;
  }

  .hero-panel {
    padding: 24px 20px;
  }

  .hero h1 {
    font-size: 36px;
    letter-spacing: -0.6px;
  }

  .hero p {
    font-size: 14px;
    line-height: 1.65;
    margin: 18px auto 22px;
  }

  .sales {
    padding: 64px 16px 70px;
  }

  .section-heading h2 {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .sale-grid {
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sale-card,
  .sale-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .sale-image {
    height: min(128vw, 590px);
  }

  .sale-card h3 {
    font-size: 24px;
  }
}

.wide-container {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.brand-story {
  padding: 80px;
  background: #fff;
}

.brand-story h2,
.featured-heading h2,
.review-copy h2,
.faq-heading h2 {
  margin: 0;
  color: #0b1929;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -1.2px;
}

.brand-story h2 {
  margin-bottom: 28px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.1;
}

.story-image {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.brand-story p {
  max-width: 1060px;
  margin: 30px 0 0;
  color: #2d3748;
  font-size: 17px;
  line-height: 1.75;
}

.featured {
  padding: 80px;
  background: #f7f6f1;
}

.featured-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.featured-heading h2 {
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.1;
}

.carousel-arrows {
  display: flex;
  gap: 8px;
}

.carousel-arrows span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 22px;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.featured-card {
  grid-column: span 2;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.featured-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.featured-card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

.featured-card-body {
  padding: 25px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.featured-card h3 {
  margin: 0;
  color: #0b1929;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.featured-card p {
  margin: 15px 0 20px;
  color: #2d3748;
  font-size: 16px;
  line-height: 1.7;
}

.amazon-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 11px 18px;
  border-radius: 8px;
  background: #382a47;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.amazon-button:hover,
.amazon-button:focus-visible {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.style-section {
  padding: 100px 80px;
  background: #fff;
}

.left-heading {
  text-align: left;
  margin-bottom: 48px;
}

.left-heading img {
  margin-left: 0;
}

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

.style-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 55px rgba(52, 47, 31, 0.1);
}

.style-card > img {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.style-card > div {
  padding: 30px;
}

.style-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.style-card p {
  min-height: 82px;
  margin: 12px 0 22px;
  font-size: 15px;
  line-height: 1.75;
}

.style-card a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.style-card a span {
  color: var(--gold);
  font-size: 18px;
  margin-left: 6px;
}

.reasons-section {
  padding: 90px 80px 100px;
  background: var(--cream);
}

.reasons-section .section-heading img,
.style-section .section-heading img {
  width: 31px;
  height: 5px;
  margin-bottom: 9px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  background: #dad5c4;
  border: 1px solid #dad5c4;
}

.reason-card {
  min-height: 310px;
  padding: 34px;
  background: #fff;
}

.reason-card > span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 24px;
}

.reason-card h3 {
  margin: 24px 0 14px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
}

.reason-card p {
  margin: 0;
  color: #44433e;
  font-size: 14px;
  line-height: 1.75;
}

.review-section {
  padding: 100px 80px;
  background: #fff;
}

.review-wrap {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 34%) 1fr;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.review-score {
  min-height: 520px;
  padding: 55px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(34, 30, 19, 0.88), rgba(34, 30, 19, 0.88)),
    url("../images/441f08f1041c42269da3a39e8a429ac8-1.png") center / cover;
}

.review-score .stars {
  color: var(--gold);
  font-size: 25px;
  letter-spacing: 4px;
}

.review-score strong {
  margin: 16px 0 4px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 105px;
  font-weight: 400;
  line-height: 0.9;
}

.review-score > span:not(.stars) {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.review-score small {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.review-copy {
  padding: 55px;
}

.eyebrow,
.faq-heading > span {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.review-copy h2 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.review-copy blockquote {
  margin: 26px 0 32px;
  padding-left: 22px;
  border-left: 4px solid var(--gold);
  color: #2d3748;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}

.review-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.review-lists h3 {
  margin: 0 0 14px;
  color: #0b1929;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
}

.review-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-lists li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
  color: #1a1a1a;
  font-size: 14px;
}

.review-lists li::before {
  position: absolute;
  left: 0;
  top: 1px;
}

.positive-list li::before {
  content: "★";
  color: #eab308;
}

.watch-list li::before {
  content: "▲";
  color: #ef4444;
  font-size: 13px;
}

.faq-section {
  padding: 80px 7vw 110px;
  background: #fff;
}

.faq-heading {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.faq-heading h2 {
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.1;
}

.faq-grid {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-bottom: 0;
}

.faq-item:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.faq-item summary {
  position: relative;
  padding: 20px 52px 20px 22px;
  color: #121726;
  cursor: pointer;
  list-style: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item[open] summary {
  border-bottom: 1px solid #e2e8f0;
}

.faq-item p {
  margin: 0;
  padding: 18px 22px 22px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.75;
}

.footer-main {
  padding: 76px max(32px, 7vw) 58px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr 0.6fr;
  gap: 60px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand img {
  width: min(100%, 270px);
  padding: 12px;
  background: #fff;
}

.footer-brand p {
  max-width: 360px;
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.75;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
}

.footer-column h3 {
  margin: 0 0 13px;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.footer-column a,
.footer-column span {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.65;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--gold);
}

.footer-bottom {
  padding: 22px max(32px, 7vw) 30px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom p {
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .brand-story,
  .featured,
  .style-section,
  .reasons-section,
  .review-section {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .featured-card,
  .featured-card:nth-child(4) {
    grid-column: auto;
  }

  .featured-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }

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

  .review-copy {
    padding: 40px;
  }

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

@media (max-width: 767px) {
  .brand-story,
  .featured,
  .style-section,
  .reasons-section,
  .review-section {
    padding: 52px 16px;
  }

  .brand-story h2 {
    font-size: 36px;
  }

  .brand-story p {
    font-size: 15px;
  }

  .featured-heading {
    align-items: flex-end;
  }

  .carousel-arrows span {
    width: 42px;
    height: 42px;
  }

  .featured-grid,
  .style-grid,
  .reasons-grid,
  .review-wrap,
  .review-lists,
  .faq-grid,
  .footer-main,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .featured-card,
  .featured-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .featured-card-body,
  .style-card > div,
  .reason-card {
    padding: 24px;
  }

  .featured-card h3 {
    font-size: 24px;
  }

  .style-section {
    padding-top: 64px;
  }

  .style-grid {
    gap: 24px;
  }

  .style-card p {
    min-height: 0;
  }

  .reason-card {
    min-height: 0;
  }

  .review-score {
    min-height: 390px;
  }

  .review-score strong {
    font-size: 86px;
  }

  .review-copy {
    padding: 30px 24px;
  }

  .review-copy h2,
  .faq-heading h2 {
    font-size: 34px;
  }

  .review-copy blockquote {
    font-size: 17px;
  }

  .faq-section {
    padding: 60px 16px 80px;
  }

  .faq-grid {
    gap: 0;
  }

  .faq-grid > div:last-child .faq-item:first-child {
    border-top: 0;
  }

  .footer-main {
    padding: 56px 20px;
    gap: 38px;
  }

  .footer-bottom {
    padding: 25px 20px 34px;
    gap: 14px;
  }
}

/* WordPress templates and recovered post content. */
.custom-logo-link {
  display: block;
}

.custom-logo-link img {
  width: min(92%, 225px);
  height: auto;
}

.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  left: 12px;
  top: 12px;
  z-index: 1000;
  background: #fff;
  color: var(--ink);
}

.archive-main,
.single-main {
  min-height: 60vh;
}

.latest-posts {
  padding: 90px 0 25px;
  background: var(--cream);
}

.latest-posts .section-heading img {
  width: 31px;
  height: 5px;
  margin: 0 auto 9px;
}

.latest-posts .post-grid {
  margin-bottom: 45px;
}

.archive-hero {
  padding: 94px max(24px, 7vw) 74px;
  text-align: center;
  background: var(--cream) url("../images/accent-2.png") top center / min(1070px, 94%) auto no-repeat;
}

.archive-hero > p,
.article-header .eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.archive-hero h1,
.article-header h1,
.not-found-main h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.archive-description {
  max-width: 780px;
  margin: 20px auto 0;
  line-height: 1.75;
}

.post-grid {
  width: min(100% - 48px, 1300px);
  margin: 70px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7e4da;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(52, 47, 31, 0.08);
}

.post-card-image {
  display: block;
  overflow: hidden;
  background: var(--cream);
}

.post-card-image img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
  transform: scale(1.025);
}

.post-card-body {
  padding: 26px;
}

.post-card-meta,
.article-meta {
  margin: 0 0 10px;
  color: #8a8679;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.post-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.25;
}

.post-card-excerpt {
  margin: 15px 0 20px;
  font-size: 14px;
  line-height: 1.75;
}

.post-card-excerpt p {
  margin: 0;
}

.read-more {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.read-more span {
  margin-left: 5px;
  color: var(--gold);
  font-size: 17px;
}

.navigation.pagination {
  margin: 0 auto 80px;
  text-align: center;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 10px;
  display: grid;
  place-items: center;
  border: 1px solid #dedacd;
  color: var(--ink);
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--gold);
  background: var(--gold);
}

.single-article {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.article-header {
  padding: 90px 0 46px;
  text-align: center;
}

.breadcrumbs {
  margin-bottom: 20px;
  color: #858174;
  font-size: 12px;
}

.breadcrumbs span {
  margin: 0 8px;
  color: var(--gold);
}

.breadcrumbs a:hover {
  color: var(--gold);
}

.article-header h1 {
  max-width: 1040px;
  margin: 0 auto;
}

.article-meta {
  margin-top: 20px;
}

.article-featured {
  margin: 0 0 50px;
}

.article-featured:empty {
  display: none;
}

.article-featured img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.entry-content {
  color: #302f2a;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.82;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.elementor),
.entry-content .elementor > .e-con,
.entry-content .elementor-section > .elementor-container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.22;
}

.entry-content h2 {
  margin-top: 2em;
  font-size: clamp(30px, 4vw, 44px);
}

.entry-content h3 {
  margin-top: 1.7em;
  font-size: clamp(24px, 3vw, 32px);
}

.entry-content a {
  color: #9b7600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.entry-content blockquote {
  margin: 2em auto;
  padding: 18px 26px;
  border-left: 4px solid var(--gold);
  background: var(--cream);
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 12px;
  border: 1px solid #dedacd;
  text-align: left;
}

.entry-content .elementor,
.entry-content .elementor-section,
.entry-content .elementor-container,
.entry-content .e-con,
.entry-content .e-con-inner,
.entry-content .elementor-column,
.entry-content .elementor-widget-wrap,
.entry-content .elementor-widget,
.entry-content .elementor-widget-container {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.entry-content .elementor-section > .elementor-container,
.entry-content .e-con-inner {
  width: 100%;
}

.entry-content .elementor-section {
  width: min(100%, 1120px);
  margin: 0 auto clamp(30px, 5vw, 64px);
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid #ece8dc;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(49, 43, 25, 0.08);
}

.entry-content .elementor-section > .elementor-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(26px, 4vw, 58px);
}

.entry-content .elementor-column {
  flex: 1 1 280px;
  width: auto;
}

.entry-content .elementor-column.elementor-col-50 {
  flex-basis: calc(50% - 30px);
}

.entry-content .elementor-widget-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.entry-content .elementor-widget,
.entry-content .elementor-widget-container,
.entry-content .elementor-widget p {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content .elementor-heading-title {
  margin: 0;
}

.entry-content .elementor-widget-text-editor {
  color: #5f5b50;
  line-height: 1.75;
}

.entry-content .elementor-widget-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.entry-content .e-con-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  align-items: stretch;
  gap: clamp(24px, 3vw, 42px);
}

.entry-content .e-con-inner > .e-con {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #ece8dc;
  border-radius: 12px;
  background: var(--cream);
}

.entry-content .elementor-button br {
  display: none;
}

.entry-content .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 4px;
  background: var(--gold);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.entry-content .elementor-button:hover,
.entry-content .elementor-button:focus-visible {
  background: var(--ink);
  color: #fff;
}

.article-footer,
.post-navigation,
.comments-area {
  width: min(100% - 48px, 920px);
  margin-left: auto;
  margin-right: auto;
}

.article-footer {
  padding: 36px 0 20px;
}

.article-tags a {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 7px 11px;
  background: var(--cream);
  color: var(--ink);
  font-size: 12px;
}

.post-navigation {
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 28px;
  border-top: 1px solid #dedacd;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

.post-navigation > div:last-child {
  text-align: right;
}

.comments-area {
  margin-bottom: 80px;
}

.comments-area input:not([type="submit"]),
.comments-area textarea,
.search-form input[type="search"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #d8d4c7;
  font: inherit;
}

.comments-area input[type="submit"],
.search-form input[type="submit"] {
  padding: 12px 20px;
  border: 0;
  background: var(--gold);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.not-found-main {
  width: min(100% - 48px, 800px);
  min-height: 65vh;
  margin: 0 auto;
  padding: 110px 0;
  text-align: center;
}

.not-found-main > p:not(.eyebrow) {
  margin: 20px auto 30px;
}

.not-found-main .search-form {
  margin: 0 auto 25px;
  display: flex;
}

.no-results {
  grid-column: 1 / -1;
  text-align: center;
}

@media (max-width: 980px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .archive-hero {
    padding-top: 70px;
  }

  .post-grid {
    width: min(100% - 32px, 1300px);
    margin-top: 45px;
    grid-template-columns: 1fr;
  }

  .single-article {
    width: min(100% - 32px, 1120px);
  }

  .article-header {
    padding-top: 60px;
  }

  .entry-content {
    font-size: 16px;
  }

  .entry-content .elementor-section {
    padding: 22px 18px;
    border-radius: 10px;
  }

  .entry-content .elementor-section > .elementor-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .entry-content .elementor-column,
  .entry-content .elementor-column.elementor-col-50 {
    width: 100%;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .post-navigation > div:last-child {
    text-align: left;
  }
}

/* Dynamic native WordPress magazine homepage (no page builder required). */
.mag-home {
  min-height: 60vh;
  background: #fff;
}

.mag-shell {
  width: min(calc(100% - 48px), 1380px);
  margin-right: auto;
  margin-left: auto;
}

.mag-masthead {
  padding: clamp(58px, 7vw, 104px) 0 clamp(34px, 4vw, 58px);
  border-top: 1px solid #ebe8df;
  border-bottom: 1px solid #e7e3d7;
  background:
    radial-gradient(circle at 88% 12%, rgba(229, 179, 24, 0.2), transparent 22%),
    var(--cream);
}

.mag-masthead-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.mag-eyebrow {
  margin: 0 0 10px;
  color: #9a7410;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.mag-masthead h1 {
  max-width: 850px;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(43px, 6vw, 82px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -2.8px;
}

.mag-masthead-copy {
  width: min(100%, 390px);
  margin: 0 0 5px;
  color: #68645a;
  font-size: 15px;
  line-height: 1.75;
}

.mag-lead-section {
  padding: clamp(28px, 4vw, 54px) 0 clamp(72px, 7vw, 110px);
}

.mag-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(400px, 1fr);
  gap: 24px;
}

.mag-lead-main,
.mag-lead-side,
.mag-card {
  min-width: 0;
}

.mag-lead-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mag-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e2d6;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mag-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(45, 39, 24, 0.12);
}

.mag-card-media {
  display: block;
  overflow: hidden;
  background: #e9e5d9;
}

.mag-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mag-card:hover .mag-card-media img {
  transform: scale(1.035);
}

.mag-card-content {
  padding: 24px;
}

.mag-card-meta {
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: #8a8577;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mag-card-category {
  color: #926e0d;
  font-weight: 700;
}

.mag-card-category:hover,
.mag-card-category:focus-visible {
  color: var(--ink);
}

.mag-card-title {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.mag-card-title a:hover,
.mag-card-title a:focus-visible {
  color: #94700f;
}

.mag-card-excerpt {
  margin: 15px 0 0;
  color: #68645a;
  font-size: 13px;
  line-height: 1.72;
}

.mag-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mag-card-link span {
  color: #a77f10;
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.mag-card-link:hover span,
.mag-card-link:focus-visible span {
  transform: translateX(4px);
}

.mag-card-lead {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  border: 0;
  border-radius: 10px;
  background: var(--ink);
}

.mag-card-lead .mag-card-media,
.mag-card-lead .mag-card-media::after {
  position: absolute;
  inset: 0;
}

.mag-card-lead .mag-card-media::after {
  content: "";
  background: linear-gradient(180deg, rgba(16, 14, 10, 0.04) 20%, rgba(16, 14, 10, 0.87) 100%);
}

.mag-card-lead .mag-card-content {
  position: relative;
  z-index: 1;
  width: min(100%, 780px);
  padding: clamp(28px, 4vw, 58px);
}

.mag-card-lead .mag-card-meta,
.mag-card-lead .mag-card-excerpt {
  color: rgba(255, 255, 255, 0.78);
}

.mag-card-lead .mag-card-category,
.mag-card-lead .mag-card-link,
.mag-card-lead .mag-card-link span {
  color: #f3c94c;
}

.mag-card-lead .mag-card-title {
  color: #fff;
  font-size: clamp(35px, 4.2vw, 64px);
  line-height: 1.04;
  letter-spacing: -1.8px;
}

.mag-card-lead .mag-card-title a:hover,
.mag-card-lead .mag-card-title a:focus-visible {
  color: #f3c94c;
}

.mag-card-lead .mag-card-excerpt {
  max-width: 680px;
  font-size: 15px;
}

.mag-card-compact {
  display: flex;
  flex-direction: column;
}

.mag-card-compact .mag-card-media {
  aspect-ratio: 1.35 / 1;
}

.mag-card-compact .mag-card-content {
  padding: 18px;
}

.mag-card-compact .mag-card-meta {
  margin-bottom: 8px;
  font-size: 9px;
}

.mag-card-compact .mag-card-title {
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.22;
}

.mag-card-compact .mag-card-link {
  margin-top: 12px;
}

.mag-latest-section,
.mag-category-section {
  padding: clamp(66px, 7vw, 104px) 0;
}

.mag-latest-section {
  border-top: 1px solid #e8e4d9;
  border-bottom: 1px solid #e8e4d9;
  background: var(--cream);
}

.mag-section-heading {
  margin-bottom: clamp(30px, 4vw, 48px);
  padding-bottom: 20px;
  border-bottom: 1px solid #dcd7c8;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.mag-section-heading .mag-eyebrow {
  margin-bottom: 7px;
}

.mag-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 55px);
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.mag-section-heading > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.mag-section-heading > a span {
  color: #a77f10;
  font-size: 19px;
}

.mag-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.mag-card-standard,
.mag-card-feature {
  display: flex;
  flex-direction: column;
}

.mag-card-standard .mag-card-media,
.mag-card-feature .mag-card-media {
  aspect-ratio: 1.45 / 1;
}

.mag-card-standard .mag-card-content,
.mag-card-feature .mag-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mag-card-standard .mag-card-link,
.mag-card-feature .mag-card-link {
  margin-top: auto;
  padding-top: 19px;
}

.mag-category-stream > .mag-category-section:nth-child(even) {
  border-top: 1px solid #e8e4d9;
  border-bottom: 1px solid #e8e4d9;
  background: var(--cream);
}

.mag-category-grid {
  display: grid;
  gap: 26px;
}

.mag-category-layout-0 .mag-category-grid {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.8fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.mag-category-layout-0 .mag-card:first-child {
  grid-row: 1 / 3;
}

.mag-category-layout-0 .mag-card:nth-child(4) {
  grid-column: 2 / 4;
}

.mag-category-layout-0 .mag-card:first-child .mag-card-media {
  aspect-ratio: 1.25 / 1;
}

.mag-category-layout-0 .mag-card:not(:first-child) {
  display: grid;
  grid-template-columns: minmax(125px, 0.75fr) minmax(0, 1fr);
}

.mag-category-layout-0 .mag-card:not(:first-child) .mag-card-media {
  height: 100%;
  aspect-ratio: auto;
}

.mag-category-layout-0 .mag-card:not(:first-child) .mag-card-content {
  padding: 17px;
}

.mag-category-layout-0 .mag-card:not(:first-child) .mag-card-title {
  font-size: clamp(17px, 1.45vw, 21px);
}

.mag-category-layout-0 .mag-card:not(:first-child) .mag-card-link {
  padding-top: 12px;
}

.mag-category-layout-1 .mag-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mag-category-layout-1 .mag-card-title {
  font-size: clamp(20px, 1.65vw, 25px);
}

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

.mag-card-horizontal {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
}

.mag-card-horizontal .mag-card-media {
  min-height: 250px;
}

.mag-card-horizontal .mag-card-content {
  align-self: center;
}

.mag-empty-state {
  padding: 110px 0;
  text-align: center;
}

.mag-empty-state h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
}

.mag-empty-state p {
  margin: 18px 0 0;
}

.entry-content p:empty {
  display: none;
}

@media (max-width: 1180px) {
  .mag-lead-grid {
    grid-template-columns: 1fr;
  }

  .mag-lead-side {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mag-category-layout-0 .mag-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .mag-category-layout-0 .mag-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .mag-category-layout-0 .mag-card:first-child .mag-card-media {
    height: 100%;
    min-height: 400px;
    aspect-ratio: auto;
  }

  .mag-category-layout-0 .mag-card:nth-child(4) {
    grid-column: auto;
  }

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

@media (max-width: 900px) {
  .mag-masthead-inner {
    display: block;
  }

  .mag-masthead-copy {
    margin-top: 24px;
  }

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

  .mag-latest-grid,
  .mag-category-layout-2 .mag-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mag-card-horizontal {
    grid-template-columns: 1fr;
  }

  .mag-card-horizontal .mag-card-media {
    min-height: 0;
    aspect-ratio: 1.45 / 1;
  }
}

@media (max-width: 680px) {
  .mag-shell {
    width: min(calc(100% - 32px), 1380px);
  }

  .mag-masthead {
    padding-top: 48px;
  }

  .mag-masthead h1 {
    font-size: clamp(40px, 13vw, 57px);
    line-height: 1.01;
    letter-spacing: -1.7px;
  }

  .mag-card-lead {
    min-height: 500px;
  }

  .mag-card-lead .mag-card-content {
    padding: 28px 22px;
  }

  .mag-card-lead .mag-card-title {
    font-size: clamp(32px, 9.5vw, 45px);
  }

  .mag-card-lead .mag-card-excerpt {
    font-size: 13px;
  }

  .mag-lead-side,
  .mag-latest-grid,
  .mag-category-layout-0 .mag-category-grid,
  .mag-category-layout-1 .mag-category-grid,
  .mag-category-layout-2 .mag-category-grid {
    grid-template-columns: 1fr;
  }

  .mag-card-compact {
    display: grid;
    grid-template-columns: minmax(115px, 0.75fr) minmax(0, 1.25fr);
  }

  .mag-card-compact .mag-card-media {
    height: 100%;
    aspect-ratio: auto;
  }

  .mag-card-compact .mag-card-content {
    padding: 15px;
  }

  .mag-card-compact .mag-card-title {
    font-size: 17px;
  }

  .mag-section-heading {
    align-items: flex-start;
  }

  .mag-section-heading h2 {
    font-size: 35px;
  }

  .mag-section-heading > a {
    padding-top: 8px;
    font-size: 9px;
  }

  .mag-category-layout-0 .mag-card:first-child {
    grid-column: auto;
    display: flex;
  }

  .mag-category-layout-0 .mag-card:first-child .mag-card-media {
    min-height: 0;
    aspect-ratio: 1.35 / 1;
  }

  .mag-category-layout-0 .mag-card:not(:first-child),
  .mag-card-horizontal {
    grid-template-columns: minmax(112px, 0.7fr) minmax(0, 1.3fr);
  }

  .mag-category-layout-0 .mag-card:not(:first-child) .mag-card-media,
  .mag-card-horizontal .mag-card-media {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .mag-card-horizontal .mag-card-content {
    padding: 16px;
  }

  .mag-card-horizontal .mag-card-title {
    font-size: 18px;
  }

  .mag-card-horizontal .mag-card-excerpt,
  .mag-card-horizontal .mag-card-link,
  .mag-category-layout-0 .mag-card:not(:first-child) .mag-card-link {
    display: none;
  }
}

@media (max-width: 430px) {
  .mag-section-heading {
    display: block;
  }

  .mag-section-heading > a {
    margin-top: 13px;
  }

  .mag-card-compact,
  .mag-category-layout-0 .mag-card:not(:first-child),
  .mag-card-horizontal {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .mag-card-meta time {
    display: none;
  }
}

/* Version 4 editorial, responsive, and recovered-content hardening. */
.site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ebe7dc;
  box-shadow: 0 8px 28px rgba(34, 30, 19, 0.045);
}

.admin-bar .site-header {
  top: 32px;
}

.brand,
.brand > a,
.brand .custom-logo-link {
  display: block;
}

.brand .custom-logo-link img,
.brand > a > img {
  width: 100%;
  height: auto;
}

.mag-topic-nav {
  border-bottom: 1px solid #e9e5d9;
  background: #fff;
}

.mag-topic-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
}

.mag-topic-inner > strong {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mag-topic-inner > div {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mag-topic-inner > div::-webkit-scrollbar {
  display: none;
}

.mag-topic-inner a {
  flex: 0 0 auto;
  padding: 7px 13px;
  border: 1px solid #e6e1d2;
  border-radius: 999px;
  color: #5f5b50;
  font-size: 11px;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mag-topic-inner a:hover,
.mag-topic-inner a:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.mag-card-media,
.post-card-image,
.article-featured,
.sidebar-story-image {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent),
    #e9e5d9;
}

.single-main {
  overflow: hidden;
  background: #fff;
}

.editorial-article {
  width: 100%;
  max-width: none;
}

.editorial-article .article-header {
  margin: 0;
  padding: clamp(62px, 7vw, 108px) 24px clamp(52px, 6vw, 82px);
  border-bottom: 1px solid #e4dfd1;
  background:
    radial-gradient(circle at 84% 12%, rgba(229, 179, 24, 0.19), transparent 24%),
    var(--cream);
}

.article-header-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
}

.editorial-article .breadcrumbs {
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.editorial-article .article-kicker {
  display: inline-flex;
  margin-bottom: 17px;
  color: #946f0d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.editorial-article .article-header h1 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -2.2px;
  overflow-wrap: anywhere;
}

.article-byline {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  color: #777265;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.editorial-article .article-featured {
  width: min(calc(100% - 48px), 1180px);
  min-height: 260px;
  margin: clamp(34px, 5vw, 70px) auto 0;
  overflow: hidden;
  border-radius: 14px;
}

.editorial-article .article-featured img {
  width: 100%;
  height: clamp(360px, 52vw, 680px);
  max-height: none;
  object-fit: cover;
}

.article-layout {
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: clamp(46px, 6vw, 82px);
}

.article-main-column {
  min-width: 0;
}

.article-layout .entry-content {
  font-size: 17px;
  line-height: 1.85;
}

.article-layout .entry-content > *:not(.alignwide):not(.alignfull):not(.elementor),
.article-layout .entry-content .elementor > .e-con,
.article-layout .entry-content .elementor-section > .elementor-container {
  max-width: 100%;
}

.article-layout .entry-content > p:first-of-type {
  color: #454238;
  font-size: 19px;
  line-height: 1.8;
}

.entry-content h2 {
  margin-top: 1.9em;
  margin-bottom: 0.65em;
  font-size: clamp(31px, 3.5vw, 43px);
  letter-spacing: -0.7px;
}

.entry-content h3 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.entry-content ul:not(.elementor-icon-list-items),
.entry-content ol {
  padding-left: 1.35em;
}

.entry-content li + li {
  margin-top: 0.48em;
}

.entry-content figure,
.entry-content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content figcaption {
  margin-top: 9px;
  color: #858074;
  font-size: 12px;
  text-align: center;
}

.entry-content img:not(.emoji):not(.avatar) {
  max-width: 100%;
  height: auto;
}

/* Old Elementor HTML remains intact, but renders without the plugin. */
.entry-content .elementor-shape,
.entry-content .elementor-shape-top,
.entry-content .elementor-shape-bottom {
  display: none !important;
}

.entry-content .elementor-section {
  width: 100%;
  margin: 0 0 clamp(28px, 4vw, 52px);
  padding: clamp(25px, 3.5vw, 44px);
  border: 1px solid #e8e3d6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(48, 42, 26, 0.065);
}

.entry-content .elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
}

.entry-content .elementor-column,
.entry-content .elementor-column.elementor-col-50,
.entry-content .elementor-column.elementor-col-33,
.entry-content .elementor-column.elementor-col-25 {
  width: 100% !important;
  flex-basis: auto;
}

.entry-content .e-con-inner {
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 22px;
}

.entry-content .e-con-inner > .e-con {
  min-width: 0;
  overflow: hidden;
  padding: clamp(20px, 2.6vw, 30px);
  border-color: #e7e1d3;
  background: #faf9f5;
}

.entry-content .elementor-widget-image {
  overflow: hidden;
  border-radius: 9px;
  background: #ece8dd;
}

.entry-content .elementor-widget-image img {
  width: 100%;
  min-height: 180px;
  max-height: 520px;
  object-fit: cover;
}

.entry-content .elementor-icon-list-items {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none !important;
}

.entry-content .elementor-icon-list-item {
  min-width: 0;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 11px;
  border: 1px solid #e6e1d3;
  border-radius: 8px;
  background: #faf8f1;
}

.entry-content .elementor-icon-list-icon {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  display: grid !important;
  place-items: center;
  position: relative;
  overflow: visible;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 0 !important;
  line-height: 1 !important;
}

.entry-content .elementor-icon svg {
  display: block !important;
  width: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  fill: currentColor !important;
}

.entry-content .elementor-icon-list-icon svg,
.entry-content .elementor-icon-list-icon i {
  display: none !important;
}

.entry-content .elementor-icon-list-icon::before {
  content: "" !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink);
}

.entry-content .elementor-icon-list-icon::after {
  display: none !important;
}

.entry-content .elementor-icon-list-text {
  min-width: 0;
  color: #3e3b32;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.entry-content .elementor-button {
  border-radius: 999px;
  text-decoration: none;
}

.article-sidebar {
  min-width: 0;
}

.sidebar-sticky {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 24px;
}

.sidebar-widget {
  padding: 26px;
  border: 1px solid #e7e2d6;
  border-radius: 10px;
  background: #faf9f5;
}

.sidebar-eyebrow {
  margin: 0 0 7px;
  color: #98720e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sidebar-widget h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  line-height: 1.15;
}

.sidebar-story {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border-top: 1px solid #e3ded1;
}

.sidebar-story:first-of-type {
  border-top: 0;
}

.sidebar-story-image {
  width: 76px;
  height: 68px;
  overflow: hidden;
  border-radius: 6px;
}

.sidebar-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-story-copy {
  min-width: 0;
}

.sidebar-story-copy small {
  display: block;
  margin-bottom: 5px;
  color: #8b8679;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.sidebar-story-copy strong {
  display: block;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  line-height: 1.25;
}

.sidebar-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-categories li {
  margin: 0;
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e3ded1;
  color: #8b8679;
  font-size: 11px;
}

.sidebar-categories li:first-child {
  border-top: 0;
}

.sidebar-categories a {
  color: var(--ink);
  font-weight: 600;
}

.article-layout .article-footer {
  width: 100%;
  padding-top: 42px;
  border-top: 1px solid #e3ded1;
}

.article-tags strong {
  margin-right: 8px;
  color: var(--ink);
  font-size: 12px;
}

.related-stories {
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
  padding: clamp(62px, 7vw, 96px) 0;
  border-top: 1px solid #dfdacd;
}

.related-heading {
  margin-bottom: 34px;
}

.related-heading p {
  margin: 0 0 8px;
  color: #98720e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.related-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
}

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

.related-grid .post-card {
  height: 100%;
}

.single-main > .post-navigation {
  width: min(calc(100% - 48px), 1280px);
  margin-top: 0;
  padding: 34px 0 78px;
}

.post-navigation a {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.post-navigation a > span {
  display: block;
  margin-bottom: 6px;
  color: #9b7600;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* Newsletter removed: footer is now a content-discovery area. */
.footer-editorial {
  grid-template-columns: minmax(250px, 1.35fr) minmax(145px, 0.65fr) minmax(155px, 0.7fr) minmax(260px, 1.1fr);
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(54px, 6vw, 78px);
  gap: clamp(35px, 5vw, 72px);
}

.footer-editorial .footer-brand img {
  width: min(100%, 250px);
}

.footer-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-column h2 {
  margin: 0 0 15px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
}

.footer-story {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-story:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.footer-story time {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.footer-story > span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .sidebar-sticky {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .related-grid .post-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 14px);
    justify-self: center;
  }

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

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 700px) {
  .editorial-article .article-header {
    padding: 48px 16px 44px;
  }

  .editorial-article .article-header h1 {
    font-size: clamp(36px, 11vw, 50px);
    letter-spacing: -1.2px;
  }

  .editorial-article .breadcrumbs {
    margin-bottom: 20px;
    overflow-wrap: anywhere;
  }

  .article-byline {
    font-size: 9px;
  }

  .editorial-article .article-featured,
  .article-layout,
  .related-stories,
  .single-main > .post-navigation {
    width: calc(100% - 32px);
  }

  .editorial-article .article-featured {
    min-height: 0;
  }

  .editorial-article .article-featured img {
    height: clamp(240px, 75vw, 390px);
  }

  .article-layout {
    padding-top: 48px;
    gap: 48px;
  }

  .article-layout .entry-content {
    font-size: 16px;
    line-height: 1.78;
  }

  .article-layout .entry-content > p:first-of-type {
    font-size: 17px;
  }

  .entry-content .elementor-section {
    padding: 20px 16px;
    border-radius: 8px;
  }

  .entry-content .elementor-section > .elementor-container,
  .entry-content .e-con-inner,
  .entry-content .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }

  .entry-content .elementor-widget-image img {
    min-height: 150px;
  }

  .sidebar-sticky,
  .related-grid,
  .footer-editorial,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .related-grid .post-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .single-main > .post-navigation {
    gap: 28px;
  }

  .footer-editorial {
    padding: 56px 20px;
  }

  .mag-topic-inner {
    width: 100%;
    padding-left: 16px;
  }

  .mag-topic-inner > div {
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .sidebar-widget {
    padding: 21px 18px;
  }

  .entry-content .elementor-icon-list-item {
    padding: 12px !important;
  }
}
