@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Montserrat:wght@300;400;500;600&family=Pinyon+Script&display=swap');

:root {
    --bg-color: #faf4ed;
    --bg-alt: #e6e4dd;
    --text-color: #231f20;
    --accent-color: #7A2838;
    --accent-dark: #561B26;
    --accent-light: #F7EEF0;
    --accent-border: #D9B4BC;
    
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-accent: 'Pinyon Script', cursive;
    --font-body: 'Montserrat', sans-serif;
}

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

body {
    font-family: var(--font-body);
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow-x: hidden;
    line-height: 1.8;
}

body.no-scroll {
    overflow: hidden !important;
}

/* ==========================================================================
   BURGUNDY VELVET RIBBON UNTIE EFFECT (Design 03 Unique)
   ========================================================================== */
#ribbon-intro {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: radial-gradient(circle at center, #FBF6F0 0%, #E8DFD5 100%);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s ease;
}

#ribbon-intro.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ribbon-card {
    position: relative;
    width: 90vw;
    max-width: 440px;
    padding: 3rem 2rem;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(122, 40, 56, 0.18), 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(122, 40, 56, 0.15);
    transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
}

#ribbon-intro.opened .ribbon-card {
    transform: scale(0.95);
    opacity: 0;
}

/* Velvet ribbon straps */
.ribbon-strap {
    position: absolute;
    background: linear-gradient(135deg, #8A2E40 0%, #6E202E 100%);
    box-shadow: 0 4px 14px rgba(86, 27, 38, 0.35);
    z-index: 3;
    transition: transform 1.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.ribbon-strap::after {
    content: '';
    position: absolute;
    top: 2px; bottom: 2px; left: 0; right: 0;
    border-top: 1px dashed rgba(212, 175, 55, 0.4);
    border-bottom: 1px dashed rgba(212, 175, 55, 0.4);
}

.ribbon-v-top {
    top: 0; left: 50%;
    width: 44px; height: 50%;
    transform: translateX(-50%);
    transform-origin: top center;
}

.ribbon-v-bottom {
    bottom: 0; left: 50%;
    width: 44px; height: 50%;
    transform: translateX(-50%);
    transform-origin: bottom center;
}

.ribbon-h-left {
    top: 50%; left: 0;
    width: 50%; height: 44px;
    transform: translateY(-50%);
    transform-origin: left center;
}

.ribbon-h-right {
    top: 50%; right: 0;
    width: 50%; height: 44px;
    transform: translateY(-50%);
    transform-origin: right center;
}

#ribbon-intro.opened .ribbon-v-top { transform: translateX(-50%) translateY(-120%); }
#ribbon-intro.opened .ribbon-v-bottom { transform: translateX(-50%) translateY(120%); }
#ribbon-intro.opened .ribbon-h-left { transform: translateY(-50%) translateX(-120%); }
#ribbon-intro.opened .ribbon-h-right { transform: translateY(-50%) translateX(120%); }

/* Center Bow & Seal */
.ribbon-center-seal {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    padding: 1.8rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border: 1px solid rgba(217, 180, 188, 0.6);
    width: 100%;
}

.velvet-bow {
    position: relative;
    width: 110px;
    height: 70px;
    margin-bottom: 1rem;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s ease;
}

#ribbon-intro.opened .velvet-bow {
    transform: scale(0.4) rotate(20deg);
    opacity: 0;
}

.bow-loop {
    position: absolute;
    top: 6px;
    width: 48px;
    height: 38px;
    background: linear-gradient(135deg, #8A2E40 0%, #5E1A26 100%);
    border-radius: 50% 50% 20% 50%;
    box-shadow: 0 5px 12px rgba(86, 27, 38, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.5);
}

.bow-left {
    left: 8px;
    transform: rotate(-25deg);
}

.bow-right {
    right: 8px;
    transform: rotate(25deg) scaleX(-1);
}

.bow-knot {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: radial-gradient(circle at 35% 35%, #9E374C 0%, #561B26 100%);
    border-radius: 50%;
    border: 1.5px solid #D4AF37;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.knot-gold-icon {
    color: #F7D58C;
    font-size: 1.1rem;
}

.bow-tail {
    position: absolute;
    top: 36px;
    width: 18px;
    height: 36px;
    background: linear-gradient(to bottom, #7A2838, #4D141F);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

.tail-left {
    left: 36px;
    transform: rotate(18deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.tail-right {
    right: 36px;
    transform: rotate(-18deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.ribbon-card-tag {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--accent-color);
    font-weight: 600;
}

.ribbon-names {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--accent-dark);
    margin: 0.3rem 0;
    line-height: 1.25;
}

.ribbon-date {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.8;
}

.ribbon-prompt {
    margin-top: 1.2rem;
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-color);
    font-weight: 700;
    animation: ribbon-prompt-pulse 2.2s infinite ease-in-out;
}

@keyframes ribbon-prompt-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.03); }
}

/* Typography */
h1, h2, h3 {
    font-weight: normal;
}

.burgundy-heading {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    color: var(--accent-color);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.5rem;
}

.burgundy-title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 9vw, 6.5rem);
    color: var(--accent-color);
    line-height: 1.1;
    text-align: center;
    margin: 1.5rem 0 1rem;
}

.burgundy-venue-name {
    font-family: var(--font-body);
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-top: 0.5rem;
}

.burgundy-subheading {
    font-family: var(--font-body);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--text-color);
    text-align: center;
}

.burgundy-accent {
    font-family: var(--font-accent);
    color: var(--accent-color);
}

.burgundy-title .burgundy-accent {
    font-size: clamp(2.5rem, 6vw, 5rem);
    display: inline-block;
    vertical-align: middle;
}

.burgundy-text {
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #444;
}

.divider {
    width: 60px;
    height: 1px;
    background-color: var(--accent-color);
    margin: 1.5rem auto;
}

/* Sections */
.burgundy-section {
    padding: 5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bg-alt {
    background-color: var(--bg-alt);
}

.bg-burgundy {
    background-color: var(--accent-color);
    color: #ffffff;
}

/* Floating Toggles */
.lang-switch-btn, .music-toggle {
    position: fixed; z-index: 1000;
    width: 44px; height: 44px; border-radius: 50%;
    background: #fff; color: var(--accent-color);
    border: 1px solid var(--accent-border);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.3s;
}
.lang-switch-btn { top: 1.2rem; right: 1.2rem; font-weight: 700; font-size: 0.75rem; gap: 3px; }
.music-toggle { bottom: 1.5rem; right: 1.5rem; }
.lang-switch-btn:hover, .music-toggle:hover { transform: scale(1.08); background: var(--accent-light); }

/* Images */
.elegant-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 2rem auto;
    border-radius: 200px 200px 0 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.elegant-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Countdown */
.burgundy-countdown {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.bc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
}

.bc-num {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--accent-color);
    line-height: 1;
}

.bc-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-top: 0.5rem;
}

/* Buttons */
.burgundy-btn {
    display: inline-block;
    background-color: var(--accent-color);
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    margin-top: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.burgundy-btn:hover {
    background-color: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(122, 40, 56, 0.3);
}

/* Program */
.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 900px;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.program-item {
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.program-icon {
    font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.program-time {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.program-title {
    font-family: var(--font-body);
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.program-desc {
    font-size: 0.85rem;
    color: #666;
}

/* Forms */
.burgundy-form {
    width: 100%;
    max-width: 450px;
    margin-top: 2rem;
}

.input-row {
    margin-bottom: 1.2rem;
}

.burgundy-form input,
.burgundy-form select {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    color: inherit;
    font-family: inherit;
    font-size: 0.95rem;
    border-radius: 4px;
    outline: none;
}

.burgundy-form select option {
    background: #fff;
    color: #333;
}

.burgundy-form input::placeholder {
    color: rgba(255,255,255,0.7);
}

.bg-alt .burgundy-form input,
.bg-alt .burgundy-form select {
    border-color: #ccc;
    background: #fff;
    color: #333;
}

.bg-alt .burgundy-form input::placeholder {
    color: #888;
}

/* Seating Search */
.seating-search-box {
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.burgundy-search-input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-family: inherit;
    font-size: 1rem;
    outline: none;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.burgundy-search-input:focus {
    border-color: var(--accent-color);
}

.seating-results-wrap {
    margin-top: 1.5rem;
}

.seating-result-item {
    background: #fff;
    border: 1px solid var(--accent-border);
    border-radius: 8px;
    padding: 1.2rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.seating-guest-name {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--accent-color);
}

.seating-table-badge {
    display: inline-block;
    background: var(--accent-light);
    color: var(--accent-color);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.4rem;
}

.seating-notes {
    font-size: 0.8rem;
    color: #666;
    margin-top: 4px;
}

.seating-empty, .seating-no-result {
    padding: 1.2rem;
    color: #888;
    font-size: 0.95rem;
    background: #fff;
    border-radius: 8px;
    border: 1px dashed var(--accent-border);
    text-align: center;
}

/* Floorplan */
.floorplan-container, .floorplan-wrapper {
    width: 100%;
    max-width: 850px;
    margin: 2rem auto 0;
}

.floorplan-header {
    text-align: center;
    margin-bottom: 1.2rem;
}

.floorplan-header h3 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--accent-color);
    margin-bottom: 0.3rem;
}

.floorplan-header p {
    font-size: 0.9rem;
    color: #666;
}

.floorplan-stage {
    position: relative;
    width: 100%;
    height: 500px;
    background: #FFFDF9;
    border-radius: 16px;
    border: 1.5px dashed var(--accent-border);
    overflow: hidden;
    margin-top: 1rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.floorplan-stage-tag {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #999;
    user-select: none;
}

.floorplan-head-table {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 52px;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-dark));
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(122, 40, 56, 0.25);
    transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
    z-index: 5;
    text-align: center;
    padding: 0.2rem 0.5rem;
}

.floorplan-head-table .table-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.1;
}

.floorplan-head-table .table-sub {
    font-size: 0.68rem;
    opacity: 0.9;
    white-space: nowrap;
    margin-top: 1px;
}

.floorplan-dance-floor {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 115px;
    height: 75px;
    border: 2px dashed var(--accent-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent-color);
    background: var(--accent-light);
    gap: 3px;
    z-index: 2;
    user-select: none;
}

.floorplan-table {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--accent-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s, border-color 0.25s;
    z-index: 4;
    text-align: center;
    padding: 2px;
}

.floorplan-table.shape-rect {
    border-radius: 10px;
    width: 88px;
    height: 52px;
}

.floorplan-table.shape-rect.rotated {
    width: 52px;
    height: 88px;
}

.floorplan-table:hover, .floorplan-head-table:hover {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 6px 20px rgba(122, 40, 56, 0.2);
}

.floorplan-table .table-num {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    color: var(--accent-color);
}

.floorplan-table .table-name {
    font-size: 0.65rem;
    color: #666;
    margin-top: 2px;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

.floorplan-table.highlighted, .floorplan-head-table.highlighted {
    box-shadow: 0 0 0 4px #D4AF37, 0 6px 22px rgba(122, 40, 56, 0.35) !important;
    transform: translate(-50%, -50%) scale(1.2) !important;
    border-color: #D4AF37 !important;
    z-index: 10 !important;
}

.floorplan-table.dimmed, .floorplan-head-table.dimmed {
    opacity: 0.28 !important;
}

/* Photo box */
.burgundy-photo-box {
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.photo-preview-item {
    width: 80px; height: 80px; border-radius: 6px; overflow: hidden; position: relative;
}
.photo-preview-item img { width: 100%; height: 100%; object-fit: cover; }
.photo-preview-remove {
    position: absolute; top: 2px; right: 2px; width: 20px; height: 20px;
    background: rgba(0,0,0,0.6); color: #fff; border: none; border-radius: 50%;
    cursor: pointer; font-size: 12px; line-height: 20px;
}

.hidden { display: none !important; }

/* Subtle reveal entrance animations (all content visible by default!) */
.reveal {
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }

/* FLOATING CONTROLS */
.lang-switch-btn, .music-toggle {
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lang-switch-btn {
    top: 1.2rem;
    right: 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.lang-switch-btn:hover {
    background: var(--accent-color);
    color: #fff;
    transform: scale(1.05);
}
.music-toggle {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.music-toggle:hover {
    background: var(--accent-color);
    color: #fff;
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 768px) {
    /* FLOATING CONTROLS */
    .lang-switch-btn {
        top: 10px !important;
        right: 10px !important;
        height: 32px !important;
        padding: 0 10px !important;
        border-radius: 16px !important;
        font-size: 0.72rem !important;
        z-index: 1000 !important;
        background: rgba(255, 255, 255, 0.92) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
    }
    .music-toggle {
        bottom: 12px !important;
        right: 12px !important;
        width: 38px !important;
        height: 38px !important;
        z-index: 1000 !important;
    }

    .burgundy-section { padding: 4rem 1rem !important; }
    .program-grid { grid-template-columns: 1fr !important; }

    /* COUNTDOWN: STRICT 1 SINGLE ROW GUARANTEE */
    .burgundy-countdown {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0.35rem !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 1.5rem auto 0 !important;
        padding: 0.8rem 0.3rem !important;
        box-sizing: border-box !important;
    }
    .bc-item {
        min-width: 0 !important;
        width: 100% !important;
        padding: 0.4rem 0.1rem !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
    .bc-num {
        font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
        line-height: 1 !important;
    }
    .bc-label {
        font-size: 0.6rem !important;
        letter-spacing: 1px !important;
        margin-top: 0.3rem !important;
    }

    /* FLOORPLAN MOBILE SCALING */
    .floorplan-wrapper { padding: 0 !important; }
    .floorplan-stage { height: 420px !important; }
    .floorplan-head-table { width: 145px !important; height: 46px !important; }
    .floorplan-head-table .table-title { font-size: 0.8rem !important; }
    .floorplan-table { width: 58px !important; height: 58px !important; }
    .floorplan-table.shape-rect { width: 76px !important; height: 46px !important; }
    .floorplan-table.shape-rect.rotated { width: 46px !important; height: 76px !important; }
    .floorplan-table .table-num { font-size: 1rem !important; }
    .floorplan-dance-floor { width: 95px !important; height: 60px !important; font-size: 0.7rem !important; }

    /* PREVENT IOS SAFARI ZOOM ON INPUT FOCUS */
    input, select, textarea, #seatingSearch, #seatingSearchInput {
        font-size: 16px !important;
    }
}

/* ==========================================================================
   ROYAL BURGUNDY VELVET & DECKLE PARCHMENT SUITE (DESIGN 03)
   ========================================================================== */

.burgundy-main-wrapper {
    background-color: #541521;
    background-image: radial-gradient(circle at 50% 30%, #7A2838 0%, #3A0C16 100%);
    min-height: 100vh;
}

/* 1. Deckle Parchment Hero */
.burgundy-hero-section {
    position: relative;
    padding: 6rem 1.5rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.velvet-drape-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        radial-gradient(ellipse at top, rgba(212, 175, 55, 0.15) 0%, transparent 70%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
}

.deckle-parchment-card {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6), inset 0 0 40px rgba(184, 150, 91, 0.15);
    padding: 4.5rem 3.5rem;
    position: relative;
    text-align: center;
    border-radius: 4px;
}

.parchment-corner-flourish {
    position: absolute;
    font-size: 1.6rem;
    color: #B8965B;
    line-height: 1;
}

.parchment-corner-flourish.tl { top: 12px; left: 16px; }
.parchment-corner-flourish.tr { top: 12px; right: 16px; }
.parchment-corner-flourish.bl { bottom: 12px; left: 16px; }
.parchment-corner-flourish.br { bottom: 12px; right: 16px; }

.parchment-top-crest {
    margin-bottom: 1.5rem;
}

.crest-gold-symbol {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.3rem;
}

.crest-latin-motto {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 4px;
    color: #8E6E38;
    font-weight: 600;
}

.burgundy-script-sub {
    display: block;
    font-family: 'Pinyon Script', cursive;
    font-size: 2.6rem;
    color: #7A2838;
    margin-bottom: 0.5rem;
}

.burgundy-couple-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 7vw, 4.8rem);
    line-height: 1.1;
    color: #2D0B12;
    margin-bottom: 1rem;
}

.b-script-amp {
    font-family: 'Pinyon Script', cursive;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #B8965B;
    display: block;
    margin: -0.8rem 0;
    font-style: italic;
}

.burgundy-gold-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem auto 2rem;
}

.gold-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, transparent, #B8965B, transparent);
}

.gold-knot {
    color: #B8965B;
    font-size: 1.2rem;
}

.burgundy-greeting-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4A3B32;
    max-width: 520px;
    margin: 0 auto 2rem;
    font-style: italic;
}

.hero-event-stamp {
    display: inline-block;
    border: 1px dashed #B8965B;
    padding: 0.6rem 1.8rem;
    margin-bottom: 2.5rem;
}

.stamp-date {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #7A2838;
    letter-spacing: 1px;
}

.stamp-venue {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8E6E38;
    margin-top: 0.2rem;
}

.hero-parchment-photo-frame {
    margin-bottom: 2.5rem;
}

.parchment-oval-photo {
    width: 170px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover;
    background-position: center top;
    border: 3px solid #B8965B;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    position: relative;
}

.hero-actions-row {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.btn-velvet-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    background: linear-gradient(135deg, #7A2838 0%, #541521 100%);
    color: #FAF5EE;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #D4AF37;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(84, 21, 33, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-velvet-gold:hover {
    background: linear-gradient(135deg, #8E6E38 0%, #B8965B 100%);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(184, 150, 91, 0.4);
}

.btn-velvet-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    background: transparent;
    color: #7A2838;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #7A2838;
    border-radius: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-velvet-outline:hover {
    background: #7A2838;
    color: #FAF5EE;
    transform: translateY(-2px);
}

/* 2. Wax-Sealed Ribbon Countdown */
.countdown-burgundy-section {
    background: #FAF5EE;
    padding: 6rem 1.5rem;
    border-top: 2px solid #B8965B;
    border-bottom: 2px solid #B8965B;
}

.wax-seal-ribbon-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.wax-seal-emblem {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #7A2838;
    color: #FAF5EE;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(122, 40, 56, 0.35);
    margin-bottom: 0.6rem;
}

.wax-seal-tag {
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8E6E38;
    font-weight: 600;
}

.burgundy-section-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    color: #2D0B12;
}

.burgundy-quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #6B5B52;
    max-width: 550px;
    margin: 0 auto 3rem;
}

.burgundy-ribbon-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    max-width: 750px;
    margin: 0 auto 3rem;
}

.ribbon-cd-box {
    background: #FFFFFF;
    border: 1px solid #D4AF37;
    border-radius: 8px;
    padding: 1.5rem 1.8rem;
    min-width: 110px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.rc-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 5.5vw, 3.8rem);
    line-height: 1;
    color: #7A2838;
    font-weight: 700;
}

.rc-lbl {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 2px;
    color: #8E6E38;
    margin-top: 0.4rem;
    font-weight: 600;
}

.ribbon-cd-sep {
    font-size: 1.4rem;
    color: #B8965B;
    margin-top: -1rem;
    opacity: 0.6;
}

.calendar-parchment-actions {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

/* 3. Love Letter Spread */
.bg-velvet-alt {
    background: #F3EAE0;
    padding: 6rem 1.5rem;
}

.love-letter-spread {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .love-letter-spread {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.letter-parchment-sheet {
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    padding: 3.5rem 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.sheet-postmark {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 3px;
    color: #8E6E38;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.letter-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #2D0B12;
}

.letter-rule {
    width: 45px;
    height: 1px;
    background: #B8965B;
    margin: 1.2rem 0 1.8rem;
}

.letter-body-p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4A3B32;
    margin-bottom: 1.5rem;
}

.letter-calligraphy-quote {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.2rem;
    color: #7A2838;
    line-height: 1.3;
    margin: 1.8rem 0;
    padding-left: 1rem;
    border-left: 2px solid #B8965B;
}

.letter-signature-block span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #8E6E38;
}

.letter-signed-names {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #2D0B12;
    margin-top: 0.3rem;
}

.letter-photo-locket {
    text-align: center;
}

.locket-frame {
    max-width: 380px;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border: 8px solid #FAF5EE;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 12px;
}

.locket-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(45, 11, 18, 0.85);
    color: #FAF5EE;
    font-size: 0.65rem;
    letter-spacing: 2px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
}

/* 4. Unfurling Royal Proclamation Scroll Timeline */
.unfurling-scroll-timeline {
    max-width: 780px;
    margin: 3.5rem auto 0;
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 3rem 2.5rem;
}

.scroll-top-rod, .scroll-bottom-rod {
    height: 12px;
    background: linear-gradient(to right, #541521, #B8965B, #541521);
    border-radius: 6px;
    margin: 0 -1.5rem;
}

.scroll-top-rod { margin-bottom: 2.5rem; }
.scroll-bottom-rod { margin-top: 2.5rem; }

.scroll-milestones-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.scroll-item {
    display: grid;
    grid-template-columns: 50px 100px 1fr;
    gap: 1.5rem;
    align-items: baseline;
    padding-bottom: 1.8rem;
    border-bottom: 1px dashed rgba(184, 150, 91, 0.4);
}

.scroll-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.scroll-crest {
    font-size: 1.8rem;
    text-align: center;
}

.scroll-time {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #7A2838;
}

.scroll-desc h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    color: #2D0B12;
    margin-bottom: 0.3rem;
}

.scroll-desc p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #5E4E46;
}

@media (max-width: 768px) {
    .scroll-item {
        grid-template-columns: 40px 1fr;
        gap: 0.8rem;
    }
    .scroll-time {
        grid-column: 2;
        margin-bottom: -0.4rem;
    }
    .scroll-desc {
        grid-column: 2;
    }
}

/* 5. Manor Estate Location */
.manor-editorial-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .manor-editorial-card {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.manor-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #2D0B12;
}

.manor-rule {
    width: 45px;
    height: 1px;
    background: #B8965B;
    margin: 1.2rem 0 1.8rem;
}

.manor-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4A3B32;
    margin-bottom: 2rem;
}

.manor-protocol-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2.5rem;
}

.protocol-row {
    border-left: 2px solid #7A2838;
    padding-left: 1rem;
}

.protocol-label {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: #8E6E38;
    font-weight: 700;
}

.protocol-value {
    font-size: 0.95rem;
    color: #2D0B12;
}

.manor-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.manor-arch-frame {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    border: 6px solid #FAF5EE;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    position: relative;
}

.arch-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(45, 11, 18, 0.85);
    color: #FAF5EE;
    font-size: 0.65rem;
    letter-spacing: 2px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
}

/* 6. Seating & Floorplan */
.burgundy-search-wrap input {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 2.5rem;
    padding: 1rem 1.5rem;
    background: #FFFFFF;
    border: 1px solid #D4AF37;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.burgundy-floorplan-wrapper {
    max-width: 850px;
    margin: 3rem auto 0;
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
}

/* 7. Wax-Sealed Reply Card (RSVP) */
.wax-reply-envelope-card {
    max-width: 680px;
    margin: 0 auto;
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    border-radius: 8px;
    padding: 4rem 3rem;
    box-shadow: 0 25px 70px rgba(0,0,0,0.08);
}

.reply-card-seal {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #7A2838;
    color: #FAF5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1.2rem;
    box-shadow: 0 4px 15px rgba(122, 40, 56, 0.35);
}

.reply-card-notice {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    color: #5E4E46;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 2.5rem;
}

.burgundy-reply-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-underline-group label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8E6E38;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.form-underline-group input,
.form-underline-group select,
.form-underline-group textarea {
    width: 100%;
    padding: 0.85rem 0.5rem;
    border: none;
    border-bottom: 2px solid #D4AF37;
    background: transparent;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #2D0B12;
    outline: none;
}

.form-split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 600px) {
    .form-split-row {
        grid-template-columns: 1fr;
    }
}

/* 8. Music & Photo */
.burgundy-music-card {
    max-width: 550px;
    margin: 2rem auto 0;
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.burgundy-music-form {
    max-width: 100%;
    margin: 1.5rem auto 0;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.burgundy-music-form input {
    flex: 1;
    min-width: 240px;
    padding: 0.95rem 1.2rem;
    border: 1px solid #D4AF37;
    border-radius: 30px;
    background: #FFFFFF;
    font-size: 16px;
    outline: none;
}

.burgundy-photo-drop-box {
    max-width: 550px;
    margin: 2rem auto 0;
    background: #FAF5EE;
    border: 1px solid #D4AF37;
    border-radius: 8px;
    padding: 2.5rem;
}

.drop-camera-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.photo-name-input-row input {
    width: 100%;
    padding: 0.85rem;
    border: 1px solid #D4AF37;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 16px;
    margin-bottom: 1.2rem;
    outline: none;
}

/* 9. Royal Colophon Footer */
.burgundy-colophon-footer {
    background: #2D0B12;
    color: #FAF5EE;
    padding: 6rem 1.5rem 4rem;
}

.footer-photo-locket {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 2rem;
    background-size: cover;
    background-position: center top;
    border: 3px solid #D4AF37;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.footer-royal-crest {
    font-size: 2.2rem;
    color: #D4AF37;
    margin-bottom: 0.8rem;
}

.footer-gratitude-title {
    font-family: 'Pinyon Script', cursive;
    font-size: clamp(3.5rem, 8vw, 5.5rem);
    color: #FAF5EE;
    line-height: 1;
    margin-bottom: 1rem;
}

.footer-gratitude-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #DFD3C3;
    max-width: 500px;
    margin: 0 auto 2.5rem;
}

.footer-couple-signature span {
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D4AF37;
}

.footer-couple-signature h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #FAF5EE;
    margin-top: 0.3rem;
}

.footer-credits-line {
    margin-top: 3.5rem;
    font-size: 0.65rem;
    letter-spacing: 3px;
    color: rgba(250, 245, 238, 0.4);
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 2rem;
}

.footer-credits-line a {
    color: #D4AF37;
    text-decoration: none;
}

/* Strict Mobile 1-Row Countdown for Design 03 */
@media (max-width: 768px) {
    .deckle-parchment-card {
        padding: 3rem 1.2rem !important;
    }
    .burgundy-ribbon-countdown {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.35rem !important;
        width: 100% !important;
        margin-bottom: 2rem !important;
    }
    .ribbon-cd-box {
        min-width: 0 !important;
        flex: 1 !important;
        padding: 0.8rem 0.2rem !important;
    }
    .rc-num {
        font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
    }
    .rc-lbl {
        font-size: 0.58rem !important;
        letter-spacing: 1px !important;
    }
    .ribbon-cd-sep {
        font-size: 1rem !important;
        margin-top: -0.4rem !important;
    }
}

/* ==========================================================================
   DESKTOP ENHANCEMENTS (>= 992px)
   ========================================================================== */
@media (min-width: 992px) {
    .deckle-parchment-card {
        max-width: 840px;
        margin: 0 auto;
        padding: 5rem 4.5rem;
    }

    .unfurling-scroll-timeline {
        max-width: 820px;
        margin: 0 auto;
    }

    .manor-layout-grid {
        grid-template-columns: 1.1fr 1fr;
        gap: 4.5rem;
        align-items: center;
        max-width: 1040px;
        margin: 0 auto;
    }

    .burgundy-floorplan-wrapper {
        max-width: 860px;
        margin: 3rem auto 0;
    }

    .wax-reply-envelope-card {
        max-width: 720px;
        margin: 0 auto;
        padding: 4.5rem 3.5rem;
    }

    .burgundy-music-card,
    .burgundy-photo-drop-box {
        max-width: 720px;
        margin: 2.5rem auto 0;
        padding: 3.2rem 3rem;
    }

    .footer-gratitude-sub {
        font-size: 1.15rem;
        max-width: 620px;
        margin: 0 auto 1.5rem;
    }
}


