/*
Theme Name: LastingFlavour
Theme URI: https://lastingflavour.co.uk
Description: Full luxury gifting theme for LastingFlavour — handcrafted Medjoul dates & Belgian chocolate. Standalone (no parent theme required).
Author: LastingFlavour
Version: 3.9.0
License: GNU General Public License v2 or later
Text Domain: lastingflavour
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --lf-ivory:        #FAF6EE;
  --lf-parchment:    #F0E8D5;
  --lf-gold:         #B8892A;
  --lf-gold-light:   #D4A84B;
  --lf-gold-pale:    #F5EDD6;
  --lf-choc:         #1E0F06;
  --lf-choc-mid:     #3D1F0D;
  --lf-choc-warm:    #6B3A20;
  --lf-blush:        #C9897A;
  --lf-text:         #1E0F06;
  --lf-muted:        #7A5C48;
  --lf-border:       #E0D0B8;
  --lf-white:        #FFFFFF;
  --lf-display:      'Playfair Display', Georgia, serif;
  --lf-body:         'Lato', system-ui, sans-serif;
  --lf-shadow:       0 2px 14px rgba(30,15,6,.10);
  --lf-shadow-hover: 0 8px 28px rgba(30,15,6,.18);
  --lf-radius:       5px;
  --lf-max:          1200px;
}

/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700&display=swap');

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--lf-ivory);
  color: var(--lf-text);
  font-family: var(--lf-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--lf-gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--lf-gold-light); }
ul, ol { list-style: none; padding: 0; margin: 0; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--lf-display);
  color: var(--lf-choc);
  line-height: 1.25;
  font-weight: 700;
}
h1 { font-size: clamp(2rem,5vw,3.2rem); }
h2 { font-size: clamp(1.5rem,3.5vw,2.4rem); }
h3 { font-size: clamp(1.15rem,2.5vw,1.7rem); }
h4 { font-size: 1.2rem; }
p  { margin-bottom: 1.2em; }

.col-full { max-width: var(--lf-max); margin: 0 auto; padding: 0 40px; }

/* ============================================================
   UTILITY: SECTION TITLE
   ============================================================ */
.lf-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.lf-section-title .eyebrow {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--lf-gold);
  margin-bottom: 10px;
}
.lf-section-title h2 {
  font-style: italic;
  margin-bottom: 14px;
}
.lf-section-title::after {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, var(--lf-gold), var(--lf-gold-light));
  margin: 0 auto;
  border-radius: 2px;
}

/* ============================================================
   ANNOUNCEMENT BAR (very top)
   ============================================================ */
.lf-announcement {
  background: var(--lf-choc);
  color: var(--lf-gold-light);
  text-align: center;
  padding: 9px 20px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lf-announcement a { color: var(--lf-ivory); text-decoration: underline; }

/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header {
  background: var(--lf-white);
  border-bottom: 1px solid var(--lf-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(30,15,6,.07);
}

.lf-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 40px;
  max-width: var(--lf-max);
  margin: 0 auto;
  gap: 20px;
  position: relative;
}

/* Left nav */
.lf-nav-left { display: flex; gap: 28px; align-items: center; }

/* Logo — centred */
.site-branding { text-align: center; }
.site-logo img { max-height: 64px; width: auto; margin: 0 auto; }
.site-title {
  font-family: var(--lf-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--lf-choc);
  letter-spacing: .02em;
  line-height: 1.1;
}
.site-title a { color: inherit; }
.site-title a:hover { color: var(--lf-gold); }
.site-tagline {
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--lf-gold);
  font-weight: 700;
  margin-top: 2px;
}

/* Right actions */
.lf-nav-right {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

/* Shared nav link style */
.lf-nav-left a,
.lf-nav-right a {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--lf-choc);
  transition: color .2s;
  white-space: nowrap;
}
.lf-nav-left a:hover,
.lf-nav-right a:hover { color: var(--lf-gold); }

/* Cart icon */
.lf-cart-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--lf-choc);
}
.lf-cart-icon {
  width: 20px;
  height: 20px;
  stroke: var(--lf-choc);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s;
}
.lf-cart-link:hover .lf-cart-icon { stroke: var(--lf-gold); }
.lf-cart-count {
  background: var(--lf-gold);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -4px;
  margin-top: -10px;
}

/* Search */
.lf-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
.lf-search-icon {
  width: 18px; height: 18px;
  stroke: var(--lf-choc);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  transition: stroke .2s;
}
.lf-search-toggle:hover .lf-search-icon { stroke: var(--lf-gold); }

/* Mobile hamburger */
.lf-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}
.lf-menu-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--lf-choc);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* ============================================================
   SECONDARY NAV BAR (category strip)
   ============================================================ */
.lf-category-nav {
  background: var(--lf-choc);
  border-bottom: 2px solid var(--lf-gold);
}
.lf-category-nav ul {
  display: flex;
  justify-content: center;
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 0 40px;
  gap: 0;
}
.lf-category-nav ul li a {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--lf-parchment);
  padding: 12px 22px;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}
.lf-category-nav ul li a:hover,
.lf-category-nav ul li.current-menu-item a {
  color: var(--lf-gold-light);
  border-bottom-color: var(--lf-gold-light);
}

/* ============================================================
   HERO — HOMEPAGE FULL WIDTH
   ============================================================ */
.lf-hero {
  position: relative;
  background: var(--lf-parchment);
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0 L48 24 L24 48 L0 24 Z' fill='none' stroke='%23B8892A' stroke-width='.5' stroke-opacity='.13'/%3E%3C/svg%3E");
}
.lf-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(184,137,42,.12) 0%, transparent 65%),
              radial-gradient(ellipse at 20% 80%, rgba(201,137,122,.10) 0%, transparent 50%);
}
.lf-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}
.lf-hero__text .eyebrow {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--lf-gold);
  margin-bottom: 18px;
}
.lf-hero__text h1 {
  font-style: italic;
  color: var(--lf-choc);
  margin-bottom: 20px;
  line-height: 1.15;
}
.lf-hero__text h1 em { color: var(--lf-gold); font-style: italic; }
.lf-hero__text p {
  font-size: 1.05rem;
  color: var(--lf-muted);
  margin-bottom: 32px;
  max-width: 440px;
  line-height: 1.75;
}
.lf-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.lf-hero__image {
  aspect-ratio: 4/3;
  background: var(--lf-choc-mid);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--lf-shadow-hover);
}
.lf-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.lf-hero__placeholder {
  text-align: center;
  padding: 40px;
}
.lf-hero__placeholder .ph-icon { font-size: 4rem; margin-bottom: 16px; }
.lf-hero__placeholder p {
  font-size: .8rem;
  color: rgba(240,232,213,.6);
  font-style: italic;
  margin: 0;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.lf-trust-bar {
  background: var(--lf-choc);
  padding: 20px 40px;
  border-bottom: 1px solid rgba(184,137,42,.25);
}
.lf-trust-bar__inner {
  max-width: var(--lf-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lf-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 180px;
}
.lf-trust-bar__icon-wrap {
  width: 36px; height: 36px;
  background: rgba(184,137,42,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.lf-trust-bar__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lf-ivory);
  line-height: 1.3;
}
.lf-trust-bar__sublabel {
  font-size: .65rem;
  color: var(--lf-gold-light);
  display: block;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 1px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.lf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--lf-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--lf-radius);
  cursor: pointer;
  border: none;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.lf-btn-primary {
  background: var(--lf-gold);
  color: var(--lf-white);
  box-shadow: 0 2px 10px rgba(184,137,42,.35);
}
.lf-btn-primary:hover {
  background: #96711F;
  color: var(--lf-white);
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(184,137,42,.45);
}
.lf-btn-outline {
  background: transparent;
  color: var(--lf-choc);
  border: 2px solid var(--lf-choc);
}
.lf-btn-outline:hover {
  background: var(--lf-choc);
  color: var(--lf-ivory);
  transform: translateY(-1px);
}
.lf-btn-ghost {
  background: transparent;
  color: var(--lf-gold);
  border: 2px solid var(--lf-gold);
}
.lf-btn-ghost:hover {
  background: var(--lf-gold);
  color: var(--lf-white);
}

/* WooCommerce button overrides */
.button, button[type="submit"],
input[type="submit"],
.wc-proceed-to-checkout .checkout-button,
.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button {
  background: var(--lf-gold) !important;
  color: var(--lf-white) !important;
  border: none !important;
  border-radius: var(--lf-radius) !important;
  font-family: var(--lf-body) !important;
  font-size: .8rem !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 13px 28px !important;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(184,137,42,.3) !important;
  transition: background .2s, transform .15s !important;
}
.button:hover, button[type="submit"]:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #96711F !important;
  transform: translateY(-1px);
}
.button.alt, .added_to_cart {
  background: var(--lf-choc-mid) !important;
}
.button.alt:hover, .added_to_cart:hover {
  background: var(--lf-choc-warm) !important;
}

/* ============================================================
   FEATURED COLLECTION (homepage)
   ============================================================ */
.lf-featured { padding: 72px 0; background: var(--lf-ivory); }
.lf-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.lf-product-card,
ul.products li.product {
  background: var(--lf-white) !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: var(--lf-shadow);
  transition: box-shadow .25s, transform .25s;
  position: relative;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
}
.lf-product-card:hover,
ul.products li.product:hover {
  box-shadow: var(--lf-shadow-hover);
  transform: translateY(-4px);
}
.lf-product-card__img,
ul.products li.product img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .5s;
}
.lf-product-card:hover .lf-product-card__img,
ul.products li.product:hover img { transform: scale(1.04); }

.lf-product-card__img-wrap {
  overflow: hidden;
  position: relative;
}
.lf-product-card__img-placeholder {
  width: 100%;
  height: 260px;
  background: linear-gradient(135deg, var(--lf-choc-mid), var(--lf-choc));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lf-product-card__img-placeholder .ph-icon { font-size: 3rem; }
.lf-product-card__img-placeholder p { font-size: .72rem; color: rgba(240,232,213,.55); font-style: italic; margin: 0; }

.lf-badge-wrap { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; justify-content: space-between; z-index: 2; }
.lf-badge {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}
.lf-badge-craft { background: var(--lf-gold); color: #fff; }
.lf-badge-sale  { background: var(--lf-blush); color: #fff; }
.lf-badge-new   { background: var(--lf-choc); color: var(--lf-gold-light); }

.lf-product-card__body { padding: 18px 18px 20px; }
.lf-product-card__name {
  font-family: var(--lf-display);
  font-size: 1rem;
  font-style: italic;
  color: var(--lf-choc);
  margin-bottom: 6px;
  line-height: 1.35;
}
.lf-product-card__desc {
  font-size: .78rem;
  color: var(--lf-muted);
  margin-bottom: 12px;
  line-height: 1.5;
}
.lf-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.lf-product-card__price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lf-gold);
}
.lf-product-card__price del {
  color: var(--lf-muted);
  font-weight: 400;
  font-size: .85rem;
  margin-right: 4px;
}
.lf-product-card__btn {
  display: inline-block;
  background: var(--lf-gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: var(--lf-radius);
  border: none;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}
.lf-product-card__btn:hover { background: #96711F; color: #fff; }

/* WooCommerce product loop compat */
ul.products { display: grid !important; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 28px !important; padding: 0 !important; margin: 0 !important; }
ul.products li.product .woocommerce-loop-product__title { font-family: var(--lf-display); font-size: 1rem; font-style: italic; color: var(--lf-choc); padding: 16px 18px 4px; margin: 0; }
ul.products li.product .price { color: var(--lf-gold); font-weight: 700; padding: 4px 18px 8px; display: block; }
ul.products li.product .button { margin: 8px 18px 18px !important; width: calc(100% - 36px) !important; text-align: center !important; display: block !important; }
ul.products li.product .onsale { background: var(--lf-blush) !important; color: #fff !important; border-radius: 3px !important; font-size: .65rem !important; font-weight: 700 !important; letter-spacing: .08em !important; text-transform: uppercase !important; min-height: auto !important; padding: 3px 9px !important; top: 12px !important; left: 12px !important; }

/* ============================================================
   GIFTING OCCASIONS STRIP
   ============================================================ */
.lf-occasions {
  background: var(--lf-choc);
  padding: 52px 40px;
  text-align: center;
}
.lf-occasions h2 {
  font-family: var(--lf-display);
  font-style: italic;
  color: var(--lf-ivory);
  margin-bottom: 8px;
}
.lf-occasions .subtitle {
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lf-gold-light);
  font-weight: 700;
  margin-bottom: 36px;
}
.lf-occasions__grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 36px;
}
.lf-occasions__pill {
  background: rgba(184,137,42,.18);
  color: var(--lf-gold-light);
  border: 1px solid rgba(184,137,42,.35);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 30px;
  transition: background .2s, color .2s;
  cursor: pointer;
}
.lf-occasions__pill:hover {
  background: var(--lf-gold);
  color: #fff;
  border-color: var(--lf-gold);
}

/* ============================================================
   ABOUT STRIP (homepage)
   ============================================================ */
.lf-about-strip {
  padding: 72px 0;
  background: var(--lf-parchment);
  border-top: 1px solid var(--lf-border);
  border-bottom: 1px solid var(--lf-border);
}
.lf-about-strip__inner {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.lf-about-strip__image {
  aspect-ratio: 4/3;
  background: var(--lf-choc-mid);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--lf-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lf-about-strip__image img { width:100%; height:100%; object-fit: cover; }
.lf-about-strip__text .eyebrow {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--lf-gold);
  display: block;
  margin-bottom: 14px;
}
.lf-about-strip__text h2 { font-style: italic; margin-bottom: 18px; }
.lf-about-strip__text p { color: var(--lf-muted); margin-bottom: 24px; }

/* ============================================================
   INSTAGRAM STRIP
   ============================================================ */
.lf-instagram {
  padding: 64px 0;
  background: var(--lf-ivory);
}
.lf-instagram__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 40px;
}
.lf-instagram__item {
  aspect-ratio: 1;
  background: var(--lf-parchment);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lf-instagram__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30,15,6,0);
  transition: background .3s;
}
.lf-instagram__item:hover::after { background: rgba(30,15,6,.35); }
.lf-instagram__item img { width:100%; height:100%; object-fit:cover; transition: transform .5s; }
.lf-instagram__item:hover img { transform: scale(1.06); }
.lf-instagram__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--lf-parchment), var(--lf-border));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--lf-muted);
}

/* ============================================================
   REVIEWS STRIP
   ============================================================ */
.lf-reviews {
  background: var(--lf-gold-pale);
  padding: 64px 0;
  border-top: 1px solid var(--lf-border);
  border-bottom: 1px solid var(--lf-border);
}
.lf-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.lf-review-card {
  background: var(--lf-white);
  border-radius: 10px;
  padding: 28px;
  box-shadow: var(--lf-shadow);
}
.lf-review-stars { color: var(--lf-gold-light); font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.lf-review-text {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--lf-choc);
  line-height: 1.55;
  margin-bottom: 16px;
}
.lf-review-author {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--lf-muted);
}

/* ============================================================
   NEWSLETTER STRIP
   ============================================================ */
.lf-newsletter {
  background: var(--lf-choc-mid);
  padding: 60px 40px;
  text-align: center;
}
.lf-newsletter h2 { font-style: italic; color: var(--lf-ivory); margin-bottom: 10px; }
.lf-newsletter p { color: var(--lf-parchment); opacity: .75; margin-bottom: 28px; font-size: .95rem; max-width: 480px; margin-left: auto; margin-right: auto; }
.lf-newsletter__form {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  gap: 0;
}
.lf-newsletter__input {
  flex: 1;
  padding: 13px 18px;
  border: 2px solid rgba(184,137,42,.4);
  border-right: none;
  border-radius: var(--lf-radius) 0 0 var(--lf-radius);
  background: rgba(255,255,255,.07);
  color: var(--lf-ivory);
  font-family: var(--lf-body);
  font-size: .9rem;
}
.lf-newsletter__input::placeholder { color: rgba(240,232,213,.4); }
.lf-newsletter__input:focus { outline: none; border-color: var(--lf-gold); background: rgba(255,255,255,.12); }
.lf-newsletter__btn {
  padding: 13px 24px;
  background: var(--lf-gold);
  color: #fff;
  border: none;
  border-radius: 0 var(--lf-radius) var(--lf-radius) 0;
  font-family: var(--lf-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}
.lf-newsletter__btn:hover { background: #96711F; }

/* ============================================================
   SHOP LAYOUT (with sidebar)
   ============================================================ */
.lf-shop-layout {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

/* SIDEBAR */
.lf-sidebar { position: sticky; top: 110px; }
.lf-sidebar-widget {
  background: var(--lf-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--lf-shadow);
  margin-bottom: 24px;
  border-top: 3px solid var(--lf-gold);
}
.lf-sidebar-widget__title {
  font-family: var(--lf-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--lf-choc);
  padding: 16px 20px 12px;
  border-bottom: 1px solid var(--lf-border);
  font-style: italic;
}
.lf-sidebar-widget__body { padding: 16px 20px; }
.lf-sidebar-widget__body ul li {
  padding: 7px 0;
  border-bottom: 1px solid var(--lf-border);
  font-size: .88rem;
  color: var(--lf-muted);
  display: flex;
  justify-content: space-between;
}
.lf-sidebar-widget__body ul li:last-child { border-bottom: none; }
.lf-sidebar-widget__body ul li a { color: var(--lf-choc); transition: color .2s; }
.lf-sidebar-widget__body ul li a:hover { color: var(--lf-gold); }
.lf-sidebar-widget__body .count {
  background: var(--lf-gold-pale);
  color: var(--lf-gold);
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
}

/* Price filter */
.lf-price-range { display: flex; gap: 10px; margin-top: 8px; }
.lf-price-range input {
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid var(--lf-border);
  border-radius: var(--lf-radius);
  font-size: .85rem;
  color: var(--lf-text);
  font-family: var(--lf-body);
}
.lf-price-range input:focus { outline: none; border-color: var(--lf-gold); }

/* ============================================================
   SHOP PAGE HEADER
   ============================================================ */
.lf-shop-header {
  background: linear-gradient(135deg, var(--lf-choc) 0%, var(--lf-choc-mid) 100%);
  padding: 52px 40px;
  text-align: center;
  border-bottom: 3px solid var(--lf-gold);
}
.lf-shop-header h1 {
  font-style: italic;
  color: var(--lf-ivory);
  margin-bottom: 8px;
}
.lf-shop-header p {
  color: var(--lf-parchment);
  opacity: .75;
  font-size: .9rem;
  max-width: 500px;
  margin: 0 auto;
}

/* Shop toolbar */
.lf-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--lf-border);
}
.lf-shop-toolbar__count { font-size: .82rem; color: var(--lf-muted); }
.lf-shop-toolbar__sort select {
  border: 1.5px solid var(--lf-border);
  border-radius: var(--lf-radius);
  padding: 7px 12px;
  font-family: var(--lf-body);
  font-size: .82rem;
  color: var(--lf-text);
  background: var(--lf-white);
  cursor: pointer;
}

/* ============================================================
   SINGLE PRODUCT
   ============================================================ */
.lf-single-product {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.lf-single-product__gallery {
  background: var(--lf-parchment);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--lf-shadow);
}
.lf-single-product__info .eyebrow {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lf-gold);
  display: block;
  margin-bottom: 10px;
}
.lf-single-product__info h1 {
  font-style: italic;
  margin-bottom: 8px;
}
.lf-single-product__price {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--lf-gold);
  margin: 16px 0;
}
.lf-single-product__desc {
  color: var(--lf-muted);
  font-size: .95rem;
  line-height: 1.7;
  padding: 16px 0;
  border-top: 1px solid var(--lf-border);
  border-bottom: 1px solid var(--lf-border);
  margin: 20px 0;
}
.lf-single-product__meta {
  font-size: .78rem;
  color: var(--lf-muted);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
}
.lf-single-product__meta span { display: flex; align-items: center; gap: 8px; }
.lf-single-product__meta strong { color: var(--lf-choc); }

/* Single product WooCommerce compat */
.single-product div.product {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  background: transparent;
}
.single-product .product_title { font-family: var(--lf-display); font-style: italic; color: var(--lf-choc); }
.single-product p.price { color: var(--lf-gold) !important; font-size: 1.6rem !important; font-weight: 700 !important; }
.single-product .woocommerce-product-details__short-description { color: var(--lf-muted); border-top: 1px solid var(--lf-border); border-bottom: 1px solid var(--lf-border); padding: 16px 0; margin: 16px 0; }

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.lf-breadcrumb,
.woocommerce-breadcrumb {
  background: var(--lf-parchment) !important;
  border-bottom: 1px solid var(--lf-border);
  padding: 12px 40px !important;
  font-size: .78rem !important;
  color: var(--lf-muted) !important;
}
.lf-breadcrumb a,
.woocommerce-breadcrumb a { color: var(--lf-choc) !important; }
.lf-breadcrumb a:hover,
.woocommerce-breadcrumb a:hover { color: var(--lf-gold) !important; }

/* ============================================================
   CART & CHECKOUT
   ============================================================ */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 48px 40px;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th { border-color: var(--lf-border) !important; }
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review {
  background: var(--lf-parchment);
  border-radius: 10px;
  padding: 28px;
  border: 1px solid var(--lf-border);
}
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3 {
  font-family: var(--lf-display);
  font-style: italic;
  border-bottom: 2px solid var(--lf-gold);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* ============================================================
   FORMS
   ============================================================ */
input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], input[type="password"], textarea, select {
  border: 1.5px solid var(--lf-border) !important;
  border-radius: var(--lf-radius) !important;
  background: var(--lf-white) !important;
  color: var(--lf-text) !important;
  font-family: var(--lf-body) !important;
  padding: 11px 14px !important;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--lf-gold) !important;
  box-shadow: 0 0 0 3px rgba(184,137,42,.13) !important;
  outline: none;
}

/* ============================================================
   PRODUCT TABS
   ============================================================ */
.woocommerce-tabs ul.tabs { background: transparent !important; padding: 0 !important; border-bottom: 2px solid var(--lf-border) !important; }
.woocommerce-tabs ul.tabs li { background: var(--lf-parchment) !important; border-color: var(--lf-border) !important; border-radius: 4px 4px 0 0 !important; }
.woocommerce-tabs ul.tabs li.active { background: var(--lf-white) !important; border-bottom-color: var(--lf-white) !important; }
.woocommerce-tabs ul.tabs li a { color: var(--lf-choc) !important; font-family: var(--lf-display) !important; font-weight: 600 !important; font-style: italic; }
.woocommerce-tabs .panel { background: var(--lf-white); border-radius: 0 0 8px 8px; padding: 28px !important; border: 1px solid var(--lf-border); border-top: none; }

/* Star ratings */
.star-rating span::before, .woocommerce-product-rating .star-rating::before { color: var(--lf-gold-light) !important; }

/* Notices */
.woocommerce-message, .woocommerce-info { border-top-color: var(--lf-gold) !important; background: var(--lf-gold-pale) !important; }
.woocommerce-error { border-top-color: #c0392b !important; }

/* ============================================================
   FOOTER
   ============================================================ */
.lf-footer-main {
  background: var(--lf-choc);
  border-top: 3px solid var(--lf-gold);
  padding: 64px 0 40px;
}
.lf-footer-main__inner {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.lf-footer-brand-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lf-footer-brand-col .footer-logo {
  font-family: var(--lf-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lf-ivory);
  margin-bottom: 4px;
  display: inline-block;
}
.lf-footer-brand-col .footer-logo:hover { color: var(--lf-gold-light); }
.header-logo-img-wrap { display: block; line-height: 0; }
.header-logo-img {
  max-height: 110px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header-logo-img { max-height: 68px; }
}
.footer-logo-img-wrap { display: inline-block; margin-bottom: 4px; }
.footer-logo-img {
  max-height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.lf-footer-brand-col .footer-tagline {
  font-size: .65rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lf-gold-light);
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 6px;
}
.lf-footer-brand-col p {
  font-size: .85rem;
  color: var(--lf-parchment);
  opacity: .65;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 260px;
}
.lf-footer-social { display: flex; gap: 10px; justify-content: center; }
.lf-footer-social a {
  width: 36px; height: 36px;
  background: rgba(184,137,42,.18);
  border: 1px solid rgba(184,137,42,.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lf-gold-light);
  font-size: .8rem;
  font-weight: 700;
  transition: background .2s, color .2s;
}
.lf-footer-social a:hover { background: var(--lf-gold); color: #fff; border-color: var(--lf-gold); }

.lf-footer-col h4 {
  font-family: var(--lf-display);
  font-size: .95rem;
  font-style: italic;
  color: var(--lf-ivory);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184,137,42,.25);
}
.lf-footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.lf-footer-col ul li a {
  font-size: .82rem;
  color: var(--lf-parchment);
  opacity: .7;
  transition: opacity .2s, color .2s;
}
.lf-footer-col ul li a:hover { opacity: 1; color: var(--lf-gold-light); }

.lf-footer-bottom {
  background: var(--lf-choc);
  border-top: 1px solid rgba(184,137,42,.2);
  padding: 18px 40px;
}
.lf-footer-bottom__inner {
  max-width: var(--lf-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.lf-footer-bottom__copy { font-size: .72rem; color: var(--lf-parchment); opacity: .65; }
.lf-footer-bottom__links { display: flex; gap: 20px; }
.lf-footer-bottom__links a { font-size: .72rem; color: var(--lf-parchment); opacity: .65; transition: color .2s, opacity .2s; }
.lf-footer-bottom__links a:hover { color: var(--lf-gold-light); opacity: 1; }
.lf-footer-bottom__payments { display: flex; gap: 8px; }
.lf-footer-bottom__payments span {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(240,232,213,.08);
  color: var(--lf-parchment);
  opacity: .7;
  padding: 4px 9px;
  border-radius: 4px;
  border: 1px solid rgba(240,232,213,.15);
}

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.lf-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30,15,6,.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.lf-search-overlay.is-open { opacity: 1; pointer-events: all; }
.lf-search-overlay__box {
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
}
.lf-search-overlay__inner {
  display: flex;
  border-bottom: 2px solid var(--lf-gold);
}
.lf-search-overlay__input {
  flex: 1;
  background: none;
  border: none;
  color: var(--lf-ivory);
  font-family: var(--lf-display);
  font-size: 1.6rem;
  font-style: italic;
  padding: 16px 0;
  outline: none;
}
.lf-search-overlay__input::placeholder { color: rgba(240,232,213,.3); }
.lf-search-overlay__close {
  background: none;
  border: none;
  color: var(--lf-parchment);
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0 0 0 16px;
  opacity: .6;
  transition: opacity .2s;
}
.lf-search-overlay__close:hover { opacity: 1; }
.lf-search-overlay__hint {
  font-size: .72rem;
  color: rgba(240,232,213,.35);
  margin-top: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ============================================================
   MOBILE NAV DRAWER
   ============================================================ */
.lf-mobile-nav {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 300px;
  background: var(--lf-choc);
  z-index: 9998;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  padding: 32px 28px;
  overflow-y: auto;
}
.lf-mobile-nav.is-open { transform: translateX(0); }
.lf-mobile-nav__close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.lf-mobile-nav__close button {
  background: none;
  border: none;
  color: var(--lf-parchment);
  font-size: 1.5rem;
  cursor: pointer;
  opacity: .7;
}
.lf-mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.lf-mobile-nav ul li a {
  display: block;
  font-size: 1.1rem;
  font-family: var(--lf-display);
  font-style: italic;
  color: var(--lf-ivory);
  padding: 12px 0;
  border-bottom: 1px solid rgba(184,137,42,.15);
  transition: color .2s, padding .2s;
}
.lf-mobile-nav ul li a:hover { color: var(--lf-gold-light); padding-left: 8px; }
.lf-mobile-nav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9997;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s;
}
.lf-mobile-nav__overlay.is-open { opacity: 1; pointer-events: all; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .lf-shop-layout { grid-template-columns: 220px 1fr; }
  .lf-footer-main__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .lf-instagram__grid { grid-template-columns: repeat(4,1fr); }
  .lf-reviews__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .col-full, .lf-shop-layout { padding: 0 20px; }
  .lf-header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    position: relative;
  }
  /* Logo block: left-aligned on page, content centred within it */
  .site-branding {
    position: static;
    transform: none;
    text-align: center;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  /* Hide left nav, show burger */
  .lf-nav-left { display: none; }
  /* Right icons stay in col 2 */
  .lf-nav-right {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    flex-shrink: 0;
    gap: 14px;
  }
  .lf-nav-right > a:not(.lf-cart-link) { display: none; }
  .lf-menu-toggle { display: flex; flex-shrink: 0; }
  /* Smaller logo so it fits in header row without overflow */
  .header-logo-img { max-height: 60px; }
  .site-title { font-size: 1.1rem; }
  .site-tagline { font-size: .52rem; margin-top: 2px; }
  .lf-hero__inner { grid-template-columns: 1fr; padding: 48px 20px; gap: 32px; }
  .lf-hero__image { display: none; }
  .lf-about-strip__inner { grid-template-columns: 1fr; gap: 32px; }
  .lf-shop-layout { grid-template-columns: 1fr; }
  .lf-sidebar { position: static; }
  .single-product div.product { grid-template-columns: 1fr; padding: 24px 20px; }
  .lf-footer-main__inner { grid-template-columns: 1fr; gap: 28px; }
  .lf-footer-bottom__inner { flex-direction: column; text-align: center; }
  ul.products { grid-template-columns: 1fr 1fr !important; gap: 16px !important; }
  .lf-reviews__grid { grid-template-columns: 1fr; }
  .lf-instagram__grid { grid-template-columns: repeat(3,1fr); }
  .lf-trust-bar__inner { justify-content: center; }
  .lf-category-nav ul { overflow-x: auto; justify-content: flex-start; padding: 0 20px; }
}

@media (max-width: 480px) {
  ul.products { grid-template-columns: 1fr !important; }
  .lf-newsletter__form { flex-direction: column; }
  .lf-newsletter__input, .lf-newsletter__btn { border-radius: var(--lf-radius) !important; border-right: 2px solid rgba(184,137,42,.4); }
  .lf-newsletter__btn { border: none; }
  .lf-instagram__grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
