/* ==========================================================================
   muhabbet.de – öffentliche Website
   --------------------------------------------------------------------------
   Haltung: zurückhaltend, editorial, ruhig. Das Porträt ist auf Schwarz
   fotografiert und läuft deshalb randlos in die Seite aus — es trägt die
   Gestaltung, alles andere tritt zurück. Farbe kommt fast nur aus dem Bild:
   ein warmer Messington, sparsam für Marken, Linien und Verweise.

   Bewegung ist auf ein langsames Aufblenden beim Scrollen beschränkt.
   Keine Dauerbewegung, keine Farbverläufe in Schrift, keine Leuchteffekte.

   Schriften liegen lokal (kein Google-CDN) — DSGVO-konform.
   ========================================================================== */

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Tokens ------------------------------------------------------------- */

:root {
  --night: #08090a;
  --night-raised: #0d0f11;
  --line: #1b1e22;
  --line-soft: #14171a;

  --bone: #e9e5df;
  --dim: #91908c;
  --dim-strong: #b6b3ad;
  --brass: #c3a183;
  --brass-soft: #a98a6e;

  --font-display: 'Cormorant', 'Iowan Old Style', Georgia, serif;
  --font-body: 'InterVar', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif;

  --shell: min(1180px, 100% - 3rem);
  --shell-narrow: min(760px, 100% - 3rem);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --header-h: 74px;
}

/* --- Grundlagen --------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 8px);
}

body {
  margin: 0;
  background: var(--night);
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 350;
  line-height: 1.7;
  letter-spacing: 0.002em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--bone);
  text-decoration: none;
}

:focus-visible {
  outline: 1px solid var(--brass);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.shell-narrow {
  width: var(--shell-narrow);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 20px;
  background: var(--bone);
  color: var(--night);
  font-size: 14px;
}

.skip-link:focus {
  left: 0;
}

/* Kleine Versalien-Marke: das einzige wiederkehrende Schmuckelement. */
.eyebrow {
  display: block;
  margin: 0 0 18px;
  color: var(--brass);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.rule {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0;
  background: var(--line);
}

/* --- Kopfzeile ---------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background 0.4s ease, border-color 0.4s ease;
}

.site-header.is-stuck {
  background: rgba(8, 9, 10, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
}

.site-header__inner {
  width: var(--shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--bone);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.brand img {
  width: 20px;
  height: auto;
  opacity: 0.82;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a:not(.btn) {
  position: relative;
  color: var(--dim);
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}

.site-nav a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.site-nav a:not(.btn):hover {
  color: var(--bone);
}

.site-nav a:not(.btn):hover::after,
.site-nav a[aria-current='page']::after {
  transform: scaleX(1);
}

.site-nav a[aria-current='page'] {
  color: var(--bone);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--line);
  color: var(--bone);
  cursor: pointer;
}

/* --- Schaltflächen ------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--bone);
  background: var(--bone);
  color: var(--night);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.btn:hover {
  background: transparent;
  color: var(--bone);
}

.btn--quiet {
  background: transparent;
  border-color: var(--line);
  color: var(--bone);
}

.btn--quiet:hover {
  border-color: var(--brass);
  color: var(--brass);
  background: transparent;
}

.btn--sm {
  padding: 11px 18px;
  font-size: 11.5px;
  letter-spacing: 0.12em;
}

/* --- Verweis mit Linie --------------------------------------------------- */

.link {
  color: var(--bone);
  border-bottom: 1px solid var(--brass-soft);
  padding-bottom: 2px;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.link:hover {
  color: var(--brass);
  border-bottom-color: var(--brass);
}

/* --- Startseite: Porträt trägt den Kopf ---------------------------------- */

.hero {
  padding: clamp(28px, 6vh, 72px) 0 clamp(56px, 10vh, 120px);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  }
}

.hero__name {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3.4rem, 11vw, 7.2rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  color: var(--bone);
}

.hero__lead {
  max-width: 42ch;
  margin: 26px 0 0;
  color: var(--dim-strong);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 300;
  line-height: 1.75;
}

/* Das Bild ist auf Schwarz fotografiert: keine Rahmen, kein Radius —
   es läuft nach unten und zur Seite weich in den Seitenhintergrund aus. */
.portrait {
  position: relative;
  justify-self: center;
  width: min(460px, 100%);
}

.portrait img {
  width: 100%;
  height: auto;
  filter: saturate(0.9) contrast(1.02);
  -webkit-mask-image: radial-gradient(
    118% 96% at 50% 34%,
    #000 52%,
    transparent 100%
  );
  mask-image: radial-gradient(
    118% 96% at 50% 34%,
    #000 52%,
    transparent 100%
  );
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stores a {
  display: block;
  transition: opacity 0.3s ease;
}

.stores a:hover {
  opacity: 0.78;
}

.stores img {
  height: 46px;
  width: auto;
}

/* --- Abschnitte ---------------------------------------------------------- */

.section {
  padding: clamp(56px, 9vh, 108px) 0;
  border-top: 1px solid var(--line-soft);
}

.section--plain {
  border-top: 0;
}

.section__head {
  max-width: 54ch;
  margin-bottom: clamp(34px, 5vh, 56px);
}

.section__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--bone);
}

.section__sub {
  margin: 16px 0 0;
  color: var(--dim);
  font-weight: 300;
}

/* --- Dreispalter mit Haarlinien ------------------------------------------ */

.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}

.column {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.column h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--bone);
}

.column p {
  margin: 0;
  color: var(--dim);
  font-size: 0.97rem;
  font-weight: 300;
}

/* --- Funktionsliste ------------------------------------------------------ */

.specs {
  margin: 0;
  border-top: 1px solid var(--line);
}

.specs > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 720px) {
  .specs > div {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
    align-items: baseline;
  }
}

.specs dt {
  font-family: var(--font-display);
  font-size: 1.24rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--bone);
}

.specs dd {
  margin: 0;
  color: var(--dim);
  font-size: 0.97rem;
  font-weight: 300;
}

/* --- Abschluss ----------------------------------------------------------- */

.closing {
  padding: clamp(64px, 11vh, 132px) 0;
  border-top: 1px solid var(--line-soft);
  text-align: center;
}

.closing h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.15;
  color: var(--bone);
}

.closing p {
  max-width: 44ch;
  margin: 0 auto 34px;
  color: var(--dim);
  font-weight: 300;
}

.closing .stores {
  justify-content: center;
}

/* --- Fußzeile ------------------------------------------------------------ */

.site-footer {
  padding: 46px 0 44px;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: space-between;
  align-items: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.site-footer nav a {
  color: var(--dim);
  font-size: 13.5px;
  transition: color 0.3s ease;
}

.site-footer nav a:hover {
  color: var(--bone);
}

.site-footer__legal {
  width: 100%;
  margin: 30px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  color: #66655f;
  font-size: 12.5px;
}

.social {
  display: flex;
  gap: 20px;
}

.social a {
  color: var(--dim);
  transition: color 0.3s ease;
}

.social a:hover {
  color: var(--brass);
}

.social svg {
  width: 17px;
  height: 17px;
}

/* --- Kopf der Unterseiten ------------------------------------------------ */

.pagehead {
  padding: clamp(46px, 8vh, 88px) 0 clamp(30px, 5vh, 48px);
}

.pagehead__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--bone);
}

.pagehead__meta {
  margin: 16px 0 0;
  color: var(--dim);
  font-size: 0.95rem;
  font-weight: 300;
}

/* --- Rechtstexte --------------------------------------------------------- */

.doclayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  padding-bottom: 24px;
}

@media (min-width: 1040px) {
  .doclayout--with-toc {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 64px;
  }
}

.doc {
  max-width: 72ch;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: 15.8px;
  line-height: 1.8;
}

.doc h1 {
  margin: 30px 0 20px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: var(--bone);
}

.doc h2 {
  margin: 46px 0 16px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: var(--bone);
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.doc h3 {
  margin: 28px 0 10px;
  font-size: 1rem;
  font-weight: 550;
  color: var(--bone);
}

.doc p,
.doc li {
  color: #b3b1ac;
  font-weight: 300;
}

.doc p {
  margin: 0 0 16px;
}

.doc strong {
  color: var(--bone);
  font-weight: 500;
}

.doc ul,
.doc ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

.doc li + li {
  margin-top: 8px;
}

.doc li::marker {
  color: var(--brass-soft);
}

.doc a {
  color: var(--bone);
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.doc a:hover {
  color: var(--brass);
  border-bottom-color: var(--brass);
}

.doc address {
  font-style: normal;
}

.doc hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 22px;
  font-size: 0.93rem;
}

.doc th,
.doc td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.doc th {
  color: var(--bone);
  font-weight: 500;
}

.privacy-notice,
.doc .notice {
  padding: 20px 22px;
  margin: 26px 0;
  border-left: 1px solid var(--brass-soft);
  background: var(--night-raised);
}

.privacy-notice p:last-child,
.doc .notice p:last-child {
  margin-bottom: 0;
}

/* Der Widerrufsknopf im Datenschutztext trägt noch Bootstrap-Klassen. */
.doc .btn,
.privacy-consent-reset {
  display: inline-flex;
  align-items: center;
  margin: 8px 0 24px;
  padding: 13px 22px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.doc .btn:hover,
.privacy-consent-reset:hover {
  border-color: var(--brass);
  color: var(--brass);
}

/* --- Inhaltsverzeichnis (per JS erzeugt) --------------------------------- */

.toc {
  display: none;
}

@media (min-width: 1040px) {
  .toc {
    display: block;
    position: sticky;
    top: calc(var(--header-h) + 28px);
    align-self: start;
    max-height: calc(100vh - var(--header-h) - 56px);
    overflow-y: auto;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }
}

.toc__label {
  margin: 22px 0 16px;
  color: var(--brass);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc a {
  display: block;
  padding: 6px 0;
  color: #74736e;
  font-size: 13px;
  line-height: 1.45;
  border-bottom: 0;
  transition: color 0.3s ease;
}

.toc a:hover {
  color: var(--bone);
}

.toc a.is-active {
  color: var(--brass);
}

/* --- Kontaktkarten (Support) --------------------------------------------- */

.contactlist {
  border-top: 1px solid var(--line);
}

.contactcard {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 760px) {
  .contactcard {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 40px;
  }
}

.contactcard h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--bone);
}

.contactcard p {
  margin: 0 0 14px;
  color: var(--dim);
  font-size: 0.96rem;
  font-weight: 300;
}

/* --- Fragen und Antworten ------------------------------------------------ */

.faq {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  color: var(--bone);
  font-size: 1rem;
  font-weight: 350;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '';
  flex: none;
  width: 11px;
  height: 1px;
  background: var(--dim);
  box-shadow: 0 0 0 0 transparent;
  position: relative;
  transition: transform 0.35s var(--ease);
}

.faq summary::before {
  content: '';
  order: 2;
  width: 1px;
  height: 11px;
  margin-left: -6px;
  background: var(--dim);
  transition: transform 0.35s var(--ease), opacity 0.35s ease;
}

.faq details[open] summary::before {
  transform: scaleY(0);
  opacity: 0;
}

.faq .faq__body {
  padding: 0 0 24px;
  max-width: 62ch;
  color: var(--dim);
  font-size: 0.96rem;
  font-weight: 300;
}

.faq .faq__body p {
  margin: 0;
}

.faq .faq__body a {
  color: var(--bone);
  border-bottom: 1px solid var(--line);
}

.faq .faq__body a:hover {
  color: var(--brass);
  border-bottom-color: var(--brass);
}

/* --- Angaben im Impressum ------------------------------------------------ */

.factlist {
  margin: 0 0 34px;
  border-top: 1px solid var(--line);
}

.factlist > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 720px) {
  .factlist > div {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
  }
}

.factlist dt {
  color: var(--dim);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: 4px;
}

.factlist dd {
  margin: 0;
  color: var(--bone);
  font-weight: 300;
  line-height: 1.7;
}

/* --- Sanftes Aufblenden beim Scrollen ------------------------------------ */

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js .reveal[data-delay='1'] {
  transition-delay: 0.1s;
}
.js .reveal[data-delay='2'] {
  transition-delay: 0.2s;
}
.js .reveal[data-delay='3'] {
  transition-delay: 0.3s;
}

/* --- Kleinere Bildschirme ------------------------------------------------ */

@media (max-width: 880px) {
  :root {
    --shell: min(1180px, 100% - 2.25rem);
    --shell-narrow: min(760px, 100% - 2.25rem);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(var(--header-h) - 1px);
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 1.125rem 20px;
    background: rgba(8, 9, 10, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s var(--ease);
  }

  .site-nav.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .site-nav a:not(.btn) {
    padding: 15px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--line-soft);
  }

  .site-nav a:not(.btn)::after {
    display: none;
  }

  .site-nav .btn {
    margin-top: 18px;
    justify-content: center;
  }

  .hero {
    padding-top: 12px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Auf schmalen Geräten steht das Porträt oben — es ist der Einstieg. */
  .hero__portrait {
    order: -1;
  }

  .portrait {
    width: min(340px, 78%);
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .stores img {
    height: 42px;
  }

  .hero__actions {
    gap: 10px;
  }
}

/* --- Bewegung reduzieren -------------------------------------------------- */

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
