/* ════════════════════════════════════════════════
   GIẤY THUẬN HẢI — thuanhaipaper.com
   Bright modern palette drawn from brand logo
   green · blue · gold · red on white / mint
   ════════════════════════════════════════════════ */

:root {
  --green:      #12994c;
  --green-deep: #0b7a3a;
  --green-ink:  #103d27;
  --green-soft: #e6f4ec;
  --blue:       #1f88cc;
  --blue-deep:  #156fac;
  --red:        #e11d2b;
  --gold:       #c4915a;
  --mint:       #eef7f1;
  --mint-2:     #e2f0e8;
  --paper:      #f7faf8;
  --white:      #ffffff;
  --ink:        #18261e;
  --ink-soft:   #57665d;
  --line:       rgba(16, 61, 39, .10);
  --sans: "Google Sans Flex", "Be Vietnam Pro", "Segoe UI", sans-serif;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 6px 18px -10px rgba(16, 61, 39, .22);
  --shadow:    0 20px 46px -22px rgba(16, 61, 39, .30);
  --ease: cubic-bezier(.22, .8, .3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ── shared ── */
.container { width: min(1160px, 92vw); margin-inline: auto; }
.section { padding: clamp(68px, 9vw, 116px) 0; position: relative; }
.section--mint { background: var(--mint); }

.kicker {
  font-size: 13px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--green);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 18px;
}
.kicker::before {
  content: ""; width: 40px; height: 3px; border-radius: 3px;
  background: var(--green); flex: none;
}
.kicker--light { color: #bfe8cf; }
.kicker--light::before { background: #bfe8cf; }

.h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800; line-height: 1.16;
  letter-spacing: -.015em;
  color: var(--green-ink);
  margin-bottom: 20px;
  text-wrap: balance;
}
.h2 em { font-style: normal; color: var(--green); }
.h2--light { color: var(--white); }
.h2--light em { color: #8fe6b1; }

.lead { font-size: clamp(15px, 1.5vw, 18px); color: var(--ink-soft); max-width: 62ch; }
.lead--light { color: rgba(255, 255, 255, .82); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 30px; border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .01em;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
}
.btn:hover { transform: translateY(-3px); }
.btn--green {
  background: var(--green); color: #fff;
  box-shadow: 0 14px 28px -14px rgba(18, 153, 76, .7);
}
.btn--green:hover { background: var(--green-deep); }
.btn--ghost { border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
.btn--white { background: #fff; color: var(--green-deep); }
.btn--white:hover { background: var(--green-soft); }
.btn--lg { padding: 16px 36px; font-size: 16px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; } .d6 { transition-delay: .6s; }

/* ════════ NAV ════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 16px 0;
  transition: background .4s, box-shadow .4s, padding .4s;
}
.nav.scrolled {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 10px 30px -22px rgba(16, 61, 39, .5);
  padding: 9px 0;
}
.nav__inner {
  width: min(1240px, 94vw); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__logo-img {
  height: 40px; width: auto; flex: none;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .28));
  transition: filter .4s;
}
.nav.scrolled .nav__logo-img { filter: none; }
.nav__name {
  font-size: 19px; font-weight: 800; letter-spacing: .01em; color: #fff;
  transition: color .4s;
}
.nav__name em { font-style: normal; color: #bfe8cf; transition: color .4s; }
.nav.scrolled .nav__name { color: var(--green-ink); }
.nav.scrolled .nav__name em { color: var(--green); }

.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links a {
  font-size: 15px; font-weight: 500; color: #fff;
  position: relative; transition: color .4s;
}
.nav.scrolled .nav__links a { color: var(--ink); }
.nav__links a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--green);
  transition: width .3s var(--ease);
}
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta {
  background: var(--green); color: #fff !important;
  padding: 10px 22px; border-radius: 999px; font-weight: 700;
  box-shadow: 0 10px 22px -12px rgba(18, 153, 76, .8);
}
.nav__cta:hover { background: var(--green-deep); }

.nav__burger { display: none; background: none; border: 0; width: 40px; height: 34px; position: relative; z-index: 60; }
.nav__burger span {
  display: block; height: 2.5px; margin: 6px 8px;
  background: #fff; border-radius: 2px; transition: .35s var(--ease);
}
.nav.scrolled .nav__burger span, .nav.menu-open .nav__burger span { background: var(--green-ink); }

/* ════════ HERO ════════ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  color: #fff;
}
.hero__bg { position: absolute; inset: 0; overflow: hidden; }
.hero__bg img {
  width: 100%; height: 100%; object-fit: cover;
  animation: heroZoom 18s var(--ease) forwards;
}
@keyframes heroZoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 17, .9) 0%, rgba(9, 34, 22, .68) 34%, rgba(9, 34, 22, .28) 62%, rgba(9, 34, 22, 0) 100%),
    linear-gradient(rgba(7, 26, 17, .28), rgba(7, 26, 17, .12));
}
.hero__content { position: relative; z-index: 2; width: min(1160px, 92vw); margin-inline: auto; padding-top: 70px; }
.hero__eyebrow {
  font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: #bfe8cf; font-weight: 600; margin-bottom: 24px;
}
.hero__title {
  font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(40px, 7vw, 84px);
  line-height: 1.07; margin-bottom: 28px;
}
.hero__title span { display: block; }
.hero__title em { font-style: normal; color: #8fe6b1; }
.hero__sub { max-width: 52ch; font-size: clamp(16px, 1.8vw, 19px); color: rgba(255, 255, 255, .86); margin-bottom: 36px; }
.hero__sub strong { color: #8fe6b1; font-weight: 600; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 26px; translate: -50% 0; z-index: 2;
  width: 26px; height: 44px; border: 2px solid rgba(255, 255, 255, .6); border-radius: 14px;
}
.hero__scroll span {
  position: absolute; left: 50%; top: 8px; translate: -50% 0;
  width: 4px; height: 8px; border-radius: 3px; background: #bfe8cf;
  animation: wheel 1.8s ease-in-out infinite;
}
@keyframes wheel { 0% { top: 8px; opacity: 1; } 70% { top: 24px; opacity: 0; } 100% { top: 8px; opacity: 0; } }

/* ════════ MARQUEE ════════ */
.marquee {
  background: var(--green); color: #fff;
  overflow: hidden; padding: 14px 0;
}
.marquee__track {
  display: flex; align-items: center; gap: 38px;
  width: max-content;
  animation: scroll 34s linear infinite;
  font-size: 14px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; white-space: nowrap;
}
.marquee__track i { color: rgba(255, 255, 255, .55); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ════════ INTRO / THƯ NGỎ ════════ */
.intro { background: var(--white); }
.intro__grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 88px); align-items: center;
}
.intro__media { position: relative; }
.intro__photo {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow);
}
.intro__photo img { aspect-ratio: 4 / 4.6; object-fit: cover; width: 100%; }
.intro__photo--overlap {
  position: absolute; right: -6%; bottom: -10%;
  width: 56%; border: 6px solid var(--white);
  border-radius: var(--radius);
}
.intro__photo--overlap img { aspect-ratio: 1; }

.intro__letter p { margin-bottom: 16px; color: var(--ink-soft); }
.intro__letter strong { color: var(--green-deep); font-weight: 600; }
.intro__letter { position: relative; padding-left: 24px; }
.intro__letter::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px;
  width: 3px; border-radius: 3px;
  background: linear-gradient(var(--green), var(--blue));
}
.intro__sign { margin-top: 26px; display: flex; flex-direction: column; }
.intro__sign-name { font-size: 22px; font-weight: 700; color: var(--green-ink); }
.intro__sign-role { font-size: 13.5px; color: var(--ink-soft); margin-top: 3px; }

/* ════════ LĨNH VỰC ════════ */
.fields__grid {
  margin-top: clamp(38px, 5vw, 60px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.field-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.field-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.field-card__icon {
  width: 56px; height: 56px; margin-bottom: 20px;
  display: grid; place-items: center;
  border-radius: 14px;
  color: var(--green);
  background: var(--green-soft);
}
.field-card:nth-child(3n+2) .field-card__icon { color: var(--blue); background: #e4f2fb; }
.field-card:nth-child(3n) .field-card__icon { color: var(--gold); background: #f6efe4; }
.field-card__icon svg { width: 28px; height: 28px; }
.field-card h3 {
  font-weight: 700; font-size: 19px; color: var(--green-ink);
  margin-bottom: 10px; line-height: 1.32;
}
.field-card p { font-size: 14.5px; color: var(--ink-soft); }
.field-card p strong { color: var(--green-deep); font-weight: 600; }

/* ════════ NĂNG LỰC ════════ */
.capacity { background: var(--white); }
.capacity__grid {
  margin-top: clamp(38px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.cap-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.cap-card--tall { grid-column: span 2; grid-row: span 2; }
.cap-card--wide { grid-column: span 2; }
.cap-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.cap-card:hover img { transform: scale(1.06); }
.cap-card figcaption {
  position: absolute; left: 14px; bottom: 14px; right: 14px;
  background: rgba(255, 255, 255, .95);
  color: var(--green-ink);
  font-size: 13px; font-weight: 600; letter-spacing: .01em;
  padding: 9px 16px; border-radius: 999px;
  border-left: 3px solid var(--green);
  width: fit-content; max-width: calc(100% - 28px);
}

/* ════════ SẢN PHẨM ════════ */
.products__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 40px; margin-bottom: clamp(34px, 5vw, 52px);
}
.products__head .lead { max-width: 40ch; padding-bottom: 6px; }

/* 12-col grid: normal tile = 3 cols (4/row), feature = 6 cols. Multiple of both
   4 and 3 so the final partial row can stretch to full width evenly (JS adds a
   .gallery__item--fillN class to the last row's items). */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.gallery__item {
  grid-column: span 3;
  position: relative; overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  background: var(--white);
  cursor: zoom-in;
  opacity: 0; transform: translateY(24px) scale(.97);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  border: 0; padding: 0;
  box-shadow: var(--shadow-sm);
}
.gallery__item.in { opacity: 1; transform: none; }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(rgba(9, 46, 27, 0), rgba(9, 46, 27, .32));
  opacity: 0; transition: opacity .4s;
}
.gallery__item:hover::after { opacity: 1; }
.gallery__item:first-child { grid-column: span 6; grid-row: span 2; aspect-ratio: auto; }
/* last partial row stretched to full width (set by JS) */
.gallery__item--fill3 { grid-column: span 4; }
.gallery__item--fill2 { grid-column: span 6; }
.gallery__item--fill1 { grid-column: span 12; }
.gallery__item.hidden { display: none; }

.products__more { text-align: center; margin-top: 40px; }

/* ════════ LOCATIONS ════════ */
.locations { background: var(--paper); }
.locations__grid {
  margin-top: clamp(34px, 4vw, 50px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.loc-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 42px 38px;
  background: var(--green);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .4s var(--ease);
}
.loc-card:hover { transform: translateY(-6px); }
.loc-card--branch { background: var(--blue); }
.loc-card__tag {
  display: inline-block; font-size: 11.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 7px 15px; border-radius: 999px;
  background: rgba(255, 255, 255, .2); color: #fff;
  margin-bottom: 18px;
}
.loc-card h3 { font-weight: 800; font-size: 30px; margin-bottom: 10px; letter-spacing: -.01em; }
.loc-card p { opacity: .9; margin-bottom: 20px; }
.loc-card__map {
  font-weight: 600; font-size: 14.5px;
  border-bottom: 2px solid rgba(255, 255, 255, .45);
  padding-bottom: 3px; transition: border-color .3s;
}
.loc-card__map:hover { border-color: #fff; }

/* ════════ CTA ════════ */
.cta { background: var(--paper); padding-bottom: 0; }
.cta__inner {
  display: grid; grid-template-columns: 1.15fr .85fr;
  align-items: stretch; gap: 0;
  background:
    radial-gradient(680px 460px at 12% 0%, rgba(31, 136, 204, .32), transparent 60%),
    linear-gradient(135deg, var(--green-ink), var(--green-deep));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}
.cta__body { padding: clamp(40px, 5.5vw, 72px); }
.cta__body p { color: rgba(255, 255, 255, .82); margin: 16px 0 30px; max-width: 46ch; }
.cta__phones { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.cta__phone {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px; padding: 14px 22px 14px 16px;
  transition: background .3s, transform .3s var(--ease), border-color .3s;
}
.cta__phone:hover { background: #fff; transform: translateY(-3px); border-color: #fff; }
.cta__phone-ic {
  width: 44px; height: 44px; flex: none;
  display: grid; place-items: center; border-radius: 11px;
  background: var(--green); color: #fff;
}
.cta__phone:hover .cta__phone-ic { background: var(--green-deep); }
.cta__phone-ic svg { width: 22px; height: 22px; }
.cta__phone-txt {
  display: flex; flex-direction: column;
  font-size: 20px; font-weight: 800; color: #fff; letter-spacing: .01em;
  transition: color .3s;
}
.cta__phone:hover .cta__phone-txt { color: var(--green-ink); }
.cta__phone-txt small {
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: #bfe8cf; margin-bottom: 1px;
}
.cta__phone:hover .cta__phone-txt small { color: var(--green); }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta__art { min-height: 320px; }
.cta__art img { width: 100%; height: 100%; object-fit: cover; }

/* ════════ FOOTER ════════ */
.footer { background: var(--green-ink); color: rgba(255, 255, 255, .74); }
.footer__grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1.2fr .8fr;
  gap: 40px; padding: clamp(46px, 6vw, 70px) 0;
}
.footer__logo {
  display: inline-flex; background: #fff;
  padding: 14px 18px; border-radius: 14px;
  box-shadow: 0 10px 26px -14px rgba(0, 0, 0, .4);
}
.footer__logo img { height: 56px; width: auto; }
.footer__brand p { margin-top: 18px; font-size: 14px; }
.footer__col h4 {
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: #8fe6b1;
  margin-bottom: 18px;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer__col a:hover { color: #8fe6b1; }
.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0; font-size: 13px;
}
.footer__bar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ════════ LIGHTBOX ════════ */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(9, 46, 27, .94);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity .35s;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox__img {
  max-width: min(88vw, 1100px); max-height: 84vh;
  border-radius: 12px;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .8);
}
.lightbox__close, .lightbox__nav {
  position: absolute; z-index: 2;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff; border-radius: 50%;
  width: 52px; height: 52px;
  font-size: 26px; line-height: 1;
  display: grid; place-items: center;
  transition: background .3s;
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--green); border-color: var(--green); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__nav--prev { left: 24px; top: 50%; translate: 0 -50%; }
.lightbox__nav--next { right: 24px; top: 50%; translate: 0 -50%; }
.lightbox__count {
  position: absolute; bottom: 22px; left: 50%; translate: -50% 0;
  color: rgba(255, 255, 255, .8); font-size: 14px; letter-spacing: .1em;
}

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1024px) {
  .fields__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .capacity__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white);
    flex-direction: column; align-items: stretch;
    gap: 0; padding: 8px 4vw 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 26px 44px -26px rgba(16, 61, 39, .4);
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  }
  .nav.menu-open .nav__links {
    opacity: 1; visibility: visible; transform: none; pointer-events: auto;
  }
  .nav__links a {
    color: var(--green-ink) !important; font-size: 17px;
    padding: 13px 2px;
    border-bottom: 1px solid var(--line);
  }
  .nav__links a:not(.nav__cta)::after { display: none; }
  .nav__links .nav__cta {
    color: #fff !important; text-align: center;
    margin-top: 14px; border-bottom: 0; border-radius: 999px;
  }
  .nav.menu-open {
    background: var(--white);
    box-shadow: 0 1px 0 var(--line);
  }
  .nav.menu-open .nav__name { color: var(--green-ink); }
  .nav.menu-open .nav__name em { color: var(--green); }
  .nav.menu-open .nav__logo-img { filter: none; }
  .nav__burger { display: block; }
  .nav.menu-open .nav__burger span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
  .nav.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
  .nav.menu-open .nav__burger span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

  .hero__eyebrow { letter-spacing: .12em; font-size: 12px; }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__media { max-width: 480px; margin-inline: auto 0; }
  .products__head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .locations__grid, .cta__inner { grid-template-columns: 1fr; }
  .cta__art { order: -1; min-height: 240px; }
}

@media (max-width: 560px) {
  .gallery { gap: 10px; }
  .gallery__item { grid-column: span 6; }            /* 2 per row */
  .gallery__item:first-child { grid-column: span 12; grid-row: span 1; aspect-ratio: 16 / 10; }
  .gallery__item--fill3, .gallery__item--fill2, .gallery__item--fill1 { grid-column: span 6; }
  .gallery__item--mfull { grid-column: span 12; }    /* lone trailing tile → full width */
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .capacity__grid { grid-auto-rows: 170px; }
  .cta__phones { flex-direction: column; }
  .cta__phone { width: 100%; }
  .lightbox__nav { width: 42px; height: 42px; }
  .lightbox__nav--prev { left: 10px; }
  .lightbox__nav--next { right: 10px; }
}

/* static mode (?static) — screenshots/print: no motion, all visible */
.static-mode *, .static-mode *::before, .static-mode *::after { animation: none !important; transition: none !important; }
.static-mode .reveal, .static-mode .gallery__item { opacity: 1 !important; transform: none !important; }
.static-mode .hero { min-height: 860px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .gallery__item { opacity: 1; transform: none; }
}
