:root {
  --bg: #FAF6EE;
  --bg-alt: #F1EAD9;
  --surface: #FFFFFF;
  --text: #201C12;
  --text-secondary: #4A4436;
  --heading: #14230F;
  --gold: #8A6D2F;
  --gold-dark: #6B5320;
  --gold-tint-bg: #F0E4C8;
  --border: #E3DAC3;
  --cta-bg: #14230F;
  --cta-text: #FAF6EE;
  --green-accent: #2D5A2D;
  --danger: #7A2E1F;
  --danger-bg: #FBEAE4;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; color: var(--heading); font-weight: 600; line-height: 1.2; }
a { color: var(--gold-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--gold-dark); outline-offset: 2px;
}
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.section-label {
  font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.85rem; font-weight: 600; color: var(--gold-dark);
}
.display-headline { font-size: clamp(2rem, 4.5vw, 3.4rem); color: var(--heading); }
.section { padding: 5rem 0; }
.section.alt { background: var(--bg-alt); }
.gold-rule { height: 2px; width: 64px; background: var(--gold); margin: 1.25rem 0; }
.gold-rule-center { height: 2px; width: 64px; background: var(--gold); margin: 1.25rem auto; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--cta-bg); color: var(--cta-text);
  padding: 0.75rem 1.25rem; z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50; background: rgba(250,246,238,0.96);
  border-bottom: 1px solid var(--border); backdrop-filter: blur(4px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-brand { display: flex; align-items: center; gap: 10px; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--heading); text-decoration: none; }
.nav-brand img { height: 34px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; }
.nav-links a { color: var(--text); text-decoration: none; font-size: 0.95rem; letter-spacing: 0.03em; }
.nav-links a:hover { color: var(--gold-dark); }
.nav-cta {
  background: var(--cta-bg); color: var(--cta-text); padding: 0.6rem 1.3rem; border-radius: 3px;
  text-decoration: none; font-size: 0.9rem; letter-spacing: 0.05em; font-weight: 600;
}
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--heading); margin: 5px 0; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--border); padding: 1.5rem;
  }
}

/* Buttons */
.btn { display: inline-block; padding: 0.85rem 1.9rem; border-radius: 3px; text-decoration: none;
  font-size: 0.95rem; letter-spacing: 0.05em; font-weight: 600; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--cta-bg); color: var(--cta-text); }
.btn-primary:hover { background: #0B1A08; }
.btn-ghost { background: transparent; color: var(--heading); border-color: var(--heading); }
.btn-ghost:hover { background: var(--heading); color: var(--bg); }

/* Hero */
.hero { padding: 6rem 0 4rem; text-align: center; }
.hero .section-label { display: block; margin-bottom: 1rem; }
.hero p.sub { max-width: 640px; margin: 1.5rem auto; color: var(--text-secondary); font-size: 1.1rem; }
.hero-ctas { display: flex; gap: 1rem; justify-content: center; margin-top: 1rem; flex-wrap: wrap; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stat { text-align: center; padding: 2.5rem 1rem; border-left: 1px solid var(--border); }
.stat:first-child { border-left: none; }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; color: var(--gold-dark); }
.stat-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-secondary); margin-top: 0.3rem; }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat:nth-child(3) { border-left: none; } }

/* Manifesto */
.manifesto { text-align: center; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 3rem 0; text-align: left; }
.manifesto-grid p { color: var(--text-secondary); }
.manifesto-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.05rem; color: var(--gold-dark); }
@media (max-width: 800px) { .manifesto-grid { grid-template-columns: 1fr; } }

/* Who for / not for */
.qual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 2rem; }
.qual-card { background: var(--surface); padding: 2rem 2.2rem; }
.qual-card h3 { font-size: 1.1rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.06em; font-family: 'Barlow Condensed', sans-serif; }
.qual-list { list-style: none; }
.qual-list li { display: flex; gap: 0.75rem; margin-bottom: 0.75rem; color: var(--text-secondary); align-items: flex-start; }
.qual-yes .qual-list li::before { content: "✓"; color: var(--green-accent); font-weight: 700; }
.qual-no .qual-list li::before { content: "✕"; color: var(--danger); font-weight: 700; }
@media (max-width: 700px) { .qual-grid { grid-template-columns: 1fr; } }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.tag-row { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1.5rem; }
.tag { background: var(--gold-tint-bg); color: var(--gold-dark); font-size: 0.8rem; padding: 0.3rem 0.75rem; border-radius: 999px; font-weight: 600; letter-spacing: 0.03em; }
@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; } }

/* Method */
.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); margin-top: 2.5rem; }
.principle { background: var(--surface); padding: 1.75rem 1.5rem; }
.principle .num { color: var(--gold-dark); font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; }
.principle h4 { font-size: 1.05rem; margin: 0.5rem 0 0.25rem; }
.principle p { color: var(--text-secondary); font-size: 0.92rem; }
@media (max-width: 800px) { .principles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .principles { grid-template-columns: 1fr; } }

.method-steps { margin-top: 3rem; display: grid; gap: 1.5rem; }
.method-step { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 2rem; display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem; }
.method-step h4 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.method-step p { color: var(--text-secondary); margin-bottom: 1rem; }
.method-step ul { list-style: none; display: grid; gap: 0.4rem; }
.method-step ul li { font-size: 0.9rem; color: var(--text-secondary); padding-left: 1rem; position: relative; }
.method-step ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
@media (max-width: 700px) { .method-step { grid-template-columns: 1fr; } }

/* Pricing */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); margin-top: 2.5rem; }
.tier { background: var(--surface); padding: 2rem 1.5rem; display: flex; flex-direction: column; }
.tier .tier-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-secondary); }
.tier h3 { font-size: 1.35rem; margin: 0.4rem 0; }
.tier .tier-tag { color: var(--gold-dark); font-weight: 600; font-size: 0.9rem; margin-bottom: 1rem; }
.tier ul { list-style: none; margin: 1rem 0; flex-grow: 1; }
.tier ul li { font-size: 0.88rem; color: var(--text-secondary); padding: 0.3rem 0; border-top: 1px solid var(--border); }
.tier ul li:first-child { border-top: none; }
.tier .btn { text-align: center; margin-top: 1rem; }
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .tiers { grid-template-columns: 1fr; } }
.pricing-note { text-align: center; margin-top: 2.5rem; color: var(--text-secondary); font-size: 0.95rem; }

/* Founder */
.founder-grid { display: grid; grid-template-columns: 320px 1fr; gap: 3rem; align-items: start; }
.founder-photo { border-radius: 10px; overflow: hidden; border: 1px solid var(--border); }
.founder-grid p { color: var(--text-secondary); margin-bottom: 1rem; }
.founder-credentials { margin-top: 1.5rem; padding: 1.5rem; background: var(--bg-alt); border-radius: 8px; }
@media (max-width: 800px) { .founder-grid { grid-template-columns: 1fr; } }

/* Contact / Form */
.contact-intro { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.contact-intro p { color: var(--text-secondary); margin-top: 1rem; }
fieldset { border: none; margin-bottom: 2.5rem; }
fieldset legend { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--heading); margin-bottom: 1.25rem; padding: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.form-field .hint { font-size: 0.78rem; color: var(--text-secondary); }
input, textarea, select {
  font-family: inherit; font-size: 1rem; padding: 0.7rem 0.85rem; border: 1px solid var(--border);
  border-radius: 4px; background: var(--surface); color: var(--text);
}
textarea { resize: vertical; min-height: 90px; }
.radio-group { display: flex; flex-direction: column; gap: 0.5rem; }
.radio-group label { display: flex; align-items: center; gap: 0.5rem; font-weight: 400; font-size: 0.95rem; }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; margin: 1.5rem 0; font-size: 0.88rem; color: var(--text-secondary); }
.form-submit { text-align: center; margin-top: 1rem; }
.honeypot { position: absolute; left: -9999px; }
.success-box { text-align: center; padding: 4rem 2rem; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.success-box .check { font-size: 2.5rem; color: var(--green-accent); }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }

.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); margin-top: 3rem; }
.next-step { background: var(--surface); padding: 1.75rem; text-align: center; }
.next-step .n { color: var(--gold-dark); font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; }
@media (max-width: 700px) { .next-steps { grid-template-columns: 1fr; } }

/* Footer */
footer { background: var(--heading); color: var(--bg); padding: 3.5rem 0 2rem; }
footer .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
footer a { color: var(--bg); opacity: 0.85; text-decoration: none; }
footer a:hover { opacity: 1; text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; margin-bottom: 0.5rem; }
.footer-brand img { height: 28px; filter: invert(1) brightness(2); }
.footer-bottom { border-top: 1px solid rgba(250,246,238,0.2); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; font-size: 0.85rem; opacity: 0.75; }
@media (max-width: 700px) { footer .container { grid-template-columns: 1fr; } }

.preorder-box {
  margin-top: 1.5rem; padding: 1.75rem 1.75rem 2rem; background: var(--surface);
  border: 1px solid var(--border); border-radius: 8px;
}
.preorder-box .form-grid { margin-bottom: 1.25rem; }
