:root {
    --rose: #ed91b2;
    --rose-deep: #c95f8b;
    --rose-soft: #f9d7e4;
    --lilac: #b79ad9;
    --lilac-deep: #76598e;
    --lilac-soft: #eadff6;
    --peach: #f8c9ae;
    --yellow: #f6dfa0;
    --mint: #b9ddcf;
    --blue: #c9e2f4;
    --cream: #fffaf5;
    --ink: #513f56;
    --muted: #776a7a;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(102, 70, 100, 0.16);
    --radius: 32px;
    --bunny-image-size: 540px;
    --font-body: "Nunito", system-ui, sans-serif;
    --font-display: "DM Serif Display", Georgia, serif;
    --font-script: "Parisienne", cursive;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 20;
    opacity: 0.12;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

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

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
p {
    margin-top: 0;
}

h2 {
    margin-bottom: 1.25rem;
    font-family: var(--font-display);
    font-size: clamp(2.55rem, 6vw, 5rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.eyebrow {
    margin-bottom: 0.75rem;
    color: var(--rose-deep);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lead {
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.8;
}

.section {
    position: relative;
    padding: clamp(5.5rem, 10vw, 9rem) 1.25rem;
}

.section__inner {
    width: min(1120px, 100%);
    margin-inline: auto;
}

.section__inner--narrow {
    width: min(880px, 100%);
    text-align: center;
}

.section--cloud {
    background:
        radial-gradient(circle at 7% 14%, rgba(246, 223, 160, 0.42) 0 5rem, transparent 5.1rem),
        radial-gradient(circle at 93% 85%, rgba(185, 221, 207, 0.42) 0 7rem, transparent 7.1rem),
        var(--cream);
}

.section--lavender {
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.48), transparent 45%),
        var(--lilac-soft);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.5rem;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button:focus-visible,
.action-card:focus-visible,
.music-button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 4px solid rgba(237, 145, 178, 0.32);
    outline-offset: 3px;
}

.button--primary {
    color: var(--white);
    background: linear-gradient(135deg, var(--rose-deep), #dd7ca3);
    box-shadow: 0 12px 32px rgba(201, 95, 139, 0.3);
}

.button--full {
    width: 100%;
}

.confetti {
    position: absolute;
    inset: 0 0 auto;
    height: 100svh;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.confetti span {
    position: absolute;
    top: -30px;
    width: 12px;
    height: 28px;
    border-radius: 999px;
    opacity: 0.72;
    animation: confettiFall 8s linear infinite;
}

.confetti span:nth-child(1) { left: 8%; background: var(--rose); transform: rotate(24deg); animation-delay: -2s; }
.confetti span:nth-child(2) { left: 23%; background: var(--yellow); transform: rotate(-32deg); animation-delay: -6s; }
.confetti span:nth-child(3) { left: 45%; background: var(--mint); transform: rotate(18deg); animation-delay: -4s; }
.confetti span:nth-child(4) { left: 63%; background: var(--lilac); transform: rotate(-18deg); animation-delay: -7s; }
.confetti span:nth-child(5) { left: 79%; background: var(--blue); transform: rotate(30deg); animation-delay: -1s; }
.confetti span:nth-child(6) { left: 92%; background: var(--peach); transform: rotate(-25deg); animation-delay: -5s; }

@keyframes confettiFall {
    0% { translate: 0 -50px; rotate: 0deg; }
    100% { translate: 45px 105svh; rotate: 500deg; }
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 7rem);
    padding: clamp(3rem, 6vw, 5.5rem) max(1.25rem, calc((100vw - 1240px) / 2));
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.95) 0 4.5rem, transparent 4.6rem),
        radial-gradient(circle at 36% 76%, rgba(246, 223, 160, 0.52) 0 7rem, transparent 7.1rem),
        linear-gradient(135deg, #feeaf2 0%, #f3e8fb 52%, #e8f5ef 100%);
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.65;
}

.hero::before {
    width: 350px;
    height: 350px;
    right: -170px;
    top: 8%;
    background: var(--yellow);
}

.hero::after {
    width: 260px;
    height: 260px;
    left: -130px;
    bottom: -80px;
    background: var(--blue);
}

.hero__copy,
.hero__visual {
    position: relative;
    z-index: 3;
}

.hero__copy {
    padding-block: 2rem 5rem;
}

.hero__name {
    margin: 0 0 0.25rem;
    color: var(--lilac-deep);
    font-family: var(--font-script);
    font-size: clamp(5rem, 11vw, 9.5rem);
    font-weight: 400;
    line-height: 0.9;
    /*letter-spacing: -0.03em;*/
    text-shadow: 0 5px 0 rgba(255, 255, 255, 0.72);
}

.hero__headline {
    max-width: 540px;
    margin-bottom: 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.18;
}

.hero__date-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.8rem;
    padding: 0.7rem 1rem;
    border: 2px solid rgba(118, 89, 142, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(8px);
    font-weight: 800;
}

.hero__date-pill span:not(:last-child)::after {
    content: "·";
    margin-left: 0.75rem;
    color: var(--rose-deep);
}

.hero__visual {
    width: min(100%, 610px);
    justify-self: end;
    padding: 1rem 1rem 3.25rem;
}

.hero__number {
    position: absolute;
    top: -10%;
    left: -11%;
    z-index: -1;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--font-display);
    font-size: clamp(18rem, 34vw, 31rem);
    line-height: 0.8;
    text-shadow: 0 12px 40px rgba(118, 89, 142, 0.12);
}

.photo-frame {
    position: relative;
    aspect-ratio: 0.78;
    padding: 12px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 48% 48% 30px 30px / 24% 24% 30px 30px;
    background: rgba(255, 255, 255, 0.48);
    box-shadow: var(--shadow);
    transform: rotate(1.5deg);
}

.photo-frame::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border: 3px dashed rgba(237, 145, 178, 0.55);
    border-radius: inherit;
}

.photo-frame picture,
.photo-frame img {
    width: 100%;
    height: 100%;
}

.photo-frame img {
    border-radius: calc(48% - 4px) calc(48% - 4px) 22px 22px / calc(24% - 4px) calc(24% - 4px) 22px 22px;
    object-fit: cover;
    object-position: center 47%;
}

.hero__signature {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    color: var(--white);
    background: var(--lilac-deep);
    font-family: var(--font-script);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1;
    transform: rotate(-3deg);
    box-shadow: 0 10px 28px rgba(86, 60, 97, 0.22);
}

.scallop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 28px;
    z-index: 4;
    background: radial-gradient(circle at 22px 0, transparent 21px, var(--cream) 22px) 0 0 / 44px 28px repeat-x;
}

.welcome__grid {
    width: min(1280px, 100%);
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}

.bunny-wrap {
    position: relative;
    align-self: end;
}

.bunny-wrap::before {
    content: "";
    position: absolute;
    width: 85%;
    aspect-ratio: 1;
    left: 5%;
    bottom: 5%;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--rose-soft), var(--yellow));
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.5);
}

.bunny-wrap img {
    width: min(100%, var(--bunny-image-size));
    height: auto;
    margin-inline: auto;
    border-radius: 50%;
    object-fit: contain;
    filter: drop-shadow(0 20px 20px rgba(102, 70, 100, 0.14));
}

.welcome__content {
    max-width: 660px;
}

.parents {
    margin: 1.7rem 0 2rem;
    color: var(--ink);
    font-size: 1.02rem;
    line-height: 1.7;
}

.parents strong {
    color: var(--lilac-deep);
}

.music-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(118, 89, 142, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 15px 42px rgba(102, 70, 100, 0.1);
}

.music-card__note {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 17px;
    color: var(--white);
    background: var(--rose);
    font-family: var(--font-display);
    font-size: 2rem;
}

.music-card__copy span,
.music-card__copy strong {
    display: block;
}

.music-card__copy span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.music-card__copy strong {
    line-height: 1.35;
}

.music-button {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--white);
    background: var(--lilac-deep);
    box-shadow: 0 8px 20px rgba(118, 89, 142, 0.26);
    cursor: pointer;
}

.music-button:disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.music-button__pause,
.music-button.is-playing .music-button__play {
    display: none;
}

.music-button.is-playing .music-button__pause {
    display: inline;
}

.music-card__notice {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.countdown {
    color: var(--white);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.08), transparent 55%),
        var(--lilac-deep);
}

.countdown .eyebrow {
    color: var(--yellow);
}

.countdown__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}

.countdown__item {
    position: relative;
    padding: clamp(1.2rem, 3vw, 2rem) 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.countdown__item:nth-child(1) { box-shadow: inset 0 -6px 0 var(--rose); }
.countdown__item:nth-child(2) { box-shadow: inset 0 -6px 0 var(--yellow); }
.countdown__item:nth-child(3) { box-shadow: inset 0 -6px 0 var(--mint); }
.countdown__item:nth-child(4) { box-shadow: inset 0 -6px 0 var(--blue); }

.countdown__item strong,
.countdown__item span {
    display: block;
}

.countdown__item strong {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 7vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
}

.countdown__item span {
    margin-top: 0.65rem;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.countdown__done {
    margin: 2rem 0 0;
    color: var(--yellow);
    font-weight: 900;
}

.details__intro {
    max-width: 740px;
    margin: 0 auto 3rem;
    text-align: center;
}

.event-card {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    width: min(900px, 100%);
    margin-inline: auto;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.66);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.event-card__date {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: var(--white);
    text-align: center;
    background:
        radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.18) 0 3rem, transparent 3.1rem),
        linear-gradient(145deg, var(--rose-deep), var(--rose));
}

.event-card__date strong {
    font-family: var(--font-display);
    font-size: clamp(6.5rem, 13vw, 10rem);
    font-weight: 400;
    line-height: 0.85;
}

.event-card__date span {
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.event-card__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    padding: clamp(2rem, 5vw, 4rem);
}

.event-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.event-detail__icon {
    display: grid;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 17px;
    color: var(--lilac-deep);
    background: var(--lilac-soft);
    font-size: 1.7rem;
}

.event-detail small,
.event-detail strong {
    display: block;
}

.event-detail small {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event-detail strong {
    font-size: 1.1rem;
    line-height: 1.35;
}

.event-card__address {
    margin: 0.5rem 0 0;
    padding-top: 1.2rem;
    border-top: 1px dashed rgba(118, 89, 142, 0.25);
    color: var(--muted);
    line-height: 1.55;
}

.action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    width: min(900px, 100%);
    margin: 1.3rem auto 0;
}

.action-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 90px;
    padding: 1.1rem 1.25rem;
    border: 2px solid rgba(118, 89, 142, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.action-card:hover {
    transform: translateY(-4px);
    background: var(--white);
    box-shadow: 0 16px 34px rgba(102, 70, 100, 0.12);
}

.action-card__icon {
    font-size: 2rem;
}

.action-card strong,
.action-card small {
    display: block;
}

.action-card small {
    color: var(--muted);
}

.costumes {
    overflow: hidden;
    color: var(--white);
    text-align: center;
    background:
        radial-gradient(circle at 16% 20%, rgba(249, 215, 228, 0.16) 0 7rem, transparent 7.1rem),
        radial-gradient(circle at 87% 84%, rgba(246, 223, 160, 0.18) 0 9rem, transparent 9.1rem),
        #6d537d;
}

.costumes .eyebrow {
    color: var(--yellow);
}

.costumes h2 {
    color: var(--rose-soft);
}

.costumes p:not(.eyebrow) {
    font-size: clamp(1.08rem, 2.3vw, 1.35rem);
}

.costumes__note {
    margin: 1.8rem auto 0;
    padding: 1.1rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.costumes__note strong {
    color: var(--yellow);
}

.costumes__stars {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    color: var(--yellow);
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    letter-spacing: 0.8em;
    opacity: 0.7;
}

.wishes__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.wishes__copy {
    max-width: 470px;
}

.wishes__privacy {
    margin-top: 1.5rem;
    color: var(--muted);
    font-size: 0.88rem;
}

.wish-form {
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid rgba(118, 89, 142, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow);
}

.wish-form label {
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 900;
}

.wish-form input,
.wish-form textarea {
    width: 100%;
    margin-bottom: 1.2rem;
    padding: 0.95rem 1rem;
    border: 2px solid rgba(118, 89, 142, 0.14);
    border-radius: 16px;
    color: var(--ink);
    background: var(--cream);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.wish-form input:focus,
.wish-form textarea:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 4px rgba(237, 145, 178, 0.13);
    outline: none;
}

.wish-form textarea {
    resize: vertical;
    min-height: 140px;
}

.wish-form__label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.wish-form__label-row span {
    color: var(--muted);
    font-size: 0.82rem;
}

.form-status {
    min-height: 1.55rem;
    margin: 0.8rem 0 0;
    color: var(--lilac-deep);
    font-size: 0.88rem;
    font-weight: 800;
    text-align: center;
}

.rsvp {
    overflow: hidden;
    text-align: center;
    background:
        linear-gradient(rgba(255, 250, 245, 0.92), rgba(255, 250, 245, 0.96)),
        repeating-linear-gradient(45deg, var(--rose-soft) 0 16px, var(--lilac-soft) 16px 32px);
}

.rsvp__bunting {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-bottom: 2.25rem;
}

.rsvp__bunting span {
    width: 42px;
    height: 52px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.rsvp__bunting span:nth-child(1) { background: var(--rose); transform: rotate(-7deg); }
.rsvp__bunting span:nth-child(2) { background: var(--yellow); transform: rotate(4deg); }
.rsvp__bunting span:nth-child(3) { background: var(--mint); transform: rotate(-2deg); }
.rsvp__bunting span:nth-child(4) { background: var(--lilac); transform: rotate(6deg); }
.rsvp__bunting span:nth-child(5) { background: var(--blue); transform: rotate(-5deg); }

.rsvp__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin: 2rem 0;
}

.button--whatsapp {
    color: var(--white);
    background: #338966;
    box-shadow: 0 10px 26px rgba(51, 137, 102, 0.22);
}

.rsvp__closing {
    max-width: 680px;
    margin: 2rem auto 0;
    color: var(--muted);
}

.rsvp__signature {
    margin: 1.4rem 0 0;
    color: var(--rose-deep);
    font-family: var(--font-script);
    font-size: clamp(3.2rem, 7vw, 5rem);
    line-height: 1;
}

footer {
    padding: 1.6rem 1rem;
    color: rgba(255, 255, 255, 0.78);
    background: var(--ink);
    font-size: 0.85rem;
    text-align: center;
}

footer p {
    margin: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0;
        padding: 4.5rem 1.25rem 6rem;
        text-align: center;
    }

    .hero__copy {
        padding-bottom: 3rem;
    }

    .hero__headline {
        margin-inline: auto;
    }

    .hero__visual {
        width: min(88vw, 560px);
        justify-self: center;
    }

    .hero__number {
        left: -5%;
    }

    .welcome__grid,
    .wishes__grid {
        grid-template-columns: 1fr;
    }

    .bunny-wrap {
        width: min(88vw, var(--bunny-image-size));
        margin-inline: auto;
    }

    .welcome__content,
    .wishes__copy {
        max-width: 680px;
        margin-inline: auto;
        text-align: center;
    }
}

@media (max-width: 680px) {
    body {
        font-size: 1rem;
    }

    .section {
        padding: 5rem 1rem;
    }

    .hero__date-pill {
        gap: 0.35rem;
        font-size: 0.88rem;
    }

    .hero__date-pill span:not(:last-child)::after {
        margin-left: 0.35rem;
    }

    .hero__signature {
        right: 0.5rem;
    }

    .countdown__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-card {
        grid-template-columns: 1fr;
        border-width: 7px;
    }

    .event-card__date {
        min-height: 260px;
    }

    .event-card__info {
        padding: 2rem 1.4rem;
    }

    .action-grid {
        grid-template-columns: 1fr;
    }

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

    .music-card {
        grid-template-columns: auto 1fr;
    }

    .music-button {
        grid-column: 1 / -1;
        width: 100%;
        border-radius: 999px;
    }

    .music-card__notice {
        text-align: left;
    }

    .button--whatsapp {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .hero__name {
        font-size: 4.5rem;
    }

    .hero__date-pill {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .countdown__grid {
        gap: 0.65rem;
    }

    .countdown__item {
        border-radius: 18px;
    }

    .action-card {
        padding-inline: 1rem;
    }
}

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

    *,
    *::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;
    }
}
