.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #e6e6e6;
  text-decoration: underline;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#000, #0000);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-container {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body {
  background-color: #000;
}

.navigation-container {
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.icon-crown-container {
  width: 40px;
  margin-left: 10px;
}

.navbar-sweet16 {
  margin-top: 5px;
}

.logo-text-sweet16 {
  color: #9c1714;
  white-space: nowrap;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
}

.rsvp-button-container {
  align-self: center;
  width: 150px;
  position: relative;
}

.rsvp-button {
  background-color: #99701f00;
  border: 1px solid #806633;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding-right: 5px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.rsvp-button:hover {
  background-color: #99701f4d;
}

.rsvp-button:active {
  background-color: #cc962980;
}

.rsvp-button.hero-cta {
  z-index: 10;
  color: #fff;
  letter-spacing: 6px;
  background-image: linear-gradient(135deg, #fff0 25%, #fff6 35%, #fff0 40%), linear-gradient(135deg, #ffffff40, #fff0 15%, #0000 56%, #ffffff40 65%, #fff0 80%), linear-gradient(135deg, #4d3a17, #ccb07a);
  border-radius: 4px;
  width: 300px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 0 50px #996b0f99;
}

.rsvp-button.footer-rsvp {
  width: 200px;
  height: 40px;
  margin-bottom: 5px;
}

.image {
  width: 24px;
}

.share-button-text {
  color: #bf984c;
  letter-spacing: 1px;
  margin-left: 8px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.nav-links-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 600px;
  max-width: 700px;
  margin-right: 50px;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 1px solid #9c171400;
  margin-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .75s, color .25s;
}

.nav-link:hover {
  color: #bf984c;
  border-bottom-color: #9c1714;
}

.section-hero {
  background-image: url('../images/Alayna-hero-bg-02.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 2px solid #58461940;
  width: 100%;
  height: 1080px;
  padding-top: 200px;
  position: relative;
}

.hero-container {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 960px;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.hero-container-l {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.hero-container-r {
  width: 60%;
}

.white-p-text {
  color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
}

.white-p-text.hero-text-offset-01 {
  margin-bottom: -10px;
  margin-left: 90px;
}

.white-p-text.uncapped {
  color: #999;
  text-transform: none;
}

.white-p-text.hero-date-time-text {
  font-size: 26px;
  font-weight: 700;
}

.white-p-text._2nd-floor {
  text-transform: capitalize;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
}

.sweet16-title {
  color: #9c1714;
  text-align: center;
  margin-left: -30px;
  font-family: Great Vibes, cursive;
  font-size: 140px;
  line-height: 120px;
}

.hero-break-rose {
  align-self: center;
  width: 400px;
  margin-top: -15px;
}

.hero-red-text {
  color: #9c1714;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  line-height: 46px;
}

.break-gold-crown {
  align-self: center;
  width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.break-gold-crown.faq-spacing {
  margin-top: 10px;
  margin-bottom: 20px;
}

.break-gold-crown.modal-break {
  margin-top: 0;
}

.hero-date-time-text-span {
  font-size: 32px;
}

.text-span-2 {
  color: #bf984c;
  font-size: 32px;
}

.hero-white-p-01 {
  color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-alayna-img {
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.hero-venue-text-last {
  color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
}

.section-countdown {
  border-bottom: 2px solid #58461940;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.h3 {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.h3.dress-not-sure {
  font-size: 24px;
  font-weight: 700;
}

.container {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.container.photo-grid {
  max-width: 1600px;
  position: static;
}

.container.share-box {
  max-width: 1920px;
  padding: 0 50px;
  position: static;
}

.container.footer {
  max-width: 1600px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.history-horizontal {
  flex-flow: row;
  justify-content: space-between;
  max-width: 1600px;
  height: 100%;
  position: static;
}

.break-rose-01 {
  align-self: center;
  width: 200px;
  margin: 10px auto 20px;
}

.countdown-cluster {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.countdown-block {
  text-overflow: clip;
  border-right: 1px solid #806633;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  margin-left: 50px;
  padding-right: 40px;
  display: flex;
}

.countdown-block.last {
  border-right-style: none;
  padding-right: 0;
}

.countdown-block.first-cd-block {
  margin-left: 0;
}

.countdown-value {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
}

.countdown-number {
  color: #9c1714;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 100px;
  line-height: 80px;
}

.countdown-rose-l {
  z-index: 2;
  opacity: .3;
  height: 250px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.countdown-rose-r {
  opacity: .3;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-white-p-02 {
  color: #f2f2f2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

.hero-cta-text {
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 2px 3px 5px #000000bf;
  margin-left: 8px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.image-5 {
  z-index: 11;
  display: none;
  position: absolute;
  inset: auto -8% -38% auto;
  transform: rotate(0)scale(.6);
}

.hero-flower-box {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-6 {
  display: none;
  position: absolute;
  inset: auto auto -45% -12%;
  transform: rotate(-40deg)scale(.65);
}

.section-photos {
  background-image: url('../images/photos-bg.webp');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 2px solid #58461940;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.accent-corner-bouquet-01 {
  z-index: 0;
  opacity: .5;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link {
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 700;
  text-decoration-color: #9c1714;
}

.hero-venue-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-map-pin {
  width: 18px;
  margin-right: 10px;
  display: block;
}

.photo-container {
  width: 100%;
}

.photo-img-container {
  border: 1px solid #806626;
  justify-content: center;
  align-items: center;
}

.photo-img {
  width: 100%;
  max-width: 500px;
}

.section-guests {
  background-image: linear-gradient(#000, #0000 30% 70%, #000 98%), url('../images/court-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 2px solid #58461980;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 50px 80px;
  display: flex;
  position: relative;
}

.button-gold-outline {
  z-index: 2;
  text-transform: uppercase;
  background-color: #99701f00;
  border: 1px solid #806633;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.button-gold-outline:hover {
  background-color: #99701f4d;
}

.button-gold-outline:active {
  background-color: #cc962980;
}

.button-gold-outline.dark-fill-resize {
  background-color: #0000004d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-gold-outline.dark-fill-resize:hover {
  background-color: #0009;
}

.button-gold-outline.dress-code-contact {
  background-color: #0000004d;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-gold-outline.dress-code-contact:hover {
  background-color: #0009;
}

.section-gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #00000040 50%, #000);
  position: absolute;
  inset: 0%;
}

.section-gradient-overlay.gold {
  background-image: linear-gradient(#0000, #e5b85d0a);
}

.section-gradient-overlay.faq-side-gradients {
  background-image: linear-gradient(90deg, #000 5%, #000c 10%, #0000 20% 50%, #0000 80%, #00000080 90%, #000 95%);
}

.section-gradient-overlay.hero-mobile {
  display: none;
}

.header-cluster {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.guest-card {
  background-color: #0a0a0a;
  background-image: linear-gradient(315deg, #0a0a0a80, #000), url('../images/gray-rock-texture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: 250px;
  margin: 3px;
  padding: 15px;
  font-family: Cormorant Garamond, sans-serif;
  transition: box-shadow .35s, transform .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 -20px #bf323200;
}

.guest-card:hover {
  background-color: #141414;
  transform: translate(0, -15px);
  box-shadow: 0 10px 25px 5px #80808033;
}

.guest-photo-quote-container {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.guest-photo-box {
  align-self: center;
  width: 100%;
  max-width: 30%;
}

.guest-quote-box {
  color: #d9d9d9;
  align-items: stretch;
  width: 100%;
  max-width: 70%;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.guest-name-text {
  color: #9c1714;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}

.guest-title-text {
  color: #bf984c;
  font-size: 18px;
  line-height: 22px;
}

.guest-photo {
  border: 2px solid #806626;
  border-radius: 50%;
}

.icon-quotes {
  opacity: .75;
  width: 25px;
  position: absolute;
}

.quote-text {
  padding-top: 25px;
}

.quote-underline {
  background-image: linear-gradient(90deg, #252525, #27272700);
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto auto -10px 20px;
}

.section-share {
  background-color: #230101;
  background-image: linear-gradient(90deg, #27000166, #270001bf 20%, #270001 50%, #270001bf 80%, #27000166), url('../images/e8de5a38-7f2c-4a29-b7c0-63d879de0c05.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 2px solid #58461940;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.share-horizontal {
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

  .share-left {
    border-right-style: none;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

.share-left-dress {
  border-right: 1px solid #bf984c;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-right: 3px;
  padding: 0 50px;
  display: flex;
}

.share-icon {
  width: 40px;
}

.share-icon.dress-code-header-icon {
  height: 40px;
}

.share-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.share-title.dress-subtitle {
  margin-bottom: 0;
}

.share-p-text {
  color: #bf984c;
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.share-divider {
  background-color: #9c1714;
  width: 300px;
  height: 1px;
  margin-bottom: 20px;
}

.share-divider.modal-white {
  background-color: #0000;
  background-image: linear-gradient(90deg, #0000, #878787 50%, #fff0);
  height: 2px;
}

.text-span-3 {
  color: #fff;
  text-transform: uppercase;
}

.share-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-right: 3px;
  padding: 0 50px;
  display: flex;
}

.image-10, .share-button-icon {
  width: 26px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.img-square-thumb {
  width: 100%;
}

.image-12 {
  width: 75px;
  position: absolute;
  inset: -61px auto auto 132px;
}

.section-registry {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 50px 80px;
  display: none;
  position: relative;
}

.registry-card-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.registry-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  height: 350px;
  padding: 10px 25px 20px;
  transition: transform 1s;
  display: flex;
}

.registry-card:hover {
  transform: translate(0, -15px);
}

.registry-title-text {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.registry-card-button {
  color: #1a1a1a;
  background-image: none;
  border: 1px solid gray;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.section-footer {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-site-nav {
  border-top: 1px solid #58461940;
  border-bottom: 1px solid #58461940;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list {
  display: flex;
}

.list-item {
  color: #ccc;
  text-transform: uppercase;
  align-self: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-block {
  color: #ccc;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.tos-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-2 {
  color: #999;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.image-13 {
  width: 175px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.petal-01 {
  z-index: 100;
  width: 50px;
  position: absolute;
  top: 98.5px;
  left: 188px;
}

.petal-02 {
  z-index: 100;
  width: 60px;
  position: absolute;
  top: 208.5px;
  left: 162px;
  transform: rotate(18deg);
}

.petal-00 {
  z-index: 100;
  width: 40px;
  position: absolute;
  top: 20.5px;
  left: 65px;
  transform: rotate(-129deg);
}

.long-stem-03 {
  width: 175px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-get-directions {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 25px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-get-directions:hover {
  background-color: #1a1a1a;
}

.button-get-directions:active {
  background-color: #333;
}

.button-get-directions.right-margin {
  margin-right: 10px;
}

.button-get-directions.button-dress-code {
  background-color: #9c1714;
  margin-right: 10px;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 0 20px #9c171480;
}

.button-get-directions.button-dress-code:hover {
  background-color: #e6221d;
  box-shadow: 0 0 20px #e6221d80;
}

.button-get-directions.button-dress-code:active {
  background-color: #ff3833;
  box-shadow: 0 0 30px #e6221d80;
}

.button-get-directions.button-event-info {
  background-color: #806633;
  margin-right: 10px;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 0 20px #80663380;
}

.button-get-directions.button-event-info:hover {
  background-color: #b38e47;
  box-shadow: 0 0 20px #80663380;
}

.button-get-directions.button-event-info:active {
  background-color: #ff3833;
  box-shadow: 0 0 30px #e6221d80;
}

.section-faq {
  background-image: url('../images/faq-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-bottom: 2px solid #58461940;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hero-button-cluster {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon-shirt {
  width: 26px;
  margin-right: 10px;
  display: block;
}

.section-dress-code {
  background-image: linear-gradient(90deg, #fff0, #9c171400 50%, #9c171480), linear-gradient(#000, #1a1a1ae6), url('../images/slate-marble-bg-01.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom: 2px solid #58461940;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.cell {
  justify-content: center;
  align-items: center;
}

.dress-code-item-title {
  color: #bfbfbf;
  text-align: center;
  width: 80px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.icon-dress-code-vector {
  margin-bottom: 10px;
}

.text-span-4 {
  color: #b36d6b;
  font-weight: 700;
}

.text-span-5 {
  font-weight: 700;
}

.dress-code-icon-container {
  padding: 0;
}

.dress-code-horizontal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dress-contact-container {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.text-span-6 {
  font-size: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dress-code-subtitle {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.hero-date-time-container {
  border-top: 1px solid #bf984c;
  border-bottom: 1px solid #bf984c;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 4px 0 8px;
  display: flex;
  position: relative;
}

.text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-history {
  background-image: url('../images/puerto-rican-flag-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 2px solid #58461980;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.history-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 50px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.history-column.history-right {
  color: #fff;
  background-image: linear-gradient(#0000, #000c 10% 85%, #0000);
  width: 40%;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.image-14 {
  position: relative;
}

.slide {
  background-image: url('../images/history-img-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  aspect-ratio: 2 / 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 700px;
  display: flex;
}

.slide-container {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 525px;
  height: 100%;
  display: flex;
}

.mask {
  width: 100%;
}

.slide-2 {
  background-image: url('../images/history-img-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/history-img-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/history-img-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/history-img-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-15 {
  width: 200px;
}

.break-pr-flag {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-text.court-intro {
  color: #e6e6e6;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.p-text.modal-text {
  color: #e6e6e6;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.p-text.modal-text-diet {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 16px;
}

.not-exhaustive {
  color: gray;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.faq-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-entry {
  background-color: #000c;
  border-bottom: 1px solid #bf984c40;
  padding: 20px;
}

.faq-entry.faq-last-child {
  border-bottom-style: none;
}

.faq-question {
  color: #bf984c;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.faq-answer {
  color: #d9d9d9;
  font-family: Montserrat, sans-serif;
}

.inline-link {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-text-decoration: underline #9c1714;
  text-decoration: underline #9c1714;
}

.link-3 {
  font-weight: 700;
}

.link-4 {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-text-decoration: underline #9c1714;
  text-decoration: underline #9c1714;
}

.faq-red-highlight {
  color: #9c1714;
}

.footer-thanks {
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
}

.footer-date {
  color: #9c1714;
  text-align: center;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.text-span-7, .text-span-8 {
  font-size: 34px;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ddd0;
  background-image: linear-gradient(#000, #fff0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.badge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 100%;
  margin-right: 30px;
  display: flex;
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.nav-menu.desktop-nav {
  display: flex;
}

.nav-spacer {
  width: 100%;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.rsvp-modal-container {
  z-index: 100;
  background-color: #000000e6;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: auto;
  justify-content: flex-start;
  padding: 40px 16px;
}

.rsvp-modal-container.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body.modal-open {
  overflow: hidden;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.site-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4vw;
  background: rgba(0, 0, 0, .9);
  touch-action: pan-y;
}

.site-lightbox.is-open { display: flex; }
.site-lightbox-stage { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.site-lightbox img { max-width: 100%; max-height: 92vh; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.site-lightbox button { border: 0; color: #fff; background: none; cursor: pointer; }
.site-lightbox-close { position: fixed; z-index: 3; top: 1rem; right: 1.5rem; font-size: 3rem; line-height: 1; }
.site-lightbox-arrow { position: fixed; z-index: 2; top: 50%; width: 56px; height: 80px; border-radius: 4px !important; background: rgba(0,0,0,.35) !important; font-size: 2.5rem; transform: translateY(-50%); transition: background-color 200ms ease, color 200ms ease; }
.site-lightbox-arrow:hover, .site-lightbox-arrow:focus-visible { color: #bf984c; background: rgba(0,0,0,.7) !important; }
.site-lightbox-prev { left: 1rem; }
.site-lightbox-next { right: 1rem; }
.site-lightbox-count { position: fixed; bottom: 1rem; left: 50%; color: #fff; font-family: Montserrat, sans-serif; font-size: 14px; letter-spacing: 2px; transform: translateX(-50%); }
body.lightbox-open { overflow: hidden; }

@media screen and (max-width: 767px) {
  .site-lightbox { padding: 0; }
  .site-lightbox img { max-height: 85vh; }
  .site-lightbox-arrow { width: 44px; height: 64px; font-size: 2rem; }
  .site-lightbox-prev { left: .25rem; }
  .site-lightbox-next { right: .25rem; }
}

.slider .w-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.slider .w-slide.is-active { opacity: 1; }
.slide-nav button { width: 10px; height: 10px; margin: 0 3px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.4); }
.slide-nav button.is-active { background: #fff; }

@media screen and (max-width: 991px) {
  .nav-menu.is-open { display: block; }
}

.container-3 {
  z-index: 100;
  background-color: #000;
  max-width: none;
  position: fixed;
  inset: 0%;
}

.rsvp-modal {
  margin-top: 80px;
  background-image: linear-gradient(#1a1a1abf, #000), url('../images/slate-marble-bg-01.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #4d3a17;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 750px;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 25px 5px #000000bf;
}

.rsvp-modal-title {
  text-align: center;
  letter-spacing: 15px;
  text-shadow: 0 5px 10px #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffdc98 35%, #806026);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.modal-close-button {
  background-color: #e6e6e6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -15px -15px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.text-block-2 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: 10px;
}

.modal-form-label {
  color: #bf984c;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.modal-form-label.checkbox-text-size {
  font-size: 22px;
  line-height: 24px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
}

.text-field-input {
  margin-bottom: 10px;
}

.modal-submit-button {
  background-color: #9c1714;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
  }

  .logo-container {
    display: none;
  }

  .logo-container.w--current {
    display: flex;
  }

  .navigation-container {
    width: 100%;
  }

  .nav-links-container {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.nav-event {
    display: none;
  }

  .nav-link.nav-event.w--current {
    display: flex;
  }

  .nav-link.nav-contact {
    display: none;
  }

  .section-hero {
    background-position: 80%;
    padding-top: 120px;
    padding-left: 20px;
  }

  .hero-container {
    min-width: 768px;
    max-width: 991px;
  }

  .hero-container-l {
    width: 70%;
  }

  .hero-container-r {
    width: 30%;
  }

  .container.share-box {
    padding-left: 0;
    padding-right: 0;
  }

  .countdown-block {
    width: 100px;
    padding-right: 30px;
  }

  .countdown-block.first-cd-block {
    margin-left: 0;
  }

  .section-guests {
    padding-left: 0;
    padding-right: 0;
  }

  .section-gradient-overlay.hero-mobile {
    background-image: linear-gradient(90deg, #000 30%, #00000040 75%, #0000);
    display: flex;
  }

  .guest-card {
    min-width: 320px;
    max-width: 370px;
    height: 250px;
  }

  .share-left-dress {
    padding-left: 0;
    padding-right: 5px;
  }

  .share-right {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .button-get-directions.right-margin {
    padding: 10px 20px;
  }

  .button-get-directions.button-dress-code {
    margin-right: 0;
    padding: 10px 20px;
  }

  .button-get-directions.button-event-info {
    padding: 10px 20px;
  }

  .hero-button-cluster {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-dress-code {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-dress-code-vector {
    width: 70px;
  }

  .dress-code-icon-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .dress-contact-container {
    margin-top: 10px;
  }

  .section-history {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .history-column {
    width: 50%;
    padding-left: 25px;
  }

  .history-column.history-right {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ddd0;
    background-image: linear-gradient(#000, #0009);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
  }

  .container-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .badge {
    width: 150px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000000e6;
    border-top: 1px solid #bf984c80;
    border-bottom: 1px solid #bf984c;
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-menu.desktop-nav {
    display: none;
  }

  .icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-spacer {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .rsvp-button.hero-cta {
    margin-top: 10px;
  }

  .section-hero {
    background-image: url('../images/Alayna-hero-bg-02.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    padding-top: 140px;
    padding-bottom: 120px;
    padding-left: 0;
  }

  .hero-container {
    z-index: 3;
    min-width: 0;
  }

  .hero-container-l {
    width: 100%;
    padding-left: 20px;
    padding-right: 80px;
    position: relative;
  }

  .hero-container-r {
    display: none;
  }

  .white-p-text.hero-text-offset-01 {
    z-index: 3;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    inset: 0% 30px auto auto;
  }

  .sweet16-title {
    z-index: 2;
    margin-left: 0;
    font-size: 120px;
    position: relative;
  }

  .hero-break-rose {
    width: 100%;
    max-width: 350px;
  }

  .hero-red-text {
    font-size: 53px;
  }

  .break-gold-crown {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-white-p-01 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container.share-box {
    max-width: none;
  }

  .container.history-horizontal {
    flex-flow: column;
  }

  .countdown-cluster {
    max-width: 480px;
  }

  .countdown-block {
    width: 100px;
    margin-left: 20px;
    padding-right: 20px;
  }

  .countdown-block.last {
    margin-left: 20px;
  }

  .countdown-block.first-cd-block {
    width: 100px;
    padding-right: 20px;
  }

  .countdown-value {
    letter-spacing: 3px;
  }

  .countdown-number {
    font-size: 70px;
  }

  .countdown-rose-l {
    width: 150px;
    height: auto;
  }

  .countdown-rose-r {
    width: 200px;
  }

  .hero-white-p-02 {
    align-self: center;
    max-width: 400px;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-photos {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accent-corner-bouquet-01 {
    z-index: 2;
    width: 230px;
  }

  .link {
    font-size: 22px;
  }

  .section-guests {
    background-image: linear-gradient(#0000 90%, #000), linear-gradient(90deg, #000, #0000), url('../images/court-bg.webp');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .section-gradient-overlay {
    background-image: linear-gradient(#0000, #00000040 85%, #000);
  }

  .section-gradient-overlay.hero-mobile {
    background-image: linear-gradient(90deg, #000 40%, #00000040 90%, #0000);
  }

  .section-share {
    background-image: linear-gradient(90deg, #27000166, #270001bf 20% 50%, #270001bf 80%, #27000166), url('../images/e8de5a38-7f2c-4a29-b7c0-63d879de0c05.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .share-horizontal {
    flex-flow: column;
  }

  .share-left {
    border-right-style: none;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
    padding-right: 0;
  }

  .share-left.share-left-mobile-margin {
    margin-bottom: 0;
  }

  .share-left-dress.share-left-mobile-margin {
    border-right-style: none;
    margin-bottom: 75px;
  }


  .share-right {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
  }

  .share-right.share-section-mobile-hide {
    display: none;
  }

  .link-block {
    text-align: center;
  }

  .link-block.footer-link-mobile-hide {
    display: none;
  }

  .button-get-directions.right-margin {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-get-directions.button-dress-code {
    width: 100%;
  }

  .button-get-directions.button-event-info {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-button-cluster {
    z-index: 6;
    flex-flow: column;
    max-width: 300px;
    position: relative;
  }

  .dress-code-horizontal {
    flex-flow: column;
  }

  .dress-contact-container {
    margin-top: 50px;
  }

  .hero-date-time-container {
    border-top-style: none;
  }

  .history-column, .history-column.history-right {
    width: 100%;
  }

  .p-text {
    line-height: 22px;
  }

  .hero-sweet-16-logo {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 400px;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .rsvp-button-container {
    margin-top: 15px;
  }

  .nav-links-container {
    flex-flow: column;
  }

  .nav-link, .nav-link.w--current {
    margin-top: 12px;
    padding: 15px 15px 6px;
  }

  .hero-container-l {
    padding-right: 60px;
  }

  .countdown-cluster {
    max-width: 375px;
  }

  .countdown-block {
    width: 80px;
    margin-left: 10px;
    padding-right: 10px;
  }

  .countdown-block.last {
    width: 80px;
    margin-left: 10px;
  }

  .countdown-block.first-cd-block {
    width: 80px;
    padding-right: 10px;
  }

  .countdown-value {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .section-gradient-overlay {
    display: none;
  }

  .section-gradient-overlay.hero-mobile {
    background-image: linear-gradient(90deg, #000 52%, #00000040 90%, #0000);
  }

  .link-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-get-directions.right-margin:hover {
    background-color: #1a1a1a00;
  }

  .section-history {
    background-position: 50% 62%;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .rsvp-modal {
    height: auto;
  }

  .modal-close-button {
    inset: -25px 0% auto auto;
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media screen and (max-width: 991px) {
  .menu-button {
    z-index: 1002;
    cursor: pointer;
    border: 0;
    background: transparent;
    touch-action: manipulation;
  }

  .nav-menu {
    position: fixed;
    z-index: 1001;
    inset: 80px 0 0;
    width: 100vw;
    height: calc(100dvh - 80px);
    padding: 32px 20px;
    display: flex;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .96);
    border-top: 1px solid rgba(191, 152, 76, .5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    will-change: transform, opacity;
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, visibility 0s linear 400ms;
  }

  .nav-menu.is-open {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, visibility 0s linear 0s;
  }

  body.nav-open { overflow: hidden; }

  .nav-menu .div-block-2,
  .nav-menu .nav-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 0;
    margin: 0;
  }

  .nav-menu .nav-link {
    margin: 0;
    padding: 14px 20px;
    font-size: 22px;
  }

  .nav-menu .rsvp-button-container {
    margin-top: 24px;
  }
}

#w-node-d4035851-370f-81d1-d51d-d44a074d212e-25e6dfc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a8be9ed5-60ee-2ad0-5225-8f25d7e92366-25e6dfc6, #w-node-_87ea837c-797a-7b4f-5161-faf2597ffaf0-25e6dfc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-d4035851-370f-81d1-d51d-d44a074d212e-25e6dfc6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

/* Independent site navigation */
.site-navbar {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: linear-gradient(#000, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.site-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.site-navbar-brand {
  display: flex;
  flex: 0 0 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 30px;
  text-decoration: none;
}

.site-nav-panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 700px);
  margin-right: 50px;
}

.site-nav-link {
  color: #fff;
  border-bottom: 1px solid transparent;
  margin-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color 200ms ease, border-color 200ms ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  color: #bf984c;
  border-bottom-color: #9c1714;
}

.site-nav-rsvp {
  flex: 0 0 150px;
}

.site-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.site-nav-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
}

@media screen and (max-width: 991px) {
  .site-navbar { padding: 0 10px; }
  .site-navbar-brand { margin-right: 0; }

  .site-nav-toggle {
    position: relative;
    z-index: 5002;
    display: block;
  }

  .site-nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .site-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .site-nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .site-nav-panel {
    position: fixed;
    z-index: 5001;
    inset: 80px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100dvh - 80px);
    padding: 32px 20px;
    overflow-y: auto;
    background: rgba(0, 0, 0, .97);
    border-top: 1px solid rgba(191, 152, 76, .5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, visibility 0s linear 400ms;
  }

  .site-nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, visibility 0s linear 0s;
  }

  .site-nav-links {
    flex: 0 0 auto;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .site-nav-link {
    margin: 0;
    padding: 13px 20px;
    font-size: 22px;
  }

  .site-nav-rsvp {
    flex: 0 0 50px;
    margin-top: 24px;
  }
}

/* Decorative falling rose petals */
.section-hero,
.section-faq {
  overflow: hidden;
}

.petal-fall {
  position: absolute;
  z-index: 6;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.petal-fall span {
  --petal-size: 12px;
  --petal-drift: 50px;
  position: absolute;
  top: -12%;
  left: 10%;
  width: var(--petal-size);
  height: calc(var(--petal-size) * 1.45);
  border-radius: 75% 15% 70% 20%;
  background: linear-gradient(145deg, #d9444f, #8f1119 72%);
  opacity: .52;
  box-shadow: inset 1px 1px 2px rgba(255,255,255,.25);
  animation: rose-petal-fall 16s linear infinite;
  will-change: transform;
}

.petal-fall span:nth-child(2)  { left: 19%; --petal-size: 9px;  --petal-drift: -35px; animation-duration: 20s; animation-delay: -13s; opacity: .38; }
.petal-fall span:nth-child(3)  { left: 28%; --petal-size: 14px; --petal-drift: 70px;  animation-duration: 19s; animation-delay: -5s; }
.petal-fall span:nth-child(4)  { left: 37%; --petal-size: 8px;  --petal-drift: -50px; animation-duration: 23s; animation-delay: -18s; opacity: .34; }
.petal-fall span:nth-child(5)  { left: 46%; --petal-size: 11px; --petal-drift: 45px;  animation-duration: 18s; animation-delay: -9s; }
.petal-fall span:nth-child(6)  { left: 55%; --petal-size: 15px; --petal-drift: -65px; animation-duration: 22s; animation-delay: -2s; opacity: .45; }
.petal-fall span:nth-child(7)  { left: 64%; --petal-size: 9px;  --petal-drift: 38px;  animation-duration: 17s; animation-delay: -15s; }
.petal-fall span:nth-child(8)  { left: 73%; --petal-size: 13px; --petal-drift: -42px; animation-duration: 21s; animation-delay: -7s; opacity: .4; }
.petal-fall span:nth-child(9)  { left: 82%; --petal-size: 10px; --petal-drift: 55px;  animation-duration: 24s; animation-delay: -20s; }
.petal-fall span:nth-child(10) { left: 91%; --petal-size: 14px; --petal-drift: -60px; animation-duration: 20s; animation-delay: -11s; opacity: .42; }
.petal-fall span:nth-child(11) { left: 5%;  --petal-size: 8px;  --petal-drift: 30px;  animation-duration: 22s; animation-delay: -4s; opacity: .32; }
.petal-fall span:nth-child(12) { left: 87%; --petal-size: 11px; --petal-drift: -28px; animation-duration: 18s; animation-delay: -16s; }

.petal-fall-faq span {
  animation-duration: 22s;
  opacity: .36;
}

@keyframes rose-petal-fall {
  0% {
    transform: translate3d(0, -10vh, 0) rotate(0deg) rotateY(0deg);
  }
  45% {
    transform: translate3d(calc(var(--petal-drift) * -.45), 50vh, 0) rotate(210deg) rotateY(130deg);
  }
  100% {
    transform: translate3d(var(--petal-drift), 120vh, 0) rotate(520deg) rotateY(260deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .petal-fall {
    display: none;
  }
}
