:root {
  font-family:
    Inter,
    Arial,
    sans-serif;
  color: #183029;
  background: #f5f6ef;
  font-synthesis: none;
  --muted:#56665a;
  --line:#dce2d5;
  --ink:#183029;
  --accent:#d8eead;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #246fc3;
  outline-offset: 5px;
}
.state-section button:focus-visible {
  outline-color: #d8eead;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -.04em;
}
h1,
h2 {
  font-weight: 500;
}
em {
  font-style: normal;
  color: #557641;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -90px;
  left: 24px;
  background: white;
  padding: 16px;
  z-index: 9;
}
.skip:focus {
  top: 16px;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 21px;
  letter-spacing: -.8px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--accent);
  height: 31px;
  width: 31px;
  border-radius: 9px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -2px;
  padding-right: 3px;
}
.brand-type {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  align-self: flex-end;
  padding-bottom: 3px;
  color: var(--muted);
}
.site-nav nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
.site-nav nav a {
  text-decoration: none;
}
.site-nav nav a:hover {
  text-decoration: underline;
}
.nav-buy {
  display: flex;
  gap: 27px;
  background: var(--ink);
  color: white;
  padding: 13px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
}
.hero {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 80px;
  align-items: center;
  padding-block: 66px 68px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #566a50;
  line-height: 1.5;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(46px, 4.8vw, 70px);
  line-height: 1.02;
  margin-bottom: 28px;
  letter-spacing: -3.2px;
}
.hero-lede {
  max-width: 495px;
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  gap: 27px;
  align-items: center;
  padding: 17px 22px;
  min-height: 52px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--ink);
  border-radius: 7px;
}
.button:hover {
  background: #2d4936;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #bdcbb5;
}
.button.secondary:hover {
  background: #e9eedf;
}
.hero-footnote {
  color: var(--muted);
  font-size: 12px;
  margin-top: 32px;
  margin-bottom: 0;
}
.hero-specimen {
  background: #e9eddf;
  border: 1px solid #dde4d2;
  border-radius: 18px;
  padding: 22px 32px 12px;
}
.specimen-bar {
  display: flex;
  justify-content: space-between;
  font:
    10px ui-monospace,
    Consolas,
    monospace;
  letter-spacing: 1px;
  color: #667357;
  margin-bottom: 21px;
}
.specimen-card {
  background: white;
  border: 1px solid #dce5df;
  border-radius: 14px;
  padding: 27px;
  box-shadow: 0 12px 25px #1e331710;
}
.state-status {
  font-size: 10px;
  font-weight: 700;
  color: #795315;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.state-status i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #a97620;
}
.specimen-card h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -.7px;
  margin-bottom: 13px;
}
.specimen-card > p:not(.state-status) {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 21px;
}
.amount-box {
  padding: 15px 17px;
  background: #f4f7f1;
  border-radius: 9px;
}
.amount-box > span {
  font-size: 10px;
  color: var(--muted);
}
.amount-box strong {
  display: block;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.7px;
  margin-top: 7px;
}
.amount-box small {
  font-size: 15px;
  color: var(--muted);
}
.sample-details {
  font-size: 10px;
  margin-top: 4px;
}
.sample-details div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e7ece4;
}
.sample-details dt {
  color: var(--muted);
}
.sample-details dd {
  margin: 0;
  text-align: right;
}
.recovery-note {
  margin-top: 23px;
  padding-left: 13px;
  border-left: 2px solid #cadca8;
}
.recovery-note .eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
}
.recovery-note p {
  font-size: 11px;
  line-height: 1.55;
  margin: 6px 0 0;
  color: var(--muted);
}
.sample-next {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #e7ece4;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 10px;
}
.sample-next dt {
  color: var(--muted);
}
.sample-next dd {
  margin: 0;
  font-weight: 600;
}
.sample-next dd span {
  padding-left: 9px;
}
.specimen-caption {
  font-size: 12px;
  color: #657257;
  text-align: center;
  letter-spacing: .25px;
  margin: 16px 0 0;
}
/* Product qualifiers remain readable when the specimen is viewed on mobile. */
.state-status,
.amount-box > span,
.sample-details,
.sample-next {
  font-size: 12px;
}
.recovery-note .eyebrow {
  font-size: 11px;
}
.recovery-note p {
  font-size: 13px;
}
.format-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
  border-block: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  color: #50634d;
}
.section {
  padding-block: 100px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 42px;
}
.section-heading h2,
.fit-section h2,
.starter-section h2 {
  font-size: 43px;
  line-height: 1.09;
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.section-heading > p {
  max-width: 370px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.inside-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.inside-grid article {
  display: grid;
  grid-template-rows: auto 140px auto 1fr auto;
  background: #fff;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  min-width: 0;
}
.item-number {
  font:
    9px ui-monospace,
    Consolas,
    monospace;
  letter-spacing: 1px;
  color: var(--muted);
}
.inside-grid h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.6px;
  margin: 0 0 13px;
}
.inside-grid p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 25px;
}
.file-label {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 10px;
  color: #53694c;
}
.native-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.native-gallery figure { margin: 0; padding: 14px; background: #e9ede4; border-radius: 16px; display: grid; grid-template-rows: 1fr auto; gap: 18px; }
.native-gallery figure > a { display: flex; align-items: flex-start; justify-content: center; }
.native-gallery img { display: block; width: 100%; height: auto; max-height: 460px; object-fit: contain; object-position: top; }
.native-gallery figcaption { display: grid; gap: 7px; font-size: 13px; line-height: 1.5; }
.native-gallery figcaption span { color: #50634f; font-size: 12px; }
.native-gallery a:focus-visible { outline: 3px solid #246fc3; outline-offset: 4px; }
.native-preview-note { max-width: 760px; margin-top: 24px; line-height: 1.7; font-size: 15px; }
.recorded-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 460px); gap: 72px; align-items: start; }
.recorded-label { font-size: 13px; color: var(--muted); }
.recorded-steps { display: grid; gap: 8px; margin: 24px 0; }
.recorded-steps button { display: flex; align-items: center; gap: 18px; text-align: left; min-height: 52px; border: 1px solid var(--line); border-radius: 8px; padding: 12px 18px; background: transparent; color: var(--ink); }
.recorded-steps button span { font-size: 12px; }
.recorded-steps button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.recorded-controls > p:not(.recorded-label) { max-width: 410px; color: var(--muted); font-size: 15px; }
#recorded-view figure { margin: 0; }
#recorded-view figure[hidden] { display: none; }
.recorded-image { display: block; width: 100%; aspect-ratio: 460 / 716; }
.recorded-image img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: top; }
#recorded-view figcaption { display: grid; gap: 8px; min-height: 220px; align-content: start; padding-top: 20px; font-size: 15px; line-height: 1.6; }
#recorded-view figcaption span { color: var(--muted); }
@media (max-width: 800px) { .recorded-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; } #recorded-view { width: min(100%, 460px); justify-self: center; } .recorded-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .recorded-steps button { gap: 10px; padding-inline: 12px; font-size: 14px; } }
@media (max-width: 1000px) { .native-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .native-gallery { grid-template-columns: 1fr; } .native-gallery img { max-height: 600px; } }
.mini-variants {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mini-variants span {
  font-size: 9px;
  padding: 13px 9px;
  border: 1px solid #dce2d5;
  border-radius: 6px;
  background: #f5f7f1;
  flex: 1;
  text-align: center;
}
.mini-variants span:nth-child(2) {
  background: #fcf7e8;
  color: #795315;
  transform: translateY(-9px);
}
.mini-code {
  font-size: 12px;
  line-height: 1.55;
  color: #456140;
  margin: 25px 0 12px;
}
.mini-flow {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}
.mini-flow span {
  padding: 12px 9px;
  background: #eef4e7;
  border-radius: 5px;
}
.mini-flow b {
  font-weight: 400;
  color: #87977c;
}
.state-section {
  background: #1b3028;
  color: #f3f5ea;
}
.state-section .eyebrow {
  color: #b6c796;
}
.state-section .section-heading > p {
  color: #b6c3b4;
}
.explorer {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 70px;
}
.state-list {
  display: flex;
  flex-direction: column;
}
.state-list button {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #3a4d40;
  background: transparent;
  color: #c7d1c0;
  min-height: 44px;
  text-align: left;
  font-size: 12px;
  padding: 10px 13px;
}
.state-list button > span {
  font: 10px ui-monospace, monospace;
  color: #8c9f80;
}
.state-list button > b {
  margin-left: auto;
  font-weight: 400;
  opacity: 0;
}
.state-list button:hover {
  background: #2a4133;
}
.state-list button[aria-pressed=true] {
  background: #d8eead;
  border-radius: 5px;
  color: #203126;
  border-color: transparent;
}
.state-list button[aria-pressed=true] > span {
  color: #506a3b;
}
.state-list button[aria-pressed=true] > b {
  opacity: 1;
}
.state-list button:disabled {
  opacity: .55;
}
.state-detail {
  display: flex;
  flex-direction: column;
  background: #f7f8f1;
  color: var(--ink);
  border-radius: 12px;
  padding: 38px;
  min-width: 0;
  min-height: 500px;
}
.state-id {
  font: 10px ui-monospace, monospace;
  color: #647455;
  margin-bottom: 28px;
  overflow-wrap: anywhere;
}
.tone-label {
  font-size: 10px;
  color: #795315;
  margin-bottom: 17px;
  font-weight: 600;
}
.state-detail[data-tone=success] .tone-label {
  color: #236638;
}
.state-detail[data-tone=danger] .tone-label {
  color: #a1332a;
}
.state-detail[data-tone=attention] .tone-label {
  color: #235bb0;
}
.state-detail h3 {
  font-size: 31px;
  line-height: 1.13;
  max-width: 390px;
  font-weight: 550;
  margin-bottom: 18px;
}
.state-detail > p:not(.state-id) {
  font-size: 14px;
  color: var(--muted);
}
.explorer-bottom {
  margin-top: auto;
  padding-top: 26px;
}
.explorer-bottom > div + div {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 20px;
}
.explorer-bottom h4 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5b6e50;
  margin-bottom: 8px;
}
.explorer-bottom p {
  font-size: 13px;
  margin: 0;
  color: var(--muted);
}
.explorer-bottom .next-copy {
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
}
.explorer-note {
  font-size: 11px;
  color: #b1c1a6;
  margin: 24px 0 0;
}
.fit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  border-bottom: 1px solid var(--line);
}
.fit-section > .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 14px;
}
.fit-section > div p {
  font-size: 15px;
  color: var(--muted);
}
.text-link {
  font-size: 12px;
  font-weight: 600;
}
.license-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.license-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  min-width: 0;
  padding: 35px;
  border: 1px solid #cfdbc2;
  background: #edf2e3;
  border-radius: 12px;
}
.license-card:last-child {
  background: #fff;
}
.license-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.license-top h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -.6px;
}
.license-top p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  text-align: right;
}
.license-price {
  font-size: 60px;
  letter-spacing: -2.4px;
  margin-top: 26px;
  line-height: 1.1;
}
.license-price span {
  font-size: 13px;
  letter-spacing: 0;
  padding-left: 9px;
  color: var(--muted);
}
.license-scope {
  font-size: 13px;
  color: var(--muted);
  margin: 14px 0 22px;
  max-width: 330px;
}
.license-card ul {
  border-top: 1px solid #d7e0ca;
  margin: 0 0 27px;
  padding: 20px 0 0;
  list-style: none;
}
.license-card li {
  font-size: 13px;
  padding-block: 7px;
}
.license-card li:before {
  content: "\2713";
  margin-right: 10px;
  color: #53723e;
}
.license-card .button {
  width: 100%;
}
.pricing-notes {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: start;
  margin-top: 23px;
}
.pricing-notes p {
  font-size: 11px;
  color: var(--muted);
  max-width: 540px;
  margin: 0;
}
.pricing-notes a {
  white-space: nowrap;
}
.starter-section {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 50px 65px;
}
.starter-section h2 {
  font-size: 32px;
}
.starter-section p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 510px;
  margin: 17px 0 0;
}
.starter-section .button {
  flex-shrink: 0;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  padding-block: 35px;
  border-top: 1px solid var(--line);
}
.site-footer p {
  font-size: 11px;
  color: var(--muted);
  margin: 17px 0 0;
}
.site-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 35px;
  font-size: 11px;
}
.site-footer nav a {
  text-decoration: none;
}
.site-footer nav a:hover {
  text-decoration: underline;
}
.site-footer small {
  font-size: 9px;
  grid-column: 1/-1;
  color: var(--muted);
}
.prose {
  max-width: 760px;
  padding-block: 75px 90px;
}
.prose h1 {
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -2px;
  margin-bottom: 28px;
}
.prose .lead {
  font-size: 19px;
  color: var(--muted);
  margin-bottom: 40px;
}
.prose h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 38px;
}
.prose p {
  font-size: 14px;
  overflow-wrap: anywhere;
}
.prose .button {
  margin-block: 15px;
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-specimen {
    padding: 20px;
  }
  .section-heading,
  .fit-section {
    gap: 40px;
  }
  .inside-grid {
    gap: 14px;
  }
  .inside-grid article {
    padding: 22px;
  }
  .mini-variants span {
    padding: 12px 5px;
    font-size: 8px;
  }
  .mini-flow {
    gap: 4px;
    font-size: 9px;
  }
  .mini-flow span {
    padding: 12px 6px;
  }
  .explorer {
    gap: 35px;
  }
  .site-nav nav {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .site-nav nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 48px;
  }
  .hero h1 {
    font-size: 60px;
    max-width: 550px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .hero-specimen {
    width: 100%;
    max-width: 490px;
    justify-self: center;
    padding: 24px 32px 16px;
  }
  .format-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 11px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .section-heading h2,
  .fit-section h2 {
    font-size: 36px;
  }
  .section-heading > p {
    max-width: 480px;
  }
  .inside-grid {
    grid-template-columns: 1fr;
  }
  .inside-grid article {
    grid-template-rows: auto 125px auto 1fr auto;
    padding: 27px;
  }
  .inside-grid p {
    max-width: 500px;
  }
  .mini-variants,
  .mini-flow {
    max-width: 310px;
    width: 100%;
  }
  .mini-variants span {
    font-size: 10px;
  }
  .mini-flow {
    font-size: 12px;
    gap: 10px;
  }
  .mini-flow span {
    padding: 12px;
  }
  .explorer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .state-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .state-list button {
    font-size: 11px;
    gap: 8px;
    min-height: 49px;
  }
  .state-detail {
    min-height: 470px;
  }
  .fit-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fit-section > .eyebrow {
    margin: 0;
  }
  .fit-section > div {
    max-width: 540px;
  }
  .license-card {
    padding: 25px;
  }
  .license-top {
    display: block;
  }
  .license-top p {
    text-align: left;
    margin-top: 9px;
  }
  .license-price {
    font-size: 52px;
  }
  .starter-section {
    align-items: start;
    flex-direction: column;
    gap: 26px;
  }
  .site-footer {
    gap: 25px;
  }
  .prose h1 {
    font-size: 43px;
  }
}
@media (max-width: 480px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-nav {
    padding-block: 19px;
    gap: 16px;
  }
  .brand {
    font-size: 19px;
  }
  .brand-type {
    display: none;
  }
  .nav-buy {
    padding: 11px 13px;
    font-size: 12px;
    gap: 16px;
  }
  .hero {
    padding-block: 40px;
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .hero-lede {
    font-size: 15px;
  }
  .hero-actions {
    gap: 10px;
    align-items: stretch;
  }
  .hero-actions .button {
    padding: 14px 16px;
    font-size: 12px;
    gap: 16px;
    flex: 1;
    white-space: nowrap;
  }
  .hero-footnote {
    font-size: 11px;
  }
  .hero-specimen {
    padding: 18px 15px 14px;
    border-radius: 13px;
  }
  .specimen-card {
    padding: 21px;
  }
  .specimen-card h2 {
    font-size: 24px;
  }
  .specimen-bar {
    font-size: 9px;
  }
  .sample-next {
    display: block;
  }
  .sample-next dd {
    margin-top: 7px;
  }
  .sample-next dd span {
    float: right;
  }
  .format-strip {
    font-size: 10px;
    gap: 17px;
  }
  .section {
    padding-block: 54px;
  }
  .section-heading {
    margin-bottom: 29px;
  }
  .section-heading h2,
  .fit-section h2 {
    font-size: 32px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .state-list {
    grid-template-columns: 1fr;
  }
  .state-list button {
    font-size: 12px;
    min-height: 43px;
  }
  .state-detail {
    padding: 25px;
    min-height: 490px;
  }
  .state-detail h3 {
    font-size: 28px;
  }
  .license-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .license-top {
    display: flex;
  }
  .license-top p {
    margin: 0;
    text-align: right;
  }
  .license-card {
    padding: 26px;
  }
  .license-card .button {
    font-size: 13px;
  }
  .license-price {
    font-size: 56px;
  }
  .pricing-notes {
    flex-direction: column;
    gap: 14px;
  }
  .starter-section {
    padding-block: 40px;
  }
  .starter-section h2 {
    font-size: 30px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer nav {
    gap: 17px;
    font-size: 11px;
  }
  .prose {
    padding-block: 45px 60px;
  }
  .prose h1 {
    font-size: 39px;
    letter-spacing: -1.4px;
  }
  .prose .lead {
    font-size: 17px;
  }
  .prose p {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.mobile-state-choice {
  display: none;
}
@media (max-width: 800px) {
  .mobile-state-choice {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }
  .mobile-state-choice label {
    color: #b6c796;
    font-size: 11px;
  }
  .mobile-state-choice select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #788c67;
    border-radius: 6px;
    padding: 12px;
    background: #d8eead;
    color: #203126;
  }
  .mobile-state-choice select:focus-visible {
    outline: 3px solid #56a1ed;
    outline-offset: 4px;
  }
  .state-list {
    display: none;
  }
}
@media (min-width: 801px) {
  .inside-grid {
    grid-template-rows: auto 140px auto 1fr auto;
    row-gap: 0;
  }
  .inside-grid article {
    grid-row: span 5;
    grid-template-rows: subgrid;
  }
}
