/* ============================================================
   바로철거 — pages.css
   메인 원페이지 섹션 + 서브 페이지 스타일
   ============================================================ */

/* ============================================================
   [메인] 히어로
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--color-ink);
  color: var(--color-paper);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg .ph { width: 100%; height: 100%; border: 0; border-radius: 0; background: transparent; align-items: flex-start; justify-content: flex-end; padding: calc(var(--header-h) + 16px) 20px 0 0; opacity: 0.5; }

/* 히어로 배경 영상 — 화면 전체를 균일하게 덮던 예전 스크림은 영상을 거의 지워버렸다.
   지금은 영상을 살려두고, 어둡게 덮는 일은 문구가 놓인 좌하단에만 국소적으로 맡긴다.
   실제 스크림 정의는 아래 .hero-bg::after 한 곳에 모여 있다. */
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: saturate(0.5) contrast(1.04);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--header-h) + 60px);
  padding-bottom: 0;
}
.hero-copy { padding-bottom: clamp(48px, 8vh, 96px); }
.hero-overline {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(247, 246, 243, 0.78);
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(6, 6, 7, 0.55), 0 2px 16px rgba(6, 6, 7, 0.55);
}
.hero-title {
  font-size: clamp(38px, 7vw, 76px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(6, 6, 7, 0.5), 0 4px 30px rgba(6, 6, 7, 0.6);
}
/* 강조 글자 — 문구 뒤 그라데이션이 가장 짙은 자리에 놓이므로 accent-soft 그대로 쓴다.
   배경(#060607 88%)과 9:1 이상이라 영상이 밝아지는 프레임에서도 버틴다. */
.hero-title em {
  font-style: normal;
  color: var(--color-accent-soft);
}
.hero-sub {
  margin-top: 24px;
  max-width: 540px;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(247, 246, 243, 0.86);
  text-shadow: 0 1px 2px rgba(6, 6, 7, 0.5), 0 2px 20px rgba(6, 6, 7, 0.6);
}
.hero-actions {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-actions .btn { min-width: 220px; min-height: 58px; font-size: 17px; }
.hero-actions .btn-accent .num { font-size: 18px; }

/* 히어로 하단 지표 — 세로 구분선 대신 둥근 글래스 칩 */
.hero-strip {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(22px, 4vh, 40px);
}
.hero-strip .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-strip-item {
  flex: 1 1 0;
  min-width: 180px;
  padding: 15px 20px 17px;
  font-size: 14px;
  color: rgba(247, 246, 243, 0.72);
  background: rgba(247, 246, 243, 0.08);
  border: 1px solid rgba(247, 246, 243, 0.16);
  border-radius: var(--radius);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hero-strip-item strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

/* ============================================================
   [메인] 섹션 공통
   ============================================================ */
.section { padding: clamp(72px, 12vw, 130px) 0; }
.section-head { margin-bottom: clamp(36px, 6vw, 64px); }

/* ============================================================
   [메인] 핵심 강점 — 번호 그리드
   ============================================================ */
/* 구분선으로 나눈 격자 대신 독립된 둥근 카드 */
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.strength {
  padding: 26px 24px 30px;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.strength:hover {
  transform: translateY(-3px);
  border-color: #C9C2B6;
  box-shadow: var(--shadow-card-hover);
}
.strength .no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 9px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--color-accent);
  background: var(--color-brand);
  border-radius: var(--radius-pill);
  margin-bottom: 26px;
}
.strength h3 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.strength p { font-size: 14.5px; color: var(--color-ink-soft); }

/* ============================================================
   [메인] 폐업지원금 — 지원 규모 + 4단계 흐름
   ============================================================ */
.closing { background: var(--color-ink); color: var(--color-paper); }
.closing-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding-bottom: clamp(30px, 5vw, 52px);
  border-bottom: 1px solid var(--color-line-dark);
}
.closing-copy .section-desc { max-width: 480px; }

/* 지원 금액 — 라벨/금액 2단 정렬 */
.closing-figures { display: grid; gap: 18px; align-content: end; }
.cf-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--color-line-dark);
}
.cf-label { font-size: 15px; font-weight: 500; color: rgba(247, 246, 243, 0.66); }
.cf-num {
  font-size: clamp(30px, 4.4vw, 50px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-accent-soft);
}
.cf-num .cf-pre {
  font-size: 0.36em;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(247, 246, 243, 0.66);
  margin-right: 6px;
}
.cf-num .suffix { font-size: 0.42em; font-weight: 500; margin-left: 3px; }
.cf-note {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(247, 246, 243, 0.55);
}

/* 진행 4단계 */
.closing-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: clamp(28px, 4.5vw, 48px);
  list-style: none;
}
.closing-steps li {
  padding: 20px 22px 22px;
  background: rgba(247, 246, 243, 0.05);
  border: 1px solid var(--color-line-dark);
  border-radius: var(--radius);
}
.cs-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent-soft);
  background: rgba(255, 154, 77, 0.14);
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}
.closing-steps h3 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.closing-steps p { font-size: 14px; font-weight: 300; color: rgba(247, 246, 243, 0.6); }

/* ============================================================
   [메인] 시공 범위 — 타이포 그리드
   ============================================================ */
.scope { background: var(--color-brand); }
.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.scope-item {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 28px 26px 30px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.scope-item:hover {
  transform: translateY(-3px);
  border-color: #C9C2B6;
  box-shadow: var(--shadow-card-hover);
}
.scope-item h3 {
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.scope-item p { font-size: 14px; color: var(--color-ink-soft); }

/* ============================================================
   [메인] 보유 장비 — 시그니처 "차량 장부"
   ============================================================ */
.fleet {
  background: var(--color-brand-dark);
  color: var(--color-paper);
}
.fleet-ledger { border-top: 1px solid var(--color-line-dark); }
.fleet-row {
  display: grid;
  grid-template-columns: minmax(200px, 300px) 130px 1fr;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--color-line-dark);
}
.fleet-meta .fleet-ton {
  display: block;
  font-size: clamp(19px, 2.2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.01em;
}
.fleet-meta .fleet-use {
  display: block;
  margin-top: 3px;
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(247, 246, 243, 0.55);
}
.fleet-num {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.fleet-num .suffix {
  font-size: 0.45em;
  font-weight: 500;
  color: rgba(247, 246, 243, 0.6);
  margin-left: 3px;
}
/* 대수만큼 도열하는 단위 블록 — 톤수가 클수록 키가 커진다 */
.fleet-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  min-height: 36px;
}
.fleet-bars i {
  display: block;
  width: 12px;
  border-radius: 3px;
  background: rgba(247, 246, 243, 0.82);
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.45s var(--ease);
  transition-delay: var(--bar-delay, 0s);
}
.fleet-bars i.plus {
  background: transparent;
  border: 1px dashed rgba(247, 246, 243, 0.4);
}
.revealed .fleet-bars i { transform: scaleY(1); }
.fleet-row[data-ton="1"]   .fleet-bars i { height: 14px; }
.fleet-row[data-ton="2.5"] .fleet-bars i { height: 21px; }
.fleet-row[data-ton="3.5"] .fleet-bars i { height: 27px; }
.fleet-row[data-ton="5"]   .fleet-bars i { height: 36px; width: 15px; }

.fleet-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 34px;
}
.fleet-total .total-num {
  font-size: clamp(52px, 8vw, 92px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-accent-soft);
}
.fleet-total .total-num .suffix { font-size: 0.32em; font-weight: 500; color: rgba(247, 246, 243, 0.6); margin-left: 6px; }
.fleet-total p { font-size: clamp(15px, 1.8vw, 18px); font-weight: 300; color: rgba(247, 246, 243, 0.75); max-width: 420px; }

/* ============================================================
   [메인] 실적 지표
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat {
  padding: 30px 26px 32px;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.stat .stat-num {
  display: block;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.stat .stat-num .suffix { font-size: 0.4em; font-weight: 500; color: var(--color-ink-soft); margin-left: 4px; }
.stat .stat-label { display: block; margin-top: 10px; font-size: 15px; font-weight: 500; }
.stat .stat-sub { display: block; margin-top: 2px; font-size: 13.5px; color: var(--color-ink-soft); }

/* ============================================================
   [메인] 시공사례 미리보기
   ============================================================ */
.cases { background: var(--color-brand); }
.cases-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cases-more {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-ink);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.cases-more:hover { color: var(--color-accent-deep); border-color: var(--color-accent-deep); }
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.case-card .ph { aspect-ratio: 4 / 3; width: 100%; border-radius: var(--radius-lg); }
.case-card figcaption {
  padding: 12px 2px 0;
  font-size: 14px;
  font-weight: 500;
}
.case-card figcaption span {
  display: block;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--color-ink-soft);
}

/* 사례 번호 배지 — 갤러리 안내 문구("사례 번호를 말씀해 주세요")와 짝을 이룸.
   이미지 모서리가 둥글어져 0,0에 붙이면 배지가 튀어나온다 → 안쪽으로 들여 알약 형태로 */
.case-card, .gallery-item figure { position: relative; }
.case-no {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 6px 12px;
  background: rgba(10, 10, 11, 0.82);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  border-radius: var(--radius-pill);
}

/* ============================================================
   [메인] 예약 유도 CTA
   ============================================================ */
.book { background: var(--color-ink); color: var(--color-paper); }
.book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.book-card {
  display: block;
  padding: 44px 40px 40px;
  border: 1px solid var(--color-line-dark);
  border-radius: var(--radius-lg);
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.book-card:hover { background: rgba(247, 246, 243, 0.05); border-color: rgba(247, 246, 243, 0.4); }
.book-card h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.book-card p { margin-top: 10px; font-size: 15px; font-weight: 300; color: rgba(247, 246, 243, 0.65); }
.book-card .go {
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-accent-soft);
}
.book-tel {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--color-line-dark);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.book-tel p { font-size: 15px; font-weight: 300; color: rgba(247, 246, 243, 0.65); }
.book-tel a {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--color-accent-soft);
}
.book-tel a:hover { color: var(--color-accent-soft); }

/* ============================================================
   [서브 공통] 페이지 헤더 밴드
   ============================================================ */
.page-head {
  background: var(--color-ink);
  color: var(--color-paper);
  padding: calc(var(--header-h) + clamp(48px, 8vw, 88px)) 0 clamp(40px, 6vw, 72px);
}
.page-head h1 {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.page-head .page-desc {
  margin-top: 14px;
  font-size: clamp(15px, 1.8vw, 17px);
  font-weight: 300;
  color: rgba(247, 246, 243, 0.68);
  max-width: 560px;
}

/* ============================================================
   [서브] 예약 페이지 — 절차 + 폼
   ============================================================ */
.reserve-layout {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
/* DOM은 폼이 먼저 — 모바일에서 폼이 바로 보이게. 데스크톱은 배치로 좌:절차 우:폼 유지 */
.reserve-layout > aside { grid-column: 1; grid-row: 1; }
.reserve-layout > .reserve-form { grid-column: 2; grid-row: 1; }
.process-list { border-top: 1px solid var(--color-ink); }
.process-list li {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-line);
}
.process-list .p-no {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-accent);
  padding-top: 3px;
  min-width: 24px;
}
.process-list h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 4px; }
.process-list p { font-size: 14px; color: var(--color-ink-soft); }
.process-note {
  margin-top: 24px;
  padding: 18px 20px;
  background: var(--color-brand);
  border-radius: var(--radius);
  font-size: 14px;
  color: var(--color-ink-soft);
}
.process-note strong { color: var(--color-ink); }

/* 폼 */
.form-field { margin-bottom: 22px; }
.form-field > label {
  display: block;
  font-size: 14.5px;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-field .req { color: var(--color-accent-deep); margin-left: 2px; }
.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="date"],
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.14);
  outline: none;
}
.form-field.invalid input, .form-field.invalid select { border-color: #A81D1D; }
.field-error {
  display: none;
  margin-top: 6px;
  font-size: 13px;
  color: #A81D1D;
}
.form-field.invalid .field-error { display: block; }
.field-row { display: grid; grid-template-columns: 180px 1fr; gap: 10px; }

.form-agree { display: flex; align-items: flex-start; gap: 10px; padding: 4px 0; }
.form-agree input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--color-ink); }
.form-agree label { font-size: 14.5px; }
.form-agree a { text-decoration: underline; text-underline-offset: 3px; color: var(--color-ink-soft); }
.form-submit { margin-top: 28px; }
.form-submit .btn { width: 100%; min-height: 58px; font-size: 17px; }
.form-submit .btn[disabled] { opacity: 0.55; cursor: not-allowed; }

.form-result { text-align: center; padding: 60px 20px; background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius-lg); }
.form-result h3 { font-size: 24px; font-weight: 800; margin-bottom: 12px; }
.form-result p { color: var(--color-ink-soft); margin-bottom: 24px; }
.form-result .btn { min-width: 240px; }

/* ============================================================
   [서브] 시공사례 갤러리 + 라이트박스
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item { cursor: pointer; padding: 0; text-align: left; width: 100%; }
.gallery-item .ph { aspect-ratio: 4 / 3; width: 100%; border-radius: var(--radius-lg); }
.gallery-item figcaption { padding: 10px 2px 0; font-size: 14px; font-weight: 500; }
.gallery-item figcaption span { display: block; font-size: 12.5px; font-weight: 400; color: var(--color-ink-soft); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 6, 7, 0.92);
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox-body { max-width: 900px; width: 100%; }
.lightbox-body .ph { aspect-ratio: 4 / 3; width: 100%; border-radius: var(--radius-lg); background: rgba(247,246,243,0.08); border-color: var(--color-line-dark); color: rgba(247,246,243,0.5); }
.lightbox-caption { margin-top: 14px; color: var(--color-paper); font-size: 15px; display: flex; justify-content: space-between; gap: 16px; }
.lightbox-caption .lb-count { color: rgba(247,246,243,0.5); }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  min-width: 44px; min-height: 44px;
  padding: 0 14px;
  color: var(--color-paper);
  font-size: 15px;
  font-weight: 500;
  background: rgba(247, 246, 243, 0.08);
  border: 1px solid rgba(247, 246, 243, 0.16);
  border-radius: var(--radius-pill);
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}
.lightbox-close { top: 20px; right: 24px; }
.lightbox-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { color: var(--color-accent-soft); }

/* ============================================================
   [서브] 고객센터
   ============================================================ */
.support-section + .support-section { margin-top: clamp(56px, 8vw, 88px); }
.support-section h2 {
  font-size: clamp(21px, 2.6vw, 27px);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.notice-list { display: grid; gap: 8px; }
.notice-list li { background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius); overflow: hidden; }
.notice-list a,
.notice-list .n-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  min-height: 44px;
  align-items: center;
  transition: background-color 0.2s var(--ease);
}
.notice-list a:hover { background: var(--color-brand); }
.notice-list .n-title { font-size: 15.5px; font-weight: 500; }
.notice-list .n-date { font-size: 13.5px; color: var(--color-ink-soft); white-space: nowrap; }

/* 내용이 있는 공지 — 제목 줄을 누르면 펼쳐진다 (관리자 페이지에서 내용을 적은 경우) */
.notice-list summary.n-item { cursor: pointer; list-style: none; }
.notice-list summary.n-item::-webkit-details-marker { display: none; }
.notice-list summary.n-item:hover { background: var(--color-brand); }
.notice-list summary.n-item .n-date::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 2px 2px 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s var(--ease);
}
.notice-list .n-fold[open] summary.n-item .n-date::after { transform: rotate(-135deg); }
.notice-list .n-body { padding: 0 18px 18px; font-size: 14.5px; color: var(--color-ink-soft); }
.notice-list .n-body p + p { margin-top: 10px; }

.download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 26px 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: #fff;
}
.download-box h3 { font-size: 17px; font-weight: 800; }
.download-box p { font-size: 14px; color: var(--color-ink-soft); margin-top: 4px; }
.download-box p a.dl-tel { color: var(--color-ink); font-weight: 800; border-bottom: 1px solid var(--color-line); }
.download-box p a.dl-tel:hover { color: var(--color-accent-deep); border-color: var(--color-accent-deep); }
.download-box .btn { white-space: nowrap; }
.dl-meta { font-size: 12px; font-weight: 500; opacity: 0.6; letter-spacing: 0.04em; }

.faq-list { display: grid; gap: 8px; }
.faq-list details { background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius); overflow: hidden; }
.faq-list summary {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 16px 18px;
  min-height: 44px;
  font-size: 15.5px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before {
  content: "Q";
  font-weight: 800;
  color: var(--color-accent);
}
.faq-list summary:hover { background: var(--color-brand); }
.faq-list .faq-a {
  padding: 0 18px 18px 44px;
  font-size: 14.5px;
  color: var(--color-ink-soft);
}

/* ============================================================
   [서브] 개인정보처리방침
   ============================================================ */
.legal-body { max-width: 800px; }
.legal-body h2 { font-size: 19px; font-weight: 800; margin: 40px 0 12px; }
.legal-body p, .legal-body li { font-size: 14.5px; color: var(--color-ink-soft); margin-bottom: 8px; }
.legal-body ul { padding-left: 18px; }
.legal-body ul li { list-style: disc; }
.legal-body table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 12px 0; font-size: 14px; border: 1px solid var(--color-line); border-radius: var(--radius); overflow: hidden; }
.legal-body th, .legal-body td { border-bottom: 1px solid var(--color-line); border-right: 1px solid var(--color-line); padding: 10px 12px; text-align: left; }
.legal-body tr:last-child th, .legal-body tr:last-child td { border-bottom: 0; }
.legal-body th:last-child, .legal-body td:last-child { border-right: 0; }
.legal-body th { background: var(--color-brand); font-weight: 500; }

/* ============================================================
   풀페이지 스냅 모드 — 메인 섹션 100vh 통일 (데스크톱 전용)
   JS의 스냅 조건(1024px+ · pointer fine · reduced-motion 아님)과 동일
   ============================================================ */
@media (min-width: 1024px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body[data-snap] .hero { height: 100vh; min-height: 0; }
  body[data-snap] .section {
    height: 100vh;
    min-height: max-content; /* 낮은 화면에서 콘텐츠가 잘리지 않도록 — 넘치면 JS가 경계 스크롤 처리 */
    padding: calc(var(--header-h) + 1vh) 0 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body[data-snap] .section > .container { width: 100%; }
  body[data-snap] .section-head { margin-bottom: clamp(20px, 4.5vh, 56px); }
  body[data-snap] .section-title { font-size: clamp(26px, 5.4vh, 44px); }

  /* 섹션별 세로 압축 — 720px 높이 화면 기준으로 한 화면에 수렴 */
  body[data-snap] .strength { padding-top: 2.6vh; padding-bottom: 3vh; }
  body[data-snap] .strength .no { margin-bottom: 3vh; }
  body[data-snap] .closing-grid { padding-bottom: 3.2vh; }
  body[data-snap] .closing-figures { gap: 1.8vh; }
  body[data-snap] .cf-item { padding-top: 1.4vh; }
  body[data-snap] .cf-num { font-size: clamp(26px, 5.2vh, 46px); }
  body[data-snap] .closing-steps { margin-top: 3.2vh; }
  body[data-snap] .closing-steps li { padding-top: 1.8vh; padding-bottom: 2vh; }
  body[data-snap] .cs-no { margin-bottom: 1.2vh; }
  body[data-snap] .scope-item { padding: 2.6vh 24px 3vh; }
  body[data-snap] .fleet .section-head { margin-bottom: 3vh; }
  body[data-snap] .fleet-row { padding: 1.3vh 0; }
  body[data-snap] .fleet-num { font-size: clamp(30px, 5.4vh, 44px); }
  body[data-snap] .fleet-total { padding-top: 2vh; }
  body[data-snap] .fleet-total .total-num { font-size: clamp(40px, 8.5vh, 84px); }
  body[data-snap] .stat { padding-top: 3.2vh; padding-bottom: 3.6vh; }
  body[data-snap] .case-card .ph { aspect-ratio: auto; height: 24vh; }
  body[data-snap] .book-card { padding: 4.5vh 40px 4vh; }
  body[data-snap] .book-card .go { margin-top: 3vh; }
  body[data-snap] .book-tel { margin-top: 4vh; padding-top: 3.2vh; }
}

/* ============================================================
   반응형 — 페이지 섹션
   ============================================================ */
@media (max-width: 960px) {
  .strengths-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .closing-grid { grid-template-columns: 1fr; align-items: start; }
  .closing-steps { grid-template-columns: 1fr 1fr; }
  .cases-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .reserve-layout { grid-template-columns: 1fr; }
  /* 1열이 되면 DOM 순서(폼 → 절차)를 그대로 따른다 */
  .reserve-layout > aside,
  .reserve-layout > .reserve-form { grid-column: 1; grid-row: auto; }
  .fleet-row { grid-template-columns: minmax(150px, 220px) 90px 1fr; gap: 16px; }
}

@media (max-width: 620px) {
  .strengths-grid { grid-template-columns: 1fr; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .scope-item { padding: 22px 18px 26px; }
  .closing-steps { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 100%; }
  .fleet-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "meta num" "bars bars";
    row-gap: 14px;
  }
  .fleet-meta { grid-area: meta; }
  .fleet-num { grid-area: num; }
  .fleet-bars { grid-area: bars; }
  .fleet-bars i { width: 9px; }
  .fleet-row[data-ton="5"] .fleet-bars i { width: 12px; }
  .field-row { grid-template-columns: 1fr; }
  /* 히어로가 한 화면에 담기도록 위아래 여백을 줄인다 */
  .hero-inner { padding-top: calc(var(--header-h) + 28px); }
  .hero-copy { padding-bottom: 32px; }
  /* 세로로 쌓이는 칩이 히어로를 한 화면 밖으로 밀어낸다 — 한 줄짜리로 눕힌다 */
  .hero-strip .container { gap: 8px; }
  .hero-strip-item {
    flex: 1 1 100%;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 14px 11px;
  }
  .hero-strip-item strong { display: inline; font-size: 17px; }
}

/* ============================================================
   실사 이미지 적용 (IMAGE_GUIDE.md 기준 — 이미지 AI가 추가)
   ============================================================ */
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: saturate(0.5) contrast(1.04);
}
/* 스크림 세 겹 — 히어로 전체를 균일하게 덮던 예전 방식은 영상을 거의 지웠다.
   ① 문구가 놓이는 좌하단만 타원으로 국소적으로 덮고 (우상단은 영상 그대로)
   ② 위 가장자리는 헤더 메뉴, ③ 아래 가장자리는 지표 칩을 받칠 만큼만 얇게.
   타원의 오른쪽·위쪽 끝(각각 82% · 10% 지점)은 화면 안에서 알파 0에 도달하므로
   경계선이 띠처럼 드러나지 않는다. 잘리는 쪽은 화면 밖 가장자리뿐이다. */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 62% 54% at 20% 64%,
                rgba(6, 6, 7, 0.86) 0%,
                rgba(6, 6, 7, 0.74) 30%,
                rgba(6, 6, 7, 0.44) 58%,
                rgba(6, 6, 7, 0.14) 82%,
                rgba(6, 6, 7, 0) 100%),
              linear-gradient(to bottom, rgba(6, 6, 7, 0.62) 0%, rgba(6, 6, 7, 0.18) 15%, rgba(6, 6, 7, 0) 30%),
              linear-gradient(to top, rgba(6, 6, 7, 0.58) 0%, rgba(6, 6, 7, 0.16) 22%, rgba(6, 6, 7, 0) 44%);
  pointer-events: none;
}
/* 좁은 화면에서는 문구가 폭을 거의 다 쓴다 — 타원을 가로로 넓히고 중앙 쪽으로 옮긴다.
   (위 규칙 뒤에 와야 덮어쓴다. 미디어쿼리 블록으로 위로 올리면 순서에 밀린다) */
@media (max-width: 620px) {
  .hero-bg::after {
    background: radial-gradient(ellipse 96% 50% at 42% 66%,
                  rgba(6, 6, 7, 0.86) 0%,
                  rgba(6, 6, 7, 0.76) 32%,
                  rgba(6, 6, 7, 0.48) 60%,
                  rgba(6, 6, 7, 0.16) 84%,
                  rgba(6, 6, 7, 0) 100%),
                linear-gradient(to bottom, rgba(6, 6, 7, 0.62) 0%, rgba(6, 6, 7, 0.18) 14%, rgba(6, 6, 7, 0) 28%),
                linear-gradient(to top, rgba(6, 6, 7, 0.6) 0%, rgba(6, 6, 7, 0.18) 20%, rgba(6, 6, 7, 0) 40%);
  }
}
.case-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
@media (min-width: 1024px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body[data-snap] .case-img { aspect-ratio: auto; height: 24vh; }
}
.lightbox-body .lb-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  background: rgba(247, 246, 243, 0.04);
  border-radius: var(--radius-lg);
}

