:root {
  color-scheme: light;
  --ink: #152938;
  --muted: #526370;
  --paper: #ffffff;
  --wash: #f3f6f8;
  --line: #dce3e8;
  --accent: #005d53;
  --mint: #cefae3;
  --navy: #102b3b;
  --radius: 6px;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #1675bb; outline-offset: 5px; border-radius: 2px; }
img, svg { max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 10; padding: .6rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: 1.25rem; font-weight: 700; color: var(--ink); letter-spacing: -.045em; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 4px; background: var(--navy); color: var(--mint); font-size: .875rem; letter-spacing: -.06em; }
.nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .6rem 1.65rem; }
.nav a { color: var(--ink); text-decoration: none; font-size: .9375rem; padding-block: .45rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent); text-decoration: underline; }
.eyebrow { margin: 0 0 1.4rem; font-size: .8125rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.hero { padding-block: clamp(3.5rem, 7vw, 6rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .9fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.status { display: inline-flex; align-items: center; gap: .55rem; padding: .3rem .75rem; border: 1px solid #a5d4bd; border-radius: 100px; background: #edfaf3; color: #16543a; font-size: .875rem; font-weight: 600; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #1f7550; flex: 0 0 auto; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 1.5rem 0; font-size: clamp(2.65rem, 4.7vw, 4.25rem); line-height: 1.1; letter-spacing: -.055em; font-weight: 650; }
.hero h1 span { color: var(--accent); }
.lead { max-width: 39rem; font-size: 1.125rem; color: var(--muted); line-height: 1.75; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 1rem; padding: .7rem 1.15rem; background: var(--navy); color: #fff; border: 1px solid var(--navy); border-radius: var(--radius); text-decoration: none; font-size: .9375rem; font-weight: 600; }
.button:hover { background: #20485d; border-color: #20485d; text-decoration: none; }
.text-link { font-weight: 600; font-size: .9375rem; }
.release-note { margin-top: 1.5rem; font-size: .875rem; color: var(--muted); }
.product-card { background: var(--navy); color: white; border-radius: 8px; padding: 2rem; border-top: 4px solid #88e2b7; }
.product-card .eyebrow { color: #bdcdd6; margin-bottom: 2rem; }
.product-card h2 { font-size: 1.875rem; line-height: 1.2; letter-spacing: -.035em; margin: 0 0 1rem; }
.product-card > p { color: #d0dee6; margin-bottom: 2rem; }
.specs { margin: 0; }
.specs div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; border-top: 1px solid #3c5361; padding: .9rem 0; font-size: .875rem; }
.specs dt { color: #bfced8; }
.specs dd { margin: 0; color: #fff; font-weight: 600; }
.specs div:last-child { padding-bottom: 0; }
.section { padding-block: 4rem; border-top: 1px solid var(--line); }
.section h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -.04em; line-height: 1.25; margin: 0 0 1.15rem; font-weight: 650; }
.section-intro { max-width: 43rem; color: var(--muted); margin: 0 0 2rem; }
.split { display: grid; grid-template-columns: .65fr 1.35fr; gap: 2.5rem; }
.split .eyebrow { color: var(--accent); }
.split p:first-child { margin-top: 0; }
.split p:last-child { margin-bottom: 0; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.75rem; }
.use-item { padding-top: 1.35rem; border-top: 2px solid var(--ink); }
.index { color: var(--accent); font-variant-numeric: tabular-nums; font-size: .875rem; font-weight: 600; }
.use-item h3 { font-size: 1.25rem; line-height: 1.4; letter-spacing: -.02em; margin: 1rem 0 .65rem; }
.use-item p { color: var(--muted); margin: 0; }
.scope-note { margin-top: 2.2rem; color: var(--muted); font-size: .875rem; max-width: 53rem; }
.availability { background: var(--wash); }
.facts { margin: 0; }
.facts div { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.facts div:first-child { padding-top: 0; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; }
.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem 3rem; }
.contact-strip h2 { margin-bottom: .5rem; }
.contact-strip p { margin: 0; color: var(--muted); }
.site-footer { padding-block: 2rem; border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem 2rem; }
.footer-brand { color: var(--ink); font-weight: 650; margin: 0 0 .3rem; }
.footer-copy { margin: 0; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .75rem 1.4rem; max-width: 36rem; }
.footer-links a { color: var(--muted); padding-block: .2rem; }
.page-shell { max-width: 820px; padding-block: 3.5rem 5rem; }
.breadcrumbs { margin: 0 0 2.5rem; font-size: .875rem; }
.page-shell h1 { font-size: clamp(2.35rem, 5vw, 3.5rem); margin: 0 0 1.1rem; }
.page-shell .page-intro { color: var(--muted); font-size: 1.125rem; max-width: 44rem; margin: 0 0 1.25rem; }
.updated { font-size: .875rem; color: var(--muted); margin-bottom: 2.5rem; }
.policy-notice { background: var(--wash); padding: 1.2rem 1.5rem; border-left: 3px solid var(--accent); margin: 1.8rem 0 2.5rem; }
.policy-notice p { margin: 0; }
.prose h2 { font-size: 1.375rem; line-height: 1.4; letter-spacing: -.02em; margin: 2.5rem 0 .75rem; }
.prose p, .prose li { color: #364d5d; }
.prose ul { padding-left: 1.35rem; }
.prose li + li { margin-top: .5rem; }
.contact-box { margin: 2rem 0; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--wash); }
.contact-box .eyebrow { margin-bottom: .6rem; color: var(--muted); }
.contact-address { font-size: clamp(1rem, 3vw, 1.35rem); font-weight: 650; overflow-wrap: anywhere; }
.contact-box p:last-child { margin-bottom: 0; }
.pending { color: #7a460c; }
@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .product-card { padding: 1.7rem; }
  .product-card .eyebrow { margin-bottom: 1.5rem; }
  .split { grid-template-columns: 1fr; gap: 1rem; }
  .use-grid { grid-template-columns: 1fr; gap: 1.75rem; margin-top: 2rem; }
  .use-item h3 { margin-top: .5rem; }
  .section { padding-block: 3rem; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-direction: column; gap: 1.5rem; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 480px) {
  .wrap { width: calc(100% - 2.25rem); }
  .header-inner { align-items: flex-start; flex-direction: column; gap: .5rem; min-height: auto; }
  .nav { justify-content: flex-start; gap: .5rem 1.4rem; }
  .hero { padding-top: 2.75rem; }
  .hero h1 { font-size: 2.75rem; }
  .facts div { grid-template-columns: 1fr; gap: .25rem; }
  .page-shell { padding-top: 2.5rem; }
  .contact-box { padding: 1.3rem; }
}
@media print {
  .skip-link, .actions, .nav { display: none; }
  body { font-size: 11pt; }
  .hero, .section, .page-shell { padding-block: 1.25rem; }
  .product-card { color: black; background: white; border: 1px solid #777; }
  .product-card .eyebrow, .product-card > p, .specs dt, .specs dd { color: black; }
  h1, h2, h3 { break-after: avoid; }
}
