@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #FFFAF5;
}

html {
  scroll-behavior: smooth;
}

.headline-display-xl,
.headline-style-medium,
.headline-subsection,
.section-title,
.footer-col h4,
.footer-social h5 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  line-height: 32px;
}

.body-copy-lead,
.paragraph-style-article,
.paragraph-subtext,
.section-paragraph,
.text-wrapper-centered,
.quote-copy-display {
  font-family: "Poppins", sans-serif;
}


.glamour-hero-section {
  height: 100vh;
  background-image: url("../assets/images/glamour/glamour-hero.webp  ");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 30vh;
  padding: 60px 20px;
  color: #2b2b2b;
}

.content-container-primary {
  max-width: 700px;
}

.headline-display-xl {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
  /* font-family: "brandon"; */
}

.body-copy-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  /* font-family: "Didact Gothic", sans-serif; */
}

.content-layout-dual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  gap: 60px;
}

.image-panel-portrait {
  flex: 1 1 400px;
  max-width: 500px;
}

.image-panel-portrait img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.text-block-hollywood {
  flex: 1 1 400px;
  max-width: 600px;
}

.headline-style-medium {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.paragraph-style-article {
  /* font-family: "Didact Gothic", sans-serif; */
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

.split-section-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 40px;
  gap: 60px;
}

.text-quote-highlight {
  flex: 1 1 400px;
  max-width: 600px;
  text-align: center;
  color: #111;
  font-family: 'Crimson Text', serif;
  padding: 20px;
}

.quote-mark {
  font-size: 60px;
  color: #d1bb6f;
  margin: 10px 0;
  line-height: 1;
}

.quote-copy-display {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px;
}


.image-showcase-right {
  flex: 1 1 400px;
  max-width: 500px;
}

.image-showcase-right img {
  width: 100%;
  height: auto;
  border: 4px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.section-star-portrait-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 80px 40px;
  flex-wrap: wrap;
}

.portrait-equal {
  width: 400px;
  height: 500px;
  overflow: hidden;
}

.portrait-taller {
  width: 400px;
  height: 600px;
  overflow: hidden;
}

.portrait-equal img,
.portrait-taller img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.section-hollywood-statement {
  background-color: #00674F;
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-centered {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
}

.section-split-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.left-image-block {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 20px;
}

.left-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

.right-text-panel {
  flex: 1 1 50%;
  max-width: 500px;
  padding: 0 40px;
}

.headline-subsection {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #111;
}

.paragraph-subtext {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.section-reverse-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.text-column {
  flex: 1 1 50%;
  max-width: 500px;
  padding: 0 40px;
  order: 1;
}

.image-column {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 20px;
  order: 2;
}

.image-column img {
  width: 100%;
  height: auto;
  display: block;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #111;
}

.section-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 768px) {
  .glamour-hero-section {
    background-attachment: scroll;
    height: 25vh;
  }

  .hero-text-block {
    padding: 24px;
  }

  .content-layout-dual {
    gap: 40px;
  }

  .split-section-quote {
    gap: 0px;
  }

  .quote-mark {
    margin: 0px;
  }

  .text-quote-highlight {
    flex: 1 1 300px;
  }

  .section-split-layout {
    padding-top: 30px;
  }

  .content-layout-dual,
  .split-section-quote,
  .section-star-portrait-row {
    flex-direction: column;
    padding: 0px 20px;
  }
  
  .section-reverse-order{
      padding: 0px;
  }
  
  .glamour-hero-section{
      margin-top: 50px;
  }

  .text-block-hollywood,
  .image-panel-portrait,
  .portrait-equal,
  .portrait-taller,
  .left-image-block,
  .right-text-panel,
  .text-column,
  .image-column {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .portrait-equal,
  .portrait-taller {
    width: 80%;
    height: auto;
  }

  .portrait-equal img,
  .portrait-taller img {
    height: auto;
    object-fit: contain;
  }

  .right-text-panel,
  .text-column {
    padding-top: 30px;
  }

  .image-column {
    order: 1;
  }

  .text-column {
    order: 2;
    margin-bottom: 20px;
  }

  .section-hollywood-statement {
    padding: 60px 20px;
  }

  .text-wrapper-centered {
    font-size: 0.95rem;
  }
}

.bollywood-heading {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  color: #fff; /* Or #000 if the background is light */
  text-align: center;
  line-height: 32px;
}

/* Show desktop layout by default */
.desktop-portraits {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: 40px;
}

.mobile-portrait {
  display: none;
}

/* Portrait styles remain unchanged */
.portrait-equal {
  width: 400px;
  height: 500px;
  overflow: hidden;
}

.portrait-taller {
  width: 400px;
  height: 600px;
  overflow: hidden;
}

.portrait-equal img,
.portrait-taller img,
.mobile-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Responsive override for mobile */
@media (max-width: 768px) {
  .desktop-portraits {
    display: none;
  }

  .mobile-portrait {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .mobile-portrait img {
    height: auto;
    border-radius: 6px;
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); */
  }
  .section-split-layout{
      padding: 50px 0px;
  }
}
