.elementor-6 .elementor-element.elementor-element-8625df9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-076cfa8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-55adff4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-abd6a14{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-abd6a14:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-abd6a14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5ED;}.elementor-6 .elementor-element.elementor-element-22ddcca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-50f2fe9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-85c745d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-8afef2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-cb423de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-408bacf *//* ==========================================================================
   SECTION 1: CINEMATIC HERO (PALACE VIDEO TOP & CURVED CREAM HERO CARD)
   Completely Scoped, Standalone & Elementor / Gutenberg Compatible
   Background Color: #FFF8F1
   ========================================================================== */

.cinematic-hero,
.cinematic-hero-wrapper,
.wp-block-group.alignfull.cinematic-hero,
.entry-content .cinematic-hero,
.wp-block-post-content .cinematic-hero,
.is-layout-constrained > .cinematic-hero {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  background-color: #FFF8F1 !important;
  color: #2D211A !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.cinematic-hero *,
.cinematic-hero *::before,
.cinematic-hero *::after {
  box-sizing: border-box;
}

/* 1. TOP VIDEO STAGE AREA */
.cinematic-hero__video-stage {
  position: relative;
  width: 100%;
  height: clamp(450px, 62vh, 680px);
  overflow: hidden;
  background-color: #120E0B;
}

.cinematic-hero__video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?q=80&w=1920&auto=format&fit=crop');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cinematic-hero__video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.cinematic-hero__fallback-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cinematic-hero__video-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 60%);
  pointer-events: none;
}

/* 2. CONCAVE UPWARD CURVED DIVIDER (#FFF8F1 SEAMLESS MATCH) */
.cinematic-hero__curve-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: clamp(40px, 7vh, 80px);
  z-index: 5;
  pointer-events: none;
}

.cinematic-hero__curve-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* 3. CREAM HERO COMPOSITION CARD (#FFF8F1 WARM IVORY BACKGROUND) */
.cinematic-hero__card {
  position: relative;
  width: 100%;
  flex: 1;
  background-color: #FFF8F1 !important;
  background: linear-gradient(180deg, #FDE6D2 0%, #FFF8F1 100%) !important;
  padding: clamp(1.5rem, 3.5vh, 2.5rem) 1.5rem clamp(1.5rem, 4vh, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 6;
  box-sizing: border-box;
}

/* 4. CORNER PATTERN IMAGE MEDIA */
.cinematic-hero__corner-media {
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  height: auto;
}

.cinematic-hero__corner-media--left {
  left: 0;
  width: clamp(750px, 85vw, 1350px);
  max-width: 1350px;
}

.cinematic-hero__corner-media--right {
  right: 0;
  width: clamp(750px, 85vw, 1350px);
  max-width: 1350px;
  transform: scaleX(-1);
}

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

/* 5. EDITORIAL TEXT COMPOSITION */
.cinematic-hero__content-inner {
  position: relative;
  z-index: 10;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2vh, 1.5rem);
}

.cinematic-hero__filigree-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -0.25rem;
}

.cinematic-hero__heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #2D211A;
  margin: 0;
  text-shadow: none !important;
}

.cinematic-hero__heading span.hero-italic-accent {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #D97706;
  background: linear-gradient(135deg, #E07A1E 0%, #C86800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0.1em;
  text-shadow: none !important;
}

.cinematic-hero__paragraph {
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  font-weight: 400;
  line-height: 1.6;
  color: #6B5B52;
  max-width: 660px;
  margin: 0;
  text-shadow: none !important;
}

/* 6. BUTTON ACTIONS */
.cinematic-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.cinematic-hero__btn-primary {
  min-height: 48px;
  padding: 0.85rem 2.2rem;
  background: linear-gradient(135deg, #E58E26 0%, #D97706 100%);
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 8px 25px rgba(217, 119, 6, 0.32);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-shadow: none !important;
}

.cinematic-hero__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(217, 119, 6, 0.45);
}

.cinematic-hero__btn-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.cinematic-hero__btn-primary:hover .cinematic-hero__btn-icon {
  transform: translateX(4px);
}

.cinematic-hero__btn-secondary {
  min-height: 48px;
  padding: 0.85rem 2.2rem;
  background: transparent;
  color: #4A3A30;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 9999px;
  border: 1.5px solid #C89660;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-shadow: none !important;
}

.cinematic-hero__btn-secondary:hover {
  background: rgba(200, 150, 96, 0.1);
  border-color: #D97706;
  color: #C86800;
}

/* RESPONSIVE MOBILE BREAKPOINT */
@media (max-width: 767px) {
  .cinematic-hero__video-stage {
    height: 48vh;
    min-height: 320px;
  }

  .cinematic-hero__card {
    padding: 1.5rem 1rem 2rem;
  }

  .cinematic-hero__heading {
    font-size: clamp(1.85rem, 6.8vw, 2.4rem);
    line-height: 1.2;
  }

  .cinematic-hero__paragraph {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .cinematic-hero__actions {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    gap: 0.75rem;
  }

  .cinematic-hero__btn-primary,
  .cinematic-hero__btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .cinematic-hero__corner-media--left,
  .cinematic-hero__corner-media--right {
    width: clamp(380px, 90vw, 750px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d856bd4 *//**
 * SECTION 2: THE ART OF CELEBRATION (ORIGINAL WARM PASTEL CREAM THEME)
 * Features original soft pastel background, 3-column experience cards,
 * fixed corner floral artworks, card image parallax, and z-index 100 floating rose petals.
 */

.luxury-section-experiences {
  position: relative;
  width: 100%;
  margin-top: 0 !important;
  padding: 5rem 5% 6rem 5%;
  background: linear-gradient(180deg, #FFF8F2 0%, #FFF5EC 50%, #FFF8F2 100%);
  color: #2A1D15;
  box-sizing: border-box;
  overflow: hidden;
}

.luxury-section-experiences__container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* Editorial Section Header */
.luxury-section-experiences__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 4rem;
}

.luxury-section-experiences__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.25rem;
  background: rgba(255, 136, 66, 0.14);
  border: 1px solid rgba(255, 136, 66, 0.35);
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.luxury-section-experiences__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: #2A1D15;
  line-height: 1.18;
  margin: 0 0 1rem 0;
}

.luxury-section-experiences__title span {
  background: linear-gradient(135deg, #FF6A13 0%, #D94500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.luxury-section-experiences__lead {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: #5A483E;
  line-height: 1.6;
  margin: 0;
}

/* 3-Column Experience Cards Grid */
.luxury-section-experiences__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.luxury-card {
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid rgba(255, 136, 66, 0.25);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 45px rgba(255, 106, 19, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.luxury-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 136, 66, 0.5);
  box-shadow: 0 24px 55px rgba(255, 106, 19, 0.16), 0 6px 18px rgba(0, 0, 0, 0.05);
}

.luxury-card__media {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.luxury-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-card:hover .luxury-card__img {
  transform: scale(1.08);
}

.luxury-card__badge-floating {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 136, 66, 0.35);
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.luxury-card__body {
  padding: 1.75rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.luxury-card__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF8842;
  margin-bottom: 0.5rem;
}

.luxury-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2A1D15;
  margin: 0 0 0.75rem 0;
  line-height: 1.25;
}

.luxury-card__desc {
  font-size: 0.9rem;
  color: #5A483E;
  line-height: 1.55;
  margin: 0 0 1.5rem 0;
  flex: 1;
}

.luxury-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.luxury-card__link:hover {
  color: #FF6A13;
  gap: 0.75rem;
}

/* Quote Banner */
.luxury-quote-banner {
  margin-top: 4rem;
  padding: 2.5rem 3rem;
  background: linear-gradient(145deg, #FFFFFF 0%, #FFF5EC 100%);
  border: 1.5px solid rgba(255, 136, 66, 0.28);
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 16px 45px rgba(255, 106, 19, 0.08);
}

.luxury-quote-banner__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-style: italic;
  color: #2A1D15;
  line-height: 1.45;
  margin: 0 0 1rem 0;
}

.luxury-quote-banner__author {
  font-size: 0.82rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ==========================================================================
   CORNER FLORAL BORDER ARTWORKS (FIXED / NO PARALLAX)
   ========================================================================== */
.cherry-flowers-media {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  height: auto;
}

.cherry-flowers-media__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(255, 106, 19, 0.12));
}

.cherry-flowers-media--bottom-left {
  bottom: 0;
  left: 0;
  width: clamp(420px, 52vw, 760px);
  max-width: 760px;
  opacity: 0.92;
}

.cherry-flowers-media--bottom-right {
  bottom: 0;
  right: 0;
  width: clamp(420px, 52vw, 760px);
  max-width: 760px;
  opacity: 0.92;
  transform: scaleX(-1);
}

/* ==========================================================================
   3D FLOATING ROSE PETALS (ABOVE EVERYTHING WITH TRANSPARENCY & PARALLAX)
   ========================================================================== */
.floating-petal {
  position: absolute;
  z-index: 100 !important; /* Above everything! */
  pointer-events: none;
  object-fit: contain;
  opacity: 0.88;
  animation: petalFloatDrift 12s ease-in-out infinite alternate;
  will-change: transform;
}

.floating-petal--lg { width: clamp(48px, 5.5vw, 80px); height: auto; }
.floating-petal--md { width: clamp(34px, 3.8vw, 56px); height: auto; }
.floating-petal--sm { width: clamp(22px, 2.4vw, 38px); height: auto; }

@keyframes petalFloatDrift {
  0% { transform: translateY(0px) rotate(0deg) scale(1); }
  33% { transform: translateY(-22px) rotate(15deg) scale(1.05); }
  66% { transform: translateY(16px) rotate(-10deg) scale(0.95); }
  100% { transform: translateY(-18px) rotate(18deg) scale(1.03); }
}

/* Responsive */
@media (max-width: 991px) {
  .luxury-section-experiences__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .luxury-section-experiences { padding: 4rem 1.25rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec4f8cf *//**
 * SECTION 3: FEATURED PORTFOLIO & VIDEO CAROUSEL SHOWCASE
 * Features horizontal video slider with pure video panels, crisp navigation arrows,
 * empty floating alt text fix, and clean bespoke video pop-up modal with Instagram post URL button.
 */

.luxury-section-portfolio {
  position: relative;
  width: 100%;
  padding: 5rem 5% 6rem 5%;
  background: linear-gradient(180deg, #FFF8F2 0%, #FFF5EC 50%, #FFF8F2 100%);
  color: #2A1D15;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.luxury-section-portfolio__container {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* Editorial Header */
.luxury-section-portfolio__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}

.luxury-section-portfolio__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.25rem;
  background: rgba(255, 136, 66, 0.14);
  border: 1px solid rgba(255, 136, 66, 0.35);
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.luxury-section-portfolio__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: #2A1D15;
  line-height: 1.18;
  margin: 0 0 1rem 0;
}

.luxury-section-portfolio__title span {
  background: linear-gradient(135deg, #FF6A13 0%, #D94500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.luxury-section-portfolio__lead {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: #5A483E;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   VIDEO REELS SLIDER / CAROUSEL
   ========================================================================== */
.ig-reels-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.ig-reels-slider__track {
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 1.25rem 0.5rem 2rem 0.5rem;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ig-reels-slider__track::-webkit-scrollbar {
  display: none;
}

/* INSTAGRAM REEL SLIDE PANELS (PURE VIDEO - NO TEXT) */
.ig-reel-slide {
  flex: 0 0 auto;
  width: clamp(280px, 24vw, 340px);
  height: clamp(480px, 60vh, 580px);
  border-radius: 26px;
  overflow: hidden;
  background: #120E0B;
  border: 2px solid rgba(255, 136, 66, 0.3);
  box-shadow: 0 20px 50px rgba(255, 106, 19, 0.12), 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  scroll-snap-align: start;
  cursor: pointer;
  position: relative;
}

.ig-reel-slide:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(255, 136, 66, 0.65);
  box-shadow: 0 30px 65px rgba(255, 106, 19, 0.22), 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ig-reel-slide__media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ig-reel-slide__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.ig-reel-slide:hover .ig-reel-slide__video {
  transform: scale(1.08);
}

/* Reel Badge (Top-Left) */
.ig-reel-slide__badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  background: rgba(18, 14, 11, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  z-index: 3;
}

/* Center Play Button Overlay */
.ig-reel-slide__play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.45) 100%);
  opacity: 0.88;
  transition: opacity 0.3s ease, background 0.3s ease;
  z-index: 2;
}

.ig-reel-slide:hover .ig-reel-slide__play-overlay {
  opacity: 1;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
}

.ig-reel-slide__play-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8842, #FF6A13);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(255, 106, 19, 0.45);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ig-reel-slide:hover .ig-reel-slide__play-btn {
  transform: scale(1.18);
}

/* SLIDER NAVIGATION ARROWS (CRISP VISIBLE ARROWS ON DESKTOP & MOBILE) */
.ig-reels-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2.5px solid #FF8842;
  color: #FF6A13;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
  box-shadow: 0 10px 30px rgba(255, 106, 19, 0.28);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
  outline: none;
}

.ig-reels-slider__arrow svg {
  width: 28px;
  height: 28px;
  fill: #FF6A13;
  transition: fill 0.3s ease, transform 0.3s ease;
}

.ig-reels-slider__arrow:hover {
  background: #FF6A13;
  border-color: #FF6A13;
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.14);
  box-shadow: 0 14px 35px rgba(255, 106, 19, 0.45);
}

.ig-reels-slider__arrow:hover svg {
  fill: #FFFFFF;
}

.ig-reels-slider__arrow--prev { left: clamp(-15px, -2vw, 10px); }
.ig-reels-slider__arrow--next { right: clamp(-15px, -2vw, 10px); }

/* ==========================================================================
   CLEAN BESPOKE VIDEO POP-UP MODAL (NO INSTAGRAM THEME, LUXURY EVENT STYLE)
   ========================================================================== */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 14, 11, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.video-modal__container {
  position: relative;
  z-index: 10;
  width: min(92vw, 1040px);
  max-height: 90vh;
  background: #FFFFFF;
  border: 2px solid rgba(255, 136, 66, 0.4);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(42, 29, 21, 0.35), 0 0 50px rgba(255, 106, 19, 0.15);
  transform: scale(0.92);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.video-modal.is-open .video-modal__container {
  transform: scale(1);
}

/* MODAL HEADER (COUPLE NAME, LOCATION & INSTAGRAM POST LINK BUTTON) */
.video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2rem;
  background: #FFF8F2;
  border-bottom: 1.5px solid rgba(255, 136, 66, 0.25);
  z-index: 15;
}

.video-modal__header-titles {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.video-modal__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  color: #2A1D15;
  margin: 0;
}

.video-modal__subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #E05D00;
}

.video-modal__dot {
  color: rgba(90, 72, 62, 0.4);
}

.video-modal__header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* INSTAGRAM POST URL LINK BUTTON */
.video-modal__ig-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem;
  background: linear-gradient(135deg, #E1306C, #F77737);
  color: #FFFFFF !important;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-modal__ig-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(225, 48, 108, 0.45);
}

/* CLOSE BUTTON */
.video-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(42, 29, 21, 0.08);
  border: 1.5px solid rgba(42, 29, 21, 0.15);
  color: #2A1D15;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1;
}

.video-modal__close:hover {
  background: #FF6A13;
  border-color: #FF6A13;
  color: #FFFFFF;
  transform: rotate(90deg);
}

/* MODAL BODY (VIDEO + DESCRIPTION SIDEBAR) */
.video-modal__body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  height: min(75vh, 600px);
}

.video-modal__video-stage {
  position: relative;
  width: 100%;
  height: 100%;
  background: #120E0B;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-modal__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* AUDIO TOGGLE BUTTON */
.video-modal__video-controls {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 10;
}

.video-modal__audio-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(18, 14, 11, 0.75);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.video-modal__audio-btn:hover {
  background: #FF6A13;
  border-color: #FF6A13;
  transform: scale(1.1);
}

.video-modal__sidebar {
  background: #FFFFFF;
  color: #2A1D15;
  display: flex;
  flex-direction: column;
  padding: 2rem 2.25rem;
  overflow-y: auto;
  border-left: 1.5px solid rgba(255, 136, 66, 0.2);
}

.video-modal__story-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 136, 66, 0.2);
}

.video-modal__description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5A483E;
  margin: 0 0 1.5rem 0;
}

/* CORNER MANDALA ARTWORKS - TOP LEFT & TOP RIGHT (VERTICALLY INVERTED) */
.portfolio-corner-media {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  height: auto;
}

.portfolio-corner-media__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(255, 106, 19, 0.12));
}

.portfolio-corner-media--top-left {
  top: 0;
  left: 0;
  width: clamp(420px, 52vw, 760px);
  max-width: 760px;
  opacity: 0.92;
  transform: scaleY(-1);
}

.portfolio-corner-media--top-right {
  top: 0;
  right: 0;
  width: clamp(420px, 52vw, 760px);
  max-width: 760px;
  opacity: 0.92;
  transform: scale(-1, -1);
}

/* 3D FLOATING PETALS */
.floating-petal {
  position: absolute;
  z-index: 100 !important;
  pointer-events: none;
  object-fit: contain;
  opacity: 0.88;
  animation: petalFloatDrift 12s ease-in-out infinite alternate;
  will-change: transform;
}

.floating-petal--lg { width: clamp(48px, 5.5vw, 80px); height: auto; opacity: 0.9; }
.floating-petal--md { width: clamp(34px, 3.8vw, 56px); height: auto; opacity: 0.8; }
.floating-petal--sm { width: clamp(22px, 2.4vw, 38px); height: auto; opacity: 0.7; }

@keyframes petalFloatDrift {
  0% { transform: translateY(0px) rotate(0deg) scale(1); }
  33% { transform: translateY(-22px) rotate(15deg) scale(1.05); }
  66% { transform: translateY(16px) rotate(-10deg) scale(0.95); }
  100% { transform: translateY(-18px) rotate(18deg) scale(1.03); }
}

@media (max-width: 991px) {
  .luxury-section-portfolio { padding: 4rem 1.25rem; }
  
  .video-modal__header {
    padding: 1rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .video-modal__header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .video-modal__body {
    grid-template-columns: 1fr;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
  }

  .video-modal__video-stage { height: 340px; }
  .video-modal__sidebar { border-left: none; border-top: 1.5px solid rgba(255, 136, 66, 0.2); padding: 1.5rem 1.25rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc57fe4 *//**
 * SECTION 7: STICKY PROCESS TIMELINE (PASTEL ORANGE & WHITE THEME - 3X EXPANDED SCALE)
 * Elementor HTML Widget & WordPress Gutenberg Compatible
 * Full-screen sticky viewport with 3x larger slides fitted inside a luxury decoration flowers pattern frame.
 */

/* ==========================================================================
   ELEMENTOR HTML WIDGET & CONTAINER COMPATIBILITY OVERRIDES
   ========================================================================== */
.elementor-widget-html:has(.luxury-section-sticky-process),
.elementor-widget-container:has(.luxury-section-sticky-process),
.elementor-widget:has(.luxury-section-sticky-process),
.elementor-element:has(.luxury-section-sticky-process),
.elementor-column:has(.luxury-section-sticky-process),
.elementor-section:has(.luxury-section-sticky-process),
.elementor-container:has(.luxury-section-sticky-process) {
  overflow: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Fallback for browsers without :has() support */
.elementor-widget-html,
.elementor-widget-container {
  overflow: visible !important;
}

.luxury-section-sticky-process,
.wp-block-group.alignfull.luxury-section-sticky-process,
.entry-content .luxury-section-sticky-process,
.wp-block-post-content .luxury-section-sticky-process,
.is-layout-constrained > .luxury-section-sticky-process,
.elementor-widget-container .luxury-section-sticky-process {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: transparent;
  color: #2A1D15;
  box-sizing: border-box !important;
  overflow: visible !important;
  z-index: 1;
}

.sticky-process__wrapper {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  height: 320vh;
  overflow: visible !important;
}

.sticky-process__viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100vw !important;
  max-width: 100vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  z-index: 10;
}

/* CLEAN FULL SCREEN CONTAINER (3X EXPANDED CONTAINER & STAGE) */
.sticky-process__box {
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2vh, 2.5rem) 4%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.sticky-process__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1rem, 2.5vh, 2rem);
  position: relative;
  z-index: 2;
}

.sticky-process__header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.sticky-process__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.6rem;
  background: rgba(255, 136, 66, 0.14);
  border: 1.5px solid rgba(255, 136, 66, 0.4);
  border-radius: 40px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

.sticky-process__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5.2vw, 4.2rem);
  font-weight: 600;
  color: #2A1D15;
  line-height: 1.12;
  margin: 0 0 0.6rem 0;
}

.sticky-process__title span {
  background: linear-gradient(135deg, #FF6A13 0%, #D94500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.sticky-process__lead {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  color: #5A483E;
  margin: 0;
  line-height: 1.6;
}

.sticky-process__grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(2.5rem, 4vw, 4.5rem);
  align-items: center;
}

/* Left Column Timeline (3X BIGGER TEXT & BADGES) */
.sticky-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 2vh, 1.8rem);
}

.sticky-timeline__item {
  position: relative;
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  opacity: 0.45;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  filter: grayscale(0.5);
  padding: 0.35rem 0;
}

.sticky-timeline__item:hover {
  opacity: 0.85;
}

.sticky-timeline__item.is-active {
  opacity: 1;
  filter: grayscale(0);
  transform: translateX(6px);
}

.sticky-timeline__badge {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #F4ECE4;
  border: 2px solid #E6D5C5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #7A6557;
  transition: all 0.3s ease;
  z-index: 2;
  box-sizing: border-box;
}

.sticky-timeline__item.is-active .sticky-timeline__badge {
  background: linear-gradient(135deg, #FF8842, #FF6A13);
  border-color: #FF8842;
  color: #FFF;
  box-shadow: 0 6px 24px rgba(255, 106, 19, 0.4);
  transform: scale(1.15);
}

.sticky-timeline__content {
  display: flex;
  flex-direction: column;
}

.sticky-timeline__item-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
  color: #2A1D15;
  margin: 0;
  transition: color 0.3s ease;
}

.sticky-timeline__item.is-active .sticky-timeline__item-title {
  color: #E05D00;
}

.sticky-timeline__item-desc {
  font-size: clamp(0.98rem, 1.25vw, 1.15rem);
  color: #5A483E;
  margin: 0;
  line-height: 1.55;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-timeline__item.is-active .sticky-timeline__item-desc {
  max-height: 140px;
  opacity: 1;
  margin-top: 0.45rem;
}

/* Right Column Stage & Floral Frame (3X BIGGER STAGE FRAME) */
.sticky-stage {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DECORATION FLOWERS PATTERN FRAME SURROUNDING THE SLIDE (3X EXPANDED) */
.slide-floral-frame {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: clamp(480px, 64vh, 640px);
  padding: 24px;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 238, 0.95) 100%);
  border-radius: 36px;
  box-shadow: 
    0 30px 80px rgba(255, 106, 19, 0.18),
    0 6px 20px rgba(0, 0, 0, 0.04),
    inset 0 0 0 2px rgba(255, 136, 66, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner Dashed Floral Border Accent */
.slide-floral-frame::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 28px;
  border: 2px dashed rgba(255, 136, 66, 0.42);
  pointer-events: none;
  z-index: 2;
}

/* Floral Corner SVG Ornaments (3X BIGGER CORNER ARTWORKS) */
.slide-floral-corner {
  position: absolute;
  width: 95px;
  height: 95px;
  pointer-events: none;
  z-index: 4;
}
.slide-floral-corner--tl { top: -14px; left: -14px; }
.slide-floral-corner--tr { top: -14px; right: -14px; }
.slide-floral-corner--bl { bottom: -14px; left: -14px; }
.slide-floral-corner--br { bottom: -14px; right: -14px; }

.sticky-stage__cards-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.sticky-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: #FFFFFF;
  border: 2px solid rgba(255, 136, 66, 0.28);
  box-shadow: 0 16px 45px rgba(255, 106, 19, 0.12), 0 4px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px) scale(0.93);
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.sticky-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 5;
}

.sticky-card.is-prev {
  opacity: 0;
  transform: translateY(-40px) scale(0.95);
  z-index: 1;
}

.sticky-card.is-next {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  z-index: 1;
}

.sticky-card__image-box {
  position: relative;
  width: 100%;
  height: 52%;
  min-height: 240px;
  overflow: hidden;
}

.sticky-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sticky-card__badge-floating {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.45rem 1.15rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1.5px solid rgba(255, 136, 66, 0.4);
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #E05D00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.sticky-card__content {
  padding: 1.8rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sticky-card__number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FF8842;
  margin-bottom: 0.4rem;
  display: inline-block;
}

.sticky-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
  color: #2A1D15;
  margin: 0 0 0.6rem 0;
  line-height: 1.2;
}

.sticky-card__desc {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  color: #5A483E;
  margin: 0;
  line-height: 1.6;
}

/* MOBILE RESPONSIVE OPTIMIZATION */
@media (max-width: 991px) {
  .sticky-process__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sticky-timeline { display: none; }
  .slide-floral-frame { max-width: 100%; height: clamp(420px, 55vh, 520px); }
  .sticky-card__image-box { height: 48%; }
  .sticky-card__content { padding: 1.25rem 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af5808f *//* ==========================================================================
   SECTION 10: LUXURY EVENT/WEDDING INQUIRY SECTION (REDESIGNED EDITORIAL CONCIERGE)
   WordPress & Elementor HTML Widget Compatible
   All CSS strictly scoped under .event-inquiry
   Palette: Background #FFF8F2 | Text #241611 | Secondary #6F5A50 | Accent #FF6A13 | Borders rgba(43,23,16,0.14)
   ========================================================================== */

.event-inquiry {
  position: relative;
  width: 100%;
  background-color: #FFF8F2;
  color: #241611;
  padding: clamp(60px, 9vw, 110px) 24px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.event-inquiry *,
.event-inquiry *::before,
.event-inquiry *::after {
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   CONTAINER & ASYMMETRIC EDITORIAL LAYOUT
   -------------------------------------------------------------------------- */
.event-inquiry__container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

.event-inquiry__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 1024px) {
  .event-inquiry__layout {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 64px;
    align-items: center;
  }
}

/* --------------------------------------------------------------------------
   LEFT COLUMN: EDITORIAL CONTENT
   -------------------------------------------------------------------------- */
.event-inquiry__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event-inquiry__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6A13;
  margin-bottom: 16px;
  display: block;
}

.event-inquiry__headline-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.event-inquiry__headline-shape {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 280px;
  height: 160px;
  pointer-events: none;
  z-index: 0;
}

.event-inquiry__headline {
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 500;
  line-height: 1.12;
  color: #241611;
  margin: 0;
  letter-spacing: -0.01em;
}

.event-inquiry__headline-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #FF6A13;
}

.event-inquiry__description {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65;
  color: #6F5A50;
  margin: 0 0 44px 0;
  max-width: 480px;
}

/* COMPACT EDITORIAL CONCIERGE (NO CARDS) */
.event-inquiry__concierge {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid rgba(43, 23, 16, 0.12);
  padding-top: 32px;
  width: 100%;
  max-width: 480px;
}

.event-inquiry__concierge-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-inquiry__concierge-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6A13;
}

.event-inquiry__concierge-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #241611;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.event-inquiry__concierge-link:hover,
.event-inquiry__concierge-link:focus-visible {
  color: #FF6A13;
  outline: none;
}

.event-inquiry__arrow {
  transition: transform 0.25s ease;
}

.event-inquiry__concierge-link:hover .event-inquiry__arrow {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   RIGHT COLUMN: PREMIUM INQUIRY PANEL
   -------------------------------------------------------------------------- */
.event-inquiry__right {
  width: 100%;
}

.event-inquiry__panel {
  background: #FFFFFF;
  border: 1px solid rgba(43, 23, 16, 0.12);
  border-radius: 18px;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 3.5vw, 36px);
  box-shadow: 0 20px 60px rgba(43, 23, 16, 0.08);
  width: 100%;
}

.event-inquiry__panel-header {
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(43, 23, 16, 0.1);
  padding-bottom: 20px;
}

.event-inquiry__panel-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6A13;
  display: block;
  margin-bottom: 6px;
}

.event-inquiry__panel-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 600;
  color: #241611;
  margin: 0 0 6px 0;
  line-height: 1.25;
}

.event-inquiry__panel-subtitle {
  font-size: 0.9rem;
  color: #6F5A50;
  margin: 0;
}

.event-inquiry__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --------------------------------------------------------------------------
   FORM GRID & FIELDS
   -------------------------------------------------------------------------- */
.event-inquiry__form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 600px) {
  .event-inquiry__form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }

  .event-inquiry__field--full {
    grid-column: 1 / -1;
  }
}

.event-inquiry__field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.event-inquiry__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #241611;
  margin-bottom: 6px;
  display: block;
}

.event-inquiry__required {
  color: #FF6A13;
  margin-left: 2px;
}

.event-inquiry__input,
.event-inquiry__select,
.event-inquiry__textarea {
  width: 100%;
  min-width: 0;
  height: 48px;
  background-color: #FFFFFF;
  border: 1px solid rgba(43, 23, 16, 0.14);
  border-radius: 12px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #241611;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.event-inquiry__input::placeholder,
.event-inquiry__textarea::placeholder {
  color: #9C8B82;
  opacity: 0.85;
}

.event-inquiry__input:focus,
.event-inquiry__select:focus,
.event-inquiry__textarea:focus {
  outline: none;
  border-color: #FF6A13;
  box-shadow: 0 0 0 3px rgba(255, 106, 19, 0.10);
}

/* CUSTOM SELECT CONTAINER WITH CHEVRON ICON */
.event-inquiry__select-wrapper {
  position: relative;
  width: 100%;
}

.event-inquiry__select {
  padding-right: 40px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236F5A50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}

.event-inquiry__select:invalid,
.event-inquiry__select option[value=""][disabled] {
  color: #9C8B82;
}

.event-inquiry__select option {
  color: #241611;
  background-color: #FFFFFF;
  padding: 8px 12px;
}

/* DATE INPUT */
.event-inquiry__input--date {
  position: relative;
  cursor: pointer;
}

.event-inquiry__input--date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.65;
  filter: sepia(0.8) hue-rotate(350deg) saturate(3);
  transition: opacity 0.2s ease;
}

.event-inquiry__input--date::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* TEXTAREA */
.event-inquiry__textarea {
  height: auto;
  min-height: 96px;
  resize: vertical;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   ACTIONS & BUTTONS
   -------------------------------------------------------------------------- */
.event-inquiry__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

/* PRIMARY CTA */
.event-inquiry__submit-btn {
  width: 100%;
  height: 54px;
  background-color: #FF6A13;
  color: #FFFFFF;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background-color 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 106, 19, 0.25);
}

.event-inquiry__submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 106, 19, 0.38);
  background-color: #F05C05;
}

.event-inquiry__submit-btn:active {
  transform: translateY(0);
}

.event-inquiry__submit-btn:focus-visible {
  outline: 2px solid #FF6A13;
  outline-offset: 3px;
}

/* SECONDARY WHATSAPP ACTION */
.event-inquiry__whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.event-inquiry__whatsapp-label {
  font-size: 0.8125rem;
  color: #6F5A50;
}

.event-inquiry__whatsapp-btn {
  width: 100%;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid rgba(43, 23, 16, 0.18);
  background-color: transparent;
  color: #241611;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.event-inquiry__whatsapp-btn:hover {
  border-color: #FF6A13;
  background-color: rgba(255, 106, 19, 0.05);
  color: #FF6A13;
}

.event-inquiry__whatsapp-btn:focus-visible {
  outline: 2px solid #FF6A13;
  outline-offset: 2px;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS (320px, 375px, 480px, 768px, 1024px, 1280px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .event-inquiry {
    padding: 48px 20px;
  }

  .event-inquiry__layout {
    gap: 40px;
  }

  .event-inquiry__headline {
    font-size: clamp(2.2rem, 7vw, 2.75rem);
  }

  .event-inquiry__headline-shape {
    width: 220px;
    height: 120px;
  }

  .event-inquiry__description {
    margin-bottom: 32px;
  }

  .event-inquiry__concierge {
    padding-top: 24px;
    gap: 20px;
  }

  .event-inquiry__panel {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .event-inquiry__form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .event-inquiry {
    padding: 40px 16px;
  }

  .event-inquiry__headline {
    font-size: clamp(1.9rem, 8vw, 2.3rem);
  }

  .event-inquiry__panel {
    padding: 24px 16px;
  }

  .event-inquiry__input,
  .event-inquiry__select {
    height: 48px;
  }

  .event-inquiry__submit-btn {
    height: 52px;
  }
}

/* REDUCED MOTION ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
  .event-inquiry *,
  .event-inquiry *::before,
  .event-inquiry *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transform: none !important;
  }
}/* End custom CSS */