:root {
  --navy: #071522;
  --navy-2: #0c2235;
  --blue: #058bd1;
  --blue-bright: #20b3ff;
  --gold: #efad00;
  --gold-light: #ffc72c;
  --ink: #101820;
  --muted: #5d6973;
  --line: #dfe5e9;
  --soft: #f3f6f8;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(1, 16, 28, 0.16);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(5, 18, 30, 0.94);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: 250px;
  max-height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,0.22));
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  margin-left: auto;
}
.desktop-nav a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: var(--white); }
.desktop-nav .nav-review { color: var(--gold-light); }
.header-text { flex: 0 0 auto; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}
.button-primary {
  color: #07131d;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 26px rgba(239, 173, 0, 0.25);
}
.button-primary:hover { box-shadow: 0 16px 32px rgba(239, 173, 0, 0.35); }
.button-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.46);
  background: rgba(255,255,255,0.07);
}
.button-secondary:hover { background: rgba(255,255,255,0.15); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--navy); }
.button-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--navy); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: 0.88rem; }
.button-large { min-height: 60px; padding-inline: 30px; font-size: 1.06rem; }
.button-icon { font-size: 1.1em; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 585px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-art {
  z-index: -3;
  background-image: url("assets/shades-of-tint-road.jpg");
  background-image: image-set(url("assets/shades-of-tint-road.webp") type("image/webp"), url("assets/shades-of-tint-road.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: 69% center;
  transform: scale(1.015);
}
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,12,21,0.97) 0%, rgba(3,16,28,0.89) 36%, rgba(2,13,22,0.42) 67%, rgba(2,13,22,0.10) 100%),
    linear-gradient(0deg, rgba(3,15,26,0.68), transparent 42%);
}
.hero-inner { padding-block: 76px; }
.hero-card {
  width: min(690px, 63vw);
  padding: 40px 42px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  color: var(--white);
  background: rgba(4, 17, 29, 0.64);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow.dark { color: #8d6500; }
.hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 5vw, 4.85rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}
.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: clamp(1.05rem, 1.4vw, 1.21rem);
}
.hero-copy a { color: var(--white); font-weight: 900; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.text-note { margin: 17px 0 0; color: rgba(255,255,255,0.73); font-size: 0.89rem; }
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.hero-facts span {
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.trust-strip { background: var(--navy); color: var(--white); border-top: 1px solid rgba(255,255,255,0.12); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 23px 30px; border-right: 1px solid rgba(255,255,255,0.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-label { display: block; color: rgba(255,255,255,0.57); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.trust-grid strong { display: block; margin-top: 3px; font-size: 1rem; }

.section { padding-block: 92px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2,
.video-copy h2,
.quote-heading h2,
.location-copy h2,
.faq-grid h2,
.final-inner h2,
.review-inner h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.042em;
}
.section-heading > p:last-child,
.video-copy > p,
.quote-heading > p,
.location-copy > p,
.review-inner p { color: var(--muted); }
.section-heading > p:last-child { margin: 15px 0 0; font-size: 1.08rem; }

.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  position: relative;
  min-height: 300px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(3,20,32,0.06);
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -84px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 35px solid rgba(5,139,209,0.08);
}
.service-number { color: var(--blue); font-weight: 950; letter-spacing: 0.12em; }
.service-card h3 { margin: 42px 0 12px; font-size: 1.52rem; line-height: 1.2; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }

.video-section { color: var(--white); background: linear-gradient(145deg, var(--navy), #0b2d48); }
.video-grid { display: grid; grid-template-columns: 0.78fr 1.5fr; gap: 58px; align-items: center; }
.video-copy h2 { color: var(--white); }
.video-copy > p { color: rgba(255,255,255,0.72); }
.text-link { color: var(--gold-light); font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  background: #000;
  box-shadow: 0 30px 65px rgba(0,0,0,0.35);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.quote-section { background: var(--white); }
.quote-layout { display: grid; grid-template-columns: 0.9fr 1.25fr; gap: 80px; align-items: start; }
.quote-heading { position: sticky; top: 115px; }
.quote-heading .button { margin-top: 22px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--soft);
}
.steps li > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: var(--white);
  background: var(--blue);
  font-weight: 950;
}
.steps h3 { margin: 1px 0 4px; font-size: 1.2rem; }
.steps p { margin: 0; color: var(--muted); }

.review-band { padding-block: 52px; background: linear-gradient(120deg, var(--gold-light), var(--gold)); }
.review-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.review-stars { color: var(--navy); font-size: 1.45rem; letter-spacing: 0.08em; }
.review-inner h2 { font-size: clamp(2rem, 3.8vw, 3rem); color: var(--navy); }
.review-inner p { margin: 7px 0 0; color: rgba(7,21,34,0.76); }
.review-inner .eyebrow { margin-bottom: 6px; }

.location-section { background: var(--soft); }
.location-grid { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: 54px; align-items: stretch; }
.location-copy {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.location-copy address {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
  font-size: 1.14rem;
}
.location-copy > p { margin: 22px 0 0; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.location-reminder { padding: 15px 16px; border-radius: 12px; background: var(--soft); font-size: 0.91rem; }
.map-frame { min-height: 540px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #dbe4e8; }
.map-frame iframe { width: 100%; height: 100%; min-height: 540px; border: 0; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 75px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 23px 48px 23px 0;
  font-weight: 850;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 7px; top: 16px; color: var(--blue); font-size: 1.7rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 50px 24px 0; color: var(--muted); }

.final-cta { padding-block: 66px; color: var(--white); background: linear-gradient(120deg, var(--navy), #0a3555); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-inner h2 { color: var(--white); }

.site-footer { padding: 64px 0 30px; color: rgba(255,255,255,0.72); background: #030c13; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 0.72fr); gap: 40px; }
.footer-brand img { width: 280px; max-height: 92px; object-fit: contain; margin-bottom: 15px; filter: drop-shadow(0 7px 18px rgba(0,0,0,0.3)); }
.footer-brand p { max-width: 390px; }
.site-footer h2 { margin: 0 0 13px; color: var(--white); font-size: 0.83rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.site-footer a { color: rgba(255,255,255,0.82); text-decoration-color: rgba(255,255,255,0.25); text-underline-offset: 4px; }
.site-footer a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; }
.mobile-actions { display: none; }

@media (max-width: 1000px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 0.84rem; }
  .brand img { width: 220px; max-height: 65px; }
  .hero-card { width: min(660px, 72vw); }
  .video-grid { grid-template-columns: 1fr; }
  .video-copy { max-width: 720px; }
  .quote-layout { gap: 45px; }
  .location-grid { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 450px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 780px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { position: sticky; }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand img { width: 195px; max-height: 58px; }
  .desktop-nav { display: none; }
  .header-text { margin-left: auto; padding: 10px 14px; font-size: 0.78rem; }

  .hero { display: block; min-height: 0; }
  .hero-art { position: relative; inset: auto; z-index: 0; width: 100%; aspect-ratio: 16 / 7; background-position: 70% center; transform: none; }
  .hero-shade { display: none; }
  .hero-inner { width: 100%; padding: 0; }
  .hero-card {
    width: 100%;
    padding: 42px max(22px, calc((100vw - min(calc(100vw - 30px), var(--container))) / 2));
    border: 0;
    border-radius: 0;
    background: linear-gradient(145deg, var(--navy), #0b2a43);
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .trust-grid > div:last-child { border-bottom: 0; }

  .section { padding-block: 68px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 28px; }
  .video-grid { gap: 32px; }
  .quote-layout, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .quote-heading { position: static; }
  .review-inner { grid-template-columns: 1fr; gap: 16px; text-align: left; }
  .review-stars { order: -1; }
  .review-inner .button { justify-self: start; }
  .location-copy { padding: 28px 24px; }
  .map-frame, .map-frame iframe { min-height: 380px; }
  .final-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .mobile-actions {
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    min-height: 66px;
    padding: 8px;
    gap: 8px;
    background: rgba(3,12,19,0.96);
    border-top: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(14px);
  }
  .mobile-actions a {
    display: grid;
    place-items: center;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 900;
  }
  .mobile-text { color: var(--navy); background: var(--gold); }
  .mobile-reviews { color: var(--white); border: 1px solid rgba(255,255,255,0.3); }
}

@media (max-width: 470px) {
  .header-text { display: none; }
  .brand img { width: 198px; max-height: 59px; }
  .hero-art { aspect-ratio: 2.15 / 1; background-position: 72% center; }
  .hero-card { padding-top: 38px; padding-bottom: 42px; }
  .hero-facts { gap: 6px; }
  .hero-facts span { font-size: 0.7rem; }
  .steps li { grid-template-columns: 46px 1fr; gap: 15px; padding: 21px 18px; }
  .steps li > span { width: 44px; height: 44px; }
  .review-inner .button, .location-actions .button, .quote-heading .button, .final-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
