/*
Theme Name: Shanzay B Luxury
Theme URI: https://shanzayb.com
Author: Shanzay B
Description: Sophisticated luxury e-commerce theme for Shanzay B – Clothing, Shoes, Perfumes & Bags.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: shanzay-b
WooCommerce: true
Tags: e-commerce, luxury, fashion, woocommerce, custom-logo
*/

/* ============================================================
   SHANZAY B LUXURY — v1.1
   Fonts: Playfair Display (display) + DM Sans (body)
   Palette: Ivory #F5F0EB | Charcoal #1A1A1A | Gold #C9A84C | Mist #E8E2DA
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --ivory:        #F5F0EB;
  --ivory-deep:   #EDE6DC;
  --charcoal:     #1A1A1A;
  --charcoal-mid: #2E2E2E;
  --charcoal-lite:#5A5A5A;
  --gold:         #C9A84C;
  --gold-light:   #DEC06A;
  --mist:         #E8E2DA;
  --white:        #FFFFFF;

  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-elegant: 'Cormorant Garamond', 'Playfair Display', 'Georgia', serif;
  --font-body:    'DM Sans', 'Helvetica Neue', sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 7rem;

  --transition:      0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.18s ease;

  --shadow-soft: 0 2px 20px rgba(26,26,26,0.07);
  --shadow-mid:  0 6px 40px rgba(26,26,26,0.12);

  --container-max: 1320px;

  /* Header height — used for page spacing */
  --header-h: 74px;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-body); font-weight: 300; color: var(--charcoal); background: var(--ivory); line-height: 1.7; }
html { overflow-x: hidden; } /* overflow-x on html not body — body overflow-x:hidden breaks sticky */
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition-fast); }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
input, select, textarea { font-family: var(--font-body); }

/* ── Typography ────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--charcoal);
}
h1 { font-size: clamp(2.5rem, 5vw, 5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3.5rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 2.2rem); }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.1rem; }

p { margin-bottom: 1.1em; line-height: 1.75; }
p:last-child { margin-bottom: 0; }

.label {
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal-lite);
}

/* ── Layout ────────────────────────────────────────────────── */
.container { max-width: var(--container-max); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 3rem); }
.section    { padding-block: var(--space-xl); }
.section--sm{ padding-block: var(--space-lg); }
.text-center { text-align: center; }
.text-gold   { color: var(--gold); }

/* ── Ornament ──────────────────────────────────────────────── */
.ornament { display: flex; align-items: center; gap: 1.2rem; margin-block: 1.5rem; }
.ornament::before, .ornament::after { content: ''; flex: 1; height: 1px; background: var(--gold); opacity: 0.4; }
.ornament__diamond { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announcement-bar {
  background: #080604;
  color: rgba(245,240,235,0.62);
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  position: relative;
  z-index: 1002;
}
.announcement-bar a { color: var(--gold); text-decoration: none; }
.announcement-bar a:hover { opacity: 0.75; }

/* ============================================================
   SITE HEADER  —  Professional, inspired by Asim Jofa / Maria B
   Single flex row: [Left Nav] · [Logo] · [Right Nav | Icons]
   Shown on ALL pages (homepage, shop, product, pages, etc.)
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #090705;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
/* Subtle background shimmer line */
.site-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(201,168,76,0.3) 30%,
    rgba(201,168,76,0.5) 50%,
    rgba(201,168,76,0.3) 70%,
    transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site-header.is-scrolled::after { opacity: 1; }
.site-header.is-scrolled {
  background: rgba(9,7,5,0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 4px 60px rgba(0,0,0,0.7);
}

/* ── Single flex row — NEVER wraps ──────────────────────── */
.header-inner {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 clamp(0.8rem, 2.2vw, 2.5rem);
  gap: 0;
  transition: height 0.35s ease;
}
.site-header.is-scrolled .header-inner { height: 48px; }

/* ── LEFT NAV ────────────────────────────────────────────── */
.nav-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

/* ── CENTER LOGO ─────────────────────────────────────────── */
.site-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(1rem, 2vw, 2.5rem);
  text-decoration: none;
  line-height: 1;
}
/* Works on any logo image — knocks out white backgrounds */
.site-logo img,
.logo-blend-wrap img,
.custom-logo-link img {
  height: 36px;
  width: auto;
  max-width: 150px;
  display: block;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: brightness(1.25) contrast(1.1);
  transition: height 0.35s ease;
  background: transparent !important;
}
.site-header.is-scrolled .site-logo img,
.site-header.is-scrolled .logo-blend-wrap img,
.site-header.is-scrolled .custom-logo-link img { height: 30px; }
/* Text fallback if no image logo */
.logo-text {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  color: var(--ivory);
  white-space: nowrap;
  line-height: 1;
}
.logo-text__last { color: var(--gold); }
.site-logo a, .logo-blend-wrap, .custom-logo-link {
  background: transparent !important;
  display: block;
}

/* ── RIGHT SIDE ──────────────────────────────────────────── */
.nav-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
}
.nav-right-links {
  display: flex;
  align-items: center;
}

/* ── NAV LINKS (shared style) ────────────────────────────── */
.nav-left .nav-link,
.nav-right-links .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  height: 54px;
  padding: 0 clamp(0.55rem, 0.9vw, 0.9rem);
  font-family: var(--font-body);
  font-size: 0.59rem;
  font-weight: 500;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.52);
  position: relative;
  white-space: nowrap;
  transition: color 0.22s ease;
  text-decoration: none;
}
.site-header.is-scrolled .nav-left .nav-link,
.site-header.is-scrolled .nav-right-links .nav-link { height: 48px; }
.nav-left .nav-link:hover,
.nav-right-links .nav-link:hover,
.nav-left .nav-link.current-menu-item,
.nav-right-links .nav-link.current-menu-item { color: rgba(245,240,235,0.92); }

/* Gold bottom bar on hover/active */
.nav-left .nav-link::after,
.nav-right-links .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%; right: 50%;
  height: 1px;
  background: var(--gold);
  transition: left 0.28s ease, right 0.28s ease;
}
.nav-left .nav-link:hover::after,
.nav-right-links .nav-link:hover::after,
.nav-left .nav-link.current-menu-item::after,
.nav-right-links .nav-link.current-menu-item::after {
  left: clamp(0.6rem, 1vw, 1.1rem);
  right: clamp(0.6rem, 1vw, 1.1rem);
}

/* Hot/sale link */
.nav-link--hot { color: #c9a84c !important; }
.nav-link--hot:hover { color: #e0bf6b !important; }

/* Small "New" badge pill */
.nav-badge {
  display: inline-block;
  font-size: 0.38rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--gold);
  color: #090705;
  padding: 1px 4px;
  line-height: 1.6;
  border-radius: 2px;
  margin-left: 0.1rem;
  vertical-align: middle;
}

/* ── HEADER ICONS ────────────────────────────────────────── */
.header-icons {
  display: flex;
  align-items: center;
  gap: 0;
  border-left: 1px solid rgba(201,168,76,0.1);
  margin-left: 0.4rem;
  padding-left: 0.2rem;
  flex-shrink: 0;
}
.header-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(245,240,235,0.55);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.header-icon:hover { color: var(--gold); }
.header-icon svg { width: 16px; height: 16px; stroke-width: 1.4; flex-shrink: 0; }

/* Cart count badge */
.cart-count {
  position: absolute;
  top: 4px; right: 2px;
  min-width: 14px; height: 14px;
  background: var(--gold);
  color: #090705;
  font-size: 0.43rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0 2px;
  line-height: 1;
  pointer-events: none;
}
.cart-count--hidden { display: none; }

/* ── HAMBURGER (mobile only) ─────────────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  padding: 0;
  margin-left: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  height: 1.5px; width: 22px;
  background: rgba(245,240,235,0.65);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.22s ease, background 0.2s ease;
}
.nav-toggle:hover span { background: var(--ivory); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; width: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── DROPDOWN sub-menus ──────────────────────────────────── */
.nav-left > .menu-item-has-children,
.nav-right-links > .menu-item-has-children { position: relative; }
.nav-left > .menu-item-has-children > .sub-menu,
.nav-right-links > .menu-item-has-children > .sub-menu {
  position: absolute; top: 100%; left: 0;
  min-width: 210px;
  background: #090705;
  border: 1px solid rgba(201,168,76,0.18);
  border-top: 2px solid var(--gold);
  padding: 0.6rem 0;
  list-style: none;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 999;
}
.nav-left > .menu-item-has-children:hover > .sub-menu,
.nav-right-links > .menu-item-has-children:hover > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.sub-menu .menu-item a {
  display: block;
  padding: 0.65rem 1.4rem;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.48);
  transition: color 0.15s, padding-left 0.15s;
  text-decoration: none;
}
.sub-menu .menu-item a:hover { color: var(--gold); padding-left: 1.8rem; }

/* ── FULL-SCREEN SEARCH OVERLAY ──────────────────────────── */
.search-overlay {
  position: fixed; inset: 0;
  background: rgba(9,7,5,0.97);
  z-index: 9999;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 2rem;
}
.search-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.search-overlay__close {
  position: absolute; top: 1.8rem; right: 1.8rem;
  background: none; border: none;
  color: rgba(245,240,235,0.35); cursor: pointer;
  transition: color 0.2s;
}
.search-overlay__close:hover { color: var(--gold); }
.search-overlay__form {
  display: flex; align-items: center; gap: 1rem;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  width: 100%; max-width: 600px;
  padding-bottom: 0.8rem;
}
.search-overlay__form input[type="search"] {
  flex: 1; background: none; border: none; outline: none;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: var(--ivory);
  padding: 0.4rem 0;
}
.search-overlay__form input[type="search"]::placeholder { color: rgba(245,240,235,0.18); }
.search-overlay__form button[type="submit"] { background: none; border: none; color: var(--gold); cursor: pointer; padding: 0; }
.search-overlay__hint {
  font-size: 0.54rem; letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.2);
}

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.mobile-drawer {
  position: fixed; top: 0; right: -100%;
  width: min(360px, 92vw); height: 100dvh;
  background: var(--ivory); z-index: 2000;
  transition: right 0.48s cubic-bezier(0.77,0,0.175,1);
  display: flex; flex-direction: column; overflow-y: auto;
  box-shadow: -6px 0 36px rgba(0,0,0,0.14);
}
.mobile-drawer.is-open { right: 0; }
.drawer-overlay, .mini-cart-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(26,26,26,0.5);
  z-index: 1999;
  backdrop-filter: blur(2px);
}
.drawer-overlay.is-open,
.mini-cart-overlay.is-open { display: block; }

.drawer-header {
  padding: 1.5rem 1.8rem;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--mist);
}
.drawer-close {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  color: var(--charcoal-lite);
  border-radius: 50%;
  transition: color var(--transition-fast), background var(--transition-fast);
}
.drawer-close:hover { color: var(--charcoal); background: var(--mist); }

.drawer-nav { padding: 1.5rem 1.8rem; flex: 1; }
.drawer-nav .nav-item { border-bottom: 1px solid var(--mist); }
.drawer-nav .nav-link {
  display: block; padding-block: 1rem;
  font-size: 0.72rem; letter-spacing: 0.16em;
  color: var(--charcoal);
}
.drawer-nav .nav-link::after { display: none; }

/* ============================================================
   MINI CART
   ============================================================ */
.mini-cart {
  position: fixed; top: 0; right: -480px;
  width: min(420px, 96vw); height: 100dvh;
  background: var(--ivory); z-index: 3000;
  transition: right 0.48s cubic-bezier(0.77,0,0.175,1);
  display: flex; flex-direction: column;
  box-shadow: -6px 0 50px rgba(0,0,0,0.13);
}
.mini-cart.is-open { right: 0; }
.mini-cart-overlay { z-index: 2999; }

.mini-cart__header {
  padding: 1.6rem 1.8rem;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--mist);
}
.mini-cart__title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; }
.mini-cart__count { font-size: 0.62rem; letter-spacing: 0.14em; color: var(--charcoal-lite); margin-top: 0.2rem; }
.mini-cart__items { flex: 1; overflow-y: auto; padding: 1.2rem 1.8rem; scrollbar-width: thin; }

.mini-cart__footer {
  padding: 1.6rem 1.8rem;
  border-top: 1px solid var(--mist);
  background: var(--ivory-deep);
}
.mini-cart__subtotal { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.2rem; }
.mini-cart__subtotal span { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--charcoal-lite); }
.mini-cart__subtotal strong { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; }
.mini-cart__footer .btn { width: 100%; justify-content: center; margin-bottom: 0.7rem; }
.mini-cart__shipping-note { text-align: center; font-size: 0.6rem; color: var(--charcoal-lite); letter-spacing: 0.1em; margin-top: 0.5rem; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-body); font-size: 0.65rem; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: 1px solid currentColor;
  transition: var(--transition); cursor: pointer;
  position: relative; overflow: hidden;
}
.btn::before { content: ''; position: absolute; inset: 0; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform var(--transition); z-index: 0; }
.btn:hover::before { transform: scaleX(1); }
.btn span { position: relative; z-index: 1; }
.btn:hover span { mix-blend-mode: difference; }

.btn--dark  { color: var(--charcoal); border-color: var(--charcoal); }
.btn--dark:hover { color: var(--white); }
.btn--light { color: var(--ivory); border-color: var(--ivory); }
.btn--light:hover { color: var(--charcoal); }
.btn--gold  { background: var(--gold); border-color: var(--gold); color: var(--charcoal); }
.btn--gold::before { background: var(--charcoal); }
.btn--gold:hover { color: var(--ivory); }

.btn-arrow {
  font-family: var(--font-body); font-size: 0.65rem; font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--charcoal);
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding-bottom: 2px; border-bottom: 1px solid var(--gold);
  transition: gap var(--transition-fast), color var(--transition-fast);
}
.btn-arrow:hover { gap: 0.9rem; color: var(--gold); }
.btn-arrow-light { color: var(--ivory); border-color: rgba(245,240,235,0.35); }
.btn-arrow-light:hover { color: var(--gold-light); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  isolation: isolate;
}
.hero__panel { position: relative; overflow: hidden; isolation: isolate; }
.hero__panel--left { background: var(--charcoal); }
.hero__panel--right { background: #1a120a; isolation: isolate; z-index: 1; border-left: 1px solid rgba(201,168,76,0.08); overflow: hidden; }

.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: 0.6; transition: transform 8s ease; }
.hero__panel--left .hero__image { opacity: 0.65; }
.hero__panel--right .hero__image { opacity: 0.55; }
.hero:hover .hero__image { transform: scale(1.03); }

.hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem, 5vw, 4rem); overflow: hidden; }
.hero__panel--right .hero__content { justify-content: center; }

.hero__eyebrow { font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
.hero__title { font-family: var(--font-display); font-size: clamp(2.8rem, 5.5vw, 6rem); font-weight: 400; font-style: italic; line-height: 1.05; color: var(--ivory); margin-bottom: 1.2rem; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.hero__panel--right .hero__title { color: var(--ivory); font-style: normal; font-size: clamp(2rem, 3.5vw, 4rem); text-shadow: 0 2px 20px rgba(0,0,0,0.6); }
.hero__subtitle { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,240,235,0.75); margin-bottom: 2.5rem; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }
.hero__panel--right .hero__subtitle { color: rgba(245,240,235,0.75); }

.hero__center-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 20; pointer-events: none; text-align: center; }
.hero__center-logo img { width: clamp(70px, 9vw, 120px); filter: brightness(0) invert(1); }

.hero__scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; animation: scroll-bounce 2.2s ease infinite; }
.hero__scroll span { font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(245,240,235,0.45); }
.hero__scroll-line { width: 1px; height: 36px; background: linear-gradient(to bottom, var(--gold), transparent); }
@keyframes scroll-bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(7px)} }

/* ============================================================
   SECTION HEADER
   ============================================================ */
.section-header { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-header--center { text-align: center; }
.section-header .label { display: block; margin-bottom: 0.7rem; }
.section-header h2 { margin-bottom: 0; }
.section-header p { font-size: 0.88rem; color: var(--charcoal-lite); max-width: 44ch; margin-top: 0.8rem; font-weight: 300; }
.section-header--center p { margin-inline: auto; }

/* ============================================================
   CATEGORY GRID
   ============================================================ */
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--mist); }

.category-card { position: relative; overflow: hidden; aspect-ratio: 3/4; background: var(--charcoal); cursor: pointer; display: block; }
.category-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: transform 0.65s ease, opacity 0.5s ease; }
.category-card:hover .category-card__image { transform: scale(1.06); opacity: 0.42; }
.category-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,26,0.75) 0%, transparent 55%); }
.category-card__content { position: absolute; bottom: 0; left: 0; right: 0; padding: clamp(1.2rem, 3vw, 2rem); }
.category-card__label { display: block; font-size: 0.56rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.category-card__name { font-family: var(--font-display); font-size: clamp(1.5rem, 2.8vw, 2.6rem); font-weight: 400; color: var(--ivory); line-height: 1; transition: transform var(--transition); }
.category-card__cta { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,240,235,0.55); margin-top: 0.7rem; opacity: 0; transform: translateY(8px); transition: opacity var(--transition), transform var(--transition); }
.category-card:hover .category-card__cta { opacity: 1; transform: translateY(0); }
.category-card:hover .category-card__name { transform: translateY(-4px); }

/* ============================================================
   PRODUCTS GRID
   ============================================================ */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); }

.product-card { display: block; position: relative; }
.product-card__media { position: relative; overflow: hidden; aspect-ratio: 3/4; background: var(--mist); margin-bottom: 1rem; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.65s ease, opacity 0.4s ease; }
.product-card__image--hover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.5s ease; }
.product-card:hover .product-card__image { transform: scale(1.04); opacity: 0; }
.product-card:hover .product-card__image--hover { opacity: 1; }

.product-card__badge { position: absolute; top: 0.8rem; left: 0.8rem; font-size: 0.52rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.25rem 0.6rem; z-index: 2; }
.badge--new  { background: var(--charcoal); color: var(--ivory); }
.badge--sale { background: var(--gold); color: var(--charcoal); }

.product-card__wishlist { position: absolute; top: 0.8rem; right: 0.8rem; width: 32px; height: 32px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; opacity: 0; transform: scale(0.8); transition: var(--transition); }
.product-card:hover .product-card__wishlist { opacity: 1; transform: scale(1); }
.product-card__wishlist svg { width: 14px; height: 14px; color: var(--charcoal); }

.product-card__actions { position: absolute; bottom: 0.8rem; left: 0.8rem; right: 0.8rem; opacity: 0; transform: translateY(8px); transition: var(--transition); z-index: 2; }
.product-card:hover .product-card__actions { opacity: 1; transform: translateY(0); }

.product-card__category { font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--charcoal-lite); margin-bottom: 0.25rem; }
.product-card__name { font-family: var(--font-display); font-size: 1.05rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.4rem; line-height: 1.2; }
.product-card__price { font-size: 0.82rem; font-weight: 300; color: var(--charcoal); }
.product-card__price del { color: var(--charcoal-lite); margin-right: 0.4rem; font-size: 0.75rem; }
.product-card__price .sale-price { color: var(--gold); }

/* ============================================================
   EDITORIAL BANNER
   ============================================================ */
.editorial-banner { position: relative; min-height: 65vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.editorial-banner__image-side { position: relative; overflow: hidden; }
.editorial-banner__image { width: 100%; height: 100%; object-fit: cover; transition: transform 8s ease; }
.editorial-banner:hover .editorial-banner__image { transform: scale(1.03); }
.editorial-banner__content-side { background: var(--charcoal); display: flex; align-items: center; padding: clamp(3rem, 7vw, 8rem); }
.editorial-banner__content { max-width: 400px; }
.editorial-banner__eyebrow { font-size: 0.6rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; display: block; }
.editorial-banner__title { color: var(--ivory); margin-bottom: 1.2rem; font-size: clamp(2rem, 3.5vw, 3.8rem); font-style: italic; }
.editorial-banner__body { font-size: 0.84rem; font-weight: 300; color: rgba(245,240,235,0.6); line-height: 1.85; margin-bottom: 2.2rem; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--charcoal); padding-block: var(--space-xl); }
.testimonial-slide { display: none; text-align: center; animation: fadeInUp 0.55s ease; }
.testimonial-slide.active { display: block; }
@keyframes fadeInUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
.testimonial-quote { font-family: var(--font-display); font-size: clamp(1.3rem, 2.8vw, 2.4rem); font-weight: 400; font-style: italic; color: var(--ivory); max-width: 780px; margin: 0 auto 1.8rem; line-height: 1.4; }
.testimonial-author { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.testimonial-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2.2rem; }
.testimonial-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(245,240,235,0.22); cursor: pointer; transition: background var(--transition-fast), transform var(--transition-fast); }
.testimonial-dot.active { background: var(--gold); transform: scale(1.4); }

/* ============================================================
   FEATURES BAR
   ============================================================ */
.features-bar { background: var(--ivory-deep); border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); }
.features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--mist); }
.feature-item { background: var(--ivory-deep); padding: 2rem 1.5rem; text-align: center; }
.feature-item__icon { width: 34px; height: 34px; margin: 0 auto 0.9rem; color: var(--gold); }
.feature-item__icon svg { width: 100%; height: 100%; }
.feature-item__title { font-family: var(--font-display); font-size: 0.95rem; margin-bottom: 0.35rem; }
.feature-item__text { font-size: 0.72rem; color: var(--charcoal-lite); line-height: 1.55; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter { background: var(--charcoal); padding-block: var(--space-lg); text-align: center; position: relative; overflow: hidden; }
.newsletter::before { display: none; }
.newsletter-inner { position: relative; z-index: 1; }
.newsletter-eyebrow { display: block; font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.9rem; }
.newsletter h2 { color: var(--ivory); margin-bottom: 0.8rem; }
.newsletter p { color: rgba(245,240,235,0.55); font-size: 0.84rem; margin-bottom: 2.2rem; max-width: 44ch; margin-inline: auto; }
.newsletter-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 2px;
  overflow: hidden;
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 1rem 1.4rem;
  background: rgba(255,255,255,0.06);
  border: none;
  border-right: 1px solid rgba(201,168,76,0.25);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 300;
  outline: none;
  min-width: 0;
  transition: background var(--transition-fast);
}
.newsletter-form input[type="email"]:focus {
  background: rgba(255,255,255,0.10);
}
.newsletter-form input::placeholder {
  color: rgba(245,240,235,0.45);
  letter-spacing: 0.06em;
}
.newsletter-form button {
  padding: 1rem 1.8rem;
  background: var(--gold);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition-fast);
  flex-shrink: 0;
}
.newsletter-form button:hover { background: var(--gold-light); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--charcoal); color: var(--ivory); padding-top: var(--space-xl); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); padding-bottom: var(--space-lg); }

.footer-logo { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; letter-spacing: 0.12em; color: var(--ivory); display: block; margin-bottom: 0.3rem; }
.footer-brand-tagline { font-size: 0.56rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; display: block; }
.footer-brand-desc { font-size: 0.78rem; font-weight: 300; color: rgba(245,240,235,0.48); line-height: 1.8; max-width: 26ch; }

.footer-col__title { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(245,240,235,0.38); margin-bottom: 1.4rem; font-family: var(--font-body); font-weight: 400; }
.footer-col ul li { margin-bottom: 0.75rem; }
.footer-col ul a { font-size: 0.8rem; font-weight: 300; color: rgba(245,240,235,0.55); transition: color var(--transition-fast); }
.footer-col ul a:hover { color: var(--ivory); }

.footer-contact-item { display: flex; gap: 0.75rem; margin-bottom: 0.9rem; align-items: flex-start; }
.footer-contact-item svg { flex-shrink: 0; color: var(--gold); margin-top: 3px; }
.footer-contact-item span { font-size: 0.78rem; font-weight: 300; color: rgba(245,240,235,0.55); line-height: 1.5; }

.footer-bottom { border-top: 1px solid rgba(245,240,235,0.08); padding-block: 1.6rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.62rem; color: rgba(245,240,235,0.28); letter-spacing: 0.08em; margin: 0; }
.footer-payments { display: flex; align-items: center; gap: 0.5rem; font-size: 0.58rem; letter-spacing: 0.1em; color: rgba(245,240,235,0.28); }
.payment-icon { background: rgba(245,240,235,0.07); border: 1px solid rgba(245,240,235,0.1); padding: 0.2rem 0.5rem; font-size: 0.52rem; letter-spacing: 0.06em; color: rgba(245,240,235,0.3); text-transform: uppercase; }

/* ============================================================
   PAGE LOADER
   ============================================================ */
.page-loader {
  position: fixed;
  inset: 0;
  background: #0e0c0a;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  transition: opacity 0.25s ease;
  /* Removed long transition — instant hide via JS */
}
.page-loader.loaded { opacity: 0; visibility: hidden; }
.page-loader__logo {
  font-family: var(--font-elegant);
  font-size: clamp(2.2rem, 7vw, 4.5rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.45em;
  font-style: normal;
  text-transform: uppercase;
  animation: loader-fade 1.8s ease infinite;
  white-space: nowrap;
  line-height: 1;
}
.page-loader__logo span {
  color: var(--gold);
}
.page-loader__line {
  width: 40px;
  height: 1px;
  background: var(--gold);
  animation: loader-line 1.8s ease infinite;
  transform-origin: center;
}
@keyframes loader-fade {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.4; }
}
@keyframes loader-line {
  0%,100% { width: 40px; opacity: 0.6; }
  50%      { width: 80px; opacity: 1; }
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.in-view { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }

/* ============================================================
   WOOCOMMERCE OVERRIDES
   ============================================================ */
.woocommerce-notices-wrapper { max-width: var(--container-max); margin-inline: auto; padding-inline: clamp(1rem,4vw,3rem); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gold); background: var(--ivory-deep); font-family: var(--font-body); font-size: 0.82rem; border-radius: 0; }
.woocommerce-message::before { color: var(--gold); }
.woocommerce-message .button,
.woocommerce .button:not(.close) {
  background: var(--charcoal) !important; color: var(--ivory) !important;
  font-family: var(--font-body) !important; font-size: 0.65rem !important;
  letter-spacing: 0.18em !important; text-transform: uppercase !important;
  border-radius: 0 !important; padding: 0.75rem 1.5rem !important;
  border: 1px solid var(--charcoal) !important;
  transition: background var(--transition-fast) !important;
}
.woocommerce-message .button:hover,
.woocommerce .button:not(.close):hover { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--charcoal) !important; }

.woocommerce .star-rating span::before { color: var(--gold); }
.woocommerce .star-rating { color: var(--mist); }

/* WC Form Fields */
.woocommerce .form-row input.input-text,
.woocommerce .form-row select,
.woocommerce .form-row textarea {
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 300;
  border: 1px solid var(--mist); border-radius: 0;
  padding: 0.85rem 1rem; background: var(--ivory); color: var(--charcoal); outline: none; width: 100%;
  transition: border-color var(--transition-fast);
}
.woocommerce .form-row input.input-text:focus,
.woocommerce .form-row select:focus { border-color: var(--gold); box-shadow: none; }
.woocommerce .form-row label { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 400; color: var(--charcoal-lite); font-family: var(--font-body); }

/* Product loop */
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-display); font-size: 1rem; font-weight: 400; color: var(--charcoal); }
.woocommerce ul.products li.product .price { color: var(--charcoal); font-size: 0.88rem; font-weight: 300; }
.woocommerce ul.products li.product .price del { color: var(--charcoal-lite); }
.woocommerce ul.products li.product .price ins { color: var(--gold); text-decoration: none; }

/* Pagination */
.woocommerce-pagination ul li .page-numbers { font-family: var(--font-body); font-size: 0.72rem; border: 1px solid var(--mist); border-radius: 0; color: var(--charcoal-lite); transition: var(--transition-fast); }
.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce-pagination ul li .page-numbers.current { background: var(--charcoal); border-color: var(--charcoal); color: var(--ivory); }

/* Shop header */
.shop-header { background: var(--charcoal); padding-block: var(--space-lg); text-align: center; color: var(--ivory); }
.shop-header h1 { color: var(--ivory); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
  .editorial-banner { grid-template-columns: 1fr; }
  .editorial-banner__image-side { height: 60vw; min-height: 260px; }
  .editorial-banner__image { object-fit: cover; object-position: center 30%; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__panel--left { min-height: 70svh; }
  .hero__panel--right { display: flex; align-items: center; min-height: 55vw; padding: 3rem 2rem; }
  .hero__panel--right .hero__content { position: relative; inset: auto; padding: 0; }
  .hero__scroll { display: none; }
  .nav-left .nav-link, .nav-right-links .nav-link { padding: 0 0.7rem; font-size: 0.55rem; }
}

@media (max-width: 900px) {
  .nav-left { display: none !important; }
  .nav-right-links { display: none !important; }
  .nav-toggle { display: flex !important; }
  .header-inner { height: 60px; }
  .site-header.is-scrolled .header-inner { height: 52px; }
  .site-logo img, .logo-blend-wrap img, .custom-logo-link img { height: 38px; }
  .header-icons { border-left: none; padding-left: 0; margin-left: 0.3rem; }
}

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: repeat(2,1fr) !important; gap: 0.9rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-brand-desc { max-width: none; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input, .newsletter-form button { width: 100%; }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .section-header__split { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .sb-featured-cta { text-align: center; margin-top: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr 1fr !important; gap: 0.6rem !important; }
  .category-grid { grid-template-columns: 1fr 1fr !important; }
  .product-card__name { font-size: 0.82rem; }
  .product-card__price { font-size: 0.76rem; }
  .hero__panel--right { min-height: auto; padding: 2rem 1.2rem 2.5rem; }
  .announcement-bar { font-size: 0.5rem; letter-spacing: 0.14em; padding: 0.4rem 0.5rem; }
}

/* ============================================================
   HERO LEFT PANEL — Brand Image Overlay
   ============================================================ */
.hero__panel--left {
  background-image: none !important;
  background: linear-gradient(145deg,
    #0e0c0a 0%,
    #1a1510 30%,
    #2a1f0f 55%,
    #1e1a0e 75%,
    #111008 100%
  ) !important;
  position: relative;
}
/* Subtle gold pattern overlay */
.hero__panel--left::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.hero__panel-overlay {
  display: none;
}
.hero__panel--left .hero__content {
  position: relative;
  z-index: 2;
}

/* ============================================================
   INSTAGRAM — Elegant CTA Block
   ============================================================ */
.sb-insta-handle {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.sb-insta-handle:hover { color: var(--gold); }

.sb-insta-cta {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}
.sb-insta-cta__brand {
  position: relative;
  height: clamp(320px, 45vw, 520px);
  overflow: hidden;
  border-radius: 2px;
}
.sb-insta-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 8s ease;
}
.sb-insta-cta__brand:hover .sb-insta-cta__image { transform: scale(1.04); }
.sb-insta-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30,25,20,0.82) 0%, rgba(30,25,20,0.3) 50%, rgba(30,25,20,0.1) 100%);
}
.sb-insta-cta__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  z-index: 2;
}
.sb-insta-cta__icon {
  color: var(--gold);
  margin-bottom: 1.2rem;
  opacity: 0.92;
}
.sb-insta-cta__text {
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(245,240,235,0.75);
  line-height: 1.8;
  max-width: 44ch;
  margin-bottom: 1.8rem;
  letter-spacing: 0.03em;
}

/* ============================================================
   NEWSLETTER — Success / Error / Privacy
   ============================================================ */
.newsletter-success {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  animation: fadeInUp 0.5s ease;
}
.newsletter-error {
  color: #e07070;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
.newsletter-privacy {
  font-size: 0.58rem;
  color: rgba(245,240,235,0.28);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.9rem;
}

/* ============================================================
   HEADER — Logo: mix-blend-mode knocks out white background
   ============================================================ */
.site-logo,
.site-logo a,
.custom-logo-link {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}
.site-logo img,
.custom-logo-link img {
  mix-blend-mode: screen;
  filter: brightness(1.15) contrast(1.05) saturate(0.9);
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  max-height: 50px;
  width: auto;
}

/* ============================================================
   LOGO — Text fallback gold accent + blend wrapper
   ============================================================ */
.logo-blend-wrap {
  display: block;
  line-height: 1;
  background: transparent !important;
}
.logo-blend-wrap img,
.logo-blend-wrap .custom-logo-link img {
  mix-blend-mode: screen !important;
  filter: brightness(1.15) contrast(1.05) !important;
  background: transparent !important;
}
.logo-text {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--ivory);
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.logo-text__first {
  color: rgba(245,240,235,0.88);
}
.logo-text__last {
  color: var(--gold);
}

/* ============================================================
   HERO — Mobile: show both panels stacked
   ============================================================ */
@media (max-width: 1100px) {
  .hero__panel--right .hero__title {
    font-size: clamp(2.2rem, 7vw, 4rem);
  }
  .hero__panel--right .hero__eyebrow {
    font-size: 0.6rem;
  }
}
@media (max-width: 600px) {
  .hero__panel--left  { min-height: 65svh; }
  .hero__panel--right { min-height: auto; padding: 2.5rem 1.5rem 3rem; }
  .hero__panel--right .hero__title { font-size: clamp(2rem, 9vw, 3rem); }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.sb-whatsapp-btn {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 9000;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #25D366;
  color: #fff;
  padding: 0.8rem 1.2rem 0.8rem 1rem;
  border-radius: 50px;
  box-shadow: 0 4px 24px rgba(37,211,102,0.35), 0 2px 8px rgba(0,0,0,0.2);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  animation: wa-pulse 3s ease infinite;
}
.sb-whatsapp-btn:hover {
  background: #20c45a;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 32px rgba(37,211,102,0.45), 0 4px 12px rgba(0,0,0,0.25);
  animation: none;
}
.sb-whatsapp-btn svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.sb-whatsapp-btn__label {
  white-space: nowrap;
  line-height: 1;
}
@keyframes wa-pulse {
  0%,100% { box-shadow: 0 4px 24px rgba(37,211,102,0.35), 0 2px 8px rgba(0,0,0,0.2); }
  50%      { box-shadow: 0 4px 32px rgba(37,211,102,0.55), 0 2px 8px rgba(0,0,0,0.2); }
}
/* On mobile — icon only to save space */
@media (max-width: 480px) {
  .sb-whatsapp-btn {
    bottom: 1.5rem;
    right: 1.2rem;
    padding: 0.85rem;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    justify-content: center;
    min-width: 0;
  }
  .sb-whatsapp-btn__label { display: none; }
  .sb-whatsapp-btn svg { width: 26px; height: 26px; flex-shrink: 0; }
}
@media (max-width: 768px) {
  .sb-whatsapp-btn {
    bottom: 1.2rem;
    right: 1rem;
    z-index: 99999;
  }
}

/* ============================================================
   FOOTER — Social Icons
   ============================================================ */
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
}
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245,240,235,0.15);
  border-radius: 50%;
  color: rgba(245,240,235,0.5);
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}
.footer-social__link:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(201,168,76,0.08);
}
.footer-social__link svg { flex-shrink: 0; }

/* ============================================================
   FOOTER — Mobile responsive brand column full-width
   ============================================================ */
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* ============================================================
   CATEGORY CARDS — Image background fix
   ============================================================ */
.category-card {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.category-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.category-card__overlay {
  z-index: 1;
}
.category-card__content {
  z-index: 2;
  position: relative;
}

/* ============================================================
   FEATURED PRODUCTS SECTION
   ============================================================ */
.sb-featured-section {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.sb-featured-section .section-header {
  margin-bottom: 2.5rem;
}
.sb-featured-section .section-header--center {
  text-align: center;
}
.section-header__sub {
  margin-top: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--charcoal-lite, #666);
  letter-spacing: 0.04em;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.sb-featured-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.btn--dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--charcoal, #1A1A1A);
  color: var(--ivory, #F5F0EB);
  border: 1px solid var(--charcoal, #1A1A1A);
  padding: 0.85rem 2rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn--dark:hover {
  background: transparent;
  color: var(--charcoal, #1A1A1A);
}

/* ============================================================
   MOBILE PERFORMANCE — Image loading & rendering fixes
   ============================================================ */

/* Force images to always render, never be invisible */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Category card image — always fills card */
.category-card {
  position: relative;
  overflow: hidden;
  display: block;
  background: #1a1510;
}
.category-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}
.category-card__overlay { z-index: 1; }
.category-card__content { position: relative; z-index: 2; }

/* Product card image — enforce aspect ratio so grid doesn't collapse on slow mobile */
.product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--ivory, #F5F0EB);
}
.product-card__image,
.product-card__image--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* New Arrivals Top section */
.sb-new-arrivals-top {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.section-header__split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ── Mobile: 480px and below ─────────────────────────────── */
@media (max-width: 480px) {
  /* 2-col product grid on mobile — never 1 col */
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important;
  }
  /* Category grid: 2-col on small phones for better UX */
  .category-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.4rem !important;
  }
  .category-card {
    min-height: 220px;
  }
  /* Product card text smaller on mobile */
  .product-card__name { font-size: 0.82rem; line-height: 1.3; }
  .product-card__price { font-size: 0.78rem; }
  .product-card__category { font-size: 0.62rem; }
  /* Smaller section headings on mobile */
  .section-header h2, .section-header__split h2 { font-size: clamp(1.5rem, 7vw, 2.5rem); }
  .section-header .label { font-size: 0.6rem; }
  /* Section padding tighter on mobile */
  .section { padding-top: 2.5rem; padding-bottom: 2rem; }
  .section--sm { padding-top: 1.5rem; padding-bottom: 1rem; }
  /* Featured section */
  .sb-featured-section { padding-top: 2.5rem; }
  /* New arrivals top */
  .sb-new-arrivals-top { padding-top: 2rem; }
}

/* ── Mobile: 768px and below ─────────────────────────────── */
@media (max-width: 768px) {
  /* Announcement bar — smaller text */
  .announcement-bar { font-size: 0.6rem; letter-spacing: 0.06em; padding: 0.35rem 1rem; }
  /* Product card actions — always show on mobile (no hover needed) */
  .product-card__actions { opacity: 1; transform: none; }
  /* Section header split — stack on mobile */
  .section-header__split { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  /* Featured CTA centered */
  .sb-featured-cta { text-align: center; margin-top: 1.8rem; }
  /* Category grid 2-col on tablets */
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   MOBILE PERFORMANCE — Preload hint for above-fold images
   ============================================================ */
/* Ensure hero renders immediately — no lazy load on hero */
.hero__panel--left,
.hero__panel--right {
  contain: layout style;
}

/* ============================================================
   SECTION SPACING — New Arrivals Top
   ============================================================ */
.sb-new-arrivals-top + .sb-categories-section {
  margin-top: 0;
}

/* ============================================================
   MARQUEE — Scrolling text ticker (like Maria B / Meeral)
   ============================================================ */
.sb-marquee-strip {
  background: var(--charcoal);
  padding: 0.75rem 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.sb-marquee-track {
  display: inline-flex;
  gap: 0;
  animation: marquee-scroll 28s linear infinite;
  will-change: transform;
}
.sb-marquee-strip:hover .sb-marquee-track { animation-play-state: paused; }
.sb-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0 2.2rem;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.55);
}
.sb-marquee-dot {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   3D PRODUCT SHOWCASE  (inspired by Asim Jofa / Meeral)
   ============================================================ */
.sb-showcase {
  background: var(--charcoal);
  padding-block: var(--space-xl);
  overflow: hidden;
  position: relative;
}
.sb-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.sb-showcase .container { position: relative; z-index: 1; }
.sb-showcase__header { text-align: center; margin-bottom: 4rem; }
.sb-showcase__header .label { color: rgba(201,168,76,0.8); margin-bottom: 0.8rem; }
.sb-showcase__header h2 { color: var(--ivory); font-style: italic; }
.sb-showcase__header p { color: rgba(245,240,235,0.5); font-size: 0.85rem; margin-top: 0.8rem; max-width: 42ch; margin-inline: auto; }

/* 3D card tray */
.sb-showcase__tray {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 1.5rem;
  align-items: end;
  perspective: 1200px;
}
.sb-showcase__card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transform-origin: bottom center;
  transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.4s ease;
  will-change: transform;
  background: #111;
}
/* Side cards — tilted inward */
.sb-showcase__card:nth-child(1) {
  transform: rotateY(8deg) translateX(12px) scale(0.93);
  box-shadow: -8px 20px 60px rgba(0,0,0,0.55);
  aspect-ratio: 3/4;
}
.sb-showcase__card:nth-child(2) {
  transform: translateY(-24px) scale(1.04);
  box-shadow: 0 30px 80px rgba(0,0,0,0.65), 0 0 0 1px rgba(201,168,76,0.15);
  aspect-ratio: 2/3;
  z-index: 3;
}
.sb-showcase__card:nth-child(3) {
  transform: rotateY(-8deg) translateX(-12px) scale(0.93);
  box-shadow: 8px 20px 60px rgba(0,0,0,0.55);
  aspect-ratio: 3/4;
}
/* Hover: bring each card forward */
.sb-showcase__card:nth-child(1):hover {
  transform: rotateY(0deg) translateX(0) scale(1);
  box-shadow: 0 25px 70px rgba(0,0,0,0.6);
  z-index: 5;
}
.sb-showcase__card:nth-child(2):hover {
  transform: translateY(-36px) scale(1.06);
  box-shadow: 0 40px 100px rgba(0,0,0,0.7), 0 0 0 1px rgba(201,168,76,0.25);
}
.sb-showcase__card:nth-child(3):hover {
  transform: rotateY(0deg) translateX(0) scale(1);
  box-shadow: 0 25px 70px rgba(0,0,0,0.6);
  z-index: 5;
}
.sb-showcase__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.7s ease;
}
.sb-showcase__card:hover .sb-showcase__img {
  transform: scale(1.04);
}
/* Overlay info on hover */
.sb-showcase__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(10,8,5,0.92) 0%, transparent 100%);
  transform: translateY(100%);
  transition: transform 0.38s ease;
}
.sb-showcase__card:hover .sb-showcase__info {
  transform: translateY(0);
}
.sb-showcase__tag {
  display: block;
  font-size: 0.54rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.sb-showcase__name {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--ivory);
  font-weight: 400;
}
/* Gold badge on center card */
.sb-showcase__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  z-index: 4;
}
/* CTA below tray */
.sb-showcase__cta {
  text-align: center;
  margin-top: 3.5rem;
}
.sb-showcase__cta p {
  font-size: 0.75rem;
  color: rgba(245,240,235,0.4);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* Mobile 3D showcase */
@media (max-width: 768px) {
  .sb-showcase__tray {
    grid-template-columns: 1fr;
    perspective: none;
    gap: 1rem;
  }
  .sb-showcase__card:nth-child(1),
  .sb-showcase__card:nth-child(2),
  .sb-showcase__card:nth-child(3) {
    transform: none !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4) !important;
    aspect-ratio: 3/4;
  }
  .sb-showcase__info { transform: translateY(0) !important; }
}

/* Lookbook mobile fixes */
@media (max-width: 768px) {
  .sb-lookbook__item {
    flex: 0 0 72vw;
    min-height: 260px;
  }
  .sb-lookbook__label {
    opacity: 1 !important;
    transform: translateY(0) !important;
    font-size: 0.95rem;
  }
  .sb-lookbook__overlay { opacity: 1; }
  .sb-lookbook__nav { margin-top: 1.5rem; }
  .sb-lookbook__scroll { gap: 0.5rem; padding: 0 1rem; }
}
@media (max-width: 480px) {
  .sb-lookbook__item { flex: 0 0 85vw; }
}

/* ============================================================
   LOOKBOOK STRIP  (horizontal scroll, inspired by Cross Stitch)
   ============================================================ */
.sb-lookbook {
  padding-block: var(--space-lg);
  background: var(--ivory-deep);
  overflow: hidden;
}
.sb-lookbook__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sb-lookbook__scroll {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.sb-lookbook__scroll::-webkit-scrollbar { display: none; }
.sb-lookbook__scroll:active { cursor: grabbing; }
.sb-lookbook__item {
  flex: 0 0 clamp(260px, 30vw, 420px);
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--mist);
}
.sb-lookbook__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.65s ease;
}
.sb-lookbook__item:hover .sb-lookbook__img { transform: scale(1.05); }
.sb-lookbook__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,26,0.65) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.sb-lookbook__item:hover .sb-lookbook__overlay { opacity: 1; }
.sb-lookbook__label {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s ease;
}
.sb-lookbook__item:hover .sb-lookbook__label { opacity: 1; transform: translateY(0); }
.sb-lookbook__nav {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.sb-lookbook__btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--charcoal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--charcoal);
}
.sb-lookbook__btn:hover { background: var(--charcoal); color: var(--ivory); }

/* ============================================================
   PREMIUM PRODUCT GRID — Upgraded cards
   ============================================================ */
.products-grid--premium {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
/* Quick View pill */
.product-card__quick-view {
  position: absolute;
  bottom: 3.8rem;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(26,26,26,0.9);
  color: var(--ivory);
  font-size: 0.54rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.25s ease;
  z-index: 4;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.product-card:hover .product-card__quick-view {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
/* Color swatches placeholder */
.product-card__swatches {
  display: flex;
  gap: 4px;
  margin-top: 0.5rem;
}
.product-card__swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(26,26,26,0.15);
  cursor: pointer;
}
/* Rating stars */
.product-card__stars {
  display: flex;
  gap: 1px;
  margin-top: 0.3rem;
}
.product-card__stars svg {
  width: 10px;
  height: 10px;
  color: var(--gold);
}

/* ============================================================
   FULL-BLEED PROMO BANNER  (like Meeral homepage split)
   ============================================================ */
.sb-promo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
}
.sb-promo-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--charcoal);
}
.sb-promo-panel__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s ease;
}
.sb-promo-panel:hover .sb-promo-panel__img { transform: scale(1.04); }
.sb-promo-panel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,5,0.7) 0%, transparent 60%);
}
.sb-promo-panel__content {
  position: relative;
  z-index: 2;
}
.sb-promo-panel__eyebrow {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.sb-promo-panel__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: var(--ivory);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.sb-promo-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  border-bottom: 1px solid rgba(245,240,235,0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s, border-color 0.2s;
}
.sb-promo-panel__link:hover { color: var(--gold); border-color: var(--gold); }
@media (max-width: 768px) {
  .sb-promo-split { grid-template-columns: 1fr; min-height: auto; }
  .sb-promo-panel { min-height: 55vw; }
}

/* ============================================================
   BRAND VALUE STRIP  (trust icons row — premium style)
   ============================================================ */
.sb-values {
  background: var(--ivory);
  border-top: 1px solid var(--mist);
  border-bottom: 1px solid var(--mist);
  padding: 2.5rem 0;
}
.sb-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid var(--mist);
  gap: 0;
}
.sb-values__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  border-right: 1px solid var(--mist);
}
.sb-values__item:last-child { border-right: none; }
.sb-values__icon {
  width: 32px;
  height: 32px;
  color: var(--gold);
  margin-bottom: 0.9rem;
}
.sb-values__title {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  color: var(--charcoal);
}
.sb-values__text {
  font-size: 0.68rem;
  color: var(--charcoal-lite);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sb-values__grid { grid-template-columns: repeat(2, 1fr); }
  .sb-values__item { border-right: none; border-bottom: 1px solid var(--mist); padding: 1.2rem 0.8rem; }
  .sb-values__item:nth-child(odd) { border-right: 1px solid var(--mist); }
  .sb-values__item:last-child, .sb-values__item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .sb-values__icon { width: 26px; height: 26px; margin-bottom: 0.6rem; }
  .sb-values__title { font-size: 0.78rem; }
  .sb-values__text { font-size: 0.62rem; }
}
@media (max-width: 480px) {
  .sb-values { padding: 1.5rem 0; }
  .sb-values__grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   TRUST BADGES — Full mobile fix
   ============================================================ */
.sb-values {
  background: var(--ivory);
  border-top: 1px solid var(--mist);
  border-bottom: 1px solid var(--mist);
  padding: 2.5rem 0;
}
.sb-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.sb-values__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  border-right: 1px solid var(--mist);
}
.sb-values__item:last-child { border-right: none; }
.sb-values__icon { width: 32px; height: 32px; color: var(--gold); margin-bottom: 0.9rem; flex-shrink: 0; }
.sb-values__title { font-family: var(--font-display); font-size: 0.88rem; font-weight: 400; margin-bottom: 0.25rem; color: var(--charcoal); }
.sb-values__text  { font-size: 0.66rem; color: var(--charcoal-lite); line-height: 1.5; }

@media (max-width: 900px) {
  .sb-values__grid { grid-template-columns: repeat(2, 1fr); }
  .sb-values__item { border-right: none !important; border-bottom: 1px solid var(--mist); padding: 1.3rem 1rem; }
  .sb-values__item:nth-child(odd)  { border-right: 1px solid var(--mist) !important; }
  .sb-values__item:nth-child(3),
  .sb-values__item:nth-child(4) { border-bottom: none; }
}
@media (max-width: 480px) {
  .sb-values { padding: 0; }
  .sb-values__grid { grid-template-columns: 1fr 1fr; }
  .sb-values__item { padding: 1rem 0.6rem; }
  .sb-values__icon { width: 22px; height: 22px; margin-bottom: 0.5rem; }
  .sb-values__title { font-size: 0.72rem; }
  .sb-values__text  { font-size: 0.58rem; }
}

/* ============================================================
   LOOKBOOK — Full mobile fix
   ============================================================ */
.sb-lookbook { padding-block: 4rem; background: var(--ivory); overflow: hidden; }
.sb-lookbook__header { text-align: center; margin-bottom: 2.5rem; padding: 0 1rem; }
.sb-lookbook__scroll {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding: 0 clamp(1rem, 3vw, 3rem);
  -webkit-overflow-scrolling: touch;
}
.sb-lookbook__scroll::-webkit-scrollbar { display: none; }
.sb-lookbook__scroll:active { cursor: grabbing; }
.sb-lookbook__item {
  flex: 0 0 clamp(240px, 28vw, 400px);
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--mist);
  border-radius: 2px;
}
.sb-lookbook__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  transition: transform 0.65s ease;
  display: block;
}
.sb-lookbook__item:hover .sb-lookbook__img { transform: scale(1.05); }
.sb-lookbook__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,10,8,0.7) 0%, transparent 55%);
}
.sb-lookbook__label {
  position: absolute;
  bottom: 1.2rem; left: 1.2rem; right: 1.2rem;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
}
.sb-lookbook__item:hover .sb-lookbook__label { opacity: 1; transform: translateY(0); }
.sb-lookbook__nav {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.sb-lookbook__btn {
  width: 42px; height: 42px;
  border: 1px solid var(--charcoal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: transparent;
  cursor: pointer;
  transition: all 0.22s ease;
  color: var(--charcoal);
}
.sb-lookbook__btn:hover { background: var(--charcoal); color: var(--ivory); }

/* Mobile: labels always visible, larger touch targets */
@media (max-width: 900px) {
  .sb-lookbook__item { flex: 0 0 72vw; }
  .sb-lookbook__label { opacity: 1 !important; transform: translateY(0) !important; }
  .sb-lookbook__overlay { opacity: 1; }
}
@media (max-width: 600px) {
  .sb-lookbook { padding-block: 2.5rem; }
  .sb-lookbook__item { flex: 0 0 82vw; }
  .sb-lookbook__header { margin-bottom: 1.8rem; }
  .sb-lookbook__label { font-size: 0.88rem; bottom: 0.9rem; left: 0.9rem; }
  .sb-lookbook__nav { margin-top: 1.5rem; }
  .sb-lookbook__btn { width: 38px; height: 38px; }
}

/* ============================================================
   NEW ARRIVALS SECTION — clean single section
   ============================================================ */
.sb-new-arrivals-section { background: var(--ivory); }
.sb-new-arrivals-section .section-header { border-bottom: 1px solid var(--mist); padding-bottom: 1.5rem; margin-bottom: 2.5rem; }
.sb-new-arrivals-section .section-header__split { align-items: flex-end; }

/* ============================================================
   CHECKOUT TRUST BADGES — Mobile fix
   ============================================================ */
@media (max-width: 600px) {
  .sb-checkout-trust { grid-template-columns: 1fr; gap: 0.5rem; padding: 0.9rem 1rem; }
  .sb-checkout-trust__item { font-size: 0.65rem; gap: 0.4rem; }
  .sb-checkout-reviews__text { font-size: 0.76rem; }
  .sb-checkout-reviews__name { font-size: 0.62rem; }
}

/* ============================================================
   HEADER SHOWN ON ALL PAGES — ensure sticky on inner pages
   ============================================================ */
.woocommerce .site-header,
.woocommerce-page .site-header,
.single-product .site-header,
.page .site-header,
.blog .site-header,
.archive .site-header { position: sticky; top: 0; z-index: 1000; }

/* WooCommerce inner pages wrapper */
.woo-content { max-width: 1320px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2.5rem); }

/* Breadcrumb on inner pages */
.woocommerce-breadcrumb {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: var(--charcoal-lite);
  padding: 1.2rem 0 0.5rem;
  text-transform: uppercase;
}
.woocommerce-breadcrumb a { color: var(--charcoal-lite); text-decoration: none; }
.woocommerce-breadcrumb a:hover { color: var(--gold); }


/* ============================================================
   INNER PAGE BANNER  —  Shop, Category, Pages
   ============================================================ */
.inner-page-banner {
  background: #090705;
  padding: 2.8rem 0 2.5rem;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  text-align: center;
}
.inner-page-banner--light {
  background: var(--ivory);
  border-bottom: 1px solid var(--mist);
}
.inner-page-banner__inner {
  max-width: var(--container-max, 1320px);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2.5rem);
}
.inner-page-banner__eyebrow {
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.inner-page-banner--light .inner-page-banner__eyebrow { color: var(--gold); }
.inner-page-banner__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 400;
  color: var(--ivory);
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem;
  line-height: 1.15;
}
.inner-page-banner--light .inner-page-banner__title { color: var(--charcoal); }
.inner-page-banner__breadcrumb {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: rgba(245,240,235,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.inner-page-banner--light .inner-page-banner__breadcrumb { color: var(--charcoal-lite); }
.inner-page-banner__breadcrumb a { color: inherit; text-decoration: none; transition: color 0.2s; }
.inner-page-banner__breadcrumb a:hover { color: var(--gold); }
/* WooCommerce breadcrumb inside banner */
.inner-page-banner .woocommerce-breadcrumb {
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  color: rgba(245,240,235,0.4);
  padding: 0;
  background: transparent;
  text-align: center;
}
.inner-page-banner .woocommerce-breadcrumb a { color: rgba(245,240,235,0.4); }
.inner-page-banner .woocommerce-breadcrumb a:hover { color: var(--gold); }
.inner-page-breadcrumb {
  background: var(--ivory);
  border-bottom: 1px solid var(--mist);
  padding: 0.8rem 0;
}
.inner-page-breadcrumb .woocommerce-breadcrumb {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  padding: 0;
  background: transparent;
}

/* Shop page content wrapper — no extra gap */
.woo-page-wrap { padding-top: 0; }
.woo-page-wrap .woocommerce { max-width: var(--container-max, 1320px); margin: 0 auto; padding: 2rem clamp(1rem, 3vw, 2.5rem); }
.page-content-wrap { padding-top: 3rem; padding-bottom: 4rem; max-width: 800px; margin: 0 auto; }

/* Remove any leftover margin-top on main content */
#main-content { margin-top: 0; padding-top: 0; }

/* ============================================================
   CATEGORY CARDS — Fully responsive image grid
   ============================================================ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: 420px;
}
.category-card {
  position: relative;
  overflow: hidden;
  display: block;
  background: #0d0b09;
  aspect-ratio: 3/4;
  text-decoration: none;
}
/* Image auto-fills card */
.category-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
  z-index: 0;
}
.category-card:hover .category-card__image { transform: scale(1.06); }
.category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(8,6,4,0.82) 0%,
    rgba(8,6,4,0.35) 40%,
    transparent 70%);
  z-index: 1;
  transition: background 0.35s ease;
}
.category-card:hover .category-card__overlay {
  background: linear-gradient(to top,
    rgba(8,6,4,0.9) 0%,
    rgba(8,6,4,0.45) 50%,
    transparent 75%);
}
.category-card__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.8rem 1.4rem 1.6rem;
  z-index: 2;
  transform: translateY(4px);
  transition: transform 0.35s ease;
}
.category-card:hover .category-card__content { transform: translateY(0); }
.category-card__label {
  display: block;
  font-size: 0.52rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
  font-family: var(--font-body);
  font-weight: 500;
}
.category-card__name {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 400;
  color: var(--ivory);
  margin: 0 0 0.7rem;
  line-height: 1.1;
}
.category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.52rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.7);
  transition: color 0.2s, gap 0.2s;
  font-family: var(--font-body);
  font-weight: 500;
}
.category-card:hover .category-card__cta { color: var(--gold); gap: 0.7rem; }

/* Mobile: 2×2 grid, then 1 column */
@media (max-width: 900px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; }
  .category-card { aspect-ratio: 4/5; }
  .category-card__name { font-size: 1.3rem; }
}
@media (max-width: 480px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; min-height: auto; }
  .category-card { aspect-ratio: 3/4; }
  .category-card__content { padding: 1.2rem 0.9rem 1rem; }
  .category-card__name { font-size: 1rem; }
  .category-card__label { font-size: 0.46rem; }
}

/* ============================================================
   ANNOUNCEMENT BAR — mobile fix
   ============================================================ */
@media (max-width: 480px) {
  .announcement-bar { font-size: 0.5rem; letter-spacing: 0.14em; padding: 0.45rem 0.5rem; }
}

/* ============================================================
   MOBILE RESPONSIVE BREAKPOINTS — clean unified
   ============================================================ */
@media (max-width: 900px) {
  .nav-left  { display: none !important; }
  .nav-right-links { display: none !important; }
  .nav-toggle { display: flex !important; }
  .header-inner { height: 52px !important; padding: 0 1rem; }
  .site-logo img, .logo-blend-wrap img, .custom-logo-link img { height: 30px !important; }
  .header-icons { border-left: none; margin-left: 0.2rem; padding-left: 0; }
  .header-icon { width: 32px; height: 32px; }
  .header-icon svg { width: 16px; height: 16px; }
}
@media (max-width: 1100px) {
  .nav-left .nav-link, .nav-right-links .nav-link { padding: 0 0.6rem; font-size: 0.52rem; }
  .site-logo { padding: 0 0.8rem; }
  .editorial-banner { grid-template-columns: 1fr; }
  .editorial-banner__image-side { height: 55vw; min-height: 220px; }
}
@media (max-width: 768px) {
  .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.8rem; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input, .newsletter-form button { width: 100%; }
  .section-header__split { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .inner-page-banner { padding: 2rem 0 1.8rem; }
  .inner-page-banner__title { font-size: clamp(1.3rem, 6vw, 2rem); }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.5rem !important; }
  .product-card__name { font-size: 0.78rem; }
  .product-card__price { font-size: 0.72rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__panel--right { min-height: 55vw; padding: 2rem 1rem 2.5rem; }
  .section { padding-block: 2.5rem; }
  .section--sm { padding-block: 1.5rem; }
}

/* ============================================================
   SIZE GUIDE PAGE
   ============================================================ */
.sg-wrap { padding: 4rem 0 6rem; max-width: 980px; margin: 0 auto; }
.inner-page-banner__sub {
  font-size: 0.72rem; color: rgba(26,26,26,0.55); margin-top: 0.6rem;
  letter-spacing: 0.06em; max-width: 55ch; margin-inline: auto;
}
.inner-page-banner--light .inner-page-banner__sub { color: var(--charcoal-lite); }

.sg-section { margin-bottom: 4rem; }
.sg-section__title {
  font-family: var(--font-display); font-size: clamp(1.2rem,2.5vw,1.7rem);
  font-weight: 400; color: var(--charcoal); margin-bottom: 0.4rem;
  padding-bottom: 0.8rem; border-bottom: 1px solid var(--mist);
}
.sg-section__note { font-size: 0.72rem; color: var(--charcoal-lite); margin-bottom: 1.5rem; letter-spacing: 0.04em; }

/* How to measure cards */
.sg-measure-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2rem; }
.sg-measure-card { background: var(--ivory); border: 1px solid var(--mist); padding: 1.5rem 1.2rem; text-align: center; }
.sg-measure-card__icon { color: var(--gold); margin-bottom: 0.8rem; }
.sg-measure-card__label { font-family: var(--font-display); font-size: 0.9rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.5rem; }
.sg-measure-card__desc { font-size: 0.7rem; color: var(--charcoal-lite); line-height: 1.6; }

/* Size tables */
.sg-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 2px; border: 1px solid var(--mist); }
.sg-table { width: 100%; border-collapse: collapse; font-size: 0.76rem; min-width: 520px; }
.sg-table thead { background: var(--charcoal); color: var(--ivory); }
.sg-table thead th { padding: 0.9rem 1rem; font-family: var(--font-body); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.58rem; text-align: left; white-space: nowrap; }
.sg-table tbody tr:nth-child(odd) { background: var(--ivory); }
.sg-table tbody tr:hover { background: rgba(201,168,76,0.06); }
.sg-table tbody td { padding: 0.85rem 1rem; color: var(--charcoal); border-bottom: 1px solid var(--mist); font-size: 0.78rem; }

/* Fabric info */
.sg-info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; border: 1px solid var(--mist); }
.sg-info-item { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.2rem; border-bottom: 1px solid var(--mist); gap: 1rem; }
.sg-info-item:nth-child(odd) { border-right: 1px solid var(--mist); }
.sg-info-item:last-child, .sg-info-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
.sg-info-item__label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--charcoal); }
.sg-info-item__val { font-size: 0.75rem; color: var(--charcoal-lite); text-align: right; }

/* Tips */
.sg-tips__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1.5rem; }
.sg-tip-card { background: var(--ivory); border: 1px solid var(--mist); border-left: 3px solid var(--gold); padding: 1.2rem 1.4rem; display: flex; gap: 1rem; align-items: flex-start; }
.sg-tip-card__emoji { font-size: 1.3rem; flex-shrink: 0; line-height: 1; margin-top: 0.1rem; }
.sg-tip-card p { font-size: 0.76rem; color: var(--charcoal-lite); line-height: 1.7; margin: 0; }

/* CTA */
.sg-cta { text-align: center; padding: 3rem 2rem; background: var(--charcoal); color: var(--ivory); margin-top: 2rem; }
.sg-cta h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; margin-bottom: 0.8rem; }
.sg-cta p { font-size: 0.78rem; color: rgba(245,240,235,0.6); margin-bottom: 2rem; max-width: 50ch; margin-inline: auto; }
.sg-cta .btn { margin: 0 0.4rem; }
.btn--gold {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold); color: var(--charcoal);
  border: 1px solid var(--gold);
  padding: 0.85rem 2rem;
  font-family: var(--font-body); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn--gold:hover { background: transparent; color: var(--gold); border-color: var(--gold); }
.sg-cta .btn--gold { color: var(--charcoal); }
.sg-cta .btn--gold:hover { background: transparent; color: var(--gold); }

/* Size guide mobile */
@media (max-width: 768px) {
  .sg-wrap { padding: 2.5rem 0 4rem; }
  .sg-measure-grid { grid-template-columns: repeat(2,1fr); gap: 0.8rem; }
  .sg-tips__grid { grid-template-columns: 1fr; }
  .sg-info-grid { grid-template-columns: 1fr; }
  .sg-info-item { border-right: none !important; }
  .sg-cta { padding: 2rem 1.2rem; }
}
@media (max-width: 480px) {
  .sg-measure-grid { grid-template-columns: 1fr 1fr; }
  .sg-measure-card { padding: 1rem 0.8rem; }
  .sg-measure-card__desc { font-size: 0.64rem; }
}

/* ============================================================
   WHATSAPP BUTTON — always visible fix
   ============================================================ */
.sb-whatsapp-btn {
  position: fixed !important;
  bottom: 1.6rem !important;
  right: 1.6rem !important;
  z-index: 99998 !important;
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  background: #25D366;
  color: #fff;
  padding: 0.75rem 1.1rem 0.75rem 0.9rem;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 2px 8px rgba(0,0,0,0.25);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}
.sb-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.5), 0 4px 12px rgba(0,0,0,0.3);
  color: #fff;
}
.sb-whatsapp-btn svg { flex-shrink: 0; width: 22px; height: 22px; }
.sb-whatsapp-btn__label { white-space: nowrap; line-height: 1; }

@media (max-width: 600px) {
  .sb-whatsapp-btn {
    bottom: 1.2rem !important;
    right: 1rem !important;
    padding: 0.85rem !important;
    border-radius: 50% !important;
    width: 50px; height: 50px;
    justify-content: center;
  }
  .sb-whatsapp-btn__label { display: none; }
  .sb-whatsapp-btn svg { width: 24px; height: 24px; }
}

/* ============================================================
   SPEED — Reduce animations on slow/mobile devices
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
/* Critical image sizing to prevent layout shift */
.product-card__media { aspect-ratio: 3/4; background: var(--ivory); }
.category-card { contain: layout style; }

/* ============================================================
   LOOKBOOK HEADER — visible eyebrow + heading
   ============================================================ */
.sb-lookbook__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sb-lookbook__header .label {
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  font-family: var(--font-body);
  font-weight: 500;
}
.sb-lookbook__header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  color: var(--charcoal);
  margin: 0;
  letter-spacing: 0.02em;
}

/* ============================================================
   SEARCH OVERLAY — NEVER visible by default (hidden until JS opens it)
   ============================================================ */
.search-overlay {
  position: fixed !important;
  inset: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 99999 !important;
}
.search-overlay.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
/* Never show the search form outside the overlay */
@media (max-width: 900px) {
  .search-overlay:not(.is-open) { display: none !important; }
}

/* ============================================================
   WooCommerce — remove duplicate title, clean shop layout
   ============================================================ */
.woo-page-wrap { padding-top: 0; }
.woo-page-wrap .container { max-width: var(--container-max, 1320px); margin: 0 auto; padding: 2.5rem clamp(1rem, 3vw, 2.5rem) 5rem; }
/* Hide the WooCommerce default page title that WC outputs */
.woocommerce-products-header,
.woocommerce-products-header__title.page-title { display: none !important; }
/* Clean breadcrumb inside banner */
.inner-page-banner .woo-breadcrumb,
.inner-page-banner nav.woo-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.4);
  margin-top: 0.8rem;
}
.inner-page-banner .woo-breadcrumb a { color: rgba(245,240,235,0.4); text-decoration: none; }
.inner-page-banner .woo-breadcrumb a:hover { color: var(--gold); }
.inner-page-banner .woo-breadcrumb .sep { color: rgba(245,240,235,0.25); }
/* Inner page breadcrumb strip */
.inner-page-breadcrumb { background: var(--ivory); border-bottom: 1px solid var(--mist); padding: 0.85rem 0; }
.inner-page-breadcrumb .container { padding-block: 0; }
.woo-breadcrumb { font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal-lite); display: flex; align-items: center; gap: 0.4rem; }
.woo-breadcrumb a { color: var(--charcoal-lite); text-decoration: none; }
.woo-breadcrumb a:hover { color: var(--gold); }
.woo-breadcrumb .sep { color: var(--mist); }
/* WooCommerce product grid within shop */
.woo-content-inner { width: 100%; }
.woocommerce-loop-product__title { font-family: var(--font-display); font-size: 0.9rem; font-weight: 400; }

/* ============================================================
   MOBILE — comprehensive fixes
   ============================================================ */
/* Hide search overlay completely on mobile unless opened */
@media (max-width: 900px) {
  /* Search overlay default hidden — JS controls it */
  #search-overlay { display: none; }
  #search-overlay.is-open { display: flex !important; }

  /* Product grid 2 columns */
  ul.products, .products { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 1rem !important; }

  /* Lookbook */
  .sb-lookbook { padding-block: 2.5rem; }
  .sb-lookbook__header { margin-bottom: 1.5rem; }
  .sb-lookbook__header h2 { font-size: 1.4rem; }

  /* Values */
  .sb-values__grid { grid-template-columns: 1fr 1fr; }
  .sb-values__item { border-right: none !important; border-bottom: 1px solid var(--mist); padding: 1.2rem 0.8rem; }
  .sb-values__item:nth-child(odd) { border-right: 1px solid var(--mist) !important; }
  .sb-values__item:nth-last-child(-n+2) { border-bottom: none; }

  /* Inner page banner */
  .inner-page-banner { padding: 2rem 0 1.8rem; }
  .inner-page-banner__title { font-size: clamp(1.4rem, 7vw, 2rem); }

  /* Hide WooCommerce sidebar if any */
  .woocommerce-sidebar { display: none; }

  /* Promo split */
  .sb-promo-split { grid-template-columns: 1fr; }
  .sb-promo-panel { min-height: 55vw; }
}

@media (max-width: 600px) {
  /* Trust badges */
  .sb-values { padding: 0; }
  .sb-values__item { padding: 1rem 0.6rem; }
  .sb-values__icon { width: 22px; height: 22px; margin-bottom: 0.5rem; }
  .sb-values__title { font-size: 0.72rem; }
  .sb-values__text { font-size: 0.58rem; }

  /* Lookbook items */
  .sb-lookbook__item { flex: 0 0 84vw; }

  /* WhatsApp */
  .sb-whatsapp-btn { bottom: 1rem !important; right: 0.8rem !important; }

  /* Section spacing */
  .section { padding-block: 2.5rem; }
  .section--sm { padding-block: 1.5rem; }
  .sb-new-arrivals-section, .sb-featured-section { padding-block: 2rem; }
  .sb-showcase { padding-block: 3rem; }
}

/* ============================================================
   PROFESSIONAL REFINEMENTS
   ============================================================ */
/* Section headers — consistent style */
.section-header--center { text-align: center; margin-bottom: 2.5rem; }
.section-header--center .label { display: block; margin-bottom: 0.6rem; }
.section-header--center h2 { margin: 0; }

/* Refined button styles */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid rgba(26,26,26,0.2);
  padding-bottom: 0.15rem;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.btn-arrow:hover { color: var(--gold); border-color: var(--gold); gap: 0.7rem; }
/* Dark background version */
.sb-showcase .btn-arrow, .editorial-banner .btn-arrow { color: var(--ivory); border-color: rgba(245,240,235,0.3); }
.sb-showcase .btn-arrow:hover, .editorial-banner .btn-arrow:hover { color: var(--gold); border-color: var(--gold); }

/* Smooth page transitions */
* { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; display: block; }

/* ============================================================
   SHOES SIZE GUIDE — Steps and highlight row
   ============================================================ */
.sg-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.5rem;
  border: 1px solid var(--mist);
}
.sg-step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1rem 1.4rem;
  border-bottom: 1px solid var(--mist);
}
.sg-step:last-child { border-bottom: none; }
.sg-step__num {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: var(--gold);
  color: var(--charcoal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 700;
  line-height: 1;
}
.sg-step__text { font-size: 0.78rem; color: var(--charcoal); line-height: 1.65; margin: 0; padding-top: 0.3rem; }

/* Highlight row */
.sg-table__highlight { background: rgba(201,168,76,0.08) !important; }
.sg-table__highlight td { font-weight: 500; }

.sg-note-small {
  font-size: 0.7rem;
  color: var(--gold);
  margin-top: 0.8rem;
  letter-spacing: 0.04em;
}

/* Shoes table — wider columns */
.sg-table--shoes { min-width: 580px; }

/* ============================================================
   STICKY HEADER FIX — Works on ALL pages, ALL browsers, mobile
   Root cause: overflow-x:hidden on BODY breaks position:sticky.
   Fix: overflow-x:hidden on HTML instead, body stays clean.
   ============================================================ */
html { overflow-x: hidden; }
body { overflow-x: visible; overflow-y: auto; }

/* Ensure header is always visible — no parent can clip it */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  /* Prevent any transform/filter on parent breaking sticky */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Announcement bar sits above header in the flow */
.announcement-bar {
  position: relative;
  z-index: 1001;
}

/* ============================================================
   SEARCH OVERLAY — Bulletproof hidden by default
   Uses display:none NOT opacity:0 — prevents any flash on mobile
   ============================================================ */
#search-overlay {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#search-overlay.is-open {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* ============================================================
   PAGE LOADER — Removed from HTML, these styles unused now
   Keeping just in case theme is used elsewhere
   ============================================================ */
.page-loader { display: none !important; }

/* ============================================================
   MOBILE SPEED — Reduce repaints, remove expensive effects
   ============================================================ */
@media (max-width: 900px) {
  /* Remove 3D transforms on mobile — expensive to render */
  .sb-showcase__card {
    transform: none !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
  }
  /* Disable parallax scroll on mobile */
  .hero__image { position: absolute; }
  /* Remove animation from marquee on slow connections */
  @media (prefers-reduced-motion: reduce) {
    .sb-marquee-track { animation: none; }
  }
  /* Ensure nav always hidden on mobile unless drawer is open */
  .nav-left,
  .nav-right-links { display: none !important; }
  .nav-toggle { display: flex !important; }
  /* Compact header on mobile */
  .header-inner {
    height: 52px !important;
    padding: 0 1rem !important;
  }
  .site-logo { padding: 0 0.8rem !important; }
  .site-logo img,
  .logo-blend-wrap img,
  .custom-logo-link img { height: 30px !important; }
  .header-icons { border-left: none; margin-left: 0.2rem; padding-left: 0; }
  .header-icon { width: 34px; height: 34px; }
}

/* Mobile font sizes — faster rendering on small screens */
@media (max-width: 480px) {
  .hero__title { font-size: clamp(1.8rem, 8vw, 3rem) !important; }
  .products-grid { gap: 0.5rem !important; }
  .product-card__info { padding: 0.6rem 0.4rem; }
  .category-card__name { font-size: 0.95rem; }
  .sb-marquee-item { font-size: 0.5rem; letter-spacing: 0.18em; }
}

/* ============================================================
   BLOG — home.php, single.php, archive.php
   ============================================================ */

/* ── Filter Bar ──────────────────────────────────────────── */
.blog-filter-bar {
  background: var(--ivory);
  border-bottom: 1px solid var(--mist);
  padding: 0;
  position: sticky;
  top: 54px;
  z-index: 90;
}
.blog-filter-bar__inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 0;
}
.blog-filter-bar__inner::-webkit-scrollbar { display: none; }
.blog-filter-btn {
  flex-shrink: 0;
  padding: 0.85rem 1.2rem;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal-lite);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.blog-filter-btn:hover,
.blog-filter-btn.active {
  color: var(--charcoal);
  border-bottom-color: var(--gold);
}

/* ── Blog Container ──────────────────────────────────────── */
.blog-container {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  max-width: var(--container-max, 1320px);
  margin: 0 auto;
  padding-inline: clamp(1rem, 3vw, 2.5rem);
}

/* ── Featured Post ───────────────────────────────────────── */
.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin-bottom: 4rem;
  border: 1px solid var(--mist);
  overflow: hidden;
  background: var(--charcoal);
}
.blog-featured__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blog-featured__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s ease;
  display: block;
}
.blog-featured:hover .blog-featured__image { transform: scale(1.04); }
.blog-featured__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,8,6,0.3) 0%, transparent 60%);
}
.blog-featured__badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
}
.blog-featured__content {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ivory);
}
.blog-featured__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.blog-featured__cat {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}
.blog-featured__cat:hover { opacity: 0.75; }
.blog-featured__date,
.blog-featured__read {
  font-size: 0.62rem;
  color: var(--charcoal-lite);
  letter-spacing: 0.06em;
}
.blog-meta-sep { color: var(--mist); font-size: 0.8rem; }
.blog-featured__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.blog-featured__title a { text-decoration: none; color: inherit; }
.blog-featured__title a:hover { color: var(--gold); }
.blog-featured__excerpt {
  font-size: 0.82rem;
  color: var(--charcoal-lite);
  line-height: 1.75;
  margin-bottom: 1.8rem;
}

/* ── Blog Grid ───────────────────────────────────────────── */
.blog-grid {
  display: grid;
  gap: 2.5rem 2rem;
  margin-bottom: 3rem;
}
.blog-grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.blog-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }

/* ── Blog Card ───────────────────────────────────────────── */
.blog-card { display: flex; flex-direction: column; }
.blog-card__image-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--mist);
  margin-bottom: 1.2rem;
}
.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s ease;
  display: block;
}
.blog-card:hover .blog-card__image { transform: scale(1.05); }
.blog-card__image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--mist) 0%, var(--ivory) 100%);
}
.blog-card__body { flex: 1; display: flex; flex-direction: column; }
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.blog-card__cat {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}
.blog-card__date {
  font-size: 0.6rem;
  color: var(--charcoal-lite);
  letter-spacing: 0.05em;
}
.blog-card__title {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
.blog-card__title a { text-decoration: none; color: inherit; }
.blog-card__title a:hover { color: var(--gold); }
.blog-card__excerpt {
  font-size: 0.76rem;
  color: var(--charcoal-lite);
  line-height: 1.7;
  margin-bottom: 1rem;
  flex: 1;
}
.blog-card__read {
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid rgba(26,26,26,0.2);
  padding-bottom: 0.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}
.blog-card__read:hover { color: var(--gold); border-color: var(--gold); }

/* ── Blog Pagination ─────────────────────────────────────── */
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--mist);
}
.blog-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.6rem;
  font-size: 0.72rem;
  font-family: var(--font-body);
  color: var(--charcoal-lite);
  border: 1px solid var(--mist);
  text-decoration: none;
  transition: all 0.2s;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
}
.blog-pagination .page-numbers.dots { border: none; }

/* ── Blog Empty ──────────────────────────────────────────── */
.blog-empty {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--charcoal-lite);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* ── Single Post — Hero ──────────────────────────────────── */
.post-hero {
  position: relative;
  background: var(--charcoal);
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
}
.post-hero__image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.post-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  opacity: 0.55;
}
.post-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,6,0.88) 0%, rgba(10,8,6,0.3) 50%, transparent 80%);
}
.post-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 0 3rem;
}
.post-hero__cat {
  display: inline-block;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  margin-bottom: 0.8rem;
}
.post-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.15;
  margin-bottom: 1rem;
  max-width: 22ch;
}
.post-hero__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.post-hero__author,
.post-hero__meta time,
.post-hero__meta span {
  font-size: 0.62rem;
  color: rgba(245,240,235,0.55);
  letter-spacing: 0.06em;
}
.post-meta-sep { color: rgba(245,240,235,0.25); }

/* ── Single Post — Layout ────────────────────────────────── */
.post-wrap {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.post-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
  margin-bottom: 3rem;
}

/* ── Post Content ────────────────────────────────────────── */
.post-content {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--charcoal);
  min-width: 0;
}
.post-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: var(--charcoal);
  margin: 2.5rem 0 1rem;
}
.post-content h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  margin: 2rem 0 0.8rem;
}
.post-content p { margin-bottom: 1.4rem; }
.post-content img {
  width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 2px;
}
.post-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: var(--ivory);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--charcoal);
}
.post-content a { color: var(--gold); }
.post-content ul, .post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.4rem;
}
.post-content li { margin-bottom: 0.4rem; }

/* ── Post Sidebar ────────────────────────────────────────── */
.post-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.post-sidebar__card {
  background: var(--ivory);
  border: 1px solid var(--mist);
  padding: 1.5rem;
}
.post-sidebar__title {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--mist);
}
.post-sidebar__author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
.post-sidebar__avatar {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.post-sidebar__author-label {
  display: block;
  font-size: 0.54rem;
  color: var(--charcoal-lite);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.post-sidebar__author-name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--charcoal);
}
.post-sidebar__author-bio { font-size: 0.72rem; color: var(--charcoal-lite); line-height: 1.6; margin: 0; }
.post-sidebar__cats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.post-sidebar__cats li a {
  font-size: 0.68rem;
  color: var(--charcoal-lite);
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  justify-content: space-between;
}
.post-sidebar__cats li a:hover { color: var(--gold); }

/* Share buttons */
.post-share { display: flex; flex-direction: column; gap: 0.6rem; }
.post-share__btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid var(--mist);
  transition: all 0.2s;
  color: var(--charcoal);
}
.post-share__btn--fb:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.post-share__btn--wa:hover { background: #25D366; color: #fff; border-color: #25D366; }

/* Sidebar shop CTA */
.post-sidebar__shop-cta {
  background: var(--charcoal);
  padding: 2rem 1.5rem;
  text-align: center;
  color: var(--ivory);
}
.post-sidebar__shop-eyebrow {
  display: block;
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.post-sidebar__shop-heading {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.6rem;
}
.post-sidebar__shop-cta p { font-size: 0.72rem; color: rgba(245,240,235,0.55); margin-bottom: 1.2rem; }

/* ── Tags ────────────────────────────────────────────────── */
.post-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--mist);
}
.post-tags__label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal-lite);
}
.post-tag {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--mist);
  color: var(--charcoal-lite);
  text-decoration: none;
  transition: all 0.2s;
}
.post-tag:hover { border-color: var(--charcoal); color: var(--charcoal); }

/* ── Post Navigation ─────────────────────────────────────── */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
  margin-bottom: 4rem;
}
.post-nav__item {
  background: var(--ivory);
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: background 0.2s;
}
.post-nav__item:hover { background: var(--charcoal); }
.post-nav__item:hover .post-nav__label,
.post-nav__item:hover .post-nav__title { color: var(--ivory); }
.post-nav__item--next { text-align: right; }
.post-nav__label {
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.post-nav__title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.3;
}

/* ── Related Posts ───────────────────────────────────────── */
.related-posts {
  padding-top: 3rem;
  border-top: 1px solid var(--mist);
}
.related-posts .section-header { margin-bottom: 2.5rem; }

/* ── Blog Mobile ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured__image-wrap { aspect-ratio: 16/9; }
  .blog-featured__content { padding: 2rem 1.5rem; }
  .blog-grid--cols-3 { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .blog-grid--cols-2 { grid-template-columns: 1fr; }
  .post-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .post-sidebar { order: -1; }
  .post-sidebar__shop-cta { display: none; }
  .post-hero { min-height: 45vw; }
  .post-hero__title { font-size: clamp(1.5rem, 5vw, 2.2rem); }
  .blog-filter-bar { top: 52px; }
}
@media (max-width: 600px) {
  .blog-grid--cols-3,
  .blog-grid--cols-2 { grid-template-columns: 1fr; gap: 2rem; }
  .blog-container { padding-top: 2.5rem; }
  .post-wrap { padding-top: 2rem; }
  .post-nav { grid-template-columns: 1fr; }
  .blog-featured__title { font-size: 1.3rem; }
}
