/* Services page — hero, intro, product grid, CTA */

.brice-services-topbar {
    background: #fff;
    border-bottom: 1px solid rgba(31, 78, 61, 0.1);
    padding: 0.65rem 0;
}

.brice-services-topbar__crumb {
    font-size: 0.8125rem;
    margin: 0;
}

.brice-services-topbar__crumb a {
    color: #6b7280;
    text-decoration: none;
}

.brice-services-topbar__crumb a:hover {
    color: var(--brice-green);
}

.brice-services-topbar__crumb span {
    color: var(--brice-green);
    font-weight: 600;
}

/* Split hero (aligned with Contact page language) */
.brice-services-hero {
    background: var(--brice-green-dark);
}

.brice-services-hero .row.align-items-stretch {
    min-height: clamp(300px, 48vh, 400px);
}

.brice-services-hero__copy {
    background: linear-gradient(155deg, var(--brice-green-dark) 0%, var(--brice-green) 50%, #1a5c47 100%);
    position: relative;
}

.brice-services-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-services-hero__copy::after {
        display: block;
    }
}

.brice-services-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-services-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-services-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-services-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    background: var(--brice-yellow);
    color: var(--brice-green-dark);
    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, transform 0.15s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.brice-services-hero__cta:hover {
    background: #f0d030;
    color: #0f2a22;
}

.brice-services-hero__media {
    min-height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (min-width: 992px) {
    .brice-services-hero__media {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
        min-height: 0;
    }
}

.brice-services-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(31, 78, 61, 0.4) 0%, transparent 50%);
    pointer-events: none;
}

/* Intro + pillars */
.brice-services-intro {
    background: #f3f6f4;
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(31, 78, 61, 0.08);
}

.brice-services-intro__box {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.brice-services-intro__box .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-services-intro__box h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 1rem;
}

.brice-services-intro__box p {
    margin: 0;
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.65;
}

.brice-services-pillar {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(31, 78, 61, 0.08);
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.brice-services-pillar:hover {
    box-shadow: 0 14px 36px rgba(31, 78, 61, 0.07);
    border-color: rgba(230, 194, 41, 0.45);
}

.brice-services-pillar span[class^="icon-"] {
    font-size: 2.25rem;
    color: var(--brice-green);
    display: block;
    margin-bottom: 0.75rem;
}

.brice-services-pillar h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.4rem;
}

.brice-services-pillar p {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Product grid */
.brice-services-catalog {
    padding: 4rem 0 3rem;
    background: #fff;
}

.brice-services-catalog__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}

.brice-services-catalog__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-services-catalog__head h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.5rem;
}

.brice-services-catalog__head p {
    margin: 0;
    color: #6b7280;
    font-size: 0.98rem;
}

.brice-service-card {
    background: #fafbfa;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(31, 78, 61, 0.09);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease;
}

.brice-service-card:hover {
    box-shadow: 0 20px 48px rgba(22, 61, 48, 0.1);
    border-color: rgba(31, 78, 61, 0.14);
    transform: translateY(-3px);
}

.brice-service-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.brice-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.brice-service-card:hover .brice-service-card__media img {
    transform: scale(1.04);
}

.brice-service-card__badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.brice-service-card__badge span[class^="icon-"] {
    font-size: 1.35rem;
    color: var(--brice-green);
}

.brice-service-card__body {
    padding: 1.35rem 1.4rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 3px solid var(--brice-yellow);
}

.brice-service-card__body h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.5rem;
}

.brice-service-card__tagline {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
    line-height: 1.45;
}

.brice-service-card__text {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #4b5563;
    flex: 1;
}

.brice-service-card__text p {
    margin: 0 0 0.75rem;
}

.brice-service-card__text p:last-child {
    margin-bottom: 0;
}

.brice-service-card__more {
    margin-top: 0.5rem;
}

.brice-service-card__more summary {
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brice-green);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    list-style: none;
}

.brice-service-card__more summary::-webkit-details-marker {
    display: none;
}

.brice-service-card__more summary::after {
    content: " +";
}

.brice-service-card__more[open] summary::after {
    content: " −";
}

.brice-service-card__extra {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(31, 78, 61, 0.15);
    font-size: 0.9rem;
    line-height: 1.65;
    color: #4b5563;
}

.brice-service-card__extra p {
    margin: 0 0 0.65rem;
}

.brice-service-card__extra p:last-child {
    margin-bottom: 0;
}

/* ── Coffee showcase section ── */
.brice-coffee-showcase {
    padding: 5rem 0 5.5rem;
    background: #f3f6f4;
    scroll-margin-top: 90px; /* offset for fixed header */
}

.brice-coffee-showcase__head {
    text-align: center;
    margin-bottom: 3.5rem;
}

.brice-coffee-showcase__head .eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brice-green);
    margin-bottom: 0.6rem;
}

.brice-coffee-showcase__head h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 1rem;
}

.brice-coffee-showcase__copy p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 1rem;
}

.brice-coffee-showcase__facts {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.brice-coffee-showcase__facts li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.92rem;
    color: #374151;
    line-height: 1.5;
}

.brice-coffee-showcase__fact-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--brice-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 0.05rem;
}

.brice-coffee-showcase__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--brice-green);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.brice-coffee-showcase__cta:hover {
    background: var(--brice-green-dark);
    color: #fff;
    transform: translateY(-1px);
}

.brice-coffee-showcase__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.brice-coffee-showcase__img-wrap {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.brice-coffee-showcase__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.brice-coffee-showcase__img-wrap:hover img {
    transform: scale(1.06);
}

/* Make first image span full left column */
.brice-coffee-showcase__img-wrap:first-child {
    grid-row: span 2;
    aspect-ratio: unset;
}

@media (max-width: 767px) {
    .brice-coffee-showcase__gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .brice-coffee-showcase__img-wrap:first-child {
        grid-row: span 1;
        aspect-ratio: 4 / 3;
    }
}

/* Other products strip */
.brice-services-more {
    padding: 3.5rem 0 5rem;
    background: linear-gradient(180deg, #eef2f0 0%, #e4eae7 100%);
}

.brice-services-more__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 18px;
    border: 1px solid rgba(31, 78, 61, 0.1);
    box-shadow: 0 16px 40px rgba(31, 78, 61, 0.06);
}

.brice-services-more__inner h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--brice-green);
    margin: 0 0 0.75rem;
}

.brice-services-more__rule {
    width: 56px;
    height: 4px;
    background: var(--brice-yellow);
    border-radius: 2px;
    margin: 0 auto 1.25rem;
}

.brice-services-more__inner > p {
    margin: 0 0 1.5rem;
    color: #374151;
    font-weight: 600;
    line-height: 1.6;
    font-size: 1rem;
}

.brice-services-more__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1.5rem;
    background: var(--brice-green);
    color: #fff !important;
    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-services-more__cta:hover {
    background: var(--brice-green-dark);
    color: #fff !important;
}
