:root {
  --pink: #ff91b5;
  --pink-strong: #f4689a;
  --green: #73c99b;
  --green-deep: #147a62;
  --yellow: #f8d957;
  --cream: #fffaf4;
  --paper: #ffffff;
  --ink: #18231f;
  --muted: #5e6762;
  --line: #18231f;
  --shadow: 7px 7px 0 var(--ink);
  --radius: 22px;
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  line-height: 1.62;
  letter-spacing: -0.018em;
  word-break: keep-all;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }
[hidden] { display: none !important; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 16px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 72px;
  padding: 10px max(24px, calc((100% - 1180px) / 2));
  border-bottom: 2px solid var(--line);
  background: rgba(255, 250, 244, 0.94);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
.brand span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.brand b { margin-top: 6px; font-size: 12px; letter-spacing: .08em; }
.header-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.header-nav a,
.header-save,
.text-button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  background: transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.header-nav a:hover,
.header-nav a:focus-visible,
.text-button:hover,
.text-button:focus-visible { border-color: var(--ink); }
.header-save {
  min-width: 120px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .92fr);
  min-height: 720px;
  border-bottom: 2px solid var(--line);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px max(48px, calc((100vw - 1180px) / 2));
  padding-right: 64px;
  background: var(--pink);
}
.eyebrow {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  margin-bottom: 34px;
  font-size: clamp(64px, 7.7vw, 122px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.07em;
}
.hero h1 span { color: var(--cream); text-shadow: 2px 2px 0 var(--ink); }
.hero-lead {
  max-width: 600px;
  margin-bottom: 36px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.hero-actions .button {
  flex: 1 1 220px;
  max-width: 330px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 58px;
  padding: 14px 20px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.button-dark { color: white; background: var(--ink); }
.button-yellow { background: var(--yellow); }
.button-full { width: 100%; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.button:active { transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--ink); }
.guide-download-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}
.guide-download-copy b { line-height: 1.35; }
.guide-download-copy small { font-size: 11px; font-weight: 800; opacity: .78; }
.hero-media {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1.1fr .9fr;
  min-width: 0;
  background: var(--ink);
}
.hero-photo { margin: 0; overflow: hidden; }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo-main { grid-row: 1 / 3; }
.hero-photo-main img { object-position: 42% 50%; }
.hero-photo-map { background: #eef9f8; }
.hero-photo-map img { object-position: center; }
.hero-photo-small img { object-position: 70% 48%; }
.hero-photo-small { border-top: 2px solid var(--ink); }
.hero-note {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  background: var(--green);
}
.hero-note b {
  margin-top: 11px;
  font-size: clamp(15px, 1.75vw, 26px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .015em;
  white-space: nowrap;
}
.hero-note span {
  max-width: none;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 900;
  line-height: 1.35;
}
.hero-stamp {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  transform: rotate(-5deg);
}
.hero-media { position: relative; }

.utility-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  padding: 38px max(24px, calc((100% - 1180px) / 2)) 42px;
  border-bottom: 2px solid var(--line);
  background: white;
}
.utility-copy { display: grid; gap: 9px; min-width: 0; }
.utility-bar .utility-kicker {
  margin: 0;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.utility-title {
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.04em;
}
.utility-bar .utility-status {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}
.privacy-note {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 18px 28px;
  align-items: start;
  max-width: 1040px;
  margin-top: 6px;
  padding: 20px 22px;
  border: 2px solid var(--line);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
}
.privacy-note b {
  font-size: 14px;
  line-height: 1.45;
}
.privacy-note span {
  font-size: 13px;
  line-height: 1.7;
}
.utility-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 11px;
}
.utility-guide p {
  display: grid;
  gap: 8px;
  min-height: 126px;
  margin: 0;
  padding: 18px 20px;
  border: 2px solid var(--line);
  color: var(--muted);
  background: var(--cream);
  font-size: 13px;
  line-height: 1.55;
}
.utility-guide b { color: var(--ink); font-size: 13px; }
.utility-guide span { align-self: start; }
.utility-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.utility-actions .text-button {
  min-height: 56px;
  border: 2px solid var(--ink);
  background: white;
}
.utility-actions .text-button:first-child { background: var(--yellow); }
.utility-actions .text-button:last-child { background: var(--green); }

.section {
  padding: 112px max(24px, calc((100% - 1180px) / 2));
  scroll-margin-top: 88px;
}
.section-green { border-block: 2px solid var(--line); background: var(--green); }
.section-yellow { border-block: 2px solid var(--line); background: var(--yellow); }
.section-black { color: white; background: var(--ink); }
.section-pink { border-top: 2px solid var(--line); background: var(--pink); }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr);
  gap: 72px;
  align-items: end;
  max-width: none;
}
.section-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}
.section-heading p:last-child { margin-bottom: 0; font-size: 18px; }

.planner-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.choice-group {
  min-width: 0;
  margin: 0;
  padding: 30px;
  border: 2px solid var(--line);
  background: white;
}
.choice-group:nth-child(2) { grid-row: span 2; }
.choice-group legend {
  padding: 0 8px;
  font-size: 18px;
  font-weight: 900;
}
.choice-group legend span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--pink);
  font-size: 12px;
}
.segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.segmented label,
.choice-cards label { cursor: pointer; }
.segmented input,
.choice-cards input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.segmented span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 8px;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
}
.segmented input:checked + span { color: white; background: var(--ink); }
.segmented input:focus-visible + span,
.choice-cards input:focus-visible + .choice-card { outline: 3px solid var(--pink-strong); outline-offset: 3px; }
.choice-cards { display: grid; gap: 10px; }
.choice-card {
  display: flex;
  flex-direction: column;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--cream);
}
.choice-card b { font-size: 17px; }
.choice-card small { margin-top: 5px; color: var(--muted); font-size: 13px; }
.choice-cards input:checked + .choice-card { background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); }
.planner-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 24px;
  padding: 26px 30px;
  border: 2px solid var(--line);
  background: white;
}
.planner-next strong { display: block; margin-bottom: 6px; font-size: 24px; }
.planner-next p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.recommendation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: end;
  margin-top: 24px;
  padding: 40px;
  border: 2px solid var(--line);
  background: var(--pink);
  box-shadow: var(--shadow);
}
.result-label { margin-bottom: 8px; font-size: 13px; font-weight: 900; }
.recommendation h3 { margin-bottom: 12px; font-size: clamp(28px, 4vw, 48px); line-height: 1.08; }
.recommendation p:last-child { max-width: 720px; margin-bottom: 0; }

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid var(--line);
  background: var(--ink);
  gap: 2px;
}
.area-card {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 0;
  background: var(--cream);
  text-align: left;
  cursor: pointer;
}
.area-card:hover, .area-card:focus-visible { background: white; outline: 4px solid var(--pink); outline-offset: -4px; }
.area-card.is-selected { background: var(--yellow); }
.area-card.is-recommended:not(.is-selected) {
  background: color-mix(in srgb, var(--yellow) 54%, white);
  box-shadow: inset 0 0 0 4px var(--yellow);
}
.area-number { font-size: 12px; font-weight: 900; }
.area-name { margin-top: 54px; font-size: 42px; font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.area-use { margin-top: 12px; font-size: 15px; font-weight: 900; }
.area-detail { margin-top: 22px; font-size: 14px; line-height: 1.65; }
.area-hotel {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(24,35,31,.35);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}
.area-price { margin-top: 7px; color: var(--green-deep); font-size: 11px; font-weight: 900; }
.area-picked {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  gap: 18px 30px;
  align-items: center;
  margin-top: 30px;
  padding: 30px 34px;
  border: 3px solid var(--line);
  background: white;
  box-shadow: 8px 8px 0 var(--ink);
}
.area-picked-kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.area-picked-main {
  display: grid;
  gap: 9px;
  min-width: 0;
}
.area-picked-main strong {
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.055em;
}
.area-picked-main span {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}
.area-picked-price {
  display: grid;
  gap: 6px;
  min-width: 260px;
  padding: 18px 20px;
  border: 2px solid var(--line);
  background: var(--yellow);
}
.area-picked-price span { font-size: 11px; font-weight: 900; }
.area-picked-price b {
  font-size: 16px;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}

.days {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.day-card {
  min-height: 360px;
  padding: 30px;
  border: 2px solid var(--line);
  background: white;
}
.day-card:nth-child(4n+2) { background: #f7efdf; }
.day-card:nth-child(4n+3) { background: #e4f4ea; }
.day-head { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 34px; }
.day-head span { font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.day-head b { max-width: 78%; font-size: 22px; text-align: right; }
.day-card ol { margin: 0; padding: 0; list-style: none; counter-reset: plan; }
.day-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid #b8bdb9;
  counter-increment: plan;
}
.day-card li::before {
  content: counter(plan, decimal-leading-zero);
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
}
.itinerary-note {
  margin-top: 18px;
  padding: 24px 28px;
  border-left: 8px solid var(--pink);
  background: white;
}
.itinerary-note p { margin: 0; }

.budget-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr);
  gap: 24px;
  align-items: start;
}
.budget-form {
  border: 2px solid var(--line);
  background: white;
}
.budget-plan-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-bottom: 2px solid var(--line);
  background: var(--pink);
}
.budget-plan-summary span { font-size: 11px; font-weight: 900; }
.budget-plan-summary b { min-width: 0; font-size: 18px; text-align: right; }
.budget-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  padding: 2px;
  background: var(--ink);
}
.budget-top label {
  display: grid;
  grid-template-columns: 1fr 110px;
  align-items: center;
  gap: 10px;
  padding: 18px;
  background: var(--cream);
  font-weight: 900;
}
.budget-top input, .budget-top select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: white;
  text-align: right;
}
.budget-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: #c4c8c5;
}
.budget-options label {
  display: grid;
  grid-template-columns: minmax(90px, auto) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 14px 18px;
  background: var(--cream);
  font-size: 13px;
  font-weight: 900;
}
.budget-options select,
.budget-options input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: white;
}
.rate-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}
.rate-input i { font-size: 12px; font-style: normal; }
.budget-auto-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: #edf7f1;
}
.budget-auto-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.budget-auto-note .text-button { min-width: max-content; border-color: var(--line); font-size: 12px; }
.budget-row {
  display: grid;
  grid-template-columns: minmax(100px, .5fr) minmax(180px, 1.15fr) minmax(92px, .45fr) minmax(140px, .65fr);
  border-top: 1px solid var(--line);
}
.budget-row > * { min-width: 0; padding: 15px 18px; }
.budget-row .budget-name { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; font-weight: 900; }
.budget-row .budget-method { color: var(--muted); font-size: 13px; border-left: 1px solid #c4c8c5; }
.budget-source {
  display: grid;
  place-items: center;
  border-inline: 1px solid #c4c8c5;
  background: #edf7f1;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.budget-source[data-source-kind="manual"] { background: #ffe5ee; }
.budget-source[data-source-kind="empty"] { color: var(--muted); background: white; }
.budget-row input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #99a09b;
  border-radius: 0;
  background: transparent;
  text-align: right;
}
.budget-row input:focus { border-color: var(--pink-strong); outline: 2px solid var(--pink); outline-offset: 3px; }
.budget-total {
  position: sticky;
  top: 92px;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  border: 2px solid var(--line);
  background: var(--pink);
  box-shadow: var(--shadow);
}
.budget-total p { margin-bottom: 10px; font-size: 13px; font-weight: 900; }
.budget-total strong {
  display: block;
  max-width: 100%;
  font-size: clamp(32px, 2.5vw, 40px);
  line-height: 1.05;
  letter-spacing: -.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-variant-numeric: tabular-nums;
}
.budget-total > span { display: block; margin-top: 10px; font-weight: 800; }
.budget-breakdown { margin: 28px 0; border-top: 1px solid var(--line); }
.budget-breakdown div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(24,35,31,.3);
  font-size: 13px;
}
.budget-breakdown b { min-width: 0; overflow-wrap: anywhere; text-align: right; }
.fine-print { margin: 24px 0 0; font-size: 12px; }

.section-black .eyebrow { color: var(--pink); }
.affiliate-disclosure-compact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: #d7ddd9;
  font-size: 12px;
}
.affiliate-disclosure-compact b {
  display: inline-block;
  flex: 0 0 auto;
  padding: 4px 9px;
  border: 1px solid var(--pink);
  color: var(--pink);
  font-size: 10px;
}
.price-guarantee-note {
  max-width: 880px;
  margin: -14px 0 30px;
  color: #d7ddd9;
  font-size: 12px;
  line-height: 1.65;
}
.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  border: 2px solid var(--pink);
  background: var(--pink);
}
.booking-loading { grid-column: 1 / -1; margin: 0; padding: 30px; color: var(--ink); background: var(--cream); }
.booking-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  color: var(--ink);
  background: var(--cream);
}
.booking-card[data-match="search"] { background: #e8f5ed; }
.booking-card .booking-type { font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.booking-card h3 { margin: auto 0 12px; font-size: 25px; line-height: 1.18; }
.booking-card p { min-height: 54px; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.booking-card a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 2px solid var(--ink);
  font-weight: 900;
  text-decoration: none;
}
.booking-card a:hover, .booking-card a:focus-visible { color: #9f2858; }
.departure-date {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
}
.departure-date input {
  min-height: 52px;
  padding: 10px 14px;
  border: 2px solid var(--line);
  background: white;
}
.countdown-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 30px;
  border: 2px solid var(--line);
  background: var(--green);
}
.countdown-card span { font-size: 13px; font-weight: 900; }
.countdown-card b { margin-top: 8px; font-size: clamp(25px, 4vw, 42px); line-height: 1.2; }
.checklist-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 20px 0;
}
.checklist-progress p { margin: 0; font-size: 12px; font-weight: 900; }
.checklist-progress strong { font-size: 24px; }
.checklist-progress progress { width: 100%; height: 12px; appearance: none; }
.checklist-progress progress::-webkit-progress-bar { background: #d9ddd9; }
.checklist-progress progress::-webkit-progress-value { background: var(--pink-strong); }
.checklist-progress progress::-moz-progress-bar { background: var(--pink-strong); }
.checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.checklist-group { border: 2px solid var(--line); background: white; }
.checklist-group h3 { margin: 0; padding: 16px 20px; border-bottom: 2px solid var(--line); background: var(--yellow); font-size: 15px; }
.checklist-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px 20px;
  border-bottom: 1px solid #d6d9d7;
  cursor: pointer;
}
.checklist-item:last-child { border-bottom: 0; }
.checklist-item input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--green-deep); }
.checklist-item:has(input:checked) span { color: var(--muted); text-decoration: line-through; }

.quick-link-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quick-link-columns > div { border: 2px solid var(--line); background: var(--cream); }
.quick-link-columns h3 { margin: 0; padding: 18px 20px; border-bottom: 2px solid var(--line); background: var(--yellow); }
.quick-link-columns a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid #c8cbc9;
  text-decoration: none;
}
.quick-link-columns a:last-child { border-bottom: 0; }
.quick-link-columns a:hover, .quick-link-columns a:focus-visible { color: white; background: var(--ink); }
.quick-link-columns span { flex: 0 0 auto; font-size: 12px; font-weight: 900; }

.full-guide {
  border-top: 2px solid var(--line);
  background: #edf7f1;
}
.full-guide-intro {
  display: grid;
  gap: 22px;
  align-self: end;
}
.full-guide-intro p { margin: 0; }
.full-guide-intro .button {
  width: 100%;
  max-width: 440px;
}
.guidebook-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
  padding: 20px;
  border: 2px solid var(--line);
  background: white;
}
.guidebook-search {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
}
.guidebook-search input {
  width: 100%;
  min-height: 54px;
  padding: 12px 16px;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--cream);
  font-size: 16px;
}
.guidebook-search input:focus {
  border-color: var(--pink-strong);
  outline: 3px solid var(--pink);
  outline-offset: 2px;
}
.guidebook-tool-actions { display: flex; }
.guidebook-tool-actions .text-button { white-space: nowrap; }
#guidebook-result-count {
  min-width: 74px;
  margin: 0;
  padding: 12px 14px;
  border: 2px solid var(--line);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.guidebook-page-nav {
  display: flex;
  gap: 5px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.guidebook-page-nav button {
  flex: 0 0 auto;
  min-width: 48px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--line);
  background: white;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.guidebook-page-nav button:hover,
.guidebook-page-nav button:focus-visible {
  color: white;
  background: var(--ink);
}
.guidebook-page-nav button[aria-current="page"] {
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
}
.guidebook-pages {
  display: grid;
  gap: 10px;
}
.guidebook-loading,
.guidebook-empty {
  margin: 0;
  padding: 32px;
  border: 2px solid var(--line);
  background: white;
}
.guide-page {
  min-width: 0;
  border: 2px solid var(--line);
  background: white;
}
.guide-page:nth-of-type(4n+1) > summary { background: var(--yellow); }
.guide-page:nth-of-type(4n+2) > summary { background: var(--pink); }
.guide-page:nth-of-type(4n+3) > summary { background: var(--green); }
.guide-page > summary {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 17px 22px;
  background: var(--cream);
  cursor: pointer;
  list-style: none;
}
.guide-page > summary::-webkit-details-marker { display: none; }
.guide-page > summary:focus-visible { outline: 4px solid var(--pink-strong); outline-offset: -4px; }
.guide-page-number {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}
.guide-page-title { font-size: 20px; line-height: 1.25; }
.guide-page-toggle {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  transition: transform 180ms ease;
}
.guide-page[open] .guide-page-toggle { transform: rotate(45deg); }
.guide-page-content {
  min-width: 0;
  padding: 40px clamp(20px, 5vw, 68px) 54px;
  border-top: 2px solid var(--line);
}
.guide-page-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
}
.guide-page-body > :first-child { margin-top: 0; }
.guide-page-body > :last-child { margin-bottom: 0; }
.guide-page-body h3 {
  margin: 40px 0 14px;
  font-size: 25px;
  line-height: 1.3;
}
.guide-page-body p { margin-bottom: 20px; }
.guide-page-body ul,
.guide-page-body ol { margin: 0 0 24px; padding-left: 24px; }
.guide-page-body li { margin: 7px 0; }
.guide-page-body hr {
  margin: 36px 0;
  border: 0;
  border-top: 2px solid var(--line);
}
.guide-page-body code {
  padding: 2px 6px;
  background: #ececea;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .92em;
}
.guide-page-body a {
  color: var(--green-deep);
  font-weight: 800;
  overflow-wrap: anywhere;
}
.guide-page-body a:hover,
.guide-page-body a:focus-visible { color: #9f2858; }
.guidebook-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--line);
  background: white;
  scrollbar-width: thin;
}
.guidebook-table-wrap:focus-visible {
  outline: 3px solid var(--pink-strong);
  outline-offset: 3px;
}
.guidebook-table-wrap table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.55;
}
.guidebook-table-wrap th,
.guidebook-table-wrap td {
  min-width: 120px;
  padding: 11px 13px;
  border-right: 1px solid #aeb4b0;
  border-bottom: 1px solid #cbd0cc;
  text-align: left;
  vertical-align: top;
}
.guidebook-table-wrap th {
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
  text-align: center;
}
.guidebook-table-wrap tr:nth-child(even) td { background: #f3f8f5; }
.guidebook-table-wrap tr:last-child td { border-bottom: 0; }
.guidebook-table-wrap th:last-child,
.guidebook-table-wrap td:last-child { border-right: 0; }
.page-booking {
  max-width: 900px;
  margin: 42px auto 0;
  padding-top: 26px;
  border-top: 2px solid var(--line);
}
.page-booking > p {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.page-booking-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.page-booking-link {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 17px;
  border: 2px solid var(--line);
  background: var(--pink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.page-booking-link:hover,
.page-booking-link:focus-visible {
  color: white;
  background: var(--ink);
}
.page-booking-link span { min-width: 0; }
.page-booking-link small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}
.page-booking-link i { flex: 0 0 auto; font-style: normal; }
.full-guide-note {
  margin: 24px 0 0;
  font-size: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 48px;
  align-items: end;
  padding: 54px max(24px, calc((100% - 1180px) / 2));
  color: var(--pink);
  background: var(--ink);
}
.site-footer b { letter-spacing: .12em; }
.site-footer p { margin: 8px 0 0; font-size: 13px; }
.site-footer small { white-space: nowrap; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
}
.footer-links a,
.footer-links button {
  min-height: 36px;
  padding: 0;
  border: 0;
  color: white;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.consent-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  width: min(760px, calc(100% - 44px));
  padding: 24px;
  border: 2px solid var(--line);
  background: var(--cream);
  box-shadow: 8px 8px 0 var(--ink);
}
.consent-copy { min-width: 0; }
.consent-kicker {
  margin: 0 0 5px;
  color: var(--green-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.consent-copy h2 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.3;
}
.consent-copy p:not(.consent-kicker) {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.consent-copy a { font-size: 12px; font-weight: 900; }
.consent-actions {
  display: grid;
  align-content: end;
  gap: 8px;
  min-width: 160px;
}
.consent-button {
  min-height: 46px;
  padding: 10px 15px;
  border: 2px solid var(--line);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.consent-button-primary { background: var(--yellow); }
.consent-button-secondary { background: white; }
.consent-button:hover,
.consent-button:focus-visible { transform: translate(-2px, -2px); box-shadow: 3px 3px 0 var(--ink); }

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  max-width: min(420px, calc(100% - 48px));
  padding: 14px 18px;
  border: 2px solid var(--line);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 14px;
  font-weight: 900;
}

/* v9 · saved plan, final result, personalized booking */
:where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--focus-ring, var(--ink));
  outline-offset: 3px;
}
.section-black { --focus-ring: var(--yellow); }

.saved-plan-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 24px max(24px, calc((100% - 1180px) / 2));
  border-bottom: 2px solid var(--line);
  background: var(--yellow);
}
.saved-plan-bar > div:first-child { display: grid; gap: 4px; min-width: 0; }
.saved-plan-kicker {
  margin: 0;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.saved-plan-bar strong { font-size: clamp(22px, 3vw, 34px); line-height: 1.2; }
.saved-plan-bar span { font-size: 12px; font-weight: 800; }
.saved-plan-actions { display: flex; align-items: center; gap: 8px; }
.saved-plan-actions .button { min-height: 50px; }
.saved-plan-actions .text-button { border: 1px solid var(--line); background: white; }

.utility-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.utility-actions .text-button:nth-child(3) { background: var(--green); }
.utility-actions .text-button:last-child { color: #7b243f; background: #fff2f5; }

.plan-result {
  margin-top: 30px;
  border: 3px solid var(--line);
  background: var(--pink);
  box-shadow: 9px 9px 0 var(--ink);
}
.plan-result-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 2px solid var(--line);
}
.plan-result-head .result-label { margin: 0 0 10px; }
.plan-result-head .text-button {
  border: 1px solid var(--line);
  background: white;
  text-decoration: none;
}
.plan-result-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.plan-result-tags span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  font-size: 12px;
  font-weight: 900;
}
.plan-result-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .8fr);
  gap: 2px;
  background: var(--ink);
}
.plan-result-route,
.plan-result-hotel { min-width: 0; padding: 34px; background: white; }
.plan-result-route h3 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.plan-result-route p { max-width: 700px; margin: 0; font-size: 16px; }
.plan-result-hotel { display: flex; flex-direction: column; background: var(--yellow); }
.plan-result-hotel p { margin: 0 0 28px; font-size: 12px; font-weight: 900; }
.plan-result-hotel strong {
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
}
.plan-result-hotel span { margin-top: 14px; font-size: 15px; font-weight: 900; }
.plan-result-hotel small {
  margin-top: auto;
  padding-top: 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}
.plan-result-why {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 8px 30px;
  padding: 24px 28px;
  border-top: 2px solid var(--line);
  background: var(--cream);
}
.plan-result-why strong { font-size: 15px; }
.plan-result-why p,
.plan-result-why small { margin: 0; }
.plan-result-why small { grid-column: 2; color: var(--muted); font-size: 12px; }
.plan-result-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 24px 28px 28px;
}
.plan-result-actions .button { width: 100%; }
.plan-result-actions .affiliate-link i { font-style: normal; }

.area-card.is-selected::after {
  content: "✓ 선택됨";
  margin-top: 12px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: 10px;
  font-weight: 900;
}

.budget-top input,
.budget-top select,
.budget-options select,
.budget-options input { min-height: 46px; }

.booking-terms {
  max-width: 880px;
  margin: -14px 0 28px;
  border: 1px solid #6c7570;
  color: #e4e8e5;
}
.booking-terms summary {
  min-height: 44px;
  padding: 11px 14px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.booking-terms p { margin: 0; padding: 0 14px 14px; font-size: 12px; line-height: 1.65; }
.booking-progress {
  margin-bottom: 34px;
  padding: 24px 26px;
  border: 2px solid var(--pink);
  color: var(--ink);
  background: var(--cream);
  box-shadow: 7px 7px 0 var(--pink);
}
.booking-progress-head {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr);
  gap: 28px;
  align-items: center;
}
.booking-progress-head p { margin: 0 0 4px; font-size: 11px; font-weight: 900; }
.booking-progress-head strong { font-size: 25px; }
.booking-progress progress { width: 100%; height: 13px; appearance: none; }
.booking-progress progress::-webkit-progress-bar { background: #d9ddd9; }
.booking-progress progress::-webkit-progress-value { background: var(--pink-strong); }
.booking-progress progress::-moz-progress-bar { background: var(--pink-strong); }
#booking-progress-copy { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.booking-status-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.booking-status-control {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: white;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.booking-status-control:has(input:checked) { background: var(--green); }
.booking-status-control input { width: 18px; height: 18px; margin: 0; accent-color: var(--green-deep); }
.booking-priority-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}
.booking-priority-head h3 { margin: 0; color: white; font-size: clamp(24px, 3vw, 36px); }
.booking-priority-head > p { margin: 0; color: #d7ddd9; font-size: 12px; }
.booking-card.is-priority::before {
  content: "내 일정에 포함";
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  background: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}
.booking-more { margin-top: 24px; border: 2px solid var(--pink); }
.booking-more > summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: var(--ink);
  background: var(--green);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.booking-more > summary::-webkit-details-marker { display: none; }
.booking-more[open] > summary span { transform: rotate(45deg); }
.booking-grid-secondary { border: 0; border-top: 2px solid var(--pink); }

#booking.section-black {
  --focus-ring: var(--ink);
  color: var(--ink);
  background: var(--pink);
}
#booking.section-black .eyebrow,
#booking .affiliate-disclosure-compact,
#booking .price-guarantee-note,
#booking .booking-terms,
#booking .booking-terms summary,
#booking .booking-priority-head h3,
#booking .booking-priority-head > p {
  color: var(--ink);
}
#booking .affiliate-disclosure-compact b {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--yellow);
}
#booking .booking-terms,
#booking .booking-grid,
#booking .booking-more {
  border-color: var(--ink);
}
#booking .booking-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2px;
  background: var(--pink);
}
#booking .booking-grid-secondary { border-top-color: var(--ink); }
#booking .booking-progress { border-color: var(--ink); box-shadow: 7px 7px 0 var(--ink); }

.custom-guide-builder {
  margin: 0 0 80px;
  border: 3px solid var(--line);
  background: white;
  box-shadow: 9px 9px 0 var(--ink);
}
.custom-guide-builder-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .38fr);
  gap: 2px;
  background: var(--ink);
}
.custom-guide-builder-head > div {
  min-width: 0;
  padding: 34px;
  background: var(--cream);
}
.custom-guide-builder-head h3 {
  margin-bottom: 16px;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.custom-guide-builder-head p:last-child {
  max-width: 760px;
  margin: 0;
}
.custom-guide-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--yellow) !important;
}
.custom-guide-summary span,
.custom-guide-summary small {
  font-size: 12px;
  font-weight: 800;
}
.custom-guide-summary strong {
  margin: 10px 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}
.custom-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 22px;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background: var(--green);
}
.custom-guide-actions .text-button {
  border: 1px solid var(--line);
  background: white;
}
.custom-guide-actions .text-button:first-child { background: var(--yellow); }
.custom-guide-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px;
}
.custom-guide-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 2px solid var(--line);
  background: var(--cream);
}
.custom-guide-group legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.custom-guide-group legend label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 14px 16px;
  border-bottom: 2px solid var(--line);
  background: var(--pink);
  cursor: pointer;
}
.custom-guide-group input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--green-deep);
}
.custom-guide-group legend span {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.custom-guide-group legend b { font-size: 16px; }
.custom-guide-group legend small { flex: 0 0 auto; font-size: 10px; }
.custom-guide-options { display: grid; }
.custom-guide-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 62px;
  padding: 13px 16px;
  border-bottom: 1px solid #c9ceca;
  cursor: pointer;
}
.custom-guide-option:last-child { border-bottom: 0; }
.custom-guide-option:has(input:checked) { background: #e8f5ed; }
.custom-guide-option span {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.custom-guide-option small {
  padding-top: 2px;
  color: var(--green-deep);
  font-size: 10px;
  font-weight: 900;
}
.custom-guide-option b {
  font-size: 13px;
  line-height: 1.45;
}
.custom-guide-output {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 26px;
  border-top: 2px solid var(--line);
  background: var(--yellow);
}
.custom-guide-output b { font-size: 15px; }
.custom-guide-output p { margin: 5px 0 0; font-size: 13px; }
.custom-guide-help {
  margin: 0;
  padding: 18px 26px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}
.full-guide-reader-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 24px;
}
.full-guide-reader-heading h3 {
  margin: 6px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}
.full-guide-reader-heading p { margin: 0; }
.custom-guide-print { display: none; }

.mobile-dock { display: none; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding: 80px 48px; }
  .hero-media { min-height: 560px; }
  .section { padding-block: 88px; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .area-card { min-height: 360px; }
  .booking-grid { grid-template-columns: repeat(2, 1fr); }
  .budget-layout { grid-template-columns: 1fr; }
  .budget-total { position: static; }
  .quick-link-columns { grid-template-columns: 1fr; }
  .guidebook-tools { grid-template-columns: 1fr auto; }
  .guidebook-search { grid-column: 1 / -1; }
  .custom-guide-builder-head { grid-template-columns: 1fr; }
  .custom-guide-summary { min-height: 190px; }
  .custom-guide-sections { grid-template-columns: 1fr; }
  .custom-guide-output { grid-template-columns: 1fr; }
  .custom-guide-output .button { width: 100%; }
  .full-guide-reader-heading { grid-template-columns: 1fr; gap: 12px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer small { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --wrap: calc(100% - 32px); --shadow: 4px 4px 0 var(--ink); }
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding-inline: 16px;
  }
  .header-nav { display: none; }
  .header-save { min-width: 108px; min-height: 40px; padding-inline: 12px; font-size: 12px; }
  .hero-copy { min-height: 560px; padding: 64px 20px 54px; }
  .hero h1 { font-size: clamp(58px, 20vw, 84px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; max-width: none; flex-basis: auto; }
  .hero-media { grid-template-columns: 1.45fr 1fr; min-height: 420px; }
  .hero-note { padding: 20px; }
  .hero-note b { margin-top: 8px; font-size: 15px; white-space: nowrap; }
  .hero-note span { font-size: 11px; }
  .hero-stamp { right: 12px; bottom: 10px; }
  .utility-bar { padding: 28px 16px 32px; }
  .utility-title { font-size: 29px; }
  .utility-bar .utility-status { font-size: 15px; }
  .privacy-note {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 16px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .utility-guide { grid-template-columns: 1fr; }
  .utility-guide p { min-height: 0; }
  .utility-actions { grid-template-columns: 1fr; width: 100%; }
  .utility-actions .text-button { width: 100%; padding-inline: 12px; font-size: 13px; }
  .section { padding: 72px 16px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading-wide { grid-template-columns: 1fr; gap: 16px; }
  .section-heading h2 { font-size: 46px; }
  .section-heading p:last-child { font-size: 16px; }
  .planner-form { grid-template-columns: 1fr; }
  .choice-group:nth-child(2) { grid-row: auto; }
  .choice-group { padding: 22px 18px; }
  .segmented { gap: 5px; }
  .segmented span { padding: 6px 3px; font-size: 13px; }
  .planner-next { grid-template-columns: 1fr; padding: 22px 18px; }
  .planner-next .button { width: 100%; }
  .recommendation { grid-template-columns: 1fr; padding: 26px 20px; }
  .recommendation .button { width: 100%; }
  .area-grid {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }
  .area-card {
    flex: 0 0 min(84vw, 340px);
    min-height: 390px;
    scroll-snap-align: start;
  }
  .area-name { font-size: 38px; }
  .area-picked {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
    box-shadow: 5px 5px 0 var(--ink);
  }
  .area-picked-main strong { font-size: 44px; }
  .area-picked-main span { font-size: 15px; }
  .area-picked-price { min-width: 0; width: 100%; }
  .affiliate-disclosure-compact { align-items: flex-start; flex-direction: column; }
  .days { grid-template-columns: 1fr; }
  .day-card { min-height: 0; padding: 24px 20px; }
  .day-head { flex-direction: column; margin-bottom: 24px; }
  .day-head b { max-width: none; text-align: left; }
  .budget-plan-summary { grid-template-columns: 1fr; gap: 5px; }
  .budget-plan-summary b { text-align: left; }
  .budget-top { grid-template-columns: 1fr; }
  .budget-options { grid-template-columns: 1fr; }
  .budget-auto-note { grid-template-columns: 1fr; }
  .budget-auto-note .text-button { width: 100%; min-width: 0; }
  .budget-row { grid-template-columns: 100px minmax(0, 1fr); }
  .budget-row .budget-method { grid-column: 1 / -1; border-top: 1px solid #c4c8c5; border-left: 0; }
  .budget-source { grid-column: 2; grid-row: 1; border-right: 0; }
  .budget-row .budget-input { grid-column: 1 / -1; padding-top: 6px; }
  .budget-total { padding: 26px 20px; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-card { min-height: 280px; }
  .departure-date { width: 100%; }
  .checklist { grid-template-columns: 1fr; }
  .checklist-progress { grid-template-columns: 1fr; gap: 12px; }
  .guidebook-tools { grid-template-columns: 1fr; padding: 16px; }
  .full-guide-intro .button { max-width: none; }
  .custom-guide-builder { margin-bottom: 58px; box-shadow: 5px 5px 0 var(--ink); }
  .custom-guide-builder-head > div { padding: 24px 20px; }
  .custom-guide-builder-head h3 { font-size: 39px; }
  .custom-guide-summary { min-height: 0; }
  .custom-guide-actions { display: grid; padding: 14px; }
  .custom-guide-sections { gap: 12px; padding: 14px; }
  .custom-guide-group legend span { align-items: flex-start; flex-direction: column; gap: 2px; }
  .custom-guide-output { padding: 20px; }
  .custom-guide-help { padding: 16px 20px 20px; }
  .guidebook-search { grid-column: auto; }
  .guidebook-tool-actions { justify-content: space-between; }
  #guidebook-result-count { width: 100%; }
  .guide-page > summary { grid-template-columns: 52px minmax(0, 1fr) 32px; gap: 10px; padding: 14px; }
  .guide-page-title { font-size: 16px; }
  .guide-page-toggle { width: 30px; height: 30px; }
  .guide-page-content { padding: 28px 16px 38px; }
  .guide-page-body { font-size: 15px; line-height: 1.72; }
  .guide-page-body h3 { font-size: 21px; }
  .guidebook-table-wrap {
    margin-inline: 0;
    border-right: 0;
  }
  .guidebook-table-wrap table { min-width: 590px; }
  .page-booking-links { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; padding-inline: 20px; }
  .site-footer small { grid-column: auto; white-space: normal; }
  .consent-banner {
    right: 12px;
    bottom: calc(80px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 24px);
    padding: 20px 18px;
    box-shadow: 5px 5px 0 var(--ink);
  }
  .consent-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
  .consent-button { min-height: 48px; padding-inline: 8px; }
}

@media (max-width: 960px) {
  .utility-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-result-main { grid-template-columns: 1fr; }
  .plan-result-why { grid-template-columns: 180px minmax(0, 1fr); }
  .booking-priority-head { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .saved-plan-bar { grid-template-columns: 1fr; gap: 16px; padding: 20px 16px; }
  .saved-plan-actions { display: grid; grid-template-columns: 1fr; }
  .saved-plan-actions .button,
  .saved-plan-actions .text-button { width: 100%; }
  .guide-download-copy small { font-size: 10px; }
  .utility-actions { grid-template-columns: 1fr; }
  .plan-result { box-shadow: 5px 5px 0 var(--ink); }
  .plan-result-head { grid-template-columns: 1fr; padding: 20px; }
  .plan-result-head .text-button { width: 100%; }
  .plan-result-route,
  .plan-result-hotel { padding: 26px 20px; }
  .plan-result-hotel { min-height: 260px; }
  .plan-result-hotel small { margin-top: 30px; }
  .plan-result-why { grid-template-columns: 1fr; padding: 22px 20px; }
  .plan-result-why small { grid-column: 1; }
  .plan-result-actions { grid-template-columns: 1fr; padding: 20px; }
  .booking-progress { padding: 22px 18px; box-shadow: 4px 4px 0 var(--pink); }
  .booking-progress-head { grid-template-columns: 1fr; gap: 12px; }
  .booking-status-list { display: grid; }
  .booking-status-control { width: 100%; }
  .budget-row input { min-height: 48px; }
  .toast { bottom: calc(84px + env(safe-area-inset-bottom)); }
  .mobile-dock {
    position: fixed;
    inset: auto 0 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 2px solid var(--ink);
    background: rgba(255, 250, 244, .96);
    backdrop-filter: blur(16px);
  }
  .mobile-dock a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    min-width: 0;
    min-height: 66px;
    padding: 6px 2px;
    font-size: 10px;
    text-decoration: none;
  }
  .mobile-dock a span { font-size: 9px; font-weight: 900; }
  .mobile-dock a b { font-size: 11px; white-space: nowrap; }
  .mobile-dock a[aria-current="location"] { background: var(--yellow); }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .mobile-dock { background: var(--cream); backdrop-filter: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  .skip-link, .site-header, .saved-plan-bar, .utility-bar, .button, .header-save, .toast, .mobile-dock, .full-guide, .consent-banner { display: none !important; }
  body { color: black; background: white; font-size: 11pt; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 0; padding: 24px 0 32px; color: black; background: white; }
  .hero h1 { margin-bottom: 20px; font-size: 44pt; }
  .hero-lead { max-width: 42ch; margin-bottom: 0; font-size: 12pt; }
  .hero h1 span { color: black; text-shadow: none; }
  .hero-media { display: none; }
  .section { padding: 28px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { margin-bottom: 12px; font-size: 34pt; }
  .section-heading p:last-child { font-size: 11pt; }
  .section-black, .section-pink, .section-green, .section-yellow { color: black; background: white; }
  .area-card, .day-card, .booking-card, .checklist-group, .recommendation, .budget-total { box-shadow: none; break-inside: avoid; }
  .recommendation { padding: 24px; }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; border: 0; background: white; }
  .area-card { min-height: 0; padding: 18px; border: 1px solid black; }
  .area-name { margin-top: 16px; font-size: 26pt; }
  .area-detail { margin-top: 12px; }
  .area-hotel { margin-top: 18px; padding-top: 12px; }
  .area-picked { margin-top: 14px; padding: 12px 14px; }
  .days { gap: 10px; }
  .day-card { min-height: 0; padding: 18px; }
  .day-head { margin-bottom: 18px; }
  .day-card li { padding-block: 8px; }
  .budget-layout { grid-template-columns: 1fr; }
  .budget-total { position: static; }
  .booking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; border: 0; background: white; }
  .booking-card { min-height: 0; padding: 20px; border: 1px solid black; }
  .booking-card p { min-height: 0; margin-bottom: 16px; }
  .booking-card a::after, .quick-link-columns a::after { content: none; }
  .affiliate-disclosure-compact,
  .affiliate-disclosure-compact b { color: black !important; opacity: 1; }
  .quick-link-columns { gap: 0; }
  .site-footer { color: black; background: white; }

  body[data-print-mode="custom-guide"] {
    margin: 0;
    padding: 0;
    color: var(--ink);
    background: white;
    font-size: 10pt;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  body[data-print-mode="custom-guide"] > :not(#custom-guide-print) {
    display: none !important;
  }
  body[data-print-mode="custom-guide"] #custom-guide-print {
    display: block !important;
  }
  .custom-print-sheet {
    min-width: 0;
    break-after: page;
    color: var(--ink);
    background: white;
  }
  .custom-print-sheet:last-child { break-after: auto; }
  .custom-print-cover {
    display: flex;
    min-height: 258mm;
    flex-direction: column;
    justify-content: space-between;
    padding: 18mm;
    border: 2pt solid var(--ink);
    background: var(--pink);
  }
  .custom-print-brand,
  .custom-print-kicker {
    margin: 0 0 8mm;
    font-size: 8.5pt;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .custom-print-cover h1 {
    margin: 0 0 8mm;
    font-size: 48pt;
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.055em;
  }
  .custom-print-cover-lead {
    max-width: 145mm;
    margin: 0;
    font-size: 17pt;
    font-weight: 800;
    line-height: 1.4;
  }
  .custom-print-cover-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 12mm 0 7mm;
    border: 1px solid var(--ink);
    background: var(--ink);
  }
  .custom-print-cover-meta div {
    min-width: 0;
    padding: 5mm;
    background: var(--cream);
  }
  .custom-print-cover-meta dt {
    margin-bottom: 2mm;
    font-size: 8pt;
    font-weight: 900;
  }
  .custom-print-cover-meta dd {
    margin: 0;
    font-size: 12pt;
    font-weight: 900;
    line-height: 1.35;
  }
  .custom-print-cover > small { font-size: 8pt; font-weight: 800; }
  .custom-print-sheet:not(.custom-print-cover) {
    padding: 3mm 0 0;
  }
  .custom-print-sheet h2 {
    margin: 0 0 6mm;
    font-size: 27pt;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.04em;
    break-after: avoid;
  }
  .custom-print-section-lead {
    max-width: 150mm;
    margin: -2mm 0 8mm;
    font-size: 11pt;
  }
  .custom-print-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 8mm;
    border: 1px solid var(--ink);
    background: var(--ink);
  }
  .custom-print-summary-grid article {
    min-width: 0;
    padding: 6mm;
    background: var(--cream);
    break-inside: avoid;
  }
  .custom-print-summary-grid article:nth-child(1) { background: var(--yellow); }
  .custom-print-summary-grid article:nth-child(2) { background: var(--pink); }
  .custom-print-summary-grid article:nth-child(3) { background: var(--green); }
  .custom-print-summary-grid span {
    display: block;
    margin-bottom: 3mm;
    font-size: 8pt;
    font-weight: 900;
  }
  .custom-print-summary-grid strong {
    display: block;
    font-size: 18pt;
    line-height: 1.15;
  }
  .custom-print-summary-grid p { margin: 2mm 0 0; font-size: 9pt; }
  .custom-print-note,
  .custom-print-disclosure {
    padding: 5mm;
    border: 1px solid var(--ink);
    background: white;
    break-inside: avoid;
  }
  .custom-print-note p,
  .custom-print-disclosure { margin: 0; }
  .custom-print-disclosure { margin-top: 5mm; background: #fff4f8; font-size: 8.5pt; }
  .custom-print-days { display: grid; gap: 3mm; }
  .custom-print-day {
    display: grid;
    grid-template-columns: 37mm minmax(0, 1fr);
    border: 1px solid var(--ink);
    break-inside: avoid;
  }
  .custom-print-day > div {
    display: flex;
    flex-direction: column;
    gap: 2mm;
    padding: 4mm;
    background: var(--yellow);
  }
  .custom-print-day span { font-size: 7.5pt; font-weight: 900; }
  .custom-print-day b { font-size: 11pt; line-height: 1.3; }
  .custom-print-day ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 7mm;
    margin: 0;
    padding: 4mm 5mm 4mm 10mm;
  }
  .custom-print-day li { padding: 1mm 0; font-size: 9pt; }
  .custom-print-budget {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 9pt;
  }
  .custom-print-budget th,
  .custom-print-budget td {
    padding: 3mm;
    border: 1px solid var(--ink);
    text-align: left;
    vertical-align: top;
  }
  .custom-print-budget thead th { background: var(--yellow); }
  .custom-print-budget tr > :last-child { width: 38mm; text-align: right; }
  .custom-print-budget tfoot th,
  .custom-print-budget tfoot td { background: var(--pink); font-weight: 900; }
  .custom-print-budget tr { break-inside: avoid; }
  .custom-print-fine { margin-top: 5mm; font-size: 8pt; }
  .custom-print-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4mm;
  }
  .custom-print-check-group {
    border: 1px solid var(--ink);
    break-inside: avoid;
  }
  .custom-print-check-group h3 {
    margin: 0;
    padding: 3mm 4mm;
    border-bottom: 1px solid var(--ink);
    background: var(--yellow);
    font-size: 10pt;
  }
  .custom-print-check-group ul { margin: 0; padding: 3mm 4mm; list-style: none; }
  .custom-print-check-group li { display: grid; grid-template-columns: 11mm 1fr; gap: 2mm; padding: 1.5mm 0; }
  .custom-print-check-group li > span { font-size: 6.5pt; font-weight: 900; }
  .custom-print-check-group .is-done { color: #68706c; text-decoration: line-through; }
  .custom-print-topic {
    break-inside: auto;
  }
  .custom-print-topic-head {
    padding-bottom: 5mm;
    border-bottom: 2px solid var(--ink);
  }
  .custom-print-topic-head .custom-print-kicker { margin-bottom: 3mm; }
  .custom-print-topic-body.guide-page-body {
    max-width: none;
    margin: 0;
    padding-top: 5mm;
    font-size: 9.5pt;
    line-height: 1.65;
  }
  .custom-print-topic-body h3 {
    margin: 7mm 0 3mm;
    font-size: 15pt;
    break-after: avoid;
  }
  .custom-print-topic-body p { margin-bottom: 4mm; }
  .custom-print-topic-body li { margin: 1.5mm 0; }
  .custom-guide-print .guidebook-table-wrap {
    margin: 5mm 0;
    overflow: visible;
    border: 1px solid var(--ink);
  }
  .custom-guide-print .guidebook-table-wrap table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 7.7pt;
  }
  .custom-guide-print .guidebook-table-wrap thead { display: table-header-group; }
  .custom-guide-print .guidebook-table-wrap tr { break-inside: avoid; }
  .custom-guide-print .guidebook-table-wrap th,
  .custom-guide-print .guidebook-table-wrap td {
    min-width: 0;
    padding: 2mm;
    overflow-wrap: anywhere;
  }
  .custom-guide-print a {
    color: var(--green-deep);
    text-decoration: underline;
  }
  .custom-guide-print .page-booking {
    margin-top: 7mm;
    padding-top: 5mm;
    break-inside: avoid;
  }
  .custom-guide-print .page-booking-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .custom-guide-print .page-booking-link {
    min-height: 0;
    padding: 3mm;
    border: 1px solid var(--ink);
    color: var(--ink);
    background: var(--pink);
    font-size: 8pt;
  }
  .custom-print-empty {
    display: grid;
    min-height: 210mm;
    align-content: center;
    text-align: center;
  }
}
