:root {
  --night: #0d100f;
  --night-soft: #161a18;
  --paper: #f1eee7;
  --paper-soft: #f8f6f1;
  --ink: #171a18;
  --muted: #6d726e;
  --line: #d4d1c8;
  --acid: #dffc93;
  --coral: #ff6846;
  --sky: #8dc5d2;
  --white: #fff;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
html.dialog-open, html.dialog-open body { overflow: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
figure, blockquote, p { margin-top: 0; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: -80px; left: 18px; padding: 12px 18px; border-radius: 999px; background: var(--acid); color: var(--night); font-weight: 800; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: white; }
.nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { color: white; display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-stamp { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: .72rem; font-weight: 800; letter-spacing: -.08em; transform: rotate(-7deg); }
.brand-stamp span { color: var(--acid); margin-inline: 1px; }
.brand-copy { display: grid; line-height: 1.15; font-weight: 800; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 700; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--acid); transition: right .2s ease; }
.nav-links a:hover { color: white; }
.nav-links a:hover::after { right: 0; }
.nav-links .nav-home { padding: 10px 15px; color: var(--night); background: var(--acid); border-radius: 999px; }
.nav-links .nav-home::after { display: none; }

.hero { min-height: 850px; height: 100svh; position: relative; isolation: isolate; overflow: hidden; background: #203126; color: white; }
.hero-photo { position: absolute; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0; z-index: -4; }
.hero-photo-main img { object-position: center 58%; transform: scale(1.015); animation: heroDrift 15s ease-out both; }
.hero-photo-one { z-index: -1; width: clamp(150px, 18vw, 265px); aspect-ratio: 3/4; top: 15%; right: 4%; border: 7px solid rgba(255,255,255,.92); box-shadow: 0 28px 80px rgba(0,0,0,.35); transform: rotate(3deg); }
.hero-photo-two { z-index: -2; width: clamp(130px, 14vw, 205px); aspect-ratio: 3/4; right: 22%; bottom: 5%; border: 6px solid rgba(255,255,255,.9); box-shadow: 0 28px 80px rgba(0,0,0,.3); transform: rotate(-5deg); }
.hero-scrim { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(5,12,8,.84) 0%, rgba(5,12,8,.48) 49%, rgba(5,12,8,.18) 75%), linear-gradient(0deg, rgba(5,12,8,.72) 0%, transparent 48%); }
.hero-inner { height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 90px; }
.overline { margin: 0 0 22px; color: var(--acid); font-size: .67rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.overline.dark { color: #465049; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 1000px; margin: 0; font-size: clamp(4.5rem, 9.4vw, 9.2rem); line-height: .79; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--acid); font-weight: 400; }
.hero-bottom { width: min(700px, 58%); margin-top: 54px; display: flex; align-items: end; gap: 48px; }
.hero-bottom p { margin-bottom: 0; color: rgba(255,255,255,.76); max-width: 470px; font-size: .98rem; }
.round-link { flex: none; display: inline-flex; align-items: center; gap: 20px; padding: 13px 18px; color: var(--night); background: var(--acid); border-radius: 999px; font-size: .74rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.round-link:hover { transform: translateY(-3px); background: white; }
.hero-caption { position: absolute; left: max(32px, calc((100vw - 1240px)/2)); bottom: 28px; margin: 0; color: rgba(255,255,255,.58); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-caption span { color: var(--acid); margin-right: 13px; }

.numbers { background: var(--night); color: white; border-top: 1px solid rgba(255,255,255,.12); }
.numbers-grid { min-height: 235px; display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); align-items: stretch; }
.numbers-intro, .number { padding: 54px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.numbers-intro { padding-left: 0; display: flex; flex-direction: column; justify-content: center; font-family: var(--serif); font-size: 2.15rem; line-height: 1.02; }
.numbers-intro em { color: var(--acid); }
.number { display: flex; flex-direction: column; justify-content: center; }
.number:last-child { border-right: 0; padding-right: 0; }
.number strong { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 5vw, 4.7rem); line-height: .9; letter-spacing: -.045em; }
.number span { margin-top: 16px; color: rgba(255,255,255,.55); font-size: .65rem; text-transform: uppercase; letter-spacing: .11em; }

.journal-section { padding: 130px 0 155px; background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 1fr 430px; gap: 80px; align-items: end; }
.section-intro h2, .atlas-copy h2 { margin: 0; font-size: clamp(4rem, 7vw, 7rem); line-height: .82; letter-spacing: -.045em; }
.section-intro h2 em { color: var(--coral); }
.section-intro > p { max-width: 390px; margin: 0 0 8px; color: var(--muted); font-size: .96rem; }
.filter-bar { position: sticky; z-index: 20; top: 14px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 72px 0 25px; padding: 12px; border: 1px solid rgba(105,109,105,.25); border-radius: 999px; background: rgba(248,246,241,.84); box-shadow: 0 10px 40px rgba(22,25,23,.08); backdrop-filter: blur(18px); }
.filter-tabs { display: flex; gap: 6px; }
.filter { border: 0; border-radius: 999px; padding: 10px 16px; background: transparent; color: #5e635f; cursor: pointer; font-size: .72rem; font-weight: 800; transition: .2s ease; }
.filter:hover { color: var(--ink); background: #e8e4dc; }
.filter.active { color: white; background: var(--night); }
.year-filter { display: flex; align-items: center; gap: 8px; padding-right: 6px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.year-filter select { min-width: 112px; appearance: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 31px 9px 13px; background: var(--paper-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23171a18'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--ink); font-size: .72rem; font-weight: 800; }
.journal-meta { min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.journal-meta p { margin: 0; }
.legend-dot { display: inline-block; width: 8px; height: 8px; margin: 0 6px 0 15px; border-radius: 50%; }
.legend-dot.local { background: var(--coral); }
.legend-dot.international { background: #397b89; }
.memory-year { padding: 58px 0 78px; border-top: 1px solid var(--line); }
.year-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; }
.year-header h3 { margin: 0; font-family: var(--serif); font-size: 3.6rem; font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.year-header p { margin: 0; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.memory-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; }
.memory-card { grid-column: span 6; min-width: 0; }
.memory-card.no-album { grid-column: span 4; }
.memory-card.wide { grid-column: span 8; }
.memory-card.wide + .memory-card { grid-column: span 4; }
.memory-open { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.memory-photo { position: relative; height: clamp(280px, 35vw, 450px); overflow: hidden; margin: 0; border-radius: 3px; background: #d9d6cd; }
.memory-card.wide .memory-photo { height: clamp(350px, 42vw, 530px); }
.memory-card.wide + .memory-card .memory-photo { height: clamp(350px, 42vw, 530px); }
.memory-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1), filter .3s ease; }
.memory-open:hover .memory-photo img { transform: scale(1.035); filter: saturate(1.08); }
.memory-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(0,0,0,.42)); pointer-events: none; }
.location-pill, .photo-count { position: absolute; z-index: 1; top: 17px; padding: 7px 10px; color: var(--night); border-radius: 999px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); font-size: .58rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.location-pill { left: 17px; }
.photo-count { right: 17px; }
.memory-card.local .location-pill { background: #ffd6cb; }
.memory-card.international .location-pill { background: #cde8ed; }
.photo-fallback { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; background: radial-gradient(circle at 73% 25%, rgba(223,252,147,.75), transparent 19%), linear-gradient(135deg, #263e31, #101311 72%); color: white; }
.photo-fallback::before { content: ""; position: absolute; width: 230px; height: 230px; right: 13%; top: 18%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.photo-fallback span { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; }
.photo-fallback strong { align-self: end; font-family: var(--serif); font-size: 5rem; font-weight: 400; color: var(--acid); }
.memory-content { padding: 20px 2px 0; }
.memory-content time { display: block; color: var(--coral); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.memory-card.international .memory-content time { color: #397b89; }
.memory-content h4 { margin: 8px 0 5px; font-family: var(--serif); font-weight: 400; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.025em; }
.memory-content > p { margin: 0; color: var(--muted); font-size: .76rem; }
.card-footer { min-height: 47px; display: flex; justify-content: space-between; align-items: end; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.companion-stack { display: flex; padding-left: 5px; }
.companion-face { width: 30px; height: 30px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--paper); border-radius: 50%; background: #d8dbc9; color: var(--ink); font-size: .52rem; font-weight: 800; }
.companion-face.tone-1 { background: #facfc3; }
.companion-face.tone-2 { background: #c8e4e8; }
.companion-face.tone-3 { background: #dfceeb; }
.open-label { color: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.open-label i { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-left: 8px; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; transition: .2s ease; }
.memory-open:hover .open-label i { color: white; background: var(--ink); transform: rotate(45deg); }
.empty-state { padding: 90px 0; text-align: center; color: var(--muted); }

.atlas-section { padding: 130px 0 140px; background: var(--night); color: white; }
.atlas-copy { display: grid; grid-template-columns: 1fr 380px; gap: 70px; align-items: end; margin-bottom: 52px; }
.atlas-copy .overline { grid-column: 1 / -1; margin-bottom: -45px; }
.atlas-copy h2 em { color: var(--acid); }
.atlas-copy > p:last-child { margin: 0 0 8px; color: rgba(255,255,255,.56); }
.map-shell { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.17); background: #171b19; }
#map { position: relative; z-index: 0; height: 650px; background: #171b19; }
.map-key { position: absolute; z-index: 500; left: 28px; bottom: 28px; display: flex; gap: 18px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); background: rgba(13,16,15,.88); color: rgba(255,255,255,.72); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(12px); }
.map-key span { display: flex; align-items: center; gap: 7px; }
.map-key i { width: 9px; height: 9px; border-radius: 50%; }
.map-key i.local { background: var(--coral); }
.map-key i.international { background: var(--acid); }
.atlas-pin { display: block; width: 22px; height: 22px; border: 4px solid var(--night); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.55), 0 5px 18px rgba(0,0,0,.6); transition: transform .2s ease; }
.atlas-pin.local { background: var(--coral); }
.atlas-pin.international { background: var(--acid); }
.custom-map-marker:hover .atlas-pin { transform: scale(1.35); }
.leaflet-container { font-family: var(--sans); }
.leaflet-control-zoom a { color: white; background: var(--night-soft); border-color: rgba(255,255,255,.15); }
.leaflet-control-zoom a:hover { color: var(--night); background: var(--acid); }
.leaflet-control-attribution { color: rgba(255,255,255,.55); background: rgba(13,16,15,.75) !important; }
.leaflet-control-attribution a { color: var(--acid); }
.leaflet-tooltip { display: grid; gap: 2px; padding: 10px 12px; border: 0; border-radius: 2px; background: var(--paper-soft); color: var(--ink); box-shadow: 0 12px 35px rgba(0,0,0,.3); font-family: var(--sans); }
.leaflet-tooltip strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.leaflet-tooltip span { color: var(--muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .07em; }

.closing { padding: 145px 0; background: var(--acid); color: var(--night); }
.closing-grid { display: grid; grid-template-columns: 180px 1fr 180px; gap: 50px; align-items: end; }
.closing-grid .overline { align-self: start; }
.closing blockquote { margin: 0; font-size: clamp(3.4rem, 6vw, 6rem); line-height: .92; letter-spacing: -.045em; }
.closing a { justify-self: end; color: var(--night); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.footer p { margin: 0; }

.trip-dialog { width: min(1320px, calc(100vw - 42px)); max-height: calc(100svh - 42px); padding: 0; border: 0; border-radius: 4px; overflow: auto; background: var(--paper-soft); color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.trip-dialog::backdrop { background: rgba(5,7,6,.82); backdrop-filter: blur(10px); }
.trip-dialog.fallback-open { display: block; position: fixed; z-index: 1000; inset: 21px; margin: auto; box-shadow: 0 0 0 100vmax rgba(5,7,6,.86), 0 35px 100px rgba(0,0,0,.5); }
.dialog-panel { position: relative; min-height: min(790px, calc(100svh - 42px)); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .8fr); }
.dialog-close { position: absolute; z-index: 5; right: 18px; top: 18px; display: flex; align-items: center; gap: 9px; padding: 8px 9px 8px 13px; border: 0; border-radius: 999px; background: var(--night); color: white; cursor: pointer; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-close span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--night); background: var(--acid); font-size: 1.1rem; font-weight: 400; }
.dialog-gallery { min-height: 680px; display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; padding: 4px; background: var(--night); }
.dialog-photo { margin: 0; overflow: hidden; background: #272b28; }
.dialog-photo.photo-1 { grid-row: 1 / -1; }
.dialog-photo img { height: 100%; object-fit: cover; }
.dialog-gallery.no-photos { display: block; padding: 0; }
.dialog-photo-fallback { height: 100%; min-height: 680px; display: flex; flex-direction: column; justify-content: center; padding: 10%; background: radial-gradient(circle at 25% 25%, rgba(223,252,147,.85), transparent 16%), linear-gradient(145deg, #2c4436, #0d100f 70%); color: white; }
.dialog-photo-fallback span { color: var(--acid); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; }
.dialog-photo-fallback strong { margin-top: 20px; max-width: 430px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; line-height: .9; }
.dialog-photo-fallback p { color: rgba(255,255,255,.55); }
.dialog-copy { align-self: center; padding: 86px 56px 58px; }
.dialog-date { margin-bottom: 14px; color: var(--coral); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dialog-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); line-height: .85; letter-spacing: -.04em; }
.dialog-places { margin: 16px 0 0; color: var(--muted); font-size: .73rem; letter-spacing: .07em; text-transform: uppercase; }
.dialog-note { margin: 32px 0; color: #535953; font-family: var(--serif); font-size: 1.3rem; line-height: 1.35; }
.dialog-detail { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 20px 0; border-block: 1px solid var(--line); font-size: .72rem; }
.dialog-detail span { color: var(--muted); }
.dialog-detail strong { font-weight: 700; }
.dialog-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 34px; }
.dialog-tags span { padding: 6px 9px; border-radius: 999px; background: #e8e4da; color: #5f655f; font-size: .6rem; font-weight: 700; }
.album-link { display: flex; justify-content: space-between; align-items: center; padding: 14px 17px; border-radius: 2px; background: var(--night); color: white; font-size: .7rem; font-weight: 800; text-decoration: none; }
.album-link:hover { color: var(--night); background: var(--acid); }
.album-note { margin: 10px 0 0; color: var(--muted); font-size: .58rem; }

@keyframes heroDrift { from { transform: scale(1.08); } to { transform: scale(1.015); } }

@media (max-width: 1000px) {
  .shell { width: min(100% - 42px, 1240px); }
  .hero-photo-one { right: 3%; }
  .hero-photo-two { right: 23%; }
  .numbers-grid { grid-template-columns: repeat(4, 1fr); }
  .numbers-intro { grid-column: 1 / -1; min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 38px 0; }
  .number { padding: 42px 20px; }
  .section-intro, .atlas-copy { grid-template-columns: 1fr 310px; gap: 45px; }
  .memory-card.wide { grid-column: span 7; }
  .memory-card.wide + .memory-card { grid-column: span 5; }
  .closing-grid { grid-template-columns: 130px 1fr; }
  .closing-grid a { grid-column: 2; justify-self: start; }
  .dialog-panel { grid-template-columns: 1.25fr minmax(340px, .75fr); }
  .dialog-copy { padding-inline: 38px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1240px); }
  .nav { min-height: 78px; }
  .brand-copy small, .nav-links > a:not(.nav-home) { display: none; }
  .nav-links { gap: 0; }
  .hero { min-height: 730px; height: 100svh; }
  .hero-inner { justify-content: end; padding: 140px 0 105px; }
  .hero-photo-one { top: 15%; right: -36px; width: 155px; border-width: 4px; opacity: .9; }
  .hero-photo-two { right: auto; left: 6%; bottom: 29%; width: 106px; border-width: 4px; opacity: .84; }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,12,8,.9) 0%, rgba(5,12,8,.32) 75%); }
  h1 { font-size: clamp(4rem, 18vw, 6.2rem); line-height: .82; }
  .hero-bottom { width: 100%; margin-top: 36px; align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-bottom p { max-width: 520px; font-size: .9rem; }
  .hero-caption { display: none; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers-intro { grid-column: 1 / -1; min-height: 125px; }
  .number { padding: 32px 0; }
  .number:nth-of-type(odd) { padding-left: 22px; border-right: 0; }
  .number:nth-last-child(-n+2) { border-top: 1px solid rgba(255,255,255,.13); }
  .journal-section, .atlas-section { padding-block: 90px; }
  .section-intro, .atlas-copy { grid-template-columns: 1fr; gap: 28px; }
  .section-intro h2, .atlas-copy h2 { font-size: clamp(3.7rem, 16vw, 5.6rem); }
  .section-intro > p { max-width: 520px; }
  .filter-bar { top: 8px; margin-top: 48px; border-radius: 18px; align-items: stretch; flex-direction: column; padding: 9px; }
  .filter-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .filter { padding-inline: 8px; white-space: nowrap; }
  .year-filter { justify-content: space-between; padding: 2px 3px; }
  .year-filter select { flex: 1; }
  .journal-meta p:last-child { display: none; }
  .memory-year { padding: 42px 0 58px; }
  .year-header h3 { font-size: 3rem; }
  .memory-grid { grid-template-columns: 1fr; gap: 38px; }
  .memory-card, .memory-card.no-album, .memory-card.wide, .memory-card.wide + .memory-card { grid-column: 1; }
  .memory-photo, .memory-card.wide .memory-photo, .memory-card.wide + .memory-card .memory-photo { height: auto; aspect-ratio: 4/3; }
  .atlas-copy .overline { grid-column: auto; margin-bottom: -10px; }
  #map { height: 520px; }
  .closing { padding-block: 95px; }
  .closing-grid { grid-template-columns: 1fr; gap: 30px; }
  .closing blockquote { font-size: clamp(3.2rem, 14vw, 5rem); }
  .closing-grid a { grid-column: auto; justify-self: start; }
  .footer { min-height: 120px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 6px; }
  .trip-dialog { width: calc(100vw - 16px); max-height: calc(100svh - 16px); }
  .dialog-panel { display: block; min-height: calc(100svh - 16px); }
  .dialog-gallery { min-height: 58svh; height: 58svh; }
  .dialog-photo-fallback { min-height: 58svh; }
  .dialog-copy { padding: 48px 24px 36px; }
  .dialog-copy h2 { font-size: clamp(3.2rem, 14vw, 4.8rem); }
}

@media (max-width: 460px) {
  .brand-stamp { width: 42px; height: 42px; }
  .brand-copy { font-size: .82rem; }
  .nav-home { font-size: .65rem !important; }
  .hero-photo-two { display: none; }
  .hero-photo-one { top: 13%; }
  .overline { letter-spacing: .13em; }
  .number strong { font-size: 3.4rem; }
  .number span { max-width: 90px; }
  .filter { font-size: .61rem; }
  .memory-content h4 { font-size: 2rem; }
  .map-key { left: 20px; bottom: 20px; }
  .dialog-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; }
  .dialog-photo.photo-1 { grid-column: 1 / -1; grid-row: 1; }
}

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