:root {
      --primary-color: #251234;
		--darker-primary: #170b23;
      --accent-color: #beb1be;
      --bg-color: #f2e8e3;
    }

body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f2e8e3 !important;
      margin: 0;
      padding: 0;
    }
h1 {
	font-family: 'Playfair Display';
	font-weight: bolder;
	color: var(--primary-color);
	font-size: 80px;
}
 #shoppage {
	padding-top: 70px;
}
#oncue {
	margin-top: 100px;
}
#attuned {
	margin-top: 100px;
}
	
h2 {
	font-family: 'Inter', sans-serif;
	text-align: center;
	color: var(--primary-color)
}

#films {
	background-color: #beb1be;
	padding: 20px;
	margin-left: 50px;
	margin-right: 50px;
	min-width: 3vw;
}

#tagline {
	color: var(--primary-color);
	text-align: center;
	padding: 50px;
    font-size: clamp(1.25rem, 5vw, 3rem);	
	font-weight: 300;
}
.navbar {
      background-color: var(--primary-color);
	 transition: opacity 0.5s ease;
	position: relative;
      top: 0;
      width: 100%;
      z-index: 999
    }


.navbar-brand {
      font-weight: bold;
      color: #f2e8e3 !important;
    }

.nav-link {
      color: #f2e8e3;
    }
.nav-link hover {
	background-color: var(--darker-primary);
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E0DAFF' viewBox='0 0 30 30'%3e%3cpath stroke='%23f2e8e3' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.responsive-image {
  width: 100%;
  height: auto; 
  display: block;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: none;
}

.video-grid {
  display: flex;
  flex-wrap: wrap;           /* allows wrapping on smaller screens */
  gap: 1rem;                 /* space between videos */
  justify-content: center;  /* center the row */
	padding: 50px;
	padding-top: 10px;
}

.video-grid iframe {
  flex: 1 1 45%;             /* grow/shrink, minimum 45% width */
  max-width: 500px;          /* optional cap */
  aspect-ratio: 16 / 9;      /* keeps video shape */
}

/* Images for On cue */
.col-sm-3 {
	min-width: 30vw;
}
.image-item {
  margin-bottom: 2rem;
  text-align: center;
}

.image-caption {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-family: 'Lora', serif;
  color: var(--primary-color);
}

.img-responsive {
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.image-description {
  max-width: 1300px;
margin: 0.3rem auto 2rem auto;
  padding: 0 1rem;
  font-size: 1.1rem;
  text-align: center;
  font-family: 'Lora', serif;
  color: var(--primary-color);
  line-height: 1.6;
}
.video-grid2 iframe {
  flex: 1 1 25%;             /* grow/shrink, minimum 45% width */
  max-width: 500px;          /* optional cap */
  aspect-ratio: 16 / 9;      /* keeps video shape */
}
#animations {
	background-color: #beb1be;
	padding: 20px;
	min-width: 3vw;
}
.video-grid2 {
  display: flex;
  flex-wrap: wrap;           /* allows wrapping on smaller screens */
  gap: 1rem;                 /* space between videos */
  justify-content: center;  /* center the row */
	padding: 20px;
	padding-top: 10px;
}

footer {
  text-align: center;
 
  background: #251234;
  color: #f2e8e3;
}

footer a {
  color: #beb1be;
  text-decoration: none;
  margin: 0 0.5rem;
}
.email-signup {
  margin-top: 1rem;
}

.email-signup p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #beb1be;
}

#signup-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#email-input {
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  width: 250px;
  max-width: 80%;
}

#signup-form button {
  padding: 0.5rem 1rem;
  background-color: var(--accent-color);
  color: var(--primary-color);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

#signup-form button:hover {
  background-color: #d0c0d0;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  text-align: left;
}

.footer-left, .footer-right {
  flex: 1 1 300px;
  margin: 0.5rem;
}

.footer-right {
  text-align: right;
}
.panel-footer { 
	margin: 0.3rem auto 2rem auto;
  padding: 0 1rem;
  font-size: 1.1rem;
  text-align: center;
  font-family: 'Lora', serif;
  color: var(--primary-color);
  line-height: 1.6;
}

