:root {
    --ink: #203d32;
    --muted: #68736a;
    --paper: #f8f8f1;
    --white: #fffef9;
    --lime: #dce9ab;
    --border: #dde1d5;
    --serif: Georgia, 'Times New Roman', serif;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

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

button {
    font: inherit;
    cursor: pointer;
}

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

button:focus-visible, a:focus-visible {
    outline: 2px solid #72874f;
    outline-offset: 6px;
}

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

body h1, body h2 {
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -2.1px;
}

body h2 {
    font-size: clamp(36px, 3.8vw, 53px);
    line-height: 1.13;
}

h1 em, h2 em {
    font-weight: 400;
}

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

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

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

.icon, .service-icon {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

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

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    min-height: 51px;
    padding: 14px 21px;
    border: 1px solid var(--ink);
    border-radius: 5px;
    background: var(--ink);
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    transition: background 180ms, transform 180ms, box-shadow 180ms;
}

.button:hover {
    background: #355747;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px #203d3210;
}

.button .icon {
    width: 17px;
    height: 17px;
}

.button-small {
    min-height: 43px;
    padding: 10px 19px;
    gap: 26px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
}

.text-link:hover .icon, .back-top:hover .icon {
    transform: translateX(3px);
}

.text-link .icon, .back-top .icon {
    width: 17px;
    transition: transform 180ms;
}

.skip-link {
    position: fixed;
    z-index: 30;
    top: -80px;
    left: 16px;
    padding: 10px 20px;
    background: var(--ink);
    color: white;
}

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

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

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 98px;
    border-bottom: 1px solid var(--border);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
}

.brand-mark {
    width: 43px;
    height: 43px;
}

.brand-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.6px;
}

.brand-name > span {
    display: block;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-left: 48px;
    font-size: 12px;
}

.desktop-nav a, .mobile-nav a {
    transition: color 180ms;
}

.desktop-nav a:hover, .mobile-nav a:hover {
    color: #7d8c55;
}

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

.hero {
    padding-top: 54px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 64px;
    padding-bottom: 57px;
}

.hero-copy {
    padding: 5px 0 18px;
}

.hero-copy > .eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
}

.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #849267;
    flex-shrink: 0;
}

.hero h1 {
    font-size: clamp(55px, 5.5vw, 79px);
    line-height: 1.055;
    letter-spacing: -3.5px;
}

.hero-description {
    max-width: 400px;
    margin-top: 24px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

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

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

.hero-actions .text-link {
    font-size: 11px;
    gap: 7px;
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    color: #798174;
    font-size: 8px;
    letter-spacing: 1.4px;
}

.small-line {
    width: 25px;
    height: 1px;
    background: #9ba48b;
}

.hero-visual {
    position: relative;
    padding-bottom: 24px;
}

.hero-image-wrap {
    position: relative;
    height: 523px;
    overflow: hidden;
    border-radius: 10px 94px 10px 10px;
    background: #d7d2c3;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
}

.image-label {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    border: 1px solid #ffffff52;
    border-radius: 4px;
    background: #f8f8f1e8;
    font-size: 9px;
}

.image-corner {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff70;
    border-radius: 50%;
    color: white;
}

.insight-card {
    position: absolute;
    bottom: 52px;
    left: -39px;
    width: 248px;
    padding: 19px 21px 15px;
    border: 1px solid #e5e7dc;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 30px #122b2312;
}

.insight-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.insight-top .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
}

.insight-top .icon {
    width: 19px;
    color: #7e8c5b;
}

.insight-card p {
    font-size: 13px;
    line-height: 1.6;
}

.insight-card strong {
    font-weight: 600;
}

.mini-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 66px;
    margin-top: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e5d8;
}

.mini-chart span {
    flex: 1;
    height: 24%;
    border-radius: 2px 2px 0 0;
    background: #d6dec8;
}

.mini-chart span:nth-child(2) { height: 34%; }
.mini-chart span:nth-child(3) { height: 30%; }
.mini-chart span:nth-child(4) { height: 48%; }
.mini-chart span:nth-child(5) { height: 56%; }
.mini-chart span:nth-child(6) { height: 66%; }
.mini-chart span:nth-child(7) { height: 81%; background: #7a8e67; }
.mini-chart span:nth-child(8) { height: 95%; background: var(--ink); }

.chart-caption {
    display: block;
    margin-top: 9px;
    color: var(--muted);
    font-size: 7px;
}

.visual-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #7b8477;
    font-size: 7px;
    letter-spacing: 1.25px;
}

.value-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 29px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.value-strip > div {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 45px;
    border-left: 1px solid var(--border);
}

.value-strip > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.value-strip .icon {
    width: 28px;
    height: 28px;
}

.value-strip strong, .value-strip p > span {
    display: block;
}

.value-strip strong {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
}

.value-strip p > span {
    color: var(--muted);
    font-size: 10px;
}

.section-space {
    padding: 90px 0;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 37px;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 21px;
}

.section-label > span {
    color: #879078;
    font-size: 9px;
    letter-spacing: 0;
}

.section-intro {
    max-width: 331px;
    padding-bottom: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 27px 25px 23px;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: var(--white);
    transition: border-color 180ms, transform 180ms, box-shadow 180ms;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #9cae87;
    box-shadow: 0 8px 24px #203d3208;
}

.service-card-accent {
    background: #eaf0d8;
    border-color: #dbe4c7;
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
}

.service-top > span {
    color: #909981;
    font-size: 10px;
}

.service-icon {
    width: 32px;
    height: 32px;
    stroke-width: 1.3;
}

.service-card h3 {
    font-family: var(--serif);
    font-size: 27px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 1.15;
}

.service-card > p {
    margin: 17px 0 26px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.85;
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    padding: 17px 0 0;
    border: 0;
    border-top: 1px solid var(--border);
    background: transparent;
    color: var(--ink);
    text-align: left;
    font-size: 10px;
    font-weight: 600;
}

.service-link:hover {
    color: #748447;
}

.service-link .icon {
    width: 16px;
    height: 16px;
}

.services-note {
    margin-top: 27px;
    text-align: center;
    color: #93998b;
    font-size: 10px;
    letter-spacing: .25px;
}

.services-note > span {
    color: var(--muted);
}

.about {
    background: #eeefe6;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 92px;
}

.about-visual {
    position: relative;
    padding-bottom: 23px;
}

.about-visual > img {
    width: 100%;
    height: 430px;
    border-radius: 7px;
    object-fit: cover;
}

.about-image-note {
    position: absolute;
    right: -24px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 20px 26px;
    border: 1px solid #e1e4d7;
    border-radius: 5px;
    background: var(--white);
}

.note-symbol {
    font-family: var(--serif);
    font-size: 35px;
    line-height: 1;
}

.about-image-note p {
    font-size: 11px;
    line-height: 1.9;
}

.about-image-note strong {
    font-weight: 600;
}

.about-copy h2 {
    margin-bottom: 26px;
    font-size: clamp(34px, 3.3vw, 47px);
}

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

.about-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 23px;
    margin: 25px 0 28px;
}

.about-principles > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
}

.about-principles .icon {
    width: 16px;
    height: 16px;
    color: #79895d;
}

.approach {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: var(--paper);
}

.approach::after {
    position: absolute;
    right: -170px;
    top: -260px;
    width: 580px;
    height: 580px;
    border: 1px solid #eaf0d813;
    border-radius: 50%;
    box-shadow: 0 0 0 70px #eaf0d806, 0 0 0 140px #eaf0d804;
    content: '';
    pointer-events: none;
}

.approach .container {
    position: relative;
    z-index: 1;
}

.approach .section-label, .approach .section-label > span {
    color: var(--lime);
}

.approach .section-intro {
    color: #b7c5b8;
}

.approach h2 em {
    color: var(--lime);
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 51px;
    margin-top: 51px;
}

.step-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #ffffff30;
    color: var(--lime);
    font-size: 11px;
}

.step-track .icon {
    width: 17px;
    height: 17px;
}

.approach-grid h3 {
    margin-top: 22px;
    font-family: var(--serif);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.4px;
}

.approach-grid p {
    max-width: 306px;
    margin-top: 14px;
    color: #b7c5b8;
    font-size: 12px;
    line-height: 1.9;
}

.step-outcome {
    display: inline-block;
    margin-top: 24px;
    padding: 5px 11px;
    border: 1px solid #dce9ab35;
    border-radius: 30px;
    color: #dce9ab;
    font-size: 9px;
}

.contact {
    padding-bottom: 49px;
}

.contact-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 53px;
}

.contact h2 {
    font-size: clamp(44px, 4.4vw, 64px);
}

.contact-invitation {
    padding-bottom: 7px;
}

.contact-invitation p {
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

.button-lime {
    border-color: var(--lime);
    background: var(--lime);
    color: var(--ink);
}

.button-lime:hover {
    border-color: #cbdc92;
    background: #cbdc92;
}

.contact-details {
    display: grid;
    grid-template-columns: 1.15fr .9fr 1fr;
    gap: 40px;
    padding-top: 33px;
    border-top: 1px solid var(--border);
}

.contact-details .eyebrow {
    display: block;
    margin-bottom: 15px;
    color: var(--muted);
    font-size: 8px;
}

.contact-details a, address {
    font-size: 13px;
    font-style: normal;
    line-height: 1.9;
}

.contact-details a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.email-row, .contact-phone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.copy-email {
    display: grid;
    place-items: center;
    width: 30px;
    height: 32px;
    padding: 3px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #748268;
}

.copy-email:hover {
    background: #e8eddd;
}

.copy-email .icon, .contact-phone .icon {
    width: 14px;
    height: 14px;
}

.copy-status {
    display: block;
    min-height: 18px;
    color: var(--muted);
    font-size: 10px;
}

.site-footer {
    padding-bottom: 27px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-top: 27px;
    border-top: 1px solid var(--border);
}

.site-footer .brand-mark {
    width: 31px;
    height: 31px;
}

.site-footer .brand-name {
    font-size: 10px;
}

.site-footer .brand-name > span {
    font-size: 6px;
    letter-spacing: 2.6px;
}

.site-footer p {
    color: #7d8578;
    font-size: 8px;
}

.back-top {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
}

.service-dialog {
    position: fixed;
    width: min(560px, calc(100% - 32px));
    max-height: calc(100dvh - 48px);
    margin: auto;
    padding: 44px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 24px 100px #13291f30;
}

.service-dialog::backdrop {
    background: #13291fb3;
    backdrop-filter: blur(5px);
}

.dialog-close {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    font-size: 30px;
    line-height: 1;
}

.dialog-close:hover {
    background: #e5eadc;
}

.service-dialog h2 {
    margin: 19px 0;
    font-size: 42px;
    letter-spacing: -1.5px;
}

#dialog-description, .dialog-note {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
}

.service-dialog h3 {
    margin: 25px 0 13px;
    font-size: 13px;
    font-weight: 600;
}

#dialog-outcomes {
    display: grid;
    gap: 9px;
    margin: 0 0 23px;
    padding-left: 18px;
    list-style: disc;
    font-size: 13px;
}

#dialog-outcomes li::marker {
    color: #87966a;
}

.dialog-note {
    padding-top: 18px;
    border-top: 1px solid var(--border);
    font-size: 11px;
}

.dialog-contact {
    margin-top: 23px;
}

body.dialog-open {
    overflow: hidden;
}

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

    .desktop-nav {
        gap: 23px;
        margin-left: 0;
    }

    .hero-grid {
        gap: 40px;
    }

    .hero-image-wrap {
        height: 505px;
    }

    .hero-actions {
        gap: 18px;
    }

    .insight-card {
        left: -20px;
        width: 227px;
    }

    .value-strip > div {
        gap: 12px;
        padding-left: 24px;
    }

    .value-strip p > span {
        max-width: 175px;
    }

    .service-grid {
        gap: 12px;
    }

    .service-card {
        padding-inline: 19px;
    }

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

    .about-grid {
        gap: 58px;
    }

    .about-visual > img {
        height: 450px;
    }

    .approach-grid {
        gap: 30px;
    }

    .contact-details {
        gap: 25px;
        grid-template-columns: 1.2fr .8fr 1fr;
    }

    .contact-details a, address {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .hero h1 {
        font-size: 52px;
        letter-spacing: -2.7px;
    }

    .hero-copy > .eyebrow {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .hero-image-wrap {
        height: 500px;
    }

    .image-label {
        left: 16px;
        padding-inline: 9px;
        font-size: 8px;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .service-card {
        padding: 26px;
    }

    .section-heading .section-intro {
        max-width: 270px;
    }

    .about-grid {
        gap: 40px;
    }

    .about-image-note {
        right: -10px;
        padding-inline: 16px;
    }

    .contact-details {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 18px;
    }

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

    .header-inner {
        height: 82px;
    }

    .brand-mark {
        width: 37px;
        height: 37px;
    }

    .brand-name {
        font-size: 12px;
    }

    .brand-name > span {
        font-size: 7px;
        letter-spacing: 3px;
    }

    .desktop-nav, .header-contact {
        display: none;
    }

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

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

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

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

    .mobile-nav:not([hidden]) {
        position: absolute;
        top: 81px;
        right: 20px;
        left: 20px;
        display: grid;
        padding: 12px 23px;
        border: 1px solid var(--border);
        border-radius: 0 0 8px 8px;
        background: var(--paper);
        box-shadow: 0 15px 25px #203d3212;
    }

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

    .hero {
        padding-top: 35px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 29px;
    }

    .hero-copy {
        padding: 0;
    }

    .hero-copy > .eyebrow {
        margin-bottom: 24px;
        font-size: 8px;
        letter-spacing: 1.2px;
    }

    .hero h1 {
        font-size: clamp(46px, 8.9vw, 68px);
        letter-spacing: -2.3px;
        line-height: 1.08;
    }

    .hero-description {
        max-width: 460px;
        margin-top: 21px;
        font-size: 14px;
    }

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

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

    .hero-visual {
        padding-bottom: 22px;
        margin-top: 3px;
        margin-left: 12px;
    }

    .hero-image-wrap {
        height: 408px;
        border-top-right-radius: 65px;
    }

    .image-label {
        left: 16px;
        top: 18px;
        font-size: 8px;
    }

    .insight-card {
        left: -12px;
        bottom: 42px;
        width: 218px;
        padding: 15px 18px 12px;
    }

    .visual-caption {
        font-size: 6px;
        letter-spacing: .7px;
    }

    .value-strip {
        grid-template-columns: 1fr;
        padding: 9px 0;
    }

    .value-strip > div, .value-strip > div:first-child {
        gap: 17px;
        padding: 17px 8px;
        border: none;
    }

    .value-strip > div + div {
        border-top: 1px solid var(--border);
    }

    .value-strip p > span {
        max-width: none;
        font-size: 11px;
    }

    .section-space {
        padding: 58px 0;
    }

    .section-heading, .contact-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    body h2, .about-copy h2 {
        font-size: clamp(35px, 6.4vw, 46px);
        letter-spacing: -1.7px;
    }

    .section-label {
        margin-bottom: 18px;
        font-size: 9px;
    }

    .section-intro {
        max-width: 430px;
    }

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

    .service-card {
        padding: 25px;
    }

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

    .service-card > p {
        font-size: 13px;
    }

    .service-link {
        min-height: 44px;
        font-size: 11px;
    }

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

    .about-visual > img {
        height: 355px;
    }

    .about-image-note {
        right: 14px;
        padding: 17px 21px;
    }

    .about-copy > p:not(.eyebrow) {
        font-size: 14px;
    }

    .about-principles > span {
        font-size: 11px;
    }

    .approach-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 36px;
    }

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

    .approach-grid p {
        max-width: 470px;
        font-size: 13px;
    }

    .step-outcome {
        margin-top: 17px;
        font-size: 10px;
    }

    .contact h2 {
        font-size: clamp(43px, 8vw, 58px);
    }

    .contact-heading {
        padding-bottom: 34px;
    }

    .contact-invitation p {
        font-size: 12px;
    }

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

    .contact-details .eyebrow {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .contact-details a, address {
        font-size: 13px;
    }

    .copy-email {
        width: 40px;
        height: 40px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 23px;
    }

    .site-footer p {
        font-size: 8px;
    }

    .back-top {
        min-height: 34px;
    }

    .service-dialog {
        padding: 35px 25px;
    }

    .service-dialog h2 {
        font-size: 35px;
    }
}

@media (max-width: 539px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-top {
        margin-bottom: 22px;
    }

    .service-card h3 br {
        display: none;
    }

    .service-card > p {
        margin-bottom: 22px;
    }
}

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

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