/* =========================================================
   ATC LUXURY SUV PHOTO GALLERY
   Page: /luxury-suv-photo-gallery/
   Scoped to .atc-luxury-suv-page
   Intended for ATC Site Styles v1.6.3
   ========================================================= */

/* Hide the shared secondary-page banner because this page includes its own hero. */
body.atc-luxury-suv-gallery-page .atc-secondary-page-banner {
  display: none !important;
}

/* Neutralize decorative pseudo-elements added by the parent theme. */
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page h1::before,
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page h1::after,
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page h2::before,
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page h2::after,
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page p::before,
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page p::after {
  display: none !important;
  content: none !important;
}

/* Match the width behavior used by the existing vehicle gallery pages. */
body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page {
  position: relative;
  left: 50%;
  width: min(1320px, calc(100vw - 40px));
  max-width: none !important;
  margin: 40px 0 0;
  border-radius: 22px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  body.atc-luxury-suv-gallery-page .main.prose .atc-luxury-suv-page {
    width: min(100%, calc(100vw - 24px));
    margin-top: 24px;
    border-radius: 16px;
  }
}

.atc-luxury-suv-page {
  --suv-green: #14532d;
  --suv-green-dark: #0b2f1c;
  --suv-green-mid: #1d6540;
  --suv-gold: #c7a76c;
  --suv-gold-light: #e8d7b4;
  --suv-cream: #f8f5ee;
  --suv-white: #ffffff;
  --suv-text: #203128;
  --suv-muted: #68756d;
  --suv-border: #dce5df;
  --suv-shadow: 0 22px 55px rgba(12, 48, 29, 0.12);
  --suv-radius: 24px;
  --suv-max-width: 1180px;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--suv-text);
  background: var(--suv-white);
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
}

.atc-luxury-suv-page,
.atc-luxury-suv-page * {
  box-sizing: border-box;
}

.atc-luxury-suv-page a {
  color: var(--suv-green);
  font-weight: 700;
  text-decoration: none;
}

.atc-luxury-suv-page a:hover {
  color: var(--suv-green-dark);
}

.atc-suv-wrap {
  width: min(calc(100% - 36px), var(--suv-max-width));
  margin-right: auto;
  margin-left: auto;
}

.atc-suv-section {
  position: relative;
  padding: 92px 0;
}

.atc-suv-eyebrow,
.atc-suv-kicker {
  display: block;
  margin: 0 0 12px;
  color: var(--suv-gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atc-luxury-suv-page h1,
.atc-luxury-suv-page h2,
.atc-luxury-suv-page h3,
.atc-luxury-suv-page p {
  margin-top: 0;
}

.atc-luxury-suv-page h1,
.atc-luxury-suv-page h2,
.atc-luxury-suv-page h3 {
  color: var(--suv-green-dark);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.atc-luxury-suv-page h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.04;
}

.atc-luxury-suv-page h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.12;
}

.atc-luxury-suv-page h3 {
  font-size: 20px;
  line-height: 1.3;
}

/* HERO */

.atc-suv-hero {
  position: relative;
  padding: 82px 0 88px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 16%, rgba(199, 167, 108, 0.22), transparent 30%),
    radial-gradient(circle at 8% 85%, rgba(36, 115, 75, 0.45), transparent 38%),
    linear-gradient(135deg, #092b19 0%, #10452a 58%, #0b321f 100%);
  isolation: isolate;
}

.atc-suv-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 25%, #000 100%);
}

.atc-suv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 64px;
}

.atc-suv-hero__lead {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.atc-suv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.atc-suv-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.atc-suv-btn:hover {
  transform: translateY(-2px);
}

.atc-luxury-suv-page .atc-suv-btn--gold {
  color: #17351f;
  background: var(--suv-gold);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.18);
}

.atc-luxury-suv-page .atc-suv-btn--gold:hover {
  color: #102c1a;
  background: #d6ba84;
}

.atc-luxury-suv-page .atc-suv-btn--outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.32);
}

.atc-luxury-suv-page .atc-suv-btn--outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
}

.atc-suv-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.atc-suv-hero__trust span {
  position: relative;
  padding-left: 20px;
}

.atc-suv-hero__trust span::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--suv-gold);
  border-radius: 50%;
  content: "";
}

.atc-suv-hero__visual {
  position: relative;
  min-height: 450px;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.atc-suv-hero__visual::after {
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 48px solid rgba(199, 167, 108, 0.12);
  border-radius: 50%;
  content: "";
}

.atc-suv-visual__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 9px 14px;
  color: var(--suv-gold-light);
  background: rgba(7, 35, 20, 0.68);
  border: 1px solid rgba(199, 167, 108, 0.42);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atc-suv-illustration {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 28px auto 8px;
  color: var(--suv-gold);
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.25));
}

.atc-suv-visual__caption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.atc-suv-visual__caption strong {
  color: #ffffff;
  font-size: 16px;
}

.atc-suv-visual__caption span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
}

/* OVERVIEW */

.atc-suv-overview {
  background: #ffffff;
}

.atc-suv-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
  gap: 68px;
}

.atc-suv-overview__content p {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--suv-muted);
}

.atc-suv-overview__content a {
  border-bottom: 1px solid rgba(20, 83, 45, 0.25);
}

.atc-suv-spec-card {
  position: relative;
  padding: 32px;
  background: var(--suv-cream);
  border: 1px solid #e8e2d5;
  border-radius: var(--suv-radius);
  box-shadow: var(--suv-shadow);
}

.atc-suv-spec-card::before {
  position: absolute;
  top: 0;
  right: 34px;
  width: 74px;
  height: 5px;
  background: var(--suv-gold);
  border-radius: 0 0 7px 7px;
  content: "";
}

.atc-suv-spec-card__label {
  display: block;
  margin-bottom: 19px;
  color: var(--suv-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atc-suv-spec-card ul,
.atc-suv-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atc-suv-spec-card li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  color: #33453a;
  border-bottom: 1px solid #e4ded1;
  font-size: 14px;
  font-weight: 700;
}

.atc-suv-spec-card li:last-child {
  border-bottom: 0;
}

.atc-suv-spec-card li span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--suv-green-dark);
  background: rgba(199, 167, 108, 0.28);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.atc-suv-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 66px;
  overflow: hidden;
  background: var(--suv-green-dark);
  border-radius: 20px;
  box-shadow: var(--suv-shadow);
}

.atc-suv-feature-strip > div {
  position: relative;
  min-height: 126px;
  padding: 28px 24px;
}

.atc-suv-feature-strip > div + div::before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.atc-suv-feature-strip strong,
.atc-suv-feature-strip span {
  display: block;
}

.atc-suv-feature-strip strong {
  margin-bottom: 5px;
  color: var(--suv-gold-light);
  font-size: 17px;
}

.atc-suv-feature-strip span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

/* GALLERY */

.atc-suv-gallery-section {
  background: var(--suv-cream);
}

.atc-suv-section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.atc-suv-section-heading p {
  margin-bottom: 0;
  color: var(--suv-muted);
}

.atc-suv-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.atc-suv-photo-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--suv-border);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(13, 52, 31, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.atc-suv-photo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(13, 52, 31, 0.13);
}

.atc-suv-photo-placeholder {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 78% 22%, rgba(199, 167, 108, 0.22), transparent 30%),
    linear-gradient(145deg, #123e28 0%, #0c2e1c 100%);
  text-align: center;
}

.atc-suv-photo-placeholder::before,
.atc-suv-photo-placeholder::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.atc-suv-photo-placeholder::before {
  top: -62px;
  right: -52px;
  width: 180px;
  height: 180px;
}

.atc-suv-photo-placeholder::after {
  bottom: -78px;
  left: -58px;
  width: 210px;
  height: 210px;
}

.atc-suv-camera-icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 44px;
  margin-bottom: 20px;
  border: 3px solid var(--suv-gold);
  border-radius: 10px;
}

.atc-suv-camera-icon::before {
  position: absolute;
  top: 9px;
  left: 17px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--suv-gold);
  border-radius: 50%;
  content: "";
}

.atc-suv-camera-icon::after {
  position: absolute;
  top: -10px;
  left: 9px;
  width: 25px;
  height: 10px;
  background: var(--suv-gold);
  border-radius: 5px 5px 0 0;
  content: "";
}

.atc-suv-photo-placeholder strong,
.atc-suv-photo-placeholder small {
  position: relative;
  z-index: 1;
  display: block;
}

.atc-suv-photo-placeholder strong {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.atc-suv-photo-placeholder small {
  margin-top: 4px;
  color: var(--suv-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atc-suv-photo-card__caption {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 84px;
  padding: 18px 20px;
}

.atc-suv-photo-card__caption span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--suv-green-dark);
  background: rgba(199, 167, 108, 0.28);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.atc-suv-photo-card__caption h3 {
  margin: 0;
  font-size: 16px;
}

/* RESERVATION */

.atc-suv-reservation {
  background: #ffffff;
}

.atc-suv-reservation__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 68px;
}

.atc-suv-reservation p {
  color: var(--suv-muted);
}

.atc-suv-checklist {
  padding: 34px;
  background: #f1f7f3;
  border: 1px solid #d7e7dc;
  border-radius: var(--suv-radius);
}

.atc-suv-checklist h3 {
  margin-bottom: 20px;
  font-size: 23px;
}

.atc-suv-checklist li {
  position: relative;
  padding: 10px 0 10px 29px;
  color: #405248;
  border-bottom: 1px solid #dbe8df;
  font-size: 14px;
  font-weight: 700;
}

.atc-suv-checklist li:last-child {
  border-bottom: 0;
}

.atc-suv-checklist li::before {
  position: absolute;
  top: 14px;
  left: 1px;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid var(--suv-gold);
  border-left: 3px solid var(--suv-gold);
  content: "";
  transform: rotate(-45deg);
}

/* FINAL CTA */

.atc-suv-final-cta {
  padding: 0 0 78px;
  background: #ffffff;
}

.atc-suv-final-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 55px;
  padding: 54px 58px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 20%, rgba(199, 167, 108, 0.25), transparent 28%),
    linear-gradient(135deg, #0b301d, #14532d);
  border-radius: 28px;
  box-shadow: 0 28px 66px rgba(12, 48, 29, 0.2);
}

.atc-suv-final-cta__box h2 {
  max-width: 760px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 43px);
}

.atc-suv-final-cta__box p {
  max-width: 750px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.atc-suv-final-cta__actions {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  text-align: center;
}

.atc-luxury-suv-page .atc-suv-text-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.atc-luxury-suv-page .atc-suv-text-link:hover {
  color: var(--suv-gold-light);
}

.atc-suv-resource-note {
  max-width: 900px;
  margin: 28px auto 0;
  color: var(--suv-muted);
  font-size: 13px;
  text-align: center;
}

.atc-suv-resource-note a {
  border-bottom: 1px solid rgba(20, 83, 45, 0.24);
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .atc-suv-hero__grid,
  .atc-suv-overview__grid,
  .atc-suv-reservation__grid {
    grid-template-columns: 1fr;
  }

  .atc-suv-hero__grid {
    gap: 46px;
  }

  .atc-suv-hero__visual {
    min-height: 420px;
  }

  .atc-suv-overview__grid,
  .atc-suv-reservation__grid {
    gap: 44px;
  }

  .atc-suv-spec-card,
  .atc-suv-checklist {
    max-width: none;
  }

  .atc-suv-feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .atc-suv-feature-strip > div:nth-child(3)::before {
    display: none;
  }

  .atc-suv-feature-strip > div:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .atc-suv-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atc-suv-final-cta__box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .atc-suv-final-cta__actions {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .atc-suv-wrap {
    width: min(calc(100% - 28px), var(--suv-max-width));
  }

  .atc-suv-section {
    padding: 68px 0;
  }

  .atc-suv-hero {
    padding: 62px 0 66px;
  }

  .atc-luxury-suv-page h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .atc-luxury-suv-page h2 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .atc-suv-hero__lead {
    font-size: 16px;
  }

  .atc-suv-hero__actions,
  .atc-suv-final-cta__actions {
    width: 100%;
    max-width: none;
    flex-direction: column;
  }

  .atc-suv-btn {
    width: 100%;
  }

  .atc-suv-hero__trust {
    flex-direction: column;
    gap: 10px;
  }

  .atc-suv-hero__visual {
    min-height: 360px;
    padding: 22px;
    border-radius: 24px;
  }

  .atc-suv-illustration {
    margin-top: 44px;
  }

  .atc-suv-visual__caption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .atc-suv-feature-strip,
  .atc-suv-gallery {
    grid-template-columns: 1fr;
  }

  .atc-suv-feature-strip > div + div::before {
    display: none;
  }

  .atc-suv-feature-strip > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .atc-suv-photo-placeholder {
    min-height: 250px;
  }

  .atc-suv-final-cta__box {
    padding: 38px 24px;
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .atc-suv-spec-card,
  .atc-suv-checklist {
    padding: 26px 21px;
    border-radius: 19px;
  }

  .atc-suv-photo-card {
    border-radius: 17px;
  }

  .atc-suv-photo-placeholder {
    min-height: 225px;
  }
}

/* ACCESSIBILITY */

.atc-luxury-suv-page a:focus-visible {
  outline: 3px solid rgba(199, 167, 108, 0.9);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .atc-luxury-suv-page *,
  .atc-luxury-suv-page *::before,
  .atc-luxury-suv-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
