:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body.korea-lp-page {
  margin: 0;
  background: #f8f3e9;
  color: #2d2725;
}

.korea-lp {
  --wine: #7a314b;
  --wine-deep: #522033;
  --wine-soft: #a06477;
  --cream: #f7f0e3;
  --paper: #fbf7ef;
  --paper-2: #f4eee3;
  --ink: #2d2725;
  --muted: #776c66;
  --line: #ddd0c4;
  --gold: #c4a06b;
  --dark: #27191e;
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "BIZ UDPMincho", "MS PMincho", "Noto Serif CJK JP", serif;
  --sans: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans CJK JP", Arial, sans-serif;
  --content-width: 1200px;
  --side-space: 28px;
  --radius: 10px;
  --radius-small: 8px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.korea-lp,
.korea-lp * {
  box-sizing: border-box;
}

.korea-lp img {
  display: block;
  max-width: 100%;
}

.korea-lp a {
  color: inherit;
  text-decoration: none;
}

.korea-lp button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
}

.korea-lp figure,
.korea-lp blockquote,
.korea-lp dl,
.korea-lp dd {
  margin: 0;
}

.korea-lp p,
.korea-lp h1,
.korea-lp h2,
.korea-lp h3 {
  margin-top: 0;
}

.korea-lp .skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: var(--radius-small);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.korea-lp .skip-link:focus {
  top: 16px;
}

.korea-lp .shell {
  position: relative;
  z-index: 2;
  width: min(var(--content-width), calc(100% - (var(--side-space) * 2)));
  margin-inline: auto;
}

.korea-lp .section {
  position: relative;
  padding: 88px 0;
}

.korea-lp .section--paper {
  background: #fffdfa;
}

.korea-lp .section--wine {
  background: #f4ede2;
}

.korea-lp .section--ink {
  background: var(--dark);
  color: #fff;
}

.korea-lp .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
}

.korea-lp .eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.korea-lp .eyebrow--gold {
  color: #d8bd8c;
}

.korea-lp .section-heading {
  margin-bottom: 36px;
}

.korea-lp .section-heading--center {
  text-align: center;
}

.korea-lp .section-heading--center .eyebrow {
  justify-content: center;
}

.korea-lp .section-heading h2,
.korea-lp .intro h2,
.korea-lp .navigator h2,
.korea-lp .night-gallery h2,
.korea-lp .journey-closing h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.025em;
}

.korea-lp .section-heading h2 {
  font-size: clamp(38px, 3.2vw, 50px);
  line-height: 1.28;
}

.korea-lp .section-heading h2 span {
  color: var(--wine);
}

.korea-lp .section-heading__sub {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.korea-lp .section-heading__meta-label {
  flex: 0 0 auto;
  color: var(--ink);
  font-weight: 700;
}

.korea-lp .date-pill,
.korea-lp .date-option {
  font-variant-numeric: tabular-nums;
}

.korea-lp .date-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #ead7dd;
  border-radius: var(--radius);
  background: #f8edf1;
  color: #5f4d53;
  white-space: nowrap;
}

.korea-lp .date-pill i,
.korea-lp .date-option i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: var(--radius-small);
  background: var(--wine);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
}

.korea-lp .hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #211719;
  color: #fff;
}

.korea-lp .hero__collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.78fr 0.76fr 0.76fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  background: #1e1518;
}

.korea-lp .hero__image {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #34282a;
}

.korea-lp .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
}

.korea-lp .hero__image--main {
  grid-column: 1;
  grid-row: 1 / 3;
}

.korea-lp .hero__image--a {
  grid-column: 2;
  grid-row: 1;
}

.korea-lp .hero__image--b {
  grid-column: 3;
  grid-row: 1;
}

.korea-lp .hero__image--c {
  grid-column: 2;
  grid-row: 2;
}

.korea-lp .hero__image--d {
  grid-column: 3;
  grid-row: 2;
}

.korea-lp .hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 16, 23, 0.90) 0%, rgba(31, 16, 23, 0.72) 35%, rgba(31, 16, 23, 0.18) 60%, rgba(31, 16, 23, 0.02) 100%),
    linear-gradient(0deg, rgba(26, 15, 20, 0.38), rgba(26, 15, 20, 0.08) 55%, rgba(26, 15, 20, 0.12));
  pointer-events: none;
}

.korea-lp .hero__content {
  padding-top: 104px;
}

.korea-lp .hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.korea-lp .hero__kicker::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 1px;
  background: #d7b26e;
}

.korea-lp .hero__kicker>span {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.10em;
  white-space: nowrap;
}

.korea-lp .hero__kicker>small {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.korea-lp .hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 4.1vw, 64px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.055em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.korea-lp .hero h1 span {
  display: inline-block;
  margin-top: 4px;
}

.korea-lp .hero__lead {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}

.korea-lp .hero__sub {
  margin: 17px 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.korea-lp .hero__meta-wrap {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
}

.korea-lp .hero-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.korea-lp .hero-nav__item {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 92px;
  padding: 16px 18px;
  gap: 15px;
  border: 1px solid rgba(112, 84, 72, 0.12);
  border-radius: var(--radius);
  background: rgba(251, 247, 240, 0.96);
  color: #4c3e3c;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.korea-lp .hero-nav__item:hover {
  transform: translateY(-2px);
  background: #fff;
}

.korea-lp .hero-nav__icon {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
}

.korea-lp .hero-nav__icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.korea-lp .hero-nav__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.korea-lp .hero-nav__copy b {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.korea-lp .hero-nav__copy small {
  margin-top: 5px;
  color: #766a66;
  font-size: 13px;
  line-height: 1.45;
}

.korea-lp .hero-nav__item--cta {
  border-color: transparent;
  background: var(--wine);
  color: #fff;
}

.korea-lp .hero-nav__item--cta:hover {
  background: #68273e;
}

.korea-lp .hero-nav__item--cta .hero-nav__icon {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  font-size: 28px;
}

.korea-lp .hero-nav__item--cta small {
  color: rgba(255, 255, 255, 0.78);
}

.korea-lp .intro {
  background: var(--paper);
}

.korea-lp .intro__hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.korea-lp .intro__content {
  padding-left: 10px;
}

.korea-lp .intro__content h2 {
  margin: 0;
  font-size: clamp(38px, 3.25vw, 42px);
  line-height: 1.45;
}

.korea-lp .intro__content h2 span {
  color: var(--wine);
}

.korea-lp .intro__lead {
  margin: 28px 0 9px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
}

.korea-lp .intro__content>p:last-child {
  margin-bottom: 0;
  color: #655a55;
  font-size: 15px;
  line-height: 1.9;
}

.korea-lp .intro__visual {
  position: relative;
  height: 360px;
}

.korea-lp .intro__photo {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: #e9dfd4;
}

.korea-lp .intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.korea-lp .intro__photo--main {
  top: 24px;
  left: 0;
  width: 65%;
  height: 292px;
}

.korea-lp .intro__photo--top {
  top: 0;
  right: 0;
  width: 34%;
  height: 172px;
}

.korea-lp .intro__photo--bottom {
  right: 4%;
  bottom: 0;
  width: 40%;
  height: 156px;
  border: 5px solid var(--paper);
}

.korea-lp .intro__visual-script {
  position: absolute;
  right: 32%;
  bottom: 4px;
  color: rgba(122, 49, 75, 0.35);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  line-height: 1.05;
  transform: rotate(-8deg);
  pointer-events: none;
}

.korea-lp .intro__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.korea-lp .intro__feature-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  min-height: 126px;
  padding: 18px 20px;
  border: 1px solid #eadfd4;
  border-radius: var(--radius);
  background: #fffdfa;
}

.korea-lp .intro__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.korea-lp .intro__feature-card h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.35;
}

.korea-lp .intro__feature-card p {
  margin: 0;
  color: #71645e;
  font-size: 13px;
  line-height: 1.75;
}

.korea-lp .navigator__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 52px;
  align-items: center;
}

.korea-lp .navigator__visual {
  position: relative;
  height: 400px;
}

.korea-lp .navigator__portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 450px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: var(--radius);
  background: #e6ddd4;
}

.korea-lp .navigator__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.korea-lp .navigator__content h2 {
  margin: 0;
  font-size: clamp(40px, 3.3vw, 50px);
  line-height: 1.25;
}

.korea-lp .navigator__role {
  margin: 12px 0 20px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
}

.korea-lp .navigator__quote {
  position: relative;
  padding: 20px 22px;
  border: 1px solid #dacbc1;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  color: #544844;
}

.korea-lp .navigator__quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.95;
}

.korea-lp .navigator__quote-mark {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 0 10px 5px 0;
  background: var(--wine);
  vertical-align: middle;
}

.korea-lp .navigator__bio {
  margin: 18px 0 0;
  color: #685b56;
  font-size: 14px;
  line-height: 1.9;
}

.korea-lp .navigator__note {
  margin: 10px 0 0;
  color: #8a7b74;
  font-size: 12px;
  line-height: 1.65;
}

.korea-lp .cities {
  background: #fbf8f2;
}

.korea-lp .cities .section-heading {
  margin-bottom: 52px;
}

.korea-lp .route-map {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 26px;
  align-items: stretch;
}

.korea-lp .route-map__map {
  min-width: 0;
}

.korea-lp .route-map__figure {
  width: 100%;
  height: 660px;
  overflow: hidden;
  border: 1px solid rgba(112, 84, 72, 0.28);
  border-radius: var(--radius);
  background: #f7f1e8;
  box-shadow: none;
  isolation: isolate;
}

.korea-lp .route-map__figure img {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--radius) - 1px);
  object-fit: cover;
  object-position: 50% 50%;
}

.korea-lp .route-map__map>p {
  margin: 10px 0 0;
  color: #8a7d75;
  font-size: 12px;
  line-height: 1.65;
}

.korea-lp .route-map__cards {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.korea-lp .city-card {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e2d7ce;
  border-radius: var(--radius);
  background: #fff;
}

.korea-lp .city-card__image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.korea-lp .city-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.korea-lp .city-card__image>span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  border-radius: 7px;
  background: var(--wine);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.korea-lp .city-card__body {
  min-width: 0;
  padding: 13px 16px;
}

.korea-lp .city-card__en {
  margin: 0;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.korea-lp .hangul {
  color: #a58d94;
  font-size: 12px;
  letter-spacing: 0;
}

.korea-lp .city-card h3 {
  margin: 4px 0 6px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.3;
}

.korea-lp .city-card h3 small {
  margin-left: 6px;
  color: #8a7a73;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
}

.korea-lp .city-card__body>p:not(.city-card__en) {
  margin: 0;
  color: #675a55;
  font-size: 13px;
  line-height: 1.72;
}

.korea-lp .itinerary__lead {
  margin: 18px 0 0;
  color: #645a55;
  font-size: 15px;
}

.korea-lp .timeline {
  display: grid;
  gap: 16px;
  width: min(100%, 1060px);
  margin: 42px auto 0;
}

.korea-lp .day-card {
  overflow: hidden;
  border: 1px solid #e4d9d0;
  background: #fff;
  border-color: #e4d4d9;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(94, 47, 62, 0.035);
}

.korea-lp .day-card__head {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 28px;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 13px 20px;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  background: linear-gradient(90deg, #fbf1f4 0%, #fffaf9 38%, #ffffff 100%);
}

.korea-lp .day-card__number {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 7px 5px;
  color: #fff;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  border-radius: 11px;
  background: #743149;
  box-shadow: 8px 7px 0 #f0dfe5;
}

.korea-lp .day-card__number small {
  display: block;
  margin-bottom: 4px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.korea-lp .day-card__route {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 14px;
}

.korea-lp .day-card__route b {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
}

.korea-lp .day-card__route small {
  min-width: 0;
  color: #887970;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.korea-lp .day-card__plus {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #d8c8cf;
  border-radius: 50%;
}

.korea-lp .day-card__plus::before,
.korea-lp .day-card__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--wine);
  transform: translate(-50%, -50%);
}

.korea-lp .day-card__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.18s ease;
}

.korea-lp .day-card.is-open .day-card__plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.korea-lp .day-card__body {
  border-top: 1px solid #eee4dd;
  padding: 20px 28px 24px;
  border-top-color: #eadde1;
  background: #fffefd;
}

.korea-lp .day-card__body[hidden] {
  display: none;
}

.korea-lp .schedule-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.korea-lp .schedule-list li {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 40px;
  padding: 0 0 20px;
}

.korea-lp .schedule-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 19px;
  bottom: -1px;
  left: 82px;
  background: #e5ced6;
}

.korea-lp .schedule-list time {
  display: grid;
  place-items: center;
  width: 64px;
  height: 32px;
  border: 1px solid #e2cbd4;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  border-color: #dfc1cc;
  border-radius: 8px;
  background: #fffaf9;
  color: #743149;
}

.korea-lp .schedule-list b {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.korea-lp .schedule-list p {
  margin: 4px 0 0;
  color: #70645f;
  font-size: 13px;
  line-height: 1.75;
}

.korea-lp .meal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0 0;
  padding-top: 16px;
  border-top: 1px dashed #e2d5cc;
  color: #756963;
  font-size: 12px;
  gap: 8px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 0;
  border-radius: 11px;
  background: #fbf7f1;
}

.korea-lp .meal-row b {
  margin-left: auto;
  border-color: #ead7df;
  background: #f6eaee;
  color: #743149;
}

.korea-lp .itinerary__notes {
  width: min(100%, 1060px);
  margin: 20px auto 0;
  color: #8a7b73;
  font-size: 12px;
  line-height: 1.7;
}

.korea-lp .itinerary__notes p {
  margin: 4px 0;
}

.korea-lp .schedule-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 77px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 2px solid #f5e7ec;
  border-radius: 50%;
  background: #7a314b;
  box-shadow: 0 0 0 2px #fffefd;
}

.korea-lp .schedule-list li:not(:last-child)>div {
  padding-bottom: 17px;
  border-bottom: 1px dashed #eadfd9;
}

.korea-lp .meal-row span,
.korea-lp .meal-row b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid #e7ddd5;
  border-radius: 7px;
  background: #fff;
  color: #514744;
  line-height: 1.35;
}

.korea-lp .highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.korea-lp .highlight-card {
  overflow: hidden;
  border: 1px solid #e4d9cf;
  border-radius: var(--radius);
  background: #fff;
}

.korea-lp .highlight-card__image {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  cursor: default;
  padding: 0;
  min-height: 0;
}

.korea-lp .highlight-card__image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius) var(--radius) 0 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.korea-lp .highlight-card__image:hover img {
  transform: scale(1.025);
}

.korea-lp .highlight-card> :not(.highlight-card__image) {
  min-height: 170px;
  padding: 18px 25px 20px;
}

.korea-lp .highlight-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.4;
}

.korea-lp .highlight-card p {
  margin: 0;
  color: #6d615b;
  font-size: 13px;
  line-height: 1.75;
}

.korea-lp .night-gallery {
  position: relative;
  overflow: hidden;
  background: var(--dark);
}

.korea-lp .night-gallery::before {
  content: "SEOUL NIGHT / 포장마차";
  position: absolute;
  top: 8px;
  left: 1.5%;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 105px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.korea-lp .night-gallery .shell {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  grid-template-rows: 470px auto;
  column-gap: 38px;
  row-gap: 24px;
  align-items: stretch;
}

.korea-lp .night-gallery__copy {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding-top: 2px;
}

.korea-lp .night-gallery__heading h2 {
  margin: 0;
  color: #fff;
  font-size: 45px;
  line-height: 1.34;
  letter-spacing: 0.025em;
}

.korea-lp .night-gallery__lead {
  width: 100%;
  max-width: 350px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

.korea-lp .night-gallery__grid {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1.45fr 0.92fr 0.92fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 470px;
  min-height: 470px;
}

.korea-lp .night-gallery__item {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: default;
}

.korea-lp .night-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.korea-lp .night-gallery__item:hover img {
  transform: scale(1.025);
}

.korea-lp .night-gallery__item--large {
  grid-column: 1;
  grid-row: 1 / 3;
}

.korea-lp .night-gallery__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.korea-lp .night-gallery__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.korea-lp .night-gallery__item--wide {
  grid-column: 2 / 4;
  grid-row: 2;
}

.korea-lp .night-gallery__note {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.7;
}

.korea-lp .tour-info {
  background: #f6efe3;
}

.korea-lp .tour-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.korea-lp .price-panel,
.korea-lp .detail-panel {
  min-height: 540px;
  border: 1px solid #e3d7cc;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.korea-lp .price-panel {
  padding: 34px 36px;
}

.korea-lp .price-panel>p:first-child {
  margin: 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
}

.korea-lp .price-panel__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  color: var(--wine);
}

.korea-lp .price-panel__price b {
  font-family: var(--serif);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: clamp(52px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.korea-lp .price-panel__price span {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
}

.korea-lp .price-panel__price+p {
  margin: 10px 0 0;
  color: #786c66;
  font-size: 12px;
}

.korea-lp .price-panel__supplement {
  margin: 7px 0 0;
  color: #6d5d57;
  font-size: 13px;
}

.korea-lp .price-panel__supplement strong {
  color: var(--wine);
  font-size: 15px;
}

.korea-lp .price-panel hr {
  height: 1px;
  margin: 24px 0;
  border: 0;
  background: #e5d9cf;
}

.korea-lp .price-panel dl {
  display: grid;
  gap: 13px;
}

.korea-lp .price-panel dl>div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
}

.korea-lp .price-panel dt {
  color: #8a7d75;
  font-size: 13px;
  font-weight: 700;
}

.korea-lp .price-panel dd {
  color: #4f4541;
  font-size: 14px;
  line-height: 1.7;
}

.korea-lp .price-panel dd strong {
  color: var(--wine);
  font-size: 18px;
}

.korea-lp .price-panel dd small {
  color: #8b7f78;
  font-size: 11px;
}

.korea-lp .price-panel__dates-row dd {
  display: grid;
  gap: 8px;
}

.korea-lp .date-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.korea-lp .detail-panel {
  display: flex;
  flex-direction: column;
  padding: 34px 36px;
}

.korea-lp .detail-panel h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.35;
}

.korea-lp .check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.korea-lp .check-list li {
  position: relative;
  padding-left: 25px;
  color: #5f534e;
  font-size: 14px;
  line-height: 1.7;
}

.korea-lp .check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--wine);
  font-weight: 800;
}

.korea-lp .detail-panel__alert {
  margin-top: 28px;
  padding: 15px 15px;
  border-radius: var(--radius);
  background: #f8f0e7;
}

.korea-lp .detail-panel__alert b {
  color: var(--wine-deep);
  font-size: 13px;
}

.korea-lp .detail-panel__alert p {
  margin: 7px 0 0;
  color: #756861;
  font-size: 12px;
  line-height: 1.75;
}

.korea-lp .journey-closing {
  position: relative;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  color: #fff;
}

.korea-lp .journey-closing__photo,
.korea-lp .journey-closing__shade {
  position: absolute;
  inset: 0;
}

.korea-lp .journey-closing__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.korea-lp .journey-closing__shade {
  background: linear-gradient(90deg, rgba(44, 21, 29, 0.90) 0%, rgba(44, 21, 29, 0.70) 38%, rgba(44, 21, 29, 0.18) 72%, rgba(44, 21, 29, 0.06) 100%);
}

.korea-lp .journey-closing__content {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.korea-lp .journey-closing h2 {
  width: min(760px, 100%);
  margin: 0;
  font-size: clamp(42px, 4vw, 50px);
  line-height: 1.35;
}

.korea-lp .journey-closing h2 span {
  display: block;
}

.korea-lp .journey-closing__content>p {
  margin: 16px 0 0;
  font-size: 16px;
}

.korea-lp .journey-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.korea-lp .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 700;
}

.korea-lp .button--cream {
  background: #fff8eb;
  color: #4e3039;
}

.korea-lp .button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.korea-lp .button--ghost span {
  font-weight: 500;
}

.korea-lp .mobile-apply {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .korea-lp .hero-nav__item {
    transition: none;
  }

}

@media (max-width: 1024px) {
  .korea-lp {
    --side-space: 24px;
  }

  .korea-lp .section {
    padding: 76px 0;
  }

  .korea-lp .hero {
    height: 660px;
  }

  .korea-lp .hero__content {
    padding-top: 84px;
  }

  .korea-lp .hero h1 {
    font-size: 54px;
  }

  .korea-lp .hero-nav__item {
    min-height: 86px;
    padding: 13px 14px;
    gap: 10px;
  }

  .korea-lp .hero-nav__icon,
  .korea-lp .hero-nav__icon img {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .korea-lp .hero-nav__copy small {
    font-size: 12px;
  }

  .korea-lp .intro__hero,
  .korea-lp .navigator__grid {
    gap: 44px;
  }

  .korea-lp .intro__content h2,
  .korea-lp .navigator__content h2 {
    font-size: 42px;
  }

  .korea-lp .intro__feature-card {
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 16px;
  }

  .korea-lp .intro__feature-icon {
    width: 68px;
    height: 68px;
  }

  .korea-lp .route-map {
    grid-template-columns: 42% 58%;
    gap: 18px;
  }

  .korea-lp .route-map__figure {
    height: 620px;
  }

  .korea-lp .city-card__body {
    padding: 11px 13px;
  }

  .korea-lp .city-card h3 {
    font-size: 20px;
  }

  .korea-lp .night-gallery .shell {
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 26px;
  }

  .korea-lp .night-gallery__heading h2 {
    font-size: 45px;
  }

  .korea-lp .price-panel,
  .korea-lp .detail-panel {
    padding: 28px;
  }

}

@media (max-width: 680px) {
  .korea-lp {
    --side-space: 16px;
    --radius: 9px;
    --radius-small: 7px;
    font-size: 15px;
    line-height: 1.82;
  }

  .korea-lp .section {
    padding: 54px 0;
  }

  .korea-lp .section-heading {
    margin-bottom: 28px;
  }

  .korea-lp .section-heading h2 {
    font-size: 31px;
    line-height: 1.38;
  }

  .korea-lp .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .korea-lp .navigator__note,
  .korea-lp .route-map__map>p,
  .korea-lp .night-gallery__note {
    font-size: 12px;
    line-height: 1.65;
  }

  .korea-lp .hero {
    height: 575px;
  }

  .korea-lp .hero__collage {
    grid-template-columns: 1fr 0.74fr;
    grid-template-rows: 1fr 1fr;
  }

  .korea-lp .hero__image--main {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .korea-lp .hero__image--a {
    grid-column: 2;
    grid-row: 1;
  }

  .korea-lp .hero__image--b {
    display: none;
  }

  .korea-lp .hero__image--c {
    display: none;
  }

  .korea-lp .hero__image--d {
    grid-column: 2;
    grid-row: 2;
  }

  .korea-lp .hero__shade {
    background: linear-gradient(90deg, rgba(31, 16, 23, 0.91) 0%, rgba(31, 16, 23, 0.70) 58%, rgba(31, 16, 23, 0.18) 100%),
      linear-gradient(0deg, rgba(31, 16, 23, 0.42), rgba(31, 16, 23, 0.06));
  }

  .korea-lp .hero__content {
    padding-top: 40px;
  }

  .korea-lp .hero__kicker {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
  }

  .korea-lp .hero__kicker::before {
    flex-basis: 22px;
    width: 22px;
  }

  .korea-lp .hero__kicker>span {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .korea-lp .hero__kicker>small {
    padding-left: 9px;
    font-size: 10.5px;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .korea-lp .hero h1 {
    font-size: 37px;
    line-height: 1.26;
  }

  .korea-lp .hero__lead {
    margin-top: 13px;
    font-size: 13.5px;
    line-height: 1.72;
  }

  .korea-lp .hero__sub {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
  }

  .korea-lp .hero__meta-wrap {
    bottom: 10px;
    width: calc(100% - 24px);
  }

  .korea-lp .hero-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .korea-lp .hero-nav__item {
    min-height: 66px;
    padding: 7px 8px;
    gap: 8px;
  }

  .korea-lp .hero-nav__icon,
  .korea-lp .hero-nav__item--cta .hero-nav__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }

  .korea-lp .hero-nav__icon img {
    width: 38px;
    height: 38px;
  }

  .korea-lp .hero-nav__item--cta .hero-nav__icon {
    font-size: 21px;
  }

  .korea-lp .hero-nav__copy b {
    font-size: 12.5px;
    line-height: 1.3;
  }

  .korea-lp .hero-nav__copy small {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.35;
  }

  .korea-lp .intro__hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .korea-lp .intro__content {
    padding-left: 0;
  }

  .korea-lp .intro__content h2 {
    font-size: 32px;
    line-height: 1.48;
  }

  .korea-lp .intro__lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .korea-lp .intro__visual {
    height: auto;
    aspect-ratio: 1.852 / 1;
  }

  .korea-lp .intro__photo--main {
    top: 6.67%;
    width: 65%;
    height: 81.11%;
  }

  .korea-lp .intro__photo--top {
    width: 34%;
    height: 47.78%;
  }

  .korea-lp .intro__photo--bottom {
    width: 40%;
    height: 43.33%;
  }

  .korea-lp .intro__feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .korea-lp .intro__feature-card {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 94px;
    padding: 13px 14px;
    gap: 15px;
  }

  .korea-lp .intro__feature-icon {
    width: 66px;
    height: 66px;
  }

  .korea-lp .intro__feature-card h3 {
    font-size: 18px;
  }

  .korea-lp .intro__feature-card p {
    font-size: 13px;
  }

  .korea-lp .navigator__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .korea-lp .navigator__visual {
    width: 100%;
    height: 270px;
    margin-inline: auto;
  }

  .korea-lp .navigator__portrait {
    top: 0;
    right: auto;
    left: 50%;
    width: min(100%, 420px);
    height: 220px;
    transform: translateX(-50%);
  }

  .korea-lp .navigator__content h2 {
    font-size: 34px;
  }

  .korea-lp .navigator__role {
    font-size: 16px;
  }

  .korea-lp .navigator__quote {
    padding: 16px;
  }

  .korea-lp .navigator__quote p,
  .korea-lp .navigator__bio {
    font-size: 14px;
    line-height: 1.9;
  }

  .korea-lp .cities .section-heading {
    margin-bottom: 30px;
  }

  .korea-lp .route-map {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .korea-lp .route-map__map,
  .korea-lp .route-map__figure,
  .korea-lp .route-map__figure img {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
  }

  .korea-lp .route-map__figure img {
    object-fit: contain;
  }

  .korea-lp .route-map__cards {
    gap: 10px;
  }

  .korea-lp .city-card {
    grid-template-columns: 1fr;
  }

  .korea-lp .city-card__image {
    height: 185px;
  }

  .korea-lp .city-card__body {
    padding: 15px;
  }

  .korea-lp .city-card h3 {
    font-size: 20px;
  }

  .korea-lp .city-card__body>p:not(.city-card__en) {
    font-size: 14px;
    line-height: 1.8;
  }

  .korea-lp .itinerary__lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .korea-lp .section-heading__sub {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .korea-lp .date-pill {
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    padding: 7px 10px;
    gap: 7px;
    font-size: 12px;
    white-space: normal;
  }

  .korea-lp .timeline {
    gap: 12px;
    margin-top: 30px;
  }

  .korea-lp .day-card__head {
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    min-height: 66px;
    padding: 10px 11px;
    gap: 9px;
  }

  .korea-lp .day-card__number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 5px 3px;
    font-size: 20px;
  }

  .korea-lp .day-card__number small {
    margin-bottom: 3px;
    font-size: 8px;
  }

  .korea-lp .day-card__route {
    display: block;
    min-width: 0;
  }

  .korea-lp .day-card__route b {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.42;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .korea-lp .day-card__route small {
    display: block;
    overflow: hidden;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: -0.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .korea-lp .day-card__plus {
    width: 22px;
    height: 22px;
  }

  .korea-lp .day-card__body {
    padding: 18px 14px 20px;
  }

  .korea-lp .schedule-list li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 28px;
    padding-bottom: 22px;
  }

  .korea-lp .schedule-list li::before {
    top: 9px;
    left: 66px;
    width: 9px;
    height: 9px;
  }

  .korea-lp .schedule-list li:not(:last-child)::after {
    top: 17px;
    left: 71px;
  }

  .korea-lp .schedule-list li:not(:last-child)>div {
    padding-bottom: 20px;
  }

  .korea-lp .schedule-list time {
    width: 54px;
    height: 30px;
    font-size: 11px;
  }

  .korea-lp .schedule-list b {
    font-size: 13px;
    line-height: 1.65;
  }

  .korea-lp .schedule-list p {
    font-size: 12.5px;
    line-height: 1.75;
  }

  .korea-lp .meal-row {
    font-size: 11px;
  }

  .korea-lp .meal-row b {
    width: 100%;
    margin-left: 0;
  }

  .korea-lp .meal-row .meal-row__stay {
    margin-top: 2px;
    border-color: #ead7df;
    background: #f3e4e9;
    color: #67283f;
  }

  .korea-lp .meal-row .meal-row__stay--final {
    border-color: #ddd4cc;
    background: #eee9e4;
    color: #5f554f;
  }

  .korea-lp .highlight-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .korea-lp .highlight-card__image {
    height: 220px;
    padding: 0;
  }

  .korea-lp .highlight-card>div:not(.highlight-card__image) {
    min-height: 0;
    padding: 16px;
  }

  .korea-lp .night-gallery::before {
    top: 18px;
    left: 8px;
    font-size: 44px;
  }

  .korea-lp .night-gallery .shell {
    display: block;
  }

  .korea-lp .night-gallery__copy {
    display: block;
    height: auto;
    padding: 0;
  }

  .korea-lp .night-gallery__heading h2 {
    font-size: 34px;
    line-height: 1.46;
  }

  .korea-lp .night-gallery__lead {
    max-width: none;
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.9;
  }

  .korea-lp .night-gallery__grid {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 210px 132px 160px;
    gap: 8px;
    margin-top: 24px;
  }

  .korea-lp .night-gallery__item--large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .korea-lp .night-gallery__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .korea-lp .night-gallery__item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .korea-lp .night-gallery__item--wide {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .korea-lp .night-gallery__note {
    margin: 18px 0 0;
  }

  .korea-lp .tour-info__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .korea-lp .price-panel,
  .korea-lp .detail-panel {
    min-height: 0;
    padding: 22px 18px;
  }

  .korea-lp .price-panel__price b {
    font-size: 48px;
  }

  .korea-lp .price-panel dl>div {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
  }

  .korea-lp .price-panel dt,
  .korea-lp .price-panel dd,
  .korea-lp .check-list li {
    font-size: 13px;
  }

  .korea-lp .detail-panel h3 {
    font-size: 21px;
  }

  .korea-lp .journey-closing {
    display: flex;
    min-height: 400px;
    align-items: flex-end;
  }

  .korea-lp .journey-closing__photo img {
    object-position: 61% 50%;
  }

  .korea-lp .journey-closing__shade {
    background: linear-gradient(0deg, rgba(40, 18, 27, 0.94) 0%, rgba(48, 22, 31, 0.76) 48%, rgba(48, 22, 31, 0.18) 100%);
  }

  .korea-lp .journey-closing__content {
    width: calc(100% - 24px);
    min-height: 0;
    margin-inline: auto;
    padding: 52px 0 34px;
    justify-content: flex-end;
  }

  .korea-lp .journey-closing h2 {
    width: 100%;
    font-size: 26px;
    line-height: 1.48;
    letter-spacing: 0.01em;
  }

  .korea-lp .journey-closing__content>p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .korea-lp .journey-closing__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .korea-lp .journey-closing .button {
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    font-size: 13px;
  }

  .korea-lp .mobile-apply {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 8px 14px;
    border-radius: var(--radius);
    background: var(--wine);
    color: #fff;
    box-shadow: 0 10px 28px rgba(69, 25, 41, 0.24);
  }

  .korea-lp .mobile-apply.is-visible {
    display: flex;
  }

  .korea-lp .mobile-apply span {
    font-size: 14px;
    line-height: 1.35;
  }

  .korea-lp .mobile-apply b {
    font-size: 12px;
    line-height: 1.35;
  }

}

@media (max-width: 420px) {
  .korea-lp {
    --side-space: 14px;
  }

  .korea-lp .hero {
    height: 480px;
    min-height: 480px;
  }

  .korea-lp .hero__content {
    padding-top: 38px;
  }

  .korea-lp .hero h1 {
    font-size: 35px;
  }

  .korea-lp .hero__lead {
    font-size: 13px;
  }

  .korea-lp .hero-nav__item {
    min-height: 66px;
    padding: 8px 8px;
    gap: 6px;
  }

  .korea-lp .hero-nav__icon,
  .korea-lp .hero-nav__item--cta .hero-nav__icon,
  .korea-lp .hero-nav__icon img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .korea-lp .hero-nav__copy b {
    font-size: 10px;
  }

  .korea-lp .hero-nav__copy small {
    font-size: 10px;
  }

  .korea-lp .section-heading h2,
  .korea-lp .intro__content h2 {
    font-size: 29px;
  }

  .korea-lp .navigator__visual {
    height: 230px;
  }

  .korea-lp .navigator__portrait {
    width: min(100%, 245px);
    height: 250px;
  }

  .korea-lp .night-gallery__heading h2 {
    font-size: 31px;
  }

  .korea-lp .day-card__head {
    grid-template-columns: 44px minmax(0, 1fr) 20px;
    gap: 20px;
    padding: 9px;
  }

  .korea-lp .day-card__number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 18px;
  }

  .korea-lp .day-card__route b {
    font-size: 13px;
    line-height: 1.42;
  }

  .korea-lp .day-card__route small {
    margin-top: 5px;
    font-size: 9.3px;
    line-height: 1.45;
  }

  .korea-lp .price-panel__price b {
    font-size: 43px;
  }

  .korea-lp .journey-closing h2 {
    font-size: 24px;
  }

}

.korea-lp .photo-credit-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  display: block;
  max-width: calc(100% - 16px);
  padding: 4px 7px;
  border-radius: 4px;
  background: rgba(18, 18, 18, 0.78);
  color: #fff;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: right;
  white-space: normal;
  pointer-events: none;
}

.korea-lp .journey-closing__photo .photo-credit-badge--closing {
  right: 18px;
  bottom: 16px;
  max-width: min(90%, 360px);
}

.korea-lp .hero__planning {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  line-height: 1.4;
}

.korea-lp .hero__planning-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: #e6c485;
  color: var(--wine-deep);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.korea-lp .hero__planning-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.korea-lp .hero__planning-separator {
  color: rgba(255, 255, 255, 0.58);
}

.korea-lp .itinerary__time-note {
  margin: 10px 0 0;
  color: #8a7b73;
  font-size: 12px;
}

.korea-lp .price-panel__coverage {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.korea-lp .price-panel__coverage-item {
  padding: 15px;
  border-radius: var(--radius);
  background: #f8f1ec;
}

.korea-lp .price-panel__coverage-item--excluded {
  background: #f5f2ee;
}

.korea-lp .price-panel__coverage h3 {
  margin: 0 0 5px;
  color: var(--wine-deep);
  font-size: 13px;
  line-height: 1.4;
}

.korea-lp .price-panel__coverage p {
  margin: 0;
  color: #5f534e;
  font-size: 12px;
  line-height: 1.75;
}

.korea-lp .price-panel__deadline {
  display: block;
  margin-top: 6px;
  line-height: 1.65;
}

.korea-lp .detail-panel__hotels {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #e4d9d0;
}

.korea-lp .hotel-list {
  display: grid;
  gap: 8px;
}

.korea-lp .hotel-list>div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
}

.korea-lp .hotel-list dt {
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
}

.korea-lp .hotel-list dd {
  color: #5f534e;
  font-size: 13px;
  line-height: 1.65;
}

.korea-lp .hotel-list__note {
  margin: 8px 0 0;
  color: #8b7f78;
  font-size: 11px;
}

.korea-lp .detail-panel__terms {
  margin-top: 22px;
  padding: 16px 17px;
  border: 1px solid #eadfd6;
  border-radius: var(--radius-small);
  background: #fffaf5;
}

.korea-lp .detail-panel__terms h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.korea-lp .detail-panel__terms p {
  margin: 0;
  color: #6f625c;
  font-size: 12px;
  line-height: 1.75;
}

/* Support credit: a full-width white band, visually related to the hero planning credit without becoming a third CTA card. */
.korea-lp .support-band {
  background: #fff;
  border-top: 1px solid rgba(94, 19, 43, 0.08);
}

.korea-lp .support-band__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.korea-lp .support-band__label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: #e6c485;
  color: var(--wine-deep);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.korea-lp .support-band img {
  display: block;
  width: 200px;
  max-width: 52vw;
  height: auto;
}

@media (max-width: 680px) {
  .korea-lp .hero__planning {
    gap: 7px;
    margin-top: 13px;
    font-size: 10px;
  }

  .korea-lp .hero__planning-label {
    min-height: 22px;
    padding: 0 7px;
    border-radius: 5px;
  }

  .korea-lp .hero__planning-name {
    font-size: 10.5px;
  }

  .korea-lp .price-panel__coverage {
    margin-top: 16px;
  }

  .korea-lp .price-panel__coverage-item {
    padding: 12px 13px;
  }

  .korea-lp .price-panel__coverage p,
  .korea-lp .detail-panel__terms p {
    font-size: 11.5px;
  }

  .korea-lp .price-panel dl>div {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .korea-lp .hotel-list>div {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .korea-lp .support-band__inner {
    gap: 10px;
    min-height: 70px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .korea-lp .support-band__label {
    min-height: 22px;
    padding: 0 7px;
    border-radius: 5px;
    font-size: 9.5px;
  }

  .korea-lp .support-band img {
    width: 150px;
    max-width: 64vw;
  }

}

@media (max-width: 760px) {
  .korea-lp .photo-credit-badge {
    right: 6px;
    bottom: 6px;
    max-width: calc(100% - 12px);
    padding: 3px 5px;
    font-size: 10px;
    line-height: 1.3;
  }

  .korea-lp .journey-closing__photo .photo-credit-badge--closing {
    right: 10px;
    bottom: 10px;
  }

}

/* ===== 2026-09-09 override: unify hero title/sub typography and remove mobile sticky apply bar ===== */
.korea-lp .hero h1,
.korea-lp .hero h1 span,
.korea-lp .hero__sub {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.korea-lp .hero h1 span {
  margin-top: 0;
}

.korea-lp .hero__sub {
  font-size: 18px;
  line-height: 1.65;
}

.korea-lp .mobile-apply,
.korea-lp .mobile-apply.is-visible {
  display: none !important;
}


/* ===== FONT ONLY: keep page typography to the two established families ===== */
/* Same Mincho face/weight as the hero “韓国・人情” */
.korea-lp #cities .section-heading h2,
.korea-lp #cities .section-heading h2 span,
.korea-lp #highlights .section-heading h2,
.korea-lp #highlights .section-heading h2 span,
.korea-lp .journey-closing h2,
.korea-lp .journey-closing h2 span,
.korea-lp .price-panel__price b,
.korea-lp .price-panel__price span {
  font-family: var(--serif) !important;
  font-weight: 500 !important;
}