:root {
  --black: #101010;
  --charcoal: #1b1b1a;
  --orange: #f4a52c;
  --orange-soft: #ffc966;
  --blue: #244cff;
  --paper: #f5f1e8;
  --beige: #eae3d7;
  --ink: #181816;
  --muted: #6e695f;
  --line: rgba(24, 24, 22, 0.16);
  --heading: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --body: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p, dl, dd, figure { margin-top: 0; }
h1, h2 { max-width: 100%; margin-bottom: 0; font-family: var(--heading); font-weight: 900; letter-spacing: .018em; line-height: .91; text-transform: uppercase; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--orange); color: var(--black); font-weight: 900; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 11px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 51px; padding: 0 20px; border: 2px solid transparent; align-items: center; justify-content: center; color: inherit; cursor: pointer; font-size: .78rem; font-weight: 900; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--orange { border-color: var(--orange); background: var(--orange); color: var(--black); }
.button--orange:hover { background: var(--orange-soft); }
.button--line { border-color: currentColor; background: transparent; }
.button:disabled { cursor: wait; opacity: .6; transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; display: flex; min-height: 76px; padding: 0 max(24px, calc((100vw - 1440px) / 2)); border-bottom: 1px solid rgba(245,241,232,.18); align-items: center; justify-content: space-between; background: rgba(16,16,16,.96); color: var(--paper); backdrop-filter: blur(14px); }
.mini-brand { display: flex; gap: 5px; align-items: baseline; color: var(--orange); font-family: var(--heading); font-size: 1.48rem; letter-spacing: .03em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.mini-brand strong { color: var(--orange); font-weight: inherit; }
.site-header nav { display: flex; gap: 30px; align-items: center; }
.site-header nav a { position: relative; color: rgba(245,241,232,.76); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-header nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.site-header nav a:hover { color: var(--paper); }
.site-header nav a:hover::after { transform: scaleX(1); }
.site-header nav .site-header__support-link { color: rgba(245,241,232,.5); }
.site-header nav .site-header__support-link:hover { color: rgba(245,241,232,.78); }

.journey-hero { position: relative; display: grid; min-height: calc(100vh - 76px); overflow: hidden; padding: clamp(66px, 8vw, 122px) max(24px, calc((100vw - 1440px) / 2)); grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); gap: 90px; align-items: end; background: var(--black); color: var(--paper); }
.journey-hero::before { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 64%, rgba(244,165,44,.07) 64% 76%, transparent 76%), radial-gradient(circle at 78% 25%, rgba(36,76,255,.5) 0 2px, transparent 3px) 0 0 / 34px 34px; content: ""; opacity: .68; }
.journey-hero::after { position: absolute; right: -12vw; bottom: -28vw; width: 65vw; height: 65vw; border: 2px solid rgba(244,165,44,.45); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(244,165,44,.045), 0 0 0 18vw rgba(36,76,255,.035); content: ""; }
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-copy, .hero-route { position: relative; z-index: 1; }
.hero-copy .eyebrow { color: var(--orange); }
.hero-copy, .hero-route, .section-heading > *, .day-story > *, .confirmation-head > * { min-width: 0; }
.hero-copy h1 { max-width: 920px; font-size: clamp(4.5rem, 9.2vw, 9.4rem); }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 720px; margin: 32px 0 36px; color: rgba(245,241,232,.74); font-size: clamp(1.03rem, 1.55vw, 1.35rem); line-height: 1.55; }
.hero-lead strong { color: var(--paper); }
.hero-timing { display: flex; max-width: 720px; margin: -14px 0 30px; gap: 10px; align-items: flex-start; color: rgba(245,241,232,.58); font-size: .8rem; font-weight: 800; line-height: 1.45; }
.hero-timing > span { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; flex: 0 0 auto; background: var(--orange); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-route { padding: 30px; border-top: 3px solid var(--orange); background: rgba(245,241,232,.06); backdrop-filter: blur(12px); }
.route-date { display: block; margin-bottom: 24px; color: var(--orange-soft); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.hero-route > div { display: grid; gap: 11px; }
.hero-route > div strong { font-family: var(--heading); font-size: clamp(2.2rem, 4.2vw, 4.6rem); font-weight: 900; line-height: .92; text-transform: uppercase; }
.hero-route > div i { color: var(--blue); font-size: 2rem; font-style: normal; }
.hero-route dl { display: grid; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid rgba(245,241,232,.18); grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-route dt { color: rgba(245,241,232,.5); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-route dd { margin: 5px 0 0; color: var(--orange); font-family: var(--heading); font-size: 1.55rem; }

.section { width: min(1440px, calc(100% - 48px)); margin-inline: auto; padding: 96px 0; }
.section-heading { display: grid; margin-bottom: 48px; grid-template-columns: 1fr minmax(300px, .55fr); gap: 70px; align-items: end; }
.section-heading h2 { font-size: clamp(3.5rem, 6.2vw, 6.7rem); text-wrap: balance; }
.section-heading > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 1.05rem; }

.route-section { border-bottom: 1px solid var(--line); }
.day-strip { display: grid; overflow-x: auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(7, minmax(196px, 1fr)); scroll-snap-type: x proximity; scrollbar-color: var(--orange) var(--beige); }
.day-tab { position: relative; display: grid; min-height: 370px; padding: 26px 24px 22px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-rows: auto auto minmax(110px, 1fr) auto auto; gap: 0; scroll-snap-align: start; background: rgba(255,255,255,.2); color: var(--ink); cursor: pointer; text-align: left; transition: background 150ms ease, color 150ms ease, transform 150ms ease; }
.day-tab::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: transparent; content: ""; }
.day-tab__number { color: rgba(24,24,22,.14); font-family: var(--heading); font-size: clamp(4.2rem, 5vw, 5.6rem); line-height: .82; }
.day-tab__date { margin-top: 24px; color: var(--blue); font-size: .69rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.day-tab__route { display: grid; margin-top: 20px; align-content: start; }
.day-tab__route strong { overflow-wrap: anywhere; font-size: .95rem; line-height: 1.2; }
.day-tab__route i { color: var(--orange); font-size: 1.25rem; font-style: normal; line-height: 1; }
.day-tab__status { display: flex; padding: 16px 0; border-bottom: 1px solid var(--line); gap: 7px; align-items: center; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.day-tab__status > i { width: 8px; height: 8px; border-radius: 50%; background: #9b978e; }
.day-tab__status--positive > i { background: #53d88a; }
.day-tab__status--attention > i { background: var(--orange); }
.day-tab__status--live > i { background: var(--blue); box-shadow: 0 0 0 4px rgba(36,76,255,.12); }
.day-tab__status--incomplete > i { background: #ff5a5a; }
.day-tab__action { display: flex; padding-top: 16px; align-items: center; justify-content: space-between; font-size: .7rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.day-tab__action b { font-size: 1rem; }
.day-tab:hover { background: rgba(244,165,44,.1); }
.day-tab.is-active { background: var(--black); color: var(--paper); }
.day-tab.is-active::before { background: var(--orange); }
.day-tab.is-active .day-tab__number, .day-tab.is-active .day-tab__date, .day-tab.is-active .day-tab__action { color: var(--orange); }
.day-tab.is-active .day-tab__status { border-color: rgba(245,241,232,.16); color: rgba(245,241,232,.62); }
.day-story { display: grid; min-height: 320px; padding: clamp(28px, 5vw, 70px); grid-template-columns: .25fr .95fr 1.2fr; gap: clamp(30px, 5vw, 90px); align-items: center; background: var(--black); color: var(--paper); }
.day-story__number { color: var(--orange); font-family: var(--heading); font-size: clamp(6rem, 12vw, 12rem); line-height: .75; }
.day-story__route p { margin-bottom: 16px; color: rgba(245,241,232,.5); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-story__route h3 { margin: 0 0 22px; overflow-wrap: anywhere; font-family: var(--heading); font-size: clamp(2.2rem, 3.6vw, 4.1rem); font-weight: 900; line-height: .94; text-transform: uppercase; }
.day-story__route h3 span { color: var(--orange); }
.day-story__copy { margin: 0; padding-left: 32px; border-left: 1px solid rgba(245,241,232,.2); color: rgba(245,241,232,.75); font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.65; }
.day-story__details { min-width: 0; padding-left: 32px; border-left: 1px solid rgba(245,241,232,.2); }
.day-story__details .day-story__copy { padding-left: 0; border-left: 0; }
.public-weather { grid-column: 1 / -1; min-width: 0; padding-top: 30px; border-top: 1px solid rgba(245,241,232,.2); }
.public-weather header { display: flex; gap: 20px; align-items: end; justify-content: space-between; }
.public-weather header > div { min-width: 0; }
.public-weather__eyebrow { display: block; margin-bottom: 8px; color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.public-weather header strong { display: block; overflow-wrap: anywhere; font-size: 1rem; }
.public-weather__date { text-transform: capitalize; }
.public-weather header time { flex: 0 0 auto; color: rgba(245,241,232,.48); font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.public-weather__metrics { display: grid; margin-top: 20px; border: 1px solid rgba(245,241,232,.18); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.public-weather__metrics > div { min-width: 0; min-height: 104px; padding: 18px; border-right: 1px solid rgba(245,241,232,.18); background: rgba(245,241,232,.018); }
.public-weather__metrics > div:last-child { border-right: 0; }
.public-weather__metrics span { display: block; margin-bottom: 20px; color: rgba(245,241,232,.48); font-size: .54rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.public-weather__metrics strong { display: block; overflow-wrap: anywhere; color: var(--paper); font-size: clamp(.92rem, 1.35vw, 1.15rem); }
.public-weather__disclaimer { margin: 16px 0 0; color: rgba(245,241,232,.48); font-size: .62rem; line-height: 1.45; }
.public-weather__state { margin: 0; color: rgba(245,241,232,.58); font-size: .78rem; font-weight: 900; }
.live-status { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(245,241,232,.32); align-items: center; color: var(--orange-soft); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.live-status::before { width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: currentColor; content: ""; }

.map-section { display: grid; min-height: 920px; background: var(--charcoal); color: var(--paper); grid-template-columns: minmax(430px, .72fr) 1.28fr; }
.map-section > * { min-width: 0; }
.map-copy { container-type: inline-size; padding: clamp(54px, 6vw, 92px) max(34px, calc((100vw - 1440px) / 2)); padding-right: clamp(34px, 4.6vw, 72px); }
.map-copy .eyebrow { color: var(--orange); }
.map-copy h2 { margin-bottom: 28px; font-size: clamp(3.7rem, 15cqw, 6.6rem); }
.map-copy h2 span { display: block; white-space: nowrap; }
.map-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(245,241,232,.66); }
.map-day-list { margin: 30px 0; border-top: 1px solid rgba(245,241,232,.16); }
.map-day-list button { display: grid; width: 100%; min-height: 64px; padding: 11px 10px; border: 0; border-bottom: 1px solid rgba(245,241,232,.12); grid-template-columns: 44px minmax(0, 1fr) auto; gap: 12px; align-items: center; background: transparent; color: rgba(245,241,232,.72); cursor: pointer; text-align: left; transition: background 160ms ease, color 160ms ease; }
.map-day-list button:hover { background: rgba(245,241,232,.06); color: var(--paper); }
.map-day-list button.is-active { box-shadow: inset 4px 0 0 var(--orange); background: rgba(245,241,232,.09); color: var(--paper); }
.map-day-list button > span { color: rgba(245,241,232,.34); font-family: var(--heading); font-size: 1.7rem; line-height: 1; }
.map-day-list button.is-active > span { color: var(--orange); }
.map-day-list button strong { min-width: 0; overflow-wrap: anywhere; font-size: .78rem; line-height: 1.25; }
.map-day-list button em { display: flex; gap: 6px; align-items: center; color: rgba(245,241,232,.55); font-size: .62rem; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.map-day-list button em::before { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); content: ""; }
.map-disclaimer { display: grid; margin: 0 0 26px; padding: 16px 0; border-top: 1px solid rgba(245,241,232,.16); border-bottom: 1px solid rgba(245,241,232,.16); grid-template-columns: 34px 1fr; gap: 12px; align-items: center; color: rgba(245,241,232,.55) !important; font-size: .72rem; line-height: 1.45; }
.map-disclaimer > span:first-child { display: grid; width: 28px; height: 28px; border: 1px solid var(--orange); border-radius: 50%; place-items: center; color: var(--orange); font-weight: 900; }
.map-disclaimer__copy { display: block; }
.map-disclaimer strong { color: var(--paper); }
.map-frame { position: relative; min-height: 920px; overflow: hidden; background: #dcd8cc; }
.map-frame::after { position: absolute; inset: 0; border: 16px solid rgba(16,16,16,.08); content: ""; pointer-events: none; }
.map-label { position: absolute; z-index: 500; top: 20px; left: 20px; max-width: calc(100% - 105px); overflow: hidden; padding: 10px 13px; background: var(--black); color: var(--orange); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-overflow: ellipsis; white-space: nowrap; }
.interactive-route-map, .interactive-route-map__canvas { width: 100%; height: 100%; min-height: 920px; }
.interactive-route-map { position: relative; }
.interactive-route-map__canvas { z-index: 1; background: #dcd8cc; filter: saturate(.64) contrast(1.04); }
.interactive-route-map__loading { position: absolute; z-index: 600; inset: 0; display: grid; margin: 0; place-items: center; background: #e7e4db; color: var(--ink); font-weight: 900; }
.map-reset { position: absolute; z-index: 500; right: 20px; bottom: 22px; min-height: 42px; padding: 0 14px; border: 2px solid var(--black); background: var(--paper); color: var(--black); cursor: pointer; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 6px 22px rgba(0,0,0,.18); }
.map-reset:hover { background: var(--orange); }
.route-marker-shell { border: 0; background: transparent; }
.route-marker { display: grid; width: 48px; height: 48px; border: 4px solid var(--paper); border-radius: 50%; place-items: center; background: var(--black); color: var(--orange); font-family: var(--heading); font-size: 1.12rem; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.route-marker.is-active { background: var(--blue); color: white; transform: scale(1.12); }
.leaflet-tooltip { border: 0; border-radius: 0; background: var(--black); color: var(--paper); font-family: var(--body); font-size: .72rem; font-weight: 900; box-shadow: 0 7px 22px rgba(0,0,0,.22); }
.leaflet-tooltip-top::before { border-top-color: var(--black); }
.leaflet-control-zoom a { color: var(--black); font-family: var(--body); }
.leaflet-control-attribution { font-family: Arial, sans-serif; font-size: 10px; }

.diary-section { padding-top: 112px; }
.diary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.diary-card { padding: clamp(26px, 4vw, 52px); border: 1px solid var(--line); background: #fbf8f1; box-shadow: 0 24px 80px rgba(17,17,17,.08); }
.diary-card header { display: flex; margin-bottom: 30px; justify-content: space-between; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.diary-card header span { color: var(--blue); }
.diary-card h3 { margin: 0 0 18px; overflow-wrap: anywhere; font-family: var(--heading); font-size: clamp(2.6rem, 4vw, 4.6rem); line-height: .95; text-transform: uppercase; }
.diary-card > p { white-space: pre-line; color: var(--muted); font-size: 1.02rem; }
.diary-card--gallery { grid-column: 1 / -1; }
.diary-gallery { display: grid; margin-top: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.diary-gallery--single { grid-template-columns: 1fr; }
.diary-gallery a { position: relative; display: block; overflow: hidden; min-width: 0; background: var(--black); }
.diary-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 260ms ease, opacity 260ms ease; }
.diary-gallery--single img { aspect-ratio: 16 / 9; }
.diary-gallery a:hover img { opacity: .9; transform: scale(1.015); }
.diary-gallery a:focus-visible { outline: 4px solid var(--blue); outline-offset: 3px; }
.diary-source-link { display: inline-flex; min-height: 44px; margin-top: 20px; padding: 10px 14px; border: 1px solid var(--blue); align-items: center; color: var(--blue); font-size: .7rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.diary-source-link:hover { background: var(--blue); color: white; }
.diary-empty { min-height: 320px; padding: clamp(34px, 7vw, 90px); border: 1px solid var(--line); background: repeating-linear-gradient(135deg, rgba(24,24,22,.025) 0 2px, transparent 2px 12px); }
.diary-empty span { display: block; margin-bottom: 25px; color: var(--orange); font-family: var(--heading); font-size: clamp(4rem, 9vw, 9rem); line-height: .8; }
.diary-empty h3 { margin: 0 0 15px; font-family: var(--heading); font-size: clamp(2.4rem, 4vw, 4.7rem); text-transform: uppercase; }
.diary-empty p { max-width: 560px; margin: 0; color: var(--muted); }
.instagram-wrap { margin-top: 28px; }
.instagram-media { width: 100%; min-width: 0 !important; margin-inline: auto !important; }
.instagram-fallback { display: block; margin-top: 9px; color: var(--blue); font-size: .75rem; font-weight: 900; text-align: center; text-transform: uppercase; }

.confirmation-section { padding: 98px max(24px, calc((100vw - 1440px) / 2)); background: var(--orange); }
.confirmation-section .eyebrow { color: var(--black); }
.confirmation-head { display: grid; margin-bottom: 44px; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.confirmation-head h2 { max-width: 950px; font-size: clamp(3.3rem, 5.9vw, 6.4rem); text-wrap: balance; }
.confirmation-intro { max-width: 780px; margin: 24px 0 0; color: rgba(16,16,16,.68); font-size: .95rem; line-height: 1.55; }
.pending-count { display: grid; min-width: 142px; }
.pending-count strong { font-family: var(--heading); font-size: 5.5rem; line-height: .75; }
.pending-count span { margin-top: 12px; font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.confirmation-list { border-top: 2px solid var(--black); }
.confirmation-list article { display: grid; min-height: 96px; padding: 22px 0; border-bottom: 1px solid rgba(16,16,16,.3); grid-template-columns: 70px 1fr auto; gap: 28px; align-items: center; }
.confirmation-list article > span { font-family: var(--heading); font-size: 2rem; }
.confirmation-list h3 { margin: 0 0 4px; font-size: 1rem; }
.confirmation-list p { margin: 0; color: rgba(16,16,16,.68); }
.confirmation-list article > strong { padding: 6px 8px; border: 1px solid var(--black); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.confirmation-list article.is-resolved { opacity: .55; }
.confirmation-list article.is-resolved > strong { background: var(--black); color: var(--orange); }

.public-footer { display: grid; min-height: 180px; padding: 45px max(24px, calc((100vw - 1440px) / 2)); grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; background: var(--black); color: var(--paper); }
.public-footer div { display: grid; }
.public-footer div strong { color: var(--orange); font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.public-footer div span, .public-footer p, .public-footer a { color: rgba(245,241,232,.56); font-size: .73rem; }
.public-footer p { margin: 0; }
.public-footer a { font-weight: 900; text-decoration: none; text-transform: uppercase; }
.public-footer__links { justify-items: end; gap: 12px; text-align: right; }
.site-credit { display: flex; flex-wrap: wrap; gap: 5px 8px; justify-content: flex-end; align-items: center; }
.site-credit a { color: var(--orange); text-transform: none; }
.site-credit a:hover, .site-credit a:focus-visible { color: var(--paper); }

/* Editor privado */
.editor-site { min-height: 100vh; background: #e9e3d8; }
.editor-header { position: sticky; z-index: 90; top: 0; display: flex; min-height: 106px; padding: 20px max(24px, calc((100vw - 1500px) / 2)); align-items: center; justify-content: space-between; background: var(--black); color: var(--paper); }
.editor-header p { margin: 0 0 3px; color: var(--orange); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.editor-header h1 { color: var(--paper); font-size: clamp(2.1rem, 4vw, 4rem); }
.editor-user { display: flex; gap: 18px; align-items: center; font-size: .72rem; font-weight: 900; }
.editor-user span { color: rgba(245,241,232,.6); }
.editor-user a { color: var(--orange); }
.editor-user form { margin: 0; }
.editor-logout { padding: 0; color: var(--orange); }
.editor-layout { display: grid; width: min(1500px, calc(100% - 48px)); margin: 0 auto; grid-template-columns: 260px minmax(0, 1fr); gap: 44px; }
.editor-sidebar { position: sticky; top: 126px; height: fit-content; padding: 38px 0; }
.editor-label { margin: 0 0 12px; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.editor-sidebar > button { display: block; width: 100%; padding: 15px 13px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .85rem; font-weight: 900; text-align: left; }
.editor-sidebar > button.is-active { background: var(--blue); color: white; }
.privacy-note { margin-top: 30px; padding: 18px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.5); color: var(--muted); font-size: .75rem; }
.privacy-note strong { display: block; margin-bottom: 5px; color: var(--ink); text-transform: uppercase; }
.editor-main { min-width: 0; padding: 38px 0 80px; }
.editor-message { position: fixed; z-index: 200; right: 24px; bottom: 24px; max-width: min(420px, calc(100% - 48px)); padding: 16px 20px; border-left: 4px solid var(--orange); background: var(--black); color: var(--paper); box-shadow: 0 18px 70px rgba(0,0,0,.25); font-size: .86rem; font-weight: 900; }
.editor-loading { min-height: 440px; display: grid; place-items: center; color: var(--muted); font-weight: 900; }
.editor-day-picker { display: grid; overflow-x: auto; margin-bottom: 18px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(7, minmax(226px, 1fr)); gap: 0; scroll-snap-type: x proximity; scrollbar-color: var(--orange) var(--beige); }
.editor-day-picker .day-tab { min-height: 370px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); font-family: var(--body); font-size: inherit; }
.editor-day-picker .day-tab.is-active { background: var(--black); color: var(--paper); }
.editor-panel { padding: clamp(26px, 4.3vw, 58px); background: var(--paper); box-shadow: 0 24px 80px rgba(17,17,17,.08); }
.editor-panel > header { margin-bottom: 36px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.editor-panel > header h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.editor-panel > header > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); }
.editor-form { display: grid; gap: 22px; }
.editor-form label { display: grid; gap: 8px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.editor-form input, .editor-form select, .editor-form textarea { width: 100%; border: 1px solid rgba(24,24,22,.24); border-radius: 0; background: white; color: var(--ink); padding: 14px; font-size: .95rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.editor-form input, .editor-form select { min-height: 52px; }
.editor-form textarea { line-height: 1.55; resize: vertical; }
.editor-form .check-field { display: flex; gap: 11px; align-items: center; color: var(--ink); font-size: .8rem; letter-spacing: 0; text-transform: none; }
.check-field input { width: 20px; min-height: 20px; margin: 0; accent-color: var(--blue); }
.editor-form > .button, .form-actions .button { width: fit-content; }
.form-actions { display: flex; gap: 18px; align-items: center; }
.text-button { border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: .75rem; font-weight: 900; text-decoration: underline; text-transform: uppercase; }
.diary-editor-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr); gap: 24px; align-items: start; }
.entry-list { padding: 28px; background: var(--black); color: var(--paper); }
.entry-list > h2 { margin-bottom: 24px; color: var(--orange); font-size: 2.4rem; }
.entry-list article { display: grid; padding: 18px 0; border-top: 1px solid rgba(245,241,232,.16); gap: 15px; }
.entry-list article span { color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.entry-list article h3 { margin: 5px 0 0; font-size: 1rem; }
.entry-list article small { display: block; margin-top: 6px; color: rgba(245,241,232,.5); font-size: .62rem; }
.entry-list article > div:last-child { display: flex; gap: 12px; }
.entry-list article button { padding: 0; border: 0; background: transparent; color: rgba(245,241,232,.65); cursor: pointer; font-size: .7rem; font-weight: 900; text-decoration: underline; text-transform: uppercase; }
.entry-empty { color: rgba(245,241,232,.55); font-size: .85rem; }
.upload-status { min-height: 20px; margin: -8px 0 0; color: var(--blue); font-size: .72rem; font-weight: 900; }
.instagram-import-box { display: flex; padding: 18px; border-left: 4px solid var(--orange); gap: 20px; align-items: center; justify-content: space-between; background: rgba(244,165,44,.11); }
.instagram-import-box strong { display: block; font-size: .75rem; text-transform: uppercase; }
.instagram-import-box p { margin: 5px 0 0; color: var(--muted); font-size: .75rem; }
.instagram-import-box .button { min-width: 220px; min-height: 44px; padding: 10px 14px; background: var(--black); color: var(--paper); }
.instagram-import-box .button:disabled { cursor: wait; opacity: .5; }
.diary-import-all { margin: 0 0 22px; padding: 17px; border: 1px solid rgba(244,165,44,.65); background: rgba(244,165,44,.1); }
.diary-import-all p { margin: 0 0 12px; color: rgba(245,241,232,.72); font-size: .72rem; line-height: 1.45; }
.diary-import-all button { display: inline-flex; min-height: 38px; padding: 8px 11px; border: 1px solid var(--orange); align-items: center; color: var(--orange); text-decoration: none; }
.diary-import-all button:hover { background: var(--orange); color: var(--black); }
.diary-import-all button:disabled { cursor: wait; opacity: .5; }
.diary-image-editor { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.diary-image-editor__item { position: relative; overflow: hidden; margin: 0; background: var(--black); }
.diary-image-editor__item img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.diary-image-editor__remove { position: absolute; right: 7px; bottom: 7px; min-height: 32px; padding: 6px 9px; border: 0; background: rgba(17,17,17,.88); color: white; cursor: pointer; font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.private-panel { border-top: 5px solid var(--orange); }
.private-columns { display: grid; margin-bottom: 42px; grid-template-columns: repeat(2, 1fr); gap: 42px; }
.private-columns h3, .segment-table h3 { margin-bottom: 16px; font-family: var(--heading); font-size: 1.8rem; text-transform: uppercase; }
.private-columns ul { margin: 0; padding-left: 20px; color: var(--muted); }
.private-columns li { margin-bottom: 10px; }
.segment-table { margin: 16px 0 48px; }
.segment-table article { display: grid; padding: 18px 0; border-top: 1px solid var(--line); grid-template-columns: 45px minmax(0, 1fr) auto; gap: 18px; align-items: start; }
.segment-table article > span { color: var(--orange); font-family: var(--heading); font-size: 1.5rem; }
.segment-table article strong { text-transform: uppercase; }
.segment-table article p { margin: 5px 0; color: var(--muted); font-size: .86rem; }
.segment-table article small { color: #9b4e00; }
.segment-table article em { padding: 4px 6px; background: var(--beige); font-size: .6rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.segment-actions { display: flex; margin-top: 12px; gap: 8px; align-items: center; flex-wrap: wrap; }
.segment-actions a { display: inline-flex; min-height: 38px; padding: 8px 11px; border: 1px solid var(--blue); align-items: center; color: var(--blue); font-size: .62rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.segment-actions .segment-route-link { border-color: var(--orange); background: var(--orange); color: var(--black); }
.segment-actions a:hover { background: var(--blue); color: white; }
.segment-actions .segment-route-link:hover { border-color: var(--black); background: var(--black); color: var(--paper); }
.private-notes-form { padding-top: 34px; border-top: 2px solid var(--black); }
.field-help { margin: -10px 0 0; color: var(--muted); font-size: .75rem; }
.lodging-summary { display: grid; margin-bottom: 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.lodging-field { min-width: 0; padding: 21px; background: #fffdf7; }
.lodging-field span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.lodging-field strong { display: block; overflow-wrap: anywhere; font-size: 1rem; }
.lodging-field--wide { grid-column: 1 / -1; }
.lodging-field--funding { background: var(--black); color: var(--paper); }
.lodging-field--funding span { color: var(--orange); }
.lodging-links { display: flex; margin: -18px 0 38px; gap: 18px; flex-wrap: wrap; }
.lodging-links a { color: var(--blue); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.lodging-note { margin: -18px 0 40px; padding: 18px; border-left: 4px solid var(--orange); background: rgba(244,165,44,.1); color: var(--muted); }
.lodging-note strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: .7rem; text-transform: uppercase; }
.lodging-empty { min-height: 220px; display: grid; padding: 38px; border: 1px dashed rgba(24,24,22,.3); place-content: center; color: var(--muted); text-align: center; }
.lodging-empty strong { color: var(--ink); font-family: var(--heading); font-size: 2.4rem; text-transform: uppercase; }

.weather-panel { overflow: hidden; background: #f2f1ed; }
.weather-panel > header { margin-bottom: 18px; padding-bottom: 18px; }
.weather-panel > header h2 { font-size: clamp(3rem, 5vw, 4.8rem); }
.weather-panel > header > p:last-child { margin-top: 9px; }
.weather-tone--clear { --weather-bg: linear-gradient(145deg, #1748df 0%, #3377ef 58%, #f4a52c 150%); --weather-ink: #fff; --weather-soft: rgba(255,255,255,.72); }
.weather-tone--cloud { --weather-bg: linear-gradient(145deg, #27354d 0%, #52677d 100%); --weather-ink: #fff; --weather-soft: rgba(255,255,255,.7); }
.weather-tone--rain { --weather-bg: linear-gradient(145deg, #15334d 0%, #286889 100%); --weather-ink: #fff; --weather-soft: rgba(255,255,255,.72); }
.weather-tone--storm { --weather-bg: linear-gradient(145deg, #171728 0%, #573761 100%); --weather-ink: #fff; --weather-soft: rgba(255,255,255,.7); }
.weather-tone--fog { --weather-bg: linear-gradient(145deg, #5f6972 0%, #9aa3a7 100%); --weather-ink: #fff; --weather-soft: rgba(255,255,255,.76); }
.weather-tone--empty { --weather-bg: linear-gradient(145deg, #d7d3ca 0%, #eeeae2 100%); --weather-ink: #514e47; --weather-soft: rgba(24,24,22,.52); }
.editor-day-picker--weather { padding: 0 0 12px; border: 0; grid-template-columns: repeat(7, minmax(180px, 1fr)); gap: 10px; background: transparent; }
.weather-day-card { display: grid; min-height: 260px; padding: 17px; border: 2px solid transparent; border-radius: 18px; align-content: start; background: var(--weather-bg); box-shadow: 0 9px 25px rgba(17,17,17,.08); color: var(--weather-ink); cursor: pointer; text-align: left; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.weather-day-card:hover { transform: translateY(-3px); box-shadow: 0 15px 34px rgba(17,17,17,.16); }
.weather-day-card.is-active { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,165,44,.2), 0 18px 38px rgba(17,17,17,.2); }
.weather-day-card__top { display: flex; gap: 12px; align-items: start; justify-content: space-between; }
.weather-day-card__top > strong { font-family: var(--heading); font-size: 2.3rem; line-height: .9; }
.weather-day-card__top time { max-width: 86px; color: var(--weather-soft); font-size: .55rem; font-weight: 900; line-height: 1.35; text-align: right; text-transform: uppercase; }
.weather-day-card__visual { display: flex; margin-top: 20px; gap: 10px; align-items: center; }
.weather-day-card__visual > i { font-size: 2.25rem; font-style: normal; filter: drop-shadow(0 4px 10px rgba(0,0,0,.14)); }
.weather-day-card__visual > span { display: grid; }
.weather-day-card__visual strong { font-family: var(--heading); font-size: 2.55rem; line-height: .9; }
.weather-day-card__visual small { margin-top: 3px; color: var(--weather-soft); font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.weather-day-card__condition { margin-top: 13px; font-size: .76rem; font-weight: 900; }
.weather-day-card__route { min-height: 38px; margin-top: 7px; color: var(--weather-soft); font-size: .59rem; line-height: 1.35; }
.weather-day-card__footer { display: flex; margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.22); gap: 9px; align-items: center; justify-content: space-between; }
.weather-day-card__footer > span { font-size: .66rem; font-weight: 900; }
.weather-day-card .weather-risk-level { padding: 5px 6px; border-color: rgba(255,255,255,.34); background: rgba(0,0,0,.12); color: currentColor; font-size: .48rem; font-style: normal; }
.weather-toolbar { display: flex; margin: 0 0 24px; padding: 12px 0 18px; border-bottom: 1px solid var(--line); gap: 20px; align-items: center; justify-content: space-between; }
.weather-toolbar > div { display: grid; gap: 4px; }
.weather-toolbar > div strong { font-size: .8rem; text-transform: uppercase; }
.weather-toolbar > div span { color: var(--muted); font-size: .7rem; }
.weather-toolbar .button { min-height: 44px; padding: 12px 16px; }
.weather-loading, .weather-empty { display: grid; min-height: 190px; padding: 30px; border: 1px dashed rgba(24,24,22,.28); place-items: center; color: var(--muted); font-weight: 900; text-align: center; }
.weather-error { margin: -18px 0 28px; padding: 15px 18px; border-left: 4px solid #d92828; background: #ffe8e3; color: #771c16; font-size: .78rem; font-weight: 900; }
.weather-hero { position: relative; overflow: hidden; padding: clamp(24px, 4vw, 46px); border-radius: 28px; background: var(--weather-bg); box-shadow: 0 25px 65px rgba(17,17,17,.22); color: var(--weather-ink); }
.weather-hero::after { position: absolute; width: 460px; height: 460px; right: -190px; bottom: -300px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.035); content: ""; pointer-events: none; }
.weather-hero > * { position: relative; z-index: 1; }
.weather-hero__top { display: flex; gap: 18px; align-items: center; justify-content: space-between; }
.weather-hero__top > span { font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.weather-hero .weather-risk-level { border-color: rgba(255,255,255,.38); background: rgba(0,0,0,.16); color: white; font-style: normal; }
.weather-hero__main { display: grid; margin-top: 30px; grid-template-columns: auto auto minmax(180px, 1fr); gap: clamp(18px, 3vw, 42px); align-items: center; }
.weather-hero__icon { font-size: clamp(4.8rem, 9vw, 8rem); font-style: normal; line-height: 1; filter: drop-shadow(0 12px 24px rgba(0,0,0,.2)); }
.weather-hero__temperature > strong { display: block; font-family: var(--heading); font-size: clamp(6rem, 12vw, 11rem); font-weight: 900; line-height: .72; }
.weather-hero__temperature > span { display: block; margin-top: 14px; color: var(--weather-soft); font-size: .72rem; font-weight: 900; }
.weather-hero__condition { align-self: end; padding-bottom: 12px; text-align: right; }
.weather-hero__condition strong { display: block; font-size: clamp(1.2rem, 2vw, 1.8rem); }
.weather-hero__condition span { display: block; margin-top: 6px; color: var(--weather-soft); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.weather-hero__route { display: flex; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.24); gap: 14px; align-items: center; color: var(--weather-soft); font-size: .78rem; font-weight: 900; }
.weather-hero__route i { color: var(--orange-soft); font-style: normal; }
.weather-hero__quick { display: grid; margin-top: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.weather-visual-metric { display: flex; min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; gap: 12px; align-items: center; background: rgba(0,0,0,.1); backdrop-filter: blur(7px); }
.weather-visual-metric > i { min-width: 28px; color: var(--orange-soft); font-size: 1.5rem; font-style: normal; text-align: center; }
.weather-visual-metric > span { display: grid; min-width: 0; gap: 3px; }
.weather-visual-metric small { color: var(--weather-soft); font-size: .52rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.weather-visual-metric strong { overflow-wrap: anywhere; font-size: .78rem; }
.weather-current, .weather-overview, .weather-risks, .weather-places { margin-top: 42px; }
.weather-current > h3, .weather-places__title { margin-bottom: 17px; font-family: var(--heading); font-size: 1.9rem; text-transform: uppercase; }
.weather-current-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.weather-current-card { min-width: 0; padding: 24px; border-radius: 18px; background: linear-gradient(145deg, #121c33, #273d62); color: var(--paper); }
.weather-current-card header { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.weather-current-card header span { color: var(--orange); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.weather-current-card header time { color: rgba(245,241,232,.5); font-size: .65rem; }
.weather-current-card__visual { display: flex; margin-top: 22px; gap: 18px; align-items: center; }
.weather-current-card__visual > i { font-size: 3.6rem; font-style: normal; }
.weather-current-card__condition { display: block; margin-top: 4px; color: rgba(245,241,232,.68); font-size: .78rem; }
.weather-current-card__temperature { display: block; color: var(--orange); font-family: var(--heading); font-size: 4rem; line-height: .82; }
.weather-current-card p { margin: 17px 0 0; color: rgba(245,241,232,.56); font-size: .72rem; line-height: 1.5; }
.weather-section-title { display: flex; margin-bottom: 17px; gap: 18px; align-items: center; justify-content: space-between; }
.weather-section-title h3 { margin: 0; font-family: var(--heading); font-size: 1.9rem; text-transform: uppercase; }
.weather-section-title > strong { color: var(--blue); font-size: .9rem; }
.weather-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.weather-metric { min-width: 0; padding: 19px; border-radius: 12px; background: #fffdf7; }
.weather-metric > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.weather-metric > strong { display: block; overflow-wrap: anywhere; font-size: .94rem; }
.weather-risk-level { padding: 7px 9px; border: 1px solid var(--line); font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.weather-risk-level--low { border-color: #2d9c63; color: #186d43; }
.weather-risk-level--attention { border-color: var(--orange); color: #8c5200; }
.weather-risk-level--high { border-color: #d92828; background: #d92828; color: white; }
.weather-risk-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.weather-risk { padding: 18px; border-left: 4px solid #2d9c63; border-radius: 12px; background: #f2faf5; }
.weather-risk--attention { border-left-color: var(--orange); background: rgba(244,165,44,.1); }
.weather-risk--high { border-left-color: #d92828; background: #ffe8e3; }
.weather-risk strong { display: block; margin-bottom: 5px; font-size: .77rem; text-transform: uppercase; }
.weather-risk p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.weather-place { margin-top: 18px; border: 1px solid var(--line); }
.weather-place__header { display: flex; padding: 22px; gap: 18px; align-items: end; justify-content: space-between; background: var(--black); color: var(--paper); }
.weather-place__header span { display: block; margin-bottom: 5px; color: var(--orange); font-size: .58rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.weather-place__header h3 { margin: 0; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.weather-place__header > strong { color: rgba(245,241,232,.76); font-size: .76rem; text-align: right; }
.weather-place__condition { display: flex; gap: 7px; align-items: center; }
.weather-place__summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.weather-hour-strip { display: grid; overflow-x: auto; padding: 16px; grid-auto-flow: column; grid-auto-columns: minmax(172px, 1fr); gap: 10px; scroll-snap-type: x proximity; scrollbar-color: var(--orange) #d7d3ca; }
.weather-hour-card { display: grid; min-height: 300px; padding: 16px; border-radius: 18px; align-content: start; background: var(--weather-bg); color: var(--weather-ink); scroll-snap-align: start; }
.weather-hour-card > time { color: var(--weather-soft); font-size: .62rem; font-weight: 900; text-align: center; }
.weather-hour-card__icon { margin-top: 12px; font-size: 2.7rem; font-style: normal; text-align: center; }
.weather-hour-card__temperature { margin-top: 7px; font-family: var(--heading); font-size: 2.7rem; line-height: 1; text-align: center; }
.weather-hour-card__condition { min-height: 31px; margin-top: 5px; color: var(--weather-soft); font-size: .58rem; line-height: 1.3; text-align: center; }
.weather-hour-card__rain { margin-top: 10px; color: #bde4ff; font-size: .64rem; text-align: center; }
.weather-hour-card__details { display: grid; margin: 13px 0 0; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.2); gap: 6px; }
.weather-hour-card__details > div { display: flex; gap: 7px; align-items: baseline; justify-content: space-between; }
.weather-hour-card__details dt { color: var(--weather-soft); font-size: .5rem; font-weight: 900; text-transform: uppercase; }
.weather-hour-card__details dd { margin: 0; font-size: .58rem; font-weight: 900; text-align: right; }
.weather-footer { margin-top: 42px; padding-top: 24px; border-top: 2px solid var(--black); }
.weather-footer p { margin: 0 0 13px; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.weather-footer > div { display: flex; gap: 18px; flex-wrap: wrap; }
.weather-footer a { color: var(--blue); font-size: .67rem; font-weight: 900; text-transform: uppercase; }

.access-page { display: grid; min-height: 100vh; padding: 40px; place-content: center; background: var(--black); color: var(--paper); text-align: center; }
.access-page h1 { max-width: 780px; color: var(--orange); font-size: clamp(4rem, 10vw, 9rem); }
.access-page > p:not(.eyebrow) { max-width: 600px; margin: 25px auto 0; color: rgba(245,241,232,.7); }
.access-page .access-email { font-size: .75rem; }
.access-actions { display: flex; margin-top: 32px; gap: 12px; justify-content: center; }
.access-card { width: min(560px, calc(100vw - 40px)); padding: clamp(28px, 6vw, 60px); border-top: 5px solid var(--orange); background: var(--paper); color: var(--ink); box-shadow: 0 28px 100px rgba(0,0,0,.34); text-align: left; }
.access-card h1 { color: var(--black); font-size: clamp(3.1rem, 8vw, 6.6rem); }
.access-card > p:not(.eyebrow) { margin: 18px 0 26px; color: var(--muted); }
.access-card .editor-form .button { width: 100%; }
.access-error { margin: 0 0 20px; padding: 13px 15px; border-left: 4px solid #d92828; background: #ffe8e3; color: #771c16; font-size: .82rem; font-weight: 900; }
.access-tip { margin-top: 18px !important; font-size: .72rem; }
noscript { position: fixed; z-index: 2000; right: 16px; bottom: 16px; max-width: 420px; padding: 16px; border-left: 4px solid var(--orange); background: var(--black); color: var(--paper); }

@media (max-width: 1100px) {
  .journey-hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-route { max-width: 720px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .day-story { grid-template-columns: .35fr 1fr; }
  .day-story__copy { grid-column: 1 / -1; padding: 25px 0 0; border-top: 1px solid rgba(245,241,232,.2); border-left: 0; }
  .day-story__details { grid-column: 1 / -1; padding: 25px 0 0; border-top: 1px solid rgba(245,241,232,.2); border-left: 0; }
  .day-story__details .day-story__copy { padding: 0; border-top: 0; }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { padding-inline: max(24px, calc((100vw - 900px) / 2)); }
  .map-frame, .interactive-route-map, .interactive-route-map__canvas { min-height: 680px; }
  .editor-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; }
  .diary-editor-grid { grid-template-columns: 1fr; }
  .weather-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weather-hero__main { grid-template-columns: auto 1fr; }
  .weather-hero__condition { grid-column: 1 / -1; padding: 0; text-align: left; }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; }
  .site-header nav { gap: 14px; }
  .site-header nav a { font-size: .65rem; }
  .site-header nav a:nth-child(2) { display: none; }
  .journey-hero { min-height: calc(100vh - 68px); padding-top: 72px; }
  .hero-copy h1 { overflow-wrap: anywhere; font-size: clamp(3.8rem, 17.5vw, 6.8rem); }
  .hero-actions .button { width: 100%; }
  .hero-route { padding: 24px; }
  .hero-route dl { gap: 9px; }
  .hero-route dd { font-size: 1.25rem; }
  .section { width: min(100% - 28px, 1440px); padding: 70px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { overflow-wrap: anywhere; font-size: clamp(3.25rem, 14vw, 4rem); }
  .day-strip { grid-template-columns: repeat(7, minmax(238px, 1fr)); }
  .day-tab { min-height: 346px; padding: 23px 20px 19px; grid-template-rows: auto auto minmax(100px, 1fr) auto auto; }
  .day-tab__number { font-size: 4.6rem; }
  .day-story { min-height: auto; padding: 34px 24px; grid-template-columns: 78px 1fr; gap: 22px; }
  .day-story__number { font-size: 5.7rem; }
  .day-story__route h3 { font-size: 2.35rem; }
  .map-copy { padding: 68px 24px; }
  .map-copy h2 { font-size: clamp(3.55rem, 17cqw, 5rem); }
  .map-day-list button { grid-template-columns: 38px minmax(0, 1fr); }
  .map-day-list button em { grid-column: 2; }
  .map-frame, .interactive-route-map, .interactive-route-map__canvas { min-height: 560px; }
  .map-label { right: 82px; max-width: none; }
  .diary-grid { grid-template-columns: 1fr; }
  .diary-gallery { grid-template-columns: 1fr; }
  .diary-gallery img, .diary-gallery--single img { aspect-ratio: 4 / 3; }
  .confirmation-section { padding-block: 70px; }
  .confirmation-head { grid-template-columns: 1fr; gap: 32px; }
  .confirmation-list article { grid-template-columns: 45px 1fr; gap: 14px; }
  .confirmation-list article > strong { grid-column: 2; width: fit-content; }
  .public-footer { grid-template-columns: 1fr; gap: 20px; }
  .public-footer__links { justify-items: start; text-align: left; }
  .site-credit { justify-content: flex-start; }
  .editor-header { position: static; display: grid; gap: 12px; }
  .editor-user { flex-wrap: wrap; }
  .editor-layout { width: 100%; grid-template-columns: 1fr; gap: 0; }
  .editor-sidebar { position: static; display: grid; padding: 14px; grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .editor-label, .privacy-note { grid-column: 1 / -1; }
  .editor-sidebar > button { padding: 12px 8px; border: 1px solid var(--line); font-size: .7rem; text-align: center; }
  .editor-main { padding: 12px 14px 60px; }
  .editor-day-picker { grid-template-columns: repeat(7, minmax(238px, 1fr)); }
  .editor-panel { padding: 25px 18px; }
  .public-weather header, .weather-toolbar, .weather-section-title, .weather-place__header, .weather-hero__top { align-items: flex-start; flex-direction: column; }
  .public-weather header time { flex: auto; }
  .public-weather__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-weather__metrics > div:nth-child(2) { border-right: 0; }
  .public-weather__metrics > div:nth-child(-n+2) { border-bottom: 1px solid rgba(245,241,232,.18); }
  .weather-current-grid, .weather-risk-list, .weather-metric-grid, .weather-place__summary { grid-template-columns: 1fr; }
  .weather-hero { padding: 24px 18px; border-radius: 20px; }
  .weather-hero__main { margin-top: 24px; grid-template-columns: 1fr; gap: 12px; }
  .weather-hero__icon { font-size: 4.8rem; }
  .weather-hero__temperature > strong { font-size: 7rem; }
  .weather-hero__condition { grid-column: auto; }
  .weather-hero__route { align-items: flex-start; flex-direction: column; }
  .weather-hero__quick { grid-template-columns: 1fr; }
  .weather-hour-strip { grid-auto-columns: minmax(165px, 72vw); }
  .weather-toolbar .button { width: 100%; }
  .weather-place__header > strong { text-align: left; }
  .private-columns { grid-template-columns: 1fr; gap: 22px; }
  .lodging-summary { grid-template-columns: 1fr; }
  .lodging-field--wide { grid-column: auto; }
  .segment-table article { grid-template-columns: 36px 1fr; }
  .segment-table article em { grid-column: 2; width: fit-content; }
  .instagram-import-box { align-items: stretch; flex-direction: column; }
  .instagram-import-box .button { width: 100%; min-width: 0; }
  .diary-image-editor { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-page { padding: 22px; }
  .access-actions { display: grid; }
}

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