/* ============ Standard Motors — Est. 1960 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy-950: #070d18;
  --navy-900: #0a1428;
  --navy-800: #0f2240;
  --navy-700: #16305c;
  --navy-600: #1e3f78;
  --ink: #0b0e13;
  --white: #f7f9fc;
  --paper: #f2f4f8;
  --dim: rgba(247,249,252,0.68);
  --dark-dim: #55607a;
  --border: rgba(255,255,255,0.1);
  --border-dark: rgba(11,14,19,0.1);
  --accent: #d7e33a;
  --gold: #ffc531;
  --radius: 18px;
  --font-head: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 124px; }

body {
  font-family: var(--font-body);
  background: var(--navy-950);
  color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.section-sub {
  color: var(--dim);
  font-size: 17px;
  max-width: 560px;
  margin-bottom: 48px;
}

.accent-text { color: var(--accent); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--font-head);
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1.5px solid transparent;
  cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn-lg { padding: 17px 34px; font-size: 16px; }

.btn-accent {
  background: var(--accent);
  color: var(--ink);
}
.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -10px rgba(215,227,58,0.5);
}

.btn-glass {
  background: rgba(255,255,255,0.08);
  border-color: var(--border);
  color: var(--white);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-glass:hover { border-color: rgba(255,255,255,0.35); transform: translateY(-2px); }

.btn-navy {
  background: var(--navy-700);
  color: var(--white);
}
.btn-navy:hover { background: var(--navy-600); transform: translateY(-2px); }

.btn-outline-navy {
  border-color: rgba(11,14,19,0.22);
  color: var(--ink);
  background: transparent;
}
.btn-outline-navy:hover { background: var(--navy-700); border-color: var(--navy-700); color: #fff; transform: translateY(-2px); }

/* ============ Topbar ============ */
.topbar {
  background: var(--navy-700);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 8px 20px;
  text-align: center;
}
.topbar p {
  font-size: 13px;
  color: var(--dim);
  letter-spacing: 0.01em;
}
.topbar a {
  color: var(--accent);
  border-bottom: 1px solid rgba(215,227,58,0.4);
  transition: border-color 0.2s ease;
}
.topbar a:hover { border-color: var(--accent); }
.topbar strong { font-family: var(--font-head); font-weight: 700; }
.topbar-arrow { color: var(--accent); }

/* ============ Nav ============ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7,13,24,0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--border);
  box-shadow: 0 10px 40px -20px rgba(0,0,0,0.7);
}

.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { width: 52px; height: 52px; flex: 0 0 auto; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.45)); }
.brand-mark-lg { width: 74px; height: 74px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 16.5px; letter-spacing: 0.04em; }
.brand-sub { font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }

.nav-links { display: flex; gap: 26px; }
.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--dim);
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--white); }

.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--white);
  white-space: nowrap;
}
.nav-phone svg { width: 17px; height: 17px; color: var(--accent); }
.nav-book { padding: 11px 22px; font-size: 14px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 24px; height: 2.5px; border-radius: 2px; background: var(--white); }

.nav-mobile {
  display: none;
  flex-direction: column;
  background: rgba(7,13,24,0.97);
  backdrop-filter: blur(18px);
  padding: 6px 24px 22px;
  border-bottom: 1px solid var(--border);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  padding: 14px 4px;
  font-weight: 600;
  font-size: 16px;
  color: var(--dim);
  border-bottom: 1px solid var(--border);
}
.nav-mobile a:last-child { border-bottom: 0; }
.nav-mobile-call { color: var(--accent) !important; font-family: var(--font-head); }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 130px 0 110px;
  isolation: isolate;
}

.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 62% 68%;
  transform: scale(1.06);
  animation: heroZoom 14s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7,13,24,0.94) 22%, rgba(10,20,40,0.72) 55%, rgba(10,20,40,0.45)),
    linear-gradient(0deg, rgba(7,13,24,0.9) 0%, transparent 35%);
}

.hero-content { max-width: 1140px; margin: 0 auto; padding: 0 28px; width: 100%; }

.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.badge svg { width: 15px; height: 15px; color: var(--accent); }

.hero-title {
  font-family: var(--font-head);
  font-size: clamp(44px, 8vw, 92px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--dim);
  max-width: 560px;
  margin-bottom: 38px;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }

.hero-stats {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 20px 30px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; }
.stat-num {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  display: inline;
}
.stat-plus { font-family: var(--font-head); font-weight: 800; font-size: 30px; color: var(--accent); display: inline; }
.stat > .stat-num, .stat > .stat-plus { display: inline-block; }
.stat { flex-direction: row; align-items: baseline; gap: 2px; flex-wrap: wrap; }
.stat-label { font-size: 12.5px; color: var(--dim); width: 100%; letter-spacing: 0.03em; }
.gold-stars { color: var(--gold); letter-spacing: 1px; }
.stat-divider { width: 1px; height: 44px; background: var(--border); }

.hero-fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 90px;
  background: linear-gradient(transparent, var(--navy-950));
  z-index: -1;
}

/* entrance animation */
.rise {
  opacity: 0;
  transform: translateY(28px);
  animation: rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--d) * 0.13s + 0.15s);
}
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

/* ============ Marquee ============ */
.marquee {
  background: var(--accent);
  color: var(--ink);
  overflow: hidden;
  white-space: nowrap;
  padding: 13px 0;
  transform: rotate(-0.6deg) scale(1.01);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  animation: marquee 30s linear infinite;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.marquee-track i { font-style: normal; font-size: 9px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ Prices ============ */
.prices {
  background: var(--paper);
  color: var(--ink);
  padding: 110px 0 90px;
}
.prices .eyebrow { color: var(--navy-700); }
.prices .accent-text {
  color: var(--navy-700);
}
.prices .section-sub { color: var(--dark-dim); }

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
  max-width: 1020px;
  margin: 0 auto;
}

.price-card {
  background: #fff;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -22px rgba(11,20,40,0.35);
}

.price-card.featured {
  background: var(--navy-800);
  color: var(--white);
  border-color: var(--navy-700);
  box-shadow: 0 30px 60px -25px rgba(15,34,64,0.55);
  transform: scale(1.04);
  z-index: 1;
}
.price-card.featured:hover { transform: scale(1.04) translateY(-6px); }
.price-card.featured .price-desc, .price-card.featured ul li { color: var(--dim); }
.price-card.featured ul li::before { color: var(--accent); }

.tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.tag-value { background: var(--navy-700); color: #fff; }

.price-card h3 {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.price {
  font-family: var(--font-head);
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.price sup { font-size: 22px; vertical-align: super; margin-right: 1px; }
.price span { font-size: 22px; }

.price-desc { font-size: 13.5px; color: var(--dark-dim); margin-bottom: 18px; }

.price-card ul { margin-bottom: 26px; flex: 1; }
.price-card ul li {
  font-size: 13.5px;
  color: #3c4356;
  padding: 5px 0 5px 22px;
  position: relative;
}
.price-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 800;
  color: var(--navy-700);
}

.prices-note { text-align: center; margin-top: 44px; color: var(--dark-dim); font-size: 15.5px; }
.prices-note a { color: var(--navy-700); }

/* ============ MOT info ============ */
.mot-info { padding: 120px 0; background: var(--navy-950); }
.mot-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.mot-text > p { color: var(--dim); margin-bottom: 18px; max-width: 560px; }
.mot-text .btn { margin-top: 12px; }

.mot-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  margin: 8px 0 22px;
  max-width: 480px;
}
.mot-checklist li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 15px;
}
.mot-checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--accent);
  clip-path: polygon(14% 44%, 0 60%, 40% 100%, 100% 16%, 84% 4%, 38% 72%);
}

.photo-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--navy-900);
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8);
}
.photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.photo-card:hover img { transform: scale(1.04); }
.photo-card figcaption {
  padding: 16px 20px;
  font-size: 13.5px;
  color: var(--dim);
  border-top: 1px solid var(--border);
}

/* ============ Services ============ */
.services { padding: 30px 0 120px; background: var(--navy-950); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.03);
  padding: 26px 24px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.service:hover {
  transform: translateY(-4px);
  border-color: rgba(215,227,58,0.4);
  background: rgba(255,255,255,0.05);
}
.service h3 {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.service p { font-size: 13.5px; color: var(--dim); }
.service-cta { border-style: dashed; }
.service-cta a { color: var(--accent); font-weight: 700; }

/* ============ Reviews ============ */
.reviews {
  background: var(--paper);
  color: var(--ink);
  padding: 110px 0;
}
.reviews .eyebrow { color: var(--navy-700); }
.reviews .accent-text { color: var(--gold); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px -24px rgba(11,20,40,0.3);
}
.review-stars { color: var(--gold); font-size: 18px; letter-spacing: 3px; margin-bottom: 16px; }
.review-card p { font-size: 15px; color: #333a4d; flex: 1; }
.review-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.review-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--navy-700);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.review-card cite { font-style: normal; font-weight: 700; font-size: 14.5px; display: block; }
.review-card footer span:not(.review-avatar) { font-size: 12.5px; color: var(--dark-dim); }
.review-card footer div { line-height: 1.35; }

/* ============ Heritage ============ */
.heritage { padding: 120px 0; background: var(--navy-900); position: relative; overflow: hidden; }
.heritage::before {
  content: '1960';
  position: absolute;
  right: -40px; top: 20px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 280px;
  line-height: 1;
  color: rgba(255,255,255,0.028);
  pointer-events: none;
}
.heritage-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.photo-card-tall img { aspect-ratio: 3 / 4; }
.heritage-text > p { color: var(--dim); margin-bottom: 18px; max-width: 560px; }
.heritage-text strong, .heritage-text em { color: var(--white); }

.heritage-points { display: flex; gap: 40px; margin-top: 34px; flex-wrap: wrap; }
.point { display: flex; flex-direction: column; }
.point-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 30px;
  color: var(--accent);
}
.point span:last-child { font-size: 13px; color: var(--dim); letter-spacing: 0.04em; }

/* ============ Find us ============ */
.find-us { padding: 120px 0; background: var(--navy-950); }
.find-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-top: 46px;
  align-items: stretch;
}
.find-info {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}
.find-photo img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.find-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 32px;
  padding: 30px;
}
.detail h3 {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 8px;
}
.detail p { font-size: 14.5px; color: var(--dim); }
.detail a { color: var(--white); font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.25); }
.detail a:hover { border-color: var(--accent); }
.dim { color: var(--dim); }

.find-map {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  position: relative;
  background: var(--navy-800);
}
.find-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(1.03);
}
.map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--dim);
  text-align: center;
  font-size: 15px;
}
.map-fallback svg { width: 44px; height: 44px; color: var(--accent); }
.map-directions {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 11px;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 30px -8px rgba(0,0,0,0.6);
  transition: transform 0.2s ease;
}
.map-directions:hover { transform: translateY(-2px); }
.map-directions svg { width: 15px; height: 15px; }

/* ============ Final CTA ============ */
.final-cta {
  padding: 110px 0 130px;
  background: linear-gradient(180deg, var(--navy-950), var(--navy-800));
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: -40% -20% auto;
  height: 130%;
  background: radial-gradient(ellipse at 50% 0%, rgba(215,227,58,0.09), transparent 60%);
  pointer-events: none;
}
.cta-mark { width: 96px; height: 96px; margin: 0 auto 28px; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.5)); }
.final-cta h2 {
  font-family: var(--font-head);
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 14px;
}
.final-cta > .wrap > p { color: var(--dim); font-size: 17px; margin-bottom: 38px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ Footer ============ */
.footer { background: var(--ink); padding: 54px 0 0; }
.footer-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.footer-brand { display: flex; align-items: center; gap: 16px; margin-right: auto; }
.footer-name { font-family: var(--font-head); font-weight: 800; letter-spacing: 0.05em; }
.footer-tag { font-size: 13px; color: var(--dim); max-width: 300px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: 14px; color: var(--dim); font-weight: 600; }
.footer-links a:hover { color: var(--white); }
.footer-social { display: flex; align-items: center; gap: 20px; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.social-btn:hover { border-color: var(--accent); background: rgba(215,227,58,0.06); }
.social-btn svg { width: 16px; height: 16px; }
.footer-phone { font-family: var(--font-head); font-weight: 800; font-size: 16px; color: var(--accent); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 12.5px; color: rgba(247,249,252,0.45); }
.footer-credit a { color: inherit; }

/* ============ Mobile call bar ============ */
.callbar {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 300;
  display: none;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(7,13,24,0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  box-shadow: 0 18px 50px -12px rgba(0,0,0,0.75);
  transform: translateY(120%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.callbar.show { transform: translateY(0); }
.callbar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  border-radius: 11px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14.5px;
}
.callbar svg { width: 17px; height: 17px; }
.callbar-prices { border: 1.5px solid var(--border); color: var(--white); }
.callbar-call { background: var(--accent); color: var(--ink); }

/* ============ Scroll reveal ============ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--rd, 0s);
}
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .reveal { animation: none; opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .hero-bg img { animation: none; transform: none; }
}

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-6px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
}

@media (max-width: 900px) {
  .mot-grid, .heritage-grid, .find-grid { grid-template-columns: 1fr; gap: 44px; }
  .heritage-visual { order: 2; }
  .reviews-grid { grid-template-columns: 1fr; max-width: 560px; }
  .hero-stats { gap: 20px; padding: 18px 22px; }
  .stat-divider { display: none; }
}

@media (max-width: 720px) {
  .nav-right { display: none; }
  .nav-toggle { display: flex; }
  .brand-name { font-size: 14.5px; }
  .brand-sub { font-size: 9px; white-space: nowrap; }
  .topbar { padding: 7px 14px; }
  .topbar p { font-size: 11.5px; }
  .brand-mark { width: 44px; height: 44px; }
  .price-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .find-details { grid-template-columns: 1fr; }
  .callbar { display: flex; }
  .hero { padding-bottom: 90px; }
  .hero-actions .btn { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 26px; }
  .footer-bottom { flex-direction: column; }
  body { padding-bottom: 76px; }
}
