/* ===== 토큰 ===== */
:root {
  --bg: #15271e;
  --bg-soft: #1c3428;
  --surface: rgba(150, 200, 170, 0.05);
  --surface-2: rgba(150, 200, 170, 0.09);
  --line: rgba(120, 180, 150, 0.10);
  --border: rgba(201,168,106,0.34);
  --text: #f1ece0;
  --muted: #a6b1a2;

  --gold: #c9a86a;
  --gold-2: #e6d3a3;
  --gold-deep: #9c7b45;
  --accent2: #37805f;
  --accent2-lt: #48a077;
  --radius: 12px;
  --shadow: 0 24px 60px -26px rgba(0, 0, 0, 0.8);
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Pretendard", system-ui, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.7;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), 92%); margin-inline: auto; }
h1, h2, h3 { font-family: "Nanum Myeongjo","Gowun Batang", "Pretendard", sans-serif; font-weight: 400; letter-spacing: -0.01em; line-height: 1.2; }

/* ===== 상단 전화 바 ===== */
.topbar {
  background: linear-gradient(90deg, #1c3428, #15271e);
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: center; align-items: center; gap: 0.8rem;
  padding: 0.5rem 1rem; font-size: 0.88rem; color: var(--muted);
}
.topbar a { color: var(--gold-2); font-weight: 800; letter-spacing: 0.02em; }

/* ===== 네비 ===== */
.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px);
  background: rgba(21, 39, 30,0.82); border-bottom: 1px solid transparent; transition: border-color 0.3s, background 0.3s; }
.nav.is-scrolled { background: rgba(21, 39, 30,0.95); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; gap: 1.5rem; padding: 0.8rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 800; font-size: 1.25rem; }
.brand__logo { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; border: 1px solid var(--border); box-shadow: 0 2px 10px rgba(0,0,0,0.4); }
.brand__name { color: var(--text); }
.nav__links { display: flex; gap: 1.5rem; margin-left: auto; font-weight: 600; font-size: 0.95rem; color: var(--muted); }
.nav__links a:hover { color: var(--gold-2); }
.nav__toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.4rem; cursor: pointer; }

/* ===== 버튼 ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.85rem 1.7rem; border-radius: 0; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.03em;
  cursor: pointer; border: none; white-space: nowrap; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.btn--lg { padding: 1rem 2.2rem; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--solid { background: var(--gold); color: #15271e; }
.btn--solid:hover { background: var(--gold-2); }
.btn--line { background: transparent; color: var(--gold-2); border: 1px solid var(--border); }
.btn--line:hover { border-color: var(--gold); color: var(--gold); }

/* ===== 히어로 ===== */
.hero { position: relative; min-height: 64vh; display: grid; grid-template-columns: minmax(0, 1fr); align-items: end; overflow: hidden;
  isolation: isolate; /* 쌓임 맥락 생성: z-index:-2 영상이 .hero 배경 뒤로 밀리지 않게 */
  background: radial-gradient(125% 90% at 50% 22%, #1c3428 0%, #12241b 55%, #0d1a13 100%); }
.hero__inner { min-width: 0; }
.ticker { min-width: 0; }
.hero__brand { margin-top: 0; margin-bottom: 0; color: var(--gold); font-weight: 800; font-size: clamp(2.4rem, 8vw, 5rem); letter-spacing: 0.02em; text-shadow: 0 4px 28px rgba(0,0,0,0.7); }
.hero__sub { width: 100%; color: #f1ece0; font-weight: 700; font-size: clamp(1.1rem, 3.2vw, 1.8rem); text-shadow: 0 2px 16px rgba(0,0,0,0.7); word-break: keep-all; }
.hero__sub--accent { color: var(--gold-2); font-weight: 800; }
/* 실시간 연결 가능 라이브 배지 (블랙+골드) */
/* 정찰제 신뢰 인장 (골드) */
.trust { display: inline-block; max-width: 100%; margin-top: 0.2rem; color: var(--gold-2); font-weight: 600; font-size: clamp(0.85rem, 2.3vw, 1.05rem); letter-spacing: 0.03em; word-break: keep-all; }
.trust b { color: var(--gold); font-weight: 800; }
.trust::before { content: "◆ "; color: var(--gold); font-size: 0.62em; vertical-align: middle; opacity: 0.85; }
.trust::after { content: " ◆"; color: var(--gold); font-size: 0.62em; vertical-align: middle; opacity: 0.85; }
.livewrap { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 0.55rem; }
.livecall { display: inline-flex; align-items: center; padding: 0.5rem 1.2rem; border-radius: 999px; background: rgba(0,0,0,0.5); border: 1px solid var(--border); color: var(--gold-2); font-weight: 800; font-size: clamp(1rem, 2.8vw, 1.35rem); text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.livecall__arr { color: var(--gold); font-size: clamp(1.2rem, 3.2vw, 1.6rem); line-height: 1; text-shadow: 0 2px 8px rgba(0,0,0,0.8); animation: arrowBob 1.1s ease-in-out infinite; }
@keyframes arrowBob { 0%, 100% { transform: translateY(-3px); } 50% { transform: translateY(3px); } }
@media (prefers-reduced-motion: reduce) { .livecall__arr { animation: none; } }
.calzone { width: 100%; display: flex; flex-direction: column; align-items: center; }

/* 업종 4개 직접 노출 버튼 */
.catgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.7rem 1rem; width: 100%; max-width: 720px; margin: 0.9rem auto 0; }
.catbtn { width: 100%; display: flex; align-items: center; justify-content: center; min-height: 60px; padding: 0.9rem 0.6rem; border-radius: 12px; background: var(--gold); color: #15271e; font-weight: 800; font-size: clamp(1.05rem, 2.8vw, 1.45rem); box-shadow: 0 4px 14px rgba(0,0,0,0.4); transition: transform 0.18s, background 0.18s; }
.catbtn:hover { background: var(--gold-2); }
.catbtn:active { transform: scale(0.97); }
@media (max-width: 560px) { .catgrid { grid-template-columns: repeat(2, 1fr); max-width: 340px; gap: 1rem 0.9rem; margin-top: 1.1rem; } }

/* 지역 흐르는 띠 */
.ticker { width: 100%; max-width: 760px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); margin: 0 auto 0.6rem; }
.ticker__track { display: inline-flex; white-space: nowrap; animation: tickerScroll 22s linear infinite; }
.ticker__track span { color: var(--gold-2); font-weight: 700; font-size: clamp(0.95rem, 2.6vw, 1.25rem); text-shadow: 0 2px 10px rgba(0,0,0,0.8); padding: 0 0.65rem; }
.ticker__track span::after { content: "·"; margin-left: 1.3rem; color: var(--gold); opacity: 0.6; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; z-index: -2; filter: saturate(1.06) contrast(1.03); }
/* 세로형 저해상 영상: 데스크톱에선 뷰포트높이 기준 폭 고정으로 가운데 배치 + 양옆 딥그린 페이드(늘림 방지, 항상 보임) */
@media (min-width: 680px) {
  .hero__bg { left: 50%; right: auto; width: 46vh; min-width: 300px; transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); }
}
.hero__veil { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(21, 39, 30,0.6), rgba(21, 39, 30,0.22) 30%, rgba(21, 39, 30,0.4) 62%, rgba(21, 39, 30,0.92)); }
.hero__inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.55rem; padding: 0 0 0; margin-top: 0; }
.hero__logo { width: clamp(96px, 16vw, 140px); height: auto; border-radius: 14px; border: 1px solid var(--border); box-shadow: 0 12px 40px rgba(0,0,0,0.55); margin-bottom: 0.4rem; }
.hero__loc { color: var(--gold-2); font-weight: 700; font-size: clamp(0.95rem, 2vw, 1.1rem); text-shadow: 0 2px 12px rgba(0,0,0,0.7); }
.hero__phone { position: absolute; left: 50%; bottom: 20%; transform: translateX(-50%); z-index: 3; padding: 0.7rem 1.6rem; border-radius: 999px; background: rgba(21, 39, 30,0.45); backdrop-filter: blur(4px); border: 1px solid var(--gold); color: var(--gold-2); font-weight: 800; font-size: clamp(1.4rem, 4.5vw, 2.4rem); letter-spacing: 0.04em; text-shadow: 0 3px 16px rgba(0,0,0,0.8); white-space: nowrap; transition: transform 0.25s, background 0.25s; }
.hero__phone:hover { transform: translateX(-50%) scale(1.05); background: rgba(21, 39, 30,0.65); }
.hero__title { font-size: clamp(2.8rem, 9vw, 6rem); color: #f1ece0; text-shadow: 0 4px 28px rgba(0,0,0,0.65); }
.hero__title .hl { color: var(--gold); }
.hero__sub { color: #ded6c6; font-size: clamp(0.98rem, 2.2vw, 1.2rem); font-weight: 500; }
.hero__actions { display: flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; margin-top: 0.8rem; }
.btn--hero { margin-top: 1rem; padding: 1.15rem 2.4rem; font-size: 1.15rem; font-weight: 800; box-shadow: 0 14px 40px -10px rgba(201,168,106,0.6); }

/* ===== 콜 CTA 밴드 ===== */
.callband { background: linear-gradient(90deg, #15271e, #15271e); border-block: 1px solid var(--border); padding: 1rem 0; }
.callband__inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.25rem; text-align: center; }
.callband p { width: 100%; font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-weight: 400; font-size: clamp(1.9rem, 4.8vw, 3rem); line-height: 1.2; color: #f1ece0; text-shadow: 0 2px 10px rgba(0,0,0,0.6); word-break: keep-all; }

/* ===== 섹션 공통 ===== */
.section { padding: clamp(2.5rem, 6vw, 4rem) 0; position: relative; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 2.6rem; }
.eyebrow { display: inline-block; color: var(--gold); font-weight: 700; font-size: 0.92rem;
  padding: 0.2rem 0.8rem; border: 1px solid var(--border); border-radius: 999px; margin-bottom: 0.9rem; }
.section__head h2 { font-size: clamp(2rem, 5vw, 3rem); color: #f1ece0; }
.section__head p { color: var(--muted); margin-top: 0.6rem; }
.section__head b { color: var(--gold-2); }
.note { text-align: center; color: var(--muted); font-size: 0.84rem; margin-top: 1.6rem; }
.note--left { text-align: left; margin-top: 1rem; }

.grid { display: grid; gap: 1.2rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ===== 이용요금 ===== */
.pricecard { position: relative; text-align: center; background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem 1.2rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem; transition: border-color 0.2s, transform 0.2s; }
.pricecard:hover { border-color: var(--gold); transform: translateY(-4px); }
.pricecard--hot { border-color: var(--gold); background: linear-gradient(165deg, #1c3529, #15271e); }
.pricecard__tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  padding: 0.22rem 0.85rem; border-radius: 999px; background: var(--gold); color: #15271e; font-weight: 800; font-size: 0.74rem; }
.pricecard__ppl { font-weight: 700; font-size: 1.05rem; color: var(--muted); }
.pricecard__won { font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-size: 1.9rem; color: var(--gold-2); }
.pricecard__won span { font-size: 1rem; color: var(--muted); }
.pricecard__cta { margin-top: 0.2rem; padding: 0.55rem 1.2rem; border-radius: 0;
  background: transparent; border: 1px solid var(--border); color: var(--gold-2); font-weight: 700; font-size: 0.88rem; letter-spacing: 0.02em; transition: background 0.2s, color 0.2s; }
.pricecard__cta:hover { background: var(--gold); color: #15271e; }

/* ===== 이미지 분할 ===== */
.split__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.3; transition: transform 0.5s; }
.split__media:hover img { transform: scale(1.04); }
.split__body .eyebrow { margin-bottom: 0.8rem; }
.split__body h2 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); color: #f1ece0; margin-bottom: 1.4rem; }
.feat { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 1.7rem; }
.feat li { display: flex; flex-direction: column; padding-left: 1rem; border-left: 3px solid var(--gold); }
.feat b { font-size: 1.05rem; }
.feat span { color: var(--muted); font-size: 0.93rem; }
.setlist { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin: 1.2rem 0; }
.setlist li { position: relative; padding: 0.75rem 1rem 0.75rem 2.3rem; border-radius: 8px; background: var(--surface); border: 1px solid var(--line); }
.setlist li::before { content: "✓"; position: absolute; left: 1rem; color: var(--gold); font-weight: 800; }

/* ===== 강점 (라인 아이콘 3단) ===== */
.feats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem 3rem; }
.feat-col h3 { font-size: 1.35rem; color: #f1ece0; margin-bottom: 1.1rem; }
.feat-row { display: flex; align-items: flex-start; gap: 1.1rem; }
.feat-ic { flex: 0 0 auto; color: var(--gold); display: block; }
.feat-ic svg { width: 56px; height: 56px; display: block; }
.feat-col p { color: var(--muted); font-size: 0.95rem; line-height: 1.75; }

/* ===== 영업시간 (요일별) ===== */
.hours-sec { background: var(--bg-soft); border-block: 1px solid var(--line); }
.hours2 { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hours2__art { color: var(--gold); display: grid; place-items: center; }
.hours2__art svg { width: 100%; max-width: 320px; }
.hours2__body h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); color: #f1ece0; margin-bottom: 1rem; }
.hours2__body > p { color: var(--muted); margin-bottom: 2rem; max-width: 560px; }
.hours2__body > p b { color: var(--gold-2); }
.daygrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem 1.5rem; }
.day { border-left: 2px solid var(--gold); padding-left: 0.9rem; }
.day b { display: block; color: var(--gold-2); font-weight: 700; margin-bottom: 0.4rem; }
.day span { display: block; color: var(--muted); font-size: 0.9rem; }
.hourcard { text-align: center; padding: 2.2rem 1.5rem; border-radius: var(--radius); background: var(--bg); border: 1px solid var(--line); }
.hourcard--alt { border-color: var(--gold); background: linear-gradient(165deg, #1c3529, #15271e); }
.hourcard__label { display: inline-block; margin-bottom: 0.8rem; padding: 0.28rem 1.1rem; border-radius: 999px; background: var(--gold); color: #15271e; font-weight: 800; font-size: 0.85rem; }
.hourcard strong { display: block; font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-weight: 400; font-size: 1.7rem; color: var(--gold-2); letter-spacing: 0.02em; }
.hourcard p { color: var(--muted); margin-top: 0.5rem; font-size: 0.93rem; }

/* ===== 룸 ===== */
.rooms { background: var(--bg-soft); border-block: 1px solid var(--line); }
.roomgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.roomgrid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; filter: brightness(0.9) contrast(1.05) saturate(1.05); transition: transform 0.4s, filter 0.3s; }
.roomgrid img:hover { transform: scale(1.03); filter: brightness(1.05) contrast(1.05) saturate(1.08); }
@media (max-width: 640px) { .roomgrid { grid-template-columns: 1fr; } }
.room { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color 0.25s, transform 0.25s; }
.room:hover { border-color: var(--gold); transform: translateY(-5px); }
.room__photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.room__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.room:hover .room__photo img { transform: scale(1.06); }
.room__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21, 39, 30,0.5), transparent 55%); }
.room__tag { position: absolute; z-index: 1; top: 0.9rem; left: 0.9rem; padding: 0.28rem 0.85rem; border-radius: 6px; background: var(--gold); color: #15271e; font-weight: 800; font-size: 0.8rem; }
.room__body { padding: 1.2rem 1.3rem 1.5rem; }
.room__body h3 { font-size: 1.25rem; margin-bottom: 0.3rem; color: var(--gold-2); }
.room__body p { color: var(--muted); font-size: 0.92rem; }

/* ===== 주류 ===== */
.menu-sec { background: var(--bg-soft); border-block: 1px solid var(--line); }
.menutable { max-width: 760px; margin: 0 auto; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.menutable__head, .menutable__row { display: grid; grid-template-columns: 2fr 1fr 1fr; align-items: center; padding: 1rem 1.4rem; }
.menutable__head { background: linear-gradient(165deg, #1c3529, #15271e); font-weight: 800; font-size: 0.9rem; color: var(--gold-2); text-align: right; }
.menutable__head span:first-child { text-align: left; }
.menutable__row { border-top: 1px solid var(--line); }
.menutable__row span { font-weight: 600; }
.menutable__row em { font-style: normal; text-align: right; color: var(--muted); font-weight: 700; }
.menutable--2 .menutable__head, .menutable--2 .menutable__row { grid-template-columns: 1fr auto; }
.menutable--2 .menutable__row em { color: var(--gold-2); }

/* ===== 이벤트 ===== */
.event-sec { position: relative; padding: clamp(2.5rem, 6vw, 4rem) 0; overflow: hidden; }
#event { margin-top: 0; padding: clamp(2.5rem, 6vw, 4rem) 0; }
.event-sec__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.event-sec__veil { position: absolute; inset: 0; background: linear-gradient(to right, rgba(21, 39, 30,0.95), rgba(21, 39, 30,0.65)); }
.event-sec__inner { position: relative; text-align: center; }
.event-sec__inner h2 { font-size: clamp(2rem, 5vw, 3rem); color: #f1ece0; margin: 0.4rem 0 2rem; }
/* 가벼운 체크리스트 */
.perklist { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.6rem; max-width: 620px; margin: 0 auto 1.8rem; }
.perklist li { display: flex; align-items: center; gap: 0.45rem; color: #ded6c6; font-size: clamp(0.95rem, 2.4vw, 1.1rem); }
.perklist li::before { content: "✓"; color: var(--gold); font-weight: 800; }

/* ===== 갤러리 ===== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.55rem; }
.gallery img { position: relative; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); filter: brightness(0.92); pointer-events: auto; cursor: default; transition: transform 0.4s, filter 0.3s, box-shadow 0.3s; }
.gallery img:hover { transform: scale(1.12); z-index: 5; filter: brightness(1.04); box-shadow: 0 14px 36px rgba(0,0,0,0.6); }

/* ===== 오시는 길 ===== */
.location { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.3rem; }
.location__map { border-radius: var(--radius); overflow: hidden; min-height: 360px; background: var(--surface-2); border: 1px solid var(--line); }
.location__map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; filter: grayscale(0.3) contrast(1.05); }
.location__info { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem; display: flex; flex-direction: column; gap: 1rem; }
.location__info h3 { font-size: 1.4rem; color: var(--gold-2); }
.location__info ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.location__info li { color: var(--text); font-size: 0.95rem; display: flex; gap: 0.9rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--line); }
.location__info li:last-child { border-bottom: 0; padding-bottom: 0; }
.location__info b { flex: 0 0 56px; color: var(--gold); font-weight: 700; }
.location__info .btn { margin-top: auto; }

/* ===== 예약 CTA ===== */
.cta { text-align: center; padding: clamp(2.6rem, 6vw, 4rem); border-radius: var(--radius); background: linear-gradient(165deg, #1c3529, #15271e); border: 1px solid var(--gold); }
.cta h2 { font-size: clamp(2rem, 4.5vw, 2.9rem); color: #f1ece0; }
.cta p { margin: 0.7rem 0 1.6rem; color: var(--muted); }
.cta__actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.cta__tel { background: var(--gold); color: #15271e; font-size: 1.25rem; padding: 1rem 2.6rem; }
.cta__tel:hover { background: var(--gold-2); }
.cta__note { margin-top: 1.4rem; font-size: 0.85rem; color: var(--muted); }

/* ===== 푸터 ===== */
.footer { padding: 2.6rem 0; border-top: 1px solid var(--line); background: var(--bg-soft); }
.footer__inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; color: var(--muted); }
.footer .brand--light { color: var(--gold-2); align-items: center; }
.footer__meta { font-size: 0.9rem; line-height: 1.9; }
.footer__meta a { color: var(--gold-2); font-weight: 700; }
.footer__warn { color: var(--gold); font-weight: 700; }
.footer__links { display: flex; gap: 1.2rem; }
.footer__links a:hover { color: var(--gold-2); }

/* ===== 하단 고정바 ===== */
.floatbar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: flex; border-top: 1px solid var(--gold); }
.floatbar__btn { flex: 1; text-align: center; padding: 1.05rem; font-weight: 800; font-size: 1.05rem; letter-spacing: 0.03em; background: var(--gold); color: #15271e; transition: background 0.2s; }
.floatbar__btn:hover { background: var(--gold-2); }

/* ===== 등장 애니메이션 =====
   기본은 '노출'(fail-safe). JS가 살아있을 때만 html.js-anim로 '숨김 시작'을 켠다.
   → 스크립트 실패·옵저버 미발화(백그라운드 탭·bfcache·프리렌더) 시에도 콘텐츠가 사라지지 않음. */
.reveal { opacity: 1; transform: none; }
.js-anim .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js-anim .reveal.is-visible { opacity: 1; transform: none; }

/* ===== 반응형 ===== */
@media (max-width: 980px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .split__inner { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .location { grid-template-columns: 1fr; }
  .feats__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hours2 { grid-template-columns: 1fr; }
  .hours2__art { display: none; }
}
@media (max-width: 600px) {
  .daygrid { grid-template-columns: repeat(2, 1fr); }
  .callband__inner { justify-content: center; text-align: center; }
  .btn--hero { font-size: 0.95rem; padding: 0.95rem 1.2rem; white-space: normal; line-height: 1.35; max-width: 90vw; }
  .hero__title { font-size: 1.8rem; word-break: keep-all; }
  .hero__loc { font-size: 0.82rem; }
  .topbar { font-size: 0.8rem; }
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: block; margin-left: auto; }
  .nav__links.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg-soft); padding: 1.2rem 6%; gap: 1rem; border-bottom: 1px solid var(--line); }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .js-anim .reveal { opacity: 1 !important; transform: none !important; }
}

/* ===== 에메랄드 헤리티지 액센트 (골드 primary · 에메랄드 secondary) ===== */
.eyebrow { border-color: var(--accent2); }
.rooms, .hours-sec, .menu-sec { border-top-color: rgba(61, 138, 104, 0.42); }
.feat li { border-left-color: var(--accent2-lt); }
.nav__links a:hover, .footer__links a:hover { color: var(--accent2-lt); }
.split__media:hover { border-color: var(--accent2); }
