:root {
  --ink: #14110d;
  --ink-soft: #3f372f;
  --sand: #f3ecdf;
  --sand-deep: #e7dcc8;
  --card: rgba(255, 252, 247, 0.84);
  --line: rgba(20, 17, 13, 0.1);
  --deep-forest: #173a33;
  --forest-soft: #285147;
  --clay: #9e4f2b;
  --gold: #c98d29;
  --white: #fffdfa;
  --shadow: 0 28px 70px rgba(28, 19, 10, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(201, 141, 41, 0.14), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(23, 58, 51, 0.12), transparent 24%),
    linear-gradient(180deg, #f8f2e7 0%, #efe5d3 46%, #f7f0e5 100%);
}

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

p,
li {
  line-height: 1.7;
}

.site-shell {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(20, 17, 13, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 242, 0.76);
  box-shadow: 0 16px 44px rgba(28, 19, 10, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.brand small {
  color: rgba(20, 17, 13, 0.62);
  font-size: 0.76rem;
  margin-top: 2px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(23, 58, 51, 0.95), rgba(36, 78, 68, 0.9)),
    #173a33;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.topnav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(20, 17, 13, 0.72);
  font-size: 0.92rem;
}

.topnav a:hover {
  color: var(--deep-forest);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--deep-forest), #24483f);
  color: var(--white);
  font-weight: 700;
  border: 1px solid rgba(23, 58, 51, 0.16);
  box-shadow: 0 16px 28px rgba(23, 58, 51, 0.16);
}

.button:hover {
  transform: translateY(-1px);
}

.button-ghost,
.button-secondary {
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
  border-color: rgba(20, 17, 13, 0.1);
  box-shadow: none;
}

.hero,
.section,
.footer {
  margin-top: 32px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-stage,
.proofband,
.rank-card,
.package-card,
.section-sand,
.section-dark,
.footer,
.benefit-grid article,
.guardrail-grid article {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 42px 40px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.92), rgba(248, 240, 228, 0.96)),
    var(--card);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--forest-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.footer h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.97;
  max-width: 12ch;
}

.lede {
  margin: 22px 0 0;
  font-size: 1.12rem;
  color: rgba(20, 17, 13, 0.76);
  max-width: 58ch;
}

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

.signal-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.signal-strip li {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(23, 58, 51, 0.05);
  color: rgba(20, 17, 13, 0.84);
  font-weight: 700;
}

.hero-stage {
  padding: 22px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(19, 39, 35, 0.98), rgba(16, 31, 28, 0.98)),
    #132723;
  color: var(--white);
  overflow: hidden;
}

.stage-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stage-card-large {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 141, 41, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.08);
}

.stage-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.stage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stage-kicker,
.stage-pill,
.package-label,
.rank-index,
.proof-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.stage-kicker {
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.stage-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(201, 141, 41, 0.16);
  color: #ffe4ab;
  font-size: 0.76rem;
}

.stage-pill-soft {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
}

.stage-card-large h2,
.stage-card h3 {
  margin: 16px 0 0;
  font-family: "Fraunces", serif;
  letter-spacing: -0.04em;
}

.stage-card-large h2 {
  font-size: 1.8rem;
}

.stage-card h3 {
  font-size: 1.35rem;
}

.stage-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.stage-grid article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.stage-label {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stage-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.stage-grid p {
  margin: 10px 0 0;
}

.proofband {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 252, 248, 0.86);
}

.proofband > div {
  padding: 24px 22px;
  border-right: 1px solid rgba(20, 17, 13, 0.08);
}

.proofband > div:last-child {
  border-right: 0;
}

.proof-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(23, 58, 51, 0.08);
  color: var(--deep-forest);
  font-size: 0.92rem;
}

.proofband p {
  margin: 16px 0 0;
  font-weight: 700;
}

.section {
  padding: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2,
.footer h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.section-heading p,
.footer p {
  margin: 14px 0 0;
  color: rgba(20, 17, 13, 0.72);
  font-size: 1rem;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rank-card,
.package-card,
.benefit-grid article,
.guardrail-grid article {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.86);
}

.rank-card-featured,
.package-card-strong {
  background:
    linear-gradient(180deg, rgba(23, 58, 51, 0.98), rgba(28, 48, 42, 0.98)),
    #173a33;
  color: var(--white);
}

.rank-card h3,
.package-card h3,
.benefit-grid h3,
.guardrail-grid h3 {
  margin: 14px 0 10px;
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.rank-card p,
.package-card p,
.benefit-grid p,
.guardrail-grid p {
  margin: 0;
  color: rgba(20, 17, 13, 0.72);
}

.rank-card-featured p,
.package-card-strong p,
.rank-card-featured li,
.package-card-strong li {
  color: rgba(255, 255, 255, 0.78);
}

.rank-index {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(23, 58, 51, 0.08);
  color: var(--deep-forest);
  font-size: 1rem;
}

.rank-card-featured .rank-index,
.package-card-strong .package-label {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.rank-card ul,
.package-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.section-sand {
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(236, 226, 207, 0.92), rgba(245, 238, 228, 0.92)),
    var(--sand);
}

.package-grid,
.benefit-grid,
.guardrail-grid {
  display: grid;
  gap: 18px;
}

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

.package-label {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23, 58, 51, 0.08);
  color: var(--deep-forest);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

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

.section-dark {
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(201, 141, 41, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(21, 17, 13, 0.98), rgba(16, 14, 11, 0.98)),
    #14110d;
  color: var(--white);
}

.section-heading-dark p,
.section-heading-dark h2,
.section-dark .guardrail-grid article p {
  color: rgba(255, 255, 255, 0.78);
}

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

.guardrail-grid article {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.guardrail-grid article p {
  color: rgba(255, 255, 255, 0.72);
}

.footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(242, 233, 219, 0.96)),
    var(--card);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1160px) {
  .hero,
  .package-grid,
  .benefit-grid,
  .rank-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .proofband > div:nth-child(2) {
    border-right: 0;
  }

  .proofband > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(20, 17, 13, 0.08);
  }

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

@media (max-width: 860px) {
  .site-shell {
    width: min(100vw - 20px, 1220px);
    padding-top: 14px;
  }

  .topbar {
    position: static;
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .topnav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .signal-strip,
  .stage-grid,
  .package-grid,
  .benefit-grid,
  .guardrail-grid,
  .rank-grid,
  .proofband,
  .stage-row {
    grid-template-columns: 1fr;
  }

  .proofband > div {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 17, 13, 0.08);
  }

  .proofband > div:last-child {
    border-bottom: 0;
  }

  .hero-copy,
  .hero-stage,
  .section-sand,
  .section-dark,
  .footer {
    padding: 24px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
}
