@font-face {
    font-family: "Fraunces";
    src: url("assets/fonts/Fraunces-opsz-wght-latin.woff2") format("woff2");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --paper: #f7f0e4;
    --paper-deep: #eadcc8;
    --ink: #211716;
    --ink-soft: #594c47;
    --fern: #41664a;
    --fern-dark: #263f30;
    --slate: #61749c;
    --teal: #4b9c98;
    --rose: #c97986;
    --gold: #d49a2a;
    --lavender: #8f7da8;
    --white: #fffaf2;
    --line: rgba(33, 23, 22, 0.16);
    --shadow: 0 24px 70px rgba(49, 35, 30, 0.16);
    --font-display: "Fraunces", "Iowan Old Style", Palatino, Georgia, serif;
    --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --max: 1160px;
}

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

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--ink);
    background: linear-gradient(180deg, var(--paper) 0%, #fbf7ef 48%, var(--white) 100%);
    font-family: var(--font-body);
    line-height: 1.6;
}

img,
svg,
picture {
    max-width: 100%;
}

picture {
    display: block;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--slate);
    outline-offset: 4px;
}

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

h1,
h2,
h3 {
    font-family: var(--font-display);
    font-optical-sizing: auto;
    font-weight: 720;
    line-height: 1.02;
    letter-spacing: 0;
}

h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: 4.35rem;
}

h2 {
    margin-bottom: 20px;
    font-size: 3.35rem;
}

h3 {
    margin-bottom: 14px;
    font-size: 2.35rem;
}

.skip-link {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 30;
    transform: translateY(-150%);
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--white);
    background: var(--ink);
    font-weight: 800;
}

.skip-link:focus {
    transform: translateY(0);
}

.visually-hidden,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 12px;
    z-index: 20;
    width: min(var(--max), calc(100% - 32px));
    min-height: 68px;
    margin: 12px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 12px 10px 14px;
    border: 1px solid rgba(33, 23, 22, 0.12);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.82);
    box-shadow: 0 16px 44px rgba(49, 35, 30, 0.1);
    backdrop-filter: blur(18px);
}

.site-mark,
.brand-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}

.site-icon {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 9px;
    box-shadow: 0 6px 16px rgba(33, 23, 22, 0.16);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.site-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.site-nav a:hover {
    color: var(--ink);
    background: rgba(234, 220, 200, 0.42);
}

.site-nav .nav-cta {
    min-width: 122px;
    color: var(--white);
    background: var(--fern);
}

.site-nav .nav-cta:hover {
    color: var(--white);
    background: var(--fern-dark);
}

.hero {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
    padding: 38px 0 76px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.98fr);
    align-items: center;
    gap: 48px;
}

.hero-copy,
.hero-lede {
    min-width: 0;
    overflow-wrap: anywhere;
}

.launch-pill {
    width: fit-content;
    margin: 0 0 14px;
    padding: 8px 13px;
    border: 1px solid rgba(65, 102, 74, 0.26);
    border-radius: 999px;
    color: var(--fern-dark);
    background: rgba(255, 250, 242, 0.78);
    font-size: 0.86rem;
    font-weight: 900;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--fern);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-lede {
    max-width: 620px;
    margin-bottom: 20px;
    color: var(--ink-soft);
    font-size: 1.12rem;
}

.waitlist-form {
    max-width: 600px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.waitlist-form input {
    min-width: 0;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(33, 23, 22, 0.18);
    border-radius: 999px;
    color: var(--ink);
    background: rgba(255, 250, 242, 0.9);
    font: 700 1rem/1 var(--font-body);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.waitlist-form input::placeholder {
    color: rgba(89, 76, 71, 0.66);
}

.waitlist-form button,
.primary-link,
.secondary-link {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    font: 900 0.96rem/1 var(--font-body);
    text-decoration: none;
    cursor: pointer;
}

.waitlist-form button,
.primary-link {
    color: var(--white);
    background: var(--fern);
}

.waitlist-form button:hover,
.primary-link:hover {
    background: var(--fern-dark);
}

.secondary-link {
    color: var(--ink);
    background: rgba(255, 250, 242, 0.78);
    border: 1px solid var(--line);
}

.form-note {
    max-width: 600px;
    margin: 10px 0 22px;
    color: var(--ink-soft);
    font-size: 0.86rem;
}

.trust-strip {
    max-width: 650px;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px 18px;
    flex-wrap: wrap;
    list-style: none;
}

.trust-strip li {
    position: relative;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    color: var(--fern-dark);
    font-size: 0.9rem;
    font-weight: 800;
}

.trust-strip li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fern);
}

.product-stage {
    min-height: 540px;
    position: relative;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.product-stage::before {
    content: "";
    position: absolute;
    inset: 9% 2% 7% 0;
    z-index: -1;
    border: 1px solid rgba(65, 102, 74, 0.13);
    border-radius: 48% 52% 44% 56% / 54% 46% 54% 46%;
    background: rgba(234, 220, 200, 0.42);
}

.device {
    position: relative;
    margin: 0;
    padding: 10px;
    border-radius: 48px;
    background: #0c0d10;
    box-shadow: 0 30px 60px -20px rgba(49, 35, 30, 0.45), 0 10px 24px rgba(49, 35, 30, 0.18);
}

.device img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 38px;
}

.hero-device {
    width: 252px;
}

.hero-device-home {
    transform: translateX(-68px) rotate(-3deg);
}

.hero-device-insights {
    position: absolute;
    width: 232px;
    transform: translate(82px, 28px) rotate(3deg);
}

.device--sm {
    width: 224px;
    border-radius: 44px;
}

.device--sm img {
    border-radius: 34px;
}

.section {
    padding: 104px 0;
}

.section-inner {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
}

.section-inner.narrow {
    max-width: 860px;
}

.section-inner.narrow p:not(.eyebrow) {
    max-width: 760px;
    color: var(--ink-soft);
    font-size: 1.16rem;
}

.intro-band {
    background: rgba(255, 250, 242, 0.7);
    border-top: 1px solid rgba(33, 23, 22, 0.1);
    border-bottom: 1px solid rgba(33, 23, 22, 0.1);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 54px;
}

.feature-flow {
    display: grid;
    gap: 68px;
}

.feature-row {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    align-items: center;
    gap: 86px;
}

.feature-row--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
}

.feature-row--reverse .feature-device {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
}

.feature-row--reverse .feature-copy {
    grid-column: 1;
    grid-row: 1;
}

.feature-device {
    justify-self: center;
}

.feature-copy {
    max-width: 600px;
}

.feature-copy p:not(.flow-step) {
    max-width: 560px;
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 1.12rem;
}

.flow-step {
    margin: 0 0 12px;
    color: var(--fern);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.evidence-section {
    background: #f2e9dd;
}

.archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
    align-items: center;
    gap: 74px;
}

.archive-copy p:not(.eyebrow) {
    max-width: 620px;
    color: var(--ink-soft);
    font-size: 1.1rem;
}

.archive-list {
    position: relative;
    margin: 0;
    padding: 16px;
    display: grid;
    gap: 12px;
    border: 1px solid rgba(65, 102, 74, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.62), rgba(255, 250, 242, 0.32)),
        repeating-linear-gradient(180deg, rgba(65, 102, 74, 0.05) 0 1px, transparent 1px 36px);
    box-shadow: 0 22px 52px rgba(49, 35, 30, 0.09);
}

.archive-list div {
    padding: 18px 20px;
    border: 1px solid rgba(65, 102, 74, 0.14);
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.78)),
        radial-gradient(circle at 96% 18%, rgba(212, 154, 42, 0.14), transparent 32%);
    box-shadow: 0 12px 28px rgba(49, 35, 30, 0.06);
}

.archive-list dt {
    min-height: 50px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: var(--fern-dark);
    font-family: var(--font-display);
    font-size: 1.62rem;
    font-weight: 720;
    line-height: 1.04;
}

.archive-list dd {
    margin: 0;
    color: var(--ink-soft);
    font-size: 0.98rem;
}

.archive-mark {
    position: relative;
    width: 46px;
    height: 46px;
    display: block;
    border: 1px solid rgba(65, 102, 74, 0.18);
    border-radius: 8px;
    background-color: rgba(247, 240, 228, 0.9);
}

.archive-mark--month {
    background:
        radial-gradient(circle at 72% 70%, var(--fern) 0 4px, transparent 5px),
        repeating-linear-gradient(90deg, transparent 0 13px, rgba(65, 102, 74, 0.18) 13px 14px),
        repeating-linear-gradient(180deg, transparent 0 13px, rgba(65, 102, 74, 0.18) 13px 14px),
        rgba(247, 240, 228, 0.92);
}

.archive-mark--journal {
    background:
        linear-gradient(90deg, var(--fern) 0 24px, transparent 24px) 12px 13px / 26px 3px no-repeat,
        linear-gradient(90deg, rgba(89, 76, 71, 0.62) 0 20px, transparent 20px) 12px 23px / 24px 2px no-repeat,
        linear-gradient(90deg, rgba(89, 76, 71, 0.48) 0 16px, transparent 16px) 12px 32px / 24px 2px no-repeat,
        rgba(247, 240, 228, 0.92);
}

.archive-mark--herbarium::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 11px;
    width: 2px;
    height: 25px;
    border-radius: 999px;
    background: rgba(65, 102, 74, 0.74);
    transform: rotate(11deg);
}

.archive-mark--herbarium::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 15px;
    width: 16px;
    height: 22px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, rgba(212, 154, 42, 0.34), rgba(65, 102, 74, 0.62));
    transform: rotate(18deg);
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1fr);
    align-items: center;
    gap: 84px;
}

.split.reverse {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
}

.split > div > p:not(.eyebrow) {
    max-width: 680px;
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.privacy-section {
    background: var(--fern-dark);
    color: var(--white);
}

.privacy-section .eyebrow,
.privacy-section .inline-cta {
    color: #e9c97d;
}

.privacy-section a:focus-visible,
.intro-band a:focus-visible,
.footer a:focus-visible {
    outline-color: #e9c97d;
}

.privacy-section .split > div > p:not(.eyebrow) {
    color: rgba(255, 250, 242, 0.9);
}

.privacy-stack {
    display: grid;
    gap: 14px;
}

.privacy-stack div {
    min-height: 86px;
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.18);
}

.privacy-stack span {
    color: #e9c97d;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.privacy-stack strong {
    font-size: 1.05rem;
    line-height: 1.28;
}

.inline-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--fern-dark);
    font-weight: 900;
    text-decoration-color: rgba(65, 102, 74, 0.45);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.founder-section {
    background: var(--white);
}

.founder-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 72px;
    align-items: start;
}

.founder-note {
    padding-top: 6px;
}

.founder-note p {
    color: var(--ink-soft);
    font-size: 1.12rem;
}

.founder-note .signature {
    margin-top: 28px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 1.42rem;
    font-weight: 700;
}

.faq-section {
    background: var(--paper);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
    gap: 70px;
    align-items: start;
}

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

.faq-list details {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 250, 242, 0.76);
}

.faq-list summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--fern-dark);
    background: rgba(65, 102, 74, 0.11);
    font-weight: 900;
}

.faq-list details[open] summary::after {
    content: "–";
}

.faq-list p {
    margin: 2px 18px 20px;
    color: var(--ink-soft);
}

.closing-section {
    padding-top: 84px;
    background: linear-gradient(180deg, var(--paper) 0%, #eee1cf 100%);
}

.closing-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
    gap: 48px;
    align-items: center;
    padding: 42px;
    border: 1px solid rgba(65, 102, 74, 0.18);
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.78);
    box-shadow: var(--shadow);
}

.closing-card h2 {
    margin-bottom: 0;
    font-size: 2.65rem;
}

.closing-form-wrap .form-note {
    margin-bottom: 0;
}

.footer {
    padding: 34px 0 28px;
    color: rgba(255, 250, 242, 0.78);
    background: var(--ink);
}

.footer-inner {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer p {
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    color: var(--white);
    text-decoration-color: rgba(255, 250, 242, 0.36);
    text-underline-offset: 4px;
}

.disclaimer {
    width: min(800px, calc(100% - 32px));
    margin: 0 auto;
    color: rgba(255, 250, 242, 0.62);
    font-size: 0.84rem;
    text-align: center;
}

.page-header {
    width: min(840px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.content-page {
    width: min(840px, calc(100% - 32px));
    margin: 0 auto;
    padding: 56px 0 96px;
}

.content-page h1 {
    margin-bottom: 10px;
    font-size: 5rem;
}

.last-updated {
    margin-bottom: 48px;
    color: var(--ink-soft);
    font-weight: 800;
}

.content-section {
    padding: 34px 0;
    border-top: 1px solid var(--line);
}

.content-section:first-of-type {
    border-top: 0;
}

.content-section h2 {
    margin-bottom: 18px;
    font-size: 2.75rem;
}

.content-section h3 {
    margin-top: 24px;
    color: var(--fern-dark);
}

.content-section p,
.content-section li {
    color: var(--ink-soft);
}

.content-section ul {
    padding-left: 22px;
}

.content-section li {
    margin-bottom: 8px;
}

.content-section a {
    color: var(--fern-dark);
    font-weight: 900;
    text-underline-offset: 4px;
}

.highlight-section {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.72);
}

.reveal-enabled .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

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

@media (min-width: 781px) {
    html {
        scroll-padding-top: 112px;
    }
}

@media (max-width: 1080px) {
    h1 {
        font-size: 3.85rem;
    }

    h2 {
        font-size: 2.85rem;
    }

    h3 {
        font-size: 2rem;
    }

    .hero {
        grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1fr);
        gap: 38px;
    }

    .hero-device {
        width: 246px;
    }

    .hero-device-insights {
        width: 230px;
        transform: translate(78px, 30px) rotate(3deg);
    }

    .feature-row,
    .feature-row--reverse,
    .archive-layout,
    .founder-layout,
    .faq-layout,
    .closing-card {
        grid-template-columns: 1fr;
    }

    .feature-row--reverse .feature-device,
    .feature-row--reverse .feature-copy {
        grid-column: auto;
        grid-row: auto;
    }

    .feature-row,
    .feature-row--reverse {
        gap: 34px;
    }

    .feature-row--reverse .feature-copy {
        order: 2;
    }

    .feature-row--reverse .feature-device {
        order: 1;
        justify-self: center;
    }

    .archive-layout,
    .founder-layout,
    .faq-layout {
        gap: 38px;
    }
}

@media (max-width: 780px) {
    .site-header {
        position: static;
        width: calc(100% - 24px);
        margin-top: 12px;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 9px 12px 10px;
        border-radius: 24px;
    }

    .site-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 2px;
    }

    .site-nav a {
        min-height: 44px;
        padding-inline: 9px;
        font-size: 0.88rem;
    }

    .site-nav .nav-cta {
        min-height: 44px;
    }

    .site-mark {
        min-height: 44px;
    }

    .site-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .hero {
        width: calc(100% - 24px);
        padding: 44px 0 70px;
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-stage {
        min-height: 500px;
    }

    .hero-device-home {
        transform: translateX(-52px) rotate(-3deg);
    }

    .hero-device-insights {
        transform: translate(66px, 30px) rotate(3deg);
    }

    .section {
        padding: 78px 0;
    }

    .section-inner,
    .footer-inner,
    .disclaimer,
    .page-header,
    .content-page {
        width: calc(100% - 24px);
    }

    .feature-flow {
        gap: 58px;
    }

    .split,
    .split.reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .privacy-section .split.reverse > div:not(.privacy-stack) {
        order: 1;
    }

    .privacy-section .privacy-stack {
        order: 2;
    }

    .closing-card {
        padding: 30px 22px;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    h1 {
        max-width: 10ch;
        font-size: 2.75rem;
    }

    h2,
    .closing-card h2,
    .content-page h1 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 1.82rem;
    }

    .hero-lede,
    .section-inner.narrow p:not(.eyebrow),
    .feature-copy p:not(.flow-step),
    .archive-copy p:not(.eyebrow),
    .split > div > p:not(.eyebrow),
    .founder-note p {
        font-size: 1rem;
    }

    .waitlist-form {
        grid-template-columns: 1fr;
    }

    .waitlist-form button {
        width: 100%;
    }

    .product-stage {
        min-height: 430px;
    }

    .hero-device {
        width: 196px;
        border-radius: 40px;
        padding: 8px;
    }

    .hero-device img {
        border-radius: 32px;
    }

    .hero-device-home {
        transform: translateX(-42px) rotate(-3deg);
    }

    .hero-device-insights {
        width: 182px;
        transform: translate(54px, 24px) rotate(3deg);
    }

    .device--sm {
        width: 210px;
    }

    .privacy-stack div {
        grid-template-columns: 76px 1fr;
    }

    .faq-list summary {
        align-items: flex-start;
    }
}

@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-enabled .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
