/** Shopify CDN: Minification failed

Line 2778:1 Expected "}" to go with "{"

**/
/* =====================================================
   SNL IMPORTS — custom.css
   S&L Imports × Fossa Chocolate  |  v1.0.0
   ===================================================== */

/* ── FONTS ───────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500&display=swap');

/* ── TOKENS ──────────────────────────────────────────*/
:root {
  --choc:       #1c0e06;
  --espresso:   #2d1a0e;
  --bark:       #4a2c18;
  --caramel:    #c47c2b;
  --gold:       #e0a84a;
  --cream:      #f2e8d9;
  --ivory:      #faf5ed;
  --muted:      #8a6a56;
  --white:      #ffffff;

  --ff-display: 'Cormorant Garamond', Georgia, serif;
  --ff-body:    'Jost', sans-serif;

  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
  --max-w:      1280px;
  --pad:        56px;
}

/* ── RESET ───────────────────────────────────────────*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { font-size: 16px; scroll-behavior: smooth; }
body  { font-family: var(--ff-body); font-weight: 300; color: var(--choc); background: var(--ivory); overflow-x: hidden; }
img   { display: block; width: 100%; object-fit: cover; }
a     { text-decoration: none; color: inherit; }
ul    { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── GRAIN TEXTURE ───────────────────────────────────*/
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 200px; opacity: 0.45; mix-blend-mode: multiply;
}

/* ── TYPOGRAPHY ──────────────────────────────────────*/
h1, h2, h3, h4, .h1, .h2, .h3 {
  font-family: var(--ff-display);
  font-weight: 300; line-height: 1.05;
}
h1, h2 { font-size: clamp(36px, 5vw, 72px); }
h3      { font-size: clamp(22px, 2.5vw, 32px); }
em      { font-style: italic; }
strong  { font-weight: 500; }

.section-eyebrow {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--caramel); margin-bottom: 16px; display: block;
}
.section-title {
  font-family: var(--ff-display);
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 300; line-height: 1.05;
}
.section-title em { font-style: italic; color: var(--caramel); }

/* ── SCROLL REVEAL ───────────────────────────────────*/
.reveal-section { opacity: 0; transform: translateY(36px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal-section.is-visible { opacity: 1; transform: translateY(0); }

/* ── BUTTONS ─────────────────────────────────────────*/
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--caramel); color: var(--white);
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 14px 30px;
  transition: background 0.25s var(--ease), transform 0.2s var(--ease);
}
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); }

.btn-ghost {
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(242,232,217,0.6);
  border-bottom: 1px solid rgba(242,232,217,0.3);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: var(--cream); border-color: var(--cream); }

.btn-outline {
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--choc); border: 1px solid var(--choc);
  padding: 12px 24px; white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--choc); color: var(--cream); }

/* ── HEADER ──────────────────────────────────────────*/
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  transition: background 0.4s var(--ease), box-shadow 0.4s;
}
.site-header.is-scrolled {
  background: rgba(250,245,237,0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(28,14,6,0.08);
}
.header-inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 28px var(--pad);
  display: flex; align-items: center; gap: 40px;
  transition: padding 0.4s var(--ease);
}
.site-header.is-scrolled .header-inner { padding-top: 16px; padding-bottom: 16px; }

.header-logo { flex-shrink: 0; display: flex; align-items: center; height: 44px; }
.header-logo__text {
  font-family: var(--ff-display); font-size: 22px;
  font-weight: 500; letter-spacing: 0.06em; color: var(--choc);
}
.header-logo__img {
  width: auto; height: 44px; object-fit: contain;
  filter: sepia(0.4) saturate(1.2) brightness(0.75);
}

.header-nav { flex: 1; }
.header-nav__list { display: flex; align-items: center; gap: 20px; }
.header-nav__link {
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase;
  color: #e8d5b0;
  transition: color 0.2s;
}
.header-nav__link::after {
  content: ''; position: absolute;
  bottom: -3px; left: 0; right: 0;
height: 1px; background: var(--caramel);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.header-nav__link:hover,
.header-nav__link.is-active { color: #e8d5b0; }
.header-nav__link:hover::after,
.header-nav__link.is-active::after { transform: scaleX(1); }

/* Dropdown */
.has-dropdown { position: relative; }
.header-dropdown {
  position: absolute; top: calc(100% + 12px); left: 0;
  background: var(--ivory);
  border: 1px solid rgba(28,14,6,0.08);
  box-shadow: 0 16px 48px rgba(28,14,6,0.1);
  min-width: 200px; padding: 8px 0;
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
  z-index: 100;
}
.has-dropdown:hover .header-dropdown {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.header-dropdown li a {
  display: block; padding: 10px 20px;
  font-size: 12px; letter-spacing: 0.1em;
  color: var(--muted); transition: color 0.2s, background 0.2s;
}
.header-dropdown li a:hover { color: var(--choc); background: var(--cream); }

.header-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.header-icon {
  color: var(--muted); display: flex; align-items: center;
  transition: color 0.2s;
}
.header-icon:hover { color: var(--choc); }

.header-cart {
  display: flex; align-items: center; gap: 8px;
  background: var(--choc); color: var(--cream);
  padding: 10px 18px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  position: relative;
  transition: background 0.2s;
}
.header-cart:hover { background: var(--bark); }
.cart-count {
  position: absolute; top: -6px; right: -6px;
  background: var(--caramel); color: var(--white);
  width: 18px; height: 18px; border-radius: 50%;
  font-size: 10px; font-weight: 500;
  display: flex; align-items: center; justify-content: center;
}

/* Mobile hamburger */
.header-hamburger {
  display: none; flex-direction: column; gap: 5px;
  width: 28px; padding: 4px 0;
}
.header-hamburger span {
  display: block; width: 100%; height: 1px;
  background: var(--choc);
  transition: transform 0.3s var(--ease), opacity 0.3s;
}
.header-hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.header-hamburger.is-open span:nth-child(2) { opacity: 0; }
.header-hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  background: var(--ivory);
  border-top: 1px solid rgba(28,14,6,0.08);
  padding: 24px var(--pad);
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.mobile-menu.is-open { max-height: 600px; }
.mobile-menu__list { display: flex; flex-direction: column; gap: 4px; }
.mobile-menu__link {
  display: block; padding: 10px 0;
  font-size: 18px; font-family: var(--ff-display);
  color: var(--choc); border-bottom: 1px solid rgba(28,14,6,0.06);
  transition: color 0.2s;
}
.mobile-menu__link:hover { color: var(--caramel); }
.mobile-menu__sub { padding-left: 16px; margin-top: 4px; }
.mobile-menu__sub a { display: block; padding: 8px 0; font-size: 13px; color: var(--muted); }

/* ── HERO ─────────────────────────────────────────────*/
.hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 100vh; position: relative; overflow: hidden;
  margin-top: 0; /* header is fixed */
}
.hero-left {
  background: var(--espresso);
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 120px var(--pad) 80px;
  position: relative; z-index: 2;
}
.hero-left::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(196,124,43,0.18), transparent 65%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--caramel); margin-bottom: 24px;
  animation: fadeUp 0.9s var(--ease) 0.1s both;
}
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(56px, 7vw, 100px);
  font-weight: 300; line-height: 0.92;
  color: var(--cream); margin-bottom: 36px;
  animation: fadeUp 0.9s var(--ease) 0.25s both;
}
.hero-title p { margin: 0; }
.hero-title em { font-style: italic; color: var(--gold); display: block; }
.hero-body {
  font-size: 14px; line-height: 1.8; font-weight: 300;
  color: rgba(242,232,217,0.65); max-width: 360px; margin-bottom: 44px;
  animation: fadeUp 0.9s var(--ease) 0.4s both;
}
.hero-actions {
  display: flex; gap: 20px; align-items: center;
  animation: fadeUp 0.9s var(--ease) 0.55s both;
  flex-wrap: wrap;
}
.hero-right {
  position: relative; overflow: hidden;
  animation: fadeIn 1.2s var(--ease) 0.1s both;
}
.hero-right img {
  height: 100%; object-position: center;
  transition: transform 8s var(--ease);
}
.hero:hover .hero-right img { transform: scale(1.04); }
.hero-badge {
  position: absolute; bottom: 56px; left: 20px;
  background: var(--gold); color: var(--choc);
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 12px 24px; z-index: 10;
  animation: slideIn 0.9s var(--ease) 0.7s both;
}
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%;
  transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,232,217,0.4);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 10; animation: fadeIn 1s var(--ease) 1.2s both;
}
.hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(242,232,217,0.4), transparent);
  animation: scrollLine 2s ease-in-out 1.5s infinite;
}

/* ── TICKER BANNER ───────────────────────────────────*/
.ticker-banner { background: var(--choc); overflow: hidden; padding: 14px 0; }
.ticker-track {
  display: flex; gap: 64px; white-space: nowrap;
  animation: ticker 24s linear infinite;
  width: max-content;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0;
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,232,217,0.55);
}
.ticker-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--caramel); flex-shrink: 0; display: inline-block;
}

/* ── WHY FOSSA ───────────────────────────────────────*/
.why-section { padding: 120px 0; background: var(--ivory); }
.why-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 96px; align-items: center;
}
.why-text .section-title { margin-bottom: 32px; }
.why-body p { font-size: 15px; line-height: 1.85; color: var(--bark); margin-bottom: 20px; }
.why-body strong { font-weight: 500; color: var(--choc); }

.why-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; margin-top: 52px;
  background: rgba(28,14,6,0.1);
  border: 1px solid rgba(28,14,6,0.1);
}
.stat { background: var(--ivory); padding: 28px 24px; }
.stat-num {
  font-family: var(--ff-display); font-size: 42px;
  font-weight: 300; line-height: 1; color: var(--caramel); margin-bottom: 6px;
}
.stat-label {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}

.why-visual { position: relative; }
.why-img-main { aspect-ratio: 3/4; overflow: hidden; }
.why-img-main img { height: 100%; transition: transform 0.7s var(--ease); }
.why-img-main:hover img { transform: scale(1.04); }
.why-img-float {
  position: absolute; bottom: -40px; left: -48px;
  width: 48%; aspect-ratio: 1; overflow: hidden;
  border: 6px solid var(--ivory);
  box-shadow: 0 24px 64px rgba(28,14,6,0.2);
}
.why-img-float img { height: 100%; }
.why-award {
  position: absolute; top: 32px; right: -20px;
  background: var(--choc); padding: 18px 20px;
  text-align: center; box-shadow: 0 12px 40px rgba(28,14,6,0.3);
}
.why-award-icon { font-size: 24px; margin-bottom: 6px; display: block; }
.why-award-text {
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); line-height: 1.5;
}

/* ── FEATURED PRODUCTS ───────────────────────────────*/
.products-section { padding: 120px 0; background: var(--cream); }
.products-header {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 60px;
}
.products-grid {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.product-card {
  background: var(--ivory); position: relative; overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(28,14,6,0.13); }
.card--offset-1 { margin-top: 40px; }
.card--offset-2 { margin-top: 24px; }

.product-card__link { display: block; }
.product-img { aspect-ratio: 3/4; overflow: hidden; position: relative; }
.product-img img {
  height: 100%; object-fit: cover;
  transition: transform 0.55s var(--ease), opacity 0.3s;
}
.product-img img:last-of-type {
  position: absolute; inset: 0; opacity: 0;
}
.product-card:hover .product-img img:first-of-type { opacity: 0; transform: scale(1.05); }
.product-card:hover .product-img img:last-of-type  { opacity: 1; }
.product-img svg { width: 100%; height: 100%; }

.product-tag {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--ff-body); font-size: 9px;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--white); padding: 5px 10px;
}
.product-tag--sold    { background: var(--bark); }
.product-tag--limited { background: var(--caramel); }

.product-info { padding: 20px 22px 24px; }
.product-vendor {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.product-name {
  display: block; font-family: var(--ff-display);
  font-size: 20px; font-weight: 400; line-height: 1.25;
  color: var(--choc); margin-bottom: 14px;
  transition: color 0.2s;
}
.product-name:hover { color: var(--caramel); }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price {
  font-family: var(--ff-display);
  font-size: 22px; font-weight: 300; color: var(--caramel);
}
.product-price__compare { text-decoration: line-through; color: var(--muted); font-size: 16px; margin-right: 6px; }

.product-add {
  width: 36px; height: 36px;
  border: 1px solid var(--choc);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 300; color: var(--choc);
  transition: background 0.2s, color 0.2s;
}
.product-add:hover { background: var(--choc); color: var(--cream); }
.product-add--disabled {
  border-color: rgba(28,14,6,0.2); color: rgba(28,14,6,0.25);
  cursor: not-allowed;
}
.product-add--disabled:hover { background: transparent; color: rgba(28,14,6,0.25); }

/* ── PHILOSOPHY ──────────────────────────────────────*/
.philosophy-section {
  background: var(--espresso); position: relative; overflow: hidden;
}
.philosophy-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(196,124,43,0.15), transparent 60%);
  pointer-events: none;
}
.philosophy-inner {
  position: relative; z-index: 2;
  max-width: var(--max-w); margin: 0 auto; padding: 100px var(--pad);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.philosophy-quote {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 300; line-height: 1.2; color: var(--cream);
}
.philosophy-quote p { margin: 0; }
.philosophy-quote em { font-style: italic; color: var(--gold); }
.philosophy-body { font-size: 15px; line-height: 1.85; color: rgba(242,232,217,0.65); }
.philosophy-body p + p { margin-top: 18px; }
.philosophy-body strong { color: var(--cream); font-weight: 400; }

/* ── PROCESS ─────────────────────────────────────────*/
.process-section { padding: 120px 0; background: var(--ivory); }
.process-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.process-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; margin-bottom: 72px; align-items: end;
}
.process-intro { font-size: 15px; line-height: 1.85; color: var(--bark); }
.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 2px; background: rgba(28,14,6,0.08);
}
.process-step {
  background: var(--ivory); padding: 40px 28px;
  transition: background 0.25s;
}
.process-step:hover { background: var(--cream); }
.step-num {
  font-family: var(--ff-display); font-size: 60px;
  font-weight: 300; color: rgba(28,14,6,0.06);
  line-height: 1; margin-bottom: 16px;
}
.step-icon { font-size: 28px; margin-bottom: 16px; display: block; }
.step-name {
  font-family: var(--ff-display); font-size: 20px;
  font-weight: 400; color: var(--choc); margin-bottom: 10px;
}
.step-desc { font-size: 12px; line-height: 1.7; color: var(--muted); }

/* ── FLAVOURS LIST ───────────────────────────────────*/
.flavours-section { padding: 120px 0; background: var(--choc); }
.flavours-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.flavours-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 56px;
}
.flavours-header .section-title { color: var(--cream); }
.flavours-header .section-eyebrow { color: var(--gold); }
.flavours-link {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(242,232,217,0.5);
  border-bottom: 1px solid rgba(242,232,217,0.25);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.flavours-link:hover { color: var(--cream); border-color: var(--cream); }
/* Flavour rows — name/note left, image+price overlay right */
.flavours-list {
  display: flex; flex-direction: column; gap: 2px;
}
.flavour-row {
  display: grid; grid-template-columns: 1fr 120px;
  align-items: stretch;
  background: rgba(242,232,217,0.04);
  border: 1px solid rgba(242,232,217,0.06);
  overflow: hidden;
  transition: background 0.25s var(--ease);
}
.flavour-row:hover { background: rgba(242,232,217,0.08); }
.flavour-info {
  padding: 20px 32px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(242,232,217,0.06);
}
.flavour-name {
  font-family: var(--ff-display); font-size: 22px;
  font-weight: 400; color: var(--cream); line-height: 1.1;
}
.flavour-note {
  font-size: 11px; color: rgba(242,232,217,0.35);
  margin-top: 4px; font-style: italic;
}
/* Right side: product image with price at bottom-centre */
.flavour-img-price {
  position: relative; width: 120px; height: 80px;
  overflow: hidden; flex-shrink: 0;
}
.flavour-img-price img,
.flavour-img-price svg {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease), filter 0.3s;
  filter: brightness(0.75);
}
.flavour-row:hover .flavour-img-price img { transform: scale(1.08); filter: brightness(0.65); }
.flavour-price-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 8px;
  font-family: var(--ff-display); font-size: 22px; font-weight: 300;
  color: var(--cream);
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 100%);
  transition: color 0.2s;
}
.flavour-row:hover .flavour-price-overlay { color: var(--gold); }
/* placeholder SVG styling */
.flavour-placeholder { width: 100%; height: 100%; }

/* ── SHIPPING ─────────────────────────────────────────*/
.shipping-section { padding: 120px 0; background: var(--cream); }
.shipping-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.shipping-text .section-title { margin-bottom: 20px; }
.shipping-body { font-size: 15px; line-height: 1.85; color: var(--bark); margin-bottom: 36px; }
.shipping-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-bottom: 40px;
}
.feature-item { display: flex; align-items: flex-start; gap: 14px; }
.feature-icon {
  width: 36px; height: 36px; background: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.feature-text-name { font-size: 12px; font-weight: 500; color: var(--choc); margin-bottom: 2px; }
.feature-text-desc { font-size: 11px; color: var(--muted); line-height: 1.5; }

.shipping-visual { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.shipping-visual img { height: 100%; object-fit: cover; }
.shipping-visual svg { width: 100%; height: 100%; }
.shipping-promo {
  position: absolute; bottom: 0; right: 0;
  background: var(--caramel); padding: 28px 28px; max-width: 220px;
}
.shipping-promo-text {
  font-family: var(--ff-display); font-size: 18px;
  font-weight: 400; line-height: 1.3; color: var(--white); margin-bottom: 8px;
}
.shipping-promo-sub {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); transition: color 0.2s;
}
.shipping-promo-sub:hover { color: var(--white); }

/* ── NEWSLETTER ───────────────────────────────────────*/
.newsletter-section {
  padding: 100px var(--pad);
  background: var(--espresso); text-align: center;
}
.newsletter-section .section-eyebrow { color: var(--gold); }
.newsletter-section .section-title {
  color: var(--cream); margin: 0 auto 16px; max-width: 600px;
}
.newsletter-section .section-title em { color: var(--gold); }
.newsletter-sub { font-size: 14px; color: rgba(242,232,217,0.55); margin-bottom: 40px; }
.newsletter-form { max-width: 440px; margin: 0 auto; }
.newsletter-form__inner { display: flex; }
.newsletter-form input[type="email"] {
  flex: 1;
  background: rgba(242,232,217,0.08);
  border: 1px solid rgba(242,232,217,0.15); border-right: none;
  padding: 14px 22px; color: var(--cream);
  font-family: var(--ff-body); font-size: 13px; outline: none;
  transition: border-color 0.2s;
}
.newsletter-form input[type="email"]::placeholder { color: rgba(242,232,217,0.3); }
.newsletter-form input[type="email"]:focus { border-color: rgba(242,232,217,0.4); }
.newsletter-btn {
  background: var(--caramel); color: var(--white);
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 14px 28px; transition: background 0.2s;
}
.newsletter-btn:hover { background: var(--gold); }
.newsletter-success {
  margin-top: 14px; font-size: 13px;
  color: var(--gold); letter-spacing: 0.06em;
}

/* ── FOOTER ──────────────────────────────────────────*/
.site-footer { background: var(--choc); padding: 72px var(--pad) 40px; }
.footer-top {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 64px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(242,232,217,0.08); margin-bottom: 40px;
}
.footer-brand__name {
  font-family: var(--ff-display); font-size: 26px;
  font-weight: 400; color: var(--cream); margin-bottom: 14px;
}
/* Logo image in footer — replaces text when logo uploaded */
.footer-brand__logo {
  width: auto; height: 48px; max-width: 180px;
  object-fit: contain; margin-bottom: 16px;
  filter: brightness(10) saturate(0) opacity(0.85);
  display: block;
}
.footer-brand__tagline {
  font-size: 13px; line-height: 1.7;
  color: rgba(242,232,217,0.45); margin-bottom: 28px; max-width: 240px;
}
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 36px; height: 36px;
  border: 1px solid rgba(242,232,217,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(242,232,217,0.5); transition: border-color 0.2s, color 0.2s;
}
.social-link:hover { border-color: var(--caramel); color: var(--caramel); }
.footer-col__heading {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,232,217,0.35); margin-bottom: 20px;
  font-family: var(--ff-body);
}
.footer-col__list li + li { margin-top: 10px; }
.footer-col__list a, .footer-col__text a {
  font-size: 13px; color: rgba(242,232,217,0.55); transition: color 0.2s;
}
.footer-col__list a:hover, .footer-col__text a:hover { color: var(--cream); }
.footer-col__text { font-size: 13px; color: rgba(242,232,217,0.55); line-height: 1.7; }
.footer-bottom {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.footer-copy { font-size: 11px; color: rgba(242,232,217,0.25); }
.footer-copy a { color: rgba(242,232,217,0.35); transition: color 0.2s; }
.footer-copy a:hover { color: var(--cream); }
.footer-pay { display: flex; gap: 6px; flex-wrap: wrap; }
.pay-badge {
  background: rgba(242,232,217,0.06);
  border: 1px solid rgba(242,232,217,0.1);
  color: rgba(242,232,217,0.35);
  font-size: 9px; font-weight: 500; letter-spacing: 0.1em;
  padding: 5px 8px; font-family: var(--ff-body);
}

/* ── PRODUCT PAGE ─────────────────────────────────────*/
.product-page {
  max-width: var(--max-w); margin: 100px auto 0; padding: 60px var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start;
}
.product-gallery__main { position: relative; aspect-ratio: 1; overflow: hidden; }
.product-gallery__slide { display: none; height: 100%; }
.product-gallery__slide.is-active { display: block; }
.product-gallery__slide img { height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.product-gallery__thumb {
  width: 72px; height: 72px; overflow: hidden;
  border: 2px solid transparent; transition: border-color 0.2s;
  flex-shrink: 0;
}
.product-gallery__thumb.is-active { border-color: var(--caramel); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-page__vendor { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.product-page__title {
  font-family: var(--ff-display);
  font-size: clamp(32px, 4vw, 56px); font-weight: 300;
  color: var(--choc); margin-bottom: 20px; line-height: 1.1;
}
.product-page__price {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 32px;
}
.price--current { font-family: var(--ff-display); font-size: 30px; font-weight: 300; color: var(--caramel); }
.price--compare { font-family: var(--ff-display); font-size: 20px; color: var(--muted); text-decoration: line-through; }
.product-page__badge {
  font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--bark); color: var(--white); padding: 5px 10px;
}

.product-option { margin-bottom: 24px; }
.product-option__label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); display: block; margin-bottom: 10px;
}
.product-option__values { display: flex; flex-wrap: wrap; gap: 8px; }
.product-option__value input { display: none; }
.product-option__value span {
  display: block; padding: 8px 16px;
  border: 1px solid rgba(28,14,6,0.2); font-size: 12px;
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.product-option__value input:checked + span {
  border-color: var(--choc); background: var(--choc); color: var(--cream);
}
.product-option__value span:hover { border-color: var(--caramel); }

.product-form__quantity { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.product-form__quantity label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
}
.quantity-selector { display: flex; align-items: center; border: 1px solid rgba(28,14,6,0.2); }
.qty-btn {
  width: 36px; height: 36px; font-size: 18px; color: var(--choc);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.qty-btn:hover { background: var(--cream); }
.qty-input {
  width: 48px; height: 36px; text-align: center; border: none;
  border-left: 1px solid rgba(28,14,6,0.2);
  border-right: 1px solid rgba(28,14,6,0.2);
  font-family: var(--ff-body); font-size: 14px; color: var(--choc);
  background: transparent; outline: none;
}

.btn-add-to-cart {
  width: 100%; padding: 16px; margin-bottom: 24px;
  background: var(--choc); color: var(--cream);
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background 0.2s;
}
.btn-add-to-cart:hover:not(:disabled) { background: var(--bark); }
.btn-add-to-cart:disabled { background: rgba(28,14,6,0.3); cursor: not-allowed; }

.product-page__description { font-size: 14px; line-height: 1.85; color: var(--bark); border-top: 1px solid rgba(28,14,6,0.1); padding-top: 24px; }

/* ── COLLECTION PAGE ──────────────────────────────────*/

/* Hero — full dark espresso treatment matching other pages */
.coll-hero {
  position: relative; min-height: 52vh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.coll-hero__bg {
  position: absolute; inset: 0;
  background: var(--espresso);
}
.coll-hero__bg::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 80%, rgba(196,124,43,0.2), transparent 60%);
}
.coll-hero__media {
  position: absolute; inset: 0;
}
.coll-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.coll-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(28,14,6,0.88) 0%,
    rgba(28,14,6,0.45) 50%,
    rgba(28,14,6,0.15) 100%
  );
}
.coll-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--max-w); width: 100%; margin: 0 auto;
  padding: 160px var(--pad) 64px;
}
.coll-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 300; line-height: 0.92;
  color: var(--cream); margin-bottom: 18px;
}
.coll-hero__desc {
  font-size: 15px; line-height: 1.75;
  color: rgba(242,232,217,0.65); max-width: 540px;
  margin-bottom: 16px;
}
.coll-hero__count {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,232,217,0.4);
}

/* Toolbar — sort + active filters */
.coll-toolbar {
  background: var(--cream);
  border-bottom: 1px solid rgba(28,14,6,0.08);
  position: sticky; top: 80px; z-index: 100;
}
.coll-toolbar__inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 0 var(--pad);
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
  min-height: 56px;
}

/* Active filters */
.coll-filters {
  display: flex; align-items: center;
  gap: 8px; flex-wrap: wrap;
}
.coll-filters__label {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.coll-filter-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--choc);
  border: 1px solid var(--choc);
  padding: 4px 10px;
  transition: background 0.2s, color 0.2s;
}
.coll-filter-tag--active { background: var(--choc); color: var(--cream); }
.coll-filter-tag:hover { background: var(--bark); color: var(--cream); border-color: var(--bark); }
.coll-filter-clear {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid rgba(28,14,6,0.2);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.coll-filter-clear:hover { color: var(--choc); border-color: var(--choc); }

/* Sort */
.coll-sort { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.coll-sort__label {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap;
}
.coll-sort__select-wrap { position: relative; display: flex; align-items: center; }
.coll-sort__select {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(28,14,6,0.15);
  padding: 8px 32px 8px 14px;
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 400; color: var(--choc);
  cursor: pointer; outline: none;
  transition: border-color 0.2s;
  min-width: 180px;
}
.coll-sort__select:hover,
.coll-sort__select:focus { border-color: var(--caramel); }
.coll-sort__icon {
  position: absolute; right: 12px;
  color: var(--muted); pointer-events: none;
}

/* Tag filter pills */
.coll-tag-bar {
  background: var(--ivory);
  border-bottom: 1px solid rgba(28,14,6,0.06);
}
.coll-tag-bar__inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 16px var(--pad);
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
.coll-tag-pill {
  display: inline-block;
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(28,14,6,0.15);
  padding: 6px 14px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.coll-tag-pill:hover { border-color: var(--choc); color: var(--choc); }
.coll-tag-pill--active {
  background: var(--choc); color: var(--cream);
  border-color: var(--choc);
}

/* Product grid */
.coll-grid-section { background: var(--ivory); padding: 48px 0 100px; }
.coll-grid-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }

/* Override the staggered offsets for collection grid — all even */
.coll-products-grid .card--offset-1,
.coll-products-grid .card--offset-2 { margin-top: 0; }

/* Pagination */
.coll-pagination {
  display: flex; align-items: center;
  justify-content: center; gap: 12px;
  margin-top: 64px; padding-top: 40px;
  border-top: 1px solid rgba(28,14,6,0.08);
}
.coll-page-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--choc);
  border: 1px solid rgba(28,14,6,0.2);
  padding: 10px 18px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.coll-page-btn:hover { background: var(--choc); color: var(--cream); border-color: var(--choc); }
.coll-page-nums { display: flex; align-items: center; gap: 4px; }
.coll-page-num {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display); font-size: 18px; font-weight: 300;
  color: var(--choc); border: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.coll-page-num:hover { border-color: rgba(28,14,6,0.2); }
.coll-page-num--current {
  background: var(--choc); color: var(--cream);
  border-color: var(--choc);
}
.coll-page-num--ellipsis { color: var(--muted); border: none; cursor: default; }

/* Empty state */
.coll-empty { text-align: center; padding: 100px 0; }
.coll-empty__text { font-size: 16px; color: var(--muted); margin-bottom: 32px; }

/* Responsive */
@media (max-width: 768px) {
  .coll-hero { min-height: 55vw; }
  .coll-hero__title { font-size: clamp(44px, 12vw, 72px); }
  .coll-toolbar__inner { flex-direction: column; align-items: flex-start; padding-top: 12px; padding-bottom: 12px; gap: 10px; }
  .coll-sort__select { min-width: 140px; }
}


/* ── CART PAGE ────────────────────────────────────────*/
.cart-page__inner { max-width: 860px; margin: 120px auto 80px; padding: 0 var(--pad); }
.cart-page__title { font-family: var(--ff-display); font-size: 48px; font-weight: 300; color: var(--choc); margin-bottom: 48px; }
.cart-items { border-top: 1px solid rgba(28,14,6,0.1); }
.cart-item {
  display: grid; grid-template-columns: 100px 1fr auto;
  gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(28,14,6,0.1);
  align-items: start;
}
.cart-item__media img { aspect-ratio: 1; object-fit: cover; }
.cart-item__title {
  font-family: var(--ff-display); font-size: 20px;
  font-weight: 400; color: var(--choc); margin-bottom: 6px; transition: color 0.2s;
}
.cart-item__title:hover { color: var(--caramel); }
.cart-item__variant { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.cart-item__bottom { display: flex; align-items: center; gap: 20px; }
.cart-item__price { font-family: var(--ff-display); font-size: 20px; font-weight: 300; color: var(--caramel); }
.cart-item__remove { color: rgba(28,14,6,0.3); transition: color 0.2s; display: flex; align-items: center; }
.cart-item__remove:hover { color: var(--choc); }
.cart-footer { max-width: 400px; margin: 48px 0 0 auto; }
.cart-totals__row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--ff-display); font-size: 24px; font-weight: 300; margin-bottom: 8px;
}
.cart-totals__note { font-size: 11px; color: var(--muted); margin-bottom: 28px; }
.btn-checkout {
  width: 100%; padding: 16px;
  background: var(--choc); color: var(--cream);
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background 0.2s; margin-bottom: 16px;
}
.btn-checkout:hover { background: var(--bark); }
.cart-continue {
  display: block; text-align: center;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); transition: color 0.2s;
}
.cart-continue:hover { color: var(--choc); }
.cart-empty { text-align: center; padding: 80px 0; }
.cart-empty p { font-size: 18px; color: var(--muted); margin-bottom: 28px; }

/* ── PAGE SECTION ─────────────────────────────────────*/
.page-section__inner { max-width: 780px; margin: 120px auto 80px; padding: 0 var(--pad); }
.page-section__title { font-family: var(--ff-display); font-size: 56px; font-weight: 300; color: var(--choc); margin-bottom: 48px; }
.rte { font-size: 15px; line-height: 1.85; color: var(--bark); }
.rte p + p { margin-top: 18px; }
.rte h2, .rte h3 { font-family: var(--ff-display); color: var(--choc); margin: 36px 0 12px; }
.rte a { color: var(--caramel); text-decoration: underline; }
.rte strong { font-weight: 500; color: var(--choc); }

/* ── PAGINATION ───────────────────────────────────────*/
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 64px; }
.pagination a, .pagination span {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(28,14,6,0.15); font-size: 13px; color: var(--choc);
  transition: background 0.2s, border-color 0.2s;
}
.pagination a:hover { background: var(--cream); border-color: var(--choc); }
.pagination .current { background: var(--choc); color: var(--cream); border-color: var(--choc); }

/* ── ANIMATIONS ───────────────────────────────────────*/
@keyframes fadeUp  { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideIn { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
@keyframes ticker  { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollLine {
  0%  { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100%{ transform: scaleY(0); transform-origin: bottom; }
}

/* ── RESPONSIVE ───────────────────────────────────────*/
@media (max-width: 1024px) {
  :root { --pad: 32px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { aspect-ratio: 16/9; }
  .hero-badge { left: 16px; }
  .why-inner, .shipping-inner, .philosophy-inner, .process-header { grid-template-columns: 1fr; gap: 48px; }
  .why-img-float { left: -16px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .card--offset-1, .card--offset-2 { margin-top: 0; }
  .flavour-row { grid-template-columns: 1fr 100px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .product-page { grid-template-columns: 1fr; margin-top: 80px; }
}

@media (max-width: 768px) {
  :root { --pad: 20px; }
  .header-nav, .header-actions .header-icon { display: none; }
  .header-hamburger { display: flex; }
  .mobile-menu { display: block; }
  .hero-left { padding: 100px 20px 60px; }
  .hero-title { font-size: clamp(44px, 12vw, 72px); }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .flavour-row { grid-template-columns: 1fr 88px; }
  .flavours-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .products-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cart-item { grid-template-columns: 80px 1fr; }
  .cart-item__remove { grid-column: 2; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .shipping-features { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}

/* =====================================================
   PAGE TEMPLATES — Shared + Per-Page Styles
   ===================================================== */

/* ── PAGE HERO (shared across all pages) ─────────────*/
.page-hero {
  min-height: 52vh;
  display: flex; align-items: flex-end;
  padding: 0 var(--pad);
  position: relative; overflow: hidden;
}
.page-hero--dark { background: var(--espresso); }
.page-hero--dark::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 80%, rgba(196,124,43,0.2), transparent 60%);
  pointer-events: none;
}
.page-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--max-w); width: 100%; margin: 0 auto;
  padding-bottom: 72px; padding-top: 160px;
}
.page-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 300; line-height: 0.9;
  color: var(--cream); margin-bottom: 28px;
}
.page-hero__title em { font-style: italic; color: var(--gold); display: block; }
.page-hero__sub {
  font-size: 15px; line-height: 1.75; font-weight: 300;
  color: rgba(242,232,217,0.6); max-width: 520px;
}

/* ── EDITORIAL BODY (shared prose) ──────────────────*/
.editorial-body p {
  font-size: 15px; line-height: 1.85;
  color: var(--bark); margin-bottom: 18px;
}
.editorial-body p:last-child { margin-bottom: 0; }
.editorial-body strong { font-weight: 500; color: var(--choc); }

/* ── EDITORIAL BLOCK (image + text split) ────────────*/
.editorial-block { padding: 100px 0; background: var(--ivory); }
.editorial-block__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.editorial-block__inner--text-right { direction: rtl; }
.editorial-block__inner--text-right > * { direction: ltr; }
.editorial-block__text .section-title { margin-bottom: 28px; }
.editorial-block__media { overflow: hidden; aspect-ratio: 4/5; }
.editorial-block__media img { height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.editorial-block__media:hover img { transform: scale(1.04); }

/* ── AWARD BAND ──────────────────────────────────────*/
.award-band { background: var(--espresso); padding: 100px 0; }
.award-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(196,124,43,0.15), transparent 55%);
  pointer-events: none;
}
.award-band { position: relative; }
.award-band__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 300px 1fr;
  gap: 80px; align-items: center; position: relative; z-index: 2;
}
.award-band__media {
  background: rgba(242,232,217,0.06);
  padding: 40px; display: flex; align-items: center; justify-content: center;
}
.award-band__media img { width: 100%; max-width: 200px; object-fit: contain; }
.award-band__text .section-title { margin-bottom: 24px; }
.award-band__text p {
  font-size: 15px; line-height: 1.85;
  color: rgba(242,232,217,0.65); margin-bottom: 16px;
}

/* ── FLAVOUR PHILOSOPHY ──────────────────────────────*/
.flavour-philosophy { padding: 100px 0; background: var(--ivory); }
.flavour-philosophy__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.flavour-philosophy__text .section-title { margin-bottom: 28px; }
.flavour-philosophy__grid {
  display: flex; flex-wrap: wrap; gap: 10px;
  align-content: flex-start; padding-top: 60px;
}
.flavour-pill {
  padding: 12px 20px;
  border: 1px solid rgba(28,14,6,0.15);
  font-family: var(--ff-display); font-size: 16px;
  font-weight: 400; color: var(--choc);
  background: var(--cream);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.flavour-pill:hover { background: var(--choc); color: var(--cream); border-color: var(--choc); }

/* ── MANIFESTO (dark closing CTA) ────────────────────*/
.manifesto { background: var(--espresso); padding: 100px var(--pad); text-align: center; position: relative; }
.manifesto::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(196,124,43,0.12), transparent 60%);
  pointer-events: none;
}
.manifesto__inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.manifesto__quote {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300; line-height: 1.2; color: var(--cream);
  margin-bottom: 28px;
}
.manifesto__quote em { font-style: italic; color: var(--gold); }
.manifesto__body { font-size: 15px; line-height: 1.85; color: rgba(242,232,217,0.6); }
.manifesto__actions {
  display: flex; justify-content: center; gap: 16px;
  flex-wrap: wrap; margin-top: 44px;
}

/* ── ABOUT PAGE ──────────────────────────────────────*/
.about-intro { padding: 100px 0; background: var(--ivory); }
.about-intro__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 360px;
  gap: 80px; align-items: center;
}
.about-intro__text .section-title { margin-bottom: 28px; }
.about-intro__logo {
  background: var(--cream);
  padding: 48px; display: flex; align-items: center; justify-content: center;
}
.about-intro__logo img { width: 100%; object-fit: contain; }

.pillars-section { padding: 100px 0; background: var(--cream); }
.pillars-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.pillars-header { margin-bottom: 56px; }
.pillars-header .section-title { max-width: 500px; }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(28,14,6,0.08); }
.pillar-card { background: var(--cream); padding: 40px 28px; transition: background 0.25s; }
.pillar-card:hover { background: var(--ivory); }
.pillar-icon { font-size: 32px; margin-bottom: 20px; display: block; }
.pillar-name { font-family: var(--ff-display); font-size: 22px; font-weight: 400; color: var(--choc); margin-bottom: 12px; }
.pillar-desc { font-size: 13px; line-height: 1.75; color: var(--muted); }

.about-cta { background: var(--choc); padding: 100px var(--pad); text-align: center; }

/* ── SUSTAINABILITY PAGE ──────────────────────────────*/
.sustain-intro { padding: 64px 0; background: var(--cream); border-bottom: 1px solid rgba(28,14,6,0.08); }
.sustain-intro__inner {
  max-width: 720px; margin: 0 auto; padding: 0 var(--pad);
  font-size: 18px; line-height: 1.8; color: var(--bark);
  text-align: center; font-family: var(--ff-display); font-weight: 300;
}

.sustain-pillars { padding: 0; background: var(--ivory); }
.sustain-pillars__inner { max-width: var(--max-w); margin: 0 auto; }
.sustain-item {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(28,14,6,0.06);
}
.sustain-item--reversed { direction: rtl; }
.sustain-item--reversed > * { direction: ltr; }
.sustain-item__media { overflow: hidden; aspect-ratio: 1; }
.sustain-item__media img { height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.sustain-item:hover .sustain-item__media img { transform: scale(1.04); }
.sustain-item__text { padding: 80px var(--pad); display: flex; flex-direction: column; justify-content: center; }
.sustain-item__text .section-title { margin-bottom: 24px; }

/* ── CUSTOMISATION PAGE ──────────────────────────────*/
.custom-section { padding: 100px 0; background: var(--ivory); }
.custom-section--light { background: var(--cream); }
.custom-section__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.custom-section__header { margin-bottom: 64px; }
.custom-section__header .section-title { margin-bottom: 20px; max-width: 560px; }
.custom-section__lead { font-size: 15px; line-height: 1.85; color: var(--bark); max-width: 560px; }

.custom-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(28,14,6,0.08); margin-bottom: 64px; }
.custom-step { background: var(--ivory); padding: 40px 32px; transition: background 0.25s; }
.custom-step:hover { background: var(--cream); }
.custom-step__num {
  font-family: var(--ff-display); font-size: 56px; font-weight: 300;
  color: rgba(28,14,6,0.07); line-height: 1; margin-bottom: 20px;
}
.custom-step__title { font-family: var(--ff-display); font-size: 22px; font-weight: 400; color: var(--choc); margin-bottom: 12px; }
.custom-step__desc { font-size: 13px; line-height: 1.75; color: var(--muted); }

.custom-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.custom-size-card { text-align: center; }
.custom-size-card__img { aspect-ratio: 1; overflow: hidden; background: var(--cream); margin-bottom: 16px; }
.custom-size-card__img img { height: 100%; object-fit: contain; padding: 20px; transition: transform 0.5s var(--ease); }
.custom-size-card:hover .custom-size-card__img img { transform: scale(1.06); }
.custom-size-card__label { font-family: var(--ff-display); font-size: 22px; font-weight: 400; color: var(--choc); margin-bottom: 4px; }
.custom-size-card__note { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--caramel); }

.section-divider {
  display: flex; align-items: center; gap: 24px;
  padding: 0 var(--pad); max-width: var(--max-w); margin: 0 auto;
  background: var(--ivory);
}
.section-divider__line { flex: 1; height: 1px; background: rgba(28,14,6,0.1); }
.section-divider__text {
  font-size: 10px; font-weight: 500; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--muted);
  padding: 24px 0;
}

.corporate-options { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.corporate-card {
  background: var(--ivory); padding: 48px 36px;
  border: 1px solid rgba(28,14,6,0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.corporate-card:hover { border-color: var(--caramel); box-shadow: 0 12px 40px rgba(28,14,6,0.08); }
.corporate-card__icon { font-size: 36px; margin-bottom: 20px; display: block; }
.corporate-card__title { font-family: var(--ff-display); font-size: 26px; font-weight: 400; color: var(--choc); margin-bottom: 14px; }
.corporate-card__desc { font-size: 14px; line-height: 1.8; color: var(--bark); }

.enquiry-cta { background: var(--choc); padding: 100px var(--pad); text-align: center; }

/* ── CONTACT PAGE ────────────────────────────────────*/
.contact-page {
  margin-top: 80px;
  min-height: calc(100vh - 80px);
  background: var(--ivory);
}
.contact-page__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 100px var(--pad);
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 80px; align-items: start;
}
.contact-info__title {
  font-family: var(--ff-display);
  font-size: clamp(44px, 5vw, 72px); font-weight: 300;
  color: var(--choc); line-height: 1; margin-bottom: 24px;
}
.contact-info__title em { font-style: italic; color: var(--caramel); display: block; }
.contact-info__lead { font-size: 15px; line-height: 1.8; color: var(--bark); margin-bottom: 48px; }

.contact-details { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; }
.contact-detail__icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.contact-detail__label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-detail__value { font-size: 16px; color: var(--choc); transition: color 0.2s; }
a.contact-detail__value:hover { color: var(--caramel); }

.contact-social__label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }

/* Form */
.contact-form-wrap {
  background: var(--cream);
  padding: 56px 48px;
  border: 1px solid rgba(28,14,6,0.06);
}
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form__field { margin-bottom: 24px; }
.contact-form__field label {
  display: block; font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.required { color: var(--caramel); }
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  background: var(--ivory);
  border: 1px solid rgba(28,14,6,0.15);
  padding: 14px 16px;
  font-family: var(--ff-body); font-size: 14px; font-weight: 300;
  color: var(--choc); outline: none;
  transition: border-color 0.2s;
  appearance: none;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus { border-color: var(--caramel); }
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder { color: rgba(28,14,6,0.3); }
.contact-form__field select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a6a56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.contact-form__field textarea { resize: vertical; min-height: 140px; }

.contact-submit {
  display: flex; align-items: center; gap: 12px;
  background: var(--choc); color: var(--cream);
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 16px 32px; width: 100%; justify-content: center;
  transition: background 0.2s;
}
.contact-submit:hover { background: var(--bark); }

.contact-success {
  text-align: center; padding: 48px 0;
}
.contact-success__icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(196,124,43,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--caramel);
  margin: 0 auto 24px;
}
.contact-success h3 { font-family: var(--ff-display); font-size: 28px; font-weight: 400; color: var(--choc); margin-bottom: 12px; }
.contact-success p { font-size: 14px; color: var(--muted); }
.contact-error {
  background: rgba(196,124,43,0.08); border: 1px solid rgba(196,124,43,0.2);
  padding: 14px 20px; font-size: 13px; color: var(--bark);
  margin-bottom: 24px;
}

/* ── RESPONSIVE — PAGE TEMPLATES ─────────────────────*/
@media (max-width: 1024px) {
  .editorial-block__inner,
  .award-band__inner,
  .flavour-philosophy__inner,
  .about-intro__inner,
  .sustain-item,
  .contact-page__inner { grid-template-columns: 1fr; gap: 48px; }
  .editorial-block__inner--text-right,
  .sustain-item--reversed { direction: ltr; }
  .sustain-item__media { aspect-ratio: 16/9; }
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .custom-steps { grid-template-columns: 1fr; }
  .corporate-options { grid-template-columns: 1fr; }
  .flavour-philosophy__grid { padding-top: 0; }
  .contact-form-wrap { padding: 40px 32px; }
  .contact-form__row { grid-template-columns: 1fr; }
  .award-band__inner { grid-template-columns: 1fr; }
  .award-band__media { max-width: 200px; }
}

@media (max-width: 768px) {
  .page-hero { min-height: 60vw; }
  .page-hero__title { font-size: clamp(44px, 12vw, 72px); }
  .pillars-grid { grid-template-columns: 1fr; }
  .custom-sizes { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px 20px; }
  .manifesto__actions { flex-direction: column; align-items: center; }
}

/* =====================================================
   BLOG — Journal styles
   ===================================================== */

/* ── BLOG LIST HERO ─────────────────────────────────*/
.blog-hero {
  background: var(--espresso);
  min-height: 40vh;
  display: flex; align-items: flex-end;
  padding: 0 var(--pad);
  position: relative; overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 80%, rgba(196,124,43,0.2), transparent 60%);
  pointer-events: none;
}
.blog-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--max-w); width: 100%; margin: 0 auto;
  padding-top: 160px; padding-bottom: 72px;
}
.blog-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 300; line-height: 0.92;
  color: var(--cream); margin-bottom: 24px;
}
.blog-hero__title em { font-style: italic; color: var(--gold); }
.blog-hero__sub {
  font-size: 15px; line-height: 1.75; font-weight: 300;
  color: rgba(242,232,217,0.6); max-width: 520px;
}

/* ── SHARED BLOG ATOMS ──────────────────────────────*/
.blog-tag {
  display: inline-block;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--caramel);
  border: 1px solid rgba(196,124,43,0.4);
  padding: 4px 10px;
  transition: background 0.2s, color 0.2s;
}
.blog-tag:hover { background: var(--caramel); color: var(--white); }
.blog-date {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}

/* ── FEATURED ARTICLE ───────────────────────────────*/
.blog-featured { background: var(--ivory); padding: 0; }
.blog-featured__inner {
  display: grid; grid-template-columns: 1.2fr 1fr;
  max-width: var(--max-w); margin: 0 auto;
  min-height: 540px;
}
.blog-featured__media { overflow: hidden; }
.blog-featured__media img { height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.blog-featured__inner:hover .blog-featured__media img { transform: scale(1.04); }
.blog-featured__content {
  background: var(--cream);
  padding: 72px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.blog-featured__meta {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px; flex-wrap: wrap;
}
.blog-featured__title {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300; line-height: 1.1;
  color: var(--choc); margin-bottom: 20px;
  transition: color 0.2s;
}
.blog-featured__inner:hover .blog-featured__title { color: var(--caramel); }
.blog-featured__excerpt {
  font-size: 14px; line-height: 1.85; color: var(--bark);
  margin-bottom: 32px;
}
.blog-featured__read {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--caramel);
  border-bottom: 1px solid rgba(196,124,43,0.4);
  padding-bottom: 2px; align-self: flex-start;
  transition: border-color 0.2s;
}
.blog-featured__inner:hover .blog-featured__read { border-color: var(--caramel); }

/* ── ARTICLE GRID ───────────────────────────────────*/
.blog-grid-section { padding: 80px 0 120px; background: var(--ivory); }
.blog-grid-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-grid--related { margin-top: 48px; }

.blog-card {
  display: flex; flex-direction: column;
  background: var(--ivory);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(28,14,6,0.1);
}
.blog-card__media {
  aspect-ratio: 3/2; overflow: hidden;
}
.blog-card__media img,
.blog-card__media svg { height: 100%; object-fit: cover; transition: transform 0.55s var(--ease); }
.blog-card:hover .blog-card__media img { transform: scale(1.05); }
.blog-card__body { padding: 24px 28px 32px; flex: 1; display: flex; flex-direction: column; background: var(--cream); }
.blog-card__meta {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px; flex-wrap: wrap;
}
.blog-card__title {
  font-family: var(--ff-display);
  font-size: 22px; font-weight: 400; line-height: 1.2;
  color: var(--choc); margin-bottom: 12px;
  transition: color 0.2s;
}
.blog-card:hover .blog-card__title { color: var(--caramel); }
.blog-card__excerpt {
  font-size: 13px; line-height: 1.75; color: var(--muted);
  flex: 1; margin-bottom: 20px;
}
.blog-card__read {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--caramel); align-self: flex-start;
  border-bottom: 1px solid rgba(196,124,43,0.35);
  padding-bottom: 1px; transition: border-color 0.2s;
}
.blog-card:hover .blog-card__read { border-color: var(--caramel); }

/* ── EMPTY STATE ────────────────────────────────────*/
.blog-empty {
  background: var(--ivory);
  padding: 120px var(--pad); text-align: center;
}
.blog-empty__inner { max-width: 560px; margin: 0 auto; }
.blog-empty__icon { font-size: 48px; display: block; margin-bottom: 28px; }
.blog-empty__title {
  font-family: var(--ff-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 300; color: var(--choc); margin-bottom: 18px;
}
.blog-empty__title em { font-style: italic; color: var(--caramel); }
.blog-empty__text {
  font-size: 15px; line-height: 1.85; color: var(--bark);
  margin-bottom: 40px;
}

/* ── SINGLE ARTICLE PAGE ────────────────────────────*/
.article-page { background: var(--ivory); }

.article-hero { position: relative; min-height: 60vh; overflow: hidden; }
.article-hero__media {
  position: absolute; inset: 0;
}
.article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.article-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(28,14,6,0.85) 0%,
    rgba(28,14,6,0.4) 50%,
    rgba(28,14,6,0.1) 100%
  );
}
.article-hero__content {
  position: relative; z-index: 2;
  display: flex; align-items: flex-end;
  min-height: 60vh; padding: 0 var(--pad);
}
.article-hero__content--no-image {
  background: var(--espresso); min-height: 40vh;
  align-items: flex-end;
}
.article-hero__content--no-image::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 80%, rgba(196,124,43,0.2), transparent 60%);
}
.article-hero__inner {
  max-width: var(--max-w); width: 100%; margin: 0 auto;
  padding-top: 160px; padding-bottom: 64px;
  position: relative; z-index: 2;
}
.article-meta {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px; flex-wrap: wrap;
}
.article-author {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(242,232,217,0.5);
}
.article-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300; line-height: 1.05;
  color: var(--cream); margin-bottom: 20px;
  max-width: 800px;
}
.article-hero__excerpt {
  font-size: 16px; line-height: 1.75;
  color: rgba(242,232,217,0.65); max-width: 600px;
}
/* Override tag/date colours on dark hero */
.article-hero .blog-tag { color: var(--gold); border-color: rgba(224,168,74,0.4); }
.article-hero .blog-date { color: rgba(242,232,217,0.5); }

.article-body { padding: 80px 0 60px; }
.article-body__inner {
  max-width: 720px; margin: 0 auto; padding: 0 var(--pad);
}
.article-content {
  font-size: 16px; line-height: 1.9; color: var(--bark);
}
.article-content p + p { margin-top: 24px; }
.article-content h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300; color: var(--choc);
  margin: 56px 0 20px;
}
.article-content h3 {
  font-family: var(--ff-display);
  font-size: 26px; font-weight: 400; color: var(--choc);
  margin: 40px 0 16px;
}
.article-content a { color: var(--caramel); text-decoration: underline; }
.article-content strong { font-weight: 500; color: var(--choc); }
.article-content blockquote {
  border-left: 3px solid var(--caramel);
  padding: 4px 0 4px 28px;
  margin: 40px 0;
  font-family: var(--ff-display);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 300; font-style: italic;
  color: var(--choc); line-height: 1.4;
}
.article-content img {
  width: 100%; margin: 40px 0;
  display: block;
}
.article-content ul, .article-content ol {
  padding-left: 24px; margin: 20px 0;
}
.article-content li { margin-bottom: 8px; font-size: 16px; line-height: 1.75; color: var(--bark); }

.article-tags {
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap; margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(28,14,6,0.1);
}
.article-tags__label {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
}

.article-nav {
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid rgba(28,14,6,0.1);
}
.article-nav__back {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.article-nav__back:hover { color: var(--choc); }

.article-related {
  background: var(--cream);
  padding: 80px var(--pad);
}
.article-related__inner {
  max-width: var(--max-w); margin: 0 auto;
}
.article-related__inner .section-title { margin-bottom: 0; }

/* ── RESPONSIVE ─────────────────────────────────────*/
@media (max-width: 1024px) {
  .blog-featured__inner { grid-template-columns: 1fr; }
  .blog-featured__media { aspect-ratio: 16/9; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-featured__content { padding: 40px 28px; }
  .article-hero__content { min-height: 50vw; }
}

/* =====================================================
   PROMO POPUP MODAL
   ===================================================== */

.popup-overlay {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s var(--ease);
}
.popup-overlay.is-open {
  opacity: 1; pointer-events: auto;
}

/* Backdrop */
.popup-backdrop {
  position: absolute; inset: 0;
  background: rgba(10,6,3,0.72);
  backdrop-filter: blur(3px);
}

/* Modal container */
.popup-modal {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  max-width: 780px; width: 100%;
  background: var(--ivory);
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(28,14,6,0.08);
  transform: translateY(28px) scale(0.97);
  transition: transform 0.4s var(--ease);
  overflow: hidden;
}
.popup-overlay.is-open .popup-modal {
  transform: translateY(0) scale(1);
}

/* Image side */
.popup-media {
  position: relative; overflow: hidden;
  min-height: 400px;
}
.popup-media img,
.popup-media svg { width: 100%; height: 100%; object-fit: cover; }
/* Subtle zoom on open */
.popup-overlay.is-open .popup-media img {
  animation: popupImgIn 0.9s var(--ease) forwards;
}
@keyframes popupImgIn {
  from { transform: scale(1.08); }
  to   { transform: scale(1); }
}

/* Badge on image */
.popup-badge {
  position: absolute; bottom: 20px; left: 20px;
  background: var(--gold);
  color: var(--choc);
  font-family: var(--ff-body);
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 8px 14px;
  animation: slideInLeft 0.5s var(--ease) 0.3s both;
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Content side */
.popup-content {
  padding: 44px 40px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  background: var(--ivory);
  animation: popupContentIn 0.5s var(--ease) 0.15s both;
}
@keyframes popupContentIn {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Close button */
.popup-close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  border: 1px solid rgba(28,14,6,0.12);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.popup-close:hover { background: var(--choc); color: var(--cream); border-color: var(--choc); }

/* Eyebrow */
.popup-eyebrow {
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--caramel); margin-bottom: 12px;
}

/* Heading */
.popup-heading {
  font-family: var(--ff-display);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 300; line-height: 1.1;
  color: var(--choc); margin-bottom: 8px;
}

/* Product name */
.popup-product-name {
  font-family: var(--ff-display);
  font-size: 18px; font-weight: 400; font-style: italic;
  color: var(--caramel); margin-bottom: 14px;
}

/* Subtext */
.popup-subtext {
  font-size: 13px; line-height: 1.75; color: var(--bark);
  margin-bottom: 20px;
}

/* Price */
.popup-price {
  display: flex; align-items: baseline; gap: 10px;
  margin-bottom: 22px; flex-wrap: wrap;
}
.popup-price__current {
  font-family: var(--ff-display);
  font-size: 28px; font-weight: 300; color: var(--caramel);
}
.popup-price__original {
  font-family: var(--ff-display);
  font-size: 18px; color: var(--muted);
  text-decoration: line-through;
}
.popup-price__save {
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white); background: var(--caramel);
  padding: 3px 8px; align-self: center;
}

/* Promo code */
.popup-code-wrap { margin-bottom: 22px; }
.popup-code-label {
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); display: block; margin-bottom: 8px;
}
.popup-code-row {
  display: flex; align-items: center; gap: 0;
  border: 1px solid rgba(28,14,6,0.15);
  overflow: hidden;
}
.popup-code {
  flex: 1; padding: 10px 14px;
  font-family: var(--ff-body); font-size: 13px;
  font-weight: 500; letter-spacing: 0.1em;
  color: var(--choc); background: var(--cream);
  user-select: all;
}
.popup-copy-btn {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  background: var(--choc); color: var(--cream);
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  flex-shrink: 0;
  transition: background 0.2s;
}
.popup-copy-btn:hover { background: var(--bark); }
.popup-copy-btn.copied { background: #4a7c4e; }

/* Buttons */
.popup-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.popup-btn-primary {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--choc); color: var(--cream);
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 14px 24px;
  transition: background 0.2s, transform 0.2s;
}
.popup-btn-primary:hover { background: var(--bark); transform: translateY(-1px); }
.popup-btn-dismiss {
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 400; letter-spacing: 0.12em;
  color: var(--muted); text-align: center;
  transition: color 0.2s;
}
.popup-btn-dismiss:hover { color: var(--choc); }

/* Footnote */
.popup-footnote {
  font-size: 10px; color: rgba(28,14,6,0.35);
  line-height: 1.5; text-align: center; margin-top: 4px;
}

/* Easter seasonal accents — sprig of spring colour on image overlay */
.popup-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(196,124,43,0.08) 0%,
    transparent 50%,
    rgba(224,168,74,0.06) 100%
  );
  pointer-events: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  .popup-modal { grid-template-columns: 1fr; max-width: 420px; }
  .popup-media { min-height: 240px; }
  .popup-content { padding: 32px 28px; }
  .popup-heading { font-size: 24px; }
}

/* =====================================================
   CORPORATE & WEDDINGS PAGES
   ===================================================== */

/* ── PARTNER LOGOS ─────────────────────────────────── */
.partners-section { padding: 100px 0; background: var(--ivory); }
.partners-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.partners-header { text-align: center; margin-bottom: 64px; }
.partners-header .section-title { margin-bottom: 16px; }
.partners-sub { font-size: 15px; line-height: 1.8; color: var(--bark); max-width: 600px; margin: 0 auto; }
.partners-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(28,14,6,0.08);
}
.partner-logo {
  background: var(--cream); padding: 28px 40px;
  display: flex; align-items: center; justify-content: center;
  min-height: 130px; transition: background 0.25s;
}
.partner-logo:hover { background: var(--ivory); }
.partner-logo img {
  width: 100%; max-width: 220px; max-height: 90px; object-fit: contain;
  filter: grayscale(100%) opacity(0.75);
  transition: filter 0.3s, transform 0.3s;
}
.partner-logo:hover img { filter: grayscale(0%) opacity(1); transform: scale(1.04); }
.partner-logo__text {
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); text-align: center;
}

/* ── PARTNER LOGOS — Fossa style ───────────────────── */
.fossa-partners {
  background: var(--cream);
  padding: 72px 0 80px;
  border-bottom: 1px solid rgba(28,14,6,0.07);
}
.fossa-partners__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
}
.fossa-partners__label {
  text-align: center;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--bark); margin-bottom: 52px;
}
.fossa-partners__logos {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 48px 72px;
}
.fossa-partners__logos img {
  height: 64px; width: auto; max-width: 220px;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.82;
  transition: opacity 0.2s;
}
.fossa-partners__logos img:hover { opacity: 1; }
@media (max-width: 768px) {
  .fossa-partners__logos { gap: 36px 48px; }
  .fossa-partners__logos img { height: 44px; max-width: 140px; }
}

/* ── CORPORATE OPTIONS ──────────────────────────────── */
.corp-options-section { padding: 100px 0; background: var(--cream); }
.corp-options-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.corp-options-header { margin-bottom: 60px; }
.corp-options-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(28,14,6,0.08);
}
.corp-option-card {
  background: var(--cream); display: flex; flex-direction: column;
  transition: background 0.25s;
}
.corp-option-card:hover { background: var(--ivory); }
.corp-option-img { aspect-ratio: 4/3; overflow: hidden; }
.corp-option-img img { height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.corp-option-card:hover .corp-option-img img { transform: scale(1.04); }
.corp-option-body { padding: 36px 32px; flex: 1; display: flex; flex-direction: column; }
.corp-option-num {
  font-family: var(--ff-display); font-size: 48px; font-weight: 300;
  color: rgba(28,14,6,0.07); line-height: 1; margin-bottom: 14px;
}
.corp-option-title {
  font-family: var(--ff-display); font-size: 26px; font-weight: 300;
  color: var(--choc); margin-bottom: 14px; line-height: 1.1;
}
.corp-option-title em { font-style: italic; color: var(--caramel); }
.corp-option-desc { font-size: 14px; line-height: 1.8; color: var(--bark); flex: 1; margin-bottom: 24px; }
.corp-option-link {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--caramel);
  border-bottom: 1px solid rgba(196,124,43,0.4); padding-bottom: 2px;
  align-self: flex-start; transition: border-color 0.2s;
}
.corp-option-link:hover { border-color: var(--caramel); }

/* ── FAQ ACCORDION ──────────────────────────────────── */
.faq-section { padding: 100px 0; background: var(--ivory); }
.faq-inner { max-width: 860px; margin: 0 auto; padding: 0 var(--pad); }
.faq-header { margin-bottom: 52px; }
.faq-list { border-top: 1px solid rgba(28,14,6,0.1); }
.faq-item { border-bottom: 1px solid rgba(28,14,6,0.08); cursor: pointer; }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  font-family: var(--ff-display); font-size: 20px; font-weight: 400;
  color: var(--choc); transition: color 0.2s;
}
.faq-item:hover .faq-question,
.faq-item.is-open .faq-question { color: var(--caramel); }
.faq-icon {
  font-size: 22px; font-weight: 300; color: var(--caramel);
  transition: transform 0.3s var(--ease); flex-shrink: 0; margin-left: 16px;
}
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 22px; }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p { font-size: 14px; line-height: 1.85; color: var(--bark); margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { font-weight: 500; color: var(--choc); }

/* ── ENQUIRY CTA wrapper ────────────────────────────── */
.enquiry-cta { background: var(--choc); }
.enquiry-cta__inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 100px var(--pad); text-align: center;
}

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .corp-options-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-logo { padding: 20px 24px; min-height: 100px; }
  .partner-logo img { max-height: 60px; }
  .faq-inner { padding: 0 var(--pad); }
  .corp-option-body { padding: 28px 24px; }
}

/* ── INFINITE SCROLL ──────────────────────────────── */
.coll-sentinel { height: 1px; }

.coll-loader {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 60px 0; gap: 16px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.coll-loader.is-loading { opacity: 1; }
.coll-loader__dots { display: flex; gap: 8px; }
.coll-loader__dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--caramel);
  animation: loaderPulse 1.2s ease-in-out infinite;
}
.coll-loader__dots span:nth-child(2) { animation-delay: 0.2s; }
.coll-loader__dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes loaderPulse {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40%            { transform: scale(1);   opacity: 1; }
}
.coll-loader__text {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted);
}

.coll-end-msg {
  display: flex; align-items: center; gap: 20px;
  padding: 64px 0; margin-top: 48px;
}
.coll-end-line { flex: 1; height: 1px; background: rgba(28,14,6,0.1); }
.coll-end-text {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap;
}

/* ── WEDDING VIDEO SECTION ────────────────────────── */
.wedding-video-section { padding: 100px 0; background: var(--ivory); }
.wedding-video-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 80px; align-items: center;
}
.wedding-video-text .section-title { margin-bottom: 20px; }
.wedding-video-desc { font-size: 15px; line-height: 1.85; color: var(--bark); }
.wedding-video-embed { display: flex; flex-direction: column; gap: 14px; }

/* 16:9 responsive iframe wrapper */
.video-wrapper {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  background: var(--choc);
  box-shadow: 0 24px 64px rgba(28,14,6,0.2);
}
.video-wrapper iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.video-caption {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
}
.video-placeholder {
  background: var(--cream); padding: 64px 40px; text-align: center;
  border: 1px dashed rgba(28,14,6,0.15);
}
.video-placeholder__text { font-size: 13px; color: var(--muted); line-height: 1.6; }

@media (max-width: 1024px) {
  .wedding-video-inner { grid-template-columns: 1fr; gap: 48px; }
}

/* ── WEDDING STEPS + VIDEO GRID ─────────────────────── */
.wedding-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  gap: 2px;
  background: rgba(28,14,6,0.08);
  align-items: stretch;
}
.wedding-step-video {
  background: var(--choc);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.wedding-step-video .video-wrapper {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  box-shadow: none;
}
.wedding-step-video .video-wrapper iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.wedding-step-video .video-caption { color: rgba(242,232,217,0.4); }
.wedding-step-video .video-placeholder {
  background: rgba(242,232,217,0.06);
  border: 1px dashed rgba(242,232,217,0.15);
  padding: 40px 24px; text-align: center;
}
.wedding-step-video .video-placeholder__text {
  font-size: 13px; color: rgba(242,232,217,0.4); line-height: 1.6;
}

@media (max-width: 900px) {
  .wedding-steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wedding-step-video { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .wedding-steps-grid { grid-template-columns: 1fr; }
}

.size-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 700px; margin: 40px auto 0; }
.size-card { text-align: center; }
.size-card__img { aspect-ratio: 1; overflow: hidden; background: var(--cream); margin-bottom: 16px; max-height: 200px; }
.size-card__img img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.size-card__name { font-family: var(--ff-display); font-size: 20px; color: var(--choc); margin-bottom: 4px; }
.size-card__note { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--caramel); }

.has-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}

.has-dropdown .header-dropdown {
  margin-top: 0;
  top: calc(100% + 12px);
}

.has-dropdown:hover .header-dropdown,
.has-dropdown .header-dropdown:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.footer-pay img {
  height: 24px;
  width: auto;
  opacity: 0.7;
}
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.social-link {
  width: 40px; height: 40px;
  border: 1px solid rgba(242,232,217,0.2);
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(242,232,217,0.5);
  transition: color 0.2s, border-color 0.2s;
}
.social-link:hover {
  color: var(--cream);
  border-color: rgba(242,232,217,0.5);
}
.social-link svg { width: 16px; height: 16px; }

/* ── Mobile fixes ───────────────────────────── */
@media (max-width: 768px) {
  /* Hide breadcrumb on mobile */
  .breadcrumb { display: none; }
  
  /* Fix logo on mobile */
  .header-brand__logo { 
    max-height: 40px; 
    width: auto; 
  }
  
  .header-brand__name {
    display: none;
  }
}
@media (max-width: 480px) {
  /* Hide breadcrumb */
  .breadcrumb, .page-breadcrumb { display: none; }

  /* Fix text overflow */
  body { overflow-x: hidden; }
  .why-fossa__body, .why-fossa__text { 
    padding: 0 20px; 
    box-sizing: border-box;
  }

  /* Stats row */
  .why-fossa__stats { 
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 20px;
  }

  /* Why Fossa images */
  .why-fossa__media { 
    display: none; 
  }

  /* Ticker */
  .ticker__item { 
    font-size: 10px; 
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .ticker { overflow: hidden; }
}
@media (max-width: 768px) {
  .site-header { 
    background: var(--choc) !important; 
  }
}
@media (max-width: 768px) {
  .site-header.is-scrolled {
    background: rgba(28,14,6,0.97) !important;
  }
}/* Force dark header always on mobile */
@media (max-width: 768px) {
  .site-header,
  .site-header.is-scrolled,
  #site-header,
  header.header,
  .masthead {
    background: rgba(28,14,6,0.97) !important;
    background-color: rgba(28,14,6,0.97) !important;
  }

}
#MobileMenu,
.mobile-menu {
  background: #1C0E06 !important;
  background-color: #1C0E06 !important;
}
#MobileMenu,
.mobile-menu {
  color: #ffffff !important;
}

#MobileMenu a,
.mobile-menu a,
#MobileMenu nav a {
  color: #ffffff !important;
}
#MobileMenu,
.mobile-menu {
  padding: 8px 16px !important;
  min-height: unset !important;
}
@media (max-width: 768px) {
  .page-width,
  .section-wrapper,
  main,
  #MainContent,
  #MainContent > * {
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 768px) {
  .header-inner,
  .site-header .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .header__heading,
  .site-header .header__heading,
  .header__heading-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__menu-toggle,
  .mobile-nav-toggle,
  button[aria-controls="MobileMenu"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}/* Fix header layout on mobile */
@media (max-width: 768px) {
  .header-inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    padding: 0 16px !important;
    width: 100% !important;
  }

  .header__heading {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
  }

  .header__menu-toggle,
  button[aria-controls="MobileMenu"],
  .header__icon--menu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
  }

  /* Fix content overflow */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .shopify-section,
  .page-width,
  section,
  .section {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 768px) {
  /* Kill white bar above header */
  body {
    background-color: #1C0E06 !important;
  }

  /* Hide breadcrumb inside header area */
  .breadcrumb,
  nav.breadcrumb,
  .breadcrumbs {
    display: none !important;
  }

  /* Fix content cut off on right */
  .page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Stop any element being wider than screen */
  * {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
@media (max-width: 768px) {
  /* Reset any left shifts */
  .shopify-section,
  .section-header,
  #MainContent,
  #MainContent > *,
  .page-width,
  .content-for-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    left: 0 !important;
    position: relative !important;
  }
}
}@media (max-width: 768px) {
  /* Contain the ticker/announcement bar */
  .ticker-track {
    overflow: hidden !important;
  }

  .ticker,
  .ticker-wrapper,
  [class*="ticker"] {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  /* Fix header actions overflow */
  .header-actions {
    overflow: hidden !important;
    max-width: fit-content !important;
  }
}@media (max-width: 768px) {
  .ticker-track {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    transform: none !important;
    animation: none !important;
  }

  .ticker-item,
  .ticker-dot {
    display: none !important;
  }

  .ticker-item:first-child {
    display: block !important;
  }
}.site-nav a,
.header__nav-item a,
nav.header__inline-menu a,
.header__menu-item a {
  white-space: nowrap !important;
}

.header__inline-menu,
.site-nav {
  gap: 12px !important;
}

.header__nav-item,
.site-nav li {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.header-nav__link,
.header-nav__list .header-nav__item a {
  white-space: nowrap !important;
}

.header-nav__list {
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

.header-nav__item {
  padding: 0 6px !important;
}
.header-nav__link {
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
}
@media (max-width: 768px) {
  .why-inner {
    display: block !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .why-text,
  .why-visual,
  .why-body,
  .why-stats {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
}@media (max-width: 768px) {
  .why-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: calc(100% - 40px) !important;
    margin: 0 20px !important;
    box-sizing: border-box !important;
  }

  .why-stats > * {
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  .hero-visual,
  .why-visual {
    display: block !important;
    width: 100% !important;
    position: relative !important;
  }

  .hero-visual > *,
  .why-visual > * {
    width: 100% !important;
    position: relative !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  div.why-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    margin: 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  div.why-stats > * {
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 768px) {
  div.why-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  div.why-text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding-right: 0 !important;
  }

  div.stat {
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  div.stat .stat-value,
  div.stat h3,
  div.stat p {
    font-size: clamp(1rem, 5vw, 2rem) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
@media (max-width: 768px) {
  div.stat .stat__value,
  div.stat h3,
  div.stat .stat-number,
  div.stat > *:first-child {
    font-size: clamp(1.2rem, 7vw, 2rem) !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  div.stat .stat__label,
  div.stat p,
  div.stat > *:last-child {
    font-size: 10px !important;
    letter-spacing: 0.05em !important;
  }
@media (max-width: 768px) {
  div.stat h3,
  div.stat .stat-title,
  div.stat > p:first-child,
  div.stat > h3 {
    font-size: 1.4rem !important;
    white-space: nowrap !important;
  }
}@media (max-width: 768px) {
  div.stat-num {
    font-size: 18px !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 768px) {
  .why-stats .stat .stat-num,
  .why-stats .stat-num,
  div.why-stats div.stat div.stat-num {
    font-size: 16px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
.header-nav__link,
.header-nav__link:link,
.header-nav__link:visited {
  color: #e8d5b0 !important;
}

.header-nav__link.is-active,
.header-nav__link:hover {
  color: #C47C2B !important;
}
a.header-nav__link.is-active,
.header-nav__list a.header-nav__link.is-active {
  color: #C47C2B !important;
}

.header-nav__list a.header-nav__link {
  color: #e8d5b0 !important;
}
.site-header .header-nav__list a,
.site-header .header-nav__link,
.site-header a.header-nav__link {
  color: #e8d5b0 !important;
}

.site-header a.header-nav__link.is-active,
.site-header a.header-nav__link:hover {
  color: #c47c2b !important;
}
.site-header,
header.site-header {
  --choc: #e8d5b0 !important;
}

.site-header a.header-nav__link.is-active,
.site-header a.header-nav__link:hover {
  --choc: #c47c2b !important;
  color: #c47c2b !important;
}
header .header-nav__link {
  color: #e8d5b0 !important;
}

header .header-nav__link.is-active {
  color: #c47c2b !important;
}

header .header-nav__link:hover {
  color: #c47c2b !important;
}
.hero-badge {
  position: absolute !important;
  bottom: 40px !important;
  right: 50% !important;
  background: transparent !important;
  padding: 0 !important;
}
.hero-left {
  position: relative !important;
}

.hero-badge {
  position: absolute !important;
  bottom: 40px !important;
  right: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}