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

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: black;
    color: white;
    position: relative;
    background-image: url('background.png');
    background-position: bottom right; 
    background-repeat: no-repeat;
    background-size:120% auto;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    padding-bottom:150px;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
    color: #C4622A;
    font-family: 'Julius Sans One', sans-serif;
}

h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

h2{
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
}

h2 strong {
    color: white;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}

header .logo{
    width:75px;
    height:auto;
    display:block;
    flex-grow:0;
}

header nav{
    display: flex;
    gap: 20px;
    margin-right:5px;
}

header nav a{
    font-family: Julius Sans One, sans-serif;
    font-size:18px;
    text-decoration: none;
    color:#C4622A;
    font-weight:bold;
}

.banner{
    padding:30px;
}

.banner p{
    margin-bottom:15px;
}

.split{
    position: relative;
    z-index: 1;
    padding:30px;
}

.split > div{
    margin-bottom:75px;
}

.watch-label {
    font-family: 'Julius Sans One', sans-serif;
    color: white;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.watch-label + .watch-platforms + .watch-label {
    margin-top: 25px;
}

.watch-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
}

.platform-btn {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: white;
    border: 1px solid #c4622a69;
    padding: 8px 18px;
    font-weight:bold;
    border-radius: 3px;
    transition: border-color 0.2s, color 0.2s;
    background:black;
}

.platform-btn:hover {
    border-color: #C4622A;
    color: #C4622A;
}

.faq {
    position: relative;
    z-index: 1;
    padding: 30px;
    max-width: 800px;
}

.faq h2 {
    margin-bottom: 20px;
}

.faq details {
    border-bottom: 1px solid #c4622a69;
    padding:15px;
}

.faq details:first-of-type {
    border-top: 1px solid #c4622a69;
}

.faq summary {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 17px;
    color: white;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: '+';
    color: #C4622A;
    font-size: 22px;
    font-family: sans-serif;
    transition: transform 0.2s ease;
    margin-left:15px;
}

.faq details[open] summary{
    margin-bottom:30px;
}

.faq details[open] summary::after {
    content: '−';
}

.faq details p {
    padding: 0 0 18px 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.faq details ul{
    padding-bottom:18px;
}

.faq details li{
    list-style-type:none;
}

.faq details a {
    color: #C4622A;
}

.faq details img{
    width:100%;
}

footer {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-top: 1px solid #c4622a69;
    margin-top: 30px;
}

footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 1.6;
    max-width:800px;
    margin: 0 auto 10px;
}

.reddit-btn {
    display: inline-block;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: white;
    border: 1px solid #c4622a69;
    padding: 10px 20px;
    border-radius: 3px;
    transition: border-color 0.2s, color 0.2s;
    width:100%;
    background:black;
    text-align: center;
    margin-bottom:30px;
}

.reddit-btn:hover {
    border-color: #C4622A;
    color: #C4622A;
}

blockquote.instagram-media{
    min-width:unset !important;
    max-width:unset !important;
    margin-bottom:30px;
}

@media(min-width:768px){

    body{
        background-size:90% auto;
    }

    .banner,
    .split,
    .faq{
        max-width:450px;
        margin-left:auto;
        margin-right:auto;
    }

}

@media(min-width:1024px){

    .split{
        max-width:unset;
        margin-left:unset;
        margin-right:unset;
        display:flex;
        justify-content: space-between;
        gap: 30px;
    }

    .split > *{
        flex-grow:1;
        flex-shrink:0;
        max-width:33%;
    }

}

@media(min-width:1024px){

    header{
        padding:30px;
    }

    header .logo{
        width:120px;
    }

    header nav{
        gap: 45px;
    }

    header nav a{
        font-size:30px;
    }

}

@media(min-width:1280px){
    .banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: unset;
        max-width: 1600px;
        min-height: 60vh;
    }

    .banner .content{
        max-width:550px;
    }

    .banner .content h1{
        font-size:60px;
        line-height:60px;
    }

    .banner .content p{
        font-size:24px;
    }

    .split{
        gap:75px;
    }

    .split, .faq{
        max-width:1600px;
        margin-left:auto;
        margin-right:auto;
    }

    .split h2, .faq h2{
        font-size: 30px;
        line-height: 38px;
    }

    .faq details p{
        max-width:600px;
    }
}