/* About page — BEE modern UI */

.bee-about-page {
    background: var(--bee-bg);
}

.bee-about-hero {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 3rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, var(--bee-bg) 100%);
}

.bee-about-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.bee-about-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
}

.bee-about-orb--1 {
    width: 280px;
    height: 280px;
    background: rgba(251, 192, 45, 0.35);
    top: -80px;
    right: 8%;
}

.bee-about-orb--2 {
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, 0.06);
    bottom: -40px;
    left: 5%;
}

.bee-about-breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: var(--bee-muted);
    margin-bottom: 1.5rem;
}

.bee-about-breadcrumb a {
    color: var(--bee-black-soft);
    text-decoration: none;
    font-weight: 600;
}

.bee-about-breadcrumb a:hover {
    color: var(--bee-yellow-dark);
}

.bee-about-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
    gap: 2rem;
    align-items: center;
}

.bee-about-hero-copy h1 {
    margin: 0 0 0.85rem;
    font-size: clamp(2rem, 4.5vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--bee-black);
}

.bee-about-hero-copy h1 span {
    color: var(--bee-yellow-dark);
    position: relative;
}

.bee-about-lead {
    margin: 0 0 1.35rem;
    color: var(--bee-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 46ch;
}

.bee-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.bee-about-ghost {
    background: transparent !important;
    color: var(--bee-black) !important;
    border: 1.5px solid rgba(0, 0, 0, 0.14) !important;
    box-shadow: none !important;
}

.bee-about-ghost:hover {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: var(--bee-black) !important;
}

.bee-about-hero-frame {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 2px solid var(--bee-yellow);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    background: #111;
}

.bee-about-hero-frame img {
    display: block;
    width: 100%;
    height: min(420px, 52vh);
    object-fit: cover;
}

.bee-about-hero-stamp {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    padding: 0.65rem 0.9rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bee-about-hero-stamp img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.bee-about-hero-stamp strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--bee-black);
    line-height: 1.2;
}

.bee-about-hero-stamp span {
    font-size: 0.72rem;
    color: var(--bee-muted);
    font-weight: 600;
}

/* Story */
.bee-about-story {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
}

.bee-about-story-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.bee-about-story-media {
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.bee-about-story-media img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.bee-about-story-copy h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--bee-black);
}

.bee-about-story-copy p {
    margin: 0 0 0.9rem;
    color: var(--bee-muted);
    line-height: 1.7;
    font-size: 0.98rem;
}

.bee-about-points {
    list-style: none;
    padding: 0;
    margin: 1.15rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.bee-about-points li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
    color: var(--bee-black-soft);
    font-size: 0.92rem;
}

.bee-about-points i {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--bee-yellow);
    color: var(--bee-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
}

/* Values */
.bee-about-values {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.bee-about-values-head {
    max-width: 560px;
    margin-bottom: 1.75rem;
}

.bee-about-values-head h2 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 800;
    color: var(--bee-black);
}

.bee-about-values-head p {
    margin: 0;
    color: var(--bee-muted);
    line-height: 1.55;
}

.bee-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.bee-about-value-card {
    background: var(--bee-bg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1.25rem;
    padding: 1.35rem 1.25rem;
    transition: transform 0.25s ease, border-color 0.25s, box-shadow 0.25s;
}

.bee-about-value-card:hover {
    transform: translateY(-4px);
    border-color: var(--bee-yellow);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.bee-about-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.9rem;
    background: var(--bee-yellow-light);
    border: 1px solid rgba(251, 192, 45, 0.45);
    color: var(--bee-yellow-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.9rem;
}

.bee-about-value-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--bee-black);
}

.bee-about-value-card p {
    margin: 0;
    color: var(--bee-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* Offers from admin */
.bee-about-offers {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
    background:
        radial-gradient(ellipse 55% 45% at 0% 0%, rgba(251, 192, 45, 0.1) 0%, transparent 55%),
        var(--bee-bg);
}

.bee-about-offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.bee-about-offer-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, border-color 0.25s;
}

.bee-about-offer-card:hover {
    transform: translateY(-3px);
    border-color: var(--bee-yellow);
}

.bee-about-offer-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
}

.bee-about-offer-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--bee-black);
}

.bee-about-offer-card p {
    margin: 0;
    color: var(--bee-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

/* CTA */
.bee-about-cta {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

.bee-about-cta-card {
    border-radius: 1.5rem;
    padding: 2rem 1.75rem;
    background: linear-gradient(135deg, #111111 0%, #1c1c1c 55%, #2a2a2a 100%);
    border: 2px solid var(--bee-yellow);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.bee-about-cta-eyebrow {
    background: rgba(251, 192, 45, 0.18) !important;
    color: var(--bee-yellow) !important;
    border-color: rgba(251, 192, 45, 0.4) !important;
}

.bee-about-cta-copy h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #fff;
}

.bee-about-cta-copy > p {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    max-width: 52ch;
    line-height: 1.55;
}

.bee-about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.bee-about-cta-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: none !important;
}

.bee-about-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.bee-about-cta-call {
    background: #fff !important;
    color: var(--bee-black) !important;
    box-shadow: none !important;
}

.bee-about-cta-call:hover {
    background: var(--bee-yellow) !important;
}

@media (max-width: 980px) {
    .bee-about-hero-grid,
    .bee-about-story-grid {
        grid-template-columns: 1fr;
    }

    .bee-about-hero-visual {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .bee-about-hero-frame img {
        height: 280px;
    }

    .bee-about-story-media img {
        height: 260px;
    }

    .bee-about-values-grid,
    .bee-about-offers-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bee-about-lead {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .bee-about-hero {
        padding-top: 1.15rem;
        padding-bottom: 2rem;
    }

    .bee-about-hero-copy h1 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .bee-about-lead {
        font-size: 0.95rem;
    }

    .bee-about-hero-actions {
        flex-direction: column;
    }

    .bee-about-hero-actions .bee-link-btn {
        width: 100%;
        justify-content: center;
    }

    .bee-about-hero-frame img {
        height: 220px;
    }

    .bee-about-hero-stamp {
        left: 0.65rem;
        bottom: 0.65rem;
        padding: 0.5rem 0.7rem;
    }

    .bee-about-hero-stamp img {
        width: 34px;
        height: 34px;
    }

    .bee-about-story-media img {
        height: 200px;
    }

    .bee-about-values-grid,
    .bee-about-offers-grid {
        grid-template-columns: 1fr;
    }

    .bee-about-value-card,
    .bee-about-offer-card {
        padding: 1.1rem 1rem;
    }

    .bee-about-cta-card {
        padding: 1.25rem 1rem;
        border-radius: 1.15rem;
    }

    .bee-about-cta-actions {
        flex-direction: column;
    }

    .bee-about-cta-actions .bee-link-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .bee-about-hero-frame img {
        height: 190px;
    }

    .bee-about-hero-stamp span {
        display: none;
    }
}
