:root {
  --blue: #0a5cd8;
  --blue-dark: #073e94;
  --ink: #101827;
  --gray: #5b6472;
  --line: #e6e9ee;
  --bg: #f6f8fb;
  --card: #ffffff;
  --green: #12875a;
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, "Apple SD Gothic Neo", "Pretendard", "Malgun Gothic", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  word-break: keep-all;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* header */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
header.site .bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; max-width: 1080px; margin: 0 auto;
}
.logo { font-weight: 800; font-size: 18px; letter-spacing: -.02em; }
.logo span { color: var(--blue); }
nav.main { display: flex; gap: 4px; }
nav.main a {
  padding: 8px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--gray);
}
nav.main a.active, nav.main a:hover { background: #eef3ff; color: var(--blue); }
.call-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--blue); color: #fff !important; font-weight: 700; font-size: 14px;
  padding: 9px 16px; border-radius: 999px; white-space: nowrap;
}
.call-btn:hover { background: var(--blue-dark); }

/* hero */
.hero {
  background: linear-gradient(180deg,#0a5cd8 0%, #073e94 100%);
  color: #fff; padding: 44px 0 34px;
}
.hero .eyebrow {
  display: inline-block; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
  padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 14px;
}
.hero h1 { font-size: 28px; line-height: 1.35; margin: 0 0 10px; letter-spacing: -.01em; }
.hero p.desc { font-size: 15px; color: #dbe6ff; margin: 0 0 20px; max-width: 640px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; color: #eaf1ff; margin-bottom: 22px; }
.hero-meta div { display: flex; align-items: center; gap: 7px; }
.status-pill { display:inline-flex; align-items:center; gap:6px; font-weight:700; font-size:13px; padding:4px 10px; border-radius:999px; background:rgba(255,255,255,.15); }
.status-dot { width:8px; height:8px; border-radius:50%; background:#8be28b; }
.status-pill.closed .status-dot { background:#ffb4b4; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 10px; font-weight: 700; font-size: 15px; }
.btn-primary { background: #fff; color: var(--blue-dark); }
.btn-primary:hover { background: #eaf1ff; }
.btn-outline { border: 1.5px solid rgba(255,255,255,.55); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }

/* sections */
section { padding: 46px 0; }
section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
h2.h { font-size: 21px; margin: 0 0 6px; letter-spacing: -.01em; }
p.sub { color: var(--gray); font-size: 14px; margin: 0 0 24px; }

/* branch cards on home */
.branch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.branch-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .15s, box-shadow .15s;
}
.branch-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(16,24,39,.08); }
.branch-card img { height: 170px; width: 100%; object-fit: cover; }
.branch-card .bc-body { padding: 16px 18px 20px; }
.branch-card .bc-area { color: var(--blue); font-weight: 700; font-size: 12.5px; margin-bottom: 4px; }
.branch-card h3 { margin: 0 0 8px; font-size: 17px; }
.branch-card .bc-addr { color: var(--gray); font-size: 13px; margin-bottom: 10px; }
.branch-card .bc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tag { background: #eef3ff; color: var(--blue-dark); font-size: 11.5px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.branch-card .bc-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--blue); }

/* why us */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.why-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.why-item .ico { font-size: 24px; margin-bottom: 10px; }
.why-item h4 { margin: 0 0 6px; font-size: 15px; }
.why-item p { margin: 0; font-size: 13px; color: var(--gray); }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.gallery img { border-radius: 10px; height: 150px; width: 100%; object-fit: cover; border: 1px solid var(--line); }

/* device / menu grid */
.svc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.svc-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.svc-card h4 { margin: 0 0 10px; font-size: 15px; color: var(--blue-dark); }
.svc-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.svc-card li { background: var(--bg); border: 1px solid var(--line); font-size: 12.5px; padding: 5px 10px; border-radius: 8px; }
.note-box { margin-top: 16px; background: #fff8e6; border: 1px solid #ffe3a3; border-radius: 10px; padding: 12px 16px; font-size: 13px; color: #7a5b00; }

/* facilities */
.fac-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.fac-grid span { background: var(--card); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; font-size: 13px; }

/* info table (hours / location) */
.info-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: start; }
.hours-table { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.hours-table td, .hours-table th { padding: 10px 16px; font-size: 14px; border-bottom: 1px solid var(--line); text-align: left; }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td.day { font-weight: 700; width: 90px; }
.hours-table tr.today { background: #eef3ff; }
.loc-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.loc-card .addr-line { display: flex; gap: 10px; margin-bottom: 12px; font-size: 14px; }
.loc-card .addr-line b { min-width: 62px; color: var(--gray); font-weight: 600; }
.loc-card .park-note { font-size: 13px; color: var(--gray); background: var(--bg); border-radius: 10px; padding: 12px 14px; white-space: pre-line; margin-top: 12px; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin-top: 18px; }
.map-embed iframe { width: 100%; height: 280px; border: 0; display: block; }

/* review */
.review-box { display: flex; align-items: center; gap: 26px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; flex-wrap: wrap; }
.score-big { font-size: 40px; font-weight: 800; color: var(--blue-dark); }
.stars { color: #f5a623; letter-spacing: 2px; }
.review-box .rb-text { color: var(--gray); font-size: 13px; }
.review-box .rb-link { margin-left: auto; }

/* faq */
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin-bottom: 10px; }
.faq-item h4 { margin: 0 0 6px; font-size: 14.5px; }
.faq-item p { margin: 0; font-size: 13.5px; color: var(--gray); }

/* other branches cross-link */
.cross-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.cross-card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; display:flex; align-items:center; justify-content:space-between; }
.cross-card b { font-size: 14.5px; }
.cross-card span { display:block; font-size:12.5px; color: var(--gray); margin-top: 2px; }
.cross-card .go { color: var(--blue); font-weight: 700; font-size: 13px; }

/* footer */
footer.site { background: #0b1220; color: #b9c2d0; padding: 40px 0 26px; margin-top: 20px; }
footer.site .f-top { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 22px; margin-bottom: 26px; }
footer.site h5 { color: #fff; font-size: 14px; margin: 0 0 10px; }
footer.site p, footer.site a { font-size: 13px; color: #b9c2d0; }
footer.site a:hover { color: #fff; }
footer.site .f-bottom { border-top: 1px solid #1f2937; padding-top: 18px; font-size: 12.5px; color: #7a8494; }

/* icon */
.ic { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ic-lg { width: 26px; height: 26px; }

/* trust strip */
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 14px 0 0; }
.trust-strip .ti { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #eaf1ff; }
.trust-strip .ti .ic { color: #bcd4ff; }

/* hero photo strip */
.hero-photos { display: flex; gap: 8px; margin-top: 26px; }
.hero-photos img { flex: 1; height: 92px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255,255,255,.25); }

/* problem type cards */
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.problem-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.problem-card .pc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.problem-card .pc-icon { width: 42px; height: 42px; border-radius: 11px; background: #eef3ff; color: var(--blue); display: flex; align-items: center; justify-content: center; }
.problem-card h4 { margin: 0; font-size: 15px; }
.problem-card p.symptom { margin: 0 0 8px; font-size: 12.5px; color: var(--gray); }
.problem-card p.desc-s { margin: 0; font-size: 13px; color: var(--ink); }
.problem-card .urgent { display: inline-block; margin-top: 10px; font-size: 11.5px; font-weight: 700; color: #b3261e; background: #fdeceb; padding: 3px 9px; border-radius: 999px; }

/* process steps */
.process-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.process-step { text-align: center; padding: 0 12px; position: relative; }
.process-step .ps-num { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; position: relative; z-index: 2; }
.process-step h4 { margin: 0 0 6px; font-size: 14.5px; }
.process-step p { margin: 0; font-size: 12.5px; color: var(--gray); }
.process-row::before {
  content: ""; position: absolute; top: 20px; left: 12.5%; right: 12.5%; height: 2px; background: var(--line); z-index: 1;
}

/* parts / warranty */
.parts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.parts-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.parts-card h4 { margin: 0 0 10px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.parts-card h4 .ic { color: var(--blue); }
.parts-card ul { margin: 0; padding-left: 18px; font-size: 13.5px; color: var(--ink); }
.parts-card li { margin-bottom: 6px; }

/* keyword badges (real review data) */
.kw-wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.kw-badge { display: flex; align-items: center; gap: 8px; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px 9px 10px; font-size: 13.5px; }
.kw-badge .kw-count { background: #eef3ff; color: var(--blue-dark); font-weight: 800; font-size: 12px; padding: 2px 8px; border-radius: 999px; }
.kw-badge b { font-weight: 700; }

/* sticky mobile CTA */
.mobile-cta { display: none; }
@media (max-width: 640px) {
  .mobile-cta {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -6px 18px rgba(16,24,39,.08);
  }
  .mobile-cta a { flex: 1; text-align: center; padding: 14px 0; font-weight: 700; font-size: 14.5px; display: flex; align-items: center; justify-content: center; gap: 6px; }
  .mobile-cta a.mc-call { background: var(--blue); color: #fff !important; }
  .mobile-cta a.mc-map { color: var(--blue-dark); }
  body { padding-bottom: 54px; }
}

/* responsive */
@media (max-width: 860px) {
  nav.main { display: none; }
  .branch-grid, .why-grid, .svc-grid, .cross-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .info-grid { grid-template-columns: 1fr; }
  footer.site .f-top { grid-template-columns: 1fr 1fr; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .hero-photos { display: none; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 23px; }
  .branch-grid, .why-grid, .svc-grid, .gallery, .cross-grid { grid-template-columns: 1fr; }
  .review-box { flex-direction: column; align-items: flex-start; }
  .review-box .rb-link { margin-left: 0; }
  footer.site .f-top { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .process-row::before { display: none; }
  .parts-grid { grid-template-columns: 1fr; }
  .trust-strip { gap: 8px 18px; }
}

/* 2026 visual refresh — reference-led premium storefront layout */
:root {
  --blue: #0875e1;
  --blue-dark: #075cb6;
  --ink: #10141a;
  --gray: #69727f;
  --line: #e4e9ef;
  --bg: #fff;
  --card: #fff;
  --radius: 12px;
}
body { background:#fff; line-height:1.5; letter-spacing:-.015em; }
.wrap { max-width:1357px; padding:0 32px; }
header.site { height:81px; background:rgba(255,255,255,.96); box-shadow:0 1px 0 rgba(14,29,49,.08); }
header.site .bar { max-width:1357px; height:81px; padding:0 32px; }
.logo { font-size:29px; font-weight:900; letter-spacing:-.055em; text-transform:uppercase; }
.logo::first-letter { color:var(--blue); }
.logo span { color:var(--blue); }
.logo span { font-size:.62em; letter-spacing:-.04em; vertical-align:3px; }
nav.main { gap:25px; }
nav.main a { padding:27px 3px 23px; border-radius:0; color:#252a31; font-size:16px; background:none !important; border-bottom:3px solid transparent; }
nav.main a.active, nav.main a:hover { color:var(--blue); border-bottom-color:var(--blue); }
.call-btn { padding:13px 22px; font-size:16px; background:var(--blue); box-shadow:0 6px 16px rgba(8,117,225,.18); }

.hero { position:relative; min-height:575px; padding:78px 0 62px; color:var(--ink); background:#f5f8fc url('/images/hero-repair.png') center/cover no-repeat; overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#fff 2%,rgba(255,255,255,.97) 30%,rgba(255,255,255,.58) 52%,rgba(255,255,255,0) 73%); }
.hero .wrap { position:relative; z-index:1; }
.hero .eyebrow { padding:0; border:0; background:none; color:var(--blue); font-size:15px; margin-bottom:17px; }
.hero h1 { max-width:700px; font-size:49px; line-height:1.16; letter-spacing:-.055em; margin-bottom:18px; }
.hero h1 span { color:var(--blue); }
.skip-link { position:fixed; top:-100px; left:16px; z-index:100; background:#fff; color:#075cb6; padding:12px 18px; }
.skip-link:focus { top:12px; }
:focus-visible { outline:3px solid #0875e1; outline-offset:5px; }
main { min-width:0; }
.local-panel { display:grid; grid-template-columns:1fr 1.2fr; align-items:center; gap:40px; padding:30px; background:#f3f7fc; border-radius:20px; }
.local-panel img { width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:12px; }
.local-panel h2 { font-size:28px; line-height:1.35; margin:8px 0 16px; }
.local-panel p { color:#515e6e; line-height:1.85; }
.local-panel .kicker { color:#0875e1; font-size:12px; font-weight:800; letter-spacing:.1em; }
.local-links { display:flex; flex-wrap:wrap; gap:12px 20px; color:#075cb6; font-size:14px; font-weight:700; }
body .svc-card:nth-child(2)::before { background-position:100% 100%; }
body .svc-card:nth-child(3)::before { background-position:100% 100%; }
.page-myeongji .svc-card:nth-child(3)::before,
body .svc-card:nth-child(4)::before,
body .problem-card:nth-child(6)::before { background-image:url('/images/precision-repair.png'); background-size:cover; background-position:center; }
body .problem-card:nth-child(4)::before { background-image:url('/images/device-categories.png'); background-position:0 0; }
body .problem-card:nth-child(5)::before { background-position:100% 100%; }
@media (prefers-reduced-motion:no-preference) {
  .hero .wrap { animation:hero-enter .7s ease-out both; }
  .motion-section.arrived { animation:section-enter .65s ease-out both; }
  .btn, .call-btn, .branch-card, .svc-card, .why-item, .gallery img { transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
  @media (hover:hover) {
    .btn:hover, .call-btn:hover { transform:translateY(-3px); box-shadow:0 8px 24px #0875e130; }
    .branch-card:hover, .svc-card:hover, .why-item:hover { transform:translateY(-5px); box-shadow:0 14px 30px #16335414; }
    .gallery img:hover { transform:scale(1.025); }
  }
}
@keyframes hero-enter { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:none; } }
@keyframes section-enter { from { opacity:.35; transform:translateY(24px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *, *::before, *::after { animation:none!important; transition:none!important; } }
@media (max-width:1000px) { nav.main { gap:12px; } .local-panel { gap:24px; } }
@media (max-width:860px) {
  header.site { height:auto!important; }
  header.site .bar { height:auto!important; min-height:68px; flex-wrap:wrap; gap:10px; padding-top:12px; }
  nav.main { display:flex; order:3; width:100%; justify-content:space-between; }
  nav.main a { font-size:14px; padding:10px 8px; }
  .local-panel { grid-template-columns:1fr; padding:20px; }
}
@media (max-width:560px) {
  .local-panel h2 { font-size:24px; }
  .hero .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero .btn { min-width:0; width:100%; font-size:16px; }
  .svc-grid, .fac-grid { gap:10px; }
  .svc-card li { overflow-wrap:anywhere; }
  .hero h1 { font-size:clamp(28px,8.5vw,34px)!important; }
}
.hero h1::first-line { color:var(--ink); }
.hero p.desc { max-width:690px; color:#434b57; font-size:18px; line-height:1.75; margin-bottom:29px; }
.hero-meta { max-width:748px; color:#343b45; font-size:15px; margin:3px 0 24px; }
.status-pill { background:#eaf4ff; color:var(--blue-dark); }
.hero .btn { border-radius:999px; min-width:170px; justify-content:center; padding:15px 24px; font-size:17px; }
.hero .btn-primary { background:var(--blue); color:#fff; }
.hero .btn-primary:hover { background:var(--blue-dark); }
.hero .btn-outline { color:var(--blue-dark); border:1.5px solid var(--blue); background:rgba(255,255,255,.78); }
.hero .trust-strip { max-width:700px; margin-top:20px; padding-top:18px; border-top:1px solid rgba(33,68,105,.12); }
.hero .trust-strip .ti { color:#38424f; font-size:14px; }
.hero .trust-strip .ti .ic { color:var(--blue); }
.hero-photos { display:none; }

section { padding:62px 0; }
section.alt { background:#f7f9fc; border-color:#edf0f4; }
h2.h { font-size:32px; line-height:1.2; letter-spacing:-.045em; margin-bottom:9px; }
p.sub { font-size:16px; margin-bottom:29px; }
.branch-grid { gap:20px; }
.branch-card { border-color:#dfe5ec; box-shadow:0 5px 20px rgba(24,43,69,.05); }
.branch-card img { width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; }
.branch-card .bc-body { padding:21px 23px 25px; }
.branch-card .bc-area { display:inline-flex; background:#10141a; color:#fff; padding:3px 8px; border-radius:999px; }
.branch-card h3 { font-size:23px; margin-top:8px; }
.branch-card .bc-link { float:right; width:40px; height:40px; border:1px solid var(--line); border-radius:50%; align-items:center; justify-content:center; font-size:0; }
.branch-card .bc-link::after { content:'→'; font-size:17px; color:#111; }

.why-grid { gap:16px; }
.why-item { padding:25px; box-shadow:0 5px 18px rgba(24,43,69,.04); }
.why-item .ico { width:48px; height:48px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#eaf4ff; }
.why-item h4 { font-size:20px; }

.svc-grid { grid-template-columns:repeat(4,1fr); }
.svc-card { min-height:0; padding:0 0 24px; overflow:hidden; box-shadow:0 4px 16px rgba(22,42,67,.04); }
.svc-card::before { content:""; display:block; width:100%; height:auto; aspect-ratio:16/9; margin-bottom:18px; background-image:url('/images/device-categories.png'); background-size:200% auto; background-repeat:no-repeat; }
.svc-card:nth-child(4n+1)::before { background-position:0 0; }
.svc-card:nth-child(4n+2)::before { background-position:100% 0; }
.svc-card:nth-child(4n+3)::before { background-position:0 100%; }
.svc-card:nth-child(4n+4)::before { background-position:100% 100%; }
.svc-card h4 { font-size:20px; color:#111; margin:0 20px 16px; }
.svc-card ul { padding:0 20px; }
.svc-card li { border:0; background:#f0f5fb; }

.problem-grid { grid-template-columns:repeat(3,1fr); gap:18px; }
.problem-card { padding:0 0 20px; overflow:hidden; box-shadow:0 4px 16px rgba(22,42,67,.04); }
.problem-card::before { content:""; display:block; width:100%; height:auto; aspect-ratio:16/9; margin-bottom:20px; background-image:url('/images/repair-services.png'); background-size:200% auto; background-repeat:no-repeat; }
.problem-card:nth-child(4n+1)::before { background-position:0 0; }
.problem-card:nth-child(4n+2)::before { background-position:100% 0; }
.problem-card:nth-child(4n+3)::before { background-position:0 100%; }
.problem-card:nth-child(4n+4)::before { background-position:100% 100%; }
.problem-card .pc-head, .problem-card p, .problem-card .urgent { margin-left:18px; margin-right:18px; }
.problem-card .pc-icon { display:none; }
.problem-card h4 { font-size:20px; }

.gallery { gap:14px; }
.gallery img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:11px; }
.fac-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.fac-grid span { border-radius:10px; padding:17px; text-align:center; font-weight:700; color:#26313e; }
.info-grid { gap:20px; }
.hours-table, .loc-card, .review-box, .faq-item, .cross-card { box-shadow:0 4px 16px rgba(22,42,67,.04); }
.map-embed iframe { height:380px; }
.faq-item { padding:18px 20px; }

footer.site { position:relative; margin-top:0; padding-top:44px; background:#0b1119; }
footer.site::before { content:'가까운 지점에서 빠르게 수리 상담 받아보세요'; display:block; max-width:1293px; margin:0 auto 46px; padding:38px 39px; color:#fff; font-size:31px; font-weight:850; letter-spacing:-.04em; border-radius:16px; background:linear-gradient(90deg,#101b28,rgba(5,44,85,.85)),url('/images/repair-services.png') center/cover; }

@media (max-width:860px) {
  header.site, header.site .bar { height:68px; }
  .hero { min-height:520px; background-position:64% center; }
  .hero::before { background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.2) 100%); }
  .hero h1 { font-size:41px; max-width:620px; }
  .branch-grid, .why-grid, .problem-grid { grid-template-columns:repeat(2,1fr); }
  .gallery { grid-template-columns:repeat(2,1fr); }
  .info-grid { grid-template-columns:1fr; }
  .svc-grid, .fac-grid { grid-template-columns:repeat(2,1fr); }
  footer.site .f-top { grid-template-columns:1fr 1fr; }
  footer.site::before { margin-left:20px; margin-right:20px; }
}
@media (max-width:560px) {
  .wrap, header.site .bar { padding-left:18px; padding-right:18px; }
  .logo { font-size:21px; }
  .call-btn { padding:9px 13px; font-size:12px; }
  .hero { min-height:auto; padding:52px 0 48px; background-position:68% center; }
  .hero::before { background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.92) 68%,rgba(255,255,255,.55)); }
  .hero h1 { font-size:34px; max-width:355px; }
  .hero p.desc { font-size:15px; max-width:355px; }
  .hero-meta { font-size:12px; }
  .hero .trust-strip { display:none; }
  section { padding:44px 0; }
  h2.h { font-size:27px; }
  .branch-grid, .why-grid, .problem-grid, .gallery, .cross-grid { grid-template-columns:1fr; }
  .branch-card img { height:auto; }
  .svc-grid, .fac-grid { grid-template-columns:1fr 1fr; }
  .svc-card { padding:0 0 18px; }
  .svc-card::before { height:auto; margin-bottom:14px; }
  .svc-card h4 { margin:0 14px 12px; font-size:17px; }
  .svc-card ul { padding:0 14px; }
  .problem-card::before { height:auto; }
  .gallery img { height:auto; }
  footer.site::before { font-size:21px; padding:28px 22px; }
  footer.site .f-top { grid-template-columns:1fr; }
}
