:root {
  --ink: #242424;
  --ink-soft: #333333;
  --cream: #e1ded5;
  --cream-light: #f0ede5;
  --olive: #8b9478;
  --orange: #c27843;
  --orange-deep: #ad6230;
  --white: #ffffff;
  --line: rgba(36, 36, 36, .18);
  --container: min(1380px, calc(100vw - 64px));
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-light); font-family: var(--font-body); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { display: block; }
::selection { color: var(--white); background: var(--orange); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 12px 18px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(88px, 9vw, 150px) 0; }
.section--cream { background: var(--cream); }

.announcement { position: relative; z-index: 40; overflow: hidden; padding: 8px 20px; color: var(--white); background: var(--ink); font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.announcement__track { display: flex; align-items: center; justify-content: center; gap: 30px; white-space: nowrap; }
.announcement i { color: var(--orange); font-size: 8px; font-style: normal; }

.site-header { position: absolute; top: 37px; left: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 106px; padding: 14px 4vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); transition: background .3s, color .3s, min-height .3s, box-shadow .3s; }
.site-header.is-sticky { position: fixed; top: 0; min-height: 76px; color: var(--ink); background: rgba(225,222,213,.96); border-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.08); backdrop-filter: blur(14px); }
.brand img { width: 88px; height: 88px; object-fit: contain; filter: invert(1); transition: width .3s, height .3s, filter .3s; }
.is-sticky .brand img { width: 58px; height: 58px; filter: none; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); align-items: center; }
.desktop-nav a, .text-link { position: relative; font-size: 14px; font-weight: 600; }
.desktop-nav a::after, .text-link::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after, .text-link:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; gap: 22px; align-items: center; justify-content: flex-end; }

.button { display: inline-flex; min-height: 58px; padding: 0 28px; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 48px; padding-inline: 22px; }
.button--accent { color: var(--white); background: var(--orange); }
.button--accent:hover { background: var(--orange-deep); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: var(--orange); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.03); backdrop-filter: blur(10px); }
.button--ghost:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--whatsapp { color: var(--white); background: #1f9d55; }
.button svg { width: 18px; height: 18px; fill: currentColor; }

.menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); }
.menu-button span { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
body.menu-open .site-header { color: var(--ink); }
body.menu-open .brand img { filter: none; }
.mobile-menu { position: fixed; inset: 0; z-index: -1; display: flex; padding: 140px 24px 40px; flex-direction: column; justify-content: center; gap: 18px; color: var(--ink); background: var(--cream); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding-bottom: 12px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: clamp(36px, 10vw, 58px); font-weight: 700; line-height: 1; text-transform: uppercase; }

.hero { position: relative; display: flex; min-height: calc(100svh - 37px); align-items: flex-end; overflow: hidden; color: var(--white); background: #101010; }
.hero__video, .hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.34) 52%, rgba(0,0,0,.16) 100%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 46%); }
.hero__grain { position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.hero__content { position: relative; z-index: 2; padding-top: 220px; padding-bottom: clamp(120px, 13vh, 160px); }
.eyebrow { margin: 0 0 24px; color: var(--orange); font-family: var(--font-display); font-size: 14px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: var(--white); }
.hero h1, .section h2, .site-footer h2 { margin: 0; font-family: var(--font-display); font-size: clamp(76px, 10.4vw, 166px); font-weight: 700; letter-spacing: -.035em; line-height: .76; text-transform: uppercase; }
.hero h1 em, .section h2 em, .site-footer h2 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 610px; margin: 38px 0 0; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.4vw, 20px); }
.hero__actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero__footer { position: absolute; right: 4vw; bottom: 34px; left: 4vw; z-index: 3; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.hero__footer p { margin: 0; }
.video-control { display: flex; align-items: center; gap: 10px; padding: 0; color: var(--white); border: 0; background: none; cursor: pointer; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.video-control__icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--font-body); letter-spacing: 0; }

.proof-strip { color: var(--white); background: var(--olive); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid > div { display: flex; min-height: 118px; padding: 25px 30px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.25); }
.proof-strip__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.proof-strip strong { font-family: var(--font-display); font-size: clamp(24px, 2.3vw, 36px); line-height: 1; text-transform: uppercase; }
.proof-strip span { margin-top: 8px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 600; }

.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; margin-bottom: clamp(48px, 6vw, 90px); }
.section-heading h2, .featured h2, .values h2, .manifesto h2, .faq h2 { font-size: clamp(58px, 7.8vw, 118px); line-height: .86; }
.section-heading__aside { padding-bottom: 8px; }
.section-heading__aside p { margin: 0 0 28px; color: #5e5e5e; font-size: 16px; }
.arrow-link { display: inline-flex; padding-bottom: 7px; align-items: center; gap: 25px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.arrow-link--light { color: var(--white); }

.category-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(320px, 35vw)); gap: 14px; }
.category-card { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.category-card--large { grid-row: 1 / 3; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card--warm { background: #b29a7c; }
.category-card--warm img { object-fit: contain; padding: 5%; }
.category-card:hover img { transform: scale(1.045); }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 62%); }
.category-card__content { position: absolute; right: 32px; bottom: 30px; left: 32px; }
.category-card__content > span { font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.category-card h3 { margin: 10px 0 18px; font-family: var(--font-display); font-size: clamp(42px, 5vw, 86px); font-weight: 700; letter-spacing: -.02em; line-height: .82; text-transform: uppercase; }
.category-card:not(.category-card--large) h3 { font-size: clamp(38px, 4vw, 62px); }
.category-card b { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; }
.category-card i { font-style: normal; }

.featured__top { margin-bottom: 60px; }
.featured__top h2 { max-width: 900px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card__image { position: relative; display: block; aspect-ratio: .86; overflow: hidden; background: #d7d2c7; }
.product-card__image--dark { background: #171717; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s, transform .5s; }
.product-card__image:not(.product-card__image--dark) img { object-fit: contain; padding: 4%; }
.product-card__hover { position: absolute; inset: 0; opacity: 0; }
.product-card__image:hover .product-card__hover { opacity: 1; }
.product-card__image:hover > img:first-of-type { transform: scale(1.03); }
.product-card__tag { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 10px; color: #fff; background: var(--orange); font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__info { display: flex; gap: 14px; padding: 20px 2px; align-items: flex-start; justify-content: space-between; }
.product-card__info span { color: #777; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.product-card h3 { margin: 4px 0 0; font-family: var(--font-display); font-size: 23px; font-weight: 700; line-height: 1.02; }
.product-card strong { white-space: nowrap; font-family: var(--font-display); font-size: 20px; }
.product-card h3 a:hover { color: var(--orange); }
.center-action { display: flex; margin-top: 50px; justify-content: center; }

.manifesto { color: var(--white); background: var(--ink); }
.manifesto__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.manifesto__image { position: relative; min-height: 680px; }
.manifesto__image img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; filter: saturate(.8) contrast(1.07); }
.stamp { position: absolute; right: -35px; bottom: 42px; display: grid; width: 110px; height: 110px; place-items: center; color: var(--ink); background: var(--orange); border-radius: 50%; font-family: var(--font-display); font-size: 30px; font-weight: 900; line-height: .7; text-align: center; transform: rotate(-8deg); }
.manifesto__copy { max-width: 660px; }
.manifesto__copy h2 { margin-bottom: 36px; }
.manifesto__lead { color: var(--white); font-size: clamp(20px, 2vw, 28px); line-height: 1.35; }
.manifesto__copy > p:not(.eyebrow):not(.manifesto__lead) { color: rgba(255,255,255,.65); }
.manifesto blockquote { margin: 40px 0; padding: 4px 0 4px 28px; color: rgba(255,255,255,.9); border-left: 3px solid var(--orange); font-family: var(--font-display); font-size: clamp(23px, 2vw, 30px); font-weight: 600; line-height: 1.25; }

.values__heading { margin-bottom: 70px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card__image { position: relative; aspect-ratio: 1; overflow: hidden; background: #c8c3b8; }
.value-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.value-card:hover img { transform: scale(1.035); }
.value-card__image span { position: absolute; top: 18px; left: 18px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-family: var(--font-display); font-weight: 800; }
.value-card h3 { margin: 25px 0 14px; font-family: var(--font-display); font-size: clamp(30px, 3vw, 45px); line-height: .95; text-transform: uppercase; }
.value-card p { margin: 0; color: #676767; font-size: 14px; }

.road-cta { position: relative; display: flex; min-height: 760px; align-items: center; overflow: hidden; color: var(--white); background: #121212; }
.road-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 76% center; }
.road-cta__backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.18) 78%, rgba(0,0,0,.35) 100%); }
.road-cta__content { position: relative; z-index: 2; }
.road-cta h2 { font-size: clamp(68px, 9.5vw, 142px); }
.road-cta__content > p:not(.eyebrow) { margin: 25px 0 32px; color: rgba(255,255,255,.72); font-size: 18px; }
.road-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.guarantee-list { border-top: 1px solid var(--line); }
.guarantee { display: grid; grid-template-columns: 60px 110px 1fr; gap: 24px; min-height: 148px; padding: 26px 0; align-items: center; border-bottom: 1px solid var(--line); }
.guarantee > span { color: var(--orange); font-family: var(--font-display); font-weight: 800; }
.guarantee__icon { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--font-display); font-size: 28px; font-weight: 800; transition: color .25s, background .25s; }
.guarantee:hover .guarantee__icon { color: var(--white); background: var(--orange); border-color: var(--orange); }
.guarantee h3 { margin: 0 0 3px; font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 50px); line-height: 1; text-transform: uppercase; }
.guarantee p { margin: 0; color: #777; font-size: 14px; }

.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 160px); }
.faq__intro { position: sticky; top: 120px; align-self: start; }
.faq__intro > p:not(.eyebrow) { max-width: 390px; margin: 28px 0; color: #666; }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion h3 { margin: 0; }
.accordion button { display: grid; width: 100%; padding: 27px 0; grid-template-columns: 1fr 30px; gap: 24px; align-items: center; border: 0; background: none; cursor: pointer; font-family: var(--font-display); font-size: clamp(24px, 2.5vw, 34px); font-weight: 700; line-height: 1.1; text-align: left; }
.accordion button span { position: relative; width: 22px; height: 22px; }
.accordion button span::before, .accordion button span::after { content: ""; position: absolute; top: 10px; left: 0; width: 22px; height: 2px; background: var(--ink); transition: transform .25s; }
.accordion button span::after { transform: rotate(90deg); }
.accordion button[aria-expanded="true"] span::after { transform: rotate(0); }
.accordion__answer p { max-width: 680px; margin: -8px 0 28px; color: #626262; }

.site-footer { padding: clamp(85px, 10vw, 150px) 0 28px; color: var(--white); background: #0d0d0d; }
.site-footer__top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; }
.site-footer h2 { font-size: clamp(62px, 7vw, 110px); }
.site-footer__actions { display: flex; gap: 26px; margin-top: 45px; align-items: center; flex-wrap: wrap; }
.site-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.site-footer__links h3 { margin: 0 0 18px; color: var(--orange); font-family: var(--font-display); font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__links a { display: block; margin: 10px 0; color: rgba(255,255,255,.64); font-size: 13px; }
.site-footer__links a:hover { color: var(--white); }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; margin-top: 100px; padding-top: 24px; align-items: center; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.52); font-size: 11px; text-transform: uppercase; }
.site-footer__bottom img { width: 58px; height: 58px; object-fit: contain; filter: invert(1); }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom p:last-child { text-align: right; }

.floating-whatsapp { position: fixed; right: 26px; bottom: 26px; z-index: 25; display: flex; min-height: 56px; padding: 0 18px; align-items: center; gap: 10px; color: var(--white); background: #1f9d55; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 13px; font-weight: 700; transition: transform .25s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1100px) {
  :root { --container: min(100% - 40px, 960px); }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions .text-link { display: none; }
  .menu-button { display: block; }
  .header-actions { gap: 12px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .manifesto__grid { gap: 60px; }
  .manifesto__image, .manifesto__image img { min-height: 580px; }
  .site-footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --container: calc(100vw - 32px); }
  body { padding-bottom: 64px; }
  .announcement { padding-block: 7px; }
  .announcement__track { justify-content: flex-start; gap: 18px; animation: ticker 22s linear infinite; }
  .site-header { top: 34px; min-height: 82px; padding: 8px 16px; }
  .site-header.is-sticky { min-height: 68px; }
  .brand img { width: 64px; height: 64px; }
  .is-sticky .brand img { width: 52px; height: 52px; }
  .header-actions .button { display: none; }

  .hero { min-height: 780px; }
  .hero__video { object-position: 58% center; }
  .hero__content { padding-top: 180px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(69px, 22vw, 104px); line-height: .78; }
  .hero__lead { margin-top: 28px; font-size: 15px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__footer { right: 16px; bottom: 25px; left: 16px; }
  .hero__footer p { font-size: 10px; }
  .video-control > span:first-child { display: none; }

  .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .proof-strip__grid > div { min-height: 92px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .proof-strip__grid > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.25); }
  .proof-strip strong { font-size: 25px; }

  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2, .featured h2, .values h2, .manifesto h2, .faq h2 { font-size: clamp(55px, 17vw, 82px); }
  .category-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .category-card, .category-card--large { min-height: 520px; grid-row: auto; }
  .category-card:not(.category-card--large) { min-height: 390px; }
  .category-card__content { right: 22px; bottom: 22px; left: 22px; }
  .category-card h3, .category-card:not(.category-card--large) h3 { font-size: 55px; }

  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; row-gap: 28px; }
  .product-card__info { display: block; padding-top: 12px; }
  .product-card h3 { font-size: 20px; }
  .product-card strong { display: block; margin-top: 8px; font-size: 18px; }

  .manifesto__grid { grid-template-columns: 1fr; }
  .manifesto__image, .manifesto__image img { min-height: 460px; }
  .stamp { right: 15px; bottom: -34px; width: 85px; height: 85px; font-size: 24px; }
  .values-grid { grid-template-columns: 1fr; gap: 50px; }
  .value-card__image { aspect-ratio: 1.05; }

  .road-cta { min-height: 720px; align-items: flex-end; }
  .road-cta > img { height: 65%; object-position: center bottom; }
  .road-cta__backdrop { background: linear-gradient(180deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.28) 44%, rgba(0,0,0,.82) 100%); }
  .road-cta__content { padding-bottom: 62px; }
  .road-cta h2 { font-size: clamp(64px, 19vw, 92px); }
  .road-cta__actions { align-items: stretch; flex-direction: column; }

  .guarantee { grid-template-columns: 35px 68px 1fr; gap: 12px; min-height: 122px; }
  .guarantee__icon { width: 58px; height: 58px; font-size: 22px; }
  .guarantee h3 { font-size: 29px; }
  .guarantee p { font-size: 12px; }

  .faq__grid { grid-template-columns: 1fr; gap: 50px; }
  .faq__intro { position: static; }
  .accordion button { font-size: 25px; }

  .site-footer__links { grid-template-columns: 1fr 1fr; }
  .site-footer__links > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { grid-template-columns: 1fr 1fr; margin-top: 65px; }
  .site-footer__bottom p:nth-child(2) { display: none; }
  .floating-whatsapp { display: none; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; height: 64px; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); box-shadow: 0 -10px 25px rgba(0,0,0,.15); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity .25s, transform .25s; }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-cta a { display: grid; place-items: center; font-size: 13px; font-weight: 800; }
  .mobile-cta a:last-child { background: #1f9d55; }
}

@media (max-width: 420px) {
  .product-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-card__image { aspect-ratio: 1; }
}

@keyframes ticker { to { transform: translateX(-65%); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__video { display: none; }
  .hero { background: #151515 url("assets/spanish-ride.webp") center / cover no-repeat; }
}
