@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/instrument-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/bodoni-moda-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/bodoni-moda-latin-italic.woff2") format("woff2");
}

/* Crawlable service pages */
html:has(.seo-page), body:has(.seo-page) { height: auto; min-height: 100%; overflow-y: auto; overscroll-behavior: auto; }
@supports not selector(html:has(body)) {
  html, body { height: auto; min-height: 100%; overflow-y: auto; overscroll-behavior: auto; }
}
.seo-page {
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ink);
  background: radial-gradient(circle at 86% 7%, rgba(66,111,148,.09), transparent 30rem), var(--paper);
  font-family: var(--font-sans);
}
.seo-page a { color: inherit; }
.seo-header { display: grid; width: min(100% - 48px, 1240px); min-height: 96px; grid-template-columns: auto 1fr; align-items: center; gap: 48px; margin: 0 auto; border-bottom: 1px solid var(--line-soft); }
.seo-header > a:first-child { display: block; width: clamp(150px, 13vw, 188px); }
.seo-header img { display: block; width: 100%; height: auto; }
.seo-primary-nav { display: flex; justify-content: flex-end; gap: clamp(16px, 2vw, 31px); }
.seo-primary-nav a { font-size: 9px; font-weight: 670; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.seo-primary-nav a:hover, .seo-primary-nav a:focus-visible { color: var(--blue); }
.seo-mobile-nav { display: none; }
.seo-breadcrumbs { display: flex; width: min(100% - 48px, 1240px); gap: 10px; margin: 28px auto 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.seo-breadcrumbs > span { display: inline-flex; gap: 10px; }
.seo-breadcrumbs i { font-style: normal; }
.seo-breadcrumbs a { text-decoration: none; }
.seo-breadcrumbs a:hover { color: var(--blue); }
.seo-hero { width: min(100% - 48px, 1240px); padding: clamp(92px, 13vw, 172px) 0 clamp(84px, 11vw, 140px); margin: 0 auto; }
.seo-detail-hero { padding-top: clamp(62px, 8vw, 112px); }
.seo-eyebrow, .seo-section-heading > p, .seo-callout > p, .seo-related > p { margin: 0 0 25px; color: var(--blue); font-size: 10px; font-weight: 680; letter-spacing: .17em; text-transform: uppercase; }
.seo-hero h1 { max-width: 990px; margin: 0; font-family: var(--font-display), serif; font-size: clamp(54px, 8vw, 112px); font-weight: 440; letter-spacing: -.055em; line-height: .92; }
.seo-lede { max-width: 760px; margin: 46px 0 0 auto; color: #36495c; font-size: clamp(17px, 2vw, 23px); line-height: 1.55; }
.seo-profile-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr); align-items: end; gap: clamp(45px, 7vw, 110px); }
.seo-profile-hero > div { min-width: 0; }
.seo-profile-hero img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; filter: saturate(.82); }
.seo-review-row { display: flex; width: min(100% - 48px, 1240px); flex-wrap: wrap; gap: 12px 28px; margin: 0 auto; padding: 18px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); color: var(--muted); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.seo-content-sections { width: min(100% - 48px, 1240px); margin: 0 auto; }
.seo-content-sections > section { display: grid; grid-template-columns: 1fr 3fr; gap: 36px; padding: clamp(70px, 9vw, 116px) 0; border-bottom: 1px solid var(--line-soft); }
.seo-content-sections small { color: var(--blue); font-size: 10px; letter-spacing: .14em; }
.seo-content-sections h2, .seo-download-panel h2, .seo-form-success h2 { max-width: 850px; margin: 0 0 30px; font-family: var(--font-display), serif; font-size: clamp(38px, 5vw, 68px); font-weight: 440; letter-spacing: -.045em; line-height: 1; }
.seo-content-sections p { max-width: 780px; margin: 0 0 20px; color: #415364; font-size: 16px; line-height: 1.72; }
.seo-content-sections ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; max-width: 880px; padding: 1px; margin: 36px 0 0; background: var(--line-soft); list-style: none; }
.seo-content-sections li { min-height: 82px; padding: 22px; background: rgba(246,241,232,.98); font-family: var(--font-display), serif; font-size: 21px; line-height: 1.2; }
.seo-download-panel, .seo-contact-panel, .seo-sources { width: min(100% - 48px, 1240px); margin: 75px auto 0; padding: clamp(50px, 7vw, 88px); background: var(--ink); color: var(--surface); }
.seo-download-panel > p { margin: 0 0 20px; color: #9fbbcf; font-size: 10px; font-weight: 680; letter-spacing: .16em; text-transform: uppercase; }
.seo-download { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; padding-bottom: 8px; border-bottom: 1px solid #9fbbcf; color: #c8dce9 !important; font-size: 11px; font-weight: 680; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.seo-contact-panel { background: rgba(255,253,248,.72); color: var(--ink); border: 1px solid var(--line-soft); }
.seo-contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 9px; font-weight: 680; letter-spacing: .1em; text-transform: uppercase; }
.seo-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.seo-contact-form input, .seo-contact-form select, .seo-contact-form textarea { width: 100%; min-height: 50px; padding: 12px 0; border: 0; border-top: 1px solid rgba(18,35,56,.18); border-bottom: 1px solid rgba(18,35,56,.25); outline: none; background: transparent; color: var(--ink); font-size: 16px; text-transform: none; }
.seo-contact-form textarea { resize: vertical; }
.seo-contact-form input:focus, .seo-contact-form select:focus, .seo-contact-form textarea:focus { border-color: var(--blue); }
.seo-contact-form .honeypot { 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; }
.seo-phone-input { display: grid; grid-template-columns: minmax(140px, .55fr) 1fr; gap: 14px; }
.seo-message-field { grid-column: 1 / -1; }
.seo-submit { display: inline-flex; min-height: 50px; align-items: center; gap: 14px; margin-top: 30px; padding: 0 24px; border: 0; background: var(--ink); color: var(--surface); font-size: 10px; font-weight: 680; letter-spacing: .12em; text-transform: uppercase; }
.seo-submit:disabled { opacity: .58; }
.seo-form-error { color: #8d2f2f; }
.seo-form-note { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.seo-form-success { padding: 20px 0; }
.seo-form-success p { color: #415364; line-height: 1.6; }
.seo-sources { background: transparent; color: var(--ink); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.seo-sources h2 { margin: 0 0 25px; font-family: var(--font-display), serif; font-size: 34px; font-weight: 450; }
.seo-sources ul { display: flex; flex-wrap: wrap; gap: 15px 30px; padding: 0; margin: 0; list-style: none; }
.seo-sources a { color: var(--blue); font-size: 11px; font-weight: 680; letter-spacing: .1em; text-transform: uppercase; }
.seo-answer { display: grid; width: min(100% - 48px, 1240px); grid-template-columns: minmax(140px, 1fr) 3fr; gap: 36px; margin: 0 auto 120px; padding: 34px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.seo-answer p { margin: 4px 0 0; color: var(--blue); font-size: 10px; font-weight: 680; letter-spacing: .16em; text-transform: uppercase; }
.seo-answer strong { max-width: 850px; font-family: var(--font-display), serif; font-size: clamp(25px, 3vw, 39px); font-weight: 430; line-height: 1.22; }
.seo-service-grid, .seo-outcomes, .seo-capabilities, .seo-faq, .seo-related { width: min(100% - 48px, 1240px); margin: 0 auto; padding: 110px 0; border-top: 1px solid var(--line-soft); }
.seo-section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 36px; margin-bottom: 58px; }
.seo-section-heading h2 { max-width: 820px; margin: 0; font-family: var(--font-display), serif; font-size: clamp(38px, 5vw, 68px); font-weight: 440; letter-spacing: -.045em; line-height: 1; }
.seo-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.seo-card { min-height: 360px; padding: clamp(30px, 4vw, 52px); background: rgba(246,241,232,.96); text-decoration: none; transition: background 220ms ease, transform 220ms ease; }
.seo-card:hover { position: relative; background: #faf5ec; transform: translateY(-3px); }
.seo-card small { color: var(--blue); font-size: 10px; letter-spacing: .14em; }
.seo-card h3 { margin: 68px 0 22px; font-family: var(--font-display), serif; font-size: clamp(31px, 4vw, 49px); font-weight: 440; letter-spacing: -.04em; }
.seo-card p { max-width: 500px; margin: 0; color: #4f5f6d; line-height: 1.65; }
.seo-card span { display: block; margin-top: 30px; color: var(--blue); font-size: 10px; font-weight: 680; letter-spacing: .13em; text-transform: uppercase; }
.seo-outcomes ol { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; border-top: 1px solid var(--line-soft); list-style: none; }
.seo-outcomes li { min-height: 220px; padding: 26px 25px; border-right: 1px solid var(--line-soft); }
.seo-outcomes li:last-child { border-right: 0; }
.seo-outcomes li span { color: var(--blue); font-size: 10px; letter-spacing: .13em; }
.seo-outcomes li p { margin: 70px 0 0; font-family: var(--font-display), serif; font-size: 24px; line-height: 1.2; }
.seo-capabilities > div:last-child { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px 80px; margin-left: 25%; }
.seo-capabilities article { padding-top: 24px; border-top: 1px solid var(--line-soft); }
.seo-capabilities h3 { margin: 0 0 15px; font-family: var(--font-display), serif; font-size: 30px; font-weight: 470; }
.seo-capabilities article p { margin: 0; color: #4f5f6d; font-size: 15px; line-height: 1.7; }
.seo-faq > div:last-child { margin-left: 25%; }
.seo-faq details { border-top: 1px solid var(--line-soft); }
.seo-faq details:last-child { border-bottom: 1px solid var(--line-soft); }
.seo-faq summary { padding: 27px 42px 27px 0; cursor: pointer; font-family: var(--font-display), serif; font-size: 24px; list-style-position: outside; }
.seo-faq details p { max-width: 760px; margin: -8px 0 28px; color: #4f5f6d; font-size: 15px; line-height: 1.7; }
.seo-callout { width: min(100% - 48px, 1240px); margin: 40px auto 0; padding: clamp(65px, 8vw, 105px); color: #f7f1e7; background: var(--ink); }
.seo-callout > p { color: #8eacc2; }
.seo-callout h2 { max-width: 900px; margin: 0 auto; font-family: var(--font-display), serif; font-size: clamp(40px, 6vw, 78px); font-weight: 430; letter-spacing: -.045em; line-height: 1; }
.seo-callout a { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; margin-top: 45px; padding: 0 28px; border: 1px solid rgba(183,208,226,.42); color: #b7d0e2; font-size: clamp(13px, 1vw, 16px); font-weight: 680; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.seo-related > p { margin-bottom: 28px; }
.seo-related > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-soft); border-left: 1px solid var(--line-soft); }
.seo-related a { display: flex; min-height: 96px; align-items: center; justify-content: space-between; padding: 25px 24px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); font-family: var(--font-display), serif; font-size: 23px; text-decoration: none; }
.seo-related a:not(:first-child) { padding-left: 24px; }
.seo-related a span { color: var(--blue); }
.seo-footer { display: flex; width: min(100% - 48px, 1240px); justify-content: space-between; gap: 40px; margin: 0 auto; padding: 38px 0 46px; color: var(--muted); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.seo-footer address { font-style: normal; }
.seo-footer p { margin: 0; }
.seo-footer > div { display: grid; gap: 8px; }
.seo-footer nav { display: flex; max-width: 680px; flex-wrap: wrap; justify-content: flex-end; gap: 13px 22px; }
.seo-footer nav a { text-decoration: none; }
.seo-footer nav a:hover, .seo-footer nav a:focus-visible { color: var(--blue); }

@keyframes seo-mobile-backdrop-in {
  from { opacity: 0; backdrop-filter: blur(0); }
  to { opacity: 1; backdrop-filter: blur(9px); }
}

@keyframes seo-mobile-backdrop-out {
  from { opacity: 1; backdrop-filter: blur(9px); }
  to { opacity: 0; backdrop-filter: blur(0); }
}

@keyframes seo-mobile-drawer-in {
  from { opacity: 0; transform: translate3d(28px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes seo-mobile-drawer-out {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(28px, 0, 0); }
}

@keyframes seo-mobile-item-fade {
  from { opacity: 0; transform: translate3d(14px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 960px) {
  .seo-header { width: min(100% - 32px, 1240px); min-height: 76px; }
  .seo-header:has(.seo-mobile-nav.is-open),
  .seo-header:has(.seo-mobile-nav.is-closing) { z-index: 90; }
  .seo-header > a:first-child { width: 130px; }
  .seo-primary-nav { display: none; }
  .seo-mobile-nav { position: relative; z-index: 80; display: block; justify-self: end; isolation: isolate; }
  .seo-mobile-nav-toggle { position: relative; z-index: 84; display: grid; width: 48px; height: 48px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); }
  .seo-mobile-nav-toggle span,
  .seo-mobile-nav-toggle span::before,
  .seo-mobile-nav-toggle span::after { display: block; width: 23px; height: 1.5px; border-radius: 999px; background: currentColor; content: ""; transition: transform 360ms var(--ease), opacity 220ms ease, background-color 220ms ease; }
  .seo-mobile-nav-toggle span { position: relative; }
  .seo-mobile-nav-toggle span::before,
  .seo-mobile-nav-toggle span::after { position: absolute; left: 0; }
  .seo-mobile-nav-toggle span::before { top: -7px; }
  .seo-mobile-nav-toggle span::after { top: 7px; }
  .seo-mobile-nav.is-open .seo-mobile-nav-toggle span,
  .seo-mobile-nav.is-closing .seo-mobile-nav-toggle span { background: transparent; }
  .seo-mobile-nav.is-open .seo-mobile-nav-toggle span::before,
  .seo-mobile-nav.is-closing .seo-mobile-nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
  .seo-mobile-nav.is-open .seo-mobile-nav-toggle span::after,
  .seo-mobile-nav.is-closing .seo-mobile-nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }
  .seo-mobile-nav-backdrop { position: fixed; inset: 0; z-index: 81; padding: 0; border: 0; background: rgba(0,0,0,.38); animation: seo-mobile-backdrop-in 430ms ease both; }
  .seo-mobile-nav-backdrop.is-closing { animation: seo-mobile-backdrop-out 420ms ease both; }
  .seo-mobile-nav nav { position: fixed; top: calc(78px + env(safe-area-inset-top)); right: 16px; z-index: 83; display: grid; width: min(318px, calc(100vw - 32px)); max-height: calc(100svh - 94px); overflow-y: auto; border: 1px solid rgba(18,35,56,.11); background: rgba(255,253,248,.95); box-shadow: 0 28px 72px rgba(0,0,0,.22); animation: seo-mobile-drawer-in 520ms var(--ease) both; }
  .seo-mobile-nav.is-closing nav { animation: seo-mobile-drawer-out 420ms cubic-bezier(.55,0,1,.45) both; }
  .seo-mobile-nav nav a { display: flex; min-height: 58px; align-items: center; padding: 15px 22px; border-bottom: 1px solid var(--line-soft); font-family: var(--font-display), Georgia, serif; font-size: 19px; font-weight: 470; letter-spacing: 0; line-height: 1.12; text-decoration: none; opacity: 0; animation: seo-mobile-item-fade 520ms var(--ease) both; }
  .seo-mobile-nav nav a:nth-child(1) { animation-delay: 90ms; }
  .seo-mobile-nav nav a:nth-child(2) { animation-delay: 155ms; }
  .seo-mobile-nav nav a:nth-child(3) { animation-delay: 220ms; }
  .seo-mobile-nav nav a:nth-child(4) { animation-delay: 285ms; }
  .seo-mobile-nav nav a:nth-child(5) { animation-delay: 350ms; }
  .seo-mobile-nav.is-closing nav a { animation: none; opacity: 1; }
  .seo-breadcrumbs, .seo-hero, .seo-answer, .seo-service-grid, .seo-outcomes, .seo-capabilities, .seo-faq, .seo-related, .seo-callout, .seo-footer, .seo-review-row, .seo-content-sections, .seo-download-panel, .seo-contact-panel, .seo-sources { width: min(100% - 32px, 1240px); }
  .seo-breadcrumbs { overflow: hidden; gap: 7px; font-size: 8px; white-space: nowrap; }
  .seo-hero { padding: 74px 0 82px; }
  .seo-detail-hero { padding-top: 52px; }
  .seo-hero h1 { font-size: clamp(45px, 14vw, 67px); }
  .seo-lede { margin-top: 32px; font-size: 16px; }
  .seo-profile-hero { grid-template-columns: 1fr; }
  .seo-profile-hero img { width: min(100%, 360px); }
  .seo-content-sections > section { grid-template-columns: 1fr; gap: 18px; }
  .seo-content-sections ul { grid-template-columns: 1fr; }
  .seo-form-grid { grid-template-columns: 1fr; }
  .seo-message-field { grid-column: auto; }
  .seo-phone-input { grid-template-columns: 1fr; gap: 2px; }
  .seo-answer { grid-template-columns: 1fr; gap: 18px; margin-bottom: 75px; }
  .seo-service-grid, .seo-outcomes, .seo-capabilities, .seo-faq, .seo-related { padding: 75px 0; }
  .seo-section-heading { grid-template-columns: 1fr; gap: 4px; margin-bottom: 38px; }
  .seo-cards { grid-template-columns: 1fr; }
  .seo-card { min-height: 300px; }
  .seo-card h3 { margin-top: 48px; }
  .seo-outcomes ol { grid-template-columns: 1fr 1fr; }
  .seo-outcomes li:nth-child(2) { border-right: 0; }
  .seo-outcomes li { border-bottom: 1px solid var(--line-soft); }
  .seo-outcomes li p { margin-top: 42px; font-size: 21px; }
  .seo-capabilities > div:last-child { grid-template-columns: 1fr; gap: 32px; margin-left: 0; }
  .seo-faq > div:last-child { margin-left: 0; }
  .seo-faq summary { font-size: 21px; }
  .seo-callout { margin-top: 10px; padding: 50px 27px; }
  .seo-related > div { grid-template-columns: 1fr; }
  .seo-related a, .seo-related a:not(:first-child) { padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .seo-footer { flex-direction: column; gap: 24px; line-height: 1.5; }
  .seo-footer nav { justify-content: flex-start; }
}

/* Full-bleed editorial experience.
   Content remains server-rendered and visible until the tiny motion controller
   is active, so animation never becomes a crawlability requirement. */
.seo-page {
  --editorial-gutter: clamp(24px, 5vw, 88px);
  --editorial-width: 1460px;
  background:
    radial-gradient(circle at 86% 7%, rgba(66,111,148,.12), transparent 33rem),
    linear-gradient(180deg, #f7f2e9 0%, #f4eee4 100%);
}

@keyframes seo-header-slide-down {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(0, -26px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes seo-breadcrumb-slide-in {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-72px, 0, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes seo-title-blur-in {
  from {
    opacity: 0;
    filter: blur(24px);
    transform: translate3d(0, 8px, 0) scale(.982);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes seo-intro-rise-in {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 72px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes seo-eyebrow-fade-in {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes seo-cue-drift {
  0%, 100% {
    transform: translate3d(-50%, 0, 0);
  }
  50% {
    transform: translate3d(-50%, 9px, 0);
  }
}

@keyframes seo-cue-enter {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-50%, 18px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes seo-cue-arrow-bounce {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}

@keyframes seo-line-blur-in {
  from {
    opacity: 0;
    filter: blur(16px);
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

.seo-header {
  position: relative;
  z-index: 30;
  width: 100%;
  min-height: 104px;
  padding-inline: max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
  border-bottom-color: rgba(18,35,56,.12);
  background: rgba(247,242,233,.78);
  backdrop-filter: blur(18px);
  animation: seo-header-slide-down 1400ms cubic-bezier(.2,.8,.2,1) 80ms both;
}

.seo-primary-nav a {
  position: relative;
  padding-block: 10px;
  transition: color 240ms ease, transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-primary-nav a:hover,
.seo-primary-nav a:focus-visible {
  color: var(--blue);
  transform: translateY(-2px);
}

.seo-primary-nav a:hover::after,
.seo-primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.seo-breadcrumbs {
  position: relative;
  z-index: 4;
  width: fit-content;
  max-width: min(calc(100% - (var(--editorial-gutter) * 2)), var(--editorial-width));
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 13px 18px;
  border: 1px solid rgba(18,35,56,.1);
  border-radius: 999px;
  background: rgba(255,253,248,.42);
  box-shadow: 0 16px 42px rgba(18,35,56,.06);
  color: #4f5f6d;
  letter-spacing: .11em;
  backdrop-filter: blur(14px);
  animation: seo-breadcrumb-slide-in 1400ms cubic-bezier(.2,.8,.2,1) 260ms both;
}

.seo-breadcrumbs span[aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.seo-breadcrumbs i,
.seo-breadcrumbs > span:not(:has(a)):not(:has([aria-current="page"])) {
  color: rgba(29,78,128,.55);
}

.seo-hero {
  position: relative;
  width: 100%;
  margin-top: -74px;
  padding: calc(clamp(42px, 5.6vw, 86px) + 74px) 0 clamp(108px, 11vw, 160px);
  overflow: hidden;
}

.seo-detail-hero {
  padding-top: calc(clamp(40px, 5vw, 80px) + 74px);
}

.seo-hero::before {
  position: absolute;
  top: 11%;
  right: -8vw;
  width: min(46vw, 700px);
  aspect-ratio: 1;
  border: 1px solid rgba(29,78,128,.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 10vw rgba(29,78,128,.025), 0 0 0 20vw rgba(29,78,128,.018);
  pointer-events: none;
}

.seo-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--editorial-gutter) * 2)), var(--editorial-width));
  margin-inline: auto;
}

.seo-hero h1 {
  max-width: 1140px;
  font-family: var(--font-display), serif;
  font-size: clamp(58px, 8.4vw, 128px);
  animation: seo-title-blur-in 1600ms cubic-bezier(.2,.8,.2,1) 420ms both;
}

.seo-eyebrow {
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: .16em;
  animation: seo-eyebrow-fade-in 1150ms ease 340ms both;
}

.seo-lede {
  max-width: 820px;
  margin: clamp(38px, 5vw, 70px) 0 0 auto;
  font-size: clamp(18px, 1.8vw, 25px);
  animation: seo-intro-rise-in 1550ms cubic-bezier(.2,.8,.2,1) 720ms both;
}

.seo-scroll-cue {
  position: absolute;
  bottom: clamp(22px, 3vw, 38px);
  left: 50%;
  z-index: 2;
  display: grid;
  width: 110px;
  min-height: 62px;
  place-items: center;
  color: var(--blue);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: .18em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate3d(-50%, 0, 0);
  animation: seo-cue-enter 980ms cubic-bezier(.2,.8,.2,1) 1.65s both;
  transition: opacity 520ms ease;
}

.seo-content-hero:not(.seo-long-hero) .seo-scroll-cue {
  bottom: clamp(58px, 6vw, 86px);
}

.seo-service-cue-hero .seo-scroll-cue {
  bottom: clamp(58px, 6vw, 86px);
}

.seo-service-cue-hero .seo-lede {
  position: relative;
  top: clamp(-88px, -6.2vw, -58px);
  max-width: 700px;
  margin-top: clamp(12px, 1.8vw, 28px);
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.45;
}

.seo-scroll-cue i {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  animation: seo-cue-arrow-bounce 1.65s ease-in-out 2.45s infinite;
}

.seo-cue-ready .seo-scroll-cue {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(-50%, 0, 0);
  animation: none;
}

.seo-page-scrolled .seo-scroll-cue {
  opacity: 0;
  filter: blur(8px);
  animation: none;
  pointer-events: none;
}

.seo-long-hero {
  min-height: calc(100vh - 36px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.seo-long-hero h1 {
  max-width: 1040px;
  font-size: clamp(52px, 5.6vw, 96px);
}

.seo-long-hero .seo-lede {
  max-width: 760px;
  margin-top: clamp(20px, 2.6vw, 40px);
  font-size: clamp(17px, 1.55vw, 22px);
}

.seo-long-hero .seo-scroll-cue {
  bottom: clamp(76px, 7vw, 100px);
}

.seo-contact-hero {
  min-height: calc(100vh - 18px);
}

.seo-contact-hero .seo-scroll-cue {
  bottom: clamp(48px, 5vw, 72px);
}

.seo-contact-hero h1 .seo-split-line {
  display: block;
}

.seo-contact-hero + .seo-content-sections p {
  max-width: 1040px;
}

.seo-profile-hero {
  display: block;
  min-height: calc(100vh - 18px);
}

.seo-content-hero.seo-profile-hero .seo-scroll-cue {
  bottom: clamp(68px, 6.4vw, 96px);
}

.seo-profile-hero .seo-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(45px, 8vw, 128px);
}

.seo-profile-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  filter: saturate(.82);
  box-shadow: 28px 28px 0 rgba(29,78,128,.08);
}

.seo-review-row {
  width: 100%;
  margin: 0;
  padding: 20px max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
  border-color: rgba(18,35,56,.14);
  background: rgba(255,253,248,.58);
}

.seo-content-sections {
  width: 100%;
  margin: 0;
}

.seo-content-sections > section {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(82px, 10vw, 152px) 0;
  overflow: hidden;
  border: 0;
}

.seo-content-sections > section:nth-child(odd) {
  background:
    linear-gradient(180deg, rgba(255,253,248,.55), rgba(241,234,223,.82)),
    #f5efe4;
}

.seo-content-sections > section:nth-child(even) {
  background:
    linear-gradient(110deg, rgba(29,78,128,.94), rgba(18,35,56,.98)),
    var(--ink);
  color: #f8f3ea;
}

.seo-content-sections > section:nth-child(even)::after {
  position: absolute;
  right: -12vw;
  bottom: -25vw;
  width: 55vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 9vw rgba(255,255,255,.025), 0 0 0 18vw rgba(255,255,255,.018);
}

.seo-section-inner {
  position: relative;
  z-index: 1;
  display: block;
  width: min(calc(100% - (var(--editorial-gutter) * 2)), var(--editorial-width));
  margin-inline: auto;
  text-align: center;
}

.seo-content-sections small {
  display: block;
  margin: 0 auto 18px;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.seo-content-sections h2 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: .98;
}

.seo-content-sections h2:is(
  :where(:has(+ p + p + ul)),
  :where(:has(+ p + ul))
) {
  max-width: 1240px;
}

.seo-content-sections h2:is(:has(+ p)) {
  text-wrap: balance;
}

.seo-content-sections h2.seo-nowrap-heading {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(40px, 4.8vw, 68px);
}

.seo-content-sections p {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(16px, 1.35vw, 19px);
}

.seo-content-sections > section:nth-child(even) small {
  color: #a7c9df;
}

.seo-content-sections > section:nth-child(even) p {
  color: rgba(248,243,234,.76);
}

.seo-content-sections ul {
  max-width: 980px;
  margin-inline: auto;
  background: rgba(18,35,56,.15);
}

.seo-content-sections ul:has(li:nth-child(3):last-child) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
}

.seo-content-sections li {
  position: relative;
  min-height: 108px;
  padding: 30px;
  overflow: hidden;
  background: #f4eee4;
  color: var(--ink);
  text-align: center;
  transition: color 260ms ease, background 260ms ease, transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-content-sections li::before {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.seo-content-sections li:hover {
  z-index: 2;
  background: #fffdf8;
  color: var(--blue);
  transform: translateY(-4px);
}

.seo-content-sections h2 .seo-split-line {
  display: block;
}

.seo-content-sections h2:has(.seo-split-line) {
  max-width: 1160px;
}

.seo-content-sections > section:nth-child(2) p {
  max-width: 1040px;
}

.seo-office-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(290px, .7fr) minmax(0, 1.5fr);
  gap: clamp(42px, 7vw, 120px);
  padding: clamp(90px, 11vw, 160px) max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
  background: #13253a;
  color: #f8f3ea;
}

.seo-office-gallery-copy {
  align-self: center;
}

.seo-office-gallery-copy h2 {
  margin: 0 0 30px;
  font-family: var(--font-display), serif;
  font-size: clamp(43px, 5vw, 78px);
  font-weight: 440;
  letter-spacing: -.045em;
  line-height: .98;
}

.seo-office-gallery-copy > p:last-child {
  color: rgba(248,243,234,.72);
  font-size: 16px;
  line-height: 1.7;
}

.seo-office-images {
  display: grid;
  grid-template-columns: 1.1fr .82fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 12px;
}

.seo-office-images img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  transition: filter 420ms ease, transform 620ms cubic-bezier(.2,.8,.2,1);
}

.seo-office-images img:first-child {
  grid-row: 1 / 3;
}

.seo-office-images img:hover {
  z-index: 2;
  filter: saturate(1) contrast(1);
  transform: scale(1.018);
}

.seo-contact-panel {
  width: 100%;
  margin: 0;
  padding: clamp(80px, 10vw, 140px) max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
  border: 0;
  background:
    linear-gradient(180deg, rgba(255,253,248,.64), rgba(241,234,223,.78)),
    #f5efe4;
}

.seo-contact-form .seo-submit {
  display: flex;
  margin-inline: auto;
}

.seo-related {
  width: 100%;
  margin: 0;
  padding: clamp(78px, 9vw, 128px) max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
  border: 0;
  background: #f1eadf;
}

.seo-related a {
  transition: color 240ms ease, padding 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-related a:hover,
.seo-related a:focus-visible {
  color: var(--blue);
  padding-right: 30px;
}

.seo-related a span {
  transition: transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-related a:hover span,
.seo-related a:focus-visible span {
  transform: translateX(8px);
}

.seo-callout {
  width: 100%;
  margin: 0;
  padding: clamp(90px, 11vw, 160px) max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
  background:
    radial-gradient(circle at 86% 48%, rgba(89,141,179,.25), transparent 34%),
    var(--ink);
  text-align: center;
}

.seo-callout > p,
.seo-callout h2 {
  margin-inline: auto;
}

.seo-footer {
  width: 100%;
  margin: 0;
  padding: 42px max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2)) 52px;
  border-top: 1px solid rgba(18,35,56,.16);
  background:
    linear-gradient(180deg, rgba(222,211,195,.98), rgba(216,204,186,.98)),
    #d8ccba;
}

/* The service templates use the same full-width visual rhythm. */
.seo-service-grid,
.seo-outcomes,
.seo-capabilities,
.seo-faq,
.seo-answer {
  width: 100%;
  margin-inline: 0;
  padding-inline: max(var(--editorial-gutter), calc((100vw - var(--editorial-width)) / 2));
}

.seo-service-grid,
.seo-capabilities {
  background:
    linear-gradient(180deg, rgba(255,253,248,.52), rgba(241,234,223,.8)),
    #f5efe4;
}

.seo-outcomes,
.seo-faq,
.seo-answer {
  background: #f1eadf;
}

.seo-outcomes {
  background:
    radial-gradient(circle at 12% 18%, rgba(29,78,128,.08), transparent 28rem),
    linear-gradient(180deg, rgba(232,223,210,.98), rgba(244,238,228,.94)),
    #e8dfd2;
}

.seo-answer {
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.seo-card {
  overflow: hidden;
}

.seo-card::after {
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 34px;
  background: var(--blue);
  content: "";
  transform-origin: left;
  transition: width 420ms cubic-bezier(.2,.8,.2,1);
}

.seo-card:hover::after {
  width: 96px;
}

.seo-service-grid {
  padding-top: clamp(86px, 9vw, 130px);
}

.seo-service-grid .seo-section-heading,
.seo-outcomes .seo-section-heading,
.seo-capabilities .seo-section-heading,
.seo-faq .seo-section-heading {
  display: block;
  width: min(calc(100vw - (var(--editorial-gutter) * 2)), var(--editorial-width));
  max-width: none;
  margin: 0 auto clamp(46px, 6vw, 78px);
  text-align: center;
}

.seo-service-grid .seo-section-heading > p,
.seo-outcomes .seo-section-heading > p,
.seo-capabilities .seo-section-heading > p,
.seo-faq .seo-section-heading > p,
.seo-answer > p {
  margin-bottom: 18px;
  font-size: clamp(14px, 1.1vw, 18px);
  letter-spacing: .16em;
}

.seo-service-grid .seo-section-heading h2 {
  width: 100%;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(36px, 4.4vw, 66px);
}

.seo-cards {
  gap: 16px;
  border: 0;
  background: transparent;
}

.seo-card {
  position: relative;
  border: 1px solid rgba(18,35,56,.1);
  background:
    linear-gradient(145deg, rgba(255,253,248,.82), rgba(241,234,223,.94)),
    #f4eee4;
  box-shadow: 0 18px 46px rgba(18,35,56,.08);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 320ms ease,
    color 240ms ease,
    transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-card:hover,
.seo-card:focus-visible {
  border-color: rgba(29,78,128,.28);
  background:
    linear-gradient(145deg, rgba(29,78,128,.11), rgba(167,125,54,.12)),
    #f7f1e7;
  box-shadow: 0 26px 70px rgba(18,35,56,.14);
}

.seo-answer {
  display: block;
  padding-top: clamp(70px, 8vw, 110px);
  padding-bottom: clamp(70px, 8vw, 110px);
  text-align: center;
}

.seo-answer strong {
  display: block;
  max-width: 980px;
  margin-inline: auto;
}

.seo-outcomes .seo-section-heading h2 .seo-split-line,
.seo-callout h2 .seo-split-line {
  display: block;
}

.seo-motion-ready .seo-outcomes .seo-section-heading h2 .seo-split-line,
.seo-motion-ready .seo-callout h2 .seo-split-line,
.seo-motion-ready .seo-callout a {
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(0, 16px, 0);
}

.seo-motion-ready .seo-outcomes.is-visible .seo-section-heading h2 .seo-split-line,
.seo-motion-ready .seo-callout.is-visible h2 .seo-split-line {
  animation: seo-line-blur-in 1050ms cubic-bezier(.2,.8,.2,1) both;
}

.seo-motion-ready .seo-outcomes.is-visible .seo-section-heading h2 .seo-split-line:nth-child(2),
.seo-motion-ready .seo-callout.is-visible h2 .seo-split-line:nth-child(2) {
  animation-delay: 180ms;
}

.seo-motion-ready .seo-callout.is-visible a {
  animation: seo-line-blur-in 900ms cubic-bezier(.2,.8,.2,1) 440ms both;
}

.seo-outcomes .seo-section-heading h2 {
  max-width: 960px;
  margin-inline: auto;
}

.seo-outcomes ol {
  gap: 16px;
  border: 0;
}

.seo-outcomes li {
  position: relative;
  min-height: 250px;
  padding: 34px 28px;
  overflow: hidden;
  border: 1px solid rgba(18,35,56,.12);
  background:
    radial-gradient(circle at 78% 18%, rgba(167,125,54,.15), transparent 34%),
    linear-gradient(150deg, rgba(255,253,248,.82), rgba(232,223,210,.95)),
    #efe6da;
  box-shadow: 0 20px 56px rgba(18,35,56,.1);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 320ms ease,
    transform 360ms cubic-bezier(.2,.8,.2,1);
}

.seo-outcomes li::after {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 50px;
  height: 1px;
  background: rgba(29,78,128,.4);
  content: "";
  transform-origin: right;
  transition: width 360ms cubic-bezier(.2,.8,.2,1), background 260ms ease;
}

.seo-outcomes li:hover {
  z-index: 2;
  border-color: rgba(29,78,128,.34);
  background:
    radial-gradient(circle at 78% 18%, rgba(29,78,128,.15), transparent 36%),
    linear-gradient(150deg, rgba(255,253,248,.9), rgba(239,230,218,.98)),
    #f3eadf;
  box-shadow: 0 34px 90px rgba(18,35,56,.18);
  transform: translateY(-10px) scale(1.025);
}

.seo-outcomes li:hover::after {
  width: 92px;
  background: var(--blue);
}

.seo-outcomes li span {
  display: block;
  font-family: var(--font-display), serif;
  font-size: clamp(28px, 3vw, 46px);
  letter-spacing: 0;
}

.seo-outcomes li p {
  margin-top: 64px;
}

.seo-motion-ready .seo-outcomes li {
  opacity: 0;
  transform: translate3d(0, 46px, 0);
  transition:
    opacity 820ms ease,
    transform 980ms cubic-bezier(.2,.8,.2,1),
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 320ms ease;
}

.seo-motion-ready .seo-outcomes.is-visible li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.seo-motion-ready .seo-outcomes.is-visible li:nth-child(2) { transition-delay: 90ms; }
.seo-motion-ready .seo-outcomes.is-visible li:nth-child(3) { transition-delay: 180ms; }
.seo-motion-ready .seo-outcomes.is-visible li:nth-child(4) { transition-delay: 270ms; }

.seo-capabilities .seo-section-heading h2,
.seo-faq .seo-section-heading h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(34px, 3.4vw, 60px);
  white-space: normal;
  text-wrap: balance;
}

.seo-capabilities > div:last-child {
  gap: 18px;
  margin-left: 0;
}

.seo-capabilities article {
  min-height: 210px;
  padding: 34px 30px;
  border: 1px solid rgba(18,35,56,.1);
  background:
    linear-gradient(145deg, rgba(255,253,248,.76), rgba(241,234,223,.9)),
    #f4eee4;
  text-align: center;
  box-shadow: 0 18px 46px rgba(18,35,56,.07);
  transition:
    border-color 260ms ease,
    box-shadow 320ms ease,
    transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-capabilities article:hover {
  border-color: rgba(29,78,128,.28);
  box-shadow: 0 26px 68px rgba(18,35,56,.13);
  transform: translateY(-5px);
}

.seo-motion-ready .seo-capabilities h3 {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 850ms ease,
    filter 950ms ease,
    transform 950ms cubic-bezier(.2,.8,.2,1);
}

.seo-motion-ready .seo-capabilities article p {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 850ms ease 120ms,
    transform 980ms cubic-bezier(.2,.8,.2,1) 120ms;
}

.seo-motion-ready .seo-capabilities.is-visible h3,
.seo-motion-ready .seo-capabilities.is-visible article p {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.seo-faq {
  background:
    linear-gradient(180deg, rgba(248,243,234,.92), rgba(232,223,210,.92)),
    #eee5d8;
}

.seo-faq > div:last-child {
  max-width: 980px;
  margin-inline: auto;
}

.seo-faq details {
  border: 1px solid rgba(18,35,56,.1);
  border-bottom: 0;
  background: rgba(255,253,248,.5);
}

.seo-faq details:last-child {
  border-bottom: 1px solid rgba(18,35,56,.1);
}

.seo-faq summary {
  padding: 28px 32px;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 420ms cubic-bezier(.2,.8,.2,1);
}

.seo-faq details[open] .seo-faq-answer {
  grid-template-rows: 1fr;
}

.seo-faq-answer p {
  min-height: 0;
  max-width: 760px;
  margin: 0;
  overflow: hidden;
  color: #4f5f6d;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition:
    opacity 260ms ease,
    transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-faq details[open] .seo-faq-answer p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.seo-faq details p {
  padding: 0 32px 30px;
}

.seo-callout > p {
  font-size: clamp(14px, 1.1vw, 18px);
}

.seo-callout h2 {
  max-width: min(calc(100vw - (var(--editorial-gutter) * 2)), 1460px);
  font-size: clamp(42px, 4.6vw, 70px);
}

.seo-callout h2 .seo-split-line {
  white-space: nowrap;
}

.seo-callout a {
  border-color: rgba(183,208,226,.62);
  box-shadow:
    0 0 0 1px rgba(183,208,226,.08),
    0 0 32px rgba(127,154,174,.24);
  transition:
    border-color 260ms ease,
    box-shadow 320ms ease,
    color 260ms ease,
    transform 320ms cubic-bezier(.2,.8,.2,1);
}

.seo-callout a:hover,
.seo-callout a:focus-visible {
  color: #f7f1e7;
  border-color: rgba(244,219,166,.72);
  box-shadow:
    0 0 0 1px rgba(244,219,166,.16),
    0 0 44px rgba(244,219,166,.26);
  transform: translateY(-3px);
}

.seo-related {
  background:
    linear-gradient(180deg, rgba(226,215,199,.96), rgba(216,204,186,.96)),
    #d8ccba;
  border-top: 1px solid rgba(18,35,56,.16);
  box-shadow: inset 0 1px 0 rgba(255,253,248,.72);
}

.seo-footer {
  border-top: 1px solid rgba(18,35,56,.16);
  background:
    linear-gradient(180deg, rgba(222,211,195,.98), rgba(216,204,186,.98)),
    #d8ccba;
}

.seo-footer nav a {
  position: relative;
  transition: color 220ms ease, transform 260ms cubic-bezier(.2,.8,.2,1);
}

.seo-footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1);
}

.seo-footer nav a:hover,
.seo-footer nav a:focus-visible {
  color: var(--blue);
  transform: translateY(-2px);
}

.seo-footer nav a:hover::after,
.seo-footer nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.seo-motion-ready [data-seo-reveal]:not([data-seo-reveal="breadcrumb"]):not([data-seo-reveal="title"]):not([data-seo-reveal="intro"]) {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 980ms ease,
    transform 1200ms cubic-bezier(.2,.8,.2,1);
}

.seo-motion-ready [data-seo-reveal]:not([data-seo-reveal="breadcrumb"]):not([data-seo-reveal="title"]):not([data-seo-reveal="intro"]).is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 960px) {
  .seo-page {
    --editorial-gutter: 20px;
  }

  .seo-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: calc(78px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    padding-inline: var(--editorial-gutter);
  }

  .seo-header > a:first-child {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .seo-mobile-nav-toggle {
    display: flex;
    min-width: 52px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
    touch-action: manipulation;
  }

  .seo-mobile-nav nav {
    top: calc(78px + env(safe-area-inset-top));
    max-height: calc(100svh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .seo-mobile-nav nav a {
    display: flex;
    min-height: 50px;
    align-items: center;
    touch-action: manipulation;
  }

  .seo-breadcrumbs {
    position: absolute;
    top: calc(90px + env(safe-area-inset-top));
    left: var(--editorial-gutter);
    width: fit-content;
    max-width: calc(100% - (var(--editorial-gutter) * 2));
    margin: 0;
    padding: 12px 14px;
    overflow: visible;
    white-space: normal;
    line-height: 1.5;
  }

  .seo-breadcrumbs a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .seo-breadcrumbs > span,
  .seo-breadcrumbs > span > span[aria-current="page"] {
    min-height: 44px;
    align-items: center;
  }

  .seo-breadcrumbs > span > span[aria-current="page"] {
    display: inline-flex;
  }

  .seo-hero {
    display: grid;
    width: 100%;
    min-height: 100svh;
    min-height: 100dvh;
    align-items: center;
    margin-top: 0;
    padding: max(176px, calc(154px + env(safe-area-inset-top))) 0 max(104px, calc(88px + env(safe-area-inset-bottom)));
  }

  .seo-detail-hero {
    padding-top: max(176px, calc(154px + env(safe-area-inset-top)));
  }

  .seo-hero-inner {
    width: calc(100% - (var(--editorial-gutter) * 2));
  }

  .seo-hero h1 {
    font-size: clamp(47px, 14.5vw, 70px);
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .seo-long-hero h1 {
    font-size: clamp(40px, 10.8vw, 58px);
  }

  .seo-long-hero .seo-lede {
    margin-top: 22px;
  }

  .seo-scroll-cue,
  .seo-content-hero:not(.seo-long-hero) .seo-scroll-cue,
  .seo-content-hero.seo-profile-hero .seo-scroll-cue,
  .seo-service-cue-hero .seo-scroll-cue,
  .seo-long-hero .seo-scroll-cue,
  .seo-contact-hero .seo-scroll-cue,
  .seo-profile-hero .seo-scroll-cue {
    bottom: max(20px, calc(12px + env(safe-area-inset-bottom)));
  }

  .seo-profile-hero .seo-hero-inner {
    grid-template-columns: minmax(0, 1fr) clamp(104px, 30vw, 132px);
    align-items: center;
    gap: clamp(13px, 4vw, 20px);
  }

  .seo-long-hero,
  .seo-contact-hero,
  .seo-profile-hero {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .seo-profile-hero h1 {
    font-size: clamp(34px, 9.8vw, 44px);
    line-height: .98;
  }

  .seo-profile-hero .seo-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .seo-profile-hero .seo-lede {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .seo-profile-hero img {
    width: 100%;
    margin-top: 0;
    box-shadow: 12px 12px 0 rgba(29,78,128,.08);
  }

  .seo-review-row {
    padding-inline: var(--editorial-gutter);
  }

  .seo-content-sections > section {
    padding: 74px 0;
  }

  .seo-section-inner {
    width: calc(100% - (var(--editorial-gutter) * 2));
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .seo-content-sections h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .seo-content-sections h2.seo-nowrap-heading {
    white-space: normal;
    font-size: clamp(34px, 9.4vw, 50px);
  }

  .seo-content-sections p {
    text-align: left;
  }

  .seo-content-sections ul,
  .seo-content-sections ul:has(li:nth-child(3):last-child) {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .seo-office-gallery {
    grid-template-columns: 1fr;
    padding: 78px var(--editorial-gutter);
  }

  .seo-office-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 240px;
  }

  .seo-office-images img:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .seo-contact-panel,
  .seo-related,
  .seo-callout,
  .seo-footer,
  .seo-service-grid,
  .seo-outcomes,
  .seo-capabilities,
  .seo-faq,
  .seo-answer {
    width: 100%;
    padding-inline: var(--editorial-gutter);
  }

  .seo-related > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-related a,
  .seo-related a:not(:first-child) {
    min-height: 112px;
    padding: 18px 14px;
    border-right: 1px solid var(--line-soft);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.1;
  }

  .seo-callout {
    text-align: center;
  }

  .seo-callout a {
    width: min(100%, 320px);
    font-size: 14px;
  }

  .seo-callout h2 .seo-split-line {
    white-space: normal;
  }

  .seo-service-cue-hero {
    padding-bottom: max(128px, calc(106px + env(safe-area-inset-bottom)));
  }

  .seo-service-cue-hero .seo-lede {
    position: static;
    top: auto;
    max-width: 760px;
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.55;
  }

  .seo-service-grid .seo-section-heading > p,
  .seo-outcomes .seo-section-heading > p,
  .seo-capabilities .seo-section-heading > p,
  .seo-faq .seo-section-heading > p,
  .seo-answer > p {
    font-size: 14px;
  }

  .seo-service-grid .seo-section-heading h2 {
    font-size: clamp(24px, 6.2vw, 42px);
    white-space: normal;
    text-wrap: balance;
  }

  .seo-capabilities .seo-section-heading h2,
  .seo-faq .seo-section-heading h2 {
    font-size: clamp(20px, 5.1vw, 38px);
  }

  .seo-outcomes ol {
    gap: 12px;
  }

  .seo-outcomes li {
    min-height: 210px;
    padding: 26px 20px;
  }

  .seo-capabilities article {
    min-height: 0;
  }

  .seo-faq summary {
    min-height: 58px;
    padding: 24px 22px;
    touch-action: manipulation;
  }

  .seo-faq details p {
    padding-inline: 22px;
  }

  .seo-footer nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    touch-action: manipulation;
  }

  .seo-header,
  .seo-breadcrumbs,
  .seo-eyebrow,
  .seo-hero h1,
  .seo-lede,
  .seo-scroll-cue {
    animation-duration: 650ms;
    animation-delay: 0ms;
  }
}

@media (max-width: 960px) and (max-height: 520px) and (orientation: landscape) {
  .seo-header {
    min-height: 58px;
    padding-top: 0;
  }

  .seo-header > a:first-child {
    width: 112px;
    min-height: 36px;
  }

  .seo-mobile-nav-toggle {
    min-height: 36px;
  }

  .seo-breadcrumbs {
    top: 64px;
    padding: 5px 10px;
    font-size: 7px;
  }

  .seo-breadcrumbs a,
  .seo-breadcrumbs > span,
  .seo-breadcrumbs > span > span[aria-current="page"] {
    min-height: 28px;
  }

  .seo-hero,
  .seo-detail-hero {
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: 110px;
    padding-bottom: 68px;
  }

  .seo-hero h1 {
    font-size: clamp(36px, 6.4vw, 54px);
    line-height: .92;
  }

  .seo-long-hero h1 {
    font-size: clamp(30px, 5.2vw, 44px);
  }

  .seo-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .seo-lede,
  .seo-long-hero .seo-lede {
    max-width: 64ch;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.38;
  }

  .seo-service-cue-hero .seo-lede {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.38;
  }

  .seo-profile-hero .seo-hero-inner {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .seo-profile-hero h1 {
    font-size: clamp(32px, 5.2vw, 42px);
  }

  .seo-profile-hero .seo-lede {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.35;
  }

  .seo-scroll-cue,
  .seo-content-hero:not(.seo-long-hero) .seo-scroll-cue,
  .seo-content-hero.seo-profile-hero .seo-scroll-cue,
  .seo-service-cue-hero .seo-scroll-cue,
  .seo-long-hero .seo-scroll-cue,
  .seo-contact-hero .seo-scroll-cue,
  .seo-profile-hero .seo-scroll-cue {
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 48px;
  }
}

@media (max-width: 520px) {
  .seo-page {
    --editorial-gutter: 18px;
  }

  .seo-hero {
    padding-top: max(168px, calc(146px + env(safe-area-inset-top)));
  }

  .seo-hero h1 {
    font-size: clamp(42px, 13.2vw, 58px);
    line-height: .95;
  }

  .seo-long-hero h1 {
    font-size: clamp(37px, 10.8vw, 50px);
  }

  .seo-eyebrow {
    font-size: 12px;
    line-height: 1.45;
  }

  .seo-outcomes ol,
  .seo-related > div {
    grid-template-columns: 1fr;
  }

  .seo-outcomes li {
    min-height: 176px;
  }

  .seo-related a,
  .seo-related a:not(:first-child) {
    min-height: 76px;
    padding: 18px 6px;
    border-right: 0;
  }

  .seo-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .seo-card h3 {
    margin-top: 38px;
  }

  .seo-contact-form input,
  .seo-contact-form select,
  .seo-contact-form textarea {
    min-height: 52px;
  }

  .seo-submit {
    width: 100%;
    min-height: 54px;
    justify-content: center;
  }

  .seo-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }
}

@media (max-width: 390px) {
  .seo-office-images {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .seo-office-images img,
  .seo-office-images img:first-child {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .seo-breadcrumbs {
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-motion-ready [data-seo-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .seo-office-images img,
  .seo-card,
  .seo-primary-nav a {
    transition: none;
  }

  .seo-header {
    animation: none;
  }

  .seo-breadcrumbs,
  .seo-eyebrow,
  .seo-hero h1,
  .seo-lede,
  .seo-scroll-cue {
    animation: none;
  }
}
