/* ========================================
   Font Face - Helvetica Bold
   ======================================== */
@font-face {
    font-family: 'HelveticaBold';
    src: url('Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   Reset & Base Styles
   ======================================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'HelveticaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/* ========================================
   Splash Container
   ======================================== */
.splash-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========================================
   Background
   ======================================== */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('BACKGROUND.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* ========================================
   Content Overlay
   ======================================== */
.content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3vh 5vw;
}

/* ========================================
   Top Logo (d5-marakez)
   ======================================== */
.top-logo-section {
    margin-bottom: 10vh;
}

.top-logo {
    height: 10vh;
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

/* ========================================
   Coming Soon Text
   ======================================== */
.coming-soon {
    font-family: 'HelveticaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #E84B2B;
    font-size: clamp(0.9rem, 2.25vw, 1.6rem);
    letter-spacing: 0.55em;
    text-transform: uppercase;
    margin-bottom: 3vh;
    text-align: center;
}

/* ========================================
   Main Logo
   ======================================== */
.main-logo-section {
    margin-bottom: 4vh;
}

.main-logo {
    width: clamp(200px, 23vw, 420px);
    height: auto;
    object-fit: contain;
}

/* ========================================
   Tagline
   ======================================== */
.tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    margin-bottom: 5vh;
    flex-wrap: wrap;
}

.tagline-word {
    font-family: 'HelveticaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #E84B2B;
    font-size: clamp(0.76rem, 1.8vw, 1.35rem);
    letter-spacing: 0.45em;
    text-transform: uppercase;
}

/* ========================================
   Brought To You By
   ======================================== */
.brought-by {
    font-family: 'HelveticaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: clamp(0.55rem, 1vw, 0.8rem);
    letter-spacing: 0.45em;
    text-transform: uppercase;
    margin-bottom: 4vh;
    text-align: center;
}

/* ========================================
   Footer Logos
   ======================================== */
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2.5rem, 7vw, 5rem);
    flex-wrap: wrap;
}

.footer-logo {
    height: clamp(50px, 6vh, 100px);
    width: auto;
    object-fit: contain;
}

/* Digitent and P+US logos have large transparent padding in source images.
   Scale them up so visible content matches the other logos visually. */
#logo-digitent {
    height: clamp(120px, 16vh, 220px);
    margin: clamp(-35px, -5vh, -60px) clamp(-20px, -2vw, -40px);
}

#logo-plus {
    height: clamp(100px, 19vh, 180px);
    margin: clamp(-25px, -3.5vh, -40px) clamp(-15px, -1.5vw, -30px);
}

/* ========================================
   Responsive - Tablets
   ======================================== */
@media (max-width: 1024px) {
    .main-logo {
        width: clamp(180px, 35vw, 350px);
    }

    .tagline {
        gap: clamp(1rem, 3vw, 3rem);
    }

    .coming-soon {
        font-size: clamp(0.9rem, 2.2vw, 1.5rem);
        letter-spacing: 0.45em;
    }

    .tagline-word {
        font-size: clamp(0.75rem, 1.8vw, 1.2rem);
    }
}

/* ========================================
   Responsive - Mobile Landscape
   ======================================== */
@media (max-width: 768px) {
    .content {
        padding: 3vh 4vw;
        justify-content: space-evenly;
    }

    .top-logo {
        height: 8vh;
        max-height: 70px;
    }

    .top-logo-section {
        margin-bottom: 0;
    }

    .coming-soon {
        font-size: clamp(0.75rem, 3vw, 1.1rem);
        letter-spacing: 0.35em;
        margin-bottom: 0;
    }

    .main-logo-section {
        margin-bottom: 0;
    }

    .main-logo {
        width: clamp(160px, 50vw, 280px);
    }

    .tagline {
        gap: clamp(0.8rem, 3vw, 2rem);
        margin-bottom: 0;
    }

    .tagline-word {
        font-size: clamp(0.65rem, 2.5vw, 0.95rem);
        letter-spacing: 0.3em;
    }

    .brought-by {
        font-size: clamp(0.5rem, 2vw, 0.7rem);
        letter-spacing: 0.3em;
        margin-bottom: 0;
    }

    .footer-logos {
        gap: clamp(0.3rem, 1.5vw, 1rem);
        flex-wrap: nowrap;
    }

    .footer-logo {
        height: clamp(25px, 4vh, 35px);
    }

    #logo-digitent {
        height: clamp(60px, 10vh, 80px);
        margin: clamp(-18px, -3vh, -25px) clamp(-8px, -1vw, -15px);
    }

    #logo-plus {
        height: clamp(95px, 12vh, 95px);
        margin: clamp(-15px, -2.5vh, -20px) clamp(-6px, -0.8vw, -12px);
    }
}

/* ========================================
   Responsive - Mobile Portrait (small)
   ======================================== */
@media (max-width: 480px) {
    .content {
        padding: 3vh 5vw;
        justify-content: space-evenly;
    }

    .top-logo {
        height: 7vh;
        max-height: 60px;
    }

    .top-logo-section {
        margin-bottom: 0;
    }

    .coming-soon {
        font-size: clamp(0.65rem, 3.5vw, 0.95rem);
        letter-spacing: 0.3em;
        margin-bottom: 0;
    }

    .main-logo-section {
        margin-bottom: 0;
    }

    .main-logo {
        width: clamp(140px, 55vw, 240px);
    }

    .tagline {
        gap: clamp(0.6rem, 4vw, 1.5rem);
        margin-bottom: 0;
        padding: 0 2vw;
    }

    .tagline-word {
        font-size: clamp(0.55rem, 3vw, 0.85rem);
        letter-spacing: 0.2em;
    }

    .brought-by {
        font-size: clamp(0.45rem, 2.5vw, 0.6rem);
        letter-spacing: 0.25em;
        margin-bottom: 0;
    }

    .footer-logos {
        gap: clamp(0.2rem, 1vw, 0.8rem);
        padding: 0 2vw;
        flex-wrap: nowrap;
    }

    .footer-logo {
        height: clamp(20px, 3.5vh, 30px);
    }

    #logo-digitent {
        height: clamp(50px, 8vh, 65px);
        margin: clamp(-15px, -2.5vh, -20px) clamp(-5px, -0.5vw, -10px);
    }

    #logo-plus {
        height: clamp(45px, 7vh, 60px);
        margin: clamp(-12px, -2vh, -18px) clamp(-4px, -0.4vw, -8px);
    }
}

/* ========================================
   Responsive - Very small screens
   ======================================== */
@media (max-width: 360px) {
    .tagline {
        gap: 0.5rem;
    }

    .tagline-word {
        font-size: 0.55rem;
        letter-spacing: 0.15em;
    }

    .footer-logos {
        gap: 0.5rem;
    }

    .footer-logo {
        height: 30px;
    }

    .main-logo {
        width: 130px;
    }
}

/* ========================================
   Landscape mode on mobile
   ======================================== */
@media (max-height: 500px) {
    .content {
        padding: 1vh 5vw;
        justify-content: space-evenly;
    }

    .top-logo {
        height: 10vh;
        max-height: 50px;
    }

    .top-logo-section {
        margin-bottom: 0.5vh;
    }

    .coming-soon {
        font-size: 0.7rem;
        margin-bottom: 1vh;
    }

    .main-logo-section {
        margin-bottom: 1vh;
    }

    .main-logo {
        width: 150px;
    }

    .tagline {
        margin-bottom: 1.5vh;
    }

    .tagline-word {
        font-size: 0.65rem;
    }

    .brought-by {
        margin-bottom: 1vh;
        font-size: 0.5rem;
    }

    .footer-logo {
        height: 35px;
    }
}

/* ========================================
   Site Footer
   ======================================== */
.site-footer {
    background-color: #000000;
    padding: 4rem 6rem;
    font-family: 'HelveticaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
}

/* Footer Left */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-brand-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-brand-logo {
    height: 35px;
    width: auto;
    object-fit: contain;
}

.footer-date {
    color: #FFFFFF;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.footer-brand-name {
    color: #666666;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
}

.footer-copyright {
    color: #444444;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
}

/* Footer Right */
.footer-right {
    display: flex;
    gap: 6rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-heading {
    color: #FFFFFF;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.3rem;
}

.footer-link {
    color: #666666;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #E84B2B;
}


/* Footer Responsive - Mobile */
@media (max-width: 768px) {
    .site-footer {
        padding: 2.5rem 1.5rem;
    }

    .footer-inner {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-right {
        gap: 3rem;
        width: 100%;
    }

    .footer-brand-logo {
        height: 28px;
    }

    .footer-date {
        font-size: 0.75rem;
    }

    .footer-brand-name {
        font-size: 0.75rem;
    }

    .footer-copyright {
        font-size: 0.65rem;
    }

    .footer-heading {
        font-size: 0.75rem;
    }

    .footer-link {
        font-size: 0.7rem;
    }
}