/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove any default borders or outlines */
* {
  border: none;
  outline: none;
  box-shadow: none;
}

/* Remove developer tools highlighting */
*:focus,
*:active,
*:hover {
  outline: none !important;
  box-shadow: none !important;
}

/* Smooth scrolling and performance optimization */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  font-family: "Manrope", "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333333;
  background: #f4efe8;
  overflow-x: hidden;
}

/* Full-width images */
img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  margin-left: calc(-50vw + 50%);
  padding: 0;
  border: none;
  outline: none;
  line-height: 0;
  display: block;
  background-color: #ffffff;
  transform: scale(1);
  overflow: hidden;
}

.hero-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  transform: scale(1);
}

/* Work Information Text */
.work-info-text {
  position: absolute;
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 10;
  font-family: "Josefin Sans", sans-serif;
  opacity: 1;
}

.work-title {
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.work-type {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.work-length {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.work-premiere {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* Content styling */
main {
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Structured Content Layout */
.structured-content {
  margin: 0;
  padding: 0;
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* All Sections - White Background */
.description-section,
.trailer-section,
.credits-section,
.press-award-section,
.some-photos-section,
.more-photos-section,
.timeline-calendar-section,
.videos-section {
  background-color: #ffffff;
}

/* Description Section */
.description-section h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.description-section p {
  max-width: 1000px;
  margin: 0 auto 1.5rem;
  text-align: justify;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/* Credits Section */
.credits-section h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.credits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.credits-column h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #000000;
}

.credit-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 0;
}

.credit-item strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.credit-item span {
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
  font-size: 1rem;
  line-height: 1.4;
}

/* Trailer Section */
.trailer-section h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.video-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Photos Sections */
.some-photos-section h2,
.more-photos-section h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  max-width: 1400px;
  margin: 0 auto;
}

.photos-grid.large {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.photo-item {
  position: relative;
  overflow: hidden;
}

.photo-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

section {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  padding: 2rem 1rem;
  color: #000000;
  letter-spacing: 0.05em;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 3rem 0 1.5rem;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 2rem 0 1rem;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}

p {
  margin-bottom: 1.5rem;
  padding: 0 2rem;
  font-size: 18px;
  line-height: 1.8;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
  letter-spacing: 0.1em;
}

/* Magazine Layout */
.magazine-layout {
  margin: 0 auto;
  padding: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    padding: 1.5rem 1rem;
  }

  /* Work Info Text Mobile Styles */
  .work-info-text {
    top: 25%;
    left: 25%;
  }

  .work-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    line-height: 1.2;
  }

  .work-type {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
  }

  .work-length {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .work-premiere {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  /* Structured Content Mobile Styles */
  .section-content {
    padding: 2rem 1rem;
  }

  .photos-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .photos-grid.large {
    grid-template-columns: 1fr;
  }

  .credits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    padding: 0 1rem;
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .description-section p {
    font-size: 17px;
    letter-spacing: 0.08em;
  }

  /* Hero Section Mobile */
  .hero-section {
    height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
  }

  .hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Work Info Mobile */
  .work-info-text {
    position: absolute;
    top: 6rem;
    left: 2rem;
    transform: none;
    text-align: left;
    background: transparent;
    padding: 0;
  }

  .work-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }

  .work-type {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .work-length {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }

  .work-premiere {
    font-size: 0.7rem;
  }
}

/* Prevent horizontal scrolling globally */
html,
body {
  overflow-x: hidden;
  background-color: #ffffff;
}
