:root {
    --ink: #17313f;
    --navy: #103d59;
    --navy-deep: #0a2e45;
    --coral: #e9524a;
    --yellow: #efb936;
    --cream: #f8f3e8;
    --paper: #fffdf8;
    --white: #fff;
    --muted: #5c6b73;
    --line: #dfe4e4;
    --green: #217a55;
    --shadow: 0 20px 50px rgba(16, 61, 89, .13);
    --radius: 24px;
    --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.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; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.preview-bar { padding: 8px 20px; color: var(--white); background: var(--coral); text-align: center; font-weight: 700; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 248, .96); border-bottom: 1px solid rgba(16, 61, 89, .1); backdrop-filter: blur(14px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); text-decoration: none; flex-shrink: 0; }
.brand img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: Georgia, serif; font-size: 1.28rem; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.primary-nav > ul { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.nav-item-row { display: flex; align-items: center; }
.primary-nav a, .submenu-toggle { padding: 12px 13px; color: var(--ink); background: transparent; border: 0; font-size: .9rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--coral); }
.submenu-toggle { padding-left: 0; cursor: pointer; }
.submenu-toggle span[aria-hidden] { display: inline-block; transition: transform .2s ease; }
.submenu-toggle[aria-expanded="true"] span[aria-hidden] { transform: rotate(180deg); }
.submenu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; margin: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); list-style: none; opacity: 0; visibility: hidden; transform: translateY(-5px); transition: .18s ease; }
.submenu li a { display: block; padding: 11px 12px; border-radius: 9px; }
.submenu li a:hover { background: var(--cream); }
.has-submenu.open .submenu, .has-submenu:focus-within .submenu { opacity: 1; visibility: visible; transform: none; }
.nav-toggle { display: none; width: 48px; height: 48px; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after { display: block; width: 22px; height: 2px; margin: auto; background: currentColor; content: ""; transition: .2s; }
.nav-toggle-lines::before { transform: translateY(-7px); }
.nav-toggle-lines::after { transform: translateY(5px); }

.eyebrow { margin: 0 0 14px; color: var(--yellow); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--coral); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.55rem; }
p { margin-top: 0; }
.section { padding: clamp(72px, 9vw, 122px) 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); }
.button-primary:hover { background: #d83f38; }
.button-light { color: var(--navy); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.65); }
.button-outline-light:hover { color: var(--navy); background: var(--white); }
.button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--coral); font-weight: 800; text-decoration: none; }
.text-link.light { color: var(--white); }

.hero { position: relative; min-height: min(810px, calc(100vh - 92px)); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-shade { background: linear-gradient(90deg, rgba(5, 34, 52, .91) 0%, rgba(5, 34, 52, .67) 45%, rgba(5, 34, 52, .12) 78%), linear-gradient(0deg, rgba(5, 34, 52, .35), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-block: 110px 160px; }
.hero-content h1 { max-width: 790px; margin-bottom: 25px; }
.hero-lead { max-width: 630px; margin-bottom: 36px; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-note { position: absolute; z-index: 2; right: max(20px, calc((100vw - 1180px) / 2)); bottom: 0; display: flex; width: min(390px, calc(100% - 40px)); align-items: center; gap: 18px; padding: 24px 28px; color: var(--navy); background: var(--yellow); border-radius: 22px 22px 0 0; }
.hero-note-mark { display: grid; width: 52px; height: 52px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 700; }
.hero-note > span:last-child { display: grid; font-size: .85rem; }
.hero-note strong { font-size: 1rem; }

.welcome-section { background: var(--paper); }
.split-intro, .content-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.prose { color: var(--muted); font-size: 1.06rem; }
.prose p { margin-bottom: 1.4em; }
.prose-large { font-size: clamp(1.06rem, 1.7vw, 1.24rem); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 46px; }
.section-heading > p { max-width: 470px; color: var(--muted); }
.section-heading h2 { margin-bottom: 0; }

.levels-section { background: var(--cream); }
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.level-card { overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(16,61,89,.06); transition: transform .25s ease, box-shadow .25s ease; }
.level-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.level-card > a { display: block; height: 100%; text-decoration: none; }
.level-card-media { position: relative; height: 285px; overflow: hidden; }
.level-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.level-card:hover img { transform: scale(1.035); }
.level-number { position: absolute; right: 0; bottom: 0; padding: 9px 17px; color: var(--navy); background: var(--yellow); border-radius: 14px 0 0 0; font-weight: 900; }
.level-card-body { padding: 28px; }
.level-card-body h3 { margin-bottom: 12px; color: var(--navy); }
.level-card-body p { min-height: 4.8em; color: var(--muted); }
.card-link { color: var(--coral); font-size: .88rem; font-weight: 800; }

.inscription-band { color: var(--white); background: var(--coral); }
.inscription-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: center; }
.inscription-inner h2 { margin-bottom: 16px; }
.inscription-inner p:not(.eyebrow) { max-width: 640px; margin-bottom: 0; }
.quick-links { background: var(--paper); }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.quick-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: border .2s, transform .2s; }
.quick-card:hover { border-color: var(--yellow); transform: translateY(-3px); }
.quick-icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--white); background: var(--navy); border-radius: 15px; font-family: Georgia, serif; font-size: 1.3rem; }
.quick-card > span:nth-child(2) { display: grid; }
.quick-card small { color: var(--muted); }
.gallery-preview { background: var(--cream); }

.page-hero { padding: clamp(70px, 9vw, 125px) 0; background: var(--cream); overflow: hidden; }
.page-hero.warm { background: #f7e7d9; }
.page-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.page-hero h1 { color: var(--navy); }
.page-hero p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.18rem; }
.page-hero-image { position: relative; }
.page-hero-image::before { position: absolute; z-index: 0; inset: -22px 28px 22px -28px; background: var(--yellow); border-radius: 40% 60% 43% 57% / 53% 42% 58% 47%; content: ""; }
.page-hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 48% 52% 40% 60% / 55% 40% 60% 45%; }
.page-hero-image.offset { transform: rotate(1deg); }
.simple { padding: 85px 0; }
.simple h1 { margin-bottom: 14px; font-size: clamp(3rem, 7vw, 5.6rem); }
.image-hero { position: relative; min-height: 590px; display: flex; align-items: end; color: var(--white); background: var(--navy); }
.image-hero > img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { background: linear-gradient(0deg, rgba(7,43,64,.93), rgba(7,43,64,.18) 80%); }
.image-hero .container { position: relative; z-index: 1; }
.image-hero h1 { color: var(--white); }
.image-hero p:not(.eyebrow) { color: var(--white); }
.contact-card { padding: 34px; color: var(--white); background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { font-size: 2rem; }
.contact-card hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.2); }
.contact-card .button { margin-top: 10px; }

.project-section { color: var(--white); background: var(--navy); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.project-grid article { min-height: 270px; padding: 35px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.project-grid article > span { color: var(--yellow); font-weight: 900; }
.project-grid h3 { margin: 45px 0 14px; }
.project-grid p { color: rgba(255,255,255,.75); }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 140px); }
.story-label > span { display: grid; width: 180px; height: 180px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-family: Georgia, serif; font-size: 2.6rem; font-weight: 800; }
.story-label p { max-width: 250px; margin-top: 25px; color: var(--muted); }
.next-level { color: var(--white); background: var(--yellow); }
.next-level .container { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.next-level h2 { margin: 0; color: var(--navy); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; }
.contact-info { padding: 45px; background: var(--cream); border-radius: var(--radius); }
.contact-info dl { display: grid; gap: 25px; margin: 40px 0 0; }
.contact-info dl > div { padding-top: 20px; border-top: 1px solid #ded4c2; }
.contact-info dt { margin-bottom: 6px; color: var(--coral); font-weight: 800; }
.contact-info dd { margin: 0; }
.map-card { position: relative; min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; overflow: hidden; background: #d8e2dc; border-radius: var(--radius); }
.map-pattern { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(28deg, transparent 47%, #b2c7bf 48%, #b2c7bf 52%, transparent 53%), linear-gradient(118deg, transparent 47%, #c1d2cc 48%, #c1d2cc 52%, transparent 53%); background-size: 120px 120px, 170px 170px; }
.map-card > *:not(.map-pattern) { position: relative; }
.map-card > span { padding: 12px 20px; background: var(--white); border-radius: 10px; box-shadow: var(--shadow); font-weight: 800; }
.calendar-frame { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.calendar-frame iframe { display: block; width: 100%; min-height: 680px; border: 0; }

.album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.album-card { overflow: hidden; background: var(--white); border-radius: 20px; box-shadow: 0 10px 30px rgba(16,61,89,.08); }
.album-card > a { display: block; height: 100%; text-decoration: none; }
.album-card-media { position: relative; height: 260px; overflow: hidden; background: var(--navy); }
.album-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.album-card:hover img { transform: scale(1.04); }
.album-card-media > span { position: absolute; right: 12px; bottom: 12px; padding: 6px 11px; color: var(--white); background: rgba(8,38,57,.8); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.album-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--yellow); font-family: Georgia, serif; font-size: 3.6rem; }
.album-card-body { padding: 24px; }
.album-card-body time { color: var(--coral); font-size: .75rem; font-weight: 800; }
.album-card-body h3 { margin: 8px 0 10px; }
.album-card-body p { color: var(--muted); }
.empty-state { padding: 80px 25px; text-align: center; background: var(--cream); border-radius: var(--radius); }
.empty-state > span { color: var(--yellow); font-family: Georgia, serif; font-size: 3rem; font-weight: 800; }
.empty-state.compact { padding: 40px 25px; }
.pagination { display: flex; justify-content: center; gap: 22px; align-items: center; margin-top: 45px; }
.pagination a { color: var(--coral); font-weight: 800; }
.album-header { padding: 80px 0 55px; background: var(--cream); }
.album-header h1 { max-width: 900px; margin-bottom: 20px; color: var(--navy); font-size: clamp(2.8rem, 6vw, 5.3rem); }
.album-header p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.back-link { display: inline-block; margin-bottom: 35px; color: var(--coral); font-weight: 800; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.photo-tile { position: relative; overflow: hidden; padding: 0; background: var(--cream); border: 0; border-radius: 14px; cursor: zoom-in; }
.photo-tile:nth-child(7n + 1) { grid-row: span 2; }
.photo-tile img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .35s ease; }
.photo-tile:hover img { transform: scale(1.025); }
.zoom-hint { position: absolute; right: 10px; bottom: 10px; padding: 6px 10px; color: var(--white); background: rgba(7,43,64,.82); border-radius: 999px; font-size: .7rem; opacity: 0; transition: opacity .2s; }
.photo-tile:hover .zoom-hint, .photo-tile:focus-visible .zoom-hint { opacity: 1; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; color: var(--white); background: rgba(5,25,37,.96); border: 0; }
.lightbox::backdrop { background: rgba(5,25,37,.96); }
.lightbox-inner { width: 100%; height: 100%; display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; }
.lightbox figure { max-width: min(1100px, calc(100vw - 180px)); max-height: 92vh; margin: auto; text-align: center; }
.lightbox figure img { max-height: 82vh; margin: auto; object-fit: contain; }
.lightbox figcaption { min-height: 1.5em; margin-top: 12px; }
.lightbox button { color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; cursor: pointer; }
.lightbox-nav { width: 52px; height: 52px; margin: auto; }
.lightbox-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 48px; height: 48px; font-size: 1.8rem; }
.lightbox-counter { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); }
.whatsapp-fab { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: grid; width: 58px; height: 58px; place-items: center; color: var(--white); background: #25a861; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: .8rem; font-weight: 900; text-decoration: none; }

.error-page { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--cream); }
.error-code { margin: 0; color: var(--yellow); font-family: Georgia, serif; font-size: clamp(5rem, 15vw, 11rem); font-weight: 900; line-height: .8; }
.error-page h1 { margin: 25px 0 15px; color: var(--navy); font-size: clamp(2.3rem, 5vw, 4rem); }
.error-page .button { margin-top: 20px; }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.77); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 70px; padding-bottom: 55px; }
.site-footer h2 { margin: 10px 0 15px; color: var(--white); font-family: "Trebuchet MS", sans-serif; font-size: 1rem; letter-spacing: .04em; }
.footer-logo { border-radius: 50%; }
.site-footer address { font-style: normal; }
.site-footer a:hover { color: var(--yellow); }
.footer-links { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .8rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 960px) {
    :root { --container: min(100% - 32px, 760px); }
    .nav-toggle { display: block; }
    .primary-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100vh - 80px); overflow-y: auto; padding: 12px 16px 22px; background: var(--paper); border-bottom: 1px solid var(--line); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s; }
    .primary-nav.open { visibility: visible; opacity: 1; transform: none; }
    .primary-nav > ul { display: block; }
    .primary-nav a { display: block; flex: 1; padding: 14px; font-size: 1rem; }
    .nav-item-row { border-bottom: 1px solid var(--line); }
    .submenu-toggle { width: 52px; padding: 14px; }
    .submenu { position: static; display: none; min-width: 0; padding: 4px 0 8px 20px; background: transparent; border: 0; border-radius: 0; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
    .has-submenu.open .submenu { display: block; }
    .header-inner { min-height: 80px; }
    .brand img { width: 56px; height: 56px; }
    .hero { min-height: 720px; }
    .hero-note { right: 16px; }
    .level-grid, .album-grid { grid-template-columns: repeat(2, 1fr); }
    .level-grid .level-card:last-child { grid-column: 1 / -1; width: calc(50% - 11px); }
    .split-intro, .content-grid, .inscription-inner, .page-hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
    .inscription-inner { gap: 30px; }
    .page-hero-grid { gap: 70px; }
    .page-hero-image { max-width: 650px; }
    .story-label { display: flex; align-items: center; gap: 25px; }
    .story-label p { margin: 0; }
    .next-level .container { display: block; }
    .next-level h2 { margin-bottom: 25px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    :root { --container: calc(100% - 28px); --radius: 18px; }
    .brand small { display: none; }
    .brand strong { font-size: 1.08rem; }
    .brand img { width: 50px; height: 50px; }
    .header-inner { min-height: 70px; }
    .hero { min-height: calc(100svh - 70px); align-items: end; }
    .hero-shade { background: linear-gradient(0deg, rgba(5,34,52,.96) 0%, rgba(5,34,52,.63) 65%, rgba(5,34,52,.2)); }
    .hero-content { padding-block: 110px 145px; }
    .hero-content h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .hero-note { right: 14px; width: calc(100% - 28px); padding: 18px; }
    .hero-note-mark { width: 44px; height: 44px; }
    .section { padding: 72px 0; }
    .section-heading { display: block; margin-bottom: 30px; }
    .section-heading > p, .section-heading > a { margin-top: 18px; }
    .level-grid, .album-grid, .quick-grid, .project-grid, .footer-grid { grid-template-columns: 1fr; }
    .level-grid .level-card:last-child { grid-column: auto; width: auto; }
    .level-card-media { height: 250px; }
    .level-card-body p { min-height: 0; }
    .project-grid { border-left: 0; }
    .project-grid article { min-height: 230px; border-left: 1px solid rgba(255,255,255,.2); }
    .project-grid h3 { margin-top: 30px; }
    .page-hero { padding: 65px 0 85px; }
    .page-hero-grid { gap: 58px; }
    .page-hero-image::before { inset: -14px 16px 14px -16px; }
    .simple { padding: 60px 0; }
    .image-hero { min-height: 500px; }
    .contact-info { padding: 28px; }
    .calendar-frame iframe { min-height: 560px; }
    .photo-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
    .photo-tile:nth-child(7n + 1) { grid-row: auto; }
    .photo-tile img { min-height: 170px; }
    .lightbox-inner { grid-template-columns: 48px 1fr 48px; }
    .lightbox figure { max-width: calc(100vw - 108px); }
    .lightbox-nav { width: 42px; height: 42px; }
    .footer-grid { gap: 35px; }
    .footer-bottom { display: block; }
    .footer-bottom p + p { margin-top: 5px; }
}

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

