﻿/* =========================================================
   동해안횟집 — 통합 반응형 (SET B: Gowun Batang × Pretendard)
   - Mobile-first base + @media (min-width: 768px) PC 오버라이드
   ========================================================= */

:root {
  --donghae-deep: #1f3a5f; --donghae-wave: #2c5980; --donghae-mist: #dfe7ef;
  --coral: #f4a698; --coral-deep: #e07e6e;
  --gold: #c9a567; --gold-soft: #e0c89a;
  --hanji: #f7f3ed; --hanji-soft: #fdfaf4; --ink-white: #ffffff;
  --ink: #1a1a1a; --ink-soft: #5a5a5a; --ink-mist: #8a8a8a;
  --on-dark: rgba(255,255,255,0.94); --on-dark-soft: rgba(255,255,255,0.72);
  --kakao-yellow: #fee500;
  --shadow-sm: 0 2px 8px rgba(31,58,95,0.08);
  --shadow-md: 0 6px 18px rgba(31,58,95,0.10);
  --shadow-lg: 0 12px 28px rgba(31,58,95,0.14);
  --space-1: 0.5rem; --space-2: 0.875rem; --space-3: 1.25rem;
  --space-4: 2rem; --space-5: 3rem; --space-6: 4rem;
  --r-card: 14px; --r-card-tl: 4px; --r-btn: 10px; --r-pill: 9999px;
  --text-display: 36px; --text-h1: 26px; --text-h2: 20px;
  --text-h3: 17px; --text-body: 15px; --text-small: 13px; --text-tiny: 11px;
  --max-w: 720px;
}
@media (min-width: 480px) { :root { --text-display: 44px; --text-h1: 30px; --text-h2: 22px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: var(--text-body); line-height: 1.7; color: var(--ink); background: var(--hanji);
  letter-spacing: -0.01em; -webkit-font-smoothing: antialiased;
  word-break: keep-all; overflow-wrap: break-word;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; -webkit-appearance: none; appearance: none; }
h1, h2, h3, h4 { font-family: "Gowun Batang", "Nanum Myeongjo", serif; font-weight: 700; line-height: 1.3; letter-spacing: -0.03em; margin: 0; color: var(--donghae-deep); }
section[id] { scroll-margin-top: 64px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--space-3); }
section { padding: var(--space-5) 0; }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(247,243,237,0.96); backdrop-filter: saturate(180%) blur(10px); -webkit-backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid rgba(31,58,95,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px var(--space-3); max-width: var(--max-w); margin: 0 auto; gap: 8px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: "Gowun Batang", serif; font-size: 17px; font-weight: 700; color: var(--donghae-deep); letter-spacing: -0.02em; line-height: 1; }
.brand-logo { width: 32px; height: 32px; display: block; flex-shrink: 0; }
.nav-links { display: none; }
.nav-actions { display: flex; align-items: center; gap: 6px; }
.nav-cta { display: inline-flex; align-items: center; gap: 5px; padding: 8px 12px; border-radius: var(--r-pill); background: var(--coral); color: var(--donghae-deep); font-weight: 600; font-size: 12px; transition: background .2s, color .2s; white-space: nowrap; }
.nav-cta:active { transform: scale(0.97); }
.nav-cta-blog { background: #03c75a; color: var(--ink-white); }
@media (min-width: 480px) { .nav-cta { padding: 9px 14px; font-size: 13px; } }

.hero { position: relative; min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(180deg, rgba(31,58,95,0.18) 0%, rgba(31,58,95,0.55) 100%), linear-gradient(135deg, #2c5980 0%, #1f3a5f 60%, #142747 100%); color: var(--on-dark); overflow: hidden; padding: var(--space-5) var(--space-3); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.06), transparent 50%), radial-gradient(ellipse at 80% 70%, rgba(244,166,152,0.10), transparent 55%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 620px; }
.hero-eyebrow { display: inline-block; font-family: "Inter", sans-serif; font-size: 11px; color: var(--coral); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: var(--space-2); }
.hero h1 { color: var(--on-dark); font-size: var(--text-display); letter-spacing: -0.035em; line-height: 1.2; margin-bottom: var(--space-3); }
.hero p.lede { font-size: 15px; color: var(--on-dark-soft); margin: 0 auto var(--space-4); max-width: 540px; }
@media (min-width: 480px) { .hero-eyebrow { font-size: 13px; } .hero p.lede { font-size: 16px; } }
.hero-ctas { display: flex; flex-direction: column; gap: 10px; align-items: stretch; max-width: 420px; margin: 0 auto; }
.hero-ctas .btn-hero-main { width: 100%; }
.hero-ctas-sub { display: flex; gap: 10px; flex-direction: row; }
.hero-ctas-sub .btn { flex: 1; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 14px 20px; min-height: 48px; border-radius: var(--r-pill); font-weight: 600; font-size: 15px; transition: background .2s, color .2s, transform .15s; box-shadow: var(--shadow-sm); white-space: nowrap; text-align: center; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--coral); color: var(--donghae-deep); }
.btn-secondary { background: var(--donghae-deep); color: var(--ink-white); }
.btn-block { width: 100%; }
.hero .btn-primary, .contact .btn-primary { box-shadow: var(--shadow-md); }
.btn-naver { background: #03c75a; color: var(--ink-white); }
.btn-naver-order { background: transparent; color: #03c75a; border: 1.5px solid #03c75a; }
.hero .btn-naver-order { color: var(--on-dark); border-color: rgba(3,199,90,0.9); }
.naver-mark { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: var(--ink-white); color: #03c75a; font-family: "Inter", sans-serif; font-weight: 800; font-size: 12px; border-radius: 4px; line-height: 1; }
.btn-naver-order .naver-mark { background: #03c75a; color: var(--ink-white); }
.hero .btn-naver-order .naver-mark { background: transparent; color: #03c75a; border: 1.5px solid #03c75a; width: 20px; height: 20px; }

.section-title { text-align: center; margin-bottom: var(--space-4); }
.section-title .eyebrow { display: inline-block; font-family: "Inter", sans-serif; font-size: 11px; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 4px; }
.section-title h2 { font-size: var(--text-h1); }
.section-title .sub { margin-top: var(--space-1); color: var(--ink-soft); font-size: 14px; }
.wave-divider { display: block; width: 100%; height: 20px; margin: 0 auto; }

.stats { background: linear-gradient(135deg, var(--donghae-deep) 0%, var(--donghae-wave) 100%); color: var(--on-dark); padding: var(--space-4) 0; position: relative; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; text-align: center; }
.stat-item { padding: 4px 0; position: relative; }
.stat-item + .stat-item::before { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: linear-gradient(180deg, transparent, var(--gold) 50%, transparent); opacity: 0.45; }
.stat-num { font-family: "Gowun Batang", serif; font-size: 28px; font-weight: 700; color: var(--coral); display: block; line-height: 1.1; letter-spacing: -0.02em; }
.stat-item:first-child .stat-num { color: var(--gold); }
@media (min-width: 480px) { .stat-num { font-size: 36px; } }
.stat-unit { font-family: "Pretendard", sans-serif; font-size: 13px; font-weight: 600; color: var(--on-dark); margin-left: 3px; }
.stat-label { font-size: 11px; color: var(--on-dark-soft); letter-spacing: 0.05em; margin-top: 4px; display: block; }
@media (min-width: 480px) { .stat-unit { font-size: 14px; } .stat-label { font-size: 12px; } }

.about { background: var(--hanji-soft); }
.about-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-3); }
.about-text p { color: var(--ink-soft); font-size: 15px; }
@media (min-width: 480px) { .about-text p { font-size: 16px; } }
.about-text .quote { font-family: "Gowun Batang", serif; font-size: 18px; line-height: 1.55; color: var(--donghae-deep); margin: var(--space-3) 0; padding: var(--space-3) var(--space-3) var(--space-3) 56px; position: relative; background: rgba(201,165,103,0.06); border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); }
.about-text .quote::before { content: "\201C"; position: absolute; top: 4px; left: 14px; font-family: "Gowun Batang", serif; font-size: 60px; color: var(--gold); opacity: 0.45; line-height: 1; }
@media (min-width: 480px) { .about-text .quote { font-size: 20px; } }

.about-carousel { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); overflow: hidden; background: var(--hanji-soft); box-shadow: var(--shadow-md); }
@supports not (aspect-ratio: 4/3) { .about-carousel { height: 0; padding-bottom: 75%; } }
.carousel-slides { position: absolute; inset: 0; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; display: flex; flex-direction: column; }
.carousel-slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.carousel-slide .ph { flex: 1; width: 100%; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; }
.carousel-slide .ph.photo { background-color: var(--hanji-soft); background-size: cover; background-position: center; background-repeat: no-repeat; }
.slide-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px 14px 16px; background: linear-gradient(to top, rgba(31,58,95,0.7) 0%, rgba(31,58,95,0) 100%); color: var(--ink-white); font-family: "Gowun Batang", serif; font-size: 15px; font-weight: 600; text-align: center; }
.carousel-prev, .carousel-next { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--donghae-deep); display: flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1; font-weight: 700; cursor: pointer; box-shadow: var(--shadow-sm); z-index: 3; padding: 0; transition: background .2s, transform .15s; }
.carousel-prev:active, .carousel-next:active { transform: translateY(-50%) scale(0.92); }
.carousel-prev { left: 8px; }
.carousel-next { right: 8px; }
.carousel-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 3; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.55); cursor: pointer; border: none; padding: 0; transition: all .25s ease; }
.dot.active { background: var(--gold); width: 24px; border-radius: 9999px; }

.why { background: var(--hanji-soft); }
.why-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-2); }
@media (min-width: 600px) { .why-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-3); } }
.why-card { padding: var(--space-3); background: var(--hanji); border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); box-shadow: var(--shadow-sm); border-top: 3px solid var(--gold); transition: transform .2s, box-shadow .2s; }
.why-num { font-family: "Gowun Batang", serif; font-size: 24px; font-weight: 700; color: transparent; -webkit-text-stroke: 1px var(--gold); letter-spacing: 0.02em; margin-bottom: var(--space-1); display: block; line-height: 1; }
.why-card h3 { font-size: 16px; margin-bottom: 4px; line-height: 1.35; }
.why-card p { color: var(--ink-soft); font-size: 13px; line-height: 1.6; margin: 0; }
@media (min-width: 480px) { .why-card h3 { font-size: 17px; } .why-card p { font-size: 14px; } .why-num { font-size: 28px; } }

.quotes { background: linear-gradient(180deg, var(--hanji) 0%, var(--hanji-soft) 100%); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 720px; margin: 0 auto var(--space-4); padding: var(--space-3) var(--space-2); background: var(--hanji-soft); border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); border: 1px solid rgba(201,165,103,0.25); box-shadow: var(--shadow-sm); text-align: center; }
.trust-item { padding: 4px 0; }
.trust-num { display: block; font-family: "Gowun Batang", serif; font-size: 22px; font-weight: 700; color: var(--donghae-deep); line-height: 1.1; letter-spacing: 0.02em; }
.trust-item:nth-child(2) .trust-num { color: #f4b942; font-size: 14px; letter-spacing: 0.13em; padding-top: 5px; }
@media (min-width: 480px) { .trust-num { font-size: 26px; } .trust-item:nth-child(2) .trust-num { font-size: 17px; padding-top: 6px; } }
.trust-unit { font-family: "Pretendard", sans-serif; font-size: 12px; font-weight: 600; color: var(--coral-deep); margin-left: 2px; }
.trust-label { display: block; margin-top: 3px; font-size: 10px; color: var(--ink-soft); letter-spacing: 0.05em; }
@media (min-width: 480px) { .trust-label { font-size: 11px; } }
.quotes-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-2); max-width: 1080px; margin: 0 auto; }
@media (min-width: 600px) { .quotes-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-3); } }
.quote-card { background: var(--hanji-soft); border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); padding: var(--space-3); text-align: left; box-shadow: var(--shadow-sm); border-top: 3px solid var(--gold); display: flex; flex-direction: column; gap: 10px; position: relative; transition: transform .25s, box-shadow .25s; }
.quote-card::before { content: "\201C"; position: absolute; top: 6px; right: 18px; font-family: "Gowun Batang", serif; font-size: 56px; color: var(--gold); opacity: 0.18; line-height: 1; pointer-events: none; }
.quote-stars { color: #f4b942; font-size: 13px; letter-spacing: 0.1em; line-height: 1; }
.quote-text { font-family: "Gowun Batang", serif; font-size: 15px; font-weight: 500; color: var(--donghae-deep); line-height: 1.6; margin: 0; flex: 1; }
.quote-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; padding-top: 10px; border-top: 1px dashed var(--gold-soft); margin-top: auto; }
.quote-name { color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.quote-menu { background: var(--donghae-mist); color: var(--donghae-deep); padding: 3px 10px; border-radius: var(--r-pill); font-size: 11px; font-weight: 600; }
.quotes-cta { text-align: center; margin-top: var(--space-3); }

.signature { background: var(--hanji); }
.signature-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-2); }
@media (min-width: 600px) { .signature-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-3); } }
.sig-card { background: var(--hanji-soft); border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; transition: transform .25s, box-shadow .25s; }
.sig-photo { aspect-ratio: 16 / 10; position: relative; }
@supports not (aspect-ratio: 16/10) { .sig-photo { height: 0; padding-bottom: 62.5%; } }
@media (min-width: 600px) { .sig-photo { aspect-ratio: 1 / 1; } @supports not (aspect-ratio: 1/1) { .sig-photo { height: 0; padding-bottom: 100%; } } }
.sig-photo.photo { background-color: var(--hanji-soft); background-size: cover; background-position: center; background-repeat: no-repeat; }
.sig-badge { position: absolute; top: 10px; right: 10px; z-index: 2; background: var(--gold); color: var(--ink-white); font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: var(--r-pill); letter-spacing: 0.05em; }
.sig-labels { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 6px; }
.sig-body { padding: var(--space-3); }
.sig-body h3 { font-family: "Gowun Batang", serif; font-size: 17px; font-weight: 600; color: var(--donghae-deep); margin-bottom: 4px; }
.sig-body .desc { color: var(--ink-soft); font-size: 13px; margin-bottom: 10px; }
.sig-body .price { display: flex; align-items: baseline; gap: 6px; color: var(--donghae-deep); font-weight: 700; }
.sig-body .price-num { font-size: 17px; }
.sig-body .price-won { font-size: 13px; color: var(--ink-soft); }
.sig-body .price-call { color: var(--coral-deep); font-weight: 600; font-size: 14px; }
.sig-body .price-hint { display: block; margin-top: 4px; font-size: 11px; color: var(--ink-mist); font-weight: 400; }

.badge-rep, .badge-new, .badge-sig { display: inline-block; padding: 3px 10px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.4; }
.badge-rep { background: var(--donghae-deep); color: var(--ink-white); }
.badge-new { background: var(--coral); color: var(--donghae-deep); }
.badge-sig { background: var(--gold); color: var(--ink-white); }

.menu { background: var(--hanji-soft); }
.menu-tabs { display: flex; gap: 6px; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px; margin-bottom: var(--space-3); justify-content: flex-start; }
.menu-tabs::-webkit-scrollbar { display: none; }
@media (min-width: 600px) { .menu-tabs { flex-wrap: wrap; justify-content: center; overflow: visible; } }
.menu-tab { padding: 9px 16px; border-radius: var(--r-pill); background: transparent; color: var(--ink-soft); font-size: 13px; font-weight: 500; border: 1px solid var(--donghae-mist); transition: all .2s; white-space: nowrap; flex-shrink: 0; min-height: 40px; }
.menu-tab[aria-selected="true"] { background: var(--donghae-deep); color: var(--ink-white); border-color: var(--donghae-deep); }
@media (min-width: 480px) { .menu-tab { padding: 10px 20px; font-size: 14px; min-height: 44px; } }
.menu-panel { display: none; }
.menu-panel.active { display: block; }
.menu-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr; gap: 0; max-width: 760px; margin: 0 auto; }
.menu-item { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: var(--space-2) 0; border-bottom: 1px dashed var(--gold-soft); }
.menu-item > span:first-child { flex: 1; min-width: 0; }
.menu-item .name { font-weight: 600; color: var(--donghae-deep); font-size: 14px; }
.menu-item .price { color: var(--ink); font-variant-numeric: tabular-nums; font-weight: 600; font-size: 14px; white-space: nowrap; }
@media (min-width: 480px) { .menu-item .name, .menu-item .price { font-size: 15px; } }
.menu-item .labels { display: inline-flex; gap: 4px; margin-right: 6px; vertical-align: middle; }
.menu-item .badge-new, .menu-item .badge-rep { font-size: 9px; padding: 2px 7px; }
.menu-item .desc { display: block; font-size: 12px; color: var(--ink-mist); font-weight: 400; margin-top: 2px; line-height: 1.5; }
.menu-item .price.call { color: var(--coral-deep); font-size: 14px; }
.menu-note { text-align: center; margin-top: var(--space-3); color: var(--ink-mist); font-size: 12px; line-height: 1.6; padding: 0 var(--space-2); }

.visit { background: var(--donghae-deep); color: var(--on-dark); }
.visit h2 { color: var(--on-dark); }
.visit .section-title .eyebrow { color: var(--coral); }
.visit .section-title .sub { color: var(--on-dark-soft); }
.visit-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-3); }
.visit-info { color: var(--on-dark-soft); }
.visit-info dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 10px var(--space-3); }
.visit-info dt { color: var(--coral); font-weight: 600; font-family: "Inter", "Pretendard", sans-serif; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; align-self: start; padding-top: 3px; }
.visit-info dd { margin: 0; color: var(--on-dark); font-size: 14px; line-height: 1.6; }
@media (min-width: 480px) { .visit-info dt { font-size: 12px; } .visit-info dd { font-size: 15px; } }
.map-wrap { position: relative; border-radius: var(--r-card); border-top-left-radius: var(--r-card-tl); overflow: hidden; background: var(--donghae-wave); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
@supports not (aspect-ratio: 4/3) { .map-wrap { height: 0; padding-bottom: 75%; } }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(0.92) contrast(0.96); }
.map-overlay-btn { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; background: var(--ink-white); color: var(--donghae-deep); border-radius: var(--r-pill); font-weight: 700; font-size: 13px; text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,0.2); z-index: 2; white-space: nowrap; transition: background .2s, color .2s, transform .15s; }
.map-overlay-btn:active { transform: translateX(-50%) scale(0.96); }

.contact { background: var(--hanji); }
.contact-primary { max-width: 480px; margin: 0 auto var(--space-3); }
.contact-primary .btn { width: 100%; padding: 20px; font-size: 17px; min-height: 56px; box-shadow: var(--shadow-md); }
.contact-secondary { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 600px; margin: 0 auto; }
@media (min-width: 600px) { .contact-secondary { grid-template-columns: repeat(3, 1fr); } }
.contact-secondary .btn { padding: 14px; font-size: 14px; }
.contact-disabled { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 14px; border-radius: var(--r-pill); background: var(--donghae-mist); color: var(--ink-mist); font-weight: 600; font-size: 14px; cursor: not-allowed; border: 1px dashed rgba(31,58,95,0.18); min-height: 48px; }

.footer { background: #142747; color: var(--on-dark-soft); padding: var(--space-4) 0 var(--space-3); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-3); }
.footer h4 { color: var(--coral); font-family: "Inter", "Pretendard", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 10px; }
.footer .brand { color: var(--on-dark); font-size: 20px; margin-bottom: 10px; }
.footer p, .footer a { color: var(--on-dark-soft); line-height: 1.7; }
.footer-disabled { color: var(--ink-mist); cursor: not-allowed; }
.footer-bottom { margin-top: var(--space-3); padding-top: var(--space-3); border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 8px; color: var(--ink-mist); font-size: 11px; text-align: center; }
@media (min-width: 600px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--space-2); text-align: left; } }
.credit { font-family: "Inter", "Pretendard", sans-serif; font-size: 11px; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); font-weight: 300; text-transform: uppercase; }
.credit-link { display: inline-flex; align-items: center; margin-left: 6px; padding: 3px 9px; font-family: "Pretendard", "Inter", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: -0.01em; text-transform: none; color: var(--gold); border: 1px solid rgba(201,165,103,0.45); border-radius: 9999px; transition: color .2s, background .2s, border-color .2s; }

/* =================================================================
   PC overrides (≥ 768px)
   ================================================================= */
@media (min-width: 768px) {
  :root {
    --shadow-md: 0 8px 24px rgba(31,58,95,0.08);
    --shadow-lg: 0 16px 40px rgba(31,58,95,0.12);
    --space-2: 1rem; --space-3: 1.5rem; --space-4: 2.5rem; --space-5: 4rem; --space-6: 6rem;
    --r-card: 16px;
    --text-display: 80px; --text-h1: 44px; --text-h2: 28px; --text-h3: 20px;
    --text-body: 16px; --text-small: 14px; --text-tiny: 12px;
    --max-w: 1180px;
  }
  section[id] { scroll-margin-top: 72px; }
  section { padding: var(--space-6) 0; }

  .nav-inner { padding: 14px var(--space-3); }
  .nav-links { display: flex; gap: var(--space-3); }
  .nav-links a { font-size: 15px; color: var(--ink-soft); transition: color .2s; }
  .nav-links a:hover { color: var(--donghae-deep); }
  .brand { font-size: 19px; gap: 10px; }
  .brand-logo { width: 36px; height: 36px; }
  .nav-cta { padding: 9px 18px; font-size: 14px; }
  .nav-cta:hover { background: var(--coral-deep); color: var(--ink-white); }
  .nav-cta-blog:hover { background: #02a64a; color: var(--ink-white); }
  .nav-actions { gap: 8px; }

  .hero { min-height: 84vh; }
  .hero-content { max-width: 820px; }
  .hero-eyebrow { font-size: var(--text-small); letter-spacing: 0.18em; margin-bottom: var(--space-4); }
  .hero h1 { letter-spacing: -0.04em; line-height: 1.15; }
  .hero p.lede { font-size: 18px; max-width: 620px; }
  .hero-ctas { gap: var(--space-2); max-width: 560px; }

  .btn { padding: 16px 32px; font-size: 16px; gap: 8px; }
  .btn-primary:hover { background: var(--coral-deep); color: var(--ink-white); }
  .btn-secondary:hover { background: var(--donghae-wave); }
  .btn-naver:hover { background: #02a64a; color: var(--ink-white); }
  .btn-naver-order:hover { background: #03c75a; color: var(--ink-white); }
  .hero .btn-secondary { background: transparent; color: var(--on-dark); border: 1.5px solid rgba(255,255,255,0.5); }
  .hero .btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: var(--coral); color: var(--coral); }
  .hero .btn-naver-order:hover { color: var(--ink-white); background: #03c75a; border-color: #03c75a; }
  .naver-mark { width: 20px; height: 20px; font-size: 13px; }
  .hero .btn-naver-order .naver-mark { width: 22px; height: 22px; }

  .section-title .eyebrow { font-size: var(--text-tiny); }
  .section-title .sub { font-size: 16px; margin-top: var(--space-2); }
  .wave-divider { height: 24px; }

  .stats { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'><path d='M0 12 Q 60 0, 120 12 T 240 12 T 360 12 T 480 12 T 600 12 T 720 12 T 840 12 T 960 12 T 1080 12 T 1200 12' stroke='%23c9a567' stroke-width='1.2' fill='none' opacity='0.18'/></svg>") center bottom/100% 20px no-repeat, linear-gradient(135deg, var(--donghae-deep) 0%, var(--donghae-wave) 100%); }
  .stat-num { font-size: 60px; }
  .stat-unit { font-size: 16px; margin-left: 4px; }
  .stat-label { font-size: 13px; letter-spacing: 0.08em; margin-top: var(--space-1); }

  .about-grid { grid-template-columns: 1.1fr 1fr; gap: var(--space-4); align-items: center; }
  .about-text p { font-size: 17px; }
  .about-text .quote { font-size: 22px; line-height: 1.5; padding: var(--space-3) var(--space-3) var(--space-3) 64px; }
  .about-text .quote::before { font-size: 80px; top: 4px; left: 16px; }

  .about-carousel { aspect-ratio: 4 / 5; }
  @supports not (aspect-ratio: 4/5) { .about-carousel { height: 0; padding-bottom: 125%; } }
  .slide-caption { padding: 36px 16px 18px; font-size: 16px; }
  .carousel-prev, .carousel-next { width: 42px; height: 42px; font-size: 28px; transition: background .2s, transform .15s, box-shadow .2s; }
  .carousel-prev:hover, .carousel-next:hover { background: var(--ink-white); box-shadow: var(--shadow-md); }
  .carousel-prev:active, .carousel-next:active { transform: translateY(-50%) scale(0.93); }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-dots { bottom: 14px; gap: 6px; }
  .dot { width: 8px; height: 8px; }
  .dot.active { width: 26px; }
  .dot:hover:not(.active) { background: rgba(255,255,255,0.9); }
  .about-carousel:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }

  .why-grid { gap: var(--space-3); }
  .why-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .why-num { font-size: 28px; margin-bottom: var(--space-2); }
  .why-card h3 { font-size: 18px; margin-bottom: var(--space-1); }
  .why-card p { font-size: 14px; line-height: 1.65; }

  .trust-row { gap: var(--space-2); }
  .trust-num { font-size: 32px; }
  .trust-item:nth-child(2) .trust-num { font-size: 22px; padding-top: 8px; }
  .trust-unit { font-size: 14px; margin-left: 2px; }
  .trust-label { font-size: 12px; margin-top: 4px; }
  .quotes-grid { gap: var(--space-3); max-width: 1100px; }
  .quote-card { gap: var(--space-2); padding: var(--space-3); }
  .quote-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .quote-card::before { font-size: 64px; }
  .quote-stars { font-size: 14px; letter-spacing: 0.12em; }
  .quote-text { font-size: 16px; line-height: 1.65; }
  .quote-meta { padding-top: var(--space-2); }
  .quote-name { font-size: 13px; }
  .quote-menu { padding: 4px 11px; font-size: 12px; }
  .quotes-cta { margin-top: var(--space-4); }

  .signature-grid { gap: var(--space-3); }
  .sig-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .sig-badge { top: 12px; right: 12px; font-size: 12px; padding: 4px 10px; }
  .sig-body h3 { font-size: var(--text-h3); }
  .sig-body .desc { font-size: 14px; margin-bottom: var(--space-2); }
  .sig-body .price-num { font-size: 18px; }
  .sig-body .price-won { font-size: 14px; }
  .sig-body .price-call { font-size: 15px; }
  .sig-body .price-hint { font-size: 12px; }

  .menu-tabs { gap: 8px; margin-bottom: var(--space-4); justify-content: center; flex-wrap: wrap; overflow: visible; }
  .menu-tab { padding: 10px 20px; font-size: 15px; }
  .menu-tab:hover:not([aria-selected="true"]) { color: var(--donghae-deep); border-color: var(--donghae-deep); }
  .menu-list { grid-template-columns: 1fr 1fr; column-gap: var(--space-5); }
  .menu-item { gap: var(--space-2); }
  .menu-item .price { font-size: 15px; }
  .menu-item .desc { font-size: 13px; margin-top: 2px; }
  .menu-item .price.call { font-size: 15px; }
  .menu-item .badge-new, .menu-item .badge-rep { font-size: 10px; padding: 2px 8px; }
  .menu-note { font-size: 13px; }

  .visit-grid { grid-template-columns: 1fr 1.1fr; gap: var(--space-4); }
  .visit-info dl { gap: var(--space-2) var(--space-3); }
  .visit-info dt { font-size: 13px; padding-top: 2px; }
  .visit-info dd { font-size: 16px; }
  .map-overlay-btn { bottom: 14px; padding: 11px 20px; font-size: 14px; }
  .map-overlay-btn:hover { background: var(--coral); color: var(--donghae-deep); transform: translateX(-50%) translateY(-2px); }

  .contact-primary { margin-bottom: var(--space-3); }
  .contact-primary .btn { padding: 24px; font-size: 19px; }
  .contact-secondary { gap: var(--space-2); max-width: 820px; grid-template-columns: repeat(3, 1fr); }
  .contact-secondary .btn { padding: 16px; font-size: 15px; }
  .contact-disabled { padding: 16px; font-size: 15px; gap: 8px; }

  .badge-rep, .badge-new, .badge-sig { padding: 4px 12px; font-size: 12px; }

  .footer { padding: var(--space-4) 0 var(--space-3); font-size: 14px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: var(--space-3); }
  .footer h4 { font-size: 12px; margin-bottom: var(--space-2); }
  .footer .brand { font-size: 22px; margin-bottom: var(--space-2); }
  .footer a:hover { color: var(--coral); }
  .footer-bottom { margin-top: var(--space-4); padding-top: var(--space-3); font-size: 12px; }
  .credit { font-size: 12px; }
  .credit-link { padding: 3px 10px; font-size: 12px; }
  .credit-link:hover { color: var(--ink-white); background: var(--gold); border-color: var(--gold); }
}

@media (min-width: 1024px) {
  .why-grid { grid-template-columns: repeat(6, 1fr); }
  .why-card:nth-child(1), .why-card:nth-child(2), .why-card:nth-child(3) { grid-column: span 2; }
  .why-card:nth-child(4) { grid-column: 2 / span 2; }
  .why-card:nth-child(5) { grid-column: 4 / span 2; }
  .signature-grid { grid-template-columns: repeat(4, 1fr); }
  .quotes-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
