/* ===== LOCK SCROLL ===== */
html, body{
  margin:0;
  padding:0;
  height: 100%;
  background:black;
  overflow:hidden; /* cuma cegah horizontal scroll */
}

body{
  display: flex;
  justify-content: center;
}

:root{
  --pink:
#471F06;
  --pink-light: 
#9A765A;
  --pink-rgb: 183,110,121;
}

/* =========================
   FIRST OPEN POPUP
========================= */

.welcome-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4000;
  padding: 20px;
}

.welcome-box{
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 20px;
  border: 4px solid var(--pink);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  animation: fadeScale .3s ease;
}

.welcome-header{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.welcome-item{
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 12px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.welcome-icon{
  width: 40px;
  height: 40px;
  background: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.welcome-item h4{
  font-size: 14px;
  margin: 0 0 4px;
}

.welcome-item p{
  font-size: 12px;
  margin: 0;
  color: #555;
}

.welcome-note{
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  opacity: .7;
}

.welcome-box{
  animation: slideUp .4s ease;
}

@keyframes slideUp{
  from{
    transform: translateY(40px);
    opacity:0;
  }
  to{
    transform: translateY(0);
    opacity:1;
  }
}



.huruf-sambung {
    font-family: 'Sacramento', cursive !important;
}

/* font wedding */
.font1 {
    font-family: "Great Vibes", serif;
    font-weight: 500;
    font-style: normal;

}


.font2 {
    font-family: "Playfair Display SC", serif;
    font-weight: 100 !important;
    font-style: normal;
    letter-spacing: 1px;
}


.btn-pink {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: white;
    background: var(--pink);
}

.btn-pink:hover {
    background: var(--pink-hover);
    color: var(--white);
}

.border-pink {
    border-radius: 15px;
    border: 2px solid var(--pink);
}

.text-pink {
    color: var(--pink);
}


.page-wrapper{
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 9 / 16;   /* KUNCI RATIO */
  margin: 0 auto;
  background: black;
  overflow: hidden;
}


/* hero section */
#hero-section h1 {
    font-size: 10px;
    text-shadow:
        0 3px 8px rgba(0,0,0,0.5),
        0 0 12px rgba(0, 0, 0, 0.35);
}

#hero-section h4 {
    text-shadow:
        0 2px 5px rgba(0,0,0,0.5);
}

#hero-section .cd-number {
    text-shadow:
        0 2px 6px rgba(0,0,0,0.6);
}

#hero-section .cd-label {
    text-shadow:
        0 1px 3px rgba(0,0,0,0.5);
}



#hero-section::before {
    transform: translateY(-5px) scale(1.1);
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 60%,
            rgba(0, 0, 0, 1) 100%
        ), url('assets/images/fober-jawa.png');
    background-position: center;
    background-size: cover;
    z-index: -5;
}


#hero-section{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 9999;
    overflow: hidden;
    transition: opacity 1s ease, transform 1s ease;
}


#hero-section .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero-section .btn-get-started {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    background: var(--pink);
    color: white;
    font-size: 12px;
    padding: 10px 20px;
}

#hero-section .btn-get-started:hover {
    color: var(--pink-light);
    background: white;
}

#hero-section .btn-get-started,
#hero-section .btn-get-started * {
    text-shadow: none !important;
}


#hero-section h4:first-child {
    font-size: 12px;
    max-width: 90%;
    margin: 0 auto 6px;
}


    #hero-section h1 {
        font-size: 15px;   
        line-height: 1.1;
        margin: 8px 0;
    }

    #hero-section .font1 {
        letter-spacing: 1px;
        font-size: 35px; 
    }

    #hero-section .font2 {
        letter-spacing: 1px;
        font-size: 13px; 
    }

    .hero-content{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Judul di atas */
.hero-title{
    margin-top: 10vh;
    text-align: center;
}

/* Sambutan + tombol di bawah */
.hero-bottom{
    margin-top: auto;
    margin-bottom: 18vh;
    text-align: center;
}

/* Shadow teks agar kebaca di foto */
.hero-title h1,
.sambutan,
.btn-get-started{
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

/* Perjelas sambutan */
.sambutan{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Rapatkan semua teks di hero */
.hero-title h1{
    margin-top: 0 !important;
    line-height: 1.05;   /* jarak antar baris lebih mepet */
    font-size: 10px;
}

/* Jarak kecil antara "the wedding of" dan nama */
.hero-title .font1{
    font-size: 10px;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
}

.hero-title .font2{
    font-size: 10px;
}

/* Rapatkan sambutan */
.sambutan p{
    margin: 2px 0;
}

.sambutan hr{
    margin: 6px auto;
    width: 60%;
    opacity: 0.7;
}

.hero-hide {
    opacity: 0;
    transform: scale(1.05);
    pointer-events: none;
}

.container-fluid{
  position: relative;
  width: 100%;
  height: 100%;
}


/* hidden sebelum buka */
.page-wrapper,
#floatingUcapan,
.highlight-btn,
.music-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

/* saat aktif */
.invitation-active .page-wrapper,
.invitation-active #floatingUcapan,
.invitation-active .highlight-btn,
.invitation-active .music-btn {
  opacity: 1;
  pointer-events: auto;
}

/* ===== CONTAINER FULL SCREEN ===== */
.container{
  position:relative;
  width:100%;
  max-width:500px;
  /* height:100vh; */
  margin:auto;
}

  .bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
  }

  .bg img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
  }

/* ===== OBJECT ===== */
.item{
  position:absolute;
  cursor:pointer;
  animation: pulse 2s ease-in-out infinite;
  transition: transform 0.3s;
  z-index: 5;
}

@keyframes pulse{
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Hover lebih besar lagi */
.item:hover{
  transform: scale(1.06);
  animation: none; /* stop pulse saat hover */
  filter:
    drop-shadow(0 0 1px rgba(0,255,255,0.8))
    drop-shadow(0 0 11px rgba(0,255,255,0.8))
    drop-shadow(0 0 25px rgba(0,255,255,0.6));
}

.item img{
  width:100%;
  display:block;
}


/* hp kecil */
@media (max-width:360px){

  .love{ top:0%; left:36%; width:13%; }
  .date{ bottom:28%; left:33%; width:16%; }
  .about{ bottom:40%; left:36%; width:28%; }
  .dress{ top:30%; right:0%; width:25%; }
  .gallery{ top:18%; left:15%; width:15%; }
  .rsvp{ bottom:15%; right:2%; width:18%; }
  .gift{ bottom:52%; left:0%; width:11%; }
  .psht {top: 2%; left: 14%;width: 16%;} 
  


  .credit-card {
    background-color: rgb(167, 167, 167);
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 250px!important;
    height: 150px;
    color: white;
    position: relative;
}

.card-logo {
    width: 65px!important;
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-container {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.card-sim {
    width: 40px!important;
    margin-right: 10px;
}

.card-number {
    font-family: 'Courier New', monospace;
    font-size: 18px!important;
    text-decoration: none;
}

.card-name {
    font-family: 'Courier New', monospace;
    font-size: 15px!important;
    text-align: left;
    margin-top: 10px;
}

.copy-button {
    font-family: 'Courier New', monospace;
    position: absolute;
    text-decoration: none;
    top: 5px;
    left: 15px;
    background-color: white;
    color: black;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.copy-button:hover {
    background: var(--pink);
    color: white;
}

.couple-item .nama {
    margin-top: 20px;
    font-size: 30px!important;
    color: white;
}
}


/* hp normal */
@media (min-width:361px) and (max-width:430px){

  .love{ top:2%; left:35%; width:12%; }
  .date{ bottom:28%; left:33%; width:15%; }
  .about{ bottom:40%; left:40%; width:22%; }
  .dress{ top:30%; right:0%; width:23%; }
  .gallery{ top:20%; left:17%; width:15%; }
  .rsvp{ bottom:14%; right:4%; width:18%; }
  .gift{ bottom:51%; left:0%; width:12%; }
  .psht {top: 2%; left: 16%;width: 16%;}  
}


/* iphone pm */
@media (min-width:431px) and (max-width:600px){

  .love{ top:2%; left:35%; width:12%; }
  .date{ bottom:28%; left:33%; width:15%; }
  .about{ bottom:40%; left:40%; width:22%; }
  .dress{ top:30%; right:0%; width:23%; }
  .gallery{ top:20%; left:17%; width:15%; }
  .rsvp{ bottom:14%; right:4%; width:18%; }
  .gift{ bottom:51%; left:0%; width:12%; }
  .psht {top: 2%; left: 16%;width: 16%;} 

}



/* ===== MODAL ===== */
.modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.75);
  justify-content:center;
  align-items:center;
  z-index:999;
  padding:20px;

  overflow-y:auto; /* ini penting */
}

.modal-content{
  background:#fff;
  width: 100%;
  max-width: 400px;
  max-height: 80vh!important;
  border-radius:15px;
  padding:25px;
  text-align:left;
  position:relative;
  animation:pop 0.3s ease;
  -webkit-overflow-scrolling: touch;
  max-height:90vh;        /* batas tinggi */
  overflow-y:auto;        /* bisa scroll */
}

@keyframes pop{
  from{transform:scale(0.7); opacity:0;}
  to{transform:scale(1); opacity:1;}
}

.close{
  position:absolute;
  top:10px;
  right:15px;
  font-size:24px;
  cursor:pointer;
  z-index: 99999999999999;
}


/* ===== FLOATING ACTION BUTTON STYLE ===== */

.fab-btn{
  position: fixed;
  right: 18px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid black;   
  background: var(--pink);       
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 500;
  transition: .3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

/* lingkaran putih dalam */
.fab-btn i{
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 15px;
  color: #333;
  position: relative;
}

/* hover effect */
.fab-btn:hover{
  transform: scale(1.1);
}

.fab-info{
  left: 18px;
  right: auto;
  top: 10px;
}

.fab-music{
  top: 10px;
}

.fab-light{
  top: 70px;
}

.icon-off::after{
  content:"";
  position:absolute;
  width:28px;
  height:3px;
  background:black;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) rotate(-45deg);
  border-radius:3px;
}

.info-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}

.info-box{
  background: #f4f4f4;
  border-radius: 20px;
  padding: 25px;
  max-width: 400px;
  width: 100%;
  border: 4px solid var(--pink);
  box-shadow: 0 15px 40px rgba(0,0,0,.4);
  animation: fadeScale .3s ease;
}

.info-box h3{
  font-size: 18px;
  margin-bottom: 8px;
  display:flex;
  align-items:center;
  gap:10px;
}

.info-box p{
  font-size: 14px;
  margin-bottom: 15px;
  color:#555;
}

.info-close-text{
  font-style: italic;
  opacity:.7;
  margin-top:10px;
}

@keyframes fadeScale{
  from{
    opacity:0;
    transform: scale(.8);
  }
  to{
    opacity:1;
    transform: scale(1);
  }
}

.info-box-advanced{
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  animation: fadeScale .3s ease;
}

.info-header{
  background: var(--pink);
  padding: 12px 16px;
  font-weight: bold;
  display:flex;
  justify-content: space-between;
  align-items:center;
  border-bottom:2px solid black;
  color: white;
}

.info-header button{
  border:none;
  background:none;
  font-size:18px;
  cursor:pointer;
}

.info-body{
  padding: 15px;
  max-height: 70vh;
  overflow-y: auto;
}

.info-item{
  padding: 10px 0;
  border-bottom:1px solid #eee;
}

.info-item h4{
  font-size:14px;
  margin-bottom:4px;
  font-weight:700;
}

.info-item p{
  font-size:12px;
  color:#555;
}

/* item sejajar gambar + teks */
.info-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #eee;
}

/* gambar kecil */
.info-thumb{
  width:55px;
  height:55px;
  object-fit:cover;
  border-radius:10px;
  border:2px solid var(--pink);
  flex-shrink:0;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}

/* text */
.info-item h4{
  font-size:14px;
  margin-bottom:4px;
  font-weight:700;
}

.info-item p{
  font-size:12px;
  color:#555;
  margin:0;
}

/* divider */
.info-divider{
  margin: 15px 0;
  border: none;
  border-top: 1px solid #eee;
}

/* section title */
.info-section-title{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

/* card box */
.info-card{
  background: #f2f2f2;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.info-card i{
  margin-right: 6px;
}

/* contact */
.info-contact{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.info-contact-item{
  background:#f2f2f2;
  padding:10px;
  border-radius:10px;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  text-decoration: none!important;
}

.info-contact-item a{
  color: inherit;
  text-decoration: none;
}

/* footer */
.info-footer{
  text-align:center;
  font-size:12px;
  color:#666;
}


/* ===== OVERLAY ===== */
.overlay-highlight{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.6);
  opacity:0;
  pointer-events:none;
  transition:0.3s;
  z-index:2;
}

.overlay-active{
  opacity:1;
}

/* ===== SHADOW BIRU MENYALA ===== */
.highlight-active .item img{
  filter:
    drop-shadow(0 0 1px rgba(0,255,255,0.8))
    drop-shadow(0 0 11px rgba(0,255,255,0.8))
    drop-shadow(0 0 25px rgba(0,255,255,0.6));
}


/* ================================
   LOVE STORY TIMELINE (MOBILE FIRST)
================================ */

#love-story-section {
    background: var(--pink-light);
    z-index: 999;
    border-radius: 16px;
}


.timeline {
    list-style: none;
    padding: 20px 0;
    position: relative;
    max-width: 100%;

}


.timeline {
    position: relative;

}


/* garis vertikal */
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;           
    width: 3px;
    background: linear-gradient(
        to bottom,
        var(--pink),
        var(--pink)
    );
    border-radius: 10px;
    opacity: 0.7;
}




/* Item */
/* container tiap item */
.timeline > li {
    position: relative;
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
    align-items: flex-start;

}

/* foto */
.timeline > li > .timeline-badge {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--pink);
    box-shadow: 0 8px 20px rgba(var(--pink), 0.4);
}

.timeline-heading {
    color: white;
}

/* panel card */
.timeline > li > .timeline-panel {
    background: var(--pink);
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--pink);
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    width: 100%;

}

/* Judul */
.timeline-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

/* Tanggal */
.timeline-date {
    display: block;
    font-size: 11px;
    color: var(--pink-light);
    margin-bottom: 8px;
}

/* Isi */
.timeline-body p {
    font-size: 12px;
    line-height: 1.6;
    color: white;
}

/* Hapus arrow desktop */
.timeline > li > .timeline-panel::before,
.timeline > li > .timeline-panel::after {
    display: none;
}


/* ======================
   MINI GALLERY PREVIEW
====================== */
.gallery-section {
    display: flex;
    text-align: center;
}

/* ===== MASONRY 2–3 KOLOM ===== */
#gallery-section {
    padding: 40px 20px;
    background: var(--pink-light);
    border-radius: 16px;
}

/* container */
.gallery-grid {
    column-count: 3;
    column-gap: 12px;
}

/* tiap item */
.gallery-grid a {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    break-inside: avoid;
}

/* gambar */
.gallery-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* mobile */
@media (max-width: 768px) {
    .gallery-grid {
        column-count: 2;
        column-gap: 10px;
    }
}



/* rsvp section */
#rsvp-section {
    position: relative;
    z-index: 9999;
    background: var(--pink-light);
    height: auto;
    color: black!important;
    border-radius: 16px;
}

#rsvp-section .font1 {
    color: var(--pink-light);
}

#rsvp-section h3 {
    color: var(--pink-light);
    font-size: 20px;
}


.ucapan-box {
    margin-top: 50px;
    background: var(--pink);
    padding: 20px;
    border-radius: 16px;
    z-index: 40;
}

.ucapan-box input,
.ucapan-box textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}


.ucapan-item {
    background: var(--pink)!important;
    color: black;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.ucapan-item strong {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}




/* =========================
   FLOATING UCAPAN PREMIUM
========================= */

#floatingUcapan{
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  width: 200px;
  max-width: 90%;
}

.ucapan-toast{
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  overflow: hidden;
  border: 2px solid black;
  animation: fadeInUp .4s ease;
}

/* header nama */
.ucapan-header{
  background: var(--pink);
  padding: 6px 12px;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 2px solid black;
  color: white;
}

/* isi pesan */
.ucapan-body{
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
}

/* tombol bawah */
.ucapan-controls{
  display: flex;
  gap: 6px;
  padding: 8px;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
}

.ucapan-controls button{
  flex: 1;
  border: 2px solid black;
  background: var(--pink);
  color: white;
  border-radius: 8px;
  font-size: 12px;
  padding: 6px;
  cursor: pointer;
  font-weight: 600;
}

.ucapan-mini-btn{
  background: var(--pink);
  border: 2px solid black;
  color: white;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* =========================
   MODAL SEMUA UCAPAN
========================= */

.ucapan-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ucapan-modal-content {
  background: white;
  width: 100%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.ucapan-modal-content h3 {
  margin-bottom: 15px;
}

.close-ucapan {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.ucapan-item-modal {
  background: var(--pink-light);
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 13px;
}

/* biar scrollbar ga jelek */
#floatingUcapan::-webkit-scrollbar {
  width: 6px;
}

#floatingUcapan::-webkit-scrollbar-thumb {
  background: var(--pink); 
  border-radius: 10px;
}

#floatingUcapan::-webkit-scrollbar-track {
  background: transparent;
}

#btnKirim:disabled {
    background: grey;
    opacity: 0.4;
    cursor: not-allowed;
}



/* gift section */
.gift-section {
    display: flex;
    text-align: center;
    background: var(--pink-light);
    border-radius: 16px;
}

.credit-card {
    background-color: rgb(167, 167, 167);
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 300px;
    color: white;
    position: relative;
}

.card-logo {
    width: 75px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-container {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.card-sim {
    width: 50px;
    margin-right: 10px;
}

.card-number {
    font-family: 'Courier New', monospace;
    font-size: 22px;
    text-decoration: none;
}

.card-name {
    font-family: 'Courier New', monospace;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

.copy-button {
    font-family: 'Courier New', monospace;
    position: absolute;
    text-decoration: none;
    top: 5px;
    left: 15px;
    background-color: white;
    color: black;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.copy-button:hover {
    background: var(--pink);
    color: white;
}

.btn-kirim {
    font-weight: bold;
    color: black;
    background: var(--pink-light);
}

.btn-kirim:hover {
    background: var(--pink);
    color: var(--pink-light);
}

/* =========================
   PSHT MODAL
========================= */

.psht-section {
  padding: 10px 5px 20px;
  text-align: center;
  color: #222;
}

.psht-logo {
  width: 110px;
  height: 110px;
  margin: 5px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psht-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.psht-title {
  font-family: "Playfair Display SC", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 8px;
  line-height: 1.25;
}

.psht-subtitle {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px;
}

.psht-divider {
  width: 70px;
  height: 2px;
  background: var(--pink);
  margin: 15px auto 20px;
}

.psht-section > p {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  color: #555;
  margin-bottom: 15px;
}

.psht-values {
  margin-top: 20px;
  text-align: left;
}

.psht-value {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}

.psht-value > i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.psht-value h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #222;
}

.psht-value p {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.psht-quote {
  margin-top: 20px;
  padding: 15px;
  background: #f5f5f5;
  border-left: 4px solid var(--pink);
  border-radius: 10px;
  text-align: left;
}

.psht-quote i {
  color: var(--pink);
  font-size: 16px;
  margin-bottom: 8px;
}

.psht-quote p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
}



/* section-acara */
.acara-section {
    position: relative;
    width: 100%;
    height: 115vh !important;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: var(--pink-light); */
    border-radius: 16px;
}


/* PILL BESAR */
.acara-pill {
    position: relative;
    /* top: 0vh; */
    width: 90%;
    max-width: 420px;
    height: auto;

    background: url("assets/images/acara.png") center / cover no-repeat;
    border-radius: 999px;
    overflow: hidden;

    border: 5px solid var(--pink);
}

/* OVERLAY GELAP */
.acara-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.65)
    );
    z-index: 0;
}

/* ISI */
.acara-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 60px 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    color: white;
}

/* BLOK ACARA */
.acara-blok {
    padding: 20px 10px;
}

/* JUDUL */
.acara-title {
    font-family: "Playfair Display SC", serif;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

/* TANGGAL & JAM */
.acara-date {
    font-weight: 600;
    font-size: 14px;
}

.acara-time {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 14px;
}

/* LOKASI */
.acara-lokasi {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 14px;
}

/* BUTTON */
.btn-acara {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: var(--pink);
    color: white;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 6px 16px rgba(0,0,0,.3);
}

.btn-acara:hover {
    background: var(--pink-light);
    color: var(--pink);
}


.icon-map {
    display: flex;
    justify-content: center;
    margin: 6px auto 8px;
}

.icon-map svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: rgba(255,255,255,0.9);
    stroke-width: 1.6;
}


/* ==============================
   OPENING SECTION PANJANG
============================== */

#opening-section {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}

/* =====================
   ROUNDED PILL
===================== */

.opening-pill {
    position: sticky;
    top: 30vh;
    width: 90%;
    max-width: 420px;
    height: 160vh;
    background: var(--pink);
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,0.85);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.18),
        0 20px 60px rgba(0,0,0,0.28),
        inset 0 1px 2px rgba(255,255,255,0.35);
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.6));
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =====================
   ISI VERTIKAL
===================== */

.couple-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 60px 20px;
}

/* ITEM */
.couple-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.couple-item img {
    width: 180px;
    height: 250px;
    object-fit: cover;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0,0,0,.5);
}

.couple-item .nama {
    margin-top: 20px;
    font-size: 32px;
    color: white;
}

/* label Putra / Putri dari */
.ortu-label {
    margin-top: 5px;
    font-weight: 700;   /* TEBAL */
    font-size: 13px;
    letter-spacing: 0px;
}

/* nama orang tua */
.ortu-nama {
    margin-top: -30px;
    font-weight: 100;   /* TIPIS & ELEGAN */
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.9;
}


/* PEMISAH */
.divider {
    margin-top: -20px;
    margin-bottom: -20px;
    font-size: 44px;
    opacity: 0.6;
}

/* IG */
.ig-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(4px);
}



/* =========================
   DRESSCODE SECTION
========================= */

.dress-section{
  background: var(--pink-light);
  border-radius: 16px;
}

.dress-wrapper{
  padding: 20px;
}

.dress-image img{
  width: 100%;
  max-width: 220px;
  margin: 0 auto 20px;
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  background: var(--pink);
}

.dress-title{
  font-family: "Playfair Display SC", serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--pink);
}

.dress-desc{
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
}

/* warna palette */
.dress-colors{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.color-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

.color-circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

/* warna */
.gold{
  background: #d4af37;
}

.brown{
  background: #8b5e3c;
}

.cream{
  background: #f5f5dc;
}

.beige{
  background: #e8d5c4;
}



/* =========================
   IPAD PORTRAIT
========================= */
@media (min-width: 601px) and (max-width: 1024px) {

  html,
  body {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
  }

  body {
    display: block;
  }

  .page-wrapper {
    position: relative;

    width: 100%;
    max-width: none;

    height: 100dvh;
    min-height: 100dvh;

    aspect-ratio: auto;

    margin: 0;
    overflow: hidden;
    background: black;
  }

  .container {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .container-fluid {
    width: 100%;
    height: 100%;
  }

  .bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
  }

  .bg img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
  }

  .fab-btn{
    transform: scale(1.1);
  }

  .modal-content{
    max-width: 500px;
  }

.acara-section {
    min-height: 50vh;
    height: 50vh;
    overflow: visible;
}
  .love{ top:0%; left:35%; width:10%; }
  .date{ bottom:23%; left:38%; width:13%; }
  .about{ bottom:38%; left:40%; width:22%; }
  .dress{ top:27%; right:0%; width:23%; }
  .gallery{ top:24%; left:17%; width:13%; }
  .rsvp{ bottom:12%; right:4%; width:16%; }
  .gift{ bottom:46%; left:5%; width:12%; }
  .psht {top: 2%; left: 16%;width: 16%;}
}



/* desktop */
@media (min-width: 1025px){

  .page-wrapper{
    max-width: 650px;
  }

  .love{ top:0%; left:35%; width:12%; }
  .date{ bottom:25%; left:38%; width:13%; }
  .about{ bottom:38%; left:40%; width:22%; }
  .dress{ top:29%; right:0%; width:23%; }
  .gallery{ top:23%; left:17%; width:15%; }
  .rsvp{ bottom:12%; right:4%; width:16%; }
  .gift{ bottom:46%; left:5%; width:12%; }
  .psht {top: 2%; left: 16%;width: 16%;} 

  .fab-btn{
    transform: scale(1.15);
  }

  .modal-content{
    max-width: 550px;
  }

}
