:root {
  color-scheme: dark;
  --bg: #101113;
  --panel: #181b20;
  --panel-strong: #20252b;
  --text: #f7f2ea;
  --muted: #b9b0a4;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #caa45d;
  --mint: #70d4c5;
  --rose: #f26c8f;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(112, 212, 197, 0.2), transparent 30%),
    linear-gradient(160deg, #101113 0%, #171312 42%, #0f1618 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 68px;
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 17, 19, 0.82);
  backdrop-filter: blur(18px);
}

.menu-button,
.icon-link {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.menu-button {
  display: grid;
  place-items: center;
  padding: 12px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--text);
}

.icon-link {
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--gold);
}

.brand-mini {
  min-width: 0;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
}

.brand-mini img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.drawer {
  position: fixed;
  top: 80px;
  left: 16px;
  z-index: 30;
  width: min(76vw, 280px);
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(24, 27, 32, 0.96);
  box-shadow: var(--shadow);
  transform: translateX(calc(-100% - 24px));
  transition: transform 220ms ease;
}

.drawer a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 800;
}

.drawer a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 25;
  display: none;
  background: rgba(0, 0, 0, 0.42);
}

body.menu-open .drawer {
  transform: translateX(0);
}

body.menu-open .scrim {
  display: block;
}

main {
  width: min(100%, 560px);
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - 68px);
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 22px 18px 28px;
}

.hero-copy {
  display: grid;
  gap: 14px;
}

.eyebrow,
.section-heading p {
  margin: 0;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 22vw, 7.3rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.intro {
  max-width: 32ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.primary-action,
.secondary-action,
.whatsapp-button,
.instagram-pill {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

.primary-action {
  background: var(--text);
  color: #101113;
}

.secondary-action {
  border: 1px solid var(--line);
  color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
}

.logo-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    var(--panel);
  box-shadow: var(--shadow);
}

.logo-stage img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.founders {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 18px 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.founders span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.founders a {
  font-weight: 900;
  color: var(--mint);
}

.catalog {
  padding: 12px 18px 32px;
}

.section-heading {
  display: grid;
  gap: 7px;
  padding: 10px 0 18px;
}

h2 {
  font-size: clamp(2rem, 10vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.category {
  scroll-margin-top: 88px;
  padding: 18px 0 6px;
}

h3 {
  position: sticky;
  top: 68px;
  z-index: 10;
  margin-bottom: 12px;
  padding: 13px 0;
  background: rgba(16, 17, 19, 0.88);
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #222;
}

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

.product-title {
  font-size: 1.05rem;
  font-weight: 950;
}

.product-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.whatsapp-button {
  background: linear-gradient(135deg, #25d366, #70d4c5);
  color: #06130d;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.18);
}

footer {
  display: grid;
  gap: 14px;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 18px 18px 34px;
  color: var(--muted);
  text-align: center;
}

.instagram-pill {
  border: 1px solid rgba(202, 164, 93, 0.5);
  background: rgba(202, 164, 93, 0.12);
  color: var(--gold);
}

footer p {
  font-size: 0.82rem;
}

@media (min-width: 720px) {
  main,
  footer {
    width: min(100%, 1040px);
  }

  .hero {
    min-height: calc(92vh - 68px);
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    padding-inline: 28px;
  }

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

  .founders {
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    margin-inline: 28px;
  }

  .catalog,
  footer {
    padding-inline: 28px;
  }
}
