﻿@font-face {
  font-family: 'Lemon Milk';
  src: url('../fonts/LemonMilk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemon Milk';
  src: url('../fonts/LemonMilk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemon Milk';
  src: url('../fonts/LemonMilk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemon Milk';
  src: url('../fonts/LemonMilk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-accent: #e84e1b;
  --color-white: #ffffff;
  --color-offwhite: #f9f6f2;
  --color-border: #ede8e3;
  --color-muted: #524c46;
  --color-charcoal: #1a1714;
  --color-blush: #f5ebe4;
  --font-display: "Lemon Milk", "Cormorant Garamond", serif;
  --font-ui: "Jost", sans-serif;
  --font-price: "Lemon Milk", sans-serif;
  --topbar-h: 40px;
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 400;
  color: var(--color-charcoal);
  background: var(--color-white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .logo, .logo-ft, .mega-feature__title { 
  font-family: var(--font-display);
  font-feature-settings: "kern" 1; 
}
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
.container { width: min(1240px, 92vw); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.announce {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1200;
  height: var(--topbar-h);
  display: flex; align-items: center;
  background: var(--color-charcoal);
  color: var(--color-white);
  font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase;
  overflow: hidden;
}
.announce-marquee {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}
.announce-marquee__track {
  display: flex;
  width: max-content;
  animation: announce-marquee 38s linear infinite;
  will-change: transform;
}
.announce-marquee__segment {
  flex: 0 0 auto;
  padding-right: 3.5rem;
  white-space: nowrap;
}
@keyframes announce-marquee {
  to { transform: translateX(-25%); }
}
@media (prefers-reduced-motion: reduce) {
  .announce-marquee {
    mask-image: none;
    -webkit-mask-image: none;
    justify-content: center;
  }
  .announce-marquee__track {
    animation: none;
    transform: none;
  }
  .announce-marquee__segment:not(:first-of-type) {
    display: none;
  }
  .announce-marquee__segment {
    padding-right: 0;
    text-align: center;
  }
}
/* Full-page messages (must sit above fixed .announce + .site-header or they render underneath).s  */
.site-flash-stack {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--topbar-h) + var(--header-h));
  z-index: 1250;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.site-flash {
  background: var(--color-offwhite, #f4f4f2);
  color: var(--color-charcoal, #1a1714);
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--color-border, rgba(26, 23, 20, 0.12));
}
.site-flash--danger {
  color: var(--color-danger, #b42318);
  background: #fff5f5;
}

.site-header {
  position: fixed; top: var(--topbar-h); left: 0; right: 0; z-index: 1100;
  height: var(--header-h); overflow: visible;
  display: flex; align-items: center;
  transition: background 0.45s var(--ease), color 0.45s var(--ease), border-color 0.45s var(--ease);
  border-bottom: 1px solid transparent;
  color: var(--color-white);
}
.site-header.is-scrolled {
  background: var(--color-white);
  color: var(--color-charcoal);
  border-color: var(--color-border);
}
.site-header.is-scrolled .logo { color: var(--color-charcoal); }
.site-header.is-scrolled .nav-link { color: var(--color-charcoal); }
.site-header.is-scrolled .nav-link--sale { color: var(--color-accent); }
.site-header.is-scrolled .icon-btn { color: var(--color-charcoal); }
.site-header.is-scrolled .hamburger span { background: var(--color-charcoal); }
.header-inner {
  position: relative;
  width: min(1320px, 94vw); margin-inline: auto; overflow: visible;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.85rem; font-weight: 500; letter-spacing: 0.04em;
  color: var(--color-white);
}
.logo.logo--img {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  flex-shrink: 0;
}
.logo.logo--img img {
  display: block;
  height: clamp(28px, 4.2vw, 40px);
  width: auto;
  max-width: min(200px, 42vw);
}
.nav-desktop { display: flex; align-items: center; gap: 1.75rem; flex: 1; justify-content: center; }
.nav-item { position: relative; }
/* Mega panels anchor to header-inner so they center on the full bar, not only under the trigger */
.nav-item.nav-item--mega { position: static; }
.nav-link {
  font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 500; color: var(--color-white);
  padding: 0.35rem 0; position: relative;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--color-accent); transition: width 0.35s var(--ease);
}
.nav-link:hover::after { width: 100%; }
.nav-link--sale { color: var(--color-accent); }
.nav-link--sale::after { background: var(--color-accent); }
.mega {
  position: absolute; left: 50%; transform: translateX(-50%) translateY(8px);
  top: calc(100% + 0.75rem - 17px); width: min(1120px, 94vw);
  z-index: 20;
  background: var(--color-white); color: var(--color-charcoal);
  border: 1px solid var(--color-border);
  box-shadow: 0 28px 70px rgba(26,23,20,0.14);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
  border-radius: 3px;
}
.mega--collections { width: min(1000px, 94vw); }
.nav-item--mega:hover .mega,
.nav-item--mega:focus-within .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega-grid {
  display: grid; grid-template-columns: 1.15fr 0.95fr 1fr; gap: 0; min-height: 340px;
}
.mega--collections .mega-grid { grid-template-columns: 1.1fr 1fr 0.95fr; }
.mega-col { padding: 2rem 1.75rem; border-right: 1px solid var(--color-border); background: var(--color-white); }
.mega-col--muted { background: var(--color-offwhite); }
.mega-col:last-child { border-right: 0; }
.mega-title {
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--color-muted); margin-bottom: 1rem; font-weight: 500;
}
.mega-cat { display: flex; flex-direction: column; gap: 0.65rem; }
.mega-cat a {
  display: flex; align-items: center; gap: 0.65rem; font-size: 0.9rem;
  color: var(--color-charcoal); transition: color 0.25s ease, padding-left 0.3s var(--ease);
  padding: 0.2rem 0; border-radius: 2px;
}
.mega-cat a:hover { color: var(--color-accent); padding-left: 0.35rem; }
.mega-cat svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; flex-shrink: 0; }
.mega-links { display: flex; flex-direction: column; gap: 0.55rem; }
.mega-links a { font-size: 0.9rem; color: var(--color-charcoal); }
.mega-links a:hover { color: var(--color-accent); }
.mega-links .sub { font-size: 0.82rem; color: var(--color-muted); margin-top: 0.25rem; }
.mega-grid > .mega-col:last-child { display: flex; flex-direction: column; align-self: stretch; }
.mega-feature {
  position: relative; overflow: hidden; border-radius: 2px; min-height: 280px; flex: 1; display: block;
  background: var(--color-charcoal);
}
.mega-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.75; }
.mega-feature__overlay {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.5rem; background: linear-gradient(180deg, transparent 20%, rgba(26,23,20,0.85));
}
.mega-feature__title { font-family: var(--font-display); font-size: 1.6rem; color: var(--color-white); margin: 0 0 0.5rem; font-weight: 400; letter-spacing: 0.02em; }
.mega-feature__link { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-accent); font-weight: 500; }
.mega-pill {
  display: inline-block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--color-muted); border: 1px solid var(--color-border); padding: 0.35rem 0.6rem; margin-bottom: 0.75rem;
}
.header-actions { display: flex; align-items: center; gap: 0.35rem; }
.icon-btn {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  color: var(--color-white); border-radius: 2px; position: relative; transition: color 0.25s ease;
}
.icon-btn:hover { color: var(--color-accent); }
.icon-btn svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.badge {
  position: absolute; top: 6px; right: 4px; min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 999px; background: var(--color-accent); color: var(--color-white);
  font-size: 0.62rem; font-weight: 600; display: grid; place-items: center;
}
.profile-wrap { position: relative; }
.profile-dd {
  position: absolute; right: 0; top: calc(100% + 0.35rem);
  background: var(--color-white); color: var(--color-charcoal);
  border: 1px solid var(--color-border); min-width: 160px; padding: 0.5rem 0;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
  box-shadow: 0 16px 40px rgba(26,23,20,0.1);
}
.profile-wrap:hover .profile-dd,
.profile-wrap:focus-within .profile-dd {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.profile-dd a {
  display: block; padding: 0.55rem 1rem; font-size: 0.85rem;
}
.profile-dd a:hover { background: var(--color-offwhite); color: var(--color-accent); }
.profile-dd form { margin: 0; }
.profile-dd__btn {
  display: block; width: 100%; text-align: left; padding: 0.55rem 1rem; font-size: 0.85rem;
  background: transparent; border: 0; cursor: pointer; color: inherit; font-family: inherit;
}
.profile-dd__btn:hover { background: var(--color-offwhite); color: var(--color-accent); }

/* Language Switcher */
.lang-switch { position: relative; }
.lang-switch__btn {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: transparent; border: 1px solid rgba(255,255,255,0.25); border-radius: 4px;
  padding: 0.4rem 0.6rem; cursor: pointer; color: var(--color-white);
  font-family: inherit; font-size: 0.78rem; font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.lang-switch__btn:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.08); }
.lang-switch__flag { font-size: 1rem; line-height: 1; }
.lang-switch__code { letter-spacing: 0.02em; }
.lang-switch__arrow { opacity: 0.7; transition: transform 0.2s; }
.lang-switch:hover .lang-switch__arrow { transform: rotate(180deg); }
.lang-switch__dd {
  position: absolute; right: 0; top: calc(100% + 0.35rem);
  background: var(--color-white); color: var(--color-charcoal);
  min-width: 140px; border-radius: 6px; overflow: hidden;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  box-shadow: 0 12px 32px rgba(26,23,20,0.12);
  z-index: 1000;
}
.lang-switch:hover .lang-switch__dd,
.lang-switch:focus-within .lang-switch__dd {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.lang-switch__item {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.6rem 0.9rem; font-size: 0.85rem;
  text-decoration: none; color: inherit;
  transition: background 0.15s;
}
.lang-switch__item:hover { background: var(--color-offwhite); }
.lang-switch__item--active { background: var(--color-offwhite); font-weight: 600; }
.lang-switch__item-flag { font-size: 1.1rem; }
.lang-switch__item-name { flex: 1; }

/* Fixed Language Switcher (FAB style) - visible on all devices */
.lang-fab {
  display: block;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1040;
}
.lang-fab__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: auto;
  min-width: 52px;
  height: 52px;
  padding: 0 1rem;
  background: var(--color-charcoal);
  color: var(--color-white);
  border: none;
  border-radius: 26px;
  box-shadow: 0 4px 16px rgba(26,23,20,0.2), 0 2px 6px rgba(26,23,20,0.12);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.lang-fab__toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,23,20,0.25), 0 3px 8px rgba(26,23,20,0.15);
}
.lang-fab__toggle:active {
  transform: translateY(0);
}
.lang-fab__flag { font-size: 1.2rem; line-height: 1; }
.lang-fab__code { letter-spacing: 0.03em; }
.lang-fab__menu {
  position: absolute;
  bottom: calc(100% + 0.6rem);
  right: 0;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(26,23,20,0.15), 0 2px 8px rgba(26,23,20,0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.95);
  transform-origin: bottom right;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  min-width: 160px;
}
.lang-fab.is-open .lang-fab__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.lang-fab__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  text-decoration: none;
  color: var(--color-charcoal);
  font-size: 0.95rem;
  transition: background 0.15s;
}
.lang-fab__item:hover { background: var(--color-offwhite); }
.lang-fab__item--active { 
  background: var(--color-offwhite); 
  font-weight: 600;
}
.lang-fab__item-flag { font-size: 1.25rem; }
.lang-fab__item-name { flex: 1; }
.lang-fab__item-check {
  opacity: 0;
  color: var(--color-accent, #1a1714);
}
.lang-fab__item--active .lang-fab__item-check { opacity: 1; }

/* Hide header language switcher - using fixed FAB instead */
.lang-switch { display: none; }

/* Backdrop for FAB menu */
.lang-fab__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.15);
  z-index: 1039;
}
.lang-fab.is-open ~ .lang-fab__backdrop,
.lang-fab__backdrop.is-active { display: block; }

.hamburger { display: none; flex-direction: column; gap: 6px; width: 44px; height: 44px; align-items: center; justify-content: center; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--color-white); transition: background 0.3s ease; }
.mobile-nav {
  position: fixed; inset: 0; top: calc(var(--topbar-h) + var(--header-h));
  background: var(--color-white); z-index: 1050; padding: 0 1.25rem 1.5rem;
  transform: translateX(100%); transition: transform 0.45s var(--ease);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: var(--color-charcoal);
  box-shadow: -8px 0 32px rgba(26, 23, 20, 0.12);
}
body.nav-open .mobile-nav { transform: translateX(0); }
body.nav-open { overflow: hidden; }
body.nav-open::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--topbar-h) + var(--header-h));
  bottom: 0;
  z-index: 1048;
  background: rgba(26, 23, 20, 0.34);
  pointer-events: none;
}
.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0 -1.25rem 0.35rem;
  padding: 0.65rem 1.25rem 0.75rem;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}
.mobile-nav__label {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-charcoal);
}
.mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background: var(--color-white);
  color: var(--color-charcoal);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav__close:hover,
.mobile-nav__close:focus-visible {
  border-color: var(--color-charcoal);
  color: var(--color-accent);
  outline: none;
}
@media (max-width: 1279px) {
  body.nav-open .site-header {
    visibility: hidden;
    pointer-events: none;
  }
  body.nav-open .mobile-nav {
    top: var(--topbar-h);
    z-index: 2000;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  }
  body.nav-open::before {
    top: var(--topbar-h);
    z-index: 1990;
  }
}
.mobile-nav > details {
  border-bottom: 1px solid var(--color-border);
}
.mobile-nav a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-charcoal);
}
.mobile-nav__signout {
  display: block; width: 100%; text-align: left;
  padding: 0.85rem 0; margin: 0;
  border: 0; border-bottom: 1px solid var(--color-border);
  background: transparent; cursor: pointer;
  font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--color-charcoal); font-family: inherit;
}
.mobile-nav__signout:hover { color: var(--color-accent); }
.mobile-nav > a:last-of-type {
  border-bottom: 0;
}
.mobile-nav__summary {
  cursor: pointer;
  padding: 0.95rem 2rem 0.95rem 0;
  list-style: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--color-charcoal);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav__summary::-webkit-details-marker,
.mobile-nav__summary::marker {
  display: none;
}
.mobile-nav__summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.15rem;
  border-right: 2px solid var(--color-muted);
  border-bottom: 2px solid var(--color-muted);
  transform: rotate(45deg);
  transition: transform 0.25s var(--ease), border-color 0.2s ease;
}
.mobile-nav details[open] > .mobile-nav__summary::after {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
  border-color: var(--color-charcoal);
}
.mobile-nav details[open] > .mobile-nav__summary {
  color: var(--color-charcoal);
}
.mobile-mega {
  margin: 0 0 0.85rem;
  padding: 0.15rem 0 0.35rem 0.65rem;
  border-left: 2px solid var(--color-border);
}
.mobile-mega__heading {
  margin: 0.65rem 0 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
}
.mobile-mega__heading:first-child {
  margin-top: 0;
}
.mobile-mega a {
  border: 0;
  padding: 0.5rem 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9rem;
  color: var(--color-charcoal);
  border-bottom: 1px solid var(--color-border);
}
.mobile-mega a:last-child {
  border-bottom: 0;
}
.mobile-mega a:hover,
.mobile-mega a:focus-visible {
  color: var(--color-accent);
}
.search-overlay {
  position: fixed; inset: 0; z-index: 1300;
  background: rgba(26,23,20,0.45); backdrop-filter: blur(10px);
  display: grid; place-items: start center; padding-top: 18vh;
  opacity: 0; visibility: hidden; transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.search-overlay.is-open { opacity: 1; visibility: visible; }
.search-panel {
  width: min(720px, 92vw); background: var(--color-white); padding: 1.25rem 1.5rem;
  border: 1px solid var(--color-border); box-shadow: 0 24px 80px rgba(26,23,20,0.18);
  display: flex; flex-direction: column; gap: 0; align-items: stretch;
}
.search-panel__top {
  display: flex; gap: 0.75rem; align-items: center;
}
.search-panel__top input {
  flex: 1; border: none; outline: none; font-size: 1rem; font-family: var(--font-ui);
}
.search-panel__footer {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border);
}
.search-panel__hint {
  margin: 0;
  font-size: 0.78rem;
  color: var(--color-muted);
}
.search-live-results {
  max-height: min(52vh, 22rem);
  overflow-y: auto;
  margin-top: 0.75rem;
  border-top: 1px solid var(--color-border);
  padding-top: 0.35rem;
}
.search-live-results__empty,
.search-live-results__loading,
.search-live-results__error {
  margin: 0.5rem 0 0.25rem;
  font-size: 0.88rem;
  color: var(--color-muted);
}
.search-live-results__error {
  color: #b42318;
}
.search-suggest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-suggest-item {
  margin: 0;
  border-bottom: 1px solid var(--color-border);
}
.search-suggest-item:last-child {
  border-bottom: none;
}
.search-suggest-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.15rem;
  color: inherit;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.15s ease;
}
.search-suggest-link:hover,
.search-suggest-link:focus-visible {
  background: var(--color-offwhite);
  outline: none;
}
.search-suggest-link img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 3px;
  background: var(--color-offwhite);
  flex-shrink: 0;
}
.search-suggest-link__text {
  min-width: 0;
  flex: 1;
}
.search-suggest-link__title {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-charcoal);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-suggest-link__sku {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--color-muted);
  margin-top: 0.15rem;
  display: block;
}
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(460px, 100%);
  background: var(--color-offwhite); z-index: 1250;
  border-left: 1px solid var(--color-border);
  transform: translateX(100%); transition: transform 0.45s var(--ease);
  display: flex; flex-direction: column; box-shadow: -12px 0 40px rgba(26,23,20,0.08);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__head {
  padding: 1.35rem 1.5rem; border-bottom: 1px solid var(--color-border);
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 600;
  background: var(--color-white);
}
.cart-drawer__count { font-family: var(--font-ui); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-muted); font-weight: 500; margin-top: 0.2rem; display: block; }
.cart-drawer__items { flex: 1; overflow-y: auto; padding: 1rem 1.25rem; display: flex; flex-direction: column; gap: 1rem; }
.cart-line {
  display: grid; grid-template-columns: 88px 1fr; gap: 1rem; padding: 1rem;
  background: var(--color-white); border: 1px solid var(--color-border); border-radius: 4px;
  align-items: start;
}
.cart-line__img { width: 88px; height: 88px; object-fit: cover; border-radius: 3px; background: var(--color-offwhite); }
.cart-line__title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--color-charcoal); margin: 0 0 0.35rem; line-height: 1.25; }
.cart-line__sku { font-size: 0.72rem; letter-spacing: 0.06em; color: var(--color-muted); margin-bottom: 0.65rem; }
.cart-line__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.5rem; font-size: 0.82rem; }
.cart-line__qty { color: var(--color-charcoal); font-weight: 500; }
.cart-line__price { font-weight: 600; color: var(--color-charcoal); }
.cart-line__sub { font-size: 0.78rem; color: var(--color-muted); margin-top: 0.35rem; }
.cart-drawer__foot {
  padding: 1.25rem 1.5rem 1.5rem; border-top: 1px solid var(--color-border);
  background: var(--color-white); flex-shrink: 0;
}
.cart-summary__row { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.85rem; padding: 0.4rem 0; color: var(--color-charcoal); }
.cart-summary__row--muted { color: var(--color-muted); font-size: 0.8rem; }
.cart-summary__row--total { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; padding-top: 0.75rem; margin-top: 0.35rem; border-top: 1px solid var(--color-border); }
.cart-drawer__foot .btn.btn--primary {
  width: 100%;
  margin-top: 1.1rem;
  text-align: center;
  box-sizing: border-box;
}

.cart-drawer__cart-link {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border);
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  text-decoration: none;
  font-weight: 500;
}

.cart-drawer__cart-link:hover {
  color: var(--color-accent);
}
.cart-line__remove { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-muted); margin-top: 0.5rem; display: inline-block; border-bottom: 1px solid transparent; cursor: pointer; }
.cart-line__remove:hover { color: var(--color-accent); border-color: var(--color-accent); }
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(26,23,20,0.35); z-index: 1240;
  opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

/* Attribute info panel (product PDP) — shell toggles backdrop + drawer together */
.attribute-info-shell {
  pointer-events: none;
}
.attribute-info-shell.is-open {
  pointer-events: auto;
}
.attribute-info-shell:not(.is-open) .drawer-backdrop {
  opacity: 0;
  visibility: hidden;
}
.attribute-info-shell.is-open .drawer-backdrop {
  opacity: 1;
  visibility: visible;
}
.attribute-info-drawer {
  z-index: 1260;
  width: min(420px, 100%);
}
.attribute-info-shell.is-open .attribute-info-drawer {
  transform: translateX(0);
}
.attribute-info-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem 1.5rem 1.75rem;
}
.attribute-info-drawer__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.75rem 0;
  border-radius: 4px;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  padding-top: calc(var(--topbar-h) + var(--header-h));
  touch-action: pan-x pan-y;
}
.hero-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease;
  pointer-events: none; z-index: 0;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 6; }
.hero-slide__media {
  position: absolute; inset: 0; overflow: hidden;
}
.hero-slide__bg {
  position: absolute; inset: -4%; width: 108%; height: 108%;
  background-size: cover; background-position: center;
  will-change: transform;
}
@keyframes heroKen0 {
  0% { transform: scale(1) translate3d(0, 0, 0); }
  100% { transform: scale(1.08) translate3d(-2.5%, 0.5%, 0); }
}
@keyframes heroKen1 {
  0% { transform: scale(1.06) translate3d(1.5%, 0, 0); }
  100% { transform: scale(1.12) translate3d(-2%, -0.8%, 0); }
}
@keyframes heroKen2 {
  0% { transform: scale(1) translate3d(0, 1.2%, 0); }
  100% { transform: scale(1.09) translate3d(0.8%, -1%, 0); }
}
.hero-slide[data-index="0"].is-active .hero-slide__bg { animation: heroKen0 11s ease-in-out infinite alternate; }
.hero-slide[data-index="1"].is-active .hero-slide__bg { animation: heroKen1 12s ease-in-out infinite alternate; }
.hero-slide[data-index="2"].is-active .hero-slide__bg { animation: heroKen2 10s ease-in-out infinite alternate; }
.hero-slide__shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(115deg, rgba(26,23,20,0.84) 0%, rgba(26,23,20,0.36) 48%, rgba(26,23,20,0.22) 100%);
}
.hero-slide[data-index="1"] .hero-slide__shade {
  background: linear-gradient(125deg, rgba(22,24,28,0.88) 0%, rgba(26,23,20,0.4) 50%, rgba(26,23,20,0.2) 100%);
}
.hero-slide[data-index="2"] .hero-slide__shade {
  background: linear-gradient(105deg, rgba(28,24,20,0.86) 0%, rgba(26,23,20,0.38) 46%, rgba(26,23,20,0.18) 100%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: radial-gradient(ellipse 75% 65% at 50% 45%, transparent 0%, rgba(10,9,8,0.35) 100%);
}
.hero-slide__inner {
  position: relative;
  z-index: 5;
  min-height: calc(100vh - var(--topbar-h) - var(--header-h));
  min-height: calc(100svh - var(--topbar-h) - var(--header-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: clamp(5.5rem, 14vh, 8rem);
  box-sizing: border-box;
}
.hero-eyebrow {
  font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.55);
  font-weight: 500; margin: clamp(0.65rem, 2.5vh, 1.15rem) 0 1rem; max-width: 420px;
}
.hero-eyebrow span { color: rgba(232,78,27,0.95); }
.hero-animate {
  opacity: 0; transform: translate3d(0, 22px, 0);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-slide.is-active .hero-animate--1 { transition-delay: 0.12s; }
.hero-slide.is-active .hero-animate--2 { transition-delay: 0.28s; }
.hero-slide.is-active .hero-animate--3 { transition-delay: 0.44s; }
.hero-slide.is-active .hero-animate {
  opacity: 1; transform: translate3d(0, 0, 0);
}
.hero-slide:not(.is-active) .hero-animate {
  opacity: 0; transform: translate3d(0, 18px, 0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hero-slide:not(.is-active) .hero-eyebrow {
  opacity: 0; transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hero-slide.is-active .hero-eyebrow {
  opacity: 1; transform: translate3d(0, 0, 0);
  transition: opacity 0.5s ease 0.04s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}
.hero h1,
.hero h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 9vw, 5rem);
  line-height: 1.05;
  color: var(--color-white);
  margin: 0 0 1rem;
  max-width: min(14ch, 100%);
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
  hyphens: auto;
}
.hero p {
  font-family: var(--font-ui);
  font-size: clamp(0.95rem, 3.8vw, 1.125rem);
  color: rgba(255, 255, 255, 0.9);
  max-width: min(500px, 100%);
  margin: 0 0 1.5rem;
  font-weight: 300;
  line-height: 1.55;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero--reduce-motion .hero-slide__bg { animation: none !important; transform: none !important; }
.hero--reduce-motion .hero-slide:not(.is-active) .hero-animate,
.hero--reduce-motion .hero-slide:not(.is-active) .hero-eyebrow { transition: none; }
.hero--reduce-motion .hero-animate,
.hero--reduce-motion .hero-eyebrow { opacity: 1 !important; transform: none !important; }
.hero--reduce-motion .hero-grain { opacity: 0.02; }
@media (prefers-reduced-motion: reduce) {
  .hero-slide__bg { animation: none !important; transform: none !important; }
  .hero-slide:not(.is-active) .hero-animate,
  .hero-slide:not(.is-active) .hero-eyebrow { transition: none; }
  .hero-animate, .hero-eyebrow { opacity: 1 !important; transform: none !important; }
  .hero-dot__fill { animation: none !important; transform: scaleX(1) !important; }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.75rem; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 500; border-radius: 2px; transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn--primary { background: var(--color-accent); color: var(--color-white); border: 1px solid var(--color-accent); }
.btn--primary:hover { background: #cf4416; border-color: #cf4416; }
.btn--ghost { border: 1px solid rgba(255,255,255,0.65); color: var(--color-white); background: transparent; }
.btn--ghost:hover { border-color: var(--color-white); background: rgba(255,255,255,0.08); }
.btn--outline-dark { border: 1px solid var(--color-charcoal); color: var(--color-charcoal); background: transparent; }
.btn--outline-dark:hover { border-color: var(--color-accent); color: var(--color-accent); }
.hero-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.75rem;
  align-items: center;
  z-index: 8;
  max-width: calc(100% - 2rem);
  padding: 0 0.5rem;
}
@keyframes heroDotProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.hero-dot {
  padding: 0.35rem 0; border: none; background: transparent; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.hero-dot__track {
  display: block;
  width: clamp(32px, 12vw, 44px);
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}
.hero-dot__fill {
  display: block; height: 100%; width: 100%; background: var(--color-white);
  transform: scaleX(0); transform-origin: left center;
}
.hero-dot.is-active .hero-dot__fill {
  animation: heroDotProgress 5s linear forwards;
}
.hero-dot:not(.is-active) .hero-dot__fill {
  animation: none;
  transform: scaleX(0);
}
#hero:hover .hero-dot.is-active .hero-dot__fill { animation-play-state: paused; }
.hero--reduce-motion .hero-dot.is-active .hero-dot__fill { transform: scaleX(1); animation: none; }
.hero-arrows button {
  position: absolute;
  top: clamp(42%, 48vh, 50%);
  transform: translateY(-50%);
  z-index: 8;
  width: clamp(40px, 11vw, 48px);
  height: clamp(40px, 11vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--color-white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: border-color 0.3s ease, background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.hero-arrows button:hover {
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
}
.hero-arrows .prev {
  left: max(0.5rem, min(12px, 2vw));
}
.hero-arrows .next {
  right: max(0.5rem, min(12px, 2vw));
}
@media (max-width: 520px) {
  .hero-arrows button {
    top: auto;
    bottom: calc(3.75rem + env(safe-area-inset-bottom, 0px));
    transform: none;
    width: 42px;
    height: 42px;
    background: rgba(26, 23, 20, 0.25);
    backdrop-filter: blur(6px);
  }
  .hero-arrows .prev {
    left: 0.65rem;
  }
  .hero-arrows .next {
    right: 0.65rem;
  }
  .hero-eyebrow {
    letter-spacing: 0.2em;
  }
}
.section { padding: clamp(4rem, 10vw, 6.5rem) 0; }
.section--alt { background: var(--color-offwhite); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.25rem; flex-wrap: wrap; }
.section-head--featured { align-items: flex-end; padding-bottom: 1.5rem; border-bottom: 1px solid var(--color-border); margin-bottom: 1.75rem; }
.section-head__text { flex: 1; min-width: 200px; }
.section-kicker {
  font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted);
  font-weight: 500; margin: 0 0 0.5rem;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(2.35rem, 4.5vw, 3.25rem); font-weight: 400; margin: 0;
  letter-spacing: -0.01em; line-height: 1.08;
}
.section--featured {
  background: linear-gradient(180deg, #fdfcfa 0%, var(--color-white) 22%, var(--color-white) 100%);
  border-block: 1px solid var(--color-border);
  overflow-x: visible;
}
.section-title--center { text-align: center; width: 100%; }
.link-accent { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-accent); font-weight: 500; position: relative; }
.link-accent::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--color-accent); transition: width 0.35s var(--ease); }
.link-accent:hover::after { width: 100%; }
.subtitle { color: var(--color-muted); font-size: 1rem; max-width: 36rem; margin-top: 0.75rem; }
.trending-title-wrap { text-align: center; margin-bottom: 2.5rem; }
.trending-title-wrap .rule {
  width: 64px; height: 1px; background: var(--color-accent); margin: 1rem auto 0;
}
.featured-wrap { position: relative; width: 100%; }
.featured-rail {
  position: relative; display: flex; align-items: stretch; gap: 0.5rem;
}
.rail-btn {
  display: none; flex-shrink: 0; align-self: center; width: 46px; height: 46px; border-radius: 4px;
  border: 1px solid var(--color-border); background: var(--color-white); color: var(--color-charcoal);
  align-items: center; justify-content: center; transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
  z-index: 2;
}
.rail-btn:hover { border-color: var(--color-charcoal); color: var(--color-accent); background: var(--color-offwhite); }
.rail-btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.5; }
@media (min-width: 768px) {
  .rail-btn { display: inline-flex; }
}
.featured-progress {
  position: relative; height: 3px; background: var(--color-border); border-radius: 3px;
  margin: 1.1rem 0 0; overflow: hidden;
}
.featured-progress__fill {
  position: absolute; left: 0; top: 0; height: 100%; min-width: 12%;
  width: 24%; background: var(--color-charcoal); border-radius: 3px;
  transition: left 0.12s ease, width 0.12s ease;
}
.product-scroll {
  display: flex; gap: 0.75rem; overflow-x: auto; overflow-y: visible;
  padding: 0.25rem 0.25rem 0.75rem; scroll-snap-type: none;
  flex: 1; min-width: 0; min-height: 0; scrollbar-width: none; scroll-behavior: auto;
  -webkit-overflow-scrolling: touch; cursor: grab;
  overscroll-behavior-x: contain;
}
.product-scroll.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.product-scroll::-webkit-scrollbar { display: none; }
.product-card {
  position: relative;
  flex: 0 0 clamp(220px, 22vw, 270px);
  background: var(--color-white);
  display: flex; flex-direction: column; transition: border-color 0.25s ease;
  border-radius: 2px; overflow: hidden;
  border: 1px solid var(--color-border);
}
.product-card__link-all {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-card:hover { border-color: var(--color-charcoal); }
.product-card__media {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #f3f0ec;
}
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.03); }
.product-card__badge {
  position: absolute; top: 0.55rem; left: 0.55rem; z-index: 2; font-size: 0.55rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; color: var(--color-charcoal); background: rgba(255,255,255,0.92); padding: 0.3rem 0.5rem;
  border: 1px solid var(--color-border); border-radius: 2px;
}
.product-card__badge--soft {
  background: rgba(255,255,255,0.92); color: var(--color-charcoal); border: 1px solid var(--color-border);
}
.product-card__wish {
  position: absolute; top: 0.5rem; right: 0.5rem; z-index: 2; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.88); display: grid; place-items: center;
  opacity: 0.55; transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
  color: var(--color-charcoal); border: 1px solid rgba(26,23,20,0.08);
}
.product-card__wish svg { width: 16px; height: 16px; }
.product-card:hover .product-card__wish { opacity: 1; background: var(--color-white); }
.wishlist-toggle-wrap--contents { display: contents; }
.wishlist-heart-svg {
  display: block;
  width: 16px;
  height: 16px;
}
.wishlist-heart__path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.product-card__wish.is-saved {
  opacity: 1;
  color: #9f1239;
  border-color: rgba(159, 18, 57, 0.28);
  background: rgba(255, 241, 246, 0.96);
}
.product-card__wish.is-saved .wishlist-heart__path {
  fill: currentColor;
  stroke: none;
}
.product-card__body {
  padding: 0.75rem 0.85rem 0.85rem; flex: 1; display: flex; flex-direction: column; gap: 0.2rem;
  border-top: 1px solid var(--color-border);
}
.product-card__cat { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted); font-weight: 500; line-height: 1.3; }
.product-card__name {
  font-family: var(--font-display); font-size: 1.08rem; font-weight: 500; line-height: 1.2;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin: 0.1rem 0 0.05rem; color: var(--color-charcoal);
}
.product-card__sku { font-size: 0.62rem; color: var(--color-muted); letter-spacing: 0.04em; line-height: 1.35; margin: 0; }
.product-card__price {
  font-family: var(--font-price);
  font-size: 0.88rem; color: var(--color-charcoal); font-weight: 500; margin-top: 0.35rem; padding-top: 0.5rem;
  border-top: 1px solid var(--color-border); font-variant-numeric: tabular-nums; letter-spacing: 0.02em;
}
.product-card__price span { color: var(--color-muted); font-weight: 400; font-size: 0.7rem; margin-right: 0.4rem; letter-spacing: 0.14em; text-transform: uppercase; }
.cat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.cat-card {
  position: relative; aspect-ratio: 1; overflow: hidden; cursor: pointer; border: 1px solid var(--color-border);
}
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.cat-card:hover img { transform: scale(1.06); }
.cat-card__bar {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(26,23,20,0.78));
}
.cat-card__name {
  font-family: var(--font-display); font-size: 1.35rem; color: var(--color-white);
  display: inline-block; position: relative; padding-bottom: 0.25rem;
}
.cat-card__name::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--color-accent);
  transition: width 0.4s var(--ease);
}
.cat-card:hover .cat-card__name::after { width: 100%; }
.collections-wrap { margin-top: 2.5rem; }
.collections-editorial {
  display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 1.25rem; min-height: 520px; align-items: stretch;
}
.col-card {
  position: relative; overflow: hidden; border: 1px solid var(--color-border);
  min-height: 0; height: 100%; display: block; border-radius: 4px;
}
.col-card--tall { grid-row: 1 / -1; grid-column: 1; min-height: 100%; }
.col-card--a { grid-row: 1; grid-column: 2; min-height: 240px; }
.col-card--b { grid-row: 2; grid-column: 2; min-height: 240px; }
.col-card__bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform 1s var(--ease);
}
.col-card:hover .col-card__bg { transform: scale(1.04); }
.col-card__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,23,20,0.05) 0%, rgba(26,23,20,0.75) 100%);
}
.col-card__content {
  position: absolute; inset: 0; padding: 1.75rem; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2;
}
.col-card h3 { font-family: var(--font-display); font-size: clamp(1.55rem, 2.5vw, 2.1rem); font-weight: 400; color: var(--color-white); margin: 0 0 0.35rem; letter-spacing: 0.01em; }
.col-card p { color: rgba(255,255,255,0.88); font-size: 0.9rem; margin: 0 0 1rem; max-width: 28ch; }
.collections-row2 { margin-top: 1.25rem; }
.collections-row2 .col-card { min-height: 280px; height: auto; }
.trend-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem;
}
.trend-grid .product-card { flex: none; }
.banner-split {
  display: grid; grid-template-columns: 1fr 1fr; min-height: min(520px, 70vh);
}
.banner-split__copy {
  background: var(--color-charcoal); color: var(--color-white); padding: clamp(2.5rem, 6vw, 4.5rem);
  display: flex; flex-direction: column; justify-content: center; gap: 1.25rem;
}
.banner-split__copy h2 { font-family: var(--font-display); font-size: clamp(2.25rem, 4vw, 3.1rem); font-weight: 400; margin: 0; line-height: 1.08; letter-spacing: -0.01em; }
.banner-split__copy p { margin: 0; color: rgba(255,255,255,0.78); max-width: 34ch; }
.banner-split__media { position: relative; min-height: 320px; }
.banner-split__media img { width: 100%; height: 100%; object-fit: cover; }
.testimonials {
  background: #f9f4f0;
  background-image: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(232,78,27,0.07), transparent 55%);
  position: relative;
}
.testimonials::before {
  content: ""; position: absolute; top: 3rem; left: 50%; transform: translateX(-50%);
  width: 1px; height: 48px; background: linear-gradient(180deg, var(--color-accent), transparent); opacity: 0.5;
}
.testimonials__eyebrow {
  text-align: center; font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--color-muted); margin-bottom: 0.75rem; font-weight: 500;
}
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; align-items: stretch; }
.test-card {
  position: relative; background: var(--color-white); border-radius: 12px; padding: 0;
  box-shadow: 0 20px 50px rgba(26,23,20,0.07); border: 1px solid rgba(237,232,227,0.95);
  overflow: hidden; transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.test-card::before {
  content: "\201C"; position: absolute; top: 0.5rem; right: 1.25rem; font-family: var(--font-display);
  font-size: 4.5rem; line-height: 1; color: var(--color-border); opacity: 0.65; pointer-events: none;
}
.test-card::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--color-accent); opacity: 1;
}
.test-card:hover { transform: translateY(-4px); box-shadow: 0 28px 60px rgba(26,23,20,0.1); }
.test-card__inner { padding: 1.85rem 1.75rem 1.75rem 1.85rem; position: relative; z-index: 1; }
.test-card__rating { margin: 0 0 1rem; font-size: 0.88rem; letter-spacing: 0.12em; line-height: 1; }
.test-card__rating span { color: rgba(232,78,27,0.28); }
.test-card__rating span.is-on { color: var(--color-accent); }
.test-card__meta-link {
  color: var(--color-charcoal); text-decoration: none;
  border-bottom: 1px solid rgba(26,23,20,0.18);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.test-card__meta-link:hover { color: var(--color-accent); border-bottom-color: var(--color-accent); }
.test-card__meta-rating { color: var(--color-muted); font-weight: 500; }
.test-card blockquote {
  margin: 0; font-style: italic; font-size: 1.02rem; line-height: 1.68; color: var(--color-charcoal);
  font-weight: 400;
}
.test-card__quote { margin: 0; }
.test-card__foot { display: flex; align-items: center; gap: 1rem; margin-top: 1.35rem; padding-top: 1.25rem; border-top: 1px solid var(--color-border); }
.test-card__avatar {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: var(--color-offwhite); border: 1px solid rgba(237,232,227,0.95);
  display: grid; place-items: center; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; color: var(--color-charcoal);
}
.test-card__attr { min-width: 0; }
.test-card__who { margin: 0; font-weight: 600; font-size: 0.95rem; color: var(--color-charcoal); }
.test-card__who cite { font-style: normal; }
.test-card__meta { font-size: 0.78rem; color: var(--color-muted); margin: 0.2rem 0 0; line-height: 1.45; }
.test-card__badge {
  font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-accent); margin: 0.45rem 0 0; font-weight: 600;
}
.site-footer {
  position: relative; color: rgba(255,255,255,0.88);
  background: var(--color-charcoal);
  background-image:
    radial-gradient(ellipse 90% 60% at 50% -20%, rgba(232,78,27,0.14), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 120px);
}
.site-footer::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  opacity: 0.85;
}
.footer-cta {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
}
.footer-cta__inner {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.75rem;
}
.footer-cta__kicker {
  font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--color-accent);
  font-weight: 600; margin: 0 0 0.65rem;
}
.footer-cta__title {
  font-family: var(--font-display); font-size: clamp(1.75rem, 3.5vw, 2.35rem); font-weight: 400; color: var(--color-white);
  margin: 0 0 0.5rem; line-height: 1.12; letter-spacing: -0.01em; max-width: 20ch;
}
.footer-cta__sub { margin: 0; font-size: 0.9rem; color: rgba(255,255,255,0.62); max-width: 36ch; line-height: 1.55; }
.footer-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.btn--footer {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.65rem; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  border: 1px solid rgba(255,255,255,0.85); color: var(--color-white); border-radius: 2px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.btn--footer:hover { background: var(--color-accent); border-color: var(--color-accent); color: var(--color-white); }
.footer-cta__phone {
  font-size: 0.82rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.75); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px; transition: color 0.25s ease, border-color 0.25s ease;
}
.footer-cta__phone:hover { color: var(--color-accent); border-color: var(--color-accent); }
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 0.85fr 0.85fr 0.95fr 1.05fr; gap: clamp(1.5rem, 3vw, 2.75rem);
  padding: clamp(3rem, 6vw, 4.25rem) 0 clamp(2.5rem, 4vw, 3.25rem);
}
.footer-brand .logo-ft {
  font-family: var(--font-display); font-size: 2.25rem; font-weight: 500; color: var(--color-white);
  margin-bottom: 0.85rem; display: inline-block; letter-spacing: 0.06em;
  padding-bottom: 0.65rem; border-bottom: 2px solid var(--color-accent);
}
.footer-brand .logo-ft.logo-ft--img {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  text-decoration: none;
  color: transparent;
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 0.65rem;
}
.footer-brand .logo-ft.logo-ft--img img {
  display: block;
  height: clamp(36px, 5vw, 52px);
  width: auto;
  max-width: min(220px, 55vw);
}
.footer-brand p { color: rgba(255,255,255,0.7); font-size: 0.9rem; max-width: 30ch; line-height: 1.65; margin: 0 0 1.25rem; }
.footer-tagline {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin: 0 0 1rem;
}
.socials { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 0 0 1.25rem; }
.socials a {
  width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.22); display: grid; place-items: center;
  border-radius: 4px; color: rgba(255,255,255,0.9); transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.socials a:hover { color: var(--color-white); border-color: var(--color-accent); background: rgba(232,78,27,0.12); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; fill: currentColor; }
.footer-made { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin: 0; letter-spacing: 0.04em; }
.footer-col h4 {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 1.15rem; font-weight: 600;
  padding-bottom: 0.65rem; border-bottom: 1px solid rgba(255,255,255,0.12); display: block;
}
.footer-col a {
  display: block; font-size: 0.88rem; color: rgba(255,255,255,0.78);
  margin: 0 0 0.45rem; padding: 0.12rem 0; transition: color 0.25s ease, padding-left 0.25s ease;
}
.footer-col a:hover { color: var(--color-accent); padding-left: 0.3rem; }
.footer-col p { font-size: 0.88rem; color: rgba(255,255,255,0.78); margin: 0 0 0.45rem; line-height: 1.5; }
.footer-col__icon { font-size: 0.85rem; opacity: 0.75; flex-shrink: 0; }
.footer-contact-block { margin-top: 0.35rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-contact-block p { display: flex; align-items: flex-start; gap: 0.45rem; margin-bottom: 0.5rem; }
.footer-contact-block a:hover { padding-left: 0; color: var(--color-accent); }
.footer-newsletter-heading {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45);
  margin: 1rem 0 0.5rem; font-weight: 600;
}
.newsletter { display: flex; gap: 0.45rem; margin-top: 1rem; flex-wrap: wrap; }
.newsletter input {
  flex: 1; min-width: 140px; padding: 0.7rem 0.85rem; border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07); color: var(--color-white); font-family: var(--font-ui); border-radius: 2px; font-size: 0.88rem;
}
.newsletter input:focus { outline: none; border-color: rgba(232,78,27,0.65); }
.newsletter input::placeholder { color: rgba(255,255,255,0.42); }
.newsletter button {
  padding: 0.7rem 1.15rem; background: var(--color-accent); color: var(--color-white); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; border-radius: 2px; transition: background 0.25s ease;
}
.newsletter button:hover { background: #cf4416; }
.newsletter-note { display: block; font-size: 0.68rem; color: rgba(255,255,255,0.45); margin: 0.5rem 0 0; line-height: 1.45; }
.newsletter-livewire { margin-top: 1rem; }
.newsletter-notice {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
}
.newsletter-notice--success {
  color: rgba(200, 255, 210, 0.95);
}
.newsletter-notice--error {
  color: #ffb4a8;
}
.newsletter input.is-invalid {
  border-color: rgba(255, 120, 100, 0.85) !important;
}
.footer-copy { color: rgba(255,255,255,0.55); letter-spacing: 0.02em; }
.footer-trust {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 1.75rem 0; background: rgba(0,0,0,0.15);
}
.footer-trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem 1.5rem; align-items: start;
}
.footer-trust__item { display: flex; gap: 0.85rem; align-items: flex-start; }
.footer-trust__icon {
  width: 42px; height: 42px; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.15); border-radius: 4px;
  display: grid; place-items: center; color: var(--color-accent);
}
.footer-trust__icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.footer-trust__item strong { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-white); margin-bottom: 0.25rem; font-weight: 600; }
.footer-trust__item span { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.45; }
.footer-bar {
  background: #0f0d0b;
  padding: 1.25rem 0; font-size: 0.74rem; color: rgba(255,255,255,0.48);
}
.footer-bar-inner {
  width: min(1240px, 92vw); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; justify-content: space-between; align-items: center;
}
.footer-bar__payments {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.65rem; color: rgba(255,255,255,0.4);
}
.footer-bar__payments span { padding: 0.35rem 0.65rem; border: 1px solid rgba(255,255,255,0.12); border-radius: 2px; }
.footer-bar__links { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 1rem; }
.footer-bar a { color: rgba(255,255,255,0.58); text-decoration: none; transition: color 0.2s ease; }
.footer-bar a:hover { color: var(--color-accent); }
.io-section { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.io-section.visible { opacity: 1; transform: translateY(0); }
.io-section .io-child { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.io-section.visible .io-child { opacity: 1; transform: translateY(0); }
.io-section.visible .io-child:nth-child(1) { transition-delay: 0s; }
.io-section.visible .io-child:nth-child(2) { transition-delay: 0.1s; }
.io-section.visible .io-child:nth-child(3) { transition-delay: 0.2s; }
.io-section.visible .io-child:nth-child(4) { transition-delay: 0.3s; }
.io-section.visible .io-child:nth-child(5) { transition-delay: 0.4s; }
.io-section.visible .io-child:nth-child(6) { transition-delay: 0.5s; }
.io-section.visible .io-child:nth-child(7) { transition-delay: 0.6s; }
.io-section.visible .io-child:nth-child(8) { transition-delay: 0.7s; }
.io-section.visible .io-child:nth-child(9) { transition-delay: 0.8s; }
.io-section.visible .io-child:nth-child(10) { transition-delay: 0.9s; }
.io-section.visible .io-child:nth-child(11) { transition-delay: 1s; }
.io-section.visible .io-child:nth-child(12) { transition-delay: 1.05s; }
.io-section.visible .io-child:nth-child(13) { transition-delay: 1.1s; }
.io-section.visible .io-child:nth-child(14) { transition-delay: 1.15s; }
@media (max-width: 1279px) {
  .nav-desktop { display: none; }
  .hamburger { display: flex; }
  .mega { display: none; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .trend-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; max-width: 36rem; }
  .footer-trust__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .collections-editorial { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
  .col-card--tall { grid-row: auto; grid-column: auto; min-height: 320px; height: auto; }
  .col-card--a, .col-card--b { grid-row: auto; grid-column: auto; min-height: 260px; height: auto; }
  .collections-row2 { grid-template-columns: 1fr; }
  .banner-split { grid-template-columns: 1fr; }
  .banner-split__media { order: -1; min-height: 280px; }
}
@media (max-width: 767px) {
  .cat-grid {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .cat-card {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: minmax(4.75rem, auto);
    aspect-ratio: auto;
    align-items: stretch;
    border-radius: 4px;
    text-decoration: none;
  }
  .cat-card img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 4.75rem;
    object-fit: cover;
  }
  .cat-card:hover img,
  .cat-card:focus-visible img {
    transform: none;
  }
  .cat-card__bar {
    position: static;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem 0.85rem 1rem;
    background: linear-gradient(90deg, var(--color-offwhite), var(--color-white));
  }
  .cat-card__name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-charcoal);
    padding-bottom: 0.15rem;
  }
  .cat-card__name::after {
    bottom: 0;
    height: 1px;
  }
  .trend-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; max-width: none; }
  .footer-cta__inner { flex-direction: column; align-items: flex-start; }
  .footer-trust__grid { grid-template-columns: 1fr; }
  .footer-bar-inner { flex-direction: column; align-items: flex-start; }
  .hero-cta { flex-direction: column; }
  .btn { width: 100%; }
  .section-head { flex-direction: column; align-items: flex-start; }
}

/* Lemon Milk font utility classes */
.font-display, h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}
.font-price {
  font-family: var(--font-price);
  font-variant-numeric: tabular-nums;
}
