:root {
  --bg: #090d0c;
  --panel: #15191a;
  --panel-2: #1a1d1f;
  --text: #f1f1eb;
  --muted: #8b8e8c;
  --line: #272b2b;
  --accent: #5da18e;
  --warm: #9b7652;
  --max: 1435px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.sectionShell { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(9,13,12,.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); }
.navShell { width: min(var(--max), calc(100% - 64px)); height: 82px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; gap: 11px; align-items: center; width: max-content; }
.brandMark { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; background: #171c1d; color: var(--accent); border: 1px solid #222829; }
.brandWords { display: grid; gap: 1px; font-family: "Arial Narrow", Impact, sans-serif; letter-spacing: .18em; }
.brandWords strong { font-size: 16px; line-height: 1; }
.brandWords small { color: #909492; font-size: 11px; line-height: 1.25; }
.navLinks { display: flex; gap: 42px; color: #8f918f; font-size: 14px; }
.navLinks a:hover { color: #fff; }
.buyButton { justify-self: end; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 30px; border-radius: 12px; background: #f1f0ea; color: #101312; font-family: "Arial Narrow", Impact, sans-serif; letter-spacing: .15em; font-size: 15px; transition: transform .2s ease, background .2s ease; white-space: nowrap; }
.buyButton:hover { transform: translateY(-2px); background: #fff; }
.buyButton.compact { min-width: 176px; min-height: 50px; }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 64px 0 70px; }
.eyebrow { color: var(--accent); font-family: "Courier New", monospace; font-size: 12px; letter-spacing: .28em; margin: 0 0 26px; }
h1,h2,h3 { font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif; font-stretch: condensed; margin: 0; font-weight: 800; }
h1 { font-size: clamp(64px, 5.8vw, 92px); line-height: .92; letter-spacing: -.035em; }
h2 { font-size: clamp(36px, 3vw, 52px); line-height: 1; letter-spacing: -.025em; }
h3 { font-size: 20px; line-height: 1.15; }
.lede { color: #979a98; font-size: 18px; line-height: 1.72; margin: 30px 0 32px; }
.priceRow { display: flex; gap: 48px; align-items: center; }
.price { font-family: "Arial Narrow", Impact, sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -.03em; }
.subPrice { color: #858887; margin-top: 5px; font-size: 14px; }
.disclosure { color: #5f6362; font-size: 12px; line-height: 1.6; max-width: 600px; margin: 24px 0 0; }
.heroMedia { align-self: center; background: #111; border: 1px solid #252929; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.heroMedia img { aspect-ratio: 0.94 / 1; object-fit: cover; object-position: center; }
.mediaRail { height: 52px; background: #1b1f21; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; font-family: "Courier New", monospace; font-size: 11px; letter-spacing: .2em; color: #777c79; }
.mediaRail strong { color: var(--accent); font-weight: 400; }
.perkBar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #16191b; }
.perksGrid { min-height: 68px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 18px; }
.perk { display: flex; gap: 12px; align-items: center; justify-content: center; font-size: 14px; }
.perk svg, .cardIcon { color: var(--warm); }
.gallery { padding: 66px 0 112px; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 270px 270px; gap: 14px; }
.gallery > div { border-radius: 18px; overflow: hidden; background: #15191a; border: 1px solid #242829; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.galleryLarge { grid-row: 1 / 3; }
.gallerySmall.lower { grid-column: 2; grid-row: 2; }
.contentSection { padding: 0 0 112px; }
.contentSection .eyebrow { margin-bottom: 19px; }
.sectionIntro { max-width: 760px; color: #8e9290; font-size: 16px; line-height: 1.75; margin: 26px 0 48px; }
.whyGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.infoCard { min-height: 175px; background: var(--panel); border: 1px solid #252929; border-radius: 22px; padding: 30px 30px 28px; }
.infoCard h3 { margin: 22px 0 13px; }
.infoCard p { color: #8c908e; line-height: 1.65; font-size: 14px; margin: 0; }
.specPanel { background: #15191a; border: 1px solid #242829; border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 112px; }
.specImage img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.specCopy { padding: 48px 48px 40px; }
.specCopy .eyebrow { margin-bottom: 18px; }
.specCopy h2 { margin-bottom: 33px; }
.specCopy dl { margin: 0; }
.specRow { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0; border-bottom: 1px solid #2a2e2e; }
.specRow dt { color: #767a78; }
.specRow dd { margin: 0; color: #e3e4df; text-align: right; }
.specFoot { margin: 22px 0 0; color: #777c79; line-height: 1.6; font-size: 13px; }
.brewSection { padding-bottom: 94px; }
.brewSection h2 { font-size: 30px; margin-bottom: 30px; }
.brewGrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.brewCard { background: var(--panel); border: 1px solid #252929; border-radius: 18px; padding: 27px 25px; }
.brewCard h3 { font-size: 18px; }
.brewCard p { margin: 10px 0 0; color: #747876; }
.reviewSection { padding-bottom: 110px; }
.reviewSection .eyebrow { margin-bottom: 18px; }
.reviewGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 33px 0 64px; }
blockquote { margin: 0; min-height: 150px; background: var(--panel); border: 1px solid #252929; border-radius: 22px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
blockquote p { margin: 0; line-height: 1.55; font-size: 16px; }
blockquote footer { margin-top: 28px; font-family: "Courier New", monospace; letter-spacing: .18em; font-size: 11px; color: #808482; }
.proofImage { border-radius: 22px; overflow: hidden; border: 1px solid #252929; }
.proofFigure { margin: 0; }
.proofImage img { height: auto; }
.proofCaption { display: grid; grid-template-columns: minmax(140px, .35fr) minmax(0, 1fr); gap: 24px; margin-top: 20px; padding: 28px 32px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; }
.proofCaption h3 { color: var(--accent); font-family: "Courier New", monospace; font-size: .875rem; font-weight: 400; letter-spacing: .2em; line-height: 1.6; }
.proofCaption p { margin: 0; max-width: 75ch; color: #afb5b1; font-size: 1rem; line-height: 1.75; overflow-wrap: anywhere; }
.ctaSection { border-top: 1px solid rgba(255,255,255,.02); }
.ctaInner { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.ctaInner h2 { font-size: clamp(44px,4.5vw,66px); }
.ctaInner p { color: #777b79; line-height: 1.6; margin: 22px 0 32px; }
.siteFooter { border-top: 1px solid var(--line); }
.footerMain { min-height: 190px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footerMain h3 { letter-spacing: .14em; font-size: 18px; }
.footerMain p { color: #787c7a; font-size: 14px; line-height: 1.6; }
.footerLinks { display: grid; gap: 13px; }
.footerLinks a { display: flex; gap: 4px; align-items: center; justify-content: flex-end; color: #828684; font-size: 14px; }
.footerLinks a:first-child { color: var(--accent); }
.legal { border-top: 0; color: #555a58; font-size: 10px; line-height: 1.6; padding-bottom: 52px; }
@media (max-width: 900px) {
  .sectionShell, .navShell { width: min(100% - 32px, var(--max)); }
  .navShell { grid-template-columns: 1fr auto; height: 72px; }
  .navLinks { display: none; }
  .buyButton.compact { min-width: 132px; padding: 0 18px; }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: unset; padding-top: 48px; }
  .heroMedia { max-width: 650px; }
  .priceRow { align-items: flex-start; flex-direction: column; gap: 22px; }
  .perksGrid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .perk { justify-content: flex-start; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 210px 210px; }
  .galleryLarge { grid-row: 1; grid-column: 1 / 3; }
  .gallerySmall.lower { grid-column: 1 / 3; grid-row: 3; }
  .specPanel { grid-template-columns: 1fr; }
  .specImage img { min-height: 360px; }
  .brewGrid { grid-template-columns: 1fr 1fr; }
  .reviewGrid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .brandWords strong { font-size: 13px; }
  .brandWords small { font-size: 9px; }
  .brandMark { width: 30px; height: 30px; }
  .buyButton.compact { min-width: 118px; min-height: 44px; font-size: 12px; }
  .hero { padding-top: 38px; }
  h1 { font-size: clamp(48px, 16vw, 64px); }
  .lede { font-size: 16px; }
  .desktopOnly { display: none; }
  .priceRow .buyButton { width: 100%; }
  .perksGrid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 390px 210px 210px 210px; padding-bottom: 90px; }
  .galleryLarge, .gallerySmall, .gallerySmall.lower { grid-column: 1; grid-row: auto; }
  .whyGrid, .brewGrid { grid-template-columns: 1fr; }
  .specCopy { padding: 34px 24px 28px; }
  .specRow { font-size: 13px; }
  .proofImage { border-radius: 16px; }
  .proofCaption { grid-template-columns: minmax(0, 1fr); gap: 12px; margin-top: 14px; padding: 22px 20px; border-radius: 16px; }
  .footerMain { align-items: flex-start; flex-direction: column; padding: 50px 0 36px; min-height: 0; }
  .footerLinks a { justify-content: flex-start; }
}
.perkIcon,.cardIcon{color:var(--warm);font-size:19px;line-height:1}.cardIcon{display:block}.brandMark{font-family:"Courier New",monospace;font-size:18px}

/* Conversion-focused additions */
.trustLine { display: flex; flex-wrap: wrap; gap: 9px 16px; margin: -10px 0 28px; color: #aeb3b0; font-size: 12px; }
.trustLine span { display: inline-flex; align-items: center; gap: 6px; }
.heroCtaStack { display: grid; justify-items: end; gap: 9px; }
.heroCtaStack small, .ctaTrust { color: #6f7471; font-size: 11px; line-height: 1.4; text-align: right; }
.midCta { margin-top: 28px; padding: 24px 26px; border: 1px solid #2b302f; border-radius: 18px; background: linear-gradient(135deg, #171b1b, #111514); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.midCta > div { display: grid; gap: 7px; }
.midCta strong { font-family: "Arial Narrow", Impact, sans-serif; letter-spacing: .08em; font-size: 18px; }
.midCta span { color: #7d8280; font-size: 13px; }
.ctaTrust { margin-top: 12px; text-align: center; }
.mobileBuyBar { display: none; }

@media (max-width: 900px) {
  .heroCtaStack { width: 100%; justify-items: stretch; }
  .heroCtaStack small { text-align: left; }
  .midCta { align-items: stretch; flex-direction: column; }
  .midCta .buyButton { width: 100%; }
}

@media (max-width: 600px) {
  body { padding-bottom: 84px; }
  .topbar .buyButton.compact { display: none; }
  .navShell { grid-template-columns: 1fr; }
  .trustLine { display: grid; gap: 7px; margin-bottom: 24px; }
  .mobileBuyBar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; min-height: 72px; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); background: rgba(9,13,12,.97); border-top: 1px solid #2a2f2e; backdrop-filter: blur(12px); display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }
  .mobileBuyMeta { display: grid; gap: 3px; min-width: 0; }
  .mobileBuyMeta strong { font-family: "Arial Narrow", Impact, sans-serif; letter-spacing: .1em; font-size: 14px; }
  .mobileBuyMeta span { color: #7f8481; font-size: 11px; }
  .mobileBuyButton { min-height: 46px; padding: 0 16px; border-radius: 10px; font-size: 11px; }
}

/* Keep content and purchase controls within narrow and enlarged-text viewports. */
.hero > *, .priceRow > *, .midCta > * { min-width: 0; }
.buyButton { max-width: 100%; white-space: normal; text-align: center; padding-top: 12px; padding-bottom: 12px; }
.buyButton > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.buyButton > span:last-child { flex-shrink: 0; }
@media (max-width: 600px) {
  body { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .priceRow { width: 100%; }
  .heroCtaStack .buyButton, .ctaInner > .buyButton { width: 100%; font-size: .875rem; letter-spacing: .08em; padding-left: 16px; padding-right: 16px; }
  .mediaRail { height: auto; min-height: 52px; flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
  .mobileBuyBar { grid-template-columns: minmax(0, 1fr) auto; }
}
