@charset "UTF-8";

/* ==========================================================================
   1. DESIGN SYSTEM & TOKENS
   ========================================================================== */
:root {
  --bg-deep-space: #0b0f17;
  --bg-surface-card: #ffffff;
  --bg-surface-soft: #f4f6f9;
  
  --gold-300: #e8d7be;
  --gold-400: #d6bc96;
  --gold-500: #c29e6b;
  --gold-600: #a7804d;
  --gold-metallic: linear-gradient(135deg, #f5ebd9 0%, #d4b58a 38%, #b89360 70%, #dfcbb0 100%);
  --gold-glow: 0 8px 24px -4px rgba(194, 158, 107, 0.42);

  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-600: #475569;
  --slate-400: #94a3b8;
  --slate-200: #e2e8f0;

  --badge-live: linear-gradient(135deg, #ef4444, #dc2626);

  --shadow-float: 0 12px 32px -4px rgba(15, 23, 42, 0.09), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
  --shadow-card: 0 6px 18px -2px rgba(15, 23, 42, 0.06);

  --header-bar-h: 54px;
  --gnb-bar-h: 44px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --header-total-h: calc(var(--header-bar-h) + var(--gnb-bar-h) + var(--safe-top));
  --bottom-bar-height: 64px;

--ticker-bar-h: 36px; /* 띠 배너 높이 추가 */
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  /* 띠 배너 높이까지 전체 합산 */
  --header-total-h: calc(var(--header-bar-h) + var(--gnb-bar-h) + var(--ticker-bar-h) + var(--safe-top));

}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
  background-color: var(--bg-deep-space);
}

body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
  color: var(--slate-900);
  line-height: 1.55;
  word-break: keep-all;
  letter-spacing: -0.02em;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ==========================================================================
   HOT TICKER NOTIFICATION BAR
   ========================================================================== */
.app-header__ticker {
  height: var(--ticker-bar-h);
  background: linear-gradient(90deg, #182232 0%, #101622 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
}

/* HOT 뱃지 (레드 글로우 펄스 애니메이션) */
.ticker-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
  flex-shrink: 0;
  animation: pulseBadge 1.8s infinite;
}

@keyframes pulseBadge {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}

/* 안내 문구 */
.ticker-text {
  font-size: 0.78rem;
  font-weight: 700;
  color: #e2e8f0;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

/* 우측 마이크로 셰브론 */
.ticker-arrow {
  font-size: 0.85rem;
  color: var(--gold-400);
  font-weight: 800;
  opacity: 0.8;
  flex-shrink: 0;
}

/* ==========================================================================
   2. APP FRAME & LAYOUT
   ========================================================================== */
.m-wrap {
  max-width: 480px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  padding-bottom: calc(var(--bottom-bar-height) + var(--safe-bottom));
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.content-block {
  padding: 56px 20px;
  border-bottom: 10px solid var(--bg-surface-soft);
  scroll-margin-top: var(--header-total-h);
}

.content-block--dark {
  background: radial-gradient(circle at 50% 0%, #1a2332 0%, #0c1017 100%);
  color: #ffffff;
  border-bottom: none;
}

.content-block__head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.content-block__title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--slate-900);
  letter-spacing: -0.035em;
}

.content-block--dark .content-block__title {
  color: #ffffff;
}

.content-block__en-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-block__intro {
  font-size: 0.95rem;
  color: var(--slate-600);
  margin-bottom: 28px;
  line-height: 1.4;
}

.content-block--dark .content-block__intro {
  color: var(--slate-400);
}

/* ==========================================================================
   3. FIXED HEADER & SLIDING INDICATOR GNB
   ========================================================================== */
.app-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1000;
  background: rgba(11, 15, 23, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  padding-top: var(--safe-top);
}

.app-header__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  height: var(--header-bar-h);
}

.app-header__brand {
  display: flex;
  flex-direction: column;
}

.app-header__name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.app-header__desc {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 1px;
}

.app-header__call-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold-metallic);
  color: #1a160d;
  padding: 7px 14px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: var(--gold-glow);
}

.app-header__call-btn svg {
  width: 13px;
  height: 13px;
}

.app-header__gnb {
  position: relative;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  height: var(--gnb-bar-h);
  align-items: center;
  padding: 0 6px;
}

.app-header__gnb::-webkit-scrollbar {
  display: none;
}

.app-header__gnb-link {
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: #8f9ea7;
  text-decoration: none;
  font-weight: 500;
  flex-shrink: 0;
  transition: color 0.25s ease;
}

.app-header__gnb-link.is-active {
  color: #ffffff;
  font-weight: 800;
}

.app-header__indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--gold-metallic);
  border-radius: 3px 3px 0 0;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

/* ==========================================================================
   4. HERO SECTION
   ========================================================================== */
.main-hero {
  position: relative;
  height: 74vh;
  min-height: 520px;
  background-color: var(--bg-deep-space);
  display: flex;
  align-items: flex-end;
  margin-top: var(--header-total-h);
}

.main-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(1.1) brightness(0.9);
}

.main-hero__content {
  position: relative;
  z-index: 2;
  padding: 40px 20px 28px;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 15, 23, 0.7) 35%, rgba(11, 15, 23, 0.98) 90%);
  color: #ffffff;
}

.main-hero__tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.main-hero__tag {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f1f5f9;
}

.main-hero__tag--live {
  background: var(--badge-live);
  border: none;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
}

.main-hero__sub-title {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

.main-hero__title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  line-height: 1.22;
  text-shadow: 0 4px 16px rgba(0,0,0,0.5);
}

.main-hero__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.main-hero__btn {
  padding: 15px 0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
}

.main-hero__btn:active {
  transform: scale(0.97);
}

.main-hero__btn--primary {
  background: var(--gold-metallic);
  color: #1a160d;
  box-shadow: var(--gold-glow);
}

.main-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
   5. QUICK ACTION PANEL (원형 아이콘 타입)
   ========================================================================== */
.quick-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 20px 16px;
  background: #ffffff;
  border-bottom: 1px solid var(--slate-200);
}

.quick-panel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--slate-800);
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.quick-panel__item:active {
  transform: scale(0.96);
}

/* 원형 아이콘 베이스 */
.quick-panel__item svg {
  width: 52px;
  height: 52px;
  padding: 14px;
  border-radius: 50%;
  background-color: var(--bg-surface-soft);
  color: var(--slate-600);
  border: 1px solid var(--slate-200);
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* 첫 번째 하이라이트(전화상담 등) 원형 스타일 */
.quick-panel__item--highlight {
  background: transparent;
  border: none;
  box-shadow: none;
}

.quick-panel__item--highlight svg {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: var(--gold-400);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
  filter: drop-shadow(0 2px 5px rgba(194, 158, 107, 0.35));
}

.quick-panel__item--highlight span {
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.quick-panel__item--highlight:active svg {
  background: #0b0f17;
  transform: scale(0.95);
}

/* ==========================================================================
   6. SUMMARY SPEC TABLE & CARD
   ========================================================================== */
.summary-table-wrap {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--slate-200);
  overflow: hidden;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th, .info-table td {
  padding: 14px;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--slate-200);
}

.info-table th {
  width: 30%;
  color: var(--slate-400);
  font-weight: 700;
  text-align: left;
  background-color: #fcfcfd;
}

.info-table td {
  color: var(--slate-800);
  font-weight: 600;
}

.info-table tr:last-child th,
.info-table tr:last-child td {
  border-bottom: none;
}

.info-table__highlight {
  color: var(--gold-600) !important;
  font-weight: 800 !important;
}

.more-details {
  border-top: 1px dashed var(--slate-200);
}
.more-details__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  background: #fbfcfe;
  font-size: 0.86rem;
  color: var(--slate-600);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.more-details__trigger::-webkit-details-marker {
  display: none;
}

/* 터치 피드백 */
.more-details__trigger:active {
  background-color: var(--bg-surface-soft);
}

/* 세련된 선형 셰브론 화살표 아이콘 */
.more-details__trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--gold-500);
  border-bottom: 2px solid var(--gold-500);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 열렸을 때 (Open 상태) */
.more-details[open] .more-details__trigger {
  color: var(--slate-900);
  background-color: #f8fafc;
}

/* 180도 회전하여 위를 향하도록 부드럽게 전환 */
.more-details[open] .more-details__trigger::after {
  transform: translateY(2px) rotate(-135deg);
}

.preview-media {
  margin-top: 26px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-float);
  border: 1px solid var(--slate-200);
}

.preview-media img {
  width: 100%;
  display: block;
}

.preview-media__caption {
  padding: 11px 16px;
  background: var(--bg-surface-soft);
  font-size: 0.72rem;
  color: var(--slate-400);
  text-align: center;
}

/* ==========================================================================
   7. CAROUSEL & CARDS
   ========================================================================== */
.card-scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 20px 20px 20px;
  margin: 0 -20px;
  scrollbar-width: none;
}

.card-scroller::-webkit-scrollbar {
  display: none;
}

.feature-card {
  flex: 0 0 85%;
  scroll-snap-align: center;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-float);
  border: 1px solid var(--slate-200);
}

.feature-card__thumb {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.feature-card__body {
  padding: 22px 18px;
}

.feature-card__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.feature-card__name {
  display: block;
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--slate-900);
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.feature-card__desc {
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.5;
}

.card-scroller__notice {
  font-size: 0.75rem;
  color: var(--slate-400);
  text-align: right;
  margin-top: 4px;
}

/* ==========================================================================
   8. UNIT TABLE & DOC BANNER
   ========================================================================== */
.unit-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-card);
  text-align: center;
  margin-bottom: 20px;
}

.unit-table th {
  background: var(--slate-900);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 13px;
}

.unit-table td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--slate-200);
  font-size: 0.92rem;
  font-weight: 600;
}

.unit-table tr:nth-child(even) td {
  background: #fbfcfd;
}

.unit-table tr:last-child td {
  border-bottom: none;
}

.unit-table__note {
  color: var(--slate-400);
  font-size: 0.8rem;
  font-weight: 500;
}

.doc-banner {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  box-shadow: var(--shadow-float);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.doc-banner__icon svg {
  width: 36px;
  height: 36px;
  color: var(--gold-400);
}

.doc-banner__text {
  font-size: 1rem;
  line-height: 1.45;
  color: #f1f5f9;
}

.doc-banner__text strong {
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doc-banner__btn {
  width: 100%;
  background: var(--gold-metallic);
  color: #1a160d;
  border: none;
  padding: 14px;
  border-radius: 9px;
  font-weight: 800;
  font-size: 0.98rem;
  box-shadow: var(--gold-glow);
  cursor: pointer;
}

.doc-banner__btn:active {
  transform: scale(0.97);
}

/* ==========================================================================
   9. GALLERY SLIDER (PHOTO SHOWCASE)
   ========================================================================== */
.gallery-view {
  padding: 48px 0;
  background: var(--bg-surface-soft);
  border-bottom: 10px solid var(--slate-200);
  scroll-margin-top: var(--header-total-h);
  overflow: hidden;
}

.gallery-view__inner {
  padding: 0 20px;
}

.gallery-view__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.gallery-view__title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--slate-900);
}

.gallery-view__title strong {
  color: var(--gold-500);
}

/* 상단 카운터 넘버 뱃지 (01 / 08) */
.gallery-view__fraction {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--slate-600);
  background: #ffffff;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid var(--slate-200);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.gallery-view__fraction .swiper-pagination-current {
  color: var(--gold-600);
}

/* 스와이퍼 래퍼 */
.gallery-swiper {
  width: 100%;
  overflow: visible !important;
  margin-left: -20px;
  padding-left: 20px;
}

.gallery-swiper .swiper-slide {
  height: auto;
}

/* 갤러리 포토 카드 디자인 */
.gallery-card {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-float);
  border: 1px solid var(--slate-200);
  background: #000;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px 14px 12px;
  background: linear-gradient(to top, rgba(11, 15, 23, 0.95) 0%, rgba(11, 15, 23, 0.4) 65%, transparent 100%);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.gallery-view__disclaimer {
  font-size: 0.72rem;
  color: var(--slate-400);
  margin-top: 16px;
  text-align: center;
}
/* ==========================================================================
   10. LOCATION
   ========================================================================== */
.location-guide__desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--slate-600);
  margin-bottom: 12px;
}

.location-guide__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}

.spec-tile {
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--slate-200);
  border-left: 4px solid var(--gold-500);
  box-shadow: var(--shadow-card);
}

.spec-tile__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--slate-400);
  margin-bottom: 4px;
}

.spec-tile__value {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--slate-900);
}

.location-guide__map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-float);
}

.location-guide__map img {
  width: 100%;
  display: block;
}

/* ==========================================================================
   11. FAQ ACCORDION
   ========================================================================== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-card {
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.faq-card__question {
  padding: 18px 16px;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--slate-900);
  cursor: pointer;
  position: relative;
  list-style: none;
}

.faq-card__question::-webkit-details-marker {
  display: none;
}

.faq-card__question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gold-500);
}

.faq-card[open] {
  border-color: var(--gold-400);
}

.faq-card[open] .faq-card__question::after {
  content: "-";
}

.faq-card__answer {
  padding: 16px;
  background: #fbfcfd;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--slate-600);
  border-top: 1px solid var(--slate-200);
}

.faq-card__link-btn {
  background: none;
  border: none;
  color: var(--gold-600);
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 2px;
}

/* ==========================================================================
   12. INQUIRY FORM
   ========================================================================== */
.call-banner {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
  border-radius: 14px;
  text-align: center;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.call-banner__time {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 4px;
}

.call-banner__number {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.03em;
  display: block;
}

.call-banner__location {
  font-size: 0.8rem;
  color: var(--slate-400);
  margin-top: 6px;
}

.inquiry-form-card {
  background: #ffffff;
  color: var(--slate-900);
  padding: 28px 22px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.inquiry-form-card__title {
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4px;
}

.inquiry-form-card__subtitle {
  font-size: 0.86rem;
  color: var(--slate-400);
  text-align: center;
  margin-bottom: 24px;
}
/* ==========================================================================
   LUXURY CHIP CHECKBOX OPTIONS (Center Text + Guaranteed Gold Checkmark)
   ========================================================================== */
.form-options {
  border: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.form-options__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* 텍스트 가운데 정렬 */
  padding: 13px 28px 13px 14px; /* 우측 체크마크 공간 확보 */
  background: var(--bg-surface-soft);
  border: 1.5px solid var(--slate-200);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.03);
  text-align: center;
  overflow: hidden;
}

/* 텍스트 스타일 */
.form-options__item span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--slate-700);
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
  pointer-events: none;
}

/* 네이티브 체크박스 숨김 */
.form-options__item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* 우측 체크마크 (기본: 숨김) */
.form-options__item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
  pointer-events: none;
}

/* 터치 피드백 */
.form-options__item:active {
  transform: scale(0.97);
}

/* 1. 부모 선택자 :has 지원 브라우저 */
.form-options__item:has(input:checked) {
  background: #fdfaf6;
  border-color: var(--gold-500);
  box-shadow: 0 4px 14px rgba(194, 158, 107, 0.18);
}

.form-options__item:has(input:checked) span {
  color: var(--slate-900);
  font-weight: 800;
}

.form-options__item:has(input:checked)::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  /* URL 인코딩된 골드(#c29e6b) 체크 SVG 배경 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c29e6b' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

/* 2. 구형 브라우저 fallback (+ 인접 형제 선택자 지원용) */
.form-options__item input:checked + span {
  color: var(--slate-900);
  font-weight: 800;
}

/* 방문예약 강조형 아이템 */
.form-options__item--highlight {
  border-color: rgba(194, 158, 107, 0.4);
}
.form-field {
  margin-bottom: 16px;
}

.form-field__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--slate-600);
  margin-bottom: 6px;
}

.form-field__input, .form-field__select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  font-size: 0.95rem;
  background-color: var(--bg-surface-soft);
  outline: none;
}

.form-field__input:focus, .form-field__select:focus {
  border-color: var(--gold-500);
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(194, 158, 107, 0.2);
}

.form-agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.74rem;
  color: var(--slate-400);
  margin: 18px 0 22px;
  line-height: 1.45;
}

.form-agreement__checkbox {
  margin-top: 2px;
  accent-color: var(--gold-500);
}

.inquiry-form-card__submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--gold-metallic);
  color: #1a160d;
  border: none;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: var(--gold-glow);
  cursor: pointer;
}

.inquiry-form-card__submit-btn:active {
  transform: scale(0.98);
}

.inquiry-form-card__privacy-notice {
  font-size: 0.72rem;
  color: var(--slate-400);
  text-align: center;
  margin-top: 12px;
}

/* ==========================================================================
   13. FOOTER
   ========================================================================== */
.app-footer {
  padding: 32px 20px;
  background: var(--bg-deep-space);
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.65;
}

.app-footer__title {
  color: #94a3b8;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 10px;
}

.app-footer p {
  margin-bottom: 6px;
}

.app-footer__copy {
  margin-top: 14px;
  color: #475569;
}

/* ==========================================================================
   14. STICKY BOTTOM DOCK
   ========================================================================== */
.sticky-action-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  height: calc(var(--bottom-bar-height) + var(--safe-bottom));
  padding-bottom: var(--safe-bottom);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.sticky-action-bar__btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.sticky-action-bar__btn--call {
  width: 35%;
  gap: 6px;
  background: var(--bg-surface-soft);
  color: var(--slate-900);
  font-weight: 800;
  font-size: 0.94rem;
}

.sticky-action-bar__btn--call svg {
  width: 18px;
  height: 18px;
  color: #ef4444;
}

.sticky-action-bar__btn--lead {
  width: 65%;
  background: var(--gold-metallic);
  color: #1a160d;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

/* ==========================================================================
   PREMIUM SWIPER STYLES
   ========================================================================== */
.premium-swiper {
  width: 100%;
  /* 섀도우가 위아래, 우측 테두리에서 잘리지 않도록 오버플로우와 여백 조정 */
  overflow: visible !important;
  padding: 6px 0 28px 0;
}

.premium-swiper .swiper-slide {
  height: auto; /* 모든 카드의 높이를 일정하게 맞춤 */
}

/* 카드 기본 스타일 유지 및 Swiper용 높이 100% */
.premium-swiper .feature-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-float);
  border: 1px solid var(--slate-200);
}

.feature-card__thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.feature-card__body {
  padding: 20px 18px;
  flex: 1;
}

/* 골드 메탈릭 페이지네이션 커스텀 */
.premium-swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.premium-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: var(--slate-400);
  opacity: 0.35;
  border-radius: 9999px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 활성화된 블릿: 길쭉한 골드 캡슐 바 형태로 전환 */
.premium-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  background: var(--gold-metallic);
  opacity: 1;
  box-shadow: var(--gold-glow);
}

/* ==========================================================================
   RESERVATION DYNAMIC FIELDS & MODAL DIALOGS
   ========================================================================== */
.form-options__item--highlight {
  border-color: var(--gold-500) !important;
  background-color: #fdfaf6;
}

.reservation-box {
  background: var(--bg-surface-soft);
  border: 1px dashed var(--gold-400);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 16px;
  animation: fadeIn 0.25s ease-out;
}

.reservation-box__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}

.reservation-box .form-field {
  margin-bottom: 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-agreement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 22px;
}

.form-agreement__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  color: var(--slate-600);
  cursor: pointer;
}

.form-agreement__link {
  font-size: 0.74rem;
  color: var(--gold-600);
  text-decoration: underline;
  cursor: pointer;
}

/* Modal Overlay & Card */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
}

.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 380px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  z-index: 2001;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  animation: modalPop 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalPop {
  from { opacity: 0; transform: translate(-50%, -46%) scale(0.95); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.modal-window__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.modal-window__header h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--slate-900);
}

.modal-window__close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--slate-400);
  cursor: pointer;
  padding: 4px;
}

.modal-window__body {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--slate-600);
  max-height: 240px;
  overflow-y: auto;
  margin-bottom: 18px;
}

.modal-window__body p {
  margin-bottom: 8px;
}

.modal-window__btn {
  width: 100%;
  padding: 13px;
  background: var(--slate-800);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.modal-window--success {
  text-align: center;
}

.modal-window__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  background: #ecfdf5;
  color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
}

.modal-window--success h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--slate-900);
  margin-bottom: 8px;
}

.modal-window--success p {
  font-size: 0.86rem;
  color: var(--slate-600);
  line-height: 1.5;
  margin-bottom: 20px;
}

.modal-window__btn--gold {
  background: var(--gold-metallic);
  color: #1a160d;
  box-shadow: var(--gold-glow);
}

/* ==========================================================================
   INTERACTION BOTTOM SHEET MODAL (bkAsk)
   ========================================================================== */
#bkAsk {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.35s ease;
}

#bkAsk.open {
  visibility: visible;
  pointer-events: auto;
}

/* 딤 배경 */
#bkAskDim {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 23, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

#bkAsk.on #bkAskDim {
  opacity: 1;
}

/* 바텀시트 메인 카드 */
#bkAskCard {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  padding: 12px 22px calc(24px + var(--safe-bottom));
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

#bkAsk.on #bkAskCard {
  transform: translateY(0);
}

/* 상단 그립 핸들 */
#bkAskGrip {
  width: 42px;
  height: 4px;
  background: #e2e8f0;
  border-radius: 4px;
  margin: 0 auto 16px;
}

/* 닫기 버튼 */
#bkAskX {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border: none;
  background: #f1f5f9;
  border-radius: 50%;
  color: var(--slate-600);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

#bkAskX:active {
  background-color: #e2e8f0;
}

/* 뱃지 태그 */
#bkAskTag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  background: var(--gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

/* 제목 & 텍스트 */
#bkAskH {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--slate-900);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

#bkAskK {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--gold-600);
  background: #fdfaf6;
  border: 1px solid var(--gold-300);
  padding: 5px 14px;
  border-radius: 9999px;
  margin-bottom: 12px;
}

#bkAskD {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--slate-800);
  margin-bottom: 4px;
}

#bkAskS {
  font-size: 0.84rem;
  color: var(--slate-400);
  line-height: 1.45;
  margin-bottom: 18px;
}

/* 서브 전화번호 표시 바 */
#bkAskT {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--slate-800);
  text-decoration: none;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

#bkAskT svg {
  color: var(--gold-500);
}

/* 메인 통화 CTA 버튼 */
#bkAskGo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 0;
  background: var(--gold-metallic);
  color: #1a160d;
  font-size: 1.05rem;
  font-weight: 900;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: var(--gold-glow);
  letter-spacing: -0.02em;
  transition: transform 0.15s ease;
}

#bkAskGo:active {
  transform: scale(0.98);
}

/* 계속 둘러보기(닫기) 텍스트 버튼 */
#bkAskLater {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 14px 0 4px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--slate-400);
  text-decoration: underline;
  cursor: pointer;
}

/* ==========================================================================
   VISITOR GIFT EVENT CARD
   ========================================================================== */
.gift-event-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 1.5px solid rgba(194, 158, 107, 0.4);
  border-radius: 16px;
  padding: 22px 18px 18px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

/* 카드 상단 은은한 골드 하이라이트 라인 */
.gift-event-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background: var(--gold-metallic);
  border-radius: 2px;
}

.gift-event-card__head {
  text-align: center;
  margin-bottom: 16px;
}

.gift-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1a160d;
  background: var(--gold-metallic);
  padding: 3px 9px;
  border-radius: 4px;
  margin-bottom: 6px;
  box-shadow: 0 2px 8px rgba(194, 158, 107, 0.3);
}

.gift-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}

.gift-sub {
  font-size: 0.76rem;
  color: var(--slate-400);
  line-height: 1.4;
}

/* 선물 2열 그리드 */
.gift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.gift-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 10px;
}

.gift-item__icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(194, 158, 107, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.gift-item__icon-box svg {
  width: 20px;
  height: 20px;
  color: var(--gold-400);
}

.gift-item__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--gold-400);
  margin-bottom: 3px;
}

.gift-item__name {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.gift-item__desc {
  display: block;
  font-size: 0.7rem;
  color: var(--slate-400);
}

.gift-notice {
  font-size: 0.68rem;
  color: #64748b;
  text-align: center;
  letter-spacing: -0.01em;
}