/*
Theme Name: Mangrove Lodge
Theme URI: https://mangrove-preview.omcreative.co
Author: Oceanmoon Creative
Description: A custom, editor-friendly WordPress theme for Mangrove Lodge.
Version: 2.0.3
Text Domain: mangrove-lodge
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Krub:wght@300;400;500;600&family=Open+Sans:wght@400;500;600&display=swap');

:root {
  --palm: #74955c;
  --orange: #f79331;
  --sea: #15aae2;
  --red: #9d2720;
  --forest: #24483c;
  --forest-deep: #16342d;
  --leaf: var(--palm);
  --sun: var(--orange);
  --coral: var(--red);
  --cream: #f2eee5;
  --paper: #fbfaf6;
  --ink: #1d2925;
  --muted: #65716c;
  --line: rgba(36,72,60,.16);
  --white: #fffefb;
  --display: "Krub", ui-sans-serif, sans-serif;
  --body: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --micro: "Inter", ui-sans-serif, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: 1.06; }
h1 { font-size: clamp(3.2rem,7.2vw,7rem); }
h2 { font-size: clamp(2.35rem,4.8vw,4.8rem); }
h3 { font-size: clamp(1.45rem,2.15vw,2.1rem); }
p { margin: 0 0 1.2rem; }
.wp-site-blocks, .entry-content { overflow: hidden; }
.wp-site-blocks, .site-main, .wp-block-post-content { margin-block-start: 0; }
.entry-content > * { margin-block-start: 0; margin-block-end: 0; }
.entry-content .wp-block-group,
.entry-content .wp-block-image,
.entry-content .wp-block-video,
.entry-content .wp-block-cover,
.entry-content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: none; }
.entry-content .wp-block-group > *,
.entry-content .wp-block-cover > * { min-width: 0; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--leaf); font-family: var(--micro); font-size: .68rem; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; flex: 0 0 auto; background: currentColor; }
.eyebrow-light { color: rgba(255,254,251,.88); }
.button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-family: var(--micro); font-size: .72rem; font-weight: 600; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover, .wp-block-button__link:hover { transform: translateY(-2px); }
.button-sun, .button-sun .wp-block-button__link { background: var(--sun); color: var(--forest-deep); }
.button-primary, .button-primary .wp-block-button__link { background: var(--forest); color: var(--white); }
.button-outline, .button-outline .wp-block-button__link { border-color: currentColor; background: transparent; color: var(--ink); }
.button-ghost-light, .button-ghost-light .wp-block-button__link { border-color: rgba(255,255,255,.65); background: transparent; color: var(--white); }
.tone-green .button-outline .wp-block-button__link,
.split-story .button-outline .wp-block-button__link,
.feature-band .button-outline .wp-block-button__link { color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; width: 100%; height: 84px; background: rgba(255,254,251,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(100% - 48px,1440px); max-width: 1440px; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark, .wordmark a { display: inline-flex; align-items: center; line-height: 1; }
.wordmark img, .wp-block-site-logo.wordmark img { width: 164px; height: auto; max-height: 64px; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.primary-navigation .wp-block-navigation-item__content { position: relative; padding: 8px 0; color: var(--forest); font-family: var(--micro); font-size: .68rem; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.primary-navigation .wp-block-navigation-item__content::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.primary-navigation .wp-block-navigation-item__content:hover::after,
.primary-navigation .current-menu-item .wp-block-navigation-item__content::after { transform: scaleX(1); transform-origin: left; }
.primary-navigation .wp-block-navigation__container { gap: clamp(12px,1.5vw,26px); }
.primary-navigation .wp-block-navigation__responsive-container-open { color: var(--forest); }
.primary-navigation .wp-block-navigation__responsive-container.is-menu-open { padding: 28px clamp(24px,6vw,64px) 34px; background: var(--forest-deep); color: var(--white); }
.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: var(--white); font-family: var(--display); font-size: clamp(1.8rem,5vh,3.4rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { width: 100%; align-items: stretch; gap: 0; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px,2.2vw,34px); }
.desktop-nav ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav li { display: contents; }
.desktop-nav a { position: relative; padding: 31px 0; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--sun); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav .current-menu-item a::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-book .wp-block-button__link { min-height: 42px; padding: 10px 15px; background: var(--forest); color: var(--white); font-size: .62rem; letter-spacing: .1em; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; color: var(--forest); cursor: pointer; }
.mobile-panel { position: fixed; z-index: 95; inset: 0; display: grid; align-content: center; padding: 90px 34px 38px; background: var(--forest-deep); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
.mobile-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-panel .close-menu { position: absolute; right: 28px; top: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; font-size: 1.6rem; }
.mobile-panel ul { margin: 0; padding: 0; list-style: none; }
.mobile-panel a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--display); font-size: clamp(2rem,7vw,3.7rem); line-height: 1.08; }

.home-hero, .page-hero { position: relative; margin-top: 84px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-deep); color: var(--white); }
.home-hero { min-height: calc(100svh - 84px); }
.page-hero { min-height: 680px; height: min(79vh,820px); }
.home-hero > .wp-block-video, .page-hero > .wp-block-image { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; margin: 0; }
.home-hero > .wp-block-video video, .page-hero > .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.home-hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(11,37,31,.76),rgba(11,37,31,.18) 75%),linear-gradient(to top,rgba(11,37,31,.54),transparent 62%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(100% - 80px,var(--max)); margin: 0 auto; padding: 150px 0 10vh; }
.hero-copy h1 { max-width: 1120px; margin-bottom: 28px; color: var(--white); }
.hero-copy h1 em { color: var(--sun); font-style: normal; font-weight: 300; }
.hero-copy > p:not(.eyebrow) { max-width: 690px; font-size: clamp(1rem,1.5vw,1.24rem); }
.hero-copy .wp-block-buttons { gap: 12px; margin-top: 30px; }
.hero-copy > .wp-block-buttons { display: inline-flex; width: auto; margin-right: 8px; vertical-align: top; }

.content-width { width: min(100% - 64px,var(--max)); margin-inline: auto; }
.home-intro { width: min(100% - 64px,var(--max)); margin: 0 auto; padding: clamp(95px,12vw,180px) 0; }
.home-intro > .wp-block-group__inner-container, .home-intro { display: grid; grid-template-columns: 1.45fr .75fr; gap: clamp(40px,8vw,120px); align-items: start; }
.home-intro .intro-copy { padding-top: 36px; color: var(--muted); }
.home-films { padding: clamp(95px,12vw,175px) 0 clamp(130px,15vw,220px); overflow: hidden; background: var(--forest-deep); color: var(--white); }
.home-films .section-head { width: min(100% - 64px,var(--max)); margin: 0 auto clamp(60px,7vw,100px); display: grid; grid-template-columns: 1.2fr .7fr; column-gap: clamp(40px,8vw,120px); align-items: end; }
.home-films .section-head .eyebrow { grid-column: 1/-1; color: var(--sun); }
.home-films .section-head p:last-child { color: rgba(255,255,255,.7); }
.home-films .section-head h2 { max-width: 680px; font-weight: 300; }
.home-films .section-head > p:not(.eyebrow) { max-width: 48ch; margin-bottom: 8px; }
.film-grid { width: min(100% - 64px,1440px); margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(12px,1.6vw,26px); align-items: start; }
.film-card { position: relative; width: 100%; aspect-ratio: 9/16; justify-self: stretch; overflow: hidden; margin: 0; }
.film-card:nth-child(even) { transform: translateY(54px); }
.film-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(to top,rgba(11,37,31,.82),transparent); pointer-events: none; }
.film-card > .wp-block-video { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }
.film-card video { width: 100%; height: 100%; object-fit: cover; }
.film-card .film-caption { position: absolute; z-index: 2; left: clamp(18px,2vw,30px); right: 46px; bottom: clamp(20px,2.4vw,34px); color: var(--white); text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.film-caption p { margin: 0 0 9px; font-family: var(--micro); font-size: .6rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.film-caption h3 { font-size: clamp(1.15rem,1.7vw,1.75rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }

.split-story, .feature-band { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 720px; background: var(--forest); color: var(--white); }
.split-story > .wp-block-image, .feature-band > .wp-block-image { margin: 0; min-height: 620px; }
.split-story img, .feature-band img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { align-self: center; padding: clamp(60px,8vw,120px); }
.split-copy h2 { margin-bottom: 28px; }
.split-copy p:not(.eyebrow) { color: rgba(255,255,255,.76); }

.home-rooms { width: min(100% - 64px,1360px); margin: 0 auto; padding: clamp(105px,14vw,190px) 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px,7vw,90px); align-items: center; }
.home-rooms .wp-block-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.story-card, .content-card { padding: clamp(30px,4vw,58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-card:last-child, .content-card:last-child { border-right: 0; }
.story-card .wp-block-image { margin: calc(clamp(30px,4vw,58px) * -1) calc(clamp(30px,4vw,58px) * -1) 32px; }
.story-card .wp-block-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.story-card h3, .content-card h3 { margin-bottom: 16px; }
.story-card p, .content-card p { color: var(--muted); }
.story-card .eyebrow, .content-card .eyebrow { color: var(--coral); }

.palace-section { width: min(100% - 64px,var(--max)); margin: 0 auto; padding: clamp(105px,14vw,190px) 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px,9vw,130px); align-items: center; }
.palace-section .wp-block-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.location-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; background: var(--sea); color: var(--forest-deep); }
.location-art { min-height: 520px; display: grid; place-items: center; padding: 50px; }
.location-art p { width: min(430px,80vw); aspect-ratio: 1; margin: 0; display: grid; place-items: center; border: 1px solid rgba(16,43,37,.35); border-radius: 50%; font-family: var(--display); font-size: clamp(1.7rem,3vw,3rem); text-align: center; }
.closing-cover { min-height: 680px; display: grid; place-items: center; text-align: center; }
.closing-cover .wp-block-cover__inner-container { width: min(100% - 48px,820px); }

.page-intro { width: min(100% - 64px,var(--max)); margin: 0 auto; padding: clamp(80px,10vw,140px) 0; display: grid; grid-template-columns: .35fr 1.35fr; gap: 54px; }
.page-intro p:last-child { margin: 0; max-width: 900px; font-family: var(--display); font-size: clamp(1.65rem,2.8vw,2.8rem); line-height: 1.22; }
.fact-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--forest); color: white; }
.fact-strip p { min-height: 126px; margin: 0; display: flex; align-items: center; padding: 30px clamp(26px,5vw,70px); border-right: 1px solid rgba(255,255,255,.15); font-family: var(--display); font-size: clamp(1.15rem,1.8vw,1.65rem); }
.fact-strip p::before { content: ""; width: 10px; height: 10px; margin-right: 22px; border-radius: 50%; background: var(--sun); }
.fact-strip p:nth-child(2)::before { background: var(--sea); }
.fact-strip p:nth-child(3)::before { background: var(--leaf); }

.motion-section { display: grid; grid-template-columns: .9fr .7fr; min-height: 700px; background: var(--paper); }
.motion-section .motion-copy { align-self: center; padding: clamp(60px,8vw,120px); }
.motion-section .motion-copy p:not(.eyebrow) { color: var(--muted); }
.motion-section .wp-block-video { margin: 0; min-height: 700px; }
.motion-section video { width: 100%; height: 100%; object-fit: cover; }

.content-section { padding: clamp(95px,12vw,170px) 0; border-bottom: 1px solid var(--line); }
.content-section > .wp-block-group__inner-container, .content-section > .content-inner { width: min(100% - 64px,var(--max)); margin: 0 auto; }
.tone-cream { background: var(--cream); }
.tone-white { background: var(--paper); }
.tone-sun { background: var(--sun); }
.tone-green { background: var(--forest); color: var(--white); --line: rgba(255,255,255,.18); }
.tone-green .eyebrow { color: var(--sun); }
.tone-green p, .tone-green .content-card p { color: rgba(255,255,255,.76); }
.section-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,9vw,130px); align-items: center; }
.section-layout .section-copy > p:not(.eyebrow) { max-width: 62ch; color: var(--muted); }
.tone-green .section-layout .section-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.section-layout .wp-block-image { margin: 0; }
.section-layout .wp-block-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.detail-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 28px; }
.detail-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.section-cards { margin-top: 54px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.section-cards .content-card { border-right: 1px solid var(--line); }
.section-cards.four { grid-template-columns: repeat(4,1fr); }
.gallery-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; background: var(--forest-deep); }
.gallery-item { position: relative; margin: 0; aspect-ratio: 4/5; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption, .gallery-item .gallery-caption { position: absolute; z-index: 2; left: 20px; bottom: 20px; margin: 0; padding: 8px 11px; background: rgba(11,37,31,.75); color: white; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.page-cta { padding: clamp(90px,11vw,150px) 32px; background: var(--sun); text-align: center; }
.page-cta { display: grid; justify-items: center; }
.page-cta > * { width: min(100%,820px); margin-inline: auto; }
.page-cta h2 { margin-bottom: 24px; }
.page-cta .wp-block-buttons { width: auto; justify-content: center; margin-top: 30px; }

.site-footer { background: var(--forest-deep); color: var(--white); }
.footer-main, .site-footer .footer-main { width: min(100% - 64px,var(--max)); margin: 0 auto; padding: 90px 0 70px; display: grid; grid-template-columns: 1.35fr .65fr .65fr 1fr; gap: clamp(34px,5vw,80px); }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); }
.footer-brand .wp-block-site-logo img { width: 190px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 38ch; margin-top: 24px; color: rgba(255,255,255,.68); }
.footer-label { color: var(--sun); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-links p { margin: 0; }
.footer-links a { display: block; padding: 5px 0; color: rgba(255,255,255,.75); }
.footer-contact p:not(.footer-label) { color: rgba(255,255,255,.75); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 20px max(32px,calc((100% - var(--max))/2)); border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.whatsapp-wrap { position: fixed; z-index: 65; right: 22px; bottom: 22px; width: auto; }
.whatsapp-button .wp-block-button__link { gap: 9px; min-height: 44px; padding: 10px 16px; border-radius: 999px; background: var(--white); color: var(--forest); box-shadow: 0 10px 34px rgba(22,52,45,.18); font-family: var(--micro); font-size: .66rem; font-weight: 600; letter-spacing: .06em; }
.whatsapp-button .wp-block-button__link::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--palm); box-shadow: 0 0 0 4px rgba(116,149,92,.17); }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .primary-navigation .wp-block-navigation__responsive-container-open { display: flex !important; }
  .menu-toggle { display: grid; place-items: center; }
  .film-grid { grid-template-columns: repeat(2,1fr); }
  .film-card:nth-child(even) { transform: none; }
  .site-footer .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-contact { grid-column: 1/-1; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(3rem,13.5vw,4.8rem); }
  h2 { font-size: clamp(2.45rem,11vw,4rem); }
  .site-header { height: 72px; }
  .header-inner { width: calc(100% - 32px); }
  .wordmark img { width: 156px; }
  .header-book { display: none; }
  .home-hero, .page-hero { margin-top: 72px; }
  .home-hero { min-height: calc(100svh - 72px); }
  .page-hero { min-height: 620px; height: 76vh; }
  .hero-copy { width: calc(100% - 40px); padding-top: 86px; padding-bottom: 56px; }
  .hero-copy > .wp-block-buttons { display: flex; width: max-content; max-width: 100%; margin-top: 12px; }
  .home-intro > .wp-block-group__inner-container, .home-intro, .home-films .section-head, .split-story, .feature-band, .home-rooms, .palace-section, .location-section, .motion-section, .section-layout { grid-template-columns: 1fr; }
  .home-intro, .home-rooms, .palace-section { width: calc(100% - 40px); }
  .home-films .section-head { width: calc(100% - 40px); gap: 20px; }
  .film-grid { width: calc(100% - 40px); gap: 10px; }
  .split-story > .wp-block-image, .feature-band > .wp-block-image { min-height: 440px; }
  .split-copy { padding: 58px 24px; }
  .card-grid, .section-cards, .section-cards.four { grid-template-columns: 1fr; }
  .story-card, .content-card { border-right: 0; }
  .page-intro { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 14px; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip p { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .motion-section .wp-block-video { min-height: 560px; }
  .content-section > .wp-block-group__inner-container, .content-section > .content-inner { width: calc(100% - 40px); }
  .detail-list { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: 1fr; }
  .gallery-item { aspect-ratio: 4/3; }
  .site-footer .footer-main { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; padding: 20px; }
  .whatsapp-wrap { right: 14px; bottom: 14px; }
}

@media (min-width: 1121px) {
  .primary-navigation .wp-block-navigation__responsive-container-open { display: none !important; }
  .primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: block !important; position: static; width: 100%; }
}

@media (max-width: 600px) {
  .home-films { padding: 86px 0 105px; }
  .home-films .section-head { width: calc(100% - 36px); margin-bottom: 48px; }
  .film-grid { width: 100%; display: flex; gap: 12px; overflow-x: auto; padding: 0 18px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .film-grid::-webkit-scrollbar { display: none; }
  .film-card { flex: 0 0 76vw; max-width: 360px; scroll-snap-align: center; }
  .film-card:nth-child(even) { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
