/* ===== 미래ENG — 공용 스타일 ===== */

:root{
  --paper:#F4F7F9;
  --surface:#FFFFFF;
  --surface-2:#EDF2F6;
  --navy:#0E2137;
  --navy-2:#17324F;
  --ink:#14202C;
  --ink-2:#3C4C5C;
  --muted:#65758A;
  --line:#D9E1E8;
  --line-2:#BECAD5;
  --flame:#125FBF;
  --flame-2:#2E7EE0;
  --flame-soft:#E4EEFA;
  --ember:#D6491A;
  --ember-2:#EF6431;
  --ember-soft:#FCEAE3;
  --ok:#1B6B4A;
  /* 로고 — 마크 색은 고정, 글자는 배경 밝기에 따라 바뀝니다 */
  --logo-mark:#E3C37A; --logo-wm:#1D2C42; --logo-eng:#1D2C42;
  --ok-soft:#E1F0E9;
  --shadow-sm:0 1px 2px rgba(14,33,55,.07), 0 6px 16px -12px rgba(14,33,55,.3);
  --shadow-md:0 2px 6px rgba(14,33,55,.08), 0 18px 40px -26px rgba(14,33,55,.45);
  --display:"Gothic A1", "Noto Sans KR", system-ui, sans-serif;
  --body:"Noto Sans KR", "Gothic A1", system-ui, sans-serif;
  --wrap:1140px;
}

@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --paper:#0B1219;
    --surface:#131D27;
    --surface-2:#1A2733;
    --navy:#081019;
    --navy-2:#122232;
    --ink:#E6ECF2;
    --ink-2:#B3C1CE;
    --muted:#8899A9;
    --line:#26333F;
    --line-2:#374856;
    --logo-wm:#E5CB22; --logo-eng:#F1ECE1;
    --flame:#77B0F0;
    --flame-2:#9AC7F7;
    --flame-soft:#11263C;
    --ember:#F58154;
    --ember-2:#FF9B72;
    --ember-soft:#341A11;
    --ok:#6FC79C;
    --ok-soft:#10291F;
    --shadow-sm:0 1px 2px rgba(0,0,0,.5), 0 6px 16px -12px rgba(0,0,0,.9);
    --shadow-md:0 2px 6px rgba(0,0,0,.5), 0 18px 40px -26px rgba(0,0,0,1);
  }
}
:root[data-theme="dark"]{
  --paper:#0B1219; --surface:#131D27; --surface-2:#1A2733;
  --navy:#081019; --navy-2:#122232;
  --ink:#E6ECF2; --ink-2:#B3C1CE; --muted:#8899A9;
  --line:#26333F; --line-2:#374856;
  --logo-wm:#E5CB22; --logo-eng:#F1ECE1;
  --flame:#77B0F0; --flame-2:#9AC7F7; --flame-soft:#11263C;
  --ember:#F58154; --ember-2:#FF9B72; --ember-soft:#341A11;
  --ok:#6FC79C; --ok-soft:#10291F;
  /* 로고 — 마크 색은 고정, 글자는 배경 밝기에 따라 */
  --shadow-sm:0 1px 2px rgba(0,0,0,.5), 0 6px 16px -12px rgba(0,0,0,.9);
  --shadow-md:0 2px 6px rgba(0,0,0,.5), 0 18px 40px -26px rgba(0,0,0,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:var(--body); font-size:16px; line-height:1.78; font-weight:400;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
  /* 한글은 어절(띄어쓰기) 단위로만 줄바꿈 — 단어 중간이 끊기지 않게 */
  word-break:keep-all;
  overflow-wrap:break-word;
}
h1,h2,h3,h4,p,li,td,th,summary,span,a,div{word-break:keep-all; overflow-wrap:break-word}
p,li{text-wrap:pretty}
img{max-width:100%; display:block}
[hidden]{display:none!important}
a{color:var(--flame); text-underline-offset:3px}
:focus-visible{outline:3px solid var(--flame-2); outline-offset:2px; border-radius:3px}
@media (prefers-reduced-motion:reduce){*{animation:none!important; transition:none!important}}

.wrap{max-width:var(--wrap); margin:0 auto; padding-inline:20px}

/* ---------- draft banner (배포 전 제거) ---------- */
.draft{
  background:var(--ember-soft); border-bottom:2px solid var(--ember);
  color:var(--ink); font-size:13.5px; line-height:1.6;
}
.draft .wrap{padding-block:10px; display:flex; gap:12px; align-items:flex-start; flex-wrap:wrap}
.draft b{color:var(--ember); font-family:var(--display); font-weight:800; flex:none}

/* ---------- header ---------- */
.hdr{
  position:sticky; top:env(safe-area-inset-top, 0px); z-index:50;
  background:var(--surface); border-bottom:1px solid var(--line); box-shadow:var(--shadow-sm);
}
.hdr-in{display:flex; align-items:center; gap:18px; padding-block:12px}
.brand{display:flex; align-items:center; gap:11px; text-decoration:none; flex:none}
.brand-logo{height:52px; width:auto; display:block; overflow:visible}
.brand-tag{font-family:var(--display); font-weight:700; font-size:10.5px;
  color:var(--muted); letter-spacing:.03em; line-height:1.45; white-space:nowrap;
  padding-left:11px; border-left:1px solid var(--line)}
.brand-mark{
  width:34px; height:34px; flex:none; border-radius:7px; background:var(--navy);
  display:grid; place-items:center;
}
.brand-mark svg{width:20px; height:20px; display:block}
.brand-txt{display:flex; flex-direction:column; line-height:1.15}
.brand-txt b{font-family:var(--display); font-weight:900; font-size:18px; color:var(--ink); letter-spacing:-.02em}
.brand-txt span{font-size:10.5px; color:var(--muted); letter-spacing:.06em}
.nav{display:none; gap:2px; margin-left:auto}
@media (min-width:980px){.nav{display:flex}}
.nav a{
  padding:8px 12px; border-radius:6px; text-decoration:none; color:var(--ink-2);
  font-size:14.5px; font-weight:500; white-space:nowrap;
}
.nav a:hover{background:var(--surface-2); color:var(--ink)}
.nav a[aria-current="page"]{color:var(--flame); font-weight:700; background:var(--flame-soft)}
.hdr-cta{
  margin-left:auto; display:flex; align-items:center; gap:9px;
  background:var(--ember); color:#fff; text-decoration:none;
  padding:10px 16px; border-radius:8px; font-family:var(--display); font-weight:800; font-size:15.5px;
  white-space:nowrap; box-shadow:var(--shadow-sm);
}
@media (min-width:980px){.hdr-cta{margin-left:14px}}
.hdr-cta:hover{background:var(--ember-2)}
.hdr-cta svg{width:16px; height:16px; flex:none}

/* mobile nav strip */
.mnav{
  display:flex; gap:7px; overflow-x:auto; background:var(--surface);
  border-bottom:1px solid var(--line); scrollbar-width:thin;
}
@media (min-width:980px){.mnav{display:none}}
.mnav .wrap{display:flex; gap:7px; padding-block:9px}
.mnav a{
  flex:none; font-size:13px; font-weight:500; padding:6px 12px; border-radius:99px;
  border:1px solid var(--line); color:var(--ink-2); text-decoration:none; white-space:nowrap;
  background:var(--surface);
}
.mnav a[aria-current="page"]{background:var(--flame); border-color:var(--flame); color:#fff; font-weight:700}

/* ---------- hero ---------- */
.hero{background:var(--navy); color:#EAF1F8; position:relative; overflow:hidden}
.hero::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(1000px 420px at 82% -10%, rgba(46,126,224,.30), transparent 62%);
}
.hero .wrap{position:relative; z-index:1; padding-block:clamp(44px,7vw,78px)}
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:9px; font-size:12.5px; font-weight:700;
  letter-spacing:.07em; color:#8FC0F5; margin:0 0 16px; text-transform:uppercase;
}
.hero-eyebrow::before{content:""; width:24px; height:2px; background:#8FC0F5}
.hero h1{
  font-family:var(--display); font-weight:900; letter-spacing:-.03em;
  font-size:clamp(29px,5.6vw,52px); line-height:1.16; margin:0 0 18px;
  text-wrap:balance; color:#fff; max-width:24ch;
}
.hero h1 em{font-style:normal; color:#7EB6F5}
.hero p{margin:0 0 26px; font-size:clamp(15.5px,1.8vw,18px); color:#BED2E5; max-width:52ch; line-height:1.76}
.hero-acts{display:flex; gap:11px; flex-wrap:wrap; align-items:center}
.btn{
  display:inline-flex; align-items:center; gap:9px; text-decoration:none;
  font-family:var(--display); font-weight:800; font-size:16.5px;
  padding:14px 24px; border-radius:9px; border:2px solid transparent; white-space:nowrap;
}
.btn svg{width:18px; height:18px; flex:none}
.btn-call{background:var(--ember); color:#fff; box-shadow:var(--shadow-md)}
.btn-call:hover{background:var(--ember-2)}
.btn-ghost{border-color:rgba(255,255,255,.34); color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.hero-badges{
  display:flex; gap:8px 20px; flex-wrap:wrap; margin-top:30px;
  padding-top:22px; border-top:1px solid rgba(255,255,255,.16);
  font-size:13.5px; color:#A8C2DA;
}
.hero-badges span{display:inline-flex; align-items:center; gap:7px}
.hero-badges b{color:#fff; font-weight:700}

/* ---------- sections ---------- */
main{display:block}
.sec{padding-block:clamp(40px,6vw,66px)}
.sec-alt{background:var(--surface)}
.sec-head{margin-bottom:28px; max-width:62ch}
.sec-kicker{
  font-family:var(--display); font-size:12.5px; font-weight:800; letter-spacing:.1em;
  color:var(--flame); margin:0 0 9px; text-transform:uppercase;
}
h2{
  font-family:var(--display); font-weight:900; letter-spacing:-.025em;
  font-size:clamp(23px,3.6vw,34px); line-height:1.24; margin:0 0 12px; text-wrap:balance;
}
.sec-head p{margin:0; color:var(--ink-2); font-size:16px; line-height:1.76}
h3{font-family:var(--display); font-weight:800; font-size:19px; line-height:1.36; margin:0 0 8px; letter-spacing:-.015em}
h4{font-family:var(--display); font-weight:700; font-size:15.5px; margin:0 0 6px}
p{margin:0 0 14px; max-width:70ch}
p:last-child{margin-bottom:0}
strong{font-weight:700}

/* page header (내부 페이지) */
.phead{background:var(--navy-2); color:#EAF1F8}
.phead .wrap{padding-block:clamp(30px,4.6vw,52px)}
.crumb{font-size:13px; color:#9CBAD6; margin:0 0 12px}
.crumb a{color:#9CBAD6; text-decoration:none}
.crumb a:hover{text-decoration:underline}
.phead h1{
  font-family:var(--display); font-weight:900; letter-spacing:-.028em;
  font-size:clamp(25px,4.4vw,40px); line-height:1.2; margin:0 0 12px; color:#fff; text-wrap:balance;
}
.phead p{margin:0; color:#C2D5E7; font-size:16.5px; max-width:58ch}

/* ---------- cards / grids ---------- */
.grid{display:grid; gap:16px; grid-template-columns:1fr}
@media (min-width:680px){.grid-2{grid-template-columns:repeat(2,1fr)}}
@media (min-width:680px){.grid-3{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.grid-3{grid-template-columns:repeat(3,1fr)}}
@media (min-width:560px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.grid-4{grid-template-columns:repeat(4,1fr)}}

.card{
  background:var(--surface); border:1px solid var(--line); border-radius:11px;
  padding:22px 22px 24px; box-shadow:var(--shadow-sm);
  display:flex; flex-direction:column;
}
.sec-alt .card{background:var(--paper)}
.card p{color:var(--ink-2); font-size:14.8px; line-height:1.72}
.card-ico{
  width:42px; height:42px; border-radius:9px; background:var(--flame-soft);
  display:grid; place-items:center; margin-bottom:14px; flex:none;
}
.card-ico svg{width:22px; height:22px}
.card-link{
  margin-top:auto; padding-top:14px; font-weight:700; font-size:14.5px;
  color:var(--flame); text-decoration:none; display:inline-flex; align-items:center; gap:6px;
}
.card-link:hover{text-decoration:underline}

/* service list card */
.svc{
  background:var(--surface); border:1px solid var(--line); border-left:4px solid var(--flame);
  border-radius:0 10px 10px 0; padding:18px 22px; box-shadow:var(--shadow-sm);
}
.sec-alt .svc{background:var(--paper)}
.svc h3{margin-bottom:6px}
.svc p{margin:0; color:var(--ink-2); font-size:14.8px}

/* ---------- steps ---------- */
.steps{counter-reset:s; display:grid; gap:14px; grid-template-columns:1fr; margin:0; padding:0; list-style:none}
@media (min-width:760px){.steps{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1060px){.steps-4{grid-template-columns:repeat(4,1fr)}}
.steps li{
  counter-increment:s; background:var(--surface); border:1px solid var(--line);
  border-radius:10px; padding:20px 20px 22px; position:relative;
}
.sec-alt .steps li{background:var(--paper)}
.steps li::before{
  content:counter(s,decimal-leading-zero);
  font-family:var(--display); font-weight:900; font-size:13px; color:var(--flame);
  letter-spacing:.06em; display:block; margin-bottom:9px;
}
.steps li h3{font-size:17px; margin-bottom:6px}
.steps li p{margin:0; font-size:14.5px; color:var(--ink-2)}

/* ---------- checklist ---------- */
.checks{list-style:none; margin:0; padding:0; display:grid; gap:10px; grid-template-columns:1fr}
@media (min-width:680px){.checks-2{grid-template-columns:repeat(2,1fr)}}
.checks li{display:flex; gap:11px; align-items:flex-start; font-size:15.2px; line-height:1.68; color:var(--ink-2)}
.checks li::before{
  content:""; flex:none; width:19px; height:19px; margin-top:4px; border-radius:50%;
  background:var(--ok-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B6B4A' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ---------- price table ---------- */
.tablewrap{overflow-x:auto; border:1px solid var(--line); border-radius:11px; background:var(--surface); box-shadow:var(--shadow-sm)}
table{border-collapse:collapse; width:100%; min-width:520px; font-size:15px}
th,td{padding:14px 18px; text-align:left; border-bottom:1px solid var(--line); line-height:1.66; vertical-align:top}
thead th{
  font-family:var(--display); font-weight:800; font-size:14px; color:#fff;
  background:var(--navy-2); white-space:nowrap; border-bottom:none;
}
tbody tr:last-child td{border-bottom:none}
td.price{font-weight:700; color:var(--ink); white-space:nowrap; font-variant-numeric:tabular-nums}
.note{font-size:13.6px; color:var(--muted); margin-top:14px; line-height:1.7}

/* ---------- FAQ ---------- */
.faq{display:grid; gap:10px}
.faq details{
  background:var(--surface); border:1px solid var(--line); border-radius:10px;
  padding:0; overflow:hidden;
}
.sec-alt .faq details{background:var(--paper)}
.faq summary{
  cursor:pointer; padding:16px 20px; font-family:var(--display); font-weight:700; font-size:16px;
  list-style:none; display:flex; justify-content:space-between; gap:14px; align-items:flex-start;
  color:var(--ink);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; font-size:21px; color:var(--flame); line-height:1; flex:none; font-weight:700}
.faq details[open] summary::after{content:"\2212"}
.faq details > div{padding:0 20px 18px; color:var(--ink-2); font-size:15px; line-height:1.76}

/* ---------- cases ---------- */
.cases{display:grid; gap:13px; grid-template-columns:1fr}
@media (min-width:620px){.cases{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.cases{grid-template-columns:repeat(3,1fr)}}
.case{
  background:var(--surface); border:1px solid var(--line); border-radius:10px;
  padding:17px 19px 19px; box-shadow:var(--shadow-sm);
}
.sec-alt .case{background:var(--paper)}
.case-tag{
  display:inline-block; font-size:11.5px; font-weight:700; letter-spacing:.03em;
  background:var(--flame-soft); color:var(--flame); padding:3px 10px; border-radius:99px; margin-bottom:10px;
}
.case h3{font-size:16.5px; margin-bottom:6px}
.case-meta{font-size:13.5px; color:var(--muted); margin:0}
.case p{font-size:14.5px; color:var(--ink-2); margin:8px 0 0}

/* ---------- region ---------- */
.regions{display:flex; flex-wrap:wrap; gap:9px; margin-top:6px}
.regions span{
  font-size:14px; font-weight:500; background:var(--surface); border:1px solid var(--line-2);
  padding:7px 15px; border-radius:99px; color:var(--ink-2);
}
.sec-alt .regions span{background:var(--paper)}

/* ---------- CTA band ---------- */
.cta{background:var(--navy); color:#fff; position:relative; overflow:hidden}
.cta::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(760px 320px at 15% 120%, rgba(214,73,26,.34), transparent 60%);
}
.cta .wrap{position:relative; z-index:1; padding-block:clamp(38px,5.4vw,58px); text-align:center}
.cta h2{color:#fff; margin-bottom:12px}
.cta p{color:#C0D3E6; margin:0 auto 24px; max-width:50ch}
.cta .hero-acts{justify-content:center}
.cta-phone{
  display:block; font-family:var(--display); font-weight:900; letter-spacing:-.02em;
  font-size:clamp(28px,5vw,42px); color:#fff; text-decoration:none; margin-bottom:6px;
}
.cta-phone:hover{color:var(--ember-2)}
.cta-hours{font-size:14px; color:#9FB9D2; margin:0 0 22px}

/* ---------- footer ---------- */
.ftr{background:var(--navy); color:#A9C0D6; font-size:14px; border-top:1px solid rgba(255,255,255,.1)}
.ftr .wrap{padding-block:38px 26px}
.ftr-grid{display:grid; gap:26px; grid-template-columns:1fr}
@media (min-width:700px){.ftr-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1020px){.ftr-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}
.ftr h4{color:#fff; font-size:14px; margin:0 0 12px; font-family:var(--display); font-weight:800; letter-spacing:.02em}
.ftr ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:7px}
.ftr a{color:#A9C0D6; text-decoration:none}
.ftr a:hover{color:#fff; text-decoration:underline}
.ftr-biz{font-size:13px; line-height:1.85; color:#8CA6BE}
.ftr-biz b{color:#C8DAEB; font-weight:600}
.ftr-btm{
  margin-top:28px; padding-top:18px; border-top:1px solid rgba(255,255,255,.12);
  font-size:12.8px; color:#7E99B2; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
}

/* ---------- sticky mobile call bar ---------- */
.callbar{
  position:fixed; left:0; right:0; bottom:0; z-index:60;
  background:var(--ember); display:flex;
  padding-bottom:env(safe-area-inset-bottom, 0px);
  box-shadow:0 -4px 20px rgba(14,33,55,.28);
}
@media (min-width:980px){.callbar{display:none}}
.callbar a{
  flex:1; display:flex; align-items:center; justify-content:center; gap:9px;
  padding:15px 10px; color:#fff; text-decoration:none;
  font-family:var(--display); font-weight:800; font-size:16.5px;
}
.callbar a + a{border-left:1px solid rgba(255,255,255,.3)}
.callbar svg{width:18px; height:18px}
body{padding-bottom:64px}
@media (min-width:980px){body{padding-bottom:0}}

/* ---------- 강조 밴드 ---------- */
.band{
  background:var(--flame-soft); border:1px solid var(--flame);
  border-radius:12px; padding:26px 28px;
}
.band h3{color:var(--flame); font-size:20px; margin-bottom:10px}
.band p{color:var(--ink-2); font-size:15.6px; margin-bottom:10px}
.band p:last-child{margin-bottom:0}
.band strong{color:var(--ink)}


/* ---------- 지역 페이지 ---------- */
.regionlinks{display:grid; gap:12px; grid-template-columns:1fr}
@media (min-width:620px){.regionlinks{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.regionlinks{grid-template-columns:repeat(4,1fr)}}
.rl{
  display:block; text-decoration:none; background:var(--surface); border:1px solid var(--line);
  border-radius:10px; padding:17px 19px 19px; box-shadow:var(--shadow-sm); color:var(--ink);
}
.sec-alt .rl{background:var(--paper)}
.rl:hover{border-color:var(--flame); box-shadow:var(--shadow-md)}
.rl b{display:block; font-family:var(--display); font-weight:800; font-size:17px; margin-bottom:5px; color:var(--ink)}
.rl span{display:block; font-size:13.8px; color:var(--muted); line-height:1.6}
.rl em{display:inline-block; font-style:normal; margin-top:10px; font-size:13.5px; font-weight:700; color:var(--flame)}

/* ---------- 404 ---------- */
.nf{text-align:center; padding-block:clamp(60px,10vw,110px)}
.nf h1{font-family:var(--display); font-weight:900; font-size:clamp(30px,6vw,52px); margin:0 0 14px; letter-spacing:-.03em}
.nf p{margin:0 auto 26px; color:var(--ink-2); max-width:44ch}


/* ---------- 모바일 다듬기 ---------- */
@media (max-width:560px){
  body{font-size:15.5px; line-height:1.75}
  .wrap{padding-inline:17px}
  .hero h1{font-size:clamp(26px,7.6vw,34px); line-height:1.24; max-width:none}
  .hero p{font-size:15.5px}
  .phead h1{font-size:clamp(23px,6.6vw,30px); line-height:1.28}
  .phead p{font-size:15.5px}
  h2{font-size:clamp(21px,6vw,26px); line-height:1.3}
  h3{font-size:17.5px}
  .btn{width:100%; justify-content:center; padding:15px 20px; font-size:17px}
  .hero-acts{gap:9px}
  .hero-badges{gap:7px 0; flex-direction:column; font-size:13.8px}
  .card,.svc,.case,.steps li,.band{padding:18px 17px 20px}
  .band{padding:19px 18px}
  .sec-head{margin-bottom:22px}
  .faq summary{padding:15px 17px; font-size:15.5px}
  .faq details > div{padding:0 17px 16px; font-size:14.8px}
  .checks li{font-size:15px}
  .cta-phone{font-size:clamp(30px,9vw,40px)}
  .ftr-biz{font-size:13.5px; line-height:1.9}
  th,td{padding:12px 14px; font-size:14.5px}
}
/* 모바일 메뉴 칩 — 손가락으로 누르기 좋게 */
@media (max-width:979px){
  .mnav .wrap{padding-block:10px}
  .mnav a{font-size:13.8px; padding:9px 14px}
  .hdr-in{gap:12px}
  .hdr-cta{padding:11px 14px; font-size:15px}
  .brand-logo{height:42px}
  /* 태그라인이 길어 전화 버튼을 밀어내므로 좁은 화면에서는 감춥니다 */
  .brand-tag{display:none}
}
/* 아주 좁은 화면 */
@media (max-width:379px){
  .hdr-cta span{display:none}
  .hdr-cta{padding:11px 13px}
  .brand-logo{height:36px}
}

/* ---------- 출장 지역 강조 ---------- */
.reach{
  background:var(--navy-2); color:#EAF1F8; border-radius:14px;
  padding:clamp(24px,4vw,34px) clamp(22px,4vw,36px);
}
.reach h3{font-family:var(--display); font-weight:900; font-size:clamp(20px,3.2vw,26px);
  color:#fff; margin:0 0 12px; letter-spacing:-.02em}
.reach p{color:#C2D5E7; font-size:15.8px; max-width:62ch; margin:0 0 12px; line-height:1.75}
.reach p:last-child{margin-bottom:0}
.reach strong{color:#fff; font-weight:700}
.reach .dist{
  display:grid; gap:10px; grid-template-columns:1fr; margin:20px 0 0;
  padding:0; list-style:none;
}
@media (min-width:640px){.reach .dist{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.reach .dist{grid-template-columns:repeat(3,1fr)}}
.reach .dist li{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16);
  border-radius:9px; padding:12px 15px; font-size:14.6px; color:#DCE8F3;
  display:flex; justify-content:space-between; gap:12px; align-items:baseline;
}
.reach .dist b{color:#fff; font-weight:700; white-space:nowrap}
.reach .dist span{color:#9FBBD6; font-size:13.5px; white-space:nowrap}

/* 세부 지역명 목록 */
.dongs{margin-top:8px}
.dongs h4{font-family:var(--display); font-weight:800; font-size:14.5px; color:var(--flame);
  margin:18px 0 9px; letter-spacing:.01em}
.dongs h4:first-child{margin-top:0}
.dongs .regions span{font-size:13.6px; padding:6px 13px}

/* ══ 시공사진 : 좌 → 우 무한 배너 ══════════════════════════ */
.mq{
  overflow:hidden; position:relative; padding:20px 0;
  background:var(--navy); border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
          mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
}
.mq-track{
  display:flex; gap:12px; width:max-content;
  animation:mq-rtl 70s linear infinite; will-change:transform;
}
.mq:hover .mq-track, .mq:focus-within .mq-track{animation-play-state:paused}
.mq-item{
  margin:0; flex:0 0 auto; border-radius:12px; overflow:hidden;
  background:#0B1622; box-shadow:0 2px 12px rgba(0,0,0,.34);
}
.mq-item img{display:block; width:320px; height:240px; object-fit:cover}
/* 트랙을 두 벌 깔고 -50% → 0 으로 움직여 좌에서 우로 흐르게 */
@keyframes mq-rtl{from{transform:translate3d(-50%,0,0)} to{transform:translate3d(0,0,0)}}

@media (max-width:560px){
  .mq{padding:12px 0}
  .mq-item img{width:224px; height:168px}
  .mq-track{gap:9px; animation-duration:52s}
}
@media (prefers-reduced-motion: reduce){
  .mq-track{animation:none}
  .mq{overflow-x:auto; -webkit-mask-image:none; mask-image:none}
  .mq-track .mq-item:nth-child(n+11){display:none}
}

/* ══ 시공사진 갤러리 ═══════════════════════════════════════ */
.gal{display:grid; grid-template-columns:repeat(auto-fill,minmax(232px,1fr)); gap:14px}
.gal figure{
  margin:0; border-radius:13px; overflow:hidden;
  background:var(--surface); border:1px solid var(--line); box-shadow:var(--shadow-sm);
}
.gal img{display:block; width:100%; aspect-ratio:4/3; object-fit:cover; background:var(--surface-2)}
.gal figcaption{padding:11px 13px 13px; font-size:13.6px; line-height:1.6; color:var(--ink-2)}
@media (max-width:560px){.gal{grid-template-columns:repeat(2,1fr); gap:10px}
  .gal figcaption{padding:9px 10px 11px; font-size:12.6px}}

/* 본문 안 사진 한 쌍 */
.shots{display:grid; grid-template-columns:1fr 1fr; gap:13px; margin:0 0 26px}
.shots figure{margin:0; border-radius:13px; overflow:hidden;
  background:var(--surface); border:1px solid var(--line)}
.shots img{display:block; width:100%; aspect-ratio:4/3; object-fit:cover}
.shots figcaption{padding:10px 12px; font-size:13.2px; color:var(--muted); line-height:1.55}
@media (max-width:460px){.shots{grid-template-columns:1fr}}
