:root {
  --border-art-width: 406px;
  --border-art-height: 1417px;
  --bg: #f8f7f3;
  --bg-deep: #edf3f7;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #fdfcf8;
  --line: rgba(102, 116, 138, 0.14);
  --line-strong: rgba(102, 116, 138, 0.24);
  --ink: #404553;
  --muted: #6d7686;
  --accent: #7f97b5;
  --accent-deep: #5f7593;
  --sage: #a7b59b;
  --sage-deep: #7f8e78;
  --gold: #d8b46a;
  --blush: #e5d7d4;
  --shadow: 0 18px 50px rgba(95, 117, 147, 0.08);
  --shadow-strong: 0 32px 90px rgba(95, 117, 147, 0.16);
  --shell: 1180px;
}

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

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at top left, rgba(127, 151, 181, 0.12), transparent 24%),
    linear-gradient(180deg, #fafafa 0%, #eef3f7 100%);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: 'Manrope', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(127, 151, 181, 0.12), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(167, 181, 155, 0.15), transparent 22%),
    linear-gradient(180deg, rgba(250, 251, 252, 0.98) 0%, rgba(239, 244, 247, 0.99) 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

.shell {
  width: min(calc(100% - 28px), var(--shell));
  margin: 0 auto;
}

.site-shell {
  position: relative;
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

.site-shell::before,
.site-shell::after {
  content: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 0;
  background: transparent;
  overflow: visible;
}

.topbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(104px, 14vw, 168px);
  background-image: url('/newblueflower.png');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 0;
}

.topbar::after {
  content: none;
}

.topbar-inner {
  min-height: 88px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: min(calc(100% - 24px), var(--shell));
  margin: 0 auto;
  padding: 10px 10px 0;
}

.hero-title,
.panel-heading h2,
.feature-panel h2,
.section-header h2,
.timeline-content h3,
.map-card h3,
.info-card h3,
.detail-card h3,
.closing-panel h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.language-switcher {
  display: inline-flex;
}

.language-flag {
  display: block;
  width: 42px;
  height: auto;
  cursor: pointer;
  filter: drop-shadow(0 4px 10px rgba(55, 68, 88, 0.18));
  transition:
    transform 180ms ease,
    filter 180ms ease,
    opacity 180ms ease;
}

.language-flag:hover,
.language-flag:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 6px 14px rgba(55, 68, 88, 0.22));
  outline: none;
}

@media (max-width: 900px) {
  .topbar-inner {
    min-height: 82px;
    justify-content: center;
    padding-top: 8px;
  }

  .language-flag {
    width: 38px;
  }
}

.payment-heading,
.payment-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-flag {
  width: 30px;
  height: auto;
  flex: 0 0 auto;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(55, 68, 88, 0.14);
}

.hero {
  position: relative;
  padding: 26px 0 36px;
}

.hero-grid {
  display: grid;
  gap: 22px;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.hero-copy,
.feature-panel,
.timeline-content,
.map-card,
.info-card,
.detail-card,
.closing-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 32px;
  padding: 32px 22px 28px;
  background:
    radial-gradient(circle at top right, rgba(127, 151, 181, 0.18), transparent 28%),
    radial-gradient(circle at left center, rgba(167, 181, 155, 0.16), transparent 26%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 249, 0.92));
}

.hero-copy::after {
  content: '';
  position: absolute;
  inset: auto 18px 0 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 106, 0.42), transparent);
}

.kicker,
.panel-kicker,
.guide-label,
.card-topline,
.meta-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
}

.hero-title {
  margin: 14px 0 0;
  font-size: clamp(3.3rem, 16vw, 6.6rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 34rem;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #5c6472;
}

.hero-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.hero-detail-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #5c6472;
}

.hero-detail-label {
  display: inline-block;
  min-width: 5.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
}

.hero-detail-line strong {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
}

.hero-countdown {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(127, 151, 181, 0.14);
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button-primary {
  border: 0;
  color: #fdfdfd;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  box-shadow: 0 16px 34px rgba(95, 117, 147, 0.22);
}

.button-primary-large {
  min-height: 58px;
  padding: 15px 28px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  box-shadow: 0 20px 38px rgba(95, 117, 147, 0.26);
}

.button-secondary {
  border: 1px solid rgba(127, 151, 181, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.button-primary:hover,
.button-secondary:hover,
.detail-link:hover,
.timeline-content:hover {
  transform: translateY(-2px);
}

.hero-side {
  display: flex;
  height: 100%;
  align-items: stretch;
}

.invitation-image {
  width: 100%;
  height: 100%;
  display: block;
  align-self: stretch;
  border-radius: 32px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 46px rgba(86, 106, 130, 0.16);
}

.countdown-panel {
  border-radius: 28px;
  padding: 22px 18px;
  background:
    linear-gradient(145deg, rgba(127, 151, 181, 0.16), rgba(255, 255, 255, 0.9));
}

.panel-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 9vw, 3rem);
  line-height: 0.95;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.countdown-box {
  padding: 18px 12px 16px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(127, 151, 181, 0.08);
}

.countdown-number {
  display: block;
  font-size: clamp(1.9rem, 9vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: var(--accent-deep);
}

.countdown-label {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
  font-weight: 800;
  color: var(--muted);
}

.section {
  padding: 24px 0;
}

.section-header {
  margin-bottom: 18px;
}

.section-header h2 {
  margin: 10px 0 0;
  font-size: clamp(2.2rem, 9vw, 4rem);
  line-height: 0.95;
}

.section-header p {
  margin: 10px 0 0;
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.75;
}

.feature-panel {
  display: grid;
  gap: 18px;
  border-radius: 30px;
  padding: 22px 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(237, 243, 247, 0.86));
}

.feature-panel h2 {
  margin: 10px 0 0;
  font-size: clamp(2.2rem, 10vw, 4rem);
  line-height: 0.92;
}

.feature-panel p {
  margin: 14px 0 0;
  color: #5a6370;
  line-height: 1.8;
}

#rsvp .feature-panel {
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  padding: 28px 24px;
}

#rsvp .feature-copy {
  width: min(100%, 44rem);
  margin: 0 auto;
}

#rsvp .feature-panel p {
  max-width: 40rem;
}

#rsvp .hero-actions {
  justify-content: flex-start;
}

.feature-aside {
  display: grid;
  gap: 12px;
}

.detail-link {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(127, 151, 181, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.detail-link strong {
  font-size: 1rem;
}

.detail-link span {
  color: var(--muted);
  line-height: 1.6;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 38px;
  width: 1px;
  background: linear-gradient(180deg, rgba(127, 151, 181, 0.08), rgba(216, 180, 106, 0.34), rgba(127, 151, 181, 0.08));
}

.timeline-row {
  position: relative;
  display: grid;
  gap: 10px;
  padding-left: 58px;
}

.timeline-row::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--surface-strong);
  border: 4px solid var(--accent);
}

.timeline-time {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
}

.timeline-content {
  border-radius: 24px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.74);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.timeline-content h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 0.95;
}

.timeline-content p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.travel-layout,
.travel-notes,
.detail-grid {
  display: grid;
  gap: 14px;
}

.travel-notes-centered,
.detail-grid-centered {
  justify-content: center;
}

.map-card,
.info-card,
.detail-card,
.closing-panel {
  border-radius: 26px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.72);
}

.map-card h3,
.info-card h3,
.detail-card h3,
.closing-panel h2 {
  margin: 8px 0 0;
  font-size: 2rem;
  line-height: 0.95;
}

.map-frame {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 18px;
  min-height: 260px;
  border: 1px solid rgba(127, 151, 181, 0.08);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  display: block;
}

.gift-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.gift-grid {
  align-items: start;
}

.detail-card-wide {
  grid-column: 1 / -1;
}

.gift-showcase {
  padding-bottom: 18px;
}

.gift-payment-grid {
  margin-top: 14px;
}

.gift-payment-grid .detail-card {
  text-align: center;
}

.gift-payment-grid .payment-heading {
  justify-content: center;
}

.gift-payment-grid .info-item strong,
.gift-payment-grid .info-item span {
  text-align: center;
}

.detail-card .hero-actions {
  margin-top: 18px;
}

#details .detail-card h3 {
  font-weight: 700;
}

#details .detail-card .hero-actions {
  display: flex;
  justify-content: center;
}

#details .detail-card button.button-primary {
  margin-top: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.toastmaster-panel {
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top right, rgba(127, 151, 181, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(216, 180, 106, 0.1), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 244, 247, 0.9));
}

.toastmaster-media {
  min-width: 0;
}

.toastmaster-copy,
.toastmaster-note {
  min-width: 0;
}

.toastmaster-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  border-radius: 24px;
  object-fit: cover;
  object-position: center 24%;
  border: 1px solid rgba(127, 151, 181, 0.12);
  box-shadow: 0 20px 46px rgba(95, 117, 147, 0.18);
}

.toastmaster-copy {
  align-self: center;
  padding: 0;
}

.toastmaster-name {
  margin: 10px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  line-height: 0.92;
  color: var(--ink);
}

.toastmaster-intro {
  margin: 16px 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
}

.toastmaster-key-info {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(127, 151, 181, 0.14);
  border-bottom: 1px solid rgba(127, 151, 181, 0.14);
}

.toastmaster-key-item {
  display: grid;
  gap: 5px;
}

.toastmaster-key-item strong {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--muted);
}

.toastmaster-key-item span,
.toastmaster-key-item a {
  color: var(--ink);
  font-weight: 750;
  line-height: 1.55;
  text-decoration: none;
}

.toastmaster-key-item a {
  width: fit-content;
  border-bottom: 1px solid rgba(127, 151, 181, 0.34);
}

.toastmaster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.toastmaster-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(127, 151, 181, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.toastmaster-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(95, 117, 147, 0.16);
  border-color: rgba(127, 151, 181, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.toastmaster-contact i {
  color: #25d366;
  font-size: 1.1rem;
}

.toastmaster-contact-secondary i {
  color: var(--accent-deep);
}

.toastmaster-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(127, 151, 181, 0.14);
}

.toastmaster-note h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.96;
}

.toastmaster-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.toastmaster-list li {
  position: relative;
  padding: 0 0 0 22px;
  color: var(--ink);
  line-height: 1.55;
}

.toastmaster-list li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--accent));
}

@media (min-width: 920px) {
  .toastmaster-panel {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    padding: 24px;
  }
}

.gift-carousel {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(127, 151, 181, 0.1);
  background: rgba(232, 239, 246, 0.82);
}

.gift-carousel .carousel-inner {
  border-radius: 22px;
}

.gift-carousel .carousel-item {
  position: relative;
}

.gift-carousel .gift-photo {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.gift-slide-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(28, 36, 49, 0.06), rgba(28, 36, 49, 0.62));
  color: #f8fbfd;
}

.gift-slide-caption strong {
  font-size: 1.15rem;
  font-weight: 700;
}

.gift-slide-caption span {
  font-size: 0.92rem;
  line-height: 1.5;
}

.gift-indicators {
  margin-bottom: 14px;
}

.gift-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.74);
}

.gift-carousel .carousel-control-prev,
.gift-carousel .carousel-control-next {
  width: 12%;
}

.gift-carousel .carousel-control-prev-icon,
.gift-carousel .carousel-control-next-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background-color: rgba(28, 36, 49, 0.35);
  background-size: 52% 52%;
}

.info-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.info-item {
  padding-top: 14px;
  border-top: 1px solid rgba(127, 151, 181, 0.1);
}

.info-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.info-item strong {
  display: block;
  margin-bottom: 4px;
}

.info-item span,
.info-item a,
.info-card p,
.detail-card p,
.closing-panel p {
  color: var(--muted);
  line-height: 1.7;
  text-decoration: none;
}

.gift-caption {
  margin-top: 12px;
  font-size: 0.86rem;
}


.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(127, 151, 181, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
}

.calendar-card {
  background:
    linear-gradient(145deg, rgba(127, 151, 181, 0.16), rgba(255, 255, 255, 0.86));
}

#addToCalendarBtn::before {
  content: '📅';
  margin-right: 8px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.accordion-item.faq-item {
  border: 1px solid rgba(127, 151, 181, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.accordion-item.faq-item .accordion-button {
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  padding: 18px 16px;
  font-size: 0.96rem;
  font-weight: 800;
}

.accordion-item.faq-item .accordion-button:not(.collapsed) {
  background: rgba(127, 151, 181, 0.08);
}

.accordion-item.faq-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-item.faq-item .accordion-body {
  padding: 0 16px 18px;
  color: var(--muted);
  line-height: 1.75;
}

.closing-panel {
  text-align: center;
  padding: 28px 20px 30px;
  background:
    radial-gradient(circle at top center, rgba(127, 151, 181, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.76);
}

.closing-panel p {
  max-width: 40rem;
  margin: 12px auto 0;
}

.closing-panel .hero-actions {
  justify-content: center;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease, filter 520ms ease;
  filter: blur(4px);
}

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

@media (min-width: 720px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .travel-notes,
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-notes-centered,
  .detail-grid-centered {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

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

@media (min-width: 920px) {
  .topbar-inner {
    grid-template-columns: auto 1fr auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
    align-items: start;
  }

  .hero-copy {
    min-height: 100%;
    padding: 42px 38px 34px;
  }

  .feature-panel {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    padding: 28px 24px;
  }

  #rsvp .feature-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .travel-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .timeline-row {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding-left: 0;
  }

  .timeline::before {
    left: 130px;
  }

  .timeline-row::before {
    left: 122px;
  }

  .timeline-time {
    padding-top: 20px;
  }

  .travel-notes,
  .detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .travel-notes-centered,
  .detail-grid-centered {
    grid-template-columns: repeat(2, minmax(280px, 380px));
  }
}

@media (min-width: 1100px) {
}

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

  .button-primary,
  .button-secondary,
  .detail-link,
  .timeline-content,
  .reveal {
    transition: none;
  }

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