/* =========================================================
   BYTECLIC ABOUT PAGE CSS
   File: public/css/about.css
========================================================= */

.bc-about-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.bc-about-eyebrow {
    margin: 0 0 18px;
    color: #e8342f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* Hero */

.bc-about-hero {
    position: relative;
    padding: 170px 0 110px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #f0443a 0%, #e8342f 48%, #b8142c 100%);
}

.bc-about-hero::before {
    content: "";
    position: absolute;
    left: -10%;
    top: 36%;
    width: 130%;
    height: 260px;
    background: linear-gradient(90deg, rgba(255, 118, 82, 0.42), rgba(255, 255, 255, 0.06));
    transform: rotate(-11deg);
    pointer-events: none;
}

.bc-about-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -42%;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 0, 0, 0.18), transparent 68%);
    pointer-events: none;
}

.bc-about-hero .bc-about-container {
    position: relative;
    z-index: 2;
}

.bc-about-hero .bc-about-eyebrow {
    color: rgba(255, 255, 255, 0.92);
}

.bc-about-hero h1 {
    margin: 0 auto;
    max-width: 780px;
    color: #ffffff;
    font-size: clamp(54px, 6.2vw, 92px);
    line-height: 0.92;
    letter-spacing: -0.07em;
    font-weight: 950;
}

.bc-about-hero h1 span {
    color: #111111;
}

.bc-about-hero-text {
    max-width: 560px;
    margin: 28px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
}

/* Who We Are */

.bc-about-who {
    padding: 110px 0 120px;
    background: #ffffff;
}

.bc-about-who-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 90px;
    align-items: center;
}

.bc-about-who h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(42px, 4.5vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    font-weight: 950;
}

.bc-about-line {
    width: 58px;
    height: 3px;
    margin: 34px 0;
    background: #e8342f;
}

.bc-about-who p:not(.bc-about-eyebrow) {
    max-width: 560px;
    margin: 0 0 22px;
    color: rgba(20, 20, 20, 0.68);
    font-size: 17px;
    line-height: 1.75;
}

/* Office Stats Image Block */

.bc-about-office {
    position: relative;
    min-height: 640px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)),
        url("/images/about-office-bg.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .12);
}

.bc-about-office-overlay {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.bc-office-card {
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(15, 15, 15, .38);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition: .25s ease;
}

.bc-office-card:hover {
    transform: translateY(-5px);
    background: rgba(20, 20, 20, .54);
}

.bc-office-card i {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #e6322d;
    color: #ffffff;

    font-size: 24px;
}

.bc-office-card strong {
    color: #e32620;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}

.bc-office-card strong::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 12px auto;
    background: #e6322d;
}

.bc-office-card span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

/* Approach */

.bc-about-approach {
    padding: 110px 0 125px;
    background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}

.bc-about-section-head {
    text-align: center;
}

.bc-about-section-head h2 {
    max-width: 850px;
    margin: 0 auto;
    color: #111111;
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.bc-about-section-head > p:not(.bc-about-eyebrow) {
    max-width: 620px;
    margin: 22px auto 0;
    color: rgba(20, 20, 20, 0.62);
    font-size: 17px;
    line-height: 1.65;
}

.bc-about-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 58px;
}

.bc-about-card {
    min-height: 250px;
    padding: 34px 24px;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.05);
}

.bc-about-card .bc-icon,
.bc-about-card span {
    display: block;
    margin-bottom: 24px;
    color: #e8342f;
    font-size: 48px;
    line-height: 1;
}

.bc-about-card h3 {
    margin: 0 0 14px;
    color: #111111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}

.bc-about-card p {
    margin: 0;
    color: rgba(20, 20, 20, 0.62);
    font-size: 14px;
    line-height: 1.65;
}

/* Capabilities */

.bc-about-capabilities {
    padding: 120px 0;
    background: #ffffff;
}

.bc-about-capabilities-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.bc-about-capabilities-copy h2 {
    margin: 0;
    color: #151515;
    font-size: clamp(38px, 4.5vw, 66px);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.bc-about-capabilities-copy p {
    margin: 24px 0 0;
    color: rgba(20, 20, 20, 0.62);
    font-size: 18px;
    line-height: 1.7;
}

.bc-about-points {
    display: grid;
    gap: 18px;
}

.bc-about-points div {
    padding: 26px 0 26px 28px;
    border-left: 4px solid #e8342f;
}

.bc-about-points h3 {
    margin: 0;
    color: #151515;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 950;
}

.bc-about-points p {
    margin: 12px 0 0;
    color: rgba(20, 20, 20, 0.62);
    font-size: 16px;
    line-height: 1.65;
}

/* Locations */

.bc-about-locations {
    padding: 110px 0;
    background: #f8f8f8;
}

.bc-about-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 52px;
}

.bc-about-location-grid article {
    min-height: 260px;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.05);
}

.bc-about-location-grid h3 {
    margin: 0;
    color: #151515;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.045em;
    font-weight: 950;
}

.bc-about-location-grid p {
    margin: 18px 0 0;
    color: rgba(20, 20, 20, 0.62);
    font-size: 16px;
    line-height: 1.65;
}

/* Contact */

.bc-about-contact {
    padding: 120px 0;
    background: #f8f8f8;
}

.bc-about-contact-box {
    max-width: 980px;
    margin: 0 auto;
    padding: 70px 60px;
    text-align: center;
    border-radius: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 34%),
        linear-gradient(135deg, #e8342f 0%, #be1730 100%);
    box-shadow: 0 30px 100px rgba(120, 0, 0, 0.18);
}

.bc-about-contact-box h2 {
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.bc-about-contact-box > p:not(.bc-about-eyebrow) {
    max-width: 700px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.6;
}

.bc-about-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

/* Responsive */

@media (max-width: 1024px) {
    .bc-about-who-grid,
    .bc-about-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .bc-about-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .bc-about-location-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .bc-about-office {
        min-height: 980px;
    }

    .bc-about-office-overlay {
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
        top: auto;
        bottom: 30px;
        transform: none;
    }
}

@media (max-width: 680px) {
    .bc-about-container {
        width: min(100% - 28px, 1180px);
    }

    .bc-about-hero {
        padding: 140px 0 84px;
    }

    .bc-about-hero h1 {
        font-size: 48px;
    }

    .bc-about-who,
    .bc-about-approach,
    .bc-about-capabilities,
    .bc-about-locations,
    .bc-about-contact {
        padding: 78px 0;
    }

    .bc-about-office {
        min-height: 1180px;
        border-radius: 26px;
    }

    .bc-about-office-overlay {
        grid-template-columns: 1fr;
    }

    .bc-office-card {
        height: 180px;
    }

    .bc-about-cards {
        grid-template-columns: 1fr;
    }

    .bc-about-contact-box {
        padding: 56px 24px;
        border-radius: 28px;
    }

    .bc-about-contact-box h2 {
        font-size: 42px;
    }

    .bc-about-contact-actions .bc-btn {
        width: 100%;
    }
}
/* Locations */

.bc-about-locations {
    padding: 120px 0;
    background: #f7f7f7;
}

.bc-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.bc-location-card {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.07);
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bc-location-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 100px rgba(15, 23, 42, 0.14);
}

.bc-location-visual{

    height:220px;

    overflow:hidden;

}

.bc-location-visual img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center bottom;

    display:block;

}


.bc-location-la .bc-location-visual {
    background: linear-gradient(135deg, #c91f32 0%, #e8342f 100%);
}

.bc-location-ny .bc-location-visual {
    background: linear-gradient(135deg, #f03a30 0%, #d7192c 100%);
}

.bc-location-toronto .bc-location-visual {
    background: linear-gradient(135deg, #111111 0%, #1d1d1f 100%);
}

.bc-location-copy {
    padding: 34px;
}

.bc-location-copy span {
    display: block;
    margin-bottom: 14px;
    color: #e8342f;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bc-location-copy h3 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.045em;
    font-weight: 950;
}

.bc-location-copy p {
    margin: 18px 0 0;
    color: rgba(20, 20, 20, 0.62);
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .bc-location-grid {
        grid-template-columns: 1fr;
    }

    .bc-location-visual {
        height: 300px;
    }
}

@media (max-width: 680px) {
    .bc-about-locations {
        padding: 78px 0;
    }

    .bc-location-visual {
        height: 220px;
        padding: 30px;
    }

    .bc-location-copy {
        padding: 28px;
    }
}