@font-face {
  font-family: "H-SiuNiu Local";
  src: url("./fonts/H-SiuNiu-Bold-2.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "LibreSans Local";
  src: url("./fonts/LibreSemiSansSSK-Regular-2.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "MuZhou Local";
  src: url("./fonts/MuZhouZhongHeiZiTi-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "LibreSans Local";
  src: url("./fonts/LibreSemiSansSSK-Bold-3.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --paper: #e5e7e6;
  --paper-deep: #d5d9d7;
  --ink: #18231f;
  --muted: #626b67;
  --line: rgba(24, 35, 31, 0.18);
  --teal: #274c46;
  --coral: #71363d;
  --yellow: #806733;
  --white: #f1f2f0;
  --archive-jump-bottom: 70px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  min-height: 100vh;
  font-family: "H-SiuNiu Local", sans-serif;
}
button, input { font: inherit; }
button, input, kbd, dialog {
  font-family: "H-SiuNiu Local", sans-serif;
}
.font-cn { font-family: "H-SiuNiu Local", sans-serif !important; }
.font-en { font-family: "LibreSans Local", sans-serif !important; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
a { color: inherit; }
.grain { display: none; }
.lissajous-canvas, .fireworks-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fireworks-canvas { z-index: 0; }
.hero, main, footer { position: relative; z-index: 1; }

.hero { position: relative; min-height: 100vh; padding: 22px clamp(22px, 4vw, 72px) 48px; overflow: hidden; }
.topbar {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px; border-bottom: 1px solid var(--line);
  font-size: 15px; letter-spacing: .08em;
}
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; font-weight: 600; }
.brand-name {
  font-family: "MuZhou Local", sans-serif;
  font-size: 26.25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
}
.brand-mark {
  display: grid; place-items: center; width: 65px; height: 65px;
  overflow: hidden; border: 1px solid var(--ink); background: white;
  transform: scale(var(--brand-scale, 1));
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(340px, .8fr) minmax(430px, 1.2fr);
  align-items: center; gap: clamp(36px, 7vw, 120px); min-height: calc(100vh - 86px);
  pointer-events: none;
}
.hero-copy, .hero-visual { pointer-events: auto; }
.archive-jump {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: var(--archive-jump-bottom);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(229,231,230,.82);
  text-decoration: none;
  transform: translateX(-50%);
}
.archive-jump svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  animation: archive-arrow 1.8s cubic-bezier(.16,1,.3,1) infinite;
}
.archive-jump:hover { color: var(--white); background: var(--ink); }
.hero-copy > * { opacity: 0; animation: hero-copy-in .9s cubic-bezier(.16,1,.3,1) forwards; }
.hero-copy > :nth-child(1) { animation-delay: .08s; }
.hero-copy > :nth-child(2) { animation-delay: .18s; }
.hero-copy > :nth-child(3) { animation-delay: .32s; }
.hero-copy > :nth-child(4) { animation-delay: .46s; }
h1 {
  margin: 0; font-size: clamp(64px, 8vw, 132px); font-weight: 500;
  line-height: .83; letter-spacing: -.065em;
}
.title-latin {
  font-family: "LibreSans Local", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.title-chinese {
  color: var(--coral);
  font-family: "H-SiuNiu Local", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
}
.trial-trigger, .manual-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 190px;
  padding: 13px 15px;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-size: 12px;
  transition: color .35s ease, background .35s ease, transform .5s cubic-bezier(.16,1,.3,1);
}
.trial-trigger { color: var(--white); background: var(--ink); }
.manual-trigger { color: var(--ink); background: rgba(229,231,230,.72); }
.trial-trigger:hover, .manual-trigger:hover {
  color: var(--ink);
  background: transparent;
  transform: translateY(-3px);
}
.manual-trigger:hover { color: var(--white); background: var(--ink); }
.icon-cloud {
  position: absolute;
  inset: 66px 0 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(var(--cloud-x, 0px), var(--cloud-y, 0px), 0);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.floating-icon {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(var(--size) * 1.45);
  height: calc(var(--size) * 1.45);
  opacity: var(--opacity);
  animation: icon-cloud-float var(--duration) var(--delay) ease-in-out infinite;
  will-change: transform;
  pointer-events: auto;
  cursor: pointer;
}
.floating-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(.5) saturate(.55) contrast(.9);
  transform: scale(var(--proximity-scale, 1));
  transition: transform .24s cubic-bezier(.16,1,.3,1), filter .24s ease;
}
.floating-icon.is-egg-clicked img { animation: egg-icon-pop .42s cubic-bezier(.16,1,.3,1); }
.floating-icon.is-egg-armed { animation-play-state: paused; z-index: 4; }
.hero-visual {
  position: relative; justify-self: end; width: min(100%, 680px); aspect-ratio: 1;
  padding: 0; border: 1px solid var(--line); border-radius: 0;
  overflow: hidden; background: #ddd; cursor: zoom-in;
  clip-path: inset(var(--hero-cut, 0%) round var(--hero-radius, 14px));
  transform: perspective(1200px) translateY(var(--hero-y, 0px)) rotateY(var(--ry, -2deg)) rotateX(var(--rx, 1deg)) scale(var(--hero-scale, 1));
  opacity: 0; animation: hero-image-in 1.35s .2s cubic-bezier(.16,1,.3,1) forwards;
  transition: transform .16s linear, clip-path .16s linear;
}
.hero-visual img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transform: scale(var(--hero-image-scale, 1.08)); transition: transform .16s linear; }
.image-stamp {
  position: absolute; right: 18px; bottom: 18px; padding: 8px 12px;
  background: rgba(255,253,248,.9); border-radius: 3px; font-size: 9px; letter-spacing: .13em;
}
.image-stamp, .folder-tab, .card-kicker, .demo-tag, .no-copy, .trial-header p, kbd {
  font-family: "LibreSans Local", sans-serif;
}

main { padding: 0 clamp(22px, 4vw, 72px); }
.controls {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: end;
  padding: 110px 0 42px; border-top: 1px solid var(--line);
}
h2 { margin: 12px 0 0; font-size: clamp(38px, 5vw, 74px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
.control-panel { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; }
.search {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  width: min(100%, 580px); padding: 12px 15px; border-bottom: 1px solid var(--ink);
  font-size: 11px; letter-spacing: .1em;
}
.search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; letter-spacing: 0; }
.search input::placeholder { color: #9ca39f; }
kbd { padding: 3px 6px; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; font-size: 9px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.filter {
  padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px;
  position: relative; isolation: isolate; overflow: hidden; color: var(--muted); background: transparent; font-size: 11px; cursor: pointer; transition: color .3s ease, border-color .3s ease;
}
.filter::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: var(--ink);
  transform: translateY(105%) rotate(3deg); transition: transform .55s cubic-bezier(.16,1,.3,1);
}
.filter:hover, .filter.is-active { color: white; border-color: var(--ink); background: var(--ink); }
.filter:hover, .filter.is-active { background: transparent; }
.filter:hover::before, .filter.is-active::before { transform: none; }

.masonry { columns: 4 290px; column-gap: 18px; }
.tool-card {
  --accent: var(--teal);
  position: relative; display: inline-block; width: 100%; margin: 22px 0 0; break-inside: avoid;
  opacity: 0; transform: translateY(64px) rotate(var(--enter-rotate, -1.5deg)) scale(.96);
  clip-path: inset(0 0 100% 0 round 10px);
  transition: opacity .65s ease, transform 1.15s cubic-bezier(.16,1,.3,1), clip-path 1s cubic-bezier(.16,1,.3,1);
  contain: layout style;
}
.tool-card:nth-child(3n + 2) { --enter-rotate: 1.5deg; }
.tool-card:nth-child(3n) { --enter-rotate: -.7deg; }
.tool-card.is-visible { opacity: 1; transform: none; clip-path: inset(0 0 0 0 round 10px); }
.tool-card[hidden] { display: none; }
.folder-tab {
  position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; max-width: 80%;
  height: 29px; margin-bottom: -1px; padding: 0 17px; overflow: hidden;
  color: var(--white); background: var(--accent); border: 1px solid var(--accent);
  border-radius: 8px 8px 0 0; font-size: 9px; letter-spacing: .09em;
  transform: translateX(var(--tab-drift, 0px));
  transition: transform .18s linear;
}
.folder-tab::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.45) 48%, transparent 76%);
  transform: translateX(-130%);
}
.tool-card:hover .folder-tab::after { animation: tab-scan 1s cubic-bezier(.16,1,.3,1); }
.folder-tab span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.card-body {
  position: relative; overflow: hidden; padding: 18px; border: 1px solid var(--line);
  border-radius: 0 8px 8px 8px; background: rgba(241, 242, 240, .94);
  transform: perspective(900px) translateY(var(--scroll-drift, 0px)) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg));
  transition: transform .18s ease-out, border-color .35s ease;
}
.tool-card:hover .card-body { border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); }
.card-head { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; }
.icon-wrap {
  display: grid; place-items: center; width: 64px; height: 64px; border-radius: 13px;
  background: color-mix(in srgb, var(--accent) 10%, white); overflow: hidden;
}
.icon-wrap img { width: 48px; height: 48px; object-fit: contain; transition: transform .65s cubic-bezier(.34,1.56,.64,1); }
.tool-card:hover .icon-wrap img { animation: icon-orbit 1.25s cubic-bezier(.16,1,.3,1); }
.card-kicker { margin: 0 0 5px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.card-title { margin: 0; font-size: 19px; line-height: 1.22; font-weight: 600; letter-spacing: -.025em; }
.support {
  display: inline-block; margin-top: 8px; color: var(--accent); font-size: 10px; line-height: 1.4;
}
.gallery {
  position: relative; overflow: hidden; margin: 17px -5px 0; border-radius: 9px;
  background: var(--paper-deep); cursor: zoom-in;
}
.gallery-track { display: flex; transition: transform 1s cubic-bezier(.34,1.56,.64,1); }
.gallery button { flex: 0 0 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery img { aspect-ratio: 1 / .92; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1), filter .8s ease; }
.gallery:hover img { animation: image-drift 4s ease-in-out infinite alternate; }
.gallery-nav {
  position: absolute; right: 8px; bottom: 8px; display: flex; gap: 5px; padding: 5px;
  border-radius: 99px; background: rgba(255,253,248,.82); backdrop-filter: blur(8px);
}
.gallery-nav button { width: 7px; height: 7px; border: 0; border-radius: 50%; background: #aeb5b1; cursor: pointer; }
.gallery-nav button { transition: transform .55s cubic-bezier(.34,1.56,.64,1), background .3s ease; }
.gallery-nav button.is-active { background: var(--accent); transform: scale(1.45); }
.gallery.is-switching { animation: gallery-switch .8s cubic-bezier(.16,1,.3,1); }
.demo-tag {
  position: absolute; left: 9px; top: 9px; padding: 5px 7px; color: var(--ink);
  background: rgba(255,253,248,.84); border-radius: 3px; font-size: 8px; letter-spacing: .1em;
}
.descriptions { margin: 17px 0 0; padding: 15px 0 0; border-top: 1px solid var(--line); list-style: none; }
.descriptions li { margin-top: 8px; color: #47534d; font-size: 12px; line-height: 1.72; }
.descriptions li:first-child { margin-top: 0; }
.no-copy {
  margin: 17px 0 1px; padding-top: 15px; border-top: 1px solid var(--line);
  color: #9aa19d; font-size: 10px; letter-spacing: .08em;
}
.empty-state { padding: 90px 0; color: var(--muted); text-align: center; }

.suite-note {
  display: flex; justify-content: center; align-items: center;
  margin-top: 120px; padding: 110px 0; border-top: 1px solid var(--line);
}
.suite-image {
  position: relative; width: min(100%, 620px); aspect-ratio: 1;
  padding: 0; border: 1px solid var(--line); border-radius: 0; overflow: hidden;
  background: var(--paper-deep); cursor: zoom-in;
}
.suite-image img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 1s ease; }
.suite-image:hover img { transform: scale(1.035); }
.suite-image span {
  position: absolute; right: 14px; bottom: 14px; padding: 7px 10px;
  background: var(--white); border-radius: 4px; font-size: 9px; letter-spacing: .12em;
}
footer {
  display: flex; justify-content: flex-end; margin: 0 clamp(22px,4vw,72px);
  padding: 18px 0 30px; border-top: 1px solid var(--line); color: var(--muted);
}
footer a {
  display: grid; place-items: center; width: 36px; height: 36px;
  color: var(--ink); border: 1px solid var(--line); text-decoration: none;
}

.lightbox {
  position: fixed;
  width: min(92vw, 1120px); padding: 0; border: 0; border-radius: 12px;
  overflow: visible; background: transparent;
}
.lightbox::backdrop { background: rgba(17,27,24,.86); backdrop-filter: blur(14px); }
.lightbox[open] { animation: lightbox-in .5s cubic-bezier(.16,1,.3,1); }
.lightbox img { max-height: 82vh; object-fit: contain; border-radius: 8px; }
.lightbox-close {
  position: absolute; z-index: 2; right: -12px; top: -46px; width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: transparent;
  font-size: 22px; line-height: 1; cursor: pointer;
}
.lightbox p { margin: 11px 0 0; color: white; font-size: 11px; text-align: center; letter-spacing: .08em; }
.lightbox-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  color: white;
  background: rgba(24,35,31,.35);
  cursor: pointer;
  transform: translateY(-50%);
}
.lightbox-prev { left: -58px; }
.lightbox-next { right: -58px; }
.lightbox-nav[hidden] { display: none; }
.lightbox-count {
  position: absolute;
  right: 0;
  bottom: -28px;
  color: white;
  font-size: 10px;
  letter-spacing: .08em;
}
.trial-dialog {
  width: min(92vw, 680px);
  padding: 0;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--white);
}
.manual-dialog {
  width: min(96vw, 1180px);
  height: 92vh;
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--white);
}
.manual-dialog::backdrop {
  background: rgba(24,35,31,.78);
  backdrop-filter: blur(9px);
}
.manual-dialog[open] { animation: trial-panel-in .55s cubic-bezier(.16,1,.3,1); }
.manual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding: 0 18px 0 24px;
  border-bottom: 1px solid var(--line);
}
.manual-header h2 { margin: 0; font-size: 20px; letter-spacing: 0; }
.manual-close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
}
.manual-dialog iframe {
  display: block;
  width: 100%;
  height: calc(100% - 62px);
  border: 0;
  background: #d7d9d8;
}
.trial-dialog::backdrop {
  background: rgba(24,35,31,.72);
  backdrop-filter: blur(9px);
}
.trial-dialog[open] { animation: trial-panel-in .6s cubic-bezier(.16,1,.3,1); }
.trial-panel { padding: clamp(22px, 4vw, 36px); }
.trial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.trial-header p { margin: 0 0 8px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.trial-header h2 { margin: 0; font-size: clamp(32px, 5vw, 52px); }
.trial-close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.trial-contact {
  margin: 16px 0 20px;
  color: var(--muted);
  font-size: 12px;
}
.trial-contact a { color: var(--ink); text-underline-offset: 3px; }
.trial-contact a { font-family: "LibreSans Local", sans-serif; }
.trial-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: var(--muted); font-size: 11px; }
.field b { margin-left: 5px; color: var(--coral); font-size: 9px; font-weight: 400; }
.field b[hidden] { display: none; }
.field input {
  width: 100%;
  padding: 9px 2px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}
.field input:focus { border-color: var(--ink); }
.field input:user-invalid { border-color: var(--coral); }
.sample-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
}
.sample-checkbox input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--ink);
}
.sample-address[hidden] { display: none; }
.trial-submit {
  margin-top: 6px;
  padding: 14px 20px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
  transition: color .3s ease, background .3s ease;
}
.trial-submit:hover { color: var(--ink); background: transparent; }
.trial-status {
  margin: 0;
  padding: 12px;
  color: var(--teal);
  border: 1px solid color-mix(in srgb, var(--teal) 35%, transparent);
  font-size: 12px;
  text-align: center;
}
.trial-status.is-error { color: var(--coral); border-color: color-mix(in srgb, var(--coral) 38%, transparent); }
@keyframes lightbox-in { from { opacity: 0; transform: translateY(20px) scale(.97); } }
@keyframes trial-panel-in {
  from { opacity: 0; transform: translateY(35px) scale(.96); }
  to { opacity: 1; transform: none; }
}
@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(32px) skewY(2deg); clip-path: inset(0 0 100% 0); }
  to { opacity: 1; transform: none; clip-path: inset(0); }
}
@keyframes hero-image-in {
  from { opacity: 0; clip-path: inset(42% 18% round 180px); transform: perspective(1200px) translateY(70px) rotate(-3deg) scale(.92); }
  to { opacity: 1; }
}
@keyframes tab-scan { to { transform: translateX(130%); } }
@keyframes icon-orbit {
  0% { transform: rotate(0) scale(1); }
  38% { transform: rotate(-10deg) translateY(-5px) scale(1.14); }
  68% { transform: rotate(7deg) translateY(2px) scale(.98); }
  100% { transform: rotate(0) scale(1.08); }
}
@keyframes image-drift {
  0% { transform: scale(1.02) translate3d(-.7%, -.4%, 0); }
  50% { transform: scale(1.065) translate3d(.8%, -.9%, 0); }
  100% { transform: scale(1.035) translate3d(.3%, .7%, 0); }
}
@keyframes gallery-switch {
  0% { transform: scale(1); }
  42% { transform: scale(.975) rotate(-.35deg); }
  100% { transform: scale(1); }
}
@keyframes icon-cloud-float {
  0% { transform: translate3d(-10px, 8px, 0) rotate(-5deg) scale(.92); }
  18% { transform: translate3d(12px, -17px, 0) rotate(3deg) scale(1.04); }
  43% { transform: translate3d(25px, 5px, 0) rotate(8deg) scale(.97); }
  66% { transform: translate3d(-6px, 21px, 0) rotate(-2deg) scale(1.07); }
  84% { transform: translate3d(-21px, -8px, 0) rotate(-9deg) scale(.98); }
  100% { transform: translate3d(-10px, 8px, 0) rotate(-5deg) scale(.92); }
}
@keyframes egg-icon-pop {
  0% { transform: scale(var(--proximity-scale, 1)) rotate(0); }
  45% { transform: scale(2.6) rotate(11deg); filter: grayscale(0) saturate(.9) contrast(1); }
  100% { transform: scale(var(--proximity-scale, 1)) rotate(0); }
}
@keyframes archive-arrow {
  0%, 100% { transform: translateY(-3px); }
  45% { transform: translateY(4px); }
  62% { transform: translateY(1px); }
}

@media (max-width: 850px) {
  :root { --archive-jump-bottom: 62px; }
  .hero { min-height: auto; }
  .hero-grid, .controls { grid-template-columns: 1fr; }
  .hero-grid { padding: 80px 0 30px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; justify-self: stretch; border-radius: 0; }
  .suite-image { justify-self: stretch; }
  .controls { padding-top: 90px; }
  .control-panel { align-items: stretch; }
  .filters { justify-content: flex-start; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trial-trigger, .manual-trigger { width: 100%; }
}
@media (max-width: 520px) {
  :root { --archive-jump-bottom: 58px; }
  .topbar { font-size: 13px; }
  .brand { gap: 10px; }
  .brand-mark { flex: 0 0 55px; width: 55px; height: 55px; }
  .brand-name {
    max-width: 230px;
    font-size: 22.75px;
    line-height: 1.08;
    white-space: normal;
  }
  h1 { font-size: 58px; }
  .masonry { columns: 1; }
  .trial-form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .manual-dialog { width: 100vw; height: 100vh; border: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
