:root {
  color-scheme: light;
}

/* Mobile card layouts use display: flex !important; hidden must remain authoritative. */
.store-product-card[hidden] {
  display: none !important;
}

.store-page {
  --store-ink: #161922;
  --store-muted: #676a70;
  --store-line: #ded8ce;
  --store-paper: #ffffff;
  --store-bg: #f8f2e8;
  --store-soft: #f4eee4;
  --store-gold: #c8a06b;
  --store-gold-dark: #8a5d27;
  --store-green: #285d4e;
  min-width: 320px;
  overflow-x: clip;
  color: var(--store-ink);
  background: var(--store-bg);
  letter-spacing: 0;
}

.store-page *,
.store-page *::before,
.store-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.store-page img {
  max-width: 100%;
}

.store-page button,
.store-page input,
.store-page select,
.store-page textarea {
  font: inherit;
}

.store-page button,
.store-page a,
.store-page input,
.store-page select,
.store-page textarea,
.store-page summary {
  outline: none;
}

.store-page :focus-visible {
  outline: 3px solid #6a451d;
  outline-offset: 3px;
}

.store-skip {
  position: fixed;
  z-index: 120;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  color: #fff !important;
  background: var(--store-ink);
  transform: translateY(-150%);
}

.store-skip:focus {
  transform: none;
}

.store-sr-only,
.store-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.store-header {
  border-bottom: 1px solid rgba(222, 216, 206, .75) !important;
}

.store-header .ref-header__inner {
  grid-template-columns: 72px minmax(0, 1fr) auto;
}

.store-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-width: 0;
}

.store-desktop-nav a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.store-desktop-nav a:hover {
  color: var(--store-gold-dark);
}

.store-page .store-header .ref-cart [data-cart-count],
.site-shell-header .ref-cart [data-cart-count] {
  top: -2px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  display: grid !important;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: var(--store-ink);
  background: var(--store-gold);
  font-size: 11px;
  line-height: 1;
}

.store-main {
  width: min(calc(100% - 40px), 1260px);
  margin: 0 auto;
  padding: 26px 0 64px;
}

.store-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-bottom: 18px;
  color: var(--store-muted);
  font-size: 13px;
  overflow: hidden;
}

.store-breadcrumbs a,
.store-breadcrumbs span {
  flex: 0 0 auto;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-breadcrumbs a {
  text-decoration: none;
}

.store-eyebrow {
  display: inline-block;
  color: var(--store-gold-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.store-page-title,
.store-catalog-hero {
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 46px;
  margin-bottom: 22px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-paper);
}

.store-page-title > div,
.store-catalog-hero > div {
  max-width: 820px;
}

.store-page-title h1,
.store-catalog-hero h1,
.store-product-summary h1,
.store-service-hero h1 {
  max-width: 900px;
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 58px;
  font-weight: 600;
  line-height: .98;
  overflow-wrap: anywhere;
}

.store-page-title p,
.store-catalog-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--store-muted);
  font-size: 17px;
  line-height: 1.6;
}

.store-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  color: var(--store-ink) !important;
  background: var(--store-paper);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.store-btn:hover {
  border-color: var(--store-gold-dark);
}

.store-btn--gold {
  border-color: var(--store-gold);
  background: var(--store-gold);
}

.store-btn--gold:hover {
  border-color: #b7894e;
  background: #b7894e;
}

.store-btn--light {
  background: #fff;
}

.store-btn[disabled],
.store-page button[disabled] {
  opacity: .58;
  cursor: wait;
}

.store-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--store-gold-dark) !important;
  font-weight: 700;
  text-decoration: none;
}

.store-category-nav {
  display: flex;
  gap: 8px;
  margin: 0 0 22px;
  padding: 8px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-paper);
  overflow-x: auto;
  scrollbar-width: thin;
}

.store-category-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.store-category-nav a.is-active {
  border-color: var(--store-gold);
  background: #f0d4a7;
}

.store-directions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
}

.store-direction {
  position: relative;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  color: var(--store-ink) !important;
  background: var(--store-paper);
  overflow: hidden;
  text-decoration: none;
}

.store-direction img {
  width: 100%;
  height: 100%;
  grid-column: 2;
  object-fit: cover;
}

.store-direction > div {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.store-direction h2 {
  margin: 8px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 1;
}

.store-direction p {
  margin: 0;
  color: var(--store-muted);
  font-size: 14px;
  line-height: 1.5;
}

.store-direction b {
  margin-top: auto;
  font-size: 26px;
}

.store-direction > div > span,
.store-series-chip span {
  color: var(--store-muted);
  font-size: 12px;
}

.store-catalog-hero {
  align-items: center;
}

.store-catalog-hero form {
  max-width: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 24px;
}

.store-catalog-hero input {
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  color: var(--store-ink);
  background: #fff;
  font-size: 16px;
}

.store-series-strip,
.store-section {
  padding: 36px 0;
  border-top: 1px solid var(--store-line);
}

.store-series-strip h2,
.store-section-head h2,
.store-lead-band h2,
.store-filter-head h2,
.store-calculator__summary h2 {
  margin: 5px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.store-series-strip > div {
  display: flex;
  gap: 10px;
  padding: 2px 0 8px;
  overflow-x: auto;
}

.store-series-chip {
  min-width: 185px;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  padding: 14px 16px;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  color: var(--store-ink) !important;
  background: var(--store-paper);
  text-decoration: none;
}

.store-series-chip:hover {
  border-color: var(--store-gold);
}

.store-series-chip[aria-current="true"] {
  border-color: var(--store-gold-dark);
  background: #f7f1e7;
  box-shadow: inset 0 0 0 1px rgba(173, 125, 55, .18), 0 10px 28px rgba(26, 25, 22, .055);
}

.store-series-chip[aria-current="true"] strong {
  color: var(--store-gold-dark);
}

.store-callout {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 34px;
  margin-bottom: 22px;
  border: 1px solid var(--store-gold);
  border-radius: 8px;
  color: var(--store-ink) !important;
  background: #fff;
  text-decoration: none;
}

.store-callout h2 {
  margin: 5px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
}

.store-callout p {
  margin: 0;
  color: var(--store-muted);
}

.store-callout > span {
  font-size: 34px;
}

.store-catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0 40px;
}

.store-filters {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-paper);
}

.store-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.store-filter-head h2 {
  margin: 0;
  font-size: 28px;
}

.store-filter-head button,
.store-filter-open {
  display: none;
}

.store-filters label,
.store-listing__head label,
.store-config-grid label,
.store-form-grid label,
.store-calc-grid label {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: var(--store-ink);
  font-size: 13px;
  font-weight: 700;
}

.store-filters input,
.store-filters select,
.store-listing__head input,
.store-listing__head select,
.store-config-grid input,
.store-config-grid select,
.store-form-grid input,
.store-form-grid select,
.store-form-grid textarea,
.store-calc-grid input,
.store-calc-grid select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cfc8bd;
  border-radius: 6px;
  color: var(--store-ink);
  background: #fff;
  font-size: 16px;
}

.store-form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.store-listing {
  min-width: 0;
}

.store-listing--wide {
  padding: 28px 0 48px;
}

.store-listing__head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.store-listing__head p {
  margin: 0;
}

.store-listing__head label {
  grid-template-columns: auto 190px;
  align-items: center;
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.store-product-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-paper);
  overflow: hidden;
}

.store-product-card[hidden] {
  display: none;
}

.store-product-card__media {
  min-height: 214px;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 16px;
  background: #f8f6f2;
  overflow: hidden;
}

.store-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-product-card__body {
  min-height: 235px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.store-product-card h3 {
  margin: 6px 0 8px;
  font-size: 17px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.store-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.store-product-card p {
  margin: 0;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.45;
}

.store-product-card__bottom {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: end;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.store-product-card__bottom strong {
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.store-product-card__bottom strong span,
.store-product-price strong span {
  color: var(--store-muted);
  font-size: .68em;
  font-weight: 500;
}

.store-icon-link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  color: var(--store-ink) !important;
  text-decoration: none;
}

.store-media-missing {
  width: 100%;
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--store-muted);
  background: #f1eee8;
  font-size: 13px;
  text-align: center;
}

.store-pagination {
  min-height: 52px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.store-pagination button {
  min-width: 44px;
  height: 44px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  color: var(--store-ink);
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.store-pagination button[aria-current="page"] {
  border-color: var(--store-gold);
  background: #f0d4a7;
}

.store-empty {
  padding: 32px;
  color: var(--store-muted);
  background: #fff;
  text-align: center;
}

.store-product-hero,
.store-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 48px;
  align-items: start;
  padding: 22px 0 48px;
}

.store-product-gallery__main,
.store-service-hero figure {
  min-height: 520px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.store-product-gallery__main img,
.store-service-hero figure img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
}

.store-product-summary {
  min-width: 0;
  padding: 18px 0;
}

.store-product-summary h1,
.store-service-hero h1 {
  margin-top: 10px;
  font-size: 50px;
  line-height: 1;
}

.store-product-summary > p,
.store-service-hero > div > p {
  color: var(--store-muted);
  font-size: 16px;
  line-height: 1.6;
}

.store-product-price {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
}

.store-decor-picker {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.store-decor-picker > strong {
  font-size: 13px;
  font-weight: 700;
}

.store-decor-picker > div {
  display: flex;
  gap: 8px;
  padding: 1px 1px 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.store-decor-picker a,
.store-decor-picker span {
  min-height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 230px;
  padding: 9px 12px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  color: var(--store-ink);
  background: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
}

.store-decor-picker span[aria-current="page"] {
  border-color: var(--store-gold);
  background: var(--store-cream);
  font-weight: 700;
}

.store-decor-picker .store-decor-picker__all {
  color: #fff;
  border-color: var(--store-green);
  background: var(--store-green);
}

.store-product-price strong,
.store-service-hero > div > strong {
  font-size: 31px;
  line-height: 1.2;
}

.store-product-price > span,
.store-service-hero small,
.store-config-grid small,
.store-calc-grid small {
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.45;
}

.store-product-config {
  margin-top: 18px;
}

.store-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.store-config-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  margin-top: 16px;
  border-top: 1px solid var(--store-line);
}

.store-config-total span {
  color: var(--store-muted);
  font-size: 13px;
}

.store-config-total output {
  font-size: 24px;
  font-weight: 800;
  text-align: right;
}

.store-config-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.store-product-tabs {
  position: sticky;
  z-index: 12;
  top: 77px;
  display: flex;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  overflow-x: auto;
}

.store-product-tabs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.store-product-tabs a:hover {
  background: var(--store-soft);
}

.store-section-head {
  max-width: 820px;
  margin-bottom: 20px;
}

.store-section-head p {
  margin: 0;
  color: var(--store-muted);
  line-height: 1.6;
}

.store-table-wrap {
  width: 100%;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  overflow-x: auto;
}

.store-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.store-table-wrap th,
.store-table-wrap td {
  min-width: 140px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--store-line);
  text-align: left;
}

.store-table-wrap th {
  background: var(--store-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.store-table-wrap tr:last-child td {
  border-bottom: 0;
}

.store-specs dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
}

.store-specs dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--store-line);
}

.store-specs dt {
  color: var(--store-muted);
  min-width: 0;
}

.store-specs dd {
  min-width: 0;
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.store-prose {
  max-width: 920px;
  color: #34373c;
  font-size: 16px;
  line-height: 1.75;
  white-space: pre-line;
}

.store-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.store-service-links a {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  color: var(--store-ink) !important;
  background: #fff;
  text-decoration: none;
}

.store-service-links span {
  color: var(--store-muted);
  font-size: 13px;
}

.store-faq details {
  max-width: 920px;
  border-bottom: 1px solid var(--store-line);
}

.store-faq summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  font-weight: 700;
  cursor: pointer;
}

.store-faq summary::after {
  content: "+";
  font-size: 22px;
}

.store-faq details[open] summary::after {
  content: "−";
}

.store-faq p {
  max-width: 800px;
  margin: 0 0 20px;
  color: var(--store-muted);
  line-height: 1.6;
}

.store-lead-band {
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
  padding: 42px;
  margin: 36px 0;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.store-lead-band > div > p {
  color: var(--store-muted);
  line-height: 1.6;
}

.store-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.store-form-wide {
  grid-column: 1 / -1;
}

.store-file input {
  padding: 8px;
}

.store-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 14px 0;
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.45;
}

.store-consent input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.store-form-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--store-muted);
  font-size: 13px;
}

.store-form-status.is-error {
  color: #8b2525;
}

.store-form-status.is-success {
  color: var(--store-green);
}

.store-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0 42px;
}

.store-service-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-service-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.store-service-card__media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background: var(--store-soft);
  overflow: hidden;
}

.store-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-service-card > div {
  min-height: 260px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.store-service-card h3 {
  margin: 6px 0 9px;
  font-size: 19px;
  line-height: 1.25;
}

.store-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.store-service-card p {
  margin: 0 0 14px;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.5;
}

.store-service-card > div > strong {
  margin-top: auto;
  font-size: 16px;
}

.store-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.store-process li {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-top: 2px solid var(--store-gold);
  counter-increment: step;
}

.store-process li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--store-gold-dark);
  font-weight: 800;
}

.store-process li span,
.store-service-scope p {
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.5;
}

.store-service-hero {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  align-items: center;
}

.store-service-hero > div > strong,
.store-service-hero > div > small {
  display: block;
  margin-top: 10px;
}

.store-service-scope > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.store-service-scope article {
  padding: 22px 0;
  border-top: 2px solid var(--store-gold);
}

.store-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.store-source-note {
  padding: 20px;
  margin-bottom: 16px;
  border-left: 4px solid var(--store-gold);
  background: #fff;
}

.store-source-note code {
  display: block;
  padding: 10px 0;
  color: var(--store-green);
  font-size: 14px;
  white-space: normal;
}

.store-source-note p {
  margin: 0;
  color: var(--store-muted);
  font-size: 13px;
}

.store-calc-position {
  padding: 22px;
  margin-bottom: 14px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.store-calc-position__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.store-calc-position__head h3 {
  margin: 0;
  font-size: 18px;
}

.store-calc-position__head button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  color: var(--store-ink);
  background: #fff;
  font-size: 24px;
  cursor: pointer;
}

.store-calc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.store-calc-breakdown,
.store-calculator__summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.store-calc-breakdown div,
.store-calculator__summary dl div {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--store-line);
}

.store-calc-breakdown dt,
.store-calculator__summary dt {
  color: var(--store-muted);
  font-size: 12px;
}

.store-calc-breakdown dd,
.store-calculator__summary dd {
  margin: 0;
  font-weight: 800;
}

.store-calc-extras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  margin: 22px 0;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.store-calc-extras legend {
  padding: 0 8px;
  font-weight: 800;
}

.store-calc-extras label {
  min-height: 44px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.store-calc-extras input {
  width: 20px;
  height: 20px;
}

.store-calc-extras small {
  display: block;
  color: var(--store-muted);
}

.store-calculator__summary {
  position: sticky;
  top: 94px;
  padding: 24px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.store-calculator__summary > strong {
  display: block;
  margin: 12px 0;
  font-size: 34px;
}

.store-calculator__summary dl {
  grid-template-columns: 1fr;
}

.store-calculator__summary p {
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.5;
}

.store-calculator__summary .store-btn {
  width: 100%;
  margin-top: 8px;
}

.store-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.store-portfolio-item {
  aspect-ratio: 4 / 3;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
}

.store-portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-footer {
  margin-top: 12px;
  background: var(--ref-soft);
}

.store-cart-drawer,
.store-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  background: rgba(22, 25, 34, .52);
}

.store-cart-drawer[hidden],
.store-lightbox[hidden] {
  display: none;
}

.store-cart-panel {
  width: min(100%, 540px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-self: end;
  padding: 24px;
  background: #fff;
  box-shadow: -20px 0 50px rgba(0, 0, 0, .14);
  overflow-y: auto;
}

.store-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--store-line);
}

.store-cart-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
}

.store-cart-close,
.store-lightbox-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  color: var(--store-ink);
  background: #fff;
  font-size: 25px;
  cursor: pointer;
}

.store-cart-items {
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.store-cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--store-line);
}

.store-cart-item img,
.store-cart-item__media {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: var(--store-soft);
  object-fit: contain;
}

.store-cart-item h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.3;
}

.store-cart-item p {
  margin: 0;
  color: var(--store-muted);
  font-size: 11px;
  line-height: 1.45;
}

.store-cart-item__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
}

.store-cart-item__controls button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--store-line);
  border-radius: 5px;
  color: var(--store-ink);
  background: #fff;
  cursor: pointer;
}

.store-cart-item__controls input {
  width: 52px;
  height: 36px;
  border: 1px solid var(--store-line);
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.store-cart-item__config {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.store-cart-item__config label {
  min-width: 0;
  display: grid;
  gap: 4px;
  color: var(--store-muted);
  font-size: 11px;
}

.store-cart-item__config select,
.store-cart-item__config input {
  width: 100%;
  min-width: 0;
  height: 38px;
  border: 1px solid var(--store-line);
  border-radius: 5px;
  padding: 0 8px;
  color: var(--store-ink);
  background: #fff;
  font-size: 16px;
}

@media (max-width: 430px) {
  .store-cart-item__config {
    grid-template-columns: 1fr;
  }
}

.store-cart-remove {
  width: 36px;
  height: 36px;
  border: 0;
  color: #8b2525;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.store-cart-totals {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
}

.store-cart-totals div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.store-cart-totals span {
  color: var(--store-muted);
  font-size: 13px;
}

.store-cart-totals strong {
  text-align: right;
}

.store-cart-form {
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.store-cart-form label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
}

.store-cart-form input,
.store-cart-form select,
.store-cart-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  font-size: 16px;
}

.store-cart-form textarea {
  min-height: 82px;
}

.store-cart-empty {
  padding: 28px 0;
  color: var(--store-muted);
  text-align: center;
}

.store-toast {
  position: fixed;
  z-index: 130;
  right: 18px;
  bottom: 18px;
  max-width: min(390px, calc(100% - 36px));
  padding: 14px 18px;
  border-radius: 6px;
  color: #fff;
  background: var(--store-green);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  font-size: 14px;
}

.store-lightbox {
  place-items: center;
  padding: 20px;
}

.store-lightbox figure {
  width: min(1100px, 100%);
  height: min(82vh, 820px);
  display: grid;
  place-items: center;
  margin: 0;
}

.store-lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.store-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
}

.store-lock-scroll {
  overflow: hidden !important;
}

@media (max-width: 1120px) {
  .store-desktop-nav {
    display: none;
  }

  .store-product-grid,
  .store-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-product-grid--compact,
  .store-service-grid--compact,
  .store-portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .store-calc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 921px) and (max-width: 1120px) {
  .store-desktop-nav {
    display: flex;
    gap: 14px;
  }

  .store-desktop-nav a {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .store-main {
    width: min(calc(100% - 28px), 1260px);
    padding-top: 16px;
  }

  .store-page-title,
  .store-catalog-hero {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .store-page-title h1,
  .store-catalog-hero h1 {
    font-size: 48px;
  }

  .store-directions {
    grid-template-columns: 1fr;
  }

  .store-catalog-layout {
    display: block;
  }

  .store-filter-open {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    margin-bottom: 14px;
    border: 1px solid var(--store-line);
    border-radius: 7px;
    color: var(--store-ink);
    background: #fff;
    font-weight: 700;
  }

  .store-filters {
    position: fixed;
    z-index: 90;
    inset: 0 0 0 auto;
    width: min(390px, 100%);
    height: 100%;
    align-content: start;
    padding: 20px;
    border: 0;
    border-radius: 0;
    box-shadow: -20px 0 50px rgba(0, 0, 0, .16);
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform .2s ease;
  }

  .store-filters.is-open {
    transform: none;
  }

  .store-filter-head button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--store-line);
    border-radius: 6px;
    color: var(--store-ink);
    background: #fff;
    font-size: 24px;
  }

  .store-product-hero,
  .store-service-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .store-product-gallery__main,
  .store-service-hero figure {
    min-height: 420px;
  }

  .store-product-summary h1,
  .store-service-hero h1 {
    font-size: 44px;
  }

  .store-product-tabs {
    top: 60px;
  }

  .store-lead-band {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px;
  }

  .store-service-links,
  .store-service-scope > div:last-child,
  .store-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-calculator {
    grid-template-columns: 1fr;
  }

  .store-calculator__summary {
    position: static;
  }
}

/* WZ Market interior showroom: shared visual language of the approved home page. */
.store-page {
  --showroom-radius: 18px;
  --showroom-radius-hero: 24px;
  --showroom-shadow: 0 12px 34px rgba(26, 25, 22, .06);
  --showroom-shadow-strong: 0 18px 42px rgba(26, 25, 22, .09);
}

.store-page .store-main {
  padding-top: 22px;
}

.store-page .store-btn {
  min-height: 52px;
  border-radius: 999px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 600;
}

.store-page .store-btn--gold {
  border-color: transparent;
  color: #fff !important;
  background: linear-gradient(135deg, #d4b07b, #bd8e55);
  box-shadow: 0 12px 26px rgba(176, 130, 72, .22);
}

.store-page .store-btn--gold:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #cfa871, #b98248);
}

.store-page .store-btn--light {
  border-color: rgba(31, 34, 41, .2);
  background: rgba(255, 255, 255, .86);
}

.store-page-title,
.store-catalog-hero {
  position: relative;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 50px 48px;
  border-radius: var(--showroom-radius-hero);
  background: #fbfaf7;
  box-shadow: var(--showroom-shadow);
}

.store-page-title::after,
.store-catalog-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: 42%;
  background: #f7f4ee url("/assets/redesign/private-ref/hero-right.webp") center / cover no-repeat;
  pointer-events: none;
}

.store-page-title > div,
.store-catalog-hero > div {
  max-width: 62%;
}

.store-page-title h1,
.store-catalog-hero h1 {
  margin: 10px 0 16px;
  font-size: clamp(48px, 4.2vw, 64px);
  font-weight: 500;
  line-height: .98;
}

.store-page-title p,
.store-catalog-hero p {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.55;
}

.store-page-title > .store-btn,
.store-catalog-hero > .store-btn {
  position: relative;
  z-index: 1;
  margin-top: 26px;
}

.store-catalog-hero form {
  width: min(100%, 720px);
  margin-top: 26px;
}

.store-catalog-hero input,
.store-page input,
.store-page select,
.store-page textarea {
  border-radius: 10px;
}

.store-category-hero {
  border-radius: var(--showroom-radius-hero);
  box-shadow: var(--showroom-shadow);
}

.store-category-hero__copy {
  padding: 48px;
}

.store-category-hero h1 {
  font-size: clamp(48px, 4.2vw, 64px);
  font-weight: 500;
}

.store-category-hero__actions .store-btn {
  min-height: 52px;
}

.store-category-nav,
.store-product-tabs {
  border-radius: var(--showroom-radius);
  padding: 10px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--showroom-shadow);
}

.store-category-nav a,
.store-product-tabs a {
  border-radius: 999px;
  padding-inline: 18px;
}

.store-category-nav a.is-active,
.store-product-tabs a:hover {
  border-color: #d5a765;
  background: #f1d7ad;
}

.store-directions {
  gap: 20px;
}

.store-direction {
  min-height: 330px;
  border-radius: var(--showroom-radius);
  background: #fbfaf7;
  box-shadow: var(--showroom-shadow);
}

.store-direction > div {
  padding: 36px 32px;
}

.store-direction h2 {
  margin: 8px 0 14px;
  font-family: Inter, Montserrat, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
}

.store-direction p {
  font-size: 15px;
  line-height: 1.55;
}

.store-series-strip {
  padding-block: 42px;
}

.store-series-strip > div {
  gap: 14px;
}

.store-series-chip,
.store-category-main .store-series-chip {
  min-height: 94px;
  border-radius: var(--showroom-radius);
  padding: 18px 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 25, 22, .045);
}

.store-series-chip strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.store-catalog-layout {
  gap: 28px;
  padding-top: 34px;
}

.store-filters {
  border-radius: var(--showroom-radius);
  padding: 22px;
  background: #fff;
  box-shadow: var(--showroom-shadow);
}

.store-listing__head {
  min-height: 62px;
  margin-bottom: 20px;
}

.store-product-grid {
  gap: 20px;
}

.store-product-card {
  border-radius: var(--showroom-radius);
  background: #fff;
  box-shadow: var(--showroom-shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.store-product-card:hover {
  box-shadow: var(--showroom-shadow-strong);
  transform: translateY(-2px);
}

.store-product-card__media {
  min-height: 250px;
  aspect-ratio: 4 / 3;
  padding: 14px;
  background: #faf9f6;
}

.store-product-card__media img {
  border-radius: 10px;
  object-fit: cover;
}

.store-product-card__body {
  min-height: 205px;
  padding: 16px 20px 20px;
}

.store-product-card .store-eyebrow {
  width: fit-content;
  border: 1px solid rgba(200, 160, 107, .72);
  border-radius: 999px;
  padding: 4px 9px;
  background: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

.store-product-card h3 {
  margin: 9px 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.store-product-card__bottom {
  grid-template-columns: minmax(0, 1fr) 52px;
  padding-top: 16px;
}

.store-product-card__bottom strong {
  font-size: 22px;
}

.store-icon-link {
  width: 52px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(135deg, #d4b07b, #bd8e55);
  box-shadow: 0 8px 18px rgba(176, 130, 72, .18);
  font-size: 22px;
}

.store-media-missing {
  min-height: 250px;
  background: #f4f0e8;
}

.store-pagination button {
  border-radius: 999px;
}

.store-product-hero,
.store-service-hero {
  gap: 40px;
  padding: 24px 0 54px;
}

.store-product-gallery__main,
.store-service-hero figure {
  min-height: 560px;
  border-radius: var(--showroom-radius-hero);
  padding: 24px;
  background: #fff;
  box-shadow: var(--showroom-shadow);
}

.store-product-gallery__main img,
.store-service-hero figure img {
  border-radius: 12px;
}

.store-product-summary h1,
.store-service-hero h1 {
  font-size: clamp(46px, 4vw, 60px);
  font-weight: 500;
  line-height: .98;
}

.store-product-price {
  padding: 22px 0;
}

.store-product-price strong,
.store-service-hero > div > strong {
  font-size: 34px;
}

.store-decor-picker a,
.store-decor-picker span {
  border-radius: 999px;
  padding-inline: 15px;
}

.store-table-wrap,
.store-source-note,
.store-calc-position,
.store-calculator__summary,
.store-lead-band,
.store-callout,
.store-empty {
  border-radius: var(--showroom-radius);
  box-shadow: var(--showroom-shadow);
}

.store-lead-band {
  padding: 46px;
  background: #fff;
}

.store-service-grid {
  gap: 20px;
}

.store-service-card {
  border-radius: var(--showroom-radius);
  box-shadow: var(--showroom-shadow);
}

.store-service-card__media {
  aspect-ratio: 4 / 3;
  padding: 12px;
  background: #faf9f6;
}

.store-service-card__media img {
  border-radius: 10px;
}

.store-service-card > div {
  min-height: 225px;
  padding: 20px;
}

.store-service-card h3 {
  font-size: 20px;
  font-weight: 500;
}

.store-process li,
.store-service-scope article {
  border: 1px solid var(--store-line);
  border-top: 2px solid var(--store-gold);
  border-radius: var(--showroom-radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 25, 22, .045);
}

.store-portfolio-item,
.store-portfolio-item img {
  border-radius: var(--showroom-radius);
}

.store-faq details {
  border-radius: var(--showroom-radius);
  background: #fff;
}

@media (max-width: 900px) {
  .store-page-title,
  .store-catalog-hero {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 24px;
    border-radius: 16px;
  }

  .store-page-title::after,
  .store-catalog-hero::after {
    width: 44%;
    opacity: .58;
  }

  .store-page-title > div,
  .store-catalog-hero > div {
    position: relative;
    z-index: 1;
    max-width: 72%;
  }

  .store-page-title h1,
  .store-catalog-hero h1 {
    font-size: 44px;
  }

  .store-directions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .store-direction {
    position: relative;
    min-height: 205px;
    display: block;
  }

  .store-direction img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64%;
    height: 54%;
    object-fit: cover;
  }

  .store-direction > div {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 16px 14px;
  }

  .store-direction h2 {
    max-width: 100%;
    margin: 5px 0 8px;
    font-size: 20px;
  }

  .store-direction p {
    max-width: 76%;
    font-size: 11px;
    line-height: 1.35;
  }

  .store-direction b {
    margin-top: auto;
  }

  .store-product-grid,
  .store-product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .store-product-card {
    display: flex;
    flex-direction: column;
  }

  .store-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / .82;
    padding: 8px;
  }

  .store-product-card__body {
    min-height: 190px;
    padding: 11px 12px 13px;
  }

  .store-product-card h3 {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.25;
  }

  .store-product-card p {
    font-size: 11px;
  }

  .store-product-card__bottom {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 6px;
    min-height: 44px;
    padding-top: 10px;
  }

  .store-product-card__bottom strong {
    font-size: 16px;
  }

  .store-icon-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .store-product-hero,
  .store-service-hero {
    gap: 24px;
  }

  .store-product-gallery__main,
  .store-service-hero figure {
    min-height: 380px;
    border-radius: 16px;
    padding: 16px;
  }

  .store-product-summary h1,
  .store-service-hero h1 {
    font-size: 44px;
  }

  .store-lead-band {
    padding: 28px 22px;
    border-radius: 16px;
  }
}

@media (max-width: 430px) {
  .store-page-title,
  .store-catalog-hero {
    min-height: 305px;
    padding: 24px 20px;
  }

  .store-page-title > div,
  .store-catalog-hero > div {
    max-width: 76%;
  }

  .store-page-title h1,
  .store-catalog-hero h1 {
    font-size: 38px;
  }

  .store-page-title p,
  .store-catalog-hero p {
    font-size: 13px;
    line-height: 1.45;
  }

  .store-page .store-btn {
    min-height: 44px;
    padding: 9px 15px;
    font-size: 12px;
  }

  .store-category-hero__copy {
    padding: 24px 10px 24px 20px;
  }

  .store-category-hero h1 {
    font-size: 34px;
  }

  .store-series-chip,
  .store-category-main .store-series-chip {
    min-height: 78px;
    padding: 12px;
  }

  .store-series-chip strong {
    font-size: 14px;
  }

  .store-product-card {
    grid-template-columns: none;
  }

  .store-product-card .store-eyebrow {
    padding: 3px 7px;
    font-size: 8px;
  }

  .store-product-gallery__main,
  .store-service-hero figure {
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  .store-main {
    width: min(calc(100% - 20px), 1260px);
    padding-bottom: 38px;
  }

  .store-breadcrumbs {
    margin-bottom: 10px;
    overflow-x: auto;
  }

  .store-page-title,
  .store-catalog-hero {
    padding: 22px 18px;
  }

  .store-page-title h1,
  .store-catalog-hero h1,
  .store-product-summary h1,
  .store-service-hero h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .store-page-title p,
  .store-catalog-hero p {
    font-size: 15px;
  }

  .store-catalog-hero form {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .store-direction {
    min-height: 230px;
    grid-template-columns: 58% 42%;
  }

  .store-direction > div {
    padding: 20px;
  }

  .store-direction h2 {
    font-size: 30px;
  }

  .store-direction p {
    font-size: 12px;
  }

  .store-series-strip h2,
  .store-section-head h2,
  .store-lead-band h2 {
    font-size: 34px;
  }

  .store-product-grid,
  .store-product-grid--compact,
  .store-service-grid,
  .store-service-grid--compact {
    grid-template-columns: 1fr;
  }

  .store-product-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .store-product-card__media {
    min-height: 100%;
    aspect-ratio: auto;
    padding: 10px;
  }

  .store-product-card__body {
    min-height: 215px;
    padding: 15px;
  }

  .store-product-card h3 {
    font-size: 15px;
  }

  .store-product-card__bottom strong {
    font-size: 15px;
  }

  .store-listing__head {
    align-items: stretch;
    flex-direction: column;
  }

  .store-listing__head label {
    grid-template-columns: 1fr;
  }

  .store-product-gallery__main,
  .store-service-hero figure {
    min-height: 320px;
    padding: 16px;
  }

  .store-config-grid,
  .store-form-grid,
  .store-calc-grid {
    grid-template-columns: 1fr;
  }

  .store-config-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-config-total output {
    text-align: left;
  }

  .store-product-tabs {
    margin-inline: -4px;
  }

  .store-specs dl {
    grid-template-columns: 1fr;
  }

  .store-specs dl > div {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  }

  .store-service-links,
  .store-service-scope > div:last-child,
  .store-process ol {
    grid-template-columns: 1fr;
  }

  .store-lead-band {
    padding: 22px 18px;
  }

  .store-form-wide {
    grid-column: auto;
  }

  .store-calc-breakdown {
    grid-template-columns: 1fr;
  }

  .store-calc-extras {
    grid-template-columns: 1fr;
  }

  .store-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-cart-panel {
    padding: 18px 14px;
  }

  .store-cart-item {
    grid-template-columns: 62px minmax(0, 1fr) 36px;
  }

  .store-cart-item img,
  .store-cart-item__media {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 430px) {
  .store-page .ref-header__actions {
    gap: 8px;
  }

  .store-category-nav {
    margin-inline: -2px;
  }

  .store-direction {
    min-height: 220px;
  }

  .store-direction > div {
    padding: 16px;
  }

  .store-direction h2 {
    font-size: 27px;
  }

  .store-product-card {
    grid-template-columns: 40% 60%;
  }

  .store-product-card__body {
    padding: 13px;
  }

  .store-cart-item__controls button {
    width: 40px;
    height: 40px;
  }
}

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

/* Shared header and cart controls keep a stable accessible hit area. */
.ref-header__actions .ref-search button,
.ref-header__actions .ref-cart,
.ref-header__actions .ref-icon-btn.burger {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
}

.ref-search {
  position: relative;
}

.ref-search input[type="search"] {
  width: 0;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  font-size: 16px;
  transition: width .18s ease, opacity .18s ease, padding .18s ease;
}

.ref-search.is-open input[type="search"] {
  width: min(240px, 28vw);
  padding: 0 13px;
  border-color: #cfc8bd;
  background: #fff;
  opacity: 1;
  pointer-events: auto;
}

.store-cart-item__controls button,
.store-cart-item__controls input,
.store-cart-remove {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 620px) {
  .ref-search.is-open input[type="search"] {
    position: fixed;
    z-index: 95;
    top: 64px;
    left: 10px;
    width: calc(100vw - 20px);
    box-shadow: 0 10px 28px rgba(22, 25, 34, .16);
  }

  .store-toast {
    top: 72px;
    right: 12px;
    bottom: auto;
    max-width: calc(100% - 24px);
  }
}

/* Category landing pages follow the approved WZ Market / VSN composition. */
.store-category-hero {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  margin-bottom: 18px;
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: #fbfaf7;
  overflow: hidden;
}

.store-category-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 48px;
}

.store-category-hero h1 {
  max-width: 720px;
  margin: 8px 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 60px;
  font-weight: 600;
  line-height: .96;
}

.store-category-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--store-muted);
  font-size: 17px;
  line-height: 1.55;
}

.store-category-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.store-category-hero__media {
  min-width: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 28px 34px 28px 0;
  background: #fff;
}

.store-category-hero__media img {
  width: 100%;
  height: 100%;
  max-height: 275px;
  display: block;
  object-fit: contain;
}

.store-category-main .store-category-nav {
  padding: 10px;
  border-radius: 14px;
}

.store-category-main .store-category-nav a {
  justify-content: center;
  border-radius: 8px;
}

.store-category-main .store-series-strip {
  padding-top: 32px;
}

.store-category-main .store-series-strip > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  overflow: visible;
}

.store-category-main .store-series-chip {
  min-width: 0;
  min-height: 82px;
  flex: initial;
  border-radius: 8px;
  padding: 15px 16px;
  background: #fff;
}

.store-category-main .store-series-chip strong {
  overflow-wrap: anywhere;
}

.store-category-main .store-catalog-layout {
  scroll-margin-top: 20px;
}

@media (max-width: 760px) {
  .store-category-hero {
    min-height: 292px;
    grid-template-columns: minmax(0, 1.35fr) minmax(105px, .65fr);
    border-radius: 12px;
  }

  .store-category-hero__copy {
    padding: 24px 10px 24px 20px;
  }

  .store-category-hero h1 {
    margin: 6px 0 10px;
    font-size: 38px;
    line-height: .96;
  }

  .store-category-hero p {
    font-size: 13px;
    line-height: 1.45;
  }

  .store-category-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-top: 18px;
  }

  .store-category-hero__actions .store-btn {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .store-category-hero__media {
    padding: 18px 8px 18px 0;
  }

  .store-category-main .store-category-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }

  .store-category-main .store-category-nav a {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .store-category-main .store-category-nav a:last-child {
    grid-column: 1 / -1;
  }

  .store-category-main .store-series-strip h2 {
    font-size: 36px;
  }

  .store-category-main .store-series-strip > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .store-category-main .store-series-chip {
    min-height: 76px;
    padding: 12px;
  }
}

/* Podokonniki category: approved showroom reference, 2026-07-14. */
.store-category-main--podokonniki .store-category-hero {
  min-height: 520px;
}

.store-category-main--podokonniki .store-category-hero__media {
  inset: 0;
}

.store-category-main--podokonniki .store-category-hero__media img {
  object-position: right center;
}

.store-category-main--podokonniki .store-category-hero::after {
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 39%, rgba(255,255,255,.28) 64%, rgba(255,255,255,0) 100%);
}

.store-category-main--podokonniki .store-series-strip--visual {
  padding-top: 20px;
}

.store-category-main--podokonniki .store-series-strip > .store-series-strip__head {
  display: flex;
  grid-template-columns: none;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.store-category-main--podokonniki .store-series-strip__head h2 {
  margin: 0;
}

.store-category-main--podokonniki .store-series-strip__head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--store-gold-dark);
  text-decoration: none;
}

.store-category-main--podokonniki .store-series-strip > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.store-category-main--podokonniki .store-series-chip {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 4px;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--store-line);
  border-radius: 9px;
  box-shadow: none;
  overflow: hidden;
}

.store-category-main--podokonniki .store-series-chip::before {
  content: "";
  min-height: 132px;
  display: block;
  margin: -12px -14px 10px;
  background-color: #f7f7f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.store-category-main--podokonniki .store-series-chip:nth-child(1)::before { background-image: url("/assets/store/products/549499710912-moellerld-s30-belyi-clean-touch-960.webp"); }
.store-category-main--podokonniki .store-series-chip:nth-child(2)::before { background-image: url("/assets/store/products/234171340841-moellerld-40-belyi-clean-960.webp"); }
.store-category-main--podokonniki .store-series-chip:nth-child(3)::before { background-image: url("/assets/store/products/592808505531-danke-bezhevyi-960.webp"); }
.store-category-main--podokonniki .store-series-chip:nth-child(4)::before { background-image: url("/assets/store/products/252597368571-crystallit-alpy-temn-960.webp"); }
.store-category-main--podokonniki .store-series-chip:nth-child(5)::before { background-image: url("/assets/store/products/359644741652-design-antr-960.webp"); }
.store-category-main--podokonniki .store-series-chip:nth-child(6)::before { background-image: url("/assets/store/products/596169336831-estera-shifer-960.webp"); }
.store-category-main--podokonniki .store-series-chip:nth-child(7)::before { background-image: url("/assets/store/products/327838477362-antracit-960.webp"); }

.store-category-main--podokonniki .store-series-chip[aria-current="true"] {
  border-color: var(--store-gold);
  box-shadow: inset 0 -3px 0 var(--store-gold);
}

.store-category-main--podokonniki .store-product-card .store-eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid rgba(188, 121, 40, .55);
  border-radius: 999px;
  color: #9f641d;
  background: #fffaf3;
  font-size: 10px;
  line-height: 1;
}

.store-category-main--podokonniki .store-product-card__media img {
  object-fit: contain;
}

@media (max-width: 900px) {
  .store-category-main--podokonniki {
    width: min(100% - 20px, 720px);
  }

  .store-category-main--podokonniki .store-breadcrumbs {
    padding: 12px 8px 8px;
    font-size: 12px;
  }

  .store-category-main--podokonniki .store-category-hero {
    min-height: 420px;
    border-radius: 10px;
  }

  .store-category-main--podokonniki .store-category-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 45%, rgba(255,255,255,.12) 76%, rgba(255,255,255,0) 100%);
  }

  .store-category-main--podokonniki .store-category-hero__copy {
    width: 64%;
    max-width: none;
    padding-left: 24px;
  }

  .store-category-main--podokonniki .store-category-hero h1 {
    margin-bottom: 14px;
    font-size: 48px;
  }

  .store-category-main--podokonniki .store-category-hero p {
    font-size: 16px;
    line-height: 1.45;
  }

  .store-category-main--podokonniki .store-category-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }

  .store-category-main--podokonniki .store-category-hero__actions .store-btn {
    min-height: 50px;
    padding: 0 20px;
    font-size: 15px;
  }

  .store-category-main--podokonniki .store-category-hero__media img {
    object-position: 58% center;
  }

  .store-category-main--podokonniki .store-series-strip > .store-series-strip__head {
    display: flex;
    grid-template-columns: none;
  }

  .store-category-main--podokonniki .store-series-strip__head h2 {
    font-size: 38px;
  }

  .store-category-main--podokonniki .store-series-strip__head > a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .store-category-main--podokonniki .store-series-strip > div:last-child {
    grid-template-columns: repeat(7, minmax(132px, 1fr));
    gap: 8px;
    margin: 0 -10px;
    padding: 0 10px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .store-category-main--podokonniki .store-series-chip {
    min-height: 190px;
    scroll-snap-align: start;
    padding: 10px 11px 12px;
  }

  .store-category-main--podokonniki .store-series-chip::before {
    min-height: 116px;
    margin: -10px -11px 8px;
  }

  .store-category-main--podokonniki .store-series-chip strong {
    font-size: 15px;
  }

  .store-category-main--podokonniki .store-catalog-layout {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
    padding-top: 18px;
  }

  .store-category-main--podokonniki .store-filter-open {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid var(--store-line);
    border-radius: 9px;
    background: #fff;
    font-size: 13px;
  }

  .store-category-main--podokonniki .store-listing {
    display: contents;
  }

  .store-category-main--podokonniki .store-listing__head {
    min-height: 58px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 7px 9px;
    border: 1px solid var(--store-line);
    border-radius: 9px;
    background: #fff;
  }

  .store-category-main--podokonniki .store-listing__head p {
    white-space: nowrap;
    font-size: 11px;
  }

  .store-category-main--podokonniki .store-listing__head label {
    min-width: 0;
  }

  .store-category-main--podokonniki .store-listing__head label > span {
    display: none;
  }

  .store-category-main--podokonniki .store-listing__head select {
    width: 100%;
    min-height: 42px;
    padding: 0 24px 0 8px;
    font-size: 12px;
  }

  .store-category-main--podokonniki .store-product-grid,
  .store-category-main--podokonniki .store-empty {
    grid-column: 1 / -1;
  }

  .store-category-main--podokonniki .store-product-card {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  .store-category-main--podokonniki .store-product-card__media {
    aspect-ratio: 1 / .92;
    padding: 12px;
  }

  .store-category-main--podokonniki .store-product-card__body {
    min-height: 190px;
    padding: 12px;
  }

  .store-category-main--podokonniki .store-product-card h3 {
    display: -webkit-box;
    min-height: 52px;
    margin: 8px 0 6px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .store-category-main--podokonniki .store-product-card__bottom strong {
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .store-category-main--podokonniki .store-category-hero__copy { width: 68%; padding-left: 20px; }
  .store-category-main--podokonniki .store-category-hero h1 { font-size: 44px; }
  .store-category-main--podokonniki .store-category-hero p { font-size: 14px; }
  .store-category-main--podokonniki .store-category-hero__actions .store-btn { min-height: 48px; font-size: 14px; }
  .store-category-main--podokonniki .store-series-strip__head h2 { font-size: 34px; }
  .store-category-main--podokonniki .store-series-strip__head > a { font-size: 12px; }
  .store-category-main--podokonniki .store-catalog-layout { grid-template-columns: 102px minmax(0, 1fr); }
  .store-category-main--podokonniki .store-listing__head { grid-template-columns: 64px minmax(0, 1fr); }
  .store-category-main--podokonniki .store-listing__head p { white-space: normal; }
}

@media (max-width: 390px) {
  .store-category-hero {
    grid-template-columns: minmax(0, 1.45fr) minmax(92px, .55fr);
  }

  .store-category-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  .store-category-main .store-product-card {
    content-visibility: auto;
    contain-intrinsic-size: 156px 330px;
  }

  .store-filters:not(.is-open) {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }

  .store-filters.is-open {
    display: grid;
    visibility: visible;
    pointer-events: auto;
  }
}

/* Final responsive precedence: keep the desktop showroom composition on mobile. */
.store-category-main .store-series-chip {
  min-height: 94px;
  border-radius: var(--showroom-radius);
  border-top: 2px solid rgba(200, 160, 107, .78);
  padding: 18px 20px;
  box-shadow: 0 10px 28px rgba(26, 25, 22, .05);
}

@media (max-width: 900px) {
  .store-product-grid,
  .store-product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .store-product-card {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column;
  }

  .store-product-card__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / .82;
    padding: 8px;
  }

  .store-product-card__body {
    width: 100%;
    min-height: 178px;
    padding: 11px 12px 13px;
  }

  .store-product-card h3 {
    margin: 7px 0 6px;
    font-size: 14px;
    line-height: 1.24;
  }

  .store-product-card p {
    font-size: 11px;
  }

  .store-product-card__bottom {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 6px;
    min-height: 44px;
    padding-top: 9px;
  }

  .store-product-card__bottom strong {
    font-size: 16px;
  }

  .store-icon-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .store-direction h2 {
    max-width: 100%;
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .store-category-main .store-series-chip {
    min-height: 78px;
    padding: 12px;
  }
}

@media (max-width: 430px) {
  .store-direction h2 {
    font-size: 15px;
    line-height: 1.1;
  }

  .store-direction p {
    font-size: 10px;
    line-height: 1.35;
  }

  .store-product-summary h1,
  .store-service-hero h1 {
    font-size: 36px;
  }
}

/* Category heroes use the exact composition and scale of the approved home hero. */
.store-category-hero {
  position: relative;
  isolation: isolate;
  min-height: 585px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  border: 0;
  border-radius: 24px;
  background: #f7f4ee;
  box-shadow: var(--ref-shadow);
}

.store-category-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .9) 38%, rgba(255, 255, 255, .22) 64%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.store-category-hero__copy {
  position: relative;
  z-index: 2;
  width: min(58%, 720px);
  padding: 0 0 0 66px;
}

.store-category-hero .store-eyebrow {
  display: none;
}

.store-category-hero h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-size: clamp(40px, 3.7vw, 58px);
  font-weight: 500;
  line-height: .98;
}

.store-category-hero p {
  max-width: 620px;
  color: var(--ref-muted);
  font-size: 22px;
  line-height: 1.45;
}

.store-category-hero__actions {
  gap: 22px;
  margin-top: 52px;
}

.store-category-hero__actions .store-btn {
  min-height: 66px;
  padding: 0 34px;
  font-size: 20px;
}

.store-category-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 50%;
  display: block;
  margin: 0;
  padding: 0;
  background: #f7f4ee;
}

.store-category-hero__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .store-category-hero {
    min-height: 315px;
    display: flex;
    border-radius: 10px;
  }

  .store-category-hero::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .88) 41%, rgba(255, 255, 255, .15) 69%, rgba(255, 255, 255, 0) 100%);
  }

  .store-category-hero__copy {
    width: auto;
    max-width: 235px;
    padding: 0 0 0 20px;
  }

  .store-category-hero h1 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.02;
  }

  .store-category-hero p {
    font-size: 12px;
    line-height: 1.42;
  }

  .store-category-hero__actions {
    align-items: flex-start;
    flex-direction: row;
    gap: 7px;
    margin-top: 18px;
  }

  .store-category-hero__actions .store-btn {
    min-height: 32px;
    padding: 0 11px;
    font-size: 11px;
  }

  .store-category-hero__media {
    inset: 0;
    padding: 0;
  }
}

/* Image-less category and index headers keep the same home-hero rhythm. */
.store-page-title,
.store-catalog-hero {
  min-height: 585px;
  justify-content: center;
  padding: 0 66px;
  border-radius: 24px;
}

.store-page-title::after,
.store-catalog-hero::after {
  inset: 0;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .9) 38%, rgba(255, 255, 255, .22) 64%, rgba(255, 255, 255, 0) 100%),
    url("/assets/redesign/private-ref/hero-right.webp") right center / auto 100% no-repeat,
    #f7f4ee;
}

.store-page-title > div,
.store-catalog-hero > div {
  max-width: 640px;
}

.store-page-title .store-eyebrow,
.store-catalog-hero .store-eyebrow {
  display: none;
}

.store-page-title h1,
.store-catalog-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(44px, 4.2vw, 64px);
  font-weight: 500;
  line-height: .98;
}

.store-page-title p,
.store-catalog-hero p {
  max-width: 620px;
  font-size: 22px;
  line-height: 1.45;
}

.store-page-title > .store-btn,
.store-catalog-hero > .store-btn {
  align-self: flex-start;
  min-height: 66px;
  margin-top: 52px;
  padding: 0 34px;
  font-size: 20px;
}

@media (max-width: 760px) {
  .store-page-title,
  .store-catalog-hero {
    min-height: 315px;
    padding: 0 0 0 20px;
    border-radius: 10px;
  }

  .store-page-title::after,
  .store-catalog-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .88) 41%, rgba(255, 255, 255, .15) 69%, rgba(255, 255, 255, 0) 100%),
      url("/assets/redesign/private-ref/hero-right.webp") right center / auto 100% no-repeat,
      #f7f4ee;
  }

  .store-page-title > div,
  .store-catalog-hero > div {
    max-width: 235px;
  }

  .store-page-title h1,
  .store-catalog-hero h1 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.02;
  }

  .store-page-title p,
  .store-catalog-hero p {
    font-size: 12px;
    line-height: 1.42;
  }

  .store-page-title > .store-btn,
  .store-catalog-hero > .store-btn {
    min-height: 32px;
    margin-top: 18px;
    padding: 0 11px;
    font-size: 11px;
  }

  .store-main > .store-category-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }

  .store-main > .store-category-nav a {
    min-width: 0;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .store-main > .store-category-nav a:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  /* Keep the filtered assortment painted during rapid mobile scrolling. */
  .store-category-main--podokonniki .store-product-card {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }
}

.store-system-page {
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 34px 0 70px;
  padding: clamp(34px, 7vw, 92px);
  border: 1px solid var(--store-line);
  border-radius: 10px;
  background: #fff;
}

.store-system-page h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  font: 500 clamp(46px, 6vw, 78px)/.95 "Cormorant Garamond", Georgia, serif;
}

.store-system-page > p {
  max-width: 680px;
  margin: 0;
  color: var(--store-muted);
  font-size: 18px;
  line-height: 1.65;
}

.store-system-page .store-config-actions {
  margin-top: 30px;
}

@media (max-width: 620px) {
  .store-system-page { min-height: 430px; margin: 18px 0 42px; padding: 30px 22px; }
  .store-system-page h1 { font-size: 44px; }
  .store-system-page > p { font-size: 15px; }
}

/* Podokonniki mobile keeps the approved desktop showroom compressed, not restacked. */
.store-category-products-title {
  margin: 28px 0 16px;
  font: 500 44px/1 "Cormorant Garamond", Georgia, serif;
}

.store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-strip > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-chip {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 4px;
  padding: 12px 14px 14px;
  border-radius: 9px;
  overflow: hidden;
}

.store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-chip__media {
  width: calc(100% + 28px);
  height: 132px;
  flex: 0 0 132px;
  display: block;
  margin: -12px -14px 10px;
  object-fit: contain;
  background: #f7f7f5;
}

@media (max-width: 760px) {
  .store-category-main--podokonniki {
    width: min(100% - 18px, 720px);
  }

  .store-category-main--podokonniki .store-breadcrumbs {
    padding: 10px 9px 7px;
    font-size: 10px;
  }

  .store-category-main--podokonniki .store-category-hero {
    min-height: 0;
    aspect-ratio: 1.96 / 1;
    margin-bottom: 14px;
    border-radius: 10px;
  }

  .store-category-main--podokonniki .store-category-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 42%, rgba(255,255,255,.34) 64%, rgba(255,255,255,0) 100%);
  }

  .store-category-main--podokonniki .store-category-hero__copy {
    width: 58%;
    max-width: none;
    padding: 0 0 0 16px;
  }

  .store-category-main--podokonniki .store-category-hero h1 {
    margin: 0 0 7px;
    font-size: 30px;
    line-height: .96;
  }

  .store-category-main--podokonniki .store-category-hero p {
    font-size: 10px;
    line-height: 1.35;
  }

  .store-category-main--podokonniki .store-category-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 14px;
  }

  .store-category-main--podokonniki .store-category-hero__actions .store-btn {
    min-height: 28px;
    padding: 0 11px;
    font-size: 10px;
  }

  .store-category-main--podokonniki .store-category-hero__media,
  .store-category-main--podokonniki .store-category-hero__media img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .store-category-main--podokonniki .store-category-hero__media img {
    object-fit: cover;
    object-position: center;
  }

  .store-category-main--podokonniki .store-category-nav {
    display: none;
  }

  .store-category-main--podokonniki .store-series-strip--visual {
    padding-top: 7px;
  }

  .store-category-main--podokonniki .store-series-strip > .store-series-strip__head {
    gap: 10px;
    margin-bottom: 9px;
  }

  .store-category-main--podokonniki .store-series-strip__head h2 {
    font-size: 28px;
  }

  .store-category-main--podokonniki .store-series-strip__head > a {
    min-height: 44px;
    font-size: 11px;
  }

  .store-category-main--podokonniki .store-series-strip > div:last-child {
    grid-template-columns: repeat(7, calc((100vw - 45px) / 4));
    gap: 6px;
    margin: 0;
    padding: 0 0 5px;
  }

  .store-category-main--podokonniki .store-series-chip {
    min-height: 0;
    height: 110px;
    padding: 6px 7px 8px;
    border-radius: 7px;
  }

  .store-category-main--podokonniki .store-series-chip::before {
    min-height: 62px;
    margin: -6px -7px 5px;
  }

  .store-category-main--podokonniki .store-series-chip strong {
    font-size: 11px;
    line-height: 1.05;
  }

  .store-category-main--podokonniki .store-series-chip span {
    font-size: 9px;
  }

  .store-category-main--podokonniki .store-catalog-layout {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0;
    padding-top: 12px;
  }

  .store-category-main--podokonniki .store-filter-open,
  .store-category-main--podokonniki .store-listing__head {
    min-height: 44px;
    border-radius: 0;
  }

  .store-category-main--podokonniki .store-filter-open {
    border-radius: 9px 0 0 9px;
    font-size: 10px;
  }

  .store-category-main--podokonniki .store-listing__head {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 4px;
    padding: 4px 6px;
    border-left: 0;
    border-radius: 0 9px 9px 0;
  }

  .store-category-main--podokonniki .store-listing__head p,
  .store-category-main--podokonniki .store-listing__head select {
    font-size: 9px;
  }

  .store-category-main--podokonniki .store-listing__head select {
    min-height: 34px;
    padding: 0 20px 0 5px;
  }

  .store-category-main--podokonniki .store-category-products-title {
    grid-column: 1 / -1;
    margin: 16px 8px 9px;
    font-size: 28px;
  }

  .store-category-main--podokonniki .store-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .store-category-main--podokonniki .store-product-card__media {
    aspect-ratio: 1 / .64;
    padding: 5px;
  }

  .store-category-main--podokonniki .store-product-card__body {
    min-height: 86px;
    padding: 7px 7px 8px;
  }

  .store-category-main--podokonniki .store-product-card .store-eyebrow {
    padding: 3px 5px;
    font-size: 7px;
  }

  .store-category-main--podokonniki .store-product-card h3 {
    min-height: 24px;
    margin: 5px 0 3px;
    font-size: 10px;
    line-height: 1.15;
    -webkit-line-clamp: 2;
  }

  .store-category-main--podokonniki .store-product-card p {
    display: none;
  }

  .store-category-main--podokonniki .store-product-card__bottom {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 3px;
    min-height: 31px;
    padding-top: 3px;
  }

  .store-category-main--podokonniki .store-product-card__bottom strong {
    font-size: 12px;
    line-height: 1.1;
  }

  .store-category-main--podokonniki .store-product-card__bottom strong span {
    display: block;
    font-size: 8px;
  }

  .store-category-main--podokonniki .store-icon-link {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
  }
}

/* The slopes and accessories category pages use the same compressed showroom. */
@media (max-width: 760px) {
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) {
    width: min(100% - 18px, 720px);
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-breadcrumbs {
    padding: 10px 9px 7px;
    font-size: 10px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero {
    min-height: 0;
    aspect-ratio: 1.96 / 1;
    margin-bottom: 14px;
    border-radius: 10px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 42%, rgba(255,255,255,.34) 64%, rgba(255,255,255,0) 100%);
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__copy {
    width: 60%;
    max-width: none;
    padding: 0 0 0 16px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero h1 {
    margin: 0 0 7px;
    font-size: 30px;
    line-height: .96;
  }

  .store-category-main--komplektuyuschie .store-category-hero h1 {
    font-size: 24px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero p {
    font-size: 10px;
    line-height: 1.35;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 14px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__actions .store-btn {
    min-height: 28px;
    padding: 0 11px;
    font-size: 10px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__media,
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__media img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__media img {
    object-fit: cover;
    object-position: center;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-nav {
    display: none;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-strip--visual {
    padding-top: 7px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-strip > .store-series-strip__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-strip__head h2 {
    margin: 0;
    font-size: 28px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-strip__head > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--store-gold-dark);
    font-size: 11px;
    text-decoration: none;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-strip > div:last-child {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100vw - 45px) / 4);
    gap: 6px;
    margin: 0;
    padding: 0 0 5px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-chip {
    min-height: 0;
    height: 110px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 3px;
    padding: 6px 7px 8px;
    border-radius: 7px;
    overflow: hidden;
    scroll-snap-align: start;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-chip__media {
    width: calc(100% + 14px);
    height: 62px;
    flex: 0 0 62px;
    display: block;
    margin: -6px -7px 4px;
    object-fit: contain;
    background: #f7f7f5;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-chip strong {
    font-size: 10px;
    line-height: 1.05;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-series-chip span {
    font-size: 8px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-catalog-layout {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    padding-top: 12px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-filter-open,
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing__head {
    min-height: 44px;
    border-radius: 0;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-filter-open {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 7px;
    border: 1px solid var(--store-line);
    border-radius: 9px 0 0 9px;
    background: #fff;
    font-size: 10px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing {
    display: contents;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing__head {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 4px;
    align-items: center;
    padding: 4px 6px;
    border: 1px solid var(--store-line);
    border-left: 0;
    border-radius: 0 9px 9px 0;
    background: #fff;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing__head p,
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing__head select {
    font-size: 9px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing__head label > span {
    display: none;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-listing__head select {
    width: 100%;
    min-height: 34px;
    padding: 0 20px 0 5px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-products-title {
    grid-column: 1 / -1;
    margin: 16px 8px 9px;
    font-size: 28px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-grid,
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-empty,
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-pagination {
    grid-column: 1 / -1;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card__media {
    aspect-ratio: 1 / .64;
    padding: 5px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card__body {
    min-height: 86px;
    padding: 7px 7px 8px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card .store-eyebrow {
    padding: 3px 5px;
    font-size: 7px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card h3 {
    min-height: 24px;
    margin: 5px 0 3px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card p {
    display: none;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card__bottom {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 3px;
    min-height: 31px;
    padding-top: 3px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card__bottom strong {
    font-size: 12px;
    line-height: 1.1;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-product-card__bottom strong span {
    display: block;
    font-size: 8px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-icon-link {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__copy {
    width: 64%;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero h1 {
    font-size: 25px;
  }

  .store-category-main--komplektuyuschie .store-category-hero h1 {
    font-size: 20px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero p {
    font-size: 9px;
    line-height: 1.3;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__actions {
    margin-top: 9px;
  }

  .store-category-main--dense-showroom:not(.store-category-main--podokonniki) .store-category-hero__actions .store-btn {
    min-height: 26px;
  }
}
