/* ============================================================
   Haul Me Alabama — Brand Tokens (extracted from IMG_6852.JPG)
   ============================================================ */
:root {
  --navy: #001a35;
  --navy-2: #011d35;
  --red: #b13929;
  --red-dark: #8f2c1f;
  --cream: #f6edd0;
  --steel: #4281a4;
  --ink: #1a1a1a;
  --surface: #ffffff;
  --neutral-light: #f4f7f6;

  --font-head: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-full: 9999px;

  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;
  --space-2xl: 120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

h1, h2, h3, .label-caps {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 { font-size: 52px; line-height: 1.1; margin: 0 0 16px; color: var(--surface); }
h2 { font-size: 38px; line-height: 1.2; margin: 0 0 12px; color: var(--navy); }
h3 { font-size: 22px; margin: 0 0 8px; color: var(--navy); }
.label-caps {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--red);
}
p { margin: 0 0 16px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: var(--cream); }
.btn--primary:hover { background: var(--red-dark); }
.btn--secondary { background: var(--navy); color: var(--cream); }
.btn--outline { background: transparent; border-color: var(--cream); color: var(--cream); }
.btn--outline-white { background: transparent; border-color: #fff; color: #fff; }
.btn--lg { padding: 18px 40px; font-size: 15px; }
.btn--sm { padding: 10px 22px; font-size: 12px; }
.btn--full { width: 100%; }

.badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.badge--red { background: var(--red); color: var(--cream); }
.badge--navy { background: var(--navy); color: var(--cream); }

/* ============================================================
   Utility bar + Sticky header
   ============================================================ */
.utility-bar {
  background: var(--navy);
  color: var(--cream);
  font-size: 13px;
  padding: 6px 0;
}
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.utility-bar__actions { display: flex; gap: 20px; align-items: center; }
.utility-bar__phone { font-weight: 700; color: var(--cream); }
.utility-bar__email:hover, .utility-bar__phone:hover { color: var(--red); }

.site-header {
  position: sticky; top: 0; z-index: 500;
  background: var(--surface);
  border-bottom: 3px solid var(--navy);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  gap: 20px;
}
.site-header__logo img { height: 64px; width: auto; }
.nav-menu { display: flex; gap: 28px; }
.nav-menu a {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
}
.nav-menu a:hover { color: var(--red); }
.site-header__cta { flex-shrink: 0; }
.hamburger { display: none; }
.mobile-menu { display: none; }

/* Sticky mobile phone bar */
.sticky-call-bar { display: none; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; background: var(--neutral-light); overflow: hidden; }
.hero__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 48px;
  align-items: center;
  padding: 72px 24px;
}
.hero__eyebrow { color: var(--red); }
.hero__text h1 { color: var(--navy); }
.hero__sub { color: var(--ink); font-size: 17px; max-width: 520px; }
.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.hero .btn--outline { border-color: var(--navy); color: var(--navy); }
.hero__trust { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 12px; }
.trust-badge__shield, .trust-badge__icon { font-size: 24px; }

.hero__right { display: flex; flex-direction: column; gap: 24px; }
.hero__photo {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.2);
  max-height: 460px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__photo img { width: 100%; height: 100%; object-fit: contain; }

.hero__card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.hero__card-title { margin-top: 12px; }
.hero__card-sub { color: #555; font-size: 14px; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--navy); }
.form-control {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #d8d8d8;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px;
  background: #fff;
  color: var(--ink);
}
.form-control:focus { outline: none; border-color: var(--red); }
.form-textarea { resize: vertical; }
.form-message { margin-top: 10px; font-size: 14px; }
.form-message.success { color: #1c7d3f; }
.form-message.error { color: var(--red); }

/* ============================================================
   Section header
   ============================================================ */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 48px; }
.section-eyebrow { display: block; margin-bottom: 8px; }
.section-sub { color: #555; font-size: 17px; }

section { padding: var(--space-xl) 0; }

/* ============================================================
   Pricing cards
   ============================================================ */
.pricing { background: var(--neutral-light); }
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pricing-card {
  position: relative;
  background: var(--surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
}
.pricing-card--featured { border: 3px solid var(--red); }
.pricing-card__badge { position: absolute; top: 16px; right: 16px; z-index: 2; }
.pricing-card__img-wrap { height: 200px; overflow: hidden; background: var(--navy); }
.pricing-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.pricing-card__img-wrap--placeholder { display: flex; align-items: center; justify-content: center; }
.pricing-card__icon-wrap { color: var(--cream); }
.pricing-card__body { padding: 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pricing-card__meta { color: #777; font-size: 14px; margin-bottom: 8px; }
.pricing-card__features { margin-bottom: 20px; flex: 1; }
.pricing-card__features li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
}
.pricing-card__features li::before {
  content: '✓'; position: absolute; left: 0; color: var(--red); font-weight: 700;
}
.pricing__service-chips { display: flex; gap: 12px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.service-chip {
  padding: 10px 22px;
  border-radius: var(--radius-full);
  background: var(--navy);
  color: var(--cream);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-chip:hover { background: var(--red); }

/* ============================================================
   Services grid
   ============================================================ */
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card {
  background: var(--surface);
  border: 1px solid #e6e6e6;
  border-radius: var(--radius-md);
  padding: 28px 22px;
  text-align: left;
}
.service-card__icon { color: var(--red); margin-bottom: 16px; }

/* ============================================================
   CTA band (dark, photo)
   ============================================================ */
.cta-band {
  position: relative;
  background: linear-gradient(100deg, rgba(0,26,53,.92), rgba(0,26,53,.7)), url('../images/services-bg.jpg') center/cover;
  color: var(--cream);
}
.cta-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-band__title { color: var(--cream); }
.cta-band__sub { color: var(--cream); opacity: .85; max-width: 480px; }
.cta-band__actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ============================================================
   Reviews carousel
   ============================================================ */
.reviews__carousel { position: relative; max-width: 720px; margin: 0 auto; }
.review-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
  text-align: center;
}
.review-card__header { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 12px; }
.review-card__avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--steel); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 22px;
}
.review-card__service, .review-card__date { display: block; font-size: 13px; color: #777; }
.review-card__stars { color: #FFC107; font-size: 18px; margin-bottom: 12px; }
.review-card__text { font-style: italic; color: #333; margin: 0 0 12px; }
.review-card__source { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: #777; }
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--surface); border: 1px solid #ddd; border-radius: 50%;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--navy);
}
.carousel-btn--prev { left: -60px; }
.carousel-btn--next { right: -60px; }
.reviews__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.reviews__dot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; padding: 0; }
.reviews__dot--active { background: var(--red); }

/* ============================================================
   Stats bar
   ============================================================ */
.stats-bar { background: var(--navy); color: var(--cream); }
.stats-bar__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; flex: 1; min-width: 140px; }
.stat-item__icon { color: var(--red); margin-bottom: 4px; }
.stat-item__number { font-family: var(--font-head); font-size: 24px; text-transform: uppercase; }
.stat-item__label { font-size: 13px; opacity: .8; }
.stat-divider { width: 1px; height: 48px; background: rgba(246,237,208,.2); }

/* ============================================================
   Size guide
   ============================================================ */
.size-guide__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.size-guide__image img { border-radius: var(--radius-md); }
.size-option { border-left: 3px solid var(--red); padding-left: 16px; margin-bottom: 20px; }
.size-option__header { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.size-option__size { font-family: var(--font-head); font-size: 18px; color: var(--navy); text-transform: uppercase; }
.size-option__tag { font-size: 11px; color: #777; text-transform: uppercase; font-weight: 600; }
.size-option__desc { font-size: 14px; color: #555; margin: 0; }

/* ============================================================
   Comparison
   ============================================================ */
.comparison__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.comparison-card { padding: 40px; border-radius: var(--radius-md); }
.comparison-card--navy { background: var(--navy); color: var(--cream); }
.comparison-card--navy h3 { color: var(--cream); }
.comparison-card--red { background: var(--red); color: var(--cream); }
.comparison-card--red h3 { color: var(--cream); }
.comparison-card__icon { margin-bottom: 16px; }
.comparison-card__list { margin-bottom: 24px; }
.comparison-card__list li { padding-left: 20px; position: relative; margin-bottom: 10px; font-size: 14px; }
.comparison-card__list li::before { content: '—'; position: absolute; left: 0; }
.comparison__footer-text { text-align: center; margin-top: 32px; color: #555; }
.comparison__footer-text a { color: var(--red); font-weight: 600; }

/* ============================================================
   CTA strip (red)
   ============================================================ */
.cta-strip { background: var(--red); color: var(--cream); }
.cta-strip__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-strip__title { color: var(--cream); margin-bottom: 8px; }
.cta-strip__sub { margin: 0; opacity: .9; }
.cta-strip__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-strip .btn--primary { background: var(--navy); }

/* ============================================================
   Contact
   ============================================================ */
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact__desc { color: #555; }
.contact__details { margin: 24px 0; display: flex; flex-direction: column; gap: 16px; }
.contact-detail { display: flex; gap: 12px; align-items: flex-start; }
.contact-detail__icon { font-size: 20px; }
.contact-detail__link { color: var(--red); font-weight: 600; }
.contact__map iframe { border-radius: var(--radius-md); }
.contact__form-wrap {
  background: var(--navy);
  padding: 32px;
  border-radius: var(--radius-md);
}
.contact-form .form-label { color: var(--cream); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--navy); color: var(--cream); padding-top: var(--space-xl); }
.site-footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.site-footer__brand img { height: 60px; margin-bottom: 16px; }
.site-footer__tagline { font-size: 14px; opacity: .8; }
.site-footer__contact { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.site-footer__phone { font-weight: 700; color: var(--red); }
.site-footer__social a { color: var(--cream); }
.site-footer__heading { color: var(--cream); font-size: 15px; margin-bottom: 16px; }
.site-footer__list li { margin-bottom: 10px; font-size: 14px; opacity: .85; }
.site-footer__bottom { border-top: 1px solid rgba(246,237,208,.15); padding: 20px 0; }
.site-footer__copy { margin: 0; font-size: 13px; opacity: .7; text-align: center; }
.site-footer__copy a { color: var(--cream); }

/* ============================================================
   Chat bubble / call-me widget (Kinlock-style, HMA branded)
   ============================================================ */
.chat-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 600;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--red); color: var(--cream);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
.chat-btn:hover { background: var(--red-dark); }
.chat-window {
  position: fixed; bottom: 96px; right: 24px; z-index: 600;
  width: 340px; max-height: 480px;
  background: var(--surface);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.chat-window.is-open { display: flex; }
.chat-header { background: var(--navy); color: var(--cream); padding: 16px; }
.chat-header__name { font-weight: 700; }
.chat-header__status { font-size: 12px; opacity: .75; }
.chat-messages { flex: 1; padding: 16px; overflow-y: auto; font-size: 14px; }
.chat-input-row { display: flex; border-top: 1px solid #eee; }
.chat-input { flex: 1; border: none; padding: 12px 16px; font-size: 14px; }
.chat-input:focus { outline: none; }
.chat-send { background: var(--red); color: var(--cream); border: none; padding: 0 18px; cursor: pointer; }

/* ============================================================
   Responsive — mobile stacking to match mockup mobile
   ============================================================ */
@media (max-width: 960px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  .hero__content { grid-template-columns: 1fr; padding: 48px 20px; }
  .pricing__grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr 1fr; }
  .size-guide__inner { grid-template-columns: 1fr; }
  .comparison__grid { grid-template-columns: 1fr; }
  .contact__inner { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .nav-menu { display: none; }
  .site-header__cta { display: none; }
  .hamburger { display: flex; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: 8px; }
  .hamburger__bar { width: 24px; height: 2px; background: var(--navy); }
  .mobile-menu { display: none; }
  .mobile-menu.is-open {
    display: block; background: var(--surface); padding: 20px 24px;
    border-top: 1px solid #eee;
  }
  .mobile-menu__list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
  .cta-band__inner, .cta-strip__inner { flex-direction: column; text-align: center; }
  .carousel-btn { display: none; }
  .utility-bar__inner { flex-direction: column; text-align: center; }

  /* Sticky call bar mirrors mockup's persistent phone visibility on mobile */
  .sticky-call-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 550;
    background: var(--red); color: var(--cream);
    padding: 14px 20px; justify-content: center; align-items: center; gap: 8px;
    font-family: var(--font-head); text-transform: uppercase; font-weight: 700; letter-spacing: .04em;
    box