:root {
  --bg: #fbf7ef;
  --surface: #fffdf9;
  --surface-2: #f3eadb;
  --ink: #1e1a16;
  --muted: #625749;
  --line: #ddcfbb;
  --brand: #16644f;
  --brand-2: #d98e04;
  --brand-3: #0f3d57;
  --ok: #1c7a43;
  --radius: 18px;
  --shadow: 0 12px 30px rgba(40, 22, 6, 0.12);
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, #f9eac7 0, rgba(249, 234, 199, 0.4) 28%, transparent 58%),
    radial-gradient(circle at 95% 15%, #dcefe9 0, rgba(220, 239, 233, 0.35) 24%, transparent 60%),
    linear-gradient(180deg, #fffdf9 0%, var(--bg) 58%, #f8f1e7 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: min(var(--container), 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(255, 252, 245, 0.88);
  border-bottom: 1px solid rgba(208, 188, 157, 0.5);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0.2px;
}

.logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.logo span {
  color: var(--brand);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
}

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

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 0.45rem 0.7rem;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font: inherit;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--brand);
  color: #f8fffc;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(22, 100, 79, 0.25);
}

.btn-accent {
  background: var(--brand-2);
  color: #241506;
}

.btn-ghost {
  border-color: var(--line);
  background: var(--surface);
}

.hero {
  padding: 4.3rem 0 3.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.badge {
  display: inline-block;
  background: #edf5f2;
  color: #0f4f3e;
  border: 1px solid #bddbce;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.3rem 0.65rem;
}

.launch-notice {
  background: #fff6e5;
  border: 1px solid #dec69f;
  border-radius: 14px;
  color: var(--muted);
  margin-bottom: 1rem;
  max-width: 680px;
  padding: 0.75rem 0.9rem;
}

.launch-notice strong {
  color: var(--ink);
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-top: 0.9rem;
}

.hero p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 64ch;
}

.hero-card,
.card,
.pillar,
.stat,
.product,
.quote {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.15rem;
  display: grid;
  gap: 0.75rem;
}

.hero-card h3 {
  font-size: 1.1rem;
}

.ecosystem-visual,
.app-showcase {
  min-height: 360px;
  position: relative;
  display: grid;
  place-items: center;
}

.ecosystem-visual::before,
.app-showcase::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(22, 100, 79, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.86), rgba(234, 246, 242, 0.72)),
    repeating-linear-gradient(90deg, rgba(22, 100, 79, 0.06) 0 1px, transparent 1px 44px);
  box-shadow: var(--shadow);
}

.brand-orbit {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  width: 88px;
  height: 88px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  z-index: 2;
}

.brand-orbit img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.phone-mock {
  position: relative;
  z-index: 1;
  width: min(245px, 70vw);
  min-height: 330px;
  border: 10px solid #1f2c29;
  border-radius: 34px;
  background: linear-gradient(180deg, #fffdf9 0%, #edf5f2 100%);
  box-shadow: 0 24px 44px rgba(35, 20, 5, 0.18);
  padding: 2.2rem 1rem 1rem;
}

.phone-top {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  width: 72px;
  height: 7px;
  border-radius: 999px;
  background: #1f2c29;
  transform: translateX(-50%);
}

.phone-mock span {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.phone-mock strong {
  display: block;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
  margin-top: 0.7rem;
}

.phone-mock p {
  color: var(--muted);
  margin: 0.2rem 0 1rem;
}

.progress-track {
  height: 12px;
  border-radius: 999px;
  background: #d9e8e2;
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 62%;
  height: 100%;
  background: var(--brand);
}

.phone-mock ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.phone-mock li {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.phone-mock li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-2);
  margin-right: 0.35rem;
}

.floating-note {
  position: absolute;
  z-index: 2;
  width: 178px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 0.8rem;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.floating-note strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.25;
  margin-top: 0.25rem;
}

.note-one {
  left: 0.1rem;
  top: 5.5rem;
}

.note-two {
  right: 0;
  bottom: 2.2rem;
}

.app-showcase {
  background: transparent;
}

.app-showcase .muted {
  position: relative;
  z-index: 2;
  max-width: 310px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 0.9rem;
}

.hero-card ul,
.checks,
.clean-list {
  margin: 0;
  padding-left: 1.1rem;
}

section {
  padding: 2.8rem 0;
}

.section-head {
  margin-bottom: 1.3rem;
}

.section-head p {
  color: var(--muted);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.card,
.pillar,
.stat,
.product,
.quote {
  padding: 1.1rem;
}

.card h3,
.pillar h3,
.product h3,
.quote h3 {
  margin-bottom: 0.5rem;
}

.muted {
  color: var(--muted);
}

.article-kicker {
  display: block;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.pillars .pillar {
  border-top: 4px solid var(--brand-3);
}

.ecosystem .card:nth-child(1) {
  border-top: 4px solid var(--brand);
}

.ecosystem .card:nth-child(2) {
  border-top: 4px solid var(--brand-2);
}

.ecosystem .card:nth-child(3) {
  border-top: 4px solid #3b6f9f;
}

.highlight {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: center;
  background: linear-gradient(120deg, #fff6e5 0%, #fefbf4 40%, #eaf6f2 100%);
  border: 1px solid #dec69f;
  border-radius: var(--radius);
  padding: 1.2rem;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.proof-strip article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.proof-strip span {
  color: var(--brand);
  font-weight: 700;
}

.proof-strip p {
  color: var(--muted);
  margin-bottom: 0;
}

.education-band,
.advisor-learning,
.publishing-plan,
.app-support {
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.learning-grid a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 0.35rem;
  min-height: 150px;
  padding: 1rem;
}

.learning-grid span {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.learning-grid strong {
  font-size: 1.05rem;
}

.learning-grid p {
  color: var(--muted);
  margin: 0;
}

.directory-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.2rem;
  align-items: center;
  background: linear-gradient(120deg, #fefbf4 0%, #fffdf9 42%, #e8f4ef 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.trust-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}

.publish-cadence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.publish-cadence article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.publish-cadence strong {
  color: var(--brand);
}

.publish-cadence p {
  color: var(--muted);
  margin-bottom: 0;
}

.launch-path,
.lead-magnet,
.feature-product,
.checklist-sheet {
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.path-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.path-steps article {
  border-top: 3px solid var(--brand);
  padding-top: 0.8rem;
}

.path-steps span,
.timeline span {
  color: var(--brand);
  font-weight: 700;
}

.path-steps p,
.timeline p {
  color: var(--muted);
}

.path-steps a,
.text-link {
  color: var(--brand);
  font-weight: 700;
}

.lead-magnet {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 1.2rem;
  align-items: center;
  background: linear-gradient(120deg, #fff6e5 0%, #fffdf9 46%, #eaf6f2 100%);
}

.mini-form {
  display: grid;
  gap: 0.55rem;
}

.mini-form label {
  font-weight: 700;
}

.mini-form div {
  display: flex;
  gap: 0.5rem;
}

.mini-form input,
.checklist-grid input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  padding: 0.78rem 0.9rem;
}

.form-message {
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brand-2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.feature-product {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 1.2rem;
  align-items: center;
}

.price-box {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.price-box span {
  color: var(--muted);
  font-weight: 700;
}

.price-box strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.checklist-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.checklist-grid label {
  color: var(--muted);
  display: grid;
  font-weight: 700;
  gap: 0.35rem;
}

.checklist-block {
  border-top: 1px solid var(--line);
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}

.task-list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.task-list input {
  margin-right: 0.5rem;
}

.check {
  color: var(--ok);
  font-weight: 700;
}

.cta {
  background: #1c2e2a;
  color: #f4f1e9;
  border-top: 1px solid #2d4b42;
  border-bottom: 1px solid #2d4b42;
}

.cta .container {
  padding: 2.5rem 0;
}

.cta p {
  color: #d6d2c9;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.site-footer {
  padding: 1.5rem 0 2rem;
  color: #5e564a;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.footer-grid > div {
  display: grid;
  gap: 0.2rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--ink);
}

.article-hero {
  padding-bottom: 2rem;
}

.article-list {
  display: grid;
  gap: 1rem;
}

.article-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.article-card h3 {
  margin-bottom: 0.45rem;
}

.article-card p {
  color: var(--muted);
  max-width: 78ch;
}

.article-header {
  padding: 3.5rem 0 2rem;
}

.article-header h1 {
  max-width: 840px;
}

.article-header p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 760px;
}

.back-link {
  display: inline-block;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 1rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0 1rem;
}

.article-meta span {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.22rem 0.58rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 3rem;
}

.article-body {
  background: rgba(255, 253, 249, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.1rem, 3vw, 2rem);
}

.article-body h2 {
  margin-top: 2rem;
}

.article-body h3 {
  margin-top: 1.4rem;
}

.article-body p,
.article-body li {
  color: var(--muted);
}

.article-body strong {
  color: var(--ink);
}

.article-callout {
  background: linear-gradient(120deg, #fff6e5 0%, #fefbf4 42%, #eaf6f2 100%);
  border: 1px solid #dec69f;
  border-radius: var(--radius);
  margin: 2rem 0;
  padding: 1.1rem;
}

.article-callout h2 {
  margin-top: 0;
}

.article-sidebar {
  position: sticky;
  top: 96px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.article-sidebar a {
  color: var(--brand);
  font-weight: 700;
}

.decision-table {
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  margin: 1rem 0;
  overflow: hidden;
}

.decision-table > div {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr 1.1fr;
}

.decision-table > div:first-child {
  background: var(--surface-2);
}

.decision-table strong,
.decision-table span {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  padding: 0.75rem;
}

.decision-table > div:last-child span {
  border-bottom: 0;
}

.disclaimer {
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  margin-top: 2rem;
  padding-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 930px) {
  .hero-grid,
  .grid-3,
  .grid-2,
  .proof-strip,
  .learning-grid,
  .directory-teaser,
  .publish-cadence,
  .highlight,
  .path-steps,
  .lead-magnet,
  .feature-product,
  .checklist-grid,
  .article-layout,
  .decision-table > div {
    grid-template-columns: 1fr;
  }

  .checklist-head,
  .mini-form div {
    align-items: stretch;
    flex-direction: column;
  }

  .article-sidebar {
    position: static;
  }

  .nav-links {
    position: absolute;
    top: 74px;
    right: 4vw;
    width: min(310px, 92vw);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0.8rem;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .desktop-only {
    display: none;
  }

  .ecosystem-visual,
  .app-showcase {
    min-height: 430px;
  }

  .floating-note {
    position: relative;
    inset: auto;
    width: min(260px, 72vw);
  }

  .brand-orbit {
    right: 1.8rem;
  }
}
