@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('fonts-aeonik.css');
@import url('fonts-marios.css');

/* Anaco — paper white, grid background, sharp edges */
:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --bg-elevated: var(--paper);
  --surface: var(--paper);
  --surface-2: #deded9;
  --float-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(0, 0, 0, 0.07);
  --border: rgba(0, 0, 0, 0.09);
  --border-hover: rgba(0, 0, 0, 0.16);
  --text: #0a0a0a;
  --text-2: rgba(10, 10, 10, 0.88);
  --text-3: rgba(10, 10, 10, 0.62);
  --grid-line: rgba(0, 0, 0, 0.055);
  --grid-size: 56px;
  --dot-size: 20px;
  --dot-color: rgba(0, 0, 0, 0.07);
  --hatch-line: rgba(0, 0, 0, 0.14);
  --hatch-gap: 7px;
  --outline: #0a0a0a;
  --outline-width: 1px;
  --primary-sheet-outline-width: 3px;
  --neon: #0a0a0a;
  --neon-dim: rgba(10, 10, 10, 0.08);
  --accent: #0a0a0a;
  --accent-bright: #2a2a2a;
  --accent-light: rgba(10, 10, 10, 0.06);
  --accent-box-bg: transparent;
  --accent-box-text: #0a0a0a;
  --accent-box-pad-y: 0.14em;
  --accent-box-pad-x: 0.42em;
  --accent-dim: rgba(10, 10, 10, 0.08);
  --tinylab-gold: #ebdaa1;
  --tinylab-gold-deep: #8b6a2b;
  --tinylab-gold-highlight: #fff4cf;
  --font-tinylab: 'Marios', var(--font-display);
  --tinylab-gold-gradient: linear-gradient(
    168deg,
    #fffef5 0%,
    #fff6d0 12%,
    #ebdaa1 35%,
    #d4b96a 48%,
    #ebdaa1 58%,
    #fff0c8 72%,
    #c9a050 88%,
    #9a7428 100%
  );
  --tinylab-wordmark-shadow:
    0 0.02em 0.04em rgba(120, 92, 30, 0.2),
    0 -0.01em 0 rgba(255, 250, 225, 0.7);
  --dark: #1a1a1a;
  --font-section: 'Aeonik Pro', Arial, sans-serif;
  --font-display: 'Quicksand', Arial, sans-serif;
  --font-body: var(--font-display);
  --font-mono: 'Aeonik Mono', ui-monospace, monospace;
  --nav-h: 72px;
  --brand-wordmark-h: clamp(37px, 5.1vw, 48px);
  --nav-edge-inset: clamp(16px, 2.8vw, 28px);
  /* Page box rhythm — fixed px gaps stay consistent across viewport width and zoom */
  --page-edge-inset: 5%;
  --section-stack-gap: 73px;
  /* Hero “Meet / Tinylab” left edge — section header boxes align to this */
  --hero-headline-inset: clamp(36px, 5vw, 72px);
  --section-header-width: 34rem;
  --sheet-pad: clamp(36px, 5vw, 64px);
  --layer-hang: 12px;
  --float-header-lift: 8px;
  --float-header-lift-more: 14px;
  --float-header-overhang: calc(var(--layer-hang) + var(--float-header-lift-more) + 2.5rem);
  --home-section-stack-gap: 73px;
  --home-display-title-size: clamp(2.2rem, 7.5vw, 5.85rem);
  --home-display-title-size-mobile: clamp(1.8rem, 10.5vw, 3.35rem);
  --font-hero: var(--font-display);
  --hero-headline-size: clamp(17px, 3.2vw, 22px);
  --hero-intro-label-size: clamp(11px, 2vw, 14px);
  --hero-headline-letter-spacing: 25%;
  --hero-tinylab-text-inset-end: clamp(5px, 0.42vw, 9px);
  --hero-tinylab-wordmark-size: clamp(3.75rem, 13.2vw, 9.3rem);
  --shop-tinylab-wordmark-size: 2.5rem;
  --btn-fill: var(--text);
  --btn-fill-hover: #2a2a2a;
  --btn-text-on-fill: var(--paper);
  --hero-display-title-size: clamp(2.75rem, 11vw, 7.75rem);
  --hero-display-title-size-mobile: clamp(2.35rem, 15vw, 5.25rem);
  --float-content-clearance: 2.25rem;
  /* Contact + newsletter floating cards (inquiries width + 20%) */
  --floating-card-width: min(calc(52vw * 1.2), calc(34rem * 1.2));
  /* Small/medium copy — scaled on home + shop via main.home / main.site-page-main */
  --copy-eyebrow: clamp(0.875rem, 1.25vw, 1.0625rem);
  --copy-sheet-label: clamp(0.875rem, 1.2vw, 1.0625rem);
  --copy-body-lg: clamp(1.125rem, 1.75vw, 1.3125rem);
  --copy-lead: clamp(1.0625rem, 1.6vw, 1.2rem);
  --copy-sheet-lead: clamp(1.2rem, 1.9vw, 1.45rem);
  --copy-float-kicker: clamp(0.78rem, 1.1vw, 0.9rem);
  --copy-float-text: clamp(1rem, 1.45vw, 1.125rem);
  --copy-float-text-compact: clamp(0.875rem, 1.15vw, 0.975rem);
  --copy-float-kicker-lg: clamp(0.9rem, 1.3vw, 1.02rem);
  --copy-float-text-lg: clamp(1.125rem, 1.72vw, 1.34rem);
  --copy-link: 1rem;
  --copy-btn: 0.975rem;
  --copy-hero-tagline: clamp(1.2rem, 2vw, 1.45rem);
  --copy-callout: clamp(1.125rem, 1.65vw, 1.3125rem);
  --copy-pillar: clamp(1.0625rem, 1.5vw, 1.1875rem);
  --copy-nav: 1.0625rem;
  --copy-nav-link: clamp(0.72rem, 0.95vw, 0.8125rem);
  --nav-link-letter-spacing: 0.03em;
  --copy-xs: 0.8125rem;
  --copy-sm: 0.9375rem;
  --copy-sm2: 0.875rem;
  --copy-2xs: 0.75rem;
  --copy-micro: 0.6875rem;
  --copy-form-input: 0.9375rem;
  --copy-form-body: 1rem;
  --copy-form-label: 0.75rem;
  --copy-equip-cat: clamp(0.925rem, 1.3vw, 1.0625rem);
  --copy-site-body-lg: clamp(1.0625rem, 1.5vw, 1.1875rem);
  --copy-usecase-p: clamp(0.875rem, 1.15vw, 0.9375rem);
  --copy-usecase-h3: clamp(0.975rem, 1.4vw, 1.125rem);
  --copy-industries-float-text: clamp(0.9375rem, 1.3vw, 1.1rem);
  --copy-footer: 0.8125rem;
  --copy-body: clamp(1rem, 1.45vw, 1.125rem);
  --chevron-right-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 5l8 7-8 7'/%3E%3C/svg%3E");
  --max: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 0;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; border-radius: var(--radius); }
/* Landing + shop: larger body copy (display titles, section headers, nav unchanged) */
main.home,
body.site-page main.site-page-main,
body.site-page .footer,
body:has(main.home) .footer {
  --copy-eyebrow: clamp(0.9375rem, 1.35vw, 1.125rem);
  --copy-sheet-label: clamp(0.9375rem, 1.3vw, 1.125rem);
  --copy-body-lg: clamp(1.1875rem, 1.85vw, 1.375rem);
  --copy-lead: clamp(1.125rem, 1.7vw, 1.275rem);
  --copy-sheet-lead: clamp(1.275rem, 2vw, 1.525rem);
  --copy-float-kicker: clamp(0.84rem, 1.2vw, 0.975rem);
  --copy-float-text: clamp(1.0625rem, 1.55vw, 1.1875rem);
  --copy-float-text-compact: clamp(0.9375rem, 1.25vw, 1.0375rem);
  --copy-float-kicker-lg: clamp(0.975rem, 1.4vw, 1.0875rem);
  --copy-float-text-lg: clamp(1.1875rem, 1.82vw, 1.41rem);
  --copy-link: 1.0625rem;
  --copy-btn: 1.03125rem;
  --copy-hero-tagline: clamp(1.275rem, 2.15vw, 1.525rem);
  --copy-callout: clamp(1.1875rem, 1.75vw, 1.375rem);
  --copy-pillar: clamp(1.125rem, 1.6vw, 1.25rem);
  --copy-nav: 1.125rem;
  --copy-nav-link: clamp(0.75rem, 1vw, 0.875rem);
  --nav-link-letter-spacing: 0.03em;
  --copy-xs: 0.875rem;
  --copy-sm: 1rem;
  --copy-sm2: 0.9375rem;
  --copy-2xs: 0.8125rem;
  --copy-micro: 0.75rem;
  --copy-form-input: 1rem;
  --copy-form-body: 1.0625rem;
  --copy-form-label: 0.8125rem;
  --copy-equip-cat: clamp(1rem, 1.4vw, 1.125rem);
  --copy-site-body-lg: clamp(1.125rem, 1.6vw, 1.25rem);
  --copy-usecase-p: clamp(0.9375rem, 1.25vw, 1rem);
  --copy-usecase-h3: clamp(1.0375rem, 1.5vw, 1.1875rem);
  --copy-industries-float-text: clamp(1rem, 1.4vw, 1.175rem);
  --copy-footer: 0.875rem;
  --copy-body: clamp(1.0625rem, 1.55vw, 1.1875rem);
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}
html.intro-pending {
  overflow: hidden;
}
body {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.015em;
  color: var(--text);
  background-color: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
main.home {
  background-color: var(--bg);
}

/* ── PATTERNS ── */
.pattern-hatch {
  background-color: var(--bg);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent var(--hatch-gap),
    var(--hatch-line) var(--hatch-gap),
    var(--hatch-line) calc(var(--hatch-gap) + 1px)
  );
}
.pattern-hatch-light {
  background-color: var(--surface-2);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent var(--hatch-gap),
    rgba(0, 0, 0, 0.08) var(--hatch-gap),
    rgba(0, 0, 0, 0.08) calc(var(--hatch-gap) + 1px)
  );
}
.pattern-hatch--accent {
  background-color: var(--surface-2);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent var(--hatch-gap),
    rgba(10, 10, 10, 0.2) var(--hatch-gap),
    rgba(10, 10, 10, 0.2) calc(var(--hatch-gap) + 1px)
  );
}
/* Decorative hatch accents — removed from open home layout */
main.home .pattern-hatch,
main.home .sheet-hatch,
main.home .industries-hub-hatch,
.sheet > .sheet-hatch,
.sheet-block > .sheet-hatch,
.industries-hub-hatch {
  display: none !important;
}
.layer-float::before,
.callout::before {
  display: none !important;
}
.industry-grid-item__more-inner {
  background-color: var(--surface-2);
  background-image: none;
}

/* ── NAV (minimal tabs) ── */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 0;
  height: 3px;
  background: var(--accent);
  pointer-events: none;
  transition: width 0.08s linear;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  pointer-events: none;
}
.nav-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--nav-edge-inset) var(--nav-edge-inset) 0;
  min-height: var(--nav-h);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
  position: relative;
}
.nav-inner {
  transition: transform 0.45s var(--ease), opacity 0.4s var(--ease), visibility 0.4s;
}
.nav.scrolled .nav-inner {
  transform: translateY(calc(-1 * var(--nav-h) - 16px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: transparent;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.nav-logo:hover,
.nav-logo:focus-visible {
  border-color: var(--text);
  outline: none;
}
.brand-wordmark {
  display: block;
  height: var(--brand-wordmark-h);
  width: auto;
  max-width: 42vw;
  object-fit: contain;
  flex-shrink: 0;
}
.brand-mark {
  display: block;
  height: var(--brand-wordmark-h);
  width: var(--brand-wordmark-h);
  object-fit: contain;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 1vw, 0.85rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  display: flex;
  align-items: center;
}
.nav-links a.nav-link,
.nav-links a:not(.nav-cta),
.nav-cta {
  font-family: var(--font-display);
  font-size: var(--copy-nav-link);
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: var(--nav-link-letter-spacing);
  text-transform: uppercase;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.nav-links a.nav-link,
.nav-links a:not(.nav-cta) {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 0 0.45em;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s ease;
  overflow: visible;
}
.nav-links a.nav-link:visited,
.nav-links a:not(.nav-cta):visited {
  color: #000;
}
.nav-links a.nav-link::after,
.nav-links a:not(.nav-cta)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.nav-links a.nav-link:hover,
.nav-links a:not(.nav-cta):hover,
.nav-links a.nav-link:focus-visible,
.nav-links a:not(.nav-cta):focus-visible {
  color: #000;
}
.nav-links a.nav-link:hover::after,
.nav-links a:not(.nav-cta):hover::after,
.nav-links a.nav-link:focus-visible::after,
.nav-links a:not(.nav-cta):focus-visible::after,
.nav-links a.nav-link.active::after,
.nav-links a:not(.nav-cta).active::after {
  transform: scaleX(1);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-left: clamp(0.25rem, 0.5vw, 0.5rem);
  padding: 0.5rem 1.1rem !important;
  min-height: unset;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  background: transparent !important;
  border: var(--outline-width) solid var(--outline) !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease !important;
}
.nav-cta:visited {
  color: #000 !important;
}
.nav-cta::after {
  display: none !important;
  content: none !important;
}
.nav-cta-exit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35em;
  width: 0.92em;
  height: 0.92em;
  flex-shrink: 0;
  line-height: 1;
  vertical-align: -0.06em;
}
.nav-cta-exit__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: var(--text) !important;
  color: var(--text) !important;
  background: transparent !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: none;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  display: block;
  flex: 0 0 2px;
}
@media (prefers-reduced-motion: reduce) {
  .nav-links a.nav-link::after,
  .nav-links a:not(.nav-cta)::after {
    transition: none;
  }
}

/* ── TYPOGRAPHY ── */
.display-xl {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 5.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text);
}
.display-lg {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
}
.display-md {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 1rem;
}
.body-lg {
  font-family: var(--font-display);
  font-size: var(--copy-body-lg);
  line-height: 1.55;
  color: var(--text-2);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.body-lg:last-child { margin-bottom: 0; }
/* Accent chip — marker highlight behind Tinylab (and other chip labels) */
.accent-chip {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: var(--text);
  background: none;
  border: none;
  font-weight: 400;
  text-shadow: none;
  isolation: isolate;
  vertical-align: baseline;
}
.accent-chip::before {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: -0.22em;
  right: -0.32em;
  top: 54%;
  height: 1.42em;
  min-width: calc(100% + 0.45em);
  transform: translateY(-54%);
  background: rgba(10, 10, 10, 0.08);
  border-radius: 2px;
}
/* Solid cyan fill for other accent labels */
.text-neon,
.eyebrow,
.section-eyebrow,
.card-link,
.card-arrow,
.link-neon,
.read-more-btn,
.usecase-label span,
.deposit-note,
.ind-hero-text .tag,
.page-hero h1 em {
  color: var(--accent-box-text);
  background: var(--accent-box-bg);
  border: none;
  font-weight: 400;
  text-shadow: none;
}
.text-neon,
.eyebrow,
.section-eyebrow {
  display: inline-block;
}
.eyebrow,
.section-eyebrow {
  font-size: var(--copy-eyebrow);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: var(--accent-box-pad-y) var(--accent-box-pad-x);
  margin-bottom: 1rem;
  line-height: 1.05;
}
.accent-chip,
.text-neon,
.card-link,
.link-neon,
.read-more-btn,
.tag,
.ind-hero-text .tag,
.deposit-note,
.usecase-label span,
.spec-header .badge,
.team-card .role,
.equip-category {
  padding: var(--accent-box-pad-y) var(--accent-box-pad-x);
  line-height: 1.05;
}
/* Tighter cyan chips/labels — buttons keep .btn / .nav-cta padding */
.btn-primary,
.nav-cta,
.submit-btn,
.filter-btn {
  line-height: inherit;
}
.card-link,
.link-neon,
.read-more-btn {
  font-size: var(--copy-link);
}
.lead {
  font-family: var(--font-display);
  font-size: var(--copy-lead);
  line-height: 1.65;
  color: var(--text-2);
  font-weight: 400;
  letter-spacing: 0.01em;
  max-width: 36rem;
}
p, li {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
}
label, input, textarea, select, option {
  font-family: var(--font-display);
  font-weight: 400;
}
button, .btn {
  font-family: var(--font-display);
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: var(--text);
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: var(--copy-btn);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s var(--ease);
}
.btn-primary {
  background: var(--btn-fill);
  color: var(--btn-text-on-fill);
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--btn-fill-hover);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-hover);
}
.btn-ghost:hover {
  border-color: var(--text-3);
  background: var(--surface);
}
.hero-btns .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: transparent;
  color: var(--text);
}
.hero-btns .btn:hover,
.hero-btns .btn:focus-visible {
  border-color: var(--text);
  background: transparent;
  outline: none;
}

/* ── HOME (Edison-style sheets) ── */
.home-wrap {
  --home-wrap-inset: var(--page-edge-inset);
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--home-wrap-inset);
}
/* Section sheets: full width edge to edge */
.home #overview .home-wrap,
.home #why .home-wrap,
.home #industries .home-wrap,
.home #product .home-wrap,
.home #specs .home-wrap,
.home #facilities .home-wrap,
.home #contact .home-wrap,
.home #terms .home-wrap,
.home #privacy .home-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.home #overview .sheet,
.home #why .sheet,
.home #industries .sheet,
.home #product .sheet,
.home #specs .sheet,
.home #facilities .sheet,
.home #contact .sheet,
.home #terms .sheet,
.home #privacy .sheet {
  border: none;
  background: transparent;
}
.home-section {
  padding: 0;
}
.home-section:not(.hero) {
  padding-top: var(--home-section-stack-gap);
  padding-bottom: var(--home-section-stack-gap);
}
@media (prefers-reduced-motion: no-preference) {
  main.home .scroll-reveal,
  footer.footer .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition:
      opacity 0.6s cubic-bezier(0.33, 1, 0.2, 1) var(--scroll-reveal-delay, 0ms),
      transform 0.6s cubic-bezier(0.33, 1, 0.2, 1) var(--scroll-reveal-delay, 0ms);
  }
  main.home .scroll-reveal.is-visible,
  footer.footer .scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.home-section-head {
  width: 100%;
  margin: 0;
  padding: 0 var(--hero-headline-inset);
  box-sizing: border-box;
  font-size: var(--home-display-title-size);
  line-height: 1;
  overflow: visible;
}
main.home .home-section .sheet > .home-section-title {
  font-size: var(--home-display-title-size);
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  display: inline-block;
  padding: clamp(0.38rem, 1.2vw, 0.52rem) clamp(0.6rem, 2vw, 0.9rem);
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  line-height: 1.16;
  text-box-trim: none;
  text-box-edge: initial;
  transform: none;
}
.home-section-title {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text);
  width: max-content;
  max-width: calc(100vw - 2 * var(--hero-headline-inset));
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-wrap: nowrap;
  text-box-trim: trim-end;
  text-box-edge: cap alphabetic;
}
@supports not (text-box-trim: trim-end) {
  .home-section-title {
    transform: translateY(0.07em);
  }
}
.home-wrap > .sheet {
  margin-top: 0;
}
main.home .home-section .home-wrap > .sheet {
  padding: 0 var(--hero-headline-inset);
}
.sheet {
  position: relative;
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
  padding: var(--sheet-pad);
  overflow: visible;
}
/* Landing hero: full bleed; home sections: open layout on page background */
main.home .hero .sheet--hero {
  border: none;
}
main.home .home-section .home-wrap > .sheet {
  border: none;
  background: transparent;
}
.shop-page .page-wrap > .shop-sheet:not(.shop-sheet--flush-top) {
  border-width: var(--primary-sheet-outline-width);
}
.sheet-block {
  position: relative;
  overflow: visible;
}
/* Hatch accents: square in a clear corner, or edge bar when content fills the corner */
.home .sheet--has-float-header > .sheet-hatch--band-top-left,
.home .sheet > .sheet-hatch--band-top-left {
  display: none;
}
.home .sheet--has-float-header > .sheet-hatch--band-top-right,
.home .sheet > .sheet-hatch--band-top-right {
  z-index: 1;
}
.sheet-hatch {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border: var(--outline-width) solid var(--outline);
  opacity: 0.85;
}
.sheet-hatch--square {
  width: 64px;
  height: 64px;
}
.sheet-hatch--square.sheet-hatch--tr {
  top: clamp(16px, 2.5vw, 24px);
  right: clamp(16px, 2.5vw, 24px);
}
.sheet-hatch--square.sheet-hatch--tl {
  top: clamp(16px, 2.5vw, 24px);
  left: clamp(16px, 2.5vw, 24px);
}
.sheet-hatch--square.sheet-hatch--br {
  bottom: clamp(16px, 2.5vw, 24px);
  right: clamp(16px, 2.5vw, 24px);
}
.sheet-hatch--square.sheet-hatch--bl {
  bottom: clamp(16px, 2.5vw, 24px);
  left: clamp(16px, 2.5vw, 24px);
}
.home #industries .sheet-hatch--square {
  width: 56px;
  height: 56px;
}
.sheet-hatch--band-top-left {
  top: var(--sheet-pad);
  left: var(--sheet-pad);
  right: auto;
  bottom: auto;
  width: clamp(8rem, 38%, 15.5rem);
  height: clamp(28px, 4vw, 34px);
  max-width: calc(100% - var(--sheet-pad) * 2 - min(26rem, 46%) - 1.25rem);
}
.sheet-hatch--band-top-right {
  top: var(--sheet-pad);
  right: var(--sheet-pad);
  left: auto;
  bottom: auto;
  width: clamp(7rem, 30%, 14rem);
  height: clamp(28px, 4vw, 34px);
  max-width: calc(100% - var(--sheet-pad) * 2 - 1rem);
}
.home #overview .sheet > .sheet-hatch--band-top-right,
.home #why .sheet > .sheet-hatch--band-top-right,
.home #industries .sheet > .sheet-hatch--band-top-right,
.home #specs .sheet > .sheet-hatch--band-top-right,
.home #facilities .sheet > .sheet-hatch--band-top-right {
  width: clamp(8rem, 26%, 15rem);
  max-width: min(16rem, calc(100% - var(--sheet-pad) * 2 - 1.25rem));
}
.home #product .sheet > .sheet-hatch--band-top-right {
  width: clamp(9rem, 20%, 17rem);
  max-width: min(18rem, calc(100% - var(--sheet-pad) * 2 - 1.5rem));
}
.home #contact .sheet > .sheet-hatch--band-top-right {
  width: clamp(5.5rem, 40%, 9.5rem);
  max-width: calc(100% - var(--sheet-pad) * 2 - 0.5rem);
}
.home #contact .sheet-hatch--square {
  width: clamp(34px, 7vw, 42px);
  height: clamp(34px, 7vw, 42px);
}
.home #contact .form-panel {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}
.sheet-hatch--edge-bottom {
  top: auto;
  left: var(--sheet-pad);
  right: var(--sheet-pad);
  bottom: clamp(14px, 2.2vw, 22px);
  width: auto;
  height: 20px;
}
.home #facilities .sheet-hatch--edge-bottom {
  height: 24px;
}
.home #facilities .sheet {
  padding-bottom: 0;
}

/* Story sections — larger body copy; section titles (.home-section-title) unchanged */
.home #why,
.home #overview,
.home #facilities {
  --copy-body-lg: clamp(1.3125rem, 2.05vw, 1.5rem);
  --copy-sm: clamp(1.0625rem, 1.55vw, 1.2rem);
  --copy-form-body: clamp(1.0625rem, 1.5vw, 1.125rem);
}

/* ── WHAT / WHY story sections ── */
.home .story-intro {
  max-width: 52rem;
  margin: 0 0 1.25rem;
}
.home .story-intro:last-of-type {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
.home #why .body-lg:not(.story-intro) {
  max-width: 52rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
.home .why-cascade,
.home .lab-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.home .why-cascade {
  container-type: inline-size;
}
.home .why-cascade-card {
  position: relative;
  box-sizing: border-box;
  padding: clamp(20px, 2.5vw, 28px);
  border: none;
  border-right: var(--outline-width) solid var(--outline);
  background: transparent;
}
.home .why-cascade-card:last-of-type {
  border-right: none;
}
.home #why .why-cascade-card:nth-child(-n + 3)::after,
.home .lab-pipeline__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  transform: translate(50%, -50%);
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--bg);
  background-image: var(--chevron-right-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.05rem 1.05rem;
  pointer-events: none;
}
.home #why .why-cascade-card {
  position: relative;
  padding: clamp(20px, 2.5vw, 28px);
  border: none;
  border-right: var(--outline-width) solid var(--outline);
  overflow: visible;
}
.home #why .why-cascade-card:nth-child(1) { z-index: 4; }
.home #why .why-cascade-card:nth-child(2) { z-index: 3; }
.home #why .why-cascade-card:nth-child(3) { z-index: 2; }
.home #why .why-cascade-card:nth-child(4) {
  z-index: 1;
  border-right: none;
}
.home #why .why-cascade-card--problem {
  padding: 0;
  min-height: 100%;
  overflow: visible;
}
.home #why .why-cascade-card--problem .why-cascade-card__peel-stage {
  position: absolute;
  inset: 0;
}
.home #why .why-cascade-card--problem .why-cascade-card__page {
  position: absolute;
  inset: 0;
}
.home #why .why-cascade-card__points,
.home #why .why-cascade-card__stats {
  flex: 0 1 auto;
  align-content: start;
}
.home #why .why-cascade-card__case-kicker {
  font-size: clamp(1.0625rem, 1.45vw, 1.2rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}
.home #why .why-cascade-card__peel-hint {
  font-size: clamp(0.5625rem, 0.72vw, 0.625rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: #fff;
}
.home #why .why-cascade-card__case-text {
  font-size: clamp(0.975rem, 1.25vw, 1.1rem);
  line-height: 1.35;
}
.home #why .why-cascade-card__case {
  gap: 0;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home #why .why-cascade-card__case::-webkit-scrollbar {
  display: none;
}
.home #why .why-cascade-card__points {
  gap: 0.45rem;
}
.home #why .why-cascade-card__stat dt {
  font-size: clamp(0.875rem, 1.12vw, 1rem);
}
.home #why .why-cascade-card--problem .why-cascade-card__page-body {
  padding: clamp(20px, 2.5vw, 28px);
}
.home #why .why-cascade-card--problem .why-cascade-card__case {
  padding: clamp(14px, 1.75vw, 20px);
  padding-bottom: max(clamp(14px, 1.75vw, 20px), calc(var(--why-peel-ear) * 0.58));
  padding-right: max(clamp(14px, 1.75vw, 20px), calc(var(--why-peel-ear) * 0.5));
}
.home #why .why-cascade-card--problem.is-peeled .why-cascade-card__case {
  padding-bottom: max(clamp(14px, 1.75vw, 20px), var(--why-peel-ear));
}
.home #why .why-cascade-card--problem .why-cascade-card__page-body {
  padding-bottom: max(clamp(20px, 2.5vw, 28px), var(--why-peel-ear));
  padding-right: max(clamp(20px, 2.5vw, 28px), var(--why-peel-ear));
  flex: 0 1 auto;
}
.home #why .why-cascade-card--solution {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home #why .why-cascade-card--solution .why-cascade-card__headline {
  line-height: 1.55;
}
.home #why .why-cascade-card--solution .why-cascade-card__lede {
  margin-bottom: 0;
  line-height: 1.35;
}
.home #why .why-cascade-card--solution .why-cascade-card__stats {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  gap: clamp(0.4rem, 0.75vw, 0.6rem);
  margin-top: auto;
  margin-bottom: auto;
}
.home #why .why-cascade-card--solution .why-cascade-card__stat {
  width: 100%;
  padding: clamp(8px, 1vw, 12px);
}
.home #why .why-cascade-card--solution .why-cascade-card__stat dd {
  white-space: nowrap;
}
.home .why-cascade-card__step-head {
  display: block;
  margin: 0 0 0.55rem;
}
.home .why-cascade-card__num {
  display: block;
  margin: 0 0 0.65rem;
  padding: 0;
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--neon);
  line-height: 1.1;
}
.home .why-cascade-card__title {
  margin: 0 0 0.55rem;
  padding: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.85vw, 1.425rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
}
.home .why-cascade-card__step-head .why-cascade-card__title {
  margin-bottom: 0;
}
.home .why-cascade-card__headline {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--text-2);
}
.home .why-cascade-card__headline:last-child {
  margin-bottom: 0;
}
.home .why-cascade-card__product {
  color: var(--text);
}
.home .why-cascade-card__lede {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-2);
}
.home .why-cascade-card__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}
.home .why-cascade-card__points li {
  position: relative;
  padding-left: 0.85rem;
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--text-2);
}
.home .why-cascade-card__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.32rem;
  height: 0.32rem;
  background: var(--neon);
}
.home .why-cascade-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.55rem, 1vw, 0.85rem);
  margin: 0;
  flex: 1;
  align-content: start;
}
.home .why-cascade-card__stat {
  padding: clamp(10px, 1.2vw, 14px);
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: var(--neon-dim);
}
.home .why-cascade-card__stat dt {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: var(--copy-xs);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--text-3);
}
.home .why-cascade-card__stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.3vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--text);
}
.home .why-cascade-card--solution .why-cascade-card__stats {
  align-content: start;
}
.home .why-cascade-card--problem {
  --why-peel-ear: clamp(2.65rem, 6vw, 3.65rem);
  position: relative;
  display: block;
  min-height: auto;
  padding: 0;
  overflow: visible;
}
.home .why-cascade-card__peel-stage {
  position: relative;
  overflow: hidden;
}
.home .why-cascade-card__case {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding:
    clamp(22px, 2.85vw, 34px)
    max(clamp(22px, 2.85vw, 34px), calc(var(--why-peel-ear) * 0.42))
    max(clamp(22px, 2.85vw, 34px), calc(var(--why-peel-ear) * 0.72))
    clamp(22px, 2.85vw, 34px);
  box-sizing: border-box;
  background: var(--bg);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home .why-cascade-card__case::-webkit-scrollbar {
  display: none;
}
.home .why-cascade-card__case-scroll-dot {
  position: absolute;
  right: clamp(5px, 0.65vw, 7px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.36);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.home .why-cascade-card--problem.is-peeled.is-case-scrollable .why-cascade-card__case-scroll-dot {
  opacity: 1;
  visibility: visible;
}
.home .why-cascade-card--problem.is-peeled .why-cascade-card__case {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.28s ease 0.14s, visibility 0s linear 0.14s;
}
.home .why-cascade-card--problem.is-peeled .why-cascade-card__peel-stage {
  overflow: visible;
}
.home .why-cascade-card__case-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(0.9375rem, 1.45vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.home .why-cascade-card__case-text {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--text-2);
}
.home .why-cascade-card__peel-close {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: var(--why-peel-ear);
  height: var(--why-peel-ear);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.home .why-cascade-card--problem.is-peeled .why-cascade-card__peel-close {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease 0.14s, visibility 0s linear 0.14s;
}
.home .why-cascade-card__peel-close:hover .why-cascade-card__peel-curl,
.home .why-cascade-card__peel-close:focus-visible .why-cascade-card__peel-curl {
  filter: brightness(0.88);
}
.home .why-cascade-card__peel-close:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.home .why-cascade-card__peel-close .why-cascade-card__peel-hint {
  right: 0.22rem;
  bottom: 0.2rem;
  font-size: clamp(0.5625rem, 0.72vw, 0.625rem);
  font-weight: 700;
  text-align: center;
}
.home .why-cascade-card__peel-close-x {
  display: block;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  font-weight: 700;
  line-height: 0.82;
  color: #fff;
}
.home .why-cascade-card__page {
  z-index: 2;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  visibility: visible;
  transition:
    clip-path 0.34s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.22s ease 0.1s,
    visibility 0s linear 0.34s;
}
.home .why-cascade-card--problem.is-peeled .why-cascade-card__page {
  clip-path: polygon(0 0, 0 0, 100% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home .why-cascade-card__page-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 1 auto;
  padding: clamp(22px, 2.85vw, 34px);
  box-sizing: border-box;
}
.home .why-cascade-card__peel-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: var(--why-peel-ear);
  height: var(--why-peel-ear);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.home .why-cascade-card--problem.is-peeled .why-cascade-card__peel-handle {
  visibility: hidden;
  pointer-events: none;
}
.home .why-cascade-card__peel-handle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.home .why-cascade-card__peel-curl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform-origin: 100% 100%;
  pointer-events: none;
  display: block;
  overflow: visible;
}
.home .why-cascade-card__peel-curl polygon {
  fill: var(--accent);
}
.home .why-cascade-card__peel-curl line {
  stroke: var(--outline);
  stroke-width: var(--outline-width);
  vector-effect: non-scaling-stroke;
}
.home .why-cascade-card--problem:not(.is-peeled) .why-cascade-card__peel-handle:hover .why-cascade-card__peel-curl,
.home .why-cascade-card--problem:not(.is-peeled) .why-cascade-card__peel-handle:focus-visible .why-cascade-card__peel-curl {
  animation: why-curl-jiggle 0.55s ease-in-out 1;
}
@keyframes why-curl-jiggle {
  0%, 100% { transform: rotate(0deg); }
  30% { transform: rotate(-5deg); }
  60% { transform: rotate(3deg); }
}
.home .why-cascade-card__peel-hint {
  position: absolute;
  right: 0.28rem;
  bottom: 0.22rem;
  max-width: calc(100% - 0.35rem);
  font-family: var(--font-display);
  font-size: clamp(0.5625rem, 0.72vw, 0.625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  line-height: 1.05;
  text-align: right;
  white-space: normal;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .home .why-cascade-card__page,
  .home .why-cascade-card__case {
    transition-duration: 0.01ms;
    transition-delay: 0s;
  }
  .home .why-cascade-card--problem:not(.is-peeled) .why-cascade-card__peel-handle:hover .why-cascade-card__peel-curl,
  .home .why-cascade-card--problem:not(.is-peeled) .why-cascade-card__peel-handle:focus-visible .why-cascade-card__peel-curl {
    animation: none;
  }
}
.home .why-cascade-card__was {
  font-weight: 400;
  color: var(--text-3);
  text-decoration: line-through;
  text-decoration-color: rgba(10, 10, 10, 0.35);
}
.home .why-cascade-card__arrow {
  margin: 0 0.2em;
  color: var(--neon);
  font-weight: 400;
}
.home .why-cascade-card__now {
  color: var(--text);
  background: var(--accent-box-bg);
  padding: 0.08em 0.32em;
  box-decoration-break: clone;
}
.home .lab-pipeline__step {
  padding: clamp(20px, 2.5vw, 28px);
  border-right: var(--outline-width) solid var(--outline);
  box-sizing: border-box;
  position: relative;
}
.home .lab-pipeline__step:last-child {
  border-right: none;
}
.home .lab-pipeline__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--neon);
  margin-bottom: 0.65rem;
}
.home .lab-pipeline__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.85vw, 1.425rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 0.55rem;
}
.home .lab-pipeline__text {
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--text-2);
  margin: 0;
}
.home .outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: var(--outline-width) solid var(--outline);
}
.home .outcome-card {
  padding: clamp(22px, 2.8vw, 32px);
  border-right: var(--outline-width) solid var(--outline);
  border-bottom: var(--outline-width) solid var(--outline);
  box-sizing: border-box;
}
.home .outcome-card:nth-child(2n) {
  border-right: none;
}
.home .outcome-card:nth-last-child(-n + 2) {
  border-bottom: none;
}
.home .outcome-card__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 0.55rem;
}
.home .outcome-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 0;
}
.home .outcome-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  display: block;
  flex-shrink: 0;
}
.home .outcome-card__title-text {
  line-height: 1.2;
  min-width: 0;
}
.home .outcome-card__label {
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--text-2);
  margin: 0;
  max-width: 22rem;
}

@media (max-width: 900px) {
  :root {
    --page-edge-inset: 2.5%;
    --hero-headline-inset: clamp(8px, 2.4vw, 12px);
    --sheet-pad: clamp(8px, 2.4vw, 12px);
    --nav-edge-inset: clamp(8px, 2.4vw, 12px);
  }
  .home .sheet .sheet-hatch--square.sheet-hatch--tr,
  .home .sheet .sheet-hatch--square.sheet-hatch--tl {
    display: none;
  }
  .home .sheet-hatch--band-top-right {
    max-width: min(52%, 10.5rem);
    height: clamp(24px, 5vw, 30px);
  }
  .home #contact .sheet > .sheet-hatch--band-top-right {
    width: clamp(5rem, 42%, 8.5rem);
    max-width: calc(100% - var(--sheet-pad) * 2);
  }
  .home-section-head,
  main.home .home-section .sheet > .home-section-title {
    font-size: var(--home-display-title-size-mobile);
  }
  .home-section-title {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  .home-section:not(.hero) {
    padding-top: clamp(34px, 7vw, 48px);
    padding-bottom: clamp(34px, 7vw, 48px);
  }
  main.home .home-section .sheet > .home-section-title {
    margin-top: 0;
    margin-bottom: clamp(1.15rem, 4.8vw, 1.75rem);
  }
  .hero-headline {
    font-size: var(--hero-headline-size);
  }
  .intro-fly--meet {
    font-size: var(--hero-intro-label-size);
  }
  .home #facilities .facility-grid {
    grid-template-columns: 1fr;
  }
  .home #facilities .facility-card {
    border-right: none;
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home #facilities .facility-card:last-child {
    border-bottom: none;
  }
  .home .lab-pipeline {
    grid-template-columns: 1fr;
  }
  .home .why-cascade {
    grid-template-columns: 1fr;
  }
  .home #why .why-cascade-card {
    border-right: none;
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home #why .why-cascade-card:last-of-type {
    border-bottom: none;
  }
  .home #why .why-cascade-card:nth-child(2)::after,
  .home #why .why-cascade-card:nth-child(4)::after,
  .home #why .why-cascade-card:nth-child(-n + 3)::after {
    display: none;
  }
  .home #why .why-cascade-card:nth-child(1),
  .home #why .why-cascade-card:nth-child(2),
  .home #why .why-cascade-card:nth-child(3),
  .home #why .why-cascade-card:nth-child(4) {
    overflow: hidden;
  }
  .home #why .why-cascade-card--problem {
    min-height: clamp(260px, 72vw, 360px);
  }
  .home .lab-pipeline__step {
    border-right: none;
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home .lab-pipeline__step:last-child {
    border-bottom: none;
  }
  .home .lab-pipeline__step::after {
    display: none;
  }
  .home .outcome-grid {
    grid-template-columns: 1fr;
  }
  .home .outcome-card {
    border-right: none;
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home .outcome-card:nth-child(2n) {
    border-right: none;
  }
  .home .outcome-card:last-child {
    border-bottom: none;
  }
  .home .outcome-card:nth-last-child(-n + 2) {
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home .why-cascade-card__stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1100px) {
  main.home .home-section .sheet > .home-section-title {
    display: inline-block;
    padding: clamp(0.38rem, 1.2vw, 0.52rem) clamp(0.6rem, 2vw, 0.9rem);
    border: var(--outline-width) solid var(--outline);
    border-radius: 6px;
    line-height: 1.16;
    text-box-trim: none;
    text-box-edge: initial;
    transform: none;
  }
}
.sheet-foot {
  height: 24px;
  margin-top: clamp(32px, 4vw, 48px);
  border: var(--outline-width) solid var(--outline);
}
.sheet-band {
  height: 18px;
  margin: clamp(40px, 5vw, 56px) 0;
  border: var(--outline-width) solid var(--outline);
}
.sheet-head {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.sheet-head--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  max-width: 36rem;
}
.sheet-label {
  display: inline-block;
  font-family: var(--font-display);
  font-size: var(--copy-sheet-label);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-box-text);
  background: var(--accent-box-bg);
  padding: var(--accent-box-pad-y) var(--accent-box-pad-x);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.sheet-lead {
  font-family: var(--font-display);
  font-size: var(--copy-sheet-lead);
  line-height: 1.5;
  color: var(--text-2);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 1rem;
}

/* ── LAYERED 3D BOXES (offset float + hatch shadow) ── */
.layer-stage {
  position: relative;
  overflow: visible;
  margin: clamp(6px, 1vw, 12px) 0;
}
.layer-stage--cta {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
.layer-stage--inline {
  min-height: 12rem;
}
.layer-base {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
}
.layer-base--pad {
  padding: clamp(24px, 3vw, 36px);
}
.layer-base--flat {
  padding: clamp(20px, 3vw, 28px);
  border: none;
  background: transparent;
}
.layer-base--diagram {
  min-height: clamp(220px, 32vw, 320px);
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  align-items: stretch;
}
.layer-base--diagram .layer-diagram {
  flex: 1;
  min-height: 180px;
  border: var(--outline-width) solid var(--outline);
  position: relative;
  overflow: hidden;
}
.layer-diagram-axis {
  position: absolute;
  background: var(--outline);
  opacity: 0.35;
}
.layer-diagram-axis--v {
  left: 28%;
  top: 8%;
  bottom: 12%;
  width: 1px;
}
.layer-diagram-axis--h {
  left: 8%;
  right: 8%;
  top: 52%;
  height: 1px;
  border-top: var(--outline-width) dashed var(--outline);
  background: none;
}
.layer-diagram-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  width: clamp(100px, 18vw, 160px);
  height: clamp(56px, 10vw, 88px);
  transform: translate(-50%, -50%);
  border: var(--outline-width) solid var(--outline);
  border-radius: 50%;
  opacity: 0.55;
}
.layer-diagram-orbit:nth-child(4) {
  width: clamp(130px, 22vw, 200px);
  height: clamp(72px, 12vw, 110px);
  opacity: 0.35;
}
.layer-diagram-orbit:nth-child(5) {
  width: clamp(72px, 14vw, 110px);
  height: clamp(40px, 8vw, 62px);
  transform: translate(-42%, -58%) rotate(-18deg);
}
.layer-diagram-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--neon);
  border: var(--outline-width) solid var(--outline);
}
.layer-float {
  position: absolute;
  z-index: 5;
  max-width: min(26rem, 92%);
  width: max-content;
  height: auto;
  padding: clamp(18px, 2.5vw, 28px);
  border: var(--outline-width) solid var(--outline);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  box-sizing: border-box;
}
.layer-float h2 {
  margin: 0;
}
.layer-float::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: translate(var(--layer-shadow-x, 12px), var(--layer-shadow-y, 12px));
  z-index: -1;
  background-color: var(--bg);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent var(--hatch-gap),
    var(--hatch-line) var(--hatch-gap),
    var(--hatch-line) calc(var(--hatch-gap) + 1px)
  );
  border: var(--outline-width) solid var(--outline);
}
.layer-float.callout::before {
  display: none;
}
.layer-float--accent {
  --layer-shadow-x: 14px;
  --layer-shadow-y: 14px;
  background: var(--paper);
  color: var(--text);
}
.layer-float--paper {
  --layer-shadow-x: 10px;
  --layer-shadow-y: 10px;
  background: var(--paper);
  color: var(--text);
}
.layer-float--sm {
  max-width: min(20rem, 88%);
  padding: clamp(14px, 2vw, 22px);
}
.layer-float--compact {
  max-width: min(17rem, 72%);
  padding: clamp(8px, 1.2vw, 12px) clamp(10px, 1.4vw, 14px);
  gap: 0.3rem;
}
.layer-float--compact .layer-kicker {
  margin-bottom: 0.05rem;
}
.layer-float--compact .layer-float-title {
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  line-height: 1.1;
}
.layer-float--compact .layer-float-text {
  font-size: var(--copy-float-text-compact);
  line-height: 1.4;
}
.layer-float--lg {
  max-width: min(38rem, 94%);
  padding: 12px 24px;
  gap: 0.38rem;
}
.layer-float--lg .layer-kicker {
  font-size: var(--copy-float-kicker-lg);
}
.layer-float--lg .layer-float-title {
  font-size: clamp(1.15rem, 1.45vw, 1.45rem);
  line-height: 1.12;
}
.layer-float--lg .layer-float-text {
  font-size: clamp(0.9375rem, 1.1vw, 1.0375rem);
  line-height: 1.32;
}
/* Hang past outer sheet border (offset includes sheet padding) */
.layer-float--hang-r {
  left: auto;
  right: calc(-1 * (var(--layer-hang) + var(--sheet-pad)));
}
.layer-float--hang-l {
  right: auto;
  left: calc(-1 * (var(--layer-hang) + var(--sheet-pad)));
}
.layer-float--hang-l-far {
  left: calc(-1 * (var(--layer-hang) + var(--sheet-pad) + clamp(16px, 2.5vw, 28px)));
}
/* Header blurb: overlaps top edge of outer sheet */
.layer-float--header {
  top: calc(-1 * (var(--layer-hang) + var(--float-header-lift-more)));
  bottom: auto;
  --float-header-pad-block-start: calc(var(--layer-shadow-y, 14px) + 4px);
  --float-header-pad-block-end: 8px;
  --float-header-pad-inline: 22px;
  padding-block: var(--float-header-pad-block-start) var(--float-header-pad-block-end);
  padding-inline: var(--float-header-pad-inline);
  gap: 0.32rem;
}
.layer-float--header .layer-float-title {
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.12;
}
.layer-float--header .layer-float-text {
  line-height: 1.32;
  font-size: clamp(0.875rem, 1.05vw, 0.975rem);
}
.layer-float--header .layer-float-text:last-child {
  margin-block-end: -0.1em;
}
.layer-float--header.layer-float--lg {
  --float-header-pad-block-start: calc(var(--layer-shadow-y, 14px) + 6px);
  --float-header-pad-block-end: 10px;
  --float-header-pad-inline: 24px;
  gap: 0.38rem;
}
.layer-float--header-up {
  top: calc(-1 * (var(--layer-hang) + var(--float-header-lift)));
}
.layer-float--header-up-more {
  top: calc(-1 * (var(--layer-hang) + var(--float-header-lift-more)));
}
/* Home section headers: uniform width, left edge aligned with hero Meet / Tinylab */
@media (min-width: 901px) {
  .home .sheet--has-float-header > .layer-float.layer-float--header {
    left: var(--hero-headline-inset);
    right: auto;
    width: var(--section-header-width);
    max-width: var(--section-header-width);
    box-sizing: border-box;
  }
  .home #contact .sheet--has-float-header > .layer-float.layer-float--header,
  .home #newsletter .sheet--has-float-header > .layer-float.layer-float--header {
    left: calc(-1 * (var(--layer-hang) + var(--sheet-pad)));
    right: auto;
    width: min(var(--section-header-width), calc(100% - var(--sheet-pad) * 0.5));
    max-width: 100%;
  }
}
.sheet.sheet--has-float-header,
.sheet-block.sheet--has-float-header {
  position: relative;
  overflow: visible;
}
/* Clearance below floating header (not extra sheet padding — that was making boxes look too tall) */
.sheet--has-float-header > .layer-float + *,
.sheet-block.sheet--has-float-header > .layer-float + * {
  margin-top: var(--float-content-clearance);
}
#industries .industries-hub {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.home #industries {
  --industries-grid-gap: 0;
  --industry-tile-ratio: 9 / 16;
  --industry-expand-ratio: 16 / 10;
}
.home #industries .industries-hub-stage {
  position: relative;
  width: calc(100% - 2 * var(--hero-headline-inset));
  margin-inline: var(--hero-headline-inset);
  padding: 0;
  box-sizing: border-box;
  border: var(--outline-width) solid var(--outline);
  border-radius: 10px;
  overflow: hidden;
}
.home #industries .sheet--has-float-header > .layer-float + .industries-hub {
  margin-top: var(--float-content-clearance);
}
/* Industries + product carousel: media flush to sheet edge; title keeps page inset */
.home #industries .sheet,
.home #product .sheet {
  padding: 0;
  overflow: visible;
}
.home #industries .sheet > .home-section-title,
.home #product .sheet > .home-section-title {
  margin-left: var(--hero-headline-inset);
  margin-right: var(--hero-headline-inset);
}
.home #industries .industries-hub-stage {
  padding: 0;
}
.home #industries .industries-grid {
  border: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.home #industries .industry-grid-item {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  aspect-ratio: var(--industry-tile-ratio);
  min-height: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  border-right: var(--outline-width) solid var(--outline);
  border-bottom: var(--outline-width) solid var(--outline);
  border-radius: 0;
  background: var(--surface-2);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.25s ease;
  container-type: inline-size;
}
.home #industries .industry-grid-item:nth-child(4n) {
  border-right: none;
}
.home #industries .industry-grid-item:nth-last-child(-n + 4) {
  border-bottom: none;
}
.home #industries .industry-grid-spacer {
  border: none;
}
.home #industries .industry-grid-item.is-flight {
  aspect-ratio: unset !important;
  grid-column: auto !important;
  cursor: default;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  contain: layout style paint;
  backface-visibility: hidden;
  will-change: top, left, width, height;
  transform: translateZ(0);
}
.home #industries .industry-grid-item.is-flight .industry-grid-item__media,
.home #industries .industry-grid-item.is-flight .industry-grid-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home #industries .industry-grid-item.is-flight .industry-grid-item__media img {
  transform: none !important;
}
.home #industries .industry-grid-item.is-expanded {
  grid-column: 1 / -1;
  aspect-ratio: auto;
  min-height: clamp(560px, 64vw, 860px);
  z-index: 5;
  cursor: default;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.home #industries .industry-grid-item.is-row-collapsed {
  display: none;
}
.home #industries .industry-grid-spacer {
  min-height: 0;
  min-width: 0;
}
.home #industries .industry-grid-spacer--row {
  grid-column: 1 / -1;
}
.home #industries .industry-grid-item.is-row-fading {
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}
.home #industries .industries-grid.is-animating {
  pointer-events: none;
}
.home #industries .industries-grid.is-animating .industry-grid-item.is-flight {
  pointer-events: auto;
}
.home #industries .industry-grid-item:hover:not(.is-expanded),
.home #industries .industry-grid-item:focus-visible:not(.is-expanded) {
  z-index: 2;
  box-shadow: inset 0 0 0 2px var(--neon);
  outline: none;
}
.home #industries .industry-grid-item.is-expanded:hover,
.home #industries .industry-grid-item.is-expanded:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.home #industries .industry-grid-item__media {
  grid-area: 1 / 1;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home #industries .industry-grid-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(1.5px);
  transition:
    transform 0.45s var(--ease, ease),
    filter 0.45s var(--ease, ease);
}
.home #industries .industry-grid-item:hover:not(.is-expanded):not(.is-flight) .industry-grid-item__media img,
.home #industries .industry-grid-item:focus-visible:not(.is-expanded):not(.is-flight) .industry-grid-item__media img,
.home #industries .industry-grid-item.is-expanded .industry-grid-item__media img {
  filter: blur(0);
}
.home #industries .industry-grid-item:hover:not(.is-expanded):not(.is-flight) .industry-grid-item__media img,
.home #industries .industry-grid-item:focus-visible:not(.is-expanded):not(.is-flight) .industry-grid-item__media img {
  transform: scale(1.04);
}
.home #industries .industry-grid-item__overlay {
  grid-area: 1 / 1;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
  padding: clamp(8px, 1vw, 11px);
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.28) 38%,
    transparent 100%
  );
  transition: opacity 0.3s ease, background 0.35s ease;
}
.home #industries .industry-grid-item.is-expanded .industry-grid-item__overlay {
  opacity: 0;
}
.home #industries .industry-grid-item:hover:not(.is-expanded) .industry-grid-item__overlay,
.home #industries .industry-grid-item:focus-visible:not(.is-expanded) .industry-grid-item__overlay {
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.75) 30%,
      transparent 50%
    ),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.55) 32%,
      transparent 52%
    );
}
.home #industries .industry-grid-item__title {
  flex-shrink: 0;
  margin-top: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: var(--font-section);
  font-size: clamp(0.9rem, 12cqw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  white-space: pre-line;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.home #industries .industry-grid-item__hint {
  width: 100%;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  flex-shrink: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.3s ease,
    margin 0.3s ease;
}
.home #industries .industry-grid-item:hover:not(.is-expanded):not(.is-flight) .industry-grid-item__hint,
.home #industries .industry-grid-item:focus-visible:not(.is-expanded):not(.is-flight) .industry-grid-item__hint {
  max-height: 2.4rem;
  margin-top: 0.35rem;
  opacity: 1;
}
.home #industries .industry-grid-item__detail {
  grid-area: 1 / 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: clamp(14px, 2.2vw, 24px);
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.72) 48%,
    rgba(0, 0, 0, 0.82) 100%
  );
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
.home #industries .industry-grid-item.is-detail-visible .industry-grid-item__detail {
  opacity: 1;
  visibility: visible;
}
.home #industries .industry-grid-item.is-flight .industry-grid-item__detail {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
.home #industries .industry-grid-item.is-expanded .industry-grid-item__detail {
  opacity: 0;
  visibility: hidden;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail {
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
  height: auto;
  padding-top: clamp(36px, 4.5vw, 52px);
  padding-bottom: clamp(14px, 2vw, 22px);
  overflow-y: visible;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail-inner {
  flex: 0 1 auto;
  min-height: auto;
  gap: clamp(8px, 1.1vw, 12px);
}
.home #industries .industry-grid-item__detail-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail-header {
  transform: none;
  margin-bottom: clamp(1.15rem, 2vw, 1.65rem);
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail-kicker {
  margin-bottom: 0.5rem;
  color: #fff;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail-heading {
  margin-bottom: 0;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail-actions {
  margin-top: clamp(1rem, 1.5vw, 1.35rem);
  flex-shrink: 0;
}
.home #industries .industry-grid-item__close {
  position: absolute;
  top: clamp(8px, 1.2vw, 12px);
  right: clamp(8px, 1.2vw, 12px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.home #industries .industry-grid-item__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.home #industries .industry-grid-item__close:hover,
.home #industries .industry-grid-item__close:focus-visible {
  color: #fff;
  opacity: 0.85;
  outline: none;
}
.home #industries .industry-grid-item__close:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}
.home #industries .industry-grid-item__detail-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(10px, 1.5vw, 16px);
  max-width: 100%;
  width: 100%;
  min-height: 0;
  padding-inline: clamp(4px, 0.9vw, 10px);
  box-sizing: border-box;
  text-align: center;
}
.home #industries .industry-grid-item__detail-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
.home #industries .industry-grid-item__detail-heading {
  margin: 0;
  font-family: var(--font-section);
  font-weight: 400;
  font-size: clamp(0.9rem, 12cqw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.home #industries .industry-grid-item__cases {
  display: grid;
  grid-template-columns: repeat(var(--industry-case-count, 3), minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(10px, 1.2vw, 14px);
  width: 100%;
  border: none;
  background: none;
  align-items: stretch;
}
.home #industries .industry-case {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  min-height: 100%;
  box-sizing: border-box;
  padding: clamp(10px, 1.1vw, 14px) clamp(8px, 0.9vw, 12px);
  border: var(--outline-width) solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
  overflow: visible;
}
.home #industries .industry-case:not(:last-child)::after {
  display: none;
}
.home #industries .industry-case__icon {
  display: none;
}
.home #industries .industry-case__head {
  margin: 0 0 clamp(0.85rem, 1.25vw, 1.1rem);
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.15vw, 1.125rem);
  font-weight: 400;
  line-height: 1.22;
  color: #fff;
  flex-shrink: 0;
}
.home #industries .industry-case__body {
  flex: none;
  min-height: auto;
  overflow: visible;
}
.home #industries .industry-case__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail::-webkit-scrollbar {
  width: 6px;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}
.home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}
.home #industries .industry-case__label {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.2;
}
.home #industries .industry-case__text {
  position: relative;
  margin: 0;
  padding-left: 0.95em;
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 1.1vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.88);
}
.home #industries .industry-case__text::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.72);
}
.home #industries .industry-case__text + .industry-case__text {
  margin-top: 0.55rem;
}
.home #industries .industry-grid-item__detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}
.home #industries .industry-grid-item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.5rem 1.1rem;
  border: var(--outline-width) solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: var(--copy-btn);
  font-weight: 600;
  color: #fff;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.home #industries .industry-grid-item__link:hover,
.home #industries .industry-grid-item__link:focus-visible {
  border-color: #fff;
  background: transparent;
  color: #fff;
  outline: none;
}
.home #industries .industry-grid-item__link--accent {
  padding: 0.5rem 1.1rem;
  border-color: rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: var(--copy-btn);
  font-weight: 600;
}
.home #industries .industry-grid-item__link--accent:hover,
.home #industries .industry-grid-item__link--accent:focus-visible {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.home #industries .industry-grid-item__link .nav-cta-exit {
  margin-left: 0.35em;
}
.home #industries .industry-grid-item--more {
  cursor: pointer;
  color: var(--text);
  background: var(--paper);
}
.home #industries .industry-grid-item--more:hover,
.home #industries .industry-grid-item--more:focus-visible {
  box-shadow: inset 0 0 0 2px var(--neon);
  outline: none;
}
.home #industries .industry-grid-item__more-inner {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: clamp(8px, 1vw, 11px);
  box-sizing: border-box;
  background-color: var(--bg);
}
.home #industries .industry-grid-item__more-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  padding-inline: clamp(4px, 0.6vw, 8px);
}
.home #industries .industry-grid-item__more-lead {
  font-family: var(--font-display);
  font-size: clamp(1.025rem, 1.62vw, 1.2875rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
}
.home #industries .industry-grid-item__more-cta {
  margin-top: clamp(0.55rem, 1.1vw, 0.85rem);
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
}
.home #industries .industry-grid-item--more .industry-grid-item__title {
  flex-shrink: 0;
  margin-top: auto;
  align-self: flex-start;
  text-shadow: none;
  color: var(--text);
}
.home #industries .industry-grid-item__more-text {
  font-family: var(--font-display);
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  color: var(--text-2);
}
#industries .layer-float--header-up {
  top: calc(-1 * (var(--layer-hang) + var(--float-header-lift-more)));
}
#industries .layer-float--header {
  gap: 0.3rem;
}
#industries .layer-float-title {
  font-size: clamp(1.02rem, 1.2vw, 1.22rem);
  line-height: 1.12;
}
#industries .layer-float-text {
  font-size: clamp(1.125rem, 1.55vw, 1.3rem);
  line-height: 1.32;
}
#facilities .layer-float--header-up,
#facilities .layer-float--header-up-more {
  top: calc(-1 * (var(--layer-hang) + var(--float-header-lift-more)));
}
#facilities .layer-float--header {
  gap: 0.28rem;
}
#facilities .sheet--has-float-header > .layer-float + .facility-list {
  margin-top: var(--float-content-clearance);
}
@media (min-width: 901px) {
  #product .sheet--has-float-header > .layer-float.layer-float--header {
    width: var(--section-header-width);
    max-width: min(38rem, calc(100% - var(--sheet-pad) * 2));
  }
  #product .layer-float--lg .layer-float-title {
    white-space: nowrap;
  }
}
#product .sheet.sheet--has-float-header > .layer-float {
  top: calc(-1 * (var(--layer-hang) + var(--float-header-lift-more)));
}
#product .sheet--has-float-header > .layer-float + .viewer-layout {
  margin-top: var(--float-content-clearance);
}
.home .viewer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  width: 100%;
  border: var(--outline-width) solid var(--outline);
  background: var(--surface-2);
  box-sizing: border-box;
}
.home .product-carousel {
  --product-carousel-visible: 3;
  --product-carousel-gap: 0.5rem;
  --product-carousel-radius: 8px;
  --product-carousel-slide-ms: 420ms;
  width: calc(100% - 2 * var(--hero-headline-inset));
  margin-inline: var(--hero-headline-inset);
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
}
.home .product-carousel:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.home .product-carousel__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: none;
  box-sizing: border-box;
}
.home .product-carousel__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: none;
  box-sizing: border-box;
  background: transparent;
}
.home .product-carousel__track {
  display: flex;
  align-items: stretch;
  gap: var(--product-carousel-gap);
  width: 100%;
  will-change: transform;
  transition: transform var(--product-carousel-slide-ms, 420ms) cubic-bezier(0.4, 0, 0.2, 1);
}
.home .product-carousel__slide {
  position: relative;
  flex: 0 0 calc(
    (100% - (var(--product-carousel-visible) - 1) * var(--product-carousel-gap)) /
      var(--product-carousel-visible)
  );
  width: calc(
    (100% - (var(--product-carousel-visible) - 1) * var(--product-carousel-gap)) /
      var(--product-carousel-visible)
  );
  min-width: 0;
  aspect-ratio: 1 / 1;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: var(--product-carousel-radius);
  background: transparent;
}
.home .product-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--product-carousel-radius);
  background: transparent;
  user-select: none;
  -webkit-user-drag: none;
}
.home .product-carousel__caption {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.85rem;
  border-top: var(--outline-width) solid var(--outline);
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  line-height: 1.35;
  color: var(--text-2);
  text-align: center;
  background: var(--paper);
  box-sizing: border-box;
}
.home .product-carousel__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 8rem;
  padding: 1.5rem;
  box-sizing: border-box;
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  color: var(--text-3);
  text-align: center;
  background: var(--paper);
}
.home .product-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0.35rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}
.home .product-carousel__nav-icon {
  display: block;
  width: clamp(1.65rem, 2.4vw, 2rem);
  height: clamp(1.65rem, 2.4vw, 2rem);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55));
  transition: transform 0.22s ease;
}
.home .product-carousel__nav:hover,
.home .product-carousel__nav:focus-visible {
  background: transparent;
  color: var(--tinylab-gold);
  outline: none;
}
.home .product-carousel__nav:hover .product-carousel__nav-icon,
.home .product-carousel__nav:focus-visible .product-carousel__nav-icon {
  transform: scale(1.08);
}
.home .product-carousel__nav:active .product-carousel__nav-icon {
  transform: scale(0.96);
}
.home .product-carousel__nav:focus-visible {
  outline: none;
}
.home .product-carousel__nav:focus-visible .product-carousel__nav-icon {
  filter:
    drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 0 2px rgba(255, 255, 255, 0.35));
}
.home .product-carousel__nav--prev {
  left: clamp(4px, 0.8vw, 10px);
}
.home .product-carousel__nav--next {
  right: clamp(4px, 0.8vw, 10px);
}
@media (prefers-reduced-motion: reduce) {
  .home .product-carousel__track {
    transition: none !important;
  }
}
@media (max-width: 900px) {
  .home .product-carousel {
    --product-carousel-visible: 2;
  }
}
@media (max-width: 720px) {
  .home .product-carousel {
    --product-carousel-visible: 1;
  }
  .home .product-carousel__nav {
    padding: 0.2rem;
  }
}
.home .viewer-spec-panel {
  position: relative;
  background: var(--paper);
  border-left: var(--outline-width) solid var(--outline);
  overflow-y: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.home .viewer-spec-panel__hint {
  margin: auto;
  padding: 1.5rem;
  max-width: 16rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  color: var(--text-3);
  line-height: 1.5;
}
.home .viewer-spec-panel--active .viewer-spec-panel__hint {
  display: none;
}
.home .viewer-spec-panel__module {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.6rem 0.65rem;
  animation: viewer-spec-in 0.35s ease;
}
.home .viewer-spec-panel__module[hidden] {
  display: none !important;
}
.home .viewer-spec-panel__module--stack {
  gap: 0.5rem;
}
.home .viewer-spec-panel .spec-card {
  flex-shrink: 0;
}
/* Compact specs in viewer — scroll inside panel, never grow the 3D frame */
.home .viewer-spec-panel .spec-header {
  --spec-header-pad-y: 0.4rem;
  --spec-header-pad-x: 0.55rem;
  --spec-title-lines: 2.4em;
  min-height: 0;
  column-gap: 0.4rem;
  grid-template-columns: 2rem 1fr auto;
}
.home .viewer-spec-panel .spec-icon {
  width: 2rem;
  height: 2rem;
}
.home .viewer-spec-panel .spec-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}
.home .viewer-spec-panel .spec-header h3 {
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  line-height: 1.15;
  min-height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.home .viewer-spec-panel .spec-header .badge {
  font-size: var(--copy-micro);
  padding: 0.2em 0.35em;
}
.home .viewer-spec-panel .spec-body {
  padding: 0.35rem 0.5rem 0.45rem;
}
.home .viewer-spec-panel .spec-body > ul > li {
  padding: 0.22rem 0;
  font-size: clamp(0.725rem, 1.02vw, 0.825rem);
  line-height: 1.3;
}
.home .viewer-spec-panel .sub-list {
  margin-top: 0.15rem;
  padding-left: 0.65rem;
}
.home .viewer-spec-panel .sub-list li {
  padding: 0.08rem 0;
  font-size: clamp(0.6875rem, 0.95vw, 0.775rem);
  line-height: 1.25;
  padding-left: 0.65rem;
}
@keyframes viewer-spec-in {
  from { opacity: 0; transform: translateY(0.35rem); }
  to { opacity: 1; transform: translateY(0); }
}
.home #product .viewer-layout #viewer-container::after {
  display: none;
}
.home #product .viewer-frame,
.home #product #viewer-container {
  max-width: none;
}
#specs .sheet--has-float-header > .layer-float + .specs-grid {
  margin-top: var(--float-content-clearance);
}
#specs.home-section,
#newsletter.home-section--compact {
  padding-top: 0;
}
#newsletter .sheet--compact {
  --sheet-pad: clamp(22px, 3vw, 36px);
}
#newsletter .sheet--has-float-header {
  overflow: visible;
}
#newsletter .layer-float--header {
  gap: 0.3rem;
}
#newsletter .layer-float--header .layer-float-title {
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.12;
}
#newsletter .layer-float--header .layer-float-text {
  font-size: var(--copy-float-text);
  line-height: 1.32;
}
#newsletter .sheet--has-float-header > .layer-float + .newsletter-body {
  margin-top: var(--float-content-clearance);
}
#newsletter .newsletter-body {
  width: 100%;
  max-width: 22rem;
  z-index: 2;
}
#newsletter .newsletter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  max-width: 100%;
}
#newsletter .newsletter-row input {
  flex: 1 1 10rem;
  width: auto;
  min-width: 0;
  max-width: 14rem;
  padding: 0.45rem 0.65rem;
  font-size: var(--copy-sm2);
}
#newsletter .newsletter-row .btn {
  flex: 0 0 auto;
  padding: 0.45rem 0.85rem;
  font-size: var(--copy-sm2);
}
#newsletter .newsletter-success {
  margin-top: 0.65rem;
  font-size: var(--copy-sm);
}
#newsletter .newsletter-success p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--text-2);
}
#contact .sheet--has-float-header > .layer-float + .sheet-block {
  margin-top: var(--float-content-clearance);
}
.sheet > .layer-float,
.sheet-block > .layer-float {
  z-index: 6;
}
.layer-kicker {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-display);
  font-size: var(--copy-float-kicker);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.05;
  padding: var(--accent-box-pad-y) var(--accent-box-pad-x);
  border: var(--outline-width) solid var(--outline);
  background: var(--paper);
  color: var(--text);
}
.layer-float--accent .layer-kicker {
  background: var(--paper);
  border-color: var(--outline);
  color: var(--text);
  line-height: 1.2;
}
.layer-float-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}
.layer-float-text {
  font-family: var(--font-display);
  font-size: var(--copy-float-text);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0;
  opacity: 0.92;
}
.layer-float--accent .layer-float-text {
  opacity: 0.88;
}
.home .layer-stage--hero-visual .layer-base {
  border: var(--outline-width) solid var(--outline);
  background: var(--paper);
  padding: 0;
  line-height: 0;
}
.home .layer-stage--viewer .layer-base {
  padding: 0;
  overflow: visible;
}
.home .layer-stage--viewer #viewer-container {
  overflow: hidden;
}
.home .layer-stage--viewer .viewer-frame {
  border: var(--outline-width) solid var(--outline);
  box-sizing: border-box;
}
.home .callout.layer-float {
  position: absolute;
  margin-left: 0;
  align-self: auto;
}
.home .callout.layer-float::before {
  transform: translate(14px, 14px);
}
.sheet-block--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}
.sheet-col .gallery-grid {
  margin-top: 0.5rem;
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: var(--outline-width) solid var(--outline);
}
.pillar {
  padding: clamp(28px, 3vw, 40px);
  border-right: var(--outline-width) solid var(--outline);
}
.pillar:last-child { border-right: none; }
.pillar-title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: var(--text);
}
.pillar-text {
  font-family: var(--font-display);
  font-size: var(--copy-pillar);
  line-height: 1.55;
  color: var(--text-2);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.cta-stage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
  position: relative;
}
.sheet--diagram {
  min-height: 280px;
  display: flex;
  align-items: stretch;
  padding: clamp(28px, 4vw, 40px);
}
.diagram-placeholder {
  flex: 1;
  min-height: 200px;
  border: var(--outline-width) solid var(--outline);
}
.callout {
  position: relative;
  z-index: 2;
  margin-left: -48px;
  align-self: center;
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
  padding: clamp(36px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.callout::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: translate(10px, 10px);
  background-color: var(--bg);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent var(--hatch-gap),
    var(--hatch-line) var(--hatch-gap),
    var(--hatch-line) calc(var(--hatch-gap) + 1px)
  );
  border: var(--outline-width) solid var(--outline);
  z-index: -1;
}
.callout .display-lg {
  color: var(--text);
  margin: 0;
}
.callout-text {
  font-family: var(--font-display);
  font-size: var(--copy-callout);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--text);
  opacity: 0.9;
}
.callout .btn-primary {
  align-self: flex-start;
}
.home .section-header,
.home .feature-card,
.home .panel,
.home .card,
.home .cta-banner > h2,
.home .cta-banner > .btn,
.home .cta-banner > a,
.home .section > .section-eyebrow,
.home .section > h2 {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

/* ── HOME INTRO (first visit) ── */
.home-intro {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: all;
}
html.intro-pending .home-intro {
  display: block;
}
.home-intro__backdrop {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 0;
}
.home-intro__stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  text-align: center;
  padding: clamp(24px, 5vw, 48px);
  max-width: min(92vw, 40rem);
  margin: 0 auto;
  box-sizing: border-box;
}
.home-intro__flyer {
  position: absolute;
  left: 50%;
  top: var(--intro-flyer-anchor-top, 50%);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  width: 100%;
  max-width: 100%;
  overflow: visible;
  opacity: 0;
  margin: 0;
}
.home-intro__flyer.is-visible {
  animation: intro-flyer-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes intro-flyer-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translate3d(0, 0, 0);
  }
}
.home-intro__fly-portal {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.home-intro.is-flying .home-intro__fly-portal .intro-fly,
.home-intro.is-flying .home-intro__fly-portal .intro-fly--divider,
.home-intro.is-flying .home-intro__lab-fly-shell {
  will-change: transform;
}
.home-intro__fly-portal .intro-fly {
  visibility: visible;
  opacity: 1;
}
.home-intro.is-flying .home-intro__stage {
  visibility: hidden;
}
html.intro-pending body {
  overflow: hidden;
}
html.intro-pending .intro-page-fade {
  opacity: 0;
  pointer-events: none;
}
html.intro-pending .intro-target-hidden {
  opacity: 0 !important;
}
html.intro-pending.intro-reveal .intro-page-fade {
  opacity: 1;
  transition: none;
  pointer-events: auto;
}
html.intro-pending.intro-reveal .home-intro__backdrop {
  opacity: 0;
  transition: opacity 0.45s ease-out;
}
html.intro-done .intro-page-fade {
  opacity: 1;
  pointer-events: auto;
}
html.intro-done nav.nav .nav-logo,
html.intro-done main.home .hero-headline,
html.intro-done main.home .hero-headline .intro-target {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}
.home-intro__question {
  position: relative;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: repeat(3, auto);
  row-gap: 0.14em;
  column-gap: clamp(3.5rem, 16vw, 10rem);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.2vw, 2.1rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--text);
}
.home-intro__line {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.home-intro.is-active:not(.is-flying) .home-intro__line.is-visible {
  will-change: auto;
}
.home-intro__line.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.home-intro__line--1 {
  grid-column: 1;
  justify-items: start;
  text-align: left;
}
.home-intro__line--2 {
  grid-column: 2;
  justify-items: end;
  text-align: right;
}
.home-intro__line--2:not(.is-visible) {
  pointer-events: none;
}
.home-intro__stack {
  display: contents;
}
.home-intro__stack-line {
  display: block;
  line-height: 1.35;
  white-space: nowrap;
}
.home-intro__stack--lead .home-intro__stack-line:nth-child(1) {
  grid-row: 1;
}
.home-intro__stack--lead .home-intro__stack-line:nth-child(2) {
  grid-row: 2;
}
.home-intro__stack--lead .home-intro__stack-line:nth-child(3) {
  grid-row: 3;
}
.home-intro__stack--dest .home-intro__stack-line:nth-child(1) {
  grid-row: 1;
}
.home-intro__stack--dest .home-intro__stack-line:nth-child(2) {
  grid-row: 2;
}
.home-intro__stack--dest .home-intro__stack-line:nth-child(3) {
  grid-row: 3;
}
.home-intro__stack--dest .home-intro__stack-line {
  justify-self: end;
}
.home-intro__stack-line--word {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}
.home-intro__stack-line--word .home-intro__q-mark {
  color: var(--text);
}
.home-intro__lab-wrap {
  display: inline-block;
  vertical-align: baseline;
}
.home-intro__lab-wrap--hold {
  visibility: hidden;
  pointer-events: none;
}
.home-intro__lab-fly-shell {
  position: fixed;
  z-index: 10003;
  margin: 0;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.2vw, 2.1rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.home-intro__lab-fly-shell .home-intro__lab,
.home-intro__lab-fly-shell .home-intro__sample {
  font: inherit;
  letter-spacing: inherit;
}
.home-intro__lab-fly-shell.is-vanish-pair {
  white-space: nowrap;
}
.home-intro__lab,
.home-intro__sample {
  background-image: var(--tinylab-gold-gradient);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--tinylab-gold);
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: 0.4px rgba(138, 124, 56, 0.4);
  paint-order: stroke fill;
  text-shadow: 0 0.03em 0.1em rgba(90, 82, 30, 0.16);
}
@supports not ((-webkit-text-stroke: 0.4px) or (text-stroke: 0.4px)) {
  .home-intro__lab,
  .home-intro__sample {
    text-shadow:
      0.45px 0 0 rgba(138, 124, 56, 0.34),
      -0.45px 0 0 rgba(138, 124, 56, 0.34),
      0 0.45px 0 rgba(138, 124, 56, 0.34),
      0 -0.45px 0 rgba(138, 124, 56, 0.34),
      0 0.03em 0.1em rgba(90, 82, 30, 0.16);
  }
}
.home-intro__lab-trail {
  position: fixed;
  z-index: 10002;
  pointer-events: none;
  margin: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--tinylab-gold-gradient);
  opacity: 0;
  transform-origin: 100% 50%;
  animation: home-intro-lab-trail 0.4s ease-out forwards;
}
@keyframes home-intro-lab-trail {
  0% {
    opacity: var(--trail-opacity, 0.5);
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--trail-drift, -5px), 0, 0) scaleX(0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-intro__lab-trail {
    display: none;
  }
}
.home-intro__lab-slot,
.home-intro__sample-hold {
  display: inline-block;
  vertical-align: baseline;
  visibility: hidden;
  pointer-events: none;
}
.home-intro__lab-slot {
  width: 0;
  margin-right: 0.22em;
  overflow: hidden;
}
.home-intro__sample-hold {
  margin: 0;
}
.home-intro__question.is-vanish .home-intro__stack-line {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 0.38s ease-in,
    transform 0.38s ease-in;
}
.home-intro__question.is-vanish .home-intro__stack-line--word:has(.home-intro__q-mark) {
  opacity: 1;
  transform: none;
  transition: none;
}
.home-intro__question.is-vanish .home-intro__q-mark {
  opacity: 0;
  transform: none;
  transition: opacity 0.38s ease-in;
}
.home-intro__cluster--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.06em;
}
.home-intro__cluster--brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-headline {
  display: block;
  margin: 0 0 clamp(0.2rem, 0.8vw, 0.45rem);
  font-family: var(--font-hero);
  font-size: var(--hero-headline-size);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--hero-headline-letter-spacing);
  color: var(--text);
  width: max-content;
  max-width: 100%;
  align-self: center;
  text-align: center;
  overflow: visible;
}
.hero-title-block {
  width: min(100%, max-content);
  max-width: 100%;
  min-width: 0;
  align-self: center;
}
.hero-headline-width {
  display: grid;
  grid-template-columns: minmax(0, max-content);
  justify-items: center;
  width: min(100%, max-content);
  max-width: 100%;
  min-width: 0;
}
.hero-headline-width > .hero-headline {
  grid-column: 1;
  width: max-content;
  max-width: 100%;
  justify-self: center;
}
.hero-tinylab-col {
  grid-column: 1;
  display: flex;
  justify-content: center;
  width: min(100%, max-content);
  max-width: 100%;
  min-width: 0;
}
.hero-tinylab-rail {
  display: inline-grid;
  grid-template-columns: minmax(0, max-content);
  justify-items: stretch;
  width: min(100%, max-content);
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  font-size: clamp(
    2.5rem,
    min(var(--hero-tinylab-wordmark-size), 17.5cqi),
    9.3rem
  );
}
.hero-tinylab-rail > .hero-tinylab-wordmark-wrap {
  grid-column: 1;
  justify-self: end;
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  font-size: 1em;
  line-height: 0;
  vertical-align: top;
  overflow: visible;
}
.hero-tinylab-rail > .hero-tinylab-wordmark-wrap > .hero-tinylab-wordmark {
  display: block;
  max-width: 100%;
  height: 1em;
  width: auto;
  padding: 0;
}
.hero-tinylab-rail > .hero-tagline-inset,
.hero-tinylab-rail > .hero-btns-inset {
  grid-column: 1;
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.hero-tinylab-rail > .hero-tagline-inset {
  margin: clamp(0.75rem, 1.75vw, 1rem) 0 clamp(1.75rem, 2.75vw, 2rem);
}
.hero-tinylab-rail > .hero-tagline-inset > .hero-tagline {
  margin: 0;
  font-size: var(--hero-headline-size);
}
.hero-tinylab-rail > .hero-btns-inset > .hero-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 1.5rem;
  font-size: var(--hero-headline-size);
}
.hero-headline .headline-row:first-child {
  font-size: var(--hero-intro-label-size);
  letter-spacing: var(--hero-headline-letter-spacing);
  text-align: center;
}
.hero-headline .headline-row {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  white-space: nowrap;
}
.hero-headline .headline-row--accent {
  line-height: 1;
}
.hero-tinylab-col .hero-tinylab-wordmark,
.home-intro .hero-tinylab-wordmark {
  display: block;
  width: auto;
  height: var(--hero-tinylab-wordmark-size);
  max-width: min(100%, calc(var(--hero-tinylab-wordmark-size) * 3.912));
  margin-inline: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.hero-tinylab-rail .hero-tinylab-wordmark {
  height: 1em;
  max-width: min(100%, 3.912em);
}
.shop-page .shop-banner__tinylab-wordmark-wrap {
  position: relative;
  display: inline-block;
  font-size: var(--shop-tinylab-wordmark-size);
  line-height: 0;
  overflow: visible;
  margin-top: 0;
}
.shop-page .shop-banner__tinylab-wordmark-wrap .shop-banner__tinylab-wordmark {
  display: block;
  height: 1em;
  width: auto;
  max-width: min(100%, 3.912em);
  padding: 0;
}
@container hero-content (max-width: 24rem) {
  .hero-tinylab-rail {
    font-size: clamp(2.25rem, 16cqi, 6rem);
  }
}
@container hero-content (max-width: 18rem) {
  .hero-tinylab-rail {
    font-size: clamp(2rem, 15cqi, 4.75rem);
  }
  .hero-tagline {
    letter-spacing: 0.06em;
  }
}
.shop-page .shop-banner__tinylab-wordmark {
  display: block;
  width: auto;
  height: var(--shop-tinylab-wordmark-size);
  max-width: min(100%, calc(var(--shop-tinylab-wordmark-size) * 3.912));
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-headline .accent-chip,
.hero-headline .hero-accent {
  font-weight: 700;
}
.intro-fly--meet {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-hero);
  font-size: var(--hero-intro-label-size);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--hero-headline-letter-spacing);
  color: var(--text);
  white-space: nowrap;
}
.intro-fly--Tinylab {
  display: block;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  overflow: visible;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}
.intro-fly--Tinylab .hero-tinylab-wordmark {
  transform: translateZ(0);
  backface-visibility: hidden;
  padding: 0;
}
.headline-row {
  display: block;
  white-space: nowrap;
}
.headline-row--accent .accent-chip,
.hero-headline .headline-row--accent .hero-accent {
  padding: 0.04em 0.12em 0.06em;
  line-height: 1.05;
}
.headline-row--accent .accent-chip::before,
.hero-headline .hero-accent::before {
  left: -0.18em;
  right: -0.28em;
  height: 1.05em;
  top: 52%;
  transform: translateY(-52%);
}
.intro-fly--Tinylab .accent-chip::before {
  height: 1.05em;
  top: 52%;
  transform: translateY(-52%);
}
.intro-fly {
  opacity: 0;
}
.intro-fly--divider {
  display: block;
  width: clamp(3.25rem, 14vw, 5.75rem);
  height: 2px;
  margin: 0 auto;
  padding: 0;
  background: var(--outline);
  border: none;
  border-radius: 0;
  transform-origin: center center;
}
.intro-fly--Tinylab .accent-chip {
  font: inherit;
  letter-spacing: inherit;
}
.intro-fly--logo.brand-mark {
  height: var(--brand-wordmark-h);
  width: var(--brand-wordmark-h);
}
.intro-fly.is-flash:not(.intro-fly--Tinylab) {
  animation: intro-flash-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.intro-fly--Tinylab.is-flash {
  opacity: 1;
}
.home-intro__fly-portal .intro-fly:not(.intro-fly--divider) {
  animation: none;
  transform: none;
}
@keyframes intro-flash-in {
  0% { opacity: 0; }
  35% { opacity: 0.4; }
  100% { opacity: 1; }
}
.home-intro.is-complete {
  pointer-events: none;
}
@media (max-width: 900px) {
  .home-intro {
    overflow: hidden;
  }
  .home-intro__stage {
    max-width: 100%;
    width: 100%;
    padding:
      max(20px, env(safe-area-inset-top, 0px))
      clamp(10px, 3.5vw, 18px)
      max(20px, env(safe-area-inset-bottom, 0px));
    overflow: hidden;
  }
  .home-intro__question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: repeat(3, auto);
    row-gap: 0.12em;
    column-gap: clamp(0.85rem, 5vw, 2.75rem);
    width: 100%;
    max-width: min(100%, 34rem);
    margin-inline: auto;
    font-size: clamp(0.8125rem, 3.35vw, 1.2rem);
    text-align: left;
  }
  .home-intro__line {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    width: auto;
  }
  .home-intro__line--1 {
    grid-column: 1;
    justify-items: start;
    text-align: left;
  }
  .home-intro__line--2 {
    grid-column: 2;
    justify-items: end;
    text-align: right;
  }
  .home-intro__stack {
    display: contents;
  }
  .home-intro__stack-line {
    display: block;
    white-space: nowrap;
    line-height: 1.35;
  }
  .home-intro__stack--lead .home-intro__stack-line:nth-child(1) {
    grid-row: 1;
  }
  .home-intro__stack--lead .home-intro__stack-line:nth-child(2) {
    grid-row: 2;
  }
  .home-intro__stack--lead .home-intro__stack-line:nth-child(3) {
    grid-row: 3;
  }
  .home-intro__stack--dest .home-intro__stack-line:nth-child(1) {
    grid-row: 1;
  }
  .home-intro__stack--dest .home-intro__stack-line:nth-child(2) {
    grid-row: 2;
  }
  .home-intro__stack--dest .home-intro__stack-line:nth-child(3) {
    grid-row: 3;
  }
  .home-intro__stack--dest .home-intro__stack-line {
    justify-self: end;
  }
  .home-intro__stack-line--word {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    justify-content: flex-end;
  }
  .home-intro__lab-fly-shell {
    font-size: inherit;
  }
  .home-intro__flyer {
    width: 100%;
    max-width: min(92vw, 20rem);
    align-items: center;
  }
  .home-intro__cluster--title {
    width: 100%;
    align-items: center;
  }
  .home-intro .intro-fly--meet,
  .home-intro .intro-fly--Tinylab {
    display: block;
    width: 100%;
    text-align: center;
  }
  .home-intro .headline-row {
    white-space: normal;
  }
  .home-intro .hero-tinylab-wordmark {
    height: clamp(3.5rem, 16vw, 5rem);
    max-width: min(100%, calc(clamp(3.5rem, 16vw, 5rem) * 3.912));
  }
  .home-intro .intro-fly--divider {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .home-intro__question {
    column-gap: clamp(0.65rem, 4.2vw, 1.5rem);
    font-size: clamp(0.72rem, 3.1vw, 0.95rem);
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-intro { display: none !important; }
  html.intro-pending .intro-page-fade {
    opacity: 1;
    pointer-events: auto;
  }
  html.intro-pending .intro-target-hidden {
    opacity: 1 !important;
  }
}

/* ── HERO — full bleed top, left, right ── */
.hero {
  padding: 0 0 var(--home-section-stack-gap);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home .hero .home-wrap {
  --home-wrap-max: none;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero .sheet--hero {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: calc(var(--nav-h) + clamp(32px, 5vw, 56px)) clamp(36px, 5vw, 72px) clamp(40px, 6vw, 72px);
  background-color: var(--bg);
  min-height: clamp(360px, 42vw, 1080px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  position: relative;
}
.hero-visual {
  position: relative;
  grid-column: 1;
  justify-self: center;
  align-self: center;
  left: auto;
  bottom: auto;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(68vw, var(--hero-visual-max-w, 820px));
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
  pointer-events: none;
}
.hero-visual__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, var(--hero-visual-max-h, 920px));
  object-fit: contain;
  object-position: center center;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  width: 100%;
  flex: 1;
  overflow: visible;
}
.hero-content {
  grid-column: 2;
  justify-self: stretch;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding-inline: clamp(8px, 1.5vw, 20px);
  box-sizing: border-box;
  container-type: inline-size;
  container-name: hero-content;
  transform: none;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* Ultrawide: keep ≤1920 look, then grow image + Tinylab block with viewport.
   Floor values match the 1920px caps so nothing jumps at the breakpoint. */
@media (min-width: 2000px) {
  :root {
    --hero-visual-max-w: min(41vw, 1200px);
    --hero-visual-max-h: min(78vh, 1120px);
    /* 7.44vw = 9.3rem at 2000px — continuous with the normal-monitor cap */
    --hero-tinylab-wordmark-size: clamp(9.3rem, 7.44vw, 14rem);
    --hero-headline-size: clamp(22px, 1.1vw, 30px);
    --hero-intro-label-size: clamp(14px, 0.7vw, 18px);
  }
  .hero .sheet--hero {
    min-height: clamp(1080px, 42vw, 1280px);
  }
  .hero-tinylab-rail {
    font-size: clamp(
      9.3rem,
      min(var(--hero-tinylab-wordmark-size), 22cqi),
      14rem
    );
  }
  .hero-visual {
    max-width: var(--hero-visual-max-w);
  }
  .hero-visual__img {
    max-height: var(--hero-visual-max-h);
  }
}
/* ── IMAGE OUTLINE (thin black border on wrapper — avoids clipped edges) ── */
.media-frame {
  display: inline-block;
  line-height: 0;
  border: var(--outline-width) solid var(--outline);
  box-sizing: border-box;
  background: var(--paper);
}
.media-frame--device {
  max-width: 100%;
}
/* Same intrinsic sizing as shop featured card */
.media-frame--device img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(38vw, 340px);
  max-height: min(420px, 42vh);
  border: none;
  object-fit: contain;
}
.card-image,
.ind-card-image,
.usecase-img {
  position: relative;
  border: var(--outline-width) solid var(--outline);
  background-color: var(--surface-2);
  background-size: cover;
  background-position: center;
}
.ind-detail .ind-hero-img { display: none !important; }
#viewer-container {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}
#viewer-container::after {
  content: '';
  position: absolute;
  inset: 0;
  border: var(--outline-width) solid var(--outline);
  pointer-events: none;
  z-index: 20;
  box-sizing: border-box;
}
#viewer-container canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home .viewer-frame {
  position: relative;
  width: 100%;
  max-width: 56rem;
  margin: 0;
  aspect-ratio: 16 / 10;
  background-color: #d8dce3;
  background-image:
    radial-gradient(ellipse 88% 72% at 50% 36%, #fafbfc 0%, #eef0f4 42%, #d4dae3 100%),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent var(--hatch-gap),
      rgba(10, 10, 10, 0.04) var(--hatch-gap),
      rgba(10, 10, 10, 0.04) calc(var(--hatch-gap) + 1px)
    );
  box-sizing: border-box;
}
.home .viewer-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse 92% 88% at 50% 44%,
    transparent 32%,
    rgba(10, 10, 10, 0.07) 100%
  );
}
.home #specs .specs-grid {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.home .viewer-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--copy-sm);
  color: var(--text-3);
  pointer-events: none;
}
.home .viewer-hud {
  position: absolute;
  z-index: 5;
  bottom: 1.25rem;
  left: 1.25rem;
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
  padding: 0.875rem 1.125rem;
  box-shadow: var(--float-shadow);
}
.home .viewer-hud-label {
  font-size: var(--copy-2xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon);
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.home .viewer-hud-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
}
.home .viewer-btn {
  padding: 0.5rem 1rem;
  border: var(--outline-width) solid var(--outline);
  background: var(--paper);
  font-family: var(--font-display);
  font-size: var(--copy-xs);
  font-weight: 400;
  color: var(--text-2);
  cursor: pointer;
}
.home .viewer-btn:hover {
  border-color: var(--text);
  color: var(--text);
}
.home .viewer-btn--round {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
}
.home .viewer-btn--tl { position: absolute; top: 1rem; left: 1rem; z-index: 5; }
.home .viewer-controls { position: absolute; z-index: 5; display: flex; gap: 0.5rem; }
.home .viewer-controls--tr { top: 1rem; right: 1rem; }
.home .viewer-controls--br {
  bottom: 1rem;
  right: 1rem;
  flex-direction: column;
}
.home .viewer-module-title {
  z-index: 5;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
  padding: 0.5rem 1.25rem;
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
}
.home .specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.home .spec-card {
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
  overflow: hidden;
}
.home .spec-header {
  --spec-header-pad-y: 0.9rem;
  --spec-header-pad-x: 1.15rem;
  --spec-title-lines: 2.4em;
  min-height: calc(var(--spec-header-pad-y) * 2 + max(2.75rem, var(--spec-title-lines)));
  padding: var(--spec-header-pad-y) var(--spec-header-pad-x);
  border-bottom: var(--outline-width) solid var(--outline);
  display: grid;
  grid-template-columns: 2.75rem 1fr auto;
  grid-template-areas: "icon title badge";
  column-gap: 0.65rem;
  align-items: start;
  box-sizing: border-box;
}
.home .spec-icon {
  grid-area: icon;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home .spec-icon svg { width: 1.375rem; height: 1.375rem; }
.home .spec-header h3 {
  grid-area: title;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.2;
  min-height: var(--spec-title-lines);
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.home .spec-header .badge {
  grid-area: badge;
  margin: 0;
  align-self: start;
  justify-self: end;
  flex-shrink: 0;
  font-size: var(--copy-micro);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding: 0.28em 0.42em;
  white-space: nowrap;
}
.home .spec-body {
  padding: 1.25rem 1.5rem;
  background: transparent;
}
.home .spec-body > ul { list-style: none; margin: 0; padding: 0; }
.home .spec-body li {
  background: transparent;
  border: none;
  box-shadow: none;
}
.home .spec-body > ul > li {
  padding: 0.5rem 0;
  border-bottom: var(--outline-width) solid var(--outline);
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--text-2);
  line-height: 1.6;
}
.home .spec-body > ul > li:last-child { border-bottom: none; }
.home .spec-body > ul > li strong { color: var(--text); font-weight: 400; }
.home .sub-list {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  list-style: none;
}
.home .sub-list li {
  padding: 0.25rem 0;
  font-size: var(--copy-sm2);
  color: var(--text-3);
  background: transparent;
  position: relative;
  padding-left: 0.875rem;
}
.home .sub-list li::before {
  content: '–';
  position: absolute;
  left: 0;
}
.callout--pricing {
  max-width: 36rem;
}
.layer-stage--cta .callout--pricing {
  margin: 0;
  max-width: min(32rem, 92%);
}
.callout-price {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--accent-box-text);
  margin: 0.5rem 0 0;
}
.callout-price span {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.85;
}
.callout--pricing .deposit-note {
  margin: 1rem 0 1.5rem;
}
.home .sheet:has(.layer-stage),
.home .sheet-block,
.home .home-wrap,
.home .hero-inner {
  overflow: visible;
}
/* Floats belong on .sheet / .sheet-block only — not inner geometry */
.layer-float .link-neon {
  color: inherit;
  text-decoration-color: currentColor;
}
/* ── INNER PAGES (same Edison sheets as home) ── */
.page-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.site-page .page-wrap > .sheet {
  border-left: none;
  border-right: none;
  background: transparent;
}
body.site-page main.site-page-main {
  background-color: var(--bg);
}
.site-page {
  padding-top: var(--nav-h);
}
.page-section {
  padding: 0 0 var(--section-stack-gap);
}
.page-section--flush {
  padding-top: 0;
}
.site-page .page-section--flush:has(+ #shop-main) {
  padding-bottom: var(--section-stack-gap);
}
.site-page #shop-main.page-section {
  padding-top: 0;
}
.site-page .sheet--top {
  padding-top: clamp(48px, 8vw, 80px);
}
.site-page .anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: var(--outline-width) solid var(--outline);
}
.site-page .anchor-nav a {
  font-size: var(--copy-sm2);
  font-weight: 400;
  color: var(--text-3);
  text-decoration: none;
  padding: 0.4em 0.85em;
  border: var(--outline-width) solid var(--outline);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.site-page .anchor-nav a:hover {
  color: var(--accent-box-text);
  border-color: var(--neon);
  background: var(--accent-box-bg);
}
.site-page .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--copy-sm2);
  font-weight: 400;
  color: var(--text-3);
  text-decoration: none;
  margin-bottom: 1.5rem;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.site-page .back-link:hover { color: var(--text); }
.site-page .body-lg {
  font-size: var(--copy-site-body-lg);
  line-height: 1.65;
  color: var(--text-2);
  margin-bottom: 1rem;
}
.site-page .sheet-block + .sheet-block {
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: var(--outline-width) solid var(--outline);
}
.home .facility-list,
.site-page .sheet .facility-list,
.site-page .facility-list {
  border: var(--outline-width) solid var(--outline);
  padding: clamp(24px, 3vw, 32px);
}
.home #facilities .facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.home #facilities .facility-card {
  padding: clamp(20px, 2.5vw, 28px);
  border: none;
  border-right: var(--outline-width) solid var(--outline);
  box-sizing: border-box;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}
.home #facilities .facility-card:last-child {
  border-right: none;
}
.home #facilities .facility-card__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 400;
  margin: 0 0 0.85rem;
  color: var(--text);
}
.home #facilities .facility-card__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.home #facilities .facility-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.home #facilities .facility-card__title-text {
  line-height: 1.2;
}
.home .facility-intro,
.site-page .facility-intro {
  font-size: var(--copy-form-body);
  line-height: 1.7;
  color: var(--text-2);
  margin: 0 0 clamp(1.5rem, 2.5vw, 2rem);
  max-width: 52rem;
}
.home .facility-category,
.site-page .facility-category {
  padding: clamp(1.25rem, 2vw, 1.75rem) 0;
  border-top: var(--outline-width) solid var(--outline);
}
.home .facility-category:first-of-type,
.site-page .facility-category:first-of-type {
  border-top: none;
  padding-top: 0;
}
.home .facility-category:last-child,
.site-page .facility-category:last-child {
  padding-bottom: 0;
}
.home .facility-category__title,
.site-page .facility-category__title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 400;
  margin: 0 0 0.85rem;
  color: var(--text);
}
.home .facility-sites,
.site-page .facility-sites {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.home .facility-site,
.site-page .facility-site {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  line-height: 1.45;
}
.home #facilities .facility-site__use {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 1.65vw, 1.3125rem);
  font-weight: 400;
  flex-shrink: 0;
  color: var(--text);
}
.site-page .facility-site__use {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.55vw, 1.25rem);
  font-weight: 400;
  flex-shrink: 0;
  color: var(--text);
}
.home .facility-site__loc,
.site-page .facility-site__loc {
  font-family: var(--font-display);
  font-size: var(--copy-form-body);
  font-weight: 400;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: var(--accent);
}
.home .facility-site__loc:hover,
.home .facility-site__loc:focus-visible,
.site-page .facility-site__loc:hover,
.site-page .facility-site__loc:focus-visible {
  color: var(--accent-bright);
  text-decoration-color: var(--accent-bright);
}
.home .facility-site__role,
.site-page .facility-site__role {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--text);
  flex-shrink: 0;
}
.home .facility-site__link,
.site-page .facility-site__link {
  font-weight: 400;
}
.home .facility-block,
.site-page .facility-block {
  border-bottom: var(--outline-width) solid var(--outline);
  background: transparent;
  box-shadow: none;
}
.home .facility-block:last-child,
.site-page .facility-block:last-child { border-bottom: none; }
.home .facility-header,
.site-page .facility-header {
  width: 100%;
  padding: clamp(20px, 2.5vw, 28px) clamp(24px, 3vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: left;
  font: inherit;
}
.home .facility-header h3,
.site-page .facility-header h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 400;
  margin: 0;
  color: var(--text);
}
.home .facility-toggle,
.site-page .facility-toggle {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--outline-width) solid var(--outline);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-3);
  line-height: 1;
}
.home .facility-header:hover .facility-toggle,
.site-page .facility-header:hover .facility-toggle {
  border-color: var(--neon);
  color: var(--accent-box-text);
  background: var(--accent-box-bg);
}
.home .facility-body,
.site-page .facility-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 clamp(24px, 3vw, 32px);
}
.home .facility-body.open,
.site-page .facility-body.open {
  max-height: 4000px;
  padding: 0 clamp(24px, 3vw, 32px) clamp(24px, 3vw, 32px);
}
.home .facility-body p,
.site-page .facility-body p {
  font-size: var(--copy-form-body);
  line-height: 1.7;
  color: var(--text-2);
  margin-bottom: 1rem;
}
.home .equip-category,
.site-page .equip-category {
  font-family: var(--font-display);
  font-size: var(--copy-equip-cat);
  font-weight: 400;
  margin: 1.25rem 0 0.75rem;
  display: inline-block;
}
.home .equip-grid,
.site-page .equip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: var(--outline-width) solid var(--outline);
  margin-bottom: 0.5rem;
}
.home .equip-item,
.site-page .equip-item {
  padding: 0.5rem 0.75rem;
  font-size: var(--copy-sm2);
  color: var(--text-2);
  font-weight: 400;
  border-right: var(--outline-width) solid var(--outline);
  border-bottom: var(--outline-width) solid var(--outline);
  background: transparent;
  box-shadow: none;
}
.home .equip-grid .equip-item:nth-child(3n),
.site-page .equip-grid .equip-item:nth-child(3n) { border-right: none; }
.home .form-panel,
.site-page .form-panel {
  border: var(--outline-width) solid var(--outline);
  border-radius: 12px;
  padding: clamp(24px, 3vw, 36px);
  background: transparent;
  box-shadow: none;
}
.home .form-row,
.site-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.home .form-group,
.site-page .form-group { margin-bottom: 1rem; }
.home .form-group label,
.site-page .form-group label {
  display: block;
  font-size: var(--copy-form-label);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.35rem;
}
.home .form-group input,
.home .form-group select,
.home .form-group textarea,
.site-page .form-group input,
.site-page .form-group select,
.site-page .form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: var(--outline-width) solid var(--outline);
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: var(--copy-form-input);
  color: var(--text);
  background: var(--bg);
  outline: none;
}
.home .form-group input:focus,
.home .form-group select:focus,
.home .form-group textarea:focus,
.site-page .form-group input:focus,
.site-page .form-group select:focus,
.site-page .form-group textarea:focus {
  border-color: var(--neon);
}
.home .form-group textarea,
.site-page .form-group textarea { min-height: 6rem; resize: vertical; }
.home .submit-btn,
.site-page .submit-btn {
  padding: 0.75rem 1.75rem;
  border: none;
  border-radius: 8px;
  background: var(--btn-fill);
  color: var(--btn-text-on-fill);
  font-family: var(--font-display);
  font-size: var(--copy-btn);
  font-weight: 400;
  cursor: pointer;
  margin-top: 0.5rem;
}
.home .submit-btn:hover,
.site-page .submit-btn:hover { background: var(--btn-fill-hover); }
.home .form-error,
.site-page .form-error {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: var(--copy-sm);
  color: var(--text);
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.35);
}
.home .form-error[hidden],
.site-page .form-error[hidden] { display: none !important; }
.home .newsletter-row,
.site-page .newsletter-row {
  display: flex;
  gap: 10px;
  max-width: 28rem;
  margin-top: 1.25rem;
}
.home .newsletter-row input,
.site-page .newsletter-row input {
  flex: 1;
  padding: 0.65rem 0.85rem;
  border: var(--outline-width) solid var(--outline);
  font-family: var(--font-display);
  font-size: var(--copy-form-input);
}
.home .empty-state,
.site-page .empty-state {
  margin-top: 1.25rem;
  padding: clamp(24px, 3vw, 36px);
  border: var(--outline-width) dashed var(--outline);
  text-align: center;
  font-size: var(--copy-sm);
  color: var(--text-3);
  background: transparent;
  box-shadow: none;
}
.site-page .usecases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: var(--outline-width) solid var(--outline);
  margin-top: 1.5rem;
}
.site-page .usecase-card {
  padding: clamp(24px, 3vw, 32px);
  border-right: var(--outline-width) solid var(--outline);
  border-bottom: var(--outline-width) solid var(--outline);
  background: transparent;
  box-shadow: none;
  transition: background 0.2s;
}
.site-page .usecases-grid .usecase-card:nth-child(2n) { border-right: none; }
.site-page .usecases-grid .usecase-card:nth-last-child(-n+2) { border-bottom: none; }
.site-page .usecase-card:hover {
  background: var(--surface-2);
  transform: none;
}
.site-page .usecase-icon {
  width: 2.75rem;
  height: 2.75rem;
  background: var(--accent-light);
  border: var(--outline-width) solid var(--outline);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.site-page .usecase-icon svg { width: 1.375rem; height: 1.375rem; }
.site-page .usecase-label {
  font-size: var(--copy-form-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.35rem;
  padding: 0;
  background: transparent;
}
.site-page .usecase-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.site-page .usecase-card p {
  font-family: var(--font-display);
  font-size: var(--copy-form-body);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--text-2);
}
.site-page .ind-cta {
  margin-top: clamp(32px, 4vw, 48px);
  text-align: center;
  align-items: center;
}
.site-page .ind-cta .display-lg,
.site-page .ind-cta p { color: var(--text); }
.site-page .ind-cta .btn-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.site-page .ind-cta .btn-ghost {
  color: var(--text);
  border-color: rgba(10, 10, 10, 0.35);
}
.site-page .ind-cta .btn-ghost:hover {
  background: var(--surface);
  border-color: var(--text);
}
.site-page .info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 1.5rem;
}
.site-page .info-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--accent-light);
  border: var(--outline-width) solid var(--outline);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-page .info-item h4 {
  font-size: var(--copy-form-body);
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.site-page .info-item p {
  font-family: var(--font-display);
  font-size: var(--copy-sm2);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--text-3);
}
.site-page .contact-inline {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: var(--outline-width) solid var(--outline);
  font-size: var(--copy-sm);
  color: var(--text-2);
}
.contact-linkedin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: var(--outline-width) solid var(--outline);
  font-family: var(--font-display);
  font-size: var(--copy-sm);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--text-2);
  line-height: 1.4;
}
.shop-order-intro .contact-linkedin {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
}
.contact-linkedin__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.contact-linkedin__link:hover,
.contact-linkedin__link:focus-visible {
  color: #0a66c2;
  outline: none;
}
.contact-linkedin__link:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}
.contact-linkedin__icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
}
.site-page .form-success {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
}
.site-page .form-success.show { display: block !important; }
body.site-page main.site-page-main .form-success p {
  font-family: var(--font-display);
  font-size: var(--copy-body-lg);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--text-2);
}
.home #inquirySuccess:not(.show),
.site-page #contactSuccess:not(.show),
.site-page #mfgSuccess:not(.show) {
  display: none;
}
.home .newsletter-success {
  margin-top: 1rem;
  font-size: var(--copy-sm);
  color: var(--neon);
  font-weight: 400;
}
.home .newsletter-success[hidden] {
  display: none;
}
.site-page .form-success .check {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border: var(--outline-width) solid var(--outline);
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-page .legal-sheet {
  max-width: 42rem;
  margin: 0 auto;
}
.site-page .legal-sheet h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1.5rem;
}
.site-page .legal-sheet p {
  font-size: var(--copy-form-body);
  line-height: 1.75;
  color: var(--text-2);
}
.site-page .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 1rem;
}
.site-page .ind-detail {
  padding: clamp(40px, 6vw, 72px) 0;
}
.site-page .form-error {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  font-size: var(--copy-sm);
  color: #fecaca;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
}
.site-page .form-error[hidden] { display: none !important; }
.site-page .submit-btn.is-loading {
  opacity: 0.85;
  cursor: wait;
}
.site-page .form-note {
  text-align: center;
  font-size: var(--copy-xs);
  color: var(--text-3);
  margin-top: 0.875rem;
}
main.home[hidden],
section.legal-page[hidden],
#industries-list[hidden],
.ind-detail[hidden] {
  display: none !important;
}
section.legal-page .legal-sheet {
  max-width: 42rem;
  margin: 0 auto;
}

/* Strip nested float-box chrome inside sheets */
.site-page .sheet .facility-card,
.site-page .sheet .form-card,
.site-page .sheet .newsletter-box,
.site-page .sheet .equip-item,
.site-page .sheet .usecase-card,
.site-page .sheet .empty-state,
.site-page .sheet .team-card,
.site-page .sheet .contact-box,
.site-page .sheet .section-eyebrow,
.site-page .sheet .sheet-label,
.site-page .sheet > h2,
.site-page .sheet .sheet-block > h2,
.site-page .sheet .ind-hero-text,
.site-page .sheet .page-hero > h1,
.site-page .sheet .page-hero > p,
.site-page .sheet .cta-banner > h2,
.site-page .sheet .cta-banner > p,
.site-page .sheet .cta-banner > .btn,
.site-page .sheet .cta-banner > a,
.site-page .sheet .cta-banner > div {
  background: transparent;
  border: none;
  box-shadow: none;
}
.site-page .sheet .sheet-label {
  display: inline-block;
  background: var(--accent-box-bg);
  border: none;
  padding: var(--accent-box-pad-y) var(--accent-box-pad-x);
  line-height: 1.05;
}
.site-page .sheet .ind-cta {
  background: var(--paper);
  border: var(--outline-width) solid var(--outline);
  box-shadow: var(--float-shadow);
  padding: clamp(32px, 4vw, 48px);
}
.site-page .sheet .form-panel {
  border: var(--outline-width) solid var(--outline);
}

@media (max-width: 900px) {
  .home .equip-grid,
  .site-page .equip-grid { grid-template-columns: repeat(2, 1fr); }
  .home .equip-grid .equip-item:nth-child(3n),
  .site-page .equip-grid .equip-item:nth-child(3n) { border-right: var(--outline-width) solid var(--outline); }
  .home .equip-grid .equip-item:nth-child(2n),
  .site-page .equip-grid .equip-item:nth-child(2n) { border-right: none; }
  .site-page .usecases-grid { grid-template-columns: 1fr; }
  .site-page .usecases-grid .usecase-card { border-right: none; }
}

/* ——— Shop page ——— */
.shop-page,
.shop-page input,
.shop-page select,
.shop-page textarea,
.shop-page button,
.shop-page option {
  font-family: var(--font-display);
}
.shop-page.site-page {
  padding-top: 0;
}
.shop-page #shop-main.page-section {
  padding-top: 0;
}
.shop-page .page-wrap > .shop-sheet.shop-sheet--flush-top {
  border: none;
  border-bottom: var(--primary-sheet-outline-width) solid var(--outline);
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.shop-page .shop-banner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1rem);
  min-height: var(--nav-h);
  padding: var(--nav-edge-inset) var(--nav-edge-inset) 0;
  background: var(--bg);
  flex-shrink: 0;
  box-sizing: border-box;
}
.shop-page .shop-banner__logo {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  justify-self: start;
  align-self: center;
  min-width: max-content;
  text-decoration: none;
  color: var(--text);
  line-height: 0;
  padding: 0.15rem;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
}
.shop-page .shop-banner__logo:visited,
.shop-page .shop-banner__logo:hover,
.shop-page .shop-banner__logo:focus-visible {
  color: var(--text);
}
.shop-page .shop-banner__logo .brand-mark {
  height: var(--brand-wordmark-h);
  width: var(--brand-wordmark-h);
}
.shop-page .shop-banner__title {
  margin: 0;
  justify-self: center;
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
}
.shop-page .shop-banner__tinylab-wordmark {
  display: block;
  height: var(--shop-tinylab-wordmark-size);
  width: auto;
  max-width: min(100%, calc(var(--shop-tinylab-wordmark-size) * 3.912));
  line-height: 0;
  margin: 0;
}
.shop-page .shop-banner__title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.shop-page .shop-banner__title-link:hover {
  color: var(--accent);
}
.shop-page .shop-banner__title-rest {
  flex-shrink: 0;
}
.shop-page .shop-banner__title .accent-chip {
  font-size: inherit;
  font-weight: 700;
}
.shop-page .shop-banner__title .accent-chip::before {
  height: 1.38em;
}
.shop-page .shop-banner__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  justify-self: end;
  align-self: center;
  grid-column: 3;
  grid-row: 1;
  font-family: var(--font-display);
  font-size: var(--copy-nav-link);
  font-weight: 600;
  letter-spacing: var(--nav-link-letter-spacing);
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  margin-left: clamp(0.25rem, 0.5vw, 0.5rem);
  padding: 0.5rem 1.1rem;
  min-height: unset;
  line-height: 1.2;
  flex-shrink: 0;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
  transition: color 0.2s ease;
}
.shop-page .shop-banner__back:visited {
  color: #000;
}
.shop-page .shop-banner__back:hover {
  color: var(--text);
  border-color: var(--text);
}
.shop-page .shop-sheet__body {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 72px);
  padding: var(--sheet-pad);
}
.site-page .shop-sheet {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: 6px;
  background: transparent;
}
.site-page .shop-card,
.site-page .sheet .form-panel,
.site-page .shop-order-form {
  border-radius: 6px;
  overflow: hidden;
}
.site-page .shop-section-head {
  margin-bottom: clamp(20px, 2.5vw, 28px);
  max-width: 42rem;
}
.shop-page #shop-catalog-heading {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  display: inline-block;
  padding: clamp(0.38rem, 1.2vw, 0.52rem) clamp(0.6rem, 2vw, 0.9rem);
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  text-box-trim: none;
  text-box-edge: initial;
  transform: none;
}
.site-page .shop-step {
  display: inline-block;
  font-family: var(--font-display);
  font-size: var(--copy-xs);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.site-page .shop-catalog {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
}
.site-page .shop-catalog__featured {
  width: 100%;
}
.site-page .shop-catalog__modules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}
.site-page .shop-catalog-empty {
  padding: 2rem;
  border: var(--outline-width) dashed var(--outline);
  font-size: var(--copy-sm);
}
.site-page .shop-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0;
  border: var(--outline-width) solid var(--outline);
  background: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  min-height: 100%;
  color: inherit;
}
.site-page .shop-card:hover {
  border-color: var(--accent);
}
.site-page .shop-card--featured {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.site-page .shop-card--module {
  --shop-module-visual-h: clamp(158px, 24vw, 200px);
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.site-page .shop-card--module .shop-card__visual {
  flex: 0 0 var(--shop-module-visual-h);
  width: 100%;
  height: var(--shop-module-visual-h);
  min-height: var(--shop-module-visual-h);
  max-height: var(--shop-module-visual-h);
  aspect-ratio: auto;
  display: block;
  line-height: 0;
  border-bottom: var(--outline-width) solid var(--outline);
  overflow: hidden;
}
.site-page .shop-card--module .shop-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
  background: var(--bg);
}
.site-page .shop-card--module .shop-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding: 8px;
  color: var(--accent);
  opacity: 0.9;
}
.site-page .shop-card--module .shop-card__icon svg {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  display: block;
  overflow: visible;
  flex-shrink: 0;
}
.site-page .shop-card--module .shop-card__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(8px, 1vw, 12px);
  gap: 0.15rem;
  overflow: hidden;
  box-sizing: border-box;
}
.site-page .shop-card--module .shop-card__kicker {
  font-size: var(--copy-micro);
}
.site-page .shop-card--module .shop-card__title {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.2;
}
.site-page .shop-card--module .shop-card__desc-wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  margin: 0 0 0.1rem;
}
.site-page .shop-card--module .shop-card__desc-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.75em;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}
.site-page .shop-card--module .shop-card__desc {
  font-size: var(--copy-xs);
  line-height: 1.3;
  margin: 0;
  color: var(--muted);
}
.site-page .shop-card--module .shop-card__actions {
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 100%;
}
.site-page .shop-card__order {
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.5rem 1.1rem;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font-family: var(--font-display);
  font-size: var(--copy-btn);
  font-weight: 600;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.site-page .shop-card__order:hover,
.site-page .shop-card__order:focus-visible {
  border-color: var(--text);
  background: transparent;
  color: var(--text);
  outline: none;
  transform: none;
}
.site-page .shop-card--module .shop-card__order {
  padding: 0.5rem 1.1rem;
  font-size: var(--copy-btn);
}
@media (max-width: 1100px) {
  .site-page .shop-catalog__modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .shop-page .shop-banner {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    row-gap: 0;
  }
  .shop-page .shop-banner__logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
  }
  .shop-page .shop-banner__title {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }
  .shop-page .shop-banner__tinylab-wordmark {
    height: clamp(1.65rem, 6.5vw, 2.25rem);
    max-width: min(100%, calc(clamp(1.65rem, 6.5vw, 2.25rem) * 3.912));
  }
  .shop-page .shop-banner__back {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }
  .site-page .shop-card--module {
    aspect-ratio: auto;
    min-height: auto;
    overflow: visible;
  }
  .site-page .shop-card--module .shop-card__visual {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
  }
  .site-page .shop-card--module .shop-card__body {
    flex: 1 0 auto;
    overflow: visible;
    padding: clamp(10px, 2.5vw, 12px);
  }
  .site-page .shop-card--module .shop-card__desc-wrap {
    flex: 0 1 auto;
    max-height: none;
    overflow: visible;
  }
  .site-page .shop-card--module .shop-card__desc-wrap::after {
    display: none;
  }
  .site-page .shop-card--module .shop-card__actions {
    display: flex;
    margin-top: 0.35rem;
  }
  .site-page .shop-card--module .shop-card__order {
    padding: 0.5rem 1.1rem;
    font-size: var(--copy-btn);
  }
}
@media (max-width: 520px) {
  .site-page .shop-catalog__modules {
    grid-template-columns: 1fr;
  }
}
.site-page .shop-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: var(--copy-micro);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
  background: var(--surface-2);
  color: var(--text);
  border: var(--outline-width) solid var(--outline);
}
.site-page .shop-card__visual {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: var(--outline-width) solid var(--outline);
  overflow: hidden;
}
.site-page .shop-card__visual--plain {
  background: var(--surface-2);
}
.site-page .shop-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Featured Tinylab row — desktop: image left, body overlays on the right */
@media (min-width: 1101px) {
  .site-page .shop-card--featured.shop-card--module {
    aspect-ratio: auto;
    display: block;
    min-height: 0;
  }
  .site-page .shop-card--featured.shop-card--module .shop-card__visual.shop-card__visual--featured {
    flex: none;
    width: max-content;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    display: block;
    aspect-ratio: unset;
    line-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--bg);
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: var(--outline-width) solid var(--outline);
    border-radius: 0;
  }
  .site-page .shop-card--featured .shop-card__img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(38vw, 340px);
    max-height: min(420px, 42vh);
    margin: 0;
    padding: 0;
    object-fit: contain;
  }
  .site-page .shop-card--featured .shop-card__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--shop-featured-media-w, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(12px, 1.5vw, 20px);
    box-sizing: border-box;
    overflow: hidden;
  }
  .site-page .shop-card--featured .shop-card__actions {
    margin-top: 1rem;
  }
}
.site-page .shop-card__icon {
  width: 56%;
  max-width: 120px;
  color: var(--accent);
  opacity: 0.85;
}
.site-page .shop-card__icon svg {
  width: 100%;
  height: auto;
}
.site-page .shop-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
  padding: clamp(16px, 2vw, 22px);
}
.site-page .shop-card__kicker {
  font-size: var(--copy-xs);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.site-page .shop-card__title {
  font-family: var(--font-display);
  font-size: var(--copy-body-lg);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.site-page .shop-card__desc {
  font-size: var(--copy-sm);
  line-height: 1.45;
  color: var(--muted);
  margin: 0 0 0.5rem;
  flex: 1;
}
.site-page .shop-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 0.65rem;
  border-top: var(--outline-width) solid var(--outline);
}
.site-page .shop-card__order {
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.5rem 1.1rem;
  border: var(--outline-width) solid var(--outline);
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font-family: var(--font-display);
  font-size: var(--copy-btn);
  font-weight: 600;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.site-page .shop-card__order:hover,
.site-page .shop-card__order:focus-visible {
  border-color: var(--text);
  background: transparent;
  color: var(--text);
  outline: none;
  transform: none;
}
.site-page .shop-order-section {
  border-top: var(--outline-width) solid var(--outline);
  padding-top: clamp(32px, 4vw, 48px);
}
.shop-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.shop-order-intro {
  max-width: 28rem;
}
.shop-order-email {
  margin-top: 1rem;
  color: var(--text-2);
}
.shop-order-form {
  border: var(--outline-width) solid var(--outline);
  border-radius: 12px;
  background: transparent;
  padding: clamp(20px, 2.5vw, 28px);
}
.shop-order-form .submit-btn {
  width: 100%;
}
@media (max-width: 900px) {
  .shop-order-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .site-page .sheet-block--split { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .home .equip-grid,
  .site-page .equip-grid { grid-template-columns: 1fr; }
  .home .equip-grid .equip-item,
  .site-page .equip-grid .equip-item { border-right: none; }
  .home .form-row,
  .home .newsletter-row,
  .site-page .form-row,
  .site-page .newsletter-row { grid-template-columns: 1fr; flex-direction: column; }
}

.hero-content {
  max-width: 100%;
  transform: none;
}
@media (min-width: 1101px) {
  .hero-content {
    /* Bias toward the right edge of the half */
    align-items: flex-end;
    text-align: right;
    padding-left: clamp(40px, 5.5vw, 110px);
    padding-right: clamp(2px, 0.6vw, 12px);
  }
  .hero-tagline {
    text-align: right;
  }
}
@media (min-width: 2000px) {
  .hero-content {
    padding-left: clamp(72px, 8vw, 180px);
    padding-right: clamp(4px, 1vw, 24px);
  }
}
.hero-title-block {
  margin-bottom: 0;
}
.hero-tagline {
  margin: 0;
  font-family: var(--font-hero);
  font-size: var(--hero-headline-size);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: var(--text);
  white-space: normal;
}
.hero-btns {
  margin: 0 0 1.5rem;
}
/* ── SECTIONS ── */
.section {
  padding: clamp(80px, 12vw, 140px) clamp(20px, 4vw, 40px);
}
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3.5rem;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--float-shadow);
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 36px);
}
.section-header .display-lg { margin-bottom: 1rem; }
.section-header .lead { margin: 0 auto; }
.section-alt {
  background: transparent;
  border: none;
}

/* Floating paper-white text surfaces */
.float-box,
.feature-card,
.panel,
.card,
.ind-card,
.usecase-card,
.spec-card,
.form-card,
.facility-card,
.pricing-card,
.deposit-note,
.modal,
.page-hero > h1,
.page-hero > p,
.page-hero > .lead,
.page-hero > .eyebrow,
.page-hero > .section-eyebrow,
.ind-hero-text,
.cta-banner > h2,
.cta-banner > .btn,
.cta-banner > a,
.cta-strip .section-inner,
.section > .section-eyebrow,
.section .section-eyebrow,
.section > h2,
.section > div > h2,
.anchor-nav {
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--float-shadow);
}
.page-hero {
  background: transparent;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.page-hero > h1,
.page-hero > p,
.page-hero > .lead,
.page-hero > .eyebrow,
.page-hero > .section-eyebrow {
  width: 100%;
  max-width: 40rem;
  padding: clamp(22px, 3.5vw, 32px) clamp(24px, 4vw, 36px);
}
.ind-hero-text {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 40px);
  border-bottom: none;
}
.section > .section-eyebrow,
.section .section-eyebrow {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  margin-bottom: 14px;
}
.section > h2,
.section > div > h2 {
  text-align: center;
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(22px, 3vw, 32px) clamp(24px, 4vw, 36px);
  margin-bottom: 28px;
}
.section > div > h2 {
  max-width: 48rem;
}
.cta-banner {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cta-banner > h2,
.cta-banner > .btn,
.cta-banner > a {
  padding: clamp(24px, 4vw, 36px) clamp(28px, 4vw, 40px);
  position: relative;
  z-index: 1;
}
.cta-strip {
  background: transparent;
  border: none;
}
.cta-strip .section-inner {
  max-width: 40rem;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 36px);
}
.anchor-nav {
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto 24px;
  padding: 10px 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.alt-bg {
  background: transparent;
  border: none;
}

/* ── CARDS ── */
.card {
  overflow: hidden;
  transition: border-color 0.35s, transform 0.35s var(--ease), box-shadow 0.35s;
}
.card:hover {
  border-color: var(--neon);
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 14px 32px rgba(0, 0, 0, 0.09);
}
.card-image {
  height: 160px;
  min-height: 160px;
  background-size: cover;
  background-position: center;
}
.card-body { padding: 18px 20px; }
.card-body h3 {
  font-size: var(--copy-sm);
  font-weight: 400;
  color: var(--text);
  margin-bottom: 4px;
}
.card-body p {
  font-weight: 400;
  color: var(--text-2);
}
.card-arrow {
  display: inline-block;
  font-size: var(--copy-sm2);
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s;
}
.card:hover .card-arrow { opacity: 1; transform: translateX(0); }
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.card-link:hover,
.link-neon:hover,
.read-more-btn:hover {
  background: var(--accent-bright);
  color: var(--accent-box-text);
}
.filter-btn.active:hover {
  background: var(--btn-fill-hover);
  color: var(--btn-text-on-fill);
}
/* ── FEATURE GRID (Edison-style blurbs) ── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 2.5rem;
}
.feature-card {
  padding: 28px;
  transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.35s;
}
.feature-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 14px 32px rgba(0, 0, 0, 0.09);
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 10px;
  font-weight: 400;
}
.feature-card p {
  font-size: var(--copy-form-body);
  line-height: 1.65;
  color: var(--text-2);
  font-weight: 400;
}

/* ── TWO COL / CEO ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.panel {
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 14px 32px rgba(0, 0, 0, 0.09);
}
.panel-head {
  padding: 24px 28px;
  border-bottom: 1px solid var(--border);
}
.panel-head h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--text);
  font-weight: 400;
}
.panel-body { padding: 28px; }
.panel-body p {
  font-size: var(--copy-form-body);
  line-height: 1.75;
  color: var(--text-2);
  font-weight: 400;
  margin-bottom: 12px;
}
.link-neon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-family: var(--font-display);
  margin-top: 8px;
  transition: gap 0.2s, background 0.2s;
}
.link-neon:hover { gap: 10px; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 3px;
}
.gallery-item {
  aspect-ratio: 4/3;
  background: var(--surface-2);
  position: relative;
}

/* ── CTA BANNER / STRIP ── */
.cta-banner,
.cta-strip {
  padding: clamp(80px, 10vw, 120px) clamp(20px, 4vw, 40px);
  text-align: center;
  position: relative;
  overflow: visible;
}
.cta-strip .lead {
  margin: 0 auto 1.75rem;
  max-width: 32rem;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, var(--neon-dim));
  pointer-events: none;
  opacity: 0.6;
}
.cta-banner .display-lg {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: calc(var(--nav-h) + 64px) clamp(20px, 4vw, 40px) 64px;
  text-align: center;
  position: relative;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--neon-dim), transparent);
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero .display-lg { margin-bottom: 1rem; }
.page-hero .lead { margin: 0 auto; }

/* ── FOOTER ── */
.footer {
  padding: 36px clamp(20px, 4vw, 40px);
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: var(--copy-footer);
  color: var(--text-3);
}
.footer-inner a {
  color: var(--text-3);
  text-decoration: none;
  transition: color 0.2s;
}

/* ── MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.modal-overlay.active { display: flex; }
.modal {
  background: var(--surface);
  border: 1px solid var(--border);
  max-width: 640px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 48px;
  position: relative;
}
.modal h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 24px;
}
.modal p {
  font-family: var(--font-display);
  font-size: var(--copy-form-body);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: var(--text-2);
  margin-bottom: 16px;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text-3);
  cursor: pointer;
}

/* Industries / legacy compat */
.usecase-card { text-decoration: none; color: inherit; }
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-hover);
}
.btn-outline:hover { border-color: var(--text-3); background: var(--surface); }
.btn-lg { padding: 16px 40px; font-size: var(--copy-nav); width: 100%; justify-content: center; }

.content-section, .section { max-width: var(--max); margin: 0 auto; padding: 80px clamp(20px, 4vw, 40px); }
#industries-list .section-eyebrow,
.ind-detail .section-eyebrow { text-align: center; }
.section h2, .section-header h2 { font-family: var(--font-display); font-size: clamp(1.75rem, 3vw, 2.5rem); color: var(--text); font-weight: 400; margin-bottom: 1rem; }
.section p, .section-header p {
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-2);
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Inner pages — legacy class dark overrides */
.navbar { display: none !important; }
.ind-card, .industry-card {
  transition: border-color 0.35s, transform 0.35s var(--ease), box-shadow 0.35s;
}
.ind-card:hover, .industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 14px 32px rgba(0, 0, 0, 0.09);
}
.ind-card-image, .card-image { background-color: var(--surface-2); }
.ind-card-body h3, .card-body h3 { color: var(--text); }
.ind-card-body p {
  font-family: var(--font-display);
  color: var(--text-2);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.ind-card-body h3 { font-weight: 400; }
.filter-btn {
  border: 1px solid var(--border);
  color: var(--text-3);
  background: transparent;
  padding: 7px 18px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.filter-btn.active, .filter-btn:hover {
  border-color: var(--text);
  color: var(--btn-text-on-fill);
  background: var(--btn-fill);
}
.filter-btn:hover:not(.active) {
  background: var(--surface);
  color: var(--text);
  border-color: var(--border-hover);
}
.usecase-card { transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.35s; }
.usecase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 14px 32px rgba(0, 0, 0, 0.09);
}
.usecase-label { background: transparent; }
.usecase-label h3 { color: var(--text); }
.usecase-label span {
  display: inline-block;
  font-weight: 400;
}
.pricing-card { background: var(--surface); border-color: var(--neon); }
.pricing-card .price { color: var(--text); }
.deposit-note { padding: 16px 20px; text-align: center; }
.pricing-card .deposit-note {
  background: var(--bg);
  box-shadow: none;
}
.spec-card, .form-card, .facility-card, .ceo-card, .gallery-card, .team-card .team-photo {
  border-color: var(--border);
}
.spec-header h3, .form-group label, .facility-header h3 { color: var(--text); }
.spec-body li, .form-group input, .form-group textarea { color: var(--text-2); border-color: var(--border); background: var(--bg); }
.submit-btn, .btn-primary:not(.nav-cta) {
  background: var(--btn-fill);
  color: var(--btn-text-on-fill);
  font-weight: 400;
}
.cta-banner h2 { color: var(--text); }
.cta-banner p { color: var(--text-2); }
.anchor-nav a { border-color: var(--border); color: var(--text-3); }
.anchor-nav a:hover { color: var(--text); border-color: var(--text); background: var(--surface); }
.newsletter-box { background: var(--paper); border: var(--outline-width) solid var(--outline); }
.newsletter-box h3 { color: var(--text); }
.newsletter-box p { color: var(--text-2); opacity: 1; }
.ind-hero-text h1 { color: var(--text); }
.ind-hero-text .tag {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  font-weight: 400;
}
.usecase-card-inner { background: transparent; border: none; box-shadow: none; }
.usecase-card h3 { color: var(--text); }
.usecase-card p { color: var(--text-2); }
.back-link { color: var(--text-3); }
.back-link:hover { color: var(--text); }
#industries-list[hidden], .ind-detail[hidden] { display: none !important; }
.legal-page h1 { color: var(--text); }
.legal-page .back-link:hover { color: var(--text); }
.page-hero h1 em {
  font-style: normal;
}
.read-more-btn {
  display: inline-flex;
}
.footer-inner a:hover { color: var(--text); }
.ceo-card-header, .gallery-card-header { background: var(--surface-2); }
.ceo-card-header h3, .gallery-card-header h3 { color: var(--text); }
.panel-head h3 { color: var(--text); }

/* No ambient glows on page heroes / CTAs */
.page-hero::before,
.cta-banner::before,
.pricing-card::before { display: none; }

/* Override inline rounded corners from legacy markup */
[style*="border-radius"] { border-radius: 0 !important; }
.site-page .sheet [style*="border-radius"] { border-radius: 0 !important; }

@media (max-width: 1100px) {
  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 28px);
    min-width: 0;
    width: 100%;
  }
  .hero-content,
  .hero-title-block,
  .hero-headline-width,
  .hero-tinylab-col,
  .hero-tinylab-rail {
    display: contents;
  }
  .hero-headline,
  .hero-tinylab-rail > .hero-tinylab-wordmark-wrap {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .hero-visual {
    order: 2;
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: min(82vw, 400px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    padding: 0;
  }
  .hero-tinylab-rail > .hero-btns-inset {
    order: 4;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-self: center;
  }
  .hero-tinylab-rail > .hero-tagline-inset {
    order: 3;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-visual__img {
    display: block;
    width: auto;
    max-width: min(82vw, 400px);
    max-height: min(300px, 40vh);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
  }
  .hero-headline-width > .hero-headline {
    width: 100%;
    max-width: 100%;
    justify-self: center;
    text-align: center;
  }
  .hero-headline {
    width: 100%;
    max-width: 100%;
    align-self: center;
    text-align: center;
  }
  .hero-headline .headline-row {
    white-space: normal;
    text-align: center;
  }
  .hero-tinylab-rail > .hero-tinylab-wordmark-wrap {
    justify-self: center;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hero-tinylab-rail > .hero-tagline-inset,
  .hero-tinylab-rail > .hero-btns-inset {
    max-width: 100%;
    text-align: center;
    justify-self: center;
  }
  .hero-tinylab-rail > .hero-tagline-inset > .hero-tagline,
  .hero-tinylab-rail > .hero-btns-inset > .hero-btns {
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin-inline: auto;
  }
  .hero-tagline {
    font-size: clamp(1.14rem, 4.9vw, 1.34rem);
    font-weight: 700;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
    text-align: center;
  }
  .hero-btns {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-inline: auto;
  }
  .home #facilities .facility-grid {
    grid-template-columns: 1fr;
  }
  .home #facilities .facility-card {
    border-right: none;
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home #facilities .facility-card:last-child {
    border-bottom: none;
  }
}
@media (max-width: 900px) {
  .home #industries {
    --industry-tile-ratio: 16 / 7;
    --industry-expand-ratio: 4 / 5;
  }
  .home #industries .industries-grid {
    grid-template-columns: 1fr;
  }
  .home #industries .industry-grid-item {
    border-right: none;
    border-bottom: var(--outline-width) solid var(--outline);
  }
  .home #industries .industry-grid-item:last-child {
    border-bottom: none;
  }
  .home #industries .industry-grid-item__overlay {
    padding: clamp(10px, 2.8vw, 14px);
  }
  .home #industries .industry-grid-item__title {
    font-size: clamp(1rem, 6vw, 1.45rem);
  }
  .home #industries .industry-grid-item.is-expanded {
    aspect-ratio: var(--industry-expand-ratio);
  }
  .home #industries .industry-grid-item.is-expanded.is-detail-visible .industry-grid-item__detail {
    padding-top: clamp(40px, 8vw, 56px);
    padding-bottom: clamp(18px, 5vw, 28px);
  }
  .home #industries .industry-grid-item__detail-inner {
    gap: clamp(12px, 3vw, 18px);
    padding-inline: clamp(4px, 1.8vw, 8px);
  }
  .home #industries .industry-grid-item__detail-header {
    margin-bottom: 0;
    align-items: flex-start;
    text-align: left;
  }
  .home #industries .industry-grid-item__detail-heading {
    width: 100%;
    text-align: left;
  }
  .home #industries .industry-grid-item__cases {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: stretch;
    gap: clamp(10px, 2.6vw, 14px);
  }
  .home #industries .industry-case {
    padding: clamp(10px, 2.8vw, 14px) clamp(6px, 2vw, 10px);
  }
  .home #industries .industry-case:not(:last-child)::after {
    display: none;
  }
  .site-page .shop-catalog__modules {
    grid-template-columns: 1fr;
  }
  .home .why-cascade-card,
  .home .lab-pipeline__step,
  .home #facilities .facility-card {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .home .why-cascade-card__headline,
  .home .why-cascade-card__lede,
  .home .why-cascade-card__points li,
  .home .why-cascade-card__case-text,
  .home .lab-pipeline__text,
  .home #facilities .facility-card__title,
  .home #facilities .facility-card__title-text,
  .home #facilities .facility-site__use,
  .home #facilities .facility-site__loc {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .home #why .why-cascade-card--solution .why-cascade-card__stat dd {
    white-space: normal;
  }
}
@media (max-width: 900px) {
  .home .hero .home-wrap {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hero .sheet--hero {
    border-left: none;
    border-right: none;
  }
  .home #overview .home-wrap,
  .home #why .home-wrap,
  .home #industries .home-wrap,
  .home #product .home-wrap,
  .home #specs .home-wrap,
  .home #facilities .home-wrap,
  .home #contact .home-wrap,
  .home #terms .home-wrap,
  .home #privacy .home-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home #overview .sheet,
  .home #why .sheet,
  .home #product .sheet,
  .home #facilities .sheet,
  .home #industries .sheet,
  .home #specs .sheet,
  .home #contact .sheet,
  .home #terms .sheet,
  .home #privacy .sheet {
    border-left: none;
    border-right: none;
  }
  .home #specs .specs-grid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .home #product .viewer-frame,
  .home #product #viewer-container {
    max-width: none;
  }
  .layer-float--hang-r,
  .layer-float--hang-l,
  .layer-float--hang-l-far,
  .layer-float--header,
  .layer-float--header-up,
  .layer-float--header-up-more {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    margin: 0 0 1.25rem;
  }
  .layer-float::before {
    transform: translate(8px, 8px);
  }
  .sheet--has-float-header > .layer-float + *,
  .sheet-block.sheet--has-float-header > .layer-float + * {
    margin-top: var(--float-content-clearance);
  }
  #industries .usecases-grid { grid-template-columns: 1fr; }
  #product .sheet--has-float-header > .layer-float + .product-carousel {
    margin-top: var(--float-content-clearance);
  }
  .sheet > .layer-float,
  .sheet-block > .layer-float {
    order: -1;
  }
  .sheet:has(> .layer-float),
  .sheet-block:has(> .layer-float) {
    display: flex;
    flex-direction: column;
  }
  .home .callout.layer-float {
    position: relative;
  }
  .home .specs-grid { grid-template-columns: 1fr; }
  main.home .hero .sheet--hero {
    overflow: visible;
  }
  main.home .home-wrap,
  main.home .home-section .sheet {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
  }
  .hero .sheet--hero {
    padding-left: clamp(20px, 5vw, 32px);
    padding-right: clamp(20px, 5vw, 32px);
  }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: var(--outline-width) solid var(--outline); }
  .pillar:last-child { border-bottom: none; }
  .sheet-block--split { grid-template-columns: 1fr; }
  .cta-stage {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .callout {
    margin-left: 0;
    margin-top: -24px;
  }
  .two-col { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .home #industries {
    --industry-tile-ratio: 15 / 7;
    --industry-expand-ratio: 3 / 4;
  }
  .home #industries .industry-grid-item__cases {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: stretch;
  }
}
@media (max-width: 680px) {
  html.nav-menu-open {
    overflow: hidden;
  }
  .nav::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(244, 244, 244, 0.46);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.35s ease,
      visibility 0.35s ease;
  }
  .nav.is-menu-open::before {
    opacity: 1;
    visibility: visible;
  }
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 1002;
  }
  .nav-inner {
    position: relative;
    z-index: 1001;
  }
  .nav.is-menu-open .nav-inner {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .nav-links {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(8px, 2vw, 12px);
    margin: 0;
    padding: calc(var(--nav-h) + 16px) var(--nav-edge-inset) clamp(20px, 5vw, 28px);
    background: transparent;
    border: none;
    box-shadow: none;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.32s ease,
      visibility 0.32s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav-links.open {
    max-height: 100dvh;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-links li {
    display: block;
    width: 100%;
  }
  .nav-links li + li {
    border-top: none;
  }
  .nav-links a.nav-link,
  .nav-links a:not(.nav-cta) {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: clamp(8px, 2.2vw, 11px) clamp(12px, 3.2vw, 16px);
    white-space: normal;
    text-align: left;
    font-family: var(--font-section);
    font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: none;
    border: var(--outline-width) solid var(--outline);
    border-radius: 6px;
    background: transparent;
    box-sizing: border-box;
  }
  .nav-links a.nav-link::after,
  .nav-links a:not(.nav-cta)::after {
    display: none;
  }
  .nav-links .nav-cta {
    margin: 0;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    font-family: var(--font-section);
    font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: none;
    padding: clamp(8px, 2.2vw, 11px) clamp(12px, 3.2vw, 16px) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
  }
  .nav-links .nav-cta .nav-cta-exit {
    margin-left: 0.35em;
  }
  .nav.scrolled .nav-inner {
    display: none;
  }
}
@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  .nav::before,
  .nav-links {
    transition: none;
  }
  .nav-links {
    transform: none;
  }
}

/* Bold reserved for step/box labels and action controls only */
strong,
b {
  font-weight: 400;
}

.home .why-cascade-card__num,
.home .lab-pipeline__num,
.home #industries .industry-case__label,
.layer-kicker,
.home .viewer-hud-label,
.site-page .shop-card__kicker,
.site-page .shop-card__badge,
.hero-headline,
.intro-fly--meet {
  font-weight: 500;
}
.hero-tinylab-col .hero-tinylab-wordmark,
.home-intro .hero-tinylab-wordmark,
.shop-page .shop-banner__tinylab-wordmark {
  font-weight: inherit;
}

button,
.btn,
.nav-cta,
.submit-btn,
.read-more-btn,
.filter-btn.active,
.viewer-btn,
.home #industries .industry-grid-item__link,
.card-link,
.card-arrow {
  font-weight: 600;
}
