/* ============================================================
   Deb — Film Editor. Dark + hot-pink, editorial.
   ============================================================ */

:root {
  --bg:        #17121A;   /* base */
  --bg-2:      #1F1823;   /* raised */
  --bg-3:      #211823;   /* cards */
  --plum:      #3A2233;
  --plum-2:    #442A44;
  --pink:      #ED93B1;   /* primary accent */
  --pink-soft: #F4C0D1;
  --pink-pale: #FBEAF0;
  --coral:     #F0997B;
  --wine:      #4B1528;   /* text on pink */
  --wine-2:    #72243E;
  --ink:       #FBEAF0;   /* light text */
  --muted:     #B4B2A9;
  --faint:     #888780;
  --line:      rgba(255,255,255,0.08);
  --serif: "Fraunces", Georgia, serif;
  --sans:  "Inter", system-ui, sans-serif;
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.eyebrow {
  color: #D4537E;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

/* ---------- Icons (inline SVG via CSS mask, no dependencies) ---------- */
[data-icon] {
  display: inline-block;
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask: var(--i) center / contain no-repeat;
          mask: var(--i) center / contain no-repeat;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 26px;
  border: 0.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-sm { padding: 8px 16px; }
.btn-pink { background: var(--pink); color: var(--wine); }
.btn-pink:hover { background: var(--pink-soft); }
.btn-ghost { border-color: rgba(255,255,255,0.25); color: var(--ink); }
.btn-ghost:hover { background: rgba(255,255,255,0.06); }
.btn-dark { background: var(--bg); color: var(--ink); }
.btn-dark:hover { background: #241C29; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(20px, 5vw, 48px);
  background: rgba(23,18,26,0.82);
  backdrop-filter: blur(10px);
  border-bottom: 0.5px solid var(--line);
}
.wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.wm-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--pink-soft);
}
.wm-sub {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--faint);
  margin-top: 4px;
}
.wordmark .dot { color: var(--pink); }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 3vw, 28px); }
.nav-links a { color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.btn { color: var(--wine); }

/* ---------- Layout helpers ---------- */
section { padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 48px); }
.section-head {
  max-width: var(--maxw);
  margin: 0 auto 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.section-head h2, .about h2, .cta h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(26px, 4vw, 36px);
  margin: 0;
}
.counter { color: var(--faint); font-size: 13px; font-variant-numeric: tabular-nums; }

/* ---------- Hero ---------- */
.hero { background: var(--bg); padding: 0; }

/* Photo banner — full panorama, headline overlaid on the plants (left). */
.hero-banner {
  position: relative;
  min-height: clamp(380px, 44vw, 600px);
  padding: clamp(28px, 4vw, 52px) 0;
  background: url("assets/hero.jpg") top center / cover no-repeat;
  display: flex;
  align-items: center;
}
.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(to right, var(--bg) 0%, rgba(23,18,26,0.72) 27%, rgba(23,18,26,0.15) 49%, rgba(23,18,26,0) 63%),
    linear-gradient(to bottom, rgba(23,18,26,0) 62%, var(--bg) 100%);
}
.hero-banner-text {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

/* Info band below the photo — paragraph left, actions + stats right. */
.hero-lower {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 5vw, 48px) clamp(24px, 3vw, 40px);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}
.hero-actions { display: flex; flex-direction: column; gap: clamp(22px, 3vw, 30px); align-items: flex-start; }
.hero-lower .hero-sub { max-width: none; margin: 0; }
.hero-actions .stats { margin-top: 0; }
@media (max-width: 760px) {
  .hero-banner { aspect-ratio: auto; min-height: 52vh; background-position: 76% top; }
  .hero-lower { grid-template-columns: 1fr; gap: 26px; }
}
.hero-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(38px, 7vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
  max-width: 8.4em;
}
.hero-title .nw { white-space: nowrap; }
.hero-title em { color: var(--pink); font-style: italic; }
.hero-sub {
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
  max-width: 46ch;
  margin: 0 0 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.stats { display: flex; gap: clamp(24px, 5vw, 48px); margin-top: 44px; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--serif); font-size: clamp(24px, 4vw, 34px); color: var(--pink-soft); }
.stat-label { color: var(--faint); font-size: 13px; }

/* ---------- Brands strip ---------- */
.brands {
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(28px, 4vw, 44px);
  border-top: 0.5px solid var(--line);
  border-bottom: 0.5px solid var(--line);
}
.brands-label {
  max-width: var(--maxw);
  margin: 0 auto 18px;
  color: var(--faint);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.brand-row {
  overflow: hidden;
  -webkit-mask: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.brand-track {
  display: flex;
  width: max-content;
  gap: clamp(28px, 5vw, 56px);
  padding-right: clamp(28px, 5vw, 56px);
  animation: marquee 30s linear infinite;
}
.brands:hover .brand-track { animation-play-state: paused; }
.brand {
  font-family: var(--serif);
  font-size: clamp(15px, 2vw, 19px);
  color: var(--muted);
  white-space: nowrap;
  transition: color .2s ease;
}
.brand:hover { color: var(--pink-soft); }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .brand-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

/* ---------- Film carousel ---------- */
.films { background: var(--bg-2); }
.stage {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.player {
  position: relative;
  flex: 1;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: var(--plum);
}
.player iframe { width: 100%; height: 100%; border: 0; display: block; }
.poster {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.poster.slide-in-right { animation: slideInRight .38s cubic-bezier(.22,.61,.36,1); }
.poster.slide-in-left  { animation: slideInLeft  .38s cubic-bezier(.22,.61,.36,1); }
@keyframes slideInRight {
  from { transform: translateX(9%); opacity: 0; }
  to   { transform: translateX(0);  opacity: 1; }
}
@keyframes slideInLeft {
  from { transform: translateX(-9%); opacity: 0; }
  to   { transform: translateX(0);   opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .poster.slide-in-right, .poster.slide-in-left { animation: none; }
}
.poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23,18,26,0.55), rgba(23,18,26,0.05) 55%);
}
.poster .play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(237,147,177,0.92);
  color: var(--wine);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  transition: transform .18s ease, background .2s ease;
}
.poster:hover .play { transform: translate(-50%, -50%) scale(1.08); background: var(--pink); }
.poster .ph-label {
  position: absolute;
  left: 20px; bottom: 18px; z-index: 2;
}
.poster .ph-cat { color: var(--coral); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.poster .ph-title { color: #fff; font-family: var(--serif); font-size: clamp(18px, 3vw, 24px); }

.arrow {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 0.5px solid rgba(255,255,255,0.2);
  background: rgba(23,18,26,0.6);
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .15s ease;
}
.arrow:hover { background: var(--pink); color: var(--wine); transform: scale(1.05); }

.film-meta {
  max-width: var(--maxw);
  margin: 20px auto 0;
}
.film-cat { color: var(--coral); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 6px; }
.film-title { font-family: var(--serif); font-weight: 500; font-size: clamp(20px, 3vw, 28px); margin: 0; }
.film-desc { color: var(--muted); font-size: 15px; margin: 8px 0 0; max-width: 56ch; }

.thumbs {
  max-width: var(--maxw);
  margin: 22px auto 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.thumb {
  flex: 0 0 clamp(84px, 12vw, 118px);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: var(--plum-2);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  border: 2px solid transparent;
  transition: opacity .2s ease, border-color .2s ease;
}
.thumb:hover { opacity: 0.85; }
.thumb.active { opacity: 1; border-color: var(--pink); }

.dots { display: flex; gap: 7px; justify-content: center; margin-top: 18px; }
.dot-btn {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.dot-btn.active { width: 22px; border-radius: 5px; background: var(--pink); }

/* ---------- About ---------- */
.about { background: #FBF8F6; color: #2A1E28; }
.about h2 { color: #2A1E28; }
.about .eyebrow { color: #C23B6A; }
.about-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.about-portrait {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.about-copy p { color: #5A4A54; margin: 0 0 16px; }
.skills {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.skills li {
  display: flex; align-items: center; gap: 10px;
  color: #2A1E28;
  font-size: 14px;
  background: #F2E7EC;
  padding: 12px 14px;
  border-radius: 10px;
}
.skills li [data-icon] { color: var(--pink); font-size: 18px; }

/* ---------- Testimonials ---------- */
.words { background: var(--bg-2); }
.quote-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.quote {
  background: var(--bg-3);
  border-radius: 14px;
  padding: 24px;
  border: 0.5px solid var(--line);
}
.quote .stars { color: var(--pink); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.quote-text { font-family: var(--serif); font-size: 16px; line-height: 1.55; color: var(--ink); margin: 0 0 16px; }
.quote-who { color: var(--pink-soft); font-size: 14px; font-weight: 500; }
.quote-role { color: var(--faint); font-size: 13px; }

/* ---------- CTA ---------- */
.cta { padding-bottom: clamp(72px, 9vw, 110px); }
.cta-card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--pink);
  border-radius: 20px;
  padding: clamp(32px, 6vw, 52px);
  text-align: center;
}
.cta-card h2 { color: var(--wine); }
.cta-card > p { color: var(--wine-2); margin: 10px 0 22px; }
.cta-email { font-size: 13px; margin-top: 16px !important; }
.cta-email a { text-decoration: underline; }

/* ---------- Footer ---------- */
.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 48px);
  border-top: 0.5px solid var(--line);
}
.foot-copy { color: var(--faint); font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-portrait { max-width: 320px; }
  .nav-links a:not(.btn) { display: none; }
  .stats { gap: 28px; }
  .arrow { width: 38px; height: 38px; font-size: 17px; }
  .film-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
}
