@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/atkinson-hyperlegible-next-variable.ttf") format("truetype-variations");
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 600;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #0b0d1f;
  font: 700 14px/1.2 "Atkinson Hyperlegible Next", sans-serif;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #57c7c0 !important;
  outline-offset: 3px !important;
}

:root {
  --ink-faint: #a4a9b5 !important;
  --placeholder: #5f6573 !important;
  --fs-eyebrow: 15px !important;
  --fs-small: 16px !important;
  --fs-15: 16px !important;
  --fs-body-lg: 18px !important;
}

body {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
}

.home-product-card {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease-out;
}

.home-product-card:hover,
.home-product-card:focus-visible {
  color: inherit;
  filter: none;
  transform: translateY(-3px);
}

.equipment-product.home-product-card {
  margin-inline: -12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-radius: 10px;
}

.equipment-product.home-product-card:hover,
.equipment-product.home-product-card:focus-visible {
  background: rgba(var(--accent-rgb), 0.055);
}

.equipment-product:focus-visible > div:first-child img:first-child {
  transform: scale(1.025);
}

.tabletop-product > div:first-child img:first-child {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tabletop-product:hover > div:first-child img:first-child,
.tabletop-product:focus-visible > div:first-child img:first-child {
  transform: scale(1.025);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

img[loading="lazy"] {
  background-color: transparent;
}

.home-brand-mark {
  background: transparent !important;
  box-shadow: none !important;
}

.home-operating-layer-copy {
  max-width: 480px;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font: 450 1rem/1.6 "Atkinson Hyperlegible Next", sans-serif;
}

.game-on-lockup-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: transparent;
}

.game-on-lockup {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.tabletop-mobile-brand {
  display: none;
}

.enquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.required-cue {
  color: #5d6270;
  font-size: 12px;
  font-weight: 550;
}

form[data-enquiry-form] input:not([type="checkbox"]),
form[data-enquiry-form] textarea,
form[data-enquiry-form] select {
  min-height: 44px;
}

form[data-enquiry-form] label:has(input[type="checkbox"]) {
  min-height: 44px;
  align-items: center;
  cursor: pointer;
}

form[data-enquiry-form] input[type="checkbox"] {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

form[data-enquiry-form] [aria-invalid="true"] {
  border-color: #b4232c !important;
  box-shadow: 0 0 0 2px rgba(180, 35, 44, 0.16) !important;
}

.form-field-error {
  display: block;
  margin: 6px 0 0;
  color: #9d1c24;
  font: 650 12px/1.4 "Atkinson Hyperlegible Next", sans-serif;
}

.form-error-summary {
  margin: 0 0 14px;
  padding: 11px 13px;
  border: 1px solid rgba(180, 35, 44, 0.35);
  border-radius: 8px;
  background: rgba(180, 35, 44, 0.07);
  color: #821820;
  font: 700 13px/1.45 "Atkinson Hyperlegible Next", sans-serif;
}

.form-error-summary[hidden],
.form-error-summary:empty {
  display: none !important;
}

[data-form-status] {
  min-height: 22px;
  margin: 0 0 12px;
  color: #3d4652;
  font: 600 13px/1.45 "Atkinson Hyperlegible Next", sans-serif;
  text-align: center;
}

[data-form-status][hidden],
[data-form-status]:empty {
  display: none !important;
}

[data-form-status][data-state="success"] {
  color: #08776f;
}

[data-form-status][data-state="error"] {
  color: #a2292f;
}

[data-submit-button][disabled] {
  cursor: wait !important;
  opacity: 0.78;
}

.resource-download {
  padding: 56px var(--section-x);
  background: #101525;
  color: #fff;
}

.resource-download__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.resource-download__copy {
  max-width: 720px;
}

.resource-download__copy > p:first-child {
  margin: 0 0 10px;
  color: #58c9b9;
  font: 700 var(--fs-eyebrow)/1.2 "Barlow Condensed", sans-serif;
  letter-spacing: 0.01em;
}

.resource-download__copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font: 700 var(--fs-h2)/1.05 "Barlow Condensed", sans-serif;
}

.resource-download__copy > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font: 400 var(--fs-15)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.resource-download__button {
  min-width: 260px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: #00bf78;
  color: #08131a;
  text-align: left;
}

.resource-download__button span {
  font: 700 19px/1.1 "Barlow Condensed", sans-serif;
}

.resource-download__button small {
  flex: 0 0 auto;
  font: 650 12.5px/1.2 "Atkinson Hyperlegible Next", sans-serif;
  opacity: 0.72;
}

.resource-download__button:hover,
.resource-download__button:focus-visible {
  background: #28d394;
  color: #08131a;
  filter: none;
}

.resource-download__button:active {
  background: #00ad6c;
  color: #071711;
  filter: none;
}

.form-success-assets {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(8, 119, 111, 0.09);
  color: #27514e;
  font: 650 13px/1.45 "Atkinson Hyperlegible Next", sans-serif;
  text-align: center;
}

.asset-request {
  margin: 0 0 16px;
}

.asset-request label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3d4652;
  font: 650 var(--fs-small)/1.4 "Atkinson Hyperlegible Next", sans-serif;
}

.form-success-assets.is-visible {
  display: block;
}

.form-success-assets__link {
  display: inline-flex;
  flex-direction: column;
  margin-left: 12px;
  color: #08776f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-success-assets__link small {
  font-size: 11px;
  text-decoration: none;
}

.site-policy-links {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 2px 0 0;
  font: 600 12px/1.4 "Atkinson Hyperlegible Next", sans-serif;
}

.site-policy-links a,
.site-policy-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-muted);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.analytics-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 500;
  width: min(620px, calc(100vw - 48px));
  display: none;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: #11182a;
  box-shadow: none;
  color: #fff;
}

.analytics-consent.is-visible {
  display: flex;
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent__copy {
  flex: 1 1 auto;
}

.analytics-consent__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font: 400 13px/1.5 "Atkinson Hyperlegible Next", sans-serif;
}

.analytics-consent__copy p:first-child {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 800;
}

.analytics-consent__copy a {
  color: #7addc7;
}

.analytics-consent__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
}

.analytics-consent__actions button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: transparent;
  color: #fff;
  font: 750 12px/1.2 "Atkinson Hyperlegible Next", sans-serif;
  cursor: pointer;
}

#products .equipment-product > a,
main a[style*="display:inline-flex"],
main a[style*="display:inline-block"] {
  min-height: 44px;
}

main a[style*="display:inline-flex"],
main a[style*="display:inline-block"] {
  align-items: center;
}

main a[style*="display:inline-block"] {
  display: inline-flex !important;
}

.home-anchor-nav a[href="#proof"] {
  min-width: 44px;
  justify-content: center;
}

.analytics-consent__actions [data-consent-accept] {
  border-color: #00bf78;
  background: #00bf78;
  color: #071711;
}

.hire-price-prefix {
  display: block;
  margin: 0 0 6px;
  color: var(--accent);
  font: 700 12px/1.2 "Atkinson Hyperlegible Next", sans-serif;
  letter-spacing: 0.015em;
}

.fxh-billing {
  display: block;
  margin-top: 6px;
  color: var(--ink-muted);
  font: 550 var(--fs-small)/1.35 "Atkinson Hyperlegible Next", sans-serif;
}

.two-lane-panel {
  padding: clamp(56px, 6vw, 76px) var(--section-x);
  background: #0d1220;
  color: #fff;
}

.two-lane-panel__inner,
.product-commercial-section__inner {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
}

.two-lane-panel__intro > p {
  margin: 0 0 10px;
  color: #58c9b9;
  font: 700 var(--fs-eyebrow)/1.2 "Barlow Condensed", sans-serif;
}

.two-lane-panel__intro h2,
.product-commercial-section h2 {
  margin: 0;
  font: 700 var(--fs-h2)/1.05 "Barlow Condensed", sans-serif;
}

.two-lane-panel__intro h2 {
  color: #fff;
}

.home-commercial-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.home-commercial-paths article {
  padding: 24px 30px 26px 0;
}

.home-commercial-paths article + article {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.home-commercial-paths p,
.home-commercial-paths h3,
.home-commercial-paths span {
  margin: 0;
}

.home-commercial-paths p {
  margin-bottom: 7px;
  color: var(--accent);
  font: 700 var(--fs-small)/1.3 "Atkinson Hyperlegible Next", sans-serif;
}

.home-commercial-paths h3 {
  margin-bottom: 9px;
  color: #fff;
  font: 750 clamp(1.8rem, 2.6vw, 2.25rem)/1 "Barlow Condensed", sans-serif;
}

.home-commercial-paths span {
  display: block;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.78);
  font: 500 var(--fs-15)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.home-engagement-list {
  margin-top: 30px;
}

.home-engagement-list > h3 {
  margin: 0 0 12px;
  color: #fff;
  font: 750 1.65rem/1.05 "Barlow Condensed", sans-serif;
}

.home-engagement-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(190px, 0.8fr) minmax(320px, 1.7fr);
  gap: 24px;
  align-items: baseline;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-engagement-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-engagement-row h4,
.home-engagement-row p {
  margin: 0;
}

.home-engagement-row h4 {
  color: #fff;
  font: 750 1.2rem/1.15 "Barlow Condensed", sans-serif;
}

.home-engagement-row__term {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font: 650 0.94rem/1.4 "Atkinson Hyperlegible Next", sans-serif;
}

.home-engagement-row__term span {
  color: var(--accent);
}

.home-engagement-row__figure {
  color: rgba(255, 255, 255, 0.74);
  font: 500 var(--fs-15)/1.48 "Atkinson Hyperlegible Next", sans-serif;
}

.home-engagement-row__figure strong {
  margin-right: 6px;
  color: #fff;
  font: 750 1.25rem/1.1 "Barlow Condensed", sans-serif;
}

.two-lane-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.two-lane-panel__lane {
  padding: 28px 32px 30px 0;
}

.two-lane-panel__lane + .two-lane-panel__lane {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.two-lane-panel__lane h3 {
  margin: 0 0 8px;
  color: #fff;
  font: 700 1.65rem/1.05 "Barlow Condensed", sans-serif;
}

.two-lane-panel__lane p {
  max-width: 56ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font: 450 var(--fs-15)/1.6 "Atkinson Hyperlegible Next", sans-serif;
}

.commissioning-availability {
  margin: 0;
  color: var(--ink);
  font: 650 var(--fs-15)/1.5 "Atkinson Hyperlegible Next", sans-serif;
}

.two-lane-panel .commissioning-availability {
  color: rgba(255, 255, 255, 0.9);
}

.two-lane-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.two-lane-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  font: 750 var(--fs-small)/1.25 "Atkinson Hyperlegible Next", sans-serif;
  text-align: center;
}

.two-lane-actions__hire {
  border: 1px solid #00bf78;
  background: #00bf78;
  color: #071711;
}

.two-lane-actions__owned {
  border: 1px solid rgba(var(--ink-rgb), 0.26);
  background: transparent;
  color: var(--ink);
}

.two-lane-panel .two-lane-actions__owned {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.two-lane-actions__hire:hover,
.two-lane-actions__hire:focus-visible {
  background: #28d394;
  color: #071711;
}

.two-lane-actions__owned:hover,
.two-lane-actions__owned:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.product-commercial-paths {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.16);
}

.product-commercial-paths__copy {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font: 450 var(--fs-15)/1.6 "Atkinson Hyperlegible Next", sans-serif;
}

.product-commercial-section {
  padding: 58px var(--section-x);
  background: var(--bg-alt);
}

.product-commercial-section h2 {
  max-width: 760px;
  margin-top: 12px;
  color: var(--ink);
}

.product-commercial-section__inner > p:not(.commissioning-availability) {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font: 450 var(--fs-15)/1.6 "Atkinson Hyperlegible Next", sans-serif;
}

.product-commercial-section .product-commercial-paths {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.commercial-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), 0.18);
  border-radius: 16px;
  background: var(--surface);
}

.commercial-lane {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
}

.commercial-lane + .commercial-lane {
  border-left: 1px solid rgba(var(--ink-rgb), 0.18);
}

.commercial-lane--owned {
  background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.09), rgba(var(--accent-rgb), 0.025));
}

.commercial-lane__label {
  margin: 0 0 10px;
  color: var(--accent);
  font: 700 var(--fs-small)/1.25 "Atkinson Hyperlegible Next", sans-serif;
}

.commercial-lane h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font: 750 clamp(1.65rem, 2.4vw, 2.15rem)/1.05 "Barlow Condensed", sans-serif;
}

.commercial-lane > p,
.commercial-lane__hire-content > p,
.commercial-hire-summary p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font: 450 var(--fs-15)/1.58 "Atkinson Hyperlegible Next", sans-serif;
}

.commercial-lane__intro {
  min-height: 50px;
}

.commercial-lane__hire-content {
  margin-top: 4px;
}

.commercial-lane .fxq-price {
  grid-template-columns: 1fr;
  margin-top: 8px;
}

.commercial-lane .fxq-pcell + .fxq-pcell {
  border-top: 1px solid rgba(var(--ink-rgb), 0.12);
  border-left: 0;
}

.commercial-lane .fxq-pfine {
  margin: 14px 0 0;
}

.commercial-lane__cost {
  margin-top: auto !important;
  padding-top: 10px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.14);
}

.commercial-lane__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 9px;
  font: 750 var(--fs-small)/1.25 "Atkinson Hyperlegible Next", sans-serif;
  text-align: center;
}

.commercial-lane__action--hire {
  background: #00bf78;
  color: #071711;
}

.commercial-lane__action--owned {
  border-color: #1b2540;
  background: #1b2540;
  color: #fff;
}

.commercial-lane__action:hover,
.commercial-lane__action:focus-visible {
  filter: brightness(1.12);
}

.commercial-pricing-caveat {
  max-width: 92ch;
  margin: 20px 0 0;
  color: var(--ink-muted);
  font: 450 var(--fs-small)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.hero-pricing-caveat {
  max-width: 72ch;
  margin: 12px 0 0;
  color: var(--ink-muted);
  font: 450 0.72rem/1.45 "Atkinson Hyperlegible Next", sans-serif;
}

@media (max-width: 640px) {
  html body [data-screen-label] #hero #hero-text {
    padding-bottom: 210px !important;
  }

  html body [data-screen-label] #hero > img[style*="right:var(--section-x)"] {
    right: 20px !important;
    bottom: 24px !important;
    width: 128px !important;
  }
}

.product-commercial-paths > .commissioning-availability {
  margin-top: 16px;
}

.commercial-comparison {
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid rgba(var(--ink-rgb), 0.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 13, 28, 0.09);
}

.commercial-comparison table {
  width: 100%;
  min-width: 720px;
  border-spacing: 0;
  color: #162d4d;
  table-layout: fixed;
}

.commercial-comparison th,
.commercial-comparison td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
}

.commercial-comparison thead th {
  width: 37%;
  background: #162d4d;
  color: #fff;
  font: 750 1.45rem/1.1 "Barlow Condensed", sans-serif;
}

.commercial-comparison thead th:first-child {
  width: 26%;
  background: #0b0d1f;
}

.commercial-comparison thead th + th,
.commercial-comparison tbody td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.commercial-comparison thead th span {
  display: block;
  margin-bottom: 7px;
  color: #72dfc7;
  font: 700 0.76rem/1.25 "Atkinson Hyperlegible Next", sans-serif;
}

.commercial-comparison thead .commercial-comparison__eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.commercial-comparison tbody th,
.commercial-comparison tbody td {
  border-top: 1px solid #dbe2e7;
  font: 500 var(--fs-15)/1.45 "Atkinson Hyperlegible Next", sans-serif;
}

.commercial-comparison tbody th {
  background: #edf2f4;
  color: #52616b;
  font-weight: 750;
}

.commercial-comparison tbody td {
  background: #fff;
  color: #17283d;
}

.commercial-comparison tbody td + td {
  border-left-color: #dbe2e7;
}

.typical-engagement {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(210px, 0.7fr) minmax(280px, 1.6fr);
  align-items: center;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), 0.18);
  border-radius: 14px;
  background: var(--surface);
}

.typical-engagement > * {
  min-width: 0;
  margin: 0;
  padding: 22px 24px;
}

.typical-engagement > * + * {
  border-left: 1px solid rgba(var(--ink-rgb), 0.14);
}

.typical-engagement__product {
  color: var(--ink-muted);
  font: 700 var(--fs-small)/1.35 "Atkinson Hyperlegible Next", sans-serif;
}

.typical-engagement__terms span,
.typical-engagement__terms strong {
  display: block;
}

.typical-engagement__terms span {
  color: var(--accent);
  font: 750 1.28rem/1.1 "Barlow Condensed", sans-serif;
}

.typical-engagement__terms strong {
  margin-top: 6px;
  color: var(--ink-muted);
  font: 700 var(--fs-small)/1.3 "Atkinson Hyperlegible Next", sans-serif;
}

.typical-engagement__figure {
  color: var(--ink-soft);
  font: 500 var(--fs-15)/1.5 "Atkinson Hyperlegible Next", sans-serif;
}

.typical-engagement__figure strong {
  color: var(--ink);
  font: 800 clamp(1.45rem, 2.2vw, 2rem)/1.1 "Barlow Condensed", sans-serif;
}

.typical-engagement__figure span {
  display: inline;
}

.home-engagement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.home-engagement-grid .typical-engagement--compact {
  display: block;
  margin: 0;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.15);
}

.home-engagement-grid .typical-engagement--compact > * {
  padding: 0;
  border: 0;
}

.home-engagement-grid .typical-engagement__product,
.home-engagement-grid .typical-engagement__figure,
.home-engagement-grid .typical-engagement__figure strong {
  color: #fff;
}

.home-engagement-grid .typical-engagement__terms {
  margin: 18px 0;
}

.home-engagement-grid .typical-engagement__terms strong,
.home-engagement-grid .typical-engagement__figure span {
  color: rgba(255, 255, 255, 0.72);
}

.commercial-product-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font: 500 var(--fs-15)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.commercial-pricing-caveat {
  max-width: 104ch;
  margin: 18px 0 0;
}

.two-lane-panel .commercial-pricing-caveat {
  color: rgba(255, 255, 255, 0.68);
}

.commissioning-callout {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1.65fr);
  gap: 18px 28px;
  align-items: start;
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(var(--ink-rgb), 0.18);
  border-radius: 10px;
  background: rgba(var(--ink-rgb), 0.035);
  color: #fff;
  box-shadow: none;
}

.commissioning-callout p,
.commissioning-callout strong,
.commissioning-callout span {
  margin: 0;
}

.commissioning-callout p {
  color: var(--ink);
  font: 800 1.35rem/1 "Barlow Condensed", sans-serif;
}

.commissioning-callout span,
.commissioning-callout strong {
  font: 500 var(--fs-15)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.commissioning-callout strong {
  display: block;
  font-weight: 750;
}

.commissioning-callout--available {
  grid-template-columns: minmax(130px, 0.25fr) minmax(220px, 0.55fr) minmax(0, 1.2fr);
  background: rgba(var(--ink-rgb), 0.035);
}

.two-lane-panel .commissioning-callout {
  padding: 19px 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.two-lane-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.two-lane-actions .two-lane-actions__button {
  min-height: 50px;
  border: 1px solid #00bf78;
  background: #00bf78;
  color: #071711;
}

.two-lane-actions .two-lane-actions__button:hover,
.two-lane-actions .two-lane-actions__button:focus-visible {
  border-color: #28d394;
  background: #28d394;
  color: #071711;
}

.home-product-commitment {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font: 700 var(--fs-small)/1.35 "Atkinson Hyperlegible Next", sans-serif;
}

.home-product-commitment strong {
  color: var(--ink);
}

.home-product-commitment span {
  color: var(--accent);
}

.hero-engagement-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  padding: 11px 14px;
  border: 1px solid rgba(var(--ink-rgb), 0.2);
  border-radius: 9px;
  background: rgba(var(--bg-rgb), 0.58);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.hero-engagement-summary span {
  color: var(--accent);
  font: 750 1.05rem/1.1 "Barlow Condensed", sans-serif;
}

.hero-engagement-summary strong {
  font: 700 var(--fs-small)/1.25 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial {
  padding-block: clamp(56px, 7vw, 84px);
}

.connected-commercial__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px clamp(36px, 7vw, 96px);
  align-items: end;
}

.connected-commercial__header h2 {
  max-width: 620px;
  margin: 0;
}

.connected-commercial__header p {
  max-width: 60ch;
  margin: 0 0 5px;
  color: rgba(var(--ink-rgb), 0.78);
  font: 500 var(--fs-body-lg)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__assembly {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1.12fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 42px;
  padding: 30px 0 34px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.18);
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.18);
}

.connected-commercial__stage {
  min-width: 0;
  padding-top: 4px;
}

.connected-commercial__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: var(--accent);
  color: #071711;
  font: 800 1rem/1 "Barlow Condensed", sans-serif;
}

.connected-commercial__stage h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font: 750 clamp(1.65rem, 2.2vw, 2rem)/1.08 "Barlow Condensed", sans-serif;
}

.connected-commercial__stage > p {
  max-width: 36ch;
  margin: 0;
  color: rgba(var(--ink-rgb), 0.68);
  font: 500 var(--fs-small)/1.55 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__connector {
  align-self: center;
  justify-self: center;
  color: var(--accent);
  font: 600 2.1rem/1 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__bases {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.connected-commercial__bases li {
  padding: 8px 10px;
  border: 1px solid rgba(var(--ink-rgb), 0.22);
  border-radius: 5px;
  color: rgba(var(--ink-rgb), 0.82);
  font: 700 0.9rem/1.25 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__shapes,
.connected-commercial__formats {
  margin: 20px 0 0;
}

.connected-commercial__shapes > div,
.connected-commercial__formats > div {
  padding: 11px 0;
  border-top: 1px solid rgba(var(--ink-rgb), 0.15);
}

.connected-commercial__shapes > div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
}

.connected-commercial__shapes dt,
.connected-commercial__formats dt,
.connected-commercial__shapes dd,
.connected-commercial__formats dd {
  margin: 0;
}

.connected-commercial__shapes dt,
.connected-commercial__formats dt {
  color: var(--ink);
  font: 750 var(--fs-small)/1.4 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__shapes dd,
.connected-commercial__formats dd {
  color: rgba(var(--ink-rgb), 0.68);
  font: 500 0.96rem/1.5 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__formats dt {
  margin-bottom: 3px;
  color: var(--accent);
}

.connected-commercial__commitment {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(150px, 0.55fr) minmax(300px, 1.75fr);
  margin-top: 26px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.2);
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.2);
}

.connected-commercial__commitment > div {
  padding: 20px 22px;
}

.connected-commercial__commitment > div + div {
  border-left: 1px solid rgba(var(--ink-rgb), 0.16);
}

.connected-commercial__commitment span,
.connected-commercial__commitment strong {
  display: block;
}

.connected-commercial__commitment span {
  margin-bottom: 6px;
  color: rgba(var(--ink-rgb), 0.68);
  font: 700 0.9rem/1.3 "Atkinson Hyperlegible Next", sans-serif;
}

.connected-commercial__commitment strong {
  color: var(--ink);
  font: 750 clamp(1.2rem, 1.8vw, 1.55rem)/1.18 "Barlow Condensed", sans-serif;
}

.connected-commercial .commissioning-callout {
  margin-top: 22px;
}

.connected-commercial__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.connected-commercial__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid #00bf78;
  border-radius: 8px;
  background: #00bf78;
  color: #071711;
  font: 750 var(--fs-small)/1.25 "Atkinson Hyperlegible Next", sans-serif;
  text-align: center;
}

.connected-commercial__actions a:hover,
.connected-commercial__actions a:focus-visible {
  border-color: #28d394;
  background: #28d394;
  color: #071711;
}

.connected-commercial__compare {
  display: inline-block;
  margin-top: 16px;
  color: var(--accent);
  font: 700 var(--fs-small)/1.4 "Atkinson Hyperlegible Next", sans-serif;
}

#products .csp-line {
  font-size: 1.05rem;
  line-height: 1.58;
}

#products .csp-link {
  font-size: 1.08rem;
}

.csx-stepname {
  font-size: 1.05rem !important;
}

@media (max-width: 980px) {
  .connected-commercial__header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .connected-commercial__assembly {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .connected-commercial__connector {
    justify-self: start;
    margin-left: 4px;
    transform: rotate(90deg);
  }

  .connected-commercial__stage > p {
    max-width: 60ch;
  }
}

.enquiry-qualification {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}

.enquiry-qualification__item {
  display: block;
  min-width: 0;
  margin: 0;
}

.enquiry-qualification__item span {
  display: block;
  color: var(--ink-on-light);
  font-family: "Atkinson Hyperlegible Next", sans-serif;
}

.enquiry-qualification__item span {
  margin-bottom: 7px;
  color: #49605d;
  font-size: 0.78rem;
  font-weight: 700;
}

.enquiry-qualification__item select {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(14, 143, 134, 0.34) !important;
  border-radius: 9px !important;
  background-color: rgba(14, 143, 134, 0.07) !important;
  color: var(--ink-on-light) !important;
  font-family: "Atkinson Hyperlegible Next", sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.enquiry-qualification__item select:hover {
  border-color: rgba(14, 143, 134, 0.72) !important;
  background-color: rgba(14, 143, 134, 0.11) !important;
}

.enquiry-qualification__item select:focus-visible {
  border-color: #08776f !important;
  outline: 3px solid rgba(14, 143, 134, 0.2);
  outline-offset: 2px;
}

.static-disclosure {
  border-top: 1px solid rgba(var(--ink-rgb), 0.14);
}

.static-disclosure:last-child {
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.14);
}

.static-disclosure summary {
  padding: 16px 0;
  color: var(--ink);
  font: 700 var(--fs-15)/1.35 "Atkinson Hyperlegible Next", sans-serif;
  cursor: pointer;
}

.static-disclosure p {
  max-width: 72ch;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font: 450 var(--fs-15)/1.58 "Atkinson Hyperlegible Next", sans-serif;
}

.static-fit-fallback,
.static-standings {
  padding: 24px;
  border: 1px solid rgba(var(--accent-rgb), 0.3);
  border-radius: 14px;
  background: #162d4d;
  color: var(--ink);
}

.static-standings ol {
  margin: 12px 0 0;
  padding-left: 24px;
  line-height: 1.7;
}

html.has-js .static-render-fallback {
  display: none !important;
}

html:not(.has-js) sc-for,
html:not(.has-js) sc-if[hint-placeholder-val*="false"],
html:not(.has-js) .client-rendered-widget {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 760px) {
  .two-lane-panel {
    padding-block: 56px;
  }

  .two-lane-panel__grid {
    grid-template-columns: 1fr;
  }

  .home-commercial-paths {
    grid-template-columns: 1fr;
  }

  .home-commercial-paths article {
    padding: 22px 0;
  }

  .home-commercial-paths article + article {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .home-engagement-row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }

  .home-engagement-row__term {
    flex-wrap: wrap;
  }

  .two-lane-panel__lane {
    padding: 24px 0;
  }

  .two-lane-panel__lane + .two-lane-panel__lane {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .two-lane-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .two-lane-actions a {
    width: 100%;
  }

  .commercial-lanes,
  .enquiry-qualification {
    grid-template-columns: 1fr;
  }

  .typical-engagement,
  .home-engagement-grid,
  .commissioning-callout,
  .commissioning-callout--available,
  .two-lane-actions,
  .connected-commercial__commitment,
  .connected-commercial__actions {
    grid-template-columns: 1fr;
  }

  .typical-engagement > * + * {
    border-top: 1px solid rgba(var(--ink-rgb), 0.14);
    border-left: 0;
  }

  .commissioning-callout {
    gap: 10px;
  }

  .connected-commercial__commitment > div + div {
    border-top: 1px solid rgba(var(--ink-rgb), 0.16);
    border-left: 0;
  }

  .connected-commercial__stage {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
  }

  .connected-commercial__step {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .connected-commercial__stage h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 3px 0 9px;
  }

  .connected-commercial__stage > p,
  .connected-commercial__stage > ul,
  .connected-commercial__stage > dl {
    grid-column: 2;
  }

  .connected-commercial__connector {
    margin-left: 8px;
  }

  .commercial-comparison table {
    min-width: 660px;
  }

  .commercial-lane + .commercial-lane {
    border-top: 1px solid rgba(var(--ink-rgb), 0.18);
    border-left: 0;
  }

  .tabletop-page #hero > img[alt="Tabletop Tavern"] {
    display: none;
  }

  .tabletop-page .tabletop-mobile-brand {
    display: block;
    margin: 0 0 12px;
    color: var(--accent);
    font: 700 1rem/1.2 "Barlow Condensed", sans-serif;
  }

  .tabletop-page .fxg-flag {
    min-height: 360px;
    aspect-ratio: auto !important;
  }

  .tabletop-page .fxg-flogo {
    width: auto;
    max-width: 72%;
    height: auto;
    max-height: 70px;
    object-fit: contain;
  }

  .tabletop-page .fxg-fname {
    font-size: 1.65rem;
  }

  .tabletop-page .fxg-fline {
    font-size: 0.95rem;
  }

  .tabletop-page .fxg-fnum {
    font-size: 2.3rem;
  }

  .tabletop-page .fxg-flab {
    display: block;
    margin: 5px 0 0;
  }

  body nav {
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding: 10px 14px !important;
  }

  body nav > div:first-child {
    flex: 0 0 auto;
  }

  body nav > div:last-child {
    flex: 1 1 auto;
    flex-wrap: nowrap !important;
    justify-content: flex-end;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  body nav > div:last-child::-webkit-scrollbar {
    display: none;
  }

  body nav:not(.home-main-nav) > div:last-child {
    flex: 0 0 auto;
    margin-left: auto;
    overflow: visible;
  }

  body nav:not(.home-main-nav) > div:last-child > :not(:last-child) {
    display: none !important;
  }

  body nav:not(.home-main-nav) > a:first-child span {
    display: none;
  }

  body nav a {
    flex: 0 0 auto;
    border-radius: 8px !important;
    white-space: nowrap;
  }

  main > section {
    padding-block: 56px !important;
  }

  nav a,
  nav button,
  footer a,
  footer button {
    min-height: 44px;
  }

  .resource-download {
    padding-block: 44px;
  }

  .resource-download__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .resource-download__button {
    min-width: 0;
  }

  .form-success-assets__link {
    display: flex;
    margin: 8px 0 0;
  }

  .site-policy-links {
    justify-content: flex-start;
  }

  .analytics-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .analytics-consent__actions button {
    flex: 1 1 0;
  }
}

@media (max-width: 800px) {
  [data-screen-label="Connected Series"] #hero > img[alt="Connected Series"] {
    top: 28px !important;
    right: var(--section-x) !important;
    bottom: auto !important;
    width: 112px !important;
  }

  [data-screen-label="Connected Series"] #hero-text {
    padding-top: 168px !important;
  }
}

@media (max-width: 560px) {
  body nav > div:first-child span {
    display: none;
  }

  body nav > div:last-child {
    justify-content: flex-start;
  }

  body nav a {
    padding-inline: 14px !important;
  }
}
