:root {
    --ink: #151815;
    --ink-soft: #384039;
    --muted: #68736a;
    --paper: #f7faf7;
    --surface: #ffffff;
    --surface-green: #eaf5ee;
    --surface-blue: #edf5fb;
    --surface-warm: #fff5e6;
    --line: #dbe2dc;
    --line-strong: #bdc9bf;
    --tomato: #dc493d;
    --tomato-dark: #b9342e;
    --basil: #236f53;
    --blue: #315fba;
    --saffron: #e3a72f;
    --shadow: 0 18px 48px rgba(21, 24, 21, 0.12);
    --shadow-strong: 0 30px 86px rgba(21, 24, 21, 0.22);
    --radius: 8px;
    --content: min(1180px, calc(100vw - 40px));
    --primary: var(--tomato);
    --primary-dark: var(--tomato-dark);
    --primary-light: #ef776e;
    --text: var(--ink);
    --text-secondary: var(--muted);
    --background: var(--paper);
    --background-alt: var(--surface-blue);
    --border: var(--line);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(180deg, #f7faf7 0%, #eef7f2 42%, #f8faf8 100%);
    font-family: "Avenir Next", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    color: #fff;
    background: var(--tomato);
}

a {
    color: inherit;
}

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

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

.skip-link {
    position: fixed;
    left: 14px;
    top: 14px;
    z-index: 20;
    padding: 10px 12px;
    color: #fff;
    background: var(--ink);
    border-radius: var(--radius);
    text-decoration: none;
    transform: translateY(-160%);
}

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

.site-hero {
    position: relative;
    min-height: 88svh;
    overflow: hidden;
    color: #fff;
    background: #0d1410;
    isolation: isolate;
}

.site-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(13, 20, 16, 0.97) 0%, rgba(13, 20, 16, 0.86) 34%, rgba(13, 20, 16, 0.2) 72%),
        linear-gradient(0deg, rgba(13, 20, 16, 0.9) 0%, rgba(13, 20, 16, 0) 44%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
}

.site-nav {
    position: relative;
    z-index: 3;
    width: var(--content);
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-brand,
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0;
}

.site-brand img,
.footer-logo img {
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    font-weight: 800;
}

.nav-links a {
    text-decoration: none;
    transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    color: #fff;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-shot {
    position: absolute;
    border-radius: 28px;
    object-fit: cover;
    background: #1d211f;
    box-shadow: var(--shadow-strong);
}

.hero-shot-primary {
    width: clamp(230px, 24vw, 360px);
    right: 14vw;
    top: 11svh;
    transform: rotate(-4deg);
}

.hero-shot-secondary {
    width: clamp(190px, 19vw, 290px);
    right: 4vw;
    bottom: 6svh;
    transform: rotate(5deg);
}

.hero-shot-ipad {
    width: clamp(410px, 46vw, 720px);
    right: -10vw;
    top: 15svh;
    border-radius: 22px;
    opacity: 0.86;
}

.hero-shot-watch {
    width: clamp(110px, 12vw, 170px);
    right: 30vw;
    bottom: 8svh;
    border-radius: 24px;
    transform: rotate(8deg);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: var(--content);
    min-height: calc(88svh - 76px);
    margin: 0 auto;
    padding: clamp(50px, 8svh, 100px) 0 clamp(54px, 9svh, 112px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

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

.site-hero .eyebrow,
.feature-band-cook .eyebrow,
.page-hero .eyebrow {
    color: #a9e7c1;
}

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

h1,
h2,
h3 {
    font-family: "Avenir Next", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.03;
    letter-spacing: 0;
    text-wrap: balance;
}

h1 {
    max-width: 820px;
    margin-bottom: 18px;
    font-size: clamp(4.2rem, 12vw, 9rem);
    font-weight: 950;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(2.1rem, 5vw, 4.6rem);
    font-weight: 950;
}

h3 {
    font-size: 1.18rem;
    font-weight: 900;
}

.hero-lede {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    text-wrap: pretty;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-size: 0.95rem;
    font-weight: 850;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button:active {
    transform: scale(0.98);
}

.button-primary {
    color: #fff;
    background: var(--tomato);
    box-shadow: 0 14px 34px rgba(220, 73, 61, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: var(--tomato-dark);
}

.button-secondary {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.42);
}

.site-hero .button-secondary,
.page-hero .button-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(18px);
}

.launch-note {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.94rem;
}

.proof-strip {
    width: var(--content);
    margin: -42px auto 0;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--line);
    box-shadow: var(--shadow);
}

.proof-strip div {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    background: var(--surface);
}

.proof-strip strong {
    color: var(--ink);
    font-size: clamp(1.55rem, 2.8vw, 2.35rem);
    line-height: 1;
    font-weight: 950;
}

.proof-strip span {
    margin-top: 8px;
    color: var(--muted);
    font-weight: 760;
}

.section {
    width: var(--content);
    margin: 0 auto;
    padding: clamp(74px, 10vw, 128px) 0;
}

.section-heading {
    max-width: 880px;
}

.section-heading p:not(.eyebrow) {
    max-width: 700px;
    color: var(--muted);
    font-size: 1.08rem;
}

.section-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(36px, 6vw, 80px);
    align-items: start;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.workflow-card,
.price-card,
.privacy-grid article,
.faq-item,
.contact-section,
.quick-help-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 10px 28px rgba(21, 24, 21, 0.06);
}

.workflow-card {
    min-height: 214px;
    padding: 22px;
}

.workflow-card span {
    color: var(--tomato);
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.12em;
}

.workflow-card h3 {
    margin: 34px 0 10px;
}

.workflow-card p,
.feature-copy p,
.privacy-section p,
.price-card p,
.support-cta p,
.footer-brand p,
.footer-bottom p,
.legal-content p,
.legal-content li,
.support-content p,
.support-content li {
    color: var(--muted);
}

.feature-band {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 80px);
    align-items: center;
    padding: clamp(72px, 9vw, 124px) max(20px, calc((100vw - 1180px) / 2));
    overflow: hidden;
}

.feature-band-capture {
    background:
        linear-gradient(135deg, rgba(49, 95, 186, 0.08), rgba(35, 111, 83, 0.12)),
        var(--surface-blue);
}

.feature-band-plan {
    background: var(--surface);
}

.feature-band-cook {
    color: #fff;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
        #142019;
}

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

.feature-copy p {
    font-size: 1.06rem;
    text-wrap: pretty;
}

.feature-band-cook .feature-copy p,
.feature-band-cook .feature-list li {
    color: rgba(255, 255, 255, 0.76);
}

.feature-list {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 28px;
    color: var(--ink-soft);
    font-weight: 760;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--saffron);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.72);
}

.screen-cluster,
.watch-showcase {
    position: relative;
    min-height: clamp(420px, 52vw, 720px);
}

.screen-cluster img,
.watch-showcase img,
.screenshot-rail img {
    border-radius: 26px;
    background: #202020;
    box-shadow: var(--shadow-strong);
}

.screen-cluster-capture img:first-child {
    width: min(310px, 47vw);
    margin-left: 10%;
    transform: rotate(-3deg);
}

.screen-cluster-capture img:last-child {
    position: absolute;
    width: min(270px, 41vw);
    right: 6%;
    bottom: 0;
    transform: rotate(4deg);
}

.screen-cluster-wide img:first-child {
    width: min(610px, 74vw);
    border-radius: 18px;
}

.screen-cluster-wide img:last-child {
    position: absolute;
    width: min(245px, 34vw);
    right: 2%;
    bottom: 0;
    transform: rotate(3deg);
}

.watch-showcase {
    min-height: clamp(480px, 56vw, 740px);
}

.cook-phone {
    width: min(330px, 48vw);
    margin-left: 12%;
    transform: rotate(-2deg);
}

.cook-watch {
    position: absolute;
    width: min(168px, 25vw);
    right: 18%;
    bottom: 8%;
    border-radius: 24px;
    transform: rotate(7deg);
}

.privacy-section {
    width: var(--content);
    margin: 0 auto;
    padding: clamp(72px, 10vw, 130px) 0;
}

.privacy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.privacy-grid article {
    min-height: 220px;
    padding: 24px;
}

.privacy-grid article:nth-child(1) {
    border-top: 6px solid var(--basil);
}

.privacy-grid article:nth-child(2) {
    border-top: 6px solid var(--tomato);
}

.privacy-grid article:nth-child(3) {
    border-top: 6px solid var(--blue);
}

.screenshot-section {
    padding: clamp(72px, 10vw, 124px) 0;
    background: #eaf3ed;
}

.screenshot-section .section-heading {
    width: var(--content);
    margin: 0 auto 34px;
}

.screenshot-rail {
    width: min(100vw, 1440px);
    margin: 0 auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 270px);
    gap: 18px;
    overflow-x: auto;
    padding: 4px max(20px, calc((100vw - 1180px) / 2)) 24px;
    scroll-snap-type: x mandatory;
}

.screenshot-rail figure {
    margin: 0;
    scroll-snap-align: center;
}

.screenshot-rail img {
    width: 100%;
    aspect-ratio: 1320 / 2868;
    object-fit: cover;
}

.screenshot-rail figcaption {
    margin-top: 12px;
    color: var(--ink-soft);
    font-size: 0.92rem;
    font-weight: 850;
    text-align: center;
}

.pricing-section {
    width: var(--content);
    margin: 0 auto;
    padding: clamp(72px, 10vw, 130px) 0;
}

.pricing-section .section-heading {
    margin-bottom: 32px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.price-card {
    position: relative;
    min-height: 430px;
    padding: 26px;
}

.featured-price {
    border-color: rgba(220, 73, 61, 0.36);
    box-shadow: 0 18px 48px rgba(220, 73, 61, 0.13);
}

.plan-badge {
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--tomato);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price {
    margin: 18px 0 8px;
    color: var(--ink);
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
}

.price span {
    color: var(--muted);
    font-size: 0.96rem;
    font-weight: 760;
}

.price-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 24px;
    color: var(--ink-soft);
    font-weight: 720;
}

.price-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--basil);
}

.pricing-note {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--muted);
}

.support-cta {
    width: var(--content);
    margin: 0 auto clamp(72px, 9vw, 118px);
    padding: clamp(28px, 4vw, 42px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.support-cta h2 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(1.8rem, 3.5vw, 3.2rem);
}

.support-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.support-links .button-secondary {
    border-color: var(--line);
    background: var(--paper);
}

.site-footer {
    color: #fff;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
        #151815;
}

.footer-content {
    width: var(--content);
    margin: 0 auto;
    padding: 56px 0 38px;
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(34px, 7vw, 92px);
}

.footer-brand p {
    max-width: 360px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.64);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.footer-links h4 {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.77rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-links a {
    display: block;
    margin: 9px 0;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: #fff;
}

.footer-bottom {
    width: var(--content);
    margin: 0 auto;
    padding: 20px 0 28px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.84);
}

.page-hero {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(13, 20, 16, 0.97), rgba(13, 20, 16, 0.82)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
        #142019;
}

.page-hero .site-nav {
    color: #fff;
}

.page-title {
    width: var(--content);
    margin: 0 auto;
    padding: clamp(46px, 8vw, 92px) 0 clamp(48px, 8vw, 88px);
}

.page-title h1 {
    max-width: 900px;
    font-size: clamp(3rem, 8vw, 6.8rem);
}

.page-title p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.14rem;
}

.back-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
    color: var(--tomato);
    font-weight: 850;
    text-decoration: none;
}

.legal-content,
.support-content {
    width: min(900px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 62px 0 76px;
}

.legal-content h1,
.support-content h1 {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    margin-bottom: 12px;
}

.legal-content h2,
.support-content h2 {
    font-size: clamp(1.55rem, 4vw, 2.25rem);
    margin-top: 42px;
}

.legal-content h3,
.support-content h3 {
    margin-bottom: 10px;
}

.legal-content ul,
.support-content ul {
    padding-left: 1.25rem;
}

.updated {
    color: var(--muted);
    font-weight: 760;
}

.quick-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 46px;
}

.quick-help-card {
    min-height: 150px;
    padding: 22px;
}

.quick-help-card h2 {
    margin: 0 0 10px;
    font-size: 1.24rem;
}

.faq-section {
    margin-bottom: 42px;
}

.faq-section h2 {
    margin-bottom: 18px;
}

.faq-item {
    padding: 20px;
    margin-bottom: 12px;
}

.faq-item h3 {
    margin-bottom: 8px;
    color: var(--ink);
}

.faq-item p {
    margin-bottom: 0;
}

.contact-section {
    padding: clamp(24px, 4vw, 34px);
    text-align: center;
}

.contact-section h2 {
    margin-top: 0;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    color: #fff;
    background: var(--tomato);
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 850;
}

.error-content {
    width: min(620px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 8rem 0;
    text-align: center;
}

.error-content h1 {
    margin-bottom: 1rem;
    color: var(--tomato);
}

.error-icon {
    margin: 0 auto 1.5rem;
    border-radius: var(--radius);
}

.error-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    color: #fff;
    background: var(--tomato);
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 850;
}

@media (max-width: 980px) {
    :root {
        --content: min(100vw - 28px, 760px);
    }

    .site-nav {
        min-height: 68px;
    }

    .nav-links {
        gap: 14px;
        font-size: 0.88rem;
    }

    .hero-shot-ipad {
        right: -28vw;
        opacity: 0.7;
    }

    .hero-shot-primary {
        right: 3vw;
        top: 18svh;
        opacity: 0.9;
    }

    .hero-shot-secondary,
    .hero-shot-watch {
        display: none;
    }

    .hero-content {
        min-height: calc(86svh - 68px);
    }

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

    .section-intro,
    .feature-band,
    .privacy-grid,
    .pricing-grid,
    .support-cta,
    .footer-content,
    .quick-help-grid {
        grid-template-columns: 1fr;
    }

    .feature-band-plan .screen-cluster {
        order: 2;
    }

    .support-cta {
        display: grid;
    }

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

@media (max-width: 720px) {
    .site-hero {
        min-height: 92svh;
    }

    .site-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 16px 0;
    }

    .nav-links {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .hero-content {
        min-height: auto;
        padding: 56px 0 72px;
    }

    .hero-shot-ipad {
        width: 640px;
        right: -430px;
        top: 18svh;
    }

    .hero-shot-primary {
        width: 210px;
        right: -30px;
        top: 32svh;
    }

    h1 {
        font-size: clamp(4rem, 20vw, 6.2rem);
    }

    .hero-lede {
        max-width: 440px;
    }

    .button,
    .contact-button {
        width: 100%;
    }

    .proof-strip {
        width: 100%;
        margin-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .proof-strip div {
        min-height: 112px;
        padding: 20px;
    }

    .section,
    .feature-band,
    .privacy-section,
    .pricing-section {
        padding-top: 68px;
        padding-bottom: 68px;
    }

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

    .feature-band {
        gap: 28px;
    }

    .screen-cluster,
    .watch-showcase {
        min-height: 430px;
    }

    .screen-cluster-capture img:first-child,
    .cook-phone {
        width: min(260px, 72vw);
        margin-left: 0;
    }

    .screen-cluster-capture img:last-child {
        width: min(220px, 58vw);
        right: 0;
    }

    .screen-cluster-wide img:first-child {
        width: min(520px, 96vw);
    }

    .screen-cluster-wide img:last-child {
        width: min(190px, 52vw);
    }

    .cook-watch {
        width: min(140px, 38vw);
        right: 4%;
    }

    .screenshot-rail {
        grid-auto-columns: minmax(184px, 68vw);
    }

    .price-card {
        min-height: auto;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

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

    *,
    *::before,
    *::after {
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }
}
