* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f4f1ea;
    color: #151515;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}


/* --------------------------------
   HEADER
-------------------------------- */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 28px 4vw;

    border-bottom: 1px solid #151515;
}

.logo {
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.03em;
}

.edition {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}


/* --------------------------------
   GENERAL
-------------------------------- */

main {
    width: 100%;
}

section {
    padding: 10vw 8vw;
    border-bottom: 1px solid #151515;
}

.eyebrow {
    margin: 0 0 2rem;

    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.label {
    display: block;

    margin-bottom: 0.35rem;

    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}


/* --------------------------------
   HERO
-------------------------------- */

.hero {
    min-height: 82vh;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero h1 {
    max-width: 1100px;

    margin: 0;

    font-size: clamp(4rem, 10vw, 10rem);
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: -0.075em;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    max-width: 900px;

    margin-top: 8rem;
}

.hero-meta div {
    padding-right: 2rem;
}

.hero-meta strong {
    font-size: 1.1rem;
    font-weight: 500;
}


/* --------------------------------
   HERO DATE / DETAILS
-------------------------------- */

.hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    margin-top: 6rem;
}

.event-date {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.date-day,
.date-month,
.date-year {
    font-size: 1rem;
    font-weight: 700;
}

.hero-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));

    min-width: 520px;

    gap: 3rem;
}

.hero-details strong {
    font-size: 1.1rem;
    font-weight: 500;
}


/* --------------------------------
   ABOUT
-------------------------------- */

.about {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 5vw;
}

.section-number {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.about-content {
    max-width: 780px;
}

h2 {
    margin: 0 0 3rem;

    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.about p {
    max-width: 680px;
}

.about .large {
    margin-bottom: 3rem;

    font-size: clamp(1.4rem, 2.4vw, 2.2rem);
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.about p:not(.large) {
    max-width: 600px;

    font-size: 1.05rem;
}


/* --------------------------------
   ABOUT TEXT
-------------------------------- */

.text-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;

    max-width: 780px;
}

.text-columns p {
    margin: 0;
}

.concept {
    max-width: 650px;

    margin-top: 4rem;
    padding-top: 2rem;

    border-top: 1px solid #151515;

    font-size: 1rem;
    line-height: 1.5;
}


/* --------------------------------
   PLAY
-------------------------------- */

.play {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 5vw;
}

.play-content {
    max-width: 700px;
}

.play-content > p:not(.eyebrow) {
    max-width: 580px;

    font-size: 1.2rem;
}

.play-introduction {
    max-width: 650px;

    margin: 0;

    font-size: 1.2rem;

    line-height: 1.4;
}


/* --------------------------------
   REGISTRATION LINK
-------------------------------- */

.registration-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    margin-top: 2rem;
    padding-bottom: 0.25rem;

    font-size: 1.05rem;
    font-weight: 700;

    text-decoration: none;

    border-bottom: 1px solid #151515;

    transition:
        gap 0.2s ease,
        opacity 0.2s ease;
}

.registration-link:hover {
    gap: 0.8rem;
    opacity: 0.55;
}

.registration-link span {
    font-size: 1.1em;
}


/* --------------------------------
   PLAYING RULES
-------------------------------- */

.rules {
    margin-top: 5rem;

    border-top: 1px solid #151515;
}

.rules div {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1rem;

    padding: 1.2rem 0;

    border-bottom: 1px solid #151515;
}

.rules span {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.rules strong {
    font-size: 1rem;
    font-weight: 500;
}

.playing-time {
    margin-top: 2rem;

    font-size: 0.9rem !important;

    opacity: 0.7;
}


/* --------------------------------
   LOCATION
-------------------------------- */

.location {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 5vw;
}

.location-content h2 {
    margin-bottom: 2rem;
}

.location-content > p:not(.eyebrow) {
    font-size: 1.25rem;
}

.address {
    line-height: 1.6;
}

.location-link {
    display: inline-block;

    margin-top: 2rem;

    padding-bottom: 0.2rem;

    font-weight: 700;
    text-decoration: none;

    border-bottom: 1px solid #151515;

    transition: opacity 0.2s ease;
}

.location-link:hover {
    opacity: 0.55;
}


/* --------------------------------
   FOOTER
-------------------------------- */

.footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;

    gap: 2rem;

    padding: 28px 4vw;

    font-size: 0.75rem;
}

.footer strong {
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-tagline {
    opacity: 0.65;
}


/* --------------------------------
   MOBILE
-------------------------------- */

@media (max-width: 700px) {

    .header {
        padding: 22px 5vw;
    }

    .edition {
        font-size: 0.65rem;
    }

    section {
        padding: 18vw 7vw;
    }


    /* HERO */

    .hero {
        min-height: 78vh;
    }

    .hero h1 {
        font-size: clamp(3.6rem, 18vw, 6rem);
        line-height: 0.86;
    }

    .hero-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 2rem;

        margin-top: 5rem;
    }

    .hero-details {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        min-width: 0;
        gap: 2rem;
    }

    /* ABOUT */

    .about,
    .play,
    .location {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    h2 {
        font-size: clamp(3rem, 15vw, 5rem);
    }

    .about .large {
        font-size: 1.35rem;
    }

    .text-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .concept {
        margin-top: 3rem;
    }


    /* PLAY */

    .play-content > p:not(.eyebrow) {
        font-size: 1.1rem;
    }

    .play-introduction {
        font-size: 1.1rem;
    }

    .rules {
        margin-top: 3rem;
    }


    /* FOOTER */

    .footer {
        flex-direction: column;

        padding: 25px 7vw;
    }

    .footer-links {
        order: 2;
    }

    .footer-tagline {
        order: 3;
    }
}