.contact-scroll-bridge {
    min-height: 0;
    padding: 0;
}
.contact-intro {
    padding: 105px 24px 85px;
    background: #fff;
}
.contact-intro__inner {
    display: grid;
    width: min(100%, 1000px);
    margin: 0 auto;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
    gap: 55px;
}
.contact-intro__kicker {
    margin: 0 0 5px !important;
    color: #ff9f6a;
    font-size: 34px;
    line-height: 1;
    font-family: "Aminute", "cerebri-sans-regular", sans-serif;
}
.contact-intro__copy h2 {
    margin: 0 0 24px;
    color: #9d392a;
    font-size: clamp(36px, 3.3vw, 50px);
    font-weight: 400;
    line-height: .92;
    font-family: "Aminute", "cerebri-sans-regular", sans-serif;
}
.contact-intro__copy > p:not(.contact-intro__kicker) {
    margin: 0 0 24px;
    color: #292929;
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
}
.contact-intro__visual {
    position: relative;
}
.contact-intro__visual > img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
}
.contact-intro__help {
    position: absolute;
    right: 10%;
    bottom: 22%;
    display: flex;
    min-width: 285px;
    padding: 11px 18px;
    align-items: center;
    border-radius: 10px;
    background: #9d392a;
    color: #fff;
    gap: 12px;
    box-shadow: 0 8px 22px rgb(83 28 20 / 24%);
    transition: background-color .2s ease, transform .2s ease;
}
.contact-intro__help i {
    font-size: 25px;
}
.contact-intro__help span {
    font-size: 15px;
    line-height: 1.05;
}
.contact-intro__help strong {
    display: block;
    color: inherit;
    font-weight: 400;
}
.contact-intro__help:hover,
.contact-intro__help:focus-visible {
    background: #ff9f6a;
    color: #fff;
    transform: translateY(-2px);
}
.contact-details {
    padding: 75px 24px;
    background: #fff;
}
.contact-details__inner {
    display: grid;
    width: min(100%, 1000px);
    margin: 0 auto;
    grid-template-columns: .95fr 1.35fr;
    gap: 65px;
}
.contact-details h2 {
    margin: 0 0 14px;
    color: #9d392a;
    font-size: 38px;
    font-weight: 400;
    font-family: "Aminute", "cerebri-sans-regular", sans-serif;
}
.contact-details__lead > p {
    margin: 0 0 16px;
    color: #292929;
    font-size: 17px;
    line-height: 1.4;
}
.contact-details__item {
    display: flex;
    margin-top: 14px;
    align-items: center;
    color: #292929;
    font-size: 15px;
    line-height: 1.2;
    gap: 12px;
}
.contact-details__item:hover {
    color: #9d392a;
}
.contact-details__item strong {
    display: block;
    color: inherit;
    font-size: 23px;
    font-weight: 600;
}
.contact-details__icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 50%;
    background: #ff9f6a;
    color: #fff;
    font-size: 18px;
}
.contact-details__label {
    margin: 7px 0 20px;
    color: #292929;
    font-size: 16px;
}
.contact-details__locations {
    padding-top: 60px;
}
.contact-details__branches {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
}
.contact-details__branches article {
    display: flex;
    flex-direction: column;
}
.contact-details__badge {
    display: inline-block;
    align-self: flex-start;
    padding: 5px 14px;
    border: 0;
    border-radius: 999px;
    background: #9d392a;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    line-height: 1;
}
.contact-details__badge:hover,
.contact-details__badge:focus-visible {
    background: #ff9f6a;
}
.contact-details__branches h3 {
    margin: 7px 0 25px;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05;
}
.contact-details__branches h3 a {
    color: inherit;
}
.contact-details__branches h3 a:hover,
.contact-details__branches h3 a:focus-visible {
    color: #ff9f6a;
}
.contact-details__branches p {
    margin: auto 0 0;
    color: #292929;
    font-size: 16px;
    line-height: 1.35;
}
.contact-details__branches strong {
    font-weight: 500;
}
.booking-form-section {
    padding: 90px 24px;
    background: #fff;
}
.booking-form-section__inner {
    display: grid;
    width: min(100%, 1000px);
    margin: 0 auto;
    align-items: center;
    grid-template-columns: .82fr 1.18fr;
    gap: 72px;
}
.booking-form-section__kicker {
    margin: 0 0 6px;
    color: #ff9f6a;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    line-height: 1;
}
.booking-form-section h2 {
    margin: 0 0 18px;
    color: #9a3726;
    font-size: clamp(40px, 4vw, 56px);
    font-weight: 400;
    line-height: .92;
    font-family: "Aminute", "cerebri-sans-regular", sans-serif;
}
.booking-form-section h2 span {
    color: #f8a268;
}
.booking-form-section__copy > p:not(.booking-form-section__kicker) {
    max-width: 365px;
    margin: 0;
    color: #292929;
    font-size: 16px;
    line-height: 1.42;
}
.booking-form {
    padding: 29px 40px 25px;
    border: 1px solid #f0e7e3;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 30px rgb(61 28 20 / 13%), 0 4px 10px rgb(61 28 20 / 8%);
}
.booking-form__heading {
    display: flex;
    margin: 0 0 18px;
    align-items: center;
    justify-content: space-between;
    color: #9d392a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
}
.booking-form__heading i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff0e8;
    color: #ff9f6a;
    font-size: 12px;
}
.booking-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}
.booking-form__field--full {
    grid-column: 1 / -1;
}
.booking-form__field input,
.booking-form__field textarea {
    display: block;
    width: 100%;
    min-height: 39px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    outline: 0;
    background: #f2f1f1;
    color: #63281f;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.2;
}
.booking-form__field textarea {
    min-height: 67px;
    border-radius: 17px;
    resize: vertical;
}
.booking-form__field input::placeholder,
.booking-form__field textarea::placeholder {
    color: #7d3024;
    opacity: 1;
}
.booking-form__field input:focus,
.booking-form__field textarea:focus {
    border-color: #ff9f6a;
    background: #fff;
    box-shadow: 0 0 0 3px rgb(255 159 106 / 18%);
}
.booking-form__submit {
    display: inline-flex;
    margin-top: 19px;
    padding: 6px 6px 6px 18px;
    align-items: center;
    border: 0;
    border-radius: 999px;
    background: #ff9f6a;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    gap: 10px;
    transition: background-color .2s ease, transform .2s ease;
}
.booking-form__submit span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #ff9f6a;
    font-size: 16px;
}
.booking-form__submit:hover,
.booking-form__submit:focus-visible {
    background: #9d392a;
    transform: translateY(-2px);
}
.booking-form__note {
    display: inline-block;
    margin: 0 0 0 12px;
    color: #8a7973;
    font-size: 11px;
}
.contact-map {
    padding: 80px 24px;
    background: #fff;
}
.contact-map__inner {
    width: min(100%, 1080px);
    margin: 0 auto;
}
.contact-map__frame {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
}
.contact-map__frame iframe {
    display: block;
    width: 100%;
    height: 440px;
    border: 0;
}
.contact-map__tabs {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 18px;
    left: 50%;
    display: grid;
    width: min(36%, 360px);
    min-height: 40px;
    padding: 3px;
    border-radius: 999px;
    background: #9d392a;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
    transform: translateX(-50%);
}
.contact-map__tabs button {
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}
.contact-map__tabs button:hover,
.contact-map__tabs button:focus-visible {
    background: rgb(255 255 255 / 12%);
}
.contact-map__tabs button.is-active {
    border-color: #fff;
    background: #ff9f6a;
}
@media (max-width: 767px) {
    .contact-intro {
        padding: 70px 20px 55px;
    }
    .contact-intro__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .contact-intro__kicker {
        font-size: 27px;
    }
    .contact-intro__copy > p:not(.contact-intro__kicker) {
        font-size: 15px;
        text-align: left;
    }
    .contact-intro__visual {
        width: min(100%, 450px);
        margin: 0 auto;
    }
    .contact-intro__help {
        right: 5%;
        min-width: 250px;
    }
    .contact-details {
        padding: 55px 20px;
    }
    .booking-form-section {
        padding: 55px 20px;
    }
    .booking-form-section__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .booking-form-section__copy > p:not(.booking-form-section__kicker) {
        font-size: 15px;
    }
    .booking-form {
        padding: 24px 20px 21px;
    }
    .booking-form__note {
        display: block;
        margin: 12px 0 0;
    }
    .contact-details__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .contact-details h2 {
        font-size: 34px;
    }
    .contact-details__item strong {
        font-size: 19px;
    }
    .contact-details__branches {
        gap: 22px;
    }
    .contact-details__branches h3 {
        font-size: 17px;
    }
    .contact-details__branches p {
        font-size: 14px;
    }
    .contact-map {
        padding: 55px 16px;
    }
    .contact-map__frame {
        border-radius: 20px;
    }
    .contact-map__frame iframe {
        height: 420px;
    }
    .contact-map__tabs {
        right: auto;
        bottom: 12px;
        left: 50%;
        width: calc(100% - 24px);
    }
    .contact-map__tabs button {
        padding-inline: 7px;
        font-size: 10px;
    }
}
