:root {
  --navy: #06295f;
  --navy-deep: #03183d;
  --blue: #0b579f;
  --blue-pale: #e6f4ff;
  --pink: #c51361;
  --pink-dark: #981044;
  --yellow: #ffbd21;
  --yellow-soft: #ffdf86;
  --cyan: #15afbf;
  --ink: #112443;
  --muted: #5d6e86;
  --paper: #fffdf8;
  --line: #d7dfeb;
  --white: #ffffff;
  --shadow-soft: 0 24px 55px rgba(3, 24, 61, 0.12);
  --shadow-strong: 0 26px 70px rgba(3, 24, 61, 0.24);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link { position: fixed; z-index: 90; top: -100px; left: 16px; padding: 10px 14px; background: var(--yellow); color: var(--navy-deep); font-weight: 800; }
.skip-link:focus { top: 12px; }

:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.utility-bar { position: relative; z-index: 20; background: var(--navy-deep); color: rgba(255,255,255,.8); font-size: .81rem; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 37px; }
.utility-inner p { display: flex; align-items: center; gap: 8px; margin: 0; }
.utility-inner a { color: var(--yellow-soft); font-weight: 800; }
.utility-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,189,33,.14); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(6,41,95,.08); background: rgba(255,253,248,.95); backdrop-filter: blur(12px); }
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 84px; gap: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 215px; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(3,24,61,.16)); }
.brand-name strong, .brand-name small { display: block; }
.brand-name strong, .footer-brand span { color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: 1rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.brand-name small, .footer-brand small { display: block; margin-top: 4px; color: var(--pink); font-family: "DM Sans", Arial, sans-serif; font-size: .67rem; font-weight: 800; letter-spacing: .1em; }

.main-nav { display: flex; justify-content: center; align-items: center; gap: 28px; font-size: .92rem; font-weight: 800; }
.main-nav a { position: relative; padding: 30px 0; color: #334563; transition: color 180ms ease; }
.main-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 3px; background: var(--pink); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }

.nav-action, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; border: 0; border-radius: 6px; cursor: pointer; font-weight: 800; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease; }
.nav-action { padding: 0 15px; background: var(--navy); color: var(--white); font-size: .88rem; }
.nav-action:hover { background: var(--pink); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(197,19,97,.22); }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); color: var(--navy); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; overflow: hidden; min-height: 700px; padding: 82px 0 46px; background: var(--navy-deep); color: var(--white); isolation: isolate; }
.hero-backdrop, .hero-wash { position: absolute; inset: 0; pointer-events: none; }
.hero-backdrop { z-index: -3; overflow: hidden; opacity: .43; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.12); animation: background-drift 16s ease-in-out infinite alternate; }
.hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(3,24,61,.98) 0%, rgba(6,41,95,.95) 42%, rgba(6,41,95,.74) 67%, rgba(3,24,61,.4)); }
.hero::after { position: absolute; z-index: -1; right: -14vw; bottom: -16vw; width: 48vw; height: 48vw; border: 48px solid rgba(255,189,33,.12); border-radius: 50%; content: ""; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); align-items: center; gap: 50px; min-height: 572px; }
.hero-copy { padding: 25px 0; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--yellow-soft); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kicker span { width: 34px; height: 2px; background: currentColor; }
.kicker-dark { color: var(--pink); }
h1, h2, h3 { margin-top: 0; font-family: "Montserrat", Arial, sans-serif; letter-spacing: 0; }
h1 { max-width: 770px; margin-bottom: 20px; font-size: clamp(2.85rem, 5.7vw, 5.25rem); line-height: .99; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-summary { max-width: 645px; margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 1.06rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button { padding: 0 18px; font-size: .95rem; }
.button svg { transition: transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { background: var(--yellow); color: var(--navy-deep); box-shadow: 0 12px 28px rgba(255,189,33,.19); }
.button-primary:hover { background: #ffcf54; box-shadow: 0 15px 30px rgba(255,189,33,.28); }
.button-ghost { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--navy); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 16px; height: 16px; color: var(--yellow); }

.hero-emblem { position: relative; justify-self: end; width: min(430px, 37vw); aspect-ratio: 1; display: grid; place-items: center; }
.hero-emblem::before { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.hero-emblem img { position: relative; z-index: 2; width: 80%; height: 80%; object-fit: contain; filter: drop-shadow(0 26px 28px rgba(0,0,0,.35)); animation: logo-float 4.5s ease-in-out infinite; }
.emblem-orbit { position: absolute; border: 1px dashed rgba(255,189,33,.7); border-radius: 50%; }
.orbit-one { inset: 0; animation: orbit-spin 24s linear infinite; }
.orbit-two { inset: 13%; border-color: rgba(21,175,191,.75); animation: orbit-spin 16s linear infinite reverse; }
.emblem-label { position: absolute; z-index: 4; bottom: 1%; display: flex; gap: 8px; width: max-content; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(3,24,61,.76); color: var(--white); font-size: .67rem; font-weight: 800; backdrop-filter: blur(8px); }
.emblem-label span:not(:last-child)::after { padding-left: 8px; color: var(--yellow); content: "•"; }
.scroll-cue { position: absolute; bottom: 18px; left: 50%; display: grid; width: 32px; height: 50px; place-items: start center; padding-top: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { width: 4px; height: 10px; border-radius: 3px; background: var(--yellow); animation: scroll-mark 2s ease-in-out infinite; }

.proof-band { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid article { display: flex; gap: 15px; min-height: 136px; padding: 29px 28px; border-right: 1px solid var(--line); }
.proof-grid article:first-child { border-left: 1px solid var(--line); }
.proof-number { color: var(--pink); font-family: "Montserrat", Arial, sans-serif; font-size: 1.35rem; font-weight: 900; line-height: 1; }
.proof-grid strong { display: block; margin-bottom: 5px; color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: .92rem; }
.proof-grid p { margin: 0; color: var(--muted); font-size: .85rem; }

.section { padding: 112px 0; }
.section-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; align-items: start; margin-bottom: 40px; }
.section-intro .kicker { padding-top: 13px; }
h2 { margin-bottom: 17px; color: var(--navy); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.04; }
.section-intro p:not(.kicker), .work-copy > p, .request-copy > p { max-width: 635px; margin-bottom: 0; color: var(--muted); font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card { position: relative; min-height: 315px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--white); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--pink); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.service-card:hover { border-color: rgba(197,19,97,.4); box-shadow: var(--shadow-soft); transform: translateY(-7px); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-featured { background: var(--navy); color: var(--white); }
.service-card-featured h3 { color: var(--white); }
.service-card-featured p { color: rgba(255,255,255,.72); }
.service-icon { display: grid; width: 48px; height: 48px; margin-bottom: 33px; place-items: center; border-radius: 7px; }
.service-icon svg { width: 26px; height: 26px; }
.icon-pink { background: var(--pink); color: var(--white); }
.icon-yellow { background: var(--yellow); color: var(--navy); }
.icon-cyan { background: var(--cyan); color: var(--white); }
.icon-navy { background: var(--navy); color: var(--white); }
.card-index { position: absolute; top: 27px; right: 26px; color: #a8b5c6; font-family: "Montserrat", Arial, sans-serif; font-size: .78rem; font-weight: 900; }
.service-card-featured .card-index { color: var(--yellow); }
.service-card h3 { min-height: 52px; margin-bottom: 8px; color: var(--navy); font-size: 1.08rem; line-height: 1.22; }
.service-card p { margin-bottom: 24px; color: var(--muted); font-size: .89rem; }
.service-card a { position: absolute; right: 26px; bottom: 25px; left: 26px; color: var(--pink); font-size: .83rem; font-weight: 800; }
.service-card-featured a { color: var(--yellow); }
.service-card a span { display: inline-block; margin-left: 3px; transition: transform 180ms ease; }
.service-card a:hover span { transform: translateX(4px); }

.work-showcase { position: relative; overflow: hidden; padding: 112px 0; background: var(--blue-pale); }
.work-showcase::before { position: absolute; top: -200px; left: -140px; width: 460px; height: 460px; border: 60px solid rgba(21,175,191,.12); border-radius: 50%; content: ""; }
.work-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 96px); align-items: center; }
.work-visual { position: relative; min-height: 490px; }
.work-visual::before { position: absolute; inset: 24px 24px -20px -20px; border: 1px solid rgba(6,41,95,.22); content: ""; }
.work-visual img { position: relative; width: 100%; height: 490px; object-fit: cover; object-position: center; filter: saturate(.9); }
.visual-stamp { position: absolute; right: -20px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 14px 17px; background: var(--pink); color: var(--white); font-size: .82rem; font-weight: 800; box-shadow: var(--shadow-strong); }
.visual-stamp span { font-family: "Montserrat", Arial, sans-serif; font-size: 1.18rem; }
.work-copy .kicker { color: var(--pink); }
.work-steps { display: grid; gap: 0; margin-top: 31px; border-top: 1px solid rgba(6,41,95,.14); }
.work-steps > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(6,41,95,.14); }
.work-steps span { grid-row: span 2; color: var(--pink); font-family: "Montserrat", Arial, sans-serif; font-size: .87rem; font-weight: 900; }
.work-steps strong { color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: .92rem; }
.work-steps p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }

.coverage { padding-block: 88px; background: var(--yellow); }
.coverage-layout { display: grid; grid-template-columns: 1fr .95fr; gap: 55px; align-items: center; }
.coverage .kicker { color: var(--pink-dark); }
.coverage h2 { max-width: 620px; color: var(--navy-deep); }
.coverage-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.coverage-list span { padding: 10px 13px; border: 1px solid rgba(3,24,61,.28); border-radius: 4px; color: var(--navy-deep); font-size: .88rem; font-weight: 800; }
.area-link { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; border-radius: 4px; background: var(--navy-deep); color: var(--white); font-size: .88rem; font-weight: 800; transition: background 180ms ease, transform 180ms ease; }
.area-link:hover { background: var(--pink); transform: translateY(-2px); }

.request { padding: 104px 0; background: var(--navy-deep); color: var(--white); }
.request-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 92px); align-items: center; }
.request h2 { color: var(--white); }
.request-copy > p { color: rgba(255,255,255,.72); }
.request-copy .contact-person { margin-top: 18px; color: var(--yellow-soft); font-size: .91rem; font-weight: 700; }
.contact-person a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.request-highlight { display: flex; gap: 12px; max-width: 500px; margin-top: 29px; padding: 15px; border-left: 3px solid var(--yellow); background: rgba(255,255,255,.07); color: rgba(255,255,255,.88); font-size: .88rem; }
.request-highlight svg { flex: 0 0 auto; color: var(--yellow); }
.contact-form { display: grid; gap: 16px; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: var(--white); color: var(--navy); box-shadow: var(--shadow-strong); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 7px; color: var(--navy); font-size: .81rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #cbd6e3; border-radius: 4px; background: #fbfcff; color: var(--ink); }
input::placeholder, textarea::placeholder { color: #7a8798; }
textarea { min-height: 108px; resize: vertical; }
.contact-form .button { width: 100%; margin-top: 2px; }
.form-note { min-height: 20px; margin: 0; color: var(--pink); font-size: .88rem; font-weight: 800; }

.site-footer { background: #02122f; color: rgba(255,255,255,.62); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; min-height: 98px; }
.footer-brand { min-width: 0; color: var(--white); }
.footer-brand img { width: 48px; height: 48px; object-fit: contain; }
.footer-brand span { color: var(--white); font-size: .83rem; }
.footer-brand small { color: var(--yellow); }
.footer-inner p { margin: 0; font-size: .8rem; text-align: center; }
.back-top { color: var(--yellow-soft); font-size: .82rem; font-weight: 800; }

.area-hero { position: relative; overflow: hidden; padding: 96px 0 84px; background: var(--navy-deep); color: var(--white); isolation: isolate; }
.area-hero::before { position: absolute; z-index: -1; top: -26vw; right: -12vw; width: 58vw; height: 58vw; border: 52px solid rgba(255,189,33,.13); border-radius: 50%; content: ""; }
.area-gridlines { position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.area-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr); align-items: center; gap: 55px; }
.area-hero h1 { max-width: 780px; }
.area-hero > .shell > div:first-child > p:not(.kicker) { max-width: 610px; margin-bottom: 28px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.area-hero-logo { position: relative; justify-self: center; display: grid; width: min(390px, 35vw); aspect-ratio: 1; place-items: center; }
.area-hero-logo::before { position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.area-hero-logo img { position: relative; z-index: 2; width: 79%; height: 79%; object-fit: contain; filter: drop-shadow(0 26px 27px rgba(0,0,0,.34)); animation: logo-float 4.5s ease-in-out infinite; }
.area-orbit { position: absolute; border: 1px dashed rgba(255,189,33,.7); border-radius: 50%; }
.area-hero-logo .orbit-one { inset: 0; }
.area-hero-logo .orbit-two { inset: 13%; border-color: rgba(21,175,191,.8); }
.area-callout { position: absolute; z-index: 3; bottom: -3px; display: grid; gap: 1px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.23); border-radius: 5px; background: rgba(3,24,61,.83); color: var(--white); text-align: center; backdrop-filter: blur(8px); }
.area-callout strong { color: var(--yellow); font-family: "Montserrat", Arial, sans-serif; font-size: .92rem; }
.area-callout span { font-size: .69rem; font-weight: 700; }

.focus-areas { padding: 100px 0; background: var(--paper); }
.focus-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; margin-bottom: 40px; }
.focus-heading .kicker { padding-top: 14px; }
.focus-heading h2 { max-width: 700px; margin-bottom: 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.focus-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); transition: transform 200ms ease, box-shadow 200ms ease; }
.focus-grid article:hover { box-shadow: var(--shadow-soft); transform: translateY(-6px); }
.focus-grid span { display: inline-block; margin-bottom: 36px; color: var(--pink); font-family: "Montserrat", Arial, sans-serif; font-size: .82rem; font-weight: 900; }
.focus-grid h3 { margin-bottom: 8px; color: var(--navy); font-size: 1.18rem; }
.focus-grid p { margin: 0; color: var(--muted); font-size: .91rem; }
.area-contact { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--navy); font-size: .8rem; }
.area-contact strong { font-family: "Montserrat", Arial, sans-serif; font-size: .74rem; }
.area-contact a { color: var(--pink); font-weight: 900; }
.area-contact a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }

.area-zones { padding: 104px 0; background: var(--blue-pale); }
.zone-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; margin-bottom: 42px; }
.zone-intro .kicker { padding-top: 13px; }
.zone-intro > div { max-width: 690px; }
.zone-intro h2 { color: var(--navy); }
.zone-intro p:not(.kicker) { margin-bottom: 0; color: var(--muted); }
.zone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.zone-card { min-height: 198px; padding: 27px; border: 1px solid rgba(6,41,95,.15); border-radius: 7px; background: rgba(255,255,255,.83); transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.zone-card:hover { border-color: rgba(197,19,97,.45); box-shadow: 0 17px 33px rgba(3,24,61,.1); transform: translateY(-4px); }
.zone-title { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.zone-title span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--yellow); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.zone-title h3 { margin: 0; color: var(--navy); font-size: 1.04rem; }
.zone-card p { max-width: 460px; margin: 0; color: var(--muted); font-size: .92rem; }
.zone-card .area-contact { margin-top: 21px; }

.area-cta { padding: 76px 0; background: var(--yellow); }
.area-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.area-cta h2 { max-width: 780px; margin-bottom: 0; color: var(--navy-deep); }
.area-cta .kicker { color: var(--pink-dark); }
.area-call-button { min-width: 190px; background: var(--navy-deep); color: var(--white); }
.area-call-button:hover { background: var(--pink); }

.footer-credit { color: rgba(255,255,255,.5); font-size: .72rem; }
.footer-credit a { color: var(--yellow-soft); }
.footer-credit a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.service-detail-section { padding: 105px 0; background: var(--paper); }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-detail-card { position: relative; min-height: 310px; padding: 27px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.service-detail-card:hover { border-color: rgba(197,19,97,.42); box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.detail-number { position: absolute; top: 28px; right: 28px; color: var(--pink); font-family: "Montserrat", Arial, sans-serif; font-size: .78rem; font-weight: 900; }
.detail-icon { display: grid; width: 48px; height: 48px; margin-bottom: 34px; place-items: center; border-radius: 7px; }
.detail-icon svg { width: 25px; height: 25px; }
.service-detail-card h3 { max-width: 230px; min-height: 50px; margin-bottom: 9px; color: var(--navy); font-size: 1.09rem; line-height: 1.2; }
.service-detail-card p { margin-bottom: 25px; color: var(--muted); font-size: .9rem; }
.service-detail-card a { position: absolute; right: 27px; bottom: 24px; left: 27px; color: var(--pink); font-size: .82rem; font-weight: 900; }
.service-detail-card a span { display: inline-block; margin-left: 4px; transition: transform 180ms ease; }
.service-detail-card a:hover span { transform: translateX(4px); }
.process-strip { padding: 92px 0; background: var(--blue-pale); }
.process-strip-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.process-strip h2 { max-width: 560px; margin-bottom: 0; }
.process-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(6,41,95,.18); border-bottom: 1px solid rgba(6,41,95,.18); }
.process-mini-grid div { display: grid; gap: 10px; min-height: 130px; padding: 22px 17px; border-right: 1px solid rgba(6,41,95,.18); }
.process-mini-grid div:last-child { border-right: 0; }
.process-mini-grid strong { color: var(--pink); font-family: "Montserrat", Arial, sans-serif; font-size: .82rem; }
.process-mini-grid span { color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: .86rem; line-height: 1.2; }

.about-story { padding: 110px 0; background: var(--blue-pale); }
.about-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 95px); align-items: center; }
.about-story-copy > p:not(.kicker) { max-width: 580px; color: var(--muted); }
.about-principles { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid rgba(6,41,95,.16); }
.about-principles > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(6,41,95,.16); }
.about-principles span { grid-row: span 2; color: var(--pink); font-family: "Montserrat", Arial, sans-serif; font-size: .8rem; font-weight: 900; }
.about-principles strong { color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: .91rem; }
.about-principles p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }

.area-directory { margin-top: 28px; padding: 31px; border: 1px solid rgba(6,41,95,.14); border-radius: 7px; background: rgba(255,255,255,.72); }
.area-directory-heading { display: grid; grid-template-columns: .72fr 1fr; gap: 16px 30px; align-items: start; margin-bottom: 26px; }
.area-directory-heading .kicker { grid-row: span 2; padding-top: 7px; margin-bottom: 0; }
.area-directory-heading h3 { margin: 0; color: var(--navy); font-size: 1.26rem; }
.area-directory-heading p:last-child { grid-column: 2; margin: -8px 0 0; color: var(--muted); font-size: .9rem; }
.area-directory-heading a { color: var(--pink); font-weight: 900; }
.area-directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area-directory-group { padding: 19px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.area-directory-group:last-child { grid-column: span 2; }
.area-directory-group h4 { margin: 0 0 8px; color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: .86rem; }
.area-directory-group p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.contact-page-section { padding: 105px 0; background: var(--paper); }
.contact-page-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 92px); align-items: start; }
.contact-info > p:not(.kicker) { max-width: 520px; color: var(--muted); }
.contact-detail-list { display: grid; gap: 0; margin-top: 30px; border-top: 1px solid var(--line); }
.contact-detail-list > a, .contact-service-note { display: flex; align-items: center; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-detail-list > a { color: var(--navy); }
.contact-detail-list > a:hover strong { color: var(--pink); }
.contact-detail-list small, .contact-detail-list strong { display: block; }
.contact-detail-list small { margin-bottom: 3px; color: var(--muted); font-size: .76rem; }
.contact-detail-list strong { font-family: "Montserrat", Arial, sans-serif; font-size: .9rem; }
.contact-detail-icon { display: grid; width: 41px; height: 41px; flex: 0 0 auto; place-items: center; border-radius: 5px; background: var(--blue-pale); color: var(--blue); }
.contact-detail-icon svg { width: 21px; height: 21px; }
.contact-service-note { align-items: start; flex-direction: column; gap: 4px; color: var(--muted); font-size: .84rem; }
.contact-service-note strong { color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: .78rem; }
.form-heading h2 { margin-bottom: 0; font-size: 2rem; }
.contact-form .form-heading { margin-bottom: 2px; }


.whatsapp-float { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: grid; width: 56px; height: 56px; place-items: center; border: 2px solid var(--white); border-radius: 50%; background: #20b866; color: var(--white); box-shadow: 0 14px 30px rgba(3,24,61,.26); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.whatsapp-float svg { width: 28px; height: 28px; }
.whatsapp-float span { position: absolute; right: 67px; padding: 6px 9px; border-radius: 4px; background: var(--navy-deep); color: var(--white); font-size: .74rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity 180ms ease, transform 180ms ease; }
.whatsapp-float:hover { background: #159651; box-shadow: 0 18px 36px rgba(3,24,61,.32); transform: translateY(-3px); }
.whatsapp-float:hover span, .whatsapp-float:focus-visible span { opacity: 1; transform: translateX(0); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 640ms ease, transform 640ms cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes logo-float { 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes background-drift { to { transform: scale(1.08) translateX(-1.4%); } }
@keyframes scroll-mark { 50% { transform: translateY(18px); opacity: .2; } }

@media (max-width: 1040px) {
  .nav-shell { grid-template-columns: auto auto 1fr; }
  .menu-button { display: block; justify-self: end; order: 2; }
  .nav-action { order: 3; }
  .main-nav { position: absolute; top: 84px; right: 24px; left: 24px; display: none; padding: 12px 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: var(--shadow-soft); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 11px 0; }
  .main-nav a::after { bottom: 5px; }
  .hero-layout, .work-layout, .request-layout { grid-template-columns: 1fr; }
  .area-hero-layout { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 64px; }
  .hero-layout { min-height: auto; gap: 8px; }
  .hero-emblem { justify-self: center; width: min(400px, 67vw); margin: 0 auto -10px; }
  .scroll-cue { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-intro, .coverage-layout { grid-template-columns: 1fr; gap: 19px; }
  .section-intro .kicker { padding-top: 0; }
  .work-visual { max-width: 690px; }
  .request-copy { max-width: 640px; }
  .area-hero-logo { width: min(360px, 65vw); }
  .focus-heading, .zone-intro { grid-template-columns: 1fr; gap: 19px; }
  .focus-heading .kicker, .zone-intro .kicker { padding-top: 0; }
  .process-strip-inner, .about-story-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-detail-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .utility-inner { min-height: 34px; justify-content: center; }
  .utility-inner p { display: none; }
  .nav-shell { min-height: 70px; gap: 10px; }
  .brand { min-width: 0; gap: 7px; }
  .brand img { width: 47px; height: 47px; }
  .brand-name strong { font-size: .77rem; }
  .brand-name small { font-size: .52rem; }
  .menu-button { width: 42px; height: 42px; }
  .nav-action { width: 42px; min-height: 42px; padding: 0; }
  .nav-action span { display: none; }
  .main-nav { top: 70px; right: 16px; left: 16px; }
  .hero { min-height: 760px; padding: 52px 0 42px; }
  .hero-wash { background: linear-gradient(180deg, rgba(3,24,61,.97), rgba(6,41,95,.88)); }
  h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .hero-summary { font-size: .98rem; }
  .hero-buttons .button { width: 100%; }
  .hero-points { gap: 11px; font-size: .76rem; }
  .hero-emblem { width: min(348px, 88vw); }
  .emblem-label { font-size: .56rem; }
  .proof-grid, .service-grid { grid-template-columns: 1fr; }
  .proof-grid article, .proof-grid article:first-child { min-height: auto; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .proof-grid article:last-child { border-bottom: 0; }
  .section, .work-showcase { padding: 76px 0; }
  .service-card { min-height: 285px; }
  h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .work-visual { min-height: 330px; }
  .work-visual img { height: 330px; }
  .work-visual::before { inset: 16px 16px -14px -14px; }
  .visual-stamp { right: 0; bottom: 15px; }
  .coverage { padding-block: 68px; }
  .area-hero { padding: 72px 0 64px; }
  .area-hero-logo { width: min(336px, 85vw); }
  .focus-areas, .area-zones { padding: 76px 0; }
  .focus-grid, .zone-grid, .area-cta-inner, .service-detail-grid { grid-template-columns: 1fr; }
  .area-cta { padding: 64px 0; }
  .area-call-button { width: 100%; }
  .service-detail-section, .contact-page-section, .about-story { padding: 76px 0; }
  .process-strip { padding: 70px 0; }
  .process-mini-grid { grid-template-columns: 1fr; }
  .process-mini-grid div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(6,41,95,.18); }
  .process-mini-grid div:last-child { border-bottom: 0; }
  .area-directory { padding: 21px; }
  .area-directory-heading { display: block; }
  .area-directory-heading .kicker { padding-top: 0; margin-bottom: 14px; }
  .area-directory-heading h3 { margin-bottom: 8px; }
  .area-directory-heading p:last-child { margin: 0; }
  .area-directory-grid { grid-template-columns: 1fr; }
  .area-directory-group:last-child { grid-column: auto; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .request { padding: 76px 0; }
  .contact-form { padding: 21px; }
  .form-grid, .footer-inner { grid-template-columns: 1fr; }
  .footer-inner { gap: 14px; padding: 25px 0; }
  .footer-inner p { text-align: left; }
}

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