

:root {
  --cream: #f5efdf;
  --cream-deep: #ebe0c6;
  --paper: #fffdf7;
  --red: #c81f3f;
  --red-dark: #9d1230;
  --blue: #1778a5;
  --blue-dark: #0c5278;
  --ink: #2c1d1b;
  --yellow: #f6c646;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Barlow Condensed", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section-space { padding-block: 150px; }
.retro-site { min-height: 100vh; overflow: hidden; }

.hero-wrap { position: relative; min-height: 1000px; background: var(--cream); }
.site-header { position: relative; z-index: 30; top: 24px; height: 96px; padding: 0 26px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--paper); border: 1px solid rgba(44,29,27,.07); border-radius: 25px; box-shadow: 0 18px 45px rgba(80,48,37,.07); }
.bunzy-wordmark { position: relative; width: 150px; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-3deg); line-height: .75; }
.bunzy-wordmark::before { content: ""; position: absolute; inset: 8px 2px 7px; z-index: -1; border: 3px solid var(--red); border-radius: 50%; transform: rotate(2deg); }
.bunzy-wordmark span { color: var(--red); font: 400 37px/1 "Pacifico", "Brush Script MT", cursive; text-shadow: 2px 2px 0 var(--paper); }
.bunzy-wordmark strong { margin-top: 7px; padding: 5px 14px 4px; background: var(--yellow); color: var(--blue-dark); border-radius: 2px; font: 900 10px/1 "Barlow Condensed", sans-serif; letter-spacing: .35em; box-shadow: 3px 3px 0 var(--blue); }
.site-header nav { display: flex; align-items: center; gap: 30px; color: var(--red); font-size: 16px; font-weight: 900; letter-spacing: .015em; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; border-radius: 99px; background: var(--blue); transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.header-cta { justify-self: end; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; gap: 18px; border-radius: 999px; background: var(--red); color: white; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--red-dark); }
.header-cta svg, .button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero { min-height: 790px; padding-top: 110px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 20px; }
.hero-copy { position: relative; z-index: 5; padding-left: 40px; text-align: center; }
.open-badge { width: max-content; margin: 0 auto 30px; padding: 8px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(200,31,63,.24); border-radius: 999px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.open-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); animation: pulse 1.7s ease-in-out infinite; }
.script-title { margin: 0 0 -10px; color: var(--blue); font: 400 clamp(40px, 4.5vw, 70px)/1.1 "Pacifico", "Brush Script MT", cursive; transform: rotate(-3deg); }
.bunzy-smile { width: max-content; margin: 0 auto 4px; color: var(--red); font: 900 clamp(52px, 5vw, 76px)/.8 "Barlow Condensed", "Arial Black", sans-serif; letter-spacing: -.09em; transform: rotate(-8deg); text-shadow: 3px 3px 0 var(--yellow); }
.hero h1 { margin: 0; color: var(--red); font: 900 clamp(74px, 7.7vw, 118px)/.78 "Barlow Condensed", "Arial Narrow", sans-serif; letter-spacing: -.045em; text-transform: uppercase; text-shadow: 3px 3px 0 var(--paper), 5px 5px 0 rgba(23,120,165,.23); }
.hero-intro { max-width: 540px; margin: 38px auto 0; color: #844250; font-size: 16px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--red { background: var(--red); color: white; box-shadow: 0 12px 24px rgba(157,18,48,.16); }
.button--red:hover { background: var(--red-dark); }
.button--blue { background: var(--blue); color: white; box-shadow: 0 12px 24px rgba(12,82,120,.16); }
.button--blue:hover { background: var(--blue-dark); }
.hero-menu-button { min-width: 188px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-story-link { margin-top: 22px; }

.hero-food { position: relative; height: 650px; display: grid; place-items: center; }
.hero-food img { position: relative; z-index: 3; width: 88%; height: 88%; object-fit: cover; object-position: center 72%; border: 8px solid var(--paper); border-radius: 26px; box-shadow: 0 0 0 3px var(--red), 13px 13px 0 var(--blue), 0 30px 45px rgba(85,49,30,.18); animation: heroFloat 5s ease-in-out infinite; }
.halftone { position: absolute; z-index: 1; width: 560px; height: 560px; border-radius: 50%; background-color: rgba(200,31,63,.025); background-image: radial-gradient(rgba(200,31,63,.28) 1.6px, transparent 1.6px); background-size: 12px 12px; mask-image: radial-gradient(circle, black 35%, transparent 72%); }
.round-sticker { position: absolute; z-index: 5; right: 10px; top: 95px; width: 130px; height: 130px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--yellow); border: 4px solid var(--red); color: var(--red); transform: rotate(8deg); box-shadow: 0 0 0 6px var(--cream), 0 0 0 8px var(--blue), 0 16px 28px rgba(44,29,27,.16); }
.round-sticker span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.round-sticker strong { font: 900 27px/.9 "Barlow Condensed", sans-serif; }
.round-sticker i { margin-top: 7px; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.sparkle { position: absolute; z-index: 5; color: var(--yellow); text-shadow: 2px 2px 0 var(--red); }
.sparkle--one { top: 90px; left: 30px; font-size: 44px; transform: rotate(8deg); }
.sparkle--two { bottom: 80px; right: 40px; font-size: 28px; }

.hero-transition { position: absolute; left: 0; right: 0; bottom: -73px; height: 190px; z-index: 10; }
.hero-transition::after { content: ""; position: absolute; left: -3%; right: -3%; bottom: -80px; height: 160px; background: white; border-radius: 50% 50% 0 0 / 30% 30% 0 0; }
.speed-line { position: absolute; z-index: 2; width: 110%; left: -5%; height: 5px; border-radius: 50%; border-top: 5px solid var(--blue); }
.speed-line--one { bottom: 66px; transform: rotate(-1deg); }
.speed-line--two { bottom: 54px; border-color: var(--red); border-width: 3px; transform: rotate(.5deg); }
.club-sign { position: absolute; left: 50%; bottom: 24px; z-index: 4; width: 410px; min-height: 100px; transform: translateX(-50%) rotate(-1deg); display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--red); color: white; border: 7px solid var(--paper); border-radius: 28px 28px 44px 44px; box-shadow: 0 0 0 3px var(--red-dark), 0 15px 0 rgba(44,29,27,.22); }
.club-sign::before { content: ""; position: absolute; z-index: -1; width: 500px; height: 48px; background: var(--red); border-radius: 45% 45% 10px 10px; top: 14px; }
.club-sign > span { color: var(--yellow); font-size: 25px; }
.club-sign div { text-align: center; }
.club-sign small { display: block; font-size: 8px; font-weight: 900; letter-spacing: .22em; }
.club-sign strong { display: block; margin-top: 3px; font: 900 28px/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; }

.menu-showcase { position: relative; background: var(--paper); padding-top: 190px; }
.menu-showcase::before { content: ""; position: absolute; left: -5%; right: -5%; top: 72px; height: 9px; border-top: 4px solid var(--blue); border-radius: 50%; transform: rotate(-.4deg); }
.menu-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 110px; align-items: end; }
.menu-heading h2 { margin: 0; color: var(--red); font: 900 clamp(62px, 6vw, 92px)/.8 "Barlow Condensed", sans-serif; letter-spacing: -.04em; }
.menu-heading-copy { padding-bottom: 5px; }
.menu-heading-copy p { max-width: 430px; margin: 0 0 28px; color: #765957; font-size: 16px; line-height: 1.7; }
.menu-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.menu-card { min-width: 0; overflow: hidden; border: 3px solid var(--red); border-radius: 28px; background: var(--cream); box-shadow: 9px 9px 0 var(--blue); transition: transform .25s ease, box-shadow .25s ease; }
.menu-card:hover { transform: translateY(-9px) rotate(-.7deg); box-shadow: 13px 15px 0 var(--blue-dark); }
.menu-card__image { position: relative; height: 330px; overflow: hidden; background: var(--cream-deep); border-bottom: 3px solid var(--red); }
.menu-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 66%; transition: transform .45s ease; }
.menu-card:hover .menu-card__image img { transform: scale(1.055); }
.menu-card__image--dark img { object-position: center; }
.menu-card__image--combo img { object-position: 66% center; }
.menu-card__image span { position: absolute; right: 17px; top: 17px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--red); border: 3px solid white; box-shadow: 0 0 0 2px var(--blue); font-size: 10px; font-weight: 900; }
.menu-card__body { min-height: 240px; padding: 30px; display: flex; flex-direction: column; }
.menu-card__body small { color: var(--blue-dark); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.menu-card__body h3 { margin: 10px 0 12px; color: var(--red); font: 900 35px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.menu-card__body p { margin: 0; color: #775957; font-size: 13px; line-height: 1.65; }
.menu-card__body i { margin-top: auto; padding-top: 22px; color: var(--red); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-card--blue { border-color: var(--blue); box-shadow: 9px 9px 0 var(--red); }
.menu-card--blue:hover { box-shadow: 13px 15px 0 var(--red-dark); }
.menu-card--blue .menu-card__image { border-color: var(--blue); }
.menu-card--yellow { border-color: var(--yellow); box-shadow: 9px 9px 0 var(--red); }
.menu-card--yellow:hover { box-shadow: 13px 15px 0 var(--red-dark); }
.menu-card--yellow .menu-card__image { border-color: var(--yellow); }
.checker-divider--blue { background-image: conic-gradient(var(--blue) 25%, var(--paper) 0 50%, var(--blue) 0 75%, var(--paper) 0); }

.story-section { background: white; padding-top: 210px; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 110px; align-items: center; }
.diner-illustration { position: relative; min-height: 440px; align-self: stretch; }
.sun-disc { position: absolute; left: 12%; top: 0; width: 360px; height: 360px; border-radius: 50%; background: #f7f0df; }
.sun-disc::after { content: ""; position: absolute; inset: 28px; border-radius: 50%; background-image: radial-gradient(rgba(23,120,165,.22) 1.3px, transparent 1.3px); background-size: 9px 9px; }
.diner-roof { position: absolute; left: 4%; right: 4%; top: 150px; height: 70px; display: grid; place-items: center; background: var(--cream); border: 4px solid var(--ink); border-radius: 85px 85px 0 0; box-shadow: inset 0 -12px var(--red); }
.diner-roof span { transform: translateY(-7px); color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.diner-body { position: absolute; left: 8%; right: 8%; top: 220px; height: 150px; background: var(--paper); border: 4px solid var(--ink); border-top: 0; }
.window { position: absolute; left: 22px; top: 25px; width: 66%; height: 82px; display: flex; gap: 5px; padding: 6px; background: var(--blue); border: 3px solid var(--ink); }
.window i { flex: 1; background: repeating-linear-gradient(135deg, #d8edf0 0 10px, white 10px 20px); border-right: 2px solid var(--ink); }
.window i:last-child { border-right: 0; }
.diner-door { position: absolute; right: 24px; bottom: 0; width: 75px; height: 112px; background: var(--cream); border: 3px solid var(--ink); border-bottom: 0; }
.diner-door::after { content: ""; position: absolute; right: 10px; top: 54px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.diner-sign { position: absolute; right: -36px; top: -60px; width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--red); border: 4px solid var(--red); font: 900 42px/1 "Barlow Condensed", sans-serif; box-shadow: 0 0 0 5px white, 0 0 0 8px var(--blue); }
.parking-lines { position: absolute; left: 0; right: 0; top: 390px; height: 4px; background: var(--ink); }
.parking-lines::before, .parking-lines::after { content: ""; position: absolute; width: 150px; height: 3px; background: var(--blue); top: 25px; transform: skewX(-45deg); }
.parking-lines::before { left: 8%; }
.parking-lines::after { right: 8%; }
.section-kicker { margin: 0 0 30px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker--light { color: rgba(255,255,255,.67); }
.script-title--small { margin: 0 0 -2px; font-size: clamp(34px, 3.5vw, 54px); }
.story-copy h2, .feature-heading h2, .location-grid h2 { margin: 0; color: var(--red); font: 900 clamp(54px, 5vw, 78px)/.85 "Barlow Condensed", sans-serif; letter-spacing: -.035em; }
.story-copy > p:not(.section-kicker):not(.script-title) { max-width: 540px; margin: 30px 0; color: #765957; font-size: 16px; line-height: 1.75; }
.button--outline { border: 2px solid var(--red); color: var(--red); }
.button--outline:hover { background: var(--red); color: white; }

.checker-divider { height: 34px; background-color: var(--paper); background-image: conic-gradient(var(--red) 25%, var(--paper) 0 50%, var(--red) 0 75%, var(--paper) 0); background-size: 34px 34px; }
.feature-section { position: relative; background: var(--red); color: white; }
.feature-section::before, .feature-section::after { content: ""; position: absolute; left: -5%; right: -5%; height: 10px; border-top: 4px solid var(--blue-dark); border-radius: 50%; }
.feature-section::before { top: 36px; transform: rotate(.5deg); }
.feature-section::after { bottom: 30px; transform: rotate(-.5deg); border-color: var(--yellow); }
.feature-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 80px; }
.feature-heading h2 { color: white; }
.feature-heading h2 em { color: var(--yellow); font-style: normal; }
.feature-heading > p { max-width: 370px; margin: 0 0 5px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.feature-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article { position: relative; min-height: 355px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 2px solid rgba(255,255,255,.68); border-radius: 28px; background: var(--red-dark); box-shadow: 8px 8px 0 rgba(88,4,25,.28); transition: transform .25s ease; }
.feature-grid article:hover { transform: translateY(-8px) rotate(-1deg); }
.feature-card--cream { background: var(--cream) !important; color: var(--red); border-color: white !important; transform: rotate(1.5deg); }
.feature-card--cream:hover { transform: translateY(-8px) rotate(0deg) !important; }
.feature-number { position: absolute; top: 25px; right: 28px; font-size: 11px; font-weight: 900; opacity: .55; }
.feature-badge { margin-bottom: auto; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--red); border: 4px solid white; box-shadow: 0 0 0 3px var(--blue); font-size: 31px; }
.feature-grid h3 { margin: 0 0 13px; font: 900 34px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.71); font-size: 14px; line-height: 1.65; }
.feature-card--cream p { color: #775251; }

.location-section { position: relative; background: #dbeff3; }
.location-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, transparent 49%, rgba(23,120,165,.3) 50%, transparent 51%), linear-gradient(transparent 49%, rgba(23,120,165,.3) 50%, transparent 51%); background-size: 60px 60px; }
.location-stars { position: absolute; top: 45px; left: 50%; transform: translateX(-50%); color: var(--yellow); font-size: 33px; text-shadow: 2px 2px 0 var(--red); }
.location-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; align-items: center; }
.location-grid h2 { color: var(--red); }
.location-card { position: relative; padding: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; background: var(--paper); border: 3px solid var(--red); border-radius: 30px; box-shadow: 12px 12px 0 var(--blue); }
.location-pin { position: absolute; left: 50%; top: -47px; transform: translateX(-50%) rotate(-5deg); width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; background: var(--red); color: white; border: 5px solid var(--paper); box-shadow: 0 0 0 3px var(--blue); font: 900 38px/1 "Barlow Condensed", sans-serif; }
.location-card small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.location-card p { margin: 10px 0 0; color: #674845; font-size: 14px; line-height: 1.75; }
.location-card .button { grid-column: 1 / -1; width: max-content; margin-top: 8px; }

.site-footer { background: var(--cream); }
.footer-checker { height: 25px; background-image: conic-gradient(var(--blue) 25%, var(--cream) 0 50%, var(--blue) 0 75%, var(--cream) 0); background-size: 25px 25px; }
.footer-inner { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.footer-inner .bunzy-wordmark { transform: scale(.86) rotate(-3deg); transform-origin: left center; }
.footer-inner p { color: #8e6764; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.7; text-align: center; text-transform: uppercase; }
.footer-instagram { justify-self: end; display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 12px; font-weight: 900; }
.footer-instagram svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-instagram .fill { fill: currentColor; stroke: none; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
@keyframes heroFloat { 50% { transform: translateY(-10px) rotate(.5deg); } }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { padding-left: 0; }
  .hero-food { height: 600px; }
  .hero-wrap { min-height: 1450px; }
  .story-grid, .location-grid { grid-template-columns: 1fr; gap: 80px; }
  .menu-heading { grid-template-columns: 1fr; gap: 35px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .menu-card__image { height: 320px; border-bottom: 0; border-right: 3px solid var(--red); }
  .menu-card__body { min-height: 320px; }
  .feature-heading { grid-template-columns: 1fr; gap: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 270px; }
  .club-sign { bottom: 20px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1280px); }
  .section-space { padding-block: 95px; }
  .site-header { top: 14px; height: 80px; padding: 0 16px; border-radius: 20px; }
  .bunzy-wordmark { width: 125px; height: 66px; }
  .bunzy-wordmark span { font-size: 30px; }
  .bunzy-wordmark strong { font-size: 8px; }
  .header-cta { min-height: 42px; padding: 0 17px; font-size: 9px; }
  .hero { min-height: auto; padding-top: 95px; }
  .script-title { font-size: 38px; }
  .hero h1 { font-size: clamp(67px, 21vw, 92px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-food { height: 450px; }
  .hero-food img { width: 88%; height: 90%; border-width: 6px; border-radius: 20px; box-shadow: 0 0 0 3px var(--red), 8px 8px 0 var(--blue), 0 22px 36px rgba(85,49,30,.18); }
  .halftone { width: 390px; height: 390px; }
  .round-sticker { width: 92px; height: 92px; right: -5px; top: 58px; }
  .round-sticker strong { font-size: 19px; }
  .round-sticker span { font-size: 7px; }
  .round-sticker i { font-size: 5px; }
  .sparkle--one { left: 0; }
  .hero-wrap { min-height: 1120px; }
  .club-sign { width: 280px; min-height: 83px; }
  .club-sign::before { width: 340px; }
  .club-sign > span { display: none; }
  .club-sign strong { font-size: 23px; }
  .story-section { padding-top: 165px; }
  .menu-showcase { padding-top: 150px; }
  .menu-heading h2 { font-size: 58px; }
  .menu-grid { margin-top: 50px; }
  .menu-card { display: block; }
  .menu-card__image { height: 300px; border-right: 0; border-bottom: 3px solid var(--red); }
  .menu-card__body { min-height: 235px; }
  .story-grid { gap: 50px; }
  .diner-illustration { min-height: 350px; transform: scale(.82); margin-inline: -40px; }
  .diner-roof { top: 100px; }
  .diner-body { top: 170px; }
  .parking-lines { top: 340px; }
  .story-copy h2, .feature-heading h2, .location-grid h2 { font-size: 52px; }
  .feature-grid article { min-height: 285px; }
  .location-card { padding: 60px 28px 32px; grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--blue); }
  .location-card .button { grid-column: auto; width: 100%; }
  .footer-inner { min-height: 220px; grid-template-columns: 1fr 1fr; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
  .footer-instagram { font-size: 10px; }
}

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