
:root {
  --ink: #12222d;
  --navy: #0b3a5b;
  --navy-2: #082d47;
  --teal: #267c80;
  --sea: #e8f4f3;
  --sand: #f6efe2;
  --paper: #fffdf8;
  --white: #ffffff;
  --orange: #dc790f;
  --orange-soft: #fff1df;
  --green: #587b58;
  --muted: #60717b;
  --line: #d9e3e2;
  --shadow: 0 24px 60px rgba(11, 58, 91, .14);
  --shadow-small: 0 12px 32px rgba(11, 58, 91, .11);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 999; background: var(--white); padding: .8rem 1rem; border-radius: 12px; box-shadow: var(--shadow-small); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(8,45,71,.94); backdrop-filter: blur(16px); color: white; }
.nav-shell { max-width: var(--max); margin: 0 auto; padding: .72rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; color: #ffc451; background: rgba(255,255,255,.11); font-size: 1.35rem; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.3rem; letter-spacing: .02em; }
.brand small { display: block; font-size: .68rem; opacity: .72; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.15rem; }
.main-nav a { color: white; text-decoration: none; font-size: .91rem; font-weight: 700; opacity: .86; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; color: #ffd37f; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: rgba(255,255,255,.1); }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; }

.shell { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section--soft { background: linear-gradient(180deg, var(--sea), #f7fbfa); }
.section--sand { background: var(--sand); }
.eyebrow { margin: 0 0 .75rem; color: var(--orange); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.display { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.035em; }
.h1 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.03em; }
.h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.08; letter-spacing: -.025em; }
.lead { color: #415761; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.75; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-head > div:first-child { max-width: 760px; }
.section-head p:last-child { margin-bottom: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .78rem 1.12rem; border: 1px solid transparent; border-radius: 999px; background: var(--navy); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 8px 22px rgba(11,58,91,.18); }
.btn:hover, .btn:focus-visible { background: var(--navy-2); transform: translateY(-1px); }
.btn--ghost { color: var(--navy); background: transparent; border-color: rgba(11,58,91,.25); box-shadow: none; }
.btn--ghost:hover { color: white; }
.btn--light { color: var(--navy); background: white; }
.btn--orange { background: var(--orange); }
.chip { display: inline-flex; align-items: center; min-height: 30px; padding: .25rem .65rem; border-radius: 999px; background: var(--sea); color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.chip--orange { background: var(--orange-soft); color: #9a4c00; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7f3e8 0%, #edf7f5 55%, #dcefee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,.9) 0 2px, transparent 3px), radial-gradient(circle at 84% 34%, rgba(255,255,255,.9) 0 2px, transparent 3px); background-size: 56px 56px, 74px 74px; opacity: .35; }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 4rem; min-height: 780px; padding: 5.5rem 0 6.5rem; }
.hero-copy { max-width: 650px; }
.hero-copy .lead { max-width: 580px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.hero-poster { position: relative; max-width: 620px; margin-left: auto; padding: .6rem; border-radius: 28px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-poster img { border-radius: 21px; }
.hero-note { position: absolute; right: -1.2rem; bottom: 2rem; width: 190px; padding: 1rem; border-radius: 18px; background: var(--navy); color: white; box-shadow: var(--shadow-small); transform: rotate(-3deg); }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 1.1rem; }
.hero-note span { display: block; margin-top: .25rem; opacity: .78; font-size: .82rem; }

.hotspot-map { position: relative; margin: 0; }
.hotspot-map > img { width: 100%; border-radius: 20px; }
.hotspot { position: absolute; left: var(--x); top: var(--y); width: 1.45rem; height: 1.45rem; transform: translate(-50%, -50%); border: 3px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 5px 14px rgba(0,0,0,.28); text-decoration: none; z-index: 5; }
.hotspot::after { content: ""; position: absolute; inset: -.5rem; border: 1px solid rgba(220,121,15,.38); border-radius: 50%; animation: pulse 2.6s infinite; }
.hotspot span { position: absolute; left: 50%; bottom: calc(100% + .55rem); min-width: max-content; max-width: 180px; transform: translateX(-50%) translateY(6px); padding: .35rem .55rem; border-radius: 8px; color: white; background: var(--navy); font-size: .72rem; font-weight: 800; opacity: 0; pointer-events: none; transition: .2s ease; }
.hotspot:hover span, .hotspot:focus-visible span { opacity: 1; transform: translateX(-50%) translateY(0); }
@keyframes pulse { 0%,100% { transform: scale(.85); opacity: .8; } 50% { transform: scale(1.35); opacity: 0; } }

.route-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 3rem; align-items: start; }
.route-aside { position: sticky; top: 95px; }
.route-aside .hotspot-map { padding: .55rem; border-radius: 24px; background: white; box-shadow: var(--shadow-small); }
.route-aside figcaption { padding: .8rem .35rem 0; color: var(--muted); font-size: .82rem; }
.timeline { position: relative; display: grid; gap: .55rem; }
.timeline-row { position: relative; display: grid; grid-template-columns: 4.55rem 1fr; gap: 1.7rem; align-items: start; padding: .7rem 0; }
.timeline-time { color: var(--navy); font-weight: 900; font-size: .88rem; text-align: right; padding-top: .65rem; }
.timeline-content { position: relative; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 5px 18px rgba(11,58,91,.04); }
.timeline-content h3 { margin: 0; color: var(--navy); font-size: 1.05rem; }
.timeline-content h3 a { text-decoration: none; }
.timeline-content p { margin: .25rem 0 0; color: var(--muted); font-size: .9rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.sight-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-small); transition: transform .25s ease, box-shadow .25s ease; }
.sight-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sea); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sight-card:hover .card-image img { transform: scale(1.035); }
.card-arrow { position: absolute; right: .8rem; top: .8rem; width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy); font-weight: 900; }
.card-body { padding: 1.25rem 1.25rem 1.35rem; }
.card-kicker { color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.card-body h3 { margin: .25rem 0 .55rem; color: var(--navy); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.12; }
.card-body h3 a { text-decoration: none; }
.card-body p { margin: 0; color: var(--muted); font-size: .93rem; }
.card-meta { display: flex; justify-content: space-between; gap: .8rem; margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--line); color: #51636c; font-size: .76rem; font-weight: 800; }
.sight-card--compact .card-body p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.feature-panels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.feature-panel { position: relative; min-height: 500px; overflow: hidden; border-radius: 28px; color: white; box-shadow: var(--shadow); }
.feature-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,35,52,.05), rgba(6,35,52,.86)); }
.feature-panel__body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 2rem; }
.feature-panel__body h3 { margin: .35rem 0; font-family: Georgia, serif; font-size: 2rem; line-height: 1.05; }
.feature-panel__body p { max-width: 520px; margin: .5rem 0 1.1rem; color: rgba(255,255,255,.85); }

.notice { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem 1.3rem; border-left: 5px solid var(--orange); border-radius: 12px; background: var(--orange-soft); }
.notice strong { color: #884000; }
.notice p { margin: 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.stat { padding: 1.2rem; border-radius: 18px; background: white; box-shadow: var(--shadow-small); }
.stat strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 2rem; }
.stat span { color: var(--muted); font-size: .85rem; }

.page-hero { padding: 5.3rem 0 4rem; background: linear-gradient(135deg, #f7f2e8, #e9f5f2); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.page-hero-image { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.page-hero-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--teal); }

.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 4rem; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 2.2rem 0 .7rem; color: var(--navy); font-family: Georgia, serif; font-size: 2rem; }
.prose h3 { margin: 1.5rem 0 .5rem; color: var(--navy); }
.prose p { color: #334a55; font-size: 1.04rem; }
.quickfacts { position: sticky; top: 100px; padding: 1.4rem; border-radius: 22px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.quickfacts h2 { margin: 0 0 1rem; font-family: Georgia, serif; }
.quickfacts dl { margin: 0; display: grid; gap: .95rem; }
.quickfacts dt { color: #9dd4d2; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quickfacts dd { margin: .12rem 0 0; }
.quickfacts .btn { width: 100%; margin-top: 1.1rem; }
.quote-card { margin: 2rem 0; padding: 1.6rem 1.8rem; border-radius: 20px; background: var(--sea); color: var(--navy); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.45; }
.gallery-strip { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: .9rem; }
.gallery-strip a { display: block; overflow: hidden; border-radius: 18px; background: var(--sea); }
.gallery-strip img { width: 100%; height: 260px; object-fit: cover; transition: transform .4s ease; }
.gallery-strip a:hover img { transform: scale(1.04); }

.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 2rem; }
.filter-btn { border: 1px solid var(--line); border-radius: 999px; padding: .55rem .85rem; background: white; color: var(--navy); font-weight: 800; }
.filter-btn[aria-pressed="true"] { color: white; background: var(--navy); border-color: var(--navy); }
.search-box { display: flex; align-items: center; gap: .6rem; max-width: 560px; padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: white; box-shadow: var(--shadow-small); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; }
.empty-state { display: none; padding: 2rem; text-align: center; border-radius: 18px; background: var(--sand); }

.poster-stage { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); gap: 3rem; align-items: start; }
.poster-frame { padding: .55rem; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.poster-frame img { border-radius: 18px; }
.poster-copy { padding-top: 1rem; }
.number-list { display: grid; gap: .8rem; margin-top: 2rem; }
.number-item { display: grid; grid-template-columns: 2.3rem 1fr; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: white; }
.number-item__n { width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-weight: 900; }
.number-item h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; }
.number-item p { margin: .25rem 0 0; color: var(--muted); font-size: .9rem; }
.number-item a { text-decoration: none; }

.planner-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 2.5rem; align-items: start; }
.planner-list { display: grid; gap: .75rem; }
.planner-item { display: grid; grid-template-columns: auto 92px 1fr; gap: 1rem; align-items: center; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 16px; background: white; }
.planner-item input { width: 1.25rem; height: 1.25rem; accent-color: var(--orange); }
.planner-item img { width: 92px; height: 68px; object-fit: cover; border-radius: 11px; }
.planner-item h3 { margin: 0; color: var(--navy); font-size: 1rem; }
.planner-item p { margin: .2rem 0 0; color: var(--muted); font-size: .82rem; }
.planner-summary { position: sticky; top: 100px; padding: 1.5rem; border-radius: 22px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.planner-total { margin: .5rem 0; font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.planner-summary ul { padding-left: 1.1rem; max-height: 330px; overflow: auto; }
.planner-summary .btn { width: 100%; margin-top: .65rem; }
.planner-map { margin: 1.25rem 0 .55rem; padding: .55rem; border-radius: 16px; color: var(--navy); background: #dff0ed; }
.planner-map svg { display: block; width: 100%; height: auto; }
.planner-map-island { fill: #b8d8cf; stroke: #6aa89c; stroke-width: 1.2; }
.planner-map-marker circle { fill: var(--orange); stroke: white; stroke-width: 1.5; filter: drop-shadow(0 1px 1px rgba(0,0,0,.22)); }
.planner-map-empty { margin: .35rem .3rem .1rem; color: #365f5b; font-size: .82rem; }

.gallery-grid { columns: 3 300px; column-gap: 1rem; }
.gallery-item { break-inside: avoid; margin-bottom: 1rem; overflow: hidden; border-radius: 18px; background: white; box-shadow: var(--shadow-small); }
.gallery-item img { width: 100%; }
.gallery-item figcaption { padding: .75rem 1rem; color: var(--muted); font-size: .82rem; }

.source-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: white; box-shadow: var(--shadow-small); }
.source-table th, .source-table td { padding: .8rem 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.source-table th { color: white; background: var(--navy); }
.source-table tr:last-child td { border-bottom: 0; }
.source-table a { color: var(--teal); }

.site-footer { padding: 4.5rem 0 1.5rem; color: #d9e9eb; background: var(--navy-2); }
.footer-grid { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 3rem; }
.footer-grid h2 { margin: 0 0 .75rem; color: white; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p { margin: 0; color: #b7cbd0; }
.footer-grid a { display: block; margin: .4rem 0; color: #d9e9eb; }
.footer-brand { color: white; font-family: Georgia, serif; font-size: 2rem; }
.footer-brand span { color: #ffc451; }
.footer-bottom { width: min(var(--max), calc(100% - 2rem)); margin: 3rem auto 0; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 1rem; color: #9fb6bc; font-size: .78rem; }
.to-top { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; width: 46px; height: 46px; border: 0; border-radius: 50%; color: white; background: var(--orange); box-shadow: var(--shadow-small); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1rem 1.25rem 1.4rem; flex-direction: column; align-items: stretch; background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.is-open { display: flex; }
  .hero-grid, .page-hero-grid, .route-layout, .poster-stage, .planner-grid, .detail-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 4rem 0 5rem; }
  .hero-poster { max-width: 700px; margin: 0 auto; }
  .route-aside, .quickfacts, .planner-summary { position: static; }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stats { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .section { padding: 4rem 0; }
  .nav-shell { padding-inline: 1rem; }
  .brand small { display: none; }
  .display { font-size: 3.15rem; }
  .hero-note { position: static; width: auto; margin: 1rem; transform: none; }
  .card-grid, .feature-panels, .stats, .footer-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .timeline-row { grid-template-columns: 3.6rem 1fr; gap: 1.5rem; }
  .poster-stage { grid-template-columns: 1fr; }
  .poster-frame { padding: .3rem; }
  .gallery-strip { grid-template-columns: 1fr; }
  .gallery-strip img { height: 220px; }
  .planner-item { grid-template-columns: auto 72px 1fr; }
  .planner-item img { width: 72px; height: 58px; }
  .footer-bottom { flex-direction: column; }
  .hotspot { width: 1.05rem; height: 1.05rem; border-width: 2px; }
  .source-table { display: block; overflow-x: auto; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  body { color: black; background: white; font-size: 10pt; }
  .site-header, .site-footer, .to-top, .button-row, .filters, .search-box, .planner-summary .btn, .hotspot, .hero-note { display: none !important; }
  .section, .page-hero { padding: 10mm 0; background: white !important; }
  .shell { width: 100%; }
  .hero-grid, .page-hero-grid, .route-layout, .detail-grid, .poster-stage, .planner-grid { display: block; min-height: 0; }
  .hero-poster, .poster-frame, .page-hero-image, .sight-card { box-shadow: none; border: 1px solid #ccc; }
  .hero-poster { max-width: 140mm; margin: 0 auto; transform: none; }
  .route-aside, .quickfacts, .planner-summary { position: static; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  a { text-decoration: none; }
  .sight-card, .number-item, .timeline-row, .planner-item { break-inside: avoid; }
  .page-break { break-before: page; }
}
