/* ============================================================
   LUMIÈRE STUDIO — Photography Website CSS
   ============================================================ */

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; font-weight: 300; color: #1a1a1a; background: #faf9f7; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ─── VARIABLES ─── */
:root {
  --gold: #b8965a;
  --gold-d: #9a7a44;
  --dark: #0d0d0d;
  --dark2: #1a1a1a;
  --bg: #faf9f7;
  --white: #ffffff;
  --muted: #6b6b6b;
  --border: #e8e4df;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', sans-serif;
  --ease: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --shadow: 0 20px 60px rgba(0,0,0,0.14);
}

/* ─── LAYOUT ─── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 2rem; }
section { padding: 6rem 0; }

/* ─── TYPOGRAPHY HELPERS ─── */
.section-header { text-align: center; max-width: 680px; margin: 0 auto 4rem; }
.label {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.6rem;
}
.section-header h2 { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 300; line-height: 1.2; margin-bottom: 1rem; }
.section-header h2 em, h2 em { font-style: italic; color: var(--gold); }
.sub { font-size: 0.95rem; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.8; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.85rem 2.2rem; font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; transition: var(--ease);
  white-space: nowrap; cursor: pointer;
}
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-d); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(184,150,90,0.35); }
.btn--outline { background: rgba(0,0,0,0.25); color: #fff; border: 1px solid rgba(255,255,255,0.9); backdrop-filter: blur(4px); }
.btn--outline:hover { background: #fff; color: var(--dark2); }
.btn--outline-dark { background: transparent; color: var(--dark2); border: 1px solid var(--border); }
.btn--outline-dark:hover { background: var(--dark2); color: #fff; border-color: var(--dark2); }
.btn--whatsapp { background: #25d366; color: #fff; border: 1px solid #25d366; }
.btn--whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.35); }
.btn--whatsapp i { margin-right: 0.4rem; font-size: 0.85em; }
.btn--sm { padding: 0.55rem 1.4rem; font-size: 0.7rem; }
.btn--full { width: 100%; }

/* ─── FLOATING WHATSAPP BUTTON ─── */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #25d366;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none;
}
.wa-float i { font-size: 1rem; }
.wa-float:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(37,211,102,0.55);
}
@media (max-width: 600px) {
  .wa-float span { display: none; }
  .wa-float { padding: 0.85rem; border-radius: 50%; bottom: 1.4rem; right: 1.4rem; }
  .wa-float i { font-size: 1.1rem; }
}

/* ================================================================
   NAVIGATION
================================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1.5rem 0; transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
.nav.scrolled {
  background: rgba(250,249,247,0.97); backdrop-filter: blur(12px);
  padding: 0.9rem 0; box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.nav__container {
  max-width: 1240px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__logo {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: var(--serif); font-size: 1.4rem; font-weight: 300;
  color: #fff; letter-spacing: 0.05em; transition: color var(--ease);
}
.nav.scrolled .nav__logo { color: var(--dark2); }
.nav__logo { padding: 0; }
.nav__logo-icon { color: var(--gold); font-size: 0.9rem; }
.nav__logo-img { height: 70px; width: auto; transition: opacity var(--ease); flex-shrink: 0; }
.nav__logo-img--white { display: block; filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(600%) hue-rotate(5deg) brightness(95%); }
.nav__logo-img--dark  { display: none; filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(600%) hue-rotate(5deg) brightness(95%); }
.nav.scrolled .nav__logo-img--white { display: none; }
.nav.scrolled .nav__logo-img--dark  { display: block; }
.footer__logo-img { height: 70px; width: auto; flex-shrink: 0; filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(600%) hue-rotate(5deg) brightness(95%); }
.nav__links { display: flex; align-items: center; gap: 2.5rem; }
.nav__link {
  font-size: 0.73rem; font-weight: 400; letter-spacing: 0.13em;
  text-transform: uppercase; color: rgba(255,255,255,0.85);
  position: relative; transition: color var(--ease);
}
.nav.scrolled .nav__link { color: var(--dark2); }
.nav__link::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width var(--ease);
}
.nav__link:hover { color: var(--gold); }
.nav__link:hover::after { width: 100%; }
.nav__link--cta {
  background: var(--gold); color: #fff !important;
  padding: 0.5rem 1.4rem; border-radius: 0;
}
.nav__link--cta::after { display: none; }
.nav__link--cta:hover { background: var(--gold-d); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; z-index: 1001; }
.nav__toggle span { display: block; width: 24px; height: 1.5px; background: #fff; transition: var(--ease); }
.nav.scrolled .nav__toggle span { background: var(--dark2); }
.nav__toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ================================================================
   HERO
================================================================ */
.hero {
  position: relative; height: 100vh; min-height: 680px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.hero__slides { position: absolute; inset: 0; }
.hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease;
}
.hero__slide--active { opacity: 1; }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.65) 100%);
}
.hero__content {
  position: relative; z-index: 2; text-align: center;
  padding: 0 2rem; max-width: 860px;
}
.hero__tagline {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem;
}
.hero__title {
  font-family: var(--serif); font-size: clamp(3rem, 9vw, 6.5rem);
  font-weight: 300; color: #fff; line-height: 1.05; margin-bottom: 1.4rem;
}
.hero__title em { font-style: italic; color: var(--gold); }
.hero__subtitle {
  font-size: 1rem; color: rgba(255,255,255,0.82); max-width: 520px;
  margin: 0 auto 2.5rem; font-weight: 300;
}
.hero__actions { display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; }
.hero__scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.55); font-size: 0.62rem; letter-spacing: 0.2em;
  text-transform: uppercase; z-index: 2;
}
.hero__scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.55), transparent);
  animation: scrollLine 2s infinite;
}
@keyframes scrollLine { 0%,100%{opacity:.4;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.15)} }
.hero__dots {
  position: absolute; right: 2rem; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 0.7rem; z-index: 2;
}
.hero__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.35); transition: var(--ease);
}
.hero__dot.active { background: var(--gold); transform: scale(1.35); }

/* Hero entry animations */
.anim-1, .anim-2, .anim-3, .anim-4 {
  opacity: 0; transform: translateY(30px);
  animation: fadeUp 0.9s forwards;
}
.anim-1 { animation-delay: 0.3s; }
.anim-2 { animation-delay: 0.55s; }
.anim-3 { animation-delay: 0.75s; }
.anim-4 { animation-delay: 0.95s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ================================================================
   STATS
================================================================ */
.stats {
  padding: 4rem 0; background: var(--white);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.stats__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; text-align: center;
}
.stats__item { padding: 1.5rem 1rem; }
.stats__num {
  font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 300; color: var(--dark2); line-height: 1; margin-bottom: 0.5rem;
}
.stats__num .count { color: var(--dark2); }
.stats__item p { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }

/* ================================================================
   PORTFOLIO
================================================================ */
.portfolio { background: var(--bg); }
.filters {
  display: flex; justify-content: center; gap: 0.5rem;
  flex-wrap: wrap; margin-bottom: 3rem;
}
.fbtn {
  padding: 0.45rem 1.3rem; font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  background: transparent; border: 1px solid var(--border);
  border-radius: 100px; cursor: pointer; transition: var(--ease);
}
.fbtn:hover, .fbtn.active { background: var(--gold); color: #fff; border-color: var(--gold); }

.pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 10px;
}
.pitem { position: relative; overflow: hidden; border-radius: 2px; }
.pitem.tall  { grid-row: span 2; }
.pitem.wide  { grid-column: span 2; }
.pitem img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.65s ease; }
.pitem:hover img { transform: scale(1.06); }
.poverlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 55%);
  opacity: 0; transition: opacity var(--ease);
  display: flex; align-items: flex-end; justify-content: space-between; padding: 1.4rem;
}
.pitem:hover .poverlay { opacity: 1; }
.pinfo span { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.2rem; }
.pinfo h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 300; color: #fff; }
.pzoom {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 0.8rem;
  display: flex; align-items: center; justify-content: center;
  align-self: flex-start; transition: var(--ease);
}
.pzoom:hover { background: var(--gold); border-color: var(--gold); }
.pitem.hidden { display: none; }

/* ================================================================
   ABOUT
================================================================ */
.about { background: var(--white); }
.about__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.about__img-col { position: relative; }
.about__img-frame {
  border-radius: 2px; overflow: hidden;
  aspect-ratio: 4/5; box-shadow: var(--shadow);
}
.about__img-frame img { width: 100%; height: 100%; object-fit: cover; }
.about__badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--gold); color: #fff; padding: 1.4rem;
  text-align: center; min-width: 90px;
}
.about__badge span { font-size: 1.3rem; display: block; margin-bottom: 0.25rem; }
.about__badge { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; }
.about__text-col h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; line-height: 1.2; margin: 0.8rem 0 1.5rem; }
.about__lead { font-family: var(--serif); font-size: 1.18rem; color: var(--dark2); line-height: 1.65; margin-bottom: 1rem; font-weight: 300; }
.about__body { font-size: 0.93rem; color: var(--muted); margin-bottom: 1rem; line-height: 1.8; }


/* ================================================================
   SERVICES
================================================================ */
.services { background: var(--bg); }

.svc-grid { display: flex; flex-direction: column; gap: 0; }

.svc-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 460px;
}
.svc-item--rev { direction: rtl; }
.svc-item--rev > * { direction: ltr; }

.svc-img { overflow: hidden; }
.svc-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s ease;
}
.svc-item:hover .svc-img img { transform: scale(1.04); }

.svc-body {
  background: var(--white);
  padding: 4rem;
  display: flex; flex-direction: column; justify-content: center;
  border-bottom: 1px solid var(--border);
}

.svc-icon {
  width: 46px; height: 46px; background: var(--bg); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1rem; margin-bottom: 1.4rem;
}

.svc-body h3 {
  font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300; color: var(--dark2); margin-bottom: 1rem; line-height: 1.25;
}

.svc-body p {
  font-size: 0.93rem; color: var(--muted); line-height: 1.85;
  margin-bottom: 2rem; max-width: 480px;
}

.svc-link {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold);
  border-bottom: 1px solid var(--gold); padding-bottom: 0.2rem;
  transition: gap var(--ease), color var(--ease);
  width: fit-content;
}
.svc-link:hover { gap: 1rem; color: var(--gold-d); border-color: var(--gold-d); }

/* ================================================================
   PROCESS
================================================================ */
.process { background: var(--dark); padding: 6rem 0; }
.process .section-header h2 { color: #fff; }
.process__steps {
  display: flex; align-items: flex-start; justify-content: center;
  gap: 0; margin-top: 3.5rem; flex-wrap: wrap;
}
.pstep { flex: 1; min-width: 200px; text-align: center; padding: 0 1.5rem; }
.pstep__num {
  font-family: var(--serif); font-size: 3.5rem; font-weight: 300;
  color: rgba(255,255,255,0.07); line-height: 1; margin-bottom: 1rem; position: relative;
}
.pstep__num::after {
  content: attr(data-val);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: var(--gold);
  font-family: var(--sans); font-weight: 500; letter-spacing: 0.1em;
}
.pstep h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; color: #fff; margin-bottom: 0.6rem; }
.pstep p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.75; }
.pstep__arrow { display: flex; align-items: center; padding-top: 1.5rem; color: rgba(255,255,255,0.2); font-size: 1rem; flex-shrink: 0; }

/* ================================================================
   TESTIMONIALS
================================================================ */
.testimonials { background: var(--white); }
.tslider { overflow: hidden; position: relative; }
.ttrack { display: flex; transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); }
.tcard {
  min-width: 100%; padding: 3rem 4rem;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.tstars { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.2rem; margin-bottom: 1.8rem; }
.tcard blockquote {
  font-family: var(--serif); font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 300; font-style: italic; color: var(--dark2);
  line-height: 1.75; max-width: 700px; margin-bottom: 2.2rem;
}
.tauthor { display: flex; align-items: center; gap: 1rem; }
.tavatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--gold); color: #fff; font-size: 0.78rem;
  font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tauthor strong { display: block; font-size: 0.88rem; font-weight: 600; }
.tauthor span { font-size: 0.76rem; color: var(--muted); }
.tcontrols { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 2rem; }
.tbtn {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border);
  color: var(--dark2); font-size: 0.85rem; display: flex; align-items: center;
  justify-content: center; transition: var(--ease);
}
.tbtn:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.tdots { display: flex; gap: 0.5rem; }
.tdots button { width: 8px; height: 8px; border-radius: 50%; background: var(--border); transition: var(--ease); }
.tdots button.active { background: var(--gold); transform: scale(1.3); }

/* ================================================================
   INSTAGRAM
================================================================ */
/* ================================================================
   WHY CHOOSE ME
================================================================ */
.whyme { background: var(--dark); padding: 6rem 0; }
.whyme .section-header .label { color: var(--gold); }
.whyme .section-header h2 { color: #fff; }
.whyme .section-header h2 em { color: var(--gold); }
.whyme .section-header .sub { color: rgba(255,255,255,0.5); }

.whyme__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 1rem;
}

.whyme__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 2.8rem 2.2rem;
  transition: background var(--ease), transform var(--ease);
  position: relative;
  overflow: hidden;
}
.whyme__card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.whyme__card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.whyme__card:hover::before { transform: scaleX(1); }

.whyme__icon {
  width: 52px; height: 52px;
  background: rgba(184,150,90,0.15);
  border: 1px solid rgba(184,150,90,0.35);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.2rem;
  margin-bottom: 1.4rem;
}
.whyme__card h3 {
  font-family: var(--serif);
  font-size: 1.2rem; font-weight: 400;
  color: #fff; margin-bottom: 0.8rem; line-height: 1.3;
}
.whyme__card p {
  font-size: 0.88rem; color: rgba(255,255,255,0.52);
  line-height: 1.8;
}

/* ================================================================
   CONTACT
================================================================ */
.contact { background: var(--white); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
.contact__info h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 300; line-height: 1.2; margin: 0.8rem 0 1.3rem; }
.contact__lead { font-size: 0.95rem; color: var(--muted); margin-bottom: 2rem; line-height: 1.8; }
.cdetails { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2rem; }
.cdetail { display: flex; align-items: flex-start; gap: 1rem; }
.cicon {
  width: 38px; height: 38px; background: var(--bg); border-radius: 4px;
  display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0;
}
.cdetail strong { display: block; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.15rem; }
.cdetail a, .cdetail span { font-size: 0.9rem; color: var(--dark2); }
.cdetail a:hover { color: var(--gold); }
.csocials { display: flex; gap: 0.7rem; }
.csocials a {
  width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 0.85rem; transition: var(--ease);
}
.csocials a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }

/* Form */
.contact__form {
  background: var(--bg); padding: 2.5rem; border-radius: 8px; border: 1px solid var(--border);
}
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fg { margin-bottom: 1.1rem; }
.fg label {
  display: block; font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.45rem;
}
.fg input, .fg select, .fg textarea {
  width: 100%; padding: 0.8rem 1rem; background: var(--white);
  border: 1px solid var(--border); border-radius: 4px;
  font-size: 0.88rem; color: var(--dark2); outline: none; transition: border-color var(--ease);
  appearance: none; -webkit-appearance: none;
}
.fg input:focus, .fg select:focus, .fg textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,150,90,0.1);
}
.fg input::placeholder, .fg textarea::placeholder { color: #bbb; }
.fg textarea { resize: vertical; }
.chk-label {
  display: flex; align-items: flex-start; gap: 0.7rem; cursor: pointer;
  font-size: 0.8rem; color: var(--muted); line-height: 1.55; margin-bottom: 1.3rem;
}
.chk-label input[type="checkbox"] { display: none; }
.chk-box {
  width: 17px; height: 17px; border: 1px solid var(--border); border-radius: 2px;
  flex-shrink: 0; margin-top: 2px; position: relative; transition: var(--ease);
}
.chk-label input:checked + .chk-box { background: var(--gold); border-color: var(--gold); }
.chk-label input:checked + .chk-box::after {
  content: '✓'; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.65rem;
}
.form-ok {
  background: #edfaea; border: 1px solid #b2d8b2; border-radius: 4px;
  padding: 1rem 1.3rem; display: flex; align-items: center; gap: 0.7rem;
  color: #276527; font-size: 0.85rem; margin-top: 1rem;
}
.form-ok i { font-size: 1.1rem; flex-shrink: 0; }

/* ================================================================
   FOOTER
================================================================ */
.footer { background: var(--dark); color: rgba(255,255,255,0.6); padding: 5rem 0 0; }
.footer__top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.09);
}
.footer__logo {
  display: inline-flex; align-items: center;
  margin-bottom: 1rem;
}
.fbrand p { font-size: 0.85rem; line-height: 1.75; margin-bottom: 1.4rem; max-width: 260px; }
.fsocials { display: flex; gap: 0.6rem; }
.fsocials a {
  width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55); font-size: 0.82rem; transition: var(--ease);
}
.fsocials a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.flinks h4 { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; font-weight: 500; margin-bottom: 1.2rem; }
.flinks ul { display: flex; flex-direction: column; gap: 0.55rem; }
.flinks a { font-size: 0.86rem; color: rgba(255,255,255,0.52); transition: color var(--ease); }
.flinks a:hover { color: var(--gold); }
.fnews h4 { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; font-weight: 500; margin-bottom: 0.75rem; }
.fnews p { font-size: 0.84rem; margin-bottom: 1rem; line-height: 1.65; }
.fnews-form { display: flex; border-radius: 3px; overflow: hidden; }
.fnews-form input {
  flex: 1; padding: 0.65rem 0.9rem; background: rgba(255,255,255,0.08);
  border: none; color: #fff; font-size: 0.82rem; outline: none;
}
.fnews-form input::placeholder { color: rgba(255,255,255,0.38); }
.fnews-form button {
  padding: 0 1.1rem; background: var(--gold); color: #fff;
  font-size: 0.85rem; transition: background var(--ease);
}
.fnews-form button:hover { background: var(--gold-d); }
.footer__bottom {
  padding: 1.4rem 0; display: flex; align-items: center;
  justify-content: space-between; font-size: 0.78rem; flex-wrap: wrap; gap: 0.8rem;
}
.footer__bottom div { display: flex; gap: 1.4rem; }
.footer__bottom a { color: rgba(255,255,255,0.4); transition: color var(--ease); }
.footer__bottom a:hover { color: var(--gold); }

/* ================================================================
   LIGHTBOX
================================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.96); display: none;
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lb-inner { position: relative; max-width: 90vw; max-height: 90vh; }
.lb-inner img { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lb-inner p { text-align: center; color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-top: 0.8rem; font-style: italic; }
.lb-close, .lb-nav {
  position: absolute; color: #fff; width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255,255,255,0.1); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  transition: var(--ease); font-size: 1rem; z-index: 1;
}
.lb-close { top: 1rem; right: 1rem; position: fixed; }
.lb-prev  { position: fixed; left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lb-next  { position: fixed; right: 1.5rem; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-nav:hover { background: var(--gold); border-color: var(--gold); }

/* ================================================================
   SCROLL TO TOP
================================================================ */
.scroll-top {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold); color: #fff; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: var(--ease); z-index: 800;
  box-shadow: 0 4px 16px rgba(184,150,90,0.4);
}
.scroll-top.show { opacity: 1; pointer-events: all; transform: translateY(0); }
.scroll-top:hover { background: var(--gold-d); transform: translateY(-3px); }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1080px) {
  .svc-body { padding: 3rem 2.5rem; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; gap: 4rem; }
  .about__badge { right: 1rem; }
  .contact__grid { grid-template-columns: 1fr; gap: 3rem; }
  .pgrid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
  .pitem.wide { grid-column: span 2; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .whyme__grid { grid-template-columns: repeat(2, 1fr); }
  .process__steps { gap: 1.5rem; }
  .pstep__arrow { display: none; }
  .pstep { flex: none; width: calc(50% - 0.75rem); }
}

@media (max-width: 768px) {
  section { padding: 4rem 0; }
  .whyme__grid { grid-template-columns: 1fr; gap: 2px; }

  .nav__links {
    position: fixed; top: 0; right: -100%; width: min(300px, 85vw); height: 100vh;
    background: var(--white); flex-direction: column; align-items: flex-start;
    justify-content: center; padding: 3rem; gap: 2rem;
    transition: right 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    box-shadow: -12px 0 40px rgba(0,0,0,0.12); z-index: 999;
  }
  .nav__links.open { right: 0; }
  .nav__link { color: var(--dark2) !important; font-size: 1rem; }
  .nav__link--cta { width: 100%; text-align: center; }
  .nav__toggle { display: flex; }
  .hero__dots { display: none; }
  .tcard { padding: 2rem 1.5rem; }
  .svc-item { grid-template-columns: 1fr; min-height: auto; }
  .svc-item--rev { direction: ltr; }
  .svc-img { aspect-ratio: 16/9; }
  .svc-body { padding: 2.5rem 2rem; }
  .frow { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .pgrid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .pitem.wide, .pitem.tall { grid-column: span 1; grid-row: span 1; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .hero__title { font-size: 2.8rem; }
  .hero__actions { flex-direction: column; align-items: stretch; text-align: center; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .about__badge { display: none; }
  .contact__form { padding: 1.5rem 1.2rem; }
  .tcard blockquote { font-size: 1rem; }
  .pstep { width: 100%; }
}

/* Films teaser responsive */
@media (max-width: 860px) {
  .films-teaser-grid { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
}
