/*
Theme Name: Vellinga Projecten
Theme URI: https://www.vellinga.nu/
Author: Vellinga Projecten B.V.
Description: Industrieel WordPress-thema voor staalconstructies, revisie, montage, laswerken en machineverhuur.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: vellinga
*/

:root {
  --yellow: #ffcc00;
  --yellow-hot: #ffd629;
  --ink: #121210;
  --ink-soft: #1c1c19;
  --graphite: #282825;
  --paper: #f4f3ee;
  --paper-warm: #e9e7df;
  --white: #ffffff;
  --line: rgba(18, 18, 16, 0.15);
  --line-light: rgba(255, 255, 255, 0.18);
  --steel-hero-image: url("/vellinga/steel-hero.webp");
  --spider-crane-image: url("/vellinga/spider-crane.webp");
  --container: min(1280px, calc(100vw - 48px));
  --display: "Arial Narrow", "Bahnschrift Condensed", "Franklin Gothic Medium",
    Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-size: 16px;
}

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

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

address {
  font-style: normal;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.eyebrow {
  margin: 0;
  color: inherit;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
}

.utility-bar {
  border-bottom: 1px solid var(--line-light);
  background: rgba(18, 18, 16, 0.82);
}

.utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.utility-inner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
}

.nav-shell {
  display: grid;
  min-height: 98px;
  align-items: center;
  grid-template-columns: minmax(250px, 360px) 1fr auto;
  gap: 38px;
}

.brand img {
  width: min(360px, 100%);
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 32px);
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 100%;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  content: "";
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.nav-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.nav-cta:hover {
  background: var(--yellow-hot);
  transform: translateY(-2px);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 820px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 8, 0.96) 0%, rgba(10, 10, 8, 0.72) 45%, rgba(10, 10, 8, 0.22) 76%),
    linear-gradient(0deg, rgba(10, 10, 8, 0.65) 0%, transparent 52%),
    var(--steel-hero-image) center 38% / cover no-repeat;
  transform: scale(1.02);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 86px;
}

.hero-content .eyebrow {
  color: var(--yellow);
}

.hero h1 {
  max-width: 880px;
  margin: 18px 0 24px;
  font-family: var(--display);
  font-size: clamp(5rem, 9.2vw, 9rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.76;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--yellow);
}

.hero-lead {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 1.8vw, 1.36rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button-primary {
  background: var(--yellow);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--yellow-hot);
}

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

.button-ghost:hover {
  background: var(--white);
  color: var(--ink);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--display);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hero-proof span::before {
  width: 7px;
  height: 7px;
  background: var(--yellow);
  content: "";
  transform: rotate(45deg);
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2));
  bottom: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll span:last-child {
  color: var(--yellow);
  font-size: 1.3rem;
}

.activity-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.activity-card {
  position: relative;
  min-height: 390px;
  padding: 74px max(40px, calc((100vw - 1280px) / 2));
}

.activity-card-main {
  padding-right: clamp(40px, 7vw, 120px);
  background: var(--yellow);
  color: var(--ink);
}

.activity-card-rental {
  padding-left: clamp(40px, 7vw, 120px);
  background: var(--ink-soft);
  color: var(--white);
}

.activity-card-inner {
  max-width: 520px;
}

.activity-card h2 {
  margin: 14px 0 18px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

.activity-card p:not(.eyebrow) {
  max-width: 500px;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.65;
}

.activity-card a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section {
  padding: 132px 0;
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 72px;
}

.section-heading h2,
.own-equipment h2,
.contact-section h2 {
  margin: 16px 0 0;
  font-family: var(--display);
  font-size: clamp(3.6rem, 7vw, 6.9rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.82;
  text-transform: uppercase;
}

.section-heading h2 span,
.own-equipment h2 span,
.contact-section h2 span {
  display: block;
}

.section-heading > p,
.section-heading > div:last-child > p {
  margin: 0;
  color: #575751;
  font-size: 1.05rem;
  line-height: 1.7;
}

.steel-heading h2 span {
  color: #88877f;
}

.steel-showcase {
  display: grid;
  margin-top: 72px;
  grid-template-columns: 1.6fr 0.7fr;
  grid-template-rows: 220px 260px;
  gap: 18px;
}

.steel-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #d8d6ce;
}

.steel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.steel-photo:hover img {
  transform: scale(1.035);
}

.steel-photo-main {
  grid-row: 1 / 3;
}

.steel-photo-main img {
  object-position: center;
}

.steel-photo-side img {
  object-position: center 55%;
}

.steel-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  color: var(--white);
}

.steel-photo figcaption span,
.steel-photo-side figcaption {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.steel-photo figcaption strong {
  font-family: var(--display);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.steel-callout {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 28px;
  background: var(--yellow);
}

.steel-callout p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-transform: uppercase;
}

.steel-callout-mark {
  position: absolute;
  top: -48px;
  right: -15px;
  color: rgba(18, 18, 16, 0.08);
  font-family: var(--display);
  font-size: 16rem;
  font-weight: 900;
  line-height: 1;
}

.service-grid {
  display: grid;
  margin-top: 84px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.service-item {
  min-height: 250px;
  padding: 30px 28px 24px 0;
  border-right: 1px solid var(--line);
}

.service-item + .service-item {
  padding-left: 28px;
}

.service-item:last-child {
  border-right: 0;
}

.service-item > span {
  color: #8d8c84;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-item h3 {
  margin: 44px 0 12px;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.service-item p {
  margin: 0;
  color: #62615b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.own-equipment {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.own-equipment-image {
  position: absolute;
  inset: 0 0 0 48%;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(18, 18, 16, 0.55) 22%, transparent 68%),
    var(--spider-crane-image) center / cover no-repeat;
}

.own-equipment-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 670px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.46fr);
  gap: 100px;
}

.own-equipment-copy {
  padding: 96px 0;
}

.own-equipment-copy .eyebrow {
  color: var(--yellow);
}

.own-equipment h2 span {
  color: var(--yellow);
}

.own-equipment-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--yellow);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.equipment-facts {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(14px);
  background: rgba(18, 18, 16, 0.7);
}

.equipment-facts div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 34px;
  border-bottom: 1px solid var(--line-light);
}

.equipment-facts div:last-child {
  border-bottom: 0;
}

.equipment-facts strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.equipment-facts span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.rental-section {
  background: var(--ink-soft);
  color: var(--white);
}

.rental-heading .eyebrow {
  color: var(--yellow);
}

.rental-heading h2 span {
  color: #6d6d66;
}

.rental-heading > div:last-child > p {
  color: rgba(255, 255, 255, 0.66);
}

.rental-heading > div:last-child > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--yellow);
  color: var(--white);
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-grid {
  display: grid;
  margin-top: 74px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rental-card {
  overflow: hidden;
  background: #272724;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.rental-card:hover {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
  transform: translateY(-6px);
}

.rental-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #ecebe7;
}

.rental-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.rental-card:nth-child(1) .rental-image img,
.rental-card:nth-child(2) .rental-image img,
.rental-card:nth-child(3) .rental-image img {
  object-fit: contain;
  padding: 18px;
}

.rental-card:hover .rental-image img {
  transform: scale(1.04);
}

.rental-image > span {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
}

.rental-card-body {
  padding: 28px;
}

.rental-card-body > p {
  margin: 0;
  color: var(--yellow);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rental-card-body h3 {
  margin: 12px 0 14px;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.rental-card-body > span {
  display: block;
  min-height: 46px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
  line-height: 1.5;
}

.rental-card-body a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-card-body a span {
  color: var(--yellow);
}

.rental-terms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
  padding: 28px 32px;
  border: 1px solid var(--line-light);
}

.rental-terms p {
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.6;
}

.rental-terms p strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-family: var(--display);
  text-transform: uppercase;
}

.rental-terms > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  color: var(--yellow);
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.project-heading h2 span {
  color: #8b8a82;
}

.project-gallery {
  display: grid;
  margin-top: 70px;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 330px 330px;
  gap: 18px;
}

.project-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #cbc8be;
}

.project-gallery .project-large {
  grid-row: 1 / 3;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

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

.project-gallery figure:nth-child(2) img {
  object-position: center 58%;
}

.project-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  color: var(--white);
}

.project-gallery figcaption span {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-gallery figcaption strong {
  max-width: 280px;
  text-align: right;
  font-family: var(--display);
  font-size: 1rem;
  text-transform: uppercase;
}

.process-section {
  padding: 110px 0;
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 90px;
}

.process-intro h2 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.4vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-list li {
  display: grid;
  min-height: 175px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 1fr;
  gap: 10px;
}

.process-list li > span {
  color: #99978d;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
}

.process-list strong {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.process-list p {
  margin: 12px 0 0;
  color: #686761;
  font-size: 0.9rem;
  line-height: 1.55;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: var(--yellow);
  color: var(--ink);
}

.contact-grid {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(var(--ink) 1px, transparent 1px),
    linear-gradient(90deg, var(--ink) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black);
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  grid-template-columns: 1.25fr 0.55fr;
  gap: 80px;
}

.contact-section h2 {
  font-size: clamp(4.5rem, 8vw, 8rem);
}

.contact-section h2 span {
  color: var(--white);
}

.contact-actions p {
  margin: 0 0 26px;
  font-size: 1rem;
  line-height: 1.65;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--graphite);
}

.site-footer {
  padding: 70px 0 24px;
  background: var(--ink);
  color: var(--white);
}

.footer-main {
  display: grid;
  padding-bottom: 60px;
  grid-template-columns: 1.4fr 0.7fr 0.5fr 0.65fr;
  gap: 50px;
}

.footer-brand img {
  width: min(410px, 100%);
  height: auto;
}

.footer-contact,
.footer-links,
.footer-portal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.86rem;
  line-height: 1.6;
}

.footer-contact > span,
.footer-portal > span {
  margin-bottom: 6px;
  color: var(--white);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact > a,
.footer-portal > a {
  color: var(--yellow);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: minmax(230px, 330px) 1fr auto;
    gap: 20px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    min-width: 76px;
    min-height: 46px;
    cursor: pointer;
    place-items: center;
    border: 1px solid var(--line-light);
    font-family: var(--display);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 56px;
    right: 0;
    width: min(330px, calc(100vw - 48px));
    padding: 24px;
    border-top: 3px solid var(--yellow);
    background: var(--ink);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line-light);
    font-family: var(--display);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-login {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
  }

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

  .service-item:nth-child(2) {
    border-right: 0;
  }

  .service-item:nth-child(3),
  .service-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr 0.7fr;
  }

  .footer-portal {
    grid-column: 2;
  }
}

@media (max-width: 780px) {
  :root {
    --container: min(100% - 32px, 1280px);
  }

  .utility-inner > span {
    display: none;
  }

  .utility-inner {
    justify-content: flex-end;
  }

  .nav-shell {
    min-height: 82px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 245px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    background:
      linear-gradient(90deg, rgba(10, 10, 8, 0.92), rgba(10, 10, 8, 0.5)),
      linear-gradient(0deg, rgba(10, 10, 8, 0.8), transparent 58%),
      var(--steel-hero-image) 58% center / cover no-repeat;
  }

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

  .hero h1 {
    font-size: clamp(4.1rem, 19vw, 6.3rem);
    line-height: 0.8;
  }

  .hero-lead {
    max-width: 520px;
    font-size: 1rem;
  }

  .hero-proof {
    gap: 10px 18px;
    font-size: 0.66rem;
  }

  .hero-scroll {
    display: none;
  }

  .activity-split {
    grid-template-columns: 1fr;
  }

  .activity-card {
    min-height: 330px;
    padding: 56px 24px;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading h2,
  .own-equipment h2,
  .contact-section h2 {
    font-size: clamp(3.2rem, 14vw, 5.4rem);
  }

  .steel-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: 420px 320px auto;
  }

  .steel-photo-main {
    grid-row: auto;
  }

  .steel-callout {
    min-height: 220px;
  }

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

  .service-item {
    min-height: 0;
    padding: 26px 0 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-item + .service-item {
    padding-left: 0;
  }

  .service-item:nth-child(3),
  .service-item:nth-child(4) {
    border-top: 0;
  }

  .service-item h3 {
    margin-top: 22px;
  }

  .own-equipment {
    min-height: 0;
  }

  .own-equipment-image {
    inset: 0;
    opacity: 0.28;
    background:
      linear-gradient(var(--ink), rgba(18, 18, 16, 0.45), var(--ink)),
      var(--spider-crane-image) center / cover no-repeat;
  }

  .own-equipment-inner {
    min-height: 0;
    padding: 88px 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .own-equipment-copy {
    padding: 0;
  }

  .equipment-facts {
    background: rgba(18, 18, 16, 0.82);
  }

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

  .rental-terms {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 440px 330px 330px;
  }

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

  .process-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-portal {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 210px;
  }

  .mobile-menu summary {
    min-width: 64px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .activity-card h2 {
    font-size: 2.7rem;
  }

  .steel-showcase {
    grid-template-rows: 330px 300px auto;
  }

  .steel-photo figcaption,
  .project-gallery figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-gallery figcaption strong {
    text-align: left;
  }

  .project-gallery {
    grid-template-rows: repeat(3, 360px);
  }

  .process-list li {
    min-height: 150px;
  }

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

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

  .footer-brand,
  .footer-portal {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

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

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


/* WordPress integration */
body.admin-bar .site-header {
  top: 32px;
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
  width: min(360px, 100%);
  height: auto;
}

.desktop-nav .vellinga-menu,
.desktop-nav .menu-item,
.mobile-nav .vellinga-menu,
.mobile-nav .menu-item {
  display: contents;
}

.wp-content-shell {
  min-height: 72vh;
  padding: 190px 0 110px;
  background: var(--paper);
}

.wp-content-grid {
  display: grid;
  gap: 28px;
}

.wp-content-card {
  padding: clamp(30px, 5vw, 68px);
  border-top: 6px solid var(--yellow);
  background: var(--white);
}

.wp-content-card h1 {
  margin: 12px 0 28px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

/* WooCommerce rental catalog, shared with the existing yellow/black identity. */
.vellinga-catalog { margin-top: 48px; }
.vellinga-catalog-intro { max-width: 720px; line-height: 1.7; color: #d2d2c9; }
.vellinga-catalog-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 44px; }
.vellinga-catalog-nav a { display: inline-flex; gap: 12px; align-items: center; padding: 13px 17px; border: 1px solid #62625a; color: #fff; font-weight: 700; font-size: .92rem; }
.vellinga-catalog-nav a:hover, .vellinga-catalog-nav a:focus-visible { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.vellinga-catalog-nav span { color: inherit; opacity: .72; font-size: .8rem; }
.vellinga-catalog-group { margin: 46px 0 60px; scroll-margin-top: 170px; }
.vellinga-catalog-group > h3 { margin: 0 0 22px; font-size: clamp(1.6rem,3vw,2.4rem); color: #fff; letter-spacing: -.035em; }
.vellinga-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.vellinga-product-card { display: flex; flex-direction: column; min-width: 0; background: #fff; color: var(--ink); border-top: 4px solid var(--yellow); }
.vellinga-product-image { display: flex; align-items: center; justify-content: center; height: 250px; padding: 22px; background: #fff; }
.vellinga-product-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.vellinga-product-placeholder { color: #62625a; font-size: .9rem; }
.vellinga-product-body { display: flex; flex: 1; flex-direction: column; padding: 24px; border-top: 1px solid #e9e7df; }
.vellinga-product-body h4 { margin: 0 0 12px; font-size: 1.25rem; line-height: 1.3; letter-spacing: -.025em; }
.vellinga-product-body h4 a { color: var(--ink); }
.vellinga-product-body > p { margin: 0 0 16px; line-height: 1.65; font-size: .9rem; color: #53534d; }
.vellinga-product-body .vellinga-product-price { margin-top: auto; color: var(--ink); font-weight: 700; }
.vellinga-product-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.vellinga-detail-link { color: var(--ink); font-size: .82rem; font-weight: 700; }
.vellinga-detail-link:hover { text-decoration: underline; }
a.vellinga-enquiry { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 12px 18px; background: var(--yellow); color: #121210; font-weight: 800; font-size: .86rem; line-height: 1.3; text-decoration: none; }
a.vellinga-enquiry:hover, a.vellinga-enquiry:focus-visible { background: #eed000; color: #121210; }
.vellinga-product-enquiry { clear: both; padding: 22px 0; }
.vellinga-product-enquiry p { font-size: .95rem; line-height: 1.6; }
.vellinga-back-catalog { display: block; margin-top: 18px; font-size: .85rem; color: #383831; text-decoration: underline; }
body:not(.home) .site-header { background: var(--paper); }
body:not(.home) .desktop-nav a { color: var(--ink); }
body.single-product .wp-content-card h1 { font-size: clamp(2rem,4vw,3.5rem); line-height: 1.05; letter-spacing: -.04em; }
body.single-product .wp-content-card > .eyebrow { display: none; }
body.single-product .wp-entry { max-width: none; }
.woocommerce div.product p.price { color: var(--ink); font-size: 1.25rem; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #333; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 1.5rem; }
.woocommerce div.product .woocommerce-tabs table { width: 100%; border-collapse: collapse; color: #333; }
.woocommerce div.product .woocommerce-tabs th, .woocommerce div.product .woocommerce-tabs td { padding: 12px 15px; border-bottom: 1px solid #e2e0d8; text-align: left; }
.woocommerce div.product .woocommerce-tabs tr:nth-child(even) { background: #f7f6f1; }
@media (max-width: 1000px) { .vellinga-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .vellinga-product-grid { grid-template-columns: 1fr; } .vellinga-product-image { height: 240px; } .vellinga-product-body { padding: 22px; } .vellinga-catalog-nav { gap: 8px; } .vellinga-catalog-nav a { padding: 11px 13px; font-size: .82rem; } .vellinga-catalog-group { scroll-margin-top: 120px; } .vellinga-product-actions { gap: 18px; } }

.wp-entry {
  max-width: 860px;
  color: #4f4f49;
  line-height: 1.75;
}

.wp-entry > *:first-child {
  margin-top: 0;
}

.wp-entry img,
.wp-featured-image img {
  height: auto;
}

.navigation.pagination {
  padding: 22px 0;
}

.navigation.pagination .nav-links {
  display: flex;
  gap: 8px;
}

.navigation.pagination a,
.navigation.pagination span {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  background: var(--white);
}

.navigation.pagination .current {
  background: var(--yellow);
  font-weight: 800;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* Dedicated rental overview page. */
.wp-content-card:has(.vellinga-catalog) { background: #20201d; color: #fff; }
.wp-content-card:has(.vellinga-catalog) > h1 { color: #fff; }
.wp-content-card:has(.vellinga-catalog) .wp-entry { max-width: none; }
.wp-content-card:has(.vellinga-catalog) .vellinga-catalog { margin-top: 24px; }

/* Keep both activity panels and long Dutch headings inside the viewport. */
.activity-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.activity-card, .activity-card-inner { min-width: 0; }
.activity-card-inner { width: 100%; }
.activity-card h2 { font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.08; overflow-wrap: anywhere; hyphens: auto; }
.activity-card a { max-width: 100%; }
@media (max-width: 760px) { .activity-split { grid-template-columns: minmax(0, 1fr); } .activity-card h2 { font-size: clamp(1.75rem, 6vw, 2.6rem); } }

.wp-entry .vellinga-product-image img { width: 100%; height: 100%; object-fit: contain; margin: 0; }
body.single-product .wp-content-card h1, .vellinga-product-body h4 { overflow-wrap: anywhere; hyphens: auto; }

@media (max-width: 760px) {
  .hero h1 { font-size: clamp(2.7rem, 13vw, 5rem); }
  .activity-card h2 { font-size: clamp(1.4rem, 5vw, 2.6rem); }
}
body:not(.home) .mobile-menu summary { color: var(--ink); border-color: var(--line); }
