:root {
  --bg: #f5f5f7;
  --paper: #ffffff;
  --ink: #000000;
  --muted: #000000;
  --faint: #000000;
  --line: rgba(0, 0, 0, 0.08);
  --accent: #c1352b;
  --accent-bright: #a82a22;
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 20px 50px rgba(0, 0, 0, 0.06);
  --nav-h: 52px;
  --teal: #2e98a2;
  --gunmetal: #38404a;
  --asphalt: #23272e;
  --wrap: 1280px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.47059;
  letter-spacing: -0.022em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a {
  color: var(--teal);
  text-decoration: none;
  transition: color 0.22s ease;
}

a:hover { color: #247a82; }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
}

.expostrip {
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.expostrip a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.expostrip a:hover { opacity: 0.85; color: #fff; }

.expostrip b { font-weight: 600; }

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--nav-h);
  background: rgba(251, 251, 253, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  height: 100%;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.logo:hover { color: var(--ink); opacity: 0.72; }

.logo img {
  height: 28px;
  width: 28px;
  border-radius: 7px;
}

.logo .p { color: var(--accent); }

.nav-links {
  display: flex;
  align-items: stretch;
  gap: 22px;
  height: 100%;
}

.nav-links a {
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: 12px;
  opacity: 0.8;
  border-bottom: 2px solid transparent;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--ink);
}

.nav-links a.is-active {
  opacity: 1;
  color: var(--ink);
  font-weight: 600;
  border-bottom-color: var(--accent);
}

.nav-cta {
  align-self: center;
  background: var(--accent);
  color: #fff !important;
  opacity: 1 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 980px;
  border-bottom: 0;
}

.nav-cta:hover { background: var(--accent-bright); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
body.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.wrap,
.hero,
.band,
.footer-inner,
.split,
.cards,
.form-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 22px;
}

/* —— Two-column hero —— */
.hero-banner {
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: #ffffff;
}

.herogrid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.expo-hero {
  align-items: center;
  gap: 40px;
}

.expo-hero-shot {
  display: block;
  width: 100%;
  max-width: 420px;
  max-height: 280px;
  height: auto;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: none;
  border: 0;
}

.mark {
  margin: 0;
  font-size: clamp(72px, 11vw, 128px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: var(--ink);
}

.mark .p { color: var(--accent); }

.tagline {
  margin: 18px 0 0;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.022em;
  color: var(--ink);
}

.sep { color: var(--accent); }

.lede {
  margin: 18px 0 0;
  max-width: 46ch;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.381;
}

.btnrow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 980px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn.primary {
  background: var(--accent);
  color: #fff;
}

.btn.primary:hover {
  background: var(--accent-bright);
  color: #fff;
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn.ghost:hover {
  border-color: rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.more {
  font-size: 19px;
  font-weight: 400;
}

.actions {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.heroimg {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: block;
  width: 100%;
}

.heroimg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

/* —— Home port tour —— */
.port-tour {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.port-tour-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.port-tour-copy {
  position: relative;
  z-index: 1;
  min-height: 7.6rem;
  padding-left: 2px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.port-tour-copy.is-leaving {
  opacity: 0;
  transform: translateY(6px);
}

.port-tour-copy.is-entering {
  opacity: 0;
  transform: translateY(-8px);
  animation: port-tour-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes port-tour-in {
  to { opacity: 1; transform: none; }
}

.port-tour-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.port-tour-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.port-tour-detail {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.port-tour-use {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink);
  font-weight: 500;
}

.port-tour-stage {
  position: relative;
  z-index: 1;
  width: 100%;
}

.port-tour-stage img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.port-tour-hit {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 5px;
  z-index: 2;
  box-sizing: border-box;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.port-tour-hit:hover,
.port-tour-hit:focus-visible {
  outline: none;
  background: rgba(229, 36, 36, 0.06);
  box-shadow: 0 0 0 2px rgba(229, 36, 36, 0.55);
}

.port-tour-hit.is-active {
  outline: none;
  background: rgba(229, 36, 36, 0.07);
  /* Draw outside the hit box so the frame sits around the connector */
  box-shadow: 0 0 0 3px #e52424;
}

.port-tour-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-top: 2px;
}

.port-tour-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.port-tour-dot.is-active {
  width: 22px;
  background: var(--accent);
}

.port-tour-dot:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .port-tour-copy,
  .port-tour-copy.is-leaving,
  .port-tour-copy.is-entering,
  .port-tour-hit,
  .port-tour-dot {
    transition: none !important;
    animation: none !important;
  }
}

.hero-viewer {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 320px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  touch-action: none;
  cursor: grab;
}

.hero-viewer:active { cursor: grabbing; }

.hero-viewer-stage,
.hero-viewer-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

.hero-viewer-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
}

.hero-viewer-status {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  margin: 0;
  padding: 6px 12px;
  border-radius: 980px;
  background: rgba(26, 29, 34, 0.55);
  color: rgba(245, 245, 247, 0.88);
  font-size: 12px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.hero-viewer-status:empty { display: none; }

.hero-viewer.is-fallback {
  cursor: default;
  display: grid;
  place-items: center;
}

.hero-viewer.is-fallback .hero-viewer-stage { display: none; }

.analyzer {
  display: block;
  width: 100%;
  height: 64px;
  margin-top: 36px;
  margin-bottom: 0;
  opacity: 0.9;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.subhead {
  margin: 18px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.381;
  font-weight: 400;
}

.band {
  padding: 72px 22px;
}

.band.paper {
  max-width: none;
  background: var(--paper);
  padding: 72px 0;
}

.band.paper > .inner,
.band .inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 22px;
}

.lead {
  margin: 0 0 36px;
  max-width: 680px;
  color: var(--muted);
  font-size: 19px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0;
}

.card {
  background: var(--paper);
  border-radius: 18px;
  padding: 28px 26px 30px;
  box-shadow: var(--shadow);
}

.band.paper .card {
  background: var(--bg);
  box-shadow: none;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 600;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.card .accent-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: var(--accent);
  margin-bottom: 16px;
}

.card:nth-child(2) .accent-bar { background: var(--teal); }
.card:nth-child(3) .accent-bar { background: var(--ink); }

.props {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.prop b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.prop b::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
}

.prop span {
  color: var(--muted);
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 0 22px;
}

.split ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.split li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
}

.split li strong {
  color: var(--ink);
  font-weight: 600;
}

.split-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.split-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 15px;
  line-height: 1;
  opacity: 0.55;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.split-icon:hover {
  color: var(--accent);
  opacity: 1;
}

.apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

.app {
  display: flex;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  color: var(--ink);
  font-size: 17px;
}

.app .num {
  color: var(--teal);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  min-width: 28px;
}

.app-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.app-item {
  border-bottom: 1px solid var(--line);
}

.app-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 4px;
  cursor: pointer;
  user-select: none;
}

.app-item summary::-webkit-details-marker { display: none; }

.app-item .num {
  color: var(--teal);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.app-item-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.app-item summary .bi {
  font-size: 16px;
  color: var(--ink);
  opacity: 0.45;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.app-item[open] summary .bi {
  transform: rotate(180deg);
  opacity: 0.8;
}

.app-item summary:hover .app-item-title,
.app-item summary:hover .bi {
  opacity: 1;
}

.app-item-body {
  padding: 0 4px 22px 50px;
  max-width: 72ch;
}

.app-item-body p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.85;
}

.apps-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.2fr;
  gap: 56px;
  align-items: stretch;
  margin-top: 28px;
}

.apps-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 8px;
}

.apps-nav-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 14px;
  background: transparent;
  padding: 18px 16px;
  cursor: pointer;
  font: inherit;
  color: var(--ink);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.apps-nav-item .num {
  color: var(--teal);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.apps-nav-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.apps-nav-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

.apps-nav-item:hover .apps-nav-label,
.apps-nav-item.is-active .apps-nav-label {
  opacity: 1;
}

.apps-nav-item.is-active {
  background: rgba(193, 53, 43, 0.06);
  box-shadow: inset 3px 0 0 var(--accent);
}

.apps-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 32px 36px 36px;
  border-radius: 22px;
  background: var(--bg);
  border: 1px solid var(--line);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.apps-detail.is-leaving {
  opacity: 0;
  transform: translateY(8px);
}

.apps-detail.is-entering {
  animation: apps-detail-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes apps-detail-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.apps-detail-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.apps-detail-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.12;
  color: var(--ink);
  max-width: 18ch;
}

.apps-detail-body {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.82;
  max-width: 46ch;
}

.app-meta {
  display: grid;
  gap: 0;
  margin-top: auto;
}

.app-meta div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.app-meta div:last-child {
  padding-bottom: 0;
}

.app-meta b {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.app-meta span {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.45;
}

.apps-panel + .actions {
  margin-top: 48px;
  gap: 28px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.gallery figure,
.still {
  margin: 0;
  background: var(--bg);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.gallery img,
.still img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ececef;
}

.gallery figcaption,
.still figcaption {
  padding: 12px 14px 14px;
  font-size: 13px;
  color: var(--muted);
}

.plate {
  margin: 0 0 36px;
}

.plate-frame {
  padding: 28px 32px;
  background: var(--paper);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.plate-frame img {
  margin: 0 auto;
  max-height: 280px;
  width: auto;
  object-fit: contain;
}

.plate-ports {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.platecaption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 6px 0;
  color: var(--faint);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.specwrap { overflow-x: auto; }

.spectable {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.spectable td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.spectable td:first-child {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  width: 200px;
  white-space: nowrap;
}

.footnote {
  color: var(--faint);
  font-size: 13px;
  margin: 16px 0 0;
}

.expo-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}

.booth {
  text-align: center;
  background: var(--bg);
  border-radius: 22px;
  padding: 40px 24px;
}

.booth .label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.boothnum {
  font-size: clamp(64px, 10vw, 96px);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--accent);
  line-height: 1;
  margin-top: 8px;
}

.faq { max-width: 720px; }

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 19px;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq details p {
  margin: 10px 0 0;
  color: var(--muted);
}

form {
  display: grid;
  gap: 14px;
  max-width: 520px;
  position: relative;
}

.page-hero.support-hero {
  padding: 40px 0 20px;
}

.page-hero.support-hero .subhead {
  max-width: 52em;
}

.interest-layout {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  padding-top: 8px;
  padding-bottom: 24px;
}

.interest-layout form {
  max-width: none;
}

.interest-layout .lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  max-width: 36em;
}

.interest-aside {
  padding-left: 40px;
  border-left: 1px solid var(--line);
}

.interest-aside h2 {
  margin-top: 0;
}

.interest-aside ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.interest-aside li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.interest-aside li:last-child {
  border-bottom: 1px solid var(--line);
}

.interest-aside li strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}

.interest-direct,
.interest-expo {
  margin-top: 32px;
}

.interest-mail {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.interest-mail:hover {
  color: var(--accent);
}

.interest-expo-copy {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  max-width: 28em;
}

.interest-expo-copy strong {
  color: var(--ink);
}

@media (max-width: 860px) {
  .interest-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .interest-aside {
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }
}

label {
  display: grid;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}

input, textarea, select {
  font: inherit;
  letter-spacing: inherit;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.15);
}

textarea { min-height: 140px; resize: vertical; }

/* Invisible honeypot — off-screen, never shown to people */
.hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

button[type="submit"] {
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 980px;
  padding: 12px 22px;
  width: fit-content;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

button[type="submit"]:hover { background: var(--accent-bright); }
button[type="submit"]:active { transform: scale(0.98); }

.form-note, .form-error {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.form-error { color: var(--accent); }

.success {
  display: none;
  max-width: 520px;
  padding: 28px 28px 30px;
  border-radius: 18px;
  border: 1px solid rgba(193, 53, 43, 0.18);
  background: linear-gradient(180deg, rgba(193, 53, 43, 0.06) 0%, #ffffff 48%);
  box-shadow: var(--shadow);
}

.success.is-on {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  animation: successIn 0.35s ease both;
}

.success-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(193, 53, 43, 0.1);
}

.success-body {
  min-width: 0;
}

.success-body h3 {
  margin: 2px 0 8px;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.success-body p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.72;
}

.success-link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
}

.success-link:hover {
  color: var(--accent-bright);
}

@keyframes successIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

form.is-off { display: none; }

.page-hero {
  padding: 72px 0 48px;
  text-align: left;
  color: var(--ink);
  background: #ffffff;
}

.page-hero > .wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.page-hero .eyebrow { color: var(--accent); }

.page-hero h1,
.page-hero .tagline { color: var(--ink); }

.page-hero .subhead {
  margin-left: 0;
  text-align: left;
  color: var(--muted);
  max-width: 640px;
}

.page-hero .subhead strong { color: var(--ink); font-weight: 600; }

.page-hero h1 { font-size: clamp(36px, 6vw, 52px); }

.page-hero .actions,
.page-hero .btnrow {
  justify-content: flex-start;
}

.contact-cta { text-align: center; }

.contact-cta .lead {
  margin-left: auto;
  margin-right: auto;
}

.contact-cta .btnrow { justify-content: center; }

.stills {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.stills .still img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.central-hero {
  align-items: end;
  gap: 40px;
}

.coming-soon-badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(196, 30, 58, 0.1);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.central-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.central-preview {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.central-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: none;
}

.central-preview figcaption {
  display: none;
}

.central-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
  max-width: none;
  align-items: start;
}

.central-thumbs figure {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.central-thumbs img,
.central-thumbs .central-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: none;
  border: 0;
  object-fit: contain;
  object-position: center;
  aspect-ratio: auto;
}

.central-thumbs figcaption {
  display: none;
}

.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}

.download-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.download-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.download-card-top .bi {
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
}

.download-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.download-meta {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--ink);
  opacity: 0.6;
}

.download-facts {
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.download-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}

.download-facts dt {
  margin: 0;
  font-weight: 500;
  opacity: 0.55;
}

.download-facts dd {
  margin: 0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.download-select {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 28px 6px 10px;
  max-width: 100%;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1.4 0.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.download-select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(46, 152, 162, 0.18);
}

.download-facts > div:has(.download-select) {
  align-items: center;
  flex-wrap: wrap;
}

.download-facts > div:has(.download-select) dt {
  flex: 0 0 auto;
}

.download-facts > div:has(.download-select) dd {
  flex: 1 1 auto;
  text-align: right;
}

.download-btn {
  width: 100%;
  text-align: center;
  border: 0;
  cursor: pointer;
}

.download-btn:disabled,
.download-btn[aria-disabled="true"] {
  background: rgba(193, 53, 43, 0.35);
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.download-note {
  margin: 0;
  font-size: 12px;
  color: var(--ink);
  opacity: 0.5;
  text-align: center;
}

footer {
  border-top: 1px solid var(--line);
  padding: 64px 0 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
}

footer:not(.site-footer) {
  visibility: hidden;
  min-height: 320px;
}

.footer-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 22px;
  display: block;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px 40px;
  padding-bottom: 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 280px;
}

.footer-brand .logo {
  width: fit-content;
}

.footer-tagline {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  opacity: 0.72;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  background: transparent;
  transform: translateY(-1px);
  opacity: 0.8;
}

.footer-social a.social-linkedin { color: #0a66c2; }
.footer-social a.social-facebook { color: #1877f2; }
.footer-social a.social-x { color: #000000; }
.footer-social a.social-instagram { color: #e4405f; }

.footer-social .bi {
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: block;
}

.footer-col h4 {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  color: var(--ink);
  opacity: 0.78;
  font-size: 14px;
  line-height: 1.4;
}

.footer-col a:hover {
  color: var(--teal);
  opacity: 1;
}

.footer-contact {
  margin: 0;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
  opacity: 0.78;
}

.footer-contact a {
  color: var(--teal);
  opacity: 1;
}

.footer-contact a:hover {
  color: #247a82;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink);
  opacity: 0.55;
}

.footer-bottom a {
  color: inherit;
  opacity: 0.9;
}

.footer-bottom a:hover {
  color: var(--teal);
  opacity: 1;
}

.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.reveal.d1 { animation-delay: 0.08s; }
.reveal.d2 { animation-delay: 0.16s; }
.reveal.d3 { animation-delay: 0.24s; }

@keyframes rise {
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .herogrid,
  .cards,
  .props,
  .apps,
  .gallery,
  .split,
  .expo-grid,
  .app-meta,
  .apps-panel,
  .footer-grid,
  .download-grid,
  .central-thumbs {
    grid-template-columns: 1fr;
  }

  .expo-hero-shot {
    max-width: 100%;
    max-height: 220px;
    margin-left: 0;
  }

  .footer-grid {
    gap: 36px;
  }

  .footer-brand {
    max-width: none;
  }

  .app-item summary {
    grid-template-columns: 28px 1fr auto;
    gap: 10px;
  }

  .app-item-body {
    padding-left: 4px;
  }

  .apps-panel {
    gap: 28px;
  }

  .apps-nav {
    padding-right: 0;
  }

  .apps-nav-item {
    padding: 16px 14px;
  }

  .apps-detail {
    min-height: 0;
    padding: 24px 22px 28px;
  }

  .apps-detail-title {
    max-width: none;
  }

  .apps-panel + .actions {
    margin-top: 36px;
  }

  .nav-links { display: none; }

  .nav-toggle { display: inline-flex; }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: #ffffff;
    padding: 0 0 env(safe-area-inset-bottom);
    overflow: auto;
  }

  .mobile-nav[hidden] {
    display: none !important;
  }

  .mobile-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-h);
    padding: 0 16px 0 22px;
    border-bottom: 1px solid var(--line);
    flex-shrink: 0;
  }

  .mobile-nav-close {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    color: var(--ink);
    cursor: pointer;
  }

  .mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 12px 22px 40px;
    gap: 0;
  }

  .mobile-nav-links a {
    display: block;
    padding: 18px 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    opacity: 1;
  }

  .mobile-nav-links a.is-active {
    color: var(--accent);
  }

  .mobile-nav-links a.nav-cta {
    margin-top: 28px;
    text-align: center;
    border: 0;
    border-radius: 980px;
    padding: 14px 18px;
    font-size: 17px;
    background: var(--accent);
    color: #fff !important;
  }

  body.nav-open {
    overflow: hidden;
  }

  .mark { font-size: clamp(56px, 16vw, 84px); }

  .hero-banner { padding-top: 48px; }
}

/* QR / booth landing */
body.qr-landing {
  min-height: 100vh;
  background: #ffffff;
}

.qr-landing-main {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 22px 64px;
}

.qr-landing-logo {
  margin-bottom: 36px;
  font-size: 22px;
}

.qr-landing-main .eyebrow {
  margin-bottom: 10px;
}

.qr-landing-main h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 7vw, 40px);
  letter-spacing: -0.03em;
}

.qr-landing-main .lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.qr-landing-links {
  display: grid;
  gap: 14px;
}

.qr-landing-card {
  display: grid;
  gap: 6px;
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.qr-landing-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.12);
  color: var(--ink);
}

.qr-landing-card-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.qr-landing-card strong {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.qr-landing-card span:last-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.qr-landing-home {
  margin: 28px 0 0;
  text-align: center;
  font-size: 15px;
}

.qr-landing-home a {
  color: var(--muted);
}

.qr-landing-home a:hover {
  color: var(--accent);
}

.privacy-copy {
  max-width: 640px;
}

.privacy-copy h2 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.privacy-copy h2:first-child {
  margin-top: 0;
}

.privacy-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.privacy-copy a {
  color: var(--accent);
}

.privacy-updated {
  margin-top: 28px !important;
  font-size: 13px !important;
  opacity: 0.75;
}

form .form-note a {
  color: var(--accent);
}
