:root {
  --paper: #f6f4ec;
  --cream: #fffdf7;
  --ink: #25281d;
  --muted: #64685b;
  --sage: #617209;
  --deep: #1f2816;
  --gold: #b9873d;
  --rose: #b87a62;
  --line: #d9dccb;
  --mist: #e8eadf;
  --shadow: 0 20px 50px rgba(31, 40, 22, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 5vw;
  background: rgba(246, 244, 236, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  color: var(--ink);
  font-size: 31px;
  font-weight: 700;
  line-height: 0.95;
  text-decoration: none;
}

.top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
}

.nav-pill,
.cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-pill {
  border: 1px solid var(--line);
  background: var(--cream);
}

.cta {
  border: 1px solid var(--sage);
  background: var(--sage);
  color: var(--cream);
}

.cta.light {
  background: transparent;
  color: var(--sage);
}

.hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 5vw 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  gap: 42px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 29px;
  line-height: 1.38;
}

.support {
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
}

.hero-photo {
  position: relative;
  min-height: 640px;
}

.hero-photo img {
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.floating-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(340px, 80%);
  padding: 18px 20px;
  border: 1px solid rgba(255, 253, 247, 0.76);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 14px 38px rgba(31, 40, 22, 0.16);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.quick-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.quick-item {
  padding: 18px;
  background: var(--cream);
}

.quick-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--deep);
  font-size: 23px;
  line-height: 1.1;
}

.quick-item span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.25;
}

.section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 58px 5vw;
}

.intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.large-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.74);
}

.large-card p,
.path-card p,
.micro-card p,
.feature-card p {
  color: var(--muted);
}

.feature-card {
  min-height: 100%;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  padding: 16px 0 14px;
  border-bottom: 1px solid var(--line);
}

.feature-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 1.08;
}

.feature-list span {
  color: var(--muted);
  font-size: 21px;
}

.path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.path-card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.path-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.deep-band {
  background: var(--deep);
  color: var(--cream);
}

.deep-band .section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}

.deep-band p {
  color: rgba(255, 253, 247, 0.78);
}

.deep-band img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
}

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

.micro-card {
  padding: 22px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.08);
}

.micro-card h3 {
  color: var(--cream);
  font-size: 27px;
}

.micro-card p {
  color: rgba(255, 253, 247, 0.72);
}

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

.journal-stack {
  display: grid;
  gap: 12px;
}

.journal-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.journal-item summary {
  padding: 18px 20px;
  color: var(--sage);
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
}

.journal-item div {
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 22px;
}

.final-cta {
  text-align: center;
}

.final-cta h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding: 34px 5vw 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 18px;
  text-align: center;
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
  }

  .hero-grid,
  .intro-panel,
  .deep-band .section,
  .journal-row {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-photo,
  .hero-photo img {
    min-height: 0;
  }

  .hero-photo img {
    aspect-ratio: 4 / 5;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 39px;
  }

  .lead {
    font-size: 25px;
  }

  .path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body {
    font-size: 20px;
  }

  .topbar {
    display: block;
    padding: 14px 18px;
  }

  .top-actions {
    margin-top: 12px;
    padding-bottom: 4px;
  }

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

  .hero {
    padding-top: 40px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .lead {
    font-size: 24px;
  }

  .quick-bar,
  .path,
  .micro-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
  }

  .cta,
  .nav-pill {
    font-size: 18px;
  }
}
