:root {
  --ink: #111216;
  --graphite: #1b1e24;
  --panel: #262b33;
  --panel-2: #303641;
  --line: #3c4450;
  --white: #f4f6f8;
  --muted: #b7bec8;
  --blue: #075dff;
  --blue-soft: #3c82ff;
  --silver: #dfe3e8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  padding-bottom: 72px;
}

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

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

a,
button,
.button,
article,
img {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    opacity 180ms ease,
    transform 220ms ease;
}

.top-strip,
.offer-strip {
  align-items: center;
  background: #000;
  color: white;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  gap: 20px;
  justify-content: center;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 54px);
}

.top-strip span {
  margin-right: auto;
}

.offer-strip a {
  color: var(--blue-soft);
}

.site-header {
  align-items: center;
  background: #101114;
  border-bottom: 1px solid #2c333d;
  color: #fff;
  display: grid;
  gap: 16px 30px;
  grid-template-columns: 255px 1fr auto;
  left: 0;
  padding: 24px clamp(18px, 4vw, 54px);
  position: relative;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand img,
footer > img {
  background: transparent;
  height: 110px;
  object-fit: contain;
  width: 288px;
}

.site-header > .brand {
  grid-row: 1 / 3;
}

nav {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  justify-content: center;
}

nav a,
.header-call,
.text-link {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

nav a {
  position: relative;
}

nav a::after {
  background: var(--blue-soft);
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

nav a:hover,
.text-link:hover,
footer a:hover {
  color: var(--blue-soft);
}

nav a:hover::after,
nav a:focus-visible::after,
nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

[aria-current="page"] {
  color: var(--blue-soft);
}

.header-call {
  border: 1px solid var(--blue);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 15px 24px;
  text-transform: uppercase;
}

.header-call:hover,
.header-call:focus-visible,
.button:hover,
.button:focus-visible {
  box-shadow: 0 12px 34px rgba(7, 93, 255, 0.28);
  transform: translateY(-2px);
}

.header-location {
  align-items: center;
  border-bottom: 1px solid #303846;
  display: flex;
  gap: 16px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  justify-content: center;
  padding-bottom: 8px;
}

.header-location span {
  font-weight: 800;
}

.header-location a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}

.header-cta {
  display: grid;
  gap: 10px;
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.phone-link {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.site-header > nav {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.menu-toggle {
  align-items: center;
  background: #171b22;
  border: 1px solid var(--line);
  color: var(--white);
  cursor: pointer;
  display: none;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 10px 28px rgba(7, 93, 255, 0.24);
  outline: 0;
}

.menu-bars,
.menu-bars::before,
.menu-bars::after {
  background: currentColor;
  display: block;
  height: 2px;
  width: 20px;
}

.menu-bars {
  position: relative;
}

.menu-bars::before,
.menu-bars::after {
  content: "";
  left: 0;
  position: absolute;
}

.menu-bars::before {
  top: -6px;
}

.menu-bars::after {
  top: 6px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(4, 5, 8, 0.95) 0 42%, rgba(4, 5, 8, 0.72) 42% 58%, rgba(4, 5, 8, 0.18) 58% 100%),
    url("assets/garage-car-hero.png") center right / cover no-repeat;
  align-items: center;
  display: flex;
  min-height: clamp(620px, calc(100vh - 237px), 820px);
  padding: clamp(58px, 8vw, 118px) clamp(18px, 5vw, 72px);
  position: relative;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  color: var(--blue-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.page-hero .eyebrow,
.intro-section .eyebrow,
.storage-showcase .eyebrow,
.content-band.light .eyebrow,
.service-area .eyebrow {
  color: var(--blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.8rem, 5.4vw, 5.6rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.1rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-copy p:not(.eyebrow),
.intro-copy p,
.showcase-copy p,
.quote-copy p,
.service-area p,
.badge-card p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 650px;
}

.page-hero .button {
  margin-top: 14px;
}

.page-hero .benefit-line {
  color: var(--silver);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  font-weight: 800;
  line-height: 1.5;
  margin: 16px 0 0;
  max-width: 680px;
}

.hero .hero-copy p {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
}

.hero .hero-copy .hero-eyebrow {
  color: var(--blue-soft);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero .hero-copy .hero-subheadline {
  color: #fff;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 650;
  line-height: 1.4;
  max-width: 700px;
}

.hero .hero-copy h1 {
  color: #fff;
  text-transform: none;
}

.promo-card {
  background: transparent;
  color: #fff;
  margin-bottom: clamp(90px, 13vw, 170px);
  max-width: 690px;
  padding: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.88), 0 1px 2px rgba(0, 0, 0, 0.9);
  width: min(44vw, 690px);
}

.promo-card span,
.promo-card strong {
  display: block;
  line-height: 1;
}

.promo-card span {
  color: var(--blue-soft);
  font-size: clamp(1.4rem, 3vw, 3.1rem);
  font-weight: 800;
  text-transform: uppercase;
}

.promo-card strong {
  color: #fff;
  font-size: clamp(1.4rem, 3.1vw, 3.2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--blue);
  color: white;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--blue-soft);
}

.button.secondary {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--white);
}

.button.secondary.dark {
  border-color: var(--line);
  color: var(--white);
}

.hero-media {
  align-self: stretch;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.connect-bar {
  bottom: 0;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 0.8fr);
  position: fixed;
  right: 0;
  width: min(520px, 100vw);
  z-index: 30;
}

.connect-bar a {
  align-items: center;
  background: var(--blue);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 72px;
  padding: 10px;
  text-align: center;
}

.connect-bar span,
.connect-bar strong {
  display: block;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-hero {
  align-items: center;
  background: #15181e;
  color: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.page-hero h1 {
  color: var(--white);
}

.page-hero p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 650px;
}

.page-hero img {
  aspect-ratio: 1.25;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.reviews-hero div {
  max-width: 980px;
}

.proof-strip {
  background: rgba(17, 18, 22, 0.88);
  bottom: 0;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  left: 0;
  position: absolute;
  right: 0;
}

.proof-strip span {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--silver);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

.intro-section,
.warranty-section,
.option-showcase,
.quote-section,
.service-area {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  padding: clamp(60px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.content-band {
  background: var(--ink);
  color: var(--white);
  padding: clamp(60px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.coating-comparison {
  background: #101114;
  color: var(--white);
  padding: clamp(60px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

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

.comparison-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shared-finish-photo {
  background: var(--panel);
  border: 1px solid var(--line);
  margin: 0 0 18px;
  overflow: hidden;
}

.shared-finish-photo img {
  aspect-ratio: 2.4;
  display: block;
  object-fit: cover;
  width: 100%;
}

.shared-finish-photo figcaption {
  color: var(--blue-soft);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 16px 18px;
  text-transform: uppercase;
}

.comparison-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(22px, 3vw, 34px);
}

.comparison-grid h3 {
  color: var(--white);
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  line-height: 1.18;
  margin-bottom: 14px;
  margin-top: 0;
}

.comparison-grid p,
.pros-cons li,
.system-note p {
  color: var(--muted);
  line-height: 1.62;
}

.pros-cons {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.pros-cons strong {
  color: var(--blue-soft);
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pros-cons ul {
  columns: 1;
  margin: 0;
  padding-left: 18px;
}

.pros-cons li {
  margin-bottom: 8px;
}

.coating-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-top: 18px;
}

.coating-facts div {
  background: rgba(7, 93, 255, 0.05);
  border: 1px solid rgba(60, 130, 255, 0.16);
  display: grid;
  gap: 6px;
  padding: 14px;
}

.coating-facts dt {
  color: var(--blue-soft);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coating-facts dd {
  color: var(--muted);
  margin: 0;
}

.system-note {
  background: rgba(7, 93, 255, 0.07);
  border-left: 4px solid var(--blue);
  margin-top: 18px;
  max-width: 980px;
  padding: 20px 24px;
}

.system-note strong {
  color: var(--white);
}

.system-note p {
  margin: 0;
}

.process-section {
  background: #15181e;
  color: var(--white);
  padding: clamp(56px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.process-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(18px, 2vw, 24px);
}

.process-photo {
  aspect-ratio: 1.2;
  border: 1px solid rgba(60, 130, 255, 0.22);
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}

.process-grid span {
  color: var(--blue-soft);
  display: block;
  font-weight: 900;
  margin-bottom: 18px;
}

.process-grid h3 {
  color: var(--white);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.25;
  margin-bottom: 10px;
}

.process-grid p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

.flooring-photo-strip {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(18px, 3vw, 28px);
}

.flooring-photo-strip figure {
  background: var(--panel);
  border: 1px solid var(--line);
  margin: 0;
}

.flooring-photo-strip img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}

.flooring-photo-strip figcaption {
  color: var(--blue-soft);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 12px 14px;
  text-transform: uppercase;
}

.trust-photo-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-service-note {
  background: #101114;
  color: var(--white);
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 72px);
}

.local-service-note h2 {
  color: var(--white);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  max-width: 920px;
}

.local-service-note p {
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 980px;
}

.content-band.light {
  background: #15181e;
  color: var(--white);
}

.content-band.light p {
  color: var(--muted);
}

.detail-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.detail-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 24px;
}

.content-band.light .detail-grid article {
  background: var(--panel);
  border-color: var(--line);
  color: var(--white);
}

.detail-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.content-band.light .detail-grid p {
  color: var(--muted);
}

.content-band.light h2,
.content-band.light h3,
.storage-showcase h2,
.storage-showcase h3,
.service-area h2,
.service-area h3 {
  color: var(--white);
}

.intro-copy p,
.showcase-copy p,
.quote-copy p,
.detail-grid p,
.project-grid p,
.reviews-grid p,
.faq-grid p,
.comparison-grid p,
.pros-cons li,
.system-note p,
.storage-showcase .showcase-copy p,
.service-area p {
  font-size: clamp(1.05rem, 1.1vw, 1.12rem);
  line-height: 1.6;
}

.intro-section {
  background: #15181e;
  color: var(--white);
}

.intro-image {
  min-height: 470px;
  overflow: hidden;
}

.intro-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.intro-copy {
  align-self: center;
}

.intro-copy p {
  color: var(--muted);
}

.service-menu {
  background: #101114;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: clamp(18px, 4vw, 54px);
}

.service-menu a {
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 26px;
  text-align: center;
}

.service-menu a:hover,
.service-menu a:focus-visible {
  background: #2a303a;
  border-color: rgba(60, 130, 255, 0.72);
  transform: translateY(-3px);
}

.service-menu span,
.service-menu strong {
  display: block;
}

.service-menu strong {
  color: var(--blue);
  font-size: 1.1rem;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.service-menu span {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 280px;
}

.service-icon-img {
  display: block;
  height: 196px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: center;
  width: 256px;
}

.service-icon-img-wide {
  width: 316px;
}

.badge-card {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: clamp(24px, 4vw, 46px);
}

.warranty-section {
  align-items: start;
  background: #101114;
  grid-template-columns: 1fr;
  padding-bottom: clamp(46px, 6vw, 76px);
  padding-top: clamp(46px, 6vw, 76px);
}

.badge-card h2 {
  color: var(--white);
}

.warranty-section .badge-card {
  display: grid;
  gap: clamp(18px, 3vw, 34px) clamp(24px, 4vw, 54px);
  grid-template-columns: 112px minmax(0, 1fr);
  max-width: 1380px;
  width: 100%;
}

.warranty-section .badge-card h2,
.warranty-section .badge-card p {
  grid-column: 2;
}

.warranty-section .badge-card h2 {
  max-width: 980px;
}

.warranty-section .badge-card p {
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.65;
  max-width: 980px;
}

.warranty-section .badge-ring {
  grid-row: 1 / 3;
  margin-top: 4px;
}

.prep-points {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(8px, 2vw, 18px);
}

.prep-points span {
  background: rgba(7, 93, 255, 0.08);
  border: 1px solid rgba(60, 130, 255, 0.34);
  color: var(--blue);
  font-weight: 900;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}

.badge-ring {
  align-items: center;
  border: 4px solid var(--blue);
  border-radius: 999px;
  color: var(--blue-soft);
  display: flex;
  font-size: 1.3rem;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  margin-bottom: 30px;
  width: 92px;
}

.mini-services,
.option-grid,
.performance-grid,
.project-grid {
  display: grid;
  gap: 16px;
}

.mini-services {
  align-self: start;
  grid-template-columns: repeat(2, 1fr);
}

.mini-services article,
.option-grid article,
.performance-grid article,
.project-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 24px;
}

.mini-services article {
  min-height: 170px;
}

.mini-services h3,
.option-grid h3,
.performance-grid h3,
.project-grid h3 {
  color: var(--white);
}

.mini-services p,
.performance-grid p,
.project-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.option-showcase {
  background: #191b20;
  color: var(--white);
  align-items: center;
}

.option-grid {
  grid-template-columns: repeat(5, 1fr);
}

.flake-chart {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
  border: 1px solid rgba(60, 130, 255, 0.28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  margin: 0;
  padding: clamp(14px, 2vw, 24px);
  position: relative;
}

.flake-chart::before {
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  inset: 8px;
  pointer-events: none;
  position: absolute;
}

.flake-chart img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.flake {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 18px;
}

.sample-steel {
  background:
    radial-gradient(circle at 20% 30%, #f1f3f5 0 4px, transparent 5px),
    radial-gradient(circle at 70% 55%, #111318 0 7px, transparent 8px),
    radial-gradient(circle at 40% 80%, #8f98a5 0 6px, transparent 7px),
    linear-gradient(135deg, #b9c0c9, #5c6571);
}

.sample-blue {
  background:
    radial-gradient(circle at 24% 42%, #075dff 0 7px, transparent 8px),
    radial-gradient(circle at 68% 18%, #e6e9ee 0 5px, transparent 6px),
    radial-gradient(circle at 72% 70%, #16191f 0 8px, transparent 9px),
    linear-gradient(135deg, #7b8796, #2c333d);
}

.sample-slate {
  background:
    radial-gradient(circle at 34% 20%, #5c6571 0 7px, transparent 8px),
    radial-gradient(circle at 72% 38%, #f4f6f8 0 4px, transparent 5px),
    radial-gradient(circle at 42% 78%, #075dff 0 5px, transparent 6px),
    linear-gradient(135deg, #343941, #111318);
}

.sample-carbon {
  background:
    radial-gradient(circle at 18% 30%, #cbd1d9 0 4px, transparent 5px),
    radial-gradient(circle at 62% 32%, #252a32 0 7px, transparent 8px),
    radial-gradient(circle at 52% 78%, #f4f6f8 0 5px, transparent 6px),
    linear-gradient(135deg, #6b7480, #16191f);
}

.sample-granite {
  background:
    radial-gradient(circle at 28% 22%, #f4f6f8 0 5px, transparent 6px),
    radial-gradient(circle at 74% 48%, #8b95a3 0 7px, transparent 8px),
    radial-gradient(circle at 46% 72%, #252a32 0 5px, transparent 6px),
    linear-gradient(135deg, #d6dbe2, #737d8b);
}

.storage-showcase {
  align-items: center;
  background: #15181e;
  color: var(--white);
  grid-template-columns: 1fr;
  overflow: hidden;
}

.storage-showcase .showcase-copy p {
  color: var(--muted);
}

.storage-showcase .showcase-copy {
  max-width: 980px;
}

.product-carousel {
  min-height: clamp(340px, 38vw, 620px);
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.carousel-viewport {
  height: clamp(340px, 38vw, 620px);
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.4vw, 30px);
  height: 100%;
  justify-content: center;
}

.carousel-slide {
  background: #0f1115;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
  flex: 0 0 min(28vw, 430px);
  height: 74%;
  opacity: 0.58;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: scale(0.94);
  transition: border-color 280ms ease, box-shadow 280ms ease, opacity 280ms ease, transform 280ms ease, filter 280ms ease;
}

.carousel-slide.is-prev,
.carousel-slide.is-active,
.carousel-slide.is-next {
  display: block;
}

.carousel-slide.is-active {
  border-color: rgba(60, 130, 255, 0.38);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  flex-basis: min(42vw, 760px);
  height: 92%;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.carousel-slide.is-prev,
.carousel-slide.is-next {
  filter: saturate(0.86) brightness(0.76);
}

.carousel-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.carousel-slide span {
  background: linear-gradient(180deg, rgba(6, 7, 10, 0) 0%, rgba(6, 7, 10, 0.62) 54%, rgba(6, 7, 10, 0.94) 100%);
  bottom: 0;
  color: var(--white);
  display: none;
  font-size: clamp(0.9rem, 1.4vw, 1.18rem);
  font-weight: 900;
  left: 0;
  padding: 72px 24px 20px;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
}

.carousel-slide.is-active span {
  display: block;
}

.carousel-slide.is-active span {
  color: var(--blue-soft);
}

.carousel-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  display: flex;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 200;
  height: 82%;
  justify-content: center;
  line-height: 1;
  padding: 0 clamp(14px, 2vw, 32px);
  position: absolute;
  text-shadow: 0 0 0 rgba(7, 93, 255, 0);
  top: 0;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
  z-index: 2;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  color: var(--white);
  outline: 0;
  text-shadow: 0 0 18px rgba(7, 93, 255, 0.95), 0 0 36px rgba(7, 93, 255, 0.55);
  transform: scale(1.06);
}

.carousel-arrow-prev {
  left: clamp(4px, 1vw, 16px);
}

.carousel-arrow-next {
  right: clamp(4px, 1vw, 16px);
}

.carousel-lightbox {
  align-items: center;
  background: rgba(6, 7, 10, 0.92);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: clamp(18px, 4vw, 56px);
  position: fixed;
  z-index: 20;
}

.carousel-lightbox[hidden] {
  display: none;
}

.carousel-lightbox img {
  max-height: 86vh;
  max-width: min(1200px, 88vw);
  object-fit: contain;
}

.lightbox-close,
.lightbox-arrow {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  position: absolute;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.lightbox-close {
  font-size: 3rem;
  right: clamp(18px, 4vw, 48px);
  top: clamp(12px, 3vw, 36px);
}

.lightbox-arrow {
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 200;
  top: 50%;
}

.lightbox-prev {
  left: clamp(14px, 3vw, 42px);
}

.lightbox-next {
  right: clamp(14px, 3vw, 42px);
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-arrow:hover,
.lightbox-arrow:focus-visible {
  color: var(--white);
  outline: 0;
  text-shadow: 0 0 18px rgba(7, 93, 255, 0.95), 0 0 36px rgba(7, 93, 255, 0.55);
  transform: scale(1.06);
}

.performance-section,
.quick-estimate-section,
.special-offers,
.ideas-section,
.reviews-section,
.faq-section {
  background: #191b20;
  color: var(--white);
  padding: clamp(60px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.special-offers {
  background: #101114;
  scroll-margin-top: 24px;
}

.quick-estimate-section {
  background: #101114;
  padding-bottom: 0;
}

#special-offers {
  padding-top: 0;
}

.quick-estimate-card {
  align-items: center;
  background: var(--panel);
  border: 1px solid rgba(60, 130, 255, 0.34);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  margin-bottom: clamp(34px, 5vw, 56px);
  min-height: 280px;
  padding: clamp(34px, 5vw, 58px);
}

.quick-estimate-card h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 12px;
}

.quick-estimate-card p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 410px;
}

.quick-estimate-form {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-estimate-form label {
  font-size: 0.9rem;
}

.quick-estimate-form .button {
  grid-column: 1 / -1;
  margin-top: 4px;
  min-height: 56px;
}

.quick-estimate-form input,
.quick-estimate-form select {
  font-size: 1rem;
  line-height: 1.45;
  min-height: 54px;
}

@media (max-width: 900px) {
  .quick-estimate-card {
    grid-template-columns: 1fr;
  }

  .quick-estimate-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .quick-estimate-card {
    margin-bottom: 44px;
    padding: 28px 22px;
  }
}

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

.offer-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.offer-cards article {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 24px;
}

.offer-cards h3 {
  color: var(--white);
}

.offer-cards p {
  color: var(--muted);
  margin-bottom: 0;
}

.performance-grid {
  grid-template-columns: repeat(5, 1fr);
}

.performance-grid article {
  padding: clamp(24px, 2.5vw, 34px);
}

.performance-grid span {
  color: var(--blue-soft);
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 26px;
}

.performance-grid h3 {
  font-size: clamp(1.08rem, 1.25vw, 1.25rem);
  line-height: 1.22;
  margin-bottom: 14px;
}

.performance-grid p {
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.62;
}

.project-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reviews-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.faq-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.faq-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 26px;
}

.faq-grid h3 {
  font-size: clamp(1.12rem, 1.35vw, 1.3rem);
  line-height: 1.28;
  margin-bottom: 14px;
}

.faq-grid p {
  color: var(--muted);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.62;
  margin-bottom: 0;
}

.reviews-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 28px;
}

.stars {
  color: var(--blue-soft);
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.reviews-grid p {
  color: var(--muted);
}

.reviews-grid strong,
.reviews-grid span {
  display: block;
}

.reviews-grid strong {
  color: var(--white);
  margin-top: 22px;
}

.reviews-grid span {
  color: var(--blue-soft);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-grid article {
  padding: 0;
  overflow: hidden;
}

.project-grid article:hover,
.reviews-grid article:hover,
.faq-grid article:hover,
.detail-grid article:hover,
.mini-services article:hover,
.option-grid article:hover,
.performance-grid article:hover {
  border-color: rgba(60, 130, 255, 0.72);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px);
}

.project-grid img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}

.project-grid article:hover img,
.page-hero img:hover,
.intro-image:hover img {
  transform: scale(1.025);
}

.project-grid time,
.project-grid h3 {
  display: block;
  padding-left: 22px;
  padding-right: 22px;
}

.project-grid time {
  color: var(--blue-soft);
  font-size: 0.78rem;
  font-weight: 900;
  padding-top: 20px;
  text-transform: uppercase;
}

.project-grid h3 {
  padding-bottom: 22px;
}

.quote-section {
  align-items: start;
  background: #15181e;
  color: var(--white);
}

.quote-copy h1,
.quote-copy h2,
.quote-copy h3 {
  color: var(--white);
}

.page-quote {
  min-height: calc(100vh - 120px);
}

.contact-card {
  border-left: 4px solid var(--blue);
  margin-top: 28px;
  padding-left: 18px;
}

.contact-card strong,
.contact-card a {
  display: block;
}

.contact-card strong {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-card a {
  color: var(--silver);
  margin-top: 4px;
}

.quote-form {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
}

.quote-form label {
  font-size: clamp(0.86rem, 0.95vw, 0.94rem);
  letter-spacing: 0;
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

label {
  color: var(--silver);
  display: grid;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #111318;
  border: 1px solid var(--line);
  color: var(--white);
  font: inherit;
  min-height: 48px;
  padding: 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  font-size: 1rem;
  line-height: 1.45;
  min-height: 52px;
}

.quote-form textarea {
  min-height: 132px;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(210, 218, 230, 0.54);
}

.form-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 0;
}

.form-consent {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: -2px 0 0;
}

.service-area {
  background: #15181e;
  color: var(--white);
  grid-template-columns: 0.9fr 0.8fr 1fr;
}

.service-area p {
  color: var(--muted);
}

.service-area h3 {
  margin-bottom: 18px;
}

.hours-card,
.cities-card {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: clamp(24px, 2.4vw, 32px);
}

.hours-card strong {
  color: var(--blue);
  display: block;
  font-size: clamp(1.35rem, 1.7vw, 1.65rem);
  margin-bottom: 18px;
}

.service-area dl,
.service-area ul {
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.55;
}

.service-cities-mobile {
  display: none;
}

dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

dl div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

dt {
  font-weight: 800;
}

dd {
  color: var(--muted);
  margin: 0;
  text-align: right;
}

ul {
  columns: 2;
  margin: 0;
  padding-left: 18px;
}

li {
  margin-bottom: 8px;
}

footer {
  align-items: center;
  background: #101114;
  border-top: 1px solid #2c333d;
  color: var(--muted);
  display: grid;
  gap: 22px;
  grid-template-columns: 200px 1fr auto auto;
  padding: 24px clamp(18px, 5vw, 72px);
}

footer strong {
  color: var(--white);
  display: block;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

.footer-social {
  display: grid;
  gap: 10px;
}

.footer-social span {
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-social div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-social a {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 6px;
}

.footer-social img {
  display: block;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

@media (max-width: 1180px) {
  .option-grid,
  .performance-grid,
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 1100px) {
  .site-header {
    gap: 12px 16px;
    grid-template-columns: minmax(180px, 230px) 1fr auto;
    padding: 14px clamp(16px, 4vw, 34px);
  }

  .site-header > .brand,
  .header-location,
  .site-header > nav,
  .header-cta {
    grid-column: auto;
    grid-row: auto;
  }

  .site-header > .brand {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .brand img {
    height: auto;
    width: min(220px, 30vw);
  }

  .header-location {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    justify-self: end;
  }

  .site-header > nav {
    border-top: 1px solid var(--line);
    display: none;
    gap: 8px;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-top: 12px;
    width: 100%;
  }

  .site-header.is-menu-open > nav {
    display: grid;
  }

  nav a {
    background: #171b22;
    border: 1px solid var(--line);
    font-size: 0.9rem;
    line-height: 1.2;
    min-height: 44px;
    padding: 10px;
    text-align: center;
    white-space: normal;
  }

  nav a::after {
    display: none;
  }

  .header-cta {
    align-items: center;
    display: flex;
    gap: 10px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-content: flex-end;
    justify-self: end;
  }

  .header-call {
    font-size: 0.82rem;
    padding: 12px 14px;
    width: max-content;
  }

  .phone-link {
    font-size: 1.32rem;
  }

  .hero,
  .page-hero,
  .intro-section,
  .warranty-section,
  .option-showcase,
  .quote-section,
  .service-area {
    grid-template-columns: 1fr;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(4, 5, 8, 0.97) 0 52%, rgba(4, 5, 8, 0.68) 52% 72%, rgba(4, 5, 8, 0.22) 72% 100%),
      url("assets/garage-car-hero.png") center right / cover no-repeat;
    min-height: 560px;
    padding-bottom: 64px;
    padding-top: 64px;
  }

  .promo-card {
    width: min(620px, 100%);
  }

  .hero-media,
  .intro-image {
    min-height: 420px;
  }

  .page-hero img {
    max-height: 520px;
  }

  .service-menu,
  .mini-services,
  .detail-grid,
  .project-grid,
  .reviews-grid,
  .faq-grid,
  footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
    padding-bottom: 92px;
  }

  .top-strip,
  .offer-strip {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 8px 14px;
    text-align: center;
  }

  .top-strip span {
    margin-right: 0;
  }

  .site-header {
    gap: 6px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px 12px 10px;
    text-align: left;
  }

  .brand img,
  footer > img {
    height: auto;
    margin: 0;
    width: min(172px, 54vw);
  }

  footer > img {
    margin: 0 auto;
  }

  .menu-toggle {
    grid-column: 2 / 3;
    min-height: 38px;
    padding: 8px 11px;
  }

  .site-header > nav {
    gap: 8px;
    grid-row: 3 / 4;
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  nav a {
    font-size: 0.8rem;
    min-height: 36px;
    padding: 7px;
  }

  .header-cta {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
  }

  .header-call {
    display: none;
  }

  .phone-link {
    font-size: 1.08rem;
    text-align: left;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.05;
  }

  .button,
  .header-call {
    min-height: 50px;
    padding: 14px 16px;
    width: 100%;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(4, 5, 8, 0.58), rgba(4, 5, 8, 0.86)),
      url("assets/garage-car-hero.png") 62% center / cover no-repeat;
    align-items: flex-start;
    min-height: 0;
    padding: 18px 16px 34px;
    text-align: left;
  }

  .hero-copy {
    background: rgba(8, 10, 14, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
    max-width: none;
    padding: 16px 16px 18px;
    width: 100%;
  }

  .promo-card {
    margin-bottom: 26px;
    width: 100%;
  }

  .promo-card span {
    font-size: 1.35rem;
  }

  .promo-card strong {
    font-size: 1.65rem;
  }

  .hero .hero-copy p {
    font-size: 1.02rem;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .hero .hero-copy .hero-eyebrow {
    font-size: 0.86rem;
    margin-bottom: 10px;
  }

  .hero .hero-copy h1 {
    font-size: clamp(1.72rem, 7.55vw, 2.12rem);
    line-height: 1.06;
    margin-bottom: 12px;
  }

  .hero .hero-copy .hero-subheadline {
    font-size: 1rem;
    line-height: 1.52;
  }

  .page-hero,
  .intro-section,
  .warranty-section,
  .option-showcase,
  .quote-section,
  .service-area,
  .content-band,
  .coating-comparison,
  .performance-section,
  .ideas-section,
  .reviews-section,
  .faq-section {
    padding: 46px 18px;
  }

  .intro-section,
  .warranty-section,
  .option-showcase,
  .quote-section,
  .service-area,
  .performance-section,
  .faq-section {
    gap: 18px;
  }

  .page-hero img,
  .intro-image,
  .product-carousel,
  .project-grid img {
    max-height: 360px;
  }

  .connect-bar {
    grid-template-columns: repeat(4, 1fr);
    width: 100vw;
  }

  .connect-bar a {
    font-size: 0.86rem;
    min-height: 60px;
  }

  .service-area {
    padding-left: 14px;
    padding-right: 14px;
  }

  .service-area .cities-card {
    padding: 20px 18px;
  }

  .service-area .cities-card ul {
    column-count: 1;
    line-height: 1.32;
    margin-bottom: 18px;
  }

  .service-area .cities-card li {
    break-inside: avoid;
    margin-bottom: 4px;
  }

  .service-area .cities-card p {
    line-height: 1.45;
  }

  .service-cities-full {
    display: none;
  }

  .service-cities-mobile {
    display: block;
  }

  .hero-media,
  .intro-image {
    min-height: 330px;
  }

  .proof-strip {
    position: static;
  }

  .proof-strip,
  .service-menu,
  .mini-services,
  .detail-grid,
  .option-grid,
  .process-grid,
  .comparison-grid,
  .offer-cards,
  .quick-estimate-card,
  .quick-estimate-form,
  .performance-grid,
  .project-grid,
  .reviews-grid,
  .faq-grid,
  .form-row,
  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer > div {
    justify-items: center;
  }

  footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }

  .footer-social div {
    justify-content: center;
  }

  footer nav a {
    flex: 1 1 calc(50% - 8px);
    font-size: 0.8rem;
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
  }

  .service-menu a {
    min-height: 0;
    padding: 16px 18px;
  }

  .service-menu strong,
  .performance-grid h3,
  .faq-grid h3,
  .mini-services h3,
  .option-grid h3,
  .comparison-grid h3 {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .service-menu span,
  .warranty-section .badge-card p,
  .performance-grid p,
  .faq-grid p,
  .mini-services p,
  .option-grid p,
  .comparison-grid p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .service-icon-img {
    height: 92px;
    margin-bottom: 10px;
    width: 128px;
  }

  .service-icon-img-wide {
    width: 156px;
  }

  .product-carousel {
    min-height: 400px;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
  }

  .carousel-viewport {
    height: 400px;
  }

  .carousel-track {
    gap: 10px;
  }

  .carousel-slide {
    flex-basis: 28vw;
    height: 68%;
    opacity: 0.46;
    transform: scale(0.9);
  }

  .carousel-slide.is-active {
    flex-basis: 78vw;
    height: 88%;
  }

  .carousel-arrow {
    font-size: 4.2rem;
    height: 100%;
    padding: 0 8px;
  }

  .carousel-slide span {
    font-size: 0.88rem;
    line-height: 1.25;
    padding: 44px 14px 14px;
  }

  .warranty-section .badge-card {
    grid-template-columns: 1fr;
  }

  .warranty-section .badge-card h2,
  .warranty-section .badge-card p,
  .prep-points {
    grid-column: 1;
  }

  .warranty-section .badge-ring {
    grid-row: auto;
  }

  .prep-points {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .quote-form,
  .hours-card,
  .cities-card,
  .reviews-grid article,
  .faq-grid article,
  .detail-grid article,
  .mini-services article,
  .option-grid article,
  .comparison-grid article,
  .performance-grid article {
    padding: 18px;
  }

  .quote-form {
    gap: 14px;
    padding: 22px;
  }

  .service-menu,
  .performance-grid,
  .faq-grid {
    gap: 12px;
  }

  .performance-grid span {
    font-size: 1.12rem;
    margin-bottom: 16px;
  }

  .performance-grid h3,
  .faq-grid h3 {
    margin-bottom: 10px;
  }

  .warranty-section .badge-card {
    padding: 20px;
  }

  .prep-points span {
    font-size: 0.86rem;
    line-height: 1.25;
    padding: 11px 10px;
  }

  .warranty-section .badge-card h2 {
    font-size: clamp(1.8rem, 8.4vw, 2.35rem);
    line-height: 1.08;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }

  .coating-comparison .section-heading {
    margin-bottom: 24px;
  }

  .shared-finish-photo {
    margin-bottom: 14px;
  }

  .shared-finish-photo img {
    aspect-ratio: 1.35;
  }

  .shared-finish-photo figcaption {
    font-size: 0.78rem;
    line-height: 1.35;
    padding: 13px 14px;
  }

  .coating-facts {
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
  }

  .coating-facts div {
    padding: 12px;
  }

  .pros-cons {
    gap: 14px;
    margin-top: 18px;
  }

  .system-note {
    margin-top: 14px;
    padding: 16px 18px;
  }

  ul {
    columns: 1;
  }

  dl div {
    display: grid;
    gap: 2px;
  }

  dd {
    text-align: left;
  }
}

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

/* Clean mobile-first rebuild for the site header, homepage hero, and mobile contact bar. */
body {
  overflow-x: hidden;
  padding-bottom: 88px;
}

.offer-strip {
  min-height: 44px;
  padding: 8px 14px;
}

.site-header {
  align-items: center;
  background: #101114;
  border-bottom: 1px solid #2c333d;
  display: grid;
  gap: 6px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px 12px 10px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.site-header > .brand {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  min-width: 0;
}

.brand img {
  height: auto;
  margin: 0;
  width: min(172px, 54vw);
}

.header-location {
  display: none;
}

.menu-toggle {
  display: inline-flex;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  justify-self: end;
  min-height: 38px;
  padding: 8px 11px;
}

.site-header > nav {
  background: #101114;
  border-top: 1px solid var(--line);
  display: none;
  gap: 8px;
  grid-column: 1 / -1;
  grid-row: 3 / 4;
  grid-template-columns: 1fr;
  overflow: visible;
  padding-top: 10px;
  width: 100%;
}

.site-header.is-menu-open > nav {
  display: grid;
}

.site-header > nav a {
  background: #171b22;
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 0.84rem;
  line-height: 1.2;
  min-height: 40px;
  padding: 9px 10px;
  text-align: center;
  white-space: normal;
}

.site-header > nav a::after {
  display: none;
}

.header-cta {
  align-items: center;
  display: flex;
  gap: 8px;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  justify-content: center;
  justify-self: start;
  min-width: 0;
  width: min(172px, 54vw);
}

.phone-link {
  color: var(--blue);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.header-call {
  display: none;
}

.hero {
  background: #101114;
  display: grid;
  gap: 0;
  align-items: flex-start;
  min-height: auto;
  padding: 18px 16px 26px;
  position: relative;
}

.hero-copy {
  background: rgba(8, 10, 14, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  box-shadow: none;
  max-width: none;
  padding: 14px 15px 16px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero .hero-copy .hero-eyebrow {
  color: var(--blue-soft);
  font-size: 0.86rem;
  margin-bottom: 12px;
}

.hero .hero-copy h1 {
  color: var(--white);
  font-size: clamp(1.72rem, 7.55vw, 2.12rem);
  line-height: 1.06;
  margin-bottom: 12px;
  max-width: 13ch;
  text-transform: none;
}

.hero .hero-copy .hero-subheadline {
  color: var(--silver);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
  max-width: 33rem;
}

.hero-actions {
  margin-top: 18px;
}

.hero-actions .button {
  width: 100%;
}

.hero-image {
  aspect-ratio: 1.18;
  background: url("assets/garage-car-hero.png") center right / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  display: block;
  min-height: 240px;
  width: 100%;
}

.connect-bar {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 30;
}

.connect-bar a {
  font-size: 0.86rem;
  min-height: 60px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .offer-strip {
    min-height: 56px;
    padding: 12px clamp(18px, 4vw, 54px);
  }

  .site-header {
    gap: 12px 18px;
    grid-template-columns: minmax(180px, 220px) 1fr auto;
    padding: 14px clamp(24px, 4vw, 40px);
    position: relative;
    top: auto;
    z-index: 10;
  }

  .brand img {
    width: 220px;
  }

  .header-cta {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-content: flex-end;
    justify-self: end;
    width: auto;
  }

  .header-call {
    display: none;
  }

  .phone-link {
    font-size: 1.25rem;
  }

  .site-header > nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row: 2 / 3;
    padding-top: 12px;
  }

  .menu-toggle {
    grid-column: 3 / 4;
    min-height: 44px;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(6, 7, 10, 0.88) 0 34%, rgba(6, 7, 10, 0.38) 56%, rgba(6, 7, 10, 0.04) 100%),
      url("assets/garage-car-hero.png") center right / cover no-repeat;
    align-items: center;
    display: flex;
    min-height: 560px;
    padding: clamp(50px, 7vw, 86px) clamp(32px, 5vw, 72px);
  }

  .hero-copy {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 660px;
    padding: 0;
    width: min(54vw, 660px);
  }

  .hero .hero-copy h1 {
    font-size: clamp(3.2rem, 5.8vw, 5.2rem);
    max-width: 12ch;
  }

  .hero .hero-copy .hero-subheadline {
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  }

  .hero-actions .button {
    width: auto;
  }

  .hero-image {
    display: none;
  }

  .connect-bar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .offer-strip {
    min-height: 72px;
  }

  .site-header {
    grid-template-columns: 255px minmax(0, 1fr) auto;
    padding: 24px clamp(18px, 4vw, 54px);
  }

  .site-header > .brand {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .brand img {
    height: 110px;
    width: 288px;
  }

  .header-location {
    align-items: center;
    border-bottom: 1px solid #303846;
    display: flex;
    gap: 16px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-content: center;
    padding-bottom: 8px;
  }

  .menu-toggle {
    display: none;
  }

  .site-header > nav,
  .site-header.is-menu-open > nav {
    background: transparent;
    border-top: 0;
    display: flex;
    gap: clamp(14px, 2vw, 28px);
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-content: center;
    padding-top: 0;
  }

  .site-header > nav a {
    background: transparent;
    border: 0;
    font-size: 1.05rem;
    min-height: auto;
    padding: 0;
    position: relative;
    white-space: normal;
  }

  .site-header > nav a::after {
    display: block;
  }

  .header-cta {
    display: grid;
    gap: 10px;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }

  .phone-link {
    font-size: 2rem;
    text-align: center;
  }

  .header-call {
    display: inline-flex;
    font-size: 1.05rem;
    padding: 15px 24px;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(4, 5, 8, 0.62) 0 18%, rgba(4, 5, 8, 0.34) 34%, rgba(4, 5, 8, 0.06) 58%, rgba(4, 5, 8, 0) 100%),
      url("assets/garage-car-hero.png") center right / cover no-repeat;
    min-height: clamp(560px, calc(100vh - 237px), 760px);
  }

  .hero-copy {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 clamp(8px, 1vw, 16px);
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.94), 0 1px 3px rgba(0, 0, 0, 0.95);
  }

  .hero .hero-copy h1 {
    font-size: clamp(3.05rem, 4.15vw, 4.35rem);
    line-height: 1.02;
    margin-bottom: 22px;
    max-width: 14.5ch;
  }

  .hero .hero-copy .hero-subheadline {
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 620px;
  }

  .hero-actions {
    margin-top: 34px;
  }

}

@media (max-width: 767px) {
  .hero {
    background: #101114;
    min-height: 0;
    padding: 18px 16px 26px;
  }

  .hero-copy {
    background: rgba(8, 10, 14, 0.84);
    border-color: rgba(255, 255, 255, 0.12);
    border-bottom: 0;
    box-shadow: none;
    text-shadow: none;
  }

  .hero .hero-copy h1 {
    font-size: clamp(1.58rem, 7vw, 1.98rem);
    line-height: 1.05;
    max-width: 13.5ch;
  }

  .hero .hero-copy .hero-subheadline {
    color: var(--white);
    text-shadow: none;
  }

  .hero-image {
    background-position: 58% center;
    min-height: 248px;
  }

  .hero-actions {
    margin-top: 14px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .storage-showcase .flooring-photo-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .flooring-page .page-hero {
    gap: 14px;
    padding: 34px 18px;
  }

  .flooring-page .page-hero h1 {
    font-size: clamp(1.78rem, 8vw, 2.08rem);
    line-height: 1.08;
    margin-bottom: 12px;
  }

  .flooring-page .page-hero p {
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .flooring-page .page-hero .button {
    margin-top: 10px;
    min-height: 48px;
  }

  .flooring-page .page-hero .benefit-line {
    font-size: 0.92rem;
    line-height: 1.45;
    margin-top: 12px;
  }

  .flooring-page .page-hero img {
    aspect-ratio: 1.35;
    max-height: 230px;
  }

  .flooring-page .coating-comparison {
    padding: 42px 18px;
  }

  .flooring-page .coating-comparison .section-heading {
    margin-bottom: 18px;
  }

  .flooring-page .coating-comparison .section-heading p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .flooring-page .shared-finish-photo {
    margin-bottom: 12px;
  }

  .flooring-page .shared-finish-photo img {
    aspect-ratio: 1.55;
  }

  .flooring-page .comparison-grid {
    gap: 10px;
  }

  .flooring-page .comparison-grid article {
    padding: 12px;
  }

  .flooring-page .comparison-grid h3 {
    font-size: 1.12rem;
    line-height: 1.22;
    margin-bottom: 8px;
  }

  .flooring-page .comparison-grid p,
  .flooring-page .pros-cons li,
  .flooring-page .system-note p,
  .flooring-page .coating-facts dd {
    font-size: 0.94rem;
    line-height: 1.44;
  }

  .flooring-page .coating-facts {
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .flooring-page .coating-facts div {
    gap: 4px;
    padding: 8px 9px;
  }

  .flooring-page .coating-facts dt {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .flooring-page .pros-cons {
    gap: 8px;
    margin-top: 10px;
  }

  .flooring-page .pros-cons strong {
    font-size: 0.82rem;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .flooring-page .pros-cons ul {
    padding-left: 16px;
  }

  .flooring-page .pros-cons li {
    margin-bottom: 4px;
  }

  .flooring-page .system-note {
    border-left-width: 3px;
    margin-top: 10px;
    padding: 12px 14px;
  }

  .flooring-page .content-band,
  .flooring-page .faq-section {
    padding: 42px 18px;
  }

  .flooring-page .detail-grid,
  .flooring-page .faq-grid {
    gap: 12px;
  }

  .flooring-page .flooring-photo-strip {
    grid-template-columns: 1fr;
  }

  .flooring-page .detail-grid article,
  .flooring-page .faq-grid article {
    padding: 18px;
  }

  .flooring-page .detail-grid h3,
  .flooring-page .faq-grid h3 {
    font-size: 1.12rem;
    line-height: 1.28;
    margin-bottom: 10px;
  }

  .flooring-page .detail-grid p,
  .flooring-page .faq-grid p {
    font-size: 1rem;
    line-height: 1.58;
  }
}

@media (max-width: 950px) and (max-height: 500px) and (orientation: landscape) {
  body {
    padding-bottom: 0;
  }

  .offer-strip {
    min-height: 34px;
    padding: 5px 12px;
  }

  .site-header {
    gap: 4px 10px;
    grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
    padding: 6px 10px 8px;
  }

  .brand img {
    width: min(148px, 34vw);
  }

  .menu-toggle {
    min-height: 34px;
    padding: 7px 10px;
  }

  .header-cta {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-content: center;
  }

  .phone-link {
    font-size: 0.98rem;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    background: #101114;
    display: grid;
    gap: 0;
    min-height: 0;
    padding: 10px 12px 14px;
  }

  .hero-copy {
    background: rgba(8, 10, 14, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    box-shadow: none;
    max-width: none;
    padding: 10px 12px 12px;
    width: 100%;
  }

  .hero .hero-copy .hero-eyebrow {
    font-size: 0.78rem;
    margin-bottom: 8px;
  }

  .hero .hero-copy h1 {
    font-size: clamp(1.42rem, 4.9vw, 1.85rem);
    line-height: 1.03;
    margin-bottom: 8px;
    max-width: 18ch;
  }

  .hero .hero-copy .hero-subheadline {
    font-size: 0.92rem;
    line-height: 1.36;
    max-width: 48rem;
  }

  .hero-actions {
    margin-top: 10px;
  }

  .hero-actions .button {
    min-height: 40px;
    padding: 9px 12px;
    width: 100%;
  }

  .hero-image {
    aspect-ratio: 2.8;
    background: url("assets/garage-car-hero.png") 58% center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    display: block;
    min-height: 135px;
    width: 100%;
  }

  .connect-bar {
    display: none;
  }
}
