:root {
  --ink: #18312b;
  --muted: #60706b;
  --paper: #f7f4ed;
  --white: #fff;
  --accent: #e87542;
  --accent-dark: #c85326;
  --sage: #b8c8b0;
  --line: rgba(24, 49, 43, .16);
  --shadow: 0 22px 70px rgba(20, 41, 35, .13);
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; }
h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.04em; }
h3 { font-size: 1.5rem; }
em { color: var(--accent); font-weight: 400; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 140px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -100px; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 20px; }
.eyebrow { margin-bottom: 18px; color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow--light { color: #f4a37e; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: var(--white); }
.site-header.is-scrolled { position: fixed; background: rgba(22, 51, 44, .96); box-shadow: 0 8px 35px rgba(0,0,0,.14); animation: slideDown .25s ease-out; }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 1.15rem; font-weight: 900; letter-spacing: .18em; text-decoration: none; }
.brand span { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; padding: 31px 0 27px; font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 23px; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; color: var(--white); overflow: hidden; background: var(--ink); }
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image { background: url('../images/zerif-header.jpg') center / cover no-repeat; transform: scale(1.02); }
.hero__shade { background: linear-gradient(90deg, rgba(9,29,23,.88) 0%, rgba(9,29,23,.54) 48%, rgba(9,29,23,.12) 100%), linear-gradient(0deg, rgba(5,18,15,.4), transparent 50%); }
.hero__content { position: relative; padding: 150px 0 100px; }
.hero h1 { max-width: 820px; margin-bottom: 24px; color: var(--white); }
.hero__content > p:not(.eyebrow) { max-width: 570px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: 1.12rem; }
.button-row { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--accent); border-radius: 0; background: var(--accent); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-2px); }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--accent); font-size: 1.2rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: var(--white); }
.scroll-cue { position: absolute; right: 5vw; bottom: 35px; color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { margin-top: 10px; color: var(--accent); font-size: 1rem; }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 10vw; align-items: start; }
.section-heading h2 { margin-bottom: 0; }
.prose { padding-top: 48px; color: var(--muted); font-size: 1.05rem; }
.prose p + p { margin-top: 24px; }
.camper-panel { padding-block: 0; background: var(--ink); color: var(--white); }
.camper-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.camper-photo { min-height: 640px; margin-left: calc((100vw - var(--shell)) / -2); }
.camper-photo img { width: 100%; height: 100%; object-fit: cover; }
.camper-copy { align-self: center; padding: 90px 0 90px clamp(55px, 7vw, 110px); }
.camper-copy h2 { margin-bottom: 18px; font-size: clamp(4rem, 8vw, 7rem); }
.camper-copy > p:not(.eyebrow) { max-width: 460px; color: rgba(255,255,255,.7); }
.specs { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.specs div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.specs dt { color: rgba(255,255,255,.5); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.specs dd { margin: 3px 0 0; font-family: Georgia, serif; font-size: 1.1rem; }
.heading-row { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.heading-row h2 { margin-bottom: 0; }
.trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.trip-grid--archive { grid-template-columns: repeat(2, 1fr); gap: 60px 34px; }
.trip-card { background: var(--white); box-shadow: 0 12px 45px rgba(24,49,43,.07); }
.trip-card__image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.trip-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.trip-card:hover .trip-card__image img { transform: scale(1.045); }
.trip-card__image span { position: absolute; top: 18px; left: 18px; padding: 6px 11px; background: var(--paper); color: var(--ink); font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.trip-card__body { padding: 27px 28px 32px; }
.trip-card__body h2, .trip-card__body h3 { margin-bottom: 12px; }
.trip-card__body h2 { font-size: 2rem; }
.trip-card__body h2 a, .trip-card__body h3 a { text-decoration: none; }
.trip-card__body p { min-height: 52px; color: var(--muted); font-size: .92rem; }
.team-section { background: #ede8dd; }
.centered { max-width: 680px; margin: 0 auto 55px; text-align: center; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.person { text-align: center; }
.person img { width: 100%; aspect-ratio: 1 / 1.15; object-fit: cover; filter: saturate(.85); }
.person h3 { margin: 22px 0 4px; text-transform: capitalize; }
.person p { color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-section { background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.contact-grid h2 { margin-bottom: 25px; }
.contact-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-grid > div > a { color: #f4a37e; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); outline: 0; background: transparent; color: var(--white); text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--accent); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 30px; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.form-status { margin: 0; font-size: .9rem; }
.honeypot { position: absolute; left: -10000px; }

.page-hero { min-height: 520px; display: grid; align-items: end; padding: 170px 0 85px; background: linear-gradient(120deg, #102a23, #285348); color: var(--white); }
.page-hero h1 { max-width: 900px; margin-bottom: 22px; }
.page-hero p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); }
.page-hero--map { background: linear-gradient(120deg, rgba(16,42,35,.94), rgba(40,83,72,.62)), url('../images/08747_BG.jpg') center / cover; }
.page-hero--compact { min-height: 440px; }
.story-hero { position: relative; min-height: 690px; display: grid; align-items: end; color: var(--white); background: var(--ink); overflow: hidden; }
.story-hero > img, .story-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-hero__shade { background: linear-gradient(0deg, rgba(6,23,18,.93), rgba(6,23,18,.1) 75%); }
.story-hero__content { position: relative; padding: 170px 0 80px; }
.story-hero h1 { max-width: 850px; margin: 8px 0 17px; }
.story-hero__content > p:last-child { max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.back-link { display: inline-block; margin-bottom: 55px; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.story-layout { display: grid; grid-template-columns: 170px minmax(0, 790px); gap: 65px; justify-content: center; padding-block: 85px 130px; }
.story-meta { border-top: 2px solid var(--accent); padding-top: 15px; }
.story-meta p { margin-bottom: 4px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-content { min-width: 0; }
.story-content h2, .story-content h3 { margin: 2.2em 0 .7em; }
.story-content p { margin-bottom: 1.35em; }
.story-content a:not(.button) { color: var(--accent-dark); overflow-wrap: anywhere; }
.story-content img { width: auto; max-height: 720px; margin: 28px auto; box-shadow: var(--shadow); }
.story-content figure { margin: 30px 0; }
.story-content blockquote { margin: 35px 0; padding: 5px 0 5px 27px; border-left: 3px solid var(--accent); color: var(--muted); }
.story-content table { display: block; max-width: 100%; overflow-x: auto; }
.embed-card { margin-bottom: 60px; overflow: hidden; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.embed-card__intro { padding: 36px; }
.embed-card h2 { margin: 0 0 14px; font-size: 2.25rem; }
.embed-card p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.trip-route-map { position: relative; z-index: 0; isolation: isolate; width: 100%; height: min(68vh, 650px); min-height: 520px; background: #dbe3dc; color: var(--ink); }
.trip-route-map .leaflet-popup-content { margin: 11px 15px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.trip-route-map .leaflet-popup-content strong { display: block; }
.trip-route-map .leaflet-popup-content span { color: var(--muted); font-size: .78rem; }
.trip-route-map .leaflet-control-attribution { font-size: 10px; }
.trip-route-marker { border: 0; background: transparent; }
.trip-route-marker span { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid var(--white); border-radius: 50%; background: var(--accent); color: var(--white); box-shadow: 0 3px 12px rgba(0,0,0,.28); font-size: .64rem; font-weight: 900; }
.trip-journal { margin-top: 85px; }
.trip-journal__heading { max-width: 650px; margin-bottom: 58px; }
.story-content .trip-journal__heading h2 { margin: 0 0 16px; }
.trip-journal__heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.trip-timeline { margin: 0; padding: 0; list-style: none; }
.trip-step { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; padding-bottom: 78px; }
.trip-step:not(:last-child)::before { content: ""; position: absolute; top: 49px; bottom: 0; left: 26px; width: 1px; background: var(--line); }
.trip-step__number { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.trip-step > article { min-width: 0; padding-top: 7px; }
.trip-step__heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.trip-step__heading time { display: block; margin-bottom: 8px; color: var(--accent-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-content .trip-step__heading h3 { margin: 0 0 7px; font-size: clamp(1.75rem, 4vw, 2.8rem); }
.trip-step__heading p { margin: 0; color: var(--muted); font-size: .86rem; }
.trip-step__text { padding-top: 26px; }
.trip-step__text p:last-child { margin-bottom: 0; }
.trip-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.trip-gallery--single { grid-template-columns: 1fr; }
.story-content .trip-gallery figure { min-width: 0; margin: 0; }
.trip-gallery__button { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #e8e2d6; cursor: zoom-in; }
.trip-gallery__button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.story-content .trip-gallery img { width: 100%; height: auto; aspect-ratio: 4 / 3; max-height: none; margin: 0; object-fit: cover; box-shadow: none; transition: transform .35s ease; }
.story-content .trip-gallery__button:hover img, .story-content .trip-gallery__button:focus-visible img { transform: scale(1.025); }
.story-content .trip-gallery--single img { aspect-ratio: auto; max-height: 720px; object-fit: contain; }
.trip-gallery figcaption { padding: 9px 2px 0; color: var(--muted); font-size: .78rem; }
.photo-lightbox { width: min(1200px, calc(100% - 32px)); max-width: none; max-height: none; padding: 0; overflow: visible; border: 0; background: transparent; color: var(--white); }
.photo-lightbox[open] { display: grid; place-items: center; }
.photo-lightbox::backdrop { background: rgba(5,18,14,.92); backdrop-filter: blur(5px); }
.photo-lightbox figure { max-width: 100%; margin: 0; text-align: center; }
.photo-lightbox img { width: auto; max-width: 100%; max-height: 86vh; margin-inline: auto; object-fit: contain; box-shadow: 0 25px 90px rgba(0,0,0,.45); }
.photo-lightbox figcaption { max-width: 760px; margin: 12px auto 0; color: rgba(255,255,255,.78); font-size: .88rem; }
.photo-lightbox__close { position: fixed; z-index: 1; top: 18px; right: 22px; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(8,26,20,.72); color: var(--white); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.photo-lightbox__close:hover, .photo-lightbox__close:focus-visible { border-color: var(--accent); color: #f4a37e; }
.place-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.place-card { position: relative; min-height: 430px; overflow: hidden; background: var(--ink); color: var(--white); }
.place-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; transition: transform .5s; }
.place-card:hover img { transform: scale(1.04); }
.place-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,23,18,.92), transparent 65%); }
.place-card > div { position: absolute; z-index: 1; left: 35px; right: 35px; bottom: 22px; }
.place-card h2 { max-width: 500px; font-size: 2.2rem; }
.place-card__meta { margin-top: 14px; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.place-card__map { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.place-card__map span { color: #f4a37e; font-size: 1.15rem; transition: transform .2s; }
.place-card__map:hover span, .place-card__map:focus-visible span { transform: rotate(90deg); }
.place-map-dialog { width: min(1060px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.place-map-dialog::backdrop { background: rgba(7,24,19,.78); backdrop-filter: blur(4px); }
.place-map-dialog__header { position: relative; display: flex; justify-content: space-between; gap: 30px; padding: 30px 76px 26px 34px; }
.place-map-dialog__header h2 { margin-bottom: 7px; font-size: clamp(2rem, 4vw, 3.5rem); }
.place-map-dialog__header p { margin-bottom: 0; color: var(--muted); }
.place-map-dialog__header .eyebrow { margin-bottom: 8px; color: var(--accent-dark); }
.place-map-dialog__close { position: absolute; top: 20px; right: 22px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.place-map-dialog__close:hover { border-color: var(--accent); color: var(--accent-dark); }
.place-map { width: 100%; height: min(64vh, 650px); min-height: 430px; background: #dbe3dc; }
.place-map .leaflet-popup-content { margin: 12px 16px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 700; }
.place-map .leaflet-control-attribution { font-size: 10px; }
.archive-callout { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 70px; padding: 45px 50px; background: #e8e2d6; }
.archive-callout h2 { margin: 0; font-size: 2.4rem; }
.game-section { min-height: 620px; }
.game-shell { position: relative; }
.game-toolbar { display: flex; justify-content: flex-end; gap: 30px; margin-bottom: 12px; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.dino-game { display: block; width: 100%; height: auto; border: 1px solid var(--line); background: #fbfaf6; touch-action: manipulation; }
.game-message { position: absolute; inset: 55px 0 0; display: grid; place-content: center; justify-items: center; text-align: center; background: rgba(247,244,237,.74); backdrop-filter: blur(3px); }
.game-message[hidden] { display: none; }
.game-message h2 { margin-bottom: 6px; font-size: 2.5rem; }
.game-message p { color: var(--muted); }
.site-footer { padding: 60px 0; background: #10231e; color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 70px; }
.brand--footer { color: var(--white); }
.footer-grid > div p { margin: 12px 0 0; font-family: Georgia, serif; font-style: italic; }
.footer-grid nav { display: flex; gap: 25px; }
.footer-grid nav a { color: var(--white); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.copyright { margin: 0; font-size: .75rem; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes slideDown { from { transform: translateY(-100%); } }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: grid; align-content: center; justify-items: center; gap: 0; padding: 80px 30px; background: var(--ink); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .main-nav a::after { display: none; }
  .split, .camper-grid, .contact-grid { grid-template-columns: 1fr; }
  .camper-photo { min-height: 500px; margin: 0; }
  .camper-copy { padding: 70px 20px; }
  .trip-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .story-layout { grid-template-columns: 1fr; gap: 35px; }
  .story-meta { max-width: 180px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .hero__shade { background: linear-gradient(90deg, rgba(9,29,23,.84), rgba(9,29,23,.35)); }
  .hero__content { padding-top: 125px; }
  .scroll-cue { display: none; }
  .split { gap: 20px; }
  .prose { padding-top: 0; }
  .camper-photo { min-height: 390px; }
  .heading-row { align-items: start; gap: 25px; flex-direction: column; }
  .trip-grid, .trip-grid--archive, .place-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 35px 14px; }
  .person h3 { font-size: 1.1rem; }
  .field-row { grid-template-columns: 1fr; }
  .page-hero { min-height: 450px; padding-top: 140px; }
  .story-hero { min-height: 620px; }
  .story-hero__content { padding-bottom: 55px; }
  .embed-card__intro { padding: 28px 22px; }
  .trip-route-map { height: 65vh; min-height: 430px; }
  .trip-journal { margin-top: 65px; }
  .trip-journal__heading { margin-bottom: 42px; }
  .trip-step { grid-template-columns: 42px minmax(0, 1fr); gap: 15px; padding-bottom: 58px; }
  .trip-step:not(:last-child)::before { top: 39px; left: 20px; }
  .trip-step__number { width: 42px; height: 42px; font-size: .62rem; }
  .trip-gallery { grid-template-columns: 1fr; }
  .archive-callout { align-items: start; flex-direction: column; padding: 35px 25px; }
  .place-map-dialog { width: calc(100% - 18px); }
  .place-map-dialog__header { padding: 24px 65px 20px 22px; }
  .place-map { height: 67vh; min-height: 390px; }
  .game-toolbar { justify-content: space-between; }
  .footer-grid nav { align-items: start; flex-direction: column; gap: 12px; }
}

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