/* ==========================================================================
   Luxeira Home Store — design tokens & global styles
   Palette sampled from the approved mockup.
   ========================================================================== */
:root {
  --green-950: #031d12;   /* top bar, newsletter, hero base */
  --green-900: #072015;   /* footer text green, dark overlays */
  --green-800: #0e3020;   /* add-to-cart buttons */
  --green-700: #17402c;   /* hover state */
  --gold: #d9b165;        /* primary gold (buttons) */
  --gold-2: #c9a24f;      /* gold text on light */
  --gold-3: #e6c684;      /* gold text on dark */
  --cream: #faf6ed;       /* page background */
  --cream-2: #efe8db;     /* why-choose band, category circles */
  --card: #fbf8f2;        /* product card */
  --line: #e9e2d4;        /* card / divider lines */
  --ink: #1d1d1b;         /* body text */
  --ink-2: #4a4b46;       /* secondary text */
  --ink-3: #7a7b74;       /* muted text */
  --red: #a12c22;         /* prices */
  --red-2: #b23a3a;       /* eyebrow label */
  --star: #d9971a;
  --white: #ffffff;
  --radius: 6px;
  --radius-lg: 10px;
  --container: 1200px;
  --gutter: 24px;
  --serif: "Playfair Display", "Georgia", "Times New Roman", serif;
  --sans: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(20, 30, 20, .06);
  --shadow-md: 0 8px 24px rgba(20, 30, 20, .10);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--ink); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: 12px 26px; border-radius: 4px; font-weight: 600; font-size: 14px; letter-spacing: .02em; transition: background .2s, color .2s, transform .15s, box-shadow .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--green-950); }
.btn-gold:hover { background: #e2bd73; }
.btn-green { background: var(--green-800); color: var(--white); }
.btn-green:hover { background: var(--green-700); }
.btn-outline-gold { border: 1px solid var(--gold); color: var(--gold-3); background: rgba(3, 29, 18, .35); padding: 8px 16px; font-size: 13px; border-radius: 4px; }
.btn-outline-gold:hover { background: var(--gold); color: var(--green-950); }
.btn-caps { text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px; padding: 14px 30px; }
.link-arrow { display: inline-flex; align-items: center; gap: .45em; font-size: 14px; font-weight: 500; color: var(--ink); }
.link-arrow:hover { color: var(--red-2); }

/* ---------- Top bar ---------- */
.topbar { background: var(--green-950); color: #e8e2d3; font-size: 12px; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 32px; gap: 16px; }
.topbar-perks { display: flex; gap: clamp(20px, 6vw, 96px); align-items: center; }
.topbar-perks li { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.topbar-perks .icon { color: var(--gold); font-size: 14px; }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a { display: inline-flex; color: #e8e2d3; opacity: .9; }
.topbar-social a:hover { color: var(--gold); opacity: 1; }
.topbar-social .icon { font-size: 14px; stroke-width: 0; fill: currentColor; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 1px solid var(--line); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 76px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 28px; letter-spacing: .12em; color: var(--gold-2); }
.brand-sub { font-family: var(--serif); font-size: 12px; letter-spacing: .28em; color: var(--green-900); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav a { position: relative; padding: 8px 0; font-size: 14.5px; font-weight: 500; color: var(--ink); white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--gold-2); }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; color: var(--ink); transition: background .2s; }
.icon-btn:hover { background: var(--cream-2); }
.icon-btn .icon { font-size: 20px; }
.badge { position: absolute; top: 3px; right: 2px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--gold); color: var(--green-950); font-size: 10px; font-weight: 700; display: grid; place-items: center; line-height: 1; }
.menu-btn { display: none; }
.menu-btn .icon { font-size: 24px; }

/* Mobile nav drawer */
.mobile-nav { position: fixed; inset: 0; z-index: 90; display: none; }
.mobile-nav.open { display: block; }
.mobile-nav-backdrop { position: absolute; inset: 0; background: rgba(3, 29, 18, .55); }
.mobile-nav-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(320px, 88vw); background: var(--cream); padding: 20px; display: flex; flex-direction: column; gap: 6px; box-shadow: var(--shadow-md); overflow-y: auto; }
.mobile-nav-panel a { padding: 12px 8px; border-bottom: 1px solid var(--line); font-weight: 500; }
.mobile-nav-panel .close-btn { align-self: flex-end; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--green-950); color: var(--white); overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-media img { position: absolute; right: 0; top: 0; height: 100%; width: auto; max-width: none; }
.hero-media::before { /* blend photo into the flat dark-green left panel */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, #06170a 0%, #06170a 33%, rgba(6, 23, 10, .9) 38%, rgba(6, 23, 10, 0) 47%);
}
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 29, 18, .15), rgba(3, 29, 18, 0) 30%, rgba(3, 29, 18, 0) 70%, rgba(3, 29, 18, .35)); }
.hero .container { position: relative; min-height: 470px; display: grid; grid-template-columns: 1fr; align-content: space-between; padding-top: 40px; padding-bottom: 22px; }
.hero-eyebrow { font-size: 15px; letter-spacing: .3em; color: var(--gold-3); text-transform: uppercase; font-weight: 500; }
.hero-title { margin-top: 10px; font-size: clamp(30px, 4vw, 50px); font-weight: 600; color: var(--white); }
.hero-lede { margin-top: 18px; font-size: 17px; color: #e9e6dc; max-width: 22em; line-height: 1.45; }
.hero-cta { margin-top: 28px; }
.hero-badge { position: absolute; top: 40px; right: var(--gutter); text-align: center; color: var(--gold-3); }
.hero-badge .script { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.05; }
.hero-badge .small { font-family: var(--serif); font-style: italic; font-size: 14px; }
.hero-badge .rule { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 8px; }
.hero-badge .rule::before, .hero-badge .rule::after { content: ""; width: 34px; height: 1px; background: var(--gold-3); opacity: .8; }
.hero-badge .icon { font-size: 18px; }
.hero-features { display: flex; margin-top: 40px; }
.hero-features li { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0 22px; font-size: 13px; line-height: 1.25; text-align: center; color: #efece3; border-left: 1px solid rgba(255, 255, 255, .28); }
.hero-features li:first-child { border-left: 0; padding-left: 0; }
.hero-features .icon { font-size: 30px; color: var(--gold-3); stroke-width: 1.3; }

/* ---------- Categories ---------- */
.categories { padding: 34px 0 46px; }
.categories-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.category { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.category-thumb { width: 104px; height: 104px; border-radius: 50%; overflow: hidden; background: var(--cream-2); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03); transition: transform .3s, box-shadow .3s; }
.category-thumb img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.category:hover .category-thumb { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.category-name { font-size: 14.5px; font-weight: 500; }
.category .icon { font-size: 16px; color: var(--ink-2); }

/* ---------- Section headings ---------- */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--red-2); }
.eyebrow::before { content: ""; width: 20px; height: 1px; background: var(--red-2); }
.section-title { margin-top: 8px; font-size: clamp(26px, 3vw, 34px); color: var(--ink); }
.section-title.center { text-align: center; margin-top: 4px; }

/* ---------- Products ---------- */
.products { padding: 8px 0 12px; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.product { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 4px; padding: 10px 10px 12px; box-shadow: var(--shadow-sm); transition: box-shadow .25s, transform .25s; }
.product:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.product-media { aspect-ratio: 140 / 130; overflow: hidden; border-radius: 2px; background: #f4efe4; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product:hover .product-media img { transform: scale(1.04); }
.product-name { margin-top: 12px; font-family: var(--sans); font-size: 13px; font-weight: 500; line-height: 1.3; min-height: 2.6em; color: var(--ink); }
.product-price { margin-top: 6px; font-size: 15px; font-weight: 600; color: var(--red); }
.rating { display: flex; align-items: center; gap: 2px; margin-top: 5px; font-size: 11.5px; color: var(--ink-3); }
.rating .icon { font-size: 12px; color: var(--star); fill: var(--star); stroke: none; }
.rating span { margin-left: 4px; }
.product .btn { margin-top: 12px; width: 100%; padding: 10px 8px; font-size: 12.5px; border-radius: 3px; }
.product .btn.added { background: var(--gold); color: var(--green-950); }

/* ---------- Collection banners ---------- */
.collections { padding: 18px 0 26px; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.collection { position: relative; display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 220 / 200; border-radius: 4px; overflow: hidden; color: var(--white); padding: 18px 16px 18px; isolation: isolate; }
.collection img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.collection::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3, 29, 18, 0) 22%, rgba(3, 29, 18, .45) 42%, rgba(3, 29, 18, .82) 58%, rgba(3, 29, 18, .95) 100%); }
.collection:hover img { transform: scale(1.05); }
.collection h3 { font-size: 20px; color: var(--white); text-shadow: 0 1px 6px rgba(0,0,0,.35); }
.collection p { margin-top: 5px; font-size: 12.5px; line-height: 1.35; color: #ebe7dc; max-width: 14em; }
.collection .btn { margin-top: 12px; align-self: flex-start; }

/* ---------- Why choose ---------- */
.why { background: var(--cream-2); padding: 26px 0 30px; }
.why .eyebrow { justify-content: center; color: var(--gold-2); }
.why .eyebrow::before { display: none; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; }
.why-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 0 16px; border-left: 1px solid rgba(0, 0, 0, .1); }
.why-item:first-child { border-left: 0; }
.why-item .icon { font-size: 36px; color: var(--green-900); stroke-width: 1.3; margin-bottom: 4px; }
.why-item h3 { font-family: var(--sans); font-size: 14.5px; font-weight: 600; }
.why-item p { font-size: 12.5px; color: var(--ink-2); line-height: 1.35; max-width: 16em; }

/* ---------- Newsletter ---------- */
.newsletter { position: relative; background: var(--green-950); color: var(--white); padding: 20px 0; overflow: hidden; }
.newsletter .leaf { position: absolute; top: -4px; width: 170px; height: 100px; color: var(--gold); opacity: .75; stroke-width: 1.2; pointer-events: none; }
.newsletter .leaf.left { left: -6px; }
.newsletter .leaf.right { right: -6px; transform: scaleX(-1); }
.newsletter .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.newsletter-copy { display: flex; align-items: center; gap: 16px; }
.newsletter-copy .icon { font-size: 32px; color: var(--gold-3); stroke-width: 1.2; }
.newsletter-copy h3 { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--white); }
.newsletter-copy p { font-size: 12px; color: #d7d2c4; margin-top: 2px; }
.newsletter-form { display: flex; gap: 8px; flex: 0 1 460px; }
.newsletter-form input { flex: 1; min-width: 0; height: 40px; padding: 0 14px; border: 1px solid transparent; border-radius: 3px; background: var(--white); color: var(--ink); font-size: 13.5px; }
.newsletter-form input:focus { outline: 2px solid var(--gold); }
.newsletter-form .btn { height: 40px; padding: 0 20px; border-radius: 3px; font-size: 13.5px; }
.newsletter-msg { font-size: 12.5px; color: var(--gold-3); margin-top: 6px; min-height: 1em; }

/* ---------- Footer ---------- */
.footer { background: var(--cream); padding: 18px 0 14px; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.footer .brand img { height: 60px; }
.footer .brand-name { font-size: 22px; }
.footer .brand-sub { font-size: 10px; }
.footer-nav { display: flex; justify-content: center; gap: clamp(16px, 2.6vw, 34px); flex-wrap: wrap; }
.footer-nav a { font-size: 12.5px; font-weight: 500; }
.footer-nav a:hover { color: var(--gold-2); }
.footer-follow h4 { font-family: var(--sans); font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { display: inline-flex; color: var(--ink); }
.footer-social a:hover { color: var(--gold-2); }
.footer-social .icon { font-size: 16px; stroke-width: 0; fill: currentColor; }
.footer-contact { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 28px; font-size: 12px; color: var(--ink-2); }
.footer-contact a:hover { color: var(--gold-2); }
.footer-contact .icon { font-size: 14px; color: var(--gold-2); margin-right: 6px; vertical-align: -2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11.5px; color: var(--ink-2); }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom a:hover { color: var(--gold-2); }

/* ---------- Cart drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 100; display: none; }
.drawer.open { display: block; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(3, 29, 18, .55); }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 92vw); background: var(--cream); display: flex; flex-direction: column; box-shadow: var(--shadow-md); animation: slide-in .25s ease-out; }
@keyframes slide-in { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 22px; }
.drawer-body { flex: 1; overflow-y: auto; padding: 12px 20px; }
.cart-empty { text-align: center; padding: 48px 12px; color: var(--ink-3); }
.cart-empty .icon { font-size: 44px; color: var(--gold-2); margin: 0 auto 10px; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 3px; border: 1px solid var(--line); }
.cart-item-name { font-size: 13px; font-weight: 500; }
.cart-item-price { font-size: 13px; color: var(--red); font-weight: 600; margin-top: 2px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 3px; margin-top: 6px; }
.qty button { width: 26px; height: 26px; display: grid; place-items: center; }
.qty button:hover { background: var(--cream-2); }
.qty span { min-width: 26px; text-align: center; font-size: 13px; }
.cart-remove { color: var(--ink-3); }
.cart-remove:hover { color: var(--red); }
.drawer-foot { padding: 16px 20px; border-top: 1px solid var(--line); background: var(--card); }
.cart-total { display: flex; justify-content: space-between; font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.cart-note { font-size: 11.5px; color: var(--ink-3); margin-bottom: 12px; }
.drawer-foot .btn { width: 100%; }
.drawer-foot .btn + .btn { margin-top: 8px; }

/* ---------- Search overlay ---------- */
.search-overlay { position: fixed; inset: 0; z-index: 100; display: none; background: rgba(3, 29, 18, .6); padding: 12vh 16px 0; }
.search-overlay.open { display: block; }
.search-box { max-width: 640px; margin: 0 auto; background: var(--cream); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.search-box form { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.search-box input { flex: 1; border: 0; background: transparent; font-size: 16px; padding: 8px 0; }
.search-box input:focus { outline: none; }
.search-results { max-height: 50vh; overflow-y: auto; }
.search-results a { display: flex; align-items: center; gap: 12px; padding: 10px 16px; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.search-results a:hover { background: var(--cream-2); }
.search-results img { width: 40px; height: 40px; object-fit: cover; border-radius: 3px; }
.search-results .price { margin-left: auto; color: var(--red); font-weight: 600; }
.search-results .none { padding: 18px 16px; color: var(--ink-3); font-size: 13.5px; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; transform: translate(-50%, 20px); background: var(--green-950); color: var(--white); padding: 12px 18px; border-radius: 6px; font-size: 13.5px; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; display: flex; align-items: center; gap: 10px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast .icon { color: var(--gold-3); font-size: 18px; }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 52px; height: 52px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); transition: transform .2s; }
.wa-float:hover { transform: scale(1.06); }
.wa-float .icon { font-size: 28px; stroke-width: 0; fill: currentColor; }

/* ---------- Inner pages (shop / about / contact) ---------- */
.page-hero { background: var(--green-950); color: var(--white); padding: 44px 0 40px; }
.page-hero .hero-eyebrow { font-size: 13px; }
.page-hero h1 { color: var(--white); font-size: clamp(30px, 4vw, 44px); margin-top: 8px; }
.page-hero p { margin-top: 10px; max-width: 40em; color: #e3dfd2; }
.page-section { padding: 40px 0 56px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filters button { padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; background: var(--card); transition: background .2s, color .2s, border-color .2s; }
.filters button:hover { border-color: var(--gold); }
.filters button[aria-pressed="true"] { background: var(--green-800); color: var(--white); border-color: var(--green-800); }
.shop-grid { grid-template-columns: repeat(5, 1fr); }
.prose { max-width: 720px; font-size: 16px; color: var(--ink-2); }
.prose h2 { font-size: 26px; color: var(--ink); margin: 28px 0 10px; }
.prose p + p { margin-top: 12px; }
.prose ul { margin-top: 10px; padding-left: 1.2em; list-style: disc; }
.prose li { margin: 6px 0; }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.info-card h3 { font-size: 22px; margin-bottom: 14px; }
.info-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }
.info-list li:last-child { border-bottom: 0; }
.info-list .icon { font-size: 20px; color: var(--gold-2); margin-top: 2px; }
.info-list a:hover { color: var(--gold-2); }
.form { display: grid; gap: 14px; }
.form label { display: grid; gap: 6px; font-size: 13px; font-weight: 500; }
.form input, .form textarea { padding: 11px 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); font: inherit; font-size: 14px; }
.form textarea { min-height: 120px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--gold); border-color: transparent; }
.about-visual { border-radius: var(--radius-lg); overflow: hidden; }
.about-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* ---------- Motion ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; } }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .categories-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
}
@media (max-width: 1024px) {
  .nav { display: none; }
  .menu-btn { display: inline-flex; }
}
@media (max-width: 900px) {
  .topbar-perks li:nth-child(n+2) { display: none; }
  .hero-badge { display: none; }
  .hero-media img { position: static; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
  .hero-media::before { background: linear-gradient(180deg, rgba(6, 23, 10, .92) 0%, rgba(6, 23, 10, .8) 55%, rgba(6, 23, 10, .55) 100%); }
  .why-grid { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .why-item:nth-child(3) { border-left: 0; }
  .newsletter .container { flex-direction: column; align-items: stretch; }
  .newsletter-form { flex-basis: auto; }
  .footer-main { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 18px; }
  .two-col { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --gutter: 16px; }
  .header .container { height: 64px; gap: 8px; }
  .brand { gap: 6px; min-width: 0; }
  .brand img { height: 46px; }
  .brand-name { font-size: 17px; letter-spacing: .1em; }
  .brand-sub { font-size: 8.5px; letter-spacing: .22em; margin-top: 3px; }
  .header-actions { gap: 0; }
  .icon-btn { width: 36px; height: 36px; }
  .icon-btn .icon { font-size: 19px; }
  .topbar-social { display: none; }
  .topbar .container { justify-content: center; }
  .hero .container { min-height: 0; padding-top: 34px; }
  .hero-features { flex-wrap: wrap; gap: 14px 0; margin-top: 30px; }
  .hero-features li { width: 50%; padding: 0 8px; border-left: 0; }
  .hero-features li:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .28); }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .category-thumb { width: 96px; height: 96px; }
  .product-grid, .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .collection-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-left: 0; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-contact { justify-content: center; }
}
