/**
 * THE TERRIBLE HOODIE - MOBILE
 * Clean. Simple. Converts.
 * No gimmicks. No wasted space.
 */

@media (max-width: 1024px) {

    /* ==========================================
       KILL THE GIMMICKS
       ========================================== */
    .social-proof,
    .urgency-bar,
    .funnel-progress,
    .preview-panel,
    .section-tag,
    .step-tag,
    .preview-badge {
        display: none !important;
    }

    /* ==========================================
       HEADER - Simple
       ========================================== */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        background: #101820;
        border-bottom: 1px solid rgba(255,184,28,0.3);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        z-index: 1000;
    }

    .header .logo img {
        height: 40px;
        width: 40px;
    }

    .header nav,
    .header .nav-link {
        display: none;
    }

    .header .cart-btn {
        background: transparent;
        border: 2px solid #FFB81C;
        color: #FFB81C;
        padding: 8px 14px;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    /* ==========================================
       HERO - Clean & Direct
       ========================================== */
    .hero {
        padding: 72px 20px 32px;
        text-align: center;
        background: #101820;
    }

    .hero-tag {
        display: inline-block;
        color: #FFB81C;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .hero h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .hero h1 .gold {
        color: #FFB81C;
    }

    .hero p {
        font-size: 14px;
        color: #999;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .hero .btn-primary {
        display: block;
        width: 100%;
        padding: 16px;
        background: #FFB81C;
        color: #101820;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        border: none;
        margin-bottom: 10px;
    }

    .hero .btn-secondary {
        display: block;
        width: 100%;
        padding: 14px;
        background: transparent;
        border: 2px solid #444;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
    }

    /* Hide hero product showcase on mobile - we show it in customizer */
    .hero-showcase,
    .hero-mockup-wrap,
    .color-toggle {
        display: none;
    }

    /* ==========================================
       CUSTOMIZER SECTION
       ========================================== */
    .customizer-section {
        padding: 24px 16px 120px; /* Bottom padding for sticky bar */
        background: #101820;
    }

    .customizer-section .section-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .customizer-section .section-title {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }

    .funnel {
        max-width: 100%;
        padding: 0;
    }

    .funnel-layout {
        display: block;
    }

    /* ==========================================
       PRODUCT PREVIEW - Clean & Centered
       ========================================== */
    .mobile-preview {
        display: block !important;
        text-align: center;
        margin-bottom: 24px;
        position: relative;
    }

    .mobile-preview .preview-img-wrap {
        position: relative;
        max-width: 260px;
        margin: 0 auto;
    }

    .mobile-preview .preview-img {
        width: 100%;
        display: block;
    }

    .mobile-preview .preview-name-overlay {
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Brush Script MT', cursive;
        font-size: 1.1rem;
        pointer-events: none;
    }

    .mobile-preview.gold .preview-name-overlay { color: #101820; }
    .mobile-preview.black .preview-name-overlay { color: #FFB81C; }

    /* Price Display */
    .mobile-price-display {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 16px;
    }

    .mobile-price-current {
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #FFB81C;
    }

    .mobile-price-original {
        font-size: 16px;
        color: #666;
        text-decoration: line-through;
    }

    .mobile-price-save {
        background: #22c55e;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 4px;
    }

    /* ==========================================
       OPTIONS - All Visible, Scroll Down
       ========================================== */
    .options-panel {
        background: transparent;
        border: none;
    }

    /* Show all steps, no hiding */
    .option-step {
        display: block !important;
        padding: 0;
        margin-bottom: 24px;
        background: transparent;
        animation: none;
    }

    .step-header {
        margin-bottom: 12px;
    }

    .step-back {
        display: none;
    }

    .step-title {
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #FFB81C;
        margin-bottom: 4px;
    }

    .step-desc {
        font-size: 13px;
        color: #888;
        margin: 0;
    }

    /* Hide next buttons - everything is visible */
    .next-btn {
        display: none;
    }

    /* ==========================================
       COLOR OPTIONS - Simple Toggle
       ========================================== */
    .color-options {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .color-option {
        padding: 14px 10px;
        background: #1a2530;
        border: 2px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .color-option.active {
        border-color: #FFB81C;
        background: rgba(255,184,28,0.1);
    }

    .color-swatches {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-bottom: 8px;
    }

    .color-swatch {
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }

    .color-swatch.gold {
        background: linear-gradient(135deg, #FFB81C 0%, #e5a617 100%);
    }

    .color-swatch.black {
        background: #222;
        border: 1px solid #444;
    }

    .color-arrow {
        color: #666;
        font-size: 10px;
    }

    .color-name {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .color-print {
        font-size: 11px;
        color: #888;
    }

    .color-check {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 18px;
        height: 18px;
        background: #FFB81C;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .color-option.active .color-check {
        display: flex;
    }

    .color-check svg {
        width: 12px;
        height: 12px;
        fill: #101820;
    }

    /* ==========================================
       NAME INPUT - Clean
       ========================================== */
    .field-group {
        margin-bottom: 0;
    }

    .field-label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #ccc;
        margin-bottom: 8px;
    }

    .field-included {
        background: rgba(34,197,94,0.2);
        color: #22c55e;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 3px;
        margin-left: 6px;
    }

    .input-wrap {
        position: relative;
    }

    .text-input {
        width: 100%;
        padding: 14px 50px 14px 14px;
        background: #1a2530;
        border: 2px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        color: #fff;
        font-size: 16px;
        font-family: 'Barlow', sans-serif;
    }

    .text-input:focus {
        outline: none;
        border-color: #FFB81C;
    }

    .text-input::placeholder {
        color: #666;
    }

    .char-count {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 11px;
        color: #666;
    }

    .field-help {
        font-size: 11px;
        color: #666;
        margin-top: 6px;
    }

    /* ==========================================
       SIZE GRID - Clean Buttons
       ========================================== */
    .size-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .size-option {
        padding: 12px 6px;
        background: #1a2530;
        border: 2px solid rgba(255,255,255,0.1);
        border-radius: 6px;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
    }

    .size-option.active {
        border-color: #FFB81C;
        background: rgba(255,184,28,0.1);
        color: #FFB81C;
    }

    .size-price-diff {
        display: block;
        font-size: 9px;
        font-weight: 400;
        color: #888;
        margin-top: 2px;
    }

    .size-option.active .size-price-diff {
        color: #FFB81C;
    }

    /* ==========================================
       RUSH OPTION
       ========================================== */
    .rush-option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        background: #1a2530;
        border: 2px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        cursor: pointer;
        margin-top: 16px;
    }

    .rush-option.active {
        border-color: #FFB81C;
        background: rgba(255,184,28,0.1);
    }

    .rush-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .rush-icon {
        font-size: 18px;
    }

    .rush-name {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        font-weight: 600;
    }

    .rush-desc {
        font-size: 11px;
        color: #888;
    }

    .rush-price {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        color: #FFB81C;
        font-size: 13px;
    }

    /* ==========================================
       QUANTITY
       ========================================== */
    .quantity-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
    }

    .qty-label {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #FFB81C;
    }

    .qty-controls {
        display: flex;
        align-items: center;
    }

    .qty-btn {
        width: 36px;
        height: 36px;
        background: #1a2530;
        border: 1px solid rgba(255,255,255,0.1);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

    .qty-btn:first-child {
        border-radius: 6px 0 0 6px;
    }

    .qty-btn:last-child {
        border-radius: 0 6px 6px 0;
    }

    .qty-value {
        width: 44px;
        height: 36px;
        background: #101820;
        border: 1px solid rgba(255,255,255,0.1);
        border-left: none;
        border-right: none;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    /* Hide desktop add to cart - we use sticky bar */
    .add-cart-btn,
    .trust-badges {
        display: none;
    }

    /* ==========================================
       STICKY BOTTOM BAR - The Money Maker
       ========================================== */
    .mobile-sticky-bar {
        display: flex !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #101820;
        border-top: 2px solid #FFB81C;
        padding: 12px 16px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        z-index: 1000;
        align-items: center;
        gap: 12px;
    }

    .mobile-sticky-price {
        flex-shrink: 0;
    }

    .mobile-sticky-price-value {
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #FFB81C;
    }

    .mobile-sticky-price-label {
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
    }

    .mobile-sticky-btn {
        flex: 1;
        padding: 14px 20px;
        background: #FFB81C;
        border: none;
        border-radius: 8px;
        color: #101820;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .mobile-sticky-btn:disabled {
        background: #444;
        color: #888;
        cursor: not-allowed;
    }

    /* ==========================================
       FOOTER - Simplified
       ========================================== */
    .footer {
        padding: 32px 16px;
        background: #0a0f14;
    }

    .footer-content {
        display: block;
    }

    .footer-brand {
        text-align: center;
        margin-bottom: 24px;
    }

    .footer-logo {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .footer-brand h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .footer-brand p {
        font-size: 12px;
        color: #888;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    .footer-section h4 {
        font-size: 12px;
        color: #FFB81C;
        margin-bottom: 10px;
    }

    .footer-links li {
        margin-bottom: 6px;
    }

    .footer-links a {
        font-size: 13px;
        color: #888;
    }

    .footer-bottom {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .footer-copyright,
    .footer-tagline {
        font-size: 11px;
        color: #666;
    }

    /* ==========================================
       CART DRAWER - Mobile Optimized
       ========================================== */
    .cart-drawer {
        width: 100%;
        max-width: 100%;
    }

} /* End mobile media query */

/* Hide mobile-only elements on desktop */
@media (min-width: 1025px) {
    .mobile-preview,
    .mobile-sticky-bar,
    .mobile-only {
        display: none !important;
    }
}
