:root {
  --ink: #171117;
  --paper: #f4f2ec;
  --plum: #35152e;
  --plum-2: #512141;
  --lime: #d7ff43;
  --blue: #3558ff;
  --line: rgba(23, 17, 23, .18);
  --light-line: rgba(255,255,255,.22);
  --radius: 2px;
  --pad: clamp(22px, 4vw, 68px);
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.section-pad { padding: clamp(82px, 11vw, 164px) var(--pad); }
.section-index { margin: 0 0 28px; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.section-index.light { color: rgba(255,255,255,.62); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

.header { height: 82px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: var(--paper); border-radius: 50%; font-family: Georgia, serif; letter-spacing: -.04em; }
.nav { display: flex; gap: 34px; font-size: .86rem; }
.nav a, .footer a { position: relative; }
.nav a::after, .footer a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: currentColor; transition: right .3s; }
.nav a:hover::after, .footer a:hover::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; gap: 30px; align-items: center; border-bottom: 1px solid; padding-bottom: 4px; font-size: .86rem; font-weight: 700; }
.header-cta span { color: var(--plum-2); }
.menu-button { display: none; justify-self: end; width: 44px; height: 44px; border: 0; background: none; padding: 12px; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .3s; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, .8fr); gap: clamp(36px, 6vw, 100px); align-items: center; padding-top: clamp(48px, 7vw, 104px); padding-bottom: clamp(66px, 8vw, 120px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #70b95b; box-shadow: 0 0 0 5px rgba(112,185,91,.14); }
.hero h1 { font-size: clamp(3.65rem, 7.7vw, 8.9rem); line-height: .82; letter-spacing: -.075em; font-weight: 800; margin: 0 0 40px; text-transform: uppercase; }
.hero h1 em { color: var(--plum-2); text-transform: none; letter-spacing: -.055em; }
.hero-lead { max-width: 670px; font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1.45; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { border: 0; padding: 18px 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-height: 60px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--plum-2); }
.button-lime { background: var(--lime); color: var(--ink); width: 100%; }
.text-link { font-size: .9rem; border-bottom: 1px solid; padding-bottom: 4px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid var(--line); margin-top: 56px; padding-top: 24px; }
.hero-stats div { display: flex; flex-direction: column; gap: 3px; }
.hero-stats strong { font-size: 1.35rem; }
.hero-stats span { font-size: .75rem; color: #665e65; }
.hero-visual { position: relative; min-height: 650px; align-self: stretch; }
.image-frame { position: absolute; inset: 0 0 50px 12%; overflow: hidden; background: #d6ced2; }
.image-frame img { object-position: 55% center; filter: saturate(.9) contrast(1.03); }
.hero-note { position: absolute; left: 0; bottom: 0; width: 56%; min-width: 265px; background: var(--lime); display: flex; justify-content: space-between; align-items: flex-start; padding: 22px; z-index: 2; }
.hero-note span { font-family: Georgia, serif; font-size: 2rem; }
.hero-note p { margin: 0; font-size: .86rem; font-weight: 700; }
.hero-badge { position: absolute; right: -42px; top: 22%; background: var(--blue); color: white; width: 126px; height: 126px; border-radius: 50%; display: grid; place-items: center; text-align: center; padding: 18px; font-size: .66rem; line-height: 1.9; letter-spacing: .15em; transform: rotate(10deg); }

.ticker { overflow: hidden; background: var(--ink); color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.5rem, 2.4vw, 2.7rem); animation: ticker 28s linear infinite; }
.ticker-track b { color: var(--lime); font-size: 1rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifest { background: var(--paper); }
.manifest h2, .section-heading h2, .process h2, .about h2, .why h2, .reviews h2, .faq h2, .contact h2, .case h2 { margin: 0; font-size: clamp(3rem, 6.7vw, 8.2rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
.manifest h2 em, .section-heading h2 em, .process h2 em, .about h2 em, .why h2 em, .reviews h2 em, .faq h2 em, .contact h2 em, .case h2 em { text-transform: none; color: var(--plum-2); }
.manifest-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 11vw; margin-top: 92px; }
.manifest-lead { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2.65rem); line-height: 1.25; }
.manifest-points { border-top: 1px solid var(--line); }
.manifest-points article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0 27px; border-bottom: 1px solid var(--line); }
.manifest-points article > span { font-size: .74rem; color: var(--plum-2); }
.manifest-points h3 { margin: 0 0 10px; font-size: 1.25rem; }
.manifest-points p { margin: 0; color: #5d555b; max-width: 580px; }

.services { background: var(--plum); color: white; }
.section-heading { display: grid; grid-template-columns: 1.4fr .55fr; gap: 80px; align-items: end; margin-bottom: 84px; }
.section-heading > p { margin: 0 0 10px; font-size: 1.05rem; color: rgba(255,255,255,.7); }
.section-heading h2 em, .reviews h2 em, .contact h2 em, .case h2 em { color: var(--lime); }
.service-list { border-top: 1px solid var(--light-line); }
.service-card { display: grid; grid-template-columns: .22fr 1.15fr .85fr .66fr; gap: clamp(24px,4vw,70px); padding: 40px 0; border-bottom: 1px solid var(--light-line); align-items: start; }
.service-number { font-family: Georgia, serif; font-size: 2rem; color: var(--lime); }
.service-card h3 { font-size: clamp(1.8rem,3vw,3.6rem); margin: 0 0 16px; line-height: 1; }
.service-card p { color: rgba(255,255,255,.7); margin: 0; max-width: 510px; }
.service-card ul { list-style: none; margin: 4px 0 0; padding: 0; color: rgba(255,255,255,.8); font-size: .86rem; }
.service-card li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.service-price { display: flex; flex-direction: column; align-items: flex-end; }
.service-price span, .service-price small { color: rgba(255,255,255,.58); font-size: .75rem; }
.service-price strong { font-family: Georgia, serif; font-size: clamp(1.4rem,2vw,2.2rem); margin: 2px 0 10px; }

.projects { background: #e6ff59; }
.section-heading.dark > p { color: #514e38; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; align-self: end; justify-self: end; }
.filter { border: 1px solid var(--ink); background: transparent; border-radius: 100px; padding: 9px 16px; cursor: pointer; font-size: .82rem; }
.filter.active, .filter:hover { background: var(--ink); color: white; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 72px 24px; }
.project { min-width: 0; transition: opacity .25s, transform .25s; }
.project.hidden { display: none; }
.project-image { aspect-ratio: 4 / 3; overflow: hidden; position: relative; display: block; background: #cfc5c9; }
.project-image img { transition: transform .7s var(--ease), filter .5s; }
.project:hover .project-image img { transform: scale(1.035); }
.project-large { grid-column: span 2; }
.project-large .project-image { aspect-ratio: 16/8.3; }
.project-wide { grid-column: span 2; }
.project-wide .project-image { aspect-ratio: 16/7; }
.project-open { position: absolute; right: 24px; bottom: 24px; background: var(--lime); color: var(--ink); padding: 14px 18px; font-size: .83rem; font-weight: 700; }
.project-meta { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; padding-top: 18px; }
.project-meta p { margin: 0 0 4px; text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; }
.project-meta h3 { margin: 0; font-size: clamp(1.35rem,2.3vw,2.7rem); }
.project-meta > span { font-size: .75rem; white-space: nowrap; }
.crop-right img { object-position: 77% center; }
.warm img { filter: sepia(.28) saturate(1.18); }
.blue img { filter: hue-rotate(14deg) contrast(1.05); }
.monochrome img { filter: grayscale(1) contrast(1.1); }

.case { background: var(--plum); color: white; }
.case-top { display: grid; grid-template-columns: .45fr 1.1fr; gap: 60px; margin-bottom: 64px; }
.case-title > span { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 24px; color: rgba(255,255,255,.6); }
.case-hero { position: relative; height: min(76vw, 900px); max-height: 820px; overflow: hidden; }
.case-hero img { object-position: center; }
.case-label { position: absolute; right: 0; bottom: 0; background: var(--lime); color: var(--ink); min-width: 220px; display: flex; gap: 18px; align-items: center; padding: 22px; }
.case-label span { font-family: Georgia,serif; font-size: 2.3rem; }
.case-label p { margin: 0; font-size: .78rem; font-weight: 700; }
.case-content { display: grid; grid-template-columns: .8fr 1fr .52fr; gap: clamp(35px,6vw,100px); padding-top: 62px; }
.case-summary > p { margin: 0 0 16px; text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; color: var(--lime); }
.case-summary h3 { margin: 0; font-family: Georgia,serif; font-size: clamp(1.5rem,2.4vw,2.8rem); line-height: 1.2; font-weight: 400; }
.case-story p { margin: 0 0 20px; color: rgba(255,255,255,.76); }
.case-facts { margin: 0; border-top: 1px solid var(--light-line); }
.case-facts div { padding: 14px 0 18px; border-bottom: 1px solid var(--light-line); }
.case-facts dt { font-size: .67rem; text-transform: uppercase; color: rgba(255,255,255,.52); margin-bottom: 5px; }
.case-facts dd { margin: 0; font-size: .87rem; }

.process { display: grid; grid-template-columns: .8fr 1fr; gap: 10vw; }
.process-intro { position: sticky; top: 40px; height: fit-content; }
.process-intro > p:last-child { max-width: 470px; font-size: 1.05rem; margin-top: 38px; }
.process-steps { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.process-step > span { font-family: Georgia,serif; font-size: 1.7rem; color: var(--plum-2); }
.process-step h3 { margin: 0 0 14px; font-size: clamp(1.35rem,2vw,2rem); }
.process-step p { margin: 0 0 18px; color: #5a5358; }
.process-step small { display: inline-block; background: var(--lime); padding: 7px 10px; font-size: .7rem; font-weight: 700; }

.about { background: var(--ink); color: white; display: grid; grid-template-columns: .8fr 1.15fr; gap: 8vw; }
.about-photo { min-height: 700px; position: relative; overflow: hidden; }
.about-photo img { object-position: 65% center; filter: saturate(.75); }
.signature { position: absolute; right: 16px; bottom: 10px; color: var(--lime); font-family: Georgia,serif; font-style: italic; font-size: clamp(3rem,6vw,7rem); transform: rotate(-7deg); }
.about h2 { font-size: clamp(2.8rem,5.1vw,6.2rem); }
.about h2 em { color: var(--lime); }
.big-copy { font-family: Georgia,serif; font-size: clamp(1.35rem,2.15vw,2.45rem); line-height: 1.3; margin: 52px 0 34px; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; color: rgba(255,255,255,.67); }
.about-columns p { margin: 0; }
.tool-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.tool-row span { border: 1px solid var(--light-line); border-radius: 100px; padding: 8px 12px; font-size: .72rem; }

.why-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 76px; }
.why-head > p { max-width: 390px; margin: 0 0 8px; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid article > span { font-family: Georgia,serif; color: var(--plum-2); font-size: 1.3rem; }
.why-grid h3 { font-size: 1.4rem; margin: 76px 0 14px; }
.why-grid p { color: #5b545a; margin: 0; }

.reviews { background: var(--blue); color: white; overflow: hidden; }
.reviews-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 68px; }
.reviews-head h2 { text-align: right; }
.review-track { display: grid; grid-template-columns: repeat(3, minmax(350px,1fr)); gap: 18px; }
.review { margin: 0; padding: 34px; min-height: 440px; background: var(--paper); color: var(--ink); display: flex; flex-direction: column; }
.quote { font-family: Georgia,serif; color: var(--blue); font-size: 5rem; height: 64px; line-height: 1; }
.review > p { font-family: Georgia,serif; font-size: clamp(1.25rem,1.8vw,1.85rem); line-height: 1.35; margin: 26px 0; }
.review footer { margin-top: auto; display: flex; flex-direction: column; padding-top: 18px; border-top: 1px solid var(--line); }
.review footer span { font-size: .75rem; color: #6a6268; }

.faq { display: grid; grid-template-columns: .7fr 1fr; gap: 10vw; }
.faq-title { position: sticky; top: 40px; height: fit-content; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { border: 0; background: none; width: 100%; padding: 25px 0; display: flex; gap: 30px; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font-weight: 700; font-size: 1.1rem; }
.faq-item b { width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer p { overflow: hidden; margin: 0; color: #5e565c; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 60px 27px 0; }

.contact { background: var(--plum); color: white; display: grid; grid-template-columns: 1fr .74fr; gap: 10vw; }
.contact-copy > p:not(.section-index) { max-width: 600px; color: rgba(255,255,255,.7); font-size: 1.05rem; margin: 38px 0; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-links a { border-bottom: 1px solid var(--light-line); font-size: 1.05rem; }
.contact-form { background: white; color: var(--ink); padding: clamp(26px,4vw,54px); }
.contact-form > label { display: block; font-size: .74rem; font-weight: 700; margin-bottom: 26px; }
.contact-form input[type=text], .contact-form textarea { width: 100%; display: block; border: 0; border-bottom: 1px solid var(--line); padding: 12px 0; margin-top: 6px; outline: 0; border-radius: 0; background: white; font-size: 1rem; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form textarea { resize: vertical; }
.budget-group { margin-bottom: 28px; }
.budget-group > span { display: block; font-size: .74rem; font-weight: 700; margin-bottom: 10px; }
.budget-group > div { display: flex; flex-wrap: wrap; gap: 8px; }
.budget-group label { cursor: pointer; }
.budget-group input { position: absolute; opacity: 0; }
.budget-group label span { display: block; border: 1px solid var(--line); border-radius: 100px; padding: 9px 12px; font-size: .78rem; }
.budget-group input:checked + span { background: var(--ink); color: white; }
.contact-form .consent { display: flex; align-items: start; gap: 10px; font-weight: 400; color: #696167; }
.consent input { margin-top: 3px; accent-color: var(--plum-2); }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: .8rem; color: #326020; }

.footer { background: var(--ink); color: white; padding: 60px var(--pad) 42px; display: grid; grid-template-columns: 1.15fr .8fr .45fr .45fr 1fr; gap: 44px; align-items: start; border-top: 1px solid rgba(255,255,255,.12); }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
.footer p { margin: 0; color: rgba(255,255,255,.6); font-size: .82rem; }
.footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .82rem; }
.copyright { text-align: right; }

@media (max-width: 1050px) {
  .header { grid-template-columns: 1fr auto; }
  .nav { position: fixed; inset: 82px 0 auto; background: var(--paper); padding: 30px var(--pad) 46px; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 20px; transform: translateY(-120%); opacity: 0; visibility: hidden; transition: .35s var(--ease); z-index: 10; font-size: 1.3rem; }
  .nav.open { transform: none; opacity: 1; visibility: visible; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 740px; }
  .hero h1 { font-size: clamp(4.2rem,11vw,8rem); }
  .service-card { grid-template-columns: 55px 1fr 1fr; }
  .service-price { grid-column: 2; align-items: flex-start; }
  .case-content { grid-template-columns: 1fr 1fr; }
  .case-facts { grid-column: 2; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 820px; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .review-track { overflow-x: auto; padding-bottom: 16px; }
  .footer { grid-template-columns: 1fr 1fr 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 720px) {
  :root { --pad: 20px; }
  .section-pad { padding-top: 78px; padding-bottom: 78px; }
  .header { height: 70px; }
  .brand { font-size: .68rem; }
  .brand-mark { width: 31px; height: 31px; }
  .nav { inset-block-start: 70px; }
  .hero { padding-top: 44px; gap: 52px; }
  .hero h1 { font-size: clamp(3.3rem,16vw,5.3rem); margin-bottom: 27px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .text-link { width: fit-content; }
  .hero-stats { gap: 7px; }
  .hero-stats strong { font-size: 1rem; }
  .hero-stats span { font-size: .65rem; }
  .hero-visual { min-height: 520px; }
  .image-frame { inset: 0 0 42px 5%; }
  .hero-badge { width: 94px; height: 94px; right: -15px; top: 12%; font-size: .52rem; }
  .manifest h2, .section-heading h2, .process h2, .about h2, .why h2, .reviews h2, .faq h2, .contact h2, .case h2 { font-size: clamp(2.75rem,13.4vw,4.8rem); }
  .manifest-grid, .section-heading, .process, .faq, .contact, .case-top { grid-template-columns: 1fr; gap: 42px; }
  .manifest-grid { margin-top: 52px; }
  .section-heading { margin-bottom: 52px; }
  .section-heading > p { max-width: 500px; }
  .service-card { grid-template-columns: 42px 1fr; gap: 20px; }
  .service-card ul, .service-price { grid-column: 2; }
  .project-grid { grid-template-columns: 1fr; gap: 50px; }
  .project-large, .project-wide { grid-column: span 1; }
  .project-large .project-image, .project-wide .project-image, .project-image { aspect-ratio: 4/3; }
  .project-meta { align-items: start; }
  .project-meta > span { display: none; }
  .filters { justify-self: start; }
  .case-hero { height: 72vh; max-height: 610px; }
  .case-hero img { object-position: 56% center; }
  .case-label { min-width: 185px; }
  .case-content { grid-template-columns: 1fr; gap: 36px; }
  .case-facts { grid-column: auto; }
  .process-intro, .faq-title { position: static; }
  .process-intro > p:last-child { margin-top: 26px; }
  .about-photo { min-height: 540px; }
  .about-columns { grid-template-columns: 1fr; gap: 18px; }
  .why-head { align-items: start; flex-direction: column; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 250px; }
  .why-grid h3 { margin-top: 50px; }
  .reviews-head { flex-direction: column; gap: 28px; }
  .reviews-head h2 { text-align: left; }
  .review-track { grid-template-columns: repeat(3, 86vw); }
  .review { min-height: 470px; padding: 26px; }
  .faq-item.open .faq-answer p { padding-right: 0; }
  .contact-form { padding: 26px 20px; }
  .footer { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand, .footer > p:nth-of-type(1), .copyright { grid-column: span 2; }
  .copyright { text-align: left; }
}

@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; }
}
