:root {
  --ink: #14231f;
  --green: #123c32;
  --green-2: #1f5a49;
  --lime: #c9ef63;
  --orange: #ed8f54;
  --milk: #f7f3e9;
  --paper: #fffdf8;
  --line: rgba(20, 35, 31, .13);
  --muted: #66736d;
  --shadow: 0 24px 70px rgba(31, 55, 45, .12);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--milk);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; background: var(--lime); border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .35s ease; }
.site-header.scrolled { background: rgba(247,243,233,.91); border-bottom: 1px solid rgba(20,35,31,.08); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 40px; }
.wordmark { display: inline-flex; align-items: center; position: relative; font-size: 22px; font-weight: 800; letter-spacing: -.055em; white-space: nowrap; }
.wordmark span { color: var(--green-2); }
.wordmark i { width: 7px; height: 7px; margin: 0 0 14px 5px; border-radius: 50%; background: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 14px; color: #43504b; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.button { min-height: 54px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; gap: 12px; background: var(--green); color: white; font-size: 13px; }
.header-cta { margin-left: 6px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 815px; padding-top: 84px; background: var(--milk); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; left: -320px; top: 140px; border: 1px solid rgba(18,60,50,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(18,60,50,.035), 0 0 0 140px rgba(18,60,50,.02); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 58px 0 60px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 25px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(54px, 5vw, 76px); line-height: .99; letter-spacing: -.066em; font-weight: 730; }
h1 em { position: relative; color: var(--green-2); font-family: Georgia, serif; font-weight: 400; font-size: .98em; letter-spacing: -.055em; }
h1 em::after { content: ""; position: absolute; height: 7px; left: 0; right: 0; bottom: -1px; background: var(--lime); border-radius: 100%; transform: rotate(-1deg); z-index: -1; }
.hero-text { max-width: 565px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button-primary { background: var(--green); color: white; box-shadow: 0 14px 30px rgba(18,60,50,.18); }
.button-primary:hover { background: #0c3028; box-shadow: 0 18px 35px rgba(18,60,50,.24); }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.text-link span { color: var(--orange); }
.hero-visual { position: relative; align-self: stretch; display: grid; align-items: center; min-width: 0; }
.hero-image-wrap { position: relative; height: 594px; margin-right: calc((100vw - min(1240px, calc(100vw - 64px))) / -2); border-radius: 0 0 0 120px; overflow: hidden; box-shadow: var(--shadow); background: #d5c8b7; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.26); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.branch-badge { position: absolute; left: 30px; top: 30px; padding: 13px 17px 13px 12px; display: flex; align-items: center; gap: 12px; color: white; background: rgba(18,60,50,.92); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; backdrop-filter: blur(8px); box-shadow: 0 12px 28px rgba(8,29,24,.2); }
.badge-number { display: grid; place-items: center; width: 42px; height: 42px; color: var(--green); background: var(--lime); border-radius: 13px; font-size: 23px; font-weight: 800; }
.branch-badge span:last-child { font-size: 11px; line-height: 1.35; font-weight: 700; }
.pet-note { position: absolute; right: 28px; bottom: 26px; padding: 12px 16px; color: var(--ink); background: rgba(255,253,248,.93); border-radius: 999px; font-size: 11px; font-weight: 700; backdrop-filter: blur(8px); }
.pet-note span { color: var(--orange); font-size: 9px; margin-right: 6px; }
.hero-line { position: absolute; width: 238px; left: -120px; bottom: 47px; overflow: visible; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; pointer-events: none; }
.hero-marquee { height: 74px; display: flex; align-items: center; color: var(--green); background: var(--lime); overflow: hidden; border-block: 1px solid rgba(18,60,50,.2); }
.hero-marquee-track { width: max-content; display: flex; animation: marquee 22s linear infinite; will-change: transform; }
.hero-marquee-group { flex: none; display: flex; align-items: center; gap: 36px; padding-right: 36px; font-size: 15px; font-weight: 850; letter-spacing: .13em; }
.hero-marquee i { font-size: 18px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 118px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .care-content h2, .benefits-intro h2, .social-copy h2 { margin-bottom: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.02; letter-spacing: -.058em; }
.section-heading > p { max-width: 390px; margin-bottom: 4px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { position: relative; height: 310px; padding: 22px; overflow: hidden; text-align: left; border: 1px solid var(--line); border-radius: 26px; cursor: pointer; background: var(--paper); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s; }
.category-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 20px 55px rgba(28,50,42,.12); }
.category-card svg { position: absolute; width: 76%; height: 70%; left: 12%; top: 10%; fill: none; stroke: var(--green); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.category-card:hover svg { transform: scale(1.06) rotate(-2deg); }
.card-index { position: relative; z-index: 2; color: rgba(20,35,31,.43); font-family: Georgia, serif; font-style: italic; font-size: 13px; }
.card-bottom { position: absolute; z-index: 2; inset: auto 20px 18px; display: flex; align-items: center; justify-content: space-between; }
.card-bottom strong { font-size: 18px; letter-spacing: -.025em; }
.card-bottom i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: white; font-style: normal; transition: transform .3s, background .3s; }
.category-card:hover .card-bottom i { transform: rotate(45deg); background: var(--orange); }
.cat-card { background: #e6f0de; }
.dog-card { background: #f5dfcc; }
.food-card { background: #dfe8ec; }
.treats-card { background: #f1e6d1; }
.filler-card { background: #dde9df; }
.vet-card { background: #ede2dc; }

.care-section { padding-top: 22px; }
.care-banner { position: relative; min-height: 620px; border-radius: 38px; overflow: hidden; background: var(--green); box-shadow: var(--shadow); }
.care-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.care-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,33,27,.06) 10%, rgba(8,33,27,.08) 40%, rgba(8,33,27,.9) 67%, rgba(8,33,27,.97)); }
.care-content { position: relative; z-index: 2; width: 48%; margin-left: auto; padding: 84px 76px; color: white; }
.section-kicker.light { color: var(--lime); }
.care-content p:not(.section-kicker) { max-width: 440px; margin: 26px 0 32px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.button-light { background: var(--lime); color: var(--green); }
.button-light:hover { background: white; }

.locations { background: var(--paper); }
.locations-heading > p { color: var(--green); font-family: Georgia, serif; font-size: 21px; font-style: italic; }
.locations-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: stretch; }
.location-list { border-top: 1px solid var(--line); }
.location-card { min-height: 116px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.location-card .pin { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; color: var(--green-2); }
.pin svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.location-card small { display: block; margin-bottom: 5px; color: #8a958f; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.location-card h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.location-card > a { display: inline-flex; align-items: center; gap: 17px; padding: 10px 0; font-size: 12px; font-weight: 750; }
.location-card > a span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: white; transition: transform .3s, background .3s; }
.location-card > a:hover span { transform: rotate(45deg); background: var(--orange); }
.location-card .phone { display: inline-block; margin-top: 6px; color: var(--green-2); font-size: 13px; }
.map-art { position: sticky; top: 112px; height: 706px; overflow: hidden; border-radius: 30px; background: #e2eadf; }
.map-top { position: absolute; z-index: 2; inset: 26px 28px auto; display: flex; justify-content: space-between; }
.map-top span { font-size: 13px; font-weight: 800; }
.map-top small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.map-art svg { width: 100%; height: 100%; }
.river { fill: none; stroke: rgba(99,145,151,.34); stroke-width: 58; }
.road { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 17; }
.road.thin { stroke-width: 9; }
.block { fill: rgba(18,60,50,.06); stroke: rgba(18,60,50,.1); }
.map-pin circle { fill: var(--green); stroke: #e2eadf; stroke-width: 5; }
.map-pin text { fill: white; font-size: 13px; font-weight: 800; text-anchor: middle; }
.map-pin.accent circle { fill: var(--orange); }
.map-legend { position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; justify-content: space-between; padding: 17px 18px; background: rgba(255,253,248,.88); border: 1px solid rgba(255,255,255,.8); border-radius: 17px; backdrop-filter: blur(8px); font-size: 11px; }
.map-legend span { color: var(--muted); }
.map-legend i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--orange); }

.benefits { color: white; background: var(--green); }
.benefits .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.benefits-intro > p:last-child { max-width: 370px; margin-top: 27px; color: rgba(255,255,255,.6); line-height: 1.6; }
.benefits-list { border-top: 1px solid rgba(255,255,255,.17); }
.benefit { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.benefit > span { color: var(--lime); font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.benefit h3 { margin-bottom: 9px; font-size: 24px; letter-spacing: -.03em; }
.benefit p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.55; }

.social-section { background: var(--paper); }
.social-card { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 38px; background: #f4eddf; }
.social-copy { min-width: 0; padding: 72px; }
.social-copy h2 { max-width: 530px; }
.social-copy > p:not(.section-kicker) { max-width: 470px; margin: 24px 0 30px; color: var(--muted); line-height: 1.6; }
.button-vk { color: white; background: #2787f5; }
.button-vk:hover { background: #1877df; }
.vk-mark { font-size: 12px; font-weight: 900; }
.button-vk i { font-style: normal; }
.social-copy > small { display: block; margin: 14px 0 0 21px; color: #87918c; }
.social-art { position: relative; min-width: 0; min-height: 500px; overflow: hidden; background: var(--orange); }
.social-orbit { position: absolute; border: 1px solid rgba(18,60,50,.22); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; top: -16px; right: -60px; }
.orbit-two { width: 345px; height: 345px; top: 76px; right: 32px; }
.social-message { position: absolute; z-index: 3; width: 250px; height: 250px; left: 50%; top: 50%; padding: 48px 38px; display: flex; flex-direction: column; justify-content: center; transform: translate(-50%,-50%) rotate(-6deg); color: white; background: var(--green); border-radius: 35% 65% 45% 55% / 55% 42% 58% 45%; box-shadow: 0 25px 50px rgba(18,60,50,.22); }
.social-message b { margin-bottom: 12px; color: var(--lime); font-family: Georgia, serif; font-size: 27px; font-style: italic; font-weight: 400; }
.social-message span { font-size: 18px; line-height: 1.25; font-weight: 700; }
.social-message > i { position: absolute; right: 28px; bottom: 25px; font-style: normal; }
.paw { position: absolute; z-index: 2; color: rgba(18,60,50,.7); font-size: 39px; line-height: .4; transform: rotate(-22deg); }
.paw i { display: block; margin-left: -8px; font-size: 14px; font-style: normal; letter-spacing: 3px; }
.paw-1 { left: 11%; top: 15%; }
.paw-2 { right: 9%; bottom: 13%; transform: scale(.65) rotate(18deg); }

footer { padding: 80px 0 22px; color: white; background: #0b2620; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .9fr .6fr; gap: 60px; padding-bottom: 68px; }
.wordmark-light { color: white; font-size: 26px; }
.wordmark-light span { color: var(--lime); }
.footer-brand p { margin: 24px 0 0; color: rgba(255,255,255,.5); line-height: 1.55; }
.footer-nav, .footer-contact, .footer-city { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
footer small { margin-bottom: 8px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
footer a:not(.wordmark):not(.round-link), footer p { font-size: 14px; }
footer a:not(.wordmark):hover { color: var(--lime); }
.round-link { display: grid; place-items: center; width: 45px; height: 45px; margin-top: 13px; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 20px; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.34); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; width: min(460px, calc(100% - 32px)); padding: 15px 15px 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: white; background: #0b2620; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; box-shadow: 0 18px 45px rgba(0,0,0,.24); transform: translate(-50%, calc(100% + 50px)); opacity: 0; transition: .35s ease; font-size: 13px; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }
.toast button { width: 30px; height: 30px; border: 0; border-radius: 50%; cursor: pointer; color: white; background: rgba(255,255,255,.1); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-image-wrap { height: 540px; }
  h1 { font-size: 58px; }
  .care-content { width: 53%; padding: 72px 48px; }
  .benefits .container { gap: 65px; }
}

@media (max-width: 840px) {
  .container { width: min(100% - 36px, 680px); }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { height: 72px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; margin-left: auto; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.45); }
  .menu-toggle span { width: 17px; height: 1.5px; background: var(--ink); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 72px 0 auto; padding: 20px 18px 26px; display: flex; flex-direction: column; gap: 4px; background: rgba(247,243,233,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: .35s ease; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; }
  .mobile-nav > a:not(.button) { padding: 14px 8px; font-size: 18px; border-bottom: 1px solid var(--line); }
  .mobile-nav .button { margin-top: 10px; color: white; background: var(--green); }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid { min-height: 0; display: flex; flex-direction: column; gap: 0; }
  .hero-copy { padding: 60px 0 38px; }
  h1 { max-width: 680px; font-size: clamp(45px, 11vw, 66px); }
  .hero-text { max-width: 600px; }
  .hero-visual { width: 100%; }
  .hero-image-wrap { width: calc(100% + 36px); height: 530px; margin: 0 -18px; border-radius: 38px 38px 0 0; }
  .hero-line { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .care-banner { min-height: 680px; }
  .care-banner > img { object-position: 29% center; }
  .care-overlay { background: linear-gradient(0deg, rgba(8,33,27,.96) 0, rgba(8,33,27,.75) 48%, rgba(8,33,27,0) 78%); }
  .care-content { width: auto; margin: 290px 0 0; padding: 55px 42px 48px; }
  .locations-layout { grid-template-columns: 1fr; }
  .map-art { position: relative; top: auto; height: 520px; grid-row: 1; }
  .benefits .container { grid-template-columns: 1fr; gap: 55px; }
  .social-card { grid-template-columns: 1fr; }
  .social-art { min-height: 420px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .wordmark { font-size: 20px; }
  .hero-copy { padding-top: 44px; }
  .eyebrow { max-width: 290px; font-size: 9px; line-height: 1.5; }
  h1 { margin-bottom: 20px; font-size: clamp(42px, 12.8vw, 57px); line-height: .98; }
  .hero-text { font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button-primary { width: 100%; justify-content: space-between; }
  .text-link { align-self: flex-start; }
  .hero-image-wrap { height: 410px; }
  .hero-image-wrap img { object-position: 54% center; }
  .branch-badge { left: 16px; top: 16px; padding: 9px 12px 9px 9px; border-radius: 14px; }
  .badge-number { width: 36px; height: 36px; font-size: 19px; }
  .pet-note { right: 13px; bottom: 13px; font-size: 9px; }
  .hero-marquee { height: 57px; }
  .hero-marquee-group { gap: 24px; padding-right: 24px; font-size: 12px; }
  .section { padding: 82px 0; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, .care-content h2, .benefits-intro h2, .social-copy h2 { font-size: 42px; }
  .section-heading > p { margin-top: 22px; font-size: 14px; }
  .category-grid { grid-template-columns: 1fr; gap: 12px; }
  .category-card { height: 225px; border-radius: 22px; }
  .category-card svg { width: 58%; height: 78%; left: 21%; top: 1%; }
  .care-section { padding-top: 0; }
  .care-section .container { width: 100%; }
  .care-banner { min-height: 680px; border-radius: 0; }
  .care-banner > img { object-position: 29% center; }
  .care-content { margin-top: 285px; padding: 48px 24px 40px; }
  .care-content p:not(.section-kicker) { font-size: 14px; }
  .locations-heading > p { font-size: 17px; }
  .map-art { height: 430px; border-radius: 23px; }
  .map-legend { align-items: flex-start; flex-direction: column; gap: 6px; }
  .location-card { min-height: 138px; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 0; }
  .location-card > a { grid-column: 2; justify-self: start; padding: 0; }
  .location-card .pin { width: 38px; height: 38px; }
  .benefits .container { gap: 42px; }
  .benefit { grid-template-columns: 43px 1fr; gap: 14px; }
  .benefit h3 { font-size: 21px; }
  .social-section { padding: 16px 0 70px; }
  .social-card { width: calc(100% - 24px); border-radius: 26px; }
  .social-copy { padding: 45px 25px; }
  .button-vk { width: 100%; max-width: 280px; padding-inline: 18px; gap: 14px; }
  .social-art { min-height: 355px; }
  .social-message { width: 210px; height: 210px; padding: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-city { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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