/* latin-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin-ext.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --graphite: #1f2937;
  --orange: #f05a28;
  --light: #f4f4f2;
  --grey: #9ca3af;
  --ink: #1f2937;
  --muted: #65707b;
  --line: #dedfdd;
  --white: #fff;
  --font: "Manrope", Arial, sans-serif;
  --gutter: clamp(20px, 4.4vw, 76px);
  color-scheme: light;
  font-family: var(--font);
  color: var(--ink);
  background: var(--light);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 4.7vw, 72px);
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(30px, 3.05vw, 46px);
  margin-bottom: 23px;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
  margin-bottom: 22px;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--graphite);
  outline-offset: 5px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-offset: 2px;
}
::selection {
  background: #f7cfbf;
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section {
  padding-block: 90px;
}
.narrow {
  max-width: 1000px;
  margin-inline: auto;
}
.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.small {
  font-size: 12px;
  line-height: 1.7;
}
.index {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.text-link {
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid currentColor;
  padding-block: 8px;
}
.text-link span {
  font-size: 20px;
  font-weight: 400;
}
.text-link:hover {
  color: var(--orange);
}
.text-button {
  border: 0;
  background: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
}
.button {
  min-height: 52px;
  padding: 15px 23px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: var(--orange);
  color: #17212b;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid var(--orange);
  line-height: 1.4;
  border-radius: 2px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #e85120;
  border-color: #e85120;
  transform: translateY(-1px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 11px;
}
.button-outline {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.button-outline:hover {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.button-light {
  background: var(--light);
  border-color: var(--light);
  color: var(--ink);
}
.button-light:hover {
  background: #fff;
  border-color: #fff;
}
.button-wide {
  width: 100%;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  background: white;
  z-index: 100;
  padding: 16px;
}
.skip:focus {
  top: 10px;
}
.topbar {
  background: var(--graphite);
  color: var(--light);
  font-size: 10px;
  letter-spacing: 0.02em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 33px;
}
.topbar a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.topbar a > span {
  font-size: 16px;
}
.topbar b {
  font-weight: 600;
}
.header {
  background: rgba(244, 244, 242, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner {
  height: 90px;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
}
.wordmark {
  font-family: var(--font);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.wordmark svg {
  height: 23px;
  width: 25px;
  margin-left: 1px;
  align-self: center;
}
.tagline {
  font-size: 6.3px;
  letter-spacing: 0.245em;
  margin-top: 8px;
  font-weight: 600;
}
.desktop-nav {
  display: flex;
  gap: 27px;
  margin-inline: auto;
  font-size: 12px;
  font-weight: 600;
}
.desktop-nav a {
  padding-block: 35px;
  white-space: nowrap;
  position: relative;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: #b73b13;
}
.desktop-nav a[aria-current]:after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.language {
  display: flex;
  gap: 7px;
  font-size: 10px;
  align-items: center;
}
.language a {
  color: var(--muted);
  padding-block: 10px;
}
.language a[aria-current] {
  color: var(--ink);
  font-weight: 800;
}
.language span {
  color: #b6babf;
}
.icon-btn {
  background: transparent;
  border: 0;
  padding: 9px;
  min-width: 40px;
  min-height: 42px;
  display: grid;
  place-items: center;
}
.cart-button {
  position: relative;
}
.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--orange);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
}
.mobile-only {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 34px;
}
.hero-copy {
  padding-top: 49px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero .eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
}
.orange-line {
  width: 23px;
  height: 2px;
  background: var(--orange);
}
.hero h1 {
  font-size: clamp(50px, 5.25vw, 82px);
  line-height: 1.075;
  letter-spacing: -0.065em;
  margin-bottom: 30px;
}
.hero h1 > span {
  color: var(--orange);
}
.hero-lead {
  font-size: 14px;
  max-width: 390px;
  line-height: 1.85;
  margin-bottom: 29px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-actions .text-link {
  font-size: 11px;
  gap: 14px;
  border: 0;
}
.hero-foot {
  margin-top: auto;
  padding-top: 42px;
  padding-bottom: 25px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}
.status-dot {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}
.hero-image {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: #a4abb2;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: 56% center;
}
.image-label {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  border-top: 1px solid #ffffff55;
  padding-top: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-shadow: 0 1px 6px #111;
}
.image-label > span:first-child {
  font-size: 8px;
  letter-spacing: 0.2em;
}
.image-label > span:last-child {
  font-size: 11px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}
.service-strip > a {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px 28px;
  border-right: 1px solid var(--line);
}
.service-strip > a:first-child {
  padding-left: 0;
}
.service-strip > a:last-child {
  border: 0;
  padding-right: 0;
}
.service-strip h2 {
  font-size: 17px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.service-strip p {
  font-size: 11px;
  margin: 0;
}
.service-strip > a > span:last-child {
  font-size: 23px;
  margin-left: auto;
}
.service-strip > a:hover h2 {
  color: var(--orange);
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.section-head .eyebrow {
  margin-bottom: 15px;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head > .text-link {
  margin-bottom: 4px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.product-card {
  min-width: 0;
}
.product-visual {
  background: #eeefed;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.42;
}
.product-visual img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 23px;
  transition: transform 0.45s;
}
.product-card:hover .product-visual img {
  transform: scale(1.035);
}
.product-badge {
  position: absolute;
  top: 17px;
  left: 18px;
  z-index: 1;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #515b63;
  padding-bottom: 5px;
  border-bottom: 1px solid #b0b6b9;
}
.visual-caption {
  position: absolute;
  bottom: 11px;
  right: 13px;
  font-size: 7px;
  color: #71797d;
}
.product-info {
  padding-top: 19px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 11px;
}
.product-info h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 23px;
  margin-bottom: 11px;
}
.product-info h3 > span {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0;
  color: var(--muted);
}
.product-info > p {
  font-size: 11px;
  min-height: 36px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.prices {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.prices > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 11px;
}
.prices b {
  font-weight: 500;
  font-size: 13px;
}
.prices strong {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.035em;
}
.installed-price > span {
  color: var(--muted);
}
.product-link {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  align-items: center;
}
.product-link > span {
  font-size: 23px;
  font-weight: 400;
}
.product-link:hover {
  color: #b73b13;
}
.sample-note {
  font-size: 10px;
  line-height: 1.7;
  margin: 24px 0;
  color: #727981;
  max-width: 1000px;
}
.help-banner {
  background: var(--graphite);
  color: var(--light);
  padding: 48px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-block: 10px 35px;
}
.help-banner .eyebrow {
  color: #bcc2c7;
  margin-bottom: 18px;
}
.help-banner h2 {
  font-size: 38px;
}
.help-banner p:not(.eyebrow) {
  color: #b7bec5;
  margin-bottom: 0;
}
.help-banner .button {
  flex-shrink: 0;
}
.split-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
}
.split-editorial > div:last-child {
  padding-right: 5%;
}
.editorial-image {
  background: #eeefed;
}
.editorial-image img {
  mix-blend-mode: multiply;
}
.split-editorial p {
  max-width: 480px;
}
.split-editorial .button {
  margin-block: 8px 15px;
}
.installation {
  padding: 60px;
  background: #e9eae6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  margin-block: 15px 35px;
}
.installation > div > p {
  max-width: 390px;
}
.installation-price {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-block: 30px 16px;
}
.installation-price strong {
  font-size: 38px;
  letter-spacing: -0.055em;
}
.installation-price > span {
  font-size: 11px;
  color: var(--muted);
}
.installation h3 {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
}
.check-list > li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid #d4d7d1;
  font-size: 12px;
}
.check-list svg {
  width: 16px;
  height: 18px;
  flex-shrink: 0;
}
.philosophy {
  text-align: center;
  padding-bottom: 100px;
}
.philosophy h2 {
  font-size: clamp(30px, 3.6vw, 53px);
}
footer {
  margin-top: 65px;
  border-top: 1px solid var(--line);
  padding-block: 58px 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 35px;
  padding-bottom: 50px;
}
.footer-top p {
  margin-top: 28px;
  font-size: 12px;
}
.footer-top h3 {
  font-size: 12px;
  letter-spacing: 0;
  margin: 5px 0 24px;
  font-weight: 700;
}
.footer-top > div > a:not(.logo) {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 13px;
}
.footer-top > div > a:hover {
  color: var(--orange);
}
.footer-cta {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}
.footer-cta > a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
  color: var(--ink) !important;
}
.footer-cta > a > span {
  font-size: 20px;
}
.footer-bottom {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 20px;
  font-size: 9px;
  color: var(--muted);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  font-size: 10px;
  padding-block: 25px;
  color: var(--muted);
  align-items: center;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb [aria-current] {
  color: var(--ink);
}
.page-intro {
  padding-top: 27px;
  padding-bottom: 35px;
}
.page-intro .eyebrow {
  margin-bottom: 20px;
}
.page-intro h1 {
  max-width: 950px;
}
.page-intro > p:not(.eyebrow) {
  max-width: 560px;
}
.catalogue-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 48px;
  padding-block: 25px 70px;
  border-top: 1px solid var(--line);
}
.filters {
  padding-top: 7px;
  align-self: start;
  position: sticky;
  top: 118px;
}
.filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.filter-heading h2 {
  font-size: 17px;
  margin: 0;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  margin-bottom: 22px;
  min-width: 0;
}
.field > span {
  font-size: 11px;
  font-weight: 600;
}
.field input,
.field select,
.field textarea,
.results-meta select,
.search-field {
  border: 1px solid #bdc2c4;
  padding: 13px 12px;
  background: transparent;
  border-radius: 2px;
  color: var(--ink);
  width: 100%;
  min-height: 47px;
}
.field select {
  appearance: auto;
  padding-right: 10px;
}
.field textarea {
  resize: vertical;
  min-height: 120px;
}
.field small {
  font-size: 10px;
  color: var(--muted);
}
.filter-help {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.filter-help p {
  font-size: 12px;
}
.filter-help .eyebrow {
  font-size: 9px;
}
.results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
  min-height: 43px;
  font-size: 11px;
}
.results-meta p {
  margin: 0;
}
.results-meta > label {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  color: var(--muted);
}
.results-meta select {
  font-size: 10px;
  min-height: 36px;
  padding: 7px 8px;
  width: auto;
  border: 0;
}
.catalogue-grid {
  gap: 40px 22px;
}
.catalogue-grid .product-info h3 {
  font-size: 20px;
}
.catalogue-grid .prices strong {
  font-size: 17px;
}
.empty-state {
  padding: 70px 25px;
  border: 1px solid var(--line);
  text-align: center;
}
.empty-state h2 {
  font-size: 28px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 7%;
  padding-block: 15px 30px;
  align-items: start;
}
.detail-visual {
  position: relative;
  background: #ededeb;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-visual img {
  width: 100%;
  mix-blend-mode: multiply;
}
.detail-visual > p {
  position: absolute;
  bottom: 15px;
  left: 22px;
  margin: 0;
  font-size: 9px;
}
.detail-info {
  padding-block: 15px;
}
.detail-info .eyebrow {
  font-size: 9px;
  margin-bottom: 16px;
}
.detail-info h1 {
  font-size: clamp(36px, 3.8vw, 57px);
  margin-bottom: 17px;
}
.detail-position {
  font-size: 15px;
  max-width: 380px;
}
.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 20px;
  border-block: 1px solid var(--line);
  margin-block: 25px;
  gap: 10px;
}
.spec-strip > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 7px;
}
.spec-strip dt {
  font-size: 9px;
  color: var(--muted);
}
.spec-strip dd {
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.025em;
  font-weight: 600;
}
.detail-prices {
  margin-bottom: 24px;
}
.detail-prices > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 15px;
}
.detail-prices > div > span,
.detail-prices > span {
  font-size: 12px;
  color: var(--muted);
}
.detail-prices b {
  font-size: 18px;
  font-weight: 500;
}
.detail-prices strong {
  font-size: 32px;
  letter-spacing: -0.055em;
  font-weight: 700;
  display: block;
}
.detail-prices p {
  font-size: 9px;
  margin-top: 12px;
}
.detail-info .button {
  font-size: 10px;
  padding-inline: 18px;
}
.device-button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  padding: 17px 0;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.detail-info > .small {
  font-size: 10px;
}
.anchor-nav {
  display: flex;
  gap: 45px;
  border-block: 1px solid var(--line);
  padding-block: 19px;
  font-size: 11px;
  font-weight: 600;
  overflow: auto;
  white-space: nowrap;
}
.why-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8%;
}
.why-section > div > p {
  max-width: 460px;
}
.choice-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.choice-columns h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  min-height: 48px;
}
.choice-columns ul {
  padding: 0;
  list-style: none;
}
.choice-columns li {
  font-size: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 75px;
}
.benefit-grid > div {
  padding-block: 20px;
  border-top: 1px solid var(--line);
}
.benefit-grid h3 {
  font-size: 18px;
  margin-block: 18px 10px;
}
.benefit-grid p {
  font-size: 12px;
  margin: 0;
}
.trust-note {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  padding-block: 65px;
}
.trust-note h2 {
  font-size: 32px;
}
.trust-note p {
  max-width: 700px;
  font-size: 13px;
}
.specifications {
  border-block: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.specifications > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  font-size: 19px;
  font-weight: 600;
}
.specifications > summary > span {
  font-size: 26px;
  font-weight: 400;
}
.specifications[open] > summary > span {
  transform: rotate(45deg);
}
.specifications dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 13px;
  font-size: 12px;
}
.specifications dt {
  color: var(--muted);
}
.specifications dd {
  margin: 0;
}
.mobile-sticky {
  display: none;
}
.notice {
  background: #e9eae6;
  border-left: 2px solid var(--orange);
  padding: 19px 23px;
  font-size: 12px;
  color: var(--ink);
  line-height: 1.8;
}
.hp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 40px;
  margin-block: 40px 70px;
}
.hp-card {
  border-top: 1px solid var(--line);
}
.hp-card > img {
  mix-blend-mode: multiply;
  aspect-ratio: 1.8;
  object-fit: contain;
  padding: 20px;
}
.hp-card > div {
  padding: 15px 0 25px;
}
.hp-card h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
.hp-card .eyebrow {
  font-size: 9px;
  margin-bottom: 14px;
}
.hp-card p {
  font-size: 12px;
}
.divider {
  margin-inline: 12px;
  color: #b5b9be;
}
.hp-price {
  font-size: 26px;
  letter-spacing: -0.04em;
  display: block;
  margin-block: 5px 12px;
}
.plain-list {
  padding-left: 16px;
  font-size: 13px;
  line-height: 2.6;
}
.selector-form fieldset {
  border: 0;
  margin: 0 0 35px;
  padding: 0;
}
.selector-form legend {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.selector-form legend > span {
  font-size: 11px;
  color: var(--muted);
  margin-right: 20px;
  letter-spacing: 0;
}
.option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.option {
  cursor: pointer;
  flex: 1;
  min-width: 150px;
  position: relative;
  display: flex;
}
.option > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  border: 1px solid #c3c7c7;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.option input:checked + span {
  border-color: var(--ink);
  background: #e9eae6;
  box-shadow: inset 0 -3px 0 var(--orange);
}
.option input:focus-visible + span {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}
.selector-form > .small {
  margin-top: 20px;
}
.quote-heading {
  padding-top: 30px;
}
.quote-heading h1 {
  font-size: 48px;
}
.stepper {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-bottom: 1px solid var(--line);
  margin-bottom: 45px;
  gap: 15px;
}
.stepper li {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}
.stepper li > span {
  font-size: 12px;
  border: 1px solid var(--line);
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.stepper li[aria-current] {
  color: var(--ink);
  font-weight: 700;
}
.stepper li[aria-current] > span {
  background: var(--orange);
  border-color: var(--orange);
}
.stepper li.done > span {
  background: var(--graphite);
  color: white;
  border-color: var(--graphite);
}
.quote-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 8%;
  align-items: start;
}
.quote-form-panel h2 {
  font-size: 29px;
  line-height: 1.25;
  margin-bottom: 17px;
}
.quote-form-panel > p {
  margin-bottom: 35px;
}
.quote-form-panel [tabindex="-1"]:focus {
  outline: 0;
}
.room-block {
  border: 0;
  padding: 0 0 20px;
  margin: 0 0 28px;
  border-bottom: 1px solid var(--line);
}
.room-block legend {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 21px;
}
.fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 23px;
}
.form-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 32px;
}
.quote-summary {
  background: #e9eae6;
  padding: 30px;
  position: sticky;
  top: 115px;
}
.quote-summary > img {
  mix-blend-mode: multiply;
  max-height: 140px;
  object-fit: contain;
  margin-bottom: 20px;
  width: 100%;
}
.quote-summary h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.quote-summary > .eyebrow {
  font-size: 9px;
  margin-bottom: 0;
}
.quote-summary > strong {
  font-size: 30px;
  letter-spacing: -0.04em;
}
.quote-summary dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  padding-bottom: 12px;
}
.quote-summary dt {
  color: var(--muted);
}
.quote-summary dd {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}
.quote-summary .summary-total {
  padding-top: 18px;
  border-top: 1px solid #ccd0ca;
  margin-top: 9px;
}
.summary-total dd {
  font-size: 23px;
  letter-spacing: -0.04em;
}
.quote-summary .small {
  font-size: 10px;
}
.summary-note {
  font-size: 12px;
  padding-left: 14px;
  border-left: 2px solid var(--orange);
  line-height: 1.8;
}
.quote-summary > a {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.upload-box {
  border: 1px dashed #adb4b6;
  background: #eeefeb;
  text-align: center;
  padding: 30px 18px;
  margin-bottom: 20px;
}
.upload-plus {
  font-size: 30px;
  font-weight: 300;
}
.upload-box h3 {
  font-size: 19px;
  margin-block: 12px;
}
.upload-box p {
  font-size: 12px;
}
.upload-box small {
  display: block;
  color: var(--muted);
  margin-top: 15px;
  font-size: 10px;
}
.upload-label {
  position: relative;
  overflow: hidden;
}
.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.upload-label:focus-within {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}
.file-list {
  padding: 0;
  list-style: none;
}
.file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding-block: 9px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.file-list small {
  color: var(--muted);
}
.file-list button {
  font-size: 21px;
  min-width: 36px;
  text-decoration: none;
}
.function-options {
  border: 0;
  padding: 0;
  margin: 0 0 35px;
}
.function-options legend {
  margin-bottom: 20px;
  font-size: 12px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-block: 20px;
  font-size: 11px;
  color: var(--muted);
}
.consent input {
  margin-top: 4px;
  min-width: 17px;
  height: 17px;
  accent-color: var(--ink);
}
.consent a {
  text-decoration: underline;
}
.form-error {
  color: #9a2818;
  font-size: 12px;
  padding: 15px;
  background: #f9e5df;
}
.review-details {
  margin-block: 30px;
}
.review-details > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid var(--line);
  padding-block: 15px;
  font-size: 12px;
  gap: 20px;
}
.review-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.review-details dt {
  color: var(--muted);
}
.completion .button {
  margin-bottom: 20px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-block: 0 70px;
}
.principles > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.principles h3 {
  margin-block: 20px;
}
.service-list > a {
  display: flex;
  align-items: start;
  gap: 40px;
  padding-block: 35px;
  border-top: 1px solid var(--line);
}
.service-list > a > span:last-child {
  font-size: 32px;
  margin-left: auto;
}
.service-list h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
.service-list p {
  margin: 0;
  max-width: 600px;
}
.guide-list {
  margin-block: 20px 65px;
}
.guide-list details {
  border-top: 1px solid var(--line);
}
.guide-list summary {
  padding-block: 27px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.guide-list summary > span:last-child {
  margin-left: auto;
  font-size: 26px;
  font-weight: 400;
}
.guide-list details > p {
  max-width: 750px;
  margin: 0 0 35px 45px;
}
.guide-list details[open] summary > span:last-child {
  transform: rotate(45deg);
}
.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-block: 40px 65px;
}
.contact-options > div > a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.contact-options h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}
.contact-options a > span {
  font-size: 25px;
}
.prose h2 {
  font-size: 26px;
  margin-top: 40px;
}
.prose p {
  max-width: 800px;
}
.overlay {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  border: 0;
  background: var(--light);
  color: var(--ink);
  width: min(560px, 100%);
  height: 100dvh;
  max-height: 100dvh;
  padding: 32px;
  overflow-y: auto;
  max-width: 100%;
}
.overlay::backdrop {
  background: #15202ac0;
  backdrop-filter: blur(3px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.dialog-heading h2 {
  font-size: 27px;
  margin: 0;
}
.dialog-heading .icon-btn {
  margin-right: -8px;
}
.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  mix-blend-mode: multiply;
  align-self: center;
}
.cart-item h3 {
  font-size: 17px;
  margin-bottom: 9px;
}
.cart-item p {
  font-size: 12px;
  margin-bottom: 10px;
}
.quantity-control {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quantity-control button {
  border: 1px solid #c9cdd0;
  width: 32px;
  height: 32px;
  background: none;
}
.quantity-control span {
  font-size: 12px;
}
.quantity-control .remove {
  border: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  font-size: 10px;
  text-decoration: underline;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-block: 25px;
  align-items: baseline;
}
.cart-total strong {
  font-size: 27px;
  letter-spacing: -0.04em;
}
.overlay .notice {
  margin-top: 25px;
}
.overlay .menu-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.menu-links a {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 23px;
  letter-spacing: -0.03em;
}
.search-field {
  margin-block: 10px 25px;
}
.search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
}
.search-result strong {
  display: block;
  font-size: 16px;
}
.search-result small {
  color: var(--muted);
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  background: var(--graphite);
  color: white;
  padding: 17px 25px;
  max-width: 90vw;
  font-size: 12px;
  box-shadow: 0 5px 30px #0002;
}
.noscript {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  background: #f3e4db;
}
@media (min-width: 1600px) {
  .hero-image {
    min-height: 660px;
  }
  .hero-copy {
    padding-top: 65px;
  }
}
@media (max-width: 1200px) {
  .desktop-nav {
    gap: 18px;
  }
  .header-inner {
    gap: 20px;
  }
  .header-tools {
    gap: 4px;
  }
  .header-quote {
    display: none;
  }
  .hero {
    gap: 32px;
  }
  .hero-image {
    min-height: 515px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-copy {
    padding-top: 36px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    padding-inline: 18px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .catalogue-layout {
    gap: 28px;
    grid-template-columns: 185px 1fr;
  }
  .catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .installation {
    gap: 8%;
    padding: 42px;
  }
  .product-detail {
    gap: 5%;
  }
  .detail-info h1 {
    font-size: 43px;
  }
  .detail-info .button {
    font-size: 9px;
  }
  .spec-strip dd {
    font-size: 17px;
  }
  .quote-layout {
    gap: 5%;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .mobile-only {
    display: grid;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-image {
    min-height: 470px;
  }
  .hero {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-top: 25px;
  }
  .hero-lead {
    font-size: 12px;
  }
  .hero-foot {
    font-size: 9px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 11px;
  }
  .service-strip > a {
    gap: 15px;
    padding-inline: 20px;
  }
  .service-strip h2 {
    font-size: 15px;
  }
  .service-strip p {
    font-size: 10px;
  }
  .product-grid {
    gap: 18px;
  }
  .product-info h3 {
    font-size: 20px;
  }
  .prices strong {
    font-size: 17px;
  }
  .help-banner {
    padding: 37px;
  }
  .help-banner h2 {
    font-size: 32px;
  }
  .help-banner p {
    font-size: 12px;
  }
  .help-banner .button {
    font-size: 11px;
  }
  .split-editorial {
    gap: 6%;
  }
  .split-editorial h2 {
    font-size: 32px;
  }
  .split-editorial p {
    font-size: 12px;
  }
  .footer-top {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .footer-cta {
    display: none;
  }
  .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 4%;
  }
  .detail-visual {
    min-height: 390px;
  }
  .spec-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .detail-prices > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .detail-prices strong {
    font-size: 29px;
  }
  .detail-info .button {
    font-size: 10px;
  }
  .why-section {
    gap: 5%;
  }
  .choice-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .choice-columns h3 {
    min-height: 0;
    margin-bottom: 12px;
  }
  .choice-columns li {
    padding-block: 8px;
  }
  .quote-layout {
    grid-template-columns: 1.4fr 1fr;
    gap: 4%;
  }
  .quote-summary {
    padding: 20px;
  }
  .quote-summary .summary-total {
    display: block;
  }
  .summary-total dd {
    margin-top: 10px;
  }
  .fields-grid {
    grid-template-columns: 1fr;
  }
  .stepper {
    gap: 10px;
  }
  .stepper li {
    font-size: 10px;
    gap: 9px;
  }
  .option {
    min-width: 130px;
  }
  .hp-card h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  :root {
    --gutter: 20px;
  }
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 31px;
  }
  .section {
    padding-block: 58px;
  }
  .topbar .container {
    justify-content: center;
    min-height: 30px;
    font-size: 9px;
  }
  .topbar .container > span {
    display: none;
  }
  .header-inner {
    height: 75px;
    gap: 10px;
  }
  .wordmark {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  .wordmark svg {
    height: 19px;
    width: 20px;
  }
  .tagline {
    font-size: 5px;
    letter-spacing: 0.21em;
    margin-top: 6px;
  }
  .header-tools {
    gap: 0;
  }
  .header-tools > .icon-btn[data-action="search"] {
    display: none;
  }
  .icon-btn {
    min-width: 36px;
    padding: 7px;
  }
  .language {
    font-size: 9px;
    gap: 4px;
    margin-right: 5px;
  }
  .hero {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .hero-copy {
    padding-top: 35px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(49px, 13vw, 67px);
    line-height: 1.06;
    margin-bottom: 23px;
    letter-spacing: -0.06em;
  }
  .hero-lead {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .hero-actions {
    gap: 17px;
    width: 100%;
    align-items: center;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 48px;
    padding: 13px 17px;
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .hero-foot {
    padding-block: 24px 0;
    font-size: 9px;
    margin: 0;
  }
  .hero-image {
    min-height: 350px;
    margin-inline: 0;
  }
  .hero-image img {
    object-position: 50% center;
  }
  .image-label {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .image-label > span:last-child {
    font-size: 10px;
    gap: 14px;
  }
  .service-strip {
    grid-template-columns: 1fr;
    padding-block: 10px;
  }
  .service-strip > a,
  .service-strip > a:first-child,
  .service-strip > a:last-child {
    padding: 19px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 22px;
  }
  .service-strip > a:last-child {
    border-bottom: 0;
  }
  .service-strip h2 {
    font-size: 16px;
  }
  .service-strip p {
    font-size: 10px;
  }
  .section-head {
    align-items: start;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 27px;
  }
  .section-head h2 {
    font-size: 32px;
  }
  .section-head .text-link {
    font-size: 11px;
  }
  .section-head .eyebrow {
    font-size: 9px;
    margin-bottom: 16px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .product-visual {
    aspect-ratio: 1.6;
  }
  .product-visual img {
    padding: 20px;
  }
  .product-info {
    padding-top: 17px;
  }
  .product-info h3 {
    font-size: 25px;
  }
  .product-info > p {
    min-height: 0;
    font-size: 12px;
  }
  .product-meta {
    font-size: 10px;
  }
  .prices > div {
    font-size: 12px;
  }
  .prices b {
    font-size: 15px;
  }
  .prices strong {
    font-size: 23px;
  }
  .product-link {
    font-size: 12px;
  }
  .visual-caption {
    font-size: 8px;
  }
  .sample-note {
    font-size: 9px;
    margin-block: 23px;
  }
  .help-banner {
    padding: 32px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 10px;
  }
  .help-banner h2 {
    font-size: 31px;
  }
  .help-banner .eyebrow {
    font-size: 8px;
  }
  .help-banner p {
    font-size: 12px;
  }
  .help-banner .button {
    font-size: 12px;
  }
  .split-editorial {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-editorial > div:last-child {
    padding-right: 0;
  }
  .split-editorial h2 {
    font-size: 34px;
  }
  .split-editorial p {
    font-size: 13px;
  }
  .split-editorial .eyebrow {
    font-size: 9px;
  }
  .installation {
    grid-template-columns: 1fr;
    padding: 30px 23px;
    gap: 30px;
    margin-bottom: 0;
  }
  .installation h2 {
    font-size: 32px;
  }
  .installation-price strong {
    font-size: 36px;
  }
  .installation-price {
    gap: 11px;
    margin-top: 20px;
  }
  .installation-price > span {
    font-size: 10px;
  }
  .installation .eyebrow {
    font-size: 9px;
  }
  .installation > div > p {
    font-size: 12px;
  }
  .check-list > li {
    font-size: 11px;
    padding-block: 12px;
  }
  .philosophy {
    padding-block: 65px 30px;
  }
  .philosophy h2 {
    font-size: 31px;
  }
  footer {
    margin-top: 50px;
    padding-top: 38px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-bottom: 28px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top > div:first-child p {
    margin-top: 18px;
  }
  .footer-top h3 {
    margin-bottom: 20px;
  }
  .footer-bottom {
    font-size: 8px;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .breadcrumb {
    font-size: 9px;
    padding-block: 20px;
    gap: 8px;
  }
  .page-intro {
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .page-intro h1 {
    font-size: 43px;
    line-height: 1.13;
  }
  .page-intro > p:not(.eyebrow) {
    font-size: 12px;
  }
  .catalogue-layout {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 12px 40px;
  }
  .filters {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
  }
  .filter-heading {
    grid-column: 1/-1;
    margin-bottom: 10px;
  }
  .filter-heading h2 {
    font-size: 14px;
  }
  .filters .field {
    margin-bottom: 15px;
  }
  .filters .field > span {
    font-size: 10px;
  }
  .filters select {
    font-size: 11px;
    padding-inline: 8px;
  }
  .filter-help {
    display: none;
  }
  .results-meta {
    margin-bottom: 20px;
    font-size: 10px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .results-meta select {
    font-size: 10px;
  }
  .catalogue-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .catalogue-grid .product-info h3 {
    font-size: 25px;
  }
  .catalogue-grid .prices strong {
    font-size: 23px;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 0;
  }
  .detail-visual {
    min-height: 0;
    aspect-ratio: 1.15;
  }
  .detail-info {
    padding-top: 0;
  }
  .detail-info h1 {
    font-size: 44px;
  }
  .detail-info .eyebrow {
    font-size: 9px;
  }
  .detail-position {
    font-size: 14px;
  }
  .spec-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-block: 20px;
    margin-block: 21px;
  }
  .spec-strip dd {
    font-size: 17px;
  }
  .spec-strip dt {
    font-size: 8px;
  }
  .detail-prices > div {
    flex-direction: row;
    align-items: baseline;
  }
  .detail-prices > div > span {
    font-size: 11px;
  }
  .detail-prices strong {
    font-size: 29px;
  }
  .detail-prices p {
    font-size: 9px;
  }
  .detail-info .button {
    font-size: 10px;
    min-height: 53px;
  }
  .detail-info > .small {
    margin-bottom: 0;
  }
  .anchor-nav {
    gap: 27px;
    font-size: 10px;
    padding-block: 17px;
  }
  .why-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 48px;
  }
  .why-section .eyebrow {
    font-size: 9px;
  }
  .choice-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .choice-columns h3 {
    font-size: 18px;
  }
  .choice-columns li {
    font-size: 12px;
    padding-block: 11px;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 23px;
    margin-bottom: 40px;
  }
  .benefit-grid h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .benefit-grid p {
    font-size: 11px;
  }
  .trust-note {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 45px;
  }
  .trust-note h2 {
    font-size: 28px;
  }
  .trust-note .eyebrow {
    margin: 0;
  }
  .specifications summary {
    font-size: 18px;
  }
  .specifications dl > div {
    font-size: 11px;
  }
  .mobile-sticky {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--light);
    z-index: 25;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--line);
    padding: 11px 20px calc(11px + env(safe-area-inset-bottom));
    gap: 15px;
  }
  .mobile-sticky small {
    display: block;
    font-size: 8px;
    color: var(--muted);
  }
  .mobile-sticky strong {
    display: block;
    font-size: 18px;
    letter-spacing: -0.04em;
  }
  .mobile-sticky .button {
    font-size: 10px;
    gap: 15px;
  }
  .mobile-sticky ~ * {
    margin-bottom: 0;
  }
  body:has(.mobile-sticky) {
    padding-bottom: 80px;
  }
  .hp-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hp-card > img {
    aspect-ratio: 1.5;
  }
  .hp-card h2 {
    font-size: 28px;
  }
  .hp-card .eyebrow {
    font-size: 8px;
  }
  .hp-price {
    font-size: 27px;
  }
  .notice {
    font-size: 11px;
    padding: 16px;
  }
  .selector-form legend {
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    gap: 12px;
  }
  .selector-form legend > span {
    margin: 0;
  }
  .option-grid {
    gap: 10px;
  }
  .option {
    min-width: 140px;
  }
  .option > span {
    padding: 17px 12px;
    font-size: 11px;
  }
  .quote-heading {
    padding-top: 16px;
  }
  .quote-heading h1 {
    font-size: 35px;
  }
  .quote-heading .eyebrow {
    font-size: 8px;
  }
  .stepper {
    gap: 10px;
    margin-bottom: 28px;
    padding-top: 7px;
  }
  .stepper li {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    font-size: 9px;
  }
  .stepper li > span {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .quote-form-panel h2 {
    font-size: 26px;
  }
  .quote-summary {
    position: static;
    padding: 24px;
  }
  .quote-summary .summary-total {
    display: flex;
  }
  .summary-total dd {
    margin: 0;
  }
  .quote-summary > img {
    max-height: 110px;
  }
  .fields-grid {
    grid-template-columns: 1fr;
  }
  .field {
    font-size: 13px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field > span {
    font-size: 11px;
  }
  .filters .field select {
    font-size: 13px;
  }
  .room-block {
    margin-bottom: 20px;
  }
  .form-navigation .button {
    font-size: 11px;
    gap: 14px;
  }
  .form-navigation {
    gap: 12px;
  }
  .consent {
    font-size: 11px;
  }
  .upload-box {
    padding-inline: 14px;
  }
  .review-details > div {
    grid-template-columns: 1fr 2fr;
    font-size: 11px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
  .principles h3 {
    font-size: 22px;
  }
  .service-list > a {
    gap: 20px;
    padding-block: 25px;
  }
  .service-list h2 {
    font-size: 25px;
  }
  .service-list p {
    font-size: 12px;
  }
  .service-list > a > span:last-child {
    font-size: 26px;
  }
  .guide-list summary {
    font-size: 18px;
    gap: 16px;
    line-height: 1.4;
  }
  .guide-list details > p {
    margin-left: 0;
    font-size: 12px;
  }
  .contact-options {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 15px 35px;
  }
  .contact-options h3 {
    font-size: 18px;
  }
  .overlay {
    padding: 25px 20px;
  }
  .dialog-heading h2 {
    font-size: 25px;
  }
  .toast {
    bottom: 90px;
    font-size: 11px;
    width: max-content;
  }
  .hp-grid {
    margin-bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .header,
  .topbar,
  footer,
  .mobile-sticky,
  .anchor-nav,
  .button,
  .device-button,
  .skip {
    display: none !important;
  }
  .container {
    padding: 0;
  }
  .product-detail {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding-block: 25px;
  }
  body {
    background: white;
    font-size: 11px;
  }
  details {
    display: block;
  }
  .sample-note {
    display: block;
  }
}
