:root { --forest: #183923; --forest-2: #254b32; --cream: #f5eee5; --paper: #fffaf4; --ink: #1d2a21; --muted: #647067; --peach: #f5a779; --line: rgba(29,42,33,.14); --serif: Georgia, "Times New Roman", serif; --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
img { display: block; height: auto; max-width: 100%; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: white; color: var(--forest); }
.skip:focus { top: 12px; }
.shell { margin: 0 auto; max-width: 1180px; padding-left: 28px; padding-right: 28px; width: 100%; }
.site-head { align-items: center; background: rgba(24,57,35,.96); color: white; display: flex; height: 76px; justify-content: space-between; position: sticky; top: 0; z-index: 30; }
.site-head .shell { align-items: center; display: flex; justify-content: space-between; }
.brand { align-items: baseline; display: inline-flex; gap: 10px; text-decoration: none; }
.brand strong { color: #8dbd82; font-size: 1.8rem; letter-spacing: .02em; }
.brand span { font-size: .65rem; line-height: 1.05; text-transform: uppercase; }
.nav { align-items: center; display: flex; gap: 24px; }
.nav a { font-size: .78rem; text-decoration: none; }
.nav .book { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 11px 18px; }
.nav a:hover, .nav a:focus-visible { color: #ffd5bc; }
.hero { background: var(--forest); color: white; min-height: 610px; overflow: hidden; position: relative; }
.hero::after { background: linear-gradient(90deg, rgba(15,37,23,.97) 0%, rgba(15,37,23,.78) 45%, rgba(15,37,23,.12) 100%); content: ""; inset: 0; position: absolute; }
.hero > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero .shell { align-items: center; display: grid; min-height: 610px; position: relative; z-index: 2; }
.hero-copy { max-width: 720px; padding: 76px 0 84px; }
.crumbs { color: rgba(255,255,255,.7); display: flex; flex-wrap: wrap; font-size: .75rem; gap: 7px; margin-bottom: 42px; }
.crumbs a { text-decoration: none; }
.eyebrow { color: #f8b28b; font-size: .72rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .9; margin: 0; max-width: 880px; text-wrap: balance; }
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.6; margin: 28px 0 0; max-width: 690px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .88rem; font-weight: 700; justify-content: center; min-height: 50px; padding: 0 23px; text-decoration: none; }
.button.primary { background: var(--peach); color: #172a1d; }
.button.ghost { border-color: rgba(255,255,255,.55); color: white; }
.proof { background: var(--cream); border-bottom: 1px solid var(--line); }
.proof .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof div { border-right: 1px solid var(--line); padding: 23px 20px; }
.proof div:first-child { padding-left: 0; }
.proof div:last-child { border: 0; }
.proof strong { display: block; font-family: var(--serif); font-size: 1.22rem; }
.proof span { color: var(--muted); font-size: .74rem; }
.section { padding: 92px 0; }
.section.alt { background: var(--cream); }
.intro-grid { display: grid; gap: 70px; grid-template-columns: minmax(0,1.15fr) minmax(290px,.65fr); }
.kicker { color: #8f5c3d; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: .98; margin: 10px 0 26px; text-wrap: balance; }
h3 { font-size: 1.8rem; line-height: 1.08; margin: 0 0 14px; }
p { line-height: 1.75; }
.lead { color: #455148; font-size: 1.12rem; }
.copy p { color: #4f5d54; }
.side-card { align-self: start; background: var(--forest); border-radius: 28px; color: white; padding: 30px; position: sticky; top: 100px; }
.side-card p { color: rgba(255,255,255,.75); font-size: .88rem; }
.side-card ul { list-style: none; margin: 20px 0 26px; padding: 0; }
.side-card li { border-top: 1px solid rgba(255,255,255,.16); font-size: .82rem; padding: 12px 0; }
.cards { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.card span { color: #9a6544; display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; margin-bottom: 28px; text-transform: uppercase; }
.card p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.road-list { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin-top: 34px; }
.road-list article { border-left: 3px solid var(--peach); padding: 2px 0 2px 20px; }
.road-list p { color: var(--muted); margin-bottom: 0; }
.pricing { background: #2a4430; border-radius: 34px; color: white; display: grid; gap: 18px; grid-template-columns: 1.2fr repeat(3, .65fr); padding: 36px; }
.pricing > div { border-left: 1px solid rgba(255,255,255,.16); padding-left: 22px; }
.pricing > div:first-child { border-left: 0; padding-left: 0; }
.pricing strong { display: block; font-family: var(--serif); font-size: 2rem; }
.pricing span { color: rgba(255,255,255,.7); font-size: .75rem; }
.faq { border-top: 1px solid var(--line); display: grid; gap: 34px; grid-template-columns: .7fr 1.3fr; padding: 72px 0 10px; }
.faq dl { margin: 0; }
.faq dt { font-family: var(--serif); font-size: 1.35rem; margin: 0; padding-top: 22px; }
.faq dd { border-bottom: 1px solid var(--line); color: var(--muted); margin: 0; padding: 10px 0 22px; }
.related { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.related a { background: white; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; min-height: 145px; padding: 22px; text-decoration: none; }
.related a small { color: #9a6544; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related a strong { font-family: var(--serif); font-size: 1.45rem; margin-top: auto; }
.related a:hover, .related a:focus-visible { border-color: var(--peach); transform: translateY(-2px); }
.article-body { margin: 0 auto; max-width: 830px; }
.article-body h2 { font-size: clamp(2.2rem, 4vw, 3.3rem); margin-top: 64px; }
.article-body h3 { margin-top: 38px; }
.article-body p, .article-body li { color: #46534a; font-size: 1.02rem; line-height: 1.85; }
.article-body li { margin-bottom: 10px; }
.note { background: #edf2ec; border-left: 4px solid var(--forest-2); border-radius: 0 18px 18px 0; margin: 32px 0; padding: 18px 22px; }
.cta { background: var(--forest); color: white; padding: 76px 0; }
.cta .shell { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.cta h2 { margin: 0; max-width: 680px; }
.foot { background: #102719; color: rgba(255,255,255,.72); padding: 48px 0 110px; }
.foot .shell { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.foot strong { color: white; display: block; font-family: var(--serif); font-size: 1.5rem; margin-bottom: 10px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.foot a { font-size: .75rem; }
.mobile-book { display: none; }
@media (max-width: 820px) {
  .shell { padding-left: 20px; padding-right: 20px; }
  .site-head { height: 66px; }
  .nav a:not(.book) { display: none; }
  .hero, .hero .shell { min-height: 570px; }
  .hero::after { background: linear-gradient(180deg, rgba(15,37,23,.65), rgba(15,37,23,.96) 70%); }
  .hero > img { object-position: 65% center; }
  .hero-copy { align-self: end; padding: 50px 0 62px; }
  .crumbs { margin-bottom: 28px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .proof .shell { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .proof div, .proof div:first-child { border-bottom: 1px solid var(--line); padding: 18px 20px; }
  .intro-grid, .faq { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .cards, .related { grid-template-columns: 1fr; }
  .road-list { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr 1fr; padding: 26px; }
  .pricing > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .cta .shell, .foot .shell { align-items: flex-start; flex-direction: column; grid-template-columns: 1fr; }
  .cta .shell { display: flex; }
  .foot nav { justify-content: flex-start; }
  .section { padding: 68px 0; }
  .mobile-book { align-items: center; background: var(--forest); border: 5px solid var(--paper); border-radius: 999px; bottom: 10px; color: white; display: flex; font-size: .82rem; font-weight: 700; justify-content: space-between; left: 12px; padding: 15px 18px; position: fixed; right: 12px; text-decoration: none; z-index: 40; }
  .mobile-book span:last-child { color: #ffc5a3; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
