/*GENERAL*/
@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&family=Ephesis&family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
    font-family: "Frunchy Sage";
    src: url(frunchy-sage.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    /* background-color: rgb(128, 0, 32); */
    color: rgb(245, 245, 220);
    font-family: "Ibarra Real Nova", serif;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

h1 {
    /* font-family: "Elsie Swash Caps", serif;
    font-weight: 400; */
    font-family: "Frunchy Sage";
}

p {
    color: rgb(245, 245, 220);
    font-size: 1.3rem;
}

/*SECTIONS*/
section {
    padding: 60px 7%;
}

.section-container {
    display: flex;
}

/*HERO*/
/* .container {
    padding: 10px 10%;
} */
#hero {
    /* padding: 60px 0; */
    background-color: rgb(128, 0, 32);
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hero-col-1{
    flex-basis: 55%;
}
.hero-col-1 img {
    width: 100%;
}
.hero-col-2 {
    flex-basis: 45%;
    text-align: center;
    padding-top: 3rem;
}

.hero-col-2 h1 {
    font-size: 12rem;
    margin: -6.5rem;
}

.hero_h1 {
    padding-top: 8rem;
}

.hero_joiner {
    font-size: 6rem;
    font-family: "Ephesis", cursive;
    transform: translateY(-110%);
    color: rgb(187, 134, 56);
    margin-bottom: -4.5rem;
}

.hero-col-2 h3 {
    font-family: "Frunchy Sage";
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
}

.hero-col-2 p {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.btn-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn {
    display: block;
    transition: all 300ms ease;
    width: 8rem;
    padding: 0.55rem;
    border-radius: 0.45rem;
    text-decoration: none;
    background-color: rgb(187, 134, 56);
    color: rgb(245, 245, 220);
    font-weight: 700;
    justify-content: center;
}
.btn:hover {
    background: rgb(245, 245, 220);
    text-decoration: none;
    color: rgb(128, 0, 32);
}

/*DATE*/

#date {
    background-color: rgb(245, 245, 220);
    color: rgb(128, 0, 32);
}

.date-col-1 {
    flex-basis: 30%;
}

.date-col-2 {
    flex-basis: 30%;
    align-content: center;
    text-align: center;
}

.date-col-3 {
    flex-basis: 30%;
}

.img-container {
    width: 100%;
    overflow: hidden;
}
.img-container img {
    width: 100%;
    height: 90vh;
    border-radius: 20rem;
    object-fit: cover;
    object-position: center;
}

.date-col-2 h1 {
    font-family: "Frunchy Sage";
    font-size: 6.75rem;
    line-height: 0.65;
}

.date-col-2 h3 {
    font-size: 2rem;
}

.date-col-2 img {
    width: 60%;
}

/*LOCATION*/
#location {
    background-color: rgb(128, 0, 32);
}

.location-col-1{
    flex-basis: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#location h1 {
    font-size: 7.5rem;
    line-height: 0.6;
    padding-bottom: 1.5rem;
}

iframe {
    border-radius: 0.7rem;
    width: 500px;
    height: 500px;
    border: rgb(187, 134, 56) 0.3rem solid;
}

.location-col-2 {
    flex-basis: 45%;
    text-align: center;
    padding-top: 2rem;
}

/* .location-text {
    width: 60%;
    border: rgb(245, 245, 220) 0.25rem solid;
    padding: 5% 0;
} */

.location-col-2 h2 {
    font-size: 2rem;
}

.location-h3 {
    padding-top: 3%;
}
.location-col-2 img {
    padding: 5% 0;
    width: 80%;
}

/*SUPPORT*/

#support {
    background-color: rgb(245, 245, 220);
    color: rgb(128, 0, 32);
    text-align: center;
}

.support-container img {
    width: 20%;
}

.support-container h1 {
    font-size: 6rem;
    margin-bottom: -2rem;
}

.support-p {
    color: rgb(128, 0, 32);
}

.support-text-2 {
    padding-top: 2rem;
    column-count: 2;
}


/*GIFT*/

#gift {
    /* background-color: rgb(128, 0, 32); */
    background-color: rgb(245, 245, 220);
}

#gift p {
    color: rgb(128, 0, 32);
}

.gift-text {
    color: rgb(128, 0, 32);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/*END*/

#end {
    /* width: 100%; */
    height: 90vh;
    background-image: linear-gradient(rgb(0,0,0, .5), rgb(0,0,0, .5) ), url(Assets/IMG-20260125-WA0017.jpg);
    background-size: cover;
    background-position: center;
}

.end-container {
    text-align: center;
    padding-top: 30%;
}

.end-h1 {
    font-size: 7rem;
}

/* ── RESPONSIVE ─────────────────────────────────────────── */

/* Prevent horizontal scroll from any overflow */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* ── TABLET: 601px – 1024px ─────────────────────────────── */
@media (max-width: 1024px) {

    section {
        padding: 50px 5%;
    }

    /* Hero */
    .hero-col-1 {
        flex-basis: 50%;
    }
    .hero-col-2 {
        flex-basis: 50%;
        padding-top: 2rem;
    }
    .hero-col-2 h1 {
        font-size: 8rem;
        margin: -4.5rem;
    }
    .hero_h1 {
        padding-top: 5rem;
    }
    .hero_joiner {
        font-size: 4.5rem;
        margin-bottom: -3.5rem;
    }
    .hero-col-2 h3 {
        font-size: 2rem;
    }

    /* Date */
    .date-col-2 h1 {
        font-size: 5rem;
    }
    .img-container img {
        height: 60vh;
    }

    /* Location */
    #location h1 {
        font-size: 5.5rem;
    }
    iframe {
        width: 380px;
        height: 380px;
    }

    /* Support */
    .support-container h1 {
        font-size: 4.5rem;
    }

    /* End */
    .end-h1 {
        font-size: 5rem;
    }
}

/* ── MOBILE: ≤ 600px ─────────────────────────────────────── */
@media (max-width: 600px) {

    section {
        padding: 40px 5%;
    }

    p {
        font-size: 1.1rem;
    }

    /* ── HERO ── */
    #hero {
        padding: 0 0 40px;
    }

    .row {
        flex-direction: column;
    }

    .hero-col-1 {
        flex-basis: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-col-1 img {
        padding-top: 2rem;
        width: 65%;
        display: block;
    }

    .hero-col-2 {
        flex-basis: 100%;
        padding: 1.5rem 5% 0;
        text-align: center;
    }
    .hero-col-2 h1 {
        font-size: 5.5rem;
        margin: -3rem;
    }
    .hero_h1 {
        padding-top: 3rem;
    }
    .hero_joiner {
        font-size: 3.5rem;
        margin-bottom: -2.5rem;
    }
    .hero-col-2 h3 {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }
    .hero-col-2 p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }

    /* ── DATE ── */
    #date .row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .date-col-1,
    .date-col-2,
    .date-col-3 {
        flex-basis: 100%;
        width: 100%;
    }
    .date-col-1,
    .date-col-3 {
        max-width: 320px;
        margin: 0 auto;
    }
    .img-container img {
        height: 120vw;
        min-height: 200px;
        border-radius: 10rem;
    }
    .date-col-2 h1 {
        font-size: 4rem;
        line-height: 0.8;
    }
    .date-col-2 h3 {
        font-size: 1.5rem;
    }
    .date-col-2 img {
        width: 50%;
    }

    /* ── LOCATION ── */
    #location .row {
        flex-direction: column;
        gap: 2rem;
    }
    .location-col-1,
    .location-col-2 {
        flex-basis: 100%;
        width: 100%;
    }
    #location h1 {
        font-size: 3.8rem;
        line-height: 0.8;
        padding-bottom: 1.2rem;
    }
    iframe {
        width: 100%;
        height: 280px;
        box-sizing: border-box;
    }
    .location-col-2 {
        padding-top: 0;
    }
    .location-col-2 img {
        width: 60%;
        padding: 3% 0;
    }
    .location-h3 {
        padding-top: 5%;
    }

    /* ── SUPPORT ── */
    .support-container h1 {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: -0.5rem;
    }
    .support-container img {
        width: 35%;
    }
    .support-text-2 {
        column-count: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 1.5rem;
    }
    .support-p {
        font-size: 1rem;
    }

    /* ── GIFT ── */
    #gift {
        padding: 40px 6%;
    }
    .gift-text {
        gap: 0.8rem;
    }
    .gift-h3 {
        font-size: 1.1rem;
    }

    /* ── END ── */
    #end {
        height: 24vh;
        background-image: linear-gradient(rgb(0,0,0, .5), rgb(0,0,0, .5) ), url(Assets/IMG-20260125-WA0017-cropped.jpg);
    }
    .end-container {
        padding-top: 25%;
    }
    .end-h1 {
        font-size: 3.5rem;
    }
}

/* ── VERY SMALL: ≤ 380px ─────────────────────────────────── */
@media (max-width: 380px) {
    .hero-col-2 h1 {
        font-size: 4.2rem;
        margin: -2.3rem;
    }
    .hero_h1 {
        padding-top: 2.2rem;
    }
    #location h1 {
        font-size: 3rem;
    }
    .support-container h1 {
        font-size: 2.4rem;
    }
    .end-h1 {
        font-size: 2.8rem;
    }
}