@font-face {
    font-family: Outfit;
    src: url('/fonts/outfit-v4-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url('/fonts/outfit-v4-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url('/fonts/outfit-v4-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: Paytone;
    src: url('/fonts/paytone-one-v16-latin-regular.woff2') format('woff2');
    font-display: swap
}

@font-face {
    font-family: Bombing;
    src: url('/resource/bombing-regular/Bombing%20Regular/Bombing%20Regular.ttf?v=2') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

:root {
    --ink: #0f0d0e;
    --panel: #181516;
    --panel-2: #211d1e;
    --paper: #f9f4da;
    --muted: #bcb3ad;
    --line: #474043;
    --yellow: #ffbf00;
    --green: #2eae61;
    --blue: #3aaee0;
    --pink: #f088a0;
    --purple: #805eb1
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    background: var(--ink);
    color: var(--paper);
    font-family: Outfit, Arial, sans-serif
}

body {
    margin: 0;
    min-width: 320px;
    background: radial-gradient(circle at 88% 6%, rgba(58, 174, 224, .1), transparent 28rem), var(--ink)
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .075;
    background-image: radial-gradient(#f9f4da 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, #000, transparent 52%)
}

a {
    color: inherit
}

a:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 4px
}

.site-header,
main,
footer {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
    position: relative;
    z-index: 1
}

.site-header {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-bottom: 1px solid var(--line)
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .035em
}

.site-header nav {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 32px)
}

.site-header nav a {
    text-decoration: none;
    font-weight: 800
}

.site-header nav a:hover {
    color: var(--yellow)
}

.hero {
    min-height: 650px;
    padding: clamp(76px, 9vw, 118px) 0 88px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .62fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px)
}

.eyebrow,
.section-heading>p,
.contact-strip>div>p {
    margin: 0;
    color: #48cf86;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .17em
}

.hero h1 {
    margin: 20px 0 28px;
    font: clamp(4rem, 7.5vw, 7rem)/.84 Paytone, Outfit, sans-serif;
    letter-spacing: -.055em
}

.hero h1 span {
    color: var(--green)
}

.lede {
    max-width: 680px;
    margin: 0;
    color: #d2cbc5;
    font-size: clamp(1.05rem, 1.8vw, 1.28rem);
    line-height: 1.56
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px
}

.button {
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid var(--paper);
    border-radius: 999px;
    text-decoration: none;
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .025em;
    transition: transform .18s, background .18s, color .18s
}

.button.primary {
    background: var(--yellow);
    color: #171515;
    border-color: #171515;
    box-shadow: 5px 5px 0 #000
}

.button.secondary {
    background: transparent
}

.button:hover {
    transform: translateY(-2px)
}

.channel-summary {
    padding-left: clamp(28px, 5vw, 56px);
    border-left: 1px solid var(--line)
}

.summary-count {
    display: flex;
    align-items: end;
    gap: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line)
}

.summary-count strong {
    font: clamp(4rem, 7vw, 6.5rem)/.76 Paytone, Outfit, sans-serif;
    color: var(--yellow);
    letter-spacing: -.07em
}

.summary-count span {
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase
}

.summary-icons {
    display: grid;
    grid-template-columns: repeat(4, 48px);
    gap: 9px;
    padding: 24px 0
}

.summary-icons a {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #ddd6ba;
    border-radius: 14px;
    background: var(--paper);
    transition: transform .16s, border-color .16s
}

.summary-icons a:nth-child(1),
.summary-icons a:nth-child(7) {
    border-color: #4b4547;
    background: #111
}

.summary-icons a:hover {
    transform: translateY(-3px);
    border-color: var(--yellow)
}

.summary-icons img {
    display: block;
    width: 25px;
    height: 25px
}

.channel-summary>p {
    margin: 0;
    color: #d1c9c3;
    line-height: 1.5
}

.summary-plan {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line)
}

.summary-plan>img {
    width: 22px;
    height: 22px
}

.summary-plan span {
    display: grid;
    gap: 3px
}

.summary-plan b {
    font-size: .8rem
}

.summary-plan small {
    color: var(--muted);
    line-height: 1.35
}

.channels {
    padding: 92px 0 110px
}

.section-heading {
    max-width: 790px;
    margin-bottom: 46px
}

.section-heading h2,
.groups-intro h2,
.contact-strip h2 {
    margin: 13px 0 16px;
    font: clamp(2.7rem, 5vw, 4.9rem)/.92 Paytone, Outfit, sans-serif;
    letter-spacing: -.035em
}

.section-heading>span {
    display: block;
    max-width: 650px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.55
}

.channel-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none
}

.channel-item>a,
.channel-item>div {
    min-height: 118px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto 30px;
    align-items: center;
    gap: 22px;
    padding: 20px 24px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(24, 21, 22, .92)
}

.channel-item>a {
    text-decoration: none;
    transition: background .18s, border-color .18s, transform .18s
}

.channel-item>a:hover {
    background: var(--panel-2);
    border-color: #786f72;
    transform: translateX(4px)
}

.channel-item:first-child>a {
    border-color: #27613f;
    background: linear-gradient(90deg, rgba(37, 211, 102, .1), rgba(24, 21, 22, .94) 38%)
}

.platform-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid #403a3b;
    border-radius: 17px;
    background: #111
}

.platform-icon.light {
    background: var(--paper);
    border-color: #d8d0b5
}

.platform-icon img {
    display: block;
    width: 30px;
    height: 30px
}

.channel-copy {
    display: grid;
    gap: 4px;
    min-width: 0
}

.channel-copy small {
    text-transform: uppercase;
    color: var(--muted);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .15em
}

.channel-copy strong {
    font-size: 1.35rem;
    line-height: 1.1
}

.channel-copy span {
    color: #c8c0ba;
    font-size: .92rem;
    line-height: 1.42
}

.channel-meta {
    min-width: 150px;
    display: grid;
    justify-items: end;
    gap: 7px;
    text-align: right
}

.channel-meta b {
    width: max-content;
    padding: 5px 9px;
    border: 1px solid #3ac778;
    border-radius: 999px;
    color: #63dc9b;
    font-size: .58rem;
    letter-spacing: .12em
}

.channel-meta small {
    color: var(--muted)
}

.row-arrow {
    font-size: 1.35rem;
    color: var(--yellow)
}

.channel-item.is-planned>div {
    background: transparent;
    border-style: dashed;
    opacity: .78
}

.channel-item.is-planned .channel-meta b {
    border-color: #d4a70f;
    color: #f4cb42
}

.groups {
    margin: 70px 0 120px;
    padding: clamp(34px, 6vw, 72px);
    border: 2px solid #171515;
    border-radius: 30px;
    background: var(--paper);
    color: #171515;
    box-shadow: 13px 13px 0 #000
}

.groups-intro {
    max-width: 800px
}

.groups .eyebrow {
    color: #087b42
}

.groups-intro>p:not(.eyebrow) {
    max-width: 720px;
    color: #4c4542;
    font-size: 1.1rem;
    line-height: 1.55
}

.privacy-note {
    margin: 28px 0 42px;
    padding: 17px 20px;
    border-left: 5px solid var(--pink);
    background: #efe8c7;
    line-height: 1.45
}

.privacy-note a {
    font-weight: 800
}

.group-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    list-style: none
}

.group-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 19px;
    border: 2px solid #171515;
    border-radius: 18px;
    background: #fffdf2
}

.group-list>li>span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--yellow);
    font-weight: 900
}

.group-list h3 {
    margin: 2px 0 6px;
    font-size: 1.08rem
}

.group-list p {
    margin: 0;
    color: #625b56;
    font-size: .9rem;
    line-height: 1.4
}

.later-groups {
    margin-top: 18px;
    border: 2px solid #171515;
    border-radius: 18px;
    background: #fffdf2
}

.later-groups summary {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 900
}

.later-groups summary::-webkit-details-marker {
    display: none
}

.later-groups summary span {
    font-size: 1.5rem
}

.later-groups[open] summary span {
    transform: rotate(45deg)
}

.later-groups ul {
    margin: 0;
    padding: 0 38px 24px 55px;
    color: #4f4945;
    line-height: 1.65
}

.contact-strip {
    margin: 0 0 110px;
    padding: 34px;
    display: grid;
    grid-template-columns: 1fr 1.2fr auto;
    gap: 34px;
    align-items: center;
    border-radius: 24px;
    background: var(--green);
    color: #171515
}

.contact-strip h2 {
    margin: 7px 0 0;
    font-size: 2rem
}

.contact-strip>div>p {
    color: #171515
}

.contact-strip>p {
    margin: 0;
    line-height: 1.5
}

.contact-strip>a {
    padding: 13px 16px;
    border-radius: 999px;
    background: var(--yellow);
    color: #171515;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap
}

footer {
    padding: 33px 0 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-top: 1px solid var(--line);
    color: var(--muted)
}

.footer-brand {
    text-decoration: none
}

footer p {
    margin: 0
}

footer nav {
    display: flex;
    gap: 20px
}

footer nav a {
    text-decoration: none;
    font-weight: 800;
    color: var(--paper)
}

footer nav a:hover {
    color: var(--yellow)
}

@media(max-width:900px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 54px;
        padding-top: 80px
    }

    .hero-copy {
        max-width: 760px
    }

    .channel-summary {
        padding: 0 0 0 28px;
        max-width: 620px
    }

    .contact-strip {
        grid-template-columns: 1fr 1fr
    }

    .contact-strip>a {
        grid-column: 1/-1;
        justify-self: start
    }
}

@media(max-width:680px) {

    .site-header,
    main,
    footer {
        width: min(100% - 32px, 1180px)
    }

    .site-header {
        min-height: 78px
    }

    .site-header nav {
        gap: 13px;
        font-size: .8rem
    }

    .site-header nav a:nth-child(2) {
        display: none
    }

    .hero {
        min-height: auto;
        padding: 68px 0 74px;
        gap: 46px
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 4.5rem)
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column
    }

    .button {
        text-align: center
    }

    .channel-summary {
        padding-left: 20px
    }

    .summary-icons {
        grid-template-columns: repeat(4, 44px)
    }

    .summary-icons a {
        width: 44px;
        height: 44px
    }

    .channels {
        padding: 74px 0 84px
    }

    .section-heading h2,
    .groups-intro h2 {
        font-size: clamp(2.35rem, 12vw, 3.6rem)
    }

    .channel-item>a,
    .channel-item>div {
        grid-template-columns: 50px minmax(0, 1fr) 22px;
        gap: 14px;
        padding: 18px 16px;
        min-height: 132px
    }

    .platform-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px
    }

    .platform-icon img {
        width: 25px;
        height: 25px
    }

    .channel-copy strong {
        font-size: 1.08rem
    }

    .channel-copy span {
        font-size: .83rem
    }

    .channel-meta {
        grid-column: 2;
        min-width: 0;
        justify-items: start;
        text-align: left
    }

    .channel-meta small {
        font-size: .75rem
    }

    .row-arrow {
        grid-column: 3;
        grid-row: 1/3
    }

    .group-list {
        grid-template-columns: 1fr
    }

    .groups {
        margin-top: 30px;
        padding: 28px 20px
    }

    .group-list li {
        grid-template-columns: 45px 1fr;
        padding: 16px
    }

    .group-list>li>span {
        width: 42px;
        height: 42px
    }

    .later-groups ul {
        padding-left: 37px
    }

    .contact-strip {
        grid-template-columns: 1fr;
        padding: 28px 22px
    }

    .contact-strip>a {
        grid-column: auto;
        max-width: 100%;
        white-space: normal
    }

    footer {
        align-items: flex-start;
        flex-direction: column
    }

    footer nav {
        flex-wrap: wrap
    }
}

@media(max-width:360px) {
    .site-header nav a:nth-child(1) {
        display: none
    }

    .summary-icons {
        grid-template-columns: repeat(4, 42px);
        gap: 7px
    }

    .summary-icons a {
        width: 42px;
        height: 42px
    }

    .channel-copy span {
        font-size: .78rem
    }
}

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

    .button,
    .summary-icons a,
    .channel-item>a {
        transition: none
    }

    .button:hover,
    .summary-icons a:hover,
    .channel-item>a:hover {
        transform: none
    }
}