/* Desktop styles (min-width: 969px) */

.mobile-only {
    display: none;
}

.overlay-logo {
    width: 250px;
    height: 250px;
    font-size: 1.5rem;
    background-image: url("./images/logo50501orlando250.png");
}

.overlay-title {
    font-size: 5rem;
}

.overlay-tagline {
    font-size: 1.5rem;
}

.hero {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 600px;
    position: relative;
}

.hero-content {
    display: flex;
    position: relative;
    flex-direction: column;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 100px;
    height: 100%;
    background: var(--navy);
    clip-path: polygon(0 0, 50% 0, 0 100%);
}

.hero-label {
    display: inline-block;
    background: var(--logo-blue);
    color: white;
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    width: fit-content;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.hero-content h1 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 4rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: -2px;
}

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

.hero-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.hero-cta {
    display: flex;
    gap: 0;
}

.cta-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.cta-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-action.secondary {
    margin-left: -20px;
    padding-left: 4rem;
}

.hero-visual {
    background: var(--bright-yellow);
    position: relative;
    overflow: hidden;
    animation: slideInRight 0.8s ease-out 0.4s both;
}

.visual-grid{
    position: absolute;
    width: 100%;
    height: 100%;
}

.stat-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.stat-number {
    font-family: 'Archivo Black', sans-serif;
    font-size: 8rem;
    color: var(--navy);
    line-height: 1;
    text-shadow: 4px 4px 0 rgba(255,255,255,0.5);
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.mission-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.mission-card{
    position: relative;
}

.mission-card:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    border-right: none;
}

.mission-card:nth-child(2) {
    transform: translateY(-20px);
    z-index: 2;
}

.mission-card:nth-child(2):hover {
    transform: translateY(-30px);
}

.mission-card:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    border-left: none;
}

/* Desktop CTA sizing */
.cta-banner h2 {
    font-size: 3.5rem;
}

.cta-banner p {
    font-size: 1.1rem;
}

iframe.map {
    width: 450px;
    height: 300px;
}

.upcoming-events {
    padding: 5rem;
}

.upcoming-events div {
    max-height:800px;
}

.upcoming-events img {
    max-height:800px;
}
