:root { color-scheme: light; --ink: #142012; --muted: #52604c; --green: #3f5a2c; --line: #dce2d8; --wash: #f2f6ef; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; letter-spacing: 0; }
a { color: var(--green); text-underline-offset: 4px; }
a:hover { color: #223519; }
a:focus-visible, summary:focus-visible { outline: 3px solid #9c7800; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1040px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: absolute; left: 24px; top: -100px; padding: 10px 16px; background: white; z-index: 2; }
.skip:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--green); font-size: 30px; font-weight: 800; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; font-size: 15px; }
nav a { text-decoration: none; }
nav a[aria-current="page"] { text-decoration: underline; font-weight: 650; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 48px; line-height: 1.12; margin-bottom: 18px; overflow-wrap: anywhere; }
h2 { font-size: 28px; line-height: 1.25; margin-bottom: 16px; }
h3 { font-size: 19px; line-height: 1.4; margin-bottom: 10px; }
.product-intro { padding-block: 48px 36px; }
.product-name { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.product-name img { width: 72px; height: 72px; object-fit: contain; }
.product-name h1 { margin: 0; }
.eyebrow { font-size: 14px; color: var(--green); font-weight: 650; margin-bottom: 8px; }
.lead { font-size: 23px; line-height: 1.5; max-width: 720px; margin-bottom: 18px; }
.availability { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.product-figure { margin: 0 auto 44px; max-width: 840px; }
.product-figure img { width: 100%; border: 1px solid var(--line); border-radius: 8px; }
figcaption { padding-top: 10px; font-size: 13px; color: var(--muted); }
.band { padding-block: 48px; border-top: 1px solid var(--line); }
.wash { background: var(--wash); }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.features p { color: var(--muted); margin-bottom: 0; }
.section-mark { display: block; font-size: 13px; font-weight: 700; color: var(--green); margin-bottom: 14px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.split p:last-child { margin-bottom: 0; }
.text-link { font-weight: 650; }
.document { max-width: 760px; padding-block: 52px 64px; }
.document h1 { font-size: 42px; }
.document h2 { font-size: 23px; margin-top: 36px; }
.document .lead { font-size: 21px; }
.meta { color: var(--muted); font-size: 14px; }
.document li { margin-bottom: 9px; }
.email { overflow-wrap: anywhere; }
details { border-top: 1px solid var(--line); padding-block: 20px; }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 650; padding-right: 12px; }
details p { margin: 14px 0 0; }
.site-footer { border-top: 1px solid var(--line); padding-block: 28px; color: var(--muted); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-inner p { margin: 0; }
@media (max-width: 640px) {
  .wrap { width: calc(100% - 36px); }
  .header-inner { align-items: flex-start; padding-block: 20px; gap: 16px; flex-direction: column; }
  nav { gap: 20px; }
  h1 { font-size: 40px; }
  .document h1 { font-size: 34px; }
  .product-intro, .document { padding-top: 32px; }
  .lead { font-size: 21px; }
  .features, .split { grid-template-columns: 1fr; gap: 30px; }
  .band { padding-block: 36px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
