/* 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 Animation - Removed */

.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;
}

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

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

/* 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;
}

/* Press & Award Section */
.press-award-section h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.award-item {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.award-item h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #000000;
}

.award-item p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #333333;
}

.award-item blockquote {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  font-style: italic;
  margin: 2rem 0;
  padding: 2rem;
  background-color: #ffffff;
  border-left: 4px solid #333333;
  text-align: left;
}

.award-item blockquote strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.5rem;
  font-style: normal;
}

/* 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));
}

/* Custom Layout for Some Photos Section */
.photos-grid.custom-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  max-width: 1400px;
  margin: 0 auto;
}

.photos-grid.custom-layout .photo-item.tall {
  grid-row: span 2;
}

.photos-grid.custom-layout .photo-item.short {
  grid-row: span 1;
}

/* Positioning for custom layout */
.photos-grid.custom-layout .photo-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.photos-grid.custom-layout .photo-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.photos-grid.custom-layout .photo-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / 3;
}

.photos-grid.custom-layout .photo-item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

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

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

/* Timeline & Calendar Section */
.timeline-calendar-section h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.timeline-calendar-section h2:first-of-type {
  margin-top: 0;
}

.timeline-calendar-section h2:not(:first-of-type) {
  margin-top: 4rem;
}

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;
}

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

h5 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 1rem 0 0.5rem;
  color: #000000;
  letter-spacing: 0.05em;
}

h6 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0 0.5rem;
  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;
}

ul {
  padding: 0 2rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

li {
  margin-bottom: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background-color: #000000;
  color: #f4efe8;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Links */
a {
  color: #333333;
  text-decoration: underline;
  font-family: "Cormorant Garamond", serif;
}

a:hover {
  color: #000000;
}

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

/* Magazine Content */
.magazine-content {
  margin: 0;
  padding: 0;
}

/* Content Blocks - Two Column Layout */
.content-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin: 6rem 0;
  padding: 0 2rem;
  min-height: 60vh;
}

.content-block.reverse {
  grid-template-columns: 1fr 1fr;
}

.content-block.reverse .image-content {
  order: -1;
}

.text-content {
  padding: 2rem 0;
}

.text-content h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.text-content h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.text-content p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.text-content blockquote {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  font-style: italic;
  margin: 2rem 0;
  padding: 2rem;
  background-color: #ffffff;
  border-left: 4px solid #333333;
}

.text-content blockquote strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.5rem;
  font-style: normal;
}

.image-content {
  position: relative;
  justify-self: end;
  margin-right: -5vw;
}

.image-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Image on the left (reverse) - extend to left edge */
.content-block.reverse .image-content {
  justify-self: start;
  margin-right: 0;
  margin-left: -5vw;
}

/* Full-width Blocks */
.fullwidth-block {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin: 4rem 0;
  overflow: hidden;
}

.fullwidth-block img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Minimal Timeline */
.timeline-minimal {
  position: relative;
  padding-left: 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 0;
}

.timeline-content {
  margin-left: 0;
}

.timeline-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.timeline-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.timeline-text strong {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

/* Calendar List */
.calendar-list {
  margin-top: 1rem;
}

.calendar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e0dcd4;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}

.calendar-item:last-child {
  border-bottom: none;
}

.calendar-item .date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  flex: 0 0 120px;
}

.calendar-item .venue {
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
  flex: 1;
  text-align: right;
}

/* Image Gallery Styles */
.image-gallery,
.additional-gallery {
  margin: 0;
  padding: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0;
  margin: 0;
  width: 100%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
  z-index: 10;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Production Info Text in Content Block */
.production-info-text {
  margin-bottom: 10rem;
  text-align: center;
}

.production-info-text p {
  margin-bottom: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  text-align: center;
}

.production-info-text strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}

/* Video Grid Section */
.video-grid-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin: 0;
  background-color: #ffffff;
  padding: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.video-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

.video-item > div {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  background-color: #000 !important;
}

/* 
.video-item iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
*/

/* 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;
  }

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

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

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

  /* Mobile responsive for custom layout */
  .photos-grid.custom-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .photos-grid.custom-layout .photo-item:nth-child(1),
  .photos-grid.custom-layout .photo-item:nth-child(2),
  .photos-grid.custom-layout .photo-item:nth-child(3),
  .photos-grid.custom-layout .photo-item:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }

  .video-item {
    margin-bottom: 2rem;
  }

  .video-description {
    padding: 1.5rem 2rem;
  }

  .video-description h3 {
    font-size: 1.2rem;
  }

  .video-description p {
    font-size: 0.9rem;
  }

  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;
  }

  ul {
    padding: 0 1rem;
  }

  /* Magazine Layout Mobile Styles */
  .magazine-layout {
    padding: 0;
  }

  .content-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
    padding: 0 1rem;
    min-height: auto;
  }

  .content-block.reverse {
    flex-direction: column;
  }

  .content-block.reverse .image-content {
    order: 0;
  }

  /* Reset image margins on mobile for full-width stacked layout */
  .image-content,
  .content-block.reverse .image-content {
    justify-self: stretch;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .image-content img,
  .content-block.reverse .image-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }

  .text-content {
    padding: 0;
    order: 1;
  }

  .text-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .text-content h3 {
    font-size: 1.3rem;
    text-align: center;
  }

  .text-content p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 1.2rem;
  }

  .text-content blockquote {
    font-size: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: justify;
  }

  /* Production Info Mobile Styles */
  .production-info-text {
    margin-bottom: 3rem;
    text-align: center;
  }

  .production-info-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .fullwidth-block {
    margin: 2rem 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .fullwidth-block img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: #ffffff;
  }

  .timeline-minimal {
    padding-left: 0;
  }

  .timeline-item {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .timeline-date {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .timeline-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .calendar-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.8rem 0;
  }

  .calendar-item .date {
    flex: none;
    font-size: 15px;
  }

  .calendar-item .venue {
    text-align: left;
    font-size: 14px;
  }

  /* Image Gallery Mobile Styles */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .image-gallery,
  .additional-gallery {
    margin: 0;
    padding: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  /* Video Grid Mobile */
  .video-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    height: 100vh;
  }

  .video-item {
    height: 25vh;
  }

  /* Scroll to Top Button Mobile */
  .scroll-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}

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

/* Vimeo Wrapper - fix black border issue */
.vimeo-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}

.vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
}

/* Video Overlay Styles */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.video-overlay p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

/* Videos Section Background */
.videos-section {
  background-color: #ffffff;
}

/* Video Container Spacing */
.videos-section .video-container {
  margin-bottom: 3rem;
}

.videos-section .video-container:last-child {
  margin-bottom: 0;
}

/* Mobile responsive for video overlay */
@media (max-width: 768px) {
  .video-overlay {
    padding: 0.8rem 1.5rem;
    max-width: 95%;
    width: 90%;
  }

  .video-overlay p {
    font-size: 1rem;
  }

  /* Videos Section Mobile */
  .videos-section .video-container {
    margin-bottom: 2rem;
  }

  .videos-section .video-container:last-child {
    margin-bottom: 0;
  }

  /* Video Container Mobile */
  .video-container {
    margin: 0 1rem;
  }

  /* 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;
  }

  /* Section Content Mobile */
  .section-content {
    padding: 1.5rem 1rem;
  }

  /* Credits Mobile */
  .credits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .credit-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  /* Timeline Mobile */
  .timeline-minimal {
    padding-left: 1rem;
  }

  .timeline-item {
    margin-bottom: 1.5rem;
  }

  .timeline-date {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .timeline-text {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  /* Calendar Mobile */
  .calendar-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    padding: 0.8rem 0;
  }

  .calendar-item .date {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .calendar-item .venue {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  /* Blockquote Mobile */
  blockquote {
    padding: 1rem;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  /* Navigation Mobile */

  /* Scroll to Top Mobile */
  .scroll-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}
