/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
.site-menu__link,
h2,
h3,
h4,
h5,
h6,
p,
.cursor__circle-text,
.site-menu__back-to-main-website,
.site-header__menu-button,
.rsvp__submit-input,
.rsvp__new-search-input,
.rsvp__name-input,
.faq__where-to-stay-city-header,
.faq__where-to-stay-answer,
a,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 400;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  padding: unset;
  border: none;
  background: none;
}

@font-face {
  font-family: "Wild Mango";
  src: url("/assets/fonts/WildMango.otf");
}
@font-face {
  font-family: "All Modern";
  src: url("/assets/fonts/All Modern by Kestrel Montes.woff");
}
h1, .site-menu__link,
h2,
h3,
h4,
h5,
h6,
p,
.cursor__circle-text,
.site-menu__back-to-main-website,
.site-header__menu-button,
.rsvp__submit-input,
.rsvp__new-search-input,
.rsvp__name-input,
.faq__where-to-stay-city-header,
.faq__where-to-stay-answer,
a {
  color: #1c1c1c;
}

h1, .site-menu__link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.125;
}
@media (min-width: 56.25rem) {
  h1, .site-menu__link {
    font-size: 6rem;
  }
}

h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.5;
}
@media (min-width: 37.5rem) {
  h2 {
    font-size: 2.25rem;
  }
}

h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.72;
}
@media (min-width: 56.25rem) {
  h6 {
    font-size: 1.375rem;
  }
}

p, .cursor__circle-text, .site-menu__back-to-main-website, .site-header__menu-button, .rsvp__submit-input,
.rsvp__new-search-input, .rsvp__name-input, .faq__where-to-stay-city-header, .faq__where-to-stay-answer, a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 56.25rem) {
  p, .cursor__circle-text, .site-menu__back-to-main-website, .site-header__menu-button, .rsvp__submit-input,
.rsvp__new-search-input, .rsvp__name-input, .faq__where-to-stay-city-header, .faq__where-to-stay-answer, a {
    font-size: 1.25rem;
  }
}

a {
  font-weight: 600;
}

.semi-bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.faq__main {
  width: 100%;
  perspective: 1px;
}

.faq__content-wrapper {
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 37.5rem) {
  .faq__content-wrapper {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .faq__content-wrapper {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .faq__content-wrapper {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.faq__content {
  margin-top: 7.5rem;
}
@media (min-width: 37.5rem) {
  .faq__content {
    margin-top: 9rem;
  }
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 1rem;
}
@media (min-width: 56.25rem) {
  .faq__grid {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

.faq__spread-img-1-wrapper {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 7;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 37.5rem) {
  .faq__spread-img-1-wrapper {
    grid-column-start: 4;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 7;
  }
}
@media (min-width: 56.25rem) {
  .faq__spread-img-1-wrapper {
    grid-column-start: 5;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 7;
  }
}
.faq__spread-img-1-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq__spread-img-2-wrapper {
  grid-column-start: 5;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 3;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 37.5rem) {
  .faq__spread-img-2-wrapper {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
@media (min-width: 56.25rem) {
  .faq__spread-img-2-wrapper {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.faq__spread-img-2-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq__spread-text-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 7;
  grid-row-end: 8;
}
@media (min-width: 37.5rem) {
  .faq__spread-text-wrapper {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 7;
    grid-row-end: 8;
  }
}
@media (min-width: 56.25rem) {
  .faq__spread-text-wrapper {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 7;
  }
}

.faq__divider-container {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}

.faq__divider {
  width: 100%;
  height: 0.0625rem;
  background-color: #1c1c1c;
}

.faq__divider-img {
  width: 6.5rem;
  margin-left: 1.5rem;
}
@media (min-width: 56.25rem) {
  .faq__divider-img {
    width: 12.5rem;
    margin-left: 4.5rem;
  }
}

.faq__list {
  max-width: 32.5rem;
  padding: 0;
  list-style-type: none;
}

.faq__list-item {
  max-width: 32.5rem;
}
.faq__list-item:not(:first-of-type) {
  margin-top: 6.5rem;
}

.faq__answer {
  margin-top: 0.5rem;
}

.faq__where-to-stay-answer {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.faq__where-to-stay-answer .faq__body-link {
  font-weight: 400;
}

.faq__where-to-stay-city-header {
  margin-top: 1rem;
  font-weight: 600;
}

.faq__footer-content {
  margin-top: 6.5rem;
  padding-bottom: 8rem;
  border-top: 0.0625rem solid #1c1c1c;
}

.faq__footer-question {
  margin-top: 2rem;
  max-width: 32.5rem;
  font-weight: 600;
}

.faq__footer-answer {
  max-width: 32.5rem;
  margin-top: 2rem;
}

.home__bg-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.home__bg-mask--layer-1 {
  background-color: #f0eeea;
  z-index: -2;
}

.home__bg-mask--layer-2 {
  background-color: #d8cebc;
  z-index: -1;
}

.home__main {
  perspective: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 37.5rem) {
  .home__footer {
    padding-top: 2rem;
  }
}
@media (min-width: 105rem) {
  .home__footer {
    padding-top: 4rem;
  }
}

.photos__main {
  width: 100%;
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  perspective: 1px;
}
@media (min-width: 37.5rem) {
  .photos__main {
    padding-top: 9rem;
  }
}

.photos__content {
  position: relative;
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 37.5rem) {
  .photos__content {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .photos__content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .photos__content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.photos__grid-container-wrapper {
  position: relative;
}

.photos__credits {
  max-width: 25rem;
  margin-top: 1rem;
  z-index: 1;
}
@media (max-width: 37.5rem) {
  .photos__credits {
    font-size: 0.875rem;
  }
}
@media (min-width: 37.5rem) {
  .photos__credits {
    position: absolute;
    top: 12.5rem;
    right: -34.8125rem;
    max-width: unset;
    margin-top: 0;
    transform: rotate(90deg);
    transform-origin: top left;
  }
}
@media (min-width: 56.25rem) {
  .photos__credits {
    right: -43.75rem;
  }
}

@media (max-width: 37.5rem) {
  .photos__credits-link {
    font-size: 0.875rem;
  }
}

.photos__grid-container {
  flex: 1;
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 37.5rem) {
  .photos__grid-container {
    margin-top: 0;
    padding-right: 2.5rem;
  }
}
@media (min-width: 56.25rem) {
  .photos__grid-container {
    padding-right: 2.6875rem;
  }
}

.photos__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.photos__thumbnail-container {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}

.photos__thumbnail {
  display: block;
  width: 100%;
}
.photos__thumbnail.lazy {
  min-height: 17.5rem;
  opacity: 0;
}

.photos__thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.photos__thumbnail-overlay:hover {
  opacity: 0.5;
  cursor: pointer;
}

.photos__lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 250ms ease-in-out;
  z-index: 1000;
}
.photos__lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.photos__lightbox-image-container-wrapper {
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 37.5rem) {
  .photos__lightbox-image-container-wrapper {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .photos__lightbox-image-container-wrapper {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .photos__lightbox-image-container-wrapper {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .photos__lightbox-image-container-wrapper {
    height: -webkit-fill-available;
  }
}
@media (max-width: 37.5rem) {
  .photos__lightbox-image-container-wrapper {
    padding: 0;
  }
}

.photos__lightbox-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.rsvp__lightbox-btns {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 37.5rem) {
  .rsvp__lightbox-btns {
    bottom: unset;
    justify-content: space-between;
  }
}
@supports (-webkit-touch-callout: none) {
  .rsvp__lightbox-btns {
    bottom: -4rem;
  }
}

.photos__lightbox-img {
  height: 100%;
  max-height: calc(100vh - 18rem);
  object-fit: contain;
}
@media (min-width: 37.5rem) {
  .photos__lightbox-img {
    max-width: calc(100% - 9rem);
    max-height: calc(100vh - 4rem);
  }
}
@media (min-width: 56.25rem) {
  .photos__lightbox-img {
    max-width: calc(100% - 12rem);
  }
}

.rsvp__lightbox-btn-container {
  position: relative;
}

.rsvp__lightbox-btn-bg {
  position: absolute;
  top: -0.25rem;
  width: 4rem;
  z-index: -1;
}
.rsvp__lightbox-btn-bg.left {
  left: -0.25rem;
}
.rsvp__lightbox-btn-bg.right {
  right: -0.25rem;
}
@media (min-width: 56.25rem) {
  .rsvp__lightbox-btn-bg {
    width: 5rem;
  }
}

.photos__lightbox-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 3.5rem;
  border: 0.0625rem solid #1c1c1c;
  cursor: pointer;
}
.photos__lightbox-btn.left {
  margin-right: 1.5rem;
}
.photos__lightbox-btn.right {
  margin-left: 1.5rem;
}
@media (min-width: 37.5rem) {
  .photos__lightbox-btn.left {
    margin-right: 1rem;
  }
  .photos__lightbox-btn.right {
    margin-left: 1rem;
  }
}
@media (min-width: 56.25rem) {
  .photos__lightbox-btn {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 4.5rem;
  }
  .photos__lightbox-btn.left {
    margin-right: 1.5rem;
  }
  .photos__lightbox-btn.right {
    margin-left: 1.5rem;
  }
}

.registry__main {
  width: 100%;
  overflow: hidden;
}

.registry__content {
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
}
@media (min-width: 37.5rem) {
  .registry__content {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .registry__content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .registry__content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.registry__bg-circle {
  position: fixed;
  width: 113rem;
  height: 113rem;
  left: -45rem;
  top: 40.625rem;
  border-radius: 113rem;
  background: #f0ede6;
  opacity: 0.4;
  z-index: -1;
  transition: 0.4s opacity ease-in-out;
}
@media (min-width: 94.5rem) {
  .registry__bg-circle {
    opacity: 1;
  }
}

.registry__floral {
  position: fixed;
  width: 40vw;
  max-width: 28.5rem;
  bottom: 0;
  left: 0;
}

.registry__content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 27.5rem;
  text-align: right;
}
@media (min-width: 37.5rem) {
  .registry__content-container {
    max-width: 36rem;
  }
}
@media (min-width: 56.25rem) {
  .registry__content-container {
    max-width: 43rem;
  }
}

.registry__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 22.5rem) {
  .registry__header {
    flex-direction: row;
  }
}

.registry__header-img {
  flex-shrink: 0;
  width: 3.5rem;
}
@media (min-width: 22.5rem) {
  .registry__header-img {
    margin-right: 1.5rem;
  }
}
@media (min-width: 56.25rem) {
  .registry__header-img {
    width: 5rem;
    margin-right: 2.5rem;
  }
}

.registry__header-text {
  margin-top: 0.75rem;
}
@media (min-width: 22.5rem) {
  .registry__header-text {
    margin-top: 0;
  }
}

.registry__body {
  margin-top: 2rem;
}

.registry__body-break {
  display: none;
}
@media (min-width: 37.5rem) {
  .registry__body-break {
    display: inline;
  }
}

.registry__link {
  margin-top: 1.5rem;
}

.registry__zelle {
  margin-top: 24px;
}

.rsvp__main {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.rsvp__main-content {
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 37.5rem) {
  .rsvp__main-content {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .rsvp__main-content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .rsvp__main-content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.rsvp__floral {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 32vw;
  min-width: 9rem;
  max-width: 25rem;
  z-index: -1;
}

.rsvp__content-container {
  display: flex;
  flex-direction: column;
  max-width: 27.5rem;
}
@media (min-width: 37.5rem) {
  .rsvp__content-container {
    max-width: 36rem;
  }
}
@media (min-width: 56.25rem) {
  .rsvp__content-container {
    max-width: 43rem;
  }
}

.rsvp__content-body {
  margin-top: 1rem;
}

.rsvp__header {
  display: flex;
  align-items: center;
}

.rsvp__header-img {
  flex-shrink: 0;
  width: 4.5rem;
  margin-left: 1.5rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 56.25rem) {
  .rsvp__header-img {
    width: 5rem;
    margin-left: 2.5rem;
    padding-bottom: 0.5rem;
  }
}

.rsvp__body-break {
  display: none;
}
@media (min-width: 26.5rem) {
  .rsvp__body-break {
    display: inline;
  }
}

.rsvp__submit-form,
.rsvp__results-form {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 8rem;
  margin-top: 2.5rem;
}
.rsvp__submit-form.active,
.rsvp__results-form.active {
  display: flex;
}
@media (min-width: 75rem) {
  .rsvp__submit-form,
.rsvp__results-form {
    width: 38.5rem;
  }
}

.rsvp__name-input {
  width: 100%;
  padding: 0.5rem;
  text-align: left;
  border: 0.0625rem solid #1c1c1c;
  border-radius: 0.25rem;
  background-color: #ffffff;
}

.rsvp__submit-input-container {
  position: relative;
}

.rsvp__submit-input-bg {
  position: absolute;
  bottom: -0.25rem;
  width: 100%;
  height: 3rem;
  z-index: -1;
}

.rsvp__input-wrapper {
  position: relative;
  margin-top: 1.5rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
.rsvp__input-wrapper::before {
  content: "";
  position: absolute;
  background-color: #887f6d;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: -1;
  transition: transform 0.09s ease-in;
}
.rsvp__input-wrapper:hover::before {
  transform: translateY(0%);
}

.rsvp__submit-input,
.rsvp__new-search-input {
  background-color: unset;
}

.rsvp__result-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.0625rem;
}

.rsvp__rsvp-form-link {
  display: none;
  height: 100%;
  margin-left: 1.5rem;
}
.rsvp__rsvp-form-link.active {
  display: flex;
}

.wedding-party__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 7.5rem;
  perspective: 1px;
}
@media (min-width: 37.5rem) {
  .wedding-party__main {
    padding-top: 9rem;
  }
}

.wedding-party__content {
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 37.5rem) {
  .wedding-party__content {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .wedding-party__content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .wedding-party__content {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.wedding-party__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 65rem) {
  .wedding-party__header {
    flex-direction: row;
    align-items: flex-end;
  }
}

.wedding-party__header-img-wrapper {
  max-height: 27.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 65rem) {
  .wedding-party__header-img-wrapper {
    max-width: 49rem;
    max-height: unset;
  }
}

.wedding-party__header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-party__header-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 2rem;
  margin-left: 0.5rem;
}
.wedding-party__header-content .emphasis {
  font-weight: 600;
}
@media (min-width: 65rem) {
  .wedding-party__header-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 26.75rem;
    margin-top: 0;
    margin-left: 2rem;
  }
}

.wedding-party__header-text {
  max-width: 26.75rem;
}
@media (min-width: 65rem) {
  .wedding-party__header-text {
    max-width: unset;
  }
}

.wedding-party__header-drawing {
  width: 5rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
}
@media (min-width: 37.5rem) {
  .wedding-party__header-drawing {
    width: 9rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .wedding-party__header-drawing {
    width: 12.5rem;
    margin-left: 0;
  }
}

.wedding-party__entourage-header {
  margin-top: 10rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #1c1c1c;
}

.wedding-party__entourage-header-text {
  font-size: 7vw;
}
@media (min-width: 37.5rem) {
  .wedding-party__entourage-header-text {
    font-size: 2rem;
  }
}

.wedding-party__entourage-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media (min-width: 65rem) {
  .wedding-party__entourage-body {
    flex-direction: row;
  }
}

.wedding-party__thumbnail-grid {
  display: none;
  grid-template-columns: repeat(6, 5rem);
  gap: 0.5rem;
  max-height: 28.5rem;
  margin-left: 0.5rem;
  padding-right: 2rem;
}
@media (min-width: 37.5rem) {
  .wedding-party__thumbnail-grid {
    display: grid;
  }
}
@media (min-width: 65rem) {
  .wedding-party__thumbnail-grid {
    grid-template-columns: repeat(3, 5rem);
  }
}
@media (min-width: 77.5rem) {
  .wedding-party__thumbnail-grid {
    grid-template-columns: repeat(3, 5rem);
  }
}

.wedding-party__thumbnail-wrapper {
  width: 5rem;
  height: 5.625rem;
  border-radius: 0.375rem;
  overflow: hidden;
  filter: grayscale(1);
}
.wedding-party__thumbnail-wrapper:nth-child(n+4):nth-child(-n+6) {
  margin-left: 0.5rem;
}
.wedding-party__thumbnail-wrapper:nth-child(n+10):nth-child(-n+12) {
  margin-left: 0.5rem;
}
.wedding-party__thumbnail-wrapper.active {
  filter: grayscale(0);
  -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.75);
}
@media (min-width: 37.5rem) {
  .wedding-party__thumbnail-wrapper:nth-child(n+4):nth-child(-n+6) {
    margin-left: 0;
  }
  .wedding-party__thumbnail-wrapper:nth-child(n+7):nth-child(-n+9) {
    margin-left: 0.5rem;
  }
}
@media (min-width: 65rem) {
  .wedding-party__thumbnail-wrapper:nth-child(n+4):nth-child(-n+6) {
    margin-left: 0.5rem;
  }
  .wedding-party__thumbnail-wrapper:nth-child(n+7):nth-child(-n+9) {
    margin-left: 1rem;
  }
  .wedding-party__thumbnail-wrapper:nth-child(n+10):nth-child(-n+12) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 77.5rem) {
  .wedding-party__thumbnail-wrapper {
    width: 5rem;
    height: 5.625rem;
  }
}

.wedding-party__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #cdcdcd;
}

.wedding-party__spotlight-container {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media (min-width: 37.5rem) {
  .wedding-party__spotlight-container {
    flex-direction: row;
    margin-left: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .wedding-party__spotlight-container {
    margin-top: 0;
    margin-left: 0;
  }
}

.wedding-party__groomsman-spotlight,
.wedding-party__bridesmaid-spotlight {
  flex: 1;
  display: none;
  flex-direction: column;
}
.wedding-party__groomsman-spotlight.active,
.wedding-party__bridesmaid-spotlight.active {
  display: flex;
}

.wedding-party__thumbnail-grid-small {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 5rem);
}
.wedding-party__thumbnail-grid-small:not(:first-of-type) {
  margin-top: 5rem;
}
@media (min-width: 37.5rem) {
  .wedding-party__thumbnail-grid-small {
    display: none;
  }
}

@media (min-width: 37.5rem) {
  .wedding-party__groomsman-spotlight {
    margin-left: 0.5rem;
  }
}

.wedding-party__groomsman-spotlight-img-wrapper,
.wedding-party__bridesmaid-spotlight-img-wrapper {
  width: 100%;
  aspect-ratio: 400/448;
  max-width: 25rem;
  max-height: 25rem;
  margin-top: 1rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 37.5rem) {
  .wedding-party__groomsman-spotlight-img-wrapper,
.wedding-party__bridesmaid-spotlight-img-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 65rem) {
  .wedding-party__groomsman-spotlight-img-wrapper,
.wedding-party__bridesmaid-spotlight-img-wrapper {
    width: 19.5rem;
    height: 21.875rem;
    max-height: unset;
  }
}
@media (min-width: 77.5rem) {
  .wedding-party__groomsman-spotlight-img-wrapper,
.wedding-party__bridesmaid-spotlight-img-wrapper {
    width: 25rem;
    height: 28rem;
  }
}

.wedding-party__groomsman-spotlight-img,
.wedding-party__bridesmaid-spotlight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.wedding-party__groomsman-spotlight-name,
.wedding-party__bridesmaid-spotlight-name {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}

.wedding-party__groomsman-spotlight-title,
.wedding-party__bridesmaid-spotlight-title {
  padding-left: 0.5rem;
}

.wedding-party__lists {
  align-self: flex-end;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4rem;
  width: 100%;
  max-width: 39.5rem;
  margin-top: 6.5rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid #1c1c1c;
}
@media (min-width: 37.5rem) {
  .wedding-party__lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12.5rem;
  }
}
@media (min-width: 77.5rem) {
  .wedding-party__lists {
    max-width: 50.5rem;
  }
}

.wedding-party__list {
  display: flex;
  flex-direction: column;
}

.wedding-party__list-header {
  display: flex;
  align-items: flex-end;
}

.wedding-party__flower-girls-header-img {
  width: 4rem;
  margin-left: 0.75rem;
}

.wedding-party__bearer-boys-header-img {
  width: 2.625rem;
  margin-left: 1rem;
}

.wedding-party__list-body {
  margin-top: 0.5rem;
  line-height: 2.5rem;
}

.site-header {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
  padding: 0 1rem;
  z-index: 1000;
}
@media (min-width: 37.5rem) {
  .site-header {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .site-header {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .site-header {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .site-header {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 37.5rem) {
  .site-header {
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .site-header {
    padding: 0 2.5rem;
  }
}

.site-header__logo-wrapper {
  width: 6.5rem;
  height: 6.5rem;
  overflow: hidden;
}
@media (min-width: 56.25rem) {
  .site-header__logo-wrapper {
    width: 10.5rem;
  }
}
@media (min-width: 75rem) {
  .site-header__logo-wrapper {
    width: 13rem;
  }
}
.site-header__logo-wrapper.static {
  width: 6.5rem;
}
@media (min-width: 56.25rem) {
  .site-header__logo-wrapper.static {
    width: 10.5rem;
  }
}
.site-header__logo-wrapper.static .site-header__logo {
  fill: #1c1c1c;
}

.site-header__logo {
  fill: #ffffff;
}

.site-header__menu-button-wrapper {
  height: 2.5rem;
  overflow: hidden;
}

.site-header__menu-button {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem 0 0.875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: 6.25rem;
  color: #ffffff;
  font-size: 0.875rem;
}
.site-header__menu-button:hover {
  cursor: pointer;
}
.site-header__menu-button.static, .site-header__menu-button.scrolled {
  color: #1c1c1c;
  border: 0.0625rem solid #1c1c1c;
}
.site-header__menu-button.static .svg__menu, .site-header__menu-button.scrolled .svg__menu {
  fill: #1c1c1c;
}

.svg__menu {
  margin-right: 0.5rem;
  fill: #ffffff;
}

.site-menu__container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1100;
}

.site-menu__container.visible {
  display: block;
}

.site-menu__circle-bg {
  position: absolute;
  bottom: -60vw;
  right: -30vw;
  width: 80vw;
  min-width: 25rem;
  height: 80vw;
  min-height: 25rem;
  border-radius: 80vw;
  background: #f0eeea;
}

.site-menu__floral {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24vw;
  min-width: 12.5rem;
}

.site-menu__close-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40vw;
  max-width: 17rem;
  height: 40vw;
  max-height: 17rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid #1c1c1c;
  border-radius: 40vw;
  cursor: pointer;
}
.site-menu__close-button svg {
  color: #1c1c1c;
}
@media (min-width: 56.25rem) {
  .site-menu__close-button {
    width: 17rem;
    height: 17rem;
    border-radius: 17rem;
  }
}

.site-menu__nav-container {
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: auto;
}

.site-menu__nav {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  min-height: 100%;
  margin: 0 auto;
}

.site-menu__links {
  max-width: 107rem;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  list-style-type: none;
}
@media (min-width: 37.5rem) {
  .site-menu__links {
    max-width: 109rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 56.25rem) {
  .site-menu__links {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
@media (min-width: 75rem) {
  .site-menu__links {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.site-menu__links li:not(:first-of-type) {
  margin-top: 1rem;
}
.site-menu__links li:first-of-type {
  margin-top: 1.5rem;
}
.site-menu__links li:last-of-type {
  margin-bottom: 1.5rem;
}

.site-menu__link {
  font-size: 10vw;
  line-height: 1.125;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 37.5rem) {
  .site-menu__link {
    font-size: 4.5rem;
  }
}
@media (min-width: 56.25rem) {
  .site-menu__link {
    font-size: 5.5rem;
  }
}
.site-menu__link:hover {
  color: #887f6d;
}

.site-menu__back-to-main-website {
  font-size: 5vw;
  text-align: left;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 37.5rem) {
  .site-menu__back-to-main-website {
    font-size: 1.75rem;
  }
}
@media (min-width: 56.25rem) {
  .site-menu__back-to-main-website {
    font-size: 2rem;
  }
}
.site-menu__back-to-main-website:hover {
  color: #887f6d;
}

.home__bottom-links {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 3.5rem;
}
@media (min-width: 37.5rem) {
  .home__bottom-links {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__bottom-links {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__bottom-links {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__bottom-links {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .home__bottom-links {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.home__bottom-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 1.5rem 0;
}
@media (min-width: 75rem) {
  .home__bottom-link-wrapper {
    justify-content: flex-start;
    gap: 5rem;
    margin: 3rem 0;
  }
}

@media (min-width: 75rem) {
  .home__bottom-link-body-text {
    font-size: 2.25rem;
  }
}

@media (min-width: 75rem) {
  .home__bottom-link-text-sm {
    display: none;
  }
}

.home__bottom-link-text-lg {
  display: none;
}
@media (min-width: 75rem) {
  .home__bottom-link-text-lg {
    display: inline;
  }
}

.home__bottom-link-text-faq {
  margin-left: 10%;
}

.home__bottom-links-border {
  width: 100%;
  height: 0.0625rem;
  background-color: #cdcdcd;
}
@media (min-width: 56.25rem) {
  .home__bottom-links-border {
    width: 0%;
  }
}

.home__credits {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.home__credits-content {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 4rem;
}
@media (min-width: 37.5rem) {
  .home__credits-content {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__credits-content {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__credits-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__credits-content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .home__credits-content {
    padding-bottom: 7.5rem;
  }
}

.home__credits-floral {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.5rem;
}
@media (min-width: 37.5rem) {
  .home__credits-floral {
    width: 12.5rem;
  }
}
@media (min-width: 75rem) {
  .home__credits-floral {
    width: 22.5rem;
  }
}

.home__credits-line {
  width: 0%;
  height: 0.0625rem;
  background-color: #cdcdcd;
}
@media (min-width: 56.25rem) {
  .home__credits-line {
    width: 100%;
  }
}

.home__credits-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
}
@media (min-width: 56.25rem) {
  .home__credits-content {
    margin-top: 4rem;
  }
}

.home__credits-content-imgs-container {
  display: flex;
  gap: 1.25rem;
}

.home__credits-content-img {
  width: 5rem;
  transition: transform 0.2s ease-in-out;
}
.home__credits-content-img:hover {
  transform: translateY(-0.5rem);
}
@media (min-width: 37.5rem) {
  .home__credits-content-img {
    width: 7.5rem;
  }
}

.home__credits-content-body {
  margin-top: 1.5rem;
  text-align: center;
}

.home__credits-logo {
  width: 8.5rem;
  margin-top: 1rem;
  fill: #1c1c1c;
}

.landing__hero-video-wrapper {
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/images/hero-video-placeholder-2400.jpeg");
  background-position: center;
  background-size: cover;
  z-index: -9999;
}

.landing__hero-video-mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 900;
}

.landing__hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .landing__hero-video {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .landing__hero-video {
    width: 177.78vh;
  }
}

.home__hero-video-overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  .home__hero-video-overlay {
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay {
    width: 100%;
    max-width: 107rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 37.5rem) and (min-width: 37.5rem) {
  .home__hero-video-overlay {
    max-width: 109rem;
  }
}
@media (min-width: 37.5rem) and (min-width: 75rem) {
  .home__hero-video-overlay {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) and (min-width: 37.5rem) {
  .home__hero-video-overlay {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 37.5rem) and (min-width: 75rem) {
  .home__hero-video-overlay {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.home__hero-video-overlay-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.home__hero-video-overlay-footer-line {
  align-self: flex-start;
  display: none;
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-footer-line {
    display: block;
  }
}

.home__hero-video-overlay-footer-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0.75rem;
  overflow: hidden;
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-footer-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.home__hero-video-overlay-footer-left {
  display: flex;
  align-items: flex-end;
}

.home__hero-video-overlay-footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 75rem) {
  .home__hero-video-overlay-footer-right {
    flex-direction: row;
    align-items: flex-end;
  }
}

.home__hero-video-overlay-getting-married {
  max-width: 12.5rem;
  color: #ffffff;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.625rem;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-getting-married {
    max-width: unset;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 75rem) {
  .home__hero-video-overlay-getting-married {
    font-weight: 500;
  }
}

.home__hero-video-overlay-date {
  display: none;
  margin-left: 1rem;
  color: #ffffff;
  font-style: italic;
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-date {
    display: block;
  }
}
@media (min-width: 56.25rem) {
  .home__hero-video-overlay-date {
    margin-left: 1.5rem;
  }
}

.home__hero-video-overlay-scroll-down {
  color: #ffffff;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.3125rem;
}
@media (max-width: 37.5rem) {
  .home__hero-video-overlay-scroll-down {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-scroll-down {
    margin-right: 2.4375rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 37.6875rem) {
  .home__hero-video-overlay-scroll-down {
    margin-right: 2.6875rem;
  }
}

.home__hero-video-overlay-down-arrow--mobile {
  margin-top: 0.75rem;
  stroke: #ffffff;
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-down-arrow--mobile {
    display: none;
  }
}

.home__hero-video-overlay-down-arrow--desktop {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0.125rem;
  stroke: #ffffff;
}
@media (min-width: 37.5rem) {
  .home__hero-video-overlay-down-arrow--desktop {
    display: block;
  }
}

.home__intro {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5rem) {
  .home__intro {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__intro {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__intro {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__intro {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.home__into-img-wrapper {
  align-self: flex-end;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (min-width: 37.5rem) {
  .home__into-img-wrapper {
    margin-top: 15rem;
    margin-bottom: -3.5rem;
    aspect-ratio: 896/568;
  }
}
@media (min-width: 56.25rem) {
  .home__into-img-wrapper {
    width: 100%;
    max-width: 56rem;
    margin-bottom: -4rem;
  }
}

.home__intro-img {
  object-fit: cover;
}

.home__body {
  display: flex;
  flex-direction: column;
}

.home__body--sm {
  padding-right: 1rem;
}
@media (min-width: 37.5rem) {
  .home__body--sm {
    display: none;
  }
}

.home__body--lg {
  display: none;
}
@media (min-width: 37.5rem) {
  .home__body--lg {
    display: block;
  }
}

.home__body-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home__body-bridge .home__name {
  align-self: flex-start;
}
@media (min-width: 85.5rem) {
  .home__body-bridge {
    flex-direction: row;
    align-items: center;
  }
}

.home__body-bridge-right-container {
  align-self: flex-end;
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media (min-width: 37.5rem) {
  .home__body-bridge-right-container {
    margin-top: 2.5rem;
  }
}
@media (min-width: 85.5rem) {
  .home__body-bridge-right-container {
    margin-top: unset;
  }
}

.home__name {
  width: fit-content;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 37.5rem) {
  .home__name {
    font-size: 6.1vw;
  }
  .home__name:first-of-type {
    margin-right: 2.5rem;
  }
}
@media (min-width: 56.25rem) {
  .home__name {
    font-size: 3.5rem;
  }
}

.home__bridge-line {
  display: inline;
  flex: 1;
  width: 20vw;
  height: 0.0625rem;
  margin-right: 1.5rem;
  background-color: #1c1c1c;
}
@media (min-width: 85.5rem) {
  .home__bridge-line {
    width: unset;
  }
}
@media (min-width: 56.25rem) {
  .home__bridge-line {
    margin-right: 2.5rem;
  }
}

.home__getting-married-text {
  font-size: 7vw;
  line-height: 1.5;
  text-align: right;
}
.home__getting-married-text .emphasis {
  font-style: italic;
}
@media (min-width: 37.5rem) {
  .home__getting-married-text {
    font-size: 5.2vw;
  }
}
@media (min-width: 56.25rem) {
  .home__getting-married-text {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

.home__maps {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.5rem;
}
@media (min-width: 37.5rem) {
  .home__maps {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__maps {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__maps {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__maps {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 56.25rem) {
  .home__maps {
    padding-bottom: 0rem;
  }
}

.home__maps-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 37.5rem) {
  .home__maps-header {
    align-items: flex-start;
  }
}
@media (min-width: 75rem) {
  .home__maps-header {
    width: 100%;
    max-width: 61rem;
    align-self: flex-end;
  }
}

.home__maps-header-quote {
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .home__maps-header-quote {
    font-size: 2rem;
  }
}

@media (min-width: 37.5rem) {
  .home__maps-header-br {
    display: none;
  }
}

.home__maps-header-credit {
  max-width: 20rem;
  padding-bottom: 4.5rem;
  font-size: 5vw;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .home__maps-header-credit {
    max-width: unset;
    font-size: 1.75rem;
    text-align: left;
  }
}

.home__maps-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75rem) {
  .home__maps-container {
    flex-direction: row;
    gap: 3rem;
  }
}

.home__map-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home__map-container:last-of-type {
  margin-top: 5rem;
}
.home__map-container:hover {
  cursor: pointer;
}
@media (min-width: 75rem) {
  .home__map-container:last-of-type {
    margin-top: unset;
  }
}

.home__map-img-container {
  position: relative;
}

.home__map-img-wrapper {
  transform: scale(1);
  aspect-ratio: 4/3;
  border-radius: 0.375rem;
  overflow: hidden;
}

.home__map-img-picture {
  height: 100%;
}

.home__map-img {
  height: 100%;
  object-fit: cover;
}

.home__map-img-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.home__map-img-mask--food-map {
  background-color: rgba(0, 0, 0, 0.2);
}

.home__map-mask-text-wrapper {
  display: none;
  height: 3.5rem;
  overflow: hidden;
}
@media (min-width: 37.5rem) {
  .home__map-mask-text-wrapper {
    display: block;
    height: 6.25rem;
  }
}

.home__map-mask-text {
  transform: translateY(100%);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .home__map-mask-text {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}

.home__map-mask-text-sm {
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .home__map-mask-text-sm {
    font-size: 3rem;
  }
}

.home__map-icon-img {
  position: absolute;
  right: 0.5rem;
  bottom: -1rem;
  width: 3.5rem;
}
@media (min-width: 37.5rem) {
  .home__map-icon-img {
    width: 9rem;
  }
}

.home__map-caption-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 37.5rem) {
  .home__map-caption-container {
    flex-direction: row;
    align-items: flex-end;
  }
}

.home__map-caption-text {
  display: flex;
  flex-direction: column;
}

.home__map-caption {
  margin-top: 1rem;
  font-weight: 600;
}

.home__map-sub-caption {
  margin-top: 0.25rem;
}

@media (min-width: 37.5rem) {
  .home__map-pill.pill {
    display: none;
  }
}

.home__photos {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #d8cebc;
  z-index: 100;
}

.home__photos-container {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5rem) {
  .home__photos-container {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__photos-container {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__photos-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__photos-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.home__photos-fixed-container {
  align-self: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 56.25rem) {
  .home__photos-fixed-container {
    position: absolute;
    height: 100vh;
  }
}

.home__photos-text {
  color: #a9a295;
  font-family: "Wild Mango";
  font-size: min(20vw, 15rem);
  line-height: min(20vw, 12.5rem);
  text-align: center;
}

.home__photos-link {
  margin-top: 1rem;
}

.home__photos-img {
  width: 50vw;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-top: 2rem;
  z-index: 1;
}
.home__photos-img:nth-of-type(1) {
  margin-top: 5rem;
  margin-left: 16vw;
  align-self: flex-start;
}
.home__photos-img:nth-of-type(2) {
  align-self: flex-end;
}
.home__photos-img:nth-of-type(3) {
  align-self: flex-start;
  margin-bottom: 5rem;
}
@media (min-width: 37.5rem) {
  .home__photos-img:nth-of-type(1) {
    margin-top: 9rem;
  }
}
@media (min-width: 56.25rem) {
  .home__photos-img {
    width: 33vw;
    width: min(33vw, 35rem);
    margin-top: 50vh;
  }
  .home__photos-img:nth-of-type(1) {
    margin-top: 100vh;
  }
  .home__photos-img:nth-of-type(3) {
    align-self: flex-start;
    margin-bottom: 120vh;
  }
}

.home__rsvp {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.home__rsvp-content {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 5rem;
}
@media (min-width: 37.5rem) {
  .home__rsvp-content {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__rsvp-content {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__rsvp-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__rsvp-content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .home__rsvp-content {
    padding-bottom: 12.5rem;
  }
}

.home__rsvp-header {
  font-family: "Wild Mango";
  font-size: 2.5rem;
  line-height: 1.125;
}
@media (min-width: 37.5rem) {
  .home__rsvp-header {
    font-size: 3.5rem;
  }
}

@media (min-width: 37.5rem) {
  .home__rsvp-header--header {
    display: none;
  }
}

.home__rsvp-img-container {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 75rem) {
  .home__rsvp-img-container {
    align-self: flex-end;
  }
}

.home__rsvp-img-wrapper {
  border-radius: 0.375rem;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.home__rsvp-img {
  height: 102%;
  object-fit: cover;
}

.home__rsvp-floral {
  position: absolute;
  right: -5rem;
  bottom: -1.5rem;
  width: 10.5rem;
}
@media (min-width: 75rem) {
  .home__rsvp-floral {
    right: -15rem;
    bottom: -3rem;
    width: 21.25rem;
  }
}

.home__rsvp-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 62.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 75rem) {
  .home__rsvp-body {
    align-self: flex-end;
  }
}

.home__rsvp-header--body {
  display: none;
}
@media (min-width: 37.5rem) {
  .home__rsvp-header--body {
    display: inline;
  }
}

.home__rsvp-line {
  display: none;
  width: 100%;
  height: 0.0625rem;
  margin: 0 1rem;
  background-color: #1c1c1c;
}
@media (min-width: 37.5rem) {
  .home__rsvp-line {
    display: inline;
  }
}

.home__rsvp-link-wrapper {
  align-self: center;
  flex-shrink: 0;
  position: relative;
}

.home__rsvp-link-bg {
  position: absolute;
  bottom: -0.25rem;
  width: 100%;
  height: 3rem;
  z-index: -1;
}

.home__rsvp-link {
  align-self: center;
  flex-shrink: 0;
}

.home__travel {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.home__travel-content {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 5rem;
}
@media (min-width: 37.5rem) {
  .home__travel-content {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__travel-content {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__travel-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__travel-content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .home__travel-content {
    padding-bottom: 17.5rem;
  }
}

.home__travel-header-line {
  width: 100%;
  height: 0.0625rem;
  background-color: #1c1c1c;
}

.home__travel-header {
  margin-top: 0.75rem;
  font-size: 7vw;
  line-height: 1.5;
}
@media (min-width: 37.5rem) {
  .home__travel-header {
    padding-right: 11.5rem;
    font-size: 2rem;
  }
}
.home__travel-plane-img-wrapper {
  position: relative;
  height: 6.5rem;
  margin-top: 3.5rem;
}

.home__travel-plane-img {
  position: absolute;
  right: calc(0% - 30rem);
}
@media (min-width: 37.5rem) {
  .home__travel-plane-img {
    width: 30rem;
  }
}

.home__travel-airport-container {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  text-decoration: none;
}

.home__travel-airport-name {
  font-family: "Wild Mango";
  font-size: 1.625rem;
  line-height: 1.25;
}
@media (min-width: 37.5rem) {
  .home__travel-airport-name {
    font-size: 2.25rem;
  }
}

.home__travel-airport-address {
  margin-top: 1rem;
}
@media (min-width: 37.5rem) {
  .home__travel-airport-address {
    margin-top: 1.5rem;
  }
}

.home__travel-body-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75rem) {
  .home__travel-body-container {
    flex-direction: row;
    gap: 3rem;
    margin-top: 5rem;
  }
}

.home__travel-body {
  max-width: 25rem;
  margin-top: 2.5rem;
  padding-right: 2.5rem;
}
.home__travel-body:first-of-type {
  margin-top: 4rem;
}
@media (min-width: 37.5rem) {
  .home__travel-body {
    max-width: 20rem;
    margin-top: 3.5rem;
    padding-right: unset;
  }
  .home__travel-body:first-of-type {
    margin-top: 5rem;
  }
}
@media (min-width: 75rem) {
  .home__travel-body {
    margin-top: unset;
  }
  .home__travel-body:first-of-type {
    margin-top: unset;
  }
}

.home__travel-faq-link {
  align-self: flex-start;
  margin-top: 1rem;
}

.home__venues {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  padding-right: 2.5rem;
  padding-bottom: 6.5rem;
}
@media (min-width: 37.5rem) {
  .home__venues {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__venues {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__venues {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__venues {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .home__venues {
    margin-top: 9rem;
    padding-bottom: 9rem;
  }
}

.home__venues-border {
  width: 100%;
  height: 0.0625rem;
  background-color: #1c1c1c;
}

.home__venues-header {
  margin-top: 0.75rem;
  font-size: 7vw;
}
@media (min-width: 37.5rem) {
  .home__venues-header {
    font-size: 2rem;
  }
}

.home__venues-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75rem) {
  .home__venues-container {
    flex-direction: row;
    justify-content: space-around;
  }
}

.home__venue-container {
  display: flex;
  flex-direction: column;
  max-width: 25.5rem;
  margin-top: 4rem;
  text-decoration: none;
}
.home__venue-container:last-of-type {
  margin-top: 6rem;
}
@media (min-width: 37.5rem) {
  .home__venue-container {
    max-width: 28.5rem;
    margin-top: 6.5rem;
  }
  .home__venue-container:last-of-type {
    margin-top: 8rem;
  }
}

.home__venue-caption-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.home__venue-caption {
  font-family: "All Modern";
  font-size: 0.8125rem;
  line-height: 1.125;
}
@media (min-width: 37.5rem) {
  .home__venue-caption {
    font-size: 1rem;
  }
}

.home__venue-img {
  flex-shrink: 0;
  width: 2rem;
}
@media (min-width: 37.5rem) {
  .home__venue-img {
    width: 3.3125rem;
  }
}

.home__venue-img--caption {
  display: block;
}
@media (min-width: 37.5rem) {
  .home__venue-img--caption {
    display: none;
  }
}

.home__venue-img--address {
  display: none;
  margin-left: 1.5rem;
}
@media (min-width: 37.5rem) {
  .home__venue-img--address {
    display: block;
  }
}

.home__venue-name {
  max-width: 25rem;
  margin-top: 1rem;
  font-family: "Wild Mango";
  font-size: 1.625rem;
  line-height: 1.25;
}
@media (min-width: 37.5rem) {
  .home__venue-name {
    margin-top: 1.5rem;
    font-size: 2.25rem;
  }
}

.home__venue-address-wrapper {
  display: flex;
  align-items: flex-end;
}

.home__venue-body {
  margin-top: 1rem;
}
@media (min-width: 37.5rem) {
  .home__venue-body {
    margin-top: 1.5rem;
  }
}

.home__visit {
  width: 100%;
  max-width: 107rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 10.5rem;
}
@media (min-width: 37.5rem) {
  .home__visit {
    max-width: 109rem;
  }
}
@media (min-width: 75rem) {
  .home__visit {
    max-width: 110rem;
  }
}
@media (min-width: 37.5rem) {
  .home__visit {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 75rem) {
  .home__visit {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.visit-card {
  display: flex;
  flex-direction: column;
}
.visit-card:not(:first-of-type) {
  margin-top: 5rem;
}

.visit-card__img {
  display: none;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.1875rem;
  background-color: #cdcdcd;
}
.visit-card__img.active {
  display: block;
}

.visit-card__header {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.visit-card__header-caption {
  font-size: 1rem;
  line-height: 1.5rem;
}

.visit-card__header-city {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.visit-card__body {
  align-self: flex-end;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.5rem;
}
.visit-card__body.active {
  display: flex;
}

.visit-card__body-location {
  font-weight: 600;
}

.visit-card__body-description {
  max-width: 16.5rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
}

.visit-card__btns-container {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.visit-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 2.5rem;
  border: 0.0625rem solid #1c1c1c;
}

.wedding-party__carousel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 37.5rem;
}
.wedding-party__carousel:first-of-type {
  margin-top: 0;
}
.wedding-party__carousel:last-of-type {
  align-self: flex-end;
  flex-direction: column;
  margin-top: 5rem;
}
@media (min-width: 32.5rem) {
  .wedding-party__carousel {
    flex-direction: row;
  }
  .wedding-party__carousel:last-of-type {
    align-self: unset;
    flex-direction: row-reverse;
  }
}
@media (min-width: 68.5rem) {
  .wedding-party__carousel:first-of-type {
    margin-top: 9rem;
  }
  .wedding-party__carousel:last-of-type {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.wedding-party__carousel-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 17.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 32.5rem) {
  .wedding-party__carousel-thumbnails {
    grid-template-columns: repeat(2, 5rem);
    width: unset;
    margin-bottom: 5rem;
  }
}

.wedding-party__carousel-thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background-color: #cdcdcd;
  overflow: hidden;
}
.wedding-party__carousel-thumbnail.active {
  border: 0.1875rem solid #1c1c1c;
}
@media (min-width: 32.5rem) {
  .wedding-party__carousel-thumbnail {
    width: 5rem;
    height: 5rem;
  }
}

.wedding-party__carousel-spotlight {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 17.5rem;
}
.wedding-party__carousel-spotlight.active {
  display: flex;
}
@media (min-width: 32.5rem) {
  .wedding-party__carousel-spotlight {
    min-width: 18rem;
    max-width: 25rem;
  }
  .wedding-party__carousel-spotlight.left {
    margin-left: 1.5rem;
  }
  .wedding-party__carousel-spotlight.right {
    margin-right: 1.5rem;
  }
}

.wedding-party__carousel-spotlight-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background-color: #cdcdcd;
  overflow: hidden;
}

.wedding-party__carousel-spotlight-body {
  height: 4.5rem;
  margin-left: 0.5rem;
}

.wedding-party__carousel-spotlight-name {
  margin-top: 0.5rem;
}

.wedding-party__drawings-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  margin-top: 12.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 37.5rem) {
  .wedding-party__drawings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75rem) {
  .wedding-party__drawings-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wedding-party__drawing-img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 0.125rem solid #1c1c1c;
  border-radius: 0.5rem;
}

body {
  min-height: 100vh;
  background-color: #808ea8;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: -webkit-fill-available;
  }
}

.body__rsvp,
.body__faq {
  background-color: #f0eeea;
}

.body__photos,
.body__wedding-party,
.body__registry {
  background-color: #ffffff;
}

.cursor__circle {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
}

.cursor__circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.pill {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 2.5rem;
  border: 0.0625rem solid #1c1c1c;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.08s ease-in;
}
.pill:hover {
  border: 0.0625rem solid #887f6d;
  color: #ffffff;
  cursor: pointer;
}
.pill::before {
  content: "";
  position: absolute;
  background-color: #887f6d;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: -1;
  transition: transform 0.09s ease-in;
}
.pill:hover::before {
  transform: translateY(0%);
}

.pill--light {
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
}

/*# sourceMappingURL=main.css.map */
