/*
Theme Name: Lamplistic
Theme URI: https://lamplistic.pk
Author: Lamplistic
Author URI: https://lamplistic.pk
Description: Handmade, rechargeable, customised lamps from Pakistan. A dark, hand-crafted storefront theme with WooCommerce support — ported from the Lamplistic Next.js site.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lamplistic
Tags: dark, e-commerce, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
WC requires at least: 8.0
WC tested up to: 9.4
*/

/* ============================================================
   LAMPLISTIC — design system
   Deliberately single-theme dark: the brand lives in the dark.
   Ported from the Next.js globals.css (Tailwind stripped out).
   ============================================================ */
:root {
  color-scheme: dark;
  --void: #08080a;
  --void-2: #0c0c0f;
  --ink: #111114;
  --panel: #141318;
  --gold: #e9c46a;
  --gold-bright: #f6d98a;
  --gold-deep: #b7873a;
  --warm-white: #f7eedc;
  --smoke: #a8a196;
  --smoke-dim: #6f6a61;
  --line: rgba(233, 196, 106, 0.16);
  --line-soft: rgba(247, 238, 220, 0.08);
  --rgb-1: #7ee06a;
  --rgb-2: #5b8cff;
  --rgb-3: #ff5b7f;
  --rgb-4: #c06bff;
  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  --font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;

  --step--1: clamp(0.72rem, 0.68rem + 0.2vw, 0.82rem);
  --step-0: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
  --step-1: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  --step-2: clamp(1.5rem, 1.2rem + 1.4vw, 2.3rem);
  --step-3: clamp(2.1rem, 1.5rem + 3vw, 4rem);
  --step-4: clamp(2.8rem, 1.6rem + 6vw, 6.6rem);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--void);
  color: var(--warm-white);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
::selection { background: var(--gold); color: #000; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

.wrap { width: min(100% - 2.6rem, var(--maxw)); margin-inline: auto; }

.font-display { font-family: var(--font-display); }

.eyebrow {
  font-family: var(--font-body);
  font-size: var(--step--1); letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; display: inline-flex; align-items: center; gap: 0.7em;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 800; line-height: 1.02; letter-spacing: -0.02em; text-wrap: balance; margin: 0; }
.display { text-transform: uppercase; letter-spacing: 0.005em; }
.muted { color: var(--smoke); }

/* ---------- WORDMARK ---------- */
.mark { display: inline-flex; align-items: center; font-family: var(--font-display); font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.3em; font-size: 1.02rem; color: var(--warm-white); line-height: 1; user-select: none; }
.mark .beam { display: inline-block; width: 0.6em; height: 0.92em; margin: 0 0.1em -0.02em; }
.mark .beam svg { width: 100%; height: 100%; display: block; }
.mark--lg { font-size: 1.85rem; letter-spacing: 0.24em; }

/* ---------- TOPBAR TICKER ---------- */
.topbar { background: linear-gradient(90deg, #0a0a0c, #100e0a, #0a0a0c); border-bottom: 1px solid var(--line); overflow: hidden; position: relative; z-index: 60; }
.topbar .track { display: flex; gap: 3.5rem; white-space: nowrap; width: max-content; padding: 0.62rem 0; animation: ticker 34s linear infinite; }
.topbar span { font-size: var(--step--1); letter-spacing: 0.28em; text-transform: uppercase; color: var(--smoke); display: inline-flex; align-items: center; gap: 3.5rem; }
.topbar b { color: var(--gold); font-weight: 600; }
.topbar i { color: var(--gold-deep); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- NAV ---------- */
.nav { position: sticky; top: 0; z-index: 50; transition: background 0.4s var(--ease), border-color 0.4s, backdrop-filter 0.4s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(8, 8, 10, 0.72); backdrop-filter: blur(16px) saturate(1.2); border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.15rem 0; }
.nav-links { display: flex; gap: 2.3rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase; color: var(--smoke); position: relative; padding: 0.3rem 0; transition: color 0.3s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: var(--gold); transition: width 0.35s var(--ease); }
.nav-links a:hover { color: var(--warm-white); }
.nav-links a:hover::after { width: 100%; }
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a { color: var(--warm-white); }
.nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.icon-btn { color: var(--smoke); display: inline-flex; padding: 0.35rem; transition: color 0.3s, transform 0.3s; position: relative; }
.icon-btn:hover { color: var(--gold); transform: translateY(-1px); }
.cart-btn { position: relative; }
.cart-count { position: absolute; top: -6px; right: -8px; min-width: 17px; height: 17px; padding: 0 3px; border-radius: 9px; background: var(--gold); color: #000; font-size: 0.62rem; font-weight: 800; display: grid; place-items: center; transform: scale(0); transition: transform 0.3s var(--ease); }
.cart-count.show { transform: scale(1); }
.account-dot { position: absolute; top: 2px; right: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.burger { display: none; }

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.95rem 1.7rem; border-radius: 2px; font-family: var(--font-body);
  font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; border: 1px solid transparent;
  transition: transform 0.3s var(--ease), box-shadow 0.4s, background 0.3s, color 0.3s, border-color 0.3s; }
.btn svg { width: 15px; height: 15px; }
.btn-gold { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: #0a0a0a; box-shadow: 0 10px 40px -12px rgba(233, 196, 106, 0.6); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 55px -14px rgba(233, 196, 106, 0.75); }
.btn-ghost { border-color: var(--line); color: var(--warm-white); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: min(94vh, 880px); display: flex; align-items: center; overflow: hidden; padding: 5rem 0 3rem; }
#stars { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.spotlight { position: absolute; top: -8%; left: 50%; transform: translateX(-50%); width: min(120vw, 1500px); height: 120%; z-index: 0; pointer-events: none;
  background: radial-gradient(60% 44% at 50% 8%, rgba(233, 196, 106, 0.2), transparent 70%),
    conic-gradient(from 180deg at 50% -6%, transparent 46%, rgba(246, 217, 138, 0.16) 50%, transparent 54%);
  -webkit-mask: linear-gradient(#000, transparent 88%); mask: linear-gradient(#000, transparent 88%); filter: blur(2px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.hero-copy { max-width: 40ch; }
.hero h1 { font-size: var(--step-4); margin: 1.1rem 0 0; }
.hero h1 .glow { color: var(--warm-white); text-shadow: 0 0 42px rgba(247, 238, 220, 0.28); }
.hero h1 .amber { display: block; color: transparent; background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep)); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 60px rgba(233, 196, 106, 0.3); }
.hero p.lead { margin: 1.5rem 0 2.2rem; color: var(--smoke); font-size: var(--step-1); line-height: 1.5; max-width: 34ch; }
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.cta-row.center { justify-content: center; }
.hero-media { position: relative; }
.hero-media .frame { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.05); }
.hero-media::after { content: ""; position: absolute; inset: -30% -20%; z-index: -1; background: radial-gradient(45% 45% at 55% 45%, rgba(255, 90, 110, 0.22), transparent 70%); filter: blur(20px); }
.price-tag { position: absolute; left: -14px; bottom: 26px; background: rgba(10, 10, 12, 0.82); backdrop-filter: blur(8px); border: 1px solid var(--line); border-left: 3px solid var(--gold); padding: 0.7rem 1rem; }
.price-tag small { display: block; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--smoke); }
.price-tag b { font-size: 1.1rem; color: var(--warm-white); font-weight: 800; letter-spacing: 0.02em; font-family: var(--font-display); }
.hero-badges { display: flex; gap: 1.6rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-badges div { display: flex; align-items: center; gap: 0.55rem; font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; color: var(--smoke); }
.hero-badges svg { width: 16px; height: 16px; color: var(--gold); }
.scrollcue { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--smoke-dim); }
.scrollcue .line { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); animation: cue 2s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0%, 100% { transform: scaleY(0.4); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* ---------- VALUE MARQUEE ---------- */
.marquee { border-block: 1px solid var(--line); background: var(--void-2); overflow: hidden; }
.marquee .track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.marquee .track:hover { animation-play-state: paused; }
.marquee .item { display: inline-flex; align-items: center; gap: 1.3rem; padding: 1.4rem 2.6rem; font-family: var(--font-display);
  font-size: var(--step-2); font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; color: transparent; -webkit-text-stroke: 1px rgba(247, 238, 220, 0.34); }
.marquee .item .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); -webkit-text-stroke: 0; box-shadow: 0 0 16px var(--gold); }
.marquee .item.solid { color: var(--gold); -webkit-text-stroke: 0; }

/* ---------- SECTIONS ---------- */
.blk { padding: clamp(4.5rem, 8vw, 8rem) 0; position: relative; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3.2rem; flex-wrap: wrap; }
.sec-head h2 { font-size: var(--step-3); margin-top: 1rem; }
.sec-head p { color: var(--smoke); max-width: 42ch; margin: 0; }

/* ---------- COLLECTION ---------- */
.filters { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.chip { padding: 0.5rem 1.1rem; border: 1px solid var(--line); border-radius: 40px; color: var(--smoke); font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase; transition: all 0.3s; }
.chip:hover { color: var(--warm-white); border-color: var(--smoke); }
.chip.active { background: var(--gold); color: #0a0a0a; border-color: var(--gold); font-weight: 700; }
.grid-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.6rem; }
.card { position: relative; border: 1px solid var(--line-soft); background: linear-gradient(180deg, var(--void-2), var(--void)); border-radius: 4px; overflow: hidden; transition: transform 0.5s var(--ease), border-color 0.5s, box-shadow 0.6s; }
.card.is-hidden { display: none !important; }
.card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.9), 0 0 60px -20px rgba(233, 196, 106, 0.28); }
.card .ph { position: relative; aspect-ratio: 4/5; overflow: hidden; display: block; }
.card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter 0.6s; filter: brightness(0.82) saturate(1.02); }
.card:hover .ph img { transform: scale(1.06); filter: brightness(1.06) saturate(1.08); }
.card .sweep { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(246, 217, 138, 0.28), transparent 55%); opacity: 0; transition: opacity 0.6s; mix-blend-mode: screen; }
.card:hover .sweep { opacity: 1; }
.card .tag { position: absolute; top: 0.9rem; left: 0.9rem; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; padding: 0.3rem 0.6rem; border-radius: 2px; background: rgba(8, 8, 10, 0.7); backdrop-filter: blur(6px); border: 1px solid var(--line); color: var(--gold); }
.card .tag.rgb { color: #fff; background: linear-gradient(90deg, var(--rgb-1), var(--rgb-2), var(--rgb-4)); border: 0; }
.card .cbody { padding: 1.2rem 1.2rem 1.4rem; }
.card .cbody .row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.card h3 { font-size: var(--step-1); font-weight: 800; }
.card .price { color: var(--gold); font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; font-family: var(--font-display); }
.card .desc { color: var(--smoke); font-size: var(--step--1); margin: 0.5rem 0 1.1rem; line-height: 1.55; }
.card .add { width: 100%; padding: 0.8rem; border: 1px solid var(--line); border-radius: 2px; color: var(--warm-white); font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: all 0.35s; }
.card .add:hover { background: var(--gold); color: #0a0a0a; border-color: var(--gold); }
.card .add.loading { opacity: 0.6; pointer-events: none; }
.card .add.added { background: var(--gold); color: #0a0a0a; border-color: var(--gold); }
.card .add svg { width: 14px; height: 14px; }
.card .added_to_cart { display: block; text-align: center; margin-top: 0.6rem; color: var(--gold); font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; }
.card .added_to_cart:hover { color: var(--gold-bright); }

/* ---------- BESPOKE ---------- */
.bespoke { background: radial-gradient(70% 90% at 15% 0%, rgba(233, 196, 106, 0.08), transparent 60%), linear-gradient(180deg, var(--void), var(--void-2)); border-block: 1px solid var(--line); }
.bespoke-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.bespoke-media { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 3/4; border: 1px solid var(--line); }
.bespoke-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); }
.bespoke-media .quote { position: absolute; inset: auto 1.2rem 1.2rem; background: rgba(8, 8, 10, 0.72); backdrop-filter: blur(8px); border: 1px solid rgba(247, 238, 220, 0.16); padding: 1rem 1.2rem; font-size: var(--step-1); font-style: italic; color: #f7eedc; line-height: 1.35; }
.steps { display: flex; flex-direction: column; margin-top: 2.2rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; padding: 1.5rem 0; border-top: 1px solid var(--line-soft); }
.step:last-child { border-bottom: 1px solid var(--line-soft); }
.step .num { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1px var(--gold-deep); font-variant-numeric: tabular-nums; line-height: 1; min-width: 1.4em; }
.step h3 { font-size: var(--step-1); margin-bottom: 0.3rem; display: flex; align-items: center; gap: 0.6rem; }
.step h3 svg { width: 18px; height: 18px; color: var(--gold); }
.step p { color: var(--smoke); margin: 0; font-size: var(--step-0); }

/* ---------- SMART ---------- */
.smart { background: radial-gradient(80% 120% at 90% 10%, rgba(91, 140, 255, 0.06), transparent 55%); }
.smart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.smart-media { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; border: 1px solid var(--line); }
.smart-media img { width: 100%; height: 100%; object-fit: cover; }
.smart-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 10, 0.5)); }
.rgb-strip { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--rgb-1), var(--rgb-2), var(--rgb-3), var(--rgb-4), var(--rgb-1)); background-size: 200% 100%; animation: hue 6s linear infinite; z-index: 2; }
@keyframes hue { to { background-position: 200% 0; } }
.feature-list { display: grid; gap: 1.3rem; margin: 2rem 0; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.feature .ico { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 3px; display: grid; place-items: center; color: var(--gold); background: rgba(233, 196, 106, 0.04); }
.feature .ico svg { width: 19px; height: 19px; }
.feature h4 { margin: 0 0 0.15rem; font-family: var(--font-display); font-size: var(--step-0); font-weight: 700; }
.feature p { margin: 0; color: var(--smoke); font-size: var(--step--1); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.7rem, 1.4vw, 1.1rem); margin-top: 2.6rem; }
.stat {
  position: relative;
  background: var(--void);
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  padding: 1.7rem 1rem 1.5rem;
  text-align: center;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.5s, border-color 0.4s;
}
.stat::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.55; }
.stat:hover { transform: translateY(-5px); border-color: rgba(233, 196, 106, 0.32); box-shadow: 0 24px 46px -28px rgba(0, 0, 0, 0.7), 0 0 44px -22px rgba(233, 196, 106, 0.4); }
.stat-ico { width: 40px; height: 40px; margin: 0 auto 0.8rem; display: grid; place-items: center; border-radius: 50%; background: rgba(233, 196, 106, 0.1); color: var(--gold); }
.stat-ico svg { width: 20px; height: 20px; }
.stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 1rem + 2.6vw, 2.8rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--gold);
}
.stat-label { display: block; margin-top: 0.4rem; font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smoke); font-weight: 600; }
/* The CountUp <span> lives inside <b>; gradient the number itself for reliable clipping. */
.stat b .countup, .band-grid b .countup { font-size: inherit; letter-spacing: inherit; text-transform: none; }
.stat b .countup {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- CRAFT ---------- */
.craft-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.craft-media { border-radius: 4px; overflow: hidden; aspect-ratio: 5/6; border: 1px solid var(--line); position: relative; }
.craft-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.92); }
.craft-copy h2 { font-size: var(--step-3); margin: 1rem 0 1.3rem; }
.craft-copy p { color: var(--smoke); margin: 0 0 1.1rem; }
.craft-copy p b { color: var(--warm-white); font-weight: 600; }
.sig { margin-top: 1.6rem; font-size: var(--step-1); color: var(--gold); font-style: italic; letter-spacing: 0.02em; }

/* ---------- GALLERY ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 4px; position: relative; border: 1px solid var(--line-soft); }
.gallery img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: transform 1s var(--ease), filter 0.6s; }
.gallery figure:hover img { transform: scale(1.07); filter: brightness(1); }
.gallery figure figcaption { position: absolute; left: 14px; bottom: 12px; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: #f7eedc; opacity: 0; transform: translateY(8px); transition: 0.45s var(--ease); text-shadow: 0 1px 8px #000; }
.gallery figure:hover figcaption { opacity: 1; transform: none; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* ---------- TESTIMONIALS ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.qcard { border: 1px solid var(--line-soft); border-radius: 4px; padding: 2rem 1.8rem; background: linear-gradient(180deg, var(--void-2), var(--void)); display: flex; flex-direction: column; gap: 1.1rem; }
.qcard .qstars { display: flex; gap: 3px; color: var(--gold); }
.qcard .qstars svg { width: 15px; height: 15px; }
.qcard p { margin: 0; color: var(--warm-white); font-size: var(--step-0); line-height: 1.6; }
.qcard .who { margin-top: auto; display: flex; align-items: center; gap: 0.8rem; }
.qcard .av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: #0a0a0a; display: grid; place-items: center; font-weight: 800; font-size: 0.9rem; font-family: var(--font-display); }
.qcard .who b { display: block; font-size: var(--step--1); letter-spacing: 0.06em; }
.qcard .who span { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke-dim); }

/* ---------- BAND ---------- */
.band { border-block: 1px solid var(--line); background: var(--void-2); }
.band-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.band-grid > div { padding: 2.6rem 1rem; border-left: 1px solid var(--line-soft); }
.band-grid > div:first-child { border-left: 0; }
.band-grid b { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 1rem + 3vw, 3rem); font-weight: 800; color: var(--warm-white); font-variant-numeric: tabular-nums; }
.band-grid span { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--smoke); }

/* ---------- FINAL CTA ---------- */
.finalcta { position: relative; overflow: hidden; text-align: center; }
.finalcta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 70% at 50% 120%, rgba(233, 196, 106, 0.16), transparent 70%); }
.finalcta .inner { position: relative; z-index: 1; max-width: 60ch; margin-inline: auto; }
.finalcta h2 { font-size: var(--step-3); }
.finalcta p { color: var(--smoke); margin: 1.2rem auto 2.2rem; max-width: 44ch; }
.btn-wa { background: #0a0a0a; border: 1px solid var(--line); color: var(--warm-white); }
.btn-wa:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- FOOTER ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--void); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.4rem; padding: 4rem 0 2.4rem; }
.foot-brand p { color: var(--smoke); font-size: var(--step--1); max-width: 34ch; margin: 1.3rem 0 1.4rem; }
.foot-social { display: flex; gap: 0.8rem; }
.foot-social a { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 3px; display: grid; place-items: center; color: var(--smoke); transition: all 0.3s; }
.foot-social a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.foot-social svg { width: 17px; height: 17px; }
.foot-col h5 { margin: 0 0 1.1rem; font-family: var(--font-body); font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.foot-col a { color: var(--smoke); font-size: var(--step--1); transition: color 0.3s; }
.foot-col a:hover { color: var(--warm-white); }
.foot-bottom { border-top: 1px solid var(--line-soft); padding: 1.4rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; }
.foot-bottom span { font-size: var(--step--1); color: var(--smoke-dim); letter-spacing: 0.04em; }
.pay { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.pay span { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.34rem 0.65rem; border: 1px solid var(--line-soft); border-radius: 3px; font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); transition: color 0.3s, border-color 0.3s; }
.pay span svg { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; }
.pay span:hover { color: var(--warm-white); border-color: var(--line); }

/* ---------- TOAST ---------- */
.toast { position: fixed; z-index: 200; left: 50%; bottom: 2rem; transform: translate(-50%, calc(100% + 3rem)); opacity: 0; visibility: hidden; pointer-events: none; background: rgba(12, 12, 15, 0.94); backdrop-filter: blur(10px); border: 1px solid var(--line); border-left: 3px solid var(--gold); padding: 0.9rem 1.3rem; display: flex; align-items: center; gap: 0.7rem; font-size: var(--step--1); letter-spacing: 0.06em; transition: transform 0.5s var(--ease), opacity 0.4s var(--ease), visibility 0.4s var(--ease); box-shadow: 0 20px 50px -20px #000; }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.toast svg { width: 17px; height: 17px; color: var(--gold); }

/* ============================================================
   WARM MINIMAL HEADER  (Hormozi rules + Brightio-style)
   Scoped under .lh so the warm/light palette never leaks into
   the dark sections below.
   ============================================================ */
.lh {
  --lh-cream: #f7f0e6;
  --lh-ink: #1c1509;
  --lh-ink-soft: #6f6152;
  --lh-gold: #a9782f;
  --lh-line: rgba(28, 21, 9, 0.12);
  position: relative;
  color: var(--lh-ink);
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(120% 95% at 80% -10%, rgba(240, 188, 108, 0.95), rgba(240, 188, 108, 0) 58%),
    radial-gradient(90% 80% at 8% 4%, rgba(248, 227, 186, 0.8), rgba(248, 227, 186, 0) 55%),
    linear-gradient(180deg, #f2d5a2 0%, #f7f0e6 44%, #f7f0e6 100%);
}

/* --- nav row (static, sits on the warm hero — matches the reference) --- */
.lh-nav { position: relative; z-index: 5; }
.lh-nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0; }
.lh .mark { color: var(--lh-ink); }
.lh-menu { display: flex; gap: 0.3rem; list-style: none; margin: 0; padding: 0.32rem; background: rgba(28, 21, 9, 0.045); border: 1px solid var(--lh-line); border-radius: 999px; }
.lh-menu a { display: block; padding: 0.5rem 1.05rem; border-radius: 999px; font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; color: var(--lh-ink-soft); font-weight: 600; transition: color 0.25s, background 0.25s; }
.lh-menu a:hover { color: var(--lh-ink); background: rgba(28, 21, 9, 0.06); }
.lh-menu a::after { display: none; }
.lh-actions { display: flex; align-items: center; gap: 1rem; }
.lh-cart { color: var(--lh-ink); display: inline-flex; padding: 0.35rem; position: relative; transition: transform 0.3s, color 0.3s; }
.lh-cart:hover { color: var(--lh-gold); transform: translateY(-1px); }
.lh-cart .cart-count { background: var(--lh-ink); color: var(--lh-cream); }

/* --- the black pill CTA (single, unmissable — Hormozi) --- */
.lh-btn { display: inline-flex; align-items: center; gap: 0.7rem; background: var(--lh-ink); color: var(--lh-cream); padding: 0.55rem 0.6rem 0.55rem 1.25rem; border-radius: 999px; font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; transition: transform 0.3s var(--ease), box-shadow 0.4s; }
.lh-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(28, 21, 9, 0.55); }
.lh-btn .lh-btn-arrow { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--lh-cream); color: var(--lh-ink); flex: none; transition: transform 0.3s var(--ease); }
.lh-btn:hover .lh-btn-arrow { transform: translateX(2px); }
.lh-btn .lh-btn-arrow svg { width: 15px; height: 15px; }

/* --- hero --- */
.lh-hero { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 5.5rem); }
.lh-copy { max-width: 46ch; }
.lh-eyebrow { display: inline-flex; align-items: center; gap: 0.6em; font-size: var(--step--1); letter-spacing: 0.32em; text-transform: uppercase; color: var(--lh-gold); font-weight: 700; }
.lh-eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, transparent, var(--lh-gold)); }
.lh-title { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-optical-sizing: auto; font-weight: 600; font-size: clamp(2.6rem, 1.5rem + 4.6vw, 5.3rem); line-height: 1.0; letter-spacing: -0.02em; color: var(--lh-ink); margin: 1.2rem 0 0; }
.lh-title em { font-style: italic; font-weight: 500; color: var(--lh-gold); }
.lh-sub { margin: 1.4rem 0 2.1rem; color: var(--lh-ink-soft); font-size: var(--step-1); line-height: 1.55; max-width: 42ch; }
.lh-cta-row { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.lh-cta-row .lh-btn { padding: 0.7rem 0.7rem 0.7rem 1.5rem; font-size: var(--step-0); }
.lh-cta-row .lh-btn .lh-btn-arrow { width: 34px; height: 34px; }
.lh-textlink { color: var(--lh-ink); font-weight: 700; font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1.5px solid var(--lh-gold); padding-bottom: 3px; transition: color 0.25s, border-color 0.25s; }
.lh-textlink:hover { color: var(--lh-gold); }

/* --- proof / value chips (dream outcome + proof, per Hormozi) --- */
.lh-chips { display: flex; gap: 0.7rem; margin-top: 2.8rem; flex-wrap: nowrap; }
.lh-chip { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 0.25rem; padding: 0.85rem 1rem; background: rgba(255, 255, 255, 0.5); border: 1px solid var(--lh-line); border-radius: 16px; backdrop-filter: blur(6px); }
.lh-chip b { font-family: "Fraunces", Georgia, serif; font-optical-sizing: auto; font-size: 1.4rem; font-weight: 600; color: var(--lh-ink); line-height: 1; }
.lh-chip span { font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--lh-ink-soft); line-height: 1.3; }

/* --- hero media --- */
.lh-media { position: relative; }
.lh-frame { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 44px 90px -34px rgba(28, 21, 9, 0.6); }
.lh-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.lh-media::after { content: ""; position: absolute; inset: -14% -10%; z-index: -1; background: radial-gradient(50% 50% at 56% 40%, rgba(255, 168, 86, 0.6), transparent 70%); filter: blur(34px); }
.lh-pricetag { position: absolute; left: -14px; bottom: 26px; background: var(--lh-cream); border: 1px solid var(--lh-line); border-left: 3px solid var(--lh-gold); border-radius: 12px; padding: 0.62rem 0.95rem; box-shadow: 0 16px 34px -16px rgba(28, 21, 9, 0.45); }
.lh-pricetag small { display: block; font-size: 0.56rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lh-ink-soft); margin-bottom: 0.15rem; }
.lh-pricetag b { font-family: "Fraunces", Georgia, serif; font-optical-sizing: auto; font-size: 1.05rem; color: var(--lh-ink); font-weight: 600; }

/* --- responsive --- */
@media (max-width: 900px) {
  .lh-hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .lh-media { max-width: 460px; }
  .lh-menu { display: none; }
  .lh-nav .burger { display: inline-flex; color: var(--lh-ink); }
  .lh-menu.open { display: flex; position: absolute; top: 100%; left: 1.3rem; right: 1.3rem; flex-direction: column; gap: 0; background: var(--lh-cream); border: 1px solid var(--lh-line); border-radius: 16px; padding: 0.6rem; z-index: 20; box-shadow: 0 20px 40px -18px rgba(28, 21, 9, 0.4); }
  .lh-menu.open li { border-bottom: 1px solid var(--lh-line); }
  .lh-menu.open li:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  .lh-cta-row .lh-btn span.lh-btn-label { display: inline; }
  .lh-chips { flex-wrap: wrap; }
  .lh-chip { flex: 1 1 40%; min-width: 0; }
}

/* ---------- REVEAL (scroll-in animation, replaces framer-motion) ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- GENERIC PAGE / POST / WooCommerce shell ---------- */
.page-shell { padding: clamp(3rem, 6vw, 6rem) 0; min-height: 50vh; }
.page-shell h1.entry-title { font-size: var(--step-3); margin-bottom: 1.5rem; }
.page-shell a { color: var(--gold); }
.page-content p { color: var(--smoke); }
.page-content h2, .page-content h3 { margin: 2rem 0 1rem; }

/* WooCommerce: lean into the dark theme */
.woocommerce, .woocommerce-page { color: var(--warm-white); }
.woocommerce .price, .woocommerce ul.products li.product .price { color: var(--gold) !important; font-weight: 800; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #0a0a0a; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 700; border: 0;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { opacity: 0.9; color: #0a0a0a; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  border-top-color: var(--gold); background: var(--void-2);
}
.woocommerce-store-notice, p.demo_store { background: var(--void-2); color: var(--smoke); }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid var(--line-soft); border-radius: 4px; padding: 0.6rem; background: var(--void-2);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .select2-container,
.woocommerce table.shop_table, .woocommerce-cart table.cart td, .woocommerce #payment {
  color: var(--warm-white);
}
.woocommerce table.shop_table { border-color: var(--line-soft); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { border: 1px solid var(--line-soft); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-media { max-width: 460px; }
  .bespoke-grid, .smart-grid, .craft-grid { grid-template-columns: 1fr; }
  .bespoke-media, .craft-media { max-width: 520px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .qcard { padding: 1.6rem; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .burger { display: inline-flex; }
  .nav-links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(8, 8, 10, 0.97); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); padding: 1rem 1.3rem; }
  .nav-links.open li { padding: 0.5rem 0; border-bottom: 1px solid var(--line-soft); }
  .stats, .band-grid { grid-template-columns: repeat(2, 1fr); }
  .band-grid > div:nth-child(3) { border-left: 0; }
  .band-grid > div { border-top: 1px solid var(--line-soft); }
  .band-grid > div:nth-child(-n + 2) { border-top: 0; }
  .foot-grid { grid-template-columns: 1fr; gap: 2rem; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
  .sec-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 440px) {
  .gallery { grid-template-columns: 1fr; }
  .g-wide { grid-column: auto; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .topbar .track, .marquee .track, .rgb-strip, .scrollcue .line, .spotlight { animation: none !important; }
}

/* ============================================================
   STICKY-ON-SCROLL NAV  (condensed cream bar, appears past hero)
   ============================================================ */
.lh-sticky {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(247, 240, 230, 0.82);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(28, 21, 9, 0.12);
  transform: translateY(-101%);
  transition: transform 0.45s var(--ease);
}
.lh-sticky.show { transform: none; }
.lh-sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 0.7rem 0; }
.lh-sticky .mark { color: #1c1509; font-size: 0.95rem; }
.lh-sticky .lh-menu { background: transparent; border: 0; padding: 0; gap: 0.2rem; }
.lh-sticky .lh-menu a { color: #6f6152; }
.lh-sticky .lh-menu a:hover { color: #1c1509; background: rgba(28, 21, 9, 0.06); }
.lh-sticky-actions { display: flex; align-items: center; gap: 0.9rem; }
.lh-sticky .lh-cart { color: #1c1509; }
.lh-sticky .lh-btn { padding: 0.5rem 0.5rem 0.5rem 1.05rem; font-size: var(--step--1); }
.lh-sticky .lh-btn .lh-btn-arrow { width: 26px; height: 26px; }
.lh-sticky .burger { display: none; color: #1c1509; }
@media (max-width: 900px) {
  .lh-sticky .lh-menu { display: none; }
  .lh-sticky .burger { display: inline-flex; }
  .lh-sticky .lh-menu.open { display: flex; position: absolute; top: 100%; left: 1.3rem; right: 1.3rem; flex-direction: column; gap: 0; background: #f7f0e6; border: 1px solid rgba(28,21,9,0.12); border-radius: 16px; padding: 0.6rem; box-shadow: 0 20px 40px -18px rgba(28,21,9,0.4); }
  .lh-sticky .lh-menu.open li { border-bottom: 1px solid rgba(28,21,9,0.1); }
  .lh-sticky .lh-menu.open li:last-child { border-bottom: 0; }
}

/* ============================================================
   WARM / LIGHT FRONT PAGE  (body.warm)
   Flips the design tokens so the dark sections render light,
   then applies targeted fixes. Scoped to the front page only.
   ============================================================ */
body.warm {
  /* palette flip */
  --void: #f7f0e6;
  --void-2: #fffdf8;
  --ink: #f0e6d4;
  --panel: #ffffff;
  --warm-white: #1c1509;   /* now the primary text colour */
  --smoke: #6f6152;
  --smoke-dim: #9c8f7b;
  --gold: #a9782f;         /* deeper gold — readable on cream */
  --gold-bright: #c79a4e;
  --gold-deep: #8a6220;
  --line: rgba(28, 21, 9, 0.14);
  --line-soft: rgba(28, 21, 9, 0.07);
  /* editorial serif for display */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  /* shared with the header/sticky components */
  --lh-cream: #f7f0e6;
  --lh-ink: #1c1509;
  --lh-gold: #a9782f;
  --lh-line: rgba(28, 21, 9, 0.12);
  background: var(--void);
  color: var(--warm-white);
}

/* headings: serif, not uppercase, weights we actually loaded */
body.warm h1, body.warm h2, body.warm h3 { font-weight: 600; letter-spacing: -0.015em; font-optical-sizing: auto; }
body.warm .display { text-transform: none; letter-spacing: -0.015em; }
body.warm .card h3, body.warm .price, body.warm .stat b, body.warm .band-grid b, body.warm .feature h4, body.warm .qcard .av { font-weight: 600; }
body.warm .sec-head h2 { font-weight: 600; }
/* keep the wordmark a bold sans mark, not serif */
body.warm .mark { font-family: "Archivo", "Helvetica Neue", Arial, sans-serif; }

/* eyebrow: deeper gold reads better on cream */
body.warm .eyebrow { color: var(--gold-deep); }
body.warm .eyebrow::before { background: linear-gradient(90deg, transparent, var(--gold-deep)); }
body.warm .eyebrow.center::after { background: linear-gradient(90deg, var(--gold-deep), transparent); }

/* marquee: warm strip, dark outlined text */
body.warm .marquee { background: #f0e6d4; border-color: var(--line); }
body.warm .marquee .item { -webkit-text-stroke-color: rgba(28, 21, 9, 0.28); }
body.warm .marquee .item.solid { color: var(--gold); }

/* product cards → white rounded cards */
body.warm .card { border-radius: 18px; border-color: var(--line-soft); background: var(--panel); }
body.warm .card:hover { border-color: var(--line); box-shadow: 0 30px 60px -30px rgba(28, 21, 9, 0.35), 0 0 50px -26px rgba(169, 120, 47, 0.35); }
body.warm .card .ph img { filter: brightness(0.98) saturate(1.03); }
body.warm .card:hover .ph img { filter: brightness(1.03) saturate(1.06); }
body.warm .card .sweep { background: linear-gradient(180deg, rgba(169, 120, 47, 0.16), transparent 55%); mix-blend-mode: normal; }
body.warm .card .desc { color: var(--smoke); }
body.warm .card .add { border-radius: 999px; border-color: var(--line); }
body.warm .card .add:hover { background: var(--lh-ink); color: var(--lh-cream); border-color: var(--lh-ink); }

/* filter chips */
body.warm .chip { border-color: var(--line); color: var(--smoke); }
body.warm .chip:hover { color: var(--warm-white); border-color: var(--smoke-dim); }
body.warm .chip.active { background: var(--lh-ink); color: var(--lh-cream); border-color: var(--lh-ink); }

/* primary buttons → black pills (match the header CTA) */
body.warm .btn-gold { background: var(--lh-ink); color: var(--lh-cream); border-radius: 999px; box-shadow: 0 12px 30px -16px rgba(28, 21, 9, 0.55); }
body.warm .btn-gold:hover { background: #2a2011; color: var(--lh-cream); box-shadow: 0 18px 40px -18px rgba(28, 21, 9, 0.6); }
body.warm .btn-ghost { border-color: var(--line); color: var(--warm-white); border-radius: 999px; }
body.warm .btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
body.warm .btn-wa { background: var(--panel); border-color: var(--line); color: var(--warm-white); border-radius: 999px; }
body.warm .btn-wa:hover { border-color: var(--gold-deep); color: var(--gold-deep); }

/* smart range */
body.warm .feature .ico { background: rgba(169, 120, 47, 0.06); border-color: var(--line); color: var(--gold-deep); }
body.warm .stats { background: transparent; border: 0; }
body.warm .stat { background: var(--panel); border-color: var(--line-soft); }
body.warm .stat:hover { border-color: rgba(169, 120, 47, 0.35); box-shadow: 0 24px 46px -28px rgba(28, 21, 9, 0.35), 0 0 40px -22px rgba(169, 120, 47, 0.45); }
body.warm .stat-ico { color: var(--gold-deep); background: rgba(169, 120, 47, 0.1); }

/* stats band → confident warm strip: big serif numbers, gold accent rule, no hard dividers */
body.warm .band { background: linear-gradient(180deg, #f4ecdb, #eee1cb); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.warm .band-grid { gap: 1px; }
body.warm .band-grid > div { border-left: 0; padding: clamp(2.6rem, 4.5vw, 3.8rem) 1rem; position: relative; }
body.warm .band-grid > div + div::before { content: ""; position: absolute; left: 0; top: 28%; bottom: 28%; width: 1px; background: var(--line); }
body.warm .band-grid b { color: var(--warm-white); font-size: clamp(2.3rem, 1.3rem + 2.8vw, 3.6rem); letter-spacing: -0.015em; line-height: 1; }
body.warm .band-grid b::after { content: ""; display: block; width: 30px; height: 2px; border-radius: 2px; background: var(--gold-deep); margin: 0.95rem auto 0; }
body.warm .band-grid span { display: block; margin-top: 0.95rem; color: var(--smoke); font-size: 0.66rem; letter-spacing: 0.22em; }
/* keep the CountUp number at the big serif size (beats body.warm .band-grid span) */
body.warm .band-grid b .countup, body.warm .stat b .countup { font-size: inherit; letter-spacing: inherit; text-transform: none; margin-top: 0; }

/* testimonials → white cards */
body.warm .qcard { background: var(--panel); border-color: var(--line-soft); box-shadow: 0 22px 44px -34px rgba(28, 21, 9, 0.3); }
body.warm .qcard p { color: var(--warm-white); }
body.warm .qcard .qstars { color: var(--gold-deep); }

/* gallery */
body.warm .gallery figure { border-color: var(--line-soft); border-radius: 14px; }
body.warm .gallery img { filter: brightness(0.94); }
body.warm .gallery figure:hover img { filter: brightness(1.02); }

/* bespoke + craft images a touch brighter on light */
body.warm .bespoke-media img, body.warm .craft-media img, body.warm .smart-media img { filter: brightness(0.98); }
body.warm .bespoke-media, body.warm .craft-media, body.warm .smart-media { border-color: var(--line); border-radius: 20px; }

/* final CTA → warm amber panel, mirrors the header (page bookends warm→light→warm) */
body.warm .finalcta { background: radial-gradient(80% 90% at 50% 120%, rgba(240, 188, 108, 0.55), transparent 70%), linear-gradient(180deg, #f7ecd6, #f3d9a8); border-radius: 34px 34px 0 0; }
body.warm .finalcta::before { background: radial-gradient(50% 70% at 50% 118%, rgba(169, 120, 47, 0.2), transparent 70%); }

/* footer → light cream + hairline */
body.warm .site-footer { background: #f0e6d4; border-top: 1px solid var(--line); }
body.warm .foot-social a { border-color: var(--line); color: var(--smoke); }
body.warm .foot-social a:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
body.warm .foot-col a:hover { color: var(--warm-white); }
body.warm .pay span { border-color: var(--line); color: var(--smoke); }

/* header hero: with a cream body the rounded bottom would blend — drop it for a seamless flow */
body.warm .lh { border-radius: 0; }

/* ============================================================
   PINNED MULTI-HERO — ONE hero section that stays on screen while
   each product reveals in on scroll (3D). initHeroPinned() in main.js
   drives it. Themed per product via --accent / --glow.
   ============================================================ */
.hero-scroller { position: relative; overflow-anchor: none; }
.hero-scroller.is-pinned { height: calc(var(--hero-count, 5) * 100svh); }
.hero-viewport { position: relative; }
.hero-scroller.is-pinned .hero-viewport { position: sticky; top: 0; height: 100svh; overflow: hidden; perspective: 1600px; }

.hero-panel { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-scroller.is-pinned .hero-panel { position: absolute; inset: 0; min-height: 0; height: 100%; will-change: transform; backface-visibility: hidden; transform-origin: center 45%; box-shadow: 0 -30px 60px -30px rgba(0,0,0,0.5); }
/* depth veil: the panel darkens as the next one covers it */
.hero-scroller.is-pinned .hero-panel::after { content: ""; position: absolute; inset: 0; background: #05050a; opacity: calc(var(--cover, 0) * 0.32); pointer-events: none; z-index: 4; }
.hero-inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; width: min(100% - 2.6rem, var(--maxw)); margin-inline: auto; }

/* modes */
.hero-panel--light { background: radial-gradient(92% 80% at 82% 32%, rgba(240, 188, 108, 0.18), transparent 60%), #f7f0e6; color: #1c1509; }
.hero-panel--dark { background: radial-gradient(60% 60% at 72% 44%, rgba(0,0,0,0), #08080a 80%), #0a0a0c; color: #f4ecdd; }
.hero-panel--split { background: #0d0d0f; color: #f4ecdd; }
@media (min-width: 721px) {
  .hero-panel--split { background: linear-gradient(90deg, #f7f0e6 0 46%, #0d0d0f 46% 100%); }
  .hero-panel--split .hero-copy { color: #1c1509; }
}

/* copy */
.hero-copy { max-width: 42ch; }
.hero-kicker { display: inline-block; font-size: var(--step--1); letter-spacing: 0.3em; text-transform: uppercase; font-weight: 700; color: var(--accent); margin-bottom: 1rem; }
.hero-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.8rem, 1.6rem + 5vw, 6rem); line-height: 0.98; letter-spacing: -0.02em; margin: 0; }
.hero-sub { margin: 1.3rem 0 2rem; font-size: var(--step-1); line-height: 1.5; max-width: 40ch; opacity: 0.72; }
.hero-panel--dark .hero-sub, .hero-panel--split .hero-sub { opacity: 0.82; }

/* actions */
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero-add { display: inline-flex; align-items: baseline; gap: 0.7rem; padding: 0.95rem 1.7rem; border-radius: 999px; font-family: var(--font-body); font-size: var(--step-0); font-weight: 700; letter-spacing: 0.03em; transition: transform 0.3s var(--ease), box-shadow 0.4s, opacity 0.3s; }
.hero-add:hover { transform: translateY(-2px); }
.hero-add .hero-add-price { font-weight: 600; opacity: 0.7; font-size: var(--step--1); }
.hero-panel--light .hero-add, .hero-panel--split .hero-add { background: #1c1509; color: #f7f0e6; box-shadow: 0 14px 34px -16px rgba(28, 21, 9, 0.55); }
.hero-panel--dark .hero-add { background: var(--accent); color: #0a0a0a; box-shadow: 0 16px 44px -14px var(--glow); }
.hero-add.loading { opacity: 0.6; pointer-events: none; }
.hero-custom { font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; border-bottom: 1.5px solid var(--accent); padding-bottom: 3px; }
.hero-panel--dark .hero-custom { color: #f4ecdd; }
.hero-panel--split .hero-custom { color: #1c1509; }
.hero-actions .added_to_cart { display: block; width: 100%; margin-top: 0.3rem; font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 700; }

/* visual */
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-glow { position: absolute; inset: 4%; z-index: 0; background: radial-gradient(50% 50% at 55% 46%, var(--glow), transparent 70%); filter: blur(46px); }
.hero-visual img { position: relative; z-index: 1; max-height: 80svh; width: 100%; object-fit: contain; }
.hero-panel--light .hero-visual img { border-radius: 22px; object-fit: cover; aspect-ratio: 4/5; max-height: 74svh; box-shadow: 0 44px 90px -34px rgba(28, 21, 9, 0.6); }
.hero-panel--split .hero-visual img { max-height: 84svh; }

/* persistent top nav — colour adapts to the active panel's mode (set on .hero-viewport) */
.hero-topnav { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.hero-topnav-inner { display: flex; align-items: center; justify-content: space-between; width: min(100% - 2.6rem, var(--maxw)); margin-inline: auto; padding: 1.5rem 0; }
.hero-topnav-links { display: flex; align-items: center; gap: 2rem; }
.hero-topnav-links a { font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.hero-topnav-cart { position: relative; display: inline-flex; }
.hero-topnav a, .hero-topnav .mark { transition: color 0.5s var(--ease); }
.hero-viewport[data-mode="light"] .hero-topnav a, .hero-viewport[data-mode="split"] .hero-topnav a,
.hero-viewport[data-mode="light"] .hero-topnav .mark, .hero-viewport[data-mode="split"] .hero-topnav .mark { color: #1c1509; }
.hero-viewport[data-mode="dark"] .hero-topnav a, .hero-viewport[data-mode="dark"] .hero-topnav .mark { color: #f4ecdd; }

/* progress dots (click to jump) */
.hero-dots { position: absolute; right: clamp(0.9rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); z-index: 30; display: flex; flex-direction: column; gap: 0.7rem; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; opacity: 0.3; border: 0; padding: 0; cursor: pointer; transition: opacity 0.3s, transform 0.3s; }
.hero-dot.active { opacity: 1; transform: scale(1.6); }
.hero-viewport[data-mode="dark"] .hero-dots, .hero-viewport[data-mode="split"] .hero-dots { color: #f4ecdd; }
.hero-viewport[data-mode="light"] .hero-dots { color: #1c1509; }

/* scroll cue (fades once you start scrolling) */
.hero-scrollcue { position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 20; height: 44px; transition: opacity 0.5s; }
.hero-scrollcue span { display: block; width: 1px; height: 44px; background: linear-gradient(var(--accent, #a9782f), transparent); animation: cue 2s var(--ease) infinite; transform-origin: top; }
.hero-viewport.scrolled .hero-scrollcue { opacity: 0; }

/* responsive */
@media (max-width: 720px) {
  .hero-inner { grid-template-columns: 1fr; gap: 1.6rem; padding-block: 5rem 3rem; }
  .hero-visual { order: -1; }
  .hero-visual img, .hero-panel--light .hero-visual img { max-height: 38svh; aspect-ratio: auto; width: auto; max-width: 100%; }
  .hero-title { font-size: clamp(2.2rem, 1.4rem + 6vw, 3.4rem); }
  .hero-topnav-links { gap: 1.1rem; }
  .hero-dots { right: 0.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scrollcue span { animation: none; }
}

/* ============================================================
   WARM NAV (light sticky nav for commerce pages)
   ============================================================ */
.warmnav { position: sticky; top: 0; z-index: 50; background: rgba(247, 240, 230, 0.85); backdrop-filter: blur(16px) saturate(1.2); border-bottom: 1px solid var(--line); }
.warmnav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1rem 0; }
.warmnav .mark { color: var(--warm-white); }
.warmnav-links { display: flex; align-items: center; gap: 1.7rem; }
.warmnav-links > a { font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--smoke); transition: color 0.25s; }
.warmnav-links > a:hover { color: var(--warm-white); }
.warmnav-icon { display: inline-flex; color: var(--warm-white); position: relative; }
.warmnav-cart .cart-count { background: var(--lh-ink, #1c1509); color: #f7f0e6; }
@media (max-width: 600px) { .warmnav-links { gap: 1rem; } .warmnav-links > a:not(.warmnav-icon) { display: none; } }

/* ============================================================
   SHOP PAGE
   ============================================================ */
.shop { padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(4rem, 7vw, 7rem); }
.shop-head { text-align: center; max-width: 62ch; margin-inline: auto; padding-block: clamp(1.5rem, 4vw, 3rem); }
.shop-title { font-size: var(--step-3); margin: 1rem 0; }
.shop-intro { color: var(--smoke); margin: 0 auto; max-width: 54ch; }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 2.2rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line-soft); }
.shop-toolbar .filters { margin: 0; }
.shop-tools { display: flex; align-items: center; gap: 1.1rem; }
.shop-count { font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase; color: var(--smoke); white-space: nowrap; }
.shop-sort { font: inherit; font-size: var(--step--1); letter-spacing: 0.06em; text-transform: uppercase; color: var(--warm-white); background-color: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 2.1rem 0.5rem 1rem; cursor: pointer; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%236f6152' stroke-width='1.6'><path d='M1 1l4 4 4-4'/></svg>"); background-repeat: no-repeat; background-position: right 0.85rem center; }
.shop-view { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.shop-view-btn { display: grid; place-items: center; width: 38px; height: 34px; color: var(--smoke); transition: background 0.25s, color 0.25s; }
.shop-view-btn.active { background: var(--lh-ink, #1c1509); color: #f7f0e6; }

/* featured star + quick view on cards */
.card-star { position: absolute; top: 0.9rem; right: 0.9rem; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.75); color: var(--gold-deep); backdrop-filter: blur(4px); border: 1px solid var(--line); z-index: 2; }
.card .ph a { display: block; height: 100%; }
.card h3 a { color: inherit; }
.qv-open { position: absolute; left: 50%; bottom: 1rem; transform: translate(-50%, 12px); z-index: 3; background: rgba(247, 240, 230, 0.92); color: var(--warm-white); border: 1px solid var(--line); border-radius: 999px; padding: 0.55rem 1.15rem; font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; opacity: 0; transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); backdrop-filter: blur(6px); white-space: nowrap; cursor: pointer; }
.card:hover .qv-open, .qv-open:focus-visible { opacity: 1; transform: translate(-50%, 0); }
.card.is-hidden { display: none !important; }

/* list view */
.shop-grid.list { display: flex; flex-direction: column; gap: 1rem; }
.shop-grid.list .card { display: grid; grid-template-columns: 210px 1fr; }
.shop-grid.list .card .ph { aspect-ratio: auto; min-height: 170px; height: 100%; }
.shop-grid.list .cbody { padding: 1.5rem 1.7rem; display: flex; flex-direction: column; justify-content: center; }
.shop-grid.list .card .desc { max-width: 62ch; }
.shop-grid.list .card .add { width: auto; align-self: flex-start; padding: 0.72rem 1.5rem; }
.shop-grid.list .qv-open { left: 210px; transform: translate(-50%, 12px); }
@media (max-width: 560px) { .shop-grid.list .card { grid-template-columns: 1fr; } .shop-grid.list .qv-open { left: 50%; } }

.shop-empty { text-align: center; color: var(--smoke); padding: 3rem 0; }
.shop-none { text-align: center; padding: 4rem 0; }
.shop-none h2 { font-size: var(--step-3); margin-bottom: 1rem; }

/* pagination */
.shop-pagination { margin-top: 3rem; display: flex; justify-content: center; }
.shop-pagination ul, .shop-pagination .page-numbers { list-style: none; padding: 0; margin: 0; }
.shop-pagination ul { display: flex; gap: 0.4rem; }
.shop-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 0.7rem; border: 1px solid var(--line); border-radius: 10px; color: var(--warm-white); font-weight: 600; }
.shop-pagination .page-numbers.current { background: var(--lh-ink, #1c1509); color: #f7f0e6; border-color: var(--lh-ink, #1c1509); }
.shop-pagination a.page-numbers:hover { border-color: var(--gold-deep); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; padding: 0; margin: -1px; }

/* ============================================================
   QUICK VIEW MODAL
   ============================================================ */
.qv { position: fixed; inset: 0; z-index: 300; display: none; }
.qv.open { display: block; }
.qv-backdrop { position: absolute; inset: 0; background: rgba(10, 8, 4, 0.55); backdrop-filter: blur(3px); opacity: 0; transition: opacity 0.3s; }
.qv.open .qv-backdrop { opacity: 1; }
.qv-panel { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -46%); width: min(920px, 92vw); max-height: 90vh; overflow: auto; background: var(--panel, #fff); color: var(--warm-white); border-radius: 20px; display: grid; grid-template-columns: 1fr 1fr; opacity: 0; transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); box-shadow: 0 50px 110px -30px rgba(0, 0, 0, 0.55); }
.qv.open .qv-panel { opacity: 1; transform: translate(-50%, -50%); }
.qv-media { background: linear-gradient(180deg, #faf5ec, #f0e6d3); overflow: hidden; }
.qv-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.qv-body { padding: clamp(1.6rem, 3vw, 2.8rem); display: flex; flex-direction: column; }
.qv-cat { margin-bottom: 0.7rem; }
.qv-name { font-size: var(--step-3); margin: 0.1rem 0 0.5rem; }
.qv-price { font-size: var(--step-1); color: var(--gold-deep); font-weight: 700; margin-bottom: 1rem; font-family: var(--font-display); }
.qv-desc { margin: 0 0 1.6rem; line-height: 1.6; }
.qv-actions { display: flex; gap: 1rem; align-items: center; margin-top: auto; flex-wrap: wrap; }
.qv-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qv-qty button { width: 40px; height: 44px; font-size: 1.1rem; color: var(--warm-white); }
.qv-qty-input { width: 42px; text-align: center; border: 0; background: transparent; color: var(--warm-white); font: inherit; }
.qv-add { border-radius: 999px; }
.qv-details { margin-top: 1.2rem; font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); border-bottom: 1px solid var(--gold-deep); align-self: flex-start; padding-bottom: 2px; }
.qv-close { position: absolute; top: 0.7rem; right: 1rem; z-index: 2; font-size: 1.9rem; line-height: 1; color: var(--warm-white); width: 42px; height: 42px; }
@media (max-width: 680px) {
  .qv-panel { grid-template-columns: 1fr; top: 50%; }
  .qv-media img { min-height: 220px; max-height: 34vh; }
}

/* ============================================================
   SINGLE PRODUCT PAGE
   ============================================================ */
/* Product front-and-centre — trim the oversized top padding. */
body.single-product .page-shell { padding-top: clamp(1.3rem, 2.6vw, 2.2rem); min-height: 0; }
.single-product .woocommerce-breadcrumb { font-size: var(--step--1); letter-spacing: 0.04em; color: var(--smoke); margin-bottom: 1.3rem; }
.single-product .woocommerce-breadcrumb a { color: var(--smoke); }
.single-product .woocommerce-breadcrumb a:hover { color: var(--warm-white); }

.single-product div.product { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
.single-product div.product::before, .single-product div.product::after { content: none; display: none; }
.single-product div.product > .woocommerce-tabs,
.single-product div.product > .related,
.single-product div.product > .upsells { grid-column: 1 / -1; }

/* No sticky, no top offset — the image just sits in place and scrolls normally
   (a `top` value on a non-static gallery pushed it down / made it follow the page). */
.single-product .woocommerce-product-gallery { position: static !important; top: auto !important; width: 100% !important; margin: 0 !important; float: none !important; }
.single-product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product .woocommerce-product-gallery__image img, .single-product .flex-viewport { border-radius: 20px; }
.single-product .woocommerce-product-gallery__trigger { top: 1rem; right: 1rem; background: rgba(247,240,230,0.9); }
.single-product .flex-control-thumbs { display: flex; gap: 0.6rem; padding: 0; margin: 0.8rem 0 0; }
.single-product .flex-control-thumbs li { list-style: none; width: 72px; }
.single-product .flex-control-thumbs img { border-radius: 10px; opacity: 0.6; }
.single-product .flex-control-thumbs img.flex-active, .single-product .flex-control-thumbs img:hover { opacity: 1; }

.single-product .summary.entry-summary { margin: 0 !important; width: 100% !important; float: none !important; }
.sp-kicker { display: inline-block; margin-bottom: 0.8rem; }
.single-product .product_title { font-size: var(--step-3); line-height: 1.02; margin: 0 0 0.7rem; }
.single-product .summary p.price, .single-product .summary p.price ins, .single-product .summary p.price .amount { color: var(--gold-deep) !important; font-family: var(--font-display); font-weight: 600; font-size: var(--step-2); text-decoration: none; }
.single-product .summary p.price del, .single-product .summary p.price del .amount { color: var(--smoke) !important; font-size: var(--step-0); }
.single-product .woocommerce-product-details__short-description { color: var(--smoke); font-size: var(--step-1); line-height: 1.6; margin: 1.2rem 0 1.7rem; max-width: 46ch; }
.single-product .stock { font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); }

/* qty + add to cart */
.single-product form.cart { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin: 0 0 1.8rem; }
.single-product form.cart .quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.single-product form.cart .quantity .qty-btn { width: 42px; height: 48px; font-size: 1.15rem; color: var(--warm-white); background: none; border: 0; cursor: pointer; }
.single-product form.cart .quantity input.qty { width: 46px; height: 48px; text-align: center; border: 0; background: transparent; color: var(--warm-white); font: inherit; -moz-appearance: textfield; }
.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product form.cart .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product .single_add_to_cart_button, .single-product .single_add_to_cart_button.alt {
  background: var(--lh-ink, #1c1509) !important; color: #f7f0e6 !important; border-radius: 999px !important;
  padding: 0.95rem 2.1rem !important; font-size: var(--step-0) !important; letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 700 !important; box-shadow: 0 14px 34px -16px rgba(28, 21, 9, 0.55); border: 0 !important; opacity: 1 !important;
}
.single-product .single_add_to_cart_button:hover { background: #2a2011 !important; color: #f7f0e6 !important; transform: translateY(-2px); }

/* assurance + customize */
.sp-assurance { list-style: none; margin: 0 0 1.3rem; padding: 1.4rem 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); display: grid; gap: 1rem; }
.sp-assurance li { display: flex; align-items: center; gap: 0.9rem; margin: 0; }
.sp-ico { width: 42px; height: 42px; flex: none; border: 1px solid var(--line); border-radius: 11px; display: grid; place-items: center; color: var(--gold-deep); background: rgba(169, 120, 47, 0.05); }
.sp-txt { display: flex; flex-direction: column; line-height: 1.3; }
.sp-txt b { font-weight: 600; }
.sp-txt span { color: var(--smoke); font-size: var(--step--1); }
.sp-customize { display: inline-block; color: var(--gold-deep); font-weight: 700; font-size: var(--step--1); letter-spacing: 0.06em; border-bottom: 1.5px solid var(--gold-deep); padding-bottom: 2px; margin-bottom: 1.5rem; }
.single-product .product_meta { font-size: var(--step--1); color: var(--smoke); border-top: 1px solid var(--line-soft); padding-top: 1.2rem; }
.single-product .product_meta a { color: var(--gold-deep); }
.single-product .product_meta > span { display: block; margin-bottom: 0.3rem; }

/* tabs */
.single-product .woocommerce-tabs { margin-top: clamp(3rem, 6vw, 5rem); }
.single-product .woocommerce-tabs ul.tabs { list-style: none; margin: 0 0 1.6rem; padding: 0 0 0.9rem; display: flex; gap: 1.8rem; border-bottom: 1px solid var(--line-soft); }
.single-product .woocommerce-tabs ul.tabs::before { border: 0 !important; content: none; }
.single-product .woocommerce-tabs ul.tabs li { background: none !important; border: 0 !important; border-radius: 0 !important; padding: 0 !important; margin: 0 !important; }
.single-product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce-tabs ul.tabs li::after { display: none !important; content: none !important; }
.single-product .woocommerce-tabs ul.tabs li a { color: var(--smoke) !important; font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; padding: 0 !important; }
.single-product .woocommerce-tabs ul.tabs li.active a { color: var(--warm-white) !important; }
.single-product .woocommerce-Tabs-panel h2 { font-size: var(--step-2); margin-bottom: 1rem; }
.single-product .woocommerce-Tabs-panel p { color: var(--smoke); max-width: 70ch; line-height: 1.7; }

/* related / upsells → warm cards */
.single-product .related.products, .single-product .up-sells.products { margin-top: clamp(3rem, 6vw, 5rem); }
.single-product .related.products > h2, .single-product .up-sells.products > h2 { font-size: var(--step-3); font-weight: 600; margin-bottom: 2rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.4rem; margin: 0; padding: 0; }
.woocommerce ul.products li.product { list-style: none; float: none !important; width: auto !important; margin: 0 !important; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel, #fff); padding: 0; overflow: hidden; text-align: left; transition: transform 0.4s var(--ease), box-shadow 0.5s; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 26px 54px -30px rgba(28, 21, 9, 0.35); }
.woocommerce ul.products li.product a img { margin: 0 0 0.6rem; border-radius: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0.2rem 1.1rem 0; font-family: var(--font-display); font-size: var(--step-1); font-weight: 600; color: var(--warm-white); }
.woocommerce ul.products li.product .price { padding: 0.2rem 1.1rem; display: block; }
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart { margin: 0.4rem 1.1rem 1.2rem !important; border-radius: 999px !important; }

/* responsive */
@media (max-width: 820px) {
  .single-product div.product { grid-template-columns: 1fr; gap: 2rem; }
  .single-product .woocommerce-product-gallery { position: static; }
}

/* ============================================================
   WARM COMMERCE FORMS + BUTTONS (reviews, checkout, account)
   ============================================================ */
body.warm .woocommerce form .form-row input.input-text,
body.warm .woocommerce form .form-row textarea,
body.warm .woocommerce-cart .woocommerce input.input-text,
body.warm .comment-form input[type="text"],
body.warm .comment-form input[type="email"],
body.warm .comment-form input[type="url"],
body.warm .comment-form textarea,
body.warm .woocommerce .select2-selection {
  background: #fffdf8; border: 1px solid var(--line); color: var(--warm-white); border-radius: 10px; padding: 0.75rem 0.95rem; font: inherit; box-shadow: none;
}
body.warm .comment-form textarea, body.warm .woocommerce form .form-row textarea { border-radius: 14px; }
body.warm input:focus, body.warm textarea:focus, body.warm .woocommerce .select2-selection:focus { outline: none; border-color: var(--gold-deep); }
body.warm .woocommerce ::placeholder { color: var(--smoke-dim); }
body.warm .comment-form label, body.warm .woocommerce form .form-row label { color: var(--smoke); font-size: var(--step--1); }

/* buttons → black pill on warm commerce pages */
body.warm .woocommerce #respond input#submit,
body.warm .woocommerce a.button,
body.warm .woocommerce button.button,
body.warm .woocommerce input.button,
body.warm .woocommerce a.button.alt,
body.warm .woocommerce button.button.alt,
body.warm #respond input#submit,
body.warm .comment-form .form-submit input,
body.warm input#submit,
body.warm ul.products li.product a.button {
  background: var(--lh-ink, #1c1509) !important; color: #f7f0e6 !important; border-radius: 999px !important; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; border: 0 !important; padding: 0.85rem 1.7rem; cursor: pointer; width: auto; }
body.warm .woocommerce #respond input#submit:hover,
body.warm .woocommerce a.button:hover,
body.warm .woocommerce button.button:hover,
body.warm .woocommerce input.button:hover,
body.warm .woocommerce a.button.alt:hover,
body.warm .woocommerce button.button.alt:hover { background: #2a2011; color: #f7f0e6; opacity: 1; }

/* review stars */
body.warm .woocommerce #review_form #respond p.stars a { color: var(--gold-deep); }
body.warm .woocommerce .star-rating span { color: var(--gold-deep); }

/* ============================================================
   WOOCOMMERCE BLOCKS — CART + CHECKOUT (warm styling)
   ============================================================ */
/* primary buttons → black pill */
body.warm .wc-block-components-button.contained,
body.warm .wc-block-cart__submit-button,
body.warm .wc-block-components-checkout-place-order-button,
body.warm .wp-element-button.wc-block-components-button {
  background: var(--lh-ink, #1c1509) !important;
  color: #f7f0e6 !important;
  border-radius: 999px !important;
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
  box-shadow: 0 14px 34px -16px rgba(28, 21, 9, 0.5);
  border: 0 !important; min-height: 52px;
}
body.warm .wc-block-components-button.contained:hover,
body.warm .wc-block-cart__submit-button:hover,
body.warm .wc-block-components-checkout-place-order-button:hover { background: #2a2011 !important; color: #f7f0e6 !important; }
body.warm .wc-block-components-button__text { color: inherit; }

/* quantity selector → pill stepper */
body.warm .wc-block-components-quantity-selector { border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
body.warm .wc-block-components-quantity-selector::after { border: 0 !important; }
body.warm .wc-block-components-quantity-selector__input { color: var(--warm-white); background: transparent; }
body.warm .wc-block-components-quantity-selector__button { color: var(--warm-white); }
body.warm .wc-block-components-quantity-selector__button:hover { color: var(--gold-deep); background: rgba(28,21,9,0.04); }

/* section + totals titles → serif / uppercase labels */
body.warm .wc-block-cart__totals-title { color: var(--smoke); letter-spacing: 0.14em; text-transform: uppercase; font-size: var(--step--1); font-family: var(--font-body); }
body.warm .wc-block-components-checkout-step__title,
body.warm .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; }
body.warm .wc-block-components-totals-item__label { color: var(--smoke); }
body.warm .wc-block-components-totals-item__value { color: var(--warm-white); font-family: var(--font-display); font-variant-numeric: tabular-nums; }
body.warm .wc-block-components-totals-footer-item { border-top: 1px solid var(--line-soft); }
body.warm .wc-block-components-totals-footer-item .wc-block-components-totals-item__label { color: var(--warm-white); font-size: var(--step-1); }
body.warm .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: var(--gold-deep); font-size: var(--step-1); }

/* line item titles + prices */
body.warm .wc-block-cart-item__product-name, body.warm .wc-block-components-order-summary-item__title { color: var(--warm-white); font-weight: 600; }
body.warm .wc-block-cart-item__product-name:hover { color: var(--gold-deep); }
body.warm .wc-block-cart-item__prices .wc-block-components-product-price__value,
body.warm .wc-block-components-order-summary-item__total-price { color: var(--gold-deep); }
body.warm .wc-block-cart-item__image img, body.warm .wc-block-components-order-summary-item__image img { border-radius: 12px; }

/* coupon accordion */
body.warm .wc-block-components-panel__button { color: var(--warm-white); font-weight: 600; }

/* checkout: card the order-summary sidebar + inputs */
body.warm .wc-block-checkout__sidebar { position: sticky; top: 88px; }
body.warm .wp-block-woocommerce-checkout-order-summary-block { background: var(--panel, #fff); border: 1px solid var(--line-soft); border-radius: 18px; padding: 1.6rem 1.5rem; }
body.warm .wc-block-components-text-input input,
body.warm .wc-block-components-text-input textarea,
body.warm .wc-block-components-select__select,
body.warm .wc-block-components-combobox input {
  border-radius: 10px !important; background: #fffdf8; color: var(--warm-white);
}
body.warm .wc-block-components-text-input input:focus { box-shadow: 0 0 0 1px var(--gold-deep); border-color: var(--gold-deep); }
body.warm .wc-block-components-text-input label { color: var(--smoke-dim); }

/* payment / shipping option rows */
body.warm .wc-block-components-radio-control__option, body.warm .wc-block-checkout__payment-method { border-color: var(--line-soft) !important; }
body.warm .wc-block-components-radio-control__option--checked { border-color: var(--gold-deep) !important; }

/* ============================================================
   MY ACCOUNT
   ============================================================ */
/* Left-align the account block with the "My account" page title (was centred, causing a ~90px offset). */
.woocommerce-account .woocommerce { max-width: 1120px; margin: 0; }

/* logged-out: login + register as side-by-side cards */
.woocommerce-account #customer_login.col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin: 0; align-items: start; }
.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 { width: auto !important; float: none !important; margin: 0; }
.woocommerce-account #customer_login .col-1 { grid-area: 1 / 1 / 2 / 2; }
.woocommerce-account #customer_login .col-2 { grid-area: 1 / 2 / 2 / 3; }
.woocommerce-account #customer_login h2 { font-size: var(--step-2); margin-bottom: 1.2rem; }
.woocommerce-account form.login, .woocommerce-account form.register { border: 1px solid var(--line-soft); border-radius: 18px; padding: 1.9rem; background: var(--panel, #fff); margin: 0; }
.woocommerce-account form.login .form-row, .woocommerce-account form.register .form-row, .woocommerce-account form .woocommerce-form-row { margin-bottom: 1rem; }
.woocommerce-account form .form-row label { display: block; margin-bottom: 0.35rem; color: var(--smoke); font-size: var(--step--1); }
.woocommerce-account .woocommerce-form-login__rememberme { font-size: var(--step--1); color: var(--smoke); }
.woocommerce-account .woocommerce-LostPassword a, .woocommerce-account .woocommerce-privacy-policy-text a { color: var(--gold-deep); }
.woocommerce-account .woocommerce-privacy-policy-text p { color: var(--smoke); font-size: var(--step--1); }
@media (max-width: 720px) { .woocommerce-account #customer_login.col2-set { grid-template-columns: 1fr; } }

/* logged-in: nav sidebar + content */
.woocommerce-account.logged-in .woocommerce { display: grid !important; grid-template-columns: 236px minmax(0, 1fr) !important; gap: 2.5rem; align-items: start; }
.woocommerce-account .woocommerce-MyAccount-navigation { float: none !important; width: auto !important; margin: 0 !important; grid-column: 1 !important; }
.woocommerce-account .woocommerce-MyAccount-content { float: none !important; width: auto !important; margin: 0 !important; grid-column: 2 !important; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0.5rem; display: flex; flex-direction: column; gap: 0.25rem; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel, #fff); }
.woocommerce-MyAccount-navigation li { margin: 0; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 0.7rem 1rem; border-radius: 10px; color: var(--smoke); font-weight: 600; letter-spacing: 0.03em; transition: background 0.2s, color 0.2s; }
.woocommerce-MyAccount-navigation li a:hover { background: rgba(28, 21, 9, 0.05); color: var(--warm-white); }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--lh-ink, #1c1509); color: #f7f0e6; }
.woocommerce-MyAccount-content { min-width: 0; color: var(--smoke); }
.woocommerce-MyAccount-content a { color: var(--gold-deep); }
.woocommerce-MyAccount-content mark { background: none; color: var(--warm-white); font-weight: 700; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content h2, .woocommerce-account.logged-in .woocommerce-MyAccount-content h3 { font-family: var(--font-display); font-weight: 600; margin: 0 0 1rem; }
@media (max-width: 820px) { .woocommerce-account.logged-in .woocommerce { grid-template-columns: 1fr; gap: 1.5rem; } }

/* order / address tables */
.woocommerce-account table.shop_table, .woocommerce-account table.account-orders-table, .woocommerce-account .woocommerce-orders-table { border: 1px solid var(--line-soft); border-radius: 14px; border-collapse: separate; border-spacing: 0; overflow: hidden; width: 100%; }
.woocommerce-account table.shop_table th { background: #f0e6d4; color: var(--smoke); text-transform: uppercase; letter-spacing: 0.08em; font-size: var(--step--1); padding: 0.9rem 1rem; text-align: left; }
.woocommerce-account table.shop_table td { padding: 0.9rem 1rem; border-top: 1px solid var(--line-soft); color: var(--warm-white); }
/* addresses: force grid placement (WooCommerce floats otherwise stagger them) */
.woocommerce-account .u-columns.addresses { display: grid !important; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: start; }
.woocommerce-account .addresses .col-1 { float: none !important; width: auto !important; margin: 0 !important; grid-column: 1 !important; }
.woocommerce-account .addresses .col-2 { float: none !important; width: auto !important; margin: 0 !important; grid-column: 2 !important; }
.woocommerce-account .woocommerce-Address { border: 1px solid var(--line-soft); border-radius: 16px; padding: 1.6rem; background: var(--panel, #fff); height: 100%; }
.woocommerce-account .woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; }
.woocommerce-account .woocommerce-Address-title h3 { margin: 0; font-size: var(--step-1); }
.woocommerce-account .woocommerce-Address-title .edit { flex: none; font-size: var(--step--1); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--gold-deep); border-bottom: 1.5px solid var(--gold-deep); padding-bottom: 2px; }
.woocommerce-account .woocommerce-Address address { color: var(--smoke); font-style: normal; line-height: 1.75; margin: 0; }
@media (max-width: 720px) { .woocommerce-account .u-columns.addresses { grid-template-columns: 1fr; } .woocommerce-account .addresses .col-1, .woocommerce-account .addresses .col-2 { grid-column: 1 !important; } }

/* orders table: status badges + action links */
.woocommerce-account .account-orders-table td.woocommerce-orders-table__cell-order-actions { text-align: right; white-space: nowrap; }
.acct-order-action { display: inline-block; margin-left: 0.5rem; font-size: var(--step--1); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700; }
.acct-order-action--view { background: var(--lh-ink, #1c1509); color: #f7f0e6; border-radius: 999px; padding: 0.5rem 1.1rem; }
.acct-order-action--view:hover { background: #2a2011; color: #f7f0e6; }
.acct-order-action--pay, .acct-order-action--cancel { color: var(--gold-deep); border-bottom: 1.5px solid var(--gold-deep); padding-bottom: 1px; }
.acct-order-action--cancel { color: var(--smoke); border-color: var(--smoke); }

/* ============================================================
   CUSTOMIZE PAGE (bespoke configurator)
   ============================================================ */
.customize { padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(4rem, 7vw, 7rem); }
.cz-head { text-align: center; max-width: 60ch; margin-inline: auto; padding-block: clamp(1.5rem, 4vw, 3rem); }
.cz-title { font-size: var(--step-3); margin: 1rem 0; }
.cz-intro { color: var(--smoke); margin: 0 auto; max-width: 56ch; }

.cz-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.cz-step { display: flex; gap: 0.9rem; align-items: flex-start; }
.cz-step-ico { width: 40px; height: 40px; flex: none; border: 1px solid var(--line); border-radius: 11px; display: grid; place-items: center; color: var(--gold-deep); background: rgba(169, 120, 47, 0.05); }
.cz-step h3 { font-size: var(--step-0); font-family: var(--font-body); font-weight: 700; display: flex; align-items: center; gap: 0.5rem; margin: 0 0 0.25rem; }
.cz-step-num { color: var(--gold-deep); font-family: var(--font-display); font-weight: 600; }
.cz-step p { color: var(--smoke); font-size: var(--step--1); margin: 0; }

.cz-form { display: grid; grid-template-columns: 1fr 360px; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.cz-group { border: 0; padding: 0; margin: 0 0 2rem; }
.cz-group legend { font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin-bottom: 1rem; padding: 0; }
.cz-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.cz-chip { display: flex; flex-direction: column; align-items: flex-start; gap: 0.3rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--panel, #fff); text-align: left; transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; cursor: pointer; }
.cz-chip:hover { border-color: var(--smoke-dim); transform: translateY(-2px); }
.cz-chip.active { border-color: var(--lh-ink, #1c1509); box-shadow: inset 0 0 0 1px var(--lh-ink, #1c1509); }
.cz-chip-label { font-weight: 600; color: var(--warm-white); }
.cz-chip-price { font-size: var(--step--1); color: var(--smoke); }
.cz-chip.active .cz-chip-price { color: var(--gold-deep); }
.cz-input { width: 100%; background: #fffdf8; border: 1px solid var(--line); border-radius: 12px; padding: 0.85rem 1rem; font: inherit; color: var(--warm-white); }
.cz-input:focus { outline: none; border-color: var(--gold-deep); }
.cz-textarea { resize: vertical; min-height: 110px; }
.cz-upload { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 0.9rem; cursor: pointer; }
.cz-upload input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.cz-upload-btn { display: inline-flex; align-items: center; gap: 0.5rem; border: 1px dashed var(--line); border-radius: 999px; padding: 0.6rem 1.1rem; font-size: var(--step--1); font-weight: 600; color: var(--smoke); transition: border-color 0.25s, color 0.25s; }
.cz-upload:hover .cz-upload-btn { border-color: var(--gold-deep); color: var(--warm-white); }
.cz-upload-name { font-size: var(--step--1); color: var(--gold-deep); }

/* summary card */
.cz-summary { position: sticky; top: 88px; }
.cz-summary-card { border: 1px solid var(--line-soft); border-radius: 18px; background: var(--panel, #fff); padding: 1.5rem; box-shadow: 0 26px 54px -34px rgba(28, 21, 9, 0.3); }
.cz-preview { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; margin-bottom: 1.2rem; }
.cz-preview img { width: 100%; height: 100%; object-fit: cover; }
.cz-summary-title { font-size: var(--step-1); margin: 0 0 1rem; }
.cz-recap { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: 0.7rem; }
.cz-recap li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: var(--step--1); }
.cz-recap li span { color: var(--smoke); }
.cz-recap li b { color: var(--warm-white); font-weight: 600; }
.cz-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.cz-qty-btn { width: 34px; height: 36px; color: var(--warm-white); font-size: 1.05rem; }
.cz-qty-input { width: 36px; height: 36px; text-align: center; border: 0; background: transparent; color: var(--warm-white); font: inherit; }
.cz-total { display: flex; align-items: baseline; justify-content: space-between; padding: 1rem 0; border-top: 1px solid var(--line-soft); margin-top: 0.4rem; }
.cz-total span { color: var(--smoke); font-size: var(--step--1); letter-spacing: 0.04em; text-transform: uppercase; }
.cz-total-value { font-family: var(--font-display); font-weight: 600; font-size: var(--step-2); color: var(--gold-deep); }
.cz-add { width: 100%; justify-content: center; border-radius: 999px; }
.cz-reassure { color: var(--smoke); font-size: var(--step--1); line-height: 1.5; margin: 1rem 0 0; }
.cz-error { color: var(--gold-deep); padding: 2rem 0; }

@media (max-width: 860px) {
  .cz-form { grid-template-columns: 1fr; }
  .cz-summary { position: static; }
  .cz-steps { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 560px) {
  .cz-chips { grid-template-columns: 1fr; }
}

/* ============================================================
   MY ACCOUNT — DASHBOARD
   ============================================================ */
.acct-welcome { margin-bottom: 1.8rem; }
.acct-welcome h2 { font-size: var(--step-2); margin: 0.6rem 0 0.4rem; }
.acct-welcome .muted { margin: 0; }

.acct-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 2.4rem; }
.acct-card { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.2rem; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel, #fff); transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.4s; }
.acct-card:hover { transform: translateY(-3px); border-color: var(--line); box-shadow: 0 22px 44px -32px rgba(28, 21, 9, 0.35); }
.acct-card-ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--gold-deep); background: rgba(169, 120, 47, 0.05); }
.acct-card-body { display: flex; flex-direction: column; flex: 1; min-width: 0; line-height: 1.35; }
.acct-card-body b { color: var(--warm-white); font-weight: 600; }
.acct-card-body span { color: var(--smoke); font-size: var(--step--1); }
.acct-card-arrow { color: var(--smoke); flex: none; transition: transform 0.25s var(--ease), color 0.25s; }
.acct-card:hover .acct-card-arrow { transform: translateX(3px); color: var(--gold-deep); }
.acct-card--feature { background: var(--lh-ink, #1c1509); border-color: var(--lh-ink, #1c1509); }
.acct-card--feature .acct-card-ico { color: var(--gold-bright); border-color: rgba(247, 240, 230, 0.18); background: rgba(247, 240, 230, 0.06); }
.acct-card--feature .acct-card-body b { color: #f7f0e6; }
.acct-card--feature .acct-card-body span { color: rgba(247, 240, 230, 0.65); }
.acct-card--feature .acct-card-arrow { color: rgba(247, 240, 230, 0.7); }
.acct-card--feature:hover .acct-card-arrow { color: var(--gold-bright); }

.acct-recent-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1rem; }
.acct-recent-head h3 { margin: 0; font-size: var(--step-1); }
.acct-recent-head a { color: var(--gold-deep); font-size: var(--step--1); font-weight: 600; }
.acct-orders { list-style: none; margin: 0; padding: 0; border: 1px solid var(--line-soft); border-radius: 14px; overflow: hidden; }
.acct-order { display: grid; grid-template-columns: auto 1fr auto auto auto; align-items: center; gap: 1rem; padding: 0.9rem 1.1rem; border-top: 1px solid var(--line-soft); }
.acct-order:first-child { border-top: 0; }
.acct-order-no { font-family: var(--font-display); font-weight: 600; color: var(--warm-white); }
.acct-order-date { color: var(--smoke); font-size: var(--step--1); }
.acct-order-status { font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 999px; background: rgba(169, 120, 47, 0.12); color: var(--gold-deep); }
.acct-order-status.status-completed { background: rgba(126, 224, 106, 0.16); color: #3f7a2e; }
.acct-order-status.status-cancelled, .acct-order-status.status-failed { background: rgba(255, 90, 60, 0.14); color: #b8492f; }
.acct-order-total { color: var(--gold-deep); font-weight: 700; font-variant-numeric: tabular-nums; }
.acct-order-view { color: var(--warm-white); font-size: var(--step--1); font-weight: 600; border-bottom: 1.5px solid var(--gold-deep); padding-bottom: 1px; }
.acct-empty { border: 1px dashed var(--line); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; }
.acct-empty .btn { margin-top: 0.4rem; }

@media (max-width: 520px) {
  .acct-cards { grid-template-columns: 1fr; }
  .acct-order { grid-template-columns: 1fr auto; row-gap: 0.3rem; }
  .acct-order-date, .acct-order-status { grid-column: 1; }
}

/* ============================================================
   SHOP — LIGHTS ON/OFF TOGGLE (dual product images)
   ============================================================ */
.lamp-switch { display: inline-flex; align-items: center; gap: 0.55rem; border: 1px solid var(--line); border-radius: 999px; padding: 0.38rem 0.5rem 0.38rem 0.85rem; color: var(--smoke); font-size: var(--step--1); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; cursor: pointer; transition: color 0.25s, border-color 0.25s; }
.lamp-switch svg { color: var(--smoke); transition: color 0.25s; width: 15px; height: 15px; }
.lamp-switch.is-on { color: var(--gold-deep); border-color: rgba(169, 120, 47, 0.4); }
.lamp-switch.is-on svg { color: var(--gold-deep); }
.lamp-switch-track { width: 34px; height: 20px; border-radius: 999px; background: rgba(28, 21, 9, 0.25); position: relative; flex: none; transition: background 0.25s, box-shadow 0.25s; }
.lamp-switch.is-on .lamp-switch-track { background: var(--gold-deep); box-shadow: 0 0 10px rgba(169, 120, 47, 0.55); }
.lamp-switch-thumb { position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform 0.25s var(--ease); }
.lamp-switch.is-on .lamp-switch-thumb { transform: translateX(14px); }

/* dual images on shop cards */
.shop-grid .card .ph { position: relative; }
.shop-grid .card .ph .ph-link { position: absolute; inset: 0; z-index: 1; display: block; }
.shop-grid .card .ph .ph-on, .shop-grid .card .ph .ph-off { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.55s var(--ease), filter 0.55s var(--ease), transform 1.1s var(--ease); }
.shop-grid .card .ph .ph-off { opacity: 0; }
.shop-grid .card .ph .sweep { z-index: 2; }
.shop-grid .card .ph .tag, .shop-grid .card .ph .card-star { z-index: 3; }
.shop-grid .card .qv-open { z-index: 4; }

/* toggled OFF */
.shop-grid.lamps-off .card .ph .ph-on { opacity: 0; }
.shop-grid.lamps-off .card[data-haslampoff] .ph .ph-off { opacity: 1; }
/* fallback: no off image → dim the lit image to read as "off" */
.shop-grid.lamps-off .card:not([data-haslampoff]) .ph .ph-on { opacity: 1; filter: brightness(0.24) saturate(0.5) contrast(1.05); }
/* whole grid cools slightly when off */
.shop-grid.lamps-off { transition: background 0.5s; }

/* single product: lights on/off overlay on the gallery */
.single-product .woocommerce-product-gallery__wrapper { position: relative; }
.single-product .sp-off-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; opacity: 0; transition: opacity 0.55s var(--ease); z-index: 6; pointer-events: none; }
.single-product .woocommerce-product-gallery.lamp-off .sp-off-overlay { opacity: 1; }
.sp-lamp-switch { margin: 0 0 1.5rem; }

/* ============================================================
   HERO — LIGHTS ON/OFF
   ============================================================ */
.hero-img-on { transition: opacity 0.55s var(--ease); }
.hero-visual .hero-img-off { position: absolute; inset: 0; margin: auto; width: 100%; max-height: 80svh; object-fit: contain; opacity: 0; transition: opacity 0.55s var(--ease); z-index: 1; }
.hero-panel--light .hero-visual .hero-img-off { object-fit: cover; aspect-ratio: 4/5; max-height: 74svh; border-radius: 22px; }
.hero-scroller.lamps-off .hero-visual .hero-img-on { opacity: 0; }
.hero-scroller.lamps-off .hero-visual.has-lampoff .hero-img-off { opacity: 1; }
/* fallback (no off image): dim the lit image */
.hero-scroller.lamps-off .hero-visual:not(.has-lampoff) .hero-img-on { opacity: 1; filter: brightness(0.28) saturate(0.5); }
/* the ambient glow belongs to the "on" state */
.hero-glow { transition: opacity 0.55s var(--ease); }
.hero-scroller.lamps-off .hero-glow { opacity: 0.1; }

/* hero switch — sits in the nav, colour adapts to the active panel */
.hero-lamp-switch { border-color: rgba(128, 118, 100, 0.35); padding: 0.32rem 0.45rem 0.32rem 0.75rem; }
.hero-viewport[data-mode="light"] .hero-lamp-switch, .hero-viewport[data-mode="split"] .hero-lamp-switch { color: #6f6152; }
.hero-viewport[data-mode="light"] .hero-lamp-switch svg, .hero-viewport[data-mode="split"] .hero-lamp-switch svg { color: #6f6152; }
.hero-viewport[data-mode="dark"] .hero-lamp-switch { color: #cabfac; border-color: rgba(247, 240, 230, 0.22); }
.hero-viewport[data-mode="dark"] .hero-lamp-switch svg { color: #cabfac; }
.hero-lamp-switch.is-on { color: #c79a4e !important; }
.hero-lamp-switch.is-on svg { color: #c79a4e !important; }
.hero-lamp-switch.is-on .lamp-switch-track { background: #c79a4e; box-shadow: 0 0 10px rgba(199, 154, 78, 0.6); }
@media (max-width: 640px) { .hero-lamp-switch .lamp-switch-label { display: none; } }

/* ============================================================
   REVIEWS — "WALL OF CHATS" (WhatsApp / Instagram screenshots)
   ============================================================ */
.reviews-head { margin-bottom: 2.6rem; }
.rev-wall { columns: 3; column-gap: 1.5rem; }
.rev { break-inside: avoid; margin: 0 0 1.5rem; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--line-soft); box-shadow: 0 20px 44px -30px rgba(28, 21, 9, 0.45); transform: rotate(var(--tilt, 0deg)); transition: transform 0.45s var(--ease), box-shadow 0.5s; }
.rev:nth-child(4n+1) { --tilt: -1.5deg; }
.rev:nth-child(4n+2) { --tilt: 1deg; }
.rev:nth-child(4n+3) { --tilt: 1.8deg; }
.rev:nth-child(4n) { --tilt: -0.8deg; }
.rev:hover { transform: rotate(0deg) translateY(-5px); box-shadow: 0 34px 64px -30px rgba(28, 21, 9, 0.5); position: relative; z-index: 2; }

/* chat header */
.rev-head { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.9rem; }
.rev--whatsapp .rev-head { background: #0b6b57; color: #fff; }
.rev--instagram { border-top: 3px solid transparent; border-image: linear-gradient(90deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5) 1; }
.rev--instagram .rev-head { background: #fff; color: #1c1509; }
.rev-av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-family: var(--font-display); font-size: 0.9rem; flex: none; }
.rev--whatsapp .rev-av { background: rgba(255, 255, 255, 0.22); color: #fff; }
.rev--instagram .rev-av { background: linear-gradient(135deg, #feda75, #d62976, #4f5bd5); color: #fff; }
.rev-head-txt { display: flex; flex-direction: column; line-height: 1.2; flex: 1; min-width: 0; }
.rev-head-txt b { font-size: 0.92rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rev-head-txt span { font-size: 0.68rem; opacity: 0.85; }
.rev--instagram .rev-head-txt span { color: #8a3ab9; opacity: 0.9; }
.rev-app { flex: none; display: inline-flex; opacity: 0.95; }
.rev--instagram .rev-app { color: #d62976; }

/* chat body + bubble */
.rev-body { padding: 1rem 0.9rem 1.1rem; }
.rev--whatsapp .rev-body { background: #efe7db; }
.rev--instagram .rev-body { background: #fff; }
.rev-bubble { position: relative; max-width: 94%; padding: 0.6rem 0.8rem 0.45rem; border-radius: 10px; }
.rev--whatsapp .rev-bubble { background: #fff; border-top-left-radius: 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
.rev--whatsapp .rev-bubble::before { content: ""; position: absolute; top: 0; left: -7px; width: 0; height: 0; border: 6px solid transparent; border-top-color: #fff; border-left-color: #fff; }
.rev--instagram .rev-bubble { background: #efefef; border-radius: 18px; border-bottom-left-radius: 4px; }
.rev-bubble p { margin: 0; color: #111b21; font-size: var(--step-0); line-height: 1.55; font-family: var(--font-body); letter-spacing: 0; }
.rev-time { display: flex; align-items: center; justify-content: flex-end; gap: 3px; font-size: 0.62rem; color: #667781; margin-top: 0.25rem; }
.rev-ticks { color: #53bdeb; }

/* caption */
.rev-cap { padding: 0.7rem 0.9rem; font-size: 0.7rem; color: var(--smoke); display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; }
.rev-cap b { color: var(--warm-white); font-weight: 700; }
.rev-verified { display: inline-flex; align-items: center; gap: 0.25rem; color: var(--gold-deep); font-weight: 700; }
.rev-verified svg { color: var(--gold-deep); }

/* uploaded screenshot card */
.rev--shot { position: relative; background: #0d0d0f; }
.rev-shot-img { display: block; width: 100%; height: auto; }
.rev-badge { position: absolute; top: 0.7rem; right: 0.7rem; z-index: 2; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #fff; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); }
.rev--shot.rev--whatsapp .rev-badge { color: #0b6b57; }
.rev--shot.rev--instagram .rev-badge { color: #d62976; }
.rev--shot .rev-cap { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; background: linear-gradient(transparent, rgba(0, 0, 0, 0.75)); color: rgba(255, 255, 255, 0.85); padding: 1.4rem 0.9rem 0.7rem; }
.rev--shot .rev-cap b { color: #fff; }

@media (max-width: 900px) { .rev-wall { columns: 2; } }
@media (max-width: 560px) { .rev-wall { columns: 1; } .rev { --tilt: 0deg !important; } }
@media (prefers-reduced-motion: reduce) { .rev { --tilt: 0deg !important; } }

/* ============================================================
   LEAFY GLEAM — scroll-controlled video hero
   Outer section (~300vh) scrolls a sticky, full-viewport stage.
   JS (initLeafyHero) maps scroll progress → video.currentTime and
   → the copy reveal. The film only moves while the user scrolls.
   ============================================================ */
.leafy-hero {
  /* The front page carries a `.warm` (light) palette that inverts these tokens.
     The hero sits over a dark film, so pin the dark-theme values locally —
     otherwise the copy turns dark ink and the stage flashes cream. */
  --void: #08080a;
  --warm-white: #f7eedc;
  --gold: #e9c46a;
  --gold-bright: #f6d98a;
  --gold-deep: #b7873a;
  --line: rgba(233, 196, 106, 0.16);

  position: relative;
  height: 500vh;                 /* outer scroll track — taller = slower scrub (more scroll per video-second) */
  background: var(--void);
  margin: 0;
}
.leafy-hero__stage {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;                 /* fallback */
  height: 100svh;
  overflow: hidden;
  background: var(--void);       /* matches the video's opening frame — no black flash */
}

/* Decorative scrubbed film — covers the stage, never blocks clicks. */
.leafy-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;  /* product sits on the left on desktop */
  background: var(--void);
  pointer-events: none;
  z-index: 0;
}

/* Soft gradient scrim over the clean side keeps copy legible as the frame brightens. */
.leafy-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to left, rgba(6,5,4,0.82) 0%, rgba(6,5,4,0.46) 32%, rgba(6,5,4,0) 60%),
    linear-gradient(to top, rgba(6,5,4,0.5) 0%, rgba(6,5,4,0) 34%);
}

/* Persistent, light hero nav over the dark opening frame. */
.leafy-hero__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding: clamp(0.9rem, 2vw, 1.6rem) 0;
}
.leafy-hero__nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.leafy-hero__nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
}
.leafy-hero__nav-links a {
  color: var(--warm-white);
  font-size: var(--step--1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.3s var(--ease);
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
}
.leafy-hero__nav-links a:hover { color: var(--gold); }
.leafy-hero__cart { position: relative; display: inline-flex; align-items: center; }
.leafy-hero__cart svg { color: var(--warm-white); }
.leafy-hero__burger { display: none; color: var(--warm-white); }

/* Live, accessible copy over the empty side of the film. */
.leafy-hero__content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;     /* right side on desktop */
  pointer-events: none;          /* let scrolls/clicks fall through except on the copy */
  padding: 0 clamp(1.4rem, 5vw, 5rem);
}
.leafy-hero__copy {
  pointer-events: auto;
  width: 44%;
  max-width: 520px;
  color: var(--warm-white);
  text-shadow: 0 2px 22px rgba(0,0,0,0.5);
  will-change: transform;
}

/* The copy (eyebrow / heading / description / CTAs) starts DIM and is revealed in
   step with the scroll/video flow by initLeafyHero() (it sets opacity + translateY
   per element inline). A dim floor means it is never fully hidden, so the glowing
   first frame + faint copy read as intentional, not a blank screen. These base
   values are what no-JS / reduced-motion users see (fully visible). */
.leafy-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-size: var(--step--1);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
}
.leafy-hero__eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
/* .leafy-hero prefix wins over the front page's `.warm h1` colour rule. */
.leafy-hero .leafy-hero__title {
  margin: 0.7rem 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 1.7rem + 3.4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--warm-white);
}
.leafy-hero .leafy-hero__desc {
  margin: 1.1rem 0 0;
  font-size: var(--step-1);
  line-height: 1.55;
  color: var(--warm-white);
  max-width: 40ch;
}
.leafy-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}
.leafy-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.85rem 1.5rem;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: var(--step--1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.leafy-hero__btn--primary {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #0a0a0a;
  box-shadow: 0 14px 44px -14px rgba(233, 196, 106, 0.65);
}
.leafy-hero__btn--primary:hover { transform: translateY(-2px); }
.leafy-hero__price { font-family: var(--font-display); font-weight: 800; letter-spacing: 0.02em; }
.leafy-hero__btn--ghost {
  border-color: rgba(247, 238, 220, 0.4);
  color: var(--warm-white);
  background: rgba(10, 8, 6, 0.28);
  backdrop-filter: blur(4px);
}
.leafy-hero__btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* Scroll cue. */
.leafy-hero__cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 5;
  width: 26px;
  height: 42px;
  border: 1px solid rgba(247, 238, 220, 0.45);
  border-radius: 14px;
  pointer-events: none;
}
.leafy-hero__cue span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 8px;
  margin-left: -1.5px;
  border-radius: 2px;
  background: var(--gold);
  animation: leafyCue 1.9s var(--ease) infinite;
}
@keyframes leafyCue {
  0% { opacity: 0; transform: translateY(0); }
  30% { opacity: 1; }
  70% { opacity: 1; transform: translateY(14px); }
  100% { opacity: 0; transform: translateY(16px); }
}
.leafy-hero__hint {
  position: absolute;
  left: 50%;
  bottom: 74px;
  transform: translateX(-50%);
  z-index: 5;
  font-size: var(--step--1);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--warm-white);
  opacity: 0.82;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  animation: leafyRiseHint 0.8s var(--ease) 0.5s both;
}
/* Same rise, but keeps the horizontal centering (transform can't be split). */
@keyframes leafyRiseHint {
  from { opacity: 0; transform: translate(-50%, 18px); }
  to   { opacity: 0.82; transform: translateX(-50%); }
}

/* ---- Mobile: 9:16 film, copy above the product (767px and below) ---- */
@media (max-width: 767px) {
  .leafy-hero__video { object-position: center bottom; }  /* product lower-centre */
  .leafy-hero__hint { display: none; }                    /* copy at top is the hook; avoid overlapping the lamp */
  .leafy-hero__scrim {
    background:
      linear-gradient(to bottom, rgba(6,5,4,0.8) 0%, rgba(6,5,4,0.32) 30%, rgba(6,5,4,0) 56%),
      linear-gradient(to top, rgba(6,5,4,0.35) 0%, rgba(6,5,4,0) 26%);
  }
  .leafy-hero__nav-links { gap: 0; }
  .leafy-hero__nav-links > a:not(.leafy-hero__cart) { display: none; }  /* collapse into burger */
  .leafy-hero__burger { display: inline-flex; }
  .leafy-hero__nav-links.open {
    position: absolute;
    top: calc(100% + 6px);
    right: clamp(1.4rem, 5vw, 5rem);
    flex-direction: column;
    align-items: flex-end;
    gap: 0.9rem;
    padding: 1rem 1.2rem;
    background: rgba(10, 9, 12, 0.92);
    backdrop-filter: blur(10px);
    border: 1px solid var(--line);
    border-radius: 4px;
  }
  .leafy-hero__nav-links.open > a:not(.leafy-hero__cart) { display: block; }

  .leafy-hero__content {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: calc(76px + env(safe-area-inset-top, 0px)) 20px 0;  /* below the header */
  }
  .leafy-hero__copy {
    width: 100%;
    max-width: 30rem;
    text-align: center;
  }
  .leafy-hero__eyebrow { justify-content: center; }
  .leafy-hero__title { font-size: clamp(2.4rem, 13vw, 3.4rem); }
  .leafy-hero__desc { margin-left: auto; margin-right: auto; font-size: var(--step-0); }
  .leafy-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;   /* two equal, touch-sized buttons */
    gap: 0.7rem;
    margin-top: 1.4rem;
  }
  .leafy-hero__btn { min-height: 50px; padding: 0.8rem 1rem; }
  .leafy-hero__btn--primary { flex-direction: column; gap: 0.15rem; }
}
@media (max-width: 360px) {
  .leafy-hero__actions { grid-template-columns: 1fr; }
}

/* ---- Reduced motion / no-scrub fallback: static poster, everything visible ---- */
.leafy-hero.is-static { height: auto; }
.leafy-hero.is-static .leafy-hero__stage { position: relative; height: 100svh; }
.leafy-hero.is-static .leafy-hero__cue,
.leafy-hero.is-static .leafy-hero__hint { display: none; }
.leafy-hero.is-static .leafy-hero__copy > * { opacity: 1 !important; transform: none !important; animation: none !important; }
@media (prefers-reduced-motion: reduce) {
  .leafy-hero { height: auto; }
  .leafy-hero__stage { position: relative; height: 100svh; }
  .leafy-hero__cue, .leafy-hero__hint { display: none; }
  .leafy-hero__cue span { animation: none; }
  .leafy-hero__copy > * { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ============================================================
   COLLECTION — "spotlight" product cards
   Hovering a lamp turns its light on (warm bloom + underglow) while
   the others gently dim, so the shopper's pick pops. Staggered reveal
   on scroll. Stays within the warm/minimal palette.
   ============================================================ */
.grid-products { gap: clamp(1.1rem, 1.8vw, 1.8rem); }

/* Concentrated warm light that blooms from the lamp on hover. */
.card .glow-core {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 76%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(0.6);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 226, 158, 0.55), rgba(255, 208, 128, 0.12) 55%, transparent 72%);
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(6px);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.7s var(--ease), transform 0.9s var(--ease);
}
.card:hover .glow-core,
.card:focus-within .glow-core { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* "View" cue that rises in at the corner of the image. */
.card .ph-cue {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1c1509;
  background: var(--gold);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(10px) scale(0.85);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
  pointer-events: none;
}
.card .ph-cue svg { display: block; }
.card:hover .ph-cue,
.card:focus-within .ph-cue { opacity: 1; transform: translateY(0) scale(1); }

/* Warm page: deeper lift + warm underglow (the lamp casts light). */
body.warm .grid-products .card:hover {
  transform: translateY(-8px);
  border-color: rgba(169, 120, 47, 0.42);
  box-shadow:
    0 30px 55px -26px rgba(28, 21, 9, 0.42),
    0 16px 48px -12px rgba(233, 196, 106, 0.55);
}
body.warm .grid-products .card:hover .ph img {
  transform: scale(1.07);
  filter: brightness(1.08) saturate(1.08);
}

/* Spotlight: hovering one card dims the rest so the pick pops (hover devices only). */
@media (hover: hover) {
  .grid-products .card { transition: transform 0.55s var(--ease), border-color 0.5s, box-shadow 0.6s, opacity 0.4s var(--ease); }
  .grid-products:hover .card:not(:hover) { opacity: 0.6; }
  .grid-products:hover .card:not(:hover) .ph img { filter: brightness(0.92) saturate(0.9); }
}
@media (prefers-reduced-motion: reduce) {
  .card .glow-core, .card .ph-cue { transition: opacity 0.2s; }
  .grid-products:hover .card:not(:hover) { opacity: 1; }
  body.warm .grid-products .card:hover { transform: none; }
}

/* ============================================================
   SHOP — "Lamp Preview" segmented control (Lit / Unlit)
   Replaces the old pill toggle. Toggles #shop-grid.lamps-off.
   ============================================================ */
.lamp-preview {
  display: inline-flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.55rem 0.6rem;
  background: #fdfbf7;
  border: 1px solid rgba(28, 21, 9, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 30px -14px rgba(28, 21, 9, 0.22);
}
.lamp-preview-head {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding-left: 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #8a8378;
  text-transform: none;
}
.lamp-preview-head svg { width: 13px; height: 13px; color: #c79a4e; }
.lamp-seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.lamp-seg-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-width: 66px;
  padding: 0.55rem 0.85rem;
  border-radius: 13px;
  border: 1px solid transparent;
  background: #edeae4;
  color: #8f887c;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.25s var(--ease), color 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.lamp-seg-btn svg { width: 18px; height: 18px; }
.lamp-seg-btn:hover { background: #e6e2db; color: #6f6a61; }
.lamp-seg-btn.is-active {
  background: linear-gradient(180deg, #f5e6b8, #ead08c);
  color: #5b4a22;
  border-color: rgba(169, 120, 47, 0.35);
  box-shadow: 0 6px 14px -6px rgba(169, 120, 47, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.lamp-seg-btn.is-active svg { color: #5b4a22; }
.lamp-seg-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* Single product: space the Lamp Preview control within the summary. */
.sp-lamp-preview { margin: 0 0 1.5rem; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact { padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 7rem); }
.ct-head { max-width: 720px; margin: 0 auto clamp(2.2rem, 5vw, 3.4rem); text-align: center; }
.ct-head .eyebrow { justify-content: center; }
.ct-title { font-size: var(--step-3); margin: 1rem 0 0; }
.ct-intro { color: var(--smoke); margin: 1rem auto 0; max-width: 60ch; font-size: var(--step-1); }

.ct-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: start; }

/* Form card */
.ct-form-wrap {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  box-shadow: 0 30px 60px -40px rgba(28, 21, 9, 0.3);
}
.ct-form-title { font-family: var(--font-display); font-size: var(--step-2); font-weight: 600; margin: 0 0 1.4rem; }
.ct-form { display: flex; flex-direction: column; gap: 1.05rem; }
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }
.ct-field { display: flex; flex-direction: column; gap: 0.45rem; }
.ct-field > span { font-size: var(--step--1); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--smoke); }
.ct-field > span em { font-style: normal; text-transform: none; letter-spacing: 0; color: var(--smoke-dim); font-weight: 500; }
.ct-field input,
.ct-field textarea {
  font: inherit;
  font-size: var(--step-0);
  color: var(--warm-white);
  background: var(--void-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  width: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.ct-field textarea { resize: vertical; min-height: 130px; }
.ct-field input::placeholder, .ct-field textarea::placeholder { color: var(--smoke-dim); }
.ct-field input:focus,
.ct-field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(169, 120, 47, 0.15); }
.ct-submit { align-self: flex-start; margin-top: 0.3rem; }
.ct-formnote { margin: 0.25rem 0 0; font-size: var(--step--1); color: var(--smoke-dim); }
/* Honeypot — visually and from AT hidden, still submitted. */
.ct-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Alerts */
.ct-alert { display: flex; align-items: center; gap: 0.6rem; padding: 0.85rem 1.1rem; border-radius: 12px; margin-bottom: 1.3rem; font-size: var(--step-0); }
.ct-alert svg { flex: none; }
.ct-alert--ok { background: rgba(126, 160, 90, 0.14); border: 1px solid rgba(126, 160, 90, 0.4); color: #4d6b2c; }
.ct-alert--ok svg { color: #5c8a2f; }
.ct-alert--err { background: rgba(190, 70, 50, 0.1); border: 1px solid rgba(190, 70, 50, 0.35); color: #9a3b28; }

/* Direct-contact cards */
.ct-info { display: flex; flex-direction: column; gap: 0.8rem; }
.ct-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  color: var(--warm-white);
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.4s;
}
a.ct-card:hover { transform: translateY(-3px); border-color: var(--line); box-shadow: 0 20px 40px -26px rgba(28, 21, 9, 0.4); }
.ct-ico { flex: none; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: rgba(169, 120, 47, 0.1); color: var(--gold-deep); }
.ct-card-txt { display: flex; flex-direction: column; gap: 0.12rem; min-width: 0; }
.ct-card-txt b { font-weight: 700; color: var(--warm-white); }
.ct-card-txt span { color: var(--smoke); font-size: var(--step--1); word-break: break-word; }
.ct-card-arrow { margin-left: auto; color: var(--smoke-dim); flex: none; transition: transform 0.3s var(--ease), color 0.3s; }
a.ct-card:hover .ct-card-arrow { color: var(--gold); transform: translateX(3px); }
.ct-card--wa { background: linear-gradient(180deg, #ffffff, #fbf3e2); border-color: rgba(169, 120, 47, 0.32); }
.ct-card--wa .ct-ico { background: var(--gold); color: #1c1509; }
.ct-card--static { cursor: default; }

.ct-socials { display: flex; gap: 0.6rem; margin-top: 0.4rem; }
.ct-socials a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--warm-white); transition: color 0.3s var(--ease), border-color 0.3s, transform 0.3s; }
.ct-socials a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

@media (max-width: 860px) { .ct-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ct-row { grid-template-columns: 1fr; } }

/* ============================================================
   TRACK ORDER PAGE  (reuses .contact / .ct-* header + card styles)
   ============================================================ */
.track-order .to-wrap { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.4rem; }
.to-panel {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: 0 30px 60px -40px rgba(28, 21, 9, 0.3);
}
/* WooCommerce order-tracking form → clean, full-width, stacked */
.to-panel form.track_order { margin: 0; }
.to-panel form.track_order .form-row,
.to-panel form.track_order .form-row-first,
.to-panel form.track_order .form-row-last { width: 100%; float: none; margin: 0 0 1rem; }
.to-panel form.track_order label { display: block; margin-bottom: 0.4rem; font-size: var(--step--1); color: var(--smoke); font-weight: 700; letter-spacing: 0.04em; }
.to-panel form.track_order input.input-text { width: 100%; }
.to-panel form.track_order .button { width: 100%; margin-top: 0.2rem; }
.to-panel .woocommerce-order-overview,
.to-panel .order_details { margin-top: 1.2rem; }

/* Status legend */
.to-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.to-step { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.9rem 1rem; background: var(--panel); border: 1px solid var(--line-soft); border-radius: 14px; }
.to-step-num { font-family: var(--font-display); font-weight: 800; color: transparent; -webkit-text-stroke: 1px var(--gold-deep); font-size: 1.15rem; line-height: 1; min-width: 1.6em; }
.to-step b { display: block; color: var(--warm-white); font-weight: 700; font-size: var(--step-0); }
.to-step span { color: var(--smoke); font-size: var(--step--1); }
.to-help { text-decoration: none; }
@media (max-width: 480px) { .to-steps { grid-template-columns: 1fr; } }

/* Shipment block (order details, tracking result, account order view) */
.lamp-track-ship {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin: 1.4rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(169, 120, 47, 0.3);
  background: linear-gradient(180deg, #ffffff, #fbf3e2);
  border-radius: 14px;
}
.lamp-track-ship-ico { flex: none; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: var(--gold); color: #1c1509; }
.lamp-track-ship-body { display: flex; flex-direction: column; gap: 0.15rem; }
.lamp-track-ship-body b { color: var(--warm-white); font-weight: 700; }
.lamp-track-ship-body span { color: var(--smoke); }
.lamp-track-ship-body code { background: rgba(28, 21, 9, 0.06); padding: 0.05rem 0.4rem; border-radius: 5px; font-size: 0.95em; color: var(--warm-white); }
.lamp-track-ship-link { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.35rem; color: var(--gold-deep); font-weight: 700; }
.lamp-track-ship-link:hover { color: var(--gold); }

/* ============================================================
   GENERIC DOCUMENT PAGES (Privacy, Terms, Shipping, Returns, FAQ)
   ============================================================ */
.page-doc { padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 7rem); }
.page-doc .wrap { max-width: 820px; }
.page-doc-head { border-bottom: 1px solid var(--line-soft); padding-bottom: 1.6rem; margin-bottom: 2.2rem; }
.page-doc-title { font-size: var(--step-3); margin: 0.8rem 0 0; }
.page-doc-meta { color: var(--smoke-dim); font-size: var(--step--1); margin: 0.8rem 0 0; letter-spacing: 0.03em; }

.prose { color: var(--warm-white); font-size: var(--step-0); line-height: 1.75; }
.prose > * + * { margin-top: 1.1rem; }
.prose h2 { font-family: var(--font-display); font-weight: 600; font-size: var(--step-2); margin-top: 2.4rem; line-height: 1.2; color: var(--warm-white); }
.prose h3 { font-weight: 700; font-size: var(--step-1); margin-top: 1.8rem; color: var(--warm-white); }
.prose p, .prose li { color: var(--smoke); }
.prose strong { color: var(--warm-white); font-weight: 700; }
.prose a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--gold); }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-top: 0.5rem; }
.prose li::marker { color: var(--gold-deep); }

/* FAQ accordion (rendered from <details> in page content) */
.prose .faq-item { border: 1px solid var(--line-soft); border-radius: 14px; background: var(--panel); padding: 0 1.15rem; margin-top: 0.8rem; }
.prose .faq-item summary { cursor: pointer; list-style: none; padding: 1.1rem 0; font-weight: 700; color: var(--warm-white); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.prose .faq-item summary::-webkit-details-marker { display: none; }
.prose .faq-item summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--gold-deep); transition: transform 0.3s var(--ease); }
.prose .faq-item[open] summary::after { transform: rotate(45deg); }
.prose .faq-item .faq-a { padding: 0 0 1.15rem; }
.prose .faq-item .faq-a p { margin: 0; }

/* Footer legal row */
.foot-legal { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; padding: 1.4rem 0 0; margin-top: 1.4rem; border-top: 1px solid var(--line-soft); }
.foot-legal a { color: var(--smoke); font-size: var(--step--1); }
.foot-legal a:hover { color: var(--gold); }

/* ============================================================
   WooCommerce page header (Cart / Checkout / Account) + empty cart
   ============================================================ */
.wc-page-head { padding-top: clamp(2rem, 5vw, 3.4rem); }
.wc-page-title { font-size: var(--step-3); margin-top: 0.8rem; }
.wc-page .page-shell { padding-top: 1.4rem; min-height: 38vh; }

.cart-empty-lamp { text-align: center; max-width: 560px; margin: clamp(1rem, 3vw, 2.2rem) auto clamp(1.5rem, 4vw, 2.6rem); }
.cart-empty-lamp .ce-visual {
  width: 76px;
  height: 76px;
  margin: 0 auto 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(169, 120, 47, 0.1);
  color: var(--gold-deep);
  border: 1px solid var(--line);
}
.cart-empty-lamp .ce-title { font-family: var(--font-display); font-weight: 600; font-size: var(--step-2); margin: 0; color: var(--warm-white); }
.cart-empty-lamp .ce-sub { color: var(--smoke); margin: 0.8rem auto 0; max-width: 46ch; font-size: var(--step-0); line-height: 1.6; }
.cart-empty-lamp .ce-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin-top: 1.6rem; }

.ce-suggest { margin-top: clamp(2.4rem, 5vw, 4rem); padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line-soft); }
.ce-suggest-head { font-family: var(--font-display); font-weight: 600; font-size: var(--step-2); text-align: center; margin: 0 0 1.8rem; color: var(--warm-white); }


/* ============================================================
   FLOATING WHATSAPP CHAT BUTTON (bottom-right, site-wide)
   ============================================================ */
.wa-float {
  position: fixed;
  right: clamp(14px, 3vw, 26px);
  bottom: clamp(14px, 3vw, 26px);
  z-index: 150;
  display: inline-flex;
  flex-direction: row-reverse;   /* icon on the right, label slides out to the left */
  align-items: center;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 34px -10px rgba(37, 211, 102, 0.6), 0 6px 16px -6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -10px rgba(37, 211, 102, 0.7), 0 8px 18px -6px rgba(0, 0, 0, 0.35); color: #fff; }
.wa-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.wa-float-ic { flex: none; width: 56px; height: 56px; display: grid; place-items: center; }
.wa-float-ic svg { width: 30px; height: 30px; display: block; }
.wa-float-label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: max-width 0.4s var(--ease), opacity 0.3s var(--ease), padding-right 0.4s var(--ease);
}
@media (hover: hover) {
  .wa-float:hover .wa-float-label { max-width: 180px; opacity: 1; padding-left: 20px; }
}
/* Gentle attention pulse ring. */
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  animation: waPulse 2.6s ease-out infinite;
  pointer-events: none;
}
@keyframes waPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) { .wa-float::before { animation: none; } }

/* ============================================================
   SINGLE PRODUCT — gallery polish + sticky add-to-cart bar
   ============================================================ */
/* Premium framing on the product image. */
.single-product .woocommerce-product-gallery__image img,
.single-product .flex-viewport {
  border: 1px solid var(--line-soft);
  box-shadow: 0 40px 80px -48px rgba(28, 21, 9, 0.45);
}

/* Sticky buy bar (slides in below the nav after the add-to-cart scrolls away). */
.sp-buybar {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 45;
  background: rgba(253, 251, 247, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
  box-shadow: 0 16px 32px -22px rgba(28, 21, 9, 0.35);
  transform: translateY(-130%);
  transition: transform 0.35s var(--ease);
}
.sp-buybar.show { transform: translateY(0); }
.sp-buybar-inner { display: flex; align-items: center; gap: 1rem; padding: 0.55rem 0; }
.sp-buybar-img { width: 46px; height: 46px; flex: none; border-radius: 9px; object-fit: cover; border: 1px solid var(--line-soft); }
.sp-buybar-info { display: flex; flex-direction: column; line-height: 1.25; margin-right: auto; min-width: 0; }
.sp-buybar-info b { font-family: var(--font-display); font-weight: 600; font-size: var(--step-0); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--warm-white); }
.sp-buybar-price { color: var(--gold-deep); font-weight: 700; font-size: var(--step--1); }
.sp-buybar-price del { color: var(--smoke-dim); font-weight: 400; margin-right: 0.35rem; }
.sp-buybar-btn {
  flex: none;
  padding: 0.72rem 1.7rem;
  border-radius: 999px;
  background: #1c1509;
  color: #f7f0e6;
  font-size: var(--step--1);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}
.sp-buybar-btn:hover { background: #2a2011; transform: translateY(-1px); }
@media (max-width: 560px) {
  .sp-buybar-img { display: none; }
  .sp-buybar-btn { padding: 0.72rem 1.15rem; }
  .sp-buybar-info b { font-size: var(--step--1); }
}
@media (prefers-reduced-motion: reduce) { .sp-buybar { transition: none; } }
