/* p29 — 쏘렌토 딜러 : L9 풀블리드 배너+중앙 단일컬럼 / F5 Inter+Spoqa Han Sans Neo / HD1 / HR4 / CT1 / FT2 */
:root {
  --accent: #9F1239;
  --accent-text: #7A0E2C;
  --bg: #FFF5F8;
  --ink: #2B1017;
  --font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Spoqa Han Sans Neo", "Inter", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  --footer-bg: #240A11;
  --footer-text: #EFC9D2;
}

/* HD1 : 좌 로고타입 + 우 가로 메뉴 */
.site-header { border-bottom: 1px solid #F6DDE4; }
.hd1-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; flex-wrap: wrap; gap: 10px; }
.logotype { font-family: var(--font-display); font-weight: 700; font-size: 18px; text-decoration: none; color: var(--accent-text); }
.site-header nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.site-header nav a { text-decoration: none; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.site-header nav a:hover { color: var(--accent-text); }

/* HR4 : 상단텍스트 + 하단 와이드 차량이미지, 프로필 좌측하단 고정 */
.hero.hr4 { padding-top: clamp(40px, 7vw, 72px); }
.hero-copy { text-align: center; max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero-copy h1 { font-size: clamp(30px, 4.4vw, 46px); color: var(--ink); }
.hero-lede { font-size: 17px; color: #5A2A35; }
.hero-band { position: relative; margin-top: clamp(28px, 5vw, 48px); height: clamp(280px, 40vw, 520px); overflow: hidden; }
.hero-slideshow img { animation-duration: 21s; }
.hero-slideshow img:nth-child(1) { animation-delay: 0s; }
.hero-slideshow img:nth-child(2) { animation-delay: 7s; }
.hero-slideshow img:nth-child(3) { animation-delay: 14s; }
.hero-profile-fixed { position: absolute; left: 20px; bottom: -30px; width: 76px; height: 76px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 6px 18px rgba(0,0,0,.2); }

/* L9 : 풀블리드 배너 + 중앙 단일컬럼 */
.l9-col { padding-block: clamp(56px, 8vw, 96px); }
.wrap--narrow { max-width: 720px; margin: 0 auto; }
.l9-col h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: .7em; }
.l9-col p { color: #4A2833; font-size: 15.5px; }
.section--muted { background: #FCE9EE; }
.l9-banner img { width: 100%; height: auto; max-height: 420px; object-fit: cover; }

.plain-list { margin: 0 0 1em; padding-left: 1.3em; }
.plain-list li { margin-bottom: .6em; color: #4A2833; }
.l9-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 20px; }
.l9-gallery picture img { border-radius: 8px; }
.l9-table-wrap { overflow-x: auto; margin: 18px 0; }
.l9-table { width: 100%; border-collapse: collapse; min-width: 460px; background: #fff; }
.l9-table th, .l9-table td { border: 1px solid #F6DDE4; padding: 11px 13px; text-align: center; font-size: 14.5px; }
.l9-table thead th { background: var(--accent); color: #fff; }
.l9-table tbody th { text-align: left; background: #FCE9EE; }

/* CT1 : 풀폭 컬러 밴드 + 중앙 버튼 3개 */
.cta.ct1 { background: var(--accent); color: #fff; padding-block: clamp(40px, 6vw, 64px); text-align: center; }
.cta.ct1 h2 { color: #fff; font-size: clamp(20px, 2.6vw, 26px); }
.cta-buttons--center { justify-content: center; }
.ct1 .btn-outline { border-color: #fff; color: #fff; }
.ct1 .btn-solid { background: #fff; color: var(--accent-text); }

/* FT2 : 2단(좌 사업자정보+고지문 / 우 페이지링크) */
.footer-grid2 { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-grid2 { grid-template-columns: 1.6fr 1fr; } }
.footer-left .footer-biz { margin-bottom: 16px; }
.footer-links p { margin: 0 0 8px; }
