/* Event Details Section Styles */
.event-details-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 24px;
    margin: 32px auto;
    max-width: 700px;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.event-date-location {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 1.2rem;

    font-weight: 500;
    margin-bottom: 24px;
}
.event-date {
    color: #654751;
}
.event-location {
    color: #654751;
}
.event-rsvp-btn {
    background: #feabf7;
    color: #ff44cb;
    border: 1px solid #ff44cb;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
    text-decoration: none;
    margin-left: auto;
    transition: background 0.2s;
}
.event-rsvp-btn:hover {
    background: #ff44cb;
    color: #fff;
}
.event-main-details {
    margin-bottom: 24px;
}
.event-block {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.event-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #654751;
    margin-bottom: 6px;
}
.event-date-time {
    font-size: 1rem;
    color: #333;
    margin-bottom: 4px;
}
.event-venue {
    font-size: 1rem;
    color: #444;
    margin-bottom: 2px;
}
.event-address {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2px;
}
.event-attire {
    font-size: 0.95rem;
    color: #ff44cb;
    margin-bottom: 2px;
}
.event-time {
    font-size: 1.1rem;
    color: #654751;
    font-weight: 500;
    margin-bottom: 4px;
}
.event-description {
    font-size: 1.05rem;
    color: #333;
    margin-top: 18px;
    text-align: center;
}
/* Home section banner styles */
.home-banner-container {
    width: 100%;
}
.home-banner-spacer {
    height: 20px;
    width: 100%;
}
.home-banner-image-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.home-banner-image-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    position: relative;
    justify-self: center;
}
.home-banner-image {
    flex: 1 1 0%;
    justify-self: center;
    object-fit: cover;

    height: auto !important;
    position: relative !important;
    max-width: 100vw;
    display: block;
}
@media (max-width: 767px) {
    body, #app {
        padding-top: 56px;
    }
    .quote-section {
        margin-top: 0;
    }
}
html, body {
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .menu-display-board {
        max-width: 100vw;
        box-sizing: border-box;
        padding: 16px;
    }
    #app {
        max-width: 100vw;
        box-sizing: border-box;
    }
    .footer-section, .footer-content, .footer-row {
        max-width: 100vw;
        box-sizing: border-box;
    }
    .initials-section, .initials-image-wrapper {
        max-width: 100vw;
        box-sizing: border-box;
    }
    .quote-section {
        max-width: 100vw;
        box-sizing: border-box;
    }
}
    .couple-names-header,
    .wedding-date-location,
    .menu-display-board {
        margin-top: 0;
    }
/* removed stray closing brace to fix CSS block */
/* Hide desktop nav when mobile menu is open */
.mobile-nav-menu.open ~ .desktop-nav-wrapper {
    display: none !important;
}
/* Mobile navigation styles */
.mobile-nav-wrapper {
    display: block;
}
@media (min-width: 768px) {
    .mobile-nav-wrapper {
        display: none;
    }
}
.mobile-nav-bar {
    height: 56px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 18;
    padding: 4px 8px;
    background-color: #F1EAEF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.mobile-nav-button {
    background: none;
    border: none;
    font-size: 10px;
    height: 40px;
    min-width: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 19;
}
.hamburger-icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: 0.5s ease-in-out;
}
.hamburger-bar {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #654751;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: 0.25s ease-in-out;
}
.bar1 { top: 4px; }
.bar2 { top: 12px; }
.bar3 { top: 12px; }
.bar4 { top: 20px; }
.mobile-nav-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.mobile-nav-menu {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    width: 100%;
    z-index: 18;
    background-color: #F1EAEF;
    height: 0;
}
.mobile-nav-menu.open {
    height: 100vh;
}
.mobile-nav-menu-inner {
    padding-top: 56px;
    height: 100vh;
    overflow-y: auto;
}
.mobile-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav-item {
    text-align: center;
    width: 100%;
    padding: 8px;
}
.mobile-nav-link {
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.mobile-nav-label-text {
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
    color: #654751;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    border-bottom: 2px solid transparent;
    display: block;
    line-height: 1;
    margin: 0 auto;
    padding: 8px 8px 6px;
    text-decoration: none;
    transition: all 0.25s;
    width: fit-content;
}
.mobile-nav-title {
    flex: 1;
    text-align: center;
    overflow: hidden;
    padding: 4px 0;
    font-family: 'EB Garamond', serif;
    color: #654751;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.mobile-nav-spacer {
    min-width: 40px;
}
/* Footer styles */
.footer-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    position: relative;
    width: 100%;
}

.footer-row {
    letter-spacing: 3.4px;
    line-height: 1;
    margin: 52px auto;
    text-align: center;
    width: fit-content;
}
.footer-initials {
    padding: 0 18px 16px;
    font-family: 'EB Garamond', serif;
    color: #654751;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.footer-date {
    padding: 20px 18px 0;
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
    color: #654751;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #654751;
}
.footer-spacer, .footer-spacer2 {
    /* Empty divs for layout, can be styled if needed */
}
/* Menu display board styles */
.menu-display-board {
    width: 100%;
    max-width: 900px;
    margin: 32px auto;
    padding: 0;
    box-sizing: border-box;
}
.menu-section {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    color: #654751;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .menu-section {
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        overflow-x: hidden;
        padding: 0;
        margin: 0 auto;
    }

}
body, #app {
    min-height: 100vh;
    overflow-y: auto;
}
/* Desktop navigation styles */
.desktop-nav-wrapper {
    width: 100%;
}
@media (max-width: 767px) {
    .desktop-nav-wrapper {
        display: none !important;
    }
    .desktop-nav {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .desktop-nav-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .desktop-nav {
        display: flex;
        flex-direction: column;
        z-index: 1;
        width: 100%;
        margin-top: 25px;
        align-items: center;
    }
}
.desktop-nav {
    width: 100%;
    margin-top: 25px;
}
.desktop-nav-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 8px 16px;
}
.desktop-nav-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.desktop-nav-item {
    display: inline-block;
    list-style: none;
    padding: 0 8px;
}
.desktop-nav-link {
    display: block;
    margin: 0;
    padding: 8px 0;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.desktop-nav-label, .desktop-nav-label-alt {
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
    color: #654751;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.25s;
}
.desktop-nav-link.active {
    border-bottom: 2px solid #654751;
}
.mobile-nav-link {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.25s;
}
.mobile-nav-link.active {
    border-bottom: 2px solid #654751;
}
/* Wedding date/location styles */
.wedding-date-location {
    line-height: 1;
    margin: 8px 0;
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
    color: #654751;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
/* Couple names header styles */
.couple-names-header {
    line-height: 1;
    margin: 16px auto;
    font-family: 'EB Garamond', serif;
    color: #654751;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-top: 35px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
}
/* Initials image section styles */
.initials-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    position: relative;
    justify-self: center;
    margin-bottom: 32px;
}

.initials-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.initials-image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-self: center;
    object-fit: contain;
}
.initials-image-wrapper img {
    width: 260px;
    height: 260px;
}

.initials-section img {
    width: 260px;
    height: 260px;
}
.initials-section img {
    width: 260px;
    height: 260px;
}
.css-1as3oif {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-self: center;
    object-fit: contain;
}
img, video {
    max-width: 100%;
    height: auto;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
}
img {
    border-style: solid;
}
img, picture {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media (max-width: 600px) {
    .initials-image {
        width: 260px;
        height: 260px;
    }
}
/* EB Garamond font import */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');

.quote-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    width: 100%;
    max-width: 1440px;
    height: 112px;
    border: 12px solid #F1EAEF;
    background-color: rgb(101, 71, 81);
    box-sizing: border-box;
    margin-bottom: 32px;
    font-family: union-primary-font, union-sans-serif, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    pointer-events: auto;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
}

.quote-text {
        margin: 0 auto;
    max-width: 700px;
    text-align: center;
    font-family: EB Garamond;
    letter-spacing: 2px;
    color: #654751;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #F1EAEF;
}

.quote-ref {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    color: #F1EAEF;
    opacity: 0.8;
}

@media (max-width: 600px) {
    .quote-section {
        padding: 20px 8px;
        border-width: 8px;
        height: auto;
        max-width: 100vw;
    }
    .quote-text {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .quote-ref {
        font-size: 13px;
    }
}
body {
    background-color: #F1EAEF;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #654751; /* The Maroon Color from your snippet */
    --bg-color: #ffffff;
    --font-serif: 'EB Garamond', serif;
    --font-sans: -apple-system, system-ui, "Segoe UI", Roboto, Arial, sans-serif;
}
    /* Header Section Modular Classes */
    .css-1qn61ft {
        display: flex;
        position: static;
        width: 662px;
        height: 149.188px;
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 52px;
        margin-right: 373px;
        margin-bottom: 20px;
        margin-left: 373px;
        background-position: 0% 0%;
        color: rgb(101, 71, 81);
        font-family: 'EB Garamond';
        font-size: 42px;
        font-weight: 400;
        line-height: 54.6px;
        text-align: start;
        border-top: 0px solid rgb(226, 232, 240);
        border-right: 0px solid rgb(226, 232, 240);
        border-bottom: 0px solid rgb(226, 232, 240);
        border-left: 0px solid rgb(226, 232, 240);
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        opacity: 1;
        overflow: visible;
    }
    @media (max-width: 600px) {
        .css-1qn61ft {
            flex-direction: column;
            width: 100%;
            min-width: 0;
            max-width: 100vw;
            margin: 16px 0 10px 0;
            padding: 0 8px;
            height: auto;
            align-items: center;
            text-align: center;
        }
    }
    .css-1hnw4dj {
        display: flex;
        position: static;
        width: 315px;
        height: 149.188px;
        padding-top: 20px;
        padding-right: 72px;
        padding-bottom: 20px;
        background-position: 0% 0%;
        color: rgb(101, 71, 81);
        font-family: 'EB Garamond';
        font-size: 42px;
        font-weight: 400;
        line-height: 54.6px;
        text-align: start;
        border-top: 0px solid rgb(226, 232, 240);
            border-right: 1px solid rgb(101, 71, 81);
        border-bottom: 0px none rgb(101, 71, 81);
        border-left: 0px solid rgb(226, 232, 240);
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        opacity: 1;
        overflow: visible;
    }
    @media (max-width: 600px) {
        .css-1hnw4dj {
            width: 100%;
            padding: 12px 0 12px 0;
            border-right: none;
            border-bottom: none;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .css-1qn61ft {
            gap: 12px;
        }
        .css-19cvhdm {
            width: 100%;
            padding: 12px 0 12px 0;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
    }
    .css-19cvhdm {
        display: flex;
        position: static;
        width: 315px;
        height: 149.188px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 72px;
        background-position: 0% 0%;
        color: rgb(101, 71, 81);
        font-family: 'EB Garamond';
        font-size: 42px;
        font-weight: 400;
        line-height: 54.6px;
        text-align: start;
        border-top: 0px solid rgb(226, 232, 240);
        border-right: 0px solid rgb(226, 232, 240);
        border-bottom: 0px solid rgb(226, 232, 240);
        border-left: 0px solid rgb(226, 232, 240);
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        opacity: 1;
        overflow: visible;
    }
    @media (max-width: 600px) {
        .css-19cvhdm {
            width: 100%;
            padding: 12px 0 12px 0;
            justify-content: center !important;
            align-items: center !important;
            text-align: center !important;
            flex-direction: column !important;
        }
    }
    .css-1e30inf {
        display: block;
        position: static;
        width: 242px;
        height: 109.203px;
        background-position: 0% 0%;
        color: rgb(101, 71, 81);
        font-family: 'EB Garamond';
        font-size: 42px;
        font-weight: 400;
        line-height: 54.6px;
        text-align: center;
        border-top: 0px solid rgb(226, 232, 240);
        border-right: 0px solid rgb(226, 232, 240);
        border-bottom: 0px solid rgb(226, 232, 240);
        border-left: 0px solid rgb(226, 232, 240);
        flex-direction: row;
        flex-wrap: nowrap;
        opacity: 1;
        overflow: visible;
    }
.css-zl9wll-mod {
    display: block;
    position: static;
    width: 250px;
    height: 312px;
    background-position: 0% 0%;
    color: rgb(101, 71, 81);
    font-family: "EB Garamond";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    border-top: 0px solid rgb(226, 232, 240);
    border-right: 0px solid rgb(226, 232, 240);
    border-bottom: 0px solid rgb(226, 232, 240);
    border-left: 0px solid rgb(226, 232, 240);
    opacity: 1;
    overflow: visible;
}

* {
    box-sizing: border-box;
}

/* 2. MAIN CONTAINER */
.wedding-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px; /* Increased width for Home section */
    margin: 0 auto;
    padding: 20px;
    font-family: var(--font-sans);
    color: #000;
}

/* 3. HEADER SECTION (Date | Location) */
.header-split {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    width: 100%;
    color: var(--primary-color);
}

.split-item {
    padding: 0 40px;
    text-align: center;
}

.split-item.border-right {
    border-right: 1px solid var(--primary-color);
    text-align: right;
}

.big-text {
    font-family: var(--font-serif);
    font-size: 42px;
    line-height: 1.2;
    display: block;
}

/* 4. RSVP BUTTON */
.rsvp-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.rsvp-link {
    text-decoration: none;
}

.btn-rsvp {
    background-color: var(--primary-color);
    color: #f1eaef;
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.btn-rsvp:hover {
    opacity: 0.9;
}

/* 5. EVENT TIMELINE */
.event-timeline {
    width: 100%;
    max-width: 720px;
    text-align: center;
}

.event-block {
    margin-bottom: 30px;
}

.title-serif {
    line-height: 1;
    margin: 32px 0 8px 0;
    font-family: EB Garamond;
    color: #654751;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.time {
        margin: 8px 0;
    font-family: EB Garamond;
    letter-spacing: 3px;
    color: #654751;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.location-details {
    margin-top: 15px;
}

.venue, .address, .attire {
   margin: 4px 0;
    font-family: EB Garamond;
    letter-spacing: 2px;
    color: #654751;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

/* 6. RECEPTION SECTION (Side by Side) */
.divider {
    border: 0;
    border-top: 1px solid rgba(101, 71, 81, 0.15);
    margin: 30px 0;
}

.split-layout {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 20px 0;
}

.time-col {
    width: 40%;
    text-align: right;
    padding-right: 20px;
}

.info-col {
    width: 60%;
    padding-left: 20px;
}

.serif-heading {
    margin: 12px 0;
    line-height: 1;
    font-family: EB Garamond;
    letter-spacing: 3px;
    color: #654751;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

/* 7. WELCOME MESSAGE FOOTER */
.welcome-message {
    word-break: break-word;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: EB Garamond;
    letter-spacing: 2px;
    color: #654751;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}
/* MOBILE RESPONSIVENESS */
@media (max-width: 600px) {
    .header-split {
        flex-direction: column;
        gap: 20px;
    }
    .split-item.border-right {
        border-right: none;
        border-bottom: 1px solid var(--primary-color);
        padding-bottom: 20px;
        text-align: center;
    }
    .split-layout {
        flex-direction: column;
        text-align: center;
    }
    .time-col, .info-col {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .time-col {
        margin-bottom: 10px;
    }
}
.css-1jckqk0-mod {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: 650px;
    min-width: 600px;
    max-width: 100%;
}
/* --- CONTAINER LAYOUT --- */
.css-127uo50 {
    display: block;
    padding: 0 16px;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: rgb(0, 0, 0);
}

/* The Centered Column Wrapper */
.css-1ue9czc {
    display: block;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
}

/* The Grid/Flex Container for People */
.css-1jckqk0 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 600px) {
    .css-1jckqk0 {
        flex-direction: column;
        align-items: center;
        width: 100vw;
        min-width: 0;
        max-width: 100vw;
        gap: 0;
        overflow-x: hidden;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
    }
    .PersonItem.css-fzv7je {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        padding: 24px 0 0 0;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .css-1jckqk0 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 0;
        max-width: 100vw;
        gap: 0;
    }
    .PersonItem.css-fzv7je {
        width: 100%;
        max-width: 100vw;
        padding: 24px 8px 0 8px;
    }
}

/* --- PERSON CARD ITEM --- */
.PersonItem.css-fzv7je {
    display: block;
    width: 300px;
    max-width: 300px;
    padding: 44px 25px 0 25px;
    text-align: center;
    line-height: 1.5;
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
    color: #654751;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

/* --- IMAGE CIRCLE STYLING --- */
/* The Grey Circle Container */
.css-li7xuy {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 16px auto; /* Centered with bottom margin */
    background-color: rgb(151, 151, 151);
    border: 1px solid rgb(151, 151, 151);
    border-radius: 150px; /* Makes it a perfect circle */
    overflow: hidden;
}

/* Inner Image alignment */
.css-1h6iuy0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 148px;
}

/* The Actual Image */
.css-1as3oif {
    display: block;
    width: 148px;
    height: 148px;
    object-fit: cover; /* Ensures image fills circle without stretching */
}

/* --- TYPOGRAPHY --- */
/* Name / Role Title */
.css-q8eiyx {
    display: block;
    width: 250px;
    margin-bottom: 12px;
    color: rgb(101, 71, 81); /* Theme Maroon */
    font-family: "EB Garamond", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

/* Bio / Description Text */
.css-zl9wll {
    display: block;
    width: 250px;
    color: rgb(101, 71, 81); /* Theme Maroon */
    font-family: "EB Garamond", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
/* --- RSVP SECTION CONTAINER --- */
.rsvp-section-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    margin: 40px auto;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    font-family: 'EB Garamond';
    color: rgb(0, 0, 0);
}

/* --- ERROR MESSAGE (Initially Hidden) --- */
.rsvp-error-container {
    display: none; /* Initially hidden */
    width: 100%;
    padding: 12px;
    background-color: rgb(204, 37, 28);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* --- HEADERS --- */
.rsvp-header-block {
    margin-bottom: 20px;
    text-align: center; /* Center aligned for better aesthetics */
}

.rsvp-title {
    font-family: 'EB Garamond';
    font-size: 30px;
    font-weight: 400;
    color: rgb(101, 71, 81);
    margin-bottom: 12px;
    line-height: 1.2;
}

.rsvp-subtitle {
    font-family: 'EB Garamond';
    font-size: 18px;
    font-weight: 300;
    color: rgb(101, 71, 81);
    line-height: 1.4;
}

/* --- FORM ELEMENTS --- */
.rsvp-form-group {
    margin-bottom: 20px;
    position: relative;
}

.rsvp-input-container {
    position: relative;
    width: 100%;
}

.rsvp-input {
    width: 100%;
    height: 48px;
    padding: 20px 10px 6px; /* Padding top creates space for label animation */
    background-color: rgb(241, 234, 239);
    border: 1px solid rgb(101, 71, 81);
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    color: rgb(101, 71, 81);
    box-sizing: border-box; /* Ensures padding doesn't affect width */
    outline: none;
    /* Removed border-color transition to prevent color change on focus */
}



/* Floating Label Logic */
.rsvp-label {
    position: absolute;
    top: 14px;
    left: 10px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    color: rgb(101, 71, 81);
    pointer-events: none;
    transition: 0.2s ease all;
}

/* Move label up on focus or when valid (has text) */
.rsvp-input:focus ~ .rsvp-label,
.rsvp-input:valid ~ .rsvp-label {
    top: 4px;
    font-size: 12px;
   
}

/* --- SUBMIT BUTTON --- */
.btn-rsvp-submit {
    width: 100%;
    height: 48px;
    background-color: rgb(101, 71, 81);
    color: rgb(241, 234, 239);
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgb(101, 71, 81);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
}



.btn-rsvp-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}