:root {
  --ink: #232425;
  --muted: #5f6368;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #dedbd4;
  --red: #d7282f;
  --red-dark: #9f1c24;
  --teal: #0b6f78;
  --soft-teal: #e7f2f1;
  --steel: #37424a;
  --shadow: 0 18px 45px rgba(35, 36, 37, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(14px);
}

.top-strip {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: .45rem 1rem;
  background: var(--steel);
  color: #fff;
  font-size: .82rem;
}

.nav-shell {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 76px;
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand img {
  width: 164px;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a,
.nav-call {
  text-decoration: none;
  font-weight: 700;
  font-size: .92rem;
  padding: .65rem .75rem;
  border-radius: 6px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--soft-teal);
}

.nav-call {
  background: var(--red);
  color: #fff;
  white-space: nowrap;
}

.hero {
  min-height: min(650px, calc(100svh - 130px));
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/optimized/hero-vans.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(.9);
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(22, 24, 26, .88) 0%, rgba(22, 24, 26, .64) 48%, rgba(22, 24, 26, .18) 100%);
}

.hero-content {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
  color: #fff;
}

.eyebrow {
  margin: 0 0 .7rem;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .82rem;
}

.hero .eyebrow,
.cta-band .eyebrow {
  color: #ff7076;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 .5rem;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.12rem;
}

.hero-actions,
.button-row {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .8rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .1);
}

.button.outline {
  background: #fff;
  color: var(--teal);
  border-color: rgba(11, 111, 120, .28);
}

.button:hover,
.button:focus-visible,
.nav-call:hover,
.nav-call:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.service-strip a {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: .9rem;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  border-right: 1px solid var(--line);
}

.service-strip a:hover,
.service-strip a:focus-visible {
  background: var(--soft-teal);
  color: var(--teal);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}

.intro-grid,
.proof-grid,
.contact-grid,
.service-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading p {
  color: var(--muted);
}

.section-actions {
  display: flex;
  margin-top: 1.5rem;
}

.card-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.service-card,
.case-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(35, 36, 37, .08);
}

.service-card img,
.case-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-card span,
.case-card span {
  display: block;
  padding: 1rem 1rem .25rem;
  font-weight: 900;
  font-size: 1.08rem;
}

.service-card p,
.case-card p {
  margin: 0;
  padding: 0 1rem 1.1rem;
  color: var(--muted);
}

.service-card:hover,
.service-card:focus-visible,
.case-card:hover,
.case-card:focus-visible {
  border-color: var(--red);
  transform: translateY(-2px);
}

.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--steel);
  color: #fff;
}

.feature-copy {
  padding: 4.5rem max(1.25rem, calc((100vw - 1180px) / 2)) 4.5rem 1.25rem;
  margin-left: auto;
  max-width: 590px;
}

.feature-copy p {
  color: rgba(255, 255, 255, .84);
}

.feature-band img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: #fff;
  font-weight: 900;
  text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.proof-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.proof-list article {
  padding: 1.2rem;
  border-left: 4px solid var(--red);
  background: #fff;
  border-radius: 0 8px 8px 0;
}

.proof-list p {
  margin: 0;
  color: var(--muted);
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 0;
}

.logo-row img {
  max-width: 220px;
  max-height: 110px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.trust-section {
  padding-bottom: 1rem;
}

.trust-grid,
.accreditation-grid,
.area-grid {
  display: grid;
  gap: 1rem;
}

.trust-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid article,
.accreditation-grid article,
.capability-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 10px 24px rgba(35, 36, 37, .08);
}

.trust-grid p,
.accreditation-grid p,
.capability-panel p {
  margin: 0;
  color: var(--muted);
}

.accreditation-section {
  padding-top: 1rem;
}

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

.area-section {
  padding-top: 1rem;
}

.area-grid {
  grid-template-columns: repeat(5, 1fr);
}

.area-grid span {
  display: grid;
  min-height: 64px;
  place-items: center;
  padding: .8rem;
  border: 1px solid rgba(11, 111, 120, .22);
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-weight: 900;
  text-align: center;
}

.urgent-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto 4.5rem;
  max-width: 1180px;
  padding: 2rem 1.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.urgent-band p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.customer-section {
  padding-top: 1rem;
}

.work-section {
  padding-top: 1rem;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: -1rem 0 1.25rem;
}

.filter-button {
  min-height: 40px;
  padding: .55rem .8rem;
  border: 1px solid rgba(11, 111, 120, .28);
  border-radius: 6px;
  background: #fff;
  color: var(--teal);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active {
  background: var(--teal);
  color: #fff;
}

.work-photo {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(35, 36, 37, .08);
  cursor: zoom-in;
}

.work-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.work-photo figcaption {
  padding: .85rem 1rem 1rem;
  font-weight: 900;
  display: grid;
  gap: .2rem;
}

.work-photo figcaption small {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.work-photo:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

body.lightbox-open {
  overflow: hidden;
}

.work-lightbox[hidden] {
  display: none;
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 1rem;
  padding: 4.5rem 1.25rem 2rem;
  background: rgba(15, 17, 18, .92);
  color: #fff;
}

.work-lightbox img {
  max-width: min(1120px, 100%);
  max-height: calc(100svh - 9rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.work-lightbox p {
  max-width: 1120px;
  margin: 0;
  text-align: center;
  font-weight: 900;
}

.work-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.work-lightbox-close:hover,
.work-lightbox-close:focus-visible {
  background: #fff;
  color: var(--ink);
}

.customer-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .8rem;
}

.customer-logos img {
  width: 100%;
  height: 88px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .9rem;
  object-fit: contain;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin-bottom: .75rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem max(1.25rem, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: #fff;
}

.cta-band p {
  color: rgba(255, 255, 255, .82);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem max(1.25rem, calc((100vw - 1180px) / 2));
  background: #fff;
  border-top: 1px solid var(--line);
}

.site-footer h2 {
  font-size: 1rem;
  margin-bottom: .75rem;
}

.site-footer a {
  display: block;
  color: var(--muted);
  text-decoration: none;
  margin: .35rem 0;
}

.page-hero {
  background: var(--steel);
  color: #fff;
}

.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 3rem;
  align-items: center;
}

.page-hero p {
  color: rgba(255, 255, 255, .84);
}

.page-hero img {
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.service-layout ul,
.contact-panel ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.service-layout li,
.contact-panel li {
  margin: .55rem 0;
}

.content-panel,
.contact-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.5rem;
}

.related {
  background: var(--soft-teal);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.related-grid a {
  background: #fff;
  border: 1px solid rgba(11, 111, 120, .2);
  border-radius: 8px;
  padding: 1rem;
  text-decoration: none;
  font-weight: 900;
}

.contact-panel a {
  font-weight: 900;
  color: var(--red-dark);
}

.enquiry-form {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.5rem;
  display: grid;
  gap: .9rem;
}

.enquiry-form h2 {
  font-size: 1.25rem;
}

.enquiry-form label {
  display: grid;
  gap: .35rem;
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: .8rem;
  font: inherit;
  background: #fff;
}

.enquiry-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.map-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(35, 36, 37, .08);
}

.map-panel iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

.map-caption {
  padding: 1.25rem 1.5rem 1.5rem;
}

.map-caption p {
  margin: .35rem 0 0;
  color: var(--muted);
}

.text-link.dark {
  color: var(--teal);
}

.note {
  color: var(--muted);
  font-size: .92rem;
}

.capability-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
}

.capability-header img {
  width: 190px;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem 1rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.capability-list li {
  margin: 0;
}

.print-button {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .nav-shell,
  .nav-links {
    justify-content: center;
  }

  .nav-shell {
    flex-wrap: wrap;
  }

  .nav-links {
    width: 100%;
    order: 3;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .service-strip,
  .card-grid,
  .case-grid,
  .trust-grid,
  .accreditation-grid,
  .area-grid,
  .work-gallery,
  .feature-band,
  .intro-grid,
  .proof-grid,
  .contact-grid,
  .service-layout,
  .page-hero-inner,
  .site-footer,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .customer-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-strip a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-copy {
    margin: 0;
    max-width: none;
    padding: 3rem 1.25rem;
  }

  .feature-band img {
    min-height: 320px;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .cta-band {
    display: grid;
  }

  .urgent-band,
  .capability-header {
    display: grid;
  }

  .capability-list {
    grid-template-columns: 1fr;
  }
}

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

  .top-strip {
    justify-content: flex-start;
  }

  .brand img {
    width: 140px;
  }

  .nav-links a,
  .nav-call {
    font-size: .86rem;
    padding: .55rem .6rem;
  }

  .nav-call {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    width: auto;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
  }

  .button,
  .enquiry-form button {
    width: 100%;
  }

  .customer-logos {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content,
  .section,
  .page-hero-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  h1 {
    font-size: 2rem;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
    padding-bottom: 0;
  }

  .site-header,
  .site-footer,
  .cta-band,
  .print-button {
    display: none;
  }

  .section,
  .page-hero-inner {
    max-width: none;
    padding: 1rem 0;
  }

  .page-hero {
    background: #fff;
    color: #000;
  }

  .page-hero p {
    color: #000;
  }

  .content-panel,
  .capability-panel,
  .trust-grid article,
  .accreditation-grid article {
    box-shadow: none;
  }
}
