/* ==========================================================================
   FIESTA AMERICANA TRAVELTY - RICH EDITORIAL STYLES
   Inspired by MexBest / Expansión Luxury Editorial Standards
   ========================================================================== */

/* Root variables & Colors */
:root {
  --brand-block-title: #bf461e;
  --brand-cta: #bf461e;
  --brand-cta-hover: #a33814;
  --brand-design-detail: #fe7322;
  --brand-detail-light: #fff3ec;
  --dark-text: #1a1a1a;
  --body-text: #333333;
  --bg-light-soft: #fcfbfa;
  --bg-section: #f9f6f2;
  --border-light: #eee5de;
  --font-serif: 'Montserrat', sans-serif;
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Global setup */
html, body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: var(--body-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--dark-text);
  margin-top: 0;
}

p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333333;
}

a {
  color: var(--brand-design-detail);
  text-decoration: none !important;
  transition: color 0.3s ease;
}

a:hover, a:focus {
  color: var(--brand-block-title);
  text-decoration: none !important;
}

/* Prevent image blue outlines / blue highlights */
img, figure, .animated-figure, a img {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  outline: none !important;
}

/* ==========================================================================
   Original Expansión Header Navigation
   ========================================================================== */
.head_exp {
    top: 0;
    background-color: #ed1c24;
    padding: 0.4em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: rgb(0, 0, 0);
    border-right-width: 2px;
    border-bottom-style: solid;
    z-index: 99;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.head_exp:hover {
    background-color: #000;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/La suite que nadie olvida.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: 56px;
  padding: 6rem 1rem;
}

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

.hero-container {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.hero-badge {
  display: inline-block;
  background: rgba(254, 115, 34, 0.2);
  border: 1px solid var(--brand-design-detail);
  color: var(--brand-design-detail);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  padding: 6px 18px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  margin-bottom: 1.5rem;
}

.hero-divider {
  width: 80px;
  height: 4px;
  background: var(--brand-design-detail);
  margin: 1.5rem auto;
  border-radius: 2px;
}

.hero-subtitle {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  color: #e2e2e2;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================================================
   Editorial Content & Sections
   ========================================================================== */
.editorial-wrapper {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.section-padding {
  padding: 5rem 0;
}

.bg-light-soft {
  background-color: var(--bg-section);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

/* Intro Section */
.intro-section {
  padding: 3rem 0 2rem 0;
}

.intro-category {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--brand-design-detail);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  text-align: center;
}

/* Formal Intro Layout Styling */
.formal-intro-layout {
  max-width: 860px;
  margin: 0 auto 2.2rem auto;
}

.formal-intro-lead {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.9;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 1.2rem;
  text-align: center;
}

.formal-divider {
  width: 55px;
  height: 2px;
  background-color: var(--brand-design-detail);
  margin: 1.4rem auto;
  border-radius: 1px;
}

.formal-intro-sub {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  line-height: 1.85;
  color: #444444;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.dropcap {
  font-family: var(--font-serif);
  font-size: 3.8rem;
  line-height: 0.9;
  color: var(--brand-design-detail);
  font-weight: 800;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

/* ==========================================================================
   Block Experience Styling - Luxury Redesign
   ========================================================================== */
.block-experience {
  position: relative;
}

.block-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  color: var(--brand-design-detail);
  background: linear-gradient(135deg, rgba(254, 115, 34, 0.12) 0%, rgba(191, 70, 30, 0.18) 100%);
  border: 1.5px solid var(--brand-design-detail);
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(254, 115, 34, 0.18);
}

.block-subtitle {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--brand-block-title);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.block-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.8vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--brand-block-title);
  margin-bottom: 1.4rem;
  position: relative;
}

.block-text {
  font-size: 1.18rem;
  color: #2b2b2b;
  line-height: 1.9;
  text-align: left;
}

/* Custom Experience Block Background (Cena en la oscuridad - Black Overlay) */
.block-dark-bg {
  position: relative;
  background-color: #0a0a0a;
  color: #ffffff;
  overflow: hidden;
}

.block-dark-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/Fondo.png');
  background-size: cover;
  background-position: center;
  opacity: 0.45;
  z-index: 1;
}

.block-dark-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(10, 10, 10, 0.75) 100%);
  z-index: 2;
}

.block-dark-bg .container {
  position: relative;
  z-index: 3;
}


.block-dark-bg .block-text {
  color: #ffffff;
  text-align: center;
}

.highlight-link {
  color: var(--brand-design-detail);
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

.highlight-link:hover {
  color: var(--brand-block-title);
  text-decoration: none !important;
}

/* Quote Cards Redesign */
.quote-card {
  background: linear-gradient(135deg, #fffcf8 0%, #fff6ed 100%);
  border-left: 4px solid var(--brand-design-detail);
  padding: 1.4rem 1.8rem;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 6px 20px rgba(254, 115, 34, 0.08);
  margin-top: 1.5rem;
}

.quote-card p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.12rem;
  color: #333333;
  margin: 0;
  line-height: 1.65;
  text-align: left;
}

/* Feature Tag Badges Redesign */
.feature-tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #fff3ec 0%, #ffe9dc 100%);
  color: var(--brand-block-title);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid rgba(254, 115, 34, 0.4);
  box-shadow: 0 3px 10px rgba(254, 115, 34, 0.08);
  transition: transform 0.2s ease;
}

.feature-badge:hover {
  transform: translateY(-2px);
}

/* Info Highlight Card Redesign */
.info-highlight-card {
  background: linear-gradient(135deg, #1f1f1f 0%, #111111 100%);
  color: #ffffff;
  padding: 1.6rem 2rem;
  border-radius: 16px;
  border-left: 5px solid var(--brand-design-detail);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.info-highlight-card h5 {
  color: var(--brand-design-detail);
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.info-highlight-card p {
  color: #dddddd;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

/* ==========================================================================
   Animated Figure & Image Framing Redesign
   ========================================================================== */
.animated-figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  padding: 6px;
  border: 1px solid rgba(254, 115, 34, 0.25);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.animated-figure:hover {
  transform: translateY(-6px);
  border-color: var(--brand-design-detail);
  box-shadow: 0 20px 45px rgba(254, 115, 34, 0.25);
}

.animated-figure:hover img {
  transform: scale(1.045);
}

.animated-figcaption {
  display: none !important;
}

/* ==========================================================================
   Full Width Clean Image Slider Carousel (Arrows Only)
   ========================================================================== */
.clean-carousel-wrapper {
  position: relative;
  width: 100%;
}

.clean-carousel-inner {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
}

.clean-carousel-inner .carousel-item {
  max-height: 560px;
  overflow: hidden;
}

.clean-carousel-inner .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 560px;
}

/* Clean Arrow Controls */
.clean-arrow {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.35s ease;
  z-index: 5;
  opacity: 0.85;
}

.clean-arrow:hover {
  background: var(--brand-design-detail);
  border-color: var(--brand-design-detail);
  color: #ffffff;
  opacity: 1;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 20px rgba(254, 115, 34, 0.4);
}

@media (max-width: 767.98px) {
  .clean-carousel-inner .carousel-item img { height: 340px; }
  .clean-arrow { width: 38px; height: 38px; margin: 0 10px; }
}

/* ==========================================================================
   Bottom CTA Section
   ========================================================================== */
.cta-section {
  background: linear-gradient(180deg, #111111 0%, #050505 100%);
  color: #ffffff;
  padding: 5rem 1rem;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--brand-design-detail);
}

.footer-highlight-link {
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 1.5px solid var(--brand-design-detail);
  padding-bottom: 4px;
  letter-spacing: 0.5px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.footer-highlight-link:hover {
  color: var(--brand-design-detail) !important;
  border-bottom-color: #ffffff;
  transform: translateY(-2px);
}

.cta-tagline {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--brand-design-detail);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.cta-text {
  font-size: 1.15rem;
  color: #cccccc;
  max-width: 650px;
  margin: 0 auto;
}

.cta_bottom a {
  text-decoration: none !important;
  text-transform: uppercase; 
  text-align: center;
  background: linear-gradient(135deg, #bf461e 0%, #a33814 100%);
  color: #ffffff !important;
  padding: 12px 32px;
  max-width: 280px;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  box-shadow: 0 8px 22px rgba(191, 70, 30, 0.4);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid transparent;
}

.cta_bottom a:hover {
  background: #ffffff;
  color: #bf461e !important;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.35);
  border-color: #bf461e;
}

.cta_bottom a:hover svg {
  transform: translateX(5px);
  stroke: #bf461e;
}

/* ==========================================================================
   Editorial Text Link (Blue Underlined)
   ========================================================================== */
.editorial-blue-link {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0056b3 !important;
  text-decoration: underline !important;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.editorial-blue-link:hover {
  color: #003d82 !important;
  opacity: 0.9;
}

/* ==========================================================================
   Luxury Experience Highlight Section Component (Light Theme, No Underline)
   ========================================================================== */
.discover-highlight-section {
  position: relative;
}

.discover-highlight-card {
  display: block;
  position: relative;
  background: linear-gradient(135deg, #fffaf5 0%, #fff1e5 100%);
  padding: 3.5rem 2.5rem;
  border-radius: 24px;
  border: 2px solid var(--brand-design-detail); /* #fe7322 */
  box-shadow: 0 15px 40px rgba(191, 70, 30, 0.12);
  text-decoration: none !important;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.discover-highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-block-title) 0%, var(--brand-design-detail) 100%);
}

.discover-highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(191, 70, 30, 0.25);
  border-color: var(--brand-block-title); /* #bf461e */
}

.discover-highlight-badge {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--brand-design-detail);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.discover-highlight-title {
  font-family: var(--font-sans);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--brand-block-title); /* #bf461e */
  line-height: 1.35;
  letter-spacing: 0.5px;
  margin-bottom: 1.8rem;
  text-decoration: none !important;
  transition: color 0.35s ease;
}

.discover-highlight-card:hover .discover-highlight-title {
  color: var(--brand-design-detail); /* #fe7322 */
}

.discover-highlight-footer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: var(--brand-block-title);
  text-transform: uppercase;
}

.discover-highlight-arrow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-block-title) 0%, var(--brand-design-detail) 100%);
  color: #ffffff;
  transition: transform 0.35s ease, background 0.35s ease;
}

.discover-highlight-card:hover .discover-highlight-arrow-wrapper {
  transform: translateX(8px);
  background: var(--brand-block-title);
}

.discover-highlight-card:hover .discover-highlight-arrow-wrapper svg {
  stroke: #ffffff;
}

/* ==========================================================================
   Footer Bar
   ========================================================================== */
.footer-bar {
  background-color: #000000;
  border-top: 1px solid #1a1a1a;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media (max-width: 991.98px) {
  .hero-section {
    min-height: 60vh;
    background-attachment: scroll;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

  .animated-figure {
    margin-top: 1rem;
    height: 380px;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding: 4rem 1rem;
  }

  .dropcap {
    font-size: 3.5rem;
  }

  .animated-figure {
    height: 280px;
  }

  .cta_bottom a {
    width: 100%;
    padding: 14px 28px;
    font-size: 0.9rem;
  }
}