/* ============================================
   SOUND SUPPLY KE - MASTER STYLESHEET
   Fire & Ice Inspired Design
   ============================================ */

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    background-color: #000000;
    overflow-x: hidden;
    width: 100%;
}

h1, h2, h3, h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
}

h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

p {
    color: #ffffff;
}

.section-subhead {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #cccccc;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

/* Full-width sections adjustment */
.cinema-hero,
.picks-section,
.videos-section,
.video-types-section,
.video-cta,
.photo-hero,
.about-hero,
.packages-hero,
.contact-hero {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    background-color: #000000;
}

/* ===== NAVBAR - CRITICAL STYLES ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: transparent;
    transition: all 0.3s ease;
    color: #ffffff;
    box-sizing: border-box;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 2.5rem;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.navbar.scrolled a {
    color: #ffffff;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 50px;
    width: auto;
    display: block;
    transition: all 0.3s ease;
}

.navbar.scrolled .logo img {
    height: 45px;
}

/* Mobile menu button - hidden by default on desktop */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1001;
    padding: 10px;
    margin: 0;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu-btn:focus {
    outline: none;
}

.mobile-menu-btn i {
    pointer-events: none;
}

/* Navigation links container */
.nav-links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.nav-links a:hover {
    opacity: 0.7;
}

.nav-links a.active {
    opacity: 1;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.2rem;
}

/* ===== HERO SECTIONS (ALL PAGES) ===== */
.cinema-hero,
.photo-hero,
.about-hero,
.packages-hero,
.contact-hero {
    height: 70vh;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 0;
    padding-bottom: 4rem;
}

.about-hero,
.packages-hero,
.contact-hero {
    height: 60vh;
    min-height: 450px;
}

.contact-hero {
    height: 50vh;
    min-height: 400px;
}

.cinema-hero::after,
.photo-hero::after,
.about-hero::after,
.packages-hero::after,
.contact-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #000000, transparent);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.cinema-hero h1,
.photo-hero h1,
.about-hero h1,
.packages-hero h1,
.contact-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.6;
}

/* ===== INDEX.HERO - VIDEO SLIDER ===== */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.video-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: 0;
}

.hero-video.active {
    opacity: 1;
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero .hero-content {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 900px;
}

.hero .hero-content h1 {
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
}

.hero .hero-content p {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 2px;
    opacity: 0.9;
    color: #ffffff;
}

/* ===== SECTIONS ===== */
section {
    padding: 3rem 0;
}

.section-dark {
    background-color: #000000;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

.section-header .subhead {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
}

.section-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
}

/* ===== OFFERING PARAGRAPH ===== */
.offering-paragraph {
    max-width: 900px;
    margin: 2rem auto 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
    padding: 0 2rem;
}

.offering-paragraph strong {
    color: #ffffff;
    font-weight: 400;
}

/* ===== PHILOSOPHY GRIDS ===== */
.philosophy-section {
    padding: 3rem 0;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.philosophy-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.philosophy-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.philosophy-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
}

.philosophy-item h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.philosophy-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}

/* Philosophy Cards (Homepage) */
.philosophy-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.philosophy-card:hover::before {
    transform: translateX(100%);
}

.philosophy-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.philosophy-card:hover .card-icon {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.card-icon i {
    font-size: 2.5rem;
    color: #ffffff;
    opacity: 0.8;
}

.philosophy-card h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.philosophy-card p {
    color: #cccccc;
    line-height: 1.7;
}

/* ===== VALUES SECTION (ABOUT) ===== */
.values-section {
    padding: 3rem 0;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.value-item {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background: #ffffff;
    transition: height 0.3s ease;
}

.value-item:hover::before {
    height: 100%;
}

.value-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.value-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.value-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #cccccc;
    line-height: 1.5;
}

/* ===== PORTFOLIO LINKS (HOMEPAGE) ===== */
.portfolio-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.portfolio-item {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.portfolio-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    z-index: 1;
}

.portfolio-item:hover .portfolio-image {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: background 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.portfolio-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.portfolio-item:hover .portfolio-title {
    transform: translateY(-10px);
}

.portfolio-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 0.8rem 2rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    background: transparent;
}

.portfolio-link:hover {
    background: #ffffff;
    color: #000000;
}

.portfolio-item:hover .portfolio-link {
    opacity: 1;
    transform: translateY(0);
}

/* ===== VIDEO TYPES SECTION ===== */
.video-types-section {
    padding: 3rem 0;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.video-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
}

.video-type-item {
    text-align: center;
}

.video-type-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
}

.video-type-item h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.video-type-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto 1rem;
}

.video-duration {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #ffffff;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 0.3rem 1rem;
}

/* ===== PICKS GRID (VIDEO & PHOTO) ===== */
.picks-section {
    padding: 4rem 0 2rem;
    background-color: #000000;
}

.picks-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 0 4rem;
}

.pick-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #111;
    aspect-ratio: 16/9;
    width: 100%;
    text-decoration: none;
    display: block;
    border-radius: 2px;
}

.pick-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pick-item:hover .pick-image {
    transform: scale(1.05);
}

/* Play button overlay */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.pick-item:hover .play-overlay {
    opacity: 1;
}

.play-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.play-icon i {
    color: #ffffff;
    font-size: 1.2rem;
    margin-left: 3px;
}

.pick-item:hover .play-icon {
    transform: scale(1);
}

.pick-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 3;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.pick-item:hover .pick-overlay {
    opacity: 1;
    transform: translateY(0);
}

.pick-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.2rem;
    opacity: 0.8;
}

.pick-overlay h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}

.pick-meta {
    display: flex;
    gap: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    color: #cccccc;
}

.pick-meta i {
    margin-right: 0.2rem;
    color: #ffffff;
    opacity: 0.7;
    font-size: 0.55rem;
}

.featured-badge {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.55rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.3rem 0.6rem;
    border-left: 2px solid #ffffff;
    z-index: 4;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.pick-item:hover .featured-badge {
    opacity: 1;
    transform: translateY(0);
}

/* ===== PHOTO ALBUMS GRID ===== */
.albums-section {
    padding: 3rem 0 4rem;
    background-color: #000000;
}

.albums-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
    max-width: 1400px;
    margin: 2rem auto 0;
    padding: 0 2rem;
}

.album-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #111;
    aspect-ratio: 3/4;
    width: 100%;
}

.album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.album-item:hover .album-image {
    transform: scale(1.05);
}

.album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.album-item:hover .album-overlay {
    opacity: 1;
}

.album-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.2rem;
    transform: translateY(5px);
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.album-overlay h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.2rem;
    transform: translateY(5px);
    transition: transform 0.3s ease 0.05s;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.album-location {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.55rem;
    color: #cccccc;
    transform: translateY(5px);
    transition: transform 0.3s ease 0.1s;
}

.album-location i {
    margin-right: 0.2rem;
    color: #ffffff;
    opacity: 0.7;
    font-size: 0.5rem;
}

.album-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.2rem;
    transform: translateY(5px);
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.album-item:hover .album-category,
.album-item:hover .album-overlay h3,
.album-item:hover .album-location,
.album-item:hover .album-count {
    transform: translateY(0);
}

.album-view-link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.1rem;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease 0.15s;
}

.album-item:hover .album-view-link {
    opacity: 1;
    transform: translateY(0);
}

/* ===== VIDEOS GRID ===== */
.videos-section {
    padding: 3rem 0 4rem;
    background-color: #000000;
}

.category-filter {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    padding: 0 4rem;
}

.filter-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    color: #ffffff;
    border-color: #ffffff;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.video-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #111;
    aspect-ratio: 16/9;
    width: 100%;
    text-decoration: none;
    display: block;
    border-radius: 2px;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-item:hover .video-thumbnail {
    transform: scale(1.05);
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.video-item:hover .video-play-overlay {
    opacity: 1;
}

.small-play-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.small-play-icon i {
    color: #ffffff;
    font-size: 1rem;
    margin-left: 2px;
}

.video-item:hover .small-play-icon {
    transform: scale(1);
}

.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 3;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.video-item:hover .video-info {
    opacity: 1;
    transform: translateY(0);
}

.video-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.1rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.55rem;
    color: #cccccc;
    display: flex;
    gap: 0.8rem;
}

.video-meta i {
    margin-right: 0.2rem;
    color: #ffffff;
    opacity: 0.7;
    font-size: 0.5rem;
}

.video-duration-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.55rem;
    padding: 0.2rem 0.4rem;
    border-radius: 2px;
    z-index: 3;
}

/* ===== STORY SECTION (ABOUT) ===== */
.story-section {
    padding: 4rem 0;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.story-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
}

.story-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.story-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* ===== PACKAGES/SERVICES SECTION ===== */
.services-section {
    padding: 5rem 0;
    background-color: #000000;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.services-grid-second {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 1.5rem auto 0;
    padding: 0 2rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.service-card:hover::before {
    transform: translateX(100%);
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.service-icon i {
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.8;
}

.service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.service-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.service-price small {
    font-size: 0.9rem;
    color: #888;
    font-weight: 300;
}

.service-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    color: #888;
    letter-spacing: 0.5px;
}

/* ===== STATS GRID ===== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.3rem;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
}

/* ===== NOTES SECTION (PACKAGES) ===== */
.notes-section {
    padding: 4rem 0;
    background-color: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notes-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.notes-container h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.note-item {
    text-align: left;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.note-item i {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.note-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    line-height: 1.6;
}

.note-item strong {
    color: #ffffff;
    font-weight: 500;
}

.highlight-note {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    margin-top: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.8;
}

.highlight-note i {
    color: #ffffff;
    margin-right: 0.5rem;
    opacity: 0.5;
}

.logistics-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #888;
    margin-top: 1rem;
    font-style: italic;
    text-align: center;
}

/* ===== CONTACT BAR (PACKAGES) ===== */
.contact-bar {
    padding: 2rem 0;
    background-color: #000000;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item:hover {
    color: #ffffff;
}

.contact-item i {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.7;
}

.contact-item span {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.contact-item:hover span {
    border-bottom-color: #ffffff;
}

/* ===== CONTACT PAGE SPECIFIC ===== */
.contact-section {
    padding: 4rem 0;
    background-color: #000000;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-info h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 1rem;
}

.contact-info > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-item-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-icon i {
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.8;
}

.contact-item-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.2rem;
}

.contact-item-content p,
.contact-item-content a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
}

.contact-item-content a:hover {
    opacity: 0.7;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-links a {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px);
}

/* Contact Form */
.contact-form-container {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
}

.form-header {
    margin-bottom: 2rem;
}

.form-header h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.form-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #888;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

select.form-control {
    cursor: pointer;
}

select.form-control option {
    background: #000000;
    color: #ffffff;
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.form-control::placeholder {
    color: #444;
}

/* Checkbox Group */
.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.2);
    accent-color: #ffffff;
}

.checkbox-item label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
}

.checkbox-item:hover label {
    color: #ffffff;
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-submit:hover {
    background: #ffffff;
    color: #000000;
}

/* Alert Messages */
.alert {
    padding: 1rem;
    margin-bottom: 2rem;
    border-left: 2px solid;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
}

.alert-success {
    background: rgba(255, 255, 255, 0.02);
    border-left-color: #ffffff;
    color: #cccccc;
}

.alert-error {
    background: rgba(255, 255, 255, 0.02);
    border-left-color: #ff6b6b;
    color: #ff6b6b;
}

/* Map Section */
.map-section {
    height: 300px;
    position: relative;
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('../assets/images/map-placeholder.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.map-content {
    max-width: 500px;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.map-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    margin-bottom: 1.5rem;
}

.map-button {
    display: inline-block;
    padding: 0.7rem 2rem;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.map-button:hover {
    background: #ffffff;
    color: #000000;
}

/* ===== CTA SECTIONS (ALL PAGES) ===== */
.cta-section,
.photo-cta,
.video-cta,
.packages-cta,
.contact-cta {
    position: relative;
    text-align: center;
    padding: 6rem 2rem;
    background-color: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.photo-cta,
.video-cta,
.packages-cta,
.contact-cta {
    padding: 5rem 2rem;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.cta-section:hover .cta-background img,
.photo-cta:hover .cta-background img,
.video-cta:hover .cta-background img {
    transform: scale(1.05);
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    color: #ffffff;
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.photo-cta .cta-content h2,
.video-cta .cta-content h2,
.packages-cta .cta-content h2,
.contact-cta .cta-content h2 {
    font-size: 3rem;
}

.cta-content p {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.photo-cta .cta-content p,
.video-cta .cta-content p,
.packages-cta .cta-content p,
.contact-cta .cta-content p {
    font-size: 1rem;
    color: #cccccc;
}

.cta-button {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #ffffff;
    color: #000000;
}

/* ===== PAGINATION ===== */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 0.3rem;
    padding: 0 2rem;
}

.page-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 35px;
    text-align: center;
}

.page-btn:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

.page-btn.active {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
}

/* ===== FOOTER ===== */
.footer {
    padding: 2rem;
    background: #000000;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid #333333;
}

.footer p {
    color: #cccccc;
}

/* ===== NO CONTENT MESSAGE ===== */
.no-content {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    color: #888;
}

.no-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffffff;
    opacity: 0.2;
}

.no-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

/* ===== HIDDEN SCHEMA ===== */
.hidden-schema {
    display: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    h2 {
        font-size: 3rem;
    }
    
    .picks-grid,
    .videos-grid,
    .albums-grid {
        grid-template-columns: repeat(4, 1fr);
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .container {
        padding: 0 3rem;
    }
    
    .video-types-grid {
        padding: 0 3rem;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2.8rem;
    }
    
    .cinema-hero h1,
    .photo-hero h1,
    .about-hero h1,
    .packages-hero h1,
    .contact-hero h1 {
        font-size: 3.5rem;
    }
    
    .picks-grid,
    .videos-grid,
    .albums-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .philosophy-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .video-types-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 2rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-grid-second {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }
    
    .notes-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .container {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    /* Typography */
    h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    /* Navbar - Mobile Menu */
    .navbar {
        padding: 1rem 1.5rem;
    }

    .navbar.scrolled {
        padding: 0.8rem 1.5rem;
    }

    .logo img {
        height: 40px;
    }

    .navbar.scrolled .logo img {
        height: 35px;
    }

    .mobile-menu-btn {
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        transition: right 0.3s ease-in-out;
        padding: 2rem;
        z-index: 1000;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 1rem;
        width: 100%;
        text-align: center;
        padding: 0.5rem 0;
    }
    
    /* Hero Sections */
    .cinema-hero,
    .photo-hero,
    .about-hero,
    .packages-hero {
        height: 50vh;
        min-height: 400px;
    }
    
    .contact-hero {
        height: 40vh;
        min-height: 350px;
    }
    
    .cinema-hero h1,
    .photo-hero h1,
    .about-hero h1,
    .packages-hero h1,
    .contact-hero h1 {
        font-size: 2.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero .hero-content h1 {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    
    .hero .hero-content p {
        font-size: 1rem;
    }
    
    .hero .hero-content {
        bottom: 2rem;
    }
    
    /* Grids */
    .picks-grid,
    .videos-grid,
    .albums-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .philosophy-grid,
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .services-grid,
    .services-grid-second {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Portfolio Links */
    .portfolio-links {
        grid-template-columns: 1fr;
    }
    
    .portfolio-item {
        height: 50vh;
        min-height: 350px;
    }
    
    .portfolio-title {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    
    /* Sections */
    section {
        padding: 2rem 0;
    }
    
    .intro-content h2,
    .story-content h2 {
        font-size: 2.5rem;
    }
    
    .intro-content p,
    .story-content p {
        font-size: 1rem;
    }
    
    /* CTA Sections */
    .cta-section,
    .photo-cta,
    .video-cta,
    .packages-cta,
    .contact-cta {
        padding: 4rem 1rem;
    }
    
    .cta-content h2 {
        font-size: 2.5rem;
    }
    
    .photo-cta .cta-content h2,
    .video-cta .cta-content h2,
    .packages-cta .cta-content h2,
    .contact-cta .cta-content h2 {
        font-size: 2.2rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
    
    /* Contact Bar */
    .contact-container {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    /* Form */
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .checkbox-group {
        grid-template-columns: 1fr;
    }
    
    /* Map */
    .map-content {
        margin: 0 1rem;
    }
    
    /* Container */
    .container,
    .video-types-grid,
    .category-filter,
    .pagination-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .picks-grid,
    .videos-grid,
    .albums-grid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 480px) {
    /* Navbar */
    .navbar {
        padding: 0.8rem 1rem;
    }

    .logo img {
        height: 35px;
    }

    .navbar.scrolled .logo img {
        height: 30px;
    }

    .nav-links {
        width: 85%;
        max-width: 280px;
    }
    
    .nav-links a {
        font-size: 0.9rem;
    }
    
    /* Typography */
    h2 {
        font-size: 2rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .cinema-hero h1,
    .photo-hero h1,
    .about-hero h1,
    .packages-hero h1,
    .contact-hero h1 {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 0.7rem;
    }
    
    .hero .hero-content h1 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .hero .hero-content p {
        font-size: 0.9rem;
    }
    
    /* Grids */
    .picks-grid,
    .videos-grid,
    .albums-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .portfolio-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .portfolio-link {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }
    
    .video-type-item h2 {
        font-size: 2rem;
    }
    
    .service-price {
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    /* CTA */
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .photo-cta .cta-content h2,
    .video-cta .cta-content h2,
    .packages-cta .cta-content h2,
    .contact-cta .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-button {
        padding: 0.8rem 2rem;
        font-size: 0.8rem;
    }
    
    /* Contact Info */
    .contact-info h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    /* Container */
    .container,
    .video-types-grid,
    .category-filter,
    .pagination-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .picks-grid,
    .videos-grid,
    .albums-grid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* iPhone SE and smaller */
@media (max-width: 375px) {
    .hero .hero-content h1 {
        font-size: 1.5rem;
    }
    
    .hero .hero-content p {
        font-size: 0.8rem;
    }
    
    .logo img {
        height: 30px;
    }
    
    .navbar.scrolled .logo img {
        height: 28px;
    }
    
    .nav-links a {
        font-size: 0.8rem;
    }
}

/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        height: 120vh;
    }

    .portfolio-item {
        height: 80vh;
    }
    
    .hero .hero-content h1 {
        font-size: 2rem;
    }
    
    .cinema-hero,
    .photo-hero,
    .about-hero,
    .packages-hero {
        height: 80vh;
        min-height: 500px;
    }
}

/* Tablet specific */
@media (min-width: 769px) and (max-width: 992px) {
    .hero .hero-content h1 {
        font-size: 3.5rem;
    }
    
    .portfolio-title {
        font-size: 2.8rem;
    }
}
