.facts .baroque-line {
  display: none;
}

.facts {
  background-color: #34251d;
  background-image:
    linear-gradient(rgba(52, 37, 29, .88), rgba(52, 37, 29, .88)),
    url('assets/embossed-paper.jpeg');
  background-size: cover;
  background-blend-mode: multiply;
}

.facts > .kicker {
  margin-bottom: 34px;
}

.invitation .lace-calendar {
  width: min(100%, 520px);
  margin-top: 22px;
  margin-bottom: 8px;
}

.invitation .calendar-paper {
  padding: 24px 14px 22px;
}

.invitation .calendar-day {
  padding: 12px 5px 12px;
}

.invitation .calendar-day strong {
  font-size: clamp(66px, 10vw, 88px);
}

.invitation .calendar-day span {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(52, 37, 29, .24);
}

.invitation .calendar-day small {
  margin-top: 0;
}

.invitation .calendar-day-main {
  box-shadow: none;
}

.invitation .calendar-day-main strong {
  color: #a65f46;
  font-weight: 700;
  font-style: normal;
}

.facts {
  padding-top: 62px;
}

.lace-calendar {
  position: relative;
  width: min(100%, 720px);
  margin: 0 auto 76px;
  padding: 0;
  isolation: isolate;
}

.lace-calendar::before {
  display: none;
}

.lace-calendar::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 64px 72px;
  background: #34251d;
  background-image:
    linear-gradient(rgba(52, 37, 29, .9), rgba(52, 37, 29, .9)),
    url('assets/embossed-paper.jpeg');
  background-size: cover;
  background-blend-mode: multiply;
}

.lace-calendar-frame {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  mix-blend-mode: screen;
  filter: sepia(.65) saturate(.35) brightness(1.2);
  opacity: .82;
}

.calendar-paper {
  position: relative;
  overflow: hidden;
  padding: 38px 22px 34px;
  color: #f1ece2;
  background: transparent;
  box-shadow: none;
}

.calendar-year {
  margin-bottom: 18px;
  font: italic 17px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(241, 236, 226, .65);
  border-bottom: 1px solid rgba(241, 236, 226, .65);
}

.calendar-day {
  position: relative;
  padding: 18px 7px 16px;
}

.calendar-day + .calendar-day {
  border-left: 1px solid rgba(241, 236, 226, .42);
}

.calendar-day span,
.calendar-day small {
  display: block;
  text-transform: none;
}

.calendar-day span {
  font: 400 17px/1 "Cormorant Garamond", Georgia, serif;
}

.calendar-day small {
  margin-top: 12px;
  font: italic 400 16px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .04em;
}

.calendar-day strong {
  display: block;
  margin-top: 2px;
  font: 400 clamp(76px, 12vw, 112px)/.82 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.08em;
}

.calendar-day-main strong {
  font-style: italic;
}

.calendar-heart {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 43%;
  width: 210px;
  height: 225px;
  transform: translate(-50%, -50%) rotate(-6deg);
  fill: none;
  stroke: #c4a98d;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .9;
  pointer-events: none;
}

@media (max-width: 700px) {
  .lace-calendar {
    width: calc(100% + 26px);
    margin-left: -13px;
    padding: 0;
  }

  .lace-calendar::before {
    inset: 39px 27px;
  }

  .calendar-paper {
    padding: 22px 8px 24px;
  }

  .calendar-year {
    font-size: 13px;
  }

  .calendar-day {
    padding-inline: 2px;
  }

  .calendar-day span {
    font-size: 12px;
  }

  .calendar-day small {
    font-size: 14px;
    letter-spacing: .03em;
  }

  .calendar-day strong {
    font-size: 66px;
  }

  .calendar-heart {
    width: 150px;
    height: 170px;
  }
}

.simple-date-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 680px);
  margin: 0 auto 76px;
  color: #34251d;
}

.simple-date-row > div {
  text-align: center;
}

.simple-date-row small {
  display: block;
  margin-bottom: 4px;
  font: 500 8px/1 "Manrope", Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.simple-date-row strong {
  display: block;
  font: 400 clamp(94px, 17vw, 158px)/.78 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.08em;
}

.simple-date-row .selected-date strong {
  font-style: italic;
}

@media (max-width: 700px) {
  .simple-date-row {
    width: calc(100% + 22px);
    margin-left: -11px;
    margin-bottom: 62px;
  }

  .simple-date-row small {
    font-size: 6px;
    letter-spacing: .1em;
  }

  .simple-date-row strong {
    font-size: 82px;
  }

  .invitation .lace-calendar {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .invitation .calendar-day strong {
    font-size: 60px;
  }
}
