/* =========================================================================
   Ehsan & Negin — Blue romantic (Sky Blue × deeper azure), special & minimal
   Box 1 (light): #6CABDD  ·  Box 2 (deeper): #2A6BB0  ·  Footer: #1C4A82
   Accents: dusty rose (hearts) + soft gold. White cards. Max 2 fonts.
   ========================================================================= */

:root {
  --sky:      #6CABDD;   /* light blue section / hero */
  --deep:     #2A6BB0;   /* deeper, more saturated blue */
  --deepest:  #1C4A82;   /* footer */
  --card:     #FFFFFF;   /* white cards */

  --ink:      #14304A;            /* dark navy (on light + in cards) */
  --ink-soft: #2A4F70;            /* muted navy (on light sections) */
  --card-soft:#5A7187;            /* muted (inside white cards) */

  --lt:       #F1F7FC;            /* light text (on deep sections) */
  --lt-soft:  #BCD4E8;            /* muted light (on deep sections) */

  --rose:     #C9707D;            /* romantic rose accent (hearts, numerals) */
  --rose-2:   #D98A94;
  --gold:     #D6B97A;            /* warm gold (dividers, accents) */
  --gold-2:   #E5C988;

  --line:      rgba(20, 48, 74, 0.12);   /* card borders */
  --line-steel:rgba(20, 48, 74, 0.24);   /* dividers on light */
  --line-gold: rgba(229, 201, 136, 0.55);/* dividers on deep */
  --shadow:   0 2px 14px -6px rgba(20, 48, 74, 0.18);
  --shadow-md:0 10px 32px -14px rgba(20, 48, 74, 0.28);

  --fa: 'Vazirmatn', 'IRANSans', 'Tahoma', sans-serif;
  --en: 'Cormorant Garamond', 'Cormorant', Georgia, serif;

  --maxw: 1000px;
  --r: 20px;
  --r-sm: 14px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --safe-b: env(safe-area-inset-bottom, 0px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--fa);
  background: var(--sky);
  color: var(--ink);
  line-height: 1.9;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  min-height: 100vh;
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--rose); color: #fff; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }

/* =========================================================================
   Ambient — soft sky base
   ========================================================================= */
.ambient {
  position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  background: radial-gradient(120% 80% at 50% -8%, #7AB6E4 0%, var(--sky) 60%);
}
.ambient__grain { position: absolute; inset: 0; opacity: 0.18;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 3px 3px; }

/* =========================================================================
   Shared bits
   ========================================================================= */
.kicker {
  font-size: clamp(0.64rem, 2.8vw, 0.72rem);
  letter-spacing: 0.3em;
  color: var(--ink-soft);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  opacity: 0.9;
}
.name-en { font-family: var(--en); font-weight: 500; font-size: 1em; letter-spacing: 0.01em; }
.heart { font-family: var(--fa); color: var(--rose); font-weight: 400; opacity: 0.9; }

.ornament { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 1rem 0; }
.ornament__line { height: 1px; width: clamp(32px, 15vw, 92px);
  background: linear-gradient(90deg, transparent, var(--line-steel), transparent); }
.ornament__mark { color: var(--gold); font-size: 0.7rem; transform: translateY(-1px); opacity: 0.85; }

/* =========================================================================
   Reveal — subtle fade + 10px up; cards add scale 0.98→1
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(10px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); will-change: opacity, transform; }
.reveal--card { transform: translateY(10px) scale(0.98); }
.letter.reveal, .timeline__item.reveal { transform: translateY(10px) scale(0.98); }
.reveal.is-in { opacity: 1; transform: none; }

/* =========================================================================
   Landing (sky blue)
   ========================================================================= */
.landing {
  position: fixed; inset: 0; z-index: 60;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: clamp(1.4rem, 6vw, 2.5rem);
  transition: opacity 1s var(--ease), transform 1s var(--ease), filter 1s var(--ease);
}
.landing__inner { position: relative; z-index: 2; max-width: 580px; }
.landing__name {
  font-family: var(--en); font-weight: 500;
  font-size: clamp(2rem, 10.5vw, 3.8rem);
  line-height: 1.06; color: var(--ink);
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 0.16em; margin-bottom: 1.1rem; max-width: 100%;
}
.landing__name .heart { font-size: 0.34em; transform: translateY(-0.3em); }
.landing__name .name-en { font-style: italic; }
.landing__subtitle {
  font-size: clamp(0.9rem, 3.8vw, 1.05rem);
  color: var(--ink-soft); font-weight: 300; line-height: 2;
  margin: 0 auto 2rem; max-width: 30em;
}
.btn-enter {
  display: inline-flex; align-items: center; gap: 0.5em;
  padding: 0.9em 2.2em; font-size: clamp(0.88rem, 3.6vw, 0.98rem); font-weight: 500;
  color: #fff; background: var(--deep);
  border-radius: 100px; box-shadow: 0 8px 22px -10px rgba(20,48,74,0.5);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}
.btn-enter:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(20,48,74,0.6); background: #235d9c; }
.btn-enter:active { transform: scale(0.98); }
.btn-enter__heart { font-size: 1em; }
.landing__veil { display: none; }

body.is-entering .landing { opacity: 0; transform: scale(1.03); filter: blur(6px); pointer-events: none; }
body.is-entered .landing { display: none; }

/* =========================================================================
   Site shell
   ========================================================================= */
.site { position: relative; z-index: 1; opacity: 0; transition: opacity 0.9s var(--ease); }
body.is-entered .site { opacity: 1; }

.nav {
  position: fixed; top: 0; inset-inline: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: max(0.7rem, var(--safe-b)) clamp(1.2rem, 6vw, 2rem);
  opacity: 0; transform: translateY(-8px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease), background 0.4s var(--ease);
  pointer-events: none;
}
body.is-entered .nav { opacity: 1; transform: none; pointer-events: auto; }
body.is-scrolled .nav { background: rgba(108,171,221,0.85); backdrop-filter: blur(12px) saturate(1.1); box-shadow: 0 1px 0 rgba(255,255,255,0.25); }
.nav__brand { font-family: var(--en); font-style: italic; font-weight: 500; font-size: 1.05rem; color: var(--ink); }
.nav__top {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
  color: var(--ink); background: var(--card); border: 1px solid var(--line);
  opacity: 0; transform: translateY(5px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), background 0.3s, color 0.3s;
}
body.is-scrolled .nav__top { opacity: 1; transform: none; }
.nav__top:hover { background: var(--ink); color: var(--card); }

/* =========================================================================
   Hero
   ========================================================================= */
.hero {
  min-height: clamp(460px, 78vh, 640px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: clamp(4.5rem, 13vh, 7rem) clamp(1.3rem, 6vw, 2rem) clamp(2.5rem, 8vh, 4rem);
  position: relative;
}
.hero__inner { width: 100%; max-width: 640px; }
.hero__date-top {
  font-size: clamp(0.7rem, 3.2vw, 0.8rem); letter-spacing: 0.26em; color: var(--ink-soft);
  font-weight: 600; margin-bottom: 1.1rem;
}
.hero__name {
  font-family: var(--en); font-weight: 500;
  font-size: clamp(2rem, 11vw, 3.6rem);
  line-height: 1.08; color: var(--ink);
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 0.14em; margin: 0 0 0.9rem; max-width: 100%;
}
.hero__name .heart { font-size: 0.3em; transform: translateY(-0.5em); }
.hero__name .name-en { font-style: italic; }
.hero__subtitle {
  font-size: clamp(0.9rem, 3.9vw, 1.05rem);
  color: var(--ink-soft); font-weight: 300; line-height: 2;
  max-width: 30em; margin: 0 auto;
}
.hero__cap {
  margin-top: 0.2rem; font-size: clamp(0.8rem, 3.5vw, 0.9rem);
  color: var(--ink-soft); letter-spacing: 0.04em; font-weight: 400;
}

/* =========================================================================
   Section base — light (sky) default, .section--blue = deeper blue
   ========================================================================= */
.section { position: relative; padding: clamp(3.4rem, 11vh, 5.5rem) clamp(1.3rem, 6vw, 2rem); background: var(--sky); color: var(--ink); }
.section__inner { max-width: var(--maxw); margin: 0 auto; }
.section--blue { background: var(--deep); color: var(--lt); }
.section__title { font-weight: 600; font-size: clamp(1.2rem, 5.6vw, 1.6rem); color: var(--ink); line-height: 1.55; margin-bottom: 2rem; }
.section--blue .section__title { color: var(--lt); }
.section--blue .kicker { color: var(--gold-2); }

/* =========================================================================
   Counter (deep section, white cards)
   ========================================================================= */
.counter { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(0.6rem, 2.6vw, 0.85rem); max-width: 700px; margin: 0 auto; }
.counter__cell {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(0.95rem, 4.5vw, 1.4rem) 0.5rem; text-align: center; box-shadow: var(--shadow);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.counter__cell:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.counter__num { display: block; font-weight: 700; font-size: clamp(1.5rem, 8vw, 2.2rem); line-height: 1;
  color: var(--rose); letter-spacing: 0.01em; font-variant-numeric: tabular-nums; }
.counter__label { display: block; margin-top: 0.4rem; font-size: clamp(0.64rem, 3vw, 0.74rem);
  color: var(--card-soft); letter-spacing: 0.16em; font-weight: 400; }
.counter__caption { text-align: center; margin-top: 1.7rem; color: var(--lt-soft);
  font-weight: 300; font-size: clamp(0.82rem, 3.5vw, 0.92rem); }

/* =========================================================================
   Birthdays (light section, white cards, thin-line gift icon)
   ========================================================================= */
.bd-grid { display: grid; grid-template-columns: 1fr; gap: clamp(0.9rem, 3.5vw, 1.2rem); max-width: 700px; margin: 0 auto; }
.bd-card {
  position: relative; text-align: center;
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(1.3rem, 5vw, 1.8rem); box-shadow: var(--shadow);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.bd-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.bd-card__icon { color: var(--rose); opacity: 0.9; margin: 0 auto 0.3rem; display: flex; justify-content: center; }
.bd-card__icon svg { width: 26px; height: 26px; }
.bd-card__name { font-weight: 600; font-size: clamp(1.1rem, 5.2vw, 1.4rem); color: var(--ink); margin-top: 0.2rem; }
.bd-card__date { color: var(--card-soft); font-size: clamp(0.84rem, 3.6vw, 0.92rem); margin-top: 0.05rem; }
.bd-card__divider { width: 34px; height: 1px; background: rgba(42,107,176,0.3); margin: 0.85rem auto; }
.bd-card__count { display: flex; flex-direction: column; align-items: center; gap: 0.1rem; }
.bd-card__days { font-weight: 700; font-size: clamp(1.6rem, 8vw, 2.2rem); color: var(--rose);
  font-variant-numeric: tabular-nums; line-height: 1; }
.bd-card__unit { font-size: clamp(0.68rem, 3vw, 0.76rem); color: var(--card-soft); letter-spacing: 0.1em; }
.bd-card__note { margin-top: 0.65rem; color: var(--card-soft); font-size: clamp(0.76rem, 3.3vw, 0.84rem); font-weight: 300; }

/* =========================================================================
   Timeline (deep section, white cards)
   ========================================================================= */
.timeline { list-style: none; max-width: 640px; margin: 0 auto; position: relative; padding-inline-start: clamp(1.4rem, 6vw, 2.2rem); }
.timeline::before { content:""; position:absolute; inset-block: 0.5rem; inset-inline-start: 0.3em; width: 1px;
  background: linear-gradient(var(--line-gold), rgba(255,255,255,0.12), transparent); }
.timeline__item { position: relative; padding-bottom: clamp(1.2rem, 5vw, 1.7rem); }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__dot { position: absolute; inset-block-start: 0.4rem; inset-inline-start: calc(-1 * clamp(1.4rem,6vw,2.2rem) + 0.18em);
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2);
  box-shadow: 0 0 0 4px var(--deep); }
.timeline__dot--soft { background: var(--rose-2); }
.timeline__dot--gold { background: var(--gold-2); }
.timeline__card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: clamp(0.95rem, 4.5vw, 1.3rem) clamp(1rem, 4.5vw, 1.4rem); box-shadow: var(--shadow);
  transition: transform 0.45s var(--ease); }
.timeline__item:hover .timeline__card { transform: translateX(-3px); }
.timeline__date { display: inline-block; font-weight: 600; font-size: clamp(0.86rem, 3.8vw, 0.98rem);
  color: var(--rose); margin-bottom: 0.25rem; letter-spacing: 0.02em; }
.timeline__text { color: var(--card-soft); font-size: clamp(0.86rem, 3.7vw, 0.95rem); font-weight: 300; line-height: 1.95; }

/* =========================================================================
   Love letters (light section, white cards)
   ========================================================================= */
.letters { columns: 1; column-gap: clamp(0.9rem, 3.5vw, 1.2rem); max-width: var(--maxw); margin: 0 auto; }
.letter {
  break-inside: avoid; display: block;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(1.1rem, 5vw, 1.5rem); margin-bottom: clamp(0.9rem, 3.5vw, 1.2rem);
  box-shadow: var(--shadow); position: relative;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.letter::before { content:"“"; position:absolute; inset-block-start:0rem; inset-inline-start:0.55rem;
  font-family: var(--en); font-size: 2.4rem; color: var(--rose); opacity: 0.18; line-height: 1; }
.letter p { position: relative; color: var(--ink); font-size: clamp(0.88rem, 3.7vw, 0.97rem);
  font-weight: 300; line-height: 2.05; }
.letter:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* =========================================================================
   Surprise (light section)
   ========================================================================= */
.surprise { text-align: center; max-width: 580px; margin: 0 auto; }
.surprise__hint { color: var(--ink-soft); font-weight: 300; margin-bottom: 1.5rem; font-size: clamp(0.84rem,3.6vw,0.92rem); }
.btn-surprise { display: inline-flex; align-items: center; gap: 0.4em;
  padding: 0.85em 2.1em; font-size: clamp(0.88rem,3.6vw,0.98rem); font-weight: 500;
  color: var(--rose); background: var(--card); border: 1px solid rgba(201,112,125,0.45); border-radius: 100px;
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.btn-surprise:hover { transform: translateY(-2px); background: var(--rose); color: #fff; box-shadow: var(--shadow-md); }
.btn-surprise:active { transform: scale(0.98); }

/* =========================================================================
   Footer (deepest blue)
   ========================================================================= */
.footer { text-align: center; padding: clamp(3.4rem,11vh,5.5rem) clamp(1.3rem,6vw,2rem); position: relative;
  background: var(--deepest); color: var(--lt); }
.footer__inner { max-width: 600px; margin: 0 auto; }
.footer__name { font-family: var(--en); font-weight: 500; font-size: clamp(1.6rem, 8vw, 2.5rem);
  color: var(--lt); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.16em; }
.footer__name .heart { font-size: 0.36em; color: var(--rose-2); transform: translateY(-0.4em); }
.footer__name .name-en { font-style: italic; }
.footer__line { margin-top: 1rem; color: var(--lt-soft); font-weight: 300;
  font-size: clamp(0.9rem,4vw,1rem); line-height: 2; }
.footer__forever { margin-top: 0.9rem; font-family: var(--en); font-style: italic;
  font-size: clamp(0.95rem,4.3vw,1.12rem); color: var(--gold-2); letter-spacing: 0.02em; }
.footer__dedicate { margin-top: 1.1rem; color: var(--lt-soft); font-size: clamp(0.8rem,3.5vw,0.88rem); font-weight: 300; }
.footer .ornament__line { background: linear-gradient(90deg, transparent, var(--line-gold), transparent); }
.footer .ornament__mark { color: var(--gold-2); }

/* =========================================================================
   Music player (minimal light glass)
   ========================================================================= */
.player {
  position: fixed; inset-block-end: max(0.7rem, var(--safe-b)); inset-inline: clamp(0.8rem, 5vw, 1.4rem);
  z-index: 45; display: flex; align-items: center; gap: 0.7rem;
  padding: 0.55rem 0.95rem 0.55rem 0.6rem;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.5); border-radius: 100px;
  box-shadow: 0 8px 26px -12px rgba(20,48,74,0.3);
  opacity: 0; transform: translateY(130%);
  transition: transform 0.7s var(--ease), opacity 0.7s var(--ease);
}
body.is-entered .player { opacity: 1; transform: translateY(0); }
.player[hidden] { display: none !important; }
.player__play { flex-shrink: 0; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; background: var(--deep); border: none;
  transition: transform 0.3s var(--ease), background 0.3s; }
.player__play:hover { background: var(--deepest); }
.player__play:active { transform: scale(0.96); }
.player__play .icon-pause { display: none; }
.player.is-playing .icon-play { display: none; }
.player.is-playing .icon-pause { display: block; }
.player__body { flex: 1; min-width: 0; }
.player__top { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.3rem; }
.player__title { font-family: var(--en); font-style: italic; font-weight: 500; font-size: 0.86rem; color: var(--ink); white-space: nowrap; }
.player__time { margin-inline-start: auto; font-size: 0.64rem; color: var(--card-soft);
  font-variant-numeric: tabular-nums; letter-spacing: 0.02em; white-space: nowrap; }
.player__eq { display: none; align-items: flex-end; gap: 2px; height: 10px; }
.player.is-playing .player__eq { display: flex; }
.player__eq i { width: 2px; background: var(--rose); border-radius: 2px; height: 3px; animation: eq 1s ease-in-out infinite; }
.player__eq i:nth-child(2) { animation-delay: 0.25s; }
.player__eq i:nth-child(3) { animation-delay: 0.5s; }
@keyframes eq { 0%,100%{height:3px} 50%{height:10px} }
.player__track { position: relative; height: 3px; border-radius: 3px; background: rgba(20,48,74,0.15);
  cursor: pointer; overflow: visible; direction: ltr; }
.player__fill { position: absolute; top: 0; bottom: 0; left: 0; width: 0%; border-radius: 3px; background: var(--rose); }
.player__thumb { position: absolute; top: 50%; left: 0%; transform: translate(-50%, -50%);
  width: 9px; height: 9px; border-radius: 50%; background: #fff; border: 1px solid var(--rose);
  opacity: 0; transition: opacity 0.25s; }
.player__track:hover .player__thumb, .player__track:focus-visible .player__thumb { opacity: 1; }

/* =========================================================================
   Surprise modal (light premium card)
   ========================================================================= */
.modal { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center;
  padding: clamp(1rem, 5vw, 2rem); }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(20,48,74,0.4);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); opacity: 0; animation: modalBg 0.5s var(--ease) forwards; }
.modal__panel { position: relative; max-width: 420px; width: 100%; text-align: center;
  padding: clamp(1.9rem, 7vw, 2.8rem) clamp(1.5rem, 6vw, 2.3rem); border-radius: 24px;
  background: var(--card); border: 1px solid var(--line); color: var(--ink);
  box-shadow: 0 30px 60px -28px rgba(20,48,74,0.4); overflow: hidden;
  transform: translateY(14px) scale(0.98); opacity: 0; animation: modalIn 0.6s var(--ease) 0.05s forwards; }
@keyframes modalBg { to { opacity: 1; } }
@keyframes modalIn { to { opacity: 1; transform: none; } }
.modal__glow { display: none; }
.modal__title { color: var(--rose); margin: 0.4rem 0 0.8rem; display: flex; justify-content: center; }
.modal__title svg { width: 26px; height: 26px; }
.modal__text { font-weight: 300; line-height: 2.2; color: var(--card-soft); font-size: clamp(0.92rem, 4.2vw, 1.02rem); }
.modal__sign { display: block; margin-top: 1.1rem; font-family: var(--en); font-style: italic;
  color: var(--gold); font-size: 0.95rem; }
.modal__close { position: absolute; inset-block-start: 0.7rem; inset-inline-end: 0.7rem;
  width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%;
  color: var(--card-soft); background: rgba(20,48,74,0.06); transition: background 0.3s, color 0.3s; }
.modal__close:hover { background: rgba(20,48,74,0.12); color: var(--ink); }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (min-width: 480px) { .counter { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px) { .bd-grid { grid-template-columns: 1fr 1fr; } .letters { columns: 2; } }
@media (min-width: 768px) {
  .counter { grid-template-columns: repeat(6, 1fr); }
  .letters { columns: 2; }
  .player { inset-inline: auto; inset-inline-end: 1.4rem; max-width: 320px; }
}
@media (min-width: 1024px) { .letters { columns: 3; } }
@media (max-width: 380px) {
  .player { gap: 0.55rem; padding: 0.5rem 0.8rem 0.5rem 0.5rem; }
  .player__play { width: 32px; height: 32px; }
  .player__time { font-size: 0.6rem; }
}

/* =========================================================================
   Reduced motion
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
