/* =========================
   ESNNA CODE OF CONDUCT
========================= */

.esnna-page {
    background: #f4f2ed;
    color: #151515;
    font-family: "Fira Sans Condensed";
}

/* =========================
   HERO
========================= */

.esnna-hero {
    min-height: 640px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 170px 32px 150px;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.22),
            rgba(0,0,0,0.48)
        ),
        #24394a;

    color: #ffffff;
    text-align: center;
}

.esnna-hero {
    background:
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.08), transparent 34%),
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.22),
            rgba(0,0,0,0.48)
        ),
        #24394a;
}

.esnna-hero-inner {
    max-width: 920px;
    margin: 0 auto;
}

.esnna-hero h1 {
    margin: 0 auto;

    font-size: clamp(34px, 4.5vw, 60px);
    line-height: 1.04;
    font-weight: 400;

    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.esnna-hero h1 span {
    display: block;
}

.esnna-hero p {
    max-width: 700px;
    margin: 28px auto 0;

    font-size: 17px;
    line-height: 1.72;

    color: rgba(255,255,255,0.84);
}

/* =========================
   HERO WAVE
========================= */

.esnna-hero-wave {
    position: relative;
    height: 86px;
    margin-top: -86px;

    overflow: hidden;
    z-index: 4;

    pointer-events: none;
}

.esnna-hero-wave span {
    position: absolute;
    left: -10%;
    bottom: -50px;

    width: 120%;
    height: 96px;

    border-radius: 50% 50% 0 0;
    background: #f4f2ed;
}

.esnna-hero-wave span:nth-child(1) {
    bottom: -54px;
    opacity: 1;
}

.esnna-hero-wave span:nth-child(2) {
    bottom: -40px;
    opacity: 0.42;
    transform: translateX(-36px);
    animation: esnnaWaveDrift 9s ease-in-out infinite alternate;
}

.esnna-hero-wave span:nth-child(3) {
    bottom: -28px;
    opacity: 0.24;
    transform: translateX(36px);
    animation: esnnaWaveDrift 12s ease-in-out infinite alternate-reverse;
}

@keyframes esnnaWaveDrift {
    from {
        transform: translateX(-36px);
    }

    to {
        transform: translateX(36px);
    }
}

/* =========================
   POSTER SECTION
========================= */

.esnna-poster-section {
    position: relative;
    padding: 180px 80px 140px;
    overflow: hidden;
}

.esnna-poster-section::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 82%;
    height: 72%;

    background: #24394a;

    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.esnna-poster-layout {
    position: relative;
    z-index: 2;

    max-width: 1080px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 68px;
    align-items: center;
}

.esnna-poster-image {
    max-width: 360px;
    margin: 0 auto;

    background: #ffffff;
    padding: 16px;

    box-shadow: 0 18px 48px rgba(0,0,0,0.13);
    border: 1px solid rgba(0,0,0,0.08);
}

.esnna-poster-image img {
    display: block;
    width: 100%;
    height: auto;
}

.esnna-poster-text h2 {
    margin: 0 0 22px;

    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
    font-weight: 400;

    color: #ffffff;
}

.esnna-poster-text p {
    margin: 0 0 18px;

    font-size: 16.8px;
    line-height: 1.68;

    color: rgba(255,255,255,0.84);
}

.esnna-poster-text strong {
    color: #ffffff;
    font-weight: 600;
}

.esnna-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 18px;
    padding: 14px 22px;

    border: 1px solid rgba(255,255,255,0.34);

    color: #ffffff;
    text-decoration: none;

    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        border-color .25s ease;
}

.esnna-button:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* =========================
   COMMITMENT SECTION
========================= */

.esnna-commitment-section {
    position: relative;
    padding: 90px 32px 110px;
    overflow: hidden;
}

.esnna-commitment-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;

    width: 84%;
    height: 82%;

    background: #24394a;

    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.esnna-commitment-inner {
    position: relative;
    z-index: 2;

    max-width: 820px;
    margin: 0 auto;
}

.esnna-commitment-inner h2 {
    margin: 0 0 24px;

    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    font-weight: 400;

    color: #ffffff;
}

.esnna-commitment-inner p {
    margin: 0 0 20px;

    font-size: 16.8px;
    line-height: 1.7;

    color: rgba(255,255,255,0.84);
}

/* =========================
   REPORT SECTION
========================= */

.esnna-report-section {
    position: relative;

    padding: 80px 32px 190px;

    overflow: hidden;
}



.esnna-report-inner {
    position: relative;
    z-index: 2;

    max-width: 900px;
    margin: 0 auto;
}

.esnna-report-card {
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(0,0,0,0.09);

    padding: 38px 42px;

    box-shadow: 0 18px 42px rgba(0,0,0,0.05);
}

.esnna-report-card h2 {
    margin: 0 0 22px;

    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    font-weight: 400;

    color: #111111;
}

.esnna-report-card p {
    margin: 0 0 18px;

    font-size: 16.5px;
    line-height: 1.68;

    color: #303030;
}

.esnna-contact-grid {
    margin: 28px 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.esnna-contact-item {
    display: block;

    padding: 16px 18px;

    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(0,0,0,0.08);

    color: #111111;
    text-decoration: none;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.esnna-contact-item:hover {
    transform: translateY(-3px);
    background: #ffffff;
    border-color: rgba(0,0,0,0.16);
}

.esnna-contact-item span {
    display: block;
    margin-bottom: 8px;

    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.16em;

    color: rgba(0,0,0,0.52);
}

.esnna-contact-item strong {
    display: block;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;

    color: #111111;
}

.esnna-report-note {
    margin-top: 24px !important;
    padding-top: 22px;

    border-top: 1px solid rgba(0,0,0,0.12);
}

/* =========================
   ADMIN BAR FIX
========================= */

body.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
    .esnna-hero {
        min-height: 540px;
        padding: 140px 24px 120px;
    }

    .esnna-poster-section,
    .esnna-commitment-section,
    .esnna-report-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .esnna-poster-section::before {
        width: 100%;
        height: 72%;
        top: auto;
        bottom: 60px;
        transform: none;
    }

    .esnna-poster-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .esnna-poster-image {
        max-width: 400px;
        margin: 0 auto;
    }

    .esnna-commitment-section::before {
        width: 100%;
        height: 78%;
    }

    .esnna-report-section {
        padding-bottom: 175px;
    }
}

@media (max-width: 600px) {
    .esnna-hero h1 {
        font-size: clamp(32px, 9vw, 46px);
    }

    .esnna-hero p,
    .esnna-poster-text p,
    .esnna-commitment-inner p {
        font-size: 17px;
        line-height: 1.72;
    }

    .esnna-contact-grid {
        grid-template-columns: 1fr;
    }

    .esnna-report-card {
        padding: 34px 28px;
    }

    .esnna-report-card p {
        font-size: 16px;
    }

    .esnna-contact-item {
        padding: 15px 16px;
    }
}