/* ============================================================
   INTRO STATEMENT
   Premium professional authority block
============================================================ */

.statementSection {
    position: relative;
    isolation: isolate;
    padding: 118px 0 112px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 80% 18%,
            rgba(201, 166, 107, 0.14),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #2b0d0d 0%,
            #451717 48%,
            #251010 100%
        );
    color: var(--white);
}


/* ============================================================
   BACKGROUND
============================================================ */

.statementSection::before {
    position: absolute;
    z-index: -3;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(201, 166, 107, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(201, 166, 107, 0.025) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    content: "";
    pointer-events: none;
}

.statementSection::after {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(43, 13, 13, 0.92),
            transparent 48%,
            rgba(43, 13, 13, 0.40)
        );
    content: "";
    pointer-events: none;
}

.statementBlueprint {
    position: absolute;
    z-index: -4;
    top: -190px;
    right: -170px;
    width: min(66vw, 1000px);
    height: 760px;
    background-image: url("../img/blueprint-floorplan.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.055;
    filter:
        sepia(1)
        saturate(0.35)
        brightness(1.8);
    pointer-events: none;
    transform:
        translate3d(
            0,
            var(--statement-parallax-y, 0),
            0
        )
        rotate(-7deg);
    will-change: transform;
}


/* ============================================================
   TECHNICAL LABELS
============================================================ */

.statementTechnicalLabel {
    position: absolute;
    z-index: 1;
    color: rgba(201, 166, 107, 0.24);
    font-family: "Courier New", monospace;
    font-size: 0.54rem;
    letter-spacing: 0.15em;
    pointer-events: none;
}

.statementTechnicalTop {
    top: 40px;
    right: 4%;
}

.statementTechnicalBottom {
    right: 2%;
    bottom: 42px;
}


/* ============================================================
   GRID
============================================================ */

.statementGrid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(280px, 0.72fr)
        minmax(0, 1.28fr);
    gap: clamp(70px, 9vw, 145px);
    align-items: center;
}


/* ============================================================
   METRIC
============================================================ */

.statementMetric {
    position: relative;
    padding: 20px 0 20px 34px;
    border-left: 1px solid rgba(201, 166, 107, 0.36);
}

.statementMetric::before {
    position: absolute;
    top: 0;
    left: -3px;
    width: 5px;
    height: 72px;
    background: var(--gold-400);
    content: "";
}

.statementNumber {
    display: flex;
    align-items: flex-start;
    color: var(--gold-400);
    font-family: var(--font-display);
    line-height: 0.75;
}

.statementNumber strong {
    font-size: clamp(8rem, 14vw, 14rem);
    font-weight: 600;
    letter-spacing: -0.095em;
}

.statementNumber > span {
    margin: 12px 0 0 8px;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    font-weight: 500;
}

.statementMetricLabel {
    display: grid;
    gap: 4px;
    margin-top: 25px;
}

.statementMetricLabel span {
    color: var(--gold-400);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.statementMetricLabel strong {
    max-width: 220px;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.15;
}


/* ============================================================
   DIMENSION
============================================================ */

.statementDimension {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 42px;
    color: rgba(201, 166, 107, 0.43);
    font-family: "Courier New", monospace;
    font-size: 0.53rem;
    letter-spacing: 0.12em;
}

.statementDimension i {
    position: relative;
    flex: 1;
    height: 1px;
    background: rgba(201, 166, 107, 0.23);
}

.statementDimension i::before,
.statementDimension i::after {
    position: absolute;
    top: -4px;
    width: 1px;
    height: 9px;
    background: rgba(201, 166, 107, 0.40);
    content: "";
}

.statementDimension i::before {
    left: 0;
}

.statementDimension i::after {
    right: 0;
}


/* ============================================================
   CONTENT
============================================================ */

.statementContentTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 26px;
}

.statementContent .sectionLabel {
    color: var(--gold-400);
}

.statementCode {
    color: rgba(255, 255, 255, 0.32);
    font-family: "Courier New", monospace;
    font-size: 0.52rem;
    letter-spacing: 0.12em;
}

.statementContent h2 {
    max-width: 920px;
    margin: 0;
    color: var(--white);
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 5.3vw, 5.8rem);
    font-weight: 600;
    letter-spacing: -0.052em;
    line-height: 0.95;
}

.statementContent h2 span {
    display: block;
    margin-top: 9px;
    color: var(--gold-400);
    font-style: italic;
    font-weight: 500;
}

.statementContent > p {
    max-width: 880px;
    margin: 33px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1rem;
    line-height: 1.9;
}


/* ============================================================
   HIGHLIGHTS
============================================================ */

.statementHighlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    border-top: 1px solid rgba(201, 166, 107, 0.19);
    border-left: 1px solid rgba(201, 166, 107, 0.19);
}

.statementHighlights > div {
    min-height: 175px;
    padding: 26px;
    border-right: 1px solid rgba(201, 166, 107, 0.19);
    border-bottom: 1px solid rgba(201, 166, 107, 0.19);
    background: rgba(255, 255, 255, 0.018);
    transition:
        background 400ms ease,
        transform 400ms ease;
}

.statementHighlights > div:hover {
    background: rgba(255, 255, 255, 0.055);
    transform: translateY(-5px);
}

.statementHighlights span {
    display: block;
    margin-bottom: 23px;
    color: var(--gold-400);
    font-family: var(--font-display);
    font-size: 1.15rem;
}

.statementHighlights strong {
    display: block;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 600;
}

.statementHighlights small {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    line-height: 1.55;
}


/* ============================================================
   BOTTOM PROGRESS
============================================================ */

.statementProgress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    overflow: hidden;
    background: rgba(201, 166, 107, 0.12);
}

.statementProgress i {
    display: block;
    width: var(--statement-progress, 0%);
    height: 100%;
    background:
        linear-gradient(
            90deg,
            var(--bronze-600),
            var(--gold-400)
        );
    box-shadow:
        0 0 18px rgba(201, 166, 107, 0.28);
}


/* ============================================================
   REVEAL
============================================================ */

.statementReveal {
    opacity: 0;
    transform: translateY(38px);
    transition:
        opacity 850ms ease,
        transform 1050ms cubic-bezier(.18, .68, .25, 1);
}

.statementReveal.isVisible {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 900px) {

    .statementGrid {
        grid-template-columns: 1fr;
        gap: 68px;
    }

    .statementMetric {
        max-width: 450px;
    }

    .statementHighlights {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 650px) {

    .statementSection {
        padding: 90px 0 84px;
    }

    .statementContentTop {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .statementHighlights {
        grid-template-columns: 1fr;
    }

    .statementHighlights > div {
        min-height: auto;
    }

    .statementMetric {
        padding-left: 23px;
    }

    .statementNumber strong {
        font-size: clamp(7rem, 32vw, 10rem);
    }

    .statementTechnicalLabel,
    .statementDimension {
        display: none;
    }

    .statementBlueprint {
        width: 140vw;
        opacity: 0.035;
    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .statementReveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .statementBlueprint {
        transform: rotate(-7deg);
    }

    .statementProgress i {
        width: 100%;
    }

}