@font-face {
  font-family: "Wolfgang";
  src: url("../fonts/wolfgangamadeusmozart.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lovelace";
  src: url("../fonts/Lovelace-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #efe9e4;
  --hero: #b1928d;
  --text: #ffffff;
  --accent: #d5b8b0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f9f4f1;
  color: #4d3d3a;
  font-family: "Montserrat", sans-serif;
}

body[data-page-ready="false"] {
  overflow: hidden;
}

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f9f4f1;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 420ms ease,
    visibility 0s linear 420ms;
}

#page-loader[data-state="hiding"],
#page-loader[data-state="hidden"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#page-loader-card {
  width: min(100%, 260px);
  padding: 0;
  text-align: center;
}

#page-loader-date {
  display: none;
}

#page-loader-text {
  margin: 0 auto;
  max-width: 100%;
  color: #b5968f;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
}

#page-loader-spinner {
  display: block;
  width: 28px;
  height: 28px;
  margin: 16px auto 0;
  border: 2px solid rgba(181, 150, 143, 0.25);
  border-top-color: #b5968f;
  border-radius: 50%;
  animation: page-loader-spin 0.9s linear infinite;
}

@keyframes page-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

html.has-js .scroll-animate {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 520ms ease var(--animate-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--animate-delay, 0ms);
  will-change: opacity, transform;
}

html.has-js .scroll-animate.animate {
  opacity: 1;
  transform: none;
  will-change: auto;
}

html.has-js .scroll-animate.scroll-animate--text {
  opacity: 0;
  transform: none;
  transition: opacity 420ms ease var(--animate-delay, 0ms);
  will-change: opacity;
}

html.has-js .scroll-animate.scroll-animate--text.animate {
  opacity: 1;
  transform: none;
  will-change: auto;
}

html.has-js .scroll-animate.scroll-animate--center {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 20px));
  transition:
    opacity 520ms ease var(--animate-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--animate-delay, 0ms);
  will-change: opacity, transform;
}

html.has-js .scroll-animate.scroll-animate--center.animate {
  opacity: 1;
  transform: translate(-50%, -50%);
  will-change: auto;
}

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

  html.has-js .scroll-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.has-js .scroll-animate.scroll-animate--text {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.has-js .scroll-animate.scroll-animate--center {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: none;
  }
}

.page {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  background-color: var(--hero);
  overflow: hidden;
}

.hero__bg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--text);
  padding: 83px 24px 184px;
}

.text-standard {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}

.hero__date {
  margin: 29px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__names {
  margin-top: 116px;
  line-height: 0.9;
  overflow: visible;
}

.hero__name--bride {
  display: block;
  font-family: "Wolfgang", cursive;
  font-size: 53px;
  font-weight: 400;
  line-height: 1.06;
  padding: 0 0.08em 0.16em;
}

.hero__name--groom {
  display: block;
  margin-top: 11px;
  font-family: "Lovelace", serif;
  font-size: 31px;
  line-height: 5px;
  text-transform: uppercase;
}

.hero__invite {
  width: 240px;
  max-width: 78%;
  margin: 132px auto 0;
  text-transform: uppercase;
}

.intro {
  position: relative;
  margin-top: -64px;
  padding: 0 59px 25px;
}

.intro__card {
  background: transparent;
  border-radius: 0 0 29px 29px;
  padding-top: 99px;
}

.intro__eyebrow {
  margin: 0;
  color: #a28682;
  font-family: "Wolfgang", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.intro__title {
  margin: -10px 0 0;
  color: #a28682;
  font-family: "Lovelace", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}

.intro__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  color: #a28682;
  font-family: "Lovelace", serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 47px;
  margin-bottom: -4px;
}

.intro__date span {
  display: block;
}

.intro__date-divider {
  display: block;
  flex: 0 0 1px;
  min-width: 1px;
  width: 1px;
  height: 26px;
  background: #dac9c3;
}

.intro__text {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: #a28682;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
}

.story {
  padding: 0 0 56px;
  background: #f9f4f1;
}

.story__image {
  display: block;
  width: 97%;
  height: auto;
}

.venue {
  padding: 0;
  background: #f9f4f1;
}

.venue__head {
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  overflow: visible;
}

.venue__eyebrow {
  margin: 0;
  color: #a1837f;
  font-family: "Wolfgang", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  padding: 0.03em 0.08em 0.16em;
}

.venue__title {
  margin: -6px 0 0;
  color: #a1837f;
  font-family: "Lovelace", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.venue__text {
  color: #a28682;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.venue__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 14px;
}

.route {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3px;
  padding-bottom: 10px;
  background: linear-gradient(
    180deg,
    #fbf7f4 0,
    #fbf7f4 36px,
    #eee3df 36px,
    #eee3df 100%
  );
}

.route::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: linear-gradient(
    180deg,
    #f9f4f1 0,
    #f9f4f1 36px,
    #eee3df 36px,
    #eee3df 100%
  );
  transform: translateX(-50%);
  z-index: 0;
}

.route__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  text-decoration: none;
  color: #b19089;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.route__link:hover,
.route__link:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.route__link:focus-visible {
  outline: 2px solid #b19089;
  outline-offset: 4px;
  border-radius: 999px;
}

.route__badge {
  display: block;
  width: 100%;
  height: 72px;
}

.route__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 10px 18px 12px;
}

.route__title {
  color: #a1837f;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.route__subtitle {
  color: #a1837f;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0;
  text-transform: lowercase;
}

.timeline {
  position: relative;
  background: #eee3df;
  padding: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #eee3df;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline__inner {
  position: relative;
  z-index: 1;
  min-height: 836px;
  overflow: hidden;
}

.timeline__heading {
  position: relative;
  z-index: 2;
  margin-left: 76px;
  margin-top: 14px;
  overflow: visible;
}

.timeline__eyebrow {
  display: inline-block;
  margin: 0;
  color: #a1837f;
  font-family: "Wolfgang", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.timeline__title {
  margin: -6px 9px 0;
  color: #a1837f;
  font-family: "Lovelace", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.timeline__line {
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.88;
}

.timeline__item {
  position: absolute;
  z-index: 2;
  color: #c4a8a1;
  overflow: visible;
}

.timeline__item--transfer {
  top: 108px;
  right: 38px;
  width: 188px;
  text-align: right;
}

.timeline__item--guests {
  top: 286px;
  left: 56px;
  width: 192px;
  text-align: left;
}

.timeline__item--ceremony {
  top: 486px;
  right: 46px;
  width: 188px;
  text-align: right;
}

.timeline__item--final {
  top: 683px;
  left: 56px;
  width: 194px;
  text-align: left;
}

.timeline__item-title {
  display: inline-block;
  margin: 0;
  color: #a1837f;
  font-family: "Wolfgang", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  padding: 0.03em 0.08em 0.16em;
}

.timeline__item-text {
  color: #a1837f;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.timeline__time {
  display: inline-block;
  margin: 0;
  color: #a1837f;
  font-family: "Wolfgang", cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  padding: 0.03em 0.08em 0.16em;
}

.dress-code {
  padding: 34px 18px 23px;
  background: #f9f4f1;
  text-align: center;
}

.dress-code__heading {
  width: fit-content;
  margin: 0 auto;
}

.dress-code__eyebrow {
  margin: 0;
  color: #a1837f;
  font-family: "Wolfgang", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.dress-code__title {
  margin: 5px 0 0;
  color: #a1837f;
  font-family: "Lovelace", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.dress-code__text {
  max-width: 285px;
  margin: 13px auto 0;
  color: #b5968f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
  text-transform: uppercase;
}

.dress-code__palette {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 4px;
}

.dress-code__swatch {
  display: block;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  flex: 0 0 auto;
}

.dress-code__image {
  display: block;
  width: calc(100% + 36px);
  max-width: none;
  height: auto;
  margin: 0 0 0 -18px;
}

.dress-code__note {
  margin: 8px 0 0;
  color: #a1837f;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.wishes {
  position: relative;
  padding: 34px 20px 86px;
  background: #eee3df;
  text-align: center;
}

.wishes::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36px;
  background: #f9f4f1;
  z-index: 0;
}

.wishes__heading {
  width: fit-content;
  margin: 0 auto;
}

.wishes__eyebrow {
  display: block;
  width: 100%;
  margin: 0;
  color: #b5968f;
  font-family: "Wolfgang", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  text-align: right;
}

.wishes__title {
  margin: -2px 0 0;
  color: #b5968f;
  font-family: "Lovelace", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.wishes__text {
  margin: 0 auto;
  color: #b5968f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.wishes__text--children {
  max-width: 310px;
  margin-top: 17px;
}

.wishes__text--flowers {
  max-width: 308px;
  margin-top: 34px;
}

.wishes__link {
  position: absolute;
  left: 50%;
  bottom: -3px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  color: #b19089;
  transform: translateX(-50%);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.wishes__link:hover,
.wishes__link:focus-visible {
  transform: translate(-50%, -2px);
  filter: saturate(1.04);
}

.wishes__link:focus-visible {
  outline: 2px solid #b19089;
  outline-offset: 4px;
  border-radius: 999px;
}

.wishes__badge {
  display: block;
  width: 100%;
  height: auto;
}

.wishes__link-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  padding: 10px 18px 12px;
}

.wishes__link-title {
  color: #a1837f;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wishes__link-subtitle {
  color: #a1837f;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0;
  text-transform: lowercase;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(77, 61, 58, 0.62);
  backdrop-filter: blur(4px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  max-height: min(100vh - 40px, 780px);
  overflow-y: auto;
  padding: 28px 22px 24px;
  border-radius: 28px;
  background: #f9f4f1;
  box-shadow: 0 20px 50px rgba(77, 61, 58, 0.22);
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(177, 144, 137, 0.14);
  color: #a1837f;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal__title {
  margin: 0 34px 18px 0;
  color: #a1837f;
  font-family: "Lovelace", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.05;
  text-transform: uppercase;
}

.modal__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal__text {
  margin: 0;
  color: #a1837f;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

body.modal-open {
  overflow: hidden;
}

.contacts {
  padding: 20px 20px 0px;
  background: #f9f4f1;
  text-align: center;
}

.contacts__title {
  margin: 0;
  color: #b5968f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.contacts__branch {
  display: block;
  width: 182px;
  height: 107px;
  margin: -20px auto 0;
}

.rsvp {
  padding: 0;
  background: #f9f4f1;
  overflow: hidden;
}

.rsvp__envelope {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.rsvp__image {
  display: block;
  width: 100%;
  height: auto;
}

.rsvp__content {
  position: absolute;
  top: 305px;
  left: 50%;
  width: 248px;
  max-width: calc(100% - 96px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.rsvp__title {
  margin: 0;
  color: #b5968f;
  font-family: "Wolfgang", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.rsvp__text {
  margin: 32px 0 0;
  color: #b5968f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.rsvp__date {
  margin: 14px 0 0;
  color: #b5968f;
  font-family: "Lovelace", serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
}

.calendar-footer {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.calendar-footer__card {
  position: relative;
  z-index: 1;
  width: 100%;
  isolation: isolate;
}

.calendar-footer__bg {
  display: block;
  width: 100%;
  height: auto;
}

.calendar-footer__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 20px 42px;
  overflow: visible;
}

.calendar-footer__calendar {
  width: auto;
  max-width: 84%;
  margin-top: 56px;
}

.calendar-footer__calendar-image {
  display: block;
  width: 182px;
  height: auto;
  max-width: none;
}

.calendar-footer__note {
  margin: 29px 0 0;
  color: #f7efe9;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.calendar-footer__names {
  display: inline-block;
  margin: -5px 0 0;
  color: #ffffff;
  font-family: "Wolfgang", cursive;
  max-width: 90%;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 0 0.08em 0.16em;
}

.hero__name--bride,
.timeline__eyebrow,
.timeline__item-title,
.timeline__time,
.venue__eyebrow,
.calendar-footer__names {
  overflow: visible;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.01px transparent;
}

@media (max-width: 320px) {
  .hero__name--bride {
    font-size: 39px;
  }

  .hero__name--groom {
    font-size: 23px;
  }

  .text-standard {
    font-size: 8px;
    line-height: 13px;
  }

  .hero__invite {
    width: 240px;
    max-width: 78%;
    margin: 59px auto 0;
  }

  .timeline__heading {
    margin-left: 41px;
    margin-top: 14px;
  }

  .timeline__line {
    top: 197px;
  }

  .timeline__item--transfer {
    right: 35px;
  }

  .timeline__item--guests {
    left: 35px;
  }

  .timeline__item--ceremony {
    right: 35px;
  }

  .timeline__item--final {
    left: 35px;
  }

  .rsvp__content {
    top: 243px;
    width: 248px;
    max-width: calc(100% - 96px);
  }

  .calendar-footer__names {
    font-size: 44px;
  }

  .rsvp__text {
    margin: 15px 0 0;
    font-size: 10px;
    line-height: 16px;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  .page {
    max-width: 425px;
  }

  .hero__names {
    margin-top: clamp(115px, calc(115px + (100vw - 375px) * 0.4), 135px);
  }

  .text-standard {
    font-size: clamp(8px, calc(8px + (100vw - 375px) * 0.02), 9px);
    line-height: clamp(11px, calc(11px + (100vw - 375px) * 0.04), 13px);
  }

  .hero__invite {
    margin-top: clamp(118px, calc(-166px + 76vw), 166px);
  }
}

@media (min-width: 425px) and (max-width: 429px) {
  .page {
    max-width: 425px;
  }

  .hero__names {
    margin-top: 135px;
  }

  .text-standard {
    font-size: 9px;
    line-height: 13px;
  }

  .hero__invite {
    margin-top: 155px;
  }
}

@media (width: 430px) {
  .page {
    max-width: 430px;
  }

  .hero__names {
    margin-top: 135px;
  }

  .text-standard {
    font-size: 9px;
    line-height: 13px;
  }

  .hero__invite {
    margin-top: 169px;
  }
}

@media (min-width: 768px) {
  .wishes::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #eee3df;
    transform: translateX(-50%);
    z-index: -1;
  }

  .wishes::after {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }

  .hero {
    overflow: visible;
  }

  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #a1837f;
    transform: translateX(-50%);
    z-index: -1;
  }

  .hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 33px;
    background: #f9f4f1;
    transform: translateX(-50%);
    z-index: 0;
  }

  .calendar-footer {
    overflow: visible;
  }

  .calendar-footer::before {
    content: "";
    position: absolute;
    top: 29px;
    bottom: 0;
    right: calc(100% - 1px);
    width: calc((100vw - 100%) / 2 + 2px);
    background: #a1837f;
    z-index: -3;
  }

  .calendar-footer::after {
    content: "";
    position: absolute;
    top: 29px;
    bottom: 0;
    left: 100%;
    width: calc((100vw - 100%) / 2 + 2px);
    background: #a1837f;
    z-index: -3;
  }
}
