:root {
  --bg: #06101f;
  --bg-soft: #0c1b34;
  --surface: rgba(12, 28, 54, 0.76);
  --surface-strong: rgba(16, 39, 78, 0.92);
  --surface-glass: rgba(255, 255, 255, 0.06);
  --ink: #ecf5ff;
  --muted: #a8bfdf;
  --line: rgba(134, 183, 255, 0.18);
  --primary: #5fa7ff;
  --primary-strong: #387dff;
  --cyan: #70e3ff;
  --deep: #071734;
  --shadow: 0 22px 70px rgba(2, 10, 26, 0.42);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --heading-font: "Iowan Old Style", "Baskerville", Georgia, serif;
  --body-font: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body-font);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(95, 167, 255, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(112, 227, 255, 0.16), transparent 24%),
    radial-gradient(circle at bottom center, rgba(56, 125, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #06101f 0%, #08162f 45%, #0a1d3f 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 88%);
  opacity: 0.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

main section[id] {
  scroll-margin-top: 96px;
}

.page-shell {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  padding-bottom: 28px;
}

.section {
  padding: 22px 0;
}

.site-header,
.quick-card,
.product-card,
.cart-panel,
.contact-card,
.contact-aside,
.hero-points article {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--cyan), var(--primary-strong));
  color: #07101f;
  font-family: var(--heading-font);
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(95, 167, 255, 0.28);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong,
.hero h1,
.section-heading h2,
.contact-card h2,
.panel-top h3,
.hero-bottle-label strong {
  font-family: var(--heading-font);
  letter-spacing: -0.03em;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small,
.eyebrow {
  color: var(--cyan);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy small {
  font-size: 0.72rem;
}

.site-nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  padding: 8px 0;
}

.nav-cta,
.primary-button,
.secondary-button,
.filter-chip,
.product-button {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.nav-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--primary-strong));
  color: #06101f;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(56, 125, 255, 0.28);
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(112, 227, 255, 0.28);
  border-radius: 16px;
  background: rgba(112, 227, 255, 0.08);
  color: var(--ink);
  font-weight: 700;
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.whatsapp-button:hover,
.filter-chip:hover,
.product-button:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  gap: 20px;
  padding-top: 16px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.74rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.45rem, 11vw, 4.7rem);
  line-height: 0.96;
}

.hero-text,
.section-heading p,
.panel-footnote,
.contact-card p,
.quick-card span,
.product-description,
.product-meta,
.product-notes span,
.cart-empty,
.cart-line small,
.order-preview,
.contact-aside span {
  color: var(--muted);
}

.whatsapp-note {
  margin-top: 14px;
}

.inline-link {
  color: var(--cyan);
}

.hero-text {
  margin: 18px 0 0;
  max-width: 580px;
  line-height: 1.7;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hero-points article {
  padding: 16px 18px;
  border-radius: 18px;
}

.hero-points strong,
.quick-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-stage {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.hero-glow-one {
  width: 280px;
  height: 280px;
  top: 10px;
  background: radial-gradient(circle, rgba(95, 167, 255, 0.34), rgba(95, 167, 255, 0.02) 70%, transparent 74%);
}

.hero-glow-two {
  width: 210px;
  height: 210px;
  right: 0;
  bottom: 12px;
  background: radial-gradient(circle, rgba(112, 227, 255, 0.28), rgba(112, 227, 255, 0.02) 68%, transparent 74%);
}

.hero-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 24, 52, 0.78);
  box-shadow: var(--shadow);
}

.hero-card span {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-card strong {
  font-size: 1rem;
}

.hero-card-top {
  top: 12px;
  left: 0;
}

.hero-card-bottom {
  right: 0;
  bottom: 18px;
}

.hero-bottle {
  position: relative;
  z-index: 1;
  width: min(100%, 280px);
  display: grid;
  justify-items: center;
  animation: float-bottle 5s ease-in-out infinite;
}

.hero-bottle-cap {
  width: 82px;
  height: 60px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, #0e2448, #050b18);
}

.hero-bottle-neck {
  width: 60px;
  height: 28px;
  margin-top: -4px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #5fa7ff, #0f4eaf);
}

.hero-bottle-glass {
  position: relative;
  width: 100%;
  min-height: 260px;
  margin-top: -2px;
  border: 1px solid rgba(182, 221, 255, 0.24);
  border-radius: 34px 34px 28px 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(112, 227, 255, 0.12)),
    linear-gradient(180deg, rgba(17, 61, 132, 0.82), rgba(8, 30, 64, 0.95));
  box-shadow:
    inset 0 20px 28px rgba(255, 255, 255, 0.14),
    inset 0 -40px 70px rgba(5, 12, 28, 0.34),
    0 32px 70px rgba(3, 10, 27, 0.44);
}

.hero-bottle-shine {
  position: absolute;
  top: 28px;
  left: 22px;
  width: 74px;
  height: 170px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent);
  transform: rotate(12deg);
  opacity: 0.72;
}

.hero-bottle-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(196, 233, 255, 0.18);
  border-radius: 20px;
  background: rgba(8, 24, 52, 0.66);
  text-align: center;
}

.hero-bottle-label span {
  display: block;
  color: var(--cyan);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-bottle-label strong {
  display: block;
  margin-top: 6px;
  font-size: 1.45rem;
}

.quick-grid {
  display: grid;
  gap: 12px;
}

.quick-card {
  padding: 18px;
  border-radius: 20px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.section-heading h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(1.9rem, 7vw, 3rem);
  line-height: 1;
}

.section-heading p,
.contact-card p,
.panel-footnote {
  margin: 0;
  line-height: 1.7;
}

.filter-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-chip {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.filter-chip.is-active {
  background: linear-gradient(135deg, rgba(95, 167, 255, 0.22), rgba(112, 227, 255, 0.2));
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(7, 38, 90, 0.28);
}

.catalog-layout,
.contact {
  display: grid;
  gap: 18px;
}

.product-grid {
  display: grid;
  gap: 14px;
}

.product-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
  animation: lift-in 540ms ease both;
  animation-delay: calc(var(--index, 0) * 70ms);
}

.product-art {
  position: relative;
  min-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  overflow: hidden;
}

.product-art::before {
  content: "";
  position: absolute;
  inset: auto;
  left: 50%;
  bottom: 20px;
  width: 76px;
  height: 116px;
  border-radius: 18px 18px 20px 20px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, rgba(21, 61, 133, 0.62), rgba(9, 25, 53, 0.92));
  box-shadow:
    inset 0 10px 18px rgba(255, 255, 255, 0.18),
    0 16px 28px rgba(1, 9, 23, 0.32);
}

.product-art::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 128px;
  width: 50px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(112, 227, 255, 0.94), rgba(56, 125, 255, 0.9));
}

.accent-amber {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(145deg, #1b3f86, #0f2347);
}

.accent-rose {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(145deg, #1557a6, #0b2141);
}

.accent-sage {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(145deg, #0f5b7c, #0a2234);
}

.accent-plum {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(145deg, #2d47aa, #09152e);
}

.product-head,
.product-meta,
.summary-row,
.cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.product-badge,
.panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(112, 227, 255, 0.1);
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-price {
  font-family: var(--heading-font);
  font-size: 1.35rem;
}

.product-card h3 {
  margin: 0;
  font-size: 1.22rem;
}

.product-description {
  margin: 0;
  line-height: 1.68;
}

.product-meta {
  margin-top: 8px;
  font-size: 0.92rem;
}

.product-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-notes span {
  padding: 8px 12px;
  border: 1px solid rgba(132, 177, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  background: #edf6ff;
  color: #06101f;
  font-weight: 700;
}

.cart-panel,
.contact-card,
.contact-aside {
  padding: 20px;
  border-radius: 24px;
}

.panel-top {
  margin-bottom: 16px;
}

.panel-top h3 {
  margin: 10px 0 0;
  font-size: 1.65rem;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-line {
  padding: 14px;
  border: 1px solid rgba(132, 177, 255, 0.12);
  border-radius: 18px;
  background: var(--surface-glass);
}

.cart-line strong {
  display: block;
}

.cart-empty {
  padding: 6px 0 2px;
}

.cart-summary {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(132, 177, 255, 0.12);
}

.summary-total {
  padding-top: 6px;
  font-size: 1.04rem;
}

.full-width {
  width: 100%;
  margin-top: 18px;
}

.panel-footnote {
  margin-top: 14px;
  font-size: 0.92rem;
}

.order-preview {
  margin: 18px 0 16px;
  padding: 16px;
  border: 1px solid rgba(132, 177, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  line-height: 1.7;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-hint {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-aside {
  display: grid;
  gap: 12px;
}

.aside-block {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(132, 177, 255, 0.12);
}

.aside-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.aside-block strong {
  font-family: var(--heading-font);
  font-size: 1.2rem;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 0 90px;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-whatsapp-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(112, 227, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cyan), var(--primary-strong));
  color: #06101f;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(3, 14, 35, 0.45);
}

@keyframes lift-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes float-bottle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (min-width: 700px) {
  .page-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .hero-points,
  .quick-grid,
  .product-grid,
  .contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .page-shell {
    width: min(1180px, calc(100% - 44px));
  }

  .site-header {
    padding: 16px 18px;
    border-radius: 999px;
  }

  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    align-items: center;
    min-height: calc(100vh - 130px);
  }

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

  .catalog-heading {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    align-items: end;
  }

  .catalog-layout,
  .contact {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
    align-items: start;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-panel {
    position: sticky;
    top: 96px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .mobile-whatsapp-bar {
    display: none;
  }

  .hero-card-top {
    top: 68px;
    left: 10px;
  }

  .hero-card-bottom {
    right: 6px;
    bottom: 74px;
  }

  .hero-bottle {
    width: min(100%, 360px);
  }

  .hero-bottle-glass {
    min-height: 360px;
  }
}
