:root {
  --ink: #0b1f3a;
  --charcoal: #12345c;
  --steel: #526b86;
  --mist: #f2f7ff;
  --line: #d5e4f5;
  --panel: #ffffff;
  --safety: #1f74ff;
  --safety-dark: #064cbf;
  --forest: #0052cc;
  --white: #ffffff;
  --sky: #dcecff;
  --deep-blue: #06377d;
  --shadow: 0 22px 60px rgba(11, 31, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 42px);
  padding: 10px clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 55, 125, 0.98), rgba(11, 79, 179, 0.96)),
    var(--deep-blue);
  border-bottom: 3px solid var(--safety);
  box-shadow: 0 14px 36px rgba(6, 29, 69, 0.22);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 315px;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: clamp(118px, 10vw, 148px);
  height: clamp(68px, 5.8vw, 84px);
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.05;
  font-weight: 900;
}

.brand small {
  color: var(--sky);
  margin-top: 3px;
  font-size: 0.78rem;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--white);
  font-weight: 800;
  font-size: 0.94rem;
}

.main-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover {
  border-color: var(--white);
}

.header-call {
  padding: 12px 18px;
  color: var(--deep-blue);
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 55, 125, 0.96), rgba(18, 78, 153, 0.78) 48%, rgba(31, 116, 255, 0.2)),
    linear-gradient(135deg, #0b4fb3, #061d45);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 54px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent);
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.92;
}

.hero-media::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 8%;
  width: min(760px, 74vw);
  aspect-ratio: 1.9;
  background:
    linear-gradient(145deg, transparent 0 34%, rgba(220, 236, 255, 0.34) 35% 39%, transparent 40%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  transform: skewX(-10deg);
}

.hero-trailer {
  position: absolute;
  right: clamp(18px, 8vw, 120px);
  bottom: 105px;
  width: min(650px, 74vw);
  height: 250px;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.42));
}

.trailer-body,
.trailer-rail,
.trailer-drawbar,
.trailer-wheel {
  position: absolute;
  display: block;
}

.trailer-body {
  right: 65px;
  bottom: 58px;
  width: 70%;
  height: 112px;
  background: linear-gradient(180deg, #cfd8dd, #8e9aa1);
  border: 5px solid #082a61;
  clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
}

.trailer-rail {
  right: 70px;
  height: 9px;
  background: #082a61;
}

.rail-one {
  bottom: 160px;
  width: 66%;
  transform: rotate(-5deg);
}

.rail-two {
  bottom: 132px;
  width: 64%;
  transform: rotate(-5deg);
}

.trailer-drawbar {
  right: 0;
  bottom: 74px;
  width: 130px;
  height: 16px;
  background: #082a61;
  transform: rotate(-10deg);
  transform-origin: left center;
}

.trailer-wheel {
  bottom: 20px;
  width: 78px;
  height: 78px;
  border: 14px solid #071f47;
  border-radius: 50%;
  background: #aeb8bd;
}

.wheel-left {
  right: 365px;
}

.wheel-right {
  right: 135px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 clamp(20px, 6vw, 84px) 100px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--safety);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: #e4eaed;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
}

.button-primary {
  color: var(--white);
  background: var(--safety);
}

.button-primary:hover {
  background: #005ce0;
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-actions .button-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button-small {
  min-height: 40px;
  padding: 9px 14px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 22px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1.04rem;
}

.trust-strip span {
  color: var(--steel);
  margin-top: 3px;
}

.section,
.feature-band,
.contact-section {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 5vw, 72px);
}

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

.section-heading h2,
.contact-details h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.contact-details p {
  color: var(--steel);
  font-size: 1.06rem;
}

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

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 24, 27, 0.08);
}

.featured-product {
  border-color: rgba(247, 183, 51, 0.78);
  box-shadow: var(--shadow);
}

.product-photo {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #438df7, #0b1f3a);
}

.product-photo::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 45%;
  border: 4px solid rgba(255, 255, 255, 0.55);
  border-top-width: 10px;
  transform: skewX(-8deg);
}

.product-photo::after {
  content: "";
  position: absolute;
  bottom: 44px;
  width: 42%;
  height: 38px;
  background:
    radial-gradient(circle at 20% 50%, #15191d 0 18px, transparent 19px),
    radial-gradient(circle at 80% 50%, #15191d 0 18px, transparent 19px);
}

.photo-standard {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #1f74ff, #0d3f8f);
}

.photo-heavy {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #0b62d8, #0b1f3a);
}

.photo-tradesman {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #6ea8ff, #12345c);
}

.product-photo span {
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  background: rgba(20, 24, 27, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 800;
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.product-tag {
  margin: 0 0 8px;
  color: var(--safety-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.15;
}

.product-copy {
  margin: 12px 0 18px;
  color: var(--steel);
}

.spec-list {
  display: grid;
  gap: 8px;
  margin: auto 0 20px;
}

.spec-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--steel);
  font-weight: 700;
}

.spec-list dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
}

.feature-band {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(6, 55, 125, 0.97), rgba(11, 31, 58, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px);
}

.feature-band .section-heading h2,
.feature-band .section-heading p {
  color: var(--white);
}

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

.feature-grid article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.feature-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 20px;
  color: var(--deep-blue);
  background: var(--white);
  border-radius: 4px;
  font-weight: 900;
}

.feature-grid h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.feature-grid p {
  margin: 0;
  color: #dce4e8;
}

.feature-grid strong {
  color: var(--white);
  font-weight: 900;
}

.feature-grid .feature-callout {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(28px, 5vw, 72px);
  background: #f7fbff;
}

.contact-details {
  align-self: start;
}

.contact-details address {
  margin-top: 30px;
  color: var(--steel);
  font-style: normal;
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.enquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 900;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcfc;
  border: 1px solid #c8d0d4;
  border-radius: 4px;
}

.enquiry-form textarea {
  resize: vertical;
}

.full-span {
  grid-column: 1 / -1;
}

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: #dce4e8;
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--sky);
  font-weight: 900;
}

.page-hero {
  display: grid;
  min-height: 430px;
  align-items: end;
  padding: clamp(76px, 10vw, 128px) clamp(20px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 55, 125, 0.96), rgba(18, 78, 153, 0.84)),
    linear-gradient(135deg, #0b4fb3, #061d45);
}

.page-hero > div {
  max-width: 820px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 20px 0 0;
  color: #e6f1ff;
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.accessories-hero {
  position: relative;
  overflow: hidden;
}

.accessories-hero::after {
  content: "";
  position: absolute;
  right: clamp(-120px, -8vw, -40px);
  bottom: -70px;
  width: min(540px, 72vw);
  aspect-ratio: 1;
  border: 32px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.part-card {
  min-width: 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(11, 31, 58, 0.08);
}

.part-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--safety);
  border-radius: 4px;
  font-weight: 900;
}

.part-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.24rem;
}

.part-card p {
  margin: 0;
  color: var(--steel);
}

.part-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.part-meta span {
  color: var(--steel);
  font-weight: 800;
}

.part-meta strong {
  color: var(--safety-dark);
  font-size: 1.24rem;
}

.special-order {
  background: linear-gradient(180deg, var(--white), #f6faff);
}

.special-order .part-icon {
  background: var(--deep-blue);
}

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .brand {
    flex: 1 1 100%;
    min-width: 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    padding-top: 4px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-bottom: 76px;
  }

  .hero-trailer {
    right: -90px;
    bottom: 85px;
    width: 620px;
    opacity: 0.52;
  }

  .trust-strip,
  .feature-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .parts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .brand {
    flex: 0 1 230px;
    gap: 10px;
    min-width: 0;
  }

  .brand-logo {
    width: 96px;
    height: 56px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .header-call {
    flex: 0 0 auto;
    padding: 9px 10px;
    font-size: 0.84rem;
  }

  .main-nav {
    flex-wrap: nowrap;
    gap: 20px;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-actions,
  .contact-actions,
  .product-footer,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .product-grid,
  .parts-grid,
  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .product-photo {
    min-height: 190px;
  }
}
