:root {
  --blue: #334f78;
  --blue-dark: #213956;
  --blue-soft: #8d9ab4;
  --ink: #242b33;
  --muted: #5f6771;
  --paper: #ffffff;
  --light: #f3f4f6;
  --line: #d9dde3;
  --shadow: 0 18px 45px rgba(25, 40, 62, .12);
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Libre Franklin", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--blue-dark); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 900px; }
.center { text-align: center; }
.section { padding: 76px 0; }
.section--light { background: var(--light); }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  background: #fff; color: #000; padding: .75rem 1rem; border: 2px solid #000;
}
.skip-link:focus { top: 1rem; }

.contact-bar { background: var(--blue-dark); color: #fff; font-size: .82rem; letter-spacing: .04em; }
.contact-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-bar a { color: #fff; text-decoration: none; }
.brand-header { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding-block: 20px; }
.brand-link img { width: min(500px, 100%); }
.address { color: var(--blue); text-align: right; letter-spacing: .08em; line-height: 1.45; }
.address strong, .address span { display: block; }
.service-area { padding: 12px 20px; background: var(--blue); color: #fff; text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .1em; }

.hero { padding: 56px 0 0; text-align: center; background: linear-gradient(#fff, #f7f8fa); }
h1, h2, h3 { color: var(--blue); line-height: 1.2; }
h1 { max-width: 950px; margin: 0 auto 38px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 5vw, 4rem); font-weight: 600; }
h2 { margin: .15em 0 .55em; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
.hero__truck { width: min(820px, 100%); margin-inline: auto; border-radius: 2px 2px 0 0; box-shadow: var(--shadow); }
.eyebrow { margin: 0; color: var(--blue-soft); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lead { margin: 0 auto; max-width: 780px; color: var(--muted); font-size: 1.15rem; }
.rule { width: 90px; height: 1px; background: var(--blue-soft); margin: 34px auto; }
.video-shell { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; margin-top: 24px; background: #111; box-shadow: var(--shadow); }
.video-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.feature-card { background: #fff; border-top: 5px solid var(--blue); padding: 30px; box-shadow: 0 8px 26px rgba(25,40,62,.08); }
.feature-card h3 { margin-top: 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; }
ul { padding-left: 1.2rem; }
li + li { margin-top: .6rem; }
li::marker { color: var(--blue); }

.brands { background: #fff; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.brand-grid span { display: grid; place-items: center; min-height: 96px; padding: 18px; background: #fff; color: var(--blue); font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; }

.appointment { color: #fff; background: var(--blue); }
.appointment h2, .appointment a { color: #fff; }
.appointment .eyebrow { color: #c4cedd; }
.appointment__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.appointment__contact { font-size: 1.1rem; }
.appointment-form { background: #fff; color: var(--ink); padding: 32px; box-shadow: var(--shadow); }
.field-row { margin-bottom: 18px; }
.field-row--two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: block; margin-bottom: 6px; color: var(--blue-dark); font-size: .88rem; font-weight: 700; }
input, textarea {
  width: 100%; border: 1px solid #bbc2cb; border-radius: 0; padding: 12px 13px;
  color: var(--ink); background: #fff; font: inherit;
}
input:focus, textarea:focus { outline: 3px solid rgba(51,79,120,.18); border-color: var(--blue); }
textarea { resize: vertical; }
button {
  border: 0; padding: 14px 22px; background: var(--blue-dark); color: #fff;
  font: inherit; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
}
button:hover { background: #172b43; }
button:disabled { opacity: .65; cursor: wait; }
.form-note { margin-bottom: 0; color: var(--muted); font-size: .78rem; }
.form-status { display: none; margin-bottom: 18px; padding: 12px; border: 1px solid; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: #164e2d; background: #eaf7ef; border-color: #9fd3b1; }
.form-status.is-error { color: #762324; background: #fff0f0; border-color: #e0aaaa; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 32px; }
figure { margin: 0; background: #fff; padding: 30px; border: 1px solid var(--line); }
blockquote { margin: 0 0 20px; color: #454c55; font-family: "Playfair Display", Georgia, serif; font-size: 1.04rem; font-style: italic; }
figcaption { color: var(--blue); font-weight: 700; }
figcaption span { color: var(--muted); font-size: .85rem; font-weight: 400; }

.business__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 52px; align-items: center; }
.business img { box-shadow: var(--shadow); }
.business p { font-size: 1.05rem; }

.site-footer { padding: 34px 0; background: #17283d; color: #d9e0e8; font-size: .84rem; }
.site-footer__inner { display: grid; grid-template-columns: 250px 1fr auto; gap: 34px; align-items: center; }
.site-footer img { filter: brightness(0) invert(1); opacity: .82; }
.site-footer a { color: #fff; }
.site-footer__links { display: flex; gap: 18px; }

.privacy-main { padding: 70px 0; }
.privacy-main h1 { margin-inline: 0; max-width: none; text-align: left; }
.privacy-main h2 { font-size: 1.6rem; }

@media (max-width: 850px) {
  .section { padding: 58px 0; }
  .feature-grid, .appointment__grid, .testimonial-grid, .business__grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .appointment__grid { gap: 34px; }
  .business__grid img { order: 2; }
  .site-footer__inner { grid-template-columns: 1fr; text-align: center; }
  .site-footer img { margin-inline: auto; }
  .site-footer__links { justify-content: center; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .contact-bar__inner { flex-direction: column; justify-content: center; gap: 2px; padding: 8px 0; }
  .brand-header { grid-template-columns: 1fr; justify-items: center; gap: 10px; }
  .address { text-align: center; font-size: .83rem; }
  .service-area { font-size: .68rem; }
  .hero { padding-top: 38px; }
  .feature-card, .appointment-form, figure { padding: 23px; }
  .field-row--two { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .brand-grid span { min-height: 78px; font-size: .95rem; }
}
