/* Worthing Ltd — premium industrial rental identity. */
:root {
  --yard-ink: #101a2c;
  --yard-paper: #f3f1ec;
  --yard-white: #ffffff;
  --yard-orange: #b98652;
  --yard-blue: #18283f;
  --yard-acid: #d6b07a;
  --yard-rule: #d6d2ca;
  --yard-muted: #596575;
  --yard-shadow: 0 22px 55px rgba(16, 26, 44, .12);
  --navy: var(--yard-ink);
  --navy-2: var(--yard-blue);
  --teal: var(--yard-acid);
  --teal-dark: #2437f4;
  --cream: var(--yard-paper);
  --ink: var(--yard-ink);
  --muted: var(--yard-muted);
  --line: var(--yard-rule);
  --radius: 8px;
  --shadow: var(--yard-shadow);
}

body {
  color: var(--yard-ink);
  background-color: var(--yard-paper);
  background-image: linear-gradient(180deg, #f8f7f4 0, var(--yard-paper) 620px);
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.shell { width: min(1240px, calc(100% - 48px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: var(--yard-white);
  background: rgba(10, 18, 31, .96);
  border: 0;
  border-bottom: 1px solid rgba(214, 176, 122, .45);
  box-shadow: 0 12px 35px rgba(4, 10, 20, .18);
  backdrop-filter: blur(14px);
}

.header-inner { min-height: 82px; gap: 34px; }

.brand {
  align-items: center;
  gap: 0;
  color: var(--yard-white);
  font-family: "Aptos Display", "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  align-self: stretch;
  display: grid;
  place-items: center;
  margin-left: 9px;
  padding: 5px 7px;
  color: var(--yard-acid);
  background: transparent;
  border: 1px solid rgba(214, 176, 122, .62);
  font-family: "Segoe UI", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.primary-nav { gap: 33px; }
.primary-nav a {
  color: #eef1f5;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .025em;
  text-transform: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] { color: var(--yard-acid); text-decoration: underline; }

.header-phone {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(214, 176, 122, .72);
  border-radius: 4px;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: .02em;
}
.header-phone:hover,
.header-phone:focus-visible { color: var(--yard-ink); background: var(--yard-acid); }

.nav-toggle span:not(.sr-only) { background: var(--yard-white); }

.hire-desk-strip {
  color: #dce3ec;
  background: #122035;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.hire-desk-strip .shell {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.hire-desk-strip span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; background: var(--yard-acid); border-radius: 50%; }

h1, h2, h3 {
  color: inherit;
  font-family: "Aptos Display", "Segoe UI Variable Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: none;
}
h1 { font-size: clamp(50px, 5.9vw, 82px); line-height: 1.01; }
h2 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.08; }
h3 { font-size: 25px; line-height: 1.15; }

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 0 0 10px;
  color: var(--yard-acid);
  background: transparent;
  border-bottom: 1px solid rgba(214, 176, 122, .7);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow.dark { color: #84613d; background: transparent; border-color: #c9ae8c; }

.hero {
  min-height: 720px;
  color: var(--yard-white);
  background: #0d1828;
  border-bottom: 1px solid #c8b08f;
}

.hero::before { display: none; }

.hero-image {
  right: 0;
  left: 0;
  width: 100%;
  filter: saturate(.72) contrast(1.07);
}

.hero-shade {
  inset: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(8, 16, 29, .97) 0%, rgba(8, 16, 29, .89) 46%, rgba(8, 16, 29, .34) 76%, rgba(8, 16, 29, .2) 100%);
  clip-path: none;
}

.hero-content { padding-block: 108px 116px; }
.hero-content > * { max-width: 735px; }
.hero-content h1 { margin-bottom: 28px; text-wrap: balance; }
.hero-lead { max-width: 650px!important; color: #e0e6ed; font-size: 20px; font-weight: 400; line-height: 1.65; }

.actions { gap: 18px; }
.button {
  min-height: 56px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 9px 25px rgba(4, 10, 20, .14);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .015em;
  text-transform: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(4, 10, 20, .2); }
.button-primary { color: #101a2c; background: var(--yard-acid); border-color: var(--yard-acid); }
.button-primary:hover,
.button-primary:focus-visible { color: #101a2c; background: #e3c392; border-color: #e3c392; }
.button-secondary { color: #fff; background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.48); }
.button-secondary:hover,
.button-secondary:focus-visible { color: #101a2c; background: #fff; border-color: #fff; }

.hero-points { gap: 24px; color: #e5eaf0; }
.hero-points li {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}
.hero-points li::before { content: "✓"; color: var(--yard-acid); }

.section { padding-block: 104px; }
.section.shell { background: var(--yard-paper); }
.section-intro { color: var(--yard-muted); font-size: 19px; }
.section-soft {
  background-color: #efffb3;
  background-image: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(21,21,21,.045) 18px 20px);
  border-block: 4px solid var(--yard-ink);
}

.card-grid { gap: 30px; }
.machine-card {
  position: relative;
  overflow: visible;
  background: var(--yard-white);
  border: 3px solid var(--yard-ink);
  border-radius: 0;
  box-shadow: var(--yard-shadow);
}
.machine-card::before {
  content: "HIRE";
  position: absolute;
  top: 14px;
  left: -8px;
  z-index: 2;
  padding: 6px 11px;
  color: var(--yard-white);
  background: var(--yard-blue);
  border: 2px solid var(--yard-ink);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}
.machine-card:nth-child(2) { transform: translateY(24px); }
.machine-card img { filter: saturate(.78) contrast(1.1); border-bottom: 3px solid var(--yard-ink); }
.machine-card > div { padding: 27px; }
.machine-card p { color: var(--yard-muted); }
.machine-card a,
.text-link { color: var(--yard-blue); font-weight: 950; text-decoration-thickness: 3px; }

.split-layout { gap: 74px; }
.feature-figure,
.rounded-image {
  border: 3px solid var(--yard-ink);
  border-radius: 0;
  box-shadow: var(--yard-shadow);
}
.feature-figure figcaption {
  color: var(--yard-white);
  background: var(--yard-ink);
  font-size: 13px;
  font-weight: 700;
}

.reason-grid { gap: 0; border: 3px solid var(--yard-ink); }
.reason-grid article { padding: 24px; border-radius: 0; border: 1px solid var(--yard-ink); }
.reason-grid article:nth-child(2),
.reason-grid article:nth-child(3) { background: var(--yard-orange); }
.reason-grid span { color: var(--yard-blue); font-size: 15px; }
.reason-grid h3 { font-size: 24px; }
.reason-grid p { color: #34332f; }

.steps-grid { gap: 0; border: 3px solid var(--yard-ink); }
.steps-grid article { min-height: 330px; padding: 27px; border: 0; border-right: 3px solid var(--yard-ink); background: var(--yard-white); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article:nth-child(even) { background: var(--yard-blue); color: var(--yard-white); }
.steps-grid article:nth-child(even) p { color: #eceeff; }
.steps-grid span {
  width: auto;
  height: auto;
  place-items: start;
  color: var(--yard-orange);
  background: transparent;
  border-radius: 0;
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 66px;
  line-height: 1;
}
.steps-grid p { color: var(--yard-muted); }

.dark-panel {
  color: var(--yard-white);
  background-color: var(--yard-blue);
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.22) 1px, transparent 0);
  background-size: 22px 22px;
  border-block: 4px solid var(--yard-ink);
}
.dark-copy p:not(.eyebrow) { color: #f3f4ff; }
.dark-panel .eyebrow { color: var(--yard-ink); background: var(--yard-acid); }

.faq-list { gap: 0; border: 3px solid var(--yard-ink); }
.faq-list details { border: 0; border-bottom: 3px solid var(--yard-ink); border-radius: 0; background: var(--yard-white); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { font-size: 20px; letter-spacing: .025em; text-transform: uppercase; }
.faq-list summary::after { color: var(--yard-blue); font-weight: 950; }

.quote-section {
  color: var(--yard-ink);
  background: var(--yard-orange);
  border-block: 4px solid var(--yard-ink);
}
.quote-section .eyebrow.dark { color: var(--yard-ink); background: var(--yard-acid); }
.quote-section .section-intro { color: #211f1b; font-weight: 650; }
.tick-list li::before { color: var(--yard-white); background: var(--yard-blue); border-radius: 0; }

.enquiry-form {
  padding: 34px;
  color: var(--yard-white);
  background: var(--yard-ink);
  border: 3px solid var(--yard-ink);
  border-radius: 0;
  box-shadow: 10px 10px 0 var(--yard-blue);
}
.field input,
.field select,
.field textarea { color: var(--yard-ink); background: var(--yard-white); border: 3px solid var(--yard-white); border-radius: 0; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: 4px solid var(--yard-acid); border-color: var(--yard-ink); }
.consent { color: var(--yard-white); }
.consent a { color: var(--yard-acid); }

.cta-band {
  color: var(--yard-ink);
  background: var(--yard-acid);
  border-bottom: 4px solid var(--yard-ink);
}
.cta-inner .eyebrow { color: var(--yard-white); background: var(--yard-blue); }
.button-light { color: var(--yard-white); background: var(--yard-ink); }
.button-light:hover,
.button-light:focus-visible { color: var(--yard-ink); background: var(--yard-orange); }

.site-footer { color: #dedcd4; background: var(--yard-ink); border-top: 12px solid var(--yard-orange); }
.site-footer .brand { color: var(--yard-white); }
.footer-grid h2 { color: var(--yard-acid); }
.footer-grid a:not(.brand) { color: #f3f0e8; }

/* Interior pages keep the same rental-yard language. */
.page-hero {
  color: var(--yard-white);
  background-color: var(--yard-blue);
  background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.13) 50%, transparent 51%);
  background-size: 36px 36px;
  border-bottom: 4px solid var(--yard-ink);
}
.page-hero-image { min-height: 600px; }
.page-hero-image > img { right: 0; left: auto; width: 46%; border-left: 4px solid var(--yard-ink); }
.page-hero-shade { right: auto; width: 62%; background: var(--yard-blue); clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.page-hero-content > p:not(.eyebrow) { color: #f1f2ff; }
.breadcrumbs { color: #d8dcff; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.breadcrumbs a { color: var(--yard-white); }
.availability-note { color: var(--yard-ink); background: var(--yard-acid); border: 3px solid var(--yard-ink); border-left-width: 12px; }

.category-grid,
.industry-grid { gap: 32px; }
.category-card,
.industry-grid article,
.content-card,
.contact-cards a,
.brief-box {
  border: 3px solid var(--yard-ink);
  border-radius: 0;
  box-shadow: 8px 8px 0 var(--yard-ink);
}
.category-card,
.industry-grid article { background: var(--yard-white); }
.category-card img,
.industry-grid article > img { border-bottom: 3px solid var(--yard-ink); filter: saturate(.8) contrast(1.08); }
.category-card h2,
.industry-grid h2 { font-size: 36px; }
.card-kicker { display: inline-block; padding: 5px 8px; color: var(--yard-white)!important; background: var(--yard-blue); }
.data-list { border-top: 3px solid var(--yard-ink); }
.data-list li { border-bottom: 2px solid var(--yard-rule); }
.process-list article { border-bottom: 3px solid var(--yard-ink); }
.process-list article > span { color: var(--yard-orange); font-family: Impact, sans-serif; font-size: 48px; }
.content-card { background: var(--yard-white); }
.contact-cards span { color: var(--yard-blue); }
.brief-box { color: var(--yard-white); background: var(--yard-blue); }
.legal-content a,
.message-help a { color: var(--yard-blue); }
.message-page { background: var(--yard-orange); }
.message-card { border: 4px solid var(--yard-ink); border-radius: 0; box-shadow: 12px 12px 0 var(--yard-ink); }

@media (max-width: 900px) {
  .js .primary-nav {
    top: 86px;
    color: var(--yard-white);
    background: var(--yard-ink);
    border-bottom: 6px solid var(--yard-orange);
    box-shadow: none;
  }
  .hero { min-height: auto; padding-top: 300px; }
  .hero-image { top: 0; width: 100%; height: 300px; border-bottom: 4px solid var(--yard-ink); }
  .hero-shade { top: 300px; width: 100%; height: calc(100% - 300px); clip-path: none; }
  .hero-content { padding-block: 62px 88px; }
  .hero::before { right: 18px; top: 274px; bottom: auto; }
  .machine-card:nth-child(2) { transform: none; }
  .steps-grid { border-bottom: 0; }
  .steps-grid article { min-height: 0; border-right: 3px solid var(--yard-ink); border-bottom: 3px solid var(--yard-ink); }
  .steps-grid article:nth-child(even) { border-right: 0; }
  .page-hero-image { min-height: 560px; padding-top: 260px; }
  .page-hero-image > img { top: 0; width: 100%; height: 260px; border-left: 0; border-bottom: 4px solid var(--yard-ink); }
  .page-hero-shade { top: 260px; width: 100%; height: calc(100% - 260px); clip-path: none; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1240px); }
  .site-header .brand { font-size: 25px; }
  .brand small { margin-left: 7px; padding-inline: 6px; }
  .hire-desk-strip .shell { min-height: 34px; justify-content: center; }
  .hire-desk-strip span:not(:first-child) { display: none; }
  h1 { font-size: clamp(52px, 18vw, 72px); }
  h2 { font-size: clamp(38px, 13vw, 52px); }
  .hero { padding-top: 245px; }
  .hero-image { height: 245px; }
  .hero-shade { top: 245px; height: calc(100% - 245px); }
  .hero::before { top: 221px; font-size: 10px; }
  .hero-content { padding-block: 58px 72px; }
  .hero-lead { font-size: 18px; }
  .section { padding-block: 72px; }
  .card-grid,
  .reason-grid,
  .steps-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .reason-grid article { border-bottom: 2px solid var(--yard-ink); }
  .steps-grid article,
  .steps-grid article:nth-child(even) { border-right: 0; }
  .enquiry-form { padding: 23px; box-shadow: 7px 7px 0 var(--yard-blue); }
  .page-hero-image { min-height: 590px; padding-top: 220px; }
  .page-hero-image > img { height: 220px; }
  .page-hero-shade { top: 220px; height: calc(100% - 220px); }
}

@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
}
