:root {
  --forest: #fe6500; --forest-soft: #e95d00; --ink: #2b160d; --gold: #40190c;
  --gold-light: #ffe0b3; --clay: #a83d0a; --cream: #fff3e3; --paper: #fffaf4;
  --muted: #79645a; --line: rgba(64,25,12,.18); --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Jost", sans-serif; --script: "Allura", cursive;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body.cart-open { overflow: hidden; }
button, a { font: inherit; color: inherit; } button { cursor: pointer; } a { text-decoration: none; } img { display: block; width: 100%; }
.paper-noise { position: fixed; inset: 0; z-index: 60; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.topbar { height: 34px; padding: 0 clamp(20px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--gold); color: var(--cream); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.topbar a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 30; height: 92px; padding: 0 clamp(20px,5vw,76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(64,25,12,.2); background: rgba(254,101,0,.96); color: var(--ink); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 15px; }
.brand-seal { width: 52px; aspect-ratio: 1; border: 1px solid var(--gold); outline: 1px solid var(--gold); outline-offset: 3px; border-radius: 50%; display: grid; place-items: center; color: var(--gold); font: 600 13px var(--serif); letter-spacing: .08em; }
.brand-copy { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 5px; }
.brand-copy strong { font: 500 12px var(--serif); text-transform: uppercase; letter-spacing: .12em; }
.brand-copy em { font: 400 30px/.8 var(--script); color: var(--gold); }
.brand-copy small { grid-column: 1/-1; margin-top: 6px; color: rgba(43,22,13,.62); font-size: 7px; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; gap: 30px; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
nav a { position: relative; } nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: .3s; } nav a:hover::after { right: 0; }
.cart-trigger { display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 17px; border: 1px solid rgba(43,22,13,.55); border-radius: 100px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; }
.cart-trigger b { width: 28px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--cream); }
.hero { min-height: calc(100svh - 126px); display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(35px,6vw,100px); padding: clamp(65px,7vw,105px) clamp(20px,5vw,76px) 90px; background: var(--forest); color: var(--ink); overflow: hidden; }
.hero-copy { align-self: center; position: relative; z-index: 2; }
.kicker { margin: 0 0 24px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-right: 12px; vertical-align: middle; background: currentColor; }
.kicker.dark { color: var(--forest); }
.hero h1 { max-width: 790px; margin: 0; font: 600 clamp(53px,6.2vw,96px)/.98 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--cream); font-weight: 500; }
.hero-lead { max-width: 590px; margin: 34px 0; color: rgba(43,22,13,.75); font-size: clamp(15px,1.3vw,18px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 53px; padding: 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .03em; transition: .25s; }
.button-gold { background: var(--gold); color: var(--cream); } .button-gold:hover { background: var(--cream); color: var(--ink); transform: translateY(-2px); }
.button-outline { border: 1px solid rgba(43,22,13,.5); color: var(--ink); } .button-outline:hover { border-color: var(--gold); color: var(--gold); }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid rgba(43,22,13,.35); color: var(--ink); background: transparent; font-size: 11px; }
.hero-art { position: relative; min-height: 590px; }
.hero-photo-main { position: absolute; inset: 0 12% 8% 15%; overflow: hidden; clip-path: polygon(7% 0,100% 0,94% 100%,0 94%); }
.hero-photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(64,25,12,.35)); }
.hero-photo-main img { height: 100%; object-fit: cover; object-position: center 27%; filter: saturate(.77) contrast(1.05); }
.hero-photo-product { position: absolute; width: 31%; left: 0; bottom: 0; border: 7px solid var(--forest); box-shadow: 0 20px 55px rgba(0,0,0,.3); overflow: hidden; }
.hero-photo-product img { aspect-ratio: .82; object-fit: cover; }
.medal-stamp { position: absolute; right: 1%; top: 5%; width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; text-align: center; background: var(--gold); color: var(--cream); outline: 1px solid var(--gold); outline-offset: 6px; transform: rotate(7deg); }
.medal-stamp strong { font: 700 43px/.8 var(--serif); } .medal-stamp span { margin-top: 10px; font-size: 8px; line-height: 1.35; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.vertical-note { position: absolute; right: -80px; bottom: 155px; transform: rotate(90deg); color: rgba(43,22,13,.42); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.award-ribbon { overflow: hidden; border-block: 1px solid #260d05; background: var(--gold); color: var(--cream); transform: rotate(-.45deg) scale(1.01); }
.ribbon-track { width: max-content; display: flex; gap: 28px; align-items: center; padding: 13px 0; animation: ribbon 28s linear infinite; font: 600 12px var(--serif); letter-spacing: .08em; text-transform: uppercase; }
.ribbon-track i { font-style: normal; } @keyframes ribbon { to { transform: translateX(-50%); } }
.catalog { padding: 135px clamp(20px,5vw,76px); }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 60px; }
.section-intro h2,.awards-heading h2 { margin: 0; color: var(--forest); font: 600 clamp(43px,5vw,73px)/1 var(--serif); letter-spacing: -.045em; }
.section-intro h2 em,.awards-heading h2 em { color: var(--clay); font-weight: 500; }
.section-note { max-width: 390px; } .section-note span { font-size: 8px; font-weight: 700; letter-spacing: .18em; color: var(--clay); } .section-note p { margin: 15px 0 0; color: var(--muted); line-height: 1.75; font-size: 13px; }
.collection { scroll-margin-top: 145px; }
.collection-owned { padding-top: 8px; }
.collection-partners { position: relative; margin: 125px -2.5vw 0; padding: 70px 2.5vw 76px; border: 1px solid rgba(64,25,12,.12); background: #f7eadc; box-shadow: 0 28px 75px rgba(64,25,12,.08); }
.collection-partners::before { content: "PARCEIROS DA MANTIQUEIRA"; position: absolute; top: 24px; right: 2.5vw; color: rgba(64,25,12,.25); font-size: 7px; font-weight: 700; letter-spacing: .2em; writing-mode: vertical-rl; }
.collection-heading { display: grid; grid-template-columns: 86px minmax(0,720px) 1fr; gap: 28px; align-items: end; margin-bottom: 42px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.collection-number { align-self: start; color: var(--forest); font: 600 54px/.8 var(--serif); letter-spacing: -.06em; }
.collection-heading h3 { margin: 11px 0 10px; color: var(--forest); font: 600 clamp(37px,4.2vw,62px)/1 var(--serif); letter-spacing: -.045em; }
.collection-heading>div>p { max-width: 670px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.origin-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 100px; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.origin-pill::before { content: ""; width: 6px; aspect-ratio: 1; border-radius: 50%; background: currentColor; }
.origin-owned { color: var(--ink); background: var(--forest); }
.origin-partner { color: #fff7e7; background: var(--clay); }
.collection-count { justify-self: end; margin: 0 0 5px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.collection-count strong { display: block; color: var(--forest); font: 600 34px/1 var(--serif); letter-spacing: -.03em; text-align: right; }
.catalog-tools { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; padding: 18px 0; border-block: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); padding: 10px 17px; background: transparent; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: .2s; }
.filter:hover,.filter.active { color: var(--ink); background: var(--forest); border-color: var(--forest); }
.catalog-tools>p { margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 42px 18px; }
.product-card { min-width: 0; animation: productIn .45s both; } @keyframes productIn { from { opacity: 0; transform: translateY(15px); } }
.product-photo { position: relative; overflow: hidden; background: #eee9dd; }
.product-photo img { aspect-ratio: .92; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.25,1),filter .4s; filter: saturate(.82); }
.product-card:hover .product-photo img { transform: scale(1.045); filter: saturate(1); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: var(--forest); color: var(--ink); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-origin { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); color: white; font-size: 7px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(9px); box-shadow: 0 5px 18px rgba(0,0,0,.13); }
.product-origin-owned { color: var(--ink); background: rgba(254,101,0,.94); }
.product-origin-partner { background: rgba(166,82,49,.9); }
.add-product { position: absolute; right: 12px; bottom: 12px; width: 45px; aspect-ratio: 1; border: 0; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--forest); font-size: 23px; box-shadow: 0 6px 20px rgba(0,0,0,.16); transition: .25s; }
.add-product:hover { background: var(--forest); color: var(--ink); transform: rotate(90deg); }
.product-copy { display: grid; grid-template-columns: 1fr auto; gap: 7px 10px; padding: 17px 2px 0; border-top: 2px solid var(--forest); }
.product-copy h4 { margin: 0; color: var(--forest); font: 600 19px/1.15 var(--serif); } .product-copy strong { color: var(--clay); font: 700 13px var(--sans); white-space: nowrap; }
.product-copy p { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.price-note { margin: 40px 0 0; color: var(--muted); font-size: 9px; text-align: right; }
.story { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: var(--clay); color: var(--cream); }
.story-visual { position: relative; overflow: hidden; } .story-visual img { height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.02); }
.story-tag { position: absolute; right: 24px; bottom: 25px; padding: 14px 18px; background: var(--forest); color: var(--ink); font-size: 9px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.story-copy { align-self: center; padding: clamp(55px,8vw,125px); } .story-copy .kicker { color: var(--gold-light); }
.story-copy h2 { margin: 0 0 32px; font: 600 clamp(43px,5vw,72px)/1 var(--serif); letter-spacing: -.04em; } .story-copy h2 em { color: var(--gold-light); font-weight: 500; }
.story-copy>p:not(.kicker) { max-width: 650px; color: rgba(255,247,230,.78); line-height: 1.8; font-size: 14px; }
.story-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 42px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.25); }
.story-facts strong { display: block; color: var(--gold-light); font: 700 30px var(--serif); } .story-facts span { display: block; margin-top: 4px; color: rgba(255,247,230,.7); font-size: 8px; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; }
.line-link { display: inline-flex; gap: 50px; margin-top: 45px; padding-bottom: 7px; border-bottom: 1px solid var(--gold-light); color: var(--gold-light); font-weight: 700; font-size: 11px; }
.awards { padding: 135px clamp(20px,5vw,76px); background: var(--cream); } .awards-heading { margin-bottom: 55px; }
.award-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; }
.award-feature { min-height: 600px; position: relative; overflow: hidden; background: var(--forest); } .award-feature>img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) saturate(.8); }
.award-feature>div { position: absolute; inset: auto 0 0; padding: 40px; color: var(--cream); background: linear-gradient(transparent,rgba(43,22,13,.92)); }
.award-feature span { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .18em; } .award-feature h3 { margin: 13px 0 7px; font: 600 38px var(--serif); }
.award-feature p { max-width: 500px; margin: 0; color: rgba(245,239,223,.7); font-size: 12px; line-height: 1.6; }
.medal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.medal-grid figure { margin: 0; padding: 25px; display: grid; grid-template-rows: 1fr auto; background: var(--paper); border: 1px solid rgba(199,163,51,.25); }
.medal-grid img { height: 100%; max-height: 205px; object-fit: contain; mix-blend-mode: multiply; } .medal-grid figcaption { padding-top: 15px; text-align: center; border-top: 1px solid var(--line); color: var(--forest); font: 600 13px var(--serif); }
.visit { min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,7vw,110px); padding: 110px clamp(20px,5vw,76px); align-items: center; background: var(--forest); color: var(--ink); }
.visit-copy h2 { margin: 0 0 25px; font: 600 clamp(50px,6vw,86px)/.95 var(--serif); letter-spacing: -.05em; } .visit-copy>p:not(.kicker) { max-width: 500px; color: rgba(43,22,13,.75); line-height: 1.75; }
.visit address { margin: 30px 0; padding-left: 20px; border-left: 2px solid var(--gold); color: var(--gold); font-style: normal; font-size: 12px; line-height: 1.7; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.visit-collage { min-height: 500px; position: relative; } .visit-cheese { position: absolute; inset: 0 0 8% 10%; width: 72%; height: 87%; object-fit: cover; }
.visit-package { position: absolute; right: 0; bottom: 0; width: 43%; border: 7px solid var(--forest); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.round-copy { position: absolute; top: -20px; right: 5%; width: 125px; aspect-ratio: 1; display: grid; place-items: center; padding: 20px; border-radius: 50%; background: var(--gold); color: var(--cream); text-align: center; font-size: 8px; font-weight: 700; line-height: 1.5; letter-spacing: .08em; transform: rotate(7deg); }
footer { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 40px; align-items: center; padding: 75px clamp(20px,5vw,76px) 28px; background: #2b160d; color: var(--cream); }
.footer-brand { display: flex; align-items: center; gap: 20px; } .footer-brand .brand-seal { border-color: var(--gold-light); outline-color: var(--gold-light); color: var(--gold-light); } .footer-brand>div { display: grid; } .footer-brand strong { font: 500 12px var(--serif); letter-spacing: .15em; text-transform: uppercase; } .footer-brand em { color: var(--gold-light); font: 400 36px/.9 var(--script); }
footer small { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .16em; } footer p { color: rgba(245,239,223,.6); font-size: 11px; line-height: 1.7; }
.footer-instagram { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font: 600 17px var(--serif); }
.copyright { grid-column: 1/-1; margin: 35px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 8px; letter-spacing: .08em; }
.overlay { position: fixed; inset: 0; z-index: 40; background: rgba(43,22,13,.62); opacity: 0; pointer-events: none; transition: .35s; backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; z-index: 41; top: 0; right: 0; width: min(480px,100%); height: 100%; display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); transform: translateX(100%); transition: transform .45s cubic-bezier(.76,0,.24,1); box-shadow: -20px 0 70px rgba(0,0,0,.25); }
.cart-open .overlay { opacity: 1; pointer-events: auto; } .cart-open .cart-drawer { transform: none; }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding: 28px; border-bottom: 1px solid var(--line); } .cart-head .kicker { margin-bottom: 5px; } .cart-head h2 { margin: 0; color: var(--forest); font: 600 35px var(--serif); }
.cart-close { border: 0; background: none; font-size: 34px; font-weight: 300; } .cart-items { overflow: auto; padding: 8px 28px; }
.empty-cart { min-height: 100%; display: grid; place-content: center; text-align: center; color: var(--muted); } .empty-cart span { font-size: 46px; color: var(--gold); } .empty-cart h3 { margin: 15px 0 5px; color: var(--forest); font: 600 24px var(--serif); } .empty-cart p { margin: 0; font-size: 11px; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 13px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); } .cart-item img { width: 70px; height: 70px; object-fit: cover; }
.cart-item h4 { margin: 0 0 3px; color: var(--forest); font: 600 15px var(--serif); } .cart-item p { margin: 0 0 8px; color: var(--muted); font-size: 9px; }
.quantity { display: flex; align-items: center; gap: 9px; } .quantity button { width: 23px; aspect-ratio: 1; border: 1px solid var(--line); background: transparent; } .quantity span { font-size: 10px; font-weight: 700; } .remove { border: 0!important; width: auto!important; color: #a34d3d; font-size: 9px; }
.cart-item>strong { align-self: start; color: var(--clay); font-size: 11px; white-space: nowrap; }
.cart-foot { padding: 23px 28px 28px; border-top: 1px solid var(--line); } .cart-total { display: flex; justify-content: space-between; align-items: center; } .cart-total span { font-size: 11px; } .cart-total strong { color: var(--forest); font: 600 24px var(--serif); } .cart-foot p { color: var(--muted); font-size: 8px; line-height: 1.5; }
.whatsapp-button { width: 100%; margin-top: 8px; padding: 16px; border: 0; background: #1d9654; color: white; font-size: 11px; font-weight: 700; transition: .25s; } .whatsapp-button:hover:not(:disabled) { background: #167a44; transform: translateY(-2px); } .whatsapp-button:disabled { opacity: .4; cursor: not-allowed; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; transform: translate(-50%,25px); opacity: 0; padding: 12px 18px; background: var(--forest); color: var(--ink); font-size: 10px; font-weight: 700; transition: .3s; pointer-events: none; } .toast.show { opacity: 1; transform: translate(-50%,0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease,transform .8s ease; } .reveal.visible { opacity: 1; transform: none; } .delay-1 { transition-delay: .15s; }
@media (max-width:1100px) { nav { gap: 18px; } .product-grid { grid-template-columns: repeat(3,1fr); } .hero { grid-template-columns: 1fr 1fr; } }
@media (max-width:850px) { .topbar-center,nav { display: none; } .hero { grid-template-columns: 1fr; } .hero-art { min-height: 620px; width: min(100%,650px); justify-self: center; } .product-grid { grid-template-columns: repeat(2,1fr); } .collection-heading { grid-template-columns: 65px 1fr; } .collection-count { grid-column: 2; justify-self: start; } .collection-count strong { display: inline; margin-right: 5px; text-align: left; } .story,.visit { grid-template-columns: 1fr; } .story-visual { min-height: 620px; } .award-layout { grid-template-columns: 1fr; } footer { grid-template-columns: repeat(2,1fr); } }
@media (max-width:580px) {
  .topbar { justify-content: center; height: 29px; } .topbar a { display: none; } .site-header { height: 76px; padding-inline: 16px; } .brand-seal { width: 38px; } .brand-copy em { font-size: 25px; } .brand-copy strong,.brand-copy small { display: none; } .cart-trigger { padding: 5px; border: 0; } .cart-trigger span { display: none; }
  .hero { min-height: auto; padding: 65px 20px 75px; } .hero h1 { font-size: clamp(46px,14vw,68px); } .hero-actions { align-items: flex-start; flex-direction: column; } .hero-art { min-height: 500px; } .hero-photo-main { inset: 0 0 10% 8%; } .hero-photo-product { width: 38%; } .medal-stamp { width: 103px; right: 0; } .medal-stamp strong { font-size: 31px; } .vertical-note { display: none; }
  .catalog,.awards { padding: 95px 20px; } .section-intro { display: block; } .section-note { margin-top: 28px; } .collection-partners { margin: 95px -8px 0; padding: 58px 14px 62px; } .collection-partners::before { display: none; } .collection-heading { display: block; margin-bottom: 30px; } .collection-number { margin-bottom: 22px; font-size: 45px; } .collection-heading h3 { font-size: 39px; } .collection-count { margin-top: 18px; } .catalog-tools { display: block; } .catalog-tools>p { margin-top: 16px; } .product-grid { grid-template-columns: 1fr; gap: 40px; } .product-photo img { aspect-ratio: 1.05; }
  .story-visual { min-height: 480px; } .story-copy { padding: 65px 22px; } .story-facts { gap: 10px; } .story-facts strong { font-size: 24px; } .medal-grid { grid-template-columns: 1fr; } .visit { padding: 85px 20px; } .visit-collage { min-height: 430px; } footer { grid-template-columns: 1fr; padding: 60px 22px 25px; } .footer-instagram { margin-top: 12px; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } }
