/* Contact page — design v2: split hero, light team cards, unified form workspace */

/* ----- Top bar ----- */
.brice-contact-topbar {
    background: #fff;
    border-bottom: 1px solid rgba(31, 78, 61, 0.1);
    padding: 0.65rem 0;
}

.brice-contact-topbar__crumb {
    font-size: 0.8125rem;
    margin: 0;
}

.brice-contact-topbar__crumb a {
    color: #6b7280;
    text-decoration: none;
}

.brice-contact-topbar__crumb a:hover {
    color: var(--brice-green);
}

.brice-contact-topbar__crumb span {
    color: var(--brice-green);
    font-weight: 600;
}

/* ----- Split hero ----- */
.brice-contact-hero {
    background: var(--brice-green-dark);
}

.brice-contact-hero .row {
    min-height: clamp(320px, 52vh, 440px);
}

.brice-contact-hero__copy {
    background: linear-gradient(165deg, var(--brice-green-dark) 0%, var(--brice-green) 55%, #1a5c47 100%);
    position: relative;
}

.brice-contact-hero__copy::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.07));
    pointer-events: none;
    display: none;
}

@media (min-width: 992px) {
    .brice-contact-hero__copy::after {
        display: block;
    }
}

.brice-contact-hero__copy-inner {
    position: relative;
    z-index: 1;
}

.brice-contact-hero__kicker {
    margin: 0 0 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brice-yellow);
}

.brice-contact-hero__copy h1 {
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4.2vw, 2.85rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.12;
}

.brice-contact-hero__lead {
    margin: 0 0 1.75rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 28rem;
}

.brice-contact-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.brice-contact-hero__chip {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
    max-width: 100%;
}

.brice-contact-hero__chip:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: var(--brice-yellow);
    color: #fff;
}

.brice-contact-hero__chip i {
    color: var(--brice-yellow);
    font-size: 0.75rem;
}

.brice-contact-hero__media {
    min-height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (min-width: 992px) {
    .brice-contact-hero__media {
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
        min-height: 0;
    }
}

.brice-contact-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(31, 78, 61, 0.35) 0%, transparent 45%);
    pointer-events: none;
}


/* ----- Team (light) ----- */
.brice-contact-team-light {
    background: #fff;
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(31, 78, 61, 0.08);
}

.brice-contact-team-light__head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2.5rem;
}

.brice-contact-team-light__head .eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brice-green);
    margin-bottom: 0.5rem;
}

.brice-contact-team-light__head h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.5rem;
}

.brice-contact-team-light__head p {
    margin: 0;
    color: #6b7280;
    font-size: 0.98rem;
    line-height: 1.55;
}

.brice-contact-card-v2 {
    background: #fafbfa;
    border: 1px solid rgba(31, 78, 61, 0.1);
    border-radius: 12px;
    padding: 1.5rem 1.35rem;
    height: 100%;
    border-left: 4px solid var(--brice-yellow);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.brice-contact-card-v2:hover {
    box-shadow: 0 12px 36px rgba(31, 78, 61, 0.08);
    border-color: rgba(31, 78, 61, 0.14);
}

.brice-contact-card-v2 h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.75rem;
}

.brice-contact-card-v2 a {
    color: #374151;
    text-decoration: none;
    word-break: break-word;
    font-size: 0.92rem;
}

.brice-contact-card-v2 a:hover {
    color: var(--brice-green);
    text-decoration: underline;
}

.brice-contact-card-v2 .brice-contact-card-v2__label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brice-green);
    margin-bottom: 0.2rem;
    margin-top: 0.75rem;
}

.brice-contact-card-v2 .brice-contact-card-v2__label:first-of-type {
    margin-top: 0;
}

/* ----- Main workspace ----- */
.brice-contact-main {
    background: #e8eceb;
    padding: 4rem 0 5.5rem;
}

.brice-contact-main__intro {
    text-align: center;
    margin-bottom: 2rem;
}

.brice-contact-main__intro .eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brice-green);
    margin-bottom: 0.5rem;
}

.brice-contact-main__intro h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.8vw, 1.9rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.35rem;
}

.brice-contact-main__intro p {
    margin: 0;
    color: #5c6670;
    font-size: 0.98rem;
}

.brice-contact-desk {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(22, 61, 48, 0.1);
    border: 1px solid rgba(31, 78, 61, 0.08);
}

.brice-contact-desk__form {
    padding: 2.25rem 2rem 2.5rem;
}

@media (min-width: 992px) {
    .brice-contact-desk__form {
        padding: 2.5rem 2.25rem 3rem;
    }
}

.brice-contact-desk__rail {
    background: linear-gradient(180deg, #f4f7f6 0%, #eef2f0 100%);
    border-top: 1px solid rgba(31, 78, 61, 0.08);
    padding: 2rem 1.75rem;
    height: 100%;
}

@media (min-width: 992px) {
    .brice-contact-desk__rail {
        border-top: none;
        border-left: 1px solid rgba(31, 78, 61, 0.1);
    }
}

.brice-contact-desk__rail h3 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brice-green);
    margin: 0 0 1rem;
}

.brice-contact-desk__rail > p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.brice-contact-desk__item {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #374151;
}

.brice-contact-desk__item i {
    color: var(--brice-green);
    margin-top: 0.2rem;
    flex-shrink: 0;
    width: 1rem;
    opacity: 0.85;
}

.brice-contact-desk__item a {
    color: var(--brice-green);
    font-weight: 600;
    text-decoration: none;
}

.brice-contact-desk__item a:hover {
    text-decoration: underline;
}

.brice-contact-desk__item .sub {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    margin-top: 0.2rem;
}

.brice-contact-desk__item strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
}

/* Form (inside desk) */
.brice-contact-desk__form .form-group {
    margin-bottom: 1.25rem;
}

.brice-contact-desk__form .form-label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
}

.brice-contact-desk__form .form-control {
    width: 100%;
    padding: 0.7rem 0.95rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 1rem;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.brice-contact-desk__form .form-control:focus {
    outline: none;
    border-color: var(--brice-green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(31, 78, 61, 0.1);
}

.brice-contact-desk__form .form-check {
    margin-bottom: 0.45rem;
}

.brice-contact-desk__form .form-check-input:checked {
    background-color: var(--brice-green);
    border-color: var(--brice-green);
}

.brice-contact-desk__form .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    background: var(--brice-green);
    color: #fff;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.brice-contact-desk__form .btn-submit:hover {
    background: var(--brice-green-dark);
    color: #fff;
}
