/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #050505;
    color: #f5f5f5;
    font-family: Verdana, 'Bookman Old Style', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================
   VARIABLES
========================================= */

:root {
    --black: #050505;
    --white: #f5f5f5;
    --gray: #999;
    --dark-gray: #1a1a1a;
    --border: #292929;
    --max-width: 1200px;
}


/* =========================================
   CONTAINER
========================================= */

.container {
    width: min(100% - 48px, var(--max-width));
    margin: 0 auto;
}

img {
max-width:100%;
height:auto;
}

fire:before {content:"\1F525"; font-size: 19px; color:#FF6933; text-shadow: 0px 0px #FF4B0A, -1px 0 #FF4B0A, 0 0px #FF4B0A, 1px 0 #FF4B0A, 0 -0px #FF4B0A;} /* html-code is &#128293 */

/* =========================================
   HEADER
========================================= */

/* .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header-inner {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
/*
.logo {
    /* font: 50px 'Arial Black', 'ArialBlackRegular', 'Bookman Old Style', Verdana, Gadget, 'Trebuchet MS', Georgia; */
    font-size: clamp(50px, 9vw, 130px);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.nav {
    display: flex;
    gap: 32px;
}

.nav a {
    color: #999;
    font-size: 13px;
    transition: color 0.2s ease;
}

.nav a:hover {
    color: #fff;
}

*/
/* =========================================
   HERO
========================================= */

.hero {
  min-height: 100vh;
    display: flex;
    align-items: center;
  /*  border-bottom: 1px solid var(--border);*/
}

 .hero-content {
    padding-top: 20px;
} 

/*.sports {
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 55px;
}
*/
.eyebrow {
    color: #888;
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 20px;
}

h1 {
    font-size: clamp(64px, 9vw, 130px);
    line-height: 0.9;
    letter-spacing: -0.065em;
    font-weight: 700;
}

.hero-text {
    margin-top: 32px;
    font-size: clamp(20px, 2vw, 28px);
    color: #aaa;
/*text-align: right;*/
}

.hero-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
    padding: 15px 22px;
    border: 1px solid #444;
 /*   font-size: 14px; */
    transition: all 0.25s ease;
font: normal 18px 'Bookman Old Style', 'Bookman', Verdana;
font-weight:bold;
}

.hero-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.arrow {
    margin-left: 12px;
}


/* =========================================
   DIVIDER
========================================= */
/*
.divider {
    height: 1px;
    background: var(--border);
}
*/

/* =========================================
   GENERAL SECTION
========================================= */

.section {
    padding: 150px 0;
}

.section-label {
    color: #666;
    font-size: 11px;
    letter-spacing: 0.2em;
}


/* =========================================
   ABOUT
========================================= */

.about-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
}

.about-content {
    max-width: 800px;
}

.about-content h2 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    margin-bottom: 45px;
}

.about-content p {
    max-width: 620px;
    color: #999;
    font-size: 18px;
    margin-bottom: 20px;
}


/* =========================================
   LATE NOTES
========================================= */

.late-notes {
    padding: 150px 0;
    background: #f5f5f5;
    color: #050505;
}

.late-notes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.late-notes .section-label {
    color: #777;
}

.bolt {
    font-size: 28px;
}

.late-notes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.late-notes-title h2 {
    font-size: clamp(52px, 7vw, 100px);
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.late-notes-description {
    max-width: 500px;
    padding-top: 15px;
}

.late-notes-description p {
    color: #555;
    font-size: 19px;
    margin-bottom: 45px;
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    border: 1px solid #111;
    font-size: 14px;
    transition: all 0.25s ease;
font: normal 18px 'Bookman Old Style', 'Bookman', Verdana;
font-weight:bold;
}

.button:hover {
    background: #000;
    color: #fff;
}

.button span {
    font-size: 18px;
}


/* =========================================
   OBSERVATIONS
========================================= */

.observations-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.observations-header h2 {
    font-size: clamp(42px, 7vw, 90px);
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.observation-list {
    border-top: 1px solid var(--border);
}

.observation {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 50px;
    padding: 45px 0;
    border-bottom: 1px solid var(--border);
}

.number {
    color: #555;
    font-size: 13px;
}

.observation h3 {
    font-size: 25px;
    margin-bottom: 8px;
}

.observation p {
    color: #888;
    font-size: 16px;
}


/* =========================================
   CTA
========================================= */

.cta {
    padding: 160px 0;
    background: #111;
    text-align: center;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta .bolt {
    margin-bottom: 30px;
}

.cta h2 {
    font-size: clamp(42px, 9vw, 120px);
    line-height: 0.88;
    letter-spacing: -0.065em;
    margin-bottom: 50px;
}

.button-light {
    border-color: #666;
}

.button-light:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}


/* =========================================
   FOOTER
========================================= */

.footer {
    padding: 70px 0;
    border-top: 1px solid var(--border);
    font-family: Verdana, 'Bookman Old Style', Tahoma, Arial, Helvetica, sans-serif;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 40px;
    align-items: end;
}

.footer p {
    color: #666;
    font-size: 13px;
    margin-top: 10px;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.socials a {
    color: #777;
    font-size: 13px;
}

.socials a:hover {
    color: #fff;
}

.copyright {
    color: #555;
    font-size: 11px;
    text-align: right;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .container {
        width: min(100% - 32px, var(--max-width));
    }

    .header-inner {
        height: 20px;
    }

    .nav {
        display: none;
    }

    .hero-content {
        padding-top: 20px;
    }

 /*   .sports {
        font-size: 23px;
        letter-spacing: 1px;
        margin-bottom: 45px;
    } */

    h1 {
        font-size: clamp(42px, 16vw, 90px);
    }

    .section {
        padding: 100px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-content h2 {
        font-size: 52px;
    }

    .late-notes {
        padding: 100px 0;
    }

    .late-notes-header {
        margin-bottom: 65px;
    }

    .late-notes-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .late-notes-title h2 {
        font-size: 60px;
    }

    .observations-header {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 60px;
    }

    .observations-header h2 {
        font-size: 42px;
    }

    .observation {
        grid-template-columns: 50px 1fr;
        gap: 20px;
        padding: 30px 0;
    }

    .observation h3 {
        font-size: 21px;
    }

    .cta {
        padding: 110px 0;
    }

    .cta h2 {
        font-size: 42px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .copyright {
        text-align: left;
    }
}