/* Gonfreville Handball - page construction premium */

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

.gh-construction-body {
    margin: 0;
    min-height: 100vh;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #050000;
}

.gh-construction-page {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: clamp(20px, 4vw, 42px);
    isolation: isolate;
}

.gh-construction-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.20) 42%, rgba(0,0,0,.58)),
        linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.70)),
        url("/assets/img/fondhorizontal.jpg");
    background-size: cover;
    background-position: center center;
    transform: scale(1.01);
}

.gh-construction-page::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 50% 46%, rgba(208,17,32,.22), transparent 34%),
        radial-gradient(circle at 78% 50%, rgba(0,0,0,.08), transparent 35%),
        linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 100%);
    pointer-events: none;
}

.gh-hero-center {
    width: min(860px, 100%);
    text-align: center;
    margin-top: -4vh;
}

.gh-main-logo {
    display: block;
    width: clamp(120px, 16vw, 185px);
    height: auto;
    margin: 0 auto clamp(18px, 2.7vw, 32px);
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    filter: drop-shadow(0 16px 24px rgba(0,0,0,.45));
}

.gh-kicker,
.gh-corner-text {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .33em;
    text-transform: uppercase;
}

.gh-kicker {
    display: inline-flex;
    padding-left: .33em;
}

.gh-hero-center h1 {
    margin: 12px 0 12px;
    color: #fff;
    font-size: clamp(48px, 8.4vw, 122px);
    line-height: .86;
    letter-spacing: -.075em;
    text-transform: uppercase;
    text-shadow: 0 18px 35px rgba(0,0,0,.45);
}

.gh-subtitle {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255,255,255,.95);
    font-size: clamp(17px, 2vw, 26px);
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 8px 18px rgba(0,0,0,.48);
}

.gh-return {
    margin: 12px 0 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(13px, 1.1vw, 16px);
    letter-spacing: .18em;
    text-transform: uppercase;
}

.gh-red-line {
    display: block;
    width: 76px;
    height: 3px;
    margin: 26px auto 0;
    border-radius: 999px;
    background: #d01120;
    box-shadow: 0 0 22px rgba(208,17,32,.65);
}

.gh-contact-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(210px, .8fr) minmax(290px, 1.2fr);
    gap: 0;
    padding: 20px clamp(22px, 4vw, 64px);
    background: linear-gradient(180deg, rgba(0,0,0,.36), rgba(0,0,0,.82));
    border-top: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
}

.gh-contact-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 70px;
    padding: 0 clamp(14px, 2vw, 30px);
    border-right: 1px solid rgba(208,17,32,.55);
}

.gh-contact-item:first-child {
    padding-left: 0;
}

.gh-contact-item:last-child {
    border-right: 0;
}

.gh-contact-item svg {
    width: 34px;
    height: 34px;
    fill: #fff;
    opacity: .96;
}

.gh-contact-item span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.gh-contact-item strong,
.gh-contact-item strong a {
    display: block;
    color: #fff;
    font-size: clamp(14px, 1.1vw, 18px);
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    word-break: break-word;
}

.gh-contact-item small {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.25;
}

.gh-social-panel {
    position: absolute;
    right: clamp(22px, 4vw, 64px);
    bottom: 112px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
}

.gh-social-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    text-decoration: none;
    opacity: .92;
    transition: transform .18s ease, opacity .18s ease;
}

.gh-social-panel a:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.gh-social-panel svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,.42));
}

.gh-admin-link {
    position: absolute;
    right: clamp(22px, 4vw, 64px);
    bottom: 36px;
    color: rgba(255,255,255,.80);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    border-bottom: 2px solid #d01120;
    padding-bottom: 4px;
}

.gh-admin-link:hover {
    color: #fff;
}

.gh-corner-text {
    position: absolute;
    top: clamp(22px, 4vw, 54px);
    right: clamp(22px, 4vw, 64px);
    padding-left: .33em;
}

@media (max-width: 980px) {
    .gh-construction-page {
        padding-bottom: 310px;
    }

    .gh-contact-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .gh-contact-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.10);
        padding: 0 0 12px;
    }

    .gh-contact-item:last-child {
        border-bottom: 0;
    }

    .gh-social-panel {
        right: 18px;
        bottom: 238px;
    }

    .gh-admin-link {
        right: 18px;
        bottom: 18px;
    }
}

@media (max-width: 640px) {
    .gh-construction-page {
        padding: 18px 16px 340px;
    }

    .gh-hero-center {
        margin-top: 0;
    }

    .gh-corner-text {
        display: none;
    }

    .gh-main-logo {
        width: 112px;
    }

    .gh-kicker {
        font-size: 10px;
        letter-spacing: .24em;
    }

    .gh-hero-center h1 {
        font-size: clamp(42px, 15vw, 76px);
    }

    .gh-subtitle {
        font-size: 16px;
    }

    .gh-contact-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
    }

    .gh-contact-item svg {
        width: 28px;
        height: 28px;
    }

    .gh-social-panel {
        left: 18px;
        right: auto;
        bottom: 258px;
    }
}
