/* Brick Game marketing site. Plain CSS, no build step (served as static files).
   Shape rule: interactive controls are full pills, panels and cells are 22px. */

@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(fonts/archivo-latin-wght-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(fonts/archivo-latin-ext-wght-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(fonts/archivo-vietnamese-wght-normal.woff2) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Archivo"; font-style: italic; font-weight: 100 900; font-display: swap; src: url(fonts/archivo-latin-wght-italic.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Archivo"; font-style: italic; font-weight: 100 900; font-display: swap; src: url(fonts/archivo-latin-ext-wght-italic.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Archivo"; font-style: italic; font-weight: 100 900; font-display: swap; src: url(fonts/archivo-vietnamese-wght-italic.woff2) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Silkscreen"; font-weight: 400; font-display: swap; src: url(fonts/silkscreen-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Silkscreen"; font-weight: 700; font-display: swap; src: url(fonts/silkscreen-latin-700-normal.woff2) format("woff2"); }

/* ---- tokens: light = LCD glass in daylight, dark = the bezel at night */
:root {
  --bg: #E6EAD9;
  --surface: #F3F5EC;
  --surface-2: #D8DEC7;
  --ink: #1C2019;
  --muted: #4F5747;
  --line: rgba(28, 32, 25, .14);
  --accent: #E8B83C;            /* the yellow shell: the page's single accent */
  --accent-ink: #241B05;
  --accent-text: #8A6100;       /* the same yellow, darkened to stay readable as text on light glass */
  --lcd: #9DAF84;
  --lcd-ink: #1E2916;
  --lcd-ghost: rgba(30, 41, 22, .12);
  --shadow: 0 30px 60px -24px rgba(44, 56, 30, .45);
  --radius: 22px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --pad: clamp(20px, 5vw, 64px);
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #111410;
    --surface: #191D17;
    --surface-2: #22271F;
    --ink: #ECEFE4;
    --muted: #A7AF9B;
    --line: rgba(236, 239, 228, .12);
    --shadow: 0 30px 70px -20px rgba(0, 0, 0, .7);
    --accent-text: var(--accent);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 17px/1.55 "Archivo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -.02em; line-height: 1.02; }
h1 em, h2 em { font-style: italic; font-weight: 900; color: var(--accent-text); }
.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 8px; z-index: 30; background: var(--accent); color: var(--accent-ink); padding: 8px 14px; border-radius: 999px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* The printed wordmark from the shell: heavy italic with the underline stroke. */
.brand { text-decoration: none; }
.brand-word {
  display: inline-block; font-weight: 900; font-style: italic; font-size: 20px; letter-spacing: .02em;
  transform: rotate(-3deg); border-bottom: 3px solid currentColor; padding-bottom: 1px; line-height: 1; white-space: nowrap;
}
.brand-word.small { font-size: 16px; }

.eyebrow {
  margin: 0 0 18px; font: 700 12px/1 "Silkscreen", monospace; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
}

/* ---- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap;
  height: 52px; padding: 0 26px; border-radius: 999px; font: 700 16px/1 "Archivo", sans-serif; text-decoration: none;
  border: 0; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s;
}
.btn:active { transform: translateY(1px) scale(.98); }
.btn-primary {
  background: var(--accent); color: var(--accent-ink);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .18), inset 0 2px 0 rgba(255, 255, 255, .35), 0 10px 24px -10px rgba(160, 110, 10, .7);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-sm { height: 40px; padding: 0 18px; font-size: 14px; }

/* ---- nav */
.nav {
  position: sticky; top: 0; z-index: 20; height: 68px; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--line);
}
.nav-links { display: flex; gap: 28px; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-end { display: flex; align-items: center; gap: 12px; }
.lang {
  display: inline-flex; height: 40px; padding: 4px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--surface-2); font: 700 12px/1 "Silkscreen", monospace;
}
.lang span { display: grid; place-items: center; width: 34px; border-radius: 999px; color: var(--muted); transition: background .25s var(--ease), color .25s; }
html[lang="en"] .lang [data-lang="en"], html[lang="vi"] .lang [data-lang="vi"] { background: var(--ink); color: var(--bg); }
@media (max-width: 860px) { .nav-links { display: none; } }
@media (max-width: 420px) { .nav { gap: 10px; } .brand-word { font-size: 17px; } .nav-end { gap: 8px; } .nav-end .btn-sm { padding: 0 14px; } }

section { padding: clamp(72px, 11vw, 136px) var(--pad); }
.section-head { max-width: 1240px; margin: 0 auto clamp(36px, 5vw, 56px); }
.section-head h2, .colour-copy h2, .board-copy h2, .play-copy h2 { font-size: clamp(34px, 5vw, 60px); max-width: 16ch; }
.section-head p, .colour-copy p, .board-copy p, .play-copy > p { color: var(--muted); max-width: 52ch; margin: 16px 0 0; font-size: 18px; }

/* ---- hero */
.hero {
  position: relative; min-height: calc(100dvh - 68px); padding-top: clamp(32px, 6vw, 80px); padding-bottom: 40px;
  display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(24px, 4vw, 64px);
  max-width: 1320px; margin: 0 auto;
}
/* A faint LCD cell grid behind the device: the hero sits on the glass it came from. */
.hero-grid {
  position: absolute; inset: 0 -20vw; z-index: -1; pointer-events: none;
  background:
    linear-gradient(var(--lcd-ghost) 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(90deg, var(--lcd-ghost) 1px, transparent 1px) 0 0 / 22px 22px;
  mask-image: radial-gradient(ellipse 60% 70% at 72% 50%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 72% 50%, #000 20%, transparent 72%);
}
@media (prefers-color-scheme: dark) { .hero-grid { --lcd-ghost: rgba(157, 175, 132, .10); } }
.hero h1 { font-size: clamp(36px, 3.9vw, 58px); line-height: 1.04; padding-bottom: .08em; }
.hero h1 em { display: inline-block; padding-bottom: .06em; }
.lede { font-size: clamp(18px, 1.5vw, 21px); color: var(--muted); max-width: 40ch; margin: 22px 0 32px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-device { position: relative; display: grid; place-items: center; perspective: 1400px; }
.tilt {
  width: min(360px, 78vw); transform-style: preserve-3d; will-change: transform;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .6s var(--ease);
}
.tilt img { border-radius: 42px; box-shadow: var(--shadow); }
.floor {
  width: 62%; height: 28px; margin-top: 18px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 0, 0, .35), transparent); filter: blur(4px);
}
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; min-height: 0; text-align: left; }
  .hero { padding-top: 28px; }
  .tilt { width: min(230px, 60vw); }
}

/* Load-in sequence for the hero copy and device. */
.in-seq { opacity: 0; transform: translateY(18px); animation: rise .9s var(--ease) forwards; animation-delay: calc(var(--i) * 90ms + 120ms); }
.hero-device { opacity: 0; transform: translateY(40px) scale(.96); animation: rise 1.2s var(--ease) .25s forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---- games rail */
.games { padding-left: 0; padding-right: 0; }
/* Header and rail share one left edge: the page gutter, or the 1240px column when wider. */
.games { --edge: max(var(--pad), calc((100vw - 1240px) / 2)); }
.games .section-head { padding: 0 var(--edge); max-width: none; }
.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: clamp(220px, 24vw, 280px); gap: 20px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 var(--edge);
  padding: 8px var(--edge) 28px; scrollbar-width: thin;
}
.cart {
  scroll-snap-align: start; background: var(--surface); border-radius: var(--radius); padding: 18px 18px 22px;
  box-shadow: inset 0 0 0 1px var(--line); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.cart:hover { transform: translateY(-6px); box-shadow: inset 0 0 0 1px var(--line), var(--shadow); }
.cart h3 { font-size: 22px; margin: 16px 0 6px; }
.cart p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }
/* 16-frame sprite of real play; steps() shows one frame at a time. */
.lcd-loop {
  aspect-ratio: 208 / 265; border-radius: 12px; background: #1b2016 var(--sprite) 0 0 / 1600% 100% no-repeat;
  box-shadow: inset 0 0 0 6px #2a2d27, 0 1px 0 rgba(255, 255, 255, .06);
  animation: frames 2.4s steps(16, jump-none) infinite; animation-play-state: paused;
}
.cart.playing .lcd-loop { animation-play-state: running; }
@keyframes frames { to { background-position: 100% 0; } }

/* ---- colour compare */
.colour {
  --fit: min(380px, calc((100dvh - 140px) / 2.168));
  max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr minmax(240px, var(--fit)); gap: clamp(32px, 6vw, 96px); align-items: center;
}
.compare { position: relative; border-radius: 40px; overflow: hidden; box-shadow: var(--shadow); user-select: none; touch-action: pan-y; }
.compare > img { width: 100%; }
.compare-top { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.compare-top img { width: 100%; }
.compare-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 44px; margin-left: -22px; cursor: ew-resize;
  display: grid; place-items: center; outline-offset: -6px;
}
.compare-handle::before { content: ""; position: absolute; top: 0; bottom: 0; width: 3px; background: var(--accent); box-shadow: 0 0 0 1px rgba(0, 0, 0, .25); }
.compare-handle span {
  position: relative; width: 44px; height: 44px; border-radius: 999px; background: var(--accent);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2), 0 6px 16px rgba(0, 0, 0, .35);
}
.compare-handle span::before, .compare-handle span::after {
  content: ""; position: absolute; top: 50%; width: 0; height: 0; border: 6px solid transparent; margin-top: -6px;
}
.compare-handle span::before { left: 6px; border-right-color: var(--accent-ink); }
.compare-handle span::after { right: 6px; border-left-color: var(--accent-ink); }
.compare-tag {
  position: absolute; top: 18px; font: 700 11px/1 "Silkscreen", monospace; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 10px; border-radius: 999px; background: rgba(17, 20, 16, .72); color: #ECEFE4;
}
.compare-tag.left { left: 18px; } .compare-tag.right { right: 18px; }
@media (max-width: 860px) { .colour { grid-template-columns: 1fr; } .compare { max-width: 340px; justify-self: center; } }

/* ---- bento */
.yours .section-head, .bento { max-width: 1240px; margin-left: auto; margin-right: auto; }
.bento { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: auto auto auto; gap: 20px; }
.cell { border-radius: var(--radius); padding: clamp(22px, 3vw, 34px); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; position: relative; }
.cell h3 { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: 8px; }
.cell p { margin: 0; color: var(--muted); max-width: 38ch; }
.cell-shells { grid-row: span 3; display: grid; grid-template-columns: minmax(170px, 250px) 1fr; gap: clamp(20px, 3vw, 40px); align-items: center;
  background: radial-gradient(120% 90% at 20% 30%, color-mix(in srgb, var(--shell, #3E9C7B) 34%, transparent), transparent 70%), var(--surface);
  transition: background .6s var(--ease); }
.shell-stage img { border-radius: 30px; box-shadow: var(--shadow); transition: opacity .35s var(--ease), transform .5s var(--ease); }
.shell-stage img.swap { opacity: 0; transform: scale(.96) rotate(-2deg); }
.swatches { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.swatches button {
  width: 40px; height: 40px; border-radius: 999px; border: 0; cursor: pointer; background: var(--c);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .22), 0 0 0 2px var(--surface), 0 0 0 3px var(--line);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.swatches button:hover { transform: translateY(-2px); }
.swatches button[aria-checked="true"] { box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .22), 0 0 0 3px var(--surface), 0 0 0 5px var(--ink); }
.cell-parts { background: #3a1016; color: #F6E9EA; }
.cell-parts p { color: #E7C7CB; }
.crop { aspect-ratio: 786 / 426; margin: -6px -6px 18px; border-radius: 16px; background: url(img/parts.webp) center / cover no-repeat; }
.cell-share .share-pair { display: flex; gap: 10px; margin-bottom: 18px; }
.cell-share .share-pair img { width: 64px; border-radius: 12px; box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5); }
.cell-share .share-pair img:last-child { transform: translateY(10px) rotate(6deg); }
.cell-sticker { background: var(--lcd) linear-gradient(var(--lcd-ghost) 1px, transparent 1px) 0 0 / 16px 16px; color: var(--lcd-ink); }
.cell-sticker p { color: rgba(30, 41, 22, .78); }
@media (max-width: 860px) {
  .bento { grid-template-columns: 1fr; }
  .cell-shells { grid-row: auto; grid-template-columns: 1fr; }
  .shell-stage { max-width: 220px; }
}

/* ---- top 10 board */
.board { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(280px, 460px) 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.board-panel { padding: 18px; border-radius: 28px; background: #242722; box-shadow: var(--shadow), inset 0 2px 0 rgba(255, 255, 255, .06); }
.board-lcd {
  border-radius: 12px; padding: 22px 24px 26px; color: var(--lcd-ink);
  background: linear-gradient(var(--lcd-ghost) 1px, transparent 1px) 0 0 / 100% 8px, var(--lcd);
  box-shadow: inset 0 3px 14px rgba(0, 0, 0, .28);
  font: 700 clamp(18px, 2.4vw, 26px)/1 "Silkscreen", monospace;
}
.board-head { display: flex; justify-content: space-between; font-size: .6em; letter-spacing: .12em; opacity: .75; margin-bottom: 18px; }
.board-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.board-list li { display: grid; grid-template-columns: 2ch 1fr auto; gap: 18px; align-items: baseline; }
.board-list .rank { opacity: .55; }
.entry-new .name { position: relative; }
.entry-new.typing .name::after { content: ""; display: inline-block; width: .6em; height: .12em; background: currentColor; margin-left: 2px; animation: blink .6s steps(1) infinite; }
.board-list li.dim { opacity: 0; transform: translateY(8px); }
.board-list li { transition: opacity .5s var(--ease), transform .5s var(--ease); }
@keyframes blink { 50% { opacity: 0; } }
@media (max-width: 860px) { .board { grid-template-columns: 1fr; } }

/* ---- play */
/* The device must fit a laptop screen whole: width follows the viewport height (1704/786 aspect). */
.play { --fit: min(400px, calc((100dvh - 140px) / 2.168)); max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr minmax(240px, var(--fit)); gap: clamp(32px, 6vw, 96px); align-items: center; }
.keys { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px 24px; margin: 30px 0 0; }
.keys div { display: flex; align-items: center; gap: 12px; }
.keys dt { display: flex; gap: 4px; }
.keys dd { margin: 0; color: var(--muted); font-size: 15px; }
kbd {
  min-width: 34px; height: 34px; padding: 0 8px; display: inline-grid; place-items: center; border-radius: 9px;
  font: 700 12px/1 "Silkscreen", monospace; background: var(--surface); box-shadow: inset 0 -3px 0 var(--line), inset 0 0 0 1px var(--line);
}
.touch-note { display: none; color: var(--muted); }
@media (pointer: coarse) { .keys { display: none; } .touch-note { display: block; margin-top: 18px; } }
.play-frame {
  position: relative; aspect-ratio: 786 / 1704; border-radius: 42px; overflow: hidden; background: #0d0f0c;
  box-shadow: var(--shadow), 0 0 0 10px #1a1c19, 0 0 0 11px var(--line);
}
.play-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.play-poster { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.62); transition: filter .5s var(--ease); }
.play-frame:hover .play-poster { filter: saturate(.8) brightness(.72); }
.power { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.power:hover { transform: translate(-50%, calc(-50% - 2px)); }
@media (max-width: 860px) { .play { grid-template-columns: 1fr; } .play-device { max-width: 340px; width: 100%; justify-self: center; } }

/* ---- marquee */
.marquee { padding: 26px 0; border-block: 1px solid var(--line); overflow: hidden; background: var(--surface); }
.marquee-track { display: flex; width: max-content; animation: slide 38s linear infinite; }
.marquee ul { display: flex; margin: 0; padding: 0; list-style: none; }
.marquee li { font: 700 clamp(18px, 2vw, 26px)/1 "Archivo", sans-serif; letter-spacing: -.01em; padding: 0 28px; display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.marquee li::after { content: ""; width: 12px; height: 12px; background: var(--accent); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2); }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---- finale + footer */
.finale { text-align: center; display: grid; justify-items: center; gap: 30px; }
.finale h2 { font-size: clamp(48px, 8vw, 110px); line-height: 1; padding-bottom: .1em; }
.stores { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.store {
  display: grid; gap: 4px; text-align: left; min-width: 190px; padding: 14px 22px; border-radius: 16px; text-decoration: none;
  background: var(--ink); color: var(--bg);
}
.store-kicker { font: 700 10px/1 "Silkscreen", monospace; letter-spacing: .1em; text-transform: uppercase; opacity: .75; }
.store-name { font-weight: 800; font-size: 21px; letter-spacing: -.01em; }
.store[aria-disabled="true"] { opacity: .55; cursor: default; }
.foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;
  padding: 32px var(--pad) 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px;
}
.foot nav { display: flex; gap: 22px; }
.foot a { text-decoration: none; } .foot a:hover { color: var(--ink); }
.foot p { margin: 0; }

/* ---- scroll reveal (IntersectionObserver adds .in) */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .in-seq, .hero-device { animation: none; opacity: 1; transform: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .tilt { transition: none; transform: none; }
  .lcd-loop { animation: none; }
  .marquee-track { animation: none; }
  .entry-new.typing .name::after { animation: none; }
  .btn, .cart, .swatches button, .shell-stage img { transition: none; }
}
