@charset "UTF-8";

:root {
    --ink: #183344;
    --blue: #436b82;
    --muted: #5b6b75;
    --paper: #fff;
    --tint: #edf2f5;
    --line: #d6dfe4;
    --pale-blue: #bfd3e0;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, 'Helvetica Neue', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

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

button {
    font: inherit
}

svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0
}

img {
    display: block;
    max-width: 100%
}

p,
h1,
h2,
h3,
figure {
    margin: 0
}

h1,
h2,
h3 {
    font-weight: 400
}

p+p {
    margin-top: 1.15rem
}

h1,
h2 {
    font-family: var(--serif);
    letter-spacing: -.045em;
    line-height: 1.08
}

h1 {
    font-size: clamp(3.2rem, 5.65vw, 5.3rem)
}

h1 em {
    font-weight: 400;
    color: var(--blue)
}

h2 {
    font-size: clamp(2.3rem, 3.4vw, 3.35rem)
}

h3 {
    font-family: var(--serif);
    font-size: 1.8rem;
    letter-spacing: -.025em;
    line-height: 1.22
}

.container {
    width: calc(100% - 112px);
    max-width: 1248px;
    margin-inline: auto
}

.eyebrow {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .14em;
    line-height: 1.6;
    color: var(--blue)
}

.section {
    padding-block: 106px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--ink);
    color: #fff;
    padding: 17px 25px;
    border: 1px solid var(--ink);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;
    min-height: 54px;
    transition: background .2s, transform .2s
}

.button:hover {
    background: var(--blue);
    border-color: var(--blue);
    transform: translateY(-2px)
}

.button-small {
    min-height: 45px;
    padding: 12px 20px;
    gap: 11px
}

.button svg {
    width: 18px;
    height: 18px
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--blue);
    padding-block: 7px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    transition: color .2s
}

.text-link:hover {
    color: var(--blue)
}

.text-link svg {
    width: 18px;
    height: 18px
}

.skip-link {
    position: absolute;
    left: 20px;
    top: -100px;
    z-index: 100;
    background: var(--ink);
    color: #fff;
    padding: 12px 20px
}

.skip-link:focus {
    top: 10px
}

:focus-visible {
    outline: 3px solid #5482a0;
    outline-offset: 5px
}

.site-header {
    background: rgba(255, 255, 255, .98);
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--line)
}

.header-inner {
    height: 98px;
    display: flex;
    align-items: center;
    gap: 32px
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: auto;
    flex-shrink: 0
}

.brand-mark {
    font-family: var(--serif);
    font-size: 2.25rem;
    letter-spacing: -.07em;
    line-height: 1;
    border-right: 1px solid var(--line);
    padding-right: 15px
}

.brand-mark>span,
.footer-name>span {
    color: var(--blue)
}

.brand-name {
    display: flex;
    flex-direction: column;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.4
}

.brand-name small {
    font-size: .75rem;
    letter-spacing: .16em;
    font-weight: 500;
    margin-top: 4px
}

.site-header nav {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: .875rem
}

.site-header nav a {
    padding-block: 12px;
    white-space: nowrap
}

.site-header nav a:hover,
.site-header nav a[aria-current] {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 6px
}

.menu-toggle {
    display: none
}

.hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 76px;
    padding-block: 75px 76px;
    align-items: center
}

.hero-copy>.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .75rem;
    letter-spacing: .115em
}

.short-rule {
    width: 28px;
    height: 1px;
    background: var(--blue);
    flex-shrink: 0
}

.hero h1 {
    margin-top: 27px;
    margin-bottom: 25px;
    font-size: clamp(3.15rem, 5.25vw, 5.05rem);
    line-height: 1.04
}

.hero h1 em {
    white-space: normal;
    font-size: .82em;
    line-height: 1.25
}

.hero-intro {
    max-width: 480px;
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.8
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
    margin-top: 31px
}

.hero-actions>.text-link {
    border: 0;
    font-size: .8125rem
}

.location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .75rem;
    color: var(--muted);
    margin-top: 30px
}

.location svg {
    width: 15px;
    height: 15px
}

.hero-portrait {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.portrait-wrap {
    position: relative;
    background: #dfe7eb;
    aspect-ratio: 1808/1897;
    overflow: hidden;
    border-radius: 2px 100px 2px 2px
}

.portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 34%
}

.portrait-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 51, 68, .92);
    color: #fff;
    padding: 16px 23px;
    font-size: .75rem;
    letter-spacing: .17em
}

.hero-portrait figcaption {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 20px
}

.hero-portrait figcaption strong {
    display: block;
    font-size: .875rem;
    font-weight: 600
}

.hero-portrait figcaption small {
    display: block;
    font-size: .75rem;
    color: var(--muted);
    margin-top: 3px
}

.portrait-number {
    font-size: .75rem;
    line-height: 1.65;
    letter-spacing: .15em;
    text-align: right;
    color: var(--blue)
}

.trust-strip {
    border-block: 1px solid var(--line);
    background: var(--tint)
}

.trust-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 22px;
    font-size: .8125rem;
    color: #536774
}

.trust-inner>span+span {
    border-left: 1px solid #c4d2db;
    padding-left: 38px
}

.trust-inner strong {
    color: var(--ink);
    font-weight: 500
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 76px;
    align-items: end;
    margin-bottom: 53px
}

.section-heading h2 {
    margin-top: 18px
}

.section-heading>p {
    max-width: 415px;
    justify-self: end;
    color: var(--muted)
}

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 68px;
    row-gap: 0
}

.service {
    padding-block: 32px 38px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.service-number {
    font-size: .75rem;
    letter-spacing: .11em;
    color: var(--blue)
}

.service h3 {
    margin-top: 21px;
    margin-bottom: 18px;
    font-size: 1.875rem
}

.service p {
    max-width: 480px;
    color: var(--muted);
    font-size: .9375rem;
    line-height: 1.85
}

.service-note {
    display: block;
    margin-top: 24px;
    font-size: .8125rem;
    color: var(--blue);
    padding-top: 0
}

.about-section {
    background: var(--tint);
    padding-block: 92px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 90px
}

.about-grid h2 {
    margin-top: 23px
}

.about-name {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.55rem;
    color: var(--blue);
    margin-top: 37px
}

.about-copy {
    color: var(--muted)
}

.about-copy .large-copy {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.75rem;
    line-height: 1.48;
    letter-spacing: -.025em;
    margin-bottom: 26px
}

.about-copy>p:not(.large-copy) {
    font-size: .9375rem;
    line-height: 1.85
}

.qualification-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #cbd7df;
    font-size: .75rem;
    color: var(--blue)
}

.qualification-line span {
    white-space: normal
}

.technical-section {
    background: var(--ink);
    color: #fff;
    padding-block: 98px 59px
}

.technical-section .eyebrow {
    color: var(--pale-blue)
}

.technical-grid {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 120px
}

.technical-grid h2 {
    margin-top: 23px;
    font-size: clamp(2.8rem, 4vw, 3.8rem)
}

.technical-grid>div>p:not(.eyebrow) {
    color: #cad6de;
    max-width: 505px;
    line-height: 1.85;
    font-size: .9375rem;
    margin-top: 24px
}

.text-link.light {
    border-color: #7d9fb5;
    color: white;
    margin-top: 22px
}

.text-link.light:hover {
    color: var(--pale-blue)
}

.technical-detail {
    padding-top: 24px
}

.experience {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 28px
}

.experience>strong {
    font-family: var(--serif);
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: -.075em;
    line-height: 1
}

.experience>strong>span {
    font-size: 3.5rem;
    color: #9cbace;
    vertical-align: top;
    line-height: 1.3
}

.experience>span {
    font-size: .875rem;
    line-height: 1.65;
    color: #cad6de
}

.technical-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.technical-list li {
    padding-block: 12px;
    border-top: 1px solid #395364;
    font-size: .875rem
}

.project-experience {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #395364
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 26px
}

.projects h3 {
    font-family: var(--sans);
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.5
}

.projects p {
    color: #c2d0d9;
    font-size: .75rem;
    line-height: 1.7;
    margin-top: 6px
}

.project-footnote {
    font-size: .75rem;
    color: #adc0cd;
    margin-top: 23px
}

.approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 76px
}

.approach h2 {
    margin-top: 20px
}

.approach-copy>p {
    color: var(--muted);
    max-width: 490px
}

.approach-copy .button {
    margin-top: 28px
}

.understated-link {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: .8125rem;
    margin-top: 19px;
    width: fit-content
}

.understated-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px
}

.understated-link svg {
    width: 16px;
    height: 16px
}

.site-footer {
    border-top: 1px solid var(--line);
    background: #f8fafb;
    padding-top: 48px
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 42px
}

.footer-name {
    font-family: var(--serif);
    font-size: 2rem;
    letter-spacing: -.04em
}

.footer-top p {
    font-size: .8125rem;
    line-height: 1.8;
    color: var(--muted);
    margin-top: 12px
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: .875rem;
    padding-top: 5px
}

.footer-contact span {
    color: var(--muted);
    font-size: .8125rem;
    margin-top: 4px
}

.footer-contact a:hover {
    text-decoration: underline;
    text-underline-offset: 5px
}

.footer-bottom {
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-block: 23px;
    font-size: .75rem;
    color: var(--muted)
}

.footer-bottom nav {
    display: flex;
    gap: 24px
}

.footer-bottom a:hover {
    color: var(--ink);
    text-decoration: underline
}

.back-top {
    margin-left: 50px
}

.mobile-call {
    display: none
}

.page-intro {
    padding-block: 82px 60px
}

.page-intro h1 {
    margin-top: 24px
}

.page-intro>p:last-child {
    margin-top: 25px;
    max-width: 660px;
    color: var(--muted);
    line-height: 1.85
}

.page-intro h1 em {
    font-size: .92em
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 74px;
    padding-bottom: 65px;
    align-items: start
}

.contact-options {
    border-top: 1px solid var(--line)
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-block: 27px;
    border-bottom: 1px solid var(--line);
    transition: color .2s
}

.contact-item:hover {
    color: var(--blue)
}

.contact-icon {
    height: 47px;
    width: 47px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--blue)
}

.contact-item>span:nth-child(2) {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-item small {
    font-size: .75rem;
    letter-spacing: .09em;
    color: var(--blue)
}

.contact-item strong {
    font-family: var(--serif);
    font-size: 1.65rem;
    font-weight: 400;
    letter-spacing: -.03em;
    overflow-wrap: anywhere
}

.contact-item>span>span {
    font-size: .8125rem;
    color: var(--muted)
}

.contact-item>svg {
    width: 19px;
    height: 19px;
    margin-left: auto
}

.contact-aside {
    background: var(--tint);
    padding: 35px
}

.contact-aside>.eyebrow {
    font-size: .75rem
}

.contact-aside h2 {
    font-size: 2.5rem;
    margin-top: 20px
}

.contact-aside>p:not(.eyebrow) {
    margin-top: 20px;
    font-size: .875rem;
    color: var(--muted)
}

.address-block {
    border-top: 1px solid #cdd9e0;
    margin-top: 27px;
    padding-top: 23px;
    display: flex;
    gap: 13px;
    font-size: .875rem
}

.address-block svg {
    width: 19px;
    height: 19px;
    margin-top: 4px;
    color: var(--blue)
}

address {
    font-style: normal
}

address strong {
    font-weight: 500
}

.contact-aside p.small-text {
    font-size: .75rem;
    margin-top: 17px
}

.appointment-note {
    display: flex;
    align-items: center;
    gap: 26px;
    border-block: 1px solid var(--line);
    padding-block: 32px;
    margin-bottom: 88px
}

.appointment-note h2 {
    font-family: var(--serif);
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: -.025em
}

.appointment-note p {
    font-size: .875rem;
    color: var(--muted);
    max-width: 630px;
    margin-top: 8px
}

.appointment-note .button {
    margin-left: auto;
    white-space: nowrap
}

.legal-intro {
    padding-bottom: 58px
}

.legal-intro h1 {
    font-size: clamp(3.3rem, 5.5vw, 5rem)
}

.blue-dot {
    color: var(--blue)
}

.legal-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 100px;
    padding-bottom: 100px
}

.legal-nav {
    align-self: start;
    position: sticky;
    top: 134px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--line)
}

.legal-nav a {
    padding-block: 13px;
    border-bottom: 1px solid var(--line);
    font-size: .8125rem
}

.legal-nav a:hover {
    color: var(--blue)
}

.legal-content {
    max-width: 780px
}

.legal-content section+section {
    margin-top: 44px
}

.legal-content h2 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -.03em
}

.legal-content p {
    font-size: .9375rem;
    color: var(--muted);
    line-height: 1.85
}

.legal-content p strong {
    color: var(--ink);
    font-weight: 600
}

.legal-content a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.legal-details {
    margin: 0
}

.legal-details>div {
    border-bottom: 1px solid var(--line);
    padding-block: 16px
}

.legal-details>div:first-child {
    padding-top: 0
}

.legal-details dt {
    font-size: .8125rem;
    font-weight: 600;
    margin-bottom: 7px
}

.legal-details dd {
    margin: 0;
    font-size: .9375rem;
    color: var(--muted)
}

.review-note {
    background: var(--tint);
    border-left: 3px solid var(--blue);
    padding: 27px 28px
}

.review-note h2 {
    margin-top: 13px;
    font-size: 1.5rem
}

.review-note ul {
    padding-left: 20px;
    font-size: .9375rem;
    color: var(--muted)
}

.review-note li+li {
    margin-top: 9px
}

.review-note .eyebrow {
    font-size: .75rem
}

.not-found {
    min-height: 65vh
}

.not-found .button {
    margin-top: 28px
}

@media(min-width:1600px) {
    .hero {
        padding-block: 90px
    }

    .hero h1 {
        font-size: 5.6rem
    }
}

@media(max-width:1150px) {
    .container {
        width: calc(100% - 72px)
    }

    .header-inner {
        gap: 23px
    }

    .site-header nav {
        gap: 18px
    }

    .brand-name {
        font-size: .95rem
    }

    .brand-name small {
        font-size: .75rem
    }

    .hero {
        gap: 44px
    }

    .hero h1 {
        font-size: clamp(3.1rem, 5.5vw, 4.5rem)
    }

    .hero-actions {
        gap: 18px
    }

    .trust-inner {
        font-size: .75rem
    }

    .trust-inner>span+span {
        padding-left: 20px
    }

    .technical-grid {
        gap: 65px
    }

    .about-grid {
        gap: 55px
    }

    .contact-grid {
        gap: 38px
    }

    .contact-item {
        gap: 15px
    }

    .contact-item strong {
        font-size: 1.4rem
    }

    .legal-layout {
        gap: 60px
    }

    .back-top {
        margin-left: 0
    }
}

@media(max-width:930px) {
    .brand-name small {
        display: none
    }

    .header-inner {
        gap: 18px;
        height: 82px
    }

    .site-header nav {
        gap: 17px;
        font-size: .8125rem
    }

    .header-call {
        padding: 12px;
        min-height: 42px
    }

    .header-call span {
        display: none
    }

    .hero {
        gap: 32px;
        padding-block: 55px
    }

    .hero-copy>.eyebrow {
        font-size: .75rem;
        letter-spacing: .05em
    }

    .hero h1 {
        font-size: 3.35rem
    }

    .hero h1 em {
        font-size: .73em
    }

    .hero-intro {
        font-size: .9375rem
    }

    .hero-actions {
        margin-top: 24px;
        gap: 15px
    }

    .hero-actions>.text-link {
        padding-top: 0
    }

    .portrait-wrap {
        aspect-ratio: 1808/1897;
        border-top-right-radius: 80px
    }

    .hero-portrait figcaption small {
        font-size: .75rem
    }

    .trust-inner {
        font-size: .75rem
    }

    .trust-inner>span+span {
        padding-left: 13px
    }

    .section {
        padding-block: 78px
    }

    .section-heading {
        gap: 40px
    }

    .services {
        column-gap: 40px
    }

    .service h3 {
        font-size: 1.6rem
    }

    .about-grid {
        gap: 40px
    }

    .about-copy .large-copy {
        font-size: 1.5rem
    }

    .technical-grid {
        gap: 45px
    }

    .experience {
        gap: 20px
    }

    .experience>strong {
        font-size: 5rem
    }

    .experience>span {
        font-size: .8125rem
    }

    .approach {
        gap: 40px
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .contact-item {
        flex-wrap: wrap;
        position: relative
    }

    .contact-item>.contact-icon {
        display: none
    }

    .contact-aside {
        padding: 27px
    }

    .appointment-note {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .appointment-note>div {
        flex: 1;
        min-width: 200px
    }

    .appointment-note .button {
        margin-left: 73px
    }

    .legal-layout {
        grid-template-columns: 175px 1fr;
        gap: 40px
    }
}

@media(max-width:700px) {
    html {
        scroll-padding-top: 88px
    }

    .container {
        width: calc(100% - 40px)
    }

    .header-inner {
        height: auto;
        min-height: 76px;
        gap: 14px;
        flex-wrap: wrap;
        position: relative;
        padding-block: 16px
    }

    .brand-mark {
        font-size: 2rem;
        padding-right: 12px
    }

    .brand {
        gap: 10px
    }

    .brand-name {
        font-size: .9rem
    }

    .header-call {
        order: 2;
        padding: 11px
    }

    .menu-toggle:not([hidden]) {
        order: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 0;
        color: var(--ink);
        padding: 9px 0 9px 9px;
        width: 35px;
        min-height: 42px;
        cursor: pointer
    }

    .menu-icon {
        display: flex;
        width: 26px;
        height: 18px;
        flex-direction: column;
        justify-content: space-between
    }

    .menu-icon>span {
        display: block;
        width: 100%;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transform-origin: center;
        transition: transform .2s, opacity .2s
    }

    .menu-toggle[aria-expanded="true"] .menu-icon>span:first-child {
        transform: translateY(8px) rotate(45deg)
    }

    .menu-toggle[aria-expanded="true"] .menu-icon>span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded="true"] .menu-icon>span:last-child {
        transform: translateY(-8px) rotate(-45deg)
    }

    .site-header nav {
        order: 4;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0 25px;
        font-size: .875rem
    }

    .js .site-header nav {
        display: none
    }

    .js .site-header nav.is-open {
        display: flex;
        padding-top: 7px;
        border-top: 1px solid var(--line)
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-block: 42px 37px
    }

    .hero-copy>.eyebrow {
        font-size: .75rem;
        letter-spacing: .095em
    }

    .hero h1 {
        font-size: clamp(3.1rem, 11.5vw, 4.5rem);
        margin-top: 25px;
        margin-bottom: 23px;
        line-height: 1.05
    }

    .hero h1 em {
        font-size: .8em
    }

    .hero-intro {
        max-width: 520px;
        font-size: 1rem;
        line-height: 1.75
    }

    .hero-actions {
        margin-top: 26px;
        gap: 20px
    }

    .hero-actions>.text-link {
        padding-block: 8px
    }

    .hero-actions .button {
        font-size: .8125rem;
        padding: 16px 20px
    }

    .location {
        margin-top: 23px
    }

    .hero-portrait {
        max-width: 500px;
        width: 100%;
        margin-inline: auto
    }

    .portrait-wrap {
        aspect-ratio: 1808/1897;
        border-top-right-radius: 75px
    }

    .portrait-wrap img {
        object-position: center 33%
    }

    .portrait-label {
        padding: 13px 20px;
        font-size: .75rem
    }

    .hero-portrait figcaption {
        padding-top: 16px
    }

    .hero-portrait figcaption small {
        font-size: .75rem
    }

    .trust-inner {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-block: 19px;
        font-size: .8125rem
    }

    .trust-inner>span+span {
        border: 0;
        padding: 0
    }

    .section {
        padding-block: 60px
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 23px;
        margin-bottom: 32px
    }

    .section-heading>p {
        justify-self: start;
        max-width: 520px;
        font-size: .9375rem
    }

    .section-heading h2 {
        font-size: 2.7rem
    }

    .services {
        grid-template-columns: 1fr
    }

    .service {
        padding-block: 27px 30px
    }

    .service h3 {
        font-size: 1.8rem;
        margin-top: 17px;
        margin-bottom: 15px
    }

    .service p {
        max-width: 100%
    }

    .service-note {
        margin-top: 19px
    }

    .service h3 br {
        display: none
    }

    .about-section {
        padding-block: 59px
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 33px
    }

    .about-grid h2 {
        font-size: 2.7rem;
        margin-top: 18px
    }

    .about-name {
        margin-top: 23px
    }

    .about-copy .large-copy {
        font-size: 1.65rem
    }

    .qualification-line {
        font-size: .75rem;
        row-gap: 9px
    }

    .technical-section {
        padding-block: 60px 40px
    }

    .technical-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .technical-grid h2 {
        font-size: 3.1rem
    }

    .technical-detail {
        padding-top: 12px
    }

    .experience>strong {
        font-size: 5.5rem
    }

    .experience {
        margin-bottom: 22px;
        gap: 30px
    }

    .experience>span {
        font-size: .875rem
    }

    .project-experience {
        margin-top: 36px
    }

    .projects {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .projects p {
        font-size: .8125rem
    }

    .project-footnote {
        font-size: .75rem
    }

    .approach {
        grid-template-columns: 1fr;
        gap: 26px
    }

    .approach h2 {
        font-size: 2.7rem
    }

    .approach-copy>p {
        font-size: .9375rem
    }

    .site-footer {
        padding-top: 33px;
        padding-bottom: 84px
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
        padding-bottom: 28px
    }

    .footer-name {
        font-size: 1.85rem
    }

    .footer-contact {
        font-size: .9375rem;
        gap: 6px
    }

    .footer-bottom {
        align-items: flex-start;
        gap: 20px;
        font-size: .75rem
    }

    .footer-bottom>span {
        width: 100%
    }

    .footer-bottom nav {
        gap: 18px
    }

    .back-top {
        margin-left: auto
    }

    .mobile-call {
        position: fixed;
        bottom: calc(14px + env(safe-area-inset-bottom));
        right: 20px;
        display: flex;
        align-items: center;
        gap: 9px;
        z-index: 30;
        min-height: 49px;
        background: var(--ink);
        color: white;
        border: 1px solid #536e80;
        padding: 12px 19px;
        font-size: .875rem;
        box-shadow: 0 4px 20px #18334426;
        border-radius: 4px
    }

    .mobile-call svg {
        height: 18px;
        width: 18px
    }

    .page-intro {
        padding-block: 44px 34px
    }

    .page-intro h1 {
        font-size: clamp(2.5rem, 9.1vw, 3.8rem);
        margin-top: 21px
    }

    .page-intro>p:last-child {
        font-size: .9375rem;
        margin-top: 24px
    }

    .page-intro p br {
        display: none
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 38px
    }

    .contact-item {
        flex-wrap: nowrap;
        padding-block: 24px
    }

    .contact-item>.contact-icon {
        display: flex
    }

    .contact-item strong {
        font-size: clamp(1.25rem, 5.4vw, 1.6rem)
    }

    .contact-item>span>span {
        font-size: .75rem
    }

    .contact-item>svg {
        width: 17px;
        height: 17px
    }

    .contact-aside {
        padding: 29px
    }

    .contact-aside h2 {
        font-size: 2.5rem
    }

    .appointment-note {
        gap: 18px;
        padding-block: 28px;
        margin-bottom: 50px
    }

    .appointment-note>.contact-icon {
        display: none
    }

    .appointment-note>div {
        min-width: 100%
    }

    .appointment-note .button {
        margin-left: 0;
        margin-top: 3px
    }

    .appointment-note h2 {
        font-size: 1.625rem
    }

    .legal-intro {
        padding-bottom: 35px
    }

    .legal-intro h1 {
        font-size: 3.1rem
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 60px
    }

    .legal-nav {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 18px;
        border-bottom: 1px solid var(--line);
        padding-block: 5px
    }

    .legal-nav a {
        border: 0;
        padding-block: 8px
    }

    .legal-content h2 {
        font-size: 1.7rem
    }

    .review-note {
        padding: 22px
    }

    .review-note h2 {
        font-size: 1.4rem
    }

    .legal-content p,
    .legal-details dd,
    .review-note ul {
        font-size: .9375rem
    }

    .review-note .eyebrow {
        line-height: 1.9
    }

    .not-found {
        min-height: 65vh
    }
}

@media(max-width:360px) {
    .container {
        width: calc(100% - 32px)
    }

    .header-inner {
        gap: 10px
    }

    .brand-name {
        font-size: .8125rem
    }

    .hero-copy>.eyebrow {
        font-size: .75rem;
        letter-spacing: .07em
    }

    .hero h1 {
        font-size: 3.02rem
    }

    .hero h1 em {
        font-size: .71em
    }

    .hero-actions {
        gap: 10px
    }

    .hero-actions>.text-link {
        font-size: .75rem
    }

    .contact-item>.contact-icon {
        display: none
    }

    .footer-bottom nav {
        gap: 13px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important
    }
}

@media print {

    .site-header,
    .site-footer,
    .mobile-call,
    .legal-nav,
    .hero-actions {
        display: none
    }

    .container {
        width: 100%
    }

    .legal-layout {
        display: block
    }

    .legal-content {
        max-width: 100%
    }

    .technical-section {
        color: #000;
        background: #fff
    }

    .technical-section p,
    .technical-section .eyebrow {
        color: #333
    }

    body {
        font-size: 12pt
    }

    a {
        text-decoration: underline
    }

    .legal-content section {
        break-inside: avoid
    }

    .review-note {
        border: 1px solid #999
    }
}

/* Readable content at default and enlarged browser text sizes. */
.service p,
.about-copy>p:not(.large-copy),
.technical-grid>div>p:not(.eyebrow),
.approach-copy>p,
.contact-aside>p:not(.eyebrow):not(.small-text),
.appointment-note p,
.legal-content p,
.legal-details dd,
.review-note ul,
.page-intro>p:last-child {
    font-size: 1rem
}

.header-inner {
    height: auto;
    min-height: 98px;
    flex-wrap: wrap;
    padding-block: 19px
}

.site-header nav {
    flex-wrap: wrap
}

.hero-copy,
.hero-portrait,
.technical-grid>div,
.about-grid>div,
.section-heading>div,
.approach>div {
    min-width: 0
}

h1,
h2,
h3 {
    overflow-wrap: break-word
}

@media(max-width:930px) {
    .header-inner {
        min-height: 82px;
        padding-block: 15px
    }
}

@media(max-width:700px) {
    .header-inner {
        min-height: 76px;
        padding-block: 12px
    }

    .hero-copy>.eyebrow {
        font-size: .75rem;
        letter-spacing: .02em
    }

    .short-rule {
        width: 16px
    }

    .site-header nav {
        flex-wrap: wrap
    }

    .location {
        font-size: .8125rem
    }

    .contact-item>span>span {
        font-size: .875rem
    }
}

.hero-intro,
.section-heading>p {
    font-size: 1rem
}

.site-header nav {
    font-size: .875rem
}