body {
    margin: 0;
    font-family: 'Cinzel', serif;
    background: #fdfaf6;
    color: #4a1c1c;
    text-align: center;
}

/* Cinematic */
#cinematic {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg,#800000,#000);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.cinematic-arabic {
    font-family:'Scheherazade New';
    font-size:36px;
    color:#d4af37;
}

/* Signature */
.signature-arabic {
    font-family:'Scheherazade New';
    font-size:38px;
    color:#d4af37;
}

.signature-logo {
    font-size:30px;
    color:#800000;
}

/* Gold shimmer */
.shimmer {
    background: linear-gradient(90deg,#d4af37,#fff,#d4af37);
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 3s infinite;
}

@keyframes shine {
    from {background-position:-200px;}
    to {background-position:200px;}
}

/* Royal Card */
.royal-card {
    margin:20px;
    padding:20px;
    border:2px solid #d4af37;
    border-radius:12px;
    background:#fffaf3;
}

/* Couple Layout */
.couple {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.person h1 {
    color:#800000;
    margin:5px;
}

.parents {
    font-size:14px;
    color:#2e8b57;
}

/* Urdu */
.urdu-title, .urdu-line {
    font-family:'Noto Nastaliq Urdu';
    direction:rtl;
}

/* Divider */
.divider {
    width:60px;
    height:3px;
    background:#d4af37;
    margin:15px auto;
}

/* Particles canvas */
#particles {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}

/* Mobile */
@media(max-width:600px){
    .couple {flex-direction:column;}
}
