:root {
  --green: #0f4f32;
  --green-dark: #092f20;
  --red: #a51f23;
  --gold: #d99122;
  --cream: #f7f1e6;
  --ink: #151515;
  --muted: #66645f;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 25, 20, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 215px; height: 62px; object-fit: cover; object-position: 50% 58%; }
.site-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--red); }
.menu-toggle { display: none; border: 0; background: var(--green); color: white; padding: 10px 14px; border-radius: 10px; font-weight: 800; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border: 2px solid var(--red); border-radius: 999px; background: var(--red); color: white; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(165,31,35,.22); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-outline { background: transparent; color: var(--green); border-color: var(--green); }
.hero { padding: 72px 0 64px; background: radial-gradient(circle at 15% 10%, rgba(217,145,34,.22), transparent 30%), linear-gradient(135deg, var(--cream), #fff 62%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; }
h1 { margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 5.2rem); letter-spacing: -.05em; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.3rem; }
.lead { max-width: 650px; color: #45433f; font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; color: var(--green); font-size: .92rem; font-weight: 800; }
.hero-media { position: relative; }
.hero-media > img { width: 100%; min-height: 410px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -24px; bottom: -22px; display: grid; padding: 17px 22px; border-radius: 16px; background: var(--green); color: white; box-shadow: var(--shadow); }
.hero-badge strong { font-size: 1.1rem; }
.hero-badge span { font-size: .83rem; opacity: .82; }
.service-strip { background: var(--green-dark); color: white; }
.service-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-strip-grid div { padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.16); }
.service-strip-grid div:last-child { border-right: 0; }
.service-strip strong, .service-strip span { display: block; }
.service-strip strong { color: #f2bb4f; text-transform: uppercase; letter-spacing: .08em; }
.service-strip span { font-size: .88rem; opacity: .84; }
.section { padding: 94px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 30px; border: 1px solid #e7e3dc; border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.card .icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 16px; background: var(--cream); font-size: 1.55rem; }
.card p { margin-bottom: 0; color: var(--muted); }
.section-dark { background: var(--green-dark); color: white; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.split-media img { width: 100%; border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.split-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 13px 0; padding-left: 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #f2bb4f; font-weight: 900; }
.text-link { color: #f2bb4f; font-weight: 900; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area-list span { padding: 16px 18px; border: 1px solid #e6e0d7; border-radius: 14px; background: var(--cream); font-weight: 800; }
.quote-section { background: var(--cream); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.contact-details { display: grid; gap: 10px; margin: 28px 0; font-weight: 800; }
.contact-details a:hover { color: var(--red); }
.placeholder-note { padding: 14px 16px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.65); font-size: .88rem; }
.quote-form { padding: 32px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #333; font-size: .9rem; font-weight: 800; }
.quote-form input, .quote-form textarea { width: 100%; border: 1px solid #cbc5bc; border-radius: 11px; padding: 13px 14px; font: inherit; background: #fff; }
.quote-form input:focus, .quote-form textarea:focus { outline: 3px solid rgba(15,79,50,.15); border-color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-status { min-height: 22px; margin-bottom: 0; color: var(--green); font-weight: 800; }
.site-footer { padding: 58px 0 20px; background: #10110f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; }
.footer-logo { width: 230px; height: 86px; object-fit: cover; object-position: 50% 58%; filter: brightness(1.08); }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid strong { color: #f2bb4f; margin-bottom: 4px; }
.footer-grid a, .footer-grid span, .footer-grid p { color: rgba(255,255,255,.72); }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: .84rem; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-header { padding-block: 0; }
  .nav-wrap { min-height: 56px; }
  .brand { display: none; }
  .brand img { width: 0; height: 0; margin: 0; padding: 0; }
  .site-nav { position: absolute; inset: 56px 12px auto; display: none; padding: 18px 16px; border: 1px solid #ddd; border-radius: 14px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .header-actions { margin-left: auto; }
  .menu-toggle { padding: 8px 14px; min-height: 38px; border-radius: 10px; font-size: .85rem; line-height: 1; }
  .hero-grid, .split, .coverage-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 22px; padding-bottom: 16px; }
  .hero-media { order: 1; }
  .hero-copy { order: 2; }
  .hero-badge { display: none; }
  .hero .eyebrow { margin-bottom: 8px; font-size: .62rem; }
  .hero h1 { margin-bottom: 10px; font-size: clamp(2rem, 7vw, 2.8rem); }
  .hero .lead { font-size: .9rem; line-height: 1.45; margin-bottom: 12px; }
  .hero-actions { margin: 12px 0 14px; gap: 8px; }
  .hero-actions .button { min-height: 42px; padding: 0 16px; font-size: .8rem; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .six-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .six-cards .card { padding: 12px 10px 10px; border-radius: 14px; }
  .six-cards .card .icon { width: 32px; height: 32px; margin-bottom: 8px; font-size: 1rem; }
  .six-cards .card h3 { margin-bottom: 4px; font-size: .9rem; }
  .six-cards .card p { font-size: .7rem; line-height: 1.35; }
  .service-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .service-strip-grid div { padding: 14px 12px; }
  .service-strip strong { font-size: .74rem; }
  .service-strip span { font-size: .7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hero-media > img { min-height: 230px; border-radius: 18px; }
  .hero-copy { padding-bottom: 4px; }
}
@media (max-width: 560px) {
  .brand img { width: 168px; height: 46px; }
  .hero { padding-top: 16px; }
  .hero-media > img { min-height: 210px; }
  .six-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .six-cards .card {
    padding: 12px 10px 11px;
    border-radius: 12px;
  }
  .six-cards .card .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
    font-size: .96rem;
  }
  .six-cards .card h3 {
    margin-bottom: 4px;
    font-size: .84rem;
    line-height: 1.2;
  }
  .six-cards .card p {
    font-size: .72rem;
    line-height: 1.35;
  }
  .testimonial-cards,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .area-list, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .service-strip-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 70px 0; }
  .quote-form { padding: 22px; }
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { border: 1px solid #d9d3c9; background: white; color: var(--green); padding: 9px 13px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.six-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.stats-section { padding-block: 36px; background: var(--red); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-grid div { padding: 14px; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { font-size: 1.25rem; }
.stats-grid span { opacity: .84; font-size: .9rem; }
.testimonials { background: #faf8f4; }
.testimonial-cards { grid-template-columns: repeat(3, 1fr); }
.testimonial-cards p { font-size: 1.05rem; color: #333; }
.testimonial-cards strong { color: var(--green); }
.sample-disclaimer { margin-top: 16px; color: var(--muted); font-size: .85rem; }
.quote-form select { width: 100%; border: 1px solid #cbc5bc; border-radius: 11px; padding: 13px 14px; font: inherit; background: #fff; }
.career-grid { align-items: center; }
.narrow { width: min(820px, calc(100% - 36px)); }
.faq-section details { margin-bottom: 12px; border: 1px solid #e6e0d7; border-radius: 14px; background: white; padding: 0 18px; }
.faq-section summary { cursor: pointer; padding: 18px 0; font-weight: 900; color: var(--green); }
.faq-section details p { padding: 0 0 18px; margin: 0; color: var(--muted); }

.dispatch-match-form { display: grid; gap: 16px; }
.form-section { padding: 18px; border: 1px solid #e4ded4; border-radius: 18px; background: #fff; }
.form-section-title { margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid #ece6dd; color: var(--green); font-size: 1.05rem; }
.dispatch-match-form .form-section > label:last-child { margin-bottom: 0; }
.dispatch-match-form select:focus { outline: 3px solid rgba(15,79,50,.15); border-color: var(--green); }
.return-details { display: grid; gap: 14px; margin-top: 14px; }
.return-details[hidden], #different-return-location[hidden] { display: none !important; }
.dispatch-match-form > .button { width: 100%; }

@media (max-width: 900px) {
  .six-cards, .testimonial-cards { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .site-header .language-toggle { display: none; }
}
@media (max-width: 560px) {
  .six-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonial-cards,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .form-section { padding: 14px; }
} /* MOBILE HEADER FIX 8-20 */
