
/* ═══════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black:  #0E0E0E;
  --off:    #F7F4EF;
  --mid:    #E8E3DA;
  --warm:   #B5A89A;
  --text:   #2A2520;
  --muted:  #8C8278;
  --accent: #8C5E3C;
  --rule:   #D5CEC4;
}
html { scroll-behavior: smooth; font-size: 16px; cursor: none; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--off);
  color: var(--text);
  overflow-x: hidden;
  font-weight: 300;
  cursor: none;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; cursor: none; }
button { font-family: inherit; cursor: none; border: none; background: none; }
input, select, textarea, label { cursor: none; }

/* SPA router CSS removed — WordPress uses real page templates */

/* ═══════════════════════════════════════
   CURSOR — elegant ring, no dotted black
═══════════════════════════════════════ */
@media (pointer: fine) { .cursor-enabled .cursor { display: block; } }
.cursor {
  display: none;
  width: 10px; height: 10px;
  border: 1.5px solid var(--text);
  border-radius: 50%;
  background: transparent;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .25s cubic-bezier(.25,.46,.45,.94),
              height .25s cubic-bezier(.25,.46,.45,.94),
              border-color .25s, background .25s, box-shadow .25s;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
}
.cursor.grow {
  width: 38px; height: 38px;
  background: rgba(14,14,14,.05);
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(140,94,60,.3);
}

/* High contrast cursor on dark backgrounds */
.editorial .cursor,
.site-footer .cursor {
  border-color: var(--off);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}

/* ═══════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 0 3rem; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(247,244,239,0.93); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
nav.scrolled { border-bottom-color: var(--rule); }
.nav-logo { font-family: 'IM Fell English', serif; font-size: 1.3rem; letter-spacing: .04em; color: var(--black); }
.nav-logo span { font-family: 'Noto Serif SC', serif; font-size: .9rem; margin-left: .5rem; color: var(--muted); font-weight: 300; }
.nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 3rem; list-style: none; }
.nav-links a { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--black); }
.nav-right { display: flex; gap: 1.8rem; align-items: center; }
.nav-right a { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); transition: color .2s; position: relative; }
.nav-right a:hover { color: var(--black); }
.cart-badge {
  position: absolute; top: -6px; right: -10px;
  background: var(--black); color: var(--off);
  border-radius: 50%; width: 16px; height: 16px;
  font-size: .5rem; display: none; align-items: center; justify-content: center;
  font-weight: 500; transition: background .2s;
}
.cart-badge.pulse { background: var(--accent); }

/* ═══════════════════════════════════════
   BUTTONS
═══════════════════════════════════════ */
.btn { font-size: .68rem; letter-spacing: .25em; text-transform: uppercase; padding: .9rem 2.4rem; transition: .2s; display: inline-block; cursor: none; }
.btn-dark { background: var(--black); color: var(--off); }
.btn-dark:hover { background: var(--text); }
.btn-outline { border: 1px solid var(--warm); color: var(--muted); }
.btn-outline:hover { border-color: var(--black); color: var(--black); }
.btn-accent { background: var(--accent); color: var(--off); }
.btn-accent:hover { background: var(--text); }
.text-link { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--warm); padding-bottom: 2px; transition: color .2s, border-color .2s; cursor: none; }
.text-link:hover { color: var(--black); border-color: var(--black); }
.section-link { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--warm); padding-bottom: 2px; transition: color .2s, border-color .2s; cursor: none; align-self: center; }
.section-link:hover { color: var(--black); border-color: var(--black); }

/* ═══════════════════════════════════════
   TICKER
═══════════════════════════════════════ */
.ticker { background: var(--black); color: var(--off); padding: .75rem 0; overflow: hidden; }
.ticker-inner { display: flex; animation: ticker 25s linear infinite; white-space: nowrap; }
.ticker-inner span { font-size: .65rem; letter-spacing: .35em; text-transform: uppercase; padding: 0 3rem; flex-shrink: 0; }
.ticker-inner .sep { color: var(--warm); padding: 0 .5rem; }
@keyframes ticker { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ═══════════════════════════════════════
   SECTION COMMONS
═══════════════════════════════════════ */
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 3.5rem; border-bottom: 1px solid var(--rule); padding-bottom: 1.5rem; }
.section-title { font-family: 'IM Fell English', serif; font-size: clamp(1.6rem,2.5vw,2.2rem); font-weight: 400; color: var(--black); }
.section-eyebrow { font-size: .65rem; letter-spacing: .38em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }

/* ═══════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════ */
.breadcrumb { padding: 1.2rem 3rem; border-bottom: 1px solid var(--rule); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); display: flex; gap: .75rem; align-items: center; }
.breadcrumb a { color: var(--muted); transition: color .2s; }
.breadcrumb a:hover { color: var(--black); }
.breadcrumb .sep { opacity: .4; }

/* ═══════════════════════════════════════
   PAGE WRAPPER
═══════════════════════════════════════ */
.page-wrap { padding-top: 64px; min-height: 100vh; }
.inner-page { padding: 5rem 6rem; }

/* ═══════════════════════════════════════
   HOMEPAGE
═══════════════════════════════════════ */
.hero { height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 64px; }
.hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 5rem 4rem 5rem 6rem; background: var(--off); position: relative; }
.hero-eyebrow { font-size: .65rem; letter-spacing: .35em; text-transform: uppercase; color: var(--muted); margin-bottom: 2.5rem; }
.hero-title { font-family: 'IM Fell English', serif; font-size: clamp(3.5rem,5vw,6rem); line-height: 1; color: var(--black); margin-bottom: 2.5rem; font-weight: 400; }
.hero-title em { font-style: italic; display: block; font-size: clamp(2.8rem,4vw,5rem); color: var(--accent); }
.hero-desc { font-size: .9rem; line-height: 1.9; color: var(--muted); max-width: 340px; margin-bottom: 3.5rem; font-weight: 300; }
.hero-actions { display: flex; gap: 2rem; align-items: center; }
.hero-scroll-line { position: absolute; bottom: 5rem; right: 4rem; display: flex; flex-direction: column; align-items: center; gap: .8rem; font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--warm); writing-mode: vertical-rl; }
.hero-scroll-line::after { content: ''; width: 1px; height: 60px; background: linear-gradient(to bottom, var(--warm), transparent); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: .3 } 50% { opacity: 1 } }
.hero-right { background: var(--mid); position: relative; overflow: hidden; }
.hero-img-fill { position: absolute; inset: 0; background: linear-gradient(to right,rgba(232,227,218,.2) 0%,transparent 30%),linear-gradient(160deg,#D4C5B0 0%,#C2B09A 40%,#A89280 100%); display: flex; align-items: center; justify-content: center; }
.hero-bottle-wrap { position: relative; display: flex; align-items: center; justify-content: center; height: 100%; padding: 4rem; }
.hero-bottle-shadow { position: absolute; bottom: 8%; width: 160px; height: 40px; background: rgba(80,50,30,.2); border-radius: 50%; filter: blur(20px); }
.bottle-float { animation: floatY 6s ease-in-out infinite; }
@keyframes floatY { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-14px) } }

.intro { padding: 9rem 6rem; display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: start; border-bottom: 1px solid var(--mid); }
.intro-label { font-size: .65rem; letter-spacing: .35em; text-transform: uppercase; color: var(--muted); padding-top: .3rem; }
.intro-body { font-family: 'IM Fell English', serif; font-size: clamp(1.6rem,2.5vw,2.4rem); line-height: 1.5; color: var(--black); font-weight: 400; }
.intro-body em { font-style: italic; color: var(--accent); }

.products { padding: 6rem 6rem; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.product-card { display: block; cursor: none; }
.product-card:hover .product-img-wrap { background: var(--rule); }
.product-card:hover .bottle-art { transform: scale(1.03); }
.product-img-wrap { background: var(--mid); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; margin-bottom: 1.4rem; transition: background .3s; }
.bottle-art { transition: transform .5s cubic-bezier(.25,.46,.45,.94); }
.product-tag { position: absolute; top: 1rem; left: 1rem; font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; background: var(--black); color: var(--off); padding: .3rem .75rem; }
.product-info { padding: 0 .2rem; }
.product-name { font-family: 'IM Fell English', serif; font-size: 1.1rem; color: var(--black); margin-bottom: .4rem; }
.product-sub { font-size: .78rem; color: var(--muted); margin-bottom: 1rem; line-height: 1.5; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; }
.product-price { font-family: 'IM Fell English', serif; font-size: 1.1rem; color: var(--black); }
.product-price sup { font-size: .65rem; font-family: 'Jost'; font-weight: 300; }
.product-add-btn { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--warm); padding-bottom: 1px; transition: color .2s, border-color .2s; cursor: none; }
.product-add-btn:hover { color: var(--black); border-color: var(--black); }

.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; border-top: 1px solid var(--mid); }
.feature-img { background: var(--mid); position: relative; overflow: hidden; }
.feature-img-fill { position: absolute; inset: 0; background: linear-gradient(135deg,#C8B89A 0%,#B0987A 100%); display: flex; align-items: center; justify-content: center; }
.feature-content { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--off); }
.feature-label { font-size: .65rem; letter-spacing: .35em; text-transform: uppercase; color: var(--muted); margin-bottom: 2rem; }
.feature-title { font-family: 'IM Fell English', serif; font-size: clamp(2rem,3vw,3.2rem); line-height: 1.15; color: var(--black); margin-bottom: 2rem; }
.feature-title em { font-style: italic; color: var(--accent); }
.feature-body { font-size: .92rem; line-height: 1.9; color: var(--muted); max-width: 400px; margin-bottom: 1.5rem; }
.feature-stats { display: flex; gap: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--mid); margin-top: 1.5rem; }
.stat-n { font-family: 'IM Fell English', serif; font-size: 2.2rem; color: var(--black); line-height: 1; margin-bottom: .4rem; }
.stat-l { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

.ingredients { padding: 8rem 6rem; border-top: 1px solid var(--mid); border-bottom: 1px solid var(--mid); }
.ing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--mid); margin-top: 4rem; }
.ing-item { background: var(--off); padding: 3.5rem 3rem; transition: background .2s; }
.ing-item:hover { background: var(--mid); }
.ing-num { font-family: 'IM Fell English', serif; font-size: 3rem; color: var(--mid); line-height: 1; margin-bottom: 1.5rem; transition: color .2s; }
.ing-item:hover .ing-num { color: var(--warm); }
.ing-name { font-family: 'IM Fell English', serif; font-size: 1.2rem; color: var(--black); margin-bottom: .7rem; }
.ing-desc { font-size: .82rem; line-height: 1.75; color: var(--muted); }

.editorial { background: var(--black); color: var(--off); padding: 8rem 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.editorial-quote { font-family: 'IM Fell English', serif; font-size: clamp(1.8rem,3vw,3rem); font-style: italic; line-height: 1.4; position: relative; padding-left: 2rem; }
.editorial-quote::before { content: '\201C'; position: absolute; left: 0; top: -.5rem; font-size: 4rem; line-height: 1; color: var(--accent); }
.editorial-author { font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; color: var(--warm); margin-bottom: 1.5rem; }
.editorial-body { font-size: .9rem; line-height: 1.9; color: rgba(247,244,239,.45); }

.banner { background: var(--mid); padding: 6rem; display: flex; justify-content: space-between; align-items: center; gap: 3rem; border-top: 1px solid var(--rule); }
.banner-title { font-family: 'IM Fell English', serif; font-size: clamp(2rem,3.5vw,3.5rem); font-weight: 400; line-height: 1.1; color: var(--black); }
.banner-title em { font-style: italic; color: var(--accent); display: block; }

.news { padding: 7rem 6rem; border-top: 1px solid var(--mid); }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.news-item { border-bottom: 1px solid var(--rule); padding-bottom: 2rem; }
.news-date { font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: .7rem; }
.news-title { font-family: 'IM Fell English', serif; font-size: 1rem; color: var(--black); line-height: 1.4; margin-bottom: .5rem; cursor: none; }
.news-title:hover { color: var(--accent); }
.news-body { font-size: .8rem; line-height: 1.7; color: var(--muted); }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.site-footer { background: var(--black); color: var(--off); padding: 5rem 6rem 2.5rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(247,244,239,.08); margin-bottom: 2.5rem; }
.footer-logo { font-family: 'IM Fell English', serif; font-size: 1.4rem; margin-bottom: .3rem; }
.footer-logo span { font-family: 'Noto Serif SC', serif; font-size: .95rem; color: var(--warm); margin-left: .4rem; }
.footer-tagline { font-size: .82rem; line-height: 1.8; color: rgba(247,244,239,.3); max-width: 260px; }
.footer-col h5 { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--warm); margin-bottom: 1.4rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .75rem; }
.footer-col a { font-size: .82rem; color: rgba(247,244,239,.35); transition: color .2s; }
.footer-col a:hover { color: var(--off); }
.footer-bottom { display: flex; justify-content: space-between; font-size: .7rem; color: rgba(247,244,239,.2); }

/* ═══════════════════════════════════════
   SHOP PAGE
═══════════════════════════════════════ */
.shop-header { padding: 4rem 6rem 0; background: var(--off); }
.shop-title { font-family: 'IM Fell English', serif; font-size: clamp(2.5rem,4vw,4rem); color: var(--black); margin-bottom: 1rem; font-weight: 400; }
.shop-desc { font-size: .9rem; color: var(--muted); max-width: 500px; line-height: 1.8; margin-bottom: 3rem; }
.shop-filters { display: flex; gap: 1.5rem; padding: 1.5rem 6rem; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--off); flex-wrap: wrap; }
.filter-btn { font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); padding: .5rem 1.2rem; border: 1px solid var(--rule); transition: .2s; cursor: none; background: transparent; }
.filter-btn:hover, .filter-btn.active { border-color: var(--black); color: var(--black); }
.shop-grid-wrap { padding: 4rem 6rem 7rem; }
.shop-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }

/* ═══════════════════════════════════════
   PRODUCT DETAIL PAGE
═══════════════════════════════════════ */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 80vh; }
.pd-gallery { background: var(--mid); display: flex; align-items: center; justify-content: center; padding: 5rem; position: relative; overflow: hidden; }
.pd-gallery::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(181,168,154,.3); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.pd-gallery svg { position: relative; z-index: 1; filter: drop-shadow(0 20px 40px rgba(42,37,32,.2)); animation: floatY 6s ease-in-out infinite; }
.pd-info { padding: 5rem 5rem; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--rule); }
.pd-badge { font-size: .6rem; letter-spacing: .25em; text-transform: uppercase; background: var(--black); color: var(--off); padding: .3rem .8rem; display: inline-block; margin-bottom: 1.5rem; }
.pd-name { font-family: 'IM Fell English', serif; font-size: clamp(2.5rem,4vw,4rem); line-height: 1; color: var(--black); margin-bottom: .5rem; font-weight: 400; }
.pd-name em { font-style: italic; color: var(--accent); }
.pd-sub { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 2rem; }
.pd-price { font-family: 'IM Fell English', serif; font-size: 2.5rem; color: var(--black); margin-bottom: 1.5rem; }
.pd-price sup { font-size: 1rem; font-family: 'Jost'; font-weight: 300; }
.pd-divider { border: none; border-top: 1px solid var(--rule); margin: 1.5rem 0; }
.pd-desc { font-size: .9rem; line-height: 1.9; color: var(--muted); margin-bottom: 2.5rem; }
.pd-qty-row { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.5rem; }
.pd-qty { display: flex; align-items: center; border: 1px solid var(--rule); }
.pd-qty button { width: 44px; height: 44px; font-size: 1.1rem; color: var(--muted); transition: color .2s; }
.pd-qty button:hover { color: var(--black); }
.pd-qty input { width: 60px; height: 44px; padding: .5rem .25rem; text-align: center; border: none; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); font-size: .9rem; background: transparent; font-family: 'Jost'; cursor: none; }
.pd-add { flex: 1; }
.pd-meta { margin-top: 2rem; display: flex; flex-direction: column; gap: .6rem; }
.pd-meta-row { display: flex; gap: 1rem; font-size: .78rem; }
.pd-meta-label { color: var(--muted); min-width: 80px; letter-spacing: .08em; text-transform: uppercase; font-size: .65rem; }
.pd-meta-val { color: var(--text); }
.pd-tabs { margin-top: 3rem; }
.pd-tab-nav { display: flex; border-bottom: 1px solid var(--rule); margin-bottom: 2rem; }
.pd-tab-btn { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); padding: .75rem 1.5rem; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: .2s; cursor: none; }
.pd-tab-btn.active { color: var(--black); border-bottom-color: var(--black); }
.pd-tab-content { display: none; }
.pd-tab-content.active { display: block; }
.pd-tab-content p { font-size: .88rem; line-height: 1.9; color: var(--muted); }

/* ═══════════════════════════════════════
   CART PAGE
═══════════════════════════════════════ */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 3rem; padding: 4rem 6rem 7rem; align-items: start; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); font-weight: 400; padding: .75rem 1rem; border-bottom: 1px solid var(--rule); text-align: left; }
.cart-table td { padding: 1.5rem 1rem; border-bottom: 1px solid var(--rule); vertical-align: middle; }
.cart-item-img { width: 64px; height: 80px; background: var(--mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-item-details { display: flex; gap: 1.5rem; align-items: center; }
.cart-item-name { font-family: 'IM Fell English', serif; font-size: 1rem; color: var(--black); margin-bottom: .25rem; }
.cart-item-variant { font-size: .72rem; color: var(--muted); letter-spacing: .08em; }
.cart-item-price { font-family: 'IM Fell English', serif; font-size: 1rem; color: var(--black); }
.cart-qty { display: flex; align-items: center; border: 1px solid var(--rule); width: fit-content; }
.cart-qty button { width: 32px; height: 32px; font-size: 1rem; color: var(--muted); transition: color .2s; }
.cart-qty button:hover { color: var(--black); }
.cart-qty input { width: 40px; height: 32px; text-align: center; border: none; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); font-size: .85rem; background: transparent; font-family: 'Jost'; cursor: none; }
.cart-remove { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); cursor: none; transition: color .2s; }
.cart-remove:hover { color: var(--accent); }
.cart-summary { background: var(--mid); padding: 2.5rem; position: sticky; top: 80px; }
.cart-summary h3 { font-family: 'IM Fell English', serif; font-size: 1.4rem; color: var(--black); margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.summary-row { display: flex; justify-content: space-between; font-size: .85rem; color: var(--muted); margin-bottom: .85rem; }
.summary-row.total { font-family: 'IM Fell English', serif; font-size: 1.2rem; color: var(--black); padding-top: 1rem; border-top: 1px solid var(--rule); margin-top: 1rem; font-weight: 400; }
.promo-row { margin: 1.5rem 0; display: flex; gap: .5rem; }
.promo-row input { flex: 1; border: 1px solid var(--rule); padding: .65rem 1rem; font-family: 'Jost'; font-size: .82rem; background: var(--off); color: var(--text); outline: none; }
.promo-row input:focus { border-color: var(--black); }
.promo-row button { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; padding: .65rem 1rem; background: var(--black); color: var(--off); cursor: none; transition: .2s; }
.promo-row button:hover { background: var(--text); }
.cart-note { font-size: .72rem; color: var(--muted); line-height: 1.6; margin-top: 1rem; text-align: center; }
.cart-empty { padding: 7rem 6rem; text-align: center; }
.cart-empty-title { font-family: 'IM Fell English', serif; font-size: 2.5rem; color: var(--black); margin-bottom: 1rem; }
.cart-empty-sub { font-size: .9rem; color: var(--muted); margin-bottom: 2.5rem; }

/* ═══════════════════════════════════════
   CHECKOUT PAGE
═══════════════════════════════════════ */
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 4rem; padding: 4rem 6rem 7rem; align-items: start; }
.checkout-form h3 { font-family: 'IM Fell English', serif; font-size: 1.3rem; color: var(--black); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2.5rem; }
.form-grid.single { grid-template-columns: 1fr; }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group label { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group select, .form-group textarea { border: 1px solid var(--rule); padding: .75rem 1rem; font-family: 'Jost'; font-size: .88rem; color: var(--text); background: var(--off); transition: border-color .2s; outline: none; cursor: none; appearance: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--black); }
.form-group textarea { resize: vertical; min-height: 80px; }
.payment-methods { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 2rem; }
.pay-option { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border: 1px solid var(--rule); cursor: none; transition: border-color .2s; }
.pay-option:hover { border-color: var(--black); }
.pay-option input[type=radio] { accent-color: var(--black); cursor: none; }
.pay-option-label { font-size: .82rem; color: var(--text); flex: 1; }
.pay-option-sub { font-size: .72rem; color: var(--muted); }
.pay-logos { display: flex; gap: .5rem; flex-wrap: wrap; }
.pay-logo-pill { font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--rule); padding: .2rem .5rem; color: var(--muted); }
.checkout-summary { position: sticky; top: 80px; }
.checkout-summary h3 { font-family: 'IM Fell English', serif; font-size: 1.3rem; color: var(--black); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.order-item { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--rule); }
.order-item-img { width: 52px; height: 64px; background: var(--mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
.order-item-qty { position: absolute; top: -6px; right: -6px; background: var(--black); color: var(--off); border-radius: 50%; width: 18px; height: 18px; font-size: .55rem; display: flex; align-items: center; justify-content: center; }
.order-item-name { font-family: 'IM Fell English', serif; font-size: .9rem; color: var(--black); margin-bottom: .2rem; }
.order-item-price { font-size: .82rem; color: var(--muted); }

/* ═══════════════════════════════════════
   ORDER SUCCESS
═══════════════════════════════════════ */
.order-success { padding: 8rem 6rem; text-align: center; max-width: 640px; margin: 0 auto; }
.success-icon { width: 64px; height: 64px; background: var(--black); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; font-size: 1.5rem; color: var(--off); }
.success-title { font-family: 'IM Fell English', serif; font-size: 3rem; color: var(--black); margin-bottom: 1rem; }
.success-sub { font-size: .9rem; color: var(--muted); line-height: 1.8; margin-bottom: 3rem; }
.order-ref { background: var(--mid); padding: 1.5rem; margin-bottom: 3rem; font-size: .82rem; }
.order-ref-label { font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); margin-bottom: .4rem; }
.order-ref-num { font-family: 'IM Fell English', serif; font-size: 1.4rem; color: var(--black); }

/* ═══════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════ */
.about-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.about-hero-text { padding: 6rem; display: flex; flex-direction: column; justify-content: center; }
.about-hero-title { font-family: 'IM Fell English', serif; font-size: clamp(2.5rem,5vw,5.5rem); line-height: .95; color: var(--black); margin-bottom: 2rem; font-weight: 400; }
.about-hero-title em { font-style: italic; color: var(--accent); display: block; }
.about-hero-body { font-size: .92rem; line-height: 1.9; color: var(--muted); max-width: 400px; margin-bottom: 2.5rem; }
.about-hero-img { background: var(--mid); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 50vh; }
.about-hero-img-fill { position: absolute; inset: 0; background: linear-gradient(160deg,#C8B89A,#A89070); display: flex; align-items: center; justify-content: center; }
.about-values { padding: 8rem 6rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--rule); border-top: 1px solid var(--rule); }
.value-item { background: var(--off); padding: 3.5rem 3rem; }
.value-num { font-family: 'IM Fell English', serif; font-size: 3rem; color: var(--rule); line-height: 1; margin-bottom: 1.5rem; }
.value-name { font-family: 'IM Fell English', serif; font-size: 1.2rem; color: var(--black); margin-bottom: .7rem; }
.value-desc { font-size: .82rem; line-height: 1.75; color: var(--muted); }
.about-story { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); }
.about-story-text { padding: 6rem; display: flex; flex-direction: column; justify-content: center; }
.about-story-img { background: linear-gradient(160deg,#D4C5B0,#B8A080); display: flex; align-items: center; justify-content: center; min-height: 50vh; }
.about-timeline { padding: 7rem 6rem; border-top: 1px solid var(--rule); }
.timeline { display: flex; flex-direction: column; gap: 0; margin-top: 3rem; }
.tl-item { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.tl-year { font-family: 'IM Fell English', serif; font-size: 1.2rem; color: var(--accent); }
.tl-title { font-family: 'IM Fell English', serif; font-size: 1rem; color: var(--black); margin-bottom: .4rem; }
.tl-body { font-size: .82rem; color: var(--muted); line-height: 1.7; }

/* ═══════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════ */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.contact-info { padding: 6rem; background: var(--black); color: var(--off); display: flex; flex-direction: column; justify-content: center; }
.contact-title { font-family: 'IM Fell English', serif; font-size: clamp(2.5rem,4vw,4rem); color: var(--off); margin-bottom: 1rem; line-height: 1; font-weight: 400; }
.contact-title em { font-style: italic; color: var(--warm); display: block; }
.contact-sub { font-size: .88rem; color: rgba(247,244,239,.5); line-height: 1.8; margin-bottom: 3.5rem; }
.contact-details { display: flex; flex-direction: column; gap: 2rem; }
.contact-item-label { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--warm); margin-bottom: .4rem; }
.contact-item-val { font-size: .92rem; color: rgba(247,244,239,.8); }
.contact-form-wrap { padding: 6rem; display: flex; flex-direction: column; justify-content: center; }
.contact-form-wrap h3 { font-family: 'IM Fell English', serif; font-size: 1.8rem; color: var(--black); margin-bottom: 2rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.contact-form input, .contact-form select, .contact-form textarea { border: 1px solid var(--rule); padding: .85rem 1rem; font-family: 'Jost'; font-size: .88rem; color: var(--text); background: var(--off); outline: none; transition: border-color .2s; width: 100%; cursor: none; appearance: none; -webkit-appearance: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--black); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-label { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: .35rem; display: block; }

/* ═══════════════════════════════════════
   POLICY PAGES
═══════════════════════════════════════ */
.policy-page { padding: 5rem 6rem; max-width: 800px; }
.policy-title { font-family: 'IM Fell English', serif; font-size: clamp(2rem,3vw,3rem); color: var(--black); margin-bottom: .5rem; font-weight: 400; }
.policy-date { font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); margin-bottom: 3rem; }
.policy-section { margin-bottom: 3rem; }
.policy-section h3 { font-family: 'IM Fell English', serif; font-size: 1.2rem; color: var(--black); margin-bottom: 1rem; font-weight: 400; }
.policy-section p { font-size: .9rem; color: var(--muted); line-height: 1.9; margin-bottom: 1rem; }
.policy-section ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.policy-section li { font-size: .9rem; color: var(--muted); line-height: 1.9; }
.policy-section a { color: var(--accent); }
.policy-highlight { background: var(--mid); padding: 1.5rem 2rem; border-left: 3px solid var(--accent); margin-bottom: 1.5rem; }
.policy-highlight p { font-size: .88rem; color: var(--text); margin: 0; }

/* ═══════════════════════════════════════
   404 PAGE
═══════════════════════════════════════ */
.not-found { padding: 10rem 6rem; text-align: center; max-width: 600px; margin: 0 auto; }
.not-found-num { font-family: 'IM Fell English', serif; font-size: 10rem; color: var(--rule); line-height: 1; margin-bottom: 0; }
.not-found-title { font-family: 'IM Fell English', serif; font-size: 2rem; color: var(--black); margin-bottom: 1rem; }
.not-found-sub { font-size: .9rem; color: var(--muted); line-height: 1.8; margin-bottom: 3rem; }

/* ═══════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════ */
.fade-up { transition: opacity .8s ease, transform .8s ease; }
.js-ready .fade-up { opacity: 0; transform: translateY(24px); }
.js-ready .fade-up.in { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }

/* ═══════════════════════════════════════
   RESPONSIVE - Consolidated below
═══════════════════════════════════════ */

/* ═══════════════════════════════════════
   WORDPRESS COMPATIBILITY
═══════════════════════════════════════ */

/* Skip link */
.skip-link { position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { position:fixed; top:0; left:0; width:auto; height:auto; padding:1rem 1.5rem; background:#000; color:#fff; font-size:1rem; z-index:100000; outline:3px solid #fff; }

/* Screen reader text */
.screen-reader-text { clip:rect(1px,1px,1px,1px); position:absolute !important; height:1px; width:1px; overflow:hidden; word-wrap:normal !important; }

/* WP alignment */
.alignleft  { float:left; margin:0 1.5em 1em 0; }
.alignright { float:right; margin:0 0 1em 1.5em; }
.aligncenter { display:block; margin:0 auto 1em; }
.alignwide  { margin-left:calc(-8vw); margin-right:calc(-8vw); }
.alignfull  { margin-left:calc(-50vw + 50%); margin-right:calc(-50vw + 50%); }

/* WP captions */
.wp-caption { max-width:100%; }
.wp-caption-text { font-size:.875em; color:var(--muted); }

/* Admin bar offset */
.admin-bar nav { top:32px; }
@media (max-width:782px) { .admin-bar nav { top:46px; } }

/* Mobile nav toggle */
.menu-toggle { display:none; background:none; border:none; padding:.5rem; color:var(--black); }
@media (max-width:900px) { .menu-toggle { display:block; } }

/* WooCommerce cart & checkout inherit theme styles */
.woocommerce-main { padding-top:64px; min-height:100vh; }

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-family:'Jost',sans-serif;
    font-size:.68rem;
    letter-spacing:.25em;
    text-transform:uppercase;
    padding:.9rem 2.4rem;
    background:var(--black);
    color:var(--off);
    border:none;
    border-radius:0;
    transition:.2s;
    cursor:pointer;
}
.woocommerce .button:hover,
.woocommerce button.button:hover { background:var(--text); color:var(--off); }

.woocommerce .button.alt,
.woocommerce button.button.alt { background:var(--accent); }
.woocommerce .button.alt:hover { background:var(--text); }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.qty,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    border:1px solid var(--rule);
    padding:.75rem 1rem;
    font-family:'Jost',sans-serif;
    font-size:.88rem;
    color:var(--text);
    background:var(--off);
    border-radius:0;
    outline:none;
    transition:border-color .2s;
    appearance:none;
    -webkit-appearance:none;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row input.qty:focus,
.woocommerce form .form-row select:focus { border-color:var(--black); }

/* Remove number input spinners */
.woocommerce input[type="number"]::-webkit-outer-spin-button,
.woocommerce input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading { font-family:'IM Fell English',serif; font-size:1.4rem; color:var(--black); }

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    font-family:'Jost',sans-serif;
    font-size:.85rem;
    border-top:3px solid var(--accent);
    background:var(--mid);
    color:var(--text);
    padding:1rem 1.5rem;
    margin-bottom:2rem;
}

/* Product page add to cart */
.woocommerce div.product form.cart .qty,
.woocommerce .qty {
    width:120px !important;
    height:50px !important;
    padding:.75rem 1rem !important;
    border:1px solid var(--rule) !important;
    text-align:center;
    font-family:'Jost',sans-serif;
    font-size:.95rem;
    background:transparent;
    color:var(--text);
    border-radius:0;
    line-height:1.5;
}

/* Sale badge */
.woocommerce span.onsale {
    background:var(--black);
    color:var(--off);
    font-family:'Jost',sans-serif;
    font-size:.6rem;
    letter-spacing:.2em;
    text-transform:uppercase;
    border-radius:0;
    padding:.3rem .75rem;
    min-height:auto;
    min-width:auto;
    line-height:1.5;
}

/* Star ratings */
.woocommerce .star-rating span::before { color:var(--accent); }

/* Policy page content */
.policy-content h2, .policy-content h3 { font-family:'IM Fell English',serif; color:var(--black); margin:2rem 0 1rem; font-weight:400; }
.policy-content p { font-size:.9rem; color:var(--muted); line-height:1.9; margin-bottom:1rem; }
.policy-content ul { padding-left:1.5rem; margin-bottom:1rem; }
.policy-content li { font-size:.9rem; color:var(--muted); line-height:1.9; }
.policy-content a { color:var(--accent); }

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family:'Jost',sans-serif;
    font-size:.72rem;
    letter-spacing:.15em;
    color:var(--muted);
    border:1px solid var(--rule);
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current { background:var(--black); color:var(--off); border-color:var(--black); }

/* Product detail image */
.pd-product-img { width:100%; height:100%; object-fit:contain; animation:floatY 6s ease-in-out infinite; }

/* ═══════════════════════════════════════
   MOBILE RESPONSIVE (COMPLETE OVERHAUL)
═══════════════════════════════════════ */

/* ── Tablet 1024px ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-left { padding: 4rem 3rem 4rem 3rem; }
  .intro { padding: 6rem 3rem; gap: 3rem; }
  .products, .ingredients, .editorial, .news { padding-left: 3rem; padding-right: 3rem; }
  .banner { padding: 4rem 3rem; }
  .footer-top { gap: 2rem; }
  .inner-page { padding: 4rem 3rem; }
}

/* ── Mobile 900px ── */
@media (max-width: 900px) {
  /* Navigation */
  nav { padding: 0 1.5rem; z-index: 200; position: fixed; top: 0; left: 0; right: 0; width: 100%; }
  .nav-links { display: none !important; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: var(--off); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; z-index: 199; width: 100%; height: calc(100vh - 64px); overflow-y: auto; padding: 2rem 1.5rem; }
  .nav-links.toggled { display: flex !important; }
  .nav-links a { font-size: 1rem; letter-spacing: .2em; color: var(--text); text-decoration: none; transition: color .2s; }
  .nav-links a:hover { color: var(--accent); }
  .menu-toggle { display: block; background: none; border: none; cursor: pointer; padding: 0.5rem 0; color: var(--text); font-size: 1.5rem; }
  .menu-toggle:focus { outline: 2px solid var(--accent); }
  .nav-right a[href*="cart"],
  .nav-right a.nav-cart-link { font-size: .72rem; }

  /* Hero — full stack, no overlap */
  .hero { grid-template-columns: 1fr; height: auto; min-height: 100vh; }
  .hero-left { padding: 5rem 1.5rem 4rem; order: 1; background: var(--off); min-height: 60vh; justify-content: center; }
  .hero-right { order: 2; height: 60vw; max-height: 400px; }
  .hero-title { font-size: clamp(2.8rem, 10vw, 4.5rem); }
  .hero-scroll-line { display: none; }
  .hero-actions { flex-wrap: wrap; gap: 1rem; }

  /* Ticker */
  .ticker-inner { animation-duration: 18s; }

  /* Sections */
  .intro { grid-template-columns: 1fr; gap: 1.5rem; padding: 4rem 1.5rem; }
  .products { padding: 4rem 1.5rem; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .ingredients { padding: 5rem 1.5rem; }
  .ing-grid { grid-template-columns: 1fr; gap: 1px; }
  .editorial { grid-template-columns: 1fr; gap: 2.5rem; padding: 5rem 1.5rem; }
  .banner { flex-direction: column; text-align: center; padding: 4rem 1.5rem; gap: 2rem; }
  .news { padding: 4rem 1.5rem; }
  .news-grid { grid-template-columns: 1fr; gap: 1.5rem; }

  /* Feature */
  .feature { grid-template-columns: 1fr; }
  .feature-img { height: 55vw; min-height: 200px; order: 1; }
  .feature-content { order: 2; padding: 4rem 1.5rem; }

  /* Footer */
  .site-footer { padding: 4rem 1.5rem 2rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }

  /* About */
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-text { padding: 4rem 1.5rem; order: 1; }
  .about-hero-img { order: 2; min-height: 50vw; }
  .about-values { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .about-story-text { padding: 4rem 1.5rem; }
  .about-story-img { min-height: 50vw; }
  .about-timeline { padding: 4rem 1.5rem; }

  /* Contact */
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info { padding: 4rem 1.5rem; order: 1; }
  .contact-form-wrap { padding: 4rem 1.5rem; order: 2; }

  /* Shop */
  .shop-header { padding: 3rem 1.5rem 0; }
  .shop-filters { padding: 1.5rem; }
  .shop-grid-wrap { padding: 2rem 1.5rem 5rem; }
  .shop-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }

  /* Product detail */
  .product-detail { grid-template-columns: 1fr; }
  .pd-gallery { padding: 3rem 1.5rem; order: 1; }
  .pd-info { padding: 2rem 1.5rem; border-left: none; border-top: 1px solid var(--rule); order: 2; }

  /* Cart & Checkout */
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout .col2-set { width: 100%; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }

  /* Misc */
  .breadcrumb { padding: 1rem 1.5rem; }
  .inner-page { padding: 4rem 1.5rem; }
  .policy-page { padding: 3rem 1.5rem; }
  .not-found { padding: 6rem 1.5rem; }
  .order-success { padding: 5rem 1.5rem; }
}

/* ── Small Mobile 480px ── */
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .hero-title { font-size: 2.8rem; }
  .banner-title { font-size: 2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .feature-stats { flex-wrap: wrap; gap: 1.5rem; }
  nav { height: 56px; }
  .nav-links { top: 56px; }
}

/* ── WooCommerce Mobile ── */
@media (max-width: 900px) {
  .woocommerce ul.products { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem !important; }
  .woocommerce-cart table.cart td { padding: 1rem .5rem; }
  .woocommerce-cart table.cart .product-thumbnail { display: none; }
  .woocommerce form.checkout .col2-set .col-1,
  .woocommerce form.checkout .col2-set .col-2 { float: none; width: 100%; }
  .woocommerce-checkout #order_review { float: none; width: 100%; }
  .woocommerce-checkout #customer_details { float: none; width: 100%; }
}
@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
}

/* ── Product card improvements ── */
.product-sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
}

/* WooCommerce price matches theme */
.woocommerce-Price-amount.amount bdi { font-family: 'IM Fell English', serif; }
.product-price .woocommerce-Price-amount { font-family: 'IM Fell English', serif; font-size: 1.1rem; color: var(--black); }
ins .woocommerce-Price-amount { color: var(--accent); }
del .woocommerce-Price-amount { color: var(--warm); font-size: .85em; }

/* ── Sticky nav background fix on mobile ── */
@media (max-width: 900px) {
  nav { background: var(--off); }
}
