:root {
  --paper: #fbfdfd;
  --ink: #111111;
  --dark: #0f0f0f;
  --muted: #8d8d8d;
  --line: rgba(255,255,255,.16);
  --blue: #27c5c9;
  --cyan: #27c5c9;
  --glass-shadow: 0 18px 60px rgba(0,0,0,.16);
  --max: 1280px;
}
* { box-sizing: border-box; }
.visual-effects { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: 400; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(var(--max), calc(100% - 80px)); margin: 0 auto; }
.shell-narrow { width: min(600px, calc(100% - 80px)); margin: 0 auto; }
.hero { position: relative; min-height: 100svh; background: var(--paper); color: var(--ink); overflow: hidden; }
.hero-media { position: absolute; top: 118px; right: 0; bottom: 0; left: auto; width: 52%; overflow: hidden; }
.hero-media img { position: absolute; right: 0; bottom: 0; width: auto; height: clamp(720px, 92vh, 1080px); max-width: none; object-fit: contain; object-position: right bottom; filter: grayscale(.15) saturate(.72) contrast(1.06); transform: none; }
.hero-media-wash { display: none; }
.nav {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 20;
  width: min(var(--max), calc(100% - 80px));
  margin: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 28px;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.42));
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  box-shadow: var(--glass-shadow);
  overflow: hidden;
  transition: color .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.wordmark { display: grid; place-items: center; width: 146px; height: 48px; border-radius: 16px; background: var(--ink); color: #fff; font-size: 13px; letter-spacing: .18em; font-weight: 700; }
.nav-links { display: flex; gap: 20px; margin-left: 30px; margin-right: auto; font-size: 12px; color: #666; letter-spacing: .06em; }
.nav-links a { padding: 9px 13px; border-radius: 999px; transition: background .22s ease, color .22s ease; }
.nav-links a:hover, .nav-links a.is-active, .text-link:hover { color: var(--blue); background: rgba(39,197,201,.10); }
.nav-search { display: flex; align-items: center; gap: 12px; margin-left: auto; width: 270px; height: 48px; border: 1px solid rgba(17,17,17,.12); border-radius: 999px; padding: 0 16px 0 20px; color: #888; font-size: 12px; background: rgba(255,255,255,.38); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); }
.nav-search svg { width: 17px; height: 17px; margin-left: auto; }
.menu-toggle { display: none; border: 1px solid rgba(17,17,17,.16); background: rgba(255,255,255,.36); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-radius: 50%; width: 40px; height: 40px; }
.nav.nav-on-dark {
  color: #f5f5f5;
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(20,20,24,.64), rgba(10,10,12,.48));
}
.nav.nav-on-dark .wordmark { background: #fff; color: var(--dark); }
.nav.nav-on-dark .nav-links { color: rgba(255,255,255,.62); }
.nav.nav-on-dark .nav-links a:hover,
.nav.nav-on-dark .nav-links a.is-active { color: #fff; }
.nav.nav-on-dark .nav-links a:hover,
.nav.nav-on-dark .nav-links a.is-active { background: rgba(39,197,201,.16); }
.nav.nav-on-dark .nav-search { border-color: rgba(255,255,255,.20); color: rgba(255,255,255,.58); background: rgba(255,255,255,.06); }
.nav.nav-on-dark .menu-toggle { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.08); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding: 168px 0 108px; }
.hero-kicker, .section-kicker, .meta-label { font-size: 11px; letter-spacing: .25em; color: #666; }
.hero-kicker span { color: #aaa; margin-left: 10px; }
.hero-main { display: grid; grid-template-columns: 48px minmax(0, 720px); gap: 10px; align-items: start; margin-top: auto; margin-bottom: auto; }
.hero-index { color: #9b9b9b; font-size: 14px; padding-top: 9px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.8rem, 5.8vw, 6.4rem); line-height: .86; letter-spacing: -.072em; font-weight: 300; margin-bottom: 22px; }
.hero-title.warp-text { --warp-x: 0px; --warp-y: 0px; --warp-skew: 0deg; position: relative; transform: translate3d(var(--warp-x), var(--warp-y), 0) skewX(var(--warp-skew)); filter: url(#warp-text-filter); will-change: transform, filter; transition: transform 260ms cubic-bezier(.22,.61,.36,1); }
h1 em { display: block; margin-top: 12px; }
h1 em, h2 em { font-style: normal; color: var(--blue); }
.hero-claim { max-width: 300px; color: #545454; font-size: 15px; line-height: 1.6; margin-bottom: 22px; }
.hero-actions { display: flex; gap: 20px; align-items: center; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px; font-size: 12px; font-weight: 700; }
.button svg { width: 16px; height: 16px; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--blue); }
.text-link { color: #555; font-size: 12px; border-bottom: 1px solid #999; padding-bottom: 5px; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hero-meta { display: flex; align-items: center; gap: 14px; color: #555; font-size: 10px; letter-spacing: .16em; }
.meta-line { width: 54px; height: 1px; background: #888; }
.hero-note { display: flex; align-items: center; gap: 14px; max-width: 360px; color: #555; font-size: 12px; line-height: 1.5; }
.hero-note p { margin: 0; }
.round-icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border: 1px solid #bbb; border-radius: 50%; }
.round-icon svg { width: 16px; height: 16px; }
.hero-cut { position: absolute; bottom: -1px; left: 0; right: 0; height: 100px; background: var(--dark); clip-path: polygon(0 100%, 0 56%, 48% 56%, 54% 0, 100% 0, 100% 100%); z-index: 2; }
.section { position: relative; }
.dark { background: var(--dark); }
.about { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }
.about-image { position: relative; min-height: 600px; overflow: hidden; background: var(--dark); }
.about-image img { width: 100%; height: 100%; object-fit: contain; object-position: 50% 56%; transform: scale(1.16); transform-origin: center center; filter: grayscale(.15) contrast(1.08); opacity: .96; }
.image-caption { position: absolute; bottom: 24px; left: 28px; font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.72); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding-top: 70px; padding-bottom: 70px; }
.about-copy h2, .section-heading h2, .system-copy h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.06em; font-weight: 300; margin: 24px 0 34px; }
.about-copy h2 { line-height: 1.08; }
.about-copy h2 em { color: var(--blue); }
.section-heading h2 em, .system-copy h2 em, .contact h2 em { color: #fff; }
.lead { color: #a8a8a8; font-size: 15px; line-height: 1.8; max-width: 500px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 45px; }
.pill-row span, .tool-list span { padding: 9px 14px; border: 1px solid #484848; border-radius: 999px; color: #d4d4d4; font-size: 12px; }
.about-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); padding-top: 16px; color: #777; font-size: 11px; line-height: 1.7; }
.work { padding: 160px 0 180px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 70px; }
.section-heading h2 { margin-bottom: 0; max-width: 690px; }
.section-heading h2 span { color: var(--blue); }
.section-heading p { max-width: 315px; color: #838383; line-height: 1.7; font-size: 13px; margin-bottom: 5px; }
.filter-row { display: flex; gap: 8px; border: 1px solid rgba(255,255,255,.10); border-radius: 999px; padding: 7px; margin-bottom: 34px; width: fit-content; background: rgba(255,255,255,.04); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); }
.filter { border: 0; background: transparent; color: #696969; padding: 10px 15px; border-radius: 999px; cursor: pointer; font-size: 12px; }
.filter.is-active, .filter:hover { color: #fff; background: rgba(39,197,201,.13); }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 26px; }
.case-card.is-hidden { display: none; }
.case-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #242424; }
.case-large .case-media { aspect-ratio: 16 / 11; }
.case-wide { grid-column: span 2; }
.case-wide .case-media { aspect-ratio: 2.2 / 1; }
.case-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; filter: saturate(.9); }
.case-card:hover .case-media img { transform: scale(1.035); filter: saturate(1.1); }
.case-collage { display: grid; gap: 2px; background: #171717; }
.case-collage--three { grid-template-columns: 1.14fr .86fr; grid-template-rows: repeat(2, 1fr); }
.case-collage--three img:first-child { grid-column: 1; grid-row: 1 / 3; }
.case-collage--three img:nth-child(2) { grid-column: 2; grid-row: 1; }
.case-collage--three img:nth-child(3) { grid-column: 2; grid-row: 2; }
.case-collage--four { grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(3, 1fr); }
.case-collage--four img:first-child { grid-column: 1; grid-row: 1 / 4; }
.case-collage--four img:nth-child(2) { grid-column: 2; grid-row: 1; }
.case-collage--four img:nth-child(3) { grid-column: 2; grid-row: 2; }
.case-collage--four img:nth-child(4) { grid-column: 2; grid-row: 3; }
.case-collage img { min-width: 0; min-height: 0; display: block; }
.case-collage > span { z-index: 2; }
.case-media > span { position: absolute; top: 16px; left: 16px; font-size: 11px; color: #fff; letter-spacing: .1em; }
.case-info { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.case-info h3 { font-size: 20px; font-weight: 300; margin: 0 0 7px; letter-spacing: -.02em; }
.case-info p, .case-info > span { color: #777; font-size: 11px; margin: 0; line-height: 1.5; }
.case-info > span { text-align: right; }
.video-cases { padding: 145px 0 170px; border-top: 1px solid var(--line); overflow: hidden; }
.video-cases-head { display: flex; justify-content: space-between; gap: 54px; align-items: end; margin-bottom: 48px; }
.video-cases-head h2 {
  max-width: 920px;
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(3.15rem, 5.8vw, 6.9rem);
  line-height: .88;
  letter-spacing: -.075em;
  font-weight: 300;
}
.video-cases-head h2 em {
  display: block;
  color: #fff;
  font-style: italic;
}
.video-cases-head p { max-width: 340px; color: #8a8a8a; font-size: 13px; line-height: 1.75; margin: 0 0 8px; }
.video-case-tabs { display: flex; gap: 8px; margin-bottom: 26px; padding: 7px; overflow-x: auto; width: fit-content; border: 1px solid rgba(255,255,255,.10); border-radius: 999px; background: rgba(255,255,255,.04); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); }
.video-case-tabs button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  color: #777;
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.video-case-tabs button.is-active,
.video-case-tabs button:hover { color: #fff; border-color: rgba(39,197,201,.62); background: rgba(39,197,201,.13); }
.video-case-stage {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 46% 18%, rgba(39,197,201,.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(8,8,13,.84);
  backdrop-filter: blur(22px) saturate(1.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
  box-shadow: var(--glass-shadow);
  padding: 44px 58px;
}
.video-case-viewport { overflow: hidden; }
.video-case-track { display: flex; transition: transform .64s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.video-case-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 170px minmax(360px, 1fr) minmax(280px, 360px);
  gap: 42px;
  align-items: center;
  opacity: .28;
  transition: opacity .34s ease;
}
.video-case-slide.is-active { opacity: 1; }
.video-case-meta { align-self: start; padding-top: 10px; }
.video-case-meta > span {
  display: block;
  margin-bottom: 20px;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  letter-spacing: .24em;
}
.video-case-meta b {
  display: block;
  margin-bottom: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
.video-case-meta dl { margin: 0; display: grid; gap: 19px; }
.video-case-meta div { display: grid; gap: 6px; }
.video-case-meta dt { color: #777; font-size: 11px; }
.video-case-meta dd { margin: 0; color: #dcdcdc; font-size: 12px; line-height: 1.45; }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 330px;
  background: #242424;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0,0,0,.32);
}
.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.045), transparent 45%);
  z-index: 1;
}
.video-frame video { display: none; width: 100%; height: 100%; object-fit: cover; background: #111; }
.video-frame.has-video video { display: block; }
.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border: 0;
  color: rgba(255,255,255,.48);
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.012)),
    #242424;
  font-size: 11px;
  letter-spacing: .16em;
}
.video-frame.has-video .video-placeholder {
  color: #fff;
  background: rgba(0,0,0,.28);
  cursor: pointer;
}
.video-frame.is-playing .video-placeholder { display: none; }
.play-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
}
.play-mark svg { width: 22px; height: 22px; }
.video-case-copy { align-self: start; padding-top: 6px; }
.video-case-copy h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(1.95rem, 2.45vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 300;
}
.video-case-copy p { margin: 0; color: #969696; font-size: 14px; line-height: 1.85; }
.video-case-copy .learn {
  display: inline-block;
  margin-top: 26px;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 6px;
}
.video-case-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 58px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #666;
  font-size: 11px;
}
.video-case-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}
.video-case-arrow:hover { border-color: rgba(39,197,201,.7); background: rgba(39,197,201,.12); }
.video-case-arrow svg { width: 22px; height: 22px; }
.video-case-arrow--prev { left: -80px; }
.video-case-arrow--next { right: -80px; }
.system { padding: 125px 0 170px; border-top: 1px solid var(--line); }
.system-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 470px); gap: 12%; align-items: center; }
.system-copy h2 { margin-bottom: 36px; }
.system-copy h2 span { color: var(--blue); }
.tool-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.system-case-kicker {
  display: block;
  margin-bottom: 13px;
  color: #777;
  font-size: 10px;
  letter-spacing: .2em;
}
.system-case h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.system-case p {
  max-width: 430px;
  margin: 0;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.7;
}
.system-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}
.system-case-tags span {
  padding: 6px 9px;
  border: 1px solid #3e3e3e;
  border-radius: 999px;
  color: #bdbdbd;
  font-size: 10px;
}
.system-panel { border: 1px solid rgba(255,255,255,.10); padding: 22px 26px 25px; border-radius: 30px; background: rgba(255,255,255,.04); backdrop-filter: blur(22px) saturate(1.2); -webkit-backdrop-filter: blur(22px) saturate(1.2); box-shadow: var(--glass-shadow); }
.panel-top { display: flex; justify-content: space-between; align-items: center; color: #777; letter-spacing: .18em; font-size: 10px; padding-bottom: 20px; border-bottom: 1px solid #343434; }
.panel-top svg { width: 16px; height: 16px; color: var(--cyan); }
.workflow-step { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid #292929; }
.workflow-step > span { color: var(--cyan); font-size: 11px; padding-top: 3px; }
.workflow-step b { font-size: 16px; font-weight: 400; }
.workflow-step p { color: #858585; font-size: 12px; line-height: 1.6; margin: 7px 0 0; }
.panel-note { color: #6f6f6f; font-size: 11px; line-height: 1.6; padding-top: 20px; }
.system-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin-top: 44px;
  padding: 36px 38px 26px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 72% 24%, rgba(39,197,201,.14), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(255,255,255,.05), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    #09090d;
  box-shadow: var(--glass-shadow);
  overflow: hidden;
}
.system-showcase-copy { min-width: 0; }
.system-showcase-copy h3 { margin: 0 0 10px; color: #fff; font-size: 20px; line-height: 1.2; font-weight: 400; }
.system-showcase-copy p { max-width: 430px; margin: 0; color: #8a8a8a; font-size: 12px; line-height: 1.7; }
.system-showcase-visual {
  position: relative;
  min-height: 520px;
}
.showcase-device {
  position: absolute;
  inset: auto;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  filter: drop-shadow(0 22px 48px rgba(0,0,0,.38));
}
.showcase-device--back-right {
  right: 50%;
  bottom: 28px;
  height: 470px;
  transform: translateX(50%) rotate(8deg);
  opacity: .94;
  z-index: 2;
}
.bts { padding: 70px 0 150px; border-top: 1px solid var(--line); overflow: hidden; }
.bts .section-heading { margin-bottom: 32px; }
.bts .section-heading p { max-width: 350px; }
.accordion-gallery {
  --ag-gap: 12px;
  --ag-radius: 22px;
  --ag-active-grow: 5.4;
  --ag-tilt: 8deg;
  display: flex;
  gap: var(--ag-gap);
  min-height: min(64svh, 620px);
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(39,197,201,.16), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    #08080d;
}
.ag-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  appearance: none;
  border-width: 1px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--ag-radius);
  background:
    radial-gradient(circle at 30% 24%, rgba(39,197,201,.10), transparent 32%),
    radial-gradient(circle at 72% 76%, rgba(39,197,201,.16), transparent 38%),
    linear-gradient(145deg, #101018, #09090e);
  transform: rotateY(var(--ag-rotate, 0deg));
  transform-origin: center center;
  transition: flex-grow .62s cubic-bezier(.22,.61,.36,1), transform .62s cubic-bezier(.22,.61,.36,1), border-color .28s ease, background .28s ease;
}
.ag-panel.is-active {
  flex-grow: var(--ag-active-grow);
  border-color: rgba(39,197,201,.34);
  background:
    radial-gradient(circle at 32% 24%, rgba(39,197,201,.18), transparent 34%),
    radial-gradient(circle at 72% 76%, rgba(39,197,201,.22), transparent 40%),
    linear-gradient(145deg, #141522, #0a0a10);
  transform: rotateY(0deg);
}
.ag-panel::before,
.ag-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ag-panel::before {
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 32%, rgba(0,0,0,.48));
  opacity: .92;
  z-index: 1;
}
.ag-panel::after {
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 46px);
  opacity: .18;
  z-index: 1;
}
.ag-panel__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ag-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.28) saturate(.86) contrast(.96) brightness(.72);
  transform: scale(1.06);
  transition: transform .62s cubic-bezier(.22,.61,.36,1), filter .62s cubic-bezier(.22,.61,.36,1);
}
.ag-panel.is-active .ag-panel__media img {
  filter: grayscale(0) saturate(1.02) contrast(1.02) brightness(.9);
  transform: scale(1.01);
}
.ag-panel__label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 7px;
  color: rgba(255,255,255,.86);
  opacity: .45;
  transform: translateX(-12px);
  transition: opacity .42s ease, transform .42s ease;
}
.ag-panel.is-active .ag-panel__label {
  opacity: 1;
  transform: translateX(0);
}
.ag-panel__bar {
  width: 34px;
  height: 2px;
  background: var(--cyan);
}
.ag-panel__title {
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.ag-panel__meta {
  color: rgba(255,255,255,.48);
  font-size: 11px;
  letter-spacing: .12em;
}
.accordion-gallery--reduced .ag-panel { transition: none; }
.contact { background: var(--paper); color: var(--ink); padding: 150px 0 25px; }
.contact .section-kicker { color: #666; }
.contact h2 { margin-top: 24px; margin-bottom: 0; }
.contact h2 em { color: var(--blue); }
.contact-inner { min-height: 360px; display: flex; justify-content: space-between; gap: 60px; }
.contact-details { min-width: 240px; padding-top: 65px; color: #555; font-size: 13px; line-height: 1.7; }
.phone { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 23px; letter-spacing: -.03em; border-bottom: 1px solid var(--blue); padding-bottom: 7px; margin: 28px 0 18px; }
.phone svg { width: 17px; height: 17px; }
.contact-details .email { margin: 0; }
.contact-details .email a { color: var(--blue); border-bottom: 1px solid rgba(39,197,201,.4); padding-bottom: 4px; }
.contact-qr { display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 44px; color: #666; font-size: 11px; }
.contact-qr img { display: block; width: 156px; height: 156px; object-fit: contain; }
.footer { border-top: 1px solid rgba(17,17,17,.18); padding: 17px 0; color: #666; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; }
.footer a { display: inline-flex; align-items: center; gap: 7px; }
.footer svg { width: 13px; height: 13px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 800px) {
  .shell, .shell-narrow { width: min(100% - 40px, var(--max)); }
  .nav { top: 16px; width: min(100% - 40px, var(--max)); padding: 8px 0 18px; }
  .nav-links, .nav-search { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .menu-toggle svg { width: 18px; height: 18px; }
  .nav.menu-open { flex-wrap: wrap; }
  .nav.menu-open .nav-links { display: flex; order: 3; flex-direction: column; width: 100%; gap: 18px; margin: 20px 0 0; padding-top: 18px; border-top: 1px solid rgba(17,17,17,.15); }
  .nav.nav-on-dark.menu-open .nav-links { border-top-color: rgba(255,255,255,.15); }
  .hero { min-height: 760px; }
  .hero-media { inset: auto -1px 0 0; width: 100%; height: 54%; opacity: .42; }
  .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
  .hero-media-wash { display: none; }
  .hero-content { min-height: 760px; padding: 132px 0 105px; }
  .hero-main { grid-template-columns: 24px 1fr; gap: 8px; margin-top: 72px; margin-bottom: auto; }
  h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero-claim { font-size: 14px; max-width: 270px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-bottom { display: block; }
  .hero-note { margin-top: 24px; }
  .hero-cut { height: 70px; clip-path: polygon(0 100%, 0 66%, 57% 66%, 65% 0, 100% 0, 100% 100%); }
  .about { display: flex; flex-direction: column; }
  .about-image { min-height: 360px; }
  .about-copy { padding-top: 78px; padding-bottom: 90px; }
  .about-copy h2, .section-heading h2, .system-copy h2, .contact h2 { font-size: clamp(2.55rem, 13vw, 4.4rem); }
  .section-heading { display: block; margin-bottom: 50px; }
  .section-heading p { margin-top: 28px; }
  .filter-row { gap: 18px; overflow-x: auto; }
  .filter { white-space: nowrap; }
  .case-grid { grid-template-columns: 1fr; gap: 42px; }
  .case-wide { grid-column: auto; }
  .case-wide .case-media { aspect-ratio: 16 / 10; }
  .video-cases { padding: 100px 0 120px; }
  .video-cases-head { display: block; margin-bottom: 38px; }
  .video-cases-head h2 { font-size: clamp(2.6rem, 13vw, 4.4rem); }
  .video-cases-head p { margin-top: 24px; }
  .video-case-stage { min-height: auto; padding: 22px; border-radius: 22px; }
  .video-case-slide { grid-template-columns: 1fr; gap: 28px; }
  .video-case-meta { order: 2; padding-top: 0; }
  .video-frame { order: 1; min-height: 220px; }
  .video-case-copy { order: 3; padding-top: 0; }
  .video-case-copy h3 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .video-case-foot { margin-top: 36px; flex-direction: column; gap: 8px; }
  .video-case-arrow { top: auto; bottom: -74px; width: 52px; height: 52px; transform: none; }
  .video-case-arrow--prev { left: 0; }
  .video-case-arrow--next { right: 0; }
  .system-grid { grid-template-columns: 1fr; gap: 60px; }
  .system-showcase { grid-template-columns: 1fr; gap: 26px; padding: 24px 20px 18px; }
  .system-showcase-visual { min-height: 360px; }
  .showcase-device--back-right { height: 308px; right: 50%; transform: translateX(50%) rotate(8deg); }
  .system-panel { padding: 18px; }
  .bts { padding: 44px 0 110px; }
  .bts .section-heading { margin-bottom: 26px; }
  .accordion-gallery { min-height: 620px; flex-direction: column; border-radius: 22px; }
  .ag-panel { min-height: 88px; transform: none !important; }
  .ag-panel.is-active { flex-grow: 4; }
  .contact { padding-top: 110px; }
  .contact-inner { display: block; min-height: auto; }
  .contact-details { padding-top: 60px; padding-bottom: 90px; }
  .phone { font-size: 21px; }
  .contact-qr { align-items: flex-start; padding-top: 0; padding-bottom: 70px; }
  .contact-qr img { width: 148px; height: 148px; }
  .footer { gap: 20px; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
