/* ═══════════════════════════════════════════
   index.css — 메인 인덱스 전용 스타일
   위치: theme/foraen/css/index.css
═══════════════════════════════════════════ */

/* 인덱스 페이지는 wrapper/container padding 제거 */
body.idx-page #wrapper,
body.idx-page #container { padding: 0 !important; max-width: none !important; }

/* 메인에서만 nav-bar 백그라운드 변경 */
#navbar { background: transparent; }

/* ── 스노우 캔버스 ── */
#snow-canvas {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0; opacity: 0.3;
}

/* ── 공통 리빌 애니메이션 ── */
.rv   { opacity:0; transform:translateY(24px); transition:opacity .9s ease, transform .9s ease; }
.rv-l { opacity:0; transform:translateX(-24px); transition:opacity .9s ease, transform .9s ease; }
.rv.on, .rv-l.on { opacity:1; transform:none; }
.d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s}

/* ── 공통 섹션 헤드 ── */
.idx-section-head { margin-bottom: 56px; }
.eyebrow-sm {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--blue); display: block; margin-bottom: 14px;
}
.eyebrow-blue {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--blue); display: block; margin-bottom: 14px;
}
.idx-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 52px);
  color: var(--navy); line-height: 1.2; font-weight: 300;
}
.idx-section-head h2 em { font-style: italic; color: var(--blue); }


/* ═══════════════════════
   HERO
═══════════════════════ */
.idx-hero {
  height: 100vh; min-height: 640px;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
}
.idx-hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(13,27,42,0.3) 0%, rgba(13,27,42,0.75) 100%),
    url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?w=1800&q=85') center/cover no-repeat;
  animation: heroScale 20s ease-in-out infinite alternate;
}
@keyframes heroScale {
  from { transform: scale(1.05); }
  to   { transform: scale(1.0) translateX(-0.5%); }
}
.idx-hero-content {
  position: relative; z-index: 2;
  width: 100%; padding: 0 72px 96px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: flex-end; gap: 0;
}
.idx-hero-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--ice); margin-bottom: 22px;
  display: flex; align-items: center; gap: 14px;
  animation: hFade 1s 0.2s ease both;
}
.idx-hero-tag::before { content:''; width:32px; height:1px; background:var(--ice); }
.idx-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 300; line-height: 1.05;
  color: var(--white); letter-spacing: -1px;
  animation: hFade 1s 0.4s ease both;
}
.idx-hero-title em { font-style: italic; color: var(--ice); }
@keyframes hFade {
  from { opacity:0; transform: translateY(28px); }
  to   { opacity:1; transform: translateY(0); }
}
.idx-hero-right {
  text-align: right; display: flex; flex-direction: column;
  align-items: flex-end; gap: 26px;
  animation: hFade 1s 0.6s ease both;
}
.idx-hero-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; line-height: 2; color: rgba(255,255,255,0.6);
  font-weight: 300; max-width: 320px;
}
.idx-hero-btns { display: flex; gap: 12px; }
.idx-btn-primary {
  background: var(--ice-l); color: var(--navy);
  padding: 13px 32px; font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 500; text-decoration: none; transition: background 0.3s;
}
.idx-btn-primary:hover { background: var(--ice); }
.idx-btn-ghost {
  background: transparent; color: rgba(255,255,255,0.8);
  padding: 13px 32px; font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3); transition: all 0.3s;
}
.idx-btn-ghost:hover { border-color: var(--ice); color: var(--ice); }

.idx-hero-stats {
  position: absolute; right: 72px; top: 46%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 2px;
  z-index: 2; animation: hFade 1s 0.8s ease both;
}
.idx-stat {
  background: rgba(13,27,42,0.6);
  backdrop-filter: blur(8px);
  border-left: 2px solid var(--ice);
  padding: 16px 22px;
}
.idx-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; color: var(--ice); font-weight: 300; line-height: 1;
}
.idx-stat-lbl {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 2px; color: rgba(168,197,218,0.6);
  text-transform: uppercase;
}
.idx-hero-scroll {
  position: absolute; left: 72px; bottom: 46px; z-index: 2;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  display: flex; align-items: center; gap: 14px;
  animation: hFade 1s 1s ease both;
}
.idx-hero-scroll::after {
  content: ''; width: 50px; height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.3), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%,100%{ width:36px; opacity:.35; }
  50%    { width:64px; opacity:.9;  }
}


/* ═══════════════════════
   DIVIDER
═══════════════════════ */
.idx-divider {
  background: var(--navy);
  padding: 18px 72px;
  display: flex; justify-content: space-between; align-items: center;
}
.idx-divider span {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 4px;
  color: rgba(168,197,218,0.4); text-transform: uppercase;
}
.idx-divider-dots { display: flex; gap: 8px; }
.idx-divider-dots i {
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(168,197,218,0.3); display: block;
}
.idx-divider-dots i:nth-child(3) { background: var(--ice); }


/* ═══════════════════════
   BENTO
═══════════════════════ */
.idx-bento {
  background: var(--navy-m);
  padding: 80px 72px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 260px 260px;
  gap: 10px;
}
.bento-cell { position: relative; overflow: hidden; background: var(--navy-l); transition: transform 0.4s; }
.bento-cell:hover { transform: scale(0.985); }
.b1 { grid-column: 1/6;  grid-row: 1/2; }
.b2 { grid-column: 6/9;  grid-row: 1/2; }
.b3 { grid-column: 9/13; grid-row: 1/3; }
.b4 { grid-column: 1/4;  grid-row: 2/3; }
.b5 { grid-column: 4/6;  grid-row: 2/3; }
.b6 { grid-column: 6/9;  grid-row: 2/3; }

.bento-text {
  background: var(--ice-l) !important;
  display: flex; flex-direction: column; justify-content: center;
  padding: 36px;
}
.bento-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.2vw, 34px); color: var(--navy);
  line-height: 1.3; font-weight: 400;
}
.bento-text h2 em { font-style: italic; color: var(--blue); }
.bento-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--silver); line-height: 1.9;
  font-weight: 300; margin-top: 12px;
}
.bento-img-cell img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.7) saturate(0.8); transition: all 0.6s ease;
}
.bento-cell:hover .bento-img-cell img,
.bento-img-cell:hover img { filter: brightness(0.55); transform: scale(1.05); }
.bento-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,27,42,0.85) 0%, transparent 55%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px;
}
.bento-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ice); border: 1px solid rgba(168,197,218,0.3);
  padding: 3px 10px; display: inline-block; margin-bottom: 8px; width: fit-content;
}
.bento-overlay h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; color: var(--white); font-weight: 300;
}
.bento-stat-cell {
  background: var(--accent) !important;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.bento-big-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px; color: var(--white); font-weight: 300; line-height: 1;
}
.bento-big-lbl {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 3px; color: rgba(255,255,255,0.6); text-transform: uppercase;
}


/* ═══════════════════════
   ROOMS
═══════════════════════ */
.idx-rooms { background: var(--frost); padding: 100px 72px; }
.idx-rooms-list { display: flex; flex-direction: column; gap: 2px; }
.idx-room-row {
  display: grid; grid-template-columns: 360px 1fr 180px;
  background: var(--white); overflow: hidden;
  transition: box-shadow 0.4s; cursor: pointer;
}
.idx-room-row:hover { box-shadow: 0 8px 48px rgba(13,27,42,0.12); }
.idx-room-img { height: 240px; overflow: hidden; }
.idx-room-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.85) saturate(0.85); transition: all 0.6s;
}
.idx-room-row:hover .idx-room-img img { transform: scale(1.06); filter: brightness(0.75); }
.idx-room-info {
  padding: 32px 44px; display: flex; flex-direction: column;
  justify-content: center; border-left: 1px solid var(--ice-l);
}
.idx-room-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
}
.idx-room-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; color: var(--navy); font-weight: 400; margin-bottom: 10px;
}
.idx-room-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--silver); line-height: 1.8; font-weight: 300;
  max-width: 400px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.idx-room-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.idx-meta-pill {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 1px; color: var(--blue);
  background: var(--ice-l); padding: 4px 12px;
}
.idx-room-price {
  background: var(--navy);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  transition: background 0.3s;
}
.idx-room-row:hover .idx-room-price { background: var(--blue); }
.idx-price-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; color: var(--ice); font-weight: 300; line-height: 1;
}
.idx-price-unit {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 2px; color: var(--silver); text-transform: uppercase;
}
.idx-book-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ice-l); background: transparent;
  border: 1px solid rgba(168,197,218,0.3);
  padding: 7px 16px; cursor: pointer; transition: all 0.3s;
  text-decoration: none; margin-top: 6px; display: inline-block;
}
.idx-book-btn:hover { background: var(--ice-l); color: var(--navy); }


/* ═══════════════════════
   AMENITIES
═══════════════════════ */
.idx-amenities { background: var(--navy); padding: 100px 72px; position: relative; overflow: hidden; }
.idx-amenities::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,91,138,0.2) 0%, transparent 70%);
}
.idx-amenity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.idx-amenity-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(168,197,218,0.07);
  padding: 48px 36px; position: relative; overflow: hidden;
  transition: background 0.35s, border-color 0.35s;
}
.idx-amenity-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(168,197,218,0.18); }
.idx-amenity-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px; font-weight: 300;
  color: rgba(168,197,218,0.08); line-height: 1; margin-bottom: 18px;
}
.idx-amenity-icon { font-size: 30px; margin-bottom: 16px; display: block; }
.idx-amenity-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--white); font-weight: 400; margin-bottom: 10px;
}
.idx-amenity-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--silver); line-height: 1.85; font-weight: 300;
}


/* ═══════════════════════
   GALLERY
═══════════════════════ */
.idx-gallery { background: var(--navy-m); padding: 80px 0 80px 72px; overflow: hidden; }
.idx-gallery-head {
  padding-right: 72px; margin-bottom: 44px;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.idx-gallery-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 42px); font-weight: 300;
}
.idx-gallery-hint {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 2px; color: var(--silver);
  text-transform: uppercase;
}
.idx-gallery-track {
  display: flex; gap: 10px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-right: 72px; scrollbar-width: none;
}
.idx-gallery-track::-webkit-scrollbar { display: none; }
.idx-g-slide {
  flex-shrink: 0; width: 340px; height: 460px;
  overflow: hidden; position: relative; scroll-snap-align: start;
}
.idx-g-slide img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.7) saturate(0.8); transition: all 0.6s;
}
.idx-g-slide:hover img { filter: brightness(0.55); transform: scale(1.05); }
.idx-g-label {
  position: absolute; bottom: 20px; left: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 3px;
  opacity: 0; transition: opacity 0.4s;
}
.idx-g-slide:hover .idx-g-label { opacity: 1; }


/* ═══════════════════════════════════════
   COMING SOON (리뷰 섹션 대체)
═══════════════════════════════════════ */
.idx-coming {
  background: var(--navy);
  padding: 100px 72px;
  position: relative; overflow: hidden;
}

/* 배경 장식 */
.idx-coming::before {
  content: ''; position: absolute;
  top: -180px; right: -180px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,91,138,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.idx-coming::after {
  content: ''; position: absolute;
  bottom: -100px; left: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(168,197,218,0.05) 0%, transparent 65%);
  pointer-events: none;
}

.idx-coming-inner { max-width: 1200px; margin: 0 auto; }

.idx-coming-head {
  margin-bottom: 64px;
}
.idx-coming-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 300; line-height: 1.2;
}
.idx-coming-head h2 em { font-style: italic; color: var(--ice); }
.idx-coming-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--silver); line-height: 1.9;
  font-weight: 300; margin-top: 16px; max-width: 520px;
}

/* 2단 레이아웃 */
.idx-coming-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* ── 타임라인 ── */
.idx-tl-list { display: flex; flex-direction: column; gap: 0; }

.idx-tl-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 24px;
}

.idx-tl-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 타임라인 스텝 원 */
.idx-tl-step {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  position: relative; z-index: 1;
}

.idx-tl-step.done {
  background: var(--accent);
  border: 2px solid var(--accent);
}
.idx-tl-step.done svg {
  width: 14px; height: 14px;
  color: var(--white); stroke-width: 2.5;
}
.idx-tl-step.active {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(168,197,218,0.4);
}
.idx-tl-step.future {
  background: transparent;
  border: 2px solid rgba(168,197,218,0.15);
  opacity: .5;
}

/* 타임라인 연결선 */
.idx-tl-connector {
  width: 1px;
  flex: 1;
  min-height: 24px;
  background: rgba(168,197,218,0.15);
  margin: 4px 0;
}
.idx-tl-connector.done {
  background: rgba(196,149,106,0.4);
}

/* 타임라인 본문 */
.idx-tl-body {
  padding-bottom: 36px;
}

.idx-tl-badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  padding: 3px 10px; margin-bottom: 10px;
}
.idx-tl-badge.done   { background: rgba(196,149,106,.15); color: var(--accent); border: 1px solid rgba(196,149,106,.3); }
.idx-tl-badge.active { background: rgba(168,197,218,.1);  color: var(--ice);    border: 1px solid rgba(168,197,218,.2); }
.idx-tl-badge.future { background: transparent; color: rgba(168,197,218,.35); border: 1px solid rgba(168,197,218,.1); }

.idx-tl-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--white); font-weight: 400;
  margin-bottom: 10px; line-height: 1.3;
}

.idx-tl-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--silver); line-height: 1.9; font-weight: 300;
}

/* ── 사전예약 CTA 카드 ── */
.idx-coming-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 100px;
}

.idx-cta-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(168,197,218,0.12);
  overflow: hidden;
}

.idx-cta-card-head {
  background: rgba(255,255,255,0.03);
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(168,197,218,0.08);
}

.idx-cta-badge {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent);
  display: inline-block; margin-bottom: 14px;
}

.idx-cta-card-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; color: var(--white); font-weight: 300;
  line-height: 1.25; margin-bottom: 12px;
}

.idx-cta-card-head p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; color: var(--silver); line-height: 1.85; font-weight: 300;
}

.idx-cta-benefits {
  padding: 20px 28px;
  display: flex; flex-direction: column; gap: 10px;
  border-bottom: 1px solid rgba(168,197,218,0.08);
}

.idx-cta-benefit {
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; color: rgba(168,197,218,0.7); font-weight: 300;
}

.idx-cta-benefit-icon { font-size: 15px; flex-shrink: 0; }

.idx-cta-card-foot {
  padding: 20px 28px;
  display: flex; flex-direction: column; gap: 12px;
}

.idx-cta-btn {
  display: flex; align-items: center; justify-content: center;
  padding: 13px 20px;
  background: var(--accent);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 500; text-decoration: none; transition: background .3s;
}
.idx-cta-btn:hover { background: var(--accent2, #a07850); }

.idx-cta-link {
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: rgba(168,197,218,0.5);
  text-decoration: none; transition: color .2s;
  letter-spacing: .04em;
}
.idx-cta-link:hover { color: var(--ice); }

/* 위치 칩 */
.idx-location-chip {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(168,197,218,0.1);
  padding: 14px 18px;
}

.idx-location-chip-icon { font-size: 18px; flex-shrink: 0; }

.idx-location-chip-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--white); font-weight: 500;
}

.idx-location-chip-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--silver); margin-top: 2px;
}


/* ═══════════════════════════════════════
   LOCATION (오시는 길)
═══════════════════════════════════════ */
.idx-location {
  background: var(--frost);
  padding: 100px 72px;
}

.idx-location-inner { max-width: 1200px; margin: 0 auto; }

.idx-location-head { margin-bottom: 48px; }
.idx-location-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 52px);
  color: var(--navy); font-weight: 300; line-height: 1.2;
}
.idx-location-head h2 em { font-style: italic; color: var(--blue); }

/* 2단 그리드 */
.idx-location-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0;
  border: 1px solid var(--ice-l);
  overflow: hidden;
  background: var(--white);
}

/* ── 지도 영역 ── */
.idx-map-wrap {
  position: relative;
  min-height: 460px;
  background: var(--navy-m);
  overflow: hidden;
}

#idx-kakao-map {
  width: 100%; height: 100%; min-height: 460px;
}

/* 카카오맵 미설정 시 placeholder */
.idx-map-placeholder {
  width: 100%; height: 100%; min-height: 460px;
  background:
    linear-gradient(135deg, rgba(13,27,42,0.95) 0%, rgba(28,44,60,0.9) 100%),
    url('https://images.unsplash.com/photo-1448375240586-882707db888b?w=900&q=60') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
}

.idx-map-placeholder-inner {
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}

.idx-map-placeholder-pin { font-size: 40px; opacity: .8; }

.idx-map-placeholder-txt {
  display: flex; flex-direction: column; gap: 4px;
}

.idx-map-placeholder-txt strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--white); font-weight: 300;
}

.idx-map-placeholder-txt span {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: rgba(168,197,218,0.6); letter-spacing: .05em;
}

.idx-map-open-btn {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 8px;
  padding: 9px 20px;
  background: rgba(168,197,218,0.12);
  border: 1px solid rgba(168,197,218,0.25);
  color: var(--ice);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; transition: all .25s;
}
.idx-map-open-btn:hover {
  background: rgba(168,197,218,0.2);
  border-color: var(--ice);
}

/* ── 교통 정보 패널 ── */
.idx-transport {
  border-left: 1px solid var(--ice-l);
  display: flex; flex-direction: column;
  background: var(--white);
}

.idx-transport-addr {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 24px 28px;
  background: var(--navy);
  border-bottom: 1px solid rgba(168,197,218,0.1);
}

.idx-transport-addr-icon {
  width: 18px; height: 18px;
  color: var(--accent); flex-shrink: 0; margin-top: 2px;
}

.idx-transport-addr-main {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--white); font-weight: 400; line-height: 1.5;
}

.idx-transport-addr-tel {
  display: block; margin-top: 3px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--ice);
  text-decoration: none; transition: opacity .2s;
}
.idx-transport-addr-tel:hover { opacity: .7; }

/* 교통수단 목록 */
.idx-transport-list {
  flex: 1;
  border-bottom: 1px solid var(--ice-l);
}

.idx-transport-item {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--ice-l);
  transition: background .15s;
}
.idx-transport-item:last-child { border-bottom: none; }
.idx-transport-item:hover { background: var(--frost); }

.idx-transport-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.idx-transport-icon svg {
  width: 18px; height: 18px;
}
.idx-transport-icon.car   { color: var(--navy); }
.idx-transport-icon.bus   { color: var(--blue); }
.idx-transport-icon.train { color: var(--accent); }

.idx-transport-info { flex: 1; }

.idx-transport-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 600; color: var(--navy);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 3px;
}

.idx-transport-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--silver); line-height: 1.6; font-weight: 300;
}

.idx-transport-time {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; color: var(--navy); font-weight: 400;
  flex-shrink: 0;
}

/* 주변 명소 */
.idx-nearby {
  padding: 18px 28px;
  border-bottom: 1px solid var(--ice-l);
}

.idx-nearby-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}

.idx-nearby-list { display: flex; flex-direction: column; gap: 8px; }

.idx-nearby-item {
  display: flex; align-items: center; gap: 10px;
}

.idx-nearby-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--ice-l); flex-shrink: 0;
}

.idx-nearby-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--navy); flex: 1;
}

.idx-nearby-dist {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--silver);
}

/* 카카오맵 길찾기 버튼 */
.idx-map-kakao-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 28px;
  background: var(--navy);
  color: var(--ice-l);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; transition: background .25s;
}
.idx-map-kakao-btn:hover { background: var(--blue); }


/* ═══════════════════════
   BOOKING
═══════════════════════ */
.idx-booking { background: var(--ice-l); padding: 120px 72px; position: relative; overflow: hidden; }
.idx-booking::before {
  content: ''; position: absolute; bottom: -150px; right: -150px;
  width: 450px; height: 450px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,91,138,0.1) 0%, transparent 70%);
}
.idx-booking-inner { max-width: 940px; margin: 0 auto; position: relative; }
.idx-booking-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 54px);
  color: var(--navy); font-weight: 300; line-height: 1.2; margin-bottom: 12px;
}
.idx-booking-inner h2 em { font-style: italic; color: var(--blue); }
.idx-booking-inner > p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--silver); margin-bottom: 48px; font-weight: 300;
}
.idx-booking-card { background: var(--white); box-shadow: 0 20px 70px rgba(13,27,42,0.1); }
.idx-booking-fields { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ice-l); }
.idx-b-field { padding: 26px 28px; border-right: 1px solid var(--ice-l); }
.idx-b-field:last-child { border-right: none; }
.idx-b-field label {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
}
.idx-b-field input, .idx-b-field select {
  background: transparent; border: none; outline: none;
  font-size: 14px; color: var(--navy);
  font-family: 'Noto Sans KR', sans-serif; width: 100%; cursor: pointer;
}
.idx-b-field select option { background: white; }

/* 클릭형 날짜 필드 */
.idx-bk-date-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; font-weight: 300;
  color: var(--navy); cursor: pointer;
  line-height: 1.4; padding: 2px 0;
}
.idx-bk-date-val.empty-val { color: var(--silver); font-style: italic; font-size: 14px; }

#bk-ci-field, #bk-co-field { cursor: pointer; transition: background .15s; }
#bk-ci-field:hover, #bk-co-field:hover { background: var(--frost); }

.idx-booking-footer { display: flex; }
.idx-booking-contacts { flex: 1; display: grid; grid-template-columns: repeat(3,1fr); border-right: 1px solid var(--ice-l); }
.idx-contact-item {
  padding: 18px 22px; display: flex; align-items: center; gap: 10px;
  border-right: 1px solid var(--ice-l);
  font-size: 13px; color: var(--silver);
  font-family: 'DM Sans', sans-serif; font-weight: 300; transition: background .3s;
}
.idx-contact-item:last-child { border-right: none; }
.idx-contact-item:hover { background: var(--frost); }
.idx-contact-item span:first-child { font-size: 17px; }
.idx-booking-submit { width: 180px; flex-shrink: 0; }
.idx-submit-btn {
  width: 100%; height: 100%; background: var(--navy);
  color: var(--ice-l); border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 500; transition: background .3s; padding: 22px;
}
.idx-submit-btn:hover { background: var(--blue); }


/* ═══════════════════════════════════════
   팝업 캘린더 레이어
═══════════════════════════════════════ */
#bk-cal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(13,27,42,.2);
}
#bk-cal-overlay.open { display: block; }

.bk-cal-popup {
  position: fixed;
  width: 480px;
  max-width: calc(100vw - 24px);
  background: var(--white);
  border-top: 3px solid var(--navy);
  box-shadow: 0 24px 72px rgba(13,27,42,.28);
  z-index: 9001;
  animation: bkPopIn .2s cubic-bezier(.22,1,.36,1) both;
}

/* 팝업 닫기 버튼 */
.bk-cal-close {
  position: absolute;
  top: 10px; right: 10px;
  width: 28px; height: 28px;
  background: rgba(255,255,255,.1);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5);
  transition: background .15s, color .15s;
  border-radius: 0;
  z-index: 1;
}
.bk-cal-close:hover { background: rgba(255,255,255,.2); color: var(--white); }
.bk-cal-close svg { width: 14px; height: 14px; }
@keyframes bkPopIn {
  from { opacity:0; transform:translateY(-8px); }
  to   { opacity:1; transform:translateY(0); }
}

/* 날짜 바 */
.bk-cal-datebar {
  display: flex; align-items: center;
  background: var(--navy);
}
.bk-cal-datebar-item {
  flex: 1; padding: 14px 18px; cursor: pointer;
  display: flex; flex-direction: column; gap: 5px;
  transition: background .15s;
  border-bottom: 2px solid transparent;
}
.bk-cal-datebar-item:hover { background: rgba(255,255,255,.05); }
.bk-cal-datebar-item.active {
  background: rgba(196,149,106,.12);
  border-bottom-color: var(--accent);
}
.bk-cal-datebar-lbl {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.bk-cal-datebar-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px; font-weight: 300; color: var(--accent); line-height: 1;
}
.bk-cal-arrow {
  width: 16px; height: 16px; flex-shrink: 0;
  color: rgba(255,255,255,.2);
}
.bk-cal-nights {
  display: none; align-items: center;
  padding: 0 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; color: var(--ice); font-weight: 300;
  white-space: nowrap;
  border-left: 1px solid rgba(255,255,255,.08);
}

/* 캘린더 그리드 */
.bk-cal-body { padding: 20px 22px 8px; }

.bk-cal-nav {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 16px;
}
.bk-cal-month-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--navy); font-weight: 300;
}
.bk-cal-month-label em { font-style: italic; color: var(--accent); margin-right: 4px; }

.bk-cal-nav-btn {
  width: 30px; height: 30px;
  border: 1px solid var(--ice-l); background: var(--white);
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; color: var(--text2); transition: all .15s;
}
.bk-cal-nav-btn:hover { background: var(--cream); color: var(--navy); }
.bk-cal-nav-btn svg { width: 12px; height: 12px; }

.bk-cal-weekdays {
  display: grid; grid-template-columns: repeat(7,1fr);
  text-align: center; padding-bottom: 8px;
  border-bottom: 1px solid var(--ice-l); margin-bottom: 5px;
}
.bk-cal-weekdays span {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: .05em; color: var(--text3);
}

.bk-cal-days {
  display: grid; grid-template-columns: repeat(7,1fr); gap: 2px;
}

.bk-day {
  aspect-ratio: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--text);
  cursor: pointer; position: relative;
  border: 2px solid transparent; transition: all .1s;
  user-select: none;
}
.bk-day:hover:not(.bk-day-past):not(.bk-day-empty) {
  background: var(--cream); border-color: var(--accent);
}
.bk-day-empty { cursor: default; }
.bk-day-past  { cursor: default; color: var(--text3); opacity: .35; }
.bk-day-sun   { color: #c0392b; }
.bk-day-sat   { color: var(--accent2); }
.bk-day-ci    { background: var(--navy) !important; color: var(--white) !important; border-color: var(--navy) !important; }
.bk-day-co    { background: var(--accent2) !important; color: var(--white) !important; border-color: var(--accent2) !important; }
.bk-day-range { background: rgba(196,149,106,.1); border-color: rgba(196,149,106,.18); }

.bk-today-dot {
  display: block; width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent);
  position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%);
}

/* 하단 버튼 */
.bk-cal-footer {
  display: flex; align-items: center;
  padding: 12px 22px 16px; gap: 10px;
  border-top: 1px solid var(--ice-l);
}
.bk-cal-reset-btn {
  background: none; border: none; padding: 8px 0;
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  letter-spacing: .05em; color: var(--text3);
  cursor: pointer; transition: color .15s;
  text-decoration: underline; text-underline-offset: 2px;
}
.bk-cal-reset-btn:hover { color: var(--navy); }

.bk-cal-confirm-btn {
  flex: 1; padding: 12px 20px;
  background: var(--text3); color: var(--white); border: none;
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase;
  cursor: not-allowed; transition: background .2s;
}
.bk-cal-confirm-btn.active { background: var(--navy); cursor: pointer; }
.bk-cal-confirm-btn.active:hover { background: var(--accent2); }


/* ═══════════════════════
   RESPONSIVE
═══════════════════════ */
@media (max-width: 1200px) {
  .idx-coming-layout { grid-template-columns: 1fr 300px; gap: 36px; }
  .idx-location-grid  { grid-template-columns: 1fr 380px; }
}

@media (max-width: 960px) {
  .idx-hero-content { grid-template-columns: 1fr; padding: 0 24px 80px; }
  .idx-hero-right { align-items: flex-start; }
  .idx-hero-stats { display: none; }
  .idx-hero-scroll { left: 24px; }

  .idx-divider { padding: 14px 24px; flex-wrap: wrap; gap: 8px; }

  .idx-bento { padding: 48px 24px; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .b1,.b2,.b3,.b4,.b5,.b6 { grid-column: auto; grid-row: auto; height: 200px; }
  .bento-text { height: auto; min-height: 200px; }
  .bento-stat-cell { height: 150px; }

  .idx-rooms { padding: 72px 24px; }
  .idx-room-row { grid-template-columns: 1fr; }
  .idx-room-img { height: 200px; }
  .idx-room-info { padding: 22px; border-left: none; border-top: 1px solid var(--ice-l); }
  .idx-room-price { flex-direction: row; padding: 20px 22px; justify-content: space-between; }

  .idx-amenities { padding: 72px 24px; }
  .idx-amenity-grid { grid-template-columns: 1fr; }

  .idx-gallery { padding: 60px 0 60px 24px; }
  .idx-gallery-head { padding-right: 24px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .idx-g-slide { width: 260px; height: 340px; }

  /* coming soon */
  .idx-coming { padding: 72px 24px; }
  .idx-coming-layout { grid-template-columns: 1fr; gap: 40px; }
  .idx-coming-cta { position: static; }

  /* location */
  .idx-location { padding: 72px 24px; }
  .idx-location-grid { grid-template-columns: 1fr; }
  .idx-map-wrap { min-height: 300px; }
  #idx-kakao-map { min-height: 300px; }
  .idx-map-placeholder { min-height: 300px; }
  .idx-transport { border-left: none; border-top: 1px solid var(--ice-l); }

  .idx-booking { padding: 72px 24px; }
  .idx-booking-fields { grid-template-columns: 1fr 1fr; }
  .idx-b-field:nth-child(2) { border-right: none; }
  .idx-b-field:nth-child(3) { border-top: 1px solid var(--ice-l); }
  .idx-b-field:nth-child(4) { border-right: none; border-top: 1px solid var(--ice-l); }
  .idx-booking-footer { flex-direction: column; }
  .idx-booking-contacts { border-right: none; grid-template-columns: 1fr; }
  .idx-contact-item { border-right: none; border-bottom: 1px solid var(--ice-l); }
  .idx-booking-submit { width: 100%; }
  .idx-submit-btn { padding: 18px; }
}

@media (max-width: 600px) {
  .idx-coming { padding: 60px 20px; }
  .idx-tl-item { grid-template-columns: 28px 1fr; gap: 0 16px; }
  .idx-tl-step { width: 28px; height: 28px; }
  .idx-location { padding: 60px 20px; }
  /* 팝업 캘린더 모바일 */
  .bk-cal-popup { width: calc(100vw - 24px) !important; left: 12px !important; }
  .bk-cal-body  { padding: 16px 14px 8px; }
  .bk-cal-footer{ padding: 10px 14px 14px; }
  .bk-cal-datebar-item { padding: 11px 12px; }
  .bk-cal-datebar-val  { font-size: 13px; }
  .bk-day { font-size: 12px; }
}