/* =====================================================================
   Roofline - site stylesheet
   Brand: navy structure, orange action, white space, handwritten accents.
   Motif: the "roofline" - a pitched line - repeats as section cuts, rules
   and card tabs. One CSS file, no framework.
   ===================================================================== */

:root {
  --navy: #0D2442;
  --navy-deep: #081A31;
  --navy-ink: #14213A;
  --orange: #F57A1F;
  --orange-bright: #FF8A1E;
  --orange-deep: #D9640C;
  --white: #FFFFFF;
  --grey: #F4F6F8;
  --grey-2: #E9EDF2;
  --slate: #CCD4DD;
  --line: #E1E6EC;
  --muted: #5B6A7E;
  --wa: #25D366;
  --wa-dark: #128C7E;
  --ok: #2E9E5B;

  --font-display: "Outfit", "Trebuchet MS", "Segoe UI", sans-serif;
  --font-body: "Figtree", "Segoe UI", system-ui, sans-serif;
  --font-script: "Caveat", "Segoe Print", cursive;
  --font-stamp: "Permanent Marker", "Impact", sans-serif;

  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(13, 36, 66, .06), 0 4px 14px rgba(13, 36, 66, .06);
  --shadow: 0 2px 6px rgba(13, 36, 66, .08), 0 18px 40px -12px rgba(13, 36, 66, .22);
  --shadow-orange: 0 10px 28px -8px rgba(245, 122, 31, .55);
  --container: 1240px;
  --pitch: 64px;          /* height of the diagonal section cuts */
  --ease: cubic-bezier(.2, .7, .2, 1);
  --nav-h: 66px;

  --tile-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='48' viewBox='0 0 96 48'%3E%3Cpath d='M0 24h96M0 48h96M24 0v24M72 0v24M0 24v24M48 24v24M96 24v24' stroke='%23ffffff' stroke-opacity='.07' fill='none'/%3E%3C/svg%3E");
  --tile-pattern-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='48' viewBox='0 0 96 48'%3E%3Cpath d='M0 24h96M0 48h96M24 0v24M72 0v24M0 24v24M48 24v24M96 24v24' stroke='%230D2442' stroke-opacity='.08' fill='none'/%3E%3C/svg%3E");
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--navy-ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* clip, not hidden: hidden would make body a scroll container and break the sticky nav */
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: .15em; }
a:hover { color: var(--orange-deep); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); color: var(--navy); line-height: 1.05; letter-spacing: -.01em; }
h1 { font-weight: 800; font-size: clamp(2.5rem, 5.4vw, 4.5rem); text-transform: uppercase; line-height: .96; letter-spacing: -.02em; }
h2 { font-weight: 800; font-size: clamp(1.85rem, 3.2vw, 2.7rem); text-transform: uppercase; letter-spacing: -.015em; }
h3 { font-weight: 700; font-size: 1.3rem; }
h4 { font-weight: 700; font-size: 1.05rem; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.25em; }
li { margin-bottom: .35em; }
strong { font-weight: 700; color: var(--navy); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
::selection { background: var(--orange); color: #fff; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 1000; background: var(--orange); color: #fff; padding: .6rem 1rem; border-radius: 6px; font-weight: 700; }
.skip-link:focus { top: 1rem; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.container--narrow { max-width: 860px; }
.container--wide { max-width: 1400px; }
.section { padding: clamp(3.25rem, 7vw, 6rem) 0; position: relative; }
.section--tight { padding: clamp(2.25rem, 5vw, 3.75rem) 0; }
.section--grey { background: var(--grey); }
.section--navy { background: var(--navy); color: #fff; }
.section--navy h2, .section--navy h3, .section--navy h4, .section--navy strong { color: #fff; }
.section--navy a { color: #fff; }
.section--navy a:hover { color: var(--orange-bright); }
.section--texture { background-image: var(--tile-pattern); }
.section--pitch-top { padding-top: calc(clamp(3.25rem, 7vw, 6rem) + var(--pitch)); clip-path: polygon(0 var(--pitch), 100% 0, 100% 100%, 0 100%); margin-top: calc(-1 * var(--pitch)); }
.section--pitch-bottom { padding-bottom: calc(clamp(3.25rem, 7vw, 6rem) + var(--pitch)); clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--pitch)), 0 100%); }
.section--pitch-both { padding-top: calc(clamp(3.25rem, 7vw, 6rem) + var(--pitch)); padding-bottom: calc(clamp(3.25rem, 7vw, 6rem) + var(--pitch)); clip-path: polygon(0 var(--pitch), 100% 0, 100% calc(100% - var(--pitch)), 0 100%); margin-top: calc(-1 * var(--pitch)); }
.grid { display: grid; gap: clamp(1rem, 2.5vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1100px) { .grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { .grid--3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (max-width: 640px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); } .grid--6 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.two-col { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.two-col--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
.two-col--sidebar { grid-template-columns: minmax(0, 1fr) 340px; }
@media (max-width: 900px) { .two-col, .two-col--even, .two-col--sidebar { grid-template-columns: minmax(0, 1fr); } }
.sticky { position: sticky; top: calc(var(--nav-h) + 1.5rem); }

/* ---------- Typography helpers ---------- */
.kicker { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; color: var(--orange); margin-bottom: .9rem; }
.kicker::before { content: ""; width: 26px; height: 3px; background: var(--orange); border-radius: 2px; }
.section--navy .kicker { color: var(--orange-bright); }
.lead { font-size: 1.2rem; line-height: 1.55; color: var(--muted); }
.section--navy .lead { color: rgba(255, 255, 255, .8); }
.accent { color: var(--orange); }
.small { font-size: .9rem; }
.muted { color: var(--muted); }
.center { text-align: center; }
.script { font-family: var(--font-script); font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.05; color: var(--navy); letter-spacing: -.01em; }
.script--orange { color: var(--orange); }
.script--white { color: #fff; }
.script--underline { position: relative; display: inline-block; padding-bottom: .35em; }
.script--underline::after { content: ""; position: absolute; left: 6%; right: 6%; bottom: 0; height: 4px; border-radius: 3px; background: var(--orange); transform: rotate(-2deg); }
.stamp { display: inline-block; font-family: var(--font-stamp); text-transform: uppercase; background: var(--orange); color: #fff; padding: .7rem 1.1rem .6rem; font-size: 1.05rem; line-height: 1.3; letter-spacing: .02em; clip-path: polygon(2% 0, 100% 4%, 98% 100%, 0 96%); transform: rotate(-3deg); box-shadow: var(--shadow-orange); }
.roofline-rule { width: 120px; height: 14px; margin: .9rem 0 0; color: var(--orange); }
.roofline-rule.center { margin-left: auto; margin-right: auto; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.section-head > div { max-width: 720px; }
.section-head h2 { margin-bottom: .35rem; }
.section-head .sub { color: var(--muted); font-size: 1.05rem; margin: .5rem 0 0; }
.section--navy .section-head .sub { color: rgba(255, 255, 255, .75); }
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
.section-head--center .kicker { justify-content: center; }
.section-head--center .kicker::before { display: none; }
.section-head--center > div { max-width: 760px; }
.link-arrow { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: var(--navy); text-decoration: none; white-space: nowrap; padding-bottom: .3rem; border-bottom: 3px solid var(--orange); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
.section--navy .link-arrow { color: #fff; }
@media (max-width: 720px) { .section-head { flex-direction: column; align-items: flex-start; } }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: 1rem; line-height: 1; padding: 1rem 1.5rem; border-radius: var(--radius-sm); text-decoration: none; border: 2px solid transparent; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .25s var(--ease); }
.btn:hover svg.arrow { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn--primary:hover { background: var(--orange-bright); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px -10px rgba(245, 122, 31, .65); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-deep); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
/* Outlined buttons: a white fill sweeps in from the left on hover/focus/press, text flips to navy. */
.btn--ghost, .btn--outline { position: relative; isolation: isolate; overflow: hidden; transition: color .3s var(--ease), border-color .3s var(--ease), transform .25s var(--ease), box-shadow .3s var(--ease); }
.btn--ghost::before, .btn--outline::before { content: ""; position: absolute; inset: 0; z-index: -1; transform: scaleX(0); transform-origin: left center; transition: transform .35s var(--ease); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .75); }
.btn--ghost::before { background: #fff; }
.btn--ghost:hover, .btn--ghost:focus-visible, .btn--ghost:active { color: var(--navy); border-color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(255, 255, 255, .45); }
.btn--ghost:hover::before, .btn--ghost:focus-visible::before, .btn--ghost:active::before { transform: scaleX(1); }
.btn--outline { background: #fff; color: var(--navy); border-color: var(--navy); }
.btn--outline::before { background: var(--navy); }
.btn--outline:hover, .btn--outline:focus-visible, .btn--outline:active { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--outline:hover::before, .btn--outline:focus-visible::before, .btn--outline:active::before { transform: scaleX(1); }
.btn--ghost svg, .btn--outline svg { position: relative; z-index: 1; }
.btn--ghost span, .btn--outline span { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .btn--ghost::before, .btn--outline::before { transition: none; } .btn--ghost:hover, .btn--outline:hover { transform: none; } }
.btn--white { background: #fff; color: var(--navy); }
.btn--white:hover { background: var(--grey); color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: #1fb955; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(37, 211, 102, .7); }
.btn--lg { padding: 1.15rem 1.9rem; font-size: 1.1rem; }
.btn--sm { padding: .7rem 1.05rem; font-size: .9rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }

/* ---------- Header: utility bar ---------- */
.utility { background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; }
.utility__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 92px; }
.logo { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; color: var(--navy); }
.logo:hover { color: var(--navy); }
.logo__mascot { height: 78px; width: auto; flex: none; filter: drop-shadow(0 3px 6px rgba(13, 36, 66, .18)); }
.logo__mark { width: 52px; height: 44px; flex: none; }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__word { font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; letter-spacing: .03em; text-transform: uppercase; display: flex; gap: .05em; }
.logo__word b { color: var(--navy); font-weight: 800; }
.logo__word i { color: var(--orange); font-style: normal; font-weight: 800; }
.logo__strap { font-family: var(--font-display); font-weight: 700; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-top: .35rem; opacity: .85; white-space: nowrap; }
.logo--light .logo__word b, .logo--light .logo__strap { color: #fff; }
.logo--light .logo__mark .mk-navy { fill: #fff; }
.usps { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.usp { display: flex; align-items: center; gap: .7rem; font-size: .88rem; line-height: 1.25; color: var(--navy-ink); min-width: 0; padding: 0 clamp(1.25rem, 2.2vw, 2.25rem); }
.usp:last-child { padding-right: 0; }
.usp + .usp { border-left: 1px solid var(--line); }
.usp__icon { width: 36px; height: 36px; flex: none; color: var(--orange); }
.usp b { display: block; font-weight: 700; color: var(--navy); white-space: nowrap; }
.usp span { color: var(--muted); white-space: nowrap; }
@media (max-width: 480px) { .logo__mascot { display: none; } .logo__mark { width: 44px; height: 38px; } .logo__word { font-size: 1.5rem; } .logo__strap { font-size: .5rem; letter-spacing: .1em; } .footer .logo__mascot { display: block; } }

/* ---------- Header: main nav ---------- */
.nav { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 900; box-shadow: 0 6px 24px -10px rgba(8, 26, 49, .5); }
.nav__inner { display: flex; align-items: stretch; justify-content: space-between; min-height: var(--nav-h); }
.nav__links { display: flex; align-items: stretch; list-style: none; margin: 0; padding: 0; }
.nav__links > li { position: relative; display: flex; }
.nav__links > li > a { display: flex; align-items: center; gap: .35rem; padding: 0 clamp(.7rem, 1.1vw, 1.1rem); color: #fff; text-decoration: none; font-family: var(--font-display); font-weight: 600; font-size: .98rem; position: relative; white-space: nowrap; }
.nav__links > li > a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 4px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav__links > li > a:hover::after, .nav__links > li.is-active > a::after { transform: scaleX(1); }
.nav__links > li.is-active > a { color: var(--orange-bright); }
.nav__links > li > a:hover { color: var(--orange-bright); }
.nav__links svg { width: 14px; height: 14px; transition: transform .25s; }
.nav__links > li:hover svg, .nav__links > li:focus-within svg { transform: rotate(180deg); }
.nav__logo { display: none; align-items: center; padding-right: 1rem; }
.nav__cta { display: flex; align-items: stretch; margin-left: auto; }
.nav__phone { display: flex; align-items: center; gap: .7rem; background: var(--orange); color: #fff; text-decoration: none; padding: 0 1.4rem 0 2.2rem; font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: .01em; clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%); margin-left: -22px; transition: background .2s; }
.nav__phone:hover { background: var(--orange-bright); color: #fff; }
.nav__phone svg { width: 22px; height: 22px; }
.nav__phone small { display: block; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .9; line-height: 1; margin-bottom: .2rem; }
.nav__wa { display: flex; align-items: center; justify-content: center; width: 58px; background: var(--wa); color: #fff; transition: background .2s; }
.nav__wa:hover { background: #1fb955; color: #fff; }
.nav__wa svg { width: 26px; height: 26px; }
.burger { display: none; align-items: center; gap: .6rem; background: none; border: 0; color: #fff; padding: 0 1rem; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; }
.burger__lines { width: 26px; height: 18px; position: relative; }
.burger__lines span { position: absolute; left: 0; right: 0; height: 3px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s, top .3s var(--ease); }
.burger__lines span:nth-child(1) { top: 0; } .burger__lines span:nth-child(2) { top: 7.5px; } .burger__lines span:nth-child(3) { top: 15px; }
.nav.is-open .burger__lines span:nth-child(1) { top: 7.5px; transform: rotate(45deg); }
.nav.is-open .burger__lines span:nth-child(2) { opacity: 0; }
.nav.is-open .burger__lines span:nth-child(3) { top: 7.5px; transform: rotate(-45deg); }

/* Dropdown (mega) */
.dropdown { position: absolute; top: 100%; left: 0; min-width: 640px; background: #fff; color: var(--navy-ink); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); padding: 1.25rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .25rem 1.5rem; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; border-top: 4px solid var(--orange); }
.nav__links > li:hover > .dropdown, .nav__links > li:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: flex; align-items: center; gap: .7rem; padding: .5rem .6rem; border-radius: 8px; text-decoration: none; color: var(--navy-ink); font-size: .95rem; font-weight: 500; }
.dropdown a:hover { background: var(--grey); color: var(--navy); }
.dropdown a img { width: 34px; height: 34px; }
.dropdown__all { grid-column: 1 / -1; margin-top: .5rem; padding-top: .75rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; }
.dropdown__all a { font-weight: 700; color: var(--navy); }
.dropdown__all a.is-commercial { color: var(--orange-deep); }

@media (max-width: 1320px) { .nav__links > li > a { font-size: .92rem; padding: 0 .7rem; } .nav__phone { font-size: 1.1rem; } }
@media (max-width: 1200px) {
  .utility { display: none; }
  .nav__links { display: none; }
  .burger { display: inline-flex; }
  .nav__logo { display: flex; }
  .nav__inner { justify-content: space-between; }
  .nav__cta { margin-left: 0; }
  .nav__phone small { display: none; }
  .nav__phone { padding: 0 1.1rem 0 1.8rem; }
}
@media (max-width: 600px) { .nav__phone span.num { display: none; } .nav__phone { padding: 0 1rem 0 1.6rem; } }
/* Narrow phones (and large system font sizes): nothing in the nav may push past the screen edge. */
.nav__inner > * { min-width: 0; }
.nav__cta, .burger { flex: none; }
.nav__logo { flex: 1 1 0; min-width: 0; overflow: hidden; }
@media (max-width: 480px) {
  .burger { padding: 0 .75rem; gap: 0; }
  .burger__label { display: none; }
  .nav__logo .logo__word { font-size: clamp(.9rem, 6vw, 1.5rem); }
  .nav__logo .logo { max-width: 100%; overflow: hidden; }
  .nav__phone { padding: 0 .85rem 0 1.4rem; }
  .nav__wa { width: 52px; }
}

/* Mobile menu */
/* Closed state is visibility:hidden as well as translated: a translated-but-visible fixed panel makes Android Chrome scroll sideways. */
.mobile-menu { position: fixed; inset: var(--nav-h) 0 0 0; background: var(--navy-deep); background-image: var(--tile-pattern); color: #fff; z-index: 890; overflow-y: auto; padding: 1.5rem clamp(1rem, 4vw, 2rem) 6rem; transform: translateX(100%); visibility: hidden; transition: transform .35s var(--ease), visibility 0s linear .35s; }
.mobile-menu.is-open { transform: translateX(0); visibility: visible; transition: transform .35s var(--ease), visibility 0s; }
.mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu > ul > li { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.mobile-menu > ul > li > a { display: block; padding: 1rem .25rem; color: #fff; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; letter-spacing: .04em; }
.mobile-menu > ul > li.is-active > a { color: var(--orange-bright); }
.mobile-menu .sub { padding: 0 0 1rem 1rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .2rem 1rem; }
.mobile-menu .sub a { color: rgba(255, 255, 255, .8); text-decoration: none; font-size: .95rem; padding: .35rem 0; display: block; }
.mobile-menu .sub a:hover { color: var(--orange-bright); }
.mobile-menu__cta { margin-top: 1.5rem; display: grid; gap: .75rem; }
.mobile-menu .script { color: #fff; margin-top: 1.5rem; text-align: center; display: block; }
@media (max-width: 480px) { .mobile-menu .sub { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Hero (home) ---------- */
.hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -2; background: url("../img/barnsley-skyline.jpg") center / cover no-repeat; opacity: .55; filter: saturate(1.05); }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 26, 49, .95) 0%, rgba(8, 26, 49, .85) 45%, rgba(8, 26, 49, .35) 100%); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: clamp(560px, 78vh, 760px); align-items: stretch; }
.hero__panel { position: relative; z-index: 2; padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 5vw, 4rem) 0; display: flex; flex-direction: column; justify-content: center; }
.hero__panel::before { content: ""; position: absolute; top: 0; bottom: 0; right: -140px; left: -50vw; background: var(--navy); background-image: var(--tile-pattern); clip-path: polygon(0 0, calc(100% - 150px) 0, 100% 100%, 0 100%); z-index: -1; box-shadow: 30px 0 60px rgba(8, 26, 49, .4); }
.hero h1 { color: #fff; margin: .25rem 0 1.25rem; font-size: clamp(2.3rem, 4.3vw, 3.85rem); }
.hero h1 .accent { color: var(--orange-bright); }
.hero .lead { color: rgba(255, 255, 255, .85); max-width: 52ch; font-size: 1.15rem; }
.hero .btn-row { margin: 1.5rem 0 2.25rem; }
.hero__usps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 1.5rem; list-style: none; margin: 0; padding: 0; max-width: 520px; }
.hero__usps li { display: flex; align-items: center; gap: .65rem; font-size: .88rem; line-height: 1.2; color: rgba(255, 255, 255, .85); }
.hero__usps li b { display: block; color: #fff; }
.hero__usps svg { width: 32px; height: 32px; color: var(--orange-bright); flex: none; }
.hero__media { position: relative; z-index: 1; min-height: 360px; }
.hero__photo { position: absolute; inset: 0 -50vw 0 -120px; background: url("../img/hero-roof.jpg") center 30% / cover no-repeat; }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 26, 49, 0) 55%, rgba(8, 26, 49, .55) 100%); }
.hero__mascot { position: absolute; right: clamp(-64px, -4vw, -24px); bottom: 0; height: 95%; max-height: 700px; width: auto; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .35)); animation: bob 5s ease-in-out infinite; z-index: 3; }
.hero__note { position: absolute; top: 2rem; right: clamp(1rem, 3vw, 3rem); text-align: center; z-index: 3; transform: rotate(-6deg); max-width: 260px; }
.hero__note .script { color: #fff; text-shadow: 0 2px 10px rgba(0, 0, 0, .4); font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.hero__stamp { position: absolute; left: clamp(10rem, 26%, 14rem); bottom: clamp(1.5rem, 5vw, 3.5rem); z-index: 3; max-width: 300px; }
.hero__stamp .stamp { font-size: 1rem; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero--anim .hero__panel > * { animation: rise .7s var(--ease) both; }
.hero--anim .hero__panel > *:nth-child(1) { animation-delay: .05s; }
.hero--anim .hero__panel > *:nth-child(2) { animation-delay: .15s; }
.hero--anim .hero__panel > *:nth-child(3) { animation-delay: .25s; }
.hero--anim .hero__panel > *:nth-child(4) { animation-delay: .35s; }
.hero--anim .hero__panel > *:nth-child(5) { animation-delay: .45s; }
.hero--anim .hero__mascot { animation: mascotIn .8s var(--ease) .3s both, bob 5s ease-in-out 1.2s infinite; }
.hero--anim .hero__note, .hero--anim .hero__stamp { animation: pop .6s var(--ease) .7s both; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes mascotIn { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: none; } }
@keyframes pop { from { opacity: 0; transform: scale(.85) rotate(-6deg); } to { opacity: 1; } }
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero__panel { padding-right: clamp(1rem, 4vw, 2rem); padding-bottom: 2.5rem; }
  .hero__panel::before { right: -50vw; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%); }
  .hero__media { min-height: 380px; margin-top: -40px; }
  .hero__photo { inset: 0 -50vw 0 -50vw; }
  .hero__mascot { height: 92%; right: 0; }
  .hero__note { top: 3.25rem; right: 1rem; }
  .hero__stamp { bottom: 1.25rem; left: 1rem; }
  .hero h1 { max-width: none; }
}
@media (max-width: 560px) { .hero__note { display: none; } .hero__media { min-height: 320px; } .hero__stamp { max-width: 220px; } .hero__stamp .stamp { font-size: .85rem; } .hero__mascot { height: 88%; } }
@media (max-width: 480px) { .hero__usps { grid-template-columns: max-content; } .hero h1 { font-size: 2.3rem; } .kicker { letter-spacing: .16em; font-size: .74rem; } }
@media (max-width: 400px) { .hero h1 { font-size: 2.1rem; } }
@media (max-width: 340px) { .hero h1 { font-size: 1.85rem; } }

/* ---------- Hero (inner pages) ---------- */
.page-hero { position: relative; background: var(--navy); background-image: var(--tile-pattern); color: #fff; overflow: hidden; isolation: isolate; }
.page-hero::after { content: ""; position: absolute; right: -10%; top: -20%; width: 55%; height: 160%; background: radial-gradient(closest-side, rgba(245, 122, 31, .22), transparent 70%); z-index: -1; pointer-events: none; }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 2rem; align-items: stretch; padding: clamp(2.5rem, 5vw, 4rem) 0 0; min-height: 420px; }
.page-hero__body { padding-bottom: clamp(2.5rem, 5vw, 4rem); align-self: center; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.4vw, 3.6rem); margin: .35rem 0 1rem; max-width: 18ch; }
.page-hero h1 .accent { color: var(--orange-bright); }
.page-hero .lead { color: rgba(255, 255, 255, .85); max-width: 60ch; }
.page-hero .btn-row { margin-top: 1.5rem; }
.page-hero__aside { position: relative; align-self: stretch; min-height: 340px; }
.page-hero__aside img { position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; height: calc(100% - 1.5rem); max-height: 520px; width: auto; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .35)); animation: bob 5s ease-in-out infinite; }
.page-hero--commercial { background: var(--navy-deep); }
.page-hero--commercial::after { background: radial-gradient(closest-side, rgba(255, 255, 255, .08), transparent 70%); }
.page-hero--photo .page-hero__photo { position: absolute; inset: 0; z-index: -2; background: url("../img/barnsley-skyline.jpg") center / cover no-repeat; opacity: .35; }
.page-hero--photo .page-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 30%, rgba(13, 36, 66, .6)); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .35rem .5rem; list-style: none; margin: 0 0 1rem; padding: 0; font-size: .82rem; color: rgba(255, 255, 255, .7); }
.breadcrumbs a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.breadcrumbs a:hover { color: var(--orange-bright); }
.breadcrumbs li + li::before { content: "/"; margin-right: .5rem; opacity: .5; }
.breadcrumbs li[aria-current] { color: var(--orange-bright); font-weight: 600; }
@media (max-width: 820px) { .page-hero__inner { grid-template-columns: minmax(0, 1fr); } .page-hero__aside { display: none; } .page-hero__body { padding-bottom: 2.25rem; } }

/* ---------- USP strip under hero ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-strip li { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.25rem; font-size: .92rem; line-height: 1.25; }
.trust-strip li + li { border-left: 1px solid var(--line); }
.trust-strip svg { width: 32px; height: 32px; color: var(--orange); flex: none; }
.trust-strip b { display: block; color: var(--navy); }
.trust-strip span { color: var(--muted); font-size: .85rem; }
@media (max-width: 900px) { .trust-strip ul { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .trust-strip li:nth-child(3) { border-left: 0; } .trust-strip li:nth-child(n+3) { border-top: 1px solid var(--line); } }
@media (max-width: 480px) { .trust-strip ul { grid-template-columns: minmax(0, 1fr); } .trust-strip li + li { border-left: 0; border-top: 1px solid var(--line); } }

/* ---------- Service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.svc-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.svc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1180px) { .svc-grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1000px) { .svc-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { .svc-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .svc-grid--6 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (max-width: 520px) { .svc-grid, .svc-grid--6, .svc-grid--4 { grid-template-columns: minmax(0, 1fr); } }
.svc-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: var(--navy-ink); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.svc-card::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; color: var(--navy-ink); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card__media { position: relative; aspect-ratio: 4 / 3; background: var(--navy) var(--tile-pattern); }
.svc-card__media .img-slot { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; align-items: flex-start; justify-content: flex-end; overflow: hidden; }
.svc-card__media .img-slot__label { margin: .75rem; font-size: .72rem; max-width: 70%; }
.img-slot--mini .img-slot__label { padding: .4rem; gap: 0; border-left: 0; border-radius: 50%; width: 30px; height: 30px; justify-content: center; }
.img-slot--mini .img-slot__label .txt { display: none; }
.svc-card__icon { position: absolute; left: 1rem; bottom: -30px; width: 68px; height: 68px; border-radius: 50%; background: var(--navy); box-shadow: 0 6px 16px rgba(13, 36, 66, .3); transition: transform .35s var(--ease); z-index: 2; }
.svc-card:hover .svc-card__icon { transform: translateY(-4px) rotate(-4deg); }
.svc-card__body { padding: 2.5rem 1.25rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.svc-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.svc-card p { font-size: .93rem; color: var(--muted); margin-bottom: 1rem; flex: 1; }
.svc-card .more { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-display); font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: var(--orange-deep); }
.svc-card .more svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.svc-card:hover .more svg { transform: translateX(4px); }
.svc-card--compact .svc-card__media { display: none; }
.svc-card--compact .svc-card__body { padding: 1.35rem 1.25rem 1.25rem; }
.svc-card--compact .svc-card__icon { position: static; width: 54px; height: 54px; margin-bottom: .9rem; box-shadow: none; }
.svc-card--text { padding: 1.5rem; }
.svc-card--text .num { font-family: var(--font-display); font-weight: 800; font-size: 2.2rem; color: var(--orange); line-height: 1; margin-bottom: .5rem; }
.svc-card--text h3 { margin-bottom: .5rem; }
.svc-card--text p { flex: 1; }

/* ---------- Designed image slot (until real photos arrive) ---------- */
.img-slot { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, #143560 60%, #1B4478 100%); background-image: var(--tile-pattern), linear-gradient(135deg, var(--navy) 0%, #143560 60%, #1B4478 100%); color: #fff; display: flex; align-items: flex-end; }
.img-slot--4x3 { aspect-ratio: 4 / 3; } .img-slot--1x1 { aspect-ratio: 1; } .img-slot--3x2 { aspect-ratio: 3 / 2; } .img-slot--21x9 { aspect-ratio: 21 / 9; }
.img-slot__roof { position: absolute; inset: auto -5% -6% -5%; height: 62%; color: rgba(255, 255, 255, .08); }
.img-slot__roof.orange { color: rgba(245, 122, 31, .25); }
.img-slot__label { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .5rem; margin: 1rem; padding: .45rem .7rem; background: rgba(8, 26, 49, .75); backdrop-filter: blur(4px); border-radius: 6px; font-size: .78rem; font-weight: 600; letter-spacing: .02em; color: rgba(255, 255, 255, .9); border-left: 3px solid var(--orange); }
.img-slot__label svg { width: 16px; height: 16px; opacity: .9; }
.img-slot--light { background: linear-gradient(135deg, #F4F6F8, #E3E9F0); background-image: var(--tile-pattern-dark), linear-gradient(135deg, #F4F6F8, #E3E9F0); color: var(--navy); }
.img-slot--light .img-slot__roof { color: rgba(13, 36, 66, .1); }
.img-slot--light .img-slot__label { background: rgba(255, 255, 255, .9); color: var(--navy); }
.img-slot--photo { background: none; }
.img-slot--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.figure { margin: 0; }
.figure figcaption { font-size: .85rem; color: var(--muted); margin-top: .6rem; }
.img-credit { font-size: .72rem; color: var(--muted); margin-top: .4rem; text-align: right; }

/* ---------- Why choose (badges) ---------- */
.why { position: relative; overflow: hidden; }
.why__inner { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.why__mascot { position: relative; }
.why__mascot img { height: 380px; width: auto; margin: 0 auto; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .35)); }
.why__mascot { padding-top: 4.5rem; }
.why__mascot .script { position: absolute; left: 50%; top: 0; transform: translateX(-50%) rotate(-6deg); text-align: center; color: #fff; white-space: nowrap; }
.badge-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; list-style: none; margin: 1.75rem 0 0; padding: 0; }
.badge { text-align: center; padding: 0 .35rem; }
.badge img { width: 84px; height: 84px; margin: 0 auto .8rem; transition: transform .35s var(--ease); }
.badge:hover img { transform: translateY(-5px) rotate(-5deg); }
.badge b { display: block; font-family: var(--font-display); font-size: 1.02rem; color: #fff; margin-bottom: .3rem; }
.badge p { font-size: .86rem; color: rgba(255, 255, 255, .72); margin: 0; }
.badge-row + .badge-row { margin-top: 1rem; }
.badge-row li + li { position: relative; }
@media (min-width: 900px) { .badge-row li + li::before { content: ""; position: absolute; left: -.5rem; top: 10%; height: 80%; width: 1px; background: rgba(255, 255, 255, .12); } }
@media (max-width: 1100px) { .why__inner { grid-template-columns: minmax(0, 1fr); } .why__mascot { display: none; } .badge-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 0; } .badge { flex: 0 0 33.333%; } .badge-row li + li::before { display: none; } }
@media (max-width: 560px) { .badge { flex: 0 0 50%; } }

/* ---------- Materials ---------- */
.mat-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.mat-tile { position: relative; display: block; aspect-ratio: 4 / 3.2; border-radius: var(--radius-sm); overflow: hidden; text-decoration: none; color: #fff; background: var(--navy); }
.mat-tile__bg { position: absolute; inset: 0; transition: transform .5s var(--ease); }
.mat-tile:hover .mat-tile__bg { transform: scale(1.06); }
.mat-tile__label { position: absolute; left: 0; right: 0; bottom: 0; padding: .7rem .85rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; background: linear-gradient(180deg, rgba(8, 26, 49, 0), rgba(8, 26, 49, .9)); font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: #fff; }
.mat-tile__label svg { width: 16px; height: 16px; flex: none; transition: transform .25s; }
.mat-tile:hover .mat-tile__label svg { transform: translateX(4px); }
.mat-tile:hover { color: #fff; }
@media (max-width: 1100px) { .mat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .mat-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
/* textures for material tiles, all CSS */
.tx-concrete { background: repeating-linear-gradient(180deg, #5b6673 0 14px, #4a5460 14px 16px), #4a5460; background-image: repeating-linear-gradient(180deg, transparent 0 14px, rgba(0, 0, 0, .35) 14px 16px), repeating-linear-gradient(90deg, transparent 0 34px, rgba(0, 0, 0, .18) 34px 35px), linear-gradient(160deg, #6a7683, #414a55); }
.tx-clay { background-image: repeating-linear-gradient(180deg, transparent 0 13px, rgba(60, 20, 0, .45) 13px 15px), repeating-linear-gradient(90deg, transparent 0 30px, rgba(60, 20, 0, .18) 30px 31px), linear-gradient(160deg, #d2622b, #8f3a12); }
.tx-slate { background-image: repeating-linear-gradient(180deg, transparent 0 18px, rgba(0, 0, 0, .5) 18px 20px), repeating-linear-gradient(90deg, transparent 0 26px, rgba(0, 0, 0, .25) 26px 27px), linear-gradient(160deg, #4b5563, #1f2937); }
.tx-stone { background-image: repeating-linear-gradient(180deg, transparent 0 22px, rgba(0, 0, 0, .35) 22px 25px), repeating-linear-gradient(90deg, transparent 0 40px, rgba(0, 0, 0, .18) 40px 42px), linear-gradient(160deg, #9a8f7a, #5c5546); }
.tx-flat { background-image: linear-gradient(115deg, rgba(255, 255, 255, .08) 0 40%, transparent 40%), linear-gradient(160deg, #2b3340, #0f141c); }
.tx-metal { background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .12) 0 2px, transparent 2px 28px), linear-gradient(160deg, #7f8b99, #3c4652); }
.tx-epdm { background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(160deg, #23272e, #0b0d11); background-size: 6px 6px, 100% 100%; }
.tx-lead { background-image: repeating-linear-gradient(180deg, transparent 0 36px, rgba(255, 255, 255, .12) 36px 38px), linear-gradient(160deg, #8a9099, #4a5058); }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem; display: flex; flex-direction: column; gap: .85rem; position: relative; }
.review-card::before { content: "\201C"; position: absolute; right: 1rem; top: .2rem; font-family: var(--font-display); font-size: 4rem; color: var(--orange); opacity: .25; line-height: 1; }
.review-card blockquote { margin: 0; font-style: italic; color: var(--navy-ink); font-size: .98rem; line-height: 1.55; flex: 1; }
.review-card footer { display: flex; align-items: center; gap: .75rem; font-size: .9rem; }
.avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; flex: none; }
.avatar--img { object-fit: cover; border: 2px solid #fff; box-shadow: 0 0 0 2px var(--orange); }
.review-card footer b { display: block; color: var(--navy); }
.review-card footer span { color: var(--muted); font-size: .82rem; }
.stars { display: inline-flex; gap: 2px; color: var(--orange); }
.stars svg { width: 18px; height: 18px; }
@media (max-width: 1100px) { .reviews { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 820px) { .review-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Stats band ---------- */
.stats { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.stats__bg { position: absolute; inset: 0; background: url("../img/barnsley-skyline.jpg") center / cover; opacity: .18; }
.stats__inner { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 1rem; align-items: center; padding: 2.25rem 0; }
.stat { text-align: center; padding: .5rem 1rem; }
.stat svg { width: 36px; height: 36px; color: var(--orange-bright); margin: 0 auto .5rem; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1; color: #fff; }
.stat b .accent { color: var(--orange-bright); }
.stat span { display: block; font-size: .9rem; color: rgba(255, 255, 255, .8); margin-top: .35rem; }
.stat small { display: block; font-size: .75rem; color: rgba(255, 255, 255, .55); }
.stat + .stat { border-left: 1px solid rgba(255, 255, 255, .12); }
.stats .script { color: #fff; transform: rotate(-6deg); text-align: center; padding: 0 1rem; }
@media (max-width: 1000px) { .stats__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stats .script { grid-column: 1 / -1; } .stat + .stat { border-left: 0; } }

/* ---------- Areas + quote ---------- */
.areas-quote { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 420px; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.areas-quote__list { padding: clamp(1.5rem, 3vw, 2.5rem); }
.areas-quote__photo { position: relative; min-height: 320px; background: url("../img/hero-roof.jpg") center / cover; }
.areas-quote__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8, 26, 49, .85)); }
.areas-quote__photo .script { position: absolute; left: 1.5rem; bottom: 1.5rem; color: #fff; z-index: 1; }
.area-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem 1rem; }
.area-list li { display: flex; align-items: center; gap: .5rem; font-size: .95rem; }
.area-list li a { text-decoration: none; color: var(--navy-ink); }
.area-list li a:hover { color: var(--orange-deep); text-decoration: underline; }
.area-list svg { width: 18px; height: 18px; color: var(--orange); flex: none; }
.area-list--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.area-list--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.area-list--chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.area-list--chips li { margin: 0; }
.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .8rem; border-radius: 999px; background: var(--grey); border: 1px solid var(--line); font-size: .88rem; color: var(--navy-ink); text-decoration: none; font-weight: 500; transition: background .2s, border-color .2s, transform .2s; }
.chip svg { width: 15px; height: 15px; flex: none; color: var(--orange); }
/* Chips inside an area list must beat the list's own link colours. */
.area-list li a.chip { color: var(--navy-ink); text-decoration: none; }
.area-list li a.chip:hover { color: var(--navy); text-decoration: none; }
.area-list li a.chip--active { color: var(--navy); text-decoration: none; }
.area-list li a.chip--active:hover, .area-list li a.chip--orange, .area-list li a.chip--orange:hover { color: #fff; text-decoration: none; }
.chip:hover { background: #fff; border-color: var(--orange); color: var(--navy); transform: translateY(-1px); }
.chip--active { background: #fff; color: var(--navy); border: 2px solid var(--orange); font-weight: 700; padding: calc(.4rem - 1px) .8rem; }
.chip--active svg { color: var(--orange); transition: transform .2s var(--ease); }
.chip--active:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.chip--active:hover svg { color: #fff; transform: translateX(3px); }
.chip--orange { background: var(--orange); color: #fff; border-color: var(--orange); }
.chip--orange:hover { background: var(--orange-bright); color: #fff; border-color: var(--orange-bright); }
@media (max-width: 1100px) { .areas-quote { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .areas-quote__photo { display: none; } }
@media (max-width: 800px) { .areas-quote { grid-template-columns: minmax(0, 1fr); } .area-list--3, .area-list--4 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (max-width: 480px) { .area-list, .area-list--3, .area-list--4 { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Quote / survey panel + forms ---------- */
.quote-panel { background: var(--orange); color: #fff; padding: clamp(1.5rem, 3vw, 2.25rem); position: relative; overflow: hidden; }
.quote-panel::before { content: ""; position: absolute; inset: 0; background-image: var(--tile-pattern); pointer-events: none; }
.quote-panel > * { position: relative; }
.quote-panel h3 { color: #fff; font-size: 1.5rem; text-transform: uppercase; font-weight: 800; }
.quote-panel .sub { color: rgba(255, 255, 255, .9); margin: .35rem 0 1.25rem; font-size: .95rem; }
.quote-panel--navy { background: var(--navy); }
.quote-panel--card { border-radius: var(--radius); box-shadow: var(--shadow); }
.form { display: grid; gap: .8rem; }
.form__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .8rem; }
.form label { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .3rem; }
.form input, .form select, .form textarea { width: 100%; padding: .85rem 1rem; border-radius: 8px; border: 2px solid transparent; background: #fff; color: var(--navy-ink); font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(13, 36, 66, .15); }
.quote-panel--navy .form input:focus, .quote-panel--navy .form select:focus, .quote-panel--navy .form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(245, 122, 31, .25); }
.form textarea { min-height: 110px; resize: vertical; }
.form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230D2442' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; background-size: 16px; padding-right: 2.5rem; }
.form .btn { margin-top: .35rem; }
.form__note { font-size: .82rem; color: rgba(255, 255, 255, .9); margin: .35rem 0 0; display: flex; gap: .5rem; align-items: flex-start; }
.form__note svg { width: 18px; height: 18px; flex: none; margin-top: .1rem; }
.form__note a { color: #fff; }
.form__status { display: none; padding: .8rem 1rem; border-radius: 8px; background: rgba(255, 255, 255, .95); color: var(--navy); font-size: .92rem; }
.form__status.is-visible { display: block; }
.hp { position: absolute; left: -9999px; }
.photo-tip { display: flex; gap: .85rem; align-items: flex-start; padding: 1rem 1.1rem; border-radius: 10px; background: rgba(255, 255, 255, .15); border: 1px dashed rgba(255, 255, 255, .5); font-size: .9rem; line-height: 1.45; }
.photo-tip svg { width: 28px; height: 28px; flex: none; }
.photo-tip b { color: #fff; }
.photo-tip a { color: #fff; font-weight: 700; }
@media (max-width: 480px) { .form__row { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Content blocks ---------- */
.prose { max-width: 72ch; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 2.2em; text-transform: none; letter-spacing: -.01em; }
.prose h3 { margin-top: 1.8em; font-size: 1.25rem; }
.prose h2 + p, .prose h3 + p { margin-top: .6em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .3em; }
.prose a { font-weight: 600; }
.prose img, .prose .img-slot { margin: 1.5em 0; }
.prose table { width: 100%; }
.callout { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 1rem; padding: 1.25rem 1.35rem; border-radius: var(--radius); background: var(--grey); border-left: 5px solid var(--navy); margin: 1.5rem 0; }
.callout svg { width: 30px; height: 30px; color: var(--navy); margin-top: .1rem; }
.callout b { display: block; font-family: var(--font-display); font-size: 1.02rem; margin-bottom: .25rem; color: var(--navy); }
.callout p { margin: 0; font-size: .96rem; }
.callout p + p { margin-top: .5rem; }
.callout--tip { border-left-color: var(--orange); background: #FFF4EA; }
.callout--tip svg { color: var(--orange); }
.callout--warn { border-left-color: #C43D1E; background: #FCEFEC; }
.callout--warn svg { color: #C43D1E; }
.callout--ok { border-left-color: var(--ok); background: #EBF7EF; }
.callout--ok svg { color: var(--ok); }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 1rem; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 1rem; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.15rem 1.25rem; position: relative; }
.steps li::before { content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--orange); line-height: 1; padding-top: .15rem; }
.steps b { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--navy); margin-bottom: .25rem; }
.steps p { margin: 0; font-size: .96rem; color: var(--muted); }
.steps--row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps--row li { grid-template-columns: minmax(0, 1fr); }
.steps--row li::before { margin-bottom: .5rem; }
@media (max-width: 900px) { .steps--row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (max-width: 520px) { .steps--row { grid-template-columns: minmax(0, 1fr); } }
.checklist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 1.5rem; }
.checklist--1 { grid-template-columns: minmax(0, 1fr); }
.checklist--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; margin: 0; line-height: 1.45; }
.checklist svg { width: 22px; height: 22px; color: var(--orange); flex: none; margin-top: .15rem; }
.checklist b { color: var(--navy); }
@media (max-width: 720px) { .checklist, .checklist--3 { grid-template-columns: minmax(0, 1fr); } }
.feature { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; align-items: start; }
.feature svg, .feature img { width: 64px; height: 64px; }
.feature h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.feature p { margin: 0; color: var(--muted); font-size: .96rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table.table { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 520px; }
.table th, .table td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { background: var(--navy); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; }
.table tr:last-child td { border-bottom: 0; }
.table tbody tr:nth-child(even) td { background: var(--grey); }
.table td b { color: var(--navy); }
.tbc { display: inline-flex; align-items: center; gap: .35rem; padding: .2rem .6rem; border-radius: 999px; background: #FFF4EA; color: var(--orange-deep); border: 1px dashed var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; vertical-align: middle; }
.toc { background: var(--grey); border-radius: var(--radius); padding: 1.25rem 1.35rem; font-size: .95rem; }
.toc b { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--orange-deep); margin-bottom: .6rem; }
.toc ol { margin: 0; padding-left: 1.2em; }
.toc a { text-decoration: none; color: var(--navy-ink); font-weight: 500; }
.toc a:hover { color: var(--orange-deep); text-decoration: underline; }
.faq { display: grid; gap: .75rem; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 1.25rem; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--grey) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230D2442' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / 14px no-repeat; transition: transform .3s var(--ease), background-color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--orange); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); }
.faq .faq__a { padding: 0 1.25rem 1.2rem; color: var(--navy-ink); font-size: .97rem; }
.faq .faq__a p:last-child { margin-bottom: 0; }
.mascot-note { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 1rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.25rem; }
.mascot-note img { width: 96px; height: auto; }
.mascot-note .script { font-size: 1.5rem; }
.mascot-note p { margin: 0; font-size: .95rem; color: var(--muted); }
.cta-band { background: var(--navy); background-image: var(--tile-pattern); color: #fff; position: relative; overflow: hidden; }
.cta-band__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: clamp(2rem, 4vw, 3rem) 0; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.3rem); margin-bottom: .4rem; }
.cta-band p { color: rgba(255, 255, 255, .8); margin: 0; }
.cta-band__mascot { position: absolute; right: 2%; bottom: -12px; height: 118%; opacity: .16; pointer-events: none; }
@media (max-width: 820px) { .cta-band__inner { grid-template-columns: minmax(0, 1fr); } }
.related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.related a { display: block; padding: 1.25rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--navy-ink); transition: transform .25s var(--ease), box-shadow .25s; }
.related a:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--navy-ink); }
.related b { display: block; font-family: var(--font-display); color: var(--navy); font-size: 1.05rem; margin-bottom: .3rem; }
.related span { font-size: .9rem; color: var(--muted); }
@media (max-width: 820px) { .related { grid-template-columns: minmax(0, 1fr); } }
.pill-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pill-list li { margin: 0; }
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.contact-card > svg, .contact-card > img { width: 56px; height: 56px; color: var(--orange); }
.contact-card .link-arrow svg { width: 16px; height: 16px; }
.contact-card b { font-family: var(--font-display); font-size: 1.15rem; color: var(--navy); }
.contact-card a.big { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--navy); text-decoration: none; }
.contact-card a.big:hover { color: var(--orange-deep); }
.contact-card p { margin: 0; color: var(--muted); font-size: .92rem; }
@media (max-width: 820px) { .contact-cards { grid-template-columns: minmax(0, 1fr); } }
.decade { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.decade:last-child { border-bottom: 1px solid var(--line); }
.decade b.yr { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--orange); line-height: 1.1; }
.decade p { margin: 0; font-size: .95rem; }
.decade p + p { margin-top: .3rem; color: var(--muted); }
@media (max-width: 520px) { .decade { grid-template-columns: minmax(0, 1fr); gap: .25rem; } }
.team-placeholder { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 1.5rem; align-items: center; background: var(--grey); border: 2px dashed var(--slate); border-radius: var(--radius); padding: 1.5rem; }
.team-placeholder img { width: 160px; }
@media (max-width: 640px) { .team-placeholder { grid-template-columns: minmax(0, 1fr); text-align: center; } .team-placeholder img { margin: 0 auto; } }
.guide-list { display: grid; gap: 1rem; }
.guide-list a { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; padding: 1.25rem 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--navy-ink); transition: transform .25s var(--ease), box-shadow .25s; }
.guide-list a:hover { transform: translateX(6px); box-shadow: var(--shadow); color: var(--navy-ink); }
.guide-list .num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--orange); }
.guide-list b { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--navy); margin-bottom: .25rem; }
.guide-list span { font-size: .92rem; color: var(--muted); }
.guide-list svg { width: 22px; height: 22px; color: var(--orange); }
@media (max-width: 640px) { .guide-list a { grid-template-columns: minmax(0, 1fr); } .guide-list svg { display: none; } }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); background-image: var(--tile-pattern); color: rgba(255, 255, 255, .8); position: relative; }
.footer__top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; padding: clamp(3rem, 5vw, 4.5rem) 0 2.5rem; }
.footer h4 { color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; margin-bottom: 1rem; padding-bottom: .6rem; position: relative; }
.footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 3px; background: var(--orange); }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin: 0 0 .45rem; font-size: .93rem; }
.footer a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.footer a:hover { color: var(--orange-bright); }
.footer__brand p { font-size: .95rem; max-width: 36ch; }
.footer .logo__strap { white-space: normal; max-width: 190px; line-height: 1.4; }
.footer__contact { display: grid; gap: .6rem; margin: 1.25rem 0; }
.footer__contact a { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: #fff; }
.footer__contact svg { width: 22px; height: 22px; color: var(--orange-bright); }
.footer__contact small { display: block; font-family: var(--font-body); font-weight: 400; font-size: .78rem; color: rgba(255, 255, 255, .6); }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 1.25rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; font-size: .82rem; color: rgba(255, 255, 255, .6); }
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer__bottom li { margin: 0; }
.footer__mascot { position: absolute; right: 3%; bottom: 0; height: 200px; opacity: .1; pointer-events: none; }
.footer .script { color: #fff; font-size: 1.5rem; margin-top: .5rem; display: inline-block; transform: rotate(-4deg); }
@media (max-width: 1000px) { .footer__top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (max-width: 560px) { .footer__top { grid-template-columns: minmax(0, 1fr); } .footer__mascot { display: none; } }

/* ---------- WhatsApp chat widget ---------- */
.wa-fab { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 950; display: flex; align-items: center; gap: .6rem; background: var(--wa); color: #fff; border: 0; border-radius: 999px; padding: .55rem 1.1rem .55rem .6rem; box-shadow: 0 10px 30px -8px rgba(37, 211, 102, .8), 0 4px 12px rgba(0, 0, 0, .18); font-family: var(--font-display); font-weight: 700; font-size: .95rem; transition: transform .25s var(--ease), background .2s; }
.wa-fab:hover { transform: translateY(-3px); background: #1fb955; }
.wa-fab__icon { position: relative; width: 44px; height: 44px; display: grid; place-items: center; }
.wa-fab__icon svg { width: 30px; height: 30px; }
.wa-fab__icon::before { content: ""; position: absolute; inset: 2px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .6); animation: waPulse 2.4s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(.8); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
.wa-fab__dot { position: absolute; top: 2px; right: 2px; width: 12px; height: 12px; background: var(--orange); border: 2px solid #fff; border-radius: 50%; }
.wa-nudge { position: fixed; right: 1.25rem; bottom: 5.5rem; z-index: 949; background: #fff; color: var(--navy-ink); padding: .75rem 1rem; border-radius: 14px 14px 4px 14px; box-shadow: var(--shadow); font-size: .9rem; max-width: 230px; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; pointer-events: none; }
.wa-nudge.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.wa-nudge b { display: block; color: var(--navy); }
.wa-panel { position: fixed; right: 1.25rem; bottom: 5.75rem; z-index: 960; width: min(370px, calc(100vw - 2.5rem)); background: #ECE5DD; border-radius: 18px; box-shadow: 0 24px 60px -12px rgba(0, 0, 0, .45); overflow: hidden; transform-origin: bottom right; transform: scale(.9) translateY(12px); opacity: 0; visibility: hidden; transition: transform .3s var(--ease), opacity .25s, visibility .3s; display: flex; flex-direction: column; max-height: min(600px, calc(100vh - 8rem)); }
.wa-panel.is-open { transform: none; opacity: 1; visibility: visible; }
.wa-panel__head { background: var(--wa-dark); color: #fff; padding: .9rem 1rem; display: flex; align-items: center; gap: .8rem; }
.wa-panel__head img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .7); background: var(--navy); }
.wa-panel__head b { display: block; font-family: var(--font-display); font-size: 1.05rem; }
.wa-panel__head span { font-size: .78rem; opacity: .85; display: flex; align-items: center; gap: .35rem; }
.wa-panel__head span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #7CF29C; }
.wa-panel__close { margin-left: auto; background: rgba(255, 255, 255, .15); border: 0; color: #fff; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.wa-panel__close:hover { background: rgba(255, 255, 255, .3); }
.wa-panel__close svg { width: 18px; height: 18px; }
.wa-panel__body { padding: 1rem; overflow-y: auto; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='10' cy='10' r='1.2' fill='%23000' fill-opacity='.05'/%3E%3Ccircle cx='40' cy='35' r='1.2' fill='%23000' fill-opacity='.05'/%3E%3C/svg%3E"); flex: 1; }
.wa-msg { background: #fff; border-radius: 0 12px 12px 12px; padding: .7rem .9rem; font-size: .92rem; line-height: 1.45; box-shadow: 0 1px 1px rgba(0, 0, 0, .08); max-width: 90%; position: relative; margin-bottom: .6rem; animation: rise .4s var(--ease) both; }
.wa-msg time { display: block; text-align: right; font-size: .68rem; color: #8a8a8a; margin-top: .25rem; }
.wa-msg--user { margin-left: auto; background: #DCF8C6; border-radius: 12px 0 12px 12px; }
.wa-choices { display: flex; flex-wrap: wrap; gap: .45rem; margin: .5rem 0 .25rem; }
.wa-choices button { background: #fff; color: var(--wa-dark); border: 1.5px solid var(--wa-dark); border-radius: 999px; padding: .45rem .85rem; font-size: .85rem; font-weight: 600; transition: background .2s, color .2s; }
.wa-choices button:hover { background: var(--wa-dark); color: #fff; }
.wa-panel__foot { display: flex; gap: .5rem; padding: .7rem; background: #F0F0F0; border-top: 1px solid #ddd; }
.wa-panel__foot input { flex: 1; border: 1px solid #ddd; border-radius: 999px; padding: .65rem 1rem; font-size: .92rem; background: #fff; }
.wa-panel__foot button { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--wa); color: #fff; display: grid; place-items: center; flex: none; }
.wa-panel__foot button:hover { background: #1fb955; }
.wa-panel__foot button svg { width: 20px; height: 20px; }
@media (max-width: 640px) { .wa-fab span.label { display: none; } .wa-fab { padding: .35rem; bottom: 4.75rem; right: .85rem; } .wa-panel { bottom: 8.25rem; right: .85rem; } .wa-nudge { bottom: 8.5rem; right: .85rem; } }

/* ---------- Mobile sticky action bar ---------- */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 940; background: var(--navy); border-top: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 -8px 24px rgba(8, 26, 49, .3); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; padding: .6rem .5rem calc(.6rem + env(safe-area-inset-bottom)); color: #fff; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.mobile-bar a svg { width: 22px; height: 22px; }
.mobile-bar a.is-wa { background: var(--wa); }
.mobile-bar a.is-quote { background: var(--orange); }
@media (max-width: 640px) { .mobile-bar { display: grid; } body { padding-bottom: 64px; } }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; } .reveal[data-delay="2"] { transition-delay: .2s; } .reveal[data-delay="3"] { transition-delay: .3s; } .reveal[data-delay="4"] { transition-delay: .4s; } .reveal[data-delay="5"] { transition-delay: .5s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero--anim .hero__panel > *, .hero--anim .hero__mascot, .hero--anim .hero__note, .hero--anim .hero__stamp, .hero__mascot, .page-hero__aside img { animation: none !important; }
  .wa-fab__icon::before { animation: none; }
  * { transition-duration: .01ms !important; }
}

/* ---------- Placeholder review mode (?placeholders=1) ---------- */
body.show-placeholders [data-placeholder] { outline: 2px dashed var(--orange); outline-offset: 3px; position: relative; }
body.show-placeholders [data-placeholder]::after { content: attr(data-placeholder); position: absolute; top: -1.2rem; left: 0; font: 700 .62rem/1 var(--font-display); letter-spacing: .06em; text-transform: uppercase; background: var(--orange); color: #fff; padding: .2rem .4rem; border-radius: 3px; z-index: 5; white-space: nowrap; }
.ph-banner { display: none; position: sticky; top: var(--nav-h); z-index: 800; background: #FFF4EA; color: var(--orange-deep); border-bottom: 2px solid var(--orange); padding: .5rem 1rem; font-size: .85rem; text-align: center; }
body.show-placeholders .ph-banner { display: block; }

/* ---------- 404 ---------- */
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 4rem 0; }
.notfound img { height: 260px; margin: 0 auto 1.5rem; }
.notfound h1 { font-size: clamp(2.5rem, 6vw, 4rem); }

/* ---------- Mobile: centre the single-column layout ---------- */
@media (max-width: 640px) {
  .hero__panel, .page-hero__body, .section-head, .cta-band__inner, .quote-panel h3, .quote-panel .sub, .notfound,
  .footer__top, .footer__bottom, .mobile-menu, .reviews > div:first-child, .why__inner > div, .areas-quote__list, .mascot-note { text-align: center; }
  .hero h1, .hero .lead, .page-hero h1, .page-hero .lead, .section-head > div, .cta-band p, .footer__brand p { margin-left: auto; margin-right: auto; }
  .btn-row, .breadcrumbs, .area-list--chips, .pill-list, .footer__bottom, .footer__bottom ul, .hero__usps li, .trust-strip li { justify-content: center; }
  .section-head { align-items: center; }
  .kicker { justify-content: center; }
  /* One centred column, rows left-aligned inside it, so icons and text line up */
  .hero__usps { grid-template-columns: max-content; justify-content: center; justify-items: start; margin-left: auto; margin-right: auto; }
  .hero__usps li { text-align: left; justify-content: flex-start; }
  .kicker::before { display: none; }
  .link-arrow { justify-content: center; }
  .section-head .link-arrow { margin: .25rem auto 0; }
  /* one centred column, ticks aligned, rows left-aligned inside it */
  .area-list { grid-template-columns: minmax(0, max-content); justify-content: center; justify-items: start; }
  .area-list li { justify-content: flex-start; text-align: left; }
  .area-list--chips { display: flex; justify-content: center; }
  .footer h4::after { left: 50%; transform: translateX(-50%); }
  .footer__brand .logo { justify-content: center; }
  /* contact rows: one centred column, rows left-aligned inside it so icons and text line up */
  .footer__contact { display: grid; grid-template-columns: minmax(0, max-content); justify-content: center; justify-items: start; }
  .footer__contact a { justify-content: flex-start; text-align: left; }
  .mascot-note { grid-template-columns: minmax(0, 1fr); justify-items: center; }
  .mobile-menu .sub { grid-template-columns: minmax(0, 1fr); }
  .review-card blockquote, .steps li, .checklist li, .faq summary, .callout, .prose, .form label, .svc-card__body, .related a, .decade, .table, .contact-card p { text-align: left; }
}


/* ---------- Robustness at large system font sizes / very narrow phones ---------- */
.form input, .form select, .form textarea { min-width: 0; max-width: 100%; }
.form__row > div, .form > div { min-width: 0; }
.mobile-bar a { min-width: 0; padding-left: .25rem; padding-right: .25rem; font-size: clamp(.62rem, 3.2vw, .75rem); letter-spacing: .04em; }
@media (max-width: 640px) {
  .link-arrow { white-space: normal; text-align: center; line-height: 1.3; }
  .btn { white-space: normal; text-align: center; line-height: 1.2; max-width: 100%; }
  .hero__usps li b, .usp b { white-space: normal; }
}

/* ---------- Print ---------- */
@media print { .nav, .utility, .wa-fab, .wa-panel, .wa-nudge, .mobile-bar, .footer__mascot { display: none !important; } body { padding: 0; } }
