﻿/* =========================================================
   HERO
========================================================= */

.brc-hero {
    position: relative;
    min-height: 800px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 77% 42%, rgba(0, 145, 255, .18), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.brc-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient( rgba(56,188,255,.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56,188,255,.22) 1px, transparent 1px );
    background-size: 75px 75px;
}

.brc-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.brc-glow-one {
    width: 550px;
    height: 550px;
    right: 0;
    top: 80px;
    background: rgba(0,135,255,.17);
}

.brc-glow-two {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -100px;
    background: rgba(48,218,255,.08);
}

.brc-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.brc-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .brc-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .brc-breadcrumb a:hover {
        color: white;
    }

.brc-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.brc-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(50px, 5.2vw, 78px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .brc-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.brc-hero-description {
    max-width: 730px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.brc-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.brc-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .brc-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(67,207,255,.17);
        color: #8ca6b8;
        background: rgba(255,255,255,.025);
        font-size: 8px;
    }


/* =========================================================
   HERO VISUAL
========================================================= */

.brc-hero-visual {
    position: relative;
    min-height: 530px;
}

.brc-system-core {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 165px;
    height: 165px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(61,210,255,.3);
    border-radius: 50%;
    background: linear-gradient( 145deg, #0a84d6, #06466f );
    box-shadow: 0 0 60px rgba(0,147,255,.23);
}

    .brc-system-core small {
        margin-bottom: 7px;
        color: #b3eaff;
        font-size: 6px;
        font-weight: 800;
    }

    .brc-system-core strong {
        color: white;
        font-size: 29px;
    }

    .brc-system-core span {
        margin-top: 8px;
        color: #9ed3e6;
        font-size: 6px;
    }

.brc-system-node {
    position: absolute;
    z-index: 4;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60,207,255,.22);
    border-radius: 50%;
    color: #43d6ff;
    background: #062139;
    font-size: 7px;
    font-weight: 800;
}

.brc-node-haccp {
    left: 8%;
    top: 7%;
}

.brc-node-gmp {
    right: 8%;
    top: 7%;
}

.brc-node-trace {
    left: 1%;
    top: 47%;
}

.brc-node-fraud {
    right: 1%;
    top: 47%;
}

.brc-node-defence {
    left: 17%;
    bottom: 3%;
}

.brc-node-allergen {
    right: 17%;
    bottom: 3%;
}

.brc-system-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}

.brc-line-one {
    transform: rotate(-145deg);
}

.brc-line-two {
    transform: rotate(-35deg);
}

.brc-line-three {
    transform: rotate(180deg);
}

.brc-line-four {
    transform: rotate(0deg);
}

.brc-line-five {
    transform: rotate(135deg);
}

.brc-line-six {
    transform: rotate(45deg);
}

.brc-hero-status {
    position: absolute;
    z-index: 8;
    right: 5px;
    bottom: 20px;
    width: 205px;
    padding: 20px;
    border: 1px solid rgba(60,207,255,.18);
    background: rgba(3,24,42,.9);
}

    .brc-hero-status span {
        display: block;
        margin-bottom: 8px;
        color: #43d6ff;
        font-size: 7px;
        font-weight: 800;
    }

    .brc-hero-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 12px;
    }

    .brc-hero-status small {
        color: #718b9e;
        font-size: 7px;
    }


/* =========================================================
   COMMON
========================================================= */

.brc-heading h2,
.brc-centered-heading h2,
.brc-faq-heading h2,
.brc-related-heading h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .brc-heading h2 span,
    .brc-centered-heading h2 span,
    .brc-faq-heading h2 span,
    .brc-related-heading h2 span {
        display: block;
        color: #1174cf;
    }

.brc-centered-heading {
    max-width: 920px;
    margin: 0 auto 60px;
    text-align: center;
}

    .brc-centered-heading > p {
        max-width: 760px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.brc-heading-light h2 {
    color: white;
}

    .brc-heading-light h2 span {
        color: #49d4ff;
    }

.brc-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   LIST
========================================================= */

.brc-detail-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    list-style: none;
}

    .brc-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 9px;
        line-height: 1.6;
    }

        .brc-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }

.brc-light-list {
    border-top-color: #dbe5ed;
}

    .brc-light-list li {
        color: #687c8e;
    }


/* =========================================================
   INTRO
========================================================= */

.brc-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.brc-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.brc-intro-copy .brc-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   CURRENT STANDARD
========================================================= */

.brc-current-section {
    padding: 45px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-current-panel {
    max-width: 1150px;
    margin: 0 auto;
    padding: 33px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 25px;
    border: 1px solid #bad9ee;
    background: #f9fdff;
}

.brc-current-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #0877d1;
    font-size: 18px;
    font-weight: 800;
}

.brc-current-panel span {
    display: block;
    margin-bottom: 8px;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
}

.brc-current-panel h3 {
    margin-bottom: 11px;
    color: #173045;
    font-size: 18px;
}

.brc-current-panel p {
    color: #65798b;
    font-size: 11px;
    line-height: 1.85;
}


/* =========================================================
   PILLARS
========================================================= */

.brc-pillars-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.brc-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.brc-pillar-card {
    min-height: 365px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.018);
}

    .brc-pillar-card > span {
        display: block;
        margin-bottom: 45px;
        color: #547187;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-pillar-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .brc-pillar-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SERVICES
========================================================= */

.brc-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.brc-service-card {
    min-height: 420px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .brc-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .brc-service-card > span {
        display: block;
        margin-bottom: 19px;
        color: #91a3b4;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-service-card > div {
        width: 55px;
        height: 55px;
        margin-bottom: 25px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        border-radius: 8px;
        color: #0876d0;
        background: #f5fbff;
        font-size: 7px;
        font-weight: 800;
    }

    .brc-service-card h3 {
        margin-bottom: 13px;
        color: #12263a;
        font-size: 17px;
    }

    .brc-service-card > p {
        color: #6d7d8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   DARK TWO COLUMN
========================================================= */

.brc-haccp-section,
.brc-supplier-section,
.brc-recall-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}

.brc-haccp-layout,
.brc-supplier-layout,
.brc-recall-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.brc-haccp-copy h2,
.brc-supplier-copy h2,
.brc-recall-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .brc-haccp-copy h2 span,
    .brc-supplier-copy h2 span,
    .brc-recall-copy h2 span {
        display: block;
        color: #49d4ff;
    }

.brc-haccp-copy > p,
.brc-supplier-copy > p,
.brc-recall-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}


/* =========================================================
   HACCP FLOW
========================================================= */

.brc-haccp-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

    .brc-haccp-flow > div {
        min-height: 100px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .brc-haccp-flow span {
        margin-bottom: 8px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-haccp-flow strong {
        color: #c6d6e1;
        font-size: 11px;
    }


/* =========================================================
   HAZARDS
========================================================= */

.brc-hazard-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-hazard-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.brc-hazard-card {
    min-height: 390px;
    padding: 29px;
    border: 1px solid #d7e3ed;
    background: white;
}

    .brc-hazard-card > span {
        width: 54px;
        height: 54px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-hazard-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 18px;
    }

    .brc-hazard-card > p {
        color: #68798a;
        font-size: 11px;
        line-height: 1.85;
    }


/* =========================================================
   PRP
========================================================= */

.brc-prp-section {
    padding: 115px 0;
    background: #03101d;
}

.brc-prp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.brc-prp-card {
    min-height: 260px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .brc-prp-card > span {
        display: block;
        margin-bottom: 40px;
        color: #43d5ff;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-prp-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 16px;
    }

    .brc-prp-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   CULTURE
========================================================= */

.brc-culture-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-culture-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.brc-culture-copy h2,
.brc-trace-copy h2,
.brc-cleaning-copy h2,
.brc-readiness-copy h2 {
    margin-bottom: 24px;
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .brc-culture-copy h2 span,
    .brc-trace-copy h2 span,
    .brc-cleaning-copy h2 span,
    .brc-readiness-copy h2 span {
        display: block;
        color: #1174cf;
    }

.brc-culture-copy > p,
.brc-trace-copy > p,
.brc-cleaning-copy > p,
.brc-readiness-copy > p {
    margin-bottom: 19px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.brc-culture-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .brc-culture-grid > div {
        min-height: 155px;
        padding: 21px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        background: rgba(255,255,255,.45);
    }

    .brc-culture-grid span {
        display: block;
        margin-bottom: 24px;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-culture-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #173045;
        font-size: 13px;
    }

    .brc-culture-grid p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   SITE
========================================================= */

.brc-site-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-site-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.brc-site-card {
    min-height: 270px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .brc-site-card > span {
        display: block;
        margin-bottom: 42px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-site-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .brc-site-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   SUPPLIER
========================================================= */

.brc-supplier-panel {
    padding: 26px;
    border: 1px solid rgba(60,203,255,.18);
    background: rgba(255,255,255,.025);
}

.brc-supplier-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .brc-supplier-header small {
        color: #45dcb9;
    }

.brc-supplier-row {
    min-height: 70px;
    display: grid;
    grid-template-columns: 110px 1fr 55px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .brc-supplier-row:last-child {
        border-bottom: 0;
    }

    .brc-supplier-row > span {
        color: #8299aa;
        font-size: 8px;
    }

    .brc-supplier-row strong {
        color: #c6d6e1;
        font-size: 9px;
    }

    .brc-supplier-row small {
        color: #45dcb9;
        font-size: 7px;
    }


/* =========================================================
   ALLERGEN
========================================================= */

.brc-allergen-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-allergen-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.brc-allergen-card {
    min-height: 290px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .brc-allergen-card > span {
        margin-bottom: 42px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-allergen-card h3 {
        margin-bottom: 11px;
        color: #14283a;
        font-size: 15px;
    }

    .brc-allergen-card p {
        color: #6d7e8e;
        font-size: 10px;
        line-height: 1.8;
    }

    .brc-allergen-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   FRAUD / DEFENCE
========================================================= */

.brc-protection-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.brc-protection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.brc-protection-card {
    min-height: 470px;
    padding: 34px;
    border: 1px solid rgba(61,205,255,.14);
    background: rgba(255,255,255,.018);
}

    .brc-protection-card > span {
        display: inline-flex;
        min-width: 100px;
        height: 36px;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        border: 1px solid rgba(61,205,255,.2);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-protection-card h3 {
        margin-bottom: 14px;
        color: white;
        font-size: 21px;
    }

    .brc-protection-card > p {
        color: #8da2b3;
        font-size: 11px;
        line-height: 1.9;
    }

.brc-protection-subgrid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

    .brc-protection-subgrid > div {
        min-height: 90px;
        padding: 17px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .brc-protection-subgrid strong {
        display: block;
        margin-bottom: 7px;
        color: #c7d6df;
        font-size: 10px;
    }

    .brc-protection-subgrid small {
        color: #728b9c;
        font-size: 8px;
    }


/* =========================================================
   TRACEABILITY
========================================================= */

.brc-trace-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-trace-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.brc-trace-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
}

.brc-trace-node {
    width: 85px;
    height: 85px;
    display: grid;
    place-items: center;
    border: 1px solid #d0e1ed;
    color: #527086;
    background: white;
    font-size: 7px;
    font-weight: 800;
}

.brc-trace-main {
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
}

.brc-trace-visual > span {
    padding: 0 8px;
    color: #0877d1;
}


/* =========================================================
   ENVIRONMENTAL
========================================================= */

.brc-environment-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-environment-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.brc-environment-map {
    position: relative;
    min-height: 440px;
    border: 1px solid #d6e3ed;
    background: linear-gradient( 145deg, white, #f4f9fc );
}

.brc-environment-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
    font-size: 9px;
    font-weight: 800;
}

.brc-zone {
    position: absolute;
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    border: 1px solid #c5dfef;
    border-radius: 50%;
    color: #0877d1;
    background: white;
    font-size: 7px;
    font-weight: 800;
}

.brc-zone-one {
    left: 10%;
    top: 10%;
}

.brc-zone-two {
    right: 10%;
    top: 10%;
}

.brc-zone-three {
    left: 10%;
    bottom: 10%;
}

.brc-zone-four {
    right: 10%;
    bottom: 10%;
}

.brc-environment-points {
    border-top: 1px solid #d7e3ed;
}

    .brc-environment-points > div {
        min-height: 90px;
        padding: 17px 0;
        display: grid;
        grid-template-columns: 45px 1fr;
        border-bottom: 1px solid #d7e3ed;
    }

    .brc-environment-points span {
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-environment-points strong {
        display: block;
        margin-bottom: 6px;
        color: #173045;
        font-size: 12px;
    }

    .brc-environment-points p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   FOREIGN BODY
========================================================= */

.brc-foreign-section {
    padding: 115px 0;
    background: #03101d;
}

.brc-foreign-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.brc-foreign-card {
    min-height: 280px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .brc-foreign-card > span {
        width: 55px;
        height: 55px;
        margin-bottom: 42px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(61,205,255,.2);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }

    .brc-foreign-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 16px;
    }

    .brc-foreign-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   CLEANING
========================================================= */

.brc-cleaning-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-cleaning-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.brc-cleaning-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .brc-cleaning-grid > div {
        min-height: 150px;
        padding: 21px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        background: rgba(255,255,255,.45);
    }

    .brc-cleaning-grid span {
        display: block;
        margin-bottom: 24px;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-cleaning-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #173045;
        font-size: 13px;
    }

    .brc-cleaning-grid p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   LABEL
========================================================= */

.brc-label-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-label-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.brc-label-card {
    min-height: 260px;
    padding: 24px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .brc-label-card > span {
        display: block;
        margin-bottom: 42px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-label-card h3 {
        margin-bottom: 11px;
        color: #14283a;
        font-size: 15px;
    }

    .brc-label-card p {
        color: #6d7e8e;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   RECALL
========================================================= */

.brc-recall-visual {
    position: relative;
    min-height: 420px;
}

.brc-recall-center,
.brc-recall-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.brc-recall-center {
    left: 50%;
    top: 50%;
    width: 115px;
    height: 115px;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
    font-size: 15px;
    font-weight: 800;
}

.brc-recall-node {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(60,205,255,.2);
    color: #43d5ff;
    background: #062139;
    font-size: 7px;
    font-weight: 800;
}

.brc-recall-raw {
    left: 5%;
    top: 15%;
}

.brc-recall-pack {
    right: 5%;
    top: 15%;
}

.brc-recall-prod {
    left: 8%;
    bottom: 12%;
}

.brc-recall-customer {
    right: 8%;
    bottom: 12%;
}


/* =========================================================
   AUDIT
========================================================= */

.brc-audit-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-audit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.brc-audit-card {
    min-height: 310px;
    padding: 28px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
}

    .brc-audit-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-audit-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .brc-audit-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   CAPA
========================================================= */

.brc-capa-section {
    padding: 115px 0;
    background: #03101d;
}

.brc-capa-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.brc-capa-card {
    min-height: 290px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .brc-capa-card > span {
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-capa-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .brc-capa-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .brc-capa-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   READINESS
========================================================= */

.brc-readiness-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-readiness-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.brc-readiness-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .brc-readiness-checklist > div {
        min-height: 90px;
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 13px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        color: #355166;
        font-size: 10px;
    }

    .brc-readiness-checklist span {
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   NOTE
========================================================= */

.brc-note-section {
    padding: 50px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-note {
    max-width: 1150px;
    margin: 0 auto;
    padding: 35px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 25px;
    border: 1px solid #bad9ee;
    background: #f9fdff;
}

.brc-note-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #0877d1;
    font-size: 18px;
    font-weight: 800;
}

.brc-note span {
    display: block;
    margin-bottom: 8px;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
}

.brc-note h3 {
    margin-bottom: 11px;
    color: #173045;
    font-size: 18px;
}

.brc-note p {
    color: #65798b;
    font-size: 11px;
    line-height: 1.85;
}


/* =========================================================
   PROJECT
========================================================= */

.brc-project-section {
    padding: 115px 0;
    background: #03101d;
}

.brc-project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.brc-project-card {
    min-height: 290px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .brc-project-card > span {
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-project-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .brc-project-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .brc-project-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   AUDITOR
========================================================= */

.brc-auditor-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-auditor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.brc-auditor-card {
    min-height: 270px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.45);
}

    .brc-auditor-card > span {
        width: 50px;
        height: 50px;
        margin-bottom: 40px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .brc-auditor-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .brc-auditor-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   FAQ
========================================================= */

.brc-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.brc-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.brc-faq-list {
    border-top: 1px solid #d9e4ed;
}

.brc-faq-item {
    border-bottom: 1px solid #d9e4ed;
}

    .brc-faq-item summary {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        cursor: pointer;
        color: #14293c;
        font-size: 13px;
        font-weight: 700;
        list-style: none;
    }

        .brc-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .brc-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }

    .brc-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.brc-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}

.brc-related-heading {
    margin-bottom: 50px;
}

.brc-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.brc-related-card {
    min-height: 310px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4e1eb;
    background: rgba(255,255,255,.52);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .brc-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .brc-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .brc-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }

    .brc-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }

    .brc-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.brc-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.brc-final-grid {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image: linear-gradient( rgba(255,255,255,.3) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.3) 1px, transparent 1px );
    background-size: 70px 70px;
}

.brc-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .brc-final-layout > div {
        max-width: 880px;
    }

        .brc-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .brc-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp(30px, 4vw, 46px);
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .brc-final-layout p {
        max-width: 720px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }

    .brc-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .brc-service-grid,
    .brc-project-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .brc-allergen-flow,
    .brc-label-flow,
    .brc-capa-flow {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 1150px) {

    .brc-hero-layout,
    .brc-intro-layout,
    .brc-haccp-layout,
    .brc-culture-layout,
    .brc-supplier-layout,
    .brc-trace-layout,
    .brc-environment-layout,
    .brc-cleaning-layout,
    .brc-recall-layout,
    .brc-readiness-layout,
    .brc-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .brc-hero-layout {
        padding: 70px 0;
    }


    .brc-pillar-grid,
    .brc-hazard-grid,
    .brc-prp-grid,
    .brc-audit-grid,
    .brc-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .brc-service-grid,
    .brc-project-grid,
    .brc-site-grid,
    .brc-foreign-grid,
    .brc-auditor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .brc-hero {
        padding-top: 68px;
    }


        .brc-hero h1 {
            font-size: 42px;
        }


    .brc-hero-description {
        font-size: 14px;
    }


    .brc-hero-actions {
        flex-direction: column;
    }


    .brc-hero-visual {
        min-height: 430px;
    }


    .brc-system-core {
        width: 110px;
        height: 110px;
    }


        .brc-system-core strong {
            font-size: 20px;
        }


    .brc-system-node {
        width: 50px;
        height: 50px;
        font-size: 5px;
    }


    .brc-intro-section,
    .brc-pillars-section,
    .brc-services-section,
    .brc-haccp-section,
    .brc-hazard-section,
    .brc-prp-section,
    .brc-culture-section,
    .brc-site-section,
    .brc-supplier-section,
    .brc-allergen-section,
    .brc-protection-section,
    .brc-trace-section,
    .brc-environment-section,
    .brc-foreign-section,
    .brc-cleaning-section,
    .brc-label-section,
    .brc-recall-section,
    .brc-audit-section,
    .brc-capa-section,
    .brc-readiness-section,
    .brc-project-section,
    .brc-auditor-section,
    .brc-faq-section,
    .brc-related-section {
        padding: 80px 0;
    }


    .brc-pillar-grid,
    .brc-service-grid,
    .brc-hazard-grid,
    .brc-prp-grid,
    .brc-site-grid,
    .brc-allergen-flow,
    .brc-foreign-grid,
    .brc-label-flow,
    .brc-audit-grid,
    .brc-capa-flow,
    .brc-project-grid,
    .brc-auditor-grid,
    .brc-related-grid {
        grid-template-columns: 1fr;
    }


    .brc-protection-grid {
        grid-template-columns: 1fr;
    }


    .brc-haccp-flow,
    .brc-culture-grid,
    .brc-cleaning-grid,
    .brc-readiness-checklist {
        grid-template-columns: 1fr;
    }


    .brc-current-panel,
    .brc-note {
        grid-template-columns: 1fr;
    }


    .brc-trace-visual {
        flex-direction: column;
    }


        .brc-trace-visual > span {
            padding: 10px 0;
            transform: rotate(90deg);
        }


    .brc-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
