@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-black.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Space Mono";
    src: url("../fonts/space-mono-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --teal: #003f4c;
    --pink: #ef35a5;
    --blue: #c2e2ea;
    --lime: #d7e80f;
    --cream: #faf6ee;
    --white: #fff;
    --ink: #003f4c;
    --max: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "Brandon", sans-serif;
    font-size: 18px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.wrap {
    width: min(calc(100% - 48px), var(--max));
    margin-inline: auto;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    z-index: 1000;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    color: white;
    background: var(--teal);
}

.announcement {
    height: 32px;
    display: grid;
    place-items: center;
    padding: 0 16px;
    background: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
}

.site-header {
    position: relative;
    z-index: 50;
    background: var(--cream);
}

.header-inner {
    width: min(calc(100% - 48px), 1220px);
    min-height: 72px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.primary-nav {
    display: flex;
    gap: clamp(24px, 4vw, 60px);
}

.primary-nav a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -5px;
    height: 3px;
    background: var(--pink);
    transition: right .2s ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after {
    right: 0;
}

.primary-nav a.is-active {
    color: var(--pink);
}

.site-logo {
    width: 112px;
}

.site-logo img {
    width: 100%;
    height: auto;
}

.social-preview {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    color: var(--pink);
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
}

.menu-toggle {
    display: none;
    appearance: none;
    border: 0;
    background: transparent;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 28px;
    border: 0;
    border-radius: 999px;
    color: var(--lime);
    background: var(--teal);
    font: 900 15px/1 "Brandon", sans-serif;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 0 rgba(0, 63, 76, .16);
}

.button span {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--teal);
    background: var(--lime);
    font: 900 18px/1 Arial, sans-serif;
}

.button-small {
    min-height: 42px;
    padding-inline: 22px;
    font-size: 12px;
}

.hero {
    min-height: clamp(520px, 54vw, 690px);
    display: grid;
    place-items: center;
    padding: 72px 24px;
    background-image: linear-gradient(rgba(255, 255, 255, .02), rgba(255, 255, 255, .02)), var(--hero-image);
    background-position: center 62%;
    background-size: cover;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.hero-logo {
    width: min(55vw, 580px);
    filter: drop-shadow(0 3px 0 rgba(250, 246, 238, .12));
}

.favorites-section {
    padding: 60px 0 82px;
    overflow: hidden;
}

.section-heading {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 26px;
}

.section-heading h1,
.signup-section h2,
.page-banner h1,
.location-copy h1,
.coming-soon-card h2,
.not-found h1 {
    margin: 0;
    font-weight: 900;
    line-height: .95;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.section-heading h1 {
    font-size: clamp(34px, 4vw, 56px);
}

.section-heading p {
    margin: 9px 0 0;
    font-family: "Space Mono", monospace;
    font-size: 14px;
}

.spark-badge {
    width: 70px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    background: var(--pink);
    font-size: 36px;
    font-weight: 900;
    clip-path: polygon(46% 0, 64% 27%, 100% 21%, 76% 52%, 96% 79%, 57% 74%, 37% 100%, 30% 65%, 0 55%, 28% 36%);
    transform: rotate(-9deg);
}

.favorite-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.favorite-card {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: white;
    box-shadow: 0 8px 30px rgba(0, 63, 76, .04);
}

.favorite-card img {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
}

.favorite-card h2,
.category-card h2 {
    margin: 0;
    padding: 18px 12px;
    font-family: "Space Mono", monospace;
    font-size: 15px;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.signup-section {
    position: relative;
    padding: 72px 24px 84px;
    overflow: hidden;
    color: white;
    background: var(--pink);
    text-align: center;
}

.signup-section::after,
.chasers-section::after,
.location-section::after,
.merch-preview::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background: repeating-linear-gradient(90deg, var(--blue) 0 20px, var(--pink) 20px 40px, var(--lime) 40px 60px, var(--cream) 60px 80px);
}

.signup-section h2 {
    font-size: clamp(38px, 5vw, 68px);
}

.signup-section > p {
    margin: 18px 0 30px;
    font-family: "Space Mono", monospace;
    font-size: 14px;
}

.bubble-flask {
    position: absolute;
    top: 22px;
    right: 17%;
    color: var(--teal);
    font-size: 62px;
    transform: rotate(8deg);
}

.signup-preview {
    width: min(1050px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.signup-preview input {
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    border: 2px solid transparent;
    border-radius: 8px;
    color: var(--teal);
    background: white;
    font: 700 16px/1.2 "Space Mono", monospace;
}

.signup-preview input:focus {
    outline: 0;
    border-color: var(--lime);
}

.signup-preview .button {
    grid-column: 1 / -1;
    justify-self: center;
}

.form-status {
    grid-column: 1 / -1;
    margin: 0;
    font-family: "Space Mono", monospace;
    font-size: 12px;
}

.page-banner {
    min-height: 150px;
    display: grid;
    place-items: center;
    padding: 32px 24px;
}

.pattern-banner {
    background-color: white;
    background-image: linear-gradient(128deg, transparent 0 38%, rgba(194, 226, 234, .75) 39% 55%, transparent 56% 100%);
    background-size: 72px 72px;
}

.page-banner h1 {
    padding: 16px 46px;
    font-size: clamp(52px, 7vw, 86px);
    background: rgba(255, 255, 255, .92);
}

.menu-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-block: 64px;
}

.category-card {
    overflow: hidden;
    border-radius: 10px;
    background: white;
    box-shadow: 0 10px 24px rgba(0, 63, 76, .05);
}

.category-card img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
}

.category-card h2 {
    position: relative;
    font-size: 17px;
}

.category-card h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: var(--lime);
}

.chasers-section,
.location-section,
.merch-preview {
    position: relative;
}

.chasers-section {
    padding: 48px 0 104px;
    background: var(--blue);
}

.chasers-section h2 {
    width: fit-content;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--pink);
    font-family: "Space Mono", monospace;
    font-size: 22px;
    text-transform: uppercase;
}

.chasers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.chasers-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    text-transform: lowercase;
}

.location-section {
    min-height: 690px;
    padding: 90px 0 120px;
    background: var(--blue);
}

.pattern-corner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 280px;
    opacity: .55;
    background-image: linear-gradient(128deg, transparent 0 38%, rgba(255, 255, 255, .58) 39% 55%, transparent 56% 100%);
    background-size: 72px 72px;
}

.location-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .8fr 1.25fr;
    align-items: center;
    gap: clamp(54px, 7vw, 110px);
}

.location-copy h1 {
    max-width: 430px;
    font-size: clamp(64px, 8vw, 112px);
}

.location-copy p,
.location-copy address {
    max-width: 430px;
    font-family: "Space Mono", monospace;
    font-size: 15px;
    font-style: normal;
}

.location-copy p {
    margin: 38px 0 22px;
}

.location-copy address {
    margin-bottom: 28px;
}

.location-image img {
    width: 100%;
    aspect-ratio: 1.28;
    object-fit: cover;
    box-shadow: 20px 20px 0 rgba(239, 53, 165, .16);
}

.merch-banner h1 {
    font-size: clamp(42px, 6vw, 78px);
}

.merch-preview {
    padding: 70px 0 120px;
}

.merch-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.merch-images img {
    width: 100%;
    aspect-ratio: .82;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.72);
}

.coming-soon-card {
    position: relative;
    z-index: 2;
    width: min(680px, calc(100% - 48px));
    margin: -120px auto 0;
    padding: 54px;
    color: white;
    background: var(--teal);
    box-shadow: 14px 14px 0 var(--pink);
    text-align: center;
}

.coming-soon-card > span,
.not-found > span {
    color: var(--lime);
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.coming-soon-card h2 {
    margin-top: 12px;
    color: var(--pink);
    font-size: clamp(42px, 6vw, 68px);
}

.coming-soon-card p {
    width: min(490px, 100%);
    margin: 22px auto 28px;
    font-family: "Space Mono", monospace;
    font-size: 14px;
}

.coming-soon-card .button {
    color: var(--teal);
    background: var(--lime);
}

.coming-soon-card .button span {
    color: var(--lime);
    background: var(--teal);
}

.site-footer {
    padding: 78px 0 28px;
    color: white;
    background: var(--teal);
}

.footer-inner {
    width: min(calc(100% - 48px), 1160px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 2.4fr 1fr 1fr 1.25fr;
    gap: 36px;
    align-items: end;
}

.footer-statement p {
    max-width: 580px;
    margin: 18px 0 0;
    color: var(--pink);
    font-size: clamp(46px, 5vw, 78px);
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
}

.smile-mark {
    width: 65px;
    color: white;
    font-family: "Brandon", sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: .7;
    text-align: center;
}

.smile-mark b {
    display: block;
    transform: rotate(-2deg);
}

.smile-mark span {
    width: 58px;
    height: 26px;
    display: block;
    border: 7px solid white;
    border-top: 0;
    border-radius: 0 0 40px 40px;
}

.footer-column {
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    font-size: 13px;
}

.footer-column h2 {
    margin: 0 0 14px;
    color: var(--pink);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer-column a {
    width: fit-content;
    color: white;
    text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--lime);
}

.footer-base {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .55);
    font-size: 11px;
}

.footer-base strong {
    font-size: 20px;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.standard-page,
.not-found {
    min-height: 55vh;
    padding-block: 90px;
}

.standard-page h1,
.not-found h1 {
    font-size: clamp(52px, 8vw, 94px);
}

.not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.not-found p {
    font-family: "Space Mono", monospace;
}

@media (max-width: 960px) {
    .favorite-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .favorite-card:nth-child(n+4) {
        display: none;
    }

    .section-heading {
        grid-template-columns: auto 1fr;
    }

    .section-heading .button {
        grid-column: 2;
        justify-self: start;
    }

    .chasers-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 28px;
    }

    .location-inner {
        grid-template-columns: 1fr;
    }

    .location-copy h1 {
        max-width: 700px;
    }

    .location-copy p,
    .location-copy address {
        max-width: 620px;
    }

    .footer-inner {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .footer-statement {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    body {
        font-size: 16px;
    }

    .wrap {
        width: min(calc(100% - 32px), var(--max));
    }

    .announcement {
        height: 36px;
        font-size: 10px;
    }

    .header-inner {
        width: calc(100% - 32px);
        min-height: 66px;
        grid-template-columns: 1fr auto;
    }

    .site-logo {
        grid-column: 1;
        grid-row: 1;
        width: 100px;
    }

    .menu-toggle {
        z-index: 2;
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
        display: grid;
        place-content: center;
        gap: 5px;
        padding: 8px;
        cursor: pointer;
    }

    .menu-toggle span:not(.screen-reader-text) {
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 2px;
        background: var(--teal);
        transition: transform .2s ease, opacity .2s ease;
    }

    .menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .primary-nav {
        position: fixed;
        inset: 102px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
        padding: 40px;
        background: var(--cream);
        transform: translateX(100%);
        visibility: hidden;
        transition: transform .25s ease, visibility .25s;
    }

    .menu-open .primary-nav {
        transform: translateX(0);
        visibility: visible;
    }

    .primary-nav a {
        font-size: 36px;
    }

    .social-preview {
        display: none;
    }

    .hero {
        min-height: 500px;
        background-position: 58% center;
    }

    .hero-logo {
        width: min(82vw, 470px);
    }

    .favorites-section {
        padding-top: 48px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .spark-badge {
        margin-inline: auto;
    }

    .section-heading .button {
        grid-column: 1;
        justify-self: center;
    }

    .favorite-grid {
        grid-template-columns: 1fr;
        width: min(calc(100% - 64px), 420px);
    }

    .favorite-card:nth-child(n+3) {
        display: none;
    }

    .signup-section {
        padding-inline: 16px;
    }

    .bubble-flask {
        display: none;
    }

    .signup-preview {
        grid-template-columns: 1fr;
    }

    .signup-preview .button,
    .form-status {
        grid-column: 1;
    }

    .page-banner {
        min-height: 120px;
    }

    .page-banner h1 {
        padding-inline: 18px;
    }

    .menu-categories {
        grid-template-columns: 1fr;
        width: min(calc(100% - 64px), 480px);
        gap: 24px;
        padding-block: 44px;
    }

    .chasers-section {
        padding-bottom: 96px;
    }

    .chasers-grid {
        grid-template-columns: 1fr 1fr;
    }

    .location-section {
        padding: 54px 0 105px;
    }

    .location-copy h1 {
        font-size: clamp(58px, 19vw, 86px);
    }

    .location-image img {
        aspect-ratio: 1 / .9;
    }

    .merch-images {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .merch-images img:nth-child(3) {
        display: none;
    }

    .coming-soon-card {
        margin-top: -60px;
        padding: 40px 24px;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-statement,
    .footer-base {
        grid-column: 1 / -1;
    }

    .footer-column:last-of-type {
        grid-column: 1 / -1;
    }

    .footer-base {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

