:root {
  --green-950: #102b24;
  --green-900: #173c32;
  --green-800: #245244;
  --ivory: #f7f3eb;
  --cream: #ede7dc;
  --sand: #d8cbb9;
  --gold: #b28b4b;
  --terra: #9e5e43;
  --ink: #25322d;
  --muted: #67716c;
  --line: rgba(28, 59, 49, .18);
  --serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --page: min(1180px, calc(100vw - 96px));
  --shadow: 0 28px 70px rgba(16, 43, 36, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.95; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; transform: translateY(-140%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d9ad62; outline-offset: 4px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 82px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: #fff; transition: background .4s, color .4s, height .4s, box-shadow .4s; }
.site-header.scrolled { height: 68px; color: var(--green-950); background: rgba(247, 243, 235, .94); box-shadow: 0 5px 24px rgba(16,43,36,.08); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: baseline; gap: 14px; letter-spacing: .08em; }
.brand-main { font-family: var(--serif); font-size: 24px; letter-spacing: .28em; }
.brand-sub { font-family: var(--serif); font-size: 11px; opacity: .8; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.3vw, 42px); font-size: 12px; font-weight: 500; letter-spacing: .08em; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid currentColor; padding: 9px 19px; }
.menu-button { display: none; width: 44px; height: 44px; background: transparent; border: 0; position: relative; }
.menu-button span:not(.sr-only) { position: absolute; left: 9px; width: 26px; height: 1px; background: currentColor; transition: transform .3s, top .3s; }
.menu-button span:nth-child(2) { top: 17px; }
.menu-button span:nth-child(3) { top: 26px; }

.hero { min-height: 780px; height: 100svh; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--green-950); }
.hero-media { position: absolute; inset: -5%; background: url("assets/jimbaran-sunset.jpg") center 62%/cover no-repeat; transform: scale(1.04); animation: heroEnter 2s ease-out both; }
@keyframes heroEnter { from { opacity: 0; transform: scale(1.12); } to { opacity: 1; transform: scale(1.04); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,30,25,.68) 0%, rgba(10,28,23,.24) 60%, rgba(0,0,0,.16)), linear-gradient(0deg, rgba(3,19,16,.52), transparent 46%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100vw - 13vw)); margin: 28px auto 0; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-family: Georgia, serif; font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .23em; }
.eyebrow.light { color: #e4ca9f; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 7vw, 106px); font-weight: 400; line-height: 1.28; letter-spacing: .08em; text-shadow: 0 3px 28px rgba(0,0,0,.22); }
.hero-copy { margin: 28px 0 32px 5px; font-family: var(--serif); font-size: clamp(15px, 1.35vw, 19px); line-height: 2; letter-spacing: .08em; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding: 8px 4px 10px; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .12em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateY(4px); }
.hero-facts { position: absolute; z-index: 2; right: 6.5vw; bottom: 46px; display: flex; gap: 3.3vw; }
.hero-facts div { min-width: 120px; }
.hero-facts span, .budget-total span { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; opacity: .72; }
.hero-facts strong { font-family: var(--serif); font-size: 13px; font-weight: 400; letter-spacing: .06em; }
.photo-credit { position: absolute; z-index: 2; right: 12px; bottom: 8px; margin: 0; color: rgba(255,255,255,.65); font-size: 8px; line-height: 1.3; letter-spacing: .04em; }
.hero-credit { bottom: 8px; }

.section { padding: 140px 0; }
.section-inner { width: var(--page); margin: 0 auto; }
.intro { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; align-items: start; }
.section-heading h2 { margin: 0; color: var(--green-900); font-family: var(--serif); font-size: clamp(36px, 4.2vw, 60px); font-weight: 400; line-height: 1.55; letter-spacing: .08em; }
.section-heading > p:last-child { max-width: 680px; margin: 24px 0 0; color: var(--muted); }
.section-heading.centered { text-align: center; }
.section-heading.centered > p:last-child { margin-left: auto; margin-right: auto; }
.intro-copy { padding-top: 70px; }
.intro-copy .lead { margin: 0 0 28px; color: var(--green-900); font-family: var(--serif); font-size: clamp(21px, 2vw, 28px); line-height: 1.8; }
.intro-copy > p:not(.lead) { color: var(--muted); }
.concept-notes { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.concept-note { padding: 18px 12px 18px 0; }
.concept-note + .concept-note { padding-left: 20px; border-left: 1px solid var(--line); }
.concept-note span { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .16em; }
.concept-note strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: 13px; font-weight: 500; }

.feature-image { width: min(1380px, calc(100vw - 7vw)); height: min(72vw, 760px); margin: 0 auto; position: relative; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-caption { position: absolute; left: 0; bottom: 0; min-width: min(460px, 50%); padding: 38px 52px; display: flex; gap: 32px; color: #fff; background: rgba(18,55,45,.9); backdrop-filter: blur(8px); }
.feature-caption span { color: #d1ad70; font-family: Georgia, serif; font-size: 12px; }
.feature-caption p { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.9; letter-spacing: .06em; }

.itinerary { padding-bottom: 80px; }
.day-nav { position: sticky; z-index: 12; top: 68px; margin: 70px 0 85px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(247,243,235,.92); backdrop-filter: blur(14px); }
.day-nav a { padding: 16px 8px; text-align: center; border-right: 1px solid var(--line); transition: color .2s, background .2s; }
.day-nav a:last-child { border: 0; }
.day-nav a span { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .13em; }
.day-nav a strong { font-family: var(--serif); font-size: 13px; font-weight: 400; }
.day-nav a:hover, .day-nav a.active { color: #fff; background: var(--green-900); }
.day { scroll-margin-top: 155px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; padding: 88px 0 105px; border-bottom: 1px solid var(--line); }
.day:last-child { border: 0; }
.day-visual { position: relative; min-width: 0; }
.day-visual img { width: 100%; height: 560px; object-fit: cover; box-shadow: var(--shadow); }
.day-number { position: absolute; top: -62px; left: -18px; color: var(--cream); font-family: Georgia, serif; font-size: 116px; line-height: 1; z-index: -1; }
.day-content { padding-top: 18px; }
.day-content h3 { margin: 0; color: var(--green-900); font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); font-weight: 400; line-height: 1.55; letter-spacing: .05em; }
.day-lead { margin: 20px 0 24px; color: var(--muted); }
.day-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0 0 34px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--green-800); font-size: 12px; }
.schedule { margin: 0; padding: 0; list-style: none; }
.schedule li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 16px 0; }
.schedule-time { padding-top: 3px; color: var(--terra); font-family: var(--serif); font-size: 12px; font-weight: 600; }
.schedule h4 { margin: 0 0 4px; color: var(--green-900); font-family: var(--serif); font-size: 16px; font-weight: 600; }
.schedule p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.day-point { margin: 28px 0 0; padding: 20px 24px; color: var(--green-900); background: #ede6d9; font-size: 13px; line-height: 1.8; border-left: 2px solid var(--gold); }

.editorial-break { height: min(78vw, 850px); position: relative; overflow: hidden; }
.editorial-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,33,27,.55), transparent 65%); }
.editorial-break img { width: 100%; height: 100%; object-fit: cover; }
.editorial-quote { position: absolute; z-index: 2; left: 10vw; top: 50%; color: #fff; transform: translateY(-50%); }
.editorial-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(27px, 3.7vw, 52px); font-weight: 400; line-height: 1.8; letter-spacing: .1em; }
.light-credit { z-index: 3; }

.recommendations { background: #f0eadf; }
.hotel-layout { margin-top: 70px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.hotel-image { position: relative; }
.hotel-image img { width: 100%; height: 650px; object-fit: cover; box-shadow: var(--shadow); }
.hotel-card { display: grid; grid-template-columns: 1fr auto; gap: 12px 25px; padding: 28px 0; border-top: 1px solid var(--line); }
.hotel-card:last-child { border-bottom: 1px solid var(--line); }
.hotel-card .card-label, .place-card .card-label { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .18em; }
.hotel-card h3 { margin: 4px 0 0; color: var(--green-900); font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.5; }
.hotel-card p:last-child { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 13px; }
.hotel-tag { align-self: center; color: var(--green-800); font-size: 10px; letter-spacing: .1em; }
.places-grid { margin-top: 85px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.place-card { min-height: 250px; padding: 32px 28px; background: var(--ivory); }
.place-card .place-number { display: block; margin-bottom: 45px; color: var(--sand); font-family: Georgia, serif; font-size: 30px; }
.place-card h3 { min-height: 58px; margin: 8px 0 14px; color: var(--green-900); font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.65; }
.place-card p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.freshness-note { margin: 28px 0 0; padding-left: 17px; color: var(--muted); font-size: 11px; line-height: 1.8; border-left: 2px solid var(--terra); }

.budget { color: #f7f3eb; background: var(--green-900); }
.budget .section-heading h2 { color: #fff; }
.budget .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.budget-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 10vw; }
.budget-total { margin-top: 55px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.budget-total strong { font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; color: #e3c490; }
.budget-total small { font-size: 18px; }
.budget-table { border-top: 1px solid rgba(255,255,255,.22); }
.budget-row { display: grid; grid-template-columns: 1fr auto; gap: 8px 25px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.budget-row strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.budget-row .range { color: #e3c490; font-family: var(--serif); font-size: 17px; }
.budget-row small { grid-column: 1 / -1; color: rgba(255,255,255,.52); font-size: 10px; }
.disclaimer { margin-top: 50px; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.8; }

.guide-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 7vw; }
.guide-card { position: relative; padding: 30px 0 34px 64px; border-top: 1px solid var(--line); }
.guide-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.guide-index { position: absolute; top: 30px; left: 0; color: var(--gold); font-family: Georgia, serif; font-size: 11px; }
.guide-card .card-label { color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .16em; }
.guide-card h3 { margin: 4px 0 12px; color: var(--green-900); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.guide-card p { margin: 0; color: var(--muted); font-size: 13px; }
.notice { margin-top: 55px; padding: 25px 30px; display: flex; gap: 22px; align-items: center; color: var(--green-900); background: #ede6d9; }
.notice-mark { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: Georgia, serif; }
.notice p { margin: 0; font-size: 12px; line-height: 1.8; }
.notice strong { display: block; font-family: var(--serif); font-size: 14px; }

.consultation { min-height: 620px; padding: 100px 6vw; position: relative; display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; }
.consultation-media { position: absolute; inset: 0; background: url("assets/jimbaran-sunset.jpg") center 67%/cover no-repeat; }
.consultation-shade { position: absolute; inset: 0; background: rgba(10,42,34,.64); }
.consultation-content { position: relative; z-index: 2; }
.consultation h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 61px); font-weight: 400; letter-spacing: .08em; }
.consultation-content > p:not(.eyebrow):not(.cta-note) { margin: 28px 0; font-family: var(--serif); letter-spacing: .05em; }
.cta-row { margin-top: 38px; display: flex; justify-content: center; gap: 14px; }
.button { min-width: 210px; padding: 15px 24px; border: 1px solid #fff; cursor: pointer; font-size: 12px; font-weight: 500; letter-spacing: .1em; transition: background .25s, color .25s; }
.button-primary { color: var(--green-950); background: #fff; }
.button-primary:hover { color: #fff; background: var(--terra); border-color: var(--terra); }
.button-ghost { background: transparent; }
.button-ghost:hover { color: var(--green-950); background: #fff; }
.cta-note { margin: 16px 0 0; font-size: 10px; opacity: .72; }

.site-footer { padding: 75px 6vw 25px; color: rgba(255,255,255,.74); background: var(--green-950); }
.footer-main { display: flex; justify-content: space-between; gap: 80px; }
.footer-brand .brand-main { color: #fff; }
.footer-brand p { margin-top: 18px; font-family: var(--serif); font-size: 13px; }
.footer-links { display: flex; gap: 8vw; }
.footer-links div { display: flex; min-width: 120px; flex-direction: column; gap: 7px; }
.footer-links span { margin-bottom: 8px; color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .18em; }
.footer-links a, .footer-links button { padding: 0; color: inherit; background: none; border: 0; text-align: left; cursor: pointer; font-size: 11px; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-bottom { margin-top: 65px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: 9px; letter-spacing: .04em; }

.dialog { width: min(560px, calc(100vw - 36px)); padding: 45px; color: var(--ink); background: var(--ivory); border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.dialog::backdrop { background: rgba(8,30,25,.7); backdrop-filter: blur(5px); }
.dialog h2 { margin: 0 0 20px; color: var(--green-900); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.dialog > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.dialog-close { position: absolute; top: 12px; right: 16px; padding: 5px 10px; background: none; border: 0; cursor: pointer; font-size: 25px; }
.dialog-options { margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dialog-options a { padding: 13px; color: #fff; background: var(--green-900); text-align: center; font-size: 12px; }
.dialog small { color: var(--terra); font-size: 10px; }
.credits-dialog { max-height: 82vh; overflow: auto; }
.credit-item { padding: 13px 0; border-top: 1px solid var(--line); }
.credit-item a { color: var(--green-900); font-family: var(--serif); font-size: 14px; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.credit-item p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  :root { --page: min(100% - 48px, 720px); }
  .site-header { height: 68px; padding: 0 24px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { top: 22px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 100px 32px 50px; display: flex; flex-direction: column; justify-content: center; gap: 26px; color: #fff; background: var(--green-950); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; font-size: 15px; }
  .site-nav.open { visibility: visible; opacity: 1; }
  .site-header.menu-active { color: #fff; }
  .brand-sub { display: none; }
  .hero { min-height: 690px; }
  .hero-content { width: calc(100% - 48px); }
  .hero-facts { left: 24px; right: 24px; bottom: 36px; justify-content: space-between; }
  .hero-facts div { min-width: 0; }
  .section { padding: 105px 0; }
  .intro-grid, .budget-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding-top: 0; }
  .feature-image { width: calc(100% - 32px); height: 72vw; min-height: 480px; }
  .feature-caption { min-width: 65%; padding: 28px 32px; }
  .day { grid-template-columns: 1fr; gap: 35px; }
  .day:nth-child(even) .day-visual { order: 0; }
  .day-visual img { height: min(72vw, 560px); }
  .day-content { padding: 0; }
  .hotel-layout { grid-template-columns: .8fr 1.2fr; gap: 5vw; }
  .hotel-image img { height: 600px; }
  .places-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --page: calc(100% - 38px); }
  body { font-size: 15px; line-height: 1.9; }
  .hero { align-items: flex-start; padding-top: 132px; }
  .hero-media { background-position: 57% center; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); line-height: 1.35; }
  .hero-copy { margin: 22px 0 24px; font-size: 14px; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; bottom: 32px; }
  .hero-facts div:last-child { display: none; }
  .section { padding: 82px 0; }
  .section-heading h2 { font-size: 34px; }
  .section-heading.centered { text-align: left; }
  .section-heading.centered br { display: none; }
  .concept-notes { grid-template-columns: 1fr; }
  .concept-note { padding: 13px 0; }
  .concept-note + .concept-note { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .feature-image { width: 100%; height: 76vh; min-height: 570px; }
  .feature-caption { min-width: auto; right: 0; padding: 24px 20px; gap: 18px; }
  .feature-caption p { font-size: 14px; }
  .day-nav { top: 68px; margin: 48px calc(50% - 50vw) 38px; padding: 0 10px; overflow-x: auto; grid-template-columns: repeat(5, 100px); scrollbar-width: none; }
  .day-nav::-webkit-scrollbar { display: none; }
  .day-nav a { padding: 11px 5px; }
  .day { scroll-margin-top: 125px; padding: 62px 0 75px; }
  .day-visual img { height: 112vw; max-height: 530px; }
  .day-number { top: -42px; left: -5px; font-size: 80px; }
  .day-content h3 { font-size: 29px; }
  .schedule li { grid-template-columns: 48px 1fr; gap: 13px; }
  .editorial-break { height: 86vh; min-height: 600px; }
  .editorial-break img { object-position: 58% center; }
  .editorial-quote { left: 22px; right: 22px; }
  .editorial-quote blockquote { font-size: 27px; }
  .hotel-layout { grid-template-columns: 1fr; margin-top: 45px; }
  .hotel-image img { height: 115vw; max-height: 580px; }
  .places-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .place-card { min-height: auto; }
  .place-card .place-number { margin-bottom: 25px; }
  .place-card h3 { min-height: auto; }
  .budget-grid { gap: 55px; }
  .guide-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .guide-card:nth-last-child(-n+2) { border-bottom: 0; }
  .guide-card:last-child { border-bottom: 1px solid var(--line); }
  .notice { align-items: flex-start; padding: 20px; }
  .consultation { min-height: 650px; padding: 80px 20px; }
  .cta-row { flex-direction: column; }
  .button { width: 100%; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-main { gap: 45px; }
  .footer-links { gap: 45px; }
  .footer-bottom { gap: 0; margin-top: 50px; }
  .dialog { padding: 38px 24px 28px; }
  .dialog-options { grid-template-columns: 1fr; }
}
