:root {
  --red: #d8292f;
  --red-dark: #a8171d;
  --ink: #151619;
  --ink-soft: #24262a;
  --muted: #666b73;
  --line: #dfe1e5;
  --paper: #f4f4f1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 18, 20, 0.14);
  --radius: 22px;
  --container: 1180px;
  --header-height: 82px;
  --ease: cubic-bezier(.2,.65,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--red); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.5rem); margin-bottom: 24px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { color: var(--muted); }
.lead { font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: #393d43; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--red); }
.eyebrow--dark { color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.button:hover, .button:focus-visible { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .8rem; }
.button--ghost { color: var(--white); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.45); backdrop-filter: blur(10px); }
.button--ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--ghost-light { background: transparent; border-color: rgba(255,255,255,.45); }
.button--ghost-light:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--red); border-color: var(--red); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; color: #3f4348; }
.site-header--solid { position: relative; background: #ffffff; }
.topbar { border-bottom: 1px solid #d9dce0; background-color: #eceef0; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; font-size: .76rem; letter-spacing: .04em; }
.topbar p, .topbar a { margin: 0; color: #5f646b; }
.topbar__links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--ink); }
.navbar { background-color: #ffffff; transition: background-color .3s, box-shadow .3s; }
.navbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); gap: 30px; }
.site-header.is-scrolled .navbar { position: fixed; top: 0; left: 0; right: 0; color: #3f4348; background-color: #ffffff; box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.site-header.is-scrolled .brand__mark { box-shadow: none; }
.site-header.is-scrolled .nav-menu > a:not(.button) { color: #3f4348; }
.site-header.is-scrolled .nav-toggle span { background: var(--ink); }
/*.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; } */
.brand__logo { width: 80%; height: 58px; object-fit: contain; border-radius: 4px; }
.brand__logo2 { width: 70px; height: 58px; object-fit: contain; border-radius: 4px; }
.brand__mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: var(--white); background: var(--red); font-size: 1.45rem; font-weight: 950; line-height: 1; box-shadow: 0 8px 24px rgba(216,41,47,.35); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { letter-spacing: .085em; font-size: 1rem; }
.brand__text small { margin-top: 5px; color: #7a7e85; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.site-header.is-scrolled .brand__text small, .site-header--solid .brand__text small { color: #7a7e85; }
.nav-menu { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.nav-menu > a:not(.button) { position: relative; color: #3f4348; font-size: .85rem; font-weight: 700; }
.nav-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s; }
.nav-menu > a:not(.button):hover::after, .nav-menu > a.is-active::after { right: 0; }
.nav-menu > a:not(.button):hover { color: #202226; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: min(880px, 100svh); overflow: hidden; color: var(--white); background: var(--ink); }
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; transform: scale(1.035); transition: opacity .9s var(--ease), transform 6s linear, visibility .9s; }
.hero__slide::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(10,11,13,.94) 0%, rgba(10,11,13,.72) 48%, rgba(10,11,13,.2) 100%), var(--hero-image); background-size: cover; background-position: center; }
.hero__slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 50%, rgba(0,0,0,.55)); }
.hero__slide.is-active { opacity: 1; visibility: visible; transform: scale(1); z-index: 2; }
.hero__content { position: relative; z-index: 2; padding-top: 120px; }
.hero__content h1, .hero__content h2 { max-width: 900px; color: var(--white); }
.hero__content h2 { font-size: clamp(3rem, 6.5vw, 6rem); }
.hero__content > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__controls { position: absolute; z-index: 5; left: 50%; bottom: 38px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; }
.slider-arrows { display: flex; gap: 8px; }
.icon-button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #cfd2d8; border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.icon-button:hover { color: var(--white); background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.hero .icon-button { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(0,0,0,.18); }
.hero .icon-button:hover { background: var(--red); border-color: var(--red); }
.icon-button--light { color: var(--white); border-color: rgba(255,255,255,.3); }
.slider-dots { display: flex; gap: 8px; }
.slider-dot { width: 38px; height: 4px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.3); cursor: pointer; transition: background .2s, width .2s; }
.slider-dot.is-active { width: 70px; background: var(--red); }

.trust-strip { position: relative; z-index: 8; color: var(--white); background: var(--ink-soft); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__grid > div { min-height: 118px; padding: 28px 24px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-strip__grid > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 6px; font-size: 1.05rem; }
.trust-strip span { color: rgba(255,255,255,.58); font-size: .82rem; }

.section { padding: clamp(84px, 10vw, 140px) 0; }
.section--light { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(52px, 8vw, 110px); align-items: center; }
.section-copy > p:not(.eyebrow) { max-width: 650px; }
.media-stack { position: relative; padding: 0 56px 56px 0; }
.media-stack::before { content: ""; position: absolute; right: 0; bottom: 0; width: 64%; height: 64%; border-radius: var(--radius); background: var(--red); }
.media-stack__main { position: relative; z-index: 1; width: 100%; min-height: 540px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-stack__badge { position: absolute; z-index: 2; right: 0; bottom: 0; display: flex; align-items: center; gap: 14px; width: min(280px, 60%); padding: 22px; border-radius: 18px 0 18px 0; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.media-stack__badge strong { font-size: 2.6rem; line-height: 1; }
.media-stack__badge span { font-size: .78rem; color: rgba(255,255,255,.67); }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 24px; margin: 28px 0 34px; }
.check-grid span { position: relative; padding-left: 28px; color: #35393f; font-weight: 700; }
.check-grid span::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 900; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 54px; }
.section-heading > div { max-width: 740px; }
.section-heading > p { max-width: 420px; margin-bottom: 8px; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .7s var(--ease); }
.service-card:hover img { transform: scale(1.045); }
.service-card__body { position: relative; padding: 28px 24px 26px; }
.service-card__number { display: block; margin-bottom: 16px; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { min-height: 58px; margin-bottom: 16px; }
.service-card p { min-height: 110px; margin-bottom: 20px; font-size: .9rem; }
.service-card a { color: var(--ink); font-size: .82rem; font-weight: 800; }
.service-card a::after { content: " →"; color: var(--red); }

.machine-shop { overflow: hidden; color: var(--white); background: var(--ink); }
.machine-shop .section-copy p { color: rgba(255,255,255,.66); }
.machine-shop .lead { color: rgba(255,255,255,.88) !important; }
.machine-shop__layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); gap: clamp(48px, 6vw, 86px); align-items: start; }
.machine-shop__content { min-width: 0; }
.machine-shop__note { margin-top: 34px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.045); }
.machine-shop__note-label { display: inline-block; margin-bottom: 18px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.machine-shop__note h3 { color: var(--white); }
.machine-shop__note p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.capability-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.capability-list span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .78rem; }
.machine-slider { width: 100%; max-width: 520px; margin-left: auto; }
.machine-slider__viewport { overflow: hidden; border-radius: 22px; }
.machine-slider__track { display: flex; gap: 18px; transition: transform .65s var(--ease); will-change: transform; }
.machine-slide { position: relative; flex: 0 0 100%; margin: 0; overflow: hidden; border-radius: 20px; background: #0d0e10; }
.machine-slide img { width: 100%; aspect-ratio: 4/3; object-fit: cover; opacity: .83; transition: transform 1s var(--ease), opacity .4s; }
.machine-slide.is-active img { opacity: 1; }
.machine-slide:hover img { transform: scale(1.025); }
.machine-slide::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.machine-slide figcaption { position: absolute; z-index: 2; left: 28px; bottom: 24px; color: var(--white); font-size: .9rem; font-weight: 800; }
.machine-slider__controls { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 22px; }
.slider-progress { position: relative; height: 2px; background: rgba(255,255,255,.15); }
.slider-progress span { position: absolute; left: 0; top: 0; bottom: 0; width: 20%; background: var(--red); transition: width .55s var(--ease); }
.machine-slider__controls p { margin: 0; color: rgba(255,255,255,.62); font-size: .78rem; letter-spacing: .08em; }

.gallery-section { overflow: hidden; }
.gallery-rail { display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline mandatory; scroll-behavior: smooth; padding: 0 max(20px, calc((100vw - var(--container))/2)); }
.gallery-rail::-webkit-scrollbar { display: none; }
.gallery-card { position: relative; flex: 0 0 min(24vw, 330px); aspect-ratio: 4/5; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: #ccc; cursor: zoom-in; scroll-snap-align: start; }
.gallery-card--wide { flex-basis: min(43vw, 550px); aspect-ratio: 16/10; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .35s; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(0,0,0,.74)); }
.gallery-card span { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: var(--white); font-weight: 800; }
.gallery-card:hover img { transform: scale(1.05); filter: saturate(1.08); }
.gallery-section__footer { margin-top: 36px; }

.cta-section { padding: 70px 0; background: var(--paper); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(38px, 6vw, 72px); border-radius: 28px; color: var(--white); background: linear-gradient(120deg, var(--red-dark), var(--red)); box-shadow: 0 30px 80px rgba(168,23,29,.24); }
.cta-card h2 { max-width: 790px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 4rem); }
.cta-card__actions { display: flex; flex-direction: column; gap: 10px; flex: 0 0 auto; }

.site-footer { padding-top: 76px; color: var(--white); background: #101114; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 50px; padding-bottom: 56px; }
.brand--footer { margin-bottom: 22px; }
.footer-grid > div:first-child p { max-width: 340px; }
.footer-grid h3 { margin-bottom: 18px; color: var(--white); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-grid p { display: block; margin-bottom: 10px; color: rgba(255,255,255,.57); font-size: .85rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p, .footer-bottom a { margin: 0; color: rgba(255,255,255,.42); font-size: .76rem; }
.footer-bottom__left { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-bottom__left p { margin: 0; }


.page-hero { position: relative; display: grid; align-items: end; min-height: 520px; padding: 180px 0 90px; color: var(--white); background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,13,.92), rgba(10,11,13,.42)); }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 930px; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.page-hero--work { background-image: url('../img/Fabrication1.jpeg'); }
.page-hero--contact { background-image: url('../img/carousel-bg-2.jpg'); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-bar button { padding: 10px 16px; border: 1px solid #cfd2d8; border-radius: 999px; background: transparent; cursor: pointer; font-size: .8rem; font-weight: 800; }
.filter-bar button:hover, .filter-bar button.is-active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 280px; grid-auto-flow: dense; gap: 18px; }
.work-tile { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: #ddd; cursor: zoom-in; transition: opacity .25s, transform .25s; }
.work-tile.is-hidden { display: none; }
.work-tile--large { grid-column: span 2; }
.work-tile--tall { grid-row: span 2; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.work-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(0,0,0,.78)); }
.work-tile > span { position: absolute; z-index: 2; left: 24px; bottom: 20px; text-align: left; }
.work-tile strong, .work-tile small { display: block; color: var(--white); }
.work-tile strong { font-size: 1rem; }
.work-tile small { color: rgba(255,255,255,.65); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.work-tile:hover img { transform: scale(1.05); }

.contact-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: block; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .25s, border-color .25s, box-shadow .25s; }
a.contact-card:hover { transform: translateX(6px); border-color: transparent; box-shadow: 0 16px 50px rgba(0,0,0,.1); }
.contact-card span, .contact-card strong, .contact-card small { display: block; }
.contact-card span { margin-bottom: 6px; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { margin-bottom: 5px; }
.contact-card small { color: var(--muted); }
.enquiry-form { padding: clamp(28px, 5vw, 54px); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.enquiry-form h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.enquiry-form label { display: block; margin: 18px 0 7px; font-size: .8rem; font-weight: 800; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cfd2d8; border-radius: 10px; color: var(--ink); background: #fbfbfa; outline: none; transition: border-color .2s, box-shadow .2s; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(216,41,47,.1); }
.enquiry-form .button { margin-top: 24px; }
.form-note { margin: 12px 0 0; font-size: .74rem; }
.map-panel { padding: 90px 0; color: var(--white); background: var(--ink); }
.map-panel__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.map-panel h2 { margin-bottom: 16px; }
.map-panel p:not(.eyebrow) { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.58); }

.lightbox { width: min(1000px, calc(100% - 30px)); max-height: 90vh; padding: 0; border: 0; border-radius: 18px; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 16px; background: #111; }
.lightbox__close { position: absolute; z-index: 2; top: -42px; right: 0; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.16); cursor: pointer; font-size: 1.5rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 999px) {
  .machine-shop__layout { grid-template-columns: 1fr; }
  .machine-slider { max-width: 760px; margin: 10px auto 0; }
}

@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card p, .service-card h3 { min-height: 0; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
  .work-grid { grid-template-columns: repeat(2,1fr); }
  .work-tile--large { grid-column: auto; }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .topbar { display: none; }
  .site-header { position: absolute; }
  .site-header--solid { position: relative; }
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; z-index: 60; inset: 70px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px 40px; color: var(--ink); background: var(--white); transform: translateX(100%); transition: transform .35s var(--ease); overflow-y: auto; }
  .nav-menu.is-open { transform: translateX(0); }
  .nav-menu > a:not(.button) { padding: 17px 4px; border-bottom: 1px solid var(--line); color: var(--ink) !important; font-size: 1rem; }
  .nav-menu > a:not(.button)::after { display: none; }
  .nav-menu .button { margin-top: 22px; }
  .site-header.is-scrolled .navbar { position: fixed; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 820px; }
  .hero__slide::before { background-image: linear-gradient(90deg, rgba(10,11,13,.92), rgba(10,11,13,.58)), var(--hero-image); }
  .hero__content { padding-top: 70px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid > div:nth-child(odd) { border-left: 0; }
  .trust-strip__grid > div { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .machine-shop__note { max-width: 620px; }
  .machine-slide { flex-basis: 84vw; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .cta-card__actions { flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
  .map-panel__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  h1 { font-size: clamp(2.55rem, 13vw, 4.4rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.3rem); }
  .hero { min-height: 760px; }
  .hero__content h2 { font-size: clamp(2.55rem, 12vw, 4.4rem); }
  .hero__actions, .button-row { align-items: stretch; flex-direction: column; }
  .hero__actions .button, .button-row .button { width: 100%; }
  .hero__controls { bottom: 26px; }
  .slider-dots { display: none; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { min-height: auto; padding: 20px 8px; border-left: 0; }
  .media-stack { padding: 0 20px 48px 0; }
  .media-stack__main { min-height: 420px; }
  .media-stack__badge { width: 78%; }
  .check-grid, .service-grid { grid-template-columns: 1fr; }
  .machine-slider { width: calc(100% - 20px); max-width: none; }
  .machine-slider__viewport { border-radius: 16px; }
  .machine-slider__track { gap: 10px; }
  .machine-slide { flex-basis: 100%; border-radius: 14px; }
  .machine-slide img { aspect-ratio: 1/1; }
  .machine-slide figcaption { left: 18px; bottom: 16px; }
  .machine-slider__controls { grid-template-columns: auto 1fr; }
  .machine-slider__controls p { display: none; }
  .gallery-card { flex-basis: 75vw; }
  .gallery-card--wide { flex-basis: 85vw; aspect-ratio: 4/5; }
  .cta-section { padding: 42px 0; }
  .cta-card { border-radius: 20px; }
  .cta-card__actions { width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .page-hero { min-height: 500px; padding-bottom: 70px; }
  .work-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .work-tile--tall { grid-row: auto; }
  .enquiry-form { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 550px) {
  .brand__logo { width: 75%; }
}
