@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&family=Orbitron:wght@700;900&display=swap");

:root {
  --bg: #050505;
  --panel: #111;
  --gold: #f59e0b;
  --text: #f8fafc;
  --muted: #9ca3af;
  --line: rgba(255, 255, 255, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 75% 0%, rgba(245, 158, 11, 0.14), transparent 32rem), #050505;
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16.5px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand, nav, .hero-actions, .trust-row, .social-grid { display: flex; align-items: center; }
.brand { gap: 12px; font-weight: 900; letter-spacing: .16em; }
.brand img { width: 40px; height: 40px; border-radius: 12px; }
nav { gap: 22px; color: var(--muted); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.header-cta, .primary, .secondary, .social-grid a, .catalog-link {
  border-radius: 16px;
  padding: 13px 18px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
}
.header-cta, .primary, .catalog-link { background: var(--gold); color: #111; box-shadow: 0 18px 40px rgba(245, 158, 11, 0.2); }
.secondary, .social-grid a { border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); }

.hero {
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 6vw, 88px) clamp(18px, 5vw, 72px) clamp(32px, 5vw, 70px);
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
}
h1, h2, h3 {
  font-family: Orbitron, Inter, sans-serif;
  text-transform: uppercase;
  line-height: .96;
  margin: 0;
}
h1 { max-width: 820px; font-size: clamp(3rem, 7.4vw, 6.4rem); letter-spacing: .02em; }
h2 { font-size: clamp(2rem, 5vw, 4.25rem); }
h3 { font-size: 1rem; }
.lead, .section-head p, .founder-card p, .nutrition-section p, .opportunity-section p {
  color: #d1d5db;
  line-height: 1.7;
}
.lead { max-width: 720px; font-size: clamp(1.05rem, 1.8vw, 1.32rem); margin: 24px 0 0; }
.hero-actions { gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.trust-row { gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-visual {
  min-height: 520px;
  border-radius: 34px;
  border: 1px solid rgba(245,158,11,.3);
  background: radial-gradient(circle at 50% 18%, rgba(245,158,11,.24), transparent 34%), linear-gradient(145deg, #171717, #070707);
  display: grid;
  place-items: center;
  box-shadow: 0 34px 90px rgba(245,158,11,.12);
}
.product-stage { position: relative; width: min(90%, 580px); min-height: 420px; }
.product { position: absolute; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(0,0,0,.65)); }
.hero-product-a { left: 0; bottom: 8px; width: 39%; transform: rotate(-5deg); }
.hero-product-b { left: 31%; bottom: 14px; width: 39%; z-index: 2; }
.hero-product-c { right: 0; bottom: 4px; width: 38%; transform: rotate(6deg); }
.vision-card {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: min(94%, 380px);
  z-index: 5;
  border: 1px solid rgba(245, 158, 11, .32);
  border-radius: 22px;
  background: rgba(5, 5, 5, .72);
  backdrop-filter: blur(14px);
  padding: 18px;
  text-align: center;
}
.vision-card strong { display: block; font-family: Orbitron, Inter, sans-serif; text-transform: uppercase; }
.vision-card span { display: block; margin-top: 7px; color: var(--muted); font-size: .85rem; font-weight: 700; }

.section, .cta-band { margin: 0 clamp(18px, 5vw, 72px) clamp(34px, 6vw, 82px); }
.section { padding-top: 34px; }
.section-head { max-width: 920px; margin-bottom: 24px; }
.section-head p { margin-top: 18px; max-width: 820px; }
.product-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; max-width: none; }
.vision-grid, .product-grid, .nutrition-list { display: grid; gap: 14px; }
.vision-grid { grid-template-columns: repeat(4, 1fr); }
.nutrition-list { grid-template-columns: repeat(4, 1fr); }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vision-grid article, .product-grid article, .nutrition-list article, .model-card, .founder-card, .quote-card, .cta-band {
  border: 1px solid var(--line);
  background: rgba(17,17,17,.92);
  border-radius: 26px;
}
.vision-grid article, .nutrition-list article { padding: 24px; min-height: 190px; }
.vision-grid span { color: var(--gold); font-weight: 900; font-family: Orbitron, Inter, sans-serif; }
.vision-grid h3, .nutrition-list strong {
  display: block;
  margin-top: 28px;
  font-size: 1.02rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.vision-grid p, .nutrition-list span, .product-grid p, .model-card small, .quote-card span {
  color: var(--muted);
  line-height: 1.6;
}
.founder-section, .opportunity-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.founder-card, .quote-card { padding: clamp(28px, 4vw, 42px); }
.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at 10% 10%, rgba(245, 158, 11, .2), transparent 22rem), rgba(17,17,17,.92);
}
.quote-card strong { display: block; font-size: clamp(1.25rem, 2.6vw, 2rem); line-height: 1.35; }
.quote-card span { margin-top: 28px; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nutrition-list strong { margin-top: 0; color: var(--gold); }
.product-grid article { padding: 16px; min-height: 298px; overflow: hidden; }
.product-grid img { height: 178px; width: 100%; object-fit: contain; margin-bottom: 18px; }
.opportunity-section > div:first-child {
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(135deg, rgba(245, 158, 11, .12), rgba(255, 255, 255, .03)), var(--panel);
  border: 1px solid rgba(245, 158, 11, .18);
}
.model-card { padding: 22px; display: grid; gap: 12px; }
.model-card div { display: grid; grid-template-columns: 48px 1fr; gap: 8px 14px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.04); }
.model-card span { color: var(--gold); font-weight: 900; }
.model-card strong { font-weight: 900; text-transform: uppercase; }
.model-card small { grid-column: 2; font-weight: 700; }
.cta-band {
  padding: clamp(26px, 5vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-band h2 { max-width: 820px; }
.social-grid { justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: #6b7280;
  border-top: 1px solid var(--line);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

@media (max-width: 1160px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .vision-grid, .nutrition-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 34px; }
  .hero-visual { min-height: 420px; }
  .founder-section, .opportunity-section { grid-template-columns: 1fr; }
  .cta-band, footer, .product-head { flex-direction: column; align-items: flex-start; }
  .social-grid { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .site-header { padding: 14px; }
  .brand span { font-size: .76rem; }
  .header-cta { display: none; }
  h1 { font-size: 3rem; }
  .hero-actions a, .social-grid a, .catalog-link { width: 100%; }
  .vision-grid, .nutrition-list, .product-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; }
  .product-stage { min-height: 310px; }
  .vision-card { top: 0; }
  .hero-product-a { width: 42%; bottom: 2px; }
  .hero-product-b { width: 44%; left: 28%; bottom: 6px; }
  .hero-product-c { width: 41%; bottom: 0; }
}
