:root {
  --color-primary: #126b23;
  --color-primary-dark: #063719;
  --color-logo-red: #ed0808;
  --color-logo-navy: #001326;
  --color-accent: #f58220;
  --color-heading: #071827;
  --color-body: #5d6872;
  --color-muted: #f6f8f7;
  --color-line: #e3e8e5;
  --color-white: #ffffff;
  --shadow-sm: 0 10px 28px rgba(0, 19, 38, 0.08);
  --shadow-md: 0 22px 56px rgba(0, 19, 38, 0.15);
  --radius: 8px;
  --radius-sm: 6px;
  --container: 1180px;
  --section: clamp(64px, 8vw, 108px);
  --space: 24px;
  --font-main: "Inter", "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--color-body);
  background: var(--color-white);
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(245, 130, 32, 0.7); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.narrow { max-width: 860px; }
.section { padding: var(--section) 0; }
.section-sm { padding: 34px 0; }
.section-muted { background: var(--color-muted); }
.section-dark { background: var(--color-logo-navy); color: rgba(255,255,255,.78); }
.section-dark h2, .section-dark h3 { color: var(--color-white); }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; background: var(--color-logo-navy); color: #fff; padding: 10px 14px; border-radius: var(--radius-sm); }
.skip-link:focus { left: 12px; }
h1, h2, h3 { color: var(--color-heading); line-height: 1.08; margin: 0 0 16px; font-weight: 720; letter-spacing: 0; }
h1 { font-size: clamp(2.2rem, 6vw, 4.9rem); max-width: 870px; }
h2 { font-size: clamp(1.75rem, 3.4vw, 3rem); }
h3 { font-size: 1.15rem; font-weight: 680; }
p { margin: 0 0 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--color-logo-red); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; margin-bottom: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.centered { text-align: center; margin-inline: auto; }
.centered .eyebrow { justify-content: center; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading p { font-size: 1.05rem; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-primary);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn--primary { background: var(--color-primary); }
.btn--primary:hover { background: var(--color-primary-dark); }
.btn--accent { background: var(--color-accent); color: #201207; }
.btn--light { background: var(--color-white); color: var(--color-logo-navy); }
.btn--outline { background: transparent; color: var(--color-primary); border-color: var(--color-primary); }
.btn--outline:hover { background: var(--color-primary); color: var(--color-white); }
.btn--small { min-height: 40px; padding: 9px 13px; font-size: .9rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: var(--color-white); box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.top-bar { background: var(--color-logo-navy); color: #fff; font-size: .86rem; }
.top-bar__inner { display: flex; gap: 18px; align-items: center; justify-content: space-between; min-height: 40px; }
.top-bar a, .top-bar span { display: inline-flex; align-items: center; gap: 7px; }
.top-bar a:hover { color: var(--color-accent); }
.top-bar__quote { color: var(--color-accent); font-weight: 800; }
.main-nav { background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 190px; min-width: 190px; overflow: visible; }
.brand img { width: 190px; height: 108px; object-fit: contain; object-position: left center; }
.nav-menu { display: flex; align-items: center; gap: 22px; }
.nav-list { display: flex; align-items: center; gap: 6px; list-style: none; padding: 0; margin: 0; }
.nav-list a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 10px 12px; color: var(--color-heading); font-weight: 620; border-radius: var(--radius-sm); }
.nav-list a .icon { width: 16px; height: 16px; color: var(--color-primary); }
.nav-list a.is-active .icon, .nav-list a:hover .icon { color: var(--color-logo-red); }
.nav-list a:hover, .nav-list a.is-active { color: var(--color-logo-red); background: rgba(225, 8, 8, .06); }
.has-dropdown { position: relative; }
.dropdown { position: absolute; top: calc(100% + 10px); left: 0; width: 260px; list-style: none; padding: 10px; margin: 0; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-md); opacity: 0; transform: translateY(8px); visibility: hidden; transition: .2s ease; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; transform: translateY(0); visibility: visible; }
.dropdown a { width: 100%; min-height: 38px; font-size: .94rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--color-logo-red); color: #fff; border-radius: var(--radius-sm); padding: 0; place-items: center; }
.nav-toggle span { display: none; }

.hero-slider { position: relative; min-height: clamp(560px, 80vh, 760px); overflow: hidden; background: var(--color-logo-navy); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.03); transition: opacity .7s ease, transform .9s ease; background-image: var(--hero-image); background-position: center; background-size: cover; }
.hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-slide__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,19,38,.82), rgba(0,19,38,.50), rgba(6,55,25,.18)); }
.hero-slide__content { position: relative; z-index: 2; min-height: clamp(560px, 80vh, 760px); display: flex; flex-direction: column; justify-content: center; color: #fff; padding: 80px 0; }
.hero-slide h1, .hero-slide h2 { color: #fff; }
.hero-slide p { max-width: 650px; font-size: clamp(1rem, 2vw, 1.3rem); color: rgba(255,255,255,.88); }
.slider-arrow { position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(0,0,0,.24); font-size: 2rem; }
.slider-arrow--prev { left: 20px; }
.slider-arrow--next { right: 20px; }
.slider-dots { position: absolute; left: 50%; bottom: 30px; z-index: 3; transform: translateX(-50%); display: flex; gap: 10px; }
.slider-dots button { width: 11px; height: 11px; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.slider-dots button.is-active { background: var(--color-accent); width: 28px; border-radius: 99px; }

.trust-grid, .three-card-grid, .feature-grid, .product-grid, .contact-card-grid { display: grid; gap: 22px; }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.three-card-grid { grid-template-columns: repeat(3, 1fr); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.product-grid { grid-template-columns: repeat(3, 1fr); }
.contact-card-grid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.trust-item, .info-card, .feature-card, .product-card, .contact-card, .quote-panel, .enquiry-form, .map-placeholder {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.trust-item { padding: 22px; }
.trust-item h2 { font-size: 1.05rem; margin-bottom: 8px; }
.trust-item p, .feature-card p, .contact-card p { margin: 0; }
.icon { display: inline-block; width: 1.05em; height: 1.05em; flex: 0 0 auto; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn .icon { width: 18px; height: 18px; margin-right: 8px; }
.top-bar .icon { width: 15px; height: 15px; color: var(--color-accent); }
.mini-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: var(--radius-sm); background: linear-gradient(135deg, rgba(18,107,35,.12), rgba(237,8,8,.08)); color: var(--color-primary); font-weight: 900; margin-bottom: 16px; }
.mini-icon .icon { width: 24px; height: 24px; }
.info-card { padding: 30px; position: relative; overflow: hidden; }
.info-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 92px; height: 92px; border-radius: 50%; background: rgba(225, 8, 8, .08); }
.card-mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: var(--color-logo-red); background: rgba(237,8,8,.08); border-radius: 50%; font-weight: 700; margin-bottom: 18px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split-grid--form { align-items: start; }
.image-panel { position: relative; }
.image-panel img, .detail-main-image { border-radius: var(--radius); box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.experience-badge { position: absolute; right: 20px; bottom: 20px; max-width: 170px; padding: 16px; background: var(--color-white); border-left: 5px solid var(--color-logo-red); border-radius: var(--radius-sm); box-shadow: var(--shadow-md); }
.experience-badge strong { display: block; color: var(--color-heading); }
.experience-badge span { font-size: .86rem; }
.check-list { padding: 0; list-style: none; margin: 18px 0 24px; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23126b23' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 0 .28em; }
.category-strip { background: var(--color-logo-navy); padding: 14px 0; }
.category-scroll { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: thin; }
.category-scroll a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-weight: 650; font-size: .92rem; }
.category-scroll a:hover { background: var(--color-logo-red); }
.product-card { overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--color-muted); }
.product-card > div { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.product-card h2, .product-card h3 { font-size: 1.15rem; }
.product-card p { flex: 1; }
.card-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.feature-card { padding: 24px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: inherit; box-shadow: none; }
.feature-card h3, .contact-card h2, .product-card h2, .product-card h3 { display: flex; align-items: center; gap: 9px; }
.feature-card h3 .icon, .contact-card h2 .icon, .product-card h2 .icon, .product-card h3 .icon { width: 20px; height: 20px; color: var(--color-logo-red); }
.feature-grid--light .feature-card { background: #fff; color: var(--color-body); box-shadow: var(--shadow-sm); }
.feature-grid--light .feature-card h3 { color: var(--color-heading); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-line::before { content: ""; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px; background: var(--color-line); }
.process-step { position: relative; padding: 0 8px; background: var(--color-white); }
.process-step span { display: inline-flex; width: 72px; height: 72px; align-items: center; justify-content: center; border-radius: 50%; background: var(--color-primary); color: #fff; font-weight: 700; box-shadow: 0 0 0 10px #fff; margin-bottom: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid--masonry { align-items: start; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); background: #fff; cursor: pointer; }
.gallery-item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.gallery-grid--masonry .gallery-item:nth-child(2n) img { aspect-ratio: 4 / 3; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 9px 12px; background: rgba(0,19,38,.82); color: #fff; border-radius: var(--radius-sm); font-weight: 800; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter-btn { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--color-line); background: #fff; color: var(--color-heading); border-radius: 999px; padding: 9px 15px; font-weight: 650; }
.filter-btn .icon { width: 16px; height: 16px; }
.filter-btn.is-active, .filter-btn:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.cta-band { background: linear-gradient(90deg, var(--color-primary-dark), var(--color-primary)); color: rgba(255,255,255,.85); padding: 58px 0; }
.cta-band h2 { color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band__inner p { margin-bottom: 0; max-width: 680px; }
.enquiry-form { padding: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label, .search-box { display: grid; gap: 7px; color: var(--color-heading); font-weight: 650; }
input, select, textarea { width: 100%; border: 1px solid var(--color-line); border-radius: var(--radius-sm); padding: 12px 13px; background: #fff; color: var(--color-heading); }
textarea { resize: vertical; }
.field-error { display: block; min-height: 18px; color: #b00020; font-size: .83rem; margin-top: 3px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 4px; font-size: .94rem; }
.consent input { width: auto; margin-top: 6px; }
.consent a { color: var(--color-primary); font-weight: 800; }
.form-status { margin: 10px 0 14px; font-weight: 800; }
.form-status.is-success { color: var(--color-primary); }
.form-status.is-error { color: #b00020; }
.product-toolbar { display: grid; gap: 18px; margin-bottom: 24px; }
.search-box input { margin-top: 4px; }
.empty-message { padding: 16px 18px; border-radius: var(--radius); background: #fff4e9; color: #71420c; border: 1px solid #ffd5a9; }
.product-detail-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.thumb-row { display: flex; gap: 10px; margin-top: 12px; }
.thumb-row button { border: 2px solid transparent; padding: 0; border-radius: var(--radius-sm); overflow: hidden; background: transparent; }
.thumb-row button.is-active, .thumb-row button:hover { border-color: var(--color-primary); }
.thumb-row img { width: 110px; aspect-ratio: 4 / 3; object-fit: cover; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--color-line); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 580px; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--color-line); }
th { color: var(--color-heading); width: 34%; background: var(--color-muted); }
.contact-card { padding: 22px; }
.map-placeholder { min-height: 320px; display: grid; place-content: center; text-align: center; padding: 28px; background: repeating-linear-gradient(45deg, #fff, #fff 16px, #f1f5f2 16px, #f1f5f2 32px); }
.accordion { border-top: 1px solid var(--color-line); }
.accordion__trigger { width: 100%; display: flex; align-items: center; gap: 10px; text-align: left; padding: 16px 0; border: 0; border-bottom: 1px solid var(--color-line); background: transparent; color: var(--color-heading); font-weight: 720; }
.accordion__panel { display: none; padding: 14px 0; }
.accordion__trigger[aria-expanded="true"] + .accordion__panel { display: block; }
.legal-content h2 { margin-top: 30px; font-size: 1.45rem; }
.site-footer { background: #071b14; color: rgba(255,255,255,.74); padding: 64px 0 24px; }
.site-footer h2 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a:hover { color: var(--color-accent); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.2fr; gap: 30px; }
.footer-logo { width: 210px; height: 130px; object-fit: contain; object-position: left center; margin-bottom: 12px; background: transparent; border-radius: 0; }
.social-links { display: flex; gap: 10px; margin-top: 16px; }
.social-links a { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; font-weight: 900; }
.social-links .icon { width: 18px; height: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.13); font-size: .92rem; }
.footer-bottom p { margin: 0; }
.floating-whatsapp, .back-to-top { position: fixed; right: 18px; z-index: 90; width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: var(--shadow-md); }
.floating-whatsapp { bottom: 86px; background: #25d366; color: #062414; }
.floating-whatsapp .icon, .back-to-top .icon { width: 23px; height: 23px; }
.back-to-top { bottom: 26px; border: 0; background: var(--color-logo-red); color: #fff; opacity: 0; pointer-events: none; transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.lightbox { position: fixed; inset: 0; display: none; place-items: center; z-index: 200; background: rgba(0,0,0,.88); padding: 28px; }
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 76vh; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.lightbox p { color: #fff; margin-top: 12px; text-align: center; }
.lightbox__close, .lightbox__nav { position: absolute; border: 0; background: rgba(255,255,255,.14); color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 2rem; }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__nav--prev { left: 20px; top: 50%; }
.lightbox__nav--next { right: 20px; top: 50%; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--color-muted); }
.not-found__card { width: min(680px, 100%); text-align: center; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: clamp(28px, 6vw, 60px); }
.not-found__card img { margin: 0 auto 18px; width: 170px; height: 170px; object-fit: contain; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .trust-grid, .feature-grid, .product-grid, .contact-card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .process-line::before { display: none; }
}

@media (max-width: 820px) {
  .top-bar__inner { flex-wrap: wrap; justify-content: center; gap: 8px 14px; padding: 8px 0; }
  .nav-shell { min-height: 76px; }
  .brand { width: 155px; min-width: 155px; }
  .brand img { width: 155px; height: 88px; }
  .nav-toggle { display: inline-grid; }
  .nav-menu { position: fixed; top: 116px; left: 0; right: 0; display: block; max-height: calc(100vh - 116px); overflow-y: auto; background: #fff; padding: 20px; border-top: 1px solid var(--color-line); transform: translateY(-120%); visibility: hidden; transition: .25s ease; box-shadow: var(--shadow-md); }
  .nav-menu.is-open { transform: translateY(0); visibility: visible; }
  .nav-list { display: block; }
  .nav-list a { width: 100%; justify-content: space-between; }
  .dropdown { position: static; width: 100%; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; border: 1px solid var(--color-line); margin: 4px 0 12px; }
  .has-dropdown.is-open .dropdown { display: block; }
  .nav-quote { width: 100%; margin-top: 14px; }
  .split-grid, .product-detail-layout, .two-column { grid-template-columns: 1fr; }
  .three-card-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .cta-band__inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-slider, .hero-slide__content { min-height: 620px; }
  .slider-arrow { display: none; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .top-bar { display: none; }
  .brand { width: 132px; min-width: 132px; }
  .brand img { width: 132px; height: 76px; }
  .nav-menu { top: 76px; max-height: calc(100vh - 76px); }
  .trust-grid, .three-card-grid, .feature-grid, .product-grid, .contact-card-grid, .gallery-grid, .footer-grid, .process-line, .form-grid { grid-template-columns: 1fr; }
  .hero-slider, .hero-slide__content { min-height: 590px; }
  .hero-slide__overlay { background: linear-gradient(90deg, rgba(0,19,38,.84), rgba(0,19,38,.62)); }
  .button-group, .card-actions { width: 100%; }
  .btn { width: 100%; }
  .card-actions .btn { flex: 1 1 150px; }
  .form-field--full { grid-column: auto; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-btn { flex: 0 0 auto; }
  .lightbox__nav { top: auto; bottom: 20px; }
  .lightbox__nav--prev { left: calc(50% - 58px); }
  .lightbox__nav--next { right: calc(50% - 58px); }
}

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