/* ===================================================================
   COR Golf Café & Lounge — stylesheet
   Palette: deep fairway green + warm gold + cream
   =================================================================== */

:root {
  --green-900: #0a2317;
  --green-800: #0c2a1a;
  --green-700: #123a25;
  --green-600: #1b4d33;
  --green-500: #2a6b48;
  --gold:      #c9a24b;
  --gold-soft: #e0c483;
  --cream:     #f6f1e7;
  --cream-2:   #efe8d8;
  --ink:       #16241c;
  --muted:     #5e6b62;
  --white:     #ffffff;

  --maxw: 1160px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 20px 50px -20px rgba(10, 35, 23, .35);
  --shadow-soft: 0 10px 30px -15px rgba(10, 35, 23, .25);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: clamp(64px, 9vw, 120px) 0; }

/* ---------- Typography ---------- */
.h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.eyebrow {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.eyebrow--dark { color: var(--green-500); }

.lead { font-size: 1.18rem; color: var(--ink); margin-bottom: 18px; }
.section p { color: var(--muted); }
.section .lead { color: var(--ink); }

.section__head { max-width: 680px; margin-bottom: 56px; }
.section__sub { font-size: 1.1rem; margin-top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: .98rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--green-900); box-shadow: 0 10px 24px -10px rgba(201,162,75,.7); }
.btn--gold:hover { background: var(--gold-soft); }
.btn--ghost { border-color: currentColor; color: var(--green-700); }
.btn--ghost:hover { background: var(--green-700); color: var(--cream); border-color: var(--green-700); }
.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 35, 23, 0);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 8px 0;
}
.nav.scrolled {
  background: rgba(10, 35, 23, .94);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px -12px rgba(0,0,0,.5);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 12px; padding-bottom: 12px; }

.brand { display: flex; align-items: center; line-height: 1; color: var(--cream); }
.brand__logo { height: 50px; width: auto; display: block; }
.brand__mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .12em;
  color: var(--cream);
}
.brand__sub { font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-soft); margin-top: 4px; }

.nav__links { display: flex; gap: 28px; }
.nav__links a {
  color: var(--cream);
  font-size: .92rem;
  font-weight: 500;
  opacity: .85;
  transition: opacity .2s ease, color .2s ease;
  position: relative;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--gold); transition: width .25s ease;
}
.nav__links a:hover { opacity: 1; }
.nav__links a:hover::after { width: 100%; }

.nav__cta { padding: 10px 20px; font-size: .9rem; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 26px; height: 2px; background: var(--cream); border-radius: 2px; transition: .25s ease; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--cream);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 600px at 75% 20%, rgba(201,162,75,.16), transparent 60%),
    linear-gradient(165deg, rgba(10,35,23,.82) 0%, rgba(18,58,37,.78) 45%, rgba(10,35,23,.92) 100%),
    url("images/golf-hero.jpg") center 30% / cover no-repeat;
}
.hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 64px);
  mask-image: radial-gradient(900px 600px at 60% 50%, #000, transparent 75%);
}
.hero__inner { position: relative; padding-top: 120px; padding-bottom: 60px; max-width: 880px; }
.hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: .98;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.hero__title span { color: var(--gold); font-style: italic; }
.hero__lede { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 620px; color: rgba(246,241,231,.85); margin-bottom: 36px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 56px; }
.hero .btn--ghost { color: var(--cream); }
.hero .btn--ghost:hover { background: var(--cream); color: var(--green-900); border-color: var(--cream); }

.hero__stats { display: flex; flex-wrap: wrap; gap: 40px; border-top: 1px solid rgba(246,241,231,.18); padding-top: 28px; }
.stat { display: flex; flex-direction: column; }
.stat__num { font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: var(--gold-soft); }
.stat__label { font-size: .85rem; color: rgba(246,241,231,.7); letter-spacing: .02em; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--gold);
  color: var(--green-900);
  overflow: hidden;
  padding: 14px 0;
  border-top: 2px solid var(--green-900);
  border-bottom: 2px solid var(--green-900);
}
.marquee__track {
  display: flex; white-space: nowrap; width: max-content;
  animation: scroll 32s linear infinite;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: .02em;
}
.marquee__group { display: flex; gap: 28px; padding-right: 28px; flex-shrink: 0; }
.marquee__group span { opacity: .9; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Layout helpers ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); }
.grid-2--center { align-items: center; }

/* ---------- Experience ---------- */
.checklist { list-style: none; margin-top: 24px; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 32px; color: var(--ink); }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-600); color: var(--cream);
  display: grid; place-items: center; font-size: .72rem; font-weight: 700;
}

.experience__panel { position: relative; }
.experience__photo {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.panel-card {
  background: var(--green-800); color: var(--cream);
  border-radius: var(--radius-lg); padding: 14px 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201,162,75,.25);
  position: relative;
  margin: -64px 24px 0;
}
.panel-card__row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; border-bottom: 1px solid rgba(246,241,231,.12);
}
.panel-card__row:last-child { border-bottom: 0; }
.panel-card__row span { color: rgba(246,241,231,.6); font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.panel-card__row strong { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; }
.panel-card__row--accent strong { color: var(--gold-soft); }

/* ---------- Sections variants ---------- */
.section--dark { background: var(--green-800); color: var(--cream); }
.section--dark .h2, .section--dark .lead { color: var(--cream); }
.section--dark p { color: rgba(246,241,231,.72); }
.section--green { background: var(--green-600); color: var(--cream); }
.section--green .h2 { color: var(--cream); }
.section--green p { color: rgba(246,241,231,.85); }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: rgba(246,241,231,.04);
  border: 1px solid rgba(246,241,231,.12);
  border-radius: var(--radius); padding: 32px 28px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold); background: rgba(201,162,75,.07); }
.card { padding-top: 0; overflow: hidden; }
.card__media { margin: 0 -28px 0; height: 170px; overflow: hidden; }
.card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.card:hover .card__media img { transform: scale(1.06); }
.card__icon { font-size: 2rem; margin: 20px 0 16px; }
.card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; margin-bottom: 10px; color: var(--cream); }
.card p { font-size: .97rem; margin-bottom: 18px; }
.card__link { color: var(--gold-soft); font-weight: 600; font-size: .92rem; transition: color .2s ease, gap .2s; }
.card__link:hover { color: var(--gold); }

/* ---------- Membership ---------- */
.membership { background: var(--cream-2); }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.plan {
  background: var(--white);
  border: 1px solid rgba(10,35,23,.1);
  border-radius: var(--radius); padding: 32px 26px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan--featured { background: var(--green-800); color: var(--cream); border-color: var(--gold); }
.plan__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--green-900);
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; white-space: nowrap;
}
.plan__name { font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; margin-bottom: 8px; }
.plan--featured .plan__name { color: var(--cream); }
.plan__desc { font-size: .95rem; color: var(--muted); margin-bottom: 22px; min-height: 48px; }
.plan--featured .plan__desc { color: rgba(246,241,231,.75); }
.plan__feat { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; flex: 1; }
.plan__feat li { position: relative; padding-left: 26px; font-size: .94rem; }
.plan__feat li::before { content: "✓"; position: absolute; left: 0; color: var(--green-500); font-weight: 700; }
.plan--featured .plan__feat li::before { color: var(--gold-soft); }
.plan--featured .btn--gold { box-shadow: none; }
.plans__note { text-align: center; margin-top: 32px; font-size: .92rem; color: var(--muted); }

/* ---------- Café ---------- */
.cafe__tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cafe__tags span {
  border: 1px solid rgba(246,241,231,.4); border-radius: 999px;
  padding: 8px 18px; font-size: .9rem; font-weight: 500;
}
.cafe__photo { aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.cafe__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Reviews ---------- */
.reviews { background: var(--cream); }
.reviews__rating { display: flex; align-items: center; gap: 14px; margin-top: 18px; font-weight: 600; color: var(--ink); }
.stars, .quote__stars { color: var(--gold); letter-spacing: 2px; }
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.quote {
  background: var(--white); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(10,35,23,.07);
}
.quote__stars { font-size: 1.05rem; margin-bottom: 14px; }
.quote blockquote {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  line-height: 1.5; color: var(--ink); margin-bottom: 18px;
}
.quote figcaption { font-size: .88rem; color: var(--muted); font-weight: 600; }
.reviews__cta { text-align: center; margin-top: 44px; }

/* ---------- Gallery ---------- */
.gallery { background: var(--green-900); padding: 6px; }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 6px;
}
.gallery__item { overflow: hidden; }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease, filter .4s ease;
  filter: saturate(1.02);
}
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ---------- CTA ---------- */
.cta {
  color: var(--cream); text-align: center;
  background:
    linear-gradient(rgba(7,24,15,.86), rgba(10,35,23,.92)),
    url("images/golf-links.jpg") center 35% / cover no-repeat;
  background-attachment: scroll, fixed;
}
.cta__inner { max-width: 640px; margin: 0 auto; }
.cta .h2 { color: var(--cream); margin-bottom: 14px; }
.cta p { color: rgba(246,241,231,.8); font-size: 1.1rem; margin-bottom: 32px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta .btn--ghost { color: var(--cream); }
.cta .btn--ghost:hover { background: var(--cream); color: var(--green-900); border-color: var(--cream); }
.cta__phone { margin-top: 22px; font-size: .95rem; color: rgba(246,241,231,.7) !important; text-align: center; }
.cta__phone a { color: var(--gold-soft); font-weight: 600; }
.cta__phone a:hover { color: var(--gold); }

/* ---------- Inline booking embed ---------- */
.booking { max-width: 940px; margin: 0 auto; }
.booking__tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }
.booking__tab {
  font: inherit; font-weight: 600; font-size: .95rem; cursor: pointer;
  padding: 11px 24px; border-radius: 999px;
  background: transparent; color: var(--cream);
  border: 1.5px solid rgba(246,241,231,.35);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.booking__tab:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.booking__tab.is-active {
  background: var(--green-500);
  color: var(--cream);
  border-color: var(--gold);
}
.booking__panel { display: none; }
.booking__panel.is-active { display: block; }
.booking__frame {
  width: 100%; min-height: 800px; border: 0; display: block;
  background: var(--cream);
  border-radius: var(--radius); box-shadow: var(--shadow);
}

/* ---------- Visit ---------- */
.contact-list { list-style: none; display: grid; gap: 28px; margin-top: 12px; }
.contact-list li { display: flex; flex-direction: column; gap: 4px; }
.contact-list__label { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); }
.contact-list a, .contact-list span:not(.contact-list__label) { font-size: 1.15rem; color: var(--cream); }
.contact-list a:hover { color: var(--gold-soft); }
.contact-list__social { display: flex; gap: 20px; }
.visit__map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); min-height: 320px; border: 1px solid rgba(201,162,75,.25); }
.visit__map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: grayscale(.2) contrast(1.05); }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); color: var(--cream); padding-top: 60px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer__logo { height: 70px; width: auto; display: block; margin-bottom: 14px; }
.footer__brand p { color: var(--gold-soft); margin-top: 8px; font-size: .95rem; letter-spacing: .04em; }
.footer__addr { color: rgba(246,241,231,.6) !important; font-size: .85rem !important; letter-spacing: 0 !important; }
.footer__nav { display: flex; flex-direction: column; gap: 12px; }
.footer__nav a, .footer__contact a { color: rgba(246,241,231,.8); font-size: .95rem; }
.footer__nav a:hover, .footer__contact a:hover { color: var(--gold-soft); }
.footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__bar {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  border-top: 1px solid rgba(246,241,231,.12);
  padding-top: 22px; padding-bottom: 28px;
  font-size: .82rem; color: rgba(246,241,231,.5);
}

/* ---------- Clickable cards (buttons) ---------- */
.card {
  display: block; width: 100%; text-align: left;
  font: inherit; color: inherit; cursor: pointer;
}
.card__price {
  display: block;
  font-family: var(--font-display);
  font-weight: 600; font-size: 1.15rem;
  color: var(--gold-soft); margin-bottom: 10px;
}

/* ---------- Membership card price ---------- */
.plan__price {
  font-family: var(--font-display);
  font-weight: 600; font-size: 1.5rem;
  color: var(--green-600); margin: 2px 0 14px;
}
.plan--featured .plan__price { color: var(--gold-soft); }

/* ---------- Modal ---------- */
.modal {
  position: fixed; inset: 0; z-index: 200;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.modal.open { display: flex; }
.modal__overlay {
  position: absolute; inset: 0;
  background: rgba(7, 24, 15, .72);
  backdrop-filter: blur(4px);
  animation: fade .25s ease;
}
.modal__dialog {
  position: relative;
  width: 100%; max-width: 480px;
  max-height: 90vh; overflow-y: auto;
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,.5);
  border: 1px solid rgba(201,162,75,.4);
  animation: pop .3s cubic-bezier(.2,.9,.3,1.3);
}
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.97); } }

.modal__close {
  position: absolute; top: 16px; right: 18px;
  background: none; border: 0; cursor: pointer;
  font-size: 2rem; line-height: 1; color: var(--muted);
  transition: color .2s ease, transform .2s ease;
}
.modal__close:hover { color: var(--green-700); transform: rotate(90deg); }

.modal__tag {
  font-size: .72rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold);
}
.modal__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.7rem; line-height: 1.1; margin: 8px 0 10px; color: var(--ink);
}
.modal__lede { font-size: .96rem; color: var(--muted); margin-bottom: 22px; }

.modal__price {
  font-family: var(--font-display); font-weight: 700;
  font-size: 2.6rem; color: var(--green-600); line-height: 1; margin-bottom: 20px;
}
.modal__price sup { font-size: 1rem; color: var(--gold); top: -1.2em; }

.modal__tiers { list-style: none; display: grid; gap: 2px; margin-bottom: 18px; }
.modal__tier {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid rgba(10,35,23,.1);
}
.modal__tier:last-child { border-bottom: 0; }
.modal__tier-info { display: flex; flex-direction: column; }
.modal__tier-name { font-weight: 600; color: var(--ink); }
.modal__tier-note { font-size: .82rem; color: var(--muted); }
.modal__tier-price {
  font-family: var(--font-display); font-weight: 600; font-size: 1.2rem;
  color: var(--green-600); white-space: nowrap;
}
.modal__tier-price sup { color: var(--gold); }

.modal__foot-note { font-size: .9rem; color: var(--muted); font-style: italic; margin-bottom: 8px; }
.modal__note { font-size: .8rem; color: var(--muted); margin-bottom: 20px; }
.modal__note sup { color: var(--gold); font-weight: 700; }

.modal__foot { display: flex; gap: 12px; flex-wrap: wrap; }
.modal__foot .btn { flex: 1; min-width: 140px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav.open .nav__links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(10,35,23,.98); backdrop-filter: blur(10px);
    padding: 12px 24px 24px;
  }
  .nav.open .nav__links a { padding: 14px 0; border-bottom: 1px solid rgba(246,241,231,.1); }
  .grid-2 { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
  .cta { background-attachment: scroll, scroll; }
}

@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .hero__stats { gap: 24px; }
  .stat { flex: 1 1 40%; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bar { flex-direction: column; }
  .btn { width: 100%; }
  .hero__actions, .cta__actions { width: 100%; }
  .gallery__grid { grid-auto-rows: 140px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
