:root {
  --ink: #0b0d0f;
  --ink-soft: #15191d;
  --paper: #f3f1eb;
  --paper-bright: #fbfaf6;
  --line: rgba(11, 13, 15, 0.16);
  --line-dark: rgba(255, 255, 255, 0.18);
  --muted: #697078;
  --accent: #d8ff45;
  --accent-2: #ff6b35;
  --shell: min(1240px, calc(100vw - 48px));
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img, video { display: block; width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; }
::selection { background: var(--accent); color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.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: 1000; left: 16px; top: 16px; transform: translateY(-180%);
  background: var(--accent); padding: 10px 14px; text-decoration: none; font-weight: 800;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, transform .3s ease;
}
.site-header.scrolled { background: rgba(11, 13, 15, .92); backdrop-filter: blur(16px); border-color: var(--line-dark); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; font-weight: 850; letter-spacing: -.04em; font-size: 19px; }
.brand > span:last-child span { color: var(--accent); }
.brand-mark { width: 25px; height: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skewY(-12deg); }
.brand-mark i { background: var(--accent); display: block; }
.brand-mark i:nth-child(2) { transform: translateY(5px); }
.brand-mark i:nth-child(3) { transform: translateY(-2px); }
.site-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.76); }
.site-nav > a { text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: color .2s ease; }
.site-nav > a:hover { color: white; }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px;
  padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-weight: 800;
  font-size: 13px; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: white; }
.button-dark { background: white; color: var(--ink) !important; }
.button-small { min-height: 42px; padding-inline: 17px; }
.text-link { color: white; text-decoration: none; font-weight: 750; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 4px; }

.hero { position: relative; min-height: 860px; overflow: hidden; color: white; background: var(--ink); padding: 158px 0 0; }
.hero-grid, .contact-grid {
  position: absolute; inset: 0; opacity: .26; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero::before {
  content: ""; position: absolute; width: 720px; height: 720px; right: -180px; top: -260px;
  background: radial-gradient(circle, rgba(216,255,69,.15), transparent 65%); filter: blur(10px);
}
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.eyebrow { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; color: rgba(255,255,255,.67); }
.eyebrow > span { width: 28px; height: 2px; background: var(--accent); }
.eyebrow-dark { color: #676d72; }
.hero h1, .section-heading h2, .capability-intro h2, .quality-copy h2, .contact-copy h2 {
  margin: 20px 0 0; font-size: clamp(50px, 6vw, 86px); line-height: .96; letter-spacing: -.065em; font-weight: 720;
}
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { margin-top: 62px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 13px; color: white; }
.hero-proof span { font-size: 11px; color: rgba(255,255,255,.45); }

.hero-media { position: relative; min-height: 610px; }
.video-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #1a1d20; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.video-frame video { height: 100%; object-fit: cover; }
.hero-main-video { position: absolute; width: min(100%, 610px); aspect-ratio: 4/3; right: 0; top: 38px; }
.hero-main-video::after, .switcher-visual::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, transparent 65%, rgba(0,0,0,.68));
}
.video-hud { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.76); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .08em; }
.video-hud span:last-child { margin-left: auto; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 5px rgba(255,107,53,.18); }
.hero-float { position: absolute; z-index: 4; aspect-ratio: 4/3; }
.hero-float-one { width: 210px; left: -42px; top: 6px; transform: rotate(-2.5deg); }
.hero-float-two { width: 238px; left: -12px; bottom: 0; transform: rotate(2deg); }
.float-label { position: absolute; left: 9px; bottom: 8px; background: var(--accent); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .14em; padding: 4px 7px; }
.coordinate { position: absolute; color: rgba(255,255,255,.28); font: 9px ui-monospace, monospace; letter-spacing: .16em; }
.coordinate-a { right: 15px; top: 8px; }
.coordinate-b { right: -20px; bottom: 22px; transform: rotate(90deg); }
.partner-strip { position: relative; margin-top: 76px; min-height: 76px; border-top: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.partner-strip > span { color: rgba(255,255,255,.25); }
.partner-strip i { width: 4px; height: 4px; background: var(--accent); transform: rotate(45deg); }

.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-heading h2, .capability-intro h2, .quality-copy h2 { font-size: clamp(44px, 5vw, 70px); }
.section-heading p, .capability-intro p { margin: 0 0 6px; color: var(--muted); max-width: 520px; }
.samples-section { background: var(--paper-bright); }
.sample-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 305px 305px; gap: 12px; }
.sample-card { position: relative; overflow: hidden; border: 0; padding: 0; background: #1b1e20; color: white; cursor: pointer; text-align: left; }
.sample-card-large { grid-column: span 2; grid-row: span 2; }
.sample-card-wide { grid-column: span 2; }
.sample-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.sample-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82), transparent 62%); }
.sample-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.sample-index { position: absolute; top: 16px; left: 16px; font: 10px ui-monospace, monospace; color: rgba(255,255,255,.7); }
.play-button { position: absolute; top: 16px; right: 16px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 11px; padding-left: 2px; transition: background .2s, color .2s; }
.sample-card:hover .play-button { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.sample-copy { position: absolute; left: 18px; right: 16px; bottom: 16px; display: grid; }
.sample-copy strong { font-size: 18px; letter-spacing: -.02em; }
.sample-copy small { color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .02em; }

.capabilities-section { background: var(--ink); color: white; }
.capability-intro { display: grid; grid-template-columns: .95fr 1.2fr .8fr; gap: 50px; align-items: start; margin-bottom: 70px; }
.capability-intro h2 { margin-top: 0; }
.capability-intro p { color: rgba(255,255,255,.58); margin-top: 8px; }
.capability-switcher { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; border: 1px solid var(--line-dark); }
.switcher-tabs { display: grid; grid-template-rows: repeat(3, 1fr); }
.switcher-tab { position: relative; display: grid; align-content: center; gap: 4px; padding: 35px 42px; border: 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.56); background: transparent; text-align: left; cursor: pointer; transition: background .25s, color .25s; }
.switcher-tab:last-child { border-bottom: 0; }
.switcher-tab::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; }
.switcher-tab:hover { color: white; background: rgba(255,255,255,.035); }
.switcher-tab.active { color: white; background: rgba(255,255,255,.055); }
.switcher-tab.active::after { background: var(--accent); }
.switcher-tab span { font: 9px ui-monospace, monospace; color: var(--accent); }
.switcher-tab strong { font-size: 22px; letter-spacing: -.03em; }
.switcher-tab small { font-size: 12px; color: rgba(255,255,255,.38); }
.switcher-visual { position: relative; min-width: 0; overflow: hidden; background: #171a1d; }
.switcher-visual video { height: 100%; object-fit: cover; transition: opacity .2s ease; }
.switcher-visual.is-changing video { opacity: .15; }
.visual-meta { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.68); font: 9px ui-monospace, monospace; letter-spacing: .1em; }
.reticle { position: absolute; z-index: 3; inset: 50%; width: 52px; height: 52px; transform: translate(-50%, -50%); opacity: .65; }
.reticle i { position: absolute; width: 14px; height: 14px; border-color: rgba(255,255,255,.8); }
.reticle i:nth-child(1) { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }
.reticle i:nth-child(2) { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }
.reticle i:nth-child(3) { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }
.reticle i:nth-child(4) { bottom: 0; right: 0; border-bottom: 1px solid; border-right: 1px solid; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.feature-card { min-height: 320px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.feature-card svg { width: 34px; height: 34px; margin: 56px 0 32px; fill: none; stroke: var(--accent); stroke-width: 1.2; }
.feature-number { font: 9px ui-monospace, monospace; color: rgba(255,255,255,.34); }
.feature-card h3 { margin: 0; font-size: 18px; }
.feature-card p { color: rgba(255,255,255,.45); font-size: 13px; }

.process-section { background: var(--paper); }
.process-heading { margin-bottom: 30px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 30px; min-height: 160px; border-bottom: 1px solid var(--line); }
.process-num { font: 11px ui-monospace, monospace; color: var(--accent-2); }
.process-list h3 { margin: 0 0 7px; font-size: 25px; letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); max-width: 690px; }
.process-list li > span { font-size: 9px; letter-spacing: .15em; font-weight: 850; color: #858a8e; }

.quality-section { position: relative; overflow: hidden; color: white; background: #14181b; }
.quality-section::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 75% 30%, rgba(216,255,69,.16), transparent 25%); }
.quality-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.quality-copy p { color: rgba(255,255,255,.55); max-width: 560px; }
.check-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 13px; }
.check-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: 14px; }
.check-list span { color: var(--ink); background: var(--accent); width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.manifest-card { border: 1px solid var(--line-dark); background: rgba(5,7,8,.72); box-shadow: 0 40px 100px rgba(0,0,0,.26); }
.manifest-top, .manifest-bottom { display: flex; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.45); font: 9px ui-monospace, monospace; letter-spacing: .12em; }
.manifest-bottom { border: 0; border-top: 1px solid var(--line-dark); }
.status-pill { color: var(--ink); background: var(--accent); padding: 2px 7px; }
.manifest-card pre { margin: 0; padding: 28px 32px; overflow: auto; font: 13px/1.9 ui-monospace, SFMono-Regular, Menlo, monospace; color: rgba(255,255,255,.62); }
.manifest-card b { color: #e5e8ea; font-weight: 500; }
.manifest-card code span { color: var(--accent); }
.manifest-card code em { color: #ff9c79; font-style: normal; }

.use-cases-section { background: var(--paper-bright); }
.use-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-case-grid article { position: relative; min-height: 270px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case-grid span { color: var(--accent-2); font: 10px ui-monospace, monospace; }
.use-case-grid h3 { max-width: 380px; margin: 75px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.use-case-grid p { max-width: 500px; color: var(--muted); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding: 130px 0; background: var(--ink); color: white; }
.contact-section::before { content: ""; position: absolute; width: 500px; height: 500px; left: -200px; bottom: -260px; border-radius: 50%; background: var(--accent); filter: blur(170px); opacity: .14; }
.contact-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.contact-copy h2 { font-size: clamp(46px, 5vw, 70px); }
.contact-copy p { max-width: 510px; color: rgba(255,255,255,.55); }
.contact-email { display: inline-flex; gap: 30px; margin-top: 32px; color: var(--accent); font-size: 18px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(216,255,69,.45); padding-bottom: 4px; }
.contact-form { display: grid; gap: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.44); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); background: transparent; color: white; padding: 12px 0 14px; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.3); }
.button-submit { justify-self: start; border: 0; }
.form-note { margin: -10px 0 0; color: rgba(255,255,255,.32); font-size: 10px; }

.site-footer { background: #050607; color: white; }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; border-bottom: 1px solid var(--line-dark); }
.brand-footer { font-size: 22px; }
.footer-top p { color: rgba(255,255,255,.44); font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: rgba(255,255,255,.62); text-decoration: none; font-size: 12px; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.3); font-size: 9px; letter-spacing: .1em; }

.video-modal { width: min(1000px, calc(100vw - 36px)); max-width: none; padding: 0; border: 1px solid rgba(255,255,255,.2); background: #0b0d0f; color: white; box-shadow: 0 40px 140px rgba(0,0,0,.7); }
.video-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(7px); }
.modal-shell { position: relative; }
.modal-heading { display: flex; align-items: baseline; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--line-dark); }
.modal-heading span { color: var(--accent); font: 9px ui-monospace, monospace; letter-spacing: .14em; }
.modal-heading strong { font-size: 14px; }
.modal-close { position: absolute; z-index: 4; top: 9px; right: 12px; width: 36px; height: 36px; border: 0; background: transparent; color: white; font-size: 27px; cursor: pointer; }
.video-modal video { max-height: 75vh; background: black; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --shell: min(100% - 36px, 940px); }
  .site-nav { gap: 18px; }
  .site-nav > a:not(.button) { display: none; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-media { min-height: 600px; width: min(100%, 790px); margin: 0 auto; }
  .hero-main-video { right: 5%; width: 72%; }
  .hero-float-one { left: 3%; }
  .hero-float-two { left: 9%; }
  .capability-intro { grid-template-columns: 1fr 1.5fr; }
  .capability-intro .eyebrow { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-layout, .contact-layout { gap: 55px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.25); background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 1px; background: white; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 10px 14px 18px; background: rgba(11,13,15,.98); border-bottom: 1px solid var(--line-dark); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav > a, .site-nav > a:not(.button) { display: block; padding: 14px; }
  .site-nav .button { margin-top: 8px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 46px; }
  .hero-proof span { font-size: 9px; }
  .hero-media { min-height: 430px; margin-top: 20px; }
  .hero-main-video { width: 86%; right: 0; top: 40px; }
  .hero-float-one { width: 34%; left: 0; top: 0; }
  .hero-float-two { width: 40%; left: 4%; bottom: 0; }
  .partner-strip { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .partner-strip > span, .partner-strip i { display: none; }
  .partner-strip div { margin-right: 28px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .capability-intro h2, .quality-copy h2, .contact-copy h2 { font-size: clamp(42px, 13vw, 60px); }
  .sample-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 235px); }
  .sample-card-large { grid-column: span 2; grid-row: auto; }
  .sample-card-wide { grid-column: span 2; }
  .capability-intro { grid-template-columns: 1fr; gap: 22px; }
  .capability-switcher { grid-template-columns: 1fr; }
  .switcher-tabs { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); }
  .switcher-tab { padding: 20px 12px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .switcher-tab:last-child { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .switcher-tab strong { font-size: 14px; }
  .switcher-tab small { display: none; }
  .switcher-tab::after { top: auto; right: 0; width: auto; height: 3px; }
  .switcher-visual { min-height: 370px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 14px; padding: 30px 0; }
  .process-list li > span { display: none; }
  .quality-layout, .contact-layout { grid-template-columns: 1fr; }
  .manifest-card pre { font-size: 11px; padding: 20px 16px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; padding: 55px 0; gap: 18px; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { gap: 20px; }
}

@media (max-width: 480px) {
  .brand { font-size: 17px; }
  .brand-mark { width: 22px; height: 22px; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-media { min-height: 350px; }
  .sample-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 270px); }
  .sample-card-large, .sample-card-wide { grid-column: auto; }
  .switcher-tabs { grid-template-columns: 1fr; }
  .switcher-tab { border-right: 0; }
  .switcher-tab strong { font-size: 16px; }
  .switcher-visual { min-height: 300px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}

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