*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --taupe:#B5AFA6;--taupe-dark:#9A948B;--taupe-bg:#B5AFA6;
  --cream:#F4F1EE;--white:#FFFFFF;--near-black:#1A1916;--mid-gray:#6B6560;
}
html{scroll-behavior:smooth;}
body{font-family:'Jost',sans-serif;font-weight:300;background:var(--cream);color:var(--near-black);overflow-x:hidden;}

/* ANNOUNCEMENT */
.announcement{background:var(--taupe-bg);color:rgba(255,255,255,0.88);text-align:center;font-size:10.5px;letter-spacing:0.18em;text-transform:uppercase;padding:9px 20px;font-weight:400;position:fixed;top:0;left:0;right:0;z-index:1001;transition:transform 0.3s;}
.announcement.hidden{transform:translateY(-100%);}

/* NAV */
nav{position:fixed;top:36px;left:0;right:0;z-index:1000;transition:background 0.4s,top 0.3s;padding:0 48px;border-bottom:0.5px solid transparent;}
nav.solid{background:var(--taupe-bg);border-bottom-color:rgba(0,0,0,0.08);top:0;}
.nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;}
.nav-left{display:flex;gap:40px;align-items:center;}
.nav-right{display:flex;gap:28px;align-items:center;justify-content:flex-end;}
.nav-link{font-size:10.5px;letter-spacing:0.15em;text-transform:uppercase;text-decoration:none;font-weight:400;color:var(--white);opacity:0.88;position:relative;transition:opacity 0.2s;}
.nav-link:hover{opacity:1;}
.nav-link::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:0.5px;background:var(--white);transition:width 0.25s;}
.nav-link:hover::after{width:100%;}

/* LOGO — transparent, white filter, large */
.nav-logo img{
  height:60px;
  width:auto;
  display:block;
  filter:brightness(0) invert(1);
  image-rendering:crisp-edges;
}
.nav-icon{color:var(--white);cursor:pointer;text-decoration:none;display:flex;align-items:center;opacity:0.88;transition:opacity 0.2s;}
.nav-icon:hover{opacity:1;}

/* HERO */

#heroVideo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}


.hero-eyebrow{font-size:10px;letter-spacing:0.3em;text-transform:uppercase;font-weight:400;margin-bottom:22px;opacity:0.8;animation:fadeUp 1s ease 0.3s both;}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(56px,9vw,108px);font-weight:300;line-height:0.93;letter-spacing:0.05em;margin-bottom:28px;animation:fadeUp 1s ease 0.5s both;}
.hero-sub{font-size:10.5px;letter-spacing:0.22em;text-transform:uppercase;font-weight:400;opacity:0.72;margin-bottom:50px;animation:fadeUp 1s ease 0.7s both;}
.hero-cta{display:inline-block;border:0.5px solid rgba(255,255,255,0.65);color:var(--white);text-decoration:none;font-size:10px;letter-spacing:0.24em;text-transform:uppercase;padding:15px 48px;font-weight:400;transition:background 0.25s;animation:fadeUp 1s ease 0.9s both;}
.hero-cta:hover{background:rgba(255,255,255,0.14);}

.scroll-line{width:0.5px;height:42px;background:rgba(255,255,255,0.38);animation:scrollAnim 2s ease-in-out infinite;}
@keyframes scrollAnim{0%,100%{opacity:0.3;height:42px;}50%{opacity:1;height:26px;}}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:translateY(0);}}

/* SECTION HEADERS */
.section-header{text-align:center;padding:72px 40px 44px;}
.section-eyebrow{font-size:9px;letter-spacing:0.3em;text-transform:uppercase;color:var(--taupe-dark);margin-bottom:14px;font-weight:400;}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,46px);font-weight:400;color:var(--near-black);line-height:1.1;letter-spacing:0.02em;}
.divider{width:38px;height:0.5px;background:var(--taupe);margin:18px auto 0;}

/* CATEGORIES — no dots, no arrows */
.categories-section{padding:0 0 80px;background:var(--cream);}
.carousel-wrapper{overflow:hidden;}
.carousel-track{display:flex;gap:14px;padding:0 48px;transition:transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);}
.category-card{flex:0 0 calc(25% - 10.5px);position:relative;aspect-ratio:3/4;overflow:hidden;cursor:pointer;}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);display:block;}
.category-card:hover img{transform:scale(1.05);}
.cat-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.55) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:26px 22px;}
.cat-label{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:400;color:var(--white);line-height:1.1;margin-bottom:6px;}
.cat-count{font-size:9px;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.65);}
.cat-shop{font-size:9px;letter-spacing:0.2em;text-transform:uppercase;color:var(--white);margin-top:14px;display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(5px);transition:opacity 0.3s,transform 0.3s;}
.cat-shop::after{content:'';width:22px;height:0.5px;background:var(--white);}
.category-card:hover .cat-shop{opacity:1;transform:translateY(0);}

/* NEW ARRIVALS — minimal clean design like references */
.products-section{background:var(--white);padding:0 0 100px;}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 48px;border-top:0.5px solid rgba(181,175,166,0.2);border-left:0.5px solid rgba(181,175,166,0.2);}
.product-card{background:var(--white);cursor:pointer;position:relative;border-right:0.5px solid rgba(181,175,166,0.2);border-bottom:0.5px solid rgba(181,175,166,0.2);}
.product-img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f8f7f5;}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);display:block;}
.product-card:hover .product-img-wrap img{transform:scale(1.04);}

/* Minimal "Add" button — bottom right, appears on hover */
.p-add-btn{
  position:absolute;
  bottom:12px;right:12px;
  background:var(--white);
  border:0.5px solid rgba(26,25,22,0.15);
  color:var(--near-black);
  font-family:'Jost',sans-serif;
  font-size:9px;letter-spacing:0.15em;text-transform:uppercase;
  padding:8px 16px;
  cursor:pointer;
  opacity:0;
  transform:translateY(4px);
  transition:opacity 0.25s,transform 0.25s;
  white-space:nowrap;
}
.product-card:hover .p-add-btn{opacity:1;transform:translateY(0);}

/* Sold out badge — minimal pill */
.p-status{
  position:absolute;
  top:14px;right:14px;
  background:rgba(255,255,255,0.92);
  color:var(--mid-gray);
  font-size:8.5px;letter-spacing:0.12em;text-transform:uppercase;
  padding:5px 10px;
  font-weight:400;
}

.p-info{padding:14px 0 22px;}
.p-name{font-size:13px;font-weight:400;color:var(--near-black);margin-bottom:4px;letter-spacing:0.02em;}
.p-price{font-size:12px;color:var(--mid-gray);font-weight:300;letter-spacing:0.04em;}

/* SCULPTED IN SUMMER — keep but use staggered image layout */
.collection-banner{
  background:var(--near-black);
  display:grid;
  grid-template-columns:45fr 55fr;
  min-height:600px;
}
.banner-left{
  display:flex;flex-direction:column;justify-content:center;
  padding:80px 64px;
}
.banner-eyebrow{font-size:9px;letter-spacing:0.3em;text-transform:uppercase;color:rgba(255,255,255,0.45);margin-bottom:26px;}
.banner-title{font-family:'Cormorant Garamond',serif;font-size:clamp(46px,5.5vw,84px);font-weight:300;line-height:0.95;letter-spacing:0.02em;color:var(--white);margin-bottom:28px;}
.banner-sub{font-size:12px;color:rgba(255,255,255,0.45);line-height:1.85;letter-spacing:0.05em;max-width:300px;margin-bottom:52px;}
.banner-cta{
  align-self:flex-start;
  border:0.5px solid rgba(255,255,255,0.4);color:var(--white);
  text-decoration:none;font-size:10px;letter-spacing:0.24em;text-transform:uppercase;
  padding:14px 42px;transition:background 0.25s,border-color 0.25s;
  display:inline-block;
}
.banner-cta:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.7);}

/* Right side: 3-image asymmetric layout */
.banner-right{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:4px;
  overflow:hidden;
}
.banner-img{overflow:hidden;position:relative;}
.banner-img.tall{grid-row:span 2;}
.banner-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.7s ease;filter:brightness(0.9);}
.banner-img:hover img{transform:scale(1.04);filter:brightness(0.8);}

/* TRUST */
.trust-section{background:var(--cream);padding:64px 48px 64px;display:grid;grid-template-columns:repeat(3,1fr);border-top:0.5px solid rgba(181,175,166,0.4);border-bottom:0.5px solid rgba(181,175,166,0.4);margin-bottom:40px;}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px;border-right:0.5px solid rgba(181,175,166,0.4);}
.trust-item:last-child{border-right:none;}
.trust-icon{width:40px;height:40px;margin-bottom:18px;}
.trust-icon svg{width:40px;height:40px;stroke:var(--taupe-dark);fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;}
.trust-title{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:400;color:var(--near-black);margin-bottom:9px;}
.trust-desc{font-size:11px;color:var(--mid-gray);line-height:1.75;letter-spacing:0.04em;max-width:200px;}

/* SECOND EDITORIAL */
.editorial-trio-2{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 48px 56px;background:var(--white);align-items:stretch;}
.trio2-panel{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:3/4;}
.trio2-panel img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 0.75s cubic-bezier(0.25,0.46,0.45,0.94);display:block;}
.trio2-panel:hover img{transform:scale(1.05);}
.trio2-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.52) 0%,transparent 58%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:30px 26px;}
.trio2-label{font-family:'Cormorant Garamond',serif;font-size:clamp(20px,2vw,28px);font-weight:400;color:var(--white);letter-spacing:0.1em;text-transform:uppercase;margin-bottom:8px;}
.trio2-discover{font-size:9.5px;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.78);text-decoration:none;display:flex;align-items:center;gap:9px;}
.trio2-discover::after{content:'';width:18px;height:0.5px;background:rgba(255,255,255,0.78);}

/* NEWSLETTER */
.newsletter-section{background:var(--near-black);padding:80px 48px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.nl-text .eyebrow{font-size:9px;letter-spacing:0.3em;text-transform:uppercase;color:rgba(255,255,255,0.45);margin-bottom:16px;}
.nl-text h2{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,48px);font-weight:300;color:var(--white);line-height:1.15;letter-spacing:0.02em;margin-bottom:14px;}
.nl-text p{font-size:12px;color:rgba(255,255,255,0.45);line-height:1.8;letter-spacing:0.04em;}
.nl-form{display:flex;flex-direction:column;gap:14px;}
.nl-input-row{display:flex;border-bottom:0.5px solid rgba(255,255,255,0.2);align-items:center;padding-bottom:12px;}
.nl-input-row input{flex:1;background:transparent;border:none;outline:none;font-family:'Jost',sans-serif;font-size:12px;letter-spacing:0.08em;color:var(--white);padding:6px 0;}
.nl-input-row input::placeholder{color:rgba(255,255,255,0.3);}
.nl-submit{width:36px;height:36px;background:transparent;border:0.5px solid rgba(255,255,255,0.25);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background 0.2s;}
.nl-submit:hover{background:rgba(255,255,255,0.08);}
.nl-submit svg{width:13px;height:13px;stroke:var(--white);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.nl-note{font-size:10px;color:rgba(255,255,255,0.28);letter-spacing:0.06em;line-height:1.7;}

/* FOOTER */
footer{background:var(--near-black);color:rgba(255,255,255,0.5);padding:62px 48px 28px;border-top:0.5px solid rgba(255,255,255,0.05);}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:50px;margin-bottom:56px;padding-bottom:48px;border-bottom:0.5px solid rgba(255,255,255,0.07);}
.f-logo img{height:50px;filter:brightness(0) invert(1);opacity:0.8;margin-bottom:18px;display:block;}
.f-tagline{font-size:11.5px;line-height:1.8;letter-spacing:0.04em;color:rgba(255,255,255,0.38);margin-bottom:22px;}
.f-social{display:flex;gap:12px;}
.f-social a{width:30px;height:30px;border:0.5px solid rgba(255,255,255,0.18);display:flex;align-items:center;justify-content:center;transition:border-color 0.2s;text-decoration:none;}
.f-social a:hover{border-color:rgba(255,255,255,0.5);}
.f-social svg{width:12px;height:12px;fill:none;stroke:rgba(255,255,255,0.5);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.f-col-title{font-size:9px;letter-spacing:0.22em;text-transform:uppercase;color:rgba(255,255,255,0.75);margin-bottom:18px;}
.f-links{list-style:none;display:flex;flex-direction:column;gap:9px;}
.f-links a{font-size:11.5px;color:rgba(255,255,255,0.38);text-decoration:none;letter-spacing:0.04em;transition:color 0.2s;}
.f-links a:hover{color:rgba(255,255,255,0.8);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:0.1em;color:rgba(255,255,255,0.25);flex-wrap:wrap;gap:14px;}
.payment-icons{display:flex;gap:8px;}
.payment-icon{width:36px;height:22px;background:rgba(255,255,255,0.07);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:7.5px;letter-spacing:0.06em;color:rgba(255,255,255,0.35);text-transform:uppercase;}

@media(max-width:900px){
  .editorial-trio-2{grid-template-columns:1fr;gap:4px;}
  .trust-section { grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 36px 16px; margin-bottom: 24px; }
  .trust-item { border-right: 0.5px solid rgba(181,175,166,0.4); padding: 0 10px; }
  .trust-item:last-child { border-right: none; }
  .newsletter-section{grid-template-columns:1fr;gap:40px;padding:60px 24px;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px;}
  .category-card{flex:0 0 78%;}
  .products-grid{grid-template-columns:repeat(2,1fr);margin:0 16px;}
  .carousel-track{padding:0 16px;}
  nav{padding:0 20px;}
  .collection-banner{grid-template-columns:1fr;}
  .banner-right{display:none;}
}

.spotted-img-wrap img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.4s; filter:brightness(0.96); }
.spotted-img-wrap:hover img { transform:scale(1.04); filter:brightness(0.86); }


/* ── SPOTTED ON YOU — CAROUSEL ── */
/* Scroll carousel */
.spotted-btn svg { width: 16px; height: 16px; stroke: var(--near-black); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }


/* ── TEXT LOGO — clean, no image, no background ── */
.nav-logo { text-decoration: none; display: flex; align-items: center; }

.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  line-height: 1;
}

.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
}

.logo-line {
  display: block;
  width: 100%;
  height: 0.5px;
  background: rgba(255,255,255,0.6);
}

.logo-city {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

/* Footer version */
.logo-text--footer .logo-name { font-size: 22px; color: rgba(255,255,255,0.8); }
.logo-text--footer .logo-line { background: rgba(255,255,255,0.35); }
.logo-text--footer .logo-city { color: rgba(255,255,255,0.5); }

/* Remove old nav-logo img rule */
.nav-logo img { display: none; }
.f-logo img { display: none; }


/* ══════════════════════════════
   MOBILE FIXES
══════════════════════════════ */
@media (max-width: 768px) {

  /* NAV — logo centered, hide text links, keep icons */
  nav { padding: 0 16px; top: 36px; }
  nav.solid { top: 0; }

  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  /* Mobile: keep nav-left visible for hamburger, hide text links */
  .nav-left { display: flex; align-items: center; }
  .nav-left .nav-link { display: none; }
  .nav-link.stockists-link { display: none; }

  /* Logo centered absolutely */
  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-name { font-size: 20px; letter-spacing: 0.2em; }
  .logo-city { font-size: 7px; letter-spacing: 0.28em; }

  /* Nav right stays on right */
  .nav-right {
    margin-left: auto;
    gap: 16px;
  }

  /* Announcement smaller */
  .announcement { font-size: 9px; letter-spacing: 0.1em; padding: 7px 12px; }

  /* Categories carousel */
  .carousel-track { padding: 0 16px; gap: 10px; }
  .category-card { flex: 0 0 72%; }

  /* Products grid — 2 col */
  .products-grid { grid-template-columns: repeat(2,1fr); margin: 0 12px; }

  /* Curated edits — horizontal swipe carousel, NO arrows */
  .editorial-trio-2 {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px !important;
    padding: 0 16px 40px !important;
    scrollbar-width: none;
  }
  .editorial-trio-2::-webkit-scrollbar { display: none; }

  .trio2-panel {
    flex: 0 0 72vw !important;
    scroll-snap-align: start;
    height: auto !important;
    aspect-ratio: 3/4 !important;
  }

  /* Trust section */
  .trust-section { grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 36px 16px; margin-bottom: 24px; }
  .trust-item { border-right: 0.5px solid rgba(181,175,166,0.4); padding: 0 10px; }
  .trust-item:last-child { border-right: none; }

  /* Spotted carousel */
  /* Newsletter */
  .newsletter-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 52px 20px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  /* Section headers */
  .section-header { padding: 48px 20px 32px; }
}

/* Also hide stockists text link on mobile */
@media (max-width: 768px) {
  .nav-right .nav-link { display: none; }
}


/* ══════════════════════════════
   HAMBURGER & DRAWER MENU
══════════════════════════════ */

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  z-index: 1100;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--white);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: left center;
}
.hamburger.open span:nth-child(1) { transform: rotate(38deg) translateY(-1px); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-38deg) translateY(1px); }

/* Show hamburger on mobile */
@media (max-width: 900px) {
  .hamburger { display: flex; }
}

/* Overlay backdrop */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1199;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.drawer-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* Drawer panel */
.drawer {
  position: fixed;
  top: 0; left: 0;
  width: min(340px, 88vw);
  height: 100%;
  background: var(--cream);
  z-index: 1200;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.drawer.open { transform: translateX(0); }

/* Drawer header */
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 0.5px solid rgba(181,175,166,0.3);
}
.drawer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--near-black);
}
.drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--near-black);
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drawer-close:hover { opacity: 1; }
.drawer-close svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; }

/* Drawer nav body */
.drawer-body { flex: 1; padding: 8px 0 40px; }

/* Top-level nav items */
.drawer-nav-item {
  border-bottom: 0.5px solid rgba(181,175,166,0.2);
}

.drawer-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--near-black);
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.15s;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: "Jost", sans-serif;
}
.drawer-nav-link:hover { background: rgba(181,175,166,0.12); }

.drawer-nav-arrow {
  width: 16px;
  height: 16px;
  stroke: var(--mid-gray);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s;
  flex-shrink: 0;
}
.drawer-nav-item.expanded .drawer-nav-arrow { transform: rotate(90deg); }

/* Subcategory dropdown */
.drawer-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: var(--white);
}
.drawer-nav-item.expanded .drawer-sub { max-height: 400px; }

.drawer-sub-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px 11px 36px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid-gray);
  text-decoration: none;
  font-family: "Jost", sans-serif;
  transition: color 0.2s, padding-left 0.2s;
}
.drawer-sub-link::before {
  content: "";
  width: 14px;
  height: 0.5px;
  background: var(--taupe);
  flex-shrink: 0;
}
.drawer-sub-link:hover { color: var(--near-black); padding-left: 40px; }

/* Drawer footer links */
.drawer-footer {
  padding: 20px 24px;
  border-top: 0.5px solid rgba(181,175,166,0.3);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.drawer-footer a {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid-gray);
  text-decoration: none;
  font-family: "Jost", sans-serif;
  transition: color 0.2s;
}
.drawer-footer a:hover { color: var(--near-black); }

/* Desktop: also show hamburger for mega menu (optional) */
@media (min-width: 901px) {
  .hamburger { display: none; }
}


/* ── SPOTTED ON YOU — auto-scroll carousel ── */
.spotted-section {
  background: var(--white);
  padding: 64px 0 60px;
  overflow: hidden;
}
.spotted-header { text-align: center; padding: 0 40px 32px; }
.spotted-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 400; color: var(--near-black);
  margin-bottom: 10px; letter-spacing: 0.02em;
}
.spotted-handle {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--taupe-dark); text-transform: uppercase;
}
.spotted-carousel-outer { overflow: hidden; width: 100%; }
.spotted-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  animation: spottedScroll 50s linear infinite;
}
.spotted-carousel-outer:hover .spotted-carousel-track {
  animation-play-state: paused;
}
@keyframes spottedScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.spotted-card {
  flex: 0 0 300px;
  width: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.spotted-card-img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.3s;
  filter: brightness(0.97);
}
.spotted-card:hover .spotted-card-img {
  transform: scale(1.04);
  filter: brightness(0.88);
}
.spotted-card-tag {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(6px);
  font-size: 8.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--near-black); padding: 5px 10px;
  display: flex; align-items: center; gap: 5px;
  opacity: 0; transform: translateY(4px);
  transition: opacity 0.25s, transform 0.25s;
}
.spotted-card:hover .spotted-card-tag { opacity: 1; transform: translateY(0); }

.spotted-footer-cta { text-align: center; margin-top: 30px; }
.spotted-cta-link {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--near-black); text-decoration: none;
  border-bottom: 0.5px solid var(--near-black); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.spotted-cta-link:hover { color: var(--taupe-dark); border-color: var(--taupe-dark); }

@media (max-width: 768px) {
  .spotted-card { flex: 0 0 220px; width: 220px; }
  .spotted-card-img { width: 220px; height: 290px; }
}


@media (max-width: 768px) {
  .trust-title { font-size: 13px; }
  .trust-desc { font-size: 9.5px; line-height: 1.5; }
  .trust-icon { width: 28px; height: 28px; margin-bottom: 10px; }
  .trust-icon svg { width: 28px; height: 28px; }
}


.view-more-wrap {
  text-align: center;
  margin-top: 36px;
  padding: 0 48px;
}
.view-more-btn {
  display: inline-block;
  border: 0.5px solid rgba(26,25,22,0.3);
  color: var(--near-black);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 14px 48px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  transition: background 0.25s, color 0.25s;
}
.view-more-btn:hover {
  background: var(--near-black);
  color: var(--white);
  border-color: var(--near-black);
}
@media (max-width: 768px) {
  .view-more-wrap { margin-top: 24px; padding: 0 16px; }
}



/* ══ WORDPRESS SPECIFIC ══════════════════════════════ */

/* Desktop nav menu list */
.desktop-nav-list {
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.desktop-nav-list li { list-style: none; margin: 0; padding: 0; position: relative; }
.desktop-nav-list li a { text-decoration: none; }

/* Dropdown submenu */
.desktop-nav-list .sub-menu,
.desktop-nav-list .nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    min-width: 180px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border-top: 2px solid var(--taupe);
    z-index: 999;
}
.desktop-nav-list li:hover > .sub-menu,
.desktop-nav-list li:hover > .nav-dropdown { display: block; }
.desktop-nav-list .sub-menu li,
.desktop-nav-list .nav-dropdown li { display: block; }
.desktop-nav-list .sub-menu a,
.desktop-nav-list .nav-dropdown a,
.nav-dropdown-link {
    display: block;
    padding: 10px 20px;
    font-size: 10.5px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--near-black) !important;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    opacity: 1;
}
.desktop-nav-list .sub-menu a:hover,
.nav-dropdown-link:hover { background: var(--cream); }

/* Header element (WP uses <header> not <nav>) */
.site-header {
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.4s, top 0.3s;
    padding: 0 48px;
    border-bottom: 0.5px solid transparent;
}
.site-header.solid {
    background: var(--taupe-bg);
    border-bottom-color: rgba(0,0,0,0.08);
    top: 0;
}

/* WP Admin bar offset */
.admin-bar .site-header { top: calc(36px + 32px); }
.admin-bar .site-header.solid { top: 32px; }
.admin-bar .announcement { top: 32px !important; }

/* Announcement fixed at very top */
.announcement { position: fixed; top: 0; left: 0; right: 0; z-index: 1001; }

/* WooCommerce prices */
.woocommerce-Price-amount { font-size: inherit; font-weight: 300; letter-spacing: 0.04em; color: var(--near-black); }
.woocommerce-Price-amount bdi { font-style: normal; }
ins .woocommerce-Price-amount { color: var(--near-black); }
del .woocommerce-Price-amount { color: var(--mid-gray); font-size: 0.85em; text-decoration: line-through; margin-right: 6px; }

/* Badges */
.aurelle-badge { position: absolute; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 10px; font-family: 'Jost', sans-serif; z-index: 2; top: 12px; right: 12px; }
.aurelle-badge--sold { background: rgba(255,255,255,0.92); color: var(--mid-gray); }
.aurelle-badge--new  { background: var(--near-black); color: var(--white); }
.aurelle-badge--sale { background: #c0392b; color: var(--white); }

/* Cart count */
.cart-count { position: absolute; top: -6px; right: -8px; background: var(--near-black); color: var(--white); font-size: 9px; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cart-count.hidden { display: none; }
.nav-cart { position: relative; }

/* WC quantity */
.woocommerce .quantity { display: flex; align-items: center; border: 0.5px solid rgba(181,175,166,0.5); height: 52px; }
.woocommerce .quantity input.qty { width: 44px; text-align: center; border: none; outline: none; font-size: 13px; font-family: 'Jost', sans-serif; background: transparent; }
.woocommerce .quantity .minus, .woocommerce .quantity .plus { width: 44px; height: 52px; background: transparent; border: none; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* WC add to cart */
.woocommerce .single_add_to_cart_button, .woocommerce button.button.alt {
    background: var(--near-black) !important;
    color: var(--white) !important;
    border: none !important;
    height: 52px;
    font-size: 10px !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400 !important;
    padding: 0 40px !important;
    border-radius: 0 !important;
    cursor: pointer;
}
.woocommerce .single_add_to_cart_button.disabled { background: rgba(181,175,166,0.6) !important; cursor: not-allowed !important; }

/* WC cart form layout */
.woo-add-to-cart-wrap form.cart { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; margin-bottom: 20px; }

/* WC notices */
.woocommerce-message, .woocommerce-error, .woocommerce-info { padding: 12px 20px; font-size: 12px; margin: 16px 48px; border-left: 3px solid var(--taupe); background: var(--cream); list-style: none; }

/* Pagination */
.shop-pagination { text-align: center; padding: 40px; }
.woocommerce-pagination ul { list-style: none; display: flex; justify-content: center; gap: 8px; padding: 0; margin: 0; }
.woocommerce-pagination ul li { list-style: none; }
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 0.5px solid rgba(181,175,166,0.4); font-size: 12px; font-family: 'Jost', sans-serif; text-decoration: none; color: var(--near-black); transition: all 0.2s; }
.woocommerce-pagination ul li span.current, .woocommerce-pagination ul li a:hover { background: var(--near-black); color: var(--white); border-color: var(--near-black); }

/* Search overlay */
.search-overlay { position: fixed; inset: 0; background: rgba(244,241,238,0.97); z-index: 2000; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.search-overlay.open { opacity: 1; pointer-events: all; }
.search-close { position: absolute; top: 24px; right: 32px; background: none; border: none; cursor: pointer; opacity: 0.6; }
.search-overlay input[type="search"] { width: min(600px, 90vw); background: transparent; border: none; border-bottom: 0.5px solid var(--near-black); padding: 12px 0; font-size: 20px; font-family: 'Jost', sans-serif; font-weight: 300; color: var(--near-black); outline: none; }

/* Shop page */
.shop-page { background: var(--white); min-height: 100vh; }
.shop-hero { background: var(--cream); padding: 36px 48px 30px; border-bottom: 0.5px solid rgba(181,175,166,0.3); }
.breadcrumb { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid-gray); margin-bottom: 10px; }
.breadcrumb a { color: var(--mid-gray); text-decoration: none; }
.shop-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px,4vw,42px); font-weight: 400; color: var(--near-black); }
.shop-count { font-size: 10px; color: var(--mid-gray); margin-top: 5px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 48px; border-bottom: 0.5px solid rgba(181,175,166,0.2); background: var(--white); position: sticky; top: 72px; z-index: 10; flex-wrap: wrap; gap: 10px; }
.filters { display: flex; gap: 6px; flex-wrap: wrap; }
.fb { font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; border: 0.5px solid rgba(181,175,166,0.5); background: transparent; color: var(--near-black); padding: 6px 14px; cursor: pointer; transition: all 0.2s; font-family: 'Jost', sans-serif; text-decoration: none; display: inline-block; }
.fb:hover, .fb.active { background: var(--near-black); color: var(--white); border-color: var(--near-black); }
.sort-wrap { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid-gray); }
.woocommerce-ordering select { font-size: 10px; font-family: 'Jost', sans-serif; border: 0.5px solid rgba(181,175,166,0.4); background: transparent; color: var(--near-black); cursor: pointer; outline: none; text-transform: uppercase; padding: 6px 10px; }
.shop-empty { text-align: center; padding: 80px; font-size: 14px; color: var(--mid-gray); }

/* Product page */
.product-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 120px); }
.gallery { display: grid; grid-template-columns: 72px 1fr; background: #f8f7f5; position: sticky; top: 72px; height: calc(100vh - 72px); overflow: hidden; }
.thumbs { display: flex; flex-direction: column; gap: 4px; padding: 12px; overflow-y: auto; scrollbar-width: none; }
.thumbs::-webkit-scrollbar { display: none; }
.thumb { width: 64px; height: 80px; overflow: hidden; cursor: pointer; opacity: 0.5; transition: opacity 0.2s; border: 0.5px solid transparent; }
.thumb.active, .thumb:hover { opacity: 1; border-color: var(--near-black); }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.main-img { overflow: hidden; }

/* ══ FIX: show full product photo instead of cropping it ══ */
.main-img img { width: 100%; height: 100%; object-fit: contain; object-position: center top; display: block; transition: opacity 0.2s; }

.product-info { padding: 52px 56px 60px; overflow-y: auto; }
.prod-breadcrumb { font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mid-gray); margin-bottom: 28px; }
.prod-breadcrumb a { color: var(--mid-gray); text-decoration: none; }
.prod-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px,3vw,38px); font-weight: 400; color: var(--near-black); line-height: 1.15; margin-bottom: 16px; }
.prod-price { font-size: 20px; font-weight: 300; color: var(--near-black); margin-bottom: 20px; }
.prod-divider { height: 0.5px; background: rgba(181,175,166,0.35); margin-bottom: 28px; }
.prod-stock { font-size: 11px; margin-bottom: 16px; padding: 10px 14px; }
.prod-stock--out { background: #fdf2f2; color: #c0392b; }
.prod-stock--low { background: #fef9e7; color: #856404; }
.prod-reassurance { margin: 16px 0 8px; }
.prod-reassurance p { font-size: 10.5px; color: var(--mid-gray); letter-spacing: 0.06em; margin-bottom: 5px; }
.accordion { margin-top: 28px; }
.acc-item { border-top: 0.5px solid rgba(181,175,166,0.3); }
.acc-item:last-child { border-bottom: 0.5px solid rgba(181,175,166,0.3); }
.acc-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; background: none; border: none; cursor: pointer; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--near-black); }
.acc-arrow { width: 14px; height: 14px; stroke: var(--near-black); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s; }
.acc-item.open .acc-arrow { transform: rotate(180deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.acc-item.open .acc-body { max-height: 300px; }
.acc-body p, .acc-body li { font-size: 12px; line-height: 1.8; color: var(--mid-gray); padding-bottom: 16px; }
.related { padding: 60px 48px 80px; background: var(--cream); }
.related-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--near-black); margin-bottom: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(181,175,166,0.2); }
.rc { background: var(--white); text-decoration: none; color: inherit; }
.rc-img { aspect-ratio: 3/4; overflow: hidden; background: #f8f7f5; }
.rc-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.rc:hover .rc-img img { transform: scale(1.04); }
.rc-info { padding: 12px 14px 18px; }
.rc-name { font-size: 12px; color: var(--near-black); margin-bottom: 3px; }
.rc-price { font-size: 12px; color: var(--mid-gray); font-weight: 300; }

/* About page */
.about-hero { background: var(--taupe-bg); height: 280px; display: flex; align-items: center; justify-content: center; text-align: center; }
.about-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,6vw,72px); font-weight: 300; color: var(--white); letter-spacing: 0.08em; }
.about-hero p { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 12px; }
.about-content { max-width: 1100px; margin: 0 auto; padding: 80px 48px 100px; display: grid; grid-template-columns: 420px 1fr; gap: 80px; align-items: start; }
.about-photo { position: sticky; top: 100px; }
.about-photo-wrap { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--cream); }
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-photo-caption { margin-top: 16px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--taupe-dark); text-align: center; }
.about-text { padding-top: 8px; }
.about-greeting { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,4vw,52px); font-weight: 400; color: var(--near-black); line-height: 1.1; letter-spacing: 0.02em; margin-bottom: 32px; }
.about-divider { width: 38px; height: 0.5px; background: var(--taupe); margin: 28px 0; }
.about-para { font-size: 14px; line-height: 1.9; color: var(--mid-gray); letter-spacing: 0.04em; margin-bottom: 18px; }
.about-para strong { color: var(--near-black); font-weight: 400; }
.about-signature { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; font-style: italic; color: var(--near-black); margin-top: 36px; }
.about-signature-sub { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-dark); margin-top: 6px; }
.about-values { background: var(--cream); padding: 64px 48px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 0.5px solid rgba(181,175,166,0.3); }
.about-value { text-align: center; padding: 0 40px; border-right: 0.5px solid rgba(181,175,166,0.3); }
.about-value:last-child { border-right: none; }
.value-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--taupe-dark); margin-bottom: 8px; }
.value-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--near-black); margin-bottom: 8px; }
.value-desc { font-size: 11.5px; color: var(--mid-gray); line-height: 1.7; }
.about-cta-section { background: var(--near-black); padding: 80px 48px; text-align: center; }
.about-cta-section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px,4vw,48px); font-weight: 300; color: var(--white); margin-bottom: 14px; }
.about-cta-section p { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 36px; line-height: 1.8; }
.about-shop-btn { display: inline-block; border: 0.5px solid rgba(255,255,255,0.5); color: var(--white); text-decoration: none; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; padding: 15px 48px; transition: background 0.25s; }
.about-shop-btn:hover { background: rgba(255,255,255,0.1); }

/* Mobile */
@media(max-width:900px) {
    .site-header { padding: 0 16px; top: 36px; }
    .site-header.solid { top: 0; }
    .nav-inner { display: flex; justify-content: space-between; height: 60px; }
    .nav-left .desktop-nav-list { display: none; }
    .nav-left .nav-link { display: none; }
    .nav-right .nav-link { display: none; }
    .nav-logo { position: absolute; left: 50%; transform: translateX(-50%); }
    .logo-name { font-size: 20px; }
    .product-wrap { grid-template-columns: 1fr; }
    .gallery { position: static; height: auto; grid-template-columns: 56px 1fr; }

    /* ══ FIX: let the mobile image box match the photo's portrait shape
       instead of a fixed 70vw box that forces cropping ══ */
    .main-img { height: auto; aspect-ratio: 3/4; }

    .product-info { padding: 28px 20px 48px; }
    .related { padding: 40px 16px 60px; }
    .related-grid { grid-template-columns: repeat(2,1fr); }
    .about-content { grid-template-columns: 1fr; gap: 40px; padding: 48px 20px 60px; }
    .about-photo { position: static; }
    .about-values { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px; }
    .about-value { border-right: none; border-bottom: 0.5px solid rgba(181,175,166,0.3); padding-bottom: 28px; }
    .about-value:last-child { border-bottom: none; }
    .about-cta-section { padding: 60px 24px; }
    .toolbar { padding: 12px 14px; }
    .shop-hero { padding: 24px 16px 20px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .admin-bar .site-header { top: calc(46px + 46px); }
    .admin-bar .site-header.solid { top: 46px; }
}





/* ══ SPOTTED ON YOU ══════════════════════════════════════════ */
.spotted-section {
  background: var(--white);
  padding: 64px 0 60px;
  overflow: hidden;
}
.spotted-header { text-align: center; padding: 0 40px 32px; }
.spotted-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 400;
  color: var(--near-black);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.spotted-handle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--taupe-dark);
  text-transform: uppercase;
}
.spotted-carousel-outer { overflow: hidden; width: 100%; }
.spotted-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  animation: spottedScroll 50s linear infinite;
}
.spotted-carousel-outer:hover .spotted-carousel-track {
  animation-play-state: paused;
}
@keyframes spottedScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.spotted-card {
  flex: 0 0 300px;
  width: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.spotted-card-img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.3s;
  filter: brightness(0.97);
}
.spotted-card:hover .spotted-card-img { transform: scale(1.04); filter: brightness(0.88); }
.spotted-card-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(6px);
  font-size: 8.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--near-black);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s, transform 0.25s;
}
.spotted-card:hover .spotted-card-tag { opacity: 1; transform: translateY(0); }
.spotted-footer-cta { text-align: center; margin-top: 30px; }
.spotted-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--near-black);
  text-decoration: none;
  border-bottom: 0.5px solid var(--near-black);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.spotted-cta-link:hover { color: var(--taupe-dark); border-color: var(--taupe-dark); }

@media (max-width: 768px) {
  .spotted-card { flex: 0 0 220px; width: 220px; }
  .spotted-card-img { width: 220px; height: 290px; }
}

/* ══ CATEGORY CARD PLACEHOLDER BACKGROUND ════════════════════ */
.category-card {
  flex: 0 0 calc(25% - 10.5px);
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  background: var(--taupe-bg);
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
  display: block;
}
.category-card:hover img { transform: scale(1.05); }

/* ══ HEADER NAV ICON BUTTON RESET ════════════════════════════ */
/* Removes white box from search/cart buttons */
button.nav-icon,
.nav-icon,
button.nav-search-btn,
button.hamburger {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
}

/* ══ 3-PANEL SECTION HOVER ═══════════════════════════════════ */
.trio2-panel:hover img {
  transform: scale(1.05) !important;
}

/* ══ PRODUCT CARD (archive + homepage) ══════════════════════ */
.aurelle-product-card {
  background: var(--white);
  position: relative;
  border-right: 0.5px solid rgba(181,175,166,0.15);
  border-bottom: 0.5px solid rgba(181,175,166,0.15);
  overflow: hidden;
}
.aurelle-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.aurelle-card-img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f8f7f5;
}
.aurelle-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.7s ease;
}
.aurelle-product-card:hover .aurelle-card-img-wrap img {
  transform: scale(1.04);
}
.aurelle-add-btn,
.p-add-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26,25,22,0.9);
  color: var(--white) !important;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 13px;
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  display: block;
  transform: translateY(100%);
  transition: transform 0.3s ease, background 0.2s;
  line-height: 1;
}
.aurelle-add-btn:hover,
.p-add-btn:hover { background: rgba(26,25,22,1); }
.aurelle-add-btn--disabled,
.p-add-btn--disabled {
  background: rgba(181,175,166,0.7);
  cursor: default;
}
.aurelle-product-card:hover .aurelle-add-btn,
.product-card:hover .p-add-btn { transform: translateY(0); }

/* Added to cart confirmation */
.aurelle-add-btn.added,
.add_to_cart_button.added { background: rgba(26,25,22,1); }
.aurelle-add-btn.loading,
.add_to_cart_button.loading { opacity: 0.7; }

.aurelle-card-info,
.aurelle-card-info { padding: 13px 14px 18px; }
.aurelle-card-name { font-size: 13px; color: var(--near-black); margin-bottom: 3px; font-weight: 400; }
.aurelle-card-cat  { font-size: 10px; color: var(--mid-gray); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; }
.aurelle-card-price { font-size: 13px; color: var(--near-black); font-weight: 300; }

/* ══ INNER PAGE HEADER OFFSET ════════════════════════════════ */
/* All non-homepage pages need padding for fixed header */
body:not(.home) {
  padding-top: 108px;
}
body:not(.home) .site-header {
  background: var(--taupe-bg) !important;
  top: 0 !important;
}
/* Announcement bar hidden on inner pages */
body:not(.home) .announcement {
  display: none;
}
/* Shop toolbar sticks below header */
.toolbar { top: 72px !important; }

/* WC single product page */
body.single-product { padding-top: 0 !important; }

@media(max-width:900px) {
  body:not(.home) { padding-top: 60px; }
  .toolbar { top: 60px !important; }
}

/* ══ SHOP PAGE GRID RESPONSIVE ═══════════════════════════════ */
@media(max-width:900px){
  .shop-grid { grid-template-columns: repeat(2,1fr) !important; margin: 0 16px 60px !important; }
}

/* ══ HEADER STATE OVERRIDES ══════════════════════════════════ */

/* Transparent on homepage (before scroll) */
.site-header.transparent {
  position: fixed;
  top: 36px; /* below announcement bar */
  left: 0; right: 0;
  background: transparent;
  border-bottom: 0.5px solid transparent;
  transition: background 0.4s, top 0.3s;
  z-index: 1000;
}
.site-header.transparent.scrolled {
  background: var(--taupe-bg);
  top: 0;
  border-bottom-color: rgba(0,0,0,0.08);
}

/* Always solid on inner pages — no announcement bar */
.site-header.solid {
  position: fixed !important;
  top: 0 !important;
  left: 0; right: 0;
  background: var(--taupe-bg) !important;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  z-index: 1000;
}

/* Announcement — homepage only, hidden after scroll */
.announcement {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  transition: opacity 0.3s;
}
.announcement.hidden { opacity: 0; pointer-events: none; }

/* Inner pages: push content below 72px fixed nav */
body:not(.home) { padding-top: 72px !important; }
body:not(.home) .announcement { display: none !important; }

/* Homepage: push content below announcement (36px) + nav (72px) = 0
   because hero is full screen and nav is transparent overlay */


/* Shop toolbar sits below fixed nav on inner pages */
.toolbar { top: 72px !important; }

/* WP admin bar adjustments */
.admin-bar .site-header.transparent { top: calc(36px + 32px); }
.admin-bar .site-header.transparent.scrolled { top: 32px; }
.admin-bar .site-header.solid { top: 32px !important; }
.admin-bar .announcement { top: 32px; }
.admin-bar body:not(.home) { padding-top: calc(72px + 32px) !important; }




/* Hero - classic full-bleed technique */


/* Video - classic cover technique, no object-fit dependency */







/* Fix main container width */




/* Hero acts as a viewport-height spacer */


/* Video + overlay + content fixed to viewport */






.categories-section,
.products-section,
.trust-section,
.spotted-section,
.newsletter-section,
.site-footer,
section[style*="background"] {
  position: relative !important;
  z-index: 1 !important;
  background: var(--white) !important;
}
.categories-section { background: var(--cream) !important; }
.trust-section      { background: var(--cream) !important; }
.newsletter-section { background: var(--near-black) !important; }
.site-footer        { background: var(--near-black) !important; }
.spotted-section    { background: var(--white) !important; }

/* ═══════════════════════════════════════════════════════════
   HERO — single clean definition (landscape video)
═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: var(--taupe-bg);
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.04) 40%, rgba(0,0,0,0.45) 100%);
  z-index: 1;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Make <main> full width on homepage so hero isn't constrained */
.home main { max-width: none; width: 100%; overflow-x: clip; }







/* ══ CURATED EDITS GRID ═════════════════════════════════════ */
.curated-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 48px;
}
.trio2-panel {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/4;
}
.trio2-panel:hover img { transform: scale(1.05); }

/* ══ MOBILE ═════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Category carousel → swipe ── */
  .carousel-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0;
  }
  .carousel-wrapper::-webkit-scrollbar { display: none; }
  .carousel-track,
  #carouselTrack {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0 16px;
  }
  .category-card {
    flex: 0 0 70vw;
    max-width: 70vw;
    min-width: 70vw;
  }

  /* ── Curated edits → swipe ── */
  .curated-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0 16px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .curated-grid::-webkit-scrollbar { display: none; }
  .trio2-panel {
    flex: 0 0 78vw;
    min-width: 78vw;
    scroll-snap-align: start;
  }

  /* ── Products → 2 columns ── */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 16px;
  }

  /* ── Trust → compact ── */
  .trust-section {
    padding: 32px 10px;
    gap: 4px;
  }
  .trust-title { font-size: 11px; }
  .trust-desc { font-size: 9px; line-height: 1.4; }
  .trust-icon svg { width: 26px; height: 26px; }

  /* ── Sections ── */
  .section-header { padding: 0 16px 20px; }
  .categories-section { padding: 40px 0 32px; }
  .products-section { padding: 40px 0 32px; }
  .view-more-wrap { padding: 0 16px; }
  .site-footer { padding: 40px 16px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }

  /* ── Shop grid ── */
  .shop-grid { grid-template-columns: repeat(2, 1fr) !important; margin: 0 16px !important; }
}


/* Arrow indicator for items with children */
.desktop-nav-list .nav-dropdown .menu-item-has-children > .nav-dropdown-link::after {
  content: '›';
  float: right;
  margin-left: 10px;
  font-size: 14px;
  color: var(--taupe-dark);
}

/* Mobile drawer subcategories */
.drawer-sub {
  display: none;
  padding-left: 16px;
}
.drawer-nav-item.expanded .drawer-sub {
  display: block;
}
.drawer-sub-link {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(181,175,166,0.2);
}
.drawer-sub-link:hover { color: var(--near-black); }


/* First-level dropdown items need relative positioning */
.desktop-nav-list .nav-dropdown > li {
  position: relative !important;
}

/* Second-level dropdown (subcategories) */
.desktop-nav-list .nav-dropdown > li > .nav-dropdown {
  display: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  background: var(--white) !important;
  min-width: 160px !important;
  list-style: none !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
  border-left: 2px solid var(--taupe) !important;
  border-top: none !important;
  z-index: 9999 !important;
}

/* Show subcategories on hover */
.desktop-nav-list .nav-dropdown > li:hover > .nav-dropdown {
  display: block !important;
}

/* Arrow for parent items with children */
.desktop-nav-list .nav-dropdown > li.menu-item-has-children > a::after {
  content: '›';
  float: right;
  margin-left: 12px;
  font-size: 16px;
  color: var(--taupe-dark);
}

/* Mobile drawer subcategories */
.drawer-sub {
  display: none;
  padding-left: 16px;
}
.drawer-nav-item.expanded .drawer-sub {
  display: block;
}
.drawer-sub-link {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(181,175,166,0.2);
}
.drawer-sub-link:hover { color: var(--near-black); }

/* Hide "X in stock" text — only show out of stock */
.stock.in-stock,
p.stock.in-stock,
.woocommerce-variation-availability .stock:not(.out-of-stock) {
  display: none !important;
}

/* ══ SUBCATEGORY DROPDOWN — inline approach ═════════════════ */
/* Subcategories show indented below their parent in the same dropdown */
.desktop-nav-list .nav-dropdown .nav-dropdown {
  display: none;
  position: relative;
  left: auto;
  top: auto;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  min-width: auto;
  list-style: none;
}
.desktop-nav-list .nav-dropdown > li:hover > .nav-dropdown {
  display: block;
}
.desktop-nav-list .nav-dropdown .nav-dropdown a {
  padding-left: 36px !important;
  font-size: 10px !important;
  color: var(--mid-gray) !important;
}
.desktop-nav-list .nav-dropdown .nav-dropdown a:hover {
  color: var(--near-black) !important;
  background: var(--cream) !important;
}
/* Arrow indicator */
.desktop-nav-list .nav-dropdown > li.menu-item-has-children > a::after {
  content: '+';
  float: right;
  margin-right: 20px;
  font-size: 12px;
  color: var(--taupe-dark);
  font-weight: 300;
}
.desktop-nav-list .nav-dropdown > li.menu-item-has-children:hover > a::after {
  content: '−';
}

/* Mobile drawer */
.drawer-sub { display: none; padding-left: 16px; }
.drawer-nav-item.expanded .drawer-sub { display: block; }
.drawer-sub-link {
  display: block; padding: 10px 0; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mid-gray); text-decoration: none;
  border-bottom: 0.5px solid rgba(181,175,166,0.2);
}
.drawer-sub-link:hover { color: var(--near-black); }


.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
    position: static !important;
    width: 100%;
    text-align: center;
    margin: 50px auto 30px;
    clear: both;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    gap: 8px;
    border: none;
    margin: 0;
}

.woocommerce-pagination ul.page-numbers li {
    border: none;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #B5AFA6;
    color: #1A1916;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    text-decoration: none;
    background: #FFFFFF;
}

.woocommerce-pagination .page-numbers span.current {
    background: #1A1916;
    color: #F4F1EE;
    border-color: #1A1916;
}


/* ============================================
   POLICY PAGES (Shipping, Exchange, etc.)
   Append to style.css — remember to bump the
   version param / use time() to bust cache.
   ============================================ */

.policy-page {
    background: #F4F1EE;
    padding: 100px 24px 120px;
    min-height: 60vh;
}

/* ---- Header: echoes the logo lockup ---- */

.policy-header {
    max-width: 640px;
    margin: 0 auto 64px;
    text-align: center;
}

.policy-eyebrow {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #B5AFA6;
    margin-bottom: 18px;
}

.policy-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1A1916;
    margin: 0 0 26px;
    line-height: 1.15;
}

/* Hairline rule, like the line under AURELLE in the logo */
.policy-rule {
    display: block;
    width: 56px;
    height: 1px;
    background: #B5AFA6;
    margin: 0 auto;
}

/* ---- Body content ---- */

.policy-content {
    max-width: 560px;
    margin: 0 auto;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
    color: #1A1916;
}

.policy-content p {
    margin: 0 0 22px;
}

.policy-content strong {
    font-weight: 500;
}

/* Section subheadings inside the content (use Heading 2 in the editor) */
.policy-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    color: #1A1916;
    margin: 48px 0 16px;
    line-height: 1.2;
}

/* If bulleted lists are used, keep them quiet and editorial */
.policy-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.policy-content ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.policy-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 10px;
    height: 1px;
    background: #B5AFA6;
}

.policy-content a {
    color: #1A1916;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #B5AFA6;
    transition: text-decoration-color 0.2s ease;
}

.policy-content a:hover {
    text-decoration-color: #1A1916;
}

/* ---- Mobile ---- */

@media (max-width: 600px) {
    .policy-page {
        padding: 64px 20px 80px;
    }

    .policy-title {
        font-size: 32px;
    }

    .policy-header {
        margin-bottom: 44px;
    }

    .policy-content {
        font-size: 14.5px;
    }
}