:root {
  --ink: #161f2d;
  --navy: #193956;
  --blue: #20507c;
  --orange: #f39a10;
  --grey: #b1b1b0;
  --frost: #e9f1f1;
  --white: #fff;
  --line: rgba(22, 31, 45, .14);
  --display: Georgia, 'Times New Roman', serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--orange); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(25, 57, 86, .98); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { width: min(1180px, calc(100% - 2rem)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 285px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 270px; }
.primary-nav { display: flex; align-items: center; gap: 1.75rem; color: var(--white); }
.primary-nav a { text-decoration: none; font-weight: 700; font-size: .93rem; }
.primary-nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { border: 1px solid var(--orange); padding: .65rem 1rem; color: var(--orange); }
.nav-cta:hover { background: var(--orange); color: var(--ink); }
.menu-button { display: none; color: var(--white); border: 1px solid rgba(255,255,255,.35); background: transparent; padding: .55rem .8rem; font-weight: 800; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); background: var(--frost); }
.hero-copy { padding: clamp(4.5rem, 9vw, 9rem) clamp(2rem, 8vw, 8rem); align-self: center; }
.eyebrow { margin: 0 0 1.1rem; color: var(--blue); font-size: .78rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; }
.eyebrow-light { color: var(--orange); }
h1, h2 { font-family: var(--display); font-weight: 700; line-height: .98; letter-spacing: -.04em; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.5rem, 7vw, 7.5rem); }
.hero-intro { max-width: 660px; margin: 2rem 0 0; font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: #364353; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.4rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; padding: .8rem 1.15rem; text-decoration: none; font-weight: 900; cursor: pointer; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: #ffad2d; }
.button-outline { border: 1px solid rgba(255,255,255,.45); color: var(--white); background: transparent; }
.button-outline:hover { border-color: var(--orange); color: var(--orange); }
.button-outline.is-pending { opacity: .62; }
.text-link { text-underline-offset: .3em; font-weight: 800; }
.text-link span { color: var(--orange); margin-left: .35rem; }
.text-link.dark { color: var(--ink); }
.hero-points { display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; list-style: none; margin: 3rem 0 0; padding: 0; font-size: .86rem; font-weight: 800; color: #4d5c6c; }
.hero-points li::before { content: ''; display: inline-block; width: .5rem; height: .5rem; margin-right: .6rem; background: var(--orange); border-radius: 50%; }
.hero-visual { min-height: 570px; position: relative; background: var(--ink); overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 50%; filter: saturate(.9); }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,31,45,.86), transparent 45%); }
.visual-note { position: absolute; z-index: 1; left: clamp(1.5rem, 4vw, 3.5rem); right: clamp(1.5rem, 4vw, 3.5rem); bottom: 2.5rem; color: var(--white); }
.visual-note span { display: block; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 900; }
.visual-note strong { display: block; max-width: 460px; margin-top: .45rem; font-family: var(--display); font-size: clamp(1.55rem, 2.8vw, 2.65rem); line-height: 1.08; }

.section { padding: clamp(5rem, 9vw, 8.5rem) max(1.5rem, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; align-items: start; margin-bottom: 3.5rem; }
.section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(2.55rem, 5vw, 5rem); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-card-featured { background: var(--orange); }
.service-number { font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin: auto 0 1rem; font-family: var(--display); font-size: 1.9rem; line-height: 1.05; }
.service-card p { margin: 0; color: #53606c; }
.service-card-featured p { color: var(--ink); }

.approach-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); color: var(--white); background: var(--ink); }
.approach-intro h2 { margin: 0 0 2rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.approach-intro > p:last-child { max-width: 560px; color: #cad3dc; font-size: 1.08rem; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.process-list > li > span { color: var(--orange); font-size: .75rem; letter-spacing: .12em; font-weight: 900; }
.process-list h3 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.65rem; }
.process-list p { margin: 0; color: #b8c3ce; }

.local-section { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; background: var(--orange); }
.local-mark { aspect-ratio: 1; max-width: 430px; overflow: hidden; background: var(--ink); }
.local-mark img { width: 100%; height: 100%; object-fit: cover; }
.local-copy h2 { max-width: 750px; margin: 0 0 1.5rem; font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.local-copy p:not(.eyebrow) { max-width: 650px; font-size: 1.1rem; }
.local-copy .eyebrow { color: var(--ink); }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); color: var(--white); background: var(--navy); }
.contact-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3rem, 6vw, 6rem); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #cfdae3; }
.contact-details { display: flex; flex-direction: column; gap: .35rem; margin-top: 2rem; color: var(--orange); font-weight: 800; }
.enquiry-form { display: grid; gap: 1.15rem; padding: clamp(1.5rem, 4vw, 3rem); color: var(--ink); background: var(--frost); }
.enquiry-form label { display: grid; gap: .4rem; font-size: .82rem; font-weight: 900; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 48px; border: 1px solid #b9c4ca; border-radius: 0; padding: .75rem; color: var(--ink); background: var(--white); font-size: 1rem; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 3px solid rgba(243,154,16,.35); border-color: var(--orange); }
.form-actions { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; }
.enquiry-form .button-outline { border-color: var(--navy); color: var(--navy); }
.form-note { margin: -.3rem 0 0; color: #596875; font-size: .82rem; }

.site-footer { display: grid; grid-template-columns: 260px 1fr auto; gap: 2rem; align-items: center; padding: 2.4rem max(1.5rem, calc((100vw - 1180px) / 2)); color: #cfdae3; background: var(--ink); font-size: .78rem; }
.site-footer img { width: 250px; }
.site-footer p { margin: 0; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 1.25rem; transform: translate(-50%, 150%); width: min(520px, calc(100% - 2rem)); padding: 1rem 1.2rem; color: var(--white); background: var(--ink); border-left: 5px solid var(--orange); box-shadow: 0 18px 50px rgba(0,0,0,.25); transition: transform .22s ease; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 960px) {
  .menu-button { display: inline-flex; }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .6rem 1rem 1rem; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.15); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .9rem .6rem; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 5rem; padding-bottom: 5rem; }
  .hero-visual { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .approach-section, .contact-section { grid-template-columns: 1fr; }
  .local-section { grid-template-columns: .75fr 1.25fr; gap: 3rem; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 68px; }
  .brand { width: 225px; height: 50px; }
  .brand img { width: 220px; }
  .primary-nav { top: 68px; }
  .hero-copy { padding: 4.2rem 1.25rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-visual { min-height: 430px; }
  .hero-visual > img { object-position: 47% center; }
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .local-section { grid-template-columns: 1fr; }
  .local-mark { max-width: 270px; }
  .field-row { grid-template-columns: 1fr; }
  .form-actions .button { flex: 1 1 100%; }
}

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