:root {
  --bg: #06141f;
  --bg-elev: #0c2233;
  --water: #1aa6c8;
  --water-deep: #0e6f8a;
  --foam: #e8f7fb;
  --mist: #9ec9d6;
  --ink: #f4fbfd;
  --muted: #a8c5d0;
  --line: rgba(232, 247, 251, 0.12);
  --accent: #3dd6c3;
  --font-brand: "Fraunces", "Times New Roman", serif;
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --max: 1120px;
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -5%, rgba(26, 166, 200, 0.3), transparent 55%),
    radial-gradient(800px 480px at -5% 15%, rgba(61, 214, 195, 0.12), transparent 50%),
    linear-gradient(180deg, #041018 0%, var(--bg) 35%, #081c29 100%);
  min-height: 100vh;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip {
  position: absolute;
  left: -999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(6, 20, 31, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  font-size: 0.95rem;
  color: var(--mist);
}

.nav a {
  position: relative;
  padding: 0.25rem 0;
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--ink);
}

.nav a[aria-current="page"]::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--water), var(--accent));
}

.hero {
  position: relative;
  min-height: min(92vh, 880px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(920px 520px at 72% 42%, rgba(26, 166, 200, 0.34), transparent 60%),
    radial-gradient(640px 420px at 18% 72%, rgba(61, 214, 195, 0.12), transparent 64%),
    radial-gradient(480px 280px at 88% 78%, rgba(220, 60, 70, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(4, 16, 24, 0.1) 0%, rgba(4, 16, 24, 0.4) 48%, rgba(4, 16, 24, 0.97) 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2.5rem), 1180px);
  margin: 0 auto;
  padding: 5.25rem 0 2.75rem;
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: end;
  animation: rise 0.9s ease both;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: clamp(2.5rem, 8vh, 5.5rem);
}

.hero-brand {
  margin: 0 0 1rem;
}

.hero-wordmark {
  width: min(420px, 100%);
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(26, 166, 200, 0.32));
}

.hero-lead {
  max-width: 24rem;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: var(--foam);
  margin: 0 0 1.75rem;
  line-height: 1.45;
}

.hero-stage {
  position: relative;
  height: min(72vh, 640px);
  overflow: visible;
}

.hero-stage-glow {
  position: absolute;
  inset: 12% 0 6% 4%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 48% 72%, rgba(26, 166, 200, 0.32), transparent 66%),
    radial-gradient(ellipse at 70% 45%, rgba(255, 255, 255, 0.05), transparent 55%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-shelf {
  position: absolute;
  left: 6%;
  right: 2%;
  bottom: 2%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.58), transparent 74%);
  pointer-events: none;
}

.hero-bottles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hb {
  position: absolute;
  bottom: 5%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.55));
  transform-origin: 50% 100%;
  animation: bottle-float 6.4s ease-in-out infinite;
  will-change: transform;
}

.hb-19 {
  left: 6%;
  height: 88%;
  z-index: 1;
  animation-duration: 7.4s;
}

.hb-1 {
  left: 38%;
  height: 66%;
  z-index: 2;
  animation-delay: 0.35s;
}

.hb-05 {
  left: 51%;
  height: 56%;
  z-index: 3;
  animation-delay: 0.7s;
}

.hb-cherry {
  left: 62%;
  height: 62%;
  z-index: 4;
  animation-delay: 1.05s;
}

.hb-atom {
  left: 75%;
  height: 64%;
  z-index: 5;
  animation-delay: 1.4s;
}

@keyframes bottle-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(120deg, var(--water), var(--accent));
  color: #04202b;
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.25rem;
}

.section.catalog-section {
  padding-top: 1.5rem;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: 600;
}

.section .lede {
  color: var(--muted);
  max-width: 40rem;
  margin: 0 0 2rem;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.pillar {
  padding: 1.2rem 0 0.2rem;
  border-top: 1px solid var(--line);
  animation: rise 0.8s ease both;
}

.pillar:nth-child(2) { animation-delay: 0.08s; }
.pillar:nth-child(3) { animation-delay: 0.16s; }

.pillar h3 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
}

.pillar p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.pillar a {
  color: var(--accent);
  font-weight: 600;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.2rem 1.25rem 0.75rem;
  animation: rise 0.7s ease both;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: 600;
  line-height: 1.05;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 40rem;
}

.filters-bar {
  position: sticky;
  top: 58px;
  z-index: 30;
  background: rgba(6, 20, 31, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  margin: 0 -1.25rem 1rem;
  padding: 0.75rem 1.25rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--mist);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font: inherit;
  cursor: pointer;
}

.filter-btn[aria-pressed="true"] {
  color: #04202b;
  background: linear-gradient(120deg, var(--water), var(--accent));
  border-color: transparent;
}

.catalog-status {
  color: var(--muted);
  margin: 0 0 0.85rem;
  min-height: 1.3em;
  font-size: 0.92rem;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  gap: 0.95rem;
}

@media (min-width: 900px) {
  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}

@media (min-width: 1200px) {
  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (min-width: 1500px) {
  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}

.product {
  appearance: none;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border-radius: var(--radius);
  padding: 0.85rem;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  animation: rise 0.45s ease both;
}

.product:hover {
  transform: translateY(-2px);
  border-color: rgba(61, 214, 195, 0.45);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.product-photo {
  aspect-ratio: 1;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 30%, rgba(26, 166, 200, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 0.55rem;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.4rem;
}

.product-photo .ph {
  color: var(--muted);
  font-size: 0.8rem;
}

.product h3 {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.product .meta {
  color: var(--muted);
  font-size: 0.75rem;
}

.prose {
  max-width: 46rem;
}

.prose p {
  color: var(--foam);
}

.prose ul {
  color: var(--foam);
  padding-left: 1.2rem;
}

.media-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.media-row video,
.media-row img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #000;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
}

.contact-card h2 {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

.contact-card p,
.contact-card a {
  color: var(--foam);
}

.phone-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.25rem;
}

.phone-list li {
  margin: 0.35rem 0;
  font-size: 1.05rem;
}

.map-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 360px;
  background: var(--bg-elev);
}

.map-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 1.5rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2.5rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.9rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(2, 10, 16, 0.86);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lightbox.open {
  display: flex;
  animation: fade 0.25s ease;
}

.lightbox-panel {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  background: #0a1d2b;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.1rem;
  position: relative;
}

.lightbox-photo {
  aspect-ratio: 1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lightbox-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.lightbox-copy h2 {
  font-family: var(--font-body);
  margin: 0.4rem 0 0.6rem;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 700;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.lightbox-copy p {
  color: var(--muted);
  margin: 0.35rem 0;
}

.lightbox-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.2rem;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 860px) {
  .pillars,
  .contact-grid,
  .lightbox-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    padding: 4rem 0 1.5rem;
    align-items: start;
  }

  .hero-copy {
    order: 1;
    text-align: center;
    padding-bottom: 0.25rem;
  }

  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-row {
    justify-content: center;
  }

  .hero-wordmark {
    width: min(400px, 86vw);
  }

  .hero-stage {
    order: 2;
    height: min(52vh, 460px);
    margin-top: 0.5rem;
  }

  .hb-19 {
    left: 4%;
    height: 92%;
  }

  .hb-1 {
    left: 36%;
    height: 68%;
  }

  .hb-05 {
    display: none;
  }

  .hb-cherry {
    left: 54%;
    height: 64%;
  }

  .hb-atom {
    left: 70%;
    height: 66%;
  }

  .filters-bar {
    top: 52px;
  }
}

@media (max-width: 560px) {
  .nav {
    font-size: 0.85rem;
    gap: 0.3rem 0.75rem;
  }

  .brand span {
    display: none;
  }

  .hero-stage {
    height: min(42vh, 360px);
  }

  .hb-1 {
    display: none;
  }

  .hb-19 {
    left: 8%;
    height: 90%;
  }

  .hb-cherry {
    left: 48%;
    height: 62%;
  }

  .hb-atom {
    left: 68%;
    height: 64%;
  }

  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
    gap: 0.75rem;
  }
}
