body:lang(en) {
  word-break: normal;
}
.language-switch {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.en-hero {
  min-height: 660px;
  display: grid;
  align-items: end;
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 76% 28%, rgba(191, 174, 116, .32), transparent 26%),
    radial-gradient(circle at 20% 78%, rgba(89, 132, 112, .48), transparent 30%),
    linear-gradient(125deg, #0d2824 0%, #1c493e 52%, #897c59 100%);
}
.en-hero-content {
  padding-block: 110px;
  max-width: 760px;
}
.en-hero h1 {
  font: 500 clamp(48px, 8vw, 88px)/.98 var(--serif);
  letter-spacing: -.055em;
  margin: 18px 0 30px;
}
.en-hero p:not(.eyebrow) {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,.86);
}
.en-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.en-section {
  padding-block: 105px;
}
.en-section h2,
.city-guide h1 {
  font: 500 clamp(38px, 5vw, 64px)/1.04 var(--serif);
  letter-spacing: -.05em;
  margin: 12px 0 24px;
}
.en-section-lead {
  max-width: 680px;
  color: #596460;
  font-size: 17px;
  line-height: 1.8;
}
.en-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.en-card {
  background: #fff;
  border: 1px solid var(--line);
}
.en-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.en-card-visual {
  aspect-ratio: 4/3;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: rgba(255,255,255,.9);
  font: 500 clamp(30px, 4vw, 50px) var(--serif);
  letter-spacing: -.04em;
}
.visual-seoul {
  background: linear-gradient(145deg, #243d36, #8d9b83);
}
.visual-busan {
  background: linear-gradient(145deg, #1d4d5c, #74a8ad 60%, #d2b783);
}
.visual-jeju {
  background: linear-gradient(145deg, #384c34, #78916a 58%, #6c8fa2);
}
.en-card-body {
  padding: 28px;
}
.en-card span,
.quick-fact span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  color: #ad5d49;
}
.en-card h3 {
  font: 500 30px var(--serif);
  margin: 10px 0 14px;
}
.en-card p,
.city-guide p,
.city-guide li {
  color: #596460;
  line-height: 1.8;
}
.en-card b {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  border-bottom: 1px solid currentColor;
}
.quick-facts {
  background: var(--ink);
  color: #fff;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.quick-fact h3 {
  font: 500 24px var(--serif);
  margin: 12px 0;
}
.quick-fact p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}
.city-guide {
  padding-block: 70px 110px;
}
.city-intro {
  max-width: 760px;
  font-size: 19px;
}
.city-hero {
  aspect-ratio: 16/7;
  margin: 45px 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(28px, 5vw, 64px);
  color: rgba(255,255,255,.92);
  font: 500 clamp(45px, 8vw, 92px) var(--serif);
  letter-spacing: -.05em;
}
.city-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.city-section {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
}
.city-section h2 {
  font: 500 29px var(--serif);
  margin: 8px 0 16px;
}
.city-booking-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  color: #fff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.city-booking-note {
  display: block;
  margin-top: 10px;
  color: #78827e;
  font-size: 11px;
  line-height: 1.55;
}
.city-section.wide {
  grid-column: 1/-1;
}
.en-note {
  border-left: 3px solid #bd6b55;
  padding: 4px 0 4px 20px;
  margin-top: 32px;
}
.ota-box {
  margin-top: 44px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  background: var(--ink);
}
.ota-box .eyebrow {
  color: #d9b39f;
}
.ota-box h2 {
  font: 500 clamp(26px, 3vw, 38px) var(--serif);
  margin: 8px 0 10px;
}
.ota-box p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.7;
}
.ota-box .button {
  flex: 0 0 auto;
  white-space: nowrap;
}
a:focus-visible {
  outline: 3px solid #bd6b55;
  outline-offset: 4px;
}
@media (max-width: 900px) {
  :root {
    --shell: calc(100vw - 32px);
  }
  .en-card-grid,
  .quick-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .language-switch {
    min-width: 38px;
    min-height: 38px;
  }
  .en-hero {
    min-height: 600px;
  }
  .en-hero-content {
    padding-block: 72px;
  }
  .city-hero {
    font-size: 36px;
  }
  .en-card-grid,
  .quick-grid,
  .city-sections {
    grid-template-columns: 1fr;
  }
  .city-section.wide {
    grid-column: auto;
  }
  .ota-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 24px;
  }
}
