/* Product presentation */
:root {
  --reference-ink: #19191c;
  --reference-muted: rgba(25, 25, 28, .7);
  --reference-line: #deddd7;
  --reference-panel: #f1f1eb;
}

body { color: var(--reference-ink); font-size: 16px; }
.site-header__inner { min-height: 72px; }
.desktop-nav a { font-size: 16px; font-weight: 400; }
.button { min-height: 48px; border-radius: 999px; font-weight: 500; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.section-intro h2, .reviews-heading h2, .faq-section .section-intro h2 { font-size: 46px; font-weight: 400; letter-spacing: -.01em; line-height: 57px; }

.product-shell { padding-block: 30px 32px; background: var(--cream); }
.product-grid { grid-template-columns: minmax(0, 1.06fr) minmax(430px, .74fr); gap: clamp(34px, 3.2vw, 62px); }
.gallery { top: 96px; grid-template-columns: 64px minmax(0, 1fr); gap: 14px; }
.gallery__rail { gap: 8px; }
.gallery__thumb { width: 64px; height: 64px; border-width: 1px; border-radius: 5px; background: var(--white); }
.gallery__thumb img { border-radius: 3px; }
.gallery__stage { border-radius: 9px; background: #e9e9e2; }
.gallery__controls { right: 14px; bottom: 14px; box-shadow: none; }
.gallery__controls .icon-button { width: 42px; height: 42px; }

.product-heading { padding: 12px 0 24px; border-bottom: 0; }
.product-heading h1 { margin: 0 0 18px; color: var(--reference-ink); font-size: 40px; font-weight: 400; letter-spacing: -.013em; line-height: 40px; }
.product-kicker { margin: 0 0 14px; color: var(--reference-muted); font-size: 16px; line-height: 22px; }
.product-heading .lede { margin-bottom: 18px; color: var(--reference-muted); font-size: 14px; line-height: 21px; }
.badge-row { margin-bottom: 16px; }
.badge { padding: 5px 9px; border-radius: 3px; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.product-origin { gap: 10px; margin: 0; padding: 12px 0; border: 0; border-block: 1px solid var(--reference-line); border-radius: 0; background: transparent; box-shadow: none; }
.product-origin svg { width: 23px; height: 23px; }
.product-origin strong { font-size: 14px; font-weight: 400; }
.product-price-preview { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-top: 20px; }
.product-price-preview span { color: var(--reference-muted); font-size: 13px; }
.product-price-preview strong { font-size: 30px; font-weight: 400; letter-spacing: -.02em; }

.configurator-form { margin-top: 0; }
.option-group { padding: 22px 0; border-color: var(--reference-line); }
.option-group legend { padding-bottom: 13px; font-size: 14px; font-weight: 500; line-height: 19px; }
.option-group legend > span { font-size: 14px; font-weight: 400; }
.option-group--swatches { margin: 14px 0 0; padding: 18px 20px; border: 1px solid var(--reference-line); border-radius: 12px; background: transparent; }
.option-group--swatches + .option-group--swatches { margin-top: 12px; }
.option-grid--swatches { display: flex; flex-wrap: wrap; gap: 16px; }
.option-card--swatch { display: grid; flex: 0 0 62px; align-content: start; justify-items: center; gap: 7px; width: 62px; min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; text-align: center; }
.option-card--swatch:has(input:checked) { padding: 0; border: 0; box-shadow: none; }
.option-card--swatch:has(input:checked) .swatch { outline: 1px solid var(--reference-ink); outline-offset: 3px; }
.option-card--swatch strong { font-size: 11px; font-weight: 400; }
.option-card--swatch small { margin-top: 1px; font-size: 10px; }
.swatch { width: 31px; height: 31px; box-shadow: none; }
.option-grid--segments { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--reference-line); border-radius: 10px; overflow: hidden; }
.option-card--segment { justify-content: center; min-height: 62px; padding: 8px 6px; border: 0; border-right: 1px solid var(--reference-line); border-radius: 0; background: transparent; text-align: center; }
.option-card--segment:last-child { border-right: 0; }
.option-card--segment:has(input:checked) { padding: 8px 6px; border: 0; border-right: 1px solid var(--reference-line); color: var(--cream); background: var(--ink); box-shadow: none; }
.option-card--segment strong { font-size: 12px; font-weight: 500; }
.option-card--segment small { font-size: 10px; }
.option-card--segment:has(input:checked) small { color: #d8d8cc; }

.option-group--addons { overflow: hidden; }
.option-grid--addons { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.option-card--addon { position: relative; display: grid; grid-template-rows: 100px auto; align-content: start; gap: 10px; min-height: 180px; padding: 7px; border: 1px solid var(--reference-line); border-radius: 10px; background: var(--white); overflow: hidden; }
.option-card--addon:has(input:checked) { padding: 6px; border: 2px solid var(--reference-ink); box-shadow: none; }
.option-card--addon > img, .option-card__empty { width: 100%; height: 100px; border-radius: 7px; background: var(--cream); object-fit: contain; }
.option-card__empty { display: grid; place-items: center; color: var(--reference-muted); font-size: 25px; }
.option-card__check { position: absolute; z-index: 1; top: 12px; right: 12px; display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--reference-line); border-radius: 50%; color: transparent; background: #fff; font-size: 12px; }
.option-card--addon:has(input:checked) .option-card__check { color: #fff; border-color: var(--reference-ink); background: var(--reference-ink); }
.option-card__copy { min-width: 0; padding: 0 3px 4px; }
.option-card__copy strong { font-size: 12px; font-weight: 400; line-height: 16px; }
.option-card__copy small { font-size: 10px; line-height: 14px; }

.chair-upsell { margin-top: 22px; padding: 20px; border-color: var(--reference-line); border-radius: 12px; }
.chair-upsell legend span { font-size: 14px; font-weight: 500; }
.chair-upsell legend small { font-size: 12px; font-weight: 400; }
.chair-upsell__grid { gap: 9px; margin-top: 0; }
.chair-card { gap: 6px; padding: 7px 7px 12px; border-color: var(--reference-line); border-radius: 10px; background: var(--white); }
.chair-card:has(input:checked) { padding: 6px 6px 11px; }
.chair-card > img { border-radius: 7px; }
.chair-card > strong { font-size: 12px; font-weight: 400; }
.chair-card__price { font-size: 12px; font-weight: 500; }
.chair-card > small { font-size: 10px; }
.chair-none { border-color: var(--reference-line); border-radius: 10px; background: var(--white); }
.chair-none__visual { border-radius: 7px; color: var(--reference-muted); background: var(--reference-panel); }
.chair-none__copy strong { font-size: 12px; font-weight: 400; }
.chair-none__copy small { font-size: 10px; }

.price-card { margin-top: 22px; padding: 22px; border: 1px solid var(--reference-line); border-radius: 12px; color: var(--reference-ink); background: var(--white); }
.price-card .eyebrow { color: var(--reference-muted); }
.price-total { font-size: 32px; font-weight: 400; }
.price-breakdown { margin: 18px 0 14px; border-block: 1px solid var(--reference-line); }
.price-breakdown summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; cursor: pointer; font-size: 13px; font-weight: 500; list-style: none; }
.price-breakdown summary::-webkit-details-marker { display: none; }
.price-lines { margin: 0 0 13px; }
.price-lines div { padding: 7px 0; border-color: var(--reference-line); font-size: 12px; }
.price-lines dt { color: var(--reference-muted); }
.price-lines dd { font-weight: 500; }
.configuration-summary { color: var(--reference-muted); font-size: 12px; }
.price-card .fine-print { color: var(--reference-muted); }
.cta-stack { gap: 9px; }
.discount-pill { font-weight: 500; }
.quantity-group legend { grid-column: 1 / -1; }
.quantity-group .field-hint { margin: 0; }
.quantity-control input { font-weight: 500; }

.purchase-details { margin-top: 12px; }
.benefits-accordion { border-color: var(--reference-line); border-radius: 12px; background: var(--white); }
.discount-table-section h2 { font-size: 24px; font-weight: 400; }
.benefits-accordion > summary { min-height: 62px; font-size: 14px; font-weight: 400; }
.benefits-list h3 { font-size: 15px; font-weight: 500; }
.benefits-list p { font-size: 13px; line-height: 19px; }

.story-section--soft { background: var(--cream); }
.story-heading, .major-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .64fr); align-items: end; gap: clamp(36px, 7vw, 110px); margin-bottom: 46px; }
.story-heading p, .major-heading p { margin: 0; color: var(--reference-muted); font-size: 16px; line-height: 24px; }
.major-heading h2 { margin: 0; font-size: 46px; font-weight: 400; letter-spacing: -.01em; line-height: 57px; }
.major-heading > div:last-child { display: grid; gap: 13px; justify-items: start; }

.local-video { position: relative; margin: 0; border-radius: 14px; background: #e8e8e2; overflow: hidden; }
.local-video video,
.local-video img { display: block; width: 100%; aspect-ratio: 16 / 9; background: #e8e8e2; object-fit: cover; }
.local-video--portrait video { aspect-ratio: 4 / 5; }
.local-video figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; pointer-events: none; }
.local-video figcaption strong { color: #fff; font-size: 13px; font-weight: 500; text-shadow: 0 1px 4px rgba(0,0,0,.55); }
.local-video.is-loaded figcaption { display: none; }
.control-feature-grid article:last-child { border-right: 0; }
.control-feature-grid article > span { color: var(--reference-ink); font-size: 11px; }
.control-feature-grid h3, .feature-list h3, .story-video-card h3 { margin: 36px 0 8px; font-size: 16px; font-weight: 500; line-height: 21px; }
.control-feature-grid p, .feature-list p, .story-video-card p { margin: 0; color: var(--reference-muted); font-size: 13px; line-height: 19px; }
.story-card-grid { display: grid; gap: 18px; }
.story-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-video-card > div:last-child { padding: 0 3px; }
.story-video-card h3 { margin-top: 18px; }

.durability-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .7fr); align-items: stretch; gap: 24px; }
.feature-list { display: grid; border-top: 1px solid var(--reference-line); }
.feature-list article { display: grid; align-content: center; min-height: 150px; padding: 24px 0; border-bottom: 1px solid var(--reference-line); }
.feature-list h3 { margin: 0 0 10px; }

.assembly-story picture, .assembly-story picture::after { position: absolute; inset: 0; }
.assembly-story picture::after { content: ""; background: linear-gradient(90deg, rgba(15,15,16,.76), rgba(15,15,16,.14) 68%); }
.assembly-story img { width: 100%; height: 100%; object-fit: cover; }
.assembly-story__content { position: relative; z-index: 1; display: grid; align-content: center; justify-items: start; min-height: 760px; }
.assembly-story h2 { max-width: 650px; margin-bottom: 38px; font-size: 46px; font-weight: 400; line-height: 57px; }
.assembly-time { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.assembly-time > strong { font-size: 88px; font-weight: 400; letter-spacing: -.06em; line-height: .8; }
.assembly-time > span { font-size: 20px; text-transform: uppercase; }
.assembly-time small { display: block; max-width: 160px; margin-top: 5px; font-size: 12px; line-height: 16px; text-transform: none; }

.tabletop-feature-layout { margin-bottom: 28px; }
.feature-list--horizontal { grid-template-columns: repeat(3, 1fr); margin-top: 18px; border: 1px solid var(--reference-line); border-radius: 12px; overflow: hidden; }
.feature-list--horizontal article { min-height: 168px; padding: 24px; border-right: 1px solid var(--reference-line); border-bottom: 0; }
.feature-list--horizontal article:last-child { border-right: 0; }
.tabletop-gallery { grid-auto-columns: minmax(420px, 41%); gap: 12px; }
.tabletop-gallery figure { border-radius: 10px; }

.comparison-wrap { border: 1px solid var(--reference-line); border-radius: 12px; background: #fff; }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-color: var(--reference-line); font-size: 13px; line-height: 18px; }
.comparison-table thead th:nth-child(2) { color: var(--reference-ink); background: #e1b594; }
.comparison-table tbody td:nth-child(2) { background: #fbefe6; }

.specifications { display: grid; grid-template-columns: minmax(250px, .38fr) minmax(0, 1fr); border: 1px solid var(--reference-line); border-radius: 12px; overflow: hidden; }
.spec-tabs { display: grid; align-content: start; border-right: 1px solid var(--reference-line); background: #f4f4ef; }
.spec-tabs button { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 74px; padding: 18px 20px; border: 0; border-bottom: 1px solid var(--reference-line); color: var(--reference-ink); background: transparent; cursor: pointer; font-size: 15px; text-align: left; }
.spec-tabs button[aria-selected="true"] { color: #fff; background: var(--reference-ink); }
.spec-tabs button span { font-size: 20px; }
.spec-panels { min-width: 0; padding: 30px; background: #fff; }
.spec-panels h3 { margin-bottom: 28px; font-size: 24px; font-weight: 400; }
.spec-panels dl { margin: 0; }
.spec-panels dl div { display: grid; grid-template-columns: minmax(180px, .75fr) minmax(0, 1fr); gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--reference-line); }
.spec-panels dt, .spec-panels dd { margin: 0; font-size: 14px; line-height: 20px; }
.spec-panels dt { color: var(--reference-muted); }
.spec-panels dd { font-weight: 500; }

.inspiration-heading { align-items: end; }
.inspiration-heading p { margin-top: 12px; }
.carousel-controls { display: flex; gap: 8px; justify-self: end; }
.major-heading.inspiration-heading > .carousel-controls { display: flex; flex-direction: row; align-items: center; }
.inspiration-rail figcaption { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border-radius: 999px; color: #fff; background: rgba(25,25,28,.72); font-size: 11px; }

.reviews-section { padding-block: 32px; background: var(--cream); }
.reviews-heading h2 { color: var(--reference-ink); font-weight: 400; }
.review-score strong { font-weight: 400; }
.review-card h3 { font-weight: 500; }
.faq-section { padding-block: 32px 64px; background: var(--cream); }
.faq-list { max-width: 1180px; }
.faq-list summary { font-size: 16px; font-weight: 400; }

.mobile-total { min-width: 0; }

@media (max-width: 1099px) {
  .product-grid { grid-template-columns: 1fr; }
  .gallery { top: auto; }
  .option-grid--addons { grid-auto-columns: minmax(180px, 31%); grid-auto-flow: column; grid-template-columns: none; padding-bottom: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .option-card--addon { scroll-snap-align: start; }
  .story-heading, .major-heading { grid-template-columns: 1fr 1fr; }
  .story-card-grid--three { grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; }
}

@media (max-width: 899px) {
  .site-header__inner { min-height: 68px; }
  .story-section { padding-block: 80px; }
  .story-heading, .major-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .control-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .control-feature-grid article:nth-child(2) { border-right: 0; }
  .control-feature-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--reference-line); }
  .durability-layout { grid-template-columns: 1fr; }
  .local-video--portrait video { aspect-ratio: 16 / 10; }
  .feature-list { grid-template-columns: repeat(3, 1fr); border: 1px solid var(--reference-line); border-radius: 12px; overflow: hidden; }
  .feature-list article { min-height: 160px; padding: 20px; border-right: 1px solid var(--reference-line); border-bottom: 0; }
  .feature-list article:last-child { border-right: 0; }
  .specifications { grid-template-columns: 1fr; }
  .spec-tabs { grid-auto-columns: minmax(190px, 1fr); grid-auto-flow: column; grid-template-columns: none; border-right: 0; border-bottom: 1px solid var(--reference-line); overflow-x: auto; }
  .spec-tabs button { border-right: 1px solid var(--reference-line); border-bottom: 0; }
  .inspiration-rail { grid-auto-columns: 43%; }
}

@media (max-width: 599px) {
  body { font-size: 14px; }
  .site-header__inner { min-height: 64px; }
  .product-shell { padding-top: 16px; }
  .product-grid { gap: 30px; }
  .gallery { grid-template-areas: "stage" "rail"; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .gallery__stage { width: 100%; border-radius: 8px; }
  .gallery__rail { order: 2; width: 100%; flex-direction: row; overflow-x: auto; overflow-y: hidden; }
  .product-heading { padding-top: 0; }
  .product-heading h1 { margin-bottom: 14px; font-size: 28px; line-height: 28px; }
  .product-kicker { margin-bottom: 10px; font-size: 14px; }
  .product-heading .lede { font-size: 13px; line-height: 19px; }
  .product-price-preview strong { font-size: 26px; }
  .option-group--swatches { padding: 16px; }
  .option-grid--swatches { gap: 13px; }
  .option-grid--segments { grid-template-columns: repeat(2, 1fr); }
  .option-card--segment:nth-child(2) { border-right: 0; }
  .option-card--segment:nth-child(-n+2) { border-bottom: 1px solid var(--reference-line); }
  .option-grid--addons { grid-auto-columns: 73%; }
  .option-card--addon { min-height: 194px; }
  .chair-upsell__grid { grid-auto-columns: 72%; }
  .quantity-group { grid-template-columns: 1fr; }
  .quantity-group .field-hint { margin-top: 10px; }
  .price-card { margin-inline: 0; padding: 18px; }
  .discount-table-section { padding: 14px 0 4px; }
  .benefits-list { padding-inline: 17px; }

  .story-section { padding-block: 64px; }
  .story-heading { margin-bottom: 26px; }
  .story-heading h2 { font-size: 20px; line-height: 25px; }
  .story-heading p, .major-heading p { font-size: 13px; line-height: 19px; }
  .major-heading { margin-bottom: 28px; }
  .major-heading h2, .assembly-story h2, .section-intro h2, .reviews-heading h2, .faq-section .section-intro h2 { font-size: 30px; line-height: 38px; }
  .local-video { border-radius: 8px; }
  .control-feature-grid { grid-template-columns: 1fr; }
  .control-feature-grid article, .control-feature-grid article:nth-child(2) { min-height: 144px; border-right: 0; border-bottom: 1px solid var(--reference-line); }
  .control-feature-grid article:last-child { border-bottom: 0; }
  .control-feature-grid h3 { margin-top: 24px; }
  .story-card-grid--two { grid-template-columns: 1fr; }
  .story-card-grid--three { grid-auto-columns: 82%; grid-auto-flow: column; grid-template-columns: none; padding-bottom: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .story-card-grid--three > * { scroll-snap-align: start; }
  .feature-list, .feature-list--horizontal { grid-template-columns: 1fr; }
  .feature-list article, .feature-list--horizontal article { min-height: 132px; border-right: 0; border-bottom: 1px solid var(--reference-line); }
  .feature-list article:last-child, .feature-list--horizontal article:last-child { border-bottom: 0; }
  .assembly-story, .assembly-story__content { min-height: 660px; }
  .assembly-story picture::after { background: linear-gradient(180deg, rgba(15,15,16,.18), rgba(15,15,16,.82)); }
  .assembly-story__content { align-content: end; padding-bottom: 54px; }
  .assembly-story h2 { margin-bottom: 26px; }
  .assembly-time > strong { font-size: 68px; }
  .tabletop-gallery { grid-auto-columns: 88%; }
  .comparison-wrap { margin-inline: 14px; }
  .comparison-table { min-width: 820px; }
  .spec-panels { padding: 22px 18px; }
  .spec-panels h3 { font-size: 20px; }
  .spec-panels dl div { grid-template-columns: 1fr; gap: 5px; }
  .inspiration-heading { grid-template-columns: 1fr auto; }
  .inspiration-rail { grid-auto-columns: 77%; }
  .reviews-section, .faq-section { padding-block: 72px; }
  .review-card { border-radius: 10px; }
  .faq-list summary { font-size: 15px; }

  .mobile-inquiry-bar.is-visible { display: grid; grid-template-columns: auto minmax(180px, 1fr); gap: 8px; min-height: 72px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); }
  .mobile-inquiry-bar .button { height: 48px; min-height: 48px; padding: 0 12px; font-size: 13px; line-height: 1; }
  .mobile-inquiry-bar small { font-size: 10px; }
  .mobile-inquiry-bar strong { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .local-video video { animation: none !important; }
}

/* Homepage visual alignment — approved reference geometry */
.config-section {
  position: relative;
  min-width: 0;
  margin: 12px 0 0 !important;
  padding: 18px 20px 20px !important;
  border: 1px solid var(--reference-line) !important;
  border-radius: 12px !important;
  background: transparent;
  overflow: hidden;
}
.config-section legend.sr-only { position: absolute !important; width: 1px !important; padding: 0 !important; }
.option-group__heading { display: grid; gap: 4px; margin: 0 0 18px; }
.option-group__heading strong { font-size: 14px; font-weight: 500; line-height: 19px; }
.option-group__heading small { color: var(--reference-muted); font-size: 12px; font-weight: 400; line-height: 17px; }
.quantity-group { display: block; }
.quantity-control { width: 170px; min-width: 170px; }

.story-section { padding-block: 32px; color: var(--reference-ink); background: var(--cream); overflow: hidden; }
.story-heading { display: block; margin-bottom: 32px; }
.story-heading h2 { max-width: 760px; margin: 0; font-size: 32px; font-weight: 400; letter-spacing: -.01em; line-height: 40px; }
.story-heading p { max-width: 740px; margin: 10px 0 0; font-size: 16px; line-height: 24px; }
.story-heading--single { margin-bottom: 32px; }
.major-heading--centered { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 10px; max-width: 720px; margin-bottom: 32px; text-align: center; }
.major-heading--centered h2 { margin: 0; }
.major-heading--centered p { max-width: 560px; margin: 0; }
.major-heading--specs { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.major-heading--specs h2 { margin: 0; }
.section-index { display: none !important; }

.local-video--feature-hero { aspect-ratio: 16 / 9; }
.local-video--feature-hero video,
.local-video--feature-hero img,
.story-video-card .local-video video,
.story-video-card .local-video img,
.stability-card .local-video video,
.stability-card .local-video img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.story-media-wide { margin-bottom: 38px; }

.control-feature-viewport { margin-bottom: 38px; }
.control-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; border: 0; border-radius: 0; overflow: visible; }
.control-feature-grid article { display: grid; justify-items: center; align-content: center; min-height: 194px; padding: 33px 22px; border: 0; border-radius: 14px; background: #fff; text-align: center; }
.control-feature-grid article img { width: auto; height: 32px; margin-bottom: 20px; object-fit: contain; }
.control-feature-grid h3 { margin: 0 0 8px; font-size: 16px; font-weight: 500; line-height: 21px; }
.control-feature-grid p { margin: 0; color: var(--reference-muted); font-size: 13px; line-height: 19px; }

[data-carousel-track] { scrollbar-width: none; -ms-overflow-style: none; }
[data-carousel-track]::-webkit-scrollbar { display: none; width: 0; height: 0; }
.card-carousel__pagination { display: none; align-items: center; justify-content: center; gap: 2px; min-height: 24px; margin-top: 12px; }
.is-carousel-active .card-carousel__pagination { display: flex; }
.card-carousel__dot,
.gallery__dots button { position: relative; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 999px; background: transparent; cursor: pointer; transition: none; }
.card-carousel__dot::before,
.gallery__dots button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; border-radius: 999px; background: #aaa9a1; transform: translate(-50%, -50%); transition: none; }
.card-carousel__dot:hover::before,
.gallery__dots button:hover::before { background: var(--accent); }
.card-carousel__dot[aria-current="true"],
.gallery__dots button.is-active,
.gallery__dots button[aria-selected="true"] { background: transparent; }
.card-carousel__dot[aria-current="true"]::before,
.gallery__dots button.is-active::before,
.gallery__dots button[aria-selected="true"]::before { width: 24px; height: 6px; background: var(--reference-ink); }
.card-carousel__dot:focus-visible,
.gallery__dots button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.carousel-controls .icon-button:disabled { cursor: default; opacity: .38; }

.story-card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.story-video-card { position: relative; min-width: 0; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; }
.story-video-card .local-video { position: absolute; inset: 0; border-radius: 0; }
.story-video-card__copy { position: absolute; z-index: 2; top: 0; right: 0; left: 0; padding: 28px 30px 70px; color: var(--reference-ink); background: linear-gradient(180deg, rgba(255,255,255,.68), transparent); pointer-events: none; }
.story-video-card__copy h3 { margin: 0 0 8px; font-size: 19px; font-weight: 400; line-height: 25px; }
.story-video-card__copy p { max-width: 470px; margin: 0; color: #44433f; font-size: 13px; line-height: 19px; }

.stability-mosaic { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); grid-template-areas: "stack rating"; gap: 20px; }
.stability-stack-viewport { grid-area: stack; min-width: 0; }
.stability-stack { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); height: 100%; gap: 20px; }
.stability-card { position: relative; min-height: 0; border-radius: 14px; background: #e5d1bd; overflow: hidden; }
.stability-card--rating { grid-area: rating; height: 100%; aspect-ratio: auto; }
.stability-card--supporting { aspect-ratio: 3 / 2; }
.stability-card .local-video { position: absolute; inset: 0; border-radius: 0; }
.stability-card__copy { position: absolute; z-index: 2; top: 0; right: 0; left: 0; padding: 24px 26px 64px; background: linear-gradient(180deg, rgba(255,255,255,.64), transparent); pointer-events: none; }
.stability-card__copy h3,
.stability-rating-panel h3 { margin: 0; font-size: 18px; font-weight: 400; line-height: 24px; }
.stability-card__copy p { margin: 0; color: #46443f; font-size: 13px; line-height: 18px; }
.stability-rating-panel { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; padding: 22px; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 8px 25px rgba(25,25,28,.1); }
.stability-scale { --indicator-final: 92%; position: relative; width: 100%; margin-top: 18px; padding-top: 10px; }
.stability-scale picture { display: block; }
.stability-scale__line { width: 100%; height: auto; }
.stability-scale__indicator { position: absolute; top: 0; left: 0; width: 11px; height: 7px; transform: translateX(-50%); }
.stability-rating-panel.is-animated .stability-scale__indicator { animation: stability-indicator-in 2s cubic-bezier(.19, 1, .22, 1) forwards; }
.stability-rating-panel.is-complete .stability-scale__indicator { left: var(--indicator-final); }

@keyframes stability-indicator-in {
  from { left: 1%; }
  to { left: var(--indicator-final); }
}

.feature-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feature-strip article { min-width: 0; padding: 24px 0 0; border-top: 1px solid var(--reference-ink); }
.feature-strip h3 { margin: 0 0 10px; font-size: 24px; font-weight: 400; line-height: 31px; }
.feature-strip--tabletop h3 { font-size: 20px; line-height: 26px; }
.feature-strip p { margin: 0; color: var(--reference-muted); font-size: 14px; line-height: 20px; }

.assembly-story { position: relative; min-height: 0; color: var(--reference-ink); background: var(--cream); overflow: hidden; }
.assembly-layout { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(300px, 1fr); align-items: stretch; gap: 20px; }
.assembly-media-card { position: relative; min-width: 0; min-height: clamp(620px, 48vw, 660px); border-radius: 14px; overflow: hidden; }
.assembly-media-card picture,
.assembly-media-card picture::after { position: absolute; inset: 0; }
.assembly-media-card picture::after { content: ""; background: linear-gradient(180deg, transparent 58%, rgba(15,15,16,.28)); }
.assembly-media-card img { width: 100%; height: 100%; object-fit: cover; }
.assembly-media-card__action { position: absolute; z-index: 2; bottom: 34px; left: 50%; min-width: 230px; color: var(--button-neutral-color); background: var(--button-neutral-bg); box-shadow: none; text-decoration: none; transform: translateX(-50%); }
.assembly-media-card__action:hover,
.assembly-media-card__action:active { color: var(--button-neutral-hover-color); background: var(--button-neutral-hover-bg); }
.assembly-side-viewport { min-width: 0; overflow: hidden; }
.assembly-side-track { display: grid; grid-template-rows: minmax(0, 1.15fr) minmax(0, .85fr); height: 100%; gap: 20px; }
.assembly-stat-card { display: grid; place-content: center; justify-items: center; min-width: 0; min-height: 0; padding: 24px; border: 1px solid var(--reference-line); border-radius: 14px; background: #fff; text-align: center; overflow: hidden; }
.assembly-stat-circle { container-type: inline-size; position: relative; width: min(171px, calc(100% - 24px)); aspect-ratio: 1; margin-block: 22px 14px; border: 2px solid var(--reference-ink); border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 6px #faf8f4; }
.assembly-stat-circle svg { position: absolute; z-index: 0; inset: 5%; width: 90%; height: 90%; transform: rotate(-90deg); }
.assembly-stat-circle circle { fill: none; stroke-width: 6; }
.assembly-stat-circle__track { stroke: rgba(181,103,48,.18); }
.assembly-stat-circle__progress { stroke: #b56730; stroke-linecap: round; }
.assembly-stopwatch-crown { position: absolute; z-index: 4; top: -21px; left: 50%; width: 34px; height: 22px; transform: translateX(-50%); }
.assembly-stopwatch-crown::before { content: ""; position: absolute; top: 0; left: 0; width: 34px; height: 9px; border: 1px solid var(--reference-ink); border-radius: 5px 5px 3px 3px; background: repeating-linear-gradient(90deg, var(--accent) 0 3px, #8d4e25 3px 4px); }
.assembly-stopwatch-crown::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 13px; height: 14px; border: 1px solid var(--reference-ink); border-radius: 2px 2px 0 0; background: var(--accent); transform: translateX(-50%); }
.assembly-stopwatch-ticks { position: absolute; z-index: 1; inset: 13%; border-radius: 50%; pointer-events: none; }
.assembly-stopwatch-tick { position: absolute; inset: 0; transform: rotate(calc(var(--tick) * 30deg)); }
.assembly-stopwatch-tick::before { content: ""; position: absolute; top: 0; left: 50%; width: 2px; height: 7px; border-radius: 999px; background: rgba(22,26,0,.48); transform: translateX(-50%); }
.assembly-stopwatch-tick:nth-child(3n + 1)::before { height: 10px; background: var(--reference-ink); }
.assembly-stopwatch-hand { position: absolute; z-index: 2; top: 50%; left: 50%; width: 3px; height: 28%; border-radius: 999px; background: var(--reference-ink); transform: translateX(-50%); transform-origin: 50% 0; }
.assembly-stopwatch-hand::after { content: ""; position: absolute; top: -5px; left: 50%; width: 11px; height: 11px; border: 2px solid var(--accent); border-radius: 50%; background: #fff; transform: translateX(-50%); }
.assembly-stat-card.is-animation-ready .assembly-stat-circle__progress { stroke-dasharray: 0 100; }
.assembly-stat-card.is-animation-ready .assembly-stopwatch-hand { transform: translateX(-50%) rotate(-180deg); }
.assembly-stat-card.is-animation-ready.is-animation-active .assembly-stat-circle__progress { stroke-dasharray: 50 50; transition: stroke-dasharray 1050ms cubic-bezier(.22, 1, .36, 1); }
.assembly-stat-card.is-animation-ready.is-animation-active .assembly-stopwatch-hand { transform: translateX(-50%) rotate(0deg); transition: transform 1050ms cubic-bezier(.22, 1, .36, 1); }
.assembly-stat-value { display: inline-flex; align-items: baseline; justify-content: center; gap: 7px; margin-top: 0; color: var(--reference-ink); font-weight: 600; white-space: nowrap; line-height: 1; }
.assembly-stat-value strong { font-size: clamp(38px, 3.6vw, 48px); font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.assembly-stat-value > span { font-size: clamp(18px, 1.6vw, 22px); font-weight: 600; line-height: 1; text-transform: lowercase; }
.assembly-stat-card p { margin: 8px 0 0; font-size: 16px; line-height: 22px; }
.assembly-secondary-card { min-width: 0; min-height: 0; border: 1px solid var(--reference-line); border-radius: 14px; background: #fff; overflow: hidden; }
.assembly-secondary-card > img { width: 100%; height: 100%; object-fit: cover; }

.comparison-matrix { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: rgba(22,26,0,.32) transparent; scrollbar-width: thin; }
.comparison-matrix:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.comparison-table { width: 100%; min-width: 1000px; border-collapse: separate; border-spacing: 0; table-layout: fixed; color: var(--ink); }
.comparison-table__criteria { width: 20%; }
.comparison-table__elevano { width: 28%; }
.comparison-table__alternative { width: 26%; }
.comparison-table th,
.comparison-table td { padding: 15px 20px; border-bottom: 0; text-align: left; vertical-align: middle; }
.comparison-table thead th { height: 76px; color: var(--reference-muted); background: transparent; font-size: 16px; font-weight: 500; text-align: center; }
.comparison-table thead .comparison-table__corner { background: transparent; }
.comparison-table tbody th { color: var(--reference-muted); font-size: 14px; font-weight: 400; }
.comparison-table tbody td { font-size: 14px; line-height: 20px; }
.comparison-table tbody tr:nth-child(odd) > * { background: #fff; }
.comparison-table tbody tr:nth-child(even) > * { background: transparent; }
.comparison-table tbody tr > :first-child { border-radius: 10px 0 0 10px; }
.comparison-table tbody tr > :last-child { border-radius: 0 10px 10px 0; }
.comparison-table .comparison-table__featured { border-right: 1px solid var(--reference-ink); border-left: 1px solid var(--reference-ink); }
.comparison-table thead th.comparison-table__featured { border-top: 1px solid var(--reference-ink); border-radius: 14px 14px 0 0; background: transparent; color: var(--ink); font-size: 20px; }
.comparison-table tbody tr:nth-child(odd) > td.comparison-table__featured { background: #fff; }
.comparison-table tbody tr:nth-child(even) > td.comparison-table__featured { background: transparent; }
.comparison-table tfoot td { height: 62px; background: transparent; }
.comparison-table tfoot .comparison-table__featured { border-bottom: 1px solid var(--reference-ink); border-radius: 0 0 14px 14px; }
.comparison-table__value { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 8px; align-items: start; }
.comparison-table__mark { font-size: 19px; font-weight: 500; line-height: 19px; }
.comparison-table__mark--positive { color: #3a9f75; }
.comparison-table__mark--negative { color: #d86b72; font-weight: 300; }
.comparison-table__rating { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--reference-muted); font-size: 13px; }
.comparison-table__rating > span { color: var(--rating-gold); letter-spacing: .06em; }
.comparison-table__rating strong { color: var(--ink); font-weight: 500; }

.specification-panels { display: grid; gap: 12px; }
.specification-panel { padding: 30px; border: 0; border-radius: 12px; background: #fff; overflow: hidden; }
.specification-panel summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; padding: 0; cursor: pointer; font-size: 18px; font-weight: 400; list-style: none; }
.specification-panel summary::-webkit-details-marker { display: none; }
.benefits-accordion > summary > span:last-child,
.specification-panel summary > span:last-child,
.faq-list summary::after,
.price-breakdown summary::after {
  content: "";
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background:
    linear-gradient(currentColor, currentColor) center / 12px 1px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1px 12px no-repeat;
  transition: transform .2s ease;
}
.benefits-accordion[open] > summary > span:last-child,
.specification-panel[open] summary > span:last-child,
.faq-list details[open] summary::after,
.price-breakdown[open] summary::after {
  transform: rotate(45deg);
}
.specification-panel__content { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.15fr); gap: 44px; max-width: 1180px; margin: 28px auto 0; }
.specification-panel figure { display: grid; place-items: center; min-height: 280px; margin: 0; border-radius: 10px; background: #f6f6f1; overflow: hidden; }
.specification-panel figure img { width: 100%; height: 100%; max-height: 420px; object-fit: contain; }
.specification-panel dl { margin: 0; }
.specification-panel dl div { display: grid; grid-template-columns: minmax(150px, .75fr) minmax(0, 1fr); gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--reference-line); }
.specification-panel dt,
.specification-panel dd { margin: 0; font-size: 14px; line-height: 20px; }
.specification-panel dt { color: var(--reference-muted); }
.specification-panel dd { font-weight: 500; }
.specification-panel__details { min-width: 0; }
.specification-panel__content--assembly { display: block; }
.specification-assembly-grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.specification-assembly-pdf { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 326px; padding: 0; border: 0; border-radius: 12px; background: #edeee9; overflow: hidden; }
.specification-assembly-pdf { flex-direction: column; gap: 24px; padding: 34px; color: var(--reference-ink); text-align: center; text-decoration: none; }
.specification-assembly-pdf__document { width: 72px; height: 88px; fill: #fff; stroke: var(--reference-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.specification-assembly-pdf > span { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; line-height: 20px; }
.specification-assembly-pdf > span svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.inspiration-rail { grid-auto-columns: clamp(300px, 30vw, 420px); gap: 14px; padding-bottom: 0; scrollbar-width: none; }
.inspiration-rail figure { position: relative; margin: 0; border-radius: 10px; aspect-ratio: 7 / 9; overflow: hidden; scroll-snap-align: center; }
.inspiration-rail button { position: relative; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.inspiration-rail img { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; object-fit: cover; }
.gallery__zoom,
.inspiration-rail button > span,
.review-card__image > span { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border-radius: 50%; color: #fff; background: rgba(25,25,28,.72); font-size: 0; font-weight: 400; transition: none; }
.gallery__zoom { top: 14px; bottom: auto; }
.gallery__zoom:hover,
.inspiration-rail button > span:hover,
.review-card__image > span:hover { color: var(--white); background: var(--success); }
.gallery__zoom::before,
.gallery__zoom::after,
.inspiration-rail button > span::before,
.inspiration-rail button > span::after,
.review-card__image > span::before,
.review-card__image > span::after { content: ""; position: absolute; top: 50%; left: 50%; border-radius: 999px; background: currentColor; transform: translate(-50%, -50%); }
.gallery__zoom::before,
.inspiration-rail button > span::before,
.review-card__image > span::before { width: 14px; height: 2px; }
.gallery__zoom::after,
.inspiration-rail button > span::after,
.review-card__image > span::after { width: 2px; height: 14px; }
.review-card__image img { height: auto; }
.reviews-heading { margin-bottom: 32px; }
.faq-section .section-intro { display: grid; max-width: none; justify-items: center; margin-bottom: 32px; text-align: center; }
.faq-section .section-intro > * { margin: 0; }

@media (min-width: 600px) and (max-width: 1099px) {
  .product-shell { padding-bottom: 28px; }
  .story-section,
  .reviews-section { padding-block: 28px; }
  .faq-section { padding-block: 28px 56px; }
}

@media (max-width: 899px) {
  .product-shell { padding-bottom: 28px; }
  .story-section,
  .reviews-section { padding-block: 28px; }
  .faq-section { padding-block: 28px 56px; }
  .story-heading { margin-bottom: 32px; }
  .story-heading h2,
  .story-heading p { max-width: 720px; }
  .stability-mosaic { grid-template-columns: 1fr; grid-template-areas: "rating" "stack"; }
  .stability-card--rating { height: auto; aspect-ratio: 1 / 1; }
  .stability-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .assembly-layout { grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); }
  .comparison-table { min-width: 900px; }
  .specification-panel__content { grid-template-columns: 1fr; gap: 24px; }
  .specification-panel figure { min-height: 240px; }
}

@media (max-width: 599px) {
  .gallery { grid-template-areas: "stage" "dots"; gap: 0; }
  .gallery__dots { flex-wrap: wrap; max-width: 100%; }
  .config-section { padding: 16px !important; }
  .option-group__heading { margin-bottom: 16px; }
  .quantity-control { width: 170px; min-width: 170px; }
  .option-group--addons.is-carousel-active,
  .chair-upsell.is-carousel-active { overflow: hidden; }
  .option-grid--addons,
  .chair-upsell__grid { gap: 12px; padding-bottom: 0; overscroll-behavior-inline: contain; }
  .config-carousel__pagination { margin-top: 9px; }
  .table-wrap--discount { overflow: hidden; }
  .quantity-discount-table { width: 100%; min-width: 0; table-layout: fixed; }
  .quantity-discount-table tr > :first-child { width: 18%; }
  .quantity-discount-table th,
  .quantity-discount-table td { padding: 8px 2px; white-space: nowrap; }
  .quantity-discount-table thead th { font-size: 9px; line-height: 12px; }
  .quantity-discount-table tbody th { font-size: 9px; line-height: 12px; }
  .quantity-discount-table td { font-size: 12px; line-height: 16px; }

  .product-shell { padding-bottom: 24px; }
  .story-section,
  .reviews-section { padding-block: 24px; }
  .faq-section { padding-block: 24px 48px; }
  .story-heading { margin-bottom: 24px; }
  .story-heading h2 { font-size: 20px; line-height: 25px; }
  .story-heading p { margin-top: 8px; font-size: 13px; line-height: 19px; }
  .story-media-wide { margin-bottom: 26px; }
  .local-video--feature-hero { aspect-ratio: 1 / 1; }

  .control-feature-viewport { margin-bottom: 26px; overflow: hidden; }
  .control-feature-grid { grid-auto-columns: 83%; grid-auto-flow: column; grid-template-columns: none; padding-bottom: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; }
  .control-feature-grid article { min-height: 181px; scroll-snap-align: start; }

  .story-card-grid--two { grid-template-columns: 1fr; gap: 34px; }
  .story-video-card { display: grid; aspect-ratio: auto; border-radius: 0; overflow: visible; }
  .story-video-card__copy { position: static; order: 0; padding: 0 0 14px; background: transparent; }
  .story-video-card__copy h3 { font-size: 18px; line-height: 23px; }
  .story-video-card__copy p { font-size: 13px; line-height: 19px; }
  .story-video-card .local-video { position: relative; order: 1; aspect-ratio: 1 / 1; border-radius: 10px; }

  .stability-card--rating { margin-bottom: 64px; overflow: visible; }
  .stability-card--rating .local-video { border-radius: 14px; overflow: hidden; }
  .stability-rating-panel { right: 24px; bottom: -54px; left: 24px; padding: 18px; }
  .stability-stack-viewport { overflow: hidden; }
  .stability-stack { grid-auto-columns: 84%; grid-auto-flow: column; grid-template-columns: none; height: auto; gap: 14px; padding-bottom: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; }
  .stability-card--supporting { min-height: 240px; aspect-ratio: auto; scroll-snap-align: start; }
  .stability-card__copy { padding: 20px 22px 55px; }

  .feature-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; overflow: visible; }
  .feature-strip article { min-height: 0; padding: 18px 0 0; border-top: 1px solid var(--reference-ink); }
  .feature-strip h3,
  .feature-strip--tabletop h3 { font-size: 18px; line-height: 24px; }
  .feature-strip p { font-size: 12px; line-height: 17px; }

  .assembly-layout { grid-template-columns: 1fr; gap: 26px; }
  .assembly-media-card { min-height: 0; aspect-ratio: 1 / 1; }
  .assembly-media-card__action { bottom: 22px; min-width: 224px; }
  .assembly-side-viewport { overflow: hidden; }
  .assembly-side-track { grid-auto-columns: 84%; grid-auto-flow: column; grid-template-columns: none; grid-template-rows: none; height: auto; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; }
  .assembly-stat-card,
  .assembly-secondary-card { min-height: 360px; scroll-snap-align: start; }
  .assembly-stat-circle { width: 171px; }

  .major-heading--centered { margin-bottom: 24px; }
  .major-heading--centered h2,
  .major-heading--specs h2 { font-size: 30px; line-height: 38px; }
  .major-heading--centered p { font-size: 13px; line-height: 19px; }
  .major-heading--specs { display: grid; justify-items: start; margin-bottom: 24px; }
  .comparison-matrix { padding-bottom: 0; scroll-padding-left: 128px; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
  .comparison-matrix::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .comparison-pagination { display: flex; margin-top: 9px; }
  .comparison-table { width: calc(300vw - 376px); min-width: calc(300vw - 376px); }
  .comparison-table__criteria { width: 128px; }
  .comparison-table__elevano,
  .comparison-table__alternative { width: calc(100vw - 168px); }
  .comparison-table th,
  .comparison-table td { padding: 12px 10px; }
  .comparison-table thead th { height: 64px; font-size: 14px; }
  .comparison-table thead th.comparison-table__featured { font-size: 17px; }
  .comparison-table tbody th,
  .comparison-table tbody td { font-size: 12px; line-height: 17px; }
  .comparison-table tfoot td { height: 54px; }
  .comparison-table thead .comparison-table__corner,
  .comparison-table tbody th[scope="row"],
  .comparison-table tfoot td:first-child { position: sticky; left: 0; z-index: 2; background: var(--cream); }
  .comparison-table thead .comparison-table__corner { z-index: 3; }
  .comparison-table thead th:not(:first-child) { scroll-snap-align: start; scroll-snap-stop: always; }
  .comparison-table tbody tr:nth-child(odd) > th[scope="row"] { background: #fff; }
  .comparison-table tbody tr:nth-child(even) > th[scope="row"] { background: var(--cream); }

  .specification-panel { padding: 12px 16px; border-radius: 8px; }
  .specification-panel summary { min-height: 44px; padding: 0; font-size: 17px; }
  .specification-panel__content { margin-top: 18px; }
  .specification-panel figure { min-height: 220px; }
  .specification-panel dl div { grid-template-columns: minmax(110px, .75fr) minmax(0, 1fr); gap: 14px; }
  .specification-panel dt,
  .specification-panel dd { font-size: 13px; line-height: 18px; }
  .specification-assembly-pdf { min-height: 200px; }
  .specification-assembly-pdf { gap: 16px; padding: 28px 12px; }
  .specification-assembly-pdf__document { width: 58px; height: 72px; }

  .inspiration-heading { grid-template-columns: 1fr; }
  .major-heading.inspiration-heading > .carousel-controls:last-child { display: none; }
  .reviews-heading > .review-carousel__controls { display: none; }
  .inspiration-rail { grid-auto-columns: 76%; }
  .card-carousel__pagination { margin-top: 9px; }
  .review-carousel { grid-auto-columns: 84%; }
  .reviews-heading,
  .faq-section .section-intro { margin-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .local-video--ambient video { display: block; }
  .stability-scale__indicator { left: var(--indicator-final) !important; animation: none !important; }
  .assembly-stat-card .assembly-stat-circle__progress { stroke-dasharray: 50 50 !important; transition: none !important; }
  .assembly-stat-card .assembly-stopwatch-hand { transform: translateX(-50%) rotate(0deg) !important; transition: none !important; }
}
