/* DeLonghi Shop — luxury coffee design system (ui-ux-pro-max) */
:root {
  --dl-bg: #fafaf9;
  --dl-ink: #0c0a09;
  --dl-primary: #1c1917;
  --dl-muted: #78716c;
  --dl-gold: #ca8a04;
  --dl-gold-soft: #eab308;
  --dl-cream: #f5f5f4;
  --dl-glass: rgba(255, 255, 255, 0.78);
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--dl-bg); color: var(--dl-ink); }
h1, h2, h3, h4, .font-heading { font-family: 'Bodoni Moda', Georgia, serif; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease-out, transform .55s ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Floating glass navigation */
.dl-nav-shell {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: .75rem 1rem 0;
}
@media (min-width: 1024px) {
  .dl-nav-shell { padding: 1rem 1.5rem 0; }
}
.dl-nav {
  max-width: 80rem;
  margin: 0 auto;
  background: var(--dl-glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px -12px rgba(28, 25, 23, 0.18);
}

.dl-eyebrow {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--dl-gold);
}

.dl-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0c0a09 0%, #1c1917 42%, #292524 100%);
}
.dl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(202, 138, 4, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(234, 179, 8, 0.08), transparent 50%);
  pointer-events: none;
}
.dl-hero-line {
  width: 3rem;
  height: 2px;
  background: linear-gradient(90deg, var(--dl-gold), transparent);
}

.dl-hero-product {
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.55));
}

.dl-glass-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1.5rem;
}

.dl-product-pedestal {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e7e5e4;
  box-shadow:
    0 4px 6px -2px rgba(28, 25, 23, 0.04),
    0 20px 40px -16px rgba(28, 25, 23, 0.14);
}

/* Catalog & product cards — editorial luxury */
.dl-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e7e5e4;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.dl-card:hover {
  border-color: rgba(202, 138, 4, 0.45);
  box-shadow: 0 20px 40px -28px rgba(202, 138, 4, 0.35);
}
.dl-card-media {
  position: relative;
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.dl-card-media .absolute { z-index: 2; }
.dl-card-media img {
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.dl-card:hover .dl-card-media img { transform: scale(1.04) translateY(-2px); }

.dl-btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: linear-gradient(135deg, #eab308, #ca8a04);
  color: #1c1917;
  font-weight: 600;
  border-radius: 9999px;
  transition: filter .2s ease, transform .2s ease;
  cursor: pointer;
}
.dl-btn-gold:hover { filter: brightness(1.06); }

.dl-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-weight: 500;
  border-radius: 9999px;
  transition: background .2s ease;
  cursor: pointer;
}
.dl-btn-ghost:hover { background: rgba(255,255,255,.08); }

.dl-btn-stone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d3d1;
  color: #44403c;
  font-weight: 600;
  border-radius: 9999px;
  background: #fff;
  transition: border-color .2s ease, color .2s ease;
  cursor: pointer;
}
.dl-btn-stone:hover { border-color: #ca8a04; color: #1c1917; }

.dl-filter-pill {
  flex-shrink: 0;
  padding: .5rem 1.1rem;
  font-size: .8125rem;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid #e7e5e4;
  background: #fff;
  color: #57534e;
  transition: all .2s ease;
  cursor: pointer;
}
.dl-filter-pill.is-active {
  background: #1c1917;
  border-color: #1c1917;
  color: #fff;
}
.dl-filter-pill:not(.is-active):hover { border-color: #ca8a04; color: #1c1917; }

.dl-advantage {
  padding: 1.75rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #e7e5e4;
  transition: border-color .25s ease;
}
.dl-advantage:hover { border-color: rgba(202, 138, 4, 0.35); }

.dl-review {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #e7e5e4;
  position: relative;
}
.dl-review::before {
  content: '“';
  position: absolute;
  top: .75rem;
  right: 1.25rem;
  font-family: 'Bodoni Moda', serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(202, 138, 4, 0.2);
}

.dl-faq-item {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e7e5e4;
  overflow: hidden;
}

.dl-spec-row {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .65rem 0;
  border-bottom: 1px solid #f5f5f4;
}
.dl-spec-row:last-child { border-bottom: none; }
.dl-spec-dot {
  width: 6px;
  height: 6px;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--dl-gold);
  flex-shrink: 0;
}
