: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;
  --danger: #ff6b6b;
  --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 80% -10%, rgba(26, 166, 200, 0.28), transparent 60%),
    radial-gradient(900px 500px at -10% 20%, rgba(61, 214, 195, 0.14), transparent 55%),
    linear-gradient(180deg, #041018 0%, var(--bg) 40%, #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.72);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 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, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(4, 16, 24, 0.25) 0%, rgba(4, 16, 24, 0.55) 45%, rgba(4, 16, 24, 0.92) 100%),
    url("../assets/hero-bottle.png") right 8% center / min(46vw, 520px) auto no-repeat,
    radial-gradient(circle at 70% 40%, rgba(26, 166, 200, 0.35), transparent 45%);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(4, 16, 24, 0.88) 0%, rgba(4, 16, 24, 0.35) 48%, rgba(4, 16, 24, 0.2) 100%);
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5.5rem 1.25rem 4rem;
  animation: rise 0.9s ease both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 10vw, 6.5rem);
  line-height: 0.95;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, #fff 10%, #b8ecf7 55%, var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 28rem;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  color: var(--foam);
  margin: 0 0 1.75rem;
}

.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.85rem 1.35rem;
  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 h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
}

.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.4rem 0 0.4rem;
  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.15rem;
}

.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: 3.5rem 1.25rem 1.5rem;
  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;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 36rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--mist);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  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 1rem;
  min-height: 1.4em;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.product {
  appearance: none;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  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.55s ease both;
}

.product:hover {
  transform: translateY(-3px);
  border-color: rgba(61, 214, 195, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.product-photo {
  aspect-ratio: 1;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 30%, rgba(26, 166, 200, 0.2), transparent 60%),
    rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

.product-photo .ph {
  color: var(--muted);
  font-size: 0.85rem;
}

.product h3 {
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
  line-height: 1.3;
}

.product .meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.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: 2rem;
}

.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-display);
  margin: 0.4rem 0 0.6rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.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(14px); }
  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-media {
    background-position: right -10% center;
    background-size: min(70vw, 360px) auto, auto;
  }

  .hero-inner {
    padding-top: 4rem;
  }
}

@media (max-width: 560px) {
  .nav {
    font-size: 0.85rem;
    gap: 0.3rem 0.75rem;
  }

  .brand span {
    display: none;
  }
}
