/* ═══════════════════════════════════════════════════════
   HappyTextil · Hapci Kanapé — styles v3
   "Breathing-Live" · Toyland-inspired organic design
═══════════════════════════════════════════════════════ */

/* ── DESIGN TOKENS ─────────────────────────────────── */
:root {
  /* Base palette */
  --ink:         #1c1916;
  --ink-60:      #5c554d;
  --ink-40:      #6e6860; /* darkened for WCAG AA contrast on --surface-0 */
  --line:        #e6ddd3;
  --line-soft:   #f0ebe4;

  /* Surfaces */
  --surface-0:   #ffffff;
  --surface-1:   #fdfaf6;   /* warm page bg */
  --surface-2:   #f7f2eb;
  --surface-3:   #f0e9df;
  --surface-blob: #f5e6d4;  /* warm peach blob sections */

  /* Rose (primary CTA) */
  --rose:        #b84468;
  --rose-h:      #9c3457;
  --rose-pale:   #fdf0f4;
  --rose-glow:   rgba(184,68,104,.18);

  /* Teal (secondary) */
  --teal:        #1a6268;
  --teal-h:      #145258;
  --teal-pale:   #ecf5f5;
  --teal-glow:   rgba(26,98,104,.16);

  /* Gold */
  --gold:        #c9921a;
  --gold-pale:   #fef8ec;

  /* Shadows — layered system */
  --s-0:  0 1px 2px rgba(28,25,22,.05);
  --s-1:  0 2px 6px rgba(28,25,22,.07), 0 1px 2px rgba(28,25,22,.04);
  --s-2:  0 4px 16px rgba(28,25,22,.09), 0 2px 4px rgba(28,25,22,.05);
  --s-3:  0 8px 32px rgba(28,25,22,.11), 0 4px 8px rgba(28,25,22,.06);
  --s-4:  0 16px 56px rgba(28,25,22,.13), 0 8px 16px rgba(28,25,22,.07);

  /* Radius */
  --r-2:   4px;
  --r-4:   8px;
  --r-6:   12px;
  --r-8:   16px;
  --r-10:  20px;
  --r-12:  24px;
  --r-full: 9999px;

  /* Motion */
  --ease-out:  cubic-bezier(.22,.61,.36,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
  --t-fast:   160ms;
  --t-mid:    280ms;
  --t-slow:   450ms;
}

/* ── RESET ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 70px; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--surface-1);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
input, select, textarea { font-family: inherit; }

/* ── TYPOGRAPHY ────────────────────────────────────── */
h1, h2, h3, h4 { font-weight: 750; line-height: 1.2; letter-spacing: -.025em; }
h1 { font-size: clamp(2.2rem, 5.5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; }

.eyebrow {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--rose);
  margin-bottom: .65rem;
}
.eyebrow.teal { color: var(--teal); }

/* ── LAYOUT ────────────────────────────────────────── */
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3.5rem);
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header p {
  max-width: 540px;
  margin: .75rem auto 0;
  color: var(--ink-60);
  font-size: .94rem;
  line-height: 1.7;
}

/* ── BUTTONS ───────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .8rem 1.6rem;
  border-radius: var(--r-full);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform var(--t-fast) var(--ease-spring),
              box-shadow var(--t-mid) ease,
              background var(--t-fast) ease,
              color var(--t-fast) ease;
  white-space: nowrap;
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-rose {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 4px 18px var(--rose-glow);
  animation: ctaPulse 4s ease-in-out infinite;
}
.btn-rose:hover {
  background: var(--rose-h);
  box-shadow: 0 6px 28px var(--rose-glow);
}

.btn-teal {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 4px 18px var(--teal-glow);
}
.btn-teal:hover {
  background: var(--teal-h);
  box-shadow: 0 6px 24px var(--teal-glow);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover {
  background: var(--surface-2);
  border-color: var(--ink-40);
}

.btn-outline-rose {
  background: transparent;
  color: var(--rose);
  border: 1.5px solid var(--rose);
}
.btn-outline-rose:hover {
  background: var(--rose-pale);
}

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ── URGENCY BAR ───────────────────────────────────── */
.urgency-bar {
  background: var(--teal);
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.urgency-track {
  display: flex;
  gap: 0;
  animation: tickerScroll 28s linear infinite;
  white-space: nowrap;
}
.urgency-track span {
  padding: 0 4rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.urgency-track span strong { color: #a8e6cf; }

/* ── NAV ───────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,250,246,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition:
    background   .35s ease,
    border-color .35s ease,
    box-shadow   .35s ease;
}
.nav.scrolled {
  background: rgba(253,250,246,.98);
  border-bottom-color: var(--line);
  box-shadow: 0 2px 24px rgba(28,25,22,.09), 0 1px 4px rgba(28,25,22,.05);
  z-index: 99;
  position: fixed;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  width: 100%;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 68px;
  transition: height .35s var(--ease-out);
}
.nav.scrolled .nav-inner { height: 54px; }

.nav-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
}
.nav-logo img {
  height: 38px;
  width: auto;
  transition: height .35s var(--ease-out);
}
.nav.scrolled .nav-logo img { height: 28px; }
.nav-logo-text {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -.02em;
  color: var(--ink);
}
.nav-logo-text span { color: var(--rose); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink-60);
  transition: color var(--t-fast) ease;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0; right: 0;
  height: 2px;
  background: var(--rose);
  border-radius: 1px;
  transform: scaleX(0);
  transition: transform var(--t-mid) var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Language switcher */
.lang-sw {
  display: flex;
  align-items: center;
  gap: .2rem;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  padding: .2rem .3rem;
}
.lang-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .05rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .25rem .5rem;
  border-radius: .6rem;
  color: var(--ink-40);
  transition: background var(--t-fast) ease, color var(--t-fast) ease;
}
.lang-btn.active {
  background: var(--rose);
  color: #fff;
}
.lang-btn:not(.active):hover { color: var(--ink); }
.lang-flag {
  font-size: .9rem;
  line-height: 1;
  display: block;
}

/* ── Dropdown language selector ──────────────────────────────── */
.lang-drop-wrap {
  position: relative;
}
/* lang-drop-btn inherits flex-column from .lang-btn; bottom row is horizontal */
.lang-drop-row {
  display: flex;
  align-items: center;
  gap: .12rem;
  line-height: 1;
}
.lang-drop-caret {
  width: 7px;
  height: auto;
  flex-shrink: 0;
  opacity: .55;
  transition: transform var(--t-fast) ease;
}
.lang-drop-btn[aria-expanded="true"] .lang-drop-caret {
  transform: rotate(180deg);
  opacity: .9;
}
.lang-drop-menu {
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  background: var(--surface-1, #fff);
  border: 1px solid var(--line);
  border-radius: .75rem;
  padding: .3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .15rem;
  min-width: 8rem;
  box-shadow: 0 8px 28px rgba(0,0,0,.10);
  z-index: 300;
}
.lang-drop-menu[hidden] { display: none; }
.lang-drop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .04rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .3rem .25rem;
  border-radius: .5rem;
  color: var(--ink-40);
  transition: background var(--t-fast) ease, color var(--t-fast) ease;
}
.lang-drop-item:hover  { color: var(--ink); background: var(--surface-2); }
.lang-drop-item.active { background: var(--rose); color: #fff; }

/* Mobile lang — wrap into compact pill grid */
.nav-mobile-lang {
  flex-wrap: wrap;
  gap: .25rem;
}

/* Cart button */
.cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r-full);
  background: var(--surface-2);
  border: 1.5px solid var(--line);
  color: var(--ink);
  transition: background var(--t-fast) ease, border-color var(--t-fast) ease,
              transform var(--t-fast) var(--ease-spring);
}
.cart-btn:hover {
  background: var(--rose-pale);
  border-color: var(--rose);
  color: var(--rose);
  transform: scale(1.06);
}
.cart-btn svg { width: 20px; height: 20px; }

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  background: var(--rose);
  color: #fff;
  border-radius: var(--r-full);
  font-size: .65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .3rem;
  border: 2px solid var(--surface-1);
  transition: transform var(--t-fast) var(--ease-spring);
}
.cart-badge[hidden] { display: none; }
.cart-badge.bump { animation: badgeBump .3s var(--ease-spring); }

/* Sticky CTA — slides in from right when nav scrolled */
.sticky-cta {
  opacity: 0;
  transform: scale(.84) translateX(10px);
  pointer-events: none;
  transition:
    opacity   .28s ease,
    transform .28s var(--ease-spring),
    background var(--t-fast) ease,
    box-shadow var(--t-fast) ease !important;
  padding: .42rem .95rem !important;
  font-size: .8rem !important;
  animation: none !important;
  white-space: nowrap;
}
.nav.scrolled .sticky-cta {
  opacity: 1;
  transform: scale(1) translateX(0);
  pointer-events: auto;
}

/* ── HERO ───────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem,7vw,6rem) 0 0;
}

/* Ambient glow blobs behind hero */
.hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.glow-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
}
.glow-blob.g1 {
  width: clamp(260px,38vw,520px);
  height: clamp(260px,38vw,520px);
  background: var(--rose-glow);
  top: -80px;
  right: -60px;
  animation: ambientBreathe 9s ease-in-out infinite;
}
.glow-blob.g2 {
  width: clamp(180px,28vw,360px);
  height: clamp(180px,28vw,360px);
  background: var(--teal-glow);
  bottom: 60px;
  right: clamp(100px,20vw,300px);
  animation: ambientBreathe 12s ease-in-out infinite;
  animation-delay: -4.5s;
}
.glow-blob.g3 {
  width: clamp(140px,18vw,260px);
  height: clamp(140px,18vw,260px);
  background: rgba(201,146,26,.12);
  top: 30%;
  left: -40px;
  animation: ambientBreathe 8s ease-in-out infinite;
  animation-delay: -7s;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

/* Hero text */
.hero-text { flex: 1 1 0; min-width: 0; }
.hero-eyebrow { margin-bottom: .75rem; }

.hero-title {
  margin-bottom: 1.25rem;
  line-height: 1.1;
}
.hero-title em {
  font-style: normal;
  color: var(--rose);
  position: relative;
}
.hero-title em::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--rose-pale);
  border-radius: 2px;
  z-index: -1;
}

.hero-lead {
  font-size: clamp(.9rem,1.6vw,1.05rem);
  color: var(--ink-60);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

/* Trust pills */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: .45rem;
  background: var(--surface-0);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-full);
  padding: .35rem .8rem;
  box-shadow: var(--s-0);
  font-size: .76rem;
}
.trust-pill svg { width: 14px; height: 14px; color: var(--teal); flex-shrink: 0; }
.trust-pill strong { font-weight: 750; color: var(--ink); }
.trust-pill span   { color: var(--ink-60); }

/* ── HERO COLLAGE ──────────────────────────────────── */
.hero-collage {
  flex: 0 0 clamp(300px, 42vw, 500px);
  position: relative;
  height: clamp(340px, 52vw, 560px);
  pointer-events: none;
}

.c-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--surface-0);
  box-shadow: var(--s-3);
  transition: box-shadow var(--t-mid) ease;
}
.c-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 4 positioned circles — asymmetric Toyland layout */
.c-img-1 {
  width: 46%;
  aspect-ratio: 1;
  top: 0;
  right: 0;
  animation: floatUp 4.8s ease-in-out infinite;
}
.c-img-2 {
  width: 35%;
  aspect-ratio: 1;
  top: 20%;
  left: 5%;
  animation: floatDown 5.5s ease-in-out infinite;
  animation-delay: -1.5s;
}
.c-img-3 {
  width: 29%;
  aspect-ratio: 1;
  top: 3%;
  left: 38%;
  animation: floatUp 6.2s ease-in-out infinite;
  animation-delay: -3s;
}
.c-img-4 {
  width: 41%;
  aspect-ratio: 1;
  bottom: 0;
  right: 4%;
  animation: floatDown 5.0s ease-in-out infinite;
  animation-delay: -2s;
}

/* Decorative dots in collage */
.collage-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--rose-pale);
  z-index: -1;
}
.collage-dot.d1 { width: 90px; height: 90px; top: 45%; left: 22%; opacity: .5; animation: floatUp 7s ease-in-out infinite; }
.collage-dot.d2 { width: 55px; height: 55px; bottom: 20%; left: 0; opacity: .35; animation: floatDown 6s ease-in-out infinite; animation-delay:-2.5s; }

/* Hero wave bottom */
.hero-wave {
  margin-top: clamp(3rem,6vw,5rem);
  position: relative;
  z-index: 1;
  line-height: 0;
}
.hero-wave svg { width: 100%; }

/* ── BLOB SECTIONS (wave top + solid middle + wave bottom) ── */
.blob-section {
  position: relative;
  background: var(--surface-blob);
}
.blob-section .wave-in,
.blob-section .wave-out {
  display: block;
  width: 100%;
  line-height: 0;
}
.blob-section .blob-body {
  padding: clamp(2rem,5vw,4rem) 0;
}

/* ── PRODUCTS SECTION ─────────────────────────────── */
.products-section {}

/* Filter tabs */
.filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2.5rem;
}
.filter-tab {
  padding: .45rem 1.1rem;
  border-radius: var(--r-full);
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink-60);
  background: var(--surface-0);
  border: 1.5px solid var(--line);
  transition: background var(--t-fast) ease, color var(--t-fast) ease,
              border-color var(--t-fast) ease, transform var(--t-fast) var(--ease-spring);
}
.filter-tab:hover {
  color: var(--rose);
  border-color: var(--rose-pale);
  background: var(--rose-pale);
  transform: translateY(-1px);
}
.filter-tab.active {
  background: var(--rose);
  color: #fff;
  border-color: var(--rose);
  box-shadow: 0 4px 14px var(--rose-glow);
}

/* Product grid — circular Toyland cards */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr));
  gap: clamp(1.25rem,3vw,2rem);
  justify-items: center;
}

.product-card {
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: .25rem .25rem 1.25rem;
  border-radius: var(--r-10);
  background: transparent;
  transition: transform var(--t-mid) var(--ease-out),
              background var(--t-mid) ease,
              box-shadow var(--t-mid) ease;
  cursor: default;
}
.product-card:hover {
  transform: translateY(-6px);
  background: var(--surface-0);
  box-shadow: var(--s-3);
}

/* Circle image */
.product-circle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3.5px solid var(--surface-0);
  box-shadow: var(--s-2);
  cursor: pointer;
  position: relative;
  transition: box-shadow var(--t-mid) ease, border-color var(--t-mid) ease;
  background: var(--surface-2);
}
/* LQIP blur-up wrapper inside product-circle */
.pc-lqip {
  width: 100%; height: 100%;
  position: relative; overflow: hidden;
  background: var(--surface-2);
}
.pc-lqip.has-lqip::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background-image: inherit;
  background-size: cover; background-position: center;
  filter: blur(10px); transform: scale(1.08);
  transition: opacity .35s ease;
}
.pc-lqip.has-lqip.loaded::before { opacity: 0; }
.pc-lqip picture,
.pc-lqip img {
  display: block; width: 100%; height: 100%;
}
.product-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative; z-index: 2;
  transition: transform var(--t-slow) var(--ease-out);
}
.product-card:hover .product-circle { border-color: var(--rose-pale); }
.product-card:hover .product-circle img { transform: scale(1.06); }

/* Zoom icon overlay */
.product-zoom {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(28,25,22,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--t-mid) ease;
}
.product-zoom svg { width: 28px; height: 28px; color: #fff; }
.product-circle:hover .product-zoom { opacity: 1; }

/* Badge */
.product-badge {
  position: absolute;
  top: 8%;
  right: 26%;
  background: var(--gold);
  color: #fff;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .2rem .5rem;
  border-radius: var(--r-full);
  box-shadow: var(--s-1);
  z-index: 9999999999999;
}

.product-name {
  font-size: .88rem;
  font-weight: 750;
  color: var(--ink);
  line-height: 1.35;
  margin: .85rem 0 .3rem;
  padding: 0 .5rem;
}
.pc-stars {
  display: flex;
  align-items: center;
  gap: .2rem;
  margin: .15rem 0 .35rem;
  line-height: 1;
}
.product-price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--rose-h); /* darkened from --rose for WCAG AA 4.5:1 on blob bg */
  margin-bottom: .75rem;
}
.product-price-eur {
  font-size: .74rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: .45rem;
  opacity: .82;
  letter-spacing: 0;
}
.product-cat {
  display: none;
}

.product-add {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem 1.1rem;
  border-radius: var(--r-full);
  font-size: .78rem;
  font-weight: 700;
  background: var(--surface-2);
  color: var(--ink);
  border: 1.5px solid var(--line);
  transition: background var(--t-fast) ease, color var(--t-fast) ease,
              border-color var(--t-fast) ease, transform var(--t-fast) var(--ease-spring),
              box-shadow var(--t-fast) ease;
}
.product-add svg { width: 14px; height: 14px; }
.product-add:hover {
  background: var(--rose);
  color: #fff;
  border-color: var(--rose);
  box-shadow: 0 4px 12px var(--rose-glow);
  transform: scale(1.04);
}
.product-add.in-cart {
  background: var(--teal-pale);
  color: var(--teal);
  border-color: rgba(26,98,104,.25);
}
.product-add.in-cart:hover {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
  box-shadow: 0 4px 12px var(--teal-glow);
}

/* product-info wrapper (for list-view layout) */
.product-info {
  display: contents; /* invisible wrapper — grid/list mode overrides this */
}

/* Product name link */
.product-name-link {
  color: inherit;
  text-decoration: none;
}
.product-name-link:hover {
  color: var(--rose);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── VIEW CONTROLS toolbar ──────────────────────────── */
.view-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  margin-bottom: 1.2rem;
}
.view-ctrl-group { display: flex; gap: .2rem; }
.view-ctrl-sep {
  width: 1px; height: 24px;
  background: var(--line);
  margin: 0 .25rem;
  align-self: center;
}
.view-btn {
  width: 34px; height: 34px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: border-color .15s, color .15s, background .15s;
  padding: 0;
}
.view-btn svg { width: 16px; height: 16px; pointer-events: none; }
.view-btn:hover { border-color: var(--rose); color: var(--rose); }
.view-btn.active {
  border-color: var(--rose);
  background: var(--rose-pale, #fff5f5);
  color: var(--rose);
}

/* ── SHAPE: corner mode (square rounded cards) ──────── */
.products-grid.shape-corner .product-circle {
  border-radius: 18px;
}
.products-grid.shape-corner .product-zoom {
  border-radius: 16px;
}

/* ── LAYOUT: list mode ──────────────────────────────── */
.products-grid.view-list {
  grid-template-columns: 1fr;
  gap: .65rem;
}
.products-grid.view-list .product-card {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: .1rem;
  max-width: 100%;
  text-align: left;
  align-items: center;
  padding: .7rem 1rem;
  background: var(--surface-0);
  border-radius: 14px;
  box-shadow: var(--s-1);
}
.products-grid.view-list .product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--s-2);
}
.products-grid.view-list .product-circle {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.products-grid.view-list .product-info {
  display: contents; /* let children take over */
}
.products-grid.view-list .product-name {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
  align-self: end;
  font-size: .92rem;
}
.products-grid.view-list .product-price {
  grid-column: 2;
  grid-row: 2;
  margin: .15rem 0 0;
  align-self: start;
  font-size: .95rem;
}
.products-grid.view-list .product-add {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  white-space: nowrap;
}

/* ── ABOUT SECTION ─────────────────────────────────── */
.about-section {
  position: relative;
  padding: clamp(4rem,8vw,7rem) 0;
  overflow: hidden;
}

/* Floating product circles on sides */
.about-float {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--surface-0);
  box-shadow: var(--s-3);
  z-index: 0;
  pointer-events: none;
}
.about-float img { width: 100%; height: 100%; object-fit: cover; }
.about-float.fl-l {
  width: clamp(120px,14vw,200px);
  height: clamp(120px,14vw,200px);
  top: 15%;
  left: clamp(-60px, -2vw, -20px);
  animation: floatUp 5.8s ease-in-out infinite;
}
.about-float.fl-r1 {
  width: clamp(90px,11vw,160px);
  height: clamp(90px,11vw,160px);
  top: 8%;
  right: clamp(-40px,-1vw,-10px);
  animation: floatDown 6.4s ease-in-out infinite;
  animation-delay: -2s;
}
.about-float.fl-r2 {
  width: clamp(70px,9vw,130px);
  height: clamp(70px,9vw,130px);
  bottom: 12%;
  right: clamp(20px,6vw,80px);
  animation: floatUp 7s ease-in-out infinite;
  animation-delay: -4s;
}
.about-float.fl-b {
  width: clamp(80px,10vw,140px);
  height: clamp(80px,10vw,140px);
  bottom: 5%;
  left: clamp(10px,4vw,60px);
  animation: floatDown 5.2s ease-in-out infinite;
  animation-delay: -1s;
}

.about-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.about-inner p {
  color: var(--ink-60);
  font-size: .94rem;
  line-height: 1.8;
  margin-top: 1rem;
}

/* Features 2×2 grid */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2.5rem 0;
  text-align: left;
}
.feat-card {
  background: var(--surface-0);
  border: 1.5px solid var(--line-soft);
  border-radius: var(--r-8);
  padding: 1.1rem;
  box-shadow: var(--s-1);
  transition: transform var(--t-mid) ease, box-shadow var(--t-mid) ease;
}
.feat-card:hover { transform: translateY(-3px); box-shadow: var(--s-2); }
.feat-card-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-4);
  background: var(--teal-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .65rem;
}
.feat-card-icon svg { width: 18px; height: 18px; color: var(--teal); }
.feat-card h3 { font-size: .88rem; font-weight: 750; margin-bottom: .2rem; }
.feat-card p { font-size: .78rem; color: var(--ink-60); line-height: 1.5; }

/* ── PROOF / TRUST STRIP ───────────────────────────── */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
  background: var(--surface-0);
  border: 1.5px solid var(--line-soft);
  border-radius: var(--r-8);
  overflow: hidden;
  box-shadow: var(--s-1);
  margin: 3rem 0 0;
}
.proof-item {
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid var(--line-soft);
  transition: background var(--t-fast) ease;
}
.proof-item:last-child { border-right: none; }
.proof-item:hover { background: var(--surface-2); }
.proof-num {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
  margin-bottom: .2rem;
}
.proof-label { font-size: .72rem; color: var(--ink-60); line-height: 1.35; }

/* ── BUNDLE / QUOTE SECTION ───────────────────────── */
.bundle-section {
  padding: clamp(3rem,6vw,5rem) 0;
}
.bundle-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,5vw,4rem);
  align-items: center;
}
.bundle-checks {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin: 1.25rem 0;
}
.bundle-check {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .88rem;
  color: var(--ink-60);
}
.bundle-check svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }

/* Quote form card */
.quote-card {
  background: var(--surface-0);
  border: 1.5px solid var(--line);
  border-radius: var(--r-12);
  padding: clamp(1.5rem,3vw,2.25rem);
  box-shadow: var(--s-3);
}
.quote-card h3 { font-size: 1.1rem; margin-bottom: 1.25rem; }

/* ── FAQ ───────────────────────────────────────────── */
.faq-section {
  padding: clamp(3rem,6vw,5rem) 0;
}
.faq-list { display: grid; gap: .6rem; max-width: 720px; margin: 0 auto; }
.faq-item {
  background: var(--surface-0);
  border: 1.5px solid var(--line-soft);
  border-radius: var(--r-8);
  overflow: hidden;
  transition: border-color var(--t-fast) ease;
}
.faq-item:hover { border-color: rgba(26,98,104,.25); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-size: .9rem;
  font-weight: 700;
  text-align: left;
  color: var(--ink);
  background: none;
  cursor: pointer;
}
.faq-q svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; transition: transform var(--t-mid) ease; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a {
  font-size: .86rem;
  color: var(--ink-60);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease-out), padding .25s ease;
  padding: 0 1.25rem;
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 1.25rem 1.1rem; }

/* ── CONTACT SECTION ──────────────────────────────── */
.contact-section {
  padding: clamp(3rem,6vw,5rem) 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(2rem,5vw,4rem);
  align-items: start;
}
.contact-info { padding-top: .5rem; }
.contact-info h2 { margin-bottom: .75rem; }
.contact-info p {
  color: var(--ink-60);
  font-size: .94rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.contact-detail {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .88rem;
  color: var(--ink-60);
  margin-bottom: .75rem;
}
.contact-detail svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }
.contact-detail a:hover { color: var(--teal); text-decoration: underline; }

/* ── GALLERY STRIP ────────────────────────────────── */
.gallery-strip {
  padding: clamp(1rem,3vw,2rem) 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
}
.gallery-thumb-item {
  aspect-ratio: 1;
  border-radius: var(--r-8);
  overflow: hidden;
  cursor: pointer;
  background: var(--surface-2);
  transition: transform var(--t-mid) var(--ease-spring), box-shadow var(--t-mid) ease;
}
.gallery-thumb-item:nth-child(3) { grid-row: span 2; aspect-ratio: auto; }
.gallery-thumb-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--t-slow) var(--ease-out); }
.gallery-thumb-item:hover { transform: scale(1.03); box-shadow: var(--s-3); }
.gallery-thumb-item:hover img { transform: scale(1.08); }

/* ── FOOTER ────────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  padding: clamp(3rem,6vw,5rem) 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(1.5rem,4vw,3rem);
  margin-bottom: clamp(2rem,4vw,3rem);
}
.footer-logo { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }
.footer-logo img { height: 34px; width: auto; opacity: .9; filter: brightness(2); }
.footer-logo-text { font-weight: 800; font-size: 1rem; color: #fff; }
.footer-logo-text span { color: #f9a8c9; }
.footer-desc { font-size: .82rem; line-height: 1.7; max-width: 240px; }
.footer-col h3 {
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.4);
  margin-bottom: 1rem;
}
.footer-links { display: flex; flex-direction: column; gap: .5rem; }
.footer-links a, .footer-col a {
  font-size: .83rem;
  color: rgba(255,255,255,.6);
  transition: color var(--t-fast) ease;
}
.footer-links a:hover, .footer-col a:hover { color: #fff; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .82rem;
  color: rgba(255,255,255,.6);
  margin-bottom: .6rem;
}
.footer-contact-item svg { width: 15px; height: 15px; opacity: .5; flex-shrink: 0; margin-top: .15rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .76rem;
  color: rgba(255,255,255,.3);
}
.footer-social {
  display: flex;
  gap: .65rem;
  margin-top: 1rem;
}
.social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t-fast) ease, transform var(--t-fast) var(--ease-spring);
}
.social-btn:hover { background: var(--rose); transform: scale(1.12); }
.social-btn svg { width: 16px; height: 16px; color: rgba(255,255,255,.8); }

/* ── FOOTER NEWSLETTER ─────────────────────────────── */
.footer-newsletter {
  position: relative;
  margin: clamp(2rem,4vw,3rem) 0 0;
  padding: clamp(2rem,4vw,2.75rem) clamp(1.5rem,4vw,3rem);
  background: linear-gradient(135deg,
    rgba(184,68,104,.18) 0%,
    rgba(26,98,104,.22) 60%,
    rgba(201,146,26,.12) 100%);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-12);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: clamp(1.5rem,4vw,3rem);
  flex-wrap: wrap;
}

/* Decorative orbs */
.footer-newsletter::before,
.footer-newsletter::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.footer-newsletter::before {
  width: 260px; height: 260px;
  top: -80px; right: -60px;
  background: radial-gradient(circle, rgba(184,68,104,.25) 0%, transparent 70%);
}
.footer-newsletter::after {
  width: 180px; height: 180px;
  bottom: -60px; left: 30%;
  background: radial-gradient(circle, rgba(26,98,104,.2) 0%, transparent 70%);
}

.footer-nl-icon {
  font-size: 3.2rem;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(184,68,104,.4));
  animation: nl-bounce 3.6s var(--ease-spring) infinite;
  position: relative;
  z-index: 1;
}
@keyframes nl-bounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  45%       { transform: translateY(-7px) rotate(4deg); }
}

.footer-nl-text {
  flex: 1;
  min-width: 200px;
  position: relative;
  z-index: 1;
}
.footer-nl-text strong {
  display: block;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: .35rem;
  letter-spacing: -.01em;
}
.footer-nl-text p {
  font-size: .86rem;
  color: rgba(255,255,255,.65);
  margin: 0;
  line-height: 1.55;
}
.footer-nl-badges {
  display: flex;
  gap: .5rem;
  margin-top: .65rem;
  flex-wrap: wrap;
}
.footer-nl-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--r-full);
  padding: .2rem .65rem;
  letter-spacing: .03em;
}

.footer-nl-form {
  flex: 1;
  min-width: 260px;
  position: relative;
  z-index: 1;
}
.footer-nl-row {
  display: flex;
  gap: .5rem;
  margin-bottom: .65rem;
}
.footer-nl-input {
  flex: 1;
  min-width: 0;
  padding: .7rem 1rem;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: var(--r-full);
  color: #fff;
  font-size: .87rem;
  font-family: inherit;
  outline: none;
  transition: border-color var(--t-fast) ease, background var(--t-fast) ease,
              box-shadow var(--t-fast) ease;
}
.footer-nl-input::placeholder { color: rgba(255,255,255,.38); }
.footer-nl-input:focus {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.15);
  box-shadow: 0 0 0 3px rgba(184,68,104,.28);
}
.footer-nl-btn {
  flex-shrink: 0;
  padding: .7rem 1.4rem;
  background: var(--rose);
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: var(--r-full);
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--t-fast) ease, transform var(--t-fast) var(--ease-spring),
              box-shadow var(--t-fast) ease;
  box-shadow: 0 4px 14px rgba(184,68,104,.4);
}
.footer-nl-btn:hover {
  background: var(--rose-h);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(184,68,104,.5);
}
.footer-nl-btn:active { transform: translateY(0); }
.footer-nl-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}
.footer-nl-consent {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  cursor: pointer;
}
.footer-nl-consent input[type="checkbox"] {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: .15rem;
  accent-color: var(--rose);
  cursor: pointer;
}
.footer-nl-consent span {
  font-size: .73rem;
  color: rgba(255,255,255,.45);
  line-height: 1.5;
}
.footer-nl-consent span a { color: rgba(255,255,255,.6); text-decoration: underline; }
.footer-nl-msg {
  margin: .6rem 0 0;
  font-size: .8rem;
  min-height: 1.1em;
  font-weight: 600;
}
.footer-nl-msg.ok  { color: #6ee7b7; }
.footer-nl-msg.err { color: #fca5a5; }

@media (max-width: 640px) {
  .footer-newsletter { flex-direction: column; gap: 1.25rem; }
  .footer-nl-icon { font-size: 2.4rem; align-self: flex-start; }
  .footer-nl-row { flex-direction: column; }
  .footer-nl-btn { width: 100%; }
}

/* ── FORM INPUTS ───────────────────────────────────── */
.form-group { display: flex; flex-direction: column; gap: .35rem; }
.form-group label {
  font-size: .76rem;
  font-weight: 700;
  color: var(--ink-60);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.form-control {
  width: 100%;
  padding: .7rem 1rem;
  border: 1.5px solid var(--line);
  border-radius: var(--r-6);
  background: var(--surface-0);
  color: var(--ink);
  font-size: .88rem;
  transition: border-color var(--t-fast) ease, box-shadow var(--t-fast) ease;
  outline: none;
}
.form-control::placeholder { color: var(--ink-40); }
.form-control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-glow);
}
select.form-control { cursor: pointer; }
textarea.form-control { resize: vertical; min-height: 110px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.form-full { grid-column: 1 / -1; }

.form-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .82rem;
  color: var(--ink-60);
  cursor: pointer;
}
.form-check input { margin-top: .18rem; accent-color: var(--teal); flex-shrink: 0; }
.form-check a { color: var(--teal); text-underline-offset: 2px; }
.form-check a:hover { text-decoration: underline; }

/* Honeypot */
.hp-trap { position: absolute; opacity: 0; pointer-events: none; tabindex: -1; }

.form-status { font-size: .88rem; font-weight: 600; padding: 1rem 1.15rem; border-radius: var(--r-8); line-height: 1.55; display: none; }
.form-status.ok  { display: block; background: #edf7f3; color: #1e6b4a; border: 2px solid #a8d5c1; animation: statusIn .3s var(--ease-out); box-shadow: 0 2px 12px rgba(26,110,76,.1); }
.form-status.err { display: block; background: var(--rose-pale); color: #8c2244; border: 2px solid #e4a8bc; animation: statusIn .3s var(--ease-out); box-shadow: 0 2px 12px rgba(200,50,80,.08); }

@keyframes statusIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── CART DRAWER ───────────────────────────────────── */
.drawer-scrim {
  position: fixed;
  inset: 0;
  background: rgba(28,25,22,.45);
  backdrop-filter: blur(3px);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-mid) ease;
}
.drawer-scrim.open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(400px, 96vw);
  background: var(--surface-0);
  box-shadow: var(--s-4);
  z-index: 201;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s var(--ease-out);
  overflow: hidden;
}
.cart-drawer.open { transform: translateX(0); }

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line-soft);
  background: var(--surface-1);
  flex-shrink: 0;
}
.drawer-title { font-size: 1rem; font-weight: 750; }
.drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-60);
  transition: background var(--t-fast) ease, color var(--t-fast) ease;
}
.drawer-close:hover { background: var(--surface-2); color: var(--ink); }
.drawer-close svg { width: 20px; height: 20px; }

/* Ship progress */
.ship-progress {
  padding: .9rem 1.4rem;
  background: var(--teal-pale);
  border-bottom: 1px solid rgba(26,98,104,.12);
  flex-shrink: 0;
}
.ship-bar-wrap {
  height: 4px;
  background: rgba(26,98,104,.15);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: .4rem;
}
.ship-bar {
  height: 100%;
  background: var(--teal);
  border-radius: 2px;
  transition: width .5s var(--ease-out);
}
.ship-text { font-size: .73rem; font-weight: 650; color: var(--teal); }

/* Cart lines */
.cart-lines { flex: 1; overflow-y: auto; padding: 1rem 1.4rem; display: flex; flex-direction: column; gap: .75rem; }

.cart-empty-state {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  text-align: center;
  padding: 2rem;
  color: var(--ink-40);
}
.cart-empty-state svg { width: 52px; height: 52px; opacity: .4; }
.cart-empty-state strong { display: block; font-size: .95rem; font-weight: 750; color: var(--ink-60); margin-bottom: .25rem; }
.cart-empty-state p { font-size: .82rem; }

.cart-line {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: .85rem;
  align-items: center;
  padding: .75rem;
  border-radius: var(--r-8);
  background: var(--surface-1);
  border: 1px solid var(--line-soft);
  transition: background var(--t-fast) ease;
}
.cart-line:hover { background: var(--surface-2); }
.cart-line-img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--surface-0); flex-shrink: 0; }
.cart-line-name { font-size: .82rem; font-weight: 700; color: var(--ink); line-height: 1.3; margin-bottom: .2rem; }
.cart-line-price { font-size: .78rem; color: var(--rose); font-weight: 700; }

.qty-ctrl { display: flex; align-items: center; gap: .3rem; }
.qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-60);
  line-height: 1;
  transition: background var(--t-fast) ease, color var(--t-fast) ease;
}
.qty-btn:hover { background: var(--rose); color: #fff; }
.qty-val { font-size: .85rem; font-weight: 700; min-width: 20px; text-align: center; }

/* Cart options */
.cart-opts {
  padding: .85rem 1.4rem;
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: .5rem;
  background: var(--surface-1);
  flex-shrink: 0;
}
.cart-opt-row { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.cart-opts label { font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-40); }
select[data-shipping], select[data-payment] { font-size: .95rem; padding: .6rem .9rem; min-height: 44px; }

/* Cart footer */
.cart-footer {
  padding: 1rem 1.4rem;
  border-top: 1px solid var(--line-soft);
  background: var(--surface-0);
  flex-shrink: 0;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .85rem;
}
.cart-total-row .label { font-size: .8rem; color: var(--ink-60); font-weight: 600; }
.cart-total-row .value { font-size: 1.15rem; font-weight: 800; color: var(--ink); }
.cart-pay-btn {
  width: 100%;
  justify-content: center;
  padding: .95rem;
  font-size: .94rem;
  animation: none;
}

/* ── GALLERY MODAL ─────────────────────────────────── */
.gallery-scrim {
  position: fixed;
  inset: 0;
  background: rgba(28,25,22,.88);
  backdrop-filter: blur(6px);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-mid) ease;
}
.gallery-scrim.open { opacity: 1; pointer-events: auto; }
.gallery-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.95);
  width: min(780px, 95vw);
  background: var(--surface-0);
  border-radius: var(--r-12);
  box-shadow: var(--s-4);
  z-index: 301;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-mid) ease, transform var(--t-mid) var(--ease-spring);
  max-height: 95vh;
  display: flex;
  flex-direction: column;
}
.gallery-box.open { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }

.gallery-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--surface-2);
  min-height: 300px;
  position: relative;
}
.gallery-stage-img {
  max-height: 420px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  border-radius: var(--r-4);
}
.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--surface-0);
  box-shadow: var(--s-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 1.1rem;
  transition: background var(--t-fast) ease, transform var(--t-fast) var(--ease-spring);
}
.gallery-nav-btn:hover { background: var(--rose); color: #fff; transform: translateY(-50%) scale(1.08); }
.gallery-nav-btn.prev { left: .75rem; }
.gallery-nav-btn.next { right: .75rem; }
.gallery-nav-btn svg { width: 20px; height: 20px; }

.gallery-info {
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line-soft);
}
.gallery-info-text {}
.gallery-info-name { font-size: .92rem; font-weight: 750; }
.gallery-info-cat  { font-size: .76rem; color: var(--ink-40); }
.gallery-counter   { font-size: .76rem; color: var(--ink-40); white-space: nowrap; }
/* Gallery counter + add-to-cart wrapper */
.gallery-counter-wrap {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-shrink: 0;
}

/* Add-to-cart button inside gallery modal */
.gallery-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .45rem 1.1rem;
  border-radius: var(--r-full);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .01em;
  background: var(--rose);
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background   var(--t-fast) ease,
    box-shadow   var(--t-fast) ease,
    transform    var(--t-fast) var(--ease-spring);
  box-shadow: 0 3px 12px var(--rose-glow);
}
.gallery-cart-btn:hover {
  background: var(--rose-h);
  box-shadow: 0 5px 18px var(--rose-glow);
  transform: scale(1.05);
}
.gallery-cart-btn:active { transform: scale(.97); }
.gallery-cart-btn.in-cart {
  background: var(--teal-pale);
  color: var(--teal);
  box-shadow: none;
}
.gallery-cart-btn.in-cart:hover {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 4px 14px var(--teal-glow);
}
.gallery-cart-btn svg { width: 14px; height: 14px; flex-shrink: 0; }

.gallery-action-row {
  display: flex;
  align-items: stretch;
  gap: .5rem;
  margin: 15px 0 5px;
}
.gallery-view-btn {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .45rem 1rem;
  border-radius: var(--r-full);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .01em;
  background: transparent;
  color: var(--ink-60);
  border: 1.5px solid var(--line-soft);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--t-fast) ease, color var(--t-fast) ease, border-color var(--t-fast) ease;
}
.gallery-view-btn:hover {
  background: var(--teal-pale);
  color: var(--teal);
  border-color: var(--teal);
}
.gallery-view-btn svg { width: 13px; height: 13px; flex-shrink: 0; }

.gallery-close-btn {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-60);
  transition: background var(--t-fast) ease;
}
.gallery-close-btn:hover { background: var(--surface-2); }
.gallery-close-btn svg { width: 18px; height: 18px; }

.gallery-thumbs {
  padding: .75rem 1rem;
  display: flex;
  gap: .4rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
  flex-shrink: 0;
}
.gallery-thumb {
  width: 52px;
  height: 52px;
  border-radius: var(--r-4);
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: border-color var(--t-fast) ease, transform var(--t-fast) ease;
}
.gallery-thumb:hover { transform: scale(1.05); }
.gallery-thumb.active { border-color: var(--rose); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── SCROLL REVEAL ─────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }
.reveal-d5 { transition-delay: .5s; }

/* ── ANIMATIONS (@keyframes) ──────────────────────── */
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes ambientBreathe {
  0%, 100% { transform: scale(1) translate(0px, 0px);    opacity: .8; }
  33%       { transform: scale(1.18) translate(18px, -12px); opacity: 1;  }
  66%       { transform: scale(.92) translate(-8px, 10px);  opacity: .65; }
}

@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}
@keyframes floatDown {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(12px); }
}

@keyframes ctaPulse {
  /* GPU-composited: filter instead of box-shadow (no repaint each frame) */
  0%, 70%, 100% { filter: brightness(1); }
  35%            { filter: brightness(1.12); }
}

@keyframes badgeBump {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.45); }
  100% { transform: scale(1); }
}

@keyframes heroEntrance {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero entrance stagger */
.hero-text .eyebrow   { animation: heroEntrance .7s var(--ease-out) .1s both; }
.hero-text .hero-title{ animation: heroEntrance .7s var(--ease-out) .2s both; }
.hero-text .hero-lead { animation: heroEntrance .7s var(--ease-out) .35s both; }
.hero-text .hero-actions{ animation: heroEntrance .7s var(--ease-out) .48s both; }
.hero-text .trust-row { animation: heroEntrance .7s var(--ease-out) .6s both; }
.hero-collage         { animation: heroEntrance .9s var(--ease-out) .3s both; }

/* ── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 1000px) {
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-thumb-item:nth-child(5) { display: none; }
  .gallery-thumb-item:nth-child(3) { grid-row: span 1; aspect-ratio: 1; }
}

/* ── HAMBURGER BUTTON ───────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1.5px solid var(--line);
  border-radius: var(--r-8);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: border-color var(--t-fast) ease, background var(--t-fast) ease;
}
.nav-hamburger:hover { background: var(--surface-1); border-color: var(--teal); }
.nav-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s var(--ease-out), opacity .2s ease, width .25s ease;
  transform-origin: center;
}
.nav-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU PANEL ──────────────────────────────── */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(253,250,246,.99);
  border-top: 1px solid var(--line);
  padding: .75rem 1.25rem 1.25rem;
  gap: .1rem;
  box-shadow: 0 8px 32px rgba(28,25,22,.1);
}
.nav-mobile-menu.open {
  display: flex;
  animation: mobileMenuIn .22s var(--ease-out);
}

@keyframes mobileMenuIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nav-mobile-link {
  display: block;
  padding: .7rem .5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color var(--t-fast) ease, padding-left var(--t-fast) ease;
}
.nav-mobile-link:last-of-type { border-bottom: none; }
.nav-mobile-link:hover { color: var(--teal); padding-left: .9rem; }

.nav-mobile-lang {
  display: flex;
  gap: .5rem;
  margin-top: .85rem;
  padding-top: .85rem;
  border-top: 1px solid var(--line);
}
.nav-mobile-lang .lang-btn { flex: 1; justify-content: center; }

@media (max-width: 780px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: none; }
  .hero-inner {
    flex-direction: column;
    gap: 2.5rem;
    text-align: center;
  }
  .hero-text { display: flex; flex-direction: column; align-items: center; }
  .hero-title em::after { display: none; }
  .hero-lead { text-align: center; }
  .hero-collage {
    flex: none;
    width: min(340px, 90vw);
    height: clamp(240px, 65vw, 340px);
  }
  .about-float.fl-l, .about-float.fl-b { display: none; }
  .about-float.fl-r1 { right: -20px; top: 2%; }
  .about-float.fl-r2 { right: -10px; bottom: 2%; }
  .bundle-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .features-grid { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .form-grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-thumb-item:nth-child(3), .gallery-thumb-item:nth-child(4),
  .gallery-thumb-item:nth-child(5) { display: none; }
  .hero-actions .btn-ghost { display: none; }
}

@media (max-width: 620px) {
  .lang-sw { display: none; }
  .nav-inner { gap: .75rem; }
}

/* ── FLOATING CONTACT BUTTONS (WhatsApp / Viber) ────────── */
/* Override the inline zIndex injected by integrations.js   */
#ht-wa-btn    { z-index: 98 !important; }
#ht-viber-btn { z-index: 97 !important; }

/* ── CHECKOUT NEWSLETTER WRAPPER ────────── */
.co-nl-section {
  background: var(--ink);
  padding: 2.5rem 0;
}

/* ── REVIEWS SECTION ────────────────────────────────── */
.reviews-section {
  padding: 4rem 0 5rem;
  background: var(--surface, #fff8f3);
}
.reviews-bar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.review-card {
  background: var(--card-bg, #fff);
  border: 1px solid var(--border, #f0e8e0);
  border-radius: 14px;
  padding: 1.25rem 1.3rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: box-shadow .2s;
}
.review-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,.09);
}
.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.review-title {
  margin: 0;
  font-size: .9rem;
  font-weight: 700;
  color: var(--heading, #1c1917);
  line-height: 1.3;
}
.review-body {
  margin: 0;
  font-size: .84rem;
  color: var(--text, #57534e);
  line-height: 1.6;
  flex: 1;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .76rem;
  color: var(--muted, #a8a29e);
  border-top: 1px solid var(--border, #f0e8e0);
  padding-top: .55rem;
  margin-top: auto;
}
.review-meta strong {
  color: var(--text, #57534e);
  font-weight: 600;
}
.review-meta time {
  margin-left: auto;
}
.reviews-aggregate {
  display: flex;
  align-items: center;
  gap: .55rem;
  justify-content: center;
  margin-top: .5rem;
  flex-wrap: wrap;
}

/* ── SERVICES SECTION (index.html) ── */
.services-section {
  background: var(--surface-0, #fdfaf6);
  padding: 3.5rem 0 3rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1rem;
  margin-top: .5rem;
}
