:root {
    --color-primary: #295c3b;
    --color-primary-dark: #1a4731;
    --color-primary-soft: rgba(41, 92, 59, 0.12);
    --color-primary-border: rgba(41, 92, 59, 0.18);
    --color-primary-shadow: rgba(26, 71, 49, 0.18);
}

.about-page {
    direction: rtl;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(41, 92, 59, 0.14), transparent 34%),
        radial-gradient(circle at bottom left, rgba(26, 71, 49, 0.12), transparent 30%),
        #f7faf6;
    color: #17251c;
}

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

/* HERO */
.about-hero {
    position: relative;
    padding: 90px 0 70px;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 40px auto auto 6%;
    width: 220px;
    height: 220px;
    background: rgba(41, 92, 59, 0.16);
    filter: blur(55px);
    border-radius: 999px;
    pointer-events: none;
}

.about-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.about-kicker::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-primary-dark));
}

.about-hero__content h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.3;
    letter-spacing: -1.2px;
    color: #17251c;
}

.about-hero__content h1 span {
    color: var(--color-primary);
}

.about-hero__content p {
    max-width: 680px;
    margin: 22px 0 0;
    color: #5f6f63;
    font-size: 17px;
    line-height: 2.1;
}

.about-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-hero__badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(41, 92, 59, 0.18);
    color: var(--color-primary-dark);
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(26, 71, 49, 0.08);
}

/* HERO VISUAL */
.about-hero__visual {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-photo-card {
    position: relative;
    z-index: 2;
    width: min(480px, 100%);
    border-radius: 30px;
    padding: 14px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(235, 246, 238, 0.62));
    border: 1px solid rgba(41, 92, 59, 0.18);
    box-shadow:
        0 30px 80px rgba(26, 71, 49, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.85);
    backdrop-filter: blur(18px);
}

.about-photo-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}

.about-floating {
    position: absolute;
    z-index: 3;
    padding: 13px 18px;
    border-radius: 999px;
    color: var(--color-primary-dark);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(41, 92, 59, 0.22);
    box-shadow: 0 18px 42px rgba(26, 71, 49, 0.12);
    backdrop-filter: blur(14px);
    font-weight: 800;
    animation: aboutFloat 4.5s ease-in-out infinite;
}

.about-floating--one {
    top: 36px;
    right: 24px;
}

.about-floating--two {
    left: 12px;
    bottom: 36px;
    animation-delay: 0.9s;
}

@keyframes aboutFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

/* SECTIONS */
.about-section {
    padding: 72px 0;
}

.about-section--soft {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.18));
}

.about-section__heading {
    margin-bottom: 28px;
}

.about-section__heading h2,
.about-vision h2 {
    margin: 0;
    color: #17251c;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.55;
}

/* STORY */
.about-story {
    padding: 34px 30px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(41, 92, 59, 0.16);
    box-shadow: 0 24px 60px rgba(26, 71, 49, 0.08);
}

.about-story p {
    margin: 0 0 18px;
    color: #4f6154;
    font-size: 16px;
    line-height: 2.2;
}

.about-story p:last-child {
    margin-bottom: 0;
}

.about-story__highlight {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(41, 92, 59, 0.08);
    border-right: 4px solid var(--color-primary);
    color: #1f3427 !important;
    font-weight: 800;
}

/* VISION */
.about-vision {
    position: relative;
    overflow: hidden;
    padding: 38px 34px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.26), transparent 28%),
        linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
    color: #fff;
    box-shadow: 0 30px 80px rgba(26, 71, 49, 0.2);
}

.about-vision .about-kicker {
    color: #e8f5ec;
}

.about-vision .about-kicker::before {
    background: #e8f5ec;
}

.about-vision h2 {
    color: #fff;
    margin-bottom: 18px;
}

.about-vision p {
    margin: 0 0 16px;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 2.15;
}

.about-vision p:last-child {
    margin-bottom: 0;
}

/* ANIMATION */
.about-fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.about-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .about-hero__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__visual {
        min-height: 320px;
    }
}

@media (max-width: 700px) {
    .about-hero {
        padding: 64px 0 44px;
    }

    .about-section {
        padding: 48px 0;
    }

    .about-story {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .about-vision {
        padding: 28px 22px;
        border-radius: 26px;
    }

    .about-floating {
        font-size: 13px;
    }

    .about-floating--one {
        right: 0;
    }

    .about-floating--two {
        left: 0;
    }

    .about-hero__badges {
        gap: 10px;
    }

    .about-hero__badges span {
        min-height: 36px;
        font-size: 14px;
    }
}
