/* CSS Document */

@charset "utf-8";

@media (max-width: 1100px) {
    .hero {
        padding: 145px 24px 70px;
    }

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

    .hero-subheader {
        justify-content: center;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-img-wrap {
        width: 100%;
        min-height: 520px;
        margin-top: 30px;
    }

    .hero-img {
        width: min(900px, 120vw);
        left: 50%;
        right: auto !important;
        transform: translateX(-50%);
    }

    .hero-slide:nth-child(n) .hero-img {
        top: auto;
        bottom: 0;
    }

    .hero-corner-panel {
        top: auto;
        right: 50%;
        bottom: 20px;
        transform: translateX(50%);
        width: min(360px, 92vw);
    }

    .countdown-wrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-panel {
        flex-wrap: wrap;
    }

    .panel-divider {
        display: none;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 125px 18px 0px;
    }

    .hero-subheader {
        font-size: 16px;
    }

    .hero-subheader::before,
    .hero-subheader::after {
        width: 35px;
    }

    .hero-desc {
        font-size: 18px;
        z-index: 2;
    }
    
    .hero-content {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    /* countdown */
    .countdown-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        width: 100%;
        margin-top: 8px;
    }

    .countdown-box {
        min-width: 0;
        padding: 10px 4px;
    }

    .countdown-box .num {
        font-size: 32px;
    }

    .countdown-box .label {
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    /* cta */
    .hero-actions {
        margin-top: 25px;
    }
    
    /* slideshow: corner info panel */
    .hero-img-wrap {
        width: 100%;
        min-height: 525px;
        position: relative;
        margin-top: 30px;
    }

    .hero-img {
        height: 100%;
        width: auto;
        max-width: none;
        opacity: .6;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .hero-corner-panel {
        position: absolute;
        width: calc(100vw - 36px);
        max-width: 420px;
        height: auto;
        min-height: 0;
        left: 50%;
        right: auto;
        bottom: auto;
        top: 0px;
        transform: translateX(-50%);
        padding-bottom: 22px;
        background: rgba(5,10,35,.72);
    }
    
    .corner-bottom {
        margin-top: 14px;
    }
    
    .hero-slide:nth-child(2) .hero-img {
        bottom: 325px !important;
    }

    .hero-slide:nth-child(3) .hero-img {
        left: 98%;
        bottom: 285px !important;
    }

    .hero-slide:nth-child(4) .hero-img {
        left: 99%;
        bottom: 285px !important;
    }
    
    /* WSP Sponsorship Panel */
    .wsp-slide .hero-img {
        left: 65%;
        bottom: 325px !important;
    }
    
    .wsp-slide .hero-img:not(.mobile-img) {
        display: none; /* hides desktop wsp hero image */
    }
    
    .wsp-slide .mobile-img {
        display: block;
    }
    
     .wsp-slide .hero-corner-panel {
        padding: 18px 16px;
    }

    .wsp-slide .corner-top {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .wsp-slide .corner-row {
        padding: 8px 0;
    }

    .wsp-slide .corner-row span {
        font-size: 14px;
    }

    .wsp-slide .corner-bottom {
        margin-top: 12px;
        font-size: 11px;
        letter-spacing: 2px;
    }
    
    /* bottom panel */
    .hero-panel {
        display: none;
    }
}

/* ===== EVENT DETAILS RESPONSIVE ===== */
@media (max-width: 1100px) {
    .event-details {
        padding: 70px 24px 90px;
    }

    .details-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .details-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .event-fee {
        justify-content: center;
    }

    .details-buttons .btn {
        margin: 6px;
    }

    .details-right {
        transform: none;
	    order: 1;
    }
	
	.details-left {
    order: 2;
	}

    .diamond {
        width: min(420px, 90vw);
        height: 320px;
    }

    .timeline {
        width: 120%;
        gap: 60px;
    }
}

@media (max-width: 700px) {
    .event-details {
        padding: 60px 18px 80px;
    }

    .details-inner h2 {
        font-size: 42px;
    }

    .details-meta {
        font-size: 34px;
    }

    .event-fee {
        flex-direction: column;
        gap: 10px;
    }

    .event-fee .price {
        margin-right: 0;
        font-size: 40px;
    }

    .event-fee .label {
        width: auto;
        font-size: 28px;
        line-height: 1;
        text-align: center;
    }

    .details-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .details-buttons .btn {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .diamond {
        width: 100%;
        height: 300px;
        background-size: contain;
    }

    .diamond-title {
        font-size: 32px;
        transform: translateY(-52px);
    }

    .timeline {
        bottom: 34px;
        width: 100%;
        gap: 0;
        transform: translateX(-50%);
    }

    .node p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    .diamond {
        height: 260px;
    }

    .diamond-title {
        font-size: 28px;
        transform: translateY(-45px);
    }

    .timeline {
        bottom: 28px;
    }

    .node p {
        font-size: 13px;
        line-height: 1;
    }

    .node span {
        width: 14px;
        height: 14px;
    }

    .timeline::before {
        top: 6px;
    }
}

/* ===== WHAT YOU GET RESPONSIVE ===== */
@media (max-width: 1100px) {
    .ddw-value {
        padding: 70px 24px 90px;
    }

    .value-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .value-strip {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 0;
        padding: 24px 18px;
        border: 0px;
    }

    .strip-item.logo {
        width: 100%;
        padding-right: 0;
    }

    .strip-logo {
        width: 80px;
    }

    .strip-item:not(.logo):not(:last-child) {
        flex: 1 1 33.333%;
        font-size: 16px;
        line-height: 1;
        padding: 0 8px;
    }

    .strip-item:last-child {
        width: 100%;
        margin-top: 8px;
    }

    .strip-item:last-child .btn {
        width: 100%;
    }
    
    .strip-item:nth-child(4)::after {
        display: none !important;
    }
}

/* ===== ABOUT RESPONSIVE ===== */
@media (max-width: 1100px) {
    .about {
        padding: 80px 28px;
    }

    .about-box {
        max-width: 760px;
        padding: 34px;
        flex-direction: column;
        overflow: hidden;
    }

    .about-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .about-left img {
        max-width: 520px;
        width: 100%;
        left: auto;
    }

    .about-right {
        max-width: 100%;
        margin-left: 0;
    }

    .about-meta {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .about-right h2 {
        text-align: center;
    }

    .about-right .divider {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    .about {
        padding: 60px 18px;
    }

    .about-box {
        padding: 24px 18px;
    }

    .about-left img {
        max-width: 360px;
    }

    .about-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
        font-size: 11px;
    }

    .meta-item {
        align-items: flex-start;
    }

    .about-right h2 {
        font-size: 46px;
    }

    .about-right p {
        font-size: 16px;
    }

    .mission-box {
        padding: 18px;
        gap: 12px;
    }

    .mission-icon img {
        width: 32px;
    }

    .mission-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-catchphrase {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.35;
    }
}

@media (max-width: 420px) {
    .about-box {
        padding: 22px 16px;
    }

    .about-left img {
        max-width: 300px;
    }

    .about-right h2 {
        font-size: 40px;
    }

    .mission-box {
        flex-direction: column;
    }
}

/* ===== SPONSORS / PARTNERS RESPONSIVE ===== */
@media (max-width: 1100px) {
    .sponsors {
        padding: 80px 28px;
    }

    .sponsors-inner {
        max-width: 760px;
    }

    .sponsors-logos {
        gap: 30px;
    }

    .s-logo {
        padding: 0 30px;
    }

    .s-logo img {
        height: 80px;
    }
    
    .sponsor-info-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 34px;
    }

    .sponsor-info-card:nth-child(2)::after {
        display: none;
    }

    .sponsors-cta {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .cta-left {
        flex-direction: column;
    }

    .cta-text p {
        max-width: 620px;
    }
}

@media (max-width: 700px) {
    .sponsors {
        padding: 60px 18px;
    }

    .sponsors-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
        justify-items: center;
    }

    .s-logo {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .s-logo:not(:last-child)::after {
        display: none;
    }

    .s-logo img {
        max-width: 140px;
        height: 70px;
    }
    
    .sponsor-info-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-info-card {
        padding: 30px 22px;
    }

    .sponsor-info-card:not(:last-child)::after {
        display: none;
    }

    .sponsor-info-card:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .sponsor-info-card strong {
        font-size: 42px;
    }

    .sponsor-info-card h4 {
        font-size: 24px;
    }

    .sponsor-info-card p {
        font-size: 16px;
    }
}

    .sponsors-cta {
        padding: 26px 20px;
    }

    .cta-icon img {
        width: 72px;
    }

    .cta-text h4 {
        font-size: 24px;
    }

    .cta-text p {
        font-size: 16px;
    }

    .cta-right,
    .cta-right .btn {
        width: 100%;
        text-align: center;
    }

@media (max-width: 420px) {
    .sponsors-logos {
        gap: 26px 16px;
    }

    .s-logo img {
        max-width: 125px;
        height: 65px;
    }
}