@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/montserrat-400.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/montserrat-500.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/montserrat-600.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/montserrat-700.ttf") format("truetype");
}

@font-face {
  font-family: "Benzin-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/benzin-bold.woff") format("woff");
}

:root {
  color-scheme: light;
  --page: #e0dbd5;
  --paper: #e0dbd5;
  --paper-deep: #d8d2cb;
  --ink: #1c1c1c;
  --muted: #625f5b;
  --line: rgba(28, 28, 28, 0.16);
  --line-soft: rgba(28, 28, 28, 0.09);
  --moss: #596252;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 80px;
  padding: 14px max(20px, calc((100% - 1160px) / 2));
  background: #ffffff;
  border-bottom: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.brand__mark svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.desktop-nav {
  display: flex;
  gap: clamp(26px, 3vw, 52px);
  font-size: 14px;
  font-weight: 400;
}

.desktop-nav a,
.header-phone {
  transition: opacity 160ms ease;
}

.desktop-nav a:hover,
.header-phone:hover {
  opacity: 0.52;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.header-phone svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.header-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.header-action:hover {
  background: var(--ink);
  color: var(--white);
}

main {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 25px 0 70px;
}

.page-topline {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-topline p {
  margin: 0;
  color: var(--muted);
}

.back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
}

.back-link span {
  font-size: 18px;
  transition: transform 160ms ease;
}

.back-link:hover span {
  transform: translateX(-3px);
}

.product {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(360px, 1fr);
  gap: 40px;
  align-items: start;
  overflow: visible;
  border: 0;
  background: transparent;
}

.gallery-column {
  min-width: 0;
}

.gallery {
  display: grid;
  grid-template-areas: "rail stage";
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border-right: 0;
}

.gallery__rail-wrap {
  grid-area: rail;
  display: grid;
  grid-template-rows: auto 48px minmax(0, 1fr) 48px;
  gap: 8px;
  height: 640px;
  min-width: 0;
}

.gallery__rail-label {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery__thumbs {
  display: grid;
  gap: 9px;
  min-height: 0;
  padding: 1px;
  overflow: hidden;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.gallery__rail-arrow {
  display: grid;
  width: 100%;
  height: 48px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.gallery__rail-arrow:hover:not(:disabled) {
  background: var(--ink);
  color: var(--white);
}

.gallery__rail-arrow:disabled {
  cursor: default;
  opacity: 0.32;
}

.gallery__rail-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.gallery__rail-arrow--prev svg {
  transform: rotate(180deg);
}

.gallery__thumb {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 76px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 160ms ease, transform 160ms ease;
}

.gallery__thumb::after {
  position: absolute;
  inset: auto 7px 5px;
  height: 1px;
  background: var(--ink);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 160ms ease, transform 160ms ease;
  display: none;
}

.gallery__thumb:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.gallery__thumb[aria-current="true"] {
  background: transparent;
  opacity: 1;
}

.gallery__thumb:focus-visible {
  outline: 0;
  opacity: 1;
  transform: translateY(-2px);
}

.gallery__thumb[aria-current="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.gallery__thumb img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  border-radius: 8px;
}

.gallery__stage-shell {
  grid-area: stage;
  min-width: 0;
}

.gallery__stage {
  position: relative;
  display: grid;
  height: 640px;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
}

.gallery__stage::after {
  position: absolute;
  right: 15%;
  bottom: 9%;
  left: 15%;
  height: 4%;
  background: rgba(28, 24, 19, 0.12);
  border-radius: 50%;
  content: "";
  filter: blur(18px);
  pointer-events: none;
}

.gallery__topline {
  position: absolute;
  top: 18px;
  right: 20px;
  left: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gallery__badge,
.gallery__counter {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery__badge {
  color: var(--ink);
}

.gallery__counter {
  font-variant-numeric: tabular-nums;
}

.gallery__image-button {
  position: absolute;
  inset: 52px 54px auto;
  z-index: 2;
  display: grid;
  height: calc(100% - 110px);
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 16px;
}

#main-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  transform: scale(1);
  transition: opacity 180ms ease, transform 300ms cubic-bezier(.22, 1, .36, 1);
}

#main-image.is-loading {
  opacity: 0.16;
}

.gallery__image-button:focus-visible {
  outline: 0;
}

.gallery__image-button:focus-visible ~ .gallery__zoom-hint {
  background: rgba(28, 28, 28, 0.08);
}

.gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 60px;
  height: 60px;
  padding: 0;
  place-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transform: translateY(-50%);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.gallery__arrow:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.gallery__arrow--prev {
  left: 18px;
}

.gallery__arrow--next {
  right: 18px;
}

.gallery__zoom-hint {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 4;
  padding: 6px 8px;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: zoom-in;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery__zoom-hint:hover {
  background: rgba(28, 28, 28, 0.06);
}

.gallery__zoom-hint:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 2px;
}

.product-info {
  min-width: 0;
  background: transparent;
}

.product-info__inner {
  position: sticky;
  top: 102px;
  padding: 8px 0 40px;
}

.product-info__eyebrow {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-info h1 {
  margin: 0;
  font-family: "Benzin-Bold", Arial, sans-serif;
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-info__lead {
  max-width: 470px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin-top: 20px;
}

.price-row strong {
  font-family: "Benzin-Bold", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}

.price-row s {
  color: #99938a;
  font-size: 16px;
  font-weight: 600;
}

.price-row span {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
}

.configurator {
  margin-top: 26px;
  border-top: 0;
}

.choice-group {
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--line);
}

.choice-group__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.choice-group__head > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.step-number {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.choice-group h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.choice-group__head strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.swatch-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swatch {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 91px;
  height: 91px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 140ms ease, transform 140ms ease;
}

.swatch:hover {
  transform: translateY(-2px);
}

.swatch[aria-pressed="true"] {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 2px var(--ink);
}

.swatch[aria-pressed="true"]::after {
  display: none;
}

.swatch__sample {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--swatch);
  border: 0;
  border-radius: 22px;
}

.swatch--fabric .swatch__sample {
  background-color: var(--swatch-color);
  background-image:
    linear-gradient(118deg, rgba(255,255,255,.3), transparent 36%, rgba(0,0,0,.16)),
    repeating-linear-gradient(87deg, rgba(255,255,255,.13) 0 1px, transparent 1px 3px),
    var(--swatch);
}

.swatch--boucle .swatch__sample {
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(119,109,96,.38) 0 1px, transparent 2px),
    var(--swatch);
  background-size: 8px 8px, 7px 7px, auto;
}

.swatch--wood {
  width: 91px;
  height: 91px;
}

.swatch--wood .swatch__sample {
  background-image:
    repeating-linear-gradient(7deg, transparent 0 5px, rgba(255,255,255,.14) 6px, transparent 8px),
    repeating-linear-gradient(96deg, rgba(46,30,20,.16) 0 1px, transparent 1px 7px),
    var(--swatch);
}

.swatch--photo .swatch__sample {
  background-color: var(--swatch-color);
  background-image: var(--texture-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swatch__code {
  position: absolute;
  inset: auto 7px 6px auto;
  padding: 2px 4px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
}

.selection-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 16px 18px;
  background: #ffffff;
  border: 0;
  border-radius: 20px;
}

.selection-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.selection-summary strong {
  font-size: 13px;
  text-align: right;
}

.order-row {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 10px;
  margin-top: 14px;
}

.quantity {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  min-height: 61px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.quantity button {
  min-width: 38px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}

.quantity button:hover {
  background: rgba(23,23,20,.07);
}

.quantity output {
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

.order-button {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 22px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 31px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.order-button:hover {
  background: var(--moss);
  border-color: var(--moss);
}

.order-button span {
  font-size: 17px;
}

.helper-text {
  margin: 10px 3px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.specifications {
  margin-top: 24px;
  padding: 22px 24px;
  background: #ffffff;
  border-radius: 20px;
}

.specifications h2 {
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--ink);
  font-family: "Benzin-Bold", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.specifications dl {
  margin: 0;
}

.specifications dl div {
  display: grid;
  grid-template-columns: minmax(110px, .8fr) 1.2fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.55;
}

.specifications dt {
  color: var(--muted);
}

.specifications dd {
  margin: 0;
  text-align: right;
}

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 54px clamp(24px, 7vw, 110px);
  overflow: hidden;
  background: rgba(20, 19, 17, 0.96);
  border: 0;
  color: var(--white);
}

.lightbox[open] {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.lightbox::backdrop {
  background: rgba(20, 19, 17, 0.96);
}

.lightbox img {
  grid-column: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font-size: 28px;
}

.lightbox__arrow {
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
}

.lightbox__arrow--prev { grid-column: 1; }
.lightbox__arrow--next { grid-column: 3; }

.lightbox p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
  letter-spacing: .12em;
  text-align: center;
}

.mobile-preview {
  display: none;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .product {
    grid-template-columns: minmax(0, 1.35fr) minmax(390px, .8fr);
  }

  .gallery {
    grid-template-columns: 76px minmax(0, 1fr);
    padding-inline: 0;
  }

  .gallery__thumb img {
    max-height: 68px;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding-inline: 20px;
  }

  .header-phone {
    display: none;
  }

  main {
    width: min(100% - 24px, 680px);
    padding-top: 14px;
  }

  .product {
    grid-template-columns: 1fr;
  }

  .gallery-column {
    display: contents;
  }

  .gallery {
    grid-template-areas:
      "stage"
      "rail";
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
    order: 1;
  }

  .gallery__stage {
    height: min(72vh, 640px);
    min-height: 500px;
  }

  .gallery__rail-wrap {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: auto 82px;
    gap: 8px;
    height: auto;
  }

  .gallery__rail-label {
    grid-column: 1 / -1;
    margin: 0;
  }

  .gallery__rail-arrow {
    width: 48px;
    height: 82px;
  }

  .gallery__rail-arrow--prev svg {
    transform: rotate(90deg);
  }

  .gallery__rail-arrow--next svg {
    transform: rotate(-90deg);
  }

  .gallery__thumbs {
    display: flex;
    max-height: none;
    padding: 1px;
    overflow: hidden;
  }

  .gallery__thumb {
    flex: 0 0 78px;
    min-height: 82px;
  }

  .gallery__thumb img {
    max-height: 72px;
  }

  .product-info__inner {
    top: auto;
    padding: 26px 0 42px;
  }

  .product-info {
    order: 2;
  }

  .gallery-column .specifications {
    order: 3;
    margin-top: 0;
  }

  .product-info h1 {
    font-size: clamp(32px, 6vw, 42px);
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 12px;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .page-topline p {
    display: none;
  }

  .gallery__stage-shell {
    height: 470px;
  }

  .gallery__stage {
    height: 100%;
    min-height: 0;
  }

  .gallery__stage-shell.is-preview-covered .gallery__stage {
    opacity: 0;
    pointer-events: none;
  }

  .gallery__image-button {
    top: 46px;
    right: 28px;
    bottom: 50px;
    left: 28px;
    height: auto;
  }

  .gallery__arrow {
    top: auto;
    bottom: 12px;
    width: 52px;
    height: 52px;
    transform: none;
  }

  .gallery__arrow:hover {
    transform: scale(1.04);
  }

  .gallery__zoom-hint {
    display: none;
  }

  .mobile-preview {
    position: fixed;
    top: var(--mobile-preview-top, 80px);
    right: 12px;
    left: 12px;
    z-index: 40;
    display: block;
    height: var(--mobile-preview-height, min(470px, calc(100svh - 16px)));
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(28, 28, 28, .16);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    contain: layout paint;
  }

  .mobile-preview.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .mobile-preview__topline {
    position: absolute;
    top: 18px;
    right: 20px;
    left: 20px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .mobile-preview__image-button {
    position: absolute;
    top: 46px;
    right: 28px;
    bottom: 50px;
    left: 28px;
    display: grid;
    padding: 0;
    place-items: center;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: zoom-in;
  }

  .mobile-preview__image-button img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
    object-position: center center;
    border-radius: 12px;
  }

  .mobile-preview__arrow {
    position: absolute;
    top: auto;
    bottom: 12px;
    z-index: 2;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(28, 28, 28, .12);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(28, 28, 28, .1);
    cursor: pointer;
    font-size: 18px;
  }

  .mobile-preview__arrow--prev {
    left: 12px;
  }

  .mobile-preview__arrow--next {
    right: 12px;
  }

  .product-info__inner {
    padding-inline: 20px;
  }

  .product-info__lead {
    font-size: 13px;
  }

  .choice-group__head {
    align-items: flex-end;
  }

  .choice-group__head strong {
    max-width: 45%;
  }

  .swatch-grid {
    gap: 8px;
  }

  .swatch {
    width: 88px;
    height: 88px;
  }

  .swatch--wood {
    width: 88px;
    height: 88px;
  }

  .order-row {
    grid-template-columns: 122px 1fr;
  }

  .order-button {
    padding-inline: 17px;
    font-size: 11px;
  }

  .lightbox {
    padding: 70px 12px 24px;
  }

  .lightbox[open] {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 5px;
  }

  .lightbox__arrow {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 8px;
    padding-inline: 10px;
  }

  .brand > span:last-child {
    display: none;
  }

  main {
    width: calc(100% - 16px);
  }

  .header-action {
    padding-inline: 11px;
  }

  .gallery__stage-shell {
    height: 430px;
  }

  .mobile-preview {
    right: 8px;
    left: 8px;
  }

  .order-row {
    grid-template-columns: 1fr;
  }

  .quantity {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
