@import url("https://fonts.googleapis.com/css?family=Lato|Raleway|Rouge+Script");
@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');


/* ================================================= */
/* BASE                                              */
/* ================================================= */

* { box-sizing: border-box; }

html {
  font-family: 'Raleway', Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}


/* ================================================= */
/* HELPERS                                           */
/* ================================================= */

.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.space40px { height: 40px; }
.space24px { height: 24px; }

/* ================================================= */
/* HEADER / NAV                                      */
/* ================================================= */

.header-wrapper { padding-bottom: 30px; }

.navbar-item {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

/* ================================================= */
/* HERO                                              */
/* ================================================= */

.hero {
  position: relative;
  background:
    linear-gradient(rgba(86,124,141,.65), rgba(200,217,230,.65)),
    url("../image/eyk.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

.hero .title {
  font-family: 'Rouge Script', sans-serif;
  font-weight: 700;
  transform: rotate(-2deg);
  font-size: 5rem;
  color: whitesmoke;
}

.hero .subtitle {
  padding: 35px;
  font-size: 1.3rem;
}

.hero .tempatwaktu {
  padding-top: 35px;
  font-size: 1.3rem;
}

/* MENU DESKTOP */
.hero-foot {
  background: white;
  height: 50px;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
}

/* ================================================= */
/* MAIN CONTENT                                      */
/* ================================================= */

.main-content {
  padding-top: 2rem;
  color: #000;
}

.section-dark {
  background-color: #C8D9E6;
  padding: 80px 40px;
}

.section-darker {
  background-color: #567C8D;
  padding: 80px 40px;
}

.section-light {
  padding: 80px 40px;
  background-image: url(../image/divider-flowers-leaves.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* ================================================= */
/* TEXT & TITLES                                     */
/* ================================================= */

.section-title {
  font-weight: 900;
  color: #2F4156;
  font-size: 1.5rem;
  padding-bottom: 60px;
}

.bodytext { font-size: 18px; }

.nama-lengkap {
  font-family: 'Rouge Script', sans-serif;
  font-size: 6.5rem;
  color: #2F4156;
  line-height: 3.7rem;
}

.ampersand {
  font-family: 'Rouge Script', sans-serif;
  font-size: 5rem;
  color: #2F4156;
  line-height: 5rem;
}

/* ================================================= */
/* FECHA                                             */
/* ================================================= */

.waktu { font-size: 1.4rem; }

.tanggal-angka {
  font-size: 5rem;
  font-weight: 900;
}

/* ================================================= */
/* MAP                                               */
/* ================================================= */

.section-map iframe {
  width: 100%;
  height: 550px;
  border: 0;
}

/* ================================================= */
/* BUTTONS                                           */
/* ================================================= */

/* ======================================= */
/* BOTÓN CALENDARIO – ESTILO PREMIUM       */
/* ======================================= */
/* ======================================= */
/* BOTÓN CALENDARIO – FIX VISUAL            */
/* ======================================= */

.btn-cta {
  background-color: #2F4156;
  color: #ffffff;

  font-family: 'Zain', serif;
  font-size: 1.15rem;
  letter-spacing: 0.14em;

  padding: 18px 44px;
  line-height: 1;

  border-radius: 999px;
  border: none;

  box-shadow: 0 10px 22px rgba(47, 65, 86, 0.22);
  transition: all 0.3s ease;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Hover elegante */
.btn-cta:hover {
  background-color: #567C8D;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 65, 86, 0.28);
}

/* Icono */
.btn-cta i {
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .btn-cta {
    padding: 16px 36px;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
  }
}



/* ================================================= */
/* DIVIDERS                                          */
/* ================================================= */

.divider,
.bismillah {
  display: block;
  margin: 0rem auto 3rem;
  max-width: 85%;
  height: auto;
}

/* ================================================= */
/* TIMELINE                                          */
/* ================================================= */

.tile { border-radius: 10px; }

.foto1,.foto2,.foto3,.foto4,.foto5,.foto6 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

/* ================================================= */
/* FOOTER                                            */
/* ================================================= */

.footer {
  background: #2F4156;
  color: white;
  padding: 10px;
  text-align: center;
}

/* ================================================= */
/* ================= RESPONSIVE ==================== */
/* ================================================= */

/* ---------- MOBILE & TABLET ---------- */
@media (max-width: 768px) {

  /* HERO FULLSCREEN */
  .hero.is-large {
    min-height: 100vh;
  }

  .hero {
    background-attachment: scroll;
  }

  .hero .hero-body {
    min-height: 100vh;
    padding: 4.5rem 1.25rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero .title {
    font-size: clamp(2.8rem, 7vw, 4rem);
    transform: rotate(-1deg);
  }

  .hero .subtitle {
    padding: 1rem;
    font-size: 1.1rem;
  }

  .hero .tempatwaktu {
    font-size: 1.05rem;
    padding-top: 1rem;
  }

  /* OCULTAR MENU DESKTOP */
  .hero-foot {
    display: none;
  }

  /* HAMBURGER NAV */
  .navbar.is-hidden-desktop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
  }

  .navbar-brand {
    width: 100%;
    justify-content: flex-end;
  }

  .navbar-burger {
    color: white;
    margin-right: 1rem;
  }

  .navbar-burger span {
    background-color: white;
  }

  .navbar-menu {
    background-color: rgba(47,65,86,.96);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    text-align: center;
  }

  .navbar-menu .navbar-item {
    color: white;
    font-size: 1.25rem;
    padding: 1rem 0;
  }

  /* SECTIONS */
  .section-dark,
  .section-darker,
  .section-light {
    padding: 70px 24px;
  }

  /* TEXT SCALE */
  .nama-lengkap {
    font-size: clamp(3.2rem, 8vw, 4.5rem);
    line-height: 1.1;
  }

  .ampersand {
    font-size: clamp(2.8rem, 7vw, 4rem);
  }

  .section-title {
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
  }

  .tanggal-angka {
    font-size: clamp(3rem, 10vw, 4.5rem);
  }

  /* MAP */
  .section-map iframe {
    height: 380px;
  }

  /* BUTTONS */
  .btn-cta {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 1rem auto;
  }

  /* DIVIDERS */
  .divider,
  .bismillah {
    max-width: 90%;
  }

  /* TIMELINE */
  .foto1,.foto2,.foto3,.foto4,.foto5,.foto6 {
    min-height: 22rem;
  }
}

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 480px) {

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

  .nama-lengkap { font-size: 6rem; }

  .ampersand { font-size: 2.6rem; }

  .section-map iframe { height: 300px; }
}

/* ======================================= */
/* HERO TEXT AESTHETIC                      */
/* ======================================= */

/* Slogan */
.hero .subtitle {
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0.95;
}

/* Fecha y lugar */
.hero .tempatwaktu {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.95;
}

/* Asegurar blanco aunque Bulma meta estilos */
.hero,
.hero * {
  color: white;
}
/* ======================================= */
/* HAMBURGER MENU AESTHETIC                */
/* ======================================= */

@media (max-width: 768px) {

  .navbar-menu .navbar-item {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #ffffff;
  }

  .navbar-menu .navbar-item:hover {
    color: #C8D9E6;
  }
}

/* ======================================= */
/* TYPOGRAPHY SYSTEM – QUINTESSENTIAL       */
/* ======================================= */

/* HERO TEXTOS */
.hero .subtitle,
.hero .tempatwaktu {
  font-family: 'Zain', serif;
  color: #ffffff;
  letter-spacing: 0.08em;
}

/* COUNTDOWN */
#hitungmundur span,
#hitungmundur p,
#hitungmundur li.separator {
  font-family: 'Zain', serif;
  color: #ffffff;
}

/* MENÚ HAMBURGUESA */
.navbar-menu .navbar-item {
  font-family: 'Zain', serif;
  letter-spacing: 0.12em;
  color: #ffffff;
}

/* TÍTULOS DE SECCIÓN (opcional pero recomendado) */
.section-title {
  font-family: 'Zain', serif;
  letter-spacing: 0.18em;
}

/* ======================================= */
/* MESA DE REGALOS – FINAL CLEAN            */
/* ======================================= */

#mesa-regalos {
  position: relative;
  padding: 100px 24px;
  text-align: center;
  padding-top: 38px;
}

/* Capa clara para que el texto se lea bien */
#mesa-regalos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 1;
}

/* Elevar contenido sobre el fondo */
#mesa-regalos .section-title,
#mesa-regalos .bodytext,
#mesa-regalos .btn-cta {
  position: relative;
  z-index: 2;
}

/* Título */
#mesa-regalos .section-title {
  font-size: 1.9rem;        /* más grande que el body */
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
  color: #2F4156;
}

#mesa-regalos .bodytext {
  font-size: 1rem;          /* más pequeño que el título */
  line-height: 1.9;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  color: #2F4156;
}


/* Botón */
#mesa-regalos .btn-cta {
  display: inline-block;
  margin: 0 auto;
  padding: 14px 36px;
  border-radius: 50px;
  text-transform: none;
}

/* ======================================= */
/* GALERÍA CARRUSEL – PAREJA                */
/* ======================================= */

/* ======================================= */
/* GALERÍA CARRUSEL – 16:9 CLEAN            */
/* ======================================= */

.pareja-swiper {
  max-width: 900px;      /* más editorial en desktop */
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.pareja-swiper .swiper-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

/* Imagen */
.pareja-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

@media (max-width: 768px) {
  .pareja-swiper {
    max-width: 100%;
  }
}


/* ======================================= */
/* ACERCA DE KARINA Y EDGAR – REFINO FINAL  */
/* ======================================= */

#tentang-pasangan {
  padding-top: 80px;
  padding-bottom: 100px;
}

/* Título con más aire */
#tentang-pasangan .section-title {
  margin-bottom: 3rem;
}

/* Swiper más editorial */
.pareja-swiper {
  background: #ffffff;
  padding: 24px;
  border-radius: 28px;
}

/* Imagen más protagonista */
.pareja-swiper img {
  border-radius: 20px;
}

/* Dots más discretos */
.pareja-swiper .swiper-pagination-bullet {
  background: #F5EFEB;
  opacity: 0.35;
}

.pareja-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ======================================= */
/* SEPARACIÓN ENTRE SECCIONES (FIX REAL)    */
/* ======================================= */

#tentang-pasangan {
  margin-top: 120px;   /* separación del botón anterior */
}

@media (max-width: 768px) {
  #tentang-pasangan {
    margin-top: 90px;
  }
}


body.nav-open {
  overflow: hidden;
}

/* ======================================= */
/* PRELOADER – SCROLL FIX                  */
/* ======================================= */

body.preloader-site {
  overflow: hidden;
}

body:not(.preloader-site) {
  overflow-y: auto;
}


@media (max-width: 768px) {
  .hero.is-large,
  .hero .hero-body {
    min-height: 100svh;
  }
}

/* ======================================= */
/* CARRUSEL SIN BORDES (OVERRIDE FINAL)     */
/* ======================================= */

.pareja-swiper,
.pareja-swiper .swiper-wrapper,
.pareja-swiper .swiper-slide,
.pareja-swiper img {
  border-radius: 0 !important;
}

.pareja-swiper {
  padding: 0 !important;
  background: transparent !important;
}

/* ======================================= */
/* FAMILIA – ESTILO EDITORIAL BODA         */
/* ======================================= */

.familia-boda {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  font-family: 'Zain', serif;
}

/* Frase introductoria */
.familia-intro {
  display: block;
  font-size: 0.3rem;
  letter-spacing: 0.14em;
  color: #567C8D; /* azul suave del proyecto */
  margin-bottom: 3rem;
}

/* Bloques */
.familia-bloque {
  margin-bottom: 2.8rem;
}

/* Títulos */
.familia-titulo {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2F4156; /* azul principal */
  margin-bottom: 0.8rem;
}


.familia-titulo2 {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #567C8D;  /* azul principal */
  margin-bottom: 0.8rem;
}


/* Nombres */
.familia-nombre {
  display: block;
  font-size: 1.25rem;
  color: #000;
  letter-spacing: 0.05em;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .familia-intro {
    font-size: 1rem;
  }

  .familia-nombre {
    font-size: 1.15rem;
  }
}

/* ======================================= */
/* FECHA Y HORA – ESTILO EDITORIAL          */
/* ======================================= */

#waktu,
#Waktu {
  background-color: #C8D9E6;
}

/* Día */
.tanggal-hari {
  font-family: 'Zain', serif;
  font-size: 1rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #567C8D;
  margin-bottom: 0.5rem;
}

/* Número protagonista */
.tanggal-angka {
  font-family: 'Zain', serif;
  font-size: 5.5rem;
  font-weight: 700;
  color: #2F4156;
  line-height: 1;
}

/* Mes */
.tanggal-bulan {
  font-family: 'Zain', serif;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #567C8D;
  margin-top: 0.5rem;
}

/* Ceremonia / Recepción */
#waktu .waktu,
#Waktu .waktu {
  font-family: 'Zain', serif;
  font-size: 1.2rem;
  color: #2F4156;
  letter-spacing: 0.08em;
}

#waktu strong,
#Waktu strong {
  font-size: 1.3rem;
  font-weight: 600;
}

/* ======================================= */
/* BLOQUE FAMILIA – RITMO EDITORIAL        */
/* ======================================= */

.familia-boda {
  max-width: 520px;
  margin: 0 auto;
}

.familia-bloque {
  margin-bottom: 2.8rem;
}

.familia-titulo2 {
  display: block;
  font-family: 'Zain', serif;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  color: #567C8D;
  margin-bottom: 2.5rem;
}

.familia-titulo {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2F4156;
  margin-bottom: 0.8rem;
}

.familia-nombre {
  display: block;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ======================================= */
/* UBICACIÓN – ESTILO EDITORIAL            */
/* ======================================= */

.ubicacion-card {
  margin: 2.5rem auto 3.5rem;
  max-width: 520px;
}

.ubicacion-nombre {
  display: block;
  font-family: 'Zain', serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.ubicacion-direccion {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
}

/* MAPA */
.section-map iframe {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

/* BOTÓN UBICACIÓN */
.btn-ubicacion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  padding: 14px 38px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #2F4156;
  font-family: 'Zain', serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: all .3s ease;
}

.btn-ubicacion:hover {
  background-color: #C8D9E6;
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 768px) {
  .ubicacion-nombre {
    font-size: 1.35rem;
  }

  .section-map iframe {
    height: 380px;
    border-radius: 14px;
  }
}

/* ======================================= */
/* UBICACIÓN – ESPACIADO FINO MOBILE FIX   */
/* ======================================= */

@media (max-width: 768px) {

  /* Título "Ubicación" */
  #lokasi .section-title {
    margin-bottom: 0rem;
  }

  /* Contenedor de texto */
  .ubicacion-card {
    margin: 0rem auto 2.2rem;
  }

  /* Nombre del lugar */
  .ubicacion-nombre {
    margin-bottom: 0.6rem;
    letter-spacing: 0.14em;
  }

  /* Dirección */
  .ubicacion-direccion {
    line-height: 1.6;
  }
}

/* ======================================= */
/* FRASE DE AMOR – ESTILO EDITORIAL        */
/* ======================================= */

.frase-amor {
  font-family: 'Rouge Script';
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  line-height: 1.25;                 /* más respiración */
  color: #2F4156;
  text-align: center;
  max-width: 720px;
  margin: 3.5rem auto 3.5rem;        /* aire arriba y abajo */
  font-weight: 400;
}


@media (max-width: 768px) {
  .frase-amor {
    font-size: 2rem;
    margin: 3rem auto 2.8rem;        /* un poco menos arriba */
    line-height: 1.3;
  }
}


/* ======================================= */
/* SWIPER – FLECHAS SOLO ÍCONO (EDITORIAL) */
/* ======================================= */

.pareja-swiper {
  position: relative;
}

/* Flechas limpias */
.pareja-swiper .swiper-button-prev,
.pareja-swiper .swiper-button-next {
  background: none;
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;

  color: #F5EFEB; /* paleta */
  opacity: 0.7;

  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  transition: opacity .25s ease, transform .25s ease;
}

/* Ícono */
.pareja-swiper .swiper-button-prev::after,
.pareja-swiper .swiper-button-next::after {
  font-size: 32px; /* elegante y visible */
  font-weight: 300;
}

/* Posición */
.pareja-swiper .swiper-button-prev {
  left: -28px;
}

.pareja-swiper .swiper-button-next {
  right: -28px;
}

/* Hover (desktop) */
@media (hover: hover) {
  .pareja-swiper .swiper-button-prev:hover,
  .pareja-swiper .swiper-button-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
  }
}

/* Mobile: más discretas */
@media (max-width: 768px) {
  .pareja-swiper .swiper-button-prev::after,
  .pareja-swiper .swiper-button-next::after {
    font-size: 26px;
  }

  .pareja-swiper .swiper-button-prev {
    left: 10px;
  }

  .pareja-swiper .swiper-button-next {
    right: 10px;
  }
}


/* ============================== */
/* DRESS CODE                     */
/* ============================== */

/* ============================== */
/* DRESS CODE                     */
/* ============================== */

.dress-section {
  background-color: #567C8D;
  padding: 4rem 1.5rem;
  text-align: center;
}

.dress-section .section-title {
  color: #F5EFEB;
}

/* Grid */
.dress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

/* Cards */
.dress-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.dress-card img {
  width: 90px;
  height: auto;
}

.dress-card h3 {
  font-family: 'Zain', sans-serif;
  font-size: 1.6rem;
  color: #2F4156;
  letter-spacing: 1px;
}

.dress-card p {
  font-family: 'Zain', sans-serif;
  font-size: 1.05rem;
  color: #F5EFEB;
  line-height: 1.5;
}

/* Warning */
.dress-warning {
  margin-top: 1.5rem;
  font-family: 'Zain';
  font-size: 1.0rem;
  color: #e28784ff; /* warning elegante */
}


/* Intro */
.rsvp-intro {
  max-width: 620px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2F4156;
}


/* Caja del formulario */
.rsvp-box {
  padding: 2.5rem;
  border-radius: 18px;
  background: #F5EFEB;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

/* Labels */
.rsvp-box .label {
  font-weight: 600;
  color: #2F4156;
}

/* Radios */
.rsvp-box .radios {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

/* Inputs */
.rsvp-box .input,
.rsvp-box .textarea {
  border-radius: 10px;
  border: 1px solid rgba(47,65,86,0.2);
}

/* Botón */
.rsvp-box .btn-cta {
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  font-weight: 600;
}

/* Firma */
.rsvp-sign {
  margin-top: 3.5rem;
  color: #2F4156;
}

.rsvp-social a {
  color: #2F4156;
  font-weight: 500;
  text-decoration: none;
}

#rsvp .rsvp-sign,
#rsvp .rsvp-sign a {
  color: #FFFFFF;
}


.rsvp-note {
  margin: 2rem auto 2.5rem;
  max-width: 520px;
  text-align: center;
  color: #2F4156;
  padding-top: 2px; 
  font-size: 0.95rem;
  line-height: 1.6;
}

.rsvp-note strong {
  display: block;
  color: #e28784ff;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-top: 2px; 
}

/* BOTÓN DE MÚSICA FLOTANTE */
/* BOTÓN DE MÚSICA FLOTANTE */
.music-btn {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;

  width: 56px;
  height: 56px;
  padding: 10px;

  background: rgba(86, 124, 141, 0.25); /* azul transparente */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.35s ease;
}

.music-btn img {
  width: 24px;
  height: 24px;
  opacity: 0.85;
  transition: all 0.35s ease;
}

/* HOVER */
.music-btn:hover {
  background: rgba(86, 124, 141, 0.35);
}

/* ESTADO ACTIVO (PLAY) */
.music-btn.playing {
  background: rgba(200, 217, 230, 0.3);  /* azul más fuerte */
  border-color: rgba(245, 239, 235, 0.45);
  box-shadow: 0 8px 22px rgba(47, 65, 86, 0.35);
}

.music-btn.playing img {
  opacity: 1;
  transform: scale(1.1);
}

/* ESTADO MUTE */
.music-btn.muted {
  background: rgba(86, 124, 141, 0.2);
  opacity: 0.7;
}

/* ======================================= */
/* MOBILE HAMBURGER MENU – FINAL EDITORIAL */
/* ======================================= */

.mobile-menu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity .45s ease, transform .45s ease;
}

.mobile-menu.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Fondo elegante */
.navbar-menu {
  background: rgba(47, 65, 86, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Links */
.mobile-link {
  font-family: 'Zain', serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  padding: 1.25rem 0;
  color: #ffffff;
  transition: color .3s ease, transform .3s ease;
}

.mobile-link:hover {
  color: #C8D9E6;
  transform: translateY(-2px);
}

/* Burger animation */
.navbar-burger span {
  transition: all .4s ease;
}

.navbar-burger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Lock scroll */
body.nav-open {
  overflow: hidden;
}

/* Evitar que tape el botón de música */
@media (max-width: 768px) {
  .music-btn {
    z-index: 10000;
  }
}

/* Anchor invisible sin espacio */
.anchor-offset {
  display: block;
  height: 1px;
  visibility: hidden;
}

/* ===============================
   MOBILE MENU – FLOATING GLASS CARD
================================ */

/* Sobrescribe Bulma */
.navbar-menu.mobile-menu {
  display: block !important;

  position: fixed;
  top: 70px;
  right: 1rem;
  width: 80%;
  max-width: 280px;

  /* GLASS */
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 1.6rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);

  padding: 1rem 1.25rem;

  /* CLOSED STATE */
  opacity: 0;
  transform: translateY(-10px) scale(0.96);
  pointer-events: none;

  transition: opacity 0.35s ease,
              transform 0.35s ease;

  z-index: 1000;
}

/* OPEN */
.navbar-menu.mobile-menu.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* LIST */
.navbar-menu.mobile-menu .navbar-end {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* LINKS */
.navbar-menu.mobile-menu .navbar-item {
  font-family: 'Raleway';
  font-size: 1rem;
  color: #2F4156;
  padding: 0.35rem 0;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: transparent;
}

/* HOVER */
.navbar-menu.mobile-menu .navbar-item:hover {
  color: #ffffffff;
}

/* DIVISOR SUPERIOR (CIERRE VISUAL) */
.navbar-menu.mobile-menu::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  margin: 0 auto 0.7rem;
}

/* BURGER MÁS DELICADO */
.navbar-burger span {
  height: 1px;
  background-color: #2F4156;
}

/* ===============================
   MOBILE MENU – ITEM ANIMATION
================================ */

/* estado base */
.navbar-menu.mobile-menu .navbar-item {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

/* cuando el menú abre */
.navbar-menu.mobile-menu.is-active .navbar-item {
  opacity: 1;
  transform: translateY(0);
}

/* animación escalonada (muy sutil) */
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(1) {
  transition-delay: 0.05s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(2) {
  transition-delay: 0.1s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(3) {
  transition-delay: 0.15s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(4) {
  transition-delay: 0.2s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(5) {
  transition-delay: 0.25s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(6) {
  transition-delay: 0.3s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(7) {
  transition-delay: 0.35s;
}

.rsvp-box textarea {
  resize: none;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
}

.rsvp-box .label {
  font-weight: 500;
  letter-spacing: 0.5px;
}


