:root {
  --ink: #17251f;
  --ink-soft: #4c5d55;
  --forest: #174f3d;
  --forest-deep: #103a2d;
  --forest-soft: #e8f0eb;
  --water: #277b83;
  --water-soft: #e5f1f2;
  --sand: #f3f0e8;
  --paper: #fff;
  --line: #d8dfda;
  --line-strong: #b7c3bc;
  --shadow-sm: 0 1px 2px rgb(17 42 32 / 7%), 0 7px 22px rgb(17 42 32 / 5%);
  --shadow-md: 0 16px 42px rgb(17 42 32 / 10%);
  --radius-sm: .55rem;
  --radius: .9rem;
  --radius-lg: 1.35rem;
  --shell: 94rem;
  --reading: 48rem;
}

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

html {
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--sand);
}

body {
  margin: 0;
  color: var(--ink);
  background: #e8f0eb;
  font-size: 1rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, summary, select, input[type="checkbox"], input[type="range"] { cursor: pointer; }
[hidden] { display: none !important; }

a {
  color: var(--forest);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

a:hover { color: var(--water); }

:focus-visible {
  outline: .2rem solid #f0a735;
  outline-offset: .18rem;
  border-radius: .2rem;
}

h1, h2, h3 {
  margin: 0 0 .75em;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.35rem, 6vw, 5.2rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
h3 { font-size: clamp(1.24rem, 2vw, 1.55rem); }
p, ul, ol, dl { margin: 0 0 1.15rem; }

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset: .75rem auto auto .75rem;
  padding: .7rem 1rem;
  color: white;
  background: var(--forest-deep);
  border-radius: var(--radius-sm);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgb(255 255 255 / 94%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: -.015em;
  text-decoration: none;
}

.brand svg { width: 2.15rem; height: 2.15rem; flex: 0 0 auto; }
.brand:hover { color: var(--forest); }

.site-nav { display: flex; align-items: center; gap: .3rem; }
.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: .55rem 1rem;
  color: var(--ink-soft);
  border-radius: 999px;
  font-weight: 680;
  text-decoration: none;
}
.site-nav a:hover { color: var(--forest); background: var(--forest-soft); }
.site-nav a[aria-current="page"] { color: white; background: var(--forest); }

.nav-toggle {
  width: 2.8rem;
  height: 2.8rem;
  display: none;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 1.35rem;
}

.eyebrow {
  margin-bottom: .75rem;
  color: var(--water);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lead {
  max-width: 56rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.6;
}

.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.35rem) 0;
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgb(65 138 124 / 34%), transparent 28rem),
    linear-gradient(138deg, #0d3026, #174f3d 66%, #1c5d59);
}

.catalog-hero::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -14rem;
  width: 33rem;
  height: 33rem;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgb(255 255 255 / 3%), 0 0 0 8rem rgb(255 255 255 / 2%);
}

.catalog-hero .shell { position: relative; z-index: 1; }
.catalog-hero__inner { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr); gap: 1.5rem 3rem; align-items: end; }
.catalog-hero h1 { max-width: 19ch; color: white; font-size: clamp(2.15rem, 4.2vw, 4.15rem); }
.catalog-hero .lead { max-width: 48rem; margin-bottom: 0; color: rgb(255 255 255 / 78%); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.catalog-hero .eyebrow { color: #a9d8d5; }
.catalog-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.catalog-hero__facts span { min-width: 0; padding: .75rem; color: rgb(255 255 255 / 76%); background: rgb(255 255 255 / 8%); border: 1px solid rgb(255 255 255 / 16%); border-radius: var(--radius-sm); font-size: .72rem; line-height: 1.25; }
.catalog-hero__facts strong { display: block; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2.15rem); line-height: 1; }

.catalog-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: clamp(2.2rem, 5vw, 4rem);
}

.catalog-metric {
  min-height: 8.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  color: var(--ink-soft);
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.catalog-hero .catalog-metric {
  color: rgb(255 255 255 / 76%);
  background: rgb(255 255 255 / 8%);
  border-color: rgb(255 255 255 / 16%);
  box-shadow: none;
}

.catalog-metric strong {
  display: block;
  margin-bottom: .32rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.catalog-hero .catalog-metric strong { color: white; }
.catalog-metric span { font-size: .86rem; font-weight: 680; line-height: 1.35; }
.catalog-metric--primary { background: var(--water-soft); border-color: #b8d9da; }
.catalog-hero .catalog-metric--primary { background: rgb(136 214 209 / 16%); border-color: rgb(169 216 213 / 38%); }

.catalog-section { padding: clamp(.8rem, 1.8vw, 1.4rem) 0 clamp(2rem, 4vw, 3.5rem); }
.catalog-intro {
  display: grid;
  grid-template-columns: minmax(17rem, .8fr) minmax(20rem, 1.2fr);
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: .8rem;
}
.catalog-intro h2 { margin-bottom: 0; }
.catalog-intro > p { max-width: 50rem; margin: 0; color: var(--ink-soft); }

.filter-panel {
  margin-bottom: .8rem;
  padding: .6rem;
  background: linear-gradient(135deg, var(--forest-deep), var(--forest) 70%, #1c625c);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.filter-panel__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .25rem .55rem .7rem;
  color: white;
}
.filter-panel__heading strong { font-size: 1.02rem; }
.filter-panel__heading small { color: rgb(255 255 255 / 74%); font-size: .76rem; }

.filter-panel__mobile-toggle { display: none; }
.filter-panel__mobile-copy { display: grid; gap: .12rem; text-align: left; }
.filter-panel__mobile-copy strong { font-size: 1rem; }
.filter-panel__mobile-copy small { color: var(--ink-soft); font-size: .75rem; line-height: 1.35; }
.filter-panel__mobile-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: .48rem .68rem;
  color: white;
  background: var(--water);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}
.filter-panel__mobile-state::after { content: "↓"; margin-left: .35rem; font-size: 1rem; line-height: 1; }
.filter-panel__mobile-toggle[aria-expanded="true"] .filter-panel__mobile-state::after { content: "↑"; }

.filters {
  position: relative;
  z-index: 20;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  background: #f7faf8;
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
}

.filters__topline {
  display: grid;
  grid-template-columns: minmax(16rem, 1.6fr) repeat(2, minmax(11rem, 1fr));
  gap: .8rem;
  align-items: end;
}

.field { display: grid; gap: .35rem; }
.field label, .range-filter legend { color: var(--ink); font-size: .78rem; font-weight: 780; letter-spacing: .02em; }
.field input, .field select, .sort select {
  width: 100%;
  min-height: 3rem;
  padding: .68rem .8rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
}
.field input:hover, .field select:hover, .sort select:hover { border-color: var(--forest); }
.field input::placeholder { color: #78877f; }

.check-menu { position: relative; }
.check-menu summary {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  padding: .68rem .8rem;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  font-size: .88rem;
  font-weight: 720;
  list-style: none;
}
.check-menu summary::-webkit-details-marker { display: none; }
.check-menu summary::after { content: "⌄"; color: var(--ink-soft); font-size: 1rem; }
.check-menu[open] summary { border-color: var(--forest); box-shadow: 0 0 0 3px var(--forest-soft); }
.check-menu__count { margin-left: auto; color: var(--water); font-size: .74rem; white-space: nowrap; }
.check-menu__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + .45rem);
  left: 0;
  width: min(21rem, calc(100vw - 3rem));
  max-height: 20rem;
  overflow: auto;
  padding: .5rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.check-menu__panel label {
  min-height: 2.75rem;
  display: grid;
  grid-template-columns: 1.15rem 1fr auto;
  gap: .65rem;
  align-items: center;
  padding: .55rem .6rem;
  border-radius: .45rem;
}
.check-menu__panel label:hover { background: var(--forest-soft); }
.check-menu__panel input { width: 1.05rem; height: 1.05rem; accent-color: var(--forest); }
.check-menu__panel small { color: var(--ink-soft); }

.filters__ranges {
  display: grid;
  grid-template-columns: repeat(6, minmax(9rem, 1fr));
  gap: .7rem;
  margin-top: 1rem;
}

.range-filter {
  min-width: 0;
  margin: 0;
  padding: .85rem .8rem 1rem;
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.range-filter legend { padding: 0 .2rem; }
.range-filter__values { display: flex; justify-content: space-between; gap: .35rem; color: var(--ink-soft); font-size: .76rem; font-variant-numeric: tabular-nums; }
.range-filter__values output { color: var(--ink); font-weight: 720; white-space: nowrap; }

.dual-range {
  position: relative;
  height: 1.7rem;
  margin-top: .35rem;
}
.dual-range::before {
  content: "";
  position: absolute;
  top: .72rem;
  right: 0;
  left: 0;
  height: .28rem;
  border-radius: 999px;
  background: linear-gradient(to right, #ced7d1 0 var(--range-start), var(--water) var(--range-start) var(--range-end), #ced7d1 var(--range-end) 100%);
}
.dual-range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1.7rem;
  margin: 0;
  appearance: none;
  pointer-events: none;
  background: transparent;
}
.dual-range input[type="range"]::-webkit-slider-runnable-track { height: .28rem; background: transparent; }
.dual-range input[type="range"]::-webkit-slider-thumb {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: -.44rem;
  appearance: none;
  pointer-events: auto;
  background: white;
  border: .26rem solid var(--forest);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
.dual-range input[type="range"]::-moz-range-track { height: .28rem; background: transparent; }
.dual-range input[type="range"]::-moz-range-thumb {
  width: .75rem;
  height: .75rem;
  pointer-events: auto;
  background: white;
  border: .24rem solid var(--forest);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

.filters__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
}
.filters__actions p { margin: 0; color: var(--ink-soft); font-size: .78rem; }

.button {
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .68rem 1rem;
  color: white;
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: var(--radius-sm);
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.button:hover { color: white; background: var(--forest-deep); border-color: var(--forest-deep); }
.button:disabled { cursor: not-allowed; opacity: .46; }
.button--quiet, .button--ghost { color: var(--forest); background: white; border-color: var(--line-strong); }
.button--quiet:hover, .button--ghost:hover { color: var(--forest-deep); background: var(--forest-soft); border-color: var(--forest); }

.catalog-toolbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 2rem 0 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.result-count { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 600; }
.filter-summary { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .55rem; }
.filter-summary__empty { color: var(--ink-soft); font-size: .84rem; }
.filter-chip { padding: .26rem .55rem; color: var(--forest-deep); background: var(--forest-soft); border: 1px solid #cbdcd2; border-radius: 999px; font-size: .72rem; font-weight: 680; }
.sort { min-width: min(100%, 16rem); display: grid; gap: .35rem; }
.sort label { color: var(--ink-soft); font-size: .75rem; font-weight: 760; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.product-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
  border: 1px solid #c7d3cc;
  border-radius: 1.15rem;
  box-shadow: 0 6px 20px rgb(17 42 32 / 7%);
  transform-origin: center;
  transition: transform .26s cubic-bezier(.2, .8, .2, 1), box-shadow .26s ease, border-color .26s ease;
}
.product-card:hover, .product-card:focus-within { z-index: 5; border-color: var(--water); box-shadow: 0 24px 55px rgb(16 58 45 / 22%); transform: translateY(-8px) scale(1.025); }
.product-card__link { display: flex; flex: 1; flex-direction: column; color: inherit; text-decoration: none; }
.product-card__media {
  position: relative;
  height: clamp(19rem, 24vw, 23rem);
  display: grid;
  place-items: center;
  padding: .9rem 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfdfb, #f0f5f1);
  border-bottom: 1px solid var(--line);
}
.product-card__media img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.product-card:hover .product-card__media img, .product-card:focus-within .product-card__media img { transform: scale(1.04); }
.product-card__media--missing { padding: 2rem; color: var(--ink-soft); font-size: .86rem; text-align: center; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.15rem 1.2rem 1.2rem; }
.product-card__name { display: block; margin-bottom: .9rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 600; line-height: 1.32; }
.product-card__facts { display: grid; grid-template-columns: minmax(6rem, .7fr) minmax(0, 1.3fr); gap: .7rem; margin: 0 0 1rem; }
.product-card__facts div { min-width: 0; padding: .7rem .78rem; background: #f2f6f3; border: 1px solid #dde6e0; border-radius: .72rem; }
.product-card__facts dt { margin-bottom: .22rem; color: var(--ink-soft); font-size: .7rem; font-weight: 760; letter-spacing: .045em; line-height: 1.25; text-transform: uppercase; }
.product-card__facts dd { margin: 0; color: var(--ink); font-size: .9rem; font-weight: 730; line-height: 1.35; overflow-wrap: anywhere; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: .9rem; border-top: 1px solid var(--line); }
.product-card__price { display: flex; min-width: 0; flex-direction: column; }
.product-card__price small { color: var(--ink-soft); font-size: .7rem; font-weight: 760; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; }
.product-card__price strong { color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.48rem; font-weight: 700; line-height: 1.3; white-space: nowrap; }
.product-card__arrow { width: 2.7rem; height: 2.7rem; display: grid; flex: 0 0 auto; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: 1.25rem; transition: background .2s ease, transform .2s ease; }
.product-card:hover .product-card__arrow, .product-card:focus-within .product-card__arrow { background: var(--water); transform: translateX(.15rem); }
.compare-check { min-height: 3rem; display: flex; align-items: center; gap: .6rem; padding: .68rem 1.2rem; color: var(--ink-soft); background: #f8faf8; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 680; }
.compare-check:hover { background: #eef4ef; color: var(--ink); }
.compare-check input { width: 1.05rem; height: 1.05rem; accent-color: var(--forest); }

.no-results { margin: 2rem 0; padding: 2.2rem; background: white; border: 1px dashed var(--line-strong); border-radius: var(--radius); text-align: center; }
.no-results p { margin-bottom: 0; color: var(--ink-soft); }

.compare-dock {
  position: sticky;
  z-index: 40;
  bottom: 1rem;
  width: min(42rem, calc(100% - 1rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem auto 0;
  padding: .85rem 1rem;
  color: white;
  background: rgb(16 58 45 / 96%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(10px);
}
.compare-dock p { margin: .12rem 0 0; color: rgb(255 255 255 / 72%); font-size: .75rem; }
.compare-dock .button { background: white; border-color: white; color: var(--forest-deep); }

dialog {
  width: min(76rem, calc(100% - 1.5rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  overflow: hidden;
  background: white;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 100px rgb(0 0 0 / 28%);
}
dialog::backdrop { background: rgb(9 27 21 / 66%); backdrop-filter: blur(3px); }
.dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); }
.dialog__header h2 { margin: 0; font-size: 1.5rem; }
.dialog__close { width: 2.6rem; height: 2.6rem; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 50%; font-size: 1.45rem; }
.dialog__body { max-height: calc(100vh - 7rem); padding: 1.15rem; overflow: auto; }
.compare-table-wrap { overflow-x: hidden; }
.compare-table { width: 100%; table-layout: fixed; font-size: .8rem; }
.compare-table th, .compare-table td { padding: .5rem .55rem; overflow-wrap: anywhere; }
.compare-table thead th { white-space: normal; }
.compare-table th:first-child { width: 7rem; }
.compare-product { display: flex; flex-direction: column; gap: .45rem; align-items: center; color: white; line-height: 1.25; text-align: center; text-decoration: none; }
.compare-product:hover, .compare-product:focus-visible { color: white; text-decoration: underline; }
.compare-product img { width: min(7.5rem, 100%); height: 6rem; padding: .3rem; object-fit: contain; background: white; border-radius: .55rem; }

.section { padding: clamp(2.1rem, 4.5vw, 4.25rem) 0; }
.section--white { background: #f4f8f5; }
.section--tint { background: #d9e9df; }
.section-heading { max-width: 56rem; margin-bottom: 1.25rem; }
.section-heading--split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.section-heading--split h2 { margin-bottom: 0; }
.section-note { margin-top: -1rem; margin-bottom: 1.5rem; color: var(--ink-soft); }

.page-hero, .hero {
  padding: clamp(2.3rem, 4.8vw, 4.5rem) 0;
  color: white;
  background: radial-gradient(circle at 88% 12%, rgb(60 145 132 / 32%), transparent 26rem), linear-gradient(140deg, #0c3025, #174f3d 66%, #1d625c);
  border-bottom: 1px solid #2d6f5b;
}
.page-hero h1, .hero h1 { max-width: 18ch; font-size: clamp(2.35rem, 5.8vw, 5rem); }
.page-hero h1, .hero h1 { color: white; }
.page-hero .eyebrow, .hero .eyebrow { color: #a9d8d5; }
.page-hero .lead, .hero .lead, .page-hero .key-note { color: rgb(255 255 255 / 78%); }
.page-hero .key-fact, .page-hero .catalog-metric { color: rgb(255 255 255 / 78%); background: rgb(255 255 255 / 9%); border-color: rgb(255 255 255 / 17%); box-shadow: none; }
.page-hero .key-fact dt { color: rgb(255 255 255 / 68%); }
.page-hero .key-fact dd, .page-hero .catalog-metric strong { color: white; }
.manufacturer-hero { padding-bottom: clamp(2.3rem, 4.5vw, 4rem); }
.manufacturer-hero__heading { display: grid; grid-template-columns: minmax(10rem, 15rem) minmax(0, 1fr); gap: clamp(1.4rem, 4vw, 3.5rem); align-items: center; }
.manufacturer-hero__logo { min-height: 8rem; display: grid; place-items: center; padding: 1.2rem; background: white; border: 1px solid rgb(255 255 255 / 35%); border-radius: var(--radius-lg); box-shadow: 0 18px 50px rgb(0 0 0 / 18%); }
.manufacturer-logo { width: 100%; max-width: 15rem; height: auto; max-height: 7rem; object-fit: contain; }
.manufacturer-hero .catalog-metrics { margin-top: 1.6rem; }
.manufacturer-hero .catalog-metric strong { font-size: clamp(1.65rem, 2.65vw, 3rem); }

.breadcrumbs { padding-top: 1rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; color: var(--ink-soft); font-size: .76rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .4rem; color: #9aa69f; }
.breadcrumbs a { color: var(--ink-soft); }

.prose { max-width: var(--reading); margin-inline: auto; }
.prose--wide { max-width: 62rem; }
.prose > * + h2, .prose section + section { margin-top: 2.1rem; }
.prose > * + h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #34453d; }
.prose li + li { margin-top: .45rem; }
.prose a { font-weight: 650; }

.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.info-card { padding: clamp(1rem, 2.4vw, 1.6rem); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.info-card h2 { font-size: 1.65rem; }
.info-card h3 { font-size: 1.25rem; }
.info-card > :last-child { margin-bottom: 0; }

.manufacturer-list { display: grid; gap: 1.25rem; }
.manufacturer-card { display: grid; grid-template-columns: minmax(17rem, .8fr) minmax(0, 1.2fr); overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.manufacturer-card__images { min-height: 24rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; align-items: center; padding: 1.4rem; background: linear-gradient(145deg, #f3f6f3, #e9efea); border-right: 1px solid var(--line); }
.manufacturer-card__images img { width: 100%; height: 19rem; object-fit: contain; }
.manufacturer-card__images--missing { place-items: center; padding: 2rem; color: var(--ink-soft); text-align: center; }
.manufacturer-card__body { padding: clamp(1.4rem, 3vw, 2.7rem); }
.manufacturer-card__logo { width: fit-content; min-width: 10rem; max-width: 15rem; min-height: 4.25rem; display: grid; place-items: center; margin-bottom: 1rem; padding: .7rem 1rem; background: #f7faf8; border: 1px solid var(--line); border-radius: .85rem; }
.manufacturer-card__logo .manufacturer-logo { max-height: 4.25rem; }
.manufacturer-card__body h2 { margin-bottom: .55rem; font-size: clamp(2rem, 4vw, 3.25rem); }
.manufacturer-card__facts { margin: 1.5rem 0; border-top: 1px solid var(--line); }
.manufacturer-card__facts div { display: grid; grid-template-columns: minmax(7rem, .65fr) 1.35fr; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.manufacturer-card__facts dt { color: var(--ink-soft); font-size: .78rem; }
.manufacturer-card__facts dd { margin: 0; font-size: .86rem; font-weight: 680; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; font-weight: 800; text-decoration: none; }

.product-hero { display: grid; grid-template-columns: minmax(20rem, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.product-image {
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1.5rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.product-image img { width: 100%; height: min(36rem, 58vw); object-fit: contain; object-position: center; }
.product-image figcaption { margin-top: .8rem; }
.product-image--missing { color: var(--ink-soft); text-align: center; }
.key-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin: 1.5rem 0 1rem; }
.key-fact { padding: .85rem; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.key-fact dt { color: var(--ink-soft); font-size: .72rem; font-weight: 730; }
.key-fact dd { margin: .2rem 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 600; }
.key-note { color: var(--ink-soft); font-size: .78rem; }
.product-shop-cta { margin-top: .35rem; }

.page-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(20rem, .7fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.page-grid .prose { max-width: none; margin: 0; }
.page-grid aside { position: sticky; top: 6rem; }
.technical-card { padding: .6rem; }
.technical-card h2 { padding: .8rem .8rem 0; }

.table-wrap { max-width: 100%; overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; font-size: .86rem; }
caption { padding: .85rem; color: var(--ink-soft); font-size: .74rem; text-align: left; }
th, td { padding: .72rem .8rem; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: white; background: var(--forest); border-color: rgb(255 255 255 / 16%); white-space: nowrap; }
tbody th { color: var(--ink); background: #f8faf8; font-weight: 720; }
.data-table th { width: 42%; }

.source-meta { color: var(--ink-soft); font-size: .75rem; line-height: 1.5; }
.variant-links { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.variant-links a { display: inline-flex; padding: .5rem .75rem; background: white; border: 1px solid var(--line-strong); border-radius: 999px; text-decoration: none; }
.variant-links a[aria-current="page"] { color: white; background: var(--forest); border-color: var(--forest); }

.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }

.site-footer { padding: 3.5rem 0; color: rgb(255 255 255 / 70%); background: #0c2920; }
.site-footer .brand { color: white; }
.site-footer p { max-width: 27rem; margin: .9rem 0 0; font-size: .82rem; }
.site-footer__grid { display: grid; grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.2fr); gap: 3rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(8rem, 1fr)); gap: 1.5rem; }
.footer-links nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-links strong { margin-bottom: .25rem; color: white; font-size: .78rem; }
.footer-links a { color: rgb(255 255 255 / 70%); font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }

@media (max-width: 78rem) {
  .filters__topline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .field--search { grid-column: span 2; }
}

@media (max-width: 62rem) {
  .filters__ranges { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-intro { grid-template-columns: 1fr; gap: .5rem; }
  .catalog-hero__inner { grid-template-columns: 1fr; gap: 1rem; }
  .catalog-hero__facts { max-width: 34rem; }
  .manufacturer-card { grid-template-columns: 1fr; }
  .manufacturer-card__images { min-height: 18rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .manufacturer-card__images img { height: 15rem; }
  .product-hero, .page-grid { grid-template-columns: 1fr; }
  .product-image { min-height: 22rem; }
  .product-image img { height: min(34rem, 75vw); }
  .page-grid aside { position: static; }
  .check-menu__panel { width: 100%; }
  .site-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 47.99rem) {
  .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .site-header__inner { min-height: 4.2rem; flex-wrap: wrap; gap: .25rem; padding: .55rem 0; }
  .has-js .nav-toggle { display: grid; }
  .site-nav { width: 100%; flex-direction: column; align-items: stretch; padding: .45rem 0 .2rem; }
  .site-nav a { justify-content: center; }
  .catalog-hero { padding: 1.1rem 0 1.2rem; }
  .catalog-hero h1 { font-size: clamp(2rem, 9vw, 3.15rem); }
  .catalog-hero .lead { font-size: .96rem; line-height: 1.45; }
  .catalog-hero__inner { gap: .75rem; }
  .catalog-hero__facts { gap: .35rem; }
  .catalog-hero__facts span { padding: .55rem; font-size: .65rem; }
  .catalog-intro > p { font-size: .86rem; }
  .filter-panel { padding: .42rem; }
  .filter-panel__heading { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .filter-panel__mobile-toggle {
    width: 100%;
    min-height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .72rem .72rem .72rem .88rem;
    color: var(--ink);
    background: #f7faf8;
    border: 2px solid #8dc9c8;
    border-radius: var(--radius);
    box-shadow: 0 5px 16px rgb(5 32 24 / 20%);
  }
  .filter-panel__mobile-toggle:hover { background: white; border-color: #b8e2df; }
  .catalog-metrics { gap: .55rem; }
  .catalog-metric { min-height: 7rem; padding: .85rem; }
  .filters { padding: .8rem; border-radius: var(--radius); }
  .filters__topline, .filters__ranges { grid-template-columns: 1fr; }
  .field--search { grid-column: auto; }
  .check-menu__panel { position: static; width: 100%; margin-top: .4rem; box-shadow: var(--shadow-sm); }
  .filters__actions { align-items: stretch; flex-direction: column; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .sort { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__media { height: min(22rem, 88vw); }
  .compare-dock { bottom: .45rem; }
  .compare-dock p { max-width: 14rem; }
  dialog { width: calc(100% - .5rem); max-height: calc(100vh - .5rem); }
  .dialog__header { gap: .5rem; padding: .7rem; }
  .dialog__header h2 { font-size: 1.05rem; }
  .dialog__body { max-height: calc(100vh - 4.8rem); padding: .35rem; }
  .compare-table { font-size: .68rem; }
  .compare-table th, .compare-table td { padding: .38rem .25rem; }
  .compare-table th:first-child { width: 4.65rem; }
  .compare-product { gap: .25rem; line-height: 1.18; }
  .compare-product img { height: 4.25rem; padding: .18rem; border-radius: .35rem; }
  .section-heading--split { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .manufacturer-hero__heading { grid-template-columns: 1fr; gap: 1rem; }
  .manufacturer-hero__logo { width: min(14rem, 100%); min-height: 6rem; padding: .8rem; }
  .manufacturer-hero__logo .manufacturer-logo { max-height: 5.5rem; }
  .manufacturer-card__images { min-height: 14rem; padding: .7rem; }
  .manufacturer-card__images img { height: 12rem; }
  .manufacturer-card__facts div { grid-template-columns: 1fr; gap: .15rem; }
  .key-facts { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 25rem) {
  .filter-panel__mobile-toggle {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-panel__mobile-state {
    align-self: flex-start;
  }
}

@media (max-width: 25rem) {
  .brand span { max-width: 12rem; }
  .catalog-metrics { grid-template-columns: 1fr; }
  .catalog-metric { min-height: 5.8rem; }
  .key-facts { grid-template-columns: 1fr; }
  .compare-dock { align-items: stretch; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .filter-panel, .compare-dock, .compare-check, .product-shop-cta { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; }
  .section, .page-hero { padding: 1rem 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card { break-inside: avoid; box-shadow: none; }
}
