:root {
  --ink: #152421;
  --forest: #102a28;
  --forest-2: #173d38;
  --paper: #f5f1e8;
  --white: #fffdfa;
  --line: #d9d5ca;
  --muted: #5d6965;
  --green: #5b8573;
  --gold: #d0a94f;
  --coral: #d9664f;
  --shadow: 0 24px 60px rgba(16, 42, 40, .12);
  --wrap: min(1160px, calc(100vw - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,241,232,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(21,36,33,.1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: block; width: 56px; height: 38px; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; letter-spacing: -.02em; }
.brand-copy strong { font-size: 18px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--coral); }
.nav-cta { border: 1px solid var(--forest); padding: 10px 15px; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }
.hero { padding: 92px 0 0; background: radial-gradient(circle at 80% 12%, rgba(208,169,79,.18), transparent 28%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(48px, 8vw, 105px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #e1bd6c; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
h1 { margin-bottom: 25px; font-size: clamp(55px, 8vw, 94px); max-width: 780px; }
h2 { margin-bottom: 24px; font-size: clamp(39px, 5vw, 61px); }
h3 { margin-bottom: 12px; font-size: 27px; }
.lede { max-width: 690px; font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.button-row { display: flex; align-items: center; gap: 23px; margin: 34px 0 25px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 12px 20px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: white; }
.button.primary:hover { background: #bd4f3d; }
.button.dark { background: var(--forest); color: white; }
.button.text-link { padding-inline: 0; border: 0; }
.button.text-link span { margin-left: 10px; }
.hero-note { max-width: 620px; color: var(--muted); font-size: 14px; }
.signal-card { background: var(--forest); color: white; padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.signal-top { display: flex; justify-content: space-between; align-items: center; color: #b9d0c8; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.signal-dot { width: 9px; height: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 7px rgba(208,169,79,.12); }
.signal-question { margin: 55px 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; }
.signal-path { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 7px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.signal-path i { height: 1px; background: #55716b; }
.signal-answer { margin: 28px 0 0; color: #c9d7d3; font-size: 14px; }
.proof-strip { margin-top: 88px; padding: 24px 0; border-top: 1px solid var(--line); display: flex; gap: 24px; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: clamp(85px, 11vw, 145px) 0; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.split-intro h2 { max-width: 690px; }
.intro-copy { padding-top: 28px; font-size: 19px; }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 68px; background: var(--line); border: 1px solid var(--line); }
.issue-grid article { padding: 38px 34px; background: var(--white); }
.issue-grid article > span { display: block; margin-bottom: 50px; color: var(--coral); font-size: 12px; font-weight: 900; }
.issue-grid p { color: var(--muted); }
.system-section, .fit-section { background: var(--forest); color: white; }
.light-copy > p { color: #c7d5d1; font-size: 19px; padding-top: 20px; }
.process-list { list-style: none; padding: 0; margin: 75px 0 0; border-top: 1px solid #35534d; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid #35534d; }
.process-list li > span { color: var(--gold); font-size: 12px; font-weight: 850; }
.process-list h3 { margin: 0 0 7px; }
.process-list p { margin: 0; color: #bcd0ca; }
.offer-section { background: var(--white); }
.offer-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: center; }
.large-copy { max-width: 670px; margin-bottom: 32px; font-size: 20px; }
.price-card { border-top: 5px solid var(--coral); background: var(--paper); padding: 38px; box-shadow: var(--shadow); }
.price-label { font-weight: 850; }
.price { margin: 20px 0 0; font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.price span { font-size: 25px; vertical-align: top; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { padding: 9px 0 9px 25px; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-card > a, .pathway-card > a { font-weight: 850; text-decoration: none; }
.section-heading { max-width: 780px; margin-bottom: 55px; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pathway-card { display: flex; flex-direction: column; min-height: 465px; padding: 34px; background: var(--white); border: 1px solid var(--line); }
.pathway-card.featured { background: var(--forest-2); color: white; transform: translateY(-14px); }
.card-kicker { color: var(--coral); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pathway-card.featured .card-kicker { color: var(--gold); }
.pathway-card p:not(.card-kicker) { color: var(--muted); }
.pathway-card.featured p:not(.card-kicker) { color: #c8d6d2; }
.card-price { margin: auto 0 20px; padding-top: 30px; font-family: Georgia, serif; font-size: 27px; }
.card-price span { font-family: inherit; font-size: 14px; }
.fit-grid, .final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.plain-list { list-style: none; padding: 0; margin: 0; }
.plain-list li { padding: 17px 0 17px 30px; border-bottom: 1px solid #35534d; position: relative; }
.plain-list li::before { content: "↳"; position: absolute; left: 0; color: var(--gold); }
.final-cta { background: var(--gold); }
.final-cta .eyebrow { color: var(--forest); }
.final-grid p { font-size: 19px; }
.site-footer { padding: 70px 0 25px; background: #0b1d1b; color: #d8e2de; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; }
.footer-grid h2 { margin: 0 0 18px; font-family: inherit; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.footer-grid a:not(.brand) { display: block; margin: 9px 0; color: #b9c9c4; text-decoration: none; font-size: 14px; }
.footer-grid p { color: #8fa39d; font-size: 14px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: #9cafaa; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid #27403b; color: #80958f; font-size: 12px; }
.reveal { animation: rise .65s ease both; }
.delay-1 { animation-delay: .12s; }
.page-hero { padding: clamp(72px, 10vw, 125px) 0 70px; background: radial-gradient(circle at 82% 14%, rgba(208,169,79,.17), transparent 28%), var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 970px; font-size: clamp(48px, 7vw, 82px); }
.page-hero .lede { max-width: 810px; }
.editorial-frame { position: relative; margin-top: -1px; background: var(--forest); }
.editorial-frame .wrap { position: relative; }
.editorial-image { width: 100%; height: clamp(330px, 48vw, 610px); object-fit: cover; filter: saturate(.82) contrast(1.03); }
.editorial-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, rgba(11,29,27,.32)); pointer-events: none; }
.editorial-caption { position: absolute; z-index: 1; right: 22px; bottom: 18px; max-width: 390px; margin: 0; padding: 9px 12px; background: rgba(11,29,27,.83); color: #dbe5e1; font-size: 11px; letter-spacing: .06em; }
.home-editorial { padding: 0 0 42px; background: var(--paper); }
.home-editorial .editorial-image { height: clamp(360px, 52vw, 650px); }
.crumb { display: inline-block; margin-bottom: 28px; color: var(--muted); font-size: 13px; text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); gap: clamp(45px,8vw,110px); align-items: start; }
.content-grid h2, .article h2 { font-size: clamp(34px,4vw,49px); margin-top: 60px; }
.content-grid h2:first-child, .article h2:first-child { margin-top: 0; }
.content-grid p, .article p, .article li { max-width: 760px; }
.side-card { position: sticky; top: 112px; padding: 32px; background: var(--white); border-top: 5px solid var(--coral); box-shadow: var(--shadow); }
.side-card h2 { margin: 0 0 12px; font-size: 31px; }
.side-card .price { margin: 22px 0 4px; }
.boundary-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.boundary-list li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.boundary-list strong { display: block; }
.note-box { margin: 34px 0; padding: 24px 28px; background: #e8eee9; border-left: 4px solid var(--green); }
.quote-box { margin: 40px 0; padding: 34px; background: var(--forest); color: white; font: 29px/1.3 Georgia,serif; }
.price-table { width: 100%; border-collapse: collapse; margin: 35px 0; background: var(--white); }
.price-table th, .price-table td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table th { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.proof-grid, .blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.proof-card, .blog-card { padding: 30px; background: var(--white); border: 1px solid var(--line); }
.proof-card p, .blog-card p { color: var(--muted); }
.proof-card span, .blog-card span { color: var(--coral); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.blog-card { display: flex; min-height: 310px; flex-direction: column; }
.blog-card a { margin-top: auto; font-weight: 850; text-decoration: none; }
.article { width: min(760px, calc(100% - 34px)); margin: 0 auto; }
.article-header { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.article-meta { color: var(--muted); font-size: 13px; }
.article ul { padding-left: 22px; }
.article li { margin-bottom: 12px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-form { display: grid; gap: 18px; padding: 36px; background: var(--white); border-top: 5px solid var(--coral); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #bac3bd; background: #fff; padding: 13px 14px; color: var(--ink); font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: 12px; }
.legal { width: min(820px, calc(100% - 34px)); margin-inline: auto; }
.legal h2 { margin-top: 48px; font-size: 35px; }
.legal-date { color: var(--muted); }
@keyframes rise { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (max-width: 920px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px 20px 30px; background: var(--paper); border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: 16px; }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-grid, .split-intro, .offer-grid, .fit-grid, .final-grid { grid-template-columns: 1fr; gap: 44px; }
  .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .proof-grid, .blog-grid { grid-template-columns: 1fr; }
  .editorial-caption { position: relative; right: auto; bottom: auto; max-width: none; background: var(--forest); }
  .signal-card { transform: none; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 0; }
  .pathway-card.featured { transform: none; }
  .issue-grid { grid-template-columns: 1fr; }
  .proof-strip { flex-wrap: wrap; justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  :root { --wrap: min(100% - 28px, 1160px); }
  body { font-size: 16px; }
  .hero { padding-top: 65px; }
  h1 { font-size: clamp(48px, 16vw, 68px); }
  h2 { font-size: 39px; }
  .proof-strip { margin-top: 60px; }
  .proof-strip span { width: calc(50% - 12px); }
  .section { padding: 78px 0; }
  .editorial-frame > .wrap { width: 100%; }
  .price-card, .pathway-card, .issue-grid article { padding: 27px; }
  .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; }
  .price-table thead { display: none; }
  .price-table tr { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .price-table td { padding: 5px 14px; border: 0; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}
