/* ═══════════════════════════════════════════
   gtiramisu — ÉDITION DROP theme
   Activated by <html data-site-theme="drop">
   Same warm coffee/cream palette, totally different design
   language: modern editorial luxe (Aimé Leon Dore / Jacquemus
   meets Cédric Grolet). Black/cream contrast, chunky display
   sans, pill nav, bento grids, marquee strips, magnetic cursor,
   slow scroll reveals.
   ═══════════════════════════════════════════ */

html[data-site-theme="drop"] {
  --d-cream: #F5EDE3;
  --d-cream-warm: #EDE3D2;
  --d-cream-soft: #FAF6EE;
  --d-ink: #1A0E08;
  --d-ink-soft: #2C1810;
  --d-ink-mute: rgba(26, 14, 8, 0.55);
  --d-line: rgba(26, 14, 8, 0.10);
  --d-line-strong: rgba(26, 14, 8, 0.25);
  --d-caramel: #C8956C;
  --d-caramel-deep: #A87752;
  --d-cocoa: #5C3D2E;
  --d-gold: #D4A853;
  --d-radius: 28px;
  --d-radius-pill: 999px;
}

/* ─── Base ─── */
html[data-site-theme="drop"] body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--d-cream);
  color: var(--d-ink);
  font-feature-settings: 'cv11', 'ss01', 'ss03';
}
@media (hover: hover) and (pointer: fine) {
  html[data-site-theme="drop"] body,
  html[data-site-theme="drop"] a,
  html[data-site-theme="drop"] button { cursor: none; }
}

html[data-site-theme="drop"] body::after {
  background: none;
  opacity: 0;
}

html[data-site-theme="drop"] h1,
html[data-site-theme="drop"] h2,
html[data-site-theme="drop"] h3,
html[data-site-theme="drop"] h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--d-ink);
  line-height: 0.98;
}

html[data-site-theme="drop"] p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--d-ink-soft);
}

/* ─── Magnetic cursor (desktop only) ─── */
.drop-cursor-dot,
.drop-cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.drop-cursor-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.05s linear;
}
.drop-cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: width 0.3s cubic-bezier(.2,.8,.2,1), height 0.3s cubic-bezier(.2,.8,.2,1);
}
@media (hover: none) {
  .drop-cursor-dot, .drop-cursor-ring { display: none !important; }
  html[data-site-theme="drop"] body { cursor: auto; }
}

/* ─── Site info banner → top marquee strip ─── */
html[data-site-theme="drop"] .site-info-banner {
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  padding: 0.55rem 1.5rem;
  position: relative;
}
html[data-site-theme="drop"] .site-info-banner-icon { color: var(--d-gold); }

/* ─── Nav — simple horizontal bar, no border-radius ─── */
html[data-site-theme="drop"] nav#navbar {
  background: rgba(245, 237, 227, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--d-line);
  border-radius: 0;
  padding: 1.1rem 3rem;
  transition: padding 0.35s cubic-bezier(.2,.8,.2,1), background 0.35s ease, border-color 0.35s ease;
}
html[data-site-theme="drop"] nav#navbar.scrolled {
  background: rgba(245, 237, 227, 0.96);
  border-bottom-color: var(--d-line-strong);
  padding: 0.7rem 3rem;
  box-shadow: 0 1px 0 var(--d-line);
}
@media (max-width: 700px) {
  html[data-site-theme="drop"] nav#navbar,
  html[data-site-theme="drop"] nav#navbar.scrolled { padding-left: 1.25rem; padding-right: 1.25rem; }
}

html[data-site-theme="drop"] .logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  color: var(--d-ink);
  text-transform: lowercase;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
html[data-site-theme="drop"] .logo em {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: var(--d-caramel);
}
html[data-site-theme="drop"] .logo span { color: var(--d-ink); }
html[data-site-theme="drop"] #navbar .logo .logo-img {
  background: transparent;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 0 0 1px var(--d-line);
}

html[data-site-theme="drop"] .nav-links {
  gap: 2.25rem;
  background: transparent;
}
html[data-site-theme="drop"] .nav-links a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--d-ink);
  padding: 0.4rem 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  transition: color 0.25s ease;
}
/* hover underline grows from center */
html[data-site-theme="drop"] .nav-links a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: var(--d-ink);
  transform: translateX(-50%);
  transition: width 0.35s cubic-bezier(.2,.8,.2,1), background 0.25s ease;
}
html[data-site-theme="drop"] .nav-links a:hover { background: transparent; }
html[data-site-theme="drop"] .nav-links a:hover::after { width: 100%; }
html[data-site-theme="drop"] .nav-links a.active {
  background: transparent;
  color: var(--d-ink);
}
html[data-site-theme="drop"] .nav-links a.active::after {
  width: 100%;
  background: var(--d-caramel);
}

html[data-site-theme="drop"] .nav-right { padding-right: 0; gap: 0.55rem; }

html[data-site-theme="drop"] .nav-login-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--d-cream);
  background: var(--d-ink);
  border-radius: var(--d-radius-pill);
  padding: 0.55rem 1.2rem;
}
html[data-site-theme="drop"] .nav-login-btn:hover {
  background: var(--d-caramel);
  color: var(--d-ink);
}

html[data-site-theme="drop"] .nav-account-btn,
html[data-site-theme="drop"] .nav-order-track-btn,
html[data-site-theme="drop"] .cart-btn {
  background: transparent;
  color: var(--d-ink);
  border: 1px solid var(--d-line-strong);
  border-radius: var(--d-radius-pill);
  width: 40px; height: 40px;
  padding: 0;
  transition: all 0.25s ease;
}
html[data-site-theme="drop"] .nav-account-btn:hover,
html[data-site-theme="drop"] .nav-order-track-btn:hover,
html[data-site-theme="drop"] .cart-btn:hover {
  background: var(--d-ink);
  color: var(--d-cream);
  border-color: var(--d-ink);
  transform: none;
}
html[data-site-theme="drop"] .cart-count {
  background: var(--d-caramel);
  color: var(--d-ink);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
}

html[data-site-theme="drop"] .mobile-menu-btn span { background: var(--d-ink); }

/* ─── Mobile nav ─── */
html[data-site-theme="drop"] .mobile-nav {
  background: var(--d-cream);
  border-left: 1px solid var(--d-line);
}
html[data-site-theme="drop"] .mobile-nav-header {
  border-bottom: 1px solid var(--d-line);
  background: transparent;
}
html[data-site-theme="drop"] .mobile-nav-header .logo,
html[data-site-theme="drop"] .mobile-nav-header .logo em,
html[data-site-theme="drop"] .mobile-nav-header .logo span { color: var(--d-ink); }
html[data-site-theme="drop"] .mobile-nav-close { color: var(--d-ink); }
html[data-site-theme="drop"] .mobile-nav-links li a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--d-ink);
  border-bottom: 1px solid var(--d-line);
}
html[data-site-theme="drop"] .mobile-nav-links li a:hover,
html[data-site-theme="drop"] .mobile-nav-links li a.active {
  background: transparent;
  color: var(--d-caramel);
}

/* ═════ HERO — dark contrast, asymmetric with edition label ═════ */
html[data-site-theme="drop"] .hero {
  min-height: 100vh;
  padding: 0;
  background: var(--d-ink);
  overflow: hidden;
  display: block;
  perspective: 1000px;
}
html[data-site-theme="drop"] .hero-bg {
  inset: 0;
  background:
    radial-gradient(at 70% 30%, rgba(212, 168, 83, 0.18) 0px, transparent 50%),
    radial-gradient(at 20% 80%, rgba(200, 149, 108, 0.12) 0px, transparent 50%);
}

/* Top-left edition label & top-right stat block */
html[data-site-theme="drop"] .hero::before {
  content: 'ÉDITION N°01 / GENÈVE / 2025';
  position: absolute;
  top: 2.5rem; left: 2.5rem;
  z-index: 4;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  color: rgba(245, 237, 227, 0.55);
  opacity: 0;
  animation: dropFade 1s ease 0.3s forwards;
}
html[data-site-theme="drop"] .hero::after {
  content: '9 SAVEURS · ARTISANAL · LIVRÉ FRAIS';
  position: absolute;
  bottom: 3rem; left: 0; right: 0;
  z-index: 4;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  color: rgba(245, 237, 227, 0.5);
  border-top: 1px solid rgba(245, 237, 227, 0.1);
  padding-top: 1.5rem;
  margin: 0 2.5rem;
  opacity: 0;
  animation: dropFade 1s ease 1.8s forwards;
}

html[data-site-theme="drop"] .hero-content {
  position: relative;
  z-index: 3;
  max-width: 100%;
  padding: 7rem 2.5rem 6rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  min-height: 100vh;
  text-align: left;
}

html[data-site-theme="drop"] .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--d-ink);
  background: var(--d-gold);
  border: 0;
  border-radius: var(--d-radius-pill);
  padding: 0.55rem 1.25rem;
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 0.55s forwards;
}
html[data-site-theme="drop"] .hero-badge::before {
  content: '●';
  color: var(--d-ink);
  animation: dropPulse 1.6s ease infinite;
}
@keyframes dropPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

html[data-site-theme="drop"] .hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 14vw, 13rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--d-cream);
  margin-bottom: 2rem;
  text-transform: lowercase;
  opacity: 0;
  animation: dropUp 1s cubic-bezier(.2,.8,.2,1) 0.7s forwards;
  transform-style: preserve-3d;
  transform: rotateY(var(--drop-tilt-x, 0deg)) rotateX(var(--drop-tilt-y, 0deg));
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
html[data-site-theme="drop"] .hero h1 em {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 500;
  color: var(--d-caramel);
}

html[data-site-theme="drop"] .hero-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(245, 237, 227, 0.75);
  max-width: 480px;
  margin: 0 0 2.5rem;
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 0.95s forwards;
}

html[data-site-theme="drop"] .hero-cta {
  display: inline-flex;
  gap: 0.65rem;
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 1.15s forwards;
}

html[data-site-theme="drop"] .scroll-hint { display: none; }

@keyframes dropFade { to { opacity: 1; } }
@keyframes dropUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  html[data-site-theme="drop"] .hero::before { left: 1.25rem; top: 1.5rem; font-size: 0.62rem; letter-spacing: 0.3em; }
  html[data-site-theme="drop"] .hero::after { margin: 0 1.25rem; font-size: 0.6rem; letter-spacing: 0.3em; }
  html[data-site-theme="drop"] .hero-content { padding: 6rem 1.25rem 5rem; }
  html[data-site-theme="drop"] .hero h1 { font-size: clamp(3rem, 18vw, 6rem); }
  html[data-site-theme="drop"] .scroll-hint { display: none; }
}

/* ═════ Buttons — modern pills ═════ */
html[data-site-theme="drop"] .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--d-ink);
  background: var(--d-cream);
  border: 1px solid var(--d-cream);
  border-radius: var(--d-radius-pill);
  padding: 0.85rem 1.6rem;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
}
html[data-site-theme="drop"] .btn-primary::after {
  content: '→';
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1);
}
html[data-site-theme="drop"] .btn-primary:hover {
  background: var(--d-caramel);
  border-color: var(--d-caramel);
  color: var(--d-ink);
  transform: translateY(-2px);
}
html[data-site-theme="drop"] .btn-primary:hover::after { transform: translateX(5px); }

html[data-site-theme="drop"] .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--d-cream);
  background: transparent;
  border: 1px solid rgba(245, 237, 227, 0.4);
  border-radius: var(--d-radius-pill);
  padding: 0.85rem 1.6rem;
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
}
html[data-site-theme="drop"] .btn-secondary:hover {
  background: rgba(245, 237, 227, 0.1);
  border-color: var(--d-cream);
  color: var(--d-cream);
}

/* Buttons in light sections (not hero) */
html[data-site-theme="drop"] :not(.hero) > .btn-primary,
html[data-site-theme="drop"] :not(.hero) .btn-primary {
  background: var(--d-ink);
  color: var(--d-cream);
  border-color: var(--d-ink);
}
html[data-site-theme="drop"] :not(.hero) > .btn-primary:hover,
html[data-site-theme="drop"] :not(.hero) .btn-primary:hover {
  background: var(--d-caramel);
  color: var(--d-ink);
  border-color: var(--d-caramel);
}
html[data-site-theme="drop"] :not(.hero) > .btn-secondary,
html[data-site-theme="drop"] :not(.hero) .btn-secondary {
  background: transparent;
  color: var(--d-ink);
  border-color: var(--d-line-strong);
}
html[data-site-theme="drop"] :not(.hero) > .btn-secondary:hover,
html[data-site-theme="drop"] :not(.hero) .btn-secondary:hover {
  background: var(--d-ink);
  color: var(--d-cream);
  border-color: var(--d-ink);
}

html[data-site-theme="drop"] .checkout-btn,
html[data-site-theme="drop"] .dz-check-btn {
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  border-radius: var(--d-radius-pill);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 1rem 1.6rem;
}
html[data-site-theme="drop"] .checkout-btn:hover,
html[data-site-theme="drop"] .dz-check-btn:hover {
  background: var(--d-caramel);
  color: var(--d-ink);
}

/* ═════ Section titles ═════ */
html[data-site-theme="drop"] .section-title {
  text-align: left;
  max-width: 1200px;
  margin: 7rem auto 3rem;
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 2rem;
}
html[data-site-theme="drop"] .section-title .overtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  color: var(--d-caramel);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.1rem;
  background: rgba(200, 149, 108, 0.1);
  border-radius: var(--d-radius-pill);
}
html[data-site-theme="drop"] .section-title .overtitle::before {
  content: '◆';
  color: var(--d-caramel);
  font-size: 0.6em;
}
html[data-site-theme="drop"] .section-title h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--d-ink);
  text-transform: lowercase;
}
html[data-site-theme="drop"] .section-title h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--d-caramel);
}

/* ═════ Section backgrounds & spacing ═════ */
html[data-site-theme="drop"] .products-section,
html[data-site-theme="drop"] .how-it-works,
html[data-site-theme="drop"] .delivery-info,
html[data-site-theme="drop"] .about-section,
html[data-site-theme="drop"] .menu-section,
html[data-site-theme="drop"] .reviews-section,
html[data-site-theme="drop"] .faq-section,
html[data-site-theme="drop"] .contact-section,
html[data-site-theme="drop"] .flavors-section {
  background: transparent;
  padding: 0 0 4rem;
}

/* Marquee divider between sections (decorative ticker) */
html[data-site-theme="drop"] .products-section + .how-it-works::before,
html[data-site-theme="drop"] .how-it-works + .delivery-info::before {
  content: '◆ FRAIS DU JOUR ◆ ARTISANAL ◆ GENÈVE ◆ LIVRÉ CHEZ VOUS ◆ FRAIS DU JOUR ◆ ARTISANAL ◆ GENÈVE ◆ LIVRÉ CHEZ VOUS ◆ FRAIS DU JOUR ◆ ARTISANAL ◆ GENÈVE ◆';
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.3em;
  color: var(--d-ink);
  background: var(--d-caramel);
  padding: 1.4rem 0;
  margin: 4rem 0;
  animation: dropMarquee 40s linear infinite;
}
@keyframes dropMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═════ Products → editorial horizontal scroll cards ═════ */
html[data-site-theme="drop"] .products-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1.25rem;
  padding: 1rem 2.5rem 3rem;
  margin: 0 -2.5rem 0;
  scrollbar-width: thin;
  scrollbar-color: var(--d-caramel) transparent;
}
html[data-site-theme="drop"] .products-grid::-webkit-scrollbar { height: 6px; }
html[data-site-theme="drop"] .products-grid::-webkit-scrollbar-track { background: transparent; }
html[data-site-theme="drop"] .products-grid::-webkit-scrollbar-thumb { background: var(--d-caramel); border-radius: 3px; }

html[data-site-theme="drop"] .product-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: var(--d-cream-warm);
  border: 0;
  border-radius: var(--d-radius);
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  /* Cards are inserted by JS after page load — use CSS animation
     (auto-trigger on paint) so we don't depend on an observer class. */
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  animation: dropProductIn 0.9s cubic-bezier(.2,.8,.2,1) forwards;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.5s ease;
}
@keyframes dropProductIn { to { opacity: 1; transform: none; } }

/* Stagger using animation-delay (works with auto-play animation) */
html[data-site-theme="drop"] .product-card:nth-child(1) { animation-delay: 50ms;  }
html[data-site-theme="drop"] .product-card:nth-child(2) { animation-delay: 120ms; }
html[data-site-theme="drop"] .product-card:nth-child(3) { animation-delay: 190ms; }
html[data-site-theme="drop"] .product-card:nth-child(4) { animation-delay: 260ms; }
html[data-site-theme="drop"] .product-card:nth-child(5) { animation-delay: 330ms; }
html[data-site-theme="drop"] .product-card:nth-child(n+6) { animation-delay: 400ms; }

/* Image shutter — auto-plays after the card fades in */
html[data-site-theme="drop"] .product-card .product-img img {
  clip-path: inset(0 0 100% 0);
  animation: dropShutterDown 1s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: inherit;
  transition: transform 0.9s cubic-bezier(.2,.8,.2,1);
}
@keyframes dropShutterDown {
  from { clip-path: inset(0 0 100% 0); }
  to   { clip-path: inset(0 0 0 0); }
}
html[data-site-theme="drop"] .product-card .product-img img {
  animation-delay: calc(var(--card-delay, 200ms));
}
html[data-site-theme="drop"] .product-card:nth-child(1) .product-img img { animation-delay: 250ms; }
html[data-site-theme="drop"] .product-card:nth-child(2) .product-img img { animation-delay: 320ms; }
html[data-site-theme="drop"] .product-card:nth-child(3) .product-img img { animation-delay: 390ms; }
html[data-site-theme="drop"] .product-card:nth-child(4) .product-img img { animation-delay: 460ms; }
html[data-site-theme="drop"] .product-card:nth-child(5) .product-img img { animation-delay: 530ms; }
html[data-site-theme="drop"] .product-card:nth-child(n+6) .product-img img { animation-delay: 600ms; }
html[data-site-theme="drop"] .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px -20px rgba(26, 14, 8, 0.35);
}
html[data-site-theme="drop"] .product-img {
  border-radius: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  background: var(--d-cream-warm) !important;
}
html[data-site-theme="drop"] .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(.2,.8,.2,1);
}
html[data-site-theme="drop"] .product-card:hover .product-img img { transform: scale(1.08); }

html[data-site-theme="drop"] .product-tag {
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  border-radius: var(--d-radius-pill);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

html[data-site-theme="drop"] .product-info {
  padding: 1.25rem;
  background: var(--d-cream-warm);
}
html[data-site-theme="drop"] .product-name {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--d-ink);
  margin-bottom: 0.35rem;
  text-transform: lowercase;
}
html[data-site-theme="drop"] .product-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--d-ink-mute);
  line-height: 1.5;
  margin-bottom: 0.85rem;
}
html[data-site-theme="drop"] .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0;
  padding-top: 0;
}
html[data-site-theme="drop"] .product-price {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--d-ink);
}

/* ═════ Steps → big number editorial cards ═════ */
html[data-site-theme="drop"] .steps {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
html[data-site-theme="drop"] .step {
  background: var(--d-cream-warm);
  border: 0;
  border-radius: var(--d-radius);
  padding: 2.5rem 2rem 2rem;
  position: relative;
  text-align: left;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(.2,.8,.2,1), transform 0.9s cubic-bezier(.2,.8,.2,1), background 0.3s ease;
  overflow: hidden;
}
html[data-site-theme="drop"] .step.visible { opacity: 1; transform: none; }
html[data-site-theme="drop"] .step:hover { background: var(--d-ink); color: var(--d-cream); }
html[data-site-theme="drop"] .step:hover h3,
html[data-site-theme="drop"] .step:hover p,
html[data-site-theme="drop"] .step:hover .step-num { color: var(--d-cream); }
html[data-site-theme="drop"] .step:hover .step-num { -webkit-text-stroke: 1px var(--d-caramel); color: transparent; }
html[data-site-theme="drop"] .step-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--d-ink);
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: 1.5rem;
  opacity: 1;
}
html[data-site-theme="drop"] .step h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  color: var(--d-ink);
  margin-bottom: 0.65rem;
  text-transform: lowercase;
}
html[data-site-theme="drop"] .step p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--d-ink-soft);
  line-height: 1.6;
}
html[data-site-theme="drop"] .step-icon { display: none; }
@media (max-width: 768px) {
  html[data-site-theme="drop"] .steps { grid-template-columns: 1fr; }
}

/* ═════ Delivery info → bento layout ═════ */
html[data-site-theme="drop"] .delivery-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
html[data-site-theme="drop"] .delivery-item {
  background: var(--d-ink);
  border: 0;
  border-radius: var(--d-radius);
  padding: 2.5rem 1.5rem 2rem;
  text-align: left;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(.2,.8,.2,1), transform 0.9s cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
}
html[data-site-theme="drop"] .delivery-item.visible { opacity: 1; transform: none; }
html[data-site-theme="drop"] .delivery-item:nth-child(2) { background: var(--d-cream-warm); }
html[data-site-theme="drop"] .delivery-item:nth-child(3) { background: var(--d-caramel); }
html[data-site-theme="drop"] .delivery-item:nth-child(4) { background: var(--d-cream-warm); }

html[data-site-theme="drop"] .delivery-item h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: var(--d-cream);
  margin-bottom: 0.5rem;
  text-transform: lowercase;
}
html[data-site-theme="drop"] .delivery-item p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: rgba(245, 237, 227, 0.78);
  line-height: 1.55;
}
html[data-site-theme="drop"] .delivery-item:nth-child(2) h4,
html[data-site-theme="drop"] .delivery-item:nth-child(4) h4 { color: var(--d-ink); }
html[data-site-theme="drop"] .delivery-item:nth-child(2) p,
html[data-site-theme="drop"] .delivery-item:nth-child(4) p { color: var(--d-ink-soft); }
html[data-site-theme="drop"] .delivery-item:nth-child(3) h4 { color: var(--d-ink); }
html[data-site-theme="drop"] .delivery-item:nth-child(3) p { color: rgba(26, 14, 8, 0.7); }

html[data-site-theme="drop"] .delivery-icon {
  margin-bottom: 1.5rem;
}
html[data-site-theme="drop"] .delivery-icon img {
  width: 36px; height: 36px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(8%) saturate(345%) hue-rotate(322deg) brightness(96%) contrast(94%);
}
html[data-site-theme="drop"] .delivery-item:nth-child(2) .delivery-icon img,
html[data-site-theme="drop"] .delivery-item:nth-child(3) .delivery-icon img,
html[data-site-theme="drop"] .delivery-item:nth-child(4) .delivery-icon img {
  filter: brightness(0);
}
@media (max-width: 900px) {
  html[data-site-theme="drop"] .delivery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  html[data-site-theme="drop"] .delivery-grid { grid-template-columns: 1fr; }
}

/* ═════ Inputs ═════ */
html[data-site-theme="drop"] .ct-input,
html[data-site-theme="drop"] .ck-input,
html[data-site-theme="drop"] .acc-input,
html[data-site-theme="drop"] input[type="text"],
html[data-site-theme="drop"] input[type="email"],
html[data-site-theme="drop"] input[type="password"],
html[data-site-theme="drop"] input[type="tel"],
html[data-site-theme="drop"] textarea,
html[data-site-theme="drop"] select {
  background: var(--d-cream-warm);
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  color: var(--d-ink);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
}
html[data-site-theme="drop"] .ct-input:focus,
html[data-site-theme="drop"] .ck-input:focus,
html[data-site-theme="drop"] .acc-input:focus,
html[data-site-theme="drop"] input:focus,
html[data-site-theme="drop"] textarea:focus,
html[data-site-theme="drop"] select:focus {
  background: #fff;
  border-color: var(--d-ink);
  box-shadow: 0 0 0 4px rgba(26, 14, 8, 0.08);
  outline: none;
}

/* ═════ Cart panel ═════ */
html[data-site-theme="drop"] .cart-panel {
  background: var(--d-cream);
  border-left: 0;
  border-radius: 24px 0 0 24px;
}
html[data-site-theme="drop"] .cart-header {
  background: transparent;
  border-bottom: 1px solid var(--d-line);
}
html[data-site-theme="drop"] .cart-header h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  color: var(--d-ink);
}
html[data-site-theme="drop"] .close-cart { color: var(--d-ink); }
html[data-site-theme="drop"] .cart-footer {
  background: var(--d-cream-warm);
  border-top: 1px solid var(--d-line);
}
html[data-site-theme="drop"] .cart-total-price {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--d-ink);
}
html[data-site-theme="drop"] .cart-empty p {
  font-family: 'Inter', sans-serif;
  color: var(--d-ink-mute);
}

/* ═════ Order tracking modal ═════ */
html[data-site-theme="drop"] .otm-modal {
  background: var(--d-cream);
  border: 0;
  border-radius: var(--d-radius);
}
html[data-site-theme="drop"] .otm-hero { background: var(--d-cream-warm) !important; }
html[data-site-theme="drop"] .otm-hero-number {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--d-ink);
  text-transform: lowercase;
}
html[data-site-theme="drop"] .otm-footer { background: var(--d-cream); border-top: 1px solid var(--d-line); }
html[data-site-theme="drop"] .otm-detail-link {
  background: var(--d-ink);
  color: var(--d-cream);
  border-radius: var(--d-radius-pill);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
html[data-site-theme="drop"] .otm-detail-link:hover { background: var(--d-caramel); color: var(--d-ink); }

/* ═════ Delivery zone modal ═════ */
html[data-site-theme="drop"] .dz-modal {
  background: var(--d-cream);
  border: 0;
  border-radius: var(--d-radius);
}
html[data-site-theme="drop"] .dz-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  color: var(--d-ink);
}
html[data-site-theme="drop"] .dz-subtitle {
  font-family: 'Inter', sans-serif;
  color: var(--d-ink-mute);
}

/* ═════ Toast ═════ */
html[data-site-theme="drop"] .toast {
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  border-radius: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  box-shadow: 0 20px 50px -10px rgba(26, 14, 8, 0.4);
}

/* ═════ Footer ═════ */
html[data-site-theme="drop"] footer,
html[data-site-theme="drop"] .site-footer {
  background: var(--d-ink);
  color: var(--d-cream);
  border-top: 0;
  font-family: 'Inter', sans-serif;
}
html[data-site-theme="drop"] footer a:hover,
html[data-site-theme="drop"] .site-footer a:hover { color: var(--d-caramel); }

/* ═════ Auth cards ═════ */
html[data-site-theme="drop"] .auth-card,
html[data-site-theme="drop"] .account-card,
html[data-site-theme="drop"] .ck-card,
html[data-site-theme="drop"] .card {
  background: var(--d-cream-warm);
  border: 0;
  border-radius: var(--d-radius);
  box-shadow: 0 4px 24px -10px rgba(26, 14, 8, 0.15);
  padding: 2.5rem;
}
html[data-site-theme="drop"] .auth-card .btn-block {
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  border-radius: var(--d-radius-pill);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 1rem;
}
html[data-site-theme="drop"] .auth-card .btn-block:hover { background: var(--d-caramel); color: var(--d-ink); }

/* ═════ Lang switcher ═════ */
html[data-site-theme="drop"] .lang-btn {
  background: transparent;
  color: var(--d-ink);
  border: 1px solid var(--d-line);
  border-radius: var(--d-radius-pill);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
html[data-site-theme="drop"] .lang-dropdown {
  background: var(--d-cream);
  border: 1px solid var(--d-line);
  border-radius: 14px;
}
html[data-site-theme="drop"] .lang-dropdown a:hover,
html[data-site-theme="drop"] .lang-dropdown a.active {
  background: var(--d-ink);
  color: var(--d-cream);
}

/* ═════ Reduced motion ═════ */
@media (prefers-reduced-motion: reduce) {
  html[data-site-theme="drop"] *,
  html[data-site-theme="drop"] *::before,
  html[data-site-theme="drop"] *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  html[data-site-theme="drop"] body { cursor: auto; }
  .drop-cursor-dot, .drop-cursor-ring { display: none !important; }
}

/* ═══════════════════════════════════════════
   DROP THEME — page-specific structure
   These rules style the dedicated markup rendered
   by pages/home.php when site_theme === 'drop'.
   Totally different page structure (no .hero, no
   .products-section sections — replaced by .drop-*).
   ═══════════════════════════════════════════ */

/* Shared eyebrow label */
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--d-caramel);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-eyebrow-light { color: rgba(245, 237, 227, 0.7); }

/* Shared arrow link */
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--d-ink);
  transition: gap 0.3s cubic-bezier(.2,.8,.2,1), color 0.25s ease;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-link-arrow:hover { gap: 0.9rem; color: var(--d-caramel); }

/* Shared buttons */
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-btn-fill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-btn-fill:hover {
  background: var(--d-caramel);
  color: var(--d-ink);
  transform: translateY(-2px);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-btn-fill-cream {
  background: var(--d-cream);
  color: var(--d-ink);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-btn-fill-cream:hover {
  background: var(--d-caramel);
  color: var(--d-ink);
}
html[data-site-theme="drop"] .drop-btn-xl {
  font-size: 1.05rem;
  padding: 1.25rem 2.25rem;
}
html[data-site-theme="drop"] .drop-btn-line {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  color: var(--d-ink);
  border: 1px solid var(--d-line-strong);
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
}
html[data-site-theme="drop"] .drop-btn-line:hover { background: var(--d-ink); color: var(--d-cream); border-color: var(--d-ink); }

/* ─── 1. MASTHEAD MARQUEE ─── */
html[data-site-theme="drop"] .drop-masthead {
  background: var(--d-ink);
  color: var(--d-cream);
  border-bottom: 1px solid rgba(245, 237, 227, 0.08);
  overflow: hidden;
  padding: 0.7rem 0;
}
html[data-site-theme="drop"] .drop-masthead-track {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(245, 237, 227, 0.85);
  animation: dropMastheadRoll 38s linear infinite;
  padding-left: 0;
}
html[data-site-theme="drop"] .drop-masthead-track > span:nth-child(2n) { color: var(--d-caramel); }
@keyframes dropMastheadRoll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── 2. SPLIT HERO ─── */
html[data-site-theme="drop"] .drop-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 6rem 4rem 5rem;
  min-height: 90vh;
  background: var(--d-cream);
  position: relative;
}
html[data-site-theme="drop"] .drop-hero-text { max-width: 620px; }
html[data-site-theme="drop"] .drop-hero-text .drop-eyebrow {
  margin-bottom: 1.75rem;
  display: inline-block;
}
html[data-site-theme="drop"] .drop-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(3.5rem, 8.5vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--d-ink);
  margin: 0 0 1.75rem;
  text-transform: lowercase;
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 0.2s forwards;
}
html[data-site-theme="drop"] .drop-headline em {
  font-style: italic;
  font-weight: 500;
  color: var(--d-caramel);
}
html[data-site-theme="drop"] .drop-lede {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--d-ink-soft);
  max-width: 480px;
  margin: 0 0 2.25rem;
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 0.5s forwards;
}
html[data-site-theme="drop"] .drop-actions {
  display: inline-flex;
  gap: 0.7rem;
  margin-bottom: 3.5rem;
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 0.7s forwards;
}

html[data-site-theme="drop"] .drop-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.5rem 0 0;
  margin: 0;
  border-top: 1px solid var(--d-line);
  opacity: 0;
  animation: dropUp 0.9s cubic-bezier(.2,.8,.2,1) 0.9s forwards;
}
html[data-site-theme="drop"] .drop-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-stats-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--d-ink);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-stats-num sup { font-size: 0.55em; font-weight: 600; vertical-align: super; }
html[data-site-theme="drop"] .drop-stats-lbl {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--d-ink-mute);
  line-height: 1.35;
}

html[data-site-theme="drop"] .drop-hero-media {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 78vh;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 80px -25px rgba(26, 14, 8, 0.45);
  opacity: 0;
  animation: dropUp 1.1s cubic-bezier(.2,.8,.2,1) 0.4s forwards;
}
html[data-site-theme="drop"] .drop-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 0 100% 0);
  animation: dropShutter 1.4s cubic-bezier(.2,.8,.2,1) 0.7s forwards;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
@keyframes dropShutter {
  from { clip-path: inset(0 0 100% 0); }
  to   { clip-path: inset(0 0 0 0); }
}
html[data-site-theme="drop"] .drop-hero-media:hover img { transform: scale(1.04); }
html[data-site-theme="drop"] .drop-hero-tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  background: var(--d-cream);
  color: var(--d-ink);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
html[data-site-theme="drop"] .drop-hero-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  background: rgba(26, 14, 8, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(245, 237, 227, 0.15);
  border-radius: 18px;
  padding: 0.9rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--d-cream);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  html[data-site-theme="drop"] .drop-hero { grid-template-columns: 1fr; padding: 3rem 1.25rem; }
  html[data-site-theme="drop"] .drop-hero-media { max-height: 60vh; order: -1; }
}

/* ─── 3. BENTO MANIFESTO ─── */
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  grid-template-areas:
    "big big big stat stat process"
    "big big big stat stat process"
    "big big big mosaic mosaic cta"
    "quote quote quote mosaic mosaic cta";
  gap: 1rem;
  padding: 4rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: var(--d-cream-warm);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  transition: opacity 1s cubic-bezier(.2,.8,.2,1), transform 1s cubic-bezier(.2,.8,.2,1), box-shadow 0.4s ease;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell.visible { opacity: 1; transform: none; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:hover { box-shadow: 0 30px 60px -25px rgba(26, 14, 8, 0.4); }

/* Stagger reveal — each cell reveals slightly later */
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:nth-child(1) { transition-delay: 0ms;   }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:nth-child(2) { transition-delay: 80ms;  }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:nth-child(3) { transition-delay: 160ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:nth-child(4) { transition-delay: 240ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:nth-child(5) { transition-delay: 320ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell:nth-child(6) { transition-delay: 400ms; }

:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big {
  grid-area: big;
  background-size: cover;
  background-position: center;
  padding: 0;
  color: var(--d-cream);
  min-height: 460px;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big-overlay {
  margin-top: auto;
  padding: 2rem;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(26, 14, 8, 0.85) 70%);
  color: var(--d-cream);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big-overlay h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--d-cream);
  margin: 0.6rem 0 0.6rem;
  text-transform: lowercase;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big-overlay h3 em { color: var(--d-caramel); font-weight: 500; font-style: italic; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big-overlay p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: rgba(245, 237, 227, 0.82);
  margin: 0 0 1rem;
  max-width: 420px;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big-overlay .drop-link-arrow {
  color: var(--d-cream);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-big-overlay .drop-link-arrow:hover { color: var(--d-caramel); }

:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-stat {
  grid-area: stat;
  background: var(--d-ink);
  color: var(--d-cream);
  text-align: left;
  padding: 2rem 1.75rem;
  justify-content: flex-start;
  gap: 0.5rem;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-stats-num-xxl {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(4.5rem, 8vw, 7rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: var(--d-cream);
  margin-bottom: 0.2rem;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-stat-lbl {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--d-caramel);
  margin: 0 0 1.25rem;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0; margin: 0;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-pills li {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--d-cream);
  background: rgba(245, 237, 227, 0.1);
  border: 1px solid rgba(245, 237, 227, 0.18);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
}

:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic {
  grid-area: mosaic;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  background: transparent;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic img {
  width: 100%; height: 100%; object-fit: cover;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.95s cubic-bezier(.2,.8,.2,1), transform 0.6s cubic-bezier(.2,.8,.2,1), filter 0.3s ease;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cell.visible .drop-bento-mosaic img,
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic.visible img { clip-path: inset(0 0 0 0); }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic img:nth-child(1) { transition-delay: 200ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic img:nth-child(2) { transition-delay: 320ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic img:nth-child(3) { transition-delay: 440ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic img:nth-child(4) { transition-delay: 560ms; }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-mosaic img:hover { transform: scale(1.05); filter: brightness(1.05); clip-path: inset(0 0 0 0); }

:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-quote {
  grid-area: quote;
  background: var(--d-caramel);
  color: var(--d-ink);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-quote blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--d-ink);
  margin: 0.75rem 0 0;
  max-width: 80%;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-quote .drop-eyebrow { color: var(--d-ink); }

:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-process {
  grid-area: process;
  background: var(--d-cream-warm);
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-process .drop-eyebrow { color: var(--d-ink); }
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-steps {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-steps li {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  padding: 0.6rem 0;
  border-top: 1px solid var(--d-line);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--d-ink);
  text-transform: lowercase;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-steps li span {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--d-caramel);
  letter-spacing: 0.04em;
  min-width: 22px;
}

:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cta {
  grid-area: cta;
  background: var(--d-ink);
  color: var(--d-cream);
  position: relative;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cta h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--d-cream);
  margin: 0.5rem 0 0.5rem;
  text-transform: lowercase;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cta p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: rgba(245, 237, 227, 0.7);
  margin: 0 0 1rem;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-bento-cta-pulse {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--d-caramel);
  font-size: 0.9rem;
  animation: dropPulse 1.6s ease infinite;
}

@media (max-width: 1000px) {
  html[data-site-theme="drop"] .drop-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "big big"
      "stat stat"
      "mosaic mosaic"
      "process process"
      "quote quote"
      "cta cta";
    grid-auto-rows: minmax(200px, auto);
    padding: 2rem 1.25rem;
  }
  html[data-site-theme="drop"] .drop-bento-big { min-height: 360px; }
}

/* ─── 4. TICKER STRIP ─── */
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-ticker {
  background: var(--d-caramel);
  color: var(--d-ink);
  overflow: hidden;
  padding: 1.2rem 0;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  white-space: nowrap;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  animation: dropMastheadRoll 28s linear infinite;
}
:is(html[data-site-theme="drop"], html[data-site-theme="newclassic"]) .drop-ticker-track span { display: inline-block; }

/* ─── 5. PRODUCT REEL ─── */
html[data-site-theme="drop"] .drop-reel,
html[data-site-theme="drop"] .drop-voices {
  padding: 5rem 3rem 4rem;
  max-width: 1400px;
  margin: 0 auto;
}
html[data-site-theme="drop"] .drop-reel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
html[data-site-theme="drop"] .drop-reel-head h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0.5rem 0 0;
  text-transform: lowercase;
  color: var(--d-ink);
}
html[data-site-theme="drop"] .drop-reel-head h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--d-caramel);
}

/* ─── 6. VOICES (testimonials marquee) ─── */
html[data-site-theme="drop"] .testimonials-marquee-wrap { position: relative; }
html[data-site-theme="drop"] .testimonials-marquee-track {
  gap: 1.5rem;
}
html[data-site-theme="drop"] .testimonial {
  background: var(--d-cream-warm);
  border: 0;
  border-radius: 24px;
  padding: 1.75rem;
}
html[data-site-theme="drop"] .testimonial .stars { color: var(--d-caramel); letter-spacing: 0.1em; margin-bottom: 0.75rem; }
html[data-site-theme="drop"] .testimonial-text {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.45;
  color: var(--d-ink);
  margin-bottom: 1rem;
}
html[data-site-theme="drop"] .testimonial-author {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--d-ink-mute);
  letter-spacing: 0.02em;
}
html[data-site-theme="drop"] .testimonials-nav {
  background: var(--d-ink);
  color: var(--d-cream);
  border: 0;
  border-radius: 50%;
  width: 44px; height: 44px;
}
html[data-site-theme="drop"] .testimonials-nav:hover { background: var(--d-caramel); color: var(--d-ink); }

/* ─── 7. FINAL CTA ─── */
html[data-site-theme="drop"] .drop-finale {
  background: var(--d-ink);
  color: var(--d-cream);
  text-align: center;
  padding: 7rem 2rem 6rem;
  border-radius: 32px 32px 0 0;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}
html[data-site-theme="drop"] .drop-finale::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(at 30% 30%, rgba(212, 168, 83, 0.18) 0px, transparent 50%),
    radial-gradient(at 70% 70%, rgba(200, 149, 108, 0.12) 0px, transparent 50%);
  pointer-events: none;
}
html[data-site-theme="drop"] .drop-finale > * { position: relative; z-index: 2; }
html[data-site-theme="drop"] .drop-finale .drop-eyebrow {
  display: inline-block;
  margin-bottom: 1.25rem;
}
html[data-site-theme="drop"] .drop-finale-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--d-cream);
  margin: 0 0 2.5rem;
  text-transform: lowercase;
}
html[data-site-theme="drop"] .drop-finale-title em { font-style: italic; font-weight: 500; color: var(--d-caramel); }
html[data-site-theme="drop"] .drop-finale-meta {
  margin-top: 2.5rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(245, 237, 227, 0.7);
}
html[data-site-theme="drop"] .drop-finale-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }

@media (max-width: 700px) {
  html[data-site-theme="drop"] .drop-reel,
  html[data-site-theme="drop"] .drop-voices,
  html[data-site-theme="drop"] .drop-finale { padding-left: 1.25rem; padding-right: 1.25rem; }
}
