
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/montserrat-v31-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/montserrat-v31-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

:root {
  --blue: #3a63a0;
  --blue-dark: #2b4b7e;
  --btn: #0d2140;
  --accent: #3a63a0;
  --bg: #ffffff;
  --mono: var(--body);
  --navy: #0d2140;
  --ink: #181818;
  --muted: #3b4556;
  --line: #d9dfe8;
  --bg-alt: #f3f6fa;
  --white: #fff;
  --max: 1200px;
  --radius: 6px;
  --shadow: 0 10px 30px rgba(13, 33, 64, .10);
  --head: "Montserrat", "Segoe UI", sans-serif;
  --body: "Montserrat", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--white); }
img, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--blue); }
a:hover { color: var(--blue-dark); }
h1, h2, h3, h4, h5, h6 { font-family: var(--head); line-height: 1.15; margin: 0 0 .6em; color: var(--ink); font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
h4 { font-size: 1.2rem; }
h5 { font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); font-weight: 700; }
h6 { font-size: 1rem; color: var(--muted); font-weight: 600; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }
li { margin: .25em 0; }
strong { font-weight: 700; }
.container { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.container.narrow { max-width: 860px; }
.center { text-align: center; }
.eyebrow { font-family: var(--head); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); font-weight: 700; margin-bottom: .8em; }
.eyebrow a { text-decoration: none; }
.lead { font-size: 1.15rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: .5em 1em; z-index: 200; }
.skip:focus { left: 1rem; top: 1rem; }
.hidden-field { display: none; }


.btn { display: inline-block; font-family: var(--head); font-weight: 700; font-size: .95rem; letter-spacing: .02em; text-decoration: none; color: #fff !important;
  background: var(--btn); padding: .8em 1.6em; border-radius: var(--radius); border: 2px solid var(--btn); cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; }
.btn:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(17, 109, 255, .25); }
.btn-outline { background: transparent; color: var(--btn) !important; }
.btn-outline:hover { background: var(--btn); color: #fff !important; }
.has-bg .btn-outline { color: #fff !important; border-color: #fff; }
.has-bg .btn-outline:hover { background: #fff; color: var(--navy) !important; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0 .4rem; }


.topbar { background: var(--navy); color: #fff; font-family: var(--head); font-size: .85rem; }
.topbar-inner { display: flex; gap: 1.5rem; align-items: center; min-height: 38px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { text-decoration: underline; }
.topbar .tagline { margin-left: auto; opacity: .9; letter-spacing: .06em; }
.header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, .06); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 84px; }
.logo { display: block; flex: 0 0 auto; }
.logo-img { width: 240px; max-width: 46vw; height: auto; }
.nav { margin-left: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .2rem; align-items: center; }
.nav li { position: relative; }
.nav li > a, .nav .nav-label { display: block; padding: .6rem .8rem; font-family: var(--head); font-weight: 600; font-size: .92rem; color: var(--ink); text-decoration: none; border-radius: var(--radius); }
.nav li > a:hover, .nav li:hover > a, .nav .nav-label:hover { color: var(--blue); }
.nav .nav-label { cursor: default; }
.sub-toggle { display: none; }
.nav .sub { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; box-shadow: var(--shadow); border-radius: var(--radius); padding: .6rem 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s; }
.nav .sub a { display: block; padding: .5rem 1.1rem; color: var(--ink); text-decoration: none; font-size: .92rem; white-space: nowrap; }
.nav .sub a:hover { background: var(--bg-alt); color: var(--blue); }
.nav li:hover > .sub, .nav li:focus-within > .sub, .nav li.open > .sub { opacity: 1; visibility: visible; transform: none; }
.nav .sub.mega { display: flex; gap: 1.5rem; padding: 1rem 1.2rem; }
.nav-group-title { display: block; font-family: var(--head); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: .3rem 1.1rem .2rem; }
.menu-btn { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.menu-btn span { display: block; height: 3px; background: var(--ink); margin: 6px 0; border-radius: 2px; transition: .2s; }


.section { padding: clamp(3rem, 6vw, 5rem) 0; position: relative; }
.section + .section:not(.has-bg):not(.stats-section) { border-top: 1px solid var(--line); }

.has-bg { color: #fff; overflow: hidden; }
.has-bg h1, .has-bg h2, .has-bg h3, .has-bg h4, .has-bg h6, .has-bg p, .has-bg li { color: #fff; }
.has-bg h5 { color: #cfe0ff; }
.has-bg a:not(.btn) { color: #fff; }
.has-bg .bg { position: absolute; inset: 0; z-index: 0; }
.has-bg .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 28, 60, .78), rgba(8, 28, 60, .45)); }
.has-bg .bg picture, .has-bg .bg img, .has-bg .bg video { width: 100%; height: 100%; object-fit: cover; display: block; }
.has-bg .bg-video { position: absolute; inset: 0; }
.has-bg .container { position: relative; z-index: 1; }
.hero { min-height: min(78vh, 720px); display: flex; align-items: center; padding: clamp(4rem, 9vw, 7rem) 0; }
.hero-inner { max-width: 820px; }
.hero .display, .display { font-size: clamp(2.4rem, 5.6vw, 4.4rem); text-transform: uppercase; font-weight: 400; line-height: 1.05; margin-bottom: .5em; }
.hero .display strong, .display strong { font-weight: 800; }
.hero h2:not(.display), .hero h3 { font-weight: 500; font-size: clamp(1.15rem, 2vw, 1.5rem); }
.hero p { font-size: 1.15rem; max-width: 60ch; }
.article-hero { min-height: 260px; padding: 3rem 0; }
.section .container > figure.img { margin: 0 auto 1.5rem; max-width: 900px; }
figure.img { margin: 0 0 1.2rem; }
figure.img img { border-radius: var(--radius); width: 100%; }
.img-link { display: block; margin: 0 0 1rem; }
.img-link img { border-radius: var(--radius); width: 100%; }


.cols { display: grid; gap: 2.2rem; align-items: center; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-5 { grid-template-columns: repeat(5, 1fr); align-items: start; }
.cols-5 .col { text-align: center; }
.cols-5 .col figure.img { max-width: 120px; margin: 0 auto 1rem; }
.cols-5 .col p:first-of-type { font-family: var(--head); font-weight: 700; margin-bottom: .3em; }
.col-media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); min-height: 280px; }
.col-media picture { height: 100%; display: block; }
.has-bg .col-media img { min-height: 320px; }
.split .split-media figure.img { margin: 0; }
.img-row { display: grid; gap: 1rem; margin: 0 0 1.4rem; align-items: center; }
.img-row-2 { grid-template-columns: repeat(2, 1fr); }
.img-row-3 { grid-template-columns: repeat(3, 1fr); }
.img-row-4 { grid-template-columns: repeat(4, 1fr); }
.img-row figure.img { margin: 0; }
.img-row img { max-height: 340px; width: auto; max-width: 100%; margin: 0 auto; object-fit: contain; }

h2.sub, h3.sub, h4.sub { font-family: var(--head); font-size: clamp(1.05rem, 1.5vw, 1.25rem); font-weight: 500; line-height: 1.45; color: var(--muted); text-transform: none; letter-spacing: 0; margin: -.2em 0 1em; }
.has-bg .sub, .lab-section .sub { color: #dfe6f6; }
.hero .sub { font-size: clamp(1.1rem, 1.8vw, 1.45rem); color: #e8eefc; max-width: 60ch; }
.card-body h3, .card-body h4, .feature h4 { font-size: 1.15rem; }
.card-body .sub { font-size: .95rem; margin: -.3em 0 .6em; }
.logos-section h2 { text-align: left; }


.cards { display: grid; gap: 1.6rem; margin-top: 1.5rem; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.has-bg .card { color: var(--ink); }
.has-bg .card h1, .has-bg .card h2, .has-bg .card h3, .has-bg .card h4, .has-bg .card p, .has-bg .card li { color: var(--ink); }
.card-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card-media.dual { display: grid; grid-template-columns: 1fr 1fr; }
.card-media a { margin: 0; }
.card-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.card-body h3, .card-body h4 { margin-bottom: .5em; }
.card-body p { color: var(--muted); font-size: .97rem; }
.card-body .btn-row { margin-top: auto; }
.card-body .btn { font-size: .85rem; padding: .65em 1.2em; }


.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.feature h4 { color: var(--blue); }
.call-today { text-align: center; margin-top: 3rem; }
.call-today p { font-family: var(--head); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--navy); }


.cols-list { columns: 2; column-gap: 2.5rem; margin: 1rem 0 1.4rem; max-width: 760px; }
.cols-list li { break-inside: avoid; }
.quote-section { background: var(--bg-alt); }
.quote-block { max-width: 820px; margin: 0 auto; text-align: center; }
.quote-block blockquote { margin: 0; font-family: var(--head); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 500; line-height: 1.5; color: var(--navy); }
.quote-block blockquote p::before { content: "\201C"; color: var(--blue); }
.quote-block blockquote p::after { content: "\201D"; color: var(--blue); }
.quote-block figcaption { margin-top: 1rem; font: 600 .9rem var(--head); color: var(--muted); }
@media (max-width: 640px) { .cols-list { columns: 1; } }


.stats-section { background: var(--navy); color: #fff; padding: 2.2rem 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat strong { display: block; font-family: var(--head); font-size: clamp(1.6rem, 3vw, 2.4rem); color: #ffd400; line-height: 1.1; }
.stat span { font-size: .9rem; opacity: .85; letter-spacing: .04em; text-transform: uppercase; }


.logos-section h2 { text-align: center; }
.logos { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1.5rem 2rem; align-items: center; justify-items: center; margin-top: 1.5rem; }
.logos img { max-height: 80px; width: auto; max-width: 160px; object-fit: contain; filter: grayscale(1); opacity: .8; transition: .2s; }
.logos img:hover { filter: none; opacity: 1; }


.faq { max-width: 860px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: .2rem 0; }
.faq summary { cursor: pointer; font-family: var(--head); font-weight: 700; font-size: 1.05rem; padding: 1rem 2.2rem 1rem 0; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; top: .9rem; font-size: 1.5rem; color: var(--blue); }
.faq details[open] summary::after { content: "−"; }
.faq-a { padding: 0 0 1rem; color: var(--muted); }


.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 1.5rem; }
.post-card { background: #fff; border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.post-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-body { padding: 1.2rem 1.4rem 1.5rem; }
.post-body time { font-size: .8rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.post-body h3 { font-size: 1.1rem; margin: .4em 0 .5em; }
.post-body h3 a { color: var(--ink); text-decoration: none; }
.post-body h3 a:hover { color: var(--blue); }
.post-body p { font-size: .93rem; color: var(--muted); margin: 0; }
.post h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.post-meta { color: var(--muted); font-size: .9rem; }
.post-hero img { width: 100%; border-radius: 10px; margin: 1rem 0 2rem; aspect-ratio: 16 / 9; object-fit: cover; }
.post-nav { display: flex; justify-content: space-between; gap: 1rem; margin: 2.5rem 0; padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--head); font-weight: 600; }
.post-nav a { text-decoration: none; }
.recent { background: var(--bg-alt); border-radius: 10px; padding: 1.5rem 1.8rem; margin: 2rem 0; }
.recent h2 { font-size: 1.1rem; }
.recent ul { list-style: none; padding: 0; margin: 0; }
.recent li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--line); }
.recent li:last-child { border: 0; }
.recent time { color: var(--muted); font-size: .85rem; white-space: nowrap; }


.article { font-size: 1.05rem; }
.article h2 { margin-top: 1.6em; }
.article h3 { margin-top: 1.4em; }
.article img, .article picture img { border-radius: 8px; margin: 1.5rem auto; }
.article blockquote { border-left: 4px solid var(--blue); margin: 1.5rem 0; padding: .3rem 1.2rem; color: var(--muted); font-style: italic; }
.article hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
table { border-collapse: collapse; width: 100%; font-size: .95rem; }
th, td { border: 1px solid var(--line); padding: .6rem .8rem; text-align: left; vertical-align: top; }
th { background: var(--bg-alt); font-family: var(--head); }
.case-study h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.case-study h3 { color: var(--blue); font-size: 1.1rem; margin-top: 1.6em; }


.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 1.2rem; }
.tile { position: relative; display: block; border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--navy); text-decoration: none; }
.tile img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.tile-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem; font-family: var(--head); font-weight: 800; letter-spacing: .06em; color: #fff; background: linear-gradient(transparent, rgba(8, 28, 60, .85)); }
.pairs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.2rem; }
.pair { display: block; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); transition: .2s; }
.pair:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.pair strong { display: block; font-family: var(--head); }
.pair span { color: var(--muted); font-size: .9rem; }


.contact-cols { align-items: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.2rem; }
.form-grid label { display: flex; flex-direction: column; gap: .3rem; font-family: var(--head); font-size: .85rem; font-weight: 600; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { font: inherit; font-family: var(--body); padding: .7rem .8rem; border: 1px solid #c9d2de; border-radius: var(--radius); background: #fff; }
.form-grid input:focus, .form-grid textarea:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.contact-side { background: var(--bg-alt); border-radius: 10px; padding: 1.6rem; }
.contact-line { font-family: var(--head); font-weight: 600; font-size: 1.05rem; }
.contact-line a { text-decoration: none; }
.offices { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.office h3 { font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); margin-bottom: .3em; }
.office p { font-size: .95rem; }
.map { margin-top: 1.2rem; border-radius: var(--radius); overflow: hidden; }
.map iframe { width: 100%; height: 260px; border: 0; display: block; }
.video-embed { position: relative; aspect-ratio: 16 / 9; margin: 1.5rem 0; border-radius: 10px; overflow: hidden; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }


.footer { background: var(--navy); color: #d9e2f2; padding: 3.5rem 0 1.5rem; margin-top: 2rem; }
.footer a { color: #fff; }
.footer h3 { color: #fff; font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .6em; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
.footer-brand { font-family: var(--head); font-weight: 800; font-size: 1.3rem; text-decoration: none; }
.footer .tagline { font-family: var(--head); letter-spacing: .08em; margin: .4em 0 1em; }
.footer .social a { margin-right: 1rem; font-family: var(--head); font-weight: 600; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .15); margin-top: 2.5rem; padding-top: 1.2rem; font-size: .88rem; }
.footer-bottom p { margin: 0; }


@media (max-width: 1100px) {
  .nav li > a, .nav .nav-label { padding: .6rem .55rem; font-size: .85rem; }
  .tiles, .pairs { grid-template-columns: repeat(3, 1fr); }
  .cols-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 100%); background: #fff; box-shadow: var(--shadow); transform: translateX(100%); transition: transform .25s; overflow-y: auto; padding: 5rem 1.2rem 2rem; z-index: 99; }
  body.nav-open .nav { transform: none; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav li { border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; }
  .nav li > a, .nav .nav-label { flex: 1; padding: .9rem .4rem; font-size: 1rem; }
  .sub-toggle { display: block; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; position: relative; }
  .sub-toggle::after { content: ""; position: absolute; left: 16px; top: 15px; width: 9px; height: 9px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); transition: .2s; }
  .sub-toggle[aria-expanded="true"]::after { transform: rotate(225deg); top: 20px; }
  .nav .sub { position: static; width: 100%; box-shadow: none; padding: 0 0 .6rem .8rem; display: none; opacity: 1; visibility: visible; transform: none; }
  .nav .sub.mega { flex-direction: column; gap: .4rem; }
  .nav li.open > .sub { display: block; }
  .nav li:hover > .sub { display: none; }
  .nav li.open:hover > .sub { display: block; }
  .header.over-hero { position: sticky; }
  .cols-2, .cols-3, .cols-4, .cols-5, .cards-3, .cards-2, .posts, .features, .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .topbar .tagline { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .cols-2, .cols-3, .cols-4, .cols-5, .cards-3, .cards-2, .posts, .features, .footer-grid, .form-grid, .offices, .tiles, .pairs { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .topbar-inner { gap: 1rem; font-size: .8rem; }
  .card-media.dual { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .tile img, .img-link img { transition: none; }
}


:root {
  --heat: linear-gradient(90deg, #12002e 0%, #5b0f8f 22%, #c0143c 45%, #ff6a00 68%, #ffd400 86%, #ffffff 100%);
  --sev1: #f2c94c; --sev2: #ff8a3d; --sev3: #e5322d; --ok: #2ecc71;
  --navy-2: #13294f;
}
[hidden] { display: none !important; }
html, body { overflow-x: clip; }
.display { overflow-wrap: anywhere; }
@media (max-width: 480px) { .hero .display, .display { font-size: clamp(1.9rem, 9vw, 2.4rem); } }


.eyebrow { padding-left: 0; letter-spacing: .08em; }
.eyebrow::before { display: none; }
.eyebrow.light { color: #cfe0ff; }
h5, .footer h3, .office h3, .tile-label, .map-offices strong, .calc-card span, .lab-readout-label, .wiz-steps li, .tag, .post-body time, .stat span { letter-spacing: .08em; }
.footer h3, .office h3, .tile-label { text-transform: none; letter-spacing: 0; }
.card-title, .card-body h3, .card-body h4, .feature h4 { font-size: 1.15rem; font-weight: 700; line-height: 1.25; text-transform: none; letter-spacing: 0; }
.article h2 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); margin-top: 2em; }
.article h3 { font-size: 1.2rem; }
.article p { color: var(--ink); }
.toc { margin: 1.5rem 0 2rem; }
.call-today p { font-size: 1.5rem; font-weight: 700; }
.stat strong.txt { font-size: clamp(1.15rem, 2vw, 1.5rem); }
.section.alt { background: var(--bg-alt); }
.section.tight { padding: 2.5rem 0; }


.btn { font-size: .9rem; padding: .7em 1.4em; transition: background .15s, border-color .15s; }
.btn:hover { transform: none; box-shadow: none; }
.btn-small { font-size: .82rem; padding: .55em 1em; }
.btn:focus-visible, .chip:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.has-bg :focus-visible, .lab-section :focus-visible, .hero-lens :focus-visible, .footer :focus-visible, .calc-out :focus-visible { outline-color: #fff; }
.chip { font: 600 .8rem var(--head); padding: .45em .9em; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.chip:hover { border-color: var(--blue); color: var(--blue); }
.chip.active { background: var(--navy); border-color: var(--navy); color: #fff; }


.header-actions { display: flex; align-items: center; gap: .4rem; margin-left: .5rem; }
.icon-btn { width: 42px; height: 42px; border: 0; background: transparent; border-radius: 50%; cursor: pointer; display: grid; place-items: center; color: var(--ink); }
.icon-btn:hover { background: var(--bg-alt); color: var(--blue); }
.icon-btn svg { width: 22px; height: 22px; }
.header .btn.cta { font-size: .85rem; padding: .6em 1.1em; white-space: nowrap; }
.nav li > a, .nav .nav-label { white-space: nowrap; }
@media (min-width: 901px) and (max-width: 1500px) { .nav li > a, .nav .nav-label { padding: .6rem .55rem; font-size: .86rem; } .logo-img { width: 200px; } }
@media (max-width: 1100px) { .header .btn.cta { display: none; } }


.hero-lens { position: relative; min-height: min(84vh, 800px); padding: 0; display: block; overflow: hidden; background: var(--navy); color: #fff; cursor: crosshair; }
.lens-stage { position: absolute; inset: 0; --lx: 62%; --ly: 55%; --lr: 150px; }
.lens-stage picture { display: contents; }
.lens-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; display: block; }
.lens-ir { clip-path: circle(var(--lr) at var(--lx) var(--ly)); }
.lens-stage.full .lens-ir { clip-path: circle(200% at 50% 50%); }
.lens-ring { position: absolute; left: var(--lx); top: var(--ly); width: calc(var(--lr) * 2); height: calc(var(--lr) * 2); transform: translate(-50%, -50%); border-radius: 50%; border: 2px solid rgba(255, 255, 255, .85); box-shadow: 0 0 0 1px rgba(0, 0, 0, .35), 0 0 30px rgba(0, 0, 0, .35); pointer-events: none; }
.lens-ring::before, .lens-ring::after { content: ""; position: absolute; background: rgba(255, 255, 255, .6); }
.lens-ring::before { left: 50%; top: 8px; bottom: 8px; width: 1px; }
.lens-ring::after { top: 50%; left: 8px; right: 8px; height: 1px; }
.lens-stage.full .lens-ring { opacity: 0; }
.lens-callout { position: absolute; left: var(--lx); top: var(--ly); transform: translate(calc(var(--lr) + 14px), -50%); background: rgba(10, 14, 30, .9); border: 1px solid rgba(255, 255, 255, .25); color: #fff; padding: .6rem .9rem; border-radius: 8px; font-family: var(--head); pointer-events: none; white-space: nowrap; box-shadow: 0 10px 30px rgba(0, 0, 0, .4); }
.lens-callout strong { display: block; font-size: 1.4rem; color: #ffd400; line-height: 1; }
.lens-callout span { font-size: .8rem; color: #dfe6f6; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 14, 34, .88) 0%, rgba(8, 14, 34, .55) 42%, rgba(8, 14, 34, .05) 70%); pointer-events: none; }
.hero-lens-copy { position: relative; z-index: 2; padding: clamp(5rem, 11vw, 8rem) 0 clamp(4rem, 8vw, 6rem); pointer-events: none; max-width: 760px; margin-left: max(1.25rem, calc((100% - var(--max)) / 2)); }
.hero-lens-copy .btn, .hero-lens-copy a { pointer-events: auto; }
.hero-lens-copy .display { text-shadow: 0 4px 30px rgba(0, 0, 0, .45); }
.hero-lens-copy p { color: #e8eefc; text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
.hero-lens-copy h1, .hero-lens-copy h2 { color: #fff; }
.hero-scale { position: absolute; right: 1.2rem; bottom: 1.2rem; z-index: 2; display: flex; align-items: center; gap: .5rem; font: 600 .75rem var(--head); color: #fff; background: rgba(10, 14, 30, .7); padding: .4rem .5rem .4rem .7rem; border-radius: 999px; }
.hero-scale i { display: block; width: 120px; height: 8px; border-radius: 4px; background: var(--heat); }
.lens-toggle { font: 600 .72rem var(--head); color: #fff; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; padding: .3em .7em; cursor: pointer; margin-left: .3rem; }
.lens-toggle:hover { background: rgba(255, 255, 255, .28); }
@media (hover: none) { .hint-move { display: none; } }
@media (hover: none), (max-width: 700px) {
  .hero-lens { cursor: auto; }
  .lens-stage { --lr: 110px; --lx: 70%; --ly: 38%; }
  .hero-shade { background: linear-gradient(180deg, rgba(8, 14, 34, .25) 0%, rgba(8, 14, 34, .85) 70%); }
  .hero-lens-copy { padding-top: 24vh; }
  .lens-callout { transform: translate(-50%, calc(var(--lr) + 14px)); }
}


.lab-section { background: var(--navy); color: #e6ecfa; }
.lab-section h2, .lab-section h3 { color: #fff; }
.lab-section .eyebrow { color: #cfe0ff; }
.lab-section .lead { color: #c7d2ea; max-width: 70ch; }
.lab { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .9fr); gap: 1.6rem; margin-top: 1.6rem; }
.lab-stage { position: relative; aspect-ratio: 4 / 3; background: #000; border-radius: 12px; overflow: hidden; cursor: crosshair; box-shadow: 0 20px 60px rgba(0, 0, 0, .4); touch-action: pan-y; }
.lab-stage > img, .lab-stage > canvas, .lab-stage > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.lab-canvas { clip-path: inset(0 0 0 0); }
.lab-vis { object-fit: cover; }
.lab-overlay { pointer-events: none; }
.lab-overlay .spot circle { fill: none; stroke: #fff; stroke-width: 1.4; }
.lab-overlay .spot line { stroke: #fff; stroke-width: 1.2; }
.lab-overlay .spot text { font: 700 9px var(--head); fill: #fff; paint-order: stroke; stroke: rgba(0, 0, 0, .8); stroke-width: 3px; }
.lab-overlay .box { fill: none; stroke: rgba(255, 255, 255, .55); stroke-dasharray: 3 3; stroke-width: 1; }
.lab-overlay .hotmark { fill: #e5322d; stroke: #fff; stroke-width: .8; }
.lab-cursor { position: absolute; left: -100px; top: -100px; width: 26px; height: 26px; margin: -13px 0 0 -13px; border: 1.5px solid #fff; border-radius: 50%; pointer-events: none; box-shadow: 0 0 0 1px rgba(0, 0, 0, .5); }
.lab-cursor span { position: absolute; left: 18px; top: -8px; font: 700 .8rem var(--head); color: #fff; background: rgba(0, 0, 0, .7); padding: .1em .45em; border-radius: 4px; white-space: nowrap; }
@media (hover: none) { .lab-cursor { display: none; } }
.lab-loading { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0, 0, 0, .6); font: 600 .9rem var(--head); color: #fff; }
.lab-bar { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; align-items: center; justify-content: space-between; margin-top: .9rem; }
.lab-palettes { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; }
.lab-section .chip { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .18); color: #dfe6f6; }
.lab-section .chip:hover { border-color: #fff; color: #fff; }
.lab-section .chip.active { background: #fff; border-color: #fff; color: var(--navy); }
.lab-compare { display: flex; align-items: center; gap: .6rem; font: 600 .8rem var(--head); color: #c7d2ea; }
.lab-compare input { width: 160px; accent-color: #fff; }
.lab-tools { display: flex; gap: .5rem; flex-wrap: wrap; }
.lab-section .btn-outline { color: #fff !important; border-color: rgba(255, 255, 255, .5); }
.lab-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: .6rem; margin-top: .9rem; }
.lab-thumb { border: 2px solid transparent; background: rgba(255, 255, 255, .04); border-radius: 8px; padding: .3rem; cursor: pointer; text-align: left; color: #c7d2ea; font: 600 .72rem var(--head); }
.lab-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 5px; display: block; margin-bottom: .3rem; }
.lab-thumb.active { border-color: #fff; color: #fff; }
.lab-panel { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .9rem; }
.lab-readout { display: flex; align-items: center; gap: .8rem; }
.lab-readout-label { font: 600 .75rem var(--head); text-transform: uppercase; color: #9fb0d0; }
.lab-readout strong { font: 800 2rem var(--head); color: #ffd400; min-width: 6ch; line-height: 1; }
.lab-title { font-size: 1.05rem; margin: 0; }
.lab-blurb { font-size: .9rem; color: #c7d2ea; margin: 0; }
.lab-adv { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: .6rem; }
.lab-adv summary { cursor: pointer; font: 600 .82rem var(--head); color: #c7d2ea; padding: .3rem 0 .6rem; }
.lab-adv[open] summary { color: #fff; }
.lab-window label, .lab-iso label { display: flex; justify-content: space-between; font: 600 .78rem var(--head); color: #9fb0d0; text-transform: uppercase; letter-spacing: .06em; }
.lab-window output, .lab-iso output { color: #fff; text-transform: none; letter-spacing: 0; }
.dual { position: relative; height: 28px; margin: .3rem 0 .4rem; }
.dual input { position: absolute; inset: 0; width: 100%; -webkit-appearance: none; appearance: none; background: transparent; pointer-events: none; }
.dual input::-webkit-slider-runnable-track { height: 8px; border-radius: 4px; background: var(--heat); }
.dual input::-moz-range-track { height: 8px; border-radius: 4px; background: var(--heat); }
.dual input::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; margin-top: -5px; border-radius: 50%; background: #fff; border: 2px solid var(--navy); pointer-events: auto; cursor: ew-resize; }
.dual input::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--navy); pointer-events: auto; cursor: ew-resize; }
.dual input:nth-child(2)::-webkit-slider-runnable-track { background: transparent; }
.dual input:nth-child(2)::-moz-range-track { background: transparent; }
.lab-iso { margin-top: .8rem; }
.lab-iso input[type=range] { width: 100%; accent-color: var(--ok); }
.lab-iso label input { accent-color: var(--ok); margin-right: .4rem; }
.lab-spots { list-style: none; margin: 0; padding: 0; display: grid; gap: .3rem; }
.lab-spots li { display: flex; justify-content: space-between; font: 600 .85rem var(--head); background: rgba(0, 0, 0, .3); padding: .4rem .6rem; border-radius: 6px; }
.lab-spots li b { color: #ffd400; }
.lab-delta { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: .8rem; display: grid; gap: .6rem; }
.delta-row { display: flex; justify-content: space-between; align-items: baseline; font: 600 .85rem var(--head); }
.delta-row strong { font-size: 1.5rem; color: #fff; }
.sev { padding: .55rem .7rem; border-radius: 8px; background: rgba(0, 0, 0, .3); border-left: 4px solid #888; }
.sev em { display: block; font: 500 .72rem var(--body); color: #9fb0d0; font-style: normal; }
.sev b { display: block; font: 800 .95rem var(--head); color: #fff; margin: .15rem 0; }
.sev small { color: #c7d2ea; }
.sev.l0 { border-color: var(--ok); } .sev.l1 { border-color: var(--sev1); } .sev.l2 { border-color: var(--sev2); } .sev.l3 { border-color: var(--sev3); }
.lab-note { font-size: .78rem; color: #9fb0d0; margin: 0; }
.lab-legend { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin-top: 1.2rem; font: 600 .8rem var(--head); color: #c7d2ea; }
.lab-legend span::before { content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: .45rem; vertical-align: -1px; }
.lab-legend .sev-1::before { background: var(--sev1); } .lab-legend .sev-2::before { background: var(--sev2); } .lab-legend .sev-3::before { background: var(--sev3); }


.calc-section { background: var(--bg-alt); }
.calc label { display: block; margin: 1rem 0; font: 600 .85rem var(--head); }
.calc label span { display: flex; justify-content: space-between; gap: 1rem; }
.calc label small { font-weight: 500; color: var(--muted); }
.calc input[type=range] { width: 100%; accent-color: var(--btn); margin-top: .3rem; }
.calc output { float: right; font-weight: 800; color: var(--navy); }
.calc-out { background: var(--navy); color: #fff; border-radius: 14px; padding: 1.6rem; display: grid; gap: .9rem; }
.calc-card { background: rgba(255, 255, 255, .06); border-radius: 10px; padding: .9rem 1.1rem; }
.calc-card span { font: 600 .75rem var(--head); text-transform: uppercase; color: #9fb0d0; }
.calc-card strong { display: block; font: 800 clamp(1.5rem, 3vw, 2.2rem) var(--head); color: #ffd400; line-height: 1.15; }
.calc-card small { color: #c7d2ea; }
.calc-foot { font-size: .92rem; color: #dfe6f6; margin: .2rem 0 0; }
.calc-foot a { color: #fff; }
.calc-out .btn-outline { color: #fff !important; border-color: #fff; }


.map-head { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: end; }
.map-offices { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.map-offices div { background: var(--bg-alt); border-radius: 10px; padding: .9rem 1rem; font-size: .9rem; }
.map-offices strong { display: block; font-family: var(--head); text-transform: uppercase; font-size: .75rem; color: var(--blue); margin-bottom: .3rem; }
.map-offices a { display: block; font: 700 1.05rem var(--head); text-decoration: none; }
.map-offices span { color: var(--muted); }
.map-wrap { position: relative; margin-top: 1.5rem; background: var(--navy); border-radius: 16px; padding: 1.2rem; }
.canada-map { width: 100%; height: auto; display: block; }
.canada-map .provinces path { fill: #1f2f5c; stroke: #0d2140; stroke-width: 1.2; }
.canada-map .pin { cursor: pointer; }
.canada-map .pin .dot { fill: #ffd400; stroke: #fff; stroke-width: 1.5; }
.canada-map .pin .pulse { fill: #ff6a00; opacity: 0; }
.canada-map .pin.office .pulse { opacity: .35; fill: #ffd400; transform-box: fill-box; transform-origin: center; animation: pulse 2.4s ease-out infinite; }
.canada-map .pin.office .dot { r: 8; fill: #ff6a00; }
.canada-map .pin.current .dot { r: 10; fill: #fff; stroke: #ff6a00; stroke-width: 3; }
.canada-map .pin text { font: 700 13px var(--head); fill: #fff; paint-order: stroke; stroke: #0d2140; stroke-width: 4px; pointer-events: none; }
.canada-map .pin:hover .dot, .canada-map .pin:focus .dot { r: 9; }
@keyframes pulse { 0% { transform: scale(.35); opacity: .45; } 100% { transform: scale(1.6); opacity: 0; } }
.map-tip { position: absolute; z-index: 3; background: #fff; color: var(--ink); padding: .6rem .8rem; border-radius: 8px; box-shadow: var(--shadow); font-size: .85rem; pointer-events: none; transform: translate(-50%, calc(-100% - 14px)); white-space: nowrap; }
.map-tip strong { display: block; font-family: var(--head); }
.map-list { display: none; list-style: none; padding: 0; margin: 1rem 0 0; flex-wrap: wrap; gap: .5rem; }
.map-list a { display: inline-block; padding: .4em .8em; border: 1px solid var(--line); border-radius: 999px; font: 600 .85rem var(--head); text-decoration: none; color: var(--ink); }
.map-list a[aria-current] { background: var(--navy); color: #fff; border-color: var(--navy); }
@media (max-width: 900px) { .map-head { grid-template-columns: 1fr; } .canada-map .pin text { display: none; } .map-list { display: flex; } }
@media (prefers-reduced-motion: reduce) { .canada-map .pin.office .pulse { animation: none; opacity: .2; } }


.report-head { max-width: 780px; }
.report-viewer { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 1.2rem; margin-top: 1.6rem; }
.rv-main { position: relative; background: var(--navy); border-radius: 12px; padding: 1rem; display: grid; place-items: center; }
.rv-page { max-height: min(78vh, 900px); width: auto; max-width: 100%; box-shadow: 0 20px 50px rgba(0, 0, 0, .4); border-radius: 4px; background: #fff; }
.rv-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .92); font-size: 1.6rem; cursor: pointer; box-shadow: var(--shadow); }
.rv-nav.prev { left: .6rem; } .rv-nav.next { right: .6rem; }
.rv-count { position: absolute; bottom: .7rem; right: .9rem; font: 600 .8rem var(--head); color: #fff; background: rgba(0, 0, 0, .5); padding: .2em .6em; border-radius: 999px; }
.rv-thumbs { display: grid; gap: .5rem; max-height: min(78vh, 900px); overflow-y: auto; padding-right: .3rem; }
.rv-thumb { border: 2px solid transparent; border-radius: 6px; background: var(--bg-alt); padding: .3rem; cursor: pointer; font: 600 .68rem var(--head); color: var(--muted); text-align: left; }
.rv-thumb img { width: 100%; height: auto; display: block; border-radius: 3px; margin-bottom: .2rem; }
.rv-thumb.active { border-color: var(--blue); color: var(--blue); }
@media (max-width: 800px) { .report-viewer { grid-template-columns: 1fr; } .rv-thumbs { grid-auto-flow: column; grid-auto-columns: 100px; overflow-x: auto; max-height: none; } }


.quote { border: 0; border-radius: 16px; padding: 0; width: min(680px, 94vw); box-shadow: 0 30px 80px rgba(0, 0, 0, .45); }
.quote::backdrop { background: rgba(8, 14, 34, .65); }
.wizard { padding: 1.6rem 1.8rem; font-size: .95rem; }
.wiz-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.wiz-head h2 { font-size: 1.4rem; margin-bottom: .2em; }
.wiz-close { border: 0; background: var(--bg-alt); width: 38px; height: 38px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.wiz-steps { list-style: none; display: flex; gap: .5rem; padding: 0; margin: .8rem 0 1.2rem; }
.wiz-steps li { flex: 1; font: 600 .72rem var(--head); text-transform: uppercase; color: var(--muted); border-top: 3px solid var(--line); padding-top: .4rem; }
.wiz-steps li.on { color: var(--blue); border-color: var(--blue); }
.wiz-steps li.done { border-color: var(--ok); }
.wiz-step { display: none; }
.wiz-step.on { display: block; }
.wizard fieldset { border: 0; padding: 0; margin: 0 0 1rem; }
.wizard legend, .wizard label { font: 600 .85rem var(--head); display: block; margin-bottom: .6rem; }
.wizard label small { font-weight: 500; color: var(--muted); }
.wizard input:not([type=radio]):not([type=file]), .wizard select, .wizard textarea { display: block; width: 100%; margin-top: .3rem; font: inherit; font-family: var(--body); padding: .65rem .75rem; border: 1px solid #c9d2de; border-radius: var(--radius); }
.wizard .two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.opts { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.opt { position: relative; margin: 0; }
.opt input { position: absolute; opacity: 0; }
.opt span { display: block; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 8px; font: 600 .85rem var(--head); cursor: pointer; }

.opts.has-selection .opt input:not(:checked) + span { background: #f1f3f5; border-color: #d7dce2; color: #58616d; }
.opts.has-selection .opt input:not(:checked) + span:hover { background: #e8edf3; border-color: #9aa8bb; color: var(--ink); }
.wizard .service-hint { margin: 0 0 .75rem; font: 400 .8125rem/1.5 var(--body); color: #58616d; }
.opt input:checked + span { border-color: var(--blue); background: #eaf2ff; color: var(--blue); }
.opt input:focus-visible + span { outline: 3px solid var(--blue); }
.wiz-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1rem; }
.wiz-err { color: var(--sev3); font: 600 .8rem var(--head); flex: 1; text-align: right; }
.wiz-privacy { font-size: .8rem; color: var(--muted); }
.wiz-done { text-align: center; padding: 1rem 0; }
.wizard.sent .wiz-step, .wizard.sent .wiz-foot, .wizard.sent .wiz-steps { display: none; }
@media (max-width: 560px) { .wizard .two, .opts { grid-template-columns: 1fr; } .wizard { padding: 1.2rem; } }


.search { position: fixed; inset: 0; z-index: 200; background: rgba(8, 14, 34, .7); padding: 10vh 1rem; }
.search-box { max-width: 640px; margin: 0 auto; background: #fff; border-radius: 12px; display: flex; align-items: center; padding: .4rem .6rem .4rem 1rem; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.search-box input { flex: 1; border: 0; font: 500 1.1rem var(--body); padding: .7rem 0; outline: none; }
.search kbd { font: 600 .7rem var(--head); background: var(--bg-alt); border: 1px solid var(--line); border-radius: 4px; padding: .15em .4em; }
.search-results { list-style: none; max-width: 640px; margin: .6rem auto 0; padding: 0; background: #fff; border-radius: 12px; overflow: hidden; max-height: 60vh; overflow-y: auto; }
.search-results:empty { display: none; }
.search-results li a { display: grid; grid-template-columns: 90px 1fr; gap: .8rem; padding: .7rem 1rem; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line); }
.search-results li a:hover, .search-results li.sel a { background: #eaf2ff; }
.search-results .k { font: 600 .7rem var(--head); text-transform: uppercase; color: var(--blue); padding-top: .2rem; }
.search-results .t { font: 700 .95rem var(--head); }
.search-results .x { display: block; font-size: .8rem; color: var(--muted); }
.search-results li.none { padding: 1rem; color: var(--muted); text-align: center; }
.search-hint { text-align: center; color: #c7d2ea; font-size: .8rem; margin-top: .8rem; }
@media (hover: none) { .search-hint { display: none; } }


.post-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin: .4rem 0 .8rem; }
.tag { font: 600 .7rem var(--head); text-transform: uppercase; background: #eaf2ff; color: var(--blue); padding: .25em .6em; border-radius: 999px; text-decoration: none; }
.toc { background: var(--bg-alt); border-radius: 10px; padding: 1rem 1.3rem; font-size: .92rem; }
.toc strong { font-family: var(--head); display: block; margin-bottom: .4rem; }
.toc ol { margin: 0; padding-left: 1.2rem; }
.share { display: flex; gap: .6rem; align-items: center; margin: 1.5rem 0; font: 600 .8rem var(--head); }
.share a, .share button { font: inherit; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: .35em .8em; text-decoration: none; color: var(--ink); cursor: pointer; }
.share a:hover, .share button:hover { border-color: var(--blue); color: var(--blue); }
.blog-filters { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1rem 0; }
.post-meta-row { display: flex; gap: .8rem; align-items: center; font-size: .8rem; color: var(--muted); }
.related { margin: 2rem 0; }
.related h2 { font-size: 1.1rem; }
.related ul { list-style: none; padding: 0; display: grid; gap: .5rem; }
.related a { text-decoration: none; font-weight: 600; }
.hero.compact { min-height: 0; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.hero.compact .display { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }


.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: .6rem; padding: .6rem .8rem; background: rgba(255, 255, 255, .97); box-shadow: 0 -6px 20px rgba(0, 0, 0, .12); transform: translateY(110%); transition: transform .25s; }
.sticky-cta .btn { flex: 1; text-align: center; }
body.show-cta .sticky-cta { transform: none; }
@media (max-width: 1100px) { .sticky-cta { display: flex; } body.show-cta { padding-bottom: 66px; } }


.section.z32-section { background: var(--navy); color: #e6ecfa; }
.z32-section h2 { color: #fff; }
.z32-section .eyebrow { color: #ffd400; }
.z32-section .lead { color: #dfe6f6; max-width: 60ch; }
.z32-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; align-items: center; }
.checks { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .5rem; }
.checks li { padding-left: 1.7rem; position: relative; color: #e6ecfa; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #ffd400; font-weight: 800; }
.z32-section .btn-outline { color: #fff !important; border-color: rgba(255, 255, 255, .6); }
.z32-aside { display: grid; gap: .8rem; }
.z32-card { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 1rem 1.2rem; }
.z32-card strong { display: block; font-family: var(--head); color: #ffd400; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .25rem; }
.z32-card span { color: #dfe6f6; font-size: .95rem; }
@media (max-width: 900px) { .z32-grid { grid-template-columns: 1fr; } }


.quick-actions { display: none; grid-template-columns: repeat(4, 1fr); gap: .5rem; padding: .8rem 1.25rem; background: #fff; border-bottom: 1px solid var(--line); }
.quick-actions a { display: flex; flex-direction: column; align-items: center; gap: .25rem; padding: .6rem .3rem; border-radius: 12px; background: var(--bg-alt); text-decoration: none; color: var(--navy); font: 700 .78rem var(--head); }
.quick-actions .qa-ico { width: 22px; height: 22px; color: var(--blue); }
@media (max-width: 900px) { .quick-actions { display: grid; } }


.btn { border-radius: 999px; }
.card { border-radius: 14px; }
.post-card { border-radius: 14px; }
@media (max-width: 700px) {
  .section { padding: 2.5rem 0; }
  .hero-lens { min-height: 72vh; }
  .hero-lens-copy .btn-row { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
  .hero-lens-copy .btn { text-align: center; }
  .cards, .posts { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: .9rem; margin: 1.2rem -1.25rem 0; padding: 0 1.25rem .6rem; scrollbar-width: none; }
  .cards::-webkit-scrollbar, .posts::-webkit-scrollbar { display: none; }
  .cards > *, .posts > * { flex: 0 0 82%; scroll-snap-align: start; }
  .card-media img { aspect-ratio: 16 / 10; }
  .stats { gap: 1rem; }
  .stat strong { font-size: 1.7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}


.card { box-shadow: 0 6px 20px rgba(13, 33, 64, .08); }
.section.has-bg .bg::after { background: linear-gradient(90deg, rgba(8, 28, 60, .82), rgba(8, 28, 60, .5)); }
@media (max-width: 900px) { .lab { grid-template-columns: 1fr; } .lab-thumbs { grid-template-columns: repeat(3, 1fr); } .calc-cols { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .lab-thumbs { grid-template-columns: repeat(3, 1fr); } }



.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.6rem; }
.svc { position: relative; display: block; border-radius: 16px; overflow: hidden; background: var(--navy); color: #fff; text-decoration: none; aspect-ratio: 4 / 5; box-shadow: 0 10px 30px rgba(13, 33, 64, .12); }
.svc-media, .svc-media picture, .svc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; margin: 0; }
.svc-media img { transition: transform .6s ease; }
.svc:hover .svc-media img { transform: scale(1.04); }
.svc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 33, 64, 0) 28%, rgba(13, 33, 64, .55) 58%, rgba(13, 33, 64, .96) 100%); }
.svc-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 1.3rem 1.4rem 1.4rem; }
.svc-num { display: inline-block; font: 700 .75rem var(--head); letter-spacing: .12em; color: #ffd400; margin-bottom: .5rem; }
.svc h3 { color: #fff; font-size: 1.3rem; line-height: 1.2; margin: 0 0 .45rem; text-transform: none; }
.svc p { color: #dfe6f6; font-size: .92rem; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.svc-more { display: inline-flex; align-items: center; gap: .4rem; margin-top: .8rem; font: 700 .85rem var(--head); color: #fff; }
.svc-more i { font-style: normal; transition: transform .2s; }
.svc:hover .svc-more i { transform: translateX(4px); }
.software-callout { display: grid; grid-template-columns: 200px 1fr auto; gap: 1.6rem; align-items: center; margin-top: 1.6rem; padding: 1.5rem 1.8rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.section.alt .software-callout { background: #fff; }
.software-callout .sc-logo img { width: 100%; height: auto; max-width: 200px; display: block; }
.software-callout h3 { font-size: 1.2rem; margin: 0 0 .4rem; }
.software-callout p { margin: 0; color: var(--muted); }
.software-callout .eyebrow { margin-bottom: .4em; }
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } .software-callout { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 700px) {
  .services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: .9rem; margin: 1.2rem -1.25rem 0; padding: 0 1.25rem .6rem; scrollbar-width: none; }
  .services-grid::-webkit-scrollbar { display: none; }
  .services-grid > * { flex: 0 0 78%; scroll-snap-align: start; }
}


.map-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem 2rem; margin-top: 1.4rem; }
.map-group h3 { font: 700 .72rem var(--head); letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin: 0 0 .5rem; padding-bottom: .4rem; border-bottom: 2px solid var(--line); }
.map-group ul { list-style: none; margin: 0; padding: 0; }
.map-group a { display: flex; align-items: baseline; justify-content: space-between; gap: .6rem; padding: .35rem .5rem; margin: 0 -.5rem; border-radius: 8px; font: 800 1.05rem var(--head); color: var(--navy); text-decoration: none; transition: background .25s, color .25s; }
.map-group a small { font: 500 .72rem var(--body); color: var(--muted); white-space: nowrap; }
.map-group a.office::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ff6a00; margin-right: .4rem; flex: none; align-self: center; }
.map-group a:hover, .map-group a:focus-visible, .map-group a.lit { background: var(--navy); color: #ffd400; }
.map-group a:hover small, .map-group a.lit small { color: #cfe0ff; }
.map-group a[aria-current] { color: var(--blue); }
.canada-map .pin.lit .dot { r: 10; fill: #ffd400; }
.canada-map .pin.lit text { display: block; fill: #ffd400; }
.canada-map .pin.lit .pulse { opacity: .35; fill: #ffd400; transform-box: fill-box; transform-origin: center; animation: pulse 2.4s ease-out infinite; }
.map-wrap { padding: .6rem; }
@media (max-width: 900px) { .map-groups { grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; } .map-group a { font-size: .98rem; } .map-list { display: none; } }
@media (prefers-reduced-motion: reduce) { .canada-map .pin.lit .pulse { animation: none; opacity: .25; } }


.map-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.city-group { margin-top: 1.8rem; }
.city-group h2.sub { margin-bottom: .8rem; }
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.city-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.city-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(13, 33, 64, .12); }
.city-mini { display: block; width: 100%; aspect-ratio: 3 / 2; background: #0d2140; }
.city-mini use { fill: #2b4275; stroke: #0d2140; stroke-width: 1.5; }
.city-mini .halo { fill: #ffd400; opacity: .25; }
.city-mini .dot { fill: #ffd400; stroke: #fff; stroke-width: 2; }
.city-card.office .city-mini .dot { fill: #ff6a00; }
.city-body { padding: .9rem 1rem 1rem; }
.city-body h3 { font-size: 1.1rem; margin: 0 0 .15rem; text-transform: none; }
.city-body p { margin: 0; color: var(--muted); font-size: .9rem; }
.city-body span { display: block; margin-top: .5rem; font: 600 .78rem var(--head); color: var(--blue); }
@media (max-width: 900px) { .city-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } }


.city-hero .hero-inner .sub { margin-bottom: .5rem; }
.city-hero .hero-inner > p:not(.sub):not(.eyebrow) { color: #dfe6f6; }
.city-intro .cols-2 { align-items: start; gap: 3rem; }
.city-intro h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.city-intro .lead-col p { font-size: 1.08rem; }
.steps { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.3rem 1.2rem; }
.step-num { display: inline-block; font: 700 .75rem var(--head); letter-spacing: .12em; color: var(--blue); margin-bottom: .6rem; }
.steps h3 { font-size: 1.05rem; margin: 0 0 .4rem; text-transform: none; }
.steps p { font-size: .92rem; color: var(--muted); margin: 0; }
.who-what .cols-2 { gap: 3rem; align-items: start; }
.who-what h2 { margin-bottom: .8rem; }
.who-what .checks { margin: 0; }
.cam-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.cam { display: grid; grid-template-columns: 170px 1fr; gap: 1.2rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem; }
.cam-img img { width: 100%; height: auto; display: block; }
.cam h3 { margin: 0 0 .4rem; font-size: 1.15rem; text-transform: none; }
.cam ul { margin: 0; padding-left: 1.1rem; font-size: .92rem; color: var(--muted); }
.cols-text { columns: 2; column-gap: 2.5rem; margin-top: 1rem; }
.cols-text p { break-inside: avoid; }
.cta-band { text-align: center; }
.cta-band .btn-row { justify-content: center; }
.cta-band h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.cta-band .lead { max-width: 60ch; margin-inline: auto; }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .cam-grid { grid-template-columns: 1fr; } .cols-text { columns: 1; } .who-what .cols-2, .city-intro .cols-2 { gap: 1.5rem; } }
@media (max-width: 700px) { .steps { grid-template-columns: 1fr; } .cam { grid-template-columns: 110px 1fr; } .city-grid { grid-template-columns: 1fr 1fr; gap: .7rem; } .city-body { padding: .7rem .8rem .8rem; } }



.btn.is-hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-outline.is-hover { background: var(--btn); color: #fff !important; }
.has-bg .btn-outline.is-hover { background: #fff; color: var(--navy) !important; }
.btn.is-focus, .chip.is-focus, .form-grid input.is-focus, .form-grid textarea.is-focus { outline: 3px solid var(--blue); outline-offset: 2px; }
.has-bg .btn.is-focus, .has-bg .btn-outline.is-focus { outline-color: #fff; }
.btn.is-active { transform: translateY(1px); filter: brightness(.92); }
.btn.is-disabled, .btn[disabled] { opacity: .5; pointer-events: none; }
.chip.is-hover { border-color: var(--blue); color: var(--blue); }
.svc.is-hover .svc-media img { transform: scale(1.04); }
.svc.is-hover .svc-more i { transform: translateX(4px); }
.city-card.is-hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(13, 33, 64, .12); }
.map-group a.is-hover { background: var(--navy); color: #ffd400; }




.menu-btn { position: relative; border-radius: 12px; border: 1px solid transparent; transition: border-color .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s cubic-bezier(.22, 1, .36, 1); }
.menu-btn span { position: absolute; left: 50%; top: 50%; width: 22px; height: 3px; margin: 0; transform: translate(-50%, -50%); transition: transform .28s cubic-bezier(.34, 1.56, .64, 1), opacity .16s cubic-bezier(.22, 1, .36, 1), background .28s; }
.menu-btn span:nth-child(1) { transform: translate(-50%, -8px); }
.menu-btn span:nth-child(3) { transform: translate(-50%, 6px); }
body.nav-open .menu-btn, .menu-btn.is-open { border-color: rgba(58, 99, 160, .45); box-shadow: 0 0 0 1px rgba(58, 99, 160, .25), 0 8px 30px -8px rgba(58, 99, 160, .45); }
body.nav-open .menu-btn span, .menu-btn.is-open span { background: var(--blue); }
body.nav-open .menu-btn span:nth-child(1), .menu-btn.is-open span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
body.nav-open .menu-btn span:nth-child(2), .menu-btn.is-open span:nth-child(2) { opacity: 0; transform: translate(-50%, -50%) scaleX(.3); }
body.nav-open .menu-btn span:nth-child(3), .menu-btn.is-open span:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }
.cl-demo .menu-btn { display: block; background: var(--bg-alt); }

.ok-mark { display: block; width: 96px; height: 96px; margin: 0 auto .8rem; animation: okPop .62s cubic-bezier(.34, 1.56, .64, 1); }
.ok-mark .core { fill: #fff; }
.ok-mark .ring { fill: none; stroke: var(--ok); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 377; stroke-dashoffset: 377; animation: okRing .52s cubic-bezier(.22, 1, .36, 1) forwards; }
.ok-mark .tick { fill: none; stroke: var(--navy); stroke-width: 11; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 92; stroke-dashoffset: 92; animation: okTick .4s .36s cubic-bezier(.22, 1, .36, 1) forwards; }
.ok-mark .halo { fill: none; stroke: var(--ok); stroke-width: 2; opacity: 0; transform-origin: 120px 120px; animation: okHalo .56s .62s ease-out forwards; }
@keyframes okRing { to { stroke-dashoffset: 0; } }
@keyframes okTick { to { stroke-dashoffset: 0; } }
@keyframes okHalo { 0% { opacity: .5; transform: scale(1); } 100% { opacity: 0; transform: scale(1.9); } }
@keyframes okPop { 0% { transform: scale(.6); } 60% { transform: scale(1.08); } 100% { transform: scale(1); } }
.thanks-mark { padding: 1.2rem 0 0; margin-bottom: -64px; position: relative; z-index: 2; text-align: center; }
.thanks-mark .ok-mark { width: 112px; height: 112px; margin: 0 auto; filter: drop-shadow(0 8px 20px rgba(13, 33, 64, .25)); }
.thanks-mark + .section { border-top: 0; }
.cl-replay { background: none; border: 0; padding: 0; cursor: pointer; border-radius: 50%; }

.wiz-steps { display: flex; align-items: center; gap: 0; margin: .6rem 0 1.2rem; }
.wiz-steps li { flex: 1; display: flex; align-items: center; gap: .55rem; border: 0; padding: 0; font: 600 .78rem var(--head); text-transform: none; letter-spacing: 0; color: var(--muted); }
.wiz-steps li i { position: relative; flex: none; width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; font: 700 .8rem var(--head); font-style: normal; color: var(--muted); background: #fff; transition: border-color .3s, box-shadow .3s, background .3s, color .3s; }
.wiz-steps li + li::before { content: ""; flex: 1; height: 3px; border-radius: 2px; margin: 0 .7rem; background: var(--line); transition: background .45s; }
.wiz-steps li.on { color: var(--navy); }
.wiz-steps li.on i { border-color: var(--blue); color: var(--blue); box-shadow: 0 0 0 4px rgba(58, 99, 160, .15); }
.wiz-steps li.done i { border-color: var(--ok); background: var(--ok); color: transparent; }
.wiz-steps li.done i::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: .85rem; }
.wiz-steps li.on::before, .wiz-steps li.done::before { background: linear-gradient(90deg, var(--ok), var(--blue)); }
.wiz-steps li span { white-space: nowrap; }
@media (max-width: 480px) { .wiz-steps li:not(.on) span { display: none; } }

.lab-loading { flex-direction: column; gap: .8rem; }
.lab-loading i { display: block; width: min(70%, 320px); height: 10px; border-radius: 5px; background: linear-gradient(90deg, rgba(255, 255, 255, .08) 25%, rgba(255, 255, 255, .28) 50%, rgba(255, 255, 255, .08) 75%); background-size: 200% 100%; animation: shimmer 1.2s linear infinite; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.cl-shim { position: relative; width: 260px; max-width: 100%; height: 120px; border-radius: 10px; overflow: hidden; background: var(--navy); }
.rv-main { position: relative; }
.rv-page.loading { opacity: .35; transition: opacity .2s; }
.rv-main:has(.rv-page.loading)::after { content: ""; position: absolute; left: 12%; right: 12%; top: 48%; height: 10px; border-radius: 5px; background: linear-gradient(90deg, rgba(13, 33, 64, .08) 25%, rgba(13, 33, 64, .28) 50%, rgba(13, 33, 64, .08) 75%); background-size: 200% 100%; animation: shimmer 1.2s linear infinite; }

.calc input[type=range], .lab-compare input[type=range], input[type=range].glow { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--blue) var(--p, 50%), var(--line) var(--p, 50%)); outline: none; margin: .6rem 0; }
.calc input[type=range]::-webkit-slider-thumb, .lab-compare input[type=range]::-webkit-slider-thumb, input[type=range].glow::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 2px solid var(--blue); box-shadow: 0 0 0 5px rgba(58, 99, 160, .15), 0 2px 8px rgba(13, 33, 64, .25); transition: box-shadow .2s, transform .2s; cursor: pointer; }
.calc input[type=range]::-moz-range-thumb, .lab-compare input[type=range]::-moz-range-thumb, input[type=range].glow::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 2px solid var(--blue); box-shadow: 0 0 0 5px rgba(58, 99, 160, .15), 0 2px 8px rgba(13, 33, 64, .25); cursor: pointer; }
.calc input[type=range]:hover::-webkit-slider-thumb, .calc input[type=range]:active::-webkit-slider-thumb, .lab-compare input[type=range]:hover::-webkit-slider-thumb, .lab-compare input[type=range]:active::-webkit-slider-thumb, input[type=range].glow:hover::-webkit-slider-thumb { box-shadow: 0 0 0 9px rgba(58, 99, 160, .22); transform: scale(1.05); }
.lab-compare input[type=range] { background: linear-gradient(90deg, #ffd400 var(--p, 100%), rgba(255, 255, 255, .22) var(--p, 100%)); }
.lab-compare input[type=range]::-webkit-slider-thumb { border-color: #ffd400; box-shadow: 0 0 0 5px rgba(255, 212, 0, .18), 0 2px 8px rgba(0, 0, 0, .4); }
.lab-compare input[type=range]::-moz-range-thumb { border-color: #ffd400; box-shadow: 0 0 0 5px rgba(255, 212, 0, .18), 0 2px 8px rgba(0, 0, 0, .4); }
.calc input[type=range]:focus-visible, .lab-compare input[type=range]:focus-visible, input[type=range].glow:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.map-wrap.js-draw:not(.drawn) .provinces path { stroke-dasharray: 1; stroke-dashoffset: 1; fill-opacity: 0; }
.map-wrap.drawn .provinces path { stroke-dasharray: 1; animation: mapDraw 1.4s cubic-bezier(.22, 1, .36, 1) forwards; }
@keyframes mapDraw { 0% { stroke-dashoffset: 1; fill-opacity: 0; } 70% { fill-opacity: 0; } 100% { stroke-dashoffset: 0; fill-opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .ok-mark, .ok-mark *, .lab-loading i, .rv-main::after, .map-wrap .provinces path { animation: none !important; }
  .ok-mark .ring, .ok-mark .tick { stroke-dashoffset: 0; }
  .map-wrap.js-draw .provinces path { stroke-dashoffset: 0; fill-opacity: 1; }
  .menu-btn span, .wiz-steps li i, .wiz-steps li + li::before { transition: none; }
}



:root { --radius: 0; --shadow: none; --accent: #3a63a0; --bg: #fff; }   
body { background: var(--bg); font-family: var(--body); }
.section.alt { background: #f3f6fa; }
.section + .section:not(.has-bg):not(.stats-section) { border-top: 1px solid var(--line); }
.eyebrow, .lab-section .eyebrow, .z32-section .eyebrow, .eyebrow.light, .hero-b .eyebrow { font-family: var(--head); font-weight: 600; font-size: .82rem; letter-spacing: .14em; color: var(--accent); }
h1, h2, h3, h4, .card-title { font-family: var(--head); font-weight: 700; letter-spacing: .01em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); text-transform: uppercase; line-height: 1.02; }
h3, .card-title, .card-body h3, .card-body h4, .feature h4, .svc h3, .city-body h3, .steps h3, .cam h3, .software-callout h3, .z32-card strong, .map-offices strong { font-family: var(--head); font-size: 1.25rem; text-transform: uppercase; letter-spacing: .03em; line-height: 1.1; }
.sub, .hero .sub, .city-hero .hero-inner .sub { font-family: var(--body); text-transform: none; letter-spacing: 0; font-weight: 400; }
.hero .display, .display { font-family: var(--head); font-weight: 700; font-size: clamp(2.6rem, 6.2vw, 5rem); line-height: .95; letter-spacing: .005em; }
.hero .display strong, .display strong { font-weight: 700; color: var(--blue); }
.lead { font-size: 1.12rem; }
.figure { font: 700 clamp(4.6rem, 11vw, 8.2rem)/.9 var(--head); letter-spacing: -.01em; margin: .1rem 0 .4rem; font-variant-numeric: tabular-nums; color: var(--navy); }
.figure small { font-size: .38em; vertical-align: top; margin-left: .08em; font-weight: 600; }
.btn { border-radius: 0; font-family: var(--head); font-weight: 700; font-size: .95rem; letter-spacing: .1em; text-transform: uppercase; padding: .72em 1.4em; background: var(--navy); border-color: var(--navy); color: #fff; }
.btn:hover, .btn.is-hover { background: #1a3560; border-color: #1a3560; }
.btn-outline, .btn.btn-outline { background: transparent; color: var(--navy) !important; border-color: var(--navy); }
.btn-outline:hover, .btn-outline.is-hover { background: var(--navy); color: #fff !important; }
.has-bg .btn-outline, .lab-section .btn-outline, .z32-section .btn-outline { color: #fff !important; border-color: #fff; }
.has-bg .btn-outline:hover { background: #fff; color: var(--navy) !important; }
.has-bg .btn:not(.btn-outline), .lab-section .btn:not(.btn-outline), .z32-section .btn:not(.btn-outline) { background: #fff; border-color: #fff; color: var(--navy); }
.chip, .lens-toggle, .map-group a, .cl-toc a, .tag, .map-tip, .software-callout, .card, .svc, .city-card, .steps li, .cam, .z32-card, .quick-actions a, .form-grid input, .form-grid textarea, .form-grid select, .calc-card, .map-wrap, .lab-stage, .report-viewer, .rv-thumb, .lab-thumb, .cl-demo, .cl-swatch, .cl-radius i, .map-offices div, .city-mini, .cl-navy, .cl-shim { border-radius: 0; }
.card, .city-card, .steps li, .cam, .software-callout { box-shadow: none; border: 1px solid var(--line); }
.card-media, .svc-media, .cam-img, .city-mini { border-bottom: 1px solid var(--navy); }

.frame { margin: 0; border: 1px solid var(--navy); background: #fff; }
.frame img { display: block; width: 100%; height: auto; }
.frame figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .3rem 1rem; padding: .45rem .7rem; font: 600 .7rem var(--mono); letter-spacing: .02em; border-top: 1px solid var(--navy); color: var(--navy); }
.side-image .col-media picture { display: block; border: 1px solid var(--navy); }

.stat strong { color: #ffd400; font-family: var(--head); font-size: clamp(2.2rem, 3.8vw, 3.2rem); }
.stat strong.txt { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.stat span { font-family: var(--head); letter-spacing: .1em; font-size: .8rem; }

.services-grid { gap: 0; border: 1px solid var(--navy); background: #fff; }
.svc { position: static; aspect-ratio: auto; display: flex; flex-direction: column; background: #fff; color: var(--ink); box-shadow: none; border: 0; border-right: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.svc:nth-child(3n) { border-right: 0; }
.svc:nth-last-child(-n+3) { border-bottom: 0; }
.svc::after { display: none; }
.svc-media, .svc-media picture { position: relative; inset: auto; display: block; aspect-ratio: 16 / 10; width: 100%; height: auto; overflow: hidden; }
.svc-media img { position: absolute; inset: 0; height: 100%; }
.svc:hover .svc-media img, .svc.is-hover .svc-media img { transform: none; }
.svc-body { position: static; padding: 1rem 1.1rem 1.2rem; }
.svc h3 { color: var(--navy); font-size: 1.25rem; }
.svc p { color: var(--muted); -webkit-line-clamp: 3; }
.svc-num { color: var(--accent); font-family: var(--mono); letter-spacing: .04em; }
.svc-more { color: var(--navy); font-family: var(--head); text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 900px) { .svc:nth-child(3n) { border-right: 1px solid var(--navy); } .svc:nth-child(2n) { border-right: 0; } .svc:nth-last-child(-n+3) { border-bottom: 1px solid var(--navy); } .svc:nth-last-child(-n+2) { border-bottom: 0; } }
@media (max-width: 700px) { .services-grid { border: 0; background: none; } .svc, .svc:nth-child(2n), .svc:nth-last-child(-n+2) { border: 1px solid var(--navy); } }

.checks li::before, .z32-card strong, .lab-readout strong, .calc-out strong, .calc-card strong, .lens-callout strong { color: #ffd400; }
.map-group h3 { color: var(--accent); }
.canada-map .pin .dot { fill: #ffd400; }
.canada-map .pin.office .dot { fill: #ff6a00; stroke: #fff; stroke-width: 2; }
.canada-map .pin.office .pulse, .canada-map .pin.lit .pulse { fill: #ffd400; }
.canada-map .pin.lit .dot { fill: #ffd400; stroke: #fff; }
.canada-map .pin.lit text { fill: #ffd400; }
.city-mini .halo, .city-mini .dot { fill: #ffd400; }
.city-card.office .city-mini .dot { fill: #ff6a00; }
.map-group a { font: 700 1.15rem var(--head); text-transform: uppercase; letter-spacing: .03em; }
.map-group a:hover, .map-group a.lit, .map-group a.is-hover { background: var(--navy); color: #fff; }
.map-group a.office::before { background: #ff6a00; }
.map-group a[aria-current] { color: var(--accent); }
.quick-actions a { border: 1px solid var(--line); background: #fff; }
.qa-ico { color: var(--navy); }
.step-num, .city-body span, .lab-readout-label, .rv-count, .wiz-steps li i, .props div span:first-child, .hero-scale, .lab-spots, .calc label output { font-family: var(--mono); }
.step-num { color: var(--accent); }

.form-grid input, .form-grid textarea, .form-grid select { border: 1px solid #b8c2d0; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid input.is-focus, .form-grid textarea.is-focus { outline: 2px solid var(--blue); border-color: var(--navy); }
.form-grid label, .wiz-steps li { font-family: var(--head); text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; }
.wiz-steps li.on i { border-color: var(--accent); color: var(--accent); box-shadow: none; }
.wiz-steps li.on::before, .wiz-steps li.done::before { background: var(--blue); }
.wiz-steps li i, .ok-mark .core { border-radius: 50%; }

.sev-legend { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; margin-top: .9rem; }
.sev-legend i { display: block; height: 8px; }
.sev-legend b { display: block; font: 600 .62rem var(--head); letter-spacing: .1em; text-transform: uppercase; margin-top: .3rem; color: var(--muted); }
.props { border-top: 2px solid var(--navy); font-size: .85rem; margin-top: 1rem; }
.props div { display: grid; grid-template-columns: 1fr 1.4fr; gap: .6rem; padding: .4rem 0; border-bottom: 1px solid var(--line); }
.props div span:first-child { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; align-self: center; }

.hero-b { min-height: 0; padding: clamp(1.6rem, 4vw, 3.2rem) 0 clamp(1.6rem, 3.5vw, 2.6rem); background: var(--bg); color: var(--ink); cursor: auto; overflow: visible; }
.hero-b-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.5rem; align-items: end; }
.hero-b .hero-lens-copy { padding: 0; margin: 0; max-width: none; pointer-events: auto; }
.hero-b .hero-lens-copy .display { text-shadow: none; color: var(--navy); font-size: clamp(2rem, 4.2vw, 3.4rem); margin-bottom: .35em; }
.hero-b .hero-lens-copy p { color: var(--muted); text-shadow: none; font-size: 1.08rem; }
.hero-b .hero-lens-copy p.figure { color: var(--navy); font-size: clamp(4.6rem, 11vw, 8.2rem); }
.hero-b .hero-lens-copy h1, .hero-b .hero-lens-copy h2 { color: var(--navy); }
.hero-b .btn-row { margin-top: 1.4rem; }
.hero-b .lens-stage { position: relative; inset: auto; aspect-ratio: 4 / 3; overflow: hidden; cursor: crosshair; --lr: 110px; --lx: 62%; --ly: 55%; background: var(--navy); }
.hero-b .lens-stage img { object-position: 50% 50%; }
.hero-b .hero-shade { display: none; }
.hero-b .hero-scale { position: static; margin-top: .6rem; background: none; color: var(--navy); padding: 0; font: 600 .72rem var(--mono); }
.hero-b .hero-scale i { border-radius: 0; }
.hero-b .lens-toggle { color: var(--navy); border: 1px solid var(--navy); background: #fff; border-radius: 0; font: 700 .68rem var(--head); text-transform: uppercase; letter-spacing: .08em; margin-left: auto; }
.hero-b .lens-toggle:hover { background: var(--navy); color: #fff; }
.hero-b .lens-callout { border-radius: 0; }
@media (max-width: 900px) { .hero-b-grid { grid-template-columns: 1fr; gap: 1.4rem; } .hero-b .lens-stage { --lr: 90px; } .hero-b .hero-lens-copy .display { font-size: clamp(1.8rem, 7vw, 2.4rem); } }
@media (max-width: 480px) { .hero-b .hero-lens-copy p.figure { font-size: 4.2rem; } }




.has-bg .btn:not(.btn-outline), .lab-section .btn:not(.btn-outline), .z32-section .btn:not(.btn-outline), .cta-band .btn:not(.btn-outline), .lab-bar .btn:not(.btn-outline) { background: #fff; border-color: #fff; color: var(--navy) !important; }
.has-bg .btn:not(.btn-outline):hover, .z32-section .btn:not(.btn-outline):hover, .cta-band .btn:not(.btn-outline):hover { background: #ffd400; border-color: #ffd400; color: var(--navy) !important; }

.cta-band { background: var(--navy); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.cta-band .lead { color: #dfe6f6; max-width: 60ch; margin: 0 auto; }
.cta-band .btn-row { justify-content: center; margin-top: 1.4rem; }
.cta-band .btn-outline { color: #fff !important; border-color: #fff; }

.features-head { margin-bottom: 1.2rem; }
.features-head .lead { max-width: 60ch; }
.features { text-align: left; }
.feature h4 { color: var(--navy); }

.wl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 2rem; }
.wl-grid h2 { font-size: 1.35rem; margin-bottom: .6rem; }
.wl-grid ul { margin: 0; padding-left: 1.1rem; }
.wl-grid li { margin: .25rem 0; }
.side-image .col-media img { min-height: 0; }

.tiles4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.tile4 { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.tile4-media { aspect-ratio: 4 / 3; overflow: hidden; border-bottom: 1px solid var(--navy); }
.tile4-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile4-body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.tile4 h3 { margin: 0; font-size: 1.15rem; }
.tile4 p { margin: 0; color: var(--muted); font-size: .92rem; flex: 1; }
.tile4 .svc-more { color: var(--navy); font-family: var(--head); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }

.topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
.topic { background: #fff; border: 1px solid var(--line); padding: 1.3rem 1.3rem 1.4rem; }
.topic h3 { margin: 0 0 .2rem; }
.topic-tag { font: 600 .82rem var(--head); letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin: 0 0 .6rem; }
.topic p { font-size: .95rem; }

.et-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
.et-card { background: #fff; border: 1px solid var(--line); padding: 1.4rem 1.5rem; }
.et-card h3 { margin: 0 0 .5rem; }
.et-card p { margin: 0; color: var(--muted); }
.et-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 1.5rem; }
.et-feat .frame { margin-bottom: .9rem; aspect-ratio: 4 / 3; overflow: hidden; }
.et-feat .frame img { width: 100%; height: 100%; object-fit: cover; display: block; filter: none; }
.et-feat h3 { margin: 0 0 .2rem; }
.et-feat p { font-size: .95rem; }

.about-story { align-items: start; gap: 3rem; }
.about-story h2 { font-size: 1.6rem; }
.about-story ul { padding-left: 1.1rem; }
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
.person { background: #fff; border: 1px solid var(--line); padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .6rem; }
.person h3 { margin: 0; font-size: 1.3rem; }
.person-role { margin: 0; color: var(--blue); font: 600 .82rem var(--head); letter-spacing: .08em; text-transform: uppercase; }
.person p { font-size: .95rem; margin: 0; }
.person .eyebrow { margin: .4rem 0 0; }
.person-creds { margin: 0; padding-left: 1.1rem; font-size: .9rem; color: var(--muted); }

.cases { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.case-card { display: grid; grid-template-columns: 200px 1fr; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.case-media { border-right: 1px solid var(--navy); overflow: hidden; min-height: 180px; }
.case-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.case-body { padding: 1.2rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .4rem; }
.case-body h3 { margin: 0; font-size: 1.2rem; }
.case-body p { margin: 0; color: var(--muted); font-size: .95rem; flex: 1; }
.case-body .eyebrow { margin: 0; }
.case-body .svc-more { color: var(--navy); font-family: var(--head); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }

.checks.dark-on-light li { color: var(--ink); }
.checks.dark-on-light li::before { color: var(--blue); }
.steps-3 { grid-template-columns: repeat(3, 1fr); }

.thanks { text-align: center; padding-top: clamp(3rem, 8vw, 6rem); }
.thanks .ok-mark { width: 120px; height: 120px; }
.thanks .btn-row { justify-content: center; }
.thanks .lead { max-width: 52ch; margin-inline: auto; }

.posts .post-card h3, .posts h3 { text-transform: none; letter-spacing: 0; font-size: 1.15rem; }
.post-body table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: .95rem; }
.post-body td, .post-body th { border: 1px solid var(--line); padding: .5rem .7rem; vertical-align: top; }
.post-body td p { margin: 0; }
@media (max-width: 1100px) { .tiles4 { grid-template-columns: repeat(2, 1fr); } .team { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .topics, .et-feats, .steps-3 { grid-template-columns: 1fr; } .cases { grid-template-columns: 1fr; } .wl-grid { grid-template-columns: 1fr; } .et-grid { grid-template-columns: 1fr; } .about-story { gap: 1.5rem; } }
@media (max-width: 700px) { .tiles4 { grid-template-columns: 1fr; } .team { grid-template-columns: 1fr; } .case-card { grid-template-columns: 1fr; } .case-media { border-right: 0; border-bottom: 1px solid var(--navy); min-height: 0; aspect-ratio: 16 / 9; } }

.pq-hero { background: var(--navy); }
.pq-hero .display strong { color: #ffd400; }
@media (max-width: 700px) { .tiles4 { grid-template-columns: 1fr 1fr; gap: .7rem; } .tile4-body { padding: .8rem .8rem 1rem; } .tile4 h3 { font-size: 1rem; } .tile4 p { font-size: .82rem; } }


.has-bg .display { color: #dfe6f6; } .has-bg .display strong, .city-hero .display strong { color: #fff; }
@media (max-width: 900px) {
  .hero.has-bg { min-height: 360px; padding: clamp(2.2rem, 8vw, 3.5rem) 0; display: flex; align-items: flex-end; }
  .has-bg .bg::after { background: linear-gradient(180deg, rgba(8, 28, 60, .55) 0%, rgba(8, 28, 60, .88) 100%); }
  .hero.compact.has-bg { min-height: 220px; }
}



.cols { align-items: start; }
.side-image { align-items: center; }
.cadences { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.4rem; }
.cadence { background: #fff; border: 1px solid var(--line); padding: 1.1rem 1.2rem; }
.cadence h3 { margin: 0 0 .3rem; font-size: 1.1rem; }
.cadence p { margin: 0; color: var(--muted); font-size: .92rem; }
.article-hero.compact { min-height: 200px; background: var(--navy); padding: 3rem 0 1.5rem; }
.article .cs-stat { display: inline-flex; align-items: baseline; gap: .5rem; margin: .2rem 0 1rem; font-family: var(--head); }
.article .cs-stat strong { font-size: 2.4rem; color: var(--blue); line-height: 1; }
.article .cs-stat span { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.article .cs-glance { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .8rem; margin: 1.2rem 0 1.8rem; }
.article .cs-tile { display: block; border: 1px solid var(--line); background: #fff; padding: .9rem 1rem; }
.article .cs-tile strong { display: block; font: 700 1.5rem var(--head); color: var(--navy); line-height: 1.1; }
.article .cs-tile em { display: block; font-style: normal; font-size: .82rem; color: var(--muted); margin-top: .2rem; }
.article .cs-status { font: 600 .78rem var(--head); letter-spacing: .1em; text-transform: uppercase; color: var(--ok); margin: 0 0 1rem; }
.article img { max-width: 760px; display: block; margin: 1.2rem auto; }
.page-ultrasound .hero .display { overflow-wrap: normal; hyphens: none; }
@media (max-width: 900px) { .cadences { grid-template-columns: 1fr; } }



.stat strong.txt { color: #fff; }
.topbar { display: none; }
@media (min-width: 701px) { .topbar { display: block; } }
.page-contact h1, .page-thank-you h1, .page-404 h1 { text-transform: uppercase; }
.ok-mark .ring, .ok-mark .halo { stroke: var(--blue); }
.hero.has-bg .bg-img, .city-hero .bg-img, .article-hero .bg-img { filter: grayscale(.85) contrast(1.05); }
.hero-imaged { min-height: 0; padding: clamp(2.2rem, 5vw, 4rem) 0; }
.hero-imaged .bg::after { background: rgba(8, 28, 60, .86); }
.hero-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.5rem; align-items: center; }
.hero-split .hero-frame { margin: 0; }
.hero-frame img { display: block; width: 100%; height: auto; }
.hero-frame figcaption { background: #fff; }
.hero-split .btn-row { margin-top: 1.2rem; }
.hero.has-bg:not(.hero-imaged) { min-height: min(56vh, 520px); }
.who-what .bg::after { background: rgba(13, 33, 64, .84); }
.has-bg .eyebrow, .has-bg .eyebrow.light { color: #cfe0ff; }
.split { text-align: left; }
.split ul { list-style-position: outside; padding-left: 1.2rem; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2.5rem; margin-top: 1.4rem; }
.benefit h3 { margin: 0 0 .3rem; font-size: 1.15rem; }
.benefit p { margin: 0; color: var(--muted); }
.has-bg .benefit p { color: #dfe6f6; }
.has-bg .benefit h3 { color: #fff; }
.pairs-section h2, .section .pairs + h2 { text-align: left; }
.lab-thumbs { grid-template-columns: repeat(7, 1fr); }
.calc label { font-size: .95rem; }
.calc label span { align-items: baseline; }
.calc label output { font: 700 1.1rem var(--mono); }
.calc label small { font-size: .78rem; }
.calc input[type=range] { height: 8px; }
.calc input[type=range]::-webkit-slider-thumb { width: 26px; height: 26px; }
.calc-out .btn { border: 1.5px solid #fff; color: #fff !important; background: transparent; font-size: .9rem; padding: .7em 1.3em; }
.calc-out .btn:hover { background: #fff; color: var(--navy) !important; }
.person.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr; gap: 1rem 2.5rem; align-items: start; }
.person.featured .person-head { grid-column: 1 / -1; }
.person-note { font-size: .85rem; color: var(--muted); margin: .4rem 0 0; }
.city-body span { white-space: nowrap; }
.office small { display: block; color: var(--muted); font-size: .8rem; margin-top: .2rem; }
.contact-side { align-self: start; }
.form-grid label { font-size: .85rem; }
@media (max-width: 800px) {
  .rv-main { padding-bottom: 3.8rem; }
  .rv-nav { top: auto; bottom: .7rem; transform: none; }
  .rv-nav.prev { left: .7rem; } .rv-nav.next { right: .7rem; }
}
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; gap: 1.2rem; }
  .lab { display: grid; }
  .lab-main { display: contents; }
  .lab-stage { order: 1; } .lab-panel { order: 2; } .lab-bar { order: 3; } .lab-thumbs { order: 4; }
  .benefits { grid-template-columns: 1fr; }
  .person.featured { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .cards, .posts, .services-grid { display: grid; grid-template-columns: 1fr; overflow: visible; margin: 1.2rem 0 0; padding: 0; gap: 1rem; }
  .cards > *, .posts > *, .services-grid > * { flex: none; width: auto; }
  .svc { border: 1px solid var(--navy); }
  .lab-thumbs { grid-template-columns: repeat(4, 1fr); }
  .city-grid { grid-template-columns: 1fr; gap: .5rem; }
  .city-card { flex-direction: row; align-items: center; }
  .city-mini { display: none; }
  .city-body { padding: .7rem .9rem; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; width: 100%; }
  .city-body h3 { margin: 0; font-size: 1.05rem; }
  .city-body p { margin: 0; font-size: .85rem; }
  .city-body span { margin: 0 0 0 auto; font-size: .72rem; }
}



:root {
  --type-title: clamp(1.75rem, 3.6vw, 3.25rem);
  --type-section: clamp(1.5rem, 2.5vw, 2.25rem);
  --type-card: 1.25rem;
  --space-section: clamp(2.5rem, 5vw, 4.5rem);
  --space-card: 1.25rem;
  --radius: 0;
}
body { font-size: 16px; line-height: 1.65; }
main :is(h1,h2,h3,h4) { line-height: 1.25; letter-spacing: -.015em; text-transform: none; overflow-wrap: anywhere; }
main h1, main .hero .display, main .hero-b .hero-lens-copy .display,
main .city-hero .display, main .article-hero .display, main .case-study h1 {
  font-size: var(--type-title); line-height: 1.15; font-weight: 700;
}
main h2, main .article h2, main .cta-band h2, main .about-story h2 { font-size: var(--type-section); }
main :is(h3,h4), main .card-title, main :is(.card-body,.feature,.svc,.steps,.cam,.tile4,.topic,.et-card,.et-feat,.person,.case-body,.benefit,.cadence,.post-card,.posts,.software-callout) :is(h3,h4) {
  font-size: var(--type-card); line-height: 1.35; letter-spacing: -.01em; text-transform: none; font-weight: 700;
}
main .wl-grid h2 { font-size: var(--type-card); line-height: 1.35; }
.section { padding-block: var(--space-section); }
.section.tight { padding-block: 2rem; }
main :is(.lead,.sub), .hero-b .hero-lens-copy p:not(.figure) { font-size: 1.0625rem; line-height: 1.65; }
main :is(.tile4,.topic,.et-feat,.person,.case-body,.cadence,.svc) p { font-size: 1rem; line-height: 1.65; }
:is(.cols,.hero-b-grid,.hero-split,.services-grid,.form-grid,.calc,.lab,.footer-grid) > * { min-width: 0; }
:is(.card,.svc,.city-card,.tile4,.topic,.et-card,.person,.case-card,.cadence,.contact-side,.lab-panel,.calc-card,.frame,.video-embed,.tile) { border-radius: var(--radius); }
:is(.card-body,.svc-body,.tile4-body,.topic,.et-card,.person,.case-body,.cadence) { padding: var(--space-card); }
.svc-body { display: flex; flex-direction: column; flex: 1; gap: .75rem; }
.svc p { display: block; overflow: visible; -webkit-line-clamp: unset; }
.svc-more { margin-top: auto; padding-top: .5rem; }
.svc h3 { margin: 0; }
.btn, .calc-out .btn, .header .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .35em;
  min-height: 48px; padding: .75rem 1.25rem; font: 700 .875rem/1.4 var(--head);
  letter-spacing: 0; text-transform: none; text-align: center; border-radius: var(--radius);
  white-space: normal; max-width: 100%;
}
.btn:hover { transform: none; box-shadow: none; }
.has-bg .btn:not(.btn-outline):hover, .z32-section .btn:not(.btn-outline):hover, .cta-band .btn:not(.btn-outline):hover { background: #e7eef8; border-color: #e7eef8; }
.stat strong, .z32-card strong, .checks li::before { color: #fff; }
.checks.dark-on-light li::before { color: var(--blue); }
:is(.eyebrow,.hero-b .eyebrow) { font-size: .75rem; line-height: 1.6; letter-spacing: .08em; }
:is(.lab-section,.z32-section,.has-bg) .eyebrow { color: #cfe0ff; }
.form-grid label { font: 600 .875rem/1.5 var(--body); text-transform: none; letter-spacing: 0; }
.form-grid :is(input,textarea,select) { font: 400 1rem/1.5 var(--body); min-height: 48px; width: 100%; }
.form-grid input[type=checkbox] { min-height: 0; width: auto; }
:is(.lens-toggle,.hero-b .lens-toggle,.chip,.lab-unit,.search-close) { min-height: 44px; }
.hero-b .lens-callout { left: .5rem; right: .5rem; top: auto; bottom: .5rem; transform: none; max-width: calc(100% - 1rem); white-space: normal; padding: .5rem .75rem; }
.hero-b .lens-callout span { display: block; line-height: 1.4; font-size: .75rem; }
.hero-b .hero-lens-copy p.figure { font-size: clamp(3.25rem, 7vw, 5.5rem); line-height: 1.05; }
.hero-b .hero-scale { flex-wrap: wrap; gap: .5rem; }
.hero-b .lens-toggle { margin-left: auto; font-size: .75rem; letter-spacing: 0; }
.lab-compare { flex-wrap: wrap; }
.footer { margin-top: 0; }
.footer :is(a,p) { overflow-wrap: anywhere; }

@media (min-width: 1101px) and (max-width: 1280px) {
  .header-inner { gap: 1rem; }
  .header .logo-img { width: 180px; }
  .header .btn.cta { display: none; }
}

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .menu-btn { display: block; position: relative; z-index: 101; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(360px,100%); background: #fff; box-shadow: -8px 0 24px #0d214026; transform: translateX(100%); visibility: hidden; overflow-y: auto; padding: 5rem 1.2rem 2rem; z-index: 99; }
  body.nav-open .nav { transform: none; visibility: visible; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav li { border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; }
  .nav li > a, .nav .nav-label { flex: 1; padding: .9rem .4rem; font-size: 1rem; }
  .sub-toggle { display: block; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
  .nav .sub, .nav .sub.mega { position: static; width: 100%; min-width: 0; box-shadow: none; padding: 0 0 .6rem .8rem; display: none; opacity: 1; visibility: visible; transform: none; }
  .nav li:hover > .sub { display: none; }
  .nav li.open > .sub, .nav li.open:hover > .sub { display: block; }
  .nav .sub a { white-space: normal; min-height: 44px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 2rem); }
  .hero-b-grid, .hero-split { gap: 1.5rem; }
  .hero-lens-copy .btn-row, .hero-split .btn-row, .cta-band .btn-row { display: grid; grid-template-columns: 1fr; gap: .75rem; }
  .btn-row .btn { width: 100%; }
  .tiles4 { grid-template-columns: 1fr; gap: 1rem; }
  .lab-thumbs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lab-thumb { font-size: .8125rem; }
  .lab-tools { width: 100%; }
  .lab-tools .btn { flex: 1; }
  .calc label span { flex-wrap: wrap; gap: .25rem; }
  .stats { gap: 1rem; }
  .stat span { font-size: .75rem; letter-spacing: .025em; }
  .stat strong.txt { font-size: 1.375rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer { padding-bottom: calc(5rem + env(safe-area-inset-bottom)); }
  .sticky-cta { padding-bottom: max(.5rem,env(safe-area-inset-bottom)); }
}


.map-groups { grid-template-columns: repeat(4,minmax(0,1fr)); }
.map-group { min-width: 0; }
.map-group a { font-size: 1rem; text-transform: none; letter-spacing: 0; flex-wrap: wrap; min-height: 44px; }
.map-group a small { white-space: normal; }
.post-body table { table-layout: fixed; }
.post-body :is(td,th) { overflow-wrap: anywhere; }
@media (max-width: 900px) { .map-groups { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 480px) { .map-groups { grid-template-columns: 1fr; } }
@media (min-width: 901px) and (max-width: 1100px) {
  .sub-toggle { position: relative; }
  .sub-toggle::after { content: ''; position: absolute; left: 16px; top: 15px; width: 9px; height: 9px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); }
  .sub-toggle[aria-expanded=true]::after { transform: rotate(225deg); top: 20px; }
}



.hero-b .hero-b-grid { align-items: center; }
main .hero-b .hero-lens-copy .brand-title {
  font-size: clamp(3rem, 5.4vw, 4.8rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-transform: none;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 1.5rem;
}
.hero-b .brand-title > span { display: block; }
.hero-b .brand-title > span:first-child { color: var(--blue); }
.hero-b .hero-lens-copy p.brand-tagline {
  color: var(--navy);
  font: 500 clamp(1rem, 1.6vw, 1.25rem)/1.5 var(--body);
  letter-spacing: .01em;
  margin: 0;
}
.hero-b .hero-lens-copy .btn-row { margin-top: 2rem; }
@media (max-width: 700px) {
  main .hero-b .hero-lens-copy .brand-title { font-size: clamp(2.75rem, 11vw, 4rem); margin-bottom: 1rem; }
  .hero-b .hero-lens-copy .btn-row { margin-top: 1.5rem; }
}


:root { --radius-card: 8px; }
.frame figcaption { font: 500 .8125rem/1.55 var(--body); letter-spacing: 0; padding: .75rem 1rem; border-color: var(--line); gap: .35rem 1rem; }
.frame { border-color: var(--line); }
.hero-b .hero-scale { font: 500 .8125rem/1.5 var(--body); }
.hero-b .hero-scale i { max-width: 180px; }
.hero-b .sev-legend { display: none; }
.section-lead { max-width: 66ch; margin-bottom: 1.5rem; }
.services-grid { border: 0; gap: 1.5rem; grid-template-columns: repeat(3,minmax(0,1fr)); }
.services-grid .svc { border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; background: #fff; box-shadow: 0 3px 12px #0d214008; transition: border-color .15s,box-shadow .15s; }
.services-grid .svc:hover { transform: none; border-color: var(--blue); box-shadow: 0 5px 20px #0d21400e; }
.svc-media { aspect-ratio: 16/10; }
.svc-media img { filter: none; }
.svc-body { padding: 1.5rem; gap: .75rem; }
.svc .service-label { font: 600 .75rem/1.5 var(--body); color: var(--blue); margin: 0; }
.svc h3 { min-height: 0; }
.svc p { margin: 0; }
.svc-more { font: 600 .875rem/1.5 var(--body); letter-spacing: 0; text-transform: none; padding-top: 1rem; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; font-weight: 600; text-underline-offset: .2em; }
.insurance-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); gap: clamp(1.5rem,4vw,3rem); align-items: center; }
.insurance-intro h2 { max-width: 24ch; }
.insurance-intro p { max-width: 65ch; }
.report-preview { display: flex; align-items: center; gap: 1.5rem; padding: 1.5rem; border: 1px solid var(--line); background: var(--bg-alt); border-radius: var(--radius-card); }
.report-preview img { width: 39%; max-width: 155px; height: auto; border: 1px solid var(--line); box-shadow: 0 3px 9px #0d214018; }
.report-points { list-style: none; padding: 0; margin: 0; font-size: .875rem; }
.report-points li { padding: .5rem 0; border-bottom: 1px solid var(--line); }
.report-points li:last-child { border: 0; }
.report-disclosure { margin-top: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; color: var(--ink); overflow: hidden; }
.report-disclosure>summary { min-height: 56px; padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; }
.report-disclosure>summary span { margin-left: .75rem; font-size: .8125rem; font-weight: 400; color: var(--muted); }
.report-disclosure .report-viewer { margin: 0; border-width: 1px 0 0; }
.aviva-panel { display: grid; grid-template-columns: minmax(180px,.65fr) minmax(0,2fr); align-items: center; gap: 2.5rem; border: 1px solid #c4d2e5; border-left: 5px solid var(--blue); border-radius: var(--radius-card); background: #fff; padding: clamp(1.25rem,3vw,2.5rem); }
.aviva-brand { text-align: center; }
.aviva-brand img { width: 100%; max-width: 294px; height: auto; display: block; margin-inline: auto; }
.aviva-brand p { font-size: .8125rem; margin: -.5rem 0 0; color: var(--muted); }
.aviva-copy h2 { margin: .25rem 0 .75rem; }
.aviva-copy>p { max-width: 68ch; }
.aviva-copy .offer-note { font-size: .8125rem; color: var(--muted); margin: .75rem 0 0; }
.aviva-copy .btn-row { margin-top: 1.25rem; align-items: center; gap: .75rem 1.25rem; }
.offer-check { display: flex !important; flex-direction: row !important; gap: .75rem; align-items: flex-start; padding: .75rem; background: var(--bg-alt); border-radius: 4px; }
.wizard .offer-check input { width: 20px; height: 20px; min-height: 20px; flex: 0 0 20px; margin: .2rem 0 0; accent-color: var(--blue); }
.office-links { display: grid; gap: 1rem; }
.office-links a { display: grid; gap: .2rem; color: var(--navy); text-decoration: none; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; }
.office-links span { font-size: .9375rem; }
.coverage-regions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
.coverage-region { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); padding: 1.5rem; }
.coverage-region .region-provinces { font-size: .8125rem; color: var(--blue); font-weight: 600; }
.coverage-region a { text-underline-offset: .2em; }
.planning-card { border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--bg-alt); padding: 1.5rem; }
.planning-card ul { padding-left: 1.25rem; }
.service-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.service-links a { padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius-card); text-decoration: none; color: var(--navy); background: #fff; font-weight: 600; }
main .et-grid, main .topics, main .tiles4 { gap: 1.5rem; }
:is(.et-card,.topic,.tile4,.case-card,.planning-card) { border: 1px solid var(--line); border-radius: var(--radius-card); }
:is(.et-card,.topic) { padding: 1.5rem; }
.hero .sub { max-width: 65ch; }
main>section { scroll-margin-top: 100px; }
:is(a,button,summary,input,select,textarea):focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
:is(.has-bg,.lab-section,.cta-band) :is(a,button,summary):focus-visible { outline-color: #fff; }
@media(max-width:1100px) and (min-width:701px) { .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:900px) {
  .insurance-grid { grid-template-columns: 1fr; }
  .report-preview { max-width: 600px; width: 100%; }
  .report-preview img { max-width: 110px; }
  .report-points { flex: 1; }
  .aviva-panel { grid-template-columns: 1fr; gap: 1rem; }
  .aviva-brand { display: flex; align-items: center; text-align: left; gap: .5rem; }
  .aviva-brand img { width: 180px; margin: 0 0 0 -20px; }
  .aviva-brand p { margin: 0; }
  .service-links { grid-template-columns: 1fr; }
}
@media(max-width:700px) {
  .services-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .svc-media { aspect-ratio: 16/9; }
  .svc-body { padding: 1.25rem; }
  .coverage-regions { grid-template-columns: 1fr; }
  .coverage-region { padding: 1.25rem; }
  .report-preview { padding: 1rem; gap: 1rem; }
  .report-disclosure>summary { font-size: .9375rem; }
  .report-disclosure>summary span { display: block; margin: .25rem 0 0; }
  .aviva-copy .btn-row { display: flex; flex-direction: column; align-items: stretch; }
  .aviva-copy .text-link { font-size: .875rem; }
  .frame figcaption { font-size: .8125rem; padding: .6rem .75rem; }
  .hero-b .hero-scale i { max-width: 130px; }
}
@media(prefers-reduced-motion:reduce) { .services-grid .svc { transition: none; } }

.hero-b .hero-lens-copy p.brand-service { font-size: .9375rem; color: var(--muted); line-height: 1.6; margin: .9rem 0 0; max-width: 36ch; }
.home-scope ul { padding-left: 1.25rem; }
.home-scope li { padding: .25rem 0; }
.home-scope .frame { margin: 0; }
.home-scope .frame img { width: 100%; height: auto; display: block; }
.contact-form .offer-check input { width: 20px; min-height: 20px; flex: 0 0 20px; margin: .2rem 0 0; }
@media(max-width:700px) {
  .lab-thumbs { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 128px; gap: .65rem; max-width: 100%; overflow-x: auto; padding: .35rem .1rem .8rem; scroll-snap-type: x proximity; }
  .lab-thumb { scroll-snap-align: start; }
  .lab-panel { padding: 1rem; gap: .65rem; }
  .svc-media, .svc-media picture { aspect-ratio: 2/1; }
  .faq summary { font-size: 1rem; }
  .hero-b .lens-toggle { text-transform: none; }
}
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.wizard .offer-check input[type=checkbox] { width: 20px; min-height: 20px; height: 20px; padding: 0; }
.nav button.nav-label { background: none; border: 0; color: var(--ink); font-family: var(--head); cursor: pointer; text-align: left; }
main .hero .display, main .city-hero .display { text-transform: none; }
@media(max-width:700px) {
  .wizard input:not([type=radio]):not([type=checkbox]):not([type=file]), .wizard select, .wizard textarea { font-size: 16px; min-height: 48px; }
}
@media(max-width:1100px) { body.nav-open { overflow: hidden; } }


@media (min-width: 1101px) {
  .header-inner { position: relative; }
  .nav li:has(> .sub.mega) { position: static; }
  .nav .sub.mega { left: 0; right: 0; min-width: 0; justify-content: space-between; }
  .nav li:last-child > .sub { left: auto; right: 0; }
  .nav li:has(> [data-nav-menu]):not(.open) > .sub { opacity: 0; visibility: hidden; }
}


.report-preview picture { display:block; flex:0 0 39%; max-width:155px; }
.report-preview picture img { width:100%; max-width:none; }
@media(max-width:900px){.report-preview picture{max-width:110px;}}


.hero-b .lens-stage { contain: layout paint; isolation: isolate; }
.hero-b .lens-window { position: absolute; left: 0; top: 0; width: calc(var(--lr) * 2); height: calc(var(--lr) * 2); border-radius: 50%; overflow: hidden; display: none; will-change: transform; }
.hero-b .lens-window .lens-ir { clip-path: none; max-width: none; will-change: transform; }
.hero-b .lens-ring { left: 0; top: 0; display: none; will-change: transform; }
.hero-b .lens-ready .lens-window, .hero-b .lens-ready .lens-ring { display: block; }
.hero-b .lens-stage.full .lens-window { width: 100%; height: 100%; border-radius: 0; transform: none !important; }
.hero-b .lens-stage.full .lens-ir { transform: none !important; }
.hero-b .lens-stage.full .lens-ring { display: none; }


.z32-guide { background: #fff; }
.z32-guide .container { max-width: 1060px; }
.z32-guide .breadcrumb { color: var(--muted); font-size: .875rem; margin-bottom: 1.5rem; }
.z32-toc { border: 1px solid var(--line); border-radius: var(--radius-card); padding: 1.25rem; margin-bottom: 2rem; background: var(--bg-alt); }
.z32-toc>strong { color: var(--navy); }
.z32-toc>div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .25rem 1.5rem; margin-top: .5rem; }
.z32-toc a { display: flex; align-items: center; min-height: 44px; font-size: .9375rem; text-underline-offset: .2em; }
.z32-guide :is(h2,h3,h4) { color: var(--navy); text-transform: none; letter-spacing: -.01em; line-height: 1.25; }
.z32-guide h2 { font-size: clamp(1.5rem,2.4vw,2rem); margin: 3rem 0 1.25rem; padding-top: 1.5rem; border-top: 1px solid var(--line); scroll-margin-top: 110px; max-width: 48ch; }
.z32-guide .z32-content>h2:first-child { margin-top: 0; padding-top: 0; border: 0; }
.z32-guide h3 { font-size: 1.25rem; margin: 1.75rem 0 .75rem; }
.z32-guide h4 { font-size: 1.0625rem; margin: 1.5rem 0 .75rem; }
.z32-guide p, .z32-guide li { line-height: 1.75; }
.z32-content>:is(p,ul,ol) { max-width: 78ch; }
.z32-guide li { margin: .5rem 0; }
.z32-guide strong { font-weight: 650; }
.z32-guide :is(.info-box,.warning-box,.key-points) { border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: var(--radius-card); padding: clamp(1rem,3vw,1.5rem); margin: 1.5rem 0; background: var(--bg-alt); max-width: 78ch; }
.z32-guide :is(.info-box,.warning-box,.key-points)>:first-child { margin-top: 0; }
.z32-guide :is(.info-box,.warning-box,.key-points)>:last-child { margin-bottom: 0; }
.z32-guide .patient-care-classifications { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; margin: 1.75rem 0; }
.z32-guide .care-card { border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: var(--radius-card); padding: 1.25rem; min-width: 0; }
.z32-guide .care-title { margin: 0 0 1rem; }
.z32-guide .care-card :is(p,li) { font-size: .9375rem; }
.z32-guide .care-card ul { margin-bottom: 0; }
.z32-guide .faq-item { padding: 1.25rem 0; border-bottom: 1px solid var(--line); max-width: 78ch; }
.z32-guide .faq-item h3 { margin-top: 0; }
.z32-guide .faq-item p { margin-bottom: 0; }
.z32-guide .cta-section { background: var(--navy); color: #fff; border-radius: var(--radius-card); padding: clamp(1.25rem,4vw,2.5rem); margin: 2.5rem 0; }
.z32-guide .cta-section h2 { color: #fff; margin: 0 0 1rem; border: 0; padding: 0; }
.z32-guide .cta-section .btn { background: #fff; color: var(--navy); border-color: #fff; }
.z32-guide .cta-section .btn:focus-visible { outline-color: #fff; }
.z32-guide .z32-source-note { font-size: .875rem; color: var(--muted); max-width: 86ch; }
.z32-coverage h2 { max-width: 30ch; }
.z32-why-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: center; gap: 3rem; margin-top: 1.75rem; }
.z32-benefits { display: grid; gap: 1.25rem; }
.z32-benefits h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.z32-benefits p { margin: 0; }
.z32-why figure { margin: 0; }
.z32-why img { width: 100%; height: auto; border-radius: var(--radius-card); }
@media(max-width:900px) { .z32-guide .patient-care-classifications { grid-template-columns: 1fr; } }
@media(max-width:700px) {
  .z32-toc>div { grid-template-columns: 1fr; }
  .z32-guide h2 { margin-top: 2.25rem; scroll-margin-top: 95px; }
  .z32-guide .care-card :is(p,li) { font-size: 1rem; }
  .z32-why-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .z32-why figure { max-width: 300px; }
}


.plan-note { max-width: 72ch; margin: 1.5rem 0 0; padding: .9rem 1.1rem; border-left: 3px solid var(--blue); background: #fff; border-radius: 0 var(--radius-card) var(--radius-card) 0; }
.section:not(.alt) .plan-note { background: var(--bg-alt); }
.plan-cols { margin-top: 2.2rem; gap: 2.5rem; align-items: start; }
.plan-cols h3 { margin-top: 0; }
.section.alt .planning-card { background: #fff; }
.plan-subhead { margin: 2.6rem 0 0; }
.topic .text-link { margin-top: .3rem; }
[data-sec$="-faq"] .faq { margin: 0; }
@media (max-width: 700px) {
  .plan-cols { gap: 1.5rem; }
  .plan-subhead { margin-top: 2rem; }
}
.plan-cols + .service-links { margin-top: 2rem; }
.plan-subhead + .service-links { margin-top: 1rem; }
