:root {
  --ink: #11131a;
  --paper: #fbf7ee;
  --paper-strong: #fffaf0;
  --muted: #62636b;
  --line: #ded6c8;
  --dark: #111218;
  --dark-2: #1b2030;
  --blue: #1747d2;
  --yellow: #f6bd2c;
  --red: #d84d3d;
  --card: #fffaf0;
  --radius: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
main { flex: 1; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: #fff;
  padding: .6rem 1rem;
  border: 1px solid var(--ink);
  z-index: 20;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  min-height: 76px;
  padding: .55rem clamp(1rem, 3vw, 2rem);
  background: rgba(17, 18, 24, .96);
  backdrop-filter: blur(16px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.brand img { width: 64px; height: 64px; object-fit: contain; }
.site-nav,
.site-footer nav,
.footer-socials {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  align-items: center;
}
.site-nav a,
.site-footer a {
  font-size: .9rem;
  color: rgba(255, 255, 255, .78);
  font-weight: 760;
}
.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-footer a:hover { color: #fff; }
.site-nav .nav-cta {
  color: #111;
  background: var(--yellow);
  padding: .45rem .7rem;
  border-radius: var(--radius);
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta[aria-current="page"] { color: #111; }
.nav-toggle {
  display: none;
  background: #fff;
  color: #111;
  border: 0;
  border-radius: var(--radius);
  padding: .55rem .75rem;
  font-weight: 800;
}

.hero {
  min-height: calc(82vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.6rem) clamp(1rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(8, 9, 13, .98) 0%, rgba(18, 20, 29, .98) 54%, rgba(28, 37, 69, .98) 100%);
  color: #fff;
}
.hero h1 {
  font-size: 5.8rem;
  line-height: .9;
  margin: .2rem 0 1rem;
  text-transform: uppercase;
  max-width: 9ch;
}
.lede {
  font-size: 1.2rem;
  max-width: 720px;
  color: rgba(255, 255, 255, .84);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .78rem;
  font-weight: 850;
  color: var(--blue);
  margin-bottom: .55rem;
}
.hero .eyebrow { color: var(--yellow); }
.hero-actions,
.page-actions,
.post-cta {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  padding: .72rem 1rem;
  font-weight: 850;
  border: 1px solid transparent;
}
.btn-primary { background: var(--yellow); color: #141414; }
.btn-secondary { background: transparent; color: inherit; border-color: currentColor; }
.btn:hover,
.text-link:hover { transform: translateY(-1px); }
.btn:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.4rem 0 0;
  padding: 0;
}
.hero-proof div {
  padding: .75rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .055);
}
.hero-proof dt {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  color: var(--yellow);
}
.hero-proof dd {
  margin: .2rem 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: .82rem;
  font-weight: 760;
}
.hero-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  align-items: end;
}
.hero-bottle {
  margin: 0;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  padding: .65rem;
  min-height: 180px;
}
.hero-bottle:nth-child(2n) { transform: translateY(1rem); }
.hero-bottle img {
  border-radius: 6px;
  aspect-ratio: 1;
  object-fit: cover;
}
.hero-bottle figcaption {
  font-size: .78rem;
  color: rgba(255, 255, 255, .76);
  margin-top: .4rem;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-strip div {
  background: #fffdf8;
  padding: clamp(1rem, 3vw, 1.5rem);
}
.proof-strip strong {
  display: block;
  margin-bottom: .25rem;
  font-size: .95rem;
}
.proof-strip span { color: var(--muted); }

.band,
.cards-section,
.split-feature,
.page-hero,
.blog-post {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem);
}
.compact-band { padding-top: clamp(1.5rem, 4vw, 3rem); padding-bottom: clamp(1.5rem, 4vw, 3rem); }
.page-hero {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(2.2rem, 5vw, 4rem);
}
.page-hero h1,
.section-heading h2,
.blog-post h1 {
  font-size: 3.6rem;
  line-height: 1;
  margin: .1rem 0 1rem;
}
.page-hero p,
.section-heading p {
  max-width: 780px;
  font-size: 1.15rem;
  color: var(--muted);
}
.section-heading {
  max-width: 760px;
  margin-bottom: 1.6rem;
}
.section-heading h2 { font-size: 3rem; }
.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 4vw, 3rem);
  font-size: 1.08rem;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.metric-grid div {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  padding: 1rem;
}
.metric-grid strong {
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: var(--red);
}
.metric-grid span { font-weight: 850; color: var(--muted); }
.text-link {
  font-weight: 900;
  color: var(--blue);
  border-bottom: 2px solid currentColor;
}
.split-feature {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 2rem;
  align-items: center;
}
.split-feature img,
.article-card img,
.blog-post img {
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(17, 18, 24, .14);
  object-fit: cover;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.feature-list article,
.article-card,
.creator-card,
.merch-card,
.bottle-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}
.article-card,
.bottle-card,
.creator-card,
.merch-card {
  transition: border-color .16s ease, transform .16s ease;
}
.article-card:hover,
.bottle-card:hover,
.creator-card:hover,
.merch-card:hover {
  border-color: rgba(23, 71, 210, .35);
  transform: translateY(-2px);
}
.feature-list h3,
.feature-list h2,
.article-card h2,
.creator-card h2,
.merch-card h2,
.bottle-card h2 {
  margin: .2rem 0 .5rem;
  line-height: 1.15;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.article-card img {
  aspect-ratio: 1.46;
  object-fit: cover;
  margin-bottom: .8rem;
  background: var(--dark);
}
.article-card h2 a:hover { color: var(--blue); }
.bottle-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.bottle-card img {
  border-radius: 6px;
  aspect-ratio: 1;
  object-fit: cover;
  background: #111;
}
.bottle-card span,
.path-label {
  display: inline-block;
  margin-top: .8rem;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.path-label { margin-top: 0; margin-bottom: .35rem; }
.decision-cards article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.decision-cards .btn { margin-top: auto; }
.creator-grid,
.merch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.creator-card img { aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
.creator-card a { color: var(--blue); font-weight: 900; }
.merch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.merch-card img { border-radius: 6px; background: #111; }
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem) 5rem;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.15rem;
}
.faq-list p {
  max-width: 760px;
  color: var(--muted);
  margin-top: .7rem;
}
.note,
.trust-panel {
  padding: 1.1rem;
  border-left: 4px solid var(--yellow);
  background: #fff;
}
.trust-panel h2 { margin: 0 0 .4rem; line-height: 1.1; }
.trust-panel p { max-width: 820px; color: var(--muted); }
.wide-copy { font-size: 1.12rem; max-width: 920px; }
.blog-post { max-width: 920px; }
.post-header { text-align: left; }
.post-header h1 { font-size: 4rem; }
.post-meta { color: var(--muted); font-weight: 850; margin: 1rem 0; }
.post-header img { margin-top: 1.5rem; }
.blog-post section { margin-top: 2.6rem; }
.blog-post h2 {
  font-size: 2rem;
  line-height: 1.12;
  margin: 0 0 1rem;
}
.blog-post p { font-size: 1.06rem; }
.blog-post figure { margin: 2rem 0; }
.blog-post figcaption {
  font-size: .9rem;
  color: var(--muted);
  margin-top: .5rem;
}
.article-infographic {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1rem, 3vw, 1.4rem);
  background: #fffdf8;
}
.article-infographic h2 { margin-bottom: .5rem; }
.infographic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}
.infographic-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .95rem;
  background: #fff;
}
.infographic-grid strong {
  display: block;
  margin-bottom: .25rem;
  color: var(--blue);
  font-size: .86rem;
  text-transform: uppercase;
}
.infographic-grid span {
  display: block;
  color: var(--muted);
  font-size: .96rem;
}
.article-faq article {
  border-top: 1px solid var(--line);
  padding: 1.15rem 0;
}
.article-faq h3 {
  margin: 0 0 .5rem;
  font-size: 1.15rem;
  line-height: 1.25;
}
.post-cta {
  background: #111218;
  color: #fff;
  border-radius: var(--radius);
  padding: 1.2rem;
}
.post-cta p {
  color: rgba(255, 255, 255, .78);
  flex-basis: 100%;
}
.post-cta h2 { flex-basis: 100%; margin: 0; }
.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  background: #111218;
  color: #fff;
}
.site-footer p {
  color: rgba(255, 255, 255, .72);
  max-width: 340px;
}
.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero h1 {
    font-size: 4.6rem;
  }
  .page-hero h1,
  .blog-post h1 {
    font-size: 3rem;
  }
  .section-heading h2 {
    font-size: 2.55rem;
  }
  .hero-gallery,
  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .two-col,
  .split-feature,
  .feature-list,
  .article-grid,
  .bottle-grid,
  .infographic-grid {
    grid-template-columns: 1fr;
  }
  .creator-grid,
  .merch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer { grid-template-columns: 1fr; }
  .site-header { flex-wrap: wrap; }
  .site-nav {
    display: none;
    flex-basis: 100%;
    width: 100%;
    padding: .85rem 0 .35rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: inline-flex; }
}

@media (max-width: 560px) {
  .site-header { min-height: 68px; }
  .brand img { width: 56px; height: 56px; }
  .hero {
    padding-top: 1.8rem;
    gap: 1.1rem;
  }
  .hero h1 {
    font-size: 2.85rem;
    max-width: 8ch;
  }
  .hero-proof {
    grid-template-columns: 1fr;
  }
  .hero-gallery {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
  }
  .hero-bottle {
    padding: .45rem;
    min-height: auto;
  }
  .hero-bottle:nth-child(n+5) {
    display: none;
  }
  .hero-bottle:nth-child(2n) {
    transform: none;
  }
  .hero-bottle figcaption { font-size: .68rem; }
  .metric-grid,
  .creator-grid,
  .merch-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }
  .page-hero h1,
  .blog-post h1 { font-size: 2.35rem; }
  .section-heading h2 { font-size: 2.15rem; }
  .metric-grid strong { font-size: 2.4rem; }
  .blog-post h2 { font-size: 1.65rem; }
  .btn { width: 100%; }
}
