.bl-about-page {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: "Figtree", Arial, sans-serif;
}

.bl-about,
.bl-about *,
.bl-about *::before,
.bl-about *::after {
    box-sizing: border-box;
}

.bl-about {
    overflow: hidden;
    background: #fff;
}

.bl-about-container {
    width: min(86vw, 1320px);
    margin: 0 auto;
}

.bl-about-container--form {
    width: min(86vw, 1120px);
}

.bl-about-section {
    padding: clamp(64px, 7vw, 112px) 0 0;
}

.bl-about-section--first {
    padding-top: clamp(72px, 8vw, 128px);
}

.bl-about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(42px, 7vw, 112px);
}

.bl-about-copy {
    max-width: 640px;
}

.bl-about-copy--wide {
    max-width: none;
    margin-bottom: clamp(38px, 5vw, 72px);
}

.bl-about-title {
    margin: 0 0 clamp(16px, 3vw, 16px);
    color: #000;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bl-about-title--center {
    text-align: center;
}

.bl-about-copy p,
.bl-about-wide-copy,
.bl-about-contact-heading p {
    margin: 0 0 1.35em;
    color: #333;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
}

.bl-about-copy p:last-child,
.bl-about-wide-copy:last-child {
    margin-bottom: 0;
}

.bl-about-wide-copy {
    margin: clamp(38px, 5vw, 72px) 0;
}

.bl-about-wide-copy--compact {
    margin-top: clamp(24px, 3vw, 42px);
    margin-bottom: clamp(24px, 3vw, 42px);
}

.bl-about-wide-copy--flush {
    margin-top: 0;
}

.bl-about-media {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    background: #f3f3f3;
    object-fit: cover;
}

.bl-about-parallax {
    display: block;
    width: 100vw;
    min-height: clamp(620px, 75vh, 960px);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bl-about-parallax--2 {
    background-image: url('/en/bl-world/images/about/2.jpg');
}

.bl-about-parallax--3 {
    background-image: url('/en/bl-world/images/about/3.jpg');
}

.bl-about-contact {
    margin-top: clamp(72px, 8vw, 128px);
    padding: clamp(64px, 7vw, 104px) 0;
    background: #f6f5f2;
}

.bl-about-contact-heading {
    margin-bottom: clamp(30px, 4vw, 48px);
    text-align: center;
}

.bl-about-contact-heading .bl-about-title {
    margin-bottom: 12px;
}

.bl-about-contact-heading p {
    margin: 0 auto;
    text-align: center;
}

.bl-about-form .formword {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.bl-about-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 36px);
}

.bl-about-form-column,
.bl-about-conditional-fields {
    display: grid;
    gap: 12px;
}

.bl-about-form-names {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.bl-about-conditional-fields {
    margin-top: 12px;
}

.bl-about-form .city_form_france,
.bl-about-form .city_form_uk {
    display: none;
}

.bl-about-field {
    display: block;
    margin: 0;
}

.bl-about-field > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bl-about-field input,
.bl-about-field select,
.bl-about-field textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    background: #fff;
    color: #222;
    box-shadow: none;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.04em;
    outline: none;
}

.bl-about-field input,
.bl-about-field select {
    min-height: 42px;
    padding: 10px 12px;
}

.bl-about-field select {
    padding-right: 34px;
}

.bl-about-field textarea {
    min-height: 116px;
    padding: 12px;
    resize: vertical;
}

.bl-about-field input:focus,
.bl-about-field select:focus,
.bl-about-field textarea:focus {
    border-color: #222;
}

.bl-about-field--message {
    margin-top: 12px;
}

.bl-about-form-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 14px;
}

.bl-about-policy {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #333;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bl-about-policy input {
    flex: 0 0 auto;
    margin: 0;
}

.bl-about-policy a,
.bl-about-policy a:visited {
    color: #a77a38;
    text-decoration: none;
}

.bl-about-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-height: 42px;
    padding: 10px 24px;
    border: 1px solid #000;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.bl-about-submit:hover,
.bl-about-submit:focus {
    background: #fff;
    color: #000;
}

@media (max-width: 991px) {
    .bl-about-container,
    .bl-about-container--form {
        width: min(88vw, 760px);
    }

    .bl-about-split,
    .bl-about-form-grid {
        grid-template-columns: 1fr;
    }

    .bl-about-split--media-first .bl-about-copy {
        order: -1;
    }

    .bl-about-copy {
        max-width: none;
    }

    .bl-about-form-grid {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .bl-about-section {
        padding-top: 58px;
    }

    .bl-about-section--first {
        padding-top: 64px;
    }

    .bl-about-container,
    .bl-about-container--form {
        width: calc(100% - 40px);
    }

    .bl-about-split {
        gap: 30px;
    }

    .bl-about-title {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 53px;
        letter-spacing: 3px;
    }

    .bl-about-copy p,
    .bl-about-wide-copy,
    .bl-about-contact-heading p {
        font-size: 17px;
        line-height: 26px;
    }

    .bl-about-wide-copy {
        margin: 30px 0;
    }

    .bl-about-parallax {
        min-height: 360px;
        height: 84vw;
        max-height: 520px;
        background-attachment: scroll;
    }

    .bl-about-contact {
        margin-top: 64px;
        padding: 58px 0;
    }

    .bl-about-form-names,
    .bl-about-form-actions {
        grid-template-columns: 1fr;
    }

    .bl-about-form-actions {
        align-items: stretch;
    }

    .bl-about-submit {
        width: 100%;
        min-height: 48px;
    }

}

/* Keep the shared homepage slider identical to /en/index.php. */
.bl-about-page .homepage_indicator {
    clear: both;
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
}

.bl-about-page .embed-responsive-16by9 {
    padding-bottom: 52.54% !important;
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
    .bl-about-page .embed-responsive-16by9 {
        padding-bottom: 143% !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 944px) {
    .bl-about-page .embed-responsive-16by9 {
        padding-bottom: 143% !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bl-about-parallax {
        background-attachment: scroll;
    }

    .bl-about-submit {
        transition: none;
    }
}
