/*
Theme Name: AB Production — Cinematic Weddings
Theme URI: https://www.instagram.com/ab.productionn/
Author: AB Production
Description: Premium bilingual cinematic wedding photography and videography theme for AB Production.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ab-production
*/

:root {
  --ink: #080909;
  --ink-soft: #101110;
  --paper: #f4f0e8;
  --muted: #aaa69d;
  --gold: #d5a83a;
  --gold-light: #f0ce73;
  --line: rgba(213, 168, 58, .27);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --container: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 10%, rgba(213,168,58,.08), transparent 24rem),
    radial-gradient(circle at 12% 72%, rgba(213,168,58,.05), transparent 30rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #090909; background: var(--gold-light); }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  padding: 10px 16px; color: #050505; background: var(--gold-light);
}
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 0 18px; color: var(--gold-light);
  font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow::before { width: 32px; height: 1px; content: ""; background: currentColor; }
.section { padding: 120px 0; position: relative; }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-title {
  max-width: 780px; margin: 0; font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 400; line-height: .89; letter-spacing: -.045em;
}
.section-title em { color: var(--gold-light); font-weight: 400; }
.section-copy { max-width: 510px; margin: 0; color: var(--muted); font-size: 1rem; }
.text-link {
  display: inline-flex; align-items: center; gap: 12px; padding: 8px 0 6px;
  color: var(--gold-light); border-bottom: 1px solid var(--line); font-size: .76rem;
  font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
}
.text-link::after { content: "↗"; font-size: 1rem; transition: transform .25s ease; }
.text-link:hover::after { transform: translate(3px,-3px); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 92px;
  display: flex; align-items: center; transition: background .3s ease, height .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { height: 76px; background: rgba(8,9,9,.9); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.admin-bar .site-header { top: 32px; }
.header-inner { width: var(--container); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; z-index: 2; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: .02em; }
.brand-name small { display: block; color: var(--gold); font-family: var(--sans); font-size: .49rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: rgba(255,255,255,.75); font-size: .75rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.primary-nav a:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: flex; padding: 3px; background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.14); border-radius: 999px;
}
.lang-switch button { min-width: 38px; padding: 6px 10px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.lang-switch button.active { color: #050505; background: var(--gold-light); }
.nav-cta { padding: 12px 18px; color: #070707 !important; background: var(--gold-light); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(0,0,0,.22); cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; display: block; margin: 5px auto; background: #fff; transition: .25s ease; }

/* Hero */
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; background: #090909; }
.hero-media, .hero-media video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media video { object-fit: cover; object-position: center 40%; filter: saturate(.75) contrast(1.08); }
.hero-fallback { object-fit: cover; }
.hero::before {
  position: absolute; inset: 0; z-index: 1; content: "";
  background: linear-gradient(90deg, rgba(3,3,3,.82) 0%, rgba(3,3,3,.34) 52%, rgba(3,3,3,.18) 100%), linear-gradient(0deg, #080909 0%, transparent 32%, rgba(0,0,0,.2) 100%);
}
.hero::after {
  position: absolute; inset: 0; z-index: 1; content: ""; opacity: .2; pointer-events: none;
  background-image: repeating-radial-gradient(circle at 30% 20%, rgba(255,255,255,.12) 0, rgba(255,255,255,.12) .45px, transparent .7px, transparent 3px);
  background-size: 5px 5px;
}
.hero-inner { position: relative; z-index: 2; padding-top: 170px; padding-bottom: 64px; }
.hero-content { max-width: 920px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: var(--gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero-kicker i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 18px currentColor; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 10.3vw, 10.5rem); font-weight: 400; line-height: .76; letter-spacing: -.065em; }
.hero h1 > span { display: block; }
.hero h1 em { display: block; color: transparent; font-weight: 400; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 52px; }
.hero-intro { max-width: 520px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.23rem); }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: #060606; background: var(--gold-light); }
.btn-outline { background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.28); backdrop-filter: blur(10px); }
.hero-meta { margin-top: 62px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, max-content) 1fr; align-items: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.17); }
.hero-meta span { color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.scroll-mark { justify-self: end; display: flex; align-items: center; gap: 10px; }
.scroll-mark::after { width: 44px; height: 1px; content: ""; background: var(--gold); }

/* Story */
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: stretch; }
.story-image { min-height: 780px; position: relative; overflow: hidden; border-radius: 2px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.story-image:hover img { transform: scale(1.025); }
.story-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 48%); }
.story-caption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.story-caption span { color: rgba(255,255,255,.72); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.story-panel { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(36px,5vw,72px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); }
.quote { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem,4.2vw,5rem); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.quote em { color: var(--gold-light); }
.story-notes { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 60px; }
.story-note { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); }
.story-note strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.story-note span { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

/* Films */
.films { background: #0d0e0e; }
.film-feature { position: relative; aspect-ratio: 16/7.9; overflow: hidden; background: #151515; }
.film-feature video { width: 100%; height: 100%; object-fit: cover; }
.film-feature::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 50%); }
.film-label { position: absolute; z-index: 2; left: 32px; bottom: 28px; }
.film-label strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.film-label span { color: var(--gold-light); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.film-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 24px; }
.film-card { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #151515; }
.film-card video { width: 100%; height: 100%; object-fit: cover; }
.film-card::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.66), transparent 48%); }
.film-card .film-label strong { font-size: 1.55rem; }
.sound-note { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.sound-note::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--gold); }

/* Portfolio */
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 48px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; background: #161616; }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 11; }
.gallery-item:nth-child(2) { grid-column: span 4; grid-row: span 8; }
.gallery-item:nth-child(3) { grid-column: span 3; grid-row: span 11; }
.gallery-item:nth-child(4) { grid-column: 6 / span 4; grid-row: span 9; }
.gallery-item:nth-child(5) { grid-column: span 3; grid-row: span 9; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(.8); }
.gallery-item span { position: absolute; z-index: 1; left: 18px; bottom: 14px; color: #fff; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .3s ease; }
.gallery-item::after { position: absolute; inset: 0; content: ""; opacity: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 45%); transition: .3s ease; }
.gallery-item:hover::after, .gallery-item:hover span { opacity: 1; transform: none; }

/* Packages */
.packages { background: var(--paper); color: #10100f; }
.packages .eyebrow { color: #88600e; }
.packages .section-copy { color: #5b5953; }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.package-card { min-height: 520px; display: flex; flex-direction: column; padding: 28px 24px; border: 1px solid rgba(10,10,10,.14); background: rgba(255,255,255,.24); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.package-card:hover { transform: translateY(-7px); background: #fff; border-color: #c49a31; }
.package-card.featured { color: var(--paper); background: #101110; border-color: #101110; }
.package-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.package-number { color: #8a650d; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured .package-number { color: var(--gold-light); }
.package-badge { padding: 5px 9px; color: #050505; background: var(--gold-light); border-radius: 999px; font-size: .57rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.package-price { margin: 28px 0 8px; font-family: var(--serif); font-size: clamp(3rem,4vw,4.4rem); line-height: 1; letter-spacing: -.04em; }
.package-price sup { font-family: var(--sans); font-size: .85rem; vertical-align: top; }
.package-card h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.package-list { margin: 0; padding: 20px 0 0; list-style: none; border-top: 1px solid rgba(0,0,0,.12); }
.featured .package-list { border-color: rgba(255,255,255,.15); }
.package-list li { position: relative; margin-bottom: 10px; padding-left: 18px; color: #4f4c45; font-size: .88rem; }
.featured .package-list li { color: rgba(255,255,255,.72); }
.package-list li::before { position: absolute; left: 0; top: .67em; width: 5px; height: 5px; border-radius: 50%; content: ""; background: #b58213; }
.package-card .text-link { margin-top: auto; align-self: flex-start; color: #71500a; }
.featured .text-link { color: var(--gold-light); }
.extras { margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(0,0,0,.14); }
.extras-title { margin: 0 0 22px; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.extras-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.extra { padding: 20px; border: 1px solid rgba(0,0,0,.13); }
.extra strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 1.75rem; font-weight: 600; }
.extra span { color: #67635c; font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.13); }
.process-step { min-height: 300px; padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.process-step:last-child { border-right: 0; }
.process-index { color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; }
.process-step h3 { margin: 90px 0 12px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.process-step p { margin: 0; color: var(--muted); font-size: .86rem; }

/* Contact */
.contact { padding: 120px 0 70px; overflow: hidden; background: #0d0e0e; }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 80px; align-items: start; }
.contact-title { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(3.5rem,6vw,6.6rem); font-weight: 400; line-height: .88; letter-spacing: -.05em; }
.contact-title em { color: var(--gold-light); }
.contact-details { display: grid; gap: 14px; margin-top: 44px; }
.contact-line { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.75); font-size: .86rem; }
.contact-line b { color: var(--gold-light); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { padding: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.booking-form-head { margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.booking-form-head span { color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.booking-form-head h3 { margin: 7px 0 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 0; color: var(--paper); border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; background: transparent; }
.form-field select option { color: #111; }
.form-field textarea { min-height: 80px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold-light); }
.form-field input[type="date"], .form-field input[type="time"] { color-scheme: dark; }
.equipment-showcase { position: relative; margin: 2px 0 26px; padding: 20px; overflow: hidden; border: 1px solid rgba(213,168,58,.3); background: radial-gradient(circle at 50% 0, rgba(213,168,58,.11), transparent 42%), #101111; }
.equipment-showcase[hidden] { display: none; }
.equipment-showcase::before { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(120deg, rgba(255,255,255,.035), transparent 38%); }
.equipment-showcase-head { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.equipment-showcase-head span { color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.equipment-showcase-head strong { color: rgba(255,255,255,.75); font-size: .68rem; font-weight: 600; }
.equipment-photo-grid { position: relative; z-index: 1; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 9px; }
.equipment-photo-card { position: relative; min-width: 0; overflow: hidden; color: inherit; border: 1px solid rgba(255,255,255,.1); border-radius: 0; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.015)); opacity: 0; transform: translateY(12px); animation: equipment-card-in .5s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: calc(var(--equipment-order) * 65ms); }
.equipment-photo-card.is-optional { padding: 0; border-color: rgba(213,168,58,.38); background: linear-gradient(145deg, rgba(213,168,58,.12), rgba(213,168,58,.025)); cursor: pointer; font: inherit; text-align: left; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.equipment-photo-card.is-optional:hover, .equipment-photo-card.is-optional.is-selected { border-color: var(--gold-light); background: linear-gradient(145deg, rgba(213,168,58,.24), rgba(213,168,58,.06)); box-shadow: inset 0 0 0 1px rgba(213,168,58,.22); }
.equipment-add-mark { position: absolute; z-index: 2; top: 6px; right: 6px; display: grid; width: 23px; height: 23px; place-items: center; color: #111; background: var(--gold-light); border-radius: 50%; box-shadow: 0 5px 14px rgba(0,0,0,.35); font-size: 1rem; font-weight: 900; line-height: 1; }
.equipment-photo-media { display: grid; height: 96px; padding: 9px; place-items: center; background: radial-gradient(circle, rgba(255,255,255,.07), transparent 64%); }
.equipment-photo-media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0,0,0,.4)); transition: transform .45s ease; }
.equipment-photo-card:hover .equipment-photo-media img { transform: scale(1.07) translateY(-2px); }
.equipment-photo-copy { min-height: 67px; padding: 11px 10px 12px; border-top: 1px solid rgba(255,255,255,.08); }
.equipment-photo-copy strong, .equipment-photo-copy span { display: block; }
.equipment-photo-copy strong { color: #f5f1e8; font-size: .66rem; letter-spacing: .035em; }
.equipment-photo-copy span { margin-top: 5px; color: #9b9890; font-size: .58rem; line-height: 1.35; }
.equipment-photo-card.is-optional .equipment-photo-copy span { color: var(--gold-light); }
@keyframes equipment-card-in { to { opacity: 1; transform: none; } }
.deposit-notice { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin: 24px 0 16px; padding: 18px; border: 1px solid rgba(213,168,58,.32); background: linear-gradient(120deg, rgba(213,168,58,.12), rgba(213,168,58,.025)); }
.deposit-notice strong { color: var(--gold-light); font-family: var(--serif); font-size: 2.25rem; line-height: 1; }
.deposit-notice span { color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.55; }
.deposit-check { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 20px; color: rgba(255,255,255,.68); cursor: pointer; font-size: .72rem; line-height: 1.5; }
.deposit-check input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--gold-light); }
.form-submit { width: 100%; margin-top: 10px; border: 0; cursor: pointer; }
.form-note { margin: 12px 0 0; color: #7f7b73; font-size: .66rem; text-align: center; }
.whatsapp-float { position: fixed; z-index: 990; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; color: #06150b; background: #52d77a; border-radius: 999px; box-shadow: 0 12px 40px rgba(0,0,0,.35); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: #07190d; }

/* Footer */
.site-footer { padding-top: 70px; background: #0d0e0e; }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 60px; padding-bottom: 58px; }
.footer-brand img { width: 88px; height: 88px; object-fit: contain; }
.footer-brand p { max-width: 380px; color: var(--muted); }
.footer-title { margin: 0 0 18px; color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,.72); font-size: .86rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: #77746d; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; letter-spacing: .05em; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Editorial text motion */
.hero-kicker { opacity: 0; animation: abTextRise .7s .12s cubic-bezier(.2,.75,.2,1) forwards; }
.hero h1 > span { opacity: 0; filter: blur(7px); animation: abHeroTitle .95s .24s cubic-bezier(.16,.8,.2,1) forwards; }
.hero h1 > em { opacity: 0; filter: blur(7px); animation: abHeroTitle .95s .36s cubic-bezier(.16,.8,.2,1) forwards; }
.hero-intro { opacity: 0; animation: abTextRise .75s .56s cubic-bezier(.2,.75,.2,1) forwards; }
.hero-buttons { opacity: 0; animation: abTextRise .75s .68s cubic-bezier(.2,.75,.2,1) forwards; }
.hero-meta { opacity: 0; animation: abTextRise .75s .8s cubic-bezier(.2,.75,.2,1) forwards; }
.reveal .section-title,
.reveal .contact-title,
.reveal .quote { clip-path: inset(0 0 100% 0); transform: translateY(20px); }
.reveal.is-visible .section-title,
.reveal.is-visible .contact-title,
.reveal.is-visible .quote { animation: abSectionTitle .9s .08s cubic-bezier(.16,.8,.2,1) both; }
.reveal .section-copy { opacity: 0; transform: translateY(14px); }
.reveal.is-visible .section-copy { animation: abTextRise .72s .22s cubic-bezier(.2,.75,.2,1) forwards; }

@keyframes abHeroTitle {
  from { opacity: 0; filter: blur(7px); transform: translateY(42px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes abTextRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes abSectionTitle {
  from { clip-path: inset(0 0 100% 0); transform: translateY(20px); }
  to { clip-path: inset(0 0 0 0); transform: translateY(0); }
}
@keyframes abMenuLink {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  body.menu-open .site-header,
  body.menu-open .site-header.is-scrolled {
    height: 72px;
    align-items: center;
    background: #080909;
    border-color: transparent;
    backdrop-filter: none;
  }
  body.menu-open .header-inner { height: 72px; align-items: center; padding-top: 0; }
  .primary-nav {
    position: fixed; inset: 72px 0 0; z-index: 1;
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    gap: 0; padding: 30px max(28px, calc((100vw - 1240px) / 2)) 44px;
    visibility: hidden; opacity: 0; overflow-y: auto;
    background: #080909; transition: opacity .25s ease, visibility .25s ease;
  }
  .primary-nav a {
    width: 100%; padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
    font-family: var(--serif); font-size: clamp(2rem, 9vw, 3.2rem); line-height: 1;
    text-transform: none;
  }
  .primary-nav a:first-child { border-top: 1px solid rgba(255,255,255,.11); }
  .primary-nav.is-open { visibility: visible; opacity: 1; }
  .primary-nav.is-open a { opacity: 0; animation: abMenuLink .42s cubic-bezier(.2,.75,.2,1) forwards; }
  .primary-nav.is-open a:nth-child(1) { animation-delay: .06s; }
  .primary-nav.is-open a:nth-child(2) { animation-delay: .11s; }
  .primary-nav.is-open a:nth-child(3) { animation-delay: .16s; }
  .primary-nav.is-open a:nth-child(4) { animation-delay: .21s; }
  .primary-nav.is-open a:nth-child(5) { animation-delay: .26s; }
  body.menu-open .whatsapp-float { visibility: hidden; opacity: 0; pointer-events: none; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-cta { display: none; }
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .extras-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1240px); }
  .section { padding: 82px 0; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .brand-name { display: none; }
  .header-actions { gap: 7px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .hero-inner { padding-top: 130px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(4.1rem,20vw,7rem); }
  .hero-bottom { display: block; margin-top: 34px; }
  .hero-buttons { margin-top: 24px; }
  .hero-buttons .btn { flex: 1; min-width: 150px; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 38px; }
  .hero-meta span:nth-child(3), .scroll-mark { display: none; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { min-height: 590px; }
  .story-panel { min-height: 530px; }
  .film-feature { aspect-ratio: 4/5; }
  .film-grid { grid-template-columns: 1fr; }
  .film-card { aspect-ratio: 4/3; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 10px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .gallery-item:first-child { grid-column: 1 / -1; }
  .package-grid, .extras-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .package-card .text-link { margin-top: 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .process-step h3 { margin-top: 42px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .equipment-showcase { margin-bottom: 22px; padding: 13px 10px; }
  .equipment-showcase-head { align-items: center; margin-bottom: 10px; padding-bottom: 9px; }
  .equipment-showcase-head span { font-size: .51rem; letter-spacing: .09em; }
  .equipment-showcase-head strong { font-size: .54rem; }
  .equipment-photo-grid { gap: 5px; }
  .equipment-photo-media { height: 58px; padding: 4px; }
  .equipment-photo-copy { min-height: 48px; padding: 7px 4px 8px; text-align: center; }
  .equipment-photo-copy strong { overflow-wrap: anywhere; font-size: .47rem; line-height: 1.15; }
  .equipment-photo-copy span { margin-top: 3px; overflow-wrap: anywhere; font-size: .42rem; line-height: 1.2; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; border-radius: 50%; }
  .whatsapp-float .wa-label { display: none; }
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .hero-kicker, .hero h1 > span, .hero h1 > em, .hero-intro, .hero-buttons, .hero-meta,
  .reveal .section-title, .reveal .contact-title, .reveal .quote, .reveal .section-copy,
  .primary-nav.is-open a { opacity: 1; transform: none; filter: none; clip-path: none; }
}
