:root {
  --bg: #080909;
  --surface: #151515;
  --surface-soft: #1c1c1c;
  --text: #ffffff;
  --text-dim: #f2f2f2;
  --line: #333333;
  --accent: #e86fc9;
  --accent-soft: #7edff2;
  --accent-deep: #4aa8d8;
  --radius: 16px;
  --shadow: 0 20px 60px rgba(0, 8, 24, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

.top-contact-bar {
  background: linear-gradient(90deg, rgba(232, 111, 201, 0.88), rgba(74, 168, 216, 0.88));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-contact-inner {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  text-align: center;
}

.top-contact-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.top-contact-link:hover,
.top-contact-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.top-contact-separator {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: none;
  z-index: -1;
}

.site-header,
.about,
.section,
.site-footer {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  backdrop-filter: blur(10px);
  z-index: 5;
}

.brand {
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.65rem;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  grid-row: 1 / span 2;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.2), rgba(255, 51, 200, 0.18));
  border: 1px solid rgba(0, 168, 255, 0.35);
  padding: 4px;
}

.brand-main {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.06em;
  font-size: 1.85rem;
}

.brand-sub {
  color: var(--text-dim);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav {
  display: flex;
  gap: 1.25rem;
}

.nav a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--accent-deep);
}

.hero-proof {
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-proof li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.85);
  padding: 0.32rem 0.72rem;
  font-size: 0.82rem;
  font-weight: 600;
}

main {
  display: grid;
  gap: 0.78in;
  padding-bottom: 3.5rem;
}

.portfolio-marquee {
  position: relative;
  display: grid;
  gap: 0.8rem;
  overflow: hidden;
  padding-top: 1rem;
}

.portfolio-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.18) 45%,
    rgba(0, 0, 0, 0.6) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.marquee-row {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #0a0a0a;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.8rem;
  text-align: center;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

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

.overlay-brand img {
  width: 182px;
  height: 182px;
  object-fit: contain;
}

.overlay-wordmark {
  display: grid;
  align-items: start;
  gap: 0;
  line-height: 0.9;
}

.overlay-wordmark .junk {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  letter-spacing: 0.012em;
  color: #ffffff;
}

.overlay-wordmark .nine-zero-four {
  font-family: "Oswald", "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  letter-spacing: 0.045em;
  line-height: 0.9;
  color: #ffffff;
}

.portfolio-overlay h1 {
  margin: 0;
  max-width: 18ch;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 5.2vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0.005em;
  color: #ffffff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.65);
}

.portfolio-subtitle {
  margin: 0;
  font-family: "Oswald", "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 500;
  font-size: clamp(1.15rem, 2.6vw, 2rem);
  line-height: 1.05;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
}

.btn-hero-quote {
  position: relative;
  pointer-events: auto;
  margin-top: 0.55in;
  background: var(--accent);
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  padding: 1.05rem 1.65rem;
  border: 0 !important;
  overflow: visible;
  isolation: isolate;
}

.btn-hero-quote:hover,
.btn-hero-quote:focus-visible {
  background: #dc58bb;
}

.btn-hero-quote::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}



.marquee-track {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  padding: 0.8rem;
}

.marquee-track img {
  width: 300px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  opacity: 0.94;
  flex: 0 0 auto;
}

.row-right .marquee-track {
  animation: marquee-right 300s linear infinite;
}

.row-left .marquee-track {
  animation: marquee-left 300s linear infinite;
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.about {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.about-main-title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.about-layout h2 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent);
}

.about-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
}

.about-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  padding: 1rem 1.1rem;
  overflow: hidden;
}

.about-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
}

.story-card {
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  align-items: center;
  text-align: center;
}

.numbers-card,
.services-card {
  background: linear-gradient(180deg, var(--surface-soft) 0%, var(--surface) 100%);
}

.services-card,
.community-card {
  height: 100%;
}

.about-copy {
  margin: 0.7rem 0 0;
  color: var(--text-dim);
  max-width: 110ch;
}

.about-subtitle {
  margin: 0 0 0.75rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.numbers-list,
.services-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.numbers-list li,
.services-list li {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #111111;
  padding: 0.8rem 0.85rem;
  display: grid;
  gap: 0.35rem;
}

.numbers-list strong,
.services-list strong {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.1rem, 2.3vw, 1.45rem);
  color: #ffffff;
}

.numbers-list span,
.services-list span {
  color: var(--text-dim);
  font-size: 0.95rem;
}

.community-label {
  margin: 0 0 0.35rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
}

.community-card p {
  margin: 0 0 0.7rem;
  color: var(--text-dim);
}

.jax-map {
  width: 100%;
  min-height: 225px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.truck-showcase {
  width: min(1360px, calc(100vw - 2rem));
  margin-inline: auto;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.truck-showcase img {
  display: block;
  width: 100%;
  height: clamp(340px, 44vw, 500px);
  object-fit: cover;
  object-position: center 61%;
}


.hero {
  background: #0f0f0f;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 1rem;
  align-items: center;
}

.hero-logo-panel {
  border-radius: 14px;
  border: 1px solid rgba(17, 129, 215, 0.26);
  background: #0a0a0a;
  display: grid;
  place-items: center;
  min-height: 280px;
}

.hero-logo-panel img {
  width: min(100%, 290px);
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(17, 129, 215, 0.22));
}

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

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.1;
}

h1 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  margin-bottom: 1rem;
}

h2 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.025em;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

p {
  margin: 0;
}

.hero-copy {
  color: var(--text-dim);
  max-width: 70ch;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-stats li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
  display: grid;
  gap: 0.22rem;
}

.hero-stats strong {
  font-size: 1rem;
}

.hero-stats span {
  color: var(--text-dim);
  font-size: 0.86rem;
}

.btn {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.75rem 1.1rem;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-solid {
  background: linear-gradient(135deg, #e86fc9, #f08ad5);
  color: #ffffff;
}

.btn-solid:hover,
.btn-solid:focus-visible {
  background: linear-gradient(135deg, #dc58bb, #ea76cc);
}

.btn-submit-pink {
  background: var(--accent);
  color: #ffffff;
  border-color: transparent;
}

.btn-submit-pink:hover,
.btn-submit-pink:focus-visible {
  background: #dc58bb;
}

.btn-quote {
  background: linear-gradient(135deg, rgba(126, 223, 242, 0.95), rgba(232, 111, 201, 0.95));
  color: #ffffff;
  border-color: transparent;
}

.btn-quote:hover,
.btn-quote:focus-visible {
  background: linear-gradient(135deg, rgba(86, 201, 226, 0.98), rgba(220, 88, 187, 0.98));
  border-color: transparent;
}

.btn-outline {
  background: rgba(0, 0, 0, 0.78);
  border-color: var(--line);
  color: var(--text);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: var(--accent-soft);
}

.btn-call {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent-deep));
  color: #ffffff;
}

.btn-call:hover,
.btn-call:focus-visible {
  background: linear-gradient(135deg, #6bcce5, #358fc2);
}

.btn-text {
  color: var(--text);
  border-color: var(--line);
  background: rgba(0, 0, 0, 0.72);
}

.section-head {
  margin-bottom: 1rem;
}

.section-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 0.55rem;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--accent);
  border-radius: 999px;
}

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

.trust-strip .section-head {
  margin-bottom: 0.8rem;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.trust-badges span {
  text-align: center;
  padding: 0.7rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  font-weight: 700;
}

.inline-cta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.card,
.panel,
.architecture-grid article,
.quote-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.15rem;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.card p,
.panel li,
.steps p,
.faq p,
.architecture p {
  color: var(--text-dim);
}

.architecture > p {
  text-align: center;
  max-width: 90ch;
  margin: 0 auto 1.1rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
}

.steps li span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #ffffff;
  display: grid;
  place-content: center;
  font-weight: 700;
}

.split,
.architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.panel ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.3rem;
}

.panel-accent {
  border-color: var(--line);
  background: var(--surface-soft);
}

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

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

.reviews-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.stars {
  color: #f7b500;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.review-text {
  color: var(--text-dim);
  margin-bottom: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-grid article.is-expanded .review-text {
  display: block;
  overflow: visible;
}

.review-toggle {
  align-self: flex-start;
  margin: 0 0 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a8a8a8;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.review-toggle:hover,
.review-toggle:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.review-meta {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-deep);
}

.section-intro {
  color: var(--text-dim);
}

.ba-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.ba-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 1rem;
}

.ba-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.ba-pair figure {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.ba-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
  background: #121212;
}

.photo-placeholder {
  min-height: 128px;
  border-radius: 10px;
  border: 1px solid #9fd0f3;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #2f5b82;
  background: linear-gradient(145deg, rgba(46, 169, 255, 0.2), rgba(116, 191, 242, 0.2));
}

.photo-placeholder.after {
  border-color: #d89bd2;
  color: #8a2a71;
  background: linear-gradient(145deg, rgba(255, 31, 188, 0.17), rgba(255, 149, 212, 0.22));
}

.ba-pair figcaption {
  color: var(--text-dim);
  font-size: 0.85rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0.8rem 0;
}

.faq-list details:last-child {
  border-bottom: 0;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin-top: 0.6rem;
}

.single-panel {
  max-width: 100%;
}

.quote-form {
  display: grid;
  gap: 0.7rem;
}

.quote-reassurance {
  max-width: 72ch;
  margin: -0.35rem auto 0.85rem;
  color: #d8d8d8;
  font-size: 0.96rem;
  line-height: 1.45;
  text-align: center;
}

.quote-trust-list {
  list-style: none;
  margin: -0.15rem 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.7rem;
}

.quote-trust-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #d8d8d8;
  padding: 0.34rem 0.68rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.quote-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.9rem;
}

.field-help {
  color: #bfbfbf;
  font-size: 0.8rem;
  line-height: 1.35;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #111111;
  color: var(--text);
  border-radius: 9px;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

input[type="file"] {
  padding: 0.5rem 0.55rem;
}

.photo-upload-preview {
  display: grid;
  gap: 0.55rem;
}

.photo-preview-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #111111;
  padding: 0.55rem;
}

.photo-preview-card img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid var(--line);
}

.photo-preview-name {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.photo-preview-size {
  color: #bfbfbf;
  font-size: 0.78rem;
  margin-top: 0.12rem;
}

.photo-remove {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text-dim);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.42rem 0.68rem;
}

.photo-remove:hover,
.photo-remove:focus-visible {
  border-color: var(--accent);
  color: #ffffff;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.form-note {
  font-size: 0.95rem;
  color: var(--accent-deep);
  min-height: 1.2rem;
  line-height: 1.55;
}

.form-note strong {
  color: #ffffff;
}

.site-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding: 2.4rem 0 2.8rem;
  color: var(--text-dim);
  font-size: 0.9rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  width: min(560px, 100%);
  padding: 1.25rem 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.footer-logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-contact {
  display: grid;
  gap: 0.28rem;
  justify-items: center;
}

.footer-contact p {
  margin: 0;
}

.footer-title {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-phone {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-email {
  color: var(--text-dim);
  font-size: 1rem;
  text-decoration: none;
}

.footer-support {
  max-width: 40ch;
  color: #bfbfbf;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.footer-hours {
  margin-top: 0.55rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.16rem;
  color: #bfbfbf;
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer-hours-title {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-phone:hover,
.footer-phone:focus-visible,
.footer-email:hover,
.footer-email:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 920px) {
  .top-contact-inner {
    min-height: 34px;
    gap: 0.35rem;
    flex-wrap: wrap;
    padding: 0.18rem 0;
  }

  .top-contact-link {
    font-size: 0.78rem;
  }

  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero-layout,
  .about-layout,
  .hero-stats,
  .trust-badges,
  .cards,
  .ba-grid,
  .ba-pair,
  .reviews-grid,
  .split,
  .architecture-grid {
    grid-template-columns: 1fr;
  }

  .hero-logo-panel {
    min-height: 220px;
  }

  .marquee-track img {
    width: 220px;
    height: 140px;
  }

  .overlay-brand img {
    width: 136px;
    height: 136px;
  }

  .about-layout {
    gap: 0.8rem;
  }

  .truck-showcase {
    width: calc(100vw - 1.2rem);
    border-radius: 16px;
  }

  .photo-preview-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .photo-preview-card img {
    width: 64px;
    height: 50px;
  }

  .photo-remove {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-brand {
    padding: 1.1rem 1rem;
  }
}
