/* =============================================================
   SPARKLING MEMORIES — Redesigned Luxury Stylesheet
   Brand: Himas Corner (@himas_corner) · Kuwait
   Palette: #0D0A09 | #C9A96E gold | #E8C4B8 rose | #FAF6F1 text
   Fonts:  Cormorant Garamond (display) · DM Sans (body)
   ============================================================= */

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:root {
  --bg:       #0D0A09;
  --bg-alt:   #0A0806;
  --gold:     #C9A96E;
  --gold-dim: rgba(201,169,110,0.10);
  --rose:     #E8C4B8;
  --text:     #FAF6F1;
  --muted:    rgba(250,246,241,0.52);
  --card-bg:  #141110;
  --border:   rgba(201,169,110,0.16);
  --border-h: rgba(201,169,110,0.40);
  --radius:   2px;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }
em  { font-style: italic; }

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(3.2rem, 9vw, 6.5rem); }
h2 { font-size: clamp(2rem, 5vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.75rem); }

.section-eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.section-title em { font-style: italic; color: var(--gold); }

/* ── Container ──────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section { padding: 6rem 0; }

/* Section header block */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}
.section-subtitle {
  color: var(--muted);
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.7;
}

/* ── Scroll fade-in ─────────────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1),
              transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

.section-title.fade-in,
h2.fade-in {
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1),
              transform 0.9s cubic-bezier(0.16,1,0.3,1);
}

.section-header .fade-in:nth-child(1) { transition-delay: 0s; }
.section-header .fade-in:nth-child(2) { transition-delay: 0.11s; }
.section-header .fade-in:nth-child(3) { transition-delay: 0.22s; }

/* ── Hero load animations ───────────────────────────────────── */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeLine {
  from { opacity: 0; transform: scaleY(0); }
  to   { opacity: 1; transform: scaleY(1); }
}

.hero-eyebrow { animation: heroFadeUp 0.7s  cubic-bezier(0.16,1,0.3,1) 0.15s both; }
.hero-title   { animation: heroFadeUp 1.0s  cubic-bezier(0.16,1,0.3,1) 0.30s both; }
.hero-tagline { animation: heroFadeUp 0.7s  cubic-bezier(0.16,1,0.3,1) 0.55s both; }
.hero-ctas    { animation: heroFadeUp 0.7s  cubic-bezier(0.16,1,0.3,1) 0.72s both; }

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 2.4rem;
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background 0.22s, color 0.22s, border-color 0.22s, transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.btn:hover  { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--gold);
  color: var(--bg);
}
.btn-primary:hover { background: #d4b580; }

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.btn-lg { padding: 1.05rem 3rem; font-size: 0.82rem; }

.btn-sm {
  padding: 0.55rem 1.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.btn-full { width: 100%; }

/* ── Announcement Banner ────────────────────────────────────── */
#site-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.65rem 3rem 0.65rem 1.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  position: relative;
  z-index: 300;
}
.banner-inner { display: flex; align-items: center; gap: 0.5rem; }
.banner-close {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0.6;
  color: inherit;
  padding: 0.25rem;
  transition: opacity 0.2s;
}
.banner-close:hover { opacity: 1; }

/* ── NAV ────────────────────────────────────────────────────── */
#main-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 1.25rem 0;
  transition: background 0.35s, border-color 0.35s, padding 0.35s;
  border-bottom: 1px solid transparent;
}
#main-nav.scrolled {
  background: rgba(13,10,9,0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
  padding: 0.85rem 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: color 0.2s;
}
.nav-logo:hover { color: var(--gold); }

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

.nav-instagram {
  color: var(--muted);
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.nav-instagram:hover { color: var(--gold); }

/* Cart icon */
.cart-icon {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  padding: 0.2rem;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.cart-icon:hover { color: var(--gold); }

.cart-badge {
  position: absolute;
  top: -6px; right: -8px;
  background: var(--gold);
  color: var(--bg);
  font-size: 0.62rem;
  font-weight: 700;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9rem 1.5rem 5rem;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(13,10,9,0.60) 0%,
      rgba(13,10,9,0.20) 40%,
      rgba(13,10,9,0.70) 100%),
    url('https://images.unsplash.com/photo-1607344645866-cc89d60a4d6e?auto=format&fit=crop&w=1920&q=80')
    center / cover no-repeat;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero-eyebrow {
  font-size: 0.68rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: clamp(3.5rem, 10vw, 7.5rem);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.hero-title em {
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
}

.hero-tagline {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: var(--muted);
  margin: 1.5rem auto 2.75rem;
  max-width: 380px;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ── ABOUT ──────────────────────────────────────────────────── */
.about {
  background: var(--bg);
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 5rem;
}

.about-text .section-eyebrow { margin-bottom: 0.75rem; }
.about-text .section-title   { margin-bottom: 1.5rem; }

.about-body {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 1rem;
  max-width: 500px;
}

.about-image-wrap {
  position: relative;
}
.about-image-wrap::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  z-index: 0;
  pointer-events: none;
}
.about-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
  position: relative;
  z-index: 1;
}
.about-image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 2rem;
}

/* Value cards row */
.about-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  border-top: 1px solid var(--border);
  padding-top: 3rem;
}

.value-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.25s;
}
.value-card:hover { border-color: var(--border-h); }

.value-icon {
  color: var(--gold);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.25rem;
}
.value-card h3 {
  font-size: 1.1rem;
  color: var(--text);
}
.value-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── PRODUCTS ───────────────────────────────────────────────── */
.products { background: var(--bg-alt); }

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.product-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.28s, transform 0.28s;
}
.product-card:hover {
  border-color: var(--border-h);
  transform: translateY(-3px);
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
}
.product-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.product-card:hover .product-image { transform: scale(1.04); }

.product-image-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #1c1610 0%, #110d0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--border-h);
  font-size: 2rem;
}

.product-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  background: var(--gold);
  color: var(--bg);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 1px;
}

.product-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--text);
}
.product-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1.1rem;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}
.product-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
}

.products-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--muted);
  padding: 4rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.products-cta {
  text-align: center;
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}
.products-cta p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}

/* ── HIGHLIGHTS ─────────────────────────────────────────────── */
.highlights { background: var(--bg); }

.highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.highlight-card {
  background: var(--bg);
  padding: 2.5rem 2rem;
  transition: background 0.22s;
}
.highlight-card:hover { background: var(--card-bg); }

.highlight-icon {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 1.1rem;
}
.highlight-card h3 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 0.6rem;
}
.highlight-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── INSTAGRAM CTA ──────────────────────────────────────────── */
.instagram-cta {
  background: var(--bg-alt);
  position: relative;
  overflow: hidden;
}
.instagram-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(201,169,110,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.instagram-inner {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.insta-icon {
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: inline-block;
}

.instagram-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.instagram-title em {
  color: var(--gold);
  font-style: italic;
}

.instagram-body {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 2.25rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ── FOOTER ─────────────────────────────────────────────────── */
#footer {
  background: #070503;
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text);
}
.footer-tagline {
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-links h4,
.footer-contact h4 {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
.footer-links nav {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links nav a {
  font-size: 0.85rem;
  color: var(--muted);
  transition: color 0.2s;
}
.footer-links nav a:hover { color: var(--gold); }

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-insta,
.footer-whatsapp {
  font-size: 0.85rem;
  color: var(--muted);
  transition: color 0.2s;
  display: inline-block;
}
.footer-insta:hover,
.footer-whatsapp:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.75rem;
  text-align: center;
}
.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(250,246,241,0.28);
  letter-spacing: 0.04em;
}

/* ── CART DRAWER ────────────────────────────────────────────── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(400px, 100vw);
  background: #120e0c;
  border-left: 1px solid var(--border);
  z-index: 401;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
}
.cart-drawer.open { transform: translateX(0); }

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 1.75rem;
  border-bottom: 1px solid var(--border);
}
.cart-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-close {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.3rem;
  transition: color 0.2s;
}
.cart-close:hover { color: var(--text); }

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem 1.75rem;
}
.cart-empty {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 4rem;
  letter-spacing: 0.04em;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}
.cart-item-info {
  flex: 1;
  min-width: 0;
}
.cart-item-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
.cart-item-price {
  display: block;
  font-size: 0.8rem;
  color: var(--gold);
}
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.qty-value {
  font-size: 0.85rem;
  min-width: 1.2rem;
  text-align: center;
}
.qty-btn {
  background: var(--gold-dim);
  border: 1px solid var(--border);
  color: var(--text);
  width: 24px; height: 24px;
  border-radius: 1px;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.qty-btn:hover { background: rgba(201,169,110,0.22); }
.remove-btn {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0.2rem 0.3rem;
  transition: color 0.15s;
  margin-left: 0.2rem;
}
.remove-btn:hover { color: var(--rose); }

.cart-footer {
  padding: 1.5rem 1.75rem;
  border-top: 1px solid var(--border);
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
}
.cart-total-row span:first-child { color: var(--muted); }
.cart-total-row span:last-child  { color: var(--gold); font-size: 1.05rem; font-family: 'Cormorant Garamond', serif; }

#checkout-btn:disabled { opacity: 0.4; cursor: not-allowed; }
#checkout-btn:disabled:hover { transform: none; }

/* ── ORDER MODAL ────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  overflow-y: auto;
  padding: 2rem 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }

.modal-card {
  background: #120e0c;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  width: 100%;
  max-width: 540px;
  padding: 2.5rem;
  position: relative;
  margin: auto;
}

.modal-close {
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.2s;
}
.modal-close:hover { color: var(--text); }

.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.modal-sub {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
  line-height: 1.65;
}

/* Form fields */
.form-group { margin-bottom: 1.1rem; }
.form-group label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.45rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus { border-color: rgba(201,169,110,0.5); }
.form-group textarea { resize: vertical; min-height: 72px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-error {
  background: rgba(200,60,60,0.12);
  border: 1px solid rgba(200,60,60,0.3);
  color: #f08080;
  font-size: 0.82rem;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  margin-bottom: 1rem;
}

.order-success {
  text-align: center;
  padding: 2rem 0;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.success-icon {
  font-size: 2.5rem;
  color: var(--gold);
}
.order-success h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--gold);
}
.order-success p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 380px;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (min-width: 600px) {
  .about-values {
    grid-template-columns: repeat(3, 1fr);
  }
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 55fr 45fr;
    gap: 5rem;
  }
  .about-grid .about-image-wrap { order: 2; }
  .about-grid .about-text       { order: 1; }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .highlights-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .section { padding: 8rem 0; }
  .products-grid { gap: 1.5rem; }
}

/* ── Scrollbar ──────────────────────────────────────────────── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--border-h); }
