.ahad-es-showcase {
    --ahad-es-background: #f7f4ec;
    --ahad-es-next-background: #ffffff;
    --ahad-es-heading: #223246;
    --ahad-es-body: #73777d;
    --ahad-es-accent: #a33b27;
    --ahad-es-border: rgba(34, 50, 70, 0.12);
    --ahad-es-card-shadow: 0 24px 45px rgba(34, 50, 70, 0.08);
    --ahad-es-pill-shadow: 0 18px 36px rgba(34, 50, 70, 0.07);
    position: relative;
    z-index: 1;
    padding: 172px 0 0;
    background: var(--ahad-es-background);
    overflow: hidden;
}

.ahad-es-showcase .container {
    max-width: 1380px;
    padding-left: 52px;
    padding-right: 52px;
}

.ahad-es-showcase img {
    display: block;
    width: 100%;
    height: auto;
}

.ahad-es-intro {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 62px;
    padding-bottom: 58px;
    border-bottom: 1px solid var(--ahad-es-border);
}

.ahad-es-intro-copy {
    max-width: 690px;
}

.ahad-es-kicker {
    margin: 0 0 16px;
    color: var(--ahad-es-accent);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ahad-es-title {
    margin: 0;
    color: var(--ahad-es-heading);
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 4vw, 4.45rem);
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.ahad-es-title-secondary {
    max-width: 620px;
    margin-bottom: 22px;
    font-size: clamp(2.7rem, 3.45vw, 3.85rem);
}

.ahad-es-badge {
    width: 228px;
    height: 228px;
    margin-left: auto;
    padding: 22px;
    border-radius: 999px;
    background: var(--ahad-es-accent);
    color: var(--ahad-es-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: var(--ahad-es-card-shadow);
}

.ahad-es-badge-name {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    font-weight: 400;
    line-height: 1.1;
}

.ahad-es-badge-role {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
}

.ahad-es-stats-row {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    justify-content: center;
    row-gap: 34px;
}

.ahad-es-stat-card {
    position: relative;
    height: 100%;
    max-width: 300px;
    min-height: 100%;
    margin: 0 auto;
    padding: 8px 30px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ahad-es-stat-card::before {
    content: "";
    width: 54px;
    height: 1px;
    margin-bottom: 20px;
    background: rgba(163, 59, 39, 0.32);
}

.ahad-es-stats-row > [class*="col-"]:not(:first-child) .ahad-es-stat-card {
    border-left: 1px solid rgba(34, 50, 70, 0.08);
    padding-left: 42px;
}

.ahad-es-stat-label {
    display: block;
    margin: 0 0 14px;
    color: var(--ahad-es-accent);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ahad-es-stat-value {
    margin: 0 0 14px;
    color: var(--ahad-es-accent);
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 4.1vw, 4.5rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.03em;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 2px;
    overflow: hidden;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.ahad-es-counter-shell {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-width: 3ch;
    overflow: hidden;
    line-height: 1;
}

.ahad-es-counter-number,
.ahad-es-counter-suffix {
    display: inline-block;
}

.ahad-es-counter-number {
    min-width: 100%;
    will-change: transform, opacity;
}

.ahad-es-stat-copy {
    margin: 0;
    max-width: 228px;
    color: var(--ahad-es-body);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.7;
}

.ahad-es-about {
    position: relative;
    width: 100%;
    margin-top: 154px;
    margin-left: 0;
    margin-right: 0;
}

.ahad-es-about-bleed {
    position: relative;
    min-height: clamp(620px, 58vw, 860px);
    background: #ece7dc;
    overflow: hidden;
}

.ahad-es-about-bleed::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 0%, rgba(247, 244, 236, 0.98) 0%, rgba(247, 244, 236, 0.84) 18%, rgba(247, 244, 236, 0.46) 36%, rgba(247, 244, 236, 0.12) 56%, rgba(247, 244, 236, 0) 72%),
        radial-gradient(circle at 14% 16%, rgba(247, 244, 236, 0.94) 0%, rgba(247, 244, 236, 0.76) 18%, rgba(247, 244, 236, 0.28) 42%, rgba(247, 244, 236, 0) 64%),
        linear-gradient(90deg, rgba(247, 244, 236, 0.94) 0%, rgba(247, 244, 236, 0.74) 18%, rgba(247, 244, 236, 0.32) 38%, rgba(247, 244, 236, 0.08) 56%, rgba(247, 244, 236, 0) 72%),
        linear-gradient(180deg, rgba(247, 244, 236, 0.82) 0%, rgba(247, 244, 236, 0.42) 14%, rgba(247, 244, 236, 0.14) 34%, rgba(247, 244, 236, 0.44) 72%, rgba(247, 244, 236, 0.92) 100%);
    z-index: 1;
    pointer-events: none;
}

.ahad-es-about-bleed::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: clamp(200px, 22vw, 320px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 22%, rgba(255, 255, 255, 0.36) 48%, rgba(255, 255, 255, 0.74) 78%, var(--ahad-es-next-background) 100%);
    z-index: 1;
    pointer-events: none;
}

.ahad-es-about-visual {
    position: absolute;
    inset: 0;
}

.ahad-es-about-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 12% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(247, 244, 236, 0.18) 24%, rgba(247, 244, 236, 0) 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(247, 244, 236, 0.12) 14%, rgba(247, 244, 236, 0) 34%),
        linear-gradient(90deg, rgba(247, 244, 236, 0.32) 0%, rgba(247, 244, 236, 0.12) 20%, rgba(247, 244, 236, 0) 38%),
        linear-gradient(270deg, rgba(247, 244, 236, 0.42) 0%, rgba(247, 244, 236, 0.18) 16%, rgba(247, 244, 236, 0.04) 30%, rgba(247, 244, 236, 0) 44%),
        linear-gradient(0deg, rgba(247, 244, 236, 0.44) 0%, rgba(247, 244, 236, 0.16) 18%, rgba(247, 244, 236, 0.04) 30%, rgba(247, 244, 236, 0) 42%);
    pointer-events: none;
}

.ahad-es-about-forest {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(1) brightness(1.04) contrast(0.95);
    transform: scale(1.015);
}

.ahad-es-about-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin: 0;
    padding:
        clamp(110px, 14vw, 190px)
        max(24px, calc((100vw - 1380px) / 2 + 52px))
        clamp(48px, 6vw, 78px);
    box-sizing: border-box;
}

.ahad-es-about-copy {
    max-width: 640px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: translateY(-62px);
}

.ahad-es-about-text {
    margin: 0;
    max-width: 520px;
    color: var(--ahad-es-body);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

.ahad-es-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
    max-width: 550px;
}

.ahad-es-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ahad-es-feature-item {
    min-height: 58px;
    padding: 11px 20px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: var(--ahad-es-pill-shadow);
    display: flex;
    align-items: center;
    gap: 16px;
}

.ahad-es-feature-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 999px;
    color: var(--ahad-es-accent);
    background: rgba(163, 59, 39, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ahad-es-feature-icon svg {
    width: 18px;
    height: 18px;
}

.ahad-es-feature-text {
    color: var(--ahad-es-heading);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
}

.ahad-es-desktop-break {
    display: inline;
}

@media screen and (max-width: 1399px) {
    .ahad-es-showcase {
        padding-top: 156px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .ahad-es-showcase {
        padding-top: 124px;
        padding-bottom: 0;
    }

    .ahad-es-badge {
        width: 214px;
        height: 214px;
    }

    .ahad-es-about {
        margin-top: 116px;
    }

    .ahad-es-about-bleed {
        min-height: clamp(560px, 60vw, 760px);
    }

    .ahad-es-about-copy {
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .ahad-es-intro {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .ahad-es-badge {
        margin-left: 0;
    }

    .ahad-es-stats-row {
        row-gap: 36px;
    }

    .ahad-es-stats-row > [class*="col-"]:not(:first-child) .ahad-es-stat-card {
        border-left: none;
        padding-left: 30px;
    }

    .ahad-es-about {
        margin-top: 60px;
    }

    .ahad-es-about-bleed {
        min-height: 560px;
    }

    .ahad-es-about-content {
        padding:
            110px
            36px
            48px;
    }

    .ahad-es-stat-card {
        max-width: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .ahad-es-showcase {
        padding-top: 92px;
        padding-bottom: 0;
    }

    .ahad-es-title {
        font-size: clamp(2.45rem, 10.4vw, 3.25rem);
        line-height: 1.04;
    }

    .ahad-es-title-secondary {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: clamp(2.15rem, 9vw, 2.85rem);
    }

    .ahad-es-badge {
        width: 210px;
        height: 210px;
    }

    .ahad-es-about {
        margin-top: 16px;
    }

    .ahad-es-about-bleed {
        --ahad-es-about-visual-height: clamp(320px, 78vw, 430px);
        min-height: auto;
        display: flex;
        flex-direction: column;
        background: var(--ahad-es-background);
    }

    .ahad-es-about-bleed::before {
        content: none;
    }

    .ahad-es-about-bleed::after {
        content: none;
    }

    .ahad-es-about-visual {
        position: relative;
        inset: auto;
        height: var(--ahad-es-about-visual-height);
        min-height: var(--ahad-es-about-visual-height);
        overflow: hidden;
    }

    .ahad-es-about-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(247, 244, 236, 1) 0%, rgba(247, 244, 236, 0.86) 10%, rgba(247, 244, 236, 0.3) 24%, rgba(247, 244, 236, 0) 42%),
            linear-gradient(90deg, rgba(247, 244, 236, 0.22) 0%, rgba(247, 244, 236, 0.06) 16%, rgba(247, 244, 236, 0) 34%, rgba(247, 244, 236, 0) 70%, rgba(247, 244, 236, 0.12) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .ahad-es-about-visual::after {
        background:
            radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.2) 0%, rgba(247, 244, 236, 0) 44%),
            linear-gradient(180deg, rgba(247, 244, 236, 0) 0%, rgba(247, 244, 236, 0) 34%, rgba(247, 244, 236, 0.18) 50%, rgba(247, 244, 236, 0.52) 68%, rgba(247, 244, 236, 0.9) 86%, var(--ahad-es-background) 100%),
            linear-gradient(90deg, rgba(247, 244, 236, 0.1) 0%, rgba(247, 244, 236, 0) 18%, rgba(247, 244, 236, 0) 82%, rgba(247, 244, 236, 0.1) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .ahad-es-about-forest {
        height: 100%;
        object-position: center 58%;
        filter: grayscale(1) brightness(1.02) contrast(0.94);
        transform: scale(1.05);
    }

    .ahad-es-about-content {
        position: relative;
        inset: auto;
        display: block;
        min-height: auto;
        margin-top: -34px;
        padding: 44px 32px 52px;
        background: linear-gradient(180deg, rgba(247, 244, 236, 0) 0%, rgba(247, 244, 236, 0.82) 30px, var(--ahad-es-background) 56px, var(--ahad-es-background) 100%);
    }

    .ahad-es-about-copy {
        max-width: 100%;
        transform: none;
    }

    .ahad-es-about-text {
        max-width: 34rem;
        line-height: 1.78;
    }

    .ahad-es-feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ahad-es-feature-list {
        gap: 18px;
    }
}

@media screen and (max-width: 575px) {
    .ahad-es-showcase {
        padding-top: 84px;
        padding-bottom: 0;
    }

    .ahad-es-showcase .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .ahad-es-intro {
        margin-bottom: 34px;
        padding-bottom: 34px;
    }

    .ahad-es-kicker {
        font-size: 1rem;
    }

    .ahad-es-title {
        font-size: clamp(2.2rem, 11.5vw, 2.95rem);
    }

    .ahad-es-title-secondary {
        margin-bottom: 16px;
        font-size: clamp(1.95rem, 10.2vw, 2.5rem);
    }

    .ahad-es-stat-label {
        margin-bottom: 18px;
        font-size: 1.125rem;
    }

    .ahad-es-stat-copy,
    .ahad-es-about-text,
    .ahad-es-feature-text {
        font-size: 1rem;
    }

    .ahad-es-about-bleed {
        --ahad-es-about-visual-height: clamp(280px, 96vw, 360px);
    }

    .ahad-es-about-content {
        margin-top: -28px;
        padding: 40px 24px 44px;
    }

    .ahad-es-about-copy {
        max-width: 100%;
    }

    .ahad-es-about-forest {
        object-position: center 60%;
        transform: scale(1.07);
    }

    .ahad-es-feature-item {
        min-height: 60px;
        padding: 12px 18px;
        gap: 14px;
    }

    .ahad-es-desktop-break {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ahad-es-showcase {
        scroll-behavior: auto;
    }
}
