:root {
  --bg: #ffffff;
  --surface: #f5f5f7;
  --surface-strong: #fbfbfd;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(29, 29, 31, 0.12);
  --link: #0066cc;
  --button: #0071e3;
  --button-hover: #0077ed;
  --whatsapp: #1aa662;
  --feature-accent: #0071e3;
  --feature-accent-rgb: 0, 113, 227;
  --feature-accent-secondary: #1aa662;
  --feature-accent-secondary-rgb: 26, 166, 98;
  --nav-height: 52px;
}

* {
  box-sizing: border-box;
}

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

main,
section,
header,
footer {
  max-width: 100%;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: calc(var(--nav-height) + 18px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select {
  outline-color: var(--button);
}

.global-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--nav-height);
  padding: 0 clamp(16px, 4vw, 56px);
  background: rgba(251, 251, 253, 0.82);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(22px);
  overflow: visible;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.brand-mark img {
  width: 48px;
  height: 24px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 30px);
}

.nav-action-mobile {
  display: none;
}

.menu-toggle {
  display: none;
}

.nav-links a,
.nav-action {
  color: rgba(29, 29, 31, 0.82);
  font-size: 12px;
  font-weight: 400;
}

.nav-links a:hover,
.nav-action:hover,
.text-cta:hover,
.footer-links a:hover {
  text-decoration: underline;
}

.nav-action {
  color: var(--link);
}

.hero-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  min-height: min(760px, calc(100vh - var(--nav-height)));
  padding: clamp(46px, 7vw, 86px) clamp(18px, 5vw, 76px) clamp(30px, 5vw, 56px);
  background: var(--surface-strong);
  overflow: hidden;
  isolation: isolate;
}

.hero-product::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(120px, 18vw, 250px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(251, 251, 253, 0) 0%,
    rgba(251, 251, 253, 0.72) 58%,
    #ffffff 100%
  );
}

.hero-motion {
  position: absolute;
  inset: -18px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.99) 0%, rgba(248, 250, 252, 0.98) 34%, rgba(248, 250, 252, 0.74) 52%, rgba(248, 250, 252, 0.14) 76%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.28) 0%, rgba(248, 250, 252, 0) 34%, rgba(248, 250, 252, 0.18) 100%);
}

.hero-motion-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: blur(6px);
  transform: scale(1.035);
  transform-origin: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.07;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.2;
}

.hero-subhead {
  max-width: 560px;
  margin-bottom: 22px;
  color: #424245;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.22;
}

.hero-search {
  width: 100%;
  max-width: 530px;
  margin: 0 0 22px;
}

.hero-search label,
.field span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}

.hero-search div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-search input,
.field input,
.field select {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.hero-search input {
  min-height: 38px;
  padding: 0 12px;
}

.hero-search button,
.primary-cta,
.product-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--button);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.hero-search button:hover,
.primary-cta:hover,
.product-whatsapp:hover {
  background: var(--button-hover);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.text-cta {
  border: 0;
  background: transparent;
  color: var(--link);
  font-size: 17px;
  cursor: pointer;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  justify-items: center;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 430px;
  padding: clamp(22px, 3.5vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8f9fb 0%, #f2f3f5 100%);
  box-shadow: 0 34px 90px rgba(29, 29, 31, 0.08);
}

.hero-media {
  align-self: center;
  width: min(86%, 620px);
  max-height: 520px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: none;
}

.category-nav,
.about-section,
.feature-grid,
.catalog-section,
.service-band {
  padding: clamp(48px, 7vw, 86px) clamp(16px, 4vw, 44px);
}

.section-intro,
.catalog-head {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.about-section {
  background: #ffffff;
}

.about-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  max-width: 1260px;
  margin: 0 auto 34px;
}

.about-copy > * {
  min-width: 0;
}

.about-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.about-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.04;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.36;
}

.about-copy .primary-cta {
  justify-self: start;
  margin-top: 20px;
}

.about-copy,
.about-proof-grid article,
.about-note {
  --about-reveal-y: 0px;
  --about-hover-y: 0px;
  --about-scale: 1;
  transform: translate3d(0, calc(var(--about-reveal-y) + var(--about-hover-y)), 0)
    scale(var(--about-scale));
  transition:
    opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 680ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 500ms ease,
    background-color 500ms ease,
    box-shadow 500ms ease;
  transition-delay: calc(var(--about-index, 0) * 70ms);
  will-change: transform, opacity, filter;
}

.about-copy.about-reveal-ready,
.about-proof-grid article.about-reveal-ready,
.about-note.about-reveal-ready {
  --about-reveal-y: 32px;
  --about-scale: 0.985;
  opacity: 0;
  filter: blur(8px);
}

.about-copy.about-reveal-ready.is-visible,
.about-proof-grid article.about-reveal-ready.is-visible,
.about-note.about-reveal-ready.is-visible {
  --about-reveal-y: 0px;
  --about-scale: 1;
  opacity: 1;
  filter: blur(0);
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1260px;
  margin: 0 auto;
}

.about-proof-grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(29, 29, 31, 0.03);
  isolation: isolate;
}

.about-proof-grid article::before,
.about-proof-grid article::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-proof-grid article::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(var(--feature-accent-rgb), 0.1), rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, rgba(var(--feature-accent-secondary-rgb), 0.1), rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transition: opacity 500ms ease;
}

.about-proof-grid article::after {
  top: -20%;
  bottom: -20%;
  left: -40%;
  z-index: 2;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    left 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease;
}

.about-proof-grid article > * {
  position: relative;
  z-index: 1;
}

.about-proof-grid article.is-visible:hover {
  --about-hover-y: -8px;
  --about-scale: 1.01;
  border-color: rgba(var(--feature-accent-rgb), 0.46);
  background: #f4fbf8;
  box-shadow:
    0 24px 58px rgba(var(--feature-accent-rgb), 0.13),
    0 0 0 1px rgba(var(--feature-accent-secondary-rgb), 0.2);
  transition-delay: 0ms;
}

.about-proof-grid article.is-visible:hover::before {
  opacity: 1;
}

.about-proof-grid article.is-visible:hover::after {
  left: 114%;
  opacity: 1;
}

.about-proof-grid article span,
.about-proof-grid article h3,
.about-proof-grid article p {
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-proof-grid article.is-visible:hover span,
.about-proof-grid article.is-visible:hover h3,
.about-proof-grid article.is-visible:hover p {
  transform: translate3d(0, -3px, 0);
}

.about-proof-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  margin-bottom: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e8f7ef;
  color: var(--whatsapp);
  font-size: 12px;
  font-weight: 700;
}

.about-proof-grid h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.16;
}

.about-proof-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.about-note {
  max-width: 980px;
  margin: 26px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1040px;
  margin: 0 auto;
}

.category-pill {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 14px;
  cursor: pointer;
}

.category-pill.is-active {
  background: var(--ink);
  color: #ffffff;
}

.feature-grid {
  background: var(--surface);
}

.feature-units {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto;
}

.feature-unit {
  --feature-reveal-y: 0px;
  --feature-hover-y: 0px;
  --feature-scale: 1;
  position: relative;
  display: grid;
  align-content: start;
  min-height: 560px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(29, 29, 31, 0.03);
  text-align: center;
  transform: translate3d(0, calc(var(--feature-reveal-y) + var(--feature-hover-y)), 0)
    scale(var(--feature-scale));
  transition:
    opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 680ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 500ms ease,
    background-color 500ms ease,
    box-shadow 500ms ease;
  transition-delay: calc(var(--feature-index, 0) * 80ms);
  will-change: transform, opacity, filter;
  isolation: isolate;
}

.feature-unit::before,
.feature-unit::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.feature-unit::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(var(--feature-accent-rgb), 0.12), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(var(--feature-accent-secondary-rgb), 0.1), rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transition: opacity 500ms ease;
}

.feature-unit::after {
  top: -18%;
  bottom: -18%;
  left: -36%;
  z-index: 2;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    left 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease;
}

.feature-unit.is-reveal-ready {
  --feature-reveal-y: 34px;
  --feature-scale: 0.985;
  opacity: 0;
  filter: blur(8px);
}

.feature-unit.is-reveal-ready.is-visible {
  --feature-reveal-y: 0px;
  --feature-scale: 1;
  opacity: 1;
  filter: blur(0);
}

.feature-unit.is-visible:hover,
.feature-unit.is-visible:focus-within {
  --feature-hover-y: -8px;
  --feature-scale: 1.01;
  border-color: rgba(var(--feature-accent-rgb), 0.46);
  background: #f4fbf8;
  box-shadow:
    0 28px 70px rgba(var(--feature-accent-rgb), 0.13),
    0 0 0 1px rgba(var(--feature-accent-secondary-rgb), 0.2);
  transition-delay: 0ms;
}

.feature-unit.is-visible:hover::before,
.feature-unit.is-visible:focus-within::before {
  opacity: 1;
}

.feature-unit.is-visible:hover::after,
.feature-unit.is-visible:focus-within::after {
  left: 112%;
  opacity: 1;
}

.feature-unit > * {
  position: relative;
  z-index: 1;
}

.feature-unit .eyebrow,
.feature-unit h3,
.feature-summary,
.feature-actions,
.feature-image {
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-unit.is-visible:hover .eyebrow,
.feature-unit.is-visible:focus-within .eyebrow {
  transform: translate3d(0, -2px, 0);
}

.feature-unit.is-visible:hover h3,
.feature-unit.is-visible:focus-within h3,
.feature-unit.is-visible:hover .feature-summary,
.feature-unit.is-visible:focus-within .feature-summary {
  transform: translate3d(0, -4px, 0);
}

.feature-unit.is-visible:hover .feature-actions,
.feature-unit.is-visible:focus-within .feature-actions {
  transform: translate3d(0, -2px, 0);
}

.feature-unit h3 {
  max-width: 560px;
  margin: 0 auto 8px;
  font-size: clamp(30px, 3vw, 44px);
  overflow-wrap: anywhere;
}

.feature-summary {
  max-width: 520px;
  margin: 0 auto 16px;
  color: #424245;
  font-size: 19px;
  line-height: 1.28;
}

.feature-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}

.feature-image {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 300px;
  max-height: 340px;
  margin-top: auto;
  overflow: hidden;
}

.feature-image img {
  width: auto;
  height: auto;
  max-width: min(82%, 500px);
  max-height: 320px;
  object-fit: contain;
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.feature-unit.is-visible:hover .feature-image img,
.feature-unit.is-visible:focus-within .feature-image img {
  transform: scale(1.04);
}

.catalog-section {
  background: #ffffff;
}

.catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 28px;
  align-items: end;
  max-width: 1260px;
  text-align: left;
}

.catalog-head p:last-child {
  margin-bottom: 16px;
  color: var(--muted);
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(170px, 220px) minmax(150px, 190px);
  gap: 12px;
  max-width: 1260px;
  margin: 0 auto 16px;
}

.field {
  display: block;
  min-width: 0;
  padding: 10px 14px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.field input,
.field select {
  min-height: 28px;
  color: var(--ink);
  outline: 0;
}

.result-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1260px;
  margin: 0 auto 18px;
  color: var(--muted);
  font-size: 14px;
}

.result-line button {
  border: 0;
  background: transparent;
  color: var(--link);
  cursor: pointer;
}

.result-line button:hover {
  text-decoration: underline;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1260px;
  margin: 0 auto;
}

.product-card {
  display: grid;
  grid-template-rows: 250px auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: var(--surface-strong);
}

.product-media {
  position: relative;
  display: grid;
  align-items: start;
  justify-items: center;
  min-width: 0;
  min-height: 0;
  height: 250px;
  padding: 18px;
  overflow: hidden;
  overscroll-behavior: auto;
  touch-action: pan-y;
  background: #ffffff;
}

.product-media.is-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(110, 110, 115, 0.34) transparent;
  -webkit-overflow-scrolling: touch;
}

.product-media::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.product-media::-webkit-scrollbar-track {
  background: transparent;
}

.product-media::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(110, 110, 115, 0.3);
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

.product-media.is-scrollable img {
  width: min(100%, 360px);
  height: auto;
  max-width: none;
  max-height: none;
}

.product-card--bicicleta-eletrica-inow-v40-pro-1000w .product-media img {
  transform: scale(1.22);
  transform-origin: center;
}

.status-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(26, 166, 98, 0.1);
  color: var(--whatsapp);
  font-size: 12px;
}

.status-pill.is-out {
  background: rgba(110, 110, 115, 0.12);
  color: var(--muted);
}

.product-body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
}

.product-category {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.product-title {
  display: -webkit-box;
  min-height: 52px;
  overflow: hidden;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-meta {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.product-summary {
  display: -webkit-box;
  min-height: 68px;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.product-whatsapp {
  background: var(--whatsapp);
}

.product-whatsapp:hover {
  background: #168d55;
}

.details-button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  color: var(--link);
  cursor: pointer;
}

.details-button:hover {
  background: var(--surface);
}

.media-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5f5f7, #ffffff);
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 220px;
  padding: 42px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  text-align: center;
}

.service-band {
  background: var(--surface);
}

.service-band > div:first-child {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto;
}

.service-columns article {
  min-height: 210px;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
}

.service-columns span {
  display: block;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
}

.service-columns p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.42);
}

.modal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1fr);
  width: min(980px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  border-radius: 8px;
  background: #ffffff;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.modal-media {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 42px;
  background: var(--surface-strong);
}

.modal-media img {
  max-height: 420px;
  object-fit: contain;
}

.modal-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 56px);
}

.modal-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.modal-copy p {
  color: var(--muted);
}

.modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.modal-badges span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 12px;
}

.global-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(16px, 4vw, 56px);
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
}

.global-footer strong {
  display: block;
  color: var(--ink);
}

.global-footer p {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: start;
}

.footer-links a {
  color: var(--link);
}

@media (prefers-reduced-motion: reduce) {
  .feature-unit,
  .feature-unit::before,
  .feature-unit::after,
  .feature-unit .eyebrow,
  .feature-unit h3,
  .feature-summary,
  .feature-actions,
  .feature-image,
  .feature-image img,
  .about-copy,
  .about-proof-grid article,
  .about-proof-grid article::before,
  .about-proof-grid article::after,
  .about-proof-grid article span,
  .about-proof-grid article h3,
  .about-proof-grid article p,
  .about-note {
    transition: none;
  }

  .feature-unit,
  .feature-unit.is-reveal-ready,
  .feature-unit.is-reveal-ready.is-visible,
  .about-copy,
  .about-copy.about-reveal-ready,
  .about-copy.about-reveal-ready.is-visible,
  .about-proof-grid article,
  .about-proof-grid article.about-reveal-ready,
  .about-proof-grid article.about-reveal-ready.is-visible,
  .about-note,
  .about-note.about-reveal-ready,
  .about-note.about-reveal-ready.is-visible {
    --feature-reveal-y: 0px;
    --feature-hover-y: 0px;
    --feature-scale: 1;
    --about-reveal-y: 0px;
    --about-hover-y: 0px;
    --about-scale: 1;
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 1068px) {
  .hero-product {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy,
  .hero-search {
    margin-right: auto;
    margin-left: auto;
  }

  .cta-row {
    justify-content: center;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-motion-media {
    object-position: 58% center;
  }

  .catalog-head,
  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .about-copy {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-copy .primary-cta {
    justify-self: center;
  }

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

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

@media (max-width: 734px) {
  body {
    padding-top: var(--nav-height);
    font-size: 16px;
  }

  .global-nav {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    grid-template-columns: auto auto;
    gap: 14px;
    padding: 0 14px;
  }

  .menu-toggle {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    color: rgba(29, 29, 31, 0.86);
    font-size: 13px;
    cursor: pointer;
  }

  .menu-toggle[aria-expanded="true"] {
    background: var(--ink);
    color: #ffffff;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 14px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .menu-icon {
    position: relative;
  }

  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-icon::before {
    top: -5px;
  }

  .menu-icon::after {
    top: 5px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    z-index: 45;
    order: 3;
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(29, 29, 31, 0.14);
    backdrop-filter: blur(18px);
  }

  .global-nav.is-menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    min-height: 44px;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
  }

  .nav-links a:hover {
    background: var(--surface);
    text-decoration: none;
  }

  .nav-action {
    justify-self: end;
  }

  .nav-action-desktop {
    display: none;
  }

  .nav-action-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    background: var(--button);
    color: #ffffff;
    font-weight: 500;
  }

  .nav-links .nav-action-mobile:hover {
    background: var(--button-hover);
    text-decoration: none;
  }

  .hero-product {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 330px;
  }

  .hero-motion::after {
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.99) 0%, rgba(248, 250, 252, 0.97) 48%, rgba(248, 250, 252, 0.42) 78%, rgba(248, 250, 252, 0.16) 100%),
      linear-gradient(90deg, rgba(248, 250, 252, 0.88), rgba(248, 250, 252, 0.18));
  }

  .hero-motion-media {
    object-position: 67% bottom;
  }

  h1 {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
  }

  h2 {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .hero-subhead {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
  }

  .hero-search div {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-copy,
  .hero-search,
  .hero-search div,
  .hero-visual {
    width: 100%;
    max-width: 100%;
  }

  .hero-media {
    width: min(88%, 330px);
    max-height: 320px;
  }

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

  .about-copy {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    text-align: center;
  }

  .about-copy .eyebrow {
    margin-bottom: 12px;
  }

  .about-copy h2 {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.12;
  }

  .about-copy p {
    width: 100%;
    max-width: 318px;
    margin: 18px auto 0;
    font-size: 17px;
  }

  .about-copy .primary-cta {
    display: inline-flex;
    margin-top: 24px;
  }

  .about-proof-grid {
    width: 100%;
    max-width: 310px;
    grid-template-columns: 1fr;
  }

  .about-proof-grid article {
    min-height: auto;
  }

  .category-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 340px;
  }

  .category-pill {
    width: 100%;
    min-height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: normal;
  }

  .category-pill:first-child,
  .category-pill:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(190px, 100%);
  }

  .feature-units {
    grid-template-columns: 1fr;
  }

  .feature-unit {
    min-height: 500px;
  }

  .feature-unit h3 {
    max-width: 310px;
    font-size: 26px;
  }

  .feature-summary {
    max-width: 310px;
    font-size: 16px;
  }

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

  .product-card {
    grid-template-rows: 280px auto;
  }

  .product-media {
    height: 280px;
  }

  .product-media.is-scrollable {
    scrollbar-width: none;
  }

  .product-media.is-scrollable::-webkit-scrollbar {
    display: none;
  }

  .modal-card {
    grid-template-columns: 1fr;
  }

  .modal-media {
    min-height: 300px;
  }

  .global-footer {
    display: grid;
  }
}

@media (min-width: 735px) and (max-width: 1068px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
