@font-face { font-family: Fraunces; src: url(/static/fonts/fraunces.woff2) format("woff2"); font-weight: 500 800; font-display: swap; }
@font-face { font-family: Inter; src: url(/static/fonts/inter.woff2) format("woff2"); font-weight: 400 700; font-display: swap; }

:root {
  --ink: #1d2521;
  --muted: #5d6b64;
  --green: #1f4d3a;
  --green-deep: #173a2c;
  --green-soft: #eaf1ec;
  --orange: #e2683c;
  --orange-dark: #c9552c;
  --peach: #f6b89e;
  --cream: #faf7f1;
  --line: #d9e0db;
  --serif: Fraunces, Georgia, serif;
  --sans: Inter, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.6 var(--sans); min-height: 100vh; display: flex; flex-direction: column; }
body > main { flex: 1 0 auto; width: 100%; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green); }
h1, h2, h3 { font-family: var(--serif); color: var(--green); line-height: 1.1; margin: 0 0 .5em; font-variant-ligatures: no-common-ligatures; }
h1 { font-size: clamp(2.3rem, 7vw, 3.8rem); font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 4.5vw, 2.3rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1em; }
strong, b { font-weight: 700; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 64px 20px; }
.narrow { max-width: 680px; }
.kicker { font: 700 .78rem var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--orange); margin-bottom: .8em; }
.lede { font-size: 1.2rem; color: var(--muted); }
.fine { font-size: .82rem; color: var(--muted); }
.note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 18px; }

/* Header and footer */
.bar { position: absolute; top: 0; left: 0; right: 0; z-index: 5; padding: 14px 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 .95rem var(--sans); color: #fff; text-decoration: none; text-shadow: 0 1px 6px rgba(0,0,0,.3); }
.brand img { border-radius: 50%; border: 2px solid #fff; }
.foot { background: var(--green-deep); color: #c9d6cf; padding: 36px 20px 44px; font-size: .88rem; text-align: center; }
.foot p { margin: 0 0 .5em; }
.foot strong { color: #fff; }
.foot nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin-top: 14px; }
.foot a { color: var(--peach); }

/* Buttons */
.btn { display: inline-block; border: 0; border-radius: 12px; background: var(--orange); color: #fff; font: 700 1rem var(--sans); padding: 14px 22px; cursor: pointer; text-decoration: none; box-shadow: 0 6px 18px rgba(226,104,60,.3); transition: background .15s, transform .15s; }
.btn:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--peach); outline-offset: 2px; }
.btn.big { font-size: 1.15rem; padding: 18px 30px; width: 100%; max-width: 420px; }
.buy { margin-top: 26px; }
.buy .fine { margin-top: 10px; }

/* Hero */
.hero { position: relative; background: var(--green); color: #fff; display: grid; overflow: hidden; }
.hero-photo { position: relative; height: 62vh; min-height: 360px; max-height: 560px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,58,44,.45) 0%, rgba(31,77,58,0) 25%, rgba(31,77,58,0) 55%, var(--green) 100%); }
.hero-text { position: relative; padding: 0 20px 56px; margin-top: -90px; }
.hero h1 { color: #fff; }
.hero .kicker { color: var(--peach); }
.hero .lede { color: #e3ece6; }
.hero .lede strong { color: #fff; }
.hero .fine { color: #b9ccc1; }

.ticks { list-style: none; padding: 0; margin: 18px 0 0; }
.ticks li { position: relative; padding: 5px 0 5px 30px; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 4px; color: var(--orange); font-weight: 800; }
.ticks.dark li { padding: 8px 0 8px 30px; border-bottom: 1px solid var(--line); }

@media (min-width: 900px) {
  .hero { grid-template-columns: 1fr 1fr; min-height: 640px; }
  .hero-photo { order: 2; height: auto; max-height: none; }
  .hero-photo::after { background: linear-gradient(90deg, var(--green) 0%, rgba(31,77,58,0) 35%); }
  .hero-text { margin: 0; padding: 110px 48px 64px max(20px, calc((100vw - 1080px) / 2 + 20px)); align-self: center; }
}

/* Bands */
.band { background: #fff; }
.previews { padding: 56px 0; background: var(--green-soft); }
.previews h2 { text-align: center; }
.strip { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 20px 16px; }
.strip img { flex: 0 0 auto; width: min(62vw, 260px); border-radius: 6px; box-shadow: 0 10px 28px rgba(23,58,44,.18); scroll-snap-align: center; background: #fff; }
.strip > :first-child { margin-left: auto; }
.strip > :last-child { margin-right: auto; }
@media (min-width: 1000px) {
  .strip { flex-wrap: wrap; justify-content: center; overflow: visible; max-width: 1080px; margin: 0 auto; }
  .strip img { width: 220px; }
  .strip > :first-child, .strip > :last-child { margin: 0; }
}

.two { display: grid; gap: 32px; }
@media (min-width: 800px) { .two { grid-template-columns: 1.3fr 1fr; align-items: start; } }
.card { border-radius: 18px; padding: 28px; }
.card.soft { background: #fcebe3; }
.card.soft h3 { color: var(--orange-dark); }

.chapters { padding-left: 0; list-style: none; counter-reset: ch -1; display: grid; gap: 10px; }
.chapters li { counter-increment: ch; position: relative; padding: 14px 16px 14px 62px; background: var(--cream); border-radius: 12px; }
.chapters li::before { content: counter(ch); position: absolute; left: 16px; top: 8px; font: 800 1.8rem var(--serif); color: transparent; -webkit-text-stroke: 1.2px var(--orange); }
.chapters b { color: var(--green); }
@media (min-width: 800px) { .chapters { grid-template-columns: 1fr 1fr; } }

.gus { display: grid; gap: 28px; align-items: center; }
.gus img { border-radius: 18px; }
@media (min-width: 800px) { .gus { grid-template-columns: 1fr 1.3fr; } }

.cta { background: var(--green); color: #fff; text-align: center; }
.cta h2 { color: #fff; }
.cta .lede { color: #e3ece6; }
.cta .fine { color: #b9ccc1; }

/* Forms */
.card.free { background: #fff; border: 2px solid var(--green-soft); }
.signup label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.signup .row { display: flex; gap: 10px; flex-wrap: wrap; }
.signup input[type=email] { flex: 1 1 220px; min-width: 0; font: 1rem var(--sans); padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; }
.signup .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; color: var(--muted); margin-top: 14px; }
.signup .check input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--green); flex: none; }
.hp { position: absolute; left: -9999px; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--green); list-style: none; position: relative; padding-right: 28px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-size: 1.4rem; color: var(--orange); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 10px 0 0; color: var(--muted); }

/* Plain pages */
.msg { padding-top: 96px; }
.msg h1 { font-size: clamp(2rem, 6vw, 2.8rem); }
.msg ol, .legal ul { padding-left: 1.2em; }
.msg .btn.big { max-width: none; width: auto; }
body:has(.msg) .bar { position: static; background: var(--green); }
body:has(.msg) .msg { padding-top: 48px; }
.legal h2 { font-size: 1.3rem; margin-top: 1.6em; }
