﻿/* ===== Fonts ===== */
@font-face {
    font-family: "FiftyFifty";
    src: url("../fonts/FiftyFifty-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --gold: #ffcc00;
    --shadow: rgba(0, 0, 0, 0.85);
}

html, body {
    margin: 0;
    background: #e1edf8;
    background-image: radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 3px 3px, 4px 4px;
    background-position: 0 0, 1px 1px;
}

#p-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: url("../../images/2026/Background.png") center top / cover no-repeat;
    overflow: hidden;
}

    #p-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background-image: radial-gradient(rgba(0,0,0,0.025) 1px, transparent 1px), radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
        background-size: 4px 4px, 6px 6px;
        background-position: 0 0, 2px 2px;
        opacity: 0.5;
    }

    #p-wrapper > * {
        position: relative;
        z-index: 1;
    }

/* ===== Upper Section ===== */
.upper-hero {
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
    margin: 0;
    flex: 1;
}

.upper-hero__inner {
    text-align: center;
    line-height: 1.1;
}

.gold-shadow {
    color: var(--gold);
    text-shadow: 0 3px 0 var(--shadow), 0 4px 0 var(--shadow), 2px 2px 0 rgba(0,0,0,0.7), 3px 3px 6px rgba(0,0,0,0.6);
}


/* ===== Top small line ===== */
.upper-hero__kicker {
    font-family: "FiftyFifty", serif;
    font-size: clamp(18px, 2vw, 32px);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.6;
    margin: 0 0 50px 0;
}

.kicker-top {
    margin-bottom: 6px;
}

.kicker-bottom {
    margin-top: 4px;
}

/* "The" */
.upper-hero__the {
    font-family: "annabelle-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(50px, 6vw, 90px);
    margin: 0 0 10px 0;
}

/* Main title */
.upper-hero__title {
    font-family: "FiftyFifty", serif;
    font-size: clamp(60px, 9vw, 140px);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    line-height: clamp(1.05, 1.1 + 0.3vw, 1.25);
}

#footer {
    margin: 0;
}

@media (max-width: 480px) {


    .upper-hero__title {
        font-size: 40px;
    }

    .upper-hero__the {
        font-size: 34px;
    }

    .upper-hero__kicker {
        font-size: 8px;
    }
}

@media (max-width: 700px) {
    .upper-hero__title {
        line-height: 1.22;
    }
}

/* ===== Section below hero ===== */
.easter-section {
    padding: clamp(32px, 5vw, 72px) 16px;
}

.easter-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* YouTube responsive embed  */
.video-wrap {
    width: min(920px, 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    margin: 0 auto clamp(40px, 5vw, 70px);
}

    .video-wrap .ratio {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .video-wrap iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

/* About title */
.about-title {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: clamp(44px, 5.5vw, 96px);
    margin-bottom: 0;
}

/* Body text */
.about-text {
    max-width: 980px;
    margin: clamp(28px, 4vw, 56px) auto;
    font-family: "pragmatica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: 1.45;
    opacity: 0.95;
}

    /* paragraph breaks */
    .about-text p {
        margin: 0 0 14px;
    }

/* ===== Image tiles ===== */
.easter-tiles {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 36px);
    width: min(1300px, 100%);
    margin: 0 auto;
}

.easter-tile {
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(0,0,0,0.08);
    box-shadow: 0 10px 22px rgba(0,0,0,0.16);
    border: 4px solid rgba(0,0,0,0.75);
}

    .easter-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

@media (max-width: 1100px) {
    .easter-tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 750px) {
    .easter-tiles {
        grid-template-columns: 1fr;
    }

    .easter-tile {
        aspect-ratio: 16 / 10;
    }
}

/* ===== Schedule section ===== */
.schedule-section {
    padding: clamp(20px, 3vw, 40px) 16px clamp(42px, 6vw, 96px);
}

.schedule-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Big heading */
.schedule-title {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: clamp(18px, 2.1vw, 34px);
    line-height: 1.2;
    margin: 0 0 clamp(30px, 4.2vw, 48px);
}


.schedule-dates {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: clamp(44px, 6vw, 112px);
    line-height: 1.05;
    margin: clamp(36px, 4vw, 64px) 0;
}

/* Times block */
.schedule-times {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: clamp(18px, 2.1vw, 34px);
    line-height: 1.35;
    margin: 0 0 clamp(18px, 2.2vw, 30px);
}

/* Location line */
.schedule-location {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: clamp(16px, 1.8vw, 30px);
    line-height: 1.2;
    margin: clamp(32px, 5vw, 80px) 0 0 0;
    text-align: center;
}

@media (max-width: 420px) {
    .schedule-dates {
        letter-spacing: 2px;
    }

    .schedule-times {
        letter-spacing: 1px;
    }
}

/*  Victory Church */
.schedule-venue {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: clamp(26px, 3vw, 48px);
    line-height: 1.1;
    margin-bottom: 6px;
}

.schedule-address {
    font-family: "FiftyFifty", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: clamp(16px, 1.8vw, 28px);
    line-height: 1.2;
    opacity: 0.95;
}
