:root {
    --paper: #f8f6f2;
    --ink: #292b29;
    --muted: #6c6d66;
    --rose: #a36768;
    --rose-light: #eedfdb;
    --line: #dddcd4;
    --white: #fffefa;
}

* {
    box-sizing: border-box;
}

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

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

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

button {
    font: inherit;
    cursor: pointer;
}

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

button:focus-visible, a:focus-visible {
    outline: 2px solid var(--rose);
    outline-offset: 6px;
}

::selection {
    background: var(--rose-light);
    color: var(--ink);
}

[hidden] {
    display: none !important;
}

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

img {
    display: block;
    width: 100%;
    height: auto;
}

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

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

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

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

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

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

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

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

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

.brand-mark {
    width: 44px;
    height: 44px;
    color: var(--rose);
    stroke-width: 1.6;
}

.brand-type {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 4px;
}

.brand-type > span {
    display: block;
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-top: 7px;
}

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

.desktop-nav a {
    transition: color 160ms;
}

.desktop-nav a:hover {
    color: var(--rose);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    padding: 18px 23px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    transition: background 180ms, transform 180ms;
}

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

.button-dark:hover {
    background: #49453f;
    transform: translateY(-2px);
}

.header-cta {
    padding: 14px 20px;
    gap: 32px;
}

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

.hero {
    padding-top: 58px;
}

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

.hero-copy {
    padding-bottom: 13px;
}

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

.small-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rose);
    flex-shrink: 0;
}

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

.hero h1 {
    font-size: clamp(58px, 5.65vw, 82px);
    font-weight: 400;
    letter-spacing: -4.8px;
    line-height: 1.055;
}

em {
    color: var(--rose);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

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

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

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

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

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

.hero-note {
    gap: 13px;
    margin-top: 42px;
    font-size: 11px;
    line-height: 1.65;
    color: var(--muted);
}

.hero-note strong {
    font-weight: 400;
    color: var(--ink);
}

.note-line {
    width: 28px;
    height: 1px;
    background: var(--rose);
}

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

.hero-image {
    height: 534px;
    object-fit: cover;
    object-position: 52% 50%;
    border-radius: 130px 5px 5px 5px;
}

.image-caption {
    position: absolute;
    top: 23px;
    right: 21px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: white;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #292b2938;
    padding: 9px 11px;
    border: 1px solid #ffffff45;
    border-radius: 20px;
    backdrop-filter: blur(8px);
}

.image-caption .small-dot {
    width: 4px;
    height: 4px;
    background: #f0d5cf;
}

.insight-card {
    position: absolute;
    width: 258px;
    bottom: 62px;
    left: -37px;
    padding: 21px 23px 18px;
    background: var(--white);
    border: 1px solid #e9e4dd;
    border-radius: 5px;
    box-shadow: 0 12px 40px #292b2910;
}

.insight-top {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 1.2px;
}

.insight-top .icon {
    width: 15px;
    height: 15px;
    color: var(--rose);
}

.insight-card > p {
    margin-top: 15px;
    font-size: 23px;
    letter-spacing: -0.6px;
    line-height: 1.2;
}

.insight-card strong {
    font-weight: 400;
    color: var(--rose);
}

.insight-chart {
    display: block;
    width: 100%;
    height: 51px;
    margin-top: 20px;
    overflow: visible;
}

.insight-caption {
    display: block;
    margin-top: 11px;
    font-size: 8px;
    color: var(--muted);
}

.visual-index {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 7px;
    letter-spacing: 1.4px;
    color: var(--muted);
}

.focus-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 31px 0;
    margin-top: 57px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.focus-strip p {
    font-size: 8px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: var(--muted);
}

.focus-strip strong {
    font-weight: 500;
    color: var(--ink);
}

.focus-strip > span {
    font-size: 13px;
    letter-spacing: -0.2px;
}

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

.section-label {
    color: var(--rose);
    margin-bottom: 22px;
}

main h2 {
    font-size: clamp(36px, 3.4vw, 49px);
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.14;
}

main h2 em {
    letter-spacing: -1.8px;
}

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

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

.service-grid {
    gap: 15px;
    align-items: start;
}

.service-card {
    background: #f0eee8;
    border: 1px solid transparent;
    padding: 25px 24px 0;
    border-radius: 4px;
    transition: border-color 180ms, background 180ms;
}

.service-card:hover, .service-card.is-open {
    background: #f1e9e4;
    border-color: #dfcec7;
}

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

.service-icon {
    width: 33px;
    height: 33px;
    color: var(--rose);
    stroke-width: 1.2;
}

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

.service-card h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.6px;
}

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

.service-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    margin-top: 17px;
    border: 0;
    border-top: 1px solid #d8d5cc;
    background: transparent;
    font-size: 11px;
    text-align: left;
}

.toggle-symbol {
    font-size: 20px;
    font-weight: 400;
    color: var(--rose);
    line-height: 1;
}

.service-details {
    border-top: 1px solid #d8d5cc;
    padding: 20px 0 24px;
    font-size: 11px;
}

.service-details h4 {
    font-weight: 600;
}

.service-details ul {
    padding-left: 14px;
    margin: 12px 0 18px;
    list-style: disc;
    color: var(--muted);
    line-height: 1.8;
}

.service-details a {
    display: inline-block;
    color: #875151;
    text-decoration: underline;
    text-underline-offset: 4px;
    line-height: 1.6;
}

.expertise-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 28px;
    font-size: 11px;
    color: var(--muted);
}

.expertise-note .small-dot {
    width: 4px;
    height: 4px;
    margin-right: 2px;
}

.expertise-note a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.about {
    padding-top: 22px;
    padding-bottom: 108px;
}

.about .about-grid {
    gap: 83px;
}

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

.about-visual > img {
    height: 437px;
    object-fit: cover;
    border-radius: 4px;
}

.about-image-note {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px 28px;
    position: absolute;
    bottom: 0;
    right: -22px;
    background: var(--rose-light);
    border-radius: 3px;
}

.about-image-note p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

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

.about-image-note .brand-mark {
    width: 38px;
    height: 38px;
}

.about-lead {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 26px;
    max-width: 390px;
}

.about-copy > p:not(.eyebrow):not(.about-lead) {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.85;
    margin-top: 16px;
    max-width: 410px;
}

.about .about-values {
    gap: 24px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.value-marker {
    color: var(--rose);
    font-size: 20px;
}

.about-values h3 {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 600;
}

.about-values p {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 8px;
}

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

.approach .section-label {
    color: #d0a4a0;
}

.approach h2 em {
    color: #d0a4a0;
}

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

.process-grid {
    gap: 34px;
    margin-top: 59px;
}

.process-step {
    position: relative;
    border-top: 1px solid #61635b;
    padding-top: 28px;
}

.process-step::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: -3px;
    left: 0;
    border-radius: 50%;
    background: #c89a96;
}

.step-number {
    color: #c89a96;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 33px;
    font-style: italic;
}

.process-step h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    letter-spacing: -0.2px;
}

.process-step p {
    font-size: 12px;
    line-height: 1.85;
    color: #bcbfb5;
    margin-top: 13px;
    max-width: 240px;
}

.contact {
    background: var(--rose-light);
    padding-block: 85px;
}

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

.contact .section-label {
    color: #805051;
}

.contact h2 {
    font-size: clamp(38px, 3.7vw, 53px);
}

.contact h2 em {
    color: #875455;
}

.contact-grid > div > p:last-child {
    color: #6b605b;
    margin-top: 23px;
    font-size: 13px;
    line-height: 1.8;
}

.contact-action {
    padding-top: 35px;
}

.conversation-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    font-size: 23px;
    letter-spacing: -0.6px;
    border-bottom: 1px solid #c5adaa;
    padding-bottom: 23px;
}

.round-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: var(--ink);
    color: var(--paper);
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 200ms, background 200ms;
}

.round-arrow .icon {
    width: 25px;
    height: 25px;
}

.conversation-link:hover .round-arrow {
    transform: rotate(45deg);
    background: #875455;
}

.contact-action > p {
    font-size: 11px !important;
    margin-top: 15px !important;
}

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

.site-footer .footer-grid {
    grid-template-columns: 1fr 1.4fr 1.2fr .55fr;
    gap: 45px;
    padding-bottom: 52px;
}

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

.footer-brand .brand-type {
    font-size: 27px;
}

.footer-brand .brand-type > span {
    font-size: 7px;
}

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

.footer-grid h3 {
    font-size: 9px;
    letter-spacing: 1.3px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 22px;
}

.footer-grid > div:not(.footer-brand) a {
    display: block;
    width: fit-content;
    font-size: 11px;
    margin-bottom: 11px;
    color: var(--muted);
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.footer-grid a:hover {
    color: var(--rose);
}

.footer-grid address {
    font-size: 10px;
    font-style: normal;
    line-height: 1.9;
    color: var(--muted);
    max-width: 240px;
}

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

.back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.back-to-top span {
    color: var(--rose);
    font-size: 15px;
}

@media (min-width: 1600px) {
    .hero {
        padding-top: 76px;
    }
    .hero-image {
        height: 580px;
    }
}

@media (max-width: 1199px) {
    .site-container {
        width: calc(100% - 80px);
    }
    .hero .hero-grid {
        gap: 45px;
        grid-template-columns: 1.1fr 1fr;
    }
    .hero h1 {
        font-size: 64px;
        letter-spacing: -3.6px;
    }
    .hero-image {
        height: 510px;
    }
    .hero-actions {
        gap: 21px;
    }
    .hero-actions .button {
        padding: 16px 19px;
        gap: 18px;
    }
    .text-link {
        font-size: 11px;
        gap: 8px;
    }
    .service-card {
        padding-inline: 19px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card > p {
        min-height: 126px;
    }
    .about .about-grid {
        gap: 58px;
    }
    .site-footer .footer-grid {
        gap: 28px;
    }
}

@media (max-width: 1023px) {
    .desktop-nav {
        gap: 23px;
        margin-left: 0;
    }
    .hero .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
    .hero h1 {
        font-size: 54px;
        letter-spacing: -3px;
    }
    .hero h1 em {
        letter-spacing: -2px;
    }
    .hero-copy > .eyebrow {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .hero-description {
        font-size: 13px;
    }
    .hero-image {
        height: 510px;
        border-top-left-radius: 100px;
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 19px;
    }
    .hero-note {
        margin-top: 29px;
    }
    .insight-card {
        width: 226px;
        left: -22px;
    }
    .image-caption {
        font-size: 6px;
        top: 20px;
        right: 15px;
    }
    .focus-strip {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .focus-strip p {
        flex-basis: 100%;
    }
    .focus-strip > span {
        margin-right: 15px;
        font-size: 12px;
    }
    .service-card > p {
        min-height: 70px;
        max-width: 300px;
    }
    .service-grid {
        gap: 20px;
    }
    .about .about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 46px;
    }
    .about-visual > img {
        height: 445px;
    }
    .about-image-note {
        right: -13px;
        padding: 20px;
    }
    .about .about-values {
        grid-template-columns: 1fr;
        gap: 17px;
    }
    .value-marker {
        display: none;
    }
    .about-values h3 {
        margin-top: 0;
    }
    .section-intro {
        max-width: 290px;
    }
    .process-grid {
        row-gap: 45px;
    }
    .process-step p {
        max-width: 320px;
    }
    .contact .contact-grid {
        gap: 50px;
    }
    .conversation-link {
        font-size: 19px;
    }
    .round-arrow {
        width: 48px;
        height: 48px;
    }
    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px 70px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 24px;
    }
    .site-container {
        width: calc(100% - 44px);
    }
    .header-inner {
        height: 86px;
    }
    .brand-mark {
        width: 38px;
        height: 38px;
    }
    .brand-type {
        font-size: 28px;
    }
    .brand-type > span {
        font-size: 7px;
    }
    .desktop-nav, .header-cta {
        display: none;
    }
    .menu-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        padding: 12px 7px;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        border: 0;
        background: transparent;
    }
    .menu-toggle span {
        display: block;
        width: 27px;
        height: 1px;
        background: var(--ink);
        transition: transform 180ms;
    }
    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(4px) rotate(45deg);
    }
    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }
    .mobile-nav {
        display: flex;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        flex-direction: column;
        padding: 15px 22px 22px;
        background: var(--paper);
        box-shadow: 0 12px 20px #292b2910;
        border-bottom: 1px solid var(--line);
    }
    .mobile-nav a {
        padding: 13px 0;
        font-size: 15px;
        border-bottom: 1px solid var(--line);
    }
    .mobile-nav a:last-child {
        border: 0;
        color: var(--rose);
    }
    .mobile-nav a span {
        float: right;
    }
    .hero {
        padding-top: 42px;
    }
    .hero .hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .hero-copy {
        padding: 0;
    }
    .hero-copy > .eyebrow {
        font-size: 8px;
        letter-spacing: 1.2px;
        margin-bottom: 22px;
    }
    .hero h1 {
        font-size: clamp(45px, 8.8vw, 68px);
        letter-spacing: -2.8px;
        line-height: 1.07;
    }
    .hero h1 em {
        letter-spacing: -2.7px;
    }
    .hero-description {
        font-size: 14px;
        margin-top: 23px;
        max-width: 420px;
    }
    .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 21px;
        margin-top: 25px;
    }
    .hero-actions .button {
        font-size: 11px;
        gap: 13px;
        padding: 15px 18px;
    }
    .text-link {
        font-size: 10px;
        gap: 7px;
    }
    .text-link .icon {
        width: 16px;
    }
    .hero-note {
        margin-top: 25px;
        font-size: 10px;
    }
    .hero-visual {
        margin-left: 16px;
        padding-bottom: 21px;
    }
    .hero-image {
        height: 425px;
        border-top-left-radius: 100px;
    }
    .image-caption {
        font-size: 6px;
        right: 15px;
        top: 20px;
    }
    .insight-card {
        left: -16px;
        bottom: 47px;
        width: 217px;
        padding: 18px 20px 16px;
    }
    .insight-card > p {
        font-size: 21px;
    }
    .insight-chart {
        height: 44px;
        margin-top: 15px;
    }
    .focus-strip {
        margin-top: 30px;
        padding-block: 26px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 19px 10px;
    }
    .focus-strip p {
        grid-column: 1 / -1;
    }
    .focus-strip > span {
        font-size: 11px;
        margin: 0;
    }
    .section-space {
        padding-block: 63px;
    }
    .section-label {
        font-size: 9px;
        margin-bottom: 18px;
    }
    main h2 {
        font-size: 37px;
        letter-spacing: -1.7px;
    }
    .section-heading {
        gap: 23px;
        margin-bottom: 30px;
    }
    .section-intro {
        max-width: 420px;
        font-size: 13px;
    }
    .service-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .service-card {
        padding: 20px 17px 0;
    }
    .service-top {
        margin-bottom: 23px;
    }
    .service-icon {
        width: 29px;
        height: 29px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card > p {
        min-height: 112px;
        font-size: 11px;
        margin-top: 14px;
    }
    .service-toggle {
        font-size: 10px;
        margin-top: 8px;
    }
    .expertise-note {
        line-height: 1.8;
        margin-top: 24px;
        font-size: 10px;
        gap: 5px;
    }
    .about {
        padding-top: 5px;
    }
    .about .about-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .about-visual {
        padding-bottom: 24px;
        margin-right: 12px;
    }
    .about-visual > img {
        height: 320px;
    }
    .about-image-note {
        right: -12px;
        padding: 19px 23px;
    }
    .about-image-note p {
        font-size: 13px;
    }
    .about-lead {
        font-size: 15px;
        margin-top: 21px;
    }
    .about-copy > p:not(.eyebrow):not(.about-lead) {
        max-width: none;
    }
    .about .about-values {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .value-marker {
        display: block;
    }
    .about-values h3 {
        margin-top: 8px;
    }
    .process-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 24px;
        margin-top: 38px;
    }
    .process-step {
        padding-top: 20px;
    }
    .process-step h3 {
        font-size: 15px;
        line-height: 1.4;
        margin-top: 18px;
    }
    .process-step p {
        font-size: 11px;
    }
    .contact .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .contact h2 {
        font-size: 43px;
    }
    .contact-action {
        padding-top: 0;
    }
    .conversation-link {
        font-size: 22px;
        padding-bottom: 18px;
    }
    .contact-grid > div > p:last-child {
        font-size: 12px;
    }
    .site-footer {
        padding-top: 47px;
    }
    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 25px;
        padding-bottom: 34px;
    }
    .footer-brand {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-brand > p {
        margin-top: 0;
        font-size: 10px;
    }
    .footer-contact {
        grid-column: 1 / -1;
    }
    .footer-grid h3 {
        margin-bottom: 15px;
    }
    .footer-grid > div:not(.footer-brand) a {
        font-size: 12px;
    }
    .footer-grid address {
        font-size: 10px;
    }
    .footer-bottom {
        font-size: 8px;
        gap: 15px;
    }
}

@media (max-width: 374px) {
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
    .service-grid {
        grid-template-columns: 1fr;
    }
    .service-card > p {
        min-height: 0;
    }
    .service-card h3 br {
        display: none;
    }
    .service-toggle {
        margin-top: 18px;
    }
    .footer-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
    }
}
