:root {
  --navy: #071826;
  --navy-2: #0c2537;
  --red: #e11300;
  --ice: #a9e1e9;
  --paper: #f1f1ec;
  --white: #fff;
  --ink-muted: rgba(7, 24, 38, .66);
  --line-dark: rgba(7, 24, 38, .18);
  --line-light: rgba(255, 255, 255, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--white); font-family: Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(100% - 48px, 1280px); margin-inline: auto; }
.serif { font-family: Georgia, 'Times New Roman', serif; }
.kicker { color: var(--red); font-size: 11px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.kicker.light { color: var(--ice); }

.siteHeader { position: absolute; z-index: 10; left: 0; right: 0; top: 0; height: 106px; border-bottom: 1px solid var(--line-light); }
.siteHeader .container { height: 100%; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 36px; }
.brand img { width: 122px; height: 58px; object-fit: contain; object-position: left center; }
.siteHeader nav { justify-self: center; display: flex; gap: clamp(20px, 3vw, 46px); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.siteHeader nav a { opacity: .78; transition: opacity .2s; }
.siteHeader nav a:hover, .siteHeader nav a[aria-current='page'] { opacity: 1; }
.navCta, .button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; background: var(--red); color: white; font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.navCta:hover, .button:hover { transform: translateY(-2px); }
.button.dark { background: var(--navy); }
.button.ghost { background: transparent; border: 1px solid rgba(255,255,255,.48); }
.button.outline { background: transparent; color: var(--navy); border: 1px solid var(--line-dark); }
.mobileMenu { display: none; }

.pageHero { position: relative; min-height: 76svh; display: grid; align-items: end; background: var(--navy-2) center / cover no-repeat; overflow: hidden; }
.pageHero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,31,.94), rgba(4,18,31,.54) 55%, rgba(4,18,31,.16)), linear-gradient(0deg, rgba(4,18,31,.8), transparent 55%); }
.pageHero.compact { min-height: 620px; }
.heroContent { position: relative; z-index: 2; max-width: 890px; padding: 190px 0 84px; }
.heroContent h1 { max-width: 980px; margin: 22px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 8vw, 116px); font-weight: 400; line-height: .86; letter-spacing: -.06em; }
.heroContent h1 em { color: var(--ice); font-weight: 400; }
.heroContent > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.heroFacts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.heroFacts > div { padding: 24px 24px 28px 0; border-right: 1px solid var(--line-light); }
.heroFacts > div:not(:first-child) { padding-left: 24px; }
.heroFacts > div:last-child { border-right: 0; }
.heroFacts span { display: block; margin-bottom: 8px; color: var(--ice); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.heroFacts strong { font-size: 16px; font-weight: 600; }

.breadcrumb { padding: 18px 0; background: var(--paper); color: rgba(7,24,38,.55); border-bottom: 1px solid var(--line-dark); font-size: 11px; letter-spacing: .04em; }
.breadcrumb a { color: var(--red); }
.sectionLight, .sectionDark, .sectionRed { padding: clamp(76px, 9vw, 132px) 0; }
.sectionLight { background: var(--paper); color: var(--navy); }
.sectionDark { background: var(--navy); color: white; }
.sectionRed { background: var(--red); color: white; }
.sectionHead { margin-bottom: 54px; display: grid; grid-template-columns: 1fr .65fr; gap: 8vw; align-items: end; }
.sectionHead h2, .display { margin: 18px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 6vw, 86px); font-weight: 400; line-height: .93; letter-spacing: -.055em; }
.sectionHead h2 em, .display em { color: var(--red); font-weight: 400; }
.sectionHead > p { margin: 0; color: var(--ink-muted); font-size: 16px; line-height: 1.68; }
.sectionDark .sectionHead > p { color: rgba(255,255,255,.64); }

.filterBar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; }
.filterChip { min-height: 42px; padding: 0 17px; border: 1px solid var(--line-dark); background: transparent; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.filterChip:hover, .filterChip.active { background: var(--navy); color: white; }
.eventGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.eventCard { min-width: 0; background: white; color: var(--navy); display: flex; flex-direction: column; }
.eventCard[hidden] { display: none; }
.eventImage { position: relative; height: 270px; overflow: hidden; background: var(--navy-2); }
.eventImage img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.eventCard:hover .eventImage img { transform: scale(1.035); }
.eventPill { position: absolute; left: 16px; top: 16px; padding: 9px 11px; background: var(--red); color: white; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eventPill.archive { background: rgba(7,24,38,.9); }
.eventPill.plan { background: #318ca3; }
.eventBody { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.eventMeta { display: flex; justify-content: space-between; gap: 12px; color: rgba(7,24,38,.54); font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.eventBody h3 { margin: 26px 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 31px; font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.eventBody p { margin: 0 0 34px; color: var(--ink-muted); font-size: 14px; line-height: 1.62; }
.eventLink { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line-dark); color: var(--red); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.sectionLabel { margin: 84px 0 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.sectionLabel[hidden], .eventGrid[hidden] { display: none !important; }
.sectionLabel h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.04em; }
.sectionLabel p { margin: 0; color: var(--ink-muted); font-size: 12px; }
.archiveHub { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.archiveHub a { min-height: 210px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; border-right: 1px solid var(--line-dark); transition: background .25s, color .25s; }
.archiveHub a:last-child { border-right: 0; }
.archiveHub a:hover { background: var(--navy); color: white; }
.archiveHub span { color: var(--red); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.archiveHub strong { max-width: 460px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }

.landingGrid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 8vw; align-items: start; }
.proseLead { margin: 0 0 54px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 3vw, 44px); line-height: 1.2; letter-spacing: -.03em; }
.contentBlock { padding: 44px 0; border-top: 1px solid var(--line-dark); }
.contentBlock:first-of-type { border-top: 0; padding-top: 0; }
.contentBlock h2 { margin: 0 0 22px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px, 4vw, 54px); font-weight: 400; letter-spacing: -.04em; }
.contentBlock h3 { margin: 30px 0 12px; font-size: 18px; }
.contentBlock p, .contentBlock li { color: var(--ink-muted); font-size: 15px; line-height: 1.72; }
.contentBlock ul { margin: 18px 0 0; padding-left: 20px; }
.contentBlock li + li { margin-top: 10px; }
.sectionDark .contentBlock { border-color: var(--line-light); }
.sectionDark .contentBlock p, .sectionDark .contentBlock li { color: rgba(255,255,255,.68); }
.sectionDark .proseLead { color: white; }
.infoCard { position: sticky; top: 22px; padding: 34px; background: white; border-top: 6px solid var(--red); box-shadow: 0 24px 70px rgba(7,24,38,.12); }
.price { margin-bottom: 28px; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; letter-spacing: -.04em; }
.price span { color: var(--ink-muted); font-family: Arial, sans-serif; font-size: 12px; letter-spacing: 0; }
.infoRow { padding: 16px 0; display: grid; grid-template-columns: 100px 1fr; gap: 18px; border-top: 1px solid var(--line-dark); }
.infoRow span { color: var(--ink-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.infoRow strong { font-size: 13px; line-height: 1.45; }
.infoCard .button { width: 100%; margin-top: 24px; }
.infoCard .button + .button { margin-top: 9px; }
.infoNote { margin: 18px 0 0; color: var(--ink-muted); font-size: 10px; line-height: 1.5; }
.routeGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.routeStop { min-height: 190px; padding: 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.routeStop:nth-child(4n) { border-right: 0; }
.routeStop span { color: var(--red); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.routeStop h3 { margin: 26px 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.routeStop p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.55; }
.splitFeature { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.splitFeature figure { margin: 0; min-height: 560px; }
.splitFeature img { width: 100%; height: 100%; object-fit: cover; }
.splitCopy { padding: clamp(56px, 8vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.splitCopy h2 { margin: 20px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.splitCopy p { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.featureList { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.featureList li { padding: 15px 0; border-bottom: 1px solid var(--line-light); font-size: 12px; letter-spacing: .04em; }
.costGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.costCard { padding: clamp(30px, 4vw, 52px); background: white; color: var(--navy); }
.costCard.dark { background: var(--navy-2); color: white; }
.costCard h3 { margin: 0 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: 36px; font-weight: 400; }
.costCard ul { margin: 0; padding-left: 18px; }
.costCard li { margin: 11px 0; color: var(--ink-muted); font-size: 14px; line-height: 1.55; }
.costCard.dark li { color: rgba(255,255,255,.68); }
.faq details { border-top: 1px solid var(--line-dark); }
.faq details:last-child { border-bottom: 1px solid var(--line-dark); }
.faq summary { padding: 24px 40px 24px 0; position: relative; cursor: pointer; list-style: none; font-size: 17px; font-weight: 650; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; color: var(--red); font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 820px; margin: -4px 0 24px; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }

.timeline { position: relative; margin-top: 54px; border-top: 1px solid var(--line-dark); }
.timeline article { padding: 34px 0; display: grid; grid-template-columns: 130px 1fr; gap: 42px; border-bottom: 1px solid var(--line-dark); }
.timeline article > span { color: var(--red); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.timeline h3 { margin: 0 0 11px; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.timeline p { margin: 0; max-width: 820px; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }
.timeline p a { color: var(--red); font-weight: 700; }
.achievementGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.22); }
.achievementGrid article { padding: 36px; background: var(--navy); }
.achievementGrid strong { display: block; margin-bottom: 24px; color: var(--ice); font-family: Georgia, 'Times New Roman', serif; font-size: 54px; font-weight: 400; }
.achievementGrid h3 { margin: 0 0 12px; font-size: 17px; }
.achievementGrid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
.sourceNote { margin-top: 42px; padding: 22px 24px; border-left: 4px solid var(--red); background: #e7e8e3; color: var(--ink-muted); font-size: 12px; line-height: 1.55; }
.sourceNote a { color: var(--red); font-weight: 700; }
.archiveIntro { max-width: 760px; margin: 0 0 44px; color: var(--ink-muted); font-size: 16px; line-height: 1.7; }
.archiveIntro strong { color: var(--navy); }
.photoGrid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 108px; gap: 8px; }
.photoGrid a { position: relative; grid-column: span 4; grid-row: span 3; overflow: hidden; background: var(--navy-2); }
.photoGrid a.wide { grid-column: span 8; }
.photoGrid a.tall { grid-row: span 5; }
.photoGrid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.photoGrid a:hover img { transform: scale(1.035); filter: saturate(1.08); }
.photoGrid span { position: absolute; left: 14px; right: 14px; bottom: 13px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.52); color: white; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 2px 14px rgba(0,0,0,.6); }
.gallerySection + .gallerySection { margin-top: 90px; padding-top: 76px; border-top: 1px solid var(--line-dark); }
.gallerySection h2 { margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5vw, 66px); font-weight: 400; letter-spacing: -.045em; }
.gallerySection > p { max-width: 720px; margin: 0 0 34px; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }
.editionStrip { margin-top: 66px; display: grid; grid-template-columns: 150px 1fr; gap: 38px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.editionStrip > strong { color: var(--red); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.editionStrip h3 { margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.editionStrip p { margin: 0; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }
.quoteBand { padding: clamp(70px, 9vw, 126px) 0; background: var(--ice); color: var(--navy); }
.quoteBand blockquote { max-width: 1050px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 6vw, 82px); line-height: 1.03; letter-spacing: -.05em; }
.quoteBand blockquote em { color: var(--red); font-weight: 400; }
.quoteBand cite { display: block; margin-top: 28px; font-style: normal; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.quoteCards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quoteCard { min-height: 310px; padding: clamp(32px, 5vw, 62px); display: flex; flex-direction: column; justify-content: space-between; background: white; color: var(--navy); }
.quoteCard.dark { background: var(--navy-2); color: white; }
.quoteCard blockquote { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.quoteCard cite { color: var(--red); font-style: normal; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.fleetGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.fleetCard { min-width: 0; background: white; color: var(--navy); }
.fleetCard img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.fleetCard div { padding: 24px 26px 28px; }
.fleetCard span { color: var(--red); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.fleetCard h3 { margin: 14px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; letter-spacing: -.035em; }
.fleetCard p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.58; }
.partnerGrid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: center; }
.partnerPortrait { min-height: 520px; margin: 0; overflow: hidden; }
.partnerPortrait img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.partnerCopy h2 { margin: 20px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.partnerCopy p { margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.72; }
.partnerCopy .button { margin-top: 16px; }
.mediaCredit { margin-top: 12px; color: var(--ink-muted); font-size: 9px; line-height: 1.5; }
.routeMap { min-height: 520px; margin: 0; padding: 24px; display: grid; grid-template-rows: 1fr auto; align-items: center; background: white; }
.routeMap img { width: 100%; max-height: 520px; object-fit: contain; }
.sectionDark .mediaCredit { color: rgba(255,255,255,.46); }
.sectionDark .timeline { border-color: var(--line-light); }
.sectionDark .timeline article { border-color: var(--line-light); }
.sectionDark .timeline p { color: rgba(255,255,255,.64); }
.ctaBand { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.ctaBand h2 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px, 5vw, 72px); font-weight: 400; letter-spacing: -.05em; }
.ctaBand p { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }

footer { padding: 54px 0; background: var(--navy); color: white; border-top: 1px solid var(--line-light); }
.footerGrid { display: grid; grid-template-columns: 170px 1fr auto; gap: 50px; align-items: end; }
.footerGrid img { width: 120px; height: 58px; object-fit: contain; object-position: left center; }
.footerGrid p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }
.footerLinks { display: flex; flex-wrap: wrap; gap: 22px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.copyright { margin-top: 30px; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.42); font-size: 10px; }
.siteCredit { color: rgba(255,255,255,.58); transition: color .2s; }
.siteCredit:hover { color: white; }

@media (max-width: 980px) {
  .siteHeader .container { grid-template-columns: 1fr auto; }
  .siteHeader nav, .navCta { display: none; }
  .mobileMenu { display: block; position: relative; }
  .mobileMenu summary { list-style: none; padding: 11px 14px; border: 1px solid var(--line-light); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu > div { position: absolute; top: 44px; right: 0; width: 230px; padding: 10px; display: grid; background: var(--navy); border: 1px solid var(--line-light); box-shadow: 0 18px 40px rgba(0,0,0,.35); }
  .mobileMenu a { padding: 12px; border-bottom: 1px solid var(--line-light); font-size: 11px; }
  .heroFacts { grid-template-columns: 1fr 1fr; }
  .heroFacts > div:nth-child(2) { border-right: 0; }
  .heroFacts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .sectionHead, .landingGrid { grid-template-columns: 1fr; }
  .infoCard { position: static; }
  .eventGrid { grid-template-columns: 1fr 1fr; }
  .routeGrid { grid-template-columns: 1fr 1fr; }
  .routeStop:nth-child(2n) { border-right: 0; }
  .splitFeature { grid-template-columns: 1fr; }
  .splitFeature figure { min-height: 460px; }
  .achievementGrid { grid-template-columns: 1fr; }
  .photoGrid a { grid-column: span 6; }
  .photoGrid a.wide { grid-column: span 12; }
  .partnerGrid { grid-template-columns: 1fr; }
  .fleetGrid { grid-template-columns: 1fr 1fr; }
  .footerGrid { grid-template-columns: 140px 1fr; }
  .footerLinks { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 40px, 1280px); }
  .siteHeader { height: 88px; }
  .brand img { width: 96px; height: 46px; }
  .pageHero, .pageHero.compact { min-height: 760px; }
  .heroContent { padding: 150px 0 54px; }
  .heroContent h1 { font-size: 58px; }
  .heroActions { display: grid; }
  .button { width: 100%; }
  .heroFacts { grid-template-columns: 1fr; }
  .heroFacts > div, .heroFacts > div:not(:first-child) { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .sectionHead { margin-bottom: 38px; }
  .eventGrid, .costGrid, .quoteCards, .fleetGrid { grid-template-columns: 1fr; }
  .archiveHub { grid-template-columns: 1fr; }
  .archiveHub a { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .archiveHub a:last-child { border-bottom: 0; }
  .eventImage { height: 250px; }
  .sectionLabel { align-items: start; flex-direction: column; }
  .routeGrid { grid-template-columns: 1fr; }
  .routeStop { min-height: 0; border-right: 0; }
  .splitFeature figure { min-height: 360px; }
  .splitCopy { padding: 58px 20px; }
  .timeline article { grid-template-columns: 1fr; gap: 12px; }
  .photoGrid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .photoGrid a, .photoGrid a.wide, .photoGrid a.tall { grid-column: 1; grid-row: auto; }
  .editionStrip { grid-template-columns: 1fr; gap: 10px; }
  .ctaBand { grid-template-columns: 1fr; }
  .footerGrid { grid-template-columns: 1fr; align-items: start; }
  .footerLinks { grid-column: 1; }
  .copyright { flex-direction: column; }
}

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