/*
Theme Name: Natureland Creative
Theme URI: https://natureland-creative.com/
Author: advertpreneur
Author URI: https://advertpreneur.com
Description: Premium, editorial WordPress theme for Natureland Creative Coffee. Harvested, roasted, packaged and airfreighted direct from Vietnam.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: natureland-creative
*/

/* ─── BASE & RESET ────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: #FAF7F2;
  color: #0A0A0A;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  left: -132px;
  top: 50%;
  width: 290px;
  height: 430px;
  transform: translateY(-50%) rotate(-28deg);
  background: url('https://png.pngtree.com/png-vector/20220829/ourmid/pngtree-coffee-bean-icon-vector-png-image_6129009.png') center / contain no-repeat;
  opacity: .12;
  pointer-events: none;
  z-index: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}

/* ─── COLOR VARIABLES ─────────────────────────────── */
:root {
  --cream:   #FAF7F2;
  --cream-d: #E8E0D0;
  --black:   #0A0A0A;
  --black-s: #2A2A2A;
  --gold:    #C8962E;
  --gold-l:  #E8C47A;
  --gold-line: rgba(200,150,46,0.32);
  --white:   #FFFFFF;
}

/* ─── COMMON UTILITIES & BLOB ─────────────────────── */
.has-blob {
  position: relative;
  overflow: hidden;
}
.has-blob > * {
  position: relative;
  z-index: 1;
}
.blob-tl {
  display: none;
}
.cbtn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
  background: none;
  cursor: pointer;
}
.cbtn:hover {
  background: var(--gold);
  color: var(--black);
}
.cbtn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ico {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
  transition: color .2s;
}
.ico:hover {
  color: var(--gold);
}

.section-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 500;
}
.section-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.05;
  color: var(--black);
  margin-bottom: 22px;
}
.section-ttl em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  font-size: .88em;
  display: block;
  text-transform: none;
}
.section-txt {
  font-size: 13px;
  line-height: 1.95;
  color: var(--black-s);
}
.capsule-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.capsule-wrap img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  transition: transform .6s ease;
  display: block;
}
.capsule-wrap:hover img {
  transform: scale(1.04);
}

/* ─── MARQUEE ────────────────────────────────────── */
.marquee {
  background: var(--black);
  overflow: hidden;
  padding: 7px 0;
}
.marquee-inner {
  display: flex;
  white-space: nowrap;
  animation: tick 28s linear infinite;
}
.marquee-inner span {
  flex-shrink: 0;
  padding-right: 44px;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-l);
}
@keyframes tick {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ─── HEADER ─────────────────────────────────────── */
.hdr {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--cream);
  border-bottom: 1px solid var(--cream-d);
}
.hdr-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 52px;
  max-width: 1500px;
  margin: 0 auto;
}
.hdr-left {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.hdr-right {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.hdr-left a {
  font-size: 9.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color .2s;
}
.hdr-left a:hover, .hdr-left a.active, .hdr-left .current-menu-item a {
  color: var(--gold);
}
.hdr-social {
  display: flex;
  align-items: center;
  color: var(--black);
  transition: color .2s;
}
.hdr-social:hover {
  color: var(--gold);
}
.hdr-social svg {
  width: 18px;
  height: 18px;
}
.hdr-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdr-logo img {
  height: 72px;
  width: auto;
  object-fit: contain;
}
.mobile-menu-toggle,
.mobile-menu-close {
  display: none;
}

/* ─── HERO ───────────────────────────────────────── */
.hero {
  position: relative;
  height: auto;
  min-height: 0;
  background: var(--cream);
  overflow: hidden;
}
.hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: center;
}
.hero-picture {
  display: block;
  width: 100%;
  height: auto;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.52) 100%);
}
.hero-content,
.hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5.8vw, 80px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.07;
  max-width: 740px;
  text-shadow: 0 4px 28px rgba(0,0,0,.4);
  letter-spacing: .5px;
}
.hero-arrow {
  margin-top: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(232,196,122,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-l);
  transition: all .25s;
}
.hero-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}
.hero-floatimg {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 14px 44px rgba(0,0,0,.45);
}
.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 22px;
  font-weight: 500;
  opacity: .88;
}
.hero-title .gold-line {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-l);
  text-transform: none;
  display: block;
  font-size: .88em;
  letter-spacing: 1px;
}
.hero-sub {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(232,196,122,.6);
  font-weight: 400;
}

/* ─── RANGE OF PRODUCTS ──────────────────────────── */
.range {
  background: var(--cream);
  padding: 60px 52px 80px;
}
.range-head {
  margin-bottom: 52px;
}
.rh-row {
  display: flex;
  align-items: baseline;
}
.rh-big {
  font-family: 'Playfair Display', serif;
  font-size: clamp(72px, 11.5vw, 162px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  line-height: .88;
}
.rh-of {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 68px);
  font-style: italic;
  font-weight: 300;
  color: var(--black);
  margin-left: 18px;
  line-height: 1;
}
.range-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.range-cat {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.range-cat-shopall {
  width: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1.5px solid var(--black);
  border-radius: 12px;
  background: transparent;
  color: var(--black);
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background .22s, color .22s;
  padding: 24px;
  aspect-ratio: 1/1;
}
.range-cat-shopall svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.range-cat:hover .range-cat-shopall {
  background: var(--black);
  color: #fff;
}
/* Arrow buttons */
.range-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  transition: background .2s, box-shadow .2s;
  padding: 0;
}
.range-arrow:hover {
  background: var(--black);
  color: #fff;
}
.range-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.range-arrow--prev { left: -22px; }
.range-arrow--next { right: -22px; }
/* Dots */
.range-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.range-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--black-s);
  opacity: .3;
  cursor: pointer;
  transition: opacity .2s, background .2s;
  border: none;
  padding: 0;
}
.range-dot.active {
  opacity: 1;
  background: var(--gold);
  width: 20px;
  border-radius: 3px;
}
.range-cat-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .35s ease;
  display: block;
  background: rgba(255,255,255,.62);
}
.range-cat:hover .range-cat-img {
  transform: translateY(-8px);
}
.range-cat-lbl {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
  text-align: center;
}

/* ─── YOUR FAVORITES (CARDS) ─────────────────────── */
.favs {
  background: linear-gradient(180deg, var(--cream) 0%, #efe7d8 100%);
  padding: 0 0 64px;
  border-top: 1px solid var(--cream-d);
}
.favs-hd {
  padding: 56px 56px 36px;
}
.favs-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: .5px;
}
.favs-ttl .sub {
  display: block;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: .5px;
}
.favs-scroll {
  display: flex;
  gap: 20px;
  padding: 0 56px 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: safe center;
}
.favs-scroll::-webkit-scrollbar {
  display: none;
}
.favs-wrap {
  position: relative;
}

.pcard {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
}
.pcard-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  background: #f0ece4;
  display: block;
}
.pcard-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  background: #fffaf0;
  border-top: 1px solid rgba(200,150,46,0.18);
}
.pcard-name {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.6;
  color: var(--black);
}
.pcard-price {
  font-size: 15px;
  font-weight: 500;
  color: var(--black-s);
}
.pcard-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}
.pcard-link {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
}
.pcard-link:hover {
  color: var(--gold);
}

.amazon-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FF9900;
  color: #0A0A0A;
  border-radius: 999px;
  padding: 13px 28px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.amazon-btn:hover {
  background: #e68a00;
  transform: translateY(-1px);
}
.amazon-btn img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.walmart-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0071dc;
  color: #fff;
  border-radius: 999px;
  padding: 13px 28px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.walmart-btn:hover {
  background: #005cb9;
  color: #fff;
  transform: translateY(-1px);
}
.walmart-btn img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* ─── NEVER RUN OUT ──────────────────────────────── */
.runout {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 80px 0;
}
.runout-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 80px;
}
.runout-capsule-wrap {
  flex-shrink: 0;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.runout-capsule-wrap img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.runout-copy {
  flex: 1;
}
.runout-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  font-style: normal;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: .5px;
  margin-bottom: 20px;
}
.runout-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 10px;
}
.runout-txt {
  font-size: 13px;
  line-height: 1.9;
  color: var(--black-s);
  margin-bottom: 28px;
  max-width: 380px;
}
.runout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ─── STORY / PROCESS ────────────────────────────── */
.process {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 100px 0;
}
.process-inner {
  display: flex;
  align-items: center;
  gap: 88px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
.process-copy {
  flex: 1;
}
.process-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-weight: 500;
}
.process-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.05;
  color: var(--black);
  margin-bottom: 24px;
}
.process-ttl em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  font-size: .88em;
  display: block;
  text-transform: none;
}
.process-txt {
  font-size: 13px;
  line-height: 1.95;
  color: var(--black-s);
  margin-bottom: 28px;
  max-width: 420px;
}
.process-steps-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 36px;
}
.process-steps-row span {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.process-steps-row i {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold-line);
  margin: 0 10px;
  vertical-align: middle;
}
.process-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.process-cta-lbl {
  font-size: 9.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
}
.process-fig {
  flex-shrink: 0;
}
.process-capsule {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.process-capsule img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  transition: transform .6s ease;
  display: block;
}
.process-capsule:hover img {
  transform: scale(1.04);
}

/* ─── INFO STRIP ─────────────────────────────────── */
.info-strip {
  background: var(--cream);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}
.info-row {
  display: flex;
  align-items: center;
  padding: 28px 56px;
  gap: 0;
  min-height: 110px;
}
.info-divider {
  height: 1px;
  background: var(--gold-line);
  margin: 0;
}
.info-left {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 36%;
  flex-shrink: 0;
}
.info-big {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 8.5vw, 118px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .88;
}
.info-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}

.blog-cols {
  display: flex;
  gap: 32px;
  flex: 1;
  justify-content: flex-end;
}
.blog-col {
  max-width: 180px;
}
.blog-col p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 6px;
}
.blog-col a {
  font-size: 11px;
  color: var(--gold);
  text-decoration: underline;
  letter-spacing: .5px;
}
.blog-col a:hover {
  color: var(--black);
}
.blog-mobile-all {
  display: none;
}
.contact-info-block {
  text-align: right;
  font-size: 13px;
  line-height: 1.9;
  color: var(--black-s);
}

/* ─── FEATURED PRODUCT (LOYALTY) ─────────────────── */
.loyalty {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 80px 0;
}
.loyalty-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 80px;
}
.loyalty-fig {
  flex-shrink: 0;
  position: relative;
}
.loyalty-capsule {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.loyalty-capsule img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.loyalty-copy {
  flex: 1;
}
.loyalty-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 12px;
}
.loyalty-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: .5px;
  margin-bottom: 16px;
}
.loyalty-txt {
  font-size: 13px;
  line-height: 1.9;
  color: var(--black-s);
  margin-bottom: 18px;
  max-width: 380px;
}
.loyalty-price {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 28px;
}
.loyalty-price span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  color: var(--black-s);
  margin-left: 6px;
  letter-spacing: 1px;
}

/* ─── HOMEPAGE DIVIDER ───────────────────────────── */
.divider {
  border-top: 1px solid var(--cream-d);
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.div-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transition: all .25s;
}
.div-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.div-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ─── NATURELAND MASTERS (CAROUSEL) ──────────────── */
.masters {
  background: var(--cream);
  padding: 52px 56px 80px;
}
.masters-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 48px;
}
.masters-left {
  flex: 1;
  padding-left: 20px;
}
.masters-desc {
  font-size: 18px;
  line-height: 1.8;
  color: var(--black-s);
  margin-bottom: 24px;
}
.masters-desc strong {
  font-weight: 600;
}
.masters-seemore {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 1px;
}
.masters-seemore:hover {
  text-decoration: underline;
}
.masters-cupssvg {
  flex-shrink: 0;
  width: 390px;
  flex: 0 0 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masters-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(72px, 13.5vw, 195px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .85;
  text-align: left;
  color: var(--black);
}

.masters-carousel-wrap {
  position: relative;
  overflow: hidden;
}
.masters-ovals {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
}
.masters-ovals::-webkit-scrollbar {
  display: none;
}
.masters-oval-item {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}
.masters-oval {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.64);
  display: block;
}
.masters-oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.masters-oval:hover img {
  transform: scale(1.04);
}
.masters-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 80px;
}
.masters-carousel-center {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.mdot.on {
  background: transparent;
  border: 1.5px solid var(--black);
}
.mdot.off {
  background: transparent;
  border: 1.5px solid var(--cream-d);
}
.mdot.active {
  background: var(--black);
  border-color: var(--black);
}

/* ─── NEWSLETTER ─────────────────────────────────── */
.nl {
  background: var(--cream);
  padding: 80px 80px 80px 96px;
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--cream-d);
}
.nl-body {
  flex: 1;
  max-width: 540px;
}
.nl-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  line-height: 1.05;
}
.nl-input-wrap {
  border-bottom: 1px solid var(--black-s);
  margin-bottom: 14px;
  padding-bottom: 10px;
}
.nl-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}
.nl-input::placeholder {
  color: rgba(10,10,10,.4);
}
.nl-hint {
  font-size: 11.5px;
  color: var(--black-s);
  margin-bottom: 14px;
}
.nl-check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.nl-check-row input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.nl-check-lbl {
  font-size: 11px;
  line-height: 1.6;
  color: var(--black-s);
}
.nl-check-lbl a {
  color: var(--gold);
  text-decoration: underline;
}
.nl-btn {
  border: 1px solid var(--black);
  border-radius: 999px;
  background: none;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: var(--black);
  padding: 10px 28px;
  cursor: pointer;
  transition: all .2s;
  margin-bottom: 36px;
}
.nl-btn:hover {
  background: var(--black);
  color: var(--cream);
}
.nl-socials {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nl-soc {
  color: var(--black);
  transition: color .2s;
  display: flex;
  align-items: center;
}
.nl-soc:hover {
  color: var(--gold);
}
.nl-soc svg {
  width: 20px;
  height: 20px;
}
.nl-deco {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
}

/* ─── FOOTER ─────────────────────────────────────── */
footer {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 68px 80px 32px;
  position: relative;
  overflow: hidden;
}
.foot-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
  text-align: center;
}
.foot-hd {
  font-size: 9.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 20px;
}
.foot-col ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}
.foot-col ul li a {
  font-size: 12px;
  color: var(--black-s);
  letter-spacing: .3px;
  transition: color .2s;
}
.foot-col ul li a:hover {
  color: var(--gold);
}
.foot-brand-logo {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}
.foot-brand-logo img {
  height: 88px;
  width: auto;
  object-fit: contain;
}
.foot-tagline {
  font-size: 12px;
  line-height: 1.8;
  color: var(--black-s);
  margin-bottom: 24px;
}
.foot-socials {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.foot-soc {
  color: var(--black-s);
  transition: color .2s;
  display: flex;
  align-items: center;
}
.foot-soc:hover {
  color: var(--gold);
}
.foot-soc svg {
  width: 18px;
  height: 18px;
}
.foot-bot {
  border-top: 1px solid var(--cream-d);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-copy, .foot-powered {
  font-size: 10px;
  color: rgba(10,10,10,.35);
  letter-spacing: 1px;
}
.foot-powered a {
  color: var(--gold);
  text-decoration: none;
  transition: color .2s;
}
.foot-powered a:hover {
  color: var(--black);
}
.foot-deco {
  position: absolute;
  right: -20px;
  bottom: -10px;
  pointer-events: none;
  z-index: 0;
  opacity: .13;
}

/* ─── PAGE HERO (UNIVERSAL FOR ABOUT, CONTACT, ETC.) ─ */
.page-hero {
  position: relative;
  height: auto;
  min-height: 0;
  background: var(--cream);
  overflow: hidden;
}
.page-hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,.65) 100%);
}
.page-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px;
}
.page-hero-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 18px;
  font-weight: 500;
}
.page-hero-ttl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 82px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.05;
  letter-spacing: .5px;
  text-shadow: 0 4px 28px rgba(0,0,0,.4);
}
.page-hero-ttl em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-l);
  font-size: .88em;
  display: block;
  text-transform: none;
}

/* ─── ABOUT PAGE ─────────────────────────────────── */
.about-intro {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 100px 0;
}
.about-intro-inner {
  display: flex;
  align-items: center;
  gap: 88px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 80px;
}
.about-intro-copy {
  flex: 1;
}
.about-intro-copy .section-txt {
  margin-bottom: 16px;
}
.about-intro-copy .section-txt:last-of-type {
  margin-bottom: 32px;
}
.about-intro-fig {
  flex-shrink: 0;
}

.story-band {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 100px 0;
}
.story-band-inner {
  display: flex;
  align-items: center;
  gap: 88px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px;
}
.story-band.reverse .story-band-inner {
  flex-direction: row-reverse;
}
.story-band-copy {
  flex: 1;
}
.story-band-copy .section-txt + .section-txt {
  margin-top: 16px;
}
.story-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--gold-line);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.story-figure {
  flex-shrink: 0;
}

.story-quote {
  background: rgba(255,255,255,.58);
  border-top: 1px solid var(--cream-d);
  border-bottom: 1px solid var(--cream-d);
  padding: 58px 80px;
}
.story-quote-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.story-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.story-quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--black);
}
.story-quote-text em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.story-quote-source {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--black-s);
}

.story-stats {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  border-bottom: 1px solid var(--cream-d);
  padding: 56px 80px;
}
.story-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 920px;
  margin: 0 auto;
}
.story-stat {
  text-align: center;
  padding: 0 22px;
  border-right: 1px solid var(--cream-d);
}
.story-stat:last-child {
  border-right: none;
}
.story-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.story-stat-lbl {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--black-s);
  font-weight: 500;
}

/* ─── CONTACT PAGE ───────────────────────────────── */
.contact-wrap {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 100px 80px;
}
.contact-inner {
  display: flex;
  gap: 72px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: flex-start;
}
.contact-form-col {
  flex: 1.12;
  padding: 46px 50px;
  border: 1px solid var(--cream-d);
  background: rgba(255,255,255,.56);
}
.contact-form-intro {
  margin-bottom: 32px;
  max-width: 520px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-label {
  font-size: 9.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 10px;
}
.form-input, .form-select, .form-textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(10,10,10,.2);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--black);
  padding: 10px 0;
  outline: none;
  transition: border-color .2s;
  width: 100%;
}
.form-input::placeholder, .form-textarea::placeholder {
  color: rgba(10,10,10,.35);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold);
}
.form-select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C8962E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}
.form-select option {
  color: var(--black);
}
.form-textarea {
  resize: none;
  line-height: 1.7;
  border: none;
  border-bottom: 1px solid rgba(10,10,10,.2);
  height: 120px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.form-check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form-check-row input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.form-check-lbl {
  font-size: 11px;
  line-height: 1.65;
  color: var(--black-s);
}
.form-check-lbl a {
  color: var(--gold);
}
.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.form-submit-txt {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
}
.form-submit-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.form-submit:hover .form-submit-circle {
  background: var(--gold);
  color: var(--black);
}
.form-submit-circle svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-col {
  flex: 1;
}
.contact-story-copy {
  max-width: 420px;
  margin-bottom: 26px;
}
.contact-story-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.contact-story-cta span {
  font-size: 9.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
}
.contact-detail {
  border-top: 1px solid var(--cream-d);
  padding: 24px 0;
}
.contact-detail:last-of-type {
  border-bottom: 1px solid var(--cream-d);
}
.contact-detail-lbl {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-detail-val {
  font-size: 13px;
  color: var(--black-s);
  line-height: 1.7;
}
.contact-detail-val a {
  color: var(--black);
  transition: color .2s;
}
.contact-detail-val a:hover {
  color: var(--gold);
}
.contact-socials {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 4px;
}
.contact-soc {
  color: var(--black-s);
  transition: color .2s;
  display: flex;
  align-items: center;
}
.contact-soc:hover {
  color: var(--gold);
}
.contact-soc svg {
  width: 20px;
  height: 20px;
}
.contact-capsule {
  margin-top: 30px;
}

/* Info Strip variant for contact */
.info-strip-inner {
  display: flex;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.info-strip-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 40px;
  border-right: 1px solid var(--gold-line);
}
.info-strip-item:first-child {
  padding-left: 0;
}
.info-strip-item:last-child {
  border-right: none;
  padding-right: 0;
}
.info-strip-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(200,150,46,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(200,150,46,.06);
}
.info-strip-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.info-strip-ttl {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 4px;
}
.info-strip-sub {
  font-size: 11px;
  color: var(--black-s);
}

/* ─── POLICIES PAGE ──────────────────────────────── */
.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 20px 80px;
}
.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.toc a {
  border: 1px solid var(--cream-d);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.toc a:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.policy {
  padding: 28px 0;
  border-top: 1px solid var(--cream-d);
}
.policy h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.policy p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--black-s);
  max-width: 760px;
}
.policy p + p {
  margin-top: 14px;
}

/* ─── JOURNAL / BLOG LISTING ─────────────────────── */
.journal {
  padding: 88px 80px 96px;
  border-top: 1px solid var(--cream-d);
}
.journal-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}
.post-card {
  background: rgba(255,255,255,.66);
  border: 1px solid var(--cream-d);
  overflow: hidden;
}
.post-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}
.post-body {
  padding: 24px;
}
.post-meta {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
}
.post-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.post-text {
  font-size: 13px;
  line-height: 1.85;
  color: var(--black-s);
  margin-bottom: 18px;
}
.post-link {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
}
.post-link:hover {
  color: var(--gold);
}

/* ─── SINGLE ARTICLE VIEW ────────────────────────── */
.article {
  max-width: 820px;
  margin: 0 auto;
  padding: 82px 28px 96px;
  position: relative;
  z-index: 1;
}
.article-meta {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 22px;
}
.lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  color: var(--black);
  margin-bottom: 34px;
}
.article h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  text-transform: uppercase;
  margin: 48px 0 18px;
}
.article h2 em {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  text-transform: none;
}
.article p {
  font-size: 15px;
  line-height: 1.95;
  color: var(--black-s);
  margin-bottom: 18px;
}
.article-note {
  border-top: 1px solid rgba(200,150,46,.32);
  border-bottom: 1px solid rgba(200,150,46,.32);
  padding: 24px 0;
  margin: 42px 0;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.article-cta {
  display: inline-flex;
  margin-top: 22px;
  border: 1px solid var(--black);
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.article-cta:hover {
  background: var(--black);
  color: var(--cream);
}

/* ─── SHOP PAGE ──────────────────────────────────── */
.collection {
  background: var(--cream);
  padding: 66px 80px 94px;
}
.collection-head {
  max-width: 1120px;
  margin: 0 auto 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.collection-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.product-card {
  background: rgba(255,255,255,.68);
  border: 1px solid var(--cream-d);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.product-card-media {
  aspect-ratio: 4 / 4.3;
  overflow: hidden;
}
.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.product-card:hover .product-card-media img {
  transform: scale(1.04);
}
.product-card-body {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card-meta {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
}
.product-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-card-note {
  font-size: 13px;
  line-height: 1.8;
  color: var(--black-s);
  margin-bottom: 18px;
}
.product-card-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 18px 0;
  border-top: 1px solid var(--cream-d);
  border-bottom: 1px solid var(--cream-d);
  margin-bottom: 18px;
}
.product-card-details span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black-s);
}
.product-card-price {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}
.product-card-price span {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--black-s);
  margin-left: 6px;
}
.product-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.product-card-link {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}
.product-card-link:hover {
  color: var(--gold);
}

.intro-band {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 90px 0;
}
.intro-band-inner {
  display: flex;
  align-items: center;
  gap: 88px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px;
}
.intro-band-copy {
  flex: 1;
}
.intro-band-note {
  margin-top: 24px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.story-panel {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 90px 0;
}
.story-panel-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 58px;
  align-items: center;
}
.story-steps {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 26px;
}
.story-steps span {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.story-steps i {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold-line);
  margin: 0 10px;
}

/* Shop hero unique block layout */
.page-hero-content .hero-card {
  width: 320px;
  background: rgba(250,247,242,.92);
  padding: 28px 28px 30px;
  border-top: 2px solid var(--gold);
  box-shadow: 0 20px 70px rgba(0,0,0,.18);
  text-align: left;
}
.hero-card-kicker {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}
.hero-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.06;
  margin-bottom: 14px;
}
.hero-card-text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--black-s);
  margin-bottom: 22px;
}

/* ─── PRODUCT DETAIL PAGE ────────────────────────── */
.product-hero {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 92px 80px 84px;
}
.product-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.product-media-frame {
  background: rgba(255,255,255,.58);
  border: 1px solid var(--cream-d);
  padding: 22px;
}
.product-media-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.product-thumb {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--cream-d);
  cursor: pointer;
}
.product-meta {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 600;
}
.product-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-title em {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  text-transform: none;
  font-size: .74em;
}
.product-sub {
  font-size: 15px;
  line-height: 1.95;
  color: var(--black-s);
  max-width: 520px;
  margin-bottom: 24px;
}
.product-price {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
}
.product-price span {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--black-s);
  margin-left: 8px;
}
.product-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  padding: 22px 0;
  border-top: 1px solid var(--cream-d);
  border-bottom: 1px solid var(--cream-d);
  margin-bottom: 24px;
}
.product-highlights span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black-s);
}
.product-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.product-secondary {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
}
.product-secondary:hover {
  color: var(--gold);
}

.product-story-image {
  width: min(500px, 100%);
  aspect-ratio: 1 / 1;
  height: auto !important;
  border-radius: 16px;
  background: rgba(255,255,255,.58);
}
.product-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-band {
  background: rgba(255,255,255,.56);
  border-top: 1px solid var(--cream-d);
  border-bottom: 1px solid var(--cream-d);
  padding: 34px 80px;
}
.detail-band-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.detail-item {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid var(--cream-d);
}
.detail-item:last-child {
  border-right: none;
}
.detail-item strong {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 600;
}
.detail-item span {
  font-size: 13px;
  line-height: 1.7;
  color: var(--black-s);
}

.brew-grid {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 88px 80px;
}
.brew-grid-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.brew-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.brew-step {
  background: rgba(255,255,255,.68);
  border: 1px solid var(--cream-d);
  padding: 22px 20px;
  min-height: 210px;
}
.brew-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--gold);
  margin-bottom: 12px;
}
.brew-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.brew-step-text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--black-s);
}

.related {
  background: var(--cream);
  border-top: 1px solid var(--cream-d);
  padding: 88px 80px 96px;
}
.related-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.related-card {
  background: rgba(255,255,255,.66);
  border: 1px solid var(--cream-d);
  overflow: hidden;
}
.related-card img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
}
.related-card-body {
  padding: 22px 22px 24px;
}
.related-card-meta {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 10px;
}
.related-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.06;
  margin-bottom: 10px;
}
.related-card-text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--black-s);
  margin-bottom: 18px;
}

/* ─── CONTACT FORM FEEDBACK NOTICES ───────────────── */
.contact-notice {
  padding: 16px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 4px;
}
.contact-notice-success {
  background: #E8F5E9;
  color: #2E7D32;
  border: 1px solid #C8E6C9;
}
.contact-notice-error {
  background: #FFEBEE;
  color: #C62828;
  border: 1px solid #FFCDD2;
}

/* ─── RESPONSIVE LAYOUTS & MEDIA QUERIES ──────────── */
@media (max-width: 1024px) {
  .hdr-inner {
    padding: 10px 24px;
  }
  .product-hero, .detail-band, .brew-grid, .related, footer {
    padding-left: 32px;
    padding-right: 32px;
  }
  .product-hero-inner, .detail-band-inner, .story-band-inner, .brew-grid-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .product-hero-inner, .story-band-inner, .brew-grid-inner {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .detail-band-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .runout-inner, .process-inner, .loyalty-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 32px;
  }
  .runout-capsule-wrap, .process-capsule, .loyalty-capsule {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
  }
  .page-hero-content, .intro-band-inner, .story-panel-inner, .collection-head {
    padding-left: 32px;
    padding-right: 32px;
  }
  .collection {
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-hero-content, .intro-band-inner, .story-panel-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-hero-content {
    justify-content: center;
  }
  .hero-card {
    width: 100%;
    max-width: 360px;
  }
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-panel-inner {
    display: flex;
    flex-direction: column;
  }
  .about-intro-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 32px;
  }
  .about-intro-fig .capsule-wrap {
    width: 100%;
    max-width: 480px;
  }
  .contact-inner {
    flex-direction: column-reverse;
    gap: 56px;
    padding: 0 32px;
  }
  .contact-form-col, .contact-info-col {
    width: 100%;
  }
  .info-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 0 32px;
  }
  .info-strip-item {
    border-right: none;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .post-grid, .foot-grid {
    grid-template-columns: 1fr;
  }
  .foot-bot {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  body::before {
    left: -154px;
    width: 230px;
    height: 340px;
    opacity: .08;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .hdr-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
  }
  .hdr-logo {
    justify-content: flex-start;
    position: relative;
    z-index: 260;
  }
  .hdr-logo img {
    height: 46px;
  }
  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--black);
    border-radius: 0;
    background: var(--cream);
    color: var(--black);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 260;
  }
  .mobile-menu-toggle span {
    width: 18px;
    height: 1.5px;
    background: currentColor;
    display: block;
  }
  body.mobile-menu-open .mobile-menu-toggle {
    opacity: 0;
    pointer-events: none;
  }
  .mobile-menu-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 270;
    width: 46px;
    height: 46px;
    border: 1px solid var(--black);
    border-radius: 0;
    background: var(--black);
    color: var(--cream);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .mobile-menu-close span {
    position: absolute;
    width: 20px;
    height: 1.5px;
    background: currentColor;
    display: block;
  }
  .mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }
  .mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }
  .hdr-left {
    position: fixed;
    inset: 0;
    z-index: 240;
    background: var(--cream);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 92px 28px 132px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  body.mobile-menu-open .hdr-left {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .hdr-left a {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 11vw, 58px);
    line-height: .95;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    text-align: center;
  }
  .hdr-left a:hover,
  .hdr-left a.active,
  .hdr-left .current-menu-item a {
    color: var(--gold);
  }
  .hdr-right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 250;
    display: flex;
    justify-content: center;
    gap: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
  }
  body.mobile-menu-open .hdr-right {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .hdr-social {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(10,8,4,.22);
    align-items: center;
    justify-content: center;
    background: rgba(255,253,247,.65);
  }
  .hdr-social svg {
    width: 20px;
    height: 20px;
  }
  .hero-floatimg {
    display: none;
  }
  .hero-content {
    padding: 0 18px;
  }
  .hero-eyebrow {
    max-width: 280px;
    font-size: 8px;
    letter-spacing: 1.8px;
    line-height: 1.55;
    margin-bottom: 10px;
  }
  .hero-title {
    max-width: min(340px, 92vw);
    font-size: clamp(21px, 7.4vw, 30px);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
  }
  .hero-title .gold-line {
    font-size: .82em;
    letter-spacing: 0;
  }
  .hero-sub {
    max-width: 300px;
    margin-top: 10px;
    font-size: 8px;
    letter-spacing: 1.6px;
    line-height: 1.45;
  }
  .hero-arrow {
    width: 38px;
    height: 38px;
    margin-top: 16px;
  }
  .hero-copy {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }
  .product-hero, .detail-band, .brew-grid, .related, footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-band-inner, .brew-steps, .related-grid {
    grid-template-columns: 1fr;
  }
  .product-highlights {
    grid-template-columns: 1fr;
  }
  .product-actions, .foot-bot {
    flex-direction: column;
    align-items: flex-start;
  }
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .range {
    padding: 40px 20px;
  }
  .range-head {
    margin-bottom: 22px;
  }
  .rh-big {
    font-size: clamp(40px, 14.5vw, 61px);
    letter-spacing: 0;
  }
  .rh-of {
    font-size: clamp(23px, 7.2vw, 34px);
    margin-left: 10px;
  }
  .range-cats {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 18px;
  }
  .range-cat-img {
    height: auto;
    border-radius: 12px;
  }
  .favs-hd {
    padding: 40px 20px 20px;
  }
  .favs-scroll {
    padding: 0 20px 8px;
    justify-content: flex-start;
  }
  .pcard {
    flex: 0 0 260px;
  }
  .runout-inner, .process-inner, .loyalty-inner {
    padding: 0 20px;
  }
  .runout-capsule-wrap, .process-capsule, .loyalty-capsule {
    height: auto;
    border-radius: 16px;
  }
  .masters {
    padding: 38px 20px 52px;
  }
  .masters-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }
  .masters-left {
    width: 100%;
    padding-left: 0;
  }
  .masters-ttl {
    font-size: clamp(34px, 12vw, 50px);
    line-height: .9;
    letter-spacing: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .masters-desc {
    font-size: 14px;
    line-height: 1.65;
    margin: 14px 0 16px;
  }
  .masters-cupssvg {
    width: 150px;
    max-width: 44vw;
    height: auto;
    align-self: flex-end;
    margin-top: -12px;
  }
  .masters-cupssvg svg {
    width: 100%;
    height: auto;
  }
  .masters-oval {
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    height: auto;
  }
  .masters-carousel-nav {
    padding: 0;
    margin-top: 18px;
  }
  .nl {
    padding: 40px 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .nl-deco {
    display: none;
  }
  .page-hero-img {
    height: auto;
    min-height: 0;
  }
  .page-hero-content, .intro-band-inner, .story-panel-inner, .collection-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection, footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection-head, .foot-bot {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .product-card-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .foot-bot {
    align-items: flex-start;
  }
  .about-intro-inner, .story-band-inner, .story-quote, .story-stats {
    padding-left: 20px;
    padding-right: 20px;
  }
  .story-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .story-stat {
    border-right: none;
  }
  .contact-inner, .contact-form-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro-band, .range, .favs, .runout, .process, .masters, .reviews-section, .loyalty {
    overflow-x: hidden;
  }
  .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 20px;
  }
  .info-left {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }
  .info-big {
    font-size: clamp(34px, 12.8vw, 58px);
    max-width: calc(100% - 58px);
    overflow-wrap: anywhere;
  }
  .info-right {
    width: 100%;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    gap: 0;
  }
  .blog-cols {
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
  }
  .blog-col {
    max-width: calc(100% - 64px);
  }
  .blog-col:not(:first-child) {
    display: none;
  }
  .blog-col p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .blog-col a {
    display: none;
  }
  .blog-mobile-all {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .blog-mobile-all span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .blog-mobile-all svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .contact-info-block {
    text-align: left;
    font-size: 12px;
  }
}

/* ─── CUSTOMER REVIEWS SECTION ───────────────────── */
.reviews-section {
  background: #FAF7EF;
  color: #0A0A0A;
  padding: 100px 52px;
  border-top: 1px solid var(--cream-d);
  position: relative;
  overflow: hidden;
}
.reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: start;
}
.reviews-sidebar {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.reviews-accent-italic {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 16px;
  line-height: 1.4;
}
.reviews-summary-card {
  background: var(--white);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  border: 1px solid rgba(232,224,208,0.5);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.reviews-summary-card .stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 2px;
}
.reviews-summary-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}
.reviews-summary-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--black-s);
}
.reviews-small-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(200,150,46,0.15);
}
.reviews-small-stats span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--black-s);
  display: flex;
  align-items: center;
  gap: 6px;
}
.reviews-small-stats span::before {
  content: "✓";
  color: var(--gold);
  font-weight: bold;
}

/* Carousel Column */
.reviews-carousel-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.reviews-carousel-track-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.reviews-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.review-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.03);
  border: 1px solid rgba(232,224,208,0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  height: fit-content;
  min-height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.review-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.review-card-stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 1.5px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.review-card.in-view .review-card-stars {
  opacity: 1;
  transform: scale(1);
}
.review-card-text {
  font-size: 13px;
  line-height: 1.85;
  color: var(--black-s);
  font-style: italic;
}
.review-card-copy.is-collapsible .review-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-card.is-expanded .review-card-copy.is-collapsible .review-card-text {
  display: block;
  overflow: visible;
}
.review-see-more {
  align-self: flex-start;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  margin-top: -8px;
}
.review-card-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px dashed rgba(232,224,208,0.5);
}
.review-card-name {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--black);
}
.review-card-date {
  font-size: 11px;
  color: #888888;
}
.review-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.review-card-tags span {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,150,46,0.08);
  padding: 4px 10px;
  border-radius: 99px;
  font-weight: 500;
}

/* Controls */
.reviews-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}
.reviews-carousel-dots {
  display: flex;
  gap: 8px;
}
.reviews-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(200,150,46,0.25);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.reviews-dot.active {
  background: var(--gold);
  transform: scale(1.3);
}

/* Trust Strip */
.reviews-trust-strip {
  max-width: 1200px;
  margin: 64px auto 0;
  padding-top: 48px;
  border-top: 1px solid rgba(200,150,46,0.18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.reviews-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.reviews-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.5);
}
.reviews-trust-icon svg {
  width: 20px;
  height: 20px;
}
.reviews-trust-text {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .reviews-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .reviews-sidebar {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .reviews-summary-card {
    width: 100%;
    max-width: 480px;
  }
  .review-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
  .reviews-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 60px 24px;
  }
  .review-card {
    flex: 0 0 100%;
  }
  .reviews-trust-strip {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ─── FAVORITES GRID (4 cards) ──────────────────── */
.favs-hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 48px;
  margin-bottom: 40px;
}
.favs-viewall {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.favs-viewall:hover { opacity: 0.7; }

.favs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 0 48px;
}
.favs-footer {
  display: flex;
  justify-content: center;
  margin-top: 52px;
  padding-bottom: 80px;
}
.favs-shop-btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1.5px solid var(--black);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  border-radius: 40px;
  transition: background 0.22s, color 0.22s;
}
.favs-shop-btn:hover {
  background: var(--black);
  color: #fff;
}

@media (max-width: 1100px) {
  .range-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .masters-oval-item {
    flex-basis: calc((100% - 24px) / 2);
  }
  .favs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .range-cats {
    grid-template-columns: 1fr;
  }
  .masters-oval-item {
    flex-basis: 100%;
  }
  .favs-grid { grid-template-columns: 1fr; padding: 0 24px; }
  .favs-hd { padding: 0 24px; }
  .favs-footer { padding-bottom: 50px; }
}

/* ─── HEADER CUSTOM LOGO SIZING ─────────────────── */
.hdr-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 720px) {
  .hdr-logo img {
    height: 46px;
  }
}

/* ─── ARTICLE HERO (single.php) ─────────────────── */
.article-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1670 / 971;
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - 76px);
  background: #090704;
  overflow: hidden;
}
.article-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,8,4,0.08) 0%,
    rgba(10,8,4,0.28) 35%,
    rgba(180,140,60,0.22) 65%,
    rgba(10,8,4,0.82) 100%
  );
}
.article-hero-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 80px 60px;
  z-index: 2;
}
.article-hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 500;
}
.article-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: 0.5px;
  max-width: 900px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.article-hero-meta {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 18px;
}
@media (max-width: 768px) {
  .article-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .article-hero-copy {
    padding: 0 28px 40px;
  }
}

/* ─── MOBILE PAGE HARDENING ─────────────────────── */
@media (max-width: 720px) {
  body,
  main,
  section {
    max-width: 100%;
  }

  .section-eyebrow,
  .product-meta,
  .article-meta,
  .post-meta,
  .related-card-meta,
  .detail-item strong {
    letter-spacing: 2px;
    line-height: 1.45;
  }

  .section-ttl,
  .page-hero-ttl,
  .product-title,
  .post-title,
  .article-hero-title,
  .article h2,
  .section-title {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
    letter-spacing: 0;
  }

  .section-ttl {
    font-size: clamp(24px, 8vw, 32px);
    line-height: 1.08;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.08;
    text-transform: uppercase;
  }

  .section-text {
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }

  .page-hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero-ttl {
    font-size: clamp(24px, 8.4vw, 34px);
    line-height: 1.05;
  }

  .about-intro,
  .story-band,
  .story-quote,
  .story-stats,
  .contact-wrap,
  .journal,
  .collection,
  .intro-band,
  .story-panel,
  .product-hero,
  .detail-band,
  .brew-grid,
  .related,
  .article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro,
  .story-band,
  .contact-wrap,
  .journal,
  .collection,
  .intro-band,
  .story-panel,
  .product-hero,
  .brew-grid,
  .related {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .story-quote,
  .story-stats,
  .detail-band {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .about-intro-inner,
  .story-band-inner,
  .story-band.reverse .story-band-inner,
  .contact-inner,
  .intro-band-inner,
  .story-panel-inner,
  .product-hero-inner,
  .brew-grid-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .about-intro-copy,
  .story-band-copy,
  .contact-form-col,
  .contact-info-col,
  .intro-band-copy,
  .product-sub,
  .related-inner,
  .journal-inner,
  .article {
    width: 100%;
    max-width: 100%;
  }

  .capsule-wrap,
  .about-intro-fig,
  .story-figure,
  .product-story-image,
  .product-media-frame,
  .contact-capsule,
  .intro-band-inner > .capsule-wrap,
  .story-panel-inner > .capsule-wrap {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .capsule-wrap img,
  .product-story-image img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .story-note {
    font-size: 10px;
    letter-spacing: 1.4px;
    line-height: 1.55;
  }

  .story-quote-text {
    font-size: clamp(21px, 7.2vw, 27px);
  }

  .story-stats-inner,
  .detail-band-inner,
  .brew-steps,
  .related-grid,
  .post-grid,
  .collection-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 18px;
  }

  .story-stat,
  .detail-item {
    border-right: none;
    border-bottom: 1px solid var(--cream-d);
    padding: 18px 0;
    text-align: left;
  }

  .story-stat:last-child,
  .detail-item:last-child {
    border-bottom: none;
  }

  .contact-form,
  .contact-form-col,
  .contact-info-col,
  .contact-detail,
  .form-row {
    width: 100%;
    max-width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-input,
  .form-select,
  .form-textarea {
    width: 100%;
    min-width: 0;
  }

  .contact-detail-val,
  .contact-detail-val a {
    overflow-wrap: anywhere;
  }

  .collection-head {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .product-card,
  .post-card,
  .related-card {
    width: 100%;
    max-width: 100%;
  }

  .product-card-body,
  .post-body,
  .related-card-body {
    padding: 20px;
  }

  .product-card-title,
  .post-title,
  .related-card-title {
    font-size: clamp(19px, 6.4vw, 24px);
  }

  .product-card-details,
  .product-card-actions,
  .product-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .amazon-btn,
  .walmart-btn,
  .product-secondary,
  .product-card-link,
  .article-cta {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .product-title {
    font-size: clamp(26px, 8.8vw, 35px);
    line-height: 1.04;
  }

  .product-price {
    font-size: clamp(24px, 8vw, 30px);
  }

  .product-highlights {
    grid-template-columns: 1fr;
  }

  .product-highlights span {
    overflow-wrap: anywhere;
    letter-spacing: 1.4px;
    line-height: 1.5;
  }

  .product-media-frame {
    padding: 14px;
  }

  .product-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .brew-step {
    min-height: 0;
  }

  .journal {
    overflow: hidden;
  }

  .article {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .article p,
  .article li,
  .article h2,
  .lede {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .article-hero {
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    background: var(--cream);
  }

  .article-hero-img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .article-hero-overlay {
    display: none;
  }

  .article-hero-copy {
    position: static;
    background: var(--cream);
    color: var(--black);
    padding: 28px 20px 34px;
  }

  .article-hero-title {
    color: var(--black);
    font-size: clamp(24px, 8.8vw, 34px);
    line-height: 1.04;
    text-shadow: none;
  }

  .article-hero-meta {
    color: var(--black-s);
  }
}
