/* ================================================
   HARISTHENICS - RESPONSIVE STYLESHEET
   responsive.css - All media queries organized
   Mobile First Approach
   ================================================ */

/* ================================
   MOBILE SMALL (340px+)
   ================================ */
@media (min-width: 340px) {
    .hs-image-container {
        width: 340px;
        height: 280px;
    }
    
    .hs-bg-text {
        font-size: 2.2rem;
    }
}

/* SIRF 340px to 767px tak */
@media (min-width: 340px) and (max-width: 767px) {
    .hs-coach-image {
        transform: scale(1.5);
    }
    
    .hs-text-content-section {
        margin-top: 0px;
    }
}

/* ================================
   MOBILE MEDIUM (414px+)
   ================================ */
@media (min-width: 414px) {
    .hs-image-container {
        width: 380px;
        height: 300px;
    }
    
    .hs-bg-text {
        font-size: 2.5rem;
    }
}

/* ================================
   SMALL TABLETS (640px+)
   ================================ */
@media (min-width: 640px) {
    /* Hero Section */
    .hs-hero-section {
        padding: 3rem 1.5rem 2rem;
    }
    
    .hs-hero-content-wrapper {
        gap: 0.75rem;
    }
    
    .hs-image-container {
        width: 450px;
        height: 340px;
    }
    
    .hs-bg-text {
        font-size: 3rem;
    }
    
    .hs-text-content-section {
        gap: 0.65rem;
    }
    
    .hs-coaching-title {
        font-size: 0.875rem;
    }
    
    .hs-coach-name {
        font-size: 2.5rem;
    }
    
    .hs-coach-subtitle {
        font-size: 0.9375rem;
    }
    
    .hs-cta-button {
        padding: 1rem 2rem;
        font-size: 0.9375rem;
    }
    
    /* Pricing */
    .pricing-section {
        padding: 50px 30px;
    }
    
    .pricing-option {
        padding: 28px;
    }
    
    /* Footer */
    .footer-section {
        padding: 60px 30px 35px;
    }
    
    .footer-content {
        grid-template-columns: 1.5fr 1fr;
        gap: 40px;
    }
}

/* ================================
   TABLETS (768px+)
   ================================ */
@media (min-width: 768px) {
    /* Hero Section */
    .hs-hero-section {
        padding: 4rem 2rem 2rem;
    }
    
    .hs-image-container {
        width: 550px;
        height: 400px;
    }
    
    .hs-bg-text {
        font-size: 3.5rem;
    }
    
    .hs-text-content-section {
        gap: 0.75rem;
        margin-top: -50px;
    }
    
    .hs-coach-name {
        font-size: 3rem;
    }
    
    .hs-coach-subtitle {
        font-size: 1rem;
    }
    
    /* Who is Haristhenics */
    .whoisharish-section {
        padding: 50px 40px;
    }
    
    /* Pricing - 2 Column */
    .pricing-options-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    /* Third card spans full width centered */
    .pricing-option:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 550px;
        margin: 0 auto;
    }
    
    .pricing-option {
        padding: 30px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 50px;
    }
    
    .footer-title {
        font-size: 28px;
        max-width: 400px;
    }
    
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    
    /* Booking Modal */
    .booking-modal__container {
        max-width: 540px;
    }
    
    .booking-modal__content {
        padding: 56px 40px 48px;
    }
    
    .booking-modal__title {
        font-size: 32px;
        margin-bottom: 36px;
    }
    
    .booking-form {
        gap: 24px;
    }
    
    .booking-form__input {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .booking-form__submit {
        padding: 18px 28px;
        font-size: 18px;
    }
}

/* ================================
   DESKTOP (1024px+)
   ================================ */
@media (min-width: 1024px) {
    /* Hero Section */
    .hs-hero-section {
        padding: 5rem 3rem 2rem;
    }
    
    .hs-image-container {
        width: 650px;
        height: 460px;
    }
    
    .hs-bg-text {
        font-size: 4rem;
    }
    
    .hs-text-content-section {
        gap: 1rem;
        margin-top: -60px;
        margin-bottom: 50px;
    }
    
    .hs-coaching-title {
        font-size: 0.9375rem;
    }
    
    .hs-coach-name {
        font-size: 3.5rem;
    }
    
    .hs-coach-subtitle {
        font-size: 1.125rem;
    }
    
    /* Who is Haristhenics */
    .whoisharish-section {
        padding: 60px 50px;
    }
    
    .achievements-container {
        max-width: 700px;
        gap: 2rem;
    }
    
    /* Pricing - 3 Column */
    .pricing-section {
        padding: 60px 50px;
    }
    
    .pricing-options-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        align-items: start;
    }
    
    .pricing-option:nth-child(3) {
        grid-column: auto;
        max-width: none;
        margin: 0;
    }
    
    .pricing-option {
        min-height: 200px;
    }
    
    .pricing-option__title {
        font-size: 26px;
    }
    
    .pricing-option__description {
        font-size: 16px;
    }
    
    /* Footer */
    .footer-section {
        padding: 70px 50px 40px;
    }
    
    .footer-content {
        grid-template-columns: 2fr 1fr 1fr;
        gap: 60px;
    }
    
    .footer-title {
        font-size: 32px;
        max-width: 450px;
    }
    
    .footer-social__link {
        width: 48px;
        height: 48px;
    }
    
    .footer-social__link svg {
        width: 22px;
        height: 22px;
    }
}

/* ================================
   LARGE DESKTOP (1280px+)
   ================================ */
@media (min-width: 1280px) {
    /* Hero Section */
    .hs-image-container {
        width: 750px;
        height: 520px;
    }
    
    .hs-bg-text {
        font-size: 4.5rem;
    }
    
    .hs-coach-name {
        font-size: 4rem;
    }
    
    /* Pricing */
    .pricing-options-container {
        gap: 32px;
        max-width: 1300px;
    }
    
    .pricing-option__title {
        font-size: 28px;
    }
}

/* ================================
   EXTRA LARGE (1440px+)
   ================================ */
@media (min-width: 1440px) {
    .pricing-options-container {
        gap: 40px;
        max-width: 1400px;
    }
    
    .pricing-option__title {
        font-size: 30px;
    }
    
    .footer-content,
    .footer-bottom {
        max-width: 1400px;
    }
}

/* ================================
   ULTRA WIDE (1920px+)
   ================================ */
@media (min-width: 1920px) {
    .pricing-options-container {
        max-width: 1600px;
        gap: 50px;
    }
}

/* ================================
   MOBILE RESPONSIVENESS
   ================================ */
@media (max-width: 768px) {
    .sticky-book-button {
        bottom: 20px;
        right: 20px;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .achievements-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    
    .achievement-stat-card {
        min-height: 160px;
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .achievements-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .achievement-stat-card {
        min-height: 150px;
    }
}

/* ================================
   VERY SMALL SCREENS (< 375px)
   ================================ */
@media (max-width: 374px) {
    .hs-hero-section {
        padding: 2rem 1rem 1.5rem;
    }
    
    .hs-image-container {
        width: 280px;
        height: 220px;
    }
    
    .hs-bg-text {
        font-size: 1.8rem;
    }
    
    .hs-coach-name {
        font-size: 1.75rem;
    }
    
    .pricing-option {
        padding: 20px;
    }
    
    .pricing-option__title {
        font-size: 20px;
    }
    
    .pricing-option__cta {
        padding: 14px 32px;
        font-size: 16px;
    }
    
    .booking-modal__content {
        padding: 40px 20px 32px;
    }
}

/* ================================
   TOUCH DEVICE OPTIMIZATIONS
   ================================ */
@media (hover: none) and (pointer: coarse) {
    .pricing-option:hover {
        transform: none;
    }
    
    .achievement-stat-card:hover {
        transform: none;
    }
    
    .footer-social__link:hover {
        transform: none;
    }
}

/* ================================
   LANDSCAPE MOBILE
   ================================ */
@media (max-height: 500px) and (orientation: landscape) {
    .hs-hero-section {
        min-height: auto;
        padding: 80px 24px 40px;
    }
    
    .hs-image-container {
        width: 200px;
        height: 160px;
    }
    
    .hs-text-content-section {
        margin-top: -20px;
    }
    
    .hs-scroll-indicator {
        display: none;
    }
}

/* ================================
   HEIGHT ADJUSTMENTS
   ================================ */
@media (max-height: 700px) {
    .hs-hero-section {
        padding-top: 80px;
        padding-bottom: 32px;
    }
    
    .hs-image-container {
        height: 200px;
    }
    
    .hs-scroll-indicator {
        bottom: 16px;
    }
}

/* ================================
   PRINT STYLES
   ================================ */
@media print {
    .navbar,
    .hs-scroll-indicator,
    .sticky-book-button,
    .booking-modal,
    .footer-social {
        display: none !important;
    }
    
    body {
        background: #ffffff;
        color: #000000;
    }
    
    .hs-hero-section,
    .whoisharish-section,
    .pricing-section,
    .footer-section {
        background: #ffffff;
        color: #000000;
        padding: 40px 20px;
    }
    
    .hs-coach-name,
    .pricing-header__title,
    .Haristhenics-heading {
        color: #000000;
    }
}

/* ================================================
   WORKSHOP SECTION RESPONSIVE
   ================================================ */
@media (max-width: 768px) {
    .workshop-section {
        padding: 50px 15px;
    }
    
    .workshop-container {
        max-width: 100%;
    }
    
    .workshop-cta {
        padding: 14px 32px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .workshop-section {
        padding: 40px 10px;
    }
    
    .workshop-heading {
        margin-bottom: 12px;
    }
    
    .workshop-subtitle {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .workshop-slide {
        padding: 0 2px;
    }
    
    .workshop-slide__thumbnail {
        border-radius: 12px;
    }
    
    .workshop-slide__play {
        width: 50px;
        height: 50px;
    }
    
    .workshop-slide__play svg {
        width: 22px;
        height: 22px;
    }
    
    .workshop-cta {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/* ================================================
   GRIP&GRAB BUTTON RESPONSIVE
   ================================================ */
@media (max-width: 480px) {
    .footer-gripgrab-btn {
        padding: 14px 32px;
        gap: 12px;
    }
    
    .footer-gripgrab-btn__logo {
        width: 28px;
        height: 28px;
    }
    
    .footer-gripgrab-btn__text {
        font-size: 10px;
    }
    
    .footer-gripgrab-btn__name {
        font-size: 15px;
    }
}