@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
  --black: #0b0b0b;
  --black-soft: #121212;
  --anthracite: #1b1b1b;
  --warm-white: #f5f1e9;
  --warm-white-2: #e9e2d7;
  --muted: #aaa39a;
  --gold: #c9aa73;
  --gold-soft: #dbc9a9;
  --line: rgba(255,255,255,.12);
  --shadow: 0 30px 80px rgba(0,0,0,.24);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: min(1280px, calc(100vw - 56px));
  --radius: 18px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--warm-white); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
svg .fill { fill: currentColor; stroke: none; }
::selection { background: var(--gold); color: var(--black); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }
.section-dark { background: var(--black); }
.section-soft { background: #11100f; }
.section-light { background: var(--warm-white); color: #171513; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .6fr); gap: 64px; align-items: end; margin-bottom: 58px; }
.section-head.center { display: block; text-align: center; max-width: 840px; margin-inline: auto; margin-bottom: 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; color: var(--gold); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.02; margin: 0; }
h1 { font-size: clamp(3.5rem, 7.4vw, 7.9rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); letter-spacing: -.038em; }
h3 { font-size: clamp(1.7rem, 2.4vw, 2.7rem); }
p { margin: 0; }
.lead { font-size: clamp(1rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 680px; }
.section-light .lead { color: #67615a; }

.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 999px; padding: 0 25px; border: 1px solid transparent; cursor: pointer; font-weight: 600; font-size: .83rem; letter-spacing: .03em; transition: .35s ease; }
.btn svg { width: 17px; }
.btn-gold { background: var(--gold); color: #12100d; }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(201,170,115,.18); }
.btn-outline { border-color: rgba(255,255,255,.42); color: white; background: rgba(0,0,0,.06); backdrop-filter: blur(8px); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-soft); transform: translateY(-2px); }
.btn-ghost { background: transparent; border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-whatsapp { background: #1f8f58; color: white; }
.btn-whatsapp:hover { background: #27aa69; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; color: var(--gold-soft); }
.text-link svg { transition: transform .3s ease; }
.text-link:hover svg { transform: translateX(5px); }

.promo-strip { height: 35px; position: fixed; top: 0; left: 0; width: 100%; z-index: 1020; display: flex; align-items: center; justify-content: center; background: var(--gold); color: #17130e; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.promo-strip a { display: flex; align-items: center; gap: 9px; max-width: calc(100% - 70px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.promo-strip svg { width: 14px; }
.promo-close { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; width: 30px; height: 30px; display: grid; place-items: center; cursor: pointer; padding: 0; }
.promo-close svg { width: 14px; }

.site-header { position: fixed; top: 35px; left: 0; width: 100%; min-height: var(--header-h); padding: 0 max(28px, calc((100vw - 1440px)/2)); display: flex; align-items: center; justify-content: space-between; z-index: 1000; border-bottom: 1px solid transparent; transition: .4s ease; }
.promo-hidden .site-header { top: 0; }
.site-header.scrolled { top: 0; min-height: 76px; background: rgba(9,9,9,.88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); box-shadow: 0 10px 40px rgba(0,0,0,.18); }
.brand { display: inline-flex; flex-direction: column; gap: 1px; min-width: 190px; }
.brand-name { font-family: var(--serif); font-size: 1.8rem; line-height: 1; letter-spacing: -.02em; }
.brand-subtitle { color: var(--gold-soft); font-size: .58rem; text-transform: uppercase; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 1.6vw, 30px); }
.desktop-nav a { font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.76); transition: .25s; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 1px; background: var(--gold); transition: .3s; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.header-actions, .social-links { display: flex; align-items: center; gap: 9px; }
.social-links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; transition: .3s; }
.social-links a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.social-links svg { width: 15px; height: 15px; }
.menu-toggle { display: none; width: 46px; height: 46px; place-items: center; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; cursor: pointer; }
.mobile-menu { position: fixed; inset: 0; z-index: 1100; background: #0b0b0b; padding: 24px; transform: translateY(-100%); opacity: 0; visibility: hidden; transition: .55s cubic-bezier(.76,0,.24,1); display: flex; flex-direction: column; }
.mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.mobile-close { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.mobile-menu nav { display: flex; flex-direction: column; padding: 26px 0; }
.mobile-menu nav a { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.85rem; opacity: 0; transform: translateY(18px); }
.mobile-menu.open nav a { animation: menuIn .55s forwards; animation-delay: calc(.12s + var(--i) * .05s); }
.mobile-menu nav a span { font: 500 .58rem var(--sans); color: var(--gold); letter-spacing: .12em; }
.mobile-menu nav a svg { justify-self: end; width: 18px; color: var(--muted); }
.mobile-menu-contact { margin-top: auto; display: grid; gap: 11px; }
.mobile-menu-contact a { display: flex; gap: 10px; align-items: center; color: var(--warm-white-2); }
@keyframes menuIn { to { opacity: 1; transform: translateY(0); } }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slides::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .2; mix-blend-mode: soft-light; background-image: repeating-radial-gradient(circle at 17% 23%, rgba(255,255,255,.18) 0 1px, transparent 1px 4px); background-size: 5px 5px; }
.hero-slide { background-size: cover; background-position: center; opacity: 0; transform: scale(1.075); filter: saturate(.9) contrast(1.05); transition: opacity 1.7s ease, transform 8s cubic-bezier(.2,.6,.2,1); }
.hero-slide.active { opacity: 1; transform: scale(1.015); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,4,4,.79) 0%, rgba(4,4,4,.42) 45%, rgba(4,4,4,.13) 75%), linear-gradient(0deg, rgba(4,4,4,.8) 0%, transparent 52%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 70% 40%, transparent 0, rgba(0,0,0,.18) 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 3; width: var(--container); margin: 0 auto; padding: 190px 0 80px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 80px; align-items: end; }
.hero-copy { max-width: 860px; padding: 0; border-radius: 0; background: transparent; border: 0; backdrop-filter: none; box-shadow: none; }
.hero-copy h1 { font-size: clamp(4rem, 6.6vw, 7.15rem); }
.hero-copy h1 span { color: var(--gold-soft); font-style: italic; font-weight: 400; }
.hero-copy > p { margin-top: 22px; max-width: 650px; font-size: clamp(1rem,1.4vw,1.2rem); color: rgba(255,255,255,.86); }
.hero-copy .eyebrow, .hero-copy h1, .hero-copy p, .hero-highlights span { text-shadow: 0 10px 24px rgba(0,0,0,.35); }
.hero-note { margin-top: 14px !important; font-size: .98rem !important; color: rgba(241,231,217,.78) !important; }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-highlights span { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); color: rgba(255,255,255,.88); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-video-card { width: 280px; justify-self: end; position: relative; border-radius: 160px 160px 18px 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 24px 70px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.08); aspect-ratio: 9/16; background: #111; transform: translateY(8px); }
.hero-video-card video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.03); }
.hero-video-card::after { content: "Reel • cadre recente"; position: absolute; left: 14px; right: 14px; bottom: 14px; min-height: 38px; display: grid; place-items: center; border-radius: 999px; background: rgba(242,231,212,.88); color: #171513; backdrop-filter: blur(10px); text-transform: uppercase; letter-spacing: .14em; font-size: .54rem; font-weight: 700; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.scroll-indicator { position: absolute; z-index: 4; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: .55rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(255,255,255,.65); }
.scroll-indicator::after { content: ""; width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); animation: scrollLine 1.8s infinite; }
@keyframes scrollLine { 0%,100% { transform: scaleY(.25); transform-origin: top; } 50% { transform: scaleY(1); } }

.intro-photographer-home { padding-top: 74px; }
.intro-photographer-grid { display: grid; grid-template-columns: 420px minmax(0, 1fr); align-items: center; gap: 48px; }
.intro-photographer-image img { width: 100%; height: auto; display: block; border-radius: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.12); object-fit: cover; }
.intro-photographer-copy { max-width: 740px; }
.intro-photographer-copy h2 { margin-top: 10px; }
.intro-photographer-copy p + p { margin-top: 16px; color: #605a54; }

.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 560px; border-radius: var(--radius); overflow: hidden; grid-column: span 4; box-shadow: 0 10px 40px rgba(0,0,0,.16); }
.service-card:nth-child(1), .service-card:nth-child(5) { grid-column: span 8; }
.service-image { position: absolute; inset: 0; }
.service-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,4,.9), rgba(4,4,4,.08) 66%); }
.service-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 34px; }
.service-overlay > span { display: inline-block; color: var(--gold); font-size: .65rem; letter-spacing: .14em; margin-bottom: 7px; }
.service-overlay h3 { font-size: clamp(2rem,3vw,3.2rem); color: var(--warm-white); text-shadow: 0 10px 26px rgba(0,0,0,.34); }
.service-overlay p { max-width: 570px; margin: 10px 0 18px; color: rgba(255,255,255,.74); font-size: .9rem; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-card:hover .text-link svg { transform: translateX(5px); }
.services-grid.full .service-card { min-height: 650px; }

.portfolio-stage { position: relative; }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 42px; }
.filter-bar button { border: 1px solid rgba(255,255,255,.14); background: transparent; color: var(--muted); padding: 10px 18px; border-radius: 999px; cursor: pointer; font-size: .72rem; transition: .3s; }
.filter-bar button:hover, .filter-bar button.active { color: #171513; border-color: var(--gold); background: var(--gold); }
.masonry-grid { columns: 4; column-gap: 16px; }
.gallery-item { width: 100%; display: block; break-inside: avoid; margin: 0 0 16px; padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: #191919; position: relative; cursor: zoom-in; transition: opacity .35s, transform .35s; }
.gallery-item.filtered-out { display: none; }
.gallery-item img { width: 100%; height: auto; min-height: 220px; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s; }
.gallery-hover { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 22px; text-align: left; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 58%); opacity: 0; transition: .35s; }
.gallery-hover small { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .15em; font-size: .57rem; }
.gallery-hover strong { margin-top: 4px; max-width: 85%; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; line-height: 1.15; }
.gallery-hover svg { position: absolute; right: 18px; top: 18px; width: 21px; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.88); }
.gallery-item:hover .gallery-hover { opacity: 1; }
.gallery-cta { display: flex; justify-content: center; margin-top: 44px; }

.promo-story { min-height: 680px; position: relative; display: flex; align-items: center; background: url('../images/fullres/promo-story-full.jpg') center/cover no-repeat; }
.promo-story::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.88), rgba(5,5,5,.31) 62%, rgba(5,5,5,.08)); }
.promo-story-content { position: relative; max-width: 760px; }
.promo-story h2 { max-width: 740px; }
.promo-story p { color: rgba(255,255,255,.78); max-width: 600px; margin: 24px 0 32px; font-size: 1.05rem; }

.about-grid { display: grid; grid-template-columns: minmax(360px,.8fr) minmax(0,1.1fr); gap: clamp(50px,8vw,120px); align-items: center; }
.about-image { position: relative; border-radius: 190px 190px 20px 20px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); border-radius: inherit; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy .signature { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1.8rem; margin-top: 25px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 75px; border-top: 1px solid rgba(0,0,0,.14); border-bottom: 1px solid rgba(0,0,0,.14); }
.section-dark .stats-grid { border-color: var(--line); }
.stat { padding: 31px 20px; text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: rgba(0,0,0,.12); }
.section-dark .stat:not(:last-child)::after { background: var(--line); }
.stat strong { display: block; font: 500 clamp(2.2rem,4vw,4rem) var(--serif); color: var(--gold); line-height: 1; }
.stat span { display: block; margin-top: 8px; text-transform: uppercase; letter-spacing: .11em; font-size: .58rem; color: #746e67; }
.section-dark .stat span { color: var(--muted); }

.reviews-shell { max-width: 960px; margin: 0 auto; text-align: center; min-height: 360px; display: grid; place-items: center; position: relative; }
.review-slide { grid-area: 1/1; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .65s ease; }
.review-slide.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.stars { color: var(--gold); letter-spacing: .28em; font-size: .75rem; }
.review-slide blockquote { margin: 25px auto 28px; max-width: 850px; font: 400 clamp(2rem,4vw,4rem)/1.15 var(--serif); }
.review-slide strong { display: block; font-size: .9rem; }
.review-slide span { color: var(--gold); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.review-dots { display: flex; justify-content: center; gap: 8px; }
.review-dots button { width: 25px; height: 3px; background: rgba(255,255,255,.2); border: 0; padding: 0; cursor: pointer; transition: .3s; }
.review-dots button.active { width: 48px; background: var(--gold); }

.instagram-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.insta-item { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 10px; }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .4s; }
.insta-item span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.35); opacity: 0; transition: .35s; }
.insta-item span svg { width: 30px; height: 30px; }
.insta-item:hover img { transform: scale(1.06); filter: brightness(.75); }
.insta-item:hover span { opacity: 1; }
.social-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 35px; }

.booking-wrap { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1fr); gap: clamp(45px,8vw,110px); align-items: start; }
.booking-intro { position: sticky; top: 130px; }
.booking-intro p { margin: 23px 0; color: var(--muted); }
.booking-note { padding: 19px 20px; border: 1px solid var(--line); border-radius: 13px; color: var(--warm-white-2); font-size: .82rem; }
.booking-form { background: #171717; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px,4vw,50px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--warm-white-2); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; border-radius: 10px; border: 1px solid rgba(255,255,255,.12); background: #0f0f0f; color: white; padding: 12px 14px; outline: none; transition: .25s; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,170,115,.08); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #6d6964; }
.check-field { display: flex; gap: 10px; align-items: flex-start; font-size: .74rem; color: var(--muted); margin: 20px 0; }
.check-field input { margin-top: 4px; accent-color: var(--gold); }
.check-field a { color: var(--gold-soft); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; }
.booking-form .submit-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.booking-form button.loading { opacity: .65; cursor: wait; }
.form-status { margin-top: 18px; color: var(--muted); font-size: .84rem; }
.form-status.success { padding: 20px; border: 1px solid rgba(66,190,125,.35); background: rgba(66,190,125,.08); border-radius: 12px; color: #d7f4e4; }
.form-status.success strong { display: block; margin-bottom: 14px; }
.form-status.error { color: #ffb7b7; }
.form-status.error a { text-decoration: underline; }

.contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-card { min-height: 120px; border: 1px solid var(--line); background: #131313; border-radius: 14px; padding: 24px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; transition: .3s; }
.contact-card > svg:first-child { color: var(--gold); width: 25px; height: 25px; }
.contact-card > svg:last-child { width: 18px; color: var(--muted); }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { margin-top: 3px; font-size: .85rem; font-weight: 500; overflow-wrap: anywhere; }
a.contact-card:hover { transform: translateY(-3px); border-color: rgba(201,170,115,.6); }
.contact-map-placeholder { margin-top: 26px; min-height: 260px; border: 1px solid var(--line); border-radius: var(--radius); display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 40%, #26231e, #111); color: var(--muted); padding: 30px; }
.contact-map-placeholder svg { width: 38px; height: 38px; color: var(--gold); margin: 0 auto 14px; }

.page-hero { min-height: 63svh; display: flex; align-items: flex-end; position: relative; background: var(--page-image, url('../images/hero-cinematic.webp')) center/cover no-repeat; padding: 190px 0 75px; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.85), rgba(5,5,5,.24)), linear-gradient(0deg, rgba(5,5,5,.75), transparent 60%); }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 1000px; font-size: clamp(3.5rem,7vw,7rem); }
.page-hero p { max-width: 650px; margin-top: 20px; color: rgba(255,255,255,.78); }
.page-hero.portfolio { --page-image: url('../images/hero-seaside.webp'); }
.page-hero.services { --page-image: url('../images/hero-lavender.webp'); }
.page-hero.about { --page-image: url('../images/fullres/hero-seaside-full.jpg'); background-position: center 38%; }
.page-hero.booking { --page-image: url('../images/promo-story.webp'); }
.page-hero.contact { --page-image: url('../images/gallery-event-04.webp'); }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 55px; counter-reset: steps; }
.process-card { border-top: 1px solid rgba(0,0,0,.2); padding-top: 20px; counter-increment: steps; }
.process-card::before { content: "0" counter(steps); color: var(--gold); font-size: .63rem; letter-spacing: .13em; }
.process-card h3 { font-size: 1.8rem; margin: 15px 0 10px; }
.process-card p { color: #69625a; font-size: .88rem; }

.legal-content { max-width: 900px; margin: 0 auto; }
.legal-content h2 { font-size: 2.4rem; margin: 46px 0 16px; }
.legal-content h3 { font-size: 1.7rem; margin: 32px 0 12px; }
.legal-content p, .legal-content li { color: #5f5a54; }
.legal-content ul { padding-left: 20px; }
.legal-note { padding: 20px; border-left: 3px solid var(--gold); background: #ede7dc; margin: 25px 0; }

.site-footer { background: #070707; border-top: 1px solid var(--line); padding: 78px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 55px; padding-bottom: 55px; }
.footer-brand p { color: var(--muted); max-width: 330px; margin: 21px 0; font-size: .85rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h3 { font: 600 .67rem var(--sans); text-transform: uppercase; letter-spacing: .15em; color: var(--gold); margin-bottom: 10px; }
.footer-column a, .footer-column span { color: #9c9790; font-size: .77rem; transition: .25s; }
.footer-column a:hover { color: white; }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; color: #77736e; font-size: .67rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom a:hover { color: var(--gold); }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 900; height: 50px; border-radius: 999px; padding: 0 18px; background: #1f8f58; color: white; display: flex; align-items: center; gap: 10px; box-shadow: 0 15px 35px rgba(0,0,0,.25); font-size: .73rem; font-weight: 700; transition: .3s; }
.whatsapp-float svg { width: 20px; height: 20px; flex: 0 0 20px; }
.mobile-action-bar a svg { width: 20px; height: 20px; flex: 0 0 20px; }
.whatsapp-float:hover { background: #27aa69; transform: translateY(-3px); }
.mobile-action-bar { display: none; }
.cookie-banner { position: fixed; z-index: 1200; left: 20px; right: 20px; bottom: 20px; max-width: 1080px; margin: auto; background: rgba(20,20,20,.96); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; transform: translateY(140%); opacity: 0; transition: .45s; }
.cookie-banner.show { transform: translateY(0); opacity: 1; }
.cookie-banner strong { font-family: var(--serif); font-size: 1.25rem; }
.cookie-banner p { color: var(--muted); font-size: .75rem; }
.cookie-banner a { color: var(--gold); font-size: .7rem; text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-actions .btn { min-height: 42px; font-size: .7rem; padding: 0 18px; }

.lightbox { position: fixed; inset: 0; z-index: 1300; background: rgba(3,3,3,.96); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: .35s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; width: min(88vw, 1300px); height: min(86vh, 900px); display: grid; grid-template-rows: 1fr auto; place-items: center; }
.lightbox img { max-width: 100%; max-height: 80vh; object-fit: contain; box-shadow: 0 20px 80px #000; }
.lightbox figcaption { color: #aaa; font-size: .7rem; padding-top: 12px; text-align: center; }
.lightbox button { position: absolute; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.3); backdrop-filter: blur(8px); width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: .25s; }
.lightbox button:hover { border-color: var(--gold); color: var(--gold); }
.lightbox-close { top: 22px; right: 22px; }
.lightbox-prev { left: 22px; top: 50%; transform: translateY(-50%) rotate(180deg); }
.lightbox-next { right: 22px; top: 50%; transform: translateY(-50%); }
.lightbox-full { right: 22px; bottom: 22px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease var(--delay,0ms), transform .75s ease var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }


.home-intro-section { padding-top: 72px; }
.home-intro-grid { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 44px; align-items: center; }
.home-intro-photo { position: relative; }
.home-intro-photo img { width: 100%; display: block; border-radius: 28px; object-fit: cover; object-position: center 18%; box-shadow: 0 18px 55px rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.05); }
.home-intro-copy { max-width: 760px; }
.home-intro-copy h2 { margin-bottom: 18px; }
.inline-author { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.inline-author img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; object-position: center 18%; border: 2px solid rgba(201,170,115,.45); box-shadow: 0 12px 32px rgba(0,0,0,.14); }
.home-intro-copy .lead { margin-bottom: 18px; }
.home-intro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.home-intro-meta { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 22px; color: #625c55; font-size: .95rem; }
.home-intro-meta strong { color: #171513; }
.about-photographer-image { position: relative; border-radius: 30px; overflow: hidden; background: #171513; box-shadow: 0 24px 70px rgba(0,0,0,.16); }
.about-photographer-image img { width: 100%; aspect-ratio: 1/1.04; object-fit: cover; object-position: center 18%; display: block; }
.about-image-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 16px; border-radius: 999px; background: rgba(246,238,226,.88); color: #1a1713; backdrop-filter: blur(10px); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; text-align: center; font-weight: 700; }


@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .hero-content { grid-template-columns: 1fr 230px; gap: 35px; }
  .home-intro-grid { grid-template-columns: 360px minmax(0, 1fr); gap: 30px; }
  .hero-video-card { width: 220px; }
  .masonry-grid { columns: 3; }
  .instagram-grid { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2/4; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 36px, 760px); }
  .section { padding: 88px 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .hero-content { grid-template-columns: 1fr; padding-top: 165px; gap: 28px; }
  .hero-video-card { display: block; order: -1; width: min(100%, 620px); aspect-ratio: 16/9; justify-self: start; border-radius: 24px; transform: none; }
  .hero-video-card::after { left: 12px; right: auto; bottom: 12px; padding: 0 17px; min-height: 34px; }
  .hero-copy { max-width: 720px; padding: 28px 26px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(5) { grid-column: auto; min-height: 500px; }
  .intro-photographer-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-photographer-image { width: min(100%, 420px); }
  .about-grid { grid-template-columns: 1fr; }
  .home-intro-grid { grid-template-columns: 1fr; }
  .home-intro-photo { width: min(100%, 520px); }
  .about-image { width: min(100%, 540px); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2)::after { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.12); }
  .section-dark .stat:nth-child(-n+2) { border-color: var(--line); }
  .booking-wrap { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 640px) {
  :root { --container: calc(100vw - 28px); --radius: 14px; }
  body { padding-bottom: 66px; }
  .promo-strip { justify-content: flex-start; padding-left: 14px; padding-right: 55px; font-size: .57rem; }
  .site-header { padding: 0 14px; min-height: 72px; }
  .site-header.scrolled { min-height: 66px; }
  .brand { min-width: 0; }
  .brand-name { font-size: 1.5rem; }
  .brand-subtitle { font-size: .49rem; }
  .header-social { display: none; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(0deg, rgba(4,4,4,.88) 0%, rgba(4,4,4,.35) 62%, rgba(4,4,4,.1)); }
  .hero-slide { background-position: 58% center; }
  .hero-content { padding: 142px 0 44px; gap: 20px; }
  .intro-photographer-home { padding-top: 50px; }
  .intro-photographer-image img { border-radius: 24px; }
  .hero-copy h1 { font-size: clamp(3.15rem,14.5vw,4.55rem); line-height: .91; }
  .hero-copy { padding: 0; border-radius: 0; background: transparent; }
  .hero-copy > p { font-size: .91rem; line-height: 1.62; }
  .hero-note { display: none; }
  .hero-highlights { gap: 7px; margin-top: 16px; }
  .hero-highlights span { min-height: 30px; padding: 0 10px; font-size: .58rem; }
  .hero-video-card { width: 100%; aspect-ratio: 16/9; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .hero-video-card::after { font-size: .49rem; letter-spacing: .11em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .scroll-indicator { display: none; }
  .section { padding: 72px 0; }
  h2 { font-size: 2.9rem; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(5) { min-height: 520px; }
  .service-overlay { padding: 25px; }
  .service-overlay p { font-size: .84rem; }
  .service-image img { object-position: center 14%; }
  .masonry-grid { columns: 2; column-gap: 8px; }
  .gallery-item { margin-bottom: 8px; border-radius: 8px; }
  .gallery-hover { display: none; }
  .filter-bar { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; margin-right: -14px; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display:none; }
  .filter-bar button { flex: 0 0 auto; }
  .promo-story { min-height: 620px; background-position: 63% center; }
  .promo-story::before { background: linear-gradient(0deg, rgba(5,5,5,.9), rgba(5,5,5,.22)); }
  .about-image { border-radius: 120px 120px 14px 14px; }
  .home-intro-photo img { border-radius: 20px; aspect-ratio: 1/1.04; object-fit: cover; }
  .about-photographer-image { border-radius: 22px; }
  .about-image-caption { left: 10px; right: 10px; bottom: 10px; font-size: .52rem; }
  .home-intro-actions { flex-direction: column; }
  .home-intro-actions .btn { width: 100%; }
  .home-intro-meta { flex-direction: column; gap: 10px; }
  .stats-grid { margin-top: 48px; }
  .stat { padding: 25px 8px; }
  .stat span { font-size: .5rem; }
  .review-slide blockquote { font-size: 2.1rem; }
  .reviews-shell { min-height: 390px; }
  .instagram-grid { grid-template-columns: repeat(2,1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .booking-form { padding: 21px; }
  .booking-form .submit-row .btn { width: 100%; }
  .contact-cards { grid-template-columns: 1fr; }
  .page-hero { min-height: 58svh; padding: 160px 0 55px; }
  .page-hero h1 { font-size: 3.7rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 35px; }
  .whatsapp-float { display: none; }
  .mobile-action-bar { position: fixed; z-index: 950; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(8,8,8,.96); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(15px); }
  .mobile-action-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: .57rem; color: #d7d2cb; }
  .mobile-action-bar a:nth-child(2) { background: #1b7d4e; color: white; }
  .mobile-action-bar svg { width: 19px; height: 19px; }
  .cookie-banner { bottom: 78px; left: 10px; right: 10px; padding: 16px; flex-direction: column; align-items: stretch; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lightbox figure { width: 92vw; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox button { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Acasă — secțiunea de prezentare pe fundal întunecat */
.home-intro-section { color: var(--warm-white); }
.home-intro-copy h2 { color: var(--warm-white); }
.home-intro-copy .lead { color: rgba(255,255,255,.78); }
.home-intro-copy > p:not(.lead) { color: rgba(255,255,255,.9); }
.home-intro-copy .eyebrow { color: var(--gold); }
.home-intro-secondary { color: var(--warm-white) !important; border-color: rgba(255,255,255,.48) !important; background: rgba(255,255,255,.035); }
.home-intro-secondary:hover { color: #171513 !important; background: var(--warm-white); border-color: var(--warm-white) !important; }
.home-intro-meta { color: rgba(255,255,255,.68); }
.home-intro-meta strong { color: var(--gold-soft); }
.home-intro-photo img { object-position: center 32%; }
