:root {
  color-scheme: light;
  --green: #12372f;
  --green-strong: #0b2a24;
  --mint: #dff3e8;
  --canvas: #f4f6f3;
  --surface: #ffffff;
  --ink: #15201d;
  --muted: #52615c;
  --line: #d9e0dc;
  --accent: #e9b949;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; min-width: 0; color: var(--ink); background: var(--surface); line-height: 1.6; }
a { color: inherit; }

.service-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(22px, env(safe-area-inset-right)) 10px max(22px, env(safe-area-inset-left));
  color: #fff;
  background: rgba(18, 55, 47, .98);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

.service-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.service-brand img { width: 48px; height: 48px; object-fit: contain; background: #fff; border-radius: 6px; }
.service-brand span { font-size: 14px; font-weight: 700; }
.service-header nav { display: flex; align-items: center; gap: 10px; }
.service-header nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; font-weight: 750; text-decoration: none; }
.service-header nav a:hover, .service-header nav a:focus-visible { background: rgba(255,255,255,.12); }

.service-hero {
  min-height: min(680px, calc(100vh - 72px));
  display: flex;
  align-items: end;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, rgba(7, 30, 25, .91) 0%, rgba(7, 30, 25, .68) 54%, rgba(7, 30, 25, .16) 100%), url("/assets/mellors-cleaning-header.jpg") center 42% / cover no-repeat;
}

.service-hero-inner { width: min(1180px, 100%); margin: 0 auto; padding: 92px 32px 76px; }
.service-hero p, .section-label { margin: 0 0 10px; color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: 0; text-transform: uppercase; }
.service-hero h1 { max-width: 820px; margin: 0; font-size: clamp(42px, 7vw, 82px); line-height: 1.02; letter-spacing: 0; text-wrap: balance; }
.service-hero strong { max-width: 720px; display: block; margin-top: 22px; font-size: clamp(18px, 2.2vw, 25px); font-weight: 550; line-height: 1.45; }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary-action, .secondary-action { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 6px; font-weight: 850; text-decoration: none; }
.primary-action { color: var(--green-strong); background: var(--accent); }
.primary-action:hover, .primary-action:focus-visible { background: #f2ca67; }
.secondary-action { color: #fff; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.secondary-action:hover, .secondary-action:focus-visible { background: rgba(255,255,255,.16); }

.service-band { padding: 72px 28px; }
.muted-band, .faq-band { background: var(--canvas); }
.service-inner { width: min(1120px, 100%); margin: 0 auto; }
.service-inner.narrow { width: min(820px, 100%); }
.service-band h2, .service-cta h2 { margin: 0; color: var(--green-strong); font-size: clamp(28px, 4vw, 46px); line-height: 1.13; letter-spacing: 0; text-wrap: balance; }
.service-band p { color: var(--muted); font-size: 17px; }
.split-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(36px, 7vw, 92px); align-items: start; }
.service-summary ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-summary li { position: relative; padding: 17px 12px 17px 36px; border-bottom: 1px solid var(--line); font-weight: 750; }
.service-summary li::before { content: ""; position: absolute; left: 7px; top: 24px; width: 11px; height: 6px; border-left: 3px solid #198754; border-bottom: 3px solid #198754; transform: rotate(-45deg); }
.scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 34px; }
.scope-grid article { padding-top: 20px; border-top: 3px solid var(--green); }
.scope-grid h3 { margin: 0; color: var(--green-strong); font-size: 22px; line-height: 1.2; }
.scope-grid p { margin-bottom: 0; }
.text-link { display: inline-block; margin-top: 10px; color: var(--green); font-weight: 850; text-underline-offset: 4px; }
.faq-list { margin-top: 28px; border-top: 1px solid var(--line); }
.faq-list details { padding: 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 20px 34px 20px 0; color: var(--green-strong); font-size: 18px; font-weight: 850; }
.faq-list p { margin: -6px 0 20px; }

.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 56px max(28px, calc((100vw - 1120px) / 2)); color: #fff; background: var(--green); }
.service-cta h2 { color: #fff; }
.service-cta p { max-width: 700px; margin-bottom: 0; color: #dce9e4; }
.service-cta .primary-action { flex: 0 0 auto; }

.service-footer { padding: 42px max(28px, calc((100vw - 1120px) / 2)); color: #dce9e4; background: #091e1a; }
.service-footer > div { display: flex; flex-direction: column; margin-bottom: 22px; }
.service-footer strong { color: #fff; font-size: 20px; }
.service-footer nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.service-footer nav a, .service-footer p a { color: #fff; text-underline-offset: 4px; }
.service-footer p { margin: 24px 0 0; color: #aebeb8; font-size: 14px; }
.service-footer .copyright-line { margin-top: 8px; color: #dce9e4; }

@media (max-width: 760px) {
  .service-header { min-height: calc(68px + env(safe-area-inset-top)); padding-top: calc(8px + env(safe-area-inset-top)); }
  .service-brand span, .service-header nav a:first-child { display: none; }
  .service-brand img { width: 44px; height: 44px; }
  .service-header nav a { min-height: 44px; padding: 8px 11px; }
  .service-hero { min-height: 600px; background-position: 62% center; }
  .service-hero-inner { padding: 86px 20px 50px; }
  .service-hero h1 { font-size: clamp(38px, 13vw, 58px); }
  .service-band { padding: 52px 20px; }
  .split-layout, .scope-grid { grid-template-columns: 1fr; }
  .scope-grid { gap: 18px; }
  .service-cta { align-items: stretch; flex-direction: column; padding: 46px 20px; }
  .service-cta .primary-action { align-self: start; }
  .service-footer { padding: 38px 20px calc(38px + env(safe-area-inset-bottom)); }
}

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