:root {
  --bg: #0b0e12;
  --panel: #12171e;
  --panel-2: #171d25;
  --text: #eaf1f8;
  --muted: #95a2b0;
  --line: #26303b;
  --accent: #30c89c;
  --accent-2: #2d9b7b;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(900px 420px at 15% -10%, #18202a 0%, transparent 60%), var(--bg);
}

.container { width: min(1160px, 92%); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 14, 18, .9);
  backdrop-filter: blur(10px);
}

.nav-wrap {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  letter-spacing: .04em;
}

.logo svg {
  width: 34px;
  height: 34px;
}

.logo em {
  color: var(--accent);
  font-style: normal;
}

.nav {
  justify-self: center;
  display: flex;
  gap: 24px;
}

.nav a {
  text-decoration: none;
  color: #d7e1ea;
  font-weight: 600;
  font-size: .94rem;
}

.cart-pill {
  border: 1px solid #355343;
  background: rgba(48, 200, 156, .1);
  color: #b9f2df;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  color: #dae5ef;
  background: var(--panel);
  border-radius: 10px;
  padding: 8px 10px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 34px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(8, 12, 16, .78), rgba(8, 12, 16, .72)), url('https://images.unsplash.com/photo-1600210492493-0946911123ea?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  opacity: .85;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: stretch;
}

.eyebrow {
  margin: 0 0 10px;
  color: #9adcc7;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.06;
  max-width: 13ch;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.btn {
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #04130d;
}

.btn-ghost {
  color: #d7e1ea;
  border: 1px solid var(--line);
  background: var(--panel);
}

.promo-card {
  border: 1px solid #355343;
  background: linear-gradient(180deg, rgba(48, 200, 156, .14), rgba(48, 200, 156, .04));
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

.promo-label {
  margin: 0;
  color: #9adcc7;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.promo-card h3 {
  margin: 10px 0 8px;
  font-size: 1.5rem;
}

.section {
  padding: 36px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 10px;
}

.section-head p { color: var(--muted); margin: 0; }

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  padding: 12px;
}

.product-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #2b3542;
  background: #0f1318;
}

.product-card h3 {
  margin: 10px 0 6px;
  font-size: 1.04rem;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  min-height: 38px;
}

.price-row {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-row strong {
  color: #bcf4df;
  font-size: 1.02rem;
}

.add-cart {
  border: 1px solid #355343;
  background: rgba(48, 200, 156, .14);
  color: #9adcc7;
  border-radius: 10px;
  padding: 7px 10px;
  font-weight: 700;
  cursor: pointer;
}

.section.alt {
  background: #0f1318;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collections,
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.collection-card,
.benefits article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.collection-card h3,
.benefits h4 { margin: 0 0 8px; }
.collection-card p,
.benefits p { margin: 0; color: var(--muted); }

.collection-card span {
  display: inline-block;
  margin-top: 10px;
  color: #bcf4df;
  font-weight: 800;
}

.contact {
  padding-top: 28px;
}

.contact-wrap {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-wrap p {
  margin: 8px 0 0;
  color: var(--muted);
}

.footer {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.footer-wrap {
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .products { grid-template-columns: repeat(2, 1fr); }
  .collections,
  .benefits { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .nav-wrap { grid-template-columns: auto auto auto; }
  .menu-btn { display: block; }
  .nav {
    display: none;
    position: absolute;
    right: 4%;
    top: 74px;
    flex-direction: column;
    width: 190px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px;
  }
  .nav.open { display: flex; }
  .cart-pill { justify-self: end; }
  .products { grid-template-columns: 1fr; }
  .contact-wrap { flex-direction: column; align-items: start; }
}