:root {
  --paper:      #fbfaf6;
  --tint:       #f2f1ea;
  --pale:       #eef3e9;
  --white:      #ffffff;
  --ink:        #1c2419;
  --body:       #414a3c;
  --mute:       #636b5c;
  --green:      #3f6b30;
  --green-deep: #2f5223;
  --rule:       #e3e1d6;
  --field:      #8a8479;
  --on-dark:    #f7f7f1;
  --mute-dark:  #bcc4b4;
  --mute-band:  #c3d4b4;
  --lime:       #a8ce6a;

  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, sans-serif;
  --wrap: 1140px;
  --gap: clamp(56px, 7vw, 96px);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; background: var(--paper); scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 { font-family: var(--sans); color: var(--ink); margin: 0 0 .5em; line-height: 1.16; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); font-weight: 750; letter-spacing: -0.032em; line-height: 1.08; }
h2 { font-size: clamp(1.55rem, 2.7vw, 2.15rem); font-weight: 750; letter-spacing: -0.026em; }
h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.014em; line-height: 1.35; }
h4 { font-size: .93rem; font-weight: 700; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }
img { max-width: 100%; display: block; }
figure { margin: 0; }

a { color: var(--green-deep); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
a[href^="mailto:"], a[href^="tel:"], a[href^="http"] { overflow-wrap: anywhere; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }
.narrow > * { max-width: 640px; }

.sec { padding-top: var(--gap); padding-bottom: var(--gap); }
.sec--tint { background: var(--tint); }
.sec--pale { background: var(--pale); }
.sec--tight { padding-top: clamp(38px, 5vw, 58px); padding-bottom: clamp(38px, 5vw, 58px); }
.sec--green { background: var(--green-deep); color: var(--mute-band); }
.sec--green h2, .sec--green h3, .sec--green strong { color: #fff; }

.sec--green a:not(.btn) { color: #fff; }

.eyebrow {
  display: block;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1em;
}
.sec--green .eyebrow { color: var(--mute-band); }

.lede { font-size: 1.14rem; line-height: 1.58; max-width: 46ch; color: var(--body); }
.sec--green .lede { color: var(--mute-band); }
.muted { color: var(--mute); font-size: .93rem; }
.sec--green .muted { color: var(--mute-band); }
.intro { max-width: 58ch; margin-bottom: clamp(28px, 4vw, 46px); }
.intro h2 { margin-bottom: .32em; }
.intro p { color: var(--mute); margin: 0; }
.sec--green .intro p { color: var(--mute-band); }
.spaced { margin-top: 1.7em; }

.demobar {
  background: var(--ink);
  color: rgba(255,255,255,.82);
  font-size: .81rem;
  line-height: 1.5;
  text-align: center;
  padding: 8px 22px;
}
.demobar a { color: var(--lime); }
.demobar a:hover { color: #fff; }

.util { background: var(--green-deep); color: #dfe8d6; font-size: .84rem; }
.util .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 0 26px; padding-top: 0; padding-bottom: 0; }

.util .wrap > span { padding: 12px 0; }
.util a { color: #fff; text-decoration: none; font-weight: 650; padding: 12px 0; display: inline-block; }
.util a:hover { text-decoration: underline; }
.util .sep { color: #9fbb8d; }

.head { background: rgba(251,250,246,.96); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 40; }
.head .wrap { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; padding-top: 14px; padding-bottom: 14px; }

.brand { display: inline-flex; flex-direction: column; justify-content: center;
         min-height: 44px; text-decoration: none; color: var(--ink); margin-right: auto; min-width: 0; }
.brand b { font-size: 1.24rem; font-weight: 800; letter-spacing: -0.034em; line-height: 1.05; }
.brand span {
  font-size: .63rem; font-weight: 800; letter-spacing: .17em;
  text-transform: uppercase; color: var(--green); margin-top: 4px;
}

.nav { display: flex; gap: 2px; }
.nav a {
  font-size: .94rem; color: var(--body); text-decoration: none;
  padding: 12px 13px; border-radius: 4px; font-weight: 550;
}
.nav a:hover { color: var(--ink); background: var(--tint); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 750; background: var(--tint); }

.menu { display: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  background: var(--green); color: #fff;
  font-family: var(--sans); font-size: .96rem; font-weight: 700;
  text-decoration: none; padding: 13px 24px; border: 2px solid var(--green);
  border-radius: 4px; cursor: pointer; transition: background .16s ease, border-color .16s ease;
}
.btn:hover { background: var(--green-deep); border-color: var(--green-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn--ghost:hover { background: var(--tint); border-color: #cfcbba; color: var(--ink); }
.btn--light { background: #fff; border-color: #fff; color: var(--green-deep); }
.btn--light:hover { background: var(--paper); border-color: var(--paper); color: var(--green-deep); }
.btn--clear { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.btn--clear:hover { background: rgba(255,255,255,.14); color: #fff; }

.head .btn .sm { display: none; }

.row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 1.8em; }

.row .muted a { color: inherit; font-weight: 700; text-decoration: none;
                display: inline-flex; align-items: center; min-height: 44px; }

.tlink { display: inline-flex; align-items: center; gap: .45em; font-weight: 700; font-size: .96rem; color: var(--green-deep); text-decoration: none; flex-wrap: wrap; min-width: 0; }
.tlink:hover { text-decoration: underline; }
.tlink svg { width: 15px; height: 15px; flex: none; }

.hero { position: relative; background: var(--ink); overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(16,22,14,.90) 0%, rgba(16,22,14,.72) 34%, rgba(16,22,14,.24) 66%, rgba(16,22,14,.16) 100%);
}
.hero .wrap { position: relative; z-index: 2; padding-top: clamp(96px, 17vw, 190px); padding-bottom: clamp(38px, 5vw, 62px); }
.hero h1 { color: #fff; max-width: 15ch; margin-bottom: .34em; }
.hero .lede { color: #e6ece1; max-width: 44ch; }
.hero .eyebrow { color: var(--lime); }
.hero .row { margin-top: 1.7em; }

.proofwrap { position: relative; z-index: 3; margin-top: -34px; }
.proof {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--rule); border: 1px solid var(--rule); border-radius: 5px;
  overflow: hidden; box-shadow: 0 10px 30px rgba(28,36,25,.10);
  list-style: none; margin: 0; padding: 0;
}
.proof li { background: var(--white); padding: 20px 22px; min-width: 0; }
.proof b { display: block; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.032em; color: var(--ink); line-height: 1.1; }
.proof span { display: block; font-size: .86rem; color: var(--mute); margin-top: 4px; }
@media (max-width: 860px) { .proof { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .proof { grid-template-columns: 1fr; } .proofwrap { margin-top: -22px; } }

.fig img { width: 100%; border-radius: 5px; object-fit: cover; border: 1px solid var(--rule); }
.fig--wide img { aspect-ratio: 16 / 10; }
.fig--card img { aspect-ratio: 4 / 3; }
.fig cite { display: block; font-style: normal; font-size: .85rem; color: var(--mute); margin-top: 10px; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4.5vw, 54px); align-items: center; }
.duo > * { min-width: 0; }
.duo--flip .duo__media { order: 2; }

.duo--top { align-items: start; }
.duo--top > :nth-child(2) { padding-top: clamp(26px, 5vw, 68px); }
@media (max-width: 840px) { .duo--top > :nth-child(2) { padding-top: 0; } }
@media (max-width: 840px) {
  .duo { grid-template-columns: 1fr; }
  .duo--flip .duo__media { order: 0; }
}

.ticks { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 34px; }
.ticks li { break-inside: avoid; display: flex; gap: 10px; padding: 7px 0; font-size: .96rem; }
.ticks svg { width: 16px; height: 16px; flex: none; color: var(--green); margin-top: 5px; }
@media (max-width: 600px) { .ticks { columns: 1; } }

.notes { list-style: none; margin: 1.3em 0 0; padding: 0; }
.notes li { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--rule); min-width: 0; }
.notes li:last-child { border-bottom: 1px solid var(--rule); }
.notes svg { width: 16px; height: 16px; flex: none; color: var(--green); margin-top: 5px; }
.notes strong { display: block; color: var(--ink); font-size: .98rem; font-weight: 700; }
.notes span { font-size: .92rem; color: var(--mute); }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; align-items: start; }
.plans > li {
  min-width: 0; background: var(--white); border: 1px solid var(--rule);
  border-radius: 6px; padding: 26px 24px 28px; display: flex; flex-direction: column;
}
.plans > li.pick { border-color: var(--green); border-width: 2px; padding: 25px 23px 27px; box-shadow: 0 8px 26px rgba(47,82,35,.10); }
.plans .flag {
  align-self: flex-start; font-size: .65rem; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: #fff; background: var(--green);
  padding: 4px 9px; border-radius: 3px; margin-bottom: 12px;
}
.plans h3 { margin-bottom: .15em; }
.plans .rate { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.038em; color: var(--ink); line-height: 1.1; margin: .3em 0 .05em; }
.plans .per { display: block; font-size: .85rem; color: var(--mute); margin-bottom: 1.1em; }
.plans .inc { list-style: none; margin: 0 0 1.5em; padding: 0; }
.plans .inc li { display: flex; gap: 9px; padding: 6px 0; font-size: .92rem; }
.plans .inc svg { width: 15px; height: 15px; flex: none; color: var(--green); margin-top: 5px; }
.plans .btn { margin-top: auto; }
@media (max-width: 900px) { .plans { grid-template-columns: 1fr; max-width: 440px; } }

.tscroll { overflow-x: auto; }
.tbl { width: 100%; border-collapse: collapse; font-size: .97rem; }
.tbl caption {
  text-align: left; font-size: .71rem; font-weight: 800; letter-spacing: .17em;
  text-transform: uppercase; color: var(--green); padding-bottom: 12px;
}
.tbl th, .tbl td { text-align: left; padding: 14px 14px 14px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.tbl thead th { font-size: .76rem; font-weight: 700; color: var(--mute); letter-spacing: .05em; text-transform: uppercase; }
.tbl tbody th { font-weight: 700; color: var(--ink); }
.tbl td.n { font-weight: 800; color: var(--ink); white-space: nowrap; text-align: right; padding-right: 0; }
.tbl .sub { display: block; font-size: .87rem; color: var(--mute); font-weight: 400; }
.tbl + .tbl { margin-top: clamp(32px, 4.5vw, 50px); }

.season { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; list-style: none; margin: 0; padding: 0; }
.season::before { content: ""; position: absolute; left: 0; right: 0; top: 10px; height: 2px; background: var(--rule); }
.sec--pale .season::before { background: #d6e2cd; }
.season > li { position: relative; min-width: 0; padding-top: 36px; }
.season > li::before {
  content: ""; position: absolute; top: 3px; left: 0; width: 16px; height: 16px;
  border-radius: 50%; background: var(--green); border: 3px solid var(--paper);
}
.sec--tint .season > li::before { border-color: var(--tint); }
.sec--pale .season > li::before { border-color: var(--pale); }
.season .when { display: block; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--mute); margin-bottom: .5em; }
.season h3 { margin-bottom: .32em; }
.season p { font-size: .93rem; color: var(--mute); margin: 0; }
@media (max-width: 900px) { .season { grid-template-columns: 1fr 1fr; gap: 30px 26px; } }
@media (max-width: 560px) {
  .season { grid-template-columns: 1fr; gap: 0; }
  .season::before { display: none; }
  .season > li { padding-top: 0; padding-left: 28px; padding-bottom: 24px; border-left: 2px solid var(--rule); }
  .season > li:last-child { border-left-color: transparent; padding-bottom: 0; }
  .season > li::before { top: 2px; left: -9px; }
}

.route { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.route > li { display: grid; grid-template-columns: 112px 1fr; gap: 3px 18px; padding: 15px 0; border-bottom: 1px solid var(--rule); min-width: 0; }
.route b { font-weight: 800; color: var(--ink); font-size: .94rem; }
.route span { color: var(--body); font-size: .95rem; min-width: 0; }
@media (max-width: 560px) { .route > li { grid-template-columns: 1fr; } }

.qa { max-width: 740px; border-top: 1px solid var(--rule); }
.qa details { border-bottom: 1px solid var(--rule); }
.qa summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 18px; padding: 17px 0;
  font-size: 1rem; font-weight: 700; letter-spacing: -0.012em; color: var(--ink); min-width: 0;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::marker { content: ""; }
.qa summary::after {
  content: ""; flex: none; width: 9px; height: 9px;
  border-right: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: translateY(-3px) rotate(45deg); transition: transform .16s ease;
}
.qa details[open] summary::after { transform: translateY(2px) rotate(-135deg); }
.qa .ans { padding: 0 0 20px; font-size: .96rem; }
.qa .ans p { max-width: 64ch; }

.callout { background: var(--white); border: 1px solid var(--rule); border-left: 3px solid var(--green); border-radius: 4px; padding: 20px 22px; max-width: 640px; }
.callout p { font-size: .95rem; }

.form { max-width: 540px; }
.f { margin-bottom: 17px; }
.f label { display: block; margin-bottom: 6px; font-size: .89rem; font-weight: 700; color: var(--ink); }
.f input, .f select, .f textarea {
  width: 100%; padding: 12px 13px; background: var(--white);
  border: 1px solid var(--field); border-radius: 4px;
  font-family: inherit; font-size: 1rem; color: var(--ink); line-height: 1.5;
}
.f textarea { min-height: 120px; resize: vertical; }
.f input:focus-visible, .f select:focus-visible, .f textarea:focus-visible {
  outline: 2px solid var(--green-deep); outline-offset: 1px; border-color: var(--green-deep);
}
.f .tip { display: block; margin-top: 6px; font-size: .86rem; color: var(--mute); }

.ways { list-style: none; margin: 0; padding: 0; }
.ways li { border-top: 1px solid var(--rule); }
.ways li:last-child { border-bottom: 1px solid var(--rule); }
.ways a, .ways .line { display: flex; align-items: baseline; gap: 16px; padding: 17px 2px; text-decoration: none; color: var(--ink); min-width: 0; }
.ways a:hover .v { color: var(--green-deep); }
.k { flex: none; width: 74px; font-size: .79rem; color: var(--mute); }
.v { font-size: 1.01rem; font-weight: 700; overflow-wrap: anywhere; min-width: 0; }

.foot { background: var(--ink); color: var(--mute-dark); padding-top: clamp(40px, 5vw, 58px); padding-bottom: 26px; font-size: .92rem; }
.foot a { color: var(--on-dark); text-decoration: none; }
.foot a:hover { color: var(--lime); text-decoration: underline; }
.foot__top { display: flex; flex-wrap: wrap; gap: 24px 48px; align-items: flex-start; padding-bottom: 28px; }
.foot__top > * { min-width: 0; }
.foot__brand { flex: 1 1 280px; }
.foot__brand b { color: #fff; font-size: 1.16rem; font-weight: 800; letter-spacing: -0.03em; }
.foot__brand p { max-width: 36ch; margin-top: .6em; }
.foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0 24px; }

.foot li a, .foot p a { display: inline-block; padding: 12px 0; }
.foot__bar {
  border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; font-size: .84rem;
  display: flex; flex-wrap: wrap; gap: 5px 20px; justify-content: space-between;
}
.foot__bar p { margin: 0; }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--green); outline-offset: 3px; border-radius: 2px;
}
.hero a:focus-visible, .foot a:focus-visible, .sec--green a:focus-visible, .util a:focus-visible { outline-color: var(--lime); }

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 12px 18px; z-index: 90; }
.skip:focus { left: 0; color: #fff; }

@media (max-width: 940px) {
  .nav { display: none; }
  .menu { display: block; }

  .head .menu > summary,
  .head .btn {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu > summary {
    list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 14px; border-radius: 4px; background: var(--white);
    border: 1px solid var(--rule); color: var(--ink); font-size: .92rem; font-weight: 700; white-space: nowrap;
  }
  .menu > summary::-webkit-details-marker { display: none; }
  .menu > summary::marker { content: ""; }
  .menu > summary svg { width: 17px; height: 17px; }
  .menu[open] > summary { background: var(--tint); border-color: var(--green); }
  .menu > ul {
    position: absolute; right: 26px; top: calc(100% + 10px); z-index: 60;
    min-width: 232px; max-width: calc(100% - 52px); margin: 0; padding: 7px;
    list-style: none; background: var(--white); border: 1px solid var(--rule);
    border-radius: 8px; box-shadow: 0 6px 14px rgba(28,36,25,.08), 0 22px 44px rgba(28,36,25,.16);
  }
  .menu > ul a { display: block; padding: 12px 13px; border-radius: 4px; font-size: .95rem; color: var(--body); text-decoration: none; }
  .menu > ul a:hover { background: var(--tint); color: var(--ink); }
  .menu > ul a[aria-current="page"] { background: var(--tint); color: var(--ink); font-weight: 750; }
  .head .wrap { position: relative; }
}

@media (max-width: 560px) {
  .brand b { font-size: 1.08rem; }
  .util .wrap { gap: 2px 16px; font-size: .8rem; }
  .util .sep { display: none; }

  .util .wrap > span { display: none; }
  .hero .wrap { padding-top: clamp(80px, 26vw, 130px); }
}

@media (max-width: 430px) {
  .menu > summary { padding-left: 12px; padding-right: 12px; gap: 0; }
  .menu > summary .lbl { display: none; }

  .brand span { display: none; }
  .row .btn { width: 100%; }
  .k { width: 64px; }

  .head .wrap { gap: 8px 10px; }

  .head .btn { padding-left: 16px; padding-right: 16px; font-size: .87rem; }
  .head .btn .lg { display: none; }
  .head .btn .sm { display: inline; }
  .brand b { font-size: 1rem; }
}
