:root {
  --gutter: 24px;
  --bg: #080808;
  --surface: #101010;
  --text: #F5F5F2;
  --muted: #9A9A96;
  --line: rgba(255,255,255,.15);
  --ink: var(--text);
  --video-filter: none;
  color: var(--ink);
  background: var(--bg);
  font-family: 'Inter', sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body, h1, p, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a[aria-disabled="true"] { cursor: default; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.section-title, .section-brand { font-family: 'FSP DEMO - PODIUM Sharp 4.11', 'Anton', Impact, sans-serif; font-weight: 400; }
.section-copy, .section-nav, .section-stats { font-family: 'Inter', sans-serif; }
.hero { position: relative; isolation: isolate; min-height: 100svh; display: flex; flex-direction: column; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: var(--video-filter); z-index: -2; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgb(0 0 0 / 28%); z-index: -1; }
.header { min-height: 96px; padding: 24px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-brand { font-size: 28px; letter-spacing: -.02em; white-space: nowrap; }
.desktop-nav { display: none; align-items: center; gap: clamp(20px, 2.5vw, 48px); font-size: 12px; font-weight: 500; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; min-height: 42px; padding: 0 22px; font-size: 10px; font-weight: 600; letter-spacing: .09em; }
.header > .nav-cta { display: none; }
.menu-toggle { border: 0; background: transparent; padding: 12px 0 12px 12px; width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.menu-toggle span { height: 1px; width: 28px; background: currentColor; }
.hero-content { margin-block: auto; padding: 32px var(--gutter) 48px; width: 100%; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .16em; margin-bottom: 24px; }
.section-title { font-size: clamp(2.8rem, 8vw, 7rem); line-height: .92; letter-spacing: -.025em; }
.section-title span { display: block; white-space: nowrap; }
.description { font-size: 14px; line-height: 1.65; margin-top: 26px; max-width: 440px; }
.desktop-break { display: none; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 30px; margin-top: 26px; background: #111; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .09em; }
.microcopy { margin-top: 14px; font-size: 9px; font-weight: 500; letter-spacing: .14em; }
.section-stats { display: flex; gap: 32px; margin-top: 38px; }
.section-stats > div { display: flex; flex-direction: column; gap: 8px; }
.section-stats dd { order: -1; font-size: 24px; font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.section-stats dt { font-size: 8px; line-height: 1.5; letter-spacing: .08em; font-weight: 500; }
.reveal { animation: enter .8s both; animation-delay: calc(var(--step) * .2s); }
@keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
dialog { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; border: 0; padding: 24px var(--gutter); color: #fff; background: rgb(0 0 0 / 95%); }
dialog::backdrop { background: transparent; }
body:has(dialog[open]) { overflow: hidden; }
.mobile-header { display: flex; align-items: center; justify-content: space-between; min-height: 48px; }
.menu-close { width: 44px; height: 44px; background: transparent; color: inherit; border: 1px solid #777; font-size: 23px; }
.mobile-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; margin-top: 64px; font-size: 24px; }
.mobile-nav .nav-cta { margin-top: 16px; }
@media (min-width: 640px) {
  :root { --gutter: 40px; }
  .section-stats dd { font-size: 36px; }
  .section-stats { gap: 48px; }
  .desktop-break { display: initial; }
}
@media (min-width: 768px) {
  .desktop-nav, .header > .nav-cta { display: flex; }
  .menu-toggle { display: none; }
  .header { gap: 18px; }
  .hero-content { padding-top: 36px; padding-bottom: 48px; }
  .description { font-size: 15px; }
}
@media (min-width: 1024px) {
  :root { --gutter: 64px; }
  .header { min-height: 108px; }
  .section-brand { font-size: 32px; }
  .desktop-nav { font-size: 13px; }
  .eyebrow { font-size: 11px; }
  .section-stats { margin-top: 40px; gap: 58px; }
  .section-stats dd { font-size: 48px; }
  .section-stats dt { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; }
}

/* Shared pages and editorial sections. Hero metrics above remain unchanged. */
[hidden] { display: none !important; }
html { scroll-padding-top: 112px; }
body { -webkit-font-smoothing: antialiased; }
h2, h3, figure { margin: 0; }
img { display: block; max-width: 100%; }
.global-header { position: fixed; z-index: 10; top: 0; width: 100%; transition: background .2s; }
.global-header.solid { background: rgb(8 8 8 / 97%); border-bottom: 1px solid var(--line); }
.hero { padding-top: 96px; }
.desktop-nav a { padding-block: 8px; }
.desktop-nav a:hover, .footer a:hover { color: #bdbdb8; }
.desktop-nav [aria-current="page"] { box-shadow: 0 1px currentColor; }
.skip-link { position: fixed; z-index: 50; left: 24px; top: -100px; background: #fff; color: #111; padding: 16px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.reveal.entered { animation: none; }
.font-symbol { font-family: 'Anton', 'Inter', sans-serif; }
.section { padding: clamp(72px, 8.4vw, 160px) var(--gutter); border-top: 1px solid var(--line); }
.display, .minor-title, .destination-list { font-family: 'FSP DEMO - PODIUM Sharp 4.11', 'Anton', Impact, sans-serif; font-weight: 400; }
.display { font-size: clamp(2.1rem, 4.7vw, 5.7rem); line-height: 1.02; letter-spacing: -.018em; text-wrap: balance; }
.minor-title { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.lead { font-size: clamp(15px, 1.25vw, 19px); line-height: 1.7; max-width: 570px; }
.muted { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 560px; }
.small { font-size: 12px; line-height: 1.7; }
.display + p, .lead + p { margin-top: 24px; }
.section-heading { margin-bottom: clamp(40px, 5vw, 80px); }
.eyebrow { line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-block: 12px; font-size: 10px; font-weight: 600; letter-spacing: .09em; border-bottom: 1px solid var(--line); }
.text-link:hover { border-color: var(--text); }
.text-link span { font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 16px 26px; border: 1px solid var(--text); background: var(--text); color: var(--bg); font-size: 10px; letter-spacing: .09em; font-weight: 600; text-align: center; }
.button:hover { background: #d1d1cb; border-color: #d1d1cb; }
.button.outline { color: var(--text); background: transparent; border-color: #737370; }
.button.outline:hover { background: var(--surface); border-color: var(--text); }
.button:disabled { opacity: .5; cursor: not-allowed; }
.contact-pending { display: grid; gap: 12px; font-size: 12px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.intro .section-heading { margin-bottom: 0; }
.connection-flow { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 40px 0 24px; padding-block: 25px; border-block: 1px solid var(--line); font-size: 10px; line-height: 1.5; letter-spacing: .08em; }
.connection-flow > span:nth-child(even) { color: var(--muted); font-size: 23px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(24px, 4vw, 72px); row-gap: 70px; }
.product-picture { display: block; position: relative; overflow: hidden; background: var(--surface); aspect-ratio: 1; }
.product-picture img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.product-item .product-picture:hover img { transform: scale(1.02); }
.image-note { position: absolute; left: 22px; bottom: 20px; right: 16px; font: 8px/1.6 'Inter', sans-serif; letter-spacing: .1em; color: #a8a8a3; }
.product-caption { display: grid; grid-template-columns: 26px 1fr; gap: 16px; padding-top: 24px; }
.index-number { font-size: 10px; color: var(--muted); padding-top: 5px; }
.product-caption h3 { font-size: clamp(16px, 1.5vw, 23px); font-weight: 500; letter-spacing: -.02em; }
.product-caption p { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 430px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; font-size: 9px; letter-spacing: .08em; }
.product-meta > span { color: var(--muted); }
.feature { display: grid; grid-template-columns: minmax(0, 52fr) minmax(0, 48fr); gap: clamp(32px, 5vw, 96px); align-items: center; }
.feature-copy > .lead { margin-top: 28px; }
.feature-copy > .muted { margin-top: 22px; }
.feature-copy > .text-link, .feature-copy > .button { margin-top: 30px; }
.feature .display { font-size: clamp(2.1rem, 4.5vw, 5.1rem); }
.detail-tabs { display: flex; gap: 28px; margin-top: 28px; border-bottom: 1px solid var(--line); }
.detail-tabs button { border: 0; border-bottom: 1px solid transparent; background: transparent; font-size: 11px; letter-spacing: .1em; padding: 14px 0; color: var(--muted); }
.detail-tabs [aria-selected="true"] { border-bottom-color: var(--text); color: var(--text); }
.detail-panels { min-height: 105px; }
.detail-panels [role="tabpanel"] { padding-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.8; animation: panel-in .25s; }
@keyframes panel-in { from { opacity: .15; } to { opacity: 1; } }
.process-steps { list-style: none; margin: 56px 0 24px; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-steps li { border-top: 1px solid var(--line); padding: 28px 24px 16px 0; }
.step-number { font-size: clamp(36px, 4vw, 64px); font-weight: 400; letter-spacing: -.07em; line-height: 1; }
.process-steps h3 { margin: 40px 0 14px; font-size: 12px; line-height: 1.6; font-weight: 500; }
.process-steps p { font-size: 13px; color: var(--muted); line-height: 1.8; max-width: 240px; }
.destinations { display: grid; grid-template-columns: 1.1fr 1fr; gap: 8%; }
.destinations .display { font-size: clamp(2.1rem, 4vw, 4.8rem); }
.destination-list { list-style: none; padding: 0; margin: 0; font-size: clamp(25px, 3vw, 48px); text-transform: uppercase; }
.destination-list li { border-bottom: 1px solid var(--line); padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.destination-list li:first-child { border-top: 1px solid var(--line); }
.destination-list span { font: 20px 'Inter', sans-serif; color: var(--muted); }
.plain-list { list-style: none; padding: 0; margin: 28px 0 32px; }
.plain-list li { border-bottom: 1px solid var(--line); padding: 15px 0; font-size: 12px; line-height: 1.6; letter-spacing: .05em; }
.business ul { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 32px; padding: 0; margin: 56px 0 0; }
.business li { display: flex; align-items: center; gap: 16px; border-top: 1px solid var(--line); padding-block: 30px; font-size: 13px; line-height: 1.6; }
.business svg { width: 27px; height: 27px; flex: 0 0 auto; color: #b6b6b1; }
.faq { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9%; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-size: 14px; line-height: 1.6; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 22px; font-weight: 400; }
.accordion [open] summary span { transform: rotate(45deg); }
.accordion p { color: var(--muted); font-size: 14px; line-height: 1.8; padding: 0 28px 24px 0; }
.final-cta .display { font-size: clamp(2.1rem, 5.7vw, 7rem); }
.final-cta { background: #050505; }
.footer { padding: 56px var(--gutter) 24px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; padding-bottom: 56px; }
.footer-top p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 24px; font-size: 10px; color: var(--muted); }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-bottom small { font-size: inherit; }
.page-heading { padding-top: clamp(160px, 15vw, 230px); border-top: 0; }
.page-heading .display { font-size: clamp(2.1rem, 5.7vw, 7rem); }
.catalog-products { padding-top: 0; border-top: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 10px; line-height: 1.6; margin-bottom: 44px; }
.breadcrumb a:hover { color: var(--text); }
.product-page { padding-top: 148px; border-top: 0; }
.product-layout { display: grid; grid-template-columns: minmax(0, 52fr) minmax(0, 48fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.product-info .display { font-size: clamp(2.2rem, 4.2vw, 5rem); }
.product-info > p { margin-top: 24px; }
.product-info > .eyebrow { margin-top: 0; }
.product-info .button { margin-top: 26px; }
.technology-label { font-size: 11px; letter-spacing: .14em; }
.gallery-controls { display: flex; gap: 24px; margin-top: 16px; }
.gallery-controls button { background: transparent; border: 0; border-bottom: 1px solid transparent; padding: 12px 0; font-size: 10px; letter-spacing: .08em; color: var(--muted); }
.gallery-controls [aria-pressed="true"] { color: var(--text); border-color: var(--text); }
.specifications { margin-top: 36px; border-top: 1px solid var(--line); }
.specifications > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.7; }
.specifications dt { color: var(--muted); }
.product-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.product-explanation .lead { margin-top: 28px; }
.product-explanation .text-link { margin-top: 28px; }
.related > .display { margin-bottom: 48px; }
.related .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.related .product-meta { flex-wrap: wrap; }
.technology-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.technology-number { font-size: clamp(64px, 10vw, 140px); letter-spacing: -.08em; font-weight: 600; line-height: 1; }
.technology-explanation h2 { font-size: 16px; margin: 32px 0 18px; }
.reading-flow ol { display: flex; justify-content: space-between; list-style: none; gap: 24px; padding: 0; margin: 0 0 36px; font-size: clamp(16px, 2.5vw, 36px); font-weight: 500; letter-spacing: -.03em; }
.reading-flow li:not(:last-child)::after { content: '→'; padding-left: clamp(16px, 4vw, 64px); color: var(--muted); }
.personalization-steps { list-style: none; padding: 0; margin: 48px 0 0; }
.personalization-steps li { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 32px; align-items: center; padding: 32px 0; border-top: 1px solid var(--line); }
.personalization-steps h3 { font-size: 15px; font-weight: 500; line-height: 1.6; }
.personalization-steps p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.personalization-close .button { margin-top: 32px; }
.contact-content { max-width: 550px; margin: 36px 0 40px; }
.contact-content .button { margin: 30px 0 20px; }
@media (min-width: 1024px) { .hero { padding-top: 108px; } }
@media (max-width: 1023px) {
  .feature, .product-layout { gap: 32px; }
  .feature-copy .eyebrow { font-size: 9px; }
  .business ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .hero::before { background: rgb(0 0 0 / 48%); }
  .intro, .feature, .destinations, .faq, .product-layout, .product-explanation, .technology-explanation { grid-template-columns: 1fr; gap: 40px; }
  .product-grid, .related .product-grid { grid-template-columns: 1fr; row-gap: 48px; }
  .feature .display { font-size: clamp(2.1rem, 8vw, 3.8rem); }
  .reviews .feature-copy { order: 1; }
  .process-steps { grid-template-columns: 1fr; margin-top: 36px; }
  .process-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 12px 20px; padding: 26px 0; }
  .process-steps h3 { margin: 0; align-self: center; }
  .process-steps p { grid-column: 2; max-width: none; }
  .business ul { gap: 0 20px; margin-top: 36px; }
  .business li { font-size: 11px; gap: 12px; }
  .business svg { width: 22px; height: 22px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top nav { max-width: 360px; }
  .footer-bottom { flex-direction: column; gap: 18px; }
  .product-page { padding-top: 128px; }
  .reading-flow ol { flex-direction: column; }
  .reading-flow li:not(:last-child)::after { content: '↓'; padding-left: 24px; }
  .personalization-steps li { grid-template-columns: 48px 1fr; gap: 16px 24px; }
  .personalization-steps p { grid-column: 2; }
  .actions { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .product-item .product-picture:hover img { transform: none; }
}

/* Scroll editorial: una entrada por elemento, sin modificar el desplazamiento. */
.scroll-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.65,.3,1) var(--reveal-delay, 0ms), transform .8s cubic-bezier(.2,.65,.3,1) var(--reveal-delay, 0ms); }
.scroll-reveal.is-revealed, .scroll-reveal:focus-within { opacity: 1; transform: none; }
.product-item.scroll-reveal { transform: translateY(46px); }
.product-item.scroll-reveal.is-revealed { transform: none; }
.process-steps li { position: relative; }
.process-steps li::before { content: ''; position: absolute; left: 0; right: 24px; top: -1px; height: 1px; background: var(--text); transform: scaleX(0); transform-origin: left; transition: transform .9s .15s; }
.process-steps li.is-revealed::before { transform: scaleX(1); }
.button, .nav-cta, .primary-cta { transition: background .25s, color .25s, border-color .25s, transform .25s; }
.text-link span, .destination-list li > span { transition: transform .3s; }
.text-link:hover span { transform: translate(3px, -3px); }
.destination-list li { transition: padding .35s, color .35s; }
.destination-list li:hover { padding-left: 12px; color: #c9c9c3; }
.destination-list li:hover > span { transform: translate(3px, -3px); }
.accordion summary span { transition: transform .25s; }
@supports (animation-timeline: scroll()) {
  .global-header::after { content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--text); transform-origin: left; animation: reading-progress linear both; animation-timeline: scroll(root block); }
  @keyframes reading-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
}
/* Galería nativa con scroll-snap: fotos, láminas de medidas y video manual. */
.gallery { min-width: 0; }
.gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; background: var(--surface); aspect-ratio: 1; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide { flex: 0 0 100%; min-width: 0; height: 100%; position: relative; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-expand { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-expand img, .gallery-slide video { width: 100%; height: 100%; object-fit: contain; display: block; }
.gallery-expand img { object-fit: cover; transition: transform .6s; }
.gallery-expand:hover img { transform: scale(1.02); }
.gallery-expand .dimension-image { object-fit: contain; padding: 24px; }
.expand-mark { position: absolute; top: 20px; right: 20px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); background: #101010; color: var(--text); font: 18px 'Inter', sans-serif; }
.gallery-slide .image-note { pointer-events: none; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.gallery-status { color: var(--muted); font-size: 10px; line-height: 1.6; letter-spacing: .05em; text-transform: uppercase; }
.gallery-toolbar > div { display: flex; gap: 8px; }
.gallery-toolbar button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; font-size: 18px; }
.gallery-toolbar button:hover:not(:disabled) { background: var(--text); color: var(--bg); }
.gallery-toolbar button:disabled { opacity: .3; cursor: default; }
.gallery-controls { overflow-x: auto; padding: 4px 4px 12px; gap: 14px; margin-top: 14px; scrollbar-width: thin; }
.gallery-controls button { flex: 0 0 84px; padding: 0 0 10px; font-size: 8px; line-height: 1.5; text-align: left; text-transform: uppercase; border-bottom-width: 2px; }
.gallery-controls img, .video-thumbnail { width: 84px; height: 84px; object-fit: cover; margin-bottom: 10px; opacity: .5; transition: opacity .25s; }
.video-thumbnail { display: grid; place-items: center; font-size: 28px; background: var(--surface); }
.gallery-controls [aria-pressed="true"] img, .gallery-controls button:hover img, .gallery-controls [aria-pressed="true"] .video-thumbnail { opacity: 1; }
.gallery-lightbox { padding: 64px 24px 24px; background: #080808f5; }
.gallery-lightbox img { width: 100%; height: calc(100svh - 130px); object-fit: contain; }
.lightbox-close { position: absolute; right: 24px; top: 16px; width: 44px; height: 44px; background: transparent; border: 1px solid #777; }
.lightbox-caption { margin-top: 16px; text-align: center; font-size: 12px; color: var(--muted); }
.product-dimensions { margin-top: 32px; }
.product-dimensions h2 { font-size: 12px; font-weight: 500; letter-spacing: .1em; }
.product-dimensions .specifications { margin-top: 16px; }
@media (min-width: 1024px) and (min-height: 800px) {
  .product-layout .gallery { position: sticky; top: 128px; }
  .product-layout .gallery-track { max-height: calc(100svh - 340px); }
}
@media (hover: hover) {
  .button:hover, .primary-cta:hover { transform: translateY(-2px); }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal, .product-item.scroll-reveal { opacity: 1; transform: none; }
  .global-header::after { display: none; }
  .gallery-expand:hover img, .button:hover, .primary-cta:hover, .text-link:hover span, .destination-list li:hover > span { transform: none; }
}
@media print {
  .scroll-reveal, .product-item.scroll-reveal { opacity: 1; transform: none; }
}
