:root {
  --ink: #26352d;
  --ink-soft: #55635b;
  --forest: #385746;
  --forest-dark: #203b2e;
  --sage: #8da08d;
  --cream: #f7f4ec;
  --sand: #e8ddca;
  --white: #fff;
  --accent: #e98249;
  --accent-dark: #cf6834;
  --line: rgba(38, 53, 45, .14);
  --shadow: 0 22px 60px rgba(36, 53, 43, .12);
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --sans: "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 8px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 78px; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(255,255,255,.94); box-shadow: 0 5px 24px rgba(26, 45, 35, .08); backdrop-filter: blur(14px); }
.header-inner { width: min(1240px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); line-height: 1.2; }
.scrolled .brand { color: var(--forest-dark); }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brand b { display: block; font-family: var(--serif); font-size: 21px; letter-spacing: .14em; }
.brand small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .2em; }
.global-nav { display: flex; align-items: center; gap: 32px; color: var(--white); font-size: 13px; font-weight: 600; letter-spacing: .06em; }
.scrolled .global-nav { color: var(--ink); }
.global-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.global-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s; }
.global-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 24px; border-radius: 999px; background: var(--accent); color: var(--white); transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--accent-dark); transform: translateY(-2px); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 1.5px; margin: 6px auto; background: var(--white); transition: .25s; }
.scrolled .menu-button span, .menu-open .menu-button span { background: var(--ink); }

.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; animation: heroZoom 18s ease-out both; }
@keyframes heroZoom { from { transform: scale(1.03); } to { transform: scale(1.11); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,34,26,.72) 0%, rgba(24,38,30,.37) 48%, rgba(20,35,26,.10) 78%), linear-gradient(0deg, rgba(15,26,20,.30), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding-top: 70px; }
.hero-kicker { margin: 0 0 22px; font-size: 13px; font-weight: 600; letter-spacing: .24em; }
.hero-kicker::before { content: ""; display: inline-block; width: 42px; height: 1px; margin: 0 14px 4px 0; background: currentColor; }
.hero h1 { margin: 0; font: 600 clamp(42px, 5vw, 72px)/1.35 var(--serif); letter-spacing: .08em; text-shadow: 0 5px 30px rgba(0,0,0,.18); }
.hero h1 .hero-title-first { color: var(--white); }
.hero h1 .hero-title-second { color: #f6d8ad; }
.mobile-punctuation { display: none; }
.hero-copy { margin: 26px 0 0; font-size: 16px; line-height: 2; letter-spacing: .04em; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 58px; padding: 0 28px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 3px; font-weight: 700; font-size: 14px; letter-spacing: .06em; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); }
.button-accent { background: var(--accent); color: var(--white); box-shadow: 0 10px 28px rgba(215,105,53,.28); }
.button-accent:hover { background: var(--accent-dark); box-shadow: 0 14px 34px rgba(215,105,53,.35); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.button-ghost:hover { background: rgba(255,255,255,.18); }
.button-primary { background: var(--forest); color: var(--white); }
.button-primary:hover { background: var(--forest-dark); }
.direct-benefit { display: flex; align-items: center; gap: 10px; margin: 17px 0 0; font-size: 12px; letter-spacing: .05em; }
.direct-benefit span { padding: 3px 9px; background: #f2dca9; color: var(--forest-dark); border-radius: 2px; font-weight: 700; }
.hero-scroll { position: absolute; z-index: 2; right: 30px; bottom: 38px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .25em; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 60px; background: rgba(255,255,255,.7); position: relative; overflow: hidden; }
.hero-scroll span::after { content: ""; position: absolute; width: 100%; height: 40%; background: #fff; animation: scrollDown 2s infinite; }
@keyframes scrollDown { from { transform: translateY(-120%); } to { transform: translateY(280%); } }

.quick-info { position: relative; z-index: 3; margin-top: -1px; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-info-grid > div { min-height: 106px; padding: 25px 20px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); }
.quick-info-grid > div:first-child { border-left: 1px solid var(--line); }
.quick-icon { width: 8px; height: 8px; overflow: hidden; color: var(--sage); border-radius: 50%; }
.quick-info p { margin: 0; line-height: 1.4; }
.quick-info small { display: block; color: var(--ink-soft); font-size: 10px; letter-spacing: .1em; }
.quick-info strong { display: block; margin-top: 6px; font: 600 16px var(--serif); letter-spacing: .06em; }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.eyebrow { margin: 0 0 13px; color: #8a7659; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section-heading h2, .section-title h2, .booking-copy h2 { margin: 0; font: 600 clamp(31px, 3.2vw, 47px)/1.55 var(--serif); letter-spacing: .08em; }
.intro-copy { padding-top: 14px; }
.intro-copy p { margin: 0 0 20px; color: var(--ink-soft); line-height: 2.2; }

.section-title { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-title > p:last-child { margin: 18px 0 0; color: var(--ink-soft); font-size: 14px; }
.section-title-left { max-width: 780px; margin-left: 0; text-align: left; }
.features { position: relative; background: var(--cream); overflow: hidden; }
.features::before { content: "KINARI"; position: absolute; top: -45px; left: -10px; color: rgba(66,90,73,.045); font: 700 180px var(--serif); letter-spacing: .1em; }
.feature-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 330px; padding: 36px 28px; background: var(--white); border-bottom: 3px solid transparent; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--accent); }
.feature-number { position: absolute; right: 22px; top: 18px; color: rgba(39,58,47,.13); font: 600 34px var(--serif); }
.feature-icon { width: 58px; height: 58px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 50%; background: #eef1ea; color: var(--forest); }
.feature-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.feature-card h3 { margin: 0 0 14px; font: 600 19px var(--serif); letter-spacing: .05em; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.9; }
.section-cta { margin-top: 48px; text-align: center; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding: 8px 2px 12px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(6px); }

.rooms { background: var(--white); }
.gallery { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 10px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; cursor: zoom-in; }
.gallery-main { grid-row: 1 / 3; }
.gallery-item:nth-child(4) { grid-column: 2 / 4; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,31,24,.5), transparent 55%); transition: background .3s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span { position: absolute; z-index: 1; left: 20px; bottom: 16px; color: var(--white); font: 500 13px var(--serif); letter-spacing: .08em; }
.room-info { margin-top: 34px; padding: 38px 44px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; background: var(--cream); }
.room-layout { border-right: 1px solid var(--line); padding-right: 50px; }
.room-layout h3, .amenities h3 { margin: 0 0 12px; font: 600 21px var(--serif); letter-spacing: .06em; }
.room-layout > p:last-child { margin: 0; color: var(--ink-soft); font-size: 13px; }
.amenities ul { margin: 17px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px 18px; list-style: none; }
.amenities li { position: relative; padding-left: 14px; color: var(--ink-soft); font-size: 12px; }
.amenities li::before { content: ""; position: absolute; left: 0; top: .8em; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

.experiences { background: #eef0e9; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.experience-card { background: var(--white); overflow: hidden; }
.experience-image { position: relative; height: 250px; overflow: hidden; }
.experience-image img { height: 100%; object-fit: cover; transition: transform .6s; }
.experience-card:hover img { transform: scale(1.05); }
.experience-image span { position: absolute; right: 0; bottom: 0; padding: 8px 14px; color: var(--white); background: var(--forest); font-size: 10px; }
.experience-body { padding: 25px 25px 29px; }
.experience-body > p:first-child { margin: 0 0 8px; color: #99805d; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.experience-body h3 { margin: 0 0 11px; font: 600 18px var(--serif); }
.experience-body > p:last-child { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }

.plans { position: relative; background: var(--forest-dark); color: var(--white); overflow: hidden; }
.plans::after { content: ""; position: absolute; width: 500px; height: 500px; right: -250px; bottom: -250px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.plans-container { position: relative; z-index: 1; }
.plans .section-title > p:last-child { color: rgba(255,255,255,.68); }
.plans .eyebrow { color: #ddc69d; }
.best-rate { padding: 22px 28px; display: flex; align-items: center; gap: 38px; background: #f2dfb8; color: var(--forest-dark); }
.best-rate > div { min-width: 240px; padding-right: 30px; border-right: 1px solid rgba(42,62,49,.2); }
.best-rate span { display: block; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.best-rate strong { display: block; margin-top: 3px; font: 600 21px var(--serif); }
.best-rate p { margin: 0; font-size: 12px; line-height: 1.8; }
.price-table { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.price-row { min-height: 104px; padding: 20px 30px; display: grid; grid-template-columns: 1.35fr .7fr .7fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); }
.price-head { min-height: 46px; padding-block: 8px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .12em; }
.price-row > span:not(:first-child) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.13); }
.price-row strong { display: block; font: 600 17px var(--serif); letter-spacing: .04em; }
.price-row b { font: 600 20px var(--serif); }
.price-row small { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; }
.price-notes { margin: 22px 0 0; padding: 0; color: rgba(255,255,255,.64); list-style: none; font-size: 11px; }
.price-notes li { margin: 5px 0; }
.price-notes li::before { content: "※ "; }

.reviews { background: var(--cream); }
.review-score { margin-top: 22px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.review-score > strong { font: 600 37px var(--serif); }
.review-score > span { color: #df9c3c; font-size: 13px; letter-spacing: .12em; text-align: left; }
.review-score small { display: block; color: var(--ink-soft); font-size: 9px; letter-spacing: .06em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 32px 29px; background: var(--white); border-radius: 2px; box-shadow: 0 10px 30px rgba(38,53,45,.05); }
.stars { color: #df9c3c; font-size: 12px; letter-spacing: .13em; }
.review-card blockquote { min-height: 130px; margin: 17px 0 26px; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.reviewer { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line); padding-top: 20px; }
.reviewer > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e8ece4; font: 600 15px var(--serif); }
.reviewer p { margin: 0; line-height: 1.4; }
.reviewer strong { display: block; font-size: 11px; }
.reviewer small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 9px; }

.access { background: var(--white); }
.access-grid { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 500px; box-shadow: var(--shadow); }
.map-wrap { position: relative; min-height: 500px; background: #dae1d8; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 500px; border: 0; filter: saturate(.65) sepia(.08); }
.map-wrap > a { position: absolute; right: 12px; bottom: 12px; padding: 8px 12px; background: rgba(255,255,255,.95); box-shadow: 0 3px 15px rgba(0,0,0,.1); font-size: 10px; }
.access-info { padding: 48px 44px; background: var(--cream); }
.access-name { margin: 0 0 17px; font: 600 20px var(--serif); }
.access-info > p:nth-child(2) { color: var(--ink-soft); font-size: 12px; }
.access-info dl { margin: 30px 0 0; }
.access-info dl > div { margin-bottom: 21px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.access-info dt { margin-bottom: 6px; color: #8a7659; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.access-info dd { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.access-note { margin: 21px 0 0; color: var(--ink-soft); font-size: 10px; }

.booking { position: relative; background: #e8ede6; overflow: hidden; }
.booking::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(var(--forest) .7px, transparent .7px); background-size: 18px 18px; }
.booking-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.booking-copy { position: sticky; top: 120px; }
.booking-copy > p:nth-of-type(2) { margin: 23px 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.booking-benefits { margin: 30px 0; }
.booking-benefits p { margin: 9px 0; font-size: 13px; font-weight: 600; }
.booking-benefits span { margin-right: 8px; color: var(--accent); }
.phone-box { padding: 20px 22px; display: flex; flex-direction: column; background: var(--white); border-left: 3px solid var(--accent); }
.phone-box small, .phone-box span { color: var(--ink-soft); font-size: 9px; }
.phone-box a { margin: 2px 0; color: var(--forest); font: 600 25px var(--serif); letter-spacing: .04em; }
.booking-form { position: relative; padding: 42px 48px; background: var(--white); box-shadow: var(--shadow); }
.form-title { margin-bottom: 29px; padding-bottom: 18px; display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); }
.form-title span { font: 600 21px var(--serif); }
.form-title small { color: var(--ink-soft); font-size: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.date-fields { padding: 16px; border: 1px solid var(--line); background: var(--cream); }
.date-field { min-width: 0; margin-bottom: 0; }
.date-field label::before { content: ""; width: 14px; height: 14px; margin-right: 7px; display: inline-block; vertical-align: -2px; background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23385746' stroke-width='1.8'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E"); }
.date-field input[type="date"] { min-width: 0; max-width: 100%; display: block; background: var(--white); }
.date-field input[type="date"]::-webkit-date-and-time-value { min-width: 0; text-align: left; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; }
.form-field label em { margin-left: 7px; padding: 2px 5px; background: var(--accent); color: var(--white); font-size: 8px; font-style: normal; }
.form-field label span { color: var(--ink-soft); font-size: 9px; font-weight: 400; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #d7dbd5; border-radius: 2px; background: #fbfcfa; color: var(--ink); outline: 0; transition: border .2s, box-shadow .2s; }
.form-field input, .form-field select { height: 52px; padding: 0 14px; }
.form-field textarea { padding: 12px 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(141,160,141,.18); }
.form-field.invalid input, .form-field.invalid select { border-color: #c55142; }
.field-error { display: none; margin: 4px 0 0; color: #b74637; font-size: 9px; line-height: 1.4; }
.form-field.invalid .field-error, .privacy-error.show { display: block; }
.privacy { display: flex; align-items: center; gap: 9px; font-size: 10px; cursor: pointer; }
.privacy input { width: 17px; height: 17px; accent-color: var(--forest); }
.privacy a { border-bottom: 1px solid; }
.form-submit { width: 100%; margin-top: 22px; }
.form-note { margin: 11px 0 0; color: var(--ink-soft); font-size: 9px; text-align: center; }
.form-success { display: none; position: absolute; inset: 0; padding: 50px; background: var(--white); text-align: center; place-content: center; }
.booking-form.submitted .form-success { display: grid; }
.form-success > span { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e3eee4; color: var(--forest); font-size: 26px; }
.form-success h3 { margin: 0 0 12px; font: 600 23px var(--serif); }
.form-success p { max-width: 390px; margin: 0 auto 24px; color: var(--ink-soft); font-size: 12px; }
.form-success .reservation-number { margin-top: -12px; padding: 9px 14px; border: 1px solid var(--line); background: var(--cream); color: var(--ink); font-size: 10px; }
.form-success button { border: 0; border-bottom: 1px solid; background: none; cursor: pointer; font-size: 11px; }

.availability { background: var(--cream); }
.calendar-panel { padding: 36px; background: var(--white); box-shadow: var(--shadow); }
.calendar-toolbar { margin-bottom: 27px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.calendar-toolbar p { min-width: 220px; margin: 0; text-align: center; line-height: 1.4; }
.calendar-toolbar strong { display: block; font: 600 19px var(--serif); letter-spacing: .06em; }
.calendar-toolbar small { color: var(--ink-soft); font-size: 9px; }
.calendar-nav { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; transition: background .2s, color .2s; }
.calendar-nav:hover { background: var(--forest); color: var(--white); }
.calendar-months { display: grid; grid-template-columns: repeat(2,1fr); gap: 36px; }
.calendar-month h3 { margin: 0 0 15px; font: 600 17px var(--serif); text-align: center; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7,1fr); }
.calendar-weekdays span { padding: 7px 0; color: var(--ink-soft); font-size: 9px; text-align: center; }
.calendar-weekdays span:first-child { color: #bd5b4e; }
.calendar-weekdays span:last-child { color: #547b9b; }
.calendar-day { position: relative; min-height: 60px; padding: 5px 1px; border: 1px solid transparent; background: transparent; color: var(--ink); cursor: pointer; }
.calendar-day:not(:disabled):hover { border-color: var(--sage); background: #f0f4ed; }
.calendar-day span { display: block; font-size: 12px; }
.calendar-day small { display: block; color: var(--sage); font-size: 8px; }
.calendar-day .calendar-price { margin-top: 2px; color: var(--forest); font-size: 8px; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; white-space: nowrap; }
.calendar-day.is-outside { visibility: hidden; }
.calendar-day.is-past, .calendar-day.is-full { color: #bbb; cursor: not-allowed; }
.calendar-day.is-full small { color: #c67568; font-size: 7px; }
.calendar-day.is-selected { border-color: var(--forest); background: var(--forest); color: var(--white); }
.calendar-day.is-selected small { color: rgba(255,255,255,.88); }
.calendar-day.is-range { background: #e4ece3; border-radius: 0; }
.calendar-legend { margin-top: 20px; display: flex; justify-content: center; gap: 24px; color: var(--ink-soft); font-size: 9px; }
.calendar-legend span { display: flex; align-items: center; gap: 7px; }
.calendar-legend i { width: 12px; height: 12px; border-radius: 2px; }
.legend-open { border: 1px solid var(--sage); background: var(--white); }
.legend-selected { background: var(--forest); }
.legend-full { background: #e6d3cf; }
.calendar-selection { margin-top: 27px; padding: 20px 24px; display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; gap: 22px; background: var(--cream); }
.calendar-selection > div { text-align: center; }
.calendar-selection small { display: block; color: var(--ink-soft); font-size: 9px; }
.calendar-selection strong { display: block; margin-top: 4px; font: 600 15px var(--serif); }
.calendar-clear { padding: 9px 13px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-size: 9px; }
.calendar-notice { margin: 12px 0 0; color: var(--ink-soft); font-size: 9px; text-align: center; }

.legal-section { background: #f3f0e8; }
.template-alert { max-width: 900px; margin: 0 auto 28px; padding: 19px 22px; border-left: 4px solid var(--accent); background: #fff4e9; }
.template-alert strong { font-size: 13px; }
.template-alert p { margin: 4px 0 0; color: var(--ink-soft); font-size: 11px; }
.legal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.legal-card { padding: 30px; background: var(--white); border: 1px solid var(--line); }
.legal-card h3 { margin: 0 0 20px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font: 600 19px var(--serif); }
.legal-card dl { margin: 0; }
.legal-card dl > div { padding: 9px 0; display: grid; grid-template-columns: 115px 1fr; gap: 15px; border-bottom: 1px dotted var(--line); }
.legal-card dt { color: var(--ink-soft); font-size: 10px; font-weight: 600; }
.legal-card dd { margin: 0; font-size: 11px; }
.legal-card .replace-required dd { color: #b65842; font-weight: 600; }
.legal-card > p { margin: 0 0 12px; color: var(--ink-soft); font-size: 11px; line-height: 1.95; }
.policy-list, .check-list { margin: 0; padding: 0; list-style: none; }
.policy-list li { padding: 10px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px dotted var(--line); font-size: 11px; }
.policy-list strong { color: var(--forest); }
.check-list li { position: relative; margin: 9px 0; padding-left: 18px; color: var(--ink-soft); font-size: 11px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
.legal-disclaimer { margin: 24px 0 0; color: var(--ink-soft); font-size: 9px; text-align: center; }

.site-footer { padding: 72px 0 22px; background: #192b22; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .65fr .75fr; gap: 48px; }
.brand-light { color: var(--white); }
.footer-brand > p { margin: 20px 0 0; font-size: 11px; }
.footer-info { display: flex; flex-direction: column; gap: 6px; font-size: 11px; }
.footer-info p { margin: 0 0 5px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; font-size: 11px; }
.footer-links a:hover, .footer-info a:hover { color: var(--white); }
.footer-social > p { margin: 0 0 12px; color: var(--white); font: 600 14px var(--serif); }
.footer-social div { display: flex; flex-direction: column; gap: 7px; font-size: 10px; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 9px; }
.footer-bottom p { margin: 0; }
.mobile-action { display: none; }

.lightbox { width: min(1000px, 92vw); max-width: none; padding: 0; border: 0; background: transparent; color: var(--white); overflow: visible; }
.lightbox::backdrop { background: rgba(11,20,15,.9); backdrop-filter: blur(5px); }
.lightbox img { max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 8px 0 0; text-align: center; font-size: 11px; }
.lightbox-close { position: absolute; right: -4px; top: -45px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--white); font-size: 31px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.feature-card:nth-child(2), .experience-card:nth-child(2), .review-card:nth-child(2) { transition-delay: .08s; }
.feature-card:nth-child(3), .experience-card:nth-child(3), .review-card:nth-child(3) { transition-delay: .16s; }
.feature-card:nth-child(4) { transition-delay: .24s; }

@media (max-width: 940px) {
  .section { padding: 92px 0; }
  .global-nav { gap: 18px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card { min-height: 280px; }
  .gallery { grid-template-columns: 1.4fr 1fr; }
  .gallery-item:nth-child(4) { grid-column: auto; }
  .amenities ul { grid-template-columns: repeat(2, 1fr); }
  .booking-grid { gap: 45px; }
  .booking-form { padding: 36px 32px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 68px; }
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 76px 0; }
  .site-header { z-index: 1200; height: 64px; }
  .header-inner { width: calc(100% - 30px); }
  .brand b { font-size: 18px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 31px; height: 31px; }
  .menu-button { position: relative; z-index: 2; display: block; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 0; padding: max(92px, calc(64px + env(safe-area-inset-top) + 28px)) 32px max(40px, calc(env(safe-area-inset-bottom) + 28px)); display: flex; flex-direction: column; align-items: stretch; gap: 4px; overflow-y: auto; overscroll-behavior: contain; background: var(--cream); color: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
  .menu-open .global-nav { transform: none; }
  body.menu-open .site-header,
  body.inner-page.menu-open .site-header { background: var(--cream); box-shadow: none; backdrop-filter: none; }
  body.menu-open .brand,
  body.inner-page.menu-open .brand { color: var(--ink); }
  body.menu-open .menu-button span,
  body.inner-page.menu-open .menu-button span { background: var(--ink); }
  .global-nav > a:not(.nav-cta) { padding: 15px 4px; border-bottom: 1px solid var(--line); font: 600 18px var(--serif); }
  .global-nav .nav-cta { margin-top: 24px; padding: 16px 20px; text-align: center; }
  .menu-open .mobile-action { visibility: hidden; pointer-events: none; }
  .hero { min-height: 690px; height: 94svh; align-items: flex-end; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(17,30,22,.86) 0%, rgba(20,34,26,.45) 56%, rgba(20,34,26,.1) 100%); }
  .hero-content { padding-top: 110px; padding-bottom: 65px; }
  .hero-kicker { margin-bottom: 15px; font-size: 10px; letter-spacing: .16em; }
  .hero-kicker::before { width: 25px; margin-right: 9px; }
  .hero h1 { font-size: clamp(35px, 10.8vw, 48px); line-height: 1.45; letter-spacing: .04em; }
  .hero-title-first, .hero-title-second { display: inline-block; white-space: nowrap; }
  .desktop-punctuation { display: none; }
  .mobile-punctuation { display: inline; }
  .hero-copy { margin-top: 18px; font-size: 13px; line-height: 1.9; }
  .hero-copy br { display: none; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-ghost { display: none; }
  .direct-benefit { align-items: flex-start; font-size: 10px; line-height: 1.6; }
  .hero-scroll { display: none; }
  .quick-info-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-info-grid > div { min-height: 83px; justify-content: flex-start; padding: 16px; border-bottom: 1px solid var(--line); }
  .quick-info-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .quick-info small { font-size: 8px; }
  .quick-info strong { margin-top: 3px; font-size: 13px; }
  .intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2, .section-title h2, .booking-copy h2 { font-size: clamp(29px, 8.3vw, 39px); line-height: 1.5; }
  .intro-copy { padding: 0; }
  .intro-copy p { font-size: 13px; line-height: 2; }
  .section-title { margin-bottom: 38px; text-align: left; }
  .section-title > p:last-child { font-size: 12px; line-height: 1.9; }
  .features::before { font-size: 90px; top: -20px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { min-height: 0; padding: 29px 25px; }
  .feature-icon { width: 52px; height: 52px; margin-bottom: 18px; }
  .feature-card h3 { font-size: 18px; }
  .feature-card p { font-size: 12px; }
  .section-cta { margin-top: 34px; }
  .button { min-height: 56px; }
  .section-cta .button { width: 100%; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 140px 140px; gap: 7px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item:nth-child(4) { grid-column: 1 / 3; }
  .gallery-item span { left: 13px; bottom: 10px; font-size: 10px; }
  .room-info { margin-top: 18px; padding: 27px 23px; grid-template-columns: 1fr; gap: 25px; }
  .room-layout { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .amenities ul { grid-template-columns: 1fr 1fr; }
  .experience-grid { grid-template-columns: 1fr; gap: 16px; }
  .experience-image { height: 220px; }
  .experience-body { padding: 22px; }
  .best-rate { padding: 20px; display: block; }
  .best-rate > div { min-width: 0; padding: 0 0 13px; border: 0; }
  .best-rate p { padding-top: 13px; border-top: 1px solid rgba(42,62,49,.2); }
  .price-table { overflow: hidden; }
  .price-row { min-height: 0; padding: 19px 15px; grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .price-head { display: none; }
  .price-row > span:first-child { grid-column: 1 / 3; padding-bottom: 13px; border-bottom: 1px dashed rgba(255,255,255,.16); }
  .price-row > span:not(:first-child) { padding-left: 13px; }
  .price-row > span:nth-child(2)::before, .price-row > span:nth-child(3)::before { display: block; margin-bottom: 3px; color: rgba(255,255,255,.53); font-size: 8px; }
  .price-row > span:nth-child(2)::before { content: "平日"; }
  .price-row > span:nth-child(3)::before { content: "休前日"; }
  .price-row b { font-size: 17px; }
  .price-notes { font-size: 9px; }
  .review-score { justify-content: flex-start; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card blockquote { min-height: auto; }
  .access-grid { grid-template-columns: 1fr; min-height: 0; }
  .map-wrap, .map-wrap iframe { min-height: 310px; }
  .access-info { padding: 32px 25px; }
  .booking-grid { grid-template-columns: 1fr; gap: 35px; }
  .booking-copy { position: static; }
  .phone-box { display: none; }
  .booking-form { padding: 28px 20px; margin-inline: -4px; }
  .form-title { display: block; }
  .form-title small { display: block; margin-top: 4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .date-fields { margin-bottom: 22px; padding: 0; gap: 0; border: 0; background: transparent; }
  .date-field { margin: 0; padding: 16px; border: 1px solid #cfd7cf; background: var(--cream); }
  .date-field + .date-field { margin-top: 10px; }
  .date-field label { margin-bottom: 9px; font-size: 11px; }
  .date-field input[type="date"] { width: 100%; min-width: 0; height: 58px; padding: 0 12px; border: 1px solid #bfcbbf; border-radius: 4px; background-color: var(--white); font-size: 16px; line-height: normal; -webkit-appearance: none; appearance: none; }
  .date-field input[type="date"]::-webkit-calendar-picker-indicator { width: 24px; height: 24px; margin: 0; padding: 6px; opacity: .75; }
  .form-field input, .form-field select { height: 54px; font-size: 16px; }
  .form-field textarea { font-size: 16px; }
  .form-success { padding: 30px 20px; }
  .calendar-panel { padding: 24px 14px; }
  .calendar-toolbar { gap: 8px; }
  .calendar-toolbar p { min-width: 0; flex: 1; }
  .calendar-nav { width: 38px; height: 38px; flex: 0 0 38px; }
  .calendar-months { grid-template-columns: 1fr; gap: 35px; }
  .calendar-day { min-height: 54px; padding-inline: 0; }
  .calendar-day span { font-size: 11px; }
  .calendar-day .calendar-price { font-size: 7px; }
  .calendar-selection { padding: 17px 12px; grid-template-columns: 1fr auto 1fr; gap: 10px; }
  .calendar-selection .calendar-clear { grid-column: 1 / 4; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card { padding: 25px 20px; }
  .legal-card dl > div { grid-template-columns: 95px 1fr; }
  .site-footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-links { display: none; }
  .footer-bottom { margin-top: 35px; display: block; }
  .footer-bottom small { display: block; margin-top: 15px; }
  .mobile-action { position: fixed; z-index: 1100; inset: auto 0 0; height: 68px; display: grid; grid-template-columns: 78px 1fr; background: var(--white); box-shadow: 0 -8px 25px rgba(25,43,34,.13); }
  .mobile-phone { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); color: var(--forest); }
  .mobile-phone span { font-size: 19px; line-height: 1; }
  .mobile-phone small { margin-top: 3px; font-size: 9px; }
  .mobile-book { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--accent); color: var(--white); }
  .mobile-book small { font-size: 8px; }
  .mobile-book strong { font-size: 14px; letter-spacing: .06em; }
}

/* QR page */
.qr-page { min-height: 100vh; background: var(--cream); }
.qr-main { min-height: 100vh; padding: 50px 20px; display: grid; place-items: center; }
.qr-card { width: min(580px, 100%); padding: 48px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.qr-brand { display: inline-block; margin-bottom: 32px; color: var(--forest-dark); }
.qr-brand b { display: block; font: 600 25px var(--serif); letter-spacing: .16em; }
.qr-brand small { display: block; font-size: 8px; letter-spacing: .2em; }
.qr-card h1 { margin: 5px 0 8px; font: 600 30px var(--serif); }
.qr-card > p:not(.eyebrow):not(.qr-url) { margin: 0; color: var(--ink-soft); font-size: 11px; }
.qr-image-wrap { width: min(360px, 100%); margin: 28px auto 16px; padding: 18px; border: 1px solid var(--line); background: var(--white); }
.qr-image-wrap img { width: 100%; height: auto; image-rendering: pixelated; }
.qr-url { margin: 0; overflow-wrap: anywhere; color: var(--ink-soft); font-size: 10px; }
.qr-actions { margin-top: 24px; display: flex; justify-content: center; gap: 10px; }
.qr-outline { border: 1px solid var(--forest); color: var(--forest); }
@media (max-width: 520px) {
  .qr-main { padding: 20px 12px; }
  .qr-card { padding: 32px 18px; }
  .qr-card h1 { font-size: 25px; }
  .qr-image-wrap { padding: 12px; }
  .qr-actions { flex-direction: column; }
  .qr-actions .button { width: 100%; }
}

@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; }
}

/* Multi-page additions */
.global-nav a.current:not(.nav-cta)::after { transform: scaleX(1); }
body.menu-open .global-nav { transform: translateX(0) !important; }
.inner-page { padding-top: 78px; }
.inner-page .site-header { background: rgba(255,255,255,.96); box-shadow: 0 5px 24px rgba(26,45,35,.08); backdrop-filter: blur(14px); }
.inner-page .brand, .inner-page .global-nav { color: var(--ink); }
.inner-page .menu-button span { background: var(--ink); }
.page-hero { position: relative; min-height: 550px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero-rooms > img { object-position: center 55%; }
.page-hero-guide > img { object-position: center 62%; }
.page-hero-booking > img { object-position: center 55%; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,31,23,.72), rgba(17,31,23,.08) 75%); }
.page-hero-content { position: relative; z-index: 1; padding-bottom: 68px; }
.page-hero-content > p { margin: 0 0 12px; font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.page-hero-content h1 { margin: 0; font: 600 clamp(40px,5vw,64px)/1.38 var(--serif); letter-spacing: .08em; }
.page-hero-content > span { display: block; margin-top: 16px; font-size: 12px; letter-spacing: .14em; }
.home-photo { background: var(--white); }
.split-showcase { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.split-image { height: 560px; overflow: hidden; }
.split-image img { height: 100%; object-fit: cover; }
.split-copy h2, .journey-copy h2 { margin: 0 0 23px; font: 600 clamp(30px,3.2vw,45px)/1.55 var(--serif); letter-spacing: .07em; }
.split-copy > p:not(.eyebrow), .journey-copy > p:not(.eyebrow) { margin: 0 0 30px; color: var(--ink-soft); font-size: 13px; line-height: 2.1; }
.home-guide { background: #eef0e9; }
.instagram-section { background: var(--white); }
.instagram-heading { margin-bottom: 35px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.instagram-heading h2 { margin: 0; font: 600 clamp(30px,3.2vw,45px)/1.5 var(--serif); letter-spacing: .07em; }
.instagram-heading > div > p:last-child { margin: 15px 0 0; color: var(--ink-soft); font-size: 13px; }
.instagram-follow { min-width: 270px; padding: 17px 20px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); background: var(--cream); transition: transform .2s, box-shadow .2s; }
.instagram-follow:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.instagram-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--white); background: linear-gradient(135deg,#654cdb,#d9328a 52%,#f6a43b); font-size: 21px; }
.instagram-follow small { display: block; color: var(--ink-soft); font-size: 9px; letter-spacing: .12em; }
.instagram-follow strong { display: block; margin-top: 2px; font-size: 13px; }
.instagram-follow > b { margin-left: auto; font-weight: 400; }
.instagram-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.instagram-grid a { position: relative; aspect-ratio: 1; overflow: hidden; background: #ddd; }
.instagram-grid img { height: 100%; object-fit: cover; transition: transform .55s, filter .3s; }
.instagram-grid a::after { content: "Instagram ↗"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--white); background: rgba(29,43,35,.52); font-size: 11px; font-weight: 600; letter-spacing: .08em; opacity: 0; transition: opacity .3s; }
.instagram-grid a:hover::after { opacity: 1; }
.instagram-grid a:hover img { transform: scale(1.06); filter: brightness(.85); }
.instagram-grid a > span { position: absolute; z-index: 2; left: 12px; bottom: 10px; padding: 3px 8px; border-radius: 99px; color: var(--white); background: rgba(20,30,24,.55); font-size: 9px; }
.instagram-note { margin: 20px 0 0; color: var(--ink-soft); font-size: 11px; letter-spacing: .06em; text-align: center; }

.photo-slider-section { background: var(--cream); }
.photo-slider { max-width: 1120px; margin-inline: auto; }
.slider-stage { position: relative; overflow: hidden; background: #d9ded8; box-shadow: var(--shadow); }
.slider-track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); touch-action: pan-y; }
.slider-slide { position: relative; min-width: 100%; height: 660px; margin: 0; overflow: hidden; }
.slider-slide img { height: 100%; object-fit: cover; }
.slider-slide figcaption { position: absolute; inset: auto 0 0; padding: 65px 38px 31px; color: var(--white); background: linear-gradient(0deg, rgba(12,27,19,.76), transparent); }
.slider-slide figcaption strong { display: block; font: 600 21px var(--serif); letter-spacing: .08em; }
.slider-slide figcaption span { display: block; margin-top: 4px; font-size: 11px; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(23,45,33,.28); color: var(--white); font-size: 20px; cursor: pointer; backdrop-filter: blur(4px); transform: translateY(-50%); transition: background .2s, transform .2s; }
.slider-arrow:hover { background: var(--accent); transform: translateY(-50%) scale(1.06); }
.slider-prev { left: 24px; }
.slider-next { right: 24px; }
.slider-count { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: flex; align-items: baseline; gap: 5px; color: var(--white); }
.slider-count b { font: 600 25px var(--serif); }
.slider-count span { font-size: 10px; }
.slider-thumbs { margin-top: 13px; padding-bottom: 8px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--sage) transparent; }
.slider-thumb { flex: 0 0 104px; height: 72px; padding: 0; border: 2px solid transparent; background: #ddd; cursor: pointer; opacity: .58; transition: opacity .2s, border-color .2s; }
.slider-thumb img { height: 100%; object-fit: cover; }
.slider-thumb.is-active { border-color: var(--accent); opacity: 1; }
.room-details { background: var(--white); }
.stay-specs { margin-top: 22px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.stay-specs > div { padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.stay-specs > div:last-child { border: 0; }
.stay-specs small { display: block; color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; }
.stay-specs strong { display: block; margin-top: 7px; font: 600 15px var(--serif); }

.journey-section { padding-top: 25px; background: var(--white); }
.journey-list { display: grid; gap: 100px; }
.journey-item { display: grid; grid-template-columns: 1.12fr .88fr; gap: 75px; align-items: center; }
.journey-item.journey-reverse { grid-template-columns: .88fr 1.12fr; }
.journey-reverse .journey-image { order: 2; }
.journey-image { position: relative; height: 480px; overflow: hidden; }
.journey-image img { height: 100%; object-fit: cover; transition: transform .7s; }
.journey-item:hover .journey-image img { transform: scale(1.04); }
.journey-image > span { position: absolute; left: 0; bottom: 0; width: 64px; height: 64px; display: grid; place-items: center; color: var(--white); background: var(--forest); font: 600 18px var(--serif); }
.journey-copy ul { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.journey-copy li { padding: 6px 12px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; }
.spot-section { background: #eef0e9; }
.spot-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.spot-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 240px; background: var(--white); }
.spot-card > img { height: 100%; object-fit: cover; }
.spot-card > div { padding: 28px 25px; }
.spot-card span { color: #917859; font-size: 9px; font-weight: 700; }
.spot-card h3 { margin: 8px 0 11px; font: 600 18px var(--serif); }
.spot-card p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.9; }
.guide-note { margin: 22px 0 0; color: var(--ink-soft); font-size: 9px; text-align: center; }

@media (max-width: 940px) {
  .split-showcase { gap: 45px; }
  .split-image { height: 480px; }
  .slider-slide { height: 560px; }
  .journey-item, .journey-item.journey-reverse { gap: 42px; }
  .spot-card { grid-template-columns: 1fr; }
  .spot-card > img { height: 220px; }
}

@media (max-width: 760px) {
  .inner-page { padding-top: 64px; }
  .page-hero { min-height: 440px; }
  .page-hero-content { padding-bottom: 43px; }
  .page-hero-content h1 { font-size: clamp(33px,10vw,44px); }
  .split-showcase { grid-template-columns: 1fr; gap: 35px; }
  .split-image { height: 390px; }
  .instagram-heading { margin-bottom: 25px; display: block; }
  .instagram-heading > div > p:last-child { font-size: 12px; }
  .instagram-follow { min-width: 0; width: 100%; margin-top: 24px; }
  .instagram-grid { grid-template-columns: repeat(2,1fr); gap: 5px; }
  .instagram-note { font-size: 9px; line-height: 1.8; }
  .slider-slide { height: 430px; }
  .slider-slide figcaption { padding: 65px 18px 20px; }
  .slider-slide figcaption strong { font-size: 17px; }
  .slider-arrow { top: auto; bottom: 76px; width: 43px; height: 43px; transform: none; }
  .slider-arrow:hover { transform: scale(1.04); }
  .slider-prev { left: 15px; }
  .slider-next { right: 15px; }
  .slider-count { right: 16px; bottom: 20px; }
  .slider-thumb { flex-basis: 82px; height: 58px; }
  .stay-specs { grid-template-columns: 1fr 1fr; }
  .stay-specs > div { padding: 18px 10px; border-bottom: 1px solid var(--line); }
  .stay-specs > div:nth-child(2) { border-right: 0; }
  .stay-specs > div:nth-child(3), .stay-specs > div:nth-child(4) { border-bottom: 0; }
  .journey-list { gap: 68px; }
  .journey-item, .journey-item.journey-reverse { grid-template-columns: 1fr; gap: 30px; }
  .journey-reverse .journey-image { order: 0; }
  .journey-image { height: 350px; }
  .journey-copy h2 { font-size: 29px; }
  .spot-grid { grid-template-columns: 1fr; gap: 16px; }
  .spot-card { grid-template-columns: .9fr 1.1fr; min-height: 190px; }
  .spot-card > img { height: 100%; }
  .spot-card > div { padding: 20px 17px; }
  .spot-card p { font-size: 10px; }
}

@media (max-width: 430px) {
  .slider-slide { height: 360px; }
  .slider-arrow { bottom: 70px; }
  .spot-card { grid-template-columns: 1fr; }
  .spot-card > img { height: 200px; }
}

/* Reservation management demo */
[hidden] { display: none !important; }
.admin-page { min-height: 100vh; background: #edf0ea; }
.admin-shell { min-height: 100vh; }
.admin-header { height: 74px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--forest-dark); color: var(--white); }
.admin-brand { display: flex; align-items: baseline; gap: 13px; }
.admin-brand b { font: 600 22px var(--serif); letter-spacing: .16em; }
.admin-brand span, .admin-site-link { font-size: 10px; letter-spacing: .08em; }
.admin-site-link { padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.55); }
.admin-login { min-height: calc(100vh - 74px); padding: 60px 20px; display: grid; place-items: center; background: linear-gradient(rgba(24,49,36,.67), rgba(24,49,36,.82)), url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&w=1800&q=85') center/cover; }
.admin-login-card { width: min(460px, 100%); padding: 48px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.admin-login-card h1, .admin-title-row h1 { margin: 5px 0 10px; font: 600 34px var(--serif); }
.admin-login-card > p:not(.eyebrow):not(.admin-demo-note), .admin-title-row > div > p:last-child { color: var(--ink-soft); font-size: 11px; }
.admin-login-card form { margin-top: 28px; }
.admin-login-card label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 600; }
.admin-login-card input { width: 100%; height: 54px; padding: 0 15px; border: 1px solid var(--line); background: var(--white); font-size: 16px; }
.admin-login-card .button { width: 100%; margin-top: 13px; border: 0; }
.admin-pin-error { min-height: 1.8em; margin: 8px 0 0; color: #b54f45; font-size: 10px; }
.admin-demo-note { margin: 20px 0 0; padding: 13px 15px; background: var(--cream); color: var(--ink-soft); font-size: 9px; }
.admin-dashboard { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 65px 0 80px; }
.admin-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.admin-title-row p { margin: 0; }
.admin-logout { padding: 9px 14px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 10px; }
.admin-summary { margin: 35px 0 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.admin-summary article { padding: 22px 25px; background: var(--white); border-left: 4px solid var(--sage); box-shadow: 0 8px 25px rgba(36,53,43,.06); }
.admin-summary span { display: block; color: var(--ink-soft); font-size: 10px; }
.admin-summary strong { font: 600 32px var(--serif); }
.admin-summary small { margin-left: 4px; font-size: 9px; }
.admin-toolbar { margin-bottom: 18px; padding: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; background: var(--white); }
.admin-search { flex: 1; }
.admin-search span { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 600; }
.admin-search input { width: min(430px, 100%); height: 43px; padding: 0 13px; border: 1px solid var(--line); }
.admin-toolbar button { height: 43px; padding: 0 17px; border: 0; background: var(--forest); color: var(--white); cursor: pointer; font-size: 10px; }
.reservation-list { display: grid; gap: 14px; }
.reservation-card { padding: 25px 28px; background: var(--white); box-shadow: 0 8px 25px rgba(36,53,43,.06); }
.reservation-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.reservation-id { color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.reservation-card h2 { margin: 3px 0; font: 600 21px var(--serif); }
.reservation-card-head p { margin: 0; color: var(--ink-soft); font-size: 9px; }
.reservation-status { min-width: 115px; height: 39px; padding: 0 10px; border: 1px solid var(--line); background: var(--cream); font-size: 10px; font-weight: 600; }
.reservation-details { margin: 22px 0 0; display: grid; grid-template-columns: 1.4fr .7fr 1.4fr; border-top: 1px solid var(--line); }
.reservation-details > div { padding: 15px 15px 5px 0; }
.reservation-details dt { color: var(--ink-soft); font-size: 9px; }
.reservation-details dd { margin: 3px 0 0; font-size: 11px; font-weight: 500; overflow-wrap: anywhere; }
.reservation-details .reservation-message { grid-column: 1 / -1; border-top: 1px dotted var(--line); }
.reservation-actions { margin-top: 12px; text-align: right; }
.reservation-actions button { border: 0; border-bottom: 1px solid #b66b64; background: none; color: #9c4f48; cursor: pointer; font-size: 9px; }
.admin-empty { padding: 70px 20px; background: var(--white); text-align: center; }
.admin-empty h2 { margin: 0 0 8px; font: 600 23px var(--serif); }
.admin-empty p { margin: 0 0 22px; color: var(--ink-soft); font-size: 11px; }
.admin-security-note { margin: 25px 0 0; padding: 16px 18px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; }

/* 404 */
.error-page { min-height: 100vh; background: var(--forest-dark); }
.error-main, .error-image, .error-overlay { position: fixed; inset: 0; }
.error-image { background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=88') center/cover; }
.error-overlay { background: linear-gradient(90deg, rgba(22,43,32,.9), rgba(22,43,32,.45)); }
.error-content { position: relative; z-index: 1; width: min(1120px, calc(100% - 40px)); min-height: 100vh; margin: 0 auto; padding: 50px 0; display: flex; flex-direction: column; justify-content: center; color: var(--white); }
.error-brand { position: absolute; top: 38px; left: 0; font: 600 22px var(--serif); letter-spacing: .16em; }
.error-brand small { display: block; margin-top: 2px; font: 400 8px var(--sans); letter-spacing: .2em; }
.error-code { margin: 0; color: var(--accent); font: 600 90px/1 var(--serif); letter-spacing: .05em; }
.error-content h1 { margin: 18px 0; font: 600 clamp(31px,5vw,54px)/1.45 var(--serif); }
.error-content > p:not(.error-code) { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; }
.error-actions { margin-top: 34px; display: flex; gap: 12px; }
.error-outline { border: 1px solid rgba(255,255,255,.65); color: var(--white); }

@media (max-width: 760px) {
  .admin-header { height: 64px; padding: 0 20px; }
  .admin-brand span { display: none; }
  .admin-login { min-height: calc(100vh - 64px); padding: 30px 16px; }
  .admin-login-card { padding: 34px 24px; }
  .admin-dashboard { width: min(100% - 28px, 1160px); padding: 40px 0 70px; }
  .admin-title-row { align-items: flex-start; }
  .admin-title-row h1 { font-size: 29px; }
  .admin-summary { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .admin-summary article { padding: 15px 12px; border-left-width: 2px; }
  .admin-summary strong { font-size: 25px; }
  .admin-toolbar { align-items: stretch; flex-direction: column; }
  .admin-search input { width: 100%; }
  .reservation-card { padding: 21px 18px; }
  .reservation-card-head { gap: 12px; }
  .reservation-details { grid-template-columns: 1fr 1fr; }
  .reservation-details > div:nth-child(3), .reservation-details .reservation-message { grid-column: 1 / -1; }
  .error-overlay { background: rgba(22,43,32,.72); }
  .error-content { text-align: center; align-items: center; }
  .error-brand { left: 50%; transform: translateX(-50%); white-space: nowrap; }
  .error-code { font-size: 72px; }
  .error-actions { width: 100%; flex-direction: column; }
  .error-actions .button { width: 100%; }
}
