/* ============================================
   힘펠 전열교환기 H2A — Black & White Theme
   ============================================ */

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

:root {
  --black:    #0a0a0a;
  --black-d:  #000000;
  --gray-900: #111111;
  --gray-700: #333333;
  --gray-500: #666666;
  --gray-300: #999999;
  --gray-100: #e5e5e5;
  --gray-50:  #f5f5f5;
  --white:    #ffffff;
  --accent:   #111111;
  --radius:   14px;
  --shadow:   0 4px 24px rgba(0,0,0,.12);
  --border:   #e0e0e0;
  --text:     #111111;
  --muted:    #666666;
  --bg:       #f8f8f8;
}

html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif; color: var(--text); line-height: 1.7; background: var(--white); }
img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section    { padding: 88px 0; }

.label {
  display: inline-block;
  background: var(--gray-50); color: var(--gray-700);
  font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 16px; border-radius: 40px; margin-bottom: 12px;
  border: 1px solid var(--gray-100);
}

/* ============================================
   HEADER
   ============================================ */
#site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--white); border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(0,0,0,.07);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }

.logo { display: flex; align-items: center; gap: 11px; }
.logo-mark {
  width: 42px; height: 42px; background: var(--black);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.1rem; font-weight: 900;
}
.logo-text strong { display: block; font-size: 1.06rem; font-weight: 900; color: var(--black); line-height: 1.2; }
.logo-text span   { font-size: .67rem; color: var(--gray-500); letter-spacing: .04em; }

.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-menu a { font-size: .92rem; font-weight: 600; color: var(--gray-700); transition: color .2s; }
.nav-menu a:hover { color: var(--black); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-tel { font-weight: 800; font-size: .96rem; color: var(--black); }
.header-tel span { display: block; font-size: .62rem; font-weight: 400; color: var(--gray-500); text-align: center; }
.btn-consult {
  background: var(--black); color: #fff;
  padding: 9px 20px; border-radius: 8px; font-size: .87rem; font-weight: 700;
  transition: background .2s, transform .15s;
}
.btn-consult:hover { background: var(--gray-900); transform: translateY(-1px); }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--black); margin: 5px 0; transition: all .3s; }

/* ============================================
   HERO — 스플릿 스크린
   ============================================ */
#hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 92vh; }

.hero-left {
  background: var(--black);
  display: flex; align-items: center;
  padding: 80px 64px 80px 0;
}
.hero-left-inner { max-width: 520px; margin-left: auto; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  padding: 6px 18px; border-radius: 50px;
  font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: rgba(255,255,255,.75);
  margin-bottom: 28px;
}
.eyebrow-dot { width: 7px; height: 7px; background: #fff; border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero-left h1 {
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900;
  line-height: 1.2; color: #fff; margin-bottom: 20px;
}
.hero-left h1 em { color: rgba(255,255,255,.55); font-style: normal; }
.hero-left p { font-size: 1rem; color: rgba(255,255,255,.6); line-height: 1.85; margin-bottom: 36px; }

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  background: #fff; color: var(--black);
  padding: 15px 32px; border-radius: 10px; font-size: .96rem; font-weight: 800;
  box-shadow: 0 6px 24px rgba(0,0,0,.2);
  transition: background .2s, transform .2s;
}
.btn-primary:hover { background: var(--gray-100); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.35);
  padding: 15px 32px; border-radius: 10px; font-size: .96rem; font-weight: 700;
  transition: border-color .2s, background .2s;
}
.btn-outline:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }

.hero-right { position: relative; overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(30%); }
.hero-right-badge {
  position: absolute; bottom: 28px; left: 28px;
  background: rgba(0,0,0,.8); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff; border-radius: 12px; padding: 16px 22px;
  display: flex; align-items: center; gap: 14px;
}
.badge-icon { font-size: 1.8rem; }
.badge-text strong { display: block; font-size: .95rem; font-weight: 800; }
.badge-text span   { font-size: .75rem; color: rgba(255,255,255,.55); }

/* ============================================
   MARQUEE 띠
   ============================================ */
#marquee-bar { background: var(--black); overflow: hidden; padding: 13px 0; }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 22s linear infinite; }
.marquee-track span {
  font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.65);
  letter-spacing: .08em; padding: 0 36px;
}
.marquee-track span::before { content: '✦'; margin-right: 36px; color: rgba(255,255,255,.2); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================
   STATS
   ============================================ */
#stats { background: var(--white); }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.stat-block {
  padding: 40px 28px; text-align: center;
  border-right: 1.5px solid var(--border);
  transition: background .2s;
}
.stat-block:last-child { border-right: none; }
.stat-block:hover { background: var(--gray-50); }
.stat-num { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 900; color: var(--black); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: .85rem; color: var(--muted); font-weight: 600; }

/* ============================================
   PHOTO STRIP — 풀블리드
   ============================================ */
#photo-strip { background: var(--black); padding: 0; overflow: hidden; }
.strip-inner {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 3px; max-height: 560px;
}
.strip-item { position: relative; overflow: hidden; cursor: pointer; }
.strip-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s; aspect-ratio: 4/3;
  filter: grayscale(20%);
}
.strip-item:hover img { transform: scale(1.06); filter: grayscale(0%); }
.strip-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%);
  padding: 40px 24px 20px;
  transform: translateY(8px); opacity: 0; transition: all .3s;
}
.strip-item:hover .strip-caption { transform: translateY(0); opacity: 1; }
.strip-caption h4 { color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
.strip-caption p  { color: rgba(255,255,255,.6); font-size: .78rem; }
.strip-num {
  position: absolute; top: 16px; left: 16px;
  background: rgba(0,0,0,.75); color: #fff; border: 1px solid rgba(255,255,255,.2);
  font-size: .68rem; font-weight: 800; letter-spacing: .08em;
  padding: 4px 12px; border-radius: 50px;
}

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.96);
  flex-direction: column; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lb-main {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 100%; flex: 1; min-height: 0; padding: 0 60px;
}
.lb-main img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 4px; }
.lb-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.1); border: none; color: #fff;
  width: 44px; height: 44px; border-radius: 50%; font-size: 1.3rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lb-arrow:hover { background: rgba(255,255,255,.3); }
.lb-prev { left: 10px; }
.lb-next { right: 10px; }
.lb-close {
  position: fixed; top: 16px; right: 20px;
  background: none; border: none; color: #fff;
  font-size: 2rem; cursor: pointer; z-index: 10000;
}
.lb-footer {
  width: 100%; padding: 10px 16px 16px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  overflow-x: auto; scrollbar-width: none;
}
.lb-footer::-webkit-scrollbar { display: none; }
.lb-dot {
  flex: 0 0 64px; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px;
  cursor: pointer; opacity: .4; border: 2px solid transparent; transition: opacity .2s, border-color .2s;
}
.lb-dot.active { opacity: 1; border-color: #fff; }
.lb-dot img { width: 100%; height: 100%; object-fit: cover; }
.lb-vid { display: none; max-width: 100%; max-height: 80vh; border-radius: 4px; }
.lb-counter { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.55); font-size: .85rem; }

/* ============================================
   SERVICES — 3열 카드
   ============================================ */
#services { background: var(--white); }
.svc-head { text-align: center; margin-bottom: 52px; }
.svc-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: 12px; }
.svc-head h2 em { color: var(--gray-500); font-style: normal; }
.svc-head p { color: var(--muted); max-width: 520px; margin: 0 auto; }

.svc-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: var(--white); border-radius: var(--radius); padding: 36px 28px;
  border: 1.5px solid var(--border); text-align: center;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.svc-card:hover { border-color: var(--black); box-shadow: var(--shadow); transform: translateY(-6px); }
.svc-icon {
  width: 68px; height: 68px; border-radius: 16px;
  background: var(--gray-50); margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem; transition: background .25s;
}
.svc-card:hover .svc-icon { background: var(--black); }
.svc-card h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 10px; }
.svc-card p  { color: var(--muted); font-size: .87rem; line-height: 1.75; margin-bottom: 18px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.svc-tag {
  font-size: .72rem; font-weight: 700; color: var(--gray-700);
  background: var(--gray-50); padding: 3px 10px; border-radius: 50px;
  border: 1px solid var(--gray-100);
}

/* ============================================
   WHY — 블랙 배경 체크리스트
   ============================================ */
#why { background: var(--black); color: #fff; }

.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-text-col .label { background: rgba(255,255,255,.1); color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.15); }
.why-text-col h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 900; margin-bottom: 16px; color: #fff; line-height: 1.3; }
.why-text-col h2 em { color: rgba(255,255,255,.45); font-style: normal; }
.why-text-col > p { color: rgba(255,255,255,.55); margin-bottom: 32px; line-height: 1.8; }

.why-checklist { display: flex; flex-direction: column; gap: 14px; }
.why-check-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: 16px 20px;
  transition: background .2s, border-color .2s;
}
.why-check-item:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }
.why-check-icon {
  width: 32px; height: 32px; background: rgba(255,255,255,.12);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1rem;
}
.why-check-item h4 { font-size: .96rem; font-weight: 800; margin-bottom: 4px; color: #fff; }
.why-check-item p  { font-size: .83rem; color: rgba(255,255,255,.55); line-height: 1.6; }

.why-photo-col { position: relative; }
.why-photo-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto; gap: 6px;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.6);
}
.wpg-main { grid-column: span 2; position: relative; overflow: hidden; cursor: pointer; }
.wpg-main img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: transform .4s; filter: grayscale(15%); }
.wpg-main:hover img { transform: scale(1.04); filter: grayscale(0%); }
.wpg-sub  { position: relative; overflow: hidden; cursor: pointer; }
.wpg-sub img  { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .4s; filter: grayscale(15%); }
.wpg-sub:hover img { transform: scale(1.06); filter: grayscale(0%); }

/* ============================================
   PROCESS — 버티컬 넘버 타임라인
   ============================================ */
#process { background: var(--bg); }
.process-head { text-align: center; margin-bottom: 52px; }
.process-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: 12px; }
.process-head h2 em { color: var(--gray-500); font-style: normal; }
.process-head p { color: var(--muted); }

.vprocess { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.vprocess::before {
  content: ''; position: absolute;
  top: 44px; left: calc(12.5%); right: calc(12.5%);
  height: 1px; background: var(--gray-300);
}
.vproc-item { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.vproc-num-wrap {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--gray-300);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  transition: background .25s, border-color .25s;
}
.vproc-item:hover .vproc-num-wrap { background: var(--black); border-color: var(--black); }
.vproc-num-wrap .step-n { font-size: .65rem; font-weight: 800; color: var(--gray-500); letter-spacing: .1em; }
.vproc-num-wrap .step-icon { font-size: 1.5rem; }
.vproc-item:hover .vproc-num-wrap .step-n { color: rgba(255,255,255,.6); }
.vproc-item h4 { font-size: .98rem; font-weight: 800; margin-bottom: 8px; }
.vproc-item p  { font-size: .82rem; color: var(--muted); line-height: 1.65; }

/* ============================================
   REVIEWS — 슬라이더
   ============================================ */
#reviews { background: var(--white); }
.review-head { text-align: center; margin-bottom: 48px; }
.review-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: 12px; }
.review-head h2 em { color: var(--gray-500); font-style: normal; }
.review-head p { color: var(--muted); }

.review-slider { position: relative; overflow: hidden; }
.review-track { display: flex; gap: 24px; transition: transform .4s ease; }
.review-card {
  flex: 0 0 calc(33.333% - 16px);
  background: var(--gray-50); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 32px 28px;
  transition: border-color .2s, box-shadow .2s;
}
.review-card:hover { border-color: var(--black); box-shadow: var(--shadow); }
.review-stars { color: var(--black); font-size: .9rem; letter-spacing: 2px; margin-bottom: 14px; }
.review-text { font-size: .9rem; color: var(--gray-700); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.review-meta { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: .95rem; color: #fff; flex-shrink: 0;
}
.review-info strong { display: block; font-size: .88rem; font-weight: 700; }
.review-info span   { font-size: .77rem; color: var(--muted); }

.slider-nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 32px; }
.slider-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--white);
  color: var(--text); font-size: 1.1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s, background .2s;
}
.slider-btn:hover { border-color: var(--black); background: var(--black); color: #fff; }
.slider-dots { display: flex; gap: 8px; }
.slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gray-300); cursor: pointer; transition: background .2s, transform .2s;
}
.slider-dot.active { background: var(--black); transform: scale(1.3); }

/* ============================================
   Q&A
   ============================================ */
#qna { background: var(--bg); }
.qna-head { text-align: center; margin-bottom: 48px; }
.qna-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: 12px; }
.qna-head h2 em { color: var(--gray-500); font-style: normal; }
.qna-head p { color: var(--muted); }

.qna-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.qna-item {
  background: var(--white); border-left: 4px solid var(--gray-100);
  border-radius: 0 12px 12px 0; overflow: hidden;
  transition: border-color .2s;
}
.qna-item.open { border-color: var(--black); }
.qna-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 20px 24px;
  background: none; border: none; cursor: pointer; text-align: left;
  font-size: .96rem; font-weight: 700; color: var(--text);
}
.qna-q:hover { background: var(--gray-50); }
.qna-icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: var(--black); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; line-height: 1; transition: transform .3s;
}
.qna-item.open .qna-icon { transform: rotate(45deg); }
.qna-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 24px; }
.qna-item.open .qna-a { max-height: 300px; padding: 0 24px 20px; }
.qna-a p { color: var(--muted); line-height: 1.8; font-size: .92rem; }
.qna-item.qna-hidden { display: none; }
.qna-more-wrap { text-align: center; margin-top: 20px; }
#btnQnaMore {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 28px; border-radius: 8px;
  border: 1.5px solid var(--black); background: none;
  color: var(--black); font-size: .92rem; font-weight: 700;
  cursor: pointer; transition: background .2s, color .2s;
}
#btnQnaMore:hover { background: var(--black); color: #fff; }
#qnaMoreArrow { transition: transform .3s; display: inline-block; }
#btnQnaMore.open #qnaMoreArrow { transform: rotate(180deg); }

/* ============================================
   FOOTER
   ============================================ */
#site-footer { background: var(--black); color: rgba(255,255,255,.65); padding: 56px 0 28px; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 24px;
}
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo .logo-mark { width: 36px; height: 36px; font-size: 1rem; background: #fff; color: var(--black); }
.footer-logo strong { font-size: 1.02rem; color: #fff; font-weight: 900; }
.footer-desc { font-size: .85rem; line-height: 1.75; opacity: .55; margin-bottom: 18px; }
.footer-contact a { display: flex; align-items: center; gap: 8px; font-size: .87rem; margin-bottom: 8px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-contact a:hover { color: #fff; }
.footer-nav h5 { font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.footer-nav ul li { margin-bottom: 10px; }
.footer-nav ul a  { font-size: .86rem; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-nav ul a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px; font-size: .77rem; color: rgba(255,255,255,.28);
}
.bizinfo { display: flex; gap: 18px; flex-wrap: wrap; }

/* ============================================
   FLOATING
   ============================================ */
.float-contact { position: fixed; right: 24px; bottom: 32px; display: flex; flex-direction: column; gap: 12px; z-index: 800; }
.float-btn {
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: transform .2s, box-shadow .2s; cursor: pointer;
}
.float-btn:hover { transform: translateY(-3px) scale(1.08); box-shadow: 0 8px 28px rgba(0,0,0,.35); }
.float-call { background: var(--black); color: #fff; border: 2px solid rgba(255,255,255,.15); }
.float-top  { background: var(--gray-700); color: #fff; font-size: 1rem; }

/* ============================================
   MOBILE NAV
   ============================================ */
.mobile-nav { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(0,0,0,.6); }
.mobile-nav.open { display: flex; }
.mobile-nav-panel {
  background: var(--white); width: 285px; height: 100%;
  padding: 32px 24px; display: flex; flex-direction: column; gap: 6px;
  box-shadow: 4px 0 28px rgba(0,0,0,.2);
}
.mobile-nav-panel .close-btn { align-self: flex-end; background: none; border: none; font-size: 1.6rem; cursor: pointer; }
.mobile-nav-panel a { display: block; padding: 13px 0; font-size: 1rem; font-weight: 600; border-bottom: 1px solid var(--border); color: var(--text); }
.mobile-nav-panel .tel-row { margin-top: 20px; background: var(--gray-50); border-radius: 10px; padding: 14px 16px; text-align: center; border: 1px solid var(--border); }
.mobile-nav-panel .tel-row strong { display: block; color: var(--black); font-size: 1.05rem; }
.mobile-nav-panel .tel-row span   { font-size: .77rem; color: var(--muted); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media(max-width: 1024px) {
  .why-inner { grid-template-columns: 1fr; gap: 40px; }
  .why-photo-col { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media(max-width: 860px) {
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 24px; }
  .hero-left-inner { max-width: 100%; margin: 0; }
  .hero-right { min-height: 340px; }
  .svc-3col { grid-template-columns: 1fr; }
  .review-card { flex: 0 0 100%; }
  .vprocess { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .vprocess::before { display: none; }
}
@media(max-width: 768px) {
  .section { padding: 60px 0; }
  .nav-menu, .header-cta .btn-consult { display: none; }
  .hamburger { display: block; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-block:nth-child(2) { border-right: none; }
  .strip-inner { grid-template-columns: 1fr; max-height: none; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}
@media(max-width: 480px) {
  .hero-btns { flex-direction: column; }
  .btn-primary, .btn-outline { text-align: center; }
  .vprocess { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}
