@import url('https://fonts.cdnfonts.com/css/niconne');
@import url('https://fonts.cdnfonts.com/css/lt-cushion');
@import url('https://fonts.cdnfonts.com/css/meldina');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'LT Cushion', sans-serif;
    background-color: #ffffff;
    color: #800020;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.hero-container {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    width: 100%;
}

.hero-image {
    flex: 0 0 auto;
}

.hero-image img {
    width: 426px;
    height: auto;
    display: block;
}

.hero-content {
    flex: 1;
    text-align: center;
}

.names {
    font-family: 'Meldina', sans-serif;
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.getting-married {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.date {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 80px;
}

.hashtag {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Our Story Section */
.story-section {
    padding: 100px 20px;
    background-color: #800020;
    color: #fff;
}

.story-container {
    max-width: 900px;
    margin: 0 auto;
}

.story-title {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 12px;
    text-align: center;
    margin-bottom: 80px;
}

.story-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: justify;
}

/* Gallery Section */
.gallery-section {
    padding: 80px 20px 100px;
    background-color: #ffffff;
}

.gallery-icon {
    text-align: center;
    margin-bottom: 60px;
}

.gallery-icon svg {
    width: 60px;
    height: 100px;
    stroke: #800020;
    stroke-width: 1;
    fill: none;
}

.gallery-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-item {
    position: relative;
    border:  8px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3;
}

.gallery-caption {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 80px;
    padding: 0 20px;
}

/* Responsive */
@media (max-width: 968px) {
    .hero-container {
        flex-direction: column;
        gap: 40px;
    }

    .hero-image img {
        width: 100%;
        max-width: 426px;
    }

    .names {
        font-size: 56px;
        letter-spacing: 6px;
    }

    .getting-married,
    .date {
        font-size: 24px;
    }

    .hashtag {
        font-size: 20px;
    }

    .story-title {
        font-size: 48px;
        letter-spacing: 8px;
    }

    .story-text {
        font-size: 18px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery-caption {
        font-size: 20px;
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .names {
        font-size: 42px;
        letter-spacing: 4px;
    }

    .getting-married,
    .date {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .hashtag {
        font-size: 18px;
    }

    .story-section {
        padding: 60px 20px;
    }

    .story-title {
        font-size: 36px;
        letter-spacing: 6px;
        margin-bottom: 50px;
    }

    .story-text {
        font-size: 16px;
        text-align: left;
    }

    .gallery-section {
        padding: 60px 20px 80px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-caption {
        font-size: 18px;
        margin-top: 50px;
    }
}

/* Full Image Section */
.full-image-section {
    width: 100%;
    background-color: #ffffff;
}

.full-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.full-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 968px) {
    .full-image-container {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .full-image-container {
        height: 400px;
    }
}
/* Invitation Section */
.invitation-section {
    padding: 120px 20px;
    background-color: #800020;
    
}

.invitation-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.invitation-divider {
    width: 120px;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
}

.invitation-divider.top {
    margin-bottom: 60px;
}

.invitation-divider.bottom {
    margin-top: 60px;
}

.invitation-title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.4;
    margin-bottom: 80px;
    color: #ffffff;
}

.invitation-details {
    margin-bottom: 60px;
}

.detail-block {
    margin-bottom: 50px;
}

.detail-label {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 15px;
    color: #ffffff;
}

.detail-text {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
    margin: 5px 0;
}

.detail-text.bold {
    font-weight: 400;
    font-size: 24px;
}

.detail-text.italic {
    font-style: italic;
    font-size: 20px;
}

.invitation-icon {
    margin: 60px 0;
}

.invitation-icon svg {
    width: 120px;
    height: 100px;
}

.save-date {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 968px) {
    .invitation-section {
        padding: 100px 20px;
    }

    .invitation-title {
        font-size: 38px;
        letter-spacing: 3px;
        margin-bottom: 60px;
    }

    .detail-text.bold {
        font-size: 22px;
    }

    .detail-text.italic {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .invitation-section {
        padding: 80px 20px;
    }

    .invitation-title {
        font-size: 28px;
        letter-spacing: 2px;
        margin-bottom: 50px;
    }

    .detail-label {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .detail-text {
        font-size: 18px;
    }

    .detail-text.bold {
        font-size: 20px;
    }

    .detail-text.italic {
        font-size: 16px;
    }

    .save-date {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .invitation-icon svg {
        width: 100px;
        height: 80px;
    }
}
/* Venue Section */
.venue-section {
    padding: 100px 20px 120px;
    background-color: #ffffff;
}

.venue-container {
    max-width: 1200px;
    margin: 0 auto;
}

.venue-title {
    font-family: 'Niconne', sans-serif;
    font-size: 72px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
    color: #800020;
}

.venue-content {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 80px;
}

.venue-text {
    flex: 1;
}

.venue-description {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    color: #800020;
}

.venue-tagline {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #800020;
}

.venue-image-wrapper {
    flex: 1;
}

.venue-image {
    border: 12px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.venue-image img {
    width: 100%;
    height: auto;
    display: block;
}

.venue-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 968px) {
    .venue-section {
        padding: 80px 20px 100px;
    }

    .venue-title {
        font-size: 56px;
        margin-bottom: 60px;
    }

    .venue-content {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .venue-description,
    .venue-tagline {
        font-size: 20px;
        text-align: center;
    }

    .venue-image {
        border: 8px solid #ffffff;
    }
}

@media (max-width: 480px) {
    .venue-section {
        padding: 60px 20px 80px;
    }

    .venue-title {
        font-size: 42px;
        margin-bottom: 50px;
    }

    .venue-content {
        gap: 40px;
        margin-bottom: 60px;
    }

    .venue-description,
    .venue-tagline {
        font-size: 18px;
    }
}
/* Entourage Section */
.entourage-section {
    padding: 100px 20px;
    background-color: #800020;
}

.entourage-container {
    max-width: 900px;
    margin: 0 auto;
}

.entourage-divider {
    width: 120px;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
}

.entourage-divider.top {
    margin-bottom: 50px;
}

.entourage-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.entourage-content {
    text-align: center;
}

.entourage-group {
    margin-bottom: 60px;
}

.group-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 12px;
    color: #ffffff;
}

.group-subtitle {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
}

.names-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 8px;
}

.names-row.single {
    margin-bottom: 15px;
}

.name {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    min-width: 200px;
}
.names-1 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    min-width: 200px;
}
.names-2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    min-width: 200px;
}
.names-3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    min-width: 200px;
}

.secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.secondary-item {
    text-align: center;
}

.secondary-role {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #ffffff;
}

.candle-section {
    margin-bottom: 20px;
}

.names-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 700px;
    margin: 0 auto;
}

.names-column {
    text-align: center;
}

.names-column .name {
    margin-bottom: 12px;
    min-width: auto;
}

/* Responsive */
@media (max-width: 968px) {
    .entourage-section {
        padding: 80px 20px;
    }

    .entourage-title {
        font-size: 52px;
        margin-bottom: 50px;
    }

    .names-row {
        gap: 40px;
    }

    .name {
        font-size: 15px;
        min-width: 150px;
    }
    .names-1 {
        font-size: 15px;
        min-width: 150px;
    }
    .names-2 {
        font-size: 15px;
        min-width: 150px;
    } 
    .names-3 {
        font-size: 15px;
        min-width: 150px;
    } 
    .secondary-grid {
        gap: 30px;
    }

    .names-grid {
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .entourage-section {
        padding: 60px 20px;
    }

    .entourage-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .group-title {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .group-subtitle {
        font-size: 14px;
    }

    .names-row {
        flex-direction: flex;
        gap: 18px;
    }

    .name {
        font-size: 14px;
        min-width: auto;

    }
    .names-1 {
        font-size: 13px;
        min-width: auto;
        text-align: right;
        flex: 1;

    }
    .names-2 {
        font-size: 13px;
        min-width: auto;
        text-align: left;
        flex: 1;

    }
    .names-3 {
        font-size: 13px;
        min-width: auto;
        text-align: center;
    }
    .secondary-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .names-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .secondary-role {
        font-size: 15px;
    }
}
/* Dresscode Section */
.dresscode-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.dresscode-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.dresscode-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

.dresscode-divider.top {
    margin-bottom: 50px;
}

.dresscode-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #800020;
}

.dresscode-image {
    margin-bottom: 50px;
}

.dresscode-image img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dresscode-subtitle {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 50px;
    color: #800020;
}

.color-section {
    margin-bottom: 50px;
}

.color-label {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #800020;
}

.color-palette {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.guests-section {
    margin-bottom: 40px;
}

.guests-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #800020;
}

.guests-text {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #800020;
}

.dresscode-note {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #800020;
}

/* Responsive */
@media (max-width: 968px) {
    .dresscode-section {
        padding: 80px 20px;
    }

    .dresscode-title {
        font-size: 52px;
        margin-bottom: 50px;
    }

    .dresscode-image img {
        max-width: 250px;
    }

    .color-circle {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .dresscode-section {
        padding: 60px 20px;
    }

    .dresscode-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .dresscode-image {
        margin-bottom: 40px;
    }

    .dresscode-image img {
        max-width: 200px;
    }

    .dresscode-subtitle {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .color-label {
        font-size: 16px;
    }

    .color-palette {
        gap: 15px;
    }

    .color-circle {
        width: 40px;
        height: 40px;
    }

    .guests-title {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .guests-text {
        font-size: 16px;
    }

    .dresscode-note {
        font-size: 14px;
    }
}
/* Program Section */
.program-section {
    padding: 100px 20px;
    background-color: #600018;
}

.program-container {
    max-width: 900px;
    margin: 0 auto;
}

.program-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

/* Timeline End Circles */
.timeline-line::before,
.timeline-line::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
}

.timeline-line::before {
    top: 0;
}

.timeline-line::after {
    bottom: 0;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

.timeline-item:last-of-type {
    margin-bottom: 40px;
}

.timeline-item.left {
    justify-content: flex-end;
}

.timeline-item.right {
    justify-content: flex-start;
}

.timeline-item.left .timeline-content {
    text-align: right;
    padding-right: 80px;
}

.timeline-item.right .timeline-content {
    text-align: left;
    padding-left: 80px;
}

.timeline-content {
    flex: 0 0 45%;
}

.timeline-time {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 10px;
}

.timeline-dots {
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #ffffff 0,
        #ffffff 8px,
        transparent 8px,
        transparent 16px
    );
    margin: 10px 0;
}

.timeline-label {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #ffffff;
    margin-top: 10px;
}

.timeline-icon-img {
    position: absolute;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.timeline-item.left .timeline-icon-img {
    left: 50%;
    transform: translateX(calc(-100% - 40px));
}

.timeline-item.right .timeline-icon-img {
    left: 50%;
    transform: translateX(40px);
}

.timeline-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.timeline-end {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0;
    height: 0;
}

.timeline-end-circle {
    display: none;
}

/* Responsive - Keep same alternating design */
@media (max-width: 768px) {
    .program-section {
        padding: 80px 20px;
    }

    .program-title {
        font-size: 48px;
        margin-bottom: 50px;
    }

    .timeline {
        padding: 50px 0;
    }

    .timeline-item {
        margin-bottom: 100px;
    }

    .timeline-item.left .timeline-content {
        padding-right: 60px;
    }

    .timeline-item.right .timeline-content {
        padding-left: 60px;
    }

    .timeline-time {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .timeline-label {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .timeline-icon-img {
        width: 80px;
        height: 80px;
    }

    .timeline-item.left .timeline-icon-img {
        transform: translateX(calc(-100% - 30px));
    }

    .timeline-item.right .timeline-icon-img {
        transform: translateX(30px);
    }
}

@media (max-width: 480px) {
    .program-section {
        padding: 60px 20px;
    }

    .program-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .timeline {
        padding: 40px 0;
    }

    .timeline-item {
        margin-bottom: 80px;
    }

    .timeline-item.left .timeline-content {
        padding-right: 50px;
    }

    .timeline-item.right .timeline-content {
        padding-left: 50px;
    }

    .timeline-time {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .timeline-label {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .timeline-icon-img {
        width: 70px;
        height: 70px;
    }

    .timeline-item.left .timeline-icon-img {
        transform: translateX(calc(-100% - 25px));
    }

    .timeline-item.right .timeline-icon-img {
        transform: translateX(25px);
    }

    .timeline-dots {
        background-image: repeating-linear-gradient(
            to right,
            #ffffff 0,
            #ffffff 6px,
            transparent 6px,
            transparent 12px
        );
    }
}
/* Gifts Section */
.gifts-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.gifts-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.gifts-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

.gifts-divider.top {
    margin-bottom: 50px;
}

.gifts-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #800020;
}

.gifts-content {
    max-width: 700px;
    margin: 0 auto 80px;
}

.gifts-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    color: #800020;
}

.qr-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.qr-code {
    border: 3px solid #800020;
    padding: 15px;
    background-color: #ffffff;
    display: inline-block;
}

.qr-code img {
    width: 250px;
    height: 250px;
    display: block;
}

.account-details {
    text-align: center;
}

.account-name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 8px;
    color: #800020;
}

.account-number {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #800020;
}

.account-number strong {
    font-weight: 500;
}

/* Responsive */
@media (max-width: 968px) {
    .gifts-section {
        padding: 80px 20px;
    }

    .gifts-title {
        font-size: 52px;
        margin-bottom: 50px;
    }

    .gifts-content {
        margin-bottom: 60px;
    }

    .gifts-text {
        font-size: 18px;
    }

    .qr-code img {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 480px) {
    .gifts-section {
        padding: 60px 20px;
    }

    .gifts-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .gifts-content {
        margin-bottom: 50px;
    }

    .gifts-text {
        font-size: 16px;
        text-align: left;
    }

    .qr-code {
        padding: 10px;
        border: 2px solid #800020;
    }

    .qr-code img {
        width: 200px;
        height: 200px;
    }

    .account-name {
        font-size: 16px;
    }

    .account-number {
        font-size: 14px;
    }
}
/* Closing Section */
.closing-section {
    padding: 100px 20px;
    background-color: #800020;
}

.closing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.closing-divider {
    width: 120px;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
}

.closing-divider.top {
    margin-bottom: 60px;
}

.closing-quote {
    font-family: 'Niconne', sans-serif;
    font-size: 56px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 80px;
    color: #ffffff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.closing-gallery {
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.closing-image {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.closing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.closing-image.large {
    flex: 0 0 55%;
}

.closing-image.large img {
    height: 500px;
}

.closing-images-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.closing-image.small img {
    height: 235px;
}

/* Responsive */
@media (max-width: 968px) {
    .closing-section {
        padding: 80px 20px;
    }

    .closing-quote {
        font-size: 44px;
        margin-bottom: 60px;
    }

    .closing-gallery {
        gap: 20px;
    }

    .closing-image.large img {
        height: 400px;
    }

    .closing-image.small img {
        height: 190px;
    }

    .closing-images-right {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .closing-section {
        padding: 60px 20px;
    }

    .closing-quote {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .closing-gallery {
        flex-direction: column;
        gap: 20px;
    }

    .closing-image.large {
        flex: none;
        width: 100%;
    }

    .closing-image.large img {
        height: 300px;
    }

    .closing-images-right {
        width: 100%;
        gap: 20px;
    }

    .closing-image.small img {
        height: 250px;
    }
}
/* FAQ Section */
.faq-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

.faq-divider.top {
    margin-bottom: 50px;
}

.faq-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 80px;
    color: #800020;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.faq-card {
    border: 1px solid #800020;
    padding: 40px 30px;
    text-align: center;
    background-color: #ffffff;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.faq-question {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #800020;
}

.faq-answer {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: #800020;
}

/* Responsive */
@media (max-width: 968px) {
    .faq-section {
        padding: 80px 20px;
    }

    .faq-title {
        font-size: 52px;
        letter-spacing: 6px;
        margin-bottom: 60px;
    }

    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .faq-card {
        padding: 35px 25px;
        min-height: 260px;
    }

    .faq-question {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .faq-answer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 60px 20px;
    }

    .faq-title {
        font-size: 42px;
        letter-spacing: 4px;
        margin-bottom: 50px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-card {
        padding: 30px 20px;
        min-height: auto;
    }

    .faq-question {
        font-size: 15px;
        letter-spacing: 1.5px;
        margin-bottom: 18px;
    }

    .faq-answer {
        font-size: 14px;
    }
}
/* Map Section */
.map-section {
    padding-bottom: 20px;
    background-color: #800020;
}

.map-container {
    max-width: 100%;
    margin: 0 auto;
}

.map-header {
    padding: 80px 20px 60px;
    text-align: center;
    background-color: #800020;
}

.map-title {
    font-size: 48px;
    font-family: 'Niconne', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
}

.map-wrapper {
    border: 1px solid #ffffff;
    margin: 0 20px 80px;
    overflow: hidden;
}

.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for landscape */
    height: 0;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive */
@media (max-width: 968px) {
    .map-header {
        padding: 60px 20px 50px;
    }

    .map-title {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .map-wrapper {
        margin: 0 20px 60px;
    }
}

@media (max-width: 480px) {
    .map-header {
        padding: 50px 20px 40px;
    }

    .map-title {
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 1.4;
    }

    .map-wrapper {
        margin: 0 15px 50px;
    }
}
/* Reminder Section */
.reminder-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.reminder-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.reminder-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

.reminder-divider.top {
    margin-bottom: 50px;
}

.reminder-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 80px;
    color: #800020;
}

.reminder-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.reminder-item {
    text-align: center;
}

.reminder-heading {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #800020;
}

.reminder-text {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.8;
    letter-spacing: 0.3px;
    color: #800020;
    margin-bottom: 20px;
}

.reminder-hashtag {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #800020;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 968px) {
    .reminder-section {
        padding: 80px 20px;
    }

    .reminder-title {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .reminder-grid {
        gap: 50px;
    }

    .reminder-heading {
        font-size: 24px;
    }

    .reminder-text {
        font-size: 17px;
    }

    .reminder-hashtag {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .reminder-section {
        padding: 60px 20px;
    }

    .reminder-title {
        font-size: 42px;
        margin-bottom: 50px;
    }

    .reminder-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .reminder-heading {
        font-size: 22px;
    }

    .reminder-text {
        font-size: 16px;
    }

    .reminder-hashtag {
        font-size: 17px;
    }
}
/* RSVP Section */
.rsvp-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.rsvp-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.rsvp-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

.rsvp-divider.top {
    margin-bottom: 50px;
}

.rsvp-title {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 60px;
    color: #800020;
}

.rsvp-content {
    max-width: 700px;
    margin: 0 auto;
}

.rsvp-instruction {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #800020;
}

.rsvp-deadline {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 50px;
    color: #800020;
}

/* Form Styling */
.rsvp-form {
    margin-top: 40px;
    text-align: left;
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #800020;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0d5d0;
    background-color: #ffffff;
    color: #333;
    font-size: 16px;
    font-family: inherit;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #800020;
    box-shadow: 0 0 0 3px rgba(128, 0, 32, 0.1);
}

.form-select {
    cursor: pointer;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.rsvp-button {
    display: inline-block;
    width: 100%;
    padding: 15px 60px;
    border: 2px solid #800020;
    background-color: transparent;
    color: #800020;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.rsvp-button:hover {
    background-color: #800020;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 968px) {
    .rsvp-section {
        padding: 80px 20px;
    }

    .rsvp-title {
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: 50px;
    }

    .rsvp-instruction {
        font-size: 16px;
    }

    .rsvp-deadline {
        font-size: 16px;
    }

    .form-label {
        font-size: 15px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        font-size: 15px;
        padding: 12px;
    }

    .rsvp-button {
        padding: 12px 50px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .rsvp-section {
        padding: 60px 20px;
    }

    .rsvp-title {
        font-size: 32px;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }

    .rsvp-instruction {
        font-size: 14px;
    }

    .rsvp-deadline {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .form-label {
        font-size: 14px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        font-size: 14px;
        padding: 10px;
    }

    .rsvp-button {
        padding: 10px 40px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}
.finale-section {
    padding: 100px 20px 60px;
    background-color: #600018;
}

.finale-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.finale-title {
    font-family: 'Niconne', sans-serif;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #ffffff;
}

.finale-image-frame {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.finale-image {
    max-width: 600px;
    width: 100%;
}

.finale-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.finale-copyright {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.finale-copyright p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
}

.finale-copyright a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.3s ease;
}

.finale-copyright a:hover {
    border-bottom-color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .finale-section {
        padding: 80px 20px 50px;
    }

    .finale-title {
        font-size: 48px;
        margin-bottom: 50px;
    }

    .finale-image {
        max-width: 500px;
    }

    .finale-copyright {
        margin-top: 50px;
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .finale-section {
        padding: 60px 20px 40px;
    }

    .finale-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .finale-image {
        max-width: 100%;
    }

    .finale-copyright {
        margin-top: 40px;
        padding-top: 25px;
    }

    .finale-copyright p {
        font-size: 12px;
    }
}
/* Music Section */
.music-section {
    padding: 100px 20px;
    background: #800020;
}

.music-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.music-divider {
    width: 120px;
    height: 1px;
    background-color: #800020;
    margin: 0 auto;
}

.music-divider.top {
    margin-bottom: 50px;
}

.music-title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 20px;
    color: #800020;
}

.music-subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 60px;
    color: #800020;
    opacity: 0.8;
}

.music-content {
    max-width: 700px;
    margin: 0 auto;
}

/* Music Player */
.music-player {
    background: #ffffff;
    border: 2px solid #e0d5d0;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(128, 0, 32, 0.08);
}

/* Now Playing */
.now-playing {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.album-art {
    position: relative;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #800020, #a00030);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.vinyl-disc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #333 30%, #800020 30%, #800020 35%, #600018 35%);
    border-radius: 50%;
    animation: rotate 3s linear infinite paused;
}

.music-player.playing .vinyl-disc {
    animation-play-state: running;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.music-icon {
    position: relative;
    font-size: 32px;
    color: #ffffff;
    z-index: 1;
}

.track-info {
    flex: 1;
    text-align: left;
}

.track-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #800020;
    margin-bottom: 5px;
}

.track-artist {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #666;
}

/* Progress Bar */
.progress-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.progress-time {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.5px;
    min-width: 45px;
}

.progress-bar {
    position: relative;
    flex: 1;
    height: 6px;
    background: #e0d5d0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #800020;
    width: 0%;
    transition: width 0.1s linear;
}

.progress-slider {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    opacity: 0;
    cursor: pointer;
}

/* Player Controls */
.player-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.control-btn {
    background: transparent;
    border: 2px solid #800020;
    color: #800020;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.control-btn:hover {
    background: #800020;
    color: #ffffff;
    transform: scale(1.1);
}

.play-btn {
    width: 60px;
    height: 60px;
}

/* Volume Control */
.volume-control {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.volume-icon {
    color: #800020;
}

.volume-slider {
    width: 120px;
    height: 6px;
    background: #e0d5d0;
    border-radius: 3px;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #800020;
    border-radius: 50%;
    cursor: pointer;
}

.volume-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #800020;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Playlist */
.playlist {
    background: #ffffff;
    border: 2px solid #e0d5d0;
    border-radius: 8px;
    overflow: hidden;
}

.playlist-header {
    background: #800020;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: left;
}

.playlist-items {
    max-height: 400px;
    overflow-y: auto;
}

.playlist-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #e0d5d0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.playlist-item:last-child {
    border-bottom: none;
}

.playlist-item:hover {
    background: #f9f7f4;
}

.playlist-item.active {
    background: #fff5f7;
    border-left: 4px solid #800020;
}

.playlist-number {
    font-size: 18px;
    font-weight: 500;
    color: #800020;
    min-width: 30px;
    text-align: center;
}

.playlist-item.active .playlist-number {
    color: #800020;
}

.playlist-info {
    flex: 1;
    text-align: left;
}

.playlist-song {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 3px;
}

.playlist-artist {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.3px;
}

.playlist-duration {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
    .music-section {
        padding: 80px 20px;
    }

    .music-title {
        font-size: 36px;
        letter-spacing: 3px;
    }

    .music-subtitle {
        font-size: 16px;
    }

    .music-player {
        padding: 30px 20px;
    }

    .now-playing {
        gap: 15px;
    }

    .album-art {
        width: 60px;
        height: 60px;
    }

    .music-icon {
        font-size: 24px;
    }

    .track-title {
        font-size: 18px;
    }

    .track-artist {
        font-size: 13px;
    }

    .control-btn {
        width: 45px;
        height: 45px;
    }

    .play-btn {
        width: 55px;
        height: 55px;
    }

    .volume-slider {
        width: 100px;
    }

    .playlist-item {
        padding: 15px;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .music-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .music-subtitle {
        font-size: 14px;
    }

    .music-player {
        padding: 25px 15px;
    }

    .now-playing {
        flex-direction: column;
        text-align: center;
    }

    .track-info {
        text-align: center;
    }

    .progress-container {
        gap: 10px;
    }

    .progress-time {
        font-size: 12px;
        min-width: 40px;
    }

    .control-btn {
        width: 40px;
        height: 40px;
    }

    .play-btn {
        width: 50px;
        height: 50px;
    }

    .volume-control {
        flex-direction: column;
        gap: 10px;
    }

    .playlist-item {
        padding: 12px;
        gap: 12px;
    }

    .playlist-song {
        font-size: 14px;
    }

    .playlist-artist,
    .playlist-duration {
        font-size: 12px;
    }
}
/* ============================================
   WELCOME POPUP SECTION
   ============================================ */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 0, 32, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.popup-container {
    position: relative;
    max-width: 600px;
    width: 90%;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: popupSlideIn 0.6s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-step {
    display: block;
}

.popup-step.hidden {
    display: none;
}

.popup-title {
    font-family: 'Niconne', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #800020;
    margin-bottom: 40px;
    line-height: 1.4;
}

.popup-title-large {
    font-family: 'Niconne', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #800020;
    margin-bottom: 40px;
    line-height: 1.2;
}

.popup-image-wrapper {
    margin-bottom: 30px;
}

.popup-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.envelope-img {
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.envelope-img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.envelope-img:active {
    transform: scale(0.98);
}

.popup-caption {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

.popup-continue {
    background: transparent;
    border: 2px solid #800020;
    color: #800020;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 15px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.popup-continue:hover {
    background: #800020;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(128, 0, 32, 0.3);
}

/* Step Transition Animation */
.popup-step {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .popup-container {
        padding: 50px 30px;
        max-width: 90%;
    }

    .popup-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .popup-title-large {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .popup-image {
        max-width: 250px;
    }

    .popup-caption {
        font-size: 16px;
    }

    .popup-continue {
        font-size: 16px;
        padding: 12px 40px;
    }
}

@media (max-width: 480px) {
    .popup-container {
        padding: 40px 20px;
    }

    .popup-title {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .popup-title-large {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .popup-image {
        max-width: 200px;
    }

    .popup-caption {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .popup-continue {
        font-size: 14px;
        padding: 10px 35px;
        letter-spacing: 2px;
    }
}