
#bookingPaused {
    position: relative;
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
opacity: 0;
display: none;
}


 #bookingPaused.openedp {
                     opacity: 1;
    display: flex;
    pointer-events: all;
                }

.bookingPaused-wrapper {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    max-width: 680px;
    background: transparent;
    display: flex;
    height: 80%;
    flex-direction: column;
    text-align: center;
    color: white;
}
.bookingPaused-wrapper p {
    font-size: 1.9em;
    font-weight: bold;
    text-shadow: 0 4px 10px black;
}

.ppp {
    color: rgb(255, 0, 0);
    font-size: 2em;
}


#bookingPaused::before {

    background-image: url(IMG_5229.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: brightness(.3);
    content: '';

}



#intro2 {
    width: 100vw;
    height: auto;
    min-height: 100vh;
}

#logoVideo {
    animation: loadSpin 6s ease-in forwards, hideIt 4s ease-out forwards 8s;
}

@keyframes loadSpin {
    from {
opacity: 0;
    }
    to {
opacity: 1;
    }
}

@keyframes hideIt {
    from {
opacity: 1;

    }
    to {
opacity: 0;
display: none;
    }
}


#showcase img {
filter: brightness(.8) contrast(1.06) saturate(.9);
}

/*checkk*/
@media screen and (max-width: 600px) {

    #article {
        width: 100% !important;
        height: 66svh;
        overflow: hidden;
        max-height: 420px;
    }


    #innerScrolly {
        z-index: 100;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
pointer-events: all;
scroll-behavior: smooth;
    }


            #actualShowcase::before {
            background-image: url(spray2.jpg) !important;
            }
    .overlay::before {
            width: 124% !important;
    }
}

.overlay::before {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    left: 50% !important;
    width: 50%;
    height: 100% !important;
background-image: url(action.jpg) !important;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center  !important;
filter: brightness(0.4) contrast(1.02) saturate(1.02) blur(3px);
animation: pageLoad 3s ease-in;
}

@keyframes pageLoad {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




.hero2 {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-inner {
    position: relative;
    z-index: 2;
}

.hero-copy h2,
.hero-copy p {
    margin-bottom: 0.6rem;
}

.hero-highlights {
    display: inline-flex;
    gap: 1.8rem;
    margin-top: 1.6rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    opacity: 0.9;
}

.hero-highlights span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    margin-right: 0.5rem;
    background: rgba(255, 255, 255, 0.6);
}

.hero-cta-row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-primary-hero,
.btn-ghost-hero {
    padding: 0.7rem 1.8rem;
    border-radius: 999px;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn-primary-hero {
    background: rgba(255, 255, 255, 0.97);
    color: #000;
}

.btn-ghost-hero {
    background: transparent;
    color: #fff;
}

.btn-primary-hero:hover,
.btn-ghost-hero:hover {
    transform: translateY(-2px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.btn-primary-hero:hover {
    background: #ffffff;
    color: #000;
}

.hero-meta {
    margin-top: 1.8rem;
    font-size: 0.8rem;
    opacity: 0.7;
}

/* scroll indicator */

.scroll-indicator {
    position: absolute;
bottom: 14svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.8;
    z-index: 2;
    text-align: center;
    width: 100vw;
}

.scroll-label {
    font-size: 0.7rem;
}

.scroll-line {
    width: 1px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0);
}

.scroll-line::after {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    background: rgba(255, 255, 255, 0.85);
    animation: scrollPulse 1.5s infinite ease-in-out;
}

@keyframes scrollPulse {
    0% { transform: translateY(0); opacity: 0; }
    20% { opacity: 1; }
    100% { transform: translateY(40px); opacity: 0; }
}

.hero2::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 140px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-highlights {
        flex-direction: column;
        gap: 0.4rem;
    }

    .hero-cta-row {
        flex-direction: column;
        align-items: center;
    }
}


















header {
    border-bottom: 1px solid  rgba(255, 255, 255, 0.1);
}

.steps {
    background: transparent;
}

#dataOne p, #dataTwo p, #dataThree p, #dataFour p {
font-size: clamp(18px, 3.2vw, 24px);
line-height: 1.56;
}

.hiddenData {
    opacity: 0;
    transform: scale(0.92);
    transition: all 2.2s ease-in-out .08s;
}

.visibleData {
    opacity: 1;
    transform: scale(1);
    text-shadow: 0 0 4px black;
}

.visibleData p {
    font-weight: lighter;
}




#title {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-top: 2svh !important;
    font-weight: 600 !important;
}

#titleTwo {
        font-family: 'IBM Plex Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
font-weight: lighter;
    margin-top: 3svh !important;

}
#pText {
    margin-top: 8svh !important;
}


::-webkit-scrollbar {
display: none;           
visibility: hidden;
        }

        :root {
            --bg: #0b0b0d;
            --card: #121218;
            --muted: #9aa0a6;
            --text: #f5f7fb;
            --accent: #6aa6ff;
            --accent-2: #9b7bff;
            --ring: rgba(106, 166, 255, .35);
            --ok: #22c55e;
            --warn: #f59e0b;
            --danger: #ef4444;
            --radius: 18px;
            --shadow: 0 10px 30px rgba(0, 0, 0, .35);
            --shadow-sm: 0 6px 18px rgba(0, 0, 0, .25);
            --max: 1200px;


            --fade-ms: 1200ms;
    --step-h: 78svh;
        }

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

        html,
        body {
            height: 100%;
            width: 100vw;
            background-color: black;
        }

        html {
            scroll-behavior: smooth
        }

        body {
            padding: 0;
            overflow-x: hidden;
            margin: 0;
            background-repeat: no-repeat;
            font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
           /* background:
                radial-gradient(1200px 800px at 8% -10%, #15151b, transparent),
                radial-gradient(900px 500px at 110% 10%, #11111a, transparent),
                linear-gradient(180deg, #0a0a0c, #0b0b0d 20%, #0b0b0d 80%, #09090b);*/
                background: black;
            color: var(--text);
            line-height: 1.69;
        }



        #actualShowcase {
            width: 100vw;
            height: 100vh;
           align-items: center;
           align-content: center;
            display: flex;
            margin-top: 0;
            text-align: center;
            padding-top: 0;
            justify-content: center;

                   background: linear-gradient(to bottom, #000000ef, #00000063, #00000000, #00000063, #000);

                                }

        #actualShowcase::before {
            content: " ";
           
            width: 100%;
            height: 100%;
            z-index: -1;

 background-image: url(spray.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

                        filter: brightness(0.6) saturate(1.1) contrast(1.06);

        }


.hiddenShowcase {
    opacity: 0;
    transition: opacity .72s ease-in-out;
}

.visibleShowcase {
    opacity: 0.8;
}

        .container {
            width: 90vw;
            margin: auto;
           
            padding: 0 2vw;
        }

#introVideo {
    
    size: cover;
    overflow-x: hidden;
}

#popTitle {
    font-size: clamp(4vw, 2.8em, 6vw) !important;
   z-index: 10;
   position: relative;
    text-align: center;
    padding-right: 2px;

}

        a {
            color: inherit
        }

        img {
            max-width: 100%;
            height: auto;
            display: block
        }

        button {
            font: inherit
        }

        /* Skip link */
        .skip {
            position: absolute;
            left: -9999px;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden
        }

        .skip:focus {
            left: 16px;
            top: 16px;
            width: auto;
            height: auto;
            background: #111;
            color: #fff;
            padding: 8px 12px;
            border-radius: 10px
        }

        .nav {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 3vw;
            height: 6svh;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 3vw;
            text-decoration: none
        }

        .logo {
            width: 5vw;
            height: 5vw;
            border-radius: 50%;
            margin-left: 2vw;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, .06);
           background: transparent;
        }

        .brand h1 {
            font-size: clamp(38px, 4.2vw, 40px);
            margin: 0;
            margin-left: 1vw;
            letter-spacing: .6px
        }
nav ul li a {
    font-size: 18px;
}
        nav ul {
            display: flex;
            gap: 4vw;
            list-style: none;
            padding: 0;
            margin: 0
        }
        
        nav a {
            display: inline-flex;
            align-items: center;
            gap: 3vw;
            padding: 10px 12px;
            border-radius: 12px;
            text-decoration: none;
            color: #e9edf7
        }

        nav a:hover {
            background: rgba(255, 255, 255, .06)
        }

        .cta {
            color: #f8f8f8;
            font-weight: 700
        }

        /* Hero */
        .hero {
            position: relative;
            min-height: 97svh;
            display: grid;
            align-items: end;
            isolation: isolate;
            margin-top: 0;
            padding-top: 0;
        }

        .hero video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(.72) contrast(1.06) saturate(1.1)
        }

        .overlay {
            position: absolute;
            inset: 0;
           background: transparent;
        }

        .mask {
            position: absolute;
            inset: auto 24px 24px auto;
            width: 5.6vw;
            aspect-ratio: 1;
            border-radius: 24px;
            background: radial-gradient(60% 60% at 50% 50%, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0));
            outline: 1px solid rgba(255, 255, 255, .08);
            display: grid;
            place-items: center;
            font-weight: 900;
            letter-spacing: 2px;
            font-size: 12px;
            color: #fff9;
        }

        .hero-inner {
            position: relative;
            z-index: 1;
            padding: 7vh 0
        }

        .hero h2 {
            margin: 0 0 8px;
            font-size: clamp(16px, 1.4vw, 18px);
            color: var(--muted);
            letter-spacing: .14em
        }

        .hero h3 {
            margin: 0 0 12px;
            font-size: clamp(36px, 8vw, 84px);
            line-height: .95;
            letter-spacing: -.02em
        }

        .hero p {
            margin: 0 0 22px;
            max-width: 100%;
            color: #e6e8ef;
            text-align: center;
        }

        .actionsX {
            display: flex;
            gap: 3vw;
            width: 100%;
            align-items: center;
            text-align: center;
            flex-wrap: wrap;
            align-self: center;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 2.4vw;
            padding: 12px 16px;
            border-radius: 14px;
            border: 1px solid rgba(216, 216, 216, 0.638);
            background: #14141a
        }

        .btn:hover {
            border-color: rgba(255, 255, 255, .22)
        }

        /* Section shells */
        section {
            padding: 72px 0;
        }

        .section-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0 0 24px
        }

        .section-title span {
            width: 1.69vw;
            height: 1.69vw;
            border-radius: 50%;


            
            background: linear-gradient(90deg, rgb(234, 234, 234), rgb(75, 75, 75));
        }

        .section-title h4 {
            margin: 0;
            font-size: clamp(18px, 1.8vw, 22px);
            color: var(--muted);
            letter-spacing: .18em
        }

        .section-head {
            display: flex;
            align-items: end;
            flex-wrap: wrap;
            gap: 18px;
            justify-content: space-between;
            margin-bottom: 18px
        }

        .section-head h5 {
            margin: 0;
            font-size: clamp(28px, 4vw, 48px);
            letter-spacing: -.02em
        }

        .section-desc {
            max-width: 68ch;
            color: #d7d9e2
        }

        /* Showcases */
        .grid {
            display: grid;
            gap: 3.4vw;
        }

        .grid.cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        @media (max-width:900px) {
            .grid.cols-3 {
                grid-template-columns: 1fr 1fr
            }
        }

        @media (max-width:620px) {
            .grid.cols-3 {
                grid-template-columns: 1fr
            }
        }

        .card {
                                    background: linear-gradient(180deg, #0c0c0c, #000000);

            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow-sm)
        }
        

        .card .media {
            position: relative;
            aspect-ratio: 16/10;
           background: transparent;
        }

        .card video, .card img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .badge {
            -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
            position: absolute;
            left: 12px;
            top: 12px;
            padding: 6px 10px;
            border-radius: 999px;
           background: rgba(0, 0, 0, 0.63);
            border: 1px solid #79deeb;
            font-size: 12px
        }


        .card .body {
            padding: 14px 14px 16px
        }

        .card h6 {
            margin: 0 0 6px;
            font-size: 16px
        }

        .meta {
            font-size: 13px;
            color: var(--muted)
        }

        /* Horizontal celebrities */
        .rail {
            display: flex;
            width: 92%;
            align-items: center;
            align-content: center;
            align-self: center;
            gap: 16px;
            overflow: auto;
            scroll-snap-type: x mandatory;
            padding-bottom: 8px;
            -webkit-overflow-scrolling: touch
        }

        .rail .card {
            min-width: 280px;
            scroll-snap-align: start;
        }

        /* Filter chips */
        .chips {
            display: flex;
            gap: 8px;
            flex-wrap: wrap
        }

        .chip {
            padding: 8px 12px;
            border-radius: 999px;
            border: 1px solid  rgba(192, 189, 188, 0.725);
           background: transparent;
            cursor: pointer;
            user-select: none
        }

        .chip[aria-pressed="true"] {
           background: transparent;
            border-color: #79deeb;
        }

        .chip:hover {
           transform: translateY(-2px);
           transition: all .12s ease-in-out;

        }

        .story {
           background: transparent;
            filter: brightness(0.8) saturate(1.08);
        }
        

        .story .card {
            padding: 28px
        }

        .story h6 {
            font-size: clamp(22px, 2.4vw, 28px);
            margin: 0 0 10px
        }

        .story p {
            color: #e7e8f0;
            line-height: 1.65
        }

        footer {
            padding: 40px 0 72px;
            color: #cbd1dd
        }

        .foot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            flex-wrap: wrap
        }

        .social {
            display: flex;
            gap: 12px
        }

        .social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 12px;
            border: .9px solid  rgb(210, 206, 205);
        }

        .social a:hover {
            background: rgba(255, 255, 255, .06)
        }

        [data-reveal] {
            opacity: 0;
            transform: translateY(18px);
            will-change: transform, opacity
        }

        .visible {
            opacity: 1;
            transform: none;
            transition: transform .8s cubic-bezier(.2, .8, .2, 1), opacity .8s
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto
            }

            [data-reveal] {
                opacity: 1;
                transform: none
            }

            .hero video,
            .card video {
                filter: none
            }
        }

article {
    background: transparent;
    border-bottom: 1px solid rgb(159, 175, 174);
}

        
        #article::before {

            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: transparent;
            filter: opacity(.1) brightness(.5) saturate(1) contrast(1);
          
        }

        #article {

background: rgba(6, 9, 13, 0.46) !important;
background-color: transparent;
             -webkit-backdrop-filter: blur(3px);
           backdrop-filter: blur(3px);
        }

        
        #story {
           background: black;
        }

        #hid1::before, #hid2::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            z-index: 2;
            background: linear-gradient(to bottom, #000 0%, #00000049 20%, #00000023 30%, #00000049 75%, #000 100%);
        }


        #clients {
           background: transparent;
           align-items: center;
           align-content: center;
           width: 100%;
        }

        #work {
           background: transparent;
            filter: brightness(0.8) saturate(1.08);
        }


        #introa, #showcasea, #famea,  #wida, #ftctbwsfa, #booknowa {
            font-size: clamp(16px, 1.2vw, 18px);
        }


#intro {
    min-height: 600px;
    height: 100vh !important;
}


#links::before {
  content: " " ;
  position: absolute ;
  top: 0; left: 0 ;
  width: 100%; height: 100% ;
  
  backdrop-filter: blur(6px) ;
  -webkit-backdrop-filter: blur(6px) ;

      background: linear-gradient(to bottom, #000000f4, #0000003e , #0000001e ); 
  z-index: -1 ;

}


header a {
    font-size: 1vw;

}
#headh1 {
    position: fixed;
    top: -1vh;
    left: 16vw;
}


    #links {
        display: flex;
        flex-direction: row;
        gap: 3.2vw;
        margin-left: auto;
        align-items: center;
        margin-top: 0;
        position: fixed;
        overflow-x: hidden;
        left: 0;
        min-height: 8svh;
        height: 16svh;
        width: 100vw;
        z-index: 1000;
        top: 0;
    }

    #links h1 {
        margin-right: 20vw;
        font-size: 4.2vw;
        margin-left: 2vw;
    }
header::before {
  content: " " ;
  position: absolute ;
  top: 0; left: 0 ;
  width: 100%; height: 100% ;
  
  backdrop-filter: blur(4px) ;
  -webkit-backdrop-filter: blur(5px) ;

  background: transparent;
  z-index: -1 ;

}

  header {
      background: rgba(0, 18, 13, 0.069); 
      position: fixed;
      z-index: 1000;
      font-size: 10.8vw;
      width: 100vw;
      padding-left: 1.6vw;
      padding-bottom: .7rem;
      padding-top: 0.64rem;
      color: rgb(255, 255, 255);
  
  }


  #sc, #tt {
      color: white;
  
      font-size: 3.6vw;
      margin-left: 7vw;
  }
  #ig {
      color: white;
      font-size: 3.6vw;
      margin-left: 8vw;
  }

  @media  screen and (min-width:920px){

  
   #sc, #tt {
      color: white;
  
  
  font-weight: lighter;
      font-size: 6vw;
      margin-left: 7vw;
  }
  #ig {
      color: white;
  
  font-weight: lighter;
      font-size: 6vw;
      margin-left: 8vw;
  }
  
  header {
    background: rgba(0, 18, 13, 0.069); 
  
      position: fixed;
      z-index: 1000;
      font-size: 5.3vw;
      width: 100vw;
      padding-left: 1.04vw;
      padding-bottom: 1.16svh;
      padding-top: 0.71vw;
      color: rgb(255, 255, 255);
  
  }
  }


  @media (min-aspect-ratio: 15.4/9) and (max-aspect-ratio: 15.4/6) {
  
    header {

      font-size: 9svh;
    }}


  @media (min-aspect-ratio: 15.4/6) and (max-aspect-ratio: 15.4/1) {
  
  header {
    font-size: 8svh;

  }
  #ig, #tt, #sc {
    font-size: 6svh;
  }
}


  @media screen and (min-height: 491px) and (min-width: 492px) and  (max-aspect-ratio: 15.4/15) and (min-aspect-ratio: 15.4/24) {
    
    #ig, #tt, #sc {
      font-size: 5vw;
    }
  
  header {
  font-size: 6.3vw;

  }
}


@media screen and (max-width: 920px) {

   #sc, #tt {
      color: white;
  
  
  font-weight: lighter;
      font-size: 6vw;
      margin-left: 7vw;
  }
  #ig {
      color: white;
  
  font-weight: lighter;
      font-size: 6vw;
      margin-left: 8vw;
  }
}



  @media (orientation: landscape)  and (max-width: 920px) and (max-height: 490px) {


  
  header {
    background: rgba(0, 18, 13, 0.069); 
    position: fixed;
    z-index: 1000;
    font-size: 12svh;

    font-weight: bold;
    width: 100vw;
    padding-left: 4vw;
    padding-bottom: 0.8svh;
    padding-top: 1.3svh;
    color: rgb(255, 255, 255);
  
  }

  #sc, #tt {
    color: white;
  
    font-size: 8svh;
    margin-left: 7vw;
  }
  #ig {
    color: white;
    font-weight: bold;
    font-size: 8svh;
    margin-left: 32vw !important;
  }
}




  @media screen and (orientation: landscape) and (max-width: 920px) and (max-height:520px) {

  header {
    position: fixed;
    font-size: 10svh !important;
    width: 100vw;
    padding-left: 3.2svh;
    padding-bottom: 1svh;
    padding-top: 1svh;
    flex-direction: column;
  }
  
  #ig, #tt, #sc {
    font-size: 4vw !important;
  }}


  @media screen and (max-width:920px) and (max-height:920px) and (min-aspect-ratio: 16.5/16.3) and (max-aspect-ratio: 16.5/9.12) {
    header {
      font-size: clamp(2rem, 2.3vh + 1.2vw, 5rem);
    padding-top: 1svh !important;
    padding-bottom: 1.4svh !important;
    }
    #ig, #sc, #tt {
  font-size: 4vw !important;
  
    }}


  
  @media screen and (min-aspect-ratio: 16/12) and (max-aspect-ratio: 16/1) {
    
    #sc, #tt, #ig {
      font-size: 6svh !important;
    }}








        .hiddenTitle {
            opacity: 0;
            transform: translateY(10svh);
            transition: opacity 1.6s ease-out .8s, transform 2.2s ease-out .8s;
            
        }
        .visiblepgTitle {
            opacity: 1;
            transform: translateY(0);
        }



        .hiddenTitleTwo {
            opacity: 0;
            transform: translateY(10svh);
            transition: opacity 1.6s ease-out 1.9s, transform 1.6s ease-out 1.9s;
            
        }
        .visiblepgTitleTwo {
            opacity: 1;
            transform: translateY(0);
        }


        .hiddenPtext {
            opacity: 0;
            transform: translateY(10svh);
            transition: opacity 1.6s ease-out 2.1s, transform 1.6s ease-out 2.1s;
            
        }
        .visiblepgPtext {
            opacity: 1;
            transform: translateY(0);
        }


#title {
 font-size: clamp(2.25rem, 1.1rem + 4.2vw, 4.5rem); line-height: 1.1; letter-spacing: -0.02em; 
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
} 

#titleTwo {
 font-size: clamp(1.9rem, 0.9rem + 3vw, 3rem); line-height: 1.15; letter-spacing: -0.015em; 
    font-weight: lighter;
    margin: 0;
text-align: center;
    width: 88vw !important;
    height: auto;
    align-self: center;
    color: #ffffff;

border-radius: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#pText {
font-size: clamp(1.1rem, 0.63rem + 1.8vw, 2.2rem); line-height: 1.2; letter-spacing: -0.01em; 
    font-weight: lighter;
    margin: 0;
    border-radius: 4px;
padding: 0.3em 0.6em;
    width: auto;
    max-width: 88vw;
    align-self: center;

    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}




















/*book*/


   


        :root {

            --bg: #0b0b0d;
            --card: #121218;
            --muted: #8b8d97;
            --text: #f7f7fb;
            --accent: #6aa6ff;
            --accent-2: #9b7bff;

            --danger: #ff6a6a;
            --ring: rgba(106, 166, 255, 35);
            --radius: 16px;
        }

            .bodyOpen, #body {
                position: relative;
                margin-top: 2em;
                width: 100%;
                height: 100svh;
                            border-top: 1px solid white;
display: none;
opacity: 0;

                }


                #body.opened {
                     opacity: 1;
    display: flex;
    pointer-events: all;
                }

             

.bodyOpen.opened {
    opacity: 1;
    display: flex;
    pointer-events: all;

}
 .bodyOpen::before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, #000, #0000003e, #0000003e, #000);
            z-index: 1;
        }
        .containerX {
            position: absolute;
            top: 0;
            z-index: 10;
           
            max-width: 800px;
            margin: 26px auto;
            padding: 0 16px;

            width: 96%;
            height: auto;
max-height: 90svh;
overflow-y: scroll;
scroll-behavior: smooth;
            padding-bottom: 4svh;
        }

        #headerX {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 22px
        }

        #headerX .badge {
            font-size: 12px;
            padding: 6px 10px;
            border: 1px solid #e17354;
            border-radius: 999px;
            color: var(--muted)
        }

        #two {
            align-items: center;
            width: 100%;
            text-align: center;
            margin: 0 0 6px;
            font-size: clamp(30px, 3.5vw, 32px);
            letter-spacing: .3px;
            font-weight: lighter;
            text-transform: uppercase;
        }

        p.sub {
            margin: 0;
            color: var(--muted)
        }

#inquiryForm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.545);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
border-right: 1px solid white;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;


            border-radius: var(--radius);
            z-index: 0;
            
}


        form {
            margin-top: 18px;
           height: 95%;
           display: flex;
           flex-direction: column;
            padding: 22px;
            box-shadow: 0 7px 20px rgba(7, 1, 17, 0.35)
        }

        .groupX {
            display: grid;
            gap: 16px;
            margin-bottom: 18px
        }

        .row {
            display: grid;
            gap: 16px;
            grid-template-columns: 1fr
        }

        @media (min-width: 720px) {
            .row.two {
                grid-template-columns: 1fr 1fr
            }
            .containerX {
                 left: 50%;
            transform: translateX(-50%);
            }
        }

        label {
            font-weight: 600;
            display: block;
            margin: 6px 0 6px;
            font-size: 16px
        }

        .hint {
            color: var(--muted);
            font-size: 16px;
            margin: 6px 0 0
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="date"],
        select,
        textarea {
            width: 100%;
            background: rgba(0, 0, 0, 0.8);
            border: 1px solid #aebabf;
            color: var(--text);
            border-radius: 12px;
            padding: 12px 14px;
            outline: none;
            transition: border-color .15s ease, box-shadow .15s ease, transform .02s ease;
        }

        textarea {
            min-height: 100px;
            resize: vertical
        }

        input:focus,
        select:focus,
        textarea:focus {
            border-color: #aebabf;
            box-shadow: 0 0 0 6px var(--ring)
        }

        fieldset {
            border: 1px solid #aebabf;
            border-radius: 12px;
            padding: 12px 14px
        }

        fieldset legend {
            padding: 0 6px;
            color: var(--muted)
        }

        .checksX {
            display: grid;
            gap: 8px;
            margin-top: 6px
        }

        .opt {
            display: flex;
            align-items: center;
            gap: 10px
        }

        .opt input {
            transform: translateY(1px)
        }

        .actionsX {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-top: 10px
        }


        .ghost {
            background: transparent;
            color: var(--muted);  
            border: 1px solid #aebabf;
            box-shadow: none
        }

        .status {
            display: none;
            margin: 14px 0 0;
            padding: 10px 12px;
            border-radius: 10px;
            font-size: 16px
        }

        .status.ok {
            display: block;
            background: rgba(31, 255, 218, 0.154);
            color: #ffffff;
            border: 1px solid #e6edf1;
            z-index: 1000;
        }

        .status.err {
            display: block;
            background: rgba(94, 0, 187, 0.288);
            color: #d8d8d8;
            border: 1px solid #ca9bb3;
            z-index: 1000;
        }

        input,
        select,
        textarea {
            font-size: 16px !important;
            transform: scale(.95);
            transition: all .12s ease-in;
        }

        .footer-note {
            color: var(--muted);
            font-size: 16px;
            margin-top: 3em;
            text-align: center;
        }

        [data-animate] {
            opacity: 0;
            transform: translateY(8px);
            animation: rise .35s ease .1s forwards
        }

        @keyframes rise {
            to {
                opacity: 1;
                transform: translateY(0)
            }
        }

        /* Honeypot */
        .hp {
            position: absolute;
            left: -10000px;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden
        }

        textarea:hover,
        textarea:active {
            transform: scale(1.016);
            transition: all .32s ease-in-out;
        }

        #two:hover,
        legend:hover {
            cursor: pointer;
            transform: translateY(-2px) scale(1.06);
            filter: drop-shadow(0 1px 3px rgba(255, 255, 255, 0.602));
            transition: all .4s ease-in-out;
        }

        select:hover,
        input:hover {
            cursor: pointer;
            transform: scale(1.04);
            transition: all .4s ease-in-out;
        }

        option:hover,
        label:hover {
            cursor: pointer;
        }


        input:focus,
        textarea:focus {
            outline: none;
            box-shadow: 0 0 0 1px #ff1a90;
            border-color: #ff1a90;
        }


        fieldset {

            background: rgba(0, 0, 0, 1);
        }

        input,
        option,
        select,
        .opt {
            text-shadow: 0 1px 4px black;

        }


        #two {
            z-index: 1000;
        }




        #gallery1, #gallery2, #gallery3, #gallery4 {
            position: absolute;
            width: 50%;
            height: 50%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 0;
filter: brightness(.4) saturate(1.1) blur(2px) ;


        }

        #gallery1 {
            background-image: url(action.jpg);
            top: 1%;
            left: 0;
        }

        #gallery2 {
            background-image: url(VBpose.jpg);
            top: 1%;
            right: 0;
        }

        #gallery3 {
            background-image: url(spray.jpg);
            bottom: 1%;
            left: 0;
        }

        #gallery4 {
            background-image: url(artist.jpg);
            bottom: 1%;
            right: 0;
        }

@media screen and (max-width: 600px) {
    
        #checks {
           display: flex; flex-direction: column;
        }
         select, option,  
#submitBtn,
#resetBtn {
            transform: scale(.8);
        }

        .containerX {
             left: 48%;
            transform: translateX(-52%);
        }
}
@media screen and (min-width: 600px) {

        #checks {
           display: flex; flex-direction: row;
           gap: 2vw;
        }
    }






#submitBtn,
#resetBtn {
    padding: 0.7rem 1.8rem;
    border-radius: 999px;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

#submitBtn {
background-image: url(logoChrome.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
    color: #000;
}

#resetBtn {
    background: transparent;
    color: #fff;
}

#submitBtn:hover,
#resetBtn:hover {
    transform: translateY(-2px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
