/* =========================================================
   SHIVA TOURS & TRAVELS
   PREMIUM COMING SOON PAGE
   MOBILE FIRST
   ========================================================= */


/* =========================================================
   RESET
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    background: #071512;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    overflow-x: hidden;
}


/* =========================================================
   MAIN PAGE
   ========================================================= */

.coming-soon {
    position: relative;

    width: 100%;
    min-height: 100vh;
    min-height: 100svh;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    isolation: isolate;
}


/* =========================================================
   BACKGROUND IMAGE
   ========================================================= */

.background {
    position: absolute;

    inset: -3%;

    z-index: -4;

    background-image: url("../assets/images/coming-soon-bg.png");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    transform: scale(1.03);

    animation: slowZoom 18s ease-in-out infinite alternate;
}


/* =========================================================
   DARK PREMIUM OVERLAY
   ========================================================= */

.overlay {
    position: absolute;

    inset: 0;

    z-index: -3;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0, 14, 11, 0.24) 0%,
            rgba(0, 12, 10, 0.12) 25%,
            rgba(0, 10, 8, 0.30) 55%,
            rgba(0, 7, 6, 0.70) 100%
        );
}


/* =========================================================
   SUBTLE CENTRAL DARKENING
   ========================================================= */

.coming-soon::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse at center 45%,
            rgba(0, 0, 0, 0.02) 0%,
            rgba(0, 0, 0, 0.14) 58%,
            rgba(0, 0, 0, 0.32) 100%
        );
}


/* =========================================================
   CONTENT
   ========================================================= */

.content {
    position: relative;

    z-index: 5;

    width: 100%;
    max-width: 1200px;

    min-height: 100vh;
    min-height: 100svh;

    padding: 42px 20px 36px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}


/* =========================================================
   LOGO AREA
   ========================================================= */

.brand {
    position: relative;

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    z-index: 6;
}


/* =========================================================
   BRIGHT SKY GLOW BEHIND LOGO
   ========================================================= */

.brand::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 165px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 250, 225, 0.74) 0%,
            rgba(255, 242, 202, 0.52) 25%,
            rgba(255, 229, 166, 0.28) 48%,
            rgba(255, 220, 155, 0.10) 64%,
            rgba(255, 220, 155, 0.00) 80%
        );

    filter: blur(14px);

    z-index: -1;

    pointer-events: none;
}


/* =========================================================
   LOGO
   ========================================================= */

.logo {
    position: relative;

    z-index: 3;

    display: block;

    width: min(180px, 42vw);

    height: auto;

    object-fit: contain;

    filter:
        brightness(1.50)
        contrast(1.12)
        drop-shadow(
            0 0 10px rgba(255, 255, 255, 0.40)
        )
        drop-shadow(
            0 5px 18px rgba(0, 0, 0, 0.75)
        );

    animation: logoFloat 5s ease-in-out infinite;
}


/* =========================================================
   INTRO
   ========================================================= */

.intro {
    width: 100%;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.eyebrow {
    margin-bottom: 14px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 4px;

    color: #f2d58d;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.90),
        0 0 12px rgba(0, 0, 0, 0.65);
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

h1 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(48px, 10vw, 135px);

    font-weight: 400;

    line-height: 0.92;

    letter-spacing: clamp(2px, 0.6vw, 7px);

    color: #ffffff;

    white-space: nowrap;

    text-shadow:
        0 4px 8px rgba(0, 0, 0, 0.80),
        0 8px 28px rgba(0, 0, 0, 0.70),
        0 0 35px rgba(0, 0, 0, 0.30);
}


/* =========================================================
   SUBTITLE
   ========================================================= */

.subtitle {
    margin-top: 20px;

    padding: 0 10px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(14px, 2vw, 20px);

    line-height: 1.5;

    color: rgba(255, 255, 255, 0.95);

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   COUNTDOWN
   ========================================================= */

.countdown {
    width: 100%;

    margin-top: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;
}


/* =========================================================
   TIME BOX
   ========================================================= */

.time-box {
    position: relative;

    width: 130px;

    min-height: 135px;

    padding: 18px 10px 14px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.055)
        );

    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.40),
        inset 0 1px 0 rgba(255, 255, 255, 0.17);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;
}


/* =========================================================
   TIME BOX TOP HIGHLIGHT
   ========================================================= */

.time-box::before {
    content: "";

    position: absolute;

    top: 0;

    left: 12%;
    right: 12%;

    height: 1px;

    background: rgba(255, 255, 255, 0.48);

    box-shadow:
        0 0 15px rgba(255, 255, 255, 0.28);
}


/* =========================================================
   COUNTDOWN NUMBER
   ========================================================= */

.time-box span {
    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 5vw, 64px);

    font-weight: 400;

    line-height: 1;

    color: #ffffff;

    font-variant-numeric: tabular-nums;

    text-shadow:
        0 3px 10px rgba(0, 0, 0, 0.78);
}


/* =========================================================
   COUNTDOWN LABEL
   ========================================================= */

.time-box small {
    margin-top: 12px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #f0d38c;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.80);
}


/* =========================================================
   COUNTDOWN SEPARATOR
   ========================================================= */

.separator {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 30px;

    color: rgba(245, 219, 153, 0.90);

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.85);

    transform: translateY(-3px);
}


/* =========================================================
   LAUNCH MESSAGE
   ========================================================= */

.launch-text {
    margin-top: 30px;

    padding: 0 15px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(13px, 1.7vw, 17px);

    line-height: 1.5;

    color: rgba(255, 255, 255, 0.90);

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   BOTTOM DECORATIVE LINE
   ========================================================= */

.bottom-line {
    width: min(520px, 90%);

    margin-top: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 13px;
}


.bottom-line span {
    width: 65px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d9bd72
        );

    opacity: 0.75;
}


.bottom-line span:last-child {
    background:
        linear-gradient(
            90deg,
            #d9bd72,
            transparent
        );
}


.bottom-line p {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    color: #e1c77f;

    white-space: nowrap;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.85);
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes slowZoom {

    0% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1.08);
    }
}


@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .content {
        padding: 38px 24px 32px;
    }

    .logo {
        width: 165px;
    }

    .brand::before {
        width: 230px;
        height: 150px;
    }

    .countdown {
        gap: 8px;
    }

    .time-box {
        width: 115px;
        min-height: 125px;
    }

    .separator {
        font-size: 25px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .coming-soon {
        min-height: 100svh;
    }


    /* Background */

    .background {
        background-position: center center;
    }


    /* Content */

    .content {
        min-height: 100svh;

        padding:
            28px
            12px
            28px;
    }


    /* Logo area */

    .brand {
        margin-bottom: 10px;
    }


    /* Mobile logo glow */

    .brand::before {
        width: 195px;
        height: 125px;

        background:
            radial-gradient(
                ellipse at center,
                rgba(255, 250, 225, 0.70) 0%,
                rgba(255, 242, 202, 0.48) 28%,
                rgba(255, 229, 166, 0.24) 50%,
                rgba(255, 220, 155, 0.08) 65%,
                rgba(255, 220, 155, 0) 80%
            );

        filter: blur(11px);
    }


    /* Mobile logo */

    .logo {
        width: min(150px, 43vw);

        filter:
            brightness(1.58)
            contrast(1.12)
            drop-shadow(
                0 0 11px rgba(255, 255, 255, 0.42)
            )
            drop-shadow(
                0 5px 18px rgba(0, 0, 0, 0.78)
            );
    }


    /* Eyebrow */

    .eyebrow {
        margin-bottom: 11px;

        font-size: 8px;

        letter-spacing: 2.4px;
    }


    /* Heading */

    h1 {
        font-size: clamp(38px, 12.5vw, 65px);

        line-height: 0.95;

        letter-spacing: 1px;
    }


    /* Subtitle */

    .subtitle {
        margin-top: 16px;

        padding: 0 10px;

        font-size: 13px;
    }


    /* Countdown */

    .countdown {
        margin-top: 28px;

        width: 100%;

        gap: 5px;
    }


    /* Time boxes */

    .time-box {
        width: calc((100vw - 58px) / 4);

        max-width: 88px;

        min-height: 94px;

        padding:
            13px
            5px
            10px;

        border-radius: 13px;

        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }


    /* Numbers */

    .time-box span {
        font-size: clamp(25px, 8.5vw, 38px);
    }


    /* Labels */

    .time-box small {
        margin-top: 8px;

        font-size: 7px;

        letter-spacing: 1px;
    }


    /* Separators */

    .separator {
        font-size: 18px;

        flex-shrink: 0;
    }


    /* Launch text */

    .launch-text {
        margin-top: 23px;

        padding: 0 18px;

        font-size: 12px;
    }


    /* Bottom line */

    .bottom-line {
        margin-top: 18px;

        gap: 8px;
    }


    .bottom-line span {
        width: 35px;
    }


    .bottom-line p {
        font-size: 7px;

        letter-spacing: 1.7px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .content {
        padding-left: 9px;
        padding-right: 9px;
    }


    .logo {
        width: 135px;
    }


    .brand::before {
        width: 175px;
        height: 115px;
    }


    .eyebrow {
        font-size: 7px;

        letter-spacing: 2px;
    }


    h1 {
        font-size: 36px;
    }


    .subtitle {
        font-size: 12px;
    }


    .countdown {
        gap: 3px;
    }


    .time-box {
        width: calc((100vw - 39px) / 4);

        min-height: 82px;

        border-radius: 11px;
    }


    .time-box span {
        font-size: 24px;
    }


    .time-box small {
        font-size: 6px;

        letter-spacing: 0.7px;
    }


    .separator {
        font-size: 15px;
    }


    .launch-text {
        font-size: 11px;
    }


    .bottom-line p {
        font-size: 6px;

        letter-spacing: 1.3px;
    }
}


/* =========================================================
   SHORT MOBILE SCREENS
   ========================================================= */

@media (max-height: 700px) and (max-width: 600px) {

    .content {
        padding-top: 18px;
        padding-bottom: 18px;
    }


    .brand {
        margin-bottom: 7px;
    }


    .logo {
        width: 115px;
    }


    .brand::before {
        width: 155px;
        height: 100px;
    }


    .eyebrow {
        margin-bottom: 8px;
    }


    .subtitle {
        margin-top: 10px;
    }


    .countdown {
        margin-top: 20px;
    }


    .launch-text {
        margin-top: 15px;
    }


    .bottom-line {
        margin-top: 12px;
    }
}


/* =========================================================
   REDUCE MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .background,
    .logo {
        animation: none;
    }
}