:root {
  --navy-950: #04142e;
  --navy-900: #061b3a;
  --navy-800: #0a2a52;
  --cyan: #16c6d4;
  --orange: #ff6b24;
  --purple: #8b4fe8;
  --ink: #0b1f3a;
  --muted: #607089;
  --surface: #f5f8fc;
  --white: #fff;
  --shadow: 0 24px 80px rgba(1, 16, 40, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Be Vietnam Pro", sans-serif; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
.image-fallback { color: transparent; background: linear-gradient(135deg, #dce8f3, #eef4f9); }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 9999; padding: .75rem 1rem; color: var(--white); background: var(--navy-900); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { padding: .65rem 0; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(4, 20, 46, .96); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.navbar-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); font-weight: 800; letter-spacing: .08em; }
.navbar-brand:hover, .navbar-brand:focus { color: var(--white); }
.navbar-brand img { width: 52px; height: 52px; border-radius: 15px; object-fit: cover; }
.navbar-brand strong { color: var(--cyan); }
.navbar .nav-link { min-height: 44px; display: flex; align-items: center; color: rgba(255,255,255,.78); font-size: .91rem; font-weight: 500; }
.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active { color: var(--white); }
.navbar-toggler { border-color: rgba(255,255,255,.4); filter: invert(1); }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border-radius: .85rem; font-weight: 700; }
.btn-brand { color: var(--white); border: 0; background: linear-gradient(135deg, var(--orange), #ff8b39); box-shadow: 0 12px 30px rgba(255,107,36,.26); }
.btn-brand:hover, .btn-brand:focus { color: var(--white); background: linear-gradient(135deg, #f45d17, var(--orange)); transform: translateY(-1px); }
.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 9rem 0 6rem; color: var(--white); background: radial-gradient(circle at 72% 30%, rgba(22,198,212,.18), transparent 27%), radial-gradient(circle at 12% 80%, rgba(139,79,232,.16), transparent 28%), linear-gradient(135deg, var(--navy-950), #082852 62%, #071d3c); overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; bottom: -220px; border: 80px solid rgba(255,107,36,.08); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.25rem; color: #9eeff5; font-size: .82rem; font-weight: 700; letter-spacing: .15em; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.08; font-weight: 800; letter-spacing: -.045em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, var(--cyan), #92f3f8 45%, #d4b4ff); background-clip: text; -webkit-background-clip: text; }
.hero-copy { max-width: 720px; margin: 1.75rem 0 2rem; color: #c8d5e8; font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-signals { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.hero-signals span { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #b8c8df; background: rgba(255,255,255,.05); font-size: .8rem; }
.hero-visual { position: relative; max-width: 440px; margin-inline: auto; }
.visual-frame { padding: .55rem; background: linear-gradient(145deg, rgba(22,198,212,.85), rgba(139,79,232,.45), rgba(255,107,36,.7)); border-radius: 2rem; box-shadow: var(--shadow); transform: rotate(2deg); }
.visual-frame img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: 1.55rem; }
.floating-card { position: absolute; left: -2.5rem; bottom: 2rem; display: flex; align-items: center; gap: .75rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: rgba(5,21,47,.9); box-shadow: 0 18px 44px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.floating-card img { width: 48px; height: 48px; border-radius: .75rem; object-fit: cover; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: .15rem; color: var(--cyan); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { font-size: .82rem; line-height: 1.45; }
.section { padding: 7rem 0; }
.section-kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: #087f8b; font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 28px; height: 2px; background: var(--orange); }
.section h2, .cta-section h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.13; font-weight: 800; letter-spacing: -.04em; }
.lead-copy { margin: 1.7rem 0 1rem; color: var(--ink); font-size: 1.13rem; line-height: 1.8; font-weight: 500; }
.body-copy { color: var(--muted); line-height: 1.8; }
.about-section { background: var(--white); }
.about-mark { position: relative; max-width: 500px; margin-inline: auto; padding: .85rem; border-radius: 2rem; background: linear-gradient(145deg, rgba(22,198,212,.7), rgba(139,79,232,.26), rgba(255,107,36,.65)); }
.about-mark > img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 1.45rem; }
.about-mark-caption { position: absolute; right: -1.5rem; bottom: 2rem; min-width: 225px; padding: 1rem 1.2rem; border-left: 4px solid var(--orange); border-radius: .35rem 1rem 1rem .35rem; color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); }
.about-mark-caption span, .about-mark-caption strong { display: block; }
.about-mark-caption span { margin-bottom: .22rem; color: #86e9f0; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.value-card { position: relative; min-height: 180px; padding: 1.35rem; border: 1px solid #dce6f2; border-radius: 1.2rem; background: var(--surface); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.value-card:hover { transform: translateY(-4px); border-color: rgba(22,198,212,.7); box-shadow: 0 16px 35px rgba(4,28,58,.08); }
.value-card > span { position: absolute; top: 1rem; right: 1rem; color: #a5b3c4; font-size: .73rem; font-weight: 800; }
.value-card i { display: inline-grid; width: 43px; height: 43px; place-items: center; margin-bottom: 1rem; border-radius: .85rem; color: var(--white); background: linear-gradient(135deg, var(--cyan), #078a9a); font-size: 1.2rem; }
.value-card:nth-child(2) i { background: linear-gradient(135deg, var(--orange), #e84613); }
.value-card:nth-child(3) i { background: linear-gradient(135deg, var(--purple), #6230b8); }
.value-card h3 { margin: 0 0 .45rem; font-size: 1rem; font-weight: 800; }
.value-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.expertise-section { position: relative; background: var(--surface); }
.section-heading { max-width: 800px; margin: 0 auto 3.25rem; }
.section-heading > p:last-child { max-width: 650px; margin: 1.25rem auto 0; color: var(--muted); line-height: 1.75; }
.expertise-card { display: flex; gap: 1rem; height: 100%; padding: 1.7rem; border: 1px solid transparent; border-radius: 1.25rem; background: var(--white); box-shadow: 0 10px 30px rgba(6,27,58,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.expertise-card:hover { transform: translateY(-5px); border-color: rgba(22,198,212,.5); box-shadow: 0 18px 42px rgba(6,27,58,.1); }
.expertise-card > i { flex: 0 0 auto; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 1rem; color: var(--cyan); background: #e9fbfd; font-size: 1.35rem; }
.expertise-card h3 { margin: .15rem 0 .6rem; font-size: 1.03rem; font-weight: 800; }
.expertise-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.projects-section { color: var(--white); background: var(--navy-950); }
.section-heading-light { max-width: none; margin-bottom: 4rem; }
.section-heading-light .section-kicker { color: #8ee8ef; }
.section-heading-light p { margin: 0; color: #9eb0c9; line-height: 1.75; }
.project-list { display: grid; gap: 2rem; }
.project-row { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 1.7rem; background: rgba(255,255,255,.04); }
.project-row-reverse .project-media { order: 2; }
.project-media { min-height: 520px; overflow: hidden; background: #07162b; }
.project-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .55s ease; }
.project-row:hover .project-media img { transform: scale(1.025); }
.project-media-landscape img { object-position: center; }
.project-copy { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(2rem, 5vw, 4.5rem); }
.project-number { position: absolute; top: 1.5rem; right: 1.5rem; color: rgba(255,255,255,.12); font-size: 4.5rem; line-height: 1; font-weight: 800; }
.status { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.35rem; color: #9aeef3; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(22,198,212,.12); }
.project-copy h3 { max-width: 520px; margin: 0 0 1rem; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 800; letter-spacing: -.035em; }
.project-copy > p { margin: 0; color: #aebcd0; line-height: 1.8; }
.tech-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 1.6rem; }
.tech-tags span { padding: .47rem .7rem; border: 1px solid rgba(22,198,212,.25); border-radius: 999px; color: #aeeff3; background: rgba(22,198,212,.08); font-size: .75rem; font-weight: 600; }
.project-detail-btn { min-height: 44px; padding: 0; border: 0; color: var(--white); background: transparent; font: inherit; font-size: .9rem; font-weight: 700; }
.project-detail-btn i { margin-left: .45rem; color: var(--orange); }
.project-detail-btn:hover, .project-detail-btn:focus { color: var(--cyan); }
.process-timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-timeline::before { content: ""; position: absolute; top: 31px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--purple), var(--orange)); }
.process-timeline li { position: relative; padding: 0 1rem; text-align: center; }
.process-timeline li > span { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 1.4rem; border: 7px solid var(--white); border-radius: 50%; color: var(--white); background: var(--navy-900); font-size: .8rem; font-weight: 800; box-shadow: 0 0 0 1px #d5e2ef; }
.process-timeline li > i { color: var(--cyan); font-size: 1.35rem; }
.process-timeline h3 { margin: .8rem 0 .55rem; font-size: .98rem; font-weight: 800; }
.process-timeline p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.vision-section { background: var(--surface); }
.vision-shell { display: grid; grid-template-columns: 1.05fr 1fr 1fr; overflow: hidden; border-radius: 1.8rem; box-shadow: 0 24px 70px rgba(6,27,58,.09); }
.vision-intro, .vision-card { min-height: 430px; padding: clamp(2rem, 4vw, 3.5rem); }
.vision-intro { color: var(--white); background: var(--navy-900); }
.vision-intro .section-kicker { color: #93e9ee; }
.vision-intro p:last-child { margin: 1.4rem 0 0; color: #b5c2d3; line-height: 1.8; }
.vision-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); }
.vision-card-accent { background: #e9fbfd; }
.vision-card > span { position: absolute; top: 1.5rem; right: 1.5rem; color: #a9b5c4; font-weight: 800; }
.vision-card > i { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 2rem; border-radius: 1rem; color: var(--white); background: linear-gradient(135deg, var(--purple), #6833bc); font-size: 1.45rem; }
.vision-card-accent > i { background: linear-gradient(135deg, var(--orange), #e95616); }
.vision-card h3 { margin: 0 0 1rem; font-size: 1.4rem; font-weight: 800; }
.vision-card p { margin: 0; color: var(--muted); line-height: 1.8; }
.cta-section { padding: 6rem 0 0; background: linear-gradient(to bottom, var(--surface) 50%, var(--white) 50%); }
.cta-shell { position: relative; display: grid; grid-template-columns: 1.45fr .55fr; gap: 2rem; align-items: center; overflow: hidden; padding: clamp(2.2rem, 5vw, 4.5rem); border-radius: 1.8rem; color: var(--white); background: linear-gradient(125deg, #092b59, var(--navy-950)); box-shadow: var(--shadow); }
.cta-shell::after { content: ""; position: absolute; width: 320px; height: 320px; right: -150px; top: -150px; border: 55px solid rgba(22,198,212,.12); border-radius: 50%; }
.cta-shell > * { position: relative; z-index: 1; }
.cta-shell .section-kicker { color: #8fe9ef; }
.cta-shell p:last-child { max-width: 720px; margin: 1.25rem 0 0; color: #becbe0; line-height: 1.75; }
.cta-actions { display: grid; gap: .8rem; }
.cta-actions .btn { width: 100%; }
.contact-section { padding-top: 8rem; }
.contact-list { display: grid; gap: .7rem; margin: 2rem 0 0; font-style: normal; }
.contact-list > div, .contact-list > a { display: flex; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid #dce6f2; border-radius: 1rem; color: inherit; text-decoration: none; background: var(--surface); }
.contact-list > a:hover { border-color: var(--cyan); }
.contact-list i { flex: 0 0 auto; display: grid; width: 42px; height: 42px; place-items: center; border-radius: .8rem; color: var(--white); background: var(--navy-900); }
.contact-list span, .contact-list small, .contact-list strong { display: block; }
.contact-list small { margin-bottom: .25rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { font-size: .88rem; line-height: 1.5; }
.contact-form { padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid #dce6f2; border-radius: 1.5rem; background: var(--surface); }
.form-label { margin-bottom: .55rem; font-size: .88rem; font-weight: 700; }
.form-label span { color: #c64224; }
.form-control { min-height: 52px; border: 1px solid #cad8e7; border-radius: .8rem; background: var(--white); }
textarea.form-control { resize: vertical; }
.form-control:focus { border-color: var(--cyan); box-shadow: 0 0 0 .22rem rgba(22,198,212,.14); }
.form-status { display: none; margin-top: 1rem; padding: 1rem; border-radius: .9rem; font-size: .88rem; line-height: 1.65; }
.form-status.show { display: block; }
.form-status.success { color: #075b48; background: #e3f8f0; }
.form-status.error { color: #8f2c1a; background: #fff0eb; }
.form-status a { margin: .5rem .45rem 0 0; }
.site-footer { padding: 4rem 0 1.5rem; color: var(--white); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 2rem; align-items: start; padding-bottom: 2.7rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand img { width: 70px; height: 70px; border-radius: 1rem; object-fit: cover; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { margin-bottom: .35rem; font-size: 1.25rem; letter-spacing: .07em; }
.footer-brand span { color: #9cacc3; font-size: .84rem; }
.footer-nav, .footer-contact { display: grid; grid-template-columns: repeat(2, auto); gap: .7rem 1rem; }
.footer-contact { grid-template-columns: 1fr; }
.footer-nav a, .footer-contact a { color: #b8c5d7; font-size: .85rem; text-decoration: none; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--cyan); }
.footer-contact i { margin-right: .5rem; color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); color: #8394ab; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #94dce2; text-decoration: none; }
.floating-zalo { position: fixed; z-index: 1025; right: 1.25rem; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .55rem; min-height: 50px; padding: .65rem 1rem; border-radius: 999px; color: var(--white); background: #0878e8; box-shadow: 0 12px 35px rgba(8,120,232,.35); text-decoration: none; font-weight: 800; }
.floating-zalo:hover, .floating-zalo:focus { color: var(--white); background: #0568c9; }
.back-to-top { position: fixed; z-index: 1024; right: 1.5rem; bottom: 5.5rem; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--white); background: var(--navy-900); box-shadow: 0 10px 25px rgba(4,20,46,.25); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.project-modal .modal-content { overflow: hidden; border: 0; border-radius: 1.4rem; }
.project-modal .btn-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .7rem; border-radius: 50%; background-color: var(--white); opacity: 1; }
.modal-image-wrap { height: 100%; min-height: 680px; background: var(--navy-950); }
.modal-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.modal-copy { height: 100%; padding: clamp(2rem, 5vw, 4rem); color: var(--white); background: var(--navy-900); }
.modal-copy h2 { margin: 0 0 1.25rem; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; }
.modal-copy > p { color: #b6c4d8; line-height: 1.8; }
.modal-copy h3 { margin: 2rem 0 1rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.modal-copy ul { padding-left: 1.2rem; color: #d2dcea; line-height: 1.8; }
.modal-copy .btn { margin-top: .5rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
@media (max-width: 991.98px) {
  .site-header { background: rgba(4,20,46,.96); }
  .navbar-collapse { padding: 1rem 0 .25rem; }
  .hero { padding-top: 8rem; text-align: center; }
  .eyebrow, .hero-actions, .hero-signals { justify-content: center; }
  .hero-copy { margin-inline: auto; }
  .hero-visual { max-width: 390px; }
  .section { padding: 5.5rem 0; }
  .about-mark { max-width: 420px; }
  .project-row { grid-template-columns: 1fr; }
  .project-row-reverse .project-media { order: initial; }
  .project-media { min-height: 560px; }
  .project-media-landscape { min-height: 400px; }
  .process-timeline { grid-template-columns: 1fr; gap: 1rem; }
  .process-timeline::before { top: 30px; bottom: 30px; left: 31px; right: auto; width: 2px; height: auto; }
  .process-timeline li { display: grid; grid-template-columns: 64px 40px 1fr; gap: 1rem; align-items: center; padding: .35rem 0; text-align: left; }
  .process-timeline li > span { margin: 0; }
  .process-timeline h3 { margin: 0 0 .25rem; }
  .process-timeline p { grid-column: 3; }
  .vision-shell { grid-template-columns: 1fr; }
  .vision-intro, .vision-card { min-height: auto; }
  .vision-card { padding-top: 7rem; }
  .cta-shell { grid-template-columns: 1fr; }
  .cta-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 575.98px) {
  .row { margin-right: 0; margin-left: 0; }
  .hero { min-height: auto; padding: 7.5rem 0 4rem; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .floating-card { left: -.5rem; bottom: 1rem; }
  .section { padding: 4.5rem 0; }
  .section h2, .cta-section h2 { font-size: 2.15rem; }
  .value-grid { grid-template-columns: 1fr; }
  .about-mark-caption { right: -.25rem; bottom: 1rem; min-width: 200px; }
  .project-media { min-height: 430px; }
  .project-media-landscape { min-height: 280px; }
  .project-copy { padding: 2rem 1.35rem; }
  .project-number { font-size: 3.2rem; }
  .process-timeline li { grid-template-columns: 58px 32px 1fr; gap: .65rem; }
  .process-timeline::before { left: 28px; }
  .process-timeline li > span { width: 58px; height: 58px; }
  .process-timeline p { grid-column: 3; }
  .cta-section { padding-top: 4rem; }
  .cta-shell { padding: 2rem 1.3rem; }
  .cta-actions { grid-template-columns: 1fr; }
  .contact-section { padding-top: 6rem; }
  .footer-top, .footer-nav { grid-template-columns: 1fr; }
  .footer-brand { align-items: flex-start; }
  .footer-bottom { display: grid; }
  .floating-zalo { right: .75rem; bottom: .75rem; width: 50px; padding: 0; justify-content: center; }
  .floating-zalo span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .back-to-top { right: .9rem; bottom: 4.75rem; }
  .modal-image-wrap { min-height: 350px; max-height: 52vh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
