:root {
    --ink: #172b30;
    --muted: #68716e;
    --paper: #f8f9f5;
    --lime: #d9ef8e;
    --line: #dde1d8;
}

* {
    box-sizing: border-box;
}

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

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

body.dialog-open {
    overflow: hidden;
}

button, input, textarea, select {
    font: inherit;
}

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

button, a {
    touch-action: manipulation;
}

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

button {
    cursor: pointer;
}

button:disabled {
    cursor: wait;
}

button, #consultation-form input, #consultation-form select, #consultation-form textarea {
    border-radius: 0;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid #76963d;
    outline-offset: 5px;
}

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

h1, h2, h3 {
    font-weight: 500;
}

em {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

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

svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

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

.icon {
    width: 21px;
    height: 21px;
}

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

.skip-link {
    position: fixed;
    top: -80px;
    left: 20px;
    z-index: 100;
    padding: 14px 20px;
    background: var(--lime);
}

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

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--line);
}

.header-inner {
    height: 96px;
    gap: 30px;
}

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

.brand-mark {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -6px;
    line-height: 1;
}

.brand-mark > span {
    color: #8da748;
    margin-left: 3px;
}

.brand-name {
    display: block;
    padding-left: 15px;
    border-left: 1px solid #c8cec1;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.brand-name > span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    font-weight: 400;
    color: var(--muted);
    letter-spacing: 0.3px;
}

.desktop-nav {
    display: flex;
    gap: 35px;
    margin-left: auto;
    margin-right: 25px;
    font-size: 13px;
}

.desktop-nav a, .footer-contact a {
    transition: color 180ms ease;
}

.desktop-nav a:hover {
    color: #738639;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 52px;
    padding: 15px 22px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    transition: background 180ms ease, transform 180ms ease;
}

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

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

.button-dark:hover {
    background: #30494b;
}

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

.button-lime:hover {
    background: #cbe679;
}

.header-cta {
    min-height: 44px;
    padding: 11px 17px;
}

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

.hero {
    padding: 68px 0 92px;
    overflow: hidden;
}

.hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 58px;
    align-items: center;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.55px;
    line-height: 1.6;
}

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

.hero h1 {
    margin: 26px 0 26px;
    font-size: clamp(56px, 5.65vw, 80px);
    line-height: 1.07;
    letter-spacing: -4px;
}

.hero h1 em {
    letter-spacing: -3px;
}

.hero-description {
    max-width: 430px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

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

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 6px 0;
    border: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
}

.text-link .icon, .service-link .icon {
    transition: transform 180ms ease;
}

.text-link:hover .icon, .service-link:hover .icon {
    transform: translateX(4px);
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 42px;
    font-size: 11px;
    color: var(--muted);
}

.small-line {
    width: 24px;
    height: 1px;
    background: #a6b68a;
}

.hero-visual {
    position: relative;
    margin-left: 13px;
    margin-right: 14px;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 522px;
    object-position: 52% 45%;
}

.image-accent {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 55%;
    height: 63%;
    background: var(--lime);
}

.image-stamp {
    position: absolute;
    top: 23px;
    right: 23px;
    display: grid;
    place-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--lime);
}

.image-stamp svg {
    width: 38px;
    height: 38px;
    fill: var(--ink);
    stroke: none;
}

.insight-card {
    position: absolute;
    left: -37px;
    bottom: 29px;
    width: 330px;
    padding: 22px 24px 17px;
    background: rgba(250, 251, 246, 0.97);
    box-shadow: 0 12px 40px #14282b12;
}

.insight-top {
    font-size: 8px;
    letter-spacing: 1.2px;
}

.insight-top > span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.insight-top .icon {
    width: 15px;
    height: 15px;
}

.insight-card > p {
    margin: 17px 0 13px;
    font-size: 19px;
    letter-spacing: -0.5px;
}

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

.mini-chart {
    position: relative;
    height: 62px;
}

.mini-chart svg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.chart-grid {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to top, transparent 0, transparent 19px, #e7eadd 20px, transparent 21px);
}

.chart-fill {
    fill: #d5e99c;
    fill-opacity: 0.4;
    stroke: none;
}

.chart-line {
    stroke: #75973c;
    stroke-width: 2;
}

.chart-caption {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 8px;
    color: var(--muted);
}

.photo-label {
    position: absolute;
    right: 0;
    bottom: -29px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.2px;
}

.principles {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.principles-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-block: 29px;
}

.principles-grid > div {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-left: 31px;
    border-left: 1px solid var(--line);
}

.principles-grid > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.principle-icon {
    width: 28px;
    height: 28px;
    color: #53614b;
    stroke-width: 1.3;
}

.principles-grid > div > span {
    font-size: 12px;
    font-weight: 500;
}

.principles small {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 400;
    color: var(--muted);
}

.section-padding {
    padding-block: 100px;
}

.section-heading {
    align-items: flex-end;
    gap: 50px;
    margin-bottom: 44px;
}

.section-number {
    color: #818c77;
    margin-right: 2px;
}

body h2 {
    margin-top: 20px;
    font-size: clamp(36px, 3.7vw, 52px);
    line-height: 1.13;
    letter-spacing: -1.8px;
}

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

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

.service-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 27px 24px 24px;
    border: 1px solid var(--line);
    background: #fff;
    transition: border-color 180ms ease, transform 180ms ease;
}

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

.service-card.featured {
    background: #edf2e4;
    border-color: #d9e2ca;
}

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

.service-icon {
    width: 34px;
    height: 34px;
    stroke-width: 1.2;
}

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

.service-card h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.65px;
}

.service-card > p {
    flex: 1;
    margin: 20px 0 30px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding-top: 18px;
    border: 0;
    border-top: 1px solid var(--line);
    background: transparent;
    font-size: 10px;
    text-align: left;
}

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

.expertise-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 29px;
    color: var(--muted);
    font-size: 10px;
}

.expertise-note .status-dot {
    width: 5px;
    height: 5px;
}

.about {
    background: #eef0e9;
}

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

.about-visual {
    position: relative;
    margin-bottom: 29px;
}

.about-visual > img {
    width: 100%;
    height: 455px;
    object-position: 47% center;
}

.about-caption {
    position: absolute;
    right: -27px;
    bottom: -29px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 25px 33px;
    background: var(--lime);
}

.about-caption svg {
    width: 42px;
    height: 42px;
    stroke-width: 1;
}

.about-caption p {
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

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

.about-copy > p.about-lead {
    margin-top: 26px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.65;
}

.about-values {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 25px 0;
    list-style: none;
}

.about-values li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}

.about-values .icon {
    width: 16px;
    height: 16px;
    color: #6a823d;
}

.about-copy > .text-link {
    border-bottom: 1px solid #a9b29a;
    padding-bottom: 9px;
}

.approach {
    background: var(--ink);
    color: #f8f9f4;
}

.approach .section-heading {
    margin-bottom: 56px;
}

.approach .eyebrow, .approach .section-number {
    color: var(--lime);
}

.approach .section-intro, .process-step > p {
    color: #b5c0bb;
}

.process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
}

.process-step {
    border-top: 1px solid #4a5b57;
    padding-top: 20px;
}

.process-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--lime);
}

.process-number > span {
    font-size: 13px;
}

.process-number > .icon {
    width: 18px;
    height: 18px;
}

.process-step h3 {
    margin-top: 30px;
    font-size: 23px;
    letter-spacing: -0.6px;
}

.process-step > p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.9;
}

.process-output {
    display: inline-block;
    margin-top: 24px;
    padding: 7px 11px;
    border: 1px solid #4a5b57;
    color: #d1dace;
    font-size: 9px;
    letter-spacing: 0.15px;
}

.approach-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #40534f;
}

.approach-bottom > span {
    color: #a1b0a8;
    font-size: 11px;
}

.approach-bottom .text-link {
    color: var(--lime);
}

.contact-section {
    padding-block: 80px 65px;
}

.contact-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 61px 64px;
    background: var(--lime);
    overflow: hidden;
}

.contact-copy {
    position: relative;
    z-index: 1;
}

.contact-copy .status-dot {
    background: var(--ink);
}

.contact-copy h2 {
    margin-top: 23px;
    font-size: clamp(36px, 3.8vw, 54px);
}

.contact-copy > p:not(.eyebrow) {
    margin: 23px 0 28px;
    color: #4c5c37;
    font-size: 12px;
    line-height: 1.9;
}

.contact-aside {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    width: 225px;
    flex-shrink: 0;
    text-align: center;
}

.contact-aside > svg {
    width: 105px;
    height: 105px;
    fill: var(--ink);
    stroke: none;
}

.contact-aside > span {
    font-size: 12px;
    line-height: 1.7;
}

.contact-rings {
    position: absolute;
    width: 460px;
    height: 460px;
    right: -30px;
    top: -46px;
    pointer-events: none;
}

.contact-rings > span {
    position: absolute;
    inset: 0;
    border: 1px solid #c4da7e;
    border-radius: 50%;
}

.contact-rings > span:nth-child(2) {
    inset: 35px;
}

.contact-rings > span:nth-child(3) {
    inset: 70px;
}

.site-footer {
    padding-top: 5px;
}

.footer-grid {
    grid-template-columns: 1.25fr 1.1fr 0.9fr;
    gap: 50px;
    padding-bottom: 49px;
}

.footer-brand-block > p {
    margin-top: 22px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.9;
}

.site-footer h2 {
    margin: 6px 0 23px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
}

.footer-contact > a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 13px;
}

.footer-contact > a:hover {
    color: #718335;
}

.footer-contact > a + a {
    margin-top: 16px;
    color: var(--muted);
    font-size: 12px;
}

.footer-contact .icon {
    width: 17px;
    height: 17px;
}

.footer-address address {
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    line-height: 1.8;
}

.location-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    font-size: 9px;
    color: var(--muted);
}

.location-tag .status-dot {
    width: 5px;
    height: 5px;
}

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

.back-top {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
}

.back-top .icon {
    width: 15px;
    height: 15px;
}

dialog {
    width: min(560px, calc(100% - 32px));
    max-height: calc(100dvh - 40px);
    padding: 0;
    margin: auto;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    overflow-y: auto;
    box-shadow: 0 25px 100px #0c1f3a40;
}

dialog::backdrop {
    background: #112328b8;
    backdrop-filter: blur(5px);
}

.dialog-inner {
    position: relative;
    padding: 36px;
}

.dialog-close {
    position: absolute;
    top: 12px;
    right: 13px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 29px;
    font-weight: 300;
}

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

.dialog-inner h2 {
    margin-top: 18px;
    font-size: 39px;
}

#dialog-description {
    margin-top: 17px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

#consultation-form {
    display: grid;
    gap: 16px;
    margin-top: 23px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#consultation-form label {
    display: block;
    min-width: 0;
    font-size: 11px;
    font-weight: 500;
}

.optional {
    color: var(--muted);
    font-weight: 400;
}

#consultation-form input, #consultation-form select, #consultation-form textarea {
    display: block;
    width: 100%;
    min-height: 43px;
    margin-top: 7px;
    padding: 11px 12px;
    border: 1px solid #cdd3c7;
    background: #fff;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.4;
}

textarea {
    resize: vertical;
}

.form-note, .direct-email {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.7;
}

.form-submit {
    width: 100%;
}

.form-status {
    padding: 13px;
    background: #edf2e4;
    font-size: 12px;
    line-height: 1.7;
}

.direct-email {
    margin-top: 18px;
    text-align: center;
}

.direct-email a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

[hidden] {
    display: none !important;
}

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

    .hero-image {
        height: 570px;
    }
}

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

    .desktop-nav {
        gap: 24px;
        margin-right: 10px;
    }

    .hero-grid {
        gap: 30px;
    }

    .hero h1 {
        font-size: 62px;
        letter-spacing: -3.5px;
    }

    .hero-image {
        height: 515px;
    }

    .hero-actions {
        gap: 17px;
    }

    .hero-actions > .button {
        gap: 16px;
        padding-inline: 17px;
    }

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

    .service-grid {
        gap: 12px;
    }

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

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

    .about-grid {
        gap: 65px;
    }

    .process-grid {
        gap: 32px;
    }

    .process-step h3 {
        font-size: 21px;
    }

    .contact-panel {
        padding: 50px 44px;
    }

    .contact-aside {
        width: 190px;
    }

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

@media (max-width: 900px) {
    .site-container {
        width: calc(100% - 48px);
    }

    .desktop-nav {
        gap: 20px;
        margin-right: 0;
        font-size: 12px;
    }

    .header-inner {
        gap: 20px;
        height: 84px;
    }

    .header-cta {
        gap: 10px;
    }

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

    .brand-name > span {
        font-size: 8px;
    }

    .brand {
        gap: 12px;
    }

    .hero {
        padding-top: 53px;
    }

    .hero h1 {
        font-size: 51px;
        letter-spacing: -2.7px;
    }

    .hero .eyebrow {
        font-size: 8px;
        letter-spacing: 1.1px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-image {
        height: 480px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .insight-card {
        left: -20px;
        width: 280px;
        padding: 19px 20px 15px;
    }

    .insight-card > p {
        font-size: 16px;
    }

    .principles-grid > div {
        padding-left: 20px;
        gap: 12px;
    }

    .principle-icon {
        width: 23px;
        height: 23px;
    }

    .principles-grid > div > span {
        font-size: 10px;
    }

    .principles small {
        max-width: 160px;
        font-size: 9px;
        line-height: 1.6;
    }

    .section-padding {
        padding-block: 75px;
    }

    .section-heading {
        gap: 30px;
    }

    .section-intro {
        max-width: 285px;
        font-size: 12px;
    }

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

    .service-card {
        padding: 28px;
    }

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

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

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

    .about-grid {
        gap: 45px;
    }

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

    .about-caption {
        right: -12px;
        gap: 15px;
        padding: 22px;
    }

    .about-caption p {
        font-size: 21px;
    }

    .process-grid {
        gap: 25px;
    }

    .process-step h3 {
        max-width: 180px;
        font-size: 22px;
        line-height: 1.4;
    }

    .contact-panel {
        padding: 45px 35px;
    }

    .contact-aside {
        width: 145px;
    }

    .contact-aside > svg {
        width: 80px;
        height: 80px;
    }

    .contact-copy h2 {
        font-size: 40px;
    }

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

    .footer-brand-block {
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-brand-block > p {
        margin: 0;
        text-align: right;
    }
}

@media (max-width: 700px) {
    .site-container {
        width: calc(100% - 40px);
    }

    .header-inner {
        height: 78px;
    }

    .brand-mark {
        font-size: 46px;
    }

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

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

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

    .menu-toggle > span {
        width: 19px;
        height: 1px;
        background: var(--ink);
        transition: transform 180ms ease;
    }

    .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 {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: grid;
        padding: 12px 20px 20px;
        border-bottom: 1px solid var(--line);
        background: var(--paper);
        box-shadow: 0 15px 25px #172b300a;
    }

    .mobile-nav > a {
        display: flex;
        justify-content: space-between;
        padding: 16px 5px;
        border-bottom: 1px solid var(--line);
        font-size: 15px;
    }

    .mobile-nav > a:last-child {
        border: 0;
    }

    .hero {
        padding: 44px 0 65px;
    }

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

    .hero .eyebrow {
        font-size: 8px;
        letter-spacing: 1.25px;
    }

    .hero h1 {
        margin-top: 25px;
        margin-bottom: 22px;
        font-size: clamp(43px, 12.6vw, 70px);
        letter-spacing: -2.5px;
        line-height: 1.08;
    }

    .hero h1 em {
        letter-spacing: -2px;
    }

    .hero-description {
        max-width: 470px;
        font-size: 14px;
        line-height: 1.85;
    }

    .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 18px;
        margin-top: 26px;
    }

    .hero-actions > .button {
        font-size: 12px;
    }

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

    .hero-note {
        margin-top: 26px;
    }

    .hero-visual {
        margin-inline: 12px;
        margin-bottom: 18px;
    }

    .hero-image {
        height: 430px;
        object-position: 50% 55%;
    }

    .image-accent {
        top: -12px;
        right: -12px;
    }

    .image-stamp {
        top: 19px;
        right: 19px;
        width: 57px;
        height: 57px;
    }

    .image-stamp > svg {
        width: 32px;
        height: 32px;
    }

    .insight-card {
        left: -12px;
        bottom: -20px;
        width: 280px;
    }

    .photo-label {
        display: none;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        padding-block: 9px;
    }

    .principles-grid > div {
        padding: 21px 4px;
        border: 0;
        border-top: 1px solid var(--line);
        gap: 20px;
    }

    .principles-grid > div:first-child {
        padding-left: 4px;
        border: 0;
    }

    .principles-grid > div > span {
        font-size: 13px;
    }

    .principles small {
        max-width: none;
        font-size: 11px;
    }

    .principle-icon {
        width: 28px;
        height: 28px;
    }

    .section-padding {
        padding-block: 64px;
    }

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

    body h2 {
        margin-top: 18px;
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .eyebrow {
        font-size: 9px;
    }

    .section-intro {
        max-width: 420px;
        font-size: 13px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .service-card {
        padding: 28px;
    }

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

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

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

    .service-card h3 br::after {
        content: " ";
    }

    .service-card > p {
        margin-block: 18px 26px;
        font-size: 14px;
    }

    .service-link {
        min-height: 42px;
        font-size: 12px;
    }

    .expertise-note {
        font-size: 10px;
    }

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

    .about-visual {
        margin-right: 12px;
        margin-bottom: 0;
    }

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

    .about-caption {
        right: -12px;
        bottom: -24px;
        padding: 20px 25px;
    }

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

    .about-copy > p.about-lead {
        font-size: 18px;
    }

    .about-values {
        gap: 15px;
    }

    .about-values li {
        font-size: 12px;
    }

    .approach .section-heading {
        margin-bottom: 33px;
    }

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

    .process-step h3 {
        max-width: none;
        margin-top: 23px;
        font-size: 26px;
    }

    .process-step > p {
        font-size: 14px;
    }

    .process-output {
        margin-top: 19px;
        font-size: 10px;
    }

    .approach-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 38px;
    }

    .contact-section {
        padding-block: 50px;
    }

    .contact-panel {
        padding: 36px 25px;
    }

    .contact-copy h2 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

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

    .contact-copy > .eyebrow {
        font-size: 8px;
        letter-spacing: 1.05px;
    }

    .contact-copy .button {
        gap: 16px;
        font-size: 12px;
        padding-inline: 17px;
    }

    .contact-aside, .desktop-break {
        display: none;
    }

    .contact-rings {
        top: -140px;
        right: -340px;
        opacity: 0.8;
    }

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

    .footer-brand-block {
        display: block;
        grid-column: auto;
    }

    .footer-brand-block > p {
        margin-top: 20px;
        text-align: left;
        font-size: 12px;
    }

    .site-footer h2 {
        margin-block: 0 16px;
        font-size: 12px;
    }

    .footer-contact > a {
        font-size: 15px;
    }

    .footer-address address {
        font-size: 13px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 19px;
        font-size: 10px;
    }

    .footer-bottom > span {
        display: none;
    }

    .dialog-inner {
        padding: 30px 22px;
    }

    .dialog-inner h2 {
        font-size: 34px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #consultation-form input, #consultation-form select, #consultation-form textarea {
        font-size: 16px;
    }
}

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

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