:root {
  --desk: #263a37;
  --desk-dark: #182724;
  --paper: #eee2b8;
  --paper-light: #f5eac5;
  --paper-shadow: #c6b886;
  --ink: #242b29;
  --ink-soft: rgba(36, 43, 41, 0.68);
  --post-red: #9c3f37;
  --stamp-blue: #315e6d;
  --mustard: #d6c476;
  --line: rgba(36, 43, 41, 0.28);
  --reverse-line: rgba(245, 234, 197, 0.24);
  --type: "Courier Prime", "Courier New", Courier, monospace;
  --display: "Rockwell", "Roboto Slab", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--desk-dark);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--desk-dark);
  color: var(--ink);
  font-family: var(--type);
  letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
  font-family: var(--type);
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--mustard);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--mustard);
  color: var(--desk-dark);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 78px);
  border-bottom: 2px solid var(--ink);
  color: var(--ink);
}

.site-header > a {
  width: max-content;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  gap: 34px;
}

.site-header nav a,
.site-header > p {
  margin: 0;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a {
  padding: 12px 0;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover {
  border-color: currentColor;
}

.site-header > p {
  justify-self: end;
}

.paper-roll {
  width: min(1540px, calc(100% - 42px));
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.42);
}

.telegram-hero {
  position: relative;
  min-height: min(920px, 92svh);
  display: grid;
  align-content: center;
  overflow: hidden;
  padding: 116px clamp(28px, 7vw, 116px) 92px;
  border-right: 10px dotted var(--paper-shadow);
  border-left: 10px dotted var(--paper-shadow);
  background: var(--paper);
}

.telegram-hero::before,
.telegram-hero::after {
  content: "";
  position: absolute;
  background: var(--ink);
  opacity: 0.12;
}

.telegram-hero::before {
  top: 38%;
  right: 0;
  left: 0;
  height: 1px;
}

.telegram-hero::after {
  top: 70px;
  bottom: 0;
  left: 74%;
  width: 1px;
}

.hero-registration {
  position: absolute;
  top: 94px;
  right: clamp(28px, 7vw, 116px);
  left: clamp(28px, 7vw, 116px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  font-size: 9px;
  text-transform: uppercase;
}

.hero-registration span:nth-child(2) {
  color: var(--post-red);
}

.hero-registration span:last-child {
  text-align: right;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1050px;
}

.eyebrow,
.form-code,
.dispatch-meta,
.address-notes span,
.notes-grid > article > span,
.rsvp-form label,
.rsvp-form legend {
  font-size: 10px;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  font-weight: 700;
}

.telegram-hero h1 {
  width: max-content;
  max-width: 100%;
  margin: 30px 0 44px;
  padding: 8px 16px 5px;
  background: var(--ink);
  color: var(--paper-light);
  font: 900 112px/0.9 var(--display);
  text-transform: uppercase;
}

.typed-message {
  max-width: 920px;
  min-height: 4.2em;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
}

.typed-message.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.58em;
  height: 1.05em;
  margin-left: 5px;
  background: var(--post-red);
  vertical-align: -0.16em;
  animation: cursor-blink 700ms steps(1, end) infinite;
}

.hero-date {
  position: absolute;
  z-index: 3;
  right: 8%;
  bottom: 16%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 4px double var(--stamp-blue);
  color: var(--stamp-blue);
  transform: rotate(-4deg);
}

.hero-date > span {
  font: 900 64px/0.8 var(--display);
}

.hero-date div {
  display: grid;
}

.hero-date strong {
  font-size: 19px;
}

.hero-date small {
  font-size: 12px;
}

.hero-route {
  position: absolute;
  right: 34%;
  bottom: 24px;
  left: 10%;
  display: grid;
  grid-template-columns: auto 1fr 38px 1fr auto;
  gap: 12px;
  align-items: center;
  color: var(--ink-soft);
  font-size: 9px;
}

.hero-route i {
  border-top: 1px dashed var(--ink);
}

.hero-route b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.hero-stamp {
  position: absolute;
  top: 20%;
  right: 6%;
  width: 160px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 3px double var(--post-red);
  border-radius: 50%;
  color: var(--post-red);
  text-align: center;
  transform: rotate(12deg);
  opacity: 0.83;
}

.hero-stamp::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed currentColor;
  border-radius: 50%;
}

.hero-stamp span {
  font-size: 9px;
}

.hero-stamp strong {
  margin: 9px 0;
  font: 900 23px/0.9 var(--display);
}

.hero-stamp i {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.hero-next {
  position: absolute;
  right: clamp(28px, 7vw, 116px);
  bottom: 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-next span {
  display: inline;
}

.invitation {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 6vw;
  padding: clamp(82px, 10vw, 150px) clamp(26px, 7vw, 116px);
  border-top: 2px dashed var(--ink);
  background: var(--paper-light);
}

.form-code {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
}

.form-code span {
  color: var(--post-red);
}

.form-code strong {
  font-size: 10px;
}

.form-code-light {
  color: var(--paper-light);
}

.form-code-light span {
  color: var(--mustard);
}

.invitation-copy {
  max-width: 790px;
}

.invitation h2,
.program h2,
.place h2,
.notes h2,
.rsvp h2 {
  margin: 0;
  font: 900 76px/0.94 var(--display);
  text-transform: uppercase;
}

.invitation-copy h2 {
  margin: 28px 0 42px;
}

.invitation-copy > p:not(.eyebrow, .signed) {
  max-width: 630px;
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.signed {
  width: max-content;
  margin: 40px 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  color: var(--post-red);
  font-size: 18px;
  font-weight: 700;
  transform: rotate(-2deg);
}

.receipt-station {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) 1fr;
  gap: 6vw;
  align-items: start;
  margin-top: 70px;
  padding-top: 36px;
  border-top: 2px dashed var(--ink);
}

.receipt-toggle {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.stamp-face {
  position: relative;
  flex: 0 0 94px;
  width: 94px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 3px double var(--post-red);
  border-radius: 50%;
  color: var(--post-red);
  text-align: center;
  transition: transform 500ms ease;
}

.stamp-face::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed var(--post-red);
  border-radius: 50%;
}

.stamp-face b,
.stamp-face i {
  position: relative;
  z-index: 1;
}

.stamp-face b {
  font: 900 26px/1 var(--display);
}

.stamp-face i {
  font-size: 10px;
  font-style: normal;
}

.receipt-toggle[aria-expanded="true"] .stamp-face {
  transform: rotate(-16deg);
}

.dispatch-receipt {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ink);
  background: var(--paper);
  transform-origin: top;
  animation: receipt-open 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.dispatch-receipt::before,
.dispatch-receipt::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 8px;
  background-size: 8px 12px;
  background-image: radial-gradient(circle, var(--paper-light) 3px, transparent 4px);
}

.dispatch-receipt::before {
  left: -5px;
}

.dispatch-receipt::after {
  right: -5px;
}

.dispatch-receipt[hidden] {
  display: none;
}

.dispatch-receipt div {
  min-width: 0;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
}

.dispatch-receipt div:nth-child(4) {
  border-right: 0;
}

.dispatch-receipt div span {
  display: block;
  margin-bottom: 9px;
  color: var(--ink-soft);
  font-size: 8px;
  text-transform: uppercase;
}

.dispatch-receipt div strong {
  font-size: 14px;
}

.dispatch-receipt > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 16px;
  border-top: 1px dashed var(--ink);
  color: var(--post-red);
  font-size: 9px;
}

.program {
  padding: clamp(82px, 10vw, 150px) clamp(26px, 7vw, 116px);
  background: var(--desk);
  color: var(--paper-light);
}

.program-heading {
  display: grid;
  grid-template-columns: 0.42fr 1fr 0.55fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 80px;
}

.program-heading > p {
  margin: 0;
  color: rgba(245, 234, 197, 0.65);
  font-size: 12px;
  line-height: 1.7;
}

.dispatch-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--reverse-line);
  list-style: none;
}

.dispatch-list li {
  display: grid;
  grid-template-columns: 0.42fr 1fr 42px;
  gap: 6vw;
  align-items: center;
  min-height: 176px;
  padding: 26px 0;
  border-bottom: 1px solid var(--reverse-line);
}

.dispatch-meta {
  display: grid;
  gap: 16px;
  color: var(--mustard);
}

.dispatch-meta time {
  color: var(--paper-light);
  font: 900 34px/1 var(--display);
}

.dispatch-list h3 {
  margin: 0 0 12px;
  font: 900 34px/1 var(--display);
}

.dispatch-list p {
  margin: 0;
  color: rgba(245, 234, 197, 0.64);
  font-size: 11px;
  line-height: 1.6;
  text-transform: uppercase;
}

.dispatch-list li > b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--mustard);
  border-radius: 50%;
  color: var(--mustard);
}

.place {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 8vw;
  align-items: center;
  padding: clamp(82px, 10vw, 150px) clamp(26px, 7vw, 116px);
  overflow: hidden;
  border-bottom: 2px dashed var(--ink);
  background: var(--paper);
}

.address-label {
  position: relative;
  z-index: 2;
  padding: 48px;
  border: 3px double var(--ink);
}

.address-label > p {
  margin: 0 0 26px;
  color: var(--post-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.address-label h2 {
  max-width: 720px;
  font-size: 62px;
}

.address-label address {
  margin-top: 42px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  text-transform: uppercase;
}

.address-notes {
  position: relative;
  z-index: 2;
  border-top: 2px solid var(--ink);
}

.address-notes div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.address-notes span {
  color: var(--post-red);
  font-weight: 700;
}

.address-notes p {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}

.postal-mark {
  position: absolute;
  right: -70px;
  bottom: -86px;
  width: 300px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 8px double var(--stamp-blue);
  border-radius: 50%;
  color: var(--stamp-blue);
  text-align: center;
  transform: rotate(-13deg);
  opacity: 0.16;
}

.postal-mark span,
.postal-mark i {
  font-size: 18px;
  font-style: normal;
}

.postal-mark strong {
  font: 900 104px/0.8 var(--display);
}

.notes {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 6vw;
  padding: clamp(82px, 10vw, 150px) clamp(26px, 7vw, 116px);
  background: var(--paper-light);
}

.notes-title h2 {
  margin-top: 56px;
}

.notes-grid {
  border-top: 2px solid var(--ink);
}

.notes-grid article {
  display: grid;
  grid-template-columns: 120px minmax(180px, 0.55fr) 1fr;
  gap: 30px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.notes-grid > article > span {
  color: var(--post-red);
  font-weight: 700;
}

.notes-grid h3 {
  margin: 0;
  font: 900 27px/1 var(--display);
}

.notes-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}

.swatches {
  grid-column: 3;
  display: flex;
  gap: 9px;
  margin-top: 4px;
}

.swatches i {
  width: 38px;
  height: 22px;
  border: 1px solid var(--ink);
  background: var(--swatch);
}

.rsvp {
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  gap: 7vw;
  padding: clamp(82px, 10vw, 150px) clamp(26px, 7vw, 116px);
  background: var(--post-red);
  color: var(--paper-light);
}

.rsvp-heading h2 {
  margin: 52px 0 34px;
}

.rsvp-heading > p {
  max-width: 390px;
  margin: 0;
  color: rgba(245, 234, 197, 0.72);
  font-size: 12px;
  line-height: 1.7;
}

.rsvp-form {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 28px 18px;
  align-self: start;
  padding: 28px;
  border: 2px solid var(--paper-light);
}

.telegram-field {
  display: grid;
  gap: 9px;
}

.field-name,
.field-wide,
.rsvp-form fieldset,
.rsvp-form button,
.form-status {
  grid-column: 1 / -1;
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(245, 234, 197, 0.6);
  border-radius: 0;
  background: transparent;
  color: var(--paper-light);
  font-size: 13px;
  text-transform: uppercase;
}

.rsvp-form input::placeholder,
.rsvp-form textarea::placeholder {
  color: rgba(245, 234, 197, 0.48);
}

.rsvp-form input:focus,
.rsvp-form select:focus,
.rsvp-form textarea:focus {
  border-bottom-color: var(--mustard);
}

.rsvp-form select {
  color-scheme: dark;
}

.rsvp-form textarea {
  resize: vertical;
}

.rsvp-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rsvp-form legend {
  margin-bottom: 12px;
}

.rsvp-form fieldset label {
  position: relative;
}

.rsvp-form fieldset input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rsvp-form fieldset span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--paper-light);
  cursor: pointer;
  text-align: center;
}

.rsvp-form fieldset input:checked + span {
  background: var(--paper-light);
  color: var(--post-red);
}

.rsvp-form fieldset input:focus-visible + span {
  outline: 3px solid var(--mustard);
  outline-offset: 3px;
}

.rsvp-form button {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: var(--paper-light);
  color: var(--post-red);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.rsvp-form button:hover {
  background: var(--mustard);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--mustard);
  font-size: 11px;
  line-height: 1.5;
}

footer {
  min-height: 138px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(22px, 5vw, 78px);
  background: var(--desk-dark);
  color: var(--paper);
}

footer a {
  font-weight: 700;
  text-decoration: none;
}

footer p,
footer span {
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
}

footer span {
  justify-self: end;
  color: var(--mustard);
}

.js:not(.is-static-render) .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js:not(.is-static-render) .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes cursor-blink {
  50% { opacity: 0; }
}

@keyframes receipt-open {
  from {
    opacity: 0;
    transform: rotateX(-75deg) translateY(-16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 930px) {
  .paper-roll {
    width: calc(100% - 22px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding-inline: 22px;
  }

  .site-header nav {
    display: none;
  }

  .site-header > p {
    font-size: 8px;
  }

  .telegram-hero {
    min-height: max(720px, 90svh);
    padding: 104px 22px 84px;
    border-right-width: 6px;
    border-left-width: 6px;
  }

  .hero-registration {
    top: 80px;
    right: 22px;
    left: 22px;
  }

  .hero-registration span:nth-child(2) {
    display: none;
  }

  .telegram-hero h1 {
    font-size: 68px;
  }

  .typed-message {
    max-width: 720px;
    font-size: 20px;
  }

  .hero-stamp {
    top: auto;
    right: 28px;
    bottom: 18%;
    width: 118px;
  }

  .hero-date {
    right: auto;
    bottom: 20%;
    left: 28px;
  }

  .hero-date > span {
    font-size: 48px;
  }

  .hero-route {
    display: none;
  }

  .invitation,
  .program,
  .place,
  .notes,
  .rsvp {
    padding: 72px 24px;
  }

  .invitation {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .invitation h2,
  .program h2,
  .place h2,
  .notes h2,
  .rsvp h2 {
    font-size: 58px;
  }

  .receipt-station {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 24px;
  }

  .receipt-toggle {
    width: max-content;
    max-width: 100%;
  }

  .program-heading,
  .place,
  .notes,
  .rsvp {
    grid-template-columns: 1fr;
  }

  .program-heading {
    gap: 42px;
  }

  .dispatch-list li {
    grid-template-columns: 150px 1fr 42px;
    gap: 28px;
  }

  .address-label {
    padding: 36px;
  }

  .address-label h2 {
    font-size: 50px;
  }

  .notes {
    gap: 62px;
  }

  .notes-title h2 {
    margin-top: 40px;
  }

  .rsvp {
    gap: 58px;
  }
}

@media (max-width: 600px) {
  .paper-roll {
    width: 100%;
  }

  .site-header {
    padding-inline: 16px;
  }

  .site-header > p {
    max-width: 130px;
    text-align: right;
  }

  .telegram-hero {
    min-height: max(700px, 89svh);
    padding-inline: 16px;
  }

  .hero-registration {
    right: 16px;
    left: 16px;
  }

  .telegram-hero h1 {
    width: 100%;
    margin-top: 24px;
    padding: 8px 9px 6px;
    font-size: 43px;
    text-align: center;
  }

  .typed-message {
    min-height: 7em;
    font-size: 17px;
    line-height: 1.46;
  }

  .hero-date {
    bottom: 15%;
    left: 20px;
    border-width: 3px;
  }

  .hero-date > span {
    font-size: 39px;
  }

  .hero-stamp {
    right: 15px;
    bottom: 13%;
    width: 102px;
  }

  .hero-next {
    right: 16px;
  }

  .invitation,
  .program,
  .place,
  .notes,
  .rsvp {
    padding: 64px 16px;
  }

  .invitation > *,
  .program > *,
  .place > *,
  .notes > *,
  .rsvp > *,
  .invitation-copy,
  .form-code,
  .receipt-station,
  .address-label,
  .address-notes {
    min-width: 0;
    max-width: 100%;
  }

  .invitation h2,
  .program h2,
  .place h2,
  .notes h2,
  .rsvp h2 {
    font-size: 38px;
    overflow-wrap: anywhere;
  }

  .dispatch-receipt {
    grid-template-columns: 1fr 1fr;
  }

  .dispatch-receipt div:nth-child(2) {
    border-right: 0;
  }

  .dispatch-receipt div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .dispatch-list li {
    grid-template-columns: 1fr 34px;
    gap: 20px;
    min-height: 0;
    padding: 34px 0;
  }

  .dispatch-meta {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .dispatch-meta time {
    font-size: 28px;
  }

  .dispatch-list h3 {
    font-size: 27px;
  }

  .dispatch-list li > b {
    width: 34px;
    height: 34px;
  }

  .address-label {
    padding: 26px 18px;
  }

  .address-label h2 {
    font-size: 36px;
  }

  .postal-mark {
    right: -72px;
    width: 200px;
  }

  .notes-grid article {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .swatches {
    grid-column: 1;
    flex-wrap: wrap;
  }

  .rsvp-form {
    grid-template-columns: 1fr;
    padding: 20px 14px;
  }

  .telegram-field,
  .field-name,
  .field-wide,
  .rsvp-form fieldset,
  .rsvp-form button,
  .form-status {
    grid-column: 1;
  }

  .rsvp-form fieldset {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr auto;
    padding-inline: 16px;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.is-static-render *,
.is-static-render *::before,
.is-static-render *::after {
  animation: none !important;
  transition: none !important;
}
