:root {
  --navy: #173449;
  --navy-deep: #0c2537;
  --blue: #328dbe;
  --blue-soft: #eaf5fa;
  --yellow: #f2b735;
  --yellow-dark: #d99b16;
  --ink: #1b2c38;
  --muted: #61717c;
  --line: #d9e2e7;
  --paper: #f6f8f9;
  --white: #ffffff;
  --container: 1180px;
  --shadow: 0 18px 45px rgba(21, 52, 73, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
::selection { color: var(--navy-deep); background: #ffe4a3; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(calc(100% - 42px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 11px 16px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(23, 52, 73, .1);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; }
.brand-mark svg { width: 27px; height: 27px; fill: #fff; }
.brand-mark circle { fill: var(--yellow); }
.brand strong, .brand small { display: block; line-height: 1.12; }
.brand strong { color: var(--navy); font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: #788792; font-size: .75rem; letter-spacing: .025em; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { position: relative; color: #425766; font-size: .91rem; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -10px; height: 2px; background: var(--yellow); transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--navy); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { left: 0; right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--navy); }
.desktop-nav a[aria-current="page"]::after { left: 0; right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 4px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: absolute; left: 14px; right: 14px; top: 72px; padding: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 13px 14px; color: #324b5c; border-bottom: 1px solid #edf1f3; font-size: .94rem; font-weight: 700; }
.mobile-menu a[aria-current="page"] { color: var(--navy); background: #f2f7f9; }
.mobile-menu a:last-child { border-bottom: 0; }

.btn {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 760;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(50, 141, 190, .28); outline-offset: 3px; }
.btn-primary { color: var(--navy-deep); background: var(--yellow); box-shadow: 0 8px 22px rgba(196, 137, 8, .22); }
.btn-primary:hover { background: #ffc84c; box-shadow: 0 12px 27px rgba(196, 137, 8, .27); }
.btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .72); background: rgba(7, 30, 45, .18); }
.btn-ghost:hover { color: var(--navy); background: #fff; border-color: #fff; }
.btn-small { min-height: 43px; padding-inline: 18px; font-size: .9rem; }

.hero { position: relative; min-height: 700px; overflow: hidden; display: grid; align-items: end; color: #fff; background: #e8e8e4; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5, 25, 39, .94) 0%, rgba(5, 25, 39, .78) 27%, rgba(5, 25, 39, .28) 52%, transparent 78%); pointer-events: none; }
.hero-overlay { position: relative; z-index: 3; min-height: 700px; padding-top: 92px; padding-bottom: 105px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.hero-identity { width: min(100%, 480px); padding-left: 23px; border-left: 2px solid var(--yellow); animation: heroPanelIn .75s .28s cubic-bezier(.2, .75, .2, 1) both; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .78rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #a7dcf4; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; color: #fff; font-size: clamp(2.05rem, 3.05vw, 2.95rem); font-weight: 710; line-height: 1.05; letter-spacing: -.043em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.sketch-stage { --sketch-x: 0px; --sketch-y: 0px; position: absolute; z-index: 0; inset: -2%; margin: 0; overflow: hidden; opacity: 0; transform: translate3d(var(--sketch-x), var(--sketch-y), 0) scale(1.025); transition: transform .55s cubic-bezier(.2, .72, .2, 1); animation: sketchReveal 1s .05s ease-out forwards; }
.sketch-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; filter: grayscale(1) contrast(1.04); animation: sketchDrift 16s ease-in-out infinite alternate; }
@keyframes sketchReveal { to { opacity: 1; } }
@keyframes sketchDrift { from { transform: scale(1.015); } to { transform: scale(1.055); } }
@keyframes heroPanelIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

.quote-section { position: relative; z-index: 4; height: 0; }
.quick-form { position: relative; top: -60px; padding: 16px; display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr auto; gap: 10px; align-items: end; border-top: 4px solid var(--yellow); background: #fff; box-shadow: var(--shadow); }
.form-intro { align-self: center; padding: 0 12px 0 2px; }
.form-intro strong, .form-intro span { display: block; }
.form-intro strong { color: var(--navy); font-size: 1rem; }
.form-intro span { margin-top: 3px; color: var(--muted); font-size: .8rem; }
.quick-form label { display: block; }
.quick-form label > span { display: block; margin: 0 0 5px 2px; color: #526675; font-size: .75rem; font-weight: 780; }
.quick-form input, .quick-form select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid #ccd9df; border-radius: 3px; background: #fbfcfd; color: var(--ink); font-size: .88rem; }
.form-submit { height: 48px; white-space: nowrap; border: 0; }

.section { padding: 108px 0; }
.services-preview { padding-top: 150px; background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 64px; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; max-width: 680px; color: var(--navy-deep); font-size: clamp(2.15rem, 3.7vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card, .service-card:nth-child(n+4) { grid-column: auto; }
.service-card { position: relative; min-height: 248px; padding: 22px; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #b7cbd4; box-shadow: 0 18px 40px rgba(21, 52, 73, .1); }
.service-card.featured { color: #fff; border-color: var(--navy); background: var(--navy); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); border-radius: 50%; background: var(--blue-soft); }
.featured .service-icon { color: var(--yellow); background: rgba(255, 255, 255, .1); }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 17px 0 8px; color: var(--navy-deep); font-size: 1.06rem; line-height: 1.3; }
.featured h3 { color: #fff; }
.service-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.58; }
.featured p { color: #c5d4dc; }
.service-card a { position: absolute; left: 22px; bottom: 19px; color: var(--blue); font-size: .8rem; font-weight: 800; }
.featured a { color: var(--yellow); }
.service-card a span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.service-card a:hover span { transform: translateX(4px); }

.why-section { position: relative; color: #fff; background: var(--navy); }
.why-section::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 34%; background: linear-gradient(135deg, transparent, rgba(255, 255, 255, .035)); pointer-events: none; }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.eyebrow.light { color: var(--yellow); }
.why-copy h2, .cta-inner h2 { margin: 0; color: #fff; font-size: clamp(2.2rem, 3.5vw, 3.3rem); line-height: 1.1; letter-spacing: -.045em; }
.why-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #b7cad4; line-height: 1.78; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; color: #fff; font-size: .92rem; font-weight: 800; }
.text-link span { color: var(--yellow); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.benefit-list { display: grid; gap: 11px; }
.benefit-item { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 19px; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .045); transition: background .22s ease, transform .22s ease; }
.benefit-item:hover { transform: translateX(4px); background: rgba(255, 255, 255, .075); }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--yellow); border-radius: 50%; background: rgba(242, 183, 53, .12); }
.benefit-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-item h3 { margin: 0 0 4px; color: #fff; font-size: 1.05rem; }
.benefit-item p { margin: 0; color: #afc2cc; font-size: .92rem; }

.areas-section { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.location-card { display: grid; grid-template-columns: auto 1fr; gap: 13px; min-height: 148px; padding: 20px; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.location-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(21, 52, 73, .08); }
.location-card.primary-location { border-top: 4px solid var(--yellow); }
.location-pin { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); border-radius: 50%; background: var(--blue-soft); }
.location-pin svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.location-card p { margin: 1px 0 5px; color: var(--blue); font-size: .75rem; font-weight: 820; letter-spacing: .075em; text-transform: uppercase; }
.location-card h3 { margin: 0 0 7px; color: var(--navy-deep); font-size: 1.06rem; line-height: 1.35; }
.location-card div > span { display: block; color: var(--muted); font-size: .88rem; line-height: 1.58; }
.district-panel { margin-top: 16px; padding: 23px; border: 1px solid var(--line); background: #fff; display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: center; }
.district-title span, .district-title strong { display: block; }
.district-title span { color: var(--blue); font-size: .75rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.district-title strong { margin-top: 8px; color: var(--navy-deep); font-size: 1.18rem; line-height: 1.4; }
.district-list { display: flex; flex-wrap: wrap; gap: 8px; }
.district-list span { padding: 7px 10px; border: 1px solid #dce5e9; border-radius: 3px; background: #f8fafb; color: #526875; font-size: .8rem; font-weight: 650; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.about-card { padding: 34px; border-left: 5px solid var(--yellow); background: var(--paper); }
.about-card h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1.12; letter-spacing: -.04em; }
.about-card > p:not(.eyebrow) { margin: 21px 0 0; color: var(--muted); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.process-list li { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 19px; padding: 20px 0; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; left: 26px; top: 69px; bottom: -5px; width: 1px; background: var(--line); }
.process-icon { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue); border: 1px solid #c5d7df; border-radius: 50%; background: #fff; }
.process-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.process-list strong { display: block; color: var(--navy-deep); font-size: 1.04rem; }
.process-list p { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }

.cta-section { padding: 0 0 30px; background: #fff; }
.cta-inner { position: relative; overflow: hidden; padding: 43px 46px; color: #fff; background: var(--navy); display: grid; grid-template-columns: 1.25fr .75fr; gap: 36px; align-items: center; }
.cta-inner::after { content: ""; position: absolute; width: 280px; height: 280px; right: -155px; top: -175px; border: 50px solid rgba(255, 255, 255, .035); border-radius: 50%; }
.cta-actions { position: relative; z-index: 1; display: grid; gap: 14px; }
.btn-white { color: var(--navy); background: #fff; }
.btn-white:hover { box-shadow: 0 12px 25px rgba(0, 0, 0, .18); }
.cta-phone { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #b8cad3; font-size: .84rem; }
.cta-phone strong { color: #fff; font-size: .94rem; }

.site-footer { padding: 72px 0 24px; color: #fff; background: #0a2131; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 55px; }
.footer-logo strong { color: #fff; }
.footer-logo small { color: #8fa4af; }
.footer-brand > p { max-width: 330px; margin: 22px 0 0; color: #93a8b3; font-size: .9rem; }
.footer-col h2 { margin: 4px 0 18px; color: #fff; font-size: .88rem; }
.footer-col > a { display: block; margin: 10px 0; color: #94a9b4; font-size: .86rem; transition: color .2s ease; }
.footer-col > a:hover { color: var(--yellow); }
.footer-contact > a, .footer-contact > p { margin: 0 0 14px; padding-bottom: 13px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.footer-contact span, .footer-contact strong { display: block; }
.footer-contact span { color: #778f9b; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-contact strong { margin-top: 3px; color: #d2dde2; font-size: .86rem; }
.social-links { display: flex; gap: 8px; margin-top: 18px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; color: #b9c9d0; border: 1px solid rgba(255, 255, 255, .17); font-size: .78rem; font-weight: 850; }
.footer-bottom { margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .09); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #778f9b; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: #fff; }

.reveal-item { opacity: 0; translate: 0 28px; transition: opacity .65s ease, translate .65s cubic-bezier(.2, .75, .2, 1); }
.reveal-item.is-visible { opacity: 1; translate: 0 0; }
.mobile-actions { display: none; }

/* Kinetic motion system */
.scroll-progress { position: fixed; z-index: 90; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--yellow); transform: scaleX(0); transform-origin: left center; }
.site-header { transition: min-height .25s ease, box-shadow .25s ease, background-color .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(7, 27, 44, .12); background: rgba(255, 255, 255, .985); }

.service-rail { position: relative; z-index: 2; height: 158px; padding-top: 92px; overflow: hidden; color: #fff; background: #fff; }
.service-rail-track { width: max-content; min-height: 66px; padding: 0 25px; display: flex; align-items: center; gap: 26px; color: #fff; background: var(--navy-deep); border-top: 1px solid #24495d; border-bottom: 1px solid #24495d; animation: railMove 28s linear infinite; }
.service-rail-track span { font-size: .78rem; font-weight: 850; letter-spacing: .16em; white-space: nowrap; }
.service-rail-track i { width: 9px; height: 9px; flex: 0 0 auto; border: 2px solid var(--yellow); transform: rotate(45deg); }
@keyframes railMove { to { transform: translateX(-50%); } }

.services-preview { position: relative; overflow: hidden; padding-top: 104px; background: #f3f6f7; }
.services-preview::before { content: ""; position: absolute; width: 360px; height: 360px; left: -245px; top: 155px; border: 1px solid #d4e0e5; transform: rotate(35deg); box-shadow: 52px 52px 0 rgba(23, 52, 73, .025); }
.section-heading { position: relative; }
.section-heading::after { content: ""; position: absolute; left: 0; bottom: -20px; width: 0; height: 2px; background: linear-gradient(90deg, var(--yellow) 0 110px, #cbd8de 110px); transition: width 1s cubic-bezier(.2, .75, .2, 1); }
.section-heading.is-visible::after { width: 100%; }
.motion-heading { display: block; }
.motion-word { display: inline-block; overflow: hidden; margin-right: .21em; padding-bottom: .08em; vertical-align: bottom; }
.motion-word > span { display: block; opacity: 0; transform: translateY(105%) rotate(3deg); transform-origin: left bottom; transition: transform .72s cubic-bezier(.2, .78, .2, 1), opacity .35s ease; }
.motion-heading.heading-visible .motion-word > span { opacity: 1; transform: translateY(0) rotate(0); }

.service-grid, .location-grid { perspective: 1400px; }
.service-card, .location-card, .about-card { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)); transform-style: preserve-3d; will-change: transform; transition: transform .22s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card { overflow: hidden; border-color: #c5d3da; box-shadow: 11px 11px 0 #dbe5e9; }
.service-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(118deg, rgba(255, 255, 255, .28), transparent 32%); transform: translateZ(22px); }
.service-card::after { content: ""; position: absolute; top: 0; right: 0; width: 52px; height: 5px; background: var(--blue); }
.service-card:hover { --lift: -7px; border-color: #9eb7c2; box-shadow: 17px 17px 0 #cfdee4; }
.service-card.featured { box-shadow: 11px 11px 0 var(--yellow); }
.service-card.featured:hover { box-shadow: 17px 17px 0 #e3a723; }
.service-card.featured::after { background: var(--yellow); }
.service-icon, .service-card h3, .service-card p, .service-card a { transform: translateZ(26px); }

.why-section { margin-top: 72px; }
.why-section::before { content: ""; position: absolute; z-index: 0; left: 0; right: 0; top: -72px; height: 73px; background: var(--navy); clip-path: polygon(0 100%, 100% 0, 100% 100%); }
.why-section::after { animation: diagonalDrift 12s ease-in-out infinite alternate; }
.benefit-item { position: relative; overflow: hidden; }
.benefit-item::after { content: ""; position: absolute; width: 5px; height: 0; left: 0; top: 0; background: var(--yellow); transition: height .35s ease; }
.benefit-item:hover::after { height: 100%; }
.benefit-item:nth-child(odd).is-visible { translate: 14px 0; }
.benefit-item:nth-child(even).is-visible { translate: -8px 0; }
@keyframes diagonalDrift { from { transform: translateX(0); } to { transform: translateX(-5%); } }

.areas-section { position: relative; padding-top: 145px; }
.areas-section::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 54px; background: var(--navy); clip-path: polygon(0 0, 100% 0, 0 100%); }
.location-card { box-shadow: 8px 8px 0 #dce6ea; }
.location-card:hover { --lift: -5px; box-shadow: 13px 13px 0 #d1e0e6; }
.location-pin, .location-card h3, .location-card p, .location-card div > span { transform: translateZ(20px); }
.district-panel { position: relative; overflow: hidden; }
.district-panel::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--yellow); transition: width .9s .15s ease; }
.district-panel.is-visible::after { width: 100%; }

.about-section { position: relative; overflow: hidden; background: #fff; }
.about-section::before { content: ""; position: absolute; width: 460px; height: 1px; right: -60px; top: 90px; background: #c9d6dc; box-shadow: 0 14px 0 #e2e9ec, 0 28px 0 #eef2f4; transform: rotate(-8deg); }
.about-card { box-shadow: 12px 12px 0 var(--yellow); }
.about-card:hover { --lift: -5px; }
.process-icon { transition: transform .3s ease, color .3s ease, background-color .3s ease; }
.process-list li:hover .process-icon { color: var(--navy-deep); background: var(--yellow); transform: rotateY(180deg); }

.cta-inner { transform-style: preserve-3d; }
.cta-inner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .07) 48%, transparent 61%); transform: translateX(-100%); animation: ctaSweep 6s ease-in-out infinite; }
@keyframes ctaSweep { 0%, 58% { transform: translateX(-100%); } 82%, 100% { transform: translateX(100%); } }

/* Multi-page editorial system */
.page-hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: #eef2f4; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(23, 52, 73, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 52, 73, .045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; align-items: center; }
.breadcrumb { margin: 0 0 18px; color: #6e7e88; font-size: .78rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { color: var(--blue); }
.breadcrumb span { margin: 0 8px; color: #9daab1; }
.page-hero h1 { margin: 0; color: var(--navy-deep); font-size: clamp(2.65rem, 4.8vw, 4.65rem); font-weight: 720; line-height: .98; letter-spacing: -.055em; }
.page-hero-copy > p:not(.breadcrumb):not(.eyebrow) { max-width: 620px; margin: 24px 0 0; color: #526672; font-size: 1.04rem; line-height: 1.78; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.page-hero .btn-ghost { color: var(--navy); border-color: #aabcc5; background: rgba(255, 255, 255, .55); }
.page-hero .btn-ghost:hover { border-color: var(--navy); }
.page-art { position: relative; min-height: 360px; margin: 0; overflow: hidden; border: 1px solid #c7d2d7; background: #fff; box-shadow: 18px 18px 0 #d7e1e5; }
.page-art::after { content: ""; position: absolute; inset: 0; border: 12px solid rgba(255, 255, 255, .55); pointer-events: none; }
.page-art img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; filter: grayscale(1) contrast(1.03); transition: transform .8s ease; }
.page-art:hover img { transform: scale(1.025); }
.route-board { display: grid; align-content: center; padding: 38px; color: var(--ink); }
.route-board::after { border-color: rgba(23, 52, 73, .04); }
.route-board > small { color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.route-board > strong { margin-top: 7px; color: var(--navy-deep); font-size: 1.5rem; }
.page-section { padding: 98px 0; }
.page-section.soft { background: #f4f7f8; }
.page-section.navy { color: #fff; background: var(--navy); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.content-copy h2, .map-copy h2, .contact-intro h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2.15rem, 3.6vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.content-copy > p:not(.eyebrow), .map-copy > p:not(.eyebrow), .contact-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); line-height: 1.82; }
.editorial-figure { min-height: 420px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 14px 14px 0 var(--yellow); }
.editorial-figure img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; filter: grayscale(1) contrast(1.03); }
.check-list { display: grid; gap: 13px; list-style: none; margin: 28px 0 0; padding: 0; }
.check-list li { position: relative; padding-left: 29px; color: #3e5361; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.stat-card { padding: 17px; border: 1px solid var(--line); background: #fff; }
.stat-card strong { display: block; color: var(--navy); font-size: 1.45rem; }
.stat-card span { display: block; margin-top: 4px; color: var(--muted); font-size: .82rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.value-card { padding: 23px; border: 1px solid var(--line); background: #fff; }
.value-card h3 { margin: 20px 0 10px; color: var(--navy-deep); font-size: 1.18rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.value-card .service-icon { width: 48px; height: 48px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 36px; }
.service-detail { position: relative; padding: 23px; border: 1px solid var(--line); background: #fff; box-shadow: 7px 7px 0 #e1e8eb; scroll-margin-top: 100px; }
.service-detail h2 { margin: 16px 0 9px; color: var(--navy-deep); font-size: 1.18rem; }
.service-detail p { margin: 0; color: var(--muted); }
.service-detail ul { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 16px 0 0; padding: 0; }
.service-detail li { padding: 6px 9px; color: #405766; background: #edf4f7; font-size: .76rem; font-weight: 740; }
.service-detail .text-link { color: var(--navy); margin-top: 22px; }
.map-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 52px; align-items: center; }
.map-frame { min-height: 460px; overflow: hidden; border: 1px solid #bccad1; background: #e8edf0; box-shadow: 15px 15px 0 var(--yellow); }
.map-frame iframe { display: block; width: 100%; height: 460px; border: 0; filter: grayscale(.92) contrast(1.02); }
.route-line { display: grid; gap: 12px; margin-top: 28px; }
.route-stop { display: grid; grid-template-columns: 15px 1fr; gap: 12px; align-items: start; }
.route-stop i { width: 11px; height: 11px; margin-top: 7px; border: 3px solid var(--blue); border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px #e5f3f8; }
.route-stop strong, .route-stop span { display: block; }
.route-stop strong { color: var(--navy); }
.route-stop span { color: var(--muted); font-size: .86rem; }
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.region-card { padding: 23px; border-top: 4px solid var(--blue); background: #fff; box-shadow: var(--shadow); }
.region-card h2 { margin: 0 0 10px; color: var(--navy-deep); font-size: 1.35rem; }
.region-card p { margin: 0; color: var(--muted); }
.district-directory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 34px; }
.district-directory span { padding: 13px 15px; color: #425866; border: 1px solid #d6e0e4; background: #fff; font-size: .84rem; font-weight: 720; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.contact-card { display: block; padding: 16px; border: 1px solid var(--line); background: #fff; }
.contact-card span, .contact-card strong { display: block; }
.contact-card span { color: #70808a; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card strong { margin-top: 5px; color: var(--navy); font-size: 1rem; }
.contact-form { padding: 32px; border-top: 4px solid var(--yellow); background: #fff; box-shadow: var(--shadow); }
.contact-form h2 { margin: 0 0 24px; color: var(--navy-deep); font-size: 1.55rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; }
.contact-form label > span { display: block; margin: 0 0 6px 2px; color: #526675; font-size: .78rem; font-weight: 780; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 0 13px; color: var(--ink); border: 1px solid #cbd8de; background: #fbfcfd; }
.contact-form input, .contact-form select { height: 50px; }
.contact-form textarea { min-height: 120px; padding-top: 12px; resize: vertical; }
.contact-form .btn { width: 100%; }
.subpage-cta { padding: 60px 0; color: #fff; background: var(--navy-deep); }
.subpage-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.subpage-cta h2 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.1; letter-spacing: -.04em; }

/* Hand-drawn card language — graphite frames with blueprint annotations */
:root {
  --pencil: #51606a;
  --pencil-soft: rgba(81, 96, 106, .24);
  --paper-grain: rgba(23, 52, 73, .026);
  --sketch-shadow: #dfe6e8;
}

.quick-form,
.service-card:not(.featured),
.location-card,
.district-panel,
.about-card,
.stat-card,
.value-card,
.service-detail,
.region-card,
.contact-card,
.contact-form {
  border: 1px solid var(--pencil);
  border-radius: 3px 8px 2px 6px / 6px 3px 8px 2px;
  background-color: #fff;
  background-image:
    repeating-linear-gradient(176deg, transparent 0 8px, var(--paper-grain) 8px 9px),
    linear-gradient(112deg, rgba(50, 141, 190, .035), transparent 38%);
  box-shadow: 2px 3px 0 rgba(81, 96, 106, .18), 10px 11px 0 var(--sketch-shadow);
}

.quick-form,
.service-card,
.location-card,
.district-panel,
.about-card,
.stat-card,
.value-card,
.service-detail,
.region-card,
.contact-card,
.contact-form {
  position: relative;
}

.quick-form::before,
.location-card::before,
.about-card::before,
.stat-card::before,
.value-card::before,
.service-detail::before,
.region-card::before,
.contact-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  z-index: 0;
  border: 1px solid var(--pencil-soft);
  border-radius: 7px 2px 7px 3px / 3px 8px 2px 7px;
  transform: rotate(.22deg);
  pointer-events: none;
}

.quick-form > *,
.location-card > *,
.about-card > *,
.stat-card > *,
.value-card > *,
.service-detail > *,
.region-card > *,
.contact-card > *,
.contact-form > * {
  position: relative;
  z-index: 1;
}

.service-card::before {
  inset: 4px -4px -4px 4px;
  border: 1px solid var(--pencil-soft);
  border-radius: 7px 2px 7px 3px / 3px 8px 2px 7px;
  background: transparent;
  transform: rotate(.22deg);
}

.service-card::after,
.location-card::after,
.stat-card::after,
.value-card::after,
.service-detail::after,
.region-card::after,
.contact-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: -7px;
  width: 58px;
  height: 10px;
  opacity: .72;
  background: repeating-linear-gradient(-9deg, var(--blue) 0 2px, transparent 2px 4px);
  transform: rotate(-4deg);
  pointer-events: none;
  transition: width .25s ease, transform .25s ease;
}

.service-card:hover::after,
.location-card:hover::after,
.value-card:hover::after,
.service-detail:hover::after,
.region-card:hover::after,
.contact-card:hover::after {
  width: 72px;
  transform: rotate(-2deg);
}

.service-card.featured {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 6px 2px 8px 3px / 3px 8px 2px 6px;
  background-color: var(--navy);
  background-image: repeating-linear-gradient(176deg, transparent 0 8px, rgba(255, 255, 255, .028) 8px 9px);
  box-shadow: 2px 3px 0 rgba(255, 255, 255, .22), 10px 11px 0 var(--yellow);
}

.service-card.featured::before {
  border-color: rgba(255, 255, 255, .31);
}

.service-card.featured::after {
  background: repeating-linear-gradient(-9deg, var(--yellow) 0 2px, transparent 2px 4px);
}

.benefit-item {
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 2px 7px 3px 5px / 6px 2px 7px 3px;
  background-color: rgba(255, 255, 255, .055);
  background-image: repeating-linear-gradient(177deg, transparent 0 8px, rgba(255, 255, 255, .025) 8px 9px);
  box-shadow: 3px 3px 0 rgba(255, 255, 255, .13), 8px 8px 0 rgba(3, 20, 31, .28);
}

.district-panel::before {
  content: "";
  position: absolute;
  inset: 5px -4px -4px 5px;
  border: 1px solid var(--pencil-soft);
  border-radius: 7px 2px 6px 3px;
  pointer-events: none;
}

.district-panel::after {
  height: 7px;
  background: repeating-linear-gradient(-10deg, var(--yellow) 0 2px, transparent 2px 4px);
  transform: rotate(-.25deg);
}

.district-list span,
.district-directory span,
.service-detail li {
  position: relative;
  border: 1px solid rgba(81, 96, 106, .48);
  border-radius: 2px 5px 2px 4px / 4px 2px 5px 2px;
  background-color: #f8faf9;
  background-image: linear-gradient(90deg, rgba(50, 141, 190, .13) 0 5px, transparent 5px);
  box-shadow: 1px 2px 0 rgba(81, 96, 106, .13);
}

.district-list span:nth-child(3n+2),
.district-directory span:nth-child(3n+2),
.service-detail li:nth-child(2n) {
  border-radius: 5px 2px 4px 2px / 2px 5px 2px 4px;
}

.service-icon,
.location-pin,
.benefit-icon,
.process-icon {
  border: 1px solid currentColor;
  border-radius: 48% 52% 46% 54% / 53% 45% 55% 47%;
  box-shadow: 2px 1px 0 rgba(81, 96, 106, .18), inset -2px 1px 0 rgba(255, 255, 255, .45);
}

.contact-form,
.quick-form {
  border-top: 1px solid var(--pencil);
}

.contact-form::after,
.quick-form::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  top: -5px;
  height: 9px;
  opacity: .9;
  background: repeating-linear-gradient(-8deg, var(--yellow) 0 3px, transparent 3px 6px);
  transform: rotate(-.2deg);
  pointer-events: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.quick-form input,
.quick-form select {
  border-color: rgba(81, 96, 106, .58);
  border-radius: 2px 5px 2px 4px / 4px 2px 5px 2px;
  background-color: rgba(255, 255, 255, .86);
  background-image: repeating-linear-gradient(178deg, transparent 0 10px, rgba(81, 96, 106, .025) 10px 11px);
  box-shadow: inset 1px 1px 0 rgba(81, 96, 106, .08);
}

.page-art,
.editorial-figure,
.map-frame {
  border: 1px solid var(--pencil);
  border-radius: 3px 8px 2px 6px / 6px 3px 8px 2px;
  box-shadow: 2px 3px 0 rgba(81, 96, 106, .18), 13px 14px 0 var(--yellow);
}

.page-art::before,
.editorial-figure::before,
.map-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 5px;
  border: 1px solid rgba(81, 96, 106, .28);
  border-radius: 6px 2px 7px 3px;
  pointer-events: none;
}

.editorial-figure,
.map-frame {
  position: relative;
}

.about-card {
  border-left: 3px solid var(--yellow);
}

.region-card {
  border-top: 3px solid var(--blue);
}

.stat-card:nth-child(even),
.value-card:nth-child(even),
.region-card:nth-child(even),
.contact-card:nth-child(even) {
  border-radius: 7px 2px 6px 3px / 3px 7px 2px 6px;
}

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-cta { margin-left: auto; }
  .hero, .hero-overlay { min-height: 700px; }
  .quick-form { grid-template-columns: 1fr 1fr; }
  .form-intro { grid-column: 1 / -1; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(n+4) { grid-column: auto; }
  .service-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 0; }
  .district-panel { grid-template-columns: 1fr; gap: 22px; }
  .about-grid { gap: 42px; }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .footer-contact h2, .footer-contact .social-links { grid-column: 1 / -1; }
  .page-hero-grid, .content-grid, .map-layout, .contact-layout { grid-template-columns: 1fr; }
  .page-hero-grid { gap: 38px; }
  .page-art { min-height: 320px; }
  .page-art img { min-height: 320px; }
  .content-grid, .map-layout, .contact-layout { gap: 42px; }
  .region-grid { grid-template-columns: 1fr 1fr; }
  .district-directory { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 70px; }
  .brand { min-width: 0; }
  .brand-mark { width: 40px; height: 40px; }
  .brand small, .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero, .hero-overlay { min-height: 590px; }
  .hero { background: #071b2c; }
  .hero::after { background: linear-gradient(0deg, #071b2c 0%, #071b2c 27%, rgba(4, 19, 31, .78) 42%, rgba(4, 19, 31, .08) 63%, transparent 72%); }
  .hero-overlay { padding-top: 290px; padding-bottom: 78px; justify-content: flex-end; }
  .hero-identity { width: 100%; padding-left: 17px; }
  .hero-identity .eyebrow { margin-bottom: 10px; font-size: .68rem; }
  h1 { font-size: clamp(1.75rem, 7.5vw, 2.1rem); line-height: 1.08; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
  .btn { width: 100%; }
  .hero-actions .btn { min-height: 47px; padding-inline: 10px; font-size: .8rem; }
  .sketch-stage { inset: 0 0 auto; height: 290px; transform: none; background: #f6f6f3; }
  .sketch-stage img { height: 100%; object-fit: cover; object-position: center center; animation: none; transform: none; }
  .service-rail { height: 125px; padding-top: 62px; }
  .service-rail-track { min-height: 58px; gap: 20px; }
  .services-preview::before, .about-section::before { display: none; }
  .service-card, .location-card, .about-card { transform: none; will-change: auto; }
  .service-card:hover, .location-card:hover, .about-card:hover { transform: translateY(-4px); }
  .benefit-item:nth-child(odd).is-visible, .benefit-item:nth-child(even).is-visible { translate: 0 0; }
  .why-section { margin-top: 48px; }
  .why-section::before { top: -48px; height: 49px; }
  .areas-section { padding-top: 112px; }
  .quote-section { height: auto; padding: 0; background: var(--paper); }
  .quick-form { top: -35px; grid-template-columns: 1fr; padding: 17px; }
  .form-intro { grid-column: auto; }
  .services-preview { padding-top: 45px; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(2rem, 9.2vw, 2.7rem); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .service-card, .service-card:nth-child(n+4), .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 242px; padding: 17px; }
  .service-card h3 { margin-top: 14px; font-size: .96rem; }
  .service-card p { font-size: .8rem; line-height: 1.5; }
  .service-card a { left: 17px; bottom: 15px; font-size: .74rem; }
  .service-icon { width: 39px; height: 39px; }
  .service-icon svg { width: 20px; height: 20px; }
  .benefit-item { padding: 17px; }
  .benefit-icon { width: 40px; height: 40px; }
  .district-panel { padding: 19px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-card { padding: 30px 25px; }
  .cta-section { padding-bottom: 0; }
  .cta-section .container { width: 100%; }
  .cta-inner { padding: 46px 22px; }
  .cta-phone { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom div { flex-direction: column; gap: 7px; }
  .page-hero { padding: 58px 0 55px; }
  .page-hero-grid { gap: 30px; }
  .page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .page-hero-copy > p:not(.breadcrumb):not(.eyebrow) { font-size: .96rem; line-height: 1.7; }
  .page-hero-actions { display: grid; grid-template-columns: 1fr; }
  .page-art, .page-art img { min-height: 235px; }
  .page-art { box-shadow: 9px 9px 0 #d7e1e5; }
  .page-section { padding: 72px 0; }
  .content-grid, .map-layout, .contact-layout { gap: 30px; }
  .editorial-figure, .editorial-figure img { min-height: 280px; }
  .stats-row, .value-grid, .service-detail-grid, .region-grid { grid-template-columns: 1fr; }
  .service-detail, .value-card, .region-card { padding: 20px; }
  .district-directory { grid-template-columns: 1fr 1fr; }
  .map-frame, .map-frame iframe { min-height: 360px; height: 360px; }
  .map-frame { box-shadow: 9px 9px 0 var(--yellow); }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 19px; }
  .subpage-cta-inner { align-items: stretch; flex-direction: column; }
  .subpage-cta .btn { width: 100%; }
  .mobile-actions { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 64px; box-shadow: 0 -8px 24px rgba(7, 29, 44, .2); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: .86rem; font-weight: 800; }
  .mobile-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-call { background: var(--blue); }
  .mobile-whatsapp { background: #17875f; }
}

@media (max-width: 410px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 218px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-item { opacity: 1; transform: none; }
}

/* Performance-first vector artwork and page navigation */
@view-transition { navigation: auto; }

::view-transition-old(root) { animation: page-out .12s ease both; }
::view-transition-new(root) { animation: page-in .18s ease both; }

@keyframes page-out { to { opacity: 0; transform: translateY(-4px); } }
@keyframes page-in { from { opacity: 0; transform: translateY(5px); } }

body::after {
  content: "";
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  background: var(--navy-deep);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .115s ease;
}

body.page-leaving::after { transform: scaleX(1); transform-origin: left center; }

.sketch-stage {
  inset: 0;
  opacity: 1;
  color: var(--navy);
  background: linear-gradient(135deg, #f7fafb, #e8f1f5);
  transform: none;
  animation: none;
  transition: none;
}

.sketch-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(23,52,73,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,52,73,.035) 1px, transparent 1px);
  background-size: 48px 48px;
}

.service-card,
.location-card,
.about-card {
  transform: none;
  transform-style: flat;
  will-change: auto;
  contain: layout paint;
}

.service-icon,
.service-card h3,
.service-card p,
.service-card a,
.location-pin,
.location-card h3,
.location-card p,
.location-card div > span { transform: none; }

.services-preview,
.why-section,
.areas-section,
.about-section,
.cta-section,
.page-section,
.subpage-cta,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.service-rail-track { animation-duration: 42s; }

@media (max-width: 720px) {
  .sketch-stage { height: 276px; }
  .hero-overlay { padding-top: 276px; }
  .page-art { min-height: 235px; }
  .editorial-figure { min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  body::after { display: none; }
  .service-rail-track { animation: none; }
}

/* Unified hero: copy sits directly over the lightweight 3D scene */
.hero::after {
  background: linear-gradient(180deg, rgba(4, 20, 33, .58), rgba(4, 20, 33, .76));
}

.hero-overlay {
  align-items: center;
  justify-content: center;
  padding: 105px 20px 115px;
  text-align: center;
}

.hero-identity {
  width: min(100%, 650px);
  padding: 28px 26px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  background: rgba(5, 25, 39, .24);
  backdrop-filter: blur(2px);
}

.hero .eyebrow,
.hero-actions { justify-content: center; }

@media (max-width: 720px) {
  body { padding-bottom: 0; }
  .hero, .hero-overlay { min-height: 550px; }
  .sketch-stage { inset: 0; height: 100%; }
  .hero-overlay { padding: 88px 14px 90px; }
  .hero-identity { padding: 24px 16px; }
  .hero-vector {
    min-width: 590px;
    width: 590px;
    height: 100%;
    transform: translateX(calc((100vw - 590px) / 2));
  }
  .mobile-actions {
    left: auto;
    right: 14px;
    bottom: 14px;
    width: 50px;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    background: transparent;
    box-shadow: none;
  }
  .mobile-actions a {
    width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0 8px 22px rgba(7, 29, 44, .22);
  }
  .mobile-actions svg { width: 21px; height: 21px; }
  .mobile-whatsapp { order: 1; }
  .mobile-call { order: 2; }
}

/* Detailed three-dimensional rendered hero */
.photo-stage { background: #dfe5e7; }
.photo-stage::before { display: none; }
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.03);
  animation: none;
  transform: none;
}

.hero-bubbles {
  position: absolute;
  z-index: 2;
  top: 9%;
  right: 5%;
  width: 145px;
  height: auto;
  fill: rgba(255, 255, 255, .035);
  stroke: rgba(255, 255, 255, .42);
  stroke-width: 2;
}

@media (max-width: 720px) {
  .photo-stage .hero-photo { object-position: 15% center; }
  .hero-bubbles { top: 8%; right: -18px; width: 112px; }
}

/* Lightweight ambient motion: compositor-only transforms and opacity */
.photo-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -30% -55%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, .16) 49%, rgba(162, 211, 233, .08) 53%, transparent 64%);
  transform: translate3d(-30%, 0, 0);
}

.motion-ok .photo-stage::after {
  animation: heroLightSweep 15s 1.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.motion-ok .hero-bubbles {
  animation: heroBubbleDrift 13s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.motion-ok .hero-bubbles circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: bubbleBreath 8s ease-in-out infinite alternate;
}

.motion-ok .hero-bubbles circle:nth-child(2) { animation-delay: -2.4s; animation-duration: 10s; }
.motion-ok .hero-bubbles circle:nth-child(3) { animation-delay: -5.2s; animation-duration: 12s; }
.motion-ok .hero-bubbles circle:nth-child(4) { animation-delay: -3.7s; animation-duration: 9s; }

.motion-ok .bubble-motif {
  animation: lineBubbleFloat 11s ease-in-out infinite alternate;
  transform-box: fill-box;
  transform-origin: center;
}

.motion-ok .shine-marks { animation: lineShine 5.5s ease-in-out infinite; }

.service-icon svg { transition: transform .32s cubic-bezier(.2, .75, .2, 1); }
.service-card:hover .service-icon svg,
.service-card:focus-within .service-icon svg,
.service-detail:hover .service-icon svg { transform: translate3d(0, -2px, 0) rotate(-2deg); }

.motion-paused .photo-stage::after,
.motion-paused .hero-bubbles,
.motion-paused .hero-bubbles circle,
.motion-paused .bubble-motif,
.motion-paused .shine-marks { animation-play-state: paused !important; }

@keyframes heroLightSweep {
  0%, 68% { opacity: 0; transform: translate3d(-30%, 0, 0); }
  76% { opacity: .62; }
  90%, 100% { opacity: 0; transform: translate3d(30%, 0, 0); }
}

@keyframes heroBubbleDrift {
  from { opacity: .62; transform: translate3d(0, 9px, 0) rotate(-1deg); }
  to { opacity: .92; transform: translate3d(-7px, -13px, 0) rotate(2deg); }
}

@keyframes bubbleBreath {
  from { opacity: .58; transform: scale(.96); }
  to { opacity: 1; transform: scale(1.045); }
}

@keyframes lineBubbleFloat {
  from { opacity: .68; transform: translate3d(0, 6px, 0); }
  to { opacity: 1; transform: translate3d(-4px, -8px, 0); }
}

@keyframes lineShine {
  0%, 70%, 100% { opacity: .45; }
  82% { opacity: 1; }
}

@media (max-width: 720px) {
  .motion-ok .photo-stage::after { animation-duration: 20s; }
  .motion-ok .hero-bubbles { animation-duration: 17s; }
  .motion-ok .hero-bubbles circle { animation: none; }
  .motion-ok .bubble-motif,
  .motion-ok .shine-marks { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .photo-stage::after { display: none; }
  .hero-bubbles,
  .hero-bubbles circle,
  .bubble-motif,
  .shine-marks { animation: none !important; transform: none !important; }
}

/* Premium 3D visual system */
.photo-stage {
  perspective: 1200px;
  background: #b9c9d4;
}

.hero-picture { display: block; width: 100%; height: 100%; }

.photo-stage .hero-photo {
  filter: saturate(.86) contrast(1.035) brightness(.92);
  transform: scale(1.018);
  transform-origin: center;
}

.motion-ok .photo-stage .hero-photo {
  animation: heroSceneFloat 18s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-bubbles {
  overflow: visible;
  filter: drop-shadow(0 8px 9px rgba(0, 29, 48, .2));
}

.hero-bubbles circle {
  fill: rgba(202, 236, 248, .16);
  stroke: rgba(239, 250, 255, .78);
  stroke-width: 2.4;
}

.render-art {
  isolation: isolate;
  perspective: 1100px;
  background: linear-gradient(145deg, #e8f0f5, #cddbe4);
}

.render-art::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.58) 0 7px, rgba(169,220,241,.18) 8px 15px, transparent 16px),
    radial-gradient(circle at 77% 29%, rgba(255,255,255,.46) 0 4px, rgba(169,220,241,.14) 5px 10px, transparent 11px),
    linear-gradient(115deg, transparent 40%, rgba(255,255,255,.12) 50%, transparent 61%);
  transform: translate3d(-2%, 4px, 0);
}

.render-art img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
  transform: scale(1.015);
  transform-origin: center;
}

.motion-ok .render-art img {
  animation: renderObjectFloat 14s ease-in-out infinite alternate;
  will-change: transform;
}

.motion-ok .render-art::before {
  animation: renderBubbleGlide 12s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.brand-mark,
.service-icon,
.benefit-icon,
.location-pin {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 15px;
  color: #fff;
  background:
    radial-gradient(circle at 27% 20%, rgba(255,255,255,.66), transparent 24%),
    linear-gradient(145deg, #72c6eb 0%, #2b83b6 43%, #0d4268 100%);
  box-shadow:
    inset 5px 5px 9px rgba(255,255,255,.22),
    inset -7px -8px 12px rgba(1,31,53,.3),
    0 9px 18px rgba(7,47,73,.18);
  transform-style: preserve-3d;
}

.brand-mark { border-radius: 50%; }
.featured .service-icon { color: #fff; background: linear-gradient(145deg, #ffd970, #e9a91f 55%, #a86f08); }

.brand-mark::after,
.service-icon::after,
.benefit-icon::after,
.location-pin::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 15%;
  width: 48%;
  height: 23%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.66), rgba(255,255,255,0));
  transform: rotate(-15deg);
  pointer-events: none;
}

.brand-mark svg,
.service-icon svg,
.benefit-icon svg,
.location-pin svg {
  position: relative;
  z-index: 1;
  color: #fff;
  filter: drop-shadow(0 3px 2px rgba(0,28,47,.3));
}

.service-icon svg,
.benefit-icon svg,
.location-pin svg { stroke-width: 1.9; }

.service-card,
.service-detail,
.value-card,
.benefit-item,
.location-card {
  transform-style: preserve-3d;
  background-image: linear-gradient(145deg, rgba(255,255,255,.78), rgba(231,240,245,.34));
  box-shadow: 0 16px 34px rgba(11,45,67,.08), 0 3px 0 rgba(255,255,255,.9) inset;
}

.service-card:hover,
.service-detail:hover,
.value-card:hover,
.location-card:hover {
  transform: perspective(900px) translate3d(0,-5px,0) rotateX(1deg);
  box-shadow: 0 22px 42px rgba(11,45,67,.13), 0 3px 0 rgba(255,255,255,.92) inset;
}

.motion-ok .service-icon,
.motion-ok .benefit-icon,
.motion-ok .location-pin {
  animation: iconObjectFloat 8s ease-in-out infinite alternate;
  will-change: transform;
}

.motion-ok article:nth-child(3n+2) .service-icon,
.motion-ok article:nth-child(3n+2) .benefit-icon,
.motion-ok article:nth-child(3n+2) .location-pin { animation-delay: -2.6s; }

.motion-ok article:nth-child(3n) .service-icon,
.motion-ok article:nth-child(3n) .benefit-icon,
.motion-ok article:nth-child(3n) .location-pin { animation-delay: -5.1s; }

@keyframes heroSceneFloat {
  from { transform: scale(1.018) translate3d(-.35%, 0, 0); }
  to { transform: scale(1.045) translate3d(.35%, -.35%, 0); }
}

@keyframes renderObjectFloat {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.035) translate3d(0, -4px, 0); }
}

@keyframes renderBubbleGlide {
  from { opacity: .58; transform: translate3d(-2%, 7px, 0); }
  to { opacity: .95; transform: translate3d(2%, -8px, 0); }
}

@keyframes iconObjectFloat {
  from { transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(-2deg); }
  to { transform: translate3d(0, -3px, 0) rotateX(2deg) rotateY(2deg); }
}

@media (max-width: 720px) {
  .photo-stage .hero-photo { object-position: center center; }
  .motion-ok .photo-stage .hero-photo { animation-duration: 24s; }
  .motion-ok .service-icon,
  .motion-ok .benefit-icon,
  .motion-ok .location-pin { animation-duration: 13s; }
  .motion-ok .render-art img { animation-duration: 19s; }
  .service-card:hover,
  .service-detail:hover,
  .value-card:hover,
  .location-card:hover { transform: translateY(-3px); }
}

@media (prefers-reduced-motion: reduce) {
  .photo-stage .hero-photo,
  .render-art img,
  .render-art::before,
  .service-icon,
  .benefit-icon,
  .location-pin { animation: none !important; transform: none !important; }
}

/* Lower hero panel placement */
.hero-overlay {
  justify-content: flex-end;
  padding-top: 105px;
  padding-bottom: 62px;
}

@media (max-width: 720px) {
  .hero-overlay {
    justify-content: flex-end;
    padding: 80px 14px 44px;
  }
}

/* SEO landing pages, FAQ, examples and accessible clickable cards */
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.header-call { min-height: 48px; display: inline-flex; flex-direction: column; justify-content: center; padding: 7px 16px; color: #fff; background: var(--navy); border-radius: 3px; line-height: 1.15; }
.header-call span { font-size: .68rem; opacity: .78; text-transform: uppercase; letter-spacing: .08em; }
.header-call strong { margin-top: 3px; font-size: .88rem; }
[data-href] { cursor: pointer; }
[data-href]:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.district-list a,
.district-directory a { display: block; padding: 8px 11px; color: #425866; border: 1px solid rgba(81, 96, 106, .48); border-radius: 2px 5px 2px 4px / 4px 2px 5px 2px; background: linear-gradient(90deg, rgba(50, 141, 190, .13) 0 5px, #f8faf9 5px); box-shadow: 1px 2px 0 rgba(81, 96, 106, .13); font-size: .8rem; font-weight: 720; }
.district-directory a { padding: 13px 15px; font-size: .84rem; }
.district-list a:hover,
.district-directory a:hover { color: var(--navy); border-color: var(--blue); transform: translateY(-2px); }
.compact-hero { padding: 64px 0 58px; background: linear-gradient(135deg, #f4f8fa, #fff 62%); }
.compact-hero .container { max-width: 930px; }
.compact-hero h1 { max-width: 820px; }
.seo-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 54px; align-items: start; }
.seo-sidebar { position: sticky; top: 110px; display: grid; padding: 21px; border: 1px solid var(--line); background: #f6f9fa; }
.seo-sidebar h2 { margin: 0 0 12px; color: var(--navy); font-size: 1rem; }
.seo-sidebar a { padding: 10px 0; color: #4e6573; border-bottom: 1px solid #dce5e9; font-size: .84rem; font-weight: 700; }
.seo-sidebar a:hover { color: var(--blue); }
.seo-article { max-width: 820px; }
.seo-article h2 { margin: 42px 0 13px; color: var(--navy-deep); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.18; }
.seo-article h2:first-child { margin-top: 0; }
.seo-article p { color: #455c69; }
.seo-article p a { color: var(--blue); font-weight: 740; text-decoration: underline; text-underline-offset: 3px; }
.related-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.related-links a { padding: 8px 11px; color: var(--navy); border: 1px solid #cbd9df; background: #f5f9fa; font-size: .8rem; font-weight: 730; }
.related-links a:hover { border-color: var(--blue); background: #fff; }
.inline-map { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; margin: 48px 0; padding: 28px; border: 1px solid var(--line); background: #f5f8f9; }
.inline-map h2 { margin-top: 8px; }
.inline-map address { color: #536a77; font-style: normal; font-weight: 720; }
.inline-map iframe { width: 100%; min-height: 330px; border: 0; background: #e8eef0; }
.proof-section { background: #f2f6f7; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-grid article { padding: 25px; border-top: 4px solid var(--blue); background: #fff; box-shadow: 8px 8px 0 #dce5e9; }
.case-grid article > span { color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.case-grid h3 { margin: 11px 0; color: var(--navy); }
.case-grid p { color: var(--muted); }
.case-grid a { color: var(--navy); font-size: .84rem; font-weight: 800; }
.testimonials-section { color: #fff; background: var(--navy-deep); }
.testimonials-section .narrow { max-width: 840px; }
.testimonials-section h2 { margin: 8px 0 15px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.testimonials-section p { color: #c9d9e1; }
.testimonials-section .text-link { color: var(--yellow); }
.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.faq-wrap h2 { margin: 8px 0 14px; color: var(--navy-deep); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; }
.faq-list details { border-bottom: 1px solid #ccd9df; }
.faq-list summary { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.35rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 20px; color: var(--muted); }
.legal-content { max-width: 860px; }
.legal-content section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 10px; color: var(--navy); }
.status-page { min-height: 65vh; display: grid; place-items: center; background: #f3f7f8; }
.status-card { max-width: 720px; padding: 45px; text-align: center; border: 1px solid var(--line); background: #fff; box-shadow: 12px 12px 0 #dbe5e9; }
.status-card .brand-mark { margin: 0 auto 18px; }
.status-card h1 { margin: 8px 0 14px; color: var(--navy-deep); font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1; }
.status-card .page-hero-actions { justify-content: center; }
.error-code { display: block; color: var(--blue); font-size: clamp(4rem, 12vw, 8rem); font-weight: 900; line-height: .9; opacity: .18; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 920px) {
  .nav-wrap { min-height: 72px; }
  .nav-wrap .desktop-nav, .nav-wrap .header-call { display: none; }
  .nav-wrap .menu-toggle { display: block; margin-left: auto; }
  .seo-shell, .faq-wrap { grid-template-columns: 1fr; gap: 34px; }
  .seo-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .seo-sidebar h2 { grid-column: 1 / -1; }
  .case-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .compact-hero { padding: 42px 0 38px; }
  .seo-sidebar, .case-grid, .inline-map { grid-template-columns: 1fr; }
  .inline-map { padding: 18px; }
  .inline-map iframe { min-height: 280px; }
  .status-card { padding: 30px 20px; }
}
