/* THERMOVA brand layer: original wordmark, editorial photography and reading scale. */
:root {
  --muted: #5f6973;
  --gutter: clamp(22px, 4.4vw, 72px);
}
body {
  font-size: 15px;
  line-height: 1.75;
}
h1,
h2,
h3 {
  font-weight: 600;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
}
.small {
  font-size: 13px;
}
.button {
  font-size: 14px;
  min-height: 54px;
  padding: 16px 23px;
  border-radius: 3px;
}
.button-small {
  font-size: 12px;
  min-height: 44px;
  padding: 12px 18px;
}
.button span {
  font-size: 22px;
}
.text-link {
  font-size: 13px;
  gap: 22px;
}
.text-button {
  font-size: 13px;
}
.logo {
  width: 244px;
  gap: 0;
}
.original-wordmark {
  display: block;
  width: 100%;
  aspect-ratio: 9.25;
  position: relative;
  overflow: hidden;
  mix-blend-mode: multiply;
}
.original-wordmark img {
  position: absolute;
  width: 107.2%;
  max-width: none;
  height: auto;
  left: -3.55%;
  top: -35%;
}
.tagline {
  font-size: 7.6px;
  letter-spacing: 0.19em;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}
.header-inner {
  height: 98px;
  gap: 30px;
}
.desktop-nav {
  gap: 30px;
  font-size: 13px;
}
.desktop-nav a {
  padding-block: 38px;
}
.header-tools {
  gap: 12px;
}
.language {
  font-size: 11px;
  gap: 8px;
}
.topbar {
  font-size: 11px;
}
.topbar .container {
  min-height: 34px;
}
.hero {
  grid-template-columns: 1fr 1.15fr;
  gap: 4.5%;
  padding-top: 36px;
  padding-bottom: 40px;
}
.hero-copy {
  padding-top: 32px;
  padding-bottom: 0;
  justify-content: center;
}
.hero .eyebrow {
  font-size: 10px;
  margin-bottom: 25px;
  gap: 13px;
}
.hero h1 {
  font-size: clamp(52px, 4.6vw, 70px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.055em;
  margin-bottom: 27px;
}
.hero h1 > span {
  color: var(--ink);
}
.hero-lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 480px;
}
.hero-actions {
  gap: 24px;
  align-items: center;
}
.hero-actions .button {
  font-size: 14px;
}
.hero-actions .text-link {
  font-size: 13px;
  gap: 12px;
  border-bottom: 1px solid var(--ink);
  padding-block: 8px;
}
.hero-foot {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 22px;
  border-top: 1px solid var(--line);
  width: 100%;
  font-size: 11px;
  color: var(--muted);
}
.hero-image {
  min-height: 630px;
  border-radius: 2px;
}
.hero-image img {
  object-position: 55% center;
}
.image-label {
  left: 26px;
  right: 26px;
  bottom: 25px;
  padding-top: 18px;
}
.image-label > span:first-child {
  font-size: 10px;
}
.image-label > span:last-child {
  font-size: 12px;
}
.category-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-block: 0 10px;
}
.category-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 34px;
  background: #eceeeb;
  overflow: hidden;
  position: relative;
  min-height: 228px;
  border-radius: 2px;
}
.category-path > div {
  flex: 1;
  min-width: 240px;
  position: relative;
  z-index: 1;
}
.category-path .eyebrow {
  font-size: 10px;
  margin-bottom: 20px;
  color: var(--muted);
}
.category-path h2 {
  font-size: 29px;
  line-height: 1.16;
  margin-bottom: 22px;
  letter-spacing: -0.04em;
}
.category-path > div > span {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 270px;
  line-height: 1.5;
}
.category-path > div > span > span {
  font-size: 22px;
}
.category-path img {
  width: 46%;
  max-width: 270px;
  mix-blend-mode: multiply;
  transition: transform 0.4s;
}
.category-path:hover img {
  transform: translateX(-5px);
}
.category-path:nth-child(2) {
  background: #e7e9e5;
}
.section {
  padding-block: 88px;
}
.section-head {
  margin-bottom: 25px;
}
.section-head h2 {
  font-size: 41px;
  line-height: 1.2;
}
.section-head .eyebrow {
  margin-bottom: 17px;
}
.section-intro {
  max-width: 680px;
  margin: 0 0 37px;
  font-size: 15px;
}
.product-grid {
  gap: 32px;
}
.product-visual {
  background: #eeefeb;
  aspect-ratio: 1.48;
  border-radius: 2px;
}
.product-visual img {
  padding: 18px 24px;
}
.product-badge {
  font-size: 9px;
  letter-spacing: 0.08em;
  top: 22px;
  left: 23px;
}
.visual-caption {
  font-size: 9px;
  bottom: 14px;
  right: 18px;
}
.product-info {
  padding-top: 22px;
}
.product-meta {
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.product-info h3 {
  font-size: 27px;
  margin-bottom: 14px;
}
.product-info h3 > span {
  font-size: 13px;
}
.product-info > p {
  font-size: 13px;
  line-height: 1.7;
  min-height: 45px;
  margin-bottom: 24px;
}
.prices {
  padding-top: 17px;
}
.prices > div {
  font-size: 12px;
  margin-bottom: 10px;
}
.prices b {
  font-size: 16px;
}
.prices strong {
  font-size: 23px;
}
.product-link {
  font-size: 13px;
  padding-top: 16px;
  margin-top: 18px;
}
.sample-note {
  font-size: 11px;
  margin-top: 30px;
  max-width: none;
  color: #69737b;
}
.living-story {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  background: #e9ebe6;
  min-height: 540px;
  margin-block: 15px 40px;
  overflow: hidden;
}
.living-photo {
  position: relative;
  min-height: 540px;
}
.living-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: 40% center;
}
.living-copy {
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.living-copy .eyebrow {
  font-size: 10px;
  margin-bottom: 25px;
}
.living-copy h2 {
  font-size: 54px;
  line-height: 1.08;
  margin-bottom: 25px;
  letter-spacing: -0.06em;
}
.living-copy p:not(.eyebrow) {
  font-size: 15px;
  max-width: 360px;
  line-height: 1.85;
}
.image-disclosure {
  font-size: 10px;
  color: var(--muted);
  margin-top: 22px;
  margin-bottom: 0;
}
.living-copy .image-disclosure {
  margin-top: auto;
  padding-top: 32px;
}
.help-section {
  padding-top: 20px;
}
.help-banner {
  padding: 52px 55px;
  margin-block: 0;
  gap: 60px;
}
.help-banner h2 {
  font-size: 37px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.help-banner .eyebrow {
  font-size: 10px;
}
.help-banner p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.7;
}
.split-editorial h2 {
  font-size: 45px;
  line-height: 1.15;
}
.split-editorial p {
  font-size: 15px;
  line-height: 1.85;
}
.split-editorial .small {
  font-size: 12px;
}
.editorial-image {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  background: #ebede8;
}
.editorial-image img {
  width: 100%;
}
.system-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--muted);
  border-top: 1px solid #cfd3cf;
  padding-top: 15px;
}
.installation {
  padding: 60px;
  gap: 9%;
  margin-block: 0 30px;
}
.installation h2 {
  font-size: 43px;
  line-height: 1.13;
}
.installation h3 {
  font-size: 18px;
  line-height: 1.5;
}
.installation > div > p {
  font-size: 15px;
  line-height: 1.8;
}
.installation > div > .small {
  font-size: 12px;
}
.installation-price strong {
  font-size: 42px;
}
.installation-price > span {
  font-size: 12px;
}
.check-list > li {
  font-size: 13px;
  padding-block: 13px;
  gap: 14px;
  line-height: 1.6;
}
.brand-story {
  padding-block: 75px 40px;
}
.brand-story-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 35px;
}
.brand-story-heading h2 {
  font-size: 42px;
  line-height: 1.18;
  margin-bottom: 0;
}
.brand-story-heading > p {
  max-width: 430px;
  margin: 0;
  font-size: 15px;
}
.brand-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 26px;
}
.brand-photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.brand-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.brand-photo-van img {
  object-position: 45% center;
}
.brand-photo-team img {
  object-position: 30% center;
}
.brand-photo:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(15, 23, 29, 0.72));
  pointer-events: none;
}
.brand-photo figcaption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 27px;
  color: white;
  z-index: 1;
  border-top: 1px solid #ffffff60;
  padding-top: 18px;
}
.brand-photo figcaption span {
  font-size: 9px;
  letter-spacing: 0.13em;
  display: block;
  margin-bottom: 9px;
}
.brand-photo figcaption strong {
  font-size: 21px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.3;
}
.closing-statement {
  text-align: center;
  padding-block: 75px 90px;
}
.closing-statement h2 {
  font-size: 62px;
  line-height: 1.08;
  letter-spacing: -0.06em;
  margin-bottom: 26px;
}
.closing-statement > p:not(.eyebrow) {
  font-size: 16px;
}
.closing-statement .button {
  margin-top: 5px;
}
footer {
  margin-top: 30px;
  padding-top: 60px;
}
.footer-top {
  gap: 40px;
}
.footer-top p {
  font-size: 14px;
  line-height: 1.8;
}
.footer-top h3 {
  font-size: 14px;
}
.footer-top > div > a:not(.logo) {
  font-size: 13px;
  margin-bottom: 14px;
}
.footer-bottom {
  font-size: 11px;
  padding-block: 22px;
}
.breadcrumb {
  font-size: 12px;
  gap: 12px;
  padding-block: 25px;
}
.page-intro .eyebrow {
  font-size: 11px;
}
.page-intro > p:not(.eyebrow) {
  font-size: 16px;
  max-width: 660px;
}
.page-intro h1 {
  font-size: 60px;
  line-height: 1.12;
}
.catalogue-layout {
  grid-template-columns: 224px 1fr;
  gap: 42px;
}
.filters {
  top: 125px;
}
.field {
  font-size: 14px;
}
.field > span {
  font-size: 12px;
}
.field input,
.field select,
.field textarea {
  font-size: 14px;
  min-height: 50px;
}
.results-meta {
  font-size: 12px;
}
.results-meta select {
  font-size: 12px;
}
.filter-help p {
  font-size: 13px;
}
.catalogue-grid {
  gap: 44px 25px;
}
.catalogue-grid .product-info h3 {
  font-size: 24px;
}
.catalogue-grid .prices strong {
  font-size: 21px;
}
.detail-info .eyebrow {
  font-size: 10px;
  line-height: 1.6;
}
.detail-position {
  font-size: 17px;
  max-width: 460px;
  line-height: 1.7;
}
.detail-visual {
  min-height: 510px;
}
.detail-visual > p {
  font-size: 11px;
}
.spec-strip dt {
  font-size: 11px;
  line-height: 1.5;
}
.spec-strip dd {
  font-size: 22px;
}
.detail-prices > div > span,
.detail-prices > span {
  font-size: 14px;
}
.detail-prices p {
  font-size: 11px;
  line-height: 1.7;
}
.detail-prices strong {
  font-size: 35px;
}
.detail-info .button {
  font-size: 12px;
  min-height: 56px;
}
.detail-info > .small {
  font-size: 12px;
}
.device-button {
  font-size: 13px;
}
.anchor-nav {
  font-size: 13px;
  gap: 40px;
}
.choice-columns h3 {
  font-size: 18px;
}
.choice-columns li {
  font-size: 14px;
}
.benefit-grid p {
  font-size: 14px;
}
.benefit-grid h3 {
  font-size: 20px;
  line-height: 1.3;
}
.specifications dl > div {
  font-size: 14px;
}
.trust-note p {
  font-size: 15px;
}
.notice {
  font-size: 13px;
  line-height: 1.8;
}
.hp-card .eyebrow {
  font-size: 10px;
}
.hp-card p {
  font-size: 14px;
}
.quote-summary .eyebrow {
  font-size: 10px;
}
.quote-summary dl > div {
  font-size: 13px;
}
.quote-summary .small {
  font-size: 11px;
}
.summary-note {
  font-size: 13px;
}
.quote-summary > a {
  font-size: 12px;
}
.stepper li {
  font-size: 13px;
}
.option > span {
  font-size: 14px;
  line-height: 1.5;
}
.room-block legend {
  font-size: 12px;
}
.consent {
  font-size: 13px;
}
.upload-box p {
  font-size: 14px;
}
.upload-box small {
  font-size: 12px;
}
.cart-item p {
  font-size: 14px;
}
.quantity-control button {
  width: 38px;
  height: 38px;
}
.quantity-control span {
  font-size: 14px;
}
.quantity-control .remove {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .header-inner {
    gap: 24px;
  }
  .desktop-nav {
    gap: 22px;
  }
  .header-tools {
    gap: 8px;
  }
  .logo {
    width: 216px;
  }
  .tagline {
    font-size: 6.7px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-image {
    min-height: 590px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding-inline: 18px;
  }
  .category-path {
    padding: 28px 25px;
  }
  .category-path > div {
    min-width: 210px;
  }
  .category-path h2 {
    font-size: 25px;
  }
  .category-path > div > span {
    font-size: 10px;
  }
  .category-path img {
    width: 42%;
  }
  .product-grid {
    gap: 25px;
  }
  .product-info h3 {
    font-size: 25px;
  }
  .product-info > p {
    font-size: 13px;
  }
  .prices strong {
    font-size: 21px;
  }
  .living-copy {
    padding: 42px 34px;
  }
  .living-copy h2 {
    font-size: 46px;
  }
  .living-copy p:not(.eyebrow) {
    font-size: 14px;
  }
  .living-story,
  .living-photo {
    min-height: 490px;
  }
  .brand-photo {
    min-height: 420px;
  }
  .brand-story-heading h2 {
    font-size: 37px;
  }
  .installation {
    padding: 45px;
  }
  .catalogue-layout {
    grid-template-columns: 200px 1fr;
    gap: 30px;
  }
  .catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-info .button {
    font-size: 11px;
  }
  .spec-strip dd {
    font-size: 19px;
  }
  .spec-strip dt {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .logo {
    width: 220px;
  }
  .tagline {
    font-size: 6.8px;
  }
  .header-inner {
    height: 88px;
  }
  .header-tools {
    gap: 9px;
  }
  .hero {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-top: 20px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.11em;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-image {
    min-height: 540px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-foot {
    font-size: 10px;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .category-paths {
    gap: 20px;
  }
  .category-path {
    padding: 25px;
    min-height: 235px;
  }
  .category-path > div {
    min-width: 160px;
  }
  .category-path h2 {
    font-size: 25px;
  }
  .category-path img {
    position: absolute;
    right: -30px;
    bottom: 10px;
    width: 49%;
    opacity: 0.65;
  }
  .category-path > div > span {
    max-width: 190px;
  }
  .category-path .eyebrow {
    font-size: 9px;
  }
  .product-grid {
    gap: 22px;
  }
  .product-info h3 {
    font-size: 22px;
  }
  .product-info h3 > span {
    font-size: 11px;
  }
  .product-info > p {
    font-size: 12px;
    min-height: 65px;
  }
  .prices > div {
    font-size: 11px;
  }
  .prices strong {
    font-size: 20px;
  }
  .product-meta {
    font-size: 10px;
  }
  .visual-caption {
    font-size: 8px;
  }
  .section-head h2 {
    font-size: 35px;
  }
  .living-story {
    grid-template-columns: 1.1fr 1fr;
  }
  .living-story,
  .living-photo {
    min-height: 480px;
  }
  .living-copy {
    padding: 36px 28px;
  }
  .living-copy h2 {
    font-size: 43px;
  }
  .living-copy .eyebrow {
    font-size: 9px;
  }
  .living-photo img {
    object-position: 27% center;
  }
  .help-banner {
    padding: 40px 32px;
    gap: 30px;
  }
  .help-banner h2 {
    font-size: 30px;
  }
  .help-banner p:not(.eyebrow) {
    font-size: 13px;
  }
  .help-banner .button {
    font-size: 12px;
  }
  .split-editorial h2 {
    font-size: 35px;
  }
  .split-editorial p {
    font-size: 14px;
  }
  .editorial-image {
    min-height: 390px;
  }
  .installation {
    padding: 35px;
    gap: 7%;
  }
  .installation h2 {
    font-size: 35px;
  }
  .installation > div > p {
    font-size: 14px;
  }
  .check-list > li {
    font-size: 12px;
  }
  .brand-story-heading {
    grid-template-columns: 1.2fr 1fr;
    gap: 6%;
  }
  .brand-story-heading h2 {
    font-size: 32px;
  }
  .brand-story-heading > p {
    font-size: 13px;
  }
  .brand-photo {
    min-height: 340px;
  }
  .brand-photo figcaption {
    left: 20px;
    right: 20px;
  }
  .brand-photo figcaption strong {
    font-size: 18px;
  }
  .brand-photo figcaption span {
    font-size: 8px;
  }
  .closing-statement h2 {
    font-size: 52px;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .footer-top > .logo {
    width: 200px;
  }
  .detail-visual {
    min-height: 420px;
  }
  .detail-position {
    font-size: 15px;
  }
  .detail-info .button {
    font-size: 11px;
  }
  .spec-strip {
    grid-template-columns: 1fr 1fr;
  }
  .detail-prices > div > span {
    font-size: 13px;
  }
  .detail-prices strong {
    font-size: 31px;
  }
  .detail-info > .small {
    font-size: 11px;
  }
  .stepper li {
    font-size: 11px;
  }
  .quote-summary dl > div {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  :root {
    --gutter: 22px;
  }
  body {
    font-size: 15px;
    line-height: 1.7;
  }
  .small {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .text-link {
    font-size: 13px;
  }
  .text-button {
    font-size: 12px;
  }
  .button {
    font-size: 13px;
    min-height: 52px;
  }
  .button-small {
    font-size: 11px;
    min-height: 44px;
  }
  .topbar .container {
    font-size: 10px;
    min-height: 30px;
  }
  .header-inner {
    height: 80px;
    gap: 8px;
  }
  .logo {
    width: 181px;
  }
  .tagline {
    font-size: 5.6px;
    letter-spacing: 0.18em;
    margin-top: 7px;
  }
  .header-tools {
    gap: 1px;
  }
  .language {
    font-size: 10px;
    gap: 5px;
    margin-right: 4px;
  }
  .icon-btn {
    min-width: 35px;
    padding: 6px;
  }
  .header-tools > .icon-btn[data-action="search"] {
    display: none;
  }
  .hero {
    padding-top: 0;
    gap: 26px;
    padding-bottom: 27px;
  }
  .hero-copy {
    padding-top: 32px;
    align-items: flex-start;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(45px, 12.6vw, 55px);
    line-height: 1.07;
    margin-bottom: 23px;
    letter-spacing: -0.055em;
  }
  .hero-lead {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 23px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 13px;
    padding-inline: 17px;
    gap: 19px;
    min-height: 51px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .hero-foot {
    font-size: 10px;
    margin-top: 23px;
    padding-block: 15px 0;
  }
  .hero-image {
    min-height: 340px;
  }
  .hero-image img {
    object-position: 50% center;
  }
  .image-label {
    left: 20px;
    right: 20px;
    bottom: 21px;
    padding-top: 14px;
  }
  .image-label > span:first-child {
    font-size: 8px;
  }
  .image-label > span:last-child {
    font-size: 10px;
    gap: 10px;
  }
  .category-paths {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 0;
  }
  .category-path {
    padding: 25px 23px;
    min-height: 198px;
  }
  .category-path > div {
    min-width: 190px;
  }
  .category-path h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .category-path .eyebrow {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .category-path > div > span {
    font-size: 10px;
    max-width: 220px;
  }
  .category-path img {
    position: absolute;
    right: -8px;
    bottom: 35px;
    width: 44%;
    opacity: 1;
  }
  .category-path:nth-child(2) img {
    right: 0;
    width: 43%;
    bottom: 30px;
  }
  .section {
    padding-block: 55px;
  }
  .section-head {
    gap: 18px;
    margin-bottom: 19px;
  }
  .section-head .eyebrow {
    font-size: 9px;
  }
  .section-head h2 {
    font-size: 31px;
    line-height: 1.2;
  }
  .section-intro {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .section-head > .text-link {
    font-size: 12px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .product-visual {
    aspect-ratio: 1.45;
  }
  .product-visual img {
    padding: 16px 20px;
  }
  .product-badge {
    font-size: 9px;
    top: 18px;
    left: 20px;
  }
  .visual-caption {
    font-size: 9px;
    bottom: 13px;
    right: 17px;
  }
  .product-meta {
    font-size: 11px;
  }
  .product-info h3 {
    font-size: 27px;
  }
  .product-info h3 > span {
    font-size: 13px;
  }
  .product-info > p {
    font-size: 14px;
    line-height: 1.7;
    min-height: 0;
    margin-bottom: 22px;
  }
  .prices > div {
    font-size: 13px;
  }
  .prices b {
    font-size: 17px;
  }
  .prices strong {
    font-size: 25px;
  }
  .product-link {
    font-size: 14px;
    padding-top: 15px;
  }
  .sample-note {
    font-size: 11px;
    line-height: 1.8;
    margin-block: 24px 0;
  }
  .living-story {
    grid-template-columns: 1fr;
    margin-block: 5px 30px;
  }
  .living-photo {
    min-height: 340px;
  }
  .living-photo img {
    object-position: 27% center;
  }
  .living-copy {
    padding: 33px 26px;
  }
  .living-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .living-copy h2 {
    font-size: 46px;
    margin-bottom: 22px;
  }
  .living-copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.8;
  }
  .living-copy .image-disclosure {
    padding-top: 26px;
    font-size: 9px;
  }
  .help-section {
    padding-top: 0;
  }
  .help-banner {
    padding: 34px 26px;
    gap: 26px;
    margin-bottom: 0;
  }
  .help-banner h2 {
    font-size: 29px;
  }
  .help-banner .eyebrow {
    font-size: 9px;
  }
  .help-banner p:not(.eyebrow) {
    font-size: 14px;
  }
  .help-banner .button {
    font-size: 13px;
  }
  .split-editorial {
    gap: 30px;
  }
  .split-editorial h2 {
    font-size: 35px;
  }
  .split-editorial p {
    font-size: 14px;
  }
  .split-editorial .eyebrow {
    font-size: 9px;
  }
  .editorial-image {
    min-height: 330px;
    padding-bottom: 35px;
  }
  .system-caption {
    font-size: 8px;
    left: 22px;
    right: 22px;
    bottom: 20px;
  }
  .installation {
    padding: 32px 25px;
    gap: 30px;
    margin-bottom: 0;
  }
  .installation .eyebrow {
    font-size: 9px;
  }
  .installation h2 {
    font-size: 34px;
  }
  .installation-price strong {
    font-size: 38px;
  }
  .installation-price > span {
    font-size: 11px;
  }
  .installation h3 {
    font-size: 18px;
  }
  .installation > div > p {
    font-size: 14px;
  }
  .installation > div > .small {
    font-size: 12px;
  }
  .check-list > li {
    font-size: 13px;
    line-height: 1.7;
  }
  .brand-story {
    padding-block: 55px 15px;
  }
  .brand-story-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 27px;
  }
  .brand-story-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .brand-story-heading h2 {
    font-size: 31px;
  }
  .brand-story-heading > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .brand-story-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .brand-photo {
    min-height: 380px;
  }
  .brand-photo-van {
    min-height: 340px;
  }
  .brand-photo-van img {
    object-position: 44% center;
  }
  .brand-photo-team img {
    object-position: 27% center;
  }
  .brand-photo figcaption {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
  .brand-photo figcaption strong {
    font-size: 20px;
  }
  .brand-photo figcaption span {
    font-size: 9px;
  }
  .image-disclosure {
    font-size: 10px;
    margin-top: 17px;
  }
  .closing-statement {
    padding-block: 50px 35px;
  }
  .closing-statement .eyebrow {
    font-size: 9px;
  }
  .closing-statement h2 {
    font-size: 46px;
  }
  .closing-statement > p:not(.eyebrow) {
    font-size: 14px;
  }
  .closing-statement .button {
    font-size: 13px;
  }
  footer {
    margin-top: 45px;
    padding-top: 35px;
  }
  .footer-top {
    gap: 25px;
  }
  .footer-top .logo {
    width: 205px;
  }
  .footer-top .tagline {
    font-size: 6.3px;
  }
  .footer-top p {
    font-size: 14px;
  }
  .footer-top h3 {
    font-size: 13px;
  }
  .footer-top > div > a:not(.logo) {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 15px;
    line-height: 1.7;
  }
  .breadcrumb {
    font-size: 10px;
    padding-block: 20px;
    gap: 9px;
  }
  .page-intro h1 {
    font-size: 42px;
  }
  .page-intro .eyebrow {
    font-size: 10px;
  }
  .page-intro > p:not(.eyebrow) {
    font-size: 14px;
  }
  .catalogue-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 28px;
  }
  .filters .field > span {
    font-size: 11px;
  }
  .filters .field select {
    font-size: 13px;
  }
  .results-meta {
    font-size: 11px;
  }
  .results-meta select {
    font-size: 11px;
  }
  .catalogue-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .catalogue-grid .product-info h3 {
    font-size: 27px;
  }
  .catalogue-grid .prices strong {
    font-size: 25px;
  }
  .detail-visual {
    min-height: 0;
    aspect-ratio: 1.1;
  }
  .detail-visual > p {
    font-size: 10px;
  }
  .detail-info h1 {
    font-size: 43px;
  }
  .detail-info .eyebrow {
    font-size: 9px;
  }
  .detail-position {
    font-size: 16px;
  }
  .spec-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .spec-strip dd {
    font-size: 17px;
  }
  .spec-strip dt {
    font-size: 9px;
  }
  .detail-prices > div > span {
    font-size: 12px;
  }
  .detail-prices strong {
    font-size: 29px;
  }
  .detail-prices p {
    font-size: 11px;
  }
  .detail-info .button {
    font-size: 11px;
    min-height: 55px;
    gap: 12px;
  }
  .detail-info > .small {
    font-size: 12px;
  }
  .device-button {
    font-size: 13px;
  }
  .anchor-nav {
    font-size: 12px;
    gap: 25px;
  }
  .choice-columns h3 {
    font-size: 19px;
  }
  .choice-columns li {
    font-size: 14px;
  }
  .benefit-grid h3 {
    font-size: 18px;
  }
  .benefit-grid p {
    font-size: 13px;
  }
  .specifications dl > div {
    font-size: 12px;
  }
  .trust-note p {
    font-size: 14px;
  }
  .mobile-sticky small {
    font-size: 10px;
  }
  .mobile-sticky strong {
    font-size: 20px;
  }
  .mobile-sticky .button {
    font-size: 11px;
  }
  .notice {
    font-size: 12px;
  }
  .hp-card .eyebrow {
    font-size: 9px;
  }
  .hp-card p {
    font-size: 13px;
  }
  .hp-card h2 {
    font-size: 28px;
  }
  .quote-heading h1 {
    font-size: 35px;
  }
  .stepper li {
    font-size: 10px;
  }
  .quote-form-panel h2 {
    font-size: 26px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field > span {
    font-size: 12px;
  }
  .option > span {
    font-size: 13px;
  }
  .room-block legend {
    font-size: 12px;
  }
  .quote-summary dl > div {
    font-size: 12px;
  }
  .quote-summary > .small {
    font-size: 11px;
  }
  .summary-note {
    font-size: 13px;
  }
  .consent {
    font-size: 12px;
  }
  .form-navigation .button {
    font-size: 12px;
  }
  .upload-box p {
    font-size: 13px;
  }
  .upload-box small {
    font-size: 11px;
  }
}

/* Production polish: crisp identity, restrained motion and a robust navigation panel. */
.header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #e8e8e5;
  box-shadow: 0 8px 30px rgba(31, 41, 55, 0.035);
  backdrop-filter: blur(14px);
}
.original-wordmark {
  aspect-ratio: 8.59;
  overflow: visible;
  mix-blend-mode: normal;
}
.original-wordmark img {
  position: static;
  width: 100%;
  height: auto;
  filter: contrast(1.18) saturate(1.08);
}
.ui-arrow {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  font-size: 0 !important;
  transition: transform 180ms ease;
}
.ui-arrow svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a:hover > .ui-arrow,
button:hover > .ui-arrow {
  transform: translateX(3px);
}
.hero-image,
.living-photo,
.editorial-image,
.brand-photo,
.detail-visual,
.hp-card > img {
  border-radius: 6px;
  box-shadow: 0 26px 65px rgba(31, 41, 55, 0.1);
  isolation: isolate;
}
.hero-image:before,
.living-photo:before,
.editorial-image:before,
.detail-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(31, 41, 55, 0.08), transparent 42%, rgba(240, 90, 40, 0.06));
}
.hero-image:after,
.living-photo:after,
.editorial-image:after,
.detail-visual:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-top: 2px solid rgba(240, 90, 40, 0.86);
  border-right: 2px solid rgba(240, 90, 40, 0.86);
  z-index: 2;
  pointer-events: none;
}
.hero-image img,
.living-photo img,
.editorial-image img,
.brand-photo img,
.detail-visual img,
.hp-card > img {
  animation: media-entrance 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}
.hero-image:hover img,
.living-photo:hover img,
.editorial-image:hover img,
.brand-photo:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}
@keyframes media-entrance {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
.overlay {
  width: min(500px, 100%);
  padding: 0 40px 36px;
  background: #fff;
  box-shadow: -30px 0 80px rgba(9, 18, 27, 0.2);
}
.overlay[open] {
  animation: panel-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.overlay::backdrop {
  background: rgba(18, 28, 38, 0.66);
  backdrop-filter: blur(7px);
  animation: backdrop-in 220ms ease both;
}
@keyframes panel-in {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.dialog-heading {
  min-height: 112px;
  margin: 0 -40px 28px;
  padding: 22px 40px;
  border-bottom: 1px solid #e6e7e4;
  background: #f6f6f3;
  position: sticky;
  top: 0;
  z-index: 10;
}
.dialog-heading h2 {
  font-size: 28px;
  line-height: 1.08;
}
.menu-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 9px;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.dialog-close {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #cfd3d5;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.dialog-close:hover {
  color: var(--orange);
  border-color: var(--orange);
  transform: rotate(4deg);
}
.dialog-close svg {
  width: 22px;
  height: 22px;
}
.menu-intro {
  color: var(--muted);
  max-width: 330px;
  margin: 0 0 22px;
  font-size: 13px;
}
.menu-links a {
  display: grid;
  grid-template-columns: 28px 1fr 22px;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  font-size: 20px;
  transition: color 180ms ease, padding-left 180ms ease;
}
.menu-links a > span:first-child {
  font-size: 9px;
  color: #8a9299;
  letter-spacing: 0.08em;
}
.menu-links a strong {
  font-weight: 550;
}
.menu-links a:hover {
  color: var(--orange);
  padding-left: 6px;
}
.menu-links .ui-arrow {
  width: 18px;
  height: 18px;
}
.menu-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
  color: var(--muted);
  font-size: 10px;
}
.button-with-icon,
.file-remove {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.button-with-icon svg {
  width: 18px;
  height: 18px;
}
.file-remove {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50%;
}
.file-remove svg {
  width: 17px;
  height: 17px;
}
@media (max-width: 640px) {
  .header-inner {
    height: 76px;
  }
  .logo {
    width: min(168px, 45vw);
  }
  .tagline {
    margin-top: 4px;
  }
  .overlay {
    padding: 0 22px 28px;
  }
  .dialog-heading {
    min-height: 88px;
    margin: 0 -22px 24px;
    padding: 16px 22px;
  }
  .dialog-heading h2 {
    font-size: 24px;
  }
  .dialog-close {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .menu-links a {
    padding: 15px 0;
    font-size: 19px;
  }
  .hero-image,
  .living-photo,
  .editorial-image,
  .brand-photo,
  .detail-visual {
    border-radius: 4px;
    box-shadow: 0 18px 44px rgba(31, 41, 55, 0.09);
  }
  .hero-image:after,
  .living-photo:after,
  .editorial-image:after,
  .detail-visual:after {
    top: 13px;
    right: 13px;
    width: 26px;
    height: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .overlay[open],
  .overlay::backdrop,
  .hero-image img,
  .living-photo img,
  .editorial-image img,
  .brand-photo img,
  .detail-visual img,
  .hp-card > img {
    animation: none !important;
  }
}
@media (max-width: 370px) {
  .logo {
    width: 155px;
  }
  .tagline {
    font-size: 4.8px;
  }
  .header-tools {
    gap: 0;
  }
  .language {
    font-size: 9px;
  }
  .icon-btn {
    min-width: 32px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-actions .button {
    font-size: 12px;
  }
  .category-path > div {
    min-width: 165px;
  }
  .category-path h2 {
    font-size: 24px;
  }
  .category-path > div > span {
    font-size: 9px;
    max-width: 180px;
  }
  .category-path img {
    width: 41%;
  }
  .spec-strip {
    grid-template-columns: 1fr 1fr;
  }
  .detail-prices strong {
    font-size: 26px;
  }
}

/* Purchase variants stay distinct through product, bag and quote handoff. */
.purchase-options {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.purchase-options legend {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.purchase-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.purchase-choice {
  position: relative;
  cursor: pointer;
  display: block;
}
.purchase-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  left: 10px;
  top: 10px;
}
.purchase-choice > span {
  border: 1px solid #c1c6c7;
  padding: 15px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  background: transparent;
  border-radius: 2px;
}
.purchase-choice b {
  font-size: 13px;
  font-weight: 600;
  padding-right: 15px;
  line-height: 1.5;
}
.purchase-choice small {
  font-size: 12px;
  color: var(--muted);
}
.purchase-choice input:checked + span {
  border-color: var(--graphite);
  background: #e9ece7;
  box-shadow: inset 0 -2px 0 var(--orange);
}
.purchase-choice input:checked + span:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}
.purchase-choice input:focus-visible + span {
  outline: 3px solid var(--graphite);
  outline-offset: 3px;
}
.detail-info .cart-primary {
  min-height: 56px;
  gap: 12px;
}
.cart-primary #cart-cta-label {
  font-size: 14px;
  line-height: 1.5;
}
.cart-primary .cart-cta-price {
  font-size: 17px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
  line-height: 1.5;
}
.quote-alternative {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 19px 0;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  text-underline-offset: 5px;
  text-decoration: underline;
  line-height: 1.6;
}
.quote-alternative > span {
  font-size: 20px;
  text-decoration: none;
}
.cart-variant {
  font-size: 11px !important;
  color: #485663 !important;
  margin-bottom: 8px !important;
  padding-left: 10px;
  border-left: 2px solid var(--orange);
}
.cart-breakdown {
  font-size: 13px;
  margin-block: 24px 0;
}
.cart-breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}
.cart-breakdown dt {
  color: var(--muted);
}
.cart-breakdown dd {
  margin: 0;
}
.cart-total {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 15px;
}
.cart-review-note {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 20px;
  color: var(--ink);
}
@media (max-width: 640px) {
  .purchase-choice-grid {
    gap: 10px;
  }
  .purchase-choice > span {
    padding: 14px 12px;
  }
  .purchase-choice b {
    font-size: 12px;
  }
  .purchase-choice small {
    font-size: 11px;
  }
  .purchase-choice input:checked + span:after {
    right: 9px;
    font-size: 12px;
  }
  .cart-primary #cart-cta-label {
    font-size: 13px;
  }
  .cart-primary .cart-cta-price {
    font-size: 16px;
  }
  .quote-alternative {
    font-size: 10px;
    gap: 10px;
  }
  .cart-breakdown {
    font-size: 12px;
  }
}

/* Visual revision based on the production screenshots. */
:root {
  --page-surface: #efeee9;
  --content-surface: #f7f6f2;
}
body {
  background: var(--page-surface);
}
main {
  background: var(--content-surface);
}
main:focus,
main:focus-visible {
  outline: none;
}
.header {
  background: rgba(255, 255, 255, 0.98);
}
.original-wordmark {
  aspect-ratio: 7;
  overflow: hidden;
  background: transparent;
}
.original-wordmark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}
.tagline {
  margin-top: 7px;
  color: #26323e;
}
.hero-image {
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%);
  box-shadow: 0 30px 75px rgba(31, 41, 55, 0.14);
}
.hero-image:after {
  top: auto;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border: 0;
  background: linear-gradient(135deg, transparent 48%, var(--orange) 49%);
}
.category-path,
.product-visual,
.detail-visual,
.catalogue-intro-media {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}
.product-visual:after,
.category-path:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  background: linear-gradient(135deg, transparent 47%, rgba(240, 90, 40, 0.78) 49%);
  pointer-events: none;
}
.catalogue-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: stretch;
  padding-block: 52px 72px;
  min-height: 560px;
}
.catalogue-intro > div {
  align-self: center;
  padding-block: 30px;
}
.catalogue-intro h1 {
  max-width: 720px;
}
.catalogue-intro > div > p:not(.eyebrow) {
  max-width: 570px;
}
.catalogue-intro .text-link {
  margin-top: 10px;
}
.catalogue-intro-media {
  margin: 0;
  min-height: 470px;
  position: relative;
  overflow: hidden;
  background: #c5c7c5;
  box-shadow: 0 26px 65px rgba(31, 41, 55, 0.12);
}
.catalogue-intro-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 55% center;
  animation: media-entrance 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}
.catalogue-intro-media:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(13, 22, 30, 0.76));
  pointer-events: none;
}
.catalogue-intro-media:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  z-index: 2;
}
.catalogue-intro-media:hover img {
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.02);
}
.catalogue-intro-media figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}
.catalogue-intro-media figcaption span {
  display: block;
  margin-bottom: 7px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.catalogue-intro-media figcaption strong {
  font-size: 15px;
  font-weight: 500;
}
.catalogue-intro + .sample-note {
  margin-top: 0;
}
@media (max-width: 900px) {
  .catalogue-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding-block: 34px 52px;
  }
  .catalogue-intro-media {
    min-height: 440px;
  }
}
@media (max-width: 640px) {
  :root {
    --page-surface: #ecebe5;
    --content-surface: #f7f6f2;
  }
  .original-wordmark {
    aspect-ratio: 7;
  }
  .tagline {
    margin-top: 4px;
  }
  .hero-image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
  }
  .hero-image:after {
    width: 30px;
    height: 30px;
  }
  .catalogue-intro {
    padding-top: 20px;
    gap: 24px;
  }
  .catalogue-intro > div {
    padding-block: 20px 0;
  }
  .catalogue-intro-media {
    min-height: 360px;
  }
  .catalogue-intro-media figcaption {
    left: 20px;
    right: 20px;
    bottom: 21px;
  }
}

/* Compact catalogue controls and visible filter state. */
.mobile-filter-toggle {
  display: none;
}
.filter-controls {
  display: contents;
}
.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.active-filters button {
  min-height: 36px;
  padding: 7px 10px 7px 13px;
  border: 1px solid #cbd0d0;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
}
.active-filters button:hover {
  border-color: var(--orange);
  color: #b73b13;
}
.active-filters button svg {
  width: 14px;
  height: 14px;
}
.active-filters .clear-filter-chip {
  border-color: transparent;
  background: transparent;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 640px) {
  .mobile-filter-toggle {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 54px;
    border: 1px solid #c7cbca;
    background: #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    text-align: left;
  }
  .mobile-filter-toggle > svg {
    width: 19px;
    height: 19px;
  }
  .mobile-filter-toggle > span:nth-of-type(1) {
    flex: 1;
  }
  .filter-active-count {
    min-width: 22px;
    height: 22px;
    padding-inline: 6px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    display: inline-grid;
    place-items: center;
    font-size: 10px;
  }
  .filter-toggle-mark {
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    transition: transform 180ms ease;
  }
  .filters[data-open="true"] .filter-toggle-mark {
    transform: rotate(45deg);
  }
  .filter-controls {
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    padding: 16px 0 3px;
  }
  .filters[data-open="true"] .filter-controls {
    display: grid;
  }
  .filter-controls .filter-heading {
    grid-column: 1 / -1;
  }
  .active-filters {
    margin: 2px 0 15px;
    gap: 7px;
  }
  .active-filters button {
    min-height: 34px;
    font-size: 9px;
  }
}
