﻿/* Couple Intro Start */
.fy-intro {
    padding: 0rem 3rem;
}

.wedding-invite-card {
    width: 100%;
    min-height: 100vh;
    padding: 0 1.25rem 4rem;
    /*    background: #000;*/
    color: #7b6330;
    text-align: center;
    overflow: hidden;
    user-select: none;
}

.flower-top {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: 0 auto 2.5rem;
}

.double-happiness {
    color: #b40000;
    font-family: "Noto Serif SC", serif;
    font-size: clamp(3.5rem, 12vw, 6rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3rem;
}

.parents,
.couple {
    margin: 0;
    color: #7b6330;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.1rem, 4vw, 2rem);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.parents-cn,
.couple-cn {
    margin: .7rem 0 2rem;
    color: #7b6330;
    font-family: "Noto Serif SC", serif;
    font-size: clamp(1rem, 3.5vw, 1.6rem);
    font-weight: 400;
    letter-spacing: .12em;
}

.together {
    margin: 1.5rem 0 1.8rem;
    color: #7b6330;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.1rem, 4vw, 1.8rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
}

.invite-text {
    max-width: 650px;
    margin: 4rem auto .8rem;
    color: #7b6330;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
}

.invite-text-cn {
    margin: 0 auto 4rem;
    color: #7b6330;
    font-family: "Noto Serif SC", serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;
    letter-spacing: .12em;
}

.name-stamps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 8vw, 2rem);
    margin-bottom: 4rem;
}

    .name-stamps img {
        color: #b40000;
        width: 60px;
        height: 60px;
    }

.stamp {
    width: clamp(90px, 18vw, 150px);
    height: clamp(90px, 18vw, 120px);
    border: 4px solid #b40000;
    color: #b40000;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: center;
    padding: .4rem;
    font-family: "Noto Serif SC", serif;
}

    .stamp span {
        font-size: clamp(2.5rem, 12vw, 4rem);
        font-weight: 700;
    }

    .stamp small {
        writing-mode: vertical-rl;
        font-size: clamp(1.5rem, 3.6vw, 2rem);
        font-weight: 700;
    }

.english-names {
    color: #7b6330;
    font-family: "Sinthya", cursive;
    font-size: clamp(2.2rem, 9vw, 4.5rem);
    line-height: 1.4;
}

.couple-rings {
    width: 60px;
    height: 60px;
}
/* Couple Intro End */

@media (max-width:1024px) {
    /* Couple Intro Start */
    .fy-intro {
        width: 100%;
        padding-left: clamp(1rem, 4vw, 3rem);
        padding-right: clamp(1rem, 4vw, 3rem);
    }

    .wedding-invite-card {
        width: 100%;
        min-height: auto;
        padding: 0 1.25rem clamp(2rem, 7vw, 4rem);
        /*    background: #000;*/
        color: #7b6330;
        text-align: center;
        overflow: hidden;
        user-select: none;
    }

    .flower-top {
        width: 100%;
        max-width: 760px;
        display: block;
        margin: 0 auto 2.5rem;
    }

    .double-happiness {
        color: #b40000;
        font-family: "Noto Serif SC", serif;
        font-size: clamp(3.5rem, 12vw, 6rem);
        font-weight: 700;
        line-height: 1;
        margin-bottom: 3rem;
    }

    .parents,
    .couple {
        margin: 0;
        color: #7b6330;
        font-family: "Playfair Display", serif;
        font-size: clamp(1.1rem, 4vw, 2rem);
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .parents-cn,
    .couple-cn {
        margin: .7rem 0 2rem;
        color: #7b6330;
        font-family: "Noto Serif SC", serif;
        font-size: clamp(1rem, 3.5vw, 1.6rem);
        font-weight: 400;
        letter-spacing: .12em;
    }

    .together {
        margin: 1.5rem 0 1.8rem;
        color: #7b6330;
        font-family: "Cormorant Garamond", serif;
        font-size: clamp(1.1rem, 4vw, 1.8rem);
        font-style: italic;
        font-weight: 700;
        line-height: 1.4;
    }

    .invite-text {
        max-width: 650px;
        margin: 4rem auto .8rem;
        color: #7b6330;
        font-family: "Cormorant Garamond", serif;
        font-size: clamp(1rem, 2vw, 1.5rem);
        font-style: italic;
        font-weight: 700;
        line-height: 1.4;
    }

    .invite-text-cn {
        margin: 0 auto 4rem;
        color: #7b6330;
        font-family: "Noto Serif SC", serif;
        font-size: clamp(1rem, 2vw, 1.5rem);
        font-weight: 700;
        letter-spacing: .12em;
    }

    .name-stamps {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: clamp(1.5rem, 8vw, 2rem);
        margin-bottom: 4rem;
    }

    .stamp {
        width: clamp(80px, 16vw, 120px);
        height: clamp(72px, 18vw, 110px);
        border: 4px solid #b40000;
        color: #b40000;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-content: center;
        padding: .4rem;
        font-family: "Noto Serif SC", serif;
    }

        .stamp span {
            font-size: clamp(2.2rem, 8vw, 4rem);
            font-weight: 700;
        }

        .stamp small {
            writing-mode: vertical-rl;
            font-size: clamp(1.5rem, 3.6vw, 2rem);
            font-weight: 700;
        }

    .knot {
        color: #b40000;
        font-size: clamp(2rem, 7vw, 4rem);
    }

    .english-names {
        color: #7b6330;
        font-family: "Sinthya", cursive;
        font-size: clamp(2.2rem, 9vw, 4.5rem);
        line-height: 1.4;
    }

    .couple-rings {
        width: 60px;
        height: 60px;
    }
    /* Couple Intro End */
}

@media (max-width: 430px) {
    /* Couple Intro Start */
    .fy-intro {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wedding-invite-card {
        padding-left: 0;
        padding-right: 0;
    }

    .name-stamps {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .75rem;
        margin-bottom: 3rem;
    }

        .name-stamps img {
            color: #b40000;
            width: 35px;
            height: 35px;
        }

    .stamp {
        width: clamp(90px, 18vw, 130px);
        height: clamp(50px, 12vw, 80px);
        border: 4px solid #b40000;
        color: #b40000;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-content: center;
        padding: .4rem;
        font-family: "Noto Serif SC", serif;
        width: fit-content;
        max-width: 36vw;
    }

        .stamp span {
            width: fit-content;
            font-size: clamp(1rem, 5vw, 2rem);
            font-weight: 700;
        }

        .stamp small {
            width: fit-content;
            writing-mode: vertical-rl;
            font-size: clamp(.75rem, 2vw, 1.3rem);
            font-weight: 700;
        }
    .english-names {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    /* Couple Intro End */
}

@media (max-width: 360px) {
    .fy-intro {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .name-stamps img,
    .couple-rings {
        width: 32px;
        height: 32px;
    }
}
