/* Shared finishing layer: readable type, consistent rhythm, resilient layouts. */
:root { --page-gutter: clamp(20px, 5vw, 72px); }
body { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; }
header { padding-inline: var(--page-gutter); }
header nav { flex-wrap: wrap; align-items: center; gap: 8px 24px; }
header nav a, header .instagram { display: inline-flex; align-items: center; min-height: 44px; }
header .logo { flex-shrink: 0; letter-spacing: -.08em; }
nav [aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: break-word; }
p, li { overflow-wrap: anywhere; }
.hero-layout > *, .about > *, .contact-row > *, .creator-film > * { min-width: 0; }
.title-signature h1 { white-space: normal; }
.title-byline { margin-left: 0; }
.hero-photo { min-height: 0; }
.eyebrow { font-size: .8125rem; line-height: 1.6; }
.underline, .itinerary-link, .secondary-link { min-height: 44px; align-content: center; }
.caption h3, .journal-entry p.journal-location, .featured-entry .journal-location { font-size: 1rem; line-height: 1.5; }
.journal-image span { font-size: .75rem; letter-spacing: 0; }
.journal-intro .eyebrow, .archive-note, .journal-more p { font-size: .875rem; }
.archive-note { align-items: baseline; flex-wrap: wrap; }
.about { align-items: center; gap: clamp(32px, 7vw, 100px); }
.about-copy p { line-height: 1.8; }
.about-portrait { margin-top: 28px; }
.field-notes > p:not(.eyebrow) { max-width: 660px; margin-top: 22px; color: var(--muted); }
.collaboration-inner > p a { text-decoration: underline; text-underline-offset: 4px; }
.collaboration-details summary { min-height: 44px; }
.collaboration-page > h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 24px; }
.collaboration-page > p + p { margin-top: 20px; }
.collaboration-page .destination-grid { margin-top: 32px; }
.partnership-enquiry h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 20px; }
.partner-card .eyebrow { margin-bottom: 10px; }
.partner-card > a:last-child { display: inline-block; min-height: 44px; padding-block: 10px; text-decoration: underline; text-underline-offset: 5px; }
.destination-hero img { height: auto; max-height: 660px; aspect-ratio: 4 / 5; }
.destination-body { padding-inline: 24px; }
.destination-card img, .start-card img { display: block; }
.trip-facts span { max-width: none; }
.reel-player { min-width: 0; width: 100%; }
.reel-player iframe { display: block; width: 100%; min-width: 0; border: 0; }
.map-page .map-help, .map-page .map-precision { margin-block: 16px; }
.place-detail > p { margin-block: 14px; }
footer { flex-wrap: wrap; padding: 30px var(--page-gutter); gap: 12px 24px; }
footer p { margin-right: auto; }
footer a:not(.logo) { font-size: .875rem; min-height: 44px; display: inline-flex; align-items: center; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #437e61; outline-offset: 4px; }
@media (max-width: 900px) {
  header { flex-wrap: wrap; gap: 8px 20px; }
  .hero-side h2 { font-size: clamp(2.8rem, 6vw, 4.2rem); }
}
@media (max-width: 720px) {
  header { display: grid; grid-template-columns: auto 1fr; padding-block: 18px; }
  header .instagram { grid-column: 2; grid-row: 1; justify-self: end; width: auto; margin: 0; font-size: .875rem; }
  header nav { grid-column: 1 / -1; justify-content: space-between; gap: 8px 16px; font-size: .9375rem; }
  .hero, .journal, .about, .creator-film, .field-notes, .contact, .journal-intro, .journal-featured, .journal-archive, .guide-index, .destination-hero { padding-inline: var(--page-gutter); }
  .title-signature h1 { font-size: clamp(2.8rem, 12.5vw, 5.6rem); }
  .title-row .title-tagline { margin-top: 20px; }
  .hero-side h2 { font-size: clamp(2.8rem, 10vw, 3.8rem); }
  .about { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about h2 { font-size: clamp(2.4rem, 9vw, 3rem); margin-bottom: 24px; }
  .about-portrait { margin: 0 auto; }
  .quiet-contact h2 { font-size: clamp(2.8rem, 11vw, 3.4rem); }
  .journal-intro h1 { font-size: clamp(3.3rem, 14vw, 6rem); }
  .journal-intro-bottom p { font-size: 1rem; }
  .journal-grid, .featured-grid, .gallery { gap: 28px 14px; }
  .journal-entry p.journal-location, .featured-entry .journal-location, .caption h3 { font-size: .9375rem; }
  .journal-image span { right: 6px; bottom: 6px; }
  .itinerary-link { font-size: .875rem; margin-top: 4px; }
  .destination-hero img { max-height: 480px; }
  .destination-body { padding-inline: var(--page-gutter); }
  .map-stage svg { aspect-ratio: 4 / 3; }
  footer { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; }
  footer p { margin: 0; justify-self: end; }
}
@media (max-width: 359px) {
  .gallery, .journal-grid, .featured-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-link { align-items: flex-start; flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
