@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@500;600;650;700;750&display=swap');

:root {
    --paper: #f8f7f3;
    --ink: #292d29;
    --muted: #71736c;
    --rust: #a34f35;
    --rust-dark: #873e29;
    --line: #dedfd5;
    --panel: #f0efe8;
    --serif: Georgia, 'Times New Roman', serif;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: #dcc3ae;
    color: var(--ink);
}

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

body button {
    font: inherit;
    cursor: pointer;
}

body button, body a {
    -webkit-tap-highlight-color: transparent;
}

body :focus-visible {
    outline: 2px solid var(--rust);
    outline-offset: 5px;
}

body h1, body h2, body h3, body p {
    margin: 0;
}

body svg {
    display: block;
}

body .svg-definitions {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

body .icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

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

body .eyebrow {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.65px;
}

body .muted {
    color: var(--muted);
}

body .status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--rust);
    vertical-align: 1px;
}

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

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

body .site-header {
    position: relative;
    z-index: 10;
}

body .header-inner {
    height: 104px;
    border-bottom: 1px solid var(--line);
}

body .brand {
    gap: 12px;
    flex-shrink: 0;
}

body .brand-symbol {
    width: 39px;
    height: 39px;
    fill: none;
    stroke: var(--rust);
    stroke-width: 1.5;
}

body .brand-name {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 1.3px;
}

body .brand-name > span {
    font-size: 10px;
    letter-spacing: 0;
}

body .brand-name small {
    display: block;
    margin-top: 5px;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 2.55px;
}

body .desktop-nav {
    gap: 34px;
    font-size: 12px;
}

body .desktop-nav a {
    padding-block: 12px;
    transition: color 180ms;
}

body .desktop-nav a:hover, body .text-link:hover, body .footer-contact a:hover {
    color: var(--rust);
}

body .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 52px;
    padding: 14px 22px;
    font-size: 12px;
    font-weight: 500;
    transition: background 180ms, transform 180ms;
}

body .button:hover {
    transform: translateY(-2px);
}

body .button-dark {
    background: var(--ink);
    color: var(--paper);
}

body .button-dark:hover {
    background: #424a40;
}

body .header-contact {
    min-height: 43px;
    padding: 11px 18px;
    gap: 30px;
}

body .button-rust {
    background: var(--rust);
    color: white;
}

body .button-rust:hover {
    background: var(--rust-dark);
}

body .menu-toggle, body .mobile-nav {
    display: none;
}

body .hero {
    grid-template-columns: 1.08fr 1fr;
    gap: 54px;
    padding-top: 61px;
    padding-bottom: 70px;
    align-items: center;
}

body .hero-copy {
    padding-bottom: 9px;
}

body .hero-copy > .eyebrow {
    font-size: 9px;
    letter-spacing: 1.6px;
}

body h1 {
    margin-top: 25px;
    font-family: var(--serif);
    font-size: clamp(65px, 6.5vw, 91px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -4.8px;
}

body h1 em, body h2 em {
    color: var(--rust);
    font-weight: 400;
}

body .hero-description {
    margin-top: 26px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

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

body .text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-block: 6px;
    border-bottom: 1px solid #b6b8ac;
    font-size: 11px;
    font-weight: 500;
    transition: color 180ms;
}

body .text-link > span {
    font-size: 16px;
}

body .hero-note {
    gap: 12px;
    margin-top: 39px;
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 1.2px;
}

body .small-line {
    width: 26px;
    height: 1px;
    background: #a9ada0;
}

body .hero-visual {
    position: relative;
    margin-left: 9px;
}

body .image-frame {
    position: relative;
    height: 566px;
    overflow: hidden;
    border-radius: 145px 2px 2px 2px;
    background: #c8b59a;
}

body .image-frame::after {
    position: absolute;
    inset: 60% 0 0;
    content: '';
    background: linear-gradient(transparent, rgb(30 23 13 / 32%));
}

body .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .image-caption {
    position: absolute;
    right: 23px;
    bottom: 24px;
    z-index: 1;
    color: #fff9e9;
    font-size: 7px;
    letter-spacing: 1.55px;
}

body .perspective-badge {
    position: absolute;
    top: -21px;
    right: -20px;
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 1px solid var(--rust);
    border-radius: 50%;
    background: var(--paper);
    color: var(--rust);
}

body .perspective-badge svg {
    width: 45px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2;
}

body .image-note {
    position: absolute;
    bottom: 55px;
    left: -32px;
    gap: 20px;
    padding: 23px 28px 23px 23px;
    border: 1px solid rgb(222 223 213 / 55%);
    background: var(--paper);
    box-shadow: 0 8px 30px rgb(0 0 0 / 5%);
}

body .note-mark {
    color: var(--rust);
    font-family: var(--serif);
    font-size: 44px;
    line-height: 1;
}

body .image-note .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
}

body .image-note p {
    margin-top: 6px;
    font-family: var(--serif);
    font-size: 23px;
    line-height: 1.2;
}

body .image-index {
    position: absolute;
    right: 0;
    bottom: -24px;
    font-size: 7px;
    letter-spacing: 1.3px;
    color: var(--muted);
}

body .principles-band {
    padding: 26px 0;
    border-block: 1px solid var(--line);
}

body .principles-band .container {
    gap: 20px;
}

body .principles-label {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 1.15px;
}

body .principles-band .container > span:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
}

body .principles-band i {
    color: var(--rust);
    font-size: 24px;
    font-style: normal;
    line-height: 1;
}

body .section {
    padding-block: 92px;
}

body .section-kicker {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 33px;
}

body .section-kicker > .muted {
    font-size: 8px;
    letter-spacing: 1.35px;
}

body h2 {
    font-family: var(--serif);
    font-size: clamp(38px, 4.2vw, 55px);
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: -1.9px;
}

body .about-grid {
    grid-template-columns: 1.08fr 1fr;
    gap: 65px;
}

body .about-copy {
    max-width: 470px;
}

body .about-copy .large-copy {
    margin-bottom: 19px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -.4px;
}

body .about-copy > p:not(.large-copy) {
    margin-top: 13px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
}

body .about-copy > .text-link {
    margin-top: 24px;
}

body .expertise-section {
    padding-top: 77px;
    background: var(--panel);
}

body .section-heading {
    gap: 35px;
    margin-top: 24px;
    margin-bottom: 39px;
}

body .section-heading > p {
    padding-bottom: 6px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.85;
}

body .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body .service-card {
    display: flex;
    flex-direction: column;
    padding: 29px 28px 23px;
    border: 1px solid #dbddd2;
    background: var(--paper);
    transition: border-color 200ms, transform 200ms;
}

body .service-card:hover {
    transform: translateY(-4px);
    border-color: #b2947f;
}

body .service-top {
    margin-bottom: 34px;
}

body .service-number {
    align-self: flex-start;
    color: #7b7d73;
    font-size: 10px;
}

body .service-art {
    width: 58px;
    height: 58px;
    stroke: var(--rust);
    stroke-width: 1.25;
}

body .service-art .faint {
    opacity: .35;
}

body .service-card h3 {
    margin-bottom: 16px;
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.65px;
}

body .service-card > p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

body .service-card ul {
    margin: 23px 0 27px;
    padding: 0;
    list-style: none;
}

body .service-card li {
    position: relative;
    margin-top: 10px;
    padding-left: 12px;
    color: #54594f;
    font-size: 10px;
    line-height: 1.6;
}

body .service-card li::before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 3px;
    background: var(--rust);
    content: '';
}

body .service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid var(--line);
    font-size: 10px;
    font-weight: 500;
}

body .service-link .icon {
    width: 17px;
    height: 17px;
    color: var(--rust);
    transition: transform 180ms;
}

body .service-link:hover .icon {
    transform: translate(2px, -2px);
}

body .insights-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 88px;
    padding: 55px;
    background: #2e382f;
    color: var(--paper);
}

body .insights-copy > .eyebrow {
    margin-bottom: 29px;
    color: #c3c7b8;
    font-size: 8px;
}

body .insights-copy h2 {
    font-size: clamp(35px, 3.6vw, 46px);
}

body .insights-copy h2 em {
    color: #dbbca2;
}

body .insights-copy > p:not(.eyebrow) {
    max-width: 310px;
    margin-top: 21px;
    color: #c3c8bd;
    font-size: 12px;
    line-height: 1.85;
}

body .insights-copy > p + p {
    margin-top: 12px;
}

body .insights-signoff {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 31px;
    color: #d7c4ad;
    font-size: 8px;
    letter-spacing: 1.4px;
}

body .insights-signoff > span {
    font-size: 25px;
}

body .insight-workspace {
    min-width: 0;
    padding: 26px;
    background: var(--paper);
    color: var(--ink);
}

body .workspace-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
}

body .workspace-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #78866b;
}

body .insight-tabs {
    gap: 4px;
    margin-top: 25px;
    padding: 4px;
    background: #eaece3;
}

body .insight-tabs button {
    flex: 1;
    padding: 9px 4px;
    border: 0;
    background: transparent;
    color: #686c61;
    font-size: 10px;
    transition: background 180ms, color 180ms;
}

body .insight-tabs button[aria-selected='true'] {
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 1px 3px rgb(25 30 20 / 8%);
}

body #insight-panel {
    min-height: 232px;
    padding-top: 23px;
}

body #insight-panel h3 {
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.4px;
}

body #insight-panel > p {
    min-height: 54px;
    margin-top: 10px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}

body .insight-steps {
    margin: 17px 0 0;
}

body .insight-steps > div {
    display: grid;
    grid-template-columns: 113px 1fr;
    gap: 10px;
    padding-block: 12px;
    border-top: 1px solid var(--line);
    font-size: 9px;
    line-height: 1.5;
}

body .insight-steps dt {
    font-weight: 500;
}

body .insight-steps dt span {
    margin-right: 9px;
    color: var(--rust);
    font-size: 8px;
}

body .insight-steps dd {
    margin: 0;
    color: var(--muted);
}

body .workspace-footnote {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 1px;
}

body .workspace-footnote .icon {
    width: 15px;
    height: 15px;
    color: var(--rust);
}

body .approach-section {
    padding-block: 95px 100px;
}

body .approach-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    margin-top: 48px;
}

body .step-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
    color: var(--rust);
}

body .step-line > span {
    font-family: var(--serif);
    font-size: 22px;
    font-style: italic;
}

body .step-line .icon {
    width: 16px;
    height: 16px;
}

body .approach-grid h3 {
    margin-top: 25px;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 1.25;
}

body .approach-grid p {
    margin-top: 13px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

body .step-tag {
    display: block;
    margin-top: 23px;
    color: var(--rust);
    font-size: 7px;
    letter-spacing: 1.3px;
}

body .contact-section {
    padding-block: 70px;
    background: var(--rust);
    color: #fff8eb;
}

body .contact-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 50px;
    align-items: center;
}

body .contact-section .eyebrow {
    margin-bottom: 24px;
    color: #edccb9;
    font-size: 8px;
}

body .contact-section h2 {
    font-size: clamp(40px, 4.7vw, 62px);
}

body .contact-section h2 em {
    color: #f3cfb3;
}

body .contact-section p:not(.eyebrow) {
    margin-top: 24px;
    color: #efd8c7;
    font-size: 12px;
}

body .contact-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-self: end;
    width: 270px;
    padding-block: 17px;
    border-top: 1px solid #c4856a;
    transition: color 180ms;
}

body .contact-cta > span {
    font-size: 18px;
    letter-spacing: -.3px;
}

body .contact-cta > svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
    transition: transform 180ms;
}

body .contact-cta:hover > svg {
    transform: translate(3px, -3px);
}

body .contact-cta small {
    grid-column: 1 / -1;
    margin-top: 12px;
    color: #efd8c7;
    font-size: 7px;
    letter-spacing: 1.3px;
}

body .contact-section :focus-visible {
    outline-color: var(--paper);
}

body .site-footer {
    padding-top: 66px;
}

body .footer-grid {
    grid-template-columns: 1.15fr 1fr .85fr;
    gap: 65px;
    padding-bottom: 54px;
}

body .footer-brand > p {
    margin-top: 22px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

body .location-note {
    display: block;
    margin-top: 26px;
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 1.2px;
}

body .location-note .status-dot {
    width: 4px;
    height: 4px;
}

body .footer-grid h3 {
    margin-bottom: 26px;
    font-size: 8px;
    font-weight: 500;
}

body .footer-contact > a {
    display: block;
    width: fit-content;
    margin-top: 13px;
    font-size: 12px;
    transition: color 180ms;
}

body .footer-contact .email-link {
    padding-bottom: 5px;
    border-bottom: 1px solid #b6b8ac;
}

body .email-link > span {
    margin-left: 12px;
}

body .footer-contact > p {
    max-width: 210px;
    margin-top: 22px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.8;
}

body .footer-address address {
    max-width: 235px;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    line-height: 1.9;
}

body .footer-address .text-link {
    margin-top: 13px;
    border: 0;
    padding: 0;
    font-size: 10px;
}

body .footer-bottom {
    gap: 20px;
    padding-block: 22px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 9px;
}

body .footer-bottom a > span {
    margin-left: 17px;
    color: var(--ink);
    font-size: 16px;
}

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

    body .desktop-nav {
        gap: 23px;
    }

    body .hero {
        gap: 34px;
    }

    body h1 {
        letter-spacing: -3.7px;
    }

    body .hero-actions {
        gap: 16px;
    }

    body .hero-actions .button {
        padding-inline: 16px;
        gap: 18px;
    }

    body .hero-actions .text-link {
        font-size: 10px;
        gap: 10px;
    }

    body .image-frame {
        height: 535px;
    }

    body .service-card {
        padding-inline: 22px;
    }

    body .service-card h3 {
        font-size: 23px;
    }

    body .insights-section {
        gap: 32px;
        padding: 40px;
    }

    body .footer-grid {
        gap: 30px;
    }
}

@media (max-width: 900px) {
    body .desktop-nav, body .header-contact {
        display: none;
    }

    body .header-inner {
        height: 88px;
    }

    body .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        background: transparent;
    }

    body .menu-toggle span {
        display: block;
        width: 18px;
        height: 1px;
        margin-inline: auto;
        background: var(--ink);
        transition: transform 180ms;
    }

    body .menu-toggle[aria-expanded='true'] span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    body .menu-toggle[aria-expanded='true'] span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    body .mobile-nav:not([hidden]) {
        position: absolute;
        top: 88px;
        right: 36px;
        left: 36px;
        display: flex;
        flex-direction: column;
        padding: 12px 22px;
        border: 1px solid var(--line);
        background: var(--paper);
        box-shadow: 0 18px 24px rgb(40 45 35 / 8%);
    }

    body .mobile-nav a {
        display: flex;
        justify-content: space-between;
        padding-block: 15px;
        font-size: 14px;
    }

    body .mobile-nav a + a {
        border-top: 1px solid var(--line);
    }

    body .hero {
        gap: 28px;
        grid-template-columns: 1fr 1fr;
    }

    body h1 {
        font-size: 64px;
    }

    body .hero-description {
        font-size: 12px;
    }

    body .desktop-break {
        display: none;
    }

    body .hero-copy > .eyebrow {
        max-width: 250px;
        font-size: 8px;
    }

    body .image-frame {
        height: 520px;
        border-top-left-radius: 110px;
    }

    body .perspective-badge {
        right: -12px;
        width: 64px;
        height: 64px;
    }

    body .perspective-badge svg {
        width: 37px;
    }

    body .image-note {
        left: -16px;
        gap: 12px;
        padding: 17px;
    }

    body .image-note p {
        font-size: 20px;
    }

    body .principles-band .container {
        justify-content: center;
        gap: 22px 45px;
    }

    body .principles-label {
        width: 100%;
        text-align: center;
    }

    body .about-grid {
        gap: 35px;
    }

    body .services-grid {
        gap: 12px;
    }

    body .service-card {
        padding-inline: 18px;
    }

    body .service-card h3 {
        font-size: 22px;
    }

    body .service-card li {
        font-size: 9px;
    }

    body .insights-section {
        grid-template-columns: 1fr;
    }

    body .insights-copy > p:not(.eyebrow) {
        max-width: 450px;
    }

    body #insight-panel {
        min-height: 210px;
    }

    body #insight-panel > p {
        min-height: 0;
    }

    body .approach-grid {
        gap: 25px;
    }

    body .approach-grid h3 {
        font-size: 22px;
    }

    body .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    body .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    body .container {
        width: calc(100% - 44px);
    }

    body .header-inner {
        height: 82px;
    }

    body .brand-name {
        font-size: 13px;
        letter-spacing: .7px;
    }

    body .brand-name small {
        font-size: 7px;
        letter-spacing: 2.1px;
    }

    body .brand-symbol {
        width: 34px;
        height: 34px;
    }

    body .mobile-nav:not([hidden]) {
        top: 82px;
        right: 22px;
        left: 22px;
    }

    body .hero {
        grid-template-columns: 1fr;
        gap: 47px;
        padding-top: 39px;
        padding-bottom: 52px;
    }

    body .hero-copy > .eyebrow {
        max-width: none;
        font-size: 7.5px;
        letter-spacing: 1.2px;
    }

    body h1 {
        margin-top: 24px;
        font-size: clamp(58px, 16vw, 85px);
        letter-spacing: -3.4px;
    }

    body .hero-description {
        max-width: 370px;
        margin-top: 24px;
        font-size: 13px;
    }

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

    body .hero-actions .button {
        gap: 15px;
        padding-inline: 17px;
        font-size: 11px;
    }

    body .hero-actions .text-link {
        font-size: 10px;
    }

    body .hero-note {
        margin-top: 27px;
        font-size: 7px;
    }

    body .hero-visual {
        margin-inline: 9px 5px;
    }

    body .image-frame {
        height: 410px;
        border-top-left-radius: 100px;
    }

    body .image-note {
        bottom: 49px;
        left: -15px;
        padding: 18px 23px 18px 18px;
    }

    body .image-note p {
        font-size: 24px;
    }

    body .image-caption {
        right: 14px;
        bottom: 20px;
        font-size: 6px;
    }

    body .principles-band {
        padding-block: 23px;
    }

    body .principles-band .container {
        gap: 18px 21px;
    }

    body .principles-band .container > span:not(:first-child) {
        gap: 5px;
        font-size: 9px;
    }

    body .principles-band i {
        font-size: 18px;
    }

    body .principles-label {
        font-size: 7px;
    }

    body .section {
        padding-block: 60px;
    }

    body .section-kicker {
        margin-bottom: 24px;
    }

    body .section-kicker > .muted {
        display: none;
    }

    body h2 {
        font-size: 43px;
        letter-spacing: -1.9px;
    }

    body .about-grid, body .services-grid, body .approach-grid {
        grid-template-columns: 1fr;
    }

    body .about-grid {
        gap: 27px;
    }

    body .about-copy .large-copy {
        font-size: 19px;
    }

    body .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        margin-bottom: 30px;
    }

    body .section-heading > p {
        font-size: 12px;
    }

    body .section-heading > p br {
        display: none;
    }

    body .services-grid {
        gap: 18px;
    }

    body .service-card {
        padding: 26px;
    }

    body .service-top {
        margin-bottom: 19px;
    }

    body .service-card h3 {
        font-size: 29px;
    }

    body .service-card li {
        font-size: 11px;
    }

    body .service-link {
        font-size: 11px;
    }

    body .insights-section {
        gap: 30px;
        margin-top: 50px;
        padding: 30px 20px 20px;
    }

    body .insights-copy {
        padding-inline: 3px;
    }

    body .insights-copy h2 {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    body .insights-copy > .eyebrow {
        margin-bottom: 23px;
        font-size: 7px;
        letter-spacing: 1px;
    }

    body .insight-workspace {
        padding: 21px 17px;
    }

    body .insight-steps > div {
        grid-template-columns: 94px 1fr;
        gap: 6px;
    }

    body .insight-steps dt span {
        margin-right: 5px;
    }

    body .workspace-footnote {
        font-size: 6px;
        letter-spacing: .6px;
    }

    body .approach-grid {
        gap: 35px;
        margin-top: 31px;
    }

    body .approach-grid h3 {
        margin-top: 20px;
        font-size: 26px;
    }

    body .step-tag {
        margin-top: 18px;
    }

    body .contact-section {
        padding-block: 53px;
    }

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

    body .contact-section h2 {
        font-size: 42px;
    }

    body .contact-section p:not(.eyebrow) {
        max-width: 270px;
        font-size: 12px;
        line-height: 1.8;
    }

    body .contact-cta {
        justify-self: start;
        width: 100%;
    }

    body .site-footer {
        padding-top: 43px;
    }

    body .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 35px;
    }

    body .footer-grid h3 {
        margin-bottom: 17px;
    }

    body .footer-contact > p {
        max-width: none;
        margin-top: 15px;
    }

    body .footer-bottom {
        align-items: flex-start;
        font-size: 8px;
        line-height: 1.7;
    }

    body .footer-bottom a {
        white-space: nowrap;
    }

    body .footer-bottom a > span {
        margin-left: 9px;
        font-size: 12px;
    }
}

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

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