/*
Theme Name: IZYAM Perfumes
Theme URI: https://izyamparfums.com
Author: IZYAM Parfums
Author URI: https://izyamparfums.com
Description: A premium, artisanal WooCommerce theme for IZYAM PARFUMS — a luxury boutique perfume house. Warm beige & gold palette, hand-crafted feel, editorial serif typography, full WooCommerce support (shop, product galleries, AJAX cart, mini-cart drawer, checkout, my account) and editable homepage sections via the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: izyam-perfumes
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, one-column, two-columns, footer-widgets
*/

/* ============================================================
   TABLE OF CONTENTS
   1.0  Reset & Base
   2.0  Accessibility / WP Core
   3.0  Announcement Bar
   4.0  Navbar
   5.0  Hero
   6.0  Buttons
   7.0  Section Shell
   8.0  Brands Marquee
   9.0  Product Grid (shared with WooCommerce loop)
   10.0 Collections Grid
   11.0 Story / About Strip
   12.0 Notes / Ingredients
   13.0 Testimonial
   14.0 Newsletter
   15.0 About Page
   16.0 Contact Page
   17.0 Shop / Collections Header
   18.0 Single Product Page
   19.0 Cart Drawer (Mini Cart)
   20.0 Footer
   21.0 Reveal Animation
   22.0 Toast
   23.0 Blog / Archive / Search / 404
   24.0 Responsive
   ============================================================ */

/* ============ 1.0 RESET & BASE ============ */
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --beige-50:#FBF6EE;
  --beige-100:#F5EBD9;
  --beige-200:#EAD9BE;
  --beige-300:#D9C19C;
  --gold:#C9A24B;
  --gold-deep:#A67C2E;
  --gold-light:#E2C98B;
  --espresso:#3A2A1C;
  --espresso-soft:#5B4632;
  --cream:#FFFDF8;
  --ink:#221610;
  --shadow:0 24px 60px -28px rgba(58,42,28,.45);
  --shadow-soft:0 12px 30px -18px rgba(58,42,28,.35);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Jost',Arial,sans-serif;
}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans);
  background:var(--beige-50);
  color:var(--espresso);
  overflow-x:hidden;
  line-height:1.6;
  font-weight:300;
  letter-spacing:.02em;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
input,textarea,select{font-family:inherit}
ul,ol{list-style:none}
::selection{background:var(--gold);color:var(--cream)}
.container{max-width:1320px;margin:0 auto;padding:0 3rem}

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:var(--beige-100)}
::-webkit-scrollbar-thumb{background:var(--gold-deep);border-radius:10px}

/* ============ 2.0 ACCESSIBILITY / WP CORE ============ */
.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
  background:var(--espresso);color:var(--cream);padding:1rem 1.4rem;z-index:999999;
  font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;
}
.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;overflow:visible;border-radius:3px}
.screen-reader-text{
  border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;
  overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;
}
.alignwide{max-width:1600px;margin-left:auto;margin-right:auto}
.alignfull{max-width:none;width:100vw;margin-left:calc(50% - 50vw)}
.aligncenter{margin-left:auto;margin-right:auto;display:block}
.alignleft{float:left;margin:.4rem 1.4rem 1rem 0}
.alignright{float:right;margin:.4rem 0 1rem 1.4rem}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.78rem;color:var(--espresso-soft);text-align:center;padding:.5rem 0;font-style:italic}
.gallery{display:grid;grid-template-columns:repeat(var(--gallery-columns,3),1fr);gap:1rem}

/* ============ 3.0 ANNOUNCEMENT BAR ============ */
.announce{
  background:var(--espresso);
  color:var(--gold-light);
  text-align:center;
  font-size:.7rem;
  letter-spacing:.32em;
  text-transform:uppercase;
  padding:.6rem 1rem;
  overflow:hidden;
  position:relative;
}
.announce span{display:inline-block;animation:slideAnnounce 18s linear infinite;white-space:nowrap}
@keyframes slideAnnounce{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}

/* ============ 4.0 NAVBAR ============ */
.nav{
  position:sticky;top:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.1rem 3rem;
  background:rgba(251,246,238,.82);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(201,162,75,.22);
  transition:padding .4s ease,box-shadow .4s ease;
}
.nav.scrolled{padding:.7rem 3rem;box-shadow:0 8px 30px -20px rgba(58,42,28,.4)}
.nav-logo{
  font-family:var(--serif);
  font-size:1.7rem;font-weight:600;
  letter-spacing:.18em;
  color:var(--espresso);
  cursor:pointer;
  display:flex;align-items:center;gap:.6rem;
}
.nav-logo img{max-height:52px;width:auto;display:block}
.nav-logo span{color:var(--gold-deep);font-style:italic;font-weight:500}
.nav-links{display:flex;gap:2.4rem;align-items:center}
.nav-links ul{display:flex;gap:2.4rem;align-items:center}
.nav-links li{position:relative}
.nav-link,.nav-links a{
  font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--espresso-soft);font-weight:400;
  position:relative;padding:.3rem 0;cursor:pointer;
  transition:color .3s ease;display:inline-block;
}
.nav-link::after,.nav-links a::after{
  content:'';position:absolute;left:0;bottom:0;height:1px;width:0;
  background:var(--gold-deep);transition:width .4s ease;
}
.nav-link:hover,.nav-link.active,.nav-links a:hover,.nav-links .current-menu-item>a{color:var(--gold-deep)}
.nav-link:hover::after,.nav-link.active::after,.nav-links a:hover::after,.nav-links .current-menu-item>a::after{width:100%}
.nav-links .sub-menu{
  position:absolute;top:100%;left:50%;transform:translateX(-50%);
  background:var(--cream);min-width:200px;padding:.8rem 0;margin-top:1rem;
  box-shadow:var(--shadow-soft);border:1px solid rgba(201,162,75,.2);border-radius:4px;
  opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,margin-top .3s;z-index:50;
}
.nav-links li:hover>.sub-menu{opacity:1;visibility:visible;margin-top:.4rem}
.nav-links .sub-menu li{width:100%}
.nav-links .sub-menu a{display:block;padding:.5rem 1.4rem;letter-spacing:.1em}
.nav-links .sub-menu a::after{display:none}
.nav-icons{display:flex;gap:1.4rem;align-items:center}
.nav-icon{position:relative;cursor:pointer;color:var(--espresso-soft);transition:color .3s,transform .3s;background:none;border:none;padding:0}
.nav-icon:hover{color:var(--gold-deep);transform:translateY(-2px)}
.nav-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5}
.cart-count{
  position:absolute;top:-8px;right:-9px;
  background:var(--gold-deep);color:var(--cream);
  font-size:.6rem;width:17px;height:17px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-weight:500;
  opacity:0;transition:opacity .3s;
}
.cart-count.show{opacity:1}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:0}
.hamburger span{width:24px;height:1.5px;background:var(--espresso);transition:.3s;display:block}
.hamburger.active span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* Search dropdown */
.nav-search{
  position:absolute;top:100%;right:0;left:0;background:var(--cream);
  padding:1.4rem 3rem;border-bottom:1px solid rgba(201,162,75,.3);box-shadow:var(--shadow-soft);
  display:flex;gap:.8rem;transform:translateY(-12px);opacity:0;pointer-events:none;transition:.35s;
}
.nav-search.open{transform:translateY(0);opacity:1;pointer-events:auto}
.nav-search input[type="search"]{
  flex:1;padding:.9rem 1.2rem;background:var(--beige-50);border:1px solid rgba(201,162,75,.3);
  border-radius:3px;font-size:.95rem;color:var(--espresso);outline:none;
}
.nav-search input[type="search"]:focus{border-color:var(--gold-deep)}
.nav-search button{padding:0 1.6rem;background:var(--espresso);color:var(--cream);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border-radius:3px}
.search-form{display:flex;gap:.6rem;width:100%}
.search-form .search-field{flex:1;padding:.9rem 1.1rem;background:var(--beige-50);border:1px solid rgba(201,162,75,.3);border-radius:3px;font-size:.9rem;color:var(--espresso);outline:none}
.search-form .search-field:focus{border-color:var(--gold-deep)}
.search-form .search-submit{padding:0 1.4rem;background:var(--espresso);color:var(--cream);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;border-radius:3px}
.search-form .search-submit:hover{background:var(--gold-deep)}

/* ============ 5.0 HERO ============ */
.hero{
  position:relative;min-height:92vh;
  display:flex;align-items:center;
  background:
    radial-gradient(circle at 75% 30%, rgba(226,201,139,.4), transparent 55%),
    linear-gradient(135deg, #F5EBD9 0%, #EAD9BE 45%, #D9C19C 100%);
  overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity:.5;pointer-events:none;
}
.hero-grid{
  display:grid;grid-template-columns:1.1fr .9fr;
  gap:3rem;align-items:center;
  max-width:1320px;margin:0 auto;padding:0 3rem;width:100%;
  position:relative;z-index:2;
}
.hero-text{max-width:560px}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:.7rem;
  font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;
  color:var(--gold-deep);margin-bottom:1.6rem;font-weight:500;
  opacity:0;animation:fadeUp .8s .2s forwards;
}
.hero-eyebrow::before{content:'';width:34px;height:1px;background:var(--gold-deep)}
.hero h1{
  font-family:var(--serif);font-weight:500;
  font-size:clamp(2.8rem,6vw,5.2rem);line-height:1.02;
  color:var(--espresso);margin-bottom:1.4rem;
  opacity:0;animation:fadeUp .8s .4s forwards;
}
.hero h1 em{font-style:italic;color:var(--gold-deep);font-weight:400}
.hero p{
  font-size:1.05rem;color:var(--espresso-soft);max-width:440px;
  margin-bottom:2.2rem;opacity:0;animation:fadeUp .8s .6s forwards;
}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:fadeUp .8s .8s forwards}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}

/* Bottle visual */
.hero-visual{
  position:relative;height:540px;
  display:flex;align-items:center;justify-content:center;
  animation:floatBottle 6s ease-in-out infinite;
}
@keyframes floatBottle{0%,100%{transform:translateY(0)}50%{transform:translateY(-22px)}}
.bottle{
  width:200px;height:430px;position:relative;
  background:linear-gradient(160deg, rgba(255,253,248,.45), rgba(201,162,75,.18));
  border:1.5px solid rgba(166,124,46,.35);
  border-radius:14px 14px 30px 30px;
  backdrop-filter:blur(4px);
  box-shadow:var(--shadow),inset 0 0 40px rgba(255,253,248,.5);
}
.bottle::before{
  content:'';position:absolute;top:18px;left:18px;width:40px;height:280px;
  background:linear-gradient(120deg,rgba(255,255,255,.55),transparent);
  border-radius:8px;transform:skewX(-8deg);
}
.bottle-label{
  position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);
  text-align:center;width:80%;
}
.bottle-label .lbl-top{font-size:.6rem;letter-spacing:.3em;color:var(--gold-deep);text-transform:uppercase;margin-bottom:.5rem}
.bottle-label .lbl-name{font-family:var(--serif);font-size:1.7rem;color:var(--espresso);font-weight:600;line-height:1}
.bottle-label .lbl-sub{font-size:.62rem;letter-spacing:.28em;color:var(--espresso-soft);margin-top:.6rem;text-transform:uppercase}
.bottle-label .lbl-line{width:50px;height:1px;background:var(--gold);margin:.8rem auto}
.bottle-cap{
  position:absolute;top:-58px;left:50%;transform:translateX(-50%);
  width:90px;height:58px;
  background:linear-gradient(180deg,var(--gold-light),var(--gold-deep));
  border-radius:8px 8px 4px 4px;
  box-shadow:0 6px 16px -6px rgba(58,42,28,.5),inset 0 2px 0 rgba(255,255,255,.4);
}
.bottle-cap::after{
  content:'';position:absolute;top:14px;left:50%;transform:translateX(-50%);
  width:60px;height:3px;background:rgba(58,42,28,.3);border-radius:2px;
}
.hero-glow{
  position:absolute;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(226,201,139,.55),transparent 65%);
  filter:blur(20px);z-index:-1;animation:pulseGlow 5s ease-in-out infinite;
}
@keyframes pulseGlow{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.12);opacity:1}}
.scroll-cue{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--espresso-soft);
  display:flex;flex-direction:column;align-items:center;gap:.6rem;
  animation:bob 2.2s ease-in-out infinite;
}
@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}
.scroll-cue .line{width:1px;height:36px;background:var(--gold-deep)}

/* ============ 6.0 BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;gap:.7rem;
  padding:1rem 2.2rem;font-size:.74rem;letter-spacing:.26em;text-transform:uppercase;
  font-weight:500;transition:all .4s ease;position:relative;overflow:hidden;
  border-radius:0;
}
.btn-primary{background:var(--espresso);color:var(--cream);border:1px solid var(--espresso)}
.btn-primary:hover{background:var(--gold-deep);border-color:var(--gold-deep);transform:translateY(-2px);box-shadow:0 14px 30px -12px rgba(166,124,46,.6)}
.btn-outline{background:transparent;color:var(--espresso);border:1px solid var(--espresso)}
.btn-outline:hover{background:var(--espresso);color:var(--cream);transform:translateY(-2px)}
.btn-gold{background:var(--gold-deep);color:var(--cream);border:1px solid var(--gold-deep)}
.btn-gold:hover{background:transparent;color:var(--gold-deep);transform:translateY(-2px)}

/* ============ 7.0 SECTION SHELL ============ */
.section{padding:7rem 3rem;max-width:1320px;margin:0 auto}
.section-head{text-align:center;margin-bottom:4rem}
.section-eyebrow{
  font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;display:inline-flex;align-items:center;gap:.7rem;
  margin-bottom:1rem;
}
.section-eyebrow::before,.section-eyebrow::after{content:'';width:30px;height:1px;background:var(--gold)}
.section-eyebrow.center::before,.section-eyebrow.center::after{display:block}
.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);font-weight:500;color:var(--espresso);line-height:1.1}
.section-title em{font-style:italic;color:var(--gold-deep);font-weight:400}
.section-sub{font-size:1rem;color:var(--espresso-soft);max-width:560px;margin:1rem auto 0}

/* ============ 8.0 MARQUEE BRANDS ============ */
.brands{
  background:var(--espresso);padding:2.4rem 0;overflow:hidden;
}
.brands-track{display:flex;gap:5rem;animation:marquee 22s linear infinite;white-space:nowrap;width:max-content}
.brands-track span{
  font-family:var(--serif);font-size:1.6rem;font-weight:500;
  color:var(--gold-light);letter-spacing:.2em;opacity:.85;
  font-style:italic;
}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ============ 9.0 PRODUCT GRID (shared with WooCommerce loop) ============ */
.product-grid,
ul.products{
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:2.2rem;
  list-style:none;margin:0;padding:0;
}
.product-card,
ul.products li.product{
  background:var(--cream);border:1px solid rgba(201,162,75,.18);
  border-radius:6px;overflow:hidden;cursor:pointer;
  transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s,border-color .4s;
  position:relative;width:100%!important;
}
.product-card:hover,
ul.products li.product:hover{transform:translateY(-10px);box-shadow:var(--shadow);border-color:rgba(201,162,75,.5)}
.product-img{
  height:300px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(160deg,var(--beige-100),var(--beige-200));
  position:relative;overflow:hidden;
}
.product-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.product-img .mini-bottle{
  width:90px;height:200px;position:relative;
  background:linear-gradient(160deg,rgba(255,253,248,.5),rgba(201,162,75,.25));
  border:1px solid rgba(166,124,46,.3);border-radius:8px 8px 18px 18px;
  box-shadow:0 18px 36px -16px rgba(58,42,28,.4);
  transition:transform .6s ease;
}
.product-card:hover .mini-bottle{transform:translateY(-8px) rotate(-2deg)}
.mini-bottle .mini-cap{
  position:absolute;top:-26px;left:50%;transform:translateX(-50%);
  width:42px;height:26px;border-radius:5px 5px 3px 3px;
  background:linear-gradient(180deg,var(--gold-light),var(--gold-deep));
}
.mini-bottle .mini-label{
  position:absolute;top:44%;left:50%;transform:translate(-50%,-50%);
  font-family:var(--serif);font-size:.85rem;color:var(--espresso);text-align:center;font-weight:600;width:70%;
}
.mini-bottle .mini-label small{display:block;font-size:.5rem;letter-spacing:.18em;color:var(--gold-deep);margin-top:.25rem;text-transform:uppercase}
.product-badge{
  position:absolute;top:1rem;left:1rem;
  background:var(--espresso);color:var(--gold-light);
  font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;padding:.35rem .8rem;border-radius:2px;
  z-index:2;
}
.product-badge.new{background:var(--gold-deep);color:var(--cream)}
.product-info{padding:1.5rem 1.4rem 1.8rem;text-align:center}
.product-brand{font-size:.64rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.4rem}
.product-name,
ul.products li.product .woocommerce-loop-product__title{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--espresso);margin-bottom:.3rem;line-height:1.15}
.product-notes{font-size:.78rem;color:var(--espresso-soft);margin-bottom:1rem;font-style:italic;min-height:1.1rem}
.product-price,
ul.products li.product .price{font-size:1rem;color:var(--espresso);font-weight:500;letter-spacing:.04em}
.product-price .old,
ul.products li.product .price del{color:var(--espresso-soft);text-decoration:line-through;margin-left:.5rem;font-weight:300;opacity:.6}
ul.products li.product .price ins{text-decoration:none}
.product-add{
  margin-top:1rem;width:100%;padding:.8rem;
  background:transparent;border:1px solid var(--espresso);color:var(--espresso);
  font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;transition:.35s;display:block;text-align:center;
}
.product-add:hover{background:var(--espresso);color:var(--cream)}
.product-rating{color:var(--gold-deep);font-size:.82rem;letter-spacing:.1em;margin:.3rem 0}

/* ============ 10.0 COLLECTIONS GRID ============ */
.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}
.collection-card{
  position:relative;height:480px;border-radius:6px;overflow:hidden;cursor:pointer;
  display:flex;align-items:flex-end;
}
.collection-card .col-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}
.collection-card:hover .col-bg{transform:scale(1.08)}
.collection-card::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 30%,rgba(34,22,16,.85));
}
.col-content{position:relative;z-index:2;padding:2.4rem;color:var(--cream);width:100%}
.col-content .col-num{font-size:.66rem;letter-spacing:.3em;color:var(--gold-light);margin-bottom:.6rem}
.col-content h3{font-family:var(--serif);font-size:2rem;font-weight:500;margin-bottom:.5rem;line-height:1.1}
.col-content p{font-size:.86rem;opacity:.82;margin-bottom:1.2rem;max-width:280px}
.col-link{font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-light);display:inline-flex;align-items:center;gap:.6rem;transition:gap .3s}
.collection-card:hover .col-link{gap:1rem}
.col-bg.bg1{background:linear-gradient(135deg,#C9A24B,#5B4632),radial-gradient(circle at 30% 40%,#E2C98B,transparent)}
.col-bg.bg2{background:linear-gradient(135deg,#3A2A1C,#8a6a3a)}
.col-bg.bg3{background:linear-gradient(135deg,#D9C19C,#A67C2E)}
.col-bg.bg4{background:linear-gradient(135deg,#5B4632,#C9A24B)}
.col-bg.bg5{background:linear-gradient(135deg,#EAD9BE,#8a6a3a)}
.col-bg.bg6{background:linear-gradient(135deg,#A67C2E,#3A2A1C)}
.col-bg.has-image{background-size:cover;background-position:center}

/* ============ 11.0 STORY / ABOUT STRIP ============ */
.story{background:var(--beige-100);padding:0}
.story-inner{
  max-width:1320px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;align-items:center;
}
.story-visual{
  height:600px;position:relative;
  background:
    radial-gradient(circle at 50% 40%, rgba(226,201,139,.5),transparent 60%),
    linear-gradient(160deg,var(--beige-200),var(--gold-deep));
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.story-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.story-visual .big-bottle{
  width:160px;height:360px;position:relative;
  background:linear-gradient(160deg,rgba(255,253,248,.5),rgba(201,162,75,.2));
  border:1.5px solid rgba(166,124,46,.4);border-radius:12px 12px 24px 24px;
  box-shadow:var(--shadow);z-index:2;
}
.big-bottle::before{content:'';position:absolute;top:16px;left:14px;width:32px;height:230px;background:linear-gradient(120deg,rgba(255,255,255,.5),transparent);border-radius:6px;transform:skewX(-8deg)}
.big-bottle .big-cap{position:absolute;top:-50px;left:50%;transform:translateX(-50%);width:74px;height:50px;border-radius:6px 6px 4px 4px;background:linear-gradient(180deg,var(--gold-light),var(--gold-deep))}
.story-visual .ring{position:absolute;border:1px solid rgba(255,253,248,.25);border-radius:50%}
.story-visual .ring.r1{width:340px;height:340px;animation:spin 30s linear infinite}
.story-visual .ring.r2{width:460px;height:460px;animation:spin 50s linear infinite reverse}
@keyframes spin{to{transform:rotate(360deg)}}
.story-text{padding:5rem 4rem}
.story-text .section-eyebrow{justify-content:flex-start}
.story-text .section-eyebrow::after{display:none}
.story-text h2{font-family:var(--serif);font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:500;color:var(--espresso);line-height:1.15;margin-bottom:1.6rem}
.story-text h2 em{font-style:italic;color:var(--gold-deep)}
.story-text p{color:var(--espresso-soft);margin-bottom:1.2rem;font-size:1rem}
.story-stats{display:flex;gap:2.5rem;margin:2.4rem 0;padding-top:2rem;border-top:1px solid rgba(201,162,75,.3);flex-wrap:wrap}
.stat .num{font-family:var(--serif);font-size:2.4rem;font-weight:600;color:var(--gold-deep);line-height:1}
.stat .lbl{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--espresso-soft);margin-top:.4rem}

/* ============ 12.0 NOTES / INGREDIENTS ============ */
.notes-section{background:var(--cream)}
.notes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.note-card{text-align:center;padding:2rem 1rem;border:1px solid rgba(201,162,75,.2);border-radius:6px;transition:.4s;background:var(--beige-50)}
.note-card:hover{background:var(--beige-100);transform:translateY(-6px);box-shadow:var(--shadow-soft)}
.note-icon{
  width:64px;height:64px;margin:0 auto 1.2rem;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--gold-light),var(--gold-deep));
  font-size:1.8rem;color:var(--cream);
}
.note-card h4{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--espresso);margin-bottom:.5rem}
.note-card p{font-size:.84rem;color:var(--espresso-soft)}

/* ============ 13.0 TESTIMONIAL ============ */
.testimonial{background:linear-gradient(135deg,var(--espresso),#2a1d12);color:var(--cream);padding:7rem 3rem;text-align:center;position:relative;overflow:hidden}
.testimonial::before{content:'"';position:absolute;top:-3rem;left:50%;transform:translateX(-50%);font-family:var(--serif);font-size:18rem;color:rgba(226,201,139,.08);line-height:1}
.testimonial blockquote{max-width:760px;margin:0 auto;font-family:var(--serif);font-size:clamp(1.4rem,3vw,2.2rem);font-style:italic;font-weight:400;line-height:1.4;position:relative;z-index:2}
.testimonial .author{margin-top:2rem;font-size:.74rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-light)}
.testimonial .stars{color:var(--gold-light);font-size:1.2rem;margin-top:1.2rem;letter-spacing:.3em}

/* ============ 14.0 NEWSLETTER ============ */
.newsletter{padding:6rem 3rem;text-align:center;background:var(--beige-100)}
.newsletter-inner{max-width:560px;margin:0 auto}
.newsletter form{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}
.newsletter input{
  flex:1;min-width:240px;padding:1rem 1.2rem;background:var(--cream);
  border:1px solid rgba(201,162,75,.3);color:var(--espresso);font-family:inherit;font-size:.9rem;
  border-radius:3px;outline:none;transition:border-color .3s;
}
.newsletter input:focus{border-color:var(--gold-deep)}
.newsletter .msg{margin-top:1.2rem;font-size:.82rem;color:var(--gold-deep);min-height:1.2em}

/* ============ 15.0 ABOUT PAGE ============ */
.about-hero{
  padding:8rem 3rem 5rem;text-align:center;
  background:linear-gradient(180deg,var(--beige-100),var(--beige-50));
}
.about-hero h1{font-family:var(--serif);font-size:clamp(2.6rem,6vw,4.6rem);font-weight:500;color:var(--espresso);line-height:1.05}
.about-hero h1 em{font-style:italic;color:var(--gold-deep)}
.about-hero p{max-width:560px;margin:1.4rem auto 0;color:var(--espresso-soft)}
.timeline{max-width:900px;margin:0 auto;padding:4rem 3rem}
.timeline-item{display:grid;grid-template-columns:140px 1fr;gap:2rem;padding:2.4rem 0;border-bottom:1px solid rgba(201,162,75,.25)}
.timeline-item:last-child{border-bottom:none}
.timeline-year{font-family:var(--serif);font-size:2.2rem;font-weight:600;color:var(--gold-deep);line-height:1}
.timeline-item h3{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--espresso);margin-bottom:.6rem}
.timeline-item p{color:var(--espresso-soft)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}
.value-card{padding:2.4rem;background:var(--cream);border:1px solid rgba(201,162,75,.2);border-radius:6px;transition:.4s}
.value-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}
.value-card .v-icon{font-size:1.6rem;color:var(--gold-deep);margin-bottom:1rem}
.value-card h4{font-family:var(--serif);font-size:1.4rem;font-weight:600;margin-bottom:.6rem}
.value-card p{font-size:.9rem;color:var(--espresso-soft)}

/* ============ 16.0 CONTACT PAGE ============ */
.contact-wrap{max-width:1100px;margin:0 auto;padding:6rem 3rem}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}
.contact-info h2{font-family:var(--serif);font-size:2.4rem;font-weight:500;color:var(--espresso);margin-bottom:1.4rem}
.contact-info p{color:var(--espresso-soft);margin-bottom:2rem}
.contact-detail{display:flex;gap:1rem;margin-bottom:1.6rem;align-items:flex-start}
.contact-detail .ci-icon{width:42px;height:42px;border-radius:50%;background:var(--beige-100);display:flex;align-items:center;justify-content:center;color:var(--gold-deep);flex-shrink:0}
.contact-detail h5{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.3rem}
.contact-detail p{margin:0;color:var(--espresso)}
.contact-form{background:var(--cream);padding:2.6rem;border:1px solid rgba(201,162,75,.2);border-radius:6px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{margin-bottom:1.2rem}
.field label{display:block;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--espresso-soft);margin-bottom:.5rem}
.field input,.field textarea,.field select{
  width:100%;padding:.85rem 1rem;background:var(--beige-50);
  border:1px solid rgba(201,162,75,.25);border-radius:3px;font-family:inherit;font-size:.9rem;color:var(--espresso);outline:none;transition:.3s;
}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold-deep);background:var(--cream)}
.field textarea{resize:vertical;min-height:120px}
.contact-form .msg{margin-top:1rem;font-size:.84rem;color:var(--gold-deep);min-height:1.2em}

/* ============ 17.0 SHOP / COLLECTIONS HEADER ============ */
.coll-hero{padding:7rem 3rem 3rem;text-align:center;background:linear-gradient(180deg,var(--beige-100),var(--beige-50))}
.coll-hero h1{font-family:var(--serif);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:500;color:var(--espresso)}
.coll-hero h1 em{font-style:italic;color:var(--gold-deep)}
.filter-bar{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin:2.4rem 0 1rem}
.filter-btn{
  padding:.6rem 1.4rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;
  border:1px solid rgba(201,162,75,.4);color:var(--espresso-soft);border-radius:30px;transition:.3s;display:inline-block;
}
.filter-btn.active,.filter-btn:hover{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}

/* ============ 18.0 SINGLE PRODUCT PAGE ============ */
.product-page-wrap{max-width:1200px;margin:0 auto;padding:5rem 3rem}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}
.pd-gallery{display:flex;flex-direction:column;gap:1rem}
.pd-main{
  height:520px;border-radius:8px;
  background:linear-gradient(160deg,var(--beige-100),var(--beige-200));
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(201,162,75,.2);position:relative;overflow:hidden;
}
.pd-main img{width:100%;height:100%;object-fit:cover}
.pd-main .pd-bottle{
  width:170px;height:380px;position:relative;
  background:linear-gradient(160deg,rgba(255,253,248,.5),rgba(201,162,75,.2));
  border:1.5px solid rgba(166,124,46,.4);border-radius:12px 12px 24px 24px;
  box-shadow:var(--shadow);animation:floatBottle 5s ease-in-out infinite;
}
.pd-bottle::before{content:'';position:absolute;top:18px;left:16px;width:34px;height:260px;background:linear-gradient(120deg,rgba(255,255,255,.5),transparent);border-radius:6px;transform:skewX(-8deg)}
.pd-bottle .pd-cap{position:absolute;top:-52px;left:50%;transform:translateX(-50%);width:78px;height:52px;border-radius:6px 6px 4px 4px;background:linear-gradient(180deg,var(--gold-light),var(--gold-deep))}
.pd-thumbs{display:flex;gap:1rem;flex-wrap:wrap}
.pd-thumb{
  width:80px;height:80px;border-radius:6px;background:linear-gradient(160deg,var(--beige-100),var(--beige-200));
  border:1px solid rgba(201,162,75,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;overflow:hidden;
}
.pd-thumb img{width:100%;height:100%;object-fit:cover}
.pd-thumb.active,.pd-thumb:hover{border-color:var(--gold-deep)}
.pd-thumb .t-b{width:26px;height:56px;background:rgba(201,162,75,.3);border:1px solid rgba(166,124,46,.4);border-radius:4px 4px 8px 8px}
.pd-info .pd-brand{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.6rem}
.pd-info h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--espresso);line-height:1.1;margin-bottom:.8rem}
.pd-info h1 em{font-style:italic;color:var(--gold-deep)}
.pd-rating{color:var(--gold-deep);font-size:1rem;letter-spacing:.2em;margin-bottom:1.4rem}
.pd-rating small{color:var(--espresso-soft);font-size:.76rem;margin-left:.6rem;letter-spacing:0}
.pd-price{font-family:var(--serif);font-size:1.8rem;color:var(--espresso);font-weight:600;margin-bottom:1.6rem}
.pd-price .old,.pd-price del{color:var(--espresso-soft);text-decoration:line-through;font-size:1.1rem;margin-left:.8rem;font-weight:300}
.pd-price ins{text-decoration:none}
.pd-desc{color:var(--espresso-soft);margin-bottom:1.8rem;line-height:1.7}
.pd-notes-block{margin-bottom:1.8rem}
.pd-notes-block h5{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.8rem}
.pd-notes-block .pyramid-row{margin-bottom:.6rem}
.pd-notes-block .pyramid-label{font-size:.7rem;color:var(--gold-deep);letter-spacing:.1em;font-weight:500}
.note-pill{display:inline-block;padding:.4rem .9rem;margin:0 .3rem .4rem 0;font-size:.74rem;background:var(--beige-100);border:1px solid rgba(201,162,75,.25);border-radius:30px;color:var(--espresso-soft)}
.pd-size{margin-bottom:1.6rem}
.pd-size .sizes,.variations .sizes{display:flex;gap:.6rem;margin-top:.6rem;flex-wrap:wrap}
.size-opt{padding:.6rem 1rem;border:1px solid rgba(201,162,75,.3);border-radius:4px;font-size:.78rem;cursor:pointer;transition:.3s;background:var(--cream)}
.size-opt.active,.size-opt:hover{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}
.size-opt.disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}
.pd-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem;align-items:center}
.product_meta{font-size:.78rem;color:var(--espresso-soft);border-top:1px solid rgba(201,162,75,.2);padding-top:1.4rem;margin-top:.4rem}
.product_meta > span{display:block;margin-bottom:.5rem}
.product_meta a{color:var(--gold-deep)}
.pd-meta{font-size:.78rem;color:var(--espresso-soft);margin-top:.6rem}
.pd-meta div{margin-bottom:.5rem;display:flex;gap:.6rem}
.pd-meta b{color:var(--espresso);font-weight:500;min-width:110px}

/* ============ 19.0 CART DRAWER (MINI CART) ============ */
.cart-overlay{position:fixed;inset:0;background:rgba(34,22,16,.5);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .4s}
.cart-overlay.open{opacity:1;pointer-events:auto}
.cart-drawer{
  position:fixed;top:0;right:0;height:100%;width:400px;max-width:90vw;
  background:var(--cream);z-index:201;transform:translateX(100%);
  transition:transform .5s cubic-bezier(.2,.7,.2,1);
  display:flex;flex-direction:column;
  box-shadow:-20px 0 60px -20px rgba(0,0,0,.4);
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:1.6rem 1.8rem;border-bottom:1px solid rgba(201,162,75,.25);display:flex;justify-content:space-between;align-items:center}
.cart-head h3{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--espresso)}
.cart-close{font-size:1.4rem;color:var(--espresso-soft);transition:.3s;background:none;border:none}
.cart-close:hover{color:var(--gold-deep);transform:rotate(90deg)}
.cart-body{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0}
.cart-body .widget_shopping_cart_content{flex:1;display:flex;flex-direction:column;min-height:0}
.cart-items-scroll{flex:1;overflow-y:auto;padding:1rem 1.8rem}
.cart-empty,.woocommerce-mini-cart__empty-message{text-align:center;color:var(--espresso-soft);padding:3rem 1rem;font-style:italic;font-family:var(--serif);font-size:1.1rem}
.cart-item,ul.woocommerce-mini-cart li.woocommerce-mini-cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;align-items:center;padding:1.2rem 0;border-bottom:1px solid rgba(201,162,75,.18);list-style:none;position:relative}
.cart-item .ci-img,.mini-cart-thumb{width:60px;height:80px;background:linear-gradient(160deg,var(--beige-100),var(--beige-200));border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cart-item .ci-img img,.mini-cart-thumb img{width:100%;height:100%;object-fit:cover}
.cart-item .ci-img .ci-b{width:24px;height:54px;background:rgba(201,162,75,.3);border:1px solid rgba(166,124,46,.4);border-radius:4px 4px 8px 8px}
.cart-item h5,.mini-cart-title{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--espresso);line-height:1.2}
.cart-item .ci-brand{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.2rem}
.cart-item .ci-price,.mini-cart-qty{font-size:.84rem;color:var(--espresso-soft);margin-top:.3rem}
.cart-item .ci-remove,ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove{font-size:1.1rem;color:var(--espresso-soft);transition:.3s;position:static;line-height:1}
.cart-item .ci-remove:hover,ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove:hover{color:var(--gold-deep)}
.cart-foot{padding:1.6rem 1.8rem;border-top:1px solid rgba(201,162,75,.25)}
.cart-total,.woocommerce-mini-cart__total{display:flex;justify-content:space-between;margin-bottom:1.2rem;font-family:var(--serif);font-size:1.3rem;color:var(--espresso)}
.cart-total b{font-weight:600}
.cart-checkout,.woocommerce-mini-cart__buttons .checkout{width:100%;padding:1rem;background:var(--espresso);color:var(--cream);font-size:.74rem;letter-spacing:.24em;text-transform:uppercase;transition:.3s;display:block;text-align:center;border-radius:0}
.cart-checkout:hover,.woocommerce-mini-cart__buttons .checkout:hover{background:var(--gold-deep);color:var(--cream)}
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout){width:100%;display:block;text-align:center;padding:.9rem;background:transparent;border:1px solid var(--espresso);color:var(--espresso);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.7rem}
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover{background:var(--espresso);color:var(--cream)}

/* ============ 20.0 FOOTER ============ */
footer.site-footer{background:var(--espresso);color:var(--beige-200);padding:5rem 3rem 2rem}
.footer-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(201,162,75,.2)}
.footer-brand .nav-logo{color:var(--cream);font-size:1.6rem;margin-bottom:1rem}
.footer-brand .nav-logo img{filter:brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(0deg);max-height:48px}
.footer-brand .nav-logo span{color:var(--gold-light)}
.footer-brand p{font-size:.88rem;color:rgba(234,217,190,.7);max-width:280px;margin-bottom:1.4rem}
.socials{display:flex;gap:1rem}
.socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(201,162,75,.4);display:flex;align-items:center;justify-content:center;color:var(--gold-light);transition:.3s;font-size:.78rem}
.socials a:hover{background:var(--gold-deep);border-color:var(--gold-deep);color:var(--cream);transform:translateY(-3px)}
.footer-col h5{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.2rem;font-weight:500}
.footer-col ul{margin:0;padding:0}
.footer-col a{display:block;font-size:.88rem;color:rgba(234,217,190,.7);margin-bottom:.7rem;transition:.3s}
.footer-col a:hover{color:var(--gold-light);padding-left:6px}
.footer-col .widget{margin-bottom:1.6rem}
.footer-col .widget-title{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.2rem;font-weight:500}
.footer-bottom{max-width:1320px;margin:2rem auto 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.76rem;color:rgba(234,217,190,.5)}
.footer-bottom a:hover{color:var(--gold-light)}

/* ============ 21.0 REVEAL ANIMATION ============ */
.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:translateY(0)}
.reveal.d1{transition-delay:.1s}
.reveal.d2{transition-delay:.2s}
.reveal.d3{transition-delay:.3s}
.reveal.d4{transition-delay:.4s}

/* ============ 22.0 TOAST ============ */
.toast{
  position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(120px);
  background:var(--espresso);color:var(--cream);padding:1rem 1.8rem;border-radius:4px;
  font-size:.8rem;letter-spacing:.06em;z-index:300;box-shadow:var(--shadow);
  border-left:3px solid var(--gold);opacity:0;transition:all .5s cubic-bezier(.2,.7,.2,1);
}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1}

/* ============ 23.0 BLOG / ARCHIVE / SEARCH / 404 ============ */
.content-wrap{max-width:920px;margin:0 auto;padding:6rem 3rem}
.post-list{display:flex;flex-direction:column;gap:3rem}
.post-card{padding-bottom:3rem;border-bottom:1px solid rgba(201,162,75,.2)}
.post-card .post-thumb{height:320px;border-radius:6px;overflow:hidden;margin-bottom:1.6rem;background:linear-gradient(160deg,var(--beige-100),var(--beige-200))}
.post-card .post-thumb img{width:100%;height:100%;object-fit:cover}
.post-card .post-meta{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.8rem}
.post-card h2{font-family:var(--serif);font-size:1.9rem;font-weight:600;color:var(--espresso);margin-bottom:.8rem;line-height:1.2}
.post-card h2 a:hover{color:var(--gold-deep)}
.post-card p{color:var(--espresso-soft)}
.single-article header.entry-header{text-align:center;margin-bottom:3rem}
.single-article .entry-title{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:500;color:var(--espresso);line-height:1.1;margin-bottom:1rem}
.single-article .entry-meta{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep)}
.single-article .entry-content{font-size:1.05rem;color:var(--espresso-soft);line-height:1.85}
.single-article .entry-content p{margin-bottom:1.4rem}
.single-article .entry-content h2,.single-article .entry-content h3{font-family:var(--serif);color:var(--espresso);margin:2rem 0 1rem;font-weight:600}
.single-article .entry-content img{border-radius:6px;margin:1.6rem 0}
.single-article .entry-content blockquote{border-left:3px solid var(--gold-deep);padding-left:1.4rem;font-style:italic;font-family:var(--serif);font-size:1.3rem;margin:2rem 0}
.pagination-nav{display:flex;justify-content:center;gap:.6rem;margin-top:3rem;flex-wrap:wrap}
.pagination-nav a,.pagination-nav span{
  padding:.7rem 1.1rem;border:1px solid rgba(201,162,75,.35);border-radius:4px;font-size:.8rem;color:var(--espresso-soft);transition:.3s;
}
.pagination-nav a:hover,.pagination-nav .current{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}
.comments-area{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(201,162,75,.25)}
.comments-title{font-family:var(--serif);font-size:1.7rem;font-weight:600;margin-bottom:2rem}
.comment-list{list-style:none}
.comment-list .comment-body{padding:1.6rem 0;border-bottom:1px solid rgba(201,162,75,.15)}
.comment-list .comment-author{font-weight:500;color:var(--espresso);font-size:.9rem}
.comment-list .comment-metadata{font-size:.72rem;color:var(--espresso-soft);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}
.comment-respond{margin-top:2.4rem}
.comment-respond .comment-form input,.comment-respond .comment-form textarea{
  width:100%;padding:.85rem 1rem;background:var(--beige-50);border:1px solid rgba(201,162,75,.25);border-radius:3px;margin-bottom:1rem;font-family:inherit;
}
.error-404{text-align:center;padding:9rem 3rem;max-width:640px;margin:0 auto}
.error-404 .code{font-family:var(--serif);font-size:6rem;color:var(--gold-deep);line-height:1;margin-bottom:1rem}
.error-404 h1{font-family:var(--serif);font-size:2.2rem;color:var(--espresso);margin-bottom:1rem}
.error-404 p{color:var(--espresso-soft);margin-bottom:2rem;font-style:italic}
.woocommerce-breadcrumb{font-size:.74rem;letter-spacing:.08em;color:var(--espresso-soft);text-transform:uppercase;padding:1.6rem 3rem 0;max-width:1320px;margin:0 auto}
.woocommerce-breadcrumb a:hover{color:var(--gold-deep)}

/* ============ 24.0 RESPONSIVE ============ */
@media(max-width:1024px){
  .nav{padding:1rem 2rem}
  .nav.scrolled{padding:.6rem 2rem}
  .hero-grid{grid-template-columns:1fr;gap:2rem;padding:0 2rem;text-align:center}
  .hero-text{max-width:100%;margin:0 auto}
  .hero-eyebrow{justify-content:center}
  .hero-cta{justify-content:center}
  .hero-visual{height:420px}
  .product-grid,ul.products{grid-template-columns:repeat(3,1fr)!important}
  .collections-grid{grid-template-columns:repeat(2,1fr)}
  .notes-grid{grid-template-columns:repeat(2,1fr)}
  .story-inner{grid-template-columns:1fr}
  .story-visual{height:400px}
  .product-detail{grid-template-columns:1fr;gap:2.5rem}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .nav{padding:1rem 1.2rem}
  .nav-links{
    position:fixed;top:0;right:0;height:100vh;width:280px;max-width:85vw;
    background:var(--cream);flex-direction:column;justify-content:center;
    gap:2rem;transform:translateX(100%);transition:transform .5s cubic-bezier(.2,.7,.2,1);
    box-shadow:-20px 0 60px -20px rgba(0,0,0,.4);z-index:99;
  }
  .nav-links ul{flex-direction:column;gap:2rem}
  .nav-links .sub-menu{position:static;transform:none;box-shadow:none;border:none;opacity:1;visibility:visible;display:none;margin:0;background:transparent;padding:.4rem 0 0}
  .nav-links li:hover>.sub-menu{margin:0}
  .nav-links.open{transform:translateX(0)}
  .nav-link,.nav-links a{font-size:1rem}
  .hamburger{display:flex;z-index:100}
  .nav-search{padding:1.2rem}
  .section{padding:5rem 1.4rem}
  .product-grid,ul.products{grid-template-columns:repeat(2,1fr)!important;gap:1.2rem}
  .collections-grid{grid-template-columns:1fr;gap:1.2rem}
  .collection-card{height:360px}
  .notes-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr}
  .story-text{padding:3rem 1.6rem}
  .story-stats{flex-wrap:wrap;gap:1.6rem}
  .timeline-item{grid-template-columns:1fr;gap:.6rem}
  .product-page-wrap{padding:3rem 1.4rem}
  .pd-main{height:380px}
  .contact-wrap{padding:4rem 1.4rem}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .testimonial{padding:5rem 1.4rem}
  .newsletter{padding:4rem 1.4rem}
  .coll-hero,.about-hero{padding:5rem 1.4rem 3rem}
  .content-wrap{padding:4rem 1.4rem}
}
@media(max-width:480px){
  .product-grid,ul.products{grid-template-columns:1fr!important}
  .hero h1{font-size:2.6rem}
  .brands-track span{font-size:1.2rem}
}

/* Respect reduced motion preference */
/* ============ UTILITY / LAYOUT HELPER CLASSES ============
   Small, purposeful classes used instead of inline style="" attributes
   so all presentation stays in the external stylesheet. ============ */
.section--shop{padding-top:2rem}
.section--flush-top{padding-top:0}
.story-cta{margin-top:2rem}
.shop-header--tight{padding-bottom:1rem}
.about-hero--tight{padding-bottom:2rem}
.btn-block{width:100%;justify-content:center}
.post-thumb--full{height:auto;margin-bottom:2.4rem}
.search-products-grid{margin-bottom:3rem}
.contact-info h2 em{font-style:italic;color:var(--gold-deep)}
.error-404 .hero-cta{justify-content:center}
.error-404-search{margin-top:2rem}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
}
