
/* ============================================================
   OverEasy Movers — global stylesheet (generated from config)
   Friendly light theme: royal blue / navy / gold accents.
   ============================================================ */
:root {
  --primary:       #0B63CE;
  --primary-dark:  #094FA6;
  --primary-light: #E8F2FE;
  --accent:        #FDBA12;
  --dark:          #0B1F3A;
  --dark-alt:      #11295C;
  --white:         #FFFFFF;
  --off-white:     #F5F7FB;
  --text-muted:    #5A6478;
  --border:        #E6EAF2;
  --font-body:     'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --header-h:      72px;
  --site-max:      1040px;
  --header-max:    1090px;
  --shadow-card:   0 10px 30px rgba(15, 27, 51, .07);
  --shadow-strip:  0 16px 44px rgba(15, 27, 51, .09);
  --focus-ring:    rgba(26, 86, 219, .34);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
button, input, select, textarea, summary { font: inherit; }
main:focus { outline: none; }

.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;
}
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 2000;
  transform: translateY(-160%);
  background: var(--dark);
  color: #fff;
  border-radius: 10px;
  padding: .75rem 1rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 27, 51, .18);
}
.skip-link:focus-visible { transform: translateY(0); color: #fff; }
:where(a, button, input, select, textarea, summary, label[for]):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}
.icon-inline,
.badge-icon {
  width: 1.1em;
  height: 1.1em;
  flex: none;
}
.icon-inline {
  display: inline-block;
  vertical-align: -.18em;
}

h1, h2, h3, h4 { font-weight: 800; color: var(--dark); line-height: 1.18; }
h1 { font-size: clamp(2.1rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: 0; }
h2 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); text-transform: uppercase; letter-spacing: 0; }
h3 { font-size: 1.05rem; }
p  { font-size: 1rem; line-height: 1.65; color: #3D4760; }
.accent { color: var(--primary); }

.container { max-width: var(--site-max); margin: 0 auto; padding: 0 1rem; }
section { padding: 3.25rem 0; }
section.alt { background: var(--off-white); }
section.light { background: var(--off-white); }
section.light h2, section.light h3 { color: var(--dark); }
section.light p { color: #3D4760; }

.section-heading { text-align: center; margin-bottom: 1.45rem; }
.section-heading.left { text-align: left; }
.section-heading p { margin-top: .6rem; color: var(--text-muted); }

/* Long-form copy (location intros, about story) */
.prose { max-width: 72ch; margin: 0 auto; }
.prose p { font-size: 1.08rem; line-height: 1.7; }
.prose p + p { margin-top: 1.05rem; }

.center-link { display: block; text-align: center; margin-top: 1.75rem; font-weight: 800; font-size: .92rem; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 46px; padding: .75rem 1.5rem; border-radius: 10px;
  font-family: var(--font-body); font-weight: 800; font-size: .95rem;
  cursor: pointer; border: none; white-space: nowrap; text-align: center;
  transition: background .15s ease, transform .15s ease, color .15s ease, box-shadow .15s ease;
}
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 18px rgba(26, 86, 219, .25); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary-light); color: var(--primary-dark); }
.btn-light { background: #fff; color: var(--primary); }
.btn-light:hover { background: var(--primary-light); color: var(--primary-dark); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #1C2C4F; color: #fff; }
.btn:disabled {
  opacity: .68;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.btn svg { width: 1.05em; height: 1.05em; flex: none; }

/* ── Header / nav ────────────────────────────────────────── */
.site-header {
  position: relative; z-index: 1200;
  background: rgba(255, 255, 255, .97); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header .container { max-width: var(--header-max); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }
.logo { display: inline-flex; align-items: center; gap: .55rem; white-space: nowrap; }
.logo .logo-mark { width: 38px; height: 38px; flex: none; }
.logo-img { height: 42px; width: auto; display: block; }

.nav-links { display: none; list-style: none; align-items: center; gap: .1rem; }
.nav-links > li { position: relative; }
.nav-links > li > a, .nav-links .drop-label {
  display: flex; align-items: center; gap: .3rem; padding: .85rem .7rem;
  color: #243049; font-weight: 700; font-size: .86rem; cursor: pointer;
  border-radius: 8px; white-space: nowrap;
}
.nav-links .drop-label {
  border: 0;
  background: transparent;
  font-family: var(--font-body);
}
.nav-links > li > a:hover,
.nav-links > li > a:focus-visible,
.nav-links li:hover .drop-label,
.nav-links li:focus-within .drop-label { color: var(--primary); background: var(--off-white); }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: .5rem; display: none; box-shadow: 0 18px 44px rgba(15, 27, 51, .13);
}
.nav-links li:hover .dropdown,
.nav-links li:focus-within .dropdown { display: block; }
.dropdown a { display: block; padding: .55rem .75rem; color: #243049; border-radius: 8px; font-size: .92rem; font-weight: 600; }
.dropdown a:hover,
.dropdown a:focus-visible { background: var(--off-white); color: var(--primary); }

.header-cta { display: none; align-items: center; gap: 1.1rem; }
.cta-col { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.cta-caption { font-size: .68rem; font-weight: 600; color: var(--text-muted); }
.header-phone {
  display: inline-flex; align-items: center; gap: .45rem;
  color: var(--dark); font-weight: 800; font-size: .9rem; white-space: nowrap;
}
.header-phone svg { flex: none; color: var(--primary); }
.header-phone:hover { color: var(--primary); }
.header-cta .btn { min-height: 42px; padding: .6rem 1.25rem; font-size: .85rem; border-radius: 9px; }

/* Mobile hamburger (pure CSS) */
.menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 12px; border-radius: 10px; }
.hamburger span { width: 26px; height: 3px; background: var(--dark); border-radius: 2px; transition: .2s; }
.menu-toggle:focus-visible ~ .nav-wrap .hamburger { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.mobile-menu {
  display: none; position: fixed; top: var(--header-h); right: 0; bottom: auto; left: 0;
  height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h));
  background: #fff; z-index: 1; overflow-y: auto; overscroll-behavior: contain;
  padding: 1.5rem 1.25rem calc(6rem + env(safe-area-inset-bottom));
}
.menu-toggle:checked ~ .mobile-menu { display: block; }
.menu-toggle:checked ~ .nav-wrap .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle:checked ~ .nav-wrap .hamburger span:nth-child(2) { opacity: 0; }
.menu-toggle:checked ~ .nav-wrap .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu h4 { color: var(--primary); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin: 1.25rem 0 .5rem; }
.mobile-menu a { display: block; padding: .7rem 0; color: var(--dark); font-size: 1.05rem; font-weight: 600; border-bottom: 1px solid var(--border); border-radius: 8px; }
.mobile-menu a:hover,
.mobile-menu a:focus-visible { color: var(--primary); background: var(--off-white); }
.mobile-menu .btn { margin-top: 1.5rem; width: 100%; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { position: relative; background: linear-gradient(180deg, #F4F8FF 0%, #FFFFFF 100%); padding: 3rem 0 3.25rem; overflow: hidden; }
.hero-inner { position: relative; display: grid; gap: 2.25rem; align-items: center; }
.hero h1 { margin-bottom: 1rem; }
.hero .sub { font-size: 1.05rem; color: var(--text-muted); font-weight: 500; margin-bottom: 1.5rem; max-width: 46ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.5rem; }
.hero-media { position: relative; display: flex; justify-content: center; }
.hero-media svg { width: 100%; max-width: 560px; height: auto; }
.hero-media img { width: 100%; max-width: 520px; height: auto; border-radius: 20px; box-shadow: var(--shadow-card); }

.home-hero { background: #fff; padding: 0 0 1.6rem; }
.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 580px;
  pointer-events: none;
}
.home-hero::before {
  left: auto;
  width: 64%;
  background: url('/img/hero.jpg') center right / cover no-repeat;
}
.home-hero::after {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 36%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 78%, #fff 100%);
}
.home-hero .container { position: relative; z-index: 1; }
.home-hero .hero-inner {
  display: block;
  min-height: 455px;
  padding-top: 4.2rem;
}
.home-hero .hero-copy { max-width: 650px; }
.home-hero h1 {
  max-width: 11em;
  margin-bottom: 1.25rem;
  font-size: clamp(2.85rem, 4.1vw, 3.25rem);
  line-height: 1.08;
}
.home-hero .badge-strip {
  width: 640px;
  max-width: calc(100vw - 2rem);
  flex-wrap: nowrap;
}
.home-hero .sub {
  max-width: 37ch;
  margin-bottom: 1.55rem;
  color: #1F2C43;
  font-weight: 600;
}
.home-hero .hero-media { display: none; }
.home-hero .trust-strip {
  margin-top: 0;
  border-radius: 14px;
  padding: 1.45rem 2rem;
}

/* Rating pills */
.badge-strip { display: flex; flex-wrap: wrap; gap: .65rem; }
.badge {
  display: inline-flex; align-items: center; gap: .45rem;
  background: #fff; border: 1px solid var(--border); box-shadow: 0 2px 8px rgba(15,27,51,.05);
  padding: .45rem .85rem; border-radius: 999px; font-size: .8rem; font-weight: 700; color: var(--dark);
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}
.badge .stars { color: var(--accent); letter-spacing: 1px; }
.badge:hover,
.badge:focus-visible {
  border-color: rgba(26, 86, 219, .3);
  box-shadow: 0 8px 20px rgba(15, 27, 51, .09);
  color: var(--primary-dark);
}

/* Trust strip (under hero) */
.trust-strip {
  display: grid; gap: 1.4rem; background: #fff; border-radius: 18px;
  box-shadow: var(--shadow-strip); padding: 1.6rem; margin-top: 2.5rem;
}
.trust-item { display: flex; gap: .8rem; align-items: flex-start; }
.trust-item .t-icon { width: 40px; height: 40px; flex: none; color: var(--primary); }
.trust-item h3 { font-size: .95rem; margin-bottom: .2rem; }
.trust-item p { font-size: .82rem; line-height: 1.5; color: var(--text-muted); }

/* ── Photo / media cards ─────────────────────────────────── */
.photo-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(2, 1fr); }
.photo-card {
  position: relative; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden;
  background: linear-gradient(165deg, #DCE9FD, #BBD4F8);
  display: flex; align-items: center; justify-content: center;
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card .ph-ic {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.9);
  color: var(--primary); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; box-shadow: 0 6px 18px rgba(15,27,51,.12);
}

/* ── Cards & grids ───────────────────────────────────────── */
.grid { display: grid; gap: 1.25rem; }
.card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 1.6rem; transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 2px 10px rgba(15, 27, 51, .04);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.card .icon { font-size: 2rem; margin-bottom: .8rem; display: block; color: var(--primary); }
.card .icon .card-ic { width: 36px; height: 36px; }
.card h3 { margin-bottom: .5rem; color: var(--dark); }
.card p { font-size: .95rem; }
.card.link-card { display: block; }
.card.link-card:hover h3 { color: var(--primary); }
section.light .card, section.alt .card { border-color: transparent; box-shadow: var(--shadow-card); }

/* Service cards (home "Services we offer") */
.service-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 1.7rem; color: var(--dark); transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); color: var(--dark); }
.service-card:focus-visible,
.blog-card:focus-visible,
.card.link-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.service-card .s-icon { width: 46px; height: 46px; margin-bottom: 1rem; }
.service-card h3 { font-size: .98rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .55rem; }
.service-card p { font-size: .88rem; color: var(--text-muted); flex: 1; }
.service-card .learn { margin-top: 1.1rem; color: var(--primary); font-weight: 800; font-size: .86rem; }
.service-card:hover .learn { color: var(--primary-dark); }

/* Mini features ("Our services include") */
.about-split { display: grid; gap: 2.5rem; align-items: center; }
.mini-features { display: grid; gap: 1.5rem 1.6rem; grid-template-columns: repeat(2, 1fr); }
.mini-feature .m-icon { display: block; width: 38px; height: 38px; margin-bottom: .55rem; }
.mini-feature h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .03em; margin-bottom: .25rem; }
.mini-feature p { font-size: .8rem; line-height: 1.5; color: var(--text-muted); }

.about-stack { position: relative; display: grid; }
.about-photo {
  background: linear-gradient(165deg, #DCE9FD, #BBD4F8); border-radius: 18px 18px 0 0;
  overflow: hidden; display: flex; align-items: flex-end; justify-content: center; min-height: 220px;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-panel {
  background: var(--primary); border-radius: 0 0 18px 18px; padding: 1.7rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: .75rem;
}
.about-panel h3 { color: #fff; text-transform: uppercase; font-size: 1.05rem; letter-spacing: .02em; }
.about-panel p { color: #D7E3FB; font-size: .88rem; }
.smiley { position: absolute; right: -14px; bottom: -18px; width: 62px; height: 62px; }

/* Benefits checklist */
.benefit-list { list-style: none; display: grid; gap: .8rem; }
.benefit-list li {
  display: flex; gap: .75rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: .9rem 1.1rem; color: #2A3550; font-weight: 600;
}
.benefit-list li::before { content: "✓"; color: var(--primary); font-weight: 800; flex: none; }

/* Testimonials */
.testimonials-row { display: grid; grid-auto-flow: column; grid-auto-columns: 85%; gap: 1.25rem; overflow-x: auto; padding-bottom: .75rem; scroll-snap-type: x mandatory; }
.testimonials-row .t-card { scroll-snap-align: start; }
.t-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.4rem;
  display: flex; flex-direction: column; gap: .75rem; box-shadow: 0 2px 10px rgba(15,27,51,.04);
}
.t-card .stars { color: var(--accent); letter-spacing: 2px; font-size: 1rem; }
.t-card p { color: #2A3550; font-size: .88rem; }
.t-card .who { display: flex; align-items: center; gap: .6rem; color: var(--dark); font-size: .85rem; font-weight: 700; margin-top: auto; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: none; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .8rem; color: var(--dark);
  background: var(--primary-light); border: 2px solid var(--primary);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.t-card:nth-child(3n+2) .avatar { background: #FFF3D6; border-color: var(--accent); }
.t-card:nth-child(3n) .avatar { background: #E7F7EC; border-color: #22A75D; }

/* Trust band (blue) */
.trust-band { background: var(--primary); border-radius: 18px; padding: 1.5rem 2rem; box-shadow: 0 14px 36px rgba(26,86,219,.25); }
.tb-head { text-align: center; color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: .92rem; margin-bottom: 1.1rem; }
.tb-items { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem 2.2rem; }
.tb-item { display: flex; align-items: center; gap: .5rem; color: #fff; font-weight: 700; font-size: .9rem; }
.tb-item svg { width: 20px; height: 20px; flex: none; }
.tb-item .gold { color: var(--accent); }

/* Doodles */
.doodle-scribble { position: absolute; left: 4%; top: 3.2rem; width: 90px; display: none; }
.pos-rel { position: relative; }

/* Tag cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.tag {
  background: #fff; border: 1px solid var(--border); color: #3D4760;
  padding: .5rem 1rem; border-radius: 999px; font-size: .9rem; font-weight: 600;
}
.tag:hover { border-color: var(--primary); color: var(--primary); }

/* Rates table */
.rates-table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow-card); }
.rates-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.rates-table th { background: var(--primary); color: #fff; text-align: left; padding: .9rem 1.1rem; font-size: .85rem; }
.rates-table td { padding: .9rem 1.1rem; border-top: 1px solid #EEF1F6; color: #2A3550; font-weight: 500; }
.rates-table tr:nth-child(even) td { background: #F8FAFD; }
.rates-table .rate { color: var(--primary); font-weight: 800; }

/* FAQ accordion */
.faq-list { display: grid; gap: .7rem; max-width: 820px; margin: 0 auto; }
.faq-list details { background: var(--off-white); border-radius: 12px; overflow: hidden; }
section.alt .faq-list details, section.light .faq-list details { background: #fff; box-shadow: 0 2px 10px rgba(15,27,51,.04); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 700; color: var(--dark);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 48px; font-size: .95rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--primary); font-size: 1.4rem; font-weight: 800; flex: none; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details > div { padding: 0 1.3rem 1.2rem; }
.faq-list details > div p { font-size: .9rem; }

/* FAQ split (home) */
.faq-split { display: grid; gap: 2.5rem; align-items: center; }
.faq-figure { position: relative; display: none; justify-content: center; }
.faq-figure svg { width: 100%; max-width: 360px; }
.faq-figure img { width: 100%; max-width: 340px; border-radius: 18px; box-shadow: var(--shadow-card); }
.faq-figure .fig-doodle { left: -4px; top: -14px; width: 74px; }
.faq-split .faq-list { margin: 0; max-width: none; }
.faq-split .section-heading { text-align: left; margin-bottom: 1.5rem; }

/* CTA panel ("Ready to move?") */
.cta-panel {
  position: relative; overflow: hidden; background: #E4EEFD; border-radius: 22px;
  padding: 2.25rem; display: grid; gap: 1.4rem; align-items: center;
}
.cta-panel h2 { text-transform: none; font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: .4rem; }
.cta-panel p { color: #3D4760; font-size: .95rem; max-width: 38ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; position: relative; z-index: 2; }
.cta-truck { position: absolute; right: 1.75rem; bottom: 1.1rem; width: 160px; display: none; }

/* ── Homepage sketch fidelity ───────────────────────────── */
.home-love { padding: .75rem 0 2.25rem; }
.home-services,
.home-includes,
.home-reviews,
.home-blogs,
.home-faq,
.home-ready { padding: 2.25rem 0; background: #fff; }
.home-includes,
.home-reviews { padding: 1.85rem 0; }
.home-blogs { padding: 1.85rem 0 1.35rem; }
.home-faq { padding: 1.55rem 0 1.7rem; }
.home-trust-band { padding: .85rem 0 1.45rem; }

.home-love .photo-grid,
.home-services .grid-3,
.home-reviews .grid-4,
.home-blogs .blog-grid {
  max-width: 830px;
  margin: 0 auto;
}
.home-love .photo-grid { gap: 1.25rem; }
.home-love .photo-card {
  aspect-ratio: 1 / 1.1;
  border-radius: 10px;
}
.home-love .photo-card:last-child::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(15, 27, 51, .78);
  box-shadow: 0 0 0 5px rgba(255,255,255,.82);
}
.home-love .photo-card:last-child::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  transform: translate(-34%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
.home-love .why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 960px;
  margin: 2.2rem auto 0;
}
.home-love .why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.55rem;
  box-shadow: 0 2px 10px rgba(15, 27, 51, .04);
}
.home-love .why-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: .85rem;
}
.home-love .why-icon svg { width: 100%; height: 100%; }
.home-love .why-card h3 {
  font-size: .98rem;
  margin-bottom: .55rem;
}
.home-love .why-card p {
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.home-services .service-card {
  min-height: 206px;
  border-radius: 14px;
  padding: 1.65rem 1.6rem 1.4rem;
}
.home-services .service-card .s-icon { width: 42px; height: 42px; margin-bottom: 1rem; }
.home-services .service-card h3 { font-size: .86rem; }
.home-services .service-card p,
.home-services .service-card .learn { font-size: .8rem; }

.home-includes .about-split { align-items: center; }
.home-includes .mini-features { gap: 1.45rem 1.7rem; }
.home-includes .mini-feature h3 { font-size: .75rem; }
.home-includes .mini-feature p { font-size: .76rem; }
.home-includes .about-stack {
  --about-photo-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430 340' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M20 0H362C376 0 388 12 388 26V34C388 48 399 59 413 59H430V320C430 331 421 340 410 340H20C9 340 0 331 0 320V20C0 9 9 0 20 0Z'/%3E%3C/svg%3E");
  --about-panel-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 320' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M26 0H274C288 0 300 12 300 26V294C300 308 288 320 274 320H26C12 320 0 308 0 294V26C0 12 12 0 26 0Z'/%3E%3C/svg%3E");
  display: block;
  min-height: 300px;
  aspect-ratio: 1.76 / 1;
  isolation: isolate;
}
.home-includes .about-photo {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 63%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  -webkit-mask: var(--about-photo-mask) center / 100% 100% no-repeat;
  mask: var(--about-photo-mask) center / 100% 100% no-repeat;
}
.home-includes .about-panel {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 2;
  width: 44%;
  height: 88%;
  min-height: 0;
  justify-content: center;
  border-radius: 0;
  padding: 2.15rem 2rem 2rem 2.35rem;
  background: linear-gradient(135deg, #1B6FEA 0%, #075ED6 55%, #0057C8 100%);
  box-shadow: 0 16px 30px rgba(26, 86, 219, .18);
  -webkit-mask: var(--about-panel-mask) center / 100% 100% no-repeat;
  mask: var(--about-panel-mask) center / 100% 100% no-repeat;
}
.home-includes .about-panel h3 { font-size: 1.25rem; line-height: 1.18; }
.home-includes .about-panel p { font-size: .85rem; }
.home-includes .smiley {
  z-index: 3;
  right: 36%;
  bottom: -18px;
  width: 68px;
  height: 68px;
}

.home-reviews .doodle-scribble {
  display: block;
  top: .8rem;
  left: calc(50% - 515px);
  width: 92px;
}
.home-reviews .t-card {
  min-height: 176px;
  padding: 1rem;
  border-radius: 12px;
}
.home-reviews .t-card p { font-size: .78rem; line-height: 1.45; }
.home-reviews .t-card .who { font-size: .72rem; }
.home-reviews .avatar { width: 34px; height: 34px; }

.home-trust-band .container { max-width: none; padding: 0 .7rem; }
.home-trust-band .trust-band {
  border-radius: 7px;
  padding: 1.15rem 1.35rem;
}
.home-trust-band .tb-head { margin-bottom: .9rem; font-size: .82rem; }
.home-trust-band .tb-items { gap: .8rem 2.8rem; }

.home-blogs .blog-card { border-radius: 12px; }
.home-blogs .blog-card .body { padding: 1rem 1.1rem 1.15rem; }
.home-blogs .blog-card .cat,
.home-blogs .blog-card .meta { display: none; }
.home-blogs .blog-card h3 { font-size: .88rem; line-height: 1.25; }
.home-blogs .blog-card .read { font-size: .76rem; }
.home-blogs .center-link { margin-top: 1.25rem; }

.home-faq .faq-split {
  max-width: 900px;
  margin: 0 auto;
  gap: 2rem;
}
.home-faq .section-heading { margin-bottom: 1rem; }
.home-faq .faq-figure img {
  max-width: 305px;
  border-radius: 0;
  box-shadow: none;
}
.home-faq .faq-list details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: none;
}
.home-faq .faq-list { gap: 0; }
.home-faq .faq-list summary {
  min-height: 47px;
  padding: .75rem 1.05rem;
  font-size: .9rem;
}

.home-ready { padding-top: .9rem; }
.home-ready .cta-panel {
  min-height: 120px;
  border-radius: 14px;
  padding: 1.35rem 11.25rem 1.35rem 3.2rem;
  grid-template-columns: 1.15fr auto;
}
.home-ready .cta-panel h2 {
  color: var(--primary);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1;
}
.home-ready .cta-panel p { font-size: .9rem; line-height: 1.35; }
.home-ready .cta-actions { justify-content: center; }
.home-ready .cta-actions .btn { min-width: 190px; }
.home-ready .cta-truck { display: block; right: 2.2rem; bottom: .75rem; width: 136px; }

/* ── Quote form ──────────────────────────────────────────── */
.quote-form-section {
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 2.25rem 1.5rem; max-width: 880px; margin: 0 auto; box-shadow: var(--shadow-card);
}
.quote-form-section > h2 { text-align: center; }
.quote-form-section > p { text-align: center; margin-bottom: 1.75rem; color: var(--text-muted); font-weight: 600; }
.form-grid { display: grid; gap: 1rem; }
.field label { display: block; font-size: .8rem; font-weight: 700; color: #33415E; margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: .7rem .9rem;
  background: #fff; border: 1px solid #D8DEEA; border-radius: 10px;
  color: var(--dark); font-size: 1rem; font-family: inherit; font-weight: 500; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,86,219,.12); }
.field input::placeholder, .field textarea::placeholder { color: #7B8496; }
.field textarea { min-height: 110px; resize: vertical; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid .btn { width: 100%; }
.form-disclaimer { font-size: .8rem; color: var(--text-muted); text-align: center; margin-top: .75rem; }
.checkbox-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.checkbox-row label { display: flex; align-items: center; gap: .45rem; color: #2A3550; font-size: .92rem; font-weight: 600; min-height: 48px; }
.checkbox-row input { width: 20px; height: 20px; accent-color: var(--primary); }
.checkbox-row label { border-radius: 8px; }
.form-success { text-align: center; padding: 2rem 1rem; }
.form-success h3 { font-size: 1.5rem; margin-bottom: .75rem; }

/* ── Stats strip ─────────────────────────────────────────── */
.stats-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; text-align: center; }
.stat .num { font-size: 2.2rem; font-weight: 800; color: var(--primary); }
.stat .lbl { color: var(--text-muted); font-size: .9rem; font-weight: 700; }

/* Intro 2-col with CTA card */
.intro-2col { display: grid; gap: 1.5rem; align-items: start; }
.cta-card { background: var(--primary); border-radius: 18px; padding: 1.75rem; text-align: center; }
.cta-card h3 { color: #fff; margin-bottom: .5rem; }
.cta-card p { color: #D7E3FB; margin-bottom: 1.1rem; font-size: .95rem; }

/* Blog */
.blog-grid { display: grid; gap: 1.25rem; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; display: block; box-shadow: 0 2px 10px rgba(15,27,51,.04); transition: transform .15s ease, box-shadow .15s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.blog-card .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, #DCE9FD, #BBD4F8); display: flex; align-items: center; justify-content: center; color: var(--primary); overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card .body { padding: 1.25rem; }
.blog-card .cat { display: inline-block; background: var(--primary-light); color: var(--primary-dark); font-size: .72rem; font-weight: 800; padding: .2rem .6rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .6rem; }
.blog-card h3 { color: var(--dark); margin-bottom: .4rem; font-size: 1rem; }
.blog-card .meta { color: var(--text-muted); font-size: .82rem; }
.blog-card .read { display: inline-block; margin-top: .6rem; color: var(--primary); font-weight: 800; font-size: .85rem; }

/* Map */
.map-embed { border: 0; width: 100%; height: 380px; border-radius: 16px; }

/* ── Footer (light) ──────────────────────────────────────── */
.site-footer { background: #fff; border-top: 0; padding: 2.25rem 0 1rem; }
.site-footer p { color: var(--text-muted); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.footer-grid h4 { color: var(--dark); font-size: .76rem; text-transform: uppercase; letter-spacing: 0; margin-bottom: .85rem; }
.footer-grid ul { list-style: none; display: grid; gap: .42rem; }
.footer-grid a { color: var(--text-muted); font-size: .78rem; font-weight: 600; }
.footer-grid a:hover { color: var(--primary); }
.footer-contact p { font-size: .82rem; margin-bottom: .4rem; }
.footer-contact a { color: #33415E; font-weight: 600; }
.footer-contact a:hover { color: var(--primary); }
.footer-blurb { max-width: 220px; margin-top: 1rem; line-height: 1.5; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.05rem; }
.footer-social a {
  width: 30px; height: 30px; border-radius: 50%; background: var(--primary);
  display: inline-flex; align-items: center; justify-content: center; font-size: .78rem; color: #fff; font-weight: 800;
}
.footer-social a:hover { background: var(--primary-dark); color: #fff; }
.footer-copy { margin-top: 1.65rem; font-size: .72rem !important; }
.footer-contact-list ul { gap: .62rem; }
.footer-contact-list li,
.footer-contact-list a {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: var(--text-muted);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.4;
}
.footer-contact-list span[aria-hidden="true"] {
  width: 14px;
  flex: none;
  color: var(--dark);
  font-size: .8rem;
  line-height: 1.35;
}
.footer-contact-icon {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--dark);
  margin-top: .1rem;
}
.footer-bottom { margin-top: .75rem; color: var(--text-muted); font-size: .72rem; text-align: right; }
.footer-bottom a { color: var(--text-muted); font-weight: 600; }
.footer-bottom span { padding: 0 .6rem; color: #A3ACBB; }

/* ── Mobile sticky bar ───────────────────────────────────── */
.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -6px 24px rgba(15, 27, 51, .08);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; min-height: 60px; color: var(--dark); font-size: .78rem; font-weight: 700;
  transition: background .18s ease, color .18s ease;
}
.mobile-bar a .ic { width: 20px; height: 20px; }
.mobile-bar a:hover,
.mobile-bar a:focus-visible { background: var(--off-white); color: var(--primary-dark); }
.mobile-bar a.bar-primary { background: var(--primary); color: #fff; }
.mobile-bar a.bar-primary:hover,
.mobile-bar a.bar-primary:focus-visible { background: var(--primary-dark); color: #fff; }

/* 404 */
.nf-wrap { text-align: center; padding: 6rem 1rem; }
.nf-wrap .code { font-size: 6rem; font-weight: 800; color: var(--primary); line-height: 1; }

@media (max-width: 767px) {
  .home-hero { background: linear-gradient(180deg, #F4F8FF 0%, #FFFFFF 100%); padding: 3rem 0 3.25rem; }
  .home-hero::before,
  .home-hero::after { display: none; }
  .home-hero .hero-inner {
    display: grid;
    min-height: 0;
    padding-top: 0;
  }
  .home-hero .hero-copy { max-width: none; }
  .home-hero h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }
  .home-hero .hero-media { display: flex; }
  .home-includes .about-stack {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    aspect-ratio: auto;
  }
  .home-includes .about-photo {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    -webkit-mask: none;
    mask: none;
    border-radius: 16px 16px 0 0;
    min-height: 220px;
  }
  .home-includes .about-panel {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    -webkit-mask: none;
    mask: none;
    border-radius: 0 0 16px 16px;
    min-height: 0;
  }
  .home-includes .smiley { right: -12px; bottom: -18px; }
  .home-ready .cta-panel { padding: 2rem; grid-template-columns: 1fr; }
  .home-ready .cta-truck { display: none; }
}

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

/* ── Tablet ──────────────────────────────────────────────── */
@media (min-width: 768px) {
  section { padding: 4.25rem 0; }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .mini-features { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .stats-strip { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-row { grid-auto-columns: 46%; }
  .mobile-bar { display: none; }
  .site-footer { padding-bottom: 3rem; }
  .hero-inner { grid-template-columns: 1.02fr .98fr; }
  .intro-2col { grid-template-columns: 1.4fr 1fr; }
  .header-cta { display: flex; }
  .cta-panel { grid-template-columns: 1.1fr auto; padding: 2.5rem 13rem 2.5rem 2.5rem; }
  .cta-truck { display: block; }
  .home-love .why-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Desktop ─────────────────────────────────────────────── */
@media (min-width: 1024px) {
  :root { --header-h: 86px; }
  .logo-img { height: 48px; }
  .nav-links { gap: .22rem; }
  .header-cta { gap: .9rem; }
  .nav-links { display: flex; }
  .hamburger { display: none; }
  .mobile-menu { display: none !important; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr; }
  .about-split { grid-template-columns: 1.05fr .95fr; }
  .faq-split { grid-template-columns: .85fr 1.15fr; }
  .faq-figure { display: flex; }
  .doodle-scribble { display: block; }
  .home-love .why-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Large desktop scale ───────────────────────────────────
   The source sketch is a wide desktop composition. Keep the
   normal desktop compact, then scale the rail and type up on
   large browser windows so the page does not read as zoomed out.
   ----------------------------------------------------------- */
@media (min-width: 1440px) {
  :root {
    --site-max: min(1760px, calc(100vw - 112px));
    --header-max: min(1760px, calc(100vw - 112px));
  }

  body { font-size: 17px; }
  h2 { font-size: 1.75rem; }
  .container { padding-left: 0; padding-right: 0; }
  .logo-img { height: 52px; }
  .nav-links > li > a,
  .nav-links .drop-label { font-size: .92rem; padding-inline: .85rem; }
  .header-phone { font-size: .96rem; }
  .header-cta .btn { min-height: 46px; padding-inline: 1.45rem; font-size: .9rem; }

  .home-hero::before,
  .home-hero::after { height: 705px; }
  .home-hero::before { width: 68%; }
  .home-hero .hero-inner {
    min-height: 590px;
    padding-top: 4.7rem;
  }
  .home-hero .hero-copy { max-width: 760px; }
  .home-hero h1 {
    font-size: 4.15rem;
    line-height: 1.05;
    margin-bottom: 1.45rem;
  }
  .home-hero .sub {
    font-size: 1.1rem;
    max-width: 39ch;
    margin-bottom: 1.75rem;
  }
  .home-hero .hero-ctas { gap: 1.05rem; margin-bottom: 1.55rem; }
  .home-hero .hero-ctas .btn {
    min-height: 54px;
    min-width: 170px;
    font-size: .98rem;
  }
  .home-hero .badge-strip {
    width: 720px;
    gap: .8rem;
  }
  .badge { font-size: .86rem; padding: .5rem .95rem; }
  .home-hero .trust-strip {
    padding: 1.65rem 2.25rem;
    border-radius: 16px;
  }
  .trust-item .t-icon { width: 46px; height: 46px; }
  .trust-item h3 { font-size: 1rem; }
  .trust-item p { font-size: .86rem; }

  .home-love .photo-grid,
  .home-love .why-grid,
  .home-services .grid-3,
  .home-includes .about-split,
  .home-reviews .grid-4,
  .home-blogs .blog-grid,
  .home-faq .faq-split,
  .home-ready .cta-panel {
    width: 100%;
    max-width: none;
  }
  .home-love { padding: 1.05rem 0 3rem; }
  .home-love .photo-card { border-radius: 13px; }
  .home-love .why-grid {
    gap: 1.25rem;
    margin-top: 2.55rem;
  }
  .home-love .why-card {
    min-height: 206px;
    padding: 1.8rem 1.85rem;
  }
  .home-love .why-icon { width: 46px; height: 46px; }
  .home-love .why-card h3 { font-size: 1rem; }
  .home-love .why-card p { font-size: .9rem; }

  .home-services { padding: 2.75rem 0; }
  .home-services .service-card {
    min-height: 250px;
    padding: 2.1rem 2rem 1.75rem;
  }
  .home-services .service-card .s-icon { width: 50px; height: 50px; }
  .home-services .service-card h3 { font-size: .94rem; }
  .home-services .service-card p,
  .home-services .service-card .learn { font-size: .86rem; }

  .home-includes,
  .home-reviews { padding: 2.4rem 0; }
  .home-includes .about-split {
    margin: 0 auto;
    gap: 3.2rem;
  }
  .home-includes .mini-features { gap: 1.8rem 2.2rem; }
  .home-includes .mini-feature .m-icon { width: 44px; height: 44px; }
  .home-includes .mini-feature h3 { font-size: .82rem; }
  .home-includes .mini-feature p { font-size: .82rem; }
  .home-includes .about-stack { min-height: 350px; }
  .home-includes .about-photo,
  .home-includes .about-panel { min-height: 0; }
  .home-includes .about-panel h3 { font-size: 1.55rem; }
  .home-includes .about-panel p { font-size: .94rem; }

  .home-reviews .doodle-scribble {
    left: calc(50% - 620px);
    width: 110px;
  }
  .home-reviews .t-card {
    min-height: 218px;
    padding: 1.25rem;
  }
  .home-reviews .t-card p { font-size: .86rem; }
  .home-reviews .t-card .who { font-size: .8rem; }
  .home-reviews .avatar { width: 40px; height: 40px; }

  .home-trust-band .trust-band { padding-block: 1.35rem; }
  .tb-head { font-size: .9rem; }
  .tb-item { font-size: .95rem; }

  .home-blogs { padding: 2.45rem 0 1.8rem; }
  .home-blogs .blog-card h3 { font-size: .96rem; }
  .home-blogs .blog-card .read { font-size: .84rem; }

  .home-faq {
    padding: 2rem 0 2.2rem;
  }
  .home-faq .faq-split {
    max-width: var(--site-max);
    gap: 3rem;
  }
  .home-faq .faq-figure img { max-width: 390px; }
  .home-faq .faq-list summary { font-size: .98rem; min-height: 56px; }

  .home-ready .cta-panel {
    margin: 0 auto;
    min-height: 142px;
    padding: 1.55rem 12rem 1.55rem 3.75rem;
  }
  .home-ready .cta-panel h2 { font-size: 2.65rem; }
  .home-ready .cta-actions .btn { min-width: 210px; min-height: 52px; }
  .home-ready .cta-truck { width: 155px; }

  .site-footer .container { max-width: var(--site-max); }
}
