@import url("https://use.typekit.net/inx1eqp.css");

@font-face {
  font-family: "PP Editorial New";
  src: url("/fonts/PPEditorialNew-Ultralight.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("/fonts/PPEditorialNew-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PP Lettra Mono";
  src: url("/fonts/PPLettraMono-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PP Lettra Mono";
  src: url("/fonts/PPLettraMono-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "PP Grafier";
  src: url("/fonts/PPGrafier-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --sky: #d1e6f9;
  --ink: #654639;
  --serif: "PP Editorial New", "the-seasons", "Times New Roman", serif;
  --body-serif: "PP Grafier", "brioso-pro-display", "Times New Roman", serif;
  --mono: "PP Lettra Mono", "Courier New", monospace;
  --script: "sloop-script-pro", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--sky);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--sky);
  color: var(--ink);
  font-family: var(--serif);
}

.fade-reveal {
  opacity: 1;
  translate: 0 0;
}

.has-reveal .fade-reveal {
  opacity: 0;
  translate: 0 14px;
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 1250ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, translate;
}

.has-reveal .fade-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.invitation-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sky);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scene {
  position: relative;
  container-type: inline-size;
  margin: 0 auto;
  overflow: hidden;
  background: var(--sky);
  color: var(--ink);
  text-align: center;
  user-select: text;
}

.scene-desktop {
  width: min(100vw, 1500px);
  aspect-ratio: 1709 / 1126;
}

.scene-mobile {
  display: none;
}

.mobile-countdown-frame,
.mobile-countdown-copy {
  display: none;
}

.mobile-header-art {
  display: none;
}

.art {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.recommendations-frame-hover {
  opacity: 0;
}

.desktop-archer {
  left: 0.7%;
  top: 4.92%;
  width: 16.79%;
}

.desktop-coupe {
  left: 79.7%;
  top: 6.71%;
  width: 14.64%;
}

.desktop-floral {
  left: 23.24%;
  top: 2.19%;
  width: 54.02%;
}

.desktop-portland-frame {
  left: 1.02%;
  top: 26.39%;
  width: 27.83%;
}

.desktop-schedule-frame {
  left: 73.06%;
  top: 26.36%;
  width: 26.72%;
}

.desktop-countdown-frame {
  left: 26.74%;
  top: 69.74%;
  width: 46.52%;
}

.desktop-rsvp-ribbon {
  left: 39.99%;
  top: 56.7%;
  width: 20.02%;
  height: 4.19cqw;
  object-fit: fill;
}

.rsvp-ribbon-hover {
  opacity: 0;
}

.desktop-recommendations-frame {
  left: 7.18%;
  top: 77.37%;
  width: 14.48%;
}

.desktop-names {
  left: 31.37%;
  top: 34.75%;
  width: 37.76%;
  height: calc(37.76cqw / 2.6738934);
  object-fit: contain;
}

.names-flourish {
  opacity: 0;
  pointer-events: none;
  -webkit-mask-image:
    radial-gradient(ellipse 18% 54% at 7% 45%, #000 0 58%, transparent 63%),
    radial-gradient(ellipse 16% 54% at 48% 60%, #000 0 48%, transparent 54%),
    radial-gradient(ellipse 18% 54% at 93% 45%, #000 0 58%, transparent 63%);
  mask-image:
    radial-gradient(ellipse 18% 54% at 7% 45%, #000 0 58%, transparent 63%),
    radial-gradient(ellipse 16% 54% at 48% 60%, #000 0 48%, transparent 54%),
    radial-gradient(ellipse 18% 54% at 93% 45%, #000 0 58%, transparent 63%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.has-reveal .names-flourish {
  animation: flourish-finish 1250ms cubic-bezier(0.22, 1, 0.36, 1) 1350ms forwards;
}

@keyframes flourish-finish {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 0.24;
    transform: translateY(0);
  }
}

.desktop-archer,
.desktop-coupe {
  pointer-events: auto;
}

.cherub-game-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  width: min(16vw, 210px);
  min-width: 150px;
  aspect-ratio: 394 / 110;
  align-items: center;
  justify-content: center;
  color: var(--sky);
  font-family: var(--mono);
  font-size: clamp(0.78rem, 1vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.91;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(var(--game-cursor-x, -999px), var(--game-cursor-y, -999px), 0) translate(-50%, -50%);
  transition: opacity 80ms linear;
  white-space: nowrap;
}

.cherub-game-cursor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
}

.cherub-game-cursor.is-visible {
  opacity: 1;
}

.date,
.portland-title,
.portland-copy,
.recommendations,
.schedule-button,
.schedule-the,
.schedule-title,
.schedule-copy,
.rsvp,
.countdown-copy {
  position: absolute;
  margin: 0;
  color: var(--ink);
}

.date {
  left: 50.25%;
  top: 28.8%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: clamp(1.56rem, 1.98cqw, 2.12rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.64;
  text-transform: uppercase;
  white-space: nowrap;
}

.portland-title,
.schedule-title {
  transform: translateX(-50%);
  font-family: var(--script);
  font-size: clamp(3.58rem, 4.75cqw, 5.13rem);
  font-weight: 400;
  line-height: 0.64;
  white-space: nowrap;
}

.portland-title {
  left: 14%;
  top: 38.94%;
}

.portland-copy,
.party-details,
.ceremony-time,
.reception-time,
.reception-details {
  font-family: var(--body-serif);
  font-size: clamp(0.84rem, 1.05cqw, 1.13rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.09;
}

.portland-copy {
  left: 14.5%;
  top: 46.8%;
  width: 12.15%;
  line-height: 1.2;
  transform: translateX(-50%);
}

.portland-copy p {
  margin: 0 0 1.05em;
}

.party-details p {
  margin: 0 0 0.32em;
}

.portland-copy p:last-child,
.party-details p:last-child {
  margin-bottom: 0;
}

.recommendations {
  left: 7.18%;
  top: 77.37%;
  z-index: 2;
  display: flex;
  width: 14.48%;
  aspect-ratio: 394 / 110;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: clamp(0.95rem, 1.29cqw, 1.38rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.91;
  text-transform: uppercase;
  white-space: nowrap;
  transition: none;
}

.schedule-button {
  z-index: 2;
  display: flex;
  height: 6.11%;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.95rem, 1.29cqw, 1.38rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.91;
  text-transform: uppercase;
  white-space: nowrap;
  transition: none;
}

.schedule-button::before,
.schedule-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.schedule-button::before {
  background: url("/artwork/recommendations-frame.png") center / 100% 100% no-repeat;
}

.schedule-button::after {
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
}

.schedule-button span {
  position: relative;
  z-index: 1;
}

.schedule-button:hover,
.schedule-button:focus-visible {
  color: var(--sky);
}

.schedule-button:hover::after,
.schedule-button:focus-visible::after {
  opacity: 1;
}

.schedule-registry {
  left: 80.3%;
  top: auto;
  bottom: 22.2%;
  width: 12.24%;
}

.schedule-faq {
  left: 82.07%;
  top: auto;
  bottom: 14.9%;
  width: 8.69%;
}

.schedule-faq::before {
  background-image: url("/artwork/faq-button-frame.png");
}

.schedule-faq::after {
  background: url("/artwork/faq-button-hover.png") center / 100% 100% no-repeat;
}

.schedule-the {
  left: 86.38%;
  top: 34.75%;
  transform: translateX(-50%);
  font-size: clamp(1.6rem, 2cqw, 2.14rem);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.64;
  text-transform: uppercase;
}

.schedule-title {
  left: 85.87%;
  top: 38.93%;
}

.schedule-copy {
  left: 86.4%;
  top: 46.8%;
  display: flex;
  width: 14.85%;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  text-align: center;
}

.schedule-group,
.schedule-events,
.schedule-event {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.schedule-group {
  gap: clamp(1rem, 1.4cqw, 1.5rem);
}

.schedule-group-wedding {
  gap: clamp(1.35rem, 2.15cqw, 2.38rem);
}

.schedule-group-wedding > .schedule-events {
  display: contents;
}

.schedule-events {
  gap: clamp(1.2rem, 2.15cqw, 2.35rem);
}

.schedule-event {
  gap: clamp(0.38rem, 0.72cqw, 0.78rem);
}

.party-date,
.wedding-date {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 1.71cqw, 1.83rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.64;
  text-transform: uppercase;
  white-space: nowrap;
}

.party-details {
  width: 100%;
}

.ceremony-label,
.reception-label {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(0.95rem, 1.06cqw, 1.13rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.09;
  text-transform: uppercase;
  white-space: nowrap;
}

.party-details p:first-child {
  font-family: var(--mono);
  font-size: clamp(0.95rem, 1.06cqw, 1.13rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.09;
  text-transform: uppercase;
}

.ceremony-time,
.reception-time,
.reception-details {
  width: 100%;
  margin: 0;
}

.schedule-copy a,
.mobile-schedule-copy a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.08em;
}

.rsvp {
  left: 39.99%;
  top: 56.7%;
  z-index: 2;
  display: flex;
  width: 20.02%;
  height: 6.35cqw;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 1.34cqw 0 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(1.35rem, 1.67cqw, 1.78rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.64;
  text-indent: 0;
  text-transform: uppercase;
  transition: color 160ms ease;
  isolation: isolate;
}

.rsvp::before,
.mobile-rsvp::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 4.19cqw;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.rsvp::after {
  content: "BY SEPT. 15";
  position: relative;
  z-index: 1;
  margin-top: 1.9cqw;
  font-size: clamp(0.88rem, 1.11cqw, 1.2rem);
  font-family: var(--serif);
  letter-spacing: 0.04em;
  line-height: 0.64;
}

.rsvp:hover::before,
.rsvp:focus-visible::before,
.mobile-rsvp:hover::before,
.mobile-rsvp:focus-visible::before {
  opacity: 1;
}

.scene:has(.rsvp:is(:hover, :focus-visible)) .desktop-rsvp-ribbon:not(.rsvp-ribbon-hover),
.scene:has(.mobile-rsvp:is(:hover, :focus-visible)) .mobile-rsvp-ribbon:not(.rsvp-ribbon-hover) {
  opacity: 0;
}

.scene:has(.rsvp:is(:hover, :focus-visible)) .desktop-rsvp-ribbon.rsvp-ribbon-hover,
.scene:has(.mobile-rsvp:is(:hover, :focus-visible)) .mobile-rsvp-ribbon.rsvp-ribbon-hover {
  opacity: 1;
}

.scene:has(.recommendations:is(:hover, :focus-visible)) .desktop-recommendations-frame.recommendations-frame-hover,
.scene:has(.mobile-recommendations:is(:hover, :focus-visible)) .mobile-recommendations-frame.recommendations-frame-hover {
  opacity: 1;
}

.rsvp:hover,
.rsvp:focus-visible,
.mobile-rsvp:hover,
.mobile-rsvp:focus-visible,
.recommendations:hover,
.recommendations:focus-visible,
.schedule-button:hover,
.schedule-button:focus-visible,
.mobile-schedule-button:hover,
.mobile-schedule-button:focus-visible,
.mobile-recommendations:hover,
.mobile-recommendations:focus-visible {
  color: var(--sky) !important;
}

.rsvp:hover::after,
.rsvp:focus-visible::after,
.mobile-rsvp:hover::after,
.mobile-rsvp:focus-visible::after {
  color: var(--ink);
}

.countdown-copy {
  left: 36.35%;
  top: 82%;
  display: grid;
  width: 27.3%;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 5%;
  text-transform: uppercase;
}

.countdown-copy div {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.countdown-copy dt,
.countdown-copy dd {
  margin: 0;
}

.countdown-copy dd {
  font-size: clamp(2.55rem, 2.94cqw, 3.14rem);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
}

.countdown-copy dt {
  margin-top: 0.18em;
  font-size: clamp(0.8rem, 0.89cqw, 0.94rem);
  font-family: var(--mono);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.25;
  white-space: nowrap;
}

.rsvp-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  padding: clamp(1rem, 3vw, 3rem) 1rem;
  background: #d1e6f9;
  color: var(--ink);
}

.rsvp-card {
  position: relative;
  container-type: inline-size;
  width: min(calc(100vw - 2rem), 1166px);
  max-width: none;
  aspect-ratio: 1708.633 / 1126;
  text-align: center;
}

.rsvp-frame {
  position: absolute;
  display: block;
  top: 6.11%;
  height: 87.78%;
  object-fit: fill;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.rsvp-frame-form {
  left: -1.42%;
  width: 102.86%;
}

.rsvp-frame-mobile {
  display: none;
}

.rsvp-frame-yes,
.rsvp-frame-no {
  left: 1.51%;
  width: 98.52%;
}

.rsvp-card[data-rsvp-mode="form"] .rsvp-frame-form,
.rsvp-card[data-rsvp-mode="yes"] .rsvp-frame-yes,
.rsvp-card[data-rsvp-mode="no"] .rsvp-frame-no {
  opacity: 1;
}

.rsvp-game-hotspot {
  position: absolute;
  left: 70%;
  top: 9%;
  z-index: 5;
  display: block;
  width: 21%;
  height: 25%;
  cursor: pointer;
}

.rsvp-game-hotspot:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--ink) 55%, transparent);
  outline-offset: 4px;
}

.rsvp-ribbon {
  position: absolute;
  left: 50%;
  top: 25.57%;
  z-index: 2;
  display: grid;
  width: 24.92%;
  aspect-ratio: 426 / 95;
  place-items: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.rsvp-ribbon img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.rsvp-ribbon span {
  position: relative;
  font-family: var(--mono);
  font-size: clamp(1.32rem, 2.08cqw, 2.24rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.64;
  text-transform: uppercase;
  transform: translateY(-0.12em);
}

.rsvp-ribbon-mobile,
.rsvp-submit-mobile {
  display: none;
}

.rsvp-form-date {
  margin: 0 0 2.8cqw;
  font-family: var(--mono);
  font-size: clamp(1rem, 1.76cqw, 1.9rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.64;
  text-transform: uppercase;
  text-align: center;
}

.rsvp-form {
  position: absolute;
  left: 50%;
  top: 37.38%;
  z-index: 3;
  display: block;
  width: 27.62%;
  transform: translateX(-50%);
  text-align: left;
}

.rsvp-form[hidden],
.rsvp-result[hidden] {
  display: none;
}

.rsvp-field {
  display: grid;
  gap: 0.4cqw;
  margin-bottom: 0.92cqw;
}

.rsvp-field:last-of-type {
  margin-bottom: 3.05cqw;
}

.rsvp-form label {
  font-family: var(--mono);
  font-size: clamp(0.56rem, 0.94cqw, 1rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.09;
  text-transform: uppercase;
}

.rsvp-form label em {
  font-family: var(--mono);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.08em;
  text-transform: none;
}

.rsvp-form input,
.rsvp-form select {
  width: 100%;
  min-height: clamp(1.7rem, 2.43cqw, 2.6rem);
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 0.32rem 0.72cqw;
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.75rem, 1.17cqw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.09;
  text-transform: uppercase;
}

.rsvp-form input::placeholder {
  color: color-mix(in srgb, var(--ink) 74%, transparent);
  opacity: 1;
  text-transform: uppercase;
}

.rsvp-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 1rem) 50%, calc(100% - 0.62rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.38rem 0.38rem;
  color: var(--ink);
}

.rsvp-form select:invalid {
  color: color-mix(in srgb, var(--ink) 74%, transparent);
}

.rsvp-form input:focus,
.rsvp-form select:focus {
  outline: 2px solid color-mix(in srgb, var(--ink) 45%, transparent);
  outline-offset: 2px;
}

.rsvp-form button {
  position: relative;
  display: grid;
  isolation: isolate;
  width: 52.45%;
  aspect-ratio: 248 / 69;
  margin: 0 auto;
  border: 0;
  padding: 0;
  place-items: center;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  font-size: clamp(1.1rem, 2.06cqw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.91;
  text-transform: uppercase;
  transition: none;
}

.rsvp-form button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
  pointer-events: none;
}

.rsvp-form button img {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.rsvp-form button span {
  position: relative;
  z-index: 3;
}

.rsvp-form button:disabled {
  cursor: progress;
  opacity: 0.7;
}

.rsvp-form button:not(:disabled):hover,
.rsvp-form button:not(:disabled):focus-visible {
  color: var(--sky);
}

.rsvp-form button:not(:disabled):hover::after,
.rsvp-form button:not(:disabled):focus-visible::after {
  opacity: 1;
}

.rsvp-form button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--ink) 45%, transparent);
  outline-offset: 3px;
}

.rsvp-status {
  min-height: 1.1em;
  margin: 0.45cqw 0 0;
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(0.54rem, 0.78cqw, 0.84rem);
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.rsvp-result {
  position: absolute;
  left: 50%;
  top: 50.3%;
  z-index: 3;
  width: 52%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.rsvp-result-date {
  display: none;
}

.rsvp-result h2 {
  margin: 0 0 2.35cqw;
  font-family: var(--script);
  font-size: clamp(3.2rem, 5.19cqw, 5.55rem);
  font-weight: 400;
  line-height: 0.64;
  white-space: nowrap;
}

.rsvp-result [data-rsvp-result-copy] {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(0.8rem, 1.29cqw, 1.42rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.09;
  text-transform: uppercase;
}

.rsvp-result[data-rsvp-response="no"] h2 {
  font-size: clamp(3rem, 5.19cqw, 5.55rem);
}

.rsvp-back-site {
  position: absolute;
  left: 50%;
  top: 66.6%;
  z-index: 4;
  display: none;
  width: 23.2%;
  aspect-ratio: 394 / 110;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.76rem, 1.16cqw, 1.24rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.91;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: none;
}

.rsvp-card[data-rsvp-mode="yes"] .rsvp-back-site,
.rsvp-card[data-rsvp-mode="no"] .rsvp-back-site {
  display: flex;
}

.rsvp-back-site::before,
.rsvp-back-site::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.rsvp-back-site::before {
  background: url("/artwork/recommendations-frame.png") center / 100% 100% no-repeat;
}

.rsvp-back-site::after {
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
}

.rsvp-back-site span {
  position: relative;
  z-index: 1;
}

.rsvp-back-site:hover,
.rsvp-back-site:focus-visible {
  color: var(--sky);
}

.rsvp-back-site:hover::after,
.rsvp-back-site:focus-visible::after {
  opacity: 1;
}

@supports not (font-size: 1cqw) {
  .rsvp-ribbon span {
    font-size: clamp(1.32rem, 2.08vw, 2.24rem);
  }

  .rsvp-form-date {
    margin-bottom: 2.8vw;
    font-size: clamp(1rem, 1.76vw, 1.9rem);
  }

  .rsvp-field {
    gap: 0.4vw;
    margin-bottom: 0.92vw;
  }

  .rsvp-field:last-of-type {
    margin-bottom: 3.05vw;
  }

  .rsvp-form input,
  .rsvp-form select {
    min-height: clamp(1.7rem, 2.43vw, 2.6rem);
    font-size: clamp(0.75rem, 1.17vw, 1.25rem);
  }

  .rsvp-form button {
    font-size: clamp(1.1rem, 2.06vw, 2.2rem);
  }

  .rsvp-status {
    margin-top: 0.45vw;
    font-size: clamp(0.54rem, 0.78vw, 0.84rem);
  }

  .rsvp-result h2,
  .rsvp-result[data-rsvp-response="no"] h2 {
    font-size: clamp(3rem, 5.19vw, 5.55rem);
  }

  .rsvp-result [data-rsvp-result-copy] {
    font-size: clamp(0.8rem, 1.29vw, 1.42rem);
  }
}

.responses-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.75rem) 1rem;
  background: var(--sky);
  color: var(--ink);
}

.responses-shell {
  width: min(100%, 1080px);
}

.rsvp-admin-login-shell {
  width: min(100%, 520px);
  align-self: center;
}

.rsvp-admin-login-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.rsvp-admin-login-form label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rsvp-admin-login-form input {
  width: 100%;
  border: 1.25px solid var(--ink);
  border-radius: 8px;
  padding: 0.8rem 0.9rem;
  background: color-mix(in srgb, white 16%, var(--sky));
  color: var(--ink);
  font: inherit;
  font-size: 1.1rem;
}

.rsvp-admin-login-form button {
  justify-self: start;
  border: 1.25px solid var(--ink);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: var(--sky);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rsvp-admin-login-form button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.responses-header {
  display: grid;
  gap: 0.75rem;
  padding-bottom: 1.3rem;
  border-bottom: 1.25px solid color-mix(in srgb, var(--ink) 45%, transparent);
}

.responses-header p {
  margin: 0;
  font-family: var(--script);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 0.75;
}

.responses-header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.responses-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.responses-actions a,
.responses-actions button {
  border: 1.25px solid var(--ink);
  border-radius: 8px;
  padding: 0.58rem 0.9rem;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.responses-actions a:hover,
.responses-actions a:focus-visible,
.responses-actions button:hover,
.responses-actions button:focus-visible {
  background: var(--ink);
  color: var(--sky);
}

.responses-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.responses-actions button:disabled:hover,
.responses-actions button:disabled:focus-visible {
  background: transparent;
  color: var(--ink);
}

.responses-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.responses-summary div {
  border: 1.25px solid color-mix(in srgb, var(--ink) 45%, transparent);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  background: color-mix(in srgb, white 16%, var(--sky));
}

.responses-summary dt,
.responses-summary dd {
  margin: 0;
}

.responses-summary dt {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.responses-summary dd {
  margin-top: 0.28rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.responses-status {
  margin: 1rem 0 0;
  font-family: var(--body-serif);
  font-size: 1.08rem;
  line-height: 1.35;
}

.responses-table-wrap {
  overflow-x: auto;
  border: 1.25px solid color-mix(in srgb, var(--ink) 45%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, white 16%, var(--sky));
}

.responses-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}

.responses-table th,
.responses-table td {
  padding: 0.82rem 0.9rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 28%, transparent);
  vertical-align: top;
}

.responses-table th {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.responses-table td {
  font-family: var(--body-serif);
  font-size: 1.02rem;
  line-height: 1.28;
}

.responses-table td:nth-child(1),
.responses-table td:nth-child(3) {
  font-family: var(--serif);
  font-size: 0.93rem;
  letter-spacing: 0.02em;
}

.responses-table tr:last-child td {
  border-bottom: 0;
}

.faq-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sky);
  color: var(--ink);
}

.faq-scene {
  position: relative;
  container-type: inline-size;
  margin: 0 auto;
  overflow: hidden;
  background: var(--sky);
  color: var(--ink);
  text-align: center;
}

.faq-scene-desktop {
  width: min(100vw, 1500px);
  aspect-ratio: 1709 / 1126;
}

.faq-scene-mobile {
  display: none;
}

.faq-mobile-overlay,
.faq-mobile-title {
  display: none;
}

.faq-frame,
.faq-mask,
.faq-cherub,
.faq-ribbon img {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.faq-scroll-copy {
  position: absolute;
  left: 30.81%;
  top: 36.66%;
  z-index: 2;
  width: 35.09%;
  height: 50.4%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  padding: 0 1.2cqw 12cqw;
  color: var(--ink);
  scrollbar-width: none;
  text-align: center;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.faq-scroll-copy::-webkit-scrollbar {
  display: none;
}

.faq-scroll-copy:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--ink) 45%, transparent);
  outline-offset: 4px;
}

.faq-scroll-copy h2 {
  margin: 0 0 1.15em;
  font-family: var(--mono);
  font-size: clamp(0.9rem, 1.29cqw, 1.38rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;
}

.faq-scroll-copy p {
  margin: 0 0 2.25em;
  font-family: var(--body-serif);
  font-size: clamp(0.8rem, 1.05cqw, 1.13rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.faq-scroll-copy a {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.faq-mask {
  z-index: 3;
}

.faq-mask-top {
  left: 23.39%;
  top: -7.44%;
  width: 54.34%;
}

.faq-mask-bottom {
  left: 26.93%;
  top: 74.1%;
  width: 47.28%;
}

.faq-frame-desktop {
  z-index: 4;
  left: 2.79%;
  top: 7.9%;
  width: 94.41%;
  height: 80.6%;
  object-fit: fill;
}

.faq-ribbon {
  position: absolute;
  left: 50%;
  top: 24.91%;
  z-index: 5;
  display: grid;
  width: 24.91%;
  aspect-ratio: 833 / 185;
  place-items: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.faq-ribbon img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.faq-ribbon span {
  position: relative;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(1.32rem, 2.08cqw, 2.24rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.64;
  text-transform: uppercase;
  transform: translateY(-0.12em);
}

.faq-cherub {
  --faq-scroll-progress: 0;
  z-index: 6;
  left: 68.37%;
  top: calc(35.39% + (12.81% * var(--faq-scroll-progress)));
  width: 4.96%;
  cursor: pointer;
  pointer-events: auto;
  transition: top 80ms linear;
}

.faq-cherub:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--ink) 55%, transparent);
  outline-offset: 5px;
}

.faq-back-button {
  position: relative;
  z-index: 7;
  display: flex;
  width: min(12.24vw, 184px);
  aspect-ratio: 394 / 110;
  align-items: center;
  justify-content: center;
  margin: clamp(-5.6rem, -5.2vw, -3rem) auto clamp(2rem, 4vw, 4rem);
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.95rem, 1.29vw, 1.38rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.91;
  text-transform: uppercase;
  white-space: nowrap;
}

.faq-back-button::before,
.faq-back-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.faq-back-button::before {
  background: url("/artwork/recommendations-frame.png") center / 100% 100% no-repeat;
}

.faq-back-button::after {
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
}

.faq-back-button:hover,
.faq-back-button:focus-visible {
  color: var(--sky);
}

.faq-back-button:hover::after,
.faq-back-button:focus-visible::after {
  opacity: 1;
}

.faq-back-button span {
  position: relative;
  z-index: 1;
}

.faq-back-button-mobile {
  display: none;
}

.game-page {
  min-height: 100vh;
  overflow-x: hidden;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: var(--sky);
  color: var(--ink);
}

.game-mobile-block {
  display: none;
  min-height: calc(100svh - 1.8rem);
  place-items: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem 1rem;
  text-align: center;
}

.game-mobile-block p,
.game-mobile-block h1 {
  margin: 0;
}

.game-mobile-block > p:first-child {
  font-family: var(--mono);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.game-mobile-block h1 {
  font-family: var(--script);
  font-size: clamp(3.4rem, 18vw, 5rem);
  font-weight: 400;
  line-height: 0.72;
}

.game-mobile-block > p:nth-of-type(2) {
  max-width: 20rem;
  font-family: var(--body-serif);
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

@media (pointer: coarse) {
  .cherub-game-cursor {
    display: none;
  }

  .rsvp-game-hotspot {
    display: none;
  }
}

.game-shell {
  container-type: inline-size;
  width: min(100%, 1240px);
  margin: 0 auto;
  text-align: center;
}

.game-stage {
  position: relative;
  container-type: inline-size;
  display: grid;
  align-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0 auto;
  --game-line: max(1px, 0.16cqw);
  --game-hairline: max(1px, 0.08cqw);
  padding: 4.8cqw 5.25cqw 4.55cqw;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.game-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: url("/artwork/game-frame-ornate.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.game-stage::after {
  content: none;
}

.game-heading {
  display: grid;
  gap: 0.45cqw;
  position: relative;
  z-index: 4;
  margin: 0 auto 1.2cqw;
}

.game-heading p,
.game-heading h1,
.game-hud p,
.game-help {
  margin: 0;
}

.game-heading p {
  font-family: var(--mono);
  font-size: 1.15cqw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.game-heading h1 {
  font-family: var(--script);
  font-size: 7.25cqw;
  font-weight: 400;
  line-height: 0.78;
}

.game-page[data-game-state="intro"] .game-stage {
  align-content: center;
}

.game-page[data-game-state="intro"] .game-start-panel {
  min-height: auto;
  padding-block: 0;
}

.game-page:not([data-game-state="intro"]) .game-stage {
  align-content: center;
}

.game-heading[hidden],
.game-start-panel[hidden],
.game-play-area[hidden],
.game-score-panel[hidden],
.game-leaderboard[hidden] {
  display: none;
}

.game-start-panel,
.game-score-panel,
.game-leaderboard {
  position: relative;
  z-index: 4;
  width: min(61.5cqw, 100%);
  margin: 0 auto;
}

.game-start-panel {
  display: grid;
  justify-items: center;
  gap: 1.25cqw;
  align-content: center;
  min-height: 31cqw;
  padding: 3.2cqw 2.4cqw;
}

.game-start-panel h2,
.game-score-panel h2,
.game-leaderboard h2,
.game-start-panel p,
.game-score-panel p {
  margin: 0;
}

.game-start-panel h2,
.game-score-panel h2,
.game-leaderboard h2 {
  font-family: var(--mono);
  font-size: 2.75cqw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-transform: uppercase;
}

.game-start-panel p,
.game-score-panel p {
  max-width: 43cqw;
  font-family: var(--body-serif);
  font-size: 1.45cqw;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.game-start-panel .game-start-copy {
  max-width: 43cqw;
  font-size: 1.58cqw;
  line-height: 1.22;
}

.game-play-area {
  position: relative;
  z-index: 4;
}

.game-board {
  position: relative;
  width: min(72cqw, 100%);
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: crosshair;
  touch-action: none;
}

.game-board:focus-visible {
  outline: 0;
}

.game-cherub {
  position: absolute;
  z-index: 2;
  display: block;
  max-width: none;
  user-select: none;
  pointer-events: none;
  will-change: transform;
}

.game-archer {
  width: 23cqw;
}

.game-martini {
  width: 20cqw;
}

.game-crosshair {
  position: absolute;
  z-index: 3;
  width: 1.7cqw;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 999px;
  opacity: 0.45;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.game-crosshair::before,
.game-crosshair::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.game-crosshair::before {
  left: 50%;
  top: -0.68cqw;
  width: 1px;
  height: calc(100% + 1.36cqw);
}

.game-crosshair::after {
  left: -0.68cqw;
  top: 50%;
  width: calc(100% + 1.36cqw);
  height: 1px;
}

.olive-projectile {
  position: absolute;
  z-index: 4;
  width: 1.35cqw;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #7c7f13;
  box-shadow: inset 0 0 0 0.28em #a8a934;
  pointer-events: none;
}

.olive-projectile::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 31%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #b55f52;
  transform: translate(-50%, -50%);
}

.olive-pop {
  position: absolute;
  z-index: 5;
  width: 4cqw;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.55);
  animation: olive-pop 520ms ease-out forwards;
}

@keyframes olive-pop {
  0% {
    opacity: 0.65;
    transform: translate(-50%, -50%) scale(0.55);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
  }
}

.game-message {
  position: absolute;
  left: 50%;
  top: 7%;
  z-index: 6;
  padding: 0.42cqw 0.9cqw;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sky) 78%, white);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 1.05cqw;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.game-timeup {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.72cqw;
  background: color-mix(in srgb, var(--sky) 42%, transparent);
  color: var(--ink);
  text-align: center;
  pointer-events: none;
}

.game-timeup[hidden] {
  display: none;
}

.game-timeup h2 {
  margin: 0;
}

.game-timeup h2 {
  font-family: var(--mono);
  font-size: 9.8cqw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 0.86;
  text-transform: uppercase;
}

.game-hud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75cqw 2.35cqw;
  margin: -2.15cqw 0 0;
  font-family: var(--mono);
  font-size: 1.18cqw;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.game-help {
  max-width: 42rem;
  margin: clamp(0.7rem, 1.6vw, 1rem) auto 0;
  font-family: var(--body-serif);
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.game-score-panel {
  display: grid;
  justify-items: center;
  gap: 1.05cqw;
  align-content: center;
  min-height: 35cqw;
  padding: 1.2cqw 0;
}

.game-score-form.rsvp-form {
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  width: min(34.5cqw, 100%);
  margin: 0.6cqw auto 0;
  transform: none;
}

.game-score-panel .game-final-score {
  max-width: none;
  font-family: var(--mono);
  font-size: 4.25cqw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 0.86;
  text-transform: uppercase;
}

.game-score-panel .game-final-details {
  max-width: none;
  margin-top: -0.45cqw;
  font-family: var(--body-serif);
  font-size: 1.58cqw;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.game-score-form .rsvp-field {
  gap: 0.52cqw;
  margin-bottom: 0.85cqw;
}

.game-score-form .rsvp-field:last-of-type {
  margin-bottom: 1.35cqw;
}

.game-score-form label {
  font-size: 0.86cqw;
}

.game-score-form input,
.game-score-form textarea {
  width: 100%;
  min-height: 3.05cqw;
  border: 1px solid var(--ink);
  border-radius: 0.48cqw;
  padding: 0.55cqw 0.75cqw;
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.96cqw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.16;
  text-transform: uppercase;
}

.game-score-form textarea {
  min-height: 6.1cqw;
  resize: vertical;
}

.game-score-form input:focus,
.game-score-form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--ink) 45%, transparent);
  outline-offset: 2px;
}

.game-score-form button {
  width: 18.5cqw;
  min-width: 0;
  font-size: 1.22cqw;
}

.game-score-form button::after {
  inset: 0;
  z-index: 2;
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
}

.game-score-form button img {
  z-index: 1;
}

.game-score-form button span {
  z-index: 3;
}

.game-score-form .rsvp-status {
  margin-top: 0.62cqw;
  font-size: 0.82cqw;
}

.game-leaderboard {
  display: grid;
  align-content: center;
  min-height: 35cqw;
  justify-items: center;
}

.game-leaderboard h2 {
  margin-bottom: 1.15cqw;
}

.game-leaderboard-header {
  display: grid;
  grid-template-columns: 26% 22% 52%;
  width: min(61.5cqw, 100%);
  border: var(--game-line) solid var(--ink);
  border-bottom: 0;
  font-family: var(--mono);
  font-size: 1.08cqw;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.game-leaderboard-header span {
  padding: 0.72cqw 0.9cqw 0.62cqw;
}

.game-leaderboard-header span:not(:last-child) {
  border-right: var(--game-hairline) solid color-mix(in srgb, var(--ink) 55%, transparent);
}

.game-leaderboard ol {
  display: grid;
  gap: 0;
  width: min(61.5cqw, 100%);
  max-height: 24.55cqw;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: var(--game-line) solid var(--ink);
  list-style: none;
}

.game-leaderboard li {
  display: grid;
  grid-template-columns: 26% 22% 52%;
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-bottom: var(--game-hairline) solid color-mix(in srgb, var(--ink) 46%, transparent);
  text-align: left;
}

.game-leaderboard li:last-child {
  border-bottom: 0;
}

.game-leaderboard strong {
  font-family: var(--mono);
  font-size: 1.18cqw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  border-right: var(--game-hairline) solid color-mix(in srgb, var(--ink) 45%, transparent);
}

.game-leaderboard b {
  font-family: var(--mono);
  font-size: 1.25cqw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  border-right: var(--game-hairline) solid color-mix(in srgb, var(--ink) 45%, transparent);
}

.game-leaderboard span {
  font-family: var(--body-serif);
  font-size: 1.08cqw;
  letter-spacing: 0.01em;
  line-height: 1.18;
  text-align: left;
}

.game-leaderboard strong,
.game-leaderboard b,
.game-leaderboard li > span {
  min-height: 3.05cqw;
  padding: 0.78cqw 0.9cqw 0.66cqw;
}

.game-stage .game-button {
  width: 19cqw;
  min-width: 0;
  font-size: 1.08cqw;
}

.game-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8cqw;
  margin-top: 1.45cqw;
}

.game-button {
  position: relative;
  display: flex;
  width: min(72vw, 235px);
  min-width: min(100%, 190px);
  aspect-ratio: 394 / 110;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 1.25rem;
  isolation: isolate;
  background: transparent !important;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.91;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.game-button::before,
.game-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.game-button::before {
  background-color: transparent;
  background: url("/artwork/recommendations-frame.png") center / 100% 100% no-repeat;
  transform: translateZ(0);
}

.game-button::after {
  background-color: transparent;
  background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
  transform: translateZ(0);
}

.game-button:hover,
.game-button:focus-visible {
  background: transparent !important;
  color: var(--sky);
}

.game-button:hover::after,
.game-button:focus-visible::after {
  opacity: 1;
}

.game-button span {
  position: relative;
  z-index: 1;
}

.game-actions .game-button {
  width: 19cqw;
  min-width: 0;
  padding: 0 1.2cqw;
  font-size: 1.08cqw;
}

@media (min-width: 801px) and (max-width: 1350px) {
  .scene-desktop {
    aspect-ratio: 1512 / 982;
  }

  .desktop-archer {
    left: 0.7%;
    top: 4.92%;
    width: 16.79%;
  }

  .desktop-coupe {
    left: 79.7%;
    top: 6.71%;
    width: 14.64%;
  }

  .desktop-floral {
    left: 23.24%;
    top: 2.19%;
    width: 54.02%;
  }

  .desktop-portland-frame {
    left: 1.02%;
    top: 26.39%;
    width: 27.83%;
  }

  .desktop-schedule-frame {
    left: 73.06%;
    top: 26.36%;
    width: 26.72%;
  }

  .desktop-countdown-frame {
    left: 26.74%;
    top: 69.74%;
    width: 46.52%;
  }

  .desktop-rsvp-ribbon {
    left: 39.99%;
    top: 56.7%;
    width: 20.02%;
  }

  .desktop-recommendations-frame {
    left: 7.18%;
    top: 77.37%;
    width: 14.48%;
  }

  .desktop-names {
    left: 31.41%;
    top: 35.58%;
    width: 37.19%;
    height: calc(37.19cqw / 2.6738934);
  }

  .date {
    left: 50.25%;
    top: 28.8%;
  }

  .portland-title {
    left: 14.43%;
    top: 38.2%;
  }

  .portland-copy {
    left: 14.43%;
    top: 45.15%;
    width: 12.4%;
  }

  .recommendations {
    left: 7.18%;
    top: 77.37%;
    width: 14.48%;
  }

  .schedule-the {
    left: 86.4%;
    top: 34.19%;
  }

  .schedule-title {
    left: 86.4%;
    top: 38.2%;
  }

  .schedule-copy {
    left: 86.47%;
    top: 45.15%;
    width: 14.85%;
    gap: clamp(1.05rem, 2.2cqw, 1.85rem);
  }

  .party-details {
    width: 100%;
  }

  .rsvp {
    left: 39.99%;
    top: 56.7%;
    width: 20.02%;
    height: 6.35cqw;
  }

  .countdown-copy {
    left: 34.45%;
    top: 81.75%;
    width: 31.6%;
  }
}

@media (min-width: 801px) and (max-width: 1350px) {
  .date {
    font-size: clamp(1.05rem, 1.7cqw, 1.28rem);
  }

  .portland-title,
  .schedule-title {
    font-size: clamp(1.93rem, 3.95cqw, 3.03rem);
  }

  .portland-copy,
  .party-details,
  .ceremony-time,
  .reception-time,
  .reception-details {
    font-size: clamp(0.68rem, 1.05cqw, 0.9rem);
    line-height: 1.09;
  }

  .portland-copy {
    width: 13%;
  }

  .recommendations {
    font-size: clamp(0.62rem, 1.02cqw, 0.88rem);
  }

  .schedule-the {
    font-size: clamp(1rem, 1.7cqw, 1.28rem);
  }

  .party-date,
  .wedding-date {
    font-size: clamp(0.96rem, 1.45cqw, 1.14rem);
  }

  .party-details {
    width: 100%;
  }

  .schedule-group {
    gap: clamp(0.7rem, 1.35cqw, 1.05rem);
  }

  .schedule-group-wedding {
    gap: clamp(0.92rem, 1.5cqw, 1.18rem);
  }

  .schedule-events {
    gap: clamp(0.72rem, 1.45cqw, 1.08rem);
  }

  .schedule-event {
    gap: clamp(0.12rem, 0.34cqw, 0.3rem);
  }

  .party-details p:first-child,
  .ceremony-label,
  .reception-label {
    font-size: clamp(0.78rem, 1.55cqw, 1.16rem);
  }

  .ceremony-time,
  .reception-time,
  .reception-details {
    width: 100%;
  }

  .rsvp {
    font-size: clamp(0.82rem, 1.67cqw, 1.25rem);
    padding-top: 1.34cqw;
  }

  .rsvp::after {
    margin-top: 1.9cqw;
    font-size: clamp(0.55rem, 1.11cqw, 0.84rem);
  }

  .countdown-copy dd {
    font-size: clamp(1.35rem, 2.25cqw, 1.95rem);
  }

  .countdown-copy dt {
    font-size: clamp(0.43rem, 0.66cqw, 0.62rem);
    letter-spacing: 0.1em;
  }
}

@media (max-width: 800px) {
  .scene-desktop {
    display: none;
  }

  .scene-mobile {
    display: block;
    width: min(100vw, 430px);
    aspect-ratio: 393 / 1650;
  }

  .mobile-floral {
    left: 4.26%;
    top: 1.12%;
    width: 90.25%;
  }

  .mobile-names {
    left: 6.5%;
    top: 10.84%;
    width: 87.13%;
    height: calc(87.13cqw / 2.6738934);
    object-fit: contain;
  }

  .mobile-rsvp-ribbon {
    left: 23.77%;
    top: 19.19%;
    width: 49.44%;
    height: 10.35cqw;
    object-fit: fill;
  }

  .mobile-schedule-frame {
    left: 12.01%;
    top: 25.4%;
    width: 76.12%;
  }

  .mobile-portland-frame {
    left: 5.56%;
    top: 60%;
    width: 89.02%;
  }

  .mobile-recommendations-frame {
    left: 27.77%;
    top: 87.15%;
    width: 44.59%;
  }

  .mobile-date,
  .mobile-rsvp,
  .mobile-schedule-the,
  .mobile-schedule-title,
  .mobile-schedule-copy,
  .mobile-schedule-links,
  .mobile-portland-title,
  .mobile-portland-copy,
  .mobile-recommendations {
    position: absolute;
    margin: 0;
    color: var(--ink);
    text-align: center;
  }

  .mobile-date {
    left: 50%;
    top: 8.74%;
    transform: translateX(-50%);
    width: 60.12%;
    font-family: var(--mono);
    font-size: 3.78cqw;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 0.64;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-rsvp {
    left: 23.77%;
    top: 19.19%;
    z-index: 2;
    display: flex;
    width: 49.44%;
    height: 18.4cqw;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-top: 2.45cqw;
    background: transparent;
    color: var(--ink);
    font-family: var(--mono);
    font-size: 5.6cqw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 0.64;
    text-indent: 0;
    text-transform: uppercase;
    transition: color 160ms ease;
  }

  .mobile-rsvp::before {
    height: 10.35cqw;
  }

  .mobile-rsvp::after {
    content: "BY SEPT. 15";
    position: relative;
    z-index: 1;
    margin-top: 5.4cqw;
    font-size: 3.15cqw;
    letter-spacing: 0.04em;
    line-height: 0.64;
  }

  .mobile-schedule-the,
  .mobile-party-date,
  .mobile-wedding-date {
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 0.64;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-schedule-the {
    left: 49.38%;
    top: 30.18%;
    transform: translateX(-50%);
    font-size: 6.5cqw;
  }

  .mobile-schedule-title,
  .mobile-portland-title {
    z-index: 3;
    transform: translateX(-50%);
    font-family: var(--script);
    font-size: 15.5cqw;
    font-weight: 400;
    line-height: 0.64;
    pointer-events: none;
    white-space: nowrap;
  }

  .mobile-schedule-title {
    left: 49.38%;
    top: 32.36%;
  }

  .mobile-schedule-copy {
    left: 49.6%;
    top: 35.55%;
    display: flex;
    width: 55%;
    flex-direction: column;
    align-items: center;
    gap: 5.2cqw;
    transform: translateX(-50%);
  }

  .mobile-schedule-group,
  .mobile-schedule-events,
  .mobile-schedule-event {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .mobile-schedule-group {
    gap: 2.25cqw;
  }

  .mobile-schedule-group-wedding {
    gap: 2.55cqw;
  }

  .mobile-schedule-events {
    gap: 2.9cqw;
  }

  .mobile-schedule-event {
    gap: 0.6cqw;
  }

  .mobile-party-date {
    margin: 0;
    font-size: 5.35cqw;
  }

  .mobile-party-details,
  .mobile-ceremony-time,
  .mobile-reception-time,
  .mobile-reception-details {
    font-family: var(--body-serif);
    font-size: 3.9cqw;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.05;
  }

  .mobile-portland-copy {
    font-family: var(--body-serif);
    font-size: 4.85cqw;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.2;
  }

  .mobile-party-details {
    width: 100%;
  }

  .mobile-portland-copy p {
    margin: 0 0 1em;
  }

  .mobile-party-details p {
    margin: 0 0 0.32em;
  }

  .mobile-party-details p:last-child,
  .mobile-portland-copy p:last-child {
    margin-bottom: 0;
  }

  .mobile-wedding-date {
    margin: 0;
    font-size: 5.35cqw;
  }

  .mobile-ceremony-label,
  .mobile-reception-label {
    margin: 0;
    font-family: var(--mono);
    font-size: 3.9cqw;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.09;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-party-details p:first-child {
    font-family: var(--mono);
    font-size: 3.9cqw;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.09;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-ceremony-time {
    width: 100%;
    margin: 0;
  }

  .mobile-reception-time,
  .mobile-reception-details {
    width: 100%;
    margin: 0;
  }

  .mobile-schedule-links {
    left: 50%;
    top: 51.35%;
    z-index: 2;
    display: grid;
    width: 44.6%;
    gap: 2.2cqw;
    transform: translateX(-50%);
  }

  .mobile-schedule-button {
    position: relative;
    display: flex;
    aspect-ratio: 394 / 110;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    font-family: var(--mono);
    font-size: 3.88cqw;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 0.91;
    text-transform: uppercase;
    white-space: nowrap;
    transition: none;
  }

  .mobile-schedule-button::before,
  .mobile-schedule-button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mobile-schedule-button::before {
    background: url("/artwork/recommendations-frame.png") center / 100% 100% no-repeat;
  }

  .mobile-schedule-button::after {
    background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
    opacity: 0;
  }

  .mobile-schedule-button:hover::after,
  .mobile-schedule-button:focus-visible::after {
    opacity: 1;
  }

  .mobile-schedule-button span {
    position: relative;
    z-index: 1;
  }

  .mobile-portland-title {
    left: 50.07%;
    top: 66.91%;
  }

  .mobile-portland-copy {
    left: 50.07%;
    top: 78.7%;
    width: 43%;
    transform: translate(-50%, -50%);
  }

  .mobile-recommendations {
    left: 27.77%;
    top: 87.15%;
    display: flex;
    width: 44.59%;
    aspect-ratio: 394 / 110;
    align-items: center;
    justify-content: center;
    font-family: var(--mono);
    font-size: 3.88cqw;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 0.91;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .faq-scene-desktop {
    display: none;
  }

  .faq-back-button-desktop {
    display: none;
  }

  .faq-scene-mobile {
    display: block;
    width: min(100vw, 402px);
    aspect-ratio: 402 / 722;
  }

  .faq-mobile-overlay {
    position: absolute;
    left: -2.1%;
    top: -1.6%;
    z-index: 4;
    display: block;
    width: 108%;
    height: 103.3%;
    max-width: none;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
  }

  .faq-mobile-title {
    position: absolute;
    left: 50%;
    top: 24.2%;
    z-index: 5;
    display: block;
    color: var(--ink);
    font-family: var(--mono);
    font-size: 5.08cqw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 0.64;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .faq-scene-mobile .faq-scroll-copy {
    left: 25.6%;
    top: 27.35%;
    width: 49.5%;
    height: 64%;
    padding: 6.1cqw 0 18cqw;
  }

  .faq-scene-mobile .faq-scroll-copy h2 {
    margin-bottom: 3.63cqw;
    font-size: 13px;
    letter-spacing: 0.09em;
  }

  .faq-scene-mobile .faq-scroll-copy p {
    margin-bottom: 7.25cqw;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }

  .faq-frame-mobile {
    display: none;
    z-index: 4;
    left: 1.81%;
    top: 5.76%;
    width: 93.08%;
    height: 87.08%;
    object-fit: fill;
  }

  .faq-scene-mobile .faq-ribbon {
    display: none;
    left: 49.73%;
    top: 19.7%;
    width: 60.91%;
    aspect-ratio: 833 / 185;
  }

  .faq-mask-mobile-top {
    display: none;
    left: -14%;
    top: -3.69%;
    width: 130%;
    z-index: 3;
  }

  .faq-mask-mobile-bottom {
    display: none;
    left: 12.75%;
    top: 80.7%;
    width: 74.5%;
    z-index: 3;
  }

  .faq-scene-mobile .faq-cherub {
    display: none;
  }

  .faq-back-button-mobile {
    display: flex;
    width: min(44.6vw, 179px);
    margin: -1rem auto 2rem;
    font-size: clamp(0.95rem, 3.88vw, 1.05rem);
  }

  .scene-mobile {
    width: min(100vw, 402px);
    aspect-ratio: 402 / 1955;
  }

  .mobile-header-art {
    left: 11.61%;
    top: 1.53%;
    display: block;
    width: 75.41%;
    height: 8.98%;
    overflow: hidden;
  }

  .mobile-header-art img {
    position: absolute;
    left: -13.04%;
    top: -21.19%;
    display: block;
    width: 127.71%;
    height: 142.95%;
    max-width: none;
  }

  .mobile-floral {
    display: none;
  }

  .mobile-date {
    left: 50%;
    top: 11.64%;
    width: 51.24%;
    font-size: 4.98cqw;
  }

  .mobile-names {
    left: 7.12%;
    top: 13.45%;
    width: 84.4%;
    height: calc(84.4cqw / 2.6738934);
  }

  .mobile-rsvp-ribbon {
    left: 17.5%;
    top: 21.04%;
    width: 64.72%;
    height: 14.34cqw;
  }

  .mobile-rsvp {
    left: 17.5%;
    top: 21.04%;
    width: 64.72%;
    height: 20.25cqw;
    padding-top: 4.15cqw;
    font-size: 5.4cqw;
  }

  .mobile-rsvp::before {
    height: 14.34cqw;
  }

  .mobile-rsvp::after {
    margin-top: 5.86cqw;
    font-size: 3.6cqw;
  }

  .mobile-schedule-frame {
    left: 7.94%;
    top: 25.96%;
    width: 86.25%;
    height: 29.48%;
    object-fit: fill;
  }

  .mobile-schedule-title {
    left: 49.32%;
    top: 31.46%;
    font-size: 16.75cqw;
  }

  .mobile-schedule-copy {
    left: 50.95%;
    top: 35.56%;
    width: 51.15%;
    gap: 0;
    transform: translateX(-50%);
  }

  .mobile-schedule-group,
  .mobile-schedule-group-wedding {
    gap: 5.55cqw;
  }

  .mobile-schedule-group-wedding > .mobile-schedule-events {
    display: contents;
  }

  .mobile-schedule-events {
    gap: 7.05cqw;
  }

  .mobile-schedule-event {
    gap: 0.75cqw;
  }

  .mobile-wedding-date {
    font-size: 5.53cqw;
    letter-spacing: 0.1em;
  }

  .mobile-ceremony-label,
  .mobile-reception-label {
    font-size: 3.42cqw;
  }

  .mobile-ceremony-time,
  .mobile-reception-time,
  .mobile-reception-details {
    font-size: 3.48cqw;
    line-height: 1.09;
  }

  .mobile-schedule-links {
    display: contents;
  }

  .mobile-schedule-button {
    position: absolute;
    z-index: 2;
    height: 11.05cqw;
    aspect-ratio: auto;
    font-size: 4.16cqw;
  }

  .mobile-schedule-button:first-child {
    left: 31.32%;
    top: auto;
    bottom: 51.94%;
    width: 39.51%;
  }

  .mobile-schedule-button:last-child {
    left: 37.04%;
    top: auto;
    bottom: 49.41%;
    width: 28.06%;
  }

  .mobile-portland-frame {
    left: 7.94%;
    top: 55.97%;
    width: 89.8%;
    height: 29.78%;
    object-fit: fill;
  }

  .mobile-portland-title {
    left: 49.85%;
    top: 61.46%;
    font-size: 16.75cqw;
  }

  /* Give the script headings a full-width paint box. Mobile Safari can clip
     the final flourish when an absolutely positioned heading shrink-wraps. */
  .mobile-schedule-title,
  .mobile-portland-title {
    left: 0;
    z-index: 10;
    width: 100%;
    overflow: visible;
    padding-inline: 8cqw;
    transform: none;
  }

  .mobile-portland-copy {
    left: 50.47%;
    top: 64.94%;
    width: 40.92%;
    transform: translateX(-50%);
    font-size: 3.48cqw;
    line-height: 1.2;
  }

  .mobile-recommendations {
    left: 28.1%;
    top: 78.66%;
    z-index: 2;
    width: 46.73%;
    font-size: 4.16cqw;
    isolation: isolate;
  }

  .mobile-recommendations span {
    position: relative;
    z-index: 1;
  }

  .mobile-recommendations-frame {
    display: none;
  }

  .mobile-recommendations::before,
  .mobile-recommendations::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mobile-recommendations::before {
    background: url("/artwork/recommendations-frame.png") center / 100% 100% no-repeat;
  }

  .mobile-recommendations::after {
    background: url("/artwork/recommendations-hover.png") center / 100% 100% no-repeat;
    opacity: 0;
  }

  .mobile-recommendations:hover::after,
  .mobile-recommendations:focus-visible::after {
    opacity: 1;
  }

  .mobile-countdown-frame {
    position: absolute;
    left: 7.94%;
    top: 86.27%;
    display: block;
    width: 86.25%;
    height: 12.36%;
    pointer-events: none;
  }

  .mobile-countdown-frame::before,
  .mobile-countdown-frame::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: url("/artwork/schedule-frame.png") top center / 100% 476.93% no-repeat;
  }

  .mobile-countdown-frame::before {
    top: 0;
  }

  .mobile-countdown-frame::after {
    bottom: 0;
    transform: scaleY(-1);
  }

  .mobile-countdown-copy {
    position: absolute;
    left: 27.71%;
    top: 91.76%;
    display: grid;
    width: 45.48%;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    color: var(--ink);
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-countdown-copy div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.18cqw;
    min-width: 0;
  }

  .mobile-countdown-copy dd,
  .mobile-countdown-copy dt {
    margin: 0;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-countdown-copy dd {
    font-family: var(--serif);
    font-size: 5.82cqw;
    letter-spacing: 0.15em;
  }

  .mobile-countdown-copy dt {
    font-family: var(--mono);
    font-size: 2.19cqw;
    letter-spacing: 0.12em;
  }

  .faq-scene-mobile .faq-scroll-copy {
    left: 25.6%;
    top: 27.35%;
    width: 49.5%;
    height: 64%;
    padding: 6.1cqw 0 18cqw;
  }

  .faq-mask-mobile-top {
    left: -14%;
    top: -3.69%;
    width: 130%;
  }

  .faq-mask-mobile-bottom {
    left: 12.75%;
    top: 80.7%;
    width: 74.5%;
  }

  .faq-scene-mobile .faq-ribbon {
    top: 20.1%;
  }
}

@media (max-width: 640px) {
  .rsvp-page {
    place-items: start center;
    min-height: 100svh;
    padding: 0;
  }

  .rsvp-card {
    width: min(100vw, 402px);
    max-width: none;
    aspect-ratio: 402 / 722;
  }

  .rsvp-frame:not(.rsvp-frame-mobile) {
    display: none;
  }

  .rsvp-game-hotspot {
    display: none;
  }

  .rsvp-frame-mobile {
    display: block;
    left: 1.81%;
    top: 5.76%;
    width: 93.08%;
    height: 87.08%;
    object-fit: fill;
  }

  .rsvp-card[data-rsvp-mode="form"] .rsvp-frame-mobile-form,
  .rsvp-card[data-rsvp-mode="yes"] .rsvp-frame-mobile-yes,
  .rsvp-card[data-rsvp-mode="no"] .rsvp-frame-mobile-no {
    opacity: 1;
  }

  .rsvp-ribbon {
    left: 49.39%;
    top: 20.1%;
    width: 60.91%;
    aspect-ratio: 245 / 55;
  }

  .rsvp-ribbon-desktop,
  .rsvp-submit-desktop {
    display: none;
  }

  .rsvp-ribbon-mobile,
  .rsvp-submit-mobile {
    display: block;
  }

  .rsvp-ribbon span {
    font-size: 5.08cqw;
    transform: translateY(-0.14em);
  }

  .rsvp-form {
    top: 30.69%;
    width: 46.44%;
  }

  .rsvp-result {
    top: 30.69%;
    width: 52.85%;
    transform: translateX(-50%);
  }

  .rsvp-result-date {
    display: block;
    margin: 0 0 26.55cqw;
    font-family: var(--mono);
    font-size: 3.48cqw;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 0.64;
    text-align: center;
    text-transform: uppercase;
  }

  .rsvp-result h2 {
    margin: 0 0 3.95cqw;
    font-size: 10.98cqw;
    line-height: 0.64;
  }

  .rsvp-result[data-rsvp-response="no"] h2 {
    font-size: 10.98cqw;
  }

  .rsvp-result [data-rsvp-result-copy] {
    font-size: 3.48cqw;
    letter-spacing: 0.03em;
    line-height: 1.09;
  }

  .rsvp-form-date {
    margin-bottom: 12.82cqw;
    font-size: 3.48cqw;
    line-height: 0.64;
  }

  .rsvp-field {
    gap: 1.32cqw;
    margin-bottom: 2.78cqw;
  }

  .rsvp-field:nth-of-type(2) {
    margin-bottom: 3.66cqw;
  }

  .rsvp-field:last-of-type {
    margin-bottom: 17.94cqw;
  }

  .rsvp-form label {
    font-size: 2.82cqw;
    line-height: 1.09;
  }

  .rsvp-status {
    margin-top: 1cqw;
    font-size: 2.6cqw;
  }

  .rsvp-form input,
  .rsvp-form select {
    min-height: 7.34cqw;
    border-width: 0.71px;
    border-radius: 4.26px;
    padding: 0.58cqw 2.2cqw;
    font-size: 3.53cqw;
    letter-spacing: 0.09em;
  }

  .rsvp-form select {
    background-position: calc(100% - 2.35cqw) 50%, calc(100% - 1.55cqw) 50%;
    background-size: 0.7cqw 0.7cqw;
  }

  .rsvp-form button {
    width: 76.2%;
    aspect-ratio: 143 / 40;
    font-size: 4.23cqw;
    letter-spacing: 0.03em;
  }

  .rsvp-back-site {
    top: 70.8%;
    width: 56.6%;
    font-size: 3.28cqw;
  }

  .responses-page {
    padding: 2rem 0.85rem;
  }

  .responses-header {
    gap: 0.6rem;
  }

  .responses-header p {
    font-size: 3.3rem;
  }

  .responses-header h1 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .responses-actions a,
  .responses-actions button {
    flex: 1 1 100%;
    text-align: center;
  }

  .responses-summary {
    grid-template-columns: 1fr;
  }

  .responses-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .responses-summary dd {
    margin-top: 0;
    font-size: 2.2rem;
  }

  .game-page {
    padding: 0.9rem;
  }

  .game-actions {
    display: grid;
    justify-items: center;
  }

  .game-button {
    width: min(74vw, 250px);
  }
}

@media (max-width: 800px), (pointer: coarse) {
  .game-page {
    padding: 0.9rem;
  }

  .game-shell {
    display: none;
  }

  .game-mobile-block {
    display: grid;
  }

  .cherub-game-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-reveal .fade-reveal,
  .fade-reveal {
    opacity: 1;
    animation: none;
    clip-path: inset(0 0 0 0);
    transition: none;
    translate: 0 0;
  }

  .names-flourish {
    display: none;
  }
}

.rsvp:hover,
.rsvp:focus-visible,
.mobile-rsvp:hover,
.mobile-rsvp:focus-visible,
.recommendations:hover,
.recommendations:focus-visible,
.mobile-recommendations:hover,
.mobile-recommendations:focus-visible {
  color: var(--sky) !important;
}
