.range-page { background: #fff; color: #182a2e; }
#app > div.range-page { padding-top: var(--header-h, 64px); }
#app > section.range-intro { padding-top: calc(var(--header-h, 64px) + 32px); }
.range-page *, .range-directory * { box-sizing: border-box; min-width: 0; letter-spacing: 0; }
.range-page :is(h1,h2,h3,p,figure,ul,dl,dd) { margin: 0; }
.range-page :is(h1,h2,h3) { color: #182a2e; line-height: 1.22; }
.range-page h1 { font-size: 36px; font-weight: 750; max-width: 850px; }
.range-page h2 { font-size: 24px; font-weight: 700; }
.range-page h3 { font-size: 18px; font-weight: 700; }
.range-page p { font-size: 16px; line-height: 1.65; color: #4a5d62; }
.range-page :is(section,nav) { scroll-margin-top: var(--journey-scroll-offset, 140px); }
.range-intro,.range-product,.range-selection,.range-information,.range-help,.range-final { max-width: 1240px; margin: 0 auto; padding: 32px 32px; }
.range-breadcrumb { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; font-size: 13px; margin-bottom: 24px; color: #637276; }
.range-breadcrumb a { color: #4a5d62; text-decoration: underline; text-underline-offset: 3px; }
.range-breadcrumb a:hover { color: #176158; }
.range-intro { padding-bottom: 36px; }
.range-page .range-lead { font-size: 17px; max-width: 760px; margin-top: 16px; }
.range-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 24px; }
.range-page .button { white-space: normal; text-align: center; min-height: 44px; line-height: 1.3; font-size: 14px; padding: 12px 18px; border-radius: 6px; }
.range-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 700; color: #176158; text-decoration: none; }
.range-link:hover { color: #0b443d; text-decoration: underline; text-underline-offset: 4px; }
.range-selection { padding-top: 28px; padding-bottom: 32px; border-top: 1px solid #dfe6e5; }
.range-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.range-section-heading > span { font-size: 13px; color: #637276; flex-shrink: 0; }
.range-items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.range-item { display: grid; align-items: center; min-height: 186px; padding: 20px; border: 1px solid #d9e2e1; border-radius: 8px; color: inherit; text-decoration: none; background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.range-item-with-image { grid-template-columns: 132px minmax(0,1fr); gap: 20px; }
.range-item:hover { border-color: #598f88; box-shadow: 0 3px 14px #182a2e0b; }
.range-item:focus-visible { outline: 3px solid #176158; outline-offset: 3px; }
.range-item-image { height: 142px; display: flex; align-items: center; justify-content: center; }
.range-item-image img { width: 100%; height: 100%; object-fit: contain; }
.range-item-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.range-item .range-link { min-height: 28px; margin-top: 2px; }
.range-item p { font-size: 14px; line-height: 1.5; font-weight: 400 !important; }
.range-item .range-link { color: #176158 !important; }
.range-items-single { max-width: 820px; grid-template-columns: minmax(0,1fr); }
.range-items-single .range-item-with-image { grid-template-columns: 210px minmax(0,1fr); }
.range-items-single .range-item-image { height: 210px; }
.range-help { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; border-top: 1px solid #dfe6e5; padding-top: 36px; padding-bottom: 44px; }
.range-help p { margin-top: 10px; }
.range-help .button { margin-top: 20px; }
.range-faqs details { background: transparent !important; border: 0 !important; border-bottom: 1px solid #dfe6e5 !important; border-radius: 0 !important; padding: 8px 0 16px !important; margin: 0 0 12px !important; }
.range-faqs summary { font-size: 15px; font-weight: 650; line-height: 1.5; cursor: pointer; padding: 8px 34px 8px 0 !important; }
.range-faqs p { font-size: 14px; }
.range-product { padding-bottom: 36px; }
.range-product-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.range-product-text { grid-template-columns: minmax(0,850px); }
.range-page .range-kicker { color: #176158; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.range-features { list-style: disc; padding-left: 20px; display: grid; gap: 9px; margin-top: 20px !important; font-size: 15px; line-height: 1.5; color: #364c51; }
.range-features li::marker { color: #176158; }
.range-product-media { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.range-product-media img { width: 100%; height: 340px; object-fit: contain; padding: 20px; }
.range-product-media figcaption { font-size: 12px; color: #637276; text-align: center; }
.range-information { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; border-top: 1px solid #dfe6e5; }
.range-information p { margin-top: 16px; }
.range-information h3 { margin-top: 24px; }
.range-specifications dl { margin-top: 12px; }
.range-specifications dl > div { display: grid; grid-template-columns: minmax(110px, .85fr) 1.15fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid #dfe6e5; font-size: 14px; line-height: 1.5; }
.range-specifications dt { font-weight: 650; }
.range-specifications dd { color: #4a5d62; }
.range-final { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid #dfe6e5; padding-top: 32px; padding-bottom: 40px; }
.range-final p { margin-top: 8px; }
.range-directory .range-directory-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 32px 0 18px; }
.range-directory-heading h2 { font-size: 24px; }
.range-directory-heading p { font-size: 14px; }
.range-directory .product-card .image-chip { display: none; }
.range-directory .product-body { min-height: 148px !important; }
.range-directory .product-body h3 { font-size: 17px !important; line-height: 1.35 !important; }
.range-directory .product-body p { font-size: 14px !important; }
.range-directory .product-image { height: 178px !important; }
.range-directory .product-image img { object-fit: contain !important; padding: 16px !important; }
.range-directory .product-card { height: 100%; }
.range-shop-discovery { max-width: 1176px; margin: 0 auto 36px; padding: 24px; background: #f2f6f5; border: 1px solid #dce5e3; border-radius: 8px; }
.range-shop-discovery h2 { font-size: 21px; margin: 0 0 8px; }
.range-shop-discovery p { font-size: 15px; margin: 0 0 16px; }
.range-shop-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 24px; }
.range-shop-links a { min-height: 48px; display: flex; align-items: center; border-top: 1px solid #d7e1de; color: #175f55; font-size: 14px; font-weight: 650; line-height: 1.4; }
.range-shop-item { display: flex; flex-direction: column; border: 1px solid #d9e2e1; border-radius: 8px; }
.range-shop-item .range-item { flex: 1; height: auto; min-height: 220px; border: 0; }
.range-shop-item .range-item:hover { box-shadow: none; }
.range-shop-item > .button { align-self: stretch; width: auto !important; max-width: calc(100% - 40px); margin: 0 20px 20px; }
.range-shop-item[hidden] { display: none !important; }
.site-footer .footer-expanded-range { padding: 0 !important; max-width: 250px; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.site-footer .footer-expanded-range summary { cursor: pointer; min-height: 44px; display: block; font-size: 13px; line-height: 1.45; color: #d8e2e1 !important; background: transparent !important; padding: 10px 28px 10px 0 !important; }
.site-footer .footer-expanded-range summary::after { color: #d8e2e1 !important; background: transparent !important; right: 0 !important; }
.site-footer .footer-expanded-range summary::before { display: none !important; }
.footer-expanded-range a { margin: 8px 0; line-height: 1.5; }
.shop-toolbar .shop-family-select-field { display: grid !important; gap: 6px; min-width: 0; }
.shop-toolbar .shop-family-select-field select { width: 100%; max-width: 100%; min-height: 46px; font-size: 14px; }
.shop-toolbar .shop-filters { display: none !important; }
.catalog-search-panel { max-height: min(600px,calc(100dvh - 160px)); overflow-y: auto; overscroll-behavior: contain; }
body[data-page="product"] .product-advisor,
body[data-page="legacy-product"] .product-advisor { display: grid !important; }
.advisor-panel:not([hidden]) { display: flex !important; flex-direction: column; }
.advisor-body { min-height: 0; flex: 1 1 auto; }
.advisor-head { flex: 0 0 auto; }
@media (max-width: 900px) {
  .range-product-grid,.range-information { gap: 28px; }
  .range-item-with-image { grid-template-columns: 104px minmax(0,1fr); gap: 14px; }
  .range-item { padding: 16px; }
  .range-help { gap: 28px; }
  .range-shop-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .range-intro,.range-product,.range-selection,.range-information,.range-help,.range-final { padding: 24px 18px; }
  #app > section.range-intro { padding-top: calc(var(--header-h, 108px) + 24px); }
  .range-page h1 { font-size: 28px; }
  .range-page h2 { font-size: 21px; }
  .range-page h3 { font-size: 17px; }
  .range-page .range-lead { font-size: 15px; margin-top: 12px; }
  .range-breadcrumb { margin-bottom: 18px; font-size: 12px; gap: 7px; }
  .range-actions { margin-top: 20px; gap: 12px; }
  .range-items,.range-help,.range-information,.range-product-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .range-items { gap: 12px; }
  .range-item { min-height: 148px; }
  .range-item-with-image,.range-items-single .range-item-with-image { grid-template-columns: 92px minmax(0,1fr); gap: 14px; }
  .range-item-image,.range-items-single .range-item-image { height: 116px; }
  .range-item p { font-size: 13px; }
  .range-product-media { order: -1; }
  .range-product-media img { height: 220px; padding: 12px; }
  .range-product-media figcaption { margin-bottom: 4px; }
  .range-product-copy .range-kicker { font-size: 12px; }
  .range-help { gap: 24px; }
  .range-information { gap: 28px; }
  .range-final { display: block; }
  .range-final .button { margin-top: 20px; }
  .range-directory .range-directory-heading { display: block; margin-top: 26px; }
  .range-directory-heading h2 { font-size: 21px; }
  .range-directory-heading p { margin-top: 8px; }
  .range-directory .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 10px !important; }
  .range-directory .product-image { height: 128px !important; }
  .range-directory .product-image img { padding: 10px !important; }
  .range-directory .product-body { min-height: 166px !important; padding: 12px !important; }
  .range-directory .product-body h3 { font-size: 14px !important; }
  .range-directory .product-body p { font-size: 12px !important; line-height: 1.45 !important; }
  .range-directory .product-body .text-link { font-size: 12px !important; min-height: 40px; }
  .range-shop-discovery { margin: 0 16px 28px; padding: 20px 16px; }
  .range-shop-links { grid-template-columns: minmax(0,1fr); }
  .range-shop-item .range-item { min-height: 156px; }
  .range-shop-item > .button { max-width: calc(100% - 32px); margin: 0 16px 16px; }
}
@media (prefers-reduced-motion: reduce) { .range-item { transition: none; } }
