/* Capable, but can't - static storefront */
:root {
  --paper: #f6f1e8;
  --paper-deep: #efe6d6;
  --card: #fbf7ef;
  --ink: #241e16;
  --ink-soft: #4a4338;
  --muted: #6f675c;
  --rule: #d8cbb8;
  --accent: #8f3d2c;
  --accent-hover: #732f22;
  --accent-soft: #f3e4d8;
  --shadow: 0 18px 40px rgba(60, 40, 20, 0.12);
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--paper);
  background-image:
    radial-gradient(1200px 500px at 10% -10%, rgba(255,255,255,0.55), transparent 55%),
    radial-gradient(900px 400px at 110% 0%, rgba(143,61,44,0.05), transparent 50%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-hover); }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.wrap { width: min(1080px, calc(100% - 2.5rem)); margin: 0 auto; }
.wrap-narrow { width: min(720px, calc(100% - 2.5rem)); margin: 0 auto; }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
}
.serif { font-family: var(--serif); }
h1, h2, h3, .display {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}
h1 { font-size: clamp(2.2rem, 6vw, 4.1rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.25rem); margin: 0 0 0.85rem; }
h3 { font-size: 1.35rem; margin: 0 0 0.4rem; }
.lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 38rem; }
.small { font-size: 0.9rem; color: var(--muted); }
.tiny { font-size: 0.8125rem; color: var(--muted); }

.site-header {
  border-bottom: 1px solid var(--rule);
  background: rgba(246,241,232,0.92);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-header .inner, .funnel-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.25rem;
  flex-wrap: wrap;
  padding: 0.65rem 0;
}
.logo {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.logo:hover { color: var(--accent); }
.logo em { font-style: italic; color: var(--accent); font-weight: 600; }
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
}
nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.92rem;
}
nav a:hover, nav a[aria-current="page"] { color: var(--accent); text-decoration: underline; }

.hero { padding: 4.5rem 0 3.2rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}
.cover {
  width: min(320px, 100%);
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: var(--shadow);
  background: #ddd;
}
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: center; margin: 1.6rem 0 0.85rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff7ef;
  font-family: var(--sans);
  font-size: 1rem;
  padding: 0.85rem 1.25rem;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1.2;
}
.btn:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #fff7ef; }
.btn-secondary {
  background: transparent;
  color: var(--accent);
}
.btn-secondary:hover { background: var(--accent-soft); color: var(--accent-hover); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.7; cursor: not-allowed; }

section { padding: 3.25rem 0; }
.band { background: var(--paper-deep); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.grid-2-wide { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: start; }
.card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.35rem 1.4rem;
}
.contradiction {
  display: grid;
  gap: 0.35rem;
}
.contradiction strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.contradiction span { color: var(--muted); }
.split-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
ul.plain { margin: 0; padding: 0; list-style: none; }
ul.plain li { padding: 0.45rem 0 0.45rem 1.1rem; position: relative; }
ul.plain li::before { content: ""; position: absolute; left: 0; top: 0.95rem; width: 0.45rem; height: 1px; background: var(--accent); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.price {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.6rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.price.featured { border-color: var(--accent); box-shadow: var(--shadow); }
.price .amount { font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.price ul { margin: 0.25rem 0 1rem; padding-left: 1.1rem; color: var(--ink-soft); }
.price ul li { margin: 0.4rem 0; }
.note { font-size: 0.9rem; color: var(--muted); }

form.stack { display: flex; flex-direction: column; gap: 0.7rem; max-width: 26rem; }
input[type="email"], input[type="text"] {
  width: 100%;
  border: 1px solid var(--rule);
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  padding: 0.8rem 0.85rem;
  border-radius: 2px;
}
input:focus { outline: 2px solid rgba(143,61,44,0.25); border-color: var(--accent); }

.site-footer {
  border-top: 1px solid var(--rule);
  padding: 2.4rem 0 2.8rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.site-footer a { color: var(--ink-soft); }
.footer-links { display: flex; flex-wrap: wrap; gap: 0.7rem 1.1rem; margin: 0.9rem 0 1.1rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; color: var(--accent); }

.quiz-progress { display: flex; align-items: center; gap: 1rem; margin: 1.5rem 0 2rem; }
.bar { flex: 1; height: 1px; background: var(--rule); }
.bar > span { display: block; height: 1px; background: var(--accent); }
.answers { display: flex; flex-direction: column; gap: 0.65rem; margin-top: 1.6rem; }
.answer {
  text-align: left;
  width: 100%;
  background: var(--card);
  border: 1px solid var(--rule);
  color: var(--ink);
  font: inherit;
  padding: 0.95rem 1rem;
  cursor: pointer;
  border-radius: 2px;
}
.answer:hover, .answer[aria-pressed="true"] { border-color: var(--accent); background: var(--accent-soft); }
.back { margin-top: 1.25rem; background: none; border: 0; color: var(--muted); font: inherit; cursor: pointer; text-decoration: underline; }
.result-moves { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.result-moves li { padding: 1.1rem 0; border-top: 1px solid var(--rule); }
.hidden { display: none; }

.funnel-header { border-bottom: 1px solid var(--rule); }
.funnel-header .inner { justify-content: center; }
.funnel-main { padding: 3.5rem 0 4rem; }
.funnel-card {
  width: min(640px, calc(100% - 2.5rem));
  margin: 0 auto;
  text-align: center;
}
.funnel-card .cover { margin: 1.75rem auto 0; }
.funnel-card form { margin: 1.4rem auto 0; text-align: left; }

@media (max-width: 800px) {
  .hero { padding: 2.6rem 0 2rem; }
  .hero-grid, .grid-2, .grid-2-wide, .split-lists, .price-grid { grid-template-columns: 1fr; }
  .cover { width: min(240px, 80%); }
}
