html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}


 body {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    min-height: 100svh; /* modern mobile-safe viewport */
}
/* 🎥 FIXED BACKGROUND LAYER (NO GRAY EVER) */
body::after {
    content: "";
    position: fixed;
    inset: -10%;
    background: url('bg-main.jpeg') center / cover no-repeat;
    z-index: -2;
    
}

/* FLASHING OVERLAY (VISIBLE) */
body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(97, 83, 83, 0.45);
    animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
    0% { background: rgba(11, 11, 11, 0.35); }
    30% { background: rgba(14, 14, 14, 0.55); }
    100% { background: rgba(0, 0, 0, 0.35); }
}

/* WELCOME SCREEN */

#welcome {
    position: absolute;
    inset: 0;
    background: url('bg-welcome.jpeg') top/cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 60px; /* moves text up from bottom */
    z-index: 5;
}
#welcome h1 {
    font-size: 2rem;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.15);
    padding: 20px 40px;
    border-radius: 20px;
    text-align: center;
}

/* MAIN CONTAINER */


/* ✨ LOGO SOFT GLOW */
.logo {
    width: 190px;
    margin-bottom: 0px;     /* reduce gap */
    transform: translateY(-15px);
    animation: logoGlow 4s ease-in-out infinite;
}
.brand-name {
    transform: translateY(-14px); }

@keyframes logoGlow {
    0% {
        filter: drop-shadow(0 0 0px rgba(255,215,0,0.2));
        opacity: 0.9;
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(255,215,0,0.6));
        opacity: 1;
    }
    100% {
        filter: drop-shadow(0 0 0px rgba(255,215,0,0.2));
        opacity: 0.9;
    }
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    gap: 5px;       /* 👈 controls spacing between ALL items */
    padding: 30px;
    z-index: 2;
}

.hidden {
    display: none;
}

.description {
    font-size: 1rem;
    max-width: 420px;
    opacity: 0.9;
}

.brand-name {
    font-size: 3rem;
    margin-bottom: 0;
}

.contact p {
    margin: 6px 0;
}

/* 🧊 GLASSMORPHISM SOCIAL ICONS */
.social {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 5px;
}

.social a {
    width: 65px;
    height: 65px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.1); /* more transparent */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);

    color: white;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

/* Hover effect: red glow like logo */
.social a:hover {
    transform: scale(1.15);
    background: rgba(255,0,0,0.15); /* subtle red tint on hover */
    box-shadow: 0 0 15px rgba(255,0,0,0.6);
}

/* MOBILE */
@media (max-width: 600px) {
    .brand-name {
        font-size: 1.6rem;
    }
}

/* 📞 ✉️ CTA GLASS BUTTONS */
.contact-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}
.contact-buttons a:hover {
    transform: scale(1.15);
    background: rgba(255,0,0,0.15); /* subtle red tint on hover */
    box-shadow: 0 0 15px rgba(255,0,0,0.6);
}


.brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    margin-bottom: 0;
    transform: translateY(-14px);
}
#welcome h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.15);
    padding: 20px 40px;
    border-radius: 20px;
    text-align: center;
}

.glass-btn {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 14px 22px;
    border-radius: 18px;

    background: rgba(255,255,255,.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);

    color: white;
    text-decoration: none;
    font-size: 1rem;

    transition: all 0.3s ease;
}

.glass-btn i {
    font-size: 1.1rem;
}

.glass-btn:hover {
    transform: scale(1.08);
    background: rgba(255,255,255,0.35);
}

.glass-btn:active {
    transform: scale(0.96);
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

/* 🌊 SLOW WAVE BACKGROUND EFFECT */
body {
    animation: bgWave 20s ease-in-out infinite alternate;
}

@keyframes bgWave {
    0% {
        background-position: center;
        background-size: 100%;
    }
    50% {
        background-position: 52% 48%;
        background-size: 105%;
    }
    100% {
        background-position: 48% 52%;
        background-size: 100%;
    }
}

/* 🔴 BORDER-RUNNING LIGHT — 3px OUTSIDE */
.welcome-border {
    position: relative;
    border-radius: 20px;
    overflow: visible; /* important so light can sit outside */
}

/* shared light style */
.welcome-border span {
    position: absolute;
    background: linear-gradient(90deg, transparent, red, transparent);
}

/* TOP EDGE */
.welcome-border span:nth-child(1) {
    top: -3px;
    left: -100%;
    width: 100%;
    height: 2px;
    animation: runTop 2s linear infinite;
}

/* RIGHT EDGE */
.welcome-border span:nth-child(2) {
    top: -100%;
    right: -3px;
    width: 2px;
    height: 100%;
    animation: runRight 2s linear infinite;
    animation-delay: 0.5s;
}

/* BOTTOM EDGE */
.welcome-border span:nth-child(3) {
    bottom: -3px;
    right: -100%;
    width: 100%;
    height: 2px;
    animation: runBottom 2s linear infinite;
    animation-delay: 1s;
}

/* LEFT EDGE */
.welcome-border span:nth-child(4) {
    bottom: -100%;
    left: -3px;
    width: 2px;
    height: 100%;
    animation: runLeft 2s linear infinite;
    animation-delay: 1.5s;
}

/* animations */
@keyframes runTop { to { left: 100%; } }
@keyframes runRight { to { top: 100%; } }
@keyframes runBottom { to { right: 100%; } }
@keyframes runLeft { to { bottom: 100%; } }