:root {
  --navy: #102a55;
  --navy-deep: #07182f;
  --navy-ink: #082447;
  --blue: #3d84c6;
  --powder: #dcecf5;
  --cream: #fffaf0;
  --paper: #f7f1e6;
  --coral: #ee6571;
  --pink: #f6a7b5;
  --amber: #eda640;
  --mango: #f4cb55;
  --cyan: #4cdcf0;
  --magenta: #e850c9;
  --ink: #17253a;
  --muted: #657187;
  --shadow: 0 24px 70px rgba(7, 24, 47, .16);
  --font-display: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  --font-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  line-height: 1.8;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 9999; background: rgba(255,255,255,.16); }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--mango), var(--coral), var(--magenta)); box-shadow: 0 0 12px var(--coral); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; gap: 48px; height: 82px; padding: 0 clamp(22px, 4vw, 72px);
  color: white; background: linear-gradient(180deg, rgba(5,17,38,.78), rgba(5,17,38,0));
  transition: .35s ease;
}
.site-header.scrolled { height: 68px; background: rgba(7,24,47,.9); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; line-height: 1.2; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 50%; color: var(--navy); background: var(--pink); font-family: var(--font-display); font-size: 22px; font-weight: 900; box-shadow: inset 0 0 0 4px rgba(255,255,255,.28); }
.brand b { display: block; font-size: 13px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 4px; font-size: 8px; letter-spacing: .22em; opacity: .7; }
.site-header nav { display: flex; gap: 30px; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.site-header nav a { opacity: .74; transition: .2s; }
.site-header nav a:hover { opacity: 1; color: var(--mango); }
.header-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 99px; padding: 9px 17px; color: white; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 700; letter-spacing: .12em; }

.hero { position: relative; min-height: 100svh; color: white; background: var(--navy-deep); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("assets/hinahina-cebu-hero-v2.png") center/cover no-repeat; transform: scale(1.015); animation: heroBreath 14s ease-in-out infinite alternate; }
@keyframes heroBreath { to { transform: scale(1.055); } }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,45,.84) 0%, rgba(5,20,45,.52) 34%, rgba(5,20,45,.04) 68%), linear-gradient(0deg, rgba(5,20,45,.7), transparent 42%); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 54vw); padding: clamp(140px, 17vh, 190px) 0 145px clamp(28px, 7vw, 125px); }
.eyebrow { display: flex; align-items: center; gap: 16px; margin: 0 0 26px; font-size: 9px; letter-spacing: .2em; opacity: .75; }
.eyebrow span { display: inline-block; padding: 4px 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; }
.special-label { display: inline-block; transform: rotate(-2deg); margin-bottom: 4px; padding: 5px 14px; color: var(--navy); background: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: .13em; box-shadow: 6px 6px 0 rgba(16,42,85,.38); }
.hero h1 { margin: 8px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(63px, 8.2vw, 132px); font-weight: 400; line-height: .72; letter-spacing: -.065em; text-shadow: 0 12px 40px rgba(0,0,0,.25); }
.hero h1 { font-size: clamp(58px, 6.8vw, 108px); line-height: .82; }
.hero h1 span { padding-left: .04em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.8); font-style: italic; }
.hero-catch { margin: 34px 0 20px; font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 52px); font-weight: 700; line-height: 1.28; letter-spacing: .05em; }
.hero-catch em { color: var(--mango); font-style: normal; }
.hero-lead { margin: 0 0 30px; color: rgba(255,255,255,.82); font-family: var(--font-display); font-size: 13px; letter-spacing: .08em; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.primary-button { display: inline-flex; align-items: center; gap: 24px; min-width: 216px; border: 0; border-radius: 4px; padding: 14px 15px 14px 22px; color: var(--navy); background: var(--mango); font-size: 12px; font-weight: 800; letter-spacing: .08em; box-shadow: 0 15px 38px rgba(244,203,85,.25); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(244,203,85,.36); }
.primary-button i { display: grid; place-items: center; width: 32px; height: 32px; margin-left: auto; border-radius: 50%; color: white; background: var(--navy); font-style: normal; }
.audio-button { display: flex; align-items: center; gap: 9px; border: 0; color: rgba(255,255,255,.75); background: none; font-size: 10px; letter-spacing: .1em; }
.audio-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.audio-button[aria-pressed="true"] .audio-icon { color: var(--navy); background: var(--cyan); border-color: var(--cyan); animation: pulse 1s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(76,220,240,0); } 0% { box-shadow: 0 0 0 0 rgba(76,220,240,.45); } }
.hero-ticket { position: absolute; z-index: 3; right: clamp(22px, 4vw, 68px); bottom: 34px; display: flex; align-items: center; gap: 20px; padding: 15px 22px; border: 1px solid rgba(255,255,255,.23); border-radius: 6px; background: rgba(7,24,47,.55); backdrop-filter: blur(15px); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.hero-ticket div { min-width: 105px; line-height: 1.35; }
.hero-ticket small, .hero-ticket span { display: block; font-size: 7px; letter-spacing: .18em; opacity: .65; }
.hero-ticket b { display: block; margin: 2px 0; font-family: Georgia, serif; font-size: 15px; letter-spacing: .04em; }
.hero-ticket b em { color: var(--mango); font-style: normal; }
.hero-ticket > i { width: 1px; height: 34px; background: rgba(255,255,255,.2); }
.scroll-hint { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); transform-origin: left center; font-size: 7px; letter-spacing: .22em; }
.scroll-hint i { display: block; width: 55px; height: 1px; background: white; opacity: .55; }

.section-index { margin: 0 0 20px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .23em; }
.manifesto { position: relative; padding: 130px clamp(28px, 8vw, 150px) 100px; background: var(--paper); overflow: hidden; }
.manifesto::before { content: "BLUE HOURS"; position: absolute; right: -20px; top: 80px; color: transparent; -webkit-text-stroke: 1px rgba(16,42,85,.08); font-family: Georgia, serif; font-size: clamp(100px, 17vw, 280px); line-height: 1; writing-mode: vertical-rl; }
.manifesto-orbit { position: absolute; border: 1px solid rgba(238,101,113,.18); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; left: -230px; top: 280px; }
.orbit-two { width: 650px; height: 650px; left: -345px; top: 170px; }
.vertical-note { position: absolute; left: 28px; top: 230px; margin: 0; color: var(--navy); font-size: 7px; letter-spacing: .2em; writing-mode: vertical-rl; }
.manifesto-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 7vw, 110px); max-width: 1240px; margin: 0 auto 105px; }
.manifesto-title > span { font-family: var(--font-display); font-size: 12px; letter-spacing: .22em; }
.manifesto h2, .journey-head h2, .guide h2, .booklet h2, .archive h2 { margin: 20px 0 0; color: var(--navy); font-family: var(--font-display); font-size: clamp(38px, 5vw, 72px); line-height: 1.35; letter-spacing: .05em; }
.manifesto-title h2 { font-size: clamp(38px, 4.35vw, 66px); letter-spacing: .015em; }
.manifesto-title .title-line { display: block; max-width: none; font: inherit; letter-spacing: inherit; white-space: nowrap; }
.manifesto h2 em, .journey-head h2 em { color: var(--coral); font-style: normal; background: linear-gradient(transparent 70%, rgba(238,101,113,.14) 0); }
.manifesto-body { max-width: 570px; }
.manifesto-body p { margin: 0 0 22px; color: #4f5c6e; font-family: var(--font-display); font-size: 14px; line-height: 2.2; }
.manifesto-body .large { color: var(--navy); font-size: 21px; font-weight: 700; }
blockquote { position: relative; margin: 45px 0 0; padding: 30px 34px; color: var(--navy); background: rgba(255,255,255,.68); font-family: var(--font-display); font-size: 18px; font-weight: 700; line-height: 1.9; box-shadow: 12px 12px 0 rgba(16,42,85,.06); }
blockquote::before { content: "“"; position: absolute; left: 10px; top: -30px; color: var(--pink); font: 82px Georgia,serif; }
blockquote cite { display: block; margin-top: 8px; color: var(--coral); font-family: var(--font-sans); font-size: 9px; font-style: normal; letter-spacing: .15em; }
.chapter-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: auto; border-top: 1px solid rgba(16,42,85,.15); }
.chapter-strip article { position: relative; padding: 28px 22px 16px; border-right: 1px solid rgba(16,42,85,.12); }
.chapter-strip article:last-child { border-right: 0; }
.chapter-strip b { position: absolute; right: 12px; top: 12px; color: rgba(16,42,85,.08); font: italic 48px Georgia,serif; }
.chapter-strip span { color: var(--coral); font: 700 10px Georgia,serif; letter-spacing: .17em; }
.chapter-strip p { position: relative; margin: 12px 0 0; color: var(--navy); font-family: var(--font-display); font-size: 13px; font-weight: 700; }

.image-chapter { position: relative; min-height: 680px; overflow: hidden; }
.chapter-image { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform 1.2s ease; }
.image-chapter:hover .chapter-image { transform: scale(1.018); }
.blue-day-image { background-image: url("assets/hinahina-mactan-blue-day.png"); }
.food-image { background-image: url("assets/hinahina-food-market.png"); }
.night-image { background-image: url("assets/hinahina-night-ktv-v2.png"); }
.chapter-copy { position: relative; z-index: 2; width: min(680px, 52vw); padding: 120px 0 100px clamp(30px, 8vw, 150px); }
.chapter-copy.right-copy { margin-left: auto; padding-left: 0; padding-right: clamp(30px, 8vw, 150px); }
.chapter-number { margin: 0 0 28px; font: 700 10px Georgia,serif; letter-spacing: .22em; }
.chapter-number span { margin-left: 10px; color: var(--coral); }
.chapter-copy h2 { margin: 0 0 28px; font-family: var(--font-display); font-size: clamp(36px, 4.15vw, 62px); line-height: 1.3; letter-spacing: .025em; }
#tasteTitle { font-size: clamp(34px, 3.7vw, 56px); }
.title-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.chapter-copy > p:not(.chapter-number) { max-width: 450px; font-family: var(--font-display); font-size: 14px; line-height: 2.15; }
.light-copy { color: var(--navy); }
.dark-copy {
  color: white;
  text-shadow:
    0 2px 3px rgba(3, 14, 30, .95),
    0 4px 12px rgba(3, 14, 30, .78),
    0 0 22px rgba(3, 14, 30, .58);
}
.dark-copy h2 {
  text-shadow:
    0 3px 4px rgba(3, 14, 30, .95),
    0 7px 22px rgba(3, 14, 30, .75);
}
.dark-copy > p:not(.chapter-number) {
  font-weight: 600;
  text-shadow:
    0 1px 2px rgba(3, 14, 30, 1),
    0 3px 7px rgba(3, 14, 30, .96),
    0 0 18px rgba(3, 14, 30, .82);
}
.dark-copy .chapter-number,
.dark-copy .food-tags,
.dark-copy .night-stats {
  text-shadow:
    0 2px 3px rgba(3, 14, 30, .95),
    0 4px 12px rgba(3, 14, 30, .7);
}
.food-story::after { content: "TASTE"; position: absolute; right: -14px; bottom: -50px; color: rgba(255,255,255,.05); font: italic 190px Georgia,serif; line-height: 1; }
.text-button { margin-top: 24px; border: 0; border-bottom: 1px solid currentColor; padding: 8px 0; color: var(--navy); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.text-button span { display: inline-block; margin-left: 20px; transition: transform .2s; }
.text-button:hover span { transform: translateX(6px); }
.text-button.pale { color: var(--mango); }
.text-button.neon { color: var(--cyan); text-shadow: 0 0 12px rgba(76,220,240,.5); }
.food-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.food-tags span { padding: 5px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font: 700 8px Georgia,serif; letter-spacing: .15em; }
.night-stats { display: flex; gap: 34px; margin: 30px 0 5px; }
.night-stats small { display: block; color: var(--pink); font-size: 7px; letter-spacing: .16em; }
.night-stats b { color: white; font: 18px Georgia,serif; letter-spacing: .04em; }

.journey { padding: 125px clamp(20px, 5vw, 90px) 100px; color: white; background: var(--navy-deep); }
.journey-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; max-width: 1500px; margin: 0 auto 55px; }
.journey-head h2 { margin: 0; color: white; }
.journey-head h2 em { color: var(--mango); background: none; }
.journey-head > p { max-width: 500px; margin: 0 0 10px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.9; }
.date-tabs { display: grid; grid-template-columns: repeat(5, 1fr); max-width: 1500px; margin: 0 auto; border: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
.date-tabs button { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 16px; align-items: center; border: 0; border-right: 1px solid rgba(255,255,255,.12); padding: 22px 25px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.025); text-align: left; transition: .25s ease; }
.date-tabs button:last-child { border-right: 0; }
.date-tabs small { grid-column: 1; grid-row: 1; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.date-tabs b { grid-column: 1; grid-row: 2; color: inherit; font: 48px Georgia,serif; line-height: 1; }
.date-tabs span { grid-column: 2; grid-row: 1 / 3; font-size: 15px; font-weight: 800; letter-spacing: .08em; }
.date-tabs button.active { color: var(--navy); background: var(--mango); }
.date-tabs button.active::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 16px; height: 16px; background: var(--mango); transform: translateX(-50%) rotate(45deg); z-index: 4; }
.map-layout { display: grid; grid-template-columns: minmax(520px, 600px) 1fr; max-width: 1560px; min-height: 780px; margin: 0 auto; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.schedule-panel { position: relative; padding: 46px 42px 34px; color: var(--ink); background: #fffaf2; overflow: hidden; }
.schedule-panel::before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--day-accent, var(--pink)); }
.schedule-intro { padding-bottom: 30px; border-bottom: 1px solid #e2ddd4; }
.schedule-intro > p { margin: 0 0 7px; color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.schedule-intro h3 { margin: 0 0 15px; color: var(--navy); font-family: var(--font-display); font-size: 38px; line-height: 1.45; letter-spacing: .03em; }
.day-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.day-meta span { padding: 6px 12px; border-radius: 99px; color: #515967; background: #ebe6de; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.timeline { position: relative; max-height: 535px; padding: 22px 0 4px; overflow-y: auto; scrollbar-width: auto; scrollbar-color: var(--pink) transparent; }
.timeline::before { content: ""; position: absolute; top: 36px; bottom: 28px; left: 82px; width: 1px; background: #c9c4bb; }
.timeline-item { position: relative; display: grid; grid-template-columns: 64px 24px 1fr; gap: 0 12px; padding: 14px 0; }
.timeline-time { padding-top: 2px; color: var(--navy); font: 700 17px Georgia,serif; }
.timeline-dot { position: relative; z-index: 2; width: 14px; height: 14px; margin: 7px auto 0; border: 3px solid #fffaf2; border-radius: 50%; background: var(--marker-color, var(--pink)); box-shadow: 0 0 0 2px var(--marker-color, var(--pink)); }
.timeline-card { border: 1px solid transparent; border-radius: 7px; padding: 5px 10px 10px; transition: .2s; cursor: pointer; }
.timeline-card:hover, .timeline-item.active .timeline-card { border-color: #ddd6ca; background: white; box-shadow: 0 8px 25px rgba(16,42,85,.08); }
.timeline-card b { display: block; color: var(--navy); font-family: var(--font-display); font-size: 20px; line-height: 1.5; }
.timeline-card p { margin: 4px 0 0; color: #59616e; font-size: 15px; line-height: 1.65; }
.timeline-details { display: none; margin-top: 11px; padding-top: 11px; border-top: 1px dashed #e3ddd3; color: #444d5b; font-size: 15px; line-height: 1.8; }
.timeline-item.open .timeline-details { display: block; }
.timeline-actions { display: flex; gap: 6px; margin-top: 8px; }
.timeline-actions button, .timeline-actions a { border: 1px solid #d7d0c5; border-radius: 3px; padding: 7px 10px; color: var(--navy); background: white; font-size: 13px; font-weight: 800; }
.expand-all { display: flex; align-items: center; gap: 12px; width: 100%; margin-top: 17px; border: 1px solid #d8d1c5; padding: 15px 18px; color: var(--navy); background: transparent; font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.expand-all span { font-size: 20px; }
.map-panel { position: relative; min-height: 780px; background: #cfdbde; overflow: hidden; }
#map { position: absolute; inset: 0; z-index: 1; background: #d7e1df; }
.map-fallback { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; padding: 20%; color: var(--navy); background: radial-gradient(circle at 30% 20%, #e9dfca, #a9c3bf); text-align: center; }
.map-fallback[hidden] { display: none; }
.map-fallback b { font: 50px Georgia,serif; }
.map-topbar { position: absolute; z-index: 500; top: 18px; left: 18px; right: 18px; display: flex; justify-content: space-between; gap: 20px; padding: 14px 18px; border: 1px solid rgba(16,42,85,.12); border-radius: 4px; color: var(--navy); background: rgba(255,250,240,.94); backdrop-filter: blur(10px); font-size: 13px; font-weight: 800; letter-spacing: .1em; box-shadow: 0 8px 25px rgba(16,42,85,.1); }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #54c88b; box-shadow: 0 0 0 5px rgba(84,200,139,.14); }
.map-legend { position: absolute; z-index: 500; left: 18px; bottom: 18px; display: flex; gap: 17px; padding: 12px 15px; border-radius: 4px; color: var(--navy); background: rgba(255,250,240,.95); font-size: 12px; font-weight: 800; box-shadow: 0 8px 25px rgba(16,42,85,.1); }
.pin { display: inline-block; width: 9px; height: 9px; margin-right: 5px; border-radius: 50%; }
.pin.hotel { background: var(--navy); }.pin.beach { background: #36b9cf; }.pin.taste { background: var(--coral); }.pin.night { background: var(--magenta); }
.map-character { position: absolute; z-index: 450; right: -48px; bottom: -76px; width: 250px; height: 250px; border-radius: 50%; background: var(--pink); opacity: .96; overflow: hidden; pointer-events: none; box-shadow: 0 0 0 9px rgba(255,255,255,.72), 0 20px 40px rgba(16,42,85,.2); }
.map-character img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.25) rotate(-4deg); }
.map-note { max-width: 1560px; margin: 18px auto 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }
.leaflet-control-attribution { font-size: 9px !important; }
.leaflet-control-zoom a { color: var(--navy) !important; }
.route-marker { display: grid; place-items: center; width: 34px !important; height: 34px !important; border: 3px solid white; border-radius: 50% 50% 50% 0; color: white; background: var(--marker-bg, var(--coral)); font: 800 11px Georgia,serif; transform: rotate(-45deg); box-shadow: 0 6px 17px rgba(16,42,85,.3); }
.route-marker span { transform: rotate(45deg); }
.hotel-marker { --marker-bg: var(--navy); }.beach-marker { --marker-bg: #36b9cf; }.taste-marker { --marker-bg: var(--coral); }.night-marker { --marker-bg: var(--magenta); }.flight-marker { --marker-bg: var(--blue); }
.leaflet-popup-content-wrapper { border-radius: 5px; box-shadow: 0 15px 45px rgba(16,42,85,.22); }
.leaflet-popup-content { min-width: 220px; margin: 15px 17px; font-family: var(--font-sans); line-height: 1.65; }
.leaflet-popup-content b { display: block; color: var(--navy); font-family: var(--font-display); font-size: 17px; }
.leaflet-popup-content small { color: var(--coral); font-size: 11px; font-weight: 800; }

.guide { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; min-height: 680px; padding: 100px clamp(28px, 8vw, 140px) 0; background-color: #cfe3ed; background-image: linear-gradient(90deg, rgba(207,227,237,.2), rgba(250,247,239,.34) 56%, rgba(243,239,230,.22)), url("assets/hinahina-guide-bg-v2.png"); background-position: center; background-size: cover; overflow: hidden; }
.guide-character { position: relative; align-self: end; height: 570px; }
.guide-character::before { content: "CHECK!"; position: absolute; left: -40px; bottom: 0; color: rgba(255,255,255,.32); font: italic 120px Georgia,serif; writing-mode: vertical-rl; }
.guide-character img { position: absolute; left: 50%; bottom: -50px; width: 560px; max-width: none; transform: translateX(-52%); mix-blend-mode: multiply; filter: saturate(1.03) contrast(1.03); }
.guide-bubble { position: absolute; z-index: 2; top: 20px; right: 5%; width: 150px; padding: 20px 14px; border-radius: 50%; color: var(--navy); background: white; font-family: var(--font-display); font-size: 12px; line-height: 1.6; text-align: center; box-shadow: var(--shadow); transform: rotate(5deg); }
.guide-bubble::after { content: ""; position: absolute; left: 18px; bottom: 4px; width: 24px; height: 24px; background: white; transform: rotate(45deg); }
.guide-content { position: relative; z-index: 1; padding: 45px 0 100px 70px; }
.guide h2 { margin-top: 0; }
.memo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 840px; margin-top: 45px; }
.memo-grid article { position: relative; min-height: 190px; padding: 36px 32px 30px; border: 1px solid rgba(16,42,85,.12); border-radius: 7px; background: rgba(255,255,255,.76); box-shadow: 10px 10px 0 rgba(16,42,85,.05); backdrop-filter: blur(4px); transition: transform .2s; }
.memo-grid article:hover { transform: translateY(-5px) rotate(-.5deg); }
.memo-grid span { position: absolute; top: 13px; right: 18px; color: rgba(16,42,85,.11); font: italic 54px Georgia,serif; }
.memo-grid b { position: relative; display: block; padding-right: 50px; color: var(--navy); font-family: var(--font-display); font-size: 23px; line-height: 1.55; }
.memo-grid p { position: relative; margin: 18px 0 0; color: #4f5e73; font-size: 16px; font-weight: 500; line-height: 1.9; }

.booklet { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 130px); min-height: 850px; padding: 110px clamp(28px, 8vw, 145px); background: radial-gradient(circle at 15% 15%, rgba(246,167,181,.34), transparent 24%), linear-gradient(135deg, #f7e7dc, #f8f2e8 52%, #dcecf5); overflow: hidden; }
.booklet::before { content: "NEW CEBU ISSUE"; position: absolute; right: -55px; top: 50%; color: rgba(16,42,85,.07); font: italic clamp(74px, 10vw, 160px) Georgia,serif; letter-spacing: -.05em; transform: translateY(-50%) rotate(90deg); }
.booklet-preview { position: relative; min-height: 630px; }
.booklet-cover-button { position: absolute; z-index: 3; left: 50%; top: 50%; width: min(430px, 78%); border: 0; padding: 0; background: transparent; box-shadow: 0 35px 80px rgba(30,42,67,.27); transform: translate(-54%, -50%) rotate(-3deg); transition: transform .35s ease, filter .35s ease; }
.booklet-cover-button::before { content: ""; position: absolute; inset: -10px; z-index: -1; background: white; box-shadow: 0 0 0 1px rgba(16,42,85,.08); }
.booklet-cover-button:hover { filter: saturate(1.06); transform: translate(-54%, -53%) rotate(-1deg); }
.alt-plan-card { overflow: hidden; cursor: default; }
.alt-plan-card img { display: block; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.booklet-cover-button > span { position: absolute; right: -26px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 10px 12px 10px 16px; color: white; background: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .16em; box-shadow: 8px 8px 0 rgba(238,101,113,.72); }
.booklet-cover-button i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--navy); background: var(--mango); font-style: normal; }
.booklet-spread-peek { position: absolute; z-index: 1; left: 48%; top: 50%; width: min(610px, 98%); border: 8px solid white; box-shadow: 0 25px 60px rgba(30,42,67,.16); transform: translate(-38%, -43%) rotate(7deg); }
.booklet-sticker { position: absolute; z-index: 4; left: 2%; top: 6%; display: grid; place-items: center; width: 88px; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--coral); font: italic 17px/1.05 Georgia,serif; text-align: center; transform: rotate(-12deg); box-shadow: inset 0 0 0 4px rgba(255,255,255,.42), 8px 12px 25px rgba(16,42,85,.16); }
.booklet-copy { position: relative; z-index: 2; max-width: 580px; }
.booklet h2 em { color: var(--coral); font-style: normal; }
.booklet-lead { margin: 30px 0 26px; color: #56657a; font-family: var(--font-display); font-size: 14px; line-height: 2.15; }
.booklet-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; }
.booklet-chips span { border: 1px solid rgba(16,42,85,.16); border-radius: 99px; padding: 5px 11px; color: var(--navy); background: rgba(255,255,255,.54); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.booklet-open { color: white; background: var(--coral); box-shadow: 0 15px 38px rgba(238,101,113,.25); }
.booklet-copy > small { display: block; margin-top: 12px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }

.archive { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 7vw; padding: 130px clamp(28px, 9vw, 160px); background: var(--paper); }
.archive-copy p:not(.section-index) { color: var(--muted); font-family: var(--font-display); font-size: 13px; line-height: 2.1; }
.archive-books { position: relative; height: 620px; }
.archive-books::before { content: "TRAVEL ARCHIVE"; position: absolute; right: -25px; top: -45px; color: var(--pink); font: italic 15px Georgia,serif; letter-spacing: .15em; }
.archive-books img { position: absolute; width: min(56%, 430px); border: 10px solid white; box-shadow: 0 28px 60px rgba(16,42,85,.24); transition: transform .35s; }
.archive-books img:first-child { left: 3%; top: 45px; transform: rotate(-7deg); }
.archive-books img:last-child { right: 3%; top: 0; transform: rotate(6deg); }
.archive-books:hover img:first-child { transform: translateX(-15px) rotate(-10deg); }
.archive-books:hover img:last-child { transform: translateX(15px) rotate(9deg); }

.finale { position: relative; min-height: 720px; color: white; background: var(--navy-deep); overflow: hidden; }
.finale-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,47,.93), rgba(7,24,47,.45), rgba(7,24,47,.08)), url("assets/hinahina-cebu-hero-v2.png") 62% center/cover no-repeat; filter: saturate(.72); }
.finale-copy { position: relative; z-index: 2; width: min(780px, 68vw); padding: 125px 0 110px clamp(30px, 9vw, 165px); }
.finale-copy > span { color: var(--pink); font: italic 12px Georgia,serif; letter-spacing: .22em; }
.finale h2 { margin: 28px 0 22px; font-family: var(--font-display); font-size: clamp(38px, 4.2vw, 62px); line-height: 1.38; letter-spacing: .025em; }
.finale p { margin-bottom: 35px; color: var(--mango); font-family: var(--font-display); font-size: 18px; }
.primary-button.coral { color: white; background: var(--coral); box-shadow: 0 15px 38px rgba(238,101,113,.25); }

footer { display: flex; align-items: center; gap: 30px; padding: 30px clamp(25px, 6vw, 100px); color: rgba(255,255,255,.6); background: #061326; font-size: 8px; letter-spacing: .15em; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; color: white; letter-spacing: .05em; }
.footer-brand .brand-mark { width: 30px; font-size: 16px; }
footer a { margin-left: auto; color: var(--mango); }

.spot-dialog { width: min(560px, calc(100% - 30px)); border: 0; border-radius: 8px; padding: 0; color: var(--ink); background: var(--cream); box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.spot-dialog::backdrop { background: rgba(3,14,30,.7); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; z-index: 2; right: 13px; top: 13px; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; color: white; background: var(--navy); font-size: 20px; }
.dialog-inner { padding: 42px; }
.dialog-inner small { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.dialog-inner h3 { margin: 8px 0 15px; color: var(--navy); font-family: var(--font-display); font-size: 30px; line-height: 1.4; }
.dialog-inner p { color: #687080; font-size: 12px; }
.dialog-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 22px 0; }
.dialog-facts span { padding: 10px; background: #eee7dc; font-size: 9px; }
.dialog-link { display: inline-block; padding: 10px 16px; color: white; background: var(--coral); font-size: 10px; font-weight: 800; }

.booklet-dialog { width: min(1450px, calc(100% - 24px)); max-width: none; max-height: 96svh; border: 0; border-radius: 12px; padding: 0; color: white; background: #061326; box-shadow: 0 35px 120px rgba(0,0,0,.56); overflow: hidden; }
.booklet-dialog::backdrop { background: rgba(2,10,24,.88); backdrop-filter: blur(9px); }
.booklet-dialog-close { position: absolute; z-index: 10; right: 16px; top: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(7,24,47,.75); font-size: 22px; }
.booklet-shell { display: flex; flex-direction: column; height: min(94svh, 1040px); }
.booklet-bar { display: flex; align-items: center; gap: 20px; min-height: 68px; padding: 12px 72px 12px 24px; background: #07182f; }
.booklet-bar div { margin-right: auto; line-height: 1.2; }
.booklet-bar small { display: block; color: var(--pink); font-size: 7px; letter-spacing: .22em; }
.booklet-bar b { display: block; margin-top: 5px; font: italic 15px Georgia,serif; letter-spacing: .12em; }
.booklet-bar > span { color: var(--mango); font: 12px Georgia,serif; letter-spacing: .13em; }
.booklet-stage { position: relative; display: grid; place-items: center; flex: 1; min-height: 0; padding: 18px 72px; background: radial-gradient(circle at 50% 45%, #183b65, #07182f 68%); overflow: hidden; }
.booklet-stage img { width: auto; max-width: 100%; height: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 25px 45px rgba(0,0,0,.42)); }
.booklet-stage img.is-cover { max-width: min(500px, 80vw); }
.booklet-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 46px; height: 66px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: white; background: rgba(6,19,38,.64); font: 42px/1 Georgia,serif; transform: translateY(-50%); transition: background .2s, transform .2s; }
.booklet-arrow:hover { background: var(--coral); transform: translateY(-50%) scale(1.05); }
.booklet-arrow.prev { left: 14px; }
.booklet-arrow.next { right: 14px; }
.booklet-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 64px; padding: 10px 24px; background: #07182f; font-size: 8px; letter-spacing: .1em; }
.booklet-controls p { margin: 0; color: rgba(255,255,255,.55); }
.booklet-controls a { justify-self: end; color: var(--mango); }
.booklet-dots { display: flex; gap: 8px; }
.booklet-dots button { width: 9px; height: 9px; border: 0; border-radius: 50%; padding: 0; background: rgba(255,255,255,.3); }
.booklet-dots button.active { background: var(--coral); box-shadow: 0 0 0 4px rgba(238,101,113,.16); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero-copy { width: 66vw; padding-left: 6vw; }
  .hero-ticket { left: 6vw; right: auto; }
  .manifesto-inner { grid-template-columns: 1fr; }
  .manifesto-title { max-width: 630px; }
  .chapter-copy { width: 61vw; }
  .chapter-copy.right-copy { padding-right: 6vw; }
  .map-layout { grid-template-columns: minmax(420px, 48vw) 1fr; }
  .map-character { width: 190px; height: 190px; }
  .guide { grid-template-columns: .7fr 1.3fr; padding-left: 35px; padding-right: 35px; }
  .guide-content { padding-left: 30px; }
  .archive { grid-template-columns: 1fr; }
  .archive-copy { max-width: 600px; }
  .booklet { grid-template-columns: .9fr 1.1fr; padding-left: 40px; padding-right: 40px; }
}

@media (max-width: 720px) {
  .site-header { height: 64px; padding: 0 16px; }
  .header-cta { display: none; }
  .brand b { font-size: 11px; }
  .hero { min-height: 900px; }
  .hero-bg { background-position: 66% center; }
  .hero-vignette { background: linear-gradient(0deg, rgba(5,20,45,.95) 0%, rgba(5,20,45,.72) 55%, rgba(5,20,45,.12) 100%); }
  .hero-copy { position: absolute; left: 0; bottom: 120px; width: 100%; padding: 0 24px; }
  .eyebrow { display: block; line-height: 2; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 62px); letter-spacing: -.07em; }
  .hero-catch { margin-top: 26px; font-size: 30px; }
  .hero-lead { display: none; }
  .hero-ticket { left: 15px; right: 15px; bottom: 20px; gap: 10px; justify-content: space-between; padding: 12px; }
  .hero-ticket div { min-width: 0; }
  .hero-ticket b { font-size: 11px; }
  .scroll-hint { display: none; }
  .manifesto { padding: 90px 23px 70px; }
  .vertical-note { display: none; }
  .manifesto-inner { gap: 35px; margin-bottom: 60px; }
  .manifesto h2, .journey-head h2, .guide h2, .booklet h2, .archive h2 { font-size: 39px; }
  .manifesto-body .large { font-size: 18px; }
  .chapter-strip { grid-template-columns: 1fr 1fr; }
  .chapter-strip article:nth-child(2) { border-right: 0; }
  .chapter-strip article { border-bottom: 1px solid rgba(16,42,85,.12); }
  .image-chapter { min-height: 760px; }
  .chapter-image { background-position: center; }
  .blue-day .chapter-image { background-position: 68% center; }
  .food-story .chapter-image { background-position: 32% center; }
  .night-story .chapter-image { background-position: 29% center; }
  .image-chapter::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(6,24,48,.92) 0, rgba(6,24,48,.58) 48%, transparent 78%); }
  .blue-day::before { background: linear-gradient(0deg, rgba(248,244,235,.97) 0, rgba(248,244,235,.75) 48%, transparent 78%); }
  .chapter-copy, .chapter-copy.right-copy { position: absolute; left: 0; bottom: 0; width: 100%; margin: 0; padding: 60px 24px 45px; }
  .chapter-copy h2 { font-size: clamp(26px, 8vw, 40px); letter-spacing: .01em; }
  #tasteTitle { font-size: clamp(24px, 7.4vw, 37px); }
  .journey { padding: 85px 12px 70px; }
  .journey-head { display: block; padding: 0 12px; }
  .journey-head > p { margin-top: 22px; }
  .date-tabs { overflow-x: auto; grid-template-columns: repeat(5, 135px); }
  .date-tabs { scrollbar-width: none; }
  .date-tabs::-webkit-scrollbar { display: none; }
  .date-tabs button { padding: 13px 11px; }
  .date-tabs small { font-size: 9px; }
  .date-tabs b { font-size: 34px; }
  .date-tabs span { font-size: 11px; }
  .map-layout { display: flex; flex-direction: column-reverse; }
  .map-panel { min-height: 430px; }
  .schedule-panel { padding: 35px 22px 25px; }
  .timeline { max-height: none; }
  .map-character { width: 135px; height: 135px; right: -28px; bottom: -30px; }
  .map-legend { gap: 7px; bottom: 10px; left: 10px; }
  .guide { display: block; padding: 80px 22px 0; }
  .guide-content { padding: 0; }
  .memo-grid { grid-template-columns: 1fr; }
  .guide-character { height: 440px; margin-top: 30px; }
  .guide-character img { width: 470px; }
  .guide-bubble { right: -5px; }
  .booklet { display: flex; flex-direction: column; min-height: 0; padding: 90px 22px 80px; }
  .booklet-preview { order: 2; width: 100%; min-height: 520px; }
  .booklet-copy { order: 1; }
  .booklet-cover-button { width: min(340px, 72%); }
  .booklet-spread-peek { width: 90%; }
  .booklet-sticker { left: 0; top: 10%; width: 70px; font-size: 14px; }
  .archive { padding: 90px 23px 70px; }
  .archive-books { height: 460px; margin-top: 20px; }
  .archive-books img { width: 62%; border-width: 6px; }
  .finale { min-height: 700px; }
  .finale-bg { background-position: 67% center; }
  .finale-copy { width: 100%; padding: 150px 24px 80px; background: linear-gradient(90deg, rgba(7,24,47,.86), rgba(7,24,47,.25)); }
  .finale h2 { font-size: clamp(26px, 8.5vw, 40px); letter-spacing: .01em; }
  footer { flex-wrap: wrap; }
  footer p { width: 100%; order: 3; }
  .dialog-inner { padding: 38px 24px 28px; }
  .booklet-shell { height: 92svh; }
  .booklet-stage { padding: 12px 42px; }
  .booklet-arrow { width: 34px; height: 52px; font-size: 31px; }
  .booklet-arrow.prev { left: 5px; }
  .booklet-arrow.next { right: 5px; }
  .booklet-controls { grid-template-columns: 1fr auto; gap: 12px; padding: 10px 14px; }
  .booklet-controls p { display: none; }
}

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