:root {
    --ink: #141518;
    --ink-soft: #292a2e;
    --paper: #f5f3ef;
    --paper-2: #ece9e3;
    --white: #fffefa;
    --muted: #77746e;
    --line: rgba(20, 21, 24, .12);
    --shadow: 0 32px 90px rgba(25, 22, 18, .13);
    --radius: 30px;
    --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 140px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color: white; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 50;
    padding: 18px 0;
    transition: .3s ease;
}
.site-header.scrolled { padding: 10px 0; }
.nav-shell {
    width: var(--shell); margin: auto; min-height: 62px; padding: 10px 12px 10px 18px;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    border: 1px solid rgba(255,255,255,.6); border-radius: 22px;
    background: rgba(250,249,246,.72); backdrop-filter: blur(22px) saturate(150%);
    box-shadow: 0 12px 35px rgba(30,27,22,.06);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 21px; font-weight: 760; letter-spacing: -.8px; }
.brand img { border-radius: 11px; box-shadow: 0 5px 14px rgba(0,0,0,.08); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 590; color: #4d4c48; }
.main-nav a, .text-link { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: #000; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 620; }
.nav-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1.5px; background: var(--ink); margin: 5px auto; }

.button {
    min-height: 52px; padding: 0 25px; border-radius: 15px;
    display: inline-flex; align-items: center; justify-content: center; gap: 28px;
    border: 1px solid transparent; font-size: 14px; font-weight: 680;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 12px 26px rgba(20,21,24,.17); }
.button-dark:hover { background: #000; box-shadow: 0 16px 35px rgba(20,21,24,.24); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.button-outline { border-color: rgba(255,255,255,.22); color: white; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 12px; font-size: 13px; }

.hero { padding-top: 195px; padding-bottom: 80px; overflow: hidden; min-height: 980px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 15%, #fff 0, rgba(255,255,255,.7) 14%, transparent 40%), linear-gradient(180deg, #f9f8f5, var(--paper)); }
.hero-glow { position: absolute; width: 570px; height: 570px; border-radius: 50%; right: -180px; top: 110px; background: rgba(255,255,255,.8); filter: blur(5px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 30px; }
.hero-copy { padding-top: 10px; z-index: 2; }
.eyebrow { margin: 0 0 24px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 740; color: #686660; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; max-width: 680px; font-size: clamp(58px, 6.2vw, 98px); line-height: .92; letter-spacing: -.067em; font-weight: 570; }
h1 span { color: #85817a; }
.hero-lead { max-width: 560px; margin: 34px 0; color: #696761; font-size: 18px; line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 29px; color: #77746e; font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #e4e1db; color: var(--ink); font-size: 10px; font-style: normal; }

.product-stage { position: relative; height: 630px; transform: translateX(50px); }
.desktop-card {
    position: absolute; width: 700px; height: 468px; left: 0; top: 35px;
    overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 25px;
    background: rgba(255,255,255,.86); box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
}
.window-bar { height: 45px; padding: 0 16px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #ebe9e5; color: #85827d; font-size: 9px; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #d8d5cf; }
.window-bar b { margin-left: auto; margin-right: auto; font-weight: 550; }
.dashboard-body { display: grid; grid-template-columns: 115px 1fr; height: calc(100% - 45px); }
.dashboard-body aside { background: #f2f0ec; padding: 19px 12px; display: flex; flex-direction: column; gap: 10px; }
.mini-brand { display: flex; align-items: center; gap: 6px; margin-bottom: 16px; font-size: 10px; font-weight: 700; }
.mini-brand img { width: 21px; border-radius: 6px; }
.dashboard-body aside > span { padding: 9px; border-radius: 8px; color: #85827e; font-size: 8px; }
.dashboard-body aside .active { color: white; background: var(--ink); }
.schedule { padding: 25px; }
.schedule-head { display: flex; justify-content: space-between; align-items: end; }
.schedule-head small, .schedule-head strong { display: block; }
.schedule-head small { color: #8b8882; font-size: 8px; margin-bottom: 4px; }
.schedule-head strong { font-size: 17px; letter-spacing: -.5px; }
.schedule-head em { padding: 8px 10px; border-radius: 7px; background: var(--ink); color: white; font-size: 7px; font-style: normal; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 19px 0; }
.metrics div { min-height: 69px; padding: 11px; border-radius: 11px; background: #f6f4f1; }
.metrics small, .metrics strong, .metrics span { display: block; }
.metrics small { color: #96928c; font-size: 7px; }
.metrics strong { margin: 5px 0; font-size: 18px; }
.metrics span { color: #7e8176; font-size: 6px; }
.timeline { position: relative; display: grid; grid-template-columns: 26px 1fr 1fr; gap: 8px; min-height: 243px; border-top: 1px solid #eeece8; padding-top: 12px; }
.time-labels { display: flex; flex-direction: column; justify-content: space-around; color: #aaa69f; font-size: 7px; }
.staff-column { position: relative; padding-left: 5px; border-left: 1px solid #efede9; }
.staff-column > strong { font-size: 8px; }
.appointment { position: absolute; left: 5px; right: 5px; top: 55px; padding: 10px; border-radius: 9px; background: #eeebe6; font-size: 7px; }
.appointment:nth-child(3) { top: 145px; }
.appointment b, .appointment small { display: block; }
.appointment small { margin-top: 4px; opacity: .65; }
.appointment-dark { color: white; background: var(--ink); }
.appointment-warm { background: #ded9d0; }

.phone-card {
    position: absolute; z-index: 3; width: 238px; min-height: 480px; right: -34px; bottom: 13px; padding: 14px 15px 10px;
    border: 7px solid #17181a; border-radius: 37px; color: var(--ink); background: #faf9f6;
    box-shadow: 0 34px 75px rgba(22,20,17,.26); transform: rotate(2deg);
}
.phone-top { display: flex; justify-content: space-between; align-items: center; padding: 0 5px 19px; font-size: 7px; font-weight: 700; }
.phone-top i { width: 58px; height: 15px; border-radius: 20px; background: #17181a; }
.salon-heading { display: grid; grid-template-columns: 42px 1fr 24px; gap: 9px; align-items: center; }
.salon-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: white; background: #25272a; font-family: Georgia, serif; }
.salon-heading small, .salon-heading strong { display: block; }
.salon-heading small { color: #98948d; font-size: 7px; }
.salon-heading strong { font-size: 13px; margin-top: 2px; }
.salon-heading button { border: 0; background: none; font-size: 16px; }
.phone-card > p { color: #98948d; margin: 18px 0 11px; font-size: 8px; }
.date-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.date-strip span { padding: 8px 4px; text-align: center; border: 1px solid #e9e6e0; border-radius: 10px; font-size: 9px; font-weight: 700; }
.date-strip small { display: block; margin-bottom: 5px; color: #aaa69e; font-size: 6px; }
.date-strip .selected { color: white; background: var(--ink); border-color: var(--ink); }
.date-strip .selected small { color: #d8d5d0; }
.mobile-section-title { display: flex; justify-content: space-between; margin: 21px 0 10px; font-size: 9px; }
.mobile-section-title small { color: #95918a; font-size: 7px; }
.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.time-grid span { padding: 9px 0; text-align: center; border: 1px solid #e3e0da; border-radius: 8px; font-size: 8px; }
.mobile-continue { width: 100%; margin-top: 24px; padding: 12px; border: 0; border-radius: 10px; color: white; background: var(--ink); font-size: 9px; font-weight: 700; }
.home-indicator { width: 70px; height: 3px; margin: 15px auto 0; border-radius: 4px; background: #252629; }
.ambient-card { position: absolute; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.35); box-shadow: 0 20px 50px rgba(0,0,0,.05); }
.ambient-card-one { width: 180px; height: 130px; left: 75px; top: 0; border-radius: 28px; transform: rotate(-13deg); }
.ambient-card-two { width: 220px; height: 160px; right: 60px; bottom: 0; border-radius: 32px; transform: rotate(13deg); }
.trusted { position: relative; margin-top: 30px; text-align: center; }
.trusted p { margin-bottom: 22px; color: #99958e; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.trusted div { display: flex; justify-content: center; gap: clamp(24px, 5vw, 72px); flex-wrap: wrap; color: #6c6964; font-size: 15px; font-weight: 650; }

.section-heading { max-width: 720px; }
.section-heading h2, .salon-copy h2, .cta-panel h2 { margin: 0; font-size: clamp(47px, 5.5vw, 78px); line-height: .98; letter-spacing: -.057em; font-weight: 550; }
.section-heading > p:last-child, .salon-copy > p { max-width: 570px; margin: 28px 0 0; color: #77746e; font-size: 17px; line-height: 1.65; }
.product-story { background: #e9e6e0; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 75px; }
.feature-card { min-height: 540px; overflow: hidden; padding: 42px; border-radius: var(--radius); background: #f6f4f0; }
.feature-large { grid-row: span 2; min-height: 1098px; display: flex; flex-direction: column; }
.feature-dark { color: white; background: var(--ink); }
.feature-copy { position: relative; z-index: 2; }
.feature-number { font-size: 11px; color: #98958e; }
.feature-copy h3 { max-width: 460px; margin: 25px 0 15px; font-size: clamp(29px, 3vw, 42px); line-height: 1.05; letter-spacing: -.045em; font-weight: 580; }
.feature-copy p { max-width: 450px; margin: 0; color: #7d7973; font-size: 15px; line-height: 1.65; }
.feature-dark .feature-copy p { color: #a9a7a2; }
.calendar-visual { flex: 1; margin: 70px 0 -100px 30px; padding: 27px; border-radius: 28px 0 0 0; background: white; box-shadow: -20px 30px 60px rgba(0,0,0,.09); transform: rotate(-3deg); }
.calendar-toolbar { display: flex; justify-content: space-between; font-size: 15px; }
.calendar-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 30px 0 20px; text-align: center; color: #a29e97; font-size: 9px; }
.calendar-days span { padding: 12px 4px; border-radius: 12px; }
.calendar-days b { display: block; color: var(--ink); font-size: 15px; margin-top: 6px; }
.calendar-days .today { color: #aaa; background: var(--ink); }
.calendar-days .today b { color: white; }
.calendar-slots { position: relative; height: 520px; background: repeating-linear-gradient(to bottom, transparent 0 84px, #efede9 85px); }
.calendar-slots article { position: absolute; left: 24%; right: 8%; top: 120px; padding: 20px; border-radius: 14px; background: #e6e2db; font-size: 12px; }
.calendar-slots article b { display: block; margin-bottom: 7px; }
.palette-visual { height: 190px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 10px; margin-top: 65px; }
.palette-visual span { display: block; height: 72%; border-radius: 18px; background: #e1ded8; }
.palette-visual span:nth-child(2) { height: 100%; background: var(--ink); }
.palette-visual span:nth-child(3) { height: 82%; background: #a79e91; }
.palette-visual span:nth-child(4) { height: 60%; background: white; }
.privacy-visual { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 70px; }
.privacy-visual div { min-width: 128px; padding: 21px 16px; border: 1px solid #383a3e; border-radius: 17px; font-size: 12px; }
.privacy-visual b { float: right; }
.privacy-visual span { color: #89898a; font-size: 8px; text-align: center; }

.salon-section { background: var(--paper); }
.salon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.salon-copy ul { list-style: none; padding: 0; margin: 55px 0 0; }
.salon-copy li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.salon-copy li > span { color: #aaa69f; font-size: 11px; }
.salon-copy li b, .salon-copy li small { display: block; }
.salon-copy li b { font-size: 15px; }
.salon-copy li small { margin-top: 7px; color: #85817b; font-size: 13px; line-height: 1.5; }
.salon-panel { min-height: 600px; padding: 42px; border-radius: 35px; color: white; background: var(--ink); box-shadow: 0 36px 80px rgba(20,21,24,.2); }
.panel-top { display: flex; justify-content: space-between; color: #99999a; font-size: 11px; }
.panel-top strong { color: white; }
.big-metric { margin-top: 55px; font-size: 112px; line-height: 1; letter-spacing: -.08em; }
.big-metric small { font-size: 36px; color: #77787b; }
.bar-chart { height: 245px; display: flex; align-items: end; gap: 13px; padding-top: 35px; border-bottom: 1px solid #3b3c3f; }
.bar-chart span { position: relative; flex: 1; height: var(--height); border-radius: 9px 9px 0 0; background: #424347; }
.bar-chart .peak { background: #f0ede7; }
.bar-chart i { position: absolute; left: 50%; bottom: -26px; transform: translateX(-50%); color: #77787b; font-size: 9px; font-style: normal; }
.panel-bottom { display: flex; justify-content: space-between; margin-top: 52px; font-size: 11px; color: #97979a; }
.panel-bottom i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #f0ede7; }
.panel-bottom b { color: #d6d3cd; }

.pricing-section { color: white; background: var(--ink); }
.pricing-heading { max-width: 850px; }
.pricing-heading .eyebrow, .pricing-heading > p:last-child { color: #9d9b97; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 70px; align-items: stretch; }
.price-card { position: relative; min-height: 540px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: #1d1e21; }
.price-card.featured { color: var(--ink); background: #e8e4dd; transform: translateY(-15px); }
.popular { position: absolute; right: 18px; top: 18px; padding: 6px 8px; border-radius: 7px; background: var(--ink); color: white; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.price-card h3 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.03em; }
.price-card > div:first-of-type p { min-height: 60px; margin: 0; color: #9c9b9c; font-size: 12px; line-height: 1.6; }
.featured > div:first-of-type p { color: #6e6b66; }
.price { margin: 35px 0; }
.price strong, .price span { display: block; }
.price strong { font-size: clamp(28px, 2.6vw, 39px); letter-spacing: -.055em; }
.price span { margin-top: 7px; color: #8e8e90; font-size: 10px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 35px; font-size: 12px; }
.price-card li { display: flex; gap: 9px; margin: 13px 0; color: #c1c0bf; }
.featured li { color: #4d4c49; }
.price-card li span { font-weight: 800; }
.price-card .button { margin-top: auto; width: 100%; }
.featured .button-light { color: white; background: var(--ink); }

.final-cta { padding: 60px 0; background: var(--paper); }
.cta-panel { min-height: 630px; padding: 80px 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 42px; color: white; background: radial-gradient(circle at 50% 0, #36383c, transparent 45%), var(--ink); overflow: hidden; }
.cta-panel img { border-radius: 24px; box-shadow: 0 15px 40px rgba(0,0,0,.25); margin-bottom: 38px; }
.cta-panel .eyebrow { color: #aaa9a6; }
.cta-panel > p:not(.eyebrow) { max-width: 520px; margin: 25px auto 32px; color: #aaa9a6; line-height: 1.6; }
.cta-panel > div { display: flex; align-items: center; gap: 27px; }
.cta-link { font-size: 13px; font-weight: 650; }
.cta-link span { margin-left: 15px; }

.site-footer { padding: 90px 0 25px; background: #e7e4de; }
.footer-main { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; padding-bottom: 80px; }
.footer-brand { margin-bottom: 22px; }
.footer-main > div:first-child p { color: #78756f; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links section { display: flex; flex-direction: column; gap: 14px; font-size: 13px; color: #74716c; }
.footer-links b { margin-bottom: 7px; color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.footer-links a:hover { color: #000; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 25px; border-top: 1px solid var(--line); color: #89857f; font-size: 11px; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom span:last-child { text-align: right; }
.footer-bottom a { color: var(--ink); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 1080px) {
    .main-nav { gap: 19px; }
    .product-stage { transform: scale(.88) translateX(25px); transform-origin: left center; }
    .hero-grid { grid-template-columns: .9fr 1.1fr; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .price-card.featured { transform: none; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 30px, 650px); }
    .section { padding: 92px 0; }
    .site-header { padding-top: 10px; }
    .nav-shell { grid-template-columns: 1fr auto; }
    .nav-toggle { display: block; justify-self: end; }
    .main-nav {
        position: fixed; inset: 82px 15px auto; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0;
        border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(250,249,246,.96); box-shadow: var(--shadow);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 16px 10px; border-bottom: 1px solid var(--line); font-size: 16px; }
    .nav-actions { display: none; }
    .hero { padding-top: 145px; min-height: auto; }
    .hero-grid { display: block; }
    h1 { font-size: clamp(53px, 15vw, 78px); }
    .hero-lead { font-size: 16px; }
    .product-stage { width: 100%; height: 600px; margin-top: 30px; transform: none; }
    .desktop-card { width: 650px; left: 5%; transform: scale(.75) rotateY(-3deg); transform-origin: left top; }
    .phone-card { width: 220px; right: 4%; bottom: 5px; }
    .trusted { margin-top: 15px; }
    .feature-grid, .salon-grid { grid-template-columns: 1fr; }
    .feature-large { min-height: 850px; }
    .salon-grid { gap: 60px; }
    .pricing-grid { grid-template-columns: 1fr 1fr; }
    .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 24px); }
    .hero { padding-top: 128px; padding-bottom: 50px; }
    .eyebrow { margin-bottom: 18px; font-size: 10px; }
    h1 { font-size: clamp(48px, 15.6vw, 68px); line-height: .94; }
    .hero-lead { margin: 25px 0; line-height: 1.55; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-proof { gap: 12px 18px; }
    .product-stage { height: 565px; margin-top: 40px; }
    .desktop-card { width: 610px; left: -35px; top: 20px; transform: scale(.6); transform-origin: left top; }
    .phone-card { right: 8px; bottom: 12px; transform: rotate(1deg) scale(.94); transform-origin: right bottom; }
    .ambient-card { display: none; }
    .trusted { margin-top: 0; }
    .trusted div { gap: 20px 30px; font-size: 13px; }
    .section-heading h2, .salon-copy h2, .cta-panel h2 { font-size: 46px; }
    .section-heading > p:last-child, .salon-copy > p { font-size: 15px; }
    .feature-grid { margin-top: 45px; }
    .feature-card { min-height: 475px; padding: 30px 24px; border-radius: 24px; }
    .feature-large { min-height: 790px; }
    .calendar-visual { margin-left: 0; }
    .privacy-visual div { min-width: 98px; padding: 18px 10px; }
    .privacy-visual span { display: none; }
    .salon-panel { min-height: 500px; padding: 28px 23px; border-radius: 26px; }
    .big-metric { font-size: 92px; }
    .bar-chart { height: 190px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card { min-height: 500px; }
    .cta-panel { min-height: 570px; padding: 65px 22px; border-radius: 28px; }
    .cta-panel > div { flex-direction: column; }
    .footer-main { gap: 50px; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
    .footer-bottom span:nth-child(2), .footer-bottom span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
