/* =========================
   ATREIA SECTION
   ========================= */

.page-section--atreia::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.36)), linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 34%);
    z-index: -2;
}

.page-section--atreia::after {
    background: none;
}

.page-section--atreia .section-content {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - (var(--content-pad) * 2)));
    padding-top: clamp(42px, 4.5vw, 64px);
    padding-bottom: clamp(34px, 3.6vw, 52px);
}

.atreia-vista {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(620px, 1.22fr);
    grid-template-areas: "copy gallery" "banner gallery";
    gap: 22px 38px;
    align-items: center;
}

.atreia-copy {
    grid-area: copy;
    max-width: 440px;
    align-self: end;
}

.section-title--atreia {
    max-width: none;
    margin-bottom: 6px;
    font-size: clamp(56px, 5vw, 90px);
    line-height: 0.92;
}

.atreia-copy__subtitle {
    margin: 0;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.atreia-copy__lead {
    margin-top: 14px;
    max-width: 20ch;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 1.8vw, 28px);
    line-height: 1.24;
    color: #f2fcff;
}

.atreia-copy__summary {
    margin-top: 14px;
    max-width: 46ch;
    font-size: 15px;
    line-height: 1.66;
    color: var(--text-soft);
}

.atreia-points {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.atreia-point {
    display: grid;
    gap: 4px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 215, 227, 0.18);
}

.atreia-point__label {
    color: #eafcff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.atreia-point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.58;
    color: var(--text-soft);
}

.atreia-gallery {
    display: grid;
    grid-area: gallery;
    grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    min-height: clamp(400px, 52vh, 540px);
    align-self: center;
}

.atreia-shot {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(0, 215, 227, 0.14);
    background: linear-gradient(180deg, rgba(8, 20, 38, 0.76), rgba(4, 10, 21, 0.58)), radial-gradient(circle at top left, rgba(0, 215, 227, 0.08), transparent 35%);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
}

.atreia-shot img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    border: 1px solid rgba(0, 215, 227, 0.10);
    border-radius: 12px;
}

.atreia-shot::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(4, 10, 18, 0.02), rgba(4, 10, 18, 0.46));
    pointer-events: none;
}

.atreia-shot figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 2;
    display: grid;
    gap: 4px;
}

.atreia-shot figcaption span {
    display: inline-block;
    width: fit-content;
    padding: 6px 10px;
    border: 1px solid rgba(0, 215, 227, 0.16);
    border-radius: 12px;
    background: rgba(4, 12, 24, 0.68);
    color: var(--accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.atreia-shot figcaption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 1.4vw, 28px);
    font-weight: 400;
    line-height: 1.12;
    color: #f6fdff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.38);
}

.atreia-shot--main {
    grid-row: 1 / span 2;
    min-height: clamp(400px, 52vh, 540px);
}

.atreia-shot--top,
.atreia-shot--bottom {
    min-height: 0;
}

.atreia-banner {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
    padding: 16px 20px;
    border: 1px solid rgba(0, 215, 227, 0.14);
    background: linear-gradient(180deg, rgba(8, 20, 38, 0.8), rgba(5, 12, 24, 0.62)), radial-gradient(circle at top right, rgba(0, 215, 227, 0.06), transparent 32%);
    backdrop-filter: blur(12px);
}

.atreia-banner__label {
    display: inline-block;
    color: var(--accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.atreia-banner p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.50;
    color: #ecfdff;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1260px) {
    .page-section--atreia .section-content {
        width: min(1200px, calc(100% - (var(--content-pad) * 2)));
    }

    .atreia-vista {
        grid-template-columns: minmax(300px, 0.82fr) minmax(540px, 1.18fr);
        gap: 20px 28px;
    }

    .atreia-gallery {
        min-height: clamp(360px, 46vh, 470px);
    }

    .atreia-shot--main {
        min-height: clamp(360px, 46vh, 470px);
    }
}

@media (max-width: 1080px) {
    .atreia-vista {
        grid-template-columns: 1fr;
        grid-template-areas: "copy" "gallery" "banner";
        gap: 22px;
    }

    .atreia-copy,
    .atreia-banner {
        max-width: none;
    }

    .atreia-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        min-height: 0;
    }

    .atreia-shot--main {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: clamp(280px, 42vh, 420px);
    }

    .atreia-shot--top,
    .atreia-shot--bottom {
        min-height: 220px;
    }
}

@media (max-width: 768px) {
    .page-section--atreia .section-content {
        padding-top: 72px;
        padding-bottom: 58px;
    }

    .section-title--atreia {
        font-size: clamp(46px, 10vw, 68px);
    }

    .atreia-copy__lead {
        font-size: 22px;
    }

    .atreia-banner {
        padding: 14px 16px;
    }

    .atreia-banner p {
        font-size: 16px;
    }

    .atreia-shot {
        padding: 8px;
    }

    .atreia-shot::after {
        inset: 8px;
    }

    .atreia-shot img {
        border-radius: 12px;
    }

    .atreia-shot figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
}

@media (max-width: 640px) {
    .atreia-gallery {
        grid-template-columns: 1fr;
    }

    .atreia-shot--top,
    .atreia-shot--bottom {
        min-height: 220px;
    }

    .atreia-point {
        padding-left: 12px;
    }
}
