:root {
  --ink-950: #0d211b;
  --ink-900: #122b24;
  --ink-800: #1b3a31;
  --ink-700: #285047;
  --pine-600: #3f6f5f;
  --sage-500: #7f9f8f;
  --sage-200: #d7e2db;
  --sage-100: #edf3ef;
  --sand-50: #fbfaf6;
  --sand-100: #f5f1e8;
  --sand-200: #ebe3d5;
  --sun-500: #d8895e;
  --sun-400: #e3a173;
  --sky-500: #6f9fb1;
  --white: #fff;
  --text: #183029;
  --muted: #61706a;
  --line: rgba(18, 43, 36, 0.13);
  --line-strong: rgba(18, 43, 36, 0.22);
  --shadow-sm: 0 10px 30px rgba(23, 43, 35, 0.08);
  --shadow-md: 0 24px 70px rgba(20, 46, 38, 0.12);
  --shadow-lg: 0 42px 100px rgba(11, 31, 25, 0.18);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;
  --container: 1200px;
  --font-sans: "Pretendard Variable", Pretendard, SUIT, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  --step--1: clamp(0.78rem, 0.74rem + 0.13vw, 0.86rem);
  --step-0: clamp(0.96rem, 0.91rem + 0.18vw, 1.06rem);
  --step-1: clamp(1.12rem, 1.02rem + 0.42vw, 1.32rem);
  --step-2: clamp(1.35rem, 1.16rem + 0.78vw, 1.82rem);
  --step-3: clamp(1.72rem, 1.38rem + 1.35vw, 2.55rem);
  --step-4: clamp(2.25rem, 1.65rem + 2.3vw, 3.75rem);
  --step-5: clamp(3rem, 2rem + 4vw, 5.7rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.68;
  color: var(--text);
  background: var(--sand-50);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.dialog-open { overflow: hidden; }
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
input, select, textarea { width: 100%; }
::selection { color: var(--white); background: var(--pine-600); }

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: var(--ink-950);
  color: var(--white);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.container--wide { width: min(calc(100% - 2rem), 1380px); margin-inline: auto; }
.section { padding-block: clamp(4.7rem, 8vw, 8rem); }
.section--tight { padding-block: clamp(3.3rem, 5vw, 5.2rem); }
.section--sand { background: var(--sand-100); }
.section--sage { background: var(--sage-100); }
.section--dark { color: var(--white); background: var(--ink-950); }
.section--dark .eyebrow { color: #bfd0c7; }
.section--dark .section-copy { color: #cbd6d1; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--pine-600);
  font-size: var(--step--1);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.8rem; height: 1px; background: currentColor; }
.display {
  margin: 0;
  font-size: var(--step-5);
  line-height: 1.03;
  letter-spacing: -0.058em;
  font-weight: 820;
  text-wrap: balance;
}
.section-title {
  margin: 0;
  max-width: 17ch;
  font-size: var(--step-4);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 820;
  text-wrap: balance;
}
.section-title--wide { max-width: 24ch; }
.section-copy {
  max-width: 58ch;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: var(--step-1);
  line-height: 1.7;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2.3rem, 4vw, 4rem);
}
.section-head > :last-child { max-width: 36rem; }
.kicker { font-weight: 800; color: var(--pine-600); }
.microcopy { margin: 0.65rem 0 0; color: var(--muted); font-size: var(--step--1); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-900);
  font-weight: 820;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.12rem;
}
.text-link svg { width: 1rem; height: 1rem; transition: transform 180ms ease; }
.text-link:hover svg { transform: translateX(0.22rem); }

.announcement {
  position: relative;
  z-index: 80;
  color: #e8efe9;
  background: var(--ink-950);
}
.announcement__inner {
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.035em;
  text-align: center;
}
.announcement__dot { width: 6px; height: 6px; border-radius: 999px; background: var(--sun-400); box-shadow: 0 0 0 5px rgba(227, 161, 115, 0.13); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid transparent;
  background: rgba(251, 250, 246, 0.84);
  backdrop-filter: blur(18px) saturate(150%);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(12, 30, 25, 0.05); }
.site-header__inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.3rem; }
.brand { display: inline-flex; align-items: center; gap: 0.8rem; min-width: 15.5rem; }
.brand__mark { width: 42px; height: 42px; padding: 7px; border-radius: 14px; background: var(--ink-950); box-shadow: var(--shadow-sm); }
.brand__name { display: block; color: var(--ink-950); font-size: 1rem; font-weight: 900; letter-spacing: -0.035em; line-height: 1.15; }
.brand__descriptor { display: block; margin-top: 0.12rem; color: var(--muted); font-size: 0.67rem; font-weight: 750; letter-spacing: 0.11em; text-transform: uppercase; }
.primary-nav { justify-self: center; }
.primary-nav__list { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); margin: 0; padding: 0; list-style: none; }
.primary-nav__link { position: relative; display: block; padding: 0.7rem 0; color: #40534c; font-size: 0.91rem; font-weight: 770; }
.primary-nav__link::after { content: ""; position: absolute; right: 0; bottom: 0.48rem; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--sun-500); transition: transform 180ms ease; }
.primary-nav__link:hover::after,
.primary-nav__link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 0.55rem; }
.header-phone { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.65rem 0.3rem; color: var(--ink-900); font-size: 0.88rem; font-weight: 850; }
.header-phone svg { width: 17px; height: 17px; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.menu-toggle svg { width: 22px; height: 22px; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn--primary { color: var(--white); background: var(--ink-900); box-shadow: 0 12px 28px rgba(17, 42, 35, 0.2); }
.btn--primary:hover { background: #1c4438; box-shadow: 0 18px 34px rgba(17, 42, 35, 0.24); }
.btn--sun { color: var(--ink-950); background: var(--sun-400); box-shadow: 0 12px 28px rgba(216, 137, 94, 0.2); }
.btn--sun:hover { background: #edb087; }
.btn--light { color: var(--ink-950); background: var(--white); border-color: rgba(255,255,255,0.4); }
.btn--ghost { color: var(--ink-900); background: transparent; border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--white); border-color: var(--ink-700); }
.btn--small { min-height: 42px; padding: 0.65rem 1rem; font-size: 0.86rem; }
.btn--block { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(6.5rem, 10vw, 9rem);
  background:
    radial-gradient(circle at 86% 16%, rgba(127, 159, 143, 0.27), transparent 34%),
    radial-gradient(circle at 14% 74%, rgba(227, 161, 115, 0.18), transparent 32%),
    linear-gradient(180deg, #fbfaf6 0%, #f5f1e8 100%);
}
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -270px; top: -250px; border: 1px solid rgba(18,43,36,0.11); border-radius: 50%; box-shadow: 0 0 0 80px rgba(18,43,36,0.025), 0 0 0 160px rgba(18,43,36,0.018); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr); align-items: center; gap: clamp(2.5rem, 6vw, 6.5rem); }
.hero__content { position: relative; z-index: 2; }
.hero__headline-accent { color: var(--pine-600); }
.hero__lead { max-width: 39rem; margin: 1.5rem 0 0; color: #52625c; font-size: var(--step-1); line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.hero__note { display: flex; align-items: center; gap: 0.7rem; margin-top: 1.35rem; color: var(--muted); font-size: 0.84rem; }
.hero__note span:first-child { display: grid; place-items: center; width: 28px; height: 28px; color: var(--pine-600); border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,0.72); font-weight: 900; }
.hero__visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; overflow: hidden; border: 9px solid rgba(255,255,255,0.86); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); background: #d9dedb; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--main { width: 67%; height: 73%; left: 0; top: 4%; }
.hero-photo--top { width: 42%; height: 39%; right: 0; top: 0; }
.hero-photo--bottom { width: 48%; height: 43%; right: 2%; bottom: 0; }
.hero-photo__caption { position: absolute; right: 0.75rem; bottom: 0.75rem; left: 0.75rem; display: flex; justify-content: space-between; gap: 0.5rem; padding: 0.72rem 0.85rem; border: 1px solid rgba(255,255,255,0.28); border-radius: 14px; color: var(--white); background: rgba(11, 31, 25, 0.64); backdrop-filter: blur(12px); font-size: 0.76rem; font-weight: 770; }
.hero-badge { position: absolute; z-index: 4; display: grid; place-items: center; width: 124px; height: 124px; right: 31%; top: 42%; padding: 0.8rem; border-radius: 50%; color: var(--ink-950); background: var(--sun-400); box-shadow: var(--shadow-md); text-align: center; transform: rotate(-7deg); }
.hero-badge strong { display: block; font-size: 1.35rem; line-height: 1.1; }
.hero-badge span { display: block; margin-top: 0.2rem; font-size: 0.72rem; font-weight: 800; line-height: 1.3; }

.booking-shell { position: relative; z-index: 10; margin-top: clamp(-4rem, -5vw, -3rem); }
.booking-bar {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 0.9fr 1fr auto;
  align-items: end;
  gap: 0;
  padding: 0.95rem;
  border: 1px solid rgba(18,43,36,0.09);
  border-radius: 26px;
  background: rgba(255,255,255,0.95);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(15px);
}
.booking-field { min-width: 0; padding: 0.25rem 1rem; border-right: 1px solid var(--line); }
.booking-field label { display: block; margin-bottom: 0.18rem; color: var(--muted); font-size: 0.69rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.booking-field input,
.booking-field select { min-height: 40px; border: 0; outline: 0; color: var(--ink-950); background: transparent; font-weight: 780; }
.booking-field input:focus,
.booking-field select:focus { box-shadow: inset 0 -2px 0 var(--pine-600); }
.booking-bar__submit { min-height: 58px; padding-inline: 1.55rem; border-radius: 18px; white-space: nowrap; }
.booking-status { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0.85rem 0 0; padding: 0 1.1rem; color: var(--muted); font-size: 0.78rem; }
.booking-status__live { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--ink-800); font-weight: 800; }
.booking-status__live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #58a67c; box-shadow: 0 0 0 5px rgba(88,166,124,0.13); }

.proof-strip { padding: 2.2rem 0 1.7rem; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-item { display: flex; align-items: center; gap: 0.9rem; padding: 1.25rem 1.1rem; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item__icon { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--pine-600); background: var(--sage-100); }
.proof-item__icon svg { width: 21px; height: 21px; }
.proof-item strong { display: block; color: var(--ink-950); font-size: 0.93rem; line-height: 1.2; }
.proof-item span { display: block; margin-top: 0.22rem; color: var(--muted); font-size: 0.74rem; line-height: 1.4; }

.purpose-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.15rem; }
.purpose-card { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink-900); box-shadow: var(--shadow-sm); isolation: isolate; }
.purpose-card:nth-child(1), .purpose-card:nth-child(4) { grid-column: span 7; }
.purpose-card:nth-child(2), .purpose-card:nth-child(3) { grid-column: span 5; }
.purpose-card__image { position: absolute; inset: 0; z-index: -2; }
.purpose-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.purpose-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,30,25,0.05) 20%, rgba(10,30,25,0.84) 100%); }
.purpose-card__content { position: absolute; right: 1.6rem; bottom: 1.6rem; left: 1.6rem; color: var(--white); }
.purpose-card__number { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); font-size: 0.73rem; font-weight: 850; }
.purpose-card h3 { margin: 0; font-size: var(--step-3); line-height: 1.12; letter-spacing: -0.035em; }
.purpose-card p { max-width: 35rem; margin: 0.7rem 0 0; color: rgba(255,255,255,0.82); line-height: 1.65; }
.purpose-card__link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.1rem; font-weight: 820; }
.purpose-card__link svg { width: 17px; height: 17px; }
.purpose-card:hover .purpose-card__image img { transform: scale(1.045); }

.room-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.room-intro { position: sticky; top: 120px; }
.room-intro__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-top: 2rem; }
.room-intro__fact { padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.6); }
.room-intro__fact strong { display: block; color: var(--ink-950); font-size: 1.15rem; }
.room-intro__fact span { color: var(--muted); font-size: 0.75rem; }
.room-list { display: grid; gap: 1.2rem; }
.room-card { display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 320px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.room-card__media { position: relative; min-height: 310px; background: #dfe4e1; }
.room-card__media img { width: 100%; height: 100%; object-fit: cover; }
.room-card__badge { position: absolute; top: 1rem; left: 1rem; padding: 0.4rem 0.7rem; border-radius: 999px; color: var(--ink-950); background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); font-size: 0.69rem; font-weight: 850; }
.room-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.4rem, 3.6vw, 2.7rem); }
.room-card__eyebrow { margin: 0 0 0.5rem; color: var(--pine-600); font-size: 0.71rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.room-card h3 { margin: 0; color: var(--ink-950); font-size: var(--step-2); line-height: 1.2; letter-spacing: -0.03em; }
.room-card p { margin: 0.75rem 0 0; color: var(--muted); }
.room-features { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.room-features li { padding: 0.43rem 0.64rem; border-radius: 999px; color: #42544d; background: var(--sage-100); font-size: 0.71rem; font-weight: 740; }
.room-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem; margin-top: 1.35rem; }

.recommender { margin-top: 1.2rem; padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(135deg, var(--ink-950), #234d40); box-shadow: var(--shadow-md); }
.recommender__grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 0.8rem; align-items: end; }
.recommender label { display: block; margin-bottom: 0.35rem; color: #bdcbc4; font-size: 0.72rem; font-weight: 800; }
.recommender select { min-height: 48px; padding: 0 0.85rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; color: var(--white); background: rgba(255,255,255,0.09); outline: none; }
.recommender select option { color: var(--ink-950); background: var(--white); }
.recommender__result { margin: 1rem 0 0; padding: 0.9rem 1rem; border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; background: rgba(255,255,255,0.08); color: #eaf0ed; }
.recommender__result strong { color: var(--sun-400); }

.direct-booking { position: relative; overflow: hidden; border-radius: var(--radius-xl); background: var(--ink-950); box-shadow: var(--shadow-lg); }
.direct-booking::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; right: -270px; top: -340px; box-shadow: 0 0 0 80px rgba(255,255,255,0.025), 0 0 0 160px rgba(255,255,255,0.018); }
.direct-booking__grid { position: relative; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(2rem, 6vw, 5rem); }
.direct-booking__copy { color: #c8d3ce; }
.direct-booking__copy .section-title { color: var(--white); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.benefit-card { min-height: 170px; padding: 1.2rem; border: 1px solid rgba(255,255,255,0.11); border-radius: 20px; background: rgba(255,255,255,0.055); }
.benefit-card__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: var(--ink-950); background: var(--sun-400); }
.benefit-card__icon svg { width: 20px; height: 20px; }
.benefit-card h3 { margin: 1rem 0 0; color: var(--white); font-size: 1rem; }
.benefit-card p { margin: 0.35rem 0 0; color: #aebdb6; font-size: 0.78rem; line-height: 1.55; }

.route-card { display: grid; grid-template-columns: 1fr 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-sm); }
.route-card__map { position: relative; min-height: 560px; overflow: hidden; background:
  radial-gradient(circle at 18% 18%, rgba(216,137,94,.18), transparent 18%),
  radial-gradient(circle at 78% 74%, rgba(111,159,177,.22), transparent 24%),
  linear-gradient(135deg, #e7eee9, #f8f4ec);
}
.route-card__map::before,
.route-card__map::after { content: ""; position: absolute; border: 1px solid rgba(18,43,36,.09); border-radius: 50%; }
.route-card__map::before { width: 420px; height: 420px; left: -200px; top: -120px; }
.route-card__map::after { width: 340px; height: 340px; right: -160px; bottom: -150px; }
.route-line { position: absolute; inset: 9% 9%; }
.route-line svg { width: 100%; height: 100%; }
.route-node { position: absolute; display: flex; align-items: center; gap: 0.7rem; padding: 0.65rem 0.8rem; border: 1px solid rgba(18,43,36,0.12); border-radius: 14px; background: rgba(255,255,255,0.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.route-node strong { display: block; font-size: 0.83rem; line-height: 1.2; }
.route-node span { display: block; color: var(--muted); font-size: 0.66rem; }
.route-node__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sun-500); box-shadow: 0 0 0 6px rgba(216,137,94,0.14); }
.route-node--airport { left: 7%; top: 17%; }
.route-node--home { left: 42%; top: 46%; }
.route-node--home .route-node__dot { background: var(--ink-900); box-shadow: 0 0 0 7px rgba(18,43,36,0.13); }
.route-node--mountain { right: 7%; bottom: 16%; }
.route-card__content { padding: clamp(2rem, 5vw, 4.5rem); }
.route-list { display: grid; gap: 0.8rem; margin-top: 1.8rem; }
.route-item { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 0.9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.route-item__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--pine-600); background: var(--sage-100); }
.route-item__icon svg { width: 22px; height: 22px; }
.route-item strong { display: block; color: var(--ink-950); }
.route-item span { display: block; margin-top: 0.18rem; color: var(--muted); font-size: 0.76rem; }
.route-item__time { color: var(--pine-600); font-weight: 880; white-space: nowrap; }
.map-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.8rem; }

.review-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); }
.review-summary { display: flex; flex-direction: column; justify-content: space-between; min-height: 420px; padding: clamp(1.7rem, 4vw, 3rem); border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(145deg, var(--ink-950), #315f50); }
.review-summary__quote { font-family: var(--font-serif); font-size: var(--step-2); line-height: 1.6; }
.review-summary__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.review-summary__tags span { padding: 0.45rem 0.65rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; color: #dbe5e0; font-size: 0.72rem; }
.review-list { display: grid; gap: 0.85rem; }
.review-card { padding: 1.35rem; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.review-card__head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.review-card__type { color: var(--pine-600); font-size: 0.71rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.review-card__source { color: var(--muted); font-size: 0.68rem; }
.review-card blockquote { margin: 0.85rem 0 0; color: #344a42; font-size: 0.95rem; }

.faq-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.faq-list { border-top: 1px solid var(--line-strong); }
details.faq { border-bottom: 1px solid var(--line); }
details.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 0; cursor: pointer; list-style: none; color: var(--ink-950); font-weight: 820; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--pine-600); transition: transform 180ms ease; }
details.faq[open] summary::after { content: "−"; transform: rotate(180deg); }
details.faq .faq__answer { padding: 0 2.6rem 1.35rem 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; border-radius: var(--radius-xl); background: var(--sand-100); }
.final-cta__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4.5rem); }
.final-cta__title { margin: 0; max-width: 18ch; color: var(--ink-950); font-size: var(--step-3); line-height: 1.2; letter-spacing: -0.04em; }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* Landing pages */
.page-hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.8rem) 0 clamp(4rem, 7vw, 7rem); background: var(--sand-100); }
.page-hero__grid { display: grid; grid-template-columns: 1fr 0.92fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.page-hero__lead { max-width: 42rem; margin: 1.4rem 0 0; color: var(--muted); font-size: var(--step-1); }
.page-hero__proofs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }
.page-hero__proofs span { display: inline-flex; align-items: center; gap: 0.42rem; padding: 0.55rem 0.72rem; border: 1px solid var(--line); border-radius: 999px; color: #42544d; background: rgba(255,255,255,0.65); font-size: 0.74rem; font-weight: 780; }
.page-hero__proofs svg { width: 15px; height: 15px; color: var(--pine-600); }
.page-hero__visual { position: relative; min-height: 520px; }
.page-hero__image { position: absolute; inset: 0 0 0 9%; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__float { position: absolute; left: 0; bottom: 2rem; width: min(260px, 52%); padding: 1.2rem; border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-md); backdrop-filter: blur(16px); }
.page-hero__float strong { display: block; color: var(--ink-950); font-size: 1.05rem; }
.page-hero__float span { display: block; margin-top: 0.25rem; color: var(--muted); font-size: 0.74rem; line-height: 1.5; }
.breadcrumbs { margin-bottom: 1.2rem; color: var(--muted); font-size: 0.74rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 0.45rem; color: #a6b0ab; }

.feature-panes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-pane { padding: 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.feature-pane__number { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--ink-950); background: var(--sun-400); font-size: 0.72rem; font-weight: 900; }
.feature-pane h3 { margin: 1rem 0 0; color: var(--ink-950); font-size: 1.1rem; }
.feature-pane p { margin: 0.5rem 0 0; color: var(--muted); font-size: 0.85rem; }

.split-section { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split-section--reverse { grid-template-columns: 1.08fr 0.92fr; }
.split-section--reverse .split-section__media { order: 2; }
.split-section__media { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-xl); background: #dde5df; box-shadow: var(--shadow-md); }
.split-section__media img { width: 100%; height: 100%; object-fit: cover; }
.split-section__content { max-width: 36rem; }
.check-list { display: grid; gap: 0.72rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 0.65rem; align-items: start; color: #354c43; }
.check-list__icon { display: grid; place-items: center; width: 24px; height: 24px; margin-top: 0.1rem; border-radius: 50%; color: var(--pine-600); background: var(--sage-100); }
.check-list__icon svg { width: 14px; height: 14px; }

.tool-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-md); }
.tool-card__head { padding: clamp(1.6rem, 4vw, 2.8rem); color: var(--white); background: linear-gradient(135deg, var(--ink-950), #2c5a4b); }
.tool-card__head h2 { margin: 0; font-size: var(--step-3); line-height: 1.2; letter-spacing: -0.04em; }
.tool-card__head p { margin: 0.7rem 0 0; color: #c4d0ca; }
.tool-card__body { padding: clamp(1.4rem, 4vw, 2.8rem); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-grid--3 { grid-template-columns: repeat(3, 1fr); }
.field { display: grid; gap: 0.36rem; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--ink-800); font-size: 0.78rem; font-weight: 820; }
.field input,
.field select,
.field textarea { min-height: 50px; padding: 0.72rem 0.85rem; border: 1px solid var(--line-strong); border-radius: 13px; color: var(--ink-950); background: var(--sand-50); outline: none; transition: border-color 160ms ease, box-shadow 160ms ease; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--pine-600); box-shadow: 0 0 0 4px rgba(63,111,95,0.11); }
.field__hint { color: var(--muted); font-size: 0.69rem; }
.radio-row, .checkbox-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.option-chip { position: relative; }
.option-chip input { position: absolute; opacity: 0; pointer-events: none; }
.option-chip span { display: inline-flex; align-items: center; min-height: 42px; padding: 0.55rem 0.75rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--white); cursor: pointer; font-size: 0.76rem; font-weight: 760; transition: background 160ms ease, color 160ms ease, border-color 160ms ease; }
.option-chip input:checked + span { color: var(--white); border-color: var(--ink-900); background: var(--ink-900); }
.tool-result { margin-top: 1.2rem; padding: 1.2rem; border-radius: 16px; background: var(--sage-100); }
.tool-result[hidden] { display: none; }
.tool-result strong { color: var(--ink-950); }
.tool-result p { margin: 0.35rem 0 0; color: #41544c; }
.disclaimer { padding: 0.9rem 1rem; border-left: 3px solid var(--sun-500); color: var(--muted); background: var(--sand-100); font-size: 0.75rem; }

.comparison { width: 100%; border-collapse: collapse; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.comparison th,
.comparison td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.comparison th { color: var(--ink-950); background: var(--sage-100); font-size: 0.78rem; }
.comparison td { color: #46584f; font-size: 0.82rem; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison td:first-child { color: var(--ink-950); font-weight: 820; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0.85rem; }
.gallery-item { position: relative; min-height: 250px; overflow: hidden; border-radius: 20px; cursor: zoom-in; background: #dde3df; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 7; }
.gallery-item:nth-child(2), .gallery-item:nth-child(5) { grid-column: span 5; }
.gallery-item:nth-child(3), .gallery-item:nth-child(4) { grid-column: span 6; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; right: 0.7rem; bottom: 0.7rem; left: 0.7rem; padding: 0.6rem 0.75rem; border-radius: 12px; color: var(--white); background: rgba(10,30,25,0.62); backdrop-filter: blur(10px); font-size: 0.72rem; }

.guide-tabs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 0 0 1.5rem; }
.guide-tab { padding: 0.7rem 0.9rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--white); cursor: pointer; font-size: 0.8rem; font-weight: 820; }
.guide-tab[aria-selected="true"] { color: var(--white); border-color: var(--ink-900); background: var(--ink-900); }
.guide-panel[hidden] { display: none; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.guide-card { padding: 1.35rem; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.guide-card h3 { margin: 0; color: var(--ink-950); font-size: 1.05rem; }
.guide-card p, .guide-card ul { color: var(--muted); font-size: 0.85rem; }
.guide-card ul { margin: 0.65rem 0 0; padding-left: 1.2rem; }

.legal { max-width: 850px; margin-inline: auto; }
.legal h1 { margin: 0; font-size: var(--step-4); letter-spacing: -0.045em; }
.legal h2 { margin: 2.6rem 0 0.7rem; font-size: var(--step-2); }
.legal p, .legal li { color: #45584f; }
.legal ul { padding-left: 1.3rem; }

.site-footer { padding: 4rem 0 6.5rem; color: #cfdbd5; background: var(--ink-950); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: clamp(2rem, 6vw, 6rem); }
.footer-brand .brand__name { color: var(--white); }
.footer-brand .brand__descriptor { color: #9db0a7; }
.footer-copy { max-width: 34rem; margin: 1.3rem 0 0; color: #9fb0a8; font-size: 0.86rem; }
.footer-heading { margin: 0 0 1rem; color: var(--white); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.62rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #b7c5be; font-size: 0.84rem; }
.footer-links a:hover { color: var(--white); }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.11); color: #80958b; font-size: 0.73rem; }
.footer-meta a { color: #a9bbb2; }

.mobile-dock { display: none; }

.dialog { width: min(720px, calc(100% - 1.2rem)); max-height: calc(100dvh - 1.2rem); padding: 0; border: 0; border-radius: 28px; color: var(--text); background: var(--white); box-shadow: var(--shadow-lg); }
.dialog::backdrop { background: rgba(6, 22, 17, 0.7); backdrop-filter: blur(6px); }
.dialog__head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 1.4rem 1.5rem 1.1rem; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); }
.dialog__head h2 { margin: 0; color: var(--ink-950); font-size: var(--step-2); letter-spacing: -0.03em; }
.dialog__head p { margin: 0.3rem 0 0; color: var(--muted); font-size: 0.78rem; }
.dialog__close { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; background: var(--sand-50); }
.dialog__close svg { width: 19px; height: 19px; }
.dialog__body { padding: 1.5rem; }
.dialog__footer { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.65rem; margin-top: 1.35rem; }
.booking-summary { display: none; margin-top: 1.2rem; padding: 1.1rem; border-radius: 16px; background: var(--sage-100); }
.booking-summary.is-visible { display: block; }
.booking-summary pre { margin: 0.7rem 0 0; white-space: pre-wrap; font-family: var(--font-sans); color: #344b42; font-size: 0.78rem; }

.lightbox { width: min(1100px, calc(100% - 1rem)); padding: 0; border: 0; border-radius: 22px; overflow: hidden; background: #0a1713; box-shadow: var(--shadow-lg); }
.lightbox::backdrop { background: rgba(3,13,10,.84); }
.lightbox__image { width: 100%; max-height: 86dvh; object-fit: contain; }
.lightbox__close { position: absolute; top: 0.8rem; right: 0.8rem; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--white); background: rgba(10,23,19,.64); cursor: pointer; backdrop-filter: blur(8px); }

.toast { position: fixed; z-index: 9999; right: 1rem; bottom: 1rem; max-width: min(420px, calc(100% - 2rem)); padding: 0.9rem 1rem; border-radius: 14px; color: var(--white); background: var(--ink-950); box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: 80ms; }
[data-reveal-delay="2"] { transition-delay: 160ms; }
[data-reveal-delay="3"] { transition-delay: 240ms; }

:focus-visible { outline: 3px solid rgba(216,137,94,.55); outline-offset: 3px; }

@media (max-width: 1080px) {
  .primary-nav { display: none; }
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .brand { min-width: 0; }
  .header-actions .header-phone { display: none; }
  .menu-toggle { display: grid; }
  .primary-nav.is-open { position: fixed; inset: 115px 1rem auto; display: block; padding: 1rem; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); }
  .primary-nav.is-open .primary-nav__list { display: grid; gap: 0; }
  .primary-nav.is-open .primary-nav__link { padding: 0.9rem; border-bottom: 1px solid var(--line); }
  .primary-nav.is-open li:last-child .primary-nav__link { border-bottom: 0; }
  .hero__grid { grid-template-columns: 1fr 0.95fr; gap: 2.5rem; }
  .hero__visual { min-height: 510px; }
  .hero-badge { right: 28%; width: 108px; height: 108px; }
  .booking-bar { grid-template-columns: 1fr 1fr 1fr; gap: 0.7rem; }
  .booking-field { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-field:nth-child(4) { border-bottom: 0; }
  .booking-bar__submit { grid-column: span 2; }
  .purpose-card { min-height: 390px; }
  .room-layout, .faq-layout { grid-template-columns: 1fr; }
  .room-intro { position: static; }
  .room-intro__facts { max-width: 500px; }
  .direct-booking__grid { grid-template-columns: 1fr; }
  .route-card { grid-template-columns: 1fr; }
  .route-card__map { min-height: 430px; }
  .page-hero__grid { grid-template-columns: 1fr 0.9fr; gap: 2rem; }
  .page-hero__visual { min-height: 440px; }
  .split-section { gap: 3rem; }
}

@media (max-width: 820px) {
  .announcement__inner { min-height: 34px; font-size: 0.7rem; }
  .site-header__inner { min-height: 70px; }
  .brand__descriptor { display: none; }
  .header-actions .btn { display: none; }
  .hero { padding-top: 3.3rem; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 680px; }
  .hero__visual { min-height: 510px; margin-top: 0.5rem; }
  .hero-photo--main { width: 68%; }
  .hero-photo--top { width: 43%; }
  .hero-photo--bottom { width: 50%; }
  .booking-shell { margin-top: -2.5rem; }
  .booking-bar { grid-template-columns: 1fr 1fr; }
  .booking-bar__submit { grid-column: 1 / -1; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .purpose-card:nth-child(n) { grid-column: span 6; min-height: 360px; }
  .room-card { grid-template-columns: 1fr; }
  .room-card__media { min-height: 300px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-summary { min-height: 340px; }
  .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero__visual { min-height: 480px; }
  .page-hero__image { inset: 0 0 0 7%; }
  .split-section, .split-section--reverse { grid-template-columns: 1fr; }
  .split-section--reverse .split-section__media { order: 0; }
  .split-section__media { min-height: 430px; }
  .feature-panes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .final-cta__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container, .container--wide { width: min(calc(100% - 1.2rem), var(--container)); }
  .section { padding-block: 4.4rem; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__name { font-size: 0.94rem; }
  .display { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .section-head { display: block; }
  .section-head > :last-child { margin-top: 1rem; }
  .hero__lead { font-size: 1rem; }
  .hero__actions .btn { width: 100%; }
  .hero__visual { min-height: 420px; }
  .hero-photo { border-width: 6px; border-radius: 24px; }
  .hero-photo--main { width: 72%; height: 72%; }
  .hero-photo--top { width: 42%; height: 36%; }
  .hero-photo--bottom { width: 48%; height: 40%; }
  .hero-badge { width: 86px; height: 86px; right: 27%; top: 44%; }
  .hero-badge strong { font-size: 1rem; }
  .hero-badge span { font-size: 0.58rem; }
  .booking-bar { display: grid; grid-template-columns: 1fr; padding: 0.8rem; border-radius: 22px; }
  .booking-field { padding: 0.45rem 0.6rem; }
  .booking-field:nth-child(4) { border-bottom: 1px solid var(--line); }
  .booking-bar__submit { grid-column: auto; }
  .booking-status { align-items: flex-start; flex-direction: column; }
  .proof-item { padding: 1rem 0.75rem; gap: 0.65rem; }
  .proof-item__icon { width: 36px; height: 36px; }
  .proof-item strong { font-size: 0.82rem; }
  .proof-item span { font-size: 0.66rem; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card:nth-child(n) { grid-column: 1; min-height: 400px; }
  .room-intro__facts { grid-template-columns: 1fr 1fr; }
  .recommender__grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .route-card__map { min-height: 390px; }
  .route-node { padding: 0.55rem 0.65rem; }
  .route-node strong { font-size: 0.72rem; }
  .route-node span { font-size: 0.6rem; }
  .route-node--airport { left: 3%; top: 14%; }
  .route-node--home { left: 32%; top: 45%; }
  .route-node--mountain { right: 2%; bottom: 13%; }
  .route-item { grid-template-columns: 46px 1fr; }
  .route-item__time { grid-column: 2; }
  .page-hero { padding-top: 3rem; }
  .page-hero__visual { min-height: 390px; }
  .page-hero__image { inset: 0; }
  .page-hero__float { left: 0.8rem; bottom: 0.8rem; width: calc(100% - 1.6rem); }
  .form-grid, .form-grid--3 { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:nth-child(n) { grid-column: 1; min-height: 240px; }
  .guide-grid { grid-template-columns: 1fr; }
  .comparison { display: block; overflow-x: auto; white-space: nowrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-meta { display: grid; }
  .mobile-dock { position: fixed; z-index: 60; right: 0.55rem; bottom: calc(0.55rem + env(safe-area-inset-bottom)); left: 0.55rem; display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 0.55rem; padding: 0.55rem; border: 1px solid rgba(18,43,36,.1); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
  .mobile-dock .btn { min-height: 48px; }
  .site-footer { padding-bottom: 8.5rem; }
  .dialog__body { padding: 1.1rem; }
  .dialog__head { padding: 1.1rem; }
}

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

@media print {
  .announcement, .site-header, .booking-shell, .mobile-dock, .site-footer, .btn, .menu-toggle { display: none !important; }
  body { background: #fff; }
  .section { padding-block: 2rem; }
  .hero { padding: 2rem 0; background: #fff; }
  .hero__grid, .page-hero__grid, .room-layout, .review-grid, .faq-layout, .split-section { display: block; }
  .hero__visual, .page-hero__visual, .split-section__media { max-height: 420px; margin-top: 1rem; }
}

/* Conversion tools and specialist landing-page components */
.page-hero--compact { padding-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.feature-panes--4 { grid-template-columns: repeat(4, 1fr); }
.tool-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.35rem; }
.tool-result--pre pre { margin: 0.75rem 0; white-space: pre-wrap; font-family: var(--font-sans); color: #344b42; font-size: 0.78rem; line-height: 1.65; }
.checklist-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; color: var(--muted); font-size: 0.76rem; }
.checklist-head strong { color: var(--pine-600); font-size: 0.9rem; }
.checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.checklist-item { position: relative; display: flex; align-items: center; gap: 0.8rem; min-height: 78px; padding: 1rem; border: 1px solid var(--line); border-radius: 17px; background: var(--sand-50); cursor: pointer; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.checklist-item:hover { transform: translateY(-1px); border-color: var(--pine-400); }
.checklist-item input { width: 21px; height: 21px; accent-color: var(--pine-600); }
.checklist-item strong, .checklist-item small { display: block; }
.checklist-item strong { color: var(--ink-950); font-size: 0.86rem; }
.checklist-item small { margin-top: 0.16rem; color: var(--muted); font-size: 0.68rem; }
.checklist-item:has(input:checked) { border-color: rgba(63,111,95,.45); background: var(--sage-100); }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 2.5rem 0 0; padding: 0; list-style: none; counter-reset: journey; }
.journey li { position: relative; min-height: 210px; padding: 1.45rem; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); }
.journey li::after { content: ""; position: absolute; top: 2rem; right: -0.65rem; z-index: 2; width: 1.3rem; height: 1px; background: rgba(255,255,255,.2); }
.journey li:last-child::after { display: none; }
.journey__time { display: inline-flex; padding: 0.38rem 0.55rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #bfd0c7; font-size: 0.66rem; font-weight: 850; letter-spacing: .06em; }
.journey strong { display: block; margin-top: 2.3rem; color: var(--white); font-size: 1.03rem; }
.journey p { margin: 0.55rem 0 0; color: #aebdb6; font-size: 0.82rem; }
.dual-plan { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem; }
.plan-card { padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.plan-card__label { color: var(--sun-400); font-size: 0.69rem; font-weight: 900; letter-spacing: .13em; }
.plan-card h3 { margin: 0.7rem 0 0; color: var(--white); font-size: var(--step-2); }
.plan-card ul { margin: 1.2rem 0 1.5rem; padding-left: 1.1rem; color: #bdcac4; font-size: 0.84rem; }
.plan-card li + li { margin-top: 0.5rem; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.decision-card { min-height: 240px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.decision-card__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: var(--pine-600); background: var(--sage-100); }
.decision-card__icon svg { width: 23px; height: 23px; }
.decision-card h3 { margin: 1.15rem 0 0; color: var(--ink-950); font-size: 1.12rem; }
.decision-card p { margin: 0.55rem 0 0; color: var(--muted); font-size: 0.84rem; }
.decision-card .text-link { margin-top: 1.2rem; }
.decision-grid--dark .decision-card { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.055); }
.decision-grid--dark .decision-card h3 { color: var(--white); }
.decision-grid--dark .decision-card p { color: #b7c5be; }
.stay-ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.stay-card { position: relative; padding: 1.7rem; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.stay-card--featured { color: var(--white); border-color: var(--ink-900); background: linear-gradient(145deg, var(--ink-950), #315f50); box-shadow: var(--shadow-md); transform: translateY(-0.55rem); }
.stay-card > span { color: var(--pine-600); font-size: 0.68rem; font-weight: 900; letter-spacing: .12em; }
.stay-card--featured > span { color: var(--sun-400); }
.stay-card h3 { margin: 0.85rem 0 0; color: var(--ink-950); font-size: var(--step-2); }
.stay-card--featured h3 { color: var(--white); }
.stay-card p { color: var(--muted); font-size: 0.84rem; }
.stay-card--featured p, .stay-card--featured ul { color: #c4d0ca; }
.stay-card ul { margin: 1rem 0 0; padding-left: 1.15rem; color: #46584f; font-size: 0.78rem; }
.weather-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.weather-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.weather-card span { display: inline-flex; padding: .35rem .55rem; border-radius: 999px; font-size: .67rem; font-weight: 850; }
.weather-card--good span { color: #276047; background: #e0f1e8; }
.weather-card--watch span { color: #7a571c; background: #fff0cc; }
.weather-card--stop span { color: #8a3c32; background: #fbe2de; }
.weather-card h3 { margin: 1rem 0 0; color: var(--ink-950); font-size: 1.08rem; }
.weather-card p { margin: .55rem 0 0; color: var(--muted); font-size: .84rem; }
.guide-summary { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1rem; margin-bottom: 1rem; padding: 1rem 1.15rem; border-radius: 18px; color: #42544d; background: var(--sage-100); font-size: .8rem; }
.guide-summary strong { color: var(--ink-950); }
.guide-summary a { margin-left: auto; color: var(--pine-600); font-weight: 850; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-sm); }
.contact-panel__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.success-page { min-height: 72vh; display: grid; align-items: center; }
.success-card { max-width: 830px; padding: clamp(2rem, 7vw, 5rem); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-lg); }
.success-card__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: var(--white); background: var(--pine-600); }
.success-card__icon svg { width: 30px; height: 30px; }
.success-card h1 { margin: 1.3rem 0 0; color: var(--ink-950); font-size: var(--step-4); letter-spacing: -.045em; }
.success-card > p { color: var(--muted); font-size: 1rem; }
.success-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 2rem 0; }
.success-steps div { display: flex; align-items: center; gap: .7rem; padding: .9rem; border-radius: 16px; background: var(--sand-100); }
.success-steps strong { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--white); background: var(--ink-900); font-size: .75rem; }
.success-steps span { color: var(--ink-800); font-size: .8rem; font-weight: 780; }
.not-found { min-height: 74vh; display: grid; align-items: center; }
.not-found__grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.not-found__visual { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.not-found__visual img { width: 100%; height: 100%; object-fit: cover; }
.not-found__visual span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .8rem 1rem; border-radius: 14px; color: var(--white); background: rgba(10,30,25,.62); backdrop-filter: blur(10px); font-size: .8rem; }

@media (max-width: 1080px) {
  .feature-panes--4 { grid-template-columns: repeat(2, 1fr); }
  .journey { grid-template-columns: repeat(2, 1fr); }
  .journey li::after { display: none; }
}

@media (max-width: 820px) {
  .stay-ladder, .weather-grid, .decision-grid { grid-template-columns: 1fr; }
  .stay-card--featured { transform: none; }
  .contact-panel, .not-found__grid { grid-template-columns: 1fr; }
  .contact-panel__actions { justify-content: flex-start; }
  .not-found__visual { min-height: 390px; }
}

@media (max-width: 620px) {
  .feature-panes--4, .checklist-grid, .journey, .dual-plan, .success-steps { grid-template-columns: 1fr; }
  .checklist-head { align-items: flex-start; flex-direction: column; }
  .guide-summary { display: grid; }
  .guide-summary a { margin-left: 0; }
  .contact-panel__actions .btn { width: 100%; }
  .not-found__visual { min-height: 300px; }
}
