/* Proof & Peel — "Bright Market": sunlit paper, coral brand, and a six-color
   cocktail spectrum so every kind of drink is welcome — not just whiskey.
   Base paper #FAF6EF · ink #1D1B17 · brand coral #E8613C
   Spectrum: lime #3FA05A · teal #1E9E9A · lemon #E7B21E ·
             tangerine #EF8A2A · coral #E85D42 · berry #B0448A */

:root {
  --paper: #faf6ef;
  --paper-2: #f3ecdf;
  --card: #ffffff;
  --ink: #1d1b17;
  --muted: #6f6a60;
  --line: #e7e0d2;

  --brand: #e8613c;
  --brand-dark: #d24d29;

  --lime: #3fa05a;
  --teal: #1e9e9a;
  --lemon: #e0a015;
  --tangerine: #ef8a2a;
  --coral: #e85d42;
  --berry: #b0448a;

  /* Per-collection accent; defaults to the brand where unscoped. */
  --accent: var(--brand);

  --display: "Fraunces", serif;
  --body: "Archivo", sans-serif;
  --mono: "IBM Plex Mono", monospace;

  --spectrum: linear-gradient(90deg,
    var(--lime) 0 16.666%, var(--teal) 16.666% 33.333%,
    var(--lemon) 33.333% 50%, var(--tangerine) 50% 66.666%,
    var(--coral) 66.666% 83.333%, var(--berry) 83.333% 100%);
}

.acc-spirit { --accent: var(--berry); }
.acc-fruity { --accent: var(--tangerine); }
.acc-gin    { --accent: var(--lime); }
.acc-brand  { --accent: var(--brand); }

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.25rem; }
h1 em, h2 em { font-style: italic; color: var(--accent); }

.eyebrow {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--accent); margin-bottom: .6rem;
}
.muted { color: var(--muted); }

/* ---- signature: the cocktail spectrum ---- */
.spectrum { height: 6px; background: var(--spectrum); }
.spectrum.thin { height: 3px; }

/* ---- nav ---- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1rem, 4vw, 3rem); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; background: rgba(250,246,239,.9); backdrop-filter: blur(8px); z-index: 10;
}
.brand { font-family: var(--display); font-size: 1.35rem; color: var(--ink); }
.brand.small { font-size: 1.1rem; margin-bottom: .5rem; }
.brand .amp { color: var(--brand); font-style: italic; }
.nav nav { display: flex; gap: clamp(.8rem, 2vw, 1.6rem); align-items: center; flex-wrap: wrap; }
.nav nav a { color: var(--ink); font-size: .92rem; }
.nav nav a:hover { color: var(--brand); }
.nav-cta {
  border: 1.5px solid var(--brand); padding: .45rem .95rem; border-radius: 999px;
  color: var(--brand) !important; font-weight: 500;
}
.nav-cta:hover { background: var(--brand); color: #fff !important; text-decoration: none; }

main { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }

/* ---- hero ---- */
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; padding: clamp(3rem, 8vw, 6rem) 0 4rem; }
.hero p.lede { margin: 1.4rem 0 2rem; font-size: 1.1rem; color: var(--muted); max-width: 34rem; }
@media (max-width: 820px) { .hero { grid-template-columns: 1fr; gap: 2rem; } }

.btn {
  display: inline-block; font-family: var(--body); font-weight: 600; font-size: 1rem;
  background: var(--brand); color: #fff; border: none; cursor: pointer;
  padding: .85rem 1.7rem; border-radius: 999px; transition: background .15s, transform .15s;
}
.btn:hover { background: var(--brand-dark); text-decoration: none; transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); margin-left: .8rem; }
.btn.ghost:hover { border-color: var(--brand); color: var(--brand); background: transparent; }
.btn.big { font-size: 1.1rem; padding: 1rem 2.2rem; }

/* ---- spec card (signature element) ---- */
.spec-card {
  background: var(--card); border: 1px solid var(--line); border-top: 4px solid var(--accent);
  border-radius: 10px; padding: 1.6rem 1.7rem; box-shadow: 0 18px 40px rgba(29,27,23,.08);
}
.spec-card .spec-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: .8rem; margin-bottom: 1rem; }
.spec-card h3 { font-size: 1.35rem; }
.spec-meta { font-family: var(--mono); font-size: .72rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.spec-line { display: grid; grid-template-columns: 4.4rem 1fr; gap: 1rem; padding: .32rem 0; font-size: .95rem; align-items: baseline; }
.spec-line .oz { font-family: var(--mono); color: var(--accent); font-size: .85rem; white-space: nowrap; }
.spec-foot { margin-top: 1rem; padding-top: .8rem; border-top: 1px dashed var(--line); font-size: .85rem; color: var(--muted); font-style: italic; }

/* ---- sections ---- */
.section { padding: 3.5rem 0; border-top: 1px solid var(--line); }
.section-head { margin-bottom: 2rem; max-width: 40rem; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
@media (max-width: 820px) { .grid3, .grid2 { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--accent);
  border-radius: 10px; padding: 1.4rem; display: block; color: var(--ink);
  transition: transform .15s, box-shadow .15s;
}
a.card:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(29,27,23,.1); }
.card .spec-meta { margin-bottom: .5rem; display: block; color: var(--accent); }
.card h3 { margin-bottom: .4rem; }
.card p { font-size: .92rem; color: var(--muted); }
.locked { font-family: var(--mono); font-size: .7rem; color: var(--accent); letter-spacing: .12em; text-transform: uppercase; }

/* ---- atlas sales block ---- */
.atlas {
  background: linear-gradient(160deg, #fff, var(--paper-2));
  border: 1px solid var(--line); border-radius: 14px;
  padding: clamp(2rem, 5vw, 3.5rem); margin: 3.5rem 0; position: relative; overflow: hidden;
}
.atlas::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--spectrum); }
.atlas .price { font-family: var(--display); font-size: 3rem; color: var(--brand); }
.atlas ul { list-style: none; margin: 1.5rem 0 2rem; padding: 0; }
.atlas li { padding: .45rem 0 .45rem 1.6rem; position: relative; }
.atlas li::before { content: "◆"; position: absolute; left: 0; color: var(--brand); font-size: .7rem; top: .8rem; }

/* ---- roadmap stages ---- */
.stage { border-left: 3px solid var(--accent); padding: .2rem 0 .2rem 1.4rem; margin: 2rem 0; }
.stage ul { margin: .8rem 0 0; padding-left: 1.1rem; }
.stage li { margin: .35rem 0; color: var(--ink); }

/* ---- gear/gift items ---- */
.item { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.item p { color: var(--muted); font-size: .92rem; }
.item .btn-sm { font-family: var(--mono); font-size: .75rem; border: 1.5px solid var(--brand); color: var(--brand); padding: .4rem .8rem; border-radius: 999px; white-space: nowrap; }
.item .btn-sm:hover { background: var(--brand); color: #fff; text-decoration: none; }
@media (max-width: 600px) { .item { grid-template-columns: 1fr; } }

/* ---- recipe page ---- */
.recipe-hero { padding: 3rem 0 1rem; max-width: 44rem; }
.recipe-body { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; padding: 2rem 0 4rem; }
@media (max-width: 820px) { .recipe-body { grid-template-columns: 1fr; } }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { counter-increment: step; padding: .8rem 0 .8rem 2.6rem; position: relative; border-bottom: 1px solid var(--line); }
.steps li::before {
  content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: .9rem;
  font-family: var(--mono); font-size: .8rem; color: var(--accent); font-weight: 500;
}

/* ---- forms / footer ---- */
.email-form { display: flex; gap: .5rem; margin-top: .8rem; }
.email-form input {
  flex: 1; background: var(--card); border: 1px solid var(--line); color: var(--ink);
  padding: .7rem .9rem; border-radius: 999px; font-family: var(--body); font-size: .95rem;
}
.email-form button {
  background: var(--brand); color: #fff; border: none; font-weight: 600;
  padding: .7rem 1.4rem; border-radius: 999px; cursor: pointer;
}
.email-form button:hover { background: var(--brand-dark); }

.footer { border-top: 1px solid var(--line); margin-top: 4rem; padding: 3rem clamp(1rem,4vw,3rem) 2rem; background: var(--paper-2); }
.foot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1080px; margin: 0 auto; }
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr; } }
.legal { max-width: 1080px; margin: 2.5rem auto 0; font-size: .78rem; color: var(--muted); }

.center { text-align: center; padding: 5rem 1rem; }

/* ---- quiz ---- */
.quiz { max-width: 44rem; padding-bottom: 4rem; }
.quiz fieldset { border: 1px solid var(--line); border-radius: 10px; background: var(--card); padding: 1.4rem 1.6rem 1.2rem; margin: 0 0 1.4rem; }
.quiz legend { font-family: var(--display); font-size: 1.15rem; padding: 0 .6rem; }
.quiz legend .eyebrow { display: block; margin-bottom: .2rem; }
.choice { display: inline-flex; align-items: center; gap: .55rem; border: 1.5px solid var(--line); border-radius: 999px; padding: .55rem .9rem; margin: .3rem .35rem .3rem 0; cursor: pointer; font-size: .95rem; transition: border-color .12s, background .12s; }
.choice:hover { border-color: var(--brand); }
.choice:has(input:checked) { border-color: var(--brand); background: rgba(232,97,60,.08); }
.choice input { accent-color: var(--brand); }
.text-input { width: 100%; background: var(--card); border: 1px solid var(--line); color: var(--ink); padding: .7rem .9rem; border-radius: 8px; font-family: var(--body); font-size: .95rem; }
