/* ============================================================
   Sarah & Samuel – Coming Soon
   Stil: klassische Hochzeitspapeterie – Elfenbein, Bordeaux,
   Terrakotta, Gold und Salbei. Nur Systemschriften, keine
   externen Ressourcen.
   ============================================================ */

:root {
  color-scheme: light;
  --cream: #f2eadf;
  --paper: #fbf6ec;
  --beige: #e6d7c5;
  --blush: #c9a09a;
  --rust: #9a4f40;
  --bordeaux: #6f3639;
  --gold: #a9895e;
  --sage: #838d6e;
  --ink: #40312a;
  --muted: #7a665b;
  --line: rgba(79, 58, 49, .16);
  --frame: rgba(111, 54, 57, .14);
  --shadow: 0 24px 80px rgba(92, 68, 56, .13);
  --display: Didot, "Didot LT STD", "Bodoni MT", "Cormorant Garamond", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html { min-width: 320px; background: var(--cream); }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(201, 160, 154, .16), transparent 26rem),
    radial-gradient(circle at 90% 94%, rgba(154, 79, 64, .09), transparent 29rem),
    linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 44%),
    var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

/* Papierkorn über allem, sehr dezent. */
body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .1;
  content: "";
  background-image: url("../images/paper-texture-placeholder.svg");
  background-size: 220px 220px;
  mix-blend-mode: multiply;
}

/* Sanfte Vignette wie bei gedrucktem Karton. */
body::after {
  position: fixed;
  inset: 0;
  z-index: 19;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 10rem rgba(92, 68, 56, .05);
}

button, a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button { font: inherit; }

:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 4px;
}

/* ------------------------------------------------------------
   Bühne mit doppeltem Zierrahmen
   ------------------------------------------------------------ */

.page-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  min-height: 100svh;
  padding:
    max(1.05rem, env(safe-area-inset-top))
    max(1.05rem, env(safe-area-inset-right))
    max(.9rem, env(safe-area-inset-bottom))
    max(1.05rem, env(safe-area-inset-left));
  overflow: hidden;
}

/* Äussere und innere Hairline – wie eine klassische Einladungskarte. */
.page-shell::before {
  position: absolute;
  inset: .5rem;
  z-index: -1;
  border: 1px solid var(--frame);
  pointer-events: none;
  content: "";
}
.page-shell::after {
  position: absolute;
  inset: calc(.5rem + 4px);
  z-index: -1;
  border: 1px solid rgba(169, 137, 94, .22);
  pointer-events: none;
  content: "";
}

/* Weiche Aquarell-Inseln im Hintergrund. */
.wash {
  position: absolute;
  z-index: -3;
  width: min(42vw, 34rem);
  aspect-ratio: 1;
  border-radius: 46% 54% 66% 34% / 49% 42% 58% 51%;
  filter: blur(2px);
}
.wash--left { top: -21rem; left: -15rem; background: rgba(201, 160, 154, .17); transform: rotate(18deg); }
.wash--right { right: -19rem; bottom: -21rem; background: rgba(154, 79, 64, .09); transform: rotate(-24deg); }

/* Eukalyptus-Zweige */
.botanical {
  position: absolute;
  z-index: -2;
  width: clamp(7.5rem, 26vw, 9.5rem);
  color: var(--sage);
  opacity: .3;
}
.botanical--left { bottom: -3.5rem; left: -1.75rem; transform: rotate(-8deg); }
.botanical--right { display: none; top: -3.5rem; right: -1.75rem; transform: rotate(172deg); }

.sprig-stem {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}
.sprig-leaf { fill: currentColor; }
.sprig-leaf circle { fill-opacity: .34; }
.sprig-leaf circle:nth-child(odd) { fill-opacity: .5; }
.sprig-berry { fill: var(--blush); fill-opacity: .8; }

/* ------------------------------------------------------------
   Kopfbereich: Monogramm im doppelten Kreis
   ------------------------------------------------------------ */

.site-header { display: flex; justify-content: center; align-items: center; min-height: 3rem; }

.monogram {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(111, 54, 57, .3);
  border-radius: 50%;
  outline: 1px solid rgba(169, 137, 94, .35);
  outline-offset: 3px;
  color: var(--bordeaux);
  font: 500 .8rem/1 var(--display);
  letter-spacing: .05em;
}
.monogram::before, .monogram::after {
  position: absolute;
  width: clamp(3.25rem, 7vw, 7.5rem);
  height: 1px;
  content: "";
  background: linear-gradient(to right, transparent, rgba(169, 137, 94, .55));
}
.monogram::before { margin-right: clamp(7rem, 15vw, 16rem); }
.monogram::after { margin-left: clamp(7rem, 15vw, 16rem); transform: rotate(180deg); }
.monogram__amp { margin: 0 -.05rem; color: var(--gold); font-size: .6rem; font-style: italic; }

.moon { display: none; position: absolute; right: clamp(1.2rem, 4vw, 4.5rem); color: var(--gold); font: 1.25rem/1 var(--serif); }

/* ------------------------------------------------------------
   Held: Namen und Botschaft
   ------------------------------------------------------------ */

.main-content {
  align-self: center;
  display: grid;
  justify-items: center;
  width: min(100%, 64rem);
  margin: 0 auto;
  padding: 1.15rem 0 clamp(.65rem, 1.4vh, 1.1rem);
  text-align: center;
}

.hero { position: relative; width: 100%; }
.hero::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(58vw, 30rem);
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(251, 246, 236, .8), transparent 70%);
  transform: translate(-50%, -54%);
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  margin: 0 0 .65rem;
  color: var(--rust);
  font-size: .63rem;
  font-weight: 650;
  letter-spacing: .38em;
  text-indent: .38em;
  text-transform: uppercase;
}
.eyebrow::before, .eyebrow::after {
  width: 1.9rem;
  height: 1px;
  content: "";
  background: linear-gradient(to right, transparent, var(--gold));
}
.eyebrow::after { transform: rotate(180deg); }

.names {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 .18rem;
  margin: 0;
  color: var(--bordeaux);
  font: 400 clamp(2.7rem, 12.8vw, 3.3rem)/.95 var(--display);
  letter-spacing: -.02em;
  text-wrap: balance;
}

.name-trigger {
  padding: .08em .03em .16em;
  border: 0;
  border-bottom: 1px solid transparent;
  color: inherit;
  background: none;
  cursor: pointer;
  transition: color .35s ease, border-color .35s ease, transform .5s cubic-bezier(.22, 1, .36, 1);
}
.name-trigger:active { color: var(--rust); transform: translateY(-.03em); }

.ampersand {
  position: relative;
  top: -.06em;
  margin-inline: .03em;
  color: var(--gold);
  font-family: Baskerville, var(--display);
  font-size: .55em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.lead {
  margin: .85rem 0 0;
  color: var(--ink);
  font: italic 400 1.05rem/1.3 var(--display);
  letter-spacing: .015em;
}

/* ------------------------------------------------------------
   Lade-Bühne: Ringe
   ------------------------------------------------------------ */

.preparations { width: min(100%, 36rem); margin-top: 1.25rem; }

.loader-stage { position: relative; display: grid; place-items: center; }

.ring-loader {
  display: grid;
  place-items: center;
  width: 7.5rem;
  aspect-ratio: 3 / 2;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--bordeaux);
  background: radial-gradient(circle, rgba(201, 160, 154, .12), transparent 68%);
  cursor: pointer;
  transition: filter .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}
.ring-loader svg { width: 100%; overflow: visible; fill: none; stroke-linecap: round; }
.loader-ring { transform-box: fill-box; transform-origin: center; fill: rgba(251, 246, 236, .16); stroke-width: 2.4; }
.loader-ring--one { stroke: var(--gold); animation: loader-ring-one 4.8s ease-in-out infinite; }
.loader-ring--two { stroke: var(--bordeaux); animation: loader-ring-two 4.8s ease-in-out infinite; }
.ring-loader:active { transform: scale(1.02); }
.ring-loader.is-enchanted { color: #b57462; filter: drop-shadow(0 0 12px rgba(201, 160, 154, .85)); }
.ring-loader.is-enchanted svg { animation: ring-glow .8s ease-in-out 3 alternate; }
.loader-spark { stroke: var(--gold); stroke-width: 1.3; transform-box: fill-box; transform-origin: center; animation: spark 4.8s ease-in-out infinite; }
.loader-spark--two { animation-delay: -2.4s; }

/* ------------------------------------------------------------
   Vorbereitungs-Karte: feine Linien statt Kasten
   ------------------------------------------------------------ */

.task-card {
  position: relative;
  display: block;
  width: min(100%, 31rem);
  margin: clamp(.9rem, 1.9vh, 1.3rem) auto 0;
  padding: .82rem 0 .9rem;
  overflow: visible;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}
/* Kleine Raute auf der oberen Linie – Echo der Ornamente. */
.task-card::before {
  position: absolute;
  top: -3.5px;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid var(--gold);
  background: var(--cream);
  transform: translateX(-50%) rotate(45deg);
}

.task-content {
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  column-gap: .8rem;
  align-items: center;
}

.symbol-list { position: relative; width: 2.9rem; height: 2.9rem; }
.symbol {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 2.9rem;
  min-width: 44px;
  height: 2.9rem;
  padding: .68rem;
  border: 1px solid rgba(111, 54, 57, .2);
  border-radius: 50%;
  color: var(--bordeaux);
  background: rgba(251, 246, 236, .3);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(.45rem) scale(.78);
  transition: opacity .45s ease, transform .55s cubic-bezier(.22, 1, .36, 1), background-color .3s ease, visibility 0s linear .45s;
}
.symbol svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.symbol.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
.symbol.is-active:active { color: var(--rust); background: rgba(201, 160, 154, .16); }
.symbol--rings svg { overflow: visible; }
.ring { transform-box: fill-box; transform-origin: center; }

.message-frame { display: grid; align-items: center; min-height: 3.25rem; }
.preparation-message {
  grid-area: 1 / 1;
  width: 100%;
  margin: 0;
  color: var(--ink);
  font: 400 .88rem/1.5 var(--serif);
  letter-spacing: .006em;
  text-wrap: balance;
  transition: opacity .45s ease, transform .45s ease;
}
.preparation-message.is-changing { opacity: 0; transform: translateY(.35rem); }

/* ------------------------------------------------------------
   Ornament und Ausblick
   ------------------------------------------------------------ */

.more-info { margin-top: clamp(.7rem, 1.4vh, 1rem); }
.ornament { display: flex; justify-content: center; margin-bottom: .5rem; color: var(--gold); }
.ornament svg { width: clamp(9.5rem, 24vw, 12.5rem); overflow: visible; }
.ornament__line { stroke: currentColor; stroke-width: 1; stroke-linecap: round; opacity: .55; }
.ornament__dot { fill: currentColor; opacity: .55; }
.ornament__diamond { fill: none; stroke: currentColor; stroke-width: 1; }

.more-info p { margin: 0; color: var(--ink); font: 400 clamp(.95rem, 1.7vw, 1.08rem)/1.4 var(--serif); }
.noscript { max-width: 32rem; margin: 1rem 0 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }

/* ------------------------------------------------------------
   Fusszeile
   ------------------------------------------------------------ */

.site-footer {
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .28rem;
  border-top: 1px solid rgba(79, 58, 49, .12);
  padding-top: .7rem;
  color: var(--muted);
  font-size: .59rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center;
}
.site-footer p { margin: 0; color: var(--bordeaux); }
.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-block: -.9rem;
  padding-inline: .5rem;
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}
.site-footer a:active { color: var(--rust); }

/* ------------------------------------------------------------
   Toast und Foto-Overlay
   ------------------------------------------------------------ */

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: max-content;
  max-width: calc(100vw - 2rem);
  padding: .8rem 1.15rem;
  border: 1px solid rgba(169, 137, 94, .35);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(92, 68, 56, .95);
  box-shadow: 0 12px 35px rgba(54, 34, 28, .22);
  font-size: .8rem;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, .75rem);
  transition: opacity .35s ease, transform .35s ease;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1rem; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(64, 45, 38, .68); backdrop-filter: blur(6px); }
.modal__dialog { position: relative; width: min(100%, 25rem); max-height: calc(100svh - 2rem); padding: .75rem; overflow-y: auto; border-radius: .4rem; background: var(--paper); box-shadow: var(--shadow); }
.modal__close { position: absolute; z-index: 1; top: 1.15rem; right: 1.15rem; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(251, 246, 236, .9); cursor: pointer; }
.modal__close svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }

.photo-card {
  padding: .7rem .7rem 1.3rem;
  border: 1px solid var(--line);
  outline: 1px solid rgba(169, 137, 94, .3);
  outline-offset: -5px;
  background: var(--paper);
  transform: rotate(-.45deg);
}
.photo-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: var(--beige); }
.photo-card__caption { padding: 1.2rem .5rem .15rem; text-align: center; }
.photo-card__caption h2 { margin: 0; color: var(--bordeaux); font: 400 1.8rem/1 var(--display); }
.photo-card__caption p { margin: .5rem 0 0; color: var(--muted); font: italic .84rem/1.4 var(--serif); }
.modal.is-opening .modal__dialog { animation: modal-in .45s cubic-bezier(.22, 1, .36, 1) both; }
body.has-modal { overflow: hidden; }

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

/* ------------------------------------------------------------
   Sanfter Seitenaufbau nach dem Laden
   ------------------------------------------------------------ */

.has-js .site-header,
.has-js .hero,
.has-js .preparations,
.has-js .more-info,
.has-js .site-footer { opacity: 0; transform: translateY(.55rem); }
.has-js body.is-ready .site-header,
.has-js body.is-ready .hero,
.has-js body.is-ready .preparations,
.has-js body.is-ready .more-info,
.has-js body.is-ready .site-footer {
  opacity: 1;
  transform: none;
  transition: opacity .85s ease, transform .85s cubic-bezier(.22, 1, .36, 1);
}
.has-js body.is-ready .hero { transition-delay: .1s; }
.has-js body.is-ready .preparations { transition-delay: .2s; }
.has-js body.is-ready .more-info { transition-delay: .28s; }
.has-js body.is-ready .site-footer { transition-delay: .34s; }

/* ------------------------------------------------------------
   Nachtmodus: 22:00 bis 06:00 Uhr, gesteuert über Gerätezeit
   ------------------------------------------------------------ */

body.is-night {
  color-scheme: dark;
  --cream: #2c2420;
  --paper: #372c27;
  --beige: #493a33;
  --blush: #b7847e;
  --rust: #d0806d;
  --bordeaux: #d8a7a2;
  --gold: #c8a678;
  --sage: #8e977c;
  --ink: #f0dfd2;
  --muted: #c9b6a8;
  --line: rgba(240, 223, 210, .15);
  --frame: rgba(240, 223, 210, .12);
  background:
    radial-gradient(circle at 12% 18%, rgba(113, 59, 59, .26), transparent 25rem),
    radial-gradient(circle at 88% 80%, rgba(164, 81, 61, .13), transparent 27rem),
    var(--cream);
}
body.is-night .moon { display: block; }
body.is-night .wash { opacity: .5; }
body.is-night .botanical { opacity: .2; }
body.is-night .page-shell::after { border-color: rgba(200, 166, 120, .2); }
body.is-night .hero::before { background: radial-gradient(circle, rgba(55, 44, 39, .8), transparent 70%); }
body.is-night .loader-ring { fill: rgba(55, 44, 39, .3); }
body.is-night .ring-loader .loader-ring { animation-duration: 7s; }
body.is-night .task-card::before { background: var(--cream); }
body.is-night .symbol { background: rgba(55, 44, 39, .25); border-color: rgba(240, 223, 210, .18); }
body.is-night .toast { color: #34241f; background: rgba(240, 223, 207, .95); }
body.is-night .modal__close { color: #34241f; }

/* ------------------------------------------------------------
   Animationen
   ------------------------------------------------------------ */

@keyframes loader-ring-one { 0%, 100% { transform: translateX(-8px) rotate(-2deg); } 46%, 54% { transform: translateX(5px) rotate(1deg); } }
@keyframes loader-ring-two { 0%, 100% { transform: translateX(8px) rotate(2deg); } 46%, 54% { transform: translateX(-5px) rotate(-1deg); } }
@keyframes spark { 0%, 35%, 100% { opacity: 0; transform: scale(.5) rotate(0); } 50%, 68% { opacity: 1; transform: scale(1) rotate(45deg); } }
@keyframes ring-glow { to { transform: scale(1.06); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(1rem) rotate(-1deg) scale(.97); } to { opacity: 1; transform: none; } }

/* ------------------------------------------------------------
   Progressive Erweiterungen – Mobile First
   ------------------------------------------------------------ */

@media (min-width: 391px) {
  .site-header { min-height: 3.6rem; }
  .monogram { width: 3.4rem; height: 3.4rem; }
  .main-content { padding-top: 1.45rem; }
  .eyebrow { gap: clamp(.7rem, 1.8vw, 1.1rem); margin-bottom: clamp(.8rem, 1.6vh, 1.2rem); }
  .eyebrow::before, .eyebrow::after { width: clamp(2.4rem, 6vw, 4.25rem); }
  .names { font-size: clamp(3rem, 11vw, 4rem); }
  .lead { margin-top: clamp(1rem, 2.4vh, 1.6rem); font-size: clamp(1.15rem, 2.3vw, 1.5rem); }
  .ring-loader { width: clamp(8.25rem, 15vw, 10rem); }
  .task-content { grid-template-columns: 3.25rem minmax(0, 1fr); column-gap: 1.15rem; }
  .symbol-list, .symbol { width: 3.25rem; height: 3.25rem; }
  .symbol { padding: .76rem; }
  .preparation-message { font-size: clamp(.92rem, 1.65vw, 1.05rem); }
}

@media (min-width: 741px) {
  .page-shell {
    padding:
      max(clamp(1.2rem, 3vh, 2.4rem), env(safe-area-inset-top))
      max(clamp(1.15rem, 4.8vw, 5.25rem), env(safe-area-inset-right))
      max(clamp(.95rem, 2.4vh, 1.8rem), env(safe-area-inset-bottom))
      max(clamp(1.15rem, 4.8vw, 5.25rem), env(safe-area-inset-left));
  }
  .page-shell::before { inset: clamp(.6rem, 1.2vw, 1.05rem); }
  .page-shell::after { inset: calc(clamp(.6rem, 1.2vw, 1.05rem) + 5px); }
  .botanical { width: clamp(9rem, 16vw, 15rem); opacity: .42; }
  .botanical--right { display: block; }
  .main-content { padding: clamp(.9rem, 2.2vh, 1.8rem) 0 clamp(.65rem, 1.4vh, 1.1rem); }
  .names { flex-wrap: nowrap; gap: clamp(.2rem, 1vw, .75rem); font-size: clamp(4rem, 8.6vw, 7.5rem); line-height: .92; }
  .preparations { margin-top: clamp(.9rem, 2vh, 1.5rem); }
  .task-card { width: min(100%, 33.5rem); }
}

@media (hover: hover) and (pointer: fine) {
  .name-trigger:hover { color: var(--rust); border-color: rgba(169, 137, 94, .55); transform: translateY(-.03em); }
  .ring-loader:hover { filter: drop-shadow(0 9px 14px rgba(111, 54, 57, .14)); transform: scale(1.04); }
  .symbol.is-active:hover { color: var(--rust); background: rgba(201, 160, 154, .16); }
  .site-footer a:hover { color: var(--rust); }
}
@media (max-height: 760px) and (min-width: 741px) {
  .page-shell { padding-block: .8rem; }
  .site-header { min-height: 2.9rem; }
  .monogram { width: 2.9rem; height: 2.9rem; }
  .main-content { padding-block: .45rem; }
  .eyebrow { margin-bottom: .55rem; }
  .names { font-size: clamp(3.7rem, 7.6vw, 5.6rem); }
  .lead { margin-top: .65rem; }
  .preparations { margin-top: .5rem; }
  .ring-loader { width: 7.25rem; }
  .task-card { margin-top: .5rem; padding-block: .55rem; }
  .more-info { margin-top: .4rem; }
  .ornament { margin-bottom: .35rem; }
}

/* ------------------------------------------------------------
   Reduzierte Bewegung
   ------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ring-loader .loader-ring, .loader-spark { animation: none; }
  .symbol.is-active { transform: none; }
  .preparation-message.is-changing { transform: none; }
  .has-js .site-header,
  .has-js .hero,
  .has-js .preparations,
  .has-js .more-info,
  .has-js .site-footer { opacity: 1; transform: none; }
}
