:root {
  --ink: #07182f;
  --navy: #071d3b;
  --blue: #0d72e8;
  --blue-2: #26a7ff;
  --sky: #eaf5ff;
  --ice: #f5f9fc;
  --white: #ffffff;
  --muted: #607089;
  --line: #d8e4ef;
  --red: #e63b32;
  --shadow: 0 18px 50px rgba(7, 29, 59, .12);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #ffcf33; outline-offset: 3px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: 'Arial Narrow', Impact, sans-serif; line-height: 1.04; letter-spacing: -.025em; }
h1 { font-size: clamp(3.1rem, 8vw, 7.8rem); text-transform: uppercase; }
h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); text-transform: uppercase; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
h1, h2, h3, p, a, strong, span { overflow-wrap: break-word; }
p { margin: 0 0 1rem; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: var(--white); font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: #075fc4; border-color: #075fc4; }
.button--white { background: var(--white); border-color: var(--white); color: var(--navy); }
.button--ghost { background: transparent; border-color: rgba(255,255,255,.45); color: var(--white); }
.button--outline { background: transparent; color: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.text-link::after { content: '→'; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.section { padding: clamp(72px, 9vw, 128px) 0; }
.section--soft { background: var(--ice); }
.section--navy { background: var(--navy); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 40px; margin-bottom: 48px; }

.topbar { background: #04152d; color: #d7e9fb; font-size: .78rem; font-weight: 700; }
.topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__group { display: flex; gap: 24px; }
.topbar a:hover { color: var(--white); }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.3rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.brand__mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--navy); color: var(--white); font-size: .95rem; letter-spacing: -.05em; }
.brand__text span { display: block; color: var(--blue); font-family: Inter, Arial, sans-serif; font-size: .59rem; letter-spacing: .18em; }
.brand--logo { flex: 0 0 auto; padding: 2px; border-radius: 8px; background: #fff; }
.brand-logo { width: 172px; height: 64px; object-fit: contain; }
.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links a:not(.button) { position: relative; padding: 8px 0; font-size: .9rem; font-weight: 800; }
.nav__links a:not(.button)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--blue); content: ''; transform: scaleX(0); transition: transform .2s ease; }
.nav__links a[aria-current='page']::after, .nav__links a:not(.button):hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--navy); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; content: ''; }

.hero { position: relative; min-height: min(820px, calc(100vh - 114px)); overflow: hidden; background: var(--navy); color: var(--white); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; opacity: .46; }
.hero::after { position: absolute; inset: 0; background: rgba(4,21,45,.45); content: ''; }
.hero__inner { position: relative; z-index: 1; display: grid; min-height: min(820px, calc(100vh - 114px)); grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 60px; padding: 90px 0 68px; }
.hero__copy { max-width: 900px; }
.hero .eyebrow { color: #7fc8ff; }
.hero h1 span { color: var(--blue-2); }
.hero__lead { max-width: 690px; margin: 22px 0 30px; color: #e0efff; font-size: clamp(1rem, 1.6vw, 1.24rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__panel { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(7,29,59,.82); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero__panel strong { display: block; margin-bottom: 8px; font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.5rem; }
.hero__panel p { color: #c6dcf1; font-size: .9rem; }
.hero__phone { display: block; margin: 18px 0 20px; color: var(--white); font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.8rem; }
.hero__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.hero__meta-item { padding: 20px; background: var(--white); }
.hero__meta-item strong { display: block; color: var(--navy); font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.25rem; }
.hero__meta-item span { color: var(--muted); font-size: .8rem; }

.hero-v2 { position: relative; min-height: min(780px, calc(100svh - 114px)); overflow: hidden; isolation: isolate; background: #04152d; color: var(--white); }
.hero-v2::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,16,35,.96) 0%, rgba(3,16,35,.82) 42%, rgba(3,16,35,.34) 72%, rgba(3,16,35,.62) 100%); content: ''; }
.hero-v2::after { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(0deg, rgba(3,16,35,.78), transparent); content: ''; }
.hero-v2__media { position: absolute; z-index: -2; inset: -4%; overflow: hidden; }
.hero-v2__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-kenburns 18s ease-in-out infinite alternate; }
.hero-v2__inner { display: flex; min-height: min(780px, calc(100svh - 114px)); align-items: center; padding: clamp(82px, 10vw, 138px) 0; }
.hero-v2__copy { width: min(780px, 72%); }
.hero-v2 .eyebrow { color: #8fd0ff; }
.hero-v2 h1 { max-width: 760px; font-size: clamp(3.4rem, 7.3vw, 7.25rem); line-height: .92; text-wrap: balance; }
.hero-v2 h1 span { display: block; color: #45b5ff; font-size: .72em; line-height: 1.08; }
.hero-v2__lead { max-width: 650px; margin: 26px 0 32px; color: #dbeafb; font-size: clamp(1.05rem, 1.65vw, 1.3rem); }
.hero-v2__proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; color: #d6e7f7; list-style: none; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-v2__proof li { position: relative; padding-left: 16px; }
.hero-v2__proof li::before { position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-2); content: ''; }
@keyframes hero-kenburns { from { transform: scale(1.04) translate3d(-1%, 0, 0); } to { transform: scale(1.13) translate3d(2%, -1.5%, 0); } }

.quick-info { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 34px rgba(7,29,59,.08); }
.quick-info__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.1fr; }
.quick-info__grid > * { min-width: 0; padding: 22px 24px; border-left: 1px solid var(--line); }
.quick-info__grid > *:last-child { border-right: 1px solid var(--line); }
.quick-info__grid span { display: block; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-info__grid strong { display: block; margin-top: 4px; font-size: .92rem; line-height: 1.35; }
.quick-info__grid a:hover strong { color: var(--blue); }

.services-v2 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-v2 { display: flex; min-height: 310px; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-v2:hover { transform: translateY(-5px); border-color: #a9d3f6; box-shadow: var(--shadow); }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; background: var(--sky); color: var(--blue); }
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-v2 h3 { margin: 30px 0 12px; }
.service-v2 p { color: var(--muted); font-size: .94rem; }
.service-v2 .text-link { margin-top: auto; padding-top: 20px; }

.work-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 430px; gap: 18px; }
.work-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: 0 14px 34px rgba(7,29,59,.1); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.work-card:hover img { transform: scale(1.035); }
.work-card::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(4,21,45,.92)); content: ''; }
.work-card figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 28px; color: var(--white); }
.work-card figcaption strong { display: block; font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.6rem; }
.work-card figcaption span { display: block; margin-top: 5px; color: #c9ddef; font-size: .86rem; }
.split--wide { grid-template-columns: 1.08fr .92fr; }
.media-frame--landscape { min-height: 520px; }
.media-frame--landscape img { min-height: 520px; }

.brand-showcase { position: relative; min-height: 470px; overflow: hidden; border-radius: calc(var(--radius) + 4px); background: var(--navy); box-shadow: var(--shadow); }
.brand-showcase img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.brand-showcase::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,21,45,.16), rgba(4,21,45,.62)); content: ''; }
.brand-showcase__copy { position: absolute; z-index: 1; right: clamp(28px, 6vw, 76px); bottom: clamp(28px, 6vw, 70px); width: min(520px, calc(100% - 56px)); padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(4,21,45,.8); color: var(--white); backdrop-filter: blur(10px); }
.brand-showcase__copy .eyebrow { color: #8fd0ff; }
.brand-showcase__copy p { margin: 12px 0 0; color: #d3e5f5; }

.partners { overflow: hidden; border-block: 1px solid var(--line); background: var(--white); }
.partners__intro { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 36px; }
.partners__intro p { max-width: 580px; color: var(--muted); font-size: .9rem; }
.logo-marquee { display: flex; width: max-content; padding: 26px 0 38px; animation: logo-scroll 28s linear infinite; }
.logo-marquee__group { display: flex; align-items: center; gap: 16px; padding-right: 16px; }
.partner-logo { display: grid; width: 190px; height: 96px; flex: 0 0 190px; place-items: center; padding: 18px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.partner-logo img { max-width: 142px; max-height: 64px; object-fit: contain; }
.partner-logo--square img { max-width: 72px; max-height: 72px; }
.partners:hover .logo-marquee, .partners:focus-within .logo-marquee { animation-play-state: paused; }
@keyframes logo-scroll { to { transform: translateX(-50%); } }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #acd4f8; box-shadow: var(--shadow); }
.service-card__num { color: #9ec8ec; font-family: 'Arial Narrow', Impact, sans-serif; font-size: 3.3rem; line-height: 1; }
.service-card h3 { margin: 48px 0 12px; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card .text-link { position: absolute; right: 26px; bottom: 24px; left: 26px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 8vw, 96px); }
.media-frame { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.media-frame__label { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 18px 20px; border-radius: 16px; background: var(--white); color: var(--ink); font-weight: 800; }
.check-list { display: grid; gap: 14px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; font-weight: 700; }
.check-list li::before { position: absolute; left: 0; top: .18em; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); content: '✓'; font-size: .8rem; font-weight: 900; }
.number-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.number-band article { padding: 34px; background: var(--navy); }
.number-band span { display: block; color: var(--blue-2); font-family: 'Arial Narrow', Impact, sans-serif; font-size: 3rem; }
.number-band p { margin: 6px 0 0; color: #c9ddef; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.team-card { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.team-card__initial { display: grid; width: 54px; height: 54px; margin-bottom: 46px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.2rem; }
.team-card p { margin-top: 10px; color: #bcd2e6; font-size: .9rem; }
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 48px; border-radius: var(--radius); background: var(--blue); color: var(--white); }
.cta-band p { margin: 10px 0 0; color: #ddebff; }
.cta-band__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.faq { max-width: 900px; margin: 40px auto 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-family: 'Arial Narrow', Impact, sans-serif; font-size: 1.35rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--blue); content: '+'; font-size: 1.6rem; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }

.page-hero { padding: 90px 0 76px; background: var(--navy); color: var(--white); }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 7vw, 6.5rem); }
.page-hero p { max-width: 680px; margin-top: 22px; color: #c7dced; font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 28px; color: #9dc0de; font-size: .82rem; font-weight: 700; }
.breadcrumbs a { color: var(--white); }
.service-detail { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; }
.service-detail__main h2 { margin: 52px 0 20px; font-size: clamp(2rem, 4vw, 3.6rem); }
.service-detail__main h2:first-child { margin-top: 0; }
.service-detail__main p { color: #4e6076; }
.service-detail__sidebar { align-self: start; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ice); }
.service-detail__sidebar h3 { margin-bottom: 16px; }
.service-detail__sidebar ul { display: grid; gap: 9px; padding: 0; list-style: none; }
.service-detail__sidebar li { padding-bottom: 9px; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.step { padding: 26px; border: 1px solid var(--line); border-radius: 18px; }
.step span { color: var(--blue); font-family: 'Arial Narrow', Impact, sans-serif; font-size: 2rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-stack { display: grid; gap: 18px; margin-top: 32px; }
.contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.contact-card small { display: block; color: var(--muted); font-weight: 700; }
.contact-card strong, .contact-card a { display: block; margin-top: 5px; font-weight: 800; }
.contact-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.contact-option { min-height: 240px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-option span { color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-option h3 { margin: 44px 0 12px; }
.contact-option p { color: var(--muted); }
.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { padding: 12px 0; border-bottom: 1px solid var(--line); text-align: left; }
.hours th { color: var(--muted); font-size: .82rem; }
.map-link { display: grid; min-height: 330px; place-items: center; padding: 30px; border-radius: var(--radius); background: var(--sky); color: var(--blue); text-align: center; }
.map-link strong { display: block; font-family: 'Arial Narrow', Impact, sans-serif; font-size: 2rem; }
.legal { max-width: 820px; }
.legal h2 { margin: 48px 0 14px; font-size: 2rem; }
.legal p, .legal li { color: #4e6076; }

.site-footer { padding: 64px 0 28px; background: #04152d; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; }
.footer-grid h3 { margin-bottom: 17px; font-family: Inter, Arial, sans-serif; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer .brand-logo { width: 220px; height: 106px; }
.footer-grid p, .footer-grid li, .footer-grid a { color: #9eb6ce; font-size: .88rem; }
.footer-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #7894ae; font-size: .76rem; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav { min-height: 68px; }
  .brand-logo { width: 146px; height: 58px; }
  .nav-toggle { display: block; }
  .nav__links { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 30px rgba(7,29,59,.12); }
  .nav__links.is-open { display: grid; }
  .nav__links .button { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; padding-top: 100px; }
  .hero__panel { max-width: 420px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .hero-v2, .hero-v2__inner { min-height: 690px; }
  .hero-v2__copy { width: min(720px, 88%); }
  .quick-info__grid { grid-template-columns: 1fr 1fr; }
  .quick-info__grid > *:nth-child(odd) { border-left: 1px solid var(--line); }
  .quick-info__grid > * { border-bottom: 1px solid var(--line); }
  .services-v2 { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 380px; }
  .work-card:first-child { grid-column: 1 / -1; }
  .contact-options { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split .media-frame { order: -1; min-height: 480px; }
  .media-frame img { min-height: 480px; }
  .team-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail__sidebar { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  body { padding-bottom: 68px; }
  .section { padding: 68px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .hero__inner { padding: 72px 0 50px; }
  .hero__panel { padding: 22px; }
  .hero__meta { grid-template-columns: 1fr; }
  .hero__meta-item { padding: 16px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .hero-v2, .hero-v2__inner { min-height: 650px; }
  .hero-v2::before { background: linear-gradient(90deg, rgba(3,16,35,.93), rgba(3,16,35,.58)); }
  .hero-v2__inner { align-items: flex-end; padding: 72px 0 58px; }
  .hero-v2__copy { width: 100%; }
  .hero-v2 h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); line-height: .95; }
  .hero-v2 h1 span { font-size: .64em; }
  .hero-v2__lead { margin: 20px 0 26px; }
  .hero-v2__proof { gap: 8px 16px; margin-top: 25px; }
  .quick-info__grid { grid-template-columns: 1fr; }
  .quick-info__grid > * { padding: 17px 20px; border-right: 1px solid var(--line); }
  .services-v2 { grid-template-columns: 1fr; }
  .service-v2 { min-height: 280px; }
  .work-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .work-card:first-child { grid-column: auto; }
  .brand-showcase, .brand-showcase img { min-height: 480px; }
  .brand-showcase__copy { right: 18px; bottom: 18px; width: calc(100% - 36px); padding: 22px; }
  .partners__intro { display: block; }
  .partner-logo { width: 160px; height: 84px; flex-basis: 160px; }
  .contact-options { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .media-frame, .split .media-frame, .media-frame img { min-height: 420px; }
  .number-band { grid-template-columns: 1fr; }
  .number-band article { padding: 26px; }
  .cta-band { grid-template-columns: 1fr; padding: 30px 24px; }
  .cta-band__actions { justify-content: flex-start; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 9px; background: var(--blue); color: var(--white); font-weight: 800; box-shadow: 0 -10px 30px rgba(7,29,59,.18); }
}

@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 { opacity: 1; transform: none; }
  .hero-v2__media img, .logo-marquee { animation: none; }
}
