@font-face {
  font-family: Manrope;
  src: url("/cdn/shop/t/1/assets/manrope-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 200 800;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: #171c23;
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #0068b5;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 4.8vw, 78px);
  font-weight: 650;
}
h2 {
  font-size: clamp(32px, 3.2vw, 54px);
  font-weight: 600;
}
h3 {
  font-size: 25px;
  font-weight: 650;
}
p {
  margin-top: 18px;
}
small,
.small {
  font-size: 14px;
  line-height: 1.6;
}
.muted {
  color: #626871;
}
.eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.wrap {
  width: min(1380px, calc(100% - 96px));
  margin: auto;
}
.section {
  padding: 96px 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}
.section-head p {
  max-width: 540px;
}
.text-link {
  font-weight: 650;
  white-space: nowrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 12px 26px;
  border-radius: 5px;
  border: 1px solid #222b35;
  background: #222b35;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}
.btn:hover {
  background: #35495c;
  border-color: #35495c;
}
.btn.light {
  background: #fff;
  color: #1b2530;
  border-color: #fff;
}
.btn.outline {
  background: transparent;
  color: inherit;
  border-color: #aeb3b9;
}
.actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}
.announcement {
  background: #1c2936;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 8px 20px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffffef;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid #e8e9eb;
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.logo {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.8px;
  text-decoration: none;
  line-height: 1;
}
.logo b {
  color: #0081a7;
  font-weight: 800;
}
.nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.nav a:hover {
  color: #007c9c;
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header form {
  margin: 0;
}
.header .btn {
  font-size: 13px;
  padding: 10px 16px;
  min-height: 43px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 10px;
  font-size: 15px;
}
.skip {
  position: absolute;
  top: -100px;
  z-index: 100;
}
.skip:focus {
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 12px;
}
.hero {
  background: #e9edf0;
  overflow: hidden;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  min-height: 650px;
  gap: 20px;
  padding: 70px 0 55px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero h1 {
  max-width: 620px;
}
.hero p {
  max-width: 440px;
  color: #48535f;
  font-size: 19px;
}
.hero-product {
  position: relative;
  min-width: 0;
}
.hero-product img {
  width: 100%;
  mix-blend-mode: multiply;
  aspect-ratio: 1.2;
  object-fit: contain;
}
.hero-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #bec7cf;
  padding-top: 18px;
  margin: 10px 40px 0;
}
.hero-label strong {
  font-size: 18px;
}
.hero-label span {
  font-size: 14px;
  color: #58636e;
}
.hero-stamp {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #566574;
}
.feature-strip {
  border-bottom: 1px solid #dddfe2;
}
.feature-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
  gap: 22px;
}
.feature-strip strong {
  display: block;
  font-size: 15px;
}
.feature-strip span {
  display: block;
  font-size: 13px;
  color: #606872;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.card-image {
  background: #f3f4f4;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
}
.card-image img {
  aspect-ratio: 1.06;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s;
}
.card-image:hover img {
  transform: scale(1.035);
}
.card-use {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b6570;
  margin-top: 22px;
}
.product-card h3 {
  font-size: 23px;
  margin-top: 8px;
}
.product-card h3 a {
  text-decoration: none;
}
.product-card p {
  font-size: 15px;
  color: #626972;
  margin: 9px 0 16px;
  line-height: 1.6;
}
.card-bottom {
  margin-top: auto;
}
.price {
  display: flex;
  gap: 12px;
  align-items: baseline;
  flex-wrap: wrap;
}
.price strong {
  font-size: 22px;
}
.price small {
  font-size: 12px;
  color: #626871;
}
.card-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 17px;
}
.card-buttons .btn {
  font-size: 13px;
  min-height: 42px;
  padding: 10px 15px;
}
.card-buttons a {
  font-size: 13px;
}
.soft {
  background: #f3f5f5;
}
.scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.scenario {
  background: #172536;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border-radius: 7px;
}
.scenario img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.scenario-copy {
  padding: 32px;
}
.scenario h3 {
  font-size: 32px;
}
.scenario p {
  font-size: 15px;
  color: #cbd2d9;
  margin-bottom: 22px;
}
.scenario a {
  font-size: 14px;
}
.brand-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.brand-block .picture {
  background: #f1f3f4;
  border-radius: 8px;
  padding: 35px;
}
.brand-block .picture img {
  mix-blend-mode: multiply;
  max-height: 520px;
  margin: auto;
  object-fit: contain;
}
.brand-block p {
  color: #5b636d;
  max-width: 560px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 45px;
}
.step {
  border-top: 1px solid #aeb8c1;
  padding-top: 22px;
}
.step .num {
  font-size: 14px;
  color: #5a6f82;
  display: block;
  margin-bottom: 24px;
}
.step h3 {
  font-size: 23px;
}
.step p {
  font-size: 16px;
  color: #636b74;
}
.dark {
  background: #132232;
  color: #fff;
}
.dark p {
  color: #c4d0db;
}
.dark .eyebrow {
  color: #96c7dc;
}
.dark .step {
  border-color: #4c5a67;
}
.guide-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.guide-teaser img {
  max-height: 500px;
  object-fit: contain;
  width: 100%;
}
.faq {
  max-width: 900px;
  margin: 35px auto 0;
}
.faq details {
  border-bottom: 1px solid #d9dce0;
  padding: 20px 0;
}
.faq summary {
  font-size: 19px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
  padding-right: 35px;
  position: relative;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 5px;
  font-size: 25px;
  top: -6px;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  color: #5d6670;
  margin-bottom: 7px;
  max-width: 760px;
  font-size: 16px;
}
.center {
  text-align: center;
}
.footer {
  background: #0c1722;
  color: #e9edf2;
  padding: 68px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 45px;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer p {
  font-size: 14px;
  max-width: 360px;
  color: #b6c2cd;
}
.footer h2 {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.footer a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer .logo {
  font-size: 32px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #34404b;
  margin-top: 55px;
  padding-top: 20px;
  font-size: 12px;
  color: #aab7c3;
}
.breadcrumbs {
  font-size: 13px;
  color: #68727d;
  padding: 25px 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.page-lead {
  padding: 45px 0 55px;
}
.page-lead h1 {
  max-width: 1000px;
  font-size: clamp(40px, 4vw, 65px);
}
.page-lead p {
  max-width: 730px;
  color: #626b74;
  font-size: 18px;
}
.collection-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pill {
  border: 1px solid #c9ced3;
  border-radius: 30px;
  padding: 9px 19px;
  font-size: 14px;
  text-decoration: none;
}
.pill.active {
  background: #1d2c3c;
  color: white;
  border-color: #1d2c3c;
}
.catalog-tools {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 0 0 30px;
}
.catalog-tools label {
  font-size: 13px;
}
.catalog-tools input,
.catalog-tools select {
  display: block;
  border: 1px solid #b3bbc3;
  border-radius: 4px;
  background: white;
  padding: 10px 14px;
  min-height: 46px;
}
.catalog-tools input {
  width: min(380px, 100%);
}
.catalog-count {
  font-size: 14px;
  color: #626b74;
}
.catalog-grid {
  row-gap: 45px;
}
.empty {
  padding: 40px;
  background: #f3f5f6;
  margin-top: 20px;
}
.pdp {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  padding-bottom: 70px;
  align-items: start;
}
.pdp-info {
  padding-top: 14px;
}
.pdp h1 {
  font-size: clamp(38px, 3.4vw, 60px);
}
.pdp-info .lead {
  font-size: 18px;
  color: #56616d;
}
.pdp-price {
  margin: 27px 0 18px;
}
.pdp-price strong {
  font-size: 32px;
}
.pdp-price small {
  font-size: 13px;
}
.pdp .buy-button {
  width: 100%;
  font-size: 16px;
  min-height: 56px;
}
.purchase-note {
  font-size: 13px;
  color: #636b75;
  margin-top: 10px;
}
.highlights {
  padding: 0;
  list-style: none;
  margin: 26px 0;
}
.highlights li {
  padding: 9px 0;
  border-bottom: 1px solid #e3e6e8;
  font-size: 15px;
}
.highlights li:before {
  content: "✓";
  margin-right: 12px;
  color: #087493;
}
.gallery {
  min-width: 0;
}
.gallery-main {
  width: 100%;
  border: 0;
  padding: 0;
  background: #f3f4f4;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.gallery-main img {
  width: 100%;
  height: 540px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.zoom-label {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  border-radius: 30px;
  padding: 6px 13px;
  font-size: 12px;
  box-shadow: 0 1px 10px #0001;
}
.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow: auto;
  padding-bottom: 8px;
}
.thumb {
  background: #f5f5f5;
  border: 1px solid #d1d6da;
  border-radius: 4px;
  padding: 0;
  flex: 0 0 76px;
  overflow: hidden;
}
.thumb[aria-pressed="true"] {
  border: 2px solid #096e95;
}
.thumb img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.gallery-note {
  font-size: 12px;
  color: #606973;
  margin-top: 7px;
}
.subnav {
  position: sticky;
  top: 82px;
  z-index: 15;
  background: #eef2f4;
  border-top: 1px solid #d5dce2;
  border-bottom: 1px solid #d5dce2;
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 15px;
}
.subnav a {
  font-size: 14px;
  text-decoration: none;
}
.spec-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 65px;
}
.spec-layout h2 {
  font-size: 40px;
}
.spec-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
.spec-table th,
.spec-table td {
  text-align: left;
  border-bottom: 1px solid #d8dde2;
  padding: 16px 10px;
}
.spec-table th {
  font-weight: 600;
  width: 42%;
}
.feature-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 35px;
}
.feature-points h3 {
  font-size: 23px;
}
.feature-points p {
  font-size: 16px;
  color: #5d6871;
}
.compare-scroll {
  overflow: auto;
  margin-top: 35px;
  border: 1px solid #d6dce1;
  border-radius: 7px;
}
.compare-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 920px;
  font-size: 14px;
}
.compare-table th,
.compare-table td {
  padding: 23px;
  text-align: left;
  border-bottom: 1px solid #d8dee3;
  border-right: 1px solid #d8dee3;
  vertical-align: top;
}
.compare-table thead th {
  background: #edf1f4;
  width: 20%;
}
.compare-table thead img {
  height: 155px;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin-bottom: 20px;
}
.compare-table th:first-child {
  width: 15%;
}
.compare-table .btn {
  font-size: 12px;
  padding: 10px 14px;
  min-height: 40px;
}
.article-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 800px);
  gap: 70px;
  justify-content: center;
}
.article-layout aside {
  position: sticky;
  top: 125px;
  align-self: start;
  font-size: 14px;
}
.article-layout aside a {
  display: block;
  margin: 14px 0;
  text-decoration: none;
  color: #56636e;
}
.article-body h2 {
  font-size: 34px;
  margin: 50px 0 20px;
}
.article-body h3 {
  font-size: 23px;
  margin: 30px 0 15px;
}
.article-body p {
  margin: 19px 0;
}
.article-body li {
  margin-bottom: 12px;
}
.article-body figure {
  margin: 35px 0;
}
.article-body figure img {
  max-height: 560px;
  margin: auto;
  object-fit: contain;
}
.article-body figcaption {
  font-size: 13px;
  color: #64707a;
  margin-top: 12px;
}
.callout {
  background: #edf4f6;
  border-left: 3px solid #057393;
  padding: 25px 30px;
  margin: 30px 0;
}
.prose {
  max-width: 850px;
  margin: auto;
}
.prose h2 {
  font-size: 30px;
  margin: 42px 0 16px;
}
.prose p {
  color: #525e69;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px;
}
.help-card {
  background: #eef2f4;
  padding: 30px;
  border-radius: 6px;
}
.help-card h2 {
  font-size: 25px;
}
.help-card p {
  font-size: 15px;
  margin-bottom: 23px;
}
.search-page {
  padding-bottom: 90px;
}
.search-page input {
  width: 100%;
}
.dialog {
  border: 0;
  padding: 25px;
  border-radius: 8px;
  width: min(1100px, 94vw);
  max-height: 94vh;
  background: white;
}
.dialog::backdrop {
  background: #0c1828df;
}
.dialog img {
  max-height: 78vh;
  object-fit: contain;
  margin: auto;
  max-width: 100%;
}
.dialog button {
  float: right;
  border: 0;
  background: #e9edf0;
  border-radius: 30px;
  padding: 9px 17px;
  font-size: 14px;
}
.hidden,
[hidden] {
  display: none !important;
}
.notice {
  padding: 22px;
  background: #edf2f4;
  border-radius: 5px;
  font-size: 15px;
}
.fit-tool {
  padding: 30px;
  background: #edf2f5;
  border-radius: 6px;
  margin-top: 25px;
}
.fit-tool label {
  display: block;
  margin-bottom: 15px;
}
.fit-tool input {
  width: 100%;
}
.fit-tool output {
  display: block;
  font-size: 30px;
  font-weight: 650;
}
.fit-tool p {
  font-size: 14px;
  color: #586673;
}
.guide-card {
  padding: 28px;
  border: 1px solid #d5dce1;
  border-radius: 6px;
  margin: 35px 0;
}
.guide-card h3 {
  font-size: 23px;
}
.guide-card a {
  display: inline-block;
  margin-top: 14px;
}
.guide-card .price {
  margin-top: 13px;
}
@media (min-width: 1900px) {
  .wrap {
    width: min(1580px, calc(100% - 160px));
  }
  .hero-grid {
    min-height: 750px;
  }
  .nav a {
    font-size: 17px;
  }
  .header .btn {
    font-size: 15px;
  }
  .product-card p {
    font-size: 17px;
  }
  .card-buttons .btn,
  .card-buttons a {
    font-size: 15px;
  }
  .card-use,
  .price small {
    font-size: 14px;
  }
  .footer a,
  .footer p {
    font-size: 16px;
  }
  .hero p {
    font-size: 21px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .nav {
    gap: 18px;
  }
  .nav a {
    font-size: 13px;
  }
  .header-tools {
    gap: 10px;
  }
  .hero-grid {
    min-height: 570px;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .scenario {
    grid-template-columns: 1fr;
  }
  .scenario img {
    height: 320px;
  }
  .scenario-copy {
    padding: 28px;
  }
  .pdp {
    gap: 35px;
  }
  .gallery-main img {
    height: 440px;
  }
  .brand-block {
    gap: 45px;
  }
  .article-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 35px;
  }
  .footer-grid {
    gap: 25px;
  }
  .feature-strip .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-inner {
    gap: 14px;
  }
  .section {
    padding: 75px 0;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .announcement {
    font-size: 11px;
  }
  .header-inner {
    height: 68px;
  }
  .logo {
    font-size: 28px;
  }
  .header .btn {
    font-size: 11px;
    padding: 9px 11px;
    min-height: 38px;
  }
  .header-tools > a {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 22px;
    box-shadow: 0 10px 15px #0001;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    font-size: 17px;
    padding: 13px 5px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 42px 0 24px;
    gap: 24px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 48px;
    max-width: 480px;
  }
  .hero p {
    font-size: 16px;
    max-width: 370px;
  }
  .hero-product img {
    max-height: 355px;
    width: 100%;
  }
  .hero-label {
    margin: 0 8px;
    padding-top: 12px;
  }
  .hero-label strong {
    font-size: 15px;
  }
  .hero-label span {
    font-size: 12px;
  }
  .hero-stamp {
    top: 0;
    font-size: 11px;
  }
  .hero .eyebrow {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .actions {
    gap: 14px;
    margin-top: 25px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 19px;
    min-height: 47px;
  }
  .hero .text-link {
    font-size: 14px;
  }
  .feature-strip .wrap {
    padding: 22px 0;
    gap: 20px;
  }
  .feature-strip strong {
    font-size: 13px;
  }
  .feature-strip span {
    font-size: 12px;
  }
  .section {
    padding: 58px 0;
  }
  .section-head {
    display: block;
    margin-bottom: 28px;
  }
  .section-head > a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
  }
  .section-head h2,
  h2 {
    font-size: 34px;
  }
  .section-head p {
    font-size: 16px;
  }
  .grid {
    gap: 25px 16px;
  }
  .product-card h3 {
    font-size: 20px;
  }
  .product-card p {
    font-size: 13px;
  }
  .card-use {
    font-size: 10px;
    margin-top: 15px;
  }
  .price {
    gap: 7px;
  }
  .price strong {
    font-size: 20px;
  }
  .price small {
    font-size: 10px;
  }
  .card-buttons {
    gap: 10px;
  }
  .card-buttons .btn {
    padding: 9px 10px;
    font-size: 11px;
    width: 100%;
  }
  .card-buttons a {
    font-size: 12px;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
  }
  .scenario {
    grid-template-columns: 1fr 1fr;
  }
  .scenario-copy {
    padding: 23px;
  }
  .scenario h3 {
    font-size: 27px;
  }
  .scenario p {
    font-size: 13px;
  }
  .scenario img {
    height: 330px;
  }
  .brand-block,
  .guide-teaser {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .brand-block .picture {
    padding: 20px;
  }
  .brand-block .picture img {
    max-height: 350px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .step .num {
    margin-bottom: 12px;
  }
  .step h3 {
    font-size: 22px;
  }
  .feature-points {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer {
    padding-top: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
    font-size: 11px;
    margin-top: 35px;
  }
  .footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
  .page-lead {
    padding: 22px 0 35px;
  }
  .page-lead h1 {
    font-size: 39px;
  }
  .page-lead p {
    font-size: 16px;
  }
  .breadcrumbs {
    font-size: 11px;
    padding: 22px 0;
  }
  .collection-nav {
    gap: 7px;
  }
  .pill {
    font-size: 12px;
    padding: 8px 13px;
  }
  .catalog-tools {
    flex-wrap: wrap;
    align-items: start;
  }
  .catalog-tools input {
    max-width: 220px;
  }
  .catalog-tools select {
    max-width: 145px;
    font-size: 13px;
  }
  .catalog-tools label {
    font-size: 12px;
  }
  .catalog-count {
    width: 100%;
    font-size: 12px;
  }
  .pdp {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 40px;
  }
  .gallery-main img {
    height: 360px;
  }
  .thumb {
    flex-basis: 62px;
  }
  .thumb img {
    height: 62px;
    width: 62px;
  }
  .pdp h1 {
    font-size: 40px;
  }
  .pdp-info .lead {
    font-size: 16px;
  }
  .pdp-price strong {
    font-size: 29px;
  }
  .pdp-price small {
    font-size: 12px;
  }
  .subnav {
    top: 68px;
    gap: 23px;
    padding: 12px 10px;
  }
  .subnav a {
    font-size: 12px;
  }
  .spec-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .spec-layout h2 {
    font-size: 32px;
  }
  .spec-table {
    font-size: 13px;
  }
  .spec-table th,
  .spec-table td {
    padding: 14px 6px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .article-layout aside {
    position: static;
    border-bottom: 1px solid #cfd7de;
    padding-bottom: 18px;
  }
  .article-layout aside a {
    display: inline-block;
    margin: 5px 14px 5px 0;
    font-size: 12px;
  }
  .article-body h2 {
    font-size: 29px;
  }
  .article-body p {
    font-size: 16px;
  }
  .help-grid {
    grid-template-columns: 1fr;
  }
  .help-card {
    padding: 26px;
  }
  .faq summary {
    font-size: 17px;
  }
  .faq details p {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 27px;
  }
  .callout {
    padding: 20px;
  }
  .dialog {
    padding: 14px;
  }
  .feature-strip .wrap > div {
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

.scenario {
  grid-template-columns: 1fr;
}
.scenario img {
  height: 360px;
  object-fit: contain;
  background: #101c28;
}
@media (max-width: 760px) {
  .scenario img {
    height: auto;
    max-height: 380px;
    object-fit: contain;
  }
}
.dark .step .num {
  color: #adc5d8;
}
.film-section {
  background: #e8edf0;
  border-bottom: 1px solid #d4dde3;
}
.film-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr;
  gap: 64px;
  align-items: center;
}
.film-copy h2 {
  margin-bottom: 22px;
}
.film-copy > p {
  max-width: 400px;
  color: #425260;
}
.film-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.film-details span + span:before {
  content: "•";
  margin-right: 18px;
}
.film-figure {
  margin: 0;
  min-width: 0;
}
.film-player {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #152435;
  box-shadow: 0 18px 45px #192b3b18;
}
.film-player video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.film-play {
  position: absolute;
  inset: 0;
  margin: auto;
  align-self: center;
  justify-self: center;
  width: max-content;
  height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #ffffff70;
  border-radius: 100px;
  background: #102332ee;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 5px 25px #0004;
}
.film-play[hidden] {
  display: none;
}
.film-play:hover {
  background: #26465d;
}
.film-play:focus-visible {
  outline: 3px solid white;
  outline-offset: 5px;
}
.film-figure figcaption {
  font-size: 12px;
  line-height: 1.7;
  color: #4e5e6a;
  margin-top: 14px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.review-card {
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: #f4f6f7;
  border: 1px solid #e0e6ea;
  border-radius: 8px;
}
.review-topic {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #506c7c;
  margin-bottom: 24px;
}
.review-card h3 {
  font-size: 25px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.review-card > p {
  font-size: 15px;
  line-height: 1.8;
  color: #445460;
  margin: 0 0 28px;
}
.review-card footer {
  margin-top: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}
.review-initial {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background: #dbe6ec;
  color: #294a5e;
  font-weight: 700;
}
.review-card footer strong {
  display: block;
  font-size: 13px;
}
.review-card footer div > span {
  display: block;
  font-size: 11px;
  color: #5b6973;
  margin-top: 4px;
}
.review-source {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin-top: 25px;
}
.review-source p {
  max-width: 760px;
  font-size: 12px;
  line-height: 1.7;
  color: #586771;
  margin: 0;
}
.review-source a {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 1100px) {
  .film-grid {
    gap: 32px;
  }
  .review-card {
    padding: 25px;
  }
  .review-card h3 {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .film-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .film-copy h2 {
    font-size: 34px;
  }
  .film-copy > p {
    max-width: 100%;
  }
  .film-details {
    margin: 20px 0;
  }
  .film-player {
    border-radius: 6px;
  }
  .film-play {
    height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .review-card {
    padding: 27px;
  }
  .review-card h3 {
    font-size: 25px;
  }
  .review-card > p {
    font-size: 16px;
  }
  .review-topic {
    margin-bottom: 18px;
  }
  .review-source {
    display: block;
  }
  .review-source a {
    display: inline-block;
    padding: 15px 0;
  }
  .film-figure figcaption {
    font-size: 11px;
  }
}

/* Inline product photography follows the reading order on small screens. */
.product-overview {
  scroll-margin-top: 140px;
}
.product-overview > .section-head {
  margin-bottom: 54px;
}
.product-stories {
  display: grid;
  gap: 76px;
}
.pdp-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 5vw, 90px);
}
.pdp-story figure {
  margin: 0;
  min-width: 0;
  max-width: 620px;
  width: 100%;
  justify-self: start;
}
.pdp-story:nth-child(even) figure {
  order: 2;
  justify-self: end;
}
.pdp-story:nth-child(even) .story-copy {
  order: 1;
}
.story-zoom {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #e9edf0;
  line-height: 0;
}
.story-zoom img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.story-zoom-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: #fff;
  color: #1b2d3b;
  border-radius: 100px;
  padding: 11px 16px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 2px 16px #0002;
}
.story-zoom:hover .story-zoom-label {
  background: #dcedf4;
}
.story-zoom:focus-visible {
  outline: 3px solid #247495;
  outline-offset: 5px;
}
.pdp-story figcaption {
  font-size: 12px;
  line-height: 1.7;
  color: #586673;
  margin-top: 14px;
  max-width: 590px;
}
.story-copy {
  max-width: 490px;
  justify-self: center;
}
.story-copy h3 {
  font-size: clamp(30px, 2.6vw, 43px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
  overflow-wrap: break-word;
}
.story-copy > p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #3c4f5e;
}
.story-copy .story-detail {
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #d6dfe5;
  padding-top: 20px;
  margin-bottom: 0;
  color: #536574;
}
.story-copy .eyebrow {
  font-size: 11px;
  margin-bottom: 18px;
}
.product-stories + .actions {
  margin-top: 45px;
}
@media (min-width: 1900px) {
  .story-copy > p {
    font-size: 19px;
  }
  .story-copy .story-detail {
    font-size: 16px;
  }
  .pdp-story figcaption {
    font-size: 14px;
  }
  .story-zoom-label {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .pdp-story {
    gap: 34px;
  }
  .story-copy h3 {
    font-size: 31px;
  }
  .story-copy > p {
    font-size: 16px;
  }
  .story-copy .story-detail {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .product-overview {
    scroll-margin-top: 116px;
  }
  .product-overview > .section-head {
    margin-bottom: 30px;
  }
  .product-stories {
    gap: 50px;
  }
  .pdp-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pdp-story figure,
  .pdp-story:nth-child(even) figure {
    order: 0;
    justify-self: center;
    max-width: 520px;
  }
  .pdp-story .story-copy,
  .pdp-story:nth-child(even) .story-copy {
    order: 1;
    max-width: 520px;
    justify-self: center;
  }
  .story-copy h3 {
    font-size: 31px;
    margin-bottom: 18px;
    max-width: 440px;
  }
  .story-copy > p {
    font-size: 16px;
    line-height: 1.8;
  }
  .story-copy .story-detail {
    font-size: 14px;
    padding-top: 17px;
  }
  .story-copy .eyebrow {
    margin-bottom: 13px;
  }
  .story-zoom {
    border-radius: 6px;
  }
  .story-zoom-label {
    bottom: 10px;
    right: 10px;
    padding: 10px 13px;
    font-size: 11px;
  }
  .pdp-story figcaption {
    font-size: 12px;
    margin-top: 11px;
  }
}
/* Keep the enlargement action clear of labels printed in the original images. */
.story-zoom {
  cursor: zoom-in;
}
.story-zoom-label {
  position: static;
  display: block;
  width: 100%;
  text-align: right;
  border-radius: 0;
  border-top: 1px solid #dce4e9;
  background: #f4f7f9;
  box-shadow: none;
  padding: 12px 16px;
  line-height: 1.4;
}
