:root {
  --print-bg: #f7f5f0;
  --print-ink: #111318;
  --print-muted: rgba(17, 19, 24, 0.62);
  --print-line: rgba(17, 19, 24, 0.1);
  --print-glass: rgba(255, 255, 255, 0.76);
  --print-glass-strong: rgba(255, 255, 255, 0.94);
  --print-shadow: 0 28px 80px rgba(17, 19, 24, 0.13);
  --print-soft-shadow: 0 16px 44px rgba(17, 19, 24, 0.08);
  --print-radius-xl: 36px;
  --print-radius-lg: 26px;
  --print-radius-md: 20px;
  --market-width: 1320px;
  --header-space: 112px;
  --card-gap: 1rem;
  --card-width: clamp(194px, 16.9vw, 230px);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 11% 8%, rgba(255, 255, 255, 0.98), transparent 27rem),
    radial-gradient(circle at 90% 4%, rgba(229, 234, 244, 0.78), transparent 31rem),
    var(--print-bg);
  color: var(--print-ink);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.modal-open { overflow: hidden; }

button,
input,
textarea { font: inherit; }

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

.marketplace-container {
  width: min(calc(100% - clamp(2rem, 5vw, 6rem)), var(--market-width));
  margin-inline: auto;
}

.site-header .brand-mark {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  flex: 0 0 3.1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--print-line);
  box-shadow: 0 16px 36px rgba(20, 22, 26, 0.08);
}

.site-header .logo-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav a.active,
.site-nav a[aria-current="page"] {
  color: var(--print-ink);
  background: rgba(17, 19, 24, 0.07);
}

.site-nav a.active::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }

.nav-quote-btn {
  white-space: nowrap;
  background: var(--print-ink);
  color: #fff;
}

.marketplace-intro {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: calc(var(--header-space) + clamp(3rem, 7vw, 6rem)) 0 clamp(4rem, 7vw, 6rem);
  overflow: hidden;
  isolation: isolate;
}

.marketplace-hero-image,
.marketplace-hero-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.marketplace-hero-image { z-index: -2; }

.marketplace-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.marketplace-hero-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.88) 0%, rgba(7, 9, 13, 0.7) 45%, rgba(7, 9, 13, 0.24) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, 0.2), rgba(7, 9, 13, 0.52));
}

.hero-content { position: relative; }

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--print-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.marketplace-intro h1,
.process-card h2,
.modal-copy h2 {
  margin: 0;
  color: var(--print-ink);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.marketplace-intro h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(3.5rem, 7vw, 7.2rem);
  line-height: 0.94;
}

.marketplace-intro .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.intro-copy {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.browse-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  color: var(--print-ink);
  font-weight: 850;
}

.marketplace-intro .browse-link { color: #fff; }

.marketplace-intro .browse-link span {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
}

.browse-link span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid var(--print-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  transition: transform 180ms ease;
}

.browse-link:hover span,
.browse-link:focus-visible span { transform: translateY(3px); }

.products-section {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(4rem, 8vw, 8rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
}

.catalogue-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.catalogue-heading .eyebrow { margin-bottom: 0.45rem; }

.catalogue-heading h2 {
  margin: 0;
  color: var(--print-ink);
  font-size: clamp(2.2rem, 4.4vw, 4.3rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.catalogue-heading > p {
  max-width: 52ch;
  margin: 0;
  color: var(--print-muted);
  font-size: 0.96rem;
}

.category-menu {
  position: sticky;
  top: 106px;
  z-index: 25;
  display: flex;
  gap: 0.55rem;
  margin: 0 calc(clamp(0.5rem, 1vw, 0.9rem) * -1) clamp(3rem, 6vw, 5rem);
  padding: 0.8rem clamp(0.5rem, 1vw, 0.9rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(247, 245, 240, 0.82);
  box-shadow: 0 15px 36px rgba(17, 19, 24, 0.08);
  backdrop-filter: blur(22px) saturate(1.15);
}

.category-menu::-webkit-scrollbar { display: none; }

.category-chip {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  gap: 0.48rem;
  padding: 0.65rem 0.92rem;
  border: 1px solid var(--print-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 19, 24, 0.72);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 820;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.category-chip > span {
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.06);
  font-size: 0.72rem;
}

.category-chip:hover,
.category-chip:focus-visible { transform: translateY(-1px); }

.category-chip.is-active {
  border-color: var(--print-ink);
  background: var(--print-ink);
  color: #fff;
}

.category-chip.is-active > span { background: rgba(255, 255, 255, 0.14); }

.product-row {
  scroll-margin-top: 182px;
}

.product-row + .product-row { margin-top: clamp(3rem, 5vw, 4.2rem); }

.row-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.row-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.row-icon {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid var(--print-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(17, 19, 24, 0.56);
  font-size: 0.82rem;
  font-weight: 900;
}

.row-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.row-count {
  color: rgba(17, 19, 24, 0.4);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.row-instruction {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--print-muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.row-instruction svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.carousel-shell {
  position: relative;
  width: 100%;
}

.carousel-shell::before,
.carousel-shell::after {
  content: "";
  position: absolute;
  inset-block: 0;
  z-index: 3;
  width: clamp(1.5rem, 4vw, 4.5rem);
  pointer-events: none;
}

.carousel-shell::before {
  left: 0;
  background: linear-gradient(90deg, var(--print-bg), transparent);
}

.carousel-shell::after {
  right: 0;
  background: linear-gradient(270deg, var(--print-bg), transparent);
}

.carousel-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: var(--print-radius-lg);
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  outline: none;
}

.carousel-viewport.is-dragging { cursor: grabbing; }

.carousel-track {
  display: flex;
  align-items: stretch;
  gap: var(--card-gap);
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.product-card {
  flex: 0 0 var(--card-width);
  width: var(--card-width);
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0.45rem;
  border: 1px solid rgba(17, 19, 24, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 11px 28px rgba(17, 19, 24, 0.07);
  backdrop-filter: blur(20px) saturate(1.18);
  color: var(--print-ink);
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(17, 19, 24, 0.13);
  box-shadow: 0 18px 42px rgba(17, 19, 24, 0.12);
}

.product-media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 13px;
  background: #0e1116;
  cursor: inherit;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms ease;
  pointer-events: none;
}

.product-card:hover .product-media img,
.product-card:focus-visible .product-media img { transform: scale(1.045); }

.product-card:active .product-media img { transform: scale(1.015); }

.product-body {
  flex: 1;
  display: flex;
  min-height: 67px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.68rem 0.35rem 0.32rem;
}

.product-body h3 {
  margin: 0;
  color: var(--print-ink);
  font-size: 0.89rem;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.45rem;
  color: var(--print-muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.product-meta span:last-child {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.07);
  color: var(--print-ink);
  font-size: 0.66rem;
}

.carousel-control {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--print-ink);
  box-shadow: 0 12px 30px rgba(17, 19, 24, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.carousel-control:hover,
.carousel-control:focus-visible {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}

.carousel-control svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.carousel-control-prev { left: -0.75rem; }
.carousel-control-next { right: -0.75rem; }

.pause-chip {
  position: absolute;
  z-index: 6;
  top: -0.7rem;
  left: 50%;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.92);
  color: #fff;
  box-shadow: 0 12px 28px rgba(17, 19, 24, 0.2);
  transform: translate(-50%, -50%) translateY(5px);
  opacity: 0;
  pointer-events: none;
  font-size: 0.75rem;
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}

.carousel-shell:hover .pause-chip,
.carousel-shell:focus-within .pause-chip {
  opacity: 1;
  transform: translate(-50%, -50%);
}

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

.process-section { padding: clamp(4rem, 8vw, 7rem) 0; }

.process-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--print-radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58));
  box-shadow: var(--print-shadow);
  backdrop-filter: blur(22px);
}

.process-card h2,
.modal-copy h2 { font-size: clamp(2.4rem, 5vw, 5rem); }

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.process-step {
  min-height: 180px;
  padding: 1.25rem;
  border: 1px solid var(--print-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.process-step span {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: rgba(17, 19, 24, 0.38);
  font-size: 0.86rem;
  font-weight: 900;
}

.process-step strong { display: block; font-size: 1.1rem; }

.process-step p {
  margin: 0.75rem 0 0;
  color: var(--print-muted);
}

.whatsapp-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 90;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.9);
  color: #fff;
  box-shadow: 0 22px 54px rgba(17, 19, 24, 0.3);
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.whatsapp-float > svg { width: 1.75rem; height: 1.75rem; fill: currentColor; }

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border: 1px solid rgba(17, 19, 24, 0.22);
  border-radius: inherit;
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  from { transform: scale(0.86); opacity: 0.7; }
  to { transform: scale(1.26); opacity: 0; }
}

.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 0.75rem);
  top: 50%;
  width: max-content;
  max-width: 210px;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--print-ink);
  box-shadow: var(--print-soft-shadow);
  transform: translateY(-50%) translateX(0.5rem);
  opacity: 0;
  pointer-events: none;
  font-size: 0.84rem;
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-float:hover .whatsapp-tooltip,
.whatsapp-float:focus-visible .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(-50%);
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  padding: 1rem;
}

.quote-modal.is-open { display: grid; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 24, 0.52);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  width: min(960px, 100%);
  max-height: min(92svh, 800px);
  overflow: auto;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--print-radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(250, 249, 246, 0.9));
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(28px) saturate(1.2);
  outline: none;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--print-ink);
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
}

.modal-product {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: calc(var(--print-radius-xl) - 8px);
  background: #101216;
}

.modal-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-product::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
}

.modal-product > div {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  gap: 0.25rem;
  color: #fff;
}

.modal-product span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-product strong {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
}

.modal-product p {
  max-width: 34ch;
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 2vw, 2rem) clamp(0.25rem, 1vw, 1rem) clamp(0.5rem, 1vw, 1rem) 0;
}

.modal-copy { padding-right: 2.5rem; }

.modal-copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--print-muted);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.quote-form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(17, 19, 24, 0.76);
  font-size: 0.84rem;
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--print-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--print-ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quote-form input { min-height: 50px; padding: 0 0.9rem; }
.quote-form textarea { resize: vertical; padding: 0.8rem 0.9rem; }

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: rgba(17, 19, 24, 0.4);
  box-shadow: 0 0 0 4px rgba(17, 19, 24, 0.07);
}

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

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.whatsapp-send,
.modal-cancel {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-send {
  flex: 1 1 260px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.26);
}

.whatsapp-send svg { width: 1.3rem; height: 1.3rem; fill: currentColor; }

.modal-cancel {
  flex: 0 0 auto;
  background: rgba(17, 19, 24, 0.07);
  color: var(--print-ink);
}

.whatsapp-send:hover,
.whatsapp-send:focus-visible,
.modal-cancel:hover,
.modal-cancel:focus-visible { transform: translateY(-2px); }

.reveal {
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up { transform: translateY(28px); }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible {
  outline: 3px solid rgba(17, 19, 24, 0.34);
  outline-offset: 4px;
}

@media (max-width: 860px) {
  :root {
    --header-space: 96px;
    --card-width: clamp(188px, 27vw, 218px);
  }

  .marketplace-intro { min-height: 620px; }
  .catalogue-heading { grid-template-columns: 1fr; gap: 1rem; }
  .category-menu { top: 92px; }
  .process-steps { grid-template-columns: 1fr; }
  .modal-layout { grid-template-columns: 0.8fr 1.2fr; }
  .modal-product { min-height: 470px; }
}

@media (max-width: 700px) {
  :root {
    --card-gap: 0.9rem;
    --card-width: clamp(170px, 45.5vw, 205px);
  }

  .marketplace-container { width: min(calc(100% - 1.25rem), var(--market-width)); }
  .marketplace-intro {
    min-height: 620px;
    align-items: end;
    padding: calc(var(--header-space) + 4rem) 0 4rem;
  }

  .marketplace-hero-image img { object-position: 62% center; }
  .marketplace-hero-scrim {
    background: linear-gradient(180deg, rgba(7, 9, 13, 0.34) 0%, rgba(7, 9, 13, 0.82) 72%, rgba(7, 9, 13, 0.93) 100%);
  }
  .marketplace-intro h1 { font-size: clamp(3.15rem, 14vw, 4.8rem); }
  .products-section { padding-top: 2.5rem; }
  .catalogue-heading h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .catalogue-heading > p { font-size: 0.9rem; }
  .category-menu {
    top: 86px;
    margin-bottom: 2.7rem;
    border-radius: 18px;
  }
  .category-chip { min-height: 40px; padding: 0.6rem 0.78rem; }
  .row-heading { align-items: center; }
  .row-label { gap: 0.48rem; }
  .row-heading h2 { white-space: normal; }
  .row-icon { width: 1.9rem; height: 1.9rem; }
  .row-count { display: none; }
  .row-instruction { font-size: 0; }
  .row-instruction::after { content: "Swipe"; font-size: 0.78rem; }
  .carousel-control { width: 38px; height: 38px; }
  .carousel-control-prev { left: -0.35rem; }
  .carousel-control-next { right: -0.35rem; }
  .pause-chip { display: none; }
  .product-body { min-height: 64px; }
  .modal-layout { grid-template-columns: 1fr; }
  .modal-product { min-height: 260px; max-height: 280px; }
  .modal-content { padding: 0.35rem; }
  .modal-copy { padding-right: 2.75rem; }
  .quote-form { grid-template-columns: 1fr; }
  .modal-actions { align-items: stretch; flex-direction: column; }
  .whatsapp-send,
  .modal-cancel { width: 100%; flex-basis: auto; }
  .whatsapp-tooltip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
