@font-face {
  font-family: 'Kia';
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureRegular.eot") format('embedded-opentype');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureRegular.woff2") format('woff2');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureRegular.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Kia';
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureLight.eot") format('embedded-opentype');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureLight.woff2") format('woff2');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureLight.woff") format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Kia';
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureBold.eot") format('embedded-opentype');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureBold.woff2") format('woff2');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureBold.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'Kia', sans-serif;
}
/* ─── Variables (Tokens) ─────────────────────────────── */
/* ─── Reset ─────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* ─── Page ───────────────────────────────────────────── */
html,
body {
  height: 100%;
}
body {
  font-family: 'Kia', sans-serif !important;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  padding: 0 8px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("https://bucket.dealeralchemist.com/halleen-kia/halleen-crown-padding.png?auto=compress%2Cformat&ixlib=php-1.3.1"), url("https://bucket.dealeralchemist.com/halleen-kia/halleen-crown-padding.png?auto=compress%2Cformat&ixlib=php-1.3.1");
  background-repeat: repeat, repeat;
  background-size: 210px 210px, 210px 210px;
  background-position: 0 0, 105px 105px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1023px) {
  body {
    height: auto;
    overflow-y: auto;
    padding: 0 clamp(8px, 2.4vw, 24px);
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #f9f9f9;
  }
}
.page {
  display: flex;
  gap: clamp(8px, calc(100vw - 1016px), 140px);
  align-items: stretch;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page {
    flex-direction: column;
    gap: 64px;
    height: auto;
    width: 100%;
  }
}
/* ─── Panel ──────────────────────────────────────────── */
.panel {
  width: 500px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  background-color: rgba(0,0,0,0);
}
@media (max-width: 1023px) {
  .panel {
    width: 100%;
    box-shadow: none;
  }
}
/* ─── Hero ───────────────────────────────────────────── */
.hero {
  flex: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  background-color: #323a43;
}
@media (max-width: 1023px) {
  .hero {
    flex: none;
    height: 360px;
  }
}
.hero-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
}
/* Background photo + gradient */
.hero-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-olmsted .hero-img-wrap {
  height: 617px;
}
@media (max-width: 1023px) {
  .hero-olmsted .hero-img-wrap {
    height: 75%;
  }
}
.hero-sandusky .hero-img-wrap {
  height: 624px;
}
@media (max-width: 1023px) {
  .hero-sandusky .hero-img-wrap {
    height: 75%;
  }
}
.hero-img {
  position: absolute;
  max-width: none;
  display: block;
}
.hero-olmsted .hero-img {
  width: 1080px;
  height: auto;
  left: -254px;
  top: -130px;
}
@media (max-width: 1023px) {
  .hero-olmsted .hero-img {
    width: 100%;
    height: 100%;
    left: 0;
    transform: scale(1.5);
    transform-origin: top center;
    object-fit: cover;
  }
}
.hero-sandusky .hero-img {
  width: 992px;
  height: auto;
  left: -244px;
  top: -180px;
}
@media (max-width: 1023px) {
  .hero-sandusky .hero-img {
    width: 80%;
    height: 160%;
    left: 0;
    transform: scale(1.5);
    transform-origin: top center;
    object-fit: cover;
  }
}
/* Gradients */
.hero-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gradient-olmsted {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 35.1%, #323a43 96.2%);
}
@media (max-width: 1023px) {
  .gradient-olmsted {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, #323a43 95%);
  }
}
.gradient-sandusky {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 13.9%, #323a43 96.2%);
}
@media (max-width: 1023px) {
  .gradient-sandusky {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, #323a43 95%);
  }
}
/* ─── Kia Brand Elements ──────────────────────────────── */
.brand-logo {
  position: absolute;
  width: 119px;
  height: 75px;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
@media (max-width: 1023px) {
  .brand-logo {
    width: 79px;
    height: 50px;
    bottom: 121px;
  }
}
.dealer-name {
  position: absolute;
  color: #fff;
  bottom: 70px;
  font-size: 20px;
  display: flex;
  text-align: justify;
  width: 100%;
  justify-content: center;
}
/* ─── Address ────────────────────────────────────────── */
.address {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 20;
}
@media (max-width: 1023px) {
  .address {
    font-size: 14px;
  }
}
.address a {
  position: relative;
  z-index: 20;
  color: #fff;
  text-decoration: none;
}
.icon-map {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* ─── CTA Section ────────────────────────────────────── */
.cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .cta {
    padding: 8px;
    gap: 8px;
  }
}
.phone-row {
  display: flex;
  gap: 8px;
}
.phone-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease ease-in-out;
  -moz-transition: box-shadow 0.2s ease ease-in-out;
  -o-transition: box-shadow 0.2s ease ease-in-out;
  transition: box-shadow 0.2s ease ease-in-out;
  border: 1px solid #323a43;
  color: #323a43;
}
.phone-btn:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}
@media (max-width: 1023px) {
  .phone-btn {
    gap: 2px;
    padding: 0 16px;
    height: 44px;
  }
}
.phone-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1023px) {
  .phone-label {
    font-size: 12px;
  }
}
.phone-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1023px) {
  .phone-number {
    font-size: 16px;
    gap: 4px;
  }
}
.icon-phone {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .icon-phone {
    width: 16px;
    height: 16px;
  }
}
/* Action buttons */
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: box-shadow 0.2s ease ease-in-out;
  -moz-transition: box-shadow 0.2s ease ease-in-out;
  -o-transition: box-shadow 0.2s ease ease-in-out;
  transition: box-shadow 0.2s ease ease-in-out;
  background-color: #323a43;
}
.action-btn:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transform: translateY(-1px);
  color: #fff !important;
}
@media (max-width: 1023px) {
  .action-btn {
    font-size: 16px;
    padding: 0;
    height: 40px;
  }
  .action-btn.shop-new,
  .action-btn.shop-used {
    flex: 1;
  }
  .action-btn.schedule {
    width: 100%;
  }
}
.shop-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  .shop-row {
    flex-direction: row;
  }
}
