.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(400px, 60vh, 800px);
    padding: clamp(2rem, 6vw, 5rem) 1rem clamp(1rem, 1vw, 1.5rem);
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-content h1 {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 700;
    margin-top: 0;
}

.hero-content p {
    font-size: clamp(1.5rem, 1.5vw, 2rem);
}

.team-photo {
    width: 100%;
    max-width: 800px;
    height: auto;
}

/* .next-match {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
    padding-top: 4rem;
    padding-bottom:4rem
       padding: clamp(4rem, 10vw, 8rem) 1rem;
} 

.next-match-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1vw;
}

.next-match-content h2 {
    font-size: 2.5rem;
}

.next-match-content h3 {
    font-size: 2rem;
}
.next-match-content p {
    font-size: 1.5rem;
} */ 

.about-the-club {
    display:flex;
    align-items:center;
    justify-content:center;
    padding: clamp(1rem, 10vw, 8rem) 1rem;
    padding-bottom: 1rem;
}

.about-the-club-content {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.about-the-club-content h2 {
    margin-bottom: 1rem;
    font-size: 2rem
}

.about-the-club-content p {
    line-height: 1.6;
    font-size: clamp(1.25rem, 1.2vw, 2rem);
    color: #444;
}

.external-link {
    margin-top: 0.75rem;
    font-size: clamp(1rem, 1.1vw, 1.25rem) !important;
}

.external-link a {
    color: teal;
    font-weight: 600;
    text-decoration: underline;
}

.external-link a:hover {
    color: black;
}

.about-the-sport {
    display:flex;
    align-items:center;
    justify-content:center;
    padding: clamp(1rem, 10vw, 8rem) 1rem;
    padding-bottom: 1rem;
}

.about-the-sport-content {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.about-the-sport-content h2 {
    margin-bottom: 1rem;
    font-size: 2rem
}

.about-the-sport-content p {
    line-height: 1.6;
    font-size: clamp(1.25rem, 1.2vw, 2rem);
    color: #444;
}

.sport-feature {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.sport-feature-reverse {
    flex-direction: row-reverse;
}

.sport-feature p {
    flex: 3 1 320px;
    margin: 0;
}

.sport-feature-text {
    flex: 3 1 320px;
}

.sport-photo {
    flex: 1 1 180px;
    max-width: 200px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 700px) {
    .sport-feature,
    .sport-feature-reverse {
        flex-direction: column;
        align-items: center;
    }

    .sport-photo {
        max-width: 260px;
    }
}

.action-banner {
    width: 100%;
    line-height: 0;
}

.action-banner img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    display: block;
}

.training {
    display:flex;
    align-items:center;
    justify-content:center;
    padding: clamp(1rem, 10vw, 8rem) 1rem;
    padding-bottom: 1rem;
}

.training-content {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.training-content h2 {
    margin-bottom: 1rem;
    font-size: 2rem
}

.training-maps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "h1 h2"
        "a1 a2"
        "m1 m2";
    gap: 0.5rem 2rem;
    width: 100%;
    margin-top: 1rem;
}

.training-maps h3:nth-of-type(1) { grid-area: h1; }
.training-maps h3:nth-of-type(2) { grid-area: h2; }
.training-maps p:nth-of-type(1) { grid-area: a1; }
.training-maps p:nth-of-type(2) { grid-area: a2; }
.training-maps iframe:nth-of-type(1) { grid-area: m1; }
.training-maps iframe:nth-of-type(2) { grid-area: m2; }

.training-maps h3 {
    font-size: clamp(1.25rem, 1.4vw, 1.75rem);
    margin: 0;
}

.training-maps p {
    line-height: 1.6;
    font-size: clamp(1.1rem, 1.1vw, 1.5rem);
    color: #444;
    margin: 0 0 0.75rem;
}

.training-maps iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

@media (max-width: 600px) {
    .training-maps {
        grid-template-columns: 1fr;
        grid-template-areas:
            "h1"
            "a1"
            "m1"
            "h2"
            "a2"
            "m2";
    }
}

.join-the-club {
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: clamp(4rem, 10vw, 8rem) 1rem;
    padding-bottom: 1rem;
    
    max-width:800px
}

.join-the-club-content {
    display:flex;
    flex-direction:column;
    align-items: center;
    text-align: center;
    font-size: clamp(2rem, 4vw, 4rem);
}

.join-the-club-content a {
    text-decoration:none;
    color: black;
    border:4px solid black;
    border-radius: 4px;
    padding: 0.5rem 1rem;
}

.join-the-club-content a:hover {
    background-color: teal;
    color:white;
    border-radius: 4px;
    padding:0.5rem;
    transition:0.2s ease;
    padding: 0.5rem 1rem;
}
