@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 760px); }
  .site-header { padding-inline: 24px; }
  .menu-button { position: absolute; z-index: 2; top: 14px; right: 24px; display: flex !important; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(17,28,23,.18); }
  .menu-button::before, .menu-button::after { content: ""; position: absolute; width: 19px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button::before { transform: translateY(-4px); }
  .menu-button::after { transform: translateY(4px); }
  .menu-button > span:not(.sr-only) { display: none; }
  .site-header.scrolled .menu-button { border-color: var(--line); background: rgba(255,255,255,.4); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; color: white; background: rgba(17,28,23,.98); opacity: 0; visibility: hidden; transition: .3s; }
  .site-nav a { font-family: var(--display); font-size: 26px; }
  .menu-open .site-nav { opacity: 1; visibility: visible; }
  .menu-open .site-header { color: white; background: transparent; border-color: transparent; }
  .menu-open .menu-button::before { transform: rotate(45deg); }
  .menu-open .menu-button::after { transform: rotate(-45deg); }
  .hero-content { left: 32px; width: calc(100vw - 64px); }
  .hero h1 { font-size: clamp(55px, 10vw, 84px); }
  .hero-note { display: none; }
  .intro { grid-template-columns: 70px 1fr; }
  .intro-signature { grid-column: 2; }
  .featured-journal { grid-template-columns: 1fr; gap: 35px; }
  .journal-grid { gap: 60px 30px; }
  .story-strip-inner { grid-template-columns: 90px 1fr; }
  .story-place { display: none; }
  .story-quote { padding-inline: 35px 0; border-right: 0; }
  .footprint-panel { grid-template-columns: 1fr; }
  .route-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .about { grid-template-columns: 1fr; gap: 55px; }
  .about-image { width: min(580px, 100%); min-height: 570px; }
  .about-image img { height: 530px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  .site-header, .site-header.scrolled { height: 68px; padding-inline: 18px; }
  .menu-button { top: 13px; right: 18px; }
  .brand svg { width: 34px; }
  .hero { min-height: 670px; height: 100svh; }
  .hero > img { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,18,14,.78),rgba(8,18,14,.25)), linear-gradient(0deg, rgba(8,18,14,.65),transparent 55%); }
  .hero-content { left: 22px; top: 49%; width: calc(100vw - 44px); }
  .eyebrow { margin-bottom: 18px; letter-spacing: .22em; }
  .hero h1 { font-size: clamp(48px, 15.5vw, 68px); line-height: 1.12; }
  .hero-copy { margin: 23px 0 28px; font-size: 14px; line-height: 1.9; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { min-height: 48px; }
  .scroll-cue { left: auto; right: 18px; transform: none; }
  .intro { grid-template-columns: 1fr; gap: 8px; padding-block: 76px; }
  .intro-mark { height: 60px; font-size: 90px; }
  .intro > p { font-size: 22px; }
  .intro-signature { grid-column: auto; margin-top: 18px; }
  .journals, .footprints, .about { padding-block: 88px; }
  .section-heading { align-items: flex-start; margin-bottom: 38px; }
  .section-heading > p { display: none; }
  .section-heading h2, .about h2 { font-size: 38px; }
  .journal-filters { overflow-x: auto; padding-bottom: 4px; }
  .journal-grid { display: block; }
  .journal-card { margin-bottom: 58px; }
  .featured-journal { display: block; }
  .featured-journal .journal-content { margin-top: 28px; }
  .compact-card .journal-image, .featured-journal .journal-image, .offset-card .journal-image { aspect-ratio: 1.2; }
  .offset-card { margin-top: 0; }
  .journal-content h3, .compact-card h3 { font-size: 28px; }
  .story-strip-inner { min-height: 360px; grid-template-columns: 1fr; gap: 0; padding-block: 58px; }
  .story-number { display: none; }
  .story-quote { padding: 0; border: 0; }
  .story-quote blockquote { font-size: 23px; }
  .footprint-panel { gap: 42px; }
  .map-visual { min-height: 400px; }
  .map-visual > svg { height: 330px; padding: 8px; }
  .map-summary { inset: auto 18px 22px; gap: 7px; }
  .map-summary strong { font-size: 21px; }
  .map-summary i { margin-inline: 4px; }
  .route-list { display: block; }
  .route-list li { grid-template-columns: 42px 1fr 26px; }
  .moments { padding-block: 84px 90px; }
  .photo-reel { grid-template-columns: 77vw 85vw 77vw; width: 100%; padding: 0 18px 15px; scroll-snap-type: x mandatory; }
  .photo-reel figure, .photo-reel .photo-tall { height: 390px; margin-top: 0; scroll-snap-align: center; }
  .photo-reel figcaption { opacity: 1; transform: none; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
  .about-image { min-height: 430px; }
  .about-image img { height: 400px; }
  .about-content .about-lead { font-size: 20px; }
  .about-details { grid-template-columns: 1fr; gap: 18px; }
  .closing-note { min-height: 460px; background-attachment: scroll; }
  .closing-content { padding-inline: 20px; }
  .closing-content p { font-size: 28px; }
  .story-dialog { padding: 58px 24px 28px; }
  .story-dialog .dialog-lead { font-size: 18px; }
  .footer-main { min-height: 190px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer-main nav { flex-wrap: wrap; gap: 12px 22px; }
  .footer-bottom { min-height: 85px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 46px; }
  .hero-copy { font-size: 13px; }
  .photo-reel { grid-template-columns: 85vw 85vw 85vw; }
}
