@charset "UTF-8";
:root {
  --ink:#172632;
  --muted:#586b76;
  --line:#d9e3e8;
  --accent:#047b92;
  --cyan:#b7f1f1;
  --bg:#edf2f4;
  --white:#fff;
  --radius:18px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  color:var(--ink);
  background:var(--bg);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input,textarea,select {
  font:inherit
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color:transparent
}
button,a {
  touch-action:manipulation
}
button {
  cursor:pointer;
  color:inherit
}
button {
  border:0
}
button:disabled {
  cursor:not-allowed
}
a {
  color:inherit;
  text-decoration:none
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #087f98;
  outline-offset:4px
}
button {
  transition:background .2s,box-shadow .2s,transform .2s
}
img {
  max-width:100%;
  display:block
}
p,h1,h2,h3 {
  margin:0
}
p {
  line-height:1.7
}
[hidden] {
  display:none!important
}
.showroom {
  height:100svh;
  min-height:800px;
  max-width:2200px;
  margin:auto;
  display:grid;
  grid-template-rows:86px minmax(0,1fr) 169px 47px;
  padding:0 38px
}
.header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:20px
}
.brand {
  display:flex;
  gap:12px;
  align-items:center
}
.brand-symbol {
  font:800 40px/1 Arial;
  letter-spacing:-6px;
  padding-right:7px
}
.brand-symbol span {
  color:var(--accent)
}
.brand strong {
  display:block;
  font-size:17px;
  letter-spacing:1px
}
.brand small {
  display:block;
  font-size:10px;
  letter-spacing:1.8px;
  margin-top:5px
}
.header-note {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--muted)
}
.live-dot {
  display:inline-block;
  vertical-align:middle;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 4px #0b80900b;
  margin-right:5px
}
.header-actions {
  display:flex;
  align-items:center;
  gap:22px
}
.language-switch {
  display:flex;
  align-items:center;
  gap:5px;
  color:#aebec5;
  font-size:11px;
  line-height:1
}
.language-switch button {
  padding:6px 2px;
  background:transparent;
  color:var(--muted);
  font-size:11px;
  letter-spacing:.2px
}
.language-switch button[aria-pressed=true] {
  color:var(--ink);
  font-weight:700
}
.language-switch button:hover {
  color:var(--accent)
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:13px 20px;
  border-radius:7px;
  font-size:14px;
  font-weight:600;
  min-height:46px
}
.button:hover {
  transform:translateY(-2px);
  box-shadow:0 5px 14px #132e3520
}
.primary {
  background:var(--ink);
  color:#d5fbff
}
.primary span {
  color:#a1e7e9
}
.dark {
  background:var(--ink);
  color:white
}
.outline {
  background:transparent;
  border:1px solid #bccbd3
}
.text-button,.footer-link {
  background:none;
  padding:8px 0;
  font-size:13px;
  color:var(--muted)
}
main {
  display:grid;
  grid-template-columns:minmax(275px, .92fr) minmax(420px,1.68fr) minmax(190px,.7fr);
  gap:28px;
  padding:26px 0 24px;
  min-height:0
}
.intro {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:20px;
  padding:10px 0 0
}
.eyebrow {
  font-size:11px;
  font-weight:600;
  letter-spacing:1.8px;
  color:var(--accent);
  line-height:1.4
}
.line {
  width:20px;
  height:1px;
  background:var(--accent);
  display:inline-block;
  vertical-align:middle;
  margin-right:6px
}
h1 {
  font-size:clamp(30px,2.6vw,49px);
  line-height:1.34;
  letter-spacing:-1.8px;
  margin:17px 0 18px;
  font-weight:650
}
h1 span {
  color:#627984
}
.intro-copy {
  font-size:14px;
  max-width:350px;
  color:var(--muted)
}
.strengths {
  display:grid;
  gap:13px
}
.strengths>div {
  display:flex;
  align-items:center;
  gap:13px
}
.strength-number {
  font-size:11px;
  color:var(--accent);
  font-family:monospace;
  border:1px solid #c6d8df;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:50%
}
.strengths strong {
  font-size:14px;
  font-weight:600;
  display:block
}
.strengths small {
  font-size:12px;
  color:var(--muted);
  display:block;
  margin-top:2px
}
.machine-card {
  text-align:left;
  border:1px solid #b7cdd6;
  background:linear-gradient(110deg,#e0edf1,#eff5f6);
  border-radius:10px;
  padding:15px 18px;
  max-width:355px
}
.machine-card>span {
  font-size:12px;
  color:#4e6570
}
.machine-card>strong {
  display:block;
  font-weight:400;
  font-size:46px;
  letter-spacing:-2px;
  line-height:1.3
}
.machine-card strong small {
  font-size:21px;
  letter-spacing:0;
  margin-left:5px
}
.machine-card b {
  float:right;
  font-size:26px;
  font-weight:400;
  margin:12px 0 0
}
.machine-card>small {
  font-size:11px;
  color:#576d77
}
.exhibit {
  min-width:0;
  min-height:0;
  background:white;
  border:1px solid #d3e0e6;
  border-radius:var(--radius);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 12px 45px #19334506
}
.exhibit-bar {
  flex:none;
  height:59px;
  padding:0 23px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #e3ebef;
  gap:10px
}
.tabs {
  display:flex;
  height:100%;
  gap:25px
}
.tabs button {
  background:none;
  padding:0;
  position:relative;
  color:#6c7b85;
  font-size:14px;
  white-space:nowrap
}
.tabs button[aria-selected=true] {
  color:#172c3a;
  font-weight:600
}
.tabs button[aria-selected=true]:after {
  content:"";
  height:2px;
  position:absolute;
  bottom:0;
  background:var(--accent);
  left:0;
  right:0
}
.exhibit-number {
  font-size:9px;
  letter-spacing:1.5px;
  color:#637985;
  white-space:nowrap
}
.view-panel {
  min-height:0;
  flex:1
}
.product-panel {
  display:flex;
  flex-direction:column
}
.stage {
  position:relative;
  min-height:200px;
  flex:1;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:radial-gradient(ellipse at 50% 45%,#fff 35%,#edf4f7 100%)
}
.stage-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(#699bab0b 1px,transparent 1px),linear-gradient(90deg,#699bab0b 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(black,transparent)
}
.stage-label,.stage-caption {
  position:absolute;
  top:22px;
  color:#718893;
  font-size:10px;
  letter-spacing:1.5px;
  z-index:2
}
.stage-label {
  left:24px
}
.stage-caption {
  right:24px
}
.stage>img {
  position:absolute;
  width:82%;
  height:86%;
  object-fit:contain;
  mix-blend-mode:multiply;
  z-index:1;
  filter:drop-shadow(0 18px 13px #1e41461a);
  animation:appear .3s ease
}
.orbit {
  position:absolute;
  left:7%;
  right:7%;
  height:29%;
  border:1px solid #a5c3cc65;
  transform:rotate(-15deg);
  border-radius:50%;
  bottom:13%
}
.orbit-two {
  left:16%;
  right:16%;
  height:22%;
  bottom:17%;
  transform:rotate(15deg);
  border-style:dashed;
  border-color:#b0cbd256
}
.perspective-button {
  position:absolute;
  bottom:17px;
  right:20px;
  border:1px solid #b6cdd4;
  border-radius:30px;
  background:#ffffffdb;
  font-size:11px;
  padding:8px 13px;
  z-index:3
}
.product-info {
  flex:none;
  padding:22px 27px 25px;
  border-top:1px solid #e2ebef;
  background:#fff
}
.product-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px
}
.product-heading>span {
  font-size:11px;
  color:#85959e;
  font-family:monospace
}
.product-info h2 {
  font-size:25px;
  line-height:1.4;
  letter-spacing:-.6px;
  margin-bottom:8px
}
.product-info>p {
  font-size:14px;
  color:var(--muted);
  max-width:520px
}
.tags {
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin:14px 0 20px
}
.tags span {
  font-size:11px;
  color:#506975;
  border:1px solid #dce7eb;
  border-radius:4px;
  padding:5px 8px;
  background:#f7fafb
}
.product-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.bubble-aside {
  display:flex;
  flex-direction:column;
  min-height:0;
  min-width:0
}
.bubble-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  color:#65808b;
  letter-spacing:1px;
  height:34px;
  flex:none
}
.bubble-heading button {
  width:32px;
  height:30px;
  background:#e0e9ed;
  border-radius:50%;
  font-size:14px
}
.bubble-window {
  flex:1;
  display:flex;
  gap:12px;
  overflow:hidden;
  min-height:0;
  mask-image:linear-gradient(transparent,#000 8%,#000 92%,transparent)
}
.bubble-lane {
  flex:1;
  min-width:0;
  align-self:flex-start;
  animation:drift 48s linear infinite;
  will-change:transform
}
.bubble-lane.reverse {
  animation:drift 56s linear infinite reverse;
  margin-top:-65px
}
.bubble-set {
  display:flex;
  flex-direction:column;
  gap:18px;
  padding-bottom:18px
}
.bubble {
  width:100%;
  aspect-ratio:1;
  border-radius:50%;
  background:linear-gradient(145deg,#fff,#e5eef2);
  border:1px solid #b9cdd6;
  box-shadow:inset 0 0 14px #fff,0 6px 14px #345a6908;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:12px 7px 17px
}
.bubble img {
  width:91%;
  height:77%;
  object-fit:contain;
  mix-blend-mode:multiply
}
.bubble span {
  font-size:9px;
  letter-spacing:.5px;
  color:#476472;
  position:absolute;
  bottom:10px
}
.bubble:hover,.bubble.is-selected {
  border-color:#058299;
  box-shadow:0 0 0 3px #03869916;
  background:#edfafd
}
.bubble-window:hover .bubble-lane,.bubble-window:focus-within .bubble-lane,.motion-paused .bubble-lane {
  animation-play-state:paused
}
.bubble-hint {
  flex:none;
  font-size:11px;
  text-align:center;
  color:#6f838d;
  padding-top:12px
}
@keyframes drift {
  to {
    transform:translateY(-50%)
  }
}
@keyframes appear {
  from {
    opacity:.4;
    transform:translateY(5px)
  }
  to {
    opacity:1;
    transform:none
  }
}
.catalog {
  border-top:1px solid #cddbe1;
  padding-top:13px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:10px
}
.catalog-toolbar {
  display:flex;
  align-items:center;
  gap:23px;
  height:30px
}
.catalog-toolbar h2 {
  font-size:14px;
  white-space:nowrap;
  font-weight:600
}
.catalog-toolbar h2 span {
  font:11px monospace;
  color:#637d8a;
  margin-left:8px
}
.filters {
  display:flex;
  gap:5px
}
.filters button {
  background:none;
  font-size:12px;
  padding:6px 11px;
  border-radius:20px;
  color:#576e7b
}
.filters button[aria-pressed=true] {
  background:#d7e7ed;
  color:#153f50
}
.search {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:8px;
  border-bottom:1px solid #becfd8;
  color:#557989
}
.search input {
  font-size:12px;
  width:150px;
  padding:6px 0;
  background:transparent;
  outline-offset:2px;
  border:0;
  color:var(--ink)
}
.search span {
  font-size:22px
}
.product-shelf {
  display:flex;
  gap:9px;
  min-width:0;
  overflow-x:auto;
  padding:4px 2px 6px;
  scrollbar-width:thin;
  scrollbar-color:#b0c9d4 transparent
}
.shelf-card {
  flex:1 0 85px;
  min-width:0;
  max-width:150px;
  border:1px solid #d3e0e6;
  background:#f5f8f9;
  border-radius:9px;
  height:91px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:3px 6px
}
.shelf-card img {
  width:100%;
  height:61px;
  object-fit:contain;
  mix-blend-mode:multiply
}
.shelf-card span {
  font-size:11px;
  color:#536b77
}
.shelf-card.is-selected {
  background:#fff;
  border-color:#147e94;
  box-shadow:0 0 0 2px #167d9618
}
.shelf-card.is-selected:before {
  content:"";
  position:absolute;
  top:5px;
  right:5px;
  width:4px;
  height:4px;
  background:var(--accent);
  border-radius:50%
}
#empty-state {
  font-size:14px;
  padding:20px;
  color:var(--muted)
}
footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid var(--line);
  font-size:11px;
  color:#748894;
  gap:15px
}
footer>div {
  display:flex;
  align-items:center;
  gap:20px
}
.footer-link {
  font-size:11px
}
.store-link[aria-disabled=true] {
  opacity:.55;
  cursor:not-allowed
}
.local-label {
  border-left:1px solid #cedce3;
  padding-left:18px;
  font-size:9px;
  letter-spacing:1.4px
}
.capability-panel {
  padding:26px 28px;
  overflow:auto;
  scrollbar-width:thin
}
.capability-panel h2 {
  font-size:32px;
  line-height:1.3;
  letter-spacing:-1px;
  margin:17px 0 15px
}
.capability-panel>p:not(.eyebrow):not(.fine-print):not(.file-formats) {
  font-size:14px;
  color:var(--muted)
}
.capability-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin:23px 0
}
.capability-grid article {
  border:1px solid #d5e4eb;
  border-radius:10px;
  background:#f6fafb;
  padding:17px
}
.capability-grid span {
  font-size:11px;
  color:var(--accent)
}
.capability-grid h3 {
  font-size:17px;
  margin:10px 0 6px
}
.capability-grid p,.notice p {
  font-size:12px;
  color:var(--muted)
}
.notice {
  padding:14px 17px;
  border-left:2px solid #7caab9;
  background:#eff5f7;
  margin:18px 0
}
.notice strong {
  display:block;
  font-size:13px;
  margin-bottom:5px
}
.direction-list {
  margin:22px 0;
  border-top:1px solid var(--line)
}
.direction-list>div {
  padding:14px 0;
  border-bottom:1px solid var(--line);
  display:flex;
  gap:18px;
  font-size:14px
}
.direction-list b {
  font:12px monospace;
  color:var(--accent)
}
.file-formats {
  font-size:12px;
  color:var(--muted);
  margin:15px 0
}
.process {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  padding:13px 10px;
  border:1px solid #d5e4eb;
  border-radius:7px;
  font-size:11px
}
.process i {
  font-style:normal;
  color:var(--accent)
}
.fine-print {
  font-size:11px;
  color:var(--muted);
  margin:10px 0 20px
}
dialog {
  color:var(--ink);
  border:1px solid #c6dce5;
  border-radius:18px;
  padding:35px;
  background:#fff;
  max-height:90svh;
  box-shadow:0 30px 100px #041e3938;
  scrollbar-width:thin
}
dialog::backdrop {
  background:#0b203ab8;
  backdrop-filter:blur(9px)
}
.close-button {
  position:absolute;
  right:16px;
  top:13px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#eaf1f4;
  font-size:25px;
  z-index:4
}
.detail-dialog {
  width:min(1160px,94vw)
}
.detail-top {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:32px
}
.detail-visual {
  background:#f1f5f7;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-self:start;
  position:sticky;
  top:0
}
.image-viewport {
  height:365px;
  display:grid;
  place-items:center
}
.image-viewport img {
  width:100%;
  height:100%;
  max-height:365px;
  object-fit:contain;
  mix-blend-mode:multiply
}
.gallery-controls {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px;
  background:#e8f0f4;
  gap:8px
}
.gallery-controls button {
  padding:9px 15px;
  border-radius:5px;
  background:white
}
.gallery-controls span {
  font-size:12px
}
.original-link {
  font-size:12px;
  color:var(--accent);
  text-decoration:underline;
  padding:11px;
  text-align:center
}
.detail-meta h2 {
  font-size:26px;
  margin:12px 0
}
.detail-meta>p {
  font-size:14px;
  color:var(--muted)
}
.detail-meta h3 {
  font-size:13px;
  margin-top:17px
}
.detail-meta ul {
  padding-left:17px;
  margin:7px 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.8
}
.detail-meta .button {
  margin-top:15px
}
.gallery-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:27px 0 13px;
  font-size:14px
}
.gallery-head span {
  font-size:12px;
  color:var(--muted)
}
.detail-gallery {
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:8px
}
.gallery-button {
  border-radius:8px;
  padding:3px;
  background:#f2f5f6;
  border:1px solid #dbe6ea
}
.gallery-button img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
  mix-blend-mode:multiply
}
.gallery-button[aria-pressed=true] {
  border-color:var(--accent);
  box-shadow:0 0 0 1px var(--accent)
}
.inquiry-dialog {
  width:min(680px,94vw)
}
.inquiry-dialog h2 {
  font-size:25px;
  margin:14px 0
}
.dialog-intro {
  font-size:13px;
  color:var(--muted)
}
.contact-details {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0 24px
}
.contact-details button,.contact-details a {
  padding:9px 12px;
  background:#eef4f6;
  border-radius:5px;
  font-size:12px;
  overflow-wrap:anywhere
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.form-grid label {
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:13px
}
.form-grid .wide {
  grid-column:1/-1
}
input,textarea,select {
  max-width:100%;
  min-width:0
}
.form-grid input,.form-grid textarea,.form-grid select {
  border:1px solid #cbdce4;
  border-radius:5px;
  background:#f8fbfc;
  padding:11px;
  color:var(--ink);
  font-size:14px
}
.inquiry-dialog form>.button {
  margin-top:23px;
  width:100%
}
#inquiry-result {
  margin-top:25px;
  border-top:1px solid var(--line);
  padding-top:23px
}
#inquiry-result h3 {
  font-size:16px
}
pre {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  background:#f0f5f7;
  padding:18px;
  font:13px/1.7 inherit
}
.toast {
  position:fixed;
  left:50%;
  bottom:35px;
  transform:translateX(-50%);
  border-radius:7px;
  background:#153b4a;
  color:#fff;
  padding:12px 20px;
  z-index:20;
  font-size:14px;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s;
  max-width:90vw
}
.toast.visible {
  opacity:1
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:50;
  padding:12px;
  background:white
}
.skip-link:focus {
  top:10px
}
@media(min-width:1650px) {
  .showroom {
    padding:0 55px;
    grid-template-rows:94px minmax(0,1fr) 185px 48px
  }
  main {
    gap:42px;
    padding:33px 0
  }
  .intro-copy {
    font-size:16px;
    max-width:420px
  }
  .strengths strong {
    font-size:16px
  }
  .strengths small {
    font-size:13px
  }
  .strengths {
    gap:22px
  }
  .product-info {
    padding:26px 34px 29px
  }
  .product-info h2 {
    font-size:31px
  }
  .product-info>p {
    font-size:16px
  }
  .tags span {
    font-size:12px
  }
  .shelf-card {
    height:104px;
    max-width:none
  }
  .shelf-card img {
    height:72px
  }
  .bubble-window {
    gap:20px
  }
  .bubble span {
    font-size:11px
  }
  .capability-panel {
    padding:34px 38px
  }
  .capability-panel h2 {
    font-size:40px
  }
  .capability-panel>p:not(.eyebrow):not(.fine-print):not(.file-formats) {
    font-size:16px
  }
  .capability-grid p,.notice p {
    font-size:14px
  }
  .capability-grid {
    margin:28px 0
  }
  .direction-list>div {
    font-size:16px;
    padding:20px 0
  }
}
@media(max-width:1200px) {
  .showroom {
    padding:0 24px;
    min-height:830px
  }
  .header-note {
    display:none
  }
  main {
    grid-template-columns:260px minmax(380px,1fr) 125px;
    gap:20px
  }
  .bubble-lane.reverse {
    display:none
  }
  .bubble-window {
    gap:0
  }
  .exhibit-number {
    display:none
  }
  .exhibit-bar {
    padding:0 19px
  }
  .tabs {
    gap:22px
  }
  .catalog-toolbar {
    gap:10px
  }
  .filters button {
    padding:6px 8px
  }
  .product-info h2 {
    font-size:23px
  }
  .product-info {
    padding:20px
  }
  .button {
    gap:14px;
    padding:12px 16px
  }
  .intro-copy {
    font-size:13px
  }
  h1 {
    font-size:31px
  }
}
@media(max-width:950px) {
  .showroom {
    height:auto;
    min-height:100svh;
    grid-template-rows:76px auto auto 48px
  }
  .bubble-aside {
    display:none
  }
  main {
    grid-template-columns:240px minmax(0,1fr);
    gap:20px
  }
  .exhibit {
    min-height:660px
  }
  .intro {
    justify-content:flex-start;
    gap:28px
  }
  .stage {
    min-height:250px
  }
  .catalog {
    padding-bottom:13px
  }
  .catalog-toolbar {
    flex-wrap:wrap;
    height:auto;
    gap:10px
  }
  .search {
    margin-left:auto
  }
  .shelf-card {
    flex:0 0 95px
  }
  .header-actions {
    gap:15px
  }
  .capability-panel {
    padding:24px
  }
}
@media(max-width:650px) {
  .showroom {
    padding:0 18px;
    grid-template-rows:72px auto auto auto
  }
  .header {
    gap:10px
  }
  .brand-symbol {
    font-size:32px
  }
  .brand {
    gap:9px
  }
  .brand strong {
    font-size:14px;
    letter-spacing:0
  }
  .brand small {
    font-size:8px;
    letter-spacing:.8px
  }
  .header-actions>.text-button {
    display:none
  }
  .header-actions {
    gap:9px
  }
  .language-switch {
    gap:3px
  }
  .language-switch button {
    font-size:10px;
    padding:6px 1px
  }
  .header-actions>.button {
    font-size:12px;
    padding:10px 12px;
    min-height:40px;
    gap:7px
  }
  main {
    display:flex;
    flex-direction:column;
    padding:20px 0;
    gap:20px
  }
  .intro {
    padding:0;
    gap:15px
  }
  .intro .eyebrow {
    font-size:10px
  }
  h1 {
    font-size:28px;
    letter-spacing:-.9px;
    line-height:1.35;
    margin:10px 0 10px
  }
  h1 br {
    display:none
  }
  h1 span {
    display:block
  }
  h1 span br {
    display:none
  }
  .intro-copy {
    font-size:13px;
    line-height:1.7;
    max-width:none
  }
  .strengths {
    display:none
  }
  .machine-card {
    padding:10px 13px;
    max-width:none;
    display:grid;
    grid-template-columns:1fr auto;
    gap:4px;
    align-items:center
  }
  .machine-card>span {
    font-size:11px
  }
  .machine-card>strong {
    grid-column:2;
    grid-row:1/3;
    font-size:30px
  }
  .machine-card strong small {
    font-size:14px
  }
  .machine-card b {
    display:none
  }
  .machine-card>small {
    font-size:10px
  }
  .exhibit {
    min-height:0;
    height:570px;
    flex:none
  }
  .exhibit-bar {
    height:52px;
    padding:0 16px
  }
  .tabs {
    gap:26px
  }
  .tabs button {
    font-size:13px
  }
  .stage {
    min-height:220px
  }
  .stage-label,.stage-caption {
    font-size:8px;
    top:16px
  }
  .stage-label {
    left:18px
  }
  .stage-caption {
    right:18px
  }
  .stage>img {
    width:88%;
    height:90%
  }
  .product-info {
    padding:17px 18px
  }
  .product-info h2 {
    font-size:22px;
    line-height:1.4
  }
  .product-info>p {
    font-size:13px
  }
  .tags {
    margin:10px 0 14px;
    gap:5px
  }
  .tags span {
    font-size:10px;
    padding:4px 6px
  }
  .product-actions .button {
    font-size:12px;
    min-height:42px;
    padding:10px 14px
  }
  .product-heading {
    margin-bottom:6px
  }
  .catalog {
    gap:10px;
    padding-top:13px
  }
  .catalog-toolbar {
    gap:8px
  }
  .catalog-toolbar h2 {
    font-size:13px;
    flex:1
  }
  .search {
    order:1
  }
  .search input {
    width:125px;
    font-size:12px
  }
  .filters {
    order:2;
    width:100%;
    gap:4px
  }
  .filters button {
    font-size:12px
  }
  .product-shelf {
    padding-top:2px
  }
  .shelf-card {
    flex-basis:86px;
    height:89px
  }
  .shelf-card img {
    height:59px
  }
  footer {
    padding:12px 0;
    flex-direction:column;
    align-items:flex-start;
    gap:4px
  }
  footer>div {
    justify-content:space-between;
    width:100%;
    gap:12px
  }
  .capability-panel {
    padding:22px 19px
  }
  .capability-panel h2 {
    font-size:27px;
    margin:13px 0
  }
  .capability-panel>p:not(.eyebrow):not(.fine-print):not(.file-formats) {
    font-size:13px
  }
  .capability-grid {
    gap:9px;
    margin:17px 0
  }
  .capability-grid article {
    padding:12px
  }
  .capability-grid p {
    font-size:11px
  }
  .capability-grid span {
    font-size:10px
  }
  .notice {
    padding:12px;
    margin:15px 0
  }
  .direction-list {
    margin:16px 0
  }
  .direction-list>div {
    font-size:13px
  }
  .process {
    font-size:10px
  }
  .capability-panel .button {
    font-size:12px;
    width:100%
  }
  dialog {
    padding:27px 18px 20px;
    max-height:94svh;
    border-radius:13px
  }
  .detail-top {
    display:flex;
    flex-direction:column;
    gap:23px
  }
  .detail-visual {
    position:static
  }
  .image-viewport,.image-viewport img {
    height:260px;
    max-height:260px
  }
  .detail-meta h2 {
    font-size:23px
  }
  .detail-gallery {
    grid-template-columns:repeat(4,1fr)
  }
  .gallery-head {
    align-items:flex-start;
    gap:10px
  }
  .gallery-head span {
    font-size:10px
  }
  .inquiry-dialog h2 {
    font-size:23px
  }
  .form-grid {
    gap:13px
  }
  .form-grid input,.form-grid select,.form-grid textarea {
    font-size:16px
  }
  .contact-details {
    gap:6px
  }
  .contact-details button {
    font-size:11px;
    padding:8px
  }
  .dialog-intro {
    font-size:12px
  }
}
html[lang=en] .header-actions {
  gap:15px
}
html[lang=en] .header-note {
  font-size:12px
}
@media(max-width:1200px) and (min-width:651px) {
  html[lang=en] .header-actions {
    gap:10px
  }
  html[lang=en] .header-actions .text-button {
    font-size:12px
  }
  html[lang=en] .header-actions .button {
    padding-left:13px;
    padding-right:13px;
    gap:10px
  }
}
.mobile-position {
  display:none
}
.bubble {
  cursor:pointer
}
.bubble img {
  position:absolute;
  top:12%;
  left:12.5%;
  width:75%;
  height:68%;
  object-fit:contain
}
@media(min-width:951px) {
  .showroom {
    height:auto;
    min-height:100svh
  }
  .exhibit,.bubble-aside {
    contain:size
  }
  main {
    grid-template-rows:minmax(0,1fr)
  }
  .intro {
    min-height:0
  }
}
@media(min-width:951px) and (max-height:950px) {
  .capability-panel {
    padding:20px 25px
  }
  .capability-panel h2 {
    font-size:28px;
    margin:12px 0
  }
  .capability-grid {
    margin:16px 0;
    gap:12px
  }
  .capability-grid article {
    padding:13px
  }
  .notice {
    margin:13px 0;
    padding:11px 14px
  }
  .direction-list {
    margin:15px 0
  }
  .direction-list>div {
    padding:10px 0
  }
  .file-formats {
    margin:11px 0
  }
  .fine-print {
    margin:8px 0 14px
  }
}
@media(max-width:650px) {
  .showroom {
    height:100svh;
    min-height:800px;
    grid-template-rows:64px minmax(0,1fr) 144px 36px
  }
  .header {
    position:relative
  }
  .brand small {
    font-size:8px
  }
  main {
    display:grid;
    grid-template-columns:minmax(0,1fr);
    grid-template-rows:auto minmax(0,1fr);
    padding:13px 0 14px;
    gap:12px
  }
  .intro {
    gap:11px
  }
  .intro .eyebrow,.intro-copy,h1 span {
    display:none
  }
  h1 {
    font-size:24px;
    margin:0 0 5px
  }
  .mobile-position {
    display:block;
    font-size:12px;
    color:var(--muted)
  }
  .machine-card {
    padding:7px 12px;
    gap:0
  }
  .machine-card>strong {
    font-size:28px
  }
  .exhibit {
    height:auto;
    min-height:0
  }
  .exhibit-bar {
    height:45px
  }
  .stage {
    min-height:100px
  }
  .stage>img {
    height:93%;
    width:81%
  }
  .stage-label,.stage-caption {
    top:12px
  }
  .perspective-button {
    font-size:10px;
    bottom:11px;
    right:13px;
    padding:6px 10px
  }
  .product-info {
    padding:13px 16px 15px
  }
  .product-info h2 {
    font-size:19px;
    line-height:1.32;
    margin-bottom:6px
  }
  .product-info>p {
    font-size:12px;
    line-height:1.6
  }
  .product-heading {
    margin-bottom:5px
  }
  .product-heading .eyebrow {
    font-size:10px
  }
  .tags {
    margin:8px 0 10px;
    gap:4px
  }
  .tags span {
    font-size:10px;
    padding:3px 5px
  }
  .product-actions .button {
    padding:8px 12px;
    min-height:38px
  }
  .catalog {
    padding-top:9px;
    gap:5px;
    padding-bottom:6px
  }
  .catalog-toolbar {
    gap:3px
  }
  .filters button {
    padding:4px 9px
  }
  .shelf-card {
    height:75px;
    flex-basis:77px
  }
  .shelf-card img {
    height:49px
  }
  .product-shelf {
    padding-bottom:3px
  }
  footer {
    padding:3px 0;
    display:flex;
    flex-direction:row
  }
  footer>span {
    display:none
  }
  .footer-link {
    font-size:10px
  }
  .local-label {
    font-size:8px
  }
  .capability-panel {
    padding:20px 18px
  }
  .capability-panel h2 {
    font-size:25px
  }
  .capability-panel>p:not(.eyebrow):not(.fine-print):not(.file-formats) {
    font-size:13px
  }
}
@media(min-width:951px) and (max-height:950px) {
  .intro {
    gap:12px;
    padding-top:5px
  }
  h1 {
    font-size:32px;
    line-height:1.3;
    margin:13px 0
  }
  .intro-copy {
    font-size:13px;
    line-height:1.65
  }
  .strengths {
    gap:10px
  }
  .strengths>div {
    gap:11px
  }
  .strengths p {
    line-height:1.5
  }
  .machine-card {
    padding:12px 16px
  }
  .machine-card>strong {
    font-size:39px
  }
  .product-info {
    padding:18px 25px 20px
  }
  .product-info h2 {
    font-size:24px
  }
  .tags {
    margin:12px 0 16px
  }
  .stage {
    min-height:180px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
  .bubble-window {
    overflow-y:auto;
    mask-image:none
  }
  .bubble-lane {
    will-change:auto
  }
  .bubble-set[aria-hidden=true] {
    display:none
  }
  .bubble-lane.reverse {
    margin-top:0
  }
}
@media(min-width:651px) and (max-width:950px) {
  .showroom { height:100svh; min-height:860px; grid-template-rows:76px minmax(0,1fr) 168px 40px; }
  main { grid-template-columns:200px minmax(0,1fr) 85px; grid-template-rows:minmax(0,1fr); gap:14px; }
  .intro { min-height:0; gap:17px; justify-content:space-between; padding-top:0; }
  .intro h1 { font-size:25px; letter-spacing:-1px; margin:12px 0; }
  .intro-copy { font-size:12px; line-height:1.65; }
  .intro .eyebrow { font-size:10px; letter-spacing:1px; }
  .strengths { gap:12px; }
  .strengths small { display:none; }
  .strengths strong { font-size:12px; }
  .strength-number { flex:none; width:26px; height:26px; font-size:10px; }
  .strengths>div { gap:8px; }
  .machine-card { padding:11px; }
  .machine-card>span { font-size:10px; }
  .machine-card>strong { font-size:33px; }
  .machine-card>small { font-size:10px; }
  .exhibit { min-height:0; }
  .exhibit-bar { height:50px; padding:0 12px; }
  .tabs { gap:14px; }
  .tabs button { font-size:12px; }
  .stage { min-height:130px; }
  .stage-caption { display:none; }
  .stage-label { font-size:9px; top:15px; left:15px; }
  .stage>img { height:79%; width:86%; }
  .product-info { padding:16px; }
  .product-info h2 { font-size:20px; }
  .product-info>p { font-size:12px; }
  .product-info .tags { gap:5px; margin:10px 0 14px; }
  .product-info .tags span { font-size:10px; padding:4px 6px; }
  .product-actions { gap:8px; }
  .product-actions .button { font-size:11px; padding:9px 12px; min-height:38px; }
  .bubble-aside { display:flex; }
  .bubble-hint { font-size:9px; }
  .bubble-heading { font-size:10px; letter-spacing:0; }
  .bubble-heading button { width:25px; height:25px; }
  .bubble span { font-size:8px; bottom:7px; }
  .search input { width:130px; }
  .capability-panel { padding:20px 17px; }
  .capability-panel h2 { font-size:25px; }
  .capability-grid { grid-template-columns:1fr; gap:9px; }
  .capability-grid article { padding:12px; }
}
@media(max-width:650px) {
  .showroom {
    grid-template-rows:64px minmax(0,1fr) 164px 36px
  }
  .product-shelf {
    flex-shrink:0;
    min-height:86px;
    overflow-y:hidden
  }
  .stage>img {
    height:80%
  }
  html[lang=en] .showroom {
    height:auto;
    min-height:100svh;
    grid-template-rows:64px auto auto 36px
  }
  html[lang=en] main {
    grid-template-rows:auto auto
  }
}
