:root {
  --ink: #092e39;
  --blue: #006c87;
  --aqua: #b9f0f3;
  --pale: #eaf7f8;
  --lime: #e5fa6c;
  --line: #cddfe2;
  --muted: #4d686f;
  --white: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
button,
a.button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #007a9b;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 1.2em;
}
h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.07;
  margin: 0 0 0.55em;
}
h1 {
  font-size: clamp(42px, 4.7vw, 78px);
}
h2 {
  font-size: clamp(32px, 3.3vw, 52px);
}
h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
ul,
ol {
  line-height: 1.7;
  padding-left: 23px;
}
li {
  margin-bottom: 7px;
}
.wrap {
  width: min(1440px, calc(100% - 96px));
  margin: auto;
}
.section {
  padding: 88px 0;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.small {
  font-size: 14px;
  line-height: 1.6;
}
.muted {
  color: var(--muted);
}
.skip {
  position: absolute;
  left: 20px;
  top: -60px;
  z-index: 40;
  background: white;
  padding: 14px;
}
.skip:focus {
  top: 10px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.announcement {
  background: var(--ink);
  color: white;
  font-size: 13px;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: white;
}
.header-inner {
  display: flex;
  align-items: center;
  min-height: 100px;
  gap: 40px;
}
.wordmark {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span {
  color: var(--blue);
}
.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: auto;
}
.main-nav a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 0;
}
.main-nav a:hover {
  text-decoration: underline;
}
.nav-help {
  border-left: 1px solid var(--line);
  padding-left: 25px !important;
}
.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: white;
  padding: 11px 15px;
  border-radius: 4px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 54px;
  background: var(--ink);
  color: white;
  border: 1px solid var(--ink);
  border-radius: 3px;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.button:hover {
  background: #145464;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
}
.button.secondary:hover {
  background: #d7eff0;
}
.button.lime {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.link {
  font-weight: 700;
  font-size: 16px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.hero {
  background: var(--pale);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
  align-items: center;
}
.hero-copy {
  padding: 65px 45px 65px 0;
  position: relative;
  z-index: 1;
}
.hero h1 {
  max-width: 650px;
  line-height: 1.02;
  margin-bottom: 27px;
}
.hero h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero .intro {
  max-width: 465px;
  font-size: 19px;
  line-height: 1.6;
}
.hero-visual {
  position: relative;
  height: 100%;
  min-height: 640px;
  margin-right: calc((min(1440px, 100vw - 96px) - 100vw) / 2);
}
.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-note {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding: 18px 22px;
  background: #ffffffec;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 15px;
}
.hero-note strong {
  display: block;
  margin-bottom: 5px;
}
.hero-note a {
  font-weight: 700;
  white-space: nowrap;
}
.feature-strip {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px 0;
}
.feature-strip > div {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  font-size: 15px;
}
.feature-strip > div:last-child {
  border: 0;
}
.feature-strip b {
  font-size: 22px;
  color: var(--blue);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.section-head h2 {
  margin: 0;
}
.section-head p {
  max-width: 435px;
  margin: 0;
  color: var(--muted);
}
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.category-tile {
  background: var(--pale);
  display: grid;
  grid-template-columns: 1fr 43%;
  align-items: center;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid var(--line);
  text-decoration: none;
}
.category-tile > div {
  padding: 32px;
}
.category-tile .eyebrow {
  margin-bottom: 12px;
}
.category-tile h3 {
  font-size: 36px;
}
.category-tile p {
  font-size: 16px;
}
.category-tile img {
  width: 100%;
  height: 285px;
  object-fit: contain;
  background: white;
}
.category-tile:nth-child(2) {
  background: #f0f4ed;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 24px;
}
.product-card {
  min-width: 0;
}
.card-image {
  position: relative;
  display: block;
  background: #f4f7f6;
  border: 1px solid #e5ecee;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s;
  padding: 18px;
  background: white;
}
.card-image:hover img {
  transform: scale(1.035);
}
.product-card .tag {
  display: block;
  margin: 19px 0 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
}
.product-card h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.product-card h3 a {
  text-decoration: none;
}
.product-card h3 a:hover {
  text-decoration: underline;
}
.product-card .card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 12px;
}
.price {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
}
.checked {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  margin-left: 8px;
}
.card-link {
  display: block;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 700;
}
.blue-section {
  background: var(--ink);
  color: white;
}
.blue-section .eyebrow {
  color: var(--aqua);
}
.how-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.how-grid video {
  width: 100%;
  aspect-ratio: 16/9;
  background: white;
  object-fit: contain;
  border-radius: 4px;
}
.steps {
  display: grid;
  gap: 24px;
  margin-top: 30px;
}
.step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
}
.step > span {
  font-size: 14px;
  color: var(--aqua);
  border-top: 1px solid #67828c;
  padding-top: 5px;
}
.step h3 {
  font-size: 21px;
  letter-spacing: 0;
  margin: 0 0 7px;
}
.step p {
  font-size: 16px;
  color: #c3d7dc;
  margin: 0;
}
.video-caption {
  font-size: 13px;
  color: #c3d7dc;
  margin: 14px 0 0;
}
.fit-banner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  background: var(--lime);
  padding: 55px;
  border-radius: 5px;
  align-items: center;
}
.fit-banner p {
  font-size: 18px;
  max-width: 490px;
}
.fit-choices {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.fit-choices a {
  border: 1px solid var(--ink);
  padding: 17px 23px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  background: #ffffff50;
}
.split-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split-story img {
  max-height: 560px;
  object-fit: contain;
  width: 100%;
}
.prose {
  max-width: 830px;
}
.prose h2 {
  font-size: 34px;
  margin-top: 48px;
}
.prose h3 {
  font-size: 24px;
  margin-top: 30px;
}
.prose p,
.prose li {
  font-size: 18px;
}
.faq {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
summary {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding-right: 25px;
  line-height: 1.45;
}
details p {
  font-size: 17px;
  max-width: 850px;
  margin: 18px 0 3px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
}
.site-footer {
  background: #e7f3f4;
  border-top: 1px solid var(--line);
  padding: 66px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
}
.footer-grid h3 {
  font-size: 16px;
  letter-spacing: 0;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
}
.footer-grid li {
  margin-bottom: 13px;
  font-size: 15px;
}
.footer-grid a {
  text-decoration: none;
}
.footer-grid a:hover {
  text-decoration: underline;
}
.footer-brand p {
  max-width: 340px;
  font-size: 17px;
}
.footer-brand .wordmark {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
.footer-bottom {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #c0d6d9;
  padding-top: 23px;
}
.footer-bottom p {
  font-size: 12px;
  max-width: 760px;
}
.breadcrumbs {
  font-size: 13px;
  line-height: 1.8;
  padding: 25px 0;
  color: var(--muted);
}
.breadcrumbs span {
  padding: 0 9px;
}
.page-head {
  padding: 45px 0 50px;
  border-bottom: 1px solid var(--line);
  background: var(--pale);
}
.page-head h1 {
  font-size: clamp(40px, 4vw, 64px);
  max-width: 900px;
}
.page-head p {
  max-width: 700px;
  margin-bottom: 0;
}
.catalog-tools {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 36px;
}
.catalog-tools label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.catalog-tools input,
.catalog-tools select {
  padding: 13px 14px;
  border: 1px solid #79969d;
  border-radius: 3px;
  background: white;
  min-height: 48px;
  max-width: 100%;
}
.catalog-tools input {
  width: 310px;
}
.collection-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.collection-tabs a {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}
.collection-tabs a.active {
  background: var(--ink);
  color: white;
}
.empty {
  padding: 50px;
  text-align: center;
  background: var(--pale);
  font-size: 18px;
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 70px;
  padding: 5px 0 70px;
}
.gallery-main {
  display: block;
  border: 1px solid var(--line);
  background: #fff;
  position: relative;
  aspect-ratio: 1;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
.gallery-caption {
  font-size: 13px;
  color: var(--muted);
  margin: 12px 0;
}
.thumbnails {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.thumbnails a {
  border: 1px solid var(--line);
  padding: 3px;
  border-radius: 2px;
}
.thumbnails a[aria-current="true"] {
  border: 2px solid var(--blue);
  padding: 2px;
}
.thumbnails img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.gallery-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.gallery-nav button {
  background: white;
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 3px;
  font-size: 14px;
}
.product-info {
  padding: 15px 0;
}
.product-info h1 {
  font-size: clamp(35px, 3.2vw, 51px);
  margin-bottom: 22px;
}
.product-info .lead {
  font-size: 18px;
  color: var(--muted);
}
.product-info .price {
  font-size: 28px;
}
.product-info .checked {
  font-size: 13px;
}
.buy-area {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 25px 0;
}
.buy-area form {
  margin-top: 18px;
}
.buy-area button {
  width: 100%;
  background: var(--blue);
  border-color: var(--blue);
}
.buy-area .small {
  margin: 14px 0 0;
  font-size: 13px;
}
.key-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.key-facts div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 15px;
}
.key-facts dt {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--muted);
  margin-bottom: 8px;
}
.key-facts dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.product-links {
  display: flex;
  gap: 25px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
}
.illustrated {
  background: #f3f8f8;
}
.illustrated .split-story + .split-story {
  margin-top: 75px;
}
.inline-photo {
  display: block;
  background: white;
  border: 1px solid var(--line);
}
.inline-photo img {
  padding: 14px;
}
.photo-caption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.spec-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 1.55;
}
.spec-table th,
.spec-table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  padding: 17px;
}
.spec-table th {
  width: 30%;
  background: var(--pale);
}
.table-scroll {
  overflow-x: auto;
}
.comparison {
  min-width: 650px;
}
.callout {
  border-left: 4px solid var(--blue);
  background: var(--pale);
  padding: 25px 30px;
  margin: 28px 0;
}
.callout p:last-child {
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.service-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  background: white;
}
.service-grid p {
  font-size: 16px;
}
.guide-toc {
  padding: 30px;
  background: var(--pale);
  margin: 35px 0;
}
.guide-toc a {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 830px) 260px;
  gap: 80px;
  align-items: start;
}
.article-aside {
  position: sticky;
  top: 30px;
  border: 1px solid var(--line);
  padding: 22px;
}
.article-aside p {
  font-size: 15px;
}
.article-aside img {
  margin-bottom: 20px;
}
.guide-photo {
  margin: 32px 0;
  max-width: 560px;
}
.guide-photo img {
  max-height: 500px;
  object-fit: contain;
  width: 100%;
}
dialog {
  border: 0;
  border-radius: 6px;
  padding: 55px 22px 20px;
  max-width: min(94vw, 1100px);
  max-height: 94vh;
  background: white;
  color: var(--ink);
}
dialog::backdrop {
  background: #04212beb;
}
dialog > button {
  position: absolute;
  right: 18px;
  top: 12px;
  padding: 8px 15px;
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 3px;
}
dialog img {
  max-height: 76vh;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
}
.dialog-caption {
  font-size: 13px;
  text-align: center;
  margin: 13px 0 0;
}
.not-found {
  padding: 100px 0;
  text-align: center;
}
.js [hidden] {
  display: none !important;
}
.no-js .js-only {
  display: none;
}
.no-js .thumbnails a {
  display: block;
}
.no-js .gallery-nav {
  display: none;
}
@media (min-width: 1700px) {
  .main-nav a {
    font-size: 17px;
  }
  .product-card h3 {
    font-size: 23px;
  }
  .product-card .card-desc {
    font-size: 17px;
  }
  .card-link,
  .footer-grid li {
    font-size: 16px;
  }
  .checked {
    font-size: 14px;
  }
  .hero-grid,
  .hero-visual {
    min-height: 680px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 20px;
  }
  .main-nav {
    gap: 18px;
  }
  .main-nav a {
    font-size: 14px;
  }
  .wordmark {
    font-size: 28px;
  }
  .nav-help {
    display: none;
  }
  .hero-grid {
    min-height: 550px;
  }
  .hero-visual {
    min-height: 550px;
    margin-right: -24px;
  }
  .hero-copy {
    padding-right: 25px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-tile > div {
    padding: 25px;
  }
  .category-tile h3 {
    font-size: 29px;
  }
  .how-grid,
  .split-story {
    gap: 40px;
  }
  .fit-banner {
    padding: 40px;
    gap: 35px;
  }
  .product-layout {
    gap: 35px;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-aside {
    position: static;
    max-width: 500px;
  }
  .section {
    padding: 65px 0;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .announcement {
    font-size: 11px;
    padding: 9px 12px;
  }
  .header-inner {
    min-height: 77px;
    position: relative;
    justify-content: space-between;
  }
  .wordmark {
    font-size: 29px;
  }
  .menu-button {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 77px;
    left: -18px;
    right: -18px;
    background: white;
    padding: 15px 24px 25px;
    border-bottom: 1px solid var(--line);
    z-index: 15;
    box-shadow: 0 15px 20px #092e390d;
  }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav a {
    font-size: 17px;
    padding: 14px 0;
  }
  .no-js .main-nav {
    display: flex;
    position: static;
    flex-wrap: wrap;
    padding: 12px 0;
    box-shadow: none;
  }
  .no-js .header-inner {
    flex-wrap: wrap;
  }
  .no-js .menu-button {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 45px 0 38px;
  }
  .hero h1 {
    font-size: 52px;
    max-width: 400px;
  }
  .hero .intro {
    font-size: 17px;
  }
  .hero-visual {
    height: 420px;
    min-height: 0;
    margin: 0 -18px;
  }
  .hero-visual > img {
    object-position: center 45%;
  }
  .hero-note {
    bottom: 18px;
    left: 18px;
    right: 18px;
    padding: 15px;
    font-size: 13px;
  }
  .hero-note a {
    font-size: 13px;
  }
  .feature-strip {
    padding: 20px 0;
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .feature-strip > div {
    border: 0;
    justify-content: start;
    font-size: 14px;
  }
  .feature-strip b {
    font-size: 19px;
    width: 30px;
  }
  .section {
    padding: 52px 0;
  }
  .section-head {
    display: block;
    margin-bottom: 27px;
  }
  .section-head p {
    margin-top: 20px;
    font-size: 16px;
  }
  .section-head > a {
    display: inline-block;
    margin-top: 15px;
  }
  .category-grid,
  .split-story,
  .how-grid,
  .fit-banner,
  .faq-layout,
  .product-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .category-tile {
    min-height: 230px;
    grid-template-columns: 1fr 40%;
  }
  .category-tile > div {
    padding: 23px;
  }
  .category-tile h3 {
    font-size: 31px;
  }
  .category-tile img {
    height: 230px;
  }
  .category-tile p {
    font-size: 15px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 15px;
  }
  .card-image img {
    padding: 10px;
  }
  .product-card h3 {
    font-size: 19px;
  }
  .product-card .card-desc {
    font-size: 14px;
  }
  .product-card .tag {
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .price {
    font-size: 20px;
  }
  .checked {
    font-size: 12px;
    display: block;
    margin: 5px 0 0;
  }
  .card-link {
    font-size: 13px;
    margin-top: 12px;
  }
  .fit-banner {
    padding: 28px;
  }
  .fit-choices {
    display: grid;
    grid-template-columns: 1fr;
  }
  .fit-banner p {
    font-size: 17px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
    margin-top: 25px;
  }
  .site-footer {
    padding-top: 42px;
  }
  .catalog-tools {
    align-items: stretch;
    flex-direction: column;
  }
  .catalog-tools input,
  .catalog-tools select {
    width: 100%;
  }
  .page-head {
    padding: 30px 0 35px;
  }
  .page-head p {
    font-size: 17px;
  }
  .breadcrumbs {
    font-size: 12px;
    padding: 20px 0;
  }
  .product-layout {
    padding-bottom: 45px;
  }
  .product-info {
    padding: 0;
  }
  .product-info h1 {
    font-size: 38px;
  }
  .product-info .checked {
    display: inline;
    margin-left: 10px;
  }
  .thumbnails {
    gap: 7px;
  }
  .product-info .eyebrow {
    margin-top: 10px;
  }
  .illustrated .split-story + .split-story {
    margin-top: 50px;
  }
  .illustrated .split-story:nth-child(even) .photo-block {
    order: 0;
  }
  .prose h2 {
    font-size: 29px;
    margin-top: 35px;
  }
  .prose p,
  .prose li {
    font-size: 17px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .spec-table th,
  .spec-table td {
    padding: 12px;
    font-size: 15px;
  }
  .faq-layout h2 {
    margin-bottom: 0;
  }
  .actions {
    gap: 15px;
  }
  .button {
    padding: 15px 19px;
    font-size: 15px;
  }
  .table-scroll {
    margin-right: -18px;
    padding-right: 18px;
  }
  dialog {
    padding: 53px 10px 15px;
  }
  .gallery-main img {
    padding: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* Homepage comparison and illustrated materials story. */
.competitor-section {
  background: #f3f8f8;
  border-top: 1px solid var(--line);
}
.competitor-section .section-head p {
  max-width: 480px;
}
.comparison-hint {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 14px;
}
.brand-comparison-scroll {
  overflow-x: auto;
  border: 1px solid #c6dadd;
  border-radius: 5px;
  background: white;
  scroll-margin-top: 24px;
}
.brand-comparison-scroll:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.brand-comparison {
  width: 100%;
  min-width: 1120px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  text-align: left;
  font-size: 16px;
  line-height: 1.55;
}
.brand-comparison caption {
  padding: 18px 22px;
  text-align: left;
  font-size: 15px;
  color: var(--muted);
  background: white;
}
.brand-comparison th,
.brand-comparison td {
  vertical-align: top;
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
  overflow-wrap: break-word;
}
.brand-comparison thead th {
  background: var(--ink);
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.brand-comparison th:first-child {
  width: 21%;
}
.brand-comparison tbody th {
  font-size: 18px;
  line-height: 1.4;
}
.brand-comparison tbody th a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.brand-comparison .our-model > * {
  background: #e6f3f1;
}
.brand-comparison .our-model > th {
  border-left: 4px solid var(--blue);
  padding-left: 14px;
}
.brand-comparison tr:last-child > * {
  border-bottom: 0;
}
.comparison-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
}
.comparison-bottom {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
  margin-top: 22px;
}
.comparison-bottom p {
  font-size: 15px;
  max-width: 790px;
  margin: 0;
}
.comparison-bottom a {
  flex-shrink: 0;
}
.comparison-sources {
  margin-top: 25px;
  border-top: 1px solid var(--line);
}
.comparison-sources summary {
  font-size: 16px;
}
.comparison-sources p {
  font-size: 15px;
}
.materials-heading {
  max-width: 800px;
  margin-bottom: 58px;
}
.materials-heading > p:last-child {
  max-width: 750px;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 0;
}
.materials-stories {
  display: grid;
  gap: 72px;
}
.material-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 70px;
}
.material-photo {
  margin: 0;
  min-width: 0;
}
.material-photo img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}
.material-photo figcaption {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 12px;
}
.material-copy h3 {
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.18;
  max-width: 600px;
}
.material-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.7;
}
.material-story:nth-child(even) .material-photo {
  order: 2;
}
.material-story:nth-child(even) {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}
@media (max-width: 1050px) {
  .material-story,
  .material-story:nth-child(even) {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .comparison-bottom {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  .materials-stories {
    gap: 55px;
  }
}
@media (max-width: 720px) {
  .material-story,
  .material-story:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .material-story:nth-child(even) .material-photo {
    order: 0;
  }
  .material-photo {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .material-photo img {
    max-height: none;
  }
  .materials-heading {
    margin-bottom: 35px;
  }
  .materials-heading > p:last-child,
  .material-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .material-copy h3 {
    font-size: 29px;
  }
  .brand-comparison {
    min-width: 1040px;
    font-size: 15px;
  }
  .brand-comparison th,
  .brand-comparison td {
    padding: 17px 15px;
  }
  .brand-comparison tbody th {
    font-size: 17px;
  }
  .comparison-hint {
    font-size: 13px;
  }
  .comparison-bottom p {
    font-size: 14px;
  }
  .materials-stories {
    gap: 52px;
  }
}

/* Homepage product finder: native controls and server-rendered product links. */
.shroom-finder {
  background: var(--lime);
  padding: 48px;
  border-radius: 5px;
}
.shroom-finder .section-head {
  align-items: start;
}
.shroom-finder .eyebrow {
  margin-bottom: 14px;
}
.shroom-finder .section-head > p {
  color: var(--ink);
  font-size: 18px;
}
.finder-layout {
  display: grid;
  grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.finder-controls {
  display: grid;
  gap: 24px;
}
.finder-controls label {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 9px;
}
.finder-controls select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 30px 12px 12px;
  border: 1px solid #536d31;
  border-radius: 3px;
  background: white;
  color: var(--ink);
  font-size: 16px;
}
.finder-fit-note {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #849747;
}
.finder-fit-note h3 {
  font-size: 21px;
}
.finder-fit-note p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.finder-fit-note .link {
  display: inline-block;
  line-height: 1.5;
}
.finder-count {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 14px;
}
.finder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.finder-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 20px 16px;
  background: white;
  border: 1px solid #c6d9a3;
  border-radius: 3px;
}
.finder-photo img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.finder-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.finder-card h3 a {
  text-decoration: none;
}
.finder-card h3 a:hover {
  text-decoration: underline;
}
.finder-label {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  margin: 0 0 7px;
}
.finder-detail {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.finder-card .price {
  display: block;
  font-size: 20px;
}
.finder-card .checked {
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
}
.finder-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}
.finder-empty {
  padding: 30px;
  background: white;
  border: 1px solid #c6d9a3;
  border-radius: 3px;
}
.finder-empty p {
  font-size: 17px;
}
@media (min-width: 1500px) {
  .finder-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}
@media (max-width: 1150px) {
  .shroom-finder {
    padding: 32px;
  }
  .finder-layout {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 26px;
  }
  .finder-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .shroom-finder {
    padding: 26px 18px;
  }
  .finder-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .shroom-finder .section-head > p {
    font-size: 17px;
  }
  .finder-controls {
    gap: 20px;
  }
  .finder-fit-note {
    margin-top: 22px;
    padding-top: 20px;
  }
  .finder-card {
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 12px;
  }
  .finder-card h3 {
    font-size: 19px;
  }
  .finder-empty {
    padding: 22px;
  }
}
