/* ============================================
   G.I.R.L. DUBAI - Mobile Stylesheet
   Simple vertical scroll one-pager
   ============================================ */

/* Hide mobile version on desktop */
.mobile-page {
    display: none;
}

/* Mobile breakpoint */
@media (max-width: 768px) {
    /* Hide desktop version */
    .page {
        display: none !important;
    }

    /* Override desktop overflow:hidden - allow vertical scroll only */
    html, body {
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        overscroll-behavior: none;
    }

    .mobile-page {
        display: block;
    }

    /* ============================================
       SECTION EYEBROW - Line + text
       ============================================ */
    .mobile-eyebrow {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        color: #FFD000;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .mobile-eyebrow span {
        width: 24px;
        height: 1px;
        background: #FFD000;
    }

    /* ============================================
       SECTION 1 - Black background, intro
       ============================================ */
    .mobile-section-1 {
        background: #000;
        padding: 20px;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .mobile-header__logo {
        height: 28px;
    }

    .mobile-header__logo img {
        height: 100%;
        width: auto;
    }

    .mobile-header__brand {
        height: 28px;
    }

    .mobile-header__logo,
    .mobile-header__brand {
        text-decoration: none;
        display: block;
    }

    .mobile-header__brand img {
        height: 100%;
        width: auto;
    }

    .mobile-hero {
    }

    .mobile-hero__title {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 28px;
        font-weight: 500;
        color: #FFD000;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    .mobile-hero__date {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }

    .mobile-hero__time {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 24px;
    }

    .mobile-cta {
        display: inline-block;
        background: #FFB81C;
        color: #000;
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 12px 20px;
        text-decoration: none;
        margin-bottom: 24px;
        width: fit-content;
    }

    .mobile-intro {
        margin-bottom: 30px;
    }

    .mobile-intro p {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 12px;
    }

    .mobile-intro ul {
        list-style: none;
        padding: 0;
        margin: 16px 0;
    }

    .mobile-intro li {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        line-height: 1.8;
        color: #fff;
        padding-left: 16px;
        position: relative;
    }

    .mobile-intro li::before {
        content: "–";
        position: absolute;
        left: 0;
        color: #FFB81C;
    }

    .mobile-helmet-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }

    .mobile-helmet-row img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ============================================
       SECTION 2 - WHO IS IT FOR
       ============================================ */
    .mobile-section-2 {
        background: #000;
        padding: 20px;
    }

    .mobile-who {
        margin-bottom: 20px;
    }

    .mobile-who__title {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #FFD000;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .mobile-who p {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        line-height: 1.7;
        color: #fff;
        margin-bottom: 8px;
    }

    .mobile-who__highlight {
        font-style: italic;
        margin-top: 16px !important;
    }

    .mobile-alba img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ============================================
       SECTION 3 - Track + Event Rundown
       ============================================ */
    .mobile-section-3 {
        background: #000;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }

    .mobile-track {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        height: auto;
        display: block;
    }

    .mobile-rundown {
        background: #000;
        padding: 0 0 24px 0;
    }

    .mobile-rundown__title {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #FFD000;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .mobile-rundown__item {
        margin-bottom: 16px;
    }

    .mobile-rundown__label {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: #FFD000;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .mobile-rundown__value {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        color: #fff;
        line-height: 1.6;
    }

    .mobile-rundown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-rundown li {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        color: #fff;
        line-height: 1.8;
        padding-left: 16px;
        position: relative;
    }

    .mobile-rundown li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #FFD000;
    }

    .mobile-rundown__wear {
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mobile-rundown__wear p {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 4px;
    }

    /* ============================================
       SECTION 4 - Sign-up Form (Compact)
       ============================================ */
    .mobile-section-4 {
        background: #000;
        padding: 20px;
        padding-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .mobile-signup__title {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #FFB81C;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    .mobile-signup__subtitle {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        color: #fff;
        margin-bottom: 16px;
    }

    .mobile-signup__text {
        display: none;
    }

    .mobile-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mobile-form__group {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .mobile-form__group--full {
        grid-column: 1 / -1;
    }

    .mobile-form__group label {
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        color: #FFB81C;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .mobile-form__group input,
    .mobile-form__group select {
        padding: 8px 0;
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        border-radius: 0;
        -webkit-appearance: none;
    }

    .mobile-form__group input:focus,
    .mobile-form__group select:focus {
        outline: none;
        border-bottom-color: #FFB81C;
    }

    .mobile-form__group input::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .mobile-form__group select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFB81C' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0 center;
        padding-right: 20px;
    }

    .mobile-form__group select option {
        background: #000;
        color: #fff;
    }

    .mobile-form__group--checkbox {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 6px 0;
    }

    .mobile-form__group--checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border: 1px solid #FFD000;
        background: transparent;
        flex-shrink: 0;
        position: relative;
        cursor: pointer;
    }

    .mobile-form__group--checkbox input[type="checkbox"]:checked {
        background: #FFD000;
    }

    .mobile-form__group--checkbox input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        color: #000;
        font-weight: bold;
    }

    .mobile-form__group--checkbox label {
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        text-transform: none;
        letter-spacing: 0;
    }

    .mobile-form__submit {
        grid-column: 1 / -1;
        background: #FFB81C;
        color: #000;
        font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 14px 20px;
        border: none;
        margin-top: 8px;
        cursor: pointer;
    }

    .mobile-form__submit:active {
        background: #fff;
    }
}
