@font-face {
  font-family: "IBM Plex Sans";
  src: url('/assets/fonts/IBMPlexSans-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('/assets/fonts/IBMPlexSans-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('/assets/fonts/IBMPlexSans-SemiBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  --paper: #ffffff;
  --ink: #202429;
  --muted: #51575f;
  --accent: #293b4a;
  --rule: #d8dce0;
  --wash: #f5f6f7;
  --font: "IBM Plex Sans", Arial, sans-serif;
  --max: 1248px;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 28px; scrollbar-color: #87909a var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
::selection { background: #dfe5e9; color: var(--ink); }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: #000; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { caret-color: var(--accent); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
button, a { touch-action: manipulation; }
img { max-width: 100%; display: block; height: auto; }
figure, p, dl { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--font); font-weight: 500; line-height: 1.2; letter-spacing: -.015em; text-wrap: balance; }
h2 { font-size: 32px; }
h3 { font-size: 21px; }
p { color: var(--muted); }
.shell { width: min(calc(100% - 96px), var(--max)); margin-inline: auto; }
.section { padding-block: 68px; }
.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; top: 8px; left: 12px; transform: translateY(-180%); background: var(--ink); color: white; padding: 12px; z-index: 10; }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 80px; max-width: 1440px; padding: 18px 48px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--rule); }
.brand { display: flex; align-items: center; gap: 17px; text-decoration: none; flex-shrink: 0; }
.brand strong { font: 600 29px/1 var(--font); letter-spacing: .015em; }
.brand span { font-size: 11px; line-height: 1.4; letter-spacing: .025em; width: 66px; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.site-header nav > a:not(.button) { text-decoration: none; padding-block: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 21px; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 0; text-decoration: none; font-size: 14px; font-weight: 500; cursor: pointer; line-height: 1.5; }
.button:hover { background: #3b424a; border-color: #3b424a; color: #fff; }
.button-small { min-height: 42px; padding: 10px 17px; font-size: 13px; }
.text-link { display: inline-block; padding-block: 8px; font-size: 14px; font-weight: 500; text-decoration: underline; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-block: 48px 36px; }
.hero h1 { font-size: clamp(38px, 3.7vw, 50px); font-weight: 500; line-height: 1.14; letter-spacing: -.02em; }
.hero-copy > p { font-size: 17px; line-height: 1.65; max-width: 49ch; margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin-top: 26px; }
.hero-figure img { width: 100%; height: 316px; object-fit: cover; object-position: 62% center; }
figcaption { font-size: 11px; line-height: 1.5; color: #5b636c; margin-top: 9px; }
.context-band { border-block: 1px solid var(--rule); }
.context-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-block: 23px; }
.context-grid > div { padding-inline: 32px; border-left: 1px solid var(--rule); }
.context-grid > div:first-child { padding-left: 0; border: 0; }
.context-grid dt { font-size: 23px; font-weight: 500; line-height: 1.3; font-variant-numeric: tabular-nums; }
.context-grid dd { margin: 5px 0 0; font-size: 13px; color: var(--muted); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-bottom: 36px; }
.section-heading p { max-width: 56ch; }
.services-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; }
.service-list article { padding-block: 23px; border-top: 1px solid var(--rule); }
.service-list article:first-child { padding-top: 0; border-top: 0; }
.service-list article:last-child { padding-bottom: 0; }
.service-list h3 { margin-bottom: 10px; }
.service-list p { max-width: 62ch; }
.service-figure img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.approach-section, .about-section { background: var(--wash); }
.approach-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 64px; }
.approach-figure img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.market-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding-block: 22px; border-bottom: 1px solid var(--rule); }
.market-list > div:first-child { padding-top: 0; }
.market-list dt { font-weight: 500; font-size: 18px; }
.market-list dd { margin: 0; font-size: 15px; color: var(--muted); }
.partner-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-top: 1px solid var(--rule); padding-top: 24px; margin-top: 31px; }
.partner-notes p { font-size: 14px; }
.partner-notes strong { display: block; font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.sector-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; }
.garlic-feature { display: grid; grid-template-columns: 37% 1fr; gap: 25px; align-items: start; }
.garlic-image img { width: 100%; aspect-ratio: 1/1.22; object-fit: cover; }
.sector-copy h3 { margin-bottom: 12px; }
.sector-copy p, .selected-sectors p { font-size: 15px; }
.sector-copy .text-link { margin-top: 10px; }
.image-note { display: block; font-size: 11px; color: #5b636c; margin-top: 5px; }
.selected-sectors article + article { border-top: 1px solid var(--rule); margin-top: 24px; padding-top: 24px; }
.selected-sectors h3 { margin-bottom: 12px; }
.selected-sectors .text-link { margin-top: 8px; }
.approach { border-top: 1px solid var(--rule); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; margin: 0; padding: 0; }
.steps li { border-top: 1px solid #b6bdc4; padding-top: 16px; }
.step-number { display: block; margin-bottom: 18px; font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.steps h3 { font-size: 19px; margin-bottom: 12px; }
.steps p { font-size: 14px; }
.about-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; }
.about-lead { font-size: 20px; font-weight: 500; color: var(--ink); margin-top: 24px; }
.about-layout p + p { margin-top: 16px; }
.about-layout .text-link { margin-top: 16px; }
.company-facts { padding-top: 4px; }
.company-facts > div { padding-block: 18px; border-bottom: 1px solid var(--rule); }
.company-facts > div:first-child { padding-top: 0; }
.company-facts dt { font-size: 12px; color: var(--muted); margin-bottom: 5px; }
.company-facts dd { margin: 0; font-size: 16px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-intro > p { margin-top: 20px; max-width: 39ch; }
.contact-figure { margin-top: 28px; }
.contact-figure img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.contact-person { margin-top: 28px; }
.contact-person h3 { font-size: 19px; }
.contact-person p { font-size: 14px; margin-top: 5px; }
.contact-person + .contact-email { margin-top: 18px; }
.contact { border-top: 1px solid var(--rule); }
.contact-email { display: inline-block; font-size: 21px; margin-top: 28px; }
.contact-intro .contact-location { font-size: 14px; margin-top: 8px; }
.contact-intro .form-explanation { font-size: 13px; max-width: 43ch; margin-top: 30px; }
.required-note { font-size: 12px; margin-bottom: 18px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: flex; flex-direction: column; gap: 7px; font-size: 14px; font-weight: 500; margin-bottom: 18px; }
label span { font-weight: 400; color: var(--muted); display: contents; }
input, select, textarea { width: 100%; min-width: 0; min-height: 46px; background: #fff; color: var(--ink); border: 1px solid #7d868e; border-radius: 0; padding: 10px 12px; font-size: 16px; font-weight: 400; }
textarea { resize: vertical; line-height: 1.6; min-height: 124px; }
textarea::placeholder { color: #616b74; opacity: 1; }
.privacy-note { font-size: 12px; line-height: 1.6; margin-top: 17px; }
.email-review { border-top: 1px solid var(--rule); padding-top: 25px; margin-top: 28px; }
.email-review > p { font-size: 14px; margin: 12px 0 20px; }
.review-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.text-button { border: 0; background: transparent; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; padding: 12px 0; min-height: 44px; cursor: pointer; }
.button:disabled, .text-button:disabled { opacity: .55; cursor: wait; }
#form-status { font-size: 14px; color: var(--accent); margin-top: 14px; }
.site-footer { border-top: 1px solid var(--rule); padding-block: 30px 24px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.footer-top > p { font-size: 14px; }
.footer-bottom { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--rule); font-size: 12px; }
.footer-bottom nav { display: flex; gap: 26px; }
.footer-bottom a { text-decoration: none; }
.imagery-note { font-size: 11px; color: #5b636c; margin-top: 18px; }
.legal { max-width: 780px; margin: 0 auto; padding: 64px 28px 90px; }
.legal h1 { font-size: 38px; margin-bottom: 24px; }
.legal h2 { font-size: 23px; margin-top: 30px; margin-bottom: 12px; }
.legal p + p { margin-top: 14px; }
.legal .text-link { margin-bottom: 24px; }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .site-header { padding-inline: 32px; }
  .site-header nav { gap: 22px; }
  .hero, .section-heading, .services-layout, .approach-layout, .sector-layout, .about-layout, .contact, .partner-notes { gap: 40px; }
  .hero h1 { font-size: 40px; }
  .hero-figure img { height: 294px; }
  .market-list > div { grid-template-columns: 105px 1fr; gap: 18px; }
  .garlic-feature { grid-template-columns: 1fr; gap: 18px; }
  .garlic-image img { aspect-ratio: 2.25/1; }
}
@media (max-width: 800px) {
  .site-header { flex-wrap: wrap; }
  .menu-toggle:not([hidden]) { display: block; min-height: 44px; border: 1px solid #7d868e; padding: 8px 16px; background: #fff; color: var(--ink); font-size: 14px; }
  .site-header nav { width: 100%; flex-wrap: wrap; gap: 8px 24px; padding-top: 8px; }
  .site-header.menu-enhanced nav:not(.is-open) { display: none; }
  .site-header nav > .button { margin-left: auto; }
  .hero h1 { font-size: 35px; }
  .hero-copy > p { font-size: 16px; }
  .hero, .services-layout, .approach-layout, .sector-layout, .about-layout, .contact { gap: 30px; }
  .market-list > div { grid-template-columns: 1fr; gap: 6px; padding-block: 14px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 26px; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 620px) {
  .shell { width: calc(100% - 40px); }
  .section { padding-block: 48px; }
  .site-header { padding: 14px 20px; min-height: 72px; }
  .brand strong { font-size: 27px; }
  .brand span { font-size: 10px; }
  .site-header nav > .button { width: 100%; margin: 5px 0 0; }
  h2 { font-size: 28px; }
  h3 { font-size: 20px; }
  .hero { grid-template-columns: 1fr; padding-block: 34px 26px; gap: 28px; }
  .hero h1 { font-size: 37px; }
  .hero-copy > p { margin-top: 20px; }
  .hero-actions { margin-top: 23px; gap: 14px 21px; }
  .hero-figure img { height: auto; aspect-ratio: 1.75/1; }
  .context-grid { padding-block: 6px; grid-template-columns: 1fr; }
  .context-grid > div, .context-grid > div:first-child { border: 0; padding: 13px 0; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
  .context-grid > div + div { border-top: 1px solid var(--rule); }
  .context-grid dt { font-size: 19px; }
  .context-grid dd { margin: 0; font-size: 12px; max-width: 62%; text-align: right; }
  .section-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 28px; }
  .section-heading p { font-size: 15px; }
  .services-layout, .approach-layout, .sector-layout, .about-layout, .contact, .partner-notes { grid-template-columns: 1fr; gap: 28px; }
  .service-list p, .market-list dd, .about-layout p { font-size: 15px; }
  .service-figure img, .approach-figure img, .contact-figure img { height: auto; aspect-ratio: 3/2; }
  .market-list > div { grid-template-columns: 108px 1fr; gap: 15px; padding-block: 18px; }
  .market-list dt { font-size: 17px; }
  .partner-notes { gap: 20px; margin-top: 25px; }
  .garlic-feature { grid-template-columns: 1fr; }
  .garlic-image img { aspect-ratio: 2.15/1; }
  .selected-sectors { border-top: 1px solid var(--rule); padding-top: 24px; }
  .steps h3 { font-size: 18px; }
  .about-layout .about-lead { font-size: 20px; }
  .company-facts { margin-top: 6px; }
  .contact-form-wrap { padding-top: 25px; border-top: 1px solid var(--rule); }
  .footer-top { flex-wrap: wrap; gap: 20px; }
  .footer-top > p { width: 100%; order: 3; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 17px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 33px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .market-list > div { grid-template-columns: 1fr; gap: 7px; }
  .steps { grid-template-columns: 1fr; }
  .brand { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Corporate homepage: concise service / process / contact structure. */
.site-footer .footer-bottom { margin-top: 0; padding-top: 0; border-top: 0; }

/* LTO service page shares the corporate type, spacing and colour system. */
.lto-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: start; padding-block: 76px 64px; }
.lto-hero h1 { font-size: clamp(36px, 4vw, 54px); line-height: 1.13; letter-spacing: -.025em; }
.lto-location { margin-top: 24px; font-size: 18px; color: var(--accent); }
.lto-intro { padding-top: 7px; }
.lto-intro > p { font-size: 18px; max-width: 56ch; }
.lto-section, .lto-contact { border-top: 1px solid var(--rule); }
.lto-prose p + p { margin-top: 16px; }
.lto-service-rows article { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-block: 26px; border-top: 1px solid var(--rule); }
.lto-service-rows article:last-child { padding-bottom: 0; }
.lto-service-rows h3 { max-width: 28ch; }
.lto-service-rows p { max-width: 65ch; }
.lto-output-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 64px; }
.lto-output-list article { border-top: 1px solid var(--rule); padding-top: 22px; }
.lto-output-list h3 { margin-bottom: 12px; }
.lto-output-list p { max-width: 56ch; }
.lto-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.lto-contact h2 + p { margin-top: 20px; max-width: 56ch; }
.lto-contact .button { margin-top: 24px; }
.lto-contact-person p { margin-top: 9px; }
.lto-contact-person .text-link { margin-top: 16px; }
.lto-page nav [aria-current="page"] { text-decoration: underline; }
@media (max-width: 800px) {
  .lto-hero, .lto-service-rows article, .lto-output-list, .lto-contact { gap: 28px; }
  .lto-hero { grid-template-columns: 1fr; padding-block: 40px; }
  .lto-hero h1 { max-width: 20ch; }
  .lto-intro { padding: 0; }
}
@media (max-width: 620px) {
  .lto-hero h1 { font-size: 36px; }
  .lto-intro > p { font-size: 16px; }
  .lto-location { margin-top: 20px; font-size: 17px; }
  .lto-service-rows article, .lto-output-list, .lto-contact { grid-template-columns: 1fr; }
  .lto-service-rows article { gap: 14px; padding-block: 24px; }
  .lto-contact-person { border-top: 1px solid var(--rule); padding-top: 24px; }
  .lto-page .footer-bottom nav { flex-wrap: wrap; }
}
@media (max-width: 360px) {
  .lto-hero h1 { font-size: 32px; }
}

.lto-support-note { margin: 24px 0 0; color: #51575f; font-size: 14px; line-height: 1.6; }

/* Business overview and direct enquiry forms. */
.hero-copy > .hero-focus { font-size: 15px; margin-top: 14px; }
.business-section { background: var(--wash); }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.business-grid article { border-top: 1px solid var(--rule); padding-top: 24px; min-width: 0; }
.business-grid h3 { font-size: 25px; margin-bottom: 15px; }
.business-grid h3 a { text-decoration: none; }
.business-grid p { max-width: 56ch; }
.business-details { margin-top: 26px; }
.business-details > div + div { margin-top: 20px; }
.business-details dt { font-weight: 500; line-height: 1.4; }
.business-details dd { margin: 5px 0 0; color: var(--muted); font-size: 15px; }
.business-section + .about-section { background: var(--paper); }
.business-links { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 28px; margin-top: 18px; }
.other-enquiries { border-top: 1px solid var(--rule); padding-top: 24px; margin-top: 32px; font-size: 15px; }
.about-scope h3 { margin-bottom: 18px; }
.about-scope { padding-top: 4px; }
.contact-email { overflow-wrap: anywhere; }
.submission-status { margin-top: 18px; font-size: 15px; overflow-wrap: anywhere; }
.submission-status:empty { display: none; }
.submission-status[data-state="error"] { color: #8a241b; }
.submission-status[data-state="success"] { color: #235336; }
.email-fallback { font-size: 14px; margin-top: 12px; overflow-wrap: anywhere; }
.footer-bottom nav { flex-wrap: wrap; }
@media (max-width: 800px) { .business-grid { gap: 30px; } }
@media (max-width: 620px) { .business-grid { grid-template-columns: 1fr; gap: 28px; } .business-grid h3 { font-size: 23px; } .about-scope { border-top: 1px solid var(--rule); padding-top: 24px; } }
