@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kaisei+Decol&family=Kaisei+Opti&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: white;
    font-weight: 600;
    font-size: 1.25vw;
}

.hamburger {
    display: none;
}

.menu {
    position: relative;
    list-style: none;
    width: 100vw;
    height: 100%;
    display: flex;
    gap: 2em;
    padding: 0;
    align-items: center;
    font-family: "Instrument Sans", serif;
}

.menu li {
    display: inline-block;
    padding: 1em;
}

.menu .waitlist-btn {
    margin-left: auto;
    margin-right: 3em;
    background-color: white;
    border-radius: 10px;

}

.menu a {
    text-decoration: none;
    color: black;
    font-size: 1em;
    padding: 1em;
}

.coming-soon-content a {
    text-decoration: none;
    color: white;
}

.menu .logo a {
    display: block;
    width: 5em;
    height: 1em;
    background-image: url('./assets/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: background-image 0.3s ease-in-out 0s;
}

.menu-btn a,
.waitlist-btn a {
    text-decoration: none;
    color: white;
    font-size: 1.25em;
    padding: 0.75em 1.25em;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.waitlist-btn a {
    color: #67499A;
    font-weight: 700;
}

.waitlist-btn:hover {
    scale: 1.05;
}

.menu-btn a:hover {
    background-color: #555;
}

.section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

#section1 {
    background-color: black;
    opacity: 0.9;
}

#section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('./assets/bg.png');
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    z-index: -1;
    opacity: 0.5;
}

.section1-content,
.section3-content {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section1-content {
    flex-direction: column;
}

#section1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#section2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), #1C1C1C);
}

#section3,
#section-cta {
    background-color: #1C1C1C;
}

.cta-content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 90vw;
    border-radius: 25px;
    background: linear-gradient(90deg, #304E63, #9747FF);
    justify-content: space-between;
    align-items: center;
}

.coming-soon-content,
.waitlist-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

#coming-soon-section,
#waitlist-section {
    height: 100vh;
    background-color: #0A0A0A;
    background-image: url('./assets/coming-soon-sphere.png');
    background-size: cover;
    background-position: center;
}

#waitlist-section {
    background-image: url('./assets/waitlist-sphere.png');
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5em;
    z-index: 10;
    padding: 0 0 1em 0;
}

#section1-text,
#coming-soon-text h1 {
    position: relative;
    font-family: "Instrument Sans", serif;
    font-size: 3.25em;
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    background: linear-gradient(90deg, #763AC6, #3281C2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#section2-text {
    position: relative;
    width: 85vw;
    padding: 15vh 0vh 5vh;
    font-size: 3em;
    color: #763AC6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#section3-text {
    text-align: left;
    width: 40vw;
}

#section3-text span {
    display: block;
    margin-bottom: 1em;
}

.headline {
    font-family: "Kaisei Decol", serif;
    font-size: 2.5em;
    font-weight: 700;
    color: #763AC6;
}

.tagline {
    font-size: 1.75em;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-style: italic;
}

.description {
    font-size: 1.75em;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

#cta-text {
    display: flex;
    flex-direction: column;
    width: 40vw;
    text-align: left;
    padding-left: 3em;
}

#cta-text h1 {
    font-family: "Kaisei Decol", serif;
    font-size: 2.5em;
    font-weight: 700;
    color: white;
}

#cta-text p {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.55em;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

#coming-soon-text h1 {
    margin-top: 2em;
    font-size: 5.25em;
    margin-bottom: 0;
}

#coming-soon-text h2 {
    margin-top: 0.5em;
    font-size: 2.75em;
    color: #A4A4A4;
    font-family: "Instrument Sans", serif;
}

#waitlist-text h1 {
    color: white;
    font-size: 2.5em;
    font-family: "Instrument Sans", serif;
}

.section3-image {
    width: 40%;
}

.section3-image img {
    width: 100%;
}

.section3-text-end-line {
    width: 100%;
}

.cta-image {
    position: relative;
    width: 30%;
    height: 85%;
    padding-right: 5em;
}

.cta-image img {
    width: 100%;
    height: fit-content;
}

#text {
    width: 30vw;
    text-align: left;
    font-family: "Kaisei Opti", serif;
}

#buttons {
    position: relative;
    float: right;
    display: flex;
    justify-content: center;
}

.portfolio-scroll-btn {
    background: none;
    width: 7vw;
    border: none;
    cursor: pointer;
}

.portfolio-scroll-btn:hover img {
    filter: grayscale(0%) brightness(1.5) sepia(0) saturate(100%) hue-rotate(0deg);
}

.portfolio-scroll-btn img {
    width: 100%;
    height: auto;
}

#btn1 {
    position: absolute;
    bottom: 2em;
    background: none;
    margin-top: 2em;
    width: 5vw;
    border: none;
    cursor: pointer;
    animation: bounce 1s infinite;
    z-index: 10;
}

#btn1 img {
    width: 100%;
    height: auto;
}

#btn1 img:hover {
    opacity: 0.8;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(1em);
    }
}

.portfolio-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    gap: 0.5em;
    padding-bottom: 1em;
    width: 90vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.portfolio-disp {
    display: flex;
    justify-content: center;
}

.portfolio-container::-webkit-scrollbar {
    display: none;
}

.portfolio {
    margin: 1em;
    min-width: 35vw;
    height: 28vw;
    display: block;
    font-size: 1.2em;
    border-radius: 5%;
    overflow: hidden;
}

.portfolio:hover .portfolio-img {
    opacity: 0.9;
}

.portfolio:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: transform 0.3s;
}

.portfolio-img {
    width: inherit;
    height: 80%;
    background-size: contain;
    display: flex;
    overflow: hidden;
}

.profile {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 20%;
}

.profile-info {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 50%;
    margin: 0 1vw;
    align-items: center;
}

.profile-img {
    height: 60%;
    width: auto;
    background-size: contain;
    overflow: hidden;
}

.profile-name {
    padding-left: 0.5em;
    font-family: "Instrument Sans", serif;
    color: white;
    font-size: 1.25em;
}

.interaction {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.like-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.like-btn img,
.comment-btn img {
    height: 30px;
    width: auto;
    background-size: contain;
    overflow: hidden;
}

.comment-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.line {
    height: 0.25em;
    background-color: #969696;
    width: 100%;
    margin: 1em auto;
}

.waitlist-form {
    font-family: "Instrument Sans", serif;
    width: 50%;
    padding: 0.5em;
    z-index: 10;
}

form {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

.waitlist-form h2 {
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.5em;
    color: #ffffff;
}



input[type="text"],
input[type="email"] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em;
    margin: 0;
    border: none;
    background-color: #131313CF;
    border-radius: 12px;
    font-size: 1.25em;
    color: #FFFFFF73;
    font-family: "Instrument Sans", serif;
    font-style: italic;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #007BFF;
    outline: none;
}

input[type="radio"] {
    display: none;
}

.role-select label {
    position: relative;
    cursor: pointer;
    padding: 0.5em 1em;
    background-color: #67499A;
    border-radius: 12px;
    width: 38%;
    text-align: center;
    color: #FFFFFFB2;
    font-family: "Instrument Sans", serif;
    font-size: 1.5em;
}

.waitlist-form p {
    margin-top: 1em;
    margin-bottom: 0;
    align-items: center;
    padding: 0;
}

input[type="radio"]:checked+label {
    scale: 1.1;
    background-color: #825ec2;
    color: white;
}

.role-select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

label {
    font-size: 1em;
    color: #ffffff;
}

button[type="submit"] {
    font-family: "Instrument Sans", serif;
    padding: 0.35em 1.75em;
    background-color: #67499A;
    color: white;
    font-size: 1.75em;
    font-weight: 700;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button[type="submit"]:hover {
    background-color: #825ec2;
}

button[type="button"] {
    display: inline-block;
    font-family: "Inter", serif;
    padding: 0.5em 1.5em;
    margin-bottom: 1em;
    background: linear-gradient(90deg, #9747FF, #7037BB);
    color: white;
    font-size: 1.75em;
    font-weight: 700;
    width: fit-content;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

button[type="button"]:hover {
    scale: 1.05;
}

button[type="button"] a {
    color: white;
    text-decoration: none;
}

.coming-soon-content button[type="button"] {
    font-size: 2em;
}

#video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), #1C1C1B);
}

#video iframe {
  max-width: 100%;
  width: 80vw;   
  height: 100vh;  
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* subtle shadow */
  border: none;
}

@media (max-width: 768px) {
    .hamburger {
        position: fixed;
        padding: 1em 1em;
        display: flex;
        border: none;
        background: none;
        color: white;
        font-size: 4rem;
        z-index: 21;
        flex-shrink: 0;
        min-width: 64px;
        min-height: 64px;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    }

    .hamburger.active {
        transform: rotate(180deg);
    }

    .hamburger::before {
        content: "☰";
        display: block;
    }

    .hamburger.active::before {
        content: "✕";
        transform: rotate(-180deg);
    }

    #navbar {
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #navbar.show {
        display: flex;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 20;
    }

    #navbar li {
        padding: 1em;
        border-bottom: 1px solid white;
        text-align: center;
    }

    #navbar li.logo {
        border: 0px;
    }

    .menu .logo a {
        height: 10em;
        width: 20em;
    }

    .menu {
        display: flex;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 1em 1em;
    }

    .menu-btn a {
        font-size: 2.5rem;
    }

    .menu-btn a:hover {
        font-size: 2.8em;
        background-color: transparent;
    }

    .menu .waitlist-btn {
        margin-left: 0;
        margin-right: 0;
        margin-top: 2em;
        background-color: white;
        border-radius: 10px;
        font-size: 1.8rem;
    }

    .scroll-btn {
        width: 5vh;
        z-index: 10;
    }

    #text {
        font-size: 6rem;
    }

    .section {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;
    }

    #section1::after {
        height: 20%;
    }


    #section1 {
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #section1-text {
        font-size: clamp(5rem, 12vw, 7rem);
        line-height: 1.2em;
        text-align: center;
    }

    .section1-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #section3 {
        height: auto;
        padding: 3em 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .section3-content {
        width: 95%;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        flex: 1 1 auto;
        justify-content: center;
    }

    .section3-image {
        width: 80%;
    }

    .section3-image img {
        width: 100%;
        height: auto;
    }

    #section3-text {
        width: 100%;
        text-align: center;
        order: 2;
    }

    .headline {
        font-size: 6rem;
        margin-bottom: 1rem;
    }

    .tagline {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .description {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    #section2,
    #section-cta {
        padding: 3em 0;
        height: auto;
    }

    #section2 {
        padding-bottom: 5%;
    }

    #section2-text {
        padding: 2vh 0vh 2vh;
    }

    #section3-text span {
        margin-bottom: 2.5rem;
    }

    .portfolio {
        margin: 2em;
        min-width: 50vh;
        height: 31.25vh;
        display: block;
        font-size: 1.2em;
        border-radius: 5%;
        overflow: hidden;
    }

    .profile-name {
        font-size: 3rem;
    }

    .portfolio-img {
        height: 80%;
        width: 100%;
    }

    .portfolio-scroll-btn {
        width: 13vw;
    }

    .comment-btn img,
    .like-btn img {
        height: 30px;
        width: auto;
        background-size: contain;
        overflow: hidden;
    }

    .waitlist-form {
        display: flex;
        font-family: "Instrument Sans", serif;
        width: 100%;
        padding: 0.8em;
        z-index: 10;
        flex-shrink: 0;
        max-width: 80vw;
    }

    .waitlist-content {
        font-size: 2rem;
    }

    .role-select label {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5em 2.5em;
        background-color: #67499A;
        border-radius: 30px;
        text-align: center;
        color: #FFFFFFB2;
        font-family: "Instrument Sans", serif;
        font-size: 1.5em;
    }

    .role-select {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .waitlist-form input[type="text"],
    .waitlist-form input[type="email"] {
        width: 100%;
        border-radius: 30px;
    }

    .waitlist-form button[type="submit"] {
        width: 60%;
        border-radius: 30px;
    }

    #coming-soon-text h1 {
        font-size: 6.5em;
    }

    #coming-soon-text h2 {
        font-size: 3.5em;
    }

    .coming-soon-content button[type="button"] {
        font-size: 4em;
    }

    .cta-content {
        justify-content: center;
        height: 35vh;
    }

    #cta-text {
        width: 80vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 0em;
    }

    #cta-text h1 {
        font-size: 3.8em;
    }

    #cta-text p {
        font-size: 2.5em;
    }

    .cta-image {
        display: none;
    }

    #cta-text button {
        height: 5vh;
        width: 30vw;
        font-size: 3em;
    }

    .menu .logo:hover a {
        background-image: url('./assets/logo_hover.png');
        
    }


}