:root {
  --paper: #f5efe2;
  --paper-raised: #fffaf0;
  --ink: #191713;
  --muted: #5d574e;
  --faint: #8b8374;
  --border: #ddd1bd;
  --accent: #7b2d26;
  --accent-dark: #551d18;
  --sage: #50685a;
  --blue: #2f5366;
  --gold: #b58a3b;
  --shadow: 0 24px 80px rgba(25, 23, 19, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(221, 209, 189, 0.84);
  background: rgba(245, 239, 226, 0.9);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #26221c;
  color: #f7f0e1;
  box-shadow: 0 8px 20px rgba(123, 45, 38, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--accent);
  color: #fffaf0;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover {
  background: var(--accent-dark);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--border);
}

.button.secondary:hover {
  background: var(--paper-raised);
}

.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 84px 24px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 86px);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 13px;
}

.trust-row span {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 250, 240, 0.54);
}

.phone-stage {
  display: flex;
  justify-content: center;
}

.phone {
  width: min(100%, 360px);
  min-height: 680px;
  border: 12px solid #15130f;
  border-radius: 42px;
  background: #fbf8f0;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 14px 22px 10px;
  color: #26221c;
  font-size: 13px;
  font-weight: 700;
}

.phone-screen {
  padding: 20px 22px 28px;
}

.phone-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone-title {
  margin: 8px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.passage {
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  color: #2d2923;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.42;
}

.commentary {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #f5efe2;
}

.commentary h3 {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commentary p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.mini-player {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 12px;
  border-radius: 8px;
  background: #26221c;
  color: #f5efe2;
}

.play-dot {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  font-weight: 900;
}

.player-copy strong {
  display: block;
  font-size: 14px;
}

.player-copy span {
  display: block;
  color: rgba(245, 239, 226, 0.66);
  font-size: 12px;
}

.section {
  border-top: 1px solid var(--border);
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  font-weight: 600;
}

.lead {
  color: var(--muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature,
.legal-card,
.support-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.7);
  padding: 20px;
}

.feature strong,
.legal-card strong,
.support-card strong {
  display: block;
  margin-bottom: 8px;
}

.feature p,
.legal-card p,
.support-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.band {
  background: #26221c;
  color: #f8f1e4;
}

.band .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.band p {
  margin-bottom: 0;
  color: rgba(248, 241, 228, 0.72);
  font-size: 18px;
}

.page {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 24px;
}

.page h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 8vw, 70px);
}

.page-meta {
  color: var(--faint);
  font-size: 14px;
}

.legal-grid,
.support-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.footer {
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 24px 42px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

@media (max-width: 850px) {
  .hero,
  .split,
  .band .section-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .phone {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .nav-inner {
    padding: 12px 16px;
  }

  .nav-links {
    gap: 12px;
    font-size: 13px;
  }

  .nav-links .optional {
    display: none;
  }

  .hero,
  .section-inner,
  .page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }
}
