:root {
    --ink: #10212d;
    --ink-soft: #1a3446;
    --navy: #0b1b27;
    --work-blue: #245775;
    --steel: #8296a2;
    --steel-light: #d4dde0;
    --paper: #eee9de;
    --canvas: #e3dccd;
    --white: #fbfaf6;
    --orange: #e66a2c;
    --orange-dark: #bd4719;
    --blue: #4e829e;
    --green: #5f866f;
    --line: rgba(16, 33, 45, 0.2);
    --line-dark: rgba(255, 255, 255, 0.13);
    --shadow: 0 24px 60px rgba(8, 25, 36, 0.16);
    --content: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background:
        repeating-linear-gradient(0deg, rgba(16, 33, 45, 0.018) 0 1px, transparent 1px 5px),
        var(--paper);
    color: var(--ink);
    font-family: "Barlow", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

body::selection {
    color: var(--white);
    background: var(--orange);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

h1,
h2,
h3,
.brand-text,
.button,
.nav-cta,
.price-amount,
.panel-price strong,
.snapshot-value {
    font-family: "Barlow Condensed", Bahnschrift, "Arial Narrow", sans-serif;
}

.container {
    width: min(calc(100% - 40px), var(--content));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    padding: 10px 14px;
    color: var(--white);
    background: var(--orange);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    color: var(--white);
    background: rgba(11, 27, 39, 0.98);
    border-bottom: 3px solid var(--work-blue);
}

.utility-bar {
    color: #b8c5cb;
    background: #07131c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.utility-inner,
.nav-inner,
.footer-top,
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.utility-inner {
    min-height: 32px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.utility-inner b {
    padding-inline: 6px;
    color: var(--orange);
}

.nav-inner {
    min-height: 82px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2px;
    box-shadow: 4px 4px 0 rgba(78, 130, 158, 0.34);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 0.82;
    text-transform: uppercase;
}

.brand-text strong {
    font-size: 1.45rem;
    letter-spacing: 0.02em;
}

.brand-text small {
    margin-top: 7px;
    color: #aeb8be;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.32em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.site-nav a {
    color: #c8d0d5;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--white);
}

.site-nav .nav-cta {
    padding: 11px 17px;
    color: var(--white);
    background: var(--orange);
    border-radius: 0;
    box-shadow: 4px 4px 0 #07131c;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 72% 28%, rgba(78, 130, 158, 0.24), transparent 30%),
        linear-gradient(135deg, #183b52 0%, var(--navy) 66%, #07131c 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, transparent 0 58%, rgba(230, 106, 44, 0.12) 58% 59%, transparent 59%),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, 0.018) 18px 19px);
    pointer-events: none;
}

.hero-grid-lines {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: 68px;
    align-items: center;
    min-height: 650px;
    padding-block: 76px;
}

.kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #b6c2c8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.kicker span {
    width: 32px;
    height: 3px;
    background: var(--orange);
}

.kicker.dark {
    color: #5f686d;
}

.hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(3.2rem, 6.5vw, 5.6rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 0.89;
    text-transform: uppercase;
}

.hero-lead {
    max-width: 650px;
    margin: 26px 0 0;
    color: #c7d0d5;
    font-size: 1.08rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    color: var(--white);
    background: var(--orange);
    box-shadow: 5px 5px 0 rgba(4, 13, 19, 0.55);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: var(--orange-dark);
}

.button-ghost {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 680px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid var(--line-dark);
}

.hero-facts div {
    padding-right: 18px;
}

.hero-facts div + div {
    padding-left: 18px;
    border-left: 1px solid var(--line-dark);
}

.hero-facts strong,
.hero-facts span {
    display: block;
}

.hero-facts strong {
    font-size: 0.92rem;
}

.hero-facts span {
    margin-top: 3px;
    color: #8f9ca3;
    font-size: 0.78rem;
}

.dispatch-board {
    padding: 12px;
    color: var(--ink);
    background:
        repeating-linear-gradient(0deg, rgba(16, 33, 45, 0.025) 0 1px, transparent 1px 5px),
        var(--canvas);
    border: 2px solid #aeb9bc;
    border-radius: 0;
    box-shadow: 18px 18px 0 rgba(4, 13, 19, 0.5);
}

.board-header,
.board-brand,
.board-row {
    display: grid;
    align-items: center;
}

.board-header {
    grid-template-columns: 1fr auto;
    padding: 9px 10px 14px;
    color: #5b676d;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.status {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status i {
    width: 7px;
    height: 7px;
    background: #4e9b68;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(78, 155, 104, 0.13);
}

.board-brand {
    grid-template-columns: 72px 1fr;
    gap: 15px;
    padding: 14px;
    color: var(--white);
    background: var(--navy);
    border-left: 4px solid var(--work-blue);
}

.board-brand img {
    width: 72px;
    border-radius: 4px;
}

.board-brand span,
.board-brand strong {
    display: block;
}

.board-brand span {
    color: #9eabb2;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.board-brand strong {
    margin-top: 3px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.42rem;
    text-transform: uppercase;
}

.board-row {
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    min-height: 86px;
    padding: 12px 10px;
    border-bottom: 1px solid #c7cdcf;
    text-decoration: none;
}

.board-row:hover,
.board-row:focus-visible {
    background: var(--white);
}

.board-number {
    color: var(--orange);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
}

.board-service {
    font-size: 0.92rem;
    font-weight: 700;
}

.board-service small {
    display: block;
    margin-top: 2px;
    color: #758087;
    font-size: 0.72rem;
    font-weight: 500;
}

.board-row > strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.55rem;
}

.board-note {
    margin: 0;
    padding: 12px 10px 4px;
    color: #6b757b;
    font-size: 0.7rem;
    line-height: 1.45;
}

.signal-strip {
    padding: 20px 0;
    color: var(--white);
    background:
        repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 24px),
        var(--work-blue);
    border-block: 4px solid #173d55;
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding-inline: 22px;
}

.signal-grid div:first-child {
    padding-left: 0;
}

.signal-grid div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.signal-grid span {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.8rem;
}

.signal-grid strong {
    font-size: 0.84rem;
    letter-spacing: 0.02em;
}

.services-section,
.pricing-section,
.faq-section {
    padding: 104px 0;
}

.section-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 42px;
}

.section-intro.compact {
    margin-bottom: 30px;
}

.section-intro h2,
.process-copy h2,
.coverage-copy h2,
.faq-layout h2,
.contact-copy h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.35rem, 4vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 0.95;
    text-transform: uppercase;
}

.section-intro > p,
.process-copy > p,
.coverage-copy > p,
.contact-copy > p {
    margin: 0;
    color: #59646a;
    line-height: 1.75;
}

.service-stack {
    display: grid;
    gap: 14px;
}

.service-panel {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(240px, 1.1fr) minmax(250px, 0.9fr) 170px;
    gap: 28px;
    align-items: center;
    min-height: 220px;
    padding: 32px 34px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(36, 87, 117, 0.035), transparent 34%),
        var(--white);
    border: 1px solid rgba(16, 33, 45, 0.28);
    border-radius: 0;
    box-shadow: 8px 8px 0 rgba(16, 33, 45, 0.08);
}

.service-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--panel-accent);
}

.snow-panel { --panel-accent: var(--blue); }
.wash-panel { --panel-accent: var(--green); }
.transport-panel { --panel-accent: var(--orange); }

.panel-number {
    color: #c8ced1;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 800;
}

.panel-label {
    margin: 0 0 6px;
    color: #727d83;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.panel-main h3 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
}

.panel-main > p:last-child {
    max-width: 440px;
    margin: 12px 0 0;
    color: #58636a;
}

.panel-details {
    padding-inline: 28px;
    border-inline: 1px solid var(--line);
}

.panel-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-details li {
    position: relative;
    padding-left: 15px;
    color: #3f494e;
    font-size: 0.87rem;
}

.panel-details li + li {
    margin-top: 7px;
}

.panel-details li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--panel-accent);
}

.panel-price {
    text-align: right;
}

.panel-price span {
    display: block;
    color: #737e84;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.panel-price strong {
    display: block;
    margin-top: 4px;
    font-size: 3.6rem;
    line-height: 1;
}

.panel-price small {
    font-size: 1.3rem;
    vertical-align: top;
}

.process-section,
.coverage-section,
.contact-section {
    position: relative;
    padding: 100px 0;
    color: var(--white);
    background: var(--navy);
}

.process-section::before,
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.08) 45% 46%, transparent 46%);
    background-size: 38px 38px;
    pointer-events: none;
}

.process-layout,
.coverage-layout,
.contact-layout,
.faq-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1fr);
    gap: 90px;
    align-items: center;
}

.process-copy > p,
.coverage-copy > p,
.contact-copy > p {
    max-width: 600px;
    margin-top: 20px;
    color: #abb6bc;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

.text-link span {
    color: var(--orange);
    font-size: 1.4rem;
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line-dark);
}

.process-steps li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: start;
    padding: 25px 0;
    border-bottom: 1px solid var(--line-dark);
}

.process-steps > li > span {
    color: var(--orange);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.process-steps strong {
    font-size: 1rem;
}

.process-steps p {
    margin: 4px 0 0;
    color: #99a6ad;
    font-size: 0.9rem;
}

.pricing-board {
    border-top: 2px solid var(--ink);
}

.price-line {
    display: grid;
    grid-template-columns: 74px 1fr auto;
    gap: 24px;
    align-items: center;
    min-height: 96px;
    padding: 18px 22px;
    background: rgba(251, 250, 246, 0.48);
    border-bottom: 1px solid var(--line);
}

.price-line:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

.price-line.featured {
    border-left: 5px solid var(--orange);
}

.price-code {
    color: #778188;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.price-line strong,
.price-line small {
    display: block;
}

.price-line strong {
    font-size: 1rem;
}

.price-line small {
    margin-top: 3px;
    color: #69747a;
    font-size: 0.78rem;
}

.price-amount {
    min-width: 130px;
    font-size: 2rem;
    font-weight: 800;
    text-align: right;
}

.pricing-footnote {
    margin: 18px 0 0;
    color: #707a7f;
    font-size: 0.78rem;
}

.coverage-section {
    overflow: hidden;
    background: #16384e;
}

.coverage-map {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid var(--line-dark);
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        #0b2231;
    background-size: 38px 38px;
}

.map-ring {
    position: absolute;
    border: 1px solid rgba(128, 169, 191, 0.28);
    border-radius: 50%;
}

.ring-one { width: 130px; height: 130px; }
.ring-two { width: 260px; height: 260px; }
.ring-three { width: 390px; height: 390px; }

.map-pin {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--orange);
    border: 4px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(240, 90, 40, 0.14);
}

.coverage-map strong,
.coverage-map small {
    position: relative;
    z-index: 1;
    transform: translateY(48px);
}

.coverage-map strong {
    color: var(--white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
}

.coverage-map small {
    margin-top: -92px;
    color: #93a1a8;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.coverage-copy .button {
    margin-top: 28px;
}

.faq-layout {
    align-items: start;
}

.faq-list {
    border-top: 2px solid var(--ink);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    position: relative;
    padding: 22px 42px 22px 0;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 6px;
    color: var(--orange);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    max-width: 650px;
    margin: -4px 0 22px;
    color: #59646a;
}

.contact-layout {
    align-items: start;
}

.request-checklist {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--line-dark);
}

.request-checklist > span {
    color: #8e9aa1;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.request-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.request-checklist li {
    position: relative;
    padding-left: 16px;
    color: #c1cbd0;
    font-size: 0.88rem;
}

.request-checklist li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--orange);
}

.contact-form {
    display: grid;
    gap: 10px;
    padding: 32px;
    color: var(--ink);
    background:
        repeating-linear-gradient(0deg, rgba(16, 33, 45, 0.025) 0 1px, transparent 1px 5px),
        var(--canvas);
    border-top: 5px solid var(--orange);
    border-inline: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 16px 16px 0 rgba(4, 13, 19, 0.5);
}

.form-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.form-heading span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
}

.form-heading small {
    color: #707b81;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.contact-form label {
    margin-top: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
    width: 100%;
    font: inherit;
}

.contact-form input,
.contact-form textarea {
    padding: 13px 14px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid #c8ced1;
    border-radius: 0;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(240, 90, 40, 0.3);
    border-color: var(--orange);
}

.contact-form button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin-top: 8px;
    padding: 0 18px;
    color: var(--white);
    background: var(--orange);
    border: 0;
    border-radius: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-form button:hover,
.contact-form button:focus-visible {
    background: var(--orange-dark);
}

.contact-form button span {
    font-size: 1.35rem;
}

.form-note {
    margin: 4px 0 0;
    color: #7d878c;
    font-size: 0.7rem;
    line-height: 1.5;
}

.site-footer {
    color: #b7c0c5;
    background: #06121a;
}

.footer-top {
    min-height: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand img {
    width: 52px;
    height: 52px;
}

.footer-top > p {
    max-width: 520px;
    margin: 0;
    font-size: 0.85rem;
}

.footer-cta {
    color: var(--white);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-bottom {
    min-height: 64px;
    color: #6f7a80;
    font-size: 0.72rem;
}

.mobile-cta {
    display: none;
}

@media (max-width: 1050px) {
    .hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
        gap: 38px;
    }

    .service-panel {
        grid-template-columns: 52px minmax(0, 1fr) 150px;
    }

    .panel-details {
        grid-column: 2 / 3;
        padding: 20px 0 0;
        border: 0;
        border-top: 1px solid var(--line);
    }

    .panel-price {
        grid-column: 3;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 820px) {
    .site-header {
        position: relative;
    }

    .nav-inner {
        align-items: flex-start;
        min-height: 0;
        padding-block: 16px;
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px 20px;
    }

    .site-nav .nav-cta {
        width: 100%;
        text-align: center;
    }

    .hero-layout,
    .section-intro,
    .process-layout,
    .coverage-layout,
    .faq-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hero-layout {
        gap: 50px;
        padding-block: 64px;
    }

    .hero h1 {
        max-width: 680px;
        font-size: clamp(3rem, 11vw, 5rem);
    }

    .dispatch-board {
        max-width: 540px;
        box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.2);
    }

    .signal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 0;
    }

    .signal-grid div:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .section-intro,
    .process-layout,
    .coverage-layout,
    .faq-layout,
    .contact-layout {
        gap: 38px;
    }

    .service-panel {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .panel-details {
        grid-column: 2;
    }

    .panel-price {
        grid-column: 2;
        grid-row: auto;
        padding-top: 18px;
        text-align: left;
        border-top: 1px solid var(--line);
    }

    .process-section,
    .coverage-section,
    .contact-section {
        padding: 82px 0;
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr auto;
        padding-block: 30px;
    }

    .footer-top > p {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 560px) {
    body {
        padding-bottom: 60px;
    }

    .container {
        width: min(calc(100% - 28px), var(--content));
    }

    .utility-inner {
        min-height: 30px;
        font-size: 0.6rem;
        letter-spacing: 0.1em;
    }

    .utility-inner span:last-child {
        display: none;
    }

    .nav-inner {
        display: grid;
        gap: 16px;
    }

    .brand img {
        width: 52px;
        height: 52px;
    }

    .brand-text strong {
        font-size: 1.25rem;
    }

    .site-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        gap: 0;
        border: 1px solid var(--line-dark);
    }

    .site-nav a {
        padding: 10px 6px;
        font-size: 0.72rem;
        text-align: center;
    }

    .site-nav a + a {
        border-left: 1px solid var(--line-dark);
    }

    .site-nav .nav-cta {
        display: none;
    }

    .hero-layout {
        min-height: 0;
        padding-block: 52px;
    }

    .hero h1 {
        font-size: clamp(2.65rem, 12.5vw, 3.55rem);
        line-height: 0.92;
        overflow-wrap: anywhere;
    }

    .hero-lead {
        font-size: 0.98rem;
    }

    .hero-actions {
        display: grid;
    }

    .hero-facts {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-facts div {
        padding: 0;
    }

    .hero-facts div + div {
        padding: 12px 0 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .dispatch-board {
        padding: 8px;
        box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.22);
    }

    .board-brand {
        grid-template-columns: 58px 1fr;
    }

    .board-brand img {
        width: 58px;
    }

    .board-row {
        grid-template-columns: 30px 1fr auto;
        gap: 8px;
    }

    .board-row > strong {
        font-size: 1.35rem;
    }

    .signal-strip {
        padding: 14px 0;
    }

    .signal-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .signal-grid div,
    .signal-grid div:first-child {
        min-height: 44px;
        padding: 7px 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .signal-grid div:first-child {
        border-top: 0;
    }

    .services-section,
    .pricing-section,
    .faq-section {
        padding: 74px 0;
    }

    .section-intro h2,
    .process-copy h2,
    .coverage-copy h2,
    .faq-layout h2,
    .contact-copy h2 {
        font-size: 2.25rem;
    }

    .service-panel {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 24px;
    }

    .panel-number {
        font-size: 2rem;
    }

    .panel-main h3 {
        font-size: 1.9rem;
    }

    .panel-details,
    .panel-price {
        grid-column: 1;
    }

    .panel-price strong {
        font-size: 3rem;
    }

    .price-line {
        grid-template-columns: 52px 1fr;
        gap: 10px 14px;
        padding: 18px 12px;
    }

    .price-amount {
        grid-column: 2;
        min-width: 0;
        font-size: 1.55rem;
        text-align: left;
    }

    .coverage-map {
        min-height: 320px;
    }

    .ring-three {
        width: 310px;
        height: 310px;
    }

    .request-checklist ul {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 24px 18px;
        box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.22);
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-cta,
    .footer-top > p {
        grid-column: 1;
        grid-row: auto;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 80px;
        gap: 3px;
    }

    .mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        color: var(--white);
        background: var(--orange);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}

/* Multi-page service architecture */
.home-hero-layout {
    min-height: 610px;
}

.service-selector {
    padding: 10px;
    color: var(--ink);
    background:
        repeating-linear-gradient(0deg, rgba(16, 33, 45, 0.025) 0 1px, transparent 1px 5px),
        var(--canvas);
    border: 2px solid #aeb9bc;
    box-shadow: 18px 18px 0 rgba(4, 13, 19, 0.5);
}

.selector-label {
    margin: 0;
    padding: 11px 13px;
    color: #64737b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.service-selector > a {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 12px;
    align-items: center;
    min-height: 96px;
    padding: 14px;
    color: var(--ink);
    border-top: 1px solid rgba(16, 33, 45, 0.18);
    text-decoration: none;
}

.service-selector > a:hover,
.service-selector > a:focus-visible {
    background: var(--white);
}

.selector-number {
    color: var(--orange);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
}

.service-selector strong,
.service-selector small {
    display: block;
}

.service-selector strong {
    font-size: 0.95rem;
}

.service-selector small {
    margin-top: 3px;
    color: #6c787f;
    font-size: 0.72rem;
}

.service-selector b {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.home-services {
    padding-bottom: 116px;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 30px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(16, 33, 45, 0.26);
    box-shadow: 8px 8px 0 rgba(16, 33, 45, 0.08);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--card-accent);
}

.snow-card { --card-accent: var(--blue); }
.wash-card { --card-accent: var(--green); }
.transport-card { --card-accent: var(--orange); }

.service-card-top {
    display: flex;
    justify-content: space-between;
    color: #768188;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-card h3 {
    margin: 54px 0 14px;
    font-size: 2.4rem;
    line-height: 0.95;
    text-transform: uppercase;
}

.service-card > p {
    margin: 0;
    color: #59666d;
}

.card-rate {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}

.card-rate span {
    color: #707c82;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.card-rate strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
}

.card-link {
    display: flex;
    justify-content: space-between;
    margin: 22px -30px -30px;
    padding: 18px 30px;
    color: var(--white);
    background: var(--ink-soft);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.card-link:hover,
.card-link:focus-visible {
    background: var(--work-blue);
}

.card-link span {
    color: var(--orange);
}

.coverage-summary {
    padding: 82px 0;
}

.coverage-summary-inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr) auto;
    gap: 54px;
    align-items: center;
    padding-block: 46px;
    border-block: 2px solid var(--ink);
}

.coverage-summary h2 {
    margin: 0;
    font-size: clamp(2.1rem, 3vw, 3.1rem);
    line-height: 0.96;
    text-transform: uppercase;
}

.coverage-summary p {
    margin: 0;
    color: #59666d;
}

.button-outline {
    color: var(--ink);
    border-color: var(--ink);
    white-space: nowrap;
}

.button-outline:hover,
.button-outline:focus-visible {
    color: var(--white);
    background: var(--ink);
}

.detail-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 72% 25%, rgba(78, 130, 158, 0.24), transparent 30%),
        linear-gradient(135deg, #183b52 0%, var(--navy) 66%, #07131c 100%);
}

.detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, transparent 0 61%, rgba(230, 106, 44, 0.11) 61% 62%, transparent 62%),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, 0.018) 18px 19px);
}

.wash-detail-hero {
    background: radial-gradient(circle at 70% 28%, rgba(95, 134, 111, 0.25), transparent 30%), linear-gradient(135deg, #1b4552 0%, var(--navy) 68%);
}

.transport-detail-hero {
    background: radial-gradient(circle at 70% 28%, rgba(230, 106, 44, 0.2), transparent 30%), linear-gradient(135deg, #253b49 0%, var(--navy) 68%);
}

.detail-hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 88px;
    align-items: center;
    min-height: 590px;
    padding-block: 72px;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    margin-bottom: 48px;
    color: #92a5b0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.breadcrumb a {
    color: var(--white);
    text-decoration: none;
}

.detail-hero h1 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(3rem, 5.7vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 0.9;
    text-transform: uppercase;
}

.detail-price-card {
    padding: 28px;
    color: var(--ink);
    background: var(--canvas);
    border: 2px solid #aeb9bc;
    box-shadow: 16px 16px 0 rgba(4, 13, 19, 0.5);
}

.detail-price-card > span {
    color: #637179;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-price-card > strong {
    display: block;
    margin-top: 18px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 5rem;
    line-height: 0.86;
}

.detail-price-card > strong small {
    font-size: 2.4rem;
    vertical-align: top;
}

.detail-price-card > p {
    margin: 10px 0 24px;
    color: #65727a;
    font-size: 0.8rem;
}

.detail-price-card ul,
.request-info-card ul {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.detail-price-card li,
.request-info-card li {
    position: relative;
    padding-left: 16px;
    font-size: 0.82rem;
}

.detail-price-card li + li,
.request-info-card li + li {
    margin-top: 8px;
}

.detail-price-card li::before,
.request-info-card li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--orange);
}

.detail-section,
.detail-faq-section {
    padding: 104px 0;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(480px, 1.1fr);
    gap: 88px;
    align-items: start;
}

.detail-copy h2,
.rates-layout h2,
.restriction-heading h2 {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.detail-copy > p:last-child {
    margin: 22px 0 0;
    color: #5d6970;
}

.detail-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 2px solid var(--ink);
}

.detail-check-grid > div {
    min-height: 190px;
    padding: 26px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.detail-check-grid > div:nth-child(even) {
    border-right: 0;
}

.detail-check-grid span,
.note-grid span {
    color: var(--orange);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
}

.detail-check-grid strong,
.note-grid strong {
    display: block;
    margin-top: 24px;
}

.detail-check-grid p,
.note-grid p {
    margin: 6px 0 0;
    color: #68747a;
    font-size: 0.85rem;
}

.detail-rates-section {
    padding: 94px 0;
    color: var(--white);
    background: var(--navy);
}

.rates-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1fr);
    gap: 90px;
    align-items: center;
}

.rates-layout > div:first-child > p:last-child {
    margin: 22px 0 0;
    color: #aebbc2;
}

.request-info-card,
.rate-table {
    color: var(--ink);
    background: var(--canvas);
    border-top: 5px solid var(--orange);
    box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.32);
}

.request-info-card {
    padding: 30px;
}

.request-info-card > span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
}

.request-info-card a {
    display: block;
    margin-top: 24px;
    padding-top: 18px;
    color: var(--work-blue);
    border-top: 1px solid var(--line);
    font-weight: 800;
    text-decoration: none;
}

.rate-table > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 98px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
}

.rate-table span,
.rate-table small {
    display: block;
}

.rate-table span {
    font-weight: 700;
}

.rate-table small {
    margin-top: 3px;
    color: #6a767d;
    font-size: 0.75rem;
    font-weight: 500;
}

.rate-table strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.8rem;
}

.service-note-section {
    padding: 74px 0;
    background: #dfe4e2;
    border-block: 1px solid var(--line);
}

.restriction-section {
    color: var(--white);
    background: #173548;
}

.restriction-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 2px solid currentColor;
}

.note-grid > div {
    padding: 26px 30px 8px 0;
}

.note-grid > div + div {
    padding-left: 30px;
    border-left: 1px solid currentColor;
}

.restriction-section .note-grid p {
    color: #afbdc4;
}

.detail-faq-section {
    background: var(--paper);
}

.detail-cta {
    padding: 64px 0;
    color: var(--white);
    background: var(--work-blue);
    border-block: 5px solid #173d55;
}

.detail-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.detail-cta-inner > div > span {
    color: #b9ced9;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-cta h2 {
    margin: 8px 0 0;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
    color: var(--white);
    text-decoration: underline;
    text-decoration-color: var(--orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

@media (max-width: 1050px) {
    .coverage-summary-inner {
        grid-template-columns: minmax(260px, 0.8fr) 1fr;
    }

    .coverage-summary-inner .button {
        grid-column: 2;
        justify-self: start;
    }

    .detail-hero-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 50px;
    }
}

@media (max-width: 820px) {
    .service-cards,
    .detail-hero-layout,
    .detail-content-grid,
    .rates-layout {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 380px;
    }

    .coverage-summary-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .coverage-summary-inner .button {
        grid-column: 1;
    }

    .detail-hero-layout {
        gap: 52px;
        padding-block: 62px;
    }

    .detail-price-card {
        max-width: 520px;
    }

    .detail-content-grid,
    .rates-layout {
        gap: 48px;
    }

    .detail-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .home-hero-layout {
        min-height: 0;
    }

    .service-selector {
        box-shadow: 9px 9px 0 rgba(4, 13, 19, 0.45);
    }

    .service-selector > a {
        grid-template-columns: 28px 1fr;
    }

    .service-selector b {
        grid-column: 2;
        font-size: 1rem;
    }

    .home-services,
    .detail-section,
    .detail-faq-section {
        padding-block: 76px;
    }

    .service-card {
        min-height: 370px;
        padding: 24px;
    }

    .service-card h3 {
        margin-top: 42px;
        font-size: 2.15rem;
    }

    .card-link {
        margin: 22px -24px -24px;
        padding-inline: 24px;
    }

    .coverage-summary {
        padding: 58px 0;
    }

    .detail-hero h1 {
        font-size: clamp(2.7rem, 12vw, 3.45rem);
        line-height: 0.92;
        overflow-wrap: anywhere;
    }

    .breadcrumb {
        margin-bottom: 36px;
    }

    .detail-price-card {
        padding: 24px;
        box-shadow: 9px 9px 0 rgba(4, 13, 19, 0.45);
    }

    .detail-price-card > strong {
        font-size: 4rem;
    }

    .detail-check-grid {
        grid-template-columns: 1fr;
    }

    .detail-check-grid > div,
    .detail-check-grid > div:nth-child(even) {
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
    }

    .detail-rates-section {
        padding: 76px 0;
    }

    .rate-table > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .note-grid {
        grid-template-columns: 1fr;
    }

    .note-grid > div,
    .note-grid > div + div {
        padding: 24px 0;
        border-left: 0;
        border-bottom: 1px solid currentColor;
    }

    .detail-cta {
        padding: 52px 0;
    }
}
