:root {
  --navy: #062f3a;
  --navy-2: #0a4654;
  --teal: #0e7b78;
  --teal-soft: #dcedea;
  --cream: #f7f1e7;
  --paper: #fffdf8;
  --coral: #ef745d;
  --gold: #e8b757;
  --ink: #17383f;
  --muted: #697d7e;
  --line: #dfe7e2;
  --shadow: 0 20px 60px rgba(4, 42, 51, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
body, button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.shell { width: min(1180px, calc(100vw - 28px)); margin-inline: auto; }
.section { padding-block: 74px; }
.kicker, .micro-label, .eyebrow { margin: 0; color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.kicker.light { color: #80cec3; }
h1, h2, h3, h4, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; line-height: .98; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
h2 { font-size: clamp(2.55rem, 11vw, 4.9rem); }

.hero { min-height: 100svh; position: relative; display: flex; flex-direction: column; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% center; filter: saturate(.9) contrast(1.05); }
.hero-shade { background: linear-gradient(180deg, rgba(2, 25, 31, .7), rgba(2, 36, 43, .55) 37%, rgba(3, 35, 42, .94) 90%), linear-gradient(90deg, rgba(3, 32, 40, .77), transparent 80%); }
.top-nav { min-height: 76px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.19); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .94rem; font-weight: 700; }
.brand-star { width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; }
.desktop-nav { display: none; }
.hero-copy { z-index: 1; position: relative; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-block: 60px 36px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.76); }
.eyebrow span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); background: var(--coral); border-radius: 50%; font-size: .62rem; }
h1 { max-width: 100%; margin-top: 20px; font-size: clamp(3.1rem, 13.5vw, 4.8rem); }
.hero-lead { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 1.02rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
.primary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 10px 11px 10px 21px; color: var(--navy); background: var(--coral); border-radius: 999px; font-weight: 700; }
.primary-button span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; }
.countdown { display: grid; gap: 2px; }
.countdown strong { font-size: 1.35rem; }
.countdown span { color: rgba(255,255,255,.6); font-size: .78rem; }
.hero-facts { z-index: 1; position: relative; display: grid; grid-template-columns: repeat(2, 1fr); padding-bottom: 42px; }
.hero-facts div { display: grid; gap: 4px; padding: 14px 12px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts small { color: rgba(255,255,255,.52); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-facts strong { font-size: .82rem; }
.photo-credit { color: rgba(255,255,255,.55); font-size: .58rem; }
.hero-credit { z-index: 2; position: absolute; right: 10px; bottom: 7px; margin: 0; writing-mode: vertical-rl; }

.section-heading { display: grid; gap: 26px; }
.section-heading .kicker { margin-bottom: 14px; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.route-section { overflow: hidden; }
.route-scroll { width: 100vw; max-width: 100vw; margin-top: 50px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scrollbar-color: var(--coral) transparent; }
.route-canvas { width: 1080px; height: 390px; position: relative; color: white; background: linear-gradient(120deg, #0a5262, #0e7775); overflow: hidden; }
.route-canvas svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.land { fill: #ecdfc8; opacity: .23; }
.land-two { opacity: .16; }
.route-path { fill: none; stroke: rgba(255,255,255,.15); stroke-width: 18; stroke-linecap: round; }
.route-path-dash { fill: none; stroke: rgba(255,255,255,.78); stroke-width: 2; stroke-dasharray: 5 9; }
.route-pin { --size: 34px; position: absolute; z-index: 2; left: var(--x); top: var(--y); width: var(--size); height: var(--size); padding: 0; border: 5px solid white; color: white; background: var(--coral); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 10px 24px rgba(0,0,0,.28); cursor: pointer; }
.route-pin > span { position: absolute; inset: 0; display: grid; place-items: center; font-size: .66rem; font-weight: 700; }
.route-pin strong, .route-pin small { position: absolute; left: 50%; white-space: nowrap; transform: translateX(-50%); text-shadow: 0 2px 8px rgba(0,0,0,.55); }
.route-pin strong { top: 36px; font-size: .74rem; }
.route-pin small { top: 54px; color: rgba(255,255,255,.72); font-size: .6rem; }
.route-pin:nth-child(n+6) strong { top: -30px; }
.route-pin:nth-child(n+6) small { top: -47px; }
.route-pin.sea { --size: 27px; border-width: 4px; color: var(--navy); background: var(--gold); }
.route-pin.sea strong { color: #fff; }
.route-legend { position: absolute; left: 32px; right: 32px; bottom: 22px; display: flex; gap: 22px; color: rgba(255,255,255,.72); font-size: .68rem; }
.route-legend span { display: inline-flex; align-items: center; gap: 7px; }
.route-legend i { width: 10px; height: 10px; display: inline-block; border-radius: 50%; }
.legend-port { background: var(--coral); }.legend-sea { background: var(--gold); }

.guide-section { color: white; background: var(--navy); }
.guide-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.guide-head .kicker { margin-bottom: 14px; }
.expand-all { min-height: 46px; display: none; align-items: center; gap: 10px; padding: 8px 10px 8px 17px; color: white; border: 1px solid rgba(255,255,255,.25); background: transparent; border-radius: 999px; cursor: pointer; }
.expand-all span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; }
.guide-notice { display: grid; grid-template-columns: 40px 1fr; gap: 13px; margin-top: 32px; padding: 16px; color: #c2d7d5; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.guide-notice > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold); background: rgba(255,255,255,.08); border-radius: 50%; }
.guide-notice p { margin: 0; font-size: .8rem; line-height: 1.6; }
.guide-notice strong { color: white; }
.filter-row { display: flex; gap: 8px; margin: 26px -14px 28px; padding-inline: 14px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter { min-height: 44px; flex: 0 0 auto; padding: 8px 15px; color: #a7c3c2; border: 1px solid rgba(255,255,255,.18); background: transparent; border-radius: 999px; cursor: pointer; }
.filter.active { color: var(--navy); border-color: var(--gold); background: var(--gold); font-weight: 700; }
.journey-list { display: grid; gap: 14px; }
.journey-card { scroll-margin-top: 18px; background: var(--paper); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 40px rgba(1,20,25,.16); }
.journey-trigger { width: 100%; min-height: 200px; position: relative; display: grid; grid-template-columns: 58px 1fr; align-items: end; gap: 12px; padding: 20px 17px; color: white; text-align: left; border: 0; background: var(--navy); cursor: pointer; overflow: hidden; }
.journey-trigger > img, .cover-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.journey-trigger > img { object-fit: cover; transition: transform .5s ease; }
.cover-shade { background: linear-gradient(90deg, rgba(2,28,35,.9), rgba(2,28,35,.45) 70%, rgba(2,28,35,.7)), linear-gradient(0deg, rgba(2,28,35,.84), transparent 75%); }
.journey-trigger:hover > img { transform: scale(1.025); }
.day-index, .journey-title, .journey-window, .expand-icon { z-index: 1; position: relative; }
.day-index { width: 49px; height: 49px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; font-family: "Playfair Display", serif; font-size: 1.2rem; }
.journey-title { display: grid; gap: 3px; }
.journey-title small { color: #c9d9d6; font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.journey-title strong { font-family: "Playfair Display", serif; font-size: 1.65rem; line-height: 1.05; }
.journey-title em { color: rgba(255,255,255,.68); font-size: .73rem; font-style: normal; }
.journey-window { grid-column: 2; display: flex; align-items: flex-start; flex-direction: column; gap: 4px; }
.journey-window b { padding: 5px 8px; color: var(--navy); background: var(--coral); border-radius: 6px; font-size: .62rem; }
.journey-window small { color: rgba(255,255,255,.78); }
.expand-icon { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 1.3rem; transition: transform .25s, background .25s; }
.journey-trigger[aria-expanded="true"] .expand-icon { color: var(--navy); background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.journey-panel { color: var(--ink); background: var(--paper); }
.panel-inner { padding: 28px 16px 36px; }
.day-intro { display: grid; gap: 22px; }
.day-intro h3, .block-heading h3, .food-card h3 { margin: 8px 0 0; font-family: "Playfair Display", serif; font-size: 1.7rem; line-height: 1.12; }
.pick-card { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 14px; color: #75511b; background: #fcf0d6; border-radius: 14px; }
.pick-card span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; }
.pick-card p { margin: 0; font-size: .8rem; line-height: 1.55; }
.booked-alert { display: grid; grid-template-columns: 42px 1fr; gap: 12px; margin-top: 22px; padding: 17px; color: white; background: linear-gradient(120deg, #d75f4c, #ef7a5f); border-radius: 15px; }
.booked-alert > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--coral); background: white; border-radius: 50%; font-weight: 700; }
.booked-alert p { margin: 4px 0 0; color: rgba(255,255,255,.83); font-size: .78rem; line-height: 1.5; }
.fact-row { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 25px; border-block: 1px solid var(--line); }
.fact-row div { display: grid; gap: 4px; padding: 16px 8px; border-left: 1px solid var(--line); }
.fact-row div:first-child { border-left: 0; }
.fact-row small { color: var(--muted); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.fact-row strong { font-size: .75rem; }
.port-note { display: grid; grid-template-columns: 42px 1fr; gap: 12px; margin-top: 20px; padding: 15px; background: var(--teal-soft); border-radius: 14px; }
.port-note > span { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; }
.port-note p { display: grid; gap: 4px; margin: 0; color: #547170; font-size: .77rem; line-height: 1.55; }
.port-note strong { color: var(--ink); }
.map-card { margin-top: 20px; padding: 18px 14px 14px; background: var(--teal-soft); border: 1px solid #c9ded9; border-radius: 18px; }
.map-card-heading { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 2px 2px 16px; }
.map-card-heading > span { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50%; font-size: 1.35rem; font-weight: 700; }
.map-card-heading h3 { margin: 6px 0 6px; font-family: "Playfair Display", serif; font-size: 1.35rem; line-height: 1.15; }
.map-card-heading div > p:last-child { margin: 0; color: #547170; font-size: .76rem; line-height: 1.5; }
.map-stop-grid { display: grid; gap: 8px; }
.map-stop { display: flex; flex-direction: column; padding: 14px; color: var(--ink); background: var(--paper); border: 1px solid rgba(14,123,120,.13); border-radius: 15px; box-shadow: 0 5px 14px rgba(6,47,58,.055); transition: border-color .2s, transform .2s, box-shadow .2s; }
.map-stop-heading { min-height: 38px; display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 10px; align-items: center; }
.map-stop-number { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .63rem; font-weight: 700; }
.map-stop-copy { min-width: 0; display: grid; gap: 2px; }
.map-stop-copy strong { font-size: .86rem; line-height: 1.25; }
.map-stop-copy small { color: var(--muted); font-size: .64rem; }
.map-stop-description { margin: 12px 0 15px; color: var(--muted); font-size: .79rem; line-height: 1.58; }
.map-route { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 8px 8px 8px 14px; color: white; background: var(--teal); border-radius: 11px; font-size: .72rem; font-weight: 700; }
.map-route span:last-child { width: 30px; height: 30px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: .85rem; }
.map-route:active { transform: scale(.985); }
.day-block { margin-top: 44px; }
.block-heading { margin-bottom: 20px; }
.timeline { position: relative; display: grid; gap: 12px; }
.timeline::before { content: ""; position: absolute; top: 24px; bottom: 24px; left: 20px; width: 1px; background: #c9d8d3; }
.timeline-item { position: relative; display: grid; grid-template-columns: 42px 88px 1fr; gap: 10px; align-items: stretch; min-height: 112px; padding: 10px; background: #f5f2eb; border: 1px solid #ece7dd; border-radius: 15px; overflow: hidden; }
.timeline-marker { z-index: 1; display: flex; justify-content: center; padding-top: 7px; }
.timeline-marker span { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: var(--teal); border: 4px solid #f5f2eb; border-radius: 50%; font-size: .63rem; font-weight: 700; box-sizing: content-box; }
.timeline-item img { width: 88px; height: 100%; min-height: 92px; object-fit: cover; border-radius: 10px; }
.timeline-copy { padding-block: 2px; }
.timeline-copy time { color: var(--coral); font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.timeline-copy h4 { margin: 4px 0 5px; font-family: "Playfair Display", serif; font-size: 1.05rem; line-height: 1.15; }
.timeline-copy p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.alternative-grid { display: grid; gap: 12px; }
.alternative-grid article { position: relative; min-height: 230px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 16px; }
.alternative-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.alternative-grid article > div { z-index: 1; position: relative; width: 100%; padding: 55px 17px 17px; color: white; background: linear-gradient(transparent, rgba(2,31,38,.94)); }
.alternative-grid h4 { margin: 0; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.alternative-grid p { margin: 6px 0 0; color: rgba(255,255,255,.79); font-size: .76rem; line-height: 1.5; }
.food-card { display: grid; margin-top: 44px; overflow: hidden; background: var(--navy); border-radius: 18px; }
.food-card img { width: 100%; height: 200px; object-fit: cover; }
.food-card > div { padding: 22px 19px 24px; color: white; }
.food-card h3 { color: var(--gold); }
.food-card p:not(.micro-label) { margin: 12px 0; color: rgba(255,255,255,.75); font-size: .79rem; line-height: 1.6; }
.food-card span { display: inline-flex; padding-top: 11px; color: #a9d5ce; border-top: 1px solid rgba(255,255,255,.16); font-size: .72rem; }
.day-footer { display: grid; gap: 20px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.tip-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tip-list span { padding: 7px 10px; color: #4f716e; background: var(--teal-soft); border-radius: 999px; font-size: .65rem; }
.day-links { display: flex; flex-wrap: wrap; gap: 13px; }
.day-links a, .text-link { color: var(--teal); font-size: .72rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.ship-section { background: #ece3d3; }
.ship-layout { display: grid; gap: 42px; }
.ship-photo { min-height: 390px; position: relative; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.ship-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.ship-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(3,33,40,.72)); }
.ship-photo span { z-index: 1; position: absolute; left: 20px; bottom: 19px; color: white; font-family: "Playfair Display", serif; font-size: 1.25rem; }
.ship-copy .kicker { margin-bottom: 15px; }
.ship-copy > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.ship-ideas { display: grid; gap: 9px; margin: 28px 0; }
.ship-ideas article { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 14px; background: rgba(255,255,255,.55); border-radius: 14px; }
.ship-ideas article > span { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; }
.ship-ideas strong { font-size: .84rem; }
.ship-ideas p { margin: 4px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }

.planning { background: var(--paper); }
.planning-layout { display: grid; gap: 42px; }
.planning .kicker { margin-bottom: 15px; }
.planning-intro { color: var(--muted); line-height: 1.7; }
.progress-wrap { margin-top: 28px; }
.progress-wrap > div:first-child { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: .75rem; }
.progress-track { height: 8px; background: #dce7e2; border-radius: 10px; overflow: hidden; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--coral); border-radius: inherit; transition: width .3s; }
.checklist { display: grid; gap: 8px; padding: 10px; background: var(--cream); border: 1px solid #e4ded3; border-radius: 20px; }
.checklist label { min-height: 64px; display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 13px; padding: 12px; background: var(--paper); border-radius: 13px; cursor: pointer; }
.checklist input { appearance: none; width: 27px; height: 27px; border: 2px solid #b7c9c4; border-radius: 50%; }
.checklist input:checked { border-color: var(--teal); background: var(--teal); box-shadow: inset 0 0 0 6px white; }
.checklist label > span { display: grid; gap: 2px; color: var(--muted); font-size: .7rem; }
.checklist label strong { color: var(--ink); font-size: .8rem; }
.checklist input:checked + span { opacity: .58; text-decoration: line-through; }

.install-section { background: #ece3d3; }
.install-card { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 18px 16px; align-items: start; padding: 22px 18px; color: white; background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.install-icon { width: 78px; height: 78px; border-radius: 19px; box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.install-copy .kicker { color: #82cec5; }
.install-copy h2 { margin-top: 9px; font-size: clamp(2rem, 9vw, 3.5rem); }
.install-copy > p:last-child { grid-column: 1/-1; margin: 15px 0 0; color: rgba(255,255,255,.76); font-size: .8rem; line-height: 1.6; }
.install-actions { grid-column: 1/-1; display: grid; gap: 11px; }
.install-button { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 9px 8px 17px; color: var(--navy); background: var(--coral); border: 0; border-radius: 999px; font-size: .78rem; font-weight: 700; cursor: pointer; }
.install-button[hidden] { display: none; }
.install-button span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-size: 1rem; }
.install-actions > p:not(.offline-status) { margin: 0; color: rgba(255,255,255,.67); font-size: .7rem; line-height: 1.5; }
.offline-status { display: flex; align-items: center; gap: 8px; margin: 3px 0 0; color: #a8d8d1; font-size: .67rem; }
.offline-status > span { width: 9px; height: 9px; flex: 0 0 auto; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(232,183,87,.13); }
.offline-status[data-ready="true"] > span { background: #6ed3a7; box-shadow: 0 0 0 4px rgba(110,211,167,.13); }

.sources-section { padding-block: 62px; color: white; background: var(--coral); }
.sources-layout { display: grid; gap: 25px; }
.sources-section h2 { font-size: 2.7rem; }
.sources-layout p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.65; }
.source-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.source-actions a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 15px; color: var(--navy); background: white; border-radius: 999px; font-size: .73rem; font-weight: 700; }
footer { color: #a6bcbd; background: #031f27; }
.footer-inner { min-height: 180px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; padding-block: 34px; font-size: .72rem; }
.footer-inner .brand { color: white; }
.mobile-nav { position: fixed; z-index: 50; left: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); width: calc(100vw - 20px); min-height: 64px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 5px; overflow: hidden; color: var(--ink); background: rgba(255,253,248,.94); border: 1px solid rgba(202,216,211,.9); border-radius: 18px; box-shadow: 0 12px 40px rgba(2,32,40,.3); backdrop-filter: blur(14px); }
.mobile-nav a { min-height: 52px; display: grid; place-items: center; align-content: center; gap: 2px; border-radius: 13px; font-size: .61rem; font-weight: 700; }
.mobile-nav a:active { background: var(--teal-soft); }
.mobile-nav span { color: var(--teal); font-size: 1rem; }
body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }

@media (min-width: 720px) {
  .shell { width: min(1180px, calc(100vw - 60px)); }
  .section { padding-block: 100px; }
  .desktop-nav { display: flex; gap: 28px; color: rgba(255,255,255,.78); font-size: .8rem; }
  .desktop-nav a { min-height: 44px; display: flex; align-items: center; }
  .hero-copy { padding-block: 80px 50px; }
  h1 { font-size: clamp(5.2rem, 9vw, 7rem); }
  .hero-actions { align-items: center; flex-direction: row; gap: 30px; }
  .countdown { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); }
  .hero-facts { grid-template-columns: repeat(4,1fr); padding-bottom: 52px; }
  .hero-facts div { padding: 16px 20px; border-left: 1px solid rgba(255,255,255,.17); }
  .section-heading { grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
  .route-scroll { width: min(1180px, calc(100% - 60px)); margin: 65px auto 0; border-radius: 26px; box-shadow: var(--shadow); }
  .route-canvas { min-width: 1080px; width: 100%; }
  .expand-all { display: inline-flex; }
  .guide-notice { grid-template-columns: 44px 1fr; padding: 17px 20px; }
  .journey-trigger { min-height: 230px; grid-template-columns: 70px 1fr auto; padding: 28px; }
  .day-index { width: 58px; height: 58px; font-size: 1.45rem; }
  .journey-title strong { font-size: 2.15rem; }
  .journey-window { grid-column: 3; align-items: flex-end; padding-right: 54px; }
  .expand-icon { right: 27px; top: 27px; }
  .panel-inner { padding: 42px; }
  .day-intro { grid-template-columns: 1.2fr .8fr; align-items: start; gap: 45px; }
  .day-intro h3, .block-heading h3, .food-card h3 { font-size: 2.15rem; }
  .pick-card { padding: 17px; }
  .port-note { grid-template-columns: 48px 1fr; padding: 17px 20px; }
  .map-card { padding: 22px; }
  .map-card-heading { grid-template-columns: 48px 1fr; padding: 0 0 18px; }
  .map-card-heading h3 { font-size: 1.65rem; }
  .map-stop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .map-stop:hover { border-color: rgba(14,123,120,.55); box-shadow: 0 9px 22px rgba(6,47,58,.1); transform: translateY(-1px); }
  .map-stop-description { font-size: .82rem; }
  .timeline-item { grid-template-columns: 50px 170px 1fr; min-height: 145px; padding: 12px; gap: 16px; }
  .timeline::before { left: 24px; }
  .timeline-item img { width: 170px; min-height: 121px; }
  .timeline-copy { align-self: center; padding-right: 15px; }
  .timeline-copy h4 { font-size: 1.32rem; }
  .timeline-copy p { font-size: .78rem; }
  .alternative-grid { grid-template-columns: repeat(2,1fr); }
  .food-card { grid-template-columns: .8fr 1.2fr; }
  .food-card img { height: 100%; min-height: 300px; }
  .food-card > div { display: flex; flex-direction: column; justify-content: center; padding: 35px; }
  .day-footer { grid-template-columns: 1fr auto; align-items: start; }
  .day-links { justify-content: flex-end; }
  .ship-layout, .planning-layout { grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
  .install-card { grid-template-columns: 96px minmax(0,1fr) minmax(240px,.55fr); align-items: center; gap: 30px; padding: 34px; }
  .install-icon { width: 96px; height: 96px; border-radius: 23px; }
  .install-copy h2 { font-size: 3.1rem; }
  .install-copy > p:last-child { font-size: .83rem; }
  .install-actions { grid-column: auto; }
  .sources-layout { grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
  .footer-inner { min-height: 130px; align-items: center; flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1000px) {
  body { padding-bottom: 0; }
  .mobile-nav { display: none; }
  .hero { min-height: 880px; }
  .hero-image { object-position: center 58%; }
  .hero-copy { padding-top: 120px; }
  .panel-inner { padding: 52px 60px 58px; }
  .timeline { max-width: 950px; }
  .timeline-item { grid-template-columns: 58px 230px 1fr; min-height: 175px; }
  .timeline::before { left: 28px; }
  .timeline-item img { width: 230px; min-height: 151px; }
  .alternative-grid article { min-height: 320px; }
  .ship-photo { min-height: 590px; }
}

@media (max-width: 390px) {
  .timeline-item { grid-template-columns: 36px 76px 1fr; gap: 7px; padding: 8px; }
  .timeline::before { left: 17px; }
  .timeline-marker span { width: 24px; height: 24px; }
  .timeline-item img { width: 76px; }
  .journey-title strong { font-size: 1.45rem; }
}

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

.credits-page { padding-bottom: 0; background: var(--paper); }
.credits-hero { padding-bottom: 60px; color: white; background: linear-gradient(135deg, var(--navy), var(--teal)); }
.credits-hero .top-nav { margin-bottom: 58px; }
.credits-hero h1 { margin: 15px 0 22px; font-size: clamp(3.2rem, 14vw, 6rem); }
.credits-hero p:last-child { max-width: 760px; color: rgba(255,255,255,.76); line-height: 1.7; }
.credits-main { display: grid; gap: 14px; padding-block: 55px 85px; }
.credits-main section { padding: 20px; background: var(--cream); border: 1px solid #e7dfd3; border-radius: 15px; }
.credits-main h2 { margin: 0 0 12px; font-size: 1.45rem; }
.credits-main ul { display: grid; gap: 9px; margin: 0; padding-left: 18px; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.credits-main a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.credits-note { margin: 28px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
@media (min-width: 720px) { .credits-main { grid-template-columns: repeat(2,1fr); }.credits-note { grid-column: 1/-1; }.credits-hero { padding-bottom: 90px; } }
