:root {
  --ink: #1f1b1a;
  --ink-soft: #2b2623;
  --gold: #c8a66a;
  --gold-strong: #b48a44;
  --ivory: #f3ede5;
  --nude: #e8ddd2;
  --taupe: #a89c93;
  --surface: #ffffff;
  --bg: #f7f4ef;
  --muted: #766f68;
  --line: rgba(31, 27, 26, 0.1);
  --line-strong: rgba(31, 27, 26, 0.18);
  --shadow: 0 18px 45px rgba(31, 27, 26, 0.12);
  --radius: 8px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  text-rendering: geometricPrecision;
}

body.drawer-open,
body.dialog-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

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

.topbar {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 5vw, 4rem);
  min-height: 34px;
  padding: 0.55rem 1rem;
  background: var(--ink);
  color: var(--ivory);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(18rem, 44rem) 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-height);
  padding: 0.85rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 239, 0.86);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(9rem, 13vw, 13.5rem);
  height: auto;
  max-height: 3.05rem;
  object-fit: contain;
  object-position: left center;
  filter: contrast(1.08);
}

.footer-logo {
  width: clamp(10rem, 18vw, 15rem);
  max-height: 3.4rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.brand-copy strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.brand-copy small {
  display: block;
  margin-top: 0.24rem;
  color: var(--gold-strong);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.global-search {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(31, 27, 26, 0.05);
  padding: 0 1rem;
}

.global-search span,
.field span,
.sort-row label span,
.filter-label {
  color: var(--gold-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.global-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
}

.global-search input::placeholder {
  color: #9a928a;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav a:hover {
  color: var(--ink);
}

.cart-button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  gap: 0.62rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--ivory);
  cursor: pointer;
  padding: 0 1rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-button strong {
  display: grid;
  min-width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.72rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: stretch;
  padding: clamp(1rem, 4vw, 2rem);
  background: var(--bg);
}

.hero-copy,
.hero-showcase {
  border-radius: var(--radius);
}

.hero-copy {
  display: grid;
  align-content: end;
  min-height: clamp(30rem, 58vh, 43rem);
  padding: clamp(1.25rem, 5vw, 4rem);
  background:
    linear-gradient(120deg, rgba(31, 27, 26, 0.98), rgba(31, 27, 26, 0.82)),
    linear-gradient(135deg, rgba(200, 166, 106, 0.2), transparent);
  color: var(--ivory);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 {
  max-width: 48rem;
  font-size: clamp(3.2rem, 8vw, 7.6rem);
}

h2 {
  font-size: clamp(1.85rem, 4vw, 4.4rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 42rem;
  color: rgba(243, 237, 229, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 500;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  min-height: 2.95rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--ink);
  color: var(--ivory);
  box-shadow: 0 16px 36px rgba(31, 27, 26, 0.18);
}

.hero-copy .button-primary {
  background: var(--ivory);
  color: var(--ink);
}

.button-light {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.hero-copy .button-light {
  border-color: rgba(243, 237, 229, 0.22);
  background: rgba(243, 237, 229, 0.08);
  color: var(--ivory);
}

.button-wide {
  width: 100%;
}

.hero-showcase {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
}

.spotlight-card {
  display: grid;
  grid-template-rows: minmax(14rem, 1fr) auto;
  gap: 1rem;
  min-height: 30rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 1rem;
}

.spotlight-card img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: contain;
  background: linear-gradient(180deg, #ffffff, #f4efe8);
  border-radius: var(--radius);
  mix-blend-mode: multiply;
  padding: 1.5rem;
}

.spotlight-card h3 {
  margin: 0.6rem 0;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.spotlight-card .price {
  display: block;
  margin: 0.85rem 0;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-meta span,
.active-filters span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--muted);
  padding: 0.35rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 800;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.hero-metrics div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  margin: 0 clamp(1rem, 4vw, 2rem);
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 35px rgba(31, 27, 26, 0.06);
  transform: translateY(1rem);
}

.category-card {
  display: grid;
  min-height: 5.4rem;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
  padding: 1rem;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.category-card:hover {
  border-color: rgba(200, 166, 106, 0.55);
  transform: translateY(-2px);
}

.category-card.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}

.category-card span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.category-card strong {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
}

.shop-shell {
  display: grid;
  grid-template-columns: 18.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 3.4rem clamp(1rem, 4vw, 2rem) clamp(3rem, 6vw, 5rem);
}

.filters {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  align-self: start;
  display: grid;
  gap: 0.75rem;
}

.filter-card,
.catalog-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
}

.filter-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.filter-title h2 {
  font-size: 1.8rem;
  letter-spacing: -0.055em;
}

.field {
  display: grid;
  gap: 0.45rem;
}

input,
select {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  padding: 0 0.8rem;
}

input[type="range"] {
  min-height: auto;
  accent-color: var(--gold-strong);
  padding: 0;
}

.range-value {
  font-size: 0.9rem;
  font-weight: 800;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pill-list button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
  padding: 0.48rem 0.7rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.pill-list button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}

.catalog-panel {
  min-width: 0;
  padding: clamp(0.85rem, 2vw, 1.25rem);
}

.catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sort-row {
  display: flex;
  align-items: end;
  gap: 1rem;
}

.sort-row > span {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.sort-row label {
  display: grid;
  gap: 0.35rem;
  min-width: 12rem;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-height: 2rem;
  margin-bottom: 0.75rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.5rem, 18rem));
  justify-content: center;
  align-items: start;
  gap: 1rem;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: start;
  width: 100%;
  min-width: 0;
  max-width: 18rem;
  border: 1px solid rgba(31, 27, 26, 0.09);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(31, 27, 26, 0.02), 0 10px 26px rgba(31, 27, 26, 0.035);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  border-color: rgba(200, 166, 106, 0.55);
  box-shadow: 0 18px 42px rgba(31, 27, 26, 0.11);
  transform: translateY(-3px);
}

.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  border-radius: 999px;
  background: rgba(31, 27, 26, 0.88);
  color: var(--ivory);
  padding: 0.36rem 0.62rem;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-media {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  height: 16.5rem;
  place-items: center;
  border: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  border-bottom: 1px solid rgba(31, 27, 26, 0.06);
  background:
    radial-gradient(circle at 50% 20%, rgba(200, 166, 106, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 52%, #f5f1ea 100%);
  cursor: pointer;
  padding: 0.85rem;
  overflow: hidden;
}

.product-media img {
  width: auto;
  max-width: 92%;
  height: auto;
  max-height: 92%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}

.product-media img.is-fallback {
  width: 34%;
  height: 34%;
  opacity: 0.38;
  mix-blend-mode: normal;
  padding: 0;
}

.product-card:hover .product-media img {
  transform: scale(1.025);
}

.product-info {
  display: grid;
  gap: 0.58rem;
  padding: 0.95rem 0.95rem 0.75rem;
}

.brand-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  color: var(--gold-strong);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-line span {
  min-width: 0;
  line-height: 1.35;
}

.brand-line span:last-child {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.product-name {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.32;
}

.product-price {
  display: block;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.product-card .product-meta {
  gap: 0.38rem;
}

.product-card .product-meta span {
  max-width: 100%;
  min-height: 1.9rem;
  padding: 0.38rem 0.62rem;
  background: #fbfaf7;
  font-size: 0.68rem;
}

.product-actions {
  display: flex;
  gap: 0.5rem;
  width: auto;
  max-width: 100%;
  min-width: 0;
  margin: auto 0.95rem 0.95rem;
  padding: 0;
  overflow: visible;
}

.product-actions .button {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  min-height: 2.75rem;
  padding: 0.65rem 0.8rem;
  font-size: 0.7rem;
  white-space: nowrap;
}

.quick-button {
  flex: 0 0 3.2rem;
  width: 3.2rem;
  min-width: 3.2rem;
  padding: 0;
}

.load-more {
  display: flex;
  width: min(22rem, 100%);
  margin: 1.5rem auto 0;
}

.empty-state {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  padding: 2rem;
  color: var(--muted);
  text-align: center;
}

.service {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: 1rem;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  padding: 1.2rem;
}

.service-grid strong {
  color: var(--gold-strong);
  font-weight: 800;
}

.service-grid h3 {
  margin: 0.9rem 0 0.5rem;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.service-grid p,
.footer p {
  color: var(--muted);
  line-height: 1.65;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  justify-items: end;
  background: rgba(31, 27, 26, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  display: grid;
  width: min(100vw, 30rem);
  height: 100%;
  grid-template-rows: auto 1fr auto;
  background: var(--bg);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-header,
.cart-footer {
  padding: 1.1rem;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.cart-header h2 {
  font-size: 2rem;
}

.plain-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cart-items {
  overflow: auto;
  padding: 0.5rem 1.1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}

.cart-item img {
  width: 4.5rem;
  height: 5rem;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--surface);
}

.cart-item h3 {
  margin: 0 0 0.3rem;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.cart-item p {
  margin: 0 0 0.55rem;
  color: var(--gold-strong);
  font-weight: 800;
}

.quantity {
  display: inline-grid;
  grid-template-columns: 1.85rem 1.85rem 1.85rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.quantity button {
  height: 1.9rem;
  border: 0;
  background: var(--surface);
  cursor: pointer;
  font-weight: 800;
}

.quantity span {
  display: grid;
  place-items: center;
  background: var(--bg);
  font-size: 0.82rem;
  font-weight: 800;
}

.cart-footer {
  display: grid;
  gap: 0.65rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.cart-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.cart-total span {
  color: var(--muted);
  font-weight: 800;
}

.cart-total strong {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.quick-view {
  width: min(58rem, calc(100vw - 2rem));
  border: 0;
  border-radius: var(--radius);
  background: var(--bg);
  box-shadow: var(--shadow);
  padding: 0;
}

.quick-view::backdrop {
  background: rgba(31, 27, 26, 0.56);
}

.dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.quick-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) 1fr;
  gap: 1.2rem;
  padding: 1.2rem;
}

.quick-layout img {
  width: 100%;
  height: 28rem;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--surface);
  mix-blend-mode: multiply;
  padding: 1.5rem;
}

.quick-layout h2 {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.quick-layout p {
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

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

  .nav {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 17rem));
  }

  .product-card {
    max-width: 17rem;
  }

  .product-media {
    height: 15.5rem;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 128px;
  }

  .topbar {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }

  .global-search {
    order: 3;
    grid-column: 1 / -1;
  }

  .hero,
  .shop-shell,
  .service {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 1rem;
  }

  .hero-copy {
    min-height: 32rem;
  }

  .filters {
    position: static;
    grid-template-columns: 1fr;
  }

  .filter-title {
    display: none;
  }

  .category-strip {
    grid-template-columns: repeat(5, minmax(7.6rem, 1fr));
    margin-inline: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .category-card {
    min-height: 5rem;
    scroll-snap-align: start;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(14.5rem, 16.5rem));
  }

  .product-media {
    height: 14.5rem;
  }

  .product-card {
    max-width: 16.5rem;
  }

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

  .spotlight-card,
  .quick-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 124px;
  }

  .brand-logo {
    width: clamp(7.6rem, 34vw, 10rem);
    max-height: 2.45rem;
  }

  .footer-logo {
    width: clamp(9rem, 48vw, 12rem);
    max-height: 2.7rem;
  }

  .cart-button {
    min-height: 2.75rem;
    padding: 0 0.82rem;
  }

  .cart-button span {
    display: none;
  }

  .global-search {
    min-height: 2.9rem;
  }

  .hero-copy {
    min-height: 28rem;
    padding: 1.15rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: 2rem;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .hero-metrics div {
    padding: 0.75rem;
  }

  .hero-metrics strong {
    font-size: 1.22rem;
  }

  .hero-metrics span {
    font-size: 0.62rem;
  }

  .shop-shell {
    padding-inline: 0.75rem;
  }

  .catalog-head,
  .sort-row {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-row label {
    min-width: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.75rem;
  }

  .product-media {
    height: clamp(10.25rem, 42vw, 13rem);
    padding: 0.55rem;
  }

  .product-card {
    max-width: none;
  }

  .product-info {
    gap: 0.5rem;
    padding: 0.75rem;
  }

  .brand-line {
    font-size: 0.58rem;
  }

  .product-card .product-meta {
    display: flex;
  }

  .product-card .product-meta span {
    min-height: 1.7rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.62rem;
  }

  .product-name {
    font-size: 0.78rem;
    line-height: 1.34;
  }

  .product-price {
    font-size: 1.18rem;
  }

  .product-actions {
    margin: auto 0.75rem 0.75rem;
    padding: 0;
  }

  .quick-button {
    display: none;
  }

  .product-actions .button {
    min-height: 2.75rem;
    font-size: 0.66rem;
  }

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

  .quick-layout img {
    height: 20rem;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

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