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

:root {
  --bg:       #0b0a08;
  --bg2:      #111009;
  --fg:       #f0ece3;
  --fg-dim:   #7a7469;
  --gold:     #c8a96e;
  --gold-dim: #7a6440;
  --serif:    'Playfair Display', Georgia, serif;
  --sans:     'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 48px;
  transition: padding 0.35s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
/* Frosted bar lives on a pseudo so it never traps position:fixed children (mobile menu) */
nav::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(11,10,8,0.92) 0%, rgba(11,10,8,0.45) 55%, transparent 100%);
  pointer-events: none;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, opacity 0.4s ease;
}
nav.scrolled {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
nav.scrolled::before {
  background: rgba(11, 10, 8, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-logo {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg);
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-shadow:
    0 0 24px rgba(11, 10, 8, 0.9),
    0 1px 2px rgba(11, 10, 8, 0.85),
    0 0 1px rgba(11, 10, 8, 1);
  transition: color 0.3s ease;
}
.nav-logo:hover { color: #f7f3ea; }
.nav-links {
  display: flex; gap: 40px; list-style: none;
  position: relative;
  z-index: 2;
}
.nav-links a {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-dim);
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--fg); }
.nav-cta {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--gold-dim);
  transition: border-color 0.3s;
}
.nav-cta:hover { border-color: var(--gold); }

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  position: relative;
  z-index: 120;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--fg);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* HERO */
#hero {
  height: 100vh;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 48px 64px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: var(--bg);
  z-index: 0;
}
/* cinematic striped placeholder */
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.012) 40px,
    rgba(255,255,255,0.012) 41px
  );
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 120% 100% at 65% 40%, rgba(30,26,18,0.4) 0%, rgba(11,10,8,0.95) 70%);
}
.hero-bg-img {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1800&q=80');
  background-size: 112%;
  background-position: center 30%;
  background-repeat: no-repeat;
  opacity: 0.22;
  transform: none !important;
  animation: heroBob 22s ease-in-out infinite;
}
@keyframes heroBob {
  0%, 100% { background-position: center 28%; }
  50% { background-position: center 36%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg-img { animation: none; background-position: center 30%; }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,10,8,0.98) 0%, rgba(11,10,8,0.3) 40%, rgba(11,10,8,0.5) 100%);
  z-index: 1;
}
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s 0.3s ease forwards;
}
.hero-headline {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 104px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 820px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s 0.5s ease forwards;
}
.hero-headline em {
  font-style: italic;
  color: var(--gold);
}
.hero-sub {
  margin-top: 36px;
  font-size: 13px;
  color: var(--fg-dim);
  letter-spacing: 0.05em;
  max-width: 360px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s 0.8s ease forwards;
}
.hero-actions {
  display: flex; align-items: center; gap: 40px;
  margin-top: 48px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s 1s ease forwards;
}
.btn-primary {
  display: flex; align-items: center; gap: 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--fg);
  padding: 16px 32px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.btn-primary:hover { background: var(--gold); }
.btn-ghost {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-dim);
  text-decoration: none;
  display: flex; align-items: center; gap: 10px;
  transition: color 0.3s;
}
.btn-ghost:hover { color: var(--fg); }
.btn-ghost::after { content: '↓'; font-size: 14px; }

/* CLIENTS BAR */
#clients {
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0;
  display: flex; align-items: center;
  overflow: hidden;
  height: 56px;
}
.clients-label {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--fg-dim); white-space: nowrap; flex-shrink: 0;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,0.06);
  height: 100%; display: flex; align-items: center;
}
.clients-track-wrap {
  flex: 1; overflow: hidden; position: relative; height: 100%;
}
.clients-track-wrap::before,
.clients-track-wrap::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2;
  pointer-events: none;
}
.clients-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}
.clients-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}
.clients-track {
  display: flex; align-items: center;
  height: 100%;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
  width: max-content;
}
.clients-track:hover { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.client-name {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: rgba(240,236,227,0.35);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s;
  padding: 0 48px;
}
.client-name:hover { color: rgba(240,236,227,0.7); }
.client-sep {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold-dim); opacity: 0.5; flex-shrink: 0;
}

/* SECTION COMMONS */
section { padding: 120px 48px; }
.section-label {
  font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 60px;
  display: flex; align-items: center; gap: 20px;
}
.section-label::before {
  content: '';
  width: 32px; height: 1px; background: var(--gold);
}

/* PORTFOLIO */
#work { padding-top: 100px; }
.work-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 80px;
}
.work-title {
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.1;
}
.work-title em { font-style: italic; color: var(--gold); }
.work-count {
  font-size: 11px; letter-spacing: 0.15em; color: var(--fg-dim);
  align-self: flex-start; margin-top: 12px;
}

/* 2x2 GRID */
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.pf-item {
  position: relative; overflow: hidden; cursor: pointer;
  background: var(--bg2);
  aspect-ratio: 16/10;
  color: inherit;
  text-decoration: none;
  display: block;
}

.pf-wide {
  grid-column: 1 / -1;
  aspect-ratio: 21/9;
}
.pf-thumb {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.5s;
  opacity: 0.75;
}
.pf-item:hover .pf-thumb { transform: scale(1.04); opacity: 0.55; }

.pf-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 12px;
}
.pf-placeholder img {
  transform: scale(1.38);
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.pf-item:hover .pf-placeholder img {
  transform: scale(1.44);
}
.pf-placeholder-bg {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.015) 0px,
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 32px
  );
}
.pf-placeholder-label {
  position: relative;
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(240,236,227,0.2);
  font-family: monospace;
}

.pf-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,10,8,0.92) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 32px;
}
.pf-item:hover .pf-overlay { opacity: 1; }
.pf-info-tag {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.pf-info-title {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 8px;
}
.pf-info-sub {
  font-size: 11px; color: var(--fg-dim); letter-spacing: 0.05em;
}
.pf-play {
  display: none;
}

/* ABOUT */
#about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.about-left {}
.about-headline {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 48px;
}
.about-headline em { font-style: italic; color: var(--gold); }
.about-body {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(240,236,227,0.75);
  max-width: 520px;
}
.about-body p + p { margin-top: 24px; }
.about-right {
  padding-top: 60px;
}
.about-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px 40px;
  margin-bottom: 60px;
}
.stat-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-num span { font-size: 24px; color: var(--gold); }
.stat-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-dim); line-height: 1.5;
}
.about-img-block {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg2);
}
.about-img-block::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.015) 0px,
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 32px
  );
}
.about-img-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(240,236,227,0.2); font-family: monospace;
}
.about-img-block img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; opacity: 0.4;
}
.about-accent-line {
  position: absolute; bottom: -1px; left: 0;
  height: 3px; width: 40%;
  background: var(--gold);
}

/* PROCESS */
#process {
  border-top: 1px solid rgba(255,255,255,0.06);
}
.process-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; margin-bottom: 80px; align-items: end;
}
.process-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 400; line-height: 1.15;
}
.process-title em { font-style: italic; color: var(--gold); }
.process-intro {
  font-size: 14px; color: var(--fg-dim); line-height: 1.8;
  padding-top: 12px;
}
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.process-step {
  padding: 48px 36px;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  transition: border-color 0.4s, background 0.4s;
}
.process-step:hover {
  border-color: rgba(200,169,110,0.3);
  background: rgba(200,169,110,0.03);
}
.step-num {
  font-family: var(--serif);
  font-size: 72px; font-weight: 400;
  color: rgba(200,169,110,0.1);
  line-height: 1;
  margin-bottom: 24px;
  transition: color 0.4s;
}
.process-step:hover .step-num { color: rgba(200,169,110,0.2); }
.step-name {
  font-family: var(--serif);
  font-size: 20px; font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.3;
}
.step-desc {
  font-size: 13px; color: var(--fg-dim);
  line-height: 1.75;
}

/* CONTACT */
#contact {
  border-top: 1px solid rgba(255,255,255,0.06);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.contact-left {}
.contact-headline {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 72px);
  font-weight: 400; line-height: 1.1;
  margin-bottom: 40px;
}
.contact-headline em { font-style: italic; color: var(--gold); }
.contact-body {
  font-size: 14px; color: var(--fg-dim);
  line-height: 1.8; max-width: 420px;
  margin-bottom: 48px;
}
.contact-email {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: var(--serif);
  font-size: clamp(16px, 1.8vw, 22px);
  color: var(--fg);
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(200,169,110,0.4);
  transition: border-color 0.3s, color 0.3s;
}
.contact-email:hover { color: var(--gold); border-color: var(--gold); }
.contact-email span { font-size: 13px; letter-spacing: 0.1em; }
.contact-right {
  padding: 60px;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
}
.contact-right::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 40%; height: 2px;
  background: var(--gold);
}
.contact-location {
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
}
.contact-detail-label {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-dim); margin-bottom: 8px;
}
.contact-detail-val {
  font-family: var(--serif); font-size: 18px;
  color: var(--fg); margin-bottom: 32px;
}
.contact-detail-val:last-child { margin-bottom: 0; }
/* FOOTER */
footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 40px 48px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-logo {
  font-family: var(--serif); font-size: 14px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(240,236,227,0.4);
}
.footer-copy {
  font-size: 11px; color: var(--fg-dim);
  letter-spacing: 0.05em;
}

/* ANIMATIONS */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  to { opacity: 1; }
}
/* SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25,0.46,0.45,0.94),
              transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* horizontal reveal */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s cubic-bezier(0.25,0.46,0.45,0.94),
              transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }

/* LINE REVEAL */
.line-reveal {
  overflow: hidden;
}
.line-reveal-inner {
  transform: translateY(110%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}
.line-reveal.visible .line-reveal-inner { transform: translateY(0); }

/* MODAL */
#modal {
  display: none;
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.96);
  align-items: center; justify-content: center;
  flex-direction: column;
}
#modal.open { display: flex; }
#modal-close {
  position: absolute; top: 36px; right: 48px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-dim); background: none; border: none; cursor: pointer;
  transition: color 0.3s;
}
#modal-close:hover { color: var(--fg); }
#modal-title {
  font-family: var(--serif); font-size: 24px; font-weight: 400;
  color: var(--fg); margin-bottom: 24px;
  text-align: center;
}
.modal-video-frame {
  width: min(900px, 90vw);
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.modal-placeholder {
  font-size: 11px; letter-spacing: 0.2em; color: rgba(255,255,255,0.2);
  text-transform: uppercase; font-family: monospace;
}

/* MOBILE */
@media (max-width: 768px) {
  /* NAV */
  nav {
    padding: 20px 24px;
    z-index: 200;
  }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    margin: 0;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: rgba(11, 10, 8, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .nav-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links li {
    list-style: none;
    position: relative;
    z-index: 1;
  }
  .nav-links a {
    font-size: 14px;
    letter-spacing: 0.22em;
    color: var(--fg);
    position: relative;
    z-index: 1;
  }
  .nav-links .nav-cta {
    margin-top: 8px;
    padding: 14px 28px;
    border: 1px solid var(--gold-dim);
    border-bottom: 1px solid var(--gold-dim);
    display: inline-block;
  }

  /* HERO */
  #hero { padding: 0 24px 48px; }
  .hero-eyebrow { font-size: 9px; margin-bottom: 20px; }
  .hero-headline { font-size: clamp(36px, 10vw, 56px); }
  .hero-sub { font-size: 12px; margin-top: 24px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 36px; }
  .btn-primary { padding: 14px 24px; font-size: 10px; }

  /* CLIENTS */
  #clients { padding: 0; }
  .clients-label { display: none; }

  /* PORTFOLIO */
  .pf-play { display: none; }

  /* SECTIONS */
  section { padding: 72px 24px !important; }

  /* WORK */
  .work-header { flex-direction: column; gap: 16px; margin-bottom: 40px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .pf-item { aspect-ratio: 16/10 !important; }
  .pf-overlay { opacity: 1; background: linear-gradient(to top, rgba(11,10,8,0.95) 0%, transparent 60%); }
  .pf-play { opacity: 1; }

  /* ABOUT */
  #about { grid-template-columns: 1fr; gap: 48px; }
  .about-right { padding-top: 0; }
  .about-stats { gap: 32px 24px; }
  .stat-num { font-size: 36px; }

  /* CONTACT */
  #contact { grid-template-columns: 1fr; gap: 48px; }
  .contact-right { padding: 36px 28px; }

  /* FOOTER */
  footer { flex-direction: column; gap: 12px; text-align: center; padding: 32px 24px; }

  /* TWEAKS */
  #tweaks-panel { right: 12px; bottom: 12px; width: calc(100vw - 24px); }

  /* MODAL */
  #modal-close { top: 20px; right: 20px; }
  #modal-title { font-size: 16px; padding: 0 20px; text-align: center; }
}

/* TWEAKS PANEL */
#tweaks-panel {
  display: none;
  position: fixed; bottom: 24px; right: 24px; z-index: 500;
  background: rgba(17,16,9,0.97);
  border: 1px solid rgba(200,169,110,0.3);
  padding: 24px;
  width: 260px;
  backdrop-filter: blur(12px);
}
#tweaks-panel.open { display: block; }
.tweaks-title {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.tweak-row { margin-bottom: 20px; }
.tweak-label {
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--fg-dim); margin-bottom: 10px; display: block;
}
.tweak-options { display: flex; gap: 6px; flex-wrap: wrap; }
.tweak-btn {
  font-size: 10px; padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: none; color: var(--fg-dim); cursor: pointer;
  letter-spacing: 0.1em; transition: all 0.2s;
}
.tweak-btn.active, .tweak-btn:hover {
  border-color: var(--gold); color: var(--gold);
}

/* FILM PAGE */
.film-page {
  min-height: 100vh;
  padding: 140px 48px 80px;
  background: var(--bg);
  color: var(--fg);
}
.film-tag {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 18px 0 16px;
}
.film-title {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  max-width: 16ch;
  margin-bottom: 16px;
}
.film-sub {
  font-size: 14px;
  color: var(--fg-dim);
  letter-spacing: 0.04em;
  max-width: 52ch;
  line-height: 1.6;
}
.film-player {
  width: 100%;
  max-width: 1120px;
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
  margin: 40px 0 28px;
}
.film-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.film-back {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-dim);
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
}
.film-back:hover { color: var(--gold); }
.film-more {
  margin-top: 88px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.film-more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  margin-top: 28px;
}

@media (max-width: 768px) {
  .film-page { padding: 110px 24px 56px; }
  .film-more-grid { grid-template-columns: 1fr; }
  .film-player { margin: 28px 0 24px; }
}
