/* ============================================================
   ○○닭도리탕 본점 — 홍보 사이트 스타일
   색상만 바꾸고 싶으면 아래 :root 변수만 수정하면 됨
============================================================ */
:root {
  --red: #2563eb;          /* 메인 포인트 (파랑) */
  --red-deep: #1d4ed8;     /* 진한 파랑(호버) */
  --orange: #4b82e8;       /* 보조 포인트 (밝은 파랑) */
  --cream: #ffffff;        /* 배경 (흰색) */
  --ink: #2a211c;          /* 본문 글자 */
  --ink-soft: #6b5d54;     /* 보조 글자 */
  --dark: #1a1a1a;         /* 어두운 섹션 배경 */
  --gold: #f5c451;         /* 별점/강조 */
  --line: #ece2d6;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(60, 30, 10, .10);
  --maxw: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------- 공통 버튼 ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: 16px; letter-spacing: -.2px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(37,99,235,.35); }
.btn-primary:hover { background: var(--red-deep); }
.btn-ghost { background: transparent; color: var(--red); border: 2px solid var(--red); }
.btn-ghost:hover { background: var(--red); color: #fff; }
.btn-ghost.light { color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost.light:hover { background: #fff; color: var(--dark); }

/* ---------- 헤더 ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.site-header.scrolled { box-shadow: 0 4px 20px rgba(60,30,10,.08); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 8px; }
.logo-mark { font-size: 22px; font-weight: 800; color: var(--red); letter-spacing: -.5px; }
.logo-badge {
  font-size: 12px; font-weight: 700; color: #fff; background: var(--orange);
  padding: 2px 8px; border-radius: 6px; transform: translateY(-1px);
}
.gnb { display: flex; gap: 28px; }
.gnb a { font-weight: 600; color: var(--ink); font-size: 16px; position: relative; }
.gnb a:hover { color: var(--red); }
.header-call {
  background: var(--red); color: #fff; font-weight: 700;
  padding: 9px 18px; border-radius: 999px; font-size: 15px;
}
.header-call:hover { background: var(--red-deep); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--red); border-radius: 2px; }

/* 모바일 펼침 메뉴 */
.gnb.open { display: flex; }
@media (max-width: 860px) {
  .gnb {
    position: absolute; top: 64px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    display: none; padding: 8px 0;
  }
  .gnb a { padding: 14px 24px; border-top: 1px solid var(--line); }
  .header-call { display: none; }
  .hamburger { display: flex; }
}

/* ---------- 히어로 ---------- */
.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: center;
  /* ↓ 대표 사진을 images/hero.jpg 로 넣으면 자동 적용. 없으면 그라데이션만 보임 */
  background:
    linear-gradient(rgba(18,18,18,.55), rgba(18,18,18,.7)),
    url('images/hero.jpg') center/cover no-repeat,
    linear-gradient(135deg, #14306e, #2563eb 60%, #4b82e8);
  color: #fff; text-align: center;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero .hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(18,18,18,.48), rgba(18,18,18,.72));
}
.hero-content { position: relative; z-index: 2; padding: 100px 20px; }
.hero-eyebrow {
  display: inline-block; font-weight: 700; letter-spacing: 2px; font-size: 14px;
  color: var(--gold); border: 1px solid rgba(245,196,81,.5);
  padding: 6px 16px; border-radius: 999px; margin-bottom: 22px;
}
.hero-title { font-size: clamp(28px, 6vw, 62px); font-weight: 800; line-height: 1.2; letter-spacing: -1px; word-break: keep-all; }
.hero-sub { margin-top: 20px; font-size: clamp(16px, 2.4vw, 20px); color: rgba(255,255,255,.92); }
.hero-sub b { color: var(--gold); }
.hero-cta { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-reserve {
  margin-top: 20px; font-size: 15px; color: rgba(255,255,255,.82);
  display: inline-block; padding: 8px 16px; border-radius: 999px;
  background: rgba(0,0,0,.28); backdrop-filter: blur(2px);
}
.scroll-down {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  font-size: 28px; color: rgba(255,255,255,.8); z-index: 2; animation: bob 1.8s infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

/* ---------- 신뢰 띠 ---------- */
.trust-bar { background: var(--dark); color: #fff; }
.trust-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { text-align: center; padding: 26px 10px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-item:last-child { border-right: none; }
.trust-item b { display: block; font-size: 26px; color: var(--gold); font-weight: 800; }
.trust-item span { font-size: 14px; color: rgba(255,255,255,.75); }
@media (max-width: 640px) {
  .trust-inner { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.08); }
}

/* ---------- 섹션 공통 ---------- */
.section { padding: 90px 0; }
.section-alt { background: #f7f5f3; }
.section-eyebrow { color: var(--orange); font-weight: 800; letter-spacing: 2px; font-size: 14px; margin-bottom: 10px; }
.section-eyebrow.light { color: var(--gold); }
.section-title { font-size: clamp(32px, 5vw, 46px); font-weight: 800; letter-spacing: -.8px; line-height: 1.25; }
.section-desc { margin-top: 14px; color: var(--ink-soft); font-size: 19px; }
.container-narrow { max-width: 720px; }

/* ---------- 사진 갤러리 (크게) ---------- */
.section-gallery { padding-bottom: 70px; }
.showcase {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 1240px;
  margin-left: auto; margin-right: auto;
  padding: 0 14px;
}
.showcase figure {
  position: relative; margin: 0; overflow: hidden;
  border-radius: 14px; aspect-ratio: 4 / 3;
  box-shadow: var(--shadow); cursor: pointer;
}
.showcase .sc-big { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.showcase img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.showcase figure:hover img { transform: scale(1.06); }
.showcase figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 20px 16px; color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}
.showcase figcaption b { display: block; font-size: 25px; font-weight: 800; letter-spacing: -.3px; }
.showcase figcaption span { font-size: 17px; color: rgba(255,255,255,.9); }
.showcase .sc-big figcaption b { font-size: 34px; }
.showcase .sc-big figcaption span { font-size: 19px; }
@media (max-width: 680px) {
  .showcase { grid-template-columns: 1fr; gap: 14px; }
  .showcase figure, .showcase .sc-big { aspect-ratio: 4 / 5; }
  .showcase figcaption b { font-size: 27px; }
  .showcase figcaption span { font-size: 18px; }
}

/* ---------- 두 사람 일러스트 ---------- */
.chef-scene { margin-top: 36px; display: flex; justify-content: center; }
.chef-svg { width: 100%; max-width: 560px; height: auto; overflow: visible; }
.chef-svg .bob { transform-box: fill-box; transform-origin: center bottom; }
.chef-svg .bob-a { animation: chefBobA 3.2s ease-in-out infinite; }
.chef-svg .bob-b { animation: chefBobB 3.8s ease-in-out infinite; }
@keyframes chefBobA { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes chefBobB { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.chef-svg .steam path { transform-box: fill-box; transform-origin: center bottom; opacity: 0; animation: chefSteam 2.8s ease-in-out infinite; }
.chef-svg .steam path:nth-child(2) { animation-delay: .7s; }
.chef-svg .steam path:nth-child(3) { animation-delay: 1.4s; }
@keyframes chefSteam {
  0% { opacity: 0; transform: translateY(8px) scaleY(.8); }
  40% { opacity: .7; }
  100% { opacity: 0; transform: translateY(-16px) scaleY(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .chef-svg .bob, .chef-svg .steam path { animation: none; opacity: 1; }
}

/* ---------- 메뉴 가격표 (사진 없이) ---------- */
.menu-list { list-style: none; margin-top: 30px; }
.menu-list.sides { margin-top: 6px; opacity: .92; }
.m-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 20px 4px; border-bottom: 1px dashed #e2d4c4;
}
.menu-list.sides .m-row { padding: 13px 4px; }
.m-row h3 { font-size: 25px; font-weight: 800; letter-spacing: -.4px; }
.menu-list.sides .m-row h3 { font-size: 19px; font-weight: 700; }
.m-row .tag { font-size: 13px; color: #fff; background: var(--red); padding: 3px 9px; border-radius: 6px; vertical-align: middle; }
.m-desc { display: block; color: var(--ink-soft); font-size: 16px; margin-top: 5px; }
.m-price { font-size: 27px; font-weight: 800; color: var(--red); white-space: nowrap; }
.menu-list.sides .m-price { font-size: 19px; color: var(--ink); }
.menu-note { margin-top: 20px; color: var(--ink-soft); font-size: 15px; }
.menu-note a { color: var(--red); font-weight: 700; }

/* ---------- 대숲만의 강점 ---------- */
.why-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px 56px; }
.why-item { display: flex; gap: 18px; align-items: flex-start; }
.why-item > div { flex: 1; min-width: 0; }
.why-num {
  font-size: 20px; font-weight: 800; color: #fff; background: var(--orange);
  line-height: 1; flex: 0 0 auto; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center; border-radius: 12px;
}
.why-item h3 { font-size: 23px; font-weight: 800; letter-spacing: -.4px; line-height: 1.3; }
.why-item p { margin-top: 10px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
@media (max-width: 760px) {
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- 건강 · 영양 ---------- */
.health-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.health-card {
  background: #fff; border: 1px solid #efeae3;
  border-radius: 20px; padding: 40px 36px;
  box-shadow: 0 14px 34px rgba(60,30,10,.08);
  transition: transform .2s ease;
  position: relative; overflow: hidden;
}
.health-card:hover { transform: translateY(-4px); }
.health-card h3 {
  font-size: 27px; font-weight: 800; letter-spacing: -.5px;
  color: #111; position: relative; z-index: 1;
}
.health-card p { margin-top: 16px; color: #5b4f47; font-size: 18px; line-height: 1.7; position: relative; z-index: 1; }
.health-card b { font-weight: 800; }
/* 배경 플랫 라인 일러스트 (크게) */
.health-art { position: absolute; right: -22px; top: -18px; width: 188px; height: 188px; opacity: .16; pointer-events: none; z-index: 0; }
/* 카드별 강조색 (배경은 흰색) */
.health-card:nth-child(1) b, .health-card:nth-child(1) .health-art { color: #2563eb; }
.health-card:nth-child(2) b, .health-card:nth-child(2) .health-art { color: #c08a1e; }
.health-card:nth-child(3) b, .health-card:nth-child(3) .health-art { color: #a9622e; }
.health-card:nth-child(4) b, .health-card:nth-child(4) .health-art { color: #2e7d52; }
.health-note { margin-top: 24px; color: #a99e93; font-size: 13px; }
@media (max-width: 760px) { .health-grid { grid-template-columns: 1fr; } }

/* ---------- 카카오 지도 ---------- */
.kakao-map { width: 100%; height: 100%; }
.location-map { background: #e9e4de; }

/* ---------- 간단 약도 ---------- */
.sketchmap { margin-top: 40px; background: #f7f4ef; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.sketchmap-title { font-weight: 800; font-size: 18px; color: var(--ink); margin-bottom: 6px; }
.sketchmap svg { width: 100%; height: auto; display: block; }

/* ---------- 가게 이야기 ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.story-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; background: #f0e6da; }
.story-slider { position: relative; }
.story-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.1s ease; }
.story-slider img.on { opacity: 1; }
.story-text p { margin-top: 16px; color: var(--ink-soft); font-size: 17px; }
.story-text b { color: var(--red); }
.story-points { list-style: none; margin-top: 24px; }
.story-points li { padding: 8px 0; font-weight: 600; color: var(--ink); }
@media (max-width: 820px) {
  .story-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* ---------- 생생 영상 ---------- */
.section-video { background: var(--dark); color: #fff; }
.section-video .section-desc { color: rgba(255,255,255,.72); }
.video-grid {
  margin-top: 44px; display: flex; flex-wrap: wrap;
  justify-content: center; gap: 18px;
}
.video-card {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  background: #000; box-shadow: var(--shadow); position: relative;
  flex: 1 1 360px; max-width: 460px;
}
.video-card video {
  display: block; width: 100%; aspect-ratio: 4/5;
  object-fit: cover; background: #000;
}
.video-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px 20px 16px; font-weight: 800; font-size: 18px; letter-spacing: -.3px;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}
@media (max-width: 820px) {
  .video-card { flex: 1 1 100%; max-width: 480px; }
}

/* 영상 릴 (좌우 스와이프 · 한 번에 하나씩) */
.video-reel-wrap { margin-top: 44px; }
.video-reel {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px max(8vw, calc(50vw - 190px)) 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.video-reel::-webkit-scrollbar { display: none; }
.vr-card {
  flex: 0 0 min(76vw, 380px); margin: 0; position: relative;
  border-radius: 20px; overflow: hidden; background: #000;
  scroll-snap-align: center;
  box-shadow: 0 18px 44px rgba(0,0,0,.5);
}
.vr-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.vr-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 40px 20px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
}
.vr-card figcaption b { display: block; font-size: 21px; font-weight: 800; letter-spacing: -.3px; }
.vr-card figcaption span { display: block; margin-top: 3px; font-size: 15px; color: rgba(255,255,255,.85); }
.vr-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.vr-dots button {
  width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0;
  background: rgba(255,255,255,.32); cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.vr-dots button.on { width: 24px; background: var(--gold); }
.vr-hint { text-align: center; margin-top: 14px; font-size: 15px; color: rgba(255,255,255,.72); }

/* ---------- 후기 (좌우로 흐르는 마퀴) ---------- */
.section-review { background: #f7f5f3; overflow: hidden; }
.marquee { overflow: hidden; width: 100%; padding: 11px 0; }
.marquee:first-of-type { margin-top: 40px; }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: marquee 70s linear infinite; }
.marquee-track.reverse { animation-direction: reverse; animation-duration: 86s; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.rev {
  flex: 0 0 360px; width: 360px; margin: 0;
  background: #fff; border-radius: var(--radius);
  padding: 24px 24px 22px; box-shadow: var(--shadow);
}
.rev-stars { font-size: 18px; letter-spacing: 2px; }
.rev-stars .s-full { color: var(--red); }
.rev-stars .s-empty { color: #e2d6c8; }
.rev p { margin: 12px 0 14px; font-size: 17px; line-height: 1.6; color: var(--ink); }
.rev cite { color: var(--ink-soft); font-style: normal; font-weight: 700; font-size: 14px; }
@media (max-width: 520px) {
  .rev { flex-basis: 290px; width: 290px; }
}

/* ---------- 오시는 길 ---------- */
.section-dark { background: var(--dark); color: #fff; }
.location-grid { display: grid; grid-template-columns: 1fr 1.45fr; gap: 50px; align-items: stretch; }
.section-dark .section-desc { color: rgba(255,255,255,.7); }
.info-list { list-style: none; margin-top: 28px; }
.info-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.info-list .ic { font-size: 22px; }
.info-list b { display: block; color: var(--gold); font-size: 14px; margin-bottom: 2px; }
.info-list p { color: rgba(255,255,255,.9); }
.info-list a { text-decoration: underline; }
.reserve-notice {
  margin-top: 24px; padding: 20px 22px;
  background: rgba(245,196,81,.12);
  border-left: 4px solid var(--gold); border-radius: 12px;
}
.reserve-notice b { display: block; color: var(--gold); font-size: 16px; margin-bottom: 6px; }
.reserve-notice p { color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.6; }
.reserve-notice strong { color: #fff; font-weight: 800; }
.location-cta { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.location-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 520px; }
.location-map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 820px) {
  .location-grid { grid-template-columns: 1fr; gap: 30px; }
  .location-map { min-height: 380px; }
}

/* ---------- 체인점 문의 ---------- */
.franchise { background: linear-gradient(135deg, #14306e, #2563eb 60%, #4b82e8); color: #fff; padding: 88px 0; }
.franchise-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.franchise .section-eyebrow.light { color: #ffe1a8; }
.franchise-text h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 800; letter-spacing: -.6px; }
.franchise-text p { margin-top: 10px; font-size: 17px; color: rgba(255,255,255,.92); }
.franchise-btn { background: #fff; color: var(--red); font-size: 20px; padding: 16px 32px; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.franchise-btn:hover { background: #fff4ef; }
@media (max-width: 640px) { .franchise-inner { flex-direction: column; align-items: flex-start; } .franchise-btn { width: 100%; justify-content: center; } }

/* ---------- 응원 한마디 ---------- */
.cheer-form { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.cheer-form input, .cheer-form textarea {
  width: 100%; padding: 14px 16px; font-size: 16px; font-family: inherit;
  border: 1px solid #ddd3c8; border-radius: 12px; background: #fff; color: var(--ink);
  resize: vertical;
}
.cheer-form input:focus, .cheer-form textarea:focus { outline: none; border-color: var(--orange); }
.star-input { display: flex; align-items: center; gap: 2px; padding: 2px 0; }
.star-input .star-label { font-size: 15px; color: var(--ink-soft); margin-right: 10px; }
.star-input button { background: none; border: none; cursor: pointer; font-size: 28px; line-height: 1; color: #e2d6c8; padding: 0 2px; transition: color .12s ease, transform .12s ease; }
.star-input button.on { color: var(--red); }
.star-input button:hover { transform: scale(1.18); }
.cheer-form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cheer-status { font-size: 14px; color: var(--ink-soft); }
.cheer-list { margin-top: 36px; display: grid; gap: 14px; }
.cheer-empty { color: var(--ink-soft); text-align: center; padding: 20px 0; }
.cheer-item { background: #fff; border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow); }
.cheer-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.cheer-head b { font-size: 16px; font-weight: 800; }
.cheer-head span { font-size: 13px; color: #a99e93; }
.cheer-item p { font-size: 16px; line-height: 1.6; color: var(--ink); white-space: pre-wrap; word-break: break-word; }

/* ---------- 푸터 ---------- */
.site-footer { background: #1b110d; color: rgba(255,255,255,.75); padding: 48px 0 110px; text-align: center; }
.footer-brand { display: flex; gap: 8px; justify-content: center; align-items: center; margin-bottom: 14px; }
.footer-line { font-size: 15px; }
.footer-line.small { color: rgba(255,255,255,.55); font-size: 14px; margin-top: 4px; }
.footer-copy { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.4); }

/* ---------- 모바일 하단 고정 전화 버튼 ---------- */
.fab-call {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  background: var(--red); color: #fff; text-align: center;
  padding: 16px; border-radius: 14px; font-weight: 800; font-size: 17px;
  box-shadow: 0 10px 26px rgba(37,99,235,.4);
  display: none;
}
.fab-call:active { background: var(--red-deep); }
@media (max-width: 860px) { .fab-call { display: block; } .site-footer { padding-bottom: 110px; } }

/* ---------- 스크롤 등장 애니메이션 ---------- */
.section, .menu-card, .review-card { }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- 크게 보기 (사진·글씨 확대, 모바일 잡지 스타일) ---------- */
.section-title { font-size: clamp(36px, 6vw, 54px); }
.section-desc { font-size: 21px; }
.hero-title { font-size: clamp(34px, 8vw, 66px); }
.hero-sub { font-size: clamp(17px, 2.6vw, 21px); }
.vr-card figcaption b { font-size: 24px; }
.vr-card figcaption span { font-size: 16px; }
.vr-hint { font-size: 16px; }
.m-row h3 { font-size: 22px; }
.m-price { font-size: 21px; }
.showcase figcaption b { font-size: 28px; }
.showcase figcaption span { font-size: 18px; }

@media (max-width: 680px) {
  /* 사진 풀블리드: 좌우 여백 없이 화면 꽉 차게 */
  .showcase { padding: 0; gap: 10px; }
  .showcase figure, .showcase .sc-big { border-radius: 0; aspect-ratio: 4 / 5; }
  .showcase figcaption { padding: 60px 22px 24px; }
  .showcase figcaption b { font-size: 41px; letter-spacing: -.5px; }
  .showcase figcaption span { font-size: 22px; margin-top: 6px; display: block; word-break: keep-all; line-height: 1.4; }
  .vr-card { flex-basis: 84vw; }
  .vr-card figcaption b { font-size: 27px; }
  .vr-card figcaption span { font-size: 17px; }
  .section-desc { font-size: 19px; }
}

/* ---------- 헤더 전화번호 (본점 옆) ---------- */
.header-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.logo-call { display: flex; flex-direction: column; line-height: 1.2; white-space: nowrap; }
.logo-call b { font-size: 16px; font-weight: 800; color: var(--red); letter-spacing: -.2px; }
.logo-call span { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
@media (max-width: 360px) { .logo-call b { font-size: 15px; } }

/* ---------- 갤러리 자동 슬라이드 카드 (닭백숙 등) ---------- */
.showcase .auto-slide img { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.showcase .auto-slide img.on { opacity: 1; }
