:root {
  --bg: #fafafa;
  --text: #1a1a1a;
  --text-muted: #6b6b6b;
  --accent: #d4b04d;
  --accent-hover: #bfa043;
  --surface: #f0f0f0;
  --surface-strong: #f5f1e4;
  --border: #e0e0e0;
  --shadow: 0 20px 50px rgba(26, 26, 26, 0.08);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(212, 176, 77, 0.16), transparent 32%),
    linear-gradient(180deg, #fdfcf8 0%, var(--bg) 18%, var(--bg) 100%);
  color: var(--text);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--text);
  text-decoration-color: rgba(212, 176, 77, 0.7);
  text-underline-offset: 0.22em;
}

a:hover,
a:focus-visible {
  color: var(--accent-hover);
}

::selection {
  background: rgba(212, 176, 77, 0.24);
}

.page-shell {
  width: min(680px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem 0 4rem;
}

.site-header,
.site-footer,
.footer-links,
.site-nav,
.step-card,
.soul-block,
.cta-panel,
.faq-card,
.alert-card {
  display: flex;
}

.site-header,
.site-footer {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header {
  padding: 0.5rem 0 0;
}

.wordmark {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav,
.footer-links {
  flex-wrap: wrap;
  gap: 1rem;
}

.site-nav a,
.footer-links a {
  font-size: 0.95rem;
  color: var(--text-muted);
  text-decoration: none;
}

.site-nav a.active,
.site-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.section {
  margin-top: 4.5rem;
}

.hero {
  min-height: calc(100vh - 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 0 1rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent-hover);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
}

.hero-tagline,
.quote-card blockquote,
.soul-portrait {
  font-family: var(--font-serif);
}

.hero-tagline {
  margin: 1rem 0 1.4rem;
  font-size: clamp(1.6rem, 6vw, 2rem);
  font-style: italic;
}

.hero-copy,
.lead,
.legal-page > p,
.faq-card p,
.legal-section p,
.legal-section li {
  color: var(--text);
}

.hero-copy,
.lead {
  margin: 0;
  max-width: 34rem;
  font-size: 1.125rem;
}

.hero-copy-secondary {
  margin-top: 0.45rem;
  color: var(--text-muted);
}

.store-link {
  display: inline-block;
  margin-top: 1.9rem;
  border-radius: 18px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-link:hover,
.store-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(26, 26, 26, 0.12);
}

.store-badge {
  width: 204px;
  height: auto;
}

.meta-note,
.section-footnote,
.legal-meta,
.site-footer p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.meta-note {
  margin-top: 0.9rem;
}

.section-intro h2,
.legal-page h1 {
  margin: 0;
  font-size: clamp(1.7rem, 5vw, 2rem);
  line-height: 1.15;
}

.section-intro p + h2 {
  margin-top: 0.35rem;
}

.stack {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.step-card,
.quote-card,
.soul-card,
.cta-panel,
.faq-card,
.alert-card,
.legal-section {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.step-card {
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
}

.step-card h3,
.faq-card h2,
.alert-card h2,
.legal-section h2 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.step-card p,
.faq-card p,
.alert-card p,
.legal-section p,
.legal-section ul {
  margin: 0;
}

.step-number {
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 2.1rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--accent), #e4c26a);
  color: var(--text);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 700;
}

.quote-card {
  flex-direction: column;
  gap: 0.85rem;
  padding: 2rem;
  text-align: center;
}

.quote-card blockquote {
  margin: 0;
  font-size: clamp(1.7rem, 5vw, 2.1rem);
  line-height: 1.28;
  font-style: italic;
}

.quote-card figcaption {
  color: var(--text-muted);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.soul-card {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  overflow: hidden;
}

.soul-block {
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.35rem 1.4rem;
  border-bottom: 1px solid var(--border);
}

.soul-block:last-child {
  border-bottom: 0;
}

.soul-block-portrait {
  background: linear-gradient(180deg, rgba(212, 176, 77, 0.12), rgba(255, 255, 255, 0.94));
}

.soul-label {
  margin: 0;
  color: var(--accent-hover);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.soul-card p {
  margin: 0;
}

.soul-portrait {
  font-size: 1.35rem;
  line-height: 1.48;
}

.section-footnote {
  margin: 1rem 0 0;
}

.cta-panel,
.alert-card {
  flex-direction: column;
}

.cta-panel {
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(212, 176, 77, 0.14), rgba(255, 255, 255, 0.92)),
    #fff;
}

.site-footer {
  margin-top: 4.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.site-footer p {
  margin: 0;
}

.lead {
  margin-top: 1rem;
}

.legal-page {
  margin-top: 3.5rem;
}

.legal-meta {
  margin: 0.55rem 0 0;
}

.legal-section {
  margin-top: 1rem;
  padding: 1.35rem 1.4rem;
}

.legal-section ul {
  padding-left: 1.1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-card,
.alert-card {
  padding: 1.35rem 1.4rem;
}

.alert-card {
  margin-top: 1.5rem;
  background:
    linear-gradient(180deg, rgba(212, 176, 77, 0.16), rgba(255, 255, 255, 0.94)),
    #fff;
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .page-shell {
    width: min(680px, calc(100% - 1.25rem));
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .section {
    margin-top: 4rem;
  }

  .step-card,
  .quote-card,
  .soul-block,
  .cta-panel,
  .faq-card,
  .alert-card,
  .legal-section {
    border-radius: 20px;
  }
}
