:root {
  color-scheme: light;
  --primary: hsl(222 89% 55%);
  --accent: hsl(152 55% 34%);
  --ink: #162018;
  --muted: #5c665e;
  --line: #d9dfd7;
  --bg: #f8faf7;
  --panel: #ffffff;
  --soft: color-mix(in srgb, var(--primary) 7%, var(--bg));
  --shadow: 0 18px 48px rgba(22, 32, 24, 0.1);
  --radius: 10px;
  --section-y: clamp(44px, 8vw, 96px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.55; }
body::before { background: var(--primary); content: ""; display: block; height: 3px; }
a { color: var(--primary); font-weight: 700; }
.skip-link { left: 1rem; position: absolute; top: -4rem; z-index: 20; }
.skip-link:focus { top: 1rem; }
.site-header, .section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: clamp(18px, 3vw, 36px); justify-content: space-between; padding: 20px 0; }
.brand { align-items: center; color: var(--ink); display: inline-flex; flex: 0 1 auto; gap: 12px; min-width: 0; text-decoration: none; }
.brand-copy { display: grid; line-height: 1.15; min-width: 0; }
.brand-copy strong { font-size: 1.08rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand-copy small { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; margin-top: 4px; text-transform: uppercase; }
nav { display: flex; flex-wrap: wrap; gap: 4px; justify-content: flex-end; }
nav a { border-radius: 8px; color: var(--muted); padding: 8px 10px; text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { background: var(--soft); color: var(--ink); }
.header-phone { border-left: 1px solid var(--line); color: var(--ink); display: grid; flex: 0 0 auto; line-height: 1.15; padding-left: 24px; text-decoration: none; }
.header-phone span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 4px; text-transform: uppercase; }
.mobile-nav { display: none; }
.section { padding: var(--section-y) 0; }
.hero-section, .split-section, .form-section { align-items: center; display: grid; gap: clamp(24px, 5vw, 56px); grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr); }
.hero-section { min-height: 520px; padding-bottom: clamp(52px, 7vw, 82px); padding-top: clamp(52px, 7vw, 82px); }
.hero-section.no-media { display: block; min-height: 0; padding-bottom: clamp(48px, 6vw, 72px); padding-top: clamp(48px, 6vw, 72px); }
.hero-section.no-media .section-copy { max-width: 860px; }
.split-section.no-media { display: block; }
.split-section.no-media > div { max-width: 760px; }
.eyebrow { color: var(--primary); font-size: .74rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 15px; text-transform: uppercase; }
.hero-facts { border-top: 1px solid color-mix(in srgb, currentColor, transparent 75%); display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 34px 0 0; padding: 22px 0 0; }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts dt { color: inherit; opacity: .72; }
.hero-facts dd { font-size: .92rem; font-weight: 800; overflow-wrap: anywhere; }
.hero-facts a { color: inherit; }
.compact-section { padding: clamp(28px, 5vw, 56px) 0; }
.enquiry-prompt { align-items: center; background: var(--panel); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; gap: 24px; justify-content: space-between; padding-left: clamp(20px, 3vw, 34px); padding-right: clamp(20px, 3vw, 34px); }
.enquiry-prompt h2 { margin-bottom: 6px; }
.prompt-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(2.65rem, 5.5vw, 4.35rem); letter-spacing: -.052em; line-height: .98; max-width: 14ch; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.55rem); letter-spacing: -.035em; line-height: 1.08; margin-bottom: 18px; }
h3 { font-size: 1.15rem; line-height: 1.25; margin-bottom: 8px; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); margin-top: 18px; max-width: 58ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.site-cta, .secondary-cta, button { align-items: center; border-radius: var(--radius); display: inline-flex; justify-content: center; min-height: 48px; padding: 12px 20px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.site-cta, button { background: var(--primary); border: 0; color: #fff; font-weight: 800; }
.secondary-cta { border: 1px solid var(--line); color: var(--ink); }
.site-cta:hover, .secondary-cta:hover, button:hover { box-shadow: 0 12px 28px rgba(22,32,24,.14); transform: translateY(-2px); }
.section-heading { max-width: 560px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.services-section { align-items: start; border-top: 1px solid var(--line); display: grid; gap: clamp(30px, 6vw, 72px); grid-template-columns: minmax(240px, .4fr) minmax(0, 1fr); }
.service-list { border-top: 1px solid var(--ink); }
.service-item { border-bottom: 1px solid var(--line); display: grid; gap: 12px 28px; grid-template-columns: minmax(150px, .38fr) minmax(0, 1fr); padding: 24px 0; }
.service-item h3 { margin: 0; }
.service-item p { color: var(--muted); }
.service-item .muted { grid-column: 2; }
.service-list.single-service .service-item { grid-template-columns: 1fr; }
.service-list.single-service .service-item .muted { grid-column: 1; }
.testimonial-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.testimonial-card, .faq-list details { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.muted, figcaption { color: var(--muted); }
.area-section { align-items: end; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: minmax(220px, .4fr) 1fr; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px 0; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }
.area-list li { font-weight: 750; padding: 4px 14px; }
.area-list li + li { border-left: 1px solid var(--line); }
.hero-media img, .section-media img { border-radius: calc(var(--radius) + 8px); box-shadow: var(--shadow); display: block; height: auto; max-width: 100%; }
.form-section { align-items: start; background: var(--panel); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin-bottom: var(--section-y); margin-top: var(--section-y); padding: clamp(30px, 5vw, 52px); }
.form-callout { color: var(--muted); margin-top: 22px; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { padding: 0; }
.faq-list summary { cursor: pointer; font-weight: 800; padding: 17px 20px; }
.faq-list details p { color: var(--muted); padding: 0 20px 20px; }
form { display: grid; gap: 12px; }
label { display: grid; gap: 5px; font-weight: 700; }
input, textarea, select { border: 1px solid var(--line); border-radius: 8px; font: inherit; min-height: 44px; padding: 10px 12px; width: 100%; }
input:not([type="hidden"]):not([type="checkbox"]), select { height: 44px; }
textarea { min-height: 120px; resize: vertical; }
.checkbox-row { align-items: start; display: grid; font-weight: 500; gap: 8px; grid-template-columns: 20px 1fr; }
.checkbox-row input { height: 24px; min-height: 24px; width: 24px; }
.honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.form-hint, .optional { color: var(--muted); font-size: 0.88rem; font-weight: 500; }
.form-success, .form-error { border: 1px solid var(--line); border-radius: var(--radius); margin-top: 12px; padding: 12px; }
.form-success { color: var(--muted); }
.form-error { color: var(--ink); }
.form-success[hidden], .form-error[hidden] { display: none; }
dl { display: grid; gap: 12px; }
dt { color: var(--muted); font-size: 0.88rem; font-weight: 800; }
dd { margin: 0; }
dd a { align-items: center; display: inline-flex; min-height: 24px; }
.prose-section p + p { margin-top: 12px; }
.privacy-section { margin-top: 30px; max-width: 72ch; }
.privacy-section h2 { font-size: 1.25rem; margin-bottom: 8px; }
.page-title { border-bottom: 1px solid var(--line); padding-bottom: clamp(38px, 6vw, 70px); padding-top: clamp(38px, 6vw, 70px); }
.page-title h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.site-footer { background: var(--panel); border-top: 1px solid var(--line); color: var(--muted); margin-top: var(--section-y); padding: clamp(34px, 5vw, 52px) 0 20px; width: 100%; }
.footer-grid, .footer-base { margin: 0 auto; width: min(1120px, calc(100% - 40px)); }
.footer-grid { display: grid; gap: 40px; grid-template-columns: minmax(260px, 1.3fr) .65fr 1fr; }
.site-footer .brand { color: var(--ink); }
.site-footer .brand-copy small { color: var(--muted); }
.footer-brand > p { margin-top: 14px; max-width: 42ch; }
.site-footer h2 { color: var(--ink); font-size: .75rem; letter-spacing: .13em; margin-bottom: 12px; text-transform: uppercase; }
.site-footer nav, .footer-contact { align-items: start; display: grid; gap: 5px; justify-content: start; }
.site-footer nav a, .footer-contact a { color: var(--muted); padding: 4px 0; }
.site-footer nav a:hover { background: transparent; color: var(--ink); }
.footer-contact span { margin-top: 4px; }
.footer-base { border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 36px; padding-top: 18px; }
.footer-base a { color: var(--muted); }
.site-header { border-bottom: 1px solid var(--line); }
.hero-section { border-bottom: 1px solid var(--line); }
.service-list { border-top-color: var(--primary); }
@media (max-width: 940px) {
  .header-phone { display: none; }
  .services-section { grid-template-columns: minmax(210px, .4fr) minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; margin-left: auto; position: relative; }
  .mobile-nav summary { align-items: center; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; display: flex; font-weight: 800; gap: 9px; min-height: 44px; padding: 9px 12px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary::marker { content: ""; }
  .menu-lines { display: grid; gap: 3px; width: 16px; }
  .menu-lines i { background: currentColor; display: block; height: 2px; width: 16px; }
  .mobile-nav nav { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 32px rgba(22,32,24,.12); display: grid; gap: 2px; min-width: 190px; padding: 8px; position: absolute; right: 0; top: 52px; z-index: 10; }
  .mobile-nav nav a { min-height: 44px; padding: 10px; }
  .hero-section, .split-section, .form-section { grid-template-columns: 1fr; }
  .hero-section { min-height: 0; }
  .hero-facts { grid-template-columns: 1fr; }
  .services-section, .area-section { align-items: start; grid-template-columns: 1fr; }
  .area-list { justify-content: flex-start; }
  .form-section { width: calc(100% - 24px); }
  .enquiry-prompt { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  h1 { max-width: 100%; }
}
@media (max-width: 460px) {
  .site-header, .section { width: calc(100% - 32px); }
  .brand-copy strong { max-width: 150px; }
  .brand-copy small { display: none; }
  .footer-grid, .footer-base { width: calc(100% - 32px); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-base { align-items: flex-start; flex-direction: column; gap: 8px; }
}