:root {
    --black: #111111;
    --yellow: #FFD400;
    --ivory: #F4F0E7;
    --white: #fff;
    --ink: #1a1a1a
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ivory);
    color: var(--ink);
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 18px
}

.topbar {
    height: 92px;
    background: var(--black);
    color: #fff;
    padding: 12px clamp(18px, 5vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none
}

.brand b,
.footer-brand b {
    font: 42px/0.85 Anton, sans-serif;
    letter-spacing: 1px;
    color: var(--yellow)
}

.brand small,
.footer-brand span {
    font-size: 12px;
    line-height: 1.05;
    letter-spacing: 1.3px;
    display: block;
    margin-top: 6px
}

.foot {
    font-size: 38px;
    color: var(--yellow);
    transform: rotate(-28deg);
    display: inline-block
}

nav {
    display: flex;
    gap: 32px;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px
}

nav a {
    color: #fff;
    text-decoration: none
}

nav a:hover,
nav a:focus-visible {
    color: var(--yellow)
}

a:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 5px
}

.hero {
    height: min(77vw, 760px);
    min-height: 540px;
    background: #282828;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center
}

.skyline,
.bottom-skyline {
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    background: linear-gradient(90deg, #141414 0 5%, transparent 5% 8%, #151515 8% 13%, transparent 13% 15%, #111 15% 22%, transparent 22% 26%, #161616 26% 34%, transparent 34% 39%, #111 39% 51%, transparent 51% 55%, #171717 55% 68%, transparent 68% 76%, #121212 76% 85%, transparent 85%);
    opacity: .9;
    clip-path: polygon(0 47%, 6% 47%, 6% 36%, 10% 36%, 10% 56%, 15% 56%, 15% 24%, 20% 24%, 20% 52%, 28% 52%, 28% 37%, 35% 37%, 35% 10%, 39% 10%, 39% 50%, 48% 50%, 48% 30%, 56% 30%, 56% 46%, 66% 46%, 66% 15%, 70% 15%, 70% 42%, 79% 42%, 79% 24%, 83% 24%, 83% 50%, 92% 50%, 92% 33%, 100% 33%, 100% 100%, 0 100%)
}

.hero:after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, transparent 0 50px, rgba(255, 212, 0, .05) 51px 53px);
    mix-blend-mode: screen
}

.hero-copy {
    z-index: 1;
    padding: 40px 20px
}

.hero h1 {
    font: clamp(100px, 20vw, 290px)/.78 Anton, sans-serif;
    margin: 0;
    letter-spacing: 4px;
    text-shadow: 8px 8px 0 var(--yellow)
}

.hero p {
    font-weight: 700;
    letter-spacing: 3px;
    font-size: clamp(16px, 2vw, 24px);
    margin: 24px
}

.paint {
    font: clamp(20px, 2.4vw, 34px)/1.2 'Permanent Marker', cursive;
    background: var(--yellow);
    color: var(--black);
    padding: 14px 28px;
    transform: rotate(-1.5deg);
    display: inline-block;
    clip-path: polygon(1% 8%, 99% 0, 97% 95%, 2% 100%, 0 52%)
}

.about {
    min-height: 690px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 100px 24px
}

.about-copy {
    max-width: 650px;
    text-align: center;
    position: relative;
    z-index: 1
}

.about h2,
.resources h2 {
    font: clamp(58px, 9vw, 120px)/.9 'Permanent Marker', cursive;
    margin: 0 0 44px
}

.about h2:after,
.resources h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 12px;
    background: var(--yellow);
    margin: 14px auto 0;
    transform: rotate(-2deg)
}

.about p {
    font-size: clamp(20px, 2.25vw, 28px);
    line-height: 1.28;
    margin: 20px 0
}

.about .lead {
    font-weight: bold
}

.onon,
.footer-onon {
    font: clamp(52px, 7vw, 92px) 'Permanent Marker', cursive !important;
    margin-top: 34px !important
}

.stamp {
    position: absolute;
    right: clamp(2%, 12vw, 17%);
    top: 125px;
    width: 180px;
    height: 180px;
    border: 7px double rgba(17, 17, 17, .1);
    border-radius: 50%;
    color: rgba(17, 17, 17, .15);
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    transform: rotate(18deg)
}

.trail {
    position: absolute;
    color: rgba(255, 212, 0, .4);
    font-size: 70px
}

.trail-one {
    left: 8%;
    bottom: 14%;
    transform: rotate(-30deg)
}

.group-image {
    height: clamp(330px, 52vw, 640px);
    background: #222
}

.group-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.resources {
    position: relative;
    overflow: hidden;
    background: var(--black);
    color: #fff;
    text-align: center;
    padding: 95px clamp(20px, 6vw, 90px) 0;
    min-height: 570px
}

.resources h2 {
    font-size: clamp(48px, 8vw, 110px);
    margin-bottom: 25px
}

.resources>p {
    font-size: clamp(20px, 2.2vw, 28px)
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1300px;
    margin: 70px auto 110px;
    position: relative;
    z-index: 1
}

.resource {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    min-height: 165px;
    padding: 0 16px;
    border-right: 1px solid #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.resource:last-child {
    border: 0
}

.resource:hover,
.resource:focus-visible {
    color: var(--yellow)
}

.resource-icon {
    font: 70px/1 Anton, sans-serif;
    color: var(--yellow)
}

.resource i {
    color: var(--yellow);
    font-size: 20px;
    font-style: normal
}

.bottom-skyline {
    height: 180px;
    opacity: .55
}

footer {
    background: var(--black);
    border-top: 1px solid #3e3e3e;
    color: #fff;
    min-height: 200px;
    padding: 38px clamp(18px, 5vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.social {
    display: flex;
    gap: 18px
}

.social a {
    color: var(--yellow);
    font-size: 28px;
    font-weight: bold;
    text-decoration: none
}

.footer-onon {
    color: var(--yellow);
    margin: 0 !important;
    font-size: clamp(40px, 5vw, 70px) !important
}

@media(max-width:700px) {
    .topbar {
        height: 76px;
        padding: 8px 18px
    }

    .brand b {
        font-size: 31px
    }

    .brand small {
        font-size: 9px
    }

    .foot {
        font-size: 27px
    }

    nav {
        gap: 14px;
        font-size: 15px
    }

    nav .foot {
        display: none
    }

    .hero {
        min-height: 470px;
        height: 125vw
    }

    .hero h1 {
        text-shadow: 5px 5px 0 var(--yellow)
    }

    .paint {
        padding: 12px 16px
    }

    .about {
        min-height: 620px;
        padding: 82px 22px
    }

    .stamp {
        right: -45px;
        top: 45px;
        width: 145px;
        height: 145px;
        font-size: 13px
    }

    .trail-one {
        left: -20px
    }

    .group-image {
        height: 300px
    }

    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
        margin: 45px 0 65px
    }

    .resource {
        font-size: 20px;
        border-bottom: 1px solid #555;
        padding: 20px 8px;
        min-height: 160px
    }

    .resource:nth-child(2n) {
        border-right: 0
    }

    .resource:last-child {
        grid-column: 1 / -1;
        border-bottom: 0
    }

    .resource-icon {
        font-size: 55px
    }

    footer {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .footer-onon {
        width: 100%;
        text-align: right
    }
}

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