/* Responsive Design Styles */

/* Tablet and Mobile - 767px and below */
@media (max-width: 767px) {
    .col-div {
        position: absolute;
        height: 100%;
        width: 1px;
        border-right: 0px;
        background: var(--primary-color);
    }
    /* Hide elements with hide-tablet class */
    .hide-tablet {
        display: none !important;
    }
    
    /* Typography adjustments */
    body {
        font-size: 14px;
    }
    
    .main-title {
        font-size: 3em;
        letter-spacing: 0.5ch;
    }
    
    .subtitle {
        font-size: 2rem;
    }
    
    .description {
        font-size: 1.25rem;
        letter-spacing: 0.3ch;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    /* Navigation */
    .top-nav-bar {
        padding: 10px;
        justify-content: center;
    }
    
    .nav-center {
        font-size: 1rem;
    }
    .landing-cat-wrapper {
        height: 70vh;
        height: 70svh;
    }
    
    /* Gallery adjustments */
    .gallery-section {
        min-height: auto;
    }
    
    .gallery-container {
        min-height: auto;
        grid-template-columns: 1fr;
        border-top: 1px solid var(--primary-color);
                place-items: start center;
    }
    
    .gallery-grid-abosolute {
        display: flex;
        flex-direction: column;
        padding: 4rem 1rem;
        gap: 2rem;
        position: relative;
        min-height: auto;
    }
    
    .gallery-card {
        transform: none !important;
        will-change: auto;
    }
    
    .gallery-card-1 { order: 1; }
    .gallery-card-2 { order: 2; }
    .gallery-card-3 { order: 3; }
    .gallery-title-wrapper { order: 4; position: relative; transform: none; top: auto; left: auto; }
    .gallery-card-4 { order: 5; }
    .gallery-card-5 { order: 6; }
    .gallery-card-6 { order: 7; }
    
    .gallery-title {
        font-size: 15vw;
        font-size: 15svw;
        -webkit-text-stroke: 2px var(--accent-color);
        text-stroke: 2px var(--accent-color);
    }
    
    .back-around-message {
        font-size: 1.2rem;
        margin-top: 3rem;
    }
    
    /* Main text block */
    .main-text-block {
        font-size: 4em;
    }
    .nav-right, .nav-left, .gallery-call-out{
        display: none;
    }
    .nav-center {
        display: block;
    }
    .main-text-block .image-container {
        display: none;
    }
    .content-container {
        height: 100vh;
        height: 100svh;
        width: 100vw;
        width: 100svw;
    }
    /* Events section */
    .events-section {
        padding: 20px;
        overflow: visible;
    }
    
    .events-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .events-title {
         font-size: 5em;
        text-align: center;
    }
    .cello-layout {
        flex-direction: column;
    }
    .events-description {
        font-size: 1em;
    }
    .cello_main_titles {
        margin-bottom: 3em;
    }
    .cello-text {
        max-width: 100%;
        text-align: center;
        font-size: 1.25em;
    }
    .events-image {
        width: 100%;
    }
    .cello-decorative.santa-1 {
        max-width: 200px;
    }
    .cello-decorative.presents {
        right: -17vw;
        bottom: 0;
        max-width: 160px;
    }
    .cello-decorative.ornament {
        max-width: 120px;
    }
    .cello-decorative.santa-2 {
        max-width: 180px;
        right: -18vw;
    }
    /* Grid adjustments */
    .four-grid {
        grid-template-columns: 1fr;
    }
    
    .grid_title {
        font-size: 1.25em;
    }
    
    .grid_text {
        font-size: 0.9rem;
    }
    
    /* About section */
    .about-section {
        padding:0;
    }
    
    /* Footer */
    .footer-header {
        font-size: 4em;
        padding: 3rem 1rem;
    }
    
    .footer-special {
        font-size: 1rem;
        bottom: 2em;
        right: 2em;
    }
    
    /* Contact links */
    .contact-links-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-links-grid a {
        font-size: 1.1rem;
        padding: 1.25rem 1rem;
    }
    
    .contact-links-grid a::after {
        font-size: 1.2rem;
    }
    
    /* Feature callouts */
    .feature-call-out {
        font-size: 1rem;
    }
    
    .feature-call-out.about-call-out {
        display: none;
    }
    
    .feature-call-out.handwritten.gallery-call-out {
        font-size: 1.2em;
        left: 2rem;
    }
    
    .feature-call-out.handwritten.gallery-title {
        font-size: 1.2em;
        right: -2em;
    }
    
    /* Stickers */
    .landing-cat-wrapper img {
        max-width: 40vw;
        max-width: 40svw;
    }
    
    .placed-sticker img {
        max-height: 100px;
        width: auto;
    }
    .manic-sketches.about-arrow {
        transform: rotate(145deg);
        margin-top: 21px;
        position: absolute;
        right: 20px;
    }
    .scroll-indicator {
        width: 30vw;
        width: 30svw;
        left: 35vw;
        left: 35svw;
        bottom: 3em;
    }
    section {
        overflow: hidden;
    }
    .feature-header {
        font-size: 1.25rem;
    }
}
