@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Great+Vibes&family=Marcellus&family=Cinzel+Decorative:wght@400;700;900&display=swap');

/* ================================================================ */
/* THEME : ROYAL WINE & GOLD  (distinct from the navy/pink "yash")   */
/* ================================================================ */
:root{
  --ink: #3D0C2A;        /* deep wine — base */
  --ink-2: #5A1730;      /* wine text */
  --gold: #C9A227;       /* antique gold accent */
  --gold-soft: #E3C77B;
  --gold-bright: #F7DE94;
  --rose: #8C3B5C;       /* dusty rose */
  --cream: #FFF6E9;
  --shadow-wine: rgba(35, 5, 24, 0.55);
  /* Warm vintage recolor applied to the shared (blue) decorative art */
  --warm-art: sepia(0.45) saturate(1.5) hue-rotate(-18deg) brightness(1.02);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  zoom: 1;
}

body {
      font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

.body-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    background: url("../images/bodybg.png");
    background-color: #3D0C2A;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    position: relative;
}
/* warm the tiled body texture (it is blue in the yash assets) */
.body-wrapper{
    background-blend-mode: multiply;
}

.yash-section-container{
    width: 100%;
    height: 880px;
    /* fallback dusk sky (shows until the video paints / if it fails) */
    background: linear-gradient(180deg, #3D0C2A 0%, #6E1E3E 38%, #b0512f 72%, #E3C77B 100%);
      background-size: cover;
    background-repeat: no-repeat;
     position: relative;
     overflow: hidden;
}
/* Page 1 background video (keeps the balloons floating in the clip) */
.hero-video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
    pointer-events: none;
}
/* gentle wine wash so the cream/gold hero text stays legible */
.hero-video-tint{
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 20%, rgba(247,222,148,0.18), transparent 28%),
        linear-gradient(90deg, rgba(61,12,42,0.36), transparent 20%, transparent 80%, rgba(61,12,42,0.36)),
        linear-gradient(180deg, rgba(61,12,42,0.50) 0%, rgba(61,12,42,0.06) 30%, rgba(61,12,42,0.0) 55%, rgba(61,12,42,0.42) 100%);
}
.hero-gold-frame{
    position: absolute;
    inset: 26px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(247,222,148,0.68);
    box-shadow:
        inset 0 0 0 1px rgba(61,12,42,0.25),
        inset 0 0 42px rgba(61,12,42,0.28);
}
.hero-gold-frame::before,
.hero-gold-frame::after{
    content: "";
    position: absolute;
    left: 50%;
    width: min(240px, 42vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}
.hero-gold-frame::before{ top: 14px; }
.hero-gold-frame::after{ bottom: 14px; }
.hero-gold-frame{
    background:
        linear-gradient(var(--gold-bright), var(--gold-bright)) left top / 54px 1px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) right top / 54px 1px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) left bottom / 54px 1px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) right bottom / 54px 1px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) left top / 1px 54px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) right top / 1px 54px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) left bottom / 1px 54px no-repeat,
        linear-gradient(var(--gold-bright), var(--gold-bright)) right bottom / 1px 54px no-repeat;
}
/* Boat sailing on the river inside the hero video */
.hero-boat-container{
    position: absolute;
    top: 52%;
    left: 36%;
    width: 74px;
    max-width: 16%;
    z-index: 3;
    pointer-events: none;
    animation: floatBoat 3s ease-in-out infinite;
    filter: drop-shadow(0 6px 8px rgba(0,0,0,0.3));
}
.yash-boat-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yash-decoration-lamp{
     width: 100%;
    max-width: 480px;
    max-height: 160px;
    height: 100%;
    overflow: hidden;
      position: absolute;
      right: 0px;
      z-index: 5;
}
.yash-lamp-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yash-welcome-bg-container{
    width: 100%;
    max-width: 1200px;

     position: relative;
    top: 0;
    overflow: hidden;

}
.yash-welcome-bg-container::before,
.yash-welcome-bg-container::after{
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.yash-welcome-bg-container::before{
    inset: 22px 32px;
    border: 1px solid rgba(201,162,39,0.34);
    box-shadow:
        inset 0 0 0 1px rgba(255,246,233,0.35),
        inset 0 0 80px rgba(201,162,39,0.12);
}
.yash-welcome-bg-container::after{
    width: 520px;
    height: 520px;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,255,255,0.35) 0 1px, transparent 2px),
        radial-gradient(circle, rgba(247,222,148,0.2), transparent 64%);
    background-size: 42px 42px, 100% 100%;
    opacity: 0.75;
    filter: blur(0.5px);
    animation: welcomeGlowDrift 12s ease-in-out infinite alternate;
}
.yash-welcome-section{
    width: 100%;
    
    height: 100%;
    
     position: relative;
}
.yash-welcome-wave{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.yash-welcome-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* recolor the blue welcome arch into warm wine/gold */
    filter: var(--warm-art);
}
.welcome-lamp-left-container{
    width: 100%;
    max-width: 160px;
    max-height: 180px;
    height: 100%;
    overflow: hidden;
      position: absolute;
      left: 270px;
      top: 220px; /* Positioned inside cream arch flanking Ganesha */
       animation: blink 1.5s infinite;
       z-index: 5;
}
.welcome-lamp-right-container{
    width: 100%;
     max-width: 160px;
    max-height: 180px;
    height: 100%;
    overflow: hidden;
      position: absolute;
     right: 270px;
      top: 220px; /* Positioned inside cream arch flanking Ganesha */
       animation: blink 1.5s infinite;
       z-index: 5;
}
.yash-welcome-nameletter-container{
 width: 100%;
     max-width: 227px;
    max-height: 184px;
    height: 100%;
    overflow: hidden;
      position: absolute;
     right:40%;
      top: 40px; /* Adjusted to sit between lamps */
}
/* .yash-beach-section{
    width: 100%;
height: 200vh;
 background: url("../images/waterbg.png");
      background-size: cover;
    background-repeat: no-repeat;
     position: relative;
     background-position: top center;

} */

.yash-welcome-lamp-right-image ,.yash-welcome-lamp-left-image ,.yash-welcome-nameletter-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yash-welcome-text-container{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.yash-welcome-text{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 36px;
    color: var(--ink-2);
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 1px;
}
.yash-welcome-text-bold{
    font-family: "Marcellus", serif;
    font-weight: 700;
     font-size: 26px;
    line-height: 36px;
    color: var(--ink-2);
margin-bottom: 45px;
text-transform: uppercase;

}
.yash-welcome-name{
  text-transform: uppercase;
  color: var(--ink-2);

}
.yash-invite-blue-text{
     font-family: "Cinzel Decorative", serif;
     text-transform: uppercase;
     margin: 40px auto;
     color: #0665A1;
     font-size: 64px;
     font-weight: 400;
     line-height: 66px;
     letter-spacing: 0.2%;
}
.yash-name-bg-container{
    width: 100%;
    max-width: 740px;
    height: 720px;
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin: 0 auto; /* Ensure the container itself is centered */
     padding-right: 12px; /* Slight offset to compensate for asymmetrical right leaves */
}
/* warm-recolored ring sits behind the names so the gold script stays crisp */
.yash-name-bg-container::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/nameringbg.png") center / cover no-repeat;
    filter: var(--warm-art);
    z-index: 0;
}
.yash-name  ,.nikki-name{
    position: relative;
    z-index: 1;
    /* elegant high-contrast serif — clean & readable like the reference */
    font-family: "Cormorant Garamond", serif;
    text-transform: none;
    /* deeper antique gold + dark outline so the names read on the cream arch */
    color: #8a6712;
    font-size: 84px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 2px;
    -webkit-text-stroke: 0.7px rgba(61, 12, 42, 0.55);
    text-shadow:
        0 1px 1px rgba(255, 246, 233, 0.55),
        0 2px 4px rgba(61, 12, 42, 0.55),
        0 4px 16px rgba(61, 12, 42, 0.30);
}
/* YASH animation */
.yash-name {
  opacity: 0;
  animation: fadeIn 2s forwards;
}
/* NIKKI animation (delayed) */
.nikki-name {
  opacity: 0;
  animation: fadeIn 2s forwards;
  animation-delay: 1.5s;
}

/* Heart pulse */
.heart {
  position: relative;
  z-index: 1;
  font-size: 34px;
  color: #B11E3A;
 animation: pulseGlow 1.2s ease-in-out infinite;
  transform-origin: center;
   display: inline-block;
}

/* ---------------------------------------------------------------- */
/* Welcome / Invite : Ganesha invocation, dividers & closing couplet */
/* Fills the empty stretch and lifts the typography (ref-inspired).   */
/* ---------------------------------------------------------------- */
.wt-invocation{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.wt-emblem{
    position: relative;
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
}
.wt-emblem svg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: welcomeGlowDrift 9s ease-in-out infinite alternate;
}
.wt-om{
    position: relative;
    z-index: 1;
    font-size: 34px;
    line-height: 1;
    color: var(--gold);
    text-shadow: 0 0 10px rgba(247,222,148,0.7);
}
.wt-invocation-sanskrit{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
    color: var(--gold);
    text-shadow: 0 1px 6px rgba(61,12,42,0.25);
}
.wt-invocation-sub{
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--ink-2);
    opacity: 0.85;
}

/* reusable ornamental gold divider — hairline + center diamond */
.wt-divider{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(78%, 320px);
    margin: 18px auto 16px;
}
.wt-divider span{
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,162,39,0.85));
}
.wt-divider span:last-child{
    background: linear-gradient(90deg, rgba(201,162,39,0.85), transparent);
}
.wt-divider i{
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    transform: rotate(45deg);
    background: var(--gold);
    box-shadow: 0 0 8px rgba(247,222,148,0.65);
}

.wt-couplet{
    max-width: 460px;
    margin: 4px auto 0;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: var(--ink-2);
    text-shadow: 0 1px 4px rgba(255,246,233,0.6);
}
.welcome-details-strip{
    position: absolute;
    left: 50%;
    bottom: 82px;
    transform: translateX(-50%);
    z-index: 5;
    width: min(78%, 780px);
    min-height: 92px;
    padding: 18px 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255,246,233,0.82), rgba(247,222,148,0.28)),
        rgba(255,246,233,0.42);
    border: 1px solid rgba(201,162,39,0.62);
    box-shadow:
        0 18px 38px rgba(61,12,42,0.14),
        inset 0 0 0 1px rgba(255,255,255,0.45);
    backdrop-filter: blur(5px);
}
.welcome-details-strip::before,
.welcome-details-strip::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(201,162,39,0.55);
    background: radial-gradient(circle, rgba(247,222,148,0.55), transparent 62%);
}
.welcome-details-strip::before{ left: -21px; }
.welcome-details-strip::after{ right: -21px; }
.welcome-detail{
    text-align: center;
    color: var(--ink-2);
}
.welcome-detail span{
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: var(--rose);
    margin-bottom: 8px;
}
.welcome-detail strong{
    display: block;
    font-family: "Marcellus", serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.welcome-detail--center{
    border-left: 1px solid rgba(201,162,39,0.45);
    border-right: 1px solid rgba(201,162,39,0.45);
}

.yash-and{
    text-transform: uppercase;
    color: #0665A1;
    font-size: 84px;
    font-weight: 400;
    line-height: 115px;
}
.yash-single-leaf{
    width: 100%;
      max-width: 150px;
    height:150px; position: absolute;
    /* sits in the empty stretch just above the elephant (lower-right) */
    top: auto;
    bottom: 250px;
    left: auto;
    right: 70px;
    z-index: 2;
    transform: rotate(-6deg);
    filter: var(--warm-art) drop-shadow(0 6px 10px rgba(61,12,42,0.22));
}
.yash-single-leaf-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   

}
.yash-green-leaf-left-decoration{
     width: 100%;
    max-width: 110px;
    height:600px; position: absolute;
    top: 34%;
    left: 24px;
    z-index: 2;
    filter: var(--warm-art) drop-shadow(0 6px 10px rgba(61,12,42,0.18));
}
.yash-flower-container{
     width: 100%;
    max-width: 100px;
    height:600px; position: absolute;
    top: 75%;
    left: 20px;
      animation:  floatBoat 2s ease-in-out infinite;
}
.yash-left-leaf{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.yash-green-leaf-right-decoration{
     width: 100%;
    max-width: 110px;
    height: 370px; position: absolute;
    top: 28%;
    right: 24px;
    z-index: 2;
    transform: scaleX(-1);
    filter: var(--warm-art) drop-shadow(0 6px 10px rgba(61,12,42,0.18));
}
/* ===== Royal procession decorations (replace car / tuk-tuk / signal) ===== */
.wt-elephant-container{
    width: 100%;
    max-width: 330px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    filter: drop-shadow(0 10px 14px rgba(61,12,42,0.35));
    animation: floatBoat 3s ease-in-out infinite;
    z-index: 3;
}
.wt-peacock-container{
    width: 100%;
    max-width: 150px;
    position: absolute;
    left: 14px;
    bottom: 18px;
    filter: drop-shadow(0 8px 12px rgba(61,12,42,0.35));
    animation: floatBoat 3.4s ease-in-out infinite;
    z-index: 3;
}
.wt-diya{
    width: 52px;
    position: absolute;
    z-index: 4;
    transform-origin: center bottom;
    animation: diyaFlicker 2.2s ease-in-out infinite;
}
.wt-diya-1{ right: 18%; top: 50%; }
.wt-diya-2{ left: 22%; top: 60%; animation-delay: 0.7s; }
.wt-elephant-container img,
.wt-peacock-container img,
.wt-diya img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
@keyframes diyaFlicker{
    0%, 100% { transform: scale(1) rotate(-1deg); filter: drop-shadow(0 0 6px rgba(255,178,62,0.55)); }
    50%      { transform: scale(1.06) rotate(1deg); filter: drop-shadow(0 0 14px rgba(255,178,62,0.9)); }
}
@keyframes welcomeGlowDrift{
    0% { transform: translate(-52%, -50%) rotate(0deg); opacity: 0.42; }
    100% { transform: translate(-48%, -46%) rotate(10deg); opacity: 0.82; }
}
@keyframes maroonAura{
    0% { transform: translate3d(-1.5%, -1%, 0) scale(1); opacity: 0.78; }
    100% { transform: translate3d(1.5%, 1%, 0) scale(1.04); opacity: 1; }
}
@keyframes maroonPatternSlide{
    0% { background-position: 0 0, center top; }
    100% { background-position: 124px 186px, center 220px; }
}
@keyframes maroonLightSweep{
    0%, 100% { transform: translateX(0) skewX(-8deg); opacity: 0.18; }
    50% { transform: translateX(155%) skewX(-8deg); opacity: 0.44; }
}
.yash-event-container{
    width: 100%;
    height: 100%;

    position: relative;
    
top: -200px;
}
.yash-event-section{
    position: relative;
    padding: 70px 16px 40px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -8%, rgba(247,222,148,0.2), transparent 28%),
        linear-gradient(135deg, #3D0C2A 0%, #5A1730 48%, #2A061C 100%);
}
.yash-event-section::before{
    content: "";
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(circle at 18% 10%, rgba(247,222,148,0.24), transparent 18%),
        radial-gradient(circle at 88% 58%, rgba(140,59,92,0.28), transparent 25%),
        radial-gradient(circle at 46% 38%, rgba(255,246,233,0.1), transparent 20%),
        linear-gradient(180deg, rgba(61,12,42,0.12), rgba(61,12,42,0.42));
    pointer-events: none;
    animation: maroonAura 14s ease-in-out infinite alternate;
}
.yash-event-section::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.34;
    background:
        radial-gradient(circle, rgba(247,222,148,0.42) 0 1px, transparent 2px),
        url("../images/peacockbg.png") center / 760px auto repeat;
    background-size: 62px 62px, 760px auto;
    background-blend-mode: screen;
    filter: sepia(0.6) saturate(1.4) hue-rotate(-20deg);
    animation: maroonPatternSlide 24s linear infinite;
}
.yash-event-container::before,
.yash-event-container::after{
    content: "";
    position: absolute;
    z-index: 0;
    width: 46%;
    height: 130%;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 0 38%, rgba(247,222,148,0.12) 50%, transparent 62%);
    filter: blur(2px);
    animation: maroonLightSweep 11s ease-in-out infinite;
}
.yash-event-container::before{
    left: -28%;
    top: -10%;
}
.yash-event-container::after{
    right: -28%;
    bottom: -18%;
    animation-delay: -4s;
}
.event-tittle-container{
    width: 100%;
    max-width: 400px;
   /* height: 230px; */
    margin: 0px auto;
}
.event-tittle-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Flexible centered layout — works for 4 default + 3 optional events */
.events-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* Card style (replace with image) */
.event-card {
  width: 330px;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: bold;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(247,222,148,0.42);
  box-shadow:
    0 20px 42px rgba(35, 5, 24, 0.42),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  isolation: isolate;
}
.event-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(35,5,24,0.06), rgba(35,5,24,0.24) 54%, rgba(35,5,24,0.78)),
        radial-gradient(circle at 50% 30%, transparent 0 34%, rgba(61,12,42,0.22) 72%);
    z-index: 0;
    pointer-events: none;
}
.event-card::after{
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(247,222,148,0.46);
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}
.event-card-shine{
    position: absolute;
    inset: -45% auto auto -55%;
    width: 75%;
    height: 145%;
    background: linear-gradient(105deg, transparent 0 38%, rgba(255,255,255,0.26) 50%, transparent 62%);
    transform: rotate(12deg);
    transition: left 0.8s ease;
    z-index: 2;
    pointer-events: none;
}
.event-card:hover .event-card-shine{
    left: 110%;
}
.event-card:hover{
    transform: translateY(-8px);
    box-shadow:
        0 28px 56px rgba(35, 5, 24, 0.55),
        0 0 34px rgba(201,162,39,0.18);
}
.event-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    z-index: 3;
    font-family: "Great Vibes", cursive;
    font-size: 50px;
    font-weight: 400;
    color: var(--ink);
    text-transform: none;
    text-align: center;
    text-shadow:
        0 1px 0 rgba(247,222,148,0.92),
        0 0 12px rgba(247,222,148,0.82),
        0 5px 18px rgba(255,246,233,0.8);
    -webkit-text-stroke: 0.3px rgba(247,222,148,0.8);
}
.event-meta{
    position: absolute;
    left: 50%;
    bottom: 118px;
    z-index: 3;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 52px);
    padding: 7px 16px;
    border: 1px solid rgba(247,222,148,0.52);
    background: rgba(61,12,42,0.78);
    color: var(--gold-bright);
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-align: center;
    box-shadow: 0 7px 20px rgba(35,5,24,0.3);
}
.haldi-bg{
    background: url("../images/Rectangle.png") center/100% 100% no-repeat,
                url("https://res.cloudinary.com/wvzexnnn/image/upload/f_auto,q_auto,w_800/v1786433471/wedding_invitations/events/event_haldi.jpg") center/cover no-repeat;
}
.sangeet-bg, .cocktail-bg, .bachelor-bg{
    background: url("../images/Rectangle.png") center/100% 100% no-repeat,
                url("https://res.cloudinary.com/wvzexnnn/image/upload/f_auto,q_auto,w_800/v1786433477/wedding_invitations/events/event_sangeet.jpg") center/cover no-repeat;
}
.mayra-bg, .mehendi-bg{
    background: url("../images/Rectangle.png") center/100% 100% no-repeat,
                url("https://res.cloudinary.com/wvzexnnn/image/upload/f_auto,q_auto,w_800/v1786433473/wedding_invitations/events/event_mehendi.jpg") center/cover no-repeat;
}
.shadi-bg, .wedding-bg, .rudrabhishek-bg{
    background: url("../images/Rectangle.png") center/100% 100% no-repeat,
                url("https://res.cloudinary.com/wvzexnnn/image/upload/f_auto,q_auto,w_800/v1786433478/wedding_invitations/events/event_wedding.jpg") center/cover no-repeat;
}
.reception-bg, .poolparty-bg{
    background: url("../images/Rectangle.png") center/100% 100% no-repeat,
                url("https://res.cloudinary.com/wvzexnnn/image/upload/f_auto,q_auto,w_800/v1786433475/wedding_invitations/events/event_reception.jpg") center/cover no-repeat;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .event-card {
    width: 100%;
    max-width: 330px;
  }
}
.bell-container{
    width: 45px;
    height: 45px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
}
.event-button{
    background: linear-gradient(160deg, rgba(255,246,233,0.95), rgba(227,199,123,0.96));
    width: 230px;
    height: 58px;
    border: 1px solid rgba(90,23,48,0.28);
    border-radius: 999px;
    padding: 6px 16px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    gap:8px;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth spring-like */
    box-shadow: 0 10px 24px rgba(35,5,24,0.38);
    margin-bottom: 34px;
    position: relative;
    z-index: 3;
}
.event-button:hover{
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px rgba(35,5,24,0.48);
}
.event-button span{
    color: var(--ink);
    font-weight: 700;
    font-size: 14px; /* Slightly smaller for elegance */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    text-shadow: none;
}
.event-button:hover .event-button-text{
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* Bell Shake Animation */
@keyframes bellShake {
    0% { transform: rotate(0); }
    15% { transform: rotate(15deg); }
    30% { transform: rotate(-15deg); }
    45% { transform: rotate(10deg); }
    60% { transform: rotate(-10deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0); }
}

.event-button:hover .bell-image {
    animation: bellShake 0.6s ease-in-out;
}
.circle-event-button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    flex-direction: column; /* Stack text and button */
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* Generalized Glow Text Style */
.common-glow-text {
    font-family: "Marcellus", serif;
    font-size: 56px;
    color: var(--gold-soft);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    text-shadow:
        0 0 10px rgba(227, 199, 123, 0.9),
        0 0 22px rgba(201, 162, 39, 0.7),
        0 0 40px rgba(201, 162, 39, 0.45);
    position: relative;
    
    /* Reveal Animation Start State */
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.2s ease-out;
    margin: 0; /* Reset default margins */
}

/* Specific adjustment for event title container */
.event-tittle-container {
    width: 100%;
    max-width: 600px; /* Increased width for text */
    /* height: 230px; Removed fixed height to fit text naturally */
    min-height: 100px;
    margin: 0px auto 40px auto; /* Added bottom margin */
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.circle-event-button{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.circle-event-button img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: spin 2s linear infinite;
}
/* STOP SPIN ON HOVER */
.circle-event-button:hover img {
  animation-play-state: paused;
}

/* ROTATION */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.yash-meet-container{
     width: 100%;
     max-width: 1200px;
     height:100%;
     position: relative;
 
}
.yash-peacock-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* recolor the blue peacock backdrop into warm wine/gold */
    filter: var(--warm-art);
}
.yash-meet-text-container{
    width: 100%;
    max-width: 390px;
    height: 400px;
    background: url("../images/Rectangle.png");
    background-size: contain;
    background-color: #3D0C2A;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;

    top:27%;
    left: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.yash-meet-letter-container{
     position: absolute;
  
    top:55%;
    left: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.yash-meet-letter{
    font-size: 49px;
    font-weight: 700;
    color: #fff;

}
.yash-things-container{
    width: 100%;
    height: 1000px;
    background-color: #b5996b;
    position: relative;
    background-image: url("../images/bodybg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 10px;

}
.yash-thigs-text-container{
    width: 100%;
    max-width:700px;
    margin: 0 auto;
    text-align: center;
}
.yash-thigs-text-container h2{
font-size: 50px;
font-style: 700;
margin-bottom: 15px;
color: #fff;

}
.yash-thigs-text-container p{
font-size: 20px;
font-style: 400;
margin-bottom: 15px;
color: #fff;
text-transform: lowercase !important;

}

.yash-things-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
}

.yash-things-grid__item {
 
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.yash-things-grid__item img{
    width: 75px;
    height: 75px;
    object-fit: contain;

}
.yash-things-grid__item p{
    color: #4D370C;
   font-weight: 600;

}
/* Tablet */
@media (max-width: 1024px) {
  .yash-things-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .yash-things-grid {
    grid-template-columns: 1fr;
  }
}

/* New Hero Section Styles */

/* Hero Text */
.hero-text-wrapper {
    position: absolute;
    top: 12%; /* Adjust as need to be in the sky */
    left: 50%;
    transform: translateX(-50%);
    width: min(92%, 900px);
    text-align: center;
    z-index: 10;
    padding: 26px 20px 22px;
}
.common-glow-text::after{
    content: "";
    display: block;
    width: 92px;
    height: 1px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}
.hero-text-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse at center, rgba(61,12,42,0.42), rgba(61,12,42,0.18) 54%, transparent 72%);
    filter: blur(1px);
}
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold-bright);
    margin-bottom: 10px;
    text-shadow: 0 2px 10px var(--shadow-wine);
}
.hero-kicker::before,
.hero-kicker::after {
    content: "";
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-bright));
}
.hero-kicker::after {
    background: linear-gradient(90deg, var(--gold-bright), transparent);
}

.hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(72px, 9vw, 120px); /* elegant serif reads clean & large */
    font-weight: 600;
    color: var(--cream); /* Creamy white */
    text-transform: none;
    text-shadow:
        0 0 14px rgba(247, 222, 148, 0.75),
        0 0 30px rgba(201, 162, 39, 0.42),
        0 5px 22px rgba(61, 12, 42, 0.72);
    letter-spacing: 1px;
    /* fade in as a whole word so the cursive joins stay intact */
    opacity: 0;
    animation: fadeIn 2s ease 0.2s forwards;
}

.hero-amp {
    font-size: 64px;
    vertical-align: middle;
    color: var(--gold-soft);
}

.hero-subtitle {
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 6px;
    text-shadow: 0 0 10px rgba(201, 162, 39, 0.5);
}

.hero-date {
    font-family: "Marcellus", serif;
    font-size: 22px;
    letter-spacing: 6px;
    color: var(--gold-soft);
    margin-top: 14px;
    text-shadow: 0 0 12px rgba(201, 162, 39, 0.6);
}
.hero-blessing{
    display: inline-block;
    margin-top: 18px;
    padding: 8px 22px;
    border-top: 1px solid rgba(247,222,148,0.62);
    border-bottom: 1px solid rgba(247,222,148,0.62);
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--cream);
    background: rgba(61,12,42,0.18);
    text-shadow: 0 2px 10px rgba(35,5,24,0.65);
}
.hero-scroll-cue{
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 8;
    width: 28px;
    height: 46px;
    margin-left: -14px;
    border: 1px solid rgba(247,222,148,0.7);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    background: rgba(61,12,42,0.22);
    box-shadow: 0 8px 22px rgba(35,5,24,0.35);
}
.hero-scroll-cue span{
    width: 4px;
    height: 8px;
    border-radius: 4px;
    background: var(--gold-bright);
    animation: scrollCue 1.8s ease-in-out infinite;
}
@keyframes scrollCue{
    0% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(14px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.4; }
}

@media (max-width: 768px) {
    .hero-subtitle { font-size: 13px; letter-spacing: 3px; }
    .hero-date { font-size: 16px; }
    .hero-blessing { font-size: 15px; }
    .hero-gold-frame { inset: 14px; }
}

/* Flying Lamps */
.flying-lamps-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    overflow: hidden;
}

.flying-lamp {
    position: absolute;
    width: 40px; /* Base size, can vary */
    height: auto;
    opacity: 0.9;
    animation: floatLamp 4s ease-in-out infinite alternate;
}

/* Individual Lamp Positions & Sizes */
.f-lamp-1 {
    left: 10%;
    top: 40%;
    width: 35px;
    animation-duration: 5s;
    animation-delay: 0s;
}

.f-lamp-2 {
    left: 20%;
    top: 20%;
    width: 50px; /* Closer/Bigger */
    animation-duration: 6s;
    animation-delay: 1s;
}

.f-lamp-3 {
    left: 45%;
    top: 5%;
    width: 30px; /* Farther/Smaller */
    animation-duration: 4.5s;
    animation-delay: 0.5s;
}

.f-lamp-4 {
    left: 70%;
    top: 15%;
    width: 45px;
    animation-duration: 5.5s;
    animation-delay: 1.5s;
}

.f-lamp-5 {
    left: 85%;
    top: 35%;
    width: 38px;
    animation-duration: 4.8s;
    animation-delay: 2s;
}

.f-lamp-6 {
    left: 55%;
    top: 10%;
    width: 25px;
    animation-duration: 5.2s;
    animation-delay: 0.8s;
}

/* Particles */
.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
}

.particle {
    position: absolute;
    animation: twinkle 3s infinite ease-in-out;
    opacity: 0.8;
}

.part-1 {
    left: 15%;
    top: 30%;
    width: 20px;
    animation-delay: 0s;
}

.part-2 {
    left: 80%;
    top: 25%;
    width: 15px;
    animation-delay: 1s;
}

.part-3 {
    left: 40%;
    top: 10%;
    width: 10px;
    animation-delay: 0.5s;
}

.part-4 {
    left: 60%;
    top: 50%;
    width: 25px;
    animation-delay: 1.5s;
}

/* Animations */
@keyframes floatLamp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@media screen and (min-width:770px) {
  .body-wrapper{
    padding-bottom: 200px;
  }
}
/* Media Query for Mobile Text Sizing */
@media (max-width: 768px) {
  .smoky-container {
    width: 100%;
    max-width: 310px;
    max-height: 150px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 90px;
    top: -90px;
    transform: rotate(7deg);
}
    .hero-title {
        font-size: 72px;
    }
    .hero-amp {
        font-size: 48px;
    }
}
.action-container{
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
gap: 20px;
flex-direction: column;
color: #7d4b37;
font-size: 30px;
}
.yash-beach-section{
    position: relative;
    width: 100%;
    height: 800px;
}

.clock-wrapper{
 display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -400px;
}
.yash-clock-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
   
     animation:  floatBoat 2s ease-in-out infinite;
}
.yash-waterbg-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;

}

.yash-beach-text-container{
    color: #FEF595;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 30%;
    flex-direction: column;
    gap: 20px;

}
    .yash-beach-text-container h3{
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .yash-beach-text-container h2{
        font-size: 40px;
        font-weight: 700;
        
    }
    .flex{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        max-width: 270px;
        width: 100%;
        font-size: 18px;
    }
.yash-bridegroom-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yash-meet-intro-container{
  margin: 20px auto;
  width: 100%;
  max-width: 500px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/meetdesignbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  position: absolute;
  top:6%;
  left: 30%;
  /* font-size: 29px; */
  font-weight: bold;
  color:#5A1730;
  text-wrap: wrap;
}
.yash-meet-intro-container p{
    font-size: 29px;
    font-weight: bold;
    color:#5A1730;
    text-wrap: wrap;
    padding: 15px 10px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}
    /* Boat up-down motion */
@keyframes floatBoat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Boat movement */
@keyframes moveBoat {
  from {
    left: -60px;
  }
  to {
    left: 100%;
  }
}

/* Blink effect */
@keyframes blink {
  0%, 100% {
    filter: brightness(0.6);
  }
  50% {
    filter: brightness(1.4)
            drop-shadow(0 0 20px yellow);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-top {
  animation: fadeFromTop 2.5s ease-in-out ;
}

/* Box-shadow animation */
@keyframes textGlow {
  0%, 100% {
    text-shadow: 0 0 5px gold;
  }
  50% {
    text-shadow: 0 0 20px gold;
  }
}
.text-glow {
  /* color: gold; */
  animation: textGlow 2s infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(255, 45, 85, 0.6));
  }
  50% {
    transform: scale(1.4);
    filter: drop-shadow(0 0 12px rgba(255, 45, 85, 0.9))
            drop-shadow(0 0 24px rgba(255, 45, 85, 0.6));
  }
}


@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
@media screen and (max-width:768px) {
 .yash-welcome-bg-container::before{
    inset: 12px;
 }
 .yash-welcome-bg-container::after{
    width: 340px;
    height: 340px;
    top: 43%;
 }
 .welcome-details-strip{
    width: min(88%, 330px);
    bottom: 250px; /* lifted so the elephant & peacock show below it */
    min-height: auto;
    padding: 14px 16px;
    grid-template-columns: 1fr;
    gap: 10px;
 }
 .welcome-detail--center{
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(201,162,39,0.45);
    border-bottom: 1px solid rgba(201,162,39,0.45);
    padding: 10px 0;
 }
 .welcome-detail span{
    font-size: 11px;
    margin-bottom: 4px;
 }
 .welcome-detail strong{
    font-size: 15px;
 }
 .enter-from-left,
 .enter-from-right {
    transform: translateY(80px);
 }
 .yash-single-leaf,.yash-green-leaf-right-decoration
  
  {
    display: none;
  }

  .wt-elephant-container {
    max-width: 160px;
    right: 4px;
    bottom: 40px;
}
.wt-peacock-container {
    max-width: 85px;
    left: 6px;
    bottom: 50px;
}
.wt-diya{ width: 34px; }
.wt-diya-1{ right: 12%; top: 52%; }
.wt-diya-2{ left: 14%; top: 64%; }
.yash-flower-container{
  width: 90px;
  height: 90px;
      top: 85%;
    left: 0px;
}
    .yash-green-leaf-left-decoration {
        width: 100%;
        max-width: 20px;
        height: 200px;
        position: absolute;
        top: 67%;
        left: 5px;
    }
    .yash-green-leaf-left-decoration img{
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .yash-green-leaf-left-decoration img:nth-child(2){
      display: none;
    }
.yash-flower-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .yash-green-leaf-left-decoration {
    width: 100%;
    max-width: 50px;
    height: 600px;
    position: absolute;
    top: 37%;
     left: 0;
} */
.yash-welcome-text-container{
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  top: 9%;
  padding: 0px 16px;
}
/* Give the welcome panel enough height for ALL the overlaid content       */
/* (invocation → blessings → Yash & Nikki names → couplet) instead of      */
/* being capped at the portrait image's natural height and clipped.        */
.yash-welcome-section,
.yash-welcome-bg-container{
  min-height: 1220px;
}
.yash-welcome-wave{
  height: 1220px;
}
.yash-welcome-image{
  height: 100%;
  object-fit: cover;
  object-position: center top; /* keep the arch/chandeliers at the top */
}
.yash-welcome-text{
  font-size: 14px;
}
.yash-welcome-text-bold{
  margin-bottom: 15px;
  font-size: 18px;
}
.yash-welcome-name{
  font-size: 20px;
}
.yash-invite-blue-text{
  font-size: 22px;
  margin: 0 auto;
}
    .yash-name-bg-container {
        width: 100%;
        max-width: 250px;
        height: 250PX;
    }
.yash-name, .nikki-name {
  font-size: 40px;
  line-height: 46px;
}
.wt-emblem{ width: 60px; height: 60px; }
.wt-om{ font-size: 24px; }
.wt-invocation-sanskrit{ font-size: 17px; }
.wt-invocation-sub{ font-size: 10px; letter-spacing: 1.6px; }
.wt-invocation{ margin-bottom: 8px; }
.wt-divider{ width: min(80%, 200px); margin: 10px auto; }
.wt-couplet{ font-size: 14px; max-width: 280px; }
.yash-welcome-nameletter-container {

    top: 30px;
    left: 35%;
}
.yash-welcome-nameletter-container img{
  width: 90px;
}
    .events-wrapper {
        grid-template-columns: 1fr;
        /* margin-top: 400px; */
        gap: 26px;
    }
    .yash-meet-letter-container {
    position: absolute;
    top: 62%;
    left: 38%;
    gap: 80px;
    }
    .yash-meet-letter {
    font-size: 20px;
  
}
.clock-wrapper {
  top: -100px;
}
.yash-thigs-text-container h2 {
    font-size: 30px;
}
.yash-thigs-text-container p {
    font-size: 15px;
    font-family:cursive;
    font-weight: 400;
}
.body-wrapper{
  overflow-x: hidden;
}
.common-glow-text {
  font-size: 35px;
}
.welcome-lamp-left-container {
    width: 100%;
    max-width: 50px;
    max-height: 90px;
    height: 100%;
   
    left: 280px;
    top: 30px;
  }
  .welcome-lamp-right-container{
     top: 30px;
      max-width: 50px;
    max-height: 90px;
  }
  
.action-container{
  font-size: 15px;
  margin: 0;
}
.yash-beach-text-container {
    left: 0%;
    padding: 10px;
}
/* .yash-name-bg-container {
    width: 100%;
    max-width: 590px;
    height: 450PX;
} */
/* .yash-name, .nikki-name ,.yash-and {
  font-size: 50px;
} */
.yash-welcome-text-bold{
  font-size: 15px;
}
}


/* Animation Helper */
.char-reveal {
    display: inline-block;
    /* white-space: pre-wrap; removed to fix spacing issues, handled in JS via normalization */
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
}

/* Things Item Hover Animations */
@keyframes smoothShake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}

.yash-things-grid__item img {
    transition: transform 0.3s ease;
}

.yash-things-grid__item:hover img {
    animation: smoothShake 0.5s ease-in-out;
}

.yash-things-grid__item p {
    position: relative;
    display: inline-block;
}

.yash-things-grid__item p::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #7d4b37; /* Updated color */
    transition: width 0.3s ease-in-out;
}

.yash-things-grid__item:hover p::after {
    width: 100%;
}

.char-space {
    white-space: pre; /* Force space to render */
    width: 0.25em;    /* Fallback width if fonts fail */
    display: inline-block;
}



/* Sequence Reveal Classes */
.reveal-hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}






/* Event Card Scroll Animation */
.enter-from-left {
    transform: translateX(-150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}
.enter-from-bottom {
    transform: translateY(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}
.enter-from-right {
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.card-in-view {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}
.event-card.card-in-view:hover {
    transform: translateY(-8px) !important;
}
@media (max-width: 768px) {
    .enter-from-left,
    .enter-from-right {
        transform: translateY(80px);
    }
}

/* Text Fade-in after Card Enter */
.event-card .event-text {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.event-card .event-meta {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.card-in-view .event-text {
    opacity: 1;
    transition-delay: 0.8s; /* Wait for card animation (0.8s) to finish */
}
.card-in-view .event-meta {
    opacity: 1;
    transition-delay: 0.95s;
}

/* Clock Animation */
@keyframes clockFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.yash-clock-image {
    animation: clockFloat 3s ease-in-out infinite;
    /* Ensure it has a position if it's absolute, but if existing CSS handles it, this just adds animation */
}

/* Slider Styles */
.yash-meet-text-container {
    overflow: hidden; /* Ensure no scrollbars on container itself */
    padding: 20px;
    position: absolute; /* For absolute pagination */
}

.yash-meet-slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
    scrollbar-width: none; /* Hide scrollbar Firefox */
    width: 100%;
    height: 100%;
}

.yash-meet-slider-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

.yash-meet-slide {
    flex: 0 0 100%; /* Full width of container */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Or contain, depending on goal. Existing was contain? */
    scroll-snap-align: center;
}

.yash-slider-pagination {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.pagination-dot.active {
    background-color: #ffffff;
    transform: scale(1.2);
}

/* Mobile Adjustments for New Elements */
@media (max-width: 768px) {
    .hero-title {
        font-size: 64px;
        letter-spacing: 1px;
    }
    .hero-text-wrapper {
        top: 20%; /* Lower it slightly if needed, or keep 15% */
        width: 90%; /* Prevent edge touching */
    }
    .hero-amp {
        font-size: 40px;
    }
    
    .flying-lamp {
        max-width: 30px; /* Scale down lamps */
        opacity: 0.8; /* Slightly less distraction */
    }
    
    /* Adjust specific lamps if they block the view */
    .f-lamp-2 {
        display: none; /* Hide the big one on mobile to clear view */
    }

    .particles-container {
        opacity: 0.6;
    }
    .yash-things-container{
      height: 100%;
    }

    .yash-meet-text-container {
    width: 100%;
    max-width: 280px;
    height: 285px;
    background: url(../images/Rectangle.png);
    background-size: contain;
    background-color: #3D0C2A;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 1%;
    left: 13%;

    }

    .yash-meet-intro-container{
  margin: 20px auto;
  width: 100%;
 max-width: 340px;
        height: 100px;
 
         top: -25%;
        left: 5%;
 
}
.yash-meet-intro-container p{
  font-size: 20px;
}
.yash-beach-text-container h3{
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}
.yash-beach-text-container h2 {
    font-size: 30px;
    font-weight: 700;
}
.yash-beach-text-container{
  top: 47%;
}
}


/* ================================================================ */
/* PAGE 4 : ALBUM ( 4 PHOTOS )                                       */
/* ================================================================ */
.yash-album-section{
    width: 100%;
    position: relative;
    padding: 60px 16px 80px;
    overflow: hidden;
}
/* Page 4 background video (golden wildflower hillside) */
.album-video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}
/* wine wash over the video so the cream polaroids pop (light enough to see the garden) */
.yash-album-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(61,12,42,0.5), rgba(61,12,42,0.34));
    pointer-events: none;
    z-index: 1;
}
.album-container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.album-container .event-tittle-container{
    margin-bottom: 50px;
}
/* Tilted "polaroid" frames — a distinct album personality vs yash */
.album-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
    max-width: 820px;
    margin: 0 auto;
    padding: 10px 0;
}
.album-photo:nth-child(3):last-child {
    grid-column: span 2;
    justify-self: center;
    width: 100%;
    max-width: 394px; /* Matches the 1fr column width */
}
.album-photo{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--cream);
    padding: 12px 12px 40px;
    border-radius: 3px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}
/* alternate the tilt so the wall-of-photos feels hand-placed */
.album-photo:nth-child(odd){ transform: rotate(-3deg); }
.album-photo:nth-child(even){ transform: rotate(3deg); }
.album-photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border: 1px solid rgba(61, 12, 42, 0.15);
    transition: transform 0.6s ease;
}
/* a little gold caption line at the polaroid base */
.album-photo::after{
    content: "";
    position: absolute;
    left: 24px;
    bottom: 18px;
    width: 46px;
    height: 3px;
    border-radius: 2px;
    background: var(--gold);
}
.album-photo span{
    position: absolute;
    right: 22px;
    bottom: 10px;
    max-width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--ink-2);
    letter-spacing: 0.8px;
}
.album-photo:hover{
    transform: rotate(0deg) translateY(-8px) scale(1.03);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.55);
    z-index: 2;
}
.album-photo:hover img{
    transform: scale(1.04);
}

@media (max-width: 600px){
    .album-grid{
        grid-template-columns: 1fr;
        gap: 26px;
        max-width: 320px;
    }
    .album-container .event-tittle-container{
        margin-bottom: 30px;
    }
    .album-photo span{
        font-size: 16px;
    }
}


/* ================================================================ */
/* PAGE 5 : OUR STORY  +  ENVELOPE RSVP                              */
/* ================================================================ */
.wt-finale-section{
    position: relative;
    width: 100%;
    padding: 70px 16px 110px;
    overflow: hidden;
}
.wt-finale-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/peacockbg.png") center top / cover no-repeat;
    filter: sepia(0.5) saturate(1.5) hue-rotate(-18deg) brightness(0.85);
    opacity: 0.95;
    pointer-events: none;
    z-index: 0;
}
.wt-finale-section > *{ position: relative; z-index: 1; }

/* ---- Our Story ---- */
.wt-story{
    max-width: 940px;
    margin: 0 auto 70px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wt-story-photo{
    position: relative; /* required for absolute pagination and swipe hint */
    flex: 0 0 320px;
    width: 320px;
    height: 420px;
    border-radius: 200px 200px 12px 12px; /* arched top — mandap silhouette */
    overflow: hidden;
    border: 3px solid var(--gold);
    box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}
.slider-swipe-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(61, 12, 42, 0.75);
    color: var(--gold-soft);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-family: "Marcellus", serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 9;
    border: 1px solid rgba(227, 199, 123, 0.35);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: swipePulse 2.5s infinite ease-in-out;
}
@keyframes swipePulse {
    0%, 100% { opacity: 0.5; transform: translate(-50%, 0); }
    50% { opacity: 0.95; transform: translate(-50%, -3px); }
}
.wt-story-photo .yash-meet-slider-wrapper{ height: 100%; }
.wt-story-text{
    flex: 1 1 320px;
    max-width: 440px;
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    line-height: 1.7;
    color: var(--cream);
    text-align: center;
    background: rgba(61, 12, 42, 0.82); /* Semi-transparent royal wine card background */
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 39, 0.4); /* Antique gold border */
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ---- RSVP envelope ---- */
.rsvp-title-container {
    margin-top: -110px !important;
    margin-bottom: 30px !important;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.rsvp-title-container:has(+ .rsvp-stage.is-open) {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
}
.rsvp-stage{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    perspective: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
/* mayur (peacock) guardians flanking the envelope */
.mayur-peacock{
    display: none;
}
.envelope{
    position: relative;
    width: 300px;
    height: 200px;
    max-width: 88vw;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    margin-top: 0;
}
.envelope:focus-visible{ outline: 3px solid var(--gold-soft); outline-offset: 8px; border-radius: 6px; }
.envelope:hover{ transform: translateY(-4px); }

/* back wall / pocket */
.env-pocket{
    position: absolute; inset: 0;
    background: linear-gradient(160deg, #7a5f17, #4a3a0e);
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 22px 44px rgba(0,0,0,0.5);
}
/* the folded letter that peeks once the flap lifts */
.env-letter-peek{
    position: absolute;
    top: 16px; left: 26px;
    width: calc(100% - 52px); height: 120px;
    background: linear-gradient(180deg, #FFF8EC, #F2E2BE);
    border-radius: 6px 6px 0 0;
    box-shadow: inset 0 2px 0 rgba(201,162,39,0.4);
    z-index: 2;
    transition: transform 0.5s ease 0.05s;
}
/* front bottom flap (static) — apex points up to centre */
.env-front{
    position: absolute; bottom: 0; left: 0;
    width: 0; height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 138px solid #C9A227;
    z-index: 3;
    border-radius: 8px;
    filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.15));
}
/* keep the front flap inside the 300px box on narrow screens */
.env-pocket, .env-front, .env-flap{ max-width: 100%; }
/* top flap (opens) */
.env-flap{
    position: absolute; top: 0; left: 0;
    width: 0; height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 126px solid #8C2B50;
    transform-origin: 50% 0;
    transform: rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.6,0,0.2,1), z-index 0s linear 0.3s;
    z-index: 6;
}
.env-flap::after{ /* gold trim line on the flap edge */
    content: ""; position: absolute;
    top: -126px; left: -150px;
    width: 300px; height: 126px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    box-shadow: inset 0 0 0 2px rgba(227,199,123,0.55);
}
/* wax seal */
.env-seal{
    position: absolute; top: 70px; left: 50%;
    width: 64px; height: 64px;
    margin-left: -32px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #b8324f, #6e1029);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4), inset 0 0 0 2px rgba(227,199,123,0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 7;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.env-seal span{
    font-family: "Marcellus", serif;
    font-size: 15px; letter-spacing: 1px;
    color: var(--gold-soft);
}

/* OPEN STATE */
.rsvp-stage.is-open .env-flap{
    transform: rotateX(180deg);
    z-index: 0;
    transition: transform 0.6s cubic-bezier(0.6,0,0.2,1), z-index 0s linear 0.3s;
}
.rsvp-stage.is-open .env-seal{ transform: scale(0); opacity: 0; }
.rsvp-stage.is-open .env-letter-peek{ transform: translateY(-14px); }
.rsvp-stage.is-open .envelope:hover{ transform: none; }

.env-hint{
    display: block;
    margin-top: 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-soft);
    animation: hintPulse 2s ease-in-out infinite;
}
.rsvp-stage.is-open .env-hint{ opacity: 0; pointer-events: none; animation: none; }
@keyframes hintPulse{ 0%,100%{ opacity:.55 } 50%{ opacity:1 } }

/* ---- The RSVP card that unfolds ---- */
.rsvp-card{
    width: 100%;
    max-width: 520px;
    margin: 26px auto 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-22px);
    transition: max-height 0.7s ease, opacity 0.5s ease, transform 0.6s ease;
}
.rsvp-stage.is-open .rsvp-card{
    max-height: 760px;
    opacity: 1;
    transform: translateY(0);
    transition: max-height 0.8s ease 0.25s, opacity 0.6s ease 0.3s, transform 0.7s ease 0.25s;
}
.rsvp-card-inner{
    background: linear-gradient(180deg, #FFF8EC, #F6E8C8);
    border: 1px solid var(--gold);
    border-radius: 10px;
    padding: 30px 28px 32px;
    box-shadow: 0 24px 50px rgba(0,0,0,0.5);
    position: relative;
}
.rsvp-card-inner::before{ /* inner deckle frame */
    content: ""; position: absolute; inset: 8px;
    border: 1px solid rgba(201,162,39,0.45);
    border-radius: 6px; pointer-events: none;
}
.rsvp-card-eyebrow{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 14px; letter-spacing: 4px; text-transform: uppercase;
    color: var(--rose);
    margin-bottom: 4px;
}
.rsvp-card-title{
    text-align: center;
    font-family: "Great Vibes", cursive;
    font-size: 40px; font-weight: 400;
    color: var(--ink);
    margin-bottom: 22px;
}

/* form */
.rsvp-form{ display: flex; flex-direction: column; gap: 16px; }
.rsvp-row{ display: flex; gap: 16px; flex-wrap: wrap; }
.rsvp-field{ display: flex; flex-direction: column; gap: 6px; flex: 1 1 100%; }
.rsvp-field--sm{ flex: 1 1 140px; }
.rsvp-field > span{
    font-family: "Marcellus", serif;
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--ink-2);
}
.rsvp-field input, .rsvp-field textarea{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: var(--ink);
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(90,23,48,0.25);
    border-radius: 7px;
    padding: 11px 13px;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    resize: vertical;
}
.rsvp-field input::placeholder, .rsvp-field textarea::placeholder{ color: rgba(90,23,48,0.4); }
.rsvp-field input:focus, .rsvp-field textarea:focus{
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201,162,39,0.2);
}
.rsvp-attend{ display: flex; gap: 8px; }
.rsvp-pill{
    flex: 1;
    font-family: "Marcellus", serif;
    font-size: 12px; letter-spacing: 0.5px;
    padding: 11px 8px;
    border: 1px solid var(--gold);
    background: transparent;
    color: var(--ink-2);
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.rsvp-pill:hover{ background: rgba(201,162,39,0.14); }
.rsvp-pill.is-active{
    background: linear-gradient(160deg, #E3C77B, #C9A227);
    color: var(--ink);
    box-shadow: 0 4px 10px rgba(201,162,39,0.35);
}
.rsvp-submit{
    margin-top: 6px;
    font-family: "Marcellus", serif;
    font-size: 15px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--ink);
    background: linear-gradient(160deg, #E3C77B, #C9A227);
    border: none;
    border-radius: 8px;
    padding: 14px 18px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.25,1,0.5,1), box-shadow 0.3s ease;
    box-shadow: 0 6px 16px rgba(201,162,39,0.4);
}
.rsvp-submit:hover{ transform: translateY(-2px); box-shadow: 0 10px 22px rgba(201,162,39,0.5); }

/* thank-you state */
.rsvp-thankyou{ text-align: center; padding: 14px 6px 6px; }
.rsvp-thankyou-mark{
    width: 60px; height: 60px; margin: 0 auto 12px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(160deg, #E3C77B, #C9A227);
    color: var(--ink);
    font-size: 26px;
    animation: sealPop 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
}
.rsvp-thankyou h3{
    font-family: "Great Vibes", cursive;
    font-size: 38px; font-weight: 400; color: var(--ink); margin-bottom: 6px;
}
.rsvp-thankyou-msg{
    font-family: "Cormorant Garamond", serif;
    font-size: 19px; color: var(--ink-2);
}
@keyframes sealPop{ 0%{ transform: scale(0) rotate(-40deg); } 100%{ transform: scale(1) rotate(0); } }

/* responsive */
@media (max-width: 560px){
    .envelope{ width: 300px; height: 200px; }
    .env-letter-peek{ left: 26px; width: calc(100% - 52px); height: 120px; }
    .env-front{ border-left-width: 150px; border-right-width: 150px; border-bottom-width: 138px; }
    .env-flap{ border-left-width: 150px; border-right-width: 150px; border-top-width: 126px; }
    .env-flap::after{ top: -126px; left: -150px; width: 300px; height: 126px; }
    .env-seal{ top: 70px; }
    .wt-story-photo{ flex-basis: 280px; width: 280px; height: 360px; }
    .wt-story-text{ font-size: 20px; }
    .rsvp-card-title{ font-size: 34px; }
}

/* ================================================================ */
/* BACKGROUND MUSIC TOGGLE  (Hindi guitar instrumental theme)        */
/* Floating royal-gold control, fixed bottom-right, above everything. */
/* ================================================================ */
.music-toggle{
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 9999;
    width: 3.4rem;
    height: 3.4rem;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(227, 199, 123, 0.85);   /* #E3C77B */
    border-radius: 50%;
    cursor: pointer;
    color: #FFF8EC;
    background:
        radial-gradient(circle at 30% 25%, #5A1730 0%, #3D0C2A 70%);
    box-shadow:
        0 0.4rem 1.4rem rgba(0, 0, 0, 0.35),
        inset 0 0 0.6rem rgba(201, 162, 39, 0.35);
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.music-toggle:hover{
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 0.6rem 1.8rem rgba(0, 0, 0, 0.45),
        inset 0 0 0.8rem rgba(201, 162, 39, 0.55);
}
.music-toggle:focus-visible{
    outline: 2px solid #E3C77B;
    outline-offset: 3px;
}

.music-icon{
    width: 1.5rem;
    height: 1.5rem;
    color: #E3C77B;          /* gold note */
    position: relative;
    z-index: 2;
    transition: color 0.25s ease;
}
/* slash hidden while playing, shown while paused */
.music-icon-slash{
    opacity: 0;
    transition: opacity 0.25s ease;
}
.music-toggle.is-paused .music-icon{ color: #b5996b; }
.music-toggle.is-paused .music-icon-slash{ opacity: 1; }

/* gentle pulsing rings while music is playing */
.music-rings{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.music-rings span{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(227, 199, 123, 0.55);
    opacity: 0;
}
.music-toggle.is-playing .music-rings span{
    animation: musicRingPulse 2.4s ease-out infinite;
}
.music-toggle.is-playing .music-rings span:nth-child(2){ animation-delay: 0.8s; }
.music-toggle.is-playing .music-rings span:nth-child(3){ animation-delay: 1.6s; }

@keyframes musicRingPulse{
    0%   { transform: scale(1);   opacity: 0.7; }
    100% { transform: scale(2.1); opacity: 0;   }
}

@media (max-width: 768px){
    .music-toggle{
        right: 1rem;
        bottom: 1rem;
        width: 3rem;
        height: 3rem;
    }
    .music-icon{ width: 1.35rem; height: 1.35rem; }
}

@media (prefers-reduced-motion: reduce){
    .music-toggle.is-playing .music-rings span{ animation: none; }
    .music-toggle{ transition: none; }
}
