/* ==========================================================================
   TEDDY MARATHON — 인제베어와 함께하는 테디서킷런 랜딩페이지
   ========================================================================== */

:root {
  --navy-950: #06090f;
  --navy-900: #0b1220;
  --navy-800: #101c33;
  --navy-700: #17264a;
  --navy-600: #203260;
  --orange-500: #ff6a1a;
  --orange-400: #ff8c42;
  --orange-100: #ffe4d1;
  --cream: #f5efe4;
  --white: #ffffff;
  --muted: #9fb0cc;
  --muted-2: #6d7fa3;
  --line: rgba(255, 255, 255, 0.1);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: 1160px;
  --shadow-orange: 0 18px 40px -14px rgba(255, 106, 26, 0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ---------- ambient circuit background ---------- */
.bg-drift {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.028) 0 2px, transparent 2px 68px),
    repeating-linear-gradient(-115deg, rgba(255,106,26,0.02) 0 2px, transparent 2px 92px);
  background-position: 0 0, 0 0;
  animation: bgDrift 50s linear infinite;
}
@keyframes bgDrift {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 900px 500px, -700px 400px; }
}

/* ---------- lap progress bar ---------- */
#lapProgress {
  position: fixed;
  top: 0; left: 0;
  height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--orange-400), var(--orange-500));
  z-index: 60;
  box-shadow: 0 0 14px rgba(255,106,26,0.65);
}
#lapProgress::after {
  content: "";
  position: absolute;
  right: -5px; top: 50%;
  width: 10px; height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--orange-400);
  box-shadow: 0 0 10px 3px rgba(255,106,26,0.75);
}
.dday-badge {
  position: absolute;
  right: -1px;
  top: 12px;
  transform: translateX(50%);
  background: var(--navy-950);
  color: var(--orange-400);
  border: 1.5px solid var(--orange-400);
  font-family: "Black Han Sans", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  padding: 3px 10px 2px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4), 0 0 10px rgba(255,106,26,0.35);
  animation: ddayPulse 1.8s ease-in-out infinite;
  transition: right 0.1s linear;
}
@keyframes ddayPulse {
  0%, 100% { transform: translateX(50%) scale(1); }
  50% { transform: translateX(50%) scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .dday-badge { animation: none; }
}
@media (max-width: 640px) {
  .dday-badge { font-size: 10.5px; padding: 2px 8px 1px; top: 10px; }
}

/* ---------- D-day 안내 문구: 진행률 바의 D-day 뱃지를 그대로 따라다니며,
   뱃지를 넘어서지 않도록 우측 정렬로 붙는다. 스크롤이 적을 땐 화면 왼쪽 밖으로
   밀려나 가려지고, 스크롤할수록 뱃지 뒤로 점점 더 드러난다. ---------- */
.dday-follow-msg {
  position: absolute;
  top: 10px;
  white-space: nowrap;
  font-size: 12px;
  color: var(--cream);
  background: var(--navy-900);
  border: 1px solid rgba(255,106,26,0.28);
  padding: 4px 12px 3px;
  border-radius: 999px;
  opacity: 0.92;
}
.dday-follow-msg.is-dday {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--orange-500), #ffb648 130%);
  border-color: transparent;
  font-weight: 700;
}
@media (max-width: 640px) {
  .dday-follow-msg { display: none; }
}

/* ---------- D-DAY 셀레브레이션 (대회 당일에만 JS로 활성화) ---------- */
.glow-title {
  display: none;
  font-family: "Black Han Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: 1.2;
  color: #ffd166;
  margin: 14px 0 0;
  text-shadow:
    0 0 6px rgba(255,209,102,0.95),
    0 0 20px rgba(255,209,102,0.8),
    0 0 44px rgba(255,106,26,0.65),
    0 0 84px rgba(255,106,26,0.45);
  animation: ddayTitleGlow 1.7s ease-in-out infinite;
}
.glow-title.show { display: block; }
.glow-title span { color: var(--orange-500); }
@keyframes ddayTitleGlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.4); }
}

.bear-launcher {
  display: none;
  position: fixed;
  bottom: -6px;
  width: 132px;
  z-index: 57;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.55));
}
.bear-launcher.active { display: block; }
.bear-launcher img { width: 100%; display: block; }
.bear-launcher.left { left: -14px; }
.bear-launcher.right { right: -14px; transform: scaleX(-1); }
.bear-launcher.left.kick { animation: bearKickL 0.55s ease; }
.bear-launcher.right.kick { animation: bearKickR 0.55s ease; }
@keyframes bearKickL {
  0% { transform: translateY(0) scale(1); }
  32% { transform: translateY(-16px) scale(1.05) rotate(-4deg); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes bearKickR {
  0% { transform: scaleX(-1) translateY(0) scale(1); }
  32% { transform: scaleX(-1) translateY(-16px) scale(1.05) rotate(-4deg); }
  100% { transform: scaleX(-1) translateY(0) scale(1); }
}
@media (max-width: 640px) {
  .bear-launcher { width: 92px; }
}

.confetti-layer, .fw-layer {
  display: none;
  position: fixed; inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.confetti-layer.active, .fw-layer.active { display: block; }
.confetti-layer { z-index: 55; }
.fw-layer { z-index: 56; }
.confetti-piece {
  position: absolute; top: -10vh; width: 7px; height: 12px; opacity: 0;
  animation-name: confettiFall; animation-timing-function: linear; animation-fill-mode: forwards;
}
@keyframes confettiFall {
  0% { transform: translateY(0) rotate(0deg); opacity: 0; }
  8% { opacity: 0.95; }
  100% { transform: translateY(112vh) rotate(var(--rot)); opacity: 0.85; }
}
.fw-burst { position: absolute; width: 0; height: 0; }
.fw-particle {
  position: absolute; left: 0; top: 0; width: 6px; height: 6px; border-radius: 50%;
  animation: fwParticle 0.95s cubic-bezier(.15,.6,.4,1) forwards;
}
@keyframes fwParticle {
  0% { transform: translate(0,0) scale(1); opacity: 1; }
  100% { transform: translate(var(--dx),var(--dy)) scale(0.25); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .confetti-piece, .fw-particle, .glow-title, .bear-launcher.kick { animation: none !important; }
}

/* ---------- lane divider (moving road marking) ---------- */
.lane-divider {
  height: 44px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
}
.lane-divider::before {
  content: "";
  position: absolute;
  left: -100px; right: -100px; top: 50%;
  height: 4px; margin-top: -2px;
  background-image: repeating-linear-gradient(90deg, var(--orange-500) 0 34px, transparent 34px 62px);
  opacity: 0.5;
  animation: laneMove 2.6s linear infinite;
}
@keyframes laneMove { from { background-position-x: 0; } to { background-position-x: -96px; } }

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--cream);
  font-family: "Noto Sans KR", -apple-system, "Malgun Gothic", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, .display {
  font-family: "Black Han Sans", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
}

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Black Han Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--orange-400);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--orange-500);
  border-radius: 2px;
}

section { position: relative; padding: 96px 0; scroll-margin-top: 90px; }
@media (max-width: 720px) { section { padding: 64px 0; } }

.section-head { max-width: 640px; margin: 0 0 44px; }
.section-head h2 { font-size: clamp(28px, 4.4vw, 42px); color: var(--white); }
.section-head p { color: var(--muted); font-size: 16px; margin-top: 12px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
.main-nav a:focus-visible,
.mobile-nav a:focus-visible,
.map-links a:focus-visible,
.faq-item summary:focus-visible {
  outline: 2px solid var(--orange-400);
  outline-offset: 3px;
  border-radius: 6px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange-400), var(--orange-500));
  color: var(--navy-950);
  box-shadow: var(--shadow-orange);
}
.btn-primary:hover { box-shadow: 0 22px 46px -14px rgba(255, 106, 26, 0.7); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--cream);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--white); }
.btn-block { width: 100%; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 9, 15, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { height: 38px; width: auto; display: block; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-en {
  font-family: "Black Han Sans", sans-serif;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: var(--white);
}
.brand-en span { color: var(--orange-500); }
.brand-kr { font-size: 11px; color: var(--muted-2); letter-spacing: 0.02em; margin-top: 2px; }
.header-actions { display: flex; align-items: center; gap: 12px; }

/* 상단 진행률 바를 타고 움직이는 D-day 뱃지·안내 문구가 지나가도
   메뉴 텍스트를 가리지 않도록, 카테고리 메뉴는 브랜드/버튼 줄 아래 별도 줄에 배치한다 */
.main-nav { border-top: 1px solid var(--line); }
.main-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: 44px;
}
.main-nav a {
  font-size: 14px;
  color: var(--muted);
  transition: color 0.15s ease;
}
.main-nav a:hover { color: var(--white); }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  .main-nav { display: none; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--white);
    font-size: 18px;
  }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: 64px 0 0;
  background:
    radial-gradient(60% 55% at 78% 22%, rgba(255, 106, 26, 0.16), transparent 60%),
    radial-gradient(80% 60% at 10% 90%, rgba(32, 50, 96, 0.55), transparent 60%),
    linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 46px);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 20px;
  min-height: 640px;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 40px; }
.kicker {
  display: inline-block;
  font-family: "Black Han Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--orange-400);
  background: rgba(255, 106, 26, 0.12);
  border: 1px solid rgba(255, 106, 26, 0.4);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  color: var(--white);
  line-height: 1.12;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange-500);
  background: linear-gradient(180deg, var(--orange-400), var(--orange-500));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  margin-top: 20px;
  font-size: 17px;
  color: var(--muted);
  max-width: 460px;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  font-size: 14px;
  color: var(--cream);
}
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px;
  margin-top: 46px;
}
.hero-stats .num {
  font-family: "Black Han Sans", sans-serif;
  font-size: 26px;
  color: var(--white);
}
.hero-stats .lbl { font-size: 13px; color: var(--muted-2); margin-top: 2px; }
@media (max-width: 560px) { .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 14px; } }

.hero-art {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-art img.hero-photo {
  width: 100%;
  max-width: 460px;
  height: auto;
  aspect-ratio: 1632 / 1700;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,0.55));
}
.hero-stamp {
  position: absolute;
  top: -22%;
  right: 4%;
  width: 27%;
  max-width: 140px;
  height: auto;
  aspect-ratio: 1512 / 985;
  object-fit: contain;
  transform: rotate(9deg);
  filter: drop-shadow(0 10px 16px rgba(0,0,0,0.4));
  z-index: 2;
  opacity: 0.96;
}
@media (max-width: 900px) {
  .hero-stamp { width: 22%; max-width: 108px; top: -16%; right: 6%; }
}
.hero-track {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14px;
  background: repeating-linear-gradient(90deg, var(--orange-500) 0 46px, var(--white) 46px 60px, var(--orange-500) 60px 106px, var(--navy-900) 106px 120px);
  opacity: 0.9;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: unset; padding-top: 10px; }
  .hero-art { order: -1; padding-top: 20px; }
  .hero-art img { max-width: 380px; }
  .hero-copy { text-align: left; padding-bottom: 60px; }
}

/* ---------- info strip ---------- */
.info-strip {
  background: var(--navy-800);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.info-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.info-cell {
  padding: 26px 20px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.info-cell:last-child { border-right: none; }
.info-cell .k { font-size: 12.5px; color: var(--orange-400); letter-spacing: 0.08em; margin-bottom: 8px; }
.info-cell .v { font-size: 15.5px; color: var(--white); font-weight: 700; }
@media (max-width: 720px) {
  .info-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .info-cell { border-bottom: 1px solid var(--line); }
}

/* ---------- hook / about ---------- */
.hook { background: var(--navy-950); }
.hook-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hook h2 { font-size: clamp(30px, 4.6vw, 46px); color: var(--white); line-height: 1.25; }
.hook h2 .accent { color: var(--orange-500); }
.hook p { color: var(--muted); margin: 8px 0; font-size: 16px; }
/* ---------- promo video ---------- */
.promo-video { background: var(--navy-950); }
.promo-grid { display: grid; grid-template-columns: 300px 1fr; gap: 52px; align-items: center; }
.yt-wrap { width: 100%; }
.yt-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.65);
}
.yt-frame #ytPlayer, .yt-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.yt-mute-hint {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: rgba(0,0,0,0.65);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.yt-mute-hint:hover { background: rgba(0,0,0,0.82); }

.yt-fallback { cursor: pointer; }
.yt-fallback img { width: 100%; height: 100%; object-fit: cover; }
.yt-fallback-play {
  position: absolute; inset: 0; margin: auto;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: rgba(8,13,26,0.6);
  border: 2px solid rgba(255,255,255,0.85);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  backdrop-filter: blur(2px);
}
.yt-fallback-note { text-align: center; font-size: 11.5px; color: var(--muted-2); margin-top: 12px; }

.promo-copy h2 { font-size: clamp(28px, 4vw, 40px); color: var(--white); }
.promo-tagline { font-family: "Black Han Sans", sans-serif; color: var(--orange-400); font-size: 18px; margin: 16px 0 0; }
.promo-copy p { color: var(--muted); margin-top: 10px; font-size: 15.5px; line-height: 1.75; max-width: 480px; }
.promo-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.promo-chips span { font-size: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); color: var(--cream); }
.promo-yt-link { margin-top: 28px; padding: 12px 22px; font-size: 13.5px; }
@media (max-width: 820px) {
  .promo-grid { grid-template-columns: 1fr; }
  .yt-frame, .yt-wrap { max-width: 300px; margin: 0 auto; }
}

.venue-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.venue-badges span {
  font-size: 12.5px;
  color: var(--cream);
  background: transparent;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
}
.hook-lap {
  position: relative;
  font-family: "Black Han Sans", sans-serif;
  font-size: clamp(80px, 12vw, 180px);
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255,255,255,0.14);
  line-height: 1;
  text-align: right;
  user-select: none;
}
.hook-lap__text { position: relative; z-index: 1; }
@media (max-width: 820px) {
  .hook-wrap { grid-template-columns: 1fr; gap: 20px; }
  .hook-lap { display: none; }
}

/* ---------- reasons ---------- */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.reason-card {
  background: linear-gradient(180deg, var(--navy-800), var(--navy-900));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.reason-card:hover { border-color: rgba(255,106,26,0.5); transform: translateY(-4px); }
.reason-card.wide { grid-column: 1 / -1; }
.reason-card.stage {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: center;
  border-color: rgba(255,106,26,0.35);
  background: linear-gradient(120deg, rgba(255,106,26,0.14), var(--navy-900) 55%);
}
.reason-card.stage:hover { transform: none; }
.reason-card.stage.no-photo { grid-template-columns: 1fr; }
.reason-card.stage .stage-photo {
  width: 100%;
  aspect-ratio: 538 / 760;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 16px 30px -14px rgba(0,0,0,0.6);
}
.reason-card.stage .stage-photo img { width: 100%; height: 100%; object-fit: cover; }
.reason-card.stage .stage-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--orange-400);
  background: rgba(255,106,26,0.14);
  border: 1px solid rgba(255,106,26,0.4);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .reason-card.stage { grid-template-columns: 100px 1fr; }
}
.reason-card .no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 34px;
  padding: 0 10px;
  font-family: "Black Han Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: var(--orange-400);
  background: rgba(255, 106, 26, 0.1);
  border: 1.5px solid rgba(255, 106, 26, 0.55);
  border-radius: 4px;
  position: relative;
}
.reason-card .no::before {
  content: "BIB";
  position: absolute;
  top: -9px;
  left: 8px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--muted-2);
  background: var(--navy-900);
  padding: 0 4px;
}
.reason-card h3 { font-size: 20px; color: var(--white); margin: 14px 0 10px; font-family: "Noto Sans KR"; font-weight: 700; }
.reason-card p { color: var(--muted); font-size: 14.5px; margin: 0; }
.reason-card p + p:not(.shuttle-caption) { margin-top: 8px; }

.shuttle-route {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 18px;
  padding: 22px 18px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,106,26,0.22), rgba(224,85,154,0.16) 60%, rgba(43,111,209,0.14));
  border: 1.5px solid rgba(255,255,255,0.12);
  overflow: visible;
}
.shuttle-route .free-stamp {
  position: absolute;
  top: -14px; left: 50%;
  font-family: "Black Han Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #ff2d7a, var(--orange-500));
  padding: 5px 12px;
  border-radius: 999px;
  transform: translateX(-50%) rotate(-9deg);
  box-shadow: 0 6px 14px -4px rgba(255,45,122,0.6);
  border: 2px solid rgba(255,255,255,0.85);
}
.shuttle-route .stop { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; width: 84px; }
.shuttle-route .stop-icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
  border: 2.5px solid var(--orange-400);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange-400);
  box-shadow: 0 8px 18px -6px rgba(0,0,0,0.5);
}
.shuttle-route .stop-icon svg { width: 26px; height: 26px; }
.shuttle-route .stop:first-child .stop-icon { transform: rotate(-4deg); }
.shuttle-route .stop:last-child .stop-icon { transform: rotate(4deg); border-color: #2b9fd1; color: #4fc3ec; }
.shuttle-route .stop-label {
  font-family: "Black Han Sans", sans-serif;
  font-size: 13px;
  color: var(--white);
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.shuttle-route .route-line {
  flex: 1;
  position: relative;
  height: auto;
  margin: 0 -4px;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.shuttle-route .bus-wrap {
  position: static;
  transform: none;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: none;
  padding: 0;
}
.shuttle-route .bus-icon { font-size: 34px; line-height: 1; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35)); }
.shuttle-route .bus-label {
  font-family: "Black Han Sans", sans-serif;
  font-size: 11px;
  color: var(--orange-400);
  white-space: nowrap;
}
.shuttle-route .route-line::before {
  content: "";
  order: -1;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--orange-500) 0 10px, #ff2d7a 10px 20px);
  opacity: 0.85;
}
@media (max-width: 420px) {
  .shuttle-route { flex-wrap: wrap; justify-content: center; gap: 14px 8px; }
  .shuttle-route .route-line { order: 3; width: 100%; }
}
.shuttle-caption {
  display: table;
  margin: 40px auto 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--cream);
  background: rgba(255,106,26,0.16);
  border: 1px solid rgba(255,106,26,0.45);
  padding: 8px 16px;
  border-radius: 999px;
}
.shuttle-caption .flag { margin: 0 8px; }
.shuttle-caption .flag:first-child { margin-left: 0; }
.shuttle-caption .flag:last-child { margin-right: 0; }
@media (max-width: 720px) { .reasons-grid { grid-template-columns: 1fr; } }

/* ---------- poster ---------- */
.poster-section { background: linear-gradient(180deg, var(--navy-950), var(--navy-900)); }
.poster-shell {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  border-radius: var(--radius-lg);
  padding: 14px;
  background: linear-gradient(160deg, rgba(255,106,26,0.35), rgba(255,255,255,0.05));
}
.poster-shell img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  aspect-ratio: 1100 / 1568;
  object-fit: contain;
  box-shadow: 0 40px 70px -20px rgba(0,0,0,0.7);
}
.poster-caption {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin-top: 22px;
}
.poster-cta { display: flex; justify-content: center; margin-top: 26px; }

/* ---------- course ---------- */
.course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}
.course-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  background: var(--navy-800);
  position: relative;
  overflow: hidden;
}
.course-card.k10 { border-color: rgba(255,106,26,0.55); }
.course-card .tag {
  position: absolute; top: 24px; right: 24px;
  font-size: 12px; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.08); color: var(--muted);
}
.course-card .dist {
  font-family: "Black Han Sans", sans-serif;
  font-size: 44px; color: var(--white); margin-top: 6px;
}
.course-card .name { color: var(--orange-400); font-size: 14px; letter-spacing: 0.06em; }
.course-card .desc-title { font-size: 15px; color: var(--cream); margin-top: 16px; font-weight: 700; }
.course-card .desc-body { font-size: 14px; color: var(--muted); margin-top: 6px; }
.course-card .map-shot {
  width: 100%;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
}
.course-card .map-shot img { width: 100%; height: auto; object-fit: contain; display: block; }
@media (max-width: 720px) { .course-grid { grid-template-columns: 1fr; } }

.zones-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zone-card {
  border-radius: var(--radius-md);
  background: var(--navy-800);
  border: 1px solid var(--line);
  overflow: hidden;
}
.zone-card .shot {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.zone-card .shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zone-card .shot .en-tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  color: var(--navy-950); background: var(--orange-400);
  padding: 4px 9px 4px 8px;
  border-radius: 3px;
  border-left: 4px solid var(--navy-950);
}
.zone-card .body { padding: 18px 20px 20px; }
.zone-card h4 { color: var(--white); font-size: 15.5px; margin: 0 0 8px; font-weight: 700; }
.zone-card p { color: var(--muted); font-size: 13.3px; margin: 0; line-height: 1.6; }
@media (max-width: 720px) { .zones-grid { grid-template-columns: 1fr; } }

/* ---------- circuit challenge ---------- */
.challenge {
  position: relative;
  padding: 0;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.gantry-photo-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.gantry-photo-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.gantry-photo-wrap.banner { background: var(--navy-950); }
.gantry-photo-wrap.banner::after { display: none; }
.gantry-photo-wrap.banner img {
  object-fit: contain;
  object-position: center center;
}
.gantry-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,9,15,0.1) 35%, var(--navy-950) 100%);
}
@media (max-width: 720px) { .gantry-photo-wrap { height: 170px; } }

.challenge__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.challenge__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.challenge__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,9,15,0.55) 0%, rgba(6,9,15,0.72) 55%, var(--navy-950) 100%),
    linear-gradient(90deg, rgba(6,9,15,0.88) 0%, rgba(6,9,15,0.25) 55%);
}
.challenge-body { position: relative; z-index: 1; padding: 56px 0 60px; width: 100%; }
.challenge-body .eyebrow { color: var(--orange-400); }
.challenge-body h2 {
  font-size: clamp(32px, 5vw, 50px);
  color: var(--white);
  max-width: 620px;
  line-height: 1.22;
}
.challenge-body .lede {
  margin-top: 20px;
  max-width: 520px;
  font-size: 16.5px;
  color: var(--cream);
  line-height: 1.75;
}
.challenge-body .ask {
  margin-top: 14px;
  font-family: "Black Han Sans", sans-serif;
  font-size: 20px;
  color: var(--orange-400);
}

.course-map-badge {
  position: absolute;
  top: 40px; right: 24px;
  z-index: 1;
  width: 200px;
  background: rgba(11,18,32,0.72);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-md);
  padding: 16px;
  backdrop-filter: blur(6px);
  text-align: center;
}
.course-map-badge img { width: 100%; height: auto; aspect-ratio: 670 / 460; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5)); }
.course-map-badge span { display: block; font-size: 11px; color: var(--muted); margin-top: 8px; letter-spacing: 0.03em; }
@media (max-width: 720px) { .course-map-badge { display: none; } }

.lap-sequence {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}
.lap-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 12px;
  border-radius: 999px;
  background: rgba(8,13,26,0.65);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(4px);
}
.lap-step .n {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--orange-500);
  color: var(--navy-950);
  font-family: "Black Han Sans", sans-serif;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lap-step .t { font-size: 13.5px; color: var(--cream); font-weight: 500; }
.lap-arrow { color: var(--muted-2); display: flex; align-items: center; font-size: 14px; }
@media (max-width: 560px) { .lap-arrow { display: none; } }

/* ---------- gifts (참가자 전원 사은품 · 실물 이미지 그리드) ---------- */
.gifts-section { background: var(--navy-900); }
.gifts-sub {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  max-width: 980px;
  margin: 0 auto 20px;
}
.gifts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}
.gift-card {
  background: linear-gradient(180deg, var(--navy-800), var(--navy-900));
  border: 1px solid var(--line);
  border-top: 3px solid var(--orange-500);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.gift-card:nth-of-type(3n+2) { border-top-color: #2b6fd1; }
.gift-card:nth-of-type(3n+3) { border-top-color: #e0559a; }
.gift-card__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--cream);
  overflow: hidden;
}
.gift-card__photo img { width: 100%; height: 100%; object-fit: contain; }
.gift-card__icon {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  background: linear-gradient(160deg, var(--navy-700), var(--navy-800));
}
.gift-card__body { padding: 16px 18px 20px; }
.gift-card__body h3 { font-size: 15px; font-weight: 700; color: var(--white); margin: 0 0 6px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.gift-card__body p { font-size: 12.5px; color: var(--muted); line-height: 1.5; margin: 0; }
.gift-card__flag {
  font-style: normal;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--orange-400);
  border: 1px solid rgba(255,140,66,0.5);
  padding: 2px 8px;
  border-radius: 999px;
}
.gifts-footnote {
  text-align: center;
  color: var(--muted-2);
  font-size: 12.5px;
  line-height: 1.6;
  max-width: 780px;
  margin: 26px auto 0;
}
@media (max-width: 760px) { .gifts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .gifts-grid { grid-template-columns: 1fr; max-width: 320px; } }

/* ---------- 사이즈 안내 (티셔츠) ---------- */
.size-guide {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 26px 26px 22px;
  background: var(--navy-800);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.size-guide h3 { font-size: 16px; font-weight: 700; color: var(--white); margin: 0 0 12px; }
.size-guide__tip {
  font-size: 13px;
  color: var(--cream);
  line-height: 1.7;
  background: rgba(255,106,26,0.1);
  border: 1px solid rgba(255,106,26,0.3);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  margin: 0 0 22px;
}
.size-tables { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.size-table__head {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.size-table__head em { font-style: normal; color: var(--muted); font-weight: 400; font-size: 12px; margin-left: 6px; }
.size-table__scroll { overflow-x: auto; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.size-table table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.size-table th, .size-table td {
  padding: 9px 12px;
  font-size: 12.5px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.size-table thead th {
  background: var(--navy-900);
  color: var(--orange-400);
  font-weight: 700;
  font-size: 12px;
}
.size-table tbody th {
  text-align: left;
  color: var(--cream);
  font-weight: 700;
  background: rgba(255,255,255,0.02);
}
.size-table tbody td { color: var(--muted); }
.size-table tbody tr:last-child th, .size-table tbody tr:last-child td { border-bottom: none; }
.size-guide__unit { font-size: 11.5px; color: var(--muted-2); margin: 16px 0 0; }
@media (max-width: 720px) {
  .size-tables { grid-template-columns: 1fr; }
}

/* ---------- awards ---------- */
.awards-section {
  position: relative;
  background:
    radial-gradient(70% 60% at 85% 0%, rgba(255,106,26,0.1), transparent 60%),
    linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 100%);
  overflow: hidden;
}
.awards-section::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 220px; height: 220px;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.05) 75%),
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.05) 75%);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
  transform: rotate(18deg);
  pointer-events: none;
}
.awards-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.awards-medal {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--navy-800);
}
.awards-medal img { width: 46px; height: 58px; object-fit: cover; border-radius: 8px; }
.awards-medal .cap { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.awards-medal .cap b { color: var(--cream); display: block; font-size: 13.5px; }

.awards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.award-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-800);
  position: relative;
}
.award-card .rank-tag {
  position: absolute; top: 18px; left: 18px; z-index: 2;
  display: inline-flex; gap: 6px;
  font-family: "Black Han Sans", sans-serif;
  font-size: 12px; letter-spacing: 0.04em;
  background: var(--orange-500); color: var(--navy-950);
  padding: 6px 12px; border-radius: 999px;
}
.award-card .shot {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: radial-gradient(60% 70% at 50% 40%, rgba(255,106,26,0.14), transparent 70%), var(--navy-900);
  display: flex; align-items: flex-end; justify-content: center;
}
.award-card .shot img { max-height: 100%; width: auto; aspect-ratio: 762 / 969; object-fit: contain; }
.award-card.army .shot img { width: 100%; height: 100%; object-fit: cover; }
.award-card .info { padding: 22px 24px 26px; }
.award-card .div-label { font-size: 12.5px; color: var(--orange-400); font-weight: 700; letter-spacing: 0.02em; margin-bottom: 6px; }
.award-card h3 { font-size: 19px; color: var(--white); font-family: "Noto Sans KR"; font-weight: 700; margin: 0 0 8px; }
.award-card p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.6; }
@media (max-width: 720px) { .awards-grid { grid-template-columns: 1fr; } }

/* ---------- 숙박 특가 ---------- */
.stay-section { background: var(--navy-950); padding-top: 0; }
.stay-banner { position: relative; width: 100%; aspect-ratio: 16 / 5; overflow: hidden; }
.stay-banner img { width: 100%; height: 100%; object-fit: cover; }
.stay-banner::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,9,15,0.15), var(--navy-950) 96%);
}
.stay-banner__badge {
  position: absolute; left: 24px; bottom: 20px; z-index: 2;
  font-family: "Black Han Sans", sans-serif;
  font-size: 13px; letter-spacing: 0.02em;
  color: var(--navy-950);
  background: var(--orange-400);
  padding: 8px 16px;
  border-radius: 999px;
}
.stay-section .section-head h2 { margin-top: 18px; }
.stay-section .section-head h2 .accent { color: var(--orange-500); }
.stay-note {
  display: inline-block;
  font-size: 13px;
  color: var(--cream);
  background: var(--navy-800);
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.stay-table { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.stay-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.stay-type-tag {
  flex: none;
  font-family: "Black Han Sans", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.03em;
  color: var(--white);
  padding: 5px 11px;
  border-radius: 6px;
}
.stay-type-tag.hotel { background: #2b6fd1; }
.stay-type-tag.condo { background: #e0559a; }
.stay-name { flex: 1 1 220px; font-size: 15.5px; font-weight: 700; color: var(--white); }
.stay-name em { font-style: normal; font-weight: 400; font-size: 12.5px; color: var(--muted); margin-left: 8px; }
.stay-flag {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--orange-400);
  border: 1px solid rgba(255,140,66,0.5);
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 8px;
}
.stay-price { flex: none; display: flex; align-items: baseline; gap: 10px; margin-left: auto; }
.stay-price s { font-size: 13px; color: var(--muted-2); }
.stay-price strong { font-family: "Black Han Sans", sans-serif; font-size: 20px; color: var(--orange-400); }
.stay-price b {
  font-weight: 800;
  font-size: 12px;
  color: #ff2f7a;
  background: rgba(255,47,122,0.12);
  padding: 3px 8px;
  border-radius: 6px;
}
.stay-footnote { font-size: 12.5px; color: var(--muted-2); line-height: 1.6; margin-top: 22px; }
@media (max-width: 640px) {
  .stay-price { margin-left: 0; width: 100%; }
}

/* ---------- october calendar (다꾸 스타일) ---------- */
.oct-cal .section-head p { margin-top: 28px; }
.oct-cal {
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(255,106,26,0.08), transparent 60%),
    var(--navy-950);
}
.cal-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--cream);
  border-radius: 22px;
  padding: 24px 24px 18px;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.55);
  transform: rotate(-0.4deg);
}
.cal-title {
  font-family: "Black Han Sans", sans-serif;
  font-size: 16px;
  color: var(--navy-900);
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.cal-sub { display: block; font-size: 7.5px; font-weight: 700; color: var(--navy-800); opacity: 0.8; margin-top: 1px; }
.cal-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}
.cal-dow {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy-700);
  padding-bottom: 6px;
}
.cal-dow.sun { color: #d94f3d; }
.cal-dow.sat { color: #2b6fd1; }
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.cal-cell {
  position: relative;
  min-height: 58px;
  background: rgba(11,18,32,0.04);
  border: 1px solid rgba(11,18,32,0.08);
  border-radius: 10px;
  padding: 6px 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, z-index 0s;
}
.cal-cell.empty { background: transparent; border-color: transparent; }
.cal-num { display: block; font-size: 11.5px; font-weight: 700; color: var(--navy-800); text-align: left; padding-left: 2px; }
.cal-cell.nfest, .cal-cell.marathon-day {
  cursor: pointer;
  overflow: visible;
}
.cal-cell.nfest { background: rgba(43,111,209,0.1); border-color: rgba(43,111,209,0.35); }
.cal-cell.marathon-day { background: rgba(255,106,26,0.14); border-color: rgba(255,106,26,0.55); border-width: 1.5px; }
.cal-cell.nfest:hover, .cal-cell.nfest:focus-within,
.cal-cell.marathon-day:hover, .cal-cell.marathon-day:focus-within {
  transform: scale(1.16);
  z-index: 5;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,0.35);
}
.cal-badge {
  display: block;
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1.3;
  padding: 2px 4px;
  border-radius: 5px;
  margin-top: 3px;
  white-space: nowrap;
  transform: rotate(-2deg);
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.nfest-badge { background: var(--navy-800); color: #fff; }
.kpop-badge { background: #e0559a; color: #fff; transform: rotate(2deg); }
.bear-badge { background: var(--orange-500); color: var(--navy-950); transform: rotate(-3deg); }
.cal-info-link {
  position: absolute;
  left: 50%; bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px) scale(0.9);
  background: var(--navy-950);
  color: var(--cream);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  padding: 7px 12px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 6;
}
.cal-info-link::after {
  content: "";
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--navy-950);
}
.cal-cell.nfest:hover .cal-info-link,
.cal-cell.nfest:focus-within .cal-info-link {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
}
.cal-sticker {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.4));
  z-index: 8;
}
.cal-sticker--car {
  width: 44px;
  top: -12px; right: -12px;
  transform: rotate(11deg);
}
.cal-sticker--bears {
  width: 34px;
  top: -10px; right: -8px;
  transform: rotate(9deg);
}
@media (max-width: 640px) {
  .cal-sticker--car { width: 30px; top: -8px; right: -8px; }
  .cal-sticker--bears { width: 24px; top: -6px; right: -6px; }
}
.run-bear {
  position: absolute;
  left: -10%;
  bottom: 4px;
  font-size: 20px;
  opacity: 0;
  z-index: 7;
}
.cal-cell.marathon-day.run .run-bear {
  animation: bearRun 0.9s ease-in-out;
}
.cal-click-hint {
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--orange-500);
  pointer-events: none;
  z-index: 7;
  animation: calClickPulse 1.3s ease-in-out infinite;
}
@keyframes calClickPulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.75; }
  50% { transform: translateX(-50%) scale(1.35); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .cal-click-hint { animation: none; }
}
@keyframes bearRun {
  0% { opacity: 0; left: -10%; transform: scaleX(1); }
  8% { opacity: 1; }
  50% { transform: scaleX(1) translateY(-6px); }
  92% { opacity: 1; }
  100% { opacity: 0; left: 108%; transform: scaleX(1); }
}
.cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(11,18,32,0.15);
}
.cal-legend span { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--navy-700); font-weight: 600; }
.cal-legend .dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.cal-legend .dot.nfest { background: #2b6fd1; }
.cal-legend .dot.kpop { background: #e0559a; }
.cal-legend .dot.marathon { background: var(--orange-500); }

.cal-callout {
  position: relative;
  max-width: 640px;
  margin: 44px auto 0;
  border-radius: 18px;
  box-shadow: 0 24px 44px -18px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.14);
  overflow: hidden;
  background: var(--navy-900);
}
.cal-callout__photo {
  height: 150px;
  background: url('/assets/images/venue-hotel.jpg') center center / cover no-repeat;
}
.cal-callout__body {
  position: relative;
  padding: 22px 28px 26px;
  text-align: center;
  background: linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 100%);
}
.cal-callout strong {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: var(--white);
}
.cal-callout p { margin: 0; font-size: 14px; line-height: 1.65; color: rgba(244,237,225,0.92); word-break: keep-all; overflow-wrap: break-word; }
.cal-callout p + p { margin-top: 10px; }
.cal-callout b { font-weight: 800; color: var(--orange-400); }
@media (max-width: 520px) { .cal-callout__photo { height: 110px; } }
.cal-callout u {
  text-decoration-color: var(--orange-400);
  text-decoration-thickness: 2.5px;
  text-underline-offset: 3px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .cal-card { padding: 16px 12px 14px; }
  .cal-cell { min-height: 46px; padding: 4px 2px; }
  .cal-badge { font-size: 7px; padding: 1px 3px; }
  .cal-num { font-size: 10px; }
  .cal-info-link { display: none; }
}

/* ---------- program timeline ---------- */
.program-section { background: var(--navy-900); }
.timeline { position: relative; max-width: 720px; margin: 0 auto; }
.timeline::before {
  content: "";
  position: absolute;
  left: 86px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--orange-500), rgba(255,106,26,0.08));
}
.t-item { position: relative; display: grid; grid-template-columns: 86px 1fr; gap: 26px; padding: 0 0 34px; }
.t-item:last-child { padding-bottom: 0; }
.t-time { font-size: 13px; color: var(--muted-2); text-align: right; padding-top: 3px; }
.t-dot {
  position: absolute; left: 79px; top: 2px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--navy-900); border: 3px solid var(--orange-500);
}
.t-item.hl .t-dot { background: var(--orange-500); box-shadow: 0 0 0 5px rgba(255,106,26,0.22); }
.t-body { padding-left: 24px; }
.t-body .label { color: var(--cream); font-size: 15.5px; font-weight: 500; }
.t-item.hl .t-body .label { color: var(--orange-300, var(--orange-400)); font-weight: 700; }
@media (max-width: 560px) {
  .timeline::before { left: 46px; }
  .t-item { grid-template-columns: 46px 1fr; gap: 14px; }
  .t-dot { left: 39px; }
}

/* ---------- trust strip ---------- */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
.trust-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 12px;
  background: rgba(255,255,255,0.02);
}
.trust-card .num { font-family: "Black Han Sans", sans-serif; font-size: 30px; color: var(--orange-500); }
.trust-card .lbl { font-size: 13px; color: var(--muted); margin-top: 6px; }
@media (max-width: 720px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- info table ---------- */
.info-table { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.info-row { display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; }
.info-row .k { padding: 18px 24px; background: rgba(255,255,255,0.03); color: var(--orange-400); font-size: 14px; font-weight: 700; }
.info-row .v { padding: 18px 24px; color: var(--cream); font-size: 15px; }
@media (max-width: 560px) {
  .info-row { grid-template-columns: 118px 1fr; }
  .info-row .k, .info-row .v { padding: 14px 16px; font-size: 13.5px; }
}

/* ---------- access ---------- */
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.access-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  background: var(--navy-800);
}
.access-card h3 { color: var(--white); font-size: 17px; font-weight: 700; margin-bottom: 10px; font-family: "Noto Sans KR"; }
.access-card p { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; }
.map-links { display: flex; gap: 10px; flex-wrap: wrap; }
.map-links a {
  font-size: 13.5px; padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--cream);
}
.map-links a:hover { border-color: var(--orange-500); color: var(--orange-400); }
@media (max-width: 720px) { .access-grid { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--navy-800);
  padding: 6px 22px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-size: 15.5px;
  color: var(--white);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: "Black Han Sans", sans-serif;
  font-size: 20px;
  color: var(--orange-500);
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--muted); font-size: 14.5px; padding-bottom: 18px; margin: 0; }

/* ---------- checkered divider (motorsport motif) ---------- */
.checker-strip {
  height: 16px;
  background-image:
    linear-gradient(45deg, var(--navy-950) 25%, transparent 25%, transparent 75%, var(--navy-950) 75%),
    linear-gradient(45deg, var(--navy-950) 25%, transparent 25%, transparent 75%, var(--navy-950) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  background-color: var(--cream);
  opacity: 0.92;
}

/* ---------- closing CTA ---------- */
.closing {
  position: relative;
  background:
    radial-gradient(60% 90% at 50% 0%, rgba(255,106,26,0.16), transparent 60%),
    var(--navy-950);
  text-align: center;
  border-top: 1px solid var(--line);
  clip-path: polygon(0 22px, 100% 0, 100% 100%, 0 100%);
  margin-top: -22px;
  padding-top: 118px;
}
.start-lights { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 28px; }
.light-rig {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  background: #06090f;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  box-shadow: 0 10px 24px -10px rgba(0,0,0,0.6);
}
.light {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #3a1408;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.light.red { background: #ff2d1a; box-shadow: 0 0 14px 4px rgba(255,45,26,0.85), inset 0 0 4px rgba(0,0,0,0.3); }
.light.yellow { background: #ffd23f; box-shadow: 0 0 14px 4px rgba(255,210,63,0.85), inset 0 0 4px rgba(0,0,0,0.3); }
.light.green { background: #2ee66b; box-shadow: 0 0 14px 4px rgba(46,230,107,0.85), inset 0 0 4px rgba(0,0,0,0.3); }
.lights-caption {
  font-family: "Black Han Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--muted-2);
}
.start-lights.go .lights-caption { color: #2ee66b; }

.closing h2 { font-size: clamp(30px, 5vw, 48px); color: var(--white); }
.closing h2 .accent { color: var(--orange-500); }
.closing p { color: var(--muted); margin: 16px auto 0; max-width: 560px; }
.closing-cta { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.closing-note { font-size: 13px; color: var(--muted-2); margin-top: 24px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ---------- hashtags ---------- */
.hashtags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.hashtags span { font-size: 13px; color: var(--muted-2); background: rgba(255,255,255,0.04); padding: 7px 13px; border-radius: 999px; }

/* ---------- footer ---------- */
footer { background: var(--navy-900); border-top: 1px solid var(--line); padding: 56px 0 30px; }
.footer-logo { height: 34px; width: auto; margin-bottom: 22px; }
.footer-orgs { display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 13.5px; color: var(--muted); margin-bottom: 26px; }
.footer-orgs b { color: var(--cream); font-weight: 700; }
.footer-note { font-size: 12.5px; color: var(--muted-2); line-height: 1.8; border-top: 1px solid var(--line); padding-top: 24px; }
.footer-contact {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.footer-contact__name {
  font-family: "Black Han Sans", sans-serif;
  font-size: 15px;
  color: var(--cream);
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.footer-contact ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-contact li { font-size: 13px; color: var(--muted); }
.footer-contact a { color: var(--muted); border-bottom: 1px solid transparent; }
.footer-contact a:hover { color: var(--orange-400); border-color: var(--orange-400); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 18px; font-size: 12px; color: var(--muted-2); }

/* ---------- mobile nav drawer ---------- */
.mobile-nav {
  display: none;
  position: fixed; inset: 76px 0 0 0; z-index: 49;
  background: rgba(6,9,15,0.98);
  padding: 30px 24px;
  flex-direction: column;
  gap: 22px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 20px; color: var(--cream); font-family: "Black Han Sans"; }

/* ---------- scroll reveal ---------- */
.reason-card, .zone-card, .course-card, .award-card,
.trust-card, .t-item, .poster-shell, .section-head, .gift-card {
  transition: opacity 0.6s cubic-bezier(.2,.7,.3,1), transform 0.6s cubic-bezier(.2,.7,.3,1);
}
html.js-ready .reason-card:not(.in),
html.js-ready .zone-card:not(.in),
html.js-ready .course-card:not(.in),
html.js-ready .award-card:not(.in),
html.js-ready .trust-card:not(.in),
html.js-ready .t-item:not(.in),
html.js-ready .poster-shell:not(.in),
html.js-ready .gift-card:not(.in),
html.js-ready .section-head:not(.in) {
  opacity: 0;
  transform: translateY(24px);
}
.zones-grid .zone-card:nth-child(2),
.reasons-grid .reason-card:nth-child(2) { transition-delay: 0.08s; }
.zones-grid .zone-card:nth-child(3),
.course-grid .course-card:nth-child(2),
.trust-grid .trust-card:nth-child(2),
.awards-grid .award-card:nth-child(2) { transition-delay: 0.14s; }
.trust-grid .trust-card:nth-child(3) { transition-delay: 0.2s; }
.trust-grid .trust-card:nth-child(4) { transition-delay: 0.26s; }

/* ---------- motion preference ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
  .btn:hover, .reason-card:hover { transform: none; }
  .bg-drift { animation: none; }
  .lane-divider::before { animation: none; }
}
