:root {
  --ink: #18372f;
  --ink-soft: #49645b;
  --forest: #153f34;
  --forest-deep: #0d2d25;
  --leaf: #73be44;
  --leaf-bright: #a6de71;
  --citrus: #e8f35d;
  --paper: #f7f5ee;
  --sand: #eeeadf;
  --white: #fffef9;
  --line: rgba(24, 55, 47, .15);
  --shadow: 0 24px 70px rgba(21, 63, 52, .12);
  --radius: 1.35rem;
  --shell: min(92vw, 1240px);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 7.5rem 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .75rem 1rem; background: var(--white); border-radius: .5rem; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--citrus); outline-offset: 4px; }

.preview-bar { min-height: 2.15rem; padding: .48rem 4vw; display: flex; justify-content: center; align-items: center; gap: .75rem; background: var(--forest-deep); color: #eaf3e7; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.preview-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--leaf-bright); }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(247, 245, 238, .9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(24, 55, 47, .08); }
.header-inner { min-height: 5.2rem; display: grid; grid-template-columns: 220px 1fr auto; gap: 1.5rem; align-items: center; }
.brand { width: 166px; height: 3.75rem; display: flex; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.6rem); }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 720; }
.site-nav a:hover { color: #2f721f; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.language-button, .menu-button { border: 0; background: transparent; cursor: pointer; }
.language-button { padding: .55rem; font-size: .74rem; font-weight: 850; letter-spacing: .06em; }
.language-button span:first-child { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.mobile-language-button { display: none; padding: .9rem 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.header-cta { padding: .76rem 1.08rem; background: var(--ink); color: var(--white); text-decoration: none; border-radius: 999px; font-size: .8rem; font-weight: 800; }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; padding: .75rem; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: min(760px, calc(100svh - 7.4rem)); position: relative; overflow: hidden; background: radial-gradient(circle at 82% 44%, rgba(166, 222, 113, .22), transparent 27%), linear-gradient(135deg, #f9f8f2 0%, #f1f2e8 65%, #e9efdf 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .38; background-image: linear-gradient(rgba(24, 55, 47, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 55, 47, .035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 68%); }
.hero-grid { min-height: inherit; padding: 5.3rem 0 6rem; display: grid; grid-template-columns: minmax(0, .96fr) minmax(470px, .9fr); align-items: center; gap: 4vw; position: relative; z-index: 2; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 1.15rem; color: #2f721f; font-size: .73rem; line-height: 1.2; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: var(--leaf-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, .section-heading h2, .standards-intro h2, .disclosure-card h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(3.75rem, 6.8vw, 7.15rem); }
.hero-lede { max-width: 610px; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1.03rem, 1.4vw, 1.24rem); }
.mobile-product-strip { display: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { min-height: 3.2rem; padding: .9rem 1.3rem; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 850; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #285548; }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.55); }
.button-quiet:hover { background: var(--white); }
.button-light { background: var(--citrus); color: var(--forest-deep); }
.hero-proof { margin: 3.3rem 0 0; padding-top: 1.5rem; display: flex; gap: clamp(1.4rem, 4vw, 3.4rem); border-top: 1px solid var(--line); }
.hero-proof div { display: flex; align-items: baseline; gap: .55rem; }
.hero-proof dt { font-family: var(--display); font-size: 2rem; font-weight: 700; letter-spacing: -.06em; }
.hero-proof dd { margin: 0; color: var(--ink-soft); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-products { min-height: 540px; position: relative; }
.hero-product { position: absolute; overflow: hidden; border: 1px solid rgba(24,55,47,.08); border-radius: 1.7rem; box-shadow: var(--shadow); background: var(--white); }
.hero-product img { width: 100%; height: 100%; object-fit: cover; }
.hero-product-a { width: 54%; aspect-ratio: 1; right: 5%; top: 2%; transform: rotate(3.5deg); }
.hero-product-b { width: 41%; aspect-ratio: 1; left: 2%; top: 22%; transform: rotate(-5deg); }
.hero-product-c { width: 35%; aspect-ratio: 1; right: 13%; bottom: 2%; transform: rotate(-1.5deg); }
.hero-caption { position: absolute; z-index: 3; left: 4%; bottom: 1%; max-width: 190px; padding: 1rem 1.05rem; border-radius: 1rem; background: var(--forest); color: var(--white); box-shadow: 0 20px 50px rgba(13,45,37,.22); }
.hero-caption span, .hero-caption strong { display: block; }
.hero-caption span { margin-bottom: .4rem; color: var(--leaf-bright); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-caption strong { font-size: .92rem; line-height: 1.25; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(78,152,44,.25); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 520px; height: 520px; right: 2%; top: 8%; }
.orbit-two { width: 690px; height: 690px; right: -5%; top: -5%; }

.principles { background: var(--white); border-block: 1px solid var(--line); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { padding: 2.1rem clamp(1rem, 2.4vw, 2.3rem); display: grid; grid-template-columns: auto 1fr; gap: 1rem; border-right: 1px solid var(--line); }
.principles article:first-child { padding-left: 0; }
.principles article:last-child { border-right: 0; padding-right: 0; }
.principles article > span { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: 50%; background: #e5f3d9; color: #2f721f; font-size: .68rem; font-weight: 900; }
.principles h2 { margin: 0 0 .4rem; font-size: 1rem; }
.principles p { margin: 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }

.section-heading { margin-bottom: 3.3rem; }
.section-heading h2 { max-width: 770px; margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.split-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 7vw; }
.split-heading > p, .catalog-heading > p { max-width: 460px; margin: 0; color: var(--ink-soft); }
.shortlist-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: 0 10px 30px rgba(21,63,52,.03); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(78,152,44,.4); box-shadow: var(--shadow); }
.product-image-button { position: relative; aspect-ratio: 1; padding: 0; border: 0; overflow: hidden; background: #f1f0e9; cursor: pointer; }
.product-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image-button img { transform: scale(1.035); }
.product-image-button::after { content: "+"; position: absolute; right: .75rem; bottom: .75rem; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,254,249,.9); color: var(--ink); font-size: 1.2rem; box-shadow: 0 6px 18px rgba(21,63,52,.12); opacity: 0; transform: translateY(5px); transition: .2s ease; }
.product-card:hover .product-image-button::after, .product-image-button:focus-visible::after { opacity: 1; transform: none; }
.product-card-content { flex: 1; padding: 1rem 1.05rem 1.15rem; display: flex; flex-direction: column; }
.product-category { margin: 0 0 .45rem; color: #2f721f; font-size: .64rem; line-height: 1.2; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-size: .98rem; line-height: 1.25; letter-spacing: -.025em; }
.product-card-footer { margin-top: auto; padding-top: 1.05rem; display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.product-price { margin: 0; font-weight: 850; font-size: .92rem; }
.quick-view { padding: .45rem 0; border: 0; background: transparent; cursor: pointer; color: var(--ink-soft); font-size: .72rem; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(24,55,47,.25); text-underline-offset: 4px; }
.shortlist-grid .product-card:first-child { grid-column: span 2; }
.shortlist-grid .product-card:first-child .product-image-button { aspect-ratio: 2.04 / 1; }
.shortlist-grid .product-card:first-child .product-image-button img { object-fit: contain; }

.editorial-band { padding: 5.2rem 0; overflow: hidden; background: var(--forest); color: var(--white); }
.editorial-grid { display: grid; grid-template-columns: .45fr 1.25fr .75fr; align-items: center; gap: 5vw; }
.editorial-mark img { width: min(250px, 100%); filter: drop-shadow(0 20px 40px rgba(0,0,0,.16)); }
.editorial-band blockquote { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.02; letter-spacing: -.05em; }
.do-dont { border-left: 1px solid rgba(255,255,255,.18); padding-left: 2rem; }
.do-dont p { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.do-dont p:last-child { border-bottom: 0; }
.do-dont span, .do-dont strong { display: block; }
.do-dont span { margin-bottom: .4rem; color: var(--leaf-bright); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }
.do-dont strong { font-size: .86rem; line-height: 1.5; }

.catalog-section { background: var(--sand); }
.catalog-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 6vw; }
.catalog-tools { display: flex; gap: 1rem; justify-content: space-between; align-items: center; padding: 1.25rem 0; border-block: 1px solid var(--line); }
.search-field { width: min(100%, 310px); height: 3rem; padding: 0 1rem; display: flex; align-items: center; gap: .7rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); }
.search-field svg { width: 1.15rem; flex: none; }
.search-field input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-field input::placeholder { color: #73867f; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.filter-button { min-height: 2.6rem; padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; }
.filter-button:hover, .filter-button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.catalog-meta { min-height: 4rem; display: flex; justify-content: space-between; align-items: center; color: var(--ink-soft); font-size: .77rem; }
.catalog-meta p { margin: 0; }
.catalog-meta button { padding: .4rem 0; border: 0; background: transparent; cursor: pointer; color: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }
.empty-state { padding: 6rem 1rem; text-align: center; }
.empty-state img { width: 48px; margin: 0 auto 1rem; }
.empty-state h3 { margin-bottom: .4rem; }
.empty-state p { color: var(--ink-soft); }

.standards-section { background: var(--forest-deep); color: var(--white); }
.standards-grid { display: grid; grid-template-columns: .8fr 1.05fr; gap: 9vw; }
.standards-intro { position: sticky; top: 9rem; align-self: start; }
.standards-intro h2 { margin-bottom: 1.5rem; font-size: clamp(3rem, 5.3vw, 5.6rem); }
.standards-intro > p:not(.eyebrow) { max-width: 520px; color: #b9cac4; }
.standards-intro .button { margin-top: 1rem; }
.standards-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.standards-list li { padding: 1.8rem 0; display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.standards-list li > span { color: var(--leaf-bright); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.standards-list h3 { margin: 0 0 .45rem; font-size: 1.25rem; }
.standards-list p { max-width: 540px; margin: 0; color: #b9cac4; font-size: .91rem; }

.disclosure-section { padding: 4rem 0; background: var(--paper); }
.disclosure-card { padding: clamp(2rem, 4vw, 4.3rem); display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 6vw; border: 1px solid var(--line); border-radius: 2rem; background: var(--white); }
.disclosure-card h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.disclosure-card > p { margin: 0; color: var(--ink-soft); }

.site-footer { padding: 5rem 0 1.5rem; background: #e9e6db; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .55fr .75fr; gap: 7vw; }
.footer-grid > div:first-child img { width: 180px; height: 95px; object-fit: contain; object-position: left center; }
.footer-grid > div:first-child p { max-width: 320px; color: var(--ink-soft); font-size: .9rem; }
.footer-grid h2 { margin-bottom: 1.05rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid a, .footer-grid > div:nth-child(n+2) p { display: block; margin-bottom: .65rem; color: var(--ink-soft); font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: #2f721f; }
.footer-bottom { margin-top: 4rem; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .7rem; }
.footer-bottom p { margin: 0; }

.product-dialog { width: min(94vw, 960px); max-height: min(90vh, 760px); padding: 0; overflow: auto; border: 0; border-radius: 1.6rem; background: var(--paper); box-shadow: 0 35px 110px rgba(13,45,37,.34); }
.product-dialog::backdrop { background: rgba(8,27,23,.68); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 3; right: 1rem; top: 1rem; width: 2.7rem; height: 2.7rem; border: 1px solid rgba(24,55,47,.13); border-radius: 50%; background: rgba(255,254,249,.94); cursor: pointer; font-size: 1.5rem; line-height: 1; }
.dialog-grid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 580px; }
.dialog-image { display: grid; place-items: center; background: #f1f0e9; }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { padding: clamp(2rem, 5vw, 4.3rem); align-self: center; }
.dialog-content h2 { margin: 0 0 .8rem; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: .98; letter-spacing: -.05em; }
.dialog-price { margin-bottom: 1.4rem; font-size: 1.25rem; font-weight: 850; }
.dialog-blurb { color: var(--ink-soft); }
.review-box { margin: 1.5rem 0; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.review-box strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }
.review-box ul { margin: .75rem 0 0; padding-left: 1.1rem; color: var(--ink-soft); font-size: .8rem; }
.review-box li + li { margin-top: .35rem; }
.dialog-note { margin: .9rem 0 0; color: #71817c; font-size: .67rem; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 185px 1fr auto; }
  .site-nav { gap: 1.1rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr); }
  .hero-products { min-height: 470px; }
  .shortlist-grid { grid-template-columns: repeat(3, 1fr); }
  .shortlist-grid .product-card:first-child { grid-column: span 1; }
  .shortlist-grid .product-card:first-child .product-image-button { aspect-ratio: 1; }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial-grid { grid-template-columns: .32fr 1.3fr .7fr; }
}

@media (max-width: 860px) {
  :root { --shell: min(91vw, 720px); }
  .section-pad { padding: 5rem 0; }
  .preview-bar span:nth-of-type(2), .preview-dot { display: none; }
  .header-inner { min-height: 4.6rem; grid-template-columns: 1fr auto; }
  .brand { width: 145px; height: 3.2rem; }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 100% 0 auto; display: none; padding: 1.2rem 4.5vw 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(21,63,52,.08); }
  .site-nav.open { display: grid; gap: 0; }
  .site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .mobile-language-button { display: block; }
  .header-actions { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding: 4rem 0; grid-template-columns: 1fr; gap: 3rem; }
  h1 { font-size: clamp(3.35rem, 13vw, 5.4rem); }
  .hero-products { min-height: 510px; width: min(100%, 560px); margin-inline: auto; }
  .mobile-product-strip { margin: -.45rem 0 1.2rem; display: flex; align-items: center; gap: .85rem; }
  .mobile-product-stack { display: flex; padding-left: .55rem; }
  .mobile-product-stack img { width: 62px; height: 62px; margin-left: -.55rem; border: 2px solid var(--paper); border-radius: 50%; object-fit: cover; background: #f1f0e9; box-shadow: 0 8px 20px rgba(21,63,52,.1); }
  .mobile-product-strip p { margin: 0; line-height: 1.2; }
  .mobile-product-strip strong, .mobile-product-strip span { display: block; }
  .mobile-product-strip strong { font-size: .75rem; }
  .mobile-product-strip span { margin-top: .23rem; color: var(--ink-soft); font-size: .66rem; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child, .principles article:last-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .split-heading, .catalog-heading, .standards-grid, .disclosure-card { grid-template-columns: 1fr; }
  .split-heading, .catalog-heading { gap: 1.3rem; }
  .section-heading h2 { font-size: clamp(2.7rem, 10vw, 4.5rem); }
  .shortlist-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: .3fr 1fr; }
  .do-dont { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 1rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .filter-row { justify-content: flex-start; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .standards-grid { gap: 4rem; }
  .standards-intro { position: static; }
  .disclosure-card { gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .preview-bar { font-size: .61rem; }
  .hero-grid { padding-top: 3rem; }
  .hero-lede { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 1rem; justify-content: space-between; }
  .hero-proof div { display: block; }
  .hero-proof dd { max-width: 75px; font-size: .62rem; }
  .hero-products { min-height: 385px; }
  .hero-product-a { width: 57%; right: 1%; }
  .hero-product-b { width: 43%; left: 0; top: 25%; }
  .hero-product-c { width: 39%; right: 9%; }
  .hero-caption { max-width: 155px; left: 1%; padding: .8rem; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 490px; height: 490px; }
  .shortlist-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .72rem; }
  .product-card-content { padding: .8rem .78rem .9rem; }
  .product-card h3 { font-size: .83rem; }
  .product-category { font-size: .55rem; }
  .product-card-footer { align-items: flex-end; gap: .35rem; }
  .product-price { font-size: .8rem; }
  .quick-view { font-size: .63rem; }
  .product-image-button::after { opacity: 1; transform: none; width: 1.8rem; height: 1.8rem; font-size: .9rem; }
  .editorial-band { padding: 4rem 0; }
  .editorial-grid { grid-template-columns: 70px 1fr; gap: 1.2rem; }
  .editorial-band blockquote { font-size: 2rem; }
  .do-dont { grid-template-columns: 1fr; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding: .15rem .1rem .55rem; scrollbar-width: thin; }
  .filter-button { flex: none; }
  .standards-list li { grid-template-columns: 2.5rem 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .35rem; }
  .product-dialog { width: 96vw; max-height: 92vh; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-image { max-height: 300px; }
  .dialog-content { padding: 1.5rem; }
  .dialog-content h2 { font-size: 2.35rem; }
}

@media (max-width: 340px) {
  .shortlist-grid, .catalog-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 2.2rem; }
  h1 { margin-bottom: 1rem; font-size: 2.65rem; }
  .hero-lede { margin-bottom: 1.2rem; font-size: .91rem; line-height: 1.45; }
  .mobile-product-strip { margin-bottom: 1rem; }
  .mobile-product-stack img { width: 52px; height: 52px; }
  .hero-actions { gap: .65rem; }
  .button { min-height: 3rem; padding-block: .72rem; }
  .hero-proof { gap: .5rem; }
}

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