/* ===== SAKURA THEME ===== */
:root {
    --sakura-pink: #ffb7c5;
    --sakura-dark: #ffb7c5;
    --soft-cream: #fff0f1;
    --japan-red: #bc3f2e;
    --gold-leaf: #d4af37;
    --dark-charcoal: #31231a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #ffb7c5;
    color: var(--dark-charcoal);
    overflow-x: hidden;
    position: relative;
    padding-top: 0;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.main-title,
.section-title,
.slide-btn span,
.btn-submit {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
}

.mb-5px {
    margin-bottom: 5px !important;
}
.mt-5px {
    margin-top: 5px !important;
}

.text-pink {
    color: var(--sakura-pink) !important;
}

/* Hero Section – reduced top spacing by 10px */
.hero-section {
    width: 100%;
    margin-bottom: -10px;
    height: auto;
    position: relative;
    z-index: 1;
}

.hero-image-wrapper {
    width: 100%;
    line-height: 0;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.85) saturate(1.05);
}

.sakura-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 60%, rgba(255,183,197,0.2) 100%);
    pointer-events: none;
}

.wedding-logo {
    margin-bottom: 15px;
}
.wedding-logo img {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.main-title {
    font-size: 1.4rem;
    letter-spacing: 4px;
    color: #31231a;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.05);
    margin-top: 0 !important;
    margin-bottom: 0;
    word-break: keep-all;
}

/* Audio Card */
.audio-card {
    border: 1px solid #ffe0e0;
    background: white !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 12px 20px !important;
    max-width: 500px;
    width: 100%;
    position: relative;
    z-index: 10;
    border-radius: 16px !important;
}

.audio-card .audio-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.progress-container {
    flex: 1;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-container .form-range {
    flex: 1;
    min-width: 80px;
    margin: 0;
}

.progress-container .small {
    white-space: nowrap;
    font-size: 0.75rem;
}

.btn-outline-pink {
    border: 1px solid var(--sakura-pink);
    color: #b57777;
    background: white;
    transition: all 0.3s ease;
    border-radius: 40px;
}

.btn-outline-pink:hover {
    background-color: var(--sakura-pink);
    color: white;
    border-color: var(--sakura-pink);
}

.form-range::-webkit-slider-thumb {
    background: var(--sakura-dark);
}
.form-range::-webkit-slider-thumb:hover {
    background: var(--japan-red);
}

/* ===== LOVE STORY (old polaroid – kept for compatibility) ===== */
.love-story-section {
    background: transparent !important;
    position: relative;
    z-index: 1;
}
.polaroid-card {
    background: white;
    padding: 15px 15px 25px;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.polaroid-card:hover {
    transform: translateY(-8px);
}
.polaroid-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
}
.polaroid-caption {
    text-align: center;
    margin-top: 15px;
}
.polaroid-caption h4 {
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #31231a;
}
.polaroid-caption p {
    font-size: 0.85rem;
    color: #6b5a4e;
    margin-bottom: 5px;
}
.polaroid-caption .date {
    font-size: 0.75rem;
    color: #bc3f2e;
    font-weight: 600;
}
.design-badge {
    display: inline-block;
    background: #f7ede6;
    color: #b27a5b;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.25rem 1rem;
    border-radius: 40px;
}

/* ===== VIDEO SECTION ===== */
.video-section {
    background: transparent !important;
    padding-top: 5px !important;
    margin-top: -19px !important;
    position: relative;
    z-index: 1;
}
.video-frame-wrapper {
    max-width: 320px;
    margin: 0 auto;
}
.video-sakura-frame {
    padding: 10px;
    background: linear-gradient(135deg, #ffb7c5, #ffd9e4, #ffb7c5, #f7a8bb);
    border-radius: 18px;
    box-shadow: 0 0 0 4px #fff0f1, 0 0 0 7px #ffb7c5, 0 16px 40px rgba(188,63,46,0.12);
    display: inline-block;
    line-height: 0;
}
.proposal-video {
    width: 300px;
    height: 560px;
    border-radius: 14px;
    display: block;
    object-fit: cover;
    margin-top: -4px;
    max-width: 100%;
}
.section-title {
    font-size: 2.2rem;
    color: var(--dark-charcoal);
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.section-title::after {
    content: none;
}
.video-section .section-title {
    font-size: 2.64rem;
}
.proposal-date {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #b57777;
    text-align: center;
    margin-top: 3px;
}

/* ===== VENUE SECTION ===== */
.venue-section {
    background: transparent !important;
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    margin-top: -1rem;
}
.cinematic-venue {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
    max-width: 1100px;
    margin: 0 auto;
}
.cinematic-venue img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s;
    display: block;
}
.cinematic-venue:hover img {
    transform: scale(1.02);
}
.cinematic-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    padding: 1.5rem 2rem;
    text-align: center;
}
.venue-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.venue-item {
    flex: 1;
    max-width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    text-shadow: 1px 0 0 rgba(0,0,0,0.8), -1px 0 0 rgba(0,0,0,0.8), 0 1px 0 rgba(0,0,0,0.8), 0 -1px 0 rgba(0,0,0,0.8);
}
.venue-details {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.venue-details h4,
.venue-details p {
    margin: 0;
    line-height: 1.3;
}
.venue-details h4 {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: 600;
}
.venue-details p {
    font-size: 1.1rem;
}
.venue-details .small-line {
    font-size: 1rem;
}
.map-btn-venue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.9);
    color: #2c241f;
    padding: 6px 18px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.2s;
    margin-top: 12px;
    text-shadow: none;
    align-self: center;
}
.map-btn-venue:hover {
    background: #ffb7c5;
    color: #2c241f;
    transform: translateY(-2px);
}

/* ===== FAQ SECTION ===== */
.faq-section {
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    margin-top: -1rem;
}
.faq-section .faq-card {
    background: white;
    border-radius: 32px;
    transition: all 0.2s;
    box-shadow: 0 20px 35px rgba(60, 30, 20, 0.08);
}

.faq-header {
    text-align: center;
}

.faq-badge {
    display: inline-block;
    background: #fef4ef;
    color: #a55a3a;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.4rem 1.2rem;
    border-radius: 60px;
    margin-bottom: 1rem;
    font-family: 'Lato', sans-serif;
}

.faq-badge i {
    margin-right: 6px;
    font-size: 0.85rem;
}

.faq-divider {
    margin: 0.8rem auto 0.5rem;
    gap: 10px;
}

.faq-divider i {
    font-size: 0.7rem;
    color: #dbbd9b;
}

.accordion-item {
    border-radius: 20px !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(80, 50, 30, 0.12) !important;
}

.accordion-button {
    font-size: clamp(1rem, 4vw, 1.2rem) !important;
    font-weight: 600 !important;
    padding: 1.2rem 1.5rem !important;
    background-color: #fffcf9 !important;
    color: #3f2c21 !important;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    gap: 8px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff7f0 !important;
    color: #a55a3a !important;
    border-bottom: 1px solid #fae2d4;
}

.accordion-button .faq-question-text {
    flex: 1;
    text-align: left;
    letter-spacing: -0.2px;
}

.accordion-button i.fa-fw {
    width: 1.8rem;
    font-size: 1.3rem;
}

.accordion-body {
    font-size: clamp(0.9rem, 3.8vw, 1rem) !important;
    padding: 1.2rem 1.8rem !important;
    line-height: 1.55;
    color: #5e4b3c;
    background: #ffffff;
    border-top: 1px solid #fae8df;
}

.accordion-body .text-pink {
    color: #c2835e;
}

.accordion-collapse {
    transition: height 0.3s ease-in-out;
}

/* ===== RSVP SECTION – TIGHTER SPACING ===== */
.rsvp-section {
    background: transparent !important;
    position: relative;
    z-index: 1;
    padding-top: 0.5rem;
    margin-top: -1rem;
}
.rsvp-card {
    max-width: 600px;
    background: white;
    border-radius: 24px;
    padding: 0 2rem 2rem 2rem;
    box-shadow: 0 25px 45px -12px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,183,197,0.4);
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
}
.rsvp-card:hover {
    box-shadow: 0 30px 55px -15px rgba(188,63,46,0.2);
    border-color: #ffb7c5;
}
.midnight-header {
    background-color: #31231a;
    text-align: center;
    padding: 1.2rem;
    margin: 0 -2rem 1.2rem -2rem;
    color: #ffb7c5;
}
.midnight-header .section-title {
    color: #ffb7c5;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.rsvp-card .form-label {
    font-weight: 600;
    color: var(--dark-charcoal);
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.rsvp-card .form-control,
.rsvp-card .form-select {
    border: 1px solid #ffe0e6;
    border-radius: 50px;
    padding: 8px 16px;
    background-color: #fffafb;
    transition: all 0.2s;
    font-family: 'Lato', sans-serif;
    width: 100%;
}
.rsvp-card .form-control:focus,
.rsvp-card .form-select:focus {
    border-color: #ffb7c5;
    box-shadow: 0 0 0 4px rgba(255,183,197,0.2);
    background-color: white;
}
.rsvp-card textarea.form-control {
    border-radius: 20px;
    resize: vertical;
    padding: 8px 16px;
}
.btn-submit {
    background-color: #31231a;
    color: white;
    border: none;
    padding: 8px 32px;
    border-radius: 50px;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(49,35,26,0.2);
}
.btn-submit:hover {
    background-color: #ffb7c5;
    color: #31231a;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255,183,197,0.4);
}
.btn-submit:active {
    transform: translateY(0);
}

/* ===== CUSTOM DROPDOWN ===== */
.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.dropdown-selected {
    width: 100%;
    padding: 8px 16px;
    background-color: #fffafb;
    border: 1px solid #ffe0e6;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #31231a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
}
.dropdown-selected:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.8rem;
    color: #b57777;
}
.dropdown-selected.open:after {
    content: '\f077';
}
.dropdown-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ffe0e6;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 100;
    display: none;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown-options.show {
    display: block;
}
.dropdown-option {
    padding: 8px 16px;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #31231a;
    transition: background 0.2s;
    cursor: pointer;
}
.dropdown-option:hover {
    background-color: #fff0f1;
}
.dropdown-option.selected {
    background-color: #ffb7c5;
    color: #31231a;
    font-weight: 600;
}

/* Sakura Full Width Wrapper */
.sakura-fullwidth-wrapper {
    background-color: white !important;
    width: 100%;
    padding: 1px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #ffe0e0;
    position: relative;
    z-index: 1;
}
.sakura-fullwidth-wrapper .container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

/* ===== FIXED SAKURA PETALS – ABOVE BACKGROUNDS, BELOW CONTENT ===== */
.sakura-petals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}

footer {
    background-color: #fce4e4;
    color: #9b6b6b;
    border-top: 1px solid #ffd9d9;
    position: relative;
    z-index: 1;
}

/* ===== GALLERY STYLES ===== */
.prenup-gallery-section {
    position: relative;
    z-index: 1;
    padding-top: 0.5rem;
    margin-top: -1rem;
}
.gallery-wrap {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.gallery-box {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(200,168,118,0.3);
    box-shadow: 0 2px 0 rgba(200,168,118,0.15), 0 20px 60px rgba(58,40,40,0.1), 0 4px 16px rgba(58,40,40,0.06);
    overflow: hidden;
    user-select: none;
}

.gallery-box::before,
.gallery-box::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 10;
    pointer-events: none;
}
.gallery-box::before {
    top: 10px;
    left: 10px;
    border-top: 1.5px solid #c8a876;
    border-left: 1.5px solid #c8a876;
}
.gallery-box::after {
    bottom: 10px;
    right: 10px;
    border-bottom: 1.5px solid #c8a876;
    border-right: 1.5px solid #c8a876;
}

.img-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f0d9d0;
    cursor: grab;
}
.img-stage:active {
    cursor: grabbing;
}

.slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.55s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.45s ease;
    will-change: transform, opacity;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
.slide.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
}
.slide.prev {
    transform: translateX(-100%);
    opacity: 0.4;
    z-index: 1;
    filter: blur(1px);
}
.slide.next {
    transform: translateX(100%);
    opacity: 0.4;
    z-index: 1;
    filter: blur(1px);
}
.slide.hidden {
    transform: translateX(100%);
    opacity: 0;
    z-index: 0;
}

.slide.active img {
    animation: gentlePop 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
}
@keyframes gentlePop {
    0% { transform: scale(0.96); opacity: 0.92; }
    100% { transform: scale(1); opacity: 1; }
}

.img-stage::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(253,248,243,0.15) 0%, transparent 30%, transparent 70%, rgba(253,248,243,0.25) 100%);
    pointer-events: none;
    z-index: 3;
}

.external-nav {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    gap: 20px;
    padding: 20px 24px 12px;
    background: #fff;
}

.gallery-counter {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1rem;
    background: rgba(200,168,118,0.12);
    padding: 6px 16px;
    border-radius: 40px;
    color: #3a2828;
    border: 1px solid rgba(200,168,118,0.3);
    letter-spacing: 0.5px;
    margin: 0;
}
.gallery-counter strong {
    font-style: normal;
    font-weight: 600;
    color: #c9897a;
    font-size: 1.1rem;
}

.nav-btn-ext {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fff8f5, #fff);
    border: 1px solid #d4af37;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.nav-btn-ext:hover {
    background: linear-gradient(135deg, #ffb7c5, #ff9aac);
    border-color: #c9897a;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 24px rgba(201,137,122,0.3);
}
.nav-btn-ext svg {
    width: 22px;
    height: 22px;
    stroke: #9a6a6a;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s, transform 0.2s;
}
.nav-btn-ext:hover svg {
    stroke: #fff;
    transform: scale(1.1);
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 8px 0 22px;
    background: #fff;
    border-top: 1px solid rgba(200,168,118,0.12);
}
.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f0d9d0;
    border: 1px solid #c8a876;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
    padding: 0;
    margin: 0;
}
.dot.active {
    background: #c8a876;
    transform: scale(1.5);
}

.swipe-hint {
    text-align: center;
    font-size: 0.58rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #a08878;
    margin-top: 16px;
    margin-bottom: 8px;
    opacity: 0.6;
    animation: fadeHint 3s ease 2s forwards;
}
@keyframes fadeHint {
    to { opacity: 0; }
}

/* ===== ENHANCED LOVE STORY SECTION ===== */
.love-story-section-new {
    background-color: transparent;
    position: relative;
    padding: 0.5rem 0 2.5rem;
    margin: -80px 0 0 0;
}
.love-story-section-new::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #fff0f1;
    z-index: 0;
    pointer-events: none;
}

.love-story-title-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 1.2rem;
}

.love-story-main-title {
    font-family: 'EB Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #4e3b32;
    margin: 0.3rem 0 0.2rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.03);
}

.sakura-divider {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0.2rem 0;
    color: #e0a890;
    font-size: 0.8rem;
}
.sakura-divider i {
    font-size: 0.7rem;
    opacity: 0.7;
}

.love-story-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #8c7568;
    margin-top: 0.1rem;
}

.love-grid-3x2 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.love-card {
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 32px -12px rgba(60, 30, 20, 0.12);
    transition: transform 0.35s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(225, 207, 192, 0.5);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.love-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 42px -16px rgba(80, 40, 20, 0.25);
    border-color: #ffb7c5;
}

.love-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.love-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}
.love-card:hover .love-img img {
    transform: scale(1.08);
}

.love-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.love-card-overlay i {
    color: white;
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.love-card:hover .love-card-overlay {
    opacity: 1;
}

.love-caption {
    padding: 1.4rem 1.2rem 1.6rem;
    text-align: center;
    background: white;
    border-top: 1px solid #f9e8e0;
}
.love-caption h4 {
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #4e3b32;
    margin-bottom: 6px;
}
.love-caption p {
    font-size: 0.9rem;
    color: #8c7568;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
.love-date {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b28b7a;
    background: #fff4f0;
    padding: 0.2rem 0.8rem;
    border-radius: 40px;
}
.love-date i {
    font-size: 0.7rem;
    margin-right: 4px;
}

/* ===== LIGHTBOX (FULLSCREEN) ===== */
.love-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.love-lightbox.active {
    display: flex;
}
.lightbox-img {
    max-width: 90%;
    max-height: 85%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    cursor: default;
    background: #1a1a1a;
}
.lightbox-caption {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    background: rgba(0,0,0,0.6);
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 8px 20px;
    border-radius: 40px;
    backdrop-filter: blur(5px);
    pointer-events: none;
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    z-index: 10000;
    font-weight: 300;
}
.lightbox-close:hover {
    color: #ffb7c5;
    transform: scale(1.1);
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    z-index: 10000;
}
.lightbox-prev {
    left: 20px;
}
.lightbox-next {
    right: 20px;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    background: #ffb7c5;
    color: #31231a;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .wedding-logo img {
        max-height: 147px !important;
    }
    .main-title {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .video-section .section-title {
        font-size: 1.85rem !important;
    }
    .proposal-video {
        width: 260px;
        height: 460px;
    }
    .rsvp-card {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    .midnight-header {
        margin: 0 -1.5rem 1.2rem -1.5rem;
    }
    .btn-submit {
        padding: 8px 24px;
    }
    .audio-card {
        flex-wrap: nowrap;
        gap: 8px;
        padding: 8px 12px !important;
        border-radius: 12px !important;
    }
    .progress-container {
        min-width: 140px;
    }
    .progress-container .small {
        font-size: 0.7rem;
    }
    .audio-controls .btn-outline-pink {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .faq-card {
        padding: 1.5rem !important;
        border-radius: 16px;
    }
    .design-title {
        font-size: 1.4rem;
    }
    .accordion-button {
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
    }
    .accordion-body {
        font-size: 0.85rem;
        padding: 0.8rem 1rem;
    }
    .polaroid-card {
        padding: 12px 12px 20px;
    }
    .polaroid-caption h4 {
        font-size: 1rem;
    }
    .cinematic-venue img {
        height: 400px;
    }
    .cinematic-overlay {
        padding: 1rem;
    }
    .venue-buttons {
        gap: 12px;
    }
    .venue-item {
        min-width: 130px;
        max-width: 200px;
    }
    .venue-details {
        height: 100px;
    }
    .venue-details h4 {
        font-size: 1rem;
    }
    .venue-details p {
        font-size: 0.7rem;
    }
    .venue-details .small-line {
        font-size: 0.65rem;
    }
    .map-btn-venue {
        margin-top: 8px;
        padding: 4px 8px;
        font-size: 0.6rem;
        white-space: nowrap;
    }
    .love-grid-3x2 {
        gap: 20px;
        padding: 0 12px;
    }
    .love-caption {
        padding: 0.8rem 0.8rem 1.2rem;
    }
    .love-caption h4 {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
    .love-caption p {
        font-size: 0.75rem;
        margin-bottom: 4px;
    }
    .love-date {
        font-size: 0.65rem;
        padding: 0.15rem 0.6rem;
    }
    .love-story-title-wrapper {
        margin-bottom: 1rem;
    }
    .love-story-main-title {
        font-size: 2rem;
        margin: 0.2rem 0 0.1rem;
    }
    .love-story-quote {
        font-size: 0.9rem;
        margin-top: 0;
    }
    .external-nav {
        gap: 15px;
        padding: 15px 16px 10px;
    }
    .gallery-counter {
        font-size: 0.85rem;
        padding: 4px 12px;
    }
    .gallery-counter strong {
        font-size: 0.95rem;
    }
    .nav-btn-ext {
        width: 44px;
        height: 44px;
    }
    .nav-btn-ext svg {
        width: 18px;
        height: 18px;
    }
    .swipe-hint {
        font-size: 0.5rem;
    }
    .gallery-wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .prenup-gallery-section .text-center {
        margin-bottom: 0.5rem !important;
    }
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .lightbox-close {
        top: 15px;
        right: 20px;
        font-size: 30px;
    }
    .lightbox-caption {
        font-size: 0.9rem;
        bottom: 20px;
    }
}

.elegant-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c8a876, #e8cfa0, #c8a876, transparent);
    border-radius: 2px;
}

/* ===== ATTIRE GUIDE (SIMPLIFIED – NO OUTER BG / DASH, TIGHTER SPACING) ===== */
.attire-guide-section {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* white card only – no outer background or dash */
.attire-card-c {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 20px 50px rgba(49,35,26,0.1);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* inner padding – tighter */
.attire-inner-bg {
    background: #ffffff;
    padding: 20px 30px;
    position: relative;
    border: 1px solid #f5eae6;
}

.attire-c-inner {
    width: 100%;
}

/* top elements – smaller margins, tighter */
.attire-ornament {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.75rem;
    color: #ffb7c5;
    letter-spacing: 0.6em;
    margin-bottom: 2px;
    opacity: 0;
    transform: translateY(-15px);
}
.attire-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
    color: #31231a;
    line-height: 1.2;
    margin-bottom: 2px;
    opacity: 0;
    transform: translateY(-15px);
}
.attire-subtitle {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 0.7rem;
    color: #a08878;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(-15px);
}

/* photo container – aspect ratio 1408:768 */
.attire-photo {
    width: 100%;
    aspect-ratio: 1408 / 768;
    margin: 0 auto 12px;
    background: #ffffff;           /* plain white background */
    border-radius: 12px;
    overflow: hidden;
    /* border removed */
    opacity: 0;
    transform: translateX(-20px);
}
.attire-photo img.attire-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.attire-photo .photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;           /* was #fefcf9 */
    color: #bba898;
    font-size: 0.7rem;
    text-align: center;
}

/* palette row – tighter gap, closer to line */
.attire-palette-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}
.attire-palette-item {
    flex: 1;
    text-align: center;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
}
.attire-palette-label {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #7a6a60;
}
.attire-palette-swatch {
    width: 100%;
    height: 28px;
    border-radius: 8px;
    margin-bottom: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.attire-palette-hex {
    font-size: 0.55rem;
    font-family: monospace;
    color: #b09888;
}

/* divider – smaller margin top/bottom */
.attire-divider {
    margin: 8px 0 12px;
    opacity: 0.3;
}

/* columns – tighter spacing */
.attire-col {
    opacity: 0;
}
.attire-col.him {
    transform: translateX(-15px);
}
.attire-col.her {
    transform: translateX(15px);
}
.attire-col-tag {
    display: inline-block;
    font-size: 0.55rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 30px;
    font-weight: 400;
    margin-bottom: 4px;
}
.attire-col.him .attire-col-tag {
    background: #f7f0e8;
    color: #A48459;
}
.attire-col.her .attire-col-tag {
    background: #fffbf2;
    color: #c89040;
}
.attire-col h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 0.9rem;
    color: #31231a;
    margin-bottom: 4px;
}
.attire-col ul {
    list-style: none;
    font-size: 0.68rem;
    font-weight: 300;
    line-height: 1.4;
    color: #7a6a60;
    padding-left: 0;
}
.attire-col ul li {
    margin-bottom: 1px;
    opacity: 0;
    transform: translateX(var(--x-offset, 0));
}
.attire-col.him ul li { --x-offset: -12px; }
.attire-col.her ul li { --x-offset: 12px; }

/* entrance animations (once) – slower (+0.5s) */
.attire-card-c.animate-entrance .attire-ornament,
.attire-card-c.animate-entrance .attire-title,
.attire-card-c.animate-entrance .attire-subtitle {
    animation: attireSlideDownFade 0.85s ease forwards;
}
.attire-card-c.animate-entrance .attire-ornament { animation-delay: 0.1s; }
.attire-card-c.animate-entrance .attire-title { animation-delay: 0.15s; }
.attire-card-c.animate-entrance .attire-subtitle { animation-delay: 0.2s; }

.attire-card-c.animate-entrance .attire-photo {
    animation: attireSlideLeftIn 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
    animation-delay: 0.25s;
}

.attire-card-c.animate-entrance .attire-palette-item {
    animation: attireUnfoldX 0.8s ease forwards;
}
.attire-card-c.animate-entrance .attire-palette-item:first-child { animation-delay: 0.35s; }
.attire-card-c.animate-entrance .attire-palette-item:last-child { animation-delay: 0.4s; }

.attire-card-c.animate-entrance .attire-col.him {
    animation: attireSlideFromLeft 0.8s ease forwards;
    animation-delay: 0.48s;
}
.attire-card-c.animate-entrance .attire-col.him ul li {
    animation: attireSlideFromLeft 0.7s ease forwards;
}
.attire-card-c.animate-entrance .attire-col.him ul li:nth-child(1) { animation-delay: 0.52s; }
.attire-card-c.animate-entrance .attire-col.him ul li:nth-child(2) { animation-delay: 0.58s; }
.attire-card-c.animate-entrance .attire-col.him ul li:nth-child(3) { animation-delay: 0.64s; }
.attire-card-c.animate-entrance .attire-col.him ul li:nth-child(4) { animation-delay: 0.7s; }

.attire-card-c.animate-entrance .attire-col.her {
    animation: attireSlideFromRight 0.8s ease forwards;
    animation-delay: 0.48s;
}
.attire-card-c.animate-entrance .attire-col.her ul li {
    animation: attireSlideFromRight 0.7s ease forwards;
}
.attire-card-c.animate-entrance .attire-col.her ul li:nth-child(1) { animation-delay: 0.52s; }
.attire-card-c.animate-entrance .attire-col.her ul li:nth-child(2) { animation-delay: 0.58s; }
.attire-card-c.animate-entrance .attire-col.her ul li:nth-child(3) { animation-delay: 0.64s; }
.attire-card-c.animate-entrance .attire-col.her ul li:nth-child(4) { animation-delay: 0.7s; }

@keyframes attireSlideDownFade {
    0% { opacity: 0; transform: translateY(-15px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes attireSlideLeftIn {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes attireUnfoldX {
    0% { opacity: 0; transform: scaleX(0); }
    100% { opacity: 1; transform: scaleX(1); }
}
@keyframes attireSlideFromLeft {
    0% { opacity: 0; transform: translateX(-15px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes attireSlideFromRight {
    0% { opacity: 0; transform: translateX(15px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* responsive for attire guide */
@media (max-width: 768px) {
    .attire-inner-bg {
        padding: 16px 20px;
    }
    .attire-title {
        font-size: 1.5rem;
    }
}