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

:root {
  --bg: #0a0a0a;
  --surface: #111;
  --surface2: #161616;
  --text: #d8d5d0;
  --muted: #777;
  --accent: #d4a853;
  --white: #f0ede8;
}

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

body { background: var(--bg); }

.ld {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--bg);
  overflow-x: hidden;
}

.ld a { color: inherit; text-decoration: none; }

.ld-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

/* Hero */
.ld-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 32px;
  background: var(--bg);
}

.ld-hero-content { position: relative; z-index: 2; }

.ld-hero img.ld-logo { width: 360px; height: auto; margin-bottom: 40px; }

.ld-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}

.ld-hero .ld-location {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #555;
  font-weight: 300;
}

/* Sections */
.ld-section { padding: 100px 0; border-bottom: 1px solid #1a1a1a; }
.ld-section-head { margin-bottom: 56px; }

.ld-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.ld-section-head .ld-line { width: 40px; height: 2px; background: var(--accent); margin-top: 12px; }

.ld-section-head p.ld-sub {
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
  margin-top: 16px;
  letter-spacing: 1px;
}

/* Film */
.ld-film { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.ld-film-visual {
  position: relative;
  background: var(--surface);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.ld-film-visual video { width: 100%; height: 100%; object-fit: cover; }

.ld-film-visual .ld-play-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.ld-film-visual .ld-play-overlay:hover { background: rgba(0,0,0,0.1); }

.ld-play-btn {
  width: 64px; height: 64px;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ld-play-btn svg { fill: white; margin-left: 4px; }

.ld-film-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--white);
  margin-bottom: 4px;
}

.ld-film-info .ld-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
}

.ld-film-info .ld-genre {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
  font-weight: 300;
}

.ld-film-info p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 16px;
}

.ld-film-info .ld-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-right: 20px;
  transition: opacity 0.3s;
}

.ld-film-info .ld-social-link:hover { opacity: 0.7; }

/* About */
.ld-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }

.ld-about-text {
  font-size: 16px;
  color: var(--muted);
  line-height: 2;
  font-weight: 300;
}

.ld-about-text p { margin-bottom: 20px; }

/* Founders */
.ld-founders { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 60px; }

.ld-founder {
  padding: 40px;
  background: var(--surface);
  border-radius: 4px;
  border: 1px solid #1a1a1a;
}

.ld-founder h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--white);
  margin-bottom: 4px;
}

.ld-founder .ld-role {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}

.ld-founder p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 300;
}

/* Contact */
.ld-contact { padding: 100px 0; }

.ld-contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.ld-contact h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: var(--white);
  margin-bottom: 24px;
}

.ld-contact p {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 32px;
}

.ld-contact .ld-email {
  font-size: 18px;
  color: var(--accent);
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 32px;
  transition: opacity 0.3s;
}

.ld-contact .ld-email:hover { opacity: 0.7; }

.ld-contact-details {
  font-size: 13px;
  color: #555;
  line-height: 2;
  font-weight: 300;
}

/* Footer */
.ld-footer { padding: 32px 0; border-top: 1px solid #1a1a1a; text-align: center; }
.ld-footer p { font-size: 12px; color: #444; letter-spacing: 1px; }

/* Responsive */
@media (max-width: 768px) {
  .ld-hero img.ld-logo { width: 240px; }
  .ld-film { grid-template-columns: 1fr; }
  .ld-about-grid { grid-template-columns: 1fr; }
  .ld-founders { grid-template-columns: 1fr; }
  .ld-contact-inner { grid-template-columns: 1fr; }
}
