/* p13 — 기아 법인차 구매 : L3 우이미지·좌텍스트(L2 거울) / F6 Bebas Neue+Pretendard / HD1 / HR3(무차량) / CT6 / FT1 */
:root {
  --accent: #2F2F35;
  --accent-text: #2F2F35;
  --bg: #F5F5F7;
  --ink: #1D1D22;
  --font-display: "Bebas Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  --footer-bg: #19191D;
  --footer-text: #C7C7CD;
}

/* HD1 : 좌 로고타입 + 우 가로 메뉴 */
.site-header { border-bottom: 1px solid #E1E1E5; }
.hd1-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logotype { font-family: var(--font-display); font-weight: 400; letter-spacing: .03em; font-size: 21px; text-decoration: none; color: var(--accent); }
.site-header nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-header nav a { text-decoration: none; font-size: 14.5px; font-weight: 600; }
.site-header nav a:hover { color: var(--accent); }
@media (max-width: 640px) { .site-header nav ul { gap: 12px; flex-wrap: wrap; } }

/* HR3 : 차량 사진 슬라이드쇼 배경(.hero-slideshow는 base.css 공통 정의) + 중앙 텍스트, 프로필은 주 이미지로 승격 */
.hero.hr3--no-car {
  position: relative; overflow: hidden;
  background: var(--accent); color: #fff;
  padding-block: clamp(52px, 9vw, 100px);
  text-align: center;
}
.hr3--no-car .hero-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.hr3--no-car h1 { font-family: var(--font-display); font-weight: 400; letter-spacing: .02em; font-size: clamp(32px, 5.4vw, 54px); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.hr3--no-car .hero-lede { font-size: 16.5px; color: #D6D6DA; max-width: 54ch; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hr3--no-car .hero-profile { width: 128px; height: 128px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,.7); order: 3; }

/* L3 : 우 이미지(장식)·좌 텍스트, L2의 거울(짝수행 배경 교차로 시각 리듬) */
.l3-row { padding-block: clamp(36px, 6vw, 60px); }
.l3-row--muted { background: #EAEAEE; }
.l3-inner { display: grid; gap: 24px; align-items: start; }
@media (min-width: 760px) { .l3-inner { grid-template-columns: 1fr 96px; } }
.l3-visual { width: 88px; height: 88px; border-radius: 16px; background: #E2E2E7; color: var(--accent); display: flex; align-items: center; justify-content: center; order: 2; }
.l3-text { order: 1; }
.l3-text h2 { font-size: clamp(20px, 2.6vw, 26px); margin-bottom: .6em; }
.l3-text p { color: #47474D; }

/* CT6 : 대각선 클리핑 배경 + 버튼 3개 세로 */
.cta.ct6 {
  background: var(--accent); color: #fff; text-align: center;
  padding-block: clamp(56px, 9vw, 96px);
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
}
.ct6 h2 { color: #fff; font-size: clamp(20px, 2.8vw, 28px); margin-bottom: 1em; }
.cta-buttons--stack-center { flex-direction: column; align-items: center; gap: 14px; }
.cta-buttons--stack-center .btn { width: 220px; }
.ct6 .btn-outline { border-color: #fff; color: #fff; }
.ct6 .btn-solid { background: #fff; color: var(--accent); }

/* FT1 : 3단 그리드 */
.footer-grid { display: grid; gap: 26px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1.4fr; } }
.footer-links p { margin: 0 0 8px; }
