:root {
  --forest: #25211e;
  --forest-deep: #181513;
  --brick: #a7352b;
  --brick-dark: #7d241f;
  --cream: #f7efe2;
  --sand: #e5d3b9;
  --ink: #25211e;
  --muted: #74685d;
  --line: rgba(31, 26, 22, 0.16);
  --white-line: rgba(255, 255, 255, 0.24);
  --gold: #f0bd2f;
  --page-gutter: clamp(20px, 5vw, 72px);
  --content-width: 1240px;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 16px;
  color: var(--cream);
  background: var(--forest);
  border-radius: 8px;
  transition: top 500ms var(--ease);
}
.skip-link:focus { top: 16px; }

.topline {
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px var(--page-gutter);
  color: var(--cream);
  background: var(--forest-deep);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 36px;
  left: 0;
  width: 100%;
  padding: 22px var(--page-gutter);
  color: var(--cream);
}
.site-header.is-light { position: relative; top: auto; color: var(--ink); background: var(--cream); }
.header-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; letter-spacing: 0.05em; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--brick);
  background: var(--gold);
  border: 2px solid var(--brick);
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
}
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links a { position: relative; padding: 8px 0; opacity: 0.85; transition: opacity 500ms var(--ease); }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="page"] { opacity: 1; }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
}
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 600ms var(--ease), background 600ms var(--ease), color 600ms var(--ease), border-color 600ms var(--ease);
}
.header-cta { color: var(--ink); background: var(--gold); }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.header-cta:active, .button:active { transform: translateY(1px) scale(0.98); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: inherit; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--cream); transition: transform 600ms var(--ease); }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: min(780px, 90vh);
  display: flex;
  align-items: flex-end;
  padding: 170px var(--page-gutter) 76px;
  color: var(--cream);
  background-color: var(--forest);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(24, 21, 19, 0.52); }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(167, 53, 43, 0.12); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: var(--content-width); margin: 0 auto; }
.hero-home { background-image: url("images/tonys-exterior.jpg"); background-position: center 34%; }
.hero-menu { background-image: url("images/full-irish-breakfast.jpg"); }
.hero-story { background-image: url("images/tonys-wall.jpg"); }
.hero-visit { background-image: url("images/tonys-exterior.jpg"); background-position: center 58%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr); gap: 64px; align-items: end; }
.hero-grid > div, .hero h1, .hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; line-height: 16px; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(48px, 8vw, 96px); font-weight: 700; letter-spacing: -0.06em; line-height: 1; white-space: normal; text-wrap: balance; }
.hero-copy { width: 100%; max-width: 520px; margin: 24px 0 0; color: rgba(244, 239, 231, 0.84); font-size: 18px; line-height: 28px; text-wrap: pretty; overflow-wrap: break-word; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-secondary { color: var(--cream); border-color: var(--white-line); background: transparent; }
.button-secondary:hover { border-color: var(--cream); background: rgba(255, 255, 255, 0.08); }
.hero-fact { justify-self: end; width: min(100%, 300px); padding: 20px 0 0; border-top: 1px solid var(--white-line); }
.hero-fact p { margin: 0 0 7px; color: rgba(244, 239, 231, 0.76); font-size: 14px; line-height: 22px; }
.hero-fact strong { display: block; color: var(--cream); font-size: 15px; line-height: 24px; }

.page-hero { min-height: 410px; padding: 120px var(--page-gutter) 64px; align-items: flex-end; }
.page-hero .hero-grid { grid-template-columns: 1fr; }
.page-hero h1 { max-width: 720px; font-size: clamp(48px, 7vw, 80px); }
.page-hero .hero-copy { max-width: 640px; }
.hero-menu { background-position: center 54%; }
.hero-story { background-position: center 18%; }
.hero-visit { background-position: center 10%; }

.section { padding: 96px var(--page-gutter); }
.section-inner { width: 100%; max-width: var(--content-width); margin: 0 auto; }
.story-grid > *, .review-grid > *, .visit-grid > *, .breakfast-grid > *, .find-grid > *, .menu-content > * { min-width: 0; }
.section-kicker { margin: 0 0 16px; color: var(--brick); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; line-height: 16px; text-transform: uppercase; }
.section-heading { max-width: 700px; margin: 0; font-size: clamp(32px, 5vw, 60px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; text-wrap: balance; }
.section-intro { max-width: 580px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 28px; text-wrap: pretty; }
.section-heading + .button-row { margin-top: 32px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button-dark { color: var(--cream); background: var(--forest); }
.button-light { color: var(--forest); border-color: rgba(23, 54, 47, 0.25); background: transparent; }
.button-light:hover { border-color: var(--forest); background: rgba(23, 54, 47, 0.06); }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 72px; align-items: center; }
.photo-frame { position: relative; overflow: hidden; border-radius: 24px; background: var(--sand); }
.photo-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(244, 239, 231, 0.5); border-radius: 16px; pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.photo-frame.tall img { min-height: 580px; object-position: center 56%; }
.photo-caption { position: absolute; z-index: 2; left: 24px; bottom: 24px; max-width: 230px; padding: 12px 14px; color: var(--cream); background: var(--forest); border-radius: 8px; font-size: 12px; line-height: 18px; }
.story-copy { max-width: 520px; }
.story-copy p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 28px; }
.story-copy p + p { margin-top: 12px; }
.story-signoff { display: flex; align-items: center; gap: 12px; margin-top: 32px; color: var(--forest); font-size: 14px; font-weight: 700; }
.story-signoff::before { content: ""; width: 48px; height: 1px; background: var(--brick); }

.breakfast-feature { color: var(--cream); background: var(--brick); }
.breakfast-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: 72px; align-items: center; }
.breakfast-image { position: relative; min-height: 560px; overflow: hidden; border: 1px solid rgba(244, 239, 231, 0.34); border-radius: 24px; }
.breakfast-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center center; }
.breakfast-badge { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; color: var(--ink); background: var(--gold); border-radius: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.breakfast-copy { max-width: 560px; }
.breakfast-copy .section-kicker { color: var(--gold); }
.breakfast-copy .section-heading { color: var(--cream); }
.breakfast-copy .section-intro { color: rgba(244, 239, 231, 0.78); }
.breakfast-copy > .button { margin-top: 32px; }
.breakfast-list { margin-top: 32px; border-top-color: rgba(244, 239, 231, 0.34); }
.breakfast-list .menu-row { border-bottom-color: rgba(244, 239, 231, 0.34); }

.gallery-section { background: var(--cream); }
.gallery-heading { display: flex; justify-content: space-between; gap: 48px; align-items: end; }
.gallery-heading .section-intro { margin: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 220px 220px; gap: 16px; margin-top: 48px; }
.gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 16px; background: var(--sand); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 9px 10px; color: var(--cream); background: rgba(37, 33, 30, 0.84); border-radius: 6px; font-size: 12px; line-height: 18px; }
.gallery-item-1 { grid-column: span 5; grid-row: span 2; }
.gallery-item-2 { grid-column: span 4; }
.gallery-item-3 { grid-column: span 3; }
.gallery-item-4 { grid-column: span 3; }
.gallery-item-5 { grid-column: span 4; }

.find-section { color: var(--cream); background: var(--brick); }
.find-section .section-kicker { color: var(--gold); }
.find-section .section-heading { color: var(--cream); }
.find-section .section-intro { color: rgba(244, 239, 231, 0.8); }
.find-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr); gap: 72px; align-items: end; }
.find-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.find-actions .button-dark { color: var(--ink); background: var(--cream); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 4px; color: var(--gold); font-size: 14px; font-weight: 700; }
.text-link:hover { color: var(--cream); }

.tagline-section { padding-top: 120px; padding-bottom: 120px; color: var(--cream); background: var(--forest); }
.tagline-section .section-kicker { color: var(--gold); }
.tagline { max-width: 900px; margin: 0; font-size: clamp(36px, 6vw, 72px); font-weight: 700; letter-spacing: -0.06em; line-height: 1; overflow-wrap: anywhere; text-wrap: balance; }
.tagline-word { display: inline-block; margin-right: 0.2em; color: rgba(244, 239, 231, 0.3); transition: color 800ms var(--ease); }
.tagline-word.is-visible { color: var(--cream); }

.menu-preview { color: var(--cream); background: var(--brick); }
.menu-preview .section-kicker { color: var(--gold); }
.menu-preview .section-heading { max-width: 600px; }
.menu-layout { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: 72px; align-items: start; margin-top: 48px; }
.menu-note { max-width: 300px; color: rgba(244, 239, 231, 0.74); font-size: 16px; line-height: 26px; }
.menu-note a { display: inline-flex; margin-top: 20px; color: var(--gold); font-weight: 700; }
.menu-list { border-top: 1px solid rgba(244, 239, 231, 0.34); }
.menu-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(244, 239, 231, 0.34); }
.menu-row strong { font-size: 18px; line-height: 24px; }
.menu-row span { color: rgba(244, 239, 231, 0.72); font-size: 14px; line-height: 24px; text-align: right; }
.menu-row small { grid-column: 1 / -1; margin-top: -14px; color: rgba(244, 239, 231, 0.7); font-size: 14px; line-height: 22px; }

.review-section { background: var(--sand); }
.review-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr); gap: 72px; align-items: end; }
.review-mark { color: var(--brick); font-size: 80px; font-weight: 700; line-height: 0.65; }
.review-copy { max-width: 650px; margin-top: 20px; font-size: 30px; font-weight: 600; letter-spacing: -0.04em; line-height: 1.15; text-wrap: balance; }
.review-meta { margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 22px; }
.review-actions { justify-self: end; width: min(100%, 290px); }
.review-actions p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 22px; }

.menu-page { background: var(--cream); }
.menu-content { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 72px; align-items: start; }
.menu-index { position: sticky; top: 24px; }
.menu-index p { margin: 0 0 18px; color: var(--brick); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.menu-index a { display: block; padding: 10px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.menu-index a:hover, .menu-index a:focus-visible { color: var(--brick); }
.menu-section { scroll-margin-top: 24px; }
.menu-section + .menu-section { margin-top: 72px; }
.menu-section h2 { margin: 0; color: var(--forest); font-size: 30px; letter-spacing: -0.04em; line-height: 36px; }
.menu-section > p { max-width: 580px; margin: 12px 0 28px; color: var(--muted); font-size: 15px; line-height: 24px; }
.menu-board { border-top: 1px solid var(--line); }
.menu-board .menu-row { color: var(--ink); border-color: var(--line); }
.menu-board .menu-row span { color: var(--brick); }

.story-page-section { padding-top: 104px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.value-item { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, 0.24); }
.value-number { color: var(--brick); font-size: 14px; font-weight: 700; }
.value-item h3 { margin: 52px 0 12px; color: var(--forest); font-size: 20px; letter-spacing: -0.03em; line-height: 28px; }
.value-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 22px; }

.visit-section { color: var(--cream); background: var(--forest); }
.visit-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 72px; align-items: start; }
.visit-section .section-kicker { color: var(--gold); }
.visit-section .section-heading { color: var(--cream); }
.visit-section .section-intro { color: rgba(244, 239, 231, 0.72); }
.visit-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 36px; }
.detail { padding-top: 16px; border-top: 1px solid var(--white-line); }
.detail span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.detail strong, .detail a { color: var(--cream); font-size: 16px; line-height: 24px; }
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--white-line); color: rgba(244, 239, 231, 0.82); font-size: 14px; line-height: 20px; }
.hours-list li:last-child { border-bottom: 0; }
.map-card { min-height: 430px; position: relative; display: flex; align-items: flex-end; padding: 24px; overflow: hidden; border-radius: 24px; background: var(--sand) url("images/tonys-exterior.jpg") center 38% / cover no-repeat; }
.map-card::before { content: ""; position: absolute; inset: 0; background: rgba(23, 54, 47, 0.5); }
.map-card-content { position: relative; z-index: 1; max-width: 320px; padding: 20px; color: var(--forest); background: var(--cream); border-radius: 16px; }
.map-card-content h2 { margin: 0; font-size: 24px; letter-spacing: -0.04em; line-height: 32px; }
.map-card-content p { margin: 12px 0 18px; color: var(--muted); font-size: 14px; line-height: 22px; }

.site-footer { padding: 48px var(--page-gutter) 28px; color: var(--cream); background: var(--forest-deep); }
.footer-grid { max-width: var(--content-width); margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: start; }
.footer-brand p { max-width: 260px; margin: 16px 0 0; color: rgba(244, 239, 231, 0.62); font-size: 14px; line-height: 22px; }
.footer-links { display: grid; gap: 10px; color: rgba(244, 239, 231, 0.72); font-size: 14px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); }
.footer-label { margin: 0 0 10px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-bottom { max-width: var(--content-width); display: flex; justify-content: space-between; gap: 24px; margin: 56px auto 0; padding-top: 18px; border-top: 1px solid var(--white-line); color: rgba(244, 239, 231, 0.46); font-size: 12px; line-height: 18px; }

.reveal { opacity: 1; transform: translateY(0); filter: blur(0); }
.js-enabled .reveal { opacity: 0; transform: translateY(32px); filter: blur(5px); transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease); }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.route-enter { animation: routeEnter 700ms var(--ease) both; }
@keyframes routeEnter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

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

@media (max-width: 820px) {
  .hero-home { background-size: cover; }
  .site-header { padding-top: 16px; }
  .header-inner { min-width: 0; }
  .menu-toggle { display: flex !important; width: 68px; height: 40px; flex-direction: column; align-items: center; justify-content: center; position: fixed; top: 48px; right: 18px; z-index: 31; color: var(--ink); background: var(--gold); border-radius: 999px; }
  .menu-toggle::after { content: "Menu"; font-size: 12px; font-weight: 700; }
  .menu-toggle span { display: none; }
  .header-cta { display: none; }
  .site-header .nav-links { position: absolute; top: 72px; right: var(--page-gutter); left: var(--page-gutter); display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; font-size: 12px; }
  .site-header .nav-links a { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--white-line); border-radius: 999px; background: rgba(37, 33, 30, 0.56); }
  .site-header .nav-links a[aria-current="page"]::after { display: none; }
  .menu-toggle { display: none !important; }
  .site-header.menu-visible .nav-links {
    position: fixed;
    z-index: 30;
    inset: 92px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 32px;
    color: var(--cream);
    background: rgba(24, 21, 19, 0.97);
    border-radius: 24px;
    font-size: 24px;
  }
  .site-header.menu-visible .nav-links a { opacity: 1; }
  .site-header.menu-visible .header-inner::after { content: ""; position: fixed; z-index: -1; inset: 0; background: rgba(24, 21, 19, 0.7); }
  .hero-grid, .story-grid, .review-grid, .visit-grid, .breakfast-grid, .find-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hero { min-height: 720px; padding-top: 140px; padding-bottom: 52px; }
  .page-hero h1, .page-hero .hero-copy { max-width: 100%; }
  .hero-fact { justify-self: start; width: 100%; }
  .menu-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .menu-note { max-width: 520px; }
  .menu-content { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .menu-index { position: static; display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; }
  .menu-index p { flex: 0 0 auto; margin: 10px 8px 0 0; }
  .menu-index a { flex: 0 0 auto; border-bottom: 0; }
  .review-actions { justify-self: start; }
  .breakfast-image, .breakfast-image img { min-height: 420px; }
  .gallery-heading { display: block; }
  .gallery-heading .section-intro { margin-top: 20px; }
  .gallery-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: calc(var(--page-gutter) * -1); padding-right: var(--page-gutter); padding-bottom: 8px; }
  .gallery-item, .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5 { flex: 0 0 78vw; height: 280px; grid-column: auto; grid-row: auto; }
  .find-actions { justify-content: flex-start; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item h3 { margin-top: 36px; }
  .map-card { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .topline { font-size: 10px; letter-spacing: 0.02em; }
  .hero { min-height: 680px; }
  .hero h1 { width: 100%; max-width: 100%; font-size: 48px; overflow-wrap: normal; }
  .hero-copy { max-width: 100%; font-size: 16px; line-height: 24px; }
  .story-copy, .story-copy p, .section-intro { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .tagline-section { padding-top: 88px; padding-bottom: 88px; }
  .tagline { width: 100%; max-width: 320px; font-size: 36px; line-height: 1.1; white-space: normal; word-break: break-word; }
  .tagline-word { display: inline; margin-right: 0.18em; }
  .menu-row { gap: 12px; }
  .menu-row strong { font-size: 16px; }
  .menu-row span { font-size: 12px; }
  .visit-details { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5 { flex-basis: 84vw; height: 260px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 40px; }
}

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