:root {
    --accent-azure: #1E5E7A;
    --accent-azure-dark: #123D50;
    --accent-seafoam: #E8F4F8;
    --accent-lemon: #F5D061;
    --accent-terracotta: #D97D54;
    --accent-border: #C8E0E8;
    --bg-page: #FAF8F5;
    --surface: #FFFFFF;
    --text-main: #233842;
    --text-muted: #647B85;
    --font-heading: 'Cormorant Infant', Georgia, serif;
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --shadow-soft: 0 12px 35px rgba(30, 94, 122, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); background-color: var(--bg-page); color: var(--text-main); line-height: 1.65; overflow-x: hidden; }
body.no-scroll { overflow: hidden !important; }
.container { max-width: 1050px; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }
.hidden { display: none !important; }

/* Coastal Silk Frame (Keep EXACTLY as requested) */
#coastal-intro { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: radial-gradient(circle at 50% 50%, #EDF6F8 0%, #D4E8EE 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; }
#coastal-intro.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.coastal-silk-frame { position: relative; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; }
.coastal-curtain { position: absolute; top: 0; width: 50.1%; height: 100%; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); box-shadow: inset 0 0 50px rgba(30, 94, 122, 0.12); z-index: 2; transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1); }
.coastal-curtain.curtain-left { left: 0; border-right: 1.5px solid rgba(30, 94, 122, 0.2); }
.coastal-curtain.curtain-right { right: 0; border-left: 1.5px solid rgba(30, 94, 122, 0.2); }
#coastal-intro.opened .curtain-left { transform: translateX(-100%); }
#coastal-intro.opened .curtain-right { transform: translateX(100%); }
.coastal-center-badge { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; text-align: center; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 2.8rem 3.4rem; border-radius: 32px; border: 2px solid var(--accent-azure); box-shadow: 0 25px 60px rgba(30, 94, 122, 0.2), 0 5px 20px rgba(0,0,0,0.04); transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s ease; }
#coastal-intro.opened .coastal-center-badge { transform: scale(0.85); opacity: 0; pointer-events: none; }
.coastal-shell-icon { font-size: 2.5rem; margin-bottom: 0.6rem; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.1)); }
.coastal-tag { font-size: 0.76rem; letter-spacing: 4px; text-transform: uppercase; color: var(--accent-azure); font-weight: 700; }
.coastal-couple { font-family: var(--font-heading); font-size: 2.6rem; color: var(--accent-azure-dark); line-height: 1.2; margin: 0.3rem 0; }
.coastal-wave-accent { color: var(--accent-lemon); font-size: 1rem; letter-spacing: 4px; margin: 0.3rem 0; }
.coastal-date { display: inline-block; padding: 0.35rem 1.2rem; background: var(--accent-seafoam); border: 1px solid var(--accent-border); border-radius: 20px; font-size: 0.85rem; font-weight: 600; color: var(--accent-azure); margin-top: 0.2rem; }
.coastal-prompt { margin-top: 1.6rem; font-size: 0.78rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent-azure); font-weight: 700; animation: pulse-gate 2s infinite ease-in-out; }
@keyframes pulse-gate { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.03); } }

/* Floating Buttons */
.lang-switch-btn, .music-toggle { position: fixed; z-index: 1000; width: 46px; height: 46px; border-radius: 50%; background: var(--surface); color: var(--accent-azure); border: 1.5px solid var(--accent-border); box-shadow: var(--shadow-soft); 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-seafoam); border-color: var(--accent-azure); }

/* Buttons */
.btn-amalfi-azure, .btn-amalfi-linen { padding: 0.9rem 2.2rem; border-radius: 30px; font-weight: 600; font-size: 0.95rem; text-decoration: none; cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; }
.btn-amalfi-azure { background: linear-gradient(135deg, var(--accent-azure), var(--accent-azure-dark)); color: #FFFFFF; border: none; box-shadow: 0 4px 18px rgba(30, 94, 122, 0.25); }
.btn-amalfi-linen { background: rgba(255, 255, 255, 0.95); color: var(--accent-azure); border: 1.5px solid var(--accent-azure); }
.btn-amalfi-azure:hover, .btn-amalfi-linen:hover { transform: translateY(-2px); }

/* Text Utils */
.amalfi-subheading { display: inline-block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 3.5px; color: var(--accent-azure); font-weight: 700; margin-bottom: 0.4rem; }
.amalfi-h2 { font-family: var(--font-heading); font-size: clamp(2.2rem, 5vw, 3rem); color: var(--accent-azure-dark); font-weight: 600; margin-bottom: 0.8rem; }

/* Scroll Hints */
.scroll-hint-h { display: none; }
.scroll-hint-v { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 2rem; color: var(--accent-azure); font-weight: 600; font-size: 0.9rem; animation: bounce 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(10px); } }

/* HORIZONTAL ARCHITECTURE (DESKTOP) */
@media (min-width: 769px) {
    body { overflow-y: hidden; }
    
    .horizontal-nav-indicator {
        position: fixed;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 500;
        display: flex;
        gap: 12px;
        background: rgba(255,255,255,0.8);
        padding: 10px 20px;
        border-radius: 30px;
        backdrop-filter: blur(10px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .nav-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent-border); transition: 0.3s; cursor: pointer; }
    .nav-dot.active { background: var(--accent-azure); transform: scale(1.3); }

    .horizontal-scroll-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        height: 100vh;
        width: 100vw;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        scroll-behavior: smooth;
    }
    .horizontal-scroll-container::-webkit-scrollbar { display: none; }
    
    .h-panel {
        min-width: 100vw;
        height: 100vh;
        scroll-snap-align: start;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 2rem;
    }
    
    .h-panel-inner {
        width: 100%;
        max-width: 1100px;
        max-height: 90vh;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .h-panel-inner::-webkit-scrollbar { display: none; }
    
    .scroll-hint-v { display: none; }
    .scroll-hint-h {
        position: absolute;
        right: 40px;
        bottom: 40px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-weight: 600;
        background: rgba(30, 94, 122, 0.8);
        padding: 10px 20px;
        border-radius: 30px;
        animation: bounce-right 2s infinite;
        z-index: 10;
    }
    @keyframes bounce-right { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(10px); } }

    /* specific panels horizontal rules */
    .amalfi-hero-panel { padding: 0; justify-content: center; }
    
    .scattered-postcards-wrapper { display: flex; align-items: center; gap: 4rem; }
    .h-text-side { flex: 1; }
    .h-cards-side { flex: 1; position: relative; height: 500px; }
    .positano-postcard-card { position: absolute; width: 320px; background: #fff; padding: 15px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); border: 2px solid var(--accent-border); }
    .card-front { z-index: 2; transform: rotate(-5deg); left: 0; top: 20px; }
    .card-back { z-index: 1; transform: rotate(8deg); right: 0; top: 80px; }
    .positano-postcard-card:hover { transform: scale(1.05) rotate(0); z-index: 10; }
    .postcard-img-inner { height: 350px; background-size: cover; background-position: center; border-radius: 8px; border: 1px solid var(--accent-border); }

    .h-boat-route-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 4rem; position: relative; width: 100%; }
    .h-route-line { position: absolute; top: 30px; left: 5%; right: 5%; height: 4px; background: linear-gradient(90deg, #F5D061 0%, #1E5E7A 50%, #123D50 100%); z-index: 1; }
    .h-route-stops { display: flex; justify-content: space-between; width: 100%; position: relative; z-index: 2; gap: 20px; }
    .route-stop { flex: 1; text-align: center; }
    .stop-milestone { width: 60px; height: 60px; margin: 0 auto 20px; background: #fff; border: 3px solid var(--accent-azure); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--accent-azure); font-family: var(--font-heading); box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: 0.3s; }
    .stop-card { background: #fff; padding: 20px; border-radius: 16px; border: 1.5px solid var(--accent-border); box-shadow: 0 10px 25px rgba(30,94,122,0.08); transition: 0.3s; }
    .highlight-stop .stop-milestone { background: var(--accent-azure); color: #fff; transform: scale(1.1); }
    .highlight-stop .stop-card { background: #F4FAFC; border-color: var(--accent-azure); }

    .h-cliffside-layout { display: flex; gap: 4rem; align-items: center; }
    .h-cliffside-img { flex: 1; height: 60vh; border-radius: 30px; background-size: cover; background-position: center; border: 2px solid var(--accent-border); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
    .h-cliffside-info { flex: 1; }
    
    .h-postcard-rsvp { display: flex; background: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.1); border: 2px solid var(--accent-border); }
    .h-rsvp-left { flex: 1; background: var(--accent-seafoam); padding: 4rem; display: flex; flex-direction: column; justify-content: center; border-right: 2px dashed var(--accent-azure); }
    .h-rsvp-right { flex: 1.2; padding: 4rem; }

    .h-combo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
    .h-footer { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--accent-border); }
}

/* MOBILE VERTICAL SCROLL RULES */
@media (max-width: 768px) {
    .horizontal-nav-indicator { display: none; }
    .horizontal-scroll-container { display: block; overflow-x: hidden; overflow-y: auto; height: auto; }
    .h-panel { min-width: 100%; height: auto; padding: 4rem 1rem; border-bottom: 1px solid var(--accent-border); }
    .h-panel-inner { width: 100%; overflow: visible; }
    
    .scattered-postcards-wrapper { flex-direction: column; gap: 2rem; }
    .h-cards-side { height: auto; display: flex; flex-direction: column; gap: 1rem; }
    .positano-postcard-card { position: relative; width: 100%; transform: none !important; border: 2px solid var(--accent-border); padding: 15px; border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft); }
    .card-front, .card-back { top: 0; left: 0; right: 0; }
    .postcard-img-inner { height: 280px; background-size: cover; background-position: center; border-radius: 8px; border: 1px solid var(--accent-border); }
    
    .h-boat-route-wrapper { display: flex; flex-direction: column; position: relative; margin-top: 2rem; }
    .h-route-line { position: absolute; left: 30px; top: 0; bottom: 0; width: 4px; height: auto; background: linear-gradient(180deg, #F5D061 0%, #1E5E7A 50%, #123D50 100%); z-index: 1; }
    .h-route-stops { flex-direction: column; gap: 2rem; }
    .route-stop { display: flex; text-align: left; align-items: center; gap: 20px; }
    .stop-milestone { margin: 0; z-index: 2; flex-shrink: 0; width: 60px; height: 60px; background: #fff; border: 3px solid var(--accent-azure); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--accent-azure); font-family: var(--font-heading); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
    .stop-card { background: #fff; padding: 20px; border-radius: 16px; border: 1.5px solid var(--accent-border); flex: 1; box-shadow: var(--shadow-soft); }
    
    .h-cliffside-layout { flex-direction: column; gap: 2rem; }
    .h-cliffside-img { height: 300px; width: 100%; border-radius: 20px; background-size: cover; background-position: center; border: 2px solid var(--accent-border); }
    
    .h-postcard-rsvp { flex-direction: column; border-radius: 20px; background: #fff; border: 2px solid var(--accent-border); overflow: hidden; box-shadow: var(--shadow-soft); }
    .h-rsvp-left { border-right: none; border-bottom: 2px dashed var(--accent-azure); padding: 2.5rem 1.5rem; background: var(--accent-seafoam); text-align: center; }
    .h-rsvp-right { padding: 2.5rem 1.5rem; }
    
    .h-combo-grid { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 3rem !important; }
    .h-footer { padding-top: 2rem; border-top: 1px solid var(--accent-border); }

    /* Countdown strict mobile layout */
    .sundial-inner {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0.35rem !important;
        width: 100% !important;
        margin: 1.5rem auto !important;
    }
    .amalfi-ceramic-tile {
        width: 100% !important;
        height: 88px !important;
        padding: 0.3rem 0.1rem !important;
        border-radius: 12px !important;
        background: #fff;
        border: 2px solid var(--accent-azure);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tile-num { font-size: clamp(1.4rem, 5.5vw, 2rem) !important; font-family: var(--font-heading); color: var(--accent-azure-dark); line-height: 1 !important; font-weight: 700; }
    .tile-lbl { font-size: 0.6rem !important; letter-spacing: 1px !important; color: var(--text-muted); margin-top: 5px; }

    /* Floorplan mobile */
    .floorplan-stage { height: 420px !important; }
    .floorplan-head-table { width: 145px !important; height: 46px !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; }
    
    /* Inputs min 16px */
    input, select, textarea { font-size: 16px !important; }
}

/* Common Element Styling */
.amalfi-hero-panel { position: relative; }
.amalfi-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; transform: scale(1.04); filter: brightness(0.92); z-index: 1; }
.amalfi-hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(250, 248, 245, 0.45) 0%, rgba(250, 248, 245, 0.88) 75%, var(--bg-page) 100%); z-index: 2; }
.h-hero-content { position: relative; z-index: 3; max-width: 820px; margin: 0 auto; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(16px); padding: 4.5rem 3rem 3.5rem; border-radius: 40px 40px 24px 24px; border: 2px solid var(--accent-border); box-shadow: 0 25px 60px rgba(30,94,122,0.12); text-align: center; }
.amalfi-lemon-crest { position: absolute; top: -24px; left: 50%; transform: translateX(-50%); padding: 0.5rem 1.4rem; border-radius: 24px; background: var(--surface); border: 2px solid var(--accent-azure); font-size: 1.1rem; letter-spacing: 4px; }
.amalfi-pretitle { font-size: 0.78rem; font-weight: 700; letter-spacing: 4px; color: var(--accent-azure); display: block; margin-bottom: 0.6rem; text-transform: uppercase; }
.amalfi-couple-title { font-family: var(--font-heading); font-size: clamp(2.8rem, 7vw, 4.8rem); color: var(--accent-azure-dark); margin: 0.6rem 0; line-height: 1.15; }
.a-amp { font-style: italic; color: var(--accent-lemon); margin: 0 0.4rem; font-weight: 400; }
.amalfi-hero-quote { font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; color: var(--text-muted); margin: 0 auto 1.8rem; max-width: 620px; }
.amalfi-date-capsule { display: inline-flex; align-items: center; gap: 0.8rem; background: var(--accent-seafoam); padding: 0.65rem 1.6rem; border-radius: 30px; border: 1px solid var(--accent-border); color: var(--accent-azure); font-weight: 600; margin-bottom: 2rem; flex-wrap: wrap; justify-content: center; }
.amalfi-hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.amalfi-wave-divider { display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 1.2rem 0; }
.amalfi-wave-divider.left-align { justify-content: flex-start; }
.w-line { height: 1.5px; width: 60px; background: var(--accent-border); }
.w-line.short { width: 35px; }
.w-icon { font-size: 1.1rem; color: var(--accent-azure); }

.positano-stamp { position: absolute; top: -16px; right: 20px; width: 68px; height: 68px; border: 2px dashed var(--accent-azure); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,0.95); font-size: 0.62rem; font-weight: 700; color: var(--accent-azure-dark); transform: rotate(12deg); z-index: 5; }
.p-title { display: block; font-size: 0.72rem; letter-spacing: 2px; color: var(--accent-azure); font-weight: 700; margin-top: 15px; text-align: center; }
.p-sub { display: block; font-family: var(--font-serif); font-size: 1.05rem; color: var(--accent-azure-dark); font-style: italic; text-align: center; margin-top: 5px; }

.amalfi-p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 1.3rem; }
.amalfi-quote-box { font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; color: var(--accent-azure-dark); border-left: 3.5px solid var(--accent-azure); padding: 0.8rem 1.4rem; margin: 1.8rem 0; background: var(--accent-seafoam); border-radius: 0 14px 14px 0; line-height: 1.65; }
.amalfi-sign-block span { font-family: var(--font-serif); font-style: italic; color: var(--text-muted); }
.amalfi-sign-block h4 { font-family: var(--font-heading); font-size: 2rem; color: var(--accent-azure-dark); margin-top: 0.2rem; }

.amalfi-sundial-wrapper { max-width: 600px; margin: 2rem auto; }
@media (min-width: 769px) {
    .sundial-inner { display: flex; gap: 20px; justify-content: center; }
    .amalfi-ceramic-tile { width: 120px; height: 130px; background: #fff; border: 2px solid var(--accent-azure); border-radius: 16px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 10px 25px rgba(30,94,122,0.1); }
    .tile-num { font-size: 3rem; font-family: var(--font-heading); font-weight: 700; color: var(--accent-azure-dark); line-height: 1; }
    .tile-lbl { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-top: 10px; font-weight: 600; }
}

.amalfi-cal-actions { display: flex; gap: 1rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }

.stop-card h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--accent-azure-dark); margin-bottom: 0.4rem; }
.stop-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; }

.cliffside-address { font-size: 1.05rem; font-weight: 600; color: var(--accent-azure-dark); margin: 0.4rem 0 1.2rem; }
.cliffside-desc { color: var(--text-muted); line-height: 1.7; margin-bottom: 1.8rem; }
.amalfi-concierge-notes { background: var(--accent-seafoam); border-radius: 16px; padding: 1.2rem 1.4rem; margin-bottom: 1.8rem; border-left: 3.5px solid var(--accent-azure); }
.note-row { font-size: 0.9rem; color: var(--text-main); margin-bottom: 0.6rem; }
.cliffside-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Form styles */
.amalfi-form { text-align: left; }
.a-form-group { margin-bottom: 1.2rem; }
.a-form-group label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--accent-azure-dark); margin-bottom: 0.4rem; }
.a-form-group input, .a-form-group select, .a-form-group textarea { width: 100%; padding: 0.88rem 1.15rem; border-radius: 12px; border: 1.5px solid var(--accent-border); background: var(--bg-page); font-family: inherit; font-size: 0.95rem; outline: none; transition: 0.2s; color: var(--text-main); }
.a-form-group input:focus, .a-form-group select:focus, .a-form-group textarea:focus { border-color: var(--accent-azure); box-shadow: 0 0 0 3px rgba(30,94,122,0.18); background: #fff; }
.a-form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.submit-btn { margin-top: 1rem; width: 100%; }

.ticket-crest-icon { font-size: 1.2rem; letter-spacing: 3px; margin-bottom: 0.5rem; font-weight: 700; color: var(--accent-azure); }
.amalfi-rsvp-prompt { font-size: 0.98rem; color: var(--text-muted); line-height: 1.65; max-width: 580px; margin: 0 auto 2.2rem; }

.search-azure-wrap { display: flex; align-items: center; max-width: 480px; margin: 1.8rem auto 2.2rem; }
.search-azure-wrap input { width: 100%; padding: 1rem 1.8rem; border-radius: 35px; border: 1.5px solid var(--accent-border); background: var(--bg-page); font-size: 1rem; outline: none; }
.search-azure-wrap input:focus { border-color: var(--accent-azure); background: #fff; box-shadow: 0 6px 22px rgba(30,94,122,0.16); }

.amalfi-floorplan-card { background: #fff; border: 1.5px solid var(--accent-border); border-radius: 28px; padding: 2.5rem; box-shadow: 0 15px 40px rgba(0,0,0,0.08); margin: 0 auto; max-width: 900px; }
.floorplan-header { margin-bottom: 1.2rem; }
.floorplan-header h3 { font-family: var(--font-heading); font-size: 1.8rem; color: var(--accent-azure-dark); margin-bottom: 0.3rem; }
.floorplan-stage { width: 100%; height: 500px; background: var(--bg-page); border: 1.5px dashed var(--accent-border); border-radius: 20px; position: relative; margin-top: 1rem; overflow: hidden; }
.floorplan-table { position: absolute; transform: translate(-50%, -50%); width: 68px; height: 68px; border-radius: 50%; background: #FFFFFF; border: 2px solid var(--accent-azure); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--accent-azure-dark); cursor: pointer; box-shadow: 0 3px 10px rgba(0,0,0,0.06); transition: 0.25s; z-index: 4; }
.floorplan-table.shape-rect { border-radius: 10px; width: 88px; height: 52px; }
.floorplan-table.shape-rect.rotated { width: 52px; height: 88px; }
.floorplan-head-table { position: absolute; transform: translate(-50%, -50%); width: 160px; height: 52px; background: linear-gradient(135deg, var(--accent-azure), var(--accent-azure-dark)); color: #FFFFFF; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; z-index: 5; box-shadow: 0 4px 15px rgba(30, 94, 122, 0.3); padding: 0.2rem 0.5rem; text-align: center; }

.amalfi-music-card, .amalfi-photo-card { background: #fff; padding: 2.5rem; border-radius: 24px; border: 1.5px solid var(--accent-border); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.amalfi-music-form { display: flex; gap: 10px; margin-top: 1.5rem; flex-wrap: wrap; }
.amalfi-music-form input { flex: 1; min-width: 200px; padding: 0.9rem 1.4rem; border-radius: 30px; border: 1.5px solid var(--accent-border); outline: none; background: var(--bg-page); }
.amalfi-music-form input:focus { border-color: var(--accent-azure); background: #fff; }

.photo-dropzone { border: 2px dashed var(--accent-azure); border-radius: 18px; padding: 2rem; background: var(--bg-page); cursor: pointer; text-align: center; margin: 1.5rem 0; transition: 0.3s; }
.photo-dropzone:hover { background: var(--accent-seafoam); }
.photo-dropzone p { font-weight: 600; color: var(--accent-azure-dark); margin-bottom: 0.3rem; }

.amalfi-seating-results { max-width: 500px; margin: 0 auto 2.5rem; }
.seating-result-item { background: #fff; border: 1.5px solid var(--accent-border); padding: 1.2rem 1.6rem; border-radius: 16px; margin-bottom: 0.8rem; display: flex; justify-content: space-between; align-items: center; box-shadow: var(--shadow-soft); }
.seating-guest-name { font-weight: 600; color: var(--accent-azure-dark); font-size: 1.1rem; }
.seating-table-badge { background: var(--accent-seafoam); color: var(--accent-azure); padding: 0.4rem 1.1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600; border: 1px solid var(--accent-border); }
.floorplan-table .table-num { font-size: 1.1rem; font-weight: 700; }
.floorplan-head-table .table-title { font-weight: 700; font-size: 0.85rem; }
.floorplan-table.highlighted, .floorplan-head-table.highlighted {
    box-shadow: 0 0 0 4px var(--accent-lemon), 0 6px 22px rgba(30, 94, 122, 0.4) !important;
    transform: translate(-50%, -50%) scale(1.22) !important;
    border-color: var(--accent-lemon) !important;
    z-index: 10 !important;
}

.footer-photo-circle { width: 130px; height: 130px; border-radius: 50%; margin: 0 auto 1.5rem; background-size: cover; border: 3px solid var(--accent-lemon); }
.footer-names-amalfi { font-family: var(--font-heading); font-size: 3rem; margin-bottom: 0.6rem; color: var(--accent-azure-dark); }
.footer-thanks-quote { font-family: var(--font-serif); font-style: italic; color: var(--accent-azure); margin-bottom: 1.4rem; font-size: 1.15rem; }
.footer-date-pill { display: inline-block; padding: 0.35rem 1.2rem; background: var(--accent-seafoam); border-radius: 20px; margin-bottom: 2rem; border: 1px solid var(--accent-border); font-size: 0.85rem; color: var(--accent-azure); font-weight: 600; }
.footer-credits-amalfi { font-size: 0.72rem; letter-spacing: 2px; color: var(--text-muted); }

/* Base Reveal Defaults */
.reveal { transition: all 0.8s ease; opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
