:root {
  --ink: #171411;
  --muted: #8b7a6a;
  --paper: #f4eee9;
  --paper-soft: #fbf8f4;
  --latte: #eadcc5;
  --line: rgba(23, 20, 17, 0.46);
  --soft-line: rgba(23, 20, 17, 0.16);
  --shadow: 0 30px 90px rgba(23, 20, 17, 0.18);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-script: "Great Vibes", "Cormorant Garamond", cursive;
  --font-body: "Manrope", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.75), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(139, 122, 106, 0.22), transparent 34%),
    linear-gradient(145deg, #fbf8f4 0%, #eee4d9 58%, #d7c5b0 100%);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

img,
svg {
  display: block;
}

button {
  font: inherit;
}

::selection {
  color: var(--paper-soft);
  background: var(--ink);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  gap: 20px;
  color: var(--paper);
  background: #080706;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-heart svg,
.heart-mark svg {
  width: 74px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.loader-line {
  width: min(220px, 52vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  animation: line-breathe 1.6s ease-in-out infinite;
}

.invitation-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-photo {
  position: relative;
  min-height: clamp(620px, 92svh, 820px);
  overflow: hidden;
  color: #fff;
  background: #111;
}

.hero-photo__image {
  width: 100%;
  height: 108%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 45%;
  filter: grayscale(1) contrast(1.05) brightness(0.76);
  transform: scale(1.04);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.46)),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.2), transparent 42%);
}

.hero-photo__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(44px, 9vw, 78px) clamp(18px, 6vw, 58px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-photo__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 8vw, 4.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.hero-photo__date {
  margin: 0 0 clamp(30px, 7vw, 58px);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 3.2vw, 1.9rem);
  letter-spacing: 0.08em;
}

.countdown {
  display: grid;
  width: min(100%, 560px);
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 3vw, 30px);
}

.countdown div {
  display: grid;
  gap: 12px;
}

.countdown strong {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 8vw, 3.8rem);
  font-weight: 400;
  line-height: 0.82;
}

.countdown span {
  font-family: var(--font-display);
  font-size: clamp(0.86rem, 2.5vw, 1.25rem);
}

.hero-photo__promise {
  margin: clamp(22px, 5vw, 42px) 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.7vw, 2.1rem);
  line-height: 1.1;
}

.paper-section {
  padding: clamp(58px, 10vw, 96px) clamp(24px, 7vw, 58px);
  text-align: center;
  background: var(--paper);
}

.paper-section--tight {
  padding-top: clamp(54px, 9vw, 82px);
  padding-bottom: clamp(54px, 9vw, 82px);
}

.heart-mark {
  display: grid;
  justify-content: center;
  margin-bottom: 28px;
  color: #7c6a58;
}

.thin-rule,
.heading-with-lines span {
  display: block;
  height: 1px;
  background: var(--line);
}

.guest-card p,
.calendar__month {
  margin: 0;
  color: #796b5e;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 4.4vw, 2.35rem);
  line-height: 1.1;
}

.guest-card h2 {
  margin: 18px 0 28px;
  color: #806c58;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 6.8vw, 3.8rem);
  font-weight: 400;
  line-height: 0.92;
}

.invite-copy,
.calendar-note,
.dress-code__copy,
.gift-note {
  max-width: 620px;
  margin: 30px auto 0;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 3.5vw, 1.9rem);
  line-height: 1.24;
}

.calendar {
  max-width: 610px;
  margin: clamp(46px, 9vw, 74px) auto 0;
  font-family: var(--font-display);
}

.calendar__weekdays,
.calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
}

.calendar__weekdays {
  margin-top: 34px;
  font-size: clamp(1.25rem, 3.8vw, 2.1rem);
  line-height: 1;
}

.calendar__days {
  row-gap: clamp(22px, 4.8vw, 34px);
  margin-top: 38px;
  font-size: clamp(1.16rem, 3.6vw, 2rem);
  line-height: 1;
}

.calendar__day--wedding {
  position: relative;
  z-index: 0;
}

.calendar__day--wedding::before {
  content: "♡";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  color: #967d64;
  font-family: var(--font-display);
  font-size: 2.4em;
  line-height: 1;
  transform: translate(-50%, -48%);
}

.calendar-note {
  max-width: 560px;
  margin-top: clamp(52px, 10vw, 78px);
}

.section-heading,
.heading-with-lines h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.68rem, 4.8vw, 2.9rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.rsvp__rows {
  display: grid;
  gap: 18px;
  max-width: 610px;
  margin: clamp(34px, 7vw, 52px) auto 0;
}

.rsvp__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
}

.rsvp__name {
  min-width: 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4.8vw, 2.5rem);
  line-height: 1;
}

.rsvp__choice {
  min-width: clamp(68px, 15vw, 98px);
  min-height: 48px;
  border: 1px solid #746356;
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3.8vw, 1.8rem);
  transition: color 240ms ease, background 240ms ease, transform 240ms ease;
}

.rsvp__choice:hover,
.rsvp__choice.is-selected {
  color: var(--paper-soft);
  background: var(--ink);
  transform: translateY(-2px);
}

.microcopy {
  max-width: 500px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.heading-with-lines {
  display: grid;
  gap: 22px;
}

.venue__name {
  margin: 34px 0 0;
  color: #806c58;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 7.8vw, 4.8rem);
  line-height: 0.92;
}

.venue__address {
  max-width: 520px;
  margin: 20px auto 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 2.25rem);
  line-height: 1.2;
}

.venue__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid #746356;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: transform 240ms ease, color 240ms ease, background 240ms ease;
}

.pill-button:hover {
  transform: translateY(-2px);
}

.pill-button--dark {
  color: var(--paper-soft);
  background: var(--ink);
}

.schedule {
  display: grid;
  gap: 20px;
  max-width: 610px;
  margin: clamp(36px, 7vw, 58px) auto 0;
}

.schedule__item {
  display: grid;
  grid-template-columns: minmax(110px, 168px) 1fr;
  align-items: center;
  gap: clamp(24px, 7vw, 54px);
  text-align: left;
}

.schedule__item time {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid #806c58;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 3.6vw, 1.9rem);
}

.schedule__item p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 4.4vw, 2.45rem);
  line-height: 1.04;
}

.dress-code {
  background: #fff;
}

.dress-code__copy {
  max-width: 500px;
}

.dress-code__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(18px, 5vw, 42px);
  max-width: 650px;
  margin: clamp(46px, 9vw, 72px) auto 0;
}

.dress-code__side {
  display: grid;
  grid-template-rows: auto 230px minmax(58px, auto) auto;
  justify-items: center;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.dress-code__side-title {
  margin: 0;
  color: #7c6a58;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 4.2vw, 2.25rem);
  line-height: 1;
}

.dress-code__divider {
  width: 2px;
  min-height: 286px;
  justify-self: center;
  background: linear-gradient(180deg, transparent, rgba(23, 20, 17, 0.18) 18%, rgba(23, 20, 17, 0.24) 50%, rgba(23, 20, 17, 0.18) 82%, transparent);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(23, 20, 17, 0.18);
}

.dress-code__look {
  display: grid;
  position: relative;
  width: min(100%, 206px);
  height: 230px;
  padding: 22px 18px;
  border: 1px solid rgba(23, 20, 17, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 238, 233, 0.48)),
    radial-gradient(circle at 50% 0%, rgba(234, 220, 197, 0.34), transparent 54%);
  box-shadow:
    0 20px 42px rgba(23, 20, 17, 0.08),
    inset 0 0 0 8px rgba(255, 255, 255, 0.48);
}

.dress-code__look::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(23, 20, 17, 0.08);
  pointer-events: none;
}

.dress-code__look--men {
  align-content: center;
  justify-items: center;
  gap: 8px;
}

.dress-code__garment {
  display: block;
  position: relative;
}

.dress-code__garment--shirt {
  width: 112px;
  height: 94px;
  border: 1px solid rgba(23, 20, 17, 0.14);
  border-radius: 38px 38px 14px 14px;
  background: #fbfaf6;
  box-shadow: 0 10px 24px rgba(23, 20, 17, 0.08);
}

.dress-code__garment--shirt::before,
.dress-code__garment--shirt::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 34px;
  height: 1px;
  background: rgba(23, 20, 17, 0.16);
}

.dress-code__garment--shirt::before {
  left: 31px;
  transform: rotate(30deg);
}

.dress-code__garment--shirt::after {
  right: 31px;
  transform: rotate(-30deg);
}

.dress-code__garment--trousers {
  width: 96px;
  height: 104px;
  background: #11110f;
  border-radius: 12px 12px 22px 22px;
  clip-path: polygon(6% 0, 94% 0, 86% 100%, 55% 100%, 50% 38%, 45% 100%, 14% 100%);
  box-shadow: 0 12px 24px rgba(23, 20, 17, 0.18);
}

.dress-code__look--women {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  justify-items: center;
  gap: 12px;
}

.dress-code__dress-card {
  display: block;
  width: 68px;
  height: 156px;
  border: 1px solid rgba(23, 20, 17, 0.16);
  border-radius: 34px 34px 16px 16px;
  box-shadow: 0 12px 24px rgba(23, 20, 17, 0.08);
  clip-path: polygon(22% 0, 78% 0, 92% 100%, 8% 100%);
}

.dress-code__dress-card--beige {
  background: linear-gradient(180deg, #f0dfc3, #d9c2a4);
}

.dress-code__dress-card--white {
  background: linear-gradient(180deg, #fffef9, #efece5);
}

.dress-code__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  margin: 0;
  color: #6f6256;
  font-size: 0.88rem;
  line-height: 1.65;
}

.dress-code__swatches {
  display: flex;
  align-self: start;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.dress-code__swatch {
  width: 42px;
  height: 16px;
  border: 1px solid rgba(23, 20, 17, 0.24);
  background: var(--swatch);
  box-shadow: 5px 5px 0 rgba(23, 20, 17, 0.07);
}

.dress-code__swatch--black {
  --swatch: #11110f;
}

.dress-code__swatch--beige {
  --swatch: #eadcc5;
}

.dress-code__swatch--white {
  --swatch: #fbfaf6;
}

.photo-strip {
  height: clamp(360px, 72svh, 760px);
  overflow: hidden;
  background: var(--ink);
}

.photo-strip img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 58%;
  transform: scale(1.04);
}

.photo-strip--ring img {
  object-position: 50% 50%;
}

.closing-photo {
  position: relative;
  height: clamp(520px, 92svh, 900px);
  overflow: hidden;
  background: var(--ink);
}

.closing-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 20, 17, 0.04), rgba(23, 20, 17, 0.16)),
    radial-gradient(circle at 50% 88%, rgba(244, 238, 233, 0.24), transparent 32%);
  pointer-events: none;
}

.closing-photo img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.03);
}

.gift-details {
  position: relative;
  min-height: 700px;
  padding-top: clamp(112px, 17vw, 160px);
  padding-bottom: clamp(78px, 13vw, 120px);
}

.squiggle {
  position: absolute;
  top: 92px;
  left: 50%;
  width: min(740px, 118vw);
  height: 116px;
  transform: translateX(-48%);
  pointer-events: none;
}

.squiggle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-7deg) skewX(-24deg);
}

.squiggle::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 20px;
  width: 170px;
  height: 92px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.details-script {
  margin: 0;
  font-family: var(--font-script);
  font-size: clamp(4.3rem, 15vw, 8rem);
  font-weight: 400;
  line-height: 0.78;
  text-align: center;
}

.gift-note {
  position: relative;
  max-width: 560px;
  margin-top: clamp(38px, 8vw, 64px);
  padding: clamp(30px, 7vw, 48px) clamp(18px, 6vw, 46px);
  font-size: clamp(1.18rem, 3.5vw, 1.95rem);
  line-height: 1.35;
}

.gift-note::before {
  content: "";
  position: absolute;
  inset: -14px 0 -22px;
  z-index: -1;
  border: 3px solid #b18d73;
  border-radius: 42% 58% 46% 54% / 52% 38% 62% 48%;
  transform: rotate(4deg);
}

.gift-note p {
  margin: 0;
}

.gift-note p + p {
  margin-top: 28px;
}

.gift-note__sign {
  margin-top: 52px !important;
}

.footer {
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 58px 24px 72px;
  text-align: center;
  color: var(--muted);
  background: var(--paper);
}

.footer p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.8vw, 3.4rem);
  line-height: 1;
}

.footer__link {
  border-bottom: 1px solid currentColor;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--paper-soft);
  background: var(--ink);
  box-shadow: 0 14px 38px rgba(23, 20, 17, 0.24);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 250ms ease, transform 250ms ease;
  pointer-events: none;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.is-admin {
  min-height: 100svh;
  background: var(--paper);
}

.admin-panel {
  width: min(100%, 760px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(32px, 7vw, 72px) clamp(18px, 6vw, 48px);
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(160deg, #fbf8f4, #efe6dc);
}

.admin-card {
  min-height: calc(100svh - 96px);
  padding: clamp(28px, 7vw, 54px);
  border: 1px solid rgba(23, 20, 17, 0.14);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 70px rgba(23, 20, 17, 0.12);
}

.admin-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.admin-card h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 7vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.admin-copy {
  max-width: 520px;
  margin: 20px 0 0;
  color: #6f6256;
  line-height: 1.7;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.admin-actions input {
  flex: 1 1 240px;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(23, 20, 17, 0.28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  font: inherit;
}

.admin-results {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.admin-response {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(23, 20, 17, 0.12);
  background: rgba(255, 255, 255, 0.58);
}

.admin-response h2 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
}

.admin-response a,
.admin-response time {
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-response__answers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-response__answers span {
  padding: 7px 10px;
  border: 1px solid rgba(23, 20, 17, 0.12);
  border-radius: 999px;
  background: rgba(244, 238, 233, 0.62);
}

.admin-empty {
  margin: 0;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 780ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes line-breathe {
  0%,
  100% {
    opacity: 0.22;
    transform: scaleX(0.55);
  }

  50% {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@media (max-width: 620px) {
  body {
    background: var(--paper);
  }

  .invitation-shell {
    width: 100%;
    box-shadow: none;
  }

  .hero-photo {
    min-height: 86svh;
  }

  .countdown {
    gap: 8px;
  }

  .rsvp__row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .rsvp__choice {
    min-width: 70px;
    min-height: 54px;
  }

  .venue__actions,
  .pill-button {
    width: 100%;
  }

  .schedule__item {
    grid-template-columns: minmax(92px, 126px) 1fr;
    gap: 24px;
  }

  .dress-code__split {
    gap: 14px;
  }

  .dress-code__side {
    grid-template-rows: auto 220px minmax(58px, auto) auto;
  }

  .dress-code__divider {
    min-height: 260px;
  }

  .dress-code__look {
    width: min(100%, 184px);
    height: 220px;
    padding: 20px 14px;
  }

  .dress-code__garment--shirt {
    width: 102px;
    height: 86px;
  }

  .dress-code__garment--trousers {
    width: 86px;
    height: 96px;
  }

  .dress-code__dress-card {
    width: 60px;
    height: 146px;
  }
}

@media (max-width: 420px) {
  .paper-section {
    padding-inline: 22px;
  }

  .hero-photo__title {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .countdown strong {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .countdown span {
    font-size: 1rem;
  }

  .rsvp__row {
    grid-template-columns: 1fr 72px 72px;
  }

  .dress-code__split {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 10px;
    margin-inline: -8px;
  }

  .dress-code__side {
    grid-template-rows: auto 210px minmax(58px, auto) auto;
    gap: 12px;
  }

  .dress-code__side-title {
    font-size: 1.7rem;
  }

  .dress-code__divider {
    min-height: 230px;
  }

  .dress-code__look {
    height: 210px;
    padding: 18px 10px;
  }

  .dress-code__garment--shirt {
    width: 86px;
    height: 76px;
  }

  .dress-code__garment--trousers {
    width: 74px;
    height: 84px;
  }

  .dress-code__dress-card {
    width: 50px;
    height: 128px;
  }

  .dress-code__hint {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .dress-code__swatch {
    width: 30px;
    height: 12px;
  }

  .schedule__item {
    grid-template-columns: minmax(86px, 112px) 1fr;
    gap: 18px;
    text-align: left;
  }

  .schedule__item p {
    text-align: left;
  }

  .gift-details {
    min-height: 760px;
  }
}

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

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