﻿/* KAKAORA CORE CSS BUNDLE */


/* === styles.css === */

:root {
  --f-display: 'Fraunces', Georgia, serif;
  /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
     60:30:10 DESIGN RULE
     
     60% â€” BACKGROUND: Warm ivory/cream tones.
     These cover the majority of visible area (page bg, sections).
     â†’ --bg, --warm-white, --sand
     
     30% â€” CONTENT: White surfaces, inky text, structural elements.
     Cards, panels, navigation, typography, borders, shadows.
     â†’ --surface, --ink, --primary, --line, radius/spacing tokens
     
     10% â€” ACCENT: Gold for CTAs, highlights, important touches.
     Buttons, links, badges, decorative elements.
     â†’ --secondary (gold), --accent (burgundy), --accent-2 (teal)
     â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

  /* â”€â”€â”€ 60% â€” BACKGROUND â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  --bg: #ffffff;
  --warm-white: #ffffff;
  --bg-primary: #ffffff;
  --bg-surface: #F7FAFA;
  --bg-muted: rgba(232, 223, 208, 0.35);

  /* â”€â”€â”€ 30% â€” CONTENT SURFACES & TEXT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #F7FAFA;
  --ink: #121212;
  --ink-soft: #2f2b27;
  --text-primary: #121212;
  --text-muted: #6b6560;
  --line: rgba(18, 18, 18, 0.16);
  --line-strong: rgba(18, 18, 18, 0.26);
  --primary: #111111;

  /* â”€â”€â”€ 10% â€” ACCENT COLORS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  --secondary: #b57a1d;    /* Gold â€” primary accent: CTAs, highlights, links */
  --accent: #7f1f3c;       /* Burgundy â€” secondary accent: wishlist, limited use */
  --accent-2: #0f5e59;     /* Teal â€” tertiary accent: subtle decorative use */

  /* â”€â”€â”€ STATUS COLORS (outside 60:30:10 â€” contextual) â”€â”€â”€â”€â”€â”€â”€ */
  --success: #2d6c4f;
  --danger: #b64949;

  /* â”€â”€â”€ SHADOWS & EFFECTS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.08);

  /* â”€â”€â”€ BORDERS & RADII â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;

  /* â”€â”€â”€ LAYOUT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  --container: min(1180px, calc(100vw - 2rem));
  --section-space: clamp(4rem, 8vw, 7rem);
  --transition: 220ms ease;
}

/* ─── Pretty Text Wrapping ─── */
h1, h2, h3, h4, h5, h6,
.k-heading, .acct-card-title, .wishlist-hero h1,
.k-product-info__title, .k-pdp-hero__title,
.pa-header__title, .cko-step__title,
.k-shop-header h1, .k-section-title,
.wishlist-card__name {
  text-wrap: balance;
}
p, .k-text, .k-description, .k-product-info__desc,
.k-cart-popup__item-name, .k-cart-item__name,
.acct-empty-desc, .wishlist-empty__text,
.k-review-text, .pa-message, .acct-address-card-detail {
  text-wrap: pretty;
  overflow-wrap: break-word;
}
html {
  hanging-punctuation: first allow-end last;
}


body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid,
body[data-page="home"] .luxury-product-grid {
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 20px !important;
}

body[data-page="shop"] .product-card,
body[data-page="home"] .luxury-products .product-card {
  max-width: none;
  padding: 14px;
  border-radius: 14px;
  background: var(--bg-primary);
  box-shadow: 0 14px 34px rgba(39, 30, 22, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body[data-page="shop"] .product-card__media,
body[data-page="home"] .luxury-products .product-card__media {
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  background: var(--bg-muted);
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer .rating,
body[data-page="home"] .luxury-products .product-card__badges,
body[data-page="home"] .luxury-products .product-card__subline,
body[data-page="home"] .luxury-products .product-card__footer .rating {
  display: none !important;
}

body[data-page="shop"] .product-card__info,
body[data-page="home"] .luxury-products .product-card__info {
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 12px 4px 4px;
}

body[data-page="shop"] .product-card__title h3,
body[data-page="home"] .luxury-products .product-card__title h3 {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

body[data-page="shop"] .price,
body[data-page="home"] .luxury-products .price {
  font-size: 15px;
  font-weight: 700;
}

body[data-page="shop"] .product-card__footer,
body[data-page="home"] .luxury-products .product-card__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}

body[data-page="shop"] .product-link,
body[data-page="shop"] .add-to-cart-button,
body[data-page="home"] .luxury-products .product-link,
body[data-page="home"] .luxury-products .add-to-cart-button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 36px;
  padding: 0 10px;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body[data-page="shop"] .add-to-cart-button .kakoara-icon,
body[data-page="home"] .luxury-products .add-to-cart-button .kakoara-icon {
  display: none;
}

@media (max-width: 1199px) {
  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid,
  body[data-page="home"] .luxury-product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }

  body[data-page="shop"] .product-card,
  body[data-page="home"] .luxury-products .product-card {
    padding: 12px;
  }

  body[data-page="shop"] .product-card__title h3,
  body[data-page="home"] .luxury-products .product-card__title h3 {
    font-size: 14px;
  }

  body[data-page="shop"] .price,
  body[data-page="home"] .luxury-products .price {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid,
  body[data-page="home"] .luxury-product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  body[data-page="shop"] .product-card,
  body[data-page="home"] .luxury-products .product-card {
    padding: 8px;
    border-radius: 10px;
  }

  body[data-page="shop"] .product-card__title h3,
  body[data-page="home"] .luxury-products .product-card__title h3 {
    font-size: 12px;
  }

  body[data-page="shop"] .price,
  body[data-page="home"] .luxury-products .price {
    font-size: 12px;
  }

  body[data-page="shop"] .product-card__footer,
  body[data-page="home"] .luxury-products .product-card__footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body[data-page="shop"] .product-link,
  body[data-page="shop"] .add-to-cart-button,
  body[data-page="home"] .luxury-products .product-link,
  body[data-page="home"] .luxury-products .add-to-cart-button {
    font-size: 10px;
    min-height: 30px;
    padding: 0 6px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text-primary);
  background:
    radial-gradient(circle at 12% 20%, rgba(149, 217, 192, 0.18), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(212, 31, 34, 0.12), transparent 24%),
    radial-gradient(circle at 70% 88%, rgba(15, 110, 105, 0.12), transparent 22%),
    var(--bg-primary);
  min-height: 100vh;
  font-size: 14px;
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
  gap: 1.35rem;
}

body[data-page="shop"] .shop-stage__topbar {
  padding-top: 0;
  border-top: 0;
}

body[data-page="shop"] .shop-stage__count,
body[data-page="shop"] .shop-stage__chipbar,
body[data-page="shop"] .shop-stage__search,
body[data-page="shop"] .shop-recommendations,
body[data-page="shop"] .shop-assurance-row {
  display: flex;
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  display: flex;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  justify-content: center;
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

.pwa-production-overrides {
  display: contents;
}

body {
  overflow-x: hidden;
}

body[data-page="checkout"] .checkout-layout--focused {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
}

body[data-page="checkout"] .checkout-layout--focused {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
}

@media (max-width: 920px) {
  body[data-page="checkout"] .checkout-layout--focused {
    grid-template-columns: 1fr;
  }

  body[data-page="checkout"] #checkout-summary {
    order: -1;
  }
}

body {
  overflow-x: hidden;
}

.site-topbar__inner {
  min-height: 2.2rem;
}

.site-nav__links {
  gap: clamp(0.4rem, 1.4vw, 0.9rem);
}

.section,
.section--compact {
  padding-block: clamp(2.25rem, 5vw, 4.5rem);
}

.landing-shop {
  padding-top: clamp(1.5rem, 4vw, 3.5rem);
}

.landing-shop__copy .lede,
.section-heading p,
.shop-sidebar-point p,
.woo-premium-grade,
.testimonial-carousel-section,
.checkout-support-note {
  display: none !important;
}

.landing-shop__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  min-height: auto;
  padding: 0.85rem;
}

.shop-stage__layout,
body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
}

.shop-stage__sidebar,
body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

.shop-stage__surface,
.panel,
.product-card,
.cart-item,
.checkout-form,
.summary-card {
  border-radius: clamp(1rem, 2.4vw, 1.45rem);
}

.shop-results__grid,
.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.85rem), 1fr)) !important;
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
}

.product-card {
  padding: 0.55rem;
  contain: content;
}

.product-card__media {
  aspect-ratio: 4 / 5.15;
}

.product-card__info {
  gap: 0.42rem;
}

.product-card__title h3 {
  font-size: clamp(0.96rem, 1.8vw, 1.08rem);
}

.product-card__subline,
.rating {
  font-size: 0.72rem;
}

.shop-feature-card {
  display: none;
}

.footer__hero {
  min-height: auto;
}

.checkout-page {
  min-height: 72vh;
}

.checkout-hero {
  padding: clamp(1.25rem, 4vw, 3rem) 0 0;
}

.checkout-hero__inner {
  display: grid;
  gap: 0.55rem;
}

.checkout-hero h1 {
  margin: 0;
  font-size: clamp(2.45rem, 8vw, 5rem);
  line-height: 0.92;
}

.checkout-hero p {
  max-width: 36rem;
  margin: 0;
  color: var(--color-text-muted);
}

.checkout-layout--focused {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: start;
}

.checkout-form--focused {
  display: grid;
  gap: 1.1rem;
  padding: clamp(1rem, 3vw, 1.6rem);
}

.checkout-step-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.checkout-step-block h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.checkout-step-label {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--color-text);
  color: var(--color-white);
  font-weight: 700;
}

.payment-methods {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.payment-method {
  text-align: left;
}

.bank-transfer-box {
  margin-top: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
}

.bank-transfer-box dl {
  display: grid;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
}

.bank-transfer-box div,
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.bank-transfer-box dt {
  color: var(--color-text-muted);
}

.bank-transfer-box dd {
  margin: 0;
  font-weight: 700;
}

.checkout-submit {
  position: sticky;
  bottom: 0.75rem;
  z-index: 5;
  width: 100%;
  min-height: 3.35rem;
}

.checkout-summary-card {
  padding: clamp(1rem, 2.5vw, 1.25rem);
}

img[loading="lazy"] {
  content-visibility: auto;
}

@media (max-width: 920px) {
  .site-topbar {
    display: none;
  }

  .landing-shop__grid,
  .checkout-layout--focused,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .landing-shop__meta {
    grid-template-columns: 1fr;
  }

  .site-nav__actions .region-select,
  .site-nav__links {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .checkout-layout--focused #checkout-summary {
    order: -1;
  }
}

@media (max-width: 640px) {
  .site-width {
    width: min(100% - 1rem, var(--container));
  }

  .landing-shop__feature-copy,
  .shop-stage__surface,
  .checkout-form--focused {
    padding: 0.85rem;
  }

  .shop-results__grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.65rem;
  }

  .product-card__badges,
  .product-card__subline,
  .rating {
    display: none !important;
  }

  .product-card__footer {
    display: grid;
    gap: 0.45rem;
  }

  .product-link,
  .add-to-cart-button {
    width: 100%;
    min-width: 0;
    min-height: 2.55rem;
    padding-inline: 0.6rem;
    font-size: 0.78rem;
  }

  .payment-methods,
  .form-grid--two {
    grid-template-columns: 1fr;
  }

  .checkout-step-block {
    grid-template-columns: 1fr;
  }
}

.shop-results__grid,
.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.75rem), 1fr)) !important;
  align-items: stretch;
}

.product-card {
  grid-template-rows: auto 1fr;
}

.product-card__info {
  grid-template-rows: auto auto auto auto 1fr;
}

.product-card__footer {
  align-self: end;
}

.add-to-cart-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 0.52rem;
  min-width: 8.85rem;
  white-space: nowrap;
  transition:
    transform 220ms var(--ease-out-quint, ease),
    box-shadow 220ms var(--ease-out-quint, ease),
    background-color 220ms var(--ease-out-quint, ease),
    border-color 220ms var(--ease-out-quint, ease),
    color 220ms var(--ease-out-quint, ease);
}

.add-to-cart-button:hover,
.add-to-cart-button:focus-visible {
  transform: translateY(-2px);
}

.add-to-cart-button__icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 420ms var(--ease-out-quint, ease);
}

.add-to-cart-button__label {
  transition:
    opacity 240ms var(--ease-out-quint, ease),
    transform 240ms var(--ease-out-quint, ease);
}

.add-to-cart-button__label--added {
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translate(-38%, 1rem);
}

.add-to-cart-button.is-added,
.product-link.add-to-cart-button.is-added,
.button.add-to-cart-button.is-added {
  color: #fff;
  background: var(--color-success);
  border-color: rgba(45, 108, 79, 0.55);
  box-shadow: 0 18px 36px rgba(45, 108, 79, 0.2);
}

.add-to-cart-button.is-added .add-to-cart-button__icon {
  animation: cartIconLift 520ms var(--ease-out-quint, ease);
  transform: scale(1.12) rotate(-6deg);
}

.add-to-cart-button.is-added .add-to-cart-button__label--default {
  opacity: 0;
  transform: translateY(-1rem);
}

.add-to-cart-button.is-added .add-to-cart-button__label--added {
  opacity: 1;
  transform: translate(-38%, 0);
}

@keyframes cartIconLift {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  45% {
    transform: translateY(-0.35rem) scale(1.12) rotate(-6deg);
  }
}

@media (max-width: 640px) {
  .shop-results__grid,
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 12.75rem), 1fr)) !important;
  }

  .add-to-cart-button {
    min-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .add-to-cart-button:hover,
  .add-to-cart-button:focus-visible,
  .add-to-cart-button.is-added .add-to-cart-button__icon {
    animation: none;
    transform: none;
  }
}

:root {
  --f-display: 'Playfair Display', Georgia, serif;
  --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34));
  --glass-bg-strong: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42));
  --glass-line: rgba(255, 255, 255, 0.48);
  --glass-shadow: 0 24px 70px rgba(16, 17, 20, 0.13);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header,
.panel,
.surface-card,
.value-card,
.collection-card,
.story-card,
.stat-card,
.faq-card,
.product-card,
.social-tile,
.testimonial-card,
.influencer-card,
.feed-card,
.review-card,
.creator-card,
.cart-item,
.checkout-form,
.summary-panel,
.gallery-panel,
.shop-sidebar-card,
.shop-stage__surface,
.mobile-menu__panel,
.auth-modal__panel,
.field input,
.field select,
.field textarea,
.shop-view-as button,
.shop-per-page select,
.shop-stage__controls select,
.pill,
.chip,
.eyebrow {
  background: var(--glass-bg);
  border-color: var(--glass-line);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.button,
.button-ghost,
.button-secondary,
.product-link,
.bag-link,
.icon-button,
.menu-button,
.wishlist-button,
.cta-button {
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  display: flex;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  justify-content: center;
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

.product-card,
.shop-stage__surface,
.shop-campaign-hero__copy,
.shop-campaign-hero__media,
.panel,
.cart-item {
  animation: glass-rise 520ms var(--ease-out-quint) both;
}

.product-card:nth-child(2n) {
  animation-delay: 70ms;
}

.product-card:nth-child(3n) {
  animation-delay: 120ms;
}

.product-link:active,
.button:active,
.button-ghost:active,
.button-secondary:active,
.bag-link:active {
  transform: translateY(1px) scale(0.98);
}

.product-card:hover .product-card__media img:first-child,
.product-card:focus-within .product-card__media img:first-child {
  transform: scale(1.045);
}

@keyframes glass-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body.auth-modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

.site-width {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: var(--section-space) 0;
}

.section--compact {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
}

.section--flush-top {
  padding-top: 1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-aqua), var(--color-carmin));
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-heading--inline {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.display {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.94;
}

.display {
  font-size: clamp(2.9rem, 7vw, 5.3rem);
}

.section-heading h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3.6vw, 3rem);
}

.section-heading h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
}

.lede,
.section-heading p,
.body-large {
  margin: 0;
  max-width: 64ch;
  color: var(--color-text-muted);
  line-height: 1.7;
  font-size: 0.96rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.text-link::after {
  content: "\2192";
  transition: transform var(--transition);
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(0.2rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button,
.button-ghost,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.9rem;
  padding: 0 1.05rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.9rem;
  transition:
    transform var(--transition),
    background-color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.button {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.button:hover,
.button:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible {
  transform: translateY(-1px);
}

.button-secondary {
  background: linear-gradient(135deg, var(--color-aqua), #95D9C0);
  color: #1e1403;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.52);
  border-color: var(--color-border-strong);
}

.cta-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform-origin: center;
  will-change: transform, box-shadow;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.24) 42%, transparent 68%);
  transform: translateX(-135%);
  opacity: 0.9;
  pointer-events: none;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.cta-button--checkout {
  background: linear-gradient(135deg, #111111, #2a3138 55%, #111111);
  box-shadow: 0 16px 34px rgba(17, 17, 15, 0.16);
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px) scale(1.018);
  box-shadow: 0 22px 42px rgba(17, 17, 15, 0.16);
}

.cta-button:hover::before,
.cta-button:focus-visible::before {
  animation: cta-sheen 880ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-button:active {
  transform: translateY(0) scale(0.985);
}

@keyframes cta-sheen {
  from {
    transform: translateX(-135%);
  }
  to {
    transform: translateX(135%);
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--color-border);
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--color-border);
  font-size: 0.84rem;
  font-weight: 600;
}

.surface-card,
.panel {
  position: relative;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5)),
    var(--color-surface);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(1.2);
}

.surface-card::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.2));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.panel {
  padding: 1.4rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(22px) saturate(1.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(243, 236, 223, 0.6));
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: 0 12px 34px rgba(17, 17, 15, 0.06);
}

.site-topbar {
  border-bottom: 1px solid rgba(16, 17, 20, 0.07);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.36);
}

.site-topbar__inner,
.site-nav__inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  align-items: center;
}

.site-topbar__inner {
  min-height: 3.15rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.1fr) auto;
  gap: 0.75rem;
  padding: 0.45rem 0;
  font-size: 0.71rem;
  color: var(--color-text-muted);
}

.site-topbar__inner :nth-child(2) {
  justify-self: center;
}

.site-topbar__inner :last-child {
  justify-self: end;
}

.site-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 17, 20, 0.08);
  background: rgba(255, 255, 255, 0.7);
  color: var(--color-text);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(16, 17, 20, 0.05);
  white-space: nowrap;
}

.site-topbar__item::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.35);
  flex: 0 0 auto;
}

.site-topbar__item--accent {
  background: linear-gradient(135deg, rgba(17, 17, 15, 0.92), rgba(57, 46, 35, 0.9));
  border-color: rgba(17, 17, 15, 0.16);
  color: rgba(241, 245, 249, 0.98);
}

.site-topbar__item--accent::before {
  background: linear-gradient(135deg, #95D9C0, #6FC2A5);
  box-shadow: 0 0 0 0.16rem rgba(149, 217, 192, 0.22);
}

.site-topbar__item--link {
  background: rgba(255, 255, 255, 0.92);
}

.site-topbar a.site-topbar__item {
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-topbar a.site-topbar__item:hover,
.site-topbar a.site-topbar__item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(16, 17, 20, 0.14);
  box-shadow: 0 14px 26px rgba(16, 17, 20, 0.08);
}

.site-nav__inner {
  min-height: 5rem;
  grid-template-columns: auto 1fr auto;
}

.site-nav__filter {
  position: absolute;
}

.brand {
  display: inline-grid;
  gap: 0.2rem;
}

.brand__logo {
  width: clamp(7.5rem, 11vw, 10.5rem);
  height: auto;
  display: block;
  object-fit: contain;
}

.brand__logo--footer {
  width: clamp(8.5rem, 12vw, 11.5rem);
}

.brand__name {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.brand__meta {
  font-size: 0.69rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.site-nav__links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  min-width: 0;
}

.site-nav__links a {
  position: relative;
  padding: 0.35rem 0;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.site-nav__links a:hover::after,
.site-nav__links a:focus-visible::after,
.site-nav__links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.goo-nav {
  justify-self: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem;
  border-radius: 9999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 250, 250, 0.46));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px) saturate(1.15);
  filter: url(#goo);
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.goo-nav a.goo-nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.7rem;
  padding: 0.62rem 0.9rem;
  border-radius: 9999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 250, 0.86));
  color: #111;
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow:
    0 10px 24px rgba(16, 17, 20, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    transform 360ms ease,
    background-color 360ms ease,
    color 360ms ease,
    box-shadow 360ms ease;
}

.goo-nav a.goo-nav__item::after {
  display: none;
}

.goo-nav:hover a.goo-nav__item,
.goo-nav:focus-within a.goo-nav__item {
  background:
    linear-gradient(180deg, rgba(242, 244, 246, 0.96), rgba(233, 237, 240, 0.92));
}

.goo-nav a.goo-nav__item:hover,
.goo-nav a.goo-nav__item:focus-visible,
.goo-nav a.goo-nav__item[aria-current="page"] {
  background:
    linear-gradient(180deg, rgba(227, 217, 204, 0.98), rgba(215, 202, 187, 0.94));
  color: #111;
  transform: scale(1.045);
  box-shadow:
    0 14px 30px rgba(16, 17, 20, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.goo-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  color: currentColor;
  opacity: 0.88;
}

.goo-nav__icon svg {
  width: 100%;
  height: 100%;
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.region-select {
  min-height: 2.6rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 250, 0.72));
  color: var(--color-text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 10px 24px rgba(16, 17, 20, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(1.15);
}

.bag-link,
.icon-button,
.menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.45rem;
  min-height: 2.45rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 250, 0.72));
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  box-shadow:
    0 10px 24px rgba(16, 17, 20, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(1.15);
}

.menu-button {
  display: none;
}

.bag-link span {
  margin-left: 0.35rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(16, 17, 20, 0.56);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.mobile-menu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__panel {
  margin-left: auto;
  width: min(23rem, 88vw);
  min-height: 100%;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 236, 221, 0.72));
  border-left: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: -24px 0 60px rgba(17, 17, 15, 0.18);
  backdrop-filter: blur(22px) saturate(1.12);
  display: grid;
  gap: 1rem;
  transform: translateX(1.6rem);
  transition: transform 220ms ease;
}

.mobile-menu[aria-hidden="false"] .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__header,
.mobile-menu__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-trigger {
  min-width: 2.45rem;
  width: 2.45rem;
  padding-inline: 0;
}

.auth-trigger svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.mobile-menu nav {
  display: grid;
  gap: 0.4rem;
}

.mobile-menu nav a {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 250, 250, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.hero__copy {
  display: grid;
  gap: 1.5rem;
}

.hero__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.metric-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 250, 250, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow:
    0 14px 28px rgba(16, 17, 20, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(16px) saturate(1.1);
}

.metric-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
}

.metric-card span {
  color: var(--color-text-muted);
  font-size: 0.92rem;
}

.hero__visual {
  position: relative;
  min-height: 38rem;
  padding: 1rem;
  overflow: hidden;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 42%),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 18px,
      rgba(16, 17, 20, 0.02) 18px,
      rgba(16, 17, 20, 0.02) 36px
    );
  pointer-events: none;
}

.hero__stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 1rem;
  height: 100%;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 0.1rem);
  background: rgba(255, 255, 255, 0.52);
  min-height: 24rem;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card--secondary {
  align-self: end;
  min-height: 17rem;
}

.hero-badge,
.floating-note {
  position: absolute;
  z-index: 2;
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius-sm);
  background: rgba(17, 17, 15, 0.78);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.hero-badge {
  top: 1.25rem;
  left: 1.25rem;
}

.floating-note {
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: 15rem;
}

.announce-strip {
  border-block: 1px solid rgba(16, 17, 20, 0.08);
  background: rgba(255, 255, 255, 0.38);
}

.announce-strip__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  flex-wrap: wrap;
}

.announce-strip__list {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-text-muted);
}

.announce-strip__list strong {
  color: var(--color-text);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-collection-edit {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
}

.home-collection-edit .section-heading {
  margin-bottom: 1rem;
}

.home-collection-edit .section-heading h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.home-collection-edit .section-heading p {
  max-width: 38rem;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.value-card,
.collection-card,
.story-card,
.stat-card,
.faq-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(16, 17, 20, 0.08);
  box-shadow: var(--shadow-soft);
}

.value-card h3,
.collection-card h3,
.story-card h3,
.stat-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1.2rem;
}

.value-card p,
.collection-card p,
.story-card p,
.stat-card p,
.faq-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.collection-card {
  display: grid;
  gap: 0.72rem;
}

.collection-card__swatch {
  min-height: 12rem;
  border-radius: calc(var(--radius-lg) - 0.15rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 48%),
    var(--gradient, linear-gradient(135deg, #1d2b41, #95D9C0));
}

.home-collection-edit .collection-card {
  padding: 0.48rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(17, 17, 15, 0.07);
}

.collection-card--image .collection-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.1;
  border-radius: 13px;
  background: #eadfce;
}

.collection-card--image .collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.collection-card--image h3 {
  margin: 0 0 0.14rem;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.05;
}

.collection-card--image p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.78rem;
  line-height: 1.35;
}

.collection-card--image .text-link {
  font-size: 0.74rem;
  line-height: 1;
}

.product-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66));
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow:
    0 18px 40px rgba(16, 17, 20, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px) saturate(1.1);
}

.product-card__media-wrap {
  position: relative;
}

.product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 5;
  background: linear-gradient(140deg, rgba(149, 217, 192, 0.2), rgba(255, 255, 255, 0.92));
}

.product-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, opacity 320ms ease;
}

.product-card__media-secondary {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .collection-card--image:hover .collection-card__media img,
  .collection-card--image:focus-within .collection-card__media img {
    transform: scale(1.04);
    filter: saturate(1.04) contrast(1.02);
  }

  .product-card:hover .product-card__media img:first-child,
  .product-card:focus-within .product-card__media img:first-child {
    transform: scale(1.05);
    opacity: 0.2;
  }

  .product-card:hover .product-card__media-secondary,
  .product-card:focus-within .product-card__media-secondary {
    opacity: 1;
    transform: scale(1.06);
  }
}

.product-card__badges {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  right: 4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
}

.product-card__badge,
.product-card__region {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.product-card__badge {
  background: rgba(17, 17, 15, 0.78);
  color: #fff;
}

.product-card__region {
  background: rgba(255, 255, 255, 0.84);
  color: var(--color-text);
}

.product-card__info {
  display: grid;
  gap: 0.55rem;
}

.product-card__title-row,
.product-card__subline,
.product-card__footer,
.review-row,
.listing-meta,
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-card__title {
  display: grid;
  gap: 0.25rem;
}

.product-card__title h3 {
  margin: 0;
  font-size: 1rem;
}

.product-card__title-row {
  align-items: flex-start;
}

.product-card__title span,
.muted,
.small-note {
  color: var(--color-text-muted);
  font-size: 0.84rem;
}

.price {
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.product-card__footer {
  align-items: center;
}

.product-card__stock {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.9);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

.product-card__stock--soft {
  background: rgba(16, 17, 20, 0.06);
  color: var(--color-text);
}

.wishlist-button {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(16, 17, 20, 0.68);
  box-shadow: 0 10px 22px rgba(16, 17, 20, 0.08);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.wishlist-button.is-active {
  color: #D41F22;
  border-color: rgba(212, 31, 34, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(212, 31, 34, 0.18);
}

.wishlist-button span {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.wishlist-button::before,
.wishlist-button::after {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
}

.wishlist-button::before {
  width: 0.45rem;
  height: 0.45rem;
  margin: -0.225rem;
  background:
    radial-gradient(circle, rgba(149, 217, 192, 0.92) 0 30%, transparent 31%),
    radial-gradient(circle at 100% 0, rgba(159, 39, 77, 0.88) 0 26%, transparent 27%),
    radial-gradient(circle at 0 100%, rgba(212, 31, 34, 0.82) 0 24%, transparent 25%),
    radial-gradient(circle at 100% 100%, rgba(149, 217, 192, 0.82) 0 22%, transparent 23%);
  transform: scale(0.4);
}

.wishlist-button::after {
  width: 3.4rem;
  height: 3.4rem;
  margin: -1.7rem;
  border: 1px solid rgba(212, 31, 34, 0.28);
  transform: scale(0.45);
}

.wishlist-button:hover,
.wishlist-button:focus-visible {
  transform: translateY(-1px) scale(1.04);
}

.wishlist-button.is-bursting {
  animation: wishlist-pop 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wishlist-button.is-bursting::before {
  animation: wishlist-spark 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wishlist-button.is-bursting::after {
  animation: wishlist-ring 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes wishlist-pop {
  0% { transform: scale(0.92); }
  38% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@keyframes wishlist-spark {
  0% {
    opacity: 0;
    transform: scale(0.35);
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(5.4);
  }
}

@keyframes wishlist-ring {
  0% {
    opacity: 0.18;
    transform: scale(0.45);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--color-border);
  font-weight: 700;
  font-size: 0.86rem;
}

.editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.5rem;
  align-items: center;
}

.editorial__visual {
  min-height: 30rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(150deg, rgba(17, 17, 15, 0.1), rgba(255, 255, 255, 0.42));
}

.editorial__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-grid,
.testimonial-grid,
.influencer-grid,
.feed-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-tile,
.testimonial-card,
.influencer-card,
.feed-card,
.review-card,
.creator-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(16, 17, 20, 0.08);
  box-shadow: var(--shadow-soft);
}

.social-tile__media,
.feed-card__media,
.creator-card__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(221, 205, 182, 0.8));
}

.social-tile__media img,
.feed-card__media img,
.creator-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-badge {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.82);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.form-card {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
}

.input-row,
.capture-form,
.form-grid {
  display: grid;
  gap: 0.8rem;
}

.form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field label,
.form-label {
  font-size: 0.88rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea,
.field button[type="button"] {
  min-height: 3.15rem;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.72);
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.capture-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.capture-message {
  color: var(--color-success);
  font-size: 0.92rem;
  min-height: 1.4rem;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.auth-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 17, 20, 0.42);
  backdrop-filter: blur(8px);
}

.auth-modal__panel {
  position: relative;
  z-index: 1;
  width: min(32rem, calc(100vw - 1.4rem));
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.auth-modal__header,
.auth-session__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.auth-modal__providers,
.auth-modal__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.auth-provider {
  min-height: 3.15rem;
  padding: 0 1rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.auth-provider--google:hover,
.auth-provider--google:focus-visible,
.auth-provider--apple:hover,
.auth-provider--apple:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(16, 17, 20, 0.1);
}

.auth-session p {
  margin: 0.2rem 0 0;
  color: var(--color-text-muted);
}

.auth-popup-card {
  padding: 1.25rem;
}

.listing-layout,
.cart-layout,
.checkout-layout,
.about-grid,
.social-layout {
  display: grid;
  gap: 1.25rem;
}

.listing-layout {
  grid-template-columns: minmax(16rem, 19rem) minmax(0, 1fr);
  align-items: start;
}

.sticky-card {
  position: sticky;
  top: 6.25rem;
}

.filter-card {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.filter-card hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: rgba(16, 17, 20, 0.08);
}

.toggle-list,
.check-list,
.size-pills,
.payment-methods,
.summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.toggle-pill,
.size-pill,
.payment-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.toggle-pill.is-active,
.size-pill.is-active,
.payment-pill.is-active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.listing-controls {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.results-meta {
  color: var(--color-text-muted);
}

.landing-shop {
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
}

.landing-shop__grid,
.shop-banner__shell,
.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(20rem, 0.94fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.landing-shop__copy,
.shop-banner__copy,
.contact-hero__copy,
.landing-shop__feature,
.shop-banner__feature,
.contact-hero__card,
.contact-form-card,
.contact-detail-card {
  display: grid;
  gap: 1rem;
}

.landing-logo-orb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.5rem, 12vw, 8.5rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 44px rgba(16, 17, 20, 0.12),
    inset 0 0 0 1px rgba(16, 17, 20, 0.06);
}

.landing-logo-orb img {
  width: 68%;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
}

.landing-shop__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.landing-shop .button-row {
  gap: 0.7rem;
}

.landing-shop .button-row .button,
.landing-shop .button-row .button-ghost {
  min-height: 2.45rem;
  padding: 0 1rem;
  border-radius: 1.45rem;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.landing-shop .button-row .button {
  background: linear-gradient(135deg, #121212, #2d2a27 58%, #121212);
  border-color: rgba(18, 18, 18, 0.1);
}

.landing-shop .button-row .button-ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(18, 18, 18, 0.12);
}

.landing-shop .button-row .button:hover,
.landing-shop .button-row .button:focus-visible,
.landing-shop .button-row .button-ghost:hover,
.landing-shop .button-row .button-ghost:focus-visible {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 16px 32px rgba(17, 17, 15, 0.1);
}

.landing-shop__feature,
.shop-banner__feature,
.contact-hero__card {
  align-content: start;
  padding: 1.15rem;
}

.landing-shop__copy,
.landing-shop__feature {
  min-height: clamp(24rem, 56vh, 31rem);
}

.landing-shop__copy {
  gap: 0.8rem;
}

.landing-shop__meta .metric-card {
  padding: 0.82rem 0.9rem;
  border-radius: 1.05rem;
  min-height: 0;
}

.landing-shop__meta .metric-card strong {
  margin-bottom: 0.18rem;
  font-size: 0.96rem;
  line-height: 1.28;
}

.landing-shop__meta .metric-card span {
  font-size: 0.76rem;
  line-height: 1.35;
}

.landing-shop__feature-media,
.shop-recommendation-card__media,
.contact-hero__card-media {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  background: rgba(255, 255, 255, 0.62);
}

.landing-shop__feature-media,
.contact-hero__card-media {
  aspect-ratio: 5 / 4;
}

.landing-shop__feature-media {
  position: relative;
  aspect-ratio: 4 / 4.6;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(242, 229, 208, 0.72));
}

.landing-shop__feature-media img,
.shop-recommendation-card__media img,
.contact-hero__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-shop__feature-media img {
  transition: transform 900ms ease, opacity 520ms ease, filter 520ms ease;
}

.landing-shop__feature.is-changing .landing-shop__feature-media img,
.landing-shop__copy.is-changing {
  opacity: 0.35;
}

.landing-shop__feature.is-changing .landing-shop__feature-media img {
  transform: scale(1.04);
  filter: saturate(0.9);
}

.landing-shop__overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(17, 17, 15, 0.68));
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.landing-shop__overlay-label {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-shop__feature-copy h2,
.shop-banner__feature h2,
.contact-hero__card-copy h2,
.contact-form-card h2,
.contact-detail-card h3 {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.landing-shop__feature-copy p,
.shop-banner__feature p,
.contact-hero__card-copy p,
.contact-detail-card p,
.contact-form-card p,
.shop-filter-note p,
.shop-results__note {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.landing-shop__feature-meta,
.shop-summary-bar,
.shop-summary-bar__actions,
.shop-results__toolbar,
.shop-banner__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  justify-content: space-between;
}

.landing-shop__carousel,
.landing-shop__controls,
.landing-shop__dots {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.landing-shop__carousel {
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(16, 17, 20, 0.08);
}

.landing-shop__dots {
  flex-wrap: wrap;
}

.landing-shop__dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(16, 17, 20, 0.16);
  transition: transform 220ms ease, background-color 220ms ease, width 220ms ease;
}

.landing-shop__dot.is-active {
  width: 2rem;
  background: linear-gradient(135deg, var(--color-aqua), var(--color-carmin));
}

.landing-shop__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 17, 20, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-text);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.shop-banner {
  padding-bottom: 1rem;
}

.shop-banner__feature {
  background:
    radial-gradient(circle at top right, rgba(103, 216, 231, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.7));
}

.shop-banner__hero-media,
.social-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 0.2rem);
  background: rgba(255, 255, 255, 0.7);
  min-height: clamp(28rem, 54vw, 46rem);
  box-shadow: 0 28px 80px rgba(16, 17, 20, 0.14);
}

.shop-banner__hero-media img,
.social-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-hero-stack {
  gap: 1.15rem;
}

.shop-banner__shell {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: end;
}

.shop-banner__feature {
  display: grid;
  gap: 1rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.shop-banner__feature > .small-note,
.shop-banner__feature > h2,
.shop-banner__feature > p,
.shop-banner__feature > .shop-banner__trust {
  padding-inline: 1rem;
}

.shop-banner__feature .shop-banner__trust {
  padding-bottom: 1rem;
}

.social-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: end;
}

.social-hero-stack .callout {
  margin-inline: 1rem;
}

.shop-banner__trust,
.shop-support-list {
  gap: 0.55rem;
}

.shop-banner__trust span,
.shop-support-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.06);
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.shop-summary-bar {
  padding: 1rem 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 250, 0.54));
}

.shop-summary-bar__actions {
  justify-content: flex-end;
  flex: 1 1 22rem;
}

.shop-search {
  min-width: min(22rem, 100%);
}

.shop-search input,
.shop-sort-field select {
  min-height: 3.1rem;
}

.shop-mobile-filter-toggle {
  display: none;
}

.shop-shell {
  display: grid;
  grid-template-columns: minmax(17rem, 18.5rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.shop-filters {
  position: relative;
}

.shop-filters__backdrop {
  display: none;
}

.shop-filters__panel {
  gap: 1rem;
}

.shop-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.shop-filters__close {
  min-height: 2.6rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.64);
}

.shop-filter-form {
  display: grid;
  gap: 0.85rem;
}

.shop-filter-note {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(16, 17, 20, 0.04);
}

.shop-results {
  display: grid;
  gap: 1.15rem;
}

.shop-results__toolbar {
  padding: 1rem 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 250, 250, 0.52));
}

.shop-results__note {
  max-width: 34rem;
}

.shop-results__grid {
  align-items: start;
}

.shop-recommendations {
  padding: 1.15rem;
}

.shop-recommendation-card__media {
  aspect-ratio: 4 / 3;
}

.shop-empty-state {
  grid-column: 1 / -1;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: 1.25rem;
  align-items: start;
}

.contact-sidebar {
  display: grid;
  gap: 1rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-detail-card a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.checkout-support-note {
  margin: -0.15rem 0 0;
}

.pdp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 1fr);
  gap: 1.5rem;
  align-items: start;
  max-width: 100%;
}

.gallery-panel,
.summary-panel,
.summary-card {
  padding: 1.15rem;
}

.gallery-main {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.65), rgba(149, 217, 192, 0.3));
  aspect-ratio: 4 / 5;
  max-width: 100%;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
  max-width: 100%;
}

.gallery-main:hover img {
  transform: scale(1.06);
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.thumbnail-button {
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  aspect-ratio: 1 / 1;
}

.thumbnail-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-button.is-active {
  border-color: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-primary);
}

.summary-panel {
  display: grid;
  gap: 1rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.summary-panel h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.summary-meta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.assurance-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.assurance-strip .pill {
  justify-content: center;
  min-height: 3rem;
}

.accordion-list {
  display: grid;
  gap: 0.7rem;
}

.accordion {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 700;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion__content {
  padding: 0 1.1rem 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.cart-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(21rem, 0.82fr);
  align-items: start;
}

.cart-items,
.checkout-form {
  display: grid;
  gap: 0.9rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(16, 17, 20, 0.08);
  box-shadow: var(--shadow-soft);
}

.cart-item__media {
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 5;
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__controls {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  align-items: center;
}

.quantity-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.65rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--color-border);
}

.quantity-stepper button {
  width: 1.9rem;
  height: 1.9rem;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 17, 20, 0.07);
}

.summary-card {
  display: grid;
  gap: 1rem;
}

.summary-list {
  display: grid;
}

.summary-list .summary-row {
  padding: 0.25rem 0;
}

.progress-note {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(149, 217, 192, 0.16);
  color: #374151;
  line-height: 1.6;
}

.checkout-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  align-items: start;
}

.progress-steps {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.step {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.85rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-border);
  font-weight: 700;
}

.step.is-current {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.login-pills {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.login-pills button {
  min-height: 3rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.payment-methods {
  display: grid;
}

.payment-method {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.payment-method.is-active {
  border-color: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-primary);
}

.order-confirmation {
  display: none;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(45, 108, 79, 0.14);
  color: #065F46;
  line-height: 1.7;
}

.order-confirmation.is-visible {
  display: block;
}

.order-confirmation.is-error {
  background: rgba(212, 31, 34, 0.12);
  color: #B01A1C;
}

.about-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.story-visual {
  min-height: 30rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.press-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(16, 17, 20, 0.08);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 18% 16%, rgba(28, 79, 126, 0.22), transparent 26rem),
    linear-gradient(135deg, #f7f1e7 0%, #eee2cf 42%, #11100f 42.2%, #171413 100%);
}

.founder-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.founder-hero__copy {
  display: grid;
  gap: 1.3rem;
  max-width: 47rem;
}

.founder-hero__copy h1 {
  max-width: 11ch;
  color: #17120f;
}

.founder-hero__lead {
  max-width: 44rem;
  color: rgba(23, 18, 15, 0.74);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.7;
}

.founder-quote {
  max-width: 27rem;
  padding: 1rem 1.15rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(55, 37, 21, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 18px 48px rgba(53, 38, 20, 0.12);
}

.founder-quote span {
  display: block;
  color: #1F2937;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.founder-portrait {
  position: relative;
  min-height: clamp(35rem, 70vw, 58rem);
  margin: 0;
  overflow: hidden;
  border-radius: 999px 999px 2rem 2rem;
  background: #161413;
  box-shadow: 0 2rem 5rem rgba(13, 12, 11, 0.35);
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.05) contrast(1.02);
}

.founder-portrait figcaption {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(18, 15, 13, 0.78);
  color: #F1F5F9;
}

.founder-portrait figcaption strong {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 0.98rem;
}

.founder-portrait figcaption span {
  color: rgba(241, 245, 249, 0.72);
  font-size: 0.84rem;
}

.founder-origin {
  padding: clamp(4rem, 7vw, 7rem) 0;
  background:
    linear-gradient(90deg, rgba(18, 16, 14, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f4ebdf);
  background-size: 5.5rem 100%, auto;
}

.founder-origin__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: start;
}

.founder-origin__chapter {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
}

.founder-origin__chapter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #17120f;
  color: #95D9C0;
  font-weight: 800;
}

.founder-origin__chapter h2 {
  max-width: 13ch;
  color: #201714;
}

.founder-origin__story {
  display: grid;
  gap: 1.15rem;
  max-width: 54rem;
}

.founder-origin__story p {
  margin: 0;
  color: rgba(32, 23, 20, 0.76);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.85;
}

.founder-signature {
  background: #141211;
  color: #F1F5F9;
}

.founder-signature__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.founder-signature__copy {
  display: grid;
  gap: 1rem;
}

.founder-signature__copy h2 {
  max-width: 12ch;
  color: #F1F5F9;
}

.founder-signature__copy p {
  max-width: 42rem;
  color: rgba(241, 245, 249, 0.74);
}

.founder-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.founder-proof {
  min-height: 13rem;
  padding: clamp(1.2rem, 2vw, 1.7rem);
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(241, 245, 249, 0.1), rgba(241, 245, 249, 0.045)),
    #1d1917;
  border: 1px solid rgba(241, 245, 249, 0.1);
}

.founder-proof strong {
  display: block;
  margin-bottom: 1.75rem;
  color: #95D9C0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
}

.founder-proof p {
  margin: 0;
  color: rgba(241, 245, 249, 0.72);
}

.founder-client-call {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(26, 86, 145, 0.18), transparent 20rem),
    #f7f1e7;
}

.founder-client-call__inner {
  display: grid;
  justify-items: start;
  gap: 1.1rem;
  max-width: 62rem;
}

.founder-client-call__inner h2 {
  color: #17120f;
}

.founder-client-call__inner p {
  max-width: 48rem;
  color: rgba(23, 18, 15, 0.72);
  font-size: 1.08rem;
}

body:not([data-page="home"]) .site-nav__links.goo-nav {
  gap: clamp(0.28rem, 0.8vw, 0.62rem);
  padding: 0.36rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.82), rgba(239, 229, 214, 0.66)),
    #f8f1e6;
  border: 1px solid rgba(219, 202, 176, 0.58);
  box-shadow:
    0 18px 42px rgba(67, 49, 29, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -14px 24px rgba(198, 174, 139, 0.16);
  filter: url(#goo);
}

body:not([data-page="home"]) .site-nav__links.goo-nav a.goo-nav__item {
  min-height: 2.85rem;
  padding: 0 1.05rem;
  border: 1px solid rgba(206, 187, 158, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 250, 0.92));
  box-shadow:
    0 10px 22px rgba(72, 51, 31, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -9px 16px rgba(205, 184, 152, 0.16);
  transform: translateY(0) scaleX(1);
  transform-origin: center;
  transition:
    transform 420ms cubic-bezier(0.19, 1, 0.22, 1),
    padding 420ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 260ms ease,
    background 260ms ease;
}

body:not([data-page="home"]) .site-nav__links.goo-nav a.goo-nav__item:hover,
body:not([data-page="home"]) .site-nav__links.goo-nav a.goo-nav__item:focus-visible {
  padding-inline: 1.32rem;
  transform: translateY(-2px) scaleX(1.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 248, 250, 0.98));
  box-shadow:
    0 18px 34px rgba(72, 51, 31, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -10px 18px rgba(205, 184, 152, 0.12);
}

body:not([data-page="home"]) .site-nav__links.goo-nav a.goo-nav__item[aria-current="page"] {
  background:
    linear-gradient(180deg, rgba(234, 238, 242, 0.98), rgba(222, 228, 234, 0.94));
  box-shadow:
    inset 0 8px 16px rgba(132, 105, 72, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 18px rgba(72, 51, 31, 0.09);
}

body[data-page="shop"] .shop-campaign-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 31, 34, 0.2), transparent 22rem),
    linear-gradient(135deg, #F7FAFA 0%, #E5E7EB 52%, #0F172A 52.2%, #1E293B 100%);
}

body[data-page="shop"] .shop-campaign-hero__media {
  border-radius: 2rem 8rem 2rem 2rem;
  background: rgba(255, 252, 246, 0.42);
}

body[data-page="social"] .shop-campaign-hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(34, 82, 150, 0.24), transparent 24rem),
    linear-gradient(120deg, #111316 0%, #171b22 46%, #efe3d2 46.2%, #f8f1e8 100%);
}

body[data-page="social"] .shop-campaign-hero__copy h1,
body[data-page="social"] .shop-campaign-hero__copy p {
  color: #fff7eb;
}

body[data-page="social"] .shop-campaign-hero__media {
  border-radius: 9rem 2rem 2rem 2rem;
}

body[data-page="contact"] .contact-hero {
  background:
    linear-gradient(90deg, rgba(22, 76, 100, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, #F7FAFA, #FFFFFF);
  background-size: 4.5rem 100%, auto;
}

body[data-page="contact"] .contact-hero__card {
  border-radius: 2rem;
  box-shadow: 0 2rem 5rem rgba(50, 38, 25, 0.14);
}

.checkout-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(149, 217, 192, 0.2), transparent 22rem),
    linear-gradient(135deg, #0F172A, #1E293B);
  color: #fff7eb;
}

.checkout-hero p {
  color: rgba(241, 245, 249, 0.72);
}

.utility-hero {
  position: relative;
  overflow: hidden;
}

.utility-hero .section-heading {
  position: relative;
  z-index: 1;
}

.cart-hero {
  background:
    radial-gradient(circle at 12% 30%, rgba(212, 31, 34, 0.18), transparent 20rem),
    linear-gradient(135deg, #F7FAFA, #E5E7EB);
}

.wishlist-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(212, 31, 34, 0.16), transparent 18rem),
    linear-gradient(135deg, #F7FAFA, #E5E7EB);
}

.product-hero {
  padding-bottom: 2rem;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #F7FAFA, #FFFFFF);
  background-size: 5rem 100%, auto;
}

.gift-shop-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(149, 217, 192, 0.16), transparent 18rem),
    #ffffff;
}

.gift-shop-summary {
  margin: 1.25rem 0 0.8rem;
}

.gift-shop-note {
  max-width: 54rem;
}

.home-shop-more {
  display: flex;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 0;
}

.home-shop-more__button {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.home-shop-more__button::before,
.home-shop-more__button::after {
  content: "";
  position: absolute;
  inset: -0.65rem;
  z-index: -1;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
}

.home-shop-more__button::before {
  border: 1px solid rgba(149, 217, 192, 0.72);
}

.home-shop-more__button::after {
  background:
    radial-gradient(circle, rgba(149, 217, 192, 0.9) 0 0.16rem, transparent 0.18rem),
    radial-gradient(circle, rgba(31, 80, 96, 0.78) 0 0.13rem, transparent 0.15rem);
  background-size: 1.4rem 1.4rem, 1.1rem 1.1rem;
}

.home-shop-more__button.is-bursting::before {
  animation: shopMoreRing 720ms ease-out;
}

.home-shop-more__button.is-bursting::after {
  animation: shopMoreBurst 720ms ease-out;
}

@keyframes shopMoreRing {
  0% { opacity: 0.75; transform: scale(0.78); }
  100% { opacity: 0; transform: scale(1.42); }
}

@keyframes shopMoreBurst {
  0% { opacity: 0.75; transform: scale(0.35) rotate(0deg); }
  100% { opacity: 0; transform: scale(1.65) rotate(18deg); }
}

.social-layout {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.feed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stacked-grid {
  display: grid;
  gap: 1rem;
}

.callout {
  padding: 1.15rem;
  border-radius: var(--radius-lg);
  background: rgba(17, 17, 15, 0.92);
  color: #fff;
}

.callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.footer {
  margin-top: var(--section-space);
  padding: clamp(2.6rem, 6vw, 4.75rem) 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top right, rgba(149, 217, 192, 0.2), transparent 28%),
    radial-gradient(circle at left center, rgba(212, 31, 34, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(12, 13, 15, 0.98), rgba(6, 6, 7, 1)),
    #0b0b0b;
  color: rgba(255, 255, 255, 0.88);
}

.footer__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__hero-copy {
  display: grid;
  gap: 0.7rem;
}

.footer__hero-copy h2 {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #fffaf3;
}

.footer__hero-copy p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.72);
}

.footer__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
}

.footer__hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.footer__hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.75fr));
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
}

.footer__brand-column,
.footer__column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.footer__logo-image {
  display: block;
  width: min(140px, 100%);
  max-width: 140px;
  height: auto;
  object-fit: contain;
}

.footer__tagline,
.footer__meta,
.footer__legal,
.footer__address,
.footer__contact-stack,
.footer__list {
  margin: 0;
  line-height: 1.8;
}

.footer__tagline,
.footer__address,
.footer__contact-stack,
.footer__list,
.footer__meta,
.footer__legal {
  color: rgba(255, 255, 255, 0.68);
}

.footer__heading {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5f8fb;
}

.footer__address {
  display: grid;
  gap: 0.2rem;
  font-style: normal;
}

.footer__contact-stack,
.footer__list {
  display: grid;
  gap: 0.4rem;
}

.footer__list {
  padding: 0;
  list-style: none;
}

.footer__column a,
.footer__brand-column a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  text-underline-offset: 0.22em;
  transition:
    color var(--transition),
    text-decoration-color var(--transition),
    transform var(--transition);
}

.footer__column a:hover,
.footer__column a:focus-visible,
.footer__brand-column a:hover,
.footer__brand-column a:focus-visible {
  color: #95D9C0;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.footer__column--social {
  justify-items: start;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.84);
}

.footer__social-link svg {
  width: 1.1rem;
  height: 1.1rem;
}

.footer__social-link:hover,
.footer__social-link:focus-visible {
  transform: translateY(-2px);
  color: #67d8e7;
  border-color: rgba(103, 216, 231, 0.48);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
}

.footer__support-credit {
  color: rgba(255, 255, 255, 0.5);
}

.footer__currency-wrap {
  display: inline-flex;
  align-items: center;
}

.footer__currency-select {
  min-width: 8.8rem;
  min-height: 2.9rem;
  padding: 0 2.8rem 0 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background-color: transparent;
  color: #f5f8fb;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(245, 248, 251, 0.84) 50%),
    linear-gradient(135deg, rgba(245, 248, 251, 0.84) 50%, transparent 50%);
  background-position:
    calc(100% - 1.15rem) calc(50% - 3px),
    calc(100% - 0.8rem) calc(50% - 3px);
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.footer__currency-select:focus-visible {
  outline: 2px solid #67d8e7;
  outline-offset: 3px;
}

.empty-state {
  padding: 2rem;
  text-align: center;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(16, 17, 20, 0.08);
  box-shadow: var(--shadow-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease var(--reveal-delay, 0ms),
    transform 420ms ease var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.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;
}

@media (max-width: 1100px) {
  .goo-nav {
    gap: 0.35rem;
    padding: 0.32rem;
  }

  .goo-nav a.goo-nav__item {
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__grid,
  .card-grid--four,
  .press-strip,
  .feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .collection-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .home-collection-edit .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-topbar__inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 0.45rem;
    padding: 0.55rem 0;
  }

  .site-topbar__inner :nth-child(2),
  .site-topbar__inner :last-child {
    justify-self: start;
  }

  .site-topbar__item {
    width: 100%;
    justify-content: center;
    padding-inline: 0.85rem;
    white-space: normal;
    text-align: center;
  }

  .site-nav__links {
    display: none;
  }

  .site-nav__actions .region-select,
  .site-nav__actions .auth-trigger {
    display: none;
  }

  .site-nav__inner {
    min-height: 4.4rem;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero__grid,
  .split-grid,
  .editorial,
  .listing-layout,
  .pdp-grid,
  .cart-layout,
  .checkout-layout,
  .about-grid,
  .founder-hero__grid,
  .founder-origin__grid,
  .founder-signature__grid,
  .social-layout {
    grid-template-columns: 1fr;
  }

  .founder-hero {
    background:
      radial-gradient(circle at 18% 16%, rgba(28, 79, 126, 0.18), transparent 24rem),
      linear-gradient(180deg, #f7f1e7 0%, #eee2cf 56%, #151312 56.2%, #171413 100%);
  }

  .founder-hero__copy h1,
  .founder-origin__chapter h2,
  .founder-signature__copy h2 {
    max-width: 100%;
  }

  .founder-portrait {
    min-height: 34rem;
    border-radius: 2rem;
  }

  .founder-origin__chapter {
    position: static;
  }

  .founder-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 30rem;
  }

  .hero__metrics,
  .card-grid--three,
  .press-strip,
  .feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-shop__grid,
  .shop-banner__shell,
  .contact-hero__grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .landing-shop__meta {
    grid-template-columns: 1fr;
  }

  .shop-shell {
    grid-template-columns: 1fr;
  }

  .shop-filters {
    position: fixed;
    inset: 0;
    z-index: 72;
    display: grid;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .shop-filters.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .shop-filters__backdrop {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(16, 17, 20, 0.42);
  }

  .shop-filters__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 34rem);
    margin: auto 0 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(1rem);
    transition: transform 220ms ease;
  }

  .shop-filters.is-open .shop-filters__panel {
    transform: translateY(0);
  }

  .shop-mobile-filter-toggle {
    position: fixed;
    left: 0.8rem;
    bottom: 0.8rem;
    z-index: 61;
    display: inline-flex;
    min-height: 3.25rem;
    box-shadow: 0 16px 36px rgba(16, 17, 20, 0.16);
  }

  body[data-page="shop"] .product-grid,
  body[data-page="home"] .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-card {
    position: static;
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.4rem;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 1.1rem, 100vw - 1.1rem);
  }

  .collection-grid {
    grid-auto-columns: minmax(8.25rem, 42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 0.62rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .home-collection-edit .collection-card {
    border-radius: 16px;
    padding: 0.42rem;
    scroll-snap-align: start;
  }

  .collection-card--image .collection-card__media {
    aspect-ratio: 1 / 1.08;
    border-radius: 12px;
  }

  body {
    font-size: 16px;
  }

  .section {
    padding: 3.2rem 0;
  }

  .site-header {
    backdrop-filter: blur(10px);
  }

  .site-topbar__inner {
    gap: 0.38rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .site-topbar__item {
    min-height: 2.05rem;
    padding: 0.45rem 0.75rem;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .site-nav__inner {
    min-height: 4rem;
    gap: 0.55rem;
  }

  .brand__logo {
    width: clamp(6.2rem, 28vw, 8.2rem);
  }

  .site-nav__actions {
    gap: 0.4rem;
  }

  .bag-link,
  .menu-button,
  .icon-button {
    min-width: 2.3rem;
    min-height: 2.3rem;
    padding-inline: 0.7rem;
  }

  .mobile-menu__panel {
    width: min(100%, 22rem);
    padding: 1rem;
  }

  .hero__metrics,
  .card-grid--three,
  .card-grid--four,
  .social-grid,
  .feed-grid,
  .press-strip,
  .assurance-strip,
  .footer__grid,
  .form-grid--two {
    grid-template-columns: 1fr;
  }

  .founder-hero {
    padding-top: 2.6rem;
  }

  .founder-hero__copy {
    gap: 1rem;
  }

  .founder-portrait {
    min-height: 29rem;
  }

  .founder-portrait figcaption {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .founder-origin__story p {
    font-size: 1rem;
  }

  .founder-proof {
    min-height: auto;
  }

  .auth-modal__providers,
  .auth-modal__tabs {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 2.8rem;
  }

  .footer__brand-column,
  .footer__column,
  .footer__bottom {
    justify-items: center;
    text-align: center;
  }

  .footer__logo-image {
    max-width: 110px;
  }

  .footer__address,
  .footer__contact-stack,
  .footer__list {
    justify-items: center;
  }

  .footer__column--social,
  .footer__socials {
    justify-items: center;
    justify-content: center;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .footer__currency-select {
    min-width: 10rem;
  }

  .hero__stack {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 22rem;
  }

  .capture-form {
    grid-template-columns: 1fr;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-row > * {
    width: 100%;
  }

  .shop-summary-bar,
  .shop-summary-bar__actions,
  .shop-results__toolbar,
  .landing-shop__feature-meta {
    align-items: stretch;
  }

  .shop-summary-bar,
  .shop-results__toolbar,
  .shop-recommendations,
  .gallery-panel,
  .summary-panel,
  .summary-card,
  .contact-form-card,
  .contact-detail-card,
  .landing-shop__feature,
  .shop-banner__feature,
  .contact-hero__card {
    padding: 1rem;
  }

  .landing-shop__copy,
  .landing-shop__feature {
    min-height: auto;
  }

  .landing-shop__feature-media,
  .contact-hero__card-media {
    aspect-ratio: 4 / 4.8;
  }

  .landing-shop__overlay {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.75rem 0.85rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-shop__carousel {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-shop__controls {
    justify-content: space-between;
  }

  .shop-search {
    min-width: 100%;
  }

  .shop-sort-field,
  .shop-sort-field select,
  .shop-search input,
  .shop-summary-bar__actions > * {
    width: 100%;
  }

  .shop-mobile-filter-toggle {
    min-width: 7rem;
  }

  body[data-page="shop"] .product-grid,
  body[data-page="home"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-select {
    min-width: 0;
    max-width: 8rem;
  }

  .bag-link {
    padding-inline: 0.75rem;
  }

  .announce-strip__inner,
  .listing-controls,
  .summary-row,
  .site-nav__inner {
    align-items: flex-start;
  }

  .thumbnail-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-item {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  .cart-item__media {
    max-width: 12rem;
  }

  .cart-item__controls,
  .product-card__footer,
  .product-card__title-row,
  .product-card__subline,
  .summary-row {
    align-items: flex-start;
  }

  .progress-steps {
    display: grid;
  }

  .step,
  .login-pills button,
  .shop-filters__close,
  .landing-shop__control,
  .field input,
  .field select,
  .field textarea,
  .field button[type="button"] {
    min-height: 3rem;
  }

  .product-card {
    padding: 0.75rem;
  }

  .product-card__badges {
    right: 0.75rem;
  }

  .wishlist-button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .contact-layout,
  .shop-shell,
  .pdp-grid,
  .cart-layout,
  .checkout-layout {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  :root {
    --container: min(100vw - 0.8rem, 100vw - 0.8rem);
    --radius-xl: 26px;
    --radius-lg: 20px;
    --radius-md: 16px;
  }

  .section {
    padding: 2.6rem 0;
  }

  .site-topbar__inner {
    font-size: 0.68rem;
  }

  .site-topbar__item {
    gap: 0.45rem;
    min-height: 1.95rem;
    padding-inline: 0.65rem;
    font-size: 0.64rem;
  }

  .site-nav__inner {
    min-height: 3.7rem;
  }

  .brand__logo {
    width: 5.8rem;
  }

  .bag-link,
  .menu-button {
    min-width: 2.6rem;
    min-height: 2.6rem;
    padding-inline: 0.68rem;
    font-size: 0.72rem;
  }

  .landing-shop {
    padding-top: 1.4rem;
  }

  .landing-shop__feature-media,
  .hero__visual,
  .editorial__visual,
  .contact-hero__card-media {
    min-height: 18rem;
  }

  .landing-shop__feature-copy h2,
  .shop-banner__feature h2,
  .contact-hero__card-copy h2,
  .contact-form-card h2,
  .contact-detail-card h3 {
    font-size: 1.25rem;
  }

  .shop-summary-bar,
  .shop-results__toolbar {
    gap: 0.75rem;
  }

  body[data-page="shop"] .product-grid,
  body[data-page="home"] .product-grid,
  .product-grid,
  .social-grid,
  .feed-grid,
  .thumbnail-row {
    grid-template-columns: 1fr;
  }

  .product-card__media {
    aspect-ratio: 4 / 4.9;
  }

  .card-actions,
  .landing-shop__controls,
  .shop-banner__trust,
  .shop-support-list,
  .login-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-link,
  .button,
  .button-ghost,
  .button-secondary {
    width: 100%;
    min-height: 2.7rem;
    padding-inline: 0.95rem;
  }

  .mobile-menu nav a,
  .shop-banner__trust span,
  .shop-support-list span,
  .product-card__badge,
  .product-card__region,
  .product-card__stock,
  .pill {
    font-size: 0.72rem;
  }

  .field input,
  .field select,
  .field textarea,
  .field button[type="button"] {
    padding-inline: 0.9rem;
  }

  .footer__currency-select {
    min-width: 100%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(216, 152, 47, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(212, 31, 34, 0.16), transparent 22%),
    radial-gradient(circle at 72% 82%, rgba(15, 110, 105, 0.16), transparent 24%);
  filter: blur(18px);
  animation: ambientFloat 18s ease-in-out infinite alternate;
}

body::after {
  z-index: -1;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 17, 20, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.8), transparent 88%);
  animation: gridDrift 22s linear infinite;
}

.site-header {
  background: rgba(243, 236, 223, 0.7);
  box-shadow: 0 16px 40px rgba(16, 17, 20, 0.05);
}

.surface-card,
.panel,
.value-card,
.collection-card,
.story-card,
.stat-card,
.faq-card,
.product-card,
.social-tile,
.testimonial-card,
.influencer-card,
.feed-card,
.review-card,
.creator-card {
  backdrop-filter: blur(16px) saturate(1.15);
}

.value-card,
.collection-card,
.story-card,
.stat-card,
.faq-card,
.product-card,
.social-tile,
.testimonial-card,
.influencer-card,
.feed-card,
.review-card,
.creator-card,
.cart-item {
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.value-card:hover,
.collection-card:hover,
.story-card:hover,
.stat-card:hover,
.faq-card:hover,
.product-card:hover,
.social-tile:hover,
.testimonial-card:hover,
.influencer-card:hover,
.feed-card:hover,
.review-card:hover,
.creator-card:hover,
.cart-item:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 17, 20, 0.12);
  box-shadow: 0 22px 56px rgba(16, 17, 20, 0.14);
}

.button,
.button-ghost,
.button-secondary,
.product-link,
.bag-link,
.icon-button,
.menu-button {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.button:hover,
.button:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible,
.product-link:hover,
.product-link:focus-visible,
.bag-link:hover,
.bag-link:focus-visible {
  box-shadow: 0 18px 36px rgba(16, 17, 20, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .cta-button,
  .cta-button:hover,
  .cta-button:focus-visible,
  .cta-button:active {
    transform: none;
  }

  .cta-button::before {
    animation: none !important;
    transform: translateX(-135%);
  }

  .wishlist-button,
  .wishlist-button:hover,
  .wishlist-button:focus-visible,
  .wishlist-button.is-bursting {
    animation: none !important;
    transform: none;
  }

  .wishlist-button::before,
  .wishlist-button::after {
    animation: none !important;
    opacity: 0 !important;
  }
}

body[data-page="shop"] .shop-campaign-hero {
  padding: clamp(1.25rem, 2.6vw, 2.2rem) 0 clamp(1rem, 2vw, 1.7rem);
}

body[data-page="shop"] .shop-campaign-hero__grid,
body[data-page="social"] .shop-campaign-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(1.4rem, 3.5vw, 3.2rem);
}

body[data-page="shop"] .shop-campaign-hero__copy h1,
body[data-page="social"] .shop-campaign-hero__copy h1 {
  font-size: clamp(2.5rem, 3.8vw, 3.9rem);
  line-height: 0.96;
}

body[data-page="shop"] .shop-campaign-hero__media,
body[data-page="social"] .shop-campaign-hero__media {
  grid-template-rows: 8.3rem 8.3rem;
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-sidebar-card,
body[data-page="shop"] .shop-stage__surface,
body[data-page="shop"] .product-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
}

body[data-page="shop"] .shop-sidebar-card {
  padding: 0;
  gap: 3rem;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
  gap: 1.35rem;
}

body[data-page="shop"] .shop-stage__topbar {
  min-height: 6rem;
  padding-top: 0;
  border-top: 0;
}

body[data-page="shop"] .shop-stage__count,
body[data-page="shop"] .shop-stage__chipbar,
body[data-page="shop"] .shop-stage__search,
body[data-page="shop"] .shop-recommendations,
body[data-page="shop"] .shop-assurance-row,
body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer,
body[data-page="shop"] .shop-feature-card {
  display: none;
}

body[data-page="shop"] .shop-stage__controls {
  gap: 1.7rem;
}

body[data-page="shop"] .shop-stage__controls .field:first-of-type {
  display: none;
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem 2rem;
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card:hover {
  transform: none;
  box-shadow: none;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .product-card__info {
  padding: 0.9rem 0 0;
  gap: 0.3rem;
  text-align: center;
}

body[data-page="shop"] .product-card__title h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

body[data-page="shop"] .price {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 920px) {
  body[data-page="shop"] .shop-campaign-hero__grid,
  body[data-page="social"] .shop-campaign-hero__grid,
  .woo-premium-grade__grid {
    grid-template-columns: 1fr;
  }

  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid,
  .woo-premium-grade__points {
    grid-template-columns: 1fr;
  }

  .full-width-story-band .site-width {
    display: grid;
  }

  .full-width-story-band strong {
    text-align: left;
  }
}

.hero__visual {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.45);
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  background:
    radial-gradient(circle at 20% 20%, rgba(216, 152, 47, 0.24), transparent 26%),
    radial-gradient(circle at 80% 22%, rgba(212, 31, 34, 0.18), transparent 22%),
    radial-gradient(circle at 76% 82%, rgba(15, 110, 105, 0.18), transparent 22%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero__stack {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.74fr);
}

.hero__side {
  display: grid;
  gap: 1rem;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.48);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.hero-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.2);
  border-color: rgba(255, 255, 255, 0.68);
}

.hero-card--primary {
  min-height: 38rem;
}

.hero-card img,
.hero-accent-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-product-chip {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 249, 241, 0.22);
}

.hero-product-chip strong {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1.15rem;
}

.hero-product-chip span:last-child {
  color: rgba(16, 17, 20, 0.75);
  font-size: 0.92rem;
}

.hero-accent-card {
  display: grid;
  gap: 1rem;
  min-height: 15rem;
}

.hero-accent-card__media {
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.7);
}

.hero-accent-card__copy {
  display: grid;
  gap: 0.55rem;
}

.hero-accent-card__copy h3 {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1.35rem;
}

.hero-accent-card__copy p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.hero__metrics .metric-card {
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(16px);
}

.bag-link.is-bumping {
  animation: bagPulse 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card.is-added,
.summary-panel.is-added,
.hero-accent-card.is-added {
  animation: cardCelebrate 700ms ease;
}

.bag-flight {
  position: fixed;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-aqua), var(--color-carmin));
  box-shadow: 0 0 0 8px rgba(216, 152, 47, 0.12);
  pointer-events: none;
  z-index: 120;
  animation: flyToBag 720ms cubic-bezier(0.18, 0.9, 0.25, 1) forwards;
}

.shop-banner__shell {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: calc(var(--radius-xl) + 0.1rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(249, 241, 231, 0.78)),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 17, 20, 0.08);
  box-shadow: 0 22px 70px rgba(16, 17, 20, 0.08);
}

.shop-summary-bar,
.shop-results__toolbar {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.82);
}

.shop-results__grid {
  gap: 1.2rem;
}

.shop-recommendations {
  padding: 1.35rem;
}

.shop-stage {
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.shop-stage__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 18.5rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.shop-stage__sidebar {
  position: sticky;
  top: 6.4rem;
}

.shop-sidebar-card,
.shop-stage__surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 242, 233, 0.88)),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 17, 20, 0.06);
  box-shadow: 0 26px 70px rgba(16, 17, 20, 0.08);
}

.shop-sidebar-card {
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.3rem, 2vw, 1.6rem);
}

.shop-sidebar-card h1 {
  margin: 0;
  font-size: clamp(2.3rem, 3.6vw, 3.4rem);
  line-height: 0.96;
}

.shop-sidebar-swatches {
  display: flex;
  gap: 0.65rem;
}

.shop-sidebar-swatches span {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.shop-sidebar-swatches span:nth-child(1) {
  background: #f2e4cf;
}

.shop-sidebar-swatches span:nth-child(2) {
  background: #d7b089;
}

.shop-sidebar-swatches span:nth-child(3) {
  background: #4e5931;
}

.shop-sidebar-swatches span:nth-child(4) {
  background: #2b2d31;
}

.shop-sidebar-points {
  display: grid;
  gap: 1rem;
}

.shop-sidebar-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.shop-sidebar-point > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.06);
  color: var(--color-text);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.shop-sidebar-point strong,
.shop-sidebar-note strong,
.shop-stage__count strong,
.shop-assurance-card strong,
.shop-feature-card h3 {
  font-family: "Satoshi", Arial, sans-serif;
}

.shop-sidebar-point strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
}

.shop-sidebar-point p,
.shop-sidebar-note p,
.shop-assurance-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.shop-sidebar-note {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.2rem;
}

.shop-stage__surface {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1rem, 2vw, 1.3rem);
  border-radius: 2rem;
}

.shop-stage__topbar,
.shop-stage__chipbar,
.shop-stage__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.shop-stage__count {
  display: grid;
  gap: 0.2rem;
}

.shop-stage__count strong {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}

.shop-stage__count span {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.shop-stage__controls,
.shop-stage__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.shop-stage__controls .field,
.shop-stage__search .field {
  min-width: 12rem;
}

.shop-display-button {
  min-width: 3.25rem;
  padding-inline: 1rem;
}

.shop-stage__chipbar {
  align-items: start;
}

.category-chips .chip {
  border: 1px solid rgba(16, 17, 20, 0.09);
  background: rgba(255, 255, 255, 0.74);
  color: var(--color-text-muted);
  cursor: pointer;
}

.category-chips .chip.is-active {
  background: rgba(16, 17, 20, 0.92);
  color: rgba(255, 251, 244, 0.96);
}

.shop-stage__search .shop-search {
  flex: 1 1 24rem;
}

.shop-shell {
  grid-template-columns: minmax(15rem, 16.5rem) minmax(0, 1fr);
  gap: 1rem;
}

.shop-filters__panel {
  padding: 1.05rem;
  border-radius: 1.6rem;
  background: rgba(255, 253, 249, 0.92);
}

.shop-filter-note {
  background: rgba(16, 17, 20, 0.035);
}

.shop-results {
  gap: 1rem;
}

.shop-results__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.shop-shell--full {
  display: block;
}

.shop-shell--full .shop-results {
  width: 100%;
}

.shop-shell--full .shop-results__toolbar,
.shop-shell--full .shop-results__grid,
.shop-shell--full .shop-recommendations,
.shop-shell--full .shop-assurance-row {
  width: 100%;
}

.product-card {
  gap: 0.85rem;
  padding: 0.56rem;
  border-radius: 1.2rem;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(84, 66, 43, 0.08);
  box-shadow: 0 10px 28px rgba(34, 27, 17, 0.07);
}

.product-card__media-wrap {
  position: relative;
}

.product-card__media {
  border-radius: 0.96rem;
  aspect-ratio: 4 / 4.95;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), transparent 46%),
    linear-gradient(140deg, rgba(244, 235, 222, 0.8), rgba(255, 255, 255, 0.98));
}

.product-card__media img {
  transition: transform 520ms ease, opacity 320ms ease, filter 320ms ease;
}

.product-card__badges {
  position: static;
  inset: auto;
  gap: 0.35rem;
  margin: 0 0 0.15rem;
  justify-content: flex-start;
  align-items: center;
}

.product-card__badge,
.product-card__region {
  min-height: 1.5rem;
  padding-inline: 0.58rem;
  font-size: 0.68rem;
  border-radius: 999px;
  box-shadow: none;
  letter-spacing: 0.01em;
}

.product-card__badge {
  background: rgba(52, 49, 45, 0.08);
  color: rgba(52, 49, 45, 0.94);
}

.product-card__region {
  background: rgba(92, 100, 65, 0.12);
  color: rgba(72, 78, 51, 0.96);
}

.product-card__info {
  gap: 0.48rem;
  padding: 0.12rem 0.12rem 0.2rem;
}

.product-card__title h3 {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0;
}

.product-card__subline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.55rem;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  align-items: center;
}

.product-card__subline span + span::before {
  content: "â€¢";
  margin-right: 0.55rem;
  color: rgba(64, 56, 46, 0.38);
}

.product-card__footer {
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  padding-top: 0.1rem;
}

.price {
  display: inline-block;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #17120f;
}

.rating {
  color: #8d5526;
  font-size: 0.76rem;
  gap: 0.35rem;
}

.wishlist-button {
  top: 0.62rem;
  right: 0.62rem;
  width: 2.1rem;
  height: 2.1rem;
  border-color: rgba(84, 66, 43, 0.12);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 6px 18px rgba(34, 27, 17, 0.08);
}

.shop-feature-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  min-height: 100%;
  padding: 1rem;
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at 16% 18%, rgba(214, 160, 82, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 234, 220, 0.92));
  border: 1px solid rgba(16, 17, 20, 0.06);
  box-shadow: 0 18px 42px rgba(16, 17, 20, 0.08);
}

.shop-feature-card__copy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  padding: 0.35rem 0.35rem 0.35rem 0.2rem;
}

.shop-feature-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.32rem 0.78rem;
  border-radius: 999px;
  background: rgba(176, 102, 39, 0.12);
  color: #8b4f21;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-feature-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.shop-feature-card p {
  margin: 0;
  max-width: 30ch;
}

.shop-feature-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.shop-feature-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.78rem;
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.055);
  color: var(--color-text-muted);
  font-size: 0.76rem;
}

.shop-feature-card__media {
  overflow: hidden;
  border-radius: 1.35rem;
  min-height: 22rem;
  background: rgba(255, 255, 255, 0.76);
}

.shop-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-recommendations {
  padding: 0.95rem 1rem 1rem;
}

.shop-recommendations .section-heading {
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.shop-recommendations .eyebrow {
  margin-bottom: 0.2rem;
  padding: 0.42rem 0.75rem;
}

.shop-recommendations h3 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.shop-recommendations .card-grid {
  gap: 0.8rem;
}

.shop-recommendations .story-card {
  padding: 0.9rem 1rem;
  border-radius: 1.05rem;
}

.shop-recommendations .story-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.shop-recommendations .story-card p {
  line-height: 1.5;
  font-size: 0.8rem;
}

.shop-assurance-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.shop-assurance-card {
  display: grid;
  gap: 0.4rem;
  min-height: 100%;
  padding: 1rem 1.05rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 17, 20, 0.06);
}

.shop-assurance-card strong {
  font-size: 0.96rem;
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__media img:first-child,
  .product-card:focus-within .product-card__media img:first-child {
    transform: scale(1.03);
    opacity: 0.34;
    filter: saturate(0.92);
  }

  .product-card:hover .product-card__media-secondary,
  .product-card:focus-within .product-card__media-secondary {
    opacity: 1;
    transform: scale(1.03);
  }

  .shop-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(16, 17, 20, 0.12);
  }
}

@media (max-width: 1260px) {
  .shop-stage__layout {
    grid-template-columns: minmax(15rem, 16.5rem) minmax(0, 1fr);
  }

  .shop-results__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-feature-card {
    grid-column: span 3;
  }
}

@media (max-width: 920px) {
  .shop-stage__layout,
  .shop-shell,
  .shop-feature-card {
    grid-template-columns: 1fr;
  }

  .shop-stage__sidebar {
    position: static;
  }

  .shop-stage__topbar,
  .shop-stage__chipbar,
  .shop-stage__search {
    align-items: stretch;
  }

  .shop-stage__controls,
  .shop-stage__meta {
    width: 100%;
  }

  .shop-stage__controls .field,
  .shop-stage__search .field {
    flex: 1 1 0;
  }

  .shop-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-feature-card {
    grid-column: span 2;
  }

  .shop-assurance-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shop-stage__surface {
    border-radius: 1.5rem;
    padding: 0.85rem;
  }

  .shop-sidebar-card h1,
  .shop-feature-card h3 {
    font-size: 2rem;
  }

  .shop-stage__controls,
  .shop-stage__meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shop-stage__controls .field,
  .shop-stage__search .field,
  .shop-display-button {
    min-width: 0;
    width: 100%;
  }

  .shop-results__grid,
  .shop-assurance-row {
    grid-template-columns: 1fr;
  }

  .shop-feature-card {
    grid-column: span 1;
  }

  .shop-feature-card__media {
    min-height: 16rem;
  }

  .product-card__title h3 {
    font-size: 1.02rem;
  }
}

.gallery-main {
  position: relative;
  cursor: zoom-in;
  --zoom-x: 50%;
  --zoom-y: 50%;
}

.gallery-main img {
  transform-origin: var(--zoom-x) var(--zoom-y);
  transition: transform 240ms ease, filter 240ms ease;
  will-change: transform;
}

.gallery-main.is-zoomed img {
  transform: scale(1.72);
}

.gallery-main__hint {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.72);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.thumbnail-button {
  border-radius: 1rem;
}

.thumbnail-button img {
  transition: transform 240ms ease, opacity 240ms ease;
}

.thumbnail-button:hover img,
.thumbnail-button:focus-visible img {
  transform: scale(1.05);
}

@media (hover: none), (pointer: coarse) {
  .product-card__quick {
    position: static;
    opacity: 1;
    transform: none;
    margin-top: 0.75rem;
  }

  .gallery-main {
    cursor: default;
  }

  .gallery-main__hint {
    display: none;
  }
}

.promo-banner {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 59;
  width: min(14rem, calc(100vw - 1.6rem));
  padding: 0.8rem 0.85rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 241, 233, 0.9));
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 16px 36px rgba(17, 17, 15, 0.14);
  backdrop-filter: blur(18px);
}

.promo-banner__eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.48);
}

.promo-banner__track {
  position: relative;
  min-height: 3.8rem;
  margin-bottom: 0.65rem;
}

.promo-banner__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 0.22rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
  pointer-events: none;
}

.promo-banner__slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.promo-banner__title {
  display: block;
  font-size: 0.92rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.promo-banner__copy {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.promo-banner__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.promo-banner__actions .button {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}

.promo-banner__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.06);
  color: var(--color-text);
  font-size: 1rem;
}

.promo-banner__close:hover,
.promo-banner__close:focus-visible {
  background: rgba(18, 18, 18, 0.12);
}

.promo-banner[hidden] {
  display: none !important;
}

.promo-banner .button:hover,
.promo-banner .button:focus-visible {
  transform: none;
  opacity: 0.65;
}

.promo-banner .button::after {
  display: none;
}

@media (max-width: 920px) {
  .footer__hero {
    grid-template-columns: 1fr;
  }

  .footer__hero-pills {
    justify-content: flex-start;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: -18vmax;
  z-index: -2;
  pointer-events: none;
  background:
    conic-gradient(from 90deg at 18% 24%, rgba(216, 161, 23, 0.12), transparent 18%, rgba(15, 113, 189, 0.1), transparent 46%, rgba(197, 15, 110, 0.1), transparent 72%, rgba(15, 124, 100, 0.1), transparent),
    radial-gradient(circle at 80% 10%, rgba(255, 214, 87, 0.12), transparent 26%),
    radial-gradient(circle at 4% 84%, rgba(16, 93, 171, 0.1), transparent 30%);
  filter: blur(18px) saturate(1.12);
  animation: kakoaraBackgroundDrift 18s linear infinite;
}

.shop-campaign-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 2.6vw, 2.2rem) 0 clamp(1rem, 2vw, 1.7rem);
  background:
    linear-gradient(115deg, rgba(15, 17, 17, 0.94), rgba(32, 26, 20, 0.88) 52%, rgba(98, 54, 18, 0.76)),
    #171412;
  color: rgba(255, 251, 244, 0.95);
}

.shop-campaign-hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -12rem 28%;
  height: 22rem;
  background: repeating-linear-gradient(90deg, rgba(236, 185, 51, 0.24) 0 12px, rgba(19, 105, 91, 0.2) 12px 24px, rgba(196, 38, 50, 0.18) 24px 36px, transparent 36px 48px);
  transform: rotate(-8deg);
  opacity: 0.42;
  animation: kakoaraRibbonSlide 9s linear infinite;
}

.shop-campaign-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(1.4rem, 3.5vw, 3.2rem);
  align-items: center;
}

.shop-campaign-hero__copy {
  display: grid;
  gap: 1.25rem;
  max-width: 46rem;
}

.shop-campaign-hero__copy h1 {
  margin: 0;
  font-size: clamp(2.5rem, 3.8vw, 3.9rem);
  line-height: 0.96;
  color: rgba(255, 250, 241, 0.98);
}

.shop-campaign-hero__copy p {
  max-width: 58ch;
  color: rgba(255, 247, 236, 0.74);
}

.shop-campaign-hero__media {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-template-rows: 8.3rem 8.3rem;
  gap: 1rem;
  align-items: stretch;
}

.shop-campaign-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.45rem;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.shop-campaign-hero__media img:first-child {
  grid-row: span 2;
}

.full-width-story-band,
.woo-premium-grade {
  padding: clamp(1.7rem, 4vw, 3rem) 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.96), rgba(42, 35, 28, 0.94)),
    #181511;
  color: rgba(255, 249, 240, 0.94);
}

.full-width-story-band--alt {
  background:
    linear-gradient(90deg, rgba(241, 226, 205, 0.96), rgba(255, 255, 255, 0.98)),
    #f6efe4;
  color: #191714;
}

.full-width-story-band .site-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.full-width-story-band span {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d9a33b;
}

.full-width-story-band--alt span {
  color: #8d5526;
}

.full-width-story-band strong {
  max-width: 52rem;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.08;
  text-align: right;
}

.woo-premium-grade {
  background:
    radial-gradient(circle at 82% 22%, rgba(216, 161, 23, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.96), rgba(238, 226, 211, 0.92));
  color: #161412;
}

.woo-premium-grade__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.woo-premium-grade__grid h2 {
  margin: 0 0 0.8rem;
}

.woo-premium-grade__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.woo-premium-grade__points span {
  min-height: 5rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid rgba(19, 17, 15, 0.1);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0.5rem;
  font-family: "Satoshi", Arial, sans-serif;
  font-weight: 800;
  text-align: center;
}

.testimonial-carousel {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.testimonial-carousel .testimonial-card {
  flex: 0 0 min(28rem, 86vw);
  animation: testimonialFloat 18s linear infinite;
}

body[data-page="shop"] {
  background: #fbfbfa;
}

body[data-page="shop"] .shop-stage {
  padding-top: 2rem;
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-sidebar-card,
body[data-page="shop"] .shop-stage__surface,
body[data-page="shop"] .product-card {
  border: 1px solid var(--glass-line);
  border-radius: 1.35rem;
  box-shadow: var(--glass-shadow);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

body[data-page="shop"] .shop-sidebar-card {
  padding: 0;
  gap: 3rem;
}

.shop-filter-group {
  display: grid;
  gap: 1.35rem;
}

.shop-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.55rem;
  padding: 0 0 0.8rem;
  border: 0;
  border-bottom: 1px solid rgba(19, 19, 18, 0.62);
  border-radius: 0;
  background: transparent;
  color: #101010;
  font-size: 0.98rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: none;
}

.shop-filter-heading span {
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}

.shop-check {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #111;
  font-size: 0.98rem;
}

.shop-check input {
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid #d8d8d8;
  appearance: none;
  background: #fff;
}

.shop-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.6rem;
}

.shop-size-grid button {
  min-height: 2.3rem;
  padding: 0 0.8rem;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
}

.shop-show-all {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: 1rem;
}

.shop-range {
  position: relative;
  height: 1.1rem;
  margin: 0.7rem 0 0.4rem;
}

.shop-range::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  top: 50%;
  height: 0.34rem;
  transform: translateY(-50%);
  background: #252525;
}

.shop-range span {
  position: absolute;
  top: 50%;
  width: 1.45rem;
  height: 1.45rem;
  border: 0.32rem solid #252525;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #fff;
}

.shop-range span:first-child {
  left: 0;
}

.shop-range span:last-child {
  right: 0;
}

.shop-price-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: center;
}

.shop-price-row span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.6rem;
  padding: 0 0.72rem;
  border: 1px solid #cecece;
  background: #fff;
  font-style: normal;
}

.shop-price-row em {
  font-style: normal;
}

.shop-apply {
  min-height: 3.45rem;
  border: 0;
  border-radius: 0;
  background: #242424;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: none;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
  gap: 1.35rem;
}

body[data-page="shop"] .shop-stage__topbar {
  min-height: 6rem;
  padding-top: 0;
  border-top: 0;
}

body[data-page="shop"] .shop-stage__count,
body[data-page="shop"] .shop-stage__chipbar,
body[data-page="shop"] .shop-stage__search,
body[data-page="shop"] .shop-recommendations,
body[data-page="shop"] .shop-assurance-row {
  display: flex;
}

.shop-view-as,
.shop-per-page {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #111;
  font-size: 1rem;
  text-transform: uppercase;
}

.shop-view-as button {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 0.18rem;
  place-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.shop-view-as button i {
  width: 0.25rem;
  height: 1.2rem;
  background: #777;
}

.shop-view-as button.is-active i {
  background: #111;
}

.shop-per-page select,
body[data-page="shop"] .shop-stage__controls select {
  min-width: 6rem;
  min-height: 3.55rem;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  background-color: #fff;
}

body[data-page="shop"] .shop-stage__controls .field:first-of-type {
  display: none;
}

body[data-page="shop"] .shop-stage__controls .field {
  min-width: 10.8rem;
}

body[data-page="shop"] .shop-stage__controls {
  gap: 1.7rem;
}

body[data-page="shop"] .shop-results__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .product-card__media img {
  object-fit: cover;
}

body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  display: flex;
  justify-content: center;
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

body[data-page="shop"] .product-card__info {
  padding: 0.9rem 0 0;
  gap: 0.3rem;
  text-align: center;
}

body[data-page="shop"] .product-card__title h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

body[data-page="shop"] .price {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

body[data-page="shop"] .shop-feature-card {
  display: none;
}

@keyframes kakoaraBackgroundDrift {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(12deg) scale(1.08);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes kakoaraRibbonSlide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 96px 0;
  }
}

@keyframes testimonialFloat {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .shop-campaign-hero::after,
  .testimonial-carousel .testimonial-card {
    animation: none;
  }
}

@media (max-width: 640px) {
  .footer__hero-copy h2 {
    font-size: 2rem;
  }

  .footer__hero-pills {
    gap: 0.55rem;
  }

  .footer__hero-pills span {
    min-height: 2.2rem;
    font-size: 0.68rem;
  }

  .promo-banner {
    left: 0.7rem;
    bottom: 0.7rem;
    width: min(12.5rem, calc(100vw - 1.4rem));
    padding: 0.72rem 0.78rem;
  }

  .promo-banner__track {
    min-height: 3.45rem;
  }

  .promo-banner__title {
    font-size: 0.84rem;
  }

  .promo-banner__copy,
  .promo-banner__actions .button {
    font-size: 0.68rem;
  }
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
  gap: 1.35rem;
}

body[data-page="shop"] .shop-stage__topbar {
  padding-top: 0;
  border-top: 0;
}

body[data-page="shop"] .shop-stage__count,
body[data-page="shop"] .shop-stage__chipbar,
body[data-page="shop"] .shop-stage__search,
body[data-page="shop"] .shop-recommendations,
body[data-page="shop"] .shop-assurance-row {
  display: flex;
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  display: flex;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  justify-content: center;
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
  gap: 1.35rem;
}

body[data-page="shop"] .shop-stage__topbar {
  padding-top: 0;
  border-top: 0;
}

body[data-page="shop"] .shop-stage__count,
body[data-page="shop"] .shop-stage__chipbar,
body[data-page="shop"] .shop-stage__search,
body[data-page="shop"] .shop-recommendations,
body[data-page="shop"] .shop-assurance-row {
  display: flex;
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  display: flex;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  justify-content: center;
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

body[data-page="shop"] .shop-stage__layout {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="shop"] .shop-stage__sidebar {
  display: none;
}

body[data-page="shop"] .shop-stage__surface {
  padding: clamp(1rem, 2vw, 1.4rem);
  gap: 1.35rem;
}

body[data-page="shop"] .shop-stage__topbar {
  padding-top: 0;
  border-top: 0;
}

body[data-page="shop"] .shop-stage__count,
body[data-page="shop"] .shop-stage__chipbar,
body[data-page="shop"] .shop-stage__search,
body[data-page="shop"] .shop-recommendations,
body[data-page="shop"] .shop-assurance-row {
  display: flex;
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

body[data-page="shop"] .product-card {
  display: grid;
  padding: 0.7rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="shop"] .product-card__media {
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
}

body[data-page="shop"] .wishlist-button,
body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  display: flex;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer {
  justify-content: center;
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

.promo-banner {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 59;
  display: grid;
  gap: 0.55rem;
  width: min(19rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.08);
  border-radius: 1.25rem;
  background: rgba(255, 249, 241, 0.96);
  box-shadow: 0 22px 48px rgba(16, 17, 20, 0.14);
  backdrop-filter: blur(14px);
}

.promo-banner[hidden] {
  display: none;
}

.promo-banner__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.promo-banner__title {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1.1rem;
}

.promo-banner__copy {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.promo-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.promo-banner__actions .button {
  min-width: 6rem;
}

.promo-banner__close {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.04);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

@keyframes ambientFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, -2%, 0) scale(1.06);
  }
}

@keyframes gridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(22px, 18px, 0);
  }
}

@keyframes bagPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  35% {
    transform: translateY(-2px) scale(1.06);
  }
  65% {
    transform: translateY(0) scale(0.98);
  }
}

@keyframes cardCelebrate {
  0% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-6px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes flyToBag {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(var(--flight-x), var(--flight-y), 0) scale(0.2);
    opacity: 0;
  }
}

@media (max-width: 920px) {
  .hero__stack {
    grid-template-columns: 1fr;
  }

  .hero-card--primary {
    min-height: 30rem;
  }

  .hero__side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shop-banner__hero-media,
  .social-hero-media {
    min-height: 20rem;
  }

  .hero-product-chip {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
  }

  
  .promo-banner {
    left: 0.7rem;
    bottom: 0.7rem;
    width: min(16rem, calc(100vw - 1.4rem));
    padding: 0.85rem;
  }

  }

@media (max-width: 920px) {
  .shop-banner__shell,
  .social-layout {
    grid-template-columns: 1fr;
  }

  .shop-banner__feature {
    gap: 0.9rem;
  }

  .shop-banner__feature > .small-note,
  .shop-banner__feature > h2,
  .shop-banner__feature > p,
  .shop-banner__feature > .shop-banner__trust,
  .social-hero-stack .callout {
    padding-inline: 0;
    margin-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  padding: clamp(2.8rem, 6vw, 5rem) 0 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 18%, rgba(113, 52, 43, 0.26), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(189, 138, 63, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(9, 11, 14, 0.98), rgba(5, 7, 9, 1));
}

.footer .site-width {
  position: relative;
  z-index: 1;
}

.footer__background-portrait {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(36vw, 34rem);
  pointer-events: none;
  opacity: 0.22;
  z-index: 0;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 18%, #000 48%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 18%, #000 48%);
}

.footer__background-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 8, 10, 0.1), rgba(7, 8, 10, 0.66));
}

.footer__background-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.footer__hero {
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  gap: clamp(1.6rem, 3vw, 2.8rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

.footer__hero-copy {
  gap: 1rem;
  align-content: start;
}

.footer__hero-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5.8vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.footer__hero-copy p {
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.footer__hero-pills {
  justify-content: flex-start;
  gap: 0.7rem;
}

.footer__hero-pills span {
  min-height: 2.65rem;
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 248, 239, 0.88);
  letter-spacing: 0.06em;
}

.footer__hero-side {
  display: grid;
  gap: 1rem;
  align-content: end;
}

.footer__signup {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__signup-copy {
  display: grid;
  gap: 0.32rem;
}

.footer__feature-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 188, 91, 0.84);
}

.footer__signup-copy strong {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.08;
  color: #fff8ef;
}

.footer__signup-copy span:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.footer__capture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  padding: 0.75rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__capture input {
  min-height: 3.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 12, 15, 0.78);
  color: #fff8ef;
  padding: 0 1rem;
}

.footer__capture input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.footer__capture .button {
  min-height: 3.2rem;
  padding-inline: 1.2rem;
}

.footer__grid {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.72fr)) minmax(0, 1.05fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
}

.footer__brand-column,
.footer__column {
  gap: 0.9rem;
}

.footer__meta,
.footer__legal {
  color: rgba(255, 255, 255, 0.58);
}

.footer__list {
  gap: 0.55rem;
}

.footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer__payment-pill {
  display: inline-grid;
  gap: 0.12rem;
  padding: 0.7rem 0.85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 239, 0.92);
}

.footer__payment-pill strong,
.footer__payment-pill em {
  font-style: normal;
  line-height: 1.25;
}

.footer__payment-pill strong {
  font-size: 0.85rem;
}

.footer__payment-pill em {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.56);
}

.footer__support-card {
  display: grid;
  gap: 0.32rem;
  padding: 1rem 1.05rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(232, 183, 92, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(232, 183, 92, 0.18);
  text-decoration: none;
}

.footer__support-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 188, 91, 0.84);
}

.footer__support-card strong {
  color: #fff8ef;
}

.footer__support-card span:last-child {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 920px) {
  .footer__hero,
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .footer__capture {
    grid-template-columns: 1fr;
  }

  .footer__hero-copy h2 {
    max-width: none;
  }
}

.footer__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__hero-copy {
  display: grid;
  gap: 0.7rem;
}

.footer__hero-copy h2 {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #fffaf3;
}

.footer__hero-copy p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.72);
}

.footer__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
}

.footer__hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.footer__hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.promo-banner {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 59;
  width: min(14rem, calc(100vw - 1.6rem));
  padding: 0.8rem 0.85rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 241, 233, 0.9));
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 16px 36px rgba(17, 17, 15, 0.14);
  backdrop-filter: blur(18px);
}

.promo-banner__eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.48);
}

.promo-banner__track {
  position: relative;
  min-height: 3.8rem;
  margin-bottom: 0.65rem;
}

.promo-banner__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 0.22rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
  pointer-events: none;
}

.promo-banner__slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.promo-banner__title {
  display: block;
  font-size: 0.92rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.promo-banner__copy {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.promo-banner__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.promo-banner__actions .button {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}

.promo-banner__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.06);
  color: var(--color-text);
  font-size: 1rem;
}

.promo-banner__close:hover,
.promo-banner__close:focus-visible {
  background: rgba(18, 18, 18, 0.12);
}

.promo-banner[hidden] {
  display: none !important;
}

@media (max-width: 920px) {
  .footer__hero {
    grid-template-columns: 1fr;
  }

  .footer__hero-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .footer__hero-copy h2 {
    font-size: 2rem;
  }

  .footer__hero-pills {
    gap: 0.55rem;
  }

  .footer__hero-pills span {
    min-height: 2.2rem;
    font-size: 0.68rem;
  }

  .promo-banner {
    left: 0.7rem;
    bottom: 0.7rem;
    width: min(12.5rem, calc(100vw - 1.4rem));
    padding: 0.72rem 0.78rem;
  }

  .promo-banner__track {
    min-height: 3.45rem;
  }

  .promo-banner__title {
    font-size: 0.84rem;
  }

  .promo-banner__copy,
  .promo-banner__actions .button {
    font-size: 0.68rem;
  }
}

body[data-page="shop"] .product-card__footer {
  gap: 0.55rem;
  flex-wrap: wrap;
}

body[data-page="shop"] .product-card__footer .rating {
  flex: 1 0 100%;
  text-align: center;
}

body[data-page="shop"] .product-link {
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.54);
}

body { overflow-x: hidden; }
body[data-page="checkout"] .checkout-layout--focused { grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem); }
@media (max-width: 920px) {
  body[data-page="checkout"] .checkout-layout--focused { grid-template-columns: 1fr; }
  body[data-page="checkout"] #checkout-summary { order: -1; }
}
@media (max-width: 640px) {
  .shop-results__grid,
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 0.65rem; }
  .product-card__badges,
  .product-card__subline,
  .rating { display: none !important; }
  .payment-methods,
  .form-grid--two { grid-template-columns: 1fr !important; }
  .product-link,
  .add-to-cart-button { min-width: 0; width: 100%; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252, 248, 241, 0.9);
  border-bottom: 1px solid rgba(18, 18, 18, 0.09);
  box-shadow: 0 16px 40px rgba(17, 17, 15, 0.05);
  backdrop-filter: blur(22px) saturate(1.12);
}

.site-topbar {
  display: block;
  background: linear-gradient(90deg, #101010, #2c241b 48%, #141414);
  color: rgba(255, 252, 247, 0.92);
  border-bottom: 0;
}

.site-topbar__inner,
.site-utility__inner,
.site-mainnav {
  width: var(--container);
  margin: 0 auto;
  align-items: center;
}

.site-topbar__inner {
  min-height: 2.1rem;
  display: flex;
  justify-content: center;
  gap: clamp(0.55rem, 2.4vw, 1.15rem);
  padding: 0.25rem 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-topbar__item {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.9;
  box-shadow: none;
  transition: opacity var(--transition), transform var(--transition);
}

.site-topbar__item::before {
  display: none;
}

.site-topbar__item:hover,
.site-topbar__item:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.site-topbar__item--accent {
  color: #95D9C0;
}

.site-topbar__divider {
  width: 1px;
  height: 0.9rem;
  background: rgba(255, 252, 247, 0.38);
  flex: 0 0 auto;
}

.site-utility__inner {
  min-height: clamp(4.7rem, 7vw, 6.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(0.75rem, 2vw, 1.5rem);
  padding: 0.6rem 0;
}

.site-utility__support {
  min-width: 0;
  justify-self: start;
}

.site-utility__support a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--color-text-muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-utility__support svg,
.nav-icon-button svg,
.icon-button svg,
.auth-trigger svg,
.bag-link svg,
.menu-button svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.site-utility__inner .brand {
  justify-self: center;
}

.site-utility__inner .brand__logo {
  width: clamp(7.2rem, 10vw, 9.6rem);
}

.site-mainnav {
  min-height: 3.25rem;
  display: flex;
  justify-content: center;
  gap: clamp(1.15rem, 3vw, 2.35rem);
  border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.site-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-mainnav a,
.site-nav__item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 3.15rem;
  padding: 0.1rem 0;
  color: rgba(18, 18, 18, 0.72);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.site-mainnav a::after,
.site-nav__item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.55rem;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.site-mainnav a:hover,
.site-mainnav a:focus-visible,
.site-mainnav a[aria-current="page"],
.site-nav__item:hover > a,
.site-nav__item:focus-within > a {
  color: var(--color-text);
}

.site-mainnav a:hover::after,
.site-mainnav a:focus-visible::after,
.site-mainnav a[aria-current="page"]::after,
.site-nav__item:hover > a::after,
.site-nav__item:focus-within > a::after {
  transform: scaleX(1);
}

.site-nav__dropdown {
  position: absolute;
  top: calc(100% - 0.35rem);
  left: 50%;
  z-index: 4;
  display: grid;
  gap: 0.2rem;
  min-width: 14rem;
  padding: 0.65rem;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 22px 54px rgba(17, 17, 15, 0.13);
  transform: translate(-50%, 0.45rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.site-nav__item:hover .site-nav__dropdown,
.site-nav__item:focus-within .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-nav__dropdown a {
  min-height: 2.35rem;
  padding: 0 0.75rem;
  border-radius: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.site-nav__dropdown a::after {
  display: none;
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a:focus-visible {
  background: rgba(17, 17, 15, 0.06);
}

.site-nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  min-width: 0;
}

.bag-link,
.icon-button,
.menu-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.55rem;
  min-height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--color-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px) saturate(1.12);
}

.menu-button {
  display: none;
}

.nav-icon-button__count {
  position: absolute;
  top: -0.28rem;
  right: -0.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.22rem;
  border-radius: 999px;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 0.58rem;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(17, 17, 15, 0.18);
}

.site-search {
  position: fixed;
  inset: 0;
  z-index: 75;
  display: grid;
  align-items: start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.site-search[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-search__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 15, 0.34);
  backdrop-filter: blur(8px);
}

.site-search__panel {
  position: relative;
  z-index: 1;
  width: min(42rem, calc(100vw - 2rem));
  margin: clamp(5.5rem, 12vw, 8rem) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.65rem;
  padding: 0.75rem;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: var(--radius-md);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 26px 80px rgba(17, 17, 15, 0.2);
  transform: translateY(-0.6rem);
  transition: transform 220ms ease;
}

.site-search[aria-hidden="false"] .site-search__panel {
  transform: translateY(0);
}

.site-search__panel input {
  min-height: 3.1rem;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--color-text);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
}

.site-search__panel input::placeholder {
  color: rgba(18, 18, 18, 0.42);
}

@media (max-width: 920px) {
  .site-topbar {
    display: block;
  }

  .site-topbar__inner {
    justify-content: flex-start;
    gap: 0.7rem;
    padding: 0.24rem 0;
  }

  .site-topbar__item {
    width: auto;
    justify-content: flex-start;
    white-space: nowrap;
    text-align: left;
  }

  .site-mainnav,
  .site-utility__support,
  .site-nav__actions .region-select {
    display: none;
  }

  .site-nav__actions .auth-trigger {
    display: inline-flex;
  }

  .site-utility__inner {
    min-height: 4.6rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
  }

  .menu-button {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .site-topbar__inner {
    gap: 0.38rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .site-topbar__item {
    min-height: 2.05rem;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .site-topbar__divider {
    height: 0.75rem;
  }

  .site-utility__inner {
    min-height: 4rem;
    gap: 0.55rem;
  }

  .site-utility__inner .brand__logo {
    width: clamp(5.8rem, 25vw, 7.2rem);
  }

  .site-nav__actions {
    gap: 0.28rem;
  }

  .bag-link,
  .menu-button,
  .icon-button {
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding-inline: 0;
  }

  .site-search__panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-search__panel .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .site-utility__inner {
    min-height: 3.7rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }

  .site-utility__inner .brand__logo {
    width: 5.9rem;
  }

  .site-nav__actions > .nav-icon-button[aria-label="View wishlist"],
  .site-nav__actions > .auth-trigger {
    display: none;
  }

  .bag-link,
  .menu-button {
    min-width: 2.35rem;
    min-height: 2.35rem;
    padding-inline: 0;
  }
}

.site-nav__links {
  justify-self: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.45rem, 1.1vw, 0.75rem);
  min-width: 0;
  padding: 0.36rem;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(244, 235, 222, 0.6)),
    rgba(250, 245, 237, 0.78);
  box-shadow:
    0 18px 42px rgba(74, 57, 39, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -10px 20px rgba(204, 184, 156, 0.1);
  backdrop-filter: blur(16px) saturate(1.08);
}

.site-nav__links a,
.site-nav__links .goo-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.72rem;
  padding: 0 1.08rem;
  border: 1px solid rgba(197, 178, 151, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.96), rgba(244, 236, 224, 0.9));
  color: rgba(18, 18, 18, 0.78);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 10px 22px rgba(74, 57, 39, 0.1),
    0 3px 8px rgba(74, 57, 39, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -7px 13px rgba(205, 187, 161, 0.14);
  transform: translateY(0);
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.site-nav__links a::after,
.site-nav__links .goo-nav__item::after {
  display: none !important;
}

.site-nav__links a:hover,
.site-nav__links a:focus-visible,
.site-nav__links .goo-nav__item:hover,
.site-nav__links .goo-nav__item:focus-visible {
  border-color: rgba(191, 169, 137, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 1), rgba(249, 241, 229, 0.96));
  color: rgba(18, 18, 18, 0.92);
  transform: translateY(-2px);
  box-shadow:
    0 15px 30px rgba(74, 57, 39, 0.14),
    0 5px 12px rgba(74, 57, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -8px 14px rgba(205, 187, 161, 0.12);
}

.site-nav__links a[aria-current="page"],
.site-nav__links .goo-nav__item[aria-current="page"] {
  border-color: rgba(177, 154, 119, 0.42);
  background:
    linear-gradient(180deg, rgba(241, 231, 216, 0.98), rgba(229, 215, 195, 0.94));
  color: var(--color-text);
  box-shadow:
    0 8px 18px rgba(74, 57, 39, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 6px 12px rgba(146, 121, 88, 0.08),
    inset 0 -6px 12px rgba(255, 255, 255, 0.28);
}

.bag-link {
  min-height: 2.72rem;
  padding: 0 1rem;
  border-color: rgba(197, 178, 151, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.95), rgba(244, 236, 224, 0.9));
  box-shadow:
    0 10px 22px rgba(74, 57, 39, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -7px 13px rgba(205, 187, 161, 0.14);
}

@media (max-width: 920px) {
  .site-nav__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0;
  }

  .site-nav__links {
    width: min(100%, 34rem);
    padding: 0.3rem;
  }

  .site-nav__actions {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .site-nav__links {
    border-radius: 1.55rem;
  }

  .site-nav__links a,
  .site-nav__links .goo-nav__item {
    flex: 1 1 calc(50% - 0.45rem);
    min-width: 7.2rem;
    min-height: 2.6rem;
    padding-inline: 0.75rem;
  }
}

:root {
  --gummy-glass-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 238, 226, 0.42));
  --gummy-glass-strong: linear-gradient(180deg, rgba(255, 255, 253, 0.88), rgba(244, 235, 222, 0.62));
  --gummy-glass-active: linear-gradient(180deg, rgba(236, 223, 205, 0.78), rgba(219, 201, 176, 0.56));
  --gummy-border: rgba(196, 174, 140, 0.28);
  --gummy-shadow: 0 14px 30px rgba(87, 66, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -9px 18px rgba(188, 166, 134, 0.12);
  --gummy-shadow-hover: 0 18px 38px rgba(87, 66, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -10px 18px rgba(188, 166, 134, 0.1);
  --frosted-dark: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  --frosted-dark-line: rgba(255, 255, 255, 0.24);
}

.button,
.button-ghost,
.button-secondary,
.cta-button,
.product-link,
.add-to-cart-button,
.bag-link,
.icon-button,
.menu-button,
.wishlist-button,
.toggle-pill,
.auth-provider,
.chip,
.thumbnail-button,
.size-pill,
.landing-shop__control,
.shop-view-as button,
.login-pills button,
.payment-method,
.footer__capture button,
button[type="submit"] {
  min-height: 2.72rem;
  border: 1px solid var(--gummy-border);
  border-radius: 999px;
  background: var(--gummy-glass-strong);
  color: rgba(18, 18, 18, 0.86);
  box-shadow: var(--gummy-shadow);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  backdrop-filter: blur(16px) saturate(1.16);
  transform: translateY(0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.button:hover,
.button:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible,
.cta-button:hover,
.cta-button:focus-visible,
.product-link:hover,
.product-link:focus-visible,
.add-to-cart-button:hover,
.add-to-cart-button:focus-visible,
.bag-link:hover,
.bag-link:focus-visible,
.icon-button:hover,
.icon-button:focus-visible,
.menu-button:hover,
.menu-button:focus-visible,
.wishlist-button:hover,
.wishlist-button:focus-visible,
.toggle-pill:hover,
.toggle-pill:focus-visible,
.auth-provider:hover,
.auth-provider:focus-visible,
.chip:hover,
.chip:focus-visible,
.thumbnail-button:hover,
.thumbnail-button:focus-visible,
.size-pill:hover,
.size-pill:focus-visible,
.landing-shop__control:hover,
.landing-shop__control:focus-visible,
.shop-view-as button:hover,
.shop-view-as button:focus-visible,
.login-pills button:hover,
.login-pills button:focus-visible,
.payment-method:hover,
.payment-method:focus-within {
  border-color: rgba(182, 156, 118, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 253, 0.96), rgba(250, 244, 235, 0.74));
  box-shadow: var(--gummy-shadow-hover);
  transform: translateY(-2px);
}

.button:active,
.button-ghost:active,
.button-secondary:active,
.cta-button:active,
.product-link:active,
.add-to-cart-button:active,
.bag-link:active,
.icon-button:active,
.menu-button:active,
.wishlist-button:active,
.toggle-pill:active,
.chip:active {
  background: var(--gummy-glass-active);
  transform: translateY(1px) scale(0.985);
}

.site-topbar,
.footer,
.callout,
.step.is-current,
.payment-method.is-active,
.add-to-cart-button.is-added,
.product-link.add-to-cart-button.is-added,
.button.add-to-cart-button.is-added,
.nav-icon-button__count,
.checkout-step-label,
.site-search__backdrop,
.auth-modal__backdrop,
.mobile-menu {
  background: var(--frosted-dark) !important;
  border-color: var(--frosted-dark-line) !important;
  color: rgba(255, 252, 247, 0.92);
  box-shadow: 0 22px 70px rgba(38, 30, 22, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  backdrop-filter: blur(22px) saturate(1.08);
}

.footer {
  background:
    radial-gradient(circle at top right, rgba(181, 122, 29, 0.16), transparent 30%),
    radial-gradient(circle at left center, rgba(127, 31, 60, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.2), rgba(255, 252, 247, 0.08)) !important;
}

.site-topbar__item,
.site-topbar__item--accent,
.site-topbar__item--link {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 252, 247, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.site-nav__links.site-mainnav {
  width: min(var(--container), calc(100% - 1rem));
  margin: 0.35rem auto 0.65rem;
  padding: 0.36rem;
  border-top: 0;
}

.site-mainnav a,
.site-nav__item > a {
  min-height: 2.72rem;
  padding: 0 1rem;
}

.site-nav__dropdown {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 252, 247, 0.76);
  box-shadow: 0 24px 60px rgba(87, 66, 42, 0.16);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
}

.mobile-menu {
  color: var(--color-text);
}

.mobile-menu__panel {
  width: min(24rem, calc(100vw - 1rem));
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 1.7rem 0 0 1.7rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 90px rgba(47, 35, 22, 0.22);
}

.mobile-menu nav {
  display: grid;
  gap: 0.62rem;
}

.mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid var(--gummy-border);
  border-radius: 999px;
  background: var(--gummy-glass-strong);
  color: var(--color-text);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--gummy-shadow);
}

body[data-page="home"] .shop-stage {
  padding-top: clamp(1rem, 3vw, 2.4rem);
}

body[data-page="home"] .shop-stage__surface {
  padding: clamp(0.85rem, 2vw, 1.25rem);
  overflow: visible;
}

body[data-page="home"] .shop-results__grid,
body[data-page="home"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr)) !important;
  gap: clamp(0.95rem, 2vw, 1.35rem);
  align-items: stretch;
}

body[data-page="home"] .product-card {
  min-width: 0;
  padding: 0.68rem;
  border-radius: 1.35rem;
  overflow: hidden;
}

body[data-page="home"] .product-card__media {
  aspect-ratio: 4 / 5.05;
  border-radius: 1rem;
}

body[data-page="home"] .product-card__info {
  gap: 0.46rem;
  padding: 0.65rem 0.15rem 0.1rem;
}

body[data-page="home"] .product-card__title h3 {
  font-size: clamp(0.95rem, 1.7vw, 1.08rem);
  line-height: 1.16;
}

body[data-page="home"] .product-card__badges,
body[data-page="home"] .product-card__subline,
body[data-page="home"] .product-card__footer {
  display: flex !important;
}

body[data-page="home"] .product-card__footer {
  flex-wrap: wrap;
  gap: 0.48rem;
}

body[data-page="home"] .product-card__footer .rating {
  flex: 1 0 100%;
  min-height: auto;
  text-align: center;
}

body[data-page="home"] .product-link {
  flex: 1 1 7.4rem;
  min-width: 0;
  min-height: 2.65rem;
  padding-inline: 0.72rem;
  font-size: 0.72rem;
}

@media (max-width: 920px) {
  .site-topbar {
    display: block;
  }

  .site-mainnav {
    display: none !important;
  }

  .site-utility__inner {
    width: min(100% - 1rem, var(--container));
    min-height: 4.4rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-utility__support {
    display: none;
  }

  .site-utility__inner .brand {
    justify-self: start;
  }

  .site-nav__actions {
    justify-self: end;
  }

  .site-nav__actions > .nav-icon-button[aria-label="View wishlist"],
  .site-nav__actions > .auth-trigger,
  .site-nav__actions > [data-search-open] {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  body[data-page="home"] .shop-stage__topbar {
    gap: 0.8rem;
  }

  body[data-page="home"] .shop-stage__controls,
  body[data-page="home"] .shop-stage__search {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .site-topbar__inner {
    width: min(100% - 0.85rem, var(--container));
  }

  .site-topbar__item {
    min-height: 1.9rem;
    padding-inline: 0.62rem;
    font-size: 0.62rem;
  }

  .site-utility__inner .brand__logo {
    width: clamp(5.9rem, 28vw, 7rem);
  }

  .bag-link,
  .menu-button,
  .icon-button {
    min-width: 2.62rem;
    min-height: 2.62rem;
    padding-inline: 0.72rem;
  }

  body[data-page="home"] .shop-results__grid,
  body[data-page="home"] .product-grid,
  .shop-results__grid,
  .product-grid {
    grid-template-columns: 1fr !important;
    gap: 0.9rem;
  }

  body[data-page="home"] .product-card,
  .product-card {
    display: grid;
    grid-template-columns: minmax(7.4rem, 42%) minmax(0, 1fr);
    gap: 0.72rem;
    align-items: stretch;
    padding: 0.62rem;
  }

  body[data-page="home"] .product-card__media-wrap,
  .product-card__media-wrap {
    min-width: 0;
  }

  body[data-page="home"] .product-card__media,
  .product-card__media {
    height: 100%;
    min-height: 11rem;
    aspect-ratio: auto;
  }

  body[data-page="home"] .product-card__badges,
  .product-card__badges {
    gap: 0.35rem;
    flex-wrap: wrap;
  }

  body[data-page="home"] .product-card__subline,
  body[data-page="home"] .rating,
  .product-card__subline,
  .rating {
    display: none !important;
  }

  body[data-page="home"] .product-card__footer,
  .product-card__footer {
    display: grid !important;
    gap: 0.42rem;
  }

  body[data-page="home"] .product-link,
  .product-link,
  .add-to-cart-button {
    width: 100%;
    min-height: 2.58rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 420px) {
  body[data-page="home"] .product-card,
  .product-card {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .product-card__media,
  .product-card__media {
    min-height: 14rem;
  }

  .mobile-menu__panel {
    width: calc(100vw - 0.5rem);
    border-radius: 1.35rem 0 0 1.35rem;
  }
}

.product-card__stock,
.category-chips .chip.is-active,
.shop-view-as button.is-active,
.step.is-current,
.checkout-step-label,
.nav-icon-button__count,
.bag-flight,

.nav-icon-button__count {
  color: rgba(255, 252, 247, 0.96) !important;
  background:
    linear-gradient(145deg, rgba(74, 57, 39, 0.48), rgba(74, 57, 39, 0.22)) !important;
}

.shop-view-as button {
  width: 2.72rem;
  height: 2.72rem;
  border-radius: 999px;
}

.shop-view-as button i,
.shop-view-as button.is-active i {
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.56);
}

.shop-per-page select,
body[data-page="shop"] .shop-stage__controls select,
.region-select,
select,
input,
textarea {
  border: 1px solid rgba(196, 174, 140, 0.3);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 26px rgba(87, 66, 42, 0.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
}

textarea {
  border-radius: 1.25rem;
}

.footer__support-card,
.footer__signup-card,
.footer__payment-pill,
.footer__capture input {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}

.footer__capture button {
  color: rgba(18, 18, 18, 0.88);
}

.mobile-menu-fab {
  position: fixed;
  top: 4.75rem;
  right: 0.8rem;
  z-index: 96;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: auto;
  min-width: 5.7rem;
  height: 2.9rem;
  padding: 0 0.9rem;
  border: 1px solid var(--gummy-border);
  border-radius: 999px;
  background: var(--gummy-glass-strong);
  color: rgba(18, 18, 18, 0.88);
  box-shadow: var(--gummy-shadow);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  backdrop-filter: blur(16px) saturate(1.16);
}

.mobile-menu-fab svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.mobile-menu-fab span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header .menu-button {
  display: none !important;
}

@media (min-width: 921px) {
  .mobile-menu-fab {
    display: none !important;
  }
}

a.button,
a.button-ghost,
a.button-secondary,
button.button,
button.button-ghost,
button.button-secondary,
.button,
.button-ghost,
.button-secondary,
.cta-button,
.product-link,
.add-to-cart-button,
.landing-shop__control,
.footer__capture button,
button[type="submit"] {
  border-color: var(--gummy-border) !important;
  background: var(--gummy-glass-strong) !important;
  color: rgba(18, 18, 18, 0.88) !important;
  box-shadow: var(--gummy-shadow) !important;
}

a.button:hover,
a.button:focus-visible,
a.button-ghost:hover,
a.button-ghost:focus-visible,
button.button:hover,
button.button:focus-visible,
.button:hover,
.button:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible,
.product-link:hover,
.product-link:focus-visible,
.add-to-cart-button:hover,
.add-to-cart-button:focus-visible {
  background: linear-gradient(180deg, rgba(255, 255, 253, 0.98), rgba(250, 244, 235, 0.78)) !important;
  box-shadow: var(--gummy-shadow-hover) !important;
}

.site-topbar {
  background: linear-gradient(145deg, rgba(255, 252, 247, 0.26), rgba(255, 252, 247, 0.12)) !important;
}

.site-topbar__item,
.site-topbar__item--accent,
.site-topbar__item--link {
  color: rgba(18, 18, 18, 0.78) !important;
}

.brand__logo {
  transform-origin: center;
  animation: kakoaraLogoFloat 5.8s ease-in-out infinite;
  will-change: transform, filter;
}

.brand:hover .brand__logo,
.brand:focus-visible .brand__logo {
  animation-duration: 1.8s;
  filter: drop-shadow(0 10px 18px rgba(66, 198, 186, 0.22));
}

.shop-stage__count,
#shop-product-count,
.nav-icon-button__count {
  display: none !important;
}

.shop-stage__topbar {
  justify-content: flex-end;
}

.footer {
  background:
    radial-gradient(circle at 12% 18%, rgba(113, 52, 43, 0.22), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(189, 138, 63, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(18, 16, 14, 0.94), rgba(10, 9, 8, 0.98)) !important;
  color: rgba(255, 248, 239, 0.9) !important;
  border-top-color: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
  backdrop-filter: blur(20px) saturate(1.08);
}

.footer__tagline,
.footer__meta,
.footer__legal,
.footer__list,
.footer__bottom,
.footer__hero-copy p,
.footer__signup-copy span:last-child,
.footer__support-card span:last-child,
.footer__payment-pill em {
  color: rgba(255, 248, 239, 0.72) !important;
}

.footer__heading,
.footer__hero-copy h2,
.footer__signup-copy strong,
.footer__support-card strong,
.footer__payment-pill strong,
.footer a {
  color: rgba(255, 250, 244, 0.96) !important;
}

.footer__support-card,
.footer__signup,
.footer__payment-pill,
.footer__capture input {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.mobile-menu[aria-hidden="true"],
.site-search[aria-hidden="true"],
.auth-modal[aria-hidden="true"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.mobile-menu[aria-hidden="false"],
.site-search[aria-hidden="false"],
.auth-modal[aria-hidden="false"] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@keyframes kakoaraLogoFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-4px) scale(1.025);
  }
  70% {
    transform: translateY(1px) scale(0.995);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand__logo {
    animation: none !important;
  }
}

@media (max-width: 920px) {
  .site-utility__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: min(100% - 1.15rem, var(--container));
    position: relative;
    overflow: visible;
  }

  .site-nav__actions {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.42rem;
    min-width: max-content;
    transform: translateY(-50%);
  }

  .site-nav__actions .bag-link,
  .site-nav__actions .menu-button {
    display: inline-flex !important;
    flex: 0 0 auto;
  }

  .site-nav__actions .bag-link {
    padding-inline: 0.76rem;
  }
}

@media (max-width: 430px) {
  .site-utility__inner {
    width: calc(100% - 0.8rem);
  }

  .site-nav__actions {
    gap: 0.28rem;
  }

  .site-nav__actions .bag-link,
  .site-nav__actions .menu-button {
    min-width: 2.46rem;
    min-height: 2.46rem;
    padding-inline: 0.62rem;
  }
}

@media (max-width: 640px) {
  .site-nav__actions .bag-link {
    display: none !important;
  }

  .site-nav__actions .menu-button {
    display: inline-flex !important;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }

  .mobile-menu-fab {
    display: inline-flex;
  }

  .landing-shop,
  .landing-shop__copy,
  .landing-shop__grid {
    min-width: 0;
    overflow: hidden;
  }

  .landing-shop__copy h1,
  .landing-shop__copy .display,
  #landing-headline {
    display: block;
    max-width: calc(100vw - 1rem);
    font-size: clamp(2.25rem, 10.5vw, 3rem) !important;
    line-height: 0.96 !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .site-header .menu-button {
    position: fixed !important;
    top: 4.75rem;
    right: 0.8rem;
    z-index: 95;
    display: inline-flex !important;
    width: 2.9rem;
    min-width: 2.9rem;
    height: 2.9rem;
    min-height: 2.9rem;
    padding: 0 !important;
  }
}

.site-header .menu-button {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body[data-page="home"] {
  background:
    linear-gradient(180deg, #fbf7f0 0%, #f3eadf 42%, #fffaf4 100%);
}

body[data-page="home"] .site-header {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(245, 237, 226, 0.78));
  box-shadow: 0 18px 46px rgba(37, 29, 22, 0.08);
}

body[data-page="home"] .site-nav__inner {
  gap: clamp(0.75rem, 2vw, 1.35rem);
}

body[data-page="home"] .goo-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.4rem;
  background: rgba(255, 251, 245, 0.72);
  border: 1px solid rgba(79, 60, 38, 0.08);
  box-shadow:
    0 16px 34px rgba(35, 28, 22, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.96),
    inset 0 -10px 24px rgba(205, 186, 160, 0.16);
  filter: none;
}

body[data-page="home"] .site-mainnav {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto 0.65rem;
}

body[data-page="home"] .site-topbar {
  overflow: hidden;
}

body[data-page="home"] .site-nav__item--dropdown {
  position: relative;
  display: inline-flex;
}

body[data-page="home"] .goo-nav a.goo-nav__item,
body[data-page="home"] .region-select,
body[data-page="home"] .bag-link {
  min-height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(78, 61, 41, 0.1);
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(240, 230, 216, 0.9));
  color: #17130f;
  box-shadow:
    0 12px 26px rgba(35, 28, 22, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.96),
    inset 0 -8px 18px rgba(196, 177, 151, 0.16);
  transition:
    transform 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

body[data-page="home"] .goo-nav a.goo-nav__item {
  padding: 0.65rem 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

body[data-page="home"] .site-nav__dropdown {
  top: calc(100% + 0.55rem);
  left: 0;
  right: auto;
  max-width: min(18rem, calc(100vw - 2rem));
  border-radius: 1.15rem;
  border: 1px solid rgba(78, 61, 41, 0.1);
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 18px 42px rgba(35, 28, 22, 0.14);
}

body[data-page="home"] .goo-nav:hover a.goo-nav__item {
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(240, 230, 216, 0.9));
}

body[data-page="home"] .goo-nav a.goo-nav__item:hover,
body[data-page="home"] .goo-nav a.goo-nav__item:focus-visible,
body[data-page="home"] .region-select:hover,
body[data-page="home"] .bag-link:hover {
  transform: translateY(-2px);
  border-color: rgba(78, 61, 41, 0.16);
  background: linear-gradient(180deg, #fffefa, #f7eddf);
  box-shadow:
    0 18px 34px rgba(35, 28, 22, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 1),
    inset 0 -8px 18px rgba(196, 177, 151, 0.13);
}

body[data-page="home"] .goo-nav a.goo-nav__item[aria-current="page"] {
  transform: translateY(0);
  background: linear-gradient(180deg, #eee1cf, #dfcfb8);
  box-shadow:
    inset 0 2px 7px rgba(77, 57, 35, 0.14),
    0 10px 22px rgba(35, 28, 22, 0.08);
}

body[data-page="home"] .luxury-home {
  overflow: hidden;
}

body[data-page="home"] .promo-banner {
  display: none !important;
}

body[data-page="home"] .mobile-menu-fab {
  display: none !important;
}

body[data-page="home"] .mobile-menu[aria-hidden="true"] {
  display: none;
}

body[data-page="home"] .luxury-hero {
  position: relative;
  padding-block: clamp(2.25rem, 5vw, 5.5rem) clamp(3.5rem, 7vw, 7rem);
}

body[data-page="home"] .luxury-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: min(54rem, 92vh);
  background:
    radial-gradient(circle at 17% 25%, rgba(127, 31, 60, 0.16), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(15, 94, 89, 0.14), transparent 25%);
  pointer-events: none;
}

body[data-page="home"] .luxury-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
  gap: clamp(1.25rem, 4vw, 3.25rem);
  align-items: center;
}

body[data-page="home"] .luxury-hero__copy {
  min-height: auto;
  align-content: center;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding-block: clamp(1rem, 3vw, 2rem);
}

body[data-page] 
body[data-page] 
body[data-page] 

body[data-page] 
body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15.5rem), 18rem)) !important;
  justify-content: center;
}

body[data-page="shop"] .product-card,
body[data-page="home"] .product-card {
  width: 100%;
  max-width: 20rem;
  justify-self: center;
}

@media (max-width: 640px) {
  body[data-page] 
  body[data-page] }

body[data-page="home"] .luxury-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.75rem, 7.2vw, 6.9rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.055em;
}

body[data-page="home"] .luxury-hero .lede {
  max-width: 35rem;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.8;
  color: rgba(30, 25, 21, 0.76);
}

body[data-page="home"] .luxury-hero .button,
body[data-page="home"] .luxury-hero .button-ghost,
body[data-page="home"] .luxury-newsletter .button,
body[data-page="home"] .luxury-campaign .button {
  min-height: 3.15rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
}

body[data-page="home"] .luxury-hero__meta {
  margin-top: clamp(0.5rem, 2vw, 1.4rem);
}

body[data-page="home"] .luxury-hero__meta .metric-card {
  border-radius: 1.3rem;
  background: rgba(255, 251, 245, 0.68);
  border: 1px solid rgba(42, 31, 21, 0.08);
  box-shadow:
    0 18px 44px rgba(34, 26, 20, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body[data-page="home"] .luxury-hero__feature {
  position: relative;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .luxury-hero__media {
  position: relative;
  min-height: clamp(29rem, 54vw, 39rem);
  border-radius: clamp(1.5rem, 3vw, 2.6rem);
  background: #e8dac7;
  box-shadow: 0 34px 90px rgba(43, 33, 24, 0.2);
}

body[data-page="home"] .luxury-hero__media img {
  transform: scale(1.01);
  object-position: center;
}

body[data-page="home"] .luxury-hero__media:hover img {
  transform: scale(1.045);
}

body[data-page="home"] .luxury-hero__overlay {
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  border-radius: 1.45rem;
  background: rgba(22, 18, 15, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body[data-page="home"] .luxury-hero__image-card {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  max-width: 13rem;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 252, 246, 0.82);
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 42px rgba(30, 24, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body[data-page="home"] .luxury-hero__image-card span {
  color: rgba(25, 21, 18, 0.58);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="home"] .luxury-hero__product {
  position: relative;
  z-index: 3;
  width: min(88%, 34rem);
  margin: -3.6rem auto 0;
  padding: 1.15rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(66, 47, 28, 0.08);
  box-shadow:
    0 20px 54px rgba(36, 27, 20, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .luxury-section-heading {
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

body[data-page="home"] .luxury-section-heading h2,
body[data-page="home"] .luxury-products__header h2,
body[data-page="home"] .luxury-social h2,
body[data-page="home"] .luxury-newsletter h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  line-height: 0.95;
}

body[data-page="home"] .luxury-category-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  overflow: visible;
  padding-bottom: 0.35rem;
}

body[data-page="home"] .luxury-category-grid .collection-card {
  flex: 1 1 min(100%, 12.5rem);
  min-width: min(100%, 12.5rem);
  min-height: 24rem;
  border-radius: 1.45rem;
  background: #fffaf4;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

body[data-page="home"] .luxury-category-grid .collection-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 62px rgba(40, 31, 22, 0.14);
}

body[data-page="home"] .luxury-category-grid .collection-card__media {
  aspect-ratio: 4 / 5;
  border-radius: 1.1rem;
}

body[data-page="home"] .luxury-products {
  background: #171410;
  color: #fff8ee;
  padding-block: clamp(3rem, 7vw, 6rem);
}

body[data-page="home"] .luxury-products p,
body[data-page="home"] .luxury-products .muted,
body[data-page="home"] .luxury-products .shop-stage__count span {
  color: rgba(255, 248, 238, 0.66);
}

body[data-page="home"] .luxury-products__header,
body[data-page="home"] .luxury-products__utility,
body[data-page="home"] .luxury-chipbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.15rem;
}

body[data-page="home"] .luxury-products__controls select,
body[data-page="home"] .luxury-products__utility input {
  border-color: rgba(255, 248, 238, 0.14);
  background: rgba(255, 248, 238, 0.08);
  color: #fff8ee;
}

body[data-page="home"] .luxury-products__controls select option {
  color: #171410;
}

body[data-page="home"] .luxury-products__utility input::placeholder {
  color: rgba(255, 248, 238, 0.52);
}

body[data-page="home"] .luxury-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
}

body[data-page="home"] .luxury-products .product-card {
  background: #fffaf4;
  color: #171410;
  border-radius: 1.35rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

body[data-page="home"] .luxury-products .product-card__media {
  aspect-ratio: 4 / 5.25;
  border-radius: 1rem;
  background: #eadfce;
}

body[data-page="home"] .luxury-products .product-card__footer {
  gap: 0.5rem;
}

body[data-page="home"] .luxury-products .add-to-cart-button,
body[data-page="home"] .luxury-products .product-link {
  flex: 1 1 auto;
  min-height: 2.55rem;
  border-radius: 999px;
}

body[data-page="home"] .luxury-products .add-to-cart-button {
  background: #15120f;
  color: #fff8ee;
}

body[data-page="home"] .luxury-recommendations {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  color: #171410;
}

body[data-page="home"] .luxury-campaign {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #fffaf4;
}

body[data-page="home"] .luxury-campaign__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

body[data-page="home"] .luxury-campaign__media {
  overflow: hidden;
  border-radius: clamp(1.4rem, 3vw, 2.4rem);
  aspect-ratio: 16 / 11;
  box-shadow: 0 30px 80px rgba(42, 32, 23, 0.16);
}

body[data-page="home"] .luxury-campaign__media img,
body[data-page="home"] .luxury-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

body[data-page="home"] .luxury-campaign__media:hover img,
body[data-page="home"] .luxury-story:hover .luxury-story__media img {
  transform: scale(1.045);
}

body[data-page="home"] .luxury-campaign__copy {
  display: grid;
  gap: 1.15rem;
}

body[data-page="home"] .luxury-campaign__copy h2 {
  font-size: clamp(2.75rem, 6vw, 5.6rem);
  line-height: 0.92;
  max-width: 10ch;
}

body[data-page="home"] .luxury-stories {
  background: #f4eadc;
}

body[data-page="home"] .luxury-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.78fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid rgba(38, 29, 21, 0.12);
}

body[data-page="home"] .luxury-story--reverse {
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 0.92fr);
}

body[data-page="home"] .luxury-story--reverse .luxury-story__media {
  order: 2;
}

body[data-page="home"] .luxury-story__media {
  overflow: hidden;
  aspect-ratio: 5 / 4;
  border-radius: 1.6rem;
  background: #fffaf4;
  box-shadow: 0 22px 58px rgba(47, 36, 26, 0.12);
}

body[data-page="home"] .luxury-story__copy {
  display: grid;
  gap: 0.95rem;
}

body[data-page="home"] .luxury-story__copy span {
  color: rgba(25, 21, 18, 0.54);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-page="home"] .luxury-story__copy h3 {
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 0.98;
}

body[data-page="home"] .luxury-social {
  background: #fffaf4;
}

body[data-page="home"] .luxury-social__grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

body[data-page="home"] .luxury-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body[data-page="home"] .luxury-testimonials .testimonial-card {
  min-height: 14rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 237, 222, 0.8));
  border: 1px solid rgba(42, 31, 21, 0.08);
  box-shadow: 0 18px 44px rgba(42, 32, 23, 0.08);
}

body[data-page="home"] .luxury-newsletter {
  background: #171410;
  color: #fff8ee;
}

body[data-page="home"] .luxury-newsletter__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: end;
  padding: clamp(1.25rem, 4vw, 3rem);
  border-radius: clamp(1.4rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at 12% 0%, rgba(181, 122, 29, 0.22), transparent 35%),
    linear-gradient(135deg, #201b16, #15120f);
  border: 1px solid rgba(255, 248, 238, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

body[data-page="home"] .luxury-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
}

body[data-page="home"] .luxury-newsletter__form input {
  min-height: 3.15rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 245, 249, 0.14);
  background: rgba(255, 248, 238, 0.08);
  color: #fff8ee;
  padding: 0 1rem;
}

body[data-page="home"] .luxury-newsletter__form input::placeholder {
  color: rgba(255, 248, 238, 0.54);
}

@media (max-width: 1100px) {
  body[data-page="home"] .luxury-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="home"] .luxury-category-grid {
    grid-template-columns: repeat(5, minmax(13rem, 1fr));
  }
}

@media (max-width: 920px) {
  body[data-page="home"] .site-nav__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 0.8rem;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  body[data-page="home"] .site-nav__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  body[data-page="home"] .luxury-hero__grid,
  body[data-page="home"] .luxury-campaign__grid,
  body[data-page="home"] .luxury-social__grid,
  body[data-page="home"] .luxury-newsletter__panel {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .luxury-hero h1,
  body[data-page="home"] .luxury-hero .lede {
    max-width: 100%;
  }

  body[data-page="home"] .luxury-hero__media {
    min-height: clamp(27rem, 90vw, 40rem);
  }

  body[data-page="home"] .luxury-product-grid,
  body[data-page="home"] .luxury-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .luxury-story,
  body[data-page="home"] .luxury-story--reverse {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .luxury-story--reverse .luxury-story__media {
    order: 0;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .site-topbar__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 1fr;
    padding-inline: 1rem;
  }

  body[data-page="home"] .site-topbar__inner :nth-child(n) {
    justify-self: center;
    justify-content: center;
  }

  body[data-page="home"] .goo-nav {
    width: 100%;
    display: flex !important;
  }

  body[data-page="home"] .goo-nav a.goo-nav__item {
    flex: 1 1 calc(50% - 0.45rem);
  }

  body[data-page="home"] .site-mainnav {
    margin-bottom: 0.8rem;
    padding-inline: 0.35rem;
  }

  body[data-page="home"] .luxury-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem) !important;
  }

  body[data-page="home"] .luxury-hero__meta,
  body[data-page="home"] .luxury-product-grid,
  body[data-page="home"] .luxury-testimonials,
  body[data-page="home"] .luxury-newsletter__form {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .luxury-products__controls,
  body[data-page="home"] .luxury-products__controls .field,
  body[data-page="home"] .luxury-products__controls select,
  body[data-page="home"] .luxury-products__utility .field,
  body[data-page="home"] .luxury-products__utility input {
    width: 100%;
  }

  body[data-page="home"] .luxury-products__header,
  body[data-page="home"] .luxury-products__utility,
  body[data-page="home"] .luxury-chipbar {
    align-items: stretch;
  }

  body[data-page="home"] .luxury-hero__product {
    width: calc(100% - 1rem);
    margin-top: -2rem;
  }
}

body[data-page="shop"] .shop-results__grid,
body[data-page="shop"] .product-grid,
body[data-page="home"] .luxury-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(0.7rem, 1.15vw, 1rem) !important;
}

body[data-page="shop"] .product-card,
body[data-page="home"] .luxury-products .product-card {
  max-width: none !important;
  padding: 0.42rem !important;
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(39, 30, 22, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body[data-page="shop"] .product-card__media,
body[data-page="home"] .luxury-products .product-card__media {
  aspect-ratio: 4 / 4.85 !important;
  border-radius: 0.78rem !important;
  background: #efe4d4;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer .rating,
body[data-page="home"] .luxury-products .product-card__badges,
body[data-page="home"] .luxury-products .product-card__subline,
body[data-page="home"] .luxury-products .product-card__footer .rating {
  display: none !important;
}

body[data-page="shop"] .product-card__info,
body[data-page="home"] .luxury-products .product-card__info {
  align-items: center !important;
  text-align: center;
  gap: 0.36rem !important;
  padding: 0.62rem 0.3rem 0.3rem !important;
}

body[data-page="shop"] .product-card__title h3,
body[data-page="home"] .luxury-products .product-card__title h3 {
  font-size: clamp(0.78rem, 0.9vw, 0.92rem) !important;
  line-height: 1.28 !important;
  letter-spacing: 0.01em;
}

body[data-page="shop"] .price,
body[data-page="home"] .luxury-products .price {
  font-size: 0.78rem;
  font-weight: 760;
}

body[data-page="shop"] .product-card__footer,
body[data-page="home"] .luxury-products .product-card__footer {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  gap: 0.42rem !important;
  margin-top: 0.1rem;
}

body[data-page="shop"] .product-link,
body[data-page="shop"] .add-to-cart-button,
body[data-page="home"] .luxury-products .product-link,
body[data-page="home"] .luxury-products .add-to-cart-button {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  min-height: 2.25rem !important;
  padding: 0 0.58rem !important;
  justify-content: center !important;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.68rem !important;
  font-weight: 780;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body[data-page="shop"] .add-to-cart-button .kakoara-icon,
body[data-page="home"] .luxury-products .add-to-cart-button .kakoara-icon {
  display: none;
}

@media (max-width: 1180px) {
  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid,
  body[data-page="home"] .luxury-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid,
  body[data-page="home"] .luxury-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="shop"] .shop-results__grid,
  body[data-page="shop"] .product-grid,
  body[data-page="home"] .luxury-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="shop"] .product-card__footer,
  body[data-page="home"] .luxury-products .product-card__footer {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.095;
  background-image:
    url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23533b24' stroke-width='2.6' stroke-linecap='round' opacity='.75'%3E%3Cpath d='M34 36c18 18 18 42 0 60M34 36c-18 18-18 42 0 60M146 84c-18-18-18-42 0-60M146 84c18-18 18-42 0-60'/%3E%3Cpath d='M82 36h16v108H82z'/%3E%3Cpath d='M90 44c-18 14-18 32 0 46 18-14 18-32 0-46Zm0 46c-18 14-18 32 0 46 18-14 18-32 0-46Z'/%3E%3Ccircle cx='34' cy='66' r='7'/%3E%3Ccircle cx='146' cy='54' r='7'/%3E%3Cpath d='M24 144h44M112 144h44M24 132l22-22 22 22M112 132l22-22 22 22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 180px 180px;
  background-position: 24px 18px;
}

body[data-theme="dark"]::before {
  opacity: 0.065;
  filter: invert(1) sepia(0.18);
}

.site-topbar__inner {
  width: min(var(--container), calc(100% - 1.25rem)) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.52rem !important;
  min-height: 2.45rem !important;
  padding-block: 0.28rem !important;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-topbar__inner::-webkit-scrollbar {
  display: none;
}

.site-topbar__item,
.site-topbar__item--accent,
.site-topbar__item--link,
.theme-toggle,
.topbar-socials a {
  min-height: 1.82rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(196, 174, 140, 0.24) !important;
  background: rgba(255, 252, 247, 0.66) !important;
  color: rgba(18, 18, 18, 0.78) !important;
  box-shadow: 0 8px 18px rgba(52, 39, 26, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.site-topbar__item {
  padding: 0.2rem 0.62rem !important;
  gap: 0.36rem !important;
}

.site-topbar__item::before,
.theme-toggle::before {
  display: none !important;
}

.topbar-socials {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  flex: 0 0 auto;
}

.topbar-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.86rem;
  padding: 0 !important;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.topbar-socials svg {
  width: 0.86rem;
  height: 0.86rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topbar-socials a:hover,
.topbar-socials a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 253, 0.88) !important;
}

.theme-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  padding: 0 0.56rem !important;
  width: auto !important;
  min-width: auto !important;
}

.theme-toggle__track {
  width: 1.52rem !important;
  height: 1.02rem !important;
  padding: 0.12rem !important;
  border-radius: 999px;
  background: rgba(38, 32, 25, 0.1) !important;
  box-shadow: inset 0 1px 3px rgba(38, 32, 25, 0.16);
}

.theme-toggle__orb {
  width: 0.78rem !important;
  height: 0.78rem !important;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(28, 22, 17, 0.14);
}

.theme-toggle svg {
  width: 0.58rem !important;
  height: 0.58rem !important;
  stroke-width: 1.8;
}

.theme-toggle .moon-icon {
  display: none;
}

.theme-toggle[data-theme="dark"] .sun-icon {
  display: none;
}

.theme-toggle[data-theme="dark"] .moon-icon {
  display: block;
}

.theme-toggle__label {
  color: rgba(18, 18, 18, 0.68) !important;
  font-size: 0.62rem !important;
  font-weight: 760;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

body[data-theme="dark"] {
  background: #0F172A;
  color: rgba(241, 245, 249, 0.9);
  --bg-primary: #0F172A;
  --bg-surface: #1E293B;
  --bg-muted: rgba(51, 65, 85, 0.5);
}

body[data-theme="dark"] .site-header,
body[data-theme="dark"] .site-topbar {
  background: rgba(15, 23, 42, 0.82) !important;
}

body[data-theme="dark"] .site-topbar__item,
body[data-theme="dark"] .site-topbar__item--accent,
body[data-theme="dark"] .site-topbar__item--link,
body[data-theme="dark"] .theme-toggle,
body[data-theme="dark"] .topbar-socials a {
  background: rgba(241, 245, 249, 0.08) !important;
  border-color: rgba(241, 245, 249, 0.14) !important;
  color: rgba(241, 245, 249, 0.84) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body[data-theme="dark"] .theme-toggle__label {
  color: rgba(241, 245, 249, 0.76) !important;
}

.site-nav__inner {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: clamp(0.55rem, 1.1vw, 0.9rem) !important;
}

.site-nav__links {
  width: min(100%, 48rem) !important;
  gap: clamp(0.32rem, 0.72vw, 0.52rem) !important;
  padding: 0.24rem !important;
}

.site-nav__links a,
.site-nav__links .goo-nav__item {
  min-height: 2.32rem !important;
  padding: 0 0.82rem !important;
  font-size: 0.64rem !important;
  letter-spacing: 0.055em !important;
}

a.button,
a.button-ghost,
a.button-secondary,
button.button,
button.button-ghost,
button.button-secondary,
.button,
.button-ghost,
.button-secondary,
.cta-button,
.product-link,
.add-to-cart-button,
.landing-shop__control,
.footer__capture button,
button[type="submit"] {
  min-height: 2.42rem !important;
  padding: 0 0.92rem !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.045em !important;
}

.section,
.section--compact {
  padding-block: clamp(1.8rem, 4vw, 3.65rem) !important;
}

.panel,
.checkout-form,
.summary-card,
.product-card,
.cart-item {
  border-radius: clamp(0.78rem, 1.6vw, 1.05rem) !important;
}

.checkout-form--focused {
  gap: 0.78rem !important;
  padding: clamp(0.82rem, 2vw, 1.15rem) !important;
}

.checkout-step-block {
  gap: 0.62rem !important;
  padding-bottom: 0.76rem !important;
}

.checkout-step-block h2 {
  margin-bottom: 0.52rem !important;
  font-size: clamp(1.15rem, 2.2vw, 1.56rem) !important;
}

.checkout-step-label {
  width: 1.62rem !important;
  height: 1.62rem !important;
  font-size: 0.76rem !important;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.58rem !important;
}

.payment-method {
  min-height: 4.6rem !important;
  padding: 0.82rem 1rem !important;
  border-radius: 1.1rem !important;
  text-align: left;
  background: rgba(255, 252, 247, 0.68) !important;
  border: 1px solid rgba(196, 174, 140, 0.26) !important;
  box-shadow: 0 10px 26px rgba(51, 38, 25, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.payment-method strong {
  display: block;
  margin-bottom: 0.28rem;
  color: rgba(18, 18, 18, 0.86);
  font-size: 0.9rem;
  font-weight: 740;
}

.payment-method .muted {
  color: rgba(18, 18, 18, 0.62);
  font-size: 0.78rem;
  line-height: 1.5;
}

.payment-method.is-active {
  background: linear-gradient(180deg, rgba(31, 27, 22, 0.94), rgba(67, 51, 35, 0.9)) !important;
  border-color: rgba(31, 27, 22, 0.2) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(43, 31, 20, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.payment-method.is-active strong,
.payment-method.is-active .muted {
  color: rgba(255, 250, 242, 0.92) !important;
}

.checkout-submit {
  min-height: 2.55rem !important;
  position: static !important;
  border-radius: 999px !important;
  margin-top: 0.15rem;
}

@media (max-width: 920px) {
  .site-topbar__inner {
    justify-content: flex-start !important;
  }

  .site-nav__links {
    width: min(100%, 36rem) !important;
  }
}

@media (max-width: 640px) {
  .payment-methods {
    grid-template-columns: 1fr !important;
  }

  .topbar-socials a {
    width: 1.72rem;
  }

}

.kakoara-icon {
  --icon-gold: #b57a1d;
  --icon-gold-soft: #e5c07b;
  --icon-stone: #7f1f3c;
  --icon-stone-deep: #2d6c4f;
  filter: drop-shadow(0 0.28rem 0.42rem rgba(50, 36, 23, 0.14));
}

.kakoara-icon span {
  background: linear-gradient(145deg, var(--icon-gold-soft), var(--icon-gold)) !important;
}

.kakoara-icon span:nth-child(2) {
  background: linear-gradient(145deg, var(--icon-stone-deep), var(--icon-stone)) !important;
}

.kakoara-icon span:nth-child(3) {
  background: radial-gradient(circle, rgba(255, 252, 247, 0.92), rgba(229, 192, 123, 0.18) 68%) !important;
}

.site-nav__links,
.site-topbar__inner,
.footer__hero,
.panel,
.product-card,
.summary-card,
.checkout-form,
.auth-modal__panel,
.shop-stage__surface,
.luxury-newsletter__panel {
  position: relative;
  overflow: hidden;
}

.site-nav__links::before,
.site-topbar__inner::before,
.footer__hero::before,
.panel::before,
.product-card::before,
.summary-card::before,
.checkout-form::before,
.auth-modal__panel::before,
.shop-stage__surface::before,
.luxury-newsletter__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23171410' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M48 12v72M30 24c12 10 12 22 0 32M66 24c-12 10-12 22 0 32M22 76h20M54 76h20M22 66l10-10 10 10M54 66l10-10 10 10'/%3E%3Ccircle cx='48' cy='34' r='7'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 96px 96px;
  mix-blend-mode: multiply;
}

.site-nav__links a,
.site-nav__links .goo-nav__item,
.bag-link,
.auth-trigger,
.menu-button {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(242, 232, 217, 0.92)) !important;
  border-color: rgba(191, 169, 137, 0.34) !important;
  box-shadow:
    0 12px 24px rgba(74, 57, 39, 0.11),
    0 3px 8px rgba(74, 57, 39, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -8px 16px rgba(199, 177, 145, 0.14) !important;
}

.site-nav__links a:hover,
.site-nav__links a:focus-visible,
.site-nav__links .goo-nav__item:hover,
.site-nav__links .goo-nav__item:focus-visible,
.bag-link:hover,
.bag-link:focus-visible,
.auth-trigger:hover,
.auth-trigger:focus-visible,
.menu-button:hover,
.menu-button:focus-visible {
  background: linear-gradient(180deg, #fffefa, #f7efe3) !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(74, 57, 39, 0.15),
    0 6px 14px rgba(74, 57, 39, 0.08),
    inset 0 1px 0 #fff,
    inset 0 -8px 15px rgba(199, 177, 145, 0.1) !important;
}

.site-nav__links a[aria-current="page"],
.site-nav__links .goo-nav__item[aria-current="page"] {
  background: linear-gradient(180deg, #eadbc4, #ddc8a8) !important;
  color: #171410 !important;
}

.page-transition-ready {
  animation: kakoaraPageIn 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-transition-out {
  animation: kakoaraPageOut 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes kakoaraPageIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kakoaraPageOut {
  to {
    opacity: 0;
    transform: translateY(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-transition-ready,
  .page-transition-out {
    animation: none !important;
  }
}

a.button,
a.button-ghost,
a.button-secondary,
button.button,
button.button-ghost,
button.button-secondary,
.button,
.button-ghost,
.button-secondary,
.cta-button,
.product-link,
.add-to-cart-button,
.landing-shop__control,
.auth-provider,
.toggle-pill,
.chip,
.size-pill,
.payment-method,
.shop-filter-heading,
.shop-show-all,
.shop-apply,
.footer__capture button,
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  text-transform: uppercase !important;
}

.add-to-cart-button__label,
.add-to-cart-button__label--default,
.add-to-cart-button__label--added {
  text-transform: uppercase !important;
}

.home-shop-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.home-shop-more .button {
  min-width: min(100%, 12rem);
}

.wishlist-link {
  gap: 0.42rem;
}

.wishlist-grid {
  min-height: 18rem;
}

.wishlist-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding: clamp(1.4rem, 4vw, 3rem);
  text-align: center;
}

body:not([data-theme="dark"]) .panel,
body:not([data-theme="dark"]) .product-card,
body:not([data-theme="dark"]) .summary-card,
body:not([data-theme="dark"]) .checkout-form,
body:not([data-theme="dark"]) .cart-item,
body:not([data-theme="dark"]) .story-card,
body:not([data-theme="dark"]) .testimonial-card,
body:not([data-theme="dark"]) .contact-detail-card,
body:not([data-theme="dark"]) .contact-form-card {
  color: #171410 !important;
}

body:not([data-theme="dark"]) .panel p,
body:not([data-theme="dark"]) .product-card p,
body:not([data-theme="dark"]) .summary-card p,
body:not([data-theme="dark"]) .checkout-form p,
body:not([data-theme="dark"]) .cart-item p,
body:not([data-theme="dark"]) .story-card p,
body:not([data-theme="dark"]) .testimonial-card p,
body:not([data-theme="dark"]) .contact-detail-card p,
body:not([data-theme="dark"]) .contact-form-card p,
body:not([data-theme="dark"]) .muted {
  color: rgba(23, 20, 16, 0.72) !important;
}

.footer {
  background:
    linear-gradient(180deg, #efe3d0 0%, #d8c19d 100%) !important;
  color: #171410 !important;
  border-top: 1px solid rgba(70, 49, 27, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(241, 245, 249, 0.72), 0 -22px 60px rgba(55, 38, 20, 0.08) !important;
}

.footer::before {
  opacity: 0.06 !important;
  mix-blend-mode: multiply;
}

.footer__background-portrait {
  opacity: 0.08 !important;
  filter: sepia(0.2) saturate(0.8);
}

.footer__hero,
.footer__signup,
.footer__support-card,
.footer__payment-pill {
  background: rgba(255, 255, 255, 0.52) !important;
  border-color: rgba(86, 60, 31, 0.14) !important;
  color: #171410 !important;
  box-shadow: 0 16px 36px rgba(72, 49, 25, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
}

.footer__hero-copy h2,
.footer__heading,
.footer__support-card strong,
.footer__signup-copy strong,
.footer__payment-pill strong,
.footer__address strong {
  color: #171410 !important;
}

.footer__hero-copy p,
.footer__tagline,
.footer__meta,
.footer__legal,
.footer__address,
.footer__contact-stack,
.footer__list,
.footer__bottom,
.footer__support-card span,
.footer__signup-copy span,
.footer__payment-pill em,
.footer__kicker,
.footer__feature-label,
.footer__support-label {
  color: rgba(23, 20, 16, 0.72) !important;
}

.footer__column a,
.footer__brand-column a,
.footer__list a {
  color: rgba(23, 20, 16, 0.82) !important;
}

.footer__column a:hover,
.footer__column a:focus-visible,
.footer__brand-column a:hover,
.footer__brand-column a:focus-visible {
  color: #7f1f3c !important;
}

.footer__bottom,
.footer__hero {
  border-color: rgba(86, 60, 31, 0.14) !important;
}

.auth-modal {
  z-index: 10000 !important;
}

.auth-modal__backdrop {
  background: rgba(27, 22, 17, 0.36) !important;
  -webkit-backdrop-filter: blur(14px) saturate(0.95);
  backdrop-filter: blur(14px) saturate(0.95);
}

.auth-modal__panel.panel {
  width: min(34rem, calc(100vw - 1.4rem)) !important;
  max-height: min(90vh, 48rem);
  overflow-y: auto;
  padding: clamp(1.1rem, 3vw, 1.6rem) !important;
  border: 1px solid rgba(95, 70, 42, 0.18) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3e6d4 100%) !important;
  color: #171410 !important;
  box-shadow:
    0 32px 80px rgba(30, 22, 15, 0.24),
    0 10px 28px rgba(30, 22, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transform: translateY(10px) scale(0.985);
  transition: transform 220ms ease, opacity 220ms ease;
}

.auth-modal[aria-hidden="false"] .auth-modal__panel.panel {
  transform: translateY(0) scale(1);
}

.auth-modal__panel::before {
  opacity: 0.035 !important;
}

.auth-modal__panel h2,
.auth-modal__panel label,
.auth-modal__panel strong,
.auth-modal__panel .eyebrow,
.auth-modal__panel .auth-trigger__label {
  color: #171410 !important;
}

.auth-modal__panel p,
.auth-modal__panel .muted {
  color: rgba(23, 20, 16, 0.72) !important;
}

.auth-form.checkout-form {
  background: rgba(255, 252, 247, 0.74) !important;
  border-color: rgba(95, 70, 42, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.auth-modal__panel input {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #171410 !important;
  border-color: rgba(95, 70, 42, 0.18) !important;
}

.auth-provider,
.auth-modal__tabs .toggle-pill,
.auth-modal__panel .icon-button {
  color: #171410 !important;
}

.auth-trigger {
  min-width: 2.7rem;
}

.auth-trigger__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .auth-trigger__label {
    display: none;
  }
}

.site-nav__actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(0.42rem, 1vw, 0.68rem);
  min-width: 0;
}

.site-nav__actions .auth-trigger,
.site-nav__actions .bag-link,
.site-nav__actions .menu-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 0;
  height: 2.78rem;
  min-height: 2.78rem;
  padding: 0 0.95rem;
  gap: 0.38rem;
  overflow: visible;
  border: 1px solid rgba(185, 163, 132, 0.34) !important;
  border-radius: 999px;
  background: linear-gradient(180deg, #F7FAFA 0%, #f4eadb 100%) !important;
  color: #171410 !important;
  box-shadow:
    0 13px 25px rgba(65, 48, 31, 0.12),
    0 4px 9px rgba(65, 48, 31, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -9px 16px rgba(178, 154, 119, 0.14) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
}

.site-nav__actions .auth-trigger:hover,
.site-nav__actions .auth-trigger:focus-visible,
.site-nav__actions .bag-link:hover,
.site-nav__actions .bag-link:focus-visible,
.site-nav__actions .menu-button:hover,
.site-nav__actions .menu-button:focus-visible {
  border-color: rgba(168, 143, 107, 0.46) !important;
  background: linear-gradient(180deg, #fffefa 0%, #f8efe2 100%) !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 32px rgba(65, 48, 31, 0.15),
    0 6px 13px rgba(65, 48, 31, 0.08),
    inset 0 1px 0 #fff,
    inset 0 -8px 15px rgba(178, 154, 119, 0.1) !important;
}

.site-nav__actions .auth-trigger:active,
.site-nav__actions .bag-link:active,
.site-nav__actions .menu-button:active {
  background: linear-gradient(180deg, #eadbc5 0%, #ddc8a9 100%) !important;
  transform: translateY(1px) scale(0.985);
}

.site-nav__actions .kakoara-icon {
  width: 1.12rem;
  height: 1.12rem;
  margin: 0;
}

.site-nav__actions .bag-link span,
.site-nav__actions .auth-trigger span,
.site-nav__actions .menu-button span {
  margin-left: 0;
}

.site-nav__actions .auth-trigger__label,
.site-nav__actions .bag-link > span:not(.kakoara-icon),
.site-nav__actions .menu-button > span:not(.kakoara-icon) {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav__actions [data-cart-count],
.site-nav__actions [data-wishlist-count] {
  min-width: 1.14rem;
  height: 1.14rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
}

@media (max-width: 760px) {
  .site-nav__actions {
    justify-content: center;
    gap: 0.34rem;
  }

  .site-nav__actions .auth-trigger,
  .site-nav__actions .bag-link,
  .site-nav__actions .menu-button {
    height: 2.58rem;
    min-height: 2.58rem;
    padding-inline: 0.72rem;
  }

  .site-nav__actions .auth-trigger__label {
    display: inline-flex;
  }
}

.auth-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 1rem !important;
}

.auth-modal[aria-hidden="false"] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.auth-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

.auth-modal__panel.panel {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.site-nav__inner {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(0.55rem, 1.2vw, 1rem) !important;
  width: min(100% - 1.2rem, var(--container)) !important;
  max-width: 1240px !important;
  overflow: visible !important;
}

.site-nav__links {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: clamp(0.22rem, 0.55vw, 0.42rem) !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0.24rem !important;
  overflow: visible !important;
}

.site-nav__links a,
.site-nav__links .goo-nav__item {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  min-height: 2.42rem !important;
  height: 2.42rem !important;
  padding: 0 clamp(0.56rem, 0.82vw, 0.86rem) !important;
  font-size: clamp(0.58rem, 0.64vw, 0.66rem) !important;
  letter-spacing: 0.045em !important;
  line-height: 1 !important;
}

.site-nav__actions {
  flex-wrap: nowrap !important;
  gap: clamp(0.26rem, 0.55vw, 0.44rem) !important;
  min-width: max-content !important;
}

.site-nav__actions .auth-trigger,
.site-nav__actions .bag-link,
.site-nav__actions .menu-button {
  height: 2.42rem !important;
  min-height: 2.42rem !important;
  padding: 0 clamp(0.58rem, 0.76vw, 0.78rem) !important;
  gap: 0.28rem !important;
}

.site-nav__actions .auth-trigger__label,
.site-nav__actions .bag-link > span:not(.kakoara-icon),
.site-nav__actions .menu-button > span:not(.kakoara-icon) {
  font-size: clamp(0.58rem, 0.62vw, 0.64rem) !important;
  letter-spacing: 0.04em !important;
}

.site-nav__actions .kakoara-icon {
  width: 1rem !important;
  height: 1rem !important;
}

@media (max-width: 1080px) {
  .site-nav__inner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    width: calc(100% - 0.8rem) !important;
    gap: 0.45rem !important;
  }

  .brand__logo {
    width: 4.9rem !important;
    height: auto !important;
  }

  .site-nav__links a,
  .site-nav__links .goo-nav__item {
    min-height: 2.28rem !important;
    height: 2.28rem !important;
    padding-inline: 0.5rem !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.025em !important;
  }

  .site-nav__actions .auth-trigger,
  .site-nav__actions .bag-link,
  .site-nav__actions .menu-button {
    height: 2.28rem !important;
    min-height: 2.28rem !important;
    padding-inline: 0.52rem !important;
  }
}

.shop-per-page {
  min-height: 2.72rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgba(185, 163, 132, 0.28);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.66);
  color: rgba(23, 20, 16, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

@media (max-width: 430px) {
  .site-nav__actions .auth-trigger,
  .site-nav__actions .bag-link,
  .site-nav__actions .menu-button {
    padding-inline: 0.62rem;
    gap: 0.3rem;
  }

  .site-nav__actions .auth-trigger__label,
  .site-nav__actions .bag-link > span:not(.kakoara-icon),
  .site-nav__actions .menu-button > span:not(.kakoara-icon) {
    font-size: 0.62rem;
    letter-spacing: 0.035em;
  }
}

.site-header {
  isolation: isolate !important;
  pointer-events: auto !important;
}

.site-nav__filter {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.site-nav__inner,
.site-nav__links,
.site-nav__actions {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

.site-nav__links.goo-nav {
  filter: none !important;
}

.site-nav__links a,
.site-nav__links .goo-nav__item,
.site-nav__actions .auth-trigger,
.site-nav__actions .bag-link,
.site-nav__actions .menu-button {
  position: relative !important;
  z-index: 6 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  border: 1px solid rgba(188, 166, 135, 0.34) !important;
  background: linear-gradient(180deg, #F7FAFA 0%, #f3e8d7 100%) !important;
  color: #171410 !important;
  box-shadow:
    0 15px 28px rgba(63, 46, 28, 0.12),
    0 5px 10px rgba(63, 46, 28, 0.06),
    inset 0 1px 1px rgba(255, 255, 255, 0.98),
    inset 0 -10px 18px rgba(181, 154, 115, 0.16) !important;
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

.site-nav__links a:hover,
.site-nav__links a:focus-visible,
.site-nav__links .goo-nav__item:hover,
.site-nav__links .goo-nav__item:focus-visible,
.site-nav__actions .auth-trigger:hover,
.site-nav__actions .auth-trigger:focus-visible,
.site-nav__actions .bag-link:hover,
.site-nav__actions .bag-link:focus-visible,
.site-nav__actions .menu-button:hover,
.site-nav__actions .menu-button:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(160, 135, 100, 0.48) !important;
  background: linear-gradient(180deg, #fffefa 0%, #f8eddd 100%) !important;
  box-shadow:
    0 20px 36px rgba(63, 46, 28, 0.16),
    0 8px 16px rgba(63, 46, 28, 0.08),
    inset 0 1px 1px #fff,
    inset 0 -8px 16px rgba(181, 154, 115, 0.12) !important;
}

.site-nav__links a[aria-current="page"],
.site-nav__links .goo-nav__item[aria-current="page"] {
  background: linear-gradient(180deg, #ead9c0 0%, #dbc39f 100%) !important;
  border-color: rgba(139, 111, 74, 0.42) !important;
  box-shadow:
    0 9px 18px rgba(63, 46, 28, 0.1),
    inset 0 2px 6px rgba(112, 82, 48, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.62) !important;
}

.footer {
  background:
    radial-gradient(circle at 16% 10%, rgba(154, 103, 59, 0.28), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(123, 31, 60, 0.2), transparent 26%),
    linear-gradient(180deg, #211813 0%, #120f0c 58%, #090807 100%) !important;
  color: #fff8ef !important;
  border-top: 1px solid rgba(255, 236, 205, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 245, 230, 0.1), 0 -24px 64px rgba(32, 22, 13, 0.18) !important;
}

.footer__background-portrait {
  opacity: 0.16 !important;
  filter: sepia(0.18) saturate(0.78) contrast(0.9) brightness(0.7) !important;
}

.footer__background-portrait::after {
  background: linear-gradient(180deg, rgba(18, 13, 10, 0.2), rgba(18, 13, 10, 0.82)) !important;
}

.footer__hero,
.footer__signup,
.footer__support-card,
.footer__payment-pill,
.footer__bottom {
  background: rgba(255, 246, 232, 0.075) !important;
  border-color: rgba(255, 236, 205, 0.14) !important;
  color: #fff8ef !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.footer__capture,
.footer__capture input {
  background: rgba(15, 12, 10, 0.62) !important;
  border-color: rgba(255, 236, 205, 0.14) !important;
  color: #fff8ef !important;
}

.footer__hero-copy h2,
.footer__heading,
.footer__support-card strong,
.footer__signup-copy strong,
.footer__payment-pill strong,
.footer__address strong {
  color: #fff8ef !important;
}

.footer__hero-copy p,
.footer__tagline,
.footer__meta,
.footer__legal,
.footer__address,
.footer__contact-stack,
.footer__list,
.footer__bottom,
.footer__support-card span,
.footer__signup-copy span,
.footer__payment-pill em,
.footer__kicker,
.footer__feature-label,
.footer__support-label {
  color: rgba(255, 248, 239, 0.72) !important;
}

.footer__column a,
.footer__brand-column a,
.footer__list a,
.footer a {
  color: rgba(255, 248, 239, 0.9) !important;
}

.footer__column a:hover,
.footer__column a:focus-visible,
.footer__brand-column a:hover,
.footer__brand-column a:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: #f2c577 !important;
}

.auth-modal[aria-hidden="true"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.auth-modal[aria-hidden="true"] .auth-modal__backdrop,
.auth-modal[aria-hidden="true"] .auth-modal__panel,
.auth-modal[aria-hidden="true"] .auth-modal__panel.panel {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.auth-modal[aria-hidden="false"] {
  display: grid !important;
}

@media (max-width: 420px) {
  .auth-modal__panel.panel {
    grid-template-columns: 1fr !important;
    border-radius: 20px 20px 0 0 !important;
    width: 100% !important;
    max-height: 92vh !important;
    margin-top: auto !important;
    align-self: flex-end !important;
  }

  .auth-modal__art {
    display: none !important;
  }

  .auth-modal__content {
    padding: 16px !important;
  }

  .auth-modal__tabs .toggle-pill {
    font-size: 0.8rem;
    padding: 0 0.7rem;
    min-height: 2.4rem;
  }

  .auth-modal__panel .icon-button {
    width: 36px;
    height: 36px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   index.html Responsive Support
   Makes the landing page fully responsive without altering its
   HTML content or class names.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ Navbar (index.html) â”€â”€â”€ */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--container);
  margin: 0 auto;
  padding: 0.65rem 0;
  position: relative;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  min-width: 2.5rem;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--color-text);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0;
  position: relative;
  transition: color var(--transition);
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

/* â”€â”€â”€ Hero (index.html version) â”€â”€â”€ */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  width: var(--container);
  margin: 0 auto;
}

.hero-copy {
  display: grid;
  gap: 1.2rem;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.94;
}

.hero-copy p {
  margin: 0;
  max-width: 64ch;
  color: var(--color-text-muted);
  line-height: 1.7;
  font-size: 0.96rem;
}

.hero-media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  object-fit: cover;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, 0.5);
}

/* â”€â”€â”€ Product Card Body (index.html) â”€â”€â”€ */
.product-card-body {
  padding: 0.85rem 0 0.5rem;
  display: grid;
  gap: 0.4rem;
}

.product-card-body h3 {
  margin: 0;
  font-size: clamp(0.96rem, 1.8vw, 1.08rem);
  font-weight: 700;
  line-height: 1.2;
}

.product-card-body .price {
  font-size: 1rem;
  font-weight: 800;
}

/* â”€â”€â”€ Section Dark (index.html) â”€â”€â”€ */
.section-dark {
  background: rgba(16, 17, 20, 0.03);
  padding: var(--section-space) 0;
}

/* â”€â”€â”€ Site Footer (index.html) â”€â”€â”€ */
.site-footer {
  padding: 2.5rem 0;
  text-align: center;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  margin-top: var(--section-space);
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

/* â”€â”€â”€ Responsive: Tablet & Below â”€â”€â”€ */
@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    justify-items: center;
  }

  .hero-copy p {
    max-width: 100%;
  }

  .button-row {
    justify-content: center;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0.4rem;
    background: rgba(255, 253, 248, 0.98);
    padding: 1rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
    border: 1px solid var(--color-border);
    z-index: 50;
    display: none;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.7rem 0;
    width: 100%;
    text-align: center;
  }

  .nav-links a::after {
    display: none;
  }

  .navbar {
    position: relative;
  }

  .hero-media {
    grid-template-columns: repeat(3, 1fr);
    max-width: 85%;
    margin: 0 auto;
  }
}

/* â”€â”€â”€ Responsive: Mobile â”€â”€â”€ */
@media (max-width: 640px) {
  .hero-media {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 0.65rem;
  }

  .hero-media img {
    max-width: 75%;
    margin: 0 auto;
  }

  .product-card-body {
    padding: 0.65rem 0 0.35rem;
  }

  .navbar .brand img {
    max-height: 2.2rem;
    width: auto;
  }
}

/* â”€â”€â”€ Responsive: Small Mobile â”€â”€â”€ */
@media (max-width: 480px) {
  .hero-media img {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }
}

/* â”€â”€â”€ Wishlist Badge â”€â”€â”€ */
.k-wish-badge {
  display: none;
  font-size: 10px;
  background: #c8943b;
  color: #fff;
  border-radius: 999px;
  padding: 1px 6px;
  line-height: 1.4;
  min-width: 16px;
  text-align: center;
  margin-left: 4px;
  vertical-align: middle;
}
.k-wish-badge.is-visible {
  display: inline-block;
}


/* === kakoara-interactions.css === */

:root {
  --kakoara-gold: #b57a1d;
  --kakoara-plum: #7f1f3c;
  --kakoara-cream: #ffffff;
  --kakoara-ink: #171410;
  --ease-kakoara: cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-top-button {
  position: fixed;
  right: clamp(1rem, 2.4vw, 1.5rem);
  bottom: clamp(5.1rem, 8vw, 6.2rem);
  z-index: 9998;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(181, 122, 29, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.95), transparent 52%), linear-gradient(180deg, #ffffff 0%, #e7cda5 100%);
  box-shadow: 0 18px 34px rgba(55, 36, 18, 0.18), inset 0 1px 2px rgba(255, 255, 255, 0.96), inset 0 -10px 18px rgba(181, 122, 29, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.8rem) scale(0.92);
  transition: opacity 220ms var(--ease-kakoara), transform 260ms var(--ease-kakoara), box-shadow 220ms var(--ease-kakoara);
}

.scroll-top-button span {
  width: 0.76rem;
  height: 0.76rem;
  border-top: 2px solid #171410;
  border-left: 2px solid #171410;
  transform: translateY(0.18rem) rotate(45deg);
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 24px 44px rgba(55, 36, 18, 0.22), 0 0 0 6px rgba(181, 122, 29, 0.08), inset 0 1px 2px rgba(255, 255, 255, 1), inset 0 -8px 16px rgba(181, 122, 29, 0.11);
}

.scroll-top-button.is-visible {
  animation: scrollBtnAppear 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes scrollBtnAppear {
  0% {
    opacity: 0;
    transform: translateY(1.2rem) scale(0.88);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.scroll-top-button::before {
  content: "Back to top";
  position: absolute;
  right: calc(100% + 0.6rem);
  top: 50%;
  transform: translateY(-50%);
  padding: 0.3rem 0.65rem;
  border-radius: 0.5rem;
  background: rgba(23, 20, 16, 0.85);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
  font-family: inherit;
}

.scroll-top-button:hover::before {
  opacity: 1;
}

.search-button__icon {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
}

.brand__logo {
  display: block !important;
  width: clamp(5.8rem, 9vw, 8.8rem) !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0 10px 18px rgba(54, 35, 18, 0.12));
}

body[data-page="home"] .luxury-hero {
  min-height: min(760px, calc(100vh - 4rem));
  display: grid;
  align-items: center;
  padding-block: clamp(2rem, 5vw, 4.5rem) !important;
  background:
    radial-gradient(circle at 78% 22%, rgba(181, 122, 29, 0.18), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(127, 31, 60, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f1dfc4 58%, #e7cfaa 100%);
  overflow: hidden;
}

body[data-page="home"] .luxury-hero__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.8fr) !important;
  gap: clamp(1rem, 4vw, 4.2rem) !important;
  align-items: center;
}

body[data-page="home"] .luxury-hero__copy .display {
  max-width: 8.4ch;
  color: #101820;
  font-size: clamp(3.9rem, 9.4vw, 8.8rem) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.065em !important;
}

body[data-page="home"] .luxury-hero__copy .lede {
  max-width: 36rem;
  color: rgba(23, 20, 16, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.22rem) !important;
}

body[data-page="home"] .luxury-hero__feature {
  position: relative;
  border-radius: 2.2rem;
  padding: clamp(0.55rem, 1vw, 0.8rem);
  background: rgba(255, 250, 242, 0.62);
  box-shadow: 0 34px 90px rgba(58, 39, 20, 0.18), inset 0 1px 1px rgba(255,255,255,.86);
}

body[data-page="home"] .luxury-hero__media {
  min-height: clamp(22rem, 52vw, 37rem);
  border-radius: 1.75rem !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), transparent),
    var(--kakoara-biscuit, #ead8bd);
  overflow: hidden;
}

body[data-page="home"] .luxury-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: heroFloat 8s var(--ease-kakoara) infinite alternate;
}

body[data-page="home"] .luxury-hero__image-card,
body[data-page="home"] .luxury-hero__overlay {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(181,122,29,.16) !important;
  box-shadow: 0 14px 34px rgba(55,36,18,.16), inset 0 1px 1px rgba(255,255,255,.86) !important;
  backdrop-filter: blur(14px);
}

@keyframes heroFloat {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.07) translate3d(-1.2%, -1.4%, 0); }
}

.reveal,
.animate-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--ease-kakoara), transform 620ms var(--ease-kakoara);
}

.reveal.is-visible,
.animate-on-scroll.visible,
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-topbar__inner {
  justify-content: space-between !important;
}

.kakoara-clock {
  flex: 0 1 auto;
  min-height: 2.42rem;
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  padding: 0.28rem 0.78rem;
  border: 1px solid rgba(181, 122, 29, 0.18);
  border-radius: 999px;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.72), transparent 34%), linear-gradient(180deg, rgba(255, 250, 242, 0.82), rgba(231, 211, 181, 0.48));
  color: #171410;
  box-shadow: 0 10px 24px rgba(55, 36, 18, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

.kakoara-clock__time {
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1;
}

.kakoara-clock__greeting {
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.kakoara-clock__meta {
  color: rgba(23, 20, 16, 0.56);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
}

.site-nav__actions .search-trigger {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 2.42rem !important;
  min-height: 2.42rem !important;
  padding: 0 clamp(0.58rem, 0.76vw, 0.78rem) !important;
  gap: 0.34rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(188, 166, 135, 0.34) !important;
  background: linear-gradient(180deg, #F7FAFA 0%, #f3e8d7 100%) !important;
  color: #171410 !important;
  box-shadow: 0 15px 28px rgba(63, 46, 28, 0.12), 0 5px 10px rgba(63, 46, 28, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.98), inset 0 -10px 18px rgba(181, 154, 115, 0.16) !important;
  transition: transform 220ms var(--ease-kakoara), background 220ms var(--ease-kakoara), box-shadow 220ms var(--ease-kakoara);
}

.site-nav__actions .search-trigger:hover,
.site-nav__actions .search-trigger:focus-visible {
  transform: translateY(-2px) !important;
  background: linear-gradient(180deg, #fffefa 0%, #f8eddd 100%) !important;
}

.search-trigger__label {
  color: inherit;
  font-size: clamp(0.58rem, 0.62vw, 0.64rem);
  font-weight: 820;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.site-search {
  position: fixed;
  inset: 0;
  z-index: 10020 !important;
  display: grid;
  align-items: start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms var(--ease-kakoara), visibility 220ms var(--ease-kakoara);
}

.site-search[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-search__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 14%, rgba(181, 122, 29, 0.22), transparent 28%), rgba(23, 20, 16, 0.48) !important;
  backdrop-filter: blur(10px);
}

.site-search__panel {
  position: relative;
  z-index: 1;
  width: min(42rem, calc(100vw - 2rem));
  margin: clamp(5.5rem, 12vw, 8rem) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 0.65rem;
  align-items: center;
  padding: 0.72rem;
  border: 1px solid rgba(149, 217, 192, 0.2) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.88), transparent 36%), linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(239, 221, 194, 0.94)) !important;
  box-shadow: 0 30px 90px rgba(23, 20, 16, 0.28), 0 10px 26px rgba(181, 122, 29, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.92), inset 0 -12px 24px rgba(127, 31, 60, 0.06) !important;
  transform: translateY(-0.85rem) scale(0.98);
  transition: transform 280ms var(--ease-kakoara);
}

.site-search[aria-hidden="false"] .site-search__panel {
  transform: translateY(0) scale(1);
}

.site-search__panel input {
  min-height: 3rem;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #171410 !important;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
}

.site-search__submit {
  gap: 0.42rem;
  min-height: 2.78rem !important;
  padding-inline: 1.12rem !important;
  border-color: rgba(127, 31, 60, 0.25) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.24), transparent 58%), linear-gradient(180deg, #8f2a4b 0%, #641832 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 15px 30px rgba(127, 31, 60, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 -9px 16px rgba(38, 6, 19, 0.22) !important;
}

.site-search__close {
  min-width: 2.78rem !important;
  min-height: 2.78rem !important;
}

#sort-select[data-luxury-sort-ready="true"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.luxury-sort {
  position: relative;
  width: 100%;
  min-width: min(100%, 18rem);
}

.luxury-sort__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 3.2rem;
  padding: 0 1rem 0 1.22rem;
  border: 1px solid rgba(181, 122, 29, 0.32);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.96), transparent 54%), linear-gradient(180deg, #fffdf9 0%, #f0ddbf 100%);
  color: #171410;
  font-size: 0.9rem;
  font-weight: 560;
  box-shadow: 0 16px 32px rgba(78, 55, 30, 0.14), 0 4px 10px rgba(78, 55, 30, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.96), inset 0 -12px 24px rgba(181, 122, 29, 0.12);
  transition: transform 240ms var(--ease-kakoara), box-shadow 240ms var(--ease-kakoara);
}

.luxury-sort__trigger i {
  width: 0.52rem;
  height: 0.52rem;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 240ms var(--ease-kakoara);
}

.luxury-sort.is-open .luxury-sort__trigger,
.luxury-sort__trigger:hover,
.luxury-sort__trigger:focus-visible {
  transform: translateY(-2px);
}

.luxury-sort.is-open .luxury-sort__trigger i {
  transform: translateY(0.12rem) rotate(225deg);
}

.luxury-sort__menu {
  position: absolute;
  top: calc(100% + 0.48rem);
  right: 0;
  z-index: 60;
  display: grid;
  gap: 0.34rem;
  width: min(21rem, calc(100vw - 2rem));
  padding: 0.5rem;
  border: 1px solid rgba(149, 217, 192, 0.2);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(239, 224, 201, 0.98));
  box-shadow: 0 24px 60px rgba(48, 34, 20, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.86);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.35rem) scale(0.98);
  transform-origin: top right;
  transition: opacity 190ms var(--ease-kakoara), transform 240ms var(--ease-kakoara), visibility 190ms var(--ease-kakoara);
}

.luxury-sort.is-open .luxury-sort__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.luxury-sort__option {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(23, 20, 16, 0.78);
  font-size: 0.86rem;
  font-weight: 560;
  cursor: pointer;
}

.luxury-sort__option:hover,
.luxury-sort__option:focus-visible,
.luxury-sort__option.is-active {
  border-color: rgba(181, 122, 29, 0.22);
  background: rgba(255, 255, 255, 0.58);
  color: #171410;
}

.theme-toggle {
  width: 3.08rem !important;
  height: 3.08rem !important;
  min-width: 3.08rem !important;
  min-height: 3.08rem !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(181, 122, 29, 0.22) !important;
  background: radial-gradient(circle at 48% 38%, #F7FAFA 0 36%, #efe3d0 61%, #d7bd93 100%) !important;
  box-shadow: 0 16px 34px rgba(70, 46, 23, 0.16), 0 5px 12px rgba(70, 46, 23, 0.1), inset 0 1px 2px rgba(255, 255, 255, 1), inset 0 -10px 18px rgba(84, 56, 29, 0.16) !important;
  overflow: visible;
}

.theme-toggle::after {
  content: "";
  position: absolute;
  inset: -0.22rem;
  border-radius: inherit;
  border: 1px solid rgba(181, 122, 29, 0.22);
  background: conic-gradient(from 210deg, transparent 0 68%, rgba(181, 122, 29, 0.86) 74%, rgba(127, 31, 60, 0.72) 84%, transparent 92% 100%);
  z-index: -1;
}

.theme-toggle__track,
.theme-toggle__orb,
.theme-toggle__label {
  display: none !important;
}

.theme-toggle svg {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block !important;
  width: 1.04rem !important;
  height: 1.04rem !important;
  color: #5b3916;
  transform: translate(-50%, -50%);
}

.theme-toggle .moon-icon,
.theme-toggle[data-theme="dark"] .sun-icon {
  opacity: 0;
}

.theme-toggle[data-theme="dark"] .moon-icon {
  opacity: 1;
  color: #f4d28e;
}

.wishlist-button {
  border-radius: 50% !important;
  border-color: rgba(181, 122, 29, 0.24) !important;
  background: radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.96) 0 42%, rgba(242, 225, 198, 0.95) 72%, rgba(213, 184, 139, 0.9) 100%) !important;
  box-shadow: 0 16px 30px rgba(44, 28, 16, 0.18), inset 0 1px 2px rgba(255, 255, 255, 1), inset 0 -10px 18px rgba(181, 122, 29, 0.14) !important;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
  position: relative !important;
  overflow: visible !important;
}

.wishlist-button:hover {
  transform: scale(1.18) !important;
  box-shadow: 0 0 0 4px rgba(181, 122, 29, 0.15), 0 18px 36px rgba(44, 28, 16, 0.22), inset 0 1px 2px rgba(255, 255, 255, 1), inset 0 -10px 18px rgba(181, 122, 29, 0.14) !important;
}

.wishlist-button.is-active {
  background: radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.92) 0 34%, rgba(196, 128, 77, 0.45) 68%, rgba(127, 31, 60, 0.82) 100%) !important;
}

.wishlist-button.is-active:hover {
  box-shadow: 0 0 0 4px rgba(212, 31, 34, 0.18), 0 18px 36px rgba(127, 31, 60, 0.22), inset 0 1px 2px rgba(255, 255, 255, 1) !important;
}

body[data-page="shop"] .product-card__badges,
body[data-page="shop"] .product-card__title,
body[data-page="shop"] .product-card__subline,
body[data-page="shop"] .product-card__footer .rating {
  display: none !important;
}

body[data-page="shop"] .product-card__info {
  gap: 0.65rem !important;
  padding: 0.86rem 0.72rem 0.78rem !important;
  text-align: center;
}

body[data-page="shop"] .product-card__info .price {
  justify-content: center;
  color: #171410 !important;
  font-size: 0.98rem !important;
  font-weight: 860 !important;
  line-height: 1 !important;
}

body[data-page="shop"] .product-card__footer {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.5rem !important;
}

.product-grid {
  gap: clamp(0.75rem, 1.4vw, 1.15rem) !important;
}

.product-card {
  max-width: 100%;
}

.product-card__media {
  min-height: unset !important;
  aspect-ratio: 0.82 / 1 !important;
}

.product-card__media-wrap {
  border-radius: 1rem !important;
}

body:not([data-page="product"]) .product-card__info {
  padding: 0.78rem 0.75rem 0.82rem !important;
}

body:not([data-page="product"]) .product-card__title h3 {
  font-size: clamp(0.92rem, 1.2vw, 1.08rem) !important;
  line-height: 1.08 !important;
}

body[data-page="shop"] .product-link,
body[data-page="shop"] .add-to-cart-button {
  min-height: 2.72rem !important;
  padding-inline: 0.52rem !important;
  font-size: 0.72rem !important;
}

.site-nav__actions .bag-link .kakoara-icon--cart {
  --icon-gold: #c8943b;
  --icon-gold-soft: #f6d18b;
  --icon-stone: #8b6a43;
  --icon-stone-deep: #7f1f3c;
}

.cart-link {
  width: 2.72rem !important;
  min-width: 2.72rem !important;
  padding-inline: 0 !important;
}

.cart-link [data-cart-count] {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1rem;
  height: 1rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  background: #ff5722 !important;
  color: #ffffff !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 4px rgba(255, 87, 34, 0.3) !important;
  line-height: 1;
}

.cart-link.is-cart-spark::after {
  content: "";
  position: absolute;
  inset: -0.4rem;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent, rgba(181,122,29,.42), transparent, rgba(127,31,60,.36), transparent);
  animation: cartSpark 760ms var(--ease-kakoara) both;
  z-index: -1;
}

@keyframes cartSpark {
  from { opacity: 0; transform: scale(.72) rotate(0deg); }
  35% { opacity: 1; }
  to { opacity: 0; transform: scale(1.28) rotate(120deg); }
}

.wishlist-button .kakoara-icon--heart {
  --icon-gold: #f5cf8c;
  --icon-gold-soft: #fff3d7;
  --icon-stone: #8c2949;
  --icon-stone-deep: #5d1830;
  transform: scale(1.05);
}

.wishlist-button .kakoara-icon--heart span:first-child {
  border-radius: 45% 45% 42% 42% !important;
  transform: rotate(45deg) scale(.74);
  left: .26rem !important;
  top: .34rem !important;
  width: .9rem !important;
  height: .9rem !important;
}

.wishlist-button .kakoara-icon--heart span:nth-child(2) {
  left: .22rem !important;
  top: .25rem !important;
  width: .58rem !important;
  height: .58rem !important;
  border-radius: 50% !important;
  transform: none !important;
  background: linear-gradient(145deg, var(--icon-stone), var(--icon-stone-deep)) !important;
}

.wishlist-button .kakoara-icon--heart span:nth-child(3) {
  left: .68rem !important;
  top: .25rem !important;
  width: .58rem !important;
  height: .58rem !important;
  border-radius: 50% !important;
  filter: none !important;
  background: linear-gradient(145deg, var(--icon-stone), var(--icon-stone-deep)) !important;
}

.exit-intent {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms var(--ease-kakoara), visibility 220ms var(--ease-kakoara);
}

.exit-intent[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.exit-intent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 12, 0.48);
  backdrop-filter: blur(12px);
}

.exit-intent__box {
  position: relative;
  z-index: 1;
  width: min(28rem, calc(100vw - 1.5rem));
  padding: clamp(1.15rem, 4vw, 1.8rem);
  border: 1px solid rgba(181,122,29,.22);
  border-radius: 1.6rem;
  background: radial-gradient(circle at 22% 0%, rgba(255,255,255,.82), transparent 38%), linear-gradient(180deg, #ffffff, #ead1aa);
  color: #171410;
  box-shadow: 0 32px 90px rgba(26,18,10,.28), inset 0 1px 1px rgba(255,255,255,.88);
  transform: translateY(0.8rem) scale(.98);
  transition: transform 260ms var(--ease-kakoara);
}

.exit-intent[aria-hidden="false"] .exit-intent__box {
  transform: translateY(0) scale(1);
}

.exit-intent__close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(181,122,29,.18);
  background: rgba(255,255,255,.52);
}

.exit-intent__orb {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  margin-bottom: .8rem;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff, #e8c895);
  box-shadow: 0 14px 32px rgba(127,31,60,.14), inset 0 1px 1px rgba(255,255,255,.9);
}

.exit-intent__box h2 {
  margin: 0.35rem 0 0.45rem;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  line-height: .96;
}

.exit-intent__box p {
  max-width: 32ch;
}

.exit-intent__box .button,
.exit-intent__box .button-ghost,
.exit-intent__close {
  cursor: pointer;
}

.exit-intent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}

.home-collection-edit.luxury-categories {
  background: linear-gradient(180deg, #fbf6ee 0%, #f3e8d8 100%);
}

.luxury-section-heading {
  align-items: end !important;
}

.luxury-section-heading .eyebrow,
.luxury-slider-cta {
  min-height: 2.72rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 0 1rem;
  border: 1px solid rgba(181,122,29,.18);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.9), transparent 55%), linear-gradient(180deg, #F7FAFA, #eee0c9);
  box-shadow: 0 14px 30px rgba(55,36,18,.1), inset 0 1px 1px rgba(255,255,255,.92);
}

.luxury-slider-cta::after {
  content: "â†’";
}

body[data-page="home"] .luxury-category-grid {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(15.5rem, 19rem);
  grid-template-columns: none !important;
  gap: 1.25rem !important;
  overflow-x: auto;
  padding: .35rem .2rem 1rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(181,122,29,.7) rgba(181,122,29,.12);
}

body[data-page="home"] .luxury-category-grid .collection-card {
  scroll-snap-align: start;
  min-height: 28rem;
  border-radius: 1.4rem !important;
  background: linear-gradient(180deg, #ffffff, #f5eee5) !important;
  box-shadow: 0 18px 44px rgba(54,36,18,.12), inset 0 1px 1px rgba(255,255,255,.86) !important;
}

body[data-page="home"] .luxury-category-grid .collection-card__media {
  aspect-ratio: 1 / 1.25;
  border-radius: 1.05rem !important;
  background: #e8dccb;
}

.instagram-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17rem, 24rem);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: .2rem .2rem 1rem;
}

.instagram-slide {
  scroll-snap-align: start;
}

.instagram-carousel__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin-top: .6rem;
}

body[data-page="social"] .section {
  padding-block: clamp(1.7rem, 3.8vw, 3.4rem) !important;
}

body[data-page="social"] .shop-campaign-hero {
  padding-block: clamp(2rem, 4vw, 4rem) !important;
}

body[data-page="social"] .section-heading {
  margin-bottom: clamp(1rem, 2vw, 1.5rem) !important;
}

body[data-page="social"] .full-width-story-band {
  padding-block: clamp(1.2rem, 2.6vw, 2rem) !important;
}

body[data-page="social"] .feed-card,
body[data-page="social"] .creator-card {
  border-radius: 1.1rem !important;
}

.footer::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 7vw, 7rem);
  bottom: clamp(1rem, 4vw, 3rem);
  width: clamp(9rem, 18vw, 17rem);
  aspect-ratio: 3 / 4;
  border-radius: 1.2rem;
  background: url("../images/kakoara-patchwork-atelier-coat-dress.webp") center / cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.86) contrast(0.92);
  pointer-events: none;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.play-badge svg {
  width: .9rem;
  height: .9rem;
  margin-right: .28rem;
}

.auth-modal__panel.panel {
  width: min(58rem, calc(100vw - 1.4rem)) !important;
  grid-template-columns: minmax(16rem, 0.88fr) minmax(0, 1.12fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  border-radius: 2rem !important;
  overflow: hidden !important;
}

.auth-modal__art {
  position: relative;
  min-height: 100%;
  padding: clamp(1.2rem, 3vw, 2rem);
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 25% 18%, rgba(181, 122, 29, 0.18), transparent 28%), radial-gradient(circle at 82% 78%, rgba(127, 31, 60, 0.14), transparent 30%), linear-gradient(180deg, #f6e6cf 0%, #dfc096 100%);
}

.auth-modal__art img {
  position: relative;
  z-index: 2;
  width: min(78%, 15rem);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  padding: 1.1rem;
  background: rgba(255, 250, 242, 0.64);
  box-shadow: 0 24px 54px rgba(73, 49, 25, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.86);
}

.auth-modal__orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(127, 31, 60, 0.2);
  background: rgba(255, 250, 242, 0.42);
}

.auth-modal__orb--one {
  width: 2.2rem;
  height: 2.2rem;
  top: 15%;
  left: 15%;
}

.auth-modal__orb--two {
  width: 1.24rem;
  height: 1.24rem;
  right: 18%;
  bottom: 18%;
}

.auth-modal__content {
  display: grid;
  gap: 0.92rem;
  padding: clamp(1.1rem, 3vw, 1.8rem);
}

@media (max-width: 980px) {
  .auth-modal__panel.panel {
    grid-template-columns: 1fr !important;
  }

  .auth-modal__art {
    min-height: 13rem;
  }

  .auth-modal__art img {
    width: min(11rem, 45vw);
  }
}

@media (max-width: 760px) {
  .site-search__panel {
    grid-template-columns: minmax(0, 1fr) auto !important;
    border-radius: 1.35rem !important;
  }

  .site-search__submit {
    grid-column: 1 / -1;
  }

  .site-search__close {
    grid-column: 2;
    grid-row: 1;
  }

  .luxury-sort {
    min-width: 100%;
  }

  body[data-page="home"] .luxury-category-grid {
    grid-auto-columns: minmax(72vw, 82vw);
  }

  body[data-page="home"] .luxury-hero__grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .luxury-hero__copy .display {
    max-width: 9ch;
    font-size: clamp(3.4rem, 18vw, 5.6rem) !important;
  }

  body[data-page="home"] .luxury-hero__media {
    min-height: 23rem;
  }

  .instagram-carousel__track {
    grid-auto-columns: minmax(78vw, 86vw);
  }

  .exit-intent__actions > * {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .luxury-hero__media img {
    animation: none !important;
  }
}

@media (max-width: 520px) {
  .kakoara-clock__meta,
  .kakoara-clock__greeting {
    display: none;
  }

  .search-trigger__label {
    display: none;
  }

  .site-nav__actions .search-trigger {
    width: 2.58rem !important;
    padding-inline: 0 !important;
  }
}

/* â”€â”€â”€ Premium Social Media Icons â”€â”€â”€ */
.topbar-socials {
  display: flex;
  gap: 0.5rem;
}

.topbar-socials a,
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50% !important;
  border: 1px solid rgba(181, 122, 29, 0.18) !important;
  background: radial-gradient(circle at 48% 34%, rgba(255, 255, 255, 0.92) 0 40%, rgba(245, 235, 220, 0.88) 68%, rgba(225, 208, 182, 0.82) 100%) !important;
  color: rgba(23, 20, 16, 0.68) !important;
  box-shadow: 0 8px 20px rgba(44, 28, 16, 0.10), inset 0 1px 1px rgba(255, 255, 255, 0.92), inset 0 -6px 12px rgba(181, 122, 29, 0.08) !important;
  transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
  position: relative;
  overflow: visible;
  text-decoration: none !important;
}

.topbar-socials a svg,
.footer__social-link svg {
  width: 1.1rem !important;
  height: 1.1rem !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.topbar-socials a:hover,
.footer__social-link:hover {
  transform: translateY(-3px) scale(1.12) !important;
  box-shadow: 0 12px 28px rgba(44, 28, 16, 0.18), 0 0 0 4px rgba(181, 122, 29, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.95) !important;
}

.topbar-socials a:hover svg,
.footer__social-link:hover svg {
  transform: scale(1.15);
}

/* Brand-color hover per platform */
.topbar-socials a[aria-label*="Instagram"]:hover,
.footer__social-link[aria-label*="Instagram"]:hover {
  background: radial-gradient(circle at 30% 30%, #feda77, #d62976 50%, #962fbf 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(214, 41, 118, 0.3), 0 0 0 4px rgba(214, 41, 118, 0.15) !important;
}

.topbar-socials a[aria-label*="TikTok"]:hover,
.footer__social-link[aria-label*="TikTok"]:hover {
  background: linear-gradient(135deg, #00f2ea, #ff0050) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.25), 0 0 0 4px rgba(255, 0, 80, 0.12) !important;
}

.topbar-socials a[aria-label*="Facebook"]:hover,
.footer__social-link[aria-label*="Facebook"]:hover {
  background: linear-gradient(135deg, #1877f2, #0c5dbf) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.3), 0 0 0 4px rgba(24, 119, 242, 0.15) !important;
}

.topbar-socials a[aria-label*="Pinterest"]:hover,
.footer__social-link[aria-label*="Pinterest"]:hover {
  background: linear-gradient(135deg, #bd081c, #8b0614) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(189, 8, 28, 0.3), 0 0 0 4px rgba(189, 8, 28, 0.15) !important;
}

/* Dark mode social icons */
body[data-theme="dark"] .topbar-socials a,
body[data-theme="dark"] .footer__social-link {
  background: radial-gradient(circle at 48% 34%, rgba(30, 41, 59, 0.92) 0%, rgba(15, 23, 42, 0.88) 100%) !important;
  border-color: rgba(241, 245, 249, 0.08) !important;
  color: rgba(241, 245, 249, 0.72) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.05) !important;
}

body[data-theme="dark"] .topbar-socials a:hover,
body[data-theme="dark"] .footer__social-link:hover {
  transform: translateY(-3px) scale(1.12) !important;
}

/* â”€â”€â”€ Enhanced Button States (Best Practices) â”€â”€â”€ */

/* Focus-visible outline for action buttons */
.button:focus-visible,
.button-ghost:focus-visible,
input[type="submit"]:focus-visible,
input[type="button"]:focus-visible,
.add-to-cart-button:focus-visible,
.product-link:focus-visible,
.site-nav__actions button:focus-visible {
  outline: 2px solid var(--kakoara-gold, #b57a1d) !important;
  outline-offset: 2px !important;
}

/* Active state for press feedback */
.button:active,
.button-ghost:active,
.add-to-cart-button:active,
.product-link:active {
  transform: translateY(1px) scale(0.98) !important;
}

/* Disabled state for buttons */
.button:disabled,
.button-ghost:disabled,
.add-to-cart-button:disabled,
.product-link:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  filter: grayscale(0.4) !important;
}

/* Smooth transitions on action buttons */
.button,
.button-ghost,
.add-to-cart-button,
.product-link {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease !important;
}

/* Link hover underline for text links */
.text-link {
  position: relative;
  text-decoration: none !important;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.text-link:hover::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .luxury-sort__trigger,
  .luxury-sort__menu,
  .site-search,
  .site-search__panel,
  .scroll-top-button,
  .theme-toggle,
  .wishlist-button,
  .topbar-socials a,
  .footer__social-link,
  .button,
  .button-ghost,
  .add-to-cart-button,
  .product-link,
  .text-link::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .topbar-socials a:hover,
  .footer__social-link:hover {
    transform: none !important;
  }
}


/* === kakoara-editorial.css === */

/* KAKOARA EDITORIAL 2026 - EXACT MATCH */
:root {
  --kako-bg: #fbf8f1;
  --kako-container: #F7FAFA;
  --kako-ink: #1a1a1a;
  --kako-gray: #9ca3af;
  --kako-light: #f3f4f6;
  --kako-border: #e5e7eb;
  --kako-sans: 'DM Sans', Arial, sans-serif;
  --kako-radius-lg: 32px;
  --kako-radius-md: 24px;
  --kako-radius-sm: 12px;
  --kako-ease: cubic-bezier(.4,0,.2,1);
  --sh-sm: 0 4px 12px rgba(0,0,0,0.05);
  --sh-md: 0 8px 24px rgba(0,0,0,0.08);
}

body[data-page="home"] {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0) 34rem),
    linear-gradient(180deg, #fbf8f1 0%, #F7FAFA 46%, #fbf7ef 100%) !important;
  font-family: var(--kako-sans);
  padding: 2rem 1rem;
}

.kako-main-wrapper {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 246, 0.98), rgba(255, 252, 246, 0) 34rem),
    linear-gradient(180deg, #F7FAFA 0%, #fbf8f1 48%, #F7FAFA 100%);
  max-width: 1400px;
  margin: 0 auto;
  border-radius: var(--kako-radius-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  position: relative;
}

/* â”€â”€ NAV OVERRIDES â”€â”€ */
body[data-page="home"] .site-nav {
  background: transparent !important;
  border-bottom: none !important;
  padding: 1rem 3rem !important;
  position: relative !important;
}

body[data-page="home"] .site-nav .site-width {
  max-width: 100% !important;
  padding: 0 !important;
}

/* â”€â”€ HERO ZONE â”€â”€ */
.kako-hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 3rem 4rem;
  gap: 2rem;
  align-items: center;
}

/* LEFT COLUMN */
.kako-hero-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 2rem;
}

/* Greeting Strip */
.kako-greeting {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--kako-ink);
  line-height: 1.4;
}

.kako-greeting-text {
  max-width: 180px;
}

.kako-greeting-pill {
  height: 48px;
  width: 90px;
  border-radius: 999px;
  object-fit: cover;
}

/* Headline */
.kako-headline {
  font-size: clamp(4rem, 8vw, 6.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0;
  position: relative;
}

.kako-headline-strong {
  font-weight: 700;
  color: var(--kako-ink);
  display: block;
}

.kako-headline-light {
  font-weight: 300;
  color: var(--kako-gray);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.kako-headline-accent {
  width: clamp(80px, 12vw, 120px);
  height: clamp(50px, 8vw, 70px);
  border-radius: 999px;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

/* Subtext & CTA */
.kako-hero-bottom {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}

.kako-subtext {
  font-size: 1rem;
  color: var(--kako-ink);
  max-width: 220px;
  line-height: 1.4;
}

.kako-cta-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.kako-btn-primary {
  background: var(--kako-ink);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.kako-btn-icon {
  background: var(--kako-ink);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s;
}

.kako-btn-icon:hover {
  transform: scale(1.05);
}

/* RIGHT COLUMN */
.kako-hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 600px;
}

.kako-hero-circle {
  position: absolute;
  width: 80%;
  aspect-ratio: 1;
  background: var(--kako-light);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.kako-hero-model {
  position: relative;
  z-index: 2;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
}

/* Floating Elements */
.kako-floating-proof {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.kako-floating-emojis {
  display: flex;
  gap: 0.25rem;
  font-size: 1rem;
}

.kako-floating-text {
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
  color: var(--kako-ink);
}

.kako-scroll-down {
  position: absolute;
  bottom: 2rem;
  right: 0;
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  color: var(--kako-gray);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.kako-scroll-down span {
  display: inline-block;
  transform: rotate(90deg);
}

/* â”€â”€ CATEGORY CARDS â”€â”€ */
.kako-categories {
  padding: 0 4rem 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 10;
  margin-top: -4rem; /* Overlap hero slightly if needed, or adjust */
}

.kako-cat-card {
  background: #fff;
  border-radius: var(--kako-radius-md);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: var(--kako-ink);
  box-shadow: var(--sh-md);
  position: relative;
  transition: transform 0.2s;
  border: 1px solid var(--kako-light);
}

.kako-cat-card:hover {
  transform: translateY(-4px);
}

.kako-cat-img {
  width: 100px;
  height: 100px;
  border-radius: var(--kako-radius-sm);
  object-fit: cover;
  background: var(--kako-light);
}

.kako-cat-info {
  flex: 1;
}

.kako-cat-title {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}

.kako-cat-title strong {
  font-weight: 700;
  display: block;
}

.kako-cat-title span {
  font-weight: 300;
  color: var(--kako-gray);
}

.kako-cat-sub {
  font-size: 0.75rem;
  color: var(--kako-gray);
  margin: 0;
  max-width: 150px;
}

.kako-cat-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--kako-ink);
  font-size: 1.2rem;
}

.kako-cat-card.dark-btn .kako-cat-arrow {
  background: var(--kako-ink);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
}

/* Additional Sections Reset */
.kako-main-wrapper .section {
  padding-block: 4rem !important;
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 1024px) {
  .kako-hero-section {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2rem;
  }
  .kako-hero-left {
    padding: 0;
    align-items: center;
  }
  .kako-headline-light {
    justify-content: center;
  }
  .kako-hero-bottom {
    flex-direction: column;
  }
  .kako-categories {
    padding: 0 2rem 2rem;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}


/* === mobile-optimized.css === */

/* Mobile Optimized Styles for Kakoara */

/* Enhanced Mobile Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Mobile Touch Optimizations */
@media (max-width: 768px) {
  /* Larger touch targets */
  .bag-link {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  
  .site-nav__link {
    padding: 12px 16px;
    font-size: 16px;
  }
  
  .product-card__button {
    padding: 16px;
    font-size: 16px;
    min-height: 48px;
  }
  
  /* Mobile header adjustments */
  .site-header__logo {
    font-size: 1.25rem;
  }
  
  .site-header__logo img {
    width: 32px;
    height: 32px;
  }
  
  /* Mobile navigation */
  .site-nav {
    gap: 12px;
  }
  
  /* Mobile product grid */
  .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
  
  .product-card {
    border-radius: 12px;
  }
  
  .product-card__image {
    height: 240px;
  }
  
  .product-card__content {
    padding: 16px;
  }
  
  /* Mobile animations */
  .product-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .product-card:active {
    transform: scale(0.98);
  }
  
  /* Mobile cart drawer */
  .cart-drawer {
    width: 100%;
  }
  
  .cart-drawer__content {
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  /* Ultra mobile optimizations */
  .site-header {
    padding: 12px 16px;
  }
  
  .site-header__logo span {
    display: none;
  }
  
  .site-nav {
    gap: 8px;
  }
  
  .site-nav__link {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  .products-grid {
    padding: 12px;
  }
  
  .product-card__image {
    height: 200px;
  }
  
  .product-card__title {
    font-size: 1.125rem;
  }
  
  .product-card__price {
    font-size: 1rem;
  }
}

/* Enhanced Animation Classes */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-delay-1 {
  transition-delay: 0.1s;
}

.animate-delay-2 {
  transition-delay: 0.2s;
}

.animate-delay-3 {
  transition-delay: 0.3s;
}

.animate-delay-4 {
  transition-delay: 0.4s;
}

/* Mobile Swipe Gestures */
.swipe-container {
  touch-action: pan-y;
  user-select: none;
}

.swipe-container.dragging {
  cursor: grabbing;
}

/* Mobile Loading States */
.mobile-loading {
  position: relative;
  overflow: hidden;
}

.mobile-loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: mobileLoading 1.5s infinite;
}

@keyframes mobileLoading {
  to { left: 100%; }
}

/* Mobile Form Enhancements */
@media (max-width: 768px) {
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 16px;
    border-radius: 8px;
  }
  
  .checkout-section {
    padding: 16px;
    margin-bottom: 16px;
  }
  
  .payment-methods {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .payment-method {
    padding: 16px;
  }
  
  .checkout-button {
    padding: 16px;
    font-size: 16px;
    min-height: 48px;
  }
}

/* Mobile Performance Optimizations */
@media (max-width: 768px) {
  /* Reduce motion for better performance */
  .product-card:hover {
    transform: none;
  }
  
  .product-card:active {
    transform: scale(0.98);
  }
  
  /* Simplified animations */
  .bag-link:hover {
    transform: none;
  }
  
  .bag-link:active {
    transform: scale(1.1);
  }
}

/* Mobile Accessibility */
@media (max-width: 768px) {
  /* Better focus states */
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 2px solid var(--color-carmin);
    outline-offset: 2px;
  }
  
  /* High contrast mode */
  @media (prefers-contrast: high) {
    .glass-card {
      border: 2px solid var(--color-primary);
    }
  }
  
  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}

/* Mobile Landscape */
@media (max-width: 768px) and (orientation: landscape) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .product-card__image {
    height: 160px;
  }
}

/* Mobile Dark Mode Support */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
  :root {
    --glass-bg: rgba(16, 17, 20, 0.8);
    --glass-border: rgba(255, 255, 255, 0.06);
  }
  
  body {
    background: linear-gradient(135deg, #090b10 0%, #1a1d23 50%, #0f1114 100%);
  }
}


/* === kakoara-enhancements.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Kakoara Enhancements
   Exit popup Â· Purchase modal Â· Brand animations
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --kako-gold: #b57a1d;
  --kako-gold-light: #95D9C0;
  --kako-gold-soft: #ffd79a;
  --kako-burgundy: #7f1f3c;
  --kako-burgundy-light: #D41F22;
  --kako-teal: #0f5e59;
  --kako-teal-light: #1c9e94;
  --kako-cream: #ffffff;
  --kako-warm-white: #ffffff;
  --kako-ink: #121212;
  --kako-success: #2d6c4f;
}

/* â•â•â• HOMEPAGE HERO FIX â•â•â• */
.hero-copy {
  display: grid;
  gap: 1.5rem;
  align-content: center;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(2.9rem, 7vw, 5.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.94;
}

.hero-copy p {
  margin: 0;
  max-width: 48ch;
  color: var(--ink-soft, #2f2b27);
  line-height: 1.7;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
}

.hero-media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
}

.hero-media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg, 24px);
  box-shadow: var(--shadow, 0 20px 60px rgba(15, 23, 42, 0.12));
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.hero-media img:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 28px 70px rgba(17, 17, 15, 0.18);
}

/* â•â•â• EXIT-INTENT POPUP â•â•â• */
.kako-exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(17, 17, 15, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 400ms ease, visibility 400ms ease;
}

.kako-exit-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kako-exit-modal {
  position: relative;
  width: min(520px, calc(100vw - 2rem));
  max-height: 90vh;
  overflow-y: auto;
  background: linear-gradient(160deg, #ffffff, #ffffff, #efe7d8);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 40px 100px rgba(17, 17, 15, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 2.5rem 2rem 2rem;
  transform: scale(0.92) translateY(20px);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
}

.kako-exit-overlay.is-visible .kako-exit-modal {
  transform: scale(1) translateY(0);
}

.kako-exit-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.08);
  color: var(--kako-ink);
  font-size: 1.2rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 220ms ease, transform 220ms ease;
}

.kako-exit-close:hover {
  background: rgba(17, 17, 15, 0.15);
  transform: rotate(90deg);
}

.kako-exit-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  position: relative;
}

.kako-exit-icon svg {
  width: 100%;
  height: 100%;
}

.kako-exit-modal h2 {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 0.6rem;
  color: var(--kako-ink);
}

.kako-exit-modal p {
  margin: 0 0 1.5rem;
  color: #2f2b27;
  line-height: 1.7;
  font-size: 0.95rem;
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}

.kako-exit-offer {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kako-gold), var(--kako-gold-light));
  color: #1e1403;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(181, 122, 29, 0.25);
}

.kako-exit-actions {
  display: grid;
  gap: 0.7rem;
}

.kako-exit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: none;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.kako-exit-btn:hover {
  transform: translateY(-2px);
}

.kako-exit-btn--primary {
  background: linear-gradient(135deg, #121212, #2d2a27);
  color: #fff;
  box-shadow: 0 12px 28px rgba(17, 17, 15, 0.15);
}

.kako-exit-btn--primary:hover {
  box-shadow: 0 18px 36px rgba(17, 17, 15, 0.22);
}

.kako-exit-btn--secondary {
  background: rgba(255, 255, 255, 0.6);
  color: var(--kako-ink);
  border: 1px solid rgba(17, 17, 15, 0.1);
}

.kako-exit-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 28px rgba(17, 17, 15, 0.1);
}

/* â•â•â• PURCHASE CONFIRMATION MODAL â•â•â• */
.kako-purchase-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(17, 17, 15, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 400ms ease, visibility 400ms ease;
}

.kako-purchase-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kako-purchase-modal {
  position: relative;
  width: min(460px, calc(100vw - 2rem));
  background: linear-gradient(160deg, #ffffff, #ffffff);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 40px 100px rgba(17, 17, 15, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 2.5rem 2rem 2rem;
  transform: scale(0.9);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
}

.kako-purchase-overlay.is-visible .kako-purchase-modal {
  transform: scale(1);
}

.kako-purchase-check {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--kako-teal), var(--kako-teal-light));
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px rgba(15, 94, 89, 0.3);
  animation: kakoCheckPop 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kako-purchase-check svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: kakoCheckDraw 500ms ease-out 200ms both;
}

@keyframes kakoCheckPop {
  0% { transform: scale(0); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@keyframes kakoCheckDraw {
  0% { stroke-dashoffset: 50; stroke-dasharray: 50; }
  100% { stroke-dashoffset: 0; }
}

.kako-purchase-modal h2 {
  font-family: "Satoshi", Arial, sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
  color: var(--kako-ink);
}

.kako-purchase-sub {
  color: var(--kako-success);
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 1.2rem;
}

.kako-purchase-details {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}

.kako-purchase-details .detail-row {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  font-size: 0.88rem;
}

.kako-purchase-details .detail-row:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 15, 0.06);
}

.kako-purchase-details .detail-label {
  color: #2f2b27;
}

.kako-purchase-details .detail-value {
  font-weight: 700;
}

.kako-purchase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #121212, #2d2a27);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  width: 100%;
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 12px 28px rgba(17, 17, 15, 0.15);
}

.kako-purchase-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(17, 17, 15, 0.22);
}

/* â•â•â• BRAND AMBIENT ANIMATIONS â•â•â• */
.kako-brand-particle {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  opacity: 0;
  animation: kakoParticleBurst 1.2s ease-out forwards;
}

@keyframes kakoParticleBurst {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0);
  }
}

/* Gold shimmer sweep */
.kako-gold-sweep {
  position: relative;
  overflow: hidden;
}

.kako-gold-sweep::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(240, 188, 91, 0.25) 42%,
    rgba(240, 188, 91, 0.12) 50%,
    transparent 72%
  );
  transform: translateX(-120%);
  pointer-events: none;
}

.kako-gold-sweep:hover::after {
  animation: kakoShimmer 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes kakoShimmer {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

/* Burgundy glow pulse for active states */
@keyframes kakoGlowPulse {
  0%, 100% {
    box-shadow: 0 0 12px rgba(127, 31, 60, 0.15);
  }
  50% {
    box-shadow: 0 0 24px rgba(127, 31, 60, 0.3);
  }
}

.kako-glow-active {
  animation: kakoGlowPulse 2s ease-in-out infinite;
}

/* Teal success ripple */
@keyframes kakoRipple {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 94, 89, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(15, 94, 89, 0);
  }
}

.kako-ripple-active {
  animation: kakoRipple 0.8s ease-out;
}

/* Loading shimmer for brand elements */
@keyframes kakoLoadShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.kako-load-shimmer {
  background: linear-gradient(
    90deg,
    rgba(181, 122, 29, 0.08) 25%,
    rgba(240, 188, 91, 0.18) 50%,
    rgba(181, 122, 29, 0.08) 75%
  );
  background-size: 200% 100%;
  animation: kakoLoadShimmer 1.5s ease-in-out infinite;
}

/* Confetti burst for celebrations */
.kako-confetti-piece {
  position: fixed;
  pointer-events: none;
  z-index: 1101;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  animation: kakoConfettiFall var(--fall-duration, 2s) ease-out forwards;
}

@keyframes kakoConfettiFall {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(var(--fall-distance, 300px)) rotate(var(--rotation, 360deg)) scale(0.5);
  }
}

/* â•â•â• RESPONSIVE â•â•â• */
@media (max-width: 640px) {
  .kako-exit-modal,
  .kako-purchase-modal {
    padding: 2rem 1.2rem 1.5rem;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kako-exit-modal,
  .kako-purchase-modal {
    transform: none;
  }

  .kako-purchase-check {
    animation: none;
  }

  .kako-purchase-check svg {
    animation: none;
  }

  .kako-brand-particle,
  .kako-confetti-piece {
    display: none;
  }

  .kako-gold-sweep::after {
    display: none;
  }
}


/* === anka-redesign.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA â€” PREMIUM FASHION REDESIGN
   Golden-hour craft studio aesthetic.
   Warm golds, browns, ivory, subtle teal accents.
   Cinematic lighting, film grain texture.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer reset, tokens, base, components, hero, sections, footer, animations, responsive;

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DESIGN TOKENS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer tokens {
:root {
  /* â”€â”€â”€ Palette â€” warm luxury, golden hour â”€â”€â”€ */
  --c-gold:      oklch(0.72 0.18 75);
  --c-gold-dim:  oklch(0.62 0.14 75);
  --c-gold-pale: oklch(0.88 0.08 80);
  --c-ivory:     oklch(0.97 0.008 80);
  --c-ivory-dim: oklch(0.94 0.012 78);
  --c-cream:     oklch(0.98 0.005 85);
  --c-brown:     oklch(0.35 0.055 50);
  --c-brown-dim: oklch(0.28 0.045 50);
  --c-charcoal:  oklch(0.18 0.018 60);
  --c-teal:      oklch(0.55 0.08 190);
  --c-teal-dim:  oklch(0.45 0.07 190);
  --c-teal-pale: oklch(0.82 0.035 190);
  --c-white:     oklch(0.995 0.002 80);
  --c-black:     oklch(0.12 0.01 60);

  /* â”€â”€â”€ Surfaces â”€â”€â”€ */
  --surface:     var(--c-ivory);
  --surface-alt: var(--c-cream);
  --surface-warm: oklch(0.93 0.015 72);
  --surface-dark: var(--c-charcoal);
  --border:      oklch(0.88 0.01 75);
  --border-warm: oklch(0.82 0.025 70);

  /* â”€â”€â”€ Text â”€â”€â”€ */
  --text:        var(--c-charcoal);
  --text-soft:   oklch(0.35 0.03 55);
  --text-muted:  oklch(0.55 0.02 60);
  --text-inverse: var(--c-white);
  --text-gold:   var(--c-gold);

  /* â”€â”€â”€ Shadows â”€â”€â”€ */
  --shadow-sm:   0 2px 8px oklch(0 0 0 / 0.04);
  --shadow-md:   0 6px 24px oklch(0 0 0 / 0.06);
  --shadow-lg:   0 12px 48px oklch(0 0 0 / 0.08);
  --shadow-xl:   0 24px 80px oklch(0 0 0 / 0.1);
  --shadow-gold: 0 4px 20px oklch(0.72 0.18 75 / 0.25);
  --shadow-cta:  0 8px 32px oklch(0 0 0 / 0.14);

  /* â”€â”€â”€ Typography â”€â”€â”€ */
  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body:    'Montserrat', system-ui, sans-serif;
  --font-mono:    'DM Mono', 'SF Mono', monospace;

  /* â”€â”€â”€ Spacing â”€â”€â”€ */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* â”€â”€â”€ Radii â”€â”€â”€ */
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --radius-xl:  24px;
  --radius-pill: 9999px;

  /* â”€â”€â”€ Glassmorphism â”€â”€â”€ */
  --glass-bg:    oklch(1 0 0 / 0.72);
  --glass-border: oklch(1 0 0 / 0.3);
  --glass-blur:  16px;
}

/* â”€â”€â”€ Film grain texture via pseudo-element â”€â”€â”€ */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 20000;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* â”€â”€â”€ Base â”€â”€â”€ */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: var(--c-ivory);
  color: var(--text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COMPONENT IMPORTS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer base {
.k-announce {
  background: var(--c-charcoal) !important;
  color: oklch(0.85 0.01 75) !important;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1001;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   THREE-TIER HEADER â€” Topbar + Main Header + Navbar
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ CSS Custom Properties for Header â”€â”€â”€ */
:root {
  --k-topbar-bg:        #1a1410;
  --k-topbar-text:      rgba(255,255,255,0.70);
  --k-topbar-hover:     #c8943b;
  --k-header-bg:        #ffffff;
  --k-header-border:    #E8E4DC;
  --k-header-search-border: #CCCCCC;
  --k-header-search-bg: #FAFAF8;
  --k-header-search-focus: #111111;
  --k-cta-bg:           #C53030;
  --k-cta-text:         #ffffff;
  --k-cta-hover:        #9B2C2C;
  --k-nav-text:         #333333;
  --k-nav-hover:        #111111;
  --k-nav-active-line:  #111111;
  --k-icon:             #444444;
  --k-icon-hover-bg:    #F2F0EA;
  --k-badge-bg:         #C53030;
  --k-badge-text:       #ffffff;
  --k-topbar-height:    34px;
  --k-header-height:    68px;
  --k-nav-height:       44px;
}

/* â”€â”€â”€ TIER 1 â€” TOP BAR â”€â”€â”€ */
.k-topbar {
  background: linear-gradient(135deg, var(--k-topbar-bg), #2a1f14 60%, #1a1410);
  height: var(--k-topbar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 12px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1002;
  border-bottom: 1px solid rgba(200,148,59,0.15);
}
.k-topbar__left {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.k-topbar__left a {
  color: var(--k-topbar-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  transition: color 0.18s, background 0.18s;
}
.k-topbar__left a:hover {
  color: var(--k-topbar-hover);
  background: rgba(255,255,255,0.08);
}
.k-topbar__sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.2);
  margin: 0 4px;
  vertical-align: middle;
}
.k-topbar__center {
  flex: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.k-topbar__announcement {
  display: none;
}
.k-topbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* â”€â”€â”€ Trust Bar (replaces old announcement) â”€â”€â”€ */
.kakoara-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
  transition: all 0.25s ease;
}

.trust-pill:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06));
  border-color: rgba(255,255,255,0.18);
}

.trust-icon {
  color: var(--c-gold-pale, #d4a853);
  font-size: 12px;
  line-height: 1;
}

.clock-pill {
  background: linear-gradient(135deg, var(--c-gold-dim, #b8862c), var(--c-gold, #c8943b));
  color: #fff;
  border: none;
  font-weight: 700;
}

.clock-pill:hover {
  background: linear-gradient(135deg, var(--c-gold, #c8943b), var(--c-gold-pale, #d4a853));
  box-shadow: 0 4px 16px rgba(200,148,59,0.3);
}

#kakoaraClock {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.k-topbar__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.k-topbar__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: all 0.25s;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
}
.k-topbar__socials a:hover { color: #fff; background: var(--k-topbar-hover); border-color: var(--k-topbar-hover); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(200,148,59,0.25); }
.k-topbar__socials svg { width: 16px; height: 16px; fill: currentColor; }

.k-topbar__utils {
  display: flex;
  align-items: center;
  gap: 20px;
}
.k-topbar__utils a {
  color: var(--k-topbar-text);
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.18s;
}
.k-topbar__utils a:hover { color: var(--k-topbar-hover); }

/* Keep .k-topbar__utils for backward compat but prefer new layout classes */

.k-topbar__locale {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--k-topbar-text);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 11.5px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  user-select: none;
}
.k-topbar__locale:hover { background: rgba(255,255,255,0.13); color: var(--k-topbar-hover); }
.k-topbar__locale-flag { font-size: 14px; line-height: 1; }

.k-topbar__locale-select {
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: 11.5px;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
.k-topbar__locale-select option {
  background: #111;
  color: #fff;
}

/* â”€â”€â”€ TIER 2 â€” MAIN HEADER â”€â”€â”€ */
.k-header {
  background: var(--k-header-bg);
  height: var(--k-header-height);
  border-bottom: 1px solid var(--k-header-border);
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 40px;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.k-header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  justify-self: start;
}
.k-header__logo-wordmark {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.k-header__logo-wordmark span {
  color: var(--c-gold-dim);
  font-size: 0.65em;
  vertical-align: super;
  margin-left: 1px;
}
.k-header__logo-sub {
  font-size: 7.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
  margin-top: 0;
  line-height: 1;
  display: block;
}

/* â”€â”€â”€ Logo mark under wordmark â”€â”€â”€ */
.k-header__logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.k-header__logo-mark-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 0;
  position: relative;
}

.k-header__logo-mark-icon svg {
  width: 100%;
  height: 100%;
}

.k-header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  justify-self: start;
  gap: 1px;
}

.k-header__search {
  max-width: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
}
.k-header__search-input {
  flex: 1;
  height: 40px;
  padding: 0 14px;
  border: 1.5px solid var(--k-header-search-border);
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: var(--k-header-search-bg);
  font-family: var(--font-body);
  font-size: 13.5px;
  color: #111;
  outline: none;
  transition: border-color 0.2s;
}
.k-header__search-input::placeholder { color: #AAAAAA; }
.k-header__search-input:focus { border-color: var(--k-header-search-focus); }
.k-header__search-btn {
  height: 40px;
  padding: 0 28px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.k-header__search-btn:hover {
  opacity: 0.82;
}
.k-header__search-btn:hover { opacity: 0.82; }

.k-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: end;
}

.k-header__cta {
  height: 36px;
  padding: 0 18px;
  background: var(--k-cta-bg);
  color: var(--k-cta-text);
  border: none;
  border-radius: 3px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 6px;
}
.k-header__cta:hover { background: var(--k-cta-hover); }

.k-header__icon-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  color: var(--k-icon);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
  position: relative;
}
.k-header__icon-btn:hover {
  background: var(--k-icon-hover-bg);
  color: #111;
}
.k-header__icon-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.k-header__badge {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 16px;
  height: 16px;
  background: var(--k-badge-bg);
  color: var(--k-badge-text);
  font-size: 9px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  pointer-events: none;
  line-height: 1;
}

/* â”€â”€â”€ Icon Button Alignment Fix â”€â”€â”€ */
.k-header__icon-btn svg {
  display: block;
  vertical-align: middle;
}
.k-header__icon-btn.wishlist-link svg {
  transform: translateY(0);
}
.k-header__icon-btn.bag-link {
  position: relative;
}
.k-header__icon-btn.bag-link svg {
  transform: translateY(0);
}
.k-header__icon-btn.bag-link [data-cart-count] {
  display: none;
}

/* â”€â”€â”€ Unified wishlist + bag icon sizing â”€â”€â”€ */
.k-header__icon-btn .k-icon,
.k-header__icon-btn svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

/* â”€â”€â”€ Ensure both icons render consistently â”€â”€â”€ */
.k-header__icon-btn.wishlist-link + .bag-link {
  margin-left: 0;
}

.k-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  color: var(--k-icon);
  transition: background 0.18s, color 0.18s;
}
.k-menu-button:hover {
  background: var(--k-icon-hover-bg);
  color: #111;
}

/* â”€â”€â”€ TIER 3 â€” NAVIGATION BAR â”€â”€â”€ */
.k-navbar {
  background: #fff;
  border-bottom: 1.5px solid #E8E4DC;
  height: var(--k-nav-height);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 36px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 0;
}
.k-navbar::-webkit-scrollbar { display: none; }

.k-navbar__logo-link {
  display: inline-flex;
  align-items: center;
  padding: 0 16px 0 0 !important;
  border-bottom: none !important;
  margin-right: 0;
  text-decoration: none;
}
.k-navbar__logo-wordmark {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.3px;
  line-height: 1;
  white-space: nowrap;
}
.k-navbar__logo-wordmark span {
  color: var(--c-gold-dim);
}
.k-navbar__logo-link:hover {
  border-bottom-color: transparent !important;
  background: transparent !important;
}
.k-navbar__divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #E8E4DC;
  margin: 0 8px;
  flex-shrink: 0;
  vertical-align: middle;
}

.k-navbar__link {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--k-nav-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2.5px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}
.k-navbar__link:hover {
  color: var(--k-nav-hover);
  border-bottom-color: rgba(0,0,0,0.2);
}
.k-navbar__link--active {
  color: var(--k-nav-hover);
  border-bottom-color: var(--k-nav-active-line);
}
.k-navbar__home-link {
  padding: 0 12px 0 0 !important;
  border-bottom: none !important;
  margin-right: 4px;
}
.k-navbar__home-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.k-navbar__home-link:hover {
  border-bottom-color: transparent !important;
  color: var(--k-nav-hover);
}

/* â”€â”€â”€ MOBILE MENU â”€â”€â”€ */
.k-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
}
.k-mobile-menu[aria-hidden="false"] {
  display: block;
}
.k-mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(380px, 85vw);
  background: #fff;
  padding: 24px;
  overflow-y: auto;
  box-shadow: 4px 0 24px rgba(0,0,0,0.1);
}
.k-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E4DC;
}
.k-mobile-menu__close {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.18s;
}
.k-mobile-menu__close:hover {
  background: #F2F0EA;
}
.k-mobile-menu__panel nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}
.k-mobile-menu__panel nav a {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.18s, color 0.18s;
}
.k-mobile-menu__panel nav a:hover {
  background: #F2F0EA;
  color: #111;
}
.k-mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #E8E4DC;
}
.k-mobile-menu__actions select {
  padding: 10px 12px;
  border: 1.5px solid #E8E4DC;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  color: #333;
  background: #FAFAF8;
  cursor: pointer;
}
.k-mobile-menu__actions .k-header__cta {
  width: 100%;
  justify-content: center;
  height: 42px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LANGUAGE / CURRENCY DROPDOWN â€” Beautiful header dropdown
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-topbar__language-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.k-topbar__lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 4px;
  background: rgba(255,255,255,0.07);
  color: var(--k-topbar-text);
  cursor: pointer;
  font-family: inherit;
  font-size: 11.5px;
  transition: background 0.18s, color 0.18s;
  user-select: none;
  white-space: nowrap;
}
.k-topbar__lang-btn:hover {
  background: rgba(255,255,255,0.13);
  color: var(--k-topbar-hover);
}
.k-topbar__lang-current {
  display: flex;
  align-items: center;
  gap: 5px;
}
.k-topbar__lang-flag { font-size: 14px; line-height: 1; }
.k-topbar__lang-name { font-weight: 600; }
.k-topbar__lang-currency { opacity: 0.7; }
.k-topbar__lang-chevron {
  transition: transform 0.25s ease;
}
.k-topbar__lang-btn[aria-expanded="true"] .k-topbar__lang-chevron {
  transform: rotate(180deg);
}

.k-topbar__lang-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 260px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 8px 20px rgba(0,0,0,0.15);
  z-index: 1003;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: top right;
  pointer-events: none;
}
.k-topbar__lang-panel[hidden] {
  display: block !important;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  pointer-events: none;
}
.k-topbar__lang-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.k-topbar__lang-section {
  padding: 8px;
}
.k-topbar__lang-section-title {
  display: block;
  padding: 4px 10px 6px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
}
.k-topbar__lang-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: rgba(255,255,255,0.75);
  font-family: inherit;
  font-size: 12.5px;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, color 0.15s;
}
.k-topbar__lang-opt:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.k-topbar__lang-opt.is-active {
  color: var(--c-gold-pale, #d4a853);
  background: rgba(200, 162, 78, 0.1);
}
.k-topbar__lang-opt-flag { font-size: 16px; }
.k-topbar__lang-opt-name { flex: 1; font-weight: 500; }
.k-topbar__lang-opt-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  margin-right: auto;
  margin-left: 4px;
}
.k-topbar__lang-check {
  display: flex;
  align-items: center;
  color: var(--c-gold-pale, #d4a853);
  opacity: 0;
  transition: opacity 0.15s;
}
.k-topbar__lang-opt.is-active .k-topbar__lang-check {
  opacity: 1;
}
.k-topbar__lang-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 4px 12px;
}

/* â”€â”€â”€ Mobile Language Pills â”€â”€â”€ */
.k-mobile-lang-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.k-mobile-lang-row select { flex: 1; }
.k-mobile-lang-pills {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.k-mobile-lang-pill {
  padding: 6px 10px;
  border: 1.5px solid #E8E4DC;
  border-radius: 4px;
  background: #FAFAF8;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  transition: all 0.18s;
  line-height: 1;
}
.k-mobile-lang-pill:hover {
  border-color: #aaa;
  color: #333;
}
.k-mobile-lang-pill.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

@media (prefers-reduced-motion: reduce) {
  .k-topbar__lang-panel { transition: none !important; }
  .k-topbar__lang-chevron { transition: none !important; }
}

/* â”€â”€â”€ Repsonsive â”€â”€â”€ */
@media (max-width: 820px) {
  .k-topbar { padding: 0 16px; }
  .k-topbar__center { display: none; }
  .k-header { padding: 0 16px; gap: 12px; }
  .k-navbar { padding: 0 8px; justify-content: flex-start; }
  .k-header__search { max-width: 100%; }
  .k-header__logo-sub { display: none; }
  .k-header__icon-btn span { display: none; }
  .k-header__cta { display: none; }
  .k-menu-button { display: flex; }
}

@media (max-width: 640px) {
  .k-topbar__socials { gap: 10px; }
  .k-topbar__socials a { width: 28px; height: 28px; }
  .k-topbar__socials svg { width: 14px; height: 14px; }
  .k-topbar__left { display: none; }
  .k-header__logo-wordmark { font-size: 20px; }
  .k-header { height: 58px; }
  .k-navbar { height: 38px; }
  .k-navbar__link { font-size: 11px; padding: 0 10px; }
  .k-navbar__home-link { padding-right: 8px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .k-topbar__socials a,
  .k-header__icon-btn,
  .k-header__search-btn,
  .k-navbar__link { transition-duration: 0.01ms !important; }
}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO â€” "Craft Studio at Golden Hour"
   Full-bleed, cinematic, warm light, window on left
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer hero {
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HOMEPAGE SECTION STYLES â€” Kakoara Redesign
   Replaces old craft-studio hero and old sections layer
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--c-charcoal, #2c2420);
}
.k-home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.k-home-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: brightness(0.55) contrast(1.05);
}
.k-home-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 16, 12, 0.92) 0%,
    rgba(20, 16, 12, 0.65) 35%,
    rgba(20, 16, 12, 0.2) 65%,
    transparent 100%
  );
}
.k-home-hero__content {
  position: relative;
  z-index: 2;
  padding: var(--space-3xl, 4rem) clamp(1.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vh, 5rem);
  max-width: 680px;
}
.k-home-hero__brand {
  display: block;
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.35em;
  color: var(--c-gold, #c5a255);
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(20px);
}
.k-home-hero__headline {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 1.8rem;
  opacity: 0;
  transform: translateY(30px);
}
.k-home-hero__headline em {
  font-style: italic;
  color: var(--c-gold, #c5a255);
  display: block;
}
.k-home-hero__cta {
  display: inline-block;
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  background: var(--c-gold, #c5a255);
  padding: 0.9rem 2.4rem;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.3s, transform 0.3s, color 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.k-home-hero__cta:hover {
  background: #fff;
  color: var(--c-charcoal, #2c2420);
  transform: translateY(-2px);
}
.k-home-hero__cities {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(20px);
}
.k-home-hero__city {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.65);
}
.k-home-hero__city-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-gold, #c5a255);
  flex-shrink: 0;
}

/* Hero Stats Widget */
.k-home-hero__stats {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: clamp(3rem, 6vh, 5rem);
  z-index: 3;
  display: flex;
  gap: 2rem;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 1.2rem 2rem;
  opacity: 0;
  transform: translateY(30px);
}
.k-home-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.k-home-hero__stat-num {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c-gold, #c5a255);
}
.k-home-hero__stat-label {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
}

/* Hero entrance animation */
.k-home-hero--animate .k-home-hero__brand { animation: fadeSlideUp 0.8s 0.2s forwards; }
.k-home-hero--animate .k-home-hero__headline { animation: fadeSlideUp 0.9s 0.4s forwards; }
.k-home-hero--animate .k-home-hero__cta { animation: fadeSlideUp 0.8s 0.65s forwards; }
.k-home-hero--animate .k-home-hero__cities { animation: fadeSlideUp 0.8s 0.85s forwards; }
.k-home-hero--animate .k-home-hero__stats { animation: fadeSlideUp 0.9s 0.5s forwards; }


/* â”€â”€â”€ COMMON SECTION FRAMEWORK â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
}
.k-home-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.k-home-section__head--wrap {
  flex-wrap: wrap;
}
.k-home-section__title {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: var(--c-charcoal, #2c2420);
  margin: 0;
  letter-spacing: 0.02em;
}
.k-home-view-all {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--c-charcoal, #2c2420);
  text-decoration: none;
  border-bottom: 1px solid var(--c-gold, #c5a255);
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
  white-space: nowrap;
}
.k-home-view-all:hover {
  color: var(--c-gold, #c5a255);
  border-color: var(--c-gold, #c5a255);
}

/* Section separator */
.k-home-section + .k-home-section {
  border-top: 1px solid rgba(44,36,32,0.08);
}


/* â”€â”€â”€ CURATED DESIGNERS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-designers__row {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  scrollbar-width: none;
}
.k-home-designers__row::-webkit-scrollbar { display: none; }
.k-home-designer {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
  gap: 0.6rem;
  transition: transform 0.3s;
}
.k-home-designer:hover {
  transform: translateY(-4px);
}
.k-home-designer__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(44,36,32,0.08);
  transition: border-color 0.3s;
}
.k-home-designer:hover .k-home-designer__img {
  border-color: var(--c-gold, #c5a255);
}
.k-home-designer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.k-home-designer__name {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-charcoal, #2c2420);
}
.k-home-designer__loc {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  color: rgba(44,36,32,0.5);
  letter-spacing: 0.05em;
}


/* â”€â”€â”€ NEW SEASON COLLECTIONS GRID â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-collections__kicker {
  display: block;
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--c-gold, #c5a255);
  margin-bottom: 0.25rem;
}
.k-home-collections__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.k-home-coll-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  text-decoration: none;
  display: block;
}
.k-home-coll-card--large {
  grid-row: span 2;
  min-height: 420px;
}
.k-home-coll-card--sm {
  min-height: 200px;
}
.k-home-coll-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.k-home-coll-card:hover img {
  transform: scale(1.06);
}
.k-home-coll-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(
    to top,
    rgba(20,16,12,0.75) 0%,
    rgba(20,16,12,0.15) 50%,
    transparent 100%
  );
  transition: background 0.4s;
}
.k-home-coll-card:hover .k-home-coll-card__overlay {
  background: linear-gradient(
    to top,
    rgba(20,16,12,0.88) 0%,
    rgba(20,16,12,0.3) 50%,
    transparent 100%
  );
}
.k-home-coll-card__kicker {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--c-gold, #c5a255);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.k-home-coll-card__desc {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 0.8rem;
}
.k-home-coll-card__title {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
.k-home-coll-card__link {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--c-gold, #c5a255);
  margin-top: 0.6rem;
  transition: color 0.3s;
}
.k-home-coll-card:hover .k-home-coll-card__link {
  color: #fff;
}


/* â”€â”€â”€ SHOP BY LIFESTYLE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-lifestyle__row {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.k-home-lifestyle__row::-webkit-scrollbar { display: none; }
.k-home-life-card {
  flex: 0 0 auto;
  width: 180px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  aspect-ratio: 3/4;
  transition: transform 0.3s;
}
.k-home-life-card:hover {
  transform: translateY(-4px);
}
.k-home-life-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.k-home-life-card:hover img {
  transform: scale(1.08);
}
.k-home-life-card__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(to top, rgba(20,16,12,0.8), transparent);
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
}


/* â”€â”€â”€ FEATURED DESIGNERS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-featured__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.k-home-feat-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(44,36,32,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.k-home-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(44,36,32,0.1);
}
.k-home-feat-card__img {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.k-home-feat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.k-home-feat-card:hover .k-home-feat-card__img img {
  transform: scale(1.06);
}
.k-home-feat-card__info {
  padding: 1.2rem;
}
.k-home-feat-card__name {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-charcoal, #2c2420);
  margin: 0 0 0.15rem;
}
.k-home-feat-card__loc {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(44,36,32,0.5);
  display: block;
  margin-bottom: 0.6rem;
}
.k-home-feat-card__desc {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(44,36,32,0.7);
  margin: 0 0 1rem;
}
.k-home-feat-card__link {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--c-gold, #c5a255);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.k-home-feat-card__link:hover {
  border-color: var(--c-gold, #c5a255);
}


/* â”€â”€â”€ CURATED FOR YOU â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-curated__tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(44,36,32,0.08);
}
.k-home-curated__tab {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(44,36,32,0.45);
  background: none;
  border: none;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.k-home-curated__tab::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--c-gold, #c5a255);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.k-home-curated__tab.active,
.k-home-curated__tab:hover {
  color: var(--c-charcoal, #2c2420);
}
.k-home-curated__tab.active::after {
  transform: scaleX(1);
}
.k-home-curated__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.k-home-prod-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(44,36,32,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.k-home-prod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(44,36,32,0.1);
}
.k-home-prod-card__img {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.k-home-prod-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.k-home-prod-card:hover .k-home-prod-card__img img {
  transform: scale(1.06);
}
.k-home-prod-card__wish {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  font-size: 1rem;
  color: var(--c-charcoal, #2c2420);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
}
.k-home-prod-card:hover .k-home-prod-card__wish {
  opacity: 1;
  transform: scale(1);
}
.k-home-prod-card__wish:hover {
  background: var(--c-gold, #c5a255);
  color: #fff;
}
.k-home-prod-card__info {
  padding: 1rem 1.2rem;
}
.k-home-prod-card__name {
  display: block;
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-charcoal, #2c2420);
  text-decoration: none;
  margin-bottom: 0.3rem;
  transition: color 0.3s;
}
.k-home-prod-card__name:hover {
  color: var(--c-gold, #c5a255);
}
.k-home-prod-card__price {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(44,36,32,0.6);
}


/* â”€â”€â”€ HANDCRAFTED / BRAND STORY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-handcrafted {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.k-home-handcrafted__media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.k-home-handcrafted__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.k-home-handcrafted__play {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 0.8rem 1.4rem;
  border-radius: 40px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.k-home-handcrafted__play:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.k-home-handcrafted__play svg {
  width: 24px;
  height: 24px;
}
.k-home-handcrafted__play svg polygon {
  fill: var(--c-charcoal, #2c2420);
}
.k-home-handcrafted__play span {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--c-charcoal, #2c2420);
}
.k-home-handcrafted__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--c-ivory, #f7f4ef);
}
.k-home-handcrafted__title {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--c-charcoal, #2c2420);
  margin: 0 0 2.5rem;
}
.k-home-handcrafted__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.k-home-handcrafted__stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.k-home-handcrafted__stat-num {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--c-gold, #c5a255);
}
.k-home-handcrafted__stat-label {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(44,36,32,0.55);
  letter-spacing: 0.05em;
}


/* â”€â”€â”€ THE EDITORIAL / BLOG â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-editorial__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.k-home-blog-card {
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(44,36,32,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.k-home-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(44,36,32,0.1);
}
.k-home-blog-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.k-home-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.k-home-blog-card:hover .k-home-blog-card__img img {
  transform: scale(1.06);
}
.k-home-blog-card__info {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.k-home-blog-card__title {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-charcoal, #2c2420);
  line-height: 1.35;
  margin: 0 0 0.4rem;
}
.k-home-blog-card__excerpt {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.75rem;
  color: rgba(44,36,32,0.55);
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.k-home-blog-card__link {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--c-gold, #c5a255);
  margin-top: auto;
}


/* â”€â”€â”€ COMMUNITY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-home-community__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.k-home-community__subtitle {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-charcoal, #2c2420);
  margin: 0 0 1rem;
}
.k-home-community__subtext {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(44,36,32,0.4);
  display: block;
  margin-bottom: 1rem;
}

/* Social Grid */
.k-home-community__social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.k-home-community__social-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
}
.k-home-community__social-grid img:hover {
  transform: scale(1.05);
}
.k-home-community__follow {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--c-gold, #c5a255);
}

/* Testimonial */
.k-home-community__testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.k-home-community__quote {
  font-family: var(--f-display, 'Playfair Display', serif);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: var(--c-charcoal, #2c2420);
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}
.k-home-community__author {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(44,36,32,0.5);
  letter-spacing: 0.05em;
}
.k-home-community__dots {
  display: flex;
  gap: 0.4rem;
  margin-top: 1.5rem;
}
.k-home-community__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(44,36,32,0.15);
  cursor: pointer;
  transition: background 0.3s;
}
.k-home-community__dots span.active {
  background: var(--c-gold, #c5a255);
}

/* Global Presence Map */
.k-home-community__presence {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.k-home-community__map {
  position: relative;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 5/3;
  margin-bottom: 1rem;
}
.k-home-community__map-svg {
  width: 100%;
  height: 100%;
  color: var(--c-charcoal, #2c2420);
}
.k-home-community__map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.k-home-community__map-pin::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-gold, #c5a255);
  box-shadow: 0 0 0 3px rgba(197,162,85,0.25);
  animation: pulse-gold 2s infinite;
}
.k-home-community__map-pin span {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--c-charcoal, #2c2420);
  white-space: nowrap;
}
.k-home-community__link {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--c-gold, #c5a255);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.k-home-community__link:hover {
  border-color: var(--c-gold, #c5a255);
}

/* Newsletter */
.k-home-community__newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.k-home-community__perks {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.k-home-community__perks li {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(44,36,32,0.7);
}
.k-home-community__form {
  display: flex;
  gap: 0;
}
.k-home-community__form input {
  flex: 1;
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.78rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(44,36,32,0.15);
  border-right: none;
  border-radius: 0;
  background: #fff;
  color: var(--c-charcoal, #2c2420);
  outline: none;
  transition: border-color 0.3s;
}
.k-home-community__form input:focus {
  border-color: var(--c-gold, #c5a255);
}
.k-home-community__form button {
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  background: var(--c-charcoal, #2c2420);
  border: 1px solid var(--c-charcoal, #2c2420);
  padding: 0.75rem 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.k-home-community__form button:hover {
  background: var(--c-gold, #c5a255);
  border-color: var(--c-gold, #c5a255);
}


/* â”€â”€â”€ SCROLL TO TOP (Global) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9990;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(44,36,32,0.12);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--c-charcoal, #2c2420);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s, transform 0.35s, visibility 0.35s, background 0.3s;
  box-shadow: 0 4px 16px rgba(44,36,32,0.1);
}
.k-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.k-scroll-top:hover {
  background: var(--c-gold, #c5a255);
  color: #fff;
  border-color: var(--c-gold, #c5a255);
}


/* â”€â”€â”€ ANNOUNCEMENT BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.k-announce {
  background: var(--c-charcoal, #2c2420);
  color: rgba(255,255,255,0.8);
  text-align: center;
  font-family: var(--f-body, 'DM Sans', sans-serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.55rem 1rem;
  position: relative;
  z-index: 100;
}

}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CRAFT STORY â€” Brand intro strip
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer sections {
/* Homepage sections moved to hero layer */
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer footer {
.footer {
  background: var(--c-charcoal) !important;
  color: oklch(0.8 0.01 75);
  position: relative;
  overflow: hidden;
}

/* â”€â”€â”€ Newsletter Band â”€â”€â”€ */
.k-footer__newsletter {
  background: linear-gradient(135deg,
    oklch(0.22 0.02 60),
    oklch(0.18 0.018 60) 50%,
    oklch(0.14 0.015 55)
  );
  border-bottom: 1px solid oklch(1 0 0 / 0.06);
  padding: var(--space-2xl) 0;
}

.k-footer__newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
}

.k-footer__newsletter-copy {
  flex: 1;
  min-width: 280px;
}

.k-footer__newsletter-kicker {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-gold-pale);
  margin-bottom: 6px;
  display: block;
}

.k-footer__newsletter-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--c-white);
  margin: 0 0 4px;
  line-height: 1.2;
}

.k-footer__newsletter-text {
  font-size: 0.82rem;
  color: oklch(0.7 0.01 75 / 0.6);
  margin: 0;
  max-width: 420px;
  line-height: 1.6;
}

.k-footer__newsletter-form {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.k-footer__newsletter-form input {
  padding: 12px 18px;
  border: 1.5px solid oklch(1 0 0 / 0.15);
  border-radius: 6px;
  background: oklch(1 0 0 / 0.06);
  color: var(--c-white);
  font-family: var(--font-body);
  font-size: 0.82rem;
  min-width: 240px;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.k-footer__newsletter-form input::placeholder {
  color: oklch(0.7 0.01 75 / 0.35);
}

.k-footer__newsletter-form input:focus {
  border-color: var(--c-gold);
  box-shadow: 0 0 0 3px oklch(0.72 0.18 75 / 0.1);
}

.k-footer__newsletter-btn {
  padding: 12px 28px;
  background: var(--c-gold-dim);
  color: var(--c-charcoal);
  border: none;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.k-footer__newsletter-btn:hover {
  background: var(--c-gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px oklch(0.72 0.18 75 / 0.2);
}

.k-footer__newsletter-btn:active {
  transform: translateY(0);
}

/* â”€â”€â”€ Main Grid â”€â”€â”€ */
.k-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.3fr;
  gap: var(--space-xl);
  padding: var(--space-3xl) 0 var(--space-xl);
}

.k-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.k-footer__col--brand .brand__logo {
  max-width: 120px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
  transition: opacity 0.3s;
}

.k-footer__col--brand .brand__logo:hover {
  opacity: 1;
}

.k-footer__tagline {
  font-size: 0.8rem;
  line-height: 1.7;
  margin: 4px 0 0;
  color: oklch(0.7 0.01 75 / 0.55);
  max-width: 260px;
}

.k-footer__meta {
  font-size: 0.68rem;
  color: oklch(0.72 0.18 75 / 0.3);
  margin: 0 0 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.k-footer__socials {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.k-footer__socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid oklch(1 0 0 / 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(0.7 0.01 75 / 0.35);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-footer__socials a:hover {
  border-color: var(--c-gold);
  color: var(--c-gold-pale);
  background: oklch(0.72 0.18 75 / 0.08);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px oklch(0.72 0.18 75 / 0.1);
}

.k-footer__socials svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* â”€â”€â”€ Column Headings & Links â”€â”€â”€ */
.k-footer__heading {
  font-size: 0.7rem;
  font-weight: 700;
  color: oklch(0.9 0.01 80);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.k-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.k-footer__list a {
  font-size: 0.78rem;
  color: oklch(0.7 0.01 75 / 0.5);
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  width: fit-content;
}

.k-footer__list a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--c-gold);
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-footer__list a:hover {
  color: var(--c-gold-pale);
}

.k-footer__list a:hover::after {
  width: 100%;
}

/* â”€â”€â”€ Studio Card (the twist!) â”€â”€â”€ */
.k-footer__col--studio {
  background: oklch(1 0 0 / 0.02);
  border-radius: var(--radius-md);
  padding: 16px;
  border: 1px solid oklch(1 0 0 / 0.04);
}

.k-footer__studio-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg,
    oklch(0.72 0.18 75 / 0.06),
    oklch(0.55 0.08 190 / 0.04)
  );
  border: 1px solid oklch(0.72 0.18 75 / 0.08);
  transition: all 0.3s ease;
}

.k-footer__studio-card:hover {
  border-color: oklch(0.72 0.18 75 / 0.2);
  background: linear-gradient(135deg,
    oklch(0.72 0.18 75 / 0.1),
    oklch(0.55 0.08 190 / 0.06)
  );
  transform: translateY(-2px);
  box-shadow: 0 8px 24px oklch(0 0 0 / 0.15);
}

.k-footer__studio-icon {
  font-size: 1.2rem;
  color: var(--c-gold-pale);
  line-height: 1;
}

.k-footer__studio-text {
  font-size: 0.75rem;
  color: oklch(0.75 0.01 75 / 0.7);
  line-height: 1.55;
  margin: 0;
}

.k-footer__studio-text strong {
  color: var(--c-white);
  font-weight: 600;
}

.k-footer__studio-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--c-gold-dim);
  color: var(--c-charcoal);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  letter-spacing: 0.02em;
}

.k-footer__studio-cta:hover {
  background: var(--c-gold);
  transform: translateX(4px);
  box-shadow: 0 6px 20px oklch(0.72 0.18 75 / 0.2);
}

.k-footer__studio-badges {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.k-footer__studio-badges span {
  font-size: 0.68rem;
  color: oklch(0.7 0.01 75 / 0.4);
  line-height: 1.6;
}

/* â”€â”€â”€ Bottom Bar â”€â”€â”€ */
.k-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: var(--space-lg) 0;
  border-top: 1px solid oklch(1 0 0 / 0.04);
  font-size: 0.7rem;
  color: oklch(0.7 0.01 75 / 0.35);
}

.k-footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.k-footer__divider {
  color: oklch(1 0 0 / 0.1);
}

.k-footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.k-footer__credit {
  font-style: italic;
  font-family: var(--font-display);
  color: oklch(0.72 0.18 75 / 0.25);
}

.k-footer__payments {
  display: flex;
  gap: 6px;
  align-items: center;
}

.k-footer__payment-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.04);
  border: 1px solid oklch(1 0 0 / 0.06);
  font-size: 0.65rem;
}

.k-footer__payment-pill strong {
  font-weight: 600;
  color: oklch(0.8 0.01 75 / 0.5);
}

.k-footer__payment-pill em {
  font-style: normal;
  color: oklch(0.7 0.01 75 / 0.3);
  font-size: 0.6rem;
}

/* â”€â”€â”€ Responsive Footer â”€â”€â”€ */
@media (max-width: 900px) {
  .k-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .k-footer__col--brand {
    grid-column: 1 / -1;
  }
  .k-footer__col--studio {
    grid-column: 1 / -1;
  }
  .k-footer__newsletter-inner {
    flex-direction: column;
    text-align: center;
  }
  .k-footer__newsletter-copy {
    text-align: center;
  }
  .k-footer__newsletter-text {
    max-width: 100%;
  }
  .k-footer__newsletter-form {
    width: 100%;
    max-width: 420px;
  }
  .k-footer__newsletter-form input {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .k-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
  }
  .k-footer__col--brand {
    grid-column: 1 / -1;
  }
  .k-footer__col--studio {
    grid-column: 1 / -1;
  }
  .k-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
  .k-footer__bottom-right {
    justify-content: center;
  }
  .k-footer__newsletter {
    padding: var(--space-xl) 0;
  }
  .k-footer__newsletter-form {
    flex-direction: column;
  }
  .k-footer__newsletter-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .k-footer__list a::after { transition: none; }
  .k-footer__socials a { transition: none; }
  .k-footer__studio-cta { transition: none; }
  .k-footer__studio-card { transition: none; }
  .k-footer__newsletter-btn { transition: none; }
}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ANIMATIONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer animations {
@keyframes anka-spin {
  to { transform: rotate(360deg); }
}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   UNIFIED PRODUCT GALLERY â€” Filter chips + grid
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-gallery__header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
  text-align: center;
}

.k-gallery__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.k-gallery__title-decor {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--c-gold-dim), transparent);
  border-radius: 2px;
}

.k-gallery__subtitle {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: 0 0 var(--space-xl);
  line-height: 1.6;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* â”€â”€â”€ Filter Chips Bar â”€â”€â”€ */
.k-gallery__chips {
  max-width: 1280px;
  margin: 0 auto var(--space-xl);
  padding: 0 var(--space-lg);
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}

.k-gallery__chips::-webkit-scrollbar { display: none; }

.k-gallery__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 1.5px solid oklch(0.82 0.02 70 / 0.3);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text-soft);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 8px oklch(0 0 0 / 0.03);
}

.k-gallery__chip:hover {
  border-color: oklch(0.72 0.18 75 / 0.35);
  background: oklch(0.97 0.01 80 / 0.8);
  color: var(--text);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px oklch(0.72 0.18 75 / 0.1);
}

.k-gallery__chip.is-active {
  background: linear-gradient(135deg, var(--c-charcoal), oklch(0.22 0.02 55));
  color: var(--c-white);
  border-color: var(--c-charcoal);
  box-shadow: 0 6px 20px oklch(0.12 0.01 60 / 0.2);
}

.k-gallery__chip.is-active:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px oklch(0.12 0.01 60 / 0.3);
}

.k-gallery__chip-label { line-height: 1.2; }

.k-gallery__chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  background: oklch(0 0 0 / 0.08);
  color: inherit;
  line-height: 1;
}

.k-gallery__chip.is-active .k-gallery__chip-count {
  background: oklch(1 0 0 / 0.2);
  color: var(--c-white);
}

/* Sort & count */
.k-gallery__sort-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.k-gallery__sort {
  padding: 8px 32px 8px 14px;
  border: 1.5px solid oklch(0.82 0.02 70 / 0.25);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-soft);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b8174' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: all 0.2s ease;
}

.k-gallery__sort:hover {
  border-color: oklch(0.72 0.18 75 / 0.3);
  color: var(--text);
}

.k-gallery__sort:focus {
  border-color: var(--c-gold-dim);
  box-shadow: 0 0 0 3px oklch(0.72 0.18 75 / 0.1);
}

.k-gallery__count {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  white-space: nowrap;
}

/* â”€â”€â”€ Product Grid â”€â”€â”€ */
.k-gallery__grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-lg) var(--space-3xl);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: clamp(16px, 2vw, 24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  align-items: start;
}

.k-gallery__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 64px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
  background: oklch(1 0 0 / 0.3);
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border);
}

/* â”€â”€â”€ Product Card â”€â”€â”€ */
.k-gallery__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: oklch(1 0 0 / 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid oklch(1 0 0 / 0.4);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 12px oklch(0 0 0 / 0.03);
  animation: k-card-enter 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--card-delay, 0s);
}

@keyframes k-card-enter {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.k-gallery__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px oklch(0 0 0 / 0.08), 0 4px 12px oklch(0 0 0 / 0.04);
  border-color: oklch(0 0 0 / 0.08);
}

.k-gallery__card:active {
  transform: translateY(-2px) scale(0.98);
}

/* â”€â”€â”€ Media â”€â”€â”€ */
.k-gallery__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(180deg, oklch(0.94 0.01 75 / 0.4), oklch(0.9 0.01 70 / 0.3));
}

.k-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.k-gallery__card:hover .k-gallery__media img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.02);
}

/* â”€â”€â”€ Badge â”€â”€â”€ */
.k-gallery__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: oklch(0.72 0.18 75 / 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--c-white);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px oklch(0 0 0 / 0.1);
}

/* â”€â”€â”€ Color dot â”€â”€â”€ */
.k-gallery__color-dot {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid oklch(1 0 0 / 0.7);
  box-shadow: 0 2px 6px oklch(0 0 0 / 0.08);
}

/* â”€â”€â”€ Wishlist â”€â”€â”€ */
.k-gallery__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: oklch(1 0 0 / 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(4px) scale(0.9);
  box-shadow: 0 4px 12px oklch(0 0 0 / 0.06);
}

.k-gallery__card:hover .k-gallery__wishlist,
.k-gallery__wishlist.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.k-gallery__wishlist:hover {
  color: var(--c-gold);
  transform: scale(1.15) !important;
  background: oklch(1 0 0 / 0.95);
  box-shadow: 0 0 0 4px oklch(0.72 0.18 75 / 0.1), 0 12px 28px oklch(0 0 0 / 0.12);
}

.k-gallery__wishlist svg { width: 16px; height: 16px; }
.k-gallery__wishlist.is-active { color: var(--c-gold) !important; }

/* â”€â”€â”€ Info â”€â”€â”€ */
.k-gallery__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 16px 16px;
  flex: 1;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--card-accent, oklch(0.72 0.18 75)), transparent 60%) 1;
}

.k-gallery__card:hover .k-gallery__info {
  border-image: linear-gradient(90deg, var(--card-accent, oklch(0.72 0.18 75)), var(--card-base, oklch(0.55 0.02 60)) 60%, transparent) 1;
}

.k-gallery__category {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-gold-dim);
  margin-bottom: 2px;
}

.k-gallery__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 auto;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.01em;
}

.k-gallery__price {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  margin-top: 8px;
  font-feature-settings: 'tnum' 1;
}

.k-gallery__card:hover .k-gallery__price {
  color: var(--c-gold-dim);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GALLERY RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 820px) {
  .k-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
    gap: 14px;
    padding: 0 var(--space-md) var(--space-2xl);
  }

  .k-gallery__chips {
    padding: 0 var(--space-md);
    gap: 6px;
    margin-bottom: var(--space-lg);
  }

  .k-gallery__chip {
    padding: 6px 14px;
    font-size: 0.72rem;
  }

  .k-gallery__info {
    padding: 10px 12px 12px;
  }

  .k-gallery__name { font-size: 0.78rem; }
  .k-gallery__price { font-size: 0.85rem; }
  .k-gallery__category { font-size: 0.55rem; }

  .k-gallery__wishlist {
    opacity: 1;
    transform: none;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
  }

  .k-gallery__sort-wrap {
    width: 100%;
    justify-content: flex-end;
    margin-top: 4px;
  }

  .k-gallery__chips {
    flex-wrap: wrap;
    justify-content: center;
  }

  .k-gallery__header {
    padding: 0 var(--space-md);
  }
}

@media (max-width: 480px) {
  .k-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 10px var(--space-lg);
  }

  .k-gallery__info {
    padding: 8px 8px 10px;
  }

  .k-gallery__name { font-size: 0.72rem; }
  .k-gallery__price { font-size: 0.8rem; }
  .k-gallery__chip { font-size: 0.68rem; padding: 5px 10px; }
  .k-gallery__chip-count { display: none; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@layer responsive {
@media (max-width: 1024px) {
  .craft-studio__content {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-3xl);
  }

  .craft-studio__right { display: none; }

  .craft-studio__sub {
    margin-left: auto;
    margin-right: auto;
  }

  .craft-studio__actions {
    justify-content: center;
  }

  .craft-studio__accents {
    justify-content: center;
  }

  .craft-story {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }

  .craft-spotlight__inner {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
    text-align: center;
  }

  .craft-spotlight__text { margin: 0 auto var(--space-lg); }
  .craft-spotlight__visual { max-width: 400px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .craft-studio { min-height: 70vh; }
  .craft-studio::before { width: 100%; opacity: 0.3; }

  .craft-studio__headline {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .craft-studio__cta {
    padding: 13px 24px;
    font-size: 0.82rem;
  }

  .craft-studio__accents {
    flex-wrap: wrap;
    gap: var(--space-md);
  }

  .craft-story {
    padding: var(--space-2xl) var(--space-md);
  }

  .anka-section {
    padding: var(--space-lg) var(--space-md);
  }

  .anka-card {
    width: 180px;
  }

  .anka-card__info {
    padding: 10px 12px 12px;
  }

  .anka-card__name { font-size: 0.75rem; }
  .anka-card__price { font-size: 0.8rem; }

  .anka-card__wishlist {
    opacity: 1;
    transform: none;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
  }

  .craft-spotlight {
    padding: var(--space-2xl) var(--space-md);
  }

  .anka-newsletter { padding: var(--space-xl) var(--space-md); }
  .anka-newsletter__inner { padding: var(--space-xl) var(--space-md); }
  .anka-newsletter__form { flex-direction: column; }

  .footer__grid {
    grid-template-columns: 1fr !important;
    gap: var(--space-xl);
    padding: var(--space-xl) var(--space-md);
  }

  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .anka-card { width: 155px; }
  .anka-row { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  body::before { display: none; }
}
}

/* â”€â”€â”€ Hide #shop-grid until gallery initializes (prevents app.js flash) â”€â”€â”€ */
#shop-grid:not(.sg-loaded) {
  visibility: hidden;
  min-height: 200px;
}

/* â”€â”€â”€ Allow skeleton loading to be visible even before gallery init â”€â”€â”€ */
#shop-grid .sg-loading {
  visibility: visible;
}

/* â”€â”€â”€ When shop gallery loads, collapse sidebar layout â”€â”€â”€ */
.kako-shop-layout:has(#shop-grid.sg-loaded) {
  grid-template-columns: 1fr !important;
}

.kako-shop-layout:has(#shop-grid.sg-loaded) .kako-sidebar-modern,
.kako-shop-layout:has(#shop-grid.sg-loaded) #kako-sidebar {
  display: none !important;
}

.kako-shop-layout:has(#shop-grid.sg-loaded) .kako-shop-main {
  max-width: 100% !important;
}

.kako-shop-layout:has(#shop-grid.sg-loaded) .kako-toolbar {
  display: none !important;
}

.kako-shop-layout:has(#shop-grid.sg-loaded) .kako-mobile-filter-btn {
  display: none !important;
}

.kako-shop-layout:has(#shop-grid.sg-loaded) #kako-pagination {
  display: none !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SHOP GALLERY â€” Unified product grid with filter chips
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Performance: lazy image loading */
.sg-card__img--lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sg-card__img--lazy.sg-card__img--loaded {
  opacity: 1;
}
.sg-card {
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.sg-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-warm);
}

.sg-toolbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.sg-toolbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.sg-toolbar__count {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* â”€â”€â”€ Search Input â”€â”€â”€ */
.sg-search {
  flex: 1;
  max-width: 280px;
  padding: 8px 14px 8px 36px;
  border: 1.5px solid oklch(0.82 0.02 70 / 0.25);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text);
  outline: none;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238b8174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
}

.sg-search::placeholder {
  color: var(--text-muted);
}

.sg-search:focus {
  border-color: var(--c-gold-dim);
  box-shadow: 0 0 0 3px oklch(0.72 0.18 75 / 0.1), inset 0 0 0 1px oklch(0.72 0.18 75 / 0.1);
  max-width: 360px;
}

@media (max-width: 640px) {
  .sg-search { max-width: 100%; }
  .sg-search:focus { max-width: 100%; }
}

.sg-sort {
  padding: 8px 32px 8px 14px;
  border: 1.5px solid oklch(0.82 0.02 70 / 0.25);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-soft);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b8174' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: all 0.2s ease;
}

.sg-sort:hover {
  border-color: oklch(0.72 0.18 75 / 0.3);
  color: var(--text);
}

.sg-sort:focus {
  border-color: var(--c-gold-dim);
  box-shadow: 0 0 0 3px oklch(0.72 0.18 75 / 0.1);
}

/* â”€â”€â”€ Filter Chips â”€â”€â”€ */
.sg-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.sg-chips::-webkit-scrollbar { display: none; }

.sg-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 1.5px solid oklch(0.82 0.02 70 / 0.3);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text-soft);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 8px oklch(0 0 0 / 0.03);
}

.sg-chip:hover {
  border-color: oklch(0.72 0.18 75 / 0.35);
  background: oklch(0.97 0.01 80 / 0.8);
  color: var(--text);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px oklch(0.72 0.18 75 / 0.1);
}

.sg-chip.is-active {
  background: linear-gradient(135deg, var(--c-charcoal), oklch(0.22 0.02 55));
  color: var(--c-white);
  border-color: var(--c-charcoal);
  box-shadow: 0 6px 20px oklch(0.12 0.01 60 / 0.2);
}

.sg-chip.is-active:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px oklch(0.12 0.01 60 / 0.3);
}

.sg-chip__label { line-height: 1.2; }

.sg-chip__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  background: oklch(0 0 0 / 0.08);
  color: inherit;
  line-height: 1;
}

.sg-chip.is-active .sg-chip__count {
  background: oklch(1 0 0 / 0.2);
  color: var(--c-white);
}

/* â”€â”€â”€ Product Grid â”€â”€â”€ */
.sg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: clamp(16px, 2vw, 24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  align-items: start;
}

.sg-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 64px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
  background: oklch(1 0 0 / 0.3);
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border);
}

/* â”€â”€â”€ Product Card â”€â”€â”€ */
.sg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: oklch(1 0 0 / 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid oklch(1 0 0 / 0.4);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 12px oklch(0 0 0 / 0.03);
  animation: sg-card-enter 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--card-delay, 0s);
}

@keyframes sg-card-enter {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.sg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px oklch(0 0 0 / 0.08), 0 4px 12px oklch(0 0 0 / 0.04);
  border-color: oklch(0 0 0 / 0.08);
}

.sg-card:active {
  transform: translateY(-2px) scale(0.98);
}

/* â”€â”€â”€ Media â”€â”€â”€ */
.sg-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(180deg, oklch(0.94 0.01 75 / 0.4), oklch(0.9 0.01 70 / 0.3));
}

.sg-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.sg-card:hover .sg-card__media img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.02);
}

/* â”€â”€â”€ Badge â”€â”€â”€ */
.sg-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: oklch(0.72 0.18 75 / 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--c-white);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px oklch(0 0 0 / 0.1);
}

/* â”€â”€â”€ Color dot â”€â”€â”€ */
.sg-card__color-dot {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid oklch(1 0 0 / 0.7);
  box-shadow: 0 2px 6px oklch(0 0 0 / 0.08);
}

/* â”€â”€â”€ Wishlist â”€â”€â”€ */
.sg-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: oklch(1 0 0 / 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(4px) scale(0.9);
  box-shadow: 0 4px 12px oklch(0 0 0 / 0.06);
}

.sg-card:hover .sg-card__wishlist,
.sg-card__wishlist.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sg-card__wishlist:hover {
  color: var(--c-gold);
  transform: scale(1.15) !important;
  background: oklch(1 0 0 / 0.95);
  box-shadow: 0 0 0 4px oklch(0.72 0.18 75 / 0.1), 0 12px 28px oklch(0 0 0 / 0.12);
}

.sg-card__wishlist svg { width: 16px; height: 16px; }
.sg-card__wishlist.is-active { color: var(--c-gold) !important; }

/* â”€â”€â”€ Info â”€â”€â”€ */
.sg-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 16px 16px;
  flex: 1;
  border-top: 1px solid var(--border-warm);
}

.sg-card__category {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-gold-dim);
  margin-bottom: 2px;
}

.sg-card__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 auto;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.01em;
}

.sg-card__price {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  margin-top: 8px;
  font-feature-settings: 'tnum' 1;
}

.sg-card:hover .sg-card__price {
  color: var(--c-gold-dim);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SHOP GALLERY RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 820px) {
  .sg-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
    gap: 14px;
  }

  .sg-chips {
    gap: 6px;
    margin-bottom: 16px;
  }

  .sg-chip {
    padding: 6px 14px;
    font-size: 0.72rem;
  }

  .sg-card__info { padding: 10px 12px 12px; }
  .sg-card__name { font-size: 0.78rem; }
  .sg-card__price { font-size: 0.85rem; }
  .sg-card__category { font-size: 0.55rem; }

  .sg-card__wishlist {
    opacity: 1;
    transform: none;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
  }

  .sg-chips {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .sg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .sg-card__info { padding: 8px 8px 10px; }
  .sg-card__name { font-size: 0.72rem; }
  .sg-card__price { font-size: 0.8rem; }
  .sg-chip { font-size: 0.68rem; padding: 5px 10px; }
  .sg-chip__count { display: none; }

  .sg-toolbar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SHOP HERO â€” Editorial banner
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.sg-hero {
  position: relative;
  min-height: clamp(22rem, 38vw, 32rem);
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 20% 40%, oklch(0.72 0.18 75 / 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, oklch(0.55 0.08 190 / 0.06) 0%, transparent 40%),
    linear-gradient(165deg,
      oklch(0.22 0.02 60) 0%,
      oklch(0.18 0.018 60) 40%,
      oklch(0.14 0.015 55) 100%
    );
  color: var(--c-white);
}

.sg-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      oklch(1 1 1 / 0.015) 2px,
      oklch(1 1 1 / 0.015) 4px
    );
  opacity: 0.5;
}

.sg-hero__content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) var(--space-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sg-hero__left {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sg-hero__right {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.sg-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 12px;
  border-radius: var(--radius-pill);
  background: oklch(1 1 1 / 0.08);
  border: 1px solid oklch(1 1 1 / 0.1);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-gold-pale);
  margin-bottom: var(--space-lg);
  width: fit-content;
  backdrop-filter: blur(4px);
}

.sg-hero__kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-gold);
  animation: pulse-gold 2s ease-in-out infinite;
}

.sg-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0 0 var(--space-md);
  color: var(--c-white);
}

.sg-hero__title em {
  font-style: italic;
  color: var(--c-gold-pale);
}

.sg-hero__desc {
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: oklch(0.85 0.01 75 / 0.8);
  max-width: 460px;
  margin: 0 0 var(--space-xl);
}

.sg-hero__actions {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.sg-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1.5px solid transparent;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.sg-hero__btn--primary {
  background: linear-gradient(135deg, var(--c-gold-dim), var(--c-gold));
  color: var(--c-charcoal);
  box-shadow: 0 8px 28px oklch(0.72 0.18 75 / 0.25);
}

.sg-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px oklch(0.72 0.18 75 / 0.35);
}

.sg-hero__btn--secondary {
  background: oklch(1 1 1 / 0.08);
  color: var(--c-white);
  border-color: oklch(1 1 1 / 0.15);
  backdrop-filter: blur(8px);
}

.sg-hero__btn--secondary:hover {
  background: oklch(1 1 1 / 0.15);
  transform: translateY(-2px);
}

/* â”€â”€â”€ Hero Visual Grid â”€â”€â”€ */
.sg-hero__visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.sg-hero__vis-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: oklch(1 1 1 / 0.04);
  border: 1px solid oklch(1 1 1 / 0.06);
  aspect-ratio: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sg-hero__vis-item:hover {
  transform: scale(1.04);
}

.sg-hero__vis-item--tall {
  grid-row: span 2;
}

.sg-hero__vis-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  opacity: 0.7;
}

.sg-hero__vis-item:hover img {
  opacity: 1;
  transform: scale(1.08);
}

.sg-hero__vis-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: 999px;
  background: oklch(0 0 0 / 0.5);
  backdrop-filter: blur(8px);
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--c-white);
  letter-spacing: 0.06em;
}

.sg-hero__stats {
  position: absolute;
  bottom: -1rem;
  right: 0;
  display: flex;
  gap: 6px;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  background: oklch(1 1 1 / 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px oklch(0 0 0 / 0.12);
  animation: heroFloat 4s ease-in-out infinite;
  border: 1px solid oklch(1 1 1 / 0.3);
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.sg-hero__stat {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid oklch(0 0 0 / 0.08);
}

.sg-hero__stat:last-child { border-right: none; }

.sg-hero__stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--c-charcoal);
  font-family: var(--font-display);
}

.sg-hero__stat span {
  font-size: 0.62rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .sg-hero__content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2rem var(--space-md);
  }
  .sg-hero__kicker { margin: 0 auto var(--space-lg); }
  .sg-hero__desc { margin: 0 auto var(--space-xl); }
  .sg-hero__actions { justify-content: center; }
  .sg-hero__right { display: none; }
  .sg-hero { min-height: auto; }
}

/* â”€â”€â”€ Skeleton Loading â”€â”€â”€ */
.sg-loading {
  padding: 0;
}

.sg-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.sg-skeleton-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: oklch(1 0 0 / 0.5);
  border: 1px solid oklch(0.9 0.01 75 / 0.3);
}

.sg-skeleton-media {
  aspect-ratio: 3 / 4;
  background: linear-gradient(110deg, oklch(0.92 0.01 75) 30%, oklch(0.97 0.005 80) 50%, oklch(0.92 0.01 75) 70%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.sg-skeleton-line {
  height: 12px;
  margin: 12px 14px 0;
  border-radius: 6px;
  background: linear-gradient(110deg, oklch(0.92 0.01 75) 30%, oklch(0.97 0.005 80) 50%, oklch(0.92 0.01 75) 70%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.sg-skeleton-line--short {
  width: 40%;
  height: 8px;
  margin-top: 16px;
}

.sg-skeleton-line--medium {
  width: 60%;
  margin-bottom: 16px;
}

@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (max-width: 820px) {
  .sg-skeleton-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .sg-skeleton-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sg-card {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .sg-skeleton-media,
  .sg-skeleton-line {
    animation: none !important;
    background: oklch(0.92 0.01 75);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   K-HERO â€” Glassmorphism Photo Grid
   21st-century frosted glass, floating cards, warm golden-hour
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-hero {
  position: relative;
  height: 86vh;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 80% 60% at 25% 50%, oklch(0.72 0.18 75 / 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 30%, oklch(0.55 0.08 190 / 0.04) 0%, transparent 40%),
    linear-gradient(165deg,
      oklch(0.18 0.018 60) 0%,
      oklch(0.14 0.015 55) 35%,
      oklch(0.12 0.012 50) 65%,
      oklch(0.16 0.015 58) 100%
    );
}

/* â”€â”€â”€ Ambient orbs â”€â”€â”€ */
.k-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.k-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

.k-hero__orb--1 {
  width: 500px;
  height: 500px;
  top: -15%;
  left: -8%;
  background: oklch(0.72 0.18 75 / 0.25);
  animation: orbFloat1 18s ease-in-out infinite;
}

.k-hero__orb--2 {
  width: 350px;
  height: 350px;
  bottom: -10%;
  right: 5%;
  background: oklch(0.55 0.08 190 / 0.12);
  animation: orbFloat2 22s ease-in-out infinite;
}

.k-hero__orb--3 {
  width: 250px;
  height: 250px;
  top: 40%;
  left: 50%;
  background: oklch(0.62 0.14 75 / 0.1);
  animation: orbFloat3 15s ease-in-out infinite;
}

@keyframes orbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 20px) scale(1.05); }
}
@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, -15px) scale(1.08); }
}
@keyframes orbFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(15px, -25px) scale(0.95); }
}

/* â”€â”€â”€ Content: left side â”€â”€â”€ */
.k-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 64px;
  width: 48%;
  flex-shrink: 0;
}

.k-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold-pale);
  font-weight: 600;
  margin-bottom: 20px;
  width: fit-content;
  padding: 6px 16px 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(16px);
  animation: kHeroUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.k-hero__kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-gold);
  animation: pulseGold 2s ease-in-out infinite;
}

@keyframes pulseGold {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.75); }
}

.k-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 700;
  color: #fff;
  line-height: 1.04;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(20px);
  animation: kHeroUp 0.9s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.k-hero__headline em {
  font-style: italic;
  color: var(--c-gold-pale);
}

.k-hero__sub {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  max-width: 400px;
  margin: 0 0 32px;
  opacity: 0;
  transform: translateY(16px);
  animation: kHeroUp 0.8s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.k-hero__features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(16px);
  animation: kHeroUp 0.8s 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.k-hero__feat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  padding: 8px 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.k-hero__feat svg {
  color: var(--c-gold-pale);
  flex-shrink: 0;
}

.k-hero__feat strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 1px;
}

.k-hero__feat span {
  color: rgba(255,255,255,0.55);
  font-size: 9.5px;
  display: block;
}

.k-hero__ctas {
  display: flex;
  gap: 12px;
  opacity: 0;
  transform: translateY(16px);
  animation: kHeroUp 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes kHeroUp {
  to { opacity: 1; transform: translateY(0); }
}

.k-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  border: 1.5px solid transparent;
}

.k-hero__btn--primary {
  background: var(--c-gold-dim);
  color: var(--c-charcoal);
  box-shadow: 0 8px 32px oklch(0.72 0.18 75 / 0.25);
}

.k-hero__btn--primary:hover {
  background: var(--c-gold);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px oklch(0.72 0.18 75 / 0.35);
}

.k-hero__btn--secondary {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.k-hero__btn--secondary:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-2px);
}

/* â”€â”€â”€ Photo Grid: right side â”€â”€â”€ */
.k-hero__grid {
  position: relative;
  z-index: 5;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  max-width: 520px;
  height: 72vh;
  max-height: 600px;
  padding: 20px 40px 20px 0;
}

/* â”€â”€â”€ Individual glass cards â”€â”€â”€ */
.k-hero__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 8px 32px oklch(0 0 0 / 0.2),
    inset 0 1px 0 rgba(255,255,255,0.08);
  cursor: pointer;
  text-decoration: none;
  display: block;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s ease;
  animation: kCardIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.k-hero__card--1 { animation-delay: 0.3s; }
.k-hero__card--2 { animation-delay: 0.45s; }
.k-hero__card--3 { animation-delay: 0.6s; }
.k-hero__card--4 { animation-delay: 0.75s; }

@keyframes kCardIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.k-hero__card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(200,148,59,0.35);
  box-shadow:
    0 16px 48px oklch(0 0 0 / 0.25),
    0 0 24px oklch(0.72 0.18 75 / 0.12),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

.k-hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.4s ease;
}

.k-hero__card:hover img {
  transform: scale(1.08);
  filter: saturate(1.1) brightness(1.03);
}

/* â”€â”€â”€ Card info overlay â”€â”€â”€ */
.k-hero__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 14px 12px;
  background: linear-gradient(to top,
    rgba(10,8,6,0.85) 0%,
    rgba(10,8,6,0.4) 60%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  gap: 3px;
  transform: translateY(6px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-hero__card:hover .k-hero__card-info {
  transform: translateY(0);
  opacity: 1;
}

.k-hero__card-tag {
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold-pale);
  font-weight: 700;
}

.k-hero__card-name {
  font-family: var(--font-display);
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}

/* â”€â”€â”€ Glass sheen on each card â”€â”€â”€ */
.k-hero__card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.12) 0%,
    transparent 40%,
    transparent 60%,
    rgba(255,255,255,0.04) 100%
  );
  border-radius: inherit;
}

/* â”€â”€â”€ Subtle inner glow ring â”€â”€â”€ */
.k-hero__card::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent 50%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.k-hero__card:hover::after {
  opacity: 1;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   K-HERO RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 1024px) {
  .k-hero__content {
    width: 55%;
    padding: 0 40px;
  }
  .k-hero__grid {
    max-width: 400px;
    height: 55vh;
    gap: 10px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .k-hero {
    height: auto;
    min-height: auto;
    padding: 48px 24px 40px;
    flex-direction: column;
    gap: 32px;
  }
  .k-hero__content {
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
  }
  .k-hero__kicker { margin-left: auto; margin-right: auto; }
  .k-hero__sub { margin-left: auto; margin-right: auto; max-width: 100%; }
  .k-hero__features { display: none; }
  .k-hero__ctas { justify-content: center; }
  .k-hero__grid {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1 / 0.85;
    padding: 0;
  }
  .k-hero__card-info {
    opacity: 1;
    transform: translateY(0);
  }
  .k-hero__card:hover .k-hero__card-info {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .k-hero {
    padding: 32px 16px 28px;
  }
  .k-hero__grid {
    gap: 8px;
    aspect-ratio: 1 / 1;
  }
  .k-hero__card {
    border-radius: 12px;
  }
  .k-hero__card-info {
    padding: 28px 8px 8px;
  }
  .k-hero__card-tag { font-size: 7.5px; }
  .k-hero__card-name { font-size: 11px; }
  .k-hero__btn {
    width: 100%;
    justify-content: center;
  }
  .k-hero__ctas {
    flex-direction: column;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .k-hero__orb { animation: none; }
  .k-hero__card { animation: none; opacity: 1; transform: none; transition: none; }
  .k-hero__card-info { opacity: 1; transform: none; transition: none; }
  .k-hero__kicker, .k-hero__headline, .k-hero__sub, .k-hero__features, .k-hero__ctas {
    animation: none; opacity: 1; transform: none;
  }
}

/* â”€â”€â”€ Legacy button classes (kept for other pages) â”€â”€â”€ */
.k-btn-primary {
  background: var(--c-charcoal);
  color: #fff;
  border: none;
  padding: 0 28px;
  height: 48px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, transform .15s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.k-btn-primary:hover { background: #000; transform: translateY(-1px); }

.k-btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
  padding: 0 26px;
  height: 48px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.k-btn-outline:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.85); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PRESS & TRUST BARS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-press-bar {
  background: #F7F4EE;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #EDEBE6;
}

.k-press-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  font-weight: 500;
  flex-shrink: 0;
}

.k-press-logos {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  flex-wrap: wrap;
}

.k-press-logos span {
  font-size: 13px;
  font-weight: 700;
  color: #B0AA9E;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.k-press-elle {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
}

.k-press-serif {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12px;
}

.k-press-bold {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.k-press-italic {
  font-style: italic;
  font-family: var(--font-display);
}

.k-press-semi {
  font-size: 12px;
  font-weight: 600;
}

/* â”€â”€â”€ Trust Bar â”€â”€â”€ */
.k-trust-bar {
  background: #fff;
  border-bottom: 1px solid #EDEBE6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.k-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 28px;
  border-right: 1px solid #EDEBE6;
}

.k-trust-item:last-child {
  border-right: none;
}

.k-trust-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #F7F4EE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-gold-dim);
  font-size: 17px;
}

.k-trust-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.k-trust-sub {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BARS â€” Responsive
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 1024px) {
  .k-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .k-press-bar {
    padding: 14px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .k-press-logos {
    gap: 16px;
  }
  .k-trust-bar {
    grid-template-columns: 1fr;
  }
  .k-trust-item {
    border-right: none;
    border-bottom: 1px solid #EDEBE6;
    padding: 16px 20px;
  }
  .k-trust-item:last-child {
    border-bottom: none;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   WISHLIST POPUP â€” Modal overlay
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-wishlist-popup {
  position: fixed;
  inset: 0;
  z-index: 15000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              visibility 0.35s ease;
}

.k-wishlist-popup[aria-hidden="false"],
.k-wishlist-popup.is-open {
  opacity: 1;
  visibility: visible;
}

.k-wishlist-popup__backdrop {
  position: absolute;
  inset: 0;
  background: oklch(0 0 0 / 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}

.k-wishlist-popup__panel {
  position: relative;
  z-index: 1;
  background: var(--c-ivory);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl) var(--space-xl);
  max-width: 400px;
  width: 90vw;
  text-align: center;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-wishlist-popup.is-open .k-wishlist-popup__panel {
  transform: translateY(0) scale(1);
}

.k-wishlist-popup__icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: var(--space-md);
  color: var(--c-gold-dim);
  animation: wishlist-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes wishlist-pop {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}

.k-wishlist-popup__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 var(--space-sm);
  line-height: 1.3;
}

.k-wishlist-popup__product {
  font-size: 0.88rem;
  color: var(--text-soft);
  margin: 0 0 var(--space-lg);
  line-height: 1.5;
  min-height: 1.5em;
}

.k-wishlist-popup__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.k-wishlist-popup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.k-wishlist-popup__btn--primary {
  background: var(--c-charcoal);
  color: var(--c-white);
  border: 1.5px solid var(--c-charcoal);
  box-shadow: 0 4px 16px oklch(0 0 0 / 0.1);
}

.k-wishlist-popup__btn--primary:hover {
  background: var(--c-gold-dim);
  border-color: var(--c-gold-dim);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px oklch(0.72 0.18 75 / 0.2);
}

.k-wishlist-popup__btn--outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border-warm);
}

.k-wishlist-popup__btn--outline:hover {
  border-color: var(--c-charcoal);
  background: oklch(0.96 0.01 80 / 0.6);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .k-wishlist-popup { transition: none; }
  .k-wishlist-popup__panel { transition: none; }
  .k-wishlist-popup__icon { animation: none; }
  .k-wishlist-popup__btn { transition: none; }
}


/* â•â•â• HOMEPAGE RESPONSIVE â•â•â• */
@media (max-width: 1024px) {
  .k-home-featured__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .k-home-curated__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .k-home-editorial__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .k-home-community__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .k-home-handcrafted {
    grid-template-columns: 1fr;
  }
  .k-home-handcrafted__media {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .k-home-hero {
    min-height: 80vh;
  }
  .k-home-hero__stats {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 clamp(1.5rem, 5vw, 4rem) 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 1rem clamp(1.5rem, 5vw, 4rem);
    justify-content: space-around;
  }
  .k-home-hero__headline {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }
  .k-home-collections__grid {
    grid-template-columns: 1fr 1fr;
  }
  .k-home-coll-card--large {
    min-height: 300px;
  }
  .k-home-coll-card--sm {
    min-height: 160px;
  }
  .k-home-featured__row {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .k-home-curated__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .k-home-editorial__row {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .k-home-community__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .k-home-handcrafted {
    grid-template-columns: 1fr;
  }
  .k-home-handcrafted__media {
    min-height: 280px;
  }
  .k-home-life-card {
    width: 150px;
  }
  .k-home-designer__img {
    width: 96px;
    height: 96px;
  }
  .k-home-coll-card__desc {
    font-size: 1.1rem;
  }
  .k-home-section__title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
}
@media (max-width: 480px) {
  .k-home-hero {
    min-height: 70vh;
  }
  .k-home-hero__content {
    padding: 2rem 1.2rem;
    padding-bottom: 2rem;
  }
  .k-home-hero__headline {
    font-size: 1.7rem;
  }
  .k-home-hero__cta {
    padding: 0.8rem 1.8rem;
    font-size: 0.72rem;
  }
  .k-home-hero__stats {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .k-home-hero__stat-num {
    font-size: 1.1rem;
  }
  .k-home-hero__stat-label {
    font-size: 0.55rem;
  }
  .k-home-collections__grid {
    grid-template-columns: 1fr;
  }
  .k-home-coll-card--large {
    min-height: 260px;
  }
  .k-home-coll-card--sm {
    min-height: 180px;
  }
  .k-home-featured__row {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .k-home-feat-card {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
  .k-home-feat-card__img {
    aspect-ratio: auto;
    min-height: 180px;
  }
  .k-home-curated__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .k-home-editorial__row {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .k-home-handcrafted__content {
    padding: 2rem 1.2rem;
  }
  .k-home-handcrafted__stats {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .k-home-handcrafted__stat-num {
    font-size: 1.2rem;
  }
  .k-home-life-card {
    width: 130px;
  }
  .k-home-designer__img {
    width: 80px;
    height: 80px;
  }
  .k-home-section {
    padding: 2.5rem 1rem;
  }
  .k-home-section__head {
    flex-direction: column;
    gap: 0.5rem;
  }
  .k-home-curated__tabs {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .k-home-curated__tabs::-webkit-scrollbar { display: none; }
  .k-home-curated__tab {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: 0.65rem;
  }
  .k-home-community__form {
    flex-direction: column;
  }
  .k-home-community__form input {
    border-right: 1px solid rgba(44,36,32,0.15);
    border-bottom: none;
  }
  .k-home-community__form button {
    padding: 0.75rem;
  }
  .k-scroll-top {
    width: 42px;
    height: 42px;
    bottom: 1.2rem;
    right: 1.2rem;
  }
}

:root {
  --kakoara-pill-surface: #fbf5ec;
  --kakoara-pill-surface-high: #F7FAFA;
  --kakoara-pill-surface-low: #eadcc7;
  --kakoara-pill-border: rgba(154, 127, 89, 0.22);
  --kakoara-pill-ink: #1d1812;
  --kakoara-pill-muted: rgba(29, 24, 18, 0.68);
  --kakoara-pill-shadow: 0 13px 24px rgba(62, 44, 25, 0.105), 0 4px 9px rgba(62, 44, 25, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -10px 18px rgba(164, 137, 99, 0.14);
  --kakoara-pill-shadow-hover: 0 17px 32px rgba(62, 44, 25, 0.14), 0 7px 15px rgba(62, 44, 25, 0.08), inset 0 1px 0 #fff, inset 0 -8px 16px rgba(164, 137, 99, 0.1);
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: linear-gradient(180deg, rgba(252, 248, 240, 0.97), rgba(246, 239, 229, 0.95)) !important;
  border-bottom: 1px solid rgba(154, 127, 89, 0.2) !important;
  box-shadow: 0 18px 44px rgba(50, 37, 22, 0.075), inset 0 -1px 0 rgba(255, 255, 255, 0.72) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.05);
  backdrop-filter: blur(20px) saturate(1.05);
}

.k-topbar.site-topbar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, auto) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(0.55rem, 1.2vw, 1.1rem) !important;
  height: auto !important;
  min-height: 2.52rem !important;
  padding: 0.34rem clamp(0.78rem, 3vw, 2.55rem) !important;
  background: linear-gradient(180deg, rgba(253, 249, 242, 0.9), rgba(245, 237, 224, 0.72)) !important;
  border-bottom: 1px solid rgba(154, 127, 89, 0.13) !important;
  color: var(--kakoara-pill-ink) !important;
  overflow: visible !important;
}

.k-topbar__left,
.k-topbar__right {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.k-topbar__left {
  justify-content: flex-start !important;
}

.k-topbar__right {
  justify-content: flex-end !important;
  gap: clamp(0.34rem, 0.8vw, 0.62rem) !important;
  flex-wrap: nowrap !important;
}

.k-topbar__center {
  position: static !important;
  left: auto !important;
  transform: none !important;
  justify-self: center !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.topbar-socials {
  display: flex !important;
  align-items: center !important;
  gap: 0.32rem !important;
  min-width: 0 !important;
}

.topbar-socials a,
.k-topbar__locale,
.site-topbar__item.site-topbar__item--link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.18rem !important;
  min-height: 2.02rem !important;
  padding: 0 0.82rem !important;
  border: 1px solid rgba(154, 127, 89, 0.16) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(239, 229, 214, 0.58)) !important;
  color: var(--kakoara-pill-ink) !important;
  box-shadow: 0 8px 16px rgba(62, 44, 25, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -7px 13px rgba(164, 137, 99, 0.1) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

.topbar-socials a {
  width: 2.02rem !important;
  height: 2.02rem !important;
  padding: 0 !important;
}

.topbar-socials svg {
  width: 0.88rem !important;
  height: 0.88rem !important;
}

.site-topbar__item.site-topbar__item--link {
  gap: 0.34rem !important;
  font-size: 0.66rem !important;
  font-weight: 820 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.topbar-socials a:hover,
.topbar-socials a:focus-visible,
.k-topbar__locale:hover,
.site-topbar__item.site-topbar__item--link:hover,
.site-topbar__item.site-topbar__item--link:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(154, 127, 89, 0.28) !important;
  background: linear-gradient(180deg, #fffefa, #f5ebdd) !important;
  box-shadow: 0 11px 20px rgba(62, 44, 25, 0.1), inset 0 1px 0 #fff, inset 0 -7px 13px rgba(164, 137, 99, 0.08) !important;
}

.kakoara-trust-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.34rem !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.trust-pill {
  min-height: 1.95rem !important;
  padding: 0 0.86rem !important;
  border: 1px solid rgba(154, 127, 89, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, 0.52) !important;
  color: rgba(29, 24, 18, 0.62) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  font-size: 0.62rem !important;
  font-weight: 790 !important;
  letter-spacing: 0.055em !important;
  white-space: nowrap !important;
}

.clock-pill {
  background: linear-gradient(180deg, #c99032, #b67816) !important;
  border-color: rgba(139, 86, 14, 0.16) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(145, 89, 17, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.k-header {
  display: grid !important;
  grid-template-columns: minmax(7.8rem, 1fr) minmax(17rem, 31rem) minmax(7.8rem, 1fr) !important;
  align-items: center !important;
  gap: clamp(0.72rem, 1.6vw, 1.45rem) !important;
  height: auto !important;
  min-height: 4.55rem !important;
  padding: 0.58rem clamp(0.88rem, 3vw, 2.55rem) !important;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(247, 241, 232, 0.86)) !important;
  border-bottom: 1px solid rgba(154, 127, 89, 0.16) !important;
  box-shadow: none !important;
  position: relative !important;
  top: auto !important;
  z-index: 4 !important;
}

.k-header__logo,
.k-header__actions,
.k-header__search {
  min-width: 0 !important;
}

.k-header__logo-wordmark {
  color: #17120d !important;
  font-size: clamp(1.55rem, 2.1vw, 2.05rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  text-decoration: none !important;
}

.k-header__search {
  width: min(100%, 31rem) !important;
  max-width: 31rem !important;
  justify-self: center !important;
  border-radius: 999px !important;
  overflow: visible !important;
  filter: drop-shadow(0 10px 20px rgba(62, 44, 25, 0.08)) !important;
}

.k-header__search-input {
  height: 2.72rem !important;
  min-width: 0 !important;
  border: 1px solid rgba(154, 127, 89, 0.18) !important;
  border-right: 0 !important;
  border-radius: 999px 0 0 999px !important;
  background: rgba(255, 253, 249, 0.9) !important;
  color: var(--kakoara-pill-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -8px 16px rgba(164, 137, 99, 0.08) !important;
  font-size: 0.88rem !important;
}

.k-header__search-btn {
  height: 2.72rem !important;
  min-width: 8rem !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(180deg, #181411, #0f0c0a) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 16px rgba(30, 22, 14, 0.14) !important;
}

.k-header__actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0.42rem !important;
  flex-wrap: nowrap !important;
}

.k-header__icon-btn,
.k-menu-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.34rem !important;
  min-width: 2.7rem !important;
  min-height: 2.7rem !important;
  height: 2.7rem !important;
  padding: 0 0.78rem !important;
  border: 1px solid var(--kakoara-pill-border) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--kakoara-pill-surface-high), var(--kakoara-pill-surface)) !important;
  color: var(--kakoara-pill-ink) !important;
  box-shadow: var(--kakoara-pill-shadow) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms ease, border-color 220ms ease, box-shadow 220ms ease !important;
}

.k-header__icon-btn:hover,
.k-header__icon-btn:focus-visible,
.k-menu-button:hover,
.k-menu-button:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(154, 127, 89, 0.34) !important;
  background: linear-gradient(180deg, #fffefa, #f5ebdd) !important;
  box-shadow: var(--kakoara-pill-shadow-hover) !important;
}

.k-header__icon-btn svg,
.k-menu-button svg {
  width: 1.08rem !important;
  height: 1.08rem !important;
}

.k-header__icon-btn span:not(.k-header__badge) {
  color: inherit !important;
  font-size: 0.67rem !important;
  font-weight: 820 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
}

.k-header__badge {
  top: -0.3rem !important;
  right: -0.18rem !important;
  min-width: 1.28rem !important;
  height: 1.28rem !important;
  background: #d4123d !important;
  color: #fff !important;
  border: 2px solid #fff8ef !important;
  box-shadow: 0 6px 12px rgba(126, 12, 38, 0.22) !important;
}

.k-navbar.site-nav__links.goo-nav,
.site-nav__links.goo-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: clamp(0.42rem, 0.8vw, 0.66rem) !important;
  width: 100% !important;
  height: auto !important;
  min-height: 4.3rem !important;
  padding: 0.74rem clamp(0.76rem, 2.2vw, 2.5rem) !important;
  overflow: visible !important;
  border-top: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-bottom: 1px solid rgba(154, 127, 89, 0.18) !important;
  background: radial-gradient(circle at 18% 50%, rgba(188, 164, 128, 0.14), transparent 27%), radial-gradient(circle at 82% 44%, rgba(188, 164, 128, 0.1), transparent 25%), linear-gradient(180deg, rgba(251, 246, 238, 0.96), rgba(239, 229, 213, 0.9)) !important;
  filter: none !important;
  scrollbar-width: none !important;
}

.k-navbar.site-nav__links.goo-nav::-webkit-scrollbar,
.site-nav__links.goo-nav::-webkit-scrollbar {
  display: none !important;
}

.k-navbar__divider {
  display: none !important;
}

.k-navbar.site-nav__links.goo-nav a.goo-nav__item,
.site-nav__links.goo-nav a.goo-nav__item,
.site-nav__links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 1 auto !important;
  min-width: 2.8rem !important;
  min-height: 2.72rem !important;
  height: 2.72rem !important;
  padding: 0 clamp(0.82rem, 1.05vw, 1.18rem) !important;
  border: 1px solid var(--kakoara-pill-border) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--kakoara-pill-surface-high), var(--kakoara-pill-surface)) !important;
  color: var(--kakoara-pill-ink) !important;
  box-shadow: var(--kakoara-pill-shadow) !important;
  font-size: clamp(0.62rem, 0.72vw, 0.72rem) !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0.065em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: translateY(0) !important;
  transition: transform 230ms cubic-bezier(0.22, 1, 0.36, 1), background 230ms ease, border-color 230ms ease, box-shadow 230ms ease, color 230ms ease !important;
}

.k-navbar.site-nav__links.goo-nav a.goo-nav__item::after,
.site-nav__links.goo-nav a.goo-nav__item::after,
.site-nav__links a::after {
  display: none !important;
}

.k-navbar.site-nav__links.goo-nav a.goo-nav__item:hover,
.k-navbar.site-nav__links.goo-nav a.goo-nav__item:focus-visible,
.site-nav__links.goo-nav a.goo-nav__item:hover,
.site-nav__links.goo-nav a.goo-nav__item:focus-visible,
.site-nav__links a:hover,
.site-nav__links a:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(154, 127, 89, 0.36) !important;
  background: linear-gradient(180deg, #fffefa, #f6ecdd) !important;
  color: #111 !important;
  box-shadow: var(--kakoara-pill-shadow-hover) !important;
}

.k-navbar.site-nav__links.goo-nav a.goo-nav__item[aria-current="page"],
.site-nav__links.goo-nav a.goo-nav__item[aria-current="page"],
.site-nav__links a[aria-current="page"] {
  background: linear-gradient(180deg, #eadcc8, #dcc6a6) !important;
  border-color: rgba(139, 111, 74, 0.36) !important;
  color: #17120d !important;
  box-shadow: 0 8px 16px rgba(62, 44, 25, 0.08), inset 0 2px 7px rgba(112, 82, 48, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.k-navbar__home-link svg {
  width: 1rem !important;
  height: 1rem !important;
}

@media (max-width: 1240px) {
  .trust-pill:not(.clock-pill) {
    display: none !important;
  }

  .k-header__icon-btn span:not(.k-header__badge) {
    display: none !important;
  }

  .k-header {
    grid-template-columns: minmax(6.8rem, 0.8fr) minmax(15rem, 1.25fr) auto !important;
  }
}

@media (max-width: 920px) {
  .k-topbar.site-topbar {
    grid-template-columns: auto 1fr auto !important;
    padding-inline: 0.75rem !important;
  }

  .k-topbar__left {
    display: none !important;
  }

  .k-topbar__center {
    justify-self: start !important;
  }

  .site-topbar__item.site-topbar__item--link {
    padding-inline: 0.66rem !important;
  }

  .k-header {
    grid-template-columns: 1fr auto !important;
    min-height: 0 !important;
    padding-block: 0.64rem !important;
  }

  .k-header__search {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .k-header__search-input,
  .k-header__search-btn {
    height: 2.58rem !important;
  }

  .k-header__actions {
    position: static !important;
    transform: none !important;
  }

  .k-navbar.site-nav__links.goo-nav,
  .site-nav__links.goo-nav {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-block: 0.62rem !important;
    min-height: 4rem !important;
    -webkit-overflow-scrolling: touch;
  }

  .k-navbar.site-nav__links.goo-nav a.goo-nav__item,
  .site-nav__links.goo-nav a.goo-nav__item,
  .site-nav__links a {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 640px) {
  .k-topbar.site-topbar {
    grid-template-columns: 1fr auto !important;
    min-height: 2.34rem !important;
  }

  .k-topbar__center {
    display: none !important;
  }

  .k-topbar__right {
    grid-column: 1 / -1 !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .site-topbar__item.site-topbar__item--link[href="blog.html"] {
    display: none !important;
  }

  .k-header {
    gap: 0.58rem !important;
    padding-inline: 0.68rem !important;
  }

  .k-header__logo-wordmark {
    font-size: clamp(1.35rem, 7vw, 1.68rem) !important;
  }

  .k-header__search-btn {
    min-width: 5.8rem !important;
    padding-inline: 1rem !important;
    font-size: 0.68rem !important;
  }

  .k-header__icon-btn,
  .k-menu-button {
    min-width: 2.48rem !important;
    height: 2.48rem !important;
    min-height: 2.48rem !important;
    padding-inline: 0.64rem !important;
  }

  .k-navbar.site-nav__links.goo-nav,
  .site-nav__links.goo-nav {
    gap: 0.36rem !important;
    padding-inline: 0.58rem !important;
  }

  .k-navbar.site-nav__links.goo-nav a.goo-nav__item,
  .site-nav__links.goo-nav a.goo-nav__item,
  .site-nav__links a {
    min-height: 2.5rem !important;
    height: 2.5rem !important;
    padding-inline: 0.78rem !important;
    font-size: 0.61rem !important;
  }
}

@media (max-width: 390px) {
  .site-topbar__item.site-topbar__item--link[href="contact.html"] {
    display: none !important;
  }

  .k-topbar__locale {
    min-width: 4.4rem !important;
  }

  .k-header__search-input {
    font-size: 0.8rem !important;
    padding-inline: 0.9rem !important;
  }

  .k-header__search-btn {
    min-width: 5rem !important;
    padding-inline: 0.82rem !important;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CHECKOUT POPUP â€” Glassmorphism overlay with frosted glass
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-checkout-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 50000;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-checkout-popup-overlay.is-open {
  opacity: 1;
}

.k-checkout-popup {
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.15), 0 8px 32px rgba(0,0,0,0.06);
  transform: translateY(24px) scale(0.96);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-checkout-popup-overlay.is-open .k-checkout-popup {
  transform: translateY(0) scale(1);
}

.k-checkout-popup--confirm {
  max-width: 480px;
}

.k-checkout-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.k-checkout-popup__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111;
}

.k-checkout-popup__close {
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(0,0,0,0.04);
  border-radius: 50%;
  font-size: 1.2rem;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.k-checkout-popup__close:hover {
  background: rgba(0,0,0,0.1);
  color: #111;
}

.k-checkout-popup__body {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}

.k-checkout-popup__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.25rem;
}

.k-checkout-popup__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  color: #888;
  margin: 0 0 1.5rem;
}

/* â”€â”€â”€ Checkout Items â”€â”€â”€ */
.k-checkout-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.k-checkout-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: rgba(0,0,0,0.02);
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.04);
}

.k-checkout-item__img {
  width: 48px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.k-checkout-item__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.k-checkout-item__name {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-checkout-item__qty {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: #888;
}

.k-checkout-item__price {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

/* â”€â”€â”€ Checkout Summary â”€â”€â”€ */
.k-checkout-summary {
  background: rgba(0,0,0,0.02);
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,0.04);
}

.k-checkout-summary__row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  color: #666;
}

.k-checkout-summary__row--total {
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-top: 6px;
  padding-top: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}

/* â”€â”€â”€ Checkout Form â”€â”€â”€ */
.k-checkout-popup__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.k-checkout-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.k-checkout-field label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.k-checkout-input {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: #111;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.k-checkout-input:focus {
  border-color: #c8943b;
  box-shadow: 0 0 0 3px rgba(200,148,59,0.12);
}

.k-checkout-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.k-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1.5px solid transparent;
  line-height: 1.2;
  text-decoration: none;
}

.k-checkout-btn--primary {
  background: linear-gradient(135deg, #c8943b, #d4a853);
  color: #fff;
  border-color: #c8943b;
  flex: 1;
}

.k-checkout-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,148,59,0.3);
}

.k-checkout-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.k-checkout-btn--secondary {
  background: rgba(0,0,0,0.04);
  color: #444;
  border-color: rgba(0,0,0,0.1);
  flex: 1;
}

.k-checkout-btn--secondary:hover {
  background: rgba(0,0,0,0.08);
}

.k-checkout-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  color: #999;
  text-align: center;
  margin: 0.5rem 0 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PRODUCT CARD â€” Add to Cart & Buy Now Buttons
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.is-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.is-card__cart-btn,
.is-card__buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 9px 12px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  line-height: 1.2;
  text-decoration: none;
  border: 1.5px solid transparent;
}

.is-card__cart-btn {
  background: rgba(0,0,0,0.04);
  color: #444;
  border-color: rgba(0,0,0,0.08);
}

.is-card__cart-btn:hover {
  background: rgba(0,0,0,0.08);
  color: #111;
  transform: translateY(-1px);
}

.is-card__cart-btn.is-added {
  background: #e8f5e9;
  color: #2e7d32;
  border-color: #a5d6a7;
  pointer-events: none;
}

.is-card__buy-btn {
  background: linear-gradient(135deg, #c8943b, #d4a853);
  color: #fff;
  box-shadow: 0 4px 12px rgba(200,148,59,0.2);
}

.is-card__buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,148,59,0.3);
}

.is-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px 18px;
  flex: 1;
}

.is-card__name-link {
  text-decoration: none;
  color: inherit;
}

.is-card__name-link:hover .is-card__name {
  color: #c8943b;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   WISH LIST â€” Animated Heart Button
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.is-card__wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(4px) scale(0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.is-card:hover .is-card__wish,
.is-card__wish.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.is-ca


/* === kakoara-clean-theme.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA â€” CLEAN MINIMAL THEME
   Clean white/cream background with subtle warm undertones
   High-end editorial feel with crisp typography
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  /* â”€â”€â”€ Base â”€â”€â”€ */
  --k-clean-bg:           #fafaf9;
  --k-clean-bg-alt:       #f5f5f4;
  --k-clean-bg-card:      #ffffff;
  --k-clean-text:         #1c1917;
  --k-clean-text-soft:    #57534e;
  --k-clean-text-muted:   #a8a29e;
  --k-clean-border:       #e7e5e4;
  --k-clean-border-light: #f0efed;
  
  /* â”€â”€â”€ Accent â”€â”€â”€ */
  --k-clean-accent:       #c8943b;
  --k-clean-accent-soft:  rgba(200, 148, 59, 0.08);
  --k-clean-accent-hover: #b8862e;
  
  /* â”€â”€â”€ Overlay â”€â”€â”€ */
  --k-clean-overlay:      rgba(28, 25, 23, 0.3);
  --k-clean-glass:        rgba(255, 255, 255, 0.85);
  
  /* â”€â”€â”€ Typography â”€â”€â”€ */
  --k-clean-font-heading: 'Playfair Display', Georgia, serif;
  --k-clean-font-body:    'DM Sans', Arial, sans-serif;
}

/* â”€â”€â”€ Body â”€â”€â”€ */
body {
  background: var(--k-clean-bg) !important;
  color: var(--k-clean-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* â”€â”€â”€ Cards / Panels â”€â”€â”€ */
.panel,
.panel-ghost,
.k-cart-popup,
.k-wishlist-popup,
.contact-form-card,
.contact-detail-card,
.is-card,
.shop-hero__stat,
.account-welcome,
.account-section,
.auth-modal__panel {
  background: var(--k-clean-bg-card) !important;
  border-color: var(--k-clean-border) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.02);
}

/* â”€â”€â”€ Header cleanup â”€â”€â”€ */
header,
.k-header,
.site-header,
.k-topbar {
  background: var(--k-clean-glass) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid var(--k-clean-border-light);
}

/* â”€â”€â”€ Navbar cleanup â”€â”€â”€ */
.goo-nav {
  background: var(--k-clean-glass) !important;
  border-color: var(--k-clean-border-light) !important;
}

.goo-nav__item {
  color: var(--k-clean-text-soft) !important;
}

.goo-nav__item:hover {
  background: var(--k-clean-accent-soft) !important;
  color: var(--k-clean-text) !important;
}

/* â”€â”€â”€ Hero sections â”€â”€â”€ */
.k-anka-hero {
  background: var(--k-clean-bg) !important;
}

.shop-hero {
  background: linear-gradient(180deg, var(--k-clean-bg-alt), var(--k-clean-bg)) !important;
}

.shop-hero__bg .shop-hero__orb {
  opacity: 0.4 !important;
}

/* â”€â”€â”€ Shop hero glass stats â”€â”€â”€ */
.shop-hero__stat {
  background: var(--k-clean-glass) !important;
  border-color: var(--k-clean-border-light) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* â”€â”€â”€ Buttons â”€â”€â”€ */
.button,
.k-anka-hero__button--dark,
.shop-hero__btn--primary,
.is-card__badge,
.k-wishlist-popup__shop-btn {
  background: var(--k-clean-text) !important;
  color: #fff !important;
  border: none !important;
}

.button:hover,
.k-anka-hero__button--dark:hover,
.shop-hero__btn--primary:hover,
.k-wishlist-popup__shop-btn:hover {
  background: var(--k-clean-accent) !important;
}

.button-ghost,
.k-anka-hero__button--light,
.shop-hero__btn--secondary {
  background: transparent !important;
  border: 1.5px solid var(--k-clean-border) !important;
  color: var(--k-clean-text) !important;
}

.button-ghost:hover,
.k-anka-hero__button--light:hover,
.shop-hero__btn--secondary:hover {
  border-color: var(--k-clean-accent) !important;
  color: var(--k-clean-accent) !important;
}

/* â”€â”€â”€ Typography refinements â”€â”€â”€ */
h1, h2, h3, h4, h5, h6,
.font-heading,
.k-wishlist-popup__title,
.k-home-handcrafted__title,
.contact-hero__copy h1 {
  font-family: var(--k-clean-font-heading);
  color: var(--k-clean-text);
  letter-spacing: -0.02em;
}

/* â”€â”€â”€ Text colors â”€â”€â”€ */
p, .font-body, .k-header__search-input,
.k-anka-hero__kicker,
.shop-hero__desc,
.contact-hero__copy p,
.is-card__category {
  color: var(--k-clean-text-soft);
}

/* â”€â”€â”€ Muted / secondary text â”€â”€â”€ */
.eyebrow,
.is-toolbar__count,
.k-home-curated__tab,
.k-anka-proof__item small,
.shop-hero__stat span,
.is-card__name {
  color: var(--k-clean-text-muted);
}

/* â”€â”€â”€ Product cards â”€â”€â”€ */
.is-card {
  background: var(--k-clean-bg-card) !important;
  border-color: var(--k-clean-border) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.is-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06) !important;
  border-color: var(--k-clean-accent) !important;
}

.is-card__media {
  background: var(--k-clean-bg-alt) !important;
}

/* â”€â”€â”€ Trust strip â”€â”€â”€ */
.kako-trust-strip {
  border-top-color: var(--k-clean-border) !important;
}

/* â”€â”€â”€ Skeleton â”€â”€â”€ */
.k-skeleton {
  background: var(--k-clean-bg) !important;
}

.k-skeleton__logo {
  color: var(--k-clean-text) !important;
}

/* â”€â”€â”€ Footer â”€â”€â”€ */
footer,
.site-footer {
  background: var(--k-clean-bg-alt) !important;
  border-top: 1px solid var(--k-clean-border-light);
}

/* â”€â”€â”€ Input fields â”€â”€â”€ */
input, select, textarea {
  background: var(--k-clean-bg-card) !important;
  border: 1px solid var(--k-clean-border) !important;
  color: var(--k-clean-text) !important;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--k-clean-accent) !important;
  box-shadow: 0 0 0 3px var(--k-clean-accent-soft) !important;
}

/* â”€â”€â”€ Dividers â”€â”€â”€ */
hr, .k-navbar__divider,
.section-heading::after,
.is-toolbar {
  border-color: var(--k-clean-border-light) !important;
}

/* â”€â”€â”€ Badge colors â”€â”€â”€ */
.pill,
.is-card__badge {
  background: var(--k-clean-accent-soft) !important;
  color: var(--k-clean-accent) !important;
}

/* â”€â”€â”€ Links â”€â”€â”€ */
a, .text-link {
  color: var(--k-clean-text);
  transition: color 0.2s ease;
}

a:hover, .text-link:hover {
  color: var(--k-clean-accent);
}

/* â”€â”€â”€ Homepage specific â”€â”€â”€ */
.k-anka-hero__steps strong {
  color: var(--k-clean-text);
}

.k-anka-hero__steps span {
  color: var(--k-clean-text-soft);
}

.k-home-collections__kicker {
  color: var(--k-clean-accent);
}

.k-home-prod-card__price {
  color: var(--k-clean-text);
}

/* â”€â”€â”€ Proof bar â”€â”€â”€ */
.k-anka-proof {
  background: var(--k-clean-bg-alt) !important;
  border-color: var(--k-clean-border-light) !important;
}

.k-anka-proof__item strong {
  color: var(--k-clean-text);
}

/* â”€â”€â”€ Account page â”€â”€â”€ */
.account-hero {
  background: linear-gradient(135deg, var(--k-clean-bg-alt), var(--k-clean-bg)) !important;
}

.account-nav__list,
.account-nav__logout {
  background: var(--k-clean-bg-card) !important;
  border-color: var(--k-clean-border) !important;
}

/* â”€â”€â”€ Responsive â”€â”€â”€ */
@media (max-width: 768px) {
  .goo-nav {
    background: var(--k-clean-bg-card) !important;
  }
}

/* â”€â”€â”€ Reduced motion â”€â”€â”€ */
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
  }
}


/* === kakoara-motion.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA â€” COMPREHENSIVE MOTION SYSTEM
   Based on The Vocabulary of Motion
   https://motion-vocabulary.vercel.app/
   
   Categories:
     Spring Â· Enter/Exit Â· Transforms Â· Gestures Â· Ambient
     Scroll Â· Transitions Â· Polish & Effects Â· Principles
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DESIGN TOKENS â€” Easing & Duration
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
:root {
  --k-ease-spring:       cubic-bezier(0.34, 1.56, 0.64, 1);
  --k-ease-out:          cubic-bezier(0.22, 1, 0.36, 1);
  --k-ease-in-out:       cubic-bezier(0.65, 0, 0.35, 1);
  --k-ease-in:           cubic-bezier(0.55, 0, 1, 0.45);
  --k-ease-linear:       linear;
  --k-ease-bounce:       cubic-bezier(0.34, 1.56, 0.64, 1);
  --k-ease-anticipate:   cubic-bezier(0.68, -0.55, 0.27, 1.55);
  
  --k-duration-instant:  80ms;
  --k-duration-fast:     180ms;
  --k-duration-normal:   350ms;
  --k-duration-slow:     600ms;
  --k-duration-glacial:  1000ms;

  /* Emil Kowalski custom easings (from animations.dev / skill) */
  --ease-out-strong:     cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-strong:  cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer:         cubic-bezier(0.32, 0.72, 0, 1);
  
  /* Emil Kowalski animation duration tokens */
  --dur-btn-press:       140ms;
  --dur-tooltip:         160ms;
  --dur-dropdown:        200ms;
  --dur-modal:           350ms;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   1. SPRING PHYSICS
   Natural-feeling motion with overshoot
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Spring-in â€” pops with overshoot */
@keyframes k-spring-in {
  0%   { opacity: 0; transform: scale(0.7); }
  60%  { opacity: 1; transform: scale(1.08); }
  80%  { transform: scale(0.96); }
  100% { opacity: 1; transform: scale(1); }
}

.k-spring-in {
  animation: k-spring-in 0.6s var(--k-ease-spring) both;
}

/* Spring-up â€” slides up with bounce */
@keyframes k-spring-up {
  0%   { opacity: 0; transform: translateY(40px) scale(0.95); }
  60%  { opacity: 1; transform: translateY(-6px) scale(1.01); }
  80%  { transform: translateY(2px); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.k-spring-up {
  animation: k-spring-up 0.65s var(--k-ease-spring) both;
}

/* Spring-pop â€” tiny pop for badges, small elements */
@keyframes k-spring-pop {
  0%   { transform: scale(0.9); opacity: 0; }
  50%  { transform: scale(1.15); opacity: 1; }
  70%  { transform: scale(0.95); }
  100% { transform: scale(1); opacity: 1; }
}

.k-spring-pop {
  animation: k-spring-pop 0.45s var(--k-ease-spring) both;
}

/* Spring-scale â€” interruptible scale for interactive elements */
.k-spring-scale {
  transition: transform 0.4s var(--k-ease-spring);
}

.k-spring-scale:hover {
  transform: scale(1.05);
}

.k-spring-scale:active {
  transform: scale(0.95);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   2. ENTER / EXIT
   Element appear/disappear patterns
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Fade in */
@keyframes k-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.k-fade-in {
  animation: k-fade-in var(--k-duration-normal) var(--k-ease-out) both;
}

/* Fade in up */
@keyframes k-fade-in-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.k-fade-in-up {
  animation: k-fade-in-up var(--k-duration-slow) var(--k-ease-out) both;
}

/* Fade in down */
@keyframes k-fade-in-down {
  from { opacity: 0; transform: translateY(-24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.k-fade-in-down {
  animation: k-fade-in-down var(--k-duration-slow) var(--k-ease-out) both;
}

/* Scale in */
@keyframes k-scale-in {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}

.k-scale-in {
  animation: k-scale-in var(--k-duration-normal) var(--k-ease-out) both;
}

/* Slide in from left */
@keyframes k-slide-in-left {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.k-slide-in-left {
  animation: k-slide-in-left var(--k-duration-slow) var(--k-ease-out) both;
}

/* Slide in from right */
@keyframes k-slide-in-right {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.k-slide-in-right {
  animation: k-slide-in-right var(--k-duration-slow) var(--k-ease-out) both;
}

/* Pop-in with overshoot */
@keyframes k-pop-in {
  0%   { opacity: 0; transform: scale(0.5) translateY(10px); }
  70%  { opacity: 1; transform: scale(1.08) translateY(-2px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

.k-pop-in {
  animation: k-pop-in 0.5s var(--k-ease-spring) both;
}

/* Reveal â€” clip-path entrance */
@keyframes k-reveal-in {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0 0 0); }
}

.k-reveal-in {
  animation: k-reveal-in var(--k-duration-slow) var(--k-ease-out) both;
}

/* Fade out */
@keyframes k-fade-out {
  from { opacity: 1; }
  to   { opacity: 0; }
}

.k-fade-out {
  animation: k-fade-out var(--k-duration-fast) var(--k-ease-in) both;
}

/* Slide out to right */
@keyframes k-slide-out-right {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(40px); }
}

.k-slide-out-right {
  animation: k-slide-out-right var(--k-duration-normal) var(--k-ease-in) both;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   3. TRANSFORMS
   Geometric changes
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* 3D tilt on hover â€” perspective card hover */
.k-tilt {
  transition: transform 0.4s var(--k-ease-out);
  will-change: transform;
}

.k-tilt:hover {
  transform:
    perspective(800px)
    rotateX(var(--tilt-x, 4deg))
    rotateY(var(--tilt-y, -4deg))
    translateY(-4px);
}

/* Scale-up on hover */
.k-scale-up {
  transition: transform 0.35s var(--k-ease-out);
}

.k-scale-up:hover {
  transform: scale(1.04);
}

/* Rotate on hover */
.k-rotate-hover {
  transition: transform 0.3s var(--k-ease-out);
}

.k-rotate-hover:hover {
  transform: rotate(90deg);
}

/* Origin-aware scale â€” grows from bottom center */
.k-origin-aware {
  transform-origin: bottom center;
  transition: transform 0.35s var(--k-ease-out);
}

.k-origin-aware:hover {
  transform: scaleY(1.08) scaleX(1.02);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   4. GESTURES
   Interaction feedback
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Press â€” scale down on click */
.k-press {
  transition: transform var(--k-duration-fast) var(--k-ease-out);
  cursor: pointer;
}

.k-press:active {
  transform: scale(0.96);
}

/* Shake / Wiggle â€” for error states */
@keyframes k-shake {
  0%, 100% { transform: translateX(0); }
  10%, 50%, 90% { transform: translateX(-6px); }
  30%, 70% { transform: translateX(6px); }
}

.k-shake {
  animation: k-shake 0.5s var(--k-ease-out);
}

/* Tooltip â€” fade + scale from anchor */
.k-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  transform-origin: bottom center;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--k-duration-fast) var(--k-ease-out),
    transform var(--k-duration-fast) var(--k-ease-spring);
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 500;
  z-index: 100;
}

*:hover > .k-tooltip,
.k-tooltip-trigger:hover .k-tooltip {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Tooltip variants */
.k-tooltip--top {
  bottom: calc(100% + 8px);
  transform-origin: bottom center;
}

.k-tooltip--bottom {
  top: calc(100% + 8px);
  bottom: auto;
  transform-origin: top center;
}

.k-tooltip--left {
  right: calc(100% + 8px);
  left: auto;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  transform-origin: right center;
}

.k-tooltip-trigger:hover .k-tooltip--left {
  transform: translateY(-50%) scale(1);
}

.k-tooltip--right {
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  transform-origin: left center;
}

.k-tooltip-trigger:hover .k-tooltip--right {
  transform: translateY(-50%) scale(1);
}

/* Ripple effect â€” full CSS version */
.k-ripple-css {
  position: relative;
  overflow: hidden;
}

.k-ripple-css::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 148, 59, 0.3) 0%, transparent 70%);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.k-ripple-css:focus-visible::after {
  animation: k-ripple-burst 0.6s var(--k-ease-out);
}

@keyframes k-ripple-burst {
  from { transform: scale(0); opacity: 0.6; }
  to   { transform: scale(4); opacity: 0; }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   5. AMBIENT MOTION
   Subtle repeating movements
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Pulse â€” gentle rhythm for CTAs, badges */
@keyframes k-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.8; transform: scale(1.05); }
}

.k-pulse {
  animation: k-pulse 2s ease-in-out infinite;
}

/* Soft pulse â€” for subtle attention */
@keyframes k-pulse-soft {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.7; }
}

.k-pulse-soft {
  animation: k-pulse-soft 3s ease-in-out infinite;
}

/* Float â€” gentle up/down drift */
@keyframes k-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.k-float {
  animation: k-float 4s var(--k-ease-in-out) infinite;
}

/* Float with stagger */
.k-float-d1 { animation-delay: 0s; }
.k-float-d2 { animation-delay: 0.5s; }
.k-float-d3 { animation-delay: 1s; }
.k-float-d4 { animation-delay: 1.5s; }

/* Orbit â€” decorative circling */
@keyframes k-orbit {
  from { transform: rotate(0deg) translateX(12px) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(12px) rotate(-360deg); }
}

.k-orbit {
  animation: k-orbit 8s linear infinite;
}

.k-orbit--reverse {
  animation: k-orbit 8s linear infinite reverse;
}

/* Slow orbit */
@keyframes k-orbit-slow {
  from { transform: rotate(0deg) translateX(20px) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(20px) rotate(-360deg); }
}

.k-orbit-slow {
  animation: k-orbit-slow 15s linear infinite;
}

/* Marquee â€” continuous scrolling text */
@keyframes k-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.k-marquee {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.k-marquee__inner {
  display: flex;
  animation: k-marquee 30s linear infinite;
  gap: 2rem;
  padding-right: 2rem;
}

.k-marquee:hover .k-marquee__inner {
  animation-play-state: paused;
}

/* Alternate (yoyo) */
@keyframes k-yoyo {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.08); }
}

.k-yoyo {
  animation: k-yoyo 1.5s var(--k-ease-in-out) infinite alternate;
}

/* Idle animation â€” subtle bob */
@keyframes k-idle {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25%      { transform: translateY(-2px) rotate(0.5deg); }
  75%      { transform: translateY(1px) rotate(-0.3deg); }
}

.k-idle {
  animation: k-idle 6s var(--k-ease-in-out) infinite;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   6. SCROLL
   Scroll-driven motion
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Parallax container */
.k-parallax {
  overflow: hidden;
  position: relative;
}

.k-parallax__layer {
  position: absolute;
  inset: -20%;
  will-change: transform;
}

.k-parallax__layer--slow {
  transform: translateY(0);
  transition: transform 0.1s linear;
}

.k-parallax__layer--fast {
  transform: translateY(0);
  transition: transform 0.1s linear;
  will-change: transform;
}

/* Scroll-driven reveal (complementing existing .k-reveal) */
.k-scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s var(--k-ease-out),
    transform 0.8s var(--k-ease-out);
}

.k-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.k-scroll-reveal--scale {
  transform: scale(0.92);
}

.k-scroll-reveal--scale.is-visible {
  transform: scale(1);
}

.k-scroll-reveal--left {
  transform: translateX(-40px);
}

.k-scroll-reveal--left.is-visible {
  transform: translateX(0);
}

.k-scroll-reveal--right {
  transform: translateX(40px);
}

.k-scroll-reveal--right.is-visible {
  transform: translateX(0);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   7. TRANSITIONS
   State change animations
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Accordion / Collapse */
.k-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--k-duration-normal) var(--k-ease-out);
}

.k-collapse.is-open {
  grid-template-rows: 1fr;
}

.k-collapse__inner {
  overflow: hidden;
}

/* Crossfade */
.k-crossfade {
  position: relative;
}

.k-crossfade > * {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--k-duration-slow) var(--k-ease-out);
}

.k-crossfade > .is-active {
  opacity: 1;
  position: relative;
}

/* Direction-aware transition */
.k-direction-aware {
  overflow: hidden;
  position: relative;
}

.k-direction-aware__enter {
  animation: k-slide-in-right var(--k-duration-slow) var(--k-ease-out) both;
}

.k-direction-aware__exit {
  animation: k-slide-out-right var(--k-duration-normal) var(--k-ease-in) both;
}

/* Layout animation â€” for elements that change position */
.k-layout {
  transition: all var(--k-duration-normal) var(--k-ease-out);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   8. POLISH & EFFECTS
   Decorative and functional finishing
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Skeleton / Shimmer (enhanced from existing) */
.k-shimmer {
  background: linear-gradient(
    110deg,
    oklch(0.94 0.01 75) 30%,
    oklch(0.98 0.005 80) 50%,
    oklch(0.94 0.01 75) 70%
  );
  background-size: 200% 100%;
  animation: k-shimmer-sweep 1.5s ease-in-out infinite;
  border-radius: 6px;
}

@keyframes k-shimmer-sweep {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Typewriter */
.k-typewriter {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #c8943b;
  animation: k-typewriter-blink 0.8s step-end infinite;
  max-width: fit-content;
}

@keyframes k-typewriter-blink {
  50% { border-color: transparent; }
}

/* Number ticker â€” tabular numbers for smooth counting */
.k-ticker {
  font-feature-settings: 'tnum' 1;
  display: inline-block;
}

/* Confetti burst â€” keyframes defined by JS for per-burst customization */
.k-confetti {
  position: fixed;
  pointer-events: none;
  z-index: 100000;
  overflow: hidden;
}

.k-confetti__piece {
  position: absolute;
  pointer-events: none;
}

/* Progress bar â€” determinate */
.k-progress {
  width: 100%;
  height: 4px;
  background: rgba(200, 148, 59, 0.15);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.k-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, #c8943b, #d4a853);
  border-radius: 4px;
  transition: width 0.5s var(--k-ease-out);
  width: 0%;
}

/* Progress bar â€” indeterminate */
.k-progress--indeterminate .k-progress__bar {
  width: 40%;
  animation: k-progress-indeterminate 1.5s ease-in-out infinite;
}

@keyframes k-progress-indeterminate {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

/* Loading spinner */
@keyframes k-spin {
  to { transform: rotate(360deg); }
}

.k-spin {
  animation: k-spin 0.8s linear infinite;
}

.k-spin--slow {
  animation: k-spin 2s linear infinite;
}

/* Line drawing for SVGs */
.k-line-draw path {
  stroke-dasharray: var(--path-length, 1000);
  stroke-dashoffset: var(--path-length, 1000);
  animation: k-line-draw 1.5s var(--k-ease-out) forwards;
}

@keyframes k-line-draw {
  to { stroke-dashoffset: 0; }
}

/* Blur reveal */
@keyframes k-blur-in {
  from { filter: blur(12px); opacity: 0; }
  to   { filter: blur(0); opacity: 1; }
}

.k-blur-in {
  animation: k-blur-in 0.8s var(--k-ease-out) both;
}

/* Gold shimmer sweep on images */
.k-img-shimmer {
  position: relative;
  overflow: hidden;
}

.k-img-shimmer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(200, 148, 59, 0.08) 40%,
    rgba(200, 148, 59, 0.15) 50%,
    rgba(200, 148, 59, 0.08) 60%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: k-img-shimmer-sweep 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes k-img-shimmer-sweep {
  0%   { transform: translateX(-100%); }
  60%  { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   9. HOVER DIRECTION-AWARE
   Hover effects that feel spatial
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */


/* 9B. GUMMY CAPSULE NAVBAR
   Stretchy pill buttons â€” hover expands toward adjacent item
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.goo-nav {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 4px 6px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  border: 1px solid rgba(18,18,18,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.goo-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(18,18,18,0.7);
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-radius: 999px;
  transition:
    color 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  border: none;
  background: transparent;
}

.goo-nav__item:hover,
.goo-nav__item:focus-visible {
  color: #111;
  background: rgba(200, 148, 59, 0.1);
  padding-left: 22px;
  padding-right: 22px;
  transform: scale(1.04);
}

.goo-nav__item:active {
  transform: scale(0.96);
}

.goo-nav__item[aria-current="page"],
.goo-nav__item.is-active {
  color: #c8943b;
  background: rgba(200, 148, 59, 0.08);
}

.goo-nav__item svg {
  display: block;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.goo-nav__item:hover svg {
  transform: scale(1.12);
}

.k-navbar__divider {
  width: 1px;
  height: 20px;
  background: rgba(18,18,18,0.08);
  margin: 0 6px;
  flex-shrink: 0;
}

.k-navbar__link--icon {
  padding: 6px 10px;
}

.k-navbar__link--icon:hover {
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 900px) {
  .goo-nav {
    overflow-x: auto;
    scrollbar-width: none;
    border-radius: 12px;
    gap: 2px;
    padding: 4px;
  }
  .goo-nav::-webkit-scrollbar { display: none; }
  .goo-nav__item {
    font-size: 0.72rem;
    padding: 6px 12px;
    flex-shrink: 0;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   13. SKELETON / WEB REVEAL
   Anticipation loading screen
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-skeleton {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f4ef;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              visibility 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-skeleton.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.k-skeleton__logo {
  max-width: 220px;
  max-height: 80px;
  margin-bottom: 16px;
  opacity: 0;
  animation: k-skeleton-logo 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.k-skeleton__logo img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes k-skeleton-logo {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.k-skeleton__bar {
  width: 120px;
  height: 2px;
  background: rgba(200, 148, 59, 0.15);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.k-skeleton__bar-fill {
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, #c8943b, #d4a853);
  border-radius: 2px;
  animation: k-skeleton-load 1.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes k-skeleton-load {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

.k-skeleton__tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(18,18,18,0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 20px;
  opacity: 0;
  animation: k-skeleton-fade 0.6s 0.8s ease-out forwards;
}

@keyframes k-skeleton-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .k-skeleton,
  .k-skeleton__logo,
  .k-skeleton__bar,
  .k-skeleton__tagline {
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .k-skeleton.is-hidden {
    display: none;
  }
}


@media (prefers-reduced-motion: reduce) {
  .goo-nav__item {
    transition-duration: 0.01ms !important;
  }
}


/* Direction-aware card lift */
.k-card-lift {
  transition:
    transform 0.4s var(--k-ease-out),
    box-shadow 0.4s var(--k-ease-out);
  will-change: transform;
}

.k-card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* Border glow on hover */
.k-border-glow {
  position: relative;
  transition: border-color 0.3s var(--k-ease-out);
}

.k-border-glow::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #c8943b, #d4a853, #c8943b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s var(--k-ease-out);
  pointer-events: none;
}

.k-border-glow:hover::after {
  opacity: 1;
}

/* Text slide-up on hover */
.k-text-reveal {
  overflow: hidden;
  display: inline-block;
}

.k-text-reveal span {
  display: inline-block;
  transition: transform 0.35s var(--k-ease-out);
}

.k-text-reveal:hover span {
  transform: translateY(-100%);
}

/* Sheen effect â€” light sweep */
.k-sheen {
  position: relative;
  overflow: hidden;
}

.k-sheen::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transform: skewX(-25deg);
  transition: left 0.6s var(--k-ease-out);
  pointer-events: none;
}

.k-sheen:hover::before {
  left: 125%;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   10. STAGGERED ENTRANCE
   Coordinated multi-element reveals
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s var(--k-ease-out),
    transform 0.5s var(--k-ease-out);
}

.k-stagger.is-visible > *:nth-child(1)  { transition-delay: 0.04s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(2)  { transition-delay: 0.08s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(3)  { transition-delay: 0.12s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(4)  { transition-delay: 0.16s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(5)  { transition-delay: 0.20s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(6)  { transition-delay: 0.24s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(7)  { transition-delay: 0.28s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(8)  { transition-delay: 0.32s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(9)  { transition-delay: 0.36s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(10) { transition-delay: 0.40s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(11) { transition-delay: 0.44s; opacity: 1; transform: translateY(0); }
.k-stagger.is-visible > *:nth-child(12) { transition-delay: 0.48s; opacity: 1; transform: translateY(0); }

/* Spring stagger â€” more dynamic */
.k-stagger-spring.is-visible > * {
  animation: k-spring-up 0.55s var(--k-ease-spring) both;
}

.k-stagger-spring.is-visible > *:nth-child(1)  { animation-delay: 0.03s; }
.k-stagger-spring.is-visible > *:nth-child(2)  { animation-delay: 0.07s; }
.k-stagger-spring.is-visible > *:nth-child(3)  { animation-delay: 0.11s; }
.k-stagger-spring.is-visible > *:nth-child(4)  { animation-delay: 0.15s; }
.k-stagger-spring.is-visible > *:nth-child(5)  { animation-delay: 0.19s; }
.k-stagger-spring.is-visible > *:nth-child(6)  { animation-delay: 0.23s; }
.k-stagger-spring.is-visible > *:nth-child(7)  { animation-delay: 0.27s; }
.k-stagger-spring.is-visible > *:nth-child(8)  { animation-delay: 0.31s; }
.k-stagger-spring.is-visible > *:nth-child(9)  { animation-delay: 0.35s; }
.k-stagger-spring.is-visible > *:nth-child(10) { animation-delay: 0.39s; }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   11. DIRECTION-AWARE HOVER (JS-driven)
   Tilt tracking on mouse position
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Base class â€” JS handles the actual perspective transform */
.k-tilt-card {
  transition: transform 0.15s var(--k-ease-out);
  will-change: transform;
  perspective: 800px;
}

.k-tilt-card__inner {
  transition: transform 0.3s var(--k-ease-out);
  will-change: transform;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   12. BEFORE / AFTER SLIDER
   Product comparison slider
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-before-after {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: ew-resize;
  border-radius: 12px;
  user-select: none;
}

.k-before-after__before,
.k-before-after__after {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.k-before-after__after {
  clip-path: inset(0 50% 0 0);
}

.k-before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

.k-before-after__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 3;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   14. HEADER / ICON UNIFORMITY
   Sticky header fix + consistent icon sizing
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Sticky header â€” prevents floating on scroll */
header,
.k-header,
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(247, 244, 239, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Top bar stays as part of header flow */
.k-topbar {
  position: relative;
  z-index: 1;
}

/* Uniform icon sizing for all header icon buttons */
.k-header__icon-btn svg,
.k-header__icon-btn svg *,
.k-header__actions svg,
.k-header__actions a svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

/* Consistent icon button sizing */
.k-header__icon-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}

.k-header__icon-btn:hover {
  background: rgba(200, 148, 59, 0.1);
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  header,
  .k-header,
  .site-header {
    transition: none !important;
  }
  .k-header__icon-btn {
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .k-scroll-reveal,
  .k-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .k-parallax__layer {
    transform: none !important;
  }

  .k-marquee__inner {
    animation: none !important;
    padding-right: 0;
  }

  .k-tilt-card,
  .k-tilt-card__inner {
    transform: none !important;
  }

  .k-confetti {
    display: none !important;
  }

  .k-img-shimmer::after {
    display: none !important;
  }

  .k-ripple-css::after {
    display: none !important;
  }

  .k-sheen::before {
    display: none !important;
  }
}


/* â”€â”€â”€ EMIL KOWALSKI DESIGN ENGINEERING â”€â”€â”€
   Principles from github.com/emilkowalski/skill
   Applied: button press feedback, hover guards, entrance from scale(0.95),
   animation durations under 300ms, stagger delays, custom easings,
   transform-origin awareness, prefers-reduced-motion
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Button press feedback - scale(0.97) on :active for all pressable */
button:active:not(.no-press):not(.k-wishlist-popup__close):not(.k-wishlist-popup__add-btn):not(.k-wishlist-popup__remove-btn),
a:active:not(.no-press),
.goo-nav__item:active {
  transform: scale(0.97) !important;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

/* Hover effects only on hover-capable devices */
@media (hover: hover) and (pointer: fine) {
  .goo-nav__item:hover {
    color: #111;
    background: rgba(200, 148, 59, 0.1);
    padding-left: 22px;
    padding-right: 22px;
    transform: scale(1.04);
  }
  
  .k-header__icon-btn:hover {
    background: rgba(200, 148, 59, 0.1);
    transform: scale(1.08);
  }
  
  /* Product card hover - direction-aware */
  .k-card-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  }
  
  .k-tilt:hover {
    transform: perspective(800px) rotateX(var(--tilt-x, 4deg)) rotateY(var(--tilt-y, -4deg)) translateY(-4px);
  }
}

/* No animation for keyboard-triggered actions */
[data-keyboard-trigger] {
  animation: none !important;
  transition: none !important;
}

/* Stagger entrance with tight delays (30-80ms) */
.k-stagger-emil > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.k-stagger-emil.is-visible > *:nth-child(1) { transition-delay: 0.04s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(2) { transition-delay: 0.07s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(3) { transition-delay: 0.10s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(4) { transition-delay: 0.13s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(5) { transition-delay: 0.16s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(6) { transition-delay: 0.19s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(7) { transition-delay: 0.22s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(8) { transition-delay: 0.25s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(9) { transition-delay: 0.28s; opacity: 1; transform: translateY(0); }
.k-stagger-emil.is-visible > *:nth-child(10) { transition-delay: 0.31s; opacity: 1; transform: translateY(0); }

/* Popover origin awareness - scale from trigger, not center */
.k-popover-emil {
  transform-origin: var(--popover-origin, top center);
  transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
              opacity 160ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* Exception: modals stay centered */
.k-popover-emil[data-type="modal"] {
  transform-origin: center;
}

/* Animation durations under 300ms for UI elements */
.goo-nav__item {
  transition-duration: 0.25s !important;
}
.k-press {
  transition-duration: 0.14s !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  button:active,
  a:active,
  .goo-nav__item:active,
  .k-press-emil {
    transform: none !important;
    transition: none !important;
  }
  .k-stagger-emil > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .k-goo-nav__item,
  .goo-nav__item {
    transition-duration: 0.01ms !important;
  }
}


/* === animations-enhanced.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA â€” ENHANCED ANIMATIONS & MICRO-INTERACTIONS
   Gold/amber hover effects, staggered entrances, 
   button feedback, and scroll-triggered reveals.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ Scroll-triggered Reveal â”€â”€â”€ */
.k-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.k-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.k-reveal--left {
  transform: translateX(-28px);
}
.k-reveal--left.is-visible {
  transform: translateX(0);
}

.k-reveal--right {
  transform: translateX(28px);
}
.k-reveal--right.is-visible {
  transform: translateX(0);
}

.k-reveal--scale {
  transform: scale(0.92);
}
.k-reveal--scale.is-visible {
  transform: scale(1);
}

/* Stagger children */
.k-reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.k-reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.19s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.26s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.33s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.40s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.47s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 0.54s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(9) { transition-delay: 0.61s; opacity: 1; transform: translateY(0); }
.k-reveal-stagger.is-visible > *:nth-child(10) { transition-delay: 0.68s; opacity: 1; transform: translateY(0); }

/* â”€â”€â”€ Gold Sweep â€” Logo Color Hover Effect â”€â”€â”€ */
/* A warm gold sweep that moves across elements on hover */
.gold-sweep {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gold-sweep::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(200, 162, 78, 0.08) 40%,
    rgba(200, 162, 78, 0.15) 50%,
    rgba(200, 162, 78, 0.08) 60%,
    transparent 100%
  );
  transition: left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.gold-sweep:hover::before {
  left: 100%;
}

/* â”€â”€â”€ Gold Accent Border â€” Underline grows from center â”€â”€â”€ */
.gold-underline {
  position: relative;
  text-decoration: none;
}

.gold-underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c8a24e, #b8862c);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), left 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 2px;
}

.gold-underline:hover::after {
  width: 100%;
  left: 0;
}

/* â”€â”€â”€ Gold Glow on hover â”€â”€â”€ */
.gold-glow {
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-glow:hover {
  box-shadow: 0 0 0 3px rgba(200, 162, 78, 0.15),
              0 8px 24px rgba(200, 162, 78, 0.1);
  transform: translateY(-2px);
}

/* â”€â”€â”€ Button Press Effect â”€â”€â”€ */
.btn-press:active {
  transform: scale(0.96) !important;
}

/* â”€â”€â”€ Ripple Effect for Buttons â”€â”€â”€ */
.k-ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.k-ripple::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(200, 162, 78, 0.25);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.k-ripple:not(:active)::after {
  animation: k-ripple-effect 0.6s ease-out;
}

@keyframes k-ripple-effect {
  0% { transform: scale(0); opacity: 0.5; }
  100% { transform: scale(4); opacity: 0; }
}

/* â”€â”€â”€ Shimmer Loading â”€â”€â”€ */
.k-shimmer {
  background: linear-gradient(
    110deg,
    oklch(0.94 0.01 75) 30%,
    oklch(0.98 0.005 80) 50%,
    oklch(0.94 0.01 75) 70%
  );
  background-size: 200% 100%;
  animation: k-shimmer 1.5s ease-in-out infinite;
}

@keyframes k-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* â”€â”€â”€ Gold Border Pulse â€” for CTAs / Featured Elements â”€â”€â”€ */
.gold-border-pulse {
  border: 1.5px solid rgba(200, 162, 78, 0.25);
  animation: gold-border-pulse 2.5s ease-in-out infinite;
}

@keyframes gold-border-pulse {
  0%, 100% { border-color: rgba(200, 162, 78, 0.25); box-shadow: 0 0 0 0 rgba(200, 162, 78, 0); }
  50% { border-color: rgba(200, 162, 78, 0.5); box-shadow: 0 0 20px rgba(200, 162, 78, 0.08); }
}

/* â”€â”€â”€ Fade In Up (reusable) â”€â”€â”€ */
@keyframes k-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes k-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes k-scale-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

/* â”€â”€â”€ Card Hover: Gold accent bar at top â”€â”€â”€ */
.k-card-gold-top {
  position: relative;
}

.k-card-gold-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #c8a24e, #b8862c);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), left 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 0 0 3px 3px;
  z-index: 5;
}

.k-card-gold-top:hover::before {
  width: 100%;
  left: 0;
}

/* â”€â”€â”€ Gold Dot Cursor Trail (subtle) â”€â”€â”€ */
.k-gold-dot {
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.k-gold-dot:hover {
  background: linear-gradient(135deg, #c8a24e, #b8862c) !important;
  transform: scale(1.15);
  box-shadow: 0 4px 16px rgba(200, 162, 78, 0.3);
}

/* â”€â”€â”€ Cart Badge Bounce â”€â”€â”€ */
@keyframes k-badge-bounce {
  0% { transform: scale(1); }
  30% { transform: scale(1.3); }
  50% { transform: scale(0.9); }
  70% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.k-badge-bounce {
  animation: k-badge-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* â”€â”€â”€ Skeleton Loading Animation â”€â”€â”€ */
@keyframes k-skeleton {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.k-skeleton {
  background: linear-gradient(
    110deg,
    oklch(0.92 0.01 75) 30%,
    oklch(0.97 0.005 80) 50%,
    oklch(0.92 0.01 75) 70%
  );
  background-size: 200% 100%;
  animation: k-skeleton 1.5s ease-in-out infinite;
  border-radius: 6px;
}

/* â”€â”€â”€ Page Transition â”€â”€â”€ */
.k-page-enter {
  animation: k-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.k-page-enter-d1 { animation-delay: 0.1s; }
.k-page-enter-d2 { animation-delay: 0.2s; }
.k-page-enter-d3 { animation-delay: 0.3s; }
.k-page-enter-d4 { animation-delay: 0.4s; }
.k-page-enter-d5 { animation-delay: 0.5s; }
.k-page-enter-d6 { animation-delay: 0.6s; }

/* â”€â”€â”€ Image Hover: Gold Overlay â”€â”€â”€ */
.k-img-gold-hover {
  position: relative;
  overflow: hidden;
}

.k-img-gold-hover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(200, 162, 78, 0) 0%,
    rgba(200, 162, 78, 0.06) 50%,
    rgba(200, 162, 78, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.k-img-gold-hover:hover::after {
  opacity: 1;
}

/* â”€â”€â”€ Link Hover: Gold Text Shift â”€â”€â”€ */
.k-link-gold {
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.k-link-gold:hover {
  color: #b8862c !important;
  transform: translateX(4px);
}

/* â”€â”€â”€ Button: Gold Gradient Fill â”€â”€â”€ */
.btn-gold-fill {
  position: relative;
  background: transparent;
  border: 1.5px solid #c8a24e;
  color: #c8a24e;
  overflow: hidden;
  z-index: 1;
  transition: color 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-gold-fill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #c8a24e, #b8862c);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-gold-fill:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-gold-fill:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-gold-fill:active {
  transform: translateY(0) scale(0.97);
}

/* â”€â”€â”€ Nav Link: Gold Active Indicator â”€â”€â”€ */
.nav-gold-indicator {
  position: relative;
}

.nav-gold-indicator::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2.5px;
  background: linear-gradient(90deg, #c8a24e, #b8862c);
  border-radius: 2px 2px 0 0;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-gold-indicator:hover::after,
.nav-gold-indicator.is-active::after {
  width: 70%;
}

/* â”€â”€â”€ Reduced Motion â”€â”€â”€ */
@media (prefers-reduced-motion: reduce) {
  .k-reveal { opacity: 1; transform: none; transition: none; }
  .k-reveal-stagger > * { opacity: 1; transform: none; transition: none; }
  .gold-sweep::before { display: none; }
  .gold-underline::after { display: none; }
  .k-ripple::after { display: none; }
  .gold-sweep { overflow: visible; }
}

/* â”€â”€â”€ Lightbox / Modal Enter â”€â”€â”€ */
.k-modal-enter {
  animation: k-scale-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.k-modal-backdrop-enter {
  animation: k-fade-in 0.25s ease both;
}

/* â”€â”€â”€ Count Up Animation Trigger â”€â”€â”€ */
.k-count-up {
  display: inline-block;
  font-feature-settings: 'tnum' 1;
}

/* â”€â”€â”€ Gold Checkmark Animation â”€â”€â”€ */
@keyframes k-check-draw {
  to { stroke-dashoffset: 0; }
}

.k-check-gold path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: k-check-draw 0.5s 0.2s ease forwards;
  stroke: #b8862c;
}


/* === kakoara-global-header.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA GLOBAL HEADER â€” Unified Fixed Navbar
   Injected by kakoara-global-header.js | External CSS for performance
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --kb-cream: #FAF7F2;
  --kb-cream-dark: #F5F0E8;
  --kb-brown: #3E2723;
  --kb-brown-400: #5D4037;
  --kb-gold: #C9A96E;
  --kb-terracotta: #C65D3B;
  --kb-border: rgba(232,223,208,0.5);
  --kb-text: #3E2723;
  --kb-text-muted: #8B6F47;
  --kb-font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --kb-font-display: 'Playfair Display', Georgia, serif;
  --kb-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  padding-top: 66px !important;
}

@media (max-width: 767px) {
  body {
    padding-top: 58px !important;
  }
}

body.nav-open {
  overflow: hidden;
}

/* â”€â”€â”€ Header â”€â”€â”€ */
.kb-global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250,247,242,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--kb-border);
  transition: all 0.2s var(--kb-ease);
}

.kb-global-header.is-shrunk {
  background: rgba(250,247,242,0.95);
}

.kb-global-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  transition: height 0.2s var(--kb-ease);
}

.kb-global-header.is-shrunk .kb-global-header__inner {
  height: 52px;
}

.kb-global-header__logo {
  font-family: var(--kb-font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--kb-brown);
  line-height: 1;
  text-decoration: none;
  flex-shrink: 0;
}

.kb-global-header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.kb-global-header__link {
  padding: 8px 14px;
  border-radius: 18px;
  font-family: var(--kb-font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--kb-text-muted);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s var(--kb-ease);
  white-space: nowrap;
}

.kb-global-header__link:hover {
  color: var(--kb-brown);
  background: rgba(62,39,35,0.05);
}

.kb-global-header__link.is-active {
  color: var(--kb-cream);
  background: var(--kb-brown);
}

.kb-global-header__actions {
  display: flex;
  align-items: center;
  gap: 2px;
}

.kb-global-header__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--kb-text);
  border-radius: 50%;
  transition: all 0.2s var(--kb-ease);
}

.kb-global-header__icon:hover {
  background: rgba(62,39,35,0.06);
}

.kb-global-header__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.kb-global-header__cart-wrap {
  position: relative;
}

.kb-global-header__cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--kb-terracotta);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(198,93,59,0.3);
}

.kb-global-header__menu-btn {
  display: none;
}

@media (max-width: 767px) {
  .kb-global-header__nav {
    display: none;
  }
  .kb-global-header__menu-btn {
    display: flex;
  }
  .kb-global-header__inner {
    height: 52px;
    padding: 0 16px;
  }
  .kb-global-header__logo {
    font-size: 1.15rem;
  }
}

/* â”€â”€â”€ Mobile Menu â”€â”€â”€ */
.kb-global-menu {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--kb-cream);
  display: none;
  flex-direction: column;
  padding: 80px 24px 32px;
}

.kb-global-menu.is-open {
  display: flex;
}

.kb-global-menu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--kb-text);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: background 0.2s;
}

.kb-global-menu__close:hover {
  background: rgba(62,39,35,0.06);
}

.kb-mobile-nav__search-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 18px 0;
  border: none;
  border-bottom: 1px solid var(--kb-border);
  background: transparent;
  font-family: var(--kb-font-sans);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--kb-gold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: color 0.2s;
}
.kb-mobile-nav__search-btn:hover {
  color: var(--kb-terracotta);
}
.kb-mobile-nav__search-btn kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  margin-left: auto;
  background: rgba(51,201,186,0.12);
  border: 1px solid rgba(51,201,186,0.25);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--kb-gold);
}

.kb-global-menu__link {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--kb-border);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--kb-text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.kb-global-menu__link:hover {
  color: var(--kb-terracotta);
}

.kb-global-menu__link.is-active {
  color: var(--kb-terracotta);
}

/* â”€â”€â”€ Cart Drawer â”€â”€â”€ */
.kb-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: transparent;
  display: none;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.25s ease;
  padding: 24px;
  padding-bottom: 80px;
}

.kb-cart-overlay.is-open {
  display: flex;
  opacity: 1;
}

.kb-cart-drawer {
  width: 100%;
  max-width: 390px;
  max-height: 75vh;
  max-height: 75dvh;
  background: var(--kb-cream);
  display: flex;
  flex-direction: column;
  transform: scale(0.4) translateY(20px);
  transform-origin: bottom left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  opacity: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.04);
}

.kb-cart-overlay.is-open .kb-cart-drawer {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.kb-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 12px;
  border-bottom: 1px solid var(--kb-border);
}

.kb-cart-drawer__title {
  font-family: var(--kb-font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--kb-text);
  letter-spacing: 0.04em;
}

.kb-cart-drawer__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--kb-text-muted);
  border-radius: 50%;
}

.kb-cart-drawer__close:hover {
  background: rgba(62,39,35,0.06);
}

.kb-cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 4px 20px;
  font-family: var(--kb-font-sans);
}

.kb-cart-drawer__empty {
  text-align: center;
  padding: 40px 0;
  color: var(--kb-text-muted);
}

.kb-cart-drawer__footer {
  padding: 12px 20px 16px;
  border-top: 1px solid var(--kb-border);
  background: rgba(255,255,255,0.5);
}

.kb-cart-drawer__total-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--kb-font-sans);
  font-size: 0.85rem;
  color: var(--kb-text-muted);
  margin: 4px 0;
}

.kb-cart-grand {
  font-size: 1rem;
  font-weight: 700;
  color: var(--kb-text);
  padding-top: 8px;
  border-top: 1px solid var(--kb-border);
  margin-top: 8px;
}

.kb-cart-grand-amount {
  color: var(--kb-terracotta);
}

.kb-cart-drawer__continue {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--kb-font-sans);
  font-size: 0.78rem;
  color: var(--kb-text-muted);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-top: 8px;
  transition: color 0.3s;
}

.kb-cart-drawer__continue:hover {
  color: var(--kb-text);
}

/* â”€â”€â”€ Cart Item â”€â”€â”€ */
.kb-cart-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--kb-border);
}

.kb-cart-item:last-child {
  border-bottom: none;
}

.kb-cart-item__info {
  flex: 1;
  min-width: 0;
}

.kb-cart-item__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--kb-text);
}

.kb-cart-item__meta {
  font-size: 0.72rem;
  color: var(--kb-text-muted);
}

.kb-cart-item__price {
  font-weight: 700;
  color: var(--kb-terracotta);
  font-size: 0.85rem;
  margin-top: 4px;
}

.kb-cart-item__qty-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.kb-cart-qty-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kb-border);
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--kb-text);
}

.kb-cart-qty-btn:hover {
  background: var(--kb-cream-dark);
}

.kb-cart-remove {
  padding: 4px 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ef5350;
  font-size: 1.1rem;
}

/* â”€â”€â”€ Reduced Motion â”€â”€â”€ */
@media (prefers-reduced-motion: reduce) {
  .kb-cart-drawer {
    transition: none;
  }
  .kb-global-header {
    transition: none;
  }
}


/* === kakoara-image-loading.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA IMAGE LOADING STATES â€” Skeleton, Blur-up, Lazy Load
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ Skeleton Placeholder â”€â”€â”€ */
.k-img-skeleton {
  position: relative;
  background: linear-gradient(
    110deg,
    var(--k-cream-100) 0%,
    var(--k-cream-50) 40%,
    var(--k-cream-100) 80%
  );
  background-size: 200% 100%;
  animation: kShimmer 1.5s ease-in-out infinite;
  overflow: hidden;
}

.k-img-skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: kShimmerSweep 1.8s ease-in-out infinite;
}

@keyframes kShimmerSweep {
  0% { transform: translateX(-100%); }
  60% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

/* â”€â”€â”€ Blur-up Image Loading â”€â”€â”€ */
.k-img-blur {
  position: relative;
  overflow: hidden;
  background: var(--k-cream-100);
}

.k-img-blur img {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: blur(20px);
  transform: scale(1.05);
}

.k-img-blur img.loaded {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.k-img-blur img.loading-skeleton {
  opacity: 0;
}

/* â”€â”€â”€ Skeleton overlay (for cards) â”€â”€â”€ */
.k-skeleton-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    110deg,
    var(--k-cream-100) 0%,
    var(--k-cream-50) 40%,
    var(--k-cream-100) 80%
  );
  background-size: 200% 100%;
  animation: kShimmer 1.5s ease-in-out infinite;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.k-skeleton-overlay.is-loaded {
  opacity: 0;
  pointer-events: none;
}

/* â”€â”€â”€ Image error state â”€â”€â”€ */
.k-img-error {
  position: relative;
  background: var(--k-cream-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--k-text-faint);
  font-size: 0.75rem;
}

.k-img-error::before {
  content: 'âœ¦';
  font-size: 2rem;
  opacity: 0.4;
}

.k-img-error img {
  display: none !important;
}

/* â”€â”€â”€ Lazy loading fade-in â”€â”€â”€ */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

img[loading="lazy"].is-loaded,
img[loading="lazy"].loaded {
  opacity: 1;
}

/* â”€â”€â”€ Product card skeleton â”€â”€â”€ */
.k-product-skeleton {
  position: relative;
  border-radius: var(--k-radius, 20px);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--k-border-light, rgba(232, 223, 208, 0.5));
}

.k-product-skeleton__media {
  aspect-ratio: 3/4;
  background: linear-gradient(
    110deg,
    var(--k-cream-100) 0%,
    var(--k-cream-50) 40%,
    var(--k-cream-100) 80%
  );
  background-size: 200% 100%;
  animation: kShimmer 1.5s ease-in-out infinite;
}

.k-product-skeleton__info {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.k-product-skeleton__bar {
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(
    110deg,
    var(--k-cream-100) 0%,
    var(--k-cream-50) 40%,
    var(--k-cream-100) 80%
  );
  background-size: 200% 100%;
  animation: kShimmer 1.5s ease-in-out infinite;
}

.k-product-skeleton__bar--short {
  width: 60%;
}

.k-product-skeleton__bar--price {
  width: 40%;
  margin-top: auto;
}


/* === kakoara-recently-viewed.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA RECENTLY VIEWED â€” Persistent Browsing Journey
   Warm Editorial Luxury | Consistent with Kakoara design
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ Section Container â”€â”€â”€ */
.k-rv-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
  border-top: 1px solid rgba(232, 223, 208, 0.5);
  background: linear-gradient(180deg, transparent 0%, rgba(250, 247, 242, 0.6) 100%);
}

/* â”€â”€â”€ Header â”€â”€â”€ */
.k-rv-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1rem;
}

.k-rv-header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.k-rv-icon-wrap {
  width: 44px;
  height: 44px;
  background: rgba(198, 93, 59, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #C65D3B;
}

.k-rv-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #3E2723;
  margin: 0 0 2px;
  line-height: 1.2;
}

.k-rv-subtitle {
  font-size: 0.8rem;
  color: #8B6F47;
  margin: 0;
}

.k-rv-header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.k-rv-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  border: 1px solid #E8DFD0;
  background: rgba(255,255,255,0.7);
  font-size: 0.72rem;
  font-weight: 600;
  color: #8B6F47;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  white-space: nowrap;
}

.k-rv-btn:hover {
  border-color: #C65D3B;
  color: #C65D3B;
  background: rgba(198, 93, 59, 0.05);
  transform: translateY(-1px);
}

.k-rv-clear {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.k-rv-expand svg {
  transition: transform 0.3s ease;
}

.k-rv-expand.is-expanded svg {
  transform: rotate(180deg);
}

/* â”€â”€â”€ Grid â”€â”€â”€ */
.k-rv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 640px) {
  .k-rv-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

/* â”€â”€â”€ Card â”€â”€â”€ */
.k-rv-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(232, 223, 208, 0.5);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.k-rv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(62, 39, 35, 0.1);
  border-color: rgba(198, 93, 59, 0.2);
}

.k-rv-card-media {
  aspect-ratio: 3 / 4;
  max-height: 320px;
  overflow: hidden;
  background: #f5f0e8;
  border-radius: 10px;
  position: relative;
  background: #F5F0E8;
}

.k-rv-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.k-rv-card:hover .k-rv-card-media img {
  transform: scale(1.08);
}

.k-rv-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 8px;
  border-radius: 100px;
  background: linear-gradient(135deg, #C9A96E, #D4845E);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(201, 169, 110, 0.2);
}

.k-rv-card-info {
  padding: 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.k-rv-card-sub {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A96E;
}

.k-rv-card-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3E2723;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.k-rv-card:hover .k-rv-card-name {
  color: #C65D3B;
}

.k-rv-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.35rem;
}

.k-rv-card-price {
  font-size: 0.8rem;
  font-weight: 700;
  color: #C65D3B;
}

.k-rv-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #8B6F47;
}

/* â”€â”€â”€ CTA â”€â”€â”€ */
.k-rv-cta {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(232, 223, 208, 0.3);
}

.k-rv-cta-text {
  font-size: 0.8rem;
  color: #8B6F47;
  margin: 0 0 0.75rem;
}

.k-rv-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  border: 1.5px solid #3E2723;
  background: transparent;
  color: #3E2723;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
}

.k-rv-cta-btn:hover {
  background: #3E2723;
  color: #FAF7F2;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(62, 39, 35, 0.15);
}

/* â”€â”€â”€ Animations â”€â”€â”€ */
@keyframes kRvFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.k-rv-card {
  animation: kRvFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.k-rv-card:nth-child(1) { animation-delay: 0.05s; }
.k-rv-card:nth-child(2) { animation-delay: 0.1s; }
.k-rv-card:nth-child(3) { animation-delay: 0.15s; }
.k-rv-card:nth-child(4) { animation-delay: 0.2s; }

/* â”€â”€â”€ Mobile â”€â”€â”€ */
@media (max-width: 480px) {
  .k-rv-card-info { padding: 0.5rem; }
  .k-rv-card-name { font-size: 0.7rem; }
  .k-rv-card-price { font-size: 0.72rem; }
  .k-rv-card-rating { font-size: 0.6rem; }
  .k-rv-cta-btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .k-rv-card { animation: none; }
  .k-rv-card-media img { transition: none; }
  .k-rv-card { transition: none; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PWA INSTALL PROMPT â€” Homepage Utility Bar
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.k-install-prompt {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--k-cream, #FAF7F2);
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}

.k-install-prompt:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

.k-install-prompt svg {
  width: 14px;
  height: 14px;
}

/* â”€â”€â”€ Trust bar PWA button variant â”€â”€â”€ */
.k-trust .k-install-prompt {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.15);
  color: var(--k-cream, #FAF7F2);
}

.k-trust .k-install-prompt:hover {
  background: rgba(255,255,255,0.22);
}

/* â”€â”€â”€ Static PWA badge for non-interactive display â”€â”€â”€ */
.k-pwa-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.05em;
}

.k-pwa-badge svg {
  width: 12px;
  height: 12px;
}

/* ─── PWA Install Bottom Sheet (TikTok-style) ─── */

.pwa-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.pwa-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.pwa-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483648;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 24px 24px max(24px, env(safe-area-inset-bottom, 16px));
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.15);
  max-width: 480px;
  margin: 0 auto;
}

.pwa-sheet.is-open {
  transform: translateY(0);
}

.pwa-sheet__handle {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  margin: 0 auto 16px;
}

.pwa-sheet__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.pwa-sheet__icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pwa-sheet__icon svg {
  width: 28px;
  height: 28px;
  color: #c8943b;
}

.pwa-sheet__info {
  flex: 1;
  min-width: 0;
}

.pwa-sheet__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c1917;
  margin: 0 0 3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pwa-sheet__desc {
  font-size: 0.8rem;
  color: #78716c;
  margin: 0;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pwa-sheet__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.pwa-sheet__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pwa-sheet__feature svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #c8943b;
}

.pwa-sheet__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pwa-sheet__btn {
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pwa-sheet__btn--primary {
  background: #c8943b;
  color: #fff;
}

.pwa-sheet__btn--primary:hover {
  background: #b8832e;
}

.pwa-sheet__btn--secondary {
  background: transparent;
  color: #78716c;
}

.pwa-sheet__btn--secondary:hover {
  background: #f5f5f4;
}

/* === popup-assistant.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA ASSISTANT v3.0
   Premium glassmorphism chat experience
   Zero-impact â€” never breaks core functionality
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --pa-gold: #C8943B;
  --pa-gold-dark: #A6782E;
  --pa-gold-light: #E8C56A;
  --pa-bg: #F5F0EB;
  --pa-surface: #FCFAF7;
  --pa-text: #2C1810;
  --pa-text-muted: #9C8B7A;
  --pa-bot-bubble: #EDE6DC;
  --pa-user-bubble: #D4845E;
  --pa-border: rgba(180, 140, 100, 0.12);
  --pa-shadow: rgba(60, 40, 20, 0.08);
  --pa-radius: 14px;
  --pa-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pa-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FLOATING ACTION BUTTON
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 2147483647;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4845E 0%, var(--pa-gold) 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow:
    0 4px 20px rgba(200, 148, 59, 0.3),
    0 2px 8px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s var(--pa-ease);
  position: relative;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.pa-fab::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(200, 148, 59, 0.25);
  animation: pa-pulse-ring 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  pointer-events: none;
}

@keyframes pa-pulse-ring {
  0% { transform: scale(0.92); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 0.3; }
  100% { transform: scale(1.3); opacity: 0; }
}

.pa-fab:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow:
    0 8px 30px rgba(200, 148, 59, 0.4),
    0 4px 12px rgba(0,0,0,0.15);
  background: linear-gradient(135deg, var(--pa-gold-light) 0%, #c8943b 100%);
}

.pa-fab:active {
  transform: scale(0.92);
}

.pa-fab svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s var(--pa-ease);
}

.pa-fab__close-icon { display: none; }
.pa-fab.is-open .pa-fab__open-icon { display: none; }
.pa-fab.is-open .pa-fab__close-icon { display: block; }
.pa-fab.is-open::before { animation: none; opacity: 0; }

/* â”€â”€â”€ Online Status Dot â”€â”€â”€ */

.pa-fab__dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2ecc71;
  border: 2.5px solid #fff;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.pa-fab__dot::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: #2ecc71;
  animation: pa-dot-pulse 2s ease-in-out infinite;
}

@keyframes pa-dot-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* â”€â”€â”€ Unread Badge â”€â”€â”€ */

.pa-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background: #e74c3c;
  color: #fff;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  z-index: 2;
  display: none;
  box-shadow: 0 2px 6px rgba(231, 76, 60, 0.4);
  animation: pa-badge-in 0.3s var(--pa-ease-bounce);
}

.pa-badge.is-visible { display: block; }

@keyframes pa-badge-in {
  0% { transform: scale(0); }
  70% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CHAT PANEL
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-panel {
  position: fixed;
  bottom: 86px;
  right: 24px;
  z-index: 2147483646;
  width: 360px;
  max-height: 540px;
  background: var(--pa-surface);
  border-radius: var(--pa-radius);
  box-shadow:
    0 16px 48px rgba(0,0,0,0.12),
    0 4px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  display: none;
  flex-direction: column;
  transform-origin: bottom right;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transition: all 0.35s var(--pa-ease);
  pointer-events: auto;
  /* Glassmorphism base */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
}

.pa-panel.is-open {
  display: flex;
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PANEL HEADER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-header {
  background: linear-gradient(135deg, #D4845E 0%, var(--pa-gold) 100%);
  color: #fff;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.pa-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(200, 148, 59, 0.08) 100%);
  pointer-events: none;
}

.pa-header__left {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}

.pa-header__avatar {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(200, 148, 59, 0.3);
}

.pa-header__info { flex: 1; min-width: 0; }

.pa-header__title {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
  letter-spacing: -0.01em;
}

.pa-header__status {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.6);
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pa-header__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ecc71;
  display: inline-block;
  animation: pa-dot-pulse 2s ease-in-out infinite;
}

.pa-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}

.pa-header__btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: all 0.2s;
  padding: 0;
  line-height: 1;
}

.pa-header__btn:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.pa-header__btn--sound.is-muted {
  opacity: 0.4;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CHAT BODY
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-behavior: smooth;
  background: #fafaf8;
  min-height: 200px;
}

.pa-body::-webkit-scrollbar {
  width: 4px;
}

.pa-body::-webkit-scrollbar-track {
  background: transparent;
}

.pa-body::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1);
  border-radius: 2px;
}

.pa-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.18);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CHAT BUBBLES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-message {
  max-width: 88%;
  padding: 10px 14px;
  border-radius: 12px;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8rem;
  line-height: 1.55;
  animation: pa-msg-in 0.35s var(--pa-ease) both;
  word-wrap: break-word;
  position: relative;
}

@keyframes pa-msg-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* User message */
.pa-message--user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--pa-gold) 0%, var(--pa-gold-dark) 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 8px rgba(200, 148, 59, 0.15);
}

/* Bot message */
.pa-message--bot {
  align-self: flex-start;
  background: var(--pa-bot-bubble);
  color: var(--pa-text);
  border-bottom-left-radius: 4px;
  border: 1px solid rgba(255,255,255,0.5);
}

.pa-message--bot strong {
  color: var(--pa-gold-dark);
  font-weight: 600;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TYPING INDICATOR
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-typing {
  align-self: flex-start;
  display: none;
  align-items: center;
  gap: 5px;
  padding: 12px 18px;
  background: var(--pa-bot-bubble);
  border-radius: 14px;
  border-bottom-left-radius: 4px;
  border: 1px solid rgba(255,255,255,0.6);
  margin-top: -4px;
}

.pa-typing.is-visible {
  display: flex;
  animation: pa-msg-in 0.25s var(--pa-ease) both;
}

.pa-typing__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbb;
  animation: pa-typing-bounce 1.4s ease-in-out infinite;
}

.pa-typing__dot:nth-child(2) { animation-delay: 0.16s; }
.pa-typing__dot:nth-child(3) { animation-delay: 0.32s; }

@keyframes pa-typing-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    background: #bbb;
  }
  30% {
    transform: translateY(-8px);
    background: var(--pa-gold);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SUGGESTION CHIPS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0 8px;
  animation: pa-msg-in 0.35s var(--pa-ease) both;
}

.pa-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1.5px solid rgba(0,0,0,0.07);
  background: #fff;
  color: #555;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s var(--pa-ease);
  white-space: nowrap;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.pa-chip:hover {
  border-color: var(--pa-gold);
  color: var(--pa-gold-dark);
  background: #faf8f5;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(200, 148, 59, 0.12);
}

.pa-chip:active {
  transform: translateY(0);
}

.pa-chip span {
  font-size: 0.8rem;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INPUT AREA
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-input-area {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 12px;
  border-top: 1px solid var(--pa-border);
  background: #fff;
  flex-shrink: 0;
}

.pa-input {
  flex: 1;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(0,0,0,0.07);
  background: #f5f5f5;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8rem;
  color: var(--pa-text);
  outline: none;
  transition: all 0.2s var(--pa-ease);
}

.pa-input:focus {
  border-color: var(--pa-gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(200, 148, 59, 0.08);
}

.pa-input::placeholder {
  color: #aaa;
}

.pa-send-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, var(--pa-user-bubble) 0%, var(--pa-gold) 100%);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s var(--pa-ease);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(212, 132, 94, 0.2);
}

.pa-send-btn:hover {
  background: linear-gradient(135deg, var(--pa-gold-light) 0%, var(--pa-user-bubble) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(212, 132, 94, 0.3);
}

.pa-send-btn:active {
  transform: scale(0.94);
}

.pa-send-btn svg {
  width: 16px;
  height: 16px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER LINKS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 14px 10px;
  background: #fafaf8;
  flex-shrink: 0;
  border-top: 1px solid var(--pa-border);
}

.pa-footer a {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.65rem;
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}

.pa-footer a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: rgba(0,0,0,0.08);
}

.pa-footer a:hover {
  color: var(--pa-gold);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PROACTIVE MESSAGE BANNER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pa-proactive {
  position: fixed;
  bottom: 82px;
  right: 24px;
  z-index: 2147483645;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  max-width: 260px;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  color: var(--pa-text);
  line-height: 1.5;
  cursor: pointer;
  animation: pa-proactive-in 0.5s var(--pa-ease-bounce) both;
  border: 1px solid rgba(200, 148, 59, 0.15);
  display: none;
}

.pa-proactive.is-visible { display: block; }

@keyframes pa-proactive-in {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pa-proactive__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.05);
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  line-height: 1;
  transition: all 0.2s;
  padding: 0;
}

.pa-proactive__close:hover {
  background: rgba(0,0,0,0.1);
  color: #333;
}

.pa-proactive__text {
  padding-right: 20px;
}

.pa-proactive__text strong {
  color: var(--pa-gold-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 480px) {
  .pa-panel {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: 72px;
    max-height: 75vh;
    border-radius: 12px;
  }

  .pa-fab {
    bottom: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
  }

  .pa-fab svg { width: 20px; height: 20px; }

  .pa-message {
    max-width: 92%;
    font-size: 0.78rem;
  }

  .pa-proactive {
    right: 10px;
    left: 10px;
    max-width: none;
    bottom: 72px;
  }

  .pa-header {
    padding: 14px;
  }

  .pa-body {
    padding: 12px 12px 6px;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   REDUCED MOTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (prefers-reduced-motion: reduce) {
  .pa-fab,
  .pa-fab::before,
  .pa-panel,
  .pa-message,
  .pa-typing,
  .pa-chip,
  .pa-badge,
  .pa-proactive {
    animation: none !important;
    transition: none !important;
  }
}


/* === search-overlay.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SEARCH OVERLAY
   Full-screen product search with overlay
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --so-overlay-bg: rgba(0,0,0,0.35);
  --so-panel-bg: #ffffff;
  --so-text: #111111;
  --so-text-secondary: #555555;
  --so-border: #e6e6e6;
  --so-accent: #c8943b;
}

/* â”€â”€â”€ Overlay backdrop â”€â”€â”€ */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--so-overlay-bg);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 24px 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.search-overlay.is-open {
  display: flex;
  opacity: 1;
}

/* â”€â”€â”€ Panel â”€â”€â”€ */
.search-overlay__panel {
  background: var(--so-panel-bg);
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.12);
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: so-slide-down 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes so-slide-down {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* â”€â”€â”€ Search header â”€â”€â”€ */
.search-overlay__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--so-border);
}

.search-overlay__icon {
  flex-shrink: 0;
  color: var(--so-text-muted, #999);
}

.search-overlay__icon svg {
  width: 20px;
  height: 20px;
}

.search-overlay__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.05rem;
  font-family: inherit;
  color: var(--so-text);
  background: transparent;
  padding: 4px 0;
}

.search-overlay__input::placeholder {
  color: #bbb;
}

.search-overlay__close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--so-bg-alt, #f5f5f5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--so-text-secondary);
  flex-shrink: 0;
  transition: all 0.2s;
}

.search-overlay__close:hover {
  background: #e8e8e8;
  color: var(--so-text);
}

.search-overlay__close svg {
  width: 16px;
  height: 16px;
}

/* â”€â”€â”€ Quick categories â”€â”€â”€ */
.search-overlay__quick {
  display: flex;
  gap: 6px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--so-border);
  flex-wrap: wrap;
}

.search-overlay__pill {
  padding: 5px 14px;
  border-radius: 9999px;
  border: 1px solid var(--so-border);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--so-text-secondary);
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  white-space: nowrap;
}

.search-overlay__pill:hover {
  border-color: var(--so-text);
  color: var(--so-text);
  background: var(--so-bg-alt, #f7f7f5);
}

/* â”€â”€â”€ Results area â”€â”€â”€ */
.search-overlay__results {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  min-height: 120px;
}

.search-overlay__empty {
  text-align: center;
  padding: 40px 20px;
  color: #bbb;
  font-size: 0.85rem;
}

.search-overlay__result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.search-overlay__result-item:hover {
  background: #f7f7f5;
}

.search-overlay__result-img {
  width: 44px;
  height: 56px;
  border-radius: 6px;
  object-fit: cover;
  background: #f0f0ee;
  flex-shrink: 0;
}

.search-overlay__result-info {
  flex: 1;
  min-width: 0;
}

.search-overlay__result-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--so-text);
  margin: 0 0 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-overlay__result-category {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--so-text-muted, #999);
  margin: 0;
}

.search-overlay__result-price {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--so-text);
  margin: 0;
  flex-shrink: 0;
}

/* â”€â”€â”€ Responsive â”€â”€â”€ */
/* ─── Mobile Search: input, recent, cancel ─── */
.search-overlay__cancel {
  display: none;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--so-accent, #c8943b);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.search-overlay__recent {
  padding: 8px 0;
  border-bottom: 1px solid var(--so-border);
}

.search-overlay__recent-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  padding: 4px 20px 8px;
}

.search-overlay__recent-list {
  display: flex;
  flex-direction: column;
}

.search-overlay__recent-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.85rem;
  color: #555;
  font-family: inherit;
  text-align: left;
  transition: background 0.15s;
}

.search-overlay__recent-item:hover {
  background: #f7f7f5;
}

.search-overlay__recent-item svg {
  flex-shrink: 0;
  opacity: 0.4;
}

.search-overlay__trending {
  padding: 12px 0;
  border-bottom: 1px solid var(--so-border);
}

.search-overlay__trending-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  padding: 0 20px 10px;
}

.search-overlay__trending-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 20px 4px;
  scrollbar-width: none;
}

.search-overlay__trending-list::-webkit-scrollbar { display: none; }

.search-overlay__trending-item {
  flex: 0 0 110px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.search-overlay__trending-img {
  width: 110px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--bg-muted);
}

.search-overlay__trending-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.search-overlay__trending-name {
  font-size: 0.75rem;
  color: var(--text-primary);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-overlay__trending-price {
  font-size: 0.7rem;
  color: var(--secondary);
  font-weight: 600;
}

@media (max-width: 768px) {
  .search-overlay {
    padding: 0;
    align-items: stretch;
  }

  .search-overlay.is-open {
    display: flex;
  }

  .search-overlay__panel {
    max-height: 100vh;
    max-width: 100%;
    border-radius: 0;
    width: 100%;
  }

  .search-overlay__header {
    padding: 12px 16px;
    gap: 8px;
  }

  .search-overlay__input {
    font-size: 1rem;
    min-height: 48px;
    padding: 4px 0;
  }

  .search-overlay__cancel {
    display: inline-flex;
    align-items: center;
  }

  .search-overlay__close {
    display: none;
  }

  .search-overlay__quick {
    padding: 10px 16px;
  }

  .search-overlay__recent-item {
    padding: 10px 16px;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-overlay,
  .search-overlay__panel {
    animation: none;
    transition: none;
  }
}



/* === kakoara-region-popup.css === */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KAKOARA â€” REGION & LANGUAGE POPUP
   Premium dropdown with country flags, currency display,
   and language toggle (EN / FR).
   
   Brand colors: #fafaf9 bg Â· #c8943b gold Â· #1c1917 text
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --krp-overlay: rgba(0,0,0,0.25);
  --krp-panel-bg: #ffffff;
  --krp-text: #1c1917;
  --krp-text-soft: #57534e;
  --krp-text-muted: #a8a29e;
  --krp-border: #e7e5e4;
  --krp-accent: #c8943b;
  --krp-accent-soft: rgba(200,148,59,0.08);
  --krp-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 8px 24px rgba(0,0,0,0.06);
  --krp-radius: 16px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP TRIGGER BUTTON (replaces <select>)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 6px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.75);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  white-space: nowrap;
  line-height: 1.4;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.krp-trigger:hover {
  background: rgba(255,255,255,0.13);
  color: #c8943b;
  border-color: rgba(200,148,59,0.3);
}

.krp-trigger:active {
  transform: scale(0.97);
}

.krp-trigger__flag {
  font-size: 16px;
  line-height: 1;
}

.krp-trigger__currency {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.krp-trigger__chevron {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s ease;
  margin-left: 2px;
  opacity: 0.6;
}

.krp-trigger.is-open .krp-trigger__chevron {
  transform: rotate(180deg);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OVERLAY BACKDROP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: var(--krp-overlay);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.krp-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DROPDOWN PANEL
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-panel {
  position: fixed;
  z-index: 99999;
  width: 320px;
  max-width: calc(100vw - 32px);
  background: var(--krp-panel-bg);
  border-radius: var(--krp-radius);
  box-shadow: var(--krp-shadow);
  border: 1px solid var(--krp-border);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              visibility 0.25s ease;
  transform-origin: top right;
}

.krp-panel.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* â”€â”€â”€ Panel Header â”€â”€â”€ */
.krp-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 12px;
  border-bottom: 1px solid var(--krp-border);
}

.krp-panel__title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--krp-text-muted);
  margin: 0;
}

.krp-panel__close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #f5f5f4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--krp-text-soft);
  font-size: 14px;
  transition: all 0.2s;
  padding: 0;
  line-height: 1;
}

.krp-panel__close:hover {
  background: var(--krp-border);
  color: var(--krp-text);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   REGION SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-region {
  padding: 8px;
}

.krp-region__title {
  display: block;
  padding: 4px 12px 6px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--krp-text-muted);
}

.krp-region__option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: all 0.15s ease;
  font-family: 'DM Sans', system-ui, sans-serif;
}

.krp-region__option:hover {
  background: var(--krp-accent-soft);
}

.krp-region__option:active {
  transform: scale(0.98);
}

.krp-region__option.is-active {
  background: var(--krp-accent-soft);
  color: var(--krp-accent);
}

.krp-region__option-flag {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.krp-region__option-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.krp-region__option-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--krp-text);
  line-height: 1.3;
}

.krp-region__option.is-active .krp-region__option-name {
  color: var(--krp-accent);
}

.krp-region__option-currency {
  font-size: 11px;
  font-weight: 500;
  color: var(--krp-text-muted);
  line-height: 1.3;
}

.krp-region__option-check {
  display: flex;
  align-items: center;
  color: var(--krp-accent);
  opacity: 0;
  transition: opacity 0.15s;
  flex-shrink: 0;
}

.krp-region__option.is-active .krp-region__option-check {
  opacity: 1;
}

.krp-region__option-check svg {
  width: 18px;
  height: 18px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DIVIDER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-divider {
  height: 1px;
  background: var(--krp-border);
  margin: 4px 12px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LANGUAGE SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-lang {
  padding: 8px;
}

.krp-lang__title {
  display: block;
  padding: 4px 12px 6px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--krp-text-muted);
}

.krp-lang__toggle {
  display: flex;
  background: #f5f5f4;
  border-radius: 999px;
  padding: 3px;
  margin: 0 12px 8px;
  gap: 2px;
}

.krp-lang__btn {
  flex: 1;
  padding: 7px 12px;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--krp-text-muted);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.krp-lang__btn:hover {
  color: var(--krp-text-soft);
}

.krp-lang__btn.is-active {
  background: #ffffff;
  color: var(--krp-text);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.krp-lang__label {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.krp-lang__flag {
  font-size: 14px;
  line-height: 1;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER NOTE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-footer {
  padding: 10px 20px 14px;
  border-top: 1px solid var(--krp-border);
  display: flex;
  align-items: center;
  gap: 8px;
}

.krp-footer__icon {
  font-size: 12px;
  color: var(--krp-accent);
  flex-shrink: 0;
}

.krp-footer__text {
  font-size: 10.5px;
  color: var(--krp-text-muted);
  line-height: 1.4;
  margin: 0;
}

.krp-footer__text strong {
  color: var(--krp-text-soft);
  font-weight: 600;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE ADAPTATION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 640px) {
  .krp-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    max-width: 100%;
    border-radius: var(--krp-radius) var(--krp-radius) 0 0;
    transform: translateY(20px) scale(1);
    max-height: 85vh;
    overflow-y: auto;
  }

  .krp-panel.is-visible {
    transform: translateY(0) scale(1);
  }

  .krp-backdrop {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   REDUCED MOTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (prefers-reduced-motion: reduce) {
  .krp-panel,
  .krp-backdrop,
  .krp-trigger__chevron {
    transition: none !important;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POSITIONING HELPER â€” for inline placement
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.krp-wrapper {
  position: relative;
  display: inline-flex;
}



/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LAYOUT GUARD â€” Sticky Footer Enforcement
   Ensures footer is always the last rendered element
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Flex column layout pushes footer to bottom when content is short */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Footer sticks to bottom of viewport */
[data-include="footer"],
footer, .site-footer {
  margin-top: auto;
}

/* Reduce-motion safe: no animation involved */
@media (prefers-reduced-motion: reduce) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  [data-include="footer"],
  footer, .site-footer {
    margin-top: auto;
  }
}

/* â”€â”€â”€ Main content fills remaining space â”€â”€â”€ */
/* BREADCRUMB BASE */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--k-text-muted, #8a7f75);
  flex-wrap: wrap;
  line-height: 1.4;
}
.breadcrumb a {
  color: var(--k-text-muted, #8a7f75);
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: var(--k-terracotta, #c65d3b);
}
.breadcrumb__sep {
  font-size: 10px;
  opacity: 0.5;
  color: var(--logo-cyan, #9ab0b1);
}
.breadcrumb__current {
  color: var(--k-terracotta, #c65d3b);
  font-weight: 500;
}

body > main,
body > .k-shop-body {
  flex: 1 0 auto;
  width: 100%;
}
