/* ============================================================
   CHALETTE RECORDS — PREMIUM ENHANCEMENT LAYER
   Adds: dark glassmorphism, neon accents, 3D depth & parallax,
   scroll-reveal choreography and micro-interactions.
   This file only ADDS/OVERRIDES visual styling — it never
   removes or renames any existing class, id, link or asset.
   ============================================================ */

:root{
  --cr-bg:#07070a;
  --cr-bg-2:#0d0d13;
  --cr-panel: rgba(255,255,255,0.055);
  --cr-panel-border: rgba(255,255,255,0.10);
  --cr-accent:#ff3d5a;
  --cr-accent-2:#ff9f4f;
  --cr-accent-3:#6ee7ff;
  --cr-text:#f4f2ef;
  --cr-text-dim: rgba(244,242,239,0.66);
  --cr-glow: 0 0 40px rgba(255,61,90,0.35);
  --cr-radius: 18px;
  --cr-ease: cubic-bezier(.16,.84,.44,1);
}

*{ cursor: none; }
@media (hover:none), (pointer:coarse){ *{ cursor: auto; } }

html.lenis{ height:auto; }
html.lenis, html.lenis body{ height:auto; }
.lenis.lenis-smooth{ scroll-behavior:auto !important; }
.lenis.lenis-stopped{ overflow:hidden; }

body{
  background:
    radial-gradient(1100px 600px at 12% -10%, rgba(255,61,90,0.16), transparent 60%),
    radial-gradient(900px 500px at 110% 10%, rgba(110,231,255,0.10), transparent 60%),
    var(--cr-bg) !important;
  color: var(--cr-text) !important;
  position: relative;
}

body::before{
  content:"";
  position: fixed; inset:0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity:.35;
  pointer-events:none;
  z-index:0;
}

/* ---------- Custom cursor ---------- */
#cr-cursor{
  position: fixed; top:0; left:0; width:26px; height:26px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.65);
  transform: translate(-50%,-50%);
  pointer-events:none;
  z-index:9999;
  mix-blend-mode: difference;
  transition: width .25s var(--cr-ease), height .25s var(--cr-ease), background .25s ease, border-color .25s ease;
}
#cr-cursor.cr-cursor-hover{
  width:56px; height:56px;
  background: rgba(255,255,255,0.12);
}
#cr-cursor-dot{
  position: fixed; top:0; left:0; width:5px; height:5px; border-radius:50%;
  background:#fff; transform:translate(-50%,-50%); pointer-events:none; z-index:9999;
}

/* ---------- Navbar glass ---------- */
.w3-top{ z-index: 50 !important; }
.w3-top .w3-bar{
  background: rgba(8,8,12,0.55) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.w3-bar-item{
  letter-spacing:.6px;
  font-weight:600;
  position: relative;
  transition: color .3s ease;
}
.w3-bar .w3-bar-item::after{
  content:"";
  position:absolute; left:16px; right:16px; bottom:6px; height:2px;
  background: linear-gradient(90deg,var(--cr-accent),var(--cr-accent-2));
  transform: scaleX(0); transform-origin:left;
  transition: transform .35s var(--cr-ease);
}
.w3-bar .w3-bar-item:hover::after{ transform: scaleX(1); }
.w3-bar .w3-bar-item:hover{ color: var(--cr-accent-2) !important; background:transparent !important; }

/* ---------- ARCHIVE nav link — attention-grabbing pulsing blue glow ---------- */
@keyframes archivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(56,189,248,0.75), 0 0 10px rgba(56,189,248,0.45); text-shadow: 0 0 8px rgba(56,189,248,0.60); }
  50%  { box-shadow: 0 0 0 9px rgba(56,189,248,0), 0 0 26px rgba(56,189,248,0.70); text-shadow: 0 0 20px rgba(125,211,252,0.95); }
  100% { box-shadow: 0 0 0 0 rgba(56,189,248,0), 0 0 10px rgba(56,189,248,0.45); text-shadow: 0 0 8px rgba(56,189,248,0.60); }
}
.archive-nav-link {
  color: #7dd3fc !important;
  background: rgba(56,189,248,0.10) !important;
  border: 1px solid rgba(56,189,248,0.40) !important;
  border-radius: 8px !important;
  margin: 4px 6px !important;
  padding: 8px 16px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  animation: archivePulse 2.2s infinite ease-in-out;
  transition: all 0.3s ease !important;
}
.archive-nav-link:hover {
  color: #ffffff !important;
  background: rgba(56,189,248,0.22) !important;
  border-color: rgba(56,189,248,0.78) !important;
  transform: translateY(-1px) !important;
  animation: none;
  box-shadow: 0 0 24px rgba(56,189,248,0.55) !important;
}
/* Override the generic ::after underline for archive link */
.archive-nav-link::after { display: none !important; }

/* Attention-grabbing NEW badge on ARCHIVE tab */
@keyframes badgeShimmer {
  0%   { box-shadow: 0 0 6px rgba(255, 61, 90, 0.8), 0 0 12px rgba(255, 159, 79, 0.5); transform: scale(1); }
  50%  { box-shadow: 0 0 14px rgba(255, 61, 90, 1), 0 0 24px rgba(255, 159, 79, 0.85); transform: scale(1.08); }
  100% { box-shadow: 0 0 6px rgba(255, 61, 90, 0.8), 0 0 12px rgba(255, 159, 79, 0.5); transform: scale(1); }
}
.archive-nav-badge {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff3d5a 0%, #ff9f4f 100%);
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 6px;
  vertical-align: middle;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  animation: badgeShimmer 1.8s infinite ease-in-out;
  border: 1px solid rgba(255,255,255,0.4);
}

#navDemo{
  background: rgba(8,8,12,0.92) !important;
  backdrop-filter: blur(18px);
}

/* ---------- Section rhythm & glass panels ---------- */
.w3-black, .w3-white{ background: transparent !important; color: var(--cr-text) !important; position:relative; z-index:1; }
h2.w3-wide{
  font-weight:700;
  background: linear-gradient(90deg,#fff, var(--cr-accent-2) 55%, var(--cr-accent));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  text-shadow:none;
}
.w3-opacity{ color: var(--cr-text-dim) !important; }
.w3-justify{ color: var(--cr-text-dim); }

/* ---------- Reveal-on-scroll (GSAP toggles .cr-in) ---------- */
.cr-reveal{ opacity:0; transform: translateY(48px); will-change: transform, opacity; }
.cr-reveal.cr-in{ opacity:1; transform:none; }

/* ---------- Slideshow / hero ---------- */
.slideshow-container{
  border-radius: var(--cr-radius);
  overflow:hidden;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.7), var(--cr-glow);
  border: 1px solid var(--cr-panel-border);
}
.mySlides img{ display:block; }

/* ---------- Trending / releases swiper ---------- */
.tranding-slide-img{
  border-radius: 1.6rem;
  overflow:hidden;
  position:relative;
  box-shadow: 0 20px 45px -12px rgba(0,0,0,.65);
  transform-style: preserve-3d;
  transition: box-shadow .4s ease;
}
.tranding-slide-img::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.75));
  opacity:0; transition: opacity .35s ease;
  pointer-events: none !important;
}
.tranding-slide-img:hover::after{ opacity:1; }
.tranding-slide-img:hover{ box-shadow: 0 25px 60px -10px rgba(255,61,90,0.45); }
.tranding-slide-img img{ transition: transform .6s var(--cr-ease); }
.tranding-slide-img:hover img{ transform: scale(1.06); }

.tranding-slider-control .slider-arrow{
  background: var(--cr-panel) !important;
  backdrop-filter: blur(10px);
  border: 1px solid var(--cr-panel-border);
  transition: transform .3s var(--cr-ease), box-shadow .3s ease;
}
.tranding-slider-control .slider-arrow:hover{
  transform: scale(1.12);
  box-shadow: 0 0 0 6px rgba(255,61,90,0.15);
}
.tranding-slider-control .slider-arrow ion-icon{ color:#fff !important; }

/* ---------- Pricing cards ---------- */
.price{
  background: var(--cr-panel) !important;
  border: 1px solid var(--cr-panel-border) !important;
  border-radius: var(--cr-radius);
  overflow:hidden;
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  transition: transform .15s ease, box-shadow .4s ease;
}
.price:hover{ box-shadow: 0 25px 60px -18px rgba(255,61,90,0.45) !important; }
.price .header{
  background: linear-gradient(135deg,#141018,#1c1420) !important;
  color:#fff !important;
  letter-spacing:.5px;
}
.price li{ border-bottom-color: rgba(255,255,255,0.08) !important; color: var(--cr-text-dim); }
.price .grey{ background: rgba(255,255,255,0.06) !important; color:#fff !important; }
#strikeprice{ color: rgba(255,255,255,0.4); }

a.w3-hover-opacity, .button{
  transition: transform .3s var(--cr-ease), box-shadow .3s ease, filter .3s ease;
}

/* ---------- Institute tabs ---------- */
.tab{
  background: var(--cr-panel) !important;
  border: 1px solid var(--cr-panel-border) !important;
  border-radius: 14px;
  backdrop-filter: blur(14px);
}
.tab button{
  background: transparent !important;
  color: var(--cr-text-dim) !important;
  font-weight:600;
  letter-spacing:.4px;
}
.tab button:hover{ color:#fff !important; background: rgba(255,255,255,0.06) !important; }
.tab button.active{
  color:#fff !important;
  background: linear-gradient(135deg, var(--cr-accent), var(--cr-accent-2)) !important;
}
.tabcontent{
  background: var(--cr-panel);
  border: 1px solid var(--cr-panel-border);
  border-top:none;
  border-radius: 0 0 14px 14px;
  backdrop-filter: blur(14px);
  color: var(--cr-text-dim);
}

/* ---------- Images / posters get subtle depth ---------- */
img.header-image, img[alt="Trulli"], img[alt="poster"]{
  border-radius: var(--cr-radius);
  box-shadow: 0 25px 60px -18px rgba(0,0,0,.7);
}

/* ---------- Spotify embed glow frame ---------- */
.w3-container iframe[src*="open.spotify.com"]{
  border-radius: 16px !important;
  box-shadow: 0 0 0 1px var(--cr-panel-border), 0 25px 70px -20px rgba(30,215,96,0.35);
}

/* ---------- Map ---------- */
.map-container iframe{
  border-radius: 14px;
  filter: grayscale(0.25) contrast(1.05);
  box-shadow: 0 20px 50px -18px rgba(0,0,0,.7);
}

/* ---------- Footer ---------- */
footer{ background: transparent !important; border-top:1px solid var(--cr-panel-border); position:relative; z-index:1; }
footer i{ transition: transform .3s var(--cr-ease), color .3s ease; }
footer a:hover i{ transform: translateY(-4px) scale(1.15); color: var(--cr-accent-2) !important; }

/* ---------- Magnetic buttons ---------- */
.cr-magnetic{ display:inline-block; will-change:transform; }

/* ---------- Generic tilt container ---------- */
[data-tilt]{ transform-style: preserve-3d; }

::selection{ background: var(--cr-accent); color:#fff; }

/* ---------- Click Interception Fix ---------- */
.js-tilt-glare,
.tranding-slide-content {
  pointer-events: none !important;
}

.tranding-slide-img a,
.tranding-slide-img img {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}

/* ============================================================
   OUR SERVICES SECTION (Cards & Modern Glassmorphic Grid)
   ============================================================ */
.services-section {
  padding: 85px 20px 75px 20px !important;
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.services-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.services-main-heading {
  font-size: 30px !important;
  letter-spacing: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #e28b57 !important;
  background: linear-gradient(135deg, #f7ba8a 0%, #e08c5c 50%, #b86536 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 40px !important;
  text-align: center !important;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 44px;
}

.service-card {
  flex: 0 1 calc(33.333% - 20px);
  min-width: 290px;
  max-width: 370px;
  background: rgba(16, 16, 22, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(224, 140, 92, 0.42);
  border-radius: 18px;
  padding: 34px 24px 30px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.55), 0 0 18px rgba(224, 140, 92, 0.08);
  transition: transform 0.38s cubic-bezier(0.16, 0.84, 0.44, 1),
              border-color 0.35s ease,
              box-shadow 0.38s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(224, 140, 92, 0.12), transparent 70%);
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(224, 140, 92, 0.9);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7), 0 0 32px rgba(224, 140, 92, 0.28);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon-box {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  transition: transform 0.35s ease;
}

.service-card:hover .service-icon-box {
  transform: scale(1.08);
}

.service-icon {
  width: 50px;
  height: 50px;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(224, 140, 92, 0.3));
}

.service-title {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.4 !important;
}

.service-description {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: rgba(240, 240, 246, 0.82) !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

/* WhatsApp CTA Button */
.services-cta-wrap {
  text-align: center;
  margin-top: 10px;
}

.services-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #2fd855 0%, #20aa39 100%) !important;
  color: #ffffff !important;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 13px 34px !important;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.3s cubic-bezier(0.16, 0.84, 0.44, 1),
              box-shadow 0.3s ease,
              filter 0.3s ease;
}

.services-contact-btn i {
  font-size: 20px !important;
}

.services-contact-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.55);
  filter: brightness(1.08);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .service-card {
    flex: 0 1 calc(50% - 20px);
    max-width: 440px;
  }
}

@media (max-width: 640px) {
  .services-section {
    padding: 50px 15px 40px 15px !important;
  }
  .services-main-heading {
    font-size: 24px !important;
    letter-spacing: 3px !important;
    margin-bottom: 28px !important;
  }
  .services-grid {
    gap: 18px;
  }
  .service-card {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 28px 20px;
  }
  .service-title {
    font-size: 15px !important;
  }
  .service-description {
    font-size: 13.5px !important;
  }
  .services-contact-btn {
    width: 100%;
    max-width: 320px;
    padding: 13px 20px !important;
    font-size: 14.5px !important;
  }
  .services-contact-btn i {
    font-size: 18px !important;
  }
}

/* ============================================================
   PRODUCTION PACKAGES & PRICING SECTION (Balanced Theme & Distinct Archive)
   ============================================================ */
#pricing.pricing-section {
  padding: 90px 20px 85px 20px !important;
  position: relative;
  z-index: 2;
  background:
    radial-gradient(ellipse 1000px 500px at 50% 15%, rgba(224, 140, 92, 0.05), transparent 70%),
    linear-gradient(180deg, rgba(11, 11, 15, 0.90) 0%, rgba(15, 14, 20, 0.95) 50%, rgba(11, 11, 15, 0.90) 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 20px 40px -20px rgba(0, 0, 0, 0.7), inset 0 -20px 40px -20px rgba(0, 0, 0, 0.7);
}

.pricing-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}

.pricing-main-heading {
  font-size: 30px !important;
  letter-spacing: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #e28b57 !important;
  background: linear-gradient(135deg, #f7ba8a 0%, #e08c5c 50%, #b86536 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 44px !important;
  text-align: center !important;
}

/* Dual Model Cards Grid (Clean, Balanced & Dialed-Down) */
.pricing-models-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 26px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.pricing-model-card {
  flex: 0 1 calc(50% - 15px);
  min-width: 300px;
  max-width: 480px;
  background: rgba(18, 17, 24, 0.78) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(224, 140, 92, 0.58) !important;
  border-radius: 20px;
  padding: 38px 32px 34px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Outer margin highlight halo */
  box-shadow: 0 0 0 1px rgba(224, 140, 92, 0.25),
              0 14px 38px rgba(0, 0, 0, 0.6),
              0 0 24px rgba(224, 140, 92, 0.18) !important;
  transition: transform 0.38s cubic-bezier(0.16, 0.84, 0.44, 1),
              border-color 0.35s ease,
              box-shadow 0.38s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.pricing-model-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(224, 140, 92, 0.14), transparent 70%);
  opacity: 0.65;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.pricing-model-card:hover {
  transform: translateY(-7px);
  border-color: rgba(224, 140, 92, 0.95) !important;
  box-shadow: 0 0 0 1.5px rgba(224, 140, 92, 0.45),
              0 22px 50px rgba(0, 0, 0, 0.72),
              0 0 34px rgba(224, 140, 92, 0.3) !important;
}

.pricing-model-card:hover::before {
  opacity: 1;
}

/* Badge (Icon + Metric / Label in subtle pill) */
.model-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  background: rgba(224, 140, 92, 0.08);
  border: 1px solid rgba(224, 140, 92, 0.35);
  padding: 7px 20px;
  border-radius: 30px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.pricing-model-card:hover .model-badge {
  transform: scale(1.04);
  border-color: rgba(224, 140, 92, 0.65);
}

.model-badge-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.model-badge-text {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #e08c5c;
  line-height: 1;
}

.model-title {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin: 0 0 13px 0 !important;
  line-height: 1.4 !important;
}

.model-description {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: rgba(240, 240, 246, 0.82) !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

/* Tagline & Subtext */
.pricing-tagline-wrap {
  text-align: center;
  margin: 10px auto 34px auto;
  max-width: 860px;
}

.pricing-tagline {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.4px;
}

.pricing-subtext {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: rgba(240, 240, 246, 0.72) !important;
  margin: 0 !important;
}

/* Core CTAs */
.pricing-ctas-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}

.btn-primary-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #2fd855 0%, #20aa39 100%) !important;
  color: #ffffff !important;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-decoration: none !important;
  padding: 14px 30px !important;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.3s cubic-bezier(0.16, 0.84, 0.44, 1),
              box-shadow 0.3s ease,
              filter 0.3s ease;
}

.btn-primary-reserve i {
  font-size: 19px !important;
}

.btn-primary-reserve:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.55);
  filter: brightness(1.08);
}

.btn-secondary-pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1.5px solid rgba(224, 140, 92, 0.55) !important;
  color: #ffffff !important;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-decoration: none !important;
  padding: 13px 26px !important;
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s cubic-bezier(0.16, 0.84, 0.44, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.btn-secondary-pdf i {
  font-size: 18px !important;
  color: #e08c5c;
}

.btn-secondary-pdf:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(224, 140, 92, 0.95) !important;
  box-shadow: 0 12px 30px rgba(224, 140, 92, 0.35);
}

.btn-pricing-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #f7ba8a;
  background: rgba(224, 140, 92, 0.22);
  border: 1px solid rgba(224, 140, 92, 0.45);
  padding: 2px 9px;
  border-radius: 12px;
  margin-left: 6px;
  letter-spacing: 0.3px;
}

/* ============================================================
   THE STUDIO ARCHIVE (Electric Blue / Azure Vault Vibe)
   ============================================================ */
.studio-archive-card {
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(14, 22, 38, 0.88) 0%, rgba(9, 13, 22, 0.94) 100%) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1.5px solid rgba(56, 189, 248, 0.48) !important;
  border-radius: 20px;
  padding: 38px 36px 34px 36px;
  text-align: center;
  /* Glowing blue margin contour */
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.2),
              0 14px 40px rgba(0, 0, 0, 0.65),
              0 0 25px rgba(56, 189, 248, 0.16) !important;
  transition: transform 0.38s cubic-bezier(0.16, 0.84, 0.44, 1),
              border-color 0.35s ease,
              box-shadow 0.38s ease;
  position: relative;
  overflow: hidden;
}

.studio-archive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.16), transparent 70%);
  opacity: 0.75;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.studio-archive-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.9) !important;
  box-shadow: 0 0 0 1.5px rgba(56, 189, 248, 0.45),
              0 22px 52px rgba(0, 0, 0, 0.75),
              0 0 35px rgba(56, 189, 248, 0.32) !important;
}

.studio-archive-card:hover::before {
  opacity: 1;
}

.archive-eyebrow {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #38bdf8 !important;
  text-shadow: 0 0 14px rgba(56, 189, 248, 0.45);
  display: block;
  margin-bottom: 12px;
}

.archive-title {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 23px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.35;
}

.archive-description {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14.5px !important;
  line-height: 1.62 !important;
  color: rgba(225, 235, 250, 0.84) !important;
  max-width: 760px;
  margin: 0 auto 24px auto !important;
}

.btn-vault-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22) 0%, rgba(2, 132, 199, 0.35) 100%) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.65) !important;
  color: #ffffff !important;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-decoration: none !important;
  padding: 11px 34px !important;
  border-radius: 30px;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.22);
  transition: transform 0.3s cubic-bezier(0.16, 0.84, 0.44, 1),
              box-shadow 0.3s ease,
              background 0.3s ease,
              border-color 0.3s ease;
}

.btn-vault-access:hover {
  transform: translateY(-3px) scale(1.03);
  background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%) !important;
  border-color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.45);
}

/* Pricing Responsive Adjustments */
@media (max-width: 860px) {
  .pricing-model-card {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .pricing-section {
    padding: 50px 15px 45px 15px !important;
  }
  .pricing-main-heading {
    font-size: 24px !important;
    letter-spacing: 3px !important;
    margin-bottom: 28px !important;
  }
  .pricing-tagline {
    font-size: 18px !important;
  }
  .pricing-subtext {
    font-size: 13.5px !important;
  }
  .pricing-ctas-wrap {
    flex-direction: column;
    gap: 14px;
  }
  .btn-primary-reserve, .btn-secondary-pdf {
    width: 100%;
    max-width: 320px;
    padding: 13px 20px !important;
    font-size: 14px !important;
  }
  .studio-archive-card {
    padding: 28px 20px 26px 20px;
  }
  .archive-title {
    font-size: 19px !important;
  }
  .archive-description {
    font-size: 13.5px !important;
  }
}

/* ============================================================
   SECTION CONTRAST SYSTEM (Distinct Atmospheric Transitions)
   ============================================================ */

/* 1. CHALETTE RECORDS (Hero / Studio Intro) — Warm Obsidian Vinyl Glow */
#band {
  background: radial-gradient(circle at 50% 0%, rgba(224, 140, 92, 0.12) 0%, transparent 70%),
              linear-gradient(180deg, #060608 0%, #0b0c10 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(224, 140, 92, 0.18);
  position: relative;
  z-index: 2;
}

#band h2 {
  color: #ffffff !important;
  text-shadow: 0 0 20px rgba(224, 140, 92, 0.4);
  letter-spacing: 4px !important;
  font-weight: 800 !important;
}

#band .w3-opacity {
  color: #f7ba8a !important;
  opacity: 0.95 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}

#band .w3-justify {
  color: rgba(244, 242, 239, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  max-width: 820px;
  margin: 0 auto;
}

/* 2. OUR RELEASES — Midnight Acoustic Slate */
#releases {
  background: radial-gradient(circle at 50% 20%, rgba(56, 189, 248, 0.08) 0%, transparent 65%),
              linear-gradient(180deg, #0c0d12 0%, #08090d 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.releases-main-heading {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  text-shadow: 0 0 24px rgba(224, 140, 92, 0.35);
}

.releases-subtitle {
  font-size: 15px !important;
  color: #f7ba8a !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  text-shadow: 0 0 14px rgba(224, 140, 92, 0.4);
}

/* Releases Filter Tabs — Sophisticated Glass Capsule */
.release-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto 16px auto;
  max-width: 960px;
  padding: 6px 10px;
  background: rgba(14, 15, 22, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 25px rgba(201, 154, 107, 0.08);
}

.release-filter-btn {
  background: transparent;
  border: 1px solid transparent;
  color: rgba(244, 242, 239, 0.72);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.release-filter-btn:hover {
  color: #ffffff;
  background: rgba(201, 154, 107, 0.12);
  border-color: rgba(201, 154, 107, 0.38);
  box-shadow: 0 0 14px rgba(201, 154, 107, 0.22);
  transform: translateY(-1px);
}

.release-filter-btn.active {
  background: linear-gradient(135deg, rgba(201, 154, 107, 0.35) 0%, rgba(224, 140, 92, 0.22) 100%);
  border-color: #c99a6b;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(201, 154, 107, 0.32);
}

/* ── Releases Showcase Box — Premium framed container ── */
.releases-showcase-box {
  background: linear-gradient(160deg, rgba(15,14,20,0.88) 0%, rgba(10,10,16,0.94) 100%);
  border: 1.5px solid rgba(201,154,107,0.38);
  border-radius: 22px;
  padding: 24px 16px 28px 16px;
  margin: 0 auto 36px auto;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 28px 70px rgba(0,0,0,0.7),
    0 0 65px rgba(201,154,107,0.18),
    0 0 120px rgba(201,154,107,0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  position: relative;
  overflow: hidden;
}
/* Subtle top shimmer bar on showcase box */
.releases-showcase-box::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(201,154,107,0.75) 40%, rgba(255,190,120,0.95) 50%, rgba(201,154,107,0.75) 60%, transparent);
  border-radius: 99px;
}

.showcase-box-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 14px;
}
.showcase-box-header::before,
.showcase-box-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,154,107,0.55));
}
.showcase-box-header::after {
  background: linear-gradient(90deg, rgba(201,154,107,0.55), transparent);
}
.showcase-box-label {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(247,186,138,0.85);
  white-space: nowrap;
}

/* Releases Carousel Container & Swiper Geometry */
.releases-carousel-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  position: relative;
  will-change: opacity, transform;
}

#tranding {
  padding: 8px 0 20px 0 !important;
}

#tranding .tranding-slider {
  height: 485px !important;
  padding: 10px 0 !important;
  position: relative;
}

.tranding-slider-control {
  margin-top: 12px !important;
  bottom: 0 !important;
}

/* Sophisticated Album Art Wrapper with Ambient Rim Glow */
.release-art-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 32px rgba(201, 154, 107, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.44, 1), border-color 0.4s ease;
}

.release-art-wrapper:hover {
  transform: scale(1.03);
  border-color: rgba(201, 154, 107, 0.65);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.9), 0 0 45px rgba(201, 154, 107, 0.45);
}

/* Dual Embedded Music Player Grid (Spotify & Apple Music) — Beautified */
.dual-players-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 36px auto 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.player-card-box {
  background: rgba(14, 15, 22, 0.88);
  border: 1.5px solid rgba(201, 154, 107, 0.38);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.75), 0 0 38px rgba(201, 154, 107, 0.22);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.player-card-box:hover {
  border-color: rgba(201, 154, 107, 0.75);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.9), 0 0 50px rgba(201, 154, 107, 0.40);
  transform: translateY(-2px);
}

.player-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f7ba8a;
}

.player-card-header i {
  font-size: 20px;
}

.player-card-box iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 14px !important;
}

@media (max-width: 860px) {
  .dual-players-grid {
    grid-template-columns: 1fr !important;
    max-width: 520px !important;
    gap: 22px !important;
    margin: 36px auto 0 auto !important;
    padding: 0 10px !important;
  }

  .player-card-box {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .player-card-box iframe {
    height: 360px !important;
  }
}

/* 3. OUR SERVICES — Glowing Lead Lines */
.services-section {
  background: radial-gradient(circle at 50% 0%, rgba(224, 140, 92, 0.09) 0%, transparent 60%),
              linear-gradient(180deg, #09090d 0%, #0e0f14 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 2;
}

.service-glow-lead {
  display: block;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  color: #ffb885 !important;
  text-shadow: 0 0 14px rgba(224, 140, 92, 0.65), 0 0 28px rgba(224, 140, 92, 0.3) !important;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

/* 4. PRICING & PRODUCTION PACKAGES — Swapped Layout & Clear Budget/Revenue Indicators */
.pricing-section {
  background: radial-gradient(circle at 50% 15%, rgba(45, 180, 130, 0.07) 0%, transparent 55%),
              radial-gradient(circle at 80% 85%, rgba(224, 140, 92, 0.08) 0%, transparent 55%),
              linear-gradient(180deg, #0a0b0f 0%, #06070a 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 2;
}

.pricing-model-card.collaborative-card {
  border-color: rgba(45, 212, 130, 0.45) !important;
}

.pricing-model-card.collaborative-card:hover {
  border-color: rgba(45, 212, 130, 0.9) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.75), 0 0 35px rgba(45, 212, 130, 0.28) !important;
}

.pricing-model-card.full-revenue-card {
  border-color: rgba(224, 140, 92, 0.45) !important;
}

.pricing-model-card.full-revenue-card:hover {
  border-color: rgba(224, 140, 92, 0.9) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.75), 0 0 35px rgba(224, 140, 92, 0.28) !important;
}

/* Budget & Revenue Pills */
.budget-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-top: 14px;
}

.budget-pill-green {
  background: rgba(45, 212, 130, 0.15);
  border: 1px solid rgba(45, 212, 130, 0.45);
  color: #6ee7b7;
  box-shadow: 0 0 12px rgba(45, 212, 130, 0.25);
}

.budget-pill-gold {
  background: rgba(224, 140, 92, 0.15);
  border: 1px solid rgba(224, 140, 92, 0.45);
  color: #f7ba8a;
  box-shadow: 0 0 12px rgba(224, 140, 92, 0.25);
}

/* 5. INSTITUTE SECTION — Rose Velvet & Blush Pink Theme */
.institute-section {
  background: radial-gradient(1000px 500px at 50% 10%, rgba(236, 72, 153, 0.18), transparent 70%),
              radial-gradient(800px 450px at 15% 65%, rgba(219, 39, 119, 0.13), transparent 65%),
              linear-gradient(180deg, #180a12 0%, #200a16 50%, #0f0609 100%) !important;
  border-top: 1px solid rgba(236, 72, 153, 0.28);
  border-bottom: 1px solid rgba(236, 72, 153, 0.28);
  position: relative;
  z-index: 2;
  padding: 80px 20px !important;
  color: #fff0f5 !important;
}

.institute-main-heading {
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 30px !important;
  font-weight: 800 !important;
  letter-spacing: 5px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  text-shadow: 0 0 28px rgba(236, 72, 153, 0.70), 0 0 14px rgba(249, 168, 212, 0.85) !important;
  margin-bottom: 8px !important;
}

.institute-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f9a8d4 !important;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 12px rgba(236, 72, 153, 0.50);
}

.institute-poster-wrap {
  max-width: 820px;
  margin: 0 auto 36px auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.85), 0 0 40px rgba(236, 72, 153, 0.32);
  border: 1.5px solid rgba(236, 72, 153, 0.48);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.institute-poster-wrap:hover {
  transform: scale(1.015);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.95), 0 0 55px rgba(236, 72, 153, 0.50);
}

.institute-tab-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(32, 8, 18, 0.88) !important;
  border: 1px solid rgba(236, 72, 153, 0.38) !important;
  border-radius: 14px;
  padding: 8px;
  margin: 0 auto 24px auto;
  max-width: 820px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(236, 72, 153, 0.08);
}

.institute-tab-btn {
  background: transparent !important;
  border: 1px solid transparent !important;
  color: #f9a8d4 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 22px !important;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.28s ease !important;
}

.institute-tab-btn:hover {
  color: #ffffff !important;
  background: rgba(236, 72, 153, 0.18) !important;
  border-color: rgba(236, 72, 153, 0.45) !important;
}

.institute-tab-btn.active {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.42) 0%, rgba(190, 24, 93, 0.40) 100%) !important;
  border-color: rgba(249, 168, 212, 0.72) !important;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(236, 72, 153, 0.42);
}

/* Eye-Catching Pulsing Apply Now Button */
@keyframes pulseApply {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.75), 0 6px 20px rgba(220, 38, 38, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(239, 68, 68, 0), 0 10px 30px rgba(239, 68, 68, 0.65);
    transform: scale(1.04);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0), 0 6px 20px rgba(220, 38, 38, 0.4);
    transform: scale(1);
  }
}

.btn-apply-highlight {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%) !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 11px 26px !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  animation: pulseApply 2.4s infinite cubic-bezier(0.4, 0, 0.6, 1);
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-apply-highlight:hover {
  transform: translateY(-2px) scale(1.08) !important;
  filter: brightness(1.15);
}

.institute-tab-content {
  background: rgba(28, 8, 18, 0.80) !important;
  border: 1.5px solid rgba(236, 72, 153, 0.32) !important;
  border-radius: 16px;
  padding: 32px 30px !important;
  max-width: 820px;
  margin: 0 auto;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.7), inset 0 0 30px rgba(236, 72, 153, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.institute-tab-content h2 {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  text-shadow: 0 0 14px rgba(236, 72, 153, 0.45);
}

.institute-tab-content p, .institute-tab-content h6, .institute-tab-content h5 {
  color: rgba(255, 228, 240, 0.90) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.institute-tab-content ol {
  padding-left: 20px;
  color: rgba(255, 228, 240, 0.92);
}

.institute-tab-content li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 14.5px;
}

/* 6. CONTACT SECTION — Dark Minimalist & Prominent Phone Contacts */
#contact {
  background: radial-gradient(circle at 50% 0%, rgba(224, 140, 92, 0.1) 0%, transparent 60%),
              linear-gradient(180deg, #07080a 0%, #0d0e13 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 2;
  padding: 80px 20px !important;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: 820px;
  margin: 0 auto 36px auto;
}

.contact-channel-card {
  background: rgba(18, 20, 28, 0.75);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.contact-channel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 140, 92, 0.5);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7), 0 0 20px rgba(224, 140, 92, 0.2);
}

.contact-channel-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.icon-whatsapp {
  background: rgba(37, 211, 102, 0.18);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.4);
}

.icon-cellular {
  background: rgba(56, 189, 248, 0.18);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.4);
}

.icon-email {
  background: rgba(224, 140, 92, 0.18);
  color: #e08c5c;
  border: 1px solid rgba(224, 140, 92, 0.4);
}

.icon-location {
  background: rgba(168, 85, 247, 0.18);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.contact-channel-details {
  display: flex;
  flex-direction: column;
}

.contact-channel-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(244, 242, 239, 0.6);
  margin-bottom: 2px;
}

.contact-channel-value {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.contact-map-frame {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
}

/* 7. SLEEK BRANDED FOOTER (Clean Dark Studio Theme) */
.chalette-footer {
  background: #040507 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 50px 20px 40px 20px !important;
  text-align: center;
  color: rgba(244, 242, 239, 0.65) !important;
}

.chalette-footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.chalette-footer-socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 242, 239, 0.85);
  font-size: 18px;
  transition: all 0.28s ease;
  text-decoration: none;
}

.chalette-footer-socials a:hover {
  background: rgba(224, 140, 92, 0.25);
  border-color: #e08c5c;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 0 16px rgba(224, 140, 92, 0.4);
}

.chalette-footer-copy {
  font-size: 13.5px;
  letter-spacing: 1px;
  color: rgba(244, 242, 239, 0.75);
  margin-bottom: 6px;
}

.chalette-footer-sub {
  font-size: 12px;
  color: rgba(244, 242, 239, 0.45);
  letter-spacing: 0.5px;
}

/* ============================================================
   MATURE LUXURY STUDIO TYPOGRAPHY & EXPANSIVE BALANCED SYSTEM
   (Standardized scale, radiant ambient gold glow, mature tone)
   ============================================================ */

/* Global Typography & Font Family Upgrades */
body {
  font-family: "Plus Jakarta Sans", "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif !important;
  color: #e2e8f0 !important;
  line-height: 1.75;
}

/* Navigation Bar Typography */
.w3-bar .w3-bar-item {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1.2px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

/* Elegant Section Kickers (Eyebrows) */
.section-kicker {
  display: block !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  color: #c99a6b !important;
  margin-bottom: 8px !important;
  text-align: center !important;
  text-shadow: 0 0 16px rgba(201, 154, 107, 0.35);
}

/* Dignified, Balanced Section Headings */
.section-title,
h2.w3-wide,
.releases-main-heading,
.services-main-heading,
.pricing-main-heading,
.institute-main-heading {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-size: clamp(22px, 2.6vw, 32px) !important;
  font-weight: 700 !important;
  letter-spacing: 4.5px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4efe6 55%, #c8b9a6 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  margin: 0 auto 10px auto !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

/* Refined Subtitles under topics */
.section-subtitle,
.releases-subtitle,
.pricing-tagline,
.institute-subtitle {
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(12px, 1.15vw, 14px) !important;
  font-weight: 500 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: rgba(226, 232, 240, 0.75) !important;
  text-shadow: none !important;
  text-align: center !important;
  margin: 0 auto 30px auto !important;
  max-width: 860px;
  line-height: 1.6 !important;
}

/* ============================================================
   GLOBAL LAYOUT SYSTEM — MATCHING MUSIC PLAYER OUTER BOUNDARIES
   Outer width: max-width: 1240px, padding: 0 15px, margin: 0 auto
   Exact left/right margins matching the Spotify & Apple Music embeds
   ============================================================ */
.main-page-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}

/* 1. Hero Slideshow Container (Aligned to exact 1240px grid) */
.hero-slider-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 56px 0 24px 0 !important;
  box-sizing: border-box !important;
}

.slideshow-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 25px 65px -15px rgba(0, 0, 0, 0.85), 0 0 45px rgba(201, 154, 107, 0.24) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.35) !important;
}

.slideshow-container .mySlides img {
  width: 100% !important;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  display: block;
}

/* 2. Band / Studio Profile Section (#band) */
.band-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 50% 0%, rgba(201, 154, 107, 0.18) 0%, transparent 65%),
              linear-gradient(180deg, #07070a 0%, #0c0d12 100%) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.32) !important;
  border-radius: 24px !important;
  padding: 64px 28px !important;
  margin: 0 auto 36px auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 40px rgba(201, 154, 107, 0.14) !important;
  box-sizing: border-box !important;
  position: relative;
  z-index: 2;
}

.band-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.band-text-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.band-lead {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 17.5px !important;
  line-height: 1.8 !important;
  color: #f8fafc !important;
  font-weight: 500;
  margin-bottom: 20px;
}

.band-body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: rgba(226, 232, 240, 0.82) !important;
  margin-bottom: 16px;
}

/* 3. Releases Section (#releases) */
.releases-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 50% 10%, rgba(56, 189, 248, 0.12) 0%, transparent 65%),
              radial-gradient(circle at 50% 80%, rgba(201, 154, 107, 0.14) 0%, transparent 65%),
              linear-gradient(180deg, #0c0d12 0%, #08090d 100%) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.32) !important;
  border-radius: 24px !important;
  padding: 64px 24px 50px 24px !important;
  margin: 0 auto 36px auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 45px rgba(201, 154, 107, 0.14) !important;
  box-sizing: border-box !important;
  position: relative;
  z-index: 2;
}

.releases-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.releases-carousel-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.releases-carousel-wrap .container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* 4. Services Section (#services) */
.services-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 50% 0%, rgba(201, 154, 107, 0.16) 0%, transparent 65%),
              linear-gradient(180deg, #08090d 0%, #07070a 100%) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.32) !important;
  border-radius: 24px !important;
  padding: 64px 24px !important;
  margin: 0 auto 36px auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 45px rgba(201, 154, 107, 0.14) !important;
  box-sizing: border-box !important;
}

.services-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto 36px auto;
}

.service-card {
  flex: 1 1 300px !important;
  min-width: 270px !important;
  max-width: 380px !important;
  background: rgba(14, 15, 21, 0.85) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.38) !important;
  border-radius: 18px !important;
  padding: 28px 22px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.65), 0 0 32px rgba(201, 154, 107, 0.20) !important;
  transition: all 0.35s cubic-bezier(0.16, 0.84, 0.44, 1) !important;
}

.service-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(201, 154, 107, 0.8) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.85), 0 0 45px rgba(201, 154, 107, 0.42) !important;
}

.service-title {
  font-family: "Cinzel", serif !important;
  font-size: 16.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1.3px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin: 14px 0 10px 0 !important;
  line-height: 1.4 !important;
}

.service-description {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
  color: rgba(226, 232, 240, 0.8) !important;
}

.services-contact-btn {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13.5px !important;
  letter-spacing: 1.2px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 13px 32px !important;
  border-radius: 30px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 0 28px rgba(201, 154, 107, 0.35) !important;
}

/* 5. Pricing Section (#pricing) */
.pricing-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 50% 0%, rgba(201, 154, 107, 0.16) 0%, transparent 65%),
              linear-gradient(180deg, #07070a 0%, #0a0b10 100%) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.32) !important;
  border-radius: 24px !important;
  padding: 60px 24px !important;
  margin: 0 auto 36px auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 45px rgba(201, 154, 107, 0.14) !important;
  box-sizing: border-box !important;
}

.pricing-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

/* Slightly smaller, refined heading */
.pricing-main-title {
  font-family: "Cinzel", Georgia, serif !important;
  font-size: clamp(19px, 2.1vw, 25px) !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: none !important;
  color: #ffffff !important;
  margin: 0 auto 10px auto !important;
  text-align: center !important;
}

/* Prominent Pathway Highlight: Two Tailored Pathways to Realize Your Music */
.pricing-pathway-wrap {
  margin: 10px auto 14px auto;
  text-align: center;
}

.pricing-pathway-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  padding: 4px 12px;
}

.pathway-highlight-title {
  font-family: "Cinzel", serif !important;
  font-size: clamp(17px, 2.0vw, 23px) !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7ba8a 60%, #e08c5c 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-shadow: 0 0 24px rgba(224, 140, 92, 0.35) !important;
}

.pathway-accent-sparkle {
  color: #f7ba8a;
  font-size: 13px;
  opacity: 0.85;
}

/* Quality Assurance Badge: Same Uncompromised Sonic Quality */
.pricing-quality-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 34px auto;
}

.quality-assurance-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(201, 154, 107, 0.08);
  border: 1px solid rgba(201, 154, 107, 0.35);
  border-radius: 999px;
  padding: 7px 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fce7d2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 0 20px rgba(201, 154, 107, 0.15);
}

.quality-assurance-badge i {
  color: #2dd482;
  font-size: 13px;
}

/* Dual Model Cards Grid */
.pricing-models-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
}

.pricing-model-card {
  flex: 1 1 420px !important;
  min-width: 290px !important;
  max-width: 580px !important;
  padding: 34px 28px !important;
  background: rgba(14, 15, 21, 0.85) !important;
  border-radius: 20px !important;
  transition: all 0.35s cubic-bezier(0.16, 0.84, 0.44, 1) !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Psychological Favoring of Collaborative Partnership */
.collaborative-card {
  border: 1.5px solid rgba(45, 212, 130, 0.52) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.75), 0 0 38px rgba(45, 212, 130, 0.22) !important;
}

.collaborative-card:hover {
  transform: translateY(-5px) scale(1.01) !important;
  border-color: rgba(45, 212, 130, 0.85) !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.9), 0 0 52px rgba(45, 212, 130, 0.42) !important;
}

/* Prestigious 100% Ownership Card */
.full-revenue-card {
  border: 1.5px solid rgba(201, 154, 107, 0.38) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7), 0 0 35px rgba(201, 154, 107, 0.18) !important;
}

.full-revenue-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(201, 154, 107, 0.8) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.85), 0 0 45px rgba(201, 154, 107, 0.38) !important;
}

/* Card Top Tags */
.model-card-top-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.recommended-tag {
  background: rgba(45, 212, 130, 0.16);
  border: 1px solid rgba(45, 212, 130, 0.55);
  color: #6ee7b7;
  box-shadow: 0 0 16px rgba(45, 212, 130, 0.3);
}

.ownership-tag {
  background: rgba(224, 140, 92, 0.16);
  border: 1px solid rgba(224, 140, 92, 0.45);
  color: #f7ba8a;
  box-shadow: 0 0 16px rgba(224, 140, 92, 0.2);
}

.pricing-model-card .model-title {
  font-family: "Cinzel", serif !important;
  font-size: 17.5px !important;
  letter-spacing: 1.4px !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
}

.model-subtitle-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(244, 242, 239, 0.62);
  margin-bottom: 14px;
}

/* Fast Visual Comparison Feature Box */
.model-features-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 16px 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.32);
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.model-feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  gap: 10px;
}

.feature-label {
  color: rgba(244, 242, 239, 0.72);
  font-weight: 500;
}

.feature-value {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.feature-value-green {
  color: #6ee7b7;
}

.feature-value-gold {
  color: #f7ba8a;
}

@media (max-width: 640px) {
  .pricing-main-title {
    font-size: 19px !important;
    letter-spacing: 2px !important;
  }
  .pathway-highlight-title {
    font-size: 15.5px !important;
    letter-spacing: 1px !important;
  }
  .quality-assurance-badge {
    font-size: 10px !important;
    padding: 6px 14px !important;
    letter-spacing: 0.8px !important;
    text-align: center;
  }
  .model-feature-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .feature-value {
    text-align: left;
  }
}

.pricing-model-card .model-description {
  flex-grow: 1;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: rgba(226, 232, 240, 0.82) !important;
  margin-bottom: 16px !important;
}

.pricing-pathway-block {
  width: 100%;
  text-align: center;
}

.btn-primary-reserve,
.btn-secondary-pdf {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 28px rgba(201, 154, 107, 0.32) !important;
}

.studio-archive-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 36px auto 0 auto !important;
  padding: 34px 28px !important;
  border: 1.5px solid rgba(201, 154, 107, 0.48) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.75), 0 0 40px rgba(201, 154, 107, 0.26) !important;
  transition: all 0.35s cubic-bezier(0.16, 0.84, 0.44, 1) !important;
}

.studio-archive-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.9), 0 0 52px rgba(201, 154, 107, 0.45) !important;
  border-color: rgba(201, 154, 107, 0.85) !important;
}

.archive-title {
  font-family: "Cinzel", serif !important;
  font-size: 21px !important;
  letter-spacing: 1.4px !important;
}

/* Fluid 6-Step Staggered Entrance Animation */
.pricing-anim-1,
.pricing-anim-2,
.pricing-anim-3,
.pricing-anim-4,
.pricing-anim-5,
.pricing-anim-6 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.16, 0.84, 0.44, 1), transform 0.65s cubic-bezier(0.16, 0.84, 0.44, 1);
  will-change: opacity, transform;
}

.pricing-anim-1.pricing-anim-show,
.pricing-anim-2.pricing-anim-show,
.pricing-anim-3.pricing-anim-show,
.pricing-anim-4.pricing-anim-show,
.pricing-anim-5.pricing-anim-show,
.pricing-anim-6.pricing-anim-show {
  opacity: 1;
  transform: translateY(0);
}

/* 6. Institute Section (#institute) — Rose Velvet & Blush Pink Theme */
.institute-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(1000px 500px at 50% 10%, rgba(236, 72, 153, 0.22), transparent 70%),
              radial-gradient(800px 450px at 15% 65%, rgba(219, 39, 119, 0.16), transparent 65%),
              linear-gradient(180deg, #180a12 0%, #200a16 50%, #0f0609 100%) !important;
  border: 1.5px solid rgba(236, 72, 153, 0.42) !important;
  border-radius: 24px !important;
  padding: 64px 24px !important;
  margin: 0 auto 36px auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 48px rgba(236, 72, 153, 0.22) !important;
  color: #fff0f5 !important;
  box-sizing: border-box !important;
  position: relative;
  z-index: 2;
}

.institute-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.institute-poster-wrap {
  max-width: 500px !important;
  margin: 0 auto 28px auto !important;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.85), 0 0 45px rgba(236, 72, 153, 0.40) !important;
  border: 1.5px solid rgba(236, 72, 153, 0.52) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.institute-poster-wrap:hover {
  transform: scale(1.015);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.95), 0 0 60px rgba(236, 72, 153, 0.55) !important;
}

.institute-tab-bar {
  max-width: 780px !important;
  margin: 0 auto 20px auto !important;
}

.institute-tab-content {
  max-width: 780px !important;
  margin: 0 auto !important;
  padding: 28px 24px !important;
}

.institute-tab-content h2 {
  font-family: "Cinzel", serif !important;
  font-size: 20px !important;
  letter-spacing: 1.4px !important;
  color: #ffffff !important;
}

.institute-tab-content p,
.institute-tab-content ol {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.75 !important;
}

.btn-apply-highlight {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1.2px !important;
}

/* 7. Contact Section (#contact) */
.contact-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 50% 10%, rgba(201, 154, 107, 0.16) 0%, transparent 60%),
              linear-gradient(180deg, #070709 0%, #030406 100%) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.32) !important;
  border-radius: 24px !important;
  padding: 64px 24px 56px 24px !important;
  margin: 0 auto 36px auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 45px rgba(201, 154, 107, 0.14) !important;
  box-sizing: border-box !important;
  position: relative;
  z-index: 2;
}

.contact-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  max-width: 100%;
  margin: 0 auto 32px auto;
}

.contact-channel-card {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.6), 0 0 24px rgba(201, 154, 107, 0.18) !important;
  border: 1.5px solid rgba(201, 154, 107, 0.35) !important;
  border-radius: 16px !important;
}

.contact-channel-card:hover {
  border-color: rgba(201, 154, 107, 0.75) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.75), 0 0 35px rgba(201, 154, 107, 0.35) !important;
}

.contact-map-frame {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  border: 1.5px solid rgba(201, 154, 107, 0.32) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(201, 154, 107, 0.15) !important;
}

/* Branded Footer Container */
.chalette-footer {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 48px 15px 36px 15px !important;
  border-radius: 24px 24px 0 0 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: none !important;
  box-sizing: border-box !important;
}

/* Responsive Gutter Tuning */
@media (max-width: 768px) {
  .main-page-wrapper {
    padding: 0 10px !important;
  }
  .hero-slider-wrap,
  .band-section,
  .releases-section,
  .services-section,
  .pricing-section,
  .institute-section,
  .contact-section {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 44px !important;
    padding-bottom: 40px !important;
    border-radius: 18px !important;
    margin-bottom: 24px !important;
  }
}

/* ============================================================
   PREMIUM MOBILE EXPERIENCE — Full-Section Overhaul
   Intentionally designed for small screens, not just stacked.
   All rules scoped inside @media to never touch desktop.
   ============================================================ */

/* ── 1. GLOBAL MOBILE SHELL ── */
@media (max-width: 640px) {

  /* Dot grid — slightly quieter on mobile so content breathes */
  body::before {
    opacity: 0.22 !important;
    background-size: 22px 22px !important;
  }

  /* All interactive elements: minimum 44px tap target height */
  a, button, .release-filter-btn, .institute-tab-btn,
  .contact-channel-card, .btn-vault-access,
  .btn-primary-reserve, .btn-secondary-pdf,
  .services-contact-btn {
    min-height: 44px;
  }

  /* Satisfying press-down feedback on all tappable surfaces */
  a:active, button:active, .release-filter-btn:active,
  .service-card:active, .pricing-model-card:active,
  .contact-channel-card:active, .studio-archive-card:active {
    transform: scale(0.97) !important;
    opacity: 0.9 !important;
    transition: transform 0.08s ease, opacity 0.08s ease !important;
  }

  /* Section heading letter-spacing — prevents word overflow on narrow screens */
  .section-title {
    letter-spacing: 2px !important;
    font-size: clamp(22px, 6vw, 28px) !important;
  }

  /* Section kicker pills — slightly smaller */
  .section-kicker {
    font-size: 10px !important;
    letter-spacing: 2.5px !important;
    padding: 5px 14px !important;
  }

  /* Section subtitles — capped for readability */
  .section-subtitle {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    letter-spacing: 0.3px !important;
  }
}

/* ── 2. NAVBAR MOBILE DROPDOWN ── */
@media (max-width: 640px) {

  #navDemo {
    background: rgba(5, 5, 10, 0.97) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    padding: 6px 0 10px 0 !important;
  }

  #navDemo .w3-bar-item {
    display: block !important;
    width: 100% !important;
    padding: 14px 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    min-height: 48px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
  }

  /* ARCHIVE link in mobile dropdown — keep blue pulse, bigger presence */
  #navDemo .archive-nav-link {
    margin: 10px 16px !important;
    width: calc(100% - 32px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 22px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }
}

/* ── 3. HERO SLIDER ── */
@media (max-width: 640px) {
  .hero-slider-wrap {
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .slideshow-container {
    border-radius: 14px !important;
  }

  /* Enforce a taller, more impactful aspect ratio */
  .slideshow-container .mySlides img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Gradient overlay blending hero into the section below */
  .hero-slider-wrap::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, rgba(6,6,10,0.85));
    pointer-events: none;
    z-index: 2;
    border-radius: 0 0 14px 14px;
  }
}

/* ── 4. CHALETTE RECORDS (BAND) SECTION ── */
@media (max-width: 640px) {

  .band-section {
    padding: 42px 16px 36px 16px !important;
  }

  .band-container {
    text-align: center !important;
  }

  .band-text-wrap p {
    font-size: 14.5px !important;
    line-height: 1.75 !important;
    text-align: left !important;
  }

  #band h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
    letter-spacing: 2.5px !important;
  }
}

/* ── 5. OUR RELEASES SECTION ── */
@media (max-width: 640px) {

  .releases-section {
    padding-bottom: 50px !important;
  }

  /* ─ Filter tabs: horizontally scrollable, no wrapping ─ */
  .release-filter-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding: 6px 8px !important;
    gap: 6px !important;
    border-radius: 14px !important;
    /* Remove wide capsule background — use underline style instead */
    background: rgba(14, 15, 22, 0.80) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    justify-content: flex-start !important;
  }

  .release-filter-tabs::-webkit-scrollbar { display: none !important; }

  .release-filter-btn {
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    white-space: nowrap !important;
    font-size: 10px !important;
    padding: 7px 14px !important;
    letter-spacing: 1px !important;
  }

  /* Active tab: brighter, more defined */
  .release-filter-btn.active {
    background: linear-gradient(135deg, rgba(201,154,107,0.40) 0%, rgba(224,140,92,0.28) 100%) !important;
    border-color: rgba(201,154,107,0.80) !important;
    box-shadow: 0 0 14px rgba(201,154,107,0.35) !important;
  }

  /* ─ Showcase box ─ */
  .releases-showcase-box {
    padding: 18px 10px 22px 10px !important;
    border-radius: 16px !important;
  }

  /* ─ Carousel height reduced for thumb-friendly single-slide view ─ */
  #tranding .tranding-slider {
    height: 320px !important;
  }

  /* ─ Album art wrapper ─ */
  .release-art-wrapper {
    border-radius: 12px !important;
  }
}

/* ── 6. MUSIC PLAYERS (SPOTIFY + APPLE MUSIC) ── */
@media (max-width: 640px) {
  .dual-players-grid {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    gap: 18px !important;
    padding: 0 !important;
    margin: 24px auto 0 auto !important;
  }

  .player-card-box {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .player-card-box iframe {
    height: 260px !important;
  }

  .player-card-header {
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 12px !important;
  }

  .player-card-header i {
    font-size: 18px !important;
  }
}

/* ── 7. OUR SERVICES SECTION ── */
@media (max-width: 640px) {

  .services-section {
    padding: 42px 14px 36px 14px !important;
  }

  .service-card {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    padding: 28px 22px 24px 22px !important;
    border-radius: 16px !important;
  }

  /* Tap-active amber glow on service cards — feels premium */
  .service-card:active {
    box-shadow: 0 0 28px rgba(224,140,92,0.45) !important;
    border-color: rgba(224,140,92,0.75) !important;
  }

  .service-icon-box {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 16px !important;
  }

  .service-icon {
    width: 44px !important;
    height: 44px !important;
  }

  .service-title {
    font-size: 14.5px !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 10px !important;
  }

  .service-description {
    font-size: 13.5px !important;
    line-height: 1.68 !important;
  }

  /* CTA button — full width, taller, large touch target */
  .services-contact-btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    justify-content: center !important;
  }

  .services-contact-btn i {
    font-size: 20px !important;
  }
}

/* ── 8. PRICING & PACKAGES SECTION ── */
@media (max-width: 640px) {

  .pricing-section {
    padding: 42px 14px 40px 14px !important;
  }

  /* "Two Tailored Pathways" heading */
  .pathway-highlight-title {
    font-size: clamp(15px, 4.5vw, 18px) !important;
    letter-spacing: 0.5px !important;
  }

  /* Quality assurance badge — wraps cleanly */
  .quality-assurance-badge {
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.5 !important;
    padding: 8px 18px !important;
    font-size: 10.5px !important;
  }

  /* Pricing cards — full width, clean stack */
  .pricing-models-grid {
    flex-direction: column !important;
    gap: 28px !important;
    align-items: stretch !important;
  }

  .pricing-model-card {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    border-radius: 16px !important;
    padding: 28px 20px 24px 20px !important;
  }

  /* Visual separator between the two cards — thin vertical bridge */
  .pricing-models-grid::after {
    content: "— or —";
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.30);
    margin: -14px auto;
    background: rgba(7,7,10,0.95);
    padding: 4px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    width: fit-content;
    position: relative;
    z-index: 3;
  }

  /* Studio Archive vault card — blue tint so it's visually distinct when stacked */
  .studio-archive-card {
    background: linear-gradient(160deg, rgba(14,22,35,0.92) 0%, rgba(8,14,22,0.96) 100%) !important;
    border-color: rgba(56,189,248,0.32) !important;
    box-shadow: 0 16px 44px rgba(0,0,0,0.75), 0 0 32px rgba(56,189,248,0.14) !important;
    padding: 26px 18px 22px 18px !important;
    border-radius: 16px !important;
    margin-top: 28px !important;
  }

  /* CTAs — full width, generous height */
  .pricing-ctas-wrap {
    flex-direction: column !important;
    gap: 14px !important;
    align-items: stretch !important;
  }

  .btn-primary-reserve,
  .btn-secondary-pdf {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 20px !important;
    font-size: 13.5px !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 10px !important;
  }

  .btn-vault-access {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
  }
}

/* Very small phones — chips fit in 2 rows */
@media (max-width: 380px) {
  .pricing-tagline-wrap span[style*="border-radius: 999px"] {
    font-size: 11px !important;
    padding: 4px 12px !important;
  }
}

/* ── 9. INSTITUTE SECTION ── */
@media (max-width: 640px) {

  .institute-section {
    padding: 42px 14px 36px 14px !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.75), 0 0 32px rgba(236,72,153,0.16) !important;
  }

  /* Poster — slightly narrower glow so it doesn't bleed on narrow screens */
  .institute-poster-wrap {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    box-shadow: 0 14px 36px rgba(0,0,0,0.85), 0 0 30px rgba(236,72,153,0.30) !important;
  }

  /* Tab bar — horizontally scrollable, no wrap */
  .institute-tab-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 8px !important;
    padding: 4px 2px 8px 2px !important;
    margin-bottom: 16px !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .institute-tab-bar::-webkit-scrollbar { display: none !important; }

  .institute-tab-btn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    padding: 9px 16px !important;
    min-height: 40px !important;
  }

  /* Apply button — full width */
  .btn-apply-highlight {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
    margin-top: 10px !important;
  }

  /* Tab content — comfortable column reading */
  .institute-tab-content {
    padding: 22px 16px !important;
  }

  .institute-tab-content h2 {
    font-size: 17px !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 14px !important;
  }

  .institute-tab-content p,
  .institute-tab-content li {
    font-size: 13.5px !important;
    line-height: 1.72 !important;
  }
}

/* ── 10. CONTACT SECTION ── */
@media (max-width: 640px) {

  .contact-section {
    padding: 42px 14px 36px 14px !important;
  }

  /* 2-column grid on small mobile (≥480px), 1-column on very small */
  .contact-channels-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .contact-channel-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px !important;
    min-height: 100px !important;
  }

  .contact-channel-icon {
    width: 44px !important;
    height: 44px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .contact-channel-details {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3px !important;
  }

  .contact-channel-label {
    font-size: 10px !important;
    letter-spacing: 1.2px !important;
  }

  .contact-channel-value {
    font-size: 11.5px !important;
    word-break: break-word !important;
  }

  /* Map: reduce height on mobile — enough to orient, not dominate */
  .contact-map-frame iframe {
    height: 220px !important;
  }
}

/* Very small phones: single column for contact cards */
@media (max-width: 380px) {
  .contact-channels-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── 11. FOOTER ── */
@media (max-width: 640px) {

  .chalette-footer {
    padding: 36px 16px 28px 16px !important;
    border-radius: 14px 14px 0 0 !important;
  }

  .chalette-footer-socials {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 22px !important;
  }

  .chalette-footer-socials a i {
    font-size: 24px !important;
  }

  .chalette-footer p,
  .chalette-footer span {
    font-size: 12.5px !important;
    text-align: center !important;
  }
}

/* ── 12. CROSS-SECTION HEADING POLISH (480px–640px) ── */
@media (max-width: 480px) {

  /* Band heading */
  #band h2 {
    font-size: clamp(20px, 6.5vw, 26px) !important;
    letter-spacing: 2px !important;
  }

  /* Releases heading */
  .releases-main-heading {
    font-size: clamp(20px, 6.5vw, 26px) !important;
    letter-spacing: 2px !important;
  }

  /* All section subtitles — keep under 14px */
  .section-subtitle {
    font-size: 13px !important;
  }

  /* Archive card title */
  .archive-title {
    font-size: 17px !important;
    letter-spacing: 0.8px !important;
  }

  .archive-description {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  /* "BOTH INCLUDE" divider text */
  .pricing-tagline-wrap .pricing-divider-label {
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }
}