/* Full page background – infuse_bg.jpg, opacity 1 */
body.about-page {
    --page-main-bg-size: 100% auto;
    --page-main-bg-position: center 30%;
    --page-main-bg-mobile-size: contain;
    --page-main-bg-mobile-position: top center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* ========== HERO – section_bg.png only ========== */
.about-hero {
    position: relative;
    width: 100%;
    /* Clear the fixed header (flush to top) */
    padding: calc(var(--navbar-h, 80px) + 1.5rem) 0 4rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    min-height: 560px;
    box-sizing: border-box;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: 1920px 1080px;
    background-position: center;
    background-repeat: no-repeat;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    color: var(--infuse-white);
    text-align: center;
    margin: 0 0 1.75rem;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: -0.02em;
}

.about-hero__text {
    color: var(--infuse-white);
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}

.about-hero__text p {
    margin: 0 0 1rem;
}

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

/* ========== GET IN TOUCH SECTION ========== */
.about-contact {
    background: var(--infuse-bg);
    padding: 4rem 0 5rem;
    scroll-margin-top: 70px;
}

.about-contact__accent {
    width: 60px;
    height: 3px;
    background: var(--infuse-orange);
    margin-bottom: 1.25rem;
}

.about-address-card p {
    color: var(--infuse-white);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 420px;
}

.about-address-card h2 {
    color: var(--infuse-white);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.5rem;
}

.about-address-card p:last-child {
    color: var(--infuse-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: normal;
    margin: 0;
}

/* ── Address card — isolated container for easy content updates ── */
.about-address-card {
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(4px);
}

.about-contact__form-title {
    color: var(--infuse-white);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.about-contact__form-subtitle {
    color: var(--infuse-muted);
    font-size: 0.9rem;
    margin: 0 0 1.75rem;
}

.about-contact__form {
    max-width: 520px;
}

.about-contact__success,
.about-contact__error {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.45rem;
    font-size: 0.95rem;
    scroll-margin-top: 90px;
}

.about-contact__success {
    background: rgba(40, 167, 69, 0.15);
    border: 1px solid rgba(40, 167, 69, 0.4);
    color: #8dffb0;
}

.about-contact__error {
    background: rgba(220, 53, 69, 0.15);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ffb3bc;
}

.about-contact__field {
    margin-bottom: 1.25rem;
}

.about-contact__field input,
.about-contact__field textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--infuse-border);
    color: var(--infuse-white);
    font-family: var(--font-family);
    font-size: 1rem;
    padding: 0.6rem 0;
    transition: border-color 0.2s ease;
}

.about-contact__field input::placeholder,
.about-contact__field textarea::placeholder {
    color: var(--infuse-muted);
}

.about-contact__field input:focus,
.about-contact__field textarea:focus {
    outline: none;
    border-bottom-color: var(--infuse-orange);
}

.about-contact__field.has-error input,
.about-contact__field.has-error textarea {
    border-bottom-color: rgba(220, 53, 69, 0.75);
}

.about-contact__field-error {
    display: block;
    margin-top: 0.45rem;
    color: #ffb3bc;
    font-size: 0.85rem;
}

.about-contact__field textarea {
    resize: vertical;
    min-height: 100px;
}

.about-contact__captcha {
    margin: 1rem 0 1.25rem;
}

.about-contact__captcha-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.about-contact__submit-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.about-contact__submit {
    background: transparent;
    gap: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 48px;
    border-radius: .45rem;
    font-weight: 700;
    font-size: .95rem;
    color: #fff;
    padding: .5rem 1.25rem;
    border: 2px solid rgba(255, 255, 255, .55);
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 0 0 var(--infuse-orange);
    transition: background .25s ease, border-color .25s ease, color .25s ease,
        transform .25s ease, box-shadow .25s ease;
}

.about-contact__submit:hover {
    background: transparent;
    border-color: var(--infuse-orange);
    color: var(--infuse-orange);
    box-shadow: 0 0 0 1px var(--infuse-orange),
        0 4px 18px rgba(255, 141, 28, .3);
    transform: translateY(-2px) scale(1.03);
}

.about-contact__submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(240, 161, 75, .35);
}

.about-contact__submit:active {
    transform: translateY(0) scale(.97);
}

.about-contact__submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(240, 161, 75, 0.35);
}

@media (max-width: 991.98px) {
    .about-hero {
        min-height: 480px;
        padding: calc(var(--navbar-h, 80px) + 1.25rem) 0 3.5rem;
        align-items: flex-start;
    }

    .about-contact {
        padding: 3rem 0 4rem;
    }

    .about-address-card p {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        min-height: 0;
        padding: 130px 0 3rem;
        align-items: flex-start;
    }

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

    .about-contact__captcha-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-contact__submit-wrap {
        width: 100%;
        justify-content: flex-end;
        margin-top: 0;
    }

    .about-contact__submit {
        width: auto;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        padding: 130px 0 2.5rem;
    }

    .about-hero__title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .about-hero__text {
        font-size: 0.92rem;
    }

    .about-contact {
        padding: 2rem 0 3rem;
    }

    .about-contact__form-title {
        font-size: 1.5rem;
    }
}
