:root {
  --paper: #f4f1ea;
  --surface: #fbfaf7;
  --ink: #171916;
  --muted: #656960;
  --line: #d8d6cf;
  --accent: #5267ff;
  --accent-soft: #e5e8ff;
  --dark: #151815;
  --dark-soft: #20241f;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(28, 32, 25, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 140px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(244, 241, 234, .88); border-color: rgba(23, 25, 22, .1); backdrop-filter: blur(16px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.site-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; color: #fff; background: var(--ink); border-radius: 999px; }
.menu-button { display: none; }

.hero { min-height: 800px; padding-top: 166px; padding-bottom: 100px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 76px; }
.eyebrow, .section-index { margin: 0 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .15em; color: var(--muted); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: #36ba70; box-shadow: 0 0 0 5px rgba(54, 186, 112, .12); }
.hero h1 { margin: 0; font-size: clamp(54px, 5.5vw, 78px); line-height: 1.08; letter-spacing: -.065em; font-weight: 650; }
.hero h1 em, .contact-inner h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 630px; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 16px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 10px 30px rgba(23, 25, 22, .18); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.text-link span, .project-arrow { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.skill-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 40px 0 0; padding: 0; list-style: none; }
.skill-chips li { padding: 9px 13px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .03em; background: rgba(255,255,255,.28); }

.agent-stage { position: relative; min-width: 0; }
.stage-glow { position: absolute; inset: 10% 5%; background: var(--accent); filter: blur(90px); opacity: .18; }
.agent-window { position: relative; z-index: 2; overflow: hidden; background: #181b18; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 34px 90px rgba(25, 29, 23, .24); transform: rotate(1.2deg); }
.window-bar { height: 54px; padding: 0 17px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #858a83; border-bottom: 1px solid rgba(255,255,255,.08); background: #20231f; font-family: Consolas, monospace; font-size: 10px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4d514b; }
.live-badge { justify-self: end; padding: 4px 7px; color: #91dfa8; border: 1px solid rgba(145,223,168,.22); border-radius: 5px; font-size: 8px; }
.agent-body { padding: 28px; }
.agent-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; }
.agent-head > div:first-child { display: grid; gap: 7px; }
.agent-label { color: #70766d; font-size: 9px; letter-spacing: .16em; }
.agent-head strong { color: #eff1eb; font-size: 18px; }
.orb { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(115,134,255,.4); border-radius: 50%; background: radial-gradient(circle, rgba(82,103,255,.28), transparent 68%); }
.orb span { width: 12px; height: 12px; border-radius: 50%; background: #6f81ff; box-shadow: 0 0 16px #5267ff; animation: pulse 2.2s infinite; }
.flow-list { display: grid; gap: 9px; }
.flow-item { min-height: 66px; padding: 13px 14px; display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; color: #d9ddd5; border: 1px solid rgba(255,255,255,.065); border-radius: 11px; background: rgba(255,255,255,.025); }
.flow-item.active { border-color: rgba(105,124,255,.45); background: rgba(82,103,255,.08); }
.flow-item.pending { opacity: .45; }
.flow-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #91dfa8; background: rgba(102,209,135,.09); font-size: 12px; }
.active .flow-icon { background: rgba(82,103,255,.15); }
.active .flow-icon i { width: 8px; height: 8px; border-radius: 50%; background: #7b8aff; box-shadow: 0 0 12px #5267ff; }
.flow-item div { display: grid; gap: 5px; }
.flow-item b { font-size: 12px; }
.flow-item small { color: #71766f; font-size: 9px; font-family: Consolas, monospace; }
.flow-item time { color: #70766d; font-size: 9px; font-family: Consolas, monospace; }
.active time { color: #92a0ff; }
.agent-footer { margin-top: 24px; padding-top: 16px; display: flex; justify-content: space-between; color: #666b64; border-top: 1px solid rgba(255,255,255,.06); font: 8px Consolas, monospace; letter-spacing: .1em; }
.agent-footer i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #55c77a; }
.floating-card { position: absolute; z-index: 3; width: 130px; padding: 13px 15px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: rgba(251,250,247,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card span { color: var(--muted); font-size: 8px; letter-spacing: .14em; }
.floating-card b { font-size: 11px; }
.floating-card i { position: absolute; top: 18px; right: 14px; width: 6px; height: 6px; border-radius: 50%; background: #55c77a; }
.card-model { left: -34px; bottom: 64px; }
.card-tools { right: -20px; top: 88px; }

.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.section-heading h2, .about-title h2, .principles-intro h2 { margin: 0; font-size: clamp(42px, 4.3vw, 60px); line-height: 1.08; letter-spacing: -.05em; font-weight: 620; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.work-section { background: var(--surface); border-top: 1px solid rgba(23,25,22,.06); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.project-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .3s ease, box-shadow .3s ease; }
a.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 500px; }
.project-visual { position: relative; min-height: 340px; overflow: hidden; }
.project-featured .project-visual { min-height: 500px; }
.visual-blog { padding: 70px 0 0 70px; background: #dfe3ff; }
.mock-browser { height: 100%; overflow: hidden; border-radius: 16px 0 0; background: #fbfaf7; box-shadow: -10px 15px 50px rgba(51,62,130,.16); }
.mock-top { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 7px; color: #8a8d86; border-bottom: 1px solid #e4e4df; font-size: 9px; letter-spacing: .1em; }
.mock-top i { width: 7px; height: 7px; border-radius: 50%; background: #d3d3ce; }
.mock-top span { margin-left: auto; }
.mock-content { padding: 60px 52px; }
.mock-kicker { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.mock-content strong { margin-top: 20px; display: block; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 43px); line-height: 1.3; font-weight: 400; }
.mock-lines { margin-top: 40px; display: grid; gap: 10px; }
.mock-lines i { width: 76%; height: 5px; border-radius: 5px; background: #e1e1dc; }
.mock-lines i:nth-child(2) { width: 58%; }.mock-lines i:nth-child(3) { width: 68%; }
.project-info { flex: 1; padding: 34px; display: flex; justify-content: space-between; gap: 25px; }
.project-featured .project-info { padding: 54px 44px; align-items: flex-end; }
.project-type { margin: 0 0 13px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-info h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.project-info p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.project-arrow { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; }
a.project-card:hover .project-arrow, .writing-row:hover .project-arrow { transform: rotate(45deg); }
.visual-docs { display: flex; background: #1a1d1a; }
.docs-sidebar { width: 76px; padding: 70px 18px; display: grid; align-content: start; gap: 18px; border-right: 1px solid rgba(255,255,255,.08); }
.docs-sidebar i { width: 36px; height: 4px; border-radius: 3px; background: #444a42; }
.docs-sidebar i:first-child { background: #7d8bff; }
.docs-code { padding: 65px 35px; display: grid; align-content: center; gap: 10px; font-family: Consolas, monospace; }
.docs-code small { color: #7786ff; letter-spacing: .15em; }
.docs-code b { margin: 4px 0 24px; color: #f2f3ee; font: 23px Inter, sans-serif; }
.docs-code span { color: #9ca29a; font-size: 12px; }
.visual-chatnest { padding: 52px 0 0 52px; background: #dceee5; }
.chatnest-window { height: 100%; overflow: hidden; border-radius: 16px 0 0; background: #f8faf7; box-shadow: -10px 18px 45px rgba(34,74,54,.15); }
.chatnest-top { height: 42px; padding: 0 14px; display: flex; align-items: center; gap: 6px; color: #839087; border-bottom: 1px solid #e1e8e2; font-size: 9px; }
.chatnest-top i { width: 6px; height: 6px; border-radius: 50%; background: #c8d2ca; }
.chatnest-top span { margin-left: auto; letter-spacing: .08em; }
.chatnest-body { height: calc(100% - 42px); display: flex; }
.chatnest-sidebar { width: 62px; padding: 22px 0; display: grid; justify-items: center; align-content: start; gap: 18px; color: #fff; background: #173f2b; }
.chatnest-sidebar b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #42a76f; font-size: 9px; }
.chatnest-sidebar i { width: 22px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.28); }
.chatnest-panel { min-width: 0; padding: 34px 25px; display: flex; flex-direction: column; }
.chatnest-panel small { color: #42a76f; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.chatnest-panel strong { max-width: 220px; margin-top: 10px; color: #183326; font-size: 21px; line-height: 1.3; }
.chatnest-instances { margin-top: 25px; display: grid; gap: 9px; }
.chatnest-instances span { padding: 11px 12px; display: flex; align-items: center; gap: 7px; color: #3e4c44; border: 1px solid #e0e7e1; border-radius: 9px; background: #fff; font-size: 9px; font-weight: 700; }
.chatnest-instances span > i { width: 7px; height: 7px; border-radius: 50%; background: #42a76f; box-shadow: 0 0 0 3px rgba(66,167,111,.12); }
.chatnest-instances em { margin-left: auto; color: #42a76f; font-size: 7px; font-style: normal; font-weight: 700; }

.capabilities-section { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.capability-card { position: relative; min-width: 0; min-height: 390px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.capability-card::after { content: ''; position: absolute; inset: auto -45px -65px auto; width: 150px; height: 150px; border-radius: 50%; background: var(--accent-soft); opacity: .45; }
.capability-card:hover { z-index: 1; transform: translateY(-6px); border-color: #c7ccef; box-shadow: 0 18px 45px rgba(37,43,75,.09); }
.capability-card > span { color: #898e86; font: 12px Consolas, monospace; letter-spacing: .08em; }
.cap-icon { width: 62px; height: 62px; margin: 28px 0 30px; display: grid; place-items: center; color: var(--accent); border: 0; border-radius: 18px; background: var(--accent-soft); font-size: 23px; box-shadow: inset 0 0 0 1px rgba(82,103,255,.12); }
.capability-card:nth-child(2) .cap-icon { color: #287c58; background: #dceee5; box-shadow: inset 0 0 0 1px rgba(40,124,88,.12); }
.capability-card:nth-child(3) .cap-icon { color: #a36425; background: #f4e7d5; box-shadow: inset 0 0 0 1px rgba(163,100,37,.12); }
.capability-card:nth-child(4) .cap-icon { color: #8b4c83; background: #eee0ec; box-shadow: inset 0 0 0 1px rgba(139,76,131,.12); }
.capability-card h3 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.capability-card p { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.capability-card ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 0; padding: 30px 0 0; list-style: none; }
.capability-card li { padding: 7px 10px; border: 1px solid #d8dad4; border-radius: 999px; color: #666b63; background: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }

.principles-section { color: #f2f3ee; background: var(--dark); }
.principles-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.section-index.light { color: #777d74; }
.principles-intro h2 { max-width: 470px; }
.principles-list { border-top: 1px solid #3a3e38; }
.principle { padding: 36px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid #3a3e38; }
.principle > span { color: #7f857c; font: 12px Consolas, monospace; }
.principle h3 { margin: 0; font-size: 21px; }
.principle p { margin: 11px 0 0; color: #989d95; font-size: 14px; line-height: 1.7; }

.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.about-title { position: relative; }
.portrait-mark { position: relative; width: 230px; height: 230px; margin: 70px auto 0; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); }
.portrait-mark span { z-index: 1; color: var(--accent); font: italic 90px Georgia, serif; }
.portrait-mark i { position: absolute; width: 250px; height: 125px; border: 1px solid #aeb6ee; border-radius: 50%; transform: rotate(-22deg); }
.about-copy { padding-top: 54px; }
.about-copy > p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.about-copy .about-lead { color: var(--ink); font-size: 25px; line-height: 1.6; letter-spacing: -.025em; }
.facts { margin: 48px 0 0; border-top: 1px solid var(--line); }
.facts div { padding: 18px 0; display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--muted); font-size: 14px; }.facts dd { margin: 0; font-size: 14px; font-weight: 700; }

.writing-section { background: var(--paper); }
.writing-section .section-heading { align-items: end; }
.writing-section .section-heading > .text-link { justify-self: end; }
.writing-row { padding: 30px 5px; display: grid; grid-template-columns: 55px 1fr 1fr 42px; gap: 35px; align-items: center; border-top: 1px solid var(--line); }
.writing-row:last-child { border-bottom: 1px solid var(--line); }
.writing-no { color: #8f948c; font: 12px Consolas, monospace; }
.writing-row small { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.writing-row h3 { margin: 8px 0 0; font-size: 20px; }
.writing-row > p { color: var(--muted); font-size: 15px; line-height: 1.7; }

.contact-section { padding: 150px 0; text-align: center; color: #f5f5f0; background: var(--accent); }
.contact-inner h2 { margin: 0; font-size: clamp(58px, 8vw, 104px); line-height: .98; letter-spacing: -.065em; }
.contact-inner h2 em { color: #fff; }
.contact-inner > p:not(.section-index) { max-width: 550px; margin: 38px auto; color: #dfe3ff; font-size: 16px; line-height: 1.8; }
.contact-inner .section-index { color: #c9d0ff; }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 12px 35px rgba(22,31,100,.22); }
.site-footer { padding: 55px 0 28px; color: #d8dcd5; background: var(--dark); }
.site-footer .brand-mark { color: var(--ink); background: #e9ebe5; }
.footer-inner { padding-bottom: 55px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; }
.footer-inner p { margin: 0; color: #969b93; font-size: 14px; text-align: center; }
.footer-inner > div { display: flex; justify-content: flex-end; gap: 24px; font-size: 14px; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; color: #747a71; border-top: 1px solid #30342f; font-size: 11px; letter-spacing: .12em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 0%,100% { transform: scale(.8); opacity: .65; } 50% { transform: scale(1.15); opacity: 1; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; gap: 85px; }
  .hero-copy { max-width: 780px; }
  .agent-stage { width: min(610px, 90%); margin: 0 auto; }
  .project-featured { grid-template-columns: 1fr; }
  .project-featured .project-visual { min-height: 420px; }
  .project-featured .project-info { padding: 34px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-card { min-height: 350px; }
  .principles-wrap, .about-grid { gap: 70px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 40px, 620px); }
  .section { padding: 95px 0; }
  .nav-wrap { height: 72px; }
  .menu-button { position: relative; z-index: 2; width: 40px; height: 40px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { width: 22px; height: 1.5px; background: var(--ink); transition: .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.75px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 110px 30px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; color: #fff; background: var(--dark); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 26px; }
  .site-nav .nav-cta { margin-top: 20px; color: var(--ink); background: #fff; font-size: 16px; }
  body.menu-open { overflow: hidden; }
  body.menu-open .menu-button span:not(.sr-only) { background: #fff; }
  .hero { min-height: 0; padding-top: 125px; padding-bottom: 90px; gap: 70px; }
  .hero h1 { font-size: clamp(46px, 13vw, 62px); }
  .hero-intro { font-size: 16px; line-height: 1.8; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .skill-chips { margin-top: 34px; }
  .agent-stage { width: 100%; }
  .agent-body { padding: 20px; }
  .card-model { left: -8px; bottom: -35px; }.card-tools { right: -8px; top: -37px; }
  .section-heading { margin-bottom: 42px; grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .about-title h2, .principles-intro h2 { font-size: 42px; }
  .work-grid { grid-template-columns: 1fr; }
  .project-featured { grid-column: auto; }
  .project-featured .project-visual { min-height: 330px; }
  .visual-blog { padding: 42px 0 0 28px; }
  .mock-content { padding: 42px 28px; }
  .project-info, .project-featured .project-info { padding: 26px; }
  .project-info h3 { font-size: 24px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; }
  .principles-wrap, .about-grid { grid-template-columns: 1fr; gap: 65px; }
  .about-copy { padding-top: 0; }
  .portrait-mark { width: 180px; height: 180px; margin-top: 50px; }
  .portrait-mark i { width: 200px; height: 100px; }
  .writing-section .section-heading > .text-link { justify-self: start; }
  .writing-row { grid-template-columns: 35px 1fr 42px; gap: 15px; }
  .writing-row > p { display: none; }
  .writing-row h3 { font-size: 17px; }
  .contact-section { padding: 110px 0; }
  .contact-inner h2 { font-size: clamp(50px, 16vw, 76px); }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; justify-items: start; }
  .footer-inner p { text-align: left; }
  .footer-inner > div { justify-content: flex-start; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

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