/* ===== 디렉토리 추가 스타일 (styles.css 다음에 로드) ===== */

/* callband: 기존 debug용 red 덮어쓰기 → 블랙&골드 */
.callband { background: linear-gradient(90deg, #1c3428, #15271e) !important; }

/* H1 (지역+업종 핵심 키워드) */
.hero__h1 { font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-weight: 400; color: var(--gold-2);
  font-size: clamp(2rem, 7vw, 4rem); letter-spacing: 0.01em; text-shadow: 0 4px 24px rgba(0,0,0,0.7);
  word-break: keep-all; margin-bottom: 0.2rem; }

/* 브레드크럼 */
.crumb { font-size: 0.85rem; color: var(--muted); display: flex; gap: 0.4rem; align-items: center; flex-wrap: wrap; justify-content: center; margin-bottom: 0.3rem; }
.crumb a { color: var(--gold-2); font-weight: 700; }
.crumb span { color: var(--muted); }

/* CTA 2버튼 행 (전화 + 카톡) */
.ctarow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; width: 100%; max-width: 520px; margin: 0.9rem auto 0; }
.catbtn--call { background: var(--gold); color: #15271e; }
.catbtn--kakao { background: #fae100; color: #1a1200; }
.catbtn--kakao:hover { background: #ffe924; }

/* 본문 아티클 (직접 작성 콘텐츠) */
.article { max-width: 760px; }
.article h2 { font-size: clamp(1.5rem, 4vw, 2.1rem); color: #f1ece0; margin: 1.5rem 0 0.55rem; }
.article h3 { font-size: clamp(1.15rem, 3vw, 1.4rem); color: var(--gold-2); margin: 1.2rem 0 0.45rem; }
.article p { color: #ded6c6; margin: 0 0 0.7rem; word-break: keep-all; }
.article ul { list-style: none; display: flex; flex-direction: column; gap: 0.45rem; margin: 0.3rem 0 0.7rem; }
.article li { position: relative; padding-left: 1.4rem; color: #ded6c6; }
.article li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.article > *:first-child { margin-top: 0; }

/* 업장 카드 */
.venues { background: var(--bg-soft); border-block: 1px solid var(--line); }
.venuegrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 640px) { .venuegrid { grid-template-columns: 1fr; } }
.venue { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.3rem 1.4rem; border-radius: var(--radius);
  background: var(--bg); border: 1px solid var(--line); transition: border-color 0.2s, transform 0.2s; }
.venue:hover { border-color: var(--gold); transform: translateY(-3px); }
.venue__name { font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-weight: 400; font-size: 1.2rem; color: var(--gold-2); }
.venue__desc { color: #ded6c6; font-size: 0.95rem; word-break: keep-all; }
.venue__loc { color: var(--muted); font-size: 0.86rem; }
.venue__loc::before { content: "📍 "; }
.venue__call { margin-top: 0.5rem; align-self: flex-start; padding: 0.5rem 1.1rem; border-radius: 8px;
  background: var(--gold); color: #15271e; font-weight: 800; font-size: 0.9rem; }
.venue__call:hover { background: var(--gold-2); }

/* 내부 링크 그리드 */
.linksec { background: var(--bg-soft); border-top: 1px solid var(--line); }
.linkgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.7rem; }
.linkgrid a { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 0.7rem;
  text-align: center; border-radius: 10px; background: var(--surface); border: 1px solid var(--border);
  color: var(--gold-2); font-weight: 700; font-size: 0.98rem; transition: background 0.2s, color 0.2s, border-color 0.2s; word-break: keep-all; }
.linkgrid a:hover { background: var(--gold); color: #15271e; border-color: var(--gold); }
/* 하이퍼블릭: 맨 위 한 칸 전체 폭으로 크게 */
.linkgrid a.linkgrid__feat { grid-column: 1 / -1; min-height: 72px; font-size: 1.3rem; font-weight: 800;
  letter-spacing: 0.02em; color: #15271e; background: var(--gold);
  border-color: var(--gold); box-shadow: 0 6px 22px rgba(0,0,0,0.35); }
.linkgrid a.linkgrid__feat:hover { filter: brightness(1.06); }

/* 업종 안내: 하이퍼블릭 1개 크게(중앙) + 나머지 4개 작게 (전화 링크 없음) */
.typeguide .tg-feat-wrap { display: flex; justify-content: center; margin-bottom: 0.9rem; }
.tg-feat { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 520px;
  min-height: 96px; padding: 1.1rem; text-align: center; border-radius: 14px;
  background: var(--gold); color: #15271e; font-weight: 800;
  font-size: clamp(1.5rem, 5vw, 2rem); letter-spacing: 0.02em;
  border: 1px solid var(--gold); box-shadow: 0 6px 22px rgba(0,0,0,0.35); }
a.tg-feat:hover { filter: brightness(1.06); }
.tg-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.6rem; max-width: 520px; margin: 0 auto; }
.tg-item { display: flex; align-items: center; justify-content: center; min-height: 54px; padding: 0.6rem 0.4rem;
  text-align: center; border-radius: 10px; background: var(--surface); border: 1px solid var(--border);
  color: var(--gold-2); font-weight: 700; font-size: 0.95rem; word-break: keep-all; transition: background 0.2s, color 0.2s, border-color 0.2s; }
a.tg-item:hover { background: var(--gold); color: #15271e; border-color: var(--gold); }
@media (max-width: 460px) { .tg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* 주류 안내 (블렌디드 / 싱글몰트) */
.liquor__cat { margin-top: 1.4rem; padding: 1.2rem 1.3rem; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--border); }
.liquor__cattitle { font-size: 1.25rem; color: var(--gold); font-weight: 800;
  padding-bottom: 0.5rem; border-bottom: 1px solid var(--line); margin-bottom: 0.7rem; }
.liquor__catdesc { color: var(--muted); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.9rem; }
.liquor__list { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.liquor__list li { line-height: 1.5; padding-left: 0.95rem; position: relative; color: var(--text); }
.liquor__list li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--gold-2); }
.liquor__list b { color: var(--gold-2); font-weight: 800; }
.liquor__aroma { display: block; margin-top: 0.15rem; color: var(--gold); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.01em; }
.liquor__feel { display: block; margin-top: 0.1rem; color: var(--muted); font-size: 0.9rem; }
.liquor__note { margin-top: 1.1rem; color: var(--muted); font-size: 0.85rem; line-height: 1.55; }

/* 홈 매트릭스 */
.regblock { margin-bottom: 2rem; }
.regblock__head { display: flex; align-items: baseline; gap: 0.6rem; margin-bottom: 0.8rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--line); }
.regblock__head h3 { font-size: 1.4rem; color: var(--gold-2); }
.regblock__head span { color: var(--muted); font-size: 0.85rem; }

/* 푸터 키워드 (자연스러운 SEO) */
.footer__kw { margin-top: 0.8rem; color: var(--muted); font-size: 0.78rem; line-height: 1.8; opacity: 0.7; word-break: keep-all; }

/* 하단 고정바 2버튼: 문자메시지·카카오톡 (히어로 CTA 색과 동일) */
.floatbar__btn--alt { background: #fae100; color: #1a1200; }
.floatbar__btn--alt:hover { background: #ffe924; }
/* 하단바 가림 방지 여백 */
body { padding-bottom: 58px; }
@media (min-width: 781px) { .floatbar { display: none; } body { padding-bottom: 0; } }

/* ===== 푸터 운영정보(E-E-A-T) ===== */
.footer__brand { font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; color: var(--gold-2); font-size: 1.1rem; margin-bottom: 0.3rem; }
.footer__meta p { margin: 0.15rem 0; }

/* ===== FAQ (보이는 Q&A, 기본 펼침) ===== */
.faq .faqlist { display: flex; flex-direction: column; gap: 0.7rem; max-width: 760px; margin: 0 auto; }
.faqitem { padding: 1.1rem 1.2rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.faq__q { font-size: 1.02rem; color: var(--gold-2); margin-bottom: 0.4rem; }
.faq__q::before { content: "Q. "; color: var(--gold); }
.faq__a { color: var(--muted); font-size: 0.94rem; line-height: 1.7; }
.faq__a::before { content: "A. "; color: var(--gold); font-weight: 700; }

/* 지역 페이지 → 업종 가이드 콜아웃 (본문 하단, 내부링크 허브) */
.guidecall {
  margin: 1.8rem 0 0;
  padding: 1rem 1.2rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}
.guidecall b { color: var(--gold-2); }
.guidecall a { color: var(--gold); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.guidecall a:hover { color: var(--gold-2); }

/* ── 지역 허브 (/{지역}/) — 업종 안내 카드 ── */
.hubgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 640px) { .hubgrid { grid-template-columns: 1fr; } }
.hubcard { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.15rem 1.2rem;
  border-radius: 14px; background: var(--surface); border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s; }
.hubcard:hover { border-color: var(--gold); transform: translateY(-3px); }
.hubcard__name { font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-weight: 400; font-size: 1.22rem; color: var(--gold-2); }
.hubcard__desc { color: #ded6c6; font-size: 0.94rem; line-height: 1.55; word-break: keep-all; }
.hubcard__go { margin-top: 0.2rem; color: var(--gold); font-weight: 800; font-size: 0.9rem; }
.hubcard__go::after { content: " →"; }

/* ── 인원수별 이용 가격 아코디언 (priceacc) ── */
.priceacc__wrap { border: 1px solid var(--border); border-radius: 14px;
  background: var(--surface); overflow: hidden; }
.priceacc__sum { list-style: none; cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; gap: 1rem; padding: 1.15rem 1.35rem;
  font-weight: 800; color: var(--gold-2); }
.priceacc__sum::-webkit-details-marker { display: none; }
.priceacc__title { font-size: 1.15rem; }
.priceacc__hint { font-size: 0.82rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.priceacc__hint::after { content: " ▾"; }
.priceacc__wrap[open] .priceacc__hint::after { content: " ▴"; }
.priceacc__body { padding: 0 1.35rem 1.5rem; }
.priceacc__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; margin: 0.4rem 0 1.1rem; }
@media (max-width: 640px) { .priceacc__grid { grid-template-columns: repeat(2, 1fr); } }
.priceacc__card { display: flex; flex-direction: column; align-items: center; gap: 0.45rem;
  padding: 1.15rem 0.8rem; border-radius: 12px; background: var(--bg);
  border: 1px solid var(--line); text-align: center; }
.priceacc__ppl { color: var(--muted); font-weight: 700; font-size: 0.95rem; }
.priceacc__won { font-family: "Nanum Myeongjo","Gowun Batang", sans-serif; font-weight: 400;
  font-size: 1.25rem; color: var(--gold-2); letter-spacing: 0.01em; }
.priceacc__note { color: var(--muted); font-size: 0.9rem; line-height: 1.7; word-break: keep-all; }
.priceacc__cta { display: inline-block; margin-top: 1rem; padding: 0.7rem 1.4rem;
  border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-2);
  font-weight: 700; font-size: 0.92rem; transition: background 0.2s, color 0.2s; }
.priceacc__cta:hover { background: var(--gold); color: #15271e; }

/* ── 영업시간 · 오시는 길 (bizinfo) ── */
.bizinfo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 720px) { .bizinfo__grid { grid-template-columns: 1fr; } }
.bizinfo__col { padding: 1.4rem 1.4rem 1.6rem; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--border); }
.bizinfo__h { font-size: 1.12rem; color: var(--gold-2); margin-bottom: 0.9rem; }
.bizinfo__tbl { width: 100%; border-collapse: collapse; margin-bottom: 0.8rem; }
.bizinfo__tbl th, .bizinfo__tbl td { text-align: left; padding: 0.7rem 0.2rem;
  border-bottom: 1px solid var(--line); font-size: 0.96rem; }
.bizinfo__tbl th { color: var(--muted); font-weight: 600; white-space: nowrap; width: 46%; }
.bizinfo__tbl td { color: #ded6c6; font-weight: 700; }
.bizinfo__tbl tr:last-child th, .bizinfo__tbl tr:last-child td { border-bottom: none; }
.bizinfo__addr { color: #ded6c6; font-weight: 700; font-size: 1rem; line-height: 1.6;
  word-break: keep-all; margin-bottom: 0.5rem; }
.bizinfo__sub { color: var(--muted); font-size: 0.9rem; line-height: 1.65; word-break: keep-all; }
.bizinfo__sub + .bizinfo__sub { margin-top: 0.35rem; }

/* ── 지역×업종 페이지 이용 후기 (reviews-blk) ── */
.reviews-blk .rvwgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 720px) { .reviews-blk .rvwgrid { grid-template-columns: 1fr; } }
.rvw { margin: 0; padding: 1.3rem 1.4rem 1.15rem; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--border);
  border-left: 3px solid var(--gold); display: flex; flex-direction: column; gap: 0.7rem; }
.rvw__q { margin: 0; color: #ece3d2; font-size: 0.97rem; line-height: 1.7; word-break: keep-all; }
.rvw__q::before { content: "“"; color: var(--gold); font-weight: 800; margin-right: 0.1rem; }
.rvw__q::after { content: "”"; color: var(--gold); font-weight: 800; margin-left: 0.1rem; }
.rvw__who { color: var(--muted); font-size: 0.85rem; font-weight: 600; }

/* ===== 에메랄드 헤리티지 액센트 (골드 primary · 에메랄드 secondary) ===== */
.venues, .linksec { border-top-color: rgba(61, 138, 104, 0.42); }
.guidecall { border-left-color: var(--accent2); }
.rvw { border-left-color: var(--accent2-lt); }
.crumb a:hover, .footer__links a:hover { color: var(--accent2-lt); }
.venue:hover, .hubcard:hover { border-color: var(--accent2); }
