: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;
  --signal-blue: #234a68;
  --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;
  max-width: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.95) 0%, rgba(242, 235, 223, 0.94) 48%, rgba(250, 247, 240, 0.98) 100%);
}

p,
li,
h1,
h2,
h3 {
  overflow-wrap: break-word;
}

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,
.packet-section,
.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, 253, 249, 0.96), rgba(249, 244, 237, 0.98)),
    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: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.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,
.decision-card,
.benefit-grid article,
.guardrail-grid article {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.86);
}

.rank-card-featured,
.decision-card-strong,
.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,
.decision-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,
.decision-card p,
.benefit-grid p,
.guardrail-grid p {
  margin: 0;
  color: rgba(20, 17, 13, 0.72);
}

.rank-card-featured p,
.decision-card-strong 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;
}

.decision-section {
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(244, 239, 231, 0.92)),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

.decision-card {
  min-height: 100%;
}

.decision-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.42rem;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.decision-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(35, 74, 104, 0.1);
  color: var(--signal-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-card-strong .decision-label {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.decision-verdict {
  margin-top: 18px;
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(23, 58, 51, 0.07);
  color: var(--deep-forest);
  font-weight: 800;
  line-height: 1.45;
}

.decision-card-strong .decision-verdict {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.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,
.decision-grid,
.packet-grid,
.benefit-grid,
.guardrail-grid {
  display: grid;
  gap: 18px;
}

.packet-section {
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(23, 58, 51, 0.98), rgba(24, 42, 38, 0.98)),
    var(--deep-forest);
  color: var(--white);
  overflow: hidden;
}

.packet-section .section-heading {
  max-width: 820px;
}

.packet-section .section-heading p,
.packet-section .section-heading h2 {
  color: rgba(255, 255, 255, 0.84);
}

.packet-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.packet-main,
.packet-grid article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 24px;
}

.packet-main {
  padding: 26px;
}

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

.packet-label,
.packet-state,
.packet-grid span {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.packet-label,
.packet-state {
  padding: 8px 11px;
  border-radius: 999px;
}

.packet-label {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.packet-state {
  background: rgba(201, 141, 41, 0.18);
  color: #ffe0a1;
}

.packet-main h3 {
  margin: 22px 0 12px;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.packet-main p,
.packet-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.packet-verdict {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.packet-verdict span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.packet-verdict strong {
  color: var(--white);
  font-size: 1.22rem;
}

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

.packet-grid article {
  padding: 20px;
}

.packet-grid span {
  color: #ffe0a1;
}

.packet-grid p {
  margin-top: 12px;
}

.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;
  justify-content: flex-end;
  max-width: 430px;
}

.contact-note {
  width: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(23, 58, 51, 0.07);
  color: var(--deep-forest);
}

.contact-note strong,
.contact-note span {
  display: block;
}

.contact-note span {
  margin-top: 4px;
  color: rgba(20, 17, 13, 0.68);
}

@media (max-width: 1160px) {
  .hero,
  .package-grid,
  .decision-grid,
  .packet-shell,
  .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;
  }

  .footer-actions {
    justify-content: flex-start;
    max-width: none;
  }
}

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

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

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

  .signal-strip,
  .stage-grid,
  .package-grid,
  .decision-grid,
  .packet-shell,
  .packet-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,
  .decision-section,
  .packet-section,
  .section-sand,
  .section-dark,
  .footer {
    padding: 24px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(1.95rem, 7.8vw, 2.65rem);
    letter-spacing: -0.035em;
    overflow-wrap: break-word;
  }

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

@media (max-width: 520px) {
  .site-shell {
    width: min(370px, calc(100vw - 20px));
  }
}
