/*!
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/

body {
    background: linear-gradient(to bottom, #08000b, #110228, #200c06), #09000c;
    color: white;

    font-family: Marcellus, serif;
    font-size: 14pt;
}

.bg-container {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.main {
    max-width: 1440px;
    margin: 0 auto;

    position: relative;
    z-index: 2;
}

.main .section {
    --d:100px;
    --dh:var(--d);
    --blur: 1px;

    margin: 50px auto;
    padding: var(--d) var(--dh);
    backdrop-filter: blur(var(--blur));

    /* https://stackoverflow.com/a/50901294 */
    --i:0, 0, 0;
    --a:.3;
    --c:rgba(var(--i), var(--a)) , rgba(var(--i), 0);
    background-image:
        linear-gradient(rgba(var(--i), var(--a)),rgba(var(--i), var(--a))),
        
        radial-gradient(circle at bottom left, var(--c)  70%),
        radial-gradient(circle at bottom right, var(--c) 70%),
        radial-gradient(circle at top right, var(--c) 70%),
        radial-gradient(circle at top left, var(--c) 70%),
        
        linear-gradient(to right, var(--c)),
        linear-gradient(to left, var(--c)),
        linear-gradient(to top, var(--c)),
        linear-gradient(to bottom, var(--c));
    
    background-size:
        calc(100% - 2*var(--d)) calc(100% - 2*var(--d)),
        
        var(--d) var(--d),var(--d) var(--d),var(--d) var(--d),var(--d) var(--d),
        
        var(--d) calc(100% - 2*var(--d)),var(--d) calc(100% - 2*var(--d)),calc(100% - 2*var(--d)) var(--d),calc(100% - 2*var(--d)) var(--d);

    background-position:center,
    
        top right,top left,bottom left,bottom right,
        
        right center, left center,top center, bottom center;

    background-repeat:no-repeat;

/*              background: 
        linear-gradient(to bottom, rgba(0,0,0,0) 0px, rgba(100,0,0,0.7) 50px, rgba(100,0,0,0.7) calc(100% - 50px), rgba(0,0,0,0) 100%),
        linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(100,0,0,0.7) 50px, rgba(100,0,0,0.7) calc(100% - 50px), rgba(0,0,0,0) 100%);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);*/
}

.section.lighter {
    --a:0.1;
    --blur: 2px;
}

.main .section.logo-container {
    margin-bottom: 0;
    width: fit-content;

    padding-bottom: 50px;
}

.main .section.logo-container img {
    max-width: 100%;
}

.main .section.first {
    margin-top: 0;
}

.main .section h1 {
    max-width: 500px;
    font-weight: 500;
    font-family: "Cinzel", serif;
    letter-spacing: .1em;
    text-wrap: balance;
    margin-top: 0;
    margin-bottom: 1.3em;
    font-size: 2.3em;
    position: relative;
    line-height: 1.15;
    color: #fff;
}

.textstreak .section h1 {
    color: #fffe;
}

.textstreak .section h1:after {
    --yscale: 4;
    position: absolute;
    top: calc(-50% * (var(--yscale) - 1)); /* why does this work? */
    left: 0px;
    display: inline-block;
    content: attr(value);
    color: transparent;
    text-shadow: 0px 0px 30px #fff9;
    transform: scale(1.05, calc(1 / var(--yscale)));
    line-height: calc(1.15 * var(--yscale));
    width: 100%;
    pointer-events: none; /* counter-intuitive, but without this the h1's text can't be selected */
}

.section {
    display: flex;
    align-items: center;
}

.section.textonly {
    --d:100px;
    --dh:250px;
}

.section.left {
    flex-direction: row-reverse;
}

.section .media .img-container {
    height: fit-content;
    width: fit-content;
}

.section .media img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.section.nomedia {
    display: block;
}

.section h1.middle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section.right h1 {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.section.right .contents, .section.left .contents {
    width: 50%;
}

.section.right .text {
    right: 0px;
    text-align: right;
}

.section.left .text {
    left: 0px;
    text-align: left;
}

.section .media, .section .text {
    display: inline-block;
}

.section .media {
    max-width: 45%;
    display: flex; /* vertical middle */
}

.section.right .media {
    padding-right: 10%;
}

.section.left .media {
    padding-left: 10%;
}

.section .media video, .section .media img {
    max-width: 100%
}

.section .contents.middle {
    width: 60%;

    margin-left: auto;
    margin-right: auto;
}

.section .contents.middle p {
    text-align: center;
}

.main .section.sm {
    --d: 50px;
}

.main .section p {
    line-height: 1.35;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

.logo-container {
    text-align: center;
}

.footnote {
    vertical-align: super;
    font-size: 70%;
    font-family: sans-serif;
    cursor: default;
    color: #e04b8e;
}

.divider {
    max-width: 50%;
    margin: 0 auto;
}

.divider img {
    width: 100%;
    height: 10px;
}

.socials {
    margin: 2em auto;
    padding: 0;
    width: 100%;
}

.socials ul {
    width: fit-content;
    margin: 2em auto;
    padding: 0;
}

.socials li {
    list-style: none;
    display: inline-block;
    margin: .7em;
}

a {
    color: white;
    transition: color .2s;
}

a:hover {
    color: #e04b8e;
}

.socials li a {
    text-decoration: none;
    color: white;
    transition: color .2s;
}

.socials li a:hover {
    color: #e04b8e;
}

.socials li i {
    font-size: 48px;
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    padding: .3em;
}

.signup {
    margin: 120px auto;
    width: fit-content;
    visibility: hidden;
}

.signup.visible {
    visibility: visible;
}

.presskit {
    margin-top: 0px;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

::placeholder, ::-ms-input-placeholder {
    color: white;
}

.signup input[type="email"] {
    border: 0;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    outline: none;
    
    margin: 1em;
    margin-right: 0;

    padding-bottom: 5px;
    padding-left: 5px;

    max-width: 15em;
}

.signup input[type="email"].error {
    border-color: red;
}

.signup input[type="submit"], .button {
    border: 1px solid #fff;
    border-radius: 5px;
    color: white;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: .2s;
    font-family: "Cinzel", serif;
    font-size: 120%;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;

    margin: 1em;
}

.signup input[type="submit"] {
    font-size: 100%;
}

.signup input[type="submit"]:hover, .button:hover {
    border-color: #e04b8e;
    color: #e04b8e;
}

.xyzabc {
    filter: blur(10px);
    transition: filter .1s;
}

.xyzabc.dec {
    filter: blur(0px);
}

.footer {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 90%;

    font-family: "Cinzel", serif;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: opacity .2s;
    width: 200px;
    margin-left: -100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 5;
    bottom: 150%;
    left: 50%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltiptext, 
.tooltip.hover .tooltiptext {
    display: block;
    visibility: visible;
    opacity: 1;
}

.mobile, .mobile1, .mobile2 {
    display: none;
}

@media screen and (max-width: 1600px) {
    .main {
        max-width: 1200px;
    }

    .footer {
        margin-left: 1em;
    }
}

@media screen and (max-width: 1400px) {
    .main {
        max-width: 960px;
    }

    .section {
        --d: 50px;
    }

    .section.textonly {
        --d: 100px;
        --dh: var(--d);
    }

    .footer {
        margin-left: 1em;
    }
}

@media screen and (max-width: 820px) {
    .desktop, .mobile2 {
        display: none;
    }

    .mobile, .mobile1 {
        display: block;
    }

    .section {
        margin: 0 auto;
    }

    .section .contents.middle {
        width: 100%;
    }

    .main .section > h1 {
        font-size: 2em;
    }

    .email-container {
        margin: 2em 0;
        font-size: 1.1em;
        word-wrap: break-word;
    }

    .signup input {
        display: block;
    }

    .signup input[type="email"] {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .desktop, .mobile1 {
        display: none;
    }

    .mobile, .mobile2 {
        display: block;
    }

    .socials li i {
        font-size: 32px;
    }

    .section {
        --d: 30px !important;
    }

    .main .section.logo-container {
        margin-bottom: 50px;
    }

    .main .section.first {
        margin-top: 50px;
    }

    .section * {
        text-align: center !important;
    }

    .section .media, .section .contents {
        max-width: initial;
        padding: 0 !important;
    }

    .section .media {
        margin: 1em 0;
    }

    .section.left .contents, .section.right .contents {
        width: initial;
    }

    .section, .section.left {
        flex-direction: column;
    }

    .signup input[type="email"] {
        max-width: 12em;
    }

    .footer {
        margin-top: 50px;
    }
}