@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500;700&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');

:root {
  --deep: #052d4d;
  --indigo: #073c66;
  --blue: #007fa4;
  --aqua: #28c5ca;
  --foam: #ecfbf8;
  --paper: #fffaf0;
  --white: #fff;
  --ink: #102b36;
  --muted: #536d73;
  --coral: #ff7c70;
  --coral-dark: #dc4e4a;
  --amber: #c98218;
  --amber-light: #f5be54;
  --line: rgba(5, 45, 77, .15);
  --shadow: 0 18px 50px rgba(3, 35, 56, .14);
  --radius: 24px;
  --serif: "Kaisei Decol", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.9; }
body.nav-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.mobile-break { display: none; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-160%); background: var(--white); color: var(--deep); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: var(--white); background: linear-gradient(180deg, rgba(3, 31, 52, .92), rgba(3, 31, 52, .68)); border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; font-weight: 900; letter-spacing: .08em; line-height: 1.05; }
.brand small { font-size: 9px; letter-spacing: .19em; opacity: .72; }
.brand-mark { display: grid; width: 36px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--amber-light); }
.site-nav { display: flex; align-items: center; gap: 27px; font-weight: 700; font-size: 13px; letter-spacing: .08em; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: #7de1df; }
.book-button { appearance: none; padding: 10px 15px; border: 1px solid rgba(255,255,255,.6); color: var(--white); background: transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 800; }
.book-button:hover { background: var(--white); color: var(--deep); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: min(930px, 100svh); display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-art, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { object-fit: cover; object-position: 52% 42%; }
.hero-scrim { background: linear-gradient(90deg, rgba(2, 25, 46, .91) 0%, rgba(3, 39, 63, .65) 38%, rgba(3, 44, 65, .13) 70%), linear-gradient(0deg, rgba(3,28,44,.54), transparent 55%); }
.hero-copy { position: relative; z-index: 2; width: min(1200px, 92vw); padding-top: 80px; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--coral); font-size: 12px; line-height: 1.5; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #8ce9e4; }
.hero h1 { max-width: 810px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 7.4vw, 108px); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; text-shadow: 0 7px 30px rgba(0,0,0,.32); }
.hero h1 span { color: #ffd27c; }
.hero-lead { margin: 22px 0 8px; font-size: clamp(22px, 2.5vw, 36px); font-weight: 800; letter-spacing: .06em; text-shadow: 0 4px 18px rgba(0,0,0,.42); }
.hero-note { max-width: 600px; margin: 0; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.9; font-weight: 500; text-shadow: 0 3px 15px rgba(0,0,0,.64); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 900; letter-spacing: .05em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(3, 25, 42, .22); }
.button-primary { background: var(--coral); color: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.72); color: var(--white); background: rgba(4, 42, 67, .25); backdrop-filter: blur(5px); }
.button-dark { margin-top: 22px; background: var(--deep); color: var(--white); }
.trip-ticket { position: absolute; z-index: 2; right: 4vw; bottom: 30px; display: flex; gap: 24px; padding: 17px 22px; background: rgba(3, 35, 55, .64); border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(10px); border-radius: 14px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.trip-ticket span { display: flex; gap: 7px; align-items: center; }
.trip-ticket b { color: var(--amber-light); font-size: 17px; }

.section { padding: 110px max(5vw, calc((100vw - 1260px) / 2)); }
.section-narrow { width: min(1180px, 90vw); margin-inline: auto; }
.quick-facts { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -35px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.quick-facts article { display: flex; gap: 15px; align-items: center; padding: 25px 28px; }
.quick-facts article + article { border-left: 1px solid var(--line); }
.quick-facts p { margin: 0; font-size: 15px; line-height: 1.65; }
.quick-facts small { display: block; color: var(--muted); font-weight: 700; }
.quick-facts strong { display: block; color: var(--deep); font-size: 19px; }
.fact-icon { display: grid; flex: 0 0 42px; width: 42px; aspect-ratio: 1; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; }
.editor-note { display: grid; grid-template-columns: 110px 1fr; gap: 30px; margin-top: 70px; padding: 38px 45px; background: #e5f8f4; border: 1px solid #a7ded8; border-radius: var(--radius); }
.note-stamp { display: grid; width: 100px; height: 100px; place-items: center; align-content: center; color: var(--coral-dark); border: 2px solid currentColor; border-radius: 50%; font-size: 14px; line-height: 1.3; font-weight: 900; letter-spacing: .12em; text-align: center; transform: rotate(-7deg); }
.editor-note h2 { margin: 0; font-family: var(--serif); color: var(--deep); font-size: clamp(26px, 3vw, 40px); line-height: 1.35; }
.editor-note ul { margin: 18px 0; padding-left: 1.4em; }
.editor-note li { margin: 7px 0; }
.verified { margin: 16px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: 60px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .stay h2, .food h2, .bars h2, .sources h2 { margin: 0; font-family: var(--serif); color: var(--deep); font-size: clamp(40px, 5vw, 67px); line-height: 1.2; letter-spacing: -.03em; }
.section-heading > p { max-width: 510px; margin: 0 0 8px; color: var(--muted); font-weight: 500; }

.journey { background: linear-gradient(180deg, var(--paper), #f2f8f3); }
.day-rail { display: grid; gap: 14px; }
.day-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 9px 30px rgba(5,45,77,.06); }
.day-card.is-open { border-color: rgba(0,127,164,.4); box-shadow: 0 18px 44px rgba(5,45,77,.12); }
.day-toggle { width: 100%; display: grid; grid-template-columns: 112px minmax(0, 1fr) 180px 44px; gap: 20px; align-items: center; padding: 25px 28px; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; }
.day-toggle:hover { background: #f2fbf9; }
.day-label { color: var(--coral-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.day-label b { display: block; color: var(--deep); font-family: var(--serif); font-size: 26px; line-height: 1.1; letter-spacing: 0; }
.day-heading strong { display: block; color: var(--deep); font-size: clamp(19px, 2vw, 27px); line-height: 1.45; }
.day-heading small { color: var(--muted); font-size: 12px; font-weight: 600; }
.day-theme { justify-self: end; padding: 6px 13px; color: var(--blue); background: #e5f8f4; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.toggle-icon { position: relative; width: 38px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }
.toggle-icon::before, .toggle-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 2px; transform: translate(-50%, -50%); background: var(--deep); transition: transform .2s; }
.toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.day-card.is-open .toggle-icon::after { transform: translate(-50%, -50%) rotate(0); }
.day-content { border-top: 1px solid var(--line); }
.day-content[hidden] { display: none; }
.timeline { margin: 0; padding: 18px 30px 30px 140px; list-style: none; }
.timeline-item { position: relative; display: grid; grid-template-columns: 92px 35px minmax(0, 1fr) auto; gap: 15px; align-items: start; min-height: 78px; padding: 16px 0; }
.timeline-item::before { content: ""; position: absolute; left: 110px; top: 0; bottom: 0; width: 1px; background: #b8d9d7; }
.timeline-item:first-child::before { top: 32px; }
.timeline-item:last-child::before { bottom: calc(100% - 32px); }
.event-time { color: var(--deep); font-size: 17px; font-weight: 900; }
.pin-number { position: relative; z-index: 2; display: grid; width: 30px; aspect-ratio: 1; place-items: center; margin-top: 1px; color: var(--white); background: var(--coral-dark); border: 4px solid var(--white); box-shadow: 0 0 0 1px var(--coral-dark); border-radius: 50%; font-size: 11px; font-weight: 900; }
.pin-number.no-pin { background: var(--white); box-shadow: 0 0 0 1px #82bbb9; }
.event-copy h3 { margin: 0 0 4px; color: var(--deep); font-size: 18px; line-height: 1.5; }
.event-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.event-note { display: inline-block; margin-top: 7px; padding: 4px 9px; color: var(--coral-dark); background: #fff0eb; border-radius: 6px; font-size: 12px; line-height: 1.5; font-weight: 800; }
.event-link { display: inline-flex; align-items: center; margin-top: 10px; padding: 7px 12px; color: var(--white); background: var(--blue); border-radius: 999px; text-decoration: none; font-size: 12px; line-height: 1.4; font-weight: 900; }
.event-link:hover { background: var(--deep); }
.event-map { align-self: center; white-space: nowrap; color: var(--blue); font-size: 13px; font-weight: 800; }
.day-advice { margin: 0 30px 30px 140px; padding: 17px 20px; color: var(--deep); background: #eaf8f5; border-left: 4px solid var(--aqua); font-size: 15px; }
.inline-map-button { margin-left: 8px; padding: 5px 10px; border: 1px solid var(--blue); color: var(--blue); background: var(--white); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 900; }

.map-section { color: var(--white); background: var(--deep); }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p { color: #bad1dc; }
.map-switcher { display: flex; gap: 8px; margin-bottom: 22px; overflow-x: auto; padding: 4px; scrollbar-width: thin; }
.map-switcher button { flex: 0 0 auto; min-width: 110px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.25); color: #cfe0e7; background: transparent; border-radius: 999px; cursor: pointer; font-weight: 800; }
.map-switcher button[aria-selected="true"] { color: var(--deep); background: var(--amber-light); border-color: var(--amber-light); }
.map-shell { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); min-height: 580px; overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 65px rgba(0,0,0,.22); }
#trip-map { min-height: 580px; background: #d8ece9; }
.map-offline-message { min-height: inherit; display: grid; place-items: center; padding: 30px; color: var(--deep); font-weight: 800; text-align: center; }
.map-sidebar { padding: 30px; color: var(--ink); overflow: auto; }
.map-day-label { margin: 0 0 5px; color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.map-sidebar h3 { margin: 0 0 20px; color: var(--deep); font-family: var(--serif); font-size: 28px; line-height: 1.4; }
.map-place-list { margin: 0; padding: 0; list-style: none; }
.map-place-list li { display: grid; grid-template-columns: 33px 1fr; gap: 11px; padding: 13px 0; border-top: 1px solid var(--line); }
.map-list-number { display: grid; width: 29px; aspect-ratio: 1; place-items: center; color: var(--white); background: var(--coral-dark); border-radius: 50%; font-size: 11px; font-weight: 900; }
.map-place-list strong { display: block; color: var(--deep); font-size: 14px; }
.map-place-list small { display: block; color: var(--muted); font-size: 13px; line-height: 1.5; }
.map-place-list a { color: var(--blue); font-size: 13px; font-weight: 800; }
.map-fallback { margin-top: 15px; padding: 14px 18px; color: #633408; background: #ffe4a2; border-radius: 10px; }
.numbered-marker { display: grid; width: 31px; height: 31px; place-items: center; color: var(--white); background: var(--coral-dark); border: 3px solid var(--white); box-shadow: 0 3px 10px rgba(2,24,39,.34); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); font-family: var(--sans); font-size: 11px; font-weight: 900; }
.numbered-marker span { transform: rotate(45deg); }
.leaflet-popup-content-wrapper { border-radius: 12px; font-family: var(--sans); }
.leaflet-popup-content strong { color: var(--deep); }
.leaflet-popup-content a { color: var(--blue); font-weight: 800; }

.stay { background: #f1f8f4; }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stay-card { position: relative; min-height: 390px; overflow: hidden; padding: 34px; color: var(--white); background: var(--indigo); border-radius: var(--radius); isolation: isolate; }
.stay-card::after { content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; right: -80px; bottom: -100px; border: 50px solid rgba(255,255,255,.09); border-radius: 50%; }
.stay-sea { background: linear-gradient(145deg, #0088a9, #064a6c); }
.stay-port { background: linear-gradient(145deg, #125676, #072f52); }
.stay-shuri { background: linear-gradient(145deg, #7a4a24, #3b2630); }
.stay-number { color: #a8f3e8; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.stay-card h3 { margin: 38px 0 10px; font-family: var(--serif); font-size: 28px; line-height: 1.35; }
.stay-card h3 small { font-family: var(--sans); font-size: 13px; }
.stay-card p { font-size: 15px; }
.text-link { display: inline-block; margin-top: 10px; color: #ffe6a9; font-size: 14px; font-weight: 800; }
.hotel-movies { margin-top: 34px; padding: clamp(26px, 4vw, 48px); background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 22px 55px rgba(5,45,77,.09); }
.hotel-movies-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 18px 55px; align-items: end; }
.hotel-movies-head h3 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: clamp(32px, 4.3vw, 55px); line-height: 1.25; letter-spacing: -.03em; }
.hotel-movies-head > p { margin: 0 0 6px; color: var(--muted); }
.hotel-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.hotel-video-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.hotel-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #071f32; }
.hotel-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.hotel-video-copy { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.hotel-video-kicker { margin: 0 0 11px; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.hotel-video-copy h4 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: 23px; line-height: 1.4; }
.hotel-video-copy > p:not(.hotel-video-kicker, .hotel-video-by) { margin: 12px 0; color: var(--muted); font-size: 13px; }
.hotel-video-by { margin: auto 0 13px; padding-top: 7px; color: var(--deep); font-size: 11px; line-height: 1.6; }
.hotel-video-by strong { display: block; color: var(--aqua-deep); font-size: 13px; }
.hotel-video-copy a { color: var(--deep); font-size: 12px; font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hotel-video-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.hotel-edit { margin-top: 62px; }
.hotel-edit-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 12px 55px; align-items: end; margin-bottom: 28px; }
.hotel-edit-intro .kicker { grid-column: 1 / -1; }
.hotel-edit-intro h3 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: clamp(34px, 4.6vw, 59px); line-height: 1.25; letter-spacing: -.03em; }
.hotel-edit-intro > p:last-child { margin: 0 0 7px; color: var(--muted); }
.hotel-showcase { position: relative; overflow: hidden; margin-top: 18px; padding: clamp(27px, 4.2vw, 58px); color: #ecf8f5; border-radius: 28px; box-shadow: 0 24px 55px rgba(5,45,77,.16); isolation: isolate; }
.hotel-showcase::before, .hotel-showcase::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.hotel-showcase::before { width: 430px; height: 430px; top: -220px; right: -110px; border: 65px solid rgba(255,255,255,.07); }
.hotel-showcase::after { width: 240px; height: 240px; bottom: -150px; left: 32%; background: rgba(255,255,255,.055); }
.hotel-harborview { background: radial-gradient(circle at 88% 0%, rgba(216,165,86,.32), transparent 30%), linear-gradient(145deg, #233e65, #172b50 55%, #33293f); }
.hotel-orox { background: radial-gradient(circle at 88% 0%, rgba(255,187,152,.28), transparent 30%), linear-gradient(145deg, #7b3f46, #4b3045 55%, #2f2940); }
.hotel-showcase-top { display: flex; justify-content: space-between; gap: 30px; color: #a8f3e8; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.hotel-showcase-top b { color: rgba(255,255,255,.45); font-size: clamp(13px, 1.8vw, 22px); line-height: 1.25; text-align: right; letter-spacing: .08em; }
.hotel-showcase-copy { display: grid; grid-template-columns: minmax(0, .85fr) minmax(300px, 1fr); gap: 18px 55px; align-items: end; margin: 50px 0 34px; }
.hotel-label { grid-column: 1 / -1; margin: 0; color: #ffd995; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.hotel-showcase-copy h4 { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(31px, 4.4vw, 55px); line-height: 1.3; letter-spacing: -.025em; }
.hotel-showcase-copy > p:last-child { margin: 0 0 5px; color: #d2e7e8; font-size: 15px; line-height: 1.95; }
.hotel-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.hotel-stats > div { padding: 24px 20px; }
.hotel-stats > div + div { border-left: 1px solid rgba(255,255,255,.2); }
.hotel-stats dt { margin-bottom: 8px; color: #8fdedb; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.hotel-stats dd { margin: 0; color: #dcebea; font-size: 13px; line-height: 1.65; }
.hotel-stats strong { color: #fff4d8; font-family: var(--serif); font-size: clamp(20px, 2.4vw, 29px); font-weight: 800; }
.hotel-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0; padding: 0; list-style: none; counter-reset: hotel-point; }
.hotel-points li { position: relative; padding: 50px 20px 20px; color: #cfe1e2; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; font-size: 13px; line-height: 1.8; counter-increment: hotel-point; }
.hotel-points li::before { content: "0" counter(hotel-point); position: absolute; top: 15px; left: 20px; color: #ffd995; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.hotel-verdict { display: grid; grid-template-columns: 170px 1fr; gap: 20px; align-items: center; padding: 18px 22px; color: #fff; background: rgba(2,18,35,.35); border-radius: 14px; }
.hotel-verdict span { color: #8fdedb; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.hotel-verdict strong { font-family: var(--serif); font-size: clamp(18px, 2.4vw, 27px); }
.hotel-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hotel-links a { padding: 9px 13px; color: #fff2d0; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; font-size: 12px; font-weight: 800; }
.hotel-fineprint { margin: 18px 5px 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.lounge-feature { overflow: hidden; margin: 24px 0; padding: clamp(28px, 4.8vw, 64px); color: #eaf4f5; background: radial-gradient(circle at 88% 3%, rgba(232,187,109,.22), transparent 24%), linear-gradient(155deg, #0a3858 0%, #102c49 52%, #251f35 100%); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; box-shadow: 0 26px 60px rgba(5,45,77,.2); }
.lounge-feature .kicker { color: #efc77d; }
.lounge-feature-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); gap: 20px 55px; align-items: end; }
.lounge-feature-head h3 { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(35px, 4.8vw, 60px); line-height: 1.25; letter-spacing: -.035em; }
.lounge-feature-head > p { margin: 0 0 7px; color: #cbdfe1; font-size: 15px; line-height: 1.95; }
.lounge-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 42px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.lounge-facts > div { padding: 22px 18px; }
.lounge-facts > div + div { border-left: 1px solid rgba(255,255,255,.18); }
.lounge-facts dt { margin-bottom: 8px; color: #8fdedb; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.lounge-facts dd { margin: 0; color: #cfe1e4; font-size: 12px; line-height: 1.6; }
.lounge-facts strong { color: #fff1cf; font-family: var(--serif); font-size: clamp(19px, 2vw, 27px); }
.lounge-time-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.lounge-time-card { min-width: 0; padding: 24px 20px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.lounge-time-card.is-plan { background: linear-gradient(160deg, rgba(237,198,119,.18), rgba(255,255,255,.07)); border-color: rgba(237,198,119,.4); }
.lounge-time-card > p:first-child { margin: 0; color: #9cdedb; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.lounge-time-card > p:first-child span { color: #efc77d; }
.lounge-time-card h4 { margin: 8px 0 13px; color: #fff; font-family: var(--serif); font-size: 25px; }
.lounge-time-card > strong { display: block; min-height: 3.2em; color: #fff0cd; font-size: 14px; line-height: 1.6; }
.lounge-time-card > p:last-child { margin: 13px 0 0; color: #c5dadd; font-size: 12px; line-height: 1.8; }
.lounge-our-plan { display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr); gap: 34px 54px; align-items: center; margin-top: 28px; padding: clamp(25px, 4vw, 43px); color: var(--deep); background: #f5efe1; border-radius: 21px; }
.lounge-plan-copy h4 { margin: 10px 0 16px; color: var(--deep); font-family: var(--serif); font-size: clamp(27px, 2.8vw, 39px); line-height: 1.35; }
.lounge-plan-copy > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.lounge-plan-steps { margin: 0; padding: 0; list-style: none; }
.lounge-plan-steps li { display: grid; grid-template-columns: 115px 1fr; gap: 2px 15px; padding: 14px 0; border-bottom: 1px solid rgba(5,45,77,.14); }
.lounge-plan-steps li:first-child { border-top: 1px solid rgba(5,45,77,.14); }
.lounge-plan-steps time { grid-row: 1 / 3; color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.lounge-plan-steps strong { color: var(--deep); font-size: 14px; }
.lounge-plan-steps span { color: var(--muted); font-size: 12px; }
.lounge-video-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr); gap: 20px 55px; align-items: end; margin-top: 54px; }
.lounge-video-head h4 { margin: 8px 0 0; color: #fff; font-family: var(--serif); font-size: clamp(31px, 4vw, 49px); line-height: 1.35; }
.lounge-video-head > p { margin: 0 0 7px; color: #cbdfe1; font-size: 14px; }
.lounge-video-head a { color: #ffe4a8; font-weight: 800; }
.lounge-video-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.lounge-video-card { grid-column: span 2; min-width: 0; overflow: hidden; background: #f8f5ee; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.lounge-video-card:nth-last-child(-n+2) { grid-column: span 3; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr); }
.lounge-video-card.is-archive { background: #e8e4dc; }
.lounge-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #061c2e; }
.lounge-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.lounge-video-badge { position: absolute; top: 11px; left: 11px; padding: 6px 9px; color: #082d49; background: #ffe09f; border-radius: 999px; box-shadow: 0 5px 18px rgba(0,0,0,.17); font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.is-archive .lounge-video-badge { color: #fff; background: rgba(66,55,68,.88); }
.lounge-video-copy { padding: 19px; }
.lounge-video-copy h5 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.lounge-video-copy p { margin: 10px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.lounge-video-copy a { color: var(--deep); font-size: 11px; font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.lounge-source-note { display: grid; grid-template-columns: 180px 1fr; gap: 10px 25px; align-items: start; margin-top: 21px; padding: 22px 24px; background: rgba(2,18,35,.34); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; }
.lounge-source-note strong { color: #ffe1a2; font-size: 13px; }
.lounge-source-note p { margin: 0; color: #c4d8dc; font-size: 11px; line-height: 1.8; }
.lounge-source-note > div { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.lounge-source-note a { padding: 7px 10px; color: #fff3d6; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 10px; font-weight: 800; }

.nearby-food { background: linear-gradient(180deg, #fff9ed 0%, #eff9f6 100%); }
.nearby-plan { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 28px; }
.nearby-plan article { padding: 23px; border: 1px solid rgba(5,45,77,.12); background: rgba(255,255,255,.78); border-radius: 18px; }
.nearby-plan span { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.nearby-plan h3 { margin: 8px 0 7px; color: var(--deep); font-size: 18px; line-height: 1.5; }
.nearby-plan p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.nearby-plan b { color: var(--coral-dark); }
.nearby-map-wrap { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .5fr); min-height: 530px; overflow: hidden; margin-bottom: 28px; background: var(--deep); border-radius: var(--radius); box-shadow: var(--shadow); }
#nearby-food-map { min-height: 530px; background: #d8ece9; }
.nearby-map-note { align-self: stretch; padding: 34px; color: #d7eaec; background: linear-gradient(160deg, #073c66, #052d4d); }
.nearby-map-note h3 { margin: 0 0 16px; color: var(--white); font-family: var(--serif); font-size: 27px; line-height: 1.5; }
.nearby-map-note p { font-size: 14px; }
.hotel-key, .food-key { display: inline-grid; width: 32px; aspect-ratio: 1; place-items: center; margin-right: 5px; color: var(--white); border-radius: 50%; font-size: 11px; font-weight: 900; }
.hotel-key { background: var(--blue); }
.food-key { margin-left: 12px; background: var(--coral-dark); }
.nearby-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.nearby-card { display: flex; min-width: 0; flex-direction: column; padding: 25px; background: rgba(255,255,255,.92); border: 1px solid rgba(5,45,77,.12); border-radius: 19px; box-shadow: 0 10px 30px rgba(5,45,77,.06); }
.nearby-card:target { outline: 4px solid rgba(255,124,112,.45); outline-offset: 4px; }
.nearby-featured { border-color: rgba(0,127,164,.35); background: linear-gradient(160deg, #ffffff, #edfaf7); }
.nearby-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.nearby-no { display: grid; width: 39px; aspect-ratio: 1; place-items: center; color: var(--white); background: var(--coral-dark); border-radius: 50%; font-size: 12px; font-weight: 900; }
.nearby-chip { padding: 5px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.chip-breakfast { color: #71500d; background: #ffdfa0; }
.chip-lunch { color: #095c5e; background: #c8f2e9; }
.chip-night { color: #fff; background: var(--indigo); }
.chip-takeout { color: #814025; background: #ffe0d4; }
.chip-pick { color: #fff; background: var(--coral-dark); }
.nearby-card h3 { margin: 18px 0 5px; color: var(--deep); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.nearby-specialty { margin: 0 0 12px !important; color: var(--blue) !important; font-size: 12px !important; font-weight: 900; letter-spacing: .06em; }
.nearby-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.nearby-card dl { margin: 18px 0 12px; border-block: 1px solid var(--line); }
.nearby-card dl div { display: grid; grid-template-columns: 94px 1fr; gap: 10px; padding: 8px 0; }
.nearby-card dl div + div { border-top: 1px dashed var(--line); }
.nearby-card dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.nearby-card dd { margin: 0; color: var(--deep); font-size: 13px; font-weight: 800; }
.nearby-caution { margin-bottom: 18px !important; padding: 9px 11px; color: #6e4211 !important; background: #fff2ce; border-radius: 8px; font-size: 12px !important; line-height: 1.65 !important; }
.nearby-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.nearby-links a { padding: 7px 10px; color: var(--blue); border: 1px solid rgba(0,127,164,.3); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 900; }
.nearby-links a:first-child { color: var(--white); background: var(--blue); }
.nearby-verified { margin: 25px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.nearby-marker, .nearby-hotel-marker { display: grid; place-items: center; color: var(--white); border: 3px solid var(--white); box-shadow: 0 3px 10px rgba(2,24,39,.34); font-family: var(--sans); font-size: 10px; font-weight: 900; }
.nearby-marker { width: 33px; height: 33px; background: var(--coral-dark); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); }
.nearby-marker span { transform: rotate(45deg); }
.nearby-hotel-marker { width: 38px; height: 38px; background: var(--blue); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); font-size: 14px; }
.nearby-hotel-marker span { transform: rotate(45deg); }

.aw-feature { position: relative; overflow: hidden; color: #fff8e8; background: radial-gradient(circle at 82% 8%, rgba(255,199,61,.22), transparent 25%), radial-gradient(circle at 8% 56%, rgba(238,101,26,.28), transparent 31%), linear-gradient(145deg, #54240f 0%, #8d300e 48%, #39180f 100%); }
.aw-feature::before { content: "A&W"; position: absolute; top: -85px; right: -35px; color: rgba(255,255,255,.045); font-size: clamp(180px, 28vw, 430px); line-height: 1; font-weight: 900; letter-spacing: -.1em; pointer-events: none; }
.aw-feature > * { position: relative; z-index: 1; }
.aw-feature .kicker { color: #ffd15b; }
.aw-feature-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 35px 80px; align-items: end; }
.aw-feature-head h2 { margin: 0; color: var(--white); font-family: var(--serif); line-height: 1.2; letter-spacing: -.04em; }
.aw-feature-head > p { margin: 0; color: #f2d9bd; font-size: 16px; line-height: 2; }
.aw-arrival-route { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 48px 0 18px; padding: 0; list-style: none; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; }
.aw-arrival-route li { position: relative; min-width: 0; padding: 23px 22px; background: rgba(57,24,15,.82); }
.aw-arrival-route li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -10px; display: grid; width: 21px; height: 21px; place-items: center; transform: translateY(-50%); color: #54240f; background: #ffd15b; border-radius: 50%; font-size: 11px; font-weight: 900; }
.aw-arrival-route time { display: block; color: #ffd15b; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.aw-arrival-route strong { display: block; margin: 5px 0 2px; color: var(--white); font-size: 16px; }
.aw-arrival-route span { display: block; color: #d9baa0; font-size: 12px; line-height: 1.6; }
.aw-story-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 13px; margin-top: 13px; }
.aw-story-card { grid-column: span 4; min-width: 0; padding: 28px; background: rgba(255,248,232,.95); color: #422013; border: 1px solid rgba(255,255,255,.28); border-radius: 19px; box-shadow: 0 16px 38px rgba(38,11,3,.18); }
.aw-story-card:first-child { grid-column: span 7; background: linear-gradient(145deg, #ffcf55, #ff9b28); }
.aw-story-card:nth-child(2) { grid-column: span 5; color: #fff4dc; background: rgba(49,20,13,.8); }
.aw-story-card:nth-child(3), .aw-story-card:nth-child(4) { grid-column: span 4; }
.aw-story-card:last-child { grid-column: span 4; color: #fff8e8; background: rgba(106,32,10,.82); }
.aw-story-card > span { color: #a13b11; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.aw-story-card:nth-child(2) > span, .aw-story-card:last-child > span { color: #ffcf55; }
.aw-story-card h3 { margin: 8px 0 11px; color: inherit; font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.aw-story-card p { margin: 0; color: inherit; font-size: 14px; line-height: 1.9; opacity: .9; }
.aw-story-callout { display: inline-block; margin-top: 18px; padding: 8px 12px; color: #fff8e8; background: #6c2a12; border-radius: 999px; font-size: 12px; }
.aw-story-price { display: block; margin-top: 15px; color: #be470f; font-size: 20px; }
.aw-story-card a { display: inline-block; margin-top: 16px; color: #ffdc7c; font-size: 12px; font-weight: 900; }
.aw-order-plan { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: 45px; margin-top: 50px; padding: clamp(28px, 4vw, 48px); color: #422013; background: #fff7e5; border-radius: 22px; box-shadow: 0 18px 45px rgba(35,10,2,.2); }
.aw-order-copy h3 { margin: 0; color: #6c2a12; font-family: var(--serif); font-size: clamp(31px, 3.5vw, 47px); line-height: 1.35; }
.aw-order-copy > p:last-child { margin: 18px 0 0; color: #725344; font-size: 14px; line-height: 1.95; }
.aw-order-list { margin: 0; border-block: 1px solid rgba(84,36,15,.22); }
.aw-order-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center; padding: 14px 0; }
.aw-order-list > div + div { border-top: 1px dashed rgba(84,36,15,.2); }
.aw-order-list dt { color: #b34112; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.aw-order-list dd { display: flex; justify-content: space-between; gap: 18px; margin: 0; }
.aw-order-list dd strong { color: #54240f; font-size: 15px; }
.aw-order-list dd span { color: #b34112; font-weight: 900; white-space: nowrap; }
.aw-video-feature { display: grid; grid-template-columns: minmax(310px, .68fr) minmax(0, 1.32fr); overflow: hidden; margin-top: 22px; background: #2c1510; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; box-shadow: 0 18px 45px rgba(35,10,2,.25); }
.aw-video-copy { padding: clamp(28px, 4vw, 48px); }
.aw-video-copy h3 { margin: 0; color: #fff2d5; font-family: var(--serif); font-size: clamp(30px, 3.6vw, 48px); line-height: 1.35; }
.aw-video-copy > p:not(.kicker):not(.aw-video-meta) { margin: 18px 0 0; color: #dfc1a6; font-size: 14px; line-height: 1.9; }
.aw-video-meta { margin: 18px 0 10px; color: #ffcd5c; font-size: 11px; font-weight: 800; }
.aw-video-copy a { color: #fff2d5; font-size: 12px; font-weight: 900; }
.aw-video-frame { min-height: 390px; background: #130b08; }
.aw-video-frame iframe { display: block; width: 100%; height: 100%; min-height: 390px; border: 0; }
.aw-source-strip { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-top: 18px; padding: 17px 20px; background: rgba(43,18,12,.55); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
.aw-source-strip p { margin: 0; color: #d6b89e; font-size: 11px; }
.aw-source-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.aw-source-strip a { padding: 6px 9px; color: #fff0cd; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 10px; font-weight: 800; text-decoration: none; }

.dive { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); gap: clamp(45px, 7vw, 100px); align-items: center; background: var(--white); }
.character-panel { position: relative; min-height: 760px; overflow: hidden; border-radius: 180px 180px 26px 26px; background: #d7f5f2; }
.character-panel img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; object-position: center; }
.character-caption { position: absolute; inset: auto 18px 18px; padding: 23px 26px; color: var(--white); background: rgba(3, 43, 67, .79); border: 1px solid rgba(255,255,255,.35); border-radius: 16px; backdrop-filter: blur(10px); }
.character-caption span { display: block; color: #7be3df; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.character-caption strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: 25px; line-height: 1.4; }
.dive-copy h2, .safety h2, .awamori h2, .distillery h2, .story h2, .souvenirs h2 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: clamp(40px, 5vw, 68px); line-height: 1.25; letter-spacing: -.035em; }
.lead { color: var(--muted); font-size: 17px; line-height: 2; }
.dive-steps { margin-top: 25px; border-block: 1px solid var(--line); }
.dive-steps article { display: grid; grid-template-columns: 35px 100px 1fr; gap: 13px; padding: 16px 0; align-items: baseline; }
.dive-steps article + article { border-top: 1px solid var(--line); }
.dive-steps b { color: var(--coral-dark); font-size: 12px; }
.dive-steps h3, .dive-steps p { margin: 0; }
.dive-steps h3 { color: var(--deep); font-size: 15px; }
.dive-steps p { color: var(--muted); font-size: 14px; }

.safety { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; color: var(--white); background: #073c52; }
.safety h2 { color: var(--white); }
.safety-title-wrap { position: sticky; top: 110px; align-self: start; }
.safety-title-wrap > p:last-child { color: #b9d6dc; }
.safety-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.safety-card { padding: 27px; color: var(--ink); background: #eaf7f4; border-radius: 18px; }
.safety-card span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.safety-card h3 { margin: 11px 0 9px; color: var(--deep); font-size: 19px; line-height: 1.5; }
.safety-card p { margin: 0; font-size: 14px; line-height: 1.85; }
.safety-important { background: #ffe0d6; }
.safety-important span { color: var(--coral-dark); }
.source-row { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.source-row a { padding: 8px 12px; color: #bfe5e4; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; font-weight: 700; text-decoration: none; }

.food { background: var(--paper); }
.food-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.food-card { display: grid; grid-template-columns: minmax(170px, .85fr) minmax(0, 1.15fr); overflow: hidden; min-height: 315px; background: var(--white); border: 1px solid rgba(5,45,77,.1); border-radius: 20px; box-shadow: 0 9px 30px rgba(5,45,77,.06); }
.food-card img { width: 100%; height: 100%; object-fit: cover; }
.food-card-poster { display: grid; min-height: 100%; align-content: center; justify-items: center; gap: 8px; margin: 0; padding: 24px; text-align: center; }
.aw-food-poster { color: #fff8e8; background: radial-gradient(circle at 50% 38%, #f3b637 0 22%, transparent 23%), linear-gradient(145deg, #d75314, #622313); }
.aw-food-poster::before { content: ""; width: 78px; height: 78px; border: 7px double #fff5ce; border-radius: 50%; box-shadow: 0 0 0 9px rgba(255,255,255,.1); }
.aw-food-poster span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.aw-food-poster strong { font-size: clamp(38px, 5vw, 65px); line-height: 1; letter-spacing: -.08em; }
.aw-food-poster b { color: #ffd661; font-size: 12px; line-height: 1.45; letter-spacing: .08em; }
.food-card > div { padding: 25px 25px 21px; }
.food-no { margin: 0; color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.food-card h3 { margin: 8px 0 9px; color: var(--deep); font-family: var(--serif); font-size: 26px; line-height: 1.35; }
.food-card > div > p:not(.food-no) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.food-card dl { display: grid; grid-template-columns: 50px 1fr; margin: 14px 0 7px; font-size: 13px; line-height: 1.65; }
.food-card dt { color: var(--blue); font-weight: 900; }
.food-card dd { margin: 0; color: var(--ink); font-weight: 700; }
.food-card a { color: var(--blue); font-size: 13px; font-weight: 900; }
.food-reservation { display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; margin-top: 25px; padding: 20px 24px; color: var(--white); background: var(--deep); border-radius: 14px; font-size: 14px; }
.food-reservation strong { color: var(--amber-light); }

.awamori { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); grid-template-areas: "visual intro" "visual notes"; gap: 35px 75px; align-items: center; color: #f8ead6; background: radial-gradient(circle at 25% 40%, #6b421e, transparent 33%), linear-gradient(145deg, #221a1a, #543016 70%, #2d1c19); }
.awamori-visual { grid-area: visual; position: relative; align-self: stretch; min-height: 820px; overflow: hidden; border-radius: 210px 210px 26px 26px; }
.awamori-visual img { width: 100%; height: 100%; object-fit: cover; }
.awamori-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(39,19,11,.45), transparent 60%); }
.amber-orbit { position: absolute; z-index: 2; inset: 35px; border: 1px solid rgba(255,211,123,.42); border-radius: 50% 50% 45% 55%; pointer-events: none; }
.awamori-intro { grid-area: intro; }
.awamori h2 { color: #fff3d4; }
.awamori-intro > p:last-child { color: #e0cdb9; font-size: 16px; }
.awamori-notes { grid-area: notes; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.awamori-notes article { padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,236,203,.13); border-radius: 15px; }
.awamori-notes span { color: var(--amber-light); font-size: 10px; font-weight: 900; }
.awamori-notes h3 { margin: 4px 0 8px; color: #fff0ca; font-size: 17px; }
.awamori-notes p { margin: 0; color: #d8c4b0; font-size: 14px; line-height: 1.85; }

.distillery { color: var(--ink); background: #f1e3c9; }
.distillery-heading { max-width: 860px; margin-bottom: 45px; }
.distillery-heading > p:last-child { color: #695743; }
.budget-route { margin: 0 0 48px; padding: clamp(24px, 4vw, 42px); color: #f7ead6; background: linear-gradient(145deg, #153c4a, #052d4d); border-radius: 24px; box-shadow: 0 20px 45px rgba(52,35,20,.16); }
.budget-route-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 10px 45px; align-items: end; }
.budget-route-head .kicker { grid-column: 1 / -1; color: var(--amber-light); }
.budget-route-head h3 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(28px, 4vw, 45px); line-height: 1.4; }
.budget-route-head > p:last-child { margin: 0; color: #c9dfe2; font-size: 15px; }
.budget-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 30px 0 18px; padding: 0; list-style: none; }
.budget-route-grid li { padding: 20px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; }
.budget-route-grid span { color: #91e9e0; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.budget-route-grid strong { display: block; margin: 7px 0; color: #fff2d7; font-size: 16px; }
.budget-route-grid p { margin: 0; color: #c7dadd; font-size: 13px; line-height: 1.8; }
.budget-price { display: grid; grid-template-columns: 180px 230px 1fr; gap: 18px; align-items: center; padding: 18px 21px; color: #3e2a16; background: #ffd784; border-radius: 13px; }
.budget-price span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.budget-price strong { font-size: 22px; }
.budget-price p { margin: 0; font-size: 13px; line-height: 1.7; }
.budget-caution { margin: 15px 0 0; color: #c9dfe2; font-size: 12px; line-height: 1.8; }
.bottle-list { border-top: 1px solid rgba(84,48,22,.25); }
.bottle-list article { display: grid; grid-template-columns: 180px minmax(220px, .8fr) minmax(280px, 1fr) minmax(220px, .7fr); gap: 25px; align-items: center; padding: 26px 0; border-bottom: 1px solid rgba(84,48,22,.25); }
.bottle-type { color: #9b5d11; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.bottle-list h3 { margin: 0; color: #3a291c; font-family: var(--serif); font-size: 22px; line-height: 1.4; }
.bottle-list article > p:not(.bottle-type) { color: #685645; font-size: 14px; line-height: 1.75; }
.bottle-list article div { display: grid; gap: 5px; font-size: 13px; font-weight: 800; }
.bottle-list article div span:first-child { color: #7a4b16; }
.price-note { color: #735f49; font-size: 13px; }
.source-row-amber { margin-top: 25px; }
.source-row-amber a { color: #543016; border-color: rgba(84,48,22,.3); }

.bars { background: var(--white); }
.bar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bar-grid article { padding: 30px; background: #edf7f5; border-radius: 20px; }
.bar-grid span { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.bar-grid h3 { margin: 15px 0 9px; color: var(--deep); font-family: var(--serif); font-size: 27px; }
.bar-grid p { color: var(--muted); font-size: 14px; }
.bar-grid dl { display: grid; grid-template-columns: 64px 1fr; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; }
.bar-grid dt { color: var(--blue); font-weight: 900; }
.bar-grid dd { margin: 0; }
.bar-grid a { color: var(--blue); font-size: 13px; font-weight: 900; }
.bar-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; }

.souvenirs { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; color: var(--white); background: linear-gradient(145deg, #007e9c, #073c66); }
.souvenirs h2 { color: var(--white); }
.souvenir-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.souvenir-grid article { padding: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; }
.souvenir-grid span { color: #89f0e5; font-size: 11px; font-weight: 900; }
.souvenir-grid h3 { margin: 8px 0; font-size: 18px; }
.souvenir-grid p { margin: 0; color: #d3e8ec; font-size: 14px; }

.story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; background: #ffe9e2; }
.story-copy { max-width: 760px; }
.story-copy > p:not(.kicker) { color: #665657; }
.story blockquote { margin: 0; padding: 55px 35px; color: var(--deep); border: 2px solid var(--coral); border-radius: 50% 50% 45% 55%; font-family: var(--serif); font-size: clamp(25px, 3vw, 40px); line-height: 1.55; text-align: center; transform: rotate(3deg); }
.story blockquote span { display: block; margin-bottom: 12px; color: var(--coral-dark); font-family: var(--sans); font-size: 10px; font-weight: 900; letter-spacing: .15em; }

.sources { background: #eef6f2; }
.source-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.source-grid a { min-height: 110px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; color: var(--deep); font-size: 13px; font-weight: 800; text-decoration: none; }
.source-grid a:hover { border-color: var(--blue); transform: translateY(-2px); }
.source-grid span { display: block; margin-bottom: 12px; color: var(--coral-dark); font-size: 9px; letter-spacing: .14em; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: end; padding: 65px 5vw; color: #c6dce1; background: #031f34; }
footer p { margin: 0; font-size: 11px; }
footer div > p { color: var(--amber-light); font-weight: 900; letter-spacing: .15em; }
footer h2 { margin: 6px 0 0; color: var(--white); font-family: var(--serif); font-size: clamp(23px, 3vw, 38px); }
footer a { color: var(--white); font-size: 12px; font-weight: 900; }

.guide-dialog { width: min(900px, 94vw); max-height: 92svh; padding: 0; overflow: visible; color: var(--ink); background: transparent; border: 0; }
.guide-dialog::backdrop { background: rgba(2,23,39,.8); backdrop-filter: blur(8px); }
.guidebook { position: relative; min-height: min(660px, 84svh); display: flex; flex-direction: column; padding: 48px 55px 32px; overflow: hidden; background: #fff7e6; border-radius: 8px 24px 24px 8px; box-shadow: -12px 0 0 #d9c9aa, 0 30px 80px rgba(0,0,0,.4); }
.guidebook::before { content: ""; position: absolute; inset: 0 auto 0 28px; width: 1px; background: rgba(160,97,65,.2); box-shadow: 3px 0 0 rgba(160,97,65,.08); }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 15px; display: grid; width: 38px; aspect-ratio: 1; place-items: center; border: 0; color: var(--deep); background: #eadfc9; border-radius: 50%; cursor: pointer; font-size: 24px; }
.guide-folio { margin: 0; color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.guide-page { flex: 1; display: grid; align-content: center; padding: 25px 30px; animation: page-in .25s ease; }
.guide-page h2 { max-width: 720px; margin: 0 0 20px; color: var(--deep); font-family: var(--serif); font-size: clamp(35px, 6vw, 64px); line-height: 1.25; }
.guide-page p { max-width: 680px; color: #5f594d; font-size: 15px; }
.guide-page ul { columns: 2; column-gap: 45px; padding-left: 1.3em; color: #5f594d; }
.guide-page li { break-inside: avoid; margin-bottom: 10px; }
.guide-controls { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid #d9c9aa; }
.guide-controls button { border: 0; color: var(--deep); background: transparent; cursor: pointer; font-size: 12px; font-weight: 900; }
.guide-controls button:disabled { opacity: .3; cursor: default; }
.guide-controls span { color: var(--coral); }
@keyframes page-in { from { opacity: 0; transform: translateX(12px); } }

@media (max-width: 1000px) {
  .site-nav { position: fixed; inset: 74px 0 auto; display: none; padding: 28px 5vw; background: rgba(3,31,52,.97); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a, .site-nav .book-button { padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); border-radius: 0; text-align: left; }
  .nav-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.4); color: var(--white); background: transparent; border-radius: 50%; }
  .nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; background: currentColor; transition: transform .2s; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .map-shell { grid-template-columns: 1fr; }
  #trip-map { min-height: 480px; }
  .map-sidebar { max-height: 380px; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card { min-height: 300px; }
  .hotel-movies-head { grid-template-columns: 1fr; }
  .hotel-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hotel-video-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); }
  .hotel-edit-intro, .hotel-showcase-copy { grid-template-columns: 1fr; gap: 15px; }
  .hotel-edit-intro .kicker, .hotel-label { grid-column: auto; }
  .hotel-points { grid-template-columns: 1fr; }
  .lounge-feature-head, .lounge-video-head { grid-template-columns: 1fr; }
  .lounge-facts, .lounge-time-grid { grid-template-columns: repeat(2, 1fr); }
  .lounge-facts > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .lounge-facts > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .lounge-our-plan { grid-template-columns: 1fr; }
  .lounge-video-card { grid-column: span 3; }
  .lounge-video-card:nth-last-child(-n+2) { grid-column: span 3; display: block; }
  .nearby-plan { grid-template-columns: repeat(2, 1fr); }
  .nearby-map-wrap { grid-template-columns: 1fr; }
  #nearby-food-map { min-height: 470px; }
  .nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aw-feature-head { grid-template-columns: 1fr; gap: 20px; }
  .aw-order-plan { grid-template-columns: 1fr; }
  .aw-video-feature { grid-template-columns: 1fr; }
  .aw-video-frame { min-height: 420px; }
  .aw-video-frame iframe { min-height: 420px; }
  .aw-source-strip { align-items: flex-start; flex-direction: column; }
  .aw-source-strip div { justify-content: flex-start; }
  .dive { grid-template-columns: 1fr; }
  .character-panel, .character-panel img { min-height: 680px; }
  .safety { grid-template-columns: 1fr; }
  .safety-title-wrap { position: static; }
  .food-grid { grid-template-columns: 1fr; }
  .awamori { grid-template-columns: .8fr 1.2fr; grid-template-areas: "visual intro" "notes notes"; }
  .awamori-visual { min-height: 650px; }
  .bottle-list article { grid-template-columns: 130px 1fr 1fr; }
  .bottle-list article > div { grid-column: 2 / -1; }
  .budget-route-grid { grid-template-columns: repeat(2, 1fr); }
  .budget-price { grid-template-columns: 150px 1fr; }
  .budget-price p { grid-column: 1 / -1; }
  .bar-grid { grid-template-columns: repeat(2, 1fr); }
  .source-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .mobile-break { display: block; }
  body { font-size: 15px; line-height: 1.8; }
  .site-header { height: 66px; padding-inline: 18px; }
  .site-nav { top: 66px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 32px; }
  .hero { min-height: 850px; align-items: end; }
  .hero-art { object-position: 61% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(2,25,46,.96) 0%, rgba(2,30,48,.76) 42%, rgba(2,30,48,.14) 78%), linear-gradient(90deg, rgba(2,25,46,.35), transparent); }
  .hero-copy { width: auto; padding: 0 20px 96px; }
  .hero h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-note { max-width: 92%; font-size: 14px; line-height: 1.75; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }
  .trip-ticket { display: none; }
  .section { padding: 78px 20px; }
  .section-narrow { width: calc(100% - 32px); }
  .quick-facts { margin-top: -42px; }
  .quick-facts article { padding: 19px; }
  .editor-note { grid-template-columns: 1fr; gap: 15px; margin-top: 45px; padding: 28px 22px; }
  .note-stamp { width: 70px; height: 70px; font-size: 10px; }
  .editor-note h2 { font-size: 27px; }
  .editor-note ul { padding-left: 1.2em; font-size: 15px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 28px; }
  .section-heading h2, .dive-copy h2, .safety h2, .awamori h2, .distillery h2, .story h2, .souvenirs h2 { font-size: clamp(34px, 10vw, 49px); }
  .section-heading > p { font-size: 15px; }
  .day-toggle { grid-template-columns: 78px 1fr 32px; gap: 10px; padding: 20px 16px; }
  .day-theme { display: none; }
  .day-label b { font-size: 21px; }
  .day-heading strong { font-size: 17px; }
  .timeline { padding: 8px 17px 20px; }
  .timeline-item { grid-template-columns: 60px 30px minmax(0, 1fr); gap: 10px; padding: 15px 0; }
  .timeline-item::before { left: 75px; }
  .event-time { font-size: 14px; }
  .event-copy h3 { font-size: 15px; }
  .event-copy p { font-size: 14px; }
  .event-map { grid-column: 3; margin-top: -7px; }
  .day-advice { margin: 0 17px 20px; font-size: 14px; }
  .inline-map-button { display: block; margin: 10px 0 0; }
  .map-shell { min-height: 0; border-radius: 17px; }
  #trip-map { min-height: 400px; }
  .map-sidebar { padding: 22px; }
  .map-sidebar h3 { font-size: 23px; }
  .stay-card { min-height: 330px; padding: 27px; }
  .stay-card h3 { margin-top: 28px; font-size: 24px; }
  .hotel-movies { padding: 27px 18px; border-radius: 22px; }
  .hotel-movies-head h3 { font-size: clamp(33px, 10vw, 46px); }
  .hotel-video-grid { grid-template-columns: 1fr; }
  .hotel-video-card:last-child { grid-column: auto; display: flex; }
  .hotel-edit { margin-top: 46px; }
  .hotel-edit-intro h3 { font-size: clamp(33px, 10vw, 47px); }
  .hotel-showcase { padding: 28px 20px; border-radius: 21px; }
  .hotel-showcase-top b { display: none; }
  .hotel-showcase-copy { margin: 34px 0 26px; }
  .hotel-showcase-copy h4 { font-size: 32px; }
  .hotel-stats { grid-template-columns: 1fr; }
  .hotel-stats > div { display: grid; grid-template-columns: 90px 1fr; align-items: center; padding: 17px 8px; }
  .hotel-stats > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .hotel-stats dt { margin: 0; }
  .hotel-verdict { grid-template-columns: 1fr; gap: 5px; padding: 18px; }
  .hotel-links a { flex: 1 1 42%; text-align: center; }
  .lounge-feature { padding: 30px 18px; border-radius: 21px; }
  .lounge-feature-head h3 { font-size: clamp(32px, 9.5vw, 43px); }
  .lounge-facts { grid-template-columns: 1fr; margin-top: 30px; }
  .lounge-facts > div { display: grid; grid-template-columns: 105px 1fr; align-items: center; padding: 16px 7px; }
  .lounge-facts > div + div, .lounge-facts > div:nth-child(3), .lounge-facts > div:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .lounge-facts dt { margin: 0; }
  .lounge-time-grid { grid-template-columns: 1fr; }
  .lounge-time-card { padding: 21px 18px; }
  .lounge-time-card > strong { min-height: 0; }
  .lounge-our-plan { padding: 25px 19px; }
  .lounge-plan-copy h4 { font-size: 29px; }
  .lounge-plan-steps li { grid-template-columns: 1fr; gap: 4px; }
  .lounge-plan-steps time { grid-row: auto; }
  .lounge-video-head { margin-top: 45px; }
  .lounge-video-head h4 { font-size: 31px; }
  .lounge-video-grid { grid-template-columns: 1fr; }
  .lounge-video-card, .lounge-video-card:nth-last-child(-n+2) { grid-column: auto; }
  .lounge-source-note { grid-template-columns: 1fr; padding: 20px 17px; }
  .lounge-source-note > div { grid-column: auto; }
  .lounge-source-note a { flex: 1 1 100%; text-align: center; }
  .nearby-plan { grid-template-columns: 1fr; }
  .nearby-plan article { padding: 20px; }
  .nearby-map-wrap { min-height: 0; }
  #nearby-food-map { min-height: 390px; }
  .nearby-map-note { padding: 26px 22px; }
  .nearby-map-note h3 { font-size: 23px; }
  .nearby-grid { grid-template-columns: 1fr; }
  .nearby-card { padding: 22px; }
  .nearby-card h3 { font-size: 22px; }
  .aw-feature::before { top: -18px; right: -10px; font-size: 150px; }
  .aw-feature-head > p { font-size: 15px; line-height: 1.9; }
  .aw-arrival-route { grid-template-columns: 1fr; margin-top: 32px; }
  .aw-arrival-route li { padding: 17px 19px; }
  .aw-arrival-route li:not(:last-child)::after { content: "↓"; top: auto; right: 18px; bottom: -11px; transform: none; }
  .aw-story-grid { grid-template-columns: 1fr; }
  .aw-story-card, .aw-story-card:first-child, .aw-story-card:nth-child(2), .aw-story-card:nth-child(3), .aw-story-card:nth-child(4), .aw-story-card:last-child { grid-column: auto; padding: 24px 21px; }
  .aw-story-card h3 { font-size: 21px; }
  .aw-order-plan { gap: 28px; margin-top: 34px; padding: 27px 20px; }
  .aw-order-list > div { grid-template-columns: 1fr; gap: 4px; }
  .aw-video-copy { padding: 28px 21px; }
  .aw-video-frame, .aw-video-frame iframe { min-height: 210px; aspect-ratio: 16 / 9; }
  .aw-source-strip { padding: 18px; }
  .aw-source-strip a { flex: 1 1 45%; text-align: center; }
  .character-panel, .character-panel img { min-height: 560px; }
  .character-panel { border-radius: 100px 100px 20px 20px; }
  .character-caption strong { font-size: 20px; }
  .dive-steps article { grid-template-columns: 28px 75px 1fr; gap: 7px; }
  .safety-cards { grid-template-columns: 1fr; }
  .food-card { grid-template-columns: 1fr; min-height: 0; }
  .food-card img { aspect-ratio: 16 / 10; }
  .food-card-poster { min-height: 270px; aspect-ratio: 16 / 10; }
  .food-card > div { padding: 22px; }
  .food-card h3 { font-size: 24px; }
  .food-reservation { display: grid; }
  .awamori { grid-template-columns: 1fr; grid-template-areas: "visual" "intro" "notes"; gap: 30px; }
  .awamori-visual { min-height: 540px; border-radius: 100px 100px 20px 20px; }
  .awamori-notes { grid-template-columns: 1fr; }
  .bottle-list article { grid-template-columns: 1fr; gap: 7px; padding: 24px 0; }
  .bottle-list article > div { grid-column: auto; margin-top: 8px; }
  .budget-route { padding: 25px 20px; }
  .budget-route-head { grid-template-columns: 1fr; gap: 14px; }
  .budget-route-head .kicker { grid-column: auto; }
  .budget-route-grid { grid-template-columns: 1fr; }
  .budget-price { grid-template-columns: 1fr; gap: 5px; }
  .budget-price p { grid-column: auto; }
  .souvenirs { grid-template-columns: 1fr; gap: 30px; }
  .bar-grid { grid-template-columns: 1fr; }
  .souvenir-grid { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; gap: 35px; }
  .story blockquote { padding: 45px 25px; }
  .source-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 50px 20px; }
  .guidebook { min-height: 82svh; padding: 42px 26px 25px 38px; }
  .guide-page { padding: 15px 6px; }
  .guide-page h2 { font-size: 35px; }
  .guide-page p, .guide-page li { font-size: 15px; }
  .guide-page ul { columns: 1; }
}

.fixed-two-line > span { display: block; white-space: nowrap; }
h2.heading-map { font-size: clamp(32px, 3.3vw, 47px); }
h2.heading-stay { font-size: clamp(29px, 4.1vw, 56px); }
h4.heading-hotel { font-size: clamp(26px, 3.1vw, 41px); }
h3.heading-lounge { font-size: clamp(29px, 4.1vw, 52px); }
h2.heading-aw { font-size: clamp(28px, 4vw, 54px); }
h2.heading-dive { font-size: clamp(24px, 2.65vw, 38px); }
h2.heading-safety { font-size: clamp(30px, 2.65vw, 38px); }
h2.heading-awamori { font-size: clamp(29px, 3.35vw, 48px); }
h2.heading-souvenir { font-size: clamp(30px, 2.8vw, 40px); }
h2.heading-sources { font-size: clamp(32px, 3.6vw, 50px); }

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