.content-page main { min-height: 62dvh; }
.page-cart-link { text-decoration: none; }

.not-found-main {
  width: var(--page);
  min-height: clamp(560px, 72dvh, 820px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 72px 0 96px;
}
.not-found-card {
  width: min(760px, 100%);
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 8vw, 88px) clamp(24px, 7vw, 72px);
  border-radius: 18px;
  background: var(--graphite);
  color: var(--white);
  text-align: center;
  box-shadow: 0 24px 70px rgba(32,35,38,.16);
}
.not-found-card::before {
  content: "";
  width: clamp(260px, 52vw, 520px);
  aspect-ratio: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.not-found-card > * { position: relative; }
.not-found-card .section-kicker { color: var(--accent-soft); }
.not-found-card h1 { max-width: 12ch; margin: 16px auto 22px; font-size: clamp(3rem, 8vw, 6.6rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.not-found-card > p:not(.section-kicker) { max-width: 54ch; margin: 0 auto; color: #d5d7d9; line-height: 1.7; }
.not-found-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.not-found-actions a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 7px; color: var(--white); font-size: .84rem; font-weight: 600; text-decoration: none; transition: background-color 140ms ease-out, color 140ms ease-out, border-color 140ms ease-out; }
.not-found-actions a:first-child { border-color: var(--accent); background: var(--accent); }
@media (hover: hover) { .not-found-actions a:hover { border-color: var(--white); background: var(--white); color: var(--graphite); } }
.not-found-actions a:active { transform: scale(.96); }

@media (max-width: 560px) {
  .not-found-main { min-height: 68dvh; padding: 28px 0 56px; }
  .not-found-card { border-radius: 12px; }
  .not-found-actions { display: grid; }
  .not-found-actions a { width: 100%; }
}

.page-hero {
  width: var(--page);
  min-height: 520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  padding: 80px 0 96px;
  border-bottom: 1px solid #d0d3d5;
}
.page-hero > div { max-width: 850px; }
.page-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .88;
}
.page-hero > p { max-width: 46ch; margin: 0 0 8px; color: var(--steel); font-size: 1.08rem; }
.page-hero-shop h1 { max-width: 11ch; }

.shop-catalogue,
.values-section,
.steps-section,
.faq-section {
  width: var(--page);
  margin: 0 auto;
  padding: 110px 0;
}
.catalogue-heading,
.section-heading-simple {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 44px;
}
.catalogue-heading h2,
.section-heading-simple h2,
.story-copy h2,
.contact-intro h2,
.contact-form h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
}
.product-count { margin: 0 0 5px; color: var(--steel); font-variant-numeric: tabular-nums; }
.shop-page .product-meta { padding-bottom: 38px; }
.catalogue-toolbar { min-height: 58px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin: -18px 0 28px; padding-block: 10px; border-block: 1px solid #d5d7d9; }
.shop-filter-trigger { min-height: 46px; display: none; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--white); color: var(--graphite); font-weight: 600; }
.shop-filter-trigger svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.shop-filter-count { min-width: 21px; height: 21px; display: inline-grid; place-items: center; padding-inline: 5px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: .68rem; font-variant-numeric: tabular-nums; }
.shop-filter-count[hidden] { display: none; }
.shop-sort { min-height: 46px; position: relative; display: inline-flex; align-items: center; gap: 10px; padding-inline-start: 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--white); color: var(--steel); font-size: .8rem; }
.shop-sort select { width: auto; min-width: 158px; min-height: 44px; padding: 0 38px 0 2px; border: 0; background: transparent; color: var(--graphite); font-weight: 600; appearance: none; }
body[dir="rtl"] .shop-sort select { padding: 0 2px 0 38px; }
.shop-sort svg { width: 10px; position: absolute; inset-inline-end: 13px; fill: none; stroke: currentColor; stroke-width: 1.5; pointer-events: none; }
.shop-catalogue-layout { display: grid; grid-template-columns: minmax(210px, 238px) minmax(0, 1fr); gap: clamp(28px, 4vw, 54px); align-items: start; }
.shop-filter-panel { position: sticky; top: 116px; }
.shop-filter-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.shop-filter-header .section-kicker { margin-bottom: 5px; }
.shop-filter-header h3 { margin: 0; font-size: 1.45rem; font-weight: 500; }
.shop-filter-close { width: 44px; height: 44px; display: none; place-items: center; padding: 0; border: 1px solid #d3d5d7; border-radius: 50%; background: transparent; }
.shop-filter-close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.shop-filter-form { display: grid; }
.shop-filter-form fieldset { margin: 0; padding: 22px 0; border: 0; border-top: 1px solid #d5d7d9; }
.shop-filter-form legend { margin-bottom: 13px; padding: 0; color: var(--graphite); font-size: .83rem; font-weight: 650; }
.shop-filter-options { display: grid; gap: 8px; }
.shop-filter-options label,
.shop-stock-filter { min-height: 44px; display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--steel); font-size: .82rem; }
.shop-filter-options input,
.shop-stock-filter input { width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin: 0; padding: 0; accent-color: var(--accent); }
.shop-filter-options-inline { display: flex; flex-wrap: wrap; gap: 8px; }
.shop-filter-size { min-width: 44px; position: relative; justify-content: center; }
.shop-filter-size input { position: absolute; opacity: 0; }
.shop-filter-size span { min-width: 44px; min-height: 44px; display: grid; place-items: center; padding: 0 9px; border: 1px solid #c7cace; border-radius: 7px; background: transparent; color: var(--graphite); font-size: .78rem; }
.shop-filter-size input:checked + span { border-color: var(--graphite); background: var(--graphite); color: var(--white); }
.shop-filter-size input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 3px; }
.shop-filter-color { display: inline-flex; align-items: center; gap: 9px; }
.shop-filter-color i,
.shop-card-single-swatch,
.shop-card-swatches button span { width: 18px; height: 18px; display: block; border: 1px solid rgba(32,35,38,.25); border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 2px rgba(255,255,255,.55); }
.shop-stock-filter { margin: 0; padding: 19px 0; border-top: 1px solid #d5d7d9; }
.shop-stock-filter > span { display: grid; gap: 1px; }
.shop-stock-filter strong { color: var(--graphite); font-size: .82rem; font-weight: 600; }
.shop-stock-filter small { font-size: .7rem; }
.shop-filter-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 18px; border-top: 1px solid #d5d7d9; }
.shop-filter-actions button { min-height: 46px; border: 1px solid var(--graphite); border-radius: 8px; background: transparent; color: var(--graphite); font-size: .78rem; font-weight: 600; }
.shop-filter-actions button:first-child { grid-column: 1 / -1; }
.shop-filter-actions .shop-filter-apply { display: none; background: var(--graphite); color: var(--white); }
.shop-results { min-width: 0; }
.active-filter-list { min-height: 44px; display: flex; align-items: center; gap: 8px; overflow-x: auto; margin: 0 0 20px; padding-bottom: 5px; scrollbar-width: none; }
.active-filter-list[hidden] { display: none; }
.active-filter-list button { min-height: 44px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #c7cace; border-radius: 999px; background: var(--white); color: var(--graphite); font-size: .76rem; }
.active-filter-list button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.active-filter-list .clear-filter-link { border-color: transparent; background: transparent; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.shop-results .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shop-results .product-card:nth-child(1),
.shop-results .product-card:nth-child(6) { grid-column: auto; }
.shop-results .product-card:nth-child(1) .product-visual,
.shop-results .product-card:nth-child(6) .product-visual { aspect-ratio: .78; }
.shop-stock-badge { position: absolute; inset-block-start: 12px; inset-inline-start: 12px; z-index: 3; padding: 6px 9px; border-radius: 999px; background: rgba(245,245,242,.94); color: var(--graphite); font-size: .7rem; font-weight: 650; }
.shop-card-color-row { min-height: 28px; display: flex; align-items: center; gap: 8px; margin-top: 7px; }
.shop-card-color-row .product-color { min-width: 0; overflow: hidden; margin: 0; text-overflow: ellipsis; white-space: nowrap; }
.shop-card-swatches { display: flex; flex-wrap: wrap; gap: 2px; }
.shop-card-swatches button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; }
.shop-card-swatches button[aria-pressed="true"] { border-color: var(--graphite); }
.shop-card-status { display: flex; align-items: center; gap: 7px; margin: 7px 0 12px; color: #4c6657; font-size: .73rem; }
.shop-card-status > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.shop-card-status.is-unavailable { color: var(--danger); }
.shop-card-controls { display: grid; grid-template-columns: minmax(96px, .65fr) 1fr; gap: 8px; }
.shop-card-controls select,
.shop-card-controls button { min-width: 0; min-height: 46px; border-radius: 8px; font-size: .8rem; }
.shop-card-controls select { padding: 0 34px 0 11px; border: 1px solid var(--line-strong); background: var(--white); color: var(--graphite); }
body[dir="rtl"] .shop-card-controls select { padding: 0 11px 0 34px; }
.shop-card-controls button { border: 0; background: var(--accent); color: var(--white); font-weight: 600; transition: background-color 140ms ease, transform 140ms var(--ease-out); }
.shop-card-controls button.is-added { background: var(--graphite); }
.shop-card-controls button:active { transform: scale(.96); }
.shop-card-controls button:disabled { cursor: not-allowed; opacity: .48; }
.shop-card-action { justify-content: space-between; margin-top: 7px; }
.shop-toast { min-height: 48px; position: fixed; inset-inline-start: 50%; inset-block-end: max(18px, env(safe-area-inset-bottom)); z-index: 100; display: flex; align-items: center; padding: 0 18px; border-radius: 8px; background: var(--graphite); box-shadow: var(--shadow); color: var(--white); font-size: .82rem; font-weight: 600; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity 150ms ease, transform 150ms var(--ease-out); }
body[dir="rtl"] .shop-toast { transform: translate(50%, 12px); }
.shop-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
body[dir="rtl"] .shop-toast.is-visible { transform: translate(50%, 0); }
.shop-filter-scrim { display: none; }
.shop-card-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--graphite);
  font-size: .9rem;
  font-weight: 600;
  text-underline-offset: 5px;
}
.shop-card-action span:last-child { transition: transform 160ms var(--ease-out); }

.story-grid {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  padding: 120px 0;
}
.story-art {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--graphite);
}
.story-art span { position: relative; z-index: 2; color: #f0f1f1; font-size: clamp(12rem, 24vw, 25rem); font-weight: 300; line-height: .7; }
.story-art::after { content: ""; width: 62%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.story-art i { width: 140%; height: 1px; position: absolute; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); transform: rotate(-27deg); }
.story-art i:nth-of-type(1) { inset-block-start: 28%; inset-inline-start: -20%; }
.story-art i:nth-of-type(2) { inset-block-start: 52%; inset-inline-start: -8%; }
.story-art i:nth-of-type(3) { inset-block-start: 74%; inset-inline-start: -25%; }
.story-copy > p:not(.section-kicker) { max-width: 54ch; margin: 26px 0 0; color: var(--steel); font-size: 1.04rem; }
.values-section { padding-top: 40px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #d0d3d5; }
.value-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border-inline-end: 1px solid #d0d3d5; }
.value-grid article:last-child { border-inline-end: 0; }
.value-grid article > span { color: var(--accent); font-size: .78rem; letter-spacing: .14em; }
.value-grid h3 { max-width: 14ch; margin: auto 0 16px; font-size: 1.65rem; font-weight: 500; line-height: 1.1; }
.value-grid p { max-width: 34ch; margin: 0; color: var(--steel); }

.delivery-facts {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #d0d3d5;
}
.delivery-facts article { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 32px; border-inline-end: 1px solid #d0d3d5; }
.delivery-facts article:last-child { border-inline-end: 0; }
.delivery-facts strong { color: var(--graphite); font-size: clamp(2.5rem, 5vw, 5.4rem); font-weight: 300; letter-spacing: -.06em; line-height: 1; }
.delivery-facts span { margin-top: 14px; color: var(--steel); }
.steps-section { padding-bottom: 50px; }
.steps-grid { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d0d3d5; }
.steps-grid li { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid #d0d3d5; }
.steps-grid li > span { color: var(--accent); font-size: .78rem; letter-spacing: .14em; }
.steps-grid h3 { margin: 0 0 8px; font-size: 1.35rem; font-weight: 500; }
.steps-grid p { max-width: 58ch; margin: 0; color: var(--steel); }
.faq-section { max-width: min(900px, calc(100vw - 40px)); padding-top: 70px; }
.faq-list { border-top: 1px solid #d0d3d5; }
.faq-list details { border-bottom: 1px solid #d0d3d5; }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--accent); font-size: 1.35rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 68ch; margin: 0; padding: 0 0 28px; color: var(--steel); }

.contact-layout {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(480px, 1fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
  padding: 120px 0;
}
.contact-intro { position: sticky; top: 120px; }
.contact-intro > p:not(.section-kicker) { max-width: 46ch; margin: 24px 0; color: var(--steel); }
.contact-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 28px 0; }
.contact-channels a { min-width: 0; min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid #d0d3d5; border-radius: 10px; background: rgba(255,255,255,.55); color: var(--graphite); text-decoration: none; transition-property: background-color, border-color, transform; transition-duration: 140ms; transition-timing-function: var(--ease-out); }
.contact-channels svg { width: 21px; height: 21px; flex: 0 0 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-channels a > span { min-width: 0; display: grid; gap: 2px; }
.contact-channels small { color: #656b73; font-size: .75rem; }
.contact-channels strong { overflow-wrap: anywhere; font-size: .82rem; font-weight: 600; }
.contact-promise { display: flex; gap: 14px; align-items: flex-start; padding-top: 24px; border-top: 1px solid #d0d3d5; }
.contact-promise span { width: 9px; height: 9px; flex: 0 0 9px; margin-top: 8px; border-radius: 50%; background: var(--accent); }
.contact-promise p { margin: 0; color: var(--graphite); }
.contact-form { padding: clamp(28px, 5vw, 54px); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(32,35,38,.06); }
.contact-form h2 { margin-bottom: 34px; font-size: clamp(2.3rem, 3vw, 3.4rem); }
.contact-form > label,
.contact-form .field-grid label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--graphite); font-size: .88rem; }
.contact-form textarea { min-height: 150px; }
.contact-status { min-height: 26px; margin: 0 0 10px; color: var(--danger); font-size: .86rem; }
.contact-status.is-success { color: var(--accent); }
.contact-submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: var(--graphite);
  color: var(--white);
  font-weight: 600;
  transition: transform 140ms var(--ease-out), opacity 150ms ease;
}
.contact-submit:active { transform: scale(.98); }
.contact-submit:disabled { cursor: wait; opacity: .58; }

.page-cta {
  width: var(--page);
  min-height: 300px;
  margin: 20px auto 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(34px, 6vw, 72px);
  border-radius: var(--radius);
  background: var(--graphite);
  color: var(--white);
}
.page-cta p { max-width: 16ch; margin: 0; font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.page-cta a { min-height: 52px; display: inline-flex; align-items: center; padding-inline: 22px; border: 1px solid rgba(255,255,255,.65); border-radius: 8px; text-decoration: none; white-space: nowrap; }
.content-footer { margin-top: 0; }

.policy-hero h1 { max-width: 14ch; font-size: clamp(3.6rem, 7vw, 7.4rem); }
.policy-document { width: min(820px, calc(100vw - 40px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.policy-updated { margin: 0 0 24px; color: var(--steel); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.policy-section { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 24px; padding: 34px 0 38px; border-top: 1px solid #d0d3d5; }
.policy-section:last-child { border-bottom: 1px solid #d0d3d5; }
.policy-section > span { padding-top: 5px; color: var(--accent); font-size: .75rem; letter-spacing: .12em; }
.policy-section h2 { margin: 0 0 13px; color: var(--graphite); font-size: clamp(1.55rem, 3vw, 2.1rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.15; }
.policy-section p { margin: 0; color: #565d62; font-size: 1rem; line-height: 1.75; }
.policy-contact-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 20px; }
.policy-contact-links a, .policy-inline-link { color: var(--graphite); font-weight: 600; overflow-wrap: anywhere; text-underline-offset: .22em; }
.policy-inline-link { display: inline-block; margin-top: 16px; }
.policy-contact-links a:focus-visible, .policy-inline-link:focus-visible { outline: 2px solid var(--graphite); outline-offset: 4px; }

@media (prefers-reduced-motion: no-preference) {
  .page-hero > div, .page-hero > p { animation: page-enter 620ms var(--ease-in-out) both; }
  .page-hero > p { animation-delay: 70ms; }
  @keyframes page-enter { from { opacity: 0; transform: translateY(18px); } }
}

@media (hover: hover) and (pointer: fine) {
  .shop-card-action:hover span:last-child { transform: translateX(6px); }
  body[dir="rtl"] .shop-card-action:hover span:last-child { transform: translateX(-6px); }
  .shop-card-controls button:hover { background: #623344; }
  .shop-card-swatches button:hover { border-color: var(--line-strong); }
  .active-filter-list button:not(.clear-filter-link):hover { border-color: var(--graphite); }
  .shop-filter-actions button:hover { background: var(--graphite); color: var(--white); }
  .page-cta a:hover { background: var(--white); color: var(--graphite); }
  .contact-submit:hover { background: var(--ink); }
  .contact-channels a:hover { border-color: var(--graphite); background: var(--white); transform: translateY(-2px); }
  .policy-contact-links a:hover, .policy-inline-link:hover { color: var(--accent); }
}

@media (max-width: 1080px) {
  .shop-results .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .page-hero { min-height: 440px; grid-template-columns: 1fr; align-content: end; gap: 28px; padding-block: 70px; }
  .page-hero > p { max-width: 58ch; }
  .story-grid { grid-template-columns: 1fr; }
  .story-art { min-height: 540px; }
  .story-copy { max-width: 680px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-intro { position: static; max-width: 680px; }
}

@media (max-width: 900px) {
  .catalogue-toolbar { justify-content: space-between; }
  .shop-filter-trigger { display: inline-flex; }
  .shop-catalogue-layout { grid-template-columns: 1fr; }
  .shop-filter-panel {
    width: min(440px, 100%);
    max-height: 92dvh;
    position: fixed;
    inset: auto 0 0 auto;
    z-index: 92;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: var(--pearl);
    box-shadow: 0 -18px 52px rgba(32,35,38,.22);
    transform: translateY(104%);
    visibility: hidden;
    transition: transform 260ms var(--ease-drawer), visibility 0s linear 260ms;
  }
  body[dir="rtl"] .shop-filter-panel { inset: auto auto 0 0; }
  .shop-filter-panel.is-open { visibility: visible; transform: none; transition-delay: 0s; }
  .shop-filter-header { min-height: 84px; align-items: center; margin: 0; padding: 16px 20px; border-bottom: 1px solid #d5d7d9; }
  .shop-filter-close { display: grid; }
  .shop-filter-form { overflow-y: auto; overscroll-behavior: contain; padding: 0 20px max(18px, env(safe-area-inset-bottom)); }
  .shop-filter-form fieldset { padding-block: 20px; }
  .shop-filter-actions { position: sticky; inset-block-end: 0; margin-inline: -20px; padding: 12px 20px max(12px, env(safe-area-inset-bottom)); background: var(--pearl); box-shadow: 0 -8px 24px rgba(32,35,38,.07); }
  .shop-filter-actions button:first-child { grid-column: auto; }
  .shop-filter-actions .shop-filter-apply { display: block; }
  .shop-filter-scrim { position: fixed; inset: 0; z-index: 90; display: block; border: 0; background: rgba(25,27,29,.46); }
  .shop-filter-scrim[hidden] { display: none; }
}

@media (max-width: 680px) {
  .page-hero { min-height: 410px; padding: 48px 0 58px; }
  .page-hero h1 { font-size: clamp(3.45rem, 16vw, 5.2rem); }
  .page-hero-shop { min-height: 286px; gap: 18px; padding: 34px 0 42px; }
  .page-hero-shop h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: .94; }
  .page-hero-shop > p { font-size: 1rem; }
  .shop-catalogue { padding-top: 56px; }
  .shop-catalogue, .values-section, .steps-section, .faq-section { padding-block: 78px; }
  .catalogue-heading, .section-heading-simple { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 32px; }
  .catalogue-toolbar { align-items: stretch; gap: 8px; margin-top: -12px; }
  .shop-filter-trigger, .shop-sort { flex: 1 1 0; }
  .shop-filter-trigger { justify-content: center; }
  .shop-sort { min-width: 0; padding-inline-start: 10px; gap: 6px; }
  .shop-sort > span { display: none; }
  .shop-sort select { width: 100%; min-width: 0; font-size: 1rem; }
  .shop-results .product-grid { grid-template-columns: 1fr; }
  .shop-results .product-card .product-visual { aspect-ratio: 1 / 1.08; }
  .shop-card-controls select { font-size: 1rem; }
  .shop-toast { max-width: calc(100vw - 96px); inset-block-end: calc(76px + env(safe-area-inset-bottom)); text-align: center; }
  .story-grid { padding-block: 80px; }
  .story-art { min-height: 430px; }
  .values-section { padding-top: 20px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 270px; border-inline-end: 0; border-bottom: 1px solid #d0d3d5; }
  .value-grid article:last-child { border-bottom: 0; }
  .delivery-facts { grid-template-columns: 1fr; }
  .delivery-facts article { min-height: 170px; border-inline-end: 0; border-bottom: 1px solid #d0d3d5; }
  .delivery-facts article:last-child { border-bottom: 0; }
  .steps-grid li { grid-template-columns: 58px 1fr; gap: 12px; }
  .contact-layout { padding-block: 80px; }
  .contact-form { padding: 26px 20px; }
  .contact-channels { grid-template-columns: 1fr; }
  .page-cta { min-height: 340px; margin-bottom: 80px; align-items: flex-start; flex-direction: column; justify-content: space-between; }
  .page-cta p { max-width: 13ch; }
  .policy-document { width: min(100% - 32px, 820px); padding-block: 70px; }
  .policy-section { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; padding-block: 28px 32px; }
  .policy-section p { font-size: .97rem; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-card-action span:last-child, .shop-card-controls button, .shop-filter-panel, .shop-toast, .contact-submit, .contact-channels a { transition: none; }
  .contact-submit:active { transform: none; }
  .contact-channels a:hover { transform: none; }
}
