/* =============================================
   Mike Savino Film/Video — Main Stylesheet
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:      #0a0a0a;
  --off-white:  #f5f2ed;
  --red:        #c8281a;
  --red-dark:   #9e1f13;
  --gold:       #c9a84c;
  --gray:       #6b6660;
  --light-gray: #d4d0c8;
  --pad:        110px;
  --pad-h:      120px;
  --inner:      1200px;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--black); color: var(--off-white); overflow-x: hidden; }

/* ===== NAV ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 120px;
  background: linear-gradient(to bottom, rgba(10,10,10,0.95), transparent);
  transition: background 0.3s;
}
nav.scrolled { background: rgba(10,10,10,0.97); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.12em; color: var(--off-white); text-decoration: none; }
.nav-logo span { color: var(--red); }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--light-gray); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--off-white); }
.nav-cta { background: var(--red) !important; color: #fff !important; padding: 9px 22px; border-radius: 2px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--red-dark) !important; }

/* ===== HAMBURGER ===== */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--off-white); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== BUTTONS ===== */
.btn-primary { background: var(--red); color: #fff; padding: 14px 36px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; font-weight: 500; display: inline-block; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-ghost { border: 1px solid rgba(245,242,237,0.35); color: var(--off-white); padding: 14px 36px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: border-color 0.2s, transform 0.15s; font-weight: 400; display: inline-block; }
.btn-ghost:hover { border-color: var(--off-white); transform: translateY(-1px); }

/* ===== TYPOGRAPHY ===== */
.section-label { font-size: 11px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; font-weight: 500; display: block; }
.section-heading { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5vw, 68px); line-height: 1; letter-spacing: 0.04em; margin-bottom: 44px; color: var(--off-white); }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse { 0%,100% { transform: scaleY(1); opacity:.5; } 50% { transform: scaleY(.6); opacity:.2; } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== HERO ===== */
#hero { position: relative; height: 100vh; min-height: 640px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,1fr); gap: 2px; opacity: 0.35; filter: saturate(0.6); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.88) 100%); }
.hero-content { position: relative; text-align: center; padding: 0 var(--pad-h); animation: fadeUp 1s ease both; }
.hero-eyebrow { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-weight: 400; }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(64px, 10vw, 140px); line-height: 0.92; letter-spacing: 0.03em; color: var(--off-white); margin-bottom: 8px; }
.hero-title .red { color: var(--red); }
.hero-subtitle { font-family: 'DM Serif Display', serif; font-style: italic; font-size: clamp(18px, 2.5vw, 28px); color: var(--light-gray); margin-bottom: 40px; font-weight: 300; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0.5; animation: fadeUp 1s ease 0.6s both; }
.hero-scroll span { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-line { width: 1px; height: 40px; background: var(--off-white); animation: scrollPulse 2s ease-in-out infinite; }

/* ===== REEL ===== */
#reel { background: #0f0f0f; padding: var(--pad) 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.reel-inner { max-width: var(--inner); margin: 0 auto; padding: 0 var(--pad-h); }
.reel-embed { position: relative; padding-bottom: 56.25%; border-radius: 4px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.reel-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ===== STATS ===== */
#stats { background: var(--red); padding: 64px var(--pad-h); }
.stats-grid { max-width: var(--inner); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 64px; line-height: 1; color: #fff; letter-spacing: 0.02em; }
.stat-label { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 6px; font-weight: 400; }

/* ===== SERVICES ===== */
#services { background: var(--black); padding: var(--pad) var(--pad-h); }
.services-inner { max-width: var(--inner); margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 48px; }
.service-card { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s, filter 0.5s; filter: saturate(0.5) brightness(0.6); display: block; }
.service-card:hover img { transform: scale(1.06); filter: saturate(0.8) brightness(0.5); }
.service-card-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, transparent 65%); }
.service-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.06em; color: #fff; line-height: 1; margin-bottom: 8px; }
.service-card p { font-size: 13px; color: rgba(245,242,237,0.72); line-height: 1.55; font-weight: 300; }
.service-tag { display: inline-block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }

/* ===== ABOUT ===== */
#about { background: #111; padding: var(--pad) var(--pad-h); }
.about-inner { max-width: var(--inner); margin: 0 auto; display: grid; grid-template-columns: 240px 1fr; gap: 72px; align-items: start; }
.about-image { position: relative; flex-shrink: 0; }
.about-image::before { content: ''; position: absolute; top: -12px; left: -12px; right: 12px; bottom: 12px; border: 1px solid var(--red); border-radius: 3px; z-index: 0; pointer-events: none; }
.about-image img { width: 100%; max-width: 240px; border-radius: 3px; filter: saturate(0.85) brightness(1.05); display: block; position: relative; z-index: 1; }
.about-text .section-label { margin-bottom: 12px; }
.about-text .section-heading { margin-bottom: 24px; }
.about-text p { font-size: 16px; line-height: 1.85; color: var(--light-gray); font-weight: 300; margin-bottom: 18px; }
.about-cult { border-left: 3px solid var(--red); padding: 18px 22px; margin: 28px 0; background: rgba(200,40,26,0.06); border-radius: 0 3px 3px 0; }
.about-cult p { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 17px; color: var(--off-white); margin: 0; line-height: 1.65; }
.about-awards { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.award-badge { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 14px; border: 1px solid rgba(201,168,76,0.5); color: var(--gold); border-radius: 2px; font-weight: 500; }

/* ===== CLIENTS ===== */
#clients { background: var(--black); padding: var(--pad) var(--pad-h); border-top: 1px solid rgba(255,255,255,0.06); }
.clients-inner { max-width: var(--inner); margin: 0 auto; }
.clients-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.client-pill { font-size: 13px; letter-spacing: 0.06em; padding: 10px 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; color: var(--light-gray); font-weight: 400; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.client-pill:hover { background: rgba(200,40,26,0.1); border-color: var(--red); color: var(--off-white); }

/* ===== GALLERY ===== */
#gallery { background: #0a0a0a; padding: var(--pad) 0 0; }
.gallery-header { padding: 0 var(--pad-h); max-width: var(--inner); margin: 0 auto 48px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 1; }
.gallery-item.wide { grid-column: span 2; aspect-ratio: 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s, filter 0.5s; filter: saturate(0.6) brightness(0.8); }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1) brightness(0.9); }
.gallery-item .caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 16px 14px; background: linear-gradient(to top, rgba(10,10,10,0.8), transparent); font-size: 12px; color: rgba(245,242,237,0.7); transform: translateY(100%); transition: transform 0.3s; }
.gallery-item:hover .caption { transform: translateY(0); }

/* ===== TESTIMONIALS ===== */
#testimonials { background: #111; padding: var(--pad) var(--pad-h); border-top: 1px solid rgba(255,255,255,0.06); }
.testimonials-inner { max-width: var(--inner); margin: 0 auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; margin-bottom: 36px; }
.testimonial-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; padding: 36px 32px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; transition: border-color 0.3s, background 0.3s; }
.testimonial-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(200,40,26,0.45); }
.testimonial-stars { color: var(--gold); font-size: 18px; letter-spacing: 4px; margin-bottom: 22px; }
.testimonial-card blockquote { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 16px; line-height: 1.8; color: var(--off-white); flex: 1; margin: 0; padding: 0; border: none; }
.testimonial-divider { width: 40px; height: 1px; background: rgba(200,40,26,0.5); margin: 24px auto; }
.testimonial-name { font-size: 15px; font-weight: 500; color: var(--off-white); }
.testimonial-title { font-size: 13px; color: var(--light-gray); margin-top: 4px; font-weight: 300; }
.testimonial-source { font-size: 11px; color: var(--red); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 6px; }
.testimonials-cta-note { font-size: 14px; color: var(--gray); text-align: center; }
.testimonials-cta-note a { color: var(--red); text-decoration: none; }
.testimonials-cta-note a:hover { text-decoration: underline; }

/* ===== AKF ===== */
#akf { background: #0a0a0a; padding: var(--pad) var(--pad-h); border-top: 1px solid rgba(255,255,255,0.06); }
.akf-inner { max-width: var(--inner); margin: 0 auto; display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 80px; align-items: center; }
.akf-image img { width: 100%; max-width: 320px; border-radius: 4px; display: block; filter: saturate(0.85); transition: filter 0.4s; }
.akf-image:hover img { filter: saturate(1); }
.akf-text p { font-size: 16px; line-height: 1.85; color: var(--light-gray); font-weight: 300; margin-bottom: 24px; }
.akf-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.akf-badge { font-size: 11px; letter-spacing: 0.08em; padding: 6px 13px; border: 1px solid rgba(200,40,26,0.4); color: var(--red); border-radius: 2px; background: rgba(200,40,26,0.06); }
.akf-links { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== FAQ ===== */
#faq { background: var(--black); padding: var(--pad) var(--pad-h); border-top: 1px solid rgba(255,255,255,0.06); }
.faq-inner { max-width: var(--inner); margin: 0 auto; }
.faq-list { margin-top: 52px; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.07); padding: 32px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; transition: background 0.2s; }
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.faq-q { font-size: 17px; font-weight: 500; color: var(--gold); line-height: 1.45; padding-right: 16px; }
.faq-q-num { display: none; }
.faq-a { font-size: 15px; line-height: 1.85; color: var(--light-gray); font-weight: 300; }

/* ===== CONTACT ===== */
#contact { background: #111; padding: var(--pad) var(--pad-h); border-top: 1px solid rgba(255,255,255,0.06); }
.contact-inner { max-width: var(--inner); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.contact-left h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 6vw, 80px); line-height: 0.95; letter-spacing: 0.03em; margin-bottom: 20px; }
.contact-left h2 em { color: var(--red); font-style: normal; }
.booking-note { display: inline-block; font-size: 13px; font-weight: 500; color: var(--gold); background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25); border-radius: 3px; padding: 8px 14px; margin-bottom: 18px; letter-spacing: 0.04em; }
.contact-left p { font-size: 16px; line-height: 1.85; color: var(--light-gray); font-weight: 300; margin-bottom: 28px; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.contact-icon { width: 40px; height: 40px; background: var(--red); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 16px; height: 16px; fill: #fff; }
.contact-detail-text a, .contact-detail-text span { font-size: 15px; color: var(--off-white); text-decoration: none; font-weight: 400; }
.contact-detail-text a:hover { color: var(--red); }
.contact-detail-text small { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); margin-bottom: 3px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); font-weight: 500; }
.form-group input, .form-group textarea, .form-group select { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; padding: 13px 16px; font-size: 15px; font-family: 'DM Sans', sans-serif; color: var(--off-white); outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--red); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: #1a1a1a; }
.form-submit { background: var(--red); color: #fff; padding: 15px 40px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 500; transition: background 0.2s, transform 0.15s; align-self: flex-start; }
.form-submit:hover { background: var(--red-dark); transform: translateY(-1px); }
#form-success { display: none; color: #4caf50; font-size: 14px; margin-top: 8px; }

/* ===== FOOTER ===== */
footer { background: #060606; padding: 52px var(--pad-h); border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.12em; color: var(--off-white); }
.footer-logo span { color: var(--red); }
footer p { font-size: 12px; color: var(--gray); font-weight: 300; }
.footer-social { display: flex; gap: 12px; align-items: center; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; transition: background 0.2s, border-color 0.2s; }
.footer-social a:hover { background: rgba(200,40,26,0.2); border-color: var(--red); }
.footer-social svg { width: 16px; height: 16px; fill: var(--light-gray); }
.footer-social a:hover svg { fill: var(--off-white); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--off-white); }

/* ===== MOBILE NAV OVERLAY ===== */
@media (max-width: 900px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(10,10,10,0.98); align-items: center; justify-content: center; gap: 32px; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 99; }
  .nav-links.open { opacity: 1; pointer-events: all; }
  .nav-links a { font-size: 22px; letter-spacing: 0.15em; color: var(--off-white); }
  .nav-links .nav-cta { background: var(--red) !important; padding: 12px 32px !important; border-radius: 2px; }
}

/* ===== TABLET (≤900px) ===== */
@media (max-width: 900px) {
  :root { --pad: 72px; --pad-h: 40px; }
  nav { padding: 16px 40px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image img { max-width: 100%; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .akf-inner { grid-template-columns: 1fr; gap: 40px; }
  .faq-item { grid-template-columns: 1fr; gap: 16px; }
  .fje-inner { grid-template-columns: 1fr; gap: 40px; }
  .fje-video-embed { padding-bottom: 80%; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-item.wide { grid-column: span 2; }
  footer { padding: 36px 40px; flex-direction: column; align-items: flex-start; }
}

/* ===== MOBILE / iPHONE (≤480px) ===== */
@media (max-width: 480px) {
  :root { --pad: 56px; --pad-h: 20px; }
  nav { padding: 14px 20px; }
  .nav-logo { font-size: 18px; }
  #hero { min-height: 100svh; }
  .hero-bg { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(3,1fr); }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.2em; }
  .hero-title { font-size: 56px; }
  .hero-subtitle { font-size: 16px; margin-bottom: 28px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .btn-primary, .btn-ghost { width: 260px; text-align: center; padding: 14px 24px; }
  .hero-scroll { display: none; }
  .stat-num { font-size: 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { aspect-ratio: 16/9; }
  .about-image::before { display: none; }
  .faq-item { padding: 24px 0; }
  .testimonial-card { padding: 28px 22px; }
  .akf-links { flex-direction: column; }
  .akf-links .btn-primary, .akf-links .btn-ghost { text-align: center; }
  .fje-stats-row { flex-wrap: wrap; }
  .fje-stat { min-width: 50%; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .fje-actions { flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; aspect-ratio: 16/9; }
  .gallery-item .caption { transform: translateY(0); font-size: 11px; }
  .form-group input, .form-group textarea, .form-group select { font-size: 16px; }
  .form-submit { width: 100%; text-align: center; }
  footer { padding: 28px 20px; }
  .footer-links { flex-wrap: wrap; gap: 14px; }
}
