:root {
  --ink: #14181c;
  --ink-2: #252b31;
  --paper: #f3efe5;
  --paper-2: #fbf9f4;
  --blue: #173f7a;
  --blue-deep: #0c2852;
  --orange: #f05a28;
  --orange-dark: #bf3d14;
  --white: #fff;
  --muted: #5b6268;
  --line: #c9c2b4;
  --shadow: 12px 12px 0 rgba(20, 24, 28, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute !important; 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; left: 18px; top: -100px; z-index: 999; background: var(--orange); color: var(--ink); padding: 12px 18px; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 14px; }

/* A workshop-style masthead, deliberately unlike the sister sites. */
.site-header { position: relative; z-index: 30; background: var(--ink); color: var(--white); border-top: 8px solid var(--orange); }
.header-inner { min-height: 98px; display: flex; align-items: stretch; gap: 30px; }
.brand { display: inline-flex; align-items: center; align-self: center; gap: 0; color: var(--white); text-decoration: none; font-weight: 900; font-size: 28px; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.brand span { padding-right: 10px; }
.brand small { display: inline-grid; place-items: center; align-self: stretch; min-height: 34px; padding: 6px 8px; background: var(--orange); color: var(--ink); font-size: 10px; line-height: 1; letter-spacing: .17em; }
.primary-nav { display: flex; align-items: stretch; gap: 0; margin-left: auto; }
.primary-nav a { display: grid; place-items: center; padding: 0 17px; border-left: 1px solid rgba(255,255,255,.14); color: #edf0f1; text-decoration: none; font-family: Consolas, "Courier New", monospace; font-size: 12px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a[aria-current="page"] { background: var(--blue); color: var(--white); }
.header-phone { display: inline-grid; place-items: center; align-self: center; min-height: 50px; padding: 0 18px; border: 2px solid var(--orange); color: var(--white); text-decoration: none; font-family: Consolas, "Courier New", monospace; font-size: 14px; font-weight: 800; white-space: nowrap; }
.header-phone:hover, .header-phone:focus-visible { background: var(--orange); color: var(--ink); }
.nav-toggle { display: none; width: 50px; height: 50px; margin-block: auto; padding: 12px; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

h1, h2, h3 { margin-top: 0; color: inherit; font-family: Georgia, "Times New Roman", serif; line-height: .99; letter-spacing: -.045em; }
h1 { margin-bottom: 26px; font-size: clamp(50px, 7.2vw, 98px); }
h2 { max-width: 920px; margin-bottom: 20px; font-size: clamp(38px, 4.6vw, 64px); }
h3 { margin-bottom: 12px; font-size: 28px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-family: Consolas, "Courier New", monospace; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: "// "; }
.eyebrow.dark { color: var(--orange-dark); }

/* Split editorial hero */
.hero { position: relative; min-height: 720px; display: flex; align-items: stretch; overflow: hidden; background: var(--paper); }
.hero::before { content: "SHORT TERM  /  PROJECT  /  PEAK DEMAND"; position: absolute; left: 0; bottom: 0; width: 52%; padding: 10px 5vw; background: var(--blue); color: var(--white); font-family: Consolas, "Courier New", monospace; font-size: 11px; letter-spacing: .14em; text-align: right; z-index: 3; }
.hero::after { content: ""; position: absolute; top: 0; bottom: 0; left: 52%; width: 12px; background: var(--orange); z-index: 2; }
.hero-image { position: absolute; inset: 0 0 0 52%; width: 48%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.hero-shade { position: absolute; inset: 0 0 0 52%; z-index: 1; background: linear-gradient(90deg, rgba(20,24,28,.25), transparent 45%), linear-gradient(0deg, rgba(12,40,82,.35), transparent 55%); }
.hero-content { position: relative; z-index: 4; align-self: center; padding-block: 86px 108px; padding-right: 52%; }
.hero-content > * { max-width: 610px; }
.hero-content h1 { color: var(--ink); }
.hero-lead { margin: 0 0 30px; color: #363d42; font-size: 20px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 20px; border: 2px solid transparent; border-radius: 0; text-decoration: none; font-family: Consolas, "Courier New", monospace; font-size: 13px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; }
.button::after { content: " →"; margin-left: 9px; }
.button-primary { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--blue); border-color: var(--blue); color: var(--white); }
.button-light { background: var(--paper-2); color: var(--ink); border-color: var(--paper-2); white-space: nowrap; }
.button-light:hover, .button-light:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.hero-points { counter-reset: hirepoint; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 30px 0 0; margin: 0; list-style: none; color: var(--ink); font-family: Consolas, "Courier New", monospace; font-size: 12px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.hero-points li { counter-increment: hirepoint; padding-top: 10px; border-top: 3px solid var(--orange); }
.hero-points li::before { content: "0" counter(hirepoint); display: block; margin-bottom: 5px; color: var(--blue); font-size: 11px; }

.section { padding-block: 104px; }
.section-soft { background: var(--paper); border-block: 1px solid var(--line); }
.section-intro { max-width: 790px; margin: 0 0 40px; color: var(--muted); font-size: 19px; }
.section > .eyebrow:first-child, .section > h2 { position: relative; }
.section > h2::after { content: ""; display: block; width: 84px; height: 8px; margin-top: 24px; background: var(--orange); }
.text-link, .machine-card a { color: var(--blue); font-family: Consolas, "Courier New", monospace; font-size: 13px; font-weight: 900; text-underline-offset: 5px; text-transform: uppercase; }
.center-link { margin: 36px 0 0; text-align: left; }

/* A deliberately asymmetric rental catalogue */
.card-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.machine-card { display: grid; grid-template-columns: 44% 1fr; overflow: hidden; background: var(--paper-2); border: 1px solid var(--ink); box-shadow: none; }
.machine-card:first-child { grid-row: 1 / 3; display: block; background: var(--blue); color: var(--white); }
.machine-card img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; filter: saturate(.8); }
.machine-card:first-child img { aspect-ratio: 16 / 10; min-height: 390px; }
.machine-card > div { position: relative; padding: 28px; }
.machine-card > div::before { content: "AVAILABLE TO RENT"; display: block; margin-bottom: 18px; color: var(--orange); font-family: Consolas, "Courier New", monospace; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.machine-card h3 { font-size: 31px; }
.machine-card p { color: var(--muted); }
.machine-card:first-child p { color: #e7edf6; }
.machine-card:first-child a { color: #ffd0bf; }

.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 82px; }
.split-layout-reverse { grid-template-columns: 1.08fr .92fr; }
.feature-figure { position: relative; margin: 0; background: var(--paper-2); border: 1px solid var(--ink); box-shadow: var(--shadow); }
.feature-figure::before { content: "IN PRODUCTION"; position: absolute; top: 18px; left: -10px; z-index: 1; padding: 7px 11px; background: var(--orange); color: var(--ink); font-family: Consolas, "Courier New", monospace; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.feature-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.feature-figure figcaption { padding: 16px 20px; border-top: 1px solid var(--ink); color: var(--muted); font-family: Consolas, "Courier New", monospace; font-size: 12px; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.reason-grid article { padding: 23px; background: var(--paper-2); border: 1px solid var(--line); border-left: 6px solid var(--orange); }
.reason-grid span { color: var(--blue); font-family: Consolas, "Courier New", monospace; font-size: 11px; font-weight: 900; }
.reason-grid h3 { margin: 10px 0; font-size: 24px; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.steps-grid { counter-reset: hirestep; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--ink); }
.steps-grid article { counter-increment: hirestep; position: relative; min-height: 290px; padding: 32px 25px; background: var(--paper-2); border-right: 1px solid var(--ink); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article:nth-child(even) { background: var(--paper); }
.steps-grid article > span { display: none; }
.steps-grid article::before { content: "0" counter(hirestep); display: block; margin-bottom: 54px; color: var(--orange-dark); font-family: Consolas, "Courier New", monospace; font-size: 15px; font-weight: 900; }
.steps-grid article::after { content: ""; position: absolute; top: 67px; left: 25px; right: -1px; height: 4px; background: var(--blue); }
.steps-grid h3 { font-size: 27px; }
.steps-grid p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.dark-panel { position: relative; overflow: hidden; background-color: var(--blue-deep); background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 42px 42px; color: var(--white); }
.dark-panel::after { content: "RENT / RUN / RETURN"; position: absolute; right: -65px; bottom: 30px; color: rgba(255,255,255,.055); font-family: Consolas, "Courier New", monospace; font-size: clamp(38px, 7vw, 96px); font-weight: 900; letter-spacing: -.06em; white-space: nowrap; transform: rotate(-5deg); }
.dark-panel .split-layout { position: relative; z-index: 1; }
.dark-copy p:not(.eyebrow) { color: #e1e9f4; font-size: 18px; }
.rounded-image { width: 100%; min-height: 410px; object-fit: cover; border: 10px solid var(--paper-2); border-radius: 0; box-shadow: 14px 14px 0 var(--orange); filter: saturate(.7); }

.faq-list { display: grid; gap: 0; max-width: 960px; border-top: 1px solid var(--ink); }
.faq-list details { padding: 0; background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; }
.faq-list summary { position: relative; cursor: pointer; padding: 24px 66px 24px 0; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 700; line-height: 1.2; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 15px; display: grid; place-items: center; width: 42px; height: 42px; background: var(--orange); color: var(--ink); font-family: Arial, sans-serif; font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; background: var(--blue); color: var(--white); }
.faq-list details p { max-width: 820px; padding: 0 66px 24px 0; margin: 0; color: var(--muted); }

.quote-section { position: relative; overflow: hidden; background: var(--blue); color: var(--white); }
.quote-section::before { content: "ENQUIRY / 01"; position: absolute; top: 35px; right: 4vw; color: rgba(255,255,255,.13); font-family: Consolas, "Courier New", monospace; font-size: clamp(28px, 5vw, 70px); font-weight: 900; }
.quote-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 72px; }
.quote-layout h2 { color: var(--white); }
.quote-layout .section-intro { color: #e0e7f1; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; background: var(--paper-2); color: var(--ink); border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--orange); }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .consent { font-family: Consolas, "Courier New", monospace; font-size: 12px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px; background: var(--white); color: var(--ink); border: 1px solid #6f7478; border-radius: 0; }
.field textarea { min-height: 135px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 4px solid rgba(240,90,40,.28); border-color: var(--ink); }
.consent { display: flex; align-items: flex-start; gap: 10px; font-family: Arial, sans-serif; font-size: 13px; font-weight: 500; line-height: 1.45; text-transform: none; }
.consent input { margin-top: 5px; }
.consent a { color: var(--blue); font-weight: 800; }
.hp-field { position: absolute; left: -9999px; }
.tick-list { padding: 0; margin: 24px 0; list-style: none; }
.tick-list li { position: relative; margin: 12px 0; padding-left: 34px; }
.tick-list li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--orange); font-family: Consolas, monospace; font-weight: 900; }
.cta-band { padding-block: 64px; background: var(--orange); color: var(--ink); border-block: 1px solid var(--ink); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.cta-inner h2 { max-width: 850px; margin-bottom: 10px; font-size: clamp(34px, 4vw, 54px); }
.cta-inner p { max-width: 760px; margin: 0; }
.cta-inner .eyebrow { color: var(--blue-deep); }

/* Inner-page hero and catalogue */
.page-hero { position: relative; overflow: hidden; padding-block: 88px; background: var(--ink); color: var(--white); }
.page-hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 34%; height: 11px; background: var(--orange); }
.page-hero-image { min-height: 545px; display: flex; align-items: center; padding-block: 0; }
.page-hero-image > img { position: absolute; top: 0; right: 0; width: 46%; height: 100%; object-fit: cover; filter: grayscale(.25) saturate(.65) contrast(1.08); }
.page-hero-shade { position: absolute; top: 0; right: 0; width: 46%; height: 100%; background: linear-gradient(90deg, var(--ink), transparent 34%), linear-gradient(0deg, rgba(20,24,28,.52), transparent 52%); }
.page-hero-image::after { content: ""; position: absolute; top: 0; bottom: 0; left: 54%; width: 10px; background: var(--orange); }
.page-hero-content { position: relative; z-index: 2; }
.page-hero-image .page-hero-content { padding-right: 48%; }
.page-hero-content h1 { max-width: 820px; font-size: clamp(49px, 6.5vw, 86px); }
.page-hero-content > p:not(.eyebrow) { max-width: 690px; color: #dce0e4; font-size: 19px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 52px; color: #b9c0c6; font-family: Consolas, "Courier New", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: var(--white); }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 85px; }
.intro-grid .section-intro { margin-bottom: 16px; }
.availability-note { padding: 20px 22px; background: var(--paper); color: #3f474d; border: 1px solid var(--line); border-left: 9px solid var(--orange); }
.category-grid { counter-reset: cat; display: grid; grid-template-columns: 1fr; gap: 24px; }
.category-card { counter-increment: cat; display: grid; grid-template-columns: 42% 1fr; min-height: 410px; overflow: hidden; background: var(--paper-2); border: 1px solid var(--ink); scroll-margin-top: 30px; }
.category-card:nth-child(even) { grid-template-columns: 1fr 42%; }
.category-card:nth-child(even) > img { order: 2; }
.category-card > img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; filter: saturate(.75); }
.category-card > div { position: relative; padding: 45px 48px; }
.category-card > div::after { content: "0" counter(cat); position: absolute; top: 26px; right: 30px; color: rgba(23,63,122,.14); font-family: Consolas, "Courier New", monospace; font-size: 66px; font-weight: 900; line-height: 1; }
.category-card h2 { position: relative; max-width: 620px; font-size: 42px; }
.category-card p { color: var(--muted); }
.category-card ul { padding-left: 20px; color: #424b51; }
.card-kicker { color: var(--orange-dark) !important; font-family: Consolas, "Courier New", monospace; font-size: 11px !important; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.spec-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.data-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); }
.data-list li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--ink); }
.data-list strong { color: var(--blue); font-family: Consolas, "Courier New", monospace; font-size: 13px; text-transform: uppercase; }
.data-list span { color: var(--muted); }
.data-list.compact li { grid-template-columns: 1fr; gap: 3px; }
.process-list { counter-reset: process; display: grid; max-width: 1040px; }
.process-list article { counter-increment: process; display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 36px 0; border-bottom: 1px solid var(--ink); }
.process-list article > span { font-size: 0; }
.process-list article > span::before { content: "0" counter(process); color: var(--orange-dark); font-family: Consolas, "Courier New", monospace; font-size: 28px; font-weight: 900; }
.process-list h3 { margin-bottom: 9px; font-size: 31px; }
.process-list p { margin: 0; color: var(--muted); font-size: 17px; }
.content-stack { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.content-card { padding: 24px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; }
.content-card h3 { margin-bottom: 8px; font-size: 25px; }
.content-card p { margin: 0; color: var(--muted); }

.industry-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.industry-grid article { overflow: hidden; background: var(--paper-2); border: 1px solid var(--ink); }
.industry-grid article:nth-child(4n+3) { grid-column: 2; }
.industry-grid article:nth-child(4n+4) { grid-column: 1; grid-row: span 1; }
.industry-grid article > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.72); }
.industry-grid article > div { padding: 32px; }
.industry-grid h2 { font-size: 38px; }
.industry-grid h3 { margin: 25px 0 5px; color: var(--blue); font-family: Consolas, "Courier New", monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.industry-grid p { color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 70px; }
.contact-sidebar { position: sticky; top: 24px; }
.contact-cards { display: grid; gap: 0; margin: 30px 0; border-top: 1px solid var(--ink); }
.contact-cards a { display: grid; padding: 20px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; text-decoration: none; }
.contact-cards span { color: var(--orange-dark); font-family: Consolas, "Courier New", monospace; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.contact-cards strong { color: var(--blue); font-size: 21px; }
.contact-cards small { color: var(--muted); }
.brief-box { padding: 28px; background: var(--ink); color: var(--white); border-left: 10px solid var(--orange); border-radius: 0; }
.brief-box h3 { font-size: 26px; }
.brief-box .tick-list li { font-size: 14px; }
.contact-form { grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.form-help { margin: 0; color: var(--muted); font-size: 13px; }
.form-notice { padding: 16px 18px; background: #fff0ec; color: #7a271a; border: 2px solid #b42318; border-radius: 0; }

.site-footer { position: relative; padding: 72px 0 28px; background: var(--ink); color: #d8dcdf; border-top: 10px solid var(--blue); }
.site-footer::before { content: "MACHINERY / ON YOUR TERMS"; position: absolute; right: 5vw; top: 21px; color: rgba(255,255,255,.09); font-family: Consolas, "Courier New", monospace; font-size: 15px; font-weight: 900; letter-spacing: .11em; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.25fr 1fr; gap: 42px; }
.footer-grid h2 { margin-bottom: 17px; color: var(--orange); font-family: Consolas, "Courier New", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; margin: 8px 0; color: #d8dcdf; }
.footer-grid p { max-width: 310px; }
.brand-light { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); font-family: Consolas, "Courier New", monospace; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.legal-hero { padding-block: 75px; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin-top: 54px; font-size: 38px; }
.legal-content p, .legal-content li { color: #41494f; font-size: 17px; }
.legal-content a { color: var(--blue); font-weight: 800; }
.last-updated { color: var(--blue) !important; font-family: Consolas, "Courier New", monospace; font-size: 13px !important; font-weight: 800; text-transform: uppercase; }
.message-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background-color: var(--paper); background-image: linear-gradient(rgba(23,63,122,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,122,.08) 1px, transparent 1px); background-size: 36px 36px; }
.message-card { width: min(760px, 100%); padding: clamp(32px, 6vw, 68px); background: var(--paper-2); border: 1px solid var(--ink); box-shadow: 16px 16px 0 var(--orange); }
.message-card .brand { margin-bottom: 55px; color: var(--ink); }
.message-card h1 { font-size: clamp(43px, 6vw, 70px); }
.message-card .actions { margin: 30px 0; }
.message-help { padding-top: 26px; border-top: 1px solid var(--ink); color: var(--muted); }
.message-help a { color: var(--blue); font-weight: 800; }

@media (max-width: 1050px) {
  .shell { width: min(100% - 40px, 1240px); }
  .header-inner { gap: 12px; }
  .js .nav-toggle { display: block; margin-left: auto; }
  .js .primary-nav { display: none; position: absolute; top: 98px; left: 0; right: 0; margin: 0; padding: 12px 20px 22px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.2); flex-direction: column; align-items: stretch; box-shadow: 0 20px 28px rgba(0,0,0,.25); }
  .js .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 49px; place-items: center start; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .header-phone { margin-left: 0; }
  .hero { min-height: 780px; }
  .hero-image, .hero-shade { inset: 0 0 auto 0; width: 100%; height: 310px; }
  .hero::after { top: 300px; bottom: auto; left: 0; width: 100%; height: 10px; }
  .hero::before { width: 100%; }
  .hero-content { align-self: stretch; padding: 365px 0 95px; }
  .hero-content > * { max-width: 850px; }
  .card-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .machine-card:first-child { grid-row: auto; }
  .machine-card:first-child img { min-height: 300px; }
  .split-layout, .split-layout-reverse, .quote-layout, .intro-grid, .spec-grid, .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .contact-sidebar { position: static; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid article:nth-child(2) { border-right: 0; }
  .steps-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .page-hero-image { min-height: 700px; align-items: end; }
  .page-hero-image > img, .page-hero-shade { top: 0; right: 0; width: 100%; height: 300px; }
  .page-hero-image::after { top: 290px; bottom: auto; left: 0; width: 100%; height: 10px; }
  .page-hero-image .page-hero-content { padding: 350px 0 65px; }
  .category-card, .category-card:nth-child(even) { grid-template-columns: 38% 1fr; }
  .category-card:nth-child(even) > img { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1240px); }
  .site-header { border-top-width: 6px; }
  .header-inner { min-height: 82px; }
  .brand { font-size: 22px; }
  .brand small { min-height: 30px; font-size: 9px; }
  .js .primary-nav { top: 82px; }
  .header-phone { min-height: 45px; padding: 0 12px; font-size: 0; }
  .header-phone::before { content: "CALL"; font-size: 12px; }
  h1 { font-size: clamp(45px, 14vw, 66px); }
  h2 { font-size: clamp(36px, 11vw, 50px); }
  .hero { min-height: 830px; }
  .hero-image, .hero-shade { height: 245px; }
  .hero::after { top: 235px; }
  .hero::before { padding: 9px 14px; text-align: center; font-size: 9px; }
  .hero-content { padding-top: 292px; }
  .hero-lead { font-size: 18px; }
  .actions { flex-direction: column; align-items: stretch; }
  .hero-points { grid-template-columns: 1fr; gap: 8px; }
  .hero-points li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 7px; }
  .hero-points li::before { margin: 0; }
  .section { padding-block: 72px; }
  .machine-card, .machine-card:first-child { display: block; }
  .machine-card img, .machine-card:first-child img { min-height: 240px; aspect-ratio: 16 / 10; }
  .reason-grid, .steps-grid, .footer-grid, .industry-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--ink); }
  .steps-grid article:last-child { border-bottom: 0; }
  .steps-grid article::before { margin-bottom: 38px; }
  .rounded-image { min-height: 280px; box-shadow: 8px 8px 0 var(--orange); }
  .enquiry-form, .contact-form { grid-template-columns: 1fr; padding: 22px; box-shadow: 8px 8px 0 var(--orange); }
  .field-full { grid-column: auto; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .page-hero { padding-block: 65px; }
  .page-hero-image { min-height: 650px; padding: 0; }
  .page-hero-image > img, .page-hero-shade { height: 235px; }
  .page-hero-image::after { top: 225px; }
  .page-hero-image .page-hero-content { padding: 285px 0 55px; }
  .page-hero-content h1 { font-size: clamp(43px, 13vw, 64px); }
  .breadcrumbs { margin-bottom: 32px; }
  .category-card, .category-card:nth-child(even) { display: block; min-height: 0; }
  .category-card > img { min-height: 240px; aspect-ratio: 16 / 10; }
  .category-card > div { padding: 30px 24px; }
  .category-card > div::after { top: 18px; right: 18px; font-size: 46px; }
  .category-card h2 { font-size: 35px; padding-right: 34px; }
  .data-list li, .process-list article { grid-template-columns: 1fr; gap: 6px; }
  .industry-grid article, .industry-grid article:nth-child(4n+3), .industry-grid article:nth-child(4n+4) { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .message-card { box-shadow: 8px 8px 0 var(--orange); }
}

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

/* --------------------------------------------------------------------------
   Premium precision-engineering direction
   -------------------------------------------------------------------------- */
:root {
  --ink: #0c1114;
  --ink-2: #20272b;
  --paper: #f3f1ec;
  --paper-2: #fff;
  --blue: #26363f;
  --blue-deep: #0a1013;
  --orange: #b68b55;
  --orange-dark: #846039;
  --white: #fff;
  --muted: #686f72;
  --line: #d8d3c9;
  --shadow: 0 24px 70px rgba(12, 17, 20, .11);
}

body {
  color: #171c1f;
  background: var(--paper-2);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.shell { width: min(1220px, calc(100% - 64px)); }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.038em;
}
h1 { font-size: clamp(52px, 7vw, 94px); }
h2 { font-size: clamp(40px, 4.4vw, 62px); }
h3 { font-size: 27px; }
.eyebrow {
  margin-bottom: 20px;
  color: #d6b487;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}
.eyebrow::before { content: ""; }
.eyebrow.dark { color: var(--orange-dark); }
.eyebrow.dark::before,
.dark-panel .eyebrow::before,
.quote-section .eyebrow::before,
.page-hero .eyebrow::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: currentColor;
}

/* Refined masthead */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(10, 15, 18, .98);
  border-top: 3px solid var(--orange);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .13);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 88px; gap: 32px; }
.brand {
  gap: 12px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 25px;
  letter-spacing: -.025em;
}
.brand span { padding: 0; }
.brand small {
  display: inline-block;
  min-height: 0;
  padding: 3px 0 2px 13px;
  background: transparent;
  color: #d6b487;
  border-left: 1px solid rgba(214, 180, 135, .65);
  font-size: 9px;
  letter-spacing: .2em;
}
.primary-nav { gap: 26px; }
.primary-nav a {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 24px;
  height: 1px;
  background: #d6b487;
  transition: right .25s ease;
}
.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] { background: transparent; color: #f4e7d4; }
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after { right: 0; }
.header-phone {
  min-height: 44px;
  padding: 0 17px;
  background: #c39b68;
  color: var(--ink);
  border: 1px solid #c39b68;
  border-radius: 2px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
}
.header-phone:hover, .header-phone:focus-visible {
  background: #e4c69f;
  border-color: #e4c69f;
  color: var(--ink);
}

/* Cinematic rental hero */
.hero {
  min-height: 735px;
  display: flex;
  align-items: center;
  background: var(--ink);
}
.hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(.48) contrast(1.08) brightness(.72);
  transform: scale(1.01);
}
.hero-shade {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 13, .97) 0%, rgba(7, 11, 13, .88) 41%, rgba(7, 11, 13, .34) 72%, rgba(7, 11, 13, .14) 100%),
    linear-gradient(0deg, rgba(7, 11, 13, .66), transparent 48%);
}
.hero::after {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange) 0 36%, rgba(182,139,85,.2) 36%);
}
.hero::before {
  content: "NATIONWIDE UK HIRE     •     APPLICATION-LED MATCHING     •     FLEXIBLE PROJECT TERMS";
  left: auto;
  right: 5vw;
  bottom: 27px;
  width: auto;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,.76);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .17em;
  text-align: right;
}
.hero-content {
  align-self: auto;
  width: min(1220px, calc(100% - 64px));
  padding: 92px 0 122px;
  color: var(--white);
}
.hero-content > * { max-width: 760px; }
.hero-content h1 { color: var(--white); text-wrap: balance; }
.hero-lead {
  max-width: 670px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.65;
}
.button {
  min-height: 52px;
  padding: 13px 21px;
  border-radius: 2px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button::after { content: "↗"; margin-left: 12px; font-size: 13px; }
.button-primary {
  background: #c39b68;
  border-color: #c39b68;
  color: var(--ink);
}
.button-primary:hover, .button-primary:focus-visible {
  background: #e0c096;
  border-color: #e0c096;
  color: var(--ink);
}
.button-secondary {
  background: rgba(255,255,255,.03);
  color: var(--white);
  border-color: rgba(255,255,255,.52);
}
.button-secondary:hover, .button-secondary:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}
.hero-points {
  max-width: 720px;
  gap: 26px;
  padding-top: 36px;
  color: rgba(255,255,255,.9);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
}
.hero-points li { padding-top: 12px; border-top: 1px solid rgba(214,180,135,.65); }
.hero-points li::before {
  color: #d6b487;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 400;
}

/* Calm, confident content rhythm */
.section { padding-block: 112px; }
.section-soft { background: var(--paper); border: 0; }
.section-intro { color: var(--muted); font-size: 18px; line-height: 1.75; }
.section > h2::after { width: 52px; height: 1px; margin-top: 30px; background: var(--orange); }
.text-link, .machine-card a {
  color: var(--orange-dark);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

/* Editorial equipment selection */
.card-grid { gap: 24px; }
.machine-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(12,17,20,.07);
}
.machine-card:first-child {
  background: #182126;
  border-color: #182126;
  color: var(--white);
}
.machine-card img {
  filter: saturate(.55) contrast(1.04);
  transition: filter .35s ease, transform .45s ease;
}
.machine-card:hover img { filter: saturate(.75) contrast(1.03); transform: scale(1.012); }
.machine-card > div { padding: 33px; }
.machine-card > div::before {
  margin-bottom: 22px;
  color: var(--orange);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
}
.machine-card h3 { font-size: 32px; }
.machine-card p { color: var(--muted); }
.machine-card:first-child p { color: rgba(255,255,255,.7); }
.machine-card:first-child a { color: #d6b487; }

.split-layout { gap: 92px; }
.feature-figure {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.feature-figure::before {
  top: 22px;
  left: 22px;
  padding: 8px 12px;
  background: rgba(12,17,20,.86);
  color: #e4c69f;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  backdrop-filter: blur(8px);
}
.feature-figure img { filter: saturate(.55) contrast(1.04); }
.feature-figure figcaption {
  padding: 17px 20px;
  border-color: var(--line);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .03em;
}
.reason-grid { gap: 14px; }
.reason-grid article {
  padding: 25px;
  background: rgba(255,255,255,.64);
  border: 1px solid var(--line);
  border-left: 1px solid var(--line);
  box-shadow: inset 0 2px 0 rgba(182,139,85,.75);
}
.reason-grid span {
  color: var(--orange-dark);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 400;
}
.reason-grid h3 { font-size: 24px; }

.steps-grid {
  border-color: var(--line);
  box-shadow: 0 22px 55px rgba(12,17,20,.06);
}
.steps-grid article {
  min-height: 300px;
  padding: 34px 28px;
  background: var(--white);
  border-color: var(--line);
}
.steps-grid article:nth-child(even) { background: #f8f6f2; }
.steps-grid article::before {
  margin-bottom: 58px;
  color: var(--orange-dark);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}
.steps-grid article::after {
  top: 75px;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), var(--line));
}
.steps-grid h3 { font-size: 27px; }

.dark-panel {
  background:
    radial-gradient(circle at 85% 15%, rgba(182,139,85,.13), transparent 28%),
    linear-gradient(135deg, #10171b, #091014);
}
.dark-panel::after {
  right: -40px;
  bottom: 25px;
  color: rgba(255,255,255,.027);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -.05em;
  transform: none;
}
.dark-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.rounded-image {
  min-height: 430px;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 20px 20px 0 rgba(182,139,85,.22);
  filter: saturate(.45) contrast(1.05);
}

.faq-list { border-color: var(--line); }
.faq-list details { border-color: var(--line); }
.faq-list summary { padding-block: 26px; font-size: 22px; font-weight: 400; }
.faq-list summary::after {
  top: 19px;
  width: 36px;
  height: 36px;
  background: transparent;
  color: var(--orange-dark);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 21px;
}
.faq-list details[open] summary::after {
  background: var(--ink);
  color: #d6b487;
  border-color: var(--ink);
}

.quote-section {
  background:
    radial-gradient(circle at 7% 90%, rgba(182,139,85,.12), transparent 28%),
    #12191d;
}
.quote-section::before {
  content: "Private hire consultation";
  top: 42px;
  right: 5vw;
  color: rgba(255,255,255,.08);
  font-family: Georgia, serif;
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.03em;
  text-transform: none;
}
.quote-layout { gap: 82px; }
.enquiry-form {
  padding: 38px;
  background: #fbfaf7;
  border: 0;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.field label, .consent {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}
.field input, .field select, .field textarea {
  background: var(--white);
  border: 1px solid #cbc6bc;
  border-radius: 2px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(182,139,85,.2);
  border-color: var(--orange-dark);
}
.consent { font-size: 13px; letter-spacing: 0; }
.tick-list li::before { color: #d6b487; }
.cta-band {
  padding-block: 70px;
  background: #d8c2a4;
  border: 0;
}
.cta-inner .eyebrow { color: #644927; }

/* Inner pages */
.page-hero {
  padding-block: 92px;
  background:
    radial-gradient(circle at 78% 10%, rgba(182,139,85,.13), transparent 30%),
    #0d1316;
}
.page-hero::after { width: 28%; height: 2px; background: var(--orange); }
.page-hero-image { min-height: 570px; }
.page-hero-image > img {
  width: 48%;
  filter: saturate(.42) contrast(1.07) brightness(.78);
}
.page-hero-shade {
  width: 48%;
  background: linear-gradient(90deg, #0d1316 0%, rgba(13,19,22,.2) 35%, rgba(13,19,22,.18));
}
.page-hero-image::after {
  left: 52%;
  width: 1px;
  background: rgba(214,180,135,.65);
}
.page-hero-image .page-hero-content { padding-right: 51%; }
.page-hero-content h1 { font-size: clamp(50px, 6.4vw, 84px); }
.page-hero-content > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.breadcrumbs {
  color: rgba(255,255,255,.45);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
}
.availability-note {
  padding: 22px 24px;
  background: #f8f6f1;
  border-color: var(--line);
  border-left: 2px solid var(--orange);
}
.category-grid { gap: 32px; }
.category-card {
  min-height: 430px;
  background: var(--white);
  border: 0;
  box-shadow: 0 20px 60px rgba(12,17,20,.08);
}
.category-card > img {
  min-height: 430px;
  filter: saturate(.48) contrast(1.05);
}
.category-card > div { padding: 52px 55px; }
.category-card > div::after {
  top: 30px;
  right: 35px;
  color: rgba(132,96,57,.1);
  font-family: Georgia, serif;
  font-size: 62px;
  font-weight: 400;
}
.category-card h2 { font-size: 40px; }
.card-kicker {
  color: var(--orange-dark) !important;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px !important;
  letter-spacing: .18em;
}
.data-list, .data-list li, .process-list article, .content-stack, .content-card { border-color: var(--line); }
.data-list strong {
  color: var(--orange-dark);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}
.process-list article > span::before {
  color: var(--orange-dark);
  font-family: Georgia, serif;
  font-weight: 400;
}
.industry-grid { gap: 28px; }
.industry-grid article {
  background: var(--white);
  border: 0;
  box-shadow: 0 20px 55px rgba(12,17,20,.08);
}
.industry-grid article > img { filter: saturate(.48) contrast(1.04); }
.industry-grid article > div { padding: 36px; }
.industry-grid h3 {
  color: var(--orange-dark);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .17em;
}
.contact-cards, .contact-cards a { border-color: var(--line); }
.contact-cards span {
  color: var(--orange-dark);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .14em;
}
.contact-cards strong { color: var(--ink); font-weight: 500; }
.brief-box {
  padding: 32px;
  background: #151d21;
  border-left: 2px solid var(--orange);
}
.contact-form { box-shadow: 0 25px 65px rgba(12,17,20,.1); }

.site-footer {
  padding-top: 78px;
  background: #0b1013;
  border-top: 2px solid var(--orange);
}
.site-footer::before {
  content: "Packaging machinery, rented with purpose.";
  top: 24px;
  color: rgba(255,255,255,.08);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.footer-grid h2 {
  color: #d6b487;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .16em;
}
.footer-bottom {
  border-color: rgba(255,255,255,.13);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .12em;
}
.message-page {
  background:
    radial-gradient(circle at 15% 15%, rgba(182,139,85,.13), transparent 25%),
    var(--paper);
}
.message-card {
  border: 0;
  box-shadow: 0 30px 90px rgba(12,17,20,.18);
}
.message-card .brand { color: var(--ink); }

@media (max-width: 1050px) {
  .js .primary-nav { top: 88px; background: rgba(10,15,18,.99); }
  .hero { min-height: 720px; }
  .hero-image, .hero-shade { inset: 0; width: 100%; height: 100%; }
  .hero::after { top: auto; bottom: 0; height: 3px; }
  .hero::before { width: auto; }
  .hero-content { padding: 90px 0 118px; }
  .page-hero-image { min-height: 680px; align-items: end; }
  .page-hero-image > img, .page-hero-shade { width: 100%; height: 300px; }
  .page-hero-image::after { top: 299px; left: 0; height: 1px; }
  .page-hero-image .page-hero-content { padding: 350px 0 68px; }
}

@media (max-width: 700px) {
  .site-header { border-top-width: 2px; }
  .header-inner { min-height: 76px; }
  .brand { font-size: 21px; }
  .brand small { font-size: 8px; }
  .js .primary-nav { top: 76px; }
  .header-phone { min-height: 42px; }
  .hero { min-height: 760px; }
  .hero-image, .hero-shade { height: 100%; }
  .hero-content { padding: 80px 0 120px; }
  .hero-content h1 { font-size: clamp(46px, 13vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero::before {
    left: 14px;
    right: 14px;
    bottom: 25px;
    font-size: 8px;
    line-height: 1.5;
    text-align: left;
  }
  .hero-points { grid-template-columns: 1fr; }
  .hero-points li { display: grid; grid-template-columns: 32px 1fr; gap: 6px; }
  .section { padding-block: 76px; }
  .machine-card, .machine-card:first-child { display: block; }
  .machine-card > div { padding: 28px 24px; }
  .rounded-image { box-shadow: 10px 10px 0 rgba(182,139,85,.22); }
  .enquiry-form { padding: 24px; box-shadow: 0 20px 55px rgba(0,0,0,.2); }
  .page-hero-image { min-height: 625px; }
  .page-hero-image > img, .page-hero-shade { height: 225px; }
  .page-hero-image::after { top: 224px; }
  .page-hero-image .page-hero-content { padding: 275px 0 56px; }
  .category-card > div { padding: 34px 25px; }
  .category-card h2 { font-size: 35px; }
  .site-footer::before { display: none; }
}
