:root {
  --car-yellow: #e5f800;
  --car-dark: #080c14;
  --car-dark-card: #111726;
  --bg-main: #ffffff;
  --header-bg: #ffffff;
  --car-text-main: #0e131f;
  --car-text-muted: #5e697a;
  --font-heading: "Syne", sans-serif;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --border-light: #eaedf2;
  --max-width: 1400px;
}

body {
  font-family: var(--font-body);
  color: var(--car-text-main);
  background-color: var(--bg-main);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.main-header-bar,
.ast-main-header-wrap {
  background-color: var(--header-bg) !important;
}

/* ==========================================================================
   Reference Angled Topbar (Yellow Polygon Cutout)
   ========================================================================== */
.reference-topbar-wrapper {
  background-color: var(--header-bg);
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

.topbar-angled-cut {
  background-color: var(--car-yellow);
  clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 10px 40px 10px 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-nav-item {
  color: #000 !important;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar-divider {
  color: #000;
  opacity: 0.3;
  font-weight: 700;
}

/* ==========================================================================
   Single Product Glassmorphism Banner
   ========================================================================== */
.product-reference-hero {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.hero-overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.hero-banner-container {
  position: relative;
  z-index: 2;
}

.glass-hero-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 45px 50px;
  max-width: 650px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.glass-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  display: block;
}

.glass-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 14px 0 20px;
}

.glass-title {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  color: #080c14;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}

/* ==========================================================================
   Widescreen Containers & Layout
   ========================================================================== */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}

.section-padded {
  padding: 100px 0;
  position: relative;
}

.with-vertical-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(234, 237, 242, 0) 0%,
    rgba(234, 237, 242, 1) 15%,
    rgba(234, 237, 242, 1) 85%,
    rgba(234, 237, 242, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.section-tag {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--car-text-muted);
  display: block;
  margin-bottom: 8px;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 900;
  color: var(--car-text-main);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}

.gold-separator {
  width: 50px;
  height: 4px;
  background-color: var(--car-yellow);
  margin: 18px auto 40px;
}

/* Buttons */
.btn-detailing-primary {
  background-color: var(--car-yellow);
  color: #000 !important;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 36px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--car-yellow);
  transition: all 0.25s ease;
}

.btn-detailing-primary.sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn-detailing-primary:hover {
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}

.btn-detailing-outline {
  background-color: transparent;
  color: var(--car-text-main) !important;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 36px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--car-text-main);
  margin-left: 14px;
  transition: all 0.25s ease;
}

.btn-detailing-outline:hover {
  background-color: var(--car-text-main);
  color: #fff !important;
}

/* Hero */
.detailing-hero {
  padding: 80px 0 100px;
  background: var(--bg-main);
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
}

.badge-pill {
  display: inline-block;
  background-color: #f1f4f9;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 50px;
  margin-bottom: 20px;
}

.hero-heading {
  font-family: var(--font-heading);
  font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 24px;
  letter-spacing: -0.03em;
  color: var(--car-dark);
}

.hero-heading .text-highlight {
  color: #000;
  background: linear-gradient(180deg, transparent 65%, var(--car-yellow) 65% 100%);
  padding: 0 4px;
}

.hero-subtext {
  font-size: 18px;
  color: var(--car-text-muted);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 580px;
}

.angled-car-showcase {
  position: relative;
}

.angled-car-showcase::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -5%;
  width: 100%;
  height: 90%;
  background: #f4f6fa;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  z-index: 1;
}

.main-car-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.12));
}

.floating-stat-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--car-dark);
  color: #fff;
  padding: 18px 26px;
  border-left: 4px solid var(--car-yellow);
  z-index: 3;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: var(--car-yellow);
  display: block;
}

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Story */
.story-section {
  background-color: #fafbfc;
}
.story-copy {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.85;
  color: var(--car-text-muted);
}

/* Studio Highlight */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.feature-subtext {
  font-size: 17px;
  color: var(--car-text-muted);
  line-height: 1.65;
  margin: 20px 0 35px;
}

.stats-pills {
  display: flex;
  gap: 20px;
}

.pill-item {
  border: 1px solid var(--border-light);
  padding: 18px 24px;
  background: #ffffff;
  border-radius: 8px;
  flex: 1;
  text-align: center;
}

.pill-number {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--car-dark);
  display: block;
}

.pill-desc {
  font-size: 12px;
  color: var(--car-text-muted);
  text-transform: uppercase;
  font-weight: 600;
}

.rounded-studio-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   Products Grid 6-Card Container
   ========================================================================== */
.services-six-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.service-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  padding: 18px;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.service-img-wrap {
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.06);
}

.product-card .service-title a {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--car-dark);
  text-decoration: none;
}

.product-price-tag {
  color: var(--car-text-muted);
  font-weight: 800;
  font-size: 17px;
  margin: 8px 0 16px;
}

.product-card-action {
  margin-top: auto;
}

.highlight-card {
  background: var(--car-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px;
}

.circle-icon-btn {
  width: 65px;
  height: 65px;
  background-color: var(--car-yellow);
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.highlight-card h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 24px;
}

.highlight-card p {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 22px;
}

/* Process */
.massive-heading {
  font-family: var(--font-heading);
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--car-dark);
  margin: 0;
}

.sub-process-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 5px 0 15px;
}

.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.step-card {
  text-align: left;
}

.step-num {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 900;
  color: var(--car-yellow);
  display: block;
}

.step-card h4 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0;
}

.step-card p {
  color: var(--car-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Spotlight */
.booth-spotlight-section {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.booth-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-play-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pulsing-action-btn {
  width: 130px;
  height: 130px;
  background-color: var(--car-yellow);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 15px rgba(229, 248, 0, 0.35);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% { box-shadow: 0 0 0 0 rgba(229, 248, 0, 0.6); }
  70% { box-shadow: 0 0 0 25px rgba(229, 248, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 248, 0, 0); }
}

/* Dark Appointment Section */
.appointment-dark-section {
  background-color: var(--car-dark);
  padding: 100px 0;
  color: #fff;
}

.appointment-title {
  font-family: var(--font-heading);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.appointment-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 50px auto 0;
}

.appointment-form-grid input,
.appointment-form-grid select {
  width: 100%;
  padding: 18px 22px;
  background: var(--car-dark-card);
  border: 1px solid #222b40;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-family: var(--font-body);
}

.appointment-form-grid input:focus,
.appointment-form-grid select:focus {
  border-color: var(--car-yellow);
  outline: none;
}

.full-width {
  grid-column: 1 / -1;
}

.form-feedback {
  margin-top: 15px;
  font-weight: 600;
}
.form-feedback.success { color: var(--car-yellow); }
.form-feedback.error { color: #ff5555; }

/* Reviews */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.review-box {
  background: #fbfcfd;
  border: 1px solid var(--border-light);
  padding: 40px 30px;
  border-top: 4px solid var(--car-yellow);
  text-align: left;
}

.quote-icon {
  font-family: var(--font-heading);
  font-size: 55px;
  line-height: 1;
  color: var(--car-yellow);
}

.review-text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--car-text-muted);
  margin: 15px 0 20px;
}

.reviewer-name {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  display: block;
}

.verified-tag {
  font-size: 12px;
  color: #10b981;
  font-weight: 600;
}

/* Gallery */
.gallery-six-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}

.gallery-item {
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 4px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Contact Footer Banner */
.contact-callout-section {
  background-color: #05080e;
  padding: 90px 20px;
  color: #fff;
  border-top: 1px solid #1a2233;
}

.callout-tag {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 12px;
}

.massive-phone-link {
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 68px);
  color: var(--car-yellow) !important;
  text-decoration: none;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.locations-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  gap: 50px;
  border-top: 1px solid #1a2233;
  padding-top: 35px;
}

.location-col h5 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 6px;
  font-family: var(--font-heading);
}

.location-col p {
  color: #94a3b8;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 991px) {
  .legal-strip-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .social-navy-container {
    justify-content: center;
  }
  .quick-links-list {
    justify-content: center;
    gap: 20px;
  }
}

 
/* Responsive */
@media (max-width: 1024px) {
  .hero-grid,
  .feature-grid,
  .appointment-form-grid,
  .locations-dual-grid {
    grid-template-columns: 1fr;
  }
  .services-six-grid,
  .reviews-grid,
  .gallery-six-grid,
  .process-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .topbar-angled-cut {
    clip-path: none;
    padding: 10px 20px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .services-six-grid,
  .reviews-grid,
  .gallery-six-grid,
  .process-steps-grid,
  .appointment-form-grid {
    grid-template-columns: 1fr;
  }
  .topbar-angled-cut {
    flex-direction: column;
    gap: 8px;
  }
  .topbar-divider {
    display: none;
  }
  .hero-actions .btn-detailing-outline {
    margin-left: 0;
    margin-top: 12px;
  }
   .quick-links-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
 
/* ==========================================================================
   KILL ASTRA DEFAULT FOOTER & SCROLL ARROW
   ========================================================================== */
.site-footer,
.ast-footer-overlay,
.ast-small-footer,
.ast-builder-footer-grid-columns,
#ast-scroll-top {
  display: none !important;
}

/* ==========================================================================
   TIER 1: QUICK NAVIGATION LINKS STRIP
   ========================================================================== */
.footer-quick-links-strip {
  background-color: #f6f8fa;
  border-top: 1px solid #e1e7ed;
  border-bottom: 1px solid #e1e7ed;
  padding: 24px 0;
}

.quick-links-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.quick-links-list li a {
  color: #0b57d0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.quick-links-list li a:hover {
  text-decoration: underline;
  color: #0842a0;
}

/* ==========================================================================
   TIER 2: NAVY BLUE SOCIAL MEDIA STRIP (Screenshot 2 Match)
   ========================================================================== */
.footer-social-navy-strip {
  background-color: #020c22;
  padding: 16px 0;
  color: #ffffff;
}

.social-navy-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social-inner-right {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.social-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.social-icons-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icons-group a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icons-group a:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* ==========================================================================
   TIER 3: WHITE COPYRIGHT & LEGAL DISCLAIMER STRIP (Screenshot 2 Match)
   ========================================================================== */
.footer-legal-copyright-strip {
  background-color: #ffffff;
  padding: 35px 0 45px;
  border-top: 1px solid #f0f0f0;
}

.legal-strip-container {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 40px;
}

.eastman-style-logo {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  display: block;
}

.footer-disclaimer-content p {
  font-size: 12px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

/* Force Astra parent containers to full width vertical block flow */
#page,
.site-content,
.ast-container,
#primary,
#main,
.entry-content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.detailing-page-wrapper {
  display: block !important;
  width: 100% !important;
  clear: both !important;
}

.hero-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  align-items: center !important;
  width: 100% !important;
}