:root {
    --paper: #f5f3ed;
    --ink: #252722;
    --muted: #74756e;
    --orange: #ee6336;
    --line: #dcdcd3;
    --white: #fffefa;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 32px;
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.dialog-open {
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
button, input, select, textarea {
    font: inherit;
}
button, a, summary {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
}
button, input, select, textarea {
    border-radius: 0;
}
button, a, summary, input, select, textarea {
    outline-offset: 5px;
}
:focus-visible {
    outline: 2px solid var(--orange);
}
button:disabled {
    cursor: wait;
    opacity: .65;
}
[hidden] {
    display: none !important;
}
body img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-definitions {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.icon {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.wrap {
    width: min(100% - 112px, 1280px);
    margin-inline: auto;
}
.section-space {
    padding-block: 102px;
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.35px;
}
.status-dot, .small-square {
    display: inline-block;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    background: var(--orange);
}
.status-dot {
    border-radius: 50%;
}
h1, h2, h3, p {
    margin-top: 0;
}
body h2 {
    margin-bottom: 26px;
    font-size: clamp(34px, 3.3vw, 47px);
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: -1.9px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 27px;
    min-height: 52px;
    padding: 16px 21px;
    border: 1px solid transparent;
    background: var(--orange);
    color: #211f1a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    transition: background .2s, transform .2s;
}
.button:hover {
    transform: translateY(-2px);
    background: #ff784b;
}
.button-small {
    min-height: 43px;
    padding: 11px 18px;
    gap: 28px;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}
.text-link .icon {
    transition: transform .2s;
}
.text-link:hover .icon {
    transform: translate(3px, -2px);
}
.skip-link {
    position: fixed;
    top: -80px;
    left: 15px;
    z-index: 100;
    padding: 12px 20px;
    background: var(--ink);
    color: white;
}
.skip-link:focus {
    top: 10px;
}
.site-header {
    border-bottom: 1px solid var(--line);
}
.header-inner {
    min-height: 99px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}
.brand-name {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.9px;
}
.brand-caption {
    display: block;
    margin-top: 7px;
    font-size: 6.5px;
    font-weight: 500;
    letter-spacing: 1.35px;
}
.brand-mark {
    display: flex;
    flex-direction: column;
    width: 39px;
    gap: 5px;
    transform: skewY(-29deg);
}
.brand-mark span {
    height: 7px;
    width: 100%;
    background: var(--orange);
}
.brand-mark span:nth-child(2) {
    width: 73%;
    align-self: center;
}
.desktop-nav {
    gap: 34px;
    margin-left: 52px;
    font-size: 12px;
}
.desktop-nav a {
    padding-block: 12px;
    transition: color .2s;
}
.desktop-nav a:hover {
    color: #c8451c;
}
.menu-toggle, .mobile-nav {
    display: none;
}
.hero {
    display: grid;
    grid-template-columns: 1.16fr 1fr;
    gap: 70px;
    align-items: center;
    padding-top: 68px;
    padding-bottom: 87px;
}
.hero-copy {
    padding-bottom: 6px;
}
.hero h1 {
    margin-top: 28px;
    margin-bottom: 26px;
    font-size: clamp(52px, 5.35vw, 77px);
    font-weight: 400;
    letter-spacing: -4.8px;
    line-height: 1.065;
}
.hero h1 > span {
    color: var(--orange);
}
.hero-description {
    max-width: 410px;
    margin-bottom: 31px;
    color: #666961;
    font-size: 15px;
    line-height: 1.8;
}
.hero-actions {
    gap: 24px;
}
.hero-actions .text-link {
    font-size: 11px;
    gap: 9px;
}
.hero-footnote {
    display: flex;
    gap: 11px;
    align-items: center;
    margin: 31px 0 0;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .2px;
}
.hero-footnote > span {
    width: 20px;
    height: 1px;
    background: var(--orange);
}
.hero-visual {
    position: relative;
    margin-left: 10px;
    padding-bottom: 17px;
}
.photo-frame {
    height: 496px;
    overflow: hidden;
    border-radius: 3px;
}
.photo-frame img {
    object-position: center 48%;
}
.image-index {
    position: absolute;
    top: 17px;
    left: 19px;
    color: #454b40;
    font-size: 8px;
    letter-spacing: 1.6px;
}
.insight-card {
    position: absolute;
    bottom: -11px;
    left: -40px;
    width: 272px;
    padding: 22px 23px 18px;
    background: var(--white);
    box-shadow: 0 8px 35px #212b2210;
}
.insight-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.insight-top .eyebrow {
    color: #777b70;
    font-size: 7px;
    letter-spacing: 1.3px;
}
.tiny-mark {
    color: var(--orange);
    font-size: 19px;
}
.insight-card > p {
    margin: 7px 0 15px;
    font-size: 21px;
    letter-spacing: -.6px;
}
.insight-chart {
    width: 100%;
    height: 45px;
    overflow: visible;
}
.insight-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: var(--muted);
    font-size: 7px;
}
.image-corner {
    position: absolute;
    right: -10px;
    bottom: 7px;
    width: 63px;
    height: 63px;
    z-index: -1;
    background: var(--orange);
}
.expertise-strip {
    border-block: 1px solid var(--line);
}
.expertise-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    min-height: 88px;
}
.expertise-strip-inner > span:first-child {
    max-width: 105px;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.8;
    letter-spacing: 1.5px;
}
.strip-item {
    font-size: 15px;
    letter-spacing: -.3px;
}
.strip-star {
    color: var(--orange);
    font-size: 22px;
}
.about-section {
    display: grid;
    grid-template-columns: 1fr 2.3fr;
    gap: 76px;
}
.section-label > p {
    margin-top: 28px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}
.muted-heading {
    color: #8a8d82;
}
.about-paragraphs {
    gap: 35px;
    margin-top: 30px;
}
.about-paragraphs p {
    margin-bottom: 0;
    color: #6a6e64;
    font-size: 13px;
    line-height: 1.9;
}
.about-link {
    margin-top: 29px;
}
.services-section {
    background: #ebece5;
}
.section-heading {
    gap: 30px;
    margin-bottom: 47px;
}
.section-heading h2 {
    margin-top: 21px;
    margin-bottom: 0;
}
.section-intro {
    margin-bottom: 3px;
    color: #6a6e64;
    font-size: 12px;
    line-height: 1.9;
}
.service-grid {
    gap: 15px;
    align-items: start;
}
.service-card {
    min-height: 322px;
    padding: 25px 23px 22px;
    border: 1px solid #d9dbd2;
    background: #f5f5ef;
    transition: border-color .2s, background .2s;
}
.service-card:hover, .service-card:has(details[open]) {
    border-color: var(--orange);
    background: var(--white);
}
.service-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.service-top > span {
    color: #8a8c82;
    font-size: 10px;
}
.service-icon {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--orange);
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.service-card h3 {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.6px;
}
.service-card > p {
    min-height: 70px;
    margin-bottom: 23px;
    color: #707369;
    font-size: 11px;
    line-height: 1.9;
}
.service-card summary {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--line);
    list-style: none;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
}
.service-card summary::-webkit-details-marker {
    display: none;
}
.service-card summary > span {
    color: #d75629;
    font-size: 21px;
    font-weight: 400;
    transition: transform .2s;
}
.service-card details[open] summary > span {
    transform: rotate(45deg);
}
.service-detail {
    padding-top: 12px;
    color: #62675c;
    font-size: 12px;
    line-height: 1.7;
}
.analytics-section {
    padding-bottom: 0;
}
.analytics-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: center;
    padding: 65px 63px;
    background: #272e27;
    color: #f5f4ed;
}
.analytics-copy .eyebrow {
    color: #c3c9ba;
    font-size: 8px;
}
.analytics-copy h2 {
    margin-top: 24px;
    font-size: 43px;
    line-height: 1.12;
}
.analytics-copy h2 > span {
    color: #f47b50;
}
.analytics-copy > p:not(.eyebrow) {
    max-width: 310px;
    margin-bottom: 30px;
    color: #b0b8a9;
    font-size: 12px;
    line-height: 1.9;
}
.analytics-copy .text-link {
    color: #f5f4ed;
}
.dashboard {
    min-width: 0;
    padding: 26px 28px 19px;
    border: 1px solid #55604d;
    background: #f6f5ef;
    color: var(--ink);
    transform: rotate(-2deg);
    box-shadow: 10px 12px 0 #ffffff08;
}
.dashboard-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 8px;
}
.dashboard-heading .eyebrow {
    color: #858b7d;
    font-size: 7px;
    letter-spacing: 1px;
}
.dashboard-heading h3 {
    margin: 8px 0 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -.4px;
}
.live-label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    font-size: 7px;
    color: #6a755d;
}
.live-label > span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #7e906b;
}
.chart-tabs {
    display: flex;
    gap: 21px;
    margin-top: 21px;
    border-bottom: 1px solid #dfe1d5;
}
.chart-tabs button {
    padding: 0 0 10px;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #7b7f74;
    font-size: 9px;
}
.chart-tabs button[aria-selected="true"] {
    border-color: var(--orange);
    color: var(--ink);
}
.metric-summary {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    padding-top: 21px;
}
.metric-summary p {
    margin-bottom: 5px;
    color: #7b7f74;
    font-size: 9px;
}
#metric-value {
    font-size: 36px;
    letter-spacing: -1.5px;
    line-height: 1.15;
}
#metric-value > span {
    font-size: 24px;
}
.metric-change {
    margin-bottom: 6px;
    color: #667557;
    font-size: 8px;
}
.chart {
    position: relative;
    height: 148px;
    margin-top: 17px;
    padding-bottom: 24px;
}
.chart-grid {
    position: absolute;
    inset: 0 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.chart-grid span {
    position: relative;
    border-bottom: 1px dashed #dfe0d7;
    color: #8c8f85;
    font-size: 7px;
    line-height: 1px;
}
.chart-bars {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    gap: 23px;
    height: 100%;
    margin-left: 34px;
}
.bar-column {
    position: relative;
    display: flex;
    width: 48px;
    align-items: flex-end;
    justify-content: center;
}
.bar {
    width: 100%;
    height: var(--bar-height);
    background: #c3c9b8;
    transition: height .4s ease;
}
.bar-column:nth-child(2) .bar {
    background: #a6b395;
}
.bar-column:nth-child(3) .bar {
    background: #839571;
}
.bar-column:last-child .bar {
    background: var(--orange);
}
.bar-column > span:last-child {
    position: absolute;
    bottom: -18px;
    color: #888d7e;
    font-size: 8px;
}
.dashboard-note {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid #dfe1d5;
    color: #85897e;
    font-size: 7px;
    line-height: 1.7;
}
.approach-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 105px;
}
.approach-image {
    position: relative;
    height: 480px;
    padding-bottom: 39px;
}
.approach-image img {
    object-position: 43% center;
}
.image-caption {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding-top: 17px;
    color: #676f5f;
    font-size: 8px;
    letter-spacing: 1px;
}
.image-caption .icon {
    width: 14px;
    height: 14px;
}
.approach-copy h2 {
    margin: 22px 0 21px;
    font-size: 40px;
}
.approach-intro {
    max-width: 330px;
    color: #747a6c;
    font-size: 12px;
    line-height: 1.8;
}
.approach-steps {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}
.approach-steps li {
    display: flex;
    gap: 20px;
    padding: 19px 0;
    border-top: 1px solid var(--line);
}
.approach-steps li:last-child {
    padding-bottom: 0;
}
.step-number {
    padding-top: 3px;
    color: #d8582e;
    font-size: 10px;
}
.approach-steps h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 500;
}
.approach-steps p {
    margin: 0;
    color: #747a6c;
    font-size: 11px;
    line-height: 1.75;
}
.conversation-band {
    padding: 46px 0;
    background: var(--orange);
}
.conversation-band .wrap {
    gap: 27px;
}
.conversation-band .eyebrow {
    font-size: 8px;
    letter-spacing: 1.15px;
}
.conversation-band h2 {
    margin: 14px 0 0;
    font-size: 32px;
    letter-spacing: -1.2px;
}
.button-dark {
    background: var(--ink);
    color: var(--white);
}
.button-dark:hover {
    background: #3f453a;
}
.site-footer {
    padding: 67px 0 0;
    background: #222820;
    color: #eeeFE7;
}
.footer-main {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 56px;
    padding-bottom: 64px;
}
.footer-brand-block > p {
    margin: 26px 0 22px;
    color: #d0d4c7;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -.3px;
}
.footer-location {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #a4ad9b;
    font-size: 7px;
    letter-spacing: 1.2px;
}
.footer-main h2 {
    margin: 3px 0 28px;
    color: #a4ad9b;
    font-size: 10px;
    letter-spacing: .3px;
}
.footer-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #49513f;
    font-size: 15px;
    letter-spacing: -.3px;
    overflow-wrap: anywhere;
}
.footer-email:hover, .footer-phone:hover {
    color: #f88359;
}
.footer-phone {
    display: inline-block;
    margin-top: 18px;
    font-size: 15px;
}
.contact-caption {
    margin-top: 22px;
    color: #939e88;
    font-size: 10px;
    line-height: 1.7;
}
.footer-address address {
    color: #c2c9b9;
    font-size: 11px;
    font-style: normal;
    line-height: 1.9;
}
.footer-address .text-link {
    margin-top: 20px;
    font-size: 10px;
}
.footer-address .icon {
    width: 13px;
    height: 13px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 70px;
    border-top: 1px solid #404838;
    color: #a4ae97;
    font-size: 8px;
}
.footer-bottom p {
    margin: 0;
}
.back-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.back-top span {
    color: var(--orange);
    font-size: 19px;
}
dialog {
    width: min(560px, calc(100% - 32px));
    max-height: calc(100% - 40px);
    margin: auto;
    padding: 0;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    overscroll-behavior: contain;
}
dialog::backdrop {
    background: #151b18a6;
    backdrop-filter: blur(5px);
}
.dialog-content {
    position: relative;
    padding: 36px;
}
.dialog-close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    color: var(--muted);
    font-size: 27px;
}
.dialog-content h2 {
    margin: 22px 0 15px;
    font-size: 36px;
}
#dialog-description {
    color: #696e62;
    font-size: 13px;
    line-height: 1.7;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    margin-top: 17px;
}
.form-field label {
    font-size: 11px;
    font-weight: 600;
}
.form-field label > span {
    color: #ba3c18;
}
.form-field label > .optional {
    color: var(--muted);
    font-weight: 400;
}
.form-field input, .form-field textarea, .form-field select {
    width: 100%;
    padding: 12px;
    border: 1px solid #cdd0c3;
    background: #fffefa;
    color: var(--ink);
    font-size: 13px;
}
.form-field textarea {
    resize: vertical;
}
.form-note {
    margin: 17px 0;
    color: #747a6c;
    font-size: 10px;
    line-height: 1.6;
}
.form-submit {
    width: 100%;
}
.form-status {
    margin: 17px 0 0;
    padding: 13px;
    background: #e3e8dc;
    color: #3e4b34;
    font-size: 12px;
    line-height: 1.7;
}
.form-status a {
    text-decoration: underline;
}
@media (min-width: 1440px) {
    .hero {
        gap: 86px;
    }
    .photo-frame {
        height: 535px;
    }
}
@media (max-width: 1100px) {
    .wrap {
        width: calc(100% - 72px);
    }
    .hero {
        gap: 40px;
    }
    .hero h1 {
        font-size: 58px;
        letter-spacing: -3.5px;
    }
    .photo-frame {
        height: 455px;
    }
    .hero-actions {
        gap: 20px;
    }
    .hero-footnote {
        margin-top: 24px;
    }
    .about-section {
        gap: 45px;
    }
    .strip-item {
        font-size: 12px;
    }
    .analytics-panel {
        gap: 45px;
        padding: 50px 40px;
    }
    .analytics-copy h2 {
        font-size: 38px;
    }
    .approach-section {
        gap: 55px;
    }
    .footer-main {
        gap: 30px;
    }
    .footer-email {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    html {
        scroll-padding-top: 20px;
    }
    .wrap {
        width: calc(100% - 40px);
    }
    .section-space {
        padding-block: 64px;
    }
    .header-inner {
        min-height: 80px;
    }
    .brand-name {
        font-size: 29px;
    }
    .brand-mark {
        width: 33px;
    }
    .brand-caption {
        font-size: 5.6px;
    }
    .desktop-nav, .header-cta {
        display: none !important;
    }
    .menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        background: transparent;
    }
    .menu-toggle span {
        width: 19px;
        height: 1px;
        background: var(--ink);
        transition: transform .2s;
    }
    .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]) {
        display: flex;
        flex-direction: column;
        gap: 3px;
        padding: 12px 20px 20px;
        border-top: 1px solid var(--line);
    }
    .mobile-nav a {
        padding: 11px 0;
        font-size: 14px;
    }
    .hero {
        grid-template-columns: 1fr;
        gap: 39px;
        padding-top: 44px;
        padding-bottom: 61px;
    }
    .hero .eyebrow {
        font-size: 8px;
        letter-spacing: 1.1px;
    }
    .hero h1 {
        margin-top: 25px;
        font-size: clamp(45px, 9.3vw, 65px);
        letter-spacing: -2.8px;
    }
    .hero-description {
        max-width: 450px;
        font-size: 14px;
    }
    .hero-actions {
        gap: 22px;
    }
    .hero-footnote {
        margin-top: 25px;
    }
    .hero-visual {
        max-width: 500px;
        width: calc(100% - 12px);
        margin-left: 12px;
    }
    .photo-frame {
        height: 420px;
    }
    .insight-card {
        left: -12px;
        width: 240px;
        padding: 17px 20px;
    }
    .insight-top .eyebrow {
        font-size: 6px;
    }
    .expertise-strip-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px 16px;
        padding-block: 25px;
    }
    .expertise-strip-inner > span:first-child {
        max-width: none;
        grid-column: 1 / -1;
    }
    .strip-star {
        display: none;
    }
    .strip-item {
        font-size: 12px;
    }
    .strip-item::before {
        content: '✳';
        margin-right: 8px;
        color: var(--orange);
    }
    .about-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .section-label > p {
        display: none;
    }
    h2 {
        font-size: 34px;
        letter-spacing: -1.5px;
    }
    .about-paragraphs {
        gap: 20px;
        margin-top: 22px;
    }
    .section-heading {
        margin-bottom: 32px;
    }
    .section-heading h2 {
        margin-top: 20px;
    }
    .service-grid {
        gap: 14px;
    }
    .service-card {
        min-height: 0;
        padding: 25px;
    }
    .service-card > p {
        min-height: 0;
        max-width: 330px;
        font-size: 13px;
    }
    .service-card summary {
        font-size: 12px;
    }
    .service-top {
        margin-bottom: 22px;
    }
    .analytics-section {
        padding-bottom: 0;
    }
    .analytics-panel {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 35px 23px 40px;
    }
    .analytics-copy h2 {
        font-size: 37px;
    }
    .analytics-copy > p:not(.eyebrow) {
        max-width: 430px;
    }
    .dashboard {
        padding: 23px 18px 17px;
        transform: none;
    }
    .dashboard-heading h3 {
        font-size: 15px;
    }
    .chart-bars {
        gap: 18px;
        margin-left: 25px;
    }
    .approach-section {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .approach-image {
        height: 350px;
    }
    .approach-copy h2 {
        font-size: 35px;
    }
    .approach-intro, .approach-steps p {
        font-size: 13px;
    }
    .approach-steps h3 {
        font-size: 16px;
    }
    .conversation-band {
        padding-block: 38px;
    }
    .conversation-band h2 {
        font-size: 32px;
        max-width: 370px;
        line-height: 1.2;
    }
    .conversation-band .eyebrow {
        max-width: 280px;
        font-size: 7px;
        line-height: 1.8;
    }
    .site-footer {
        padding-top: 48px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 36px;
    }
    .footer-main h2 {
        margin-bottom: 19px;
    }
    .footer-contact {
        max-width: 370px;
    }
    .footer-email {
        font-size: 15px;
    }
    .footer-address address {
        font-size: 12px;
    }
    .footer-bottom {
        flex-wrap: wrap;
        gap: 19px;
        padding-block: 25px;
        font-size: 9px;
    }
    .footer-bottom > p {
        width: 100%;
    }
    .dialog-content {
        padding: 28px 22px;
    }
    .dialog-content h2 {
        font-size: 31px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .form-field input, .form-field textarea, .form-field select {
        font-size: 16px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
    }
}
