/* v2 — hybrid of Composed + Editorial, generalist framing.
   Alice (matches the logo) for display, Source Serif 4 for body, Inter for tiny labels. */

:root {
  --bg: #FBF6E9;
  --bg-elev: #FFFCF1;
  --ink: #2E2008;
  --ink-soft: #5A4520;
  --ink-mute: #7C6440;
  --rule: #E5DCC1;
  --amber: #7A5418;
  --accent: oklch(0.55 0.13 38);
  --accent-soft: oklch(0.55 0.13 38 / 0.10);

  --display: "Alice", "Source Serif 4", Georgia, serif;
  --serif: "Source Serif 4", "Source Serif Pro", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  background: linear-gradient(to bottom, var(--bg) 50%, var(--ink) 50%);
  background-attachment: fixed;
}

body {
  margin: 0;
  background: var(--bg);
}

.v2 {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--serif);
  font-feature-settings: "kern", "liga";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100%;
  width: 100%;
}
.v2 *, .v2 *::before, .v2 *::after { box-sizing: border-box; }

.v2 a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: color-mix(in oklab, currentColor 35%, transparent);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.2s ease;
}
.v2 a:hover { text-decoration-color: currentColor; }

.v2-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: oklch(0.7 0.16 145);
  box-shadow: 0 0 0 3px color-mix(in oklab, oklch(0.7 0.16 145) 18%, transparent);
}
.v2-dot--accent {
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 18%, transparent);
}

/* Layout */
.v2 main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 3rem;
}

/* Hero — headline IS the wordmark */
.v2-hero {
  padding: 5.5rem 0 5rem;
  border-bottom: 1px solid var(--rule);
}
.v2-headline {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 1.75rem;
  max-width: 22ch;
  text-wrap: balance;
}
.v2-headline-accent {
  color: var(--accent);
}
.v2-subline strong {
  font-family: var(--display);
  font-weight: 400;
}
.v2-subline {
  font-family: var(--serif);
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0;
}

/* Sections (sticky rail) */
.v2-section {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 3rem;
  padding: 4rem 0;
  border-bottom: 1px solid var(--rule);
}
.v2-section-rail {
  position: sticky;
  top: 2rem;
  align-self: start;
}
.v2-label {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: block;
  margin: 0;
}
.v2 .v2-section-body p {
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 1rem;
  max-width: 60ch;
}
.v2 .v2-section-body p:last-child { margin-bottom: 0; }

.v2-lede {
  font-family: var(--display) !important;
  font-size: 1.5rem !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: var(--ink) !important;
  margin: 0 0 1.5rem !important;
  max-width: 28ch !important;
  text-wrap: balance;
  letter-spacing: -0.005em;
}
.v2-lede .v2-accent {
  color: var(--accent);
}

/* Feature: PracticePlay callout (from D2) */
.v2-feature {
  background: var(--bg-elev);
  border: 1px solid var(--rule);
  padding: 2rem 2rem 1.75rem;
  max-width: 60ch;
}
.v2-feature-eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.v2-feature-eyebrow > span:first-child {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.v2-feature-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
  text-transform: none;
}
.v2-feature-title {
  font-family: var(--display);
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin: 0 0 1rem;
  color: var(--accent);
  text-wrap: balance;
}
.v2-feature p {
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 1rem;
}
.v2-feature .v2-feature-meta {
  font-family: var(--sans) !important;
  font-size: 0.8125rem !important;
  color: var(--ink-mute) !important;
  margin: 1rem 0 0 !important;
}

/* Founder */
.v2-founder-copy h3 {
  font-family: var(--display);
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  margin: 0 0 1rem;
  color: var(--ink);
}
.v2-founder-link {
  margin-top: 0.5rem !important;
  color: var(--ink-soft) !important;
}
/* Inline CTA — lives as a regular section, no pull-quote treatment */
.v2-cta-inline-actions {
  font-family: var(--serif);
  font-size: 1.0625rem;
  margin-top: 0.5rem !important;
}
.v2-cta-inline-actions a {
  font-weight: 500;
  color: var(--accent);
}

/* Footer (dark manifesto) */
.v2-footer {
  background: var(--ink);
  color: var(--bg);
  margin-top: 0;
}
.v2-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 5rem 3rem 2.5rem;
}
.v2-manifesto {
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 1.4;
  color: var(--bg);
  max-width: 32ch;
  margin: 0 0 4rem;
  font-weight: 400;
  text-wrap: balance;
  letter-spacing: -0.005em;
}
.v2-manifesto-accent {
  color: oklch(0.78 0.13 38);
}
.v2-manifesto em {
  font-style: italic;
  color: oklch(0.78 0.13 38);
}
.v2-footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid color-mix(in oklab, var(--bg) 18%, transparent);
}
.v2-footer-cols > div { display: flex; flex-direction: column; gap: 0.5rem; }
.v2-footer-cols a, .v2-footer-cols span {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--bg);
  text-decoration: none;
}
.v2-footer-cols a {
  text-decoration: underline;
  text-decoration-color: color-mix(in oklab, var(--bg) 35%, transparent);
  text-underline-offset: 4px;
}
.v2-foot-label {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--bg) 55%, transparent);
  margin-bottom: 0.25rem;
}
.v2-foot-fine {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  color: color-mix(in oklab, var(--bg) 55%, transparent);
}
.v2-foot-fine a { color: inherit; }

/* Legal pages (privacy, etc.) */
.v2-legal-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.v2-back-link {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--sans);
  font-size: 0.8125rem;
  color: var(--ink-mute);
  text-decoration: none;
}
.v2-back-link:hover { color: var(--ink); text-decoration: underline; }
.v2-legal-title {
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 0.5rem;
}
.v2-legal-updated {
  font-family: var(--sans) !important;
  font-size: 0.8125rem !important;
  color: var(--ink-mute) !important;
  margin: 0 0 2.5rem !important;
}
.v2-legal-h2 {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 2.5rem 0 0.75rem;
}
.v2 .v2-legal-section .v2-section-body p {
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 1rem;
  max-width: 60ch;
}

/* Mobile */
@media (max-width: 760px) {
  .v2 main { padding: 0 1.5rem; }
  .v2-hero { padding: 3.5rem 0 3rem; }
  .v2-headline { font-size: 2rem; }
  .v2-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.75rem 0;
  }
  .v2-section-rail { position: static; }
  .v2-feature { padding: 1.5rem; }
  .v2-feature-title { font-size: 1.375rem; }
  .v2-footer-inner { padding: 3.5rem 1.5rem 2rem; }
  .v2-manifesto { font-size: 1.375rem; margin-bottom: 2.5rem; }
  .v2-footer-cols { grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 2rem; }
  .v2-foot-fine { flex-direction: column; gap: 0.5rem; }
}
