/* 2026-07 clean luxury storefront redesign. */
:root {
  --mba-canvas: #f6f5f2;
  --mba-paper: #fffefa;
  --mba-gallery: #eeece7;
  --mba-ink: #111111;
  --mba-charcoal: #1b1d1b;
  --mba-muted: #696762;
  --mba-soft: #e9e5dc;
  --mba-line: #d9d4ca;
  --mba-line-strong: #bfb7a9;
  --mba-forest: #20362f;
  --mba-wine: #6f2634;
  --mba-gold: #a67f43;
  --mba-shadow: 0 22px 70px rgba(17, 17, 17, 0.09);
  --mba-radius: 6px;
  --font-sans: Inter, Arial, Helvetica, sans-serif;
  --font-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --ink: var(--mba-ink);
  --muted: var(--mba-muted);
  --line: var(--mba-line);
  --paper: var(--mba-canvas);
  --surface: var(--mba-paper);
  --champagne: var(--mba-gold);
  --champagne-deep: #72572c;
  --accent: var(--mba-wine);
  --soft-black: var(--mba-charcoal);
  --shadow: var(--mba-shadow);
  background: var(--mba-canvas);
  color: var(--mba-ink);
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  background: var(--mba-canvas);
  scroll-padding-top: 112px;
}

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  background: var(--mba-canvas);
  color: var(--mba-ink);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
.home-page .hero h1,
.catalog-heading h2,
.section-heading h2,
.trust-band h2,
.contact-copy h1,
.policy-page h1,
.category-heading h1,
.not-found-copy h1,
.detail-copy h1 {
  color: var(--mba-ink);
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.02;
  text-wrap: balance;
}

.announcement {
  align-items: center;
  background: var(--mba-ink);
  color: var(--mba-paper);
  display: flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: center;
  min-height: 30px;
  padding: 7px 18px;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: rgba(255, 254, 250, 0.96);
  border-bottom: 1px solid var(--mba-line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 1fr) auto minmax(118px, 1fr);
  min-height: 74px;
  padding: 0 clamp(24px, 4.6vw, 64px);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--mba-ink);
  font-family: var(--font-serif);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.brand span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  gap: clamp(18px, 2.1vw, 30px);
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar,
.collection-strip::-webkit-scrollbar,
.filters::-webkit-scrollbar {
  display: none;
}

.main-nav a,
.header-cta,
.button-primary,
.button-secondary,
.text-button,
.shortlist-toggle,
.catalog-count,
.category-actions span,
.product-badge,
.hero-card-label,
.eyebrow {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav a {
  color: #45443f;
  flex: 0 0 auto;
  padding: 10px 0;
  transition: color 160ms ease;
  white-space: nowrap;
}

.main-nav a:hover,
.site-footer a:hover,
.text-button:hover {
  color: var(--mba-wine);
}

.header-cta {
  align-items: center;
  background: var(--mba-ink);
  border: 1px solid var(--mba-ink);
  border-radius: var(--mba-radius);
  color: var(--mba-paper);
  display: inline-flex;
  justify-content: center;
  justify-self: end;
  min-height: 40px;
  padding: 0 16px;
  transition: background 160ms ease, border-color 160ms ease;
}

.header-cta:hover,
.button-primary:hover {
  background: var(--mba-forest);
  border-color: var(--mba-forest);
}

.eyebrow {
  color: var(--mba-wine);
  display: inline-flex;
  margin-bottom: 14px;
}

.home-page .hero {
  align-items: stretch;
  background: var(--mba-paper);
  border-bottom: 1px solid var(--mba-line);
  display: grid;
  gap: clamp(36px, 5vw, 78px);
  grid-template-columns: minmax(340px, 0.64fr) minmax(560px, 1.36fr);
  margin: 0 auto;
  max-width: 1600px;
  min-height: min(760px, calc(100vh - 104px));
  padding: clamp(58px, 7vw, 94px) clamp(24px, 4.6vw, 64px) clamp(46px, 6vw, 82px);
}

.hero-copy {
  align-self: center;
  min-width: 0;
}

.home-page .hero h1 {
  font-size: clamp(50px, 6.1vw, 92px);
  max-width: 610px;
}

.hero p,
.catalog-heading p,
.category-heading p,
.trust-band p,
.detail-copy p,
.contact-copy p,
.policy-page p,
.not-found-page p,
.shortlist-panel p,
.process-grid p,
.product-card p,
.advisor-note p,
.evidence-checklist small {
  color: var(--mba-muted);
  line-height: 1.7;
}

.home-page .hero p {
  font-size: 16px;
  margin-top: 22px;
  max-width: 560px;
}

.hero-kpis.hero-stats {
  border-bottom: 1px solid var(--mba-line);
  border-top: 1px solid var(--mba-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  max-width: 560px;
}

.hero-kpis.hero-stats span {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 17px 18px 16px 0;
}

.hero-kpis.hero-stats span + span {
  border-left: 1px solid var(--mba-line);
  padding-left: 18px;
}

.hero-kpis.hero-stats strong {
  color: var(--mba-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.hero-kpis.hero-stats small {
  color: var(--mba-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-actions,
.detail-actions,
.contact-routes,
.not-found-actions,
.faq-cta,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button-primary,
.button-secondary {
  align-items: center;
  border: 1px solid var(--mba-ink);
  border-radius: var(--mba-radius);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.button-primary {
  background: var(--mba-ink);
  color: var(--mba-paper);
}

.button-secondary {
  background: transparent;
  border-color: var(--mba-line-strong);
  color: var(--mba-ink);
}

.button-secondary:hover {
  background: var(--mba-ink);
  border-color: var(--mba-ink);
  color: var(--mba-paper);
}

.hero-gallery.hero-editorial-gallery {
  align-self: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.45fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.hero-feature-card {
  background: var(--mba-gallery);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  color: var(--mba-ink);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-feature-card:hover {
  border-color: var(--mba-line-strong);
  box-shadow: var(--mba-shadow);
  transform: translateY(-2px);
}

.hero-feature-main {
  grid-row: 1 / span 2;
  min-height: 620px;
}

.hero-feature-side {
  min-height: 302px;
}

.hero-product-media {
  align-items: center;
  background: linear-gradient(180deg, #f7f6f2 0%, #ece9e2 100%);
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.hero-feature-main .hero-product-media {
  height: 100%;
}

.hero-feature-side .hero-product-media {
  height: 216px;
}

.hero-product-media img {
  height: 100%;
  object-fit: contain;
  transform: scale(0.92);
  width: 100%;
}

.hero-feature-side .hero-product-media img {
  transform: scale(0.9);
}

.hero-product-caption {
  align-items: end;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid var(--mba-line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 104px;
  padding: 18px;
}

.hero-feature-side .hero-product-caption {
  align-items: start;
  grid-template-columns: 1fr;
  min-height: 86px;
  padding: 14px;
}

.hero-product-caption > span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.hero-product-caption > span:last-child {
  text-align: right;
}

.hero-feature-side .hero-product-caption > span:last-child {
  text-align: left;
}

.hero-product-caption small {
  color: var(--mba-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.hero-product-caption strong {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
}

.hero-feature-side .hero-product-caption strong {
  font-size: 16px;
}

.hero-product-caption em,
.hero-product-caption b {
  color: var(--mba-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.2;
}

.hero-product-caption b {
  color: var(--mba-ink);
  font-weight: 800;
}

.collection-strip {
  background: var(--mba-paper);
  border-bottom: 1px solid var(--mba-line);
  display: flex;
  gap: 10px;
  margin: 0 auto;
  max-width: 1600px;
  overflow-x: auto;
  padding: 18px clamp(24px, 4.6vw, 64px);
  scrollbar-width: none;
}

.collection-strip a {
  align-items: center;
  border: 1px solid var(--mba-line);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  transition: background 160ms ease, border-color 160ms ease;
}

.collection-strip a:hover,
.marketing-collections a:hover,
.designer-directory a:hover {
  background: #ffffff;
  border-color: var(--mba-line-strong);
}

.collection-strip span,
.marketing-collections span,
.designer-directory span {
  color: var(--mba-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.08;
}

.collection-strip small,
.marketing-collections small,
.designer-directory small {
  color: var(--mba-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-shell,
.process-section,
.trust-band,
.related-section,
.category-page,
.detail-shell,
.contact-page,
.policy-page {
  padding-left: clamp(24px, 4.6vw, 64px);
  padding-right: clamp(24px, 4.6vw, 64px);
}

.catalog-shell {
  background: var(--mba-canvas);
  margin: 0 auto;
  max-width: 1600px;
  padding-bottom: 96px;
  padding-top: 68px;
}

.catalog-heading,
.section-heading,
.category-heading {
  align-items: end;
  border-bottom: 1px solid var(--mba-line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 22px;
  padding-bottom: 24px;
}

.catalog-heading h2,
.trust-band h2,
.section-heading h2,
.contact-copy h1,
.policy-page h1,
.category-heading h1,
.not-found-copy h1 {
  font-size: clamp(36px, 4.4vw, 58px);
}

.catalog-heading p,
.category-heading p {
  margin-top: 12px;
  max-width: 690px;
}

.catalog-count,
.category-actions span {
  align-items: center;
  border: 1px solid var(--mba-line);
  border-radius: 999px;
  display: inline-flex;
  min-height: 36px;
  padding: 0 13px;
  white-space: nowrap;
}

.catalog-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.filter-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
  position: relative;
}

.catalog-filter-toggle {
  border: 0;
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  top: 0;
  width: 1px;
}

.mobile-filter-summary {
  display: none;
}

.filters {
  align-items: end;
  background: rgba(255, 254, 250, 0.82);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(250px, 1.4fr) repeat(4, minmax(142px, 1fr)) auto;
  padding: 14px;
}

.filter-block {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.filter-block label,
.catalog-toolbar label,
.inquiry-form label,
.evidence-options legend {
  color: var(--mba-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #ffffff;
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  color: var(--mba-ink);
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

textarea {
  line-height: 1.55;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--mba-gold);
  outline-offset: 3px;
}

.text-button {
  background: none;
  border: 0;
  color: var(--mba-ink);
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.filters .text-button {
  background: var(--mba-ink);
  border: 1px solid var(--mba-ink);
  border-radius: var(--mba-radius);
  color: var(--mba-paper);
  min-height: 42px;
  padding: 0 14px;
  text-align: center;
  white-space: nowrap;
}

.catalog-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--mba-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

.catalog-toolbar > span {
  color: var(--mba-muted);
  font-size: 12px;
  font-weight: 700;
}

.catalog-toolbar-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  min-width: 0;
}

.catalog-toolbar label {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: auto minmax(168px, 1fr);
}

.catalog-toolbar select {
  min-height: 40px;
  min-width: 0;
}

.catalog-toolbar-actions .button-secondary,
.catalog-toolbar-actions button.button-secondary {
  background: transparent;
  min-height: 40px;
  padding: 0 14px;
}

.catalog-toolbar-actions .button-secondary:hover {
  background: var(--mba-ink);
}

.catalog-inquiry-status {
  color: var(--mba-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: -12px 0 18px;
  min-height: 18px;
}

.product-grid,
.compact-grid {
  display: grid;
  gap: 34px 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: visible;
  transition: transform 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
}

.product-card[hidden],
.shortlist-shell[hidden],
.shortlist-panel[hidden] {
  display: none;
}

.product-media {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, #fbfaf7 0%, #efede7 100%);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.photo-frame {
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}

.photo-frame img,
.product-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  transform: scale(0.92);
  transition: transform 320ms ease;
  width: 100%;
}

.product-card:hover .product-media img {
  transform: scale(0.96);
}

.product-badge {
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  color: var(--mba-ink);
  left: 10px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  padding: 7px 10px;
  position: absolute;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
  z-index: 2;
}

.product-card-copy,
.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 13px 0 0;
}

.product-card-meta,
.product-card-kicker,
.detail-meta {
  color: var(--mba-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  font-weight: 800;
  gap: 7px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-card-meta span + span::before,
.product-card-kicker span + span::before,
.detail-meta span + span::before {
  color: var(--mba-line-strong);
  content: "/";
  margin-right: 7px;
}

.product-card h2 {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.18;
}

.product-card h2 a:hover {
  color: var(--mba-forest);
}

.product-card p {
  display: -webkit-box;
  font-size: 12px;
  min-height: 38px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card-decision {
  border-bottom: 1px solid var(--mba-line);
  border-top: 1px solid var(--mba-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2px 0 0;
}

.product-card-decision div {
  min-width: 0;
  padding: 8px 8px 8px 0;
}

.product-card-decision div + div {
  border-left: 1px solid var(--mba-line);
  padding-left: 10px;
}

.product-card-decision dt {
  color: var(--mba-muted);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.product-card-decision dd {
  color: var(--mba-ink);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.product-card-facts {
  color: var(--mba-muted);
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-card-facts li {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.product-card-bottom,
.product-card-actions {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
}

.product-card-bottom strong {
  color: var(--mba-ink);
  font-size: 15px;
  font-weight: 800;
}

.shortlist-toggle {
  background: transparent;
  border: 1px solid var(--mba-line-strong);
  border-radius: var(--mba-radius);
  color: var(--mba-ink);
  cursor: pointer;
  min-height: 32px;
  padding: 0 10px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.shortlist-toggle:hover,
.shortlist-toggle.is-saved {
  background: var(--mba-ink);
  border-color: var(--mba-ink);
  color: var(--mba-paper);
}

.product-card-bottom a {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid var(--mba-line-strong);
  color: var(--mba-ink);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-content: flex-start;
  min-height: 30px;
  padding: 0 0 4px;
  text-transform: uppercase;
  transition: color 160ms ease, border-color 160ms ease;
  width: fit-content;
}

.product-card-bottom a:hover {
  border-color: var(--mba-ink);
  color: var(--mba-wine);
}

.empty-state {
  background: var(--mba-paper);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  margin-bottom: 24px;
  padding: 24px;
}

.marketing-collections {
  background: var(--mba-paper);
  border-top: 1px solid var(--mba-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 clamp(24px, 4.6vw, 64px);
}

.marketing-collections a {
  border-left: 1px solid var(--mba-line);
  display: grid;
  gap: 7px;
  min-height: 100px;
  padding: 22px;
}

.marketing-collections a:last-child {
  border-right: 1px solid var(--mba-line);
}

.process-section {
  background: var(--mba-paper);
  border-top: 1px solid var(--mba-line);
  padding-bottom: 78px;
  padding-top: 78px;
}

.section-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
}

.process-grid {
  border-top: 1px solid var(--mba-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1380px;
}

.process-grid article {
  background: var(--mba-paper);
  min-width: 0;
  padding: 24px;
}

.process-grid article + article {
  border-left: 1px solid var(--mba-line);
}

.process-grid span {
  color: var(--mba-wine);
  font-size: 10px;
  font-weight: 800;
}

.process-grid h3 {
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.12;
  margin-top: 12px;
}

.process-grid p {
  margin-top: 12px;
}

.trust-band {
  background: var(--mba-charcoal);
  color: var(--mba-paper);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  padding-bottom: 84px;
  padding-top: 84px;
}

.trust-band h2 {
  color: var(--mba-paper);
}

.trust-band p {
  color: rgba(255, 254, 250, 0.72);
}

.trust-grid {
  border-top: 1px solid rgba(255, 254, 250, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid article {
  padding: 24px;
}

.trust-grid article + article {
  border-left: 1px solid rgba(255, 254, 250, 0.18);
}

.trust-grid strong {
  color: var(--mba-paper);
}

.designer-directory {
  border-top: 1px solid rgba(255, 254, 250, 0.18);
  display: grid;
  gap: 1px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4px;
}

.designer-directory a {
  background: rgba(255, 254, 250, 0.07);
  color: var(--mba-paper);
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px;
}

.designer-directory small {
  color: rgba(255, 254, 250, 0.64);
}

.category-page,
.detail-shell,
.contact-page,
.policy-page,
.related-section {
  background: var(--mba-canvas);
  margin: 0 auto;
  max-width: 1600px;
}

.category-page {
  padding-bottom: 88px;
  padding-top: 52px;
}

.breadcrumb {
  color: var(--mba-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 24px;
}

.breadcrumb a,
.detail-specs a,
.detail-meta a {
  border-bottom: 1px solid currentColor;
}

.category-actions {
  align-items: flex-end;
  display: grid;
  gap: 12px;
  justify-items: end;
}

.detail-shell {
  padding-bottom: 92px;
  padding-top: 34px;
}

.detail-layout {
  display: grid;
  gap: clamp(38px, 5vw, 82px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
}

.detail-gallery {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.detail-main-visual {
  background: linear-gradient(180deg, #fbfaf7 0%, #eeece7 100%);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  min-height: 690px;
  overflow: hidden;
}

.detail-main-visual .photo-frame {
  min-height: 690px;
}

.detail-main-visual img,
.detail-thumbs img {
  object-fit: contain;
  transform: scale(0.92);
}

.detail-thumbs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-thumbs div {
  background: linear-gradient(180deg, #fbfaf7 0%, #eeece7 100%);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  display: grid;
  min-height: 130px;
  overflow: hidden;
  position: relative;
}

.detail-thumbs .photo-frame {
  min-height: 130px;
}

.detail-thumbs span {
  background: rgba(255, 254, 250, 0.9);
  border-radius: 999px;
  bottom: 10px;
  color: var(--mba-muted);
  font-size: 9px;
  font-weight: 800;
  left: 10px;
  padding: 5px 8px;
  position: absolute;
  text-transform: uppercase;
}

.detail-copy {
  align-self: start;
  min-width: 0;
  position: sticky;
  top: 96px;
}

.detail-copy .product-badge {
  display: inline-flex;
  margin-bottom: 18px;
  position: static;
}

.detail-copy h1 {
  font-size: clamp(40px, 4vw, 58px);
  margin-top: 18px;
}

.detail-copy p {
  margin-top: 18px;
}

.detail-price {
  border-bottom: 1px solid var(--mba-line);
  border-top: 1px solid var(--mba-line);
  display: block;
  font-size: 26px;
  font-weight: 800;
  margin-top: 24px;
  padding: 16px 0;
}

.detail-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.detail-actions > * {
  min-width: 0;
}

.detail-status,
.form-status,
.mobile-product-leadbar-status {
  color: var(--mba-muted);
  line-height: 1.5;
  min-height: 20px;
  white-space: pre-wrap;
}

.evidence-checklist,
.advisor-note {
  background: rgba(255, 254, 250, 0.72);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  margin-top: 24px;
  padding: 20px;
}

.evidence-checklist h2 {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

.evidence-checklist ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.evidence-checklist li {
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 12px 1fr;
}

.evidence-checklist li span {
  background: var(--mba-wine);
  border-radius: 999px;
  display: block;
  height: 7px;
  margin-top: 8px;
  width: 7px;
}

.evidence-checklist strong,
.evidence-checklist small {
  grid-column: 2;
}

.detail-specs {
  border-top: 1px solid var(--mba-line);
  display: grid;
  margin: 24px 0 0;
}

.detail-specs div {
  border-bottom: 1px solid var(--mba-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 120px 1fr;
  padding: 13px 0;
}

.detail-specs dt {
  color: var(--mba-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-specs dd {
  margin: 0;
}

.advisor-note p {
  margin-top: 7px;
}

.related-section {
  border-top: 1px solid var(--mba-line);
  padding-bottom: 86px;
  padding-top: 68px;
}

.contact-page {
  display: grid;
  gap: clamp(38px, 6vw, 82px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  padding-bottom: 96px;
  padding-top: 88px;
}

.contact-copy {
  align-self: center;
}

.contact-copy p {
  margin-top: 18px;
  max-width: 520px;
}

.inquiry-form {
  background: rgba(255, 254, 250, 0.88);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evidence-options {
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  display: grid;
  gap: 10px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 14px;
}

.evidence-options label {
  align-items: center;
  color: var(--mba-ink);
  display: flex;
  font-size: 13px;
  gap: 8px;
  text-transform: none;
}

.evidence-options input {
  accent-color: var(--mba-ink);
  flex: 0 0 auto;
  height: 16px;
  min-height: 0;
  width: 16px;
}

.policy-page {
  max-width: 940px;
  padding-bottom: 96px;
  padding-top: 78px;
}

.policy-page p {
  margin-top: 16px;
}

.policy-page h2,
.faq-list h2,
.standards-grid h2,
.not-found-panel h2 {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
}

.policy-page h2 {
  margin-top: 34px;
}

.faq-list {
  border-top: 1px solid var(--mba-line);
  display: grid;
  margin-top: 34px;
}

.faq-list article {
  border-bottom: 1px solid var(--mba-line);
  padding: 24px 0;
}

.faq-list p,
.standards-grid p {
  margin-bottom: 0;
}

.standards-grid {
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
}

.standards-grid article {
  min-width: 0;
  padding: 24px;
}

.standards-grid article:nth-child(even) {
  border-left: 1px solid var(--mba-line);
}

.standards-grid article:nth-child(n + 3) {
  border-top: 1px solid var(--mba-line);
}

.not-found-page {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  min-height: 68vh;
  padding: 80px clamp(24px, 4.6vw, 64px);
}

.not-found-copy {
  max-width: 760px;
}

.not-found-copy p {
  margin-top: 18px;
  max-width: 620px;
}

.not-found-panel {
  background: var(--mba-charcoal);
  border-radius: var(--mba-radius);
  color: var(--mba-paper);
  display: grid;
  gap: 16px;
  padding: 34px;
}

.not-found-panel span {
  color: var(--mba-gold);
  font-size: 78px;
  font-weight: 900;
  line-height: 0.82;
}

.not-found-panel h2 {
  color: var(--mba-paper);
}

.not-found-panel p {
  color: rgba(255, 254, 250, 0.68);
}

.not-found-panel a {
  border-bottom: 1px solid var(--mba-gold);
  color: var(--mba-paper);
  font-size: 10px;
  font-weight: 800;
  justify-self: start;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.site-footer {
  background: var(--mba-charcoal);
  color: var(--mba-paper);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  padding: 42px clamp(24px, 4.6vw, 64px);
}

.site-footer strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
  color: rgba(255, 254, 250, 0.64);
  line-height: 1.6;
  margin-top: 10px;
  max-width: 660px;
}

.site-footer nav {
  align-content: start;
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  min-width: min(420px, 100%);
}

.site-footer a {
  color: rgba(255, 254, 250, 0.78);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.floating-whatsapp,
.shortlist-pill {
  background: var(--mba-ink);
  border: 1px solid rgba(255, 254, 250, 0.18);
  border-radius: var(--mba-radius);
  box-shadow: var(--mba-shadow);
  color: var(--mba-paper);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-whatsapp {
  bottom: 18px;
  padding: 13px 16px;
  position: fixed;
  right: 18px;
  z-index: 50;
}

.home-page .floating-whatsapp,
.contact-page-body .floating-whatsapp,
.product-detail-page .floating-whatsapp {
  display: none;
}

.home-page .floating-whatsapp {
  display: none;
}

.shortlist-shell {
  bottom: 18px;
  left: 18px;
  position: fixed;
  z-index: 60;
}

.shortlist-pill {
  cursor: pointer;
  min-height: 46px;
  padding: 0 15px;
}

.shortlist-pill span {
  background: var(--mba-paper);
  border-radius: 999px;
  color: var(--mba-ink);
  display: inline-grid;
  margin-left: 8px;
  min-height: 22px;
  min-width: 22px;
  place-items: center;
}

.shortlist-panel {
  background: var(--mba-paper);
  border: 1px solid var(--mba-line);
  border-radius: var(--mba-radius);
  bottom: 58px;
  box-shadow: var(--mba-shadow);
  display: grid;
  gap: 16px;
  left: 0;
  max-height: min(560px, 72vh);
  overflow: auto;
  padding: 20px;
  position: absolute;
  width: min(390px, calc(100vw - 36px));
}

.shortlist-panel h2 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
}

.shortlist-items {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shortlist-items li {
  border-bottom: 1px solid var(--mba-line);
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
}

.shortlist-items a {
  font-weight: 750;
}

.shortlist-items small {
  color: var(--mba-muted);
}

.shortlist-panel-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-product-leadbar {
  display: none;
}

.mobile-catalog-leadbar {
  display: none;
}

.bag-visual {
  height: 210px;
  position: relative;
  width: 210px;
}

.bag-body,
.bag-handle,
.bag-clasp,
.bag-shadow {
  position: absolute;
}

.bag-body {
  background: #171716;
  border-radius: 26px 26px 34px 34px;
  bottom: 28px;
  height: 118px;
  left: 32px;
  width: 146px;
}

.bag-handle {
  border: 9px solid var(--mba-gold);
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  height: 76px;
  left: 58px;
  top: 24px;
  width: 96px;
}

.bag-clasp {
  background: var(--mba-gold);
  border-radius: 999px;
  height: 18px;
  left: 96px;
  top: 112px;
  width: 18px;
}

.bag-shadow {
  background: rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  bottom: 10px;
  height: 14px;
  left: 42px;
  width: 126px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1180px) {
  .home-page .hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  }

  .hero-gallery.hero-editorial-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hero-feature-main {
    grid-row: auto;
    min-height: 560px;
  }

  .hero-feature-side {
    display: none;
  }

  .product-grid,
  .compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid article + article {
    border-left: 0;
  }

  .process-grid article:nth-child(2n) {
    border-left: 1px solid var(--mba-line);
  }

  .process-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--mba-line);
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 122px;
  }

  [id] {
    scroll-margin-top: 122px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding-bottom: 11px;
    padding-top: 13px;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    margin-left: calc(clamp(24px, 4.6vw, 64px) * -1);
    margin-right: calc(clamp(24px, 4.6vw, 64px) * -1);
    padding: 3px clamp(24px, 4.6vw, 64px) 1px;
  }

  .brand {
    white-space: nowrap;
  }

  .home-page .hero,
  .detail-layout,
  .contact-page,
  .trust-band,
  .category-heading,
  .catalog-heading {
    grid-template-columns: 1fr;
  }

  .home-page .hero {
    min-height: 0;
    padding-top: 42px;
  }

  .hero-feature-main {
    min-height: 460px;
  }

  .collection-strip {
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .filters {
    display: flex;
    gap: 10px;
    margin-left: calc(clamp(24px, 4.6vw, 64px) * -1);
    margin-right: calc(clamp(24px, 4.6vw, 64px) * -1);
    overflow-x: auto;
    padding-left: clamp(24px, 4.6vw, 64px);
    padding-right: clamp(24px, 4.6vw, 64px);
    scrollbar-width: none;
  }

  .filter-block {
    flex: 0 0 188px;
  }

  .filters .text-button {
    flex: 0 0 118px;
  }

  .catalog-toolbar {
    align-items: start;
    display: grid;
  }

  .catalog-toolbar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(174px, 0.8fr);
    width: 100%;
  }

  .catalog-toolbar label {
    grid-template-columns: 1fr;
  }

  .marketing-collections,
  .trust-grid,
  .designer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-copy {
    position: static;
  }

  .detail-main-visual,
  .detail-main-visual .photo-frame {
    min-height: 540px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 116px;
  }

  [id] {
    scroll-margin-top: 116px;
  }

  .announcement {
    font-size: 9px;
    min-height: 28px;
    padding: 6px 12px;
  }

  .site-header {
    gap: 12px;
    padding: 13px 16px 10px;
  }

  .brand {
    font-size: 18px;
  }

  .header-cta {
    font-size: 10px;
    min-height: 36px;
    padding: 0 11px;
  }

  .main-nav {
    gap: 18px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-nav a[href="/faq/"],
  .main-nav a[href="/contact/"] {
    display: none;
  }

  .home-page .hero {
    gap: 26px;
    padding: 30px 16px 24px;
  }

  .home-page .hero h1 {
    font-size: 42px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .home-page .hero p {
    font-size: 14px;
    line-height: 1.62;
    margin-top: 14px;
  }

  .hero-kpis.hero-stats {
    margin-top: 20px;
  }

  .hero-kpis.hero-stats span {
    padding: 12px 8px 12px 0;
  }

  .hero-kpis.hero-stats span + span {
    padding-left: 10px;
  }

  .hero-kpis.hero-stats strong {
    font-size: 20px;
  }

  .hero-kpis.hero-stats small {
    font-size: 8px;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .contact-routes,
  .not-found-actions,
  .faq-cta,
  .form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero-actions a,
  .contact-routes a,
  .not-found-actions a,
  .faq-cta a,
  .form-actions button {
    min-width: 0;
    width: 100%;
  }

  .button-primary,
  .button-secondary {
    font-size: 10px;
    min-height: 40px;
    padding: 0 11px;
  }

  .hero-feature-main {
    min-height: 0;
  }

  .hero-feature-main .hero-product-media {
    height: 318px;
  }

  .hero-product-caption {
    align-items: start;
    gap: 10px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
  }

  .hero-product-caption > span:last-child {
    text-align: left;
  }

  .hero-product-caption strong {
    font-size: 19px;
  }

  .collection-strip {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-strip a {
    min-height: 38px;
    padding: 0 13px;
  }

  .collection-strip span {
    font-size: 12px;
  }

  .catalog-shell,
  .process-section,
  .trust-band,
  .related-section,
  .category-page,
  .detail-shell,
  .contact-page,
  .policy-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .catalog-shell {
    padding-bottom: 44px;
    padding-top: 34px;
  }

  .catalog-heading {
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 16px;
  }

  .catalog-heading h2,
  .category-heading h1,
  .contact-copy h1,
  .policy-page h1 {
    font-size: 34px;
  }

  .catalog-heading p {
    display: none;
  }

  .catalog-count {
    justify-self: start;
  }

  .filters {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-filter-summary {
    align-items: center;
    background: var(--mba-paper);
    border: 1px solid var(--mba-line);
    border-radius: var(--mba-radius);
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
  }

  .mobile-filter-summary span {
    color: var(--mba-ink);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-filter-summary small {
    color: var(--mba-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-filter-summary::after {
    color: var(--mba-ink);
    content: "+";
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .catalog-filter-toggle:checked + .mobile-filter-summary::after {
    content: "-";
  }

  .catalog-filter-toggle:not(:checked) ~ .filters {
    display: none;
  }

  .filter-block {
    flex-basis: auto;
  }

  .catalog-toolbar > span {
    display: none;
  }

  .catalog-toolbar-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-toolbar label {
    grid-column: 1 / -1;
  }

  .catalog-toolbar-actions .button-secondary,
  .catalog-toolbar select {
    min-height: 38px;
  }

  .product-grid,
  .compact-grid {
    gap: 22px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-media {
    aspect-ratio: 1 / 1.2;
    border-radius: 5px;
  }

  .photo-frame img,
  .product-media img {
    transform: scale(0.9);
  }

  .product-card:hover .product-media img {
    transform: scale(0.93);
  }

  .product-card-copy,
  .product-card-body {
    gap: 6px;
    padding-top: 9px;
  }

  .product-badge,
  .product-card p,
  .product-card-facts {
    display: none;
  }

  .product-card-meta {
    display: block;
    font-size: 8px;
    line-height: 1.15;
  }

  .product-card-meta span + span {
    display: none;
  }

  .product-card h2 {
    display: -webkit-box;
    font-size: 13px;
    min-height: 30px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-card-decision {
    display: none;
  }

  .product-card-bottom,
  .product-card-actions {
    gap: 5px 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-card-bottom strong {
    font-size: 13px;
  }

  .product-card .shortlist-toggle {
    border: 0;
    justify-self: end;
    min-height: 20px;
    padding: 0;
    width: auto;
  }

  .product-card-bottom a {
    font-size: 0;
    min-height: 24px;
    padding: 0 0 4px;
  }

  .product-card-bottom a::after {
    content: "INQUIRE";
    font-size: 9px;
  }

  .marketing-collections,
  .trust-grid,
  .designer-directory,
  .process-grid,
  .standards-grid,
  .form-row,
  .evidence-options,
  .not-found-page,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .marketing-collections {
    padding-left: 16px;
    padding-right: 16px;
  }

  .marketing-collections a,
  .marketing-collections a:last-child {
    border: 1px solid var(--mba-line);
    border-bottom: 0;
  }

  .marketing-collections a:last-child {
    border-bottom: 1px solid var(--mba-line);
  }

  .process-grid article,
  .process-grid article:nth-child(2n),
  .process-grid article:nth-child(n + 3),
  .standards-grid article,
  .standards-grid article:nth-child(even),
  .standards-grid article:nth-child(n + 3),
  .trust-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--mba-line);
  }

  .trust-grid article + article {
    border-top-color: rgba(255, 254, 250, 0.18);
  }

  .process-grid article:first-child,
  .standards-grid article:first-child {
    border-top: 0;
  }

  .detail-main-visual,
  .detail-main-visual .photo-frame {
    min-height: 408px;
  }

  .detail-thumbs {
    gap: 8px;
  }

  .detail-thumbs div,
  .detail-thumbs .photo-frame {
    min-height: 92px;
  }

  .detail-copy h1 {
    font-size: 36px;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .detail-copy > .detail-actions {
    display: none;
  }

  .detail-specs div {
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .contact-page {
    padding-bottom: 44px;
    padding-top: 42px;
  }

  .site-footer {
    padding: 32px 16px;
  }

  .site-footer nav {
    justify-self: start;
  }

  .floating-whatsapp {
    bottom: 12px;
    right: 12px;
  }

  .product-detail-page {
    padding-bottom: calc(108px + env(safe-area-inset-bottom));
  }

  .home-page .catalog-shell {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .product-detail-page .shortlist-shell {
    bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .mobile-product-leadbar {
    align-items: center;
    background: var(--mba-paper);
    border-top: 1px solid var(--mba-line);
    bottom: 0;
    box-shadow: 0 -16px 44px rgba(17, 17, 17, 0.1);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 55;
  }

  .mobile-catalog-leadbar {
    align-items: center;
    background: rgba(255, 254, 250, 0.96);
    border-top: 1px solid var(--mba-line);
    bottom: 0;
    box-shadow: 0 -16px 44px rgba(17, 17, 17, 0.1);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 0;
    opacity: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(14px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 54;
  }

  .mobile-catalog-leadbar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-catalog-leadbar-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .mobile-catalog-leadbar-copy strong {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-catalog-leadbar-copy span {
    color: var(--mba-muted);
    font-size: 12px;
    line-height: 1.25;
  }

  .mobile-catalog-leadbar-actions {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(66px, 1fr));
  }

  .mobile-catalog-leadbar .button-primary,
  .mobile-catalog-leadbar .button-secondary {
    font-size: 10px;
    min-height: 38px;
    padding: 0 10px;
  }

  .mobile-product-leadbar-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .mobile-product-leadbar-copy strong {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-product-leadbar-copy span {
    color: var(--mba-muted);
    font-size: 12px;
  }

  .mobile-product-leadbar-actions {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(66px, 1fr));
  }

  .mobile-product-leadbar .button-primary,
  .mobile-product-leadbar .button-secondary {
    font-size: 10px;
    min-height: 38px;
    padding: 0 10px;
  }

  .mobile-product-leadbar-status {
    font-size: 11px;
    grid-column: 1 / -1;
    margin: 0;
  }

  .shortlist-shell {
    bottom: 12px;
    left: 12px;
  }

  .shortlist-panel {
    bottom: 58px;
    width: calc(100vw - 24px);
  }

  .product-detail-page .shortlist-panel {
    bottom: calc(126px + env(safe-area-inset-bottom));
  }
}

/* 2026-07-10 museum white editorial redesign. */
:root {
  --color-canvas: #ffffff;
  --color-surface: #f5f5f5;
  --color-surface-strong: #ececec;
  --color-border: #d9d9d9;
  --color-control-border: #767676;
  --color-text: #171717;
  --color-text-muted: #666666;
  --font-display: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --font-interface: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shadow-float: 0 18px 48px rgba(23, 23, 23, 0.10);
  --shadow-card: 0 14px 36px rgba(23, 23, 23, 0.06);
  --radius-control: 8px;
  --content-width: 1440px;
}

html {
  scroll-padding-top: 108px;
}

body {
  background: var(--color-canvas);
  color: var(--color-text);
  font-family: var(--font-interface);
  font-size: 14px;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: 108px;
}

h1,
h2,
h3,
.brand,
.product-card h2,
.detail-copy h1,
.museum-editorial-rail strong,
.museum-hero-object strong {
  font-family: var(--font-display);
  letter-spacing: 0;
}

a,
button,
input,
select,
textarea,
summary {
  border-radius: var(--radius-control);
}

a,
button,
summary {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  min-height: 44px;
  padding: 12px 16px;
  background: var(--color-text);
  color: var(--color-canvas);
  border: 1px solid var(--color-text);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  min-height: 26px;
  padding: 6px 20px;
  background: var(--color-text);
  color: var(--color-canvas);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  min-height: 84px;
  padding: 0 32px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 1px 0 rgba(23, 23, 23, 0.02);
}

.brand {
  color: var(--color-text);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.6vw, 44px);
  overflow: visible;
}

.main-nav a,
.mobile-nav a,
.mobile-shortlist,
.header-shortlist,
.header-cta,
.button-primary,
.button-secondary,
.text-button {
  font-family: var(--font-interface);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-nav a {
  color: var(--color-text);
  font-size: 12px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.main-nav a:hover {
  opacity: 0.55;
}

.mobile-nav {
  display: none;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header-shortlist,
.header-cta,
.button-primary,
.button-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--color-text);
  border-radius: var(--radius-control);
}

.header-shortlist,
.button-secondary {
  background: var(--color-canvas);
  color: var(--color-text);
}

.header-shortlist:disabled {
  color: var(--color-text-muted);
  border-color: var(--color-border);
  cursor: default;
  opacity: 0.7;
}

.header-cta,
.button-primary {
  background: var(--color-text);
  color: var(--color-canvas);
}

.header-cta:hover,
.button-primary:hover {
  background: var(--color-surface-strong);
  color: var(--color-text);
}

.button-secondary:hover,
.header-shortlist:not(:disabled):hover {
  background: var(--color-surface);
}

.museum-hero {
  position: relative;
  min-height: clamp(560px, calc(100vh - 104px), 760px);
  overflow: hidden;
  background: var(--color-canvas);
  border-bottom: 1px solid var(--color-border);
}

.museum-hero-media {
  position: absolute;
  inset: 28px 32px;
  display: block;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.museum-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: 72% center;
}

.museum-hero-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: max(32px, calc((100vw - var(--content-width)) / 2 + 32px));
  width: min(410px, 34vw);
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
  transform: translateY(-50%);
}

.museum-hero-copy .eyebrow,
.museum-hero-object span,
.museum-editorial-rail .eyebrow,
.browse-strip small,
.product-card-meta,
.product-card-kicker {
  color: var(--color-text-muted);
}

.museum-hero-copy h1 {
  max-width: 580px;
  margin: 10px 0 16px;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 400;
  line-height: 1;
}

.museum-hero-copy p {
  max-width: 310px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.museum-hero-copy .hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.museum-hero-object {
  position: absolute;
  right: 32px;
  bottom: 24px;
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  text-align: right;
}

.museum-hero-object span,
.museum-hero-object small {
  font-size: 10px;
}

.museum-hero-object strong {
  font-size: 22px;
  font-weight: 400;
}

.museum-editorial-rail {
  display: none;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  border-bottom: 1px solid var(--color-border);
}

.museum-editorial-rail a {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 18px 28px;
  background: var(--color-canvas);
  border-right: 1px solid var(--color-border);
  border-radius: 0;
}

.museum-editorial-rail a:nth-child(2) {
  background: var(--color-surface);
}

.museum-editorial-rail a:last-child {
  border-right: 0;
}

.museum-editorial-rail strong {
  color: var(--color-text);
  font-family: var(--font-interface);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.museum-editorial-rail small,
.museum-editorial-rail .eyebrow {
  display: none;
}

.museum-editorial-rail small {
  color: var(--color-text-muted);
  font-size: 11px;
}

.home-flow {
  background: var(--color-canvas);
}

.browse-strip {
  display: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  border-bottom: 1px solid var(--color-border);
}

.browse-strip a {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 17px 22px;
  border-right: 1px solid var(--color-border);
  border-radius: 0;
}

.browse-strip a:last-child {
  border-right: 0;
}

.browse-strip span {
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browse-strip small {
  display: none;
}

.browse-strip a:hover {
  background: var(--color-surface);
}

.museum-editorial-rail strong {
  font-family: var(--font-interface);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.catalog-shell,
.category-page,
.related-section,
.process-section,
.trust-band,
.contact-page,
.policy-page,
.not-found-shell {
  background: var(--color-canvas);
  color: var(--color-text);
}

.catalog-shell,
.category-page,
.related-section,
.process-section,
.trust-band,
.contact-page,
.policy-page {
  max-width: var(--content-width);
  margin-inline: auto;
}

.catalog-shell {
  padding: 56px 32px 96px;
}

.catalog-heading,
.category-heading,
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.catalog-heading h2,
.category-heading h1,
.section-heading h2,
.trust-band h2,
.contact-copy h1,
.policy-page h1,
.not-found-copy h1 {
  margin: 8px 0 0;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: 1;
}

.catalog-heading p,
.category-heading p,
.contact-copy p,
.policy-page p {
  color: var(--color-text-muted);
  max-width: 34ch;
}

.catalog-heading h2 {
  font-size: clamp(34px, 3.2vw, 50px);
}

.catalog-count {
  padding: 0 0 6px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-text);
  border-radius: 0;
}

.catalog-layout,
.catalog-results {
  display: block;
}

.catalog-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 12px;
  background: var(--color-canvas);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.filter-panel {
  min-width: 0;
}

.filters,
.catalog-toolbar {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(130px, 1fr)) auto;
  align-items: end;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.filter-block label,
.catalog-toolbar label,
.inquiry-form label,
.evidence-options legend {
  color: var(--color-text-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filters .filter-block label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.filter-block input,
.filter-block select,
.catalog-toolbar select,
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  min-height: 46px;
  background: var(--color-canvas);
  color: var(--color-text);
  border: 1px solid var(--color-control-border);
  border-radius: 6px;
}

.filter-block input,
.filter-block select,
.sort-control select {
  width: 100%;
  padding: 0 13px;
  font-family: var(--font-interface);
  font-size: 13px;
}

.catalog-toolbar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0;
  padding: 12px 0;
  background: var(--color-canvas);
}

.catalog-toolbar-actions,
.catalog-filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog-filter-actions {
  justify-content: flex-end;
}

.catalog-filter-actions .button-secondary {
  min-height: 46px;
  border-color: var(--color-border);
  background: var(--color-canvas);
  color: var(--color-text);
  border-radius: 8px;
}

.catalog-result-count {
  margin: 0 0 16px;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sort-control {
  display: grid;
  gap: 0;
  color: transparent;
  font-size: 0;
}

.mobile-filter-summary small {
  display: none;
}

.sort-control select {
  min-width: 172px;
  min-height: 46px;
  background: var(--color-canvas);
  color: var(--color-text);
  border: 1px solid var(--color-control-border);
  border-radius: 8px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0 24px;
}

.active-filters[hidden] {
  display: none;
}

.active-filters button {
  min-height: 36px;
  padding: 0 11px;
  background: var(--color-canvas);
  color: var(--color-text);
  border: 1px solid var(--color-border);
  font-size: 10px;
}

.active-filters button:hover {
  background: var(--color-surface);
}

.catalog-inquiry-status {
  min-height: 20px;
  margin: 8px 0 18px;
}

.product-grid,
.compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--color-canvas);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: none;
}

.product-card:hover {
  border-color: var(--color-text-muted);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color-surface);
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
}

.product-media img,
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.82);
  transition: transform 220ms ease;
}

.product-card:hover .product-media img {
  transform: scale(0.86);
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  font-size: 8px;
}

.product-card-copy,
.product-card-body {
  display: grid;
  flex: 1;
  gap: 7px;
  padding: 14px;
}

.product-card-meta,
.product-card-kicker {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h2 {
  min-height: 2.4em;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.product-card-copy > p {
  min-height: 2.8em;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1.4;
}

.product-card-bottom,
.product-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
}

.product-card-bottom strong {
  font-size: 14px;
}

.shortlist-toggle {
  min-height: 44px;
  padding: 0 8px;
  background: var(--color-canvas);
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.product-card .shortlist-toggle {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid var(--color-border);
}

.shortlist-toggle:hover,
.shortlist-toggle.is-saved {
  background: var(--color-text);
  color: var(--color-canvas);
  border-color: var(--color-text);
}

.product-card-bottom a {
  grid-column: 1 / -1;
  width: fit-content;
  min-height: 44px;
  padding: 0 0 4px;
  color: var(--color-text);
  border: 0;
  border-bottom: 1px solid var(--color-text);
  border-radius: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marketing-collections,
.designer-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--content-width);
  margin-inline: auto;
  background: var(--color-canvas);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.marketing-collections a,
.designer-directory a {
  min-height: 92px;
  padding: 22px 24px;
  background: var(--color-canvas);
  border-right: 1px solid var(--color-border);
  border-radius: 0;
}

.marketing-collections a:nth-child(even),
.designer-directory a:nth-child(even) {
  background: var(--color-surface);
}

.process-section,
.trust-band,
.related-section {
  padding: 76px 32px;
}

.process-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--color-border);
}

.process-grid article,
.trust-grid article,
.contact-card,
.advisor-card,
.inquiry-form,
.policy-section {
  padding: 26px 24px;
  background: var(--color-canvas);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: none;
}

.process-grid article:nth-child(even),
.trust-grid article:nth-child(even) {
  background: var(--color-surface);
}

.detail-shell {
  max-width: var(--content-width);
  margin-inline: auto;
  padding: 28px 32px 96px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: start;
  gap: 48px;
}

.detail-gallery {
  min-width: 0;
}

.detail-main-visual,
.detail-thumbs > div {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 0;
}

.detail-main-visual .photo-frame,
.detail-main-visual img,
.detail-thumbs .photo-frame,
.detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-summary {
  position: sticky;
  top: 112px;
  padding-bottom: 32px;
  background: var(--color-canvas);
  border-bottom: 1px solid var(--color-border);
}

.detail-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(44px, 4.4vw, 70px);
  font-weight: 400;
  line-height: 0.96;
}

.detail-copy > section,
.detail-copy > dl,
.detail-copy > div:not(.detail-summary) {
  margin-top: 32px;
}

.evidence-status,
.detail-specs,
.advisor-note {
  padding-top: 32px;
  background: var(--color-canvas);
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: none;
}

.evidence-status {
  display: grid;
  gap: 20px;
  border-top: 1px solid var(--color-border);
}

.evidence-status h2,
.evidence-status h3 {
  margin: 0;
  font-family: var(--font-interface);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.evidence-status-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evidence-status-group {
  min-width: 0;
}

.evidence-status-group dl,
.evidence-status-group ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
}

.evidence-status-group dl div,
.evidence-status-group li {
  display: grid;
  gap: 4px 12px;
  grid-template-columns: minmax(78px, 0.38fr) minmax(0, 1fr);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}

.evidence-status-group dt,
.evidence-status-group strong {
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-status-group dd {
  margin: 0;
}

.evidence-status-group ul {
  list-style: none;
}

.evidence-status-group li span {
  grid-column: 2;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.detail-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.contact-page,
.policy-page,
.category-page,
.not-found-shell {
  padding: 72px 32px 96px;
}

.inquiry-form {
  background: var(--color-canvas);
}

.inquiry-form-intro {
  display: grid;
  gap: 4px;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.inquiry-form-intro p {
  margin: 0;
}

.optional-inquiry-details {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.optional-inquiry-details summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  cursor: pointer;
  color: var(--color-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.optional-inquiry-details-content {
  display: grid;
  gap: 16px;
  padding: 4px 0 20px;
}

.evidence-options {
  border-color: var(--color-control-border);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(160px, 0.55fr));
  gap: 16px;
  padding: 32px;
  background: var(--color-canvas);
  color: var(--color-text);
  border-top: 1px solid var(--color-border);
}

.footer-brand,
.footer-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 156px;
  padding: 22px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.footer-brand p {
  max-width: 34ch;
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-panel span {
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-panel a {
  width: fit-content;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.4;
}

.footer-panel a:hover {
  color: var(--color-text-muted);
}

.site-footer nav.footer-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.shortlist-shell {
  right: 24px;
  bottom: 24px;
}

.shortlist-panel {
  width: min(390px, calc(100vw - 32px));
  padding: 22px;
  background: var(--color-canvas);
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: var(--shadow-float);
}

.mobile-product-leadbar,
.mobile-saved-leadbar {
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -12px 28px rgba(23, 23, 23, 0.08);
}

.mobile-saved-leadbar {
  display: none;
}

.mobile-product-leadbar[hidden],
.mobile-saved-leadbar[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .product-grid,
  .compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .browse-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .browse-strip a:nth-child(3) {
    border-right: 0;
  }

  .browse-strip a:nth-child(-n + 3) {
    border-bottom: 1px solid var(--color-border);
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 98px;
  }

  [id] {
    scroll-margin-top: 98px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 72px;
    gap: 10px;
    padding: 0 18px;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .mobile-nav summary {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav nav {
    position: absolute;
    z-index: 60;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    width: min(260px, calc(100vw - 36px));
    background: var(--color-canvas);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-float);
  }

  .mobile-nav nav a,
  .mobile-shortlist {
    min-height: 46px;
    padding: 15px 16px;
    color: var(--color-text);
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
  }

  .mobile-shortlist {
    width: 100%;
    justify-content: flex-start;
    background: var(--color-canvas);
    border: 0;
    border-bottom: 1px solid var(--color-border);
    cursor: pointer;
    text-align: left;
  }

  .mobile-shortlist:disabled {
    color: var(--color-text-muted);
    cursor: default;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .museum-hero {
    display: grid;
    grid-template-rows: 48svh auto;
    min-height: 0;
    overflow: visible;
  }

  .museum-hero-media {
    position: relative;
    inset: auto;
    min-height: 48svh;
    background: var(--color-surface);
  }

  .museum-hero-media img {
    object-position: center;
  }

  .museum-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 28px 24px 32px;
    background: var(--color-canvas);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .museum-hero-object {
    top: 18px;
    right: 24px;
    bottom: auto;
    max-width: 48vw;
  }

  .museum-editorial-rail {
    grid-template-columns: 1fr;
  }

  .museum-editorial-rail a {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
    padding-left: 14px;
    padding-right: 14px;
  }

  .catalog-filter-bar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .filter-block {
    min-width: 0;
    flex: initial;
  }

  .filters .text-button {
    grid-column: 1 / -1;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-toolbar-actions,
  .catalog-filter-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sort-control {
    grid-column: 1 / -1;
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-summary {
    position: static;
  }

  .process-grid,
  .trust-grid,
  .marketing-collections,
  .designer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 90px;
  }

  [id] {
    scroll-margin-top: 90px;
  }

  .announcement {
    min-height: 32px;
    padding: 5px 12px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .site-header {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 0 12px;
  }

  .brand {
    max-width: none;
    overflow: visible;
    font-size: 18px;
    text-overflow: clip;
  }

  .brand span {
    overflow: visible;
    text-overflow: clip;
  }

  .header-shortlist {
    display: none;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 10px;
    font-size: 9px;
  }

  .museum-hero {
    grid-template-rows: 44svh auto;
  }

  .museum-hero-media {
    min-height: 44svh;
  }

  .museum-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 24px 16px 28px;
    background: var(--color-canvas);
    transform: none;
  }

  .museum-hero-copy h1 {
    margin: 8px 0 14px;
    font-size: 42px;
    line-height: 1;
  }

  .museum-hero-copy p {
    font-size: 14px;
    line-height: 1.6;
  }

  .museum-hero-copy .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .museum-hero-copy .hero-actions a {
    min-width: 0;
    padding-inline: 8px;
  }

  .museum-hero-object {
    top: 12px;
    right: 12px;
    bottom: auto;
    display: grid;
    max-width: calc(100% - 24px);
    padding: 10px 12px;
  }

  .museum-hero-object strong {
    font-size: 16px;
  }

  .museum-editorial-rail a {
    padding: 20px 16px;
  }

  .browse-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .browse-strip a,
  .browse-strip a:nth-child(3) {
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  .browse-strip a:nth-child(even) {
    border-right: 0;
  }

  .catalog-shell,
  .process-section,
  .trust-band,
  .related-section,
  .detail-shell,
  .contact-page,
  .policy-page,
  .category-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-shell {
    padding-top: 48px;
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
  }

  .catalog-heading,
  .category-heading,
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .catalog-heading h2,
  .category-heading h1,
  .section-heading h2,
  .trust-band h2,
  .contact-copy h1,
  .policy-page h1 {
    font-size: 38px;
  }

  .mobile-filter-summary {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding-inline: 14px;
    background: var(--color-canvas);
    cursor: pointer;
    border: 1px solid var(--color-control-border);
    border-radius: 0;
  }

  .mobile-filter-summary[aria-expanded="true"]::after {
    content: "-";
  }

  .mobile-filter-summary[aria-expanded="false"] ~ .filters {
    display: none;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    border-radius: 0;
    overflow-x: visible;
  }

  .catalog-filter-bar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .filters .text-button {
    grid-column: 1 / -1;
  }

  .catalog-toolbar-actions,
  .catalog-filter-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-toolbar label,
  .sort-control {
    grid-column: 1 / -1;
  }

  .product-grid,
  .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-media img,
  .photo-frame img {
    transform: scale(0.76);
  }

  .product-card h2 {
    min-height: 2.6em;
    font-size: 16px;
  }

  .product-card-copy > p {
    min-height: 3em;
    font-size: 10px;
  }

  .product-card-bottom a {
    font-size: 9px;
  }

  .product-card-bottom a::after {
    content: none;
  }

  .detail-main-visual,
  .detail-main-visual .photo-frame {
    min-height: 0;
    height: 78vw;
  }

  .detail-layout {
    display: flex;
    flex-direction: column;
  }

  .detail-gallery {
    display: contents;
  }

  .detail-main-visual {
    order: 1;
  }

  .detail-copy {
    order: 2;
  }

  .detail-thumbs {
    order: 3;
  }

  .detail-copy h1 {
    font-size: 40px;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .trust-grid,
  .marketing-collections,
  .designer-directory {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 36px 16px calc(36px + env(safe-area-inset-bottom));
  }

  .mobile-saved-leadbar,
  .mobile-product-leadbar {
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .mobile-saved-leadbar:not([hidden]) {
    position: fixed;
    z-index: 54;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  .mobile-saved-leadbar-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .mobile-saved-leadbar-copy strong,
  .mobile-saved-leadbar-copy span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-saved-leadbar-copy strong {
    font-size: 12px;
  }

  .mobile-saved-leadbar-copy span {
    color: var(--color-text-muted);
    font-size: 11px;
  }

  .mobile-saved-leadbar .button-primary {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .mobile-product-leadbar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .mobile-product-leadbar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-product-leadbar .button-primary,
  .mobile-product-leadbar .button-secondary {
    min-height: 44px;
  }

  .product-detail-page .shortlist-shell {
    bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .product-detail-page .detail-shell {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .evidence-status-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-form .form-actions {
    position: sticky;
    z-index: 1;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    background: var(--color-canvas);
  }

  .home-page .floating-whatsapp,
  .contact-page .floating-whatsapp,
  .product-detail-page .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 480px) {
  .product-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: stretch;
  }

  .product-media {
    min-height: 128px;
    height: 100%;
    aspect-ratio: auto;
    border-right: 1px solid var(--color-border);
    border-bottom: 0;
  }

  .product-card-copy,
  .product-card-body {
    min-width: 0;
    padding: 12px;
  }

  .product-card h2,
  .product-card-copy > p {
    min-height: 0;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 16px;
  }

  .header-cta {
    padding: 0 8px;
  }

  .museum-hero-copy h1 {
    font-size: 38px;
  }

  .product-grid,
  .compact-grid {
    gap-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 380px) {
  .mobile-product-leadbar,
  .mobile-saved-leadbar {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .mobile-product-leadbar-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
