:root {
  --bg: #f5f1e8;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --ink: #13212a;
  --muted: #52606d;
  --line: rgba(19, 33, 42, 0.12);
  --brand: #0f766e;
  --brand-deep: #0b4b46;
  --accent: #e7a53a;
  --shadow: 0 24px 70px rgba(15, 33, 42, 0.12);
  --radius: 28px;
  --container: min(1120px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(231, 165, 58, 0.22), transparent 25%),
    radial-gradient(circle at right center, rgba(15, 118, 110, 0.16), transparent 22%),
    linear-gradient(180deg, #f8f4ec 0%, #efe8dc 100%);
  line-height: 1.5;
}

.admin-body {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.1), transparent 28%),
    linear-gradient(180deg, #f8f4ec 0%, #efe8dc 100%);
}

body.redline-theme {
  --bg: #0f090a;
  --surface: rgba(23, 11, 13, 0.84);
  --surface-strong: rgba(20, 10, 12, 0.94);
  --ink: #f7ede9;
  --muted: #d3b9bb;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #c1121f;
  --brand-deep: #7c0d15;
  --accent: #ff4d5a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  background:
    radial-gradient(circle at top left, rgba(193, 18, 31, 0.26), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(255, 77, 90, 0.16), transparent 18%),
    linear-gradient(180deg, #120708 0%, #050202 100%);
  color: var(--ink);
}

body.offroad-theme {
  --bg: #11130d;
  --surface: rgba(31, 38, 24, 0.84);
  --surface-strong: rgba(24, 31, 18, 0.94);
  --ink: #f1ede3;
  --muted: #cbc1ae;
  --line: rgba(255, 255, 255, 0.1);
  --brand: #3f5a32;
  --brand-deep: #26361d;
  --accent: #9b6a34;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  background:
    radial-gradient(circle at top left, rgba(78, 106, 58, 0.22), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(155, 106, 52, 0.18), transparent 18%),
    linear-gradient(180deg, #171711 0%, #0c0d09 100%);
  color: var(--ink);
}

body.luxury-theme {
  --bg: #f2f4f7;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --ink: #101317;
  --muted: #59616a;
  --line: rgba(16, 19, 23, 0.12);
  --brand: #bcc3cc;
  --brand-deep: #6e7680;
  --accent: #dfe4ea;
  --shadow: 0 24px 70px rgba(8, 12, 18, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(164, 172, 182, 0.22), transparent 20%),
    linear-gradient(180deg, #fbfcfd 0%, #e7ebf0 100%);
  color: var(--ink);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(248, 244, 236, 0.72);
  border-bottom: 1px solid rgba(19, 33, 42, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  background: linear-gradient(145deg, var(--brand), var(--brand-deep));
  box-shadow: 0 12px 30px rgba(15, 118, 110, 0.25);
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text span:last-child {
  font-size: 0.83rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.theme-picker {
  display: inline-grid;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.theme-picker select {
  min-width: 8rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(19, 33, 42, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
}

.nav-links a {
  font-weight: 500;
  color: #1f2c36;
}

.nav-cta {
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: var(--ink);
  color: white !important;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(19, 33, 42, 0.06);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  padding: 4.5rem 0 3rem;
  background:
    linear-gradient(110deg, rgba(18, 24, 29, 0.66) 12%, rgba(18, 24, 29, 0.28) 46%, rgba(18, 24, 29, 0.08) 100%),
    url("assets/hero-regular-camry-studio.jpg") center center / cover no-repeat;
  color: white;
}

.hero-overlay {
  position: absolute;
  inset: auto -12% -22% auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 165, 58, 0.25), transparent 68%);
  filter: blur(10px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}

.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
}

.hero h1,
.section-heading h2,
.perks-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.03;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.9rem);
}

.hero-text,
.section-heading p,
.service-copy,
.service-note,
.panel-copy,
.perks-copy p,
.contact-copy p,
.contact-small {
  color: rgba(255, 255, 255, 0.84);
}

.hero-text {
  max-width: 42rem;
  margin: 1.4rem 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #f3bd62);
  color: #1a150d;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.hero-highlights div,
.hero-card,
.service-card,
.price-panel,
.perk-card,
.contact-card {
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-highlights div {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-highlights strong,
.card-label,
.service-tag,
.contact-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-highlights span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.hero-card {
  padding: 2rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.card-label {
  color: var(--brand);
}

.hero-card h2,
.service-card h3,
.price-panel h3,
.perk-card h3 {
  margin: 0.55rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
}

.hero-card p,
.service-card p,
.menu-panel p,
.addon-panel p,
.price-panel p,
.perk-card p {
  color: var(--muted);
}

.hero-card ul,
.price-panel ul,
.addon-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.hero-card li,
.price-panel li,
.addon-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--line);
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 44rem;
}

.rewards-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--brand-deep);
  font-weight: 700;
  cursor: pointer;
}

.rewards-badge::before {
  content: "Rewards";
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--brand), var(--brand-deep));
  color: white;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading.left p,
.intro .section-heading p {
  color: var(--muted);
}

.section-heading h2,
.perks-copy h2,
.contact-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.service-grid,
.pricing-grid,
.perks-grid,
.contact-shell,
.booking-shell,
.testimonial-shell,
.info-grid,
.service-menu,
.menu-board {
  display: grid;
  gap: 1.35rem;
}

.service-menu {
  grid-template-columns: 1.45fr 0.85fr;
  margin-top: 2rem;
}

.menu-board {
  grid-template-columns: 1fr;
}

.service-card,
.price-panel,
.perk-card,
.contact-card,
.info-card,
.booking-form,
.testimonial-card,
.testimonial-form,
.menu-panel,
.addon-panel {
  padding: 1.7rem;
  border-radius: var(--radius);
  background: var(--surface-strong);
  border: 1px solid rgba(19, 33, 42, 0.08);
}

.menu-panel.signature {
  background:
    linear-gradient(145deg, rgba(15, 118, 110, 0.08), rgba(255, 255, 255, 0.96)),
    var(--surface-strong);
}

.service-tag {
  color: var(--brand);
}

.menu-panel-head,
.addon-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.menu-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-lines {
  margin-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.menu-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.menu-line span {
  color: #1d2a33;
  font-weight: 500;
}

.menu-line strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

.compact .menu-line {
  padding: 0.9rem 0;
}

.service-note {
  margin: 1rem 0 0;
  color: var(--muted);
}

.addon-panel {
  background:
    linear-gradient(180deg, rgba(19, 33, 42, 0.98), rgba(15, 23, 30, 0.96));
  color: white;
}

.addon-panel h3,
.menu-panel h3 {
  margin: 0.2rem 0 0;
}

.addon-panel .service-tag {
  color: var(--accent);
}

.addon-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.addon-list.polished {
  margin-top: 1.3rem;
}

.addon-list.polished li {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.addon-list.polished span {
  color: rgba(255, 255, 255, 0.8);
}

.addon-list.polished strong {
  color: white;
}

.pricing-shell {
  padding: 2rem;
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(180deg, rgba(16, 32, 42, 0.98), rgba(15, 23, 30, 0.93)),
    url("assets/hero-car.jpg") center / cover no-repeat;
  color: white;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.price-panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.price-panel p,
.price-panel li span {
  color: rgba(255, 255, 255, 0.72);
}

.price-panel li strong {
  color: white;
}

.price-panel.accent {
  background: linear-gradient(160deg, rgba(231, 165, 58, 0.18), rgba(255, 255, 255, 0.08));
}

.info-strip {
  padding-top: 0;
}

.info-grid {
  grid-template-columns: repeat(2, 1fr);
}

.info-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(240, 248, 246, 0.92));
}

.info-label,
.form-kicker {
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand);
}

.info-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-shell,
.testimonial-shell {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.booking-copy p,
.booking-points span {
  color: var(--muted);
}

.booking-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.booking-points div {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(15, 118, 110, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.1);
}

.booking-points strong,
.testimonial-meta strong {
  display: block;
}

.booking-form,
.testimonial-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 236, 0.95));
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.booking-form label,
.testimonial-form label {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1f2c36;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.testimonial-form input,
.testimonial-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(19, 33, 42, 0.14);
  border-radius: 18px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.booking-form textarea,
.testimonial-form textarea {
  resize: vertical;
}

.testimonial-display {
  display: grid;
  gap: 1.25rem;
}

.testimonial-link,
.page-actions {
  margin-top: 1rem;
}

.testimonial-link {
  border-color: rgba(19, 33, 42, 0.14);
  background: rgba(15, 118, 110, 0.08);
  color: var(--brand-deep);
}

.testimonial-card {
  background:
    linear-gradient(145deg, rgba(15, 118, 110, 0.06), rgba(255, 255, 255, 0.96));
  color: #18242d;
}

.testimonials .section-heading p {
  color: var(--muted);
}

.testimonial-stars {
  margin-bottom: 0.85rem;
  color: var(--accent);
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.quote {
  margin: 0;
  font-size: 1.08rem;
  color: #18242d;
  line-height: 1.7;
}

.testimonial-meta {
  margin-top: 1.25rem;
}

.testimonial-meta strong {
  color: #13212a;
}

.testimonial-meta span {
  color: #42505c;
}

.testimonial-empty {
  border-style: dashed;
  border-color: rgba(19, 33, 42, 0.16);
}

.testimonial-empty .quote {
  color: #1f2c36;
}

.testimonials-page {
  min-height: calc(100vh - 82px);
}

.testimonials-page-shell {
  display: grid;
  gap: 2rem;
}

.testimonials-page .section-heading p {
  color: var(--muted);
}

.nav-links-static {
  position: static;
}

.site-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2000;
  max-width: min(24rem, calc(100vw - 2rem));
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  background: rgba(19, 33, 42, 0.96);
  color: white;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.modal-open {
  overflow: hidden;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal-shell.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 18, 0.72);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(46rem, 100%);
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(19, 33, 42, 0.08);
  box-shadow: var(--shadow);
}

.modal-card h2 {
  margin-top: 0;
  font-family: "Space Grotesk", sans-serif;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 33, 42, 0.08);
  color: var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
}

.modal-perk-cards {
  margin-top: 1.25rem;
}

body.redline-theme .site-header {
  background: rgba(12, 4, 5, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.offroad-theme .site-header {
  background: rgba(14, 16, 11, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.luxury-theme .site-header {
  background: rgba(246, 248, 250, 0.84);
  border-bottom-color: rgba(16, 19, 23, 0.08);
}

body.redline-theme .brand-text span:last-child,
body.redline-theme .nav-links a,
body.redline-theme .section-heading p,
body.redline-theme .intro .section-heading p,
body.redline-theme .booking-copy p,
body.redline-theme .booking-points span,
body.redline-theme .perks-copy p,
body.redline-theme .contact-copy p,
body.redline-theme .contact-small,
body.redline-theme .contact-details,
body.redline-theme .info-card p,
body.redline-theme .service-copy,
body.redline-theme .service-note,
body.redline-theme .menu-panel p,
body.redline-theme .testimonial-meta span,
body.redline-theme .footer-inner,
body.redline-theme .testimonials .section-heading p,
body.redline-theme .testimonials-page .section-heading p,
body.redline-theme .theme-picker {
  color: var(--muted);
}

body.offroad-theme .brand-text span:last-child,
body.offroad-theme .nav-links a,
body.offroad-theme .section-heading p,
body.offroad-theme .intro .section-heading p,
body.offroad-theme .booking-copy p,
body.offroad-theme .booking-points span,
body.offroad-theme .perks-copy p,
body.offroad-theme .contact-copy p,
body.offroad-theme .contact-small,
body.offroad-theme .contact-details,
body.offroad-theme .info-card p,
body.offroad-theme .service-copy,
body.offroad-theme .service-note,
body.offroad-theme .menu-panel p,
body.offroad-theme .testimonial-meta span,
body.offroad-theme .footer-inner,
body.offroad-theme .testimonials .section-heading p,
body.offroad-theme .testimonials-page .section-heading p,
body.offroad-theme .theme-picker {
  color: var(--muted);
}

body.luxury-theme .brand-text span:last-child,
body.luxury-theme .nav-links a,
body.luxury-theme .section-heading p,
body.luxury-theme .intro .section-heading p,
body.luxury-theme .booking-copy p,
body.luxury-theme .booking-points span,
body.luxury-theme .perks-copy p,
body.luxury-theme .contact-copy p,
body.luxury-theme .contact-small,
body.luxury-theme .contact-details,
body.luxury-theme .info-card p,
body.luxury-theme .service-copy,
body.luxury-theme .service-note,
body.luxury-theme .menu-panel p,
body.luxury-theme .testimonial-meta span,
body.luxury-theme .footer-inner,
body.luxury-theme .testimonials .section-heading p,
body.luxury-theme .testimonials-page .section-heading p,
body.luxury-theme .theme-picker {
  color: var(--muted);
}

body.redline-theme .brand-mark,
body.redline-theme .button-primary,
body.redline-theme .menu-chip,
body.redline-theme .testimonial-link,
body.redline-theme .perk-number,
body.redline-theme .form-kicker,
body.redline-theme .info-label,
body.redline-theme .service-tag,
body.redline-theme .contact-label,
body.redline-theme .rewards-badge::before {
  background-image: linear-gradient(145deg, #ff4d5a, #970d18);
  color: #fff4f1;
}

body.offroad-theme .brand-mark,
body.offroad-theme .button-primary,
body.offroad-theme .menu-chip,
body.offroad-theme .testimonial-link,
body.offroad-theme .perk-number,
body.offroad-theme .form-kicker,
body.offroad-theme .info-label,
body.offroad-theme .service-tag,
body.offroad-theme .contact-label,
body.offroad-theme .rewards-badge::before {
  background-image: linear-gradient(145deg, #7f8f4a, #4a5c2d);
  color: #f6f3e8;
}

body.luxury-theme .brand-mark,
body.luxury-theme .button-primary,
body.luxury-theme .menu-chip,
body.luxury-theme .testimonial-link,
body.luxury-theme .perk-number,
body.luxury-theme .form-kicker,
body.luxury-theme .info-label,
body.luxury-theme .service-tag,
body.luxury-theme .contact-label,
body.luxury-theme .rewards-badge::before {
  background-image: linear-gradient(145deg, #f7f8fa, #8a939d);
  color: #111418;
}

body.redline-theme .button-primary,
body.redline-theme .testimonial-link,
body.redline-theme .rewards-badge {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.offroad-theme .button-primary,
body.offroad-theme .testimonial-link,
body.offroad-theme .rewards-badge {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.luxury-theme .button-primary,
body.luxury-theme .testimonial-link,
body.luxury-theme .rewards-badge {
  border: 1px solid rgba(16, 19, 23, 0.08);
}

body.redline-theme .button-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #fff4f1;
}

body.offroad-theme .button-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #f6f3e8;
}

body.luxury-theme .button-secondary {
  border-color: rgba(16, 19, 23, 0.12);
  background: rgba(255, 255, 255, 0.5);
  color: #111418;
}

body.redline-theme .nav-cta,
body.redline-theme .dark,
body.redline-theme .addon-panel,
body.redline-theme .contact-card,
body.redline-theme .booking-form,
body.redline-theme .testimonial-form,
body.redline-theme .menu-panel,
body.redline-theme .info-card,
body.redline-theme .perk-card,
body.redline-theme .testimonial-card,
body.redline-theme .modal-card {
  background:
    linear-gradient(180deg, rgba(24, 11, 13, 0.96), rgba(10, 5, 6, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

body.offroad-theme .nav-cta,
body.offroad-theme .dark,
body.offroad-theme .addon-panel,
body.offroad-theme .contact-card,
body.offroad-theme .booking-form,
body.offroad-theme .testimonial-form,
body.offroad-theme .menu-panel,
body.offroad-theme .info-card,
body.offroad-theme .perk-card,
body.offroad-theme .testimonial-card,
body.offroad-theme .modal-card {
  background:
    linear-gradient(180deg, rgba(24, 31, 18, 0.96), rgba(13, 17, 10, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

body.luxury-theme .nav-cta,
body.luxury-theme .dark,
body.luxury-theme .addon-panel,
body.luxury-theme .contact-card,
body.luxury-theme .booking-form,
body.luxury-theme .testimonial-form,
body.luxury-theme .menu-panel,
body.luxury-theme .info-card,
body.luxury-theme .perk-card,
body.luxury-theme .testimonial-card,
body.luxury-theme .modal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(234, 238, 242, 0.96));
  border-color: rgba(16, 19, 23, 0.08);
  color: var(--ink);
}

body.redline-theme .hero {
  background:
    linear-gradient(110deg, rgba(3, 1, 1, 0.92) 10%, rgba(42, 7, 10, 0.78) 48%, rgba(193, 18, 31, 0.32) 100%),
    url("assets/hero-redline-corvette.jpg") center center / cover no-repeat;
}

body.offroad-theme .hero {
  background:
    linear-gradient(110deg, rgba(7, 9, 5, 0.92) 10%, rgba(26, 33, 18, 0.82) 48%, rgba(125, 92, 41, 0.36) 100%),
    url("assets/hero-offroad-rubicon.jpg") center center / cover no-repeat;
}

body.luxury-theme .hero {
  background:
    linear-gradient(110deg, rgba(7, 10, 13, 0.8) 12%, rgba(18, 24, 31, 0.46) 45%, rgba(12, 16, 22, 0.18) 100%),
    url("assets/hero-luxury-mercedes.jpg") center center / cover no-repeat;
}

body.luxury-theme .hero-grid {
  grid-template-columns: 1fr;
  align-items: end;
}

body.luxury-theme .hero-copy {
  max-width: 40rem;
}

body.luxury-theme .hero-stage {
  display: none;
}

body.redline-theme .hero-highlights div {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

body.offroad-theme .hero-highlights div {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

body.luxury-theme .hero-highlights div {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.24);
}

body.luxury-theme .hero-overlay {
  inset: auto -10% -20% auto;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
}

body.redline-theme .hero-highlights span,
body.redline-theme .hero-text {
  color: rgba(255, 244, 241, 0.84);
}

body.offroad-theme .hero-highlights span,
body.offroad-theme .hero-text {
  color: rgba(246, 243, 232, 0.84);
}

body.luxury-theme .hero-highlights span,
body.luxury-theme .hero-text {
  color: rgba(255, 255, 255, 0.86);
}

body.redline-theme .menu-line span,
body.redline-theme .booking-form label,
body.redline-theme .testimonial-form label,
body.redline-theme .contact-phone,
body.redline-theme .testimonial-meta strong,
body.redline-theme .quote,
body.redline-theme .info-card h3,
body.redline-theme .menu-panel h3,
body.redline-theme .addon-panel h3,
body.redline-theme .contact-card,
body.redline-theme .footer-inner p,
body.redline-theme .contact-copy h2,
body.redline-theme .section-heading h2,
body.redline-theme .testimonials-page h1,
body.redline-theme .modal-card h2,
body.redline-theme .modal-close {
  color: #fff4f1;
}

body.offroad-theme .menu-line span,
body.offroad-theme .booking-form label,
body.offroad-theme .testimonial-form label,
body.offroad-theme .contact-phone,
body.offroad-theme .testimonial-meta strong,
body.offroad-theme .quote,
body.offroad-theme .info-card h3,
body.offroad-theme .menu-panel h3,
body.offroad-theme .addon-panel h3,
body.offroad-theme .contact-card,
body.offroad-theme .footer-inner p,
body.offroad-theme .contact-copy h2,
body.offroad-theme .section-heading h2,
body.offroad-theme .testimonials-page h1,
body.offroad-theme .modal-card h2,
body.offroad-theme .modal-close {
  color: #f6f3e8;
}

body.luxury-theme .menu-line span,
body.luxury-theme .booking-form label,
body.luxury-theme .testimonial-form label,
body.luxury-theme .contact-phone,
body.luxury-theme .testimonial-meta strong,
body.luxury-theme .quote,
body.luxury-theme .info-card h3,
body.luxury-theme .menu-panel h3,
body.luxury-theme .addon-panel h3,
body.luxury-theme .contact-card,
body.luxury-theme .footer-inner p,
body.luxury-theme .contact-copy h2,
body.luxury-theme .section-heading h2,
body.luxury-theme .testimonials-page h1,
body.luxury-theme .modal-card h2,
body.luxury-theme .modal-close {
  color: #101317;
}

body.redline-theme .booking-form input,
body.redline-theme .booking-form select,
body.redline-theme .booking-form textarea,
body.redline-theme .testimonial-form input,
body.redline-theme .testimonial-form select,
body.redline-theme .testimonial-form textarea,
body.redline-theme .theme-picker select {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.08);
  color: #250c0f;
}

body.offroad-theme .booking-form input,
body.offroad-theme .booking-form select,
body.offroad-theme .booking-form textarea,
body.offroad-theme .testimonial-form input,
body.offroad-theme .testimonial-form select,
body.offroad-theme .testimonial-form textarea,
body.offroad-theme .theme-picker select {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.08);
  color: #1f1d15;
}

body.luxury-theme .booking-form input,
body.luxury-theme .booking-form select,
body.luxury-theme .booking-form textarea,
body.luxury-theme .testimonial-form input,
body.luxury-theme .testimonial-form select,
body.luxury-theme .testimonial-form textarea,
body.luxury-theme .theme-picker select {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(16, 19, 23, 0.12);
  color: #101317;
}

body.redline-theme .booking-points div,
body.redline-theme .testimonial-empty,
body.redline-theme .info-card,
body.redline-theme .perk-card::after {
  background: rgba(193, 18, 31, 0.12);
}

body.redline-theme .info-card,
body.redline-theme .booking-points div,
body.redline-theme .testimonial-empty {
  border-color: rgba(255, 255, 255, 0.08);
}

body.offroad-theme .booking-points div,
body.offroad-theme .testimonial-empty,
body.offroad-theme .info-card,
body.offroad-theme .perk-card::after {
  background: rgba(95, 123, 62, 0.12);
}

body.luxury-theme .booking-points div,
body.luxury-theme .testimonial-empty,
body.luxury-theme .info-card,
body.luxury-theme .perk-card::after {
  background: rgba(208, 214, 221, 0.34);
}

body.offroad-theme .info-card,
body.offroad-theme .booking-points div,
body.offroad-theme .testimonial-empty {
  border-color: rgba(255, 255, 255, 0.08);
}

body.luxury-theme .info-card,
body.luxury-theme .booking-points div,
body.luxury-theme .testimonial-empty {
  border-color: rgba(16, 19, 23, 0.08);
}

body.redline-theme .testimonial-stars {
  color: #ff8a93;
}

body.offroad-theme .testimonial-stars {
  color: #c8a16b;
}

body.luxury-theme .testimonial-stars {
  color: #6e7680;
}

body.redline-theme .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.offroad-theme .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.luxury-theme .site-footer {
  border-top: 1px solid rgba(16, 19, 23, 0.08);
}

body.redline-theme .site-toast {
  background: rgba(28, 7, 10, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.offroad-theme .site-toast {
  background: rgba(25, 31, 19, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.luxury-theme .site-toast {
  background: rgba(16, 19, 23, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.redline-theme .rewards-badge {
  background: rgba(193, 18, 31, 0.14);
  color: #fff4f1;
}

body.offroad-theme .rewards-badge {
  background: rgba(95, 123, 62, 0.14);
  color: #f6f3e8;
}

body.luxury-theme .rewards-badge {
  background: rgba(255, 255, 255, 0.62);
  color: #101317;
}

body.redline-theme .modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

body.offroad-theme .modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

body.luxury-theme .modal-backdrop {
  background: rgba(9, 12, 16, 0.66);
}

body.redline-theme .modal-close {
  background: rgba(255, 255, 255, 0.08);
}

body.offroad-theme .modal-close {
  background: rgba(255, 255, 255, 0.08);
}

body.luxury-theme .modal-close {
  background: rgba(16, 19, 23, 0.06);
}

.dark {
  border: 1px solid rgba(19, 33, 42, 0.08);
  background: var(--ink);
  color: white;
}

.perks-grid,
.contact-shell {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.perks-copy p,
.contact-copy p {
  color: var(--muted);
}

.perk-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.perk-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.perk-card::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: -2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.16), transparent 72%);
}

.perk-number {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  color: var(--brand);
}

.contact-card {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 236, 0.95));
}

.contact-card .contact-label {
  color: var(--brand);
}

.contact-phone {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--ink);
}

.contact-card .contact-small {
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--muted);
}

.full {
  width: 100%;
  margin-top: 1rem;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-status.is-success {
  color: var(--brand-deep);
}

.form-status.is-error {
  color: #b42318;
}

.site-footer {
  padding: 1.6rem 0 2.5rem;
}

.admin-auth-shell,
.admin-dashboard {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.admin-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.admin-auth-card,
.admin-card,
.admin-section {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 33, 42, 0.08);
  box-shadow: var(--shadow);
}

.admin-auth-card {
  width: min(30rem, 100%);
  padding: 2rem;
}

.admin-helper,
.admin-message,
.admin-notes p,
.admin-card-top p,
.admin-section-head span,
.subtle {
  color: var(--muted);
}

.admin-auth-form,
.admin-inline-form {
  display: grid;
  gap: 1rem;
}

.admin-filter-form {
  display: grid;
  gap: 0.45rem;
}

.admin-auth-form label,
.admin-inline-form label,
.admin-filter-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
  color: #1f2c36;
}

.admin-auth-form input,
.admin-inline-form select,
.admin-filter-form select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(19, 33, 42, 0.14);
  border-radius: 16px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.admin-checkbox {
  display: flex !important;
  align-items: center;
  gap: 0.7rem;
  font-weight: 500 !important;
}

.admin-checkbox input {
  width: auto;
  margin: 0;
}

.admin-alert {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--brand-deep);
  font-weight: 600;
}

.admin-alert-error {
  background: rgba(180, 35, 24, 0.1);
  color: #8f1d14;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-ghost {
  border-color: rgba(19, 33, 42, 0.14);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.admin-section {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.admin-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.admin-section-head h2,
.admin-card h3,
.admin-header h1,
.admin-auth-card h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1rem;
}

.admin-card {
  padding: 1.25rem;
}

.admin-card-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.admin-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-details {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0 0;
}

.admin-details div {
  display: grid;
  gap: 0.15rem;
}

.admin-details dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

.admin-details dd {
  margin: 0;
  color: var(--ink);
}

.admin-notes {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.admin-rating {
  margin: 1rem 0 0.5rem;
  font-weight: 700;
  color: var(--brand-deep);
}

.admin-message {
  margin: 0 0 1rem;
}

.admin-empty {
  display: grid;
  place-items: start;
}

.admin-inline-actions {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .pricing-grid,
  .perks-grid,
  .contact-shell,
  .perk-cards,
  .booking-shell,
  .testimonial-shell,
  .info-grid,
  .service-menu,
  .menu-board {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 13ch;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .pricing-shell {
    padding: 1.5rem;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 74px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.4rem;
    padding: 0.9rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(19, 33, 42, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-links-static {
    position: static;
    display: none;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 0.9rem 0.95rem;
    border-radius: 16px;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(15, 118, 110, 0.08);
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 3.2rem;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 13vw, 4.4rem);
  }

  .hero-card,
  .service-card,
  .price-panel,
  .perk-card,
  .contact-card,
  .info-card,
  .booking-form,
  .testimonial-card,
  .testimonial-form,
  .menu-panel,
  .addon-panel {
    padding: 1.35rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.3rem 0;
  }

  .footer-inner {
    flex-direction: column;
  }

  .admin-header,
  .admin-section-head {
    flex-direction: column;
  }
}

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