:root {
  --orange: #e63a0b;
  --orange-dark: #c72e04;
  --ink: #202322;
  --slate: #545957;
  --line: #d9ddda;
  --mist: #f3f4f1;
  --cream: #f7f3ed;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { background: var(--ink); color: #cdd1ce; font-size: .78rem; letter-spacing: .03em; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar-phones { display: flex; gap: 24px; color: white; font-weight: 700; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo img { width: 250px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .88rem; font-weight: 700; }
.main-nav > a:not(.nav-cta), .main-nav summary { padding-block: 30px; transition: color .2s ease; }
.main-nav > a:hover, .main-nav summary:hover { color: var(--orange); }
.main-nav details { position: relative; }
.main-nav summary { list-style: none; cursor: pointer; }
.main-nav summary::-webkit-details-marker { display: none; }
.main-nav summary::after { content: "⌄"; margin-left: 7px; color: var(--orange); }
.dropdown { display: none; position: absolute; top: 72px; left: -18px; width: 235px; padding: 10px; background: var(--white); border-top: 3px solid var(--orange); box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.dropdown.wide { width: 280px; }
details[open] .dropdown { display: grid; }
.dropdown a { padding: 10px 12px; color: var(--slate); font-size: .82rem; }
.dropdown a:hover { color: var(--orange); background: var(--mist); }
.nav-cta { color: white; background: var(--orange); padding: 13px 18px; transition: background .2s; }
.nav-cta:hover { background: var(--orange-dark); }
.menu-button { display: none; }
.hero { min-height: 690px; position: relative; color: white; display: flex; align-items: center; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("/images/sodablast-fleet.jpg") center 50% / cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(18,21,20,.92) 0%, rgba(18,21,20,.7) 46%, rgba(18,21,20,.15) 76%, rgba(18,21,20,.05) 100%); }
.hero-content { position: relative; z-index: 2; padding: 95px 0 155px; }
.eyebrow { margin: 0 0 17px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ffb29c; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 { max-width: 780px; font-size: clamp(3.15rem, 6.2vw, 6rem); font-weight: 800; }
.hero-content > p:not(.eyebrow) { max-width: 690px; margin: 26px 0 0; color: #e4e6e4; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 0; font-size: .83rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; transition: all .2s ease; }
.button.primary { color: white; background: var(--orange); }
.button.primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button.outline { color: white; border: 1px solid rgba(255,255,255,.7); }
.button.outline:hover { background: white; color: var(--ink); }
.button.dark { color: white; background: var(--ink); }
.hero-proof { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.28); background: rgba(23,26,25,.66); backdrop-filter: blur(8px); }
.proof-grid { min-height: 90px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.proof-grid span { padding: 0 26px; color: #dfe2df; border-right: 1px solid rgba(255,255,255,.22); text-align: center; font-size: .83rem; }
.proof-grid span:first-child { padding-left: 0; }
.proof-grid span:last-child { border: 0; }
.proof-grid strong { display: inline-block; margin-right: 7px; color: white; font-size: 1.5rem; }
.section { padding-block: 105px; }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; align-items: start; }
.intro-grid h2, .section-heading h2, .applications-copy h2, .fleet-copy h2, .about-copy h2, .contact-grid h2, .estimate-layout h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.large-copy p { margin: 0 0 28px; color: var(--slate); font-size: 1.18rem; }
.text-link { color: var(--orange); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.services-section { background: var(--mist); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading > p { width: 340px; margin: 0; color: var(--slate); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 360px 300px; gap: 15px; }
.service-card { position: relative; overflow: hidden; color: white; min-height: 280px; }
.card-1, .card-2, .card-3 { grid-column: span 2; }
.card-4, .card-5 { grid-column: span 3; }
.service-card img, .card-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card-overlay { background: linear-gradient(0deg, rgba(18,21,20,.92), rgba(18,21,20,.06) 70%); }
.service-card:hover img { transform: scale(1.045); }
.card-content { position: absolute; inset: auto 0 0; padding: 27px; }
.card-number { font-size: .7rem; color: #ffaf98; letter-spacing: .15em; }
.card-content h3 { margin-top: 7px; font-size: 1.65rem; }
.card-content p { max-width: 420px; margin: 9px 0 0; color: #e3e6e4; font-size: .88rem; line-height: 1.5; }
.card-link { display: inline-block; margin-top: 16px; color: white; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.applications-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8%; align-items: center; }
.applications-image { position: relative; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 25px 60px rgba(25,28,26,.18); }
.applications-image img { width: 100%; height: 500px; object-fit: cover; }
.applications-image span { position: absolute; bottom: 16px; padding: 7px 12px; color: white; background: rgba(25,28,26,.8); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.applications-image span:nth-of-type(1) { left: 16px; }
.applications-image span:nth-of-type(2) { left: calc(50% + 16px); }
.applications-copy > p:not(.eyebrow) { color: var(--slate); font-size: 1.05rem; }
.application-list { display: grid; margin-top: 28px; border-top: 1px solid var(--line); }
.application-list a { display: flex; justify-content: space-between; padding: 13px 2px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: .92rem; }
.application-list a:hover { color: var(--orange); padding-left: 8px; }
.fleet-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7%; align-items: center; padding-top: 20px; }
.fleet-section > img { width: 100%; min-height: 420px; object-fit: cover; }
.fleet-copy > p:not(.eyebrow) { color: var(--slate); }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.location-tags span { padding: 6px 10px; background: var(--mist); font-size: .73rem; font-weight: 700; }
.cta { color: white; background: var(--orange); }
.cta-inner { min-height: 255px; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta h2 { max-width: 680px; font-size: clamp(2rem, 4vw, 3.7rem); }
.cta-actions { display: grid; gap: 13px; text-align: center; }
.light-button { color: var(--orange); background: white; }
.phone-link { font-size: 1.25rem; font-weight: 800; }
.site-footer { color: #c9ceca; background: #1b1e1d; padding-top: 75px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 80px; padding-bottom: 65px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid p { max-width: 430px; color: #9da39f; }
.footer-logo { width: 230px; filter: brightness(0) invert(1); opacity: .96; margin-bottom: 10px; }
.footer-grid h2 { margin-bottom: 12px; color: white; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a:hover { color: #ff8f70; }
.legal { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid #363a38; color: #858b87; font-size: .75rem; }
.page-hero { position: relative; height: 540px; color: white; display: flex; align-items: center; overflow: hidden; }
.page-hero > img, .page-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-shade { background: linear-gradient(90deg, rgba(21,24,23,.93), rgba(21,24,23,.62) 58%, rgba(21,24,23,.12)); }
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.6rem); }
.page-hero-content > p:not(.eyebrow) { max-width: 670px; margin: 22px 0 30px; color: #e3e5e3; font-size: 1.15rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 10%; padding-block: 100px; align-items: start; }
.content-main section + section { margin-top: 70px; padding-top: 60px; border-top: 1px solid var(--line); }
.content-main h2, .content-aside h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.content-main p { color: var(--slate); font-size: 1.06rem; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding: 12px 12px 12px 42px; background: var(--mist); font-weight: 700; font-size: .9rem; }
.check-list li::before { content: "✓"; position: absolute; left: 15px; color: var(--orange); font-weight: 900; }
.content-aside { position: sticky; top: 25px; padding: 34px; color: white; background: var(--ink); }
.content-aside h2 { font-size: 2rem; }
.content-aside p:not(.eyebrow) { color: #c8ceca; }
.content-aside > a:not(.button) { display: block; margin: 5px 0; color: #ff9d81; font-size: 1.2rem; font-weight: 800; }
.content-aside .button { width: 100%; margin-top: 25px; background: white; color: var(--ink); }
.simple-hero { color: white; background: linear-gradient(115deg, #202322 0%, #343a37 60%, #4b4f4d 100%); padding-block: 95px; }
.simple-hero h1 { max-width: 900px; font-size: clamp(3rem, 5.5vw, 5.2rem); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8%; align-items: start; }
.about-image { position: sticky; top: 25px; }
.about-image img { min-height: 580px; width: 100%; object-fit: cover; }
.about-image span { display: block; padding: 15px 20px; color: white; background: var(--orange); font-weight: 800; }
.about-copy > p { color: var(--slate); font-size: 1.03rem; }
blockquote { margin: 40px 0 0; padding: 30px; border-left: 5px solid var(--orange); background: var(--cream); font-size: 1.15rem; font-weight: 700; }
blockquote cite { display: block; margin-top: 12px; color: var(--orange); font-size: .8rem; font-style: normal; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: start; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: var(--slate); font-size: 1.08rem; }
.contact-cards { display: grid; gap: 12px; }
.contact-cards a { display: grid; padding: 25px; border: 1px solid var(--line); transition: all .2s; }
.contact-cards a:hover { border-color: var(--orange); transform: translateX(5px); }
.contact-cards span { color: var(--slate); font-size: .82rem; }
.contact-cards strong { color: var(--orange); font-size: 1.45rem; }
.estimate-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; align-items: start; }
.estimate-layout > div:first-child > p:not(.eyebrow) { color: var(--slate); }
.estimate-callout { display: grid; margin-top: 30px; padding: 25px; background: var(--mist); }
.estimate-callout a { color: var(--orange); font-size: 1.2rem; font-weight: 800; }
.estimate-form { padding: 35px; border-top: 5px solid var(--orange); background: var(--mist); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfd3d0; outline: none; background: white; text-transform: none; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(230,58,11,.12); }
.form-note { color: var(--slate); font-size: .82rem; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin: 0 0 24px; padding: 14px 16px; border-left: 4px solid; font-weight: 700; }
.form-message.success { color: #174f2c; border-color: #2d8a4c; background: #e9f6ed; }
.form-message.error { color: #742014; border-color: var(--orange); background: #fff0ec; }
.not-found { min-height: 58vh; display: grid; place-content: center; justify-items: center; text-align: center; }
.not-found h1 { margin-bottom: 30px; font-size: clamp(2.5rem, 6vw, 5rem); }

@media (max-width: 980px) {
  .header-inner { min-height: 76px; }
  .logo img { width: 215px; }
  .menu-button { display: grid; grid-template-columns: 23px auto; column-gap: 9px; align-items: center; border: 0; background: none; padding: 9px; }
  .menu-button span { grid-column: 1; width: 23px; height: 2px; background: var(--ink); }
  .menu-button b { grid-column: 2; grid-row: 1 / span 3; font-size: .74rem; text-transform: uppercase; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 18px 20px 25px; background: white; box-shadow: 0 20px 30px rgba(0,0,0,.15); align-items: stretch; }
  .main-nav.open { display: grid; gap: 0; }
  .main-nav > a:not(.nav-cta), .main-nav summary { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .dropdown, .dropdown.wide { position: static; width: auto; box-shadow: none; border-top: 0; padding: 4px 0 8px 15px; }
  .nav-cta { text-align: center; margin-top: 12px; }
  .hero { min-height: 650px; }
  .hero-content { padding-top: 65px; }
  .service-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 330px); }
  .card-1, .card-2, .card-3, .card-4 { grid-column: auto; }
  .card-5 { grid-column: 1 / -1; }
  .applications-section, .fleet-section, .about-grid, .contact-grid, .estimate-layout { grid-template-columns: 1fr; }
  .applications-image { order: 2; }
  .about-image { position: static; }
  .content-layout { grid-template-columns: 1fr; }
  .content-aside { position: static; margin-top: 30px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-phones { width: 100%; justify-content: space-between; gap: 10px; }
  .logo img { width: 184px; }
  .hero { min-height: 680px; align-items: start; }
  .hero-shade { background: rgba(18,21,20,.78); }
  .hero-content { padding-top: 75px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-proof { display: none; }
  .section { padding-block: 72px; }
  .intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .section-heading { display: grid; }
  .section-heading > p { width: auto; }
  .service-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .service-card, .card-5 { grid-column: auto; min-height: 330px; }
  .applications-image img { height: 360px; }
  .fleet-section { padding-top: 0; }
  .fleet-section > img { min-height: 300px; }
  .cta-inner { padding-block: 60px; display: grid; }
  .cta-actions { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .legal { display: grid; gap: 4px; }
  .page-hero { height: 560px; }
  .page-hero h1 { font-size: 3.2rem; }
  .page-hero-shade { background: rgba(20,23,22,.76); }
  .content-layout { padding-block: 70px; }
  .check-list, .form-grid { grid-template-columns: 1fr; }
  .simple-hero { padding-block: 70px; }
  .about-image img { min-height: 340px; }
  .estimate-form { padding: 23px; }
}
