/* About page — hero, story, vision/mission, values */

.brice-about-topbar {
    background: #fff;
    border-bottom: 1px solid rgba(31, 78, 61, 0.1);
    padding: 0.65rem 0;
}

.brice-about-topbar__crumb {
    font-size: 0.8125rem;
    margin: 0;
}

.brice-about-topbar__crumb a {
    color: #6b7280;
    text-decoration: none;
}

.brice-about-topbar__crumb a:hover {
    color: var(--brice-green);
}

.brice-about-topbar__crumb span {
    color: var(--brice-green);
    font-weight: 600;
}

/* Hero */
.brice-about-hero {
    background: var(--brice-green-dark);
}

.brice-about-hero .row.align-items-stretch {
    min-height: clamp(300px, 46vh, 400px);
}

.brice-about-hero__copy {
    background: linear-gradient(155deg, var(--brice-green-dark) 0%, var(--brice-green) 52%, #1a5c47 100%);
    position: relative;
}

.brice-about-hero__copy::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.07));
    pointer-events: none;
    display: none;
}

@media (min-width: 992px) {
    .brice-about-hero__copy::after {
        display: block;
    }
}

.brice-about-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-about-hero__copy h1 {
    margin: 0 0 0.85rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.12;
}

.brice-about-hero__lead {
    margin: 0 0 1.5rem;
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 30rem;
}

.brice-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.brice-about-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1.2rem;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.brice-about-hero__cta--primary {
    background: var(--brice-yellow);
    color: var(--brice-green-dark);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.brice-about-hero__cta--primary:hover {
    background: #f0d030;
    color: #0f2a22;
}

.brice-about-hero__cta--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.brice-about-hero__cta--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.brice-about-hero__media {
    min-height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (min-width: 992px) {
    .brice-about-hero__media {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
        min-height: 0;
    }
}

.brice-about-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(31, 78, 61, 0.42) 0%, transparent 48%);
    pointer-events: none;
}

/* Story */
.brice-about-story {
    padding: 4rem 0;
    background: #fff;
}

.brice-about-story__text .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-about-story__text h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 1.25rem;
    line-height: 1.2;
}

.brice-about-story__text .lead-p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #374151;
    margin-bottom: 1rem;
}

.brice-about-story__text .body-p {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #4b5563;
    margin-bottom: 1rem;
}

.brice-about-story__pullquote {
    margin-top: 1.75rem;
    padding: 1.25rem 1.25rem 1.25rem 1.35rem;
    background: linear-gradient(135deg, #f8faf8 0%, #f0f4f2 100%);
    border-left: 4px solid var(--brice-yellow);
    border-radius: 0 12px 12px 0;
}

.brice-about-story__pullquote strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    color: var(--brice-green);
    margin-bottom: 0.65rem;
}

.brice-about-story__pullquote p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4b5563;
}

.brice-about-story__visual {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.brice-about-story__stage {
    position: relative;
    height: 340px;
    max-width: 100%;
}

.brice-about-story__stage img {
    position: absolute;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(31, 78, 61, 0.18);
}

.brice-about-story__img--lg {
    width: 72%;
    max-width: 360px;
    height: 240px;
    left: 0;
    top: 0;
    z-index: 1;
}

.brice-about-story__img--sm {
    width: 52%;
    max-width: 240px;
    height: 200px;
    right: 0;
    bottom: 0;
    z-index: 2;
    border: 4px solid #fff;
}

.brice-about-story__blob {
    position: absolute;
    width: 88px;
    height: 88px;
    background: var(--brice-yellow);
    border-radius: 14px;
    opacity: 0.35;
    right: 8%;
    top: 12%;
    z-index: 0;
}

@media (max-width: 991px) {
    .brice-about-story__visual {
        margin-top: 2.5rem;
    }

    .brice-about-story__stage {
        height: 300px;
    }
}

/* Vision / mission */
.brice-about-vm {
    padding: 4rem 0;
    background: #eef2f0;
}

.brice-about-vm__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .brice-about-vm__grid {
        grid-template-columns: 1fr 1.05fr;
        gap: 3rem;
    }
}

.brice-about-vm__grid--solo {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.brice-about-vm__photo {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(22, 61, 48, 0.12);
    border: 1px solid rgba(31, 78, 61, 0.08);
}

.brice-about-vm__photo img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.brice-about-vm__cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.brice-about-vm__card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.5rem 1.35rem;
    border: 1px solid rgba(31, 78, 61, 0.08);
    box-shadow: 0 8px 28px rgba(31, 78, 61, 0.05);
    border-left: 4px solid var(--brice-yellow);
}

.brice-about-vm__card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.65rem;
}

.brice-about-vm__card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #4b5563;
}

/* Core values */
.brice-about-values {
    padding: 4rem 0 5rem;
    background: #fff;
}

.brice-about-values__head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 2.75rem;
}

.brice-about-values__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-about-values__head h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.8vw, 1.95rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.5rem;
}

.brice-about-values__head p {
    margin: 0;
    color: #6b7280;
    font-size: 0.98rem;
}

.brice-about-value-card {
    height: 100%;
    background: #fafbfa;
    border: 1px solid rgba(31, 78, 61, 0.09);
    border-radius: 16px;
    padding: 1.5rem 1.35rem 1.6rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.brice-about-value-card:hover {
    box-shadow: 0 16px 40px rgba(31, 78, 61, 0.08);
    border-color: rgba(230, 194, 41, 0.4);
    transform: translateY(-2px);
}

.brice-about-value-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(31, 78, 61, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.brice-about-value-card__icon span[class^="icon-"] {
    font-size: 1.5rem;
    color: var(--brice-green);
}

.brice-about-value-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.65rem;
}

.brice-about-value-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Closing CTA */
.brice-about-cta {
    padding: 3rem 0 4.5rem;
    background: linear-gradient(180deg, var(--brice-green-dark) 0%, var(--brice-green) 100%);
    text-align: center;
}

.brice-about-cta p {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.brice-about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1.5rem;
    background: var(--brice-yellow);
    color: var(--brice-green-dark);
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.brice-about-cta__btn:hover {
    background: #f0d030;
    color: #0f2a22;
}
