﻿@font-face {
  font-family: 'Good Vibes Pro';
  src: url('/backend/Good vibes pro/GoodVibesCyr.ttf') format('truetype');

  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.has-vertically-aligned-content {

  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Good Vibes Pro', 'Times New Roman', serif;
  width: 100%;
  min-height: 100%;
}
/*//центровка фото моб*/
:root {
  --site-font-family: 'Good Vibes Pro', 'Times New Roman', serif;
  --hero-bg-x: 50%;
  --hero-bg-y: 50%;
  --hero-bg-size: cover;
  --hero-mobile-bg-x: 66%;
  --hero-mobile-bg-y: 50%;
  --hero-mobile-bg-size: cover;
}


.header-wrapper {

  padding-bottom: 30px;
}

.navbar-item {
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  box-shadow: none;
}

.navbar-item.is-active{
  font-family: 'Segoe Script', 'Segoe Print', cursive;
  border-bottom: 2px solid #996E6D;
}

.a.navbar-item{
  font-color: #996E6D;
}


.hero {
  min-height: 100svh;
  background-image:
          linear-gradient(rgba(153, 110, 109, 0.65), rgba(153, 110, 109, 0.65)),
          url("../image/img_home.jpg");
  background-position:
          center center,
          var(--hero-bg-x) var(--hero-bg-y);
  background-repeat: no-repeat;
  background-size:
          cover,
          var(--hero-bg-size);
  background-attachment: fixed;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: var(--site-font-family);

}





.hero .title {
  font-family: var(--site-font-family);
  font-weight: 700;
  transform: rotate(-2deg);
  font-size: 7rem;
  padding-bottom: 5px;
  color: whitesmoke;
}


.hero.is-medium .hero-body {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.hero .subtitle {
  padding: 10px;
  color: whitesmoke;
  font-size: 1.3rem;
}

.hero .tempatwaktu {
  padding-top: 35px;
  font-size: 2rem;
}


.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {

  line-height: 38px;
  font-family: 'Segoe Script', 'Segoe Print', cursive;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
}


.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  font-family: 'Segoe Script', 'Segoe Print', cursive;

  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  font-family: 'Segoe Script', 'Segoe Print', cursive;
  border-bottom: 2px solid #996E6D;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  font-family: 'Segoe Script', 'Segoe Print', cursive;

  color: #996E6D;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  font-family: 'Segoe Script', 'Segoe Print', cursive;

  color: #996E6D;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #c28285;
}


.space40px{
  height: 40px;
}

.space24px{
  height: 24px;
}

.main-content {
  padding-top: 2rem;
  color: #000;
  font-family: var(--site-font-family);

}

.main-content .section-dark {
  background-color: #F4E2E2;
  padding: 80px 40px;
}

.main-content .section-darker {
  background-color: #EDD2D1;
  padding: 80px 40px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 60px;

}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #996E6D;
  background: white;
  color: #996E6D;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #996E6D;
}

.main-content .section-dark.my-work {
  padding: 80px 40px;
}

.main-content .section-cashbac {
  background-color: rgb(238, 250, 253);
  padding: 80px 40px;
}

@media (max-width: 599px) {
  .main-content .section-dark.foto-foto {
    padding: 75px 20px;
  }
}

.main-content .section-dark.foto-foto .foto-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.section-map {
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(153, 110, 109, 0.16);
  background: #fff;
}

.section-map iframe {
  width: 100% !important;
  display: block;
  border: 0;
}

.main-content .section-light {
  padding: 40px 40px;
  padding-bottom: 1px;
}

.main-content .section-light.regular-section {
  padding-bottom: 0;
  margin-bottom: -90px;
}

.main-content .section-light.regular-section .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .about-links {
    text-align: center;
  }
}

.main-content .section-light.regular-section .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
  font-size: 24px;
}

.main-content .section-light.contact {
  padding: 80px;
}

.main-content .section-light.contact button {
  width: 100%;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--site-font-family);

}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 80px 40px;
  }
}

.main-content .section-color.pertanyaan {
  padding: 100px;
  background-color: #996E6D;
  color: white;
}

.main-content .section-color.pertanyaan .title,
.main-content .section-color.pertanyaan .subtitle {
  color: white;
}

.main-content .section-color.pertanyaan i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  font-family: 'Segoe Script', 'Segoe Print', cursive;
  font-weight: 900;
  color: #996E6D;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0px;
  padding-bottom: 60px;
}

.main-content .section-title.location-title {
  font-family: 'Segoe Script', 'Segoe Print', cursive !important;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 2.5rem;

}
.nama-lengkap {

  font-family: var(--site-font-family);
  color: #996E6D;
  font-size: 3.5rem;
  letter-spacing: 0px;
  padding-bottom: 6px;
  line-height: 3.7rem;
}

.ampersand {
  font-size: 5rem;
  font-family: var(--site-font-family);


  color: #996E6D;
  line-height: 5rem;
  display: inline-block;
  vertical-align: middle;
}

.bodytext {
  font-size: 18px;
}

.greeting-title {
  font-family: var(--site-font-family);
  font-size: clamp(1rem, 5vw, 3.4rem);
  font-weight: 600;
  color: #996E6D;
  line-height: 1.15;
  margin: 18px 0 24px;
}

.invite-text {
  font-family: 'Segoe Script', 'Segoe Print', cursive;
  font-size: clamp(1.15rem, 2.3vw, 1.6rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .greeting-title {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
    margin: -20px 0 18px;

  }


  .invite-text {
    font-size: clamp(1.3rem, 5.8vw, 1.8rem);
    line-height: 1.5;
  }

}


.waktu {
  font-size: 1.4rem;
  font-family: var(--site-font-family);

}

.tanggal-angka {
  font-size: 5rem;
  font-family: var(--site-font-family);

  font-weight: 900;
  line-height: 1;
}

.tempat {
  font-size: 1.4rem;
  font-family: var(--site-font-family);
  margin-top: 10px;
  margin-bottom: 30px;
}


.has-vertically-align {
  vertical-align: middle;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 10px 10px 10px 10px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #c28285;
  color: whitesmoke;
}

.footer p {
  color: white;
  font-weight: 500;
  font-size: 10pt;
  display: inline-block;
  vertical-align: middle;
}


.main-content .no-padding-top {
  padding-top: 0px;
}

.footer img{
  margin: 10px 0px 10px 10px;
  display: inline-block;
  max-height: 24px;
  vertical-align: middle;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

.divider {
  margin: 40px 25px;
  display: inline-block;
  max-height: 60px;
  vertical-align: middle;
}

.divider-wrap-up {
  margin-top: -45px;
}

@media (max-width: 767px) {
  .divider-wrap-up {
    margin-top: -75px;
  }
}


.divider-wrap-up .divider {
  margin-top: 0;
}


.bismillah {
  margin: 25px;
  display: inline-block;
  max-height: 50px;
  vertical-align: middle;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #996E6D;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #BC8887;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F4E2E2;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #996E6D;
  -webkit-box-shadow: inset 0 0 6px #996E6D;
  background-color: #BC8887;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #D8A9A8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}


.btn-whatsapp:hover {
  color: white;
  background-color: #59a543;
  border-radius: 10px;
  border: 2px solid #59a543;
  align-items: center;
  margin: 1rem;
}


.btn-whatsapp {
  background-color: #6cc751;
  width: 100%;
  max-width: 280px;
  min-height: 56px;
  color: white;
  font-size: 1.05rem;
  border-radius: 10px;
  border-left: 1px solid #6cc751;
  border-right: 1px solid #6cc751;
  border-top: 1px solid #6cc751;
  border-bottom: 1px solid #6cc751;
  align-items: center;
  margin: 0.6rem;
  white-space: normal;
  text-align: center;
}


.btn-cta:hover {
  color:white;
  background-color: #bf7877;
  border-radius: 10px;
  border: 2px solid #bf7877;
  align-items: center;
  margin: 1rem;
}

.btn-cta {
  background-color: #996E6D;
  width: 100%;
  max-width: 280px;
  min-height: 56px;
  color: white;
  font-size: 1.05rem;
  border: 2px solid #996E6D;
  border-radius: 10px;
  align-items: center;
  margin: 0.6rem;
  white-space: normal;
  text-align: center;
}

.cashbac-logo-inline {
  width: 160px;
  vertical-align: middle;
}

.button-download {
  min-width: 200px;
  height: 55px;
  align-items: center;
  margin: 0.1rem;

}

.voucher-code {
  height: 55px;
  max-width: 180px;
  border: 2px solid #26ade4;
  border-radius: 10px 0 0 10px  ;
  font-size: 24px;
  padding: 15px;
}

.btn-voucher-code {
  height: 55px;
  min-width: 100px;
  border: 2px solid #26ade4;
  background-color: #26ade4;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: white;
}

.fa-copy {
  margin-right: 5px;
}
.white
{color:ghostwhite}


.dusty-pink {color: #D8A9A8}
.dusty-pink-lighter {color: #EDD2D1}
.dusty-pink-lightest {color: #F4E2E2}
.dusty-pink-darker {color: #BC8887}
.dusty-pink-darkest {color: #996E6D}

.tile {
  border-radius: 10px;
}


.foto1 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/beatriz-perez-moya-M2T1j-6Fn8w-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


.foto2 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/evelina-friman-hw_sKmjb0ns-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.foto3 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/jeremy-wong-weddings-464ps_nOflw-unsplash.jpg");
  background-size: cover;
  background-position: top;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.foto4 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/jeremy-wong-weddings-K8KiCHh4WU4-unsplash.jpg");
  background-size: cover;
  background-position: top;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.foto5 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/nathan-dumlao-5BB_atDT4oA-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


.foto6 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/samantha-gades-x40Q9jrEVT0-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}



.title-foto {
  font-size: 18pt;
  font-family: var(--site-font-family);

  font-weight: 700;
  text-align: left;
  color: white;
}


.subtitle-foto {
  font-family: var(--site-font-family);

  font-weight: 700;
  font-size: 14pt;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  color: white;
}

.section-light {
  background-position: bottom 80px center;
  background-repeat: no-repeat;
  background-size: initial;
}

.instagram {
  color: #996E6D;
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

/* === Галерея фото === */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.photo-card {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 28px rgba(153, 110, 109, 0.25);
  transition: transform .3s ease, box-shadow .3s ease;
  background: #EDD2D1;
}

.photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(153, 110, 109, 0.35);
}

.photo-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.photo-card:hover .photo-card__img {
  transform: scale(1.06);
}

.photo-card__caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 75%);
  color: #fff;
}

.photo-card__title {
  font-family: var(--site-font-family);

  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin: 0 0 8px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.photo-card__text {
  font-family: var(--site-font-family);

  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  color: #f5f5f5;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.photo-card__text a {
  color: #ffd9d8;
  text-decoration: underline;
}

@media (max-width: 899px) {
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .photo-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .photo-card {
    aspect-ratio: 4 / 3;
  }
}

/* === План дня === */
.schedule-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.schedule-card {
  position: relative;
  flex: 1 1 240px;
  max-width: 280px;
  background: #ffffff;
  border-radius: 14px;
  padding: 36px 24px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(153, 110, 109, 0.18);
  border: 1px solid rgba(153, 110, 109, 0.15);
  transition: transform .25s ease, box-shadow .25s ease;
}

.schedule-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(153, 110, 109, 0.28);
}

.schedule-card__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #BC8887 0%, #996E6D 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 16px rgba(153, 110, 109, 0.35);
  overflow: hidden;
}

.schedule-card__icon svg {
  width: 56%;
  height: 56%;
  display: block;
}

.schedule-card__time {
  font-family: var(--site-font-family);

  font-size: 2rem;
  font-weight: 700;
  color: #996E6D;
  letter-spacing: 1px;
}

.schedule-card__divider {
  width: 42px;
  height: 2px;
  margin: 12px auto;
  background: #BC8887;
  opacity: 0.6;
}

.schedule-card__label {
  font-family: 'Segoe Script', 'Segoe Print', cursive;
  color: #5a3f3e;
  font-size: 2rem;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
}

@media (max-width: 599px) {
  .schedule-grid {
    gap: 18px;
  }
  .schedule-card {
    padding: 28px 18px 24px;
  }
  .schedule-card__time {
    font-size: 1.6rem;
  }
}

/* === RSVP / Админка === */
.rsvp-subtitle {
  font-family: 'Lato', sans-serif;
  max-width: 760px;
  margin: -32px auto 20px;
  color: #5a3f3e;
  font-weight: 600;
}

.rsvp-card {
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(153, 110, 109, 0.22);
  padding: 28px;
  box-shadow: 0 12px 32px rgba(153, 110, 109, 0.16);
}

.rsvp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rsvp-form__field {
  font-family: 'Segoe Script', 'Segoe Print', cursive;

  text-align: left;
}

.rsvp-form__full {
  grid-column: 1 / -1;
}

.rsvp-form__label {
  font-family: 'Lato', sans-serif;  font-style: normal;
  display: inline-block;
  margin-bottom: 6px;
  color: #5a3f3e;
  font-weight: 700;
}

.rsvp-submit-button {
  width: 100%;
}

.rsvp-feedback,
.admin-feedback {
  margin-top: 14px;
  min-height: 24px;
  font-weight: 700;
  color: #5a3f3e;
}

.feedback-success {
  color: #2f6a42;
}

.feedback-error {
  color: #9b2d2d;
}

.feedback-info {
  color: #5a3f3e;
}

.rsvp-admin-trigger {
  border: none;
  background: transparent;
  color: rgba(90, 63, 62, 0.35);
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  cursor: pointer;
}

.rsvp-admin {
  max-width: 1100px;
  margin: 14px auto 0;
  background: #fffdfd;
  border-radius: 16px;
  border: 1px solid rgba(153, 110, 109, 0.22);
  padding: 22px;
  box-shadow: 0 10px 26px rgba(153, 110, 109, 0.14);
}

.rsvp-admin__title {
  margin: 0;
  color: #996E6D;
}

.rsvp-admin__description {
  margin: 6px 0 0;
  color: #5a3f3e;
}

.rsvp-admin__auth-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
}

.rsvp-admin__stats {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-stat {
  border-radius: 12px;
  padding: 12px;
  background: #F9F1F1;
  border: 1px solid rgba(153, 110, 109, 0.2);
}

.admin-stat__label {
  display: block;
  color: #5a3f3e;
  font-size: 0.85rem;
}

.admin-stat__value {
  display: block;
  color: #996E6D;
  font-size: 1.35rem;
  font-weight: 800;
}

.rsvp-admin__toolbar {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rsvp-admin__table-wrap {
  margin-top: 12px;
  overflow-x: auto;
}

.rsvp-admin__table td,
.rsvp-admin__table th {
  vertical-align: top;
}

.status-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.status-pill--confirmed {
  background: #dff4e8;
  color: #2f6a42;
}

.status-pill--declined {
  background: #fbe1e1;
  color: #9b2d2d;
}

.status-pill--tentative {
  background: #f3ead9;
  color: #876128;
}

.status-pill--cancelled_after_confirmed {
  background: #f7dede;
  color: #8a1f1f;
}

@media (max-width: 899px) {
  .rsvp-admin__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .rsvp-form {
    font-family: 'Segoe Script', 'Segoe Print', cursive;

    grid-template-columns: 1fr;
  }

  .rsvp-card,
  .rsvp-admin {
    padding: 18px;
  }

  .rsvp-admin__auth-row {
    grid-template-columns: 1fr;
  }

  .rsvp-admin__stats {
    grid-template-columns: 1fr;
  }
}

/* ===== Adaptive helpers ===== */
.hero-photo-frame {
  position: relative;
  margin: 30px auto;
  width: min(500px, 88vw);
  height: min(500px, 88vw);
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
          0 0 0 12px #BC8887,
          0 0 0 18px rgba(188, 136, 135, 0.4),
          0 10px 40px rgba(153, 110, 109, 0.4);
}

.hero-photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -40px;
  image-rendering: auto;
  display: block;
}

/* Декоративные цветы по углам рамки */
.hero-photo-frame-flower {
  position: absolute;
  width: 90px;
  height: 90px;
  pointer-events: none;
  z-index: 5;
}

.hero-photo-frame-flower--top-left {
  top: -40px;
  left: -40px;
  transform: rotate(-30deg);
}

.hero-photo-frame-flower--top-right {
  top: -40px;
  right: -40px;
  transform: rotate(30deg) scaleX(-1);
}

.hero-photo-frame-flower--bottom-left {
  bottom: -80px;
  left: -40px;
  transform: rotate(-150deg);
}

.hero-photo-frame-flower--bottom-right {
  bottom: -40px;
  right: -40px;
  transform: rotate(150deg) scaleX(-1);
}

.calendar-icon-wrap {
  margin-bottom: 20px;
}

.calendar-illustration {
  --calendar-heart-left: 71.7%;
  --calendar-heart-top: 66.7%;
  position: relative;
  display: inline-block;
}

.calendar-icon {
  width: min(700px, 70vw);
  max-width: 100%;
  height: auto;
  display: block;
}

.calendar-heart {
  position: absolute;
  left: var(--calendar-heart-left);
  top: var(--calendar-heart-top);
  width: clamp(34px, 6vw, 52px);
  aspect-ratio: 10 / 9;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 8px 18px rgba(213, 0, 47, 0.28));
  animation: calendar-heart-float 2.8s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

.calendar-heart__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.calendar-heart__svg path {
  fill: none;
  stroke: #d5002f;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes calendar-heart-float {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: drop-shadow(0 8px 18px rgba(213, 0, 47, 0.28));
  }

  25% {
    transform: translate(-49%, -57%) scale(1.06);
    filter: drop-shadow(0 10px 20px rgba(213, 0, 47, 0.24));
  }

  50% {
    transform: translate(-51%, -64%) scale(1.12);
    filter: drop-shadow(0 12px 24px rgba(213, 0, 47, 0.22));
  }

  75% {
    transform: translate(-52%, -57%) scale(1.05);
    filter: drop-shadow(0 9px 19px rgba(213, 0, 47, 0.24));
  }
}


.map-noscript {

  color: #c00;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .main-content .section-dark,
  .main-content .section-darker,
  .main-content .section-light,
  .main-content .section-light.contact {
    padding: 64px 24px;
  }

  .hero .title {
    font-size: 5.5rem;
  }


  .nama-lengkap {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .ampersand {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .hero {
    background-attachment: scroll;
    background-position: center center, var(--hero-mobile-bg-x) var(--hero-mobile-bg-y);
    background-repeat: no-repeat;
    background-size: cover, var(--hero-mobile-bg-size);
    min-height: 100svh;
  }

  .main-content .section-dark,
  .main-content .section-darker,
  .main-content .section-light,
  .main-content .section-light.contact {
    padding: 52px 16px;
  }

  .hero .title {
    font-size: clamp(1.6rem, 9vw, 3.2rem);
    line-height: 1;
    padding: 0 6px;
    white-space: nowrap;
  }

  .hero .subtitle,
  .hero .tempatwaktu {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* === ЦВЕТ РАМКИ НА МОБИЛЬНЫХ === */
  .hero-photo-frame {
    margin: 20px auto;
    width: min(380px, 86vw);
    height: min(380px, 86vw);
    box-shadow:
            0 0 0 10px #d89b9a,
            0 0 0 15px rgb(255, 255, 255),
            0 8px 30px rgba(153, 110, 109, 0.4);
  }

  .hero-photo-image {
    object-position: center -15px;
  }

  .main-content .section-title {
    font-family: 'Segoe Script', 'Segoe Print', cursive;
    font-size: 1.25rem;
    padding-bottom: 34px;
  }

  .btn-cta,
  .btn-whatsapp {
    max-width: none;
    margin: 0.5rem 0;
    width: 100%;
    min-height: 54px;
    font-size: 1rem;
    padding: 10px 12px;
  }

  .divider {
    margin: 24px 10px;
    max-height: 44px;
  }

  .rsvp-subtitle {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    max-width: 760px;
    margin: -32px auto 20px;
    color: #5a3f3e;
    font-weight: 600;
  }

  .rsvp-card {
    padding: 16px;
    border-radius: 12px;
  }

  .rsvp-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rsvp-form .input,
  .rsvp-form .textarea,
  .rsvp-form .select select,
  .rsvp-submit-button {
    font-size: 16px;
  }

  .section-map {
    border-radius: 10px;
  }

  h1.title.section-title,
  h2.title.section-title,
  .main-content h1.title.section-title,
  .main-content h2.title.section-title {
    font-family: 'Segoe Script', 'Segoe Print', cursive !important;
  }
}
@media (max-width: 479px) {
  .schedule-grid {
    padding: 0 16px;
    gap: 14px;
  }

  .schedule-card {
    max-width: 100%;
    width: 100%;
    padding: 22px 14px 18px;
    border-radius: 14px;
  }

  .schedule-card__icon {
    width: 74px;
    height: 74px;
    margin-bottom: 12px;
  }

  .schedule-card__time {
    font-size: 1.45rem;
  }

  .schedule-card__label {
    font-family: 'Segoe Script', 'Segoe Print', cursive;
    font-size: 2rem;
  }

  .photo-card {
    border-radius: 14px;
    aspect-ratio: 4 / 5;
  }

  .photo-card__caption {
    padding: 14px 12px;
  }

  .photo-card__title {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .photo-card__text {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .footer {
    padding: 10px 6px;
    line-height: 20px;
  }

  .footer p {
    font-size: 9pt;
  }
}

@media (max-width: 767px) {
  h1.title.has-text-centered.section-title,
  h2.title.has-text-centered.section-title,
  h1.title.section-title,
  h2.title.section-title {
    font-family: 'Lato', sans-serif;  font-style: normal;
  }

  .schedule-card__label {
    font-family: 'Segoe Script', 'Segoe Print', cursive !important;
  }
}

label.rsvp-form__label {
  font-family: 'Lato', sans-serif;  font-style: normal;
}

.section-title.location-title {
  padding-bottom: 10px !important;
}