/* ==========================================================================
   ELLE & L'ORÉAL PARIS CANNES DIGITAL INFOGRAPHIC STYLE SHEET
   ========================================================================== */

:root {
  --black: #000000;
  --white: #ffffff;
  --gray-dark: #111111;
  --gray-medium: #666666;
  --gray-light: #f9f9f9;
  --gray-border: #e0e0e0;
  --font-serif: 'Gupter', Georgia, serif;
  --font-sans: 'Montserrat', Helvetica, Arial, sans-serif;
}

/* Global resets and body styling */
html,
body {
  background-color: var(--white);
  color: var(--black);
  font-family: var(--font-sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Link resets */
a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: var(--gray-medium);
}

/* ==========================================================================
   HEADER STYLE
   ========================================================================== */
.header-container {
  padding: 0 !important;
  z-index: 1000;
}

.head_exp {
  background-color: var(--black);
  padding: 15px 0;
  border-bottom: 1px solid #222222;
  transition: background-color 0.4s ease;
  width: 100%;
}

.logo-elle {
  max-height: 25px;
  object-fit: contain;
}

/* Offset for fixed header on sections */
body {
  padding-top: 55px;
}

/* ==========================================================================
   HERO / OPER SECTION
   ========================================================================== */
.oper {
  position: relative;
  background-image: url('../img/cannes/laetitia_gillian_iris.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: calc(100vh - 55px);
  display: flex;
  align-items: center;
  filter: grayscale(100%) contrast(1.05);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tit1 {
  text-align: left;
  margin-bottom: 20px;
}

.hero-brand {
  display: block;
  font-family: var(--font-sans);
  font-weight: 200;
  font-size: 1.8rem;
  letter-spacing: 12px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-title {
  display: block;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--white);
  text-transform: uppercase;
}

.hero-sumario {
  color: #dddddd;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  max-width: 650px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .hero-brand {
    font-size: 1.2rem;
    letter-spacing: 6px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-sumario {
    font-size: 1rem;
  }
}

/* ==========================================================================
   CLIENT BAR
   ========================================================================== */
.cliente {
  background-color: var(--black);
  padding: 20px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.sponsored-text {
  color: var(--white) !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 !important;
}

.sponsored-link {
  color: var(--white);
  font-weight: 700;
  border-bottom: 1px solid var(--white);
  padding-bottom: 2px;
}

.sponsored-link:hover {
  color: var(--white);
  opacity: 0.8;
}

/* ==========================================================================
   SECTIONS GENERAL
   ========================================================================== */
.s-1 {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .s-1 {
    padding: 60px 0;
  }
}

/* Typography styles */
.section-title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

.section-title-alt {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: var(--black);
}

.title-separator {
  width: 60px;
  height: 4px;
  background-color: var(--black);
  margin: 25px auto;
}

.section-subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-medium);
}

/* ==========================================================================
   SECTION INTRO
   ========================================================================== */
.section-intro {
  background-color: var(--white);
}

.intro1 {
  font-size: 1.35rem !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  color: #222222;
  text-align: center !important;
  max-width: 800px;
  margin: 0 auto !important;
}

.intro1 em {
  font-family: var(--font-serif);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .intro1 {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
  }
}

/* ==========================================================================
   SECTION AWARDS (LIGHTS ON WOMEN'S WORTH)
   ========================================================================== */
.section-awards {
  background-color: var(--gray-light);
  border-top: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
}

.award-card {
  background-color: var(--white);
  border: 1px solid var(--gray-border);
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.award-card:hover {
  transform: translateY(-8px);
  border-color: var(--black);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.card-num {
  font-family: var(--font-sans);
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1;
  color: #e0e0e0;
  margin-bottom: 15px;
  transition: color 0.4s ease;
}

.award-card:hover .card-num {
  color: var(--black);
}

.card-heading {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.card-text {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  font-weight: 400 !important;
  text-align: left !important;
}

/* ==========================================================================
   INTERMEDIATE PARALLAX SECTION
   ========================================================================== */
.intermediate-parallax {
  position: relative;
  background-image: url('../img/cannes/parallax_bg.jpg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
  filter: grayscale(100%) contrast(1.1);
}

.intermediate-parallax .container {
  position: relative;
  z-index: 2;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.quote-wrapper {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.quote-icon-open,
.quote-icon-close {
  display: block;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 0.8;
  height: 30px;
  opacity: 0.3;
}

.quote-icon-open {
  margin-bottom: -10px;
  text-align: left;
}

.quote-icon-close {
  margin-top: 10px;
  text-align: right;
}

.parallax-quote {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1.5;
  color: var(--white) !important;
  text-align: center !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .intermediate-parallax {
    height: 350px;
  }

  .parallax-quote {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   GLOBAL ICONS SECTION
   ========================================================================== */
.section-icons {
  background-color: var(--white);
}

.icons-ticker {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.icon-name {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 6px;
  color: var(--black);
  margin: 10px 20px;
}

.icon-dot {
  font-size: 1.5rem;
  color: #cccccc;
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .icons-ticker {
    flex-direction: column;
    padding: 20px 0;
  }

  .icon-dot {
    display: none;
  }

  .icon-name {
    font-size: 1.1rem;
    letter-spacing: 4px;
    margin: 8px 0;
  }
}

/* ==========================================================================
   MEXICO SECTION (BLACK BACKGROUND)
   ========================================================================== */
.section-mexico {
  background-color: var(--black);
  color: var(--white);
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

.light-title {
  color: var(--white);
}

.section-desc-light {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.6;
  color: #888888;
}

/* Profile Tab Buttons */
.profile-tabs {
  display: inline-flex;
  border: 1px solid #333333;
  padding: 5px;
  background-color: var(--gray-dark);
}

.btn-profile {
  background-color: transparent !important;
  color: #888888 !important;
  border: none !important;
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  letter-spacing: 3px !important;
  padding: 12px 25px !important;
  border-radius: 0 !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.btn-profile:hover {
  color: var(--white) !important;
}

.btn-profile.active {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

@media (max-width: 767.98px) {
  .profile-tabs {
    flex-direction: column;
    width: 100%;
  }

  .btn-profile {
    padding: 15px 0 !important;
    text-align: center;
    font-size: 0.8rem !important;
    letter-spacing: 2px !important;
  }
}

/* Profile Panes */
.profile-content-container {
  position: relative;
  margin-top: 40px;
}

.profile-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.profile-pane.active {
  display: block;
  opacity: 1;
}

/* Info Box */
.profile-info-box {
  background-color: var(--gray-dark);
  border: 1px solid #222222;
  padding: 40px 30px;
}

.profile-role {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 4px;
  color: #888888;
  display: block;
  margin-bottom: 10px;
}

.profile-name {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.profile-bio {
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
  color: #aaaaaa !important;
  font-weight: 400 !important;
  text-align: left !important;
}

/* Gallery Grid */
.gallery-grid {
  margin-top: 10px;
}

.gallery-item {
  margin-bottom: 20px;
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #222222;
  filter: grayscale(100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-img:hover {
  filter: grayscale(0%);
  transform: scale(1.03);
  border-color: var(--white);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
  .profile-info-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .gallery-img {
    height: 150px;
  }
}

/* ==========================================================================
   CLOSING SECTION
   ========================================================================== */
.section-closing {
  background-color: var(--gray-light);
  border-top: 1px solid var(--gray-border);
  padding: 80px 0;
}

.closing-quote-box {
  border-left: 4px solid var(--black);
  padding-left: 30px;
  margin-bottom: 45px;
  text-align: left;
}

.closing-quote {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: var(--black) !important;
  margin: 0 !important;
}

.sources-text {
  font-size: 0.85rem !important;
  color: var(--gray-medium) !important;
  line-height: 1.6 !important;
  text-align: center !important;
  border-top: 1px solid var(--gray-border);
  padding-top: 25px;
  max-width: 600px;
  margin: 0 auto !important;
}

@media (max-width: 767.98px) {
  .closing-quote {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   LIGHTBOX CUSTOM STYLING (B&W THEME)
   ========================================================================== */
.lightbox {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.lb-outerContainer {
  background-color: var(--black) !important;
  border-radius: 0 !important;
}

.lb-container {
  padding: 4px !important;
}

.lb-dataContainer {
  background-color: var(--black) !important;
  color: var(--white) !important;
  font-family: var(--font-sans) !important;
  font-weight: 300 !important;
}

.lb-caption {
  color: var(--white) !important;
  font-size: 0.9rem !important;
  letter-spacing: 1px !important;
}

.lb-number {
  color: #666666 !important;
}