/* --- MOBILE DISPLAY (480px and below) --- */
@media (max-width: 480px) {
    .custom-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .nav-links,
    .btn-download-nav {
        display: none;
    }

    .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-flex {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .btn-store {
        justify-content: center;
        width: 100%;
    }

    .hero-mockup {
        width: 100%;
        justify-content: center;
    }

    .hero-mockup img {
        max-width: 90%;
    }

    .features-section {
        padding: 60px 0;
    }

    .section-title-wrapper h2 {
        font-size: 26px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-grid .feature-card {
        grid-column: span 1 !important;
        padding: 30px 20px;
    }

    .journey-section,
    .tours-section {
        padding: 60px 0;
    }

    .testimonials-section {
        padding-bottom: 20px;
    }

    .centered-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .journey-steps {
        flex-direction: column;
        gap: 40px;
    }

    .step-item {
        width: 100%;
    }

    .tours-grid {
        grid-template-columns: 1fr;
    }

    .tour-card {
        height: 360px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .cta-box {
        padding: 40px 20px;
    }

    .cta-box h2 {
        font-size: 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .footer-legal a {
        margin: 0 10px;
    }

    /* about page// */
    .about-hero-section {
        padding-top: 130px;
        min-height: auto;
    }

    .about-hero-container h1 {
        font-size: 28px;
    }

    .stats-grid {
        flex-direction: column;
        gap: 40px;
    }

    .stat-box h2 {
        font-size: 38px;
    }

    .story-grid-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .story-large-card {
        height: 340px;
        padding: 24px;
    }

    .story-large-card h3 {
        font-size: 22px;
    }

    .story-large-card p {
        font-size: 13px;
    }

    .story-small-card {
        padding: 24px;
    }

    .story-quote-card {
        padding: 32px 24px;
    }

    .story-quote-card blockquote {
        font-size: 15px;
    }

    .team-section {
        padding: 30px 0px 0px 0px;
    }

    .story-mission-section {
        padding: 60px 0px;
    }

    .team-title-left h2 {
        font-size: 26px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .team-img-wrapper {
        height: 250px;
    }

    /* about page// */
    /* header/// */
    .navbar-toggler {
        border-color: rgba(229, 184, 66, 0.4) !important;
        padding: 6px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(229, 184, 66, 0.2);
    }

    /* Left Drawer Core Style */
    .bg-dark-custom {
        background-color: #0b0b0b !important;
        /* Exact page black background */
        border-right: 1px solid #161616;
        width: 300px !important;
    }

    /* Offcanvas Header Padding */
    .offcanvas-header {
        padding: 24px 20px 10px 20px !important;
    }

    /* Offcanvas Body - Custom Content Alignment */
    .offcanvas-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        /* Centering content like header flow */
        justify-content: flex-start !important;
        padding: 40px 20px !important;
        gap: 40px !important;
        /* Strict spacing between elements */
    }

    /* Navigation Links Menu */
    .nav-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
        gap: 24px;
        /* Same gap between links */
        margin: 0 !important;
    }

    .nav-links a.nav-link {
        margin: 0 !important;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px !important;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
    }

    /* Download Button Box Wrapper */
    .nav-btn-wrapper {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px;
    }

    .btn-download-nav {
        display: inline-block !important;
        width: 85% !important;
        /* Managed width so it doesn't look stretched stretch */
        text-align: center;
        padding: 12px 0 !important;
        font-size: 14px !important;
    }

    /* header/// */
    .contact-hero-section {
        padding-top: 140px;
    }

    .contact-hero-container h1 {
        font-size: 30px;
    }

    .contact-grid-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .info-card {
        padding: 24px;
        gap: 16px;
    }

    .info-text h3 {
        font-size: 16px;
    }

    .contact-form-column {
        padding: 30px 20px;
    }

    .contact-form-column h2 {
        font-size: 22px;
    }

    .form-row-custom {
        flex-direction: column;
        gap: 24px;
    }

    .vibe-box {
        padding: 40px 20px;
    }

    .vibe-box h2 {
        font-size: 26px;
    }

    .vibe-btn-group {
        flex-direction: column;
        gap: 12px;
    }

    .btn-vibe-primary,
    .btn-vibe-secondary {
        width: 100%;
        text-align: center;
    }
    .policy-hero-section { padding-top: 130px; }
    .policy-hero-container h1 { font-size: 32px; }
    .policy-meta-badges { flex-direction: column; gap: 10px; }
    
    .policy-layout-grid { grid-template-columns: 1fr; gap: 40px; }
    .policy-sidebar { display: none; } /* Sidebar completely hidden for cleaner mobile layouts */
    .policy-content-stream { gap: 30px; }
    
    .collection-sub-grid { grid-template-columns: 1fr; }
    .rights-bullets-grid { grid-template-columns: 1fr; gap: 16px; }
    .rights-card { padding: 20px; }
    .cookies-card { padding: 20px; }
    
    .btn-policy-contact { width: 100%; text-align: center; }
    .policy-question-section{
        padding: 30PX 0PX;
    }

}




@media (min-width: 481px) and (max-width: 991px) {
    .custom-container {
        max-width: 720px;
    }

    .nav-links {
        display: none;
        /* Can be paired with a burger toggle later if desired */
    }

    .hero-flex {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .hero-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-mockup {
        width: 100%;
        justify-content: center;
    }

    .hero-mockup img {
        max-width: 70%;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid .feature-card:nth-child(1),
    .features-grid .feature-card:nth-child(2),
    .features-grid .feature-card:nth-child(3),
    .features-grid .feature-card:nth-child(4) {
        grid-column: span 1;
    }

    .features-grid .feature-card:nth-child(5) {
        grid-column: span 2;
    }

    .journey-steps {
        flex-wrap: wrap;
        gap: 30px;
    }

    .step-item {
        width: 45%;
    }

    .tours-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tours-grid .tour-card:nth-child(3) {
        grid-column: span 2;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: span 2;
        margin-bottom: 20px;
    }


    /* about// */
    .about-hero-container h1 {
        font-size: 38px;
    }

    .stats-grid {
        flex-wrap: wrap;
        gap: 32px;
    }

    .stat-box {
        width: 40%;
    }

    .story-grid-layout {
        grid-template-columns: 1fr;
    }

    .story-large-card {
        grid-row: span 1;
        height: 380px;
    }

    .team-header-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .team-img-wrapper {
        height: 320px;
    }

    /* about// */

    /* header/// */
    .navbar-toggler {
        border-color: rgba(229, 184, 66, 0.4) !important;
        padding: 6px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(229, 184, 66, 0.2);
    }

    /* Left Drawer Core Style */
    .bg-dark-custom {
        background-color: #0b0b0b !important;
        /* Exact page black background */
        border-right: 1px solid #161616;
        width: 300px !important;
    }

    /* Offcanvas Header Padding */
    .offcanvas-header {
        padding: 24px 20px 10px 20px !important;
    }

    /* Offcanvas Body - Custom Content Alignment */
    .offcanvas-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        /* Centering content like header flow */
        justify-content: flex-start !important;
        padding: 40px 20px !important;
        gap: 40px !important;
        /* Strict spacing between elements */
    }

    /* Navigation Links Menu */
    .nav-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
        gap: 24px;
        /* Same gap between links */
        margin: 0 !important;
    }

    .nav-links a.nav-link {
        margin: 0 !important;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px !important;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
    }

    /* Download Button Box Wrapper */
    .nav-btn-wrapper {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px;
    }

    .btn-download-nav {
        display: inline-block !important;
        width: 85% !important;
        /* Managed width so it doesn't look stretched stretch */
        text-align: center;
        padding: 12px 0 !important;
        font-size: 14px !important;
    }

    /* header/// */
    .contact-hero-container h1 {
        font-size: 38px;
    }

    .contact-grid-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form-column {
        padding: 40px;
    }
    .policy-layout-grid { grid-template-columns: 1fr; gap: 48px; }
    .policy-sidebar { position: relative; top: 0; border-bottom: 1px solid #141414; padding-bottom: 24px; }
    .sticky-nav-wrapper { flex-direction: row; flex-wrap: wrap; gap: 20px; }
}




@media (min-width: 992px) and (max-width: 1250px) {
    .about-hero-container h1 {
        font-size: 44px;
    }

    .story-large-card {
        height: 460px;
        padding: 32px;
    }

    .team-img-wrapper {
        height: 280px;
    }

    .contact-hero-container h1 {
        font-size: 44px;
    }

    .contact-form-column {
        padding: 40px;
    }

    .vibe-box h2 {
        font-size: 32px;
    }

    .policy-layout-grid {
        gap: 40px;
        grid-template-columns: 240px 1fr;
    }
}