:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --ink-soft: #333336;
  --paper: #f5f5f7;
  --paper-warm: #fbfbfd;
  --white: #ffffff;
  --line: #d2d2d7;
  --line-strong: #a1a1a6;
  --muted: #6e6e73;
  --muted-light: #86868b;
  --accent: #1d1d1f;
  --accent-dark: #000000;
  --accent-soft: #f5f5f7;
  --whatsapp: #168f45;
  --whatsapp-dark: #0e7035;
  --whatsapp-soft: #e8f7ee;
  --focus: #0071e3;
  --success: #137c3d;
  --warning: #a15c00;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --shadow-sm: 0 1px 3px rgb(0 0 0 / 5%);
  --shadow: 0 12px 36px rgb(0 0 0 / 8%);
  --shadow-high: 0 24px 60px rgb(0 0 0 / 12%);
  --content: 1280px;
  --header-height: 73px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

[hidden] {
  display: none !important;
}

/* Premium basket drawer */
body.sidecart-open {
  overflow: hidden;
}

.sidecart-root {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.sidecart-root[hidden] {
  display: none;
}

.sidecart-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%);
  backdrop-filter: blur(0);
  transition: background-color 220ms ease, backdrop-filter 220ms ease;
}

.sidecart {
  position: absolute;
  inset: 0 0 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(100%, 430px);
  min-height: 100%;
  max-height: 100dvh;
  overflow: hidden;
  background: #fff;
  box-shadow: -24px 0 70px rgb(0 0 0 / 18%);
  transform: translateX(102%);
  transition: transform 260ms cubic-bezier(.22, .7, .2, 1);
}

.sidecart-root--open .sidecart-backdrop {
  background: rgb(0 0 0 / 38%);
  backdrop-filter: blur(4px);
}

.sidecart-root--open .sidecart {
  transform: translateX(0);
}

.sidecart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: max(18px, env(safe-area-inset-top)) 20px 15px;
  border-bottom: 1px solid var(--line);
}

.sidecart__header .eyebrow {
  margin: 0 0 2px;
}

.sidecart__header h2 {
  margin: 0;
  font-size: 1.45rem;
}

.sidecart__close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font: 400 1.7rem/1 system-ui;
  cursor: pointer;
}

.sidecart__body {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px 20px 22px;
}

.sidecart-items {
  display: grid;
}

.sidecart-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.sidecart-item--new {
  animation: sidecart-new 500ms ease both;
}

.sidecart-item__media {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--surface);
}

.sidecart-item__media img,
.sidecart-upsell__product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sidecart-item__copy {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.sidecart-item__copy > a {
  color: var(--ink);
  text-decoration: none;
}

.sidecart-item__copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: .91rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidecart-item__copy > span {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 650;
}

.sidecart-item__controls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
}

.sidecart-item__controls button:not(.sidecart-item__remove) {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.sidecart-item__controls > span {
  min-width: 28px;
  text-align: center;
  font-size: .88rem;
  font-weight: 700;
}

.sidecart-item__remove {
  min-height: 30px;
  margin-left: auto;
  padding: 0 3px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: .76rem;
  text-decoration: underline;
  cursor: pointer;
}

.sidecart-progress {
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--surface);
}

.sidecart-progress p {
  margin: 0 0 8px;
  font-size: .83rem;
}

.sidecart-progress small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.3;
}

.sidecart-progress [role="progressbar"] {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #ddd;
}

.sidecart-progress [role="progressbar"] span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.sidecart-upsell {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, var(--surface));
}

.sidecart-upsell__heading,
.sidecart-upsell__product {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sidecart-upsell__heading {
  justify-content: space-between;
  margin-bottom: 11px;
}

.sidecart-upsell__heading .eyebrow {
  margin: 0 0 2px;
}

.sidecart-upsell__heading h3 {
  margin: 0;
  font-size: 1rem;
}

.sidecart-upsell__heading > span {
  font-size: .9rem;
  font-weight: 750;
}

.sidecart-upsell__product img {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: #fff;
}

.sidecart-upsell__product > a {
  display: grid;
  flex: 1;
  gap: 3px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.sidecart-upsell__product strong {
  font-size: .86rem;
  line-height: 1.25;
}

.sidecart-upsell__product small {
  color: var(--muted);
}

.sidecart__footer {
  display: grid;
  gap: 10px;
  padding: 15px 20px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 -14px 36px rgb(0 0 0 / 7%);
}

.sidecart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.sidecart-total span {
  color: var(--muted);
  font-size: .86rem;
}

.sidecart-total strong {
  font-size: 1.22rem;
}

.sidecart__footer > p {
  margin: -4px 0 1px;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.35;
}

.sidecart-continue {
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.sidecart-empty {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 38px 12px;
  text-align: center;
}

.sidecart-empty > span {
  font-size: 3rem;
}

.sidecart-empty h3 {
  margin: 16px 0 6px;
  font-size: 1.35rem;
}

.sidecart-empty p {
  max-width: 28ch;
  margin: 0 0 20px;
  color: var(--muted);
}

@keyframes sidecart-new {
  0% { background: rgb(84 178 52 / 16%); }
  100% { background: transparent; }
}

/* Search landing pages */
.seo-hero .breadcrumbs {
  margin-bottom: 26px;
}

.seo-collection .product-grid {
  margin-top: 24px;
}

.seo-local-proof {
  display: grid;
  gap: 24px;
  align-items: center;
}

.seo-local-proof h2 {
  max-width: 14ch;
}

.seo-local-proof p:not(.eyebrow) {
  max-width: 58ch;
  color: var(--muted);
}

.seo-local-proof img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

@media (min-width: 760px) {
  .seo-local-proof {
    grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  }
}

@media (max-width: 520px) {
  .sidecart__header {
    min-height: 72px;
    padding-inline: 16px;
  }

  .sidecart__body,
  .sidecart__footer {
    padding-inline: 16px;
  }

  .sidecart__footer {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .sidecart,
  .sidecart-backdrop,
  .sidecart-item--new {
    animation: none;
    transition: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

input,
select,
textarea {
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 4px rgb(0 113 227 / 12%);
  outline: 0;
}

button,
select {
  cursor: pointer;
}

a,
button,
select,
label {
  touch-action: manipulation;
}

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

::selection {
  background: var(--ink);
  color: var(--white);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.35rem, 8vw, 5.8rem);
}

h2 {
  font-size: clamp(1.85rem, 5vw, 3.7rem);
}

h3 {
  font-size: 1.12rem;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.shell {
  width: min(100% - 32px, var(--content));
  margin-inline: auto;
}

.section {
  padding-block: clamp(54px, 8vw, 108px);
}

.section--tight {
  padding-block: clamp(36px, 6vw, 72px);
}

.section--white {
  background: var(--white);
}

.section--ink {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading__copy {
  max-width: 720px;
}

.section-heading__copy > p:last-child {
  max-width: 60ch;
  color: var(--muted);
}

.section--ink .section-heading__copy > p:last-child {
  color: #bfc1c7;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section--ink .eyebrow,
.hero .eyebrow {
  color: var(--muted-light);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
}

.button {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button-row .button {
  flex: 0 1 auto;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--ink-soft);
  box-shadow: var(--shadow-sm);
}

.button:active,
.header-action:active,
.menu-toggle:active {
  transform: scale(0.97);
}

.button.is-added,
.button.is-added:hover,
.button.is-added:focus-visible {
  border-color: var(--success);
  background: var(--success);
  color: var(--white);
  box-shadow: 0 8px 22px rgb(19 124 61 / 22%);
}

.button--secondary {
  border-color: var(--line-strong);
  background: var(--white);
  color: var(--ink);
}

.button--secondary:hover {
  border-color: var(--ink);
  background: var(--white);
}

.button--whatsapp {
  border-color: var(--whatsapp);
  background: var(--whatsapp);
  color: var(--white);
}

.button--whatsapp:hover {
  border-color: var(--whatsapp-dark);
  background: var(--whatsapp-dark);
}

.button--whatsapp::before,
.mobile-menu__primary::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("/assets/icons/whatsapp-white-icon.webp") center / contain no-repeat;
  content: "";
}

.button--accent {
  border-color: var(--accent);
  background: var(--accent);
}

.button--accent:hover {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
}

.button.button--secondary.is-added,
.button.button--secondary.is-added:hover,
.button.button--secondary.is-added:focus-visible {
  border-color: var(--success);
  background: var(--success);
  color: var(--white);
  box-shadow: 0 8px 22px rgb(19 124 61 / 22%);
}

.button--large {
  min-height: 56px;
  padding-inline: 26px;
}

.button--square {
  width: 48px;
  flex: 0 0 48px;
  padding: 0;
}

.button-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background: currentColor;
}

.button-icon--plus {
  -webkit-mask: url("/assets/icons/plus.svg") center / contain no-repeat;
  mask: url("/assets/icons/plus.svg") center / contain no-repeat;
}

.button--full {
  width: 100%;
}

.button-label-short {
  display: none;
}

.announcement {
  position: relative;
  z-index: 52;
  background: var(--ink);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 750;
  text-align: center;
}

.announcement .shell {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.announcement a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: inherit;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 1px 0 rgb(17 18 20 / 4%);
  backdrop-filter: blur(14px);
}

.site-header__main {
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 150px;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  filter: invert(1);
}

.header-search {
  position: relative;
  display: flex;
  max-width: 660px;
}

.header-search input,
.hero-search input,
.catalog-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--paper);
  font-size: 1rem;
}

.header-search input {
  padding: 0 54px 0 19px;
}

.header-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 0;
}

.header-search button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: currentColor;
  content: "";
  -webkit-mask: url("/assets/icons/search.svg") center / contain no-repeat;
  mask: url("/assets/icons/search.svg") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.header-search button::after {
  display: none;
}

.search-suggestions {
  position: absolute;
  z-index: 75;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(520px, calc(100dvh - 170px));
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 98%);
  box-shadow: var(--shadow-high);
  backdrop-filter: blur(18px);
}

.search-suggestions[hidden] {
  display: none;
}

.search-suggestions__label {
  margin: 4px 8px 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-suggestions nav {
  display: grid;
  min-width: 0;
}

.search-suggestion,
.search-suggestions__all {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 64px;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 14px;
  text-decoration: none;
}

.search-suggestion:hover,
.search-suggestion:focus-visible,
.search-suggestions__all:hover,
.search-suggestions__all:focus-visible {
  background: var(--paper);
  outline-offset: -2px;
}

.search-suggestion img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  padding: 5px;
  border-radius: 12px;
  background: var(--paper);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.search-suggestion span {
  min-width: 0;
  flex: 1;
}

.search-suggestion strong,
.search-suggestion small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-suggestion strong {
  font-size: 0.86rem;
}

.search-suggestion small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
}

.search-suggestion b,
.search-suggestions__all b {
  flex: 0 0 auto;
  color: var(--muted);
}

.search-suggestions__all {
  min-height: 48px;
  justify-content: space-between;
  margin-top: 5px;
  padding-inline: 14px;
  border-top: 1px solid var(--line);
  border-radius: 0 0 14px 14px;
  font-size: 0.82rem;
  font-weight: 800;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
}

.header-action {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.header-action:hover {
  background: var(--paper);
}

.header-action--help > span:first-child {
  font-size: 0;
}

.header-action--help > span:first-child::after {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/assets/icons/whatsapp-icon.webp") center / contain no-repeat;
  content: "";
}

.header-action--cart > span:first-child {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-top: 3px;
  border: 1.7px solid currentColor;
  border-radius: 3px;
  font-size: 0;
}

.header-action--cart > span:first-child::before {
  position: absolute;
  width: 8px;
  height: 5px;
  border: 1.7px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  content: "";
  left: 3px;
  top: -6px;
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid var(--white);
  border-radius: 99px;
  background: var(--accent);
  color: var(--white);
  font-size: 0.68rem;
  line-height: 16px;
  text-align: center;
}

.cart-count--bump {
  animation: cartBump 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  font-size: 0;
}

.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), top 180ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(-50%);
}

.menu-toggle::before {
  top: 17px;
}

.menu-toggle::after {
  top: 24px;
}

.menu-toggle[aria-expanded="true"]::before {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

.site-nav {
  border-top: 1px solid #ecece8;
  background: var(--white);
}

.site-nav .shell {
  display: flex;
  min-height: 45px;
  align-items: center;
  gap: clamp(17px, 3vw, 36px);
  overflow: auto hidden;
  scrollbar-width: none;
}

.site-nav .shell::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--accent-dark);
}

.site-nav__deal {
  color: var(--accent-dark) !important;
}

.mobile-menu {
  position: fixed;
  z-index: 49;
  inset: calc(var(--header-height) + 36px) 0 0;
  padding: 22px 16px 96px;
  background: var(--white);
  overflow-y: auto;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu nav {
  display: grid;
  gap: 5px;
}

.mobile-menu__location {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 0 !important;
  border-radius: 20px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
}

.mobile-menu__location > span,
.mobile-menu__location small,
.mobile-menu__location strong {
  display: block;
}

.mobile-menu__location small {
  margin-bottom: 3px;
  color: rgb(255 255 255 / 68%);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-menu__location strong {
  font-size: 1rem;
  line-height: 1.25;
}

.mobile-menu__location b {
  flex: 0 0 auto;
  font-size: 0.75rem;
  white-space: nowrap;
}

.mobile-menu a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.mobile-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.mobile-menu__actions a {
  min-height: 52px;
  padding-inline: 16px;
  border: 0;
  border-radius: 999px;
  font-size: 0.82rem;
}

.mobile-menu__actions .mobile-menu__primary {
  background: var(--whatsapp);
  color: var(--white);
}

.mobile-menu__actions .mobile-menu__basket {
  background: var(--paper);
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
}

.hero::before {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(0 113 227 / 7%), transparent 68%);
  content: "";
  right: -270px;
  top: -220px;
}

.hero__grid {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100svh - 90px));
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  padding-block: clamp(56px, 9vw, 116px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
}

.hero h1 em {
  color: var(--muted);
  font-style: normal;
}

.hero__lede {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-search {
  position: relative;
  max-width: 650px;
  margin-bottom: 22px;
}

.hero-search input {
  min-height: 60px;
  padding: 0 136px 0 22px;
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.hero-search button {
  position: absolute;
  inset: 6px 6px 6px auto;
  min-width: 122px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 850;
}

.hero__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero__quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hero__quick-links a:hover {
  border-color: var(--line-strong);
  background: var(--paper);
  transform: translateY(-1px);
}

.hero__quick-links b {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero__visual {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

.hero-product {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.hero-product::before {
  position: absolute;
  width: min(420px, 95%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: none;
  content: "";
}

.hero-product img {
  position: relative;
  z-index: 1;
  width: min(440px, 92%);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgb(0 0 0 / 10%));
  mix-blend-mode: multiply;
}

.hero-product--supplied::before {
  width: min(520px, 100%);
  background: radial-gradient(circle, #f0f6ff 0%, #f5f5f7 58%, transparent 72%);
}

.hero-product--supplied img {
  width: min(590px, 100%);
  max-height: 470px;
  filter: drop-shadow(0 28px 34px rgb(0 0 0 / 12%));
  mix-blend-mode: normal;
}

.hero-product--photo::before {
  display: none;
}

.hero-product--photo img {
  width: min(500px, 94%);
  max-height: none;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 30px;
  box-shadow: 0 42px 90px rgb(0 0 0 / 42%);
  filter: none;
}

.hero-proof {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 18px;
  width: min(290px, 82%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 88%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 4px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 0.84rem;
}

.trust-bar {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: grid;
  min-height: 100px;
  grid-template-columns: 8px 1fr;
  align-content: center;
  align-items: center;
  gap: 14px;
  padding: 18px clamp(10px, 2vw, 26px);
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item__icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
  color: transparent;
  font-size: 0;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  font-size: 0.92rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.78rem;
}

.most-wanted {
  overflow: hidden;
  background: var(--paper);
}

.most-wanted__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.most-wanted__heading .eyebrow {
  margin-bottom: 7px;
}

.most-wanted__heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.most-wanted__controls {
  display: flex;
  gap: 9px;
}

.most-wanted__controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font: 500 1.55rem/1 system-ui;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.most-wanted__controls button:hover:not(:disabled) {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  transform: translateY(-1px);
}

.most-wanted__controls button:disabled {
  opacity: .3;
  cursor: default;
}

.most-wanted__rail {
  display: grid;
  grid-auto-columns: 168px;
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  outline: none;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.most-wanted__rail::-webkit-scrollbar {
  display: none;
}

.most-wanted__rail:focus-visible {
  border-radius: 12px;
  box-shadow: 0 0 0 3px rgb(0 113 227 / 20%);
}

.most-wanted__item {
  display: grid;
  gap: 10px;
  scroll-snap-align: start;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}

.most-wanted__item > span {
  display: grid;
  height: 112px;
  place-items: center;
  border-radius: 22px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.most-wanted__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.most-wanted__item strong {
  font-size: .98rem;
  line-height: 1.2;
}

.most-wanted__item:hover > span {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.category-card__art {
  display: grid;
  min-height: 115px;
  place-items: center;
}

.category-card__art img {
  width: 118px;
  height: 112px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.category-card--photo .category-card__art {
  min-height: 122px;
  margin: -18px -18px 15px;
  overflow: hidden;
  background: var(--paper);
}

.category-card--photo .category-card__art img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  mix-blend-mode: normal;
}

.category-card--product .category-card__art {
  min-height: 122px;
  margin: -18px -18px 15px;
  overflow: hidden;
  background: var(--paper);
}

.category-card--product .category-card__art img {
  width: 100%;
  height: 122px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.category-card--repair .category-card__art {
  margin: -18px -18px 15px;
  background: var(--accent);
}

.category-card__symbol {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 74%);
  border-radius: 50%;
  color: var(--white);
  font-size: 3rem;
  font-weight: 900;
}

.category-card strong,
.category-card small {
  display: block;
}

.category-card strong {
  margin-bottom: 3px;
  font-size: 1rem;
}

.category-card small {
  color: var(--muted);
}

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

.product-rail {
  display: grid;
  grid-auto-columns: minmax(260px, 1fr);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 3px 2px 16px;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.product-rail .product-card {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 0.92;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(145deg, #fbfbfd, #f0f0f2);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}

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

.product-card__category {
  position: absolute;
  top: 11px;
  left: 11px;
  padding: 5px 8px;
  border: 1px solid rgb(17 18 20 / 8%);
  border-radius: 999px;
  background: rgb(255 255 255 / 88%);
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.product-card__image-note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border: 1px solid rgb(17 18 20 / 8%);
  border-radius: 999px;
  background: rgb(255 255 255 / 90%);
  color: var(--muted);
  font-size: .62rem;
  font-weight: 760;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

.product-card__badges {
  display: flex;
  min-height: 25px;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1;
}

.badge--stock {
  background: var(--whatsapp-soft);
  color: var(--success);
}

.badge--stock span {
  font-size: 0.52rem;
}

.product-card h3 {
  margin-bottom: 7px;
  font-size: 1.03rem;
  line-height: 1.16;
}

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

.product-card__condition {
  min-height: 37px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
}

.product-card__price {
  margin: auto 0 3px;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.product-card__fineprint {
  margin-bottom: 14px;
  color: var(--muted-light);
  font-size: 0.68rem;
}

.product-card__actions {
  display: flex;
  align-items: stretch;
  gap: 9px;
}

.product-card__actions .button--whatsapp {
  flex: 1;
  min-width: 0;
  padding-inline: 10px;
  font-size: 0.78rem;
  white-space: nowrap;
}

.budget-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.budget-card {
  position: relative;
  display: flex;
  min-height: 232px;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.budget-card::after {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--paper-warm);
  content: "";
  right: -38px;
  bottom: -58px;
  transition: transform 180ms ease;
}

.budget-card:hover::after,
.budget-card:focus-visible::after {
  transform: scale(1.12);
}

.budget-card:hover {
  border-color: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.budget-card span,
.budget-card strong,
.budget-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.budget-card span {
  margin-bottom: 38px;
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.budget-card strong {
  margin-bottom: 5px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.budget-card small {
  color: var(--muted);
}

.budget-card__action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
}

.budget-card__action::after {
  content: "→";
  font-size: 0.88rem;
  transition: transform 180ms ease;
}

.budget-card:hover .budget-card__action::after {
  transform: translateX(3px);
}

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

.how-grid--single {
  grid-template-columns: 1fr;
}

.how-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border: 1px solid #36383e;
  border-radius: var(--radius-lg);
  background: #191a1e;
}

.how-card::before {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--muted-light);
  content: "";
}

.how-card h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.how-card p {
  margin: 0;
  color: #bfc1c7;
}

.repairs-banner,
.business-banner,
.whatsapp-banner {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.repairs-banner {
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--white);
  box-shadow: var(--shadow);
}

.repairs-banner__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 6vw, 76px);
}

.repairs-banner__copy h2 {
  margin-bottom: 16px;
}

.repairs-banner__copy p:not(.eyebrow) {
  max-width: 54ch;
  color: var(--muted);
}

.repairs-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.repairs-banner__media {
  min-height: 430px;
  background: var(--paper-warm);
}

.repairs-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repairs-banner__steps {
  display: grid;
  min-height: 430px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #3a3a3c;
}

.repairs-banner__steps > div {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 4vw, 44px);
  background: var(--ink);
  color: var(--white);
}

.repairs-banner__steps strong,
.repairs-banner__steps small {
  display: block;
}

.repairs-banner__steps strong {
  font-size: clamp(1.45rem, 3vw, 2.6rem);
}

.repairs-banner__steps small {
  margin-top: 3px;
  color: rgb(255 255 255 / 76%);
}

.business-banner {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  padding: clamp(28px, 6vw, 64px);
  background: var(--accent-soft);
  color: var(--ink);
}

.business-banner h2 {
  margin-bottom: 10px;
}

.business-banner p {
  max-width: 62ch;
  margin-bottom: 0;
  color: var(--muted);
}

.whatsapp-banner {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: clamp(30px, 6vw, 70px);
  background: var(--whatsapp-soft);
}

.whatsapp-banner h2 {
  margin-bottom: 10px;
}

.whatsapp-banner p {
  max-width: 60ch;
  margin-bottom: 0;
  color: #356148;
}

.store-location {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.68fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow);
}

.store-location__media {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.store-location__media picture,
.store-location__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.store-location__media img {
  object-fit: cover;
  object-position: 50% 50%;
}

.store-location__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  min-width: 144px;
  padding: 13px 16px;
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 16px;
  background: rgb(20 20 22 / 82%);
  color: var(--white);
  box-shadow: 0 14px 34px rgb(0 0 0 / 22%);
  backdrop-filter: blur(16px);
}

.store-location__media figcaption strong,
.store-location__media figcaption span {
  display: block;
}

.store-location__media figcaption strong {
  font-size: 0.92rem;
}

.store-location__media figcaption span {
  color: rgb(255 255 255 / 72%);
  font-size: 0.72rem;
}

.store-location__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.store-location__copy h2 {
  margin-bottom: 14px;
}

.store-location__copy > p:not(.eyebrow, .store-location__detail) {
  color: var(--muted);
}

.store-location__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.store-location__detail {
  display: grid;
  gap: 2px;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.store-location__detail strong {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-location__detail span {
  color: var(--muted);
  font-size: 0.84rem;
}

.page-hero {
  padding-block: clamp(42px, 7vw, 86px);
  background: var(--white);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 38px;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
}

.page-hero__lede {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.page-hero__aside {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.page-hero__aside strong,
.page-hero__aside span {
  display: block;
}

.page-hero__aside span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.87rem;
}

.catalog-toolbar {
  position: sticky;
  z-index: 20;
  top: calc(var(--header-height) + 45px);
  border-block: 1px solid var(--line);
  background: rgb(245 245 247 / 96%);
  backdrop-filter: blur(12px);
}

.catalog-toolbar__inner {
  padding-block: 15px;
}

.catalog-search {
  position: relative;
  margin-bottom: 12px;
}

.catalog-search input {
  min-height: 52px;
  padding-inline: 20px;
  background: var(--white);
}

.catalog-filter-trigger,
.filter-sheet__header,
.filter-sheet__actions,
.filter-sheet__label,
.catalog-filter-backdrop {
  display: none;
}

.catalog-filter-sheet {
  display: block;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-chip {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
}

.filter-chip:active {
  transform: scale(0.97);
}

.filter-chip[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.catalog-control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.toggle-label {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  font-size: 0.83rem;
  font-weight: 800;
}

.toggle-label input {
  width: 19px;
  height: 19px;
  accent-color: var(--ink);
}

.select-control {
  min-height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.8rem;
  font-weight: 750;
}

.skeleton-card {
  min-height: 410px;
  pointer-events: none;
}

.skeleton-card__media {
  aspect-ratio: 1 / 0.92;
  background: #ececf0;
}

.skeleton-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.skeleton-card__body span,
.skeleton-card__body strong {
  display: block;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #ececf0;
}

.skeleton-card__body strong {
  width: 86%;
  height: 18px;
}

.skeleton-card__body span:nth-child(3) {
  width: 62%;
}

.skeleton-card__body span:nth-child(4) {
  width: 42%;
}

.skeleton-card__media,
.skeleton-card__body span,
.skeleton-card__body strong {
  background-image: linear-gradient(90deg, #ececf0 0%, #f8f8fa 45%, #ececf0 90%);
  background-size: 220% 100%;
  animation: skeletonShimmer 1.2s ease-in-out infinite;
}

.product-loading {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: clamp(30px, 6vw, 82px);
}

.product-loading__visual {
  min-height: 600px;
  border-radius: var(--radius-xl);
}

.product-loading__summary {
  display: grid;
  align-content: start;
  gap: 16px;
  padding-top: 24px;
}

.product-loading__summary span,
.product-loading__summary strong,
.product-loading__summary button {
  display: block;
  width: 62%;
  height: 16px;
  border: 0;
  border-radius: 999px;
}

.product-loading__summary strong {
  width: 94%;
  height: 52px;
}

.product-loading__summary strong:nth-child(3) {
  width: 48%;
  height: 42px;
}

.product-loading__summary span:nth-child(4) {
  width: 82%;
}

.product-loading__summary button {
  width: 100%;
  height: 56px;
  margin-top: 14px;
}

.product-loading__visual,
.product-loading__summary span,
.product-loading__summary strong,
.product-loading__summary button {
  background-color: #ececf0;
  background-image: linear-gradient(90deg, #ececf0 0%, #f8f8fa 45%, #ececf0 90%);
  background-size: 220% 100%;
  animation: skeletonShimmer 1.2s ease-in-out infinite;
}

.catalog-results {
  padding-block: 34px 92px;
}

.catalog-results__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.catalog-results__top h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.catalog-results__top p {
  margin-bottom: 4px;
  color: var(--muted);
  font-weight: 750;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.notice,
.empty-state {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.notice--error {
  border-color: #e8b4af;
  background: #fff4f2;
  color: #8b241a;
}

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

.empty-state h1,
.empty-state h2 {
  margin-bottom: 10px;
}

.empty-state p {
  max-width: 55ch;
  margin-inline: auto;
  color: var(--muted);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.8rem;
}

.product-page {
  padding-block: 26px 90px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.product-visual {
  position: sticky;
  top: 150px;
  display: grid;
  min-height: 600px;
  place-items: center;
  padding: clamp(24px, 5vw, 68px);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #fbfbfd, #ececf0);
}

.product-visual img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-visual__note {
  position: absolute;
  inset: auto 16px 16px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgb(17 18 20 / 8%);
  border-radius: 999px;
  background: rgb(255 255 255 / 88%);
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
  backdrop-filter: blur(8px);
}

.product-summary {
  padding-top: 14px;
}

.product-summary h1 {
  margin-bottom: 15px;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--paper-warm);
  color: var(--warning);
  font-size: 0.76rem;
  font-weight: 850;
}

.availability--yes {
  background: var(--whatsapp-soft);
  color: var(--success);
}

.availability span {
  font-size: 0.55rem;
}

.product-summary__price {
  margin-bottom: 4px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 920;
  letter-spacing: -0.055em;
}

.product-summary__price-note {
  max-width: 58ch;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.84rem;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 0 24px;
}

.fact-grid > div {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.fact-grid dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  text-transform: uppercase;
}

.fact-grid dd {
  margin: 0;
  font-weight: 850;
}

.product-summary__actions {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.trust-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.85rem;
}

.trust-list span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--whatsapp-soft);
  color: var(--success);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-detail-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  margin-top: 90px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: var(--white);
}

.detail-steps {
  display: grid;
  gap: 12px;
}

.detail-steps article {
  padding: 18px;
  border: 1px solid #35373d;
  border-radius: var(--radius);
  background: #1a1b1f;
}

.detail-steps h3 {
  margin: 0 0 6px;
}

.detail-steps p {
  margin: 0;
  color: #bfc1c7;
  font-size: 0.84rem;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  padding-block: 34px 90px;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.cart-item__image {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--paper);
}

.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cart-item__content .eyebrow {
  margin-bottom: 5px;
  font-size: 0.65rem;
}

.cart-item h2 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.cart-item h2 a {
  text-decoration: none;
}

.cart-item__content p:not(.eyebrow) {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
}

.quantity {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.quantity button {
  height: 36px;
  border: 0;
  background: var(--paper);
  font-weight: 900;
}

.quantity span {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 850;
}

.text-button {
  padding: 5px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: underline;
}

.cart-summary {
  position: sticky;
  top: 145px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.cart-summary h2 {
  margin-bottom: 20px;
  font-size: 1.45rem;
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.cart-summary__total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-block: 20px;
}

.cart-summary__total strong {
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.cart-summary__checkout {
  display: grid;
  gap: 13px;
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.cart-summary__checkout [hidden] {
  display: none !important;
}

.cart-summary__checkout h3 {
  margin: 0;
  font-size: 1rem;
}

.cart-summary__checkout .field {
  gap: 5px;
}

.cart-summary__checkout .field label {
  font-size: 0.72rem;
}

.cart-summary__checkout .field label span {
  color: var(--muted);
  font-weight: 500;
}

.cart-summary__checkout .field input,
.cart-summary__checkout .field select,
.cart-summary__checkout .field textarea {
  min-height: 44px;
  padding: 10px 12px;
  font-size: 0.86rem;
}

.cart-summary__checkout .field textarea {
  min-height: 76px;
}

.cart-summary__note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.74rem;
}

.cart-summary .text-button {
  display: block;
  margin: 12px auto 0;
}

.repair-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 650px;
  background: var(--ink);
  color: var(--white);
}

.repair-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 8vw, 112px) max(16px, calc((100vw - var(--content)) / 2));
  padding-right: clamp(28px, 6vw, 84px);
}

.repair-hero__copy h1 {
  margin-bottom: 20px;
}

.repair-hero__copy > p:not(.eyebrow) {
  max-width: 60ch;
  color: #c6c8cc;
  font-size: 1.08rem;
}

.repair-hero__media {
  min-height: 480px;
}

.repair-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair-hero__diagnostic {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 7vw, 96px);
  background: var(--paper);
  color: var(--ink);
}

.repair-hero__diagnostic h2 {
  max-width: 9ch;
  margin-bottom: 34px;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: 0.96;
}

.repair-hero__diagnostic ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.repair-hero__diagnostic li {
  display: block;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgb(17 18 20 / 12%);
  border-radius: 14px;
  background: rgb(255 255 255 / 68%);
}

.repair-hero__diagnostic strong,
.repair-hero__diagnostic small {
  display: block;
}

.repair-hero__diagnostic small {
  margin-top: 2px;
  color: var(--muted);
}

.repair-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.repair-type {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease;
}

.repair-type:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
}

.repair-type__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
}

.repair-type strong,
.repair-type span {
  display: block;
}

.repair-type strong {
  margin-bottom: 6px;
  font-size: 1.18rem;
}

.repair-type span {
  color: var(--muted);
  font-size: 0.84rem;
}

.repair-form-wrap,
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.repair-form,
.business-form {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 0.78rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.policy-grid,
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.policy-grid--continued {
  margin-top: 14px;
}

.policy-card,
.contact-card {
  position: relative;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.policy-card::before {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 34px;
  border-radius: 99px;
  background: var(--accent);
  content: "";
}

.policy-card h3,
.contact-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.policy-card p,
.contact-card p {
  color: var(--muted);
}

.contact-card a {
  font-weight: 800;
}

.faq-list {
  display: grid;
  max-width: 900px;
  gap: 8px;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.faq-list summary {
  padding: 18px 20px;
  font-weight: 850;
  cursor: pointer;
}

.faq-list details p {
  max-width: 70ch;
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.qr-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.qr-card img {
  width: 150px;
  height: 150px;
}

.site-footer {
  padding: 54px 0 90px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 0.75fr);
  gap: 36px;
}

.footer-brand img {
  width: 150px;
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 44ch;
  color: #b9bbc0;
}

.footer-column h2 {
  margin-bottom: 13px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
  gap: 9px;
}

.footer-column a {
  color: #cfd0d4;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid #34363c;
  color: #92959c;
  font-size: 0.74rem;
}

.bottom-nav {
  display: none;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 24px;
  max-width: min(340px, calc(100vw - 36px));
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 14px;
  padding: 9px 10px 9px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-high);
  font-size: 0.84rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast--show {
  opacity: 1;
  transform: translateY(0);
}

.toast--action {
  pointer-events: auto;
}

.toast button {
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
}

.image-missing::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: var(--paper);
  color: var(--muted);
  content: "Photo available on WhatsApp";
  font-size: 0.78rem;
  text-align: center;
}

@keyframes menuReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cartBump {
  0% {
    transform: scale(0.72);
  }

  55% {
    transform: scale(1.18);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes skeletonShimmer {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: -120% 0;
  }
}

@media (max-width: 1080px) {
  .header-action span:not(.cart-count) {
    display: none;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1.2fr repeat(2, 0.8fr);
  }

  .footer-brand {
    grid-row: span 2;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 102px;
  }

  body {
    padding-bottom: 0;
  }

  .announcement {
    display: none;
  }

  .shell {
    width: min(100% - 24px, var(--content));
  }

  .announcement .shell {
    min-height: 34px;
  }

  .site-header__main {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 52px 50px;
    column-gap: 4px;
    row-gap: 0;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-left: auto;
    gap: 4px;
  }

  .brand img {
    width: 104px;
    max-height: 44px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    padding-bottom: 6px;
  }

  .header-search input {
    min-height: 44px;
    border-color: transparent;
    background: #f0f0f2;
    font-size: 0.94rem;
  }

  .header-search button {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border: 3px solid #f0f0f2;
  }

  .header-search:focus-within input {
    background: var(--white);
    border-color: var(--focus);
    box-shadow: 0 0 0 3px rgb(0 113 227 / 12%);
  }

  .header-search:focus-within button {
    border-color: var(--white);
  }

  .header-search .search-suggestions {
    top: calc(100% - 2px);
    max-height: calc(100dvh - 165px);
    border-radius: 20px;
  }

  .header-action--help {
    display: none;
  }

  .header-action--cart {
    display: inline-flex;
    width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0;
    border: 0;
    background: var(--paper);
  }

  .header-action--cart > span:first-child {
    display: inline-block !important;
    font-size: 0;
  }

  .header-action--cart > span:nth-child(2) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .header-action--cart .cart-count {
    top: -5px;
    right: -5px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    border: 0;
    background: var(--paper);
  }

  .site-nav {
    display: none;
  }

  .mobile-menu {
    inset: 102px 0 0;
    padding: 14px 12px calc(32px + env(safe-area-inset-bottom));
    animation: menuReveal 180ms ease-out;
  }

  .hero__grid,
  .page-hero__grid,
  .repairs-banner,
  .repair-hero,
  .repair-form-wrap,
  .contact-grid,
  .product-layout,
  .product-detail-section,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: auto;
    padding-block: 48px 34px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.5rem);
  }

  .hero .hero-search {
    display: none;
  }

  .hero__visual {
    min-height: 410px;
  }

  .hero-proof {
    right: 4px;
  }

  .trust-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .budget-grid,
  .how-grid,
  .repair-type-grid,
  .policy-grid,
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .store-location__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .store-location__copy {
    padding: 30px;
  }

  .repairs-banner__media,
  .repairs-banner__steps {
    min-height: 330px;
    grid-row: 1;
  }

  .business-banner,
  .whatsapp-banner {
    grid-template-columns: 1fr;
  }

  .page-hero__aside {
    display: none;
  }

  .catalog-page .page-hero {
    display: none;
  }

  .catalog-toolbar {
    position: static;
    top: auto;
    backdrop-filter: none;
  }

  .catalog-page .catalog-toolbar__inner {
    padding-block: 10px;
  }

  .catalog-page .catalog-search {
    display: none;
  }

  .catalog-filter-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  .filter-row--categories {
    margin: 0;
    padding: 0;
  }

  .filter-chip {
    min-height: 44px;
    padding-inline: 15px;
  }

  .catalog-filter-trigger {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: var(--white);
    font-size: 0.78rem;
    font-weight: 850;
  }

  .catalog-filter-trigger::before {
    content: "☷";
    font-size: 0.92rem;
  }

  .catalog-filter-trigger.has-filters {
    border-color: var(--ink);
  }

  .catalog-filter-trigger span {
    display: grid;
    min-width: 19px;
    height: 19px;
    place-items: center;
    padding-inline: 4px;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
    font-size: 0.64rem;
  }

  .catalog-filter-trigger span[hidden] {
    display: none;
  }

  .catalog-filter-backdrop:not([hidden]) {
    position: fixed;
    z-index: 89;
    inset: 0;
    display: block;
    background: rgb(0 0 0 / 34%);
    backdrop-filter: blur(3px);
  }

  .catalog-filter-sheet {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: min(82dvh, 720px);
    overflow-y: auto;
    padding: 10px 16px calc(16px + env(safe-area-inset-bottom));
    border-radius: 28px 28px 0 0;
    background: var(--white);
    box-shadow: 0 -24px 70px rgb(0 0 0 / 20%);
    overscroll-behavior: contain;
    transform: translateY(105%);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms;
    visibility: hidden;
  }

  body.filters-open {
    overflow: hidden;
  }

  body.filters-open .catalog-filter-sheet {
    transform: translateY(0);
    visibility: visible;
  }

  body.filters-open .bottom-nav {
    display: none;
  }

  .filter-sheet__header {
    position: sticky;
    z-index: 1;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0 14px;
    border-bottom: 1px solid var(--line);
    background: rgb(255 255 255 / 96%);
    backdrop-filter: blur(14px);
  }

  .filter-sheet__header::before {
    position: absolute;
    width: 38px;
    height: 5px;
    border-radius: 999px;
    background: var(--line-strong);
    content: "";
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
  }

  .filter-sheet__header .eyebrow {
    margin-bottom: 4px;
  }

  .filter-sheet__header h2 {
    margin: 0;
    font-size: 1.45rem;
  }

  .filter-sheet__header button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 0;
    border-radius: 50%;
    background: var(--paper);
    font-size: 1.3rem;
  }

  .filter-sheet__section {
    padding-block: 20px 10px;
  }

  .filter-sheet__label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.78rem;
    font-weight: 850;
  }

  .filter-row--prices {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .catalog-filter-sheet .catalog-control-row {
    padding-block: 12px 18px;
    border-top: 1px solid var(--line);
  }

  .catalog-filter-sheet .toggle-label,
  .catalog-filter-sheet .select-control {
    min-height: 44px;
  }

  .filter-sheet__actions {
    position: sticky;
    bottom: calc(-16px - env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 8px;
    margin-inline: -16px;
    padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgb(255 255 255 / 96%);
    backdrop-filter: blur(14px);
  }

  .catalog-page .catalog-results {
    padding-top: 24px;
  }

  .catalog-page .catalog-results__top {
    margin-bottom: 16px;
  }

  .product-visual {
    position: relative;
    top: auto;
    min-height: 420px;
    grid-row: 1;
  }

  .product-loading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-loading__visual {
    min-height: 420px;
    border-radius: var(--radius-lg);
  }

  .product-summary {
    grid-row: 2;
    padding-top: 0;
  }

  .product-detail-section {
    margin-top: 48px;
  }

  .cart-summary {
    position: static;
    grid-row: auto;
  }

  .repair-hero__copy {
    padding: 54px 18px;
  }

  .repair-hero__media,
  .repair-hero__diagnostic {
    min-height: 360px;
    grid-row: 1;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .bottom-nav {
    position: fixed;
    z-index: 70;
    inset: auto 14px calc(14px + env(safe-area-inset-bottom)) auto;
    display: block;
    min-height: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  .bottom-nav a {
    display: none;
  }

  .bottom-nav > .bottom-nav__whatsapp {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--whatsapp);
    color: var(--white);
    box-shadow: 0 14px 34px rgb(0 0 0 / 18%);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    pointer-events: auto;
    text-decoration: none;
  }

  .bottom-nav__whatsapp .bottom-nav__icon {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0;
    line-height: 1;
  }

  .bottom-nav__whatsapp .bottom-nav__icon::after {
    display: block;
    width: 19px;
    height: 19px;
    background: url("/assets/icons/whatsapp-white-icon.webp") center / contain no-repeat;
    content: "";
  }

  body.checkout-page .bottom-nav {
    display: none;
  }

  body.product-detail-page {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  body.product-detail-page .bottom-nav {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
    visibility: hidden;
  }

  body.product-detail-page.product-cta-past .bottom-nav {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  body.menu-open .bottom-nav {
    display: none;
  }

  body:has(input:focus, select:focus, textarea:focus) .bottom-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  body:has(input:focus, select:focus, textarea:focus) .bottom-nav > .bottom-nav__whatsapp {
    pointer-events: none;
  }

  body.checkout-page .toast {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .toast {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .quantity {
    grid-template-columns: 42px 38px 42px;
  }

  .quantity button {
    height: 44px;
  }

  .text-button {
    min-height: 44px;
    padding-inline: 10px;
  }
}

@media (max-width: 560px) {
  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .button-row .button,
  .repairs-banner__actions .button,
  .store-location__actions .button {
    width: 100%;
  }

  .product-summary__actions {
    gap: 12px;
  }

  .product-summary__actions .button {
    width: 100%;
  }

  .announcement {
    font-size: 0.68rem;
  }

  .announcement .shell {
    gap: 6px;
    justify-content: space-between;
    text-align: left;
  }

  .announcement span {
    max-width: 55%;
  }

  .announcement a {
    white-space: nowrap;
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
  }

  .section {
    padding-block: 52px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .hero-search input {
    min-height: 56px;
    padding-right: 58px;
  }

  .hero-search button {
    min-width: 46px;
    width: 46px;
    font-size: 0;
  }

  .hero-search button::after {
    content: "→";
    font-size: 1rem;
  }

  .hero__quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__quick-links a {
    text-align: center;
  }

  .hero__quick-links a:active,
  .category-card:active,
  .budget-card:active,
  .mobile-menu a:active,
  .filter-chip:active {
    transform: scale(0.975);
  }

  .hero__visual {
    min-height: 330px;
  }

  .hero-product::before {
    width: 285px;
  }

  .hero-product img {
    width: 235px;
    max-height: 280px;
  }

  .hero-product--supplied img {
    width: min(350px, 100%);
    max-height: 285px;
  }

  .hero-proof {
    width: 230px;
    bottom: 0;
    padding: 13px;
  }

  .trust-item {
    min-height: 92px;
    grid-template-columns: 7px 1fr;
    gap: 10px;
    padding: 12px 8px;
  }

  .trust-item__icon {
    width: 7px;
    height: 7px;
  }

  .trust-item strong {
    font-size: 0.75rem;
  }

  .trust-item span {
    font-size: 0.66rem;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .most-wanted__heading {
    align-items: center;
    margin-bottom: 18px;
  }

  .most-wanted__heading .eyebrow {
    display: none;
  }

  .most-wanted__heading h2 {
    font-size: 1.4rem;
  }

  .most-wanted__controls button {
    width: 40px;
    height: 40px;
  }

  .most-wanted__rail {
    width: calc(100% + 24px);
    grid-auto-columns: 126px;
    gap: 12px;
    margin-right: -12px;
    padding-right: 14px;
  }

  .most-wanted__item {
    gap: 8px;
  }

  .most-wanted__item > span {
    height: 88px;
    border-radius: 18px;
  }

  .most-wanted__item strong {
    font-size: .82rem;
  }

  .category-card {
    min-height: 182px;
    padding: 14px;
  }

  .category-card__art {
    min-height: 96px;
  }

  .category-card__art img {
    width: 92px;
    height: 92px;
  }

  .product-grid {
    gap: 8px;
  }

  .product-card {
    border-radius: 14px;
  }

  .product-card__media {
    padding: 14px;
  }

  .product-card__body {
    padding: 12px;
  }

  .product-card__badges .badge:nth-child(n + 2) {
    display: none;
  }

  .product-card h3 {
    min-height: 38px;
    font-size: 0.88rem;
  }

  .product-card__condition {
    min-height: 34px;
    font-size: 0.7rem;
  }

  .product-card__price {
    font-size: 1.13rem;
  }

  .product-card__fineprint {
    display: none;
  }

  .product-card__actions {
    gap: 8px;
    margin-top: 10px;
  }

  .product-card__actions .button--square {
    width: 44px;
    flex-basis: 44px;
    min-height: 44px;
  }

  .product-card__actions .button--whatsapp {
    min-height: 44px;
    gap: 5px;
    padding-inline: 7px;
    font-size: 0.67rem;
  }

  .product-card__actions .button--whatsapp::before {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .product-card__actions .button-label-long {
    display: none;
  }

  .product-card__actions .button-label-short {
    display: inline;
  }

  .budget-grid,
  .how-grid,
  .repair-type-grid,
  .policy-grid,
  .contact-cards,
  .fact-grid {
    grid-template-columns: 1fr;
  }

  .budget-card {
    min-height: 210px;
    padding: 21px;
  }

  .budget-card span {
    margin-bottom: 24px;
  }

  .budget-card strong {
    font-size: clamp(1.7rem, 9vw, 2.25rem);
  }

  .store-location {
    border-radius: 24px;
  }

  .store-location__media {
    aspect-ratio: 4 / 3;
  }

  .store-location__media figcaption {
    right: 12px;
    bottom: 12px;
  }

  .store-location__copy {
    padding: 26px 20px 24px;
  }

  .store-location__actions {
    display: grid;
  }

  .store-location__actions .button {
    width: 100%;
  }

  .how-card {
    min-height: 205px;
  }

  .catalog-toolbar {
    top: auto;
  }

  .catalog-control-row {
    align-items: stretch;
    flex-direction: column;
  }

  .select-control {
    width: 100%;
  }

  .product-visual {
    min-height: 360px;
    padding: 26px 26px 64px;
    border-radius: var(--radius-lg);
  }

  .product-loading__visual {
    min-height: 360px;
  }

  .product-summary h1 {
    font-size: 2.35rem;
  }

  .product-summary__price {
    font-size: 2.15rem;
  }

  .product-detail-section {
    padding: 22px;
    border-radius: var(--radius-lg);
  }

  .cart-item {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .cart-item__image {
    width: 84px;
    height: 84px;
  }

  .cart-item .quantity {
    width: 122px;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .cart-item > .text-button {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: end;
  }

  .bottom-nav > .bottom-nav__whatsapp {
    width: 54px;
    min-height: 54px;
    justify-content: center;
    gap: 0;
    padding: 0;
  }

  .bottom-nav__whatsapp > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .qr-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .qr-card img {
    margin-inline: auto;
  }

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

  .footer-brand {
    grid-column: auto;
  }

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

  .footer-column a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

/* Compact catalog controls: category rail stays visible; secondary controls
   live in one focused sheet instead of stacking above the products. */
@media (min-width: 821px) {
  .catalog-page .page-hero {
    padding-block: 46px;
  }

  .catalog-page .page-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(2.8rem, 5vw, 4.3rem);
  }

  .catalog-toolbar__inner {
    padding-block: 9px;
  }

  .catalog-page .catalog-toolbar {
    backdrop-filter: none;
  }

  .catalog-page .catalog-search {
    display: none;
  }

  .catalog-filter-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .filter-row--categories {
    padding-bottom: 0;
  }

  .catalog-filter-trigger {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: var(--white);
    color: var(--ink);
    font-size: .78rem;
    font-weight: 850;
    cursor: pointer;
  }

  .catalog-filter-trigger::before {
    content: "☷";
    font-size: .92rem;
  }

  .catalog-filter-trigger span {
    display: grid;
    min-width: 19px;
    height: 19px;
    place-items: center;
    padding-inline: 4px;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
    font-size: .64rem;
  }

  .catalog-filter-backdrop:not([hidden]) {
    position: fixed;
    z-index: 89;
    inset: 0;
    display: block;
    background: rgb(0 0 0 / 22%);
    backdrop-filter: blur(2px);
  }

  .catalog-filter-sheet {
    position: fixed;
    z-index: 90;
    top: calc(var(--header-height) + 104px);
    right: max(24px, calc((100vw - var(--content)) / 2));
    display: block;
    width: min(400px, calc(100vw - 48px));
    max-height: calc(100dvh - var(--header-height) - 128px);
    overflow-y: auto;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-high);
    opacity: 0;
    transform: translateY(-10px) scale(.985);
    transform-origin: top right;
    transition: opacity 160ms ease, transform 180ms cubic-bezier(.22, .7, .2, 1), visibility 180ms;
    visibility: hidden;
  }

  body.filters-open {
    overflow: hidden;
  }

  body.filters-open .catalog-filter-sheet {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .filter-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

  .filter-sheet__header .eyebrow {
    margin-bottom: 3px;
  }

  .filter-sheet__header h2 {
    margin: 0;
    font-size: 1.35rem;
  }

  .filter-sheet__header button {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--paper);
    font-size: 1.25rem;
    cursor: pointer;
  }

  .filter-sheet__section {
    padding-block: 18px 10px;
  }

  .filter-sheet__label {
    display: block;
    margin-bottom: 9px;
    font-size: .74rem;
    font-weight: 850;
  }

  .filter-row--prices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
    padding: 0;
  }

  .filter-row--prices .filter-chip {
    white-space: normal;
  }

  .catalog-filter-sheet .catalog-control-row {
    align-items: stretch;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }

  .catalog-filter-sheet .select-control {
    width: 100%;
  }

  .filter-sheet__actions {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8px;
    margin-top: 16px;
  }
}

@media (max-width: 820px) {
  .catalog-filter-sheet .filter-row--prices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .catalog-filter-sheet .filter-row--prices .filter-chip {
    width: 100%;
    min-height: 40px;
    padding-inline: 10px;
    white-space: normal;
  }

  .catalog-filter-sheet .catalog-control-row {
    gap: 8px;
  }
}

.cart-page__hero {
  padding-block: 44px;
}

.cart-page__hero h1 {
  margin-bottom: 12px;
  font-size: clamp(2.8rem, 5.6vw, 4.8rem);
}

.checkout-optional {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper-warm);
}

.checkout-optional summary {
  min-height: 44px;
  padding: 13px 14px;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.checkout-optional summary span {
  color: var(--muted);
  font-weight: 650;
}

.checkout-optional .field {
  padding: 0 12px 12px;
}

@media (max-width: 820px) {
  .cart-page__hero {
    display: none;
  }

  .cart-page .cart-layout {
    gap: 16px;
    padding-block: 14px 54px;
  }

  .cart-page .cart-summary {
    grid-row: 1;
    padding: 19px;
    border-radius: 20px;
  }

  .cart-page .cart-items {
    grid-row: 2;
  }

  .cart-summary h2 {
    margin-bottom: 12px;
    font-size: 1.25rem;
  }

  .cart-summary__checkout {
    gap: 9px;
    margin-top: 14px;
    padding-top: 14px;
  }

  .cart-summary__checkout h3 {
    font-size: .94rem;
  }

  .cart-summary__checkout .field input,
  .cart-summary__checkout .field select,
  .cart-summary__checkout .field textarea {
    min-height: 44px;
  }

  .cart-summary__checkout .field textarea {
    min-height: 72px;
  }

  .cart-summary__note {
    margin-top: 10px;
    font-size: .69rem;
  }
}

@media (display-mode: standalone) and (max-width: 820px) {
  .site-header {
    padding-top: env(safe-area-inset-top);
  }
}

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

/* Navigation stays in the compact header/menu; no floating bottom bar. */
.bottom-nav {
  display: none !important;
}

body.product-detail-page {
  padding-bottom: 0;
}

@media (max-width: 820px) {
  .toast {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}

@media print {
  .announcement,
  .site-header,
  .bottom-nav,
  .site-footer,
  .button,
  .catalog-toolbar {
    display: none !important;
  }

  body {
    padding: 0;
    background: #fff;
  }
}

/* Home hierarchy refined from the supplied Apple/Back Market references. */
.hero--compact .hero__grid {
  min-height: 540px;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(26px, 5vw, 76px);
  padding-block: clamp(42px, 6vw, 78px);
}

.hero--compact h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 6.4vw, 6.25rem);
  line-height: .94;
}

.hero--compact .hero__lede {
  max-width: 520px;
  margin-bottom: 23px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero--compact .hero__visual {
  min-height: 390px;
}

.hero--compact .hero-product--supplied img {
  width: min(630px, 108%);
  max-height: 400px;
}

.most-wanted--first {
  padding-block: clamp(38px, 5vw, 64px);
}

.section-heading--rail {
  align-items: flex-end;
}

.editorial-showcase {
  overflow: hidden;
}

.editorial-rail {
  display: grid;
  grid-auto-columns: minmax(300px, 360px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 3px 2px 18px;
  outline: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.editorial-rail::-webkit-scrollbar {
  display: none;
}

.editorial-rail:focus-visible {
  border-radius: 22px;
  box-shadow: 0 0 0 3px rgb(0 113 227 / 20%);
}

.editorial-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 28px;
  background: #e5eff5;
  color: var(--ink);
  scroll-snap-align: start;
  text-decoration: none;
  transform: translateZ(0);
}

.editorial-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.editorial-card__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 24px 24px 0;
}

.editorial-card__copy small {
  font-size: .76rem;
  font-weight: 780;
}

.editorial-card__copy strong {
  max-width: 15ch;
  font-size: 1.42rem;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.editorial-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84%;
  object-fit: cover;
  transition: transform 300ms cubic-bezier(.22, .7, .2, 1);
}

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

.editorial-card--dark {
  background: #080808;
  color: #fff;
}

.editorial-card--lavender {
  background: #d9cbe8;
}

.editorial-card--pink {
  background: #e7b5be;
}

.editorial-card--blue {
  background: #151f5d;
  color: #fff;
}

.editorial-card--watch,
.editorial-card--watch-blue {
  background: #f5f5f7;
}

.editorial-card--watch-ultra {
  background: #08100d;
  color: #fff;
}

.editorial-card--watch img,
.editorial-card--watch-blue img,
.editorial-card--watch-ultra img {
  height: 82%;
  object-fit: contain;
}

@media (max-width: 820px) {
  .hero--compact .hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 28px 12px;
  }

  .hero--compact h1 {
    max-width: 9ch;
    margin-bottom: 12px;
    font-size: clamp(3rem, 13.5vw, 4.25rem);
    line-height: .94;
  }

  .hero--compact .hero__lede {
    max-width: 36ch;
    margin-bottom: 17px;
    font-size: 1rem;
    line-height: 1.36;
  }

  .hero__actions .button {
    min-height: 44px;
    padding-inline: 16px;
    font-size: .76rem;
  }

  .hero--compact .hero__visual {
    min-height: 190px;
    overflow: hidden;
    border-radius: 26px;
  }

  .hero--compact .hero-product--supplied::before {
    width: 300px;
  }

  .hero--compact .hero-product--supplied img {
    width: min(390px, 105%);
    max-height: 205px;
  }

  .most-wanted--first {
    padding-block: 28px 34px;
  }

  .editorial-rail {
    width: calc(100% + 12px);
    grid-auto-columns: min(78vw, 310px);
    gap: 11px;
    padding-right: 12px;
  }

  .editorial-card {
    min-height: 420px;
    border-radius: 24px;
  }

  .editorial-card__copy {
    padding: 21px 20px 0;
  }

  .editorial-card__copy strong {
    font-size: 1.28rem;
  }

  .section-heading--rail {
    align-items: center;
    flex-direction: row;
  }

  .section-heading--rail .section-heading__copy > p:last-child {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero--compact .hero__grid {
    padding-top: 24px;
  }

  .hero--compact .eyebrow {
    margin-bottom: 7px;
    font-size: .66rem;
  }

  .hero__actions {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .hero__actions .button {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
  }

  .most-wanted--first .most-wanted__heading {
    margin-bottom: 13px;
  }

  .most-wanted--first .most-wanted__rail {
    grid-auto-columns: 116px;
  }

  .most-wanted--first .most-wanted__item > span {
    height: 78px;
  }

  .editorial-showcase {
    padding-block: 48px;
  }

  .budget-grid {
    width: calc(100% + 12px);
    display: grid;
    grid-auto-columns: min(78vw, 310px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 12px 14px 1px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .budget-grid::-webkit-scrollbar {
    display: none;
  }

  .budget-card {
    min-height: 215px;
    scroll-snap-align: start;
  }
}

@media (max-width: 340px) {
  .hero__actions {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
  }

  .hero__actions .button {
    padding-inline: 8px;
    font-size: .67rem;
  }
}
