/* Shared styles for every GoldPool squeeze page. Tokens mirror coffee_website/DESIGN.md. */
:root {
  --gold: #D4AF37;
  --gold-light: #FFF2B2;
  --gold-deep: #A68523;
  --void: #000;
  --canvas: #080808;
  --card: #0E0E12;
  --raised: #1A1A22;
  --text: #fff;
  --body: #DDD;
  --muted: #999;
  --head: 'Outfit', sans-serif;
  --copy: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--canvas);
  color: var(--body);
  font: 400 1rem/1.65 var(--copy);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 84px; /* room for the sticky buy bar on mobile */
}
img { max-width: 100%; display: block; }
.wrap { width: min(100% - 40px, 1080px); margin-inline: auto; }

/* Brand strip — deliberately not a nav: nothing to click but Buy */
.brand {
  position: absolute; inset: 0 0 auto 0; z-index: 3; background: rgba(5,5,5,.45); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(212,175,55,.18);
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 20px;
  font: 800 .78rem var(--head); letter-spacing: 3px; color: var(--gold);
}
.brand img { height: 34px; width: auto; }

/* Hero — mobile: photo on top, copy below. Desktop (see media query): copy left over photo. */
.hero { position: relative; background: var(--canvas); }
.hero-img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; object-position: 50% 62%; display: block; }
.hero::after {
  content: none;
}
.hero-copy { position: relative; z-index: 2; padding: 30px 0 40px; text-align: center; background: var(--canvas); }

.eyebrow {
  font: 800 .78rem var(--head); letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
h1 {
  font: 900 clamp(2.05rem, 7vw, 3.5rem)/1.1 var(--head); letter-spacing: -1px; color: var(--text);
}
h1 span { display: block; font-size: .62em; font-weight: 800; color: var(--gold); letter-spacing: -.5px; margin-top: 8px; }
.lede { max-width: 560px; margin: 16px auto 0; color: #ccc; }

/* Buy block */
.price { margin-top: 22px; font: 900 2.1rem var(--head); color: var(--text); }
.price small { font: 500 .95rem var(--copy); color: var(--muted); margin-left: 6px; }
.btn {
  display: inline-block; margin-top: 14px; padding: 17px 38px;
  font: 800 1.02rem var(--head); letter-spacing: .6px; text-transform: uppercase; text-decoration: none;
  color: #000; background: linear-gradient(135deg, var(--gold-light), var(--gold) 45%, var(--gold-deep));
  border-radius: 999px; box-shadow: 0 8px 30px rgba(212,175,55,.28);
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 38px rgba(212,175,55,.42); }
.reassure { margin-top: 12px; font-size: .82rem; color: var(--muted); }

/* Sections */
section { padding: 64px 0; }
h2 { font: 900 clamp(1.7rem, 5vw, 2.5rem)/1.15 var(--head); color: var(--text); text-align: center; }
.sub { max-width: 620px; margin: 12px auto 0; text-align: center; color: #bbb; }

.notes { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
.note {
  background: var(--card); border: 1px solid rgba(212,175,55,.18); border-radius: 18px;
  padding: 22px 14px; text-align: center;
}
.note i { display: block; font: 800 .68rem var(--head); font-style: normal; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.mid-cta { text-align: center; margin-top: 34px; }
.mid-cta .btn { margin-top: 0; }
.value { text-align: center; }
.brewmaster img { aspect-ratio: 4 / 5; object-position: 50% 30%; max-width: 380px; justify-self: center; }
.brewmaster .quote { text-align: left; margin: 0; }
.brewmaster .eyebrow { text-align: left; }
.note img { width: 64px; height: 64px; margin: 0 auto 10px; }
.note b { display: block; font: 800 1.05rem var(--head); color: var(--text); }
.note span { display: block; margin-top: 6px; font-size: .84rem; line-height: 1.5; color: #aaa; }

.split { display: grid; gap: 28px; align-items: center; margin-top: 8px; }
.split img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; border: 1px solid rgba(212,175,55,.18); }
.split h2, .split .sub { text-align: left; margin-inline: 0; }
.ticks { list-style: none; padding: 0; margin-top: 20px; }
.ticks li { padding: 9px 0 9px 30px; position: relative; border-bottom: 1px solid #1c1c1c; }
.ticks li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); }
.ticks b { color: var(--text); font-weight: 600; }

.yt { position: relative; padding: 0; border: 1px solid rgba(212,175,55,.3); border-radius: 18px; overflow: hidden; background: #000; cursor: pointer; width: min(100%, 340px); aspect-ratio: 9 / 16; justify-self: center; display: block; }
.yt img, .yt iframe { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.yt .play { position: absolute; inset: 0; margin: auto; width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; padding-left: 6px; font-size: 1.7rem; color: #000; background: linear-gradient(135deg, var(--gold-light), var(--gold) 50%, var(--gold-deep)); box-shadow: 0 8px 30px rgba(0,0,0,.6); }
.yt .len { position: absolute; right: 12px; bottom: 12px; padding: 3px 9px; border-radius: 6px; background: rgba(0,0,0,.75); font: 600 .78rem var(--head); color: #fff; }
.marco h2, .marco .sub, .marco .eyebrow { text-align: center; margin-inline: auto; }

.origins { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.origins span {
  padding: 9px 16px; border-radius: 999px; background: var(--card);
  border: 1px solid rgba(212,175,55,.22); font: 600 .88rem var(--head); color: var(--body);
}

.quote { max-width: 720px; margin: 0 auto; text-align: center; font: italic 500 1.15rem/1.7 'Montserrat', var(--copy); color: var(--text); }
.quote cite { display: block; margin-top: 16px; font: 800 .72rem var(--head); letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }

.guarantee-chip { display: inline-block; margin-top: 14px; padding: 7px 16px; border-radius: 999px; border: 1px solid rgba(212,175,55,.4); font: 600 .8rem var(--head); color: var(--gold); letter-spacing: .4px; }

.versus { display: grid; gap: 14px; margin-top: 32px; }
.vs { border-radius: 18px; padding: 24px 22px; background: var(--card); border: 1px solid #222; }
.vs b { display: block; font: 800 1.15rem var(--head); color: var(--muted); margin-bottom: 10px; }
.vs ul { list-style: none; padding: 0; }
.vs li { padding: 7px 0 7px 28px; position: relative; color: #aaa; }
.vs.bad li::before { content: '✕'; position: absolute; left: 2px; color: #a44; }
.vs.good { border-color: rgba(212,175,55,.45); box-shadow: 0 0 40px rgba(212,175,55,.08); }
.vs.good b { color: var(--gold); }
.vs.good li { color: var(--body); }
.vs.good li::before { content: '✓'; position: absolute; left: 2px; color: var(--gold); font-weight: 700; }

.reviews { display: grid; gap: 14px; margin-top: 32px; }
.review { background: var(--card); border: 1px solid rgba(212,175,55,.18); border-radius: 18px; padding: 22px; }
.review .stars { color: var(--gold); letter-spacing: 3px; }
.review p { margin: 8px 0 12px; color: var(--text); }
.review cite { font: 600 .82rem var(--head); color: var(--muted); font-style: normal; }

.guarantee { display: grid; gap: 22px; justify-items: center; text-align: center; max-width: 760px; margin: 0 auto; padding: 34px 26px; border-radius: 22px; border: 1px solid rgba(212,175,55,.45); background: linear-gradient(160deg, rgba(212,175,55,.09), transparent 60%); }
.guarantee h2 { font-size: clamp(1.5rem, 4.4vw, 2rem); }
.guarantee p { margin-top: 10px; color: #ccc; }
.seal { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; font: 900 1.5rem var(--head); color: #000; background: linear-gradient(135deg, var(--gold-light), var(--gold) 50%, var(--gold-deep)); box-shadow: 0 0 0 6px rgba(212,175,55,.18); }

.faq { max-width: 760px; }
.faq h2 { margin-bottom: 22px; }
.faq details { border-bottom: 1px solid #222; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 30px 18px 0; position: relative; font: 600 1.02rem var(--head); color: var(--text); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 14px; font-size: 1.4rem; color: var(--gold); }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 0 18px; color: #bbb; }

.final { text-align: center; background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,.10), transparent 60%); }
.member-line {
  max-width: 520px; margin: 30px auto 0; padding: 16px 20px; border-radius: 14px;
  border: 1px dashed rgba(212,175,55,.35); font-size: .9rem; color: #bbb;
}
.member-line b { color: var(--gold); }

footer { padding: 28px 0 10px; text-align: center; font-size: .76rem; color: #666; }
footer a { color: #888; }

/* Sticky mobile buy bar */
.buybar {
  position: fixed; inset: auto 0 0 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  background: rgba(10,10,10,.92); backdrop-filter: blur(14px);
  border-top: 1px solid rgba(212,175,55,.25);
}
.buybar div { font: 800 1.1rem var(--head); color: var(--text); line-height: 1.2; }
.buybar div small { display: block; font: 400 .74rem var(--copy); color: var(--muted); }
.buybar .btn { margin: 0; padding: 13px 26px; font-size: .9rem; }

@media (min-width: 820px) {
  body { padding-bottom: 0; }
  .buybar { display: none; }
  .hero { display: flex; align-items: center; min-height: 92vh; }
  .hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--canvas) 0%, var(--canvas) 52%, rgba(8,8,8,0) 66%); }
  .hero-img { position: absolute; inset: 0 0 0 auto; width: 48%; height: 100%; aspect-ratio: auto; object-position: 50% 60%; }
  .hero-copy { text-align: left; margin-top: 0; padding: 60px 0 0; background: none; }
  .hero-copy .inner { max-width: 520px; }
  .lede { margin-left: 0; }
  .brand { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; border: 0; padding-top: 22px; justify-content: flex-start; padding-left: max(20px, calc((100% - 1080px) / 2)); }
  .notes { grid-template-columns: repeat(4, 1fr); }
  .versus { grid-template-columns: 1fr 1fr; gap: 22px; }
  .reviews { grid-template-columns: repeat(3, 1fr); }
  .guarantee { grid-template-columns: auto 1fr; text-align: left; justify-items: start; align-items: center; padding: 40px 44px; }
  .guarantee h2 { text-align: left; }
  .split { grid-template-columns: 1fr 1fr; gap: 56px; }
  .marco h2, .marco .sub, .marco .eyebrow { text-align: left; margin-inline: 0; }
  section { padding: 96px 0; }
}
