/* Mobile styles (max-width: 968px) */

.overlay-logo {
    width: 150px;
    height: 150px;
    font-size: 0.9rem;
    background-image: url("./images/logo50501orlando150.png");
}

.overlay-title {
    font-size: 2.5rem;
    padding: 0 1rem;
}

.overlay-tagline {
    font-size: 1rem;
    padding: 0 1rem;
}

.scroll-indicator {
    bottom: 2rem;
}

.scroll-text {
    font-size: 0.8rem;
}

.scroll-arrow {
    font-size: 1.5rem;
}

.header-content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    position: relative;
}

.logo-section {
    width: auto;
    justify-content: center;
    margin-left:0;
    margin-right:50px;
}

.logo-box {
    width: 60px;
    height: 60px;
    font-size: 0.75rem;
    background-image: url("./images/logo50501orlando60.png");
}

.site-name {
    font-size: 1.3rem;
}

nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

nav.mobile-open {
    max-height: 300px;
}

nav a {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

nav a:first-child {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.2);
}

nav a:last-child {
    border-bottom: none;
}

.mobile-menu-toggle {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    background: transparent;
    border: 2px solid white;
    color: white;
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: var(--red-hili);
    color: white;
    border-color: white;
}

.hero {
    min-height: auto;
}

.hero-content {
    padding: 3rem 2rem;
    animation: slideInLeft 0.8s ease-out both;
}

.hero-content::before {
    display: none;
}

.hero-label {
    font-size: 1.5rem;
    padding: 0.4rem 1.2rem;
    margin-bottom: 1.5rem;
}

.hero-content h1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

.hero-content h1 .highlight {
    color: var(--red-hili);
    font-size: 3rem;
    margin: 0.3rem 0;
}

.hero-content p {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 100%;
}

.hero-cta {
}

.cta-action {
    flex-direction: column;
    gap: 1rem;
}

.cta-details {
    font-size:1.5rem;
}

.btn-action {
    display:block;
    padding: 1rem;
    margin: 1rem;
    font-size: 1.75rem;
    width: auto;
    text-align: center;
    clip-path: none;
    border-radius: 4px;
}

.btn-action.primary {
    clip-path: none;
    border-radius: 4px;
}

.btn-action.secondary {
    clip-path: none;
    border-radius: 4px;
}

.hero-visual {
    min-height: 400px;
    animation: fadeIn 0.8s ease-out 0.3s both;
    border-top:1px solid white;
}

.visual-grid {
    width:auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.grid-cell {
    font-size: 2rem;
    height:10rem;
    max-height:200px;
}

.stat-number {
    font-size: 5rem;
}

.stat-label {
    font-size: 0.9rem;
}

.mission-section {
    padding: 4rem 2rem;
}

.mission-container {
}

.mission-card {
    border: 2px solid var(--black) !important;
    border-radius: 8px;
    padding: 2.5rem 2rem;
    margin: 2rem;
}

.mission-icon {
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
}

.mission-card h3 {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.mission-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.mission-number {
    font-size: 3rem;
    top: 0.8rem;
    right: 1.2rem;
}

.cta-details {
}

.cta-banner {
    padding: 3rem 2rem;
}

.cta-banner h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.cta-banner p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.cta-banner .btn-action {
    font-size: 1rem;
    padding: 1.2rem 2.5rem;
    clip-path: none;
    border-radius: 4px;
}

footer {
    padding: 2rem;
}

footer p {
    font-size: 0.85rem;
    line-height: 1.6;
}

.social-media-lg {
    width: 40px;
    height: 40px;
    margin: 1rem;
}

a.social-insta-lg {
    background-image: url("./images/social-insta-40.png");
}

a.social-insta-lg:hover {
    background-image: url("./images/social-insta-40-hili.png");
}

a.social-linktree-lg {
    background-image: url("./images/social-linktree-40.png");
}

a.social-linktree-lg:hover {
    background-image: url("./images/social-linktree-40-hili.png");
}

a.social-fb-lg {
    background-image: url("./images/social-fb-40.png");
}

a.social-fb-lg:hover {
    background-image: url("./images/social-fb-40-hili.png");
}

a.social-bsky-lg {
    background-image: url("./images/social-bsky-40.png");
}

a.social-bsky-lg:hover {
    background-image: url("./images/social-bsky-40-hili.png");
}

a.social-tiktok-lg {
    background-image: url("./images/social-tiktok-40.png");
}

a.social-tiktok-lg:hover {
    background-image: url("./images/social-tiktok-40-hili.png");
}

a.social-upscroll-lg {
    background-image: url("./images/social-upscroll-40.png");
}

a.social-upscroll-lg:hover {
    background-image: url("./images/social-upscroll-40-hili.png");
}

a.social-discord-lg {
    background-image: url("./images/social-discord-40.png");
}

a.social-discord-lg:hover {
    background-image: url("./images/social-discord-40-hili.png");
}

iframe.map {
    display:block;
    width: auto;
    margin-left:auto;
    margin-right:auto;
    height: 500px;
}

.upcoming-events {
}

.upcoming-events h1 {
    font-size: 2rem;
    margin-top:2rem;
    margin-bottom:1rem;
}

.upcoming-events div {
    display:block;
}

.upcoming-events img {
    display:block;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
