:root {
    --bg: #000;
    --panel: #000;
    --muted: #bfc6cc;
    --accent: #ee4036;
    --max: 1140px;
    --radius: 12px;
}
* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family:
        Poppins,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica,
        Arial;
    scroll-behavior: smooth;
}
a {
    color: inherit;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 20px;
}

/* Smooth scroll wrapper */

#smooth-content {
    min-height: 100vh;
}

/* Header */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 120;
    padding: 0 20px;
    transition:
        background 0.35s,
        backdrop-filter 0.35s,
        transform 0.25s;
    display: flex;
    align-items: center;
    background: transparent;
}
header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max);
    margin: 0 auto;
    width: 100%;
}
.logo {
    font-weight: 800;
    color: #ee4036;
    letter-spacing: 0.6px;
    font-size: 30px;
}
nav.desktop {
    display: flex;
    gap: 5px;
    align-items: center;
}
nav.desktop a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.95;
}
nav.desktop a:hover {
    color: var(--accent);
}
.cta-btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 0;
    font-weight: 700;
    text-decoration: none;
}
.cta-btn:hover{
    background: #b92e27;
}

/* header scrolled */
header.scrolled {
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(12px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}
header.shrink {
    transform: translateY(-6px);
}

/* Mobile hamburger */
.hamburger {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hamburger .bar {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: relative;
}
.hamburger .bar::after,
.hamburger .bar::before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
.hamburger .bar::before {
    top: -7px;
}
.hamburger .bar::after {
    bottom: -7px;
}

/* Mobile menu (slide in) */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -105%;
    width: 86%;
    max-width: 420px;
    height: 100%;
    background: linear-gradient(180deg, #070707, #0b0b0b);
    z-index: 160;
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: right 0.38s;
}
.mobile-menu.show {
    right: 0;
}
.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 6px;
    border-radius: 8px;
}
.mobile-menu .cta-mobile {
    margin-top: 10px;
    background: var(--accent);
    color: #111;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

/* Hero (parallax) */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 92px 20px;
    position: relative;
    overflow: hidden;
}
.hero .bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/Werribee-grand-final-jumping-www.oneeyedfrog.com_.au-2.webp");
    background-size: cover;
    background-position: top;
    margin-top: -7px;
}
.hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.62));
}
.hero .inner {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 980px;
    padding: 40px;
}
.hero h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    line-height: 1.03;
    margin-bottom: 18px;
}
.hero p {
    color: var(--muted);
    font-size: 18px;
    margin-bottom: 24px;
}
.hero .actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.parallax-hero .actions a{
    margin-top: 10px;
}
.hero .muted {
    color: var(--muted);
    font-size: 14px;
    margin-top: 12px;
}


.image-link {
    padding: 80px 20px;
}
.image-link .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.image-link .column{
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.image-link .text{
    padding: 20px;
    padding-top: 10px;
}
.image-link .text h2{
    font-size: 20px;
}
.image-link .text a{
    display: inline-block;
    background: #b92e27;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.image-link .text a:hover{
    background: #ee4036;
}

.explaination-section{
    background: #f1f1f1;
    padding: 80px 20px;
}
footer{
    background: #000;
}
footer p{
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    margin: 0;
}


/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}


/* Responsive rules */
@media (max-width: 1050px) {
    .split,
    .contact .grid,
    .alt-section {
        grid-template-columns: 1fr;
        padding: 50px 16px;
    }
    .parallax-hero {
        min-height: 48vh;
        padding: 40px 12px;
    }
    .hero h1 {
        font-size: 40px;
    }
    .hero p {
        font-size: 15px;
    }
}
@media (max-width: 820px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    nav.desktop {
        display: none;
    }
    .hamburger {
        display: flex;
    }
    .mobile-menu {
        width: 86%;
    }
}
@media (max-width: 480px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
    header {
        height: 64px;
    }
    .hero {
        padding-top: 64px;
    }
}

/* tiny helpers */
.muted-small {
    color: var(--muted);
    font-size: 13px;
}
.center {
    text-align: center;
}
