.page-content {
    width: 100%;
}

.hero-home {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(180deg, #121922 0%, #070a0f 100%);
    isolation: isolate;
}

.hero-home__backdrop,
.hero-home__overlay,
.hero-home__content {
    position: absolute;
    inset: 0;
}

.hero-home__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    display: block;
    transform: scale(1.02);
}

.hero-home__overlay {
    background: none;
}

.hero-home__content {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7.7rem 0rem 2.6rem;
}

.hero-home__headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding-top: 26.7rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    width: 100%;
    font-weight: 300;
}

.hero-home__headline-word {
    font-size: clamp(7rem, 8.4vw, 10rem);
    font-weight: 300;
    line-height: 0.92;
    letter-spacing: -0.04em;
    text-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-home__headline-word--left {
    margin-left: -0.15rem;
}

.hero-home__headline-word--right {
    text-align: left;
    margin-right: 0;
}

.hero-home.is-ready .hero-home__headline-word {
    opacity: 1;
    transform: translateY(0);
}

.hero-home__info {
    max-width: 40rem;
    padding-left: 3.35rem;
    margin-top: auto;
    padding-bottom: 0.6rem;
}

.hero-home__eyebrow {
    margin: 0 0 0.7rem;
    font-size: clamp(1.35rem, 1.6vw, 1.625rem);
    font-weight: 500;
    line-height: 1.3;
}

.hero-home__description {
    margin: 0;
    max-width: 35.75rem;
    color: var(--color-white-muted);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
}

.hero-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.35rem;
}

.hero-home__button {
    display: inline-flex;
    align-items: center;
    gap: 4rem;
    min-height: 3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.04em;
    transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.hero-home__button-icon {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
}

.hero-home__button-icon--whatsapp {
    width: 0.88rem;
    height: 0.88rem;
}

.hero-home__button:hover,
.hero-home__button:focus-visible {
    transform: translateY(-1px);
}

.hero-home__button--primary {
    color: #ffffff;
    background: var(--color-primary);
}

.hero-home__button--secondary {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(234, 1, 1, 0.7) 132.9%);
    border: 1px solid #ffffff;
}

.hero-home__location {
    align-self: flex-end;
    margin: 0;
    color: #ff2213;
    text-transform: uppercase;
    font-size: clamp(1.35rem, 1.7vw, 1.875rem);
    font-weight: 400;
    padding-right: 3rem;
    padding-bottom: 0.25rem;
    letter-spacing: -0.04em;
}

.services-intro {
    width: min(calc(100% - 3rem), 2300px);
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    padding: 3rem 1.5rem 4.8rem;
}

.services-intro__inner {
    margin: 0 auto;
    padding-top: 0.1rem;
}

.services-intro__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    font-weight: 500;
}

.services-intro__card {
    min-height: 7.45rem;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1rem 1rem 1.15rem;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #000000;
    transition: background 0.24s ease;
}

.services-intro__card:hover,
.services-intro__card:focus-visible {
    background: linear-gradient(278.13deg, rgba(0, 0, 0, 0) 50.67%, rgba(234, 1, 1, 0.3) 106.22%);
}

.services-intro__card-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.05rem;
    flex: 0 0 auto;
}

.services-intro__card-copy {
    display: grid;
    gap: 0.65rem;
}

.services-intro__card-title {
    margin: 0;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3;
}

.services-intro__card-text {
    margin: 0;
    color: var(--color-white-muted);
    font-size: 1.125rem;
    line-height: 1.3;
}

.services-intro__content {
    max-width: 49rem;
    padding-top: 6.4rem;
    padding-left: 3rem;
}

.services-intro__title {
    margin: 0;
    font-size: clamp(4.5rem, 5.2vw, 5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
    max-width: 49.25rem;
}

.services-intro__title span {
    color: #ff220f;
}

.services-intro__description {
    margin: 2rem 0 0;
    max-width: 47.5rem;
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3;
}

.service-grid {
    width: min(calc(100% - 4rem), 2300px);
    margin: 0 auto;
    background: #000000;
    padding: 1rem 2rem 0;
}

.service-grid__inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.service-grid__card {
    position: relative;
    min-height: 52.5rem;
    overflow: hidden;
    border-radius: 12px;
    background: #000000;
}

.service-grid__image,
.service-grid__overlay,
.service-grid__content {
    position: absolute;
    inset: 0;
}

.service-grid__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-grid__overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0.58) 100%);
}

.service-grid__content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.8rem 1.85rem 1.9rem;
}

.service-grid__title {
    margin: 0;
    max-width: 34rem;
    color: #ffffff;
    font-size: clamp(3rem, 3.9vw, 3.75rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.service-grid__text {
    margin: 0;
    max-width: 26rem;
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3;
}

.services-list {
    width: min(calc(100% - 3rem), 2300px);
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    padding: 2.75rem 1.5rem 4.25rem;
}

.services-list__inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem;
    align-items: stretch;
    min-height: 14rem;
}

.services-list__title {
    margin: 0;
    padding-left: 2rem;
    align-self: center;
    font-size: clamp(3.5rem, 4.2vw, 4.35rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.services-list__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}

.services-list__items p {
    margin: 0 0 0.65rem;
    font-size: clamp(1.75rem, 2vw, 2.1rem);
    line-height: 1.25;
}

.services-list__items p:last-child {
    margin-bottom: 0;
}

.about-panel {
    background: #000000;
    padding: 1.75rem 2rem 4rem;
}

.about-panel__outer {
    margin: 0 auto;
}

.about-panel__card {
    background: #ffffff;
    color: #101114;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    min-height: 44.5rem;
    padding: 3.4rem 7.2rem 3.2rem;
    display: grid;
    grid-template-rows: auto 1fr;
    row-gap: 7.2rem;
}

.about-panel__top,
.about-panel__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    align-items: start;
    column-gap: 5rem;
    padding: 0 1.55rem;
}

.about-panel__top {
    row-gap: 3.4rem;
}

.about-panel__kicker,
.about-panel__title {
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 0.88;
}

.about-panel__kicker {
    font-size: clamp(5.4rem, 4.3vw, 4.95rem);
}

.about-panel__title {
    justify-self: start;
    align-self: start;
    padding-top: 5.9rem;
    padding-left: 12.65rem;
    padding-right: 0;
    font-size: clamp(5.4rem, 4.3vw, 4.95rem);
}

.about-panel__lead {
    margin: 0;
    max-width: 29.5rem;
    font-size: clamp(2rem, 2.5vw, 3.35rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.04em;
    align-self: start;
    padding-left: 4.75rem;
    padding-top: 0;
}

.about-panel__label {
    margin: 0;
    font-size: clamp(2rem, 2.5vw, 3.35rem);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -0.04em;
    padding-left: 4.75rem;
}

.about-panel__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-panel__right {
    display: grid;
    gap: 2rem;
    align-content: start;
    justify-items: start;
}

.about-panel__copy {
    max-width: 27rem;
    justify-self: start;
    padding-top: 0;
}

.about-panel__copy p {
    margin: 0 0 1.15rem;
    color: #040608;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.34;
}

.about-panel__copy p:last-child {
    margin-bottom: 0;
}

.about-panel__stats {
    display: grid;
    gap: 0.38rem;
    width: min(100%, 27rem);
}

.about-panel__stat {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 4.3rem;
    padding: 0.75rem 1.1rem;
    border-radius: 5px;
    border: 1px solid rgba(16, 17, 20, 0.1);
    background: rgba(255, 255, 255, 0.86);
}

.about-panel__stat strong {
    min-width: 4.4rem;
    font-size: 2.15rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}

.about-panel__stat span {
    color: #0c1320;
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.2;
}

.about-panel__stat--accent {
    border-color: rgba(255, 47, 31, 0.1);
    background: linear-gradient(92.23deg, rgba(255, 255, 255, 0.1) 20.51%, rgba(234, 1, 1, 0.2) 114.34%);
}

.about-panel__stat--accent strong {
    color: #ff2114;
}

.team-cta {
    background: #000000;
    padding: 0;
}

.team-cta__inner {
    width: 100%;
    margin: 0 auto;
}

.team-cta__card {
    position: relative;
    min-height: 52rem;
    overflow: hidden;
    border-radius: 0;
    background: #000000;
}

.team-cta__image,
.team-cta__overlay,
.team-cta__content {
    position: absolute;
    inset: 0;
}

.team-cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-cta__overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 62.04%, #000000 100%),
        linear-gradient(0deg, rgba(99, 48, 17, 0) 51.3%, rgba(99, 48, 17, 0.3) 79.9%),
        radial-gradient(circle at center 112%, rgba(0, 0, 0, 0.92), transparent 35%);
}

.team-cta__content {
    width: min(calc(100% - 4rem), 2300px);
    margin: 0 auto;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    align-items: end;
    gap: 3rem;
    padding: 3rem 5.8rem 2.8rem;
}

.team-cta__left {
    display: grid;
    gap: 2rem;
    align-self: end;
}

.team-cta__title {
    margin: 0;
    max-width: 16rem;
    color: #ffffff;
    font-size: clamp(4rem, 4.8vw, 5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.team-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.team-cta__right {
    max-width: 40rem;
    color: #ffffff;
}

.team-cta__right p {
    margin: 0 0 1.35rem;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3;
}

.team-cta__right p:last-child {
    margin-bottom: 0;
}

.contact-section {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem 0;
}

.contact-section__inner {
    width: min(calc(100% - 4rem), 2300px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 4.4rem;
    align-items: start;
    padding: 4.6rem 0 4.2rem;
}

.contact-section__left {
    display: grid;
    align-content: start;
    gap: 2.6rem;
    padding-top: 0.2rem;
}

.contact-section__right {
    display: grid;
    align-content: start;
    padding-top: 0.55rem;
}

.contact-section__title {
    margin: 0;
    max-width: 43rem;
    font-size: clamp(4rem, 4.6vw, 4.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.contact-section__title span {
    color: #ea0101;
}

.contact-section__info-group {
    max-width: 20rem;
    font-style: normal;
}

.contact-section__info-group h3 {
    margin: 0 0 0.45rem;
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.318;
    letter-spacing: -0.04em;
}

.contact-section__info-group p,
.contact-section__info-group a {
    margin: 0;
    color: rgba(255, 255, 255, 0.47);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.contact-section__info-group a {
    color: #ffffff;
    line-height: 1.3;
}

.contact-section__form-title {
    margin: 0 0 1.8rem;
    font-size: 1.625rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.contact-section__form {
    display: grid;
    gap: 0.7rem;
}

.contact-section__status {
    margin-bottom: 1.25rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.45;
}

.contact-section__status--success {
    background: rgba(38, 201, 110, 0.12);
    border-color: rgba(38, 201, 110, 0.34);
    color: #d8ffe7;
}

.contact-section__status--error {
    background: rgba(252, 18, 7, 0.12);
    border-color: rgba(252, 18, 7, 0.3);
    color: #ffd6d2;
}

.contact-section__trap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-section__field {
    display: grid;
    grid-template-columns: 9.5rem 1fr;
    gap: 1.25rem;
    align-items: start;
}

.contact-section__field span {
    padding-top: 0.15rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.contact-section__field input,
.contact-section__field textarea {
    width: 100%;
    padding: 0 0 0.7rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
    outline: none;
}

.contact-section__field textarea {
    min-height: 5.4rem;
    resize: none;
}

.contact-section__field input::placeholder,
.contact-section__field textarea::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.contact-section__submit .hero-home__button {
    border: 0;
    min-height: 3rem;
    padding: 0.8125rem 0.75rem;
    border-radius: 8px;
    background: #ea0101;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.contact-section__submit .hero-home__button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.contact-section__submit {
    display: flex;
    justify-content: flex-end;
    padding-top: 2.6rem;
}

.contact-section__captcha-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    line-height: 1.6;
}

.contact-section__captcha-note a {
    color: #ffffff;
}

@media (min-width: 1101px) and (max-width: 1500px) and (max-height: 940px) {
    .hero-home__content {
        padding-top: 6.2rem;
        padding-bottom: 2.2rem;
    }

    .hero-home__headline {
        padding-top: 22rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .hero-home__headline-word {
        font-size: clamp(6rem, 7.4vw, 8rem);
        line-height: 0.94;
    }

    .hero-home__info {
        max-width: 35rem;
        padding-left: 2.6rem;
        padding-bottom: 0.2rem;
    }

    .hero-home__eyebrow {
        font-size: clamp(1.18rem, 1.35vw, 1.4rem);
    }

    .hero-home__description {
        max-width: 31.5rem;
        font-size: 1rem;
    }

    .hero-home__location {
        font-size: clamp(1.18rem, 1.45vw, 1.55rem);
        padding-right: 11rem;
    }

    .services-intro {
        padding-top: 2.45rem;
        padding-bottom: 3.9rem;
    }

    .services-intro__card {
        min-height: 6.5rem;
        padding: 0.9rem 0.9rem 0.95rem;
    }

    .services-intro__card-title {
        font-size: 1.42rem;
    }

    .services-intro__card-text {
        font-size: 1rem;
    }

    .services-intro__content {
        padding-top: 4.9rem;
        padding-left: 2.4rem;
    }

    .services-intro__title {
        font-size: clamp(3.85rem, 4.45vw, 4.35rem);
    }

    .services-intro__description {
        margin-top: 1.6rem;
        font-size: 1.38rem;
    }

    .service-grid__card {
        min-height: 45.5rem;
    }

    .service-grid__content {
        padding: 1.55rem 1.6rem 1.65rem;
    }

    .service-grid__title {
        max-width: 29rem;
        font-size: clamp(2.7rem, 3.25vw, 3.2rem);
    }

    .service-grid__text {
        max-width: 22.5rem;
        font-size: 1.38rem;
    }

    .services-list {
        padding-top: 2.25rem;
        padding-bottom: 3.5rem;
    }

    .services-list__inner {
        min-height: 12rem;
        gap: 2rem;
    }

    .services-list__title {
        font-size: clamp(3rem, 3.55vw, 3.65rem);
    }

    .services-list__items p {
        font-size: clamp(1.45rem, 1.7vw, 1.78rem);
    }

    .about-panel {
        padding-top: 1.35rem;
        padding-bottom: 3.2rem;
    }

    .about-panel__card {
        min-height: 38.5rem;
        padding: 2.8rem 5rem 2.7rem;
        row-gap: 4.8rem;
    }

    .about-panel__top,
    .about-panel__bottom {
        column-gap: 3.4rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .about-panel__kicker,
    .about-panel__title {
        font-size: clamp(4.35rem, 4.6vw, 4.65rem);
    }

    .about-panel__title {
        padding-top: 4.6rem;
        padding-left: 8.8rem;
    }

    .about-panel__lead,
    .about-panel__label {
        font-size: clamp(1.85rem, 2.1vw, 2.55rem);
        padding-left: 2.8rem;
    }

    .about-panel__right {
        gap: 1.55rem;
    }

    .about-panel__copy p {
        font-size: 0.95rem;
    }

    .about-panel__stat {
        min-height: 3.75rem;
        padding: 0.6rem 0.95rem;
    }

    .about-panel__stat strong {
        font-size: 1.9rem;
    }

    .team-cta__card {
        min-height: 44.5rem;
    }

    .team-cta__content {
        gap: 2.4rem;
        padding: 2.5rem 4.2rem 2.35rem;
    }

    .team-cta__title {
        font-size: clamp(3.45rem, 4.05vw, 4.2rem);
    }

    .team-cta__right {
        max-width: 34rem;
    }

    .team-cta__right p {
        margin-bottom: 1.05rem;
        font-size: 1.38rem;
    }

    .contact-section__inner {
        gap: 3.5rem;
        padding-top: 3.8rem;
        padding-bottom: 3.4rem;
    }

    .contact-section__left {
        gap: 2.2rem;
    }

    .contact-section__title {
        max-width: 37rem;
        font-size: clamp(3.35rem, 3.85vw, 3.85rem);
    }

    .contact-section__info-group h3 {
        font-size: 1.18rem;
    }

    .contact-section__info-group p,
    .contact-section__info-group a,
    .contact-section__field span {
        font-size: 1.08rem;
    }

    .contact-section__form-title,
    .contact-section__field input,
    .contact-section__field textarea {
        font-size: 1.38rem;
    }

    .contact-section__submit {
        padding-top: 2rem;
    }
}

@media (max-width: 1100px) {
    .hero-home__headline {
        padding-top: 12.5rem;
    }

    .hero-home__info {
        padding-left: 0;
    }

    .hero-home__location {
        padding-right: 0;
    }

    .contact-section__inner {
        gap: 2.5rem;
    }

    .service-grid__card {
        min-height: 42rem;
    }

    .about-panel__card {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .about-panel__top,
    .about-panel__bottom {
        column-gap: 2.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .about-panel__title {
        padding-left: 4rem;
    }

    .about-panel__lead,
    .about-panel__label {
        padding-left: 0;
    }
}

@media (max-width: 900px) {
    .hero-home {
        min-height: auto;
        padding-top: 8rem;
    }

    .hero-home__backdrop,
    .hero-home__overlay,
    .hero-home__content {
        position: relative;
    }

    .hero-home__backdrop {
        min-height: 34rem;
    }

    .hero-home__content {
        margin-top: -34rem;
        padding: 0 1rem 2.5rem;
    }

    .hero-home__headline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
        padding-top: 9.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-home__headline-word--right {
        text-align: left;
        margin-right: 0;
    }

    .hero-home__location {
        align-self: flex-start;
        margin-top: 2rem;
    }

    .services-intro {
        padding-top: 2rem;
    }

    .services-intro__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-intro__content {
        padding-top: 3.5rem;
        padding-left: 0;
    }

    .service-grid__inner {
        grid-template-columns: 1fr;
    }

    .service-grid__card {
        min-height: 32rem;
    }

    .services-list__inner {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        min-height: auto;
    }

    .services-list__title {
        padding-left: 0;
        align-self: start;
    }

    .about-panel__card {
        min-height: auto;
        padding: 3rem 2rem 2.5rem;
    }

    .about-panel__top,
    .about-panel__bottom {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .about-panel__card {
        row-gap: 2.5rem;
    }

    .about-panel__kicker {
        font-size: clamp(3.4rem, 9vw, 4.7rem);
    }

    .about-panel__title {
        justify-self: start;
        align-self: start;
        margin-top: 0.4rem;
        padding-top: 0;
        padding-left: 0;
        font-size: clamp(3.6rem, 9vw, 4.9rem);
    }

    .about-panel__top,
    .about-panel__bottom {
        gap: 2.25rem;
    }

    .about-panel__lead,
    .about-panel__label {
        max-width: none;
        padding-left: 0;
        font-size: clamp(1.95rem, 5.6vw, 2.8rem);
        line-height: 1.04;
    }

    .about-panel__left,
    .about-panel__right {
        padding-left: 0;
    }

    .about-panel__right {
        gap: 2rem;
    }

    .about-panel__copy {
        max-width: 100%;
    }

    .about-panel__copy p {
        font-size: 1rem;
        line-height: 1.42;
    }

    .about-panel__stats {
        width: min(100%, 32rem);
    }

    .team-cta__content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 2rem 2.2rem;
    }

    .team-cta__title {
        max-width: 20rem;
    }

    .contact-section__inner {
        gap: 3.5rem;
        grid-template-columns: 1fr;
        padding: 3rem 0 3.5rem;
    }

    .contact-section__left {
        gap: 2.8rem;
        padding-top: 0;
    }

    .contact-section__right {
        padding-top: 0;
    }

    .contact-section__title {
        max-width: 28rem;
        font-size: clamp(3.6rem, 8vw, 4.8rem);
    }

    .contact-section__form-title {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }

    .contact-section__field {
        grid-template-columns: 8.25rem 1fr;
        gap: 1.1rem;
    }

    .contact-section__field span {
        font-size: 1.05rem;
    }

    .contact-section__field input,
    .contact-section__field textarea {
        font-size: 1.45rem;
    }

    .contact-section__submit {
        padding-top: 3rem;
    }
}

@media (max-width: 640px) {
    .hero-home__headline {
        padding-top: 7.4rem;
    }

    .hero-home__headline-word {
        font-size: clamp(3.3rem, 18vw, 4.6rem);
        white-space: normal;
    }

    .hero-home__backdrop {
        min-height: 28rem;
    }

    .hero-home__content {
        margin-top: -28rem;
    }

    .hero-home__info {
        margin-top: 2rem;
        max-width: none;
    }

    .hero-home__eyebrow {
        font-size: 1.2rem;
    }

    .hero-home__description {
        font-size: 0.88rem;
    }

    .hero-home__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-home__button {
        justify-content: space-between;
    }

    .hero-home__location {
        font-size: 1.2rem;
    }

    .services-intro {
        padding: 2rem 1rem 3.5rem;
    }

    .services-intro__cards {
        grid-template-columns: 1fr;
    }

    .services-intro__card {
        min-height: auto;
        padding: 0.9rem 0.95rem;
    }

    .services-intro__card-title {
        font-size: 1.2rem;
    }

    .services-intro__card-text {
        font-size: 0.9rem;
    }

    .services-intro__content {
        padding-top: 2.75rem;
    }

    .services-intro__title {
        font-size: clamp(2.6rem, 9vw, 3.5rem);
    }

    .services-intro__description {
        margin-top: 1.5rem;
        font-size: 0.92rem;
    }

    .service-grid {
        padding: 0 1rem;
    }

    .service-grid__card {
        min-height: 22rem;
    }

    .service-grid__content {
        padding: 1.35rem 1.2rem 1.35rem;
    }

    .service-grid__title {
        font-size: clamp(1rem, 5vw, 3rem);
    }

    .service-grid__text {
        font-size: 0.88rem;
    }

    .services-list {
        padding: 1.75rem 1rem 3rem;
    }

    .services-list__title {
        font-size: clamp(2.4rem, 9vw, 3.2rem);
    }

    .services-list__items p {
        font-size: 1.05rem;
    }

    .about-panel {
        padding: 1rem 1rem 3rem;
    }

    .about-panel__card {
        padding: 1.7rem 1rem 2rem;
        row-gap: 2rem;
    }

    .about-panel__kicker {
        font-size: clamp(2.7rem, 10vw, 3.8rem);
    }

    .about-panel__title {
        margin-top: 0.2rem;
        font-size: clamp(2.7rem, 10vw, 3.8rem);
        padding-top: 0;
        padding-left: 0;
    }

    .about-panel__lead,
    .about-panel__label {
        max-width: none;
        font-size: clamp(1.65rem, 10vw, 2.35rem);
        padding-left: 0;
        line-height: 1.02;
    }

    .about-panel__copy p {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .about-panel__stat {
        gap: 0.8rem;
        padding: 0.75rem 0.9rem;
    }

    .about-panel__stat strong {
        min-width: 3.25rem;
        font-size: 1.7rem;
    }

    .about-panel__stat span {
        font-size: 0.82rem;
    }

    .team-cta {
        padding: 0;
    }

    .team-cta__card {
        min-height: 34rem;
    }

    .team-cta__content {
        padding: 1.5rem 1.2rem 1.35rem;
        gap: 1.5rem;
    }

    .team-cta__title {
        max-width: 12rem;
        font-size: clamp(2.5rem, 11vw, 3.8rem);
    }

    .team-cta__right p {
        font-size: 0.92rem;
    }

    .team-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-section {
        padding: 0 1rem;
    }

    .contact-section__inner {
        padding: 2.25rem 0 3rem;
    }

    .contact-section__title {
        max-width: 18rem;
        font-size: clamp(2.4rem, 10vw, 3.4rem);
    }

    .contact-section__info-group p,
    .contact-section__info-group a,
    .contact-section__form-title,
    .contact-section__field span {
        font-size: 0.92rem;
    }

    .contact-section__left {
        gap: 2.25rem;
    }

    .contact-section__info-group h3 {
        margin-bottom: 0.55rem;
        font-size: 1.05rem;
    }

    .contact-section__field {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .contact-section__field input,
    .contact-section__field textarea {
        font-size: 1.05rem;
    }

    .contact-section__submit {
        justify-content: stretch;
        padding-top: 2rem;
    }

    .contact-section__submit .hero-home__button {
        width: 100%;
        justify-content: space-between;
    }
}
