/* system-aircon.css — 사무실이전철거 시스템에어컨 전용 스타일 */

:root{
  --h: 16;
  --bg:      hsl(var(--h) 12% 95%);
  --surface: hsl(var(--h) 18% 99%);
  --ink:     hsl(var(--h) 28% 13%);
  --muted:   hsl(var(--h) 10% 40%);
  --accent:  hsl(var(--h) 60% 32%);
  --line:    hsl(var(--h) 14% 84%);

  --font-head: "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;

  --radius: 16px;
  --radius-sm: 10px;
  --border-w: 1.5px;
}

*, *::before, *::after{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.75;
  font-size: 16px;
}

h1, h2, h3{
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 18px;
}

p{ margin: 0 0 16px; }

a{ color: var(--accent); }
a:focus-visible,
button:focus-visible,
.btn:focus-visible{
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

img{ max-width: 100%; height: auto; display: block; }

.wrap{ max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.sr-only{
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- 헤더: 중앙 정렬 스택 ---------- */
.site-header{
  padding: 22px 0;
  border-bottom: var(--border-w) solid var(--line);
  background: var(--surface);
}
.site-header .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.brandmark{
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: var(--accent);
}
.header-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
}
.header-nav a{
  color: var(--muted);
  text-decoration: none;
  font-size: 0.86rem;
}
.header-nav a:hover{ color: var(--accent); text-decoration: underline; }

/* ---------- 히어로: 전면 텍스트 + 하단 룰 ---------- */
.hero{ padding: 56px 0 0; }
.hero .wrap{ max-width: 760px; text-align: center; }
.crumb{
  margin: 0 0 16px;
  font-size: 0.82rem;
  color: var(--muted);
}
.crumb a{ color: var(--muted); text-decoration: none; }
.hero h1{
  font-size: clamp(1.7rem, 4.2vw, 2.5rem);
  margin: 0 0 20px;
}
.hero-lead{
  font-size: 1.04rem;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 auto 28px;
}
.hero-cta{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94rem;
  border: var(--border-w) solid transparent;
  white-space: nowrap;
}
.btn-primary{ background: var(--accent); color: var(--surface); }
.btn-primary:hover{ opacity: 0.92; }
.btn-ghost{ background: transparent; color: var(--accent); border-color: var(--accent); }
.hero-rule{
  height: var(--border-w);
  background: var(--line);
  width: 100%;
}

/* ---------- 섹션 공통 ---------- */
.sec{ padding: 56px 0; }
.sec--alt{ background: var(--surface); border-top: var(--border-w) solid var(--line); border-bottom: var(--border-w) solid var(--line); }
.eyebrow{
  display: block;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin-bottom: 10px;
}
h2{ font-size: clamp(1.25rem, 2.4vw, 1.6rem); }

/* ---------- 흐름도(SVG) ---------- */
.flow{
  width: 100%;
  height: auto;
  margin: 28px 0;
  font-family: var(--font-body);
}

/* ---------- 순서 단계 ---------- */
.steps{
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.steps li{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px;
  background: var(--surface);
  border: var(--border-w) solid var(--line);
  border-radius: var(--radius);
}
.steps .num{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
}
.steps h3{ margin: 0 0 6px; font-size: 1.02rem; }
.steps p{ margin: 0; font-size: 0.94rem; color: var(--ink); }

/* ---------- 이미지 2장 (공통 마크업) ---------- */
.shot{ margin: 3rem auto; max-width: 1000px; padding: 0 24px; }
.shot__row{ display:flex; justify-content:center; align-items:stretch; gap:1rem; flex-wrap:nowrap; }
.shot__row img{ flex:1 1 0; min-width:0; width:100%; height:auto; display:block; object-fit:cover; border-radius: var(--radius); border: var(--border-w) solid var(--line); }
@media (max-width: 640px){ .shot__row{ flex-wrap:wrap; } .shot__row img{ flex:1 1 100%; } }

/* ---------- 주의사항 콜아웃 ---------- */
.callout{
  margin-top: 28px;
  padding: 22px 24px;
  background: var(--surface);
  border: var(--border-w) solid var(--accent);
  border-radius: var(--radius);
}
.callout p{ margin: 0 0 10px; }
.callout ul{ margin: 0; padding-left: 20px; }
.callout li{ margin-bottom: 6px; color: var(--ink); }

/* ---------- 표 ---------- */
.table-wrap{
  overflow-x: auto;
  margin: 24px 0;
  border: var(--border-w) solid var(--line);
  border-radius: var(--radius);
}
table{
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: var(--surface);
}
th, td{
  padding: 14px 16px;
  text-align: left;
  border-bottom: var(--border-w) solid var(--line);
  font-size: 0.92rem;
}
thead th{
  background: var(--bg);
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--ink);
}
tbody th{ font-weight: 700; color: var(--accent); white-space: nowrap; }
tbody tr:last-child th, tbody tr:last-child td{ border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq{ display: grid; gap: 14px; margin-top: 24px; }
.faq-item{
  padding: 20px 22px;
  background: var(--surface);
  border: var(--border-w) solid var(--line);
  border-radius: var(--radius);
}
.faq-item h3{
  margin: 0 0 10px;
  font-size: 1.0rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.qmark{
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 800;
}
.faq-item p{ margin: 0; font-size: 0.94rem; }

/* ---------- CTA: 풀와이드 밴드 ---------- */
.cta-band{
  background: var(--accent);
  color: var(--surface);
  padding: 60px 0;
  text-align: center;
}
.cta-band h2{ color: var(--surface); }
.cta-band p{ color: hsl(var(--h) 30% 94%); max-width: 62ch; margin: 0 auto 28px; }
.cta-band .btn-primary{ background: var(--surface); color: var(--accent); }
.cta-band .btn-ghost{ color: var(--surface); border-color: var(--surface); }

/* ---------- Footer: 3단 그리드 ---------- */
.ftr{
  background: var(--ink);
  color: hsl(var(--h) 14% 92%);
  padding: 48px 0 24px;
  font-size: 0.86rem;
}
.ftr__inner{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.ftr__biz{ margin: 0; line-height: 1.9; }
.ftr__biz a{ color: hsl(var(--h) 55% 72%); }
.ftr__nav{ display: flex; flex-direction: column; gap: 8px; }
.ftr__nav a{ color: hsl(var(--h) 14% 88%); text-decoration: none; }
.ftr__nav a:hover{ text-decoration: underline; }
.ftr__copy{ margin: 0; color: hsl(var(--h) 10% 60%); text-align: right; }

/* ---------- 반응형 (375px까지) ---------- */
@media (max-width: 820px){
  .ftr__inner{ grid-template-columns: 1fr 1fr; }
  .ftr__copy{ grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 560px){
  .wrap{ padding: 0 18px; }
  .sec{ padding: 44px 0; }
  .hero{ padding: 40px 0 0; }
  .ftr__inner{ grid-template-columns: 1fr; }
  .steps li{ grid-template-columns: 36px 1fr; padding: 16px; }
  table{ min-width: 480px; }
}
@media (max-width: 375px){
  .btn{ padding: 11px 18px; font-size: 0.9rem; }
  .hero h1{ font-size: 1.5rem; }
}
