* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #f7f0e3;
    color: #211a35;
    font-family: Inter, Arial, sans-serif;
    overflow-x: hidden
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .15;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E")
}

.shell {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.header {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(20px, calc((100vw - 1180px)/2));
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(247, 240, 227, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(75, 55, 95, .12)
}

.brand img {
    width: 210px;
    height: 68px;
    object-fit: contain
}

.header nav {
    display: flex;
    gap: 28px
}

.header a {
    color: #211a35;
    text-decoration: none;
    font-weight: 650
}

.header select {
    border: 1px solid #d4c3a7;
    border-radius: 999px;
    background: #fff9ef;
    padding: 9px 12px;
    font-weight: 700
}

.hero {
    min-height: 700px;
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    align-items: center;
    gap: 50px;
    padding: 70px 0 95px
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 800;
    color: #7e52b3
}

.hero h1,
.section-head h2,
.manifesto h2,
.android h2 {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: .97;
    margin: 12px 0 24px
}

.hero h1 {
    font-size: clamp(3.5rem, 7vw, 6.8rem);
    max-width: 720px
}

.lead {
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 620px;
    color: #574e66
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 34px 0 18px
}

.btn {
    border: 0;
    border-radius: 16px;
    padding: 15px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    transition: .25s
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(31, 19, 54, .18)
}

.primary {
    background: linear-gradient(135deg, #2a1946, #6337a6);
    color: white
}

.secondary {
    background: linear-gradient(135deg, #d99b29, #f2c65a);
    color: #261b29
}

.small {
    font-size: .9rem;
    color: #766b7d
}

.hero-cards {
    height: 610px;
    position: relative
}

.halo {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffe4a3 0, #b893ef55 42%, transparent 72%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(5px)
}

.float-card {
    position: absolute;
    width: 230px;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 28px 48px rgba(31, 17, 43, .28);
    border: 3px solid rgba(255, 241, 201, .9);
    transition: .4s
}

.float-card:hover {
    z-index: 10;
    transform: translateY(-12px) rotate(0) scale(1.04) !important
}

.c1 {
    left: 8%;
    top: 6%;
    transform: rotate(-10deg)
}

.c2 {
    right: 8%;
    top: 2%;
    transform: rotate(9deg)
}

.c3 {
    left: 0;
    bottom: 4%;
    transform: rotate(-6deg)
}

.c4 {
    right: 2%;
    bottom: 0;
    transform: rotate(7deg)
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255, 252, 245, .74);
    border: 1px solid #e2d5be;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 22px 65px rgba(82, 57, 100, .1)
}

.features article {
    padding: 26px;
    border-right: 1px solid #e4d7c3
}

.features article:last-child {
    border: 0
}

.features b {
    font-family: Georgia, serif;
    color: #a7782b;
    font-size: 1.8rem
}

.features h3 {
    font-size: 1.02rem
}

.features p {
    line-height: 1.55;
    color: #695f70
}

.manifesto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 150px 0
}

.manifesto h2,
.section-head h2,
.android h2 {
    font-size: clamp(2.7rem, 5vw, 4.5rem)
}

.manifesto p {
    font-size: 1.16rem;
    line-height: 1.8;
    color: #61576a
}

.gallery {
    padding-bottom: 130px
}

.section-head {
    max-width: 780px;
    margin-bottom: 46px
}

.section-head p:last-child {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #61576a
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px
}

.card-grid figure {
    margin: 0;
    background: #fffaf0;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(42, 26, 54, .14);
    transition: .35s
}

.card-grid figure:hover {
    transform: translateY(-12px) rotate(-1deg)
}

.card-grid img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    border-radius: 12px
}

.card-grid figcaption {
    text-align: center;
    padding: 13px 4px 7px;
    font-family: Georgia, serif;
    font-size: 1.05rem
}

.decks {
    padding-bottom: 140px
}

.deck-panels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.deck-panel {
    min-height: 420px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 46px rgba(43, 26, 58, .2)
}

.deck-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(18, 12, 30, .88) 100%)
}

.deck-panel div {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    color: white
}

.deck-panel span {
    color: #f2c65a;
    font-weight: 800
}

.deck-panel h3 {
    font-family: Georgia, serif;
    font-size: 2rem;
    margin: 10px 0
}

.deck-panel p {
    line-height: 1.6
}

.classical {
    background-image: url('assets/images/die_liebenden.png')
}

.artnouveau {
    background-image: url('assets/images/the_magician.png')
}

.neon {
    background-image: url('assets/images/judgement.png')
}

.android {
    margin-bottom: 100px;
    padding: 70px;
    border-radius: 36px;
    background: linear-gradient(135deg, #1d1530, #3d2662);
    color: white;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    box-shadow: 0 30px 80px rgba(39, 24, 61, .3)
}

.android .eyebrow {
    color: #f4c75b
}

.android-copy p,
.android-copy li {
    color: #ddd2e9;
    line-height: 1.7
}

.beta-form {
    background: #fffaf0;
    color: #211a35;
    padding: 30px;
    border-radius: 24px
}

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

.beta-form label {
    display: block;
    margin-bottom: 15px;
    font-size: .9rem;
    font-weight: 700
}

.beta-form input,
.beta-form textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #d8c8ae;
    border-radius: 12px;
    padding: 13px;
    background: #fff;
    font: inherit
}

.check {
    display: flex !important;
    gap: 10px;
    align-items: flex-start
}

.check input {
    width: auto;
    margin-top: 3px
}

.footer {
    border-top: 1px solid #d6c8b2;
    padding: 30px 0 42px;
    display: flex;
    align-items: center;
    gap: 18px
}

.footer img {
    width: 54px;
    height: 54px;
    border-radius: 14px
}

.footer div {
    margin-left: auto;
    display: flex;
    gap: 20px
}

.footer a {
    color: #2d2341;
    text-decoration: none
}

.ambient {
    position: fixed;
    border-radius: 50%;
    filter: blur(70px);
    z-index: -1
}

.ambient-one {
    width: 460px;
    height: 460px;
    background: #bc8ff155;
    top: 110px;
    right: -200px
}

.ambient-two {
    width: 370px;
    height: 370px;
    background: #f2bd5350;
    bottom: 10%;
    left: -160px
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: .8s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:980px) {
    .header nav {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 35px
    }

    .hero-copy {
        text-align: center
    }

    .lead {
        margin: auto
    }

    .actions {
        justify-content: center
    }

    .hero-cards {
        height: 560px
    }

    .features {
        grid-template-columns: 1fr 1fr
    }

    .features article:nth-child(2) {
        border-right: 0
    }

    .card-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .android {
        grid-template-columns: 1fr;
        padding: 42px
    }

    .manifesto {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .deck-panels {
        grid-template-columns: 1fr 1fr
    }

    .deck-panel:last-child {
        grid-column: 1/-1
    }
}

@media(max-width:620px) {
    .shell {
        width: min(100% - 24px, 1180px)
    }

    .header {
        height: 76px
    }

    .brand img {
        width: 145px;
        height: 52px
    }

    .hero h1 {
        font-size: 3.2rem
    }

    .hero-cards {
        height: 410px
    }

    .float-card {
        width: 150px;
        height: 220px
    }

    .features {
        grid-template-columns: 1fr
    }

    .features article {
        border-right: 0;
        border-bottom: 1px solid #e4d7c3
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .deck-panels {
        grid-template-columns: 1fr
    }

    .deck-panel:last-child {
        grid-column: auto
    }

    .android {
        padding: 28px 20px
    }

    .row {
        grid-template-columns: 1fr
    }

    .footer {
        flex-wrap: wrap
    }

    .footer div {
        width: 100%;
        margin: 0;
        flex-wrap: wrap
    }

    .c3 {
        left: 4%
    }

    .c4 {
        right: 4%
    }
}