:root {
  --anc-orange: #e65c00;
  --anc-orange-dark: #b24600;
  --charcoal: #0d0d0d;
  --graphite: #33383d;
  --steel: #33383d;
  --concrete: #d9d9d9;
  --line: #d9d9d9;
  --paper: #f4f4f4;
  --white: #ffffff;
  --blue: #0f5972;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #d0d0d0;
  color: var(--charcoal);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.topbar {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 8px clamp(18px, 4vw, 56px);
  background: #080808;
  color: #d8d8d8;
  font-size: 13px;
}

.topbar span {
  margin-right: auto;
  color: var(--anc-orange);
  font-weight: 700;
}

.topbar a[href^="tel"] {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  margin-block: -4px;
  background: var(--anc-orange);
  color: var(--white);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(18px, 4vw, 56px);
}

.brand {
  display: flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand img {
  width: clamp(150px, 13vw, 220px);
  max-height: 62px;
  height: auto;
  object-fit: contain;
}

.brand span {
  display: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: 700;
}

.primary-menu > a,
.has-mega > button {
  position: relative;
  border: 0;
  background: transparent;
  color: var(--charcoal);
  cursor: pointer;
  padding: 22px 0;
}

.primary-menu > a::after,
.has-mega > button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 2px;
  background: var(--anc-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.primary-menu > a:hover::after,
.has-mega:hover > button::after,
.has-mega:focus-within > button::after {
  transform: scaleX(1);
}

.nav-cta {
  background: var(--anc-orange);
  color: var(--white);
  padding: 12px 18px !important;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(240, 90, 22, 0.25);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--white);
  padding: 9px 12px;
  border-radius: 4px;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--white);
}

.mega-menu {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 28px;
  padding: 20px 16px 22px;
  background:
    linear-gradient(135deg, rgba(255, 185, 90, 0.34), rgba(255, 122, 24, 0.16) 46%, rgba(230, 92, 0, 0.04)),
    #f05a16;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 12px;
  color: var(--white);
  text-align: center;
  transition: transform 160ms ease;
}

.mega-card:hover {
  transform: translateY(-2px);
}

.mega-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(0, 0, 0, 0.12);
  padding: 10px;
}

.mega-card span {
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
}

.mega-card small {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.35;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: 150px clamp(18px, 5vw, 72px) 54px;
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.55) 42%, rgba(0, 0, 0, 0.08)),
    url("all%20terrain%20crane%202.jpg") center / cover;
}

.hero-content {
  position: relative;
  max-width: 850px;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--anc-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.96;
  max-width: 1000px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  font-weight: 800;
}

h3 {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.hero-content p {
  max-width: 720px;
  color: #e6e6e6;
  font-size: 19px;
}

.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: 48px;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 800;
}

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

.button.secondary {
  border: 1px solid currentColor;
  color: inherit;
}

.hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  max-width: 640px;
  margin-top: 54px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}

.hero-proof div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong {
  display: block;
  font-size: 34px;
  color: var(--anc-orange);
  line-height: 1;
}

.hero-proof span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cert-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 72px);
  background: var(--charcoal);
  color: var(--white);
}

.cert-band h2 {
  max-width: 680px;
  font-size: clamp(28px, 4vw, 44px);
}

.cert-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: center;
}

.cert-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 174px;
  padding: 14px;
  background: var(--white);
  border-radius: 8px;
}

.cert-badge img {
  width: 100%;
  max-width: 170px;
  max-height: 150px;
  object-fit: contain;
}

.section {
  padding: 92px clamp(18px, 5vw, 72px);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  background: var(--white);
}

.intro-copy {
  align-self: end;
  font-size: 18px;
  color: var(--steel);
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.feature-row span {
  padding: 9px 12px;
  background: var(--paper);
  border-left: 4px solid var(--anc-orange);
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
}

.fleet-section {
  padding: 92px clamp(18px, 5vw, 72px);
  background: #101010;
  color: var(--white);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading p {
  color: #666;
}

.fleet-section .section-heading p,
.projects .section-heading p {
  color: #c9c9c9;
}

.fleet-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.filter {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.filter.active {
  background: var(--anc-orange);
  border-color: var(--anc-orange);
}

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

.fleet-card {
  display: grid;
  grid-template-rows: 250px auto;
  min-height: 100%;
  background: var(--white);
  color: var(--charcoal);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 160ms ease, opacity 160ms ease;
}

.fleet-card.is-hidden {
  display: none;
}

.fleet-card:hover {
  transform: translateY(-4px);
}

.fleet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-card-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.fleet-type {
  color: var(--anc-orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fleet-card p {
  color: var(--steel);
}

.fleet-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.fleet-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.fleet-card dt {
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.fleet-card dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.fleet-card a,
.text-link {
  color: var(--anc-orange-dark);
  font-weight: 800;
}

.industries {
  background: var(--white);
}

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

.industry-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.industry-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.industry-grid h3,
.industry-grid p {
  padding: 0 18px;
}

.industry-grid h3 {
  margin-top: 18px;
}

.industry-grid p {
  color: var(--steel);
  padding-bottom: 20px;
}

.projects {
  padding: 92px clamp(18px, 5vw, 72px);
  background: var(--graphite);
  color: var(--white);
}

.project-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.project-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.project-card.large {
  grid-row: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.project-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.project-card span {
  color: var(--anc-orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-card p {
  color: #dadada;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.project-gallery figure {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.project-gallery figure:hover img {
  transform: scale(1.035);
  opacity: 0.82;
}

.project-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 5px;
  padding: 46px 14px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

.project-gallery figcaption span {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--anc-orange);
  color: var(--white);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.project-proof-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.project-proof-list article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.project-proof-list span {
  display: block;
  color: var(--anc-orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-proof-list strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.project-proof-list p {
  margin-bottom: 0;
  color: #dadada;
}

.compliance {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  padding: 92px clamp(18px, 5vw, 72px);
  background: var(--white);
}

.compliance-copy p {
  color: var(--steel);
}

.compliance-list {
  display: grid;
  gap: 16px;
}

.compliance-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 22px;
  border-left: 5px solid var(--anc-orange);
  background: var(--paper);
}

.compliance-list span {
  color: var(--anc-orange);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.compliance-list h3,
.compliance-list p {
  grid-column: 2;
}

.resources {
  background:
    linear-gradient(135deg, rgba(240, 90, 22, 0.08), rgba(240, 90, 22, 0) 34%),
    var(--paper);
}

.resource-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 30px;
}

.resource-header h2 {
  max-width: 760px;
}

.resource-header > p {
  margin: 0;
  color: var(--steel);
  font-size: 17px;
}

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

.resource-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 198px;
  padding: 24px;
  background: var(--charcoal);
  color: var(--white);
  border: 1px solid var(--charcoal);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.resource-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 118px;
  height: 118px;
  border: 18px solid rgba(240, 90, 22, 0.14);
  border-radius: 50%;
}

.resource-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.resource-card:nth-child(even) {
  background: var(--anc-orange);
  color: var(--charcoal);
  border-color: var(--anc-orange);
}

.resource-card:nth-child(even)::after {
  border-color: rgba(255, 255, 255, 0.08);
}

.doc-type {
  width: fit-content;
  padding: 5px 9px;
  background: rgba(240, 90, 22, 0.18);
  color: var(--anc-orange);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card:nth-child(even) .doc-type {
  background: rgba(0, 0, 0, 0.14);
  color: var(--charcoal);
}

.resource-card strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 22px;
  line-height: 1.15;
}

.resource-card small {
  position: relative;
  z-index: 1;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.45;
}

.resource-card:nth-child(even) small {
  color: rgba(24, 24, 24, 0.82);
}

.resource-card em {
  position: relative;
  z-index: 1;
  align-self: end;
  width: fit-content;
  margin-top: 8px;
  padding: 10px 13px;
  background: var(--anc-orange);
  color: var(--white);
  border-radius: 4px;
  font-style: normal;
  font-weight: 800;
}

.resource-card:nth-child(even) em {
  background: var(--charcoal);
  color: var(--white);
}

.clients {
  padding: 54px clamp(18px, 5vw, 72px);
  background: var(--white);
  text-align: center;
}

.client-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 24px;
}

.client-strip img {
  max-height: 58px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  padding: 92px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.66)),
    url("ANC+Cranes+1-1920w.webp") center / cover;
  color: var(--white);
}

.contact-section p {
  color: #e2e2e2;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--charcoal);
  border-radius: 8px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px;
  background: var(--white);
}

.quote-form button {
  border: 0;
  border-radius: 4px;
  padding: 14px;
  background: var(--anc-orange);
  color: var(--white);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.4fr);
  gap: 46px;
  padding: 54px clamp(18px, 5vw, 72px) 26px;
  background:
    linear-gradient(135deg, rgba(230, 92, 0, 0.14), rgba(230, 92, 0, 0) 34%),
    #080808;
  color: var(--white);
}

.footer-brand img,
.site-footer img {
  width: min(280px, 76vw);
  max-height: 96px;
  object-fit: contain;
  margin-bottom: 18px;
}

.site-footer p {
  max-width: 480px;
  color: #c7c7c7;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.footer-contact a {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.footer-contact a[href^="tel"] {
  background: var(--anc-orange);
  border-color: var(--anc-orange);
  font-size: 18px;
  font-weight: 900;
}

.mobile-call-cta {
  display: none;
}

.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.footer-sitemap nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-sitemap strong {
  color: var(--anc-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-sitemap a {
  color: #dedede;
  font-size: 14px;
  font-weight: 700;
}

.footer-sitemap a:hover,
.footer-contact a:hover {
  color: var(--anc-orange);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #a9a9a9;
  font-size: 13px;
}

.detail-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: end;
  padding: 150px clamp(18px, 5vw, 72px) 72px;
  background: var(--charcoal);
  color: var(--white);
}

.detail-hero h1 {
  max-width: 760px;
}

.detail-hero p {
  max-width: 660px;
  color: #e3e3e3;
  font-size: 18px;
}

.detail-hero img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.fleet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px clamp(18px, 5vw, 72px);
  background: #111;
  color: var(--white);
}

.fleet-nav a {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-weight: 700;
}

.fleet-nav a:hover {
  border-color: var(--anc-orange);
  color: var(--anc-orange);
}

.fleet-detail {
  padding: 80px clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.fleet-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.spec-card {
  display: grid;
  gap: 18px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-card.featured {
  grid-column: span 2;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
}

.spec-card h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.spec-card p {
  color: var(--steel);
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.spec-list div {
  padding: 12px;
  background: var(--paper);
  border-left: 4px solid var(--anc-orange);
}

.spec-list dt {
  color: var(--steel);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.uses-list {
  margin: 0;
  padding-left: 20px;
  color: var(--steel);
}

.detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.safety-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 44px;
  align-items: center;
  padding: 150px clamp(18px, 5vw, 72px) 80px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)),
    url("IMG_0954-1920w.webp") center / cover;
  color: var(--white);
}

.safety-hero p {
  max-width: 680px;
  color: #e3e3e3;
  font-size: 18px;
}

.safety-brand-panel {
  display: grid;
  gap: 20px;
  padding: 0;
  background: transparent;
  justify-items: center;
}

.safety-round-logo {
  width: min(260px, 64vw);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
}

.safety-cert-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 16px;
  align-items: stretch;
  width: 100%;
  max-width: 540px;
}

.safety-cert-stack img {
  width: 100%;
  height: 100%;
  max-height: 168px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  background: var(--white);
  border-radius: 4px;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.26));
}

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

.safety-copy-grid article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--anc-orange);
  border-radius: 8px;
}

.safety-copy-grid p {
  color: var(--steel);
}

.safety-systems {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  padding: 92px clamp(18px, 5vw, 72px);
  background: var(--charcoal);
  color: var(--white);
}

.safety-systems p {
  color: #d8d8d8;
}

.system-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.system-list article {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.system-list span {
  color: var(--anc-orange);
  font-size: 28px;
  font-weight: 800;
}

.system-list strong {
  font-size: 20px;
}

.system-list small {
  color: #d8d8d8;
  font-size: 14px;
}

.safety-band {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.blog-hero {
  display: grid;
  align-items: end;
  min-height: 560px;
  padding: 150px clamp(18px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58)),
    url("Bellingham+-+Homebush+Nov-cc69c471-1920w.webp") center / cover;
  color: var(--white);
}

.news-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58)),
    url("IMG_1553-1920w.webp") center / cover;
}

.blog-hero p {
  max-width: 680px;
  color: #e3e3e3;
  font-size: 18px;
}

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

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

.blog-card {
  display: grid;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.blog-card.featured {
  grid-column: span 3;
  grid-template-columns: 1.05fr 0.95fr;
}

.blog-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.blog-card div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.blog-card span {
  color: var(--anc-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card p {
  color: var(--steel);
}

.blog-card a {
  width: fit-content;
  color: var(--anc-orange-dark);
  font-weight: 800;
}

.media-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.media-overview.single {
  grid-template-columns: 1fr;
}

.media-overview article {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: var(--charcoal);
  color: var(--white);
  border-left: 5px solid var(--anc-orange);
  border-radius: 8px;
}

.media-overview span {
  color: var(--anc-orange);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.media-overview strong {
  font-size: 22px;
}

.media-overview p {
  color: #d8d8d8;
}

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

.media-card {
  display: grid;
  gap: 14px;
  padding: 0 22px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--anc-orange);
  border-radius: 8px;
}

.media-card img {
  width: calc(100% + 44px);
  height: 190px;
  margin: 0 -22px 4px;
  object-fit: cover;
}

.media-card > span {
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-card h3 {
  color: var(--anc-orange);
}

.media-card p,
.media-card dd {
  color: var(--steel);
}

.media-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.media-card dt {
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-card dd {
  margin: 3px 0 0;
}

.media-card a {
  width: fit-content;
  padding: 10px 13px;
  background: var(--anc-orange);
  color: var(--white);
  border-radius: 4px;
  font-weight: 800;
}

.media-feature-grid {
  margin-top: 12px;
}

.article-hero {
  display: grid;
  align-items: end;
  min-height: 620px;
  padding: 150px clamp(18px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.54)),
    url("all%20terrain%20crane%202.jpg") center / cover;
  color: var(--white);
}

.article-hero p {
  max-width: 680px;
  color: #e3e3e3;
  font-size: 18px;
}

.article-body {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px clamp(18px, 5vw, 72px);
  background: var(--white);
}

.article-body h2 {
  margin-top: 42px;
  color: var(--anc-orange);
  font-size: clamp(28px, 3vw, 42px);
}

.article-body p {
  color: var(--steel);
  font-size: 17px;
}

.article-body ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 22px;
  color: var(--steel);
  font-size: 17px;
}

.article-body li::marker {
  color: var(--anc-orange);
}

.credibility-badges,
.article-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.credibility-badges span {
  padding: 9px 12px;
  background: var(--charcoal);
  color: var(--white);
  border-left: 4px solid var(--anc-orange);
  font-size: 13px;
  font-weight: 800;
}

.article-links a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 800;
}

.article-links a:hover {
  border-color: var(--anc-orange);
  color: var(--anc-orange);
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.spec-download {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--anc-orange);
  color: var(--white);
  font-weight: 800;
}

.spec-download.secondary {
  background: var(--charcoal);
}

@media (max-width: 1050px) {
  .menu-toggle {
    display: inline-flex;
  }

  .primary-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px clamp(18px, 4vw, 56px);
    background: var(--charcoal);
  }

  .primary-menu.is-open {
    display: flex;
  }

  .primary-menu > a,
  .has-mega > button {
    padding: 12px 0;
    text-align: left;
  }

  .has-mega {
    display: grid;
  }

  .mega-menu {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 6px;
    margin: 6px 0 14px;
    padding: 14px;
    gap: 14px;
  }

  .mega-card {
    grid-template-columns: 96px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .mega-card img {
    aspect-ratio: 4 / 3;
  }

  .mega-card small {
    grid-column: 2;
  }

  .fleet-grid,
  .industry-grid,
  .resource-grid,
  .project-gallery,
  .project-proof-list,
  .fleet-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cert-band,
  .intro-grid,
  .compliance,
  .contact-section,
  .detail-hero,
  .safety-hero,
  .safety-systems,
  .resource-header,
  .blog-card.featured,
  .media-overview,
  .spec-card.featured {
    grid-template-columns: 1fr;
  }

  .spec-card.featured {
    grid-column: auto;
  }

  .safety-copy-grid,
  .system-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  .topbar {
    display: none;
  }

  .mobile-call-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 18px;
    background: var(--anc-orange);
    color: var(--white);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    font-size: 18px;
    font-weight: 900;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: 680px;
    padding-top: 96px;
  }

  .hero-proof,
  .cert-list,
  .fleet-grid,
  .industry-grid,
  .project-grid,
  .project-gallery,
  .project-proof-list,
  .resource-grid,
  .blog-grid,
  .media-grid,
  .fleet-detail-grid,
  .spec-list,
  .safety-copy-grid,
  .system-list,
  .safety-cert-stack {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .project-card.large {
    grid-row: auto;
  }

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

  .compliance-list h3,
  .compliance-list p {
    grid-column: auto;
  }

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

  .site-footer,
  .footer-sitemap {
    grid-template-columns: 1fr;
  }
}
