/* Infineat Sdn Bhd — website styles
   Brand: Infinite Purple #753A88, Infinite Magenta #CC2B5E, Infinite Blue #A3C1E2, Infinite Green #84CDB1
   Typeface for web: Montserrat (per brand guideline) */

:root {
  --bg: #0E0914;
  --bg-alt: #130D1B;
  --bg-deep: #0A0610;
  --surface: #1A1224;
  --surface-2: #231830;
  --line: #2A2035;
  --line-2: #2E2340;
  --line-3: #3A2D4E;
  --line-4: #5A4A6B;
  --text: #F4F0F7;
  --text-2: #E6E0EC;
  --muted: #C9C0D4;
  --dim: #B7AEC2;
  --blue: #A3C1E2;
  --pink: #F07BA0;
  --green: #84CDB1;
  --purple: #753A88;
  --magenta: #CC2B5E;
  --grad: linear-gradient(90deg, #753A88, #CC2B5E);
  --pad-x: 80px;
  --section-y: 112px;
  --radius: 16px;
  --font: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--text); text-decoration: none; }
a:hover { color: var(--blue); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--text); color: var(--bg); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; color: var(--bg); }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--pad-x); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(14, 9, 20, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 150px; height: auto; }
.nav { display: flex; align-items: center; gap: 40px; font-size: 15px; font-weight: 500; }
.nav a[aria-current="page"] { color: var(--blue); font-weight: 700; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line-3); background: transparent; color: var(--text); align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle svg { width: 20px; height: 20px; }
.mobile-menu { display: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 18px 30px; border-radius: 8px; font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1.2; border: 0; cursor: pointer; transition: filter 0.15s ease; }
.btn-primary { background: var(--grad); color: #FFFFFF; }
.btn-primary:hover { color: #FFFFFF; filter: brightness(1.12); }
.btn-outline { padding: 17px 29px; border: 1px solid var(--line-4); color: var(--text); font-weight: 600; background: transparent; }
.btn-outline:hover { border-color: var(--blue); color: var(--text); }
.btn-white { background: #FFFFFF; color: #4A1F5A; }
.btn-white:hover { color: #4A1F5A; filter: brightness(0.95); }
.btn-outline-white { padding: 17px 29px; border: 1px solid #FFFFFF; color: #FFFFFF; font-weight: 600; }
.btn-outline-white:hover { color: #FFFFFF; background: rgba(255, 255, 255, 0.1); }
.btn-sm { padding: 14px 24px; font-size: 15px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; }
.text-link { font-size: 16px; font-weight: 600; color: var(--blue); }
.text-link:hover { color: var(--text); }

/* ---------- Type ---------- */
.eyebrow { font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); }
.h1 { font-size: 56px; line-height: 1.1; font-weight: 800; letter-spacing: -1px; }
.h2 { font-size: 44px; line-height: 1.15; font-weight: 800; }
.h3 { font-size: 24px; line-height: 1.3; font-weight: 700; }
.lead { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 760px; }
.body { font-size: 16px; line-height: 1.65; color: var(--muted); }
.body-lg { font-size: 18px; line-height: 1.7; color: var(--muted); }
.tag { font-size: 13px; line-height: 22px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--pink); }
.label { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--dim); }
.chip { display: inline-block; padding: 0 10px; line-height: 22px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.chip-green { background: #1F3A33; color: var(--green); }
.chip-amber { background: #3A2A14; color: #F2C27A; }

/* ---------- Sections ---------- */
.section { padding: var(--section-y) 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-top-line { border-top: 1px solid var(--line); }
.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 56px; }
.section-head .head { display: flex; flex-direction: column; gap: 16px; max-width: 820px; }
.page-hero { padding: 112px 0 96px; }
.page-hero .wrap { display: flex; flex-direction: column; gap: 24px; }
.page-hero.bordered { border-bottom: 1px solid var(--line); }
.page-hero .h1 { max-width: 980px; }
.chips-row { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 12px; }
.pill { padding: 12px 20px; border-radius: 999px; border: 1px solid var(--line-3); font-size: 15px; font-weight: 600; background: transparent; color: var(--text); font-family: inherit; cursor: pointer; }
.pill[aria-pressed="true"] { background: var(--text); color: var(--bg); border-color: var(--text); }

/* ---------- Home hero ---------- */
.hero .wrap { min-height: 720px; display: flex; align-items: center; justify-content: space-between; gap: 80px; padding-top: 48px; padding-bottom: 48px; }
.hero-copy { flex: 0 1 720px; display: flex; flex-direction: column; gap: 28px; }
.hero-copy .lead { max-width: 600px; }
.hero-art { flex: 0 0 480px; }
.hero-art svg { width: 100%; height: auto; }
.stat { display: flex; align-items: center; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); max-width: 600px; }
.stat-num { font-size: 44px; line-height: 1; font-weight: 800; color: var(--pink); }
.stat-label { font-size: 15px; line-height: 1.5; color: var(--muted); }

/* ---------- Credentials strip ---------- */
.cred-strip { padding: 40px 0; background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cred-strip .label { margin-bottom: 20px; }
.cred-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.cred { padding: 18px 16px; border: 1px solid var(--line-2); border-radius: 10px; display: flex; flex-direction: column; gap: 6px; }
.cred strong { font-size: 16px; font-weight: 700; }
.cred span { font-size: 13px; line-height: 1.4; color: var(--dim); }

/* ---------- Cards & grids ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.card { padding: 40px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 18px; }
.card .icon { width: 44px; height: 44px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 22px; }
.card-foot { padding-top: 16px; border-top: 1px solid var(--line-2); font-size: 14px; line-height: 1.6; color: var(--blue); }
.card-sm { padding: 36px; gap: 14px; }
.card > .text-link { margin-top: auto; }

/* ---------- Product block ---------- */
.feature { border-radius: 20px; background: linear-gradient(120deg, #2A1438 0%, #1A1224 60%); border: 1px solid var(--line-3); padding: 64px; display: flex; gap: 64px; align-items: center; }
.feature-copy { flex: 0 1 560px; display: flex; flex-direction: column; gap: 22px; }
.feature-art { flex: 1 1 auto; display: flex; justify-content: center; }
.ticks { display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; list-style: none; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--text-2); }
.ticks li::before { content: ""; flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; background: no-repeat center / 20px 20px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10 L8 14 L16 6' stroke='%2384CDB1' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.ticks.sm li { font-size: 15px; line-height: 1.55; }
.phone { width: 262px; height: 510px; padding: 10px; border-radius: 40px; background: var(--bg-deep); border: 1px solid var(--line-3); overflow: hidden; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 30px; }

/* ---------- Projects ---------- */
.project { border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-2); overflow: hidden; display: flex; flex-direction: column; }
.project-media { height: 220px; background: var(--surface-2); overflow: hidden; }
.project-media img { width: 100%; height: 100%; object-fit: cover; }
.project-media.tall { height: 300px; }
.project-media.phone-frame { display: flex; justify-content: center; align-items: flex-start; padding-top: 32px; background: #120B1A; }
.project-media.phone-frame .phone { width: 200px; height: 360px; padding: 8px; border-radius: 30px; }
.project-media.phone-frame .phone img { border-radius: 22px; }
.project-body { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.project-body.lg { padding: 36px; gap: 14px; }
.project-body h3 { font-size: 21px; line-height: 1.3; font-weight: 700; }
.project-body.lg h3 { font-size: 26px; line-height: 1.25; }
.project-meta { font-size: 14px; color: var(--dim); }
.tag-row { display: flex; align-items: center; gap: 10px; min-height: 22px; }
.featured { border-radius: 20px; background: var(--surface); border: 1px solid var(--line-2); overflow: hidden; display: flex; margin-bottom: 24px; }
.featured-media { flex: 0 0 640px; min-height: 520px; background: var(--surface-2); }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-body { flex: 1 1 auto; padding: 56px; display: flex; flex-direction: column; gap: 16px; }
.featured-body h2 { font-size: 36px; line-height: 1.2; font-weight: 800; }
.scope { padding-top: 8px; display: flex; flex-direction: column; gap: 10px; }
.project[hidden], .featured[hidden] { display: none; }

/* ---------- Steps ---------- */
.step { padding-top: 24px; border-top: 2px solid var(--purple); display: flex; flex-direction: column; gap: 12px; }
.step:nth-child(2) { border-color: #8E3780; }
.step:nth-child(3) { border-color: #AE3170; }
.step:nth-child(4) { border-color: var(--magenta); }
.step-num { font-size: 15px; font-weight: 700; color: var(--pink); }
.step h3 { font-size: 21px; font-weight: 700; }
.step p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.grid-3 .step:nth-child(2) { border-color: #A0336F; }
.grid-3 .step:nth-child(3) { border-color: var(--magenta); }

/* ---------- CTA band ---------- */
.cta-band { border-radius: 20px; background: var(--grad); padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-band .copy { display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
.cta-band h2 { font-size: 40px; line-height: 1.15; font-weight: 800; color: #FFFFFF; }
.cta-band p { font-size: 18px; line-height: 1.6; color: #FFFFFF; }
.cta-band .btn-row { flex-shrink: 0; flex-wrap: nowrap; }

/* ---------- Solutions page ---------- */
.solution .wrap { display: flex; gap: 80px; align-items: center; }
.solution.reverse .wrap { flex-direction: row-reverse; }
.solution-copy { flex: 0 0 600px; display: flex; flex-direction: column; gap: 22px; }
.solution-num { display: flex; align-items: center; gap: 14px; }
.solution-num b { font-size: 15px; font-weight: 700; color: var(--pink); }
.solution-for { display: flex; flex-direction: column; gap: 6px; }
.solution-for div:last-child { font-size: 16px; line-height: 1.6; }
.included { flex: 1 1 auto; padding: 44px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 20px; }
.included h3 { font-size: 18px; font-weight: 700; }

/* ---------- Credentials page ---------- */
.snapshot { padding: 48px 0; background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.snapshot .grid-4 div { display: flex; flex-direction: column; gap: 8px; }
.snapshot strong { font-size: 20px; font-weight: 700; }
.partner { border-radius: 20px; background: linear-gradient(120deg, #2A1438 0%, #1A1224 60%); border: 1px solid var(--line-3); padding: 56px 64px; display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.partner .copy { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
.partner h2 { font-size: 36px; line-height: 1.2; font-weight: 800; }
.hero-split .wrap { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 80px; }
.hero-split .copy { display: flex; flex-direction: column; gap: 24px; max-width: 820px; }

/* ---------- About page ---------- */
.story .wrap { display: flex; gap: 80px; align-items: center; }
.story-copy { flex: 0 0 640px; display: flex; flex-direction: column; gap: 24px; }
.story-copy .h2 { max-width: 520px; }
.story-media { flex: 1 1 auto; height: 600px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); }
.story-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }

/* ---------- Contact page ---------- */
.contact .wrap { display: flex; gap: 80px; align-items: flex-start; }
.contact-info { flex: 0 0 440px; display: flex; flex-direction: column; gap: 28px; }
.contact-item { display: flex; flex-direction: column; gap: 8px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.contact-item .value { font-size: 18px; line-height: 1.55; font-weight: 600; }
.map { height: 260px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); background: var(--bg-alt); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.4) brightness(0.9); }
.form-card { flex: 1 1 auto; padding: 48px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line-2); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 14px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; height: 52px; padding: 0 16px; border-radius: 8px; border: 1px solid var(--line-3); background: #120B1A; color: var(--text); font-family: inherit; font-size: 15px; }
.field textarea { height: 160px; padding: 16px; resize: vertical; line-height: 1.55; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5 L7 9 L11 5' stroke='%23B7AEC2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 14px 14px; }
.field input::placeholder, .field textarea::placeholder { color: #8E849B; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); }
.field [aria-invalid="true"] { border-color: #F07BA0; }
.field-error { font-size: 13px; color: var(--pink); min-height: 0; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding-top: 8px; }
.turnstile-box { min-height: 65px; }
.form-status { margin-top: 20px; padding: 16px 18px; border-radius: 10px; font-size: 15px; line-height: 1.5; }
.form-status[hidden] { display: none; }
.form-status.ok { background: #1F3A33; color: #CFEFE2; border: 1px solid #2F5A4E; }
.form-status.err { background: #3A1424; color: #FAD3E0; border: 1px solid #5E2340; }
.btn[disabled] { opacity: 0.6; cursor: wait; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-deep); border-top: 1px solid var(--line); padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; margin-bottom: 48px; }
.footer-grid .col { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer-grid .col-title { font-weight: 700; font-size: 15px; color: var(--text); }
.footer-grid a, .footer-grid .muted { color: var(--dim); }
.footer-grid a:hover { color: var(--text); }
.footer-brand img { width: 140px; height: auto; }
.footer-brand p { font-size: 14px; line-height: 1.6; color: var(--dim); margin-top: 6px; }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: var(--dim); }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  :root { --pad-x: 48px; }
  .hero .wrap { gap: 48px; }
  .hero-art { flex-basis: 380px; }
  .h1 { font-size: 48px; }
  .cred-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-media { flex-basis: 480px; }
  .solution-copy { flex-basis: 480px; }
  .story-copy { flex-basis: 520px; }
  .contact-info { flex-basis: 360px; }
  .contact .wrap, .solution .wrap, .story .wrap { gap: 48px; }
}

@media (max-width: 980px) {
  :root { --section-y: 80px; }
  .nav, .site-header .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu { display: block; border-top: 1px solid var(--line); background: var(--bg); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu nav { display: flex; flex-direction: column; padding: 12px var(--pad-x) 24px; }
  .mobile-menu nav a { padding: 14px 0; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a[aria-current="page"] { color: var(--blue); }
  .mobile-menu .btn { margin-top: 20px; width: 100%; }
  .hero .wrap { flex-direction: column; align-items: stretch; min-height: 0; padding-top: 64px; padding-bottom: 72px; }
  .hero-copy { flex-basis: auto; }
  .hero-art { display: none; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured { flex-direction: column; }
  .featured-media { flex-basis: auto; min-height: 0; height: 360px; }
  .feature { flex-direction: column; align-items: stretch; padding: 48px; }
  .feature-copy { flex-basis: auto; }
  .solution .wrap, .solution.reverse .wrap, .story .wrap, .contact .wrap { flex-direction: column; align-items: stretch; }
  .solution-copy, .story-copy, .contact-info { flex-basis: auto; }
  .story-media { height: 420px; }
  .hero-split .wrap { flex-direction: column; align-items: flex-start; }
  .cta-band, .partner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { flex-direction: column; align-items: flex-start; gap: 20px; }
}

@media (max-width: 640px) {
  :root { --pad-x: 20px; --section-y: 64px; }
  body { font-size: 15px; }
  .site-header .wrap { height: 64px; }
  .brand img { width: 108px; }
  .h1 { font-size: 34px; line-height: 1.15; letter-spacing: -0.5px; }
  .h2 { font-size: 30px; line-height: 1.2; }
  .lead { font-size: 16px; }
  .eyebrow { font-size: 12px; }
  .page-hero { padding: 56px 0 48px; }
  .section-head { margin-bottom: 28px; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; }
  .stat-num { font-size: 38px; }
  .stat-label { font-size: 14px; }
  .cred-strip { padding: 32px 0; }
  .cred-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cred { padding: 14px; }
  .cred strong { font-size: 15px; }
  .cred span { font-size: 12px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .card { padding: 24px; gap: 12px; }
  .h3 { font-size: 20px; }
  .feature { padding: 28px 24px; gap: 24px; border-radius: 18px; }
  .phone { width: 220px; height: 430px; border-radius: 34px; padding: 8px; }
  .phone img { border-radius: 26px; }
  .project-media, .project-media.tall { height: 190px; }
  .project-media.phone-frame { height: 300px; }
  .project-body, .project-body.lg { padding: 22px; }
  .featured-media { height: 240px; }
  .featured-body { padding: 24px; }
  .featured-body h2 { font-size: 24px; }
  .cta-band { padding: 32px 24px; border-radius: 18px; gap: 20px; }
  .cta-band h2 { font-size: 26px; line-height: 1.2; }
  .cta-band p { font-size: 15px; }
  .cta-band .btn-row { width: 100%; flex-wrap: wrap; }
  .partner { padding: 28px 24px; gap: 20px; }
  .partner h2 { font-size: 26px; }
  .included { padding: 24px; }
  .solution .h2 { font-size: 30px; }
  .snapshot { padding: 32px 0; }
  .snapshot .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .snapshot strong { font-size: 16px; }
  .story-media { height: 300px; }
  .form-card { padding: 24px; }
  .form-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .form-actions { flex-direction: column; align-items: stretch; }
  .form-actions .btn { width: 100%; }
  .feature-copy .btn, .solution-copy .btn { width: 100%; }
  .footer-grid { gap: 28px; }
  .footer-grid .col-contact { grid-column: 1 / -1; }
  .footer-grid .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
