/*
Theme Name: Becca Alvord Photography
Theme URI: https://beccaalvord.com
Author: KC Media Team
Description: Custom WordPress theme for Becca Alvord Photography — Kansas City portrait and wedding photographer.
Version: 15.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: becca-alvord
Tags: photography, portfolio, custom-menu, custom-logo, featured-images, theme-options
*/

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
  --forest: #163c3c;
  --forest-light: #2a5454;
  --dusty-rose: #c4a6a6;
  --dusty-rose-light: #d9c0c0;
  --terracotta: #9f7c73;
  --terracotta-light: #b89489;
  --beige: #E8DDD4;
  --beige-light: #F5F0EB;
  --cream: #FAF8F5;
  --warm-white: #FEFDFB;
  --charcoal: #3D3D3D;
  --warm-gray: #6B6560;
  --soft-gray: #9A948D;
}

/* ==========================================================================
   Reset & Base (Mobile-first)
   ========================================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; color: var(--charcoal); background: var(--warm-white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
::selection { background: var(--dusty-rose); color: var(--charcoal); }
.script-font { font-family: 'Alex Brush', cursive; }
.sans-font { font-family: 'Montserrat', sans-serif; }
.serif-font { font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.animate-fade-in-up { animation: fadeInUp 1s ease-out forwards; }
.animate-fade-in { animation: fadeIn 1.2s ease-out forwards; }
.delay-1 { animation-delay: 0.2s; opacity: 0; }
.delay-2 { animation-delay: 0.4s; opacity: 0; }
.delay-3 { animation-delay: 0.6s; opacity: 0; }
.float { animation: float 6s ease-in-out infinite; }
.float-slow { animation: float 8s ease-in-out infinite; }

/* ==========================================================================
   Navigation (Mobile-first)
   ========================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 18px 0; background: #3D3D3D;
  box-shadow: 0 2px 15px rgba(0,0,0,.1); transition: all .4s;
}
.nav.scrolled { padding: 12px 0; box-shadow: 0 2px 20px rgba(0,0,0,.15); }
.nav-container { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.logo { text-decoration: none; text-align: center; }
.logo-name { font-family: 'Alex Brush', cursive; font-size: 36px; color: #c4a6a6; line-height: 1.1; }
.logo-tagline { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 3px; color: rgba(255,255,255,.8); text-transform: uppercase; margin-top: 2px; }

/* Nav links — hidden on mobile */
.nav-links { display: none; list-style: none; }
.nav-links a, .nav-link { position: relative; color: rgba(255,255,255,.9); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; transition: color .3s; }
.nav-links a::after, .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #c4a6a6; transition: width .3s; }
.nav-links a:hover, .nav-link:hover { color: #c4a6a6; }
.nav-links a:hover::after, .nav-link:hover::after { width: 100%; }
.nav-links .current-menu-item a, .nav-links .current_page_item a { color: #c4a6a6; }

/* Mobile hamburger */
.mobile-toggle { display: block; background: none; border: none; cursor: pointer; padding: 10px; }
.mobile-toggle span { display: block; width: 25px; height: 2px; background: white; margin: 5px 0; transition: all .3s; }

/* Mobile menu open */
.nav-links.active {
  display: flex; flex-direction: column;
  position: absolute; top: 100%; left: 0; right: 0;
  background: #3D3D3D; padding: 20px 30px 30px; gap: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.nav-links li { list-style: none; }
.nav-links .sub-menu, .footer-column .widget ul { list-style: none; padding: 0; margin: 0; }

/* ==========================================================================
   Buttons (Mobile-first)
   ========================================================================== */
.btn-primary { background: #9f7c73; color: white; padding: 15px 32px; border: none; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .3s; display: inline-block; }
.btn-primary:hover { background: #163c3c; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(22,60,60,.3); color: white; }
.btn-outline { background: transparent; color: #9f7c73; padding: 13px 30px; border: 2px solid #9f7c73; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .3s; display: inline-block; }
.btn-outline:hover { background: #163c3c; border-color: #163c3c; color: white; }
.btn-white { background: white; color: #9f7c73; padding: 15px 32px; border: none; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .3s; display: inline-block; }
.btn-white:hover { background: #163c3c; color: white; transform: translateY(-2px); }
.btn-outline-light { background: transparent; padding: 13px 30px; border: 2px solid white; color: white; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .3s; display: inline-block; }
.btn-outline-light:hover { background: #163c3c; border-color: #163c3c; color: white; }
.btn-large { padding: 18px 44px; font-size: 12px; }

/* ==========================================================================
   Section Labels (Mobile-first)
   ========================================================================== */
.section-label { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 12px; font-weight: 500; }
.section-title { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; }
.section-title .script { font-family: 'Alex Brush', cursive; text-transform: none; letter-spacing: 0; }

/* ==========================================================================
   Homepage: Hero Section (Mobile-first)
   ========================================================================== */
.hero-home { min-height: 100vh; min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: #FEFDFB; }
.hero-pattern { position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle at 2px 2px, rgba(196,166,166,.3) 1px, transparent 0); background-size: 50px 50px; }
.hero-decor-1 { position: absolute; top: 15%; right: 8%; width: 200px; height: 200px; border: 1px solid rgba(196,166,166,.4); border-radius: 50%; opacity: .6; }
.hero-decor-2 { position: absolute; bottom: 20%; right: 30%; width: 80px; height: 80px; background: rgba(196,166,166,.3); border-radius: 50%; opacity: .5; }
.hero-decor-3 { position: absolute; top: 40%; left: 5%; width: 60px; height: 60px; background: rgba(159,124,115,.25); border-radius: 50%; opacity: .6; }

.hero-container { max-width: 1400px; margin: 0 auto; padding: 100px 20px 60px; position: relative; z-index: 10; display: grid; grid-template-columns: 1fr; gap: 30px; }
.hero-content { max-width: 100%; }
.hero-title { font-size: clamp(32px, 8vw, 68px); font-family: 'Roboto Condensed', sans-serif; font-weight: 700; line-height: 1.15; color: #3D3D3D; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.hero-title .script { font-family: 'Alex Brush', cursive; color: #c4a6a6; font-weight: 400; font-size: 1.15em; text-transform: none; letter-spacing: 0; }
.hero-description { font-size: clamp(15px, 2.5vw, 19px); line-height: 1.7; color: #6B6560; margin-bottom: 28px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-buttons a { flex: 1; min-width: 150px; text-align: center; }

/* Hero arch images — hidden on mobile */
.hero-images { display: none; gap: 20px; justify-content: center; align-items: center; }
.hero-image-1 { width: 280px; height: 380px; border-radius: 200px 200px 20px 20px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.15); transform: translateY(-30px); border: 4px solid var(--warm-white); flex-shrink: 0; position: relative; }
.hero-image-2 { width: 240px; height: 320px; border-radius: 20px 20px 200px 200px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.15); transform: translateY(50px); border: 4px solid var(--warm-white); flex-shrink: 0; position: relative; }

/* Carousel crossfade */
.hero-carousel, .svc-carousel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero-carousel img, .svc-carousel img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0; transition: opacity 1.2s ease-in-out; }
.hero-carousel img.active, .svc-carousel img.active { opacity: 1; }

.scroll-indicator { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); text-align: center; z-index: 10; }
.scroll-text { font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--soft-gray); margin-bottom: 8px; }
.scroll-line { width: 1px; height: 30px; background: linear-gradient(to bottom, #9f7c73, transparent); margin: 0 auto; }

/* ==========================================================================
   Homepage: Intro Section (Mobile-first)
   ========================================================================== */
.intro-section { padding: 60px 20px; background: var(--warm-white); }
.intro-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.intro-image-wrapper { position: relative; }
.intro-image-frame { position: absolute; top: -12px; left: -12px; width: 100%; height: 100%; border: 2px solid var(--dusty-rose); opacity: .5; }
.intro-image { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; position: relative; z-index: 1; border-radius: 4px; }
.intro-greeting { font-family: 'Alex Brush', cursive; font-size: clamp(28px, 5vw, 36px); color: var(--terracotta); margin-bottom: 8px; }
.intro-title { font-size: clamp(24px, 4.5vw, 38px); font-family: 'Roboto Condensed', sans-serif; font-weight: 700; line-height: 1.3; margin-bottom: 20px; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; }
.intro-text { font-size: clamp(15px, 2vw, 18px); line-height: 1.8; color: var(--warm-gray); margin-bottom: 20px; }
.intro-link { display: inline-flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; transition: gap .3s; }
.intro-link:hover { gap: 15px; }

/* ==========================================================================
   Homepage: Services Section (Mobile-first)
   ========================================================================== */
.services-section { padding: 60px 20px; background: linear-gradient(135deg, rgba(196,166,166,.15) 0%, var(--cream) 100%); }
.services-container { max-width: 1400px; margin: 0 auto; }
.services-header { text-align: center; margin-bottom: 40px; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-card { position: relative; aspect-ratio: 3/4; border-radius: 8px; overflow: hidden; cursor: pointer; transition: all .4s cubic-bezier(.175,.885,.32,1.275); display: block; }
.service-card > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s; }
.service-card:hover > img { transform: scale(1.05); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.service-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(22,60,60,.85) 0%, transparent 100%); padding: 40px 15px 15px; z-index: 2; transition: all .4s; }
.service-card:hover .service-overlay { background: linear-gradient(to top, rgba(159,124,115,.9) 0%, transparent 100%); }
.service-title { font-size: clamp(14px, 3vw, 24px); font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: white; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 1px; }
.service-tagline { font-family: 'Montserrat', sans-serif; font-size: 10px; color: rgba(255,255,255,.9); letter-spacing: 1px; }
.services-cta { text-align: center; margin-top: 35px; }

/* ==========================================================================
   Homepage: Gallery Section (Mobile-first)
   ========================================================================== */
.large-gallery-section { padding: 0; background: var(--warm-white); }
.large-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 280px; gap: 3px; grid-auto-flow: dense; }
.large-gallery-item { position: relative; overflow: hidden; }
.large-gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(22,60,60,.3) 0%, transparent 100%); opacity: 0; transition: opacity .4s; }
.large-gallery-item:hover::after { opacity: 1; }
.large-gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s; }
.large-gallery-item:hover img { transform: scale(1.05); }
.large-gallery-item.tall { grid-row: span 1; }
.large-gallery-item.wide { grid-column: span 1; }

/* ==========================================================================
   Homepage: Testimonials Section (Mobile-first)
   ========================================================================== */
.testimonials-section { padding: 60px 20px; background: linear-gradient(135deg, var(--dusty-rose) 0%, var(--dusty-rose-light) 100%); position: relative; overflow: hidden; }
.testimonials-pattern { position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0); background-size: 40px 40px; }
.testimonials-container { max-width: 800px; margin: 0 auto; text-align: center; position: relative; }
.testimonials-quote { font-family: 'Alex Brush', cursive; font-size: 70px; color: rgba(255,255,255,.5); line-height: .5; margin-bottom: 15px; }
.testimonial-text { font-size: clamp(15px, 2.8vw, 22px); line-height: 1.7; color: var(--charcoal); font-style: italic; margin-bottom: 25px; font-weight: 300; }
.testimonial-author { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1px; color: var(--charcoal); }
.testimonial-details { font-family: 'Montserrat', sans-serif; font-size: 11px; opacity: .7; margin-top: 4px; color: var(--charcoal); }
.testimonial-dots { display: flex; justify-content: center; gap: 12px; margin-top: 25px; }
.testimonial-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(159,124,115,.4); cursor: pointer; transition: all .3s; border: none; }
.testimonial-dot.active { background: var(--terracotta); transform: scale(1.3); }

/* ==========================================================================
   Homepage: Experience Section (Mobile-first)
   ========================================================================== */
.experience-section { padding: 60px 20px; background: var(--cream); }
.experience-container { max-width: 1200px; margin: 0 auto; }
.experience-header { text-align: center; margin-bottom: 40px; }
.experience-grid { display: grid; grid-template-columns: 1fr; gap: 35px; }
.experience-step { text-align: center; }
.experience-number { font-family: 'Alex Brush', cursive; font-size: 52px; opacity: .6; margin-bottom: 10px; }
.experience-title { font-size: clamp(20px, 3.5vw, 28px); font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: var(--charcoal); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.experience-text { font-size: 15px; line-height: 1.7; color: var(--warm-gray); }

/* ==========================================================================
   Homepage: CTA Section (Mobile-first)
   ========================================================================== */
.cta-section { padding: 60px 20px; background-size: cover; background-position: center; }
.cta-container { max-width: 700px; margin: 0 auto; text-align: center; }
.cta-script { font-family: 'Alex Brush', cursive; font-size: clamp(26px, 5vw, 36px); color: var(--dusty-rose); margin-bottom: 15px; }
.cta-title { font-size: clamp(26px, 5vw, 44px); font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: white; margin-bottom: 30px; line-height: 1.3; text-transform: uppercase; letter-spacing: 1px; }
.cta-text { font-size: 16px; color: rgba(255,255,255,.9); margin-bottom: 30px; line-height: 1.7; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-buttons a { min-width: 150px; text-align: center; }
.cta-section.forest-overlay { background-color: var(--forest); }

/* ==========================================================================
   Homepage: Instagram Section (Mobile-first)
   ========================================================================== */
.instagram-section { padding: 60px 20px; background: linear-gradient(135deg, rgba(196,166,166,.15) 0%, var(--cream) 100%); }
.instagram-container { max-width: 1400px; margin: 0 auto; }
.instagram-header { text-align: center; margin-bottom: 30px; }
.instagram-handle { font-size: clamp(20px, 4vw, 36px); font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; }
.instagram-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.instagram-item { aspect-ratio: 1; overflow: hidden; cursor: pointer; }
.instagram-item img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s; }
.instagram-item:hover img { transform: scale(1.05); }

/* ==========================================================================
   Page Hero — inner pages (Mobile-first)
   ========================================================================== */
.page-hero { min-height: 50vh; position: relative; display: flex; align-items: center; background-size: cover; background-position: center; }
.page-hero.tall { min-height: 55vh; }
.page-hero.short { min-height: 40vh; }
.page-hero-overlay { position: absolute; inset: 0; }
.page-hero-container { max-width: 1400px; margin: 0 auto; padding: 110px 20px 50px; text-align: center; position: relative; z-index: 2; }
.page-hero-greeting { font-family: 'Alex Brush', cursive; font-size: clamp(32px, 6vw, 48px); color: var(--dusty-rose); margin-bottom: 15px; }
.page-hero-title { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 6vw, 56px); font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.page-hero-title .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.page-hero-subtitle { font-size: clamp(14px, 2.5vw, 20px); color: rgba(255,255,255,.9); max-width: 700px; margin: 0 auto; line-height: 1.7; }

/* ==========================================================================
   About Page (Mobile-first)
   ========================================================================== */
.story-section { padding: 60px 20px; background: var(--warm-white); }
.story-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.story-image { width: 100%; height: auto; max-height: 700px; object-fit: contain; border-radius: 8px; }
.story-content h2, .mom-content h2, .boss-content h2 { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 5vw, 42px); font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; }
.story-content h2 .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.story-text, .mom-text { font-size: clamp(15px, 2vw, 17px); line-height: 1.9; color: var(--warm-gray); margin-bottom: 20px; }

.mom-section { padding: 60px 20px; background: linear-gradient(135deg, rgba(196,166,166,.15) 0%, var(--cream) 100%); }
.mom-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.mom-content h2 .script { font-family: 'Alex Brush', cursive; color: var(--terracotta); text-transform: none; font-size: 1.2em; }
.mom-images { display: grid; grid-template-columns: 1fr; gap: 15px; }
.mom-image { width: 100%; height: 250px; object-fit: cover; object-position: top; border-radius: 8px; }
.mom-image.tall { grid-row: span 1; height: 250px; }

.boss-section { padding: 60px 20px; background: var(--forest); color: white; }
.boss-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.boss-image { width: 100%; height: auto; max-height: 700px; object-fit: contain; border-radius: 8px; }
.boss-content h2 { color: white; }
.boss-content h2 .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.boss-text { font-size: clamp(15px, 2vw, 17px); line-height: 1.9; color: rgba(255,255,255,.9); margin-bottom: 20px; }
.boss-content .btn-primary { background: var(--dusty-rose); color: var(--forest); }
.boss-content .btn-primary:hover { background: white; color: var(--forest); }

.values-section { padding: 60px 20px; background: var(--warm-white); }
.values-container { max-width: 1200px; margin: 0 auto; text-align: center; }
.values-header { margin-bottom: 40px; }
.values-header h2 { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; }
.values-header h2 .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 35px; }
.value-item { text-align: center; }
.value-icon { width: 70px; height: 70px; background: var(--dusty-rose); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Alex Brush', cursive; font-size: 32px; color: white; }
.value-title { font-family: 'Roboto Condensed', sans-serif; font-size: 20px; font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.value-text { font-size: 15px; line-height: 1.8; color: var(--warm-gray); }

/* ==========================================================================
   Services Page (Mobile-first)
   ========================================================================== */
.services-main { padding: 60px 20px; background: var(--warm-white); }
.service-category { margin-bottom: 60px; }
.service-category:last-child { margin-bottom: 0; }
.category-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.category-content.reverse { direction: ltr; }
.category-content.reverse > * { direction: ltr; }
.category-image { width: 100%; aspect-ratio: 3/4; object-fit: contain; object-position: top; border-radius: 8px; }
.category-image-wrap { width: 100%; aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; position: relative; }
.category-info h2 { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.category-info h2 .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.category-description { font-size: clamp(14px, 2vw, 17px); line-height: 1.8; color: var(--warm-gray); margin-bottom: 25px; }
.service-list { list-style: none; margin-bottom: 25px; }
.service-list li { padding: 12px 0; border-bottom: 1px solid var(--beige); font-size: 14px; color: var(--charcoal); line-height: 1.6; }
.session-info { background: var(--beige-light); padding: 16px 20px; border-radius: 8px; margin-bottom: 16px; }
.session-info p { font-size: 14px; color: var(--charcoal); line-height: 1.6; }
.session-info strong { color: var(--forest); }

/* ==========================================================================
   Portfolio Page (Mobile-first)
   ========================================================================== */
.page-header { padding: 110px 20px 50px; background: var(--warm-white); text-align: center; }
.page-header-greeting { font-family: 'Alex Brush', cursive; font-size: clamp(28px, 5vw, 42px); color: var(--dusty-rose); margin-bottom: 10px; }
.page-title { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(32px, 6vw, 56px); font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.page-title .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.page-description { font-size: clamp(14px, 2vw, 18px); color: var(--warm-gray); max-width: 600px; margin: 0 auto; line-height: 1.7; }

.gallery-section { padding: 40px 15px 60px; background: var(--warm-white); }
.gallery-container { max-width: 1400px; margin: 0 auto; }
.portfolio-filters { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; flex-wrap: wrap; }
.filter-btn { background: transparent; color: #6B6560; padding: 8px 16px; border: 2px solid #E8DDD4; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: all .3s; }
.filter-btn:hover { border-color: #9f7c73; color: #9f7c73; }
.filter-btn.active { background: #163c3c; border-color: #163c3c; color: white; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.portfolio-item { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 6px; cursor: pointer; transition: all .4s; }
.portfolio-item.hidden { display: none; }
.portfolio-item:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(0,0,0,.15); }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s; }
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(22,60,60,.8) 0%, transparent 100%); padding: 30px 15px 15px; opacity: 0; transition: opacity .4s; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-category { font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: white; }

/* ==========================================================================
   Photo Booth Page (Mobile-first)
   ========================================================================== */
.difference-section { padding: 60px 20px; background: var(--warm-white); }
.difference-container { max-width: 1200px; margin: 0 auto; text-align: center; }
.comparison-grid { display: grid; grid-template-columns: 1fr; gap: 25px; max-width: 1000px; margin: 0 auto 50px; }
.comparison-card { padding: 35px 25px; border-radius: 8px; text-align: center; }
.comparison-card.basic { background: #F5F0EB; border: 2px solid #E8DDD4; }
.comparison-card.premium { background: linear-gradient(135deg, var(--forest) 0%, var(--forest-light) 100%); color: white; position: relative; }
.premium-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--dusty-rose); color: var(--forest); padding: 6px 18px; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; border-radius: 20px; }
.comparison-title { font-family: 'Roboto Condensed', sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; }
.comparison-list { list-style: none; text-align: left; }
.comparison-list li { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.1); font-size: 14px; display: flex; align-items: center; gap: 8px; }
.premium .comparison-list li { border-color: rgba(255,255,255,.2); }

.process-section { padding: 0; background: var(--cream); }
.process-container { display: grid; grid-template-columns: 1fr; }
.process-image { min-height: 300px; overflow: hidden; }
.process-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.process-content { padding: 50px 20px; }
.process-header { margin-bottom: 35px; }
.process-steps { display: flex; flex-direction: column; gap: 25px; }
.process-step { display: flex; gap: 20px; align-items: flex-start; }
.step-number { font-family: 'Alex Brush', cursive; font-size: 40px; color: var(--terracotta); line-height: 1; min-width: 40px; }
.step-content h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.step-content p { font-size: 14px; line-height: 1.7; color: var(--warm-gray); }
.step-highlight { color: var(--forest); font-style: italic; }

.pricing-section { padding: 60px 20px; background: linear-gradient(135deg, var(--charcoal) 0%, #2a2a2a 100%); text-align: center; }
.pricing-container { max-width: 800px; margin: 0 auto; }
.pricing-header h2 { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.pricing-header h2 .script { font-family: 'Alex Brush', cursive; color: var(--dusty-rose); text-transform: none; font-size: 1.2em; }
.pricing-subtitle { font-size: 16px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 40px; }
.pricing-box { margin-bottom: 30px; }
.pricing-amount { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(48px, 10vw, 80px); font-weight: 700; color: white; }
.pricing-unit { font-family: 'Montserrat', sans-serif; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--dusty-rose); margin-top: 8px; }
.pricing-note { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 12px; }

/* ==========================================================================
   Contact Page (Mobile-first)
   ========================================================================== */
.contact-section { min-height: auto; display: block; padding: 110px 20px 60px; background: var(--warm-white); }
.contact-container { max-width: 700px; margin: 0 auto; text-align: center; }
.contact-greeting { font-family: 'Alex Brush', cursive; font-size: clamp(32px, 6vw, 48px); color: var(--dusty-rose); margin-bottom: 15px; }
.contact-title { font-family: 'Roboto Condensed', sans-serif; font-size: clamp(28px, 6vw, 56px); font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.contact-subtitle { font-size: clamp(14px, 2vw, 18px); line-height: 1.7; color: var(--warm-gray); margin-bottom: 35px; }
.contact-form { text-align: left; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--charcoal); margin-bottom: 8px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 14px 16px; font-family: 'Montserrat', sans-serif; font-size: 15px; color: var(--charcoal); background: white; border: 2px solid var(--beige); border-radius: 4px; transition: all .3s; -webkit-appearance: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--terracotta); }
.form-textarea { min-height: 130px; resize: vertical; }
.form-submit { width: 100%; background: var(--terracotta); color: white; padding: 16px 32px; border: none; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .3s; border-radius: 4px; margin-top: 8px; }
.form-submit:hover { background: var(--forest); transform: translateY(-2px); }
.contact-info { margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--beige); }
.contact-info-title { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.contact-info-text { font-size: 15px; line-height: 1.8; color: var(--warm-gray); margin-bottom: 8px; }
.contact-info-email { font-size: 16px; color: var(--terracotta); text-decoration: none; font-weight: 500; }
.contact-info-email:hover { color: var(--forest); }

/* ==========================================================================
   Footer (Mobile-first)
   ========================================================================== */
.footer { padding: 50px 20px 30px; background: var(--charcoal); color: white; }
.footer-container { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 30px; }
.footer-brand .logo-name { font-size: 40px; color: var(--dusty-rose); margin-bottom: 10px; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.social-links { display: flex; gap: 12px; }
.social-link { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; color: white; transition: all .3s; text-decoration: none; }
.social-link:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }
.footer-column h4 { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; color: var(--terracotta); }
.footer-column a, .footer-column .widget a { display: block; color: rgba(255,255,255,.7); text-decoration: none; margin-bottom: 10px; font-size: 14px; transition: color .3s; }
.footer-column a:hover, .footer-column .widget a:hover { color: white; }
.footer-column .email { color: var(--dusty-rose); margin-top: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; flex-direction: column; gap: 8px; text-align: center; align-items: center; }
.footer-bottom p { font-family: 'Montserrat', sans-serif; font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: 1px; }
.footer-credit { font-family: 'Montserrat', sans-serif; font-size: 10px; color: rgba(255,255,255,.35); letter-spacing: 1.5px; text-transform: uppercase; }
.footer-credit a:hover { color: #fff; }
.footer-legal { display: flex; gap: 20px; justify-content: center; }
.footer-legal a { font-family: 'Montserrat', sans-serif; font-size: 11px; color: rgba(255,255,255,.5); text-decoration: none; letter-spacing: 1px; }
.footer-legal a:hover { color: rgba(255,255,255,.8); }

/* ==========================================================================
   TABLET — 768px+
   ========================================================================== */
@media (min-width: 768px) {
  .nav { padding: 22px 0; }
  .nav-container { padding: 0 30px; }
  .logo-name { font-size: 42px; }
  .mobile-toggle { display: none; }
  .nav-links { display: flex !important; position: static; flex-direction: row; background: none; padding: 0; box-shadow: none; gap: 30px; align-items: center; }

  .hero-container { padding: 120px 30px 80px; }
  .hero-title { font-size: clamp(36px, 5.5vw, 52px); }
  .hero-buttons a { flex: 0; min-width: auto; }

  .intro-section { padding: 80px 30px; }
  .intro-container { grid-template-columns: 1fr 1fr; gap: 60px; }
  .intro-image-frame { top: -16px; left: -16px; }

  .services-section { padding: 80px 30px; }
  .services-header { margin-bottom: 50px; }
  .service-card { aspect-ratio: 2/3; }
  .service-overlay { padding: 45px 20px 25px; }
  .service-title { font-size: 20px; }

  .large-gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; gap: 0; grid-auto-flow: dense; }
  .large-gallery-item.tall { grid-row: span 2; }
  .large-gallery-item.wide { grid-column: span 2; }

  .testimonials-section { padding: 80px 30px; }
  .testimonials-quote { font-size: 85px; }

  .experience-section { padding: 80px 30px; }
  .experience-header { margin-bottom: 50px; }
  .experience-grid { grid-template-columns: repeat(3, 1fr); gap: 50px; }

  .cta-section { padding: 80px 30px; }

  .instagram-section { padding: 80px 30px; }
  .instagram-grid { grid-template-columns: repeat(6, 1fr); gap: 8px; }

  .page-hero { min-height: 55vh; }
  .page-hero.tall { min-height: 65vh; }
  .page-hero-container { padding: 150px 30px 70px; }

  .story-section, .mom-section, .boss-section { padding: 80px 30px; }
  .story-container, .mom-container, .boss-container { grid-template-columns: 1fr 1fr; gap: 60px; }
  .mom-images { grid-template-columns: 1fr 1fr; }
  .mom-image { height: 260px; }
  .mom-image.tall { grid-row: span 2; height: 540px; }
  .values-section { padding: 80px 30px; }
  .values-header { margin-bottom: 60px; }
  .values-grid { grid-template-columns: repeat(3, 1fr); gap: 50px; }

  .services-main { padding: 80px 30px; }
  .service-category { margin-bottom: 80px; }
  .category-content { grid-template-columns: 1fr 1fr; gap: 60px; }
  .category-content.reverse { direction: rtl; }
  .category-content.reverse > * { direction: ltr; }
  .category-image { aspect-ratio: 3/4; } .category-image-wrap { aspect-ratio: 3/4; }

  .page-header { padding: 130px 30px 60px; }
  .gallery-section { padding: 60px 30px 80px; }
  .portfolio-filters { gap: 12px; margin-bottom: 50px; }
  .filter-btn { padding: 10px 24px; font-size: 11px; letter-spacing: 2px; }
  .portfolio-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
  .portfolio-item { aspect-ratio: 3/4; }

  .comparison-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .difference-section { padding: 80px 30px; }
  .process-container { grid-template-columns: 1fr 1fr; }
  .process-image { min-height: 500px; }
  .process-content { padding: 60px 40px; }
  .pricing-section { padding: 80px 30px; }

  .contact-section { padding: 140px 30px 80px; }

  .footer { padding: 60px 30px 30px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
  .footer-bottom { flex-direction: row; flex-wrap: wrap; justify-content: space-between; text-align: left; align-items: center; }
  .footer-credit { width: 100%; text-align: center; order: 3; margin-top: 8px; }
}

/* ==========================================================================
   DESKTOP — 1024px+
   ========================================================================== */
@media (min-width: 1024px) {
  .nav { padding: 25px 0; }
  .nav-container { padding: 0 40px; }
  .logo-name { font-size: 48px; }
  .nav-links { gap: 40px; }
  .btn-primary { padding: 16px 40px; font-size: 12px; }
  .btn-outline { padding: 14px 38px; font-size: 12px; }

  .hero-container { padding: 120px 40px 80px; grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-images { display: flex; }
  .hero-decor-1 { width: 350px; height: 350px; }
  .hero-decor-2 { width: 120px; height: 120px; }

  .intro-section { padding: 120px 40px; }
  .intro-container { gap: 80px; }
  .intro-image-frame { top: -20px; left: -20px; }

  .services-section { padding: 120px 40px; }
  .services-header { margin-bottom: 70px; }
  .services-grid { grid-template-columns: repeat(4, 1fr); gap: 25px; }
  .service-card { aspect-ratio: 2/3; }
  .service-overlay { padding: 50px 30px 30px; }
  .service-title { font-size: 24px; }

  .large-gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 400px; grid-auto-flow: dense; }
  .large-gallery-item.tall { grid-row: span 2; }
  .large-gallery-item.wide { grid-column: span 2; }

  .testimonials-section { padding: 100px 40px; }
  .testimonials-quote { font-size: 100px; }

  .experience-section { padding: 120px 40px; }
  .experience-header { margin-bottom: 80px; }
  .experience-grid { gap: 60px; }
  .experience-number { font-size: 72px; }

  .cta-section { padding: 100px 40px; }

  .instagram-section { padding: 100px 40px; }
  .instagram-grid { gap: 10px; }

  .page-hero { min-height: 60vh; }
  .page-hero.tall { min-height: 70vh; }
  .page-hero.short { min-height: 50vh; }
  .page-hero-container { padding: 180px 40px 80px; }

  .story-section, .mom-section, .boss-section { padding: 120px 40px; }
  .story-container, .mom-container, .boss-container { gap: 80px; }
  .story-image { height: auto; max-height: 700px; }
  .boss-image { height: auto; max-height: 700px; }
  .mom-image { height: 280px; }
  .mom-image.tall { height: 580px; }
  .values-section { padding: 120px 40px; }
  .values-header { margin-bottom: 80px; }
  .values-grid { gap: 60px; }
  .value-icon { width: 80px; height: 80px; font-size: 36px; margin-bottom: 25px; }

  .services-main { padding: 120px 40px; }
  .service-category { margin-bottom: 120px; }
  .category-content { gap: 80px; }
  .category-image { height: auto; max-height: 700px; }
  .category-image-wrap { height: 500px; aspect-ratio: auto; }
  .service-list li { padding: 15px 0; font-size: 15px; }
  .session-info { padding: 20px 25px; }

  .page-header { padding: 180px 40px 80px; }
  .gallery-section { padding: 80px 40px 120px; }
  .portfolio-filters { gap: 15px; margin-bottom: 60px; }
  .filter-btn { padding: 12px 30px; }
  .portfolio-grid { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 25px; }
  .portfolio-item { aspect-ratio: 3/4; }
  .portfolio-overlay { padding: 50px 30px 30px; }
  .portfolio-category { font-size: 12px; }

  .comparison-grid { gap: 40px; margin-bottom: 80px; }
  .comparison-card { padding: 50px 40px; }
  .comparison-title { font-size: 24px; }
  .difference-section { padding: 120px 40px; }
  .process-image { min-height: 600px; }
  .process-content { padding: 80px 60px; }
  .process-header { margin-bottom: 50px; }
  .step-number { font-size: 48px; min-width: 50px; }
  .step-content h3 { font-size: 20px; }
  .step-content p { font-size: 15px; }
  .pricing-section { padding: 120px 40px; }

  .contact-section { padding: 180px 40px 100px; min-height: 100vh; display: flex; align-items: center; }
  .form-group { margin-bottom: 25px; }

  .footer { padding: 80px 40px 40px; }
  .footer-grid { gap: 60px; margin-bottom: 60px; }
  .footer-brand .logo-name { font-size: 48px; }
  .footer-brand p { font-size: 15px; }
  .footer-column a { font-size: 15px; }
}

/* ==========================================================================
   Touch device fix — no parallax
   ========================================================================== */
@media (hover: none) {
  .cta-section, .page-hero { background-attachment: scroll !important; }
}
