:root {
  --wcs-red: #ee1b2d;
  --wcs-red-dark: #b91523;
  --wcs-black: #0b0c0e;
  --wcs-ink: #17191d;
  --wcs-muted: #5d626b;
  --wcs-line: #d8dadd;
  --wcs-soft: #f4f5f6;
  --wcs-paper: #ffffff;
  --wcs-success: #17633e;
  --wcs-max: 1240px;
  --wcs-radius: 5px;
  color-scheme: light;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

body.corporate-shell {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.corporate-shell *,
body.corporate-shell *::before,
body.corporate-shell *::after {
  box-sizing: border-box;
}

body.corporate-shell img,
body.corporate-shell video {
  max-width: 100%;
}

body.corporate-shell .mono,
body.corporate-shell code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.corporate-shell h1,
body.corporate-shell h2,
body.corporate-shell h3,
body.corporate-shell h4,
body.corporate-shell p,
body.corporate-shell li,
body.corporate-shell label,
body.corporate-shell input,
body.corporate-shell select,
body.corporate-shell textarea,
body.corporate-shell button {
  letter-spacing: 0;
}

body.corporate-shell h1,
body.corporate-shell h2,
body.corporate-shell h3,
body.corporate-shell h4 {
  color: var(--wcs-ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  text-wrap: balance;
}

body.corporate-shell h1 {
  font-size: clamp(2.25rem, 4rem, 4rem);
  line-height: 1.08;
  font-weight: 650;
}

body.corporate-shell h2 {
  font-size: clamp(1.7rem, 2.35rem, 2.35rem);
  line-height: 1.2;
  font-weight: 650;
}

body.corporate-shell h3 {
  font-size: 1.22rem;
  line-height: 1.3;
  font-weight: 650;
}

body.corporate-shell p,
body.corporate-shell li,
body.corporate-shell dd {
  color: var(--wcs-muted);
}

body.corporate-shell a {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

body.corporate-shell :focus-visible {
  outline: 3px solid rgba(238, 27, 45, 0.42);
  outline-offset: 3px;
}

body.corporate-shell .shell,
body.corporate-shell .header-shell,
body.corporate-shell .nav-inner {
  width: min(calc(100% - 48px), var(--wcs-max));
  max-width: var(--wcs-max);
  margin-right: auto;
  margin-left: auto;
}

body.corporate-shell .skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 3px;
  background: var(--wcs-paper);
  color: var(--wcs-black);
  padding: 10px 14px;
  font-weight: 700;
}

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

/* Shared corporate header for the site's existing page structures. */
body.corporate-shell .site-header {
  display: block;
  position: relative;
  top: auto;
  z-index: 40;
  min-height: 132px;
  border: 0;
  border-bottom: 1px solid #25272b;
  background: var(--wcs-paper);
  padding: 0;
  box-shadow: none;
  color: var(--wcs-ink);
}

body.corporate-shell .site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 54px;
  background: var(--wcs-black);
}

body.corporate-shell .header-shell,
body.corporate-shell .nav-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(40px, 1fr) auto;
  grid-template-rows: 78px 54px;
  grid-template-areas:
    "brand spacer actions"
    "nav nav nav";
  align-items: center;
  min-height: 132px;
  gap: 0 24px;
  padding: 0;
}

body.corporate-shell .site-header .brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 0;
  gap: 13px;
  padding: 0;
  color: var(--wcs-ink);
  text-decoration: none;
}

body.corporate-shell .site-header .brand-mark {
  display: block;
  width: 108px;
  min-width: 108px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.corporate-shell .site-header .brand-mark img,
body.corporate-shell .site-header .brand > img:first-child:not(.brand-logo) {
  display: block;
  width: 108px;
  height: 48px;
  object-fit: contain;
  transform: none;
}

body.corporate-shell .site-header .brand-logo,
body.corporate-shell .site-header .brand > img:last-child {
  display: block;
  width: 250px;
  max-width: 250px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

body.corporate-shell .primary-nav,
body.corporate-shell .nav-links,
body.corporate-shell .legal-nav {
  grid-area: nav;
  position: relative;
  inset: auto;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  justify-content: flex-start;
  width: auto;
  max-height: none;
  gap: 2px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.corporate-shell .primary-nav a,
body.corporate-shell .nav-links a,
body.corporate-shell .legal-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 17px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #e9e9ea;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

body.corporate-shell .primary-nav a::after,
body.corporate-shell .nav-links a::after,
body.corporate-shell .legal-nav a::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 0;
  left: 17px;
  height: 3px;
  background: transparent;
}

body.corporate-shell .primary-nav a:hover,
body.corporate-shell .primary-nav a:focus-visible,
body.corporate-shell .primary-nav a[aria-current="page"],
body.corporate-shell .nav-links a:hover,
body.corporate-shell .nav-links a:focus-visible,
body.corporate-shell .nav-links a[aria-current="page"],
body.corporate-shell .legal-nav a:hover,
body.corporate-shell .legal-nav a:focus-visible,
body.corporate-shell .legal-nav a[aria-current="page"] {
  background: #17191d;
  color: #ffffff;
}

body.corporate-shell .primary-nav a:hover::after,
body.corporate-shell .primary-nav a:focus-visible::after,
body.corporate-shell .primary-nav a[aria-current="page"]::after,
body.corporate-shell .nav-links a:hover::after,
body.corporate-shell .nav-links a:focus-visible::after,
body.corporate-shell .nav-links a[aria-current="page"]::after,
body.corporate-shell .legal-nav a:hover::after,
body.corporate-shell .legal-nav a:focus-visible::after,
body.corporate-shell .legal-nav a[aria-current="page"]::after {
  background: var(--wcs-red);
}

body.corporate-shell .header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

body.corporate-shell .header-actions .login-link,
body.corporate-shell .header-actions .call-link,
body.corporate-shell .site-header > .header-shell > .call-link,
body.corporate-shell .site-header .phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #41454c;
  padding: 7px 0;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
}

body.corporate-shell .header-actions .call-link,
body.corporate-shell .site-header > .header-shell > .call-link,
body.corporate-shell .site-header .phone {
  grid-area: actions;
  border: 1px solid #cfd2d6;
  padding: 7px 13px;
  color: var(--wcs-ink);
}

body.corporate-shell .header-actions a:hover,
body.corporate-shell .header-actions a:focus-visible,
body.corporate-shell .site-header > .header-shell > .call-link:hover,
body.corporate-shell .site-header .phone:hover {
  color: var(--wcs-red-dark);
}

body.corporate-shell .primary-nav a.mobile-nav-only,
body.corporate-shell .nav-links a.mobile-nav-only,
body.corporate-shell .legal-nav a.mobile-nav-only {
  display: none;
}

body.corporate-shell .nav-toggle,
body.corporate-shell .corporate-nav-toggle {
  grid-area: actions;
  display: none;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid #d2d5d9;
  border-radius: 3px;
  background: var(--wcs-paper);
  color: var(--wcs-black);
  cursor: pointer;
  box-shadow: none;
}

body.corporate-shell .nav-toggle span:not(.sr-only),
body.corporate-shell .corporate-nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border: 0;
  background: currentColor;
  transform: none;
  opacity: 1;
}

/* Shared actions and form controls. */
body.corporate-shell .button,
body.corporate-shell a.button,
body.corporate-shell button.button,
body.corporate-shell input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--wcs-red-dark);
  border-radius: 4px;
  background: var(--wcs-red-dark);
  color: #ffffff;
  padding: 10px 17px;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
}

body.corporate-shell .button:hover,
body.corporate-shell .button:focus-visible,
body.corporate-shell input[type="submit"]:hover,
body.corporate-shell input[type="submit"]:focus-visible {
  border-color: #8f101b;
  background: #8f101b;
  color: #ffffff;
  transform: none;
  box-shadow: none;
}

body.corporate-shell .button.secondary,
body.corporate-shell .button.dark,
body.corporate-shell .button-clear,
body.corporate-shell .secondary.button,
body.corporate-shell a.secondary {
  border-color: #bfc4ca;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

body.corporate-shell .button.secondary:hover,
body.corporate-shell .button.secondary:focus-visible,
body.corporate-shell .button.dark:hover,
body.corporate-shell .button.dark:focus-visible,
body.corporate-shell .button-clear:hover,
body.corporate-shell .button-clear:focus-visible,
body.corporate-shell a.secondary:hover,
body.corporate-shell a.secondary:focus-visible {
  border-color: #8c929a;
  background: #f2f3f4;
  color: var(--wcs-black);
}

body.corporate-shell input,
body.corporate-shell select,
body.corporate-shell textarea {
  border: 1px solid #bfc4ca;
  border-radius: 4px;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell input:focus,
body.corporate-shell select:focus,
body.corporate-shell textarea:focus {
  border-color: var(--wcs-red-dark);
  outline: 3px solid rgba(238, 27, 45, 0.14);
  box-shadow: none;
}

body.corporate-shell .eyebrow,
body.corporate-shell .kicker,
body.corporate-shell [class*="kicker"] {
  color: var(--wcs-red-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

/* Shared footer. */
body.corporate-shell .site-footer,
body.corporate-shell > footer.site-footer,
body.corporate-shell footer.corporate-site-footer {
  margin: 0;
  border: 0;
  border-top: 4px solid var(--wcs-red-dark);
  background: var(--wcs-black);
  color: #e8e9ea;
  padding: 44px 0 24px;
}

body.corporate-shell .footer-shell {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(260px, 1fr) minmax(220px, 0.8fr);
  gap: 36px;
  align-items: start;
}

body.corporate-shell .site-footer img {
  display: block;
  width: 250px;
  height: auto;
  filter: none;
}

body.corporate-shell .site-footer nav,
body.corporate-shell .footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 20px;
}

body.corporate-shell .footer-contact {
  flex-direction: column;
}

body.corporate-shell .site-footer a,
body.corporate-shell .site-footer span,
body.corporate-shell .site-footer p,
body.corporate-shell footer.corporate-site-footer a,
body.corporate-shell footer.corporate-site-footer span,
body.corporate-shell footer.corporate-site-footer p {
  color: #c8cacf;
  font-size: 0.86rem;
  text-decoration: none;
}

body.corporate-shell .site-footer a:hover,
body.corporate-shell .site-footer a:focus-visible,
body.corporate-shell footer.corporate-site-footer a:hover,
body.corporate-shell footer.corporate-site-footer a:focus-visible {
  color: #ffffff;
}

body.corporate-shell .copyright {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #303237;
}

/* Legal, policy, account, and status pages. */
body.corporate-shell.legal-page,
body.corporate-shell.policy-page,
body.corporate-shell.account-page,
body.corporate-shell.payment-request-page {
  background: var(--wcs-paper);
}

body.corporate-shell .legal-hero,
body.corporate-shell .policy-hero {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--wcs-line);
  background: var(--wcs-soft);
  color: var(--wcs-ink);
  padding: 64px 0 48px;
}

body.corporate-shell .legal-shell,
body.corporate-shell .policy-shell {
  max-width: 920px;
}

body.corporate-shell .legal-shell h1,
body.corporate-shell .policy-shell h1 {
  max-width: 850px;
  margin: 0;
  color: var(--wcs-ink);
  font-size: 3.15rem;
  line-height: 1.1;
}

body.corporate-shell .legal-shell p,
body.corporate-shell .policy-shell p {
  max-width: 760px;
  color: var(--wcs-muted);
  font-size: 1.06rem;
}

body.corporate-shell .legal-content-section,
body.corporate-shell .policy-content-section {
  padding: 58px 0 74px;
  background: var(--wcs-paper);
}

body.corporate-shell .legal-content,
body.corporate-shell .policy-content {
  display: block;
  max-width: 920px;
}

body.corporate-shell .legal-content article,
body.corporate-shell .policy-content article {
  margin: 0;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--wcs-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.corporate-shell .legal-content article:first-child,
body.corporate-shell .policy-content article:first-child {
  padding-top: 0;
}

/* Store and customer checkout/account surfaces. */
body.corporate-shell.store-page {
  background: #f6f7f8;
  color: var(--wcs-ink);
}

body.corporate-shell .store-main {
  background: #f6f7f8;
}

body.corporate-shell .store-hero {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--wcs-line);
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

body.corporate-shell .store-hero-media {
  display: none;
}

body.corporate-shell .store-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 54px;
  align-items: center;
  min-height: 430px;
  padding-top: 58px;
  padding-bottom: 58px;
}

body.corporate-shell .store-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--wcs-ink);
  font-size: 3.45rem;
  line-height: 1.08;
}

body.corporate-shell .store-hero-copy p:last-child {
  max-width: 720px;
  color: var(--wcs-muted);
  font-size: 1.05rem;
}

body.corporate-shell .store-quick-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  box-shadow: none;
}

body.corporate-shell .store-quick-panel a {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--wcs-line);
  border-radius: 0;
  background: transparent;
  color: var(--wcs-ink);
  padding: 15px 18px;
  text-decoration: none;
}

body.corporate-shell .store-quick-panel a:last-child {
  border-bottom: 0;
}

body.corporate-shell .store-quick-panel strong {
  color: var(--wcs-ink);
}

body.corporate-shell .store-quick-panel span {
  color: var(--wcs-muted);
}

body.corporate-shell .store-quick-panel a:hover,
body.corporate-shell .store-quick-panel a:focus-visible {
  background: var(--wcs-soft);
  transform: none;
}

body.corporate-shell .store-trust-strip,
body.corporate-shell .account-trust-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  border: 0;
  border-top: 1px solid var(--wcs-line);
  border-radius: 0;
  background: transparent;
  padding: 18px 0 0;
  color: var(--wcs-muted);
  box-shadow: none;
}

body.corporate-shell .store-trust-strip span,
body.corporate-shell .account-trust-strip span {
  color: var(--wcs-muted);
  font-size: 0.84rem;
  font-weight: 600;
  text-transform: none;
}

body.corporate-shell .store-section,
body.corporate-shell .payment-section,
body.corporate-shell .account-section {
  padding-top: 56px;
  padding-bottom: 70px;
}

body.corporate-shell .store-toolbar,
body.corporate-shell .store-results-panel,
body.corporate-shell .store-side-panel,
body.corporate-shell .payment-form,
body.corporate-shell .account-panel,
body.corporate-shell .store-merch-panel,
body.corporate-shell .store-flow-strip,
body.corporate-shell .store-category-panel,
body.corporate-shell .store-featured-panel {
  border-color: #d5d9de;
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  box-shadow: 0 8px 24px rgba(18, 23, 31, 0.06);
}

body.corporate-shell .store-flow-strip article,
body.corporate-shell .store-merch-panel article {
  border-radius: 0;
  background: transparent;
}

body.corporate-shell .store-filter,
body.corporate-shell .store-category-card button,
body.corporate-shell .store-card-qty,
body.corporate-shell .store-tags span,
body.corporate-shell .store-price-meta em {
  border-radius: 4px;
}

body.corporate-shell .store-filter.is-active {
  border-color: var(--wcs-red-dark);
  background: var(--wcs-red-dark);
  color: #ffffff;
}

body.corporate-shell .store-product-card {
  overflow: hidden;
  border: 1px solid #d4d9df;
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  box-shadow: none;
}

body.corporate-shell .store-product-card:hover {
  border-color: #aeb5be;
  transform: none;
  box-shadow: 0 8px 20px rgba(18, 23, 31, 0.06);
}

body.corporate-shell .store-product-media {
  background: #f5f6f7;
}

body.corporate-shell .store-product-status,
body.corporate-shell .store-requirement,
body.corporate-shell .store-product-meta span,
body.corporate-shell .store-product-card dl div {
  border-radius: 4px;
}

body.corporate-shell .store-product-status.is-ready {
  border-color: #bdd8ca;
  background: #f2f8f5;
  color: var(--wcs-success);
}

body.corporate-shell .store-detail-dialog {
  border-radius: var(--wcs-radius);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

body.corporate-shell .order-pay-section {
  min-height: 620px;
  padding: 70px 0 82px;
  border-bottom: 1px solid var(--wcs-line);
  background: var(--wcs-soft);
  color: var(--wcs-ink);
}

body.corporate-shell .order-pay-shell {
  align-items: start;
  gap: 52px;
}

body.corporate-shell .order-pay-copy h1 {
  max-width: 620px;
  color: var(--wcs-ink);
  font-size: 3.45rem;
  font-weight: 650;
  line-height: 1.08;
  text-shadow: none;
}

body.corporate-shell .order-pay-copy p:not(.eyebrow) {
  color: var(--wcs-muted);
  font-size: 1.03rem;
}

body.corporate-shell .order-pay-card,
body.corporate-shell .order-status-card {
  overflow: hidden;
  border: 1px solid var(--wcs-line);
  border-top: 4px solid var(--wcs-red-dark);
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: 0 8px 24px rgba(18, 23, 31, 0.07);
}

body.corporate-shell .order-pay-heading {
  background: var(--wcs-black);
}

body.corporate-shell .order-pay-status-strip span,
body.corporate-shell .order-pay-state,
body.corporate-shell .order-pay-item,
body.corporate-shell .order-pay-totals,
body.corporate-shell .order-status-intro,
body.corporate-shell .order-status-summary,
body.corporate-shell .order-status-lines article,
body.corporate-shell .order-status-timeline article,
body.corporate-shell .order-status-tracking,
body.corporate-shell .order-status-note {
  border-radius: 4px;
  box-shadow: none;
}

body.corporate-shell .store-cart-panel,
body.corporate-shell .cart-panel {
  border-radius: var(--wcs-radius);
  box-shadow: 0 8px 24px rgba(18, 23, 31, 0.08);
}

/* Crawlable generated product pages. */
body.corporate-shell.store-product-page {
  background: #f6f7f8;
  color: var(--wcs-ink);
}

body.corporate-shell .store-product-breadcrumbs {
  color: var(--wcs-muted);
  font-weight: 600;
}

body.corporate-shell .store-product-hero {
  border-color: var(--wcs-line);
}

body.corporate-shell .store-product-hero-shell {
  gap: 56px;
  min-height: 520px;
}

body.corporate-shell .store-product-visual {
  min-height: 400px;
  border-color: var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: #f6f7f8;
}

body.corporate-shell .store-product-copy h1 {
  color: var(--wcs-ink);
  font-size: 3.2rem;
  font-weight: 650;
}

body.corporate-shell .store-product-kicker span,
body.corporate-shell .store-product-identity,
body.corporate-shell .store-product-identity div,
body.corporate-shell .store-product-details aside,
body.corporate-shell .store-product-document-grid a {
  border-radius: var(--wcs-radius);
}

body.corporate-shell .store-product-identity {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

body.corporate-shell .store-product-facts {
  background: var(--wcs-black);
}

/* WCS software pages using the shared enterprise product template. */
body.corporate-shell.wcs-product-page {
  display: block;
  min-height: 100vh;
  padding: 0;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  color-scheme: light;
}

body.corporate-shell.wcs-product-page::before {
  display: none;
}

body.corporate-shell.wcs-product-page main {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--wcs-paper);
  box-shadow: none;
  overflow: visible;
}

body.corporate-shell.wcs-product-page .hero,
body.corporate-shell.wcs-product-page .product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 64px;
  align-items: center;
  width: min(calc(100% - 48px), var(--wcs-max));
  min-height: 560px;
  margin: 0 auto;
  padding: 64px 0;
  border: 0;
  background: var(--wcs-paper);
}

body.corporate-shell.wcs-product-page .hero-copy {
  min-width: 0;
  padding: 0;
}

body.corporate-shell.wcs-product-page .product-hero h1,
body.corporate-shell.wcs-product-page .hero-copy h1,
body.corporate-shell.wcs-product-page h1 {
  max-width: 760px;
  margin: 0;
  color: var(--wcs-ink);
  font-size: 3.5rem;
  font-weight: 650;
  line-height: 1.08;
  text-shadow: none;
}

body.corporate-shell.wcs-product-page .lead {
  margin-top: 20px;
  color: #343941;
  font-size: 1.08rem;
  line-height: 1.62;
}

body.corporate-shell.wcs-product-page p,
body.corporate-shell.wcs-product-page li,
body.corporate-shell.wcs-product-page dd {
  color: var(--wcs-muted);
}

body.corporate-shell.wcs-product-page strong,
body.corporate-shell.wcs-product-page dt,
body.corporate-shell.wcs-product-page label {
  color: var(--wcs-ink);
}

body.corporate-shell.wcs-product-page .product-visual,
body.corporate-shell.wcs-product-page .hero-panel,
body.corporate-shell.wcs-product-page .license-panel,
body.corporate-shell.wcs-product-page .warning,
body.corporate-shell.wcs-product-page .detail,
body.corporate-shell.wcs-product-page main > dl {
  border: 1px solid var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: #f5f6f7;
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.wcs-product-page .product-visual::before {
  display: none;
}

body.corporate-shell.wcs-product-page .visual-header,
body.corporate-shell.wcs-product-page .visual-footer,
body.corporate-shell.wcs-product-page .visual-label,
body.corporate-shell.wcs-product-page .visual-muted,
body.corporate-shell.wcs-product-page .visual-status {
  color: var(--wcs-muted);
}

body.corporate-shell.wcs-product-page .visual-value {
  color: var(--wcs-ink);
}

body.corporate-shell.wcs-product-page .visual-card strong,
body.corporate-shell.wcs-product-page .visual-line strong,
body.corporate-shell.wcs-product-page .visual-step strong,
body.corporate-shell.wcs-product-page .room-status strong,
body.corporate-shell.wcs-product-page .warning h2,
body.corporate-shell.wcs-product-page .download-note h2 {
  color: var(--wcs-ink);
}

body.corporate-shell.wcs-product-page .visual-card p,
body.corporate-shell.wcs-product-page .visual-card span,
body.corporate-shell.wcs-product-page .visual-line p,
body.corporate-shell.wcs-product-page .visual-line span,
body.corporate-shell.wcs-product-page .visual-step p,
body.corporate-shell.wcs-product-page .visual-step span,
body.corporate-shell.wcs-product-page .warning p,
body.corporate-shell.wcs-product-page .warning li,
body.corporate-shell.wcs-product-page .download-note p,
body.corporate-shell.wcs-product-page .download-note li {
  color: var(--wcs-muted);
}

body.corporate-shell.wcs-product-page .visual-screen,
body.corporate-shell.wcs-product-page .visual-card,
body.corporate-shell.wcs-product-page .visual-line,
body.corporate-shell.wcs-product-page .visual-step,
body.corporate-shell.wcs-product-page .visual-row,
body.corporate-shell.wcs-product-page .room-screen,
body.corporate-shell.wcs-product-page .room-status {
  border-color: #d0d5db;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.wcs-product-page .visual-row span {
  color: var(--wcs-muted);
}

body.corporate-shell.wcs-product-page .visual-row .visual-badge {
  border-color: #e1adb3;
  background: #fff3f4;
  color: var(--wcs-red-dark);
}

body.corporate-shell.wcs-product-page .product-proof,
body.corporate-shell.wcs-product-page .product-showcase,
body.corporate-shell.wcs-product-page .section,
body.corporate-shell.wcs-product-page .feedback,
body.corporate-shell.wcs-product-page .tutorial-section {
  width: min(calc(100% - 48px), var(--wcs-max));
  margin: 0 auto;
  padding: 58px 0;
  border: 0;
  border-top: 1px solid var(--wcs-line);
  background: var(--wcs-paper);
  box-shadow: none;
}

body.corporate-shell.wcs-product-page .product-proof {
  gap: 0;
}

body.corporate-shell.wcs-product-page .story-card,
body.corporate-shell.wcs-product-page .proof-card {
  min-height: 0;
  border: 0;
  border-right: 1px solid var(--wcs-line);
  border-radius: 0;
  background: transparent;
  color: var(--wcs-ink);
  padding: 4px 28px;
  box-shadow: none;
}

body.corporate-shell.wcs-product-page .story-card:first-child,
body.corporate-shell.wcs-product-page .proof-card:first-child {
  padding-left: 0;
}

body.corporate-shell.wcs-product-page .story-card:last-child,
body.corporate-shell.wcs-product-page .proof-card:last-child {
  border-right: 0;
  padding-right: 0;
}

body.corporate-shell.wcs-product-page .app-strip {
  width: min(calc(100% - 48px), var(--wcs-max));
  margin: 0 auto;
  border: 0;
  border-top: 1px solid var(--wcs-line);
  border-bottom: 1px solid var(--wcs-line);
  border-radius: 0;
  background: var(--wcs-soft);
}

body.corporate-shell.wcs-product-page .tutorial-frame,
body.corporate-shell.wcs-product-page .table-wrap {
  border-color: var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: #111318;
  box-shadow: none;
}

body.corporate-shell.wcs-product-page input,
body.corporate-shell.wcs-product-page select,
body.corporate-shell.wcs-product-page textarea {
  border-color: #bfc4ca;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

/* Software hub, SNIB Scout editions, trial request, and Velocity library. */
body.corporate-shell.software-hub-page,
body.corporate-shell.snib-scout-page,
body.corporate-shell.snib-scout-android-page,
body.corporate-shell.trial-download-page,
body.corporate-shell.velocity-library-page {
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  color-scheme: light;
}

body.corporate-shell.software-hub-page main,
body.corporate-shell.snib-scout-page main,
body.corporate-shell.snib-scout-android-page main,
body.corporate-shell.trial-download-page main,
body.corporate-shell.velocity-library-page main {
  color: var(--wcs-ink);
}

body.corporate-shell.software-hub-page main.shell,
body.corporate-shell.velocity-library-page main.shell {
  padding-top: 0;
  padding-bottom: 70px;
}

body.corporate-shell.software-hub-page .hero,
body.corporate-shell.snib-scout-page .hero,
body.corporate-shell.snib-scout-android-page .hero,
body.corporate-shell.velocity-library-page .hero,
body.corporate-shell.trial-download-page .layout {
  width: min(calc(100% - 48px), var(--wcs-max));
  max-width: var(--wcs-max);
  min-height: 500px;
  margin: 0 auto;
  padding: 62px 0;
  border: 0;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.software-hub-page .hero h1,
body.corporate-shell.snib-scout-page .hero h1,
body.corporate-shell.snib-scout-android-page .hero h1,
body.corporate-shell.velocity-library-page .hero h1,
body.corporate-shell.trial-download-page h1 {
  color: var(--wcs-ink);
  font-size: 3.5rem;
  font-weight: 650;
  line-height: 1.08;
  text-shadow: none;
}

body.corporate-shell.software-hub-page .hero p,
body.corporate-shell.snib-scout-page .hero p,
body.corporate-shell.snib-scout-android-page .hero p,
body.corporate-shell.velocity-library-page .hero p,
body.corporate-shell.trial-download-page .lead {
  color: var(--wcs-muted);
}

body.corporate-shell.software-hub-page .console-card,
body.corporate-shell.software-hub-page .app-card,
body.corporate-shell.snib-scout-page .hero-panel,
body.corporate-shell.snib-scout-android-page .hero-card,
body.corporate-shell.trial-download-page .panel,
body.corporate-shell.trial-download-page .note,
body.corporate-shell.velocity-library-page .download-card,
body.corporate-shell.velocity-library-page .release-card {
  border: 1px solid var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.software-hub-page .console-card {
  background: #111318;
  color: #ffffff;
}

body.corporate-shell.software-hub-page .console-card::before {
  display: none;
}

body.corporate-shell.software-hub-page .app-orbit {
  background: #101318;
}

body.corporate-shell.software-hub-page .console-card h2,
body.corporate-shell.software-hub-page .console-card strong,
body.corporate-shell.software-hub-page .console-card span {
  color: inherit;
}

body.corporate-shell.software-hub-page .console-card .app-orbit > strong {
  color: var(--wcs-ink);
}

body.corporate-shell.software-hub-page .hub-nav,
body.corporate-shell.velocity-library-page .hub-nav {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 46px;
  border: 1px solid var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  box-shadow: none;
}

body.corporate-shell.software-hub-page .hub-nav a,
body.corporate-shell.velocity-library-page .hub-nav a {
  border-right: 1px solid var(--wcs-line);
  border-radius: 0;
  background: transparent;
  color: var(--wcs-ink);
  padding: 11px 16px;
  text-decoration: none;
}

body.corporate-shell.software-hub-page .apps-grid,
body.corporate-shell.velocity-library-page .apps-grid {
  gap: 20px;
}

body.corporate-shell.software-hub-page .app-card,
body.corporate-shell.velocity-library-page .app-card {
  overflow: hidden;
  min-height: 0;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

body.corporate-shell.software-hub-page .app-card .icon {
  background: var(--wcs-red-dark);
  color: #ffffff;
  box-shadow: none;
}

body.corporate-shell.software-hub-page .app-card .status.platform {
  border-color: var(--wcs-line);
  background: var(--wcs-soft);
  color: var(--wcs-muted);
}

body.corporate-shell.software-hub-page .app-card .status:not(.platform) {
  border-color: #bdd8ca;
  background: #f2f8f5;
  color: var(--wcs-success);
}

body.corporate-shell.software-hub-page .app-card .license-summary strong {
  color: var(--wcs-ink);
}

body.corporate-shell.software-hub-page .app-card .license-summary span,
body.corporate-shell.software-hub-page .app-card .meta span {
  border-color: var(--wcs-line);
  background: var(--wcs-soft);
  color: var(--wcs-muted);
}

body.corporate-shell.software-hub-page .app-card .card-actions a {
  border: 1px solid #bfc4ca;
  border-radius: 4px;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.software-hub-page .app-card .card-actions a:hover,
body.corporate-shell.software-hub-page .app-card .card-actions a:focus-visible {
  border-color: #8c929a;
  background: var(--wcs-soft);
  color: var(--wcs-black);
}

body.corporate-shell.software-hub-page .app-card .card-actions a.buy-link {
  border-color: var(--wcs-red-dark);
  background: var(--wcs-red-dark);
  color: #ffffff;
}

body.corporate-shell.software-hub-page .app-card .card-actions a.buy-link:hover,
body.corporate-shell.software-hub-page .app-card .card-actions a.buy-link:focus-visible {
  border-color: #8f101b;
  background: #8f101b;
  color: #ffffff;
}

body.corporate-shell.software-hub-page .app-card::before,
body.corporate-shell.velocity-library-page .app-card::before {
  display: none;
}

body.corporate-shell.software-hub-page .app-card p,
body.corporate-shell.velocity-library-page .app-card p {
  color: var(--wcs-muted);
}

body.corporate-shell.snib-scout-page .section,
body.corporate-shell.snib-scout-android-page .section {
  width: min(calc(100% - 48px), var(--wcs-max));
  margin: 0 auto;
  border: 0;
  border-top: 1px solid var(--wcs-line);
  border-radius: 0;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.snib-scout-page .release,
body.corporate-shell.snib-scout-android-page .release,
body.corporate-shell.snib-scout-android-page .notice {
  width: min(calc(100% - 48px), var(--wcs-max));
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-left: 4px solid var(--wcs-red-dark);
  border-radius: 0;
  background: var(--wcs-soft);
  color: var(--wcs-muted);
  box-shadow: none;
}

body.corporate-shell.snib-scout-page .section strong,
body.corporate-shell.snib-scout-page .release strong,
body.corporate-shell.snib-scout-page .hero-panel .price strong {
  color: var(--wcs-ink);
}

body.corporate-shell.snib-scout-page .hero-panel .price span {
  color: var(--wcs-muted);
}

body.corporate-shell.snib-scout-android-page .product-intro {
  position: relative;
  overflow: visible;
  border-bottom: 1px solid var(--wcs-line);
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

body.corporate-shell.snib-scout-android-page .product-intro::after {
  display: none;
}

body.corporate-shell.snib-scout-android-page .intro-shell {
  width: min(calc(100% - 48px), var(--wcs-max));
  min-height: 520px;
  gap: 58px;
  padding: 58px 0;
}

body.corporate-shell.snib-scout-android-page .intro-copy h1 {
  color: var(--wcs-ink);
  font-size: 3.5rem;
  font-weight: 650;
  line-height: 1.08;
}

body.corporate-shell.snib-scout-android-page .intro-copy .lead,
body.corporate-shell.snib-scout-android-page .platform-line,
body.corporate-shell.snib-scout-android-page .app-identity p {
  color: var(--wcs-muted);
}

body.corporate-shell.snib-scout-android-page .platform-line span::before {
  background: var(--wcs-red-dark);
}

body.corporate-shell.snib-scout-android-page .app-identity {
  border: 1px solid var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: var(--wcs-soft);
  padding: 30px;
}

body.corporate-shell.snib-scout-android-page .app-identity strong {
  color: var(--wcs-ink);
}

body.corporate-shell.snib-scout-android-page .button-secondary {
  border-color: #bfc4ca;
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

body.corporate-shell.snib-scout-android-page .button-secondary:hover,
body.corporate-shell.snib-scout-android-page .button-secondary:focus-visible {
  border-color: #8c929a;
  background: #f2f3f4;
  color: var(--wcs-black);
}

body.corporate-shell.snib-scout-android-page .pricing-band {
  border-color: var(--wcs-line);
  background: var(--wcs-soft);
}

body.corporate-shell.snib-scout-android-page .pricing-grid > div {
  border-color: var(--wcs-line);
}

body.corporate-shell.snib-scout-android-page .feature-section,
body.corporate-shell.snib-scout-android-page .channel-section {
  background: var(--wcs-paper);
  color: var(--wcs-ink);
}

body.corporate-shell.snib-scout-android-page .feature-grid article,
body.corporate-shell.snib-scout-android-page .channel-table {
  border-color: var(--wcs-line);
  border-radius: var(--wcs-radius);
  background: var(--wcs-paper);
  color: var(--wcs-ink);
  box-shadow: none;
}

body.corporate-shell.snib-scout-android-page .feature-grid p,
body.corporate-shell.snib-scout-android-page .channel-row:not(.channel-head) span {
  color: var(--wcs-muted);
}

body.corporate-shell.trial-download-page .layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 0.7fr);
  gap: 64px;
  align-items: start;
}

body.corporate-shell.trial-download-page .panel {
  overflow: hidden;
}

body.corporate-shell.trial-download-page .panel-head {
  border-bottom: 1px solid var(--wcs-line);
  background: var(--wcs-soft);
}

body.corporate-shell.trial-download-page .panel-head p,
body.corporate-shell.trial-download-page .note span,
body.corporate-shell.trial-download-page .note p {
  color: var(--wcs-muted);
}

body.corporate-shell.trial-download-page label {
  color: var(--wcs-ink);
}

body.corporate-shell.trial-download-page .note-row {
  gap: 0;
  border-top: 1px solid var(--wcs-line);
  border-bottom: 1px solid var(--wcs-line);
}

body.corporate-shell.trial-download-page .note {
  border: 0;
  border-right: 1px solid var(--wcs-line);
  border-radius: 0;
  background: transparent;
}

body.corporate-shell.trial-download-page .note:last-child {
  border-right: 0;
}

body.corporate-shell .software-ownership-note {
  width: min(calc(100% - 48px), var(--wcs-max));
  margin: 0 auto 52px;
  padding: 18px 20px;
  border-left: 4px solid var(--wcs-red-dark);
  background: var(--wcs-soft);
  color: var(--wcs-muted);
  font-size: 0.9rem;
}

body.corporate-shell .software-ownership-note strong {
  color: var(--wcs-ink);
}

@media (max-width: 1080px) {
  body.corporate-shell .primary-nav a,
  body.corporate-shell .nav-links a,
  body.corporate-shell .legal-nav a {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 0.82rem;
  }

  body.corporate-shell .primary-nav a::after,
  body.corporate-shell .nav-links a::after,
  body.corporate-shell .legal-nav a::after {
    right: 11px;
    left: 11px;
  }

  body.corporate-shell .store-hero-shell,
  body.corporate-shell.wcs-product-page .hero,
  body.corporate-shell.wcs-product-page .product-hero,
  body.corporate-shell.trial-download-page .layout {
    gap: 38px;
  }
}

@media (max-width: 900px) {
  body.corporate-shell.nav-open {
    overflow: hidden;
  }

  body.corporate-shell .shell,
  body.corporate-shell .header-shell,
  body.corporate-shell .nav-inner,
  body.corporate-shell.wcs-product-page .hero,
  body.corporate-shell.wcs-product-page .product-hero,
  body.corporate-shell.wcs-product-page .product-proof,
  body.corporate-shell.wcs-product-page .product-showcase,
  body.corporate-shell.wcs-product-page .section,
  body.corporate-shell.wcs-product-page .feedback,
  body.corporate-shell.wcs-product-page .tutorial-section,
  body.corporate-shell.wcs-product-page .app-strip,
  body.corporate-shell.software-hub-page .hero,
  body.corporate-shell.snib-scout-page .hero,
  body.corporate-shell.snib-scout-android-page .hero,
  body.corporate-shell.velocity-library-page .hero,
  body.corporate-shell.trial-download-page .layout,
  body.corporate-shell .software-ownership-note {
    width: min(calc(100% - 32px), var(--wcs-max));
  }

  body.corporate-shell .site-header {
    min-height: 72px;
  }

  body.corporate-shell .site-header::after {
    display: none;
  }

  body.corporate-shell .header-shell,
  body.corporate-shell .nav-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 72px;
    grid-template-areas: "brand actions";
    min-height: 72px;
    gap: 16px;
  }

  body.corporate-shell .site-header .brand {
    gap: 8px;
  }

  body.corporate-shell .site-header .brand-mark,
  body.corporate-shell .site-header .brand-mark img,
  body.corporate-shell .site-header .brand > img:first-child:not(.brand-logo) {
    width: 74px;
    min-width: 74px;
    height: 38px;
  }

  body.corporate-shell .site-header .brand-logo,
  body.corporate-shell .site-header .brand > img:last-child {
    width: min(48vw, 210px);
    max-width: 210px;
  }

  body.corporate-shell .header-actions,
  body.corporate-shell .site-header > .header-shell > .call-link,
  body.corporate-shell .site-header .phone {
    display: none;
  }

  body.corporate-shell .nav-toggle,
  body.corporate-shell .corporate-nav-toggle {
    display: block;
  }

  body.corporate-shell .primary-nav,
  body.corporate-shell .nav-links,
  body.corporate-shell .legal-nav {
    position: absolute;
    top: 72px;
    right: -16px;
    left: -16px;
    z-index: 50;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-top: 1px solid #2d3035;
    background: var(--wcs-black);
    padding: 8px 16px 18px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  }

  body.corporate-shell .primary-nav.is-open,
  body.corporate-shell .nav-links.is-open,
  body.corporate-shell .legal-nav.is-open {
    display: flex;
  }

  body.corporate-shell .primary-nav a,
  body.corporate-shell .nav-links a,
  body.corporate-shell .legal-nav a {
    min-height: 48px;
    width: 100%;
    padding: 0 12px;
    border-bottom: 1px solid #2b2e33;
    font-size: 0.92rem;
  }

  body.corporate-shell .primary-nav a::after,
  body.corporate-shell .nav-links a::after,
  body.corporate-shell .legal-nav a::after {
    top: 12px;
    right: auto;
    bottom: 12px;
    left: 0;
    width: 3px;
    height: auto;
  }

  body.corporate-shell .primary-nav a.mobile-nav-only,
  body.corporate-shell .nav-links a.mobile-nav-only,
  body.corporate-shell .legal-nav a.mobile-nav-only {
    display: inline-flex;
  }

  body.corporate-shell .footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  body.corporate-shell .footer-contact {
    grid-column: 1 / -1;
  }

  body.corporate-shell .store-hero-shell,
  body.corporate-shell.wcs-product-page .hero,
  body.corporate-shell.wcs-product-page .product-hero,
  body.corporate-shell.software-hub-page .hero,
  body.corporate-shell.snib-scout-page .hero,
  body.corporate-shell.snib-scout-android-page .hero,
  body.corporate-shell.velocity-library-page .hero,
  body.corporate-shell.trial-download-page .layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.corporate-shell .store-hero-shell,
  body.corporate-shell.wcs-product-page .hero,
  body.corporate-shell.wcs-product-page .product-hero,
  body.corporate-shell.software-hub-page .hero,
  body.corporate-shell.snib-scout-page .hero,
  body.corporate-shell.snib-scout-android-page .hero,
  body.corporate-shell.velocity-library-page .hero,
  body.corporate-shell.trial-download-page .layout {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  body.corporate-shell .store-product-hero-shell,
  body.corporate-shell .store-product-details {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  body.corporate-shell .store-product-visual {
    min-height: 320px;
  }

  body.corporate-shell .order-pay-section {
    min-height: 0;
    padding: 46px 0 58px;
  }

  body.corporate-shell .order-pay-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.corporate-shell.snib-scout-android-page .intro-shell {
    width: min(calc(100% - 32px), var(--wcs-max));
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 46px 0;
  }

  body.corporate-shell.snib-scout-android-page .app-identity {
    justify-self: stretch;
    width: 100%;
    border-left: 1px solid var(--wcs-line);
  }
}

@media (max-width: 640px) {
  body.corporate-shell {
    font-size: 16px;
  }

  body.corporate-shell .shell,
  body.corporate-shell .header-shell,
  body.corporate-shell .nav-inner,
  body.corporate-shell.wcs-product-page .hero,
  body.corporate-shell.wcs-product-page .product-hero,
  body.corporate-shell.wcs-product-page .product-proof,
  body.corporate-shell.wcs-product-page .product-showcase,
  body.corporate-shell.wcs-product-page .section,
  body.corporate-shell.wcs-product-page .feedback,
  body.corporate-shell.wcs-product-page .tutorial-section,
  body.corporate-shell.wcs-product-page .app-strip,
  body.corporate-shell.software-hub-page .hero,
  body.corporate-shell.snib-scout-page .hero,
  body.corporate-shell.snib-scout-android-page .hero,
  body.corporate-shell.velocity-library-page .hero,
  body.corporate-shell.trial-download-page .layout,
  body.corporate-shell .software-ownership-note {
    width: min(calc(100% - 24px), var(--wcs-max));
  }

  body.corporate-shell .header-shell,
  body.corporate-shell .nav-inner {
    width: calc(100% - 24px);
  }

  body.corporate-shell .primary-nav,
  body.corporate-shell .nav-links,
  body.corporate-shell .legal-nav {
    right: -12px;
    left: -12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  body.corporate-shell .site-header .brand-mark,
  body.corporate-shell .site-header .brand-mark img,
  body.corporate-shell .site-header .brand > img:first-child:not(.brand-logo) {
    display: none;
  }

  body.corporate-shell .site-header .brand-logo,
  body.corporate-shell .site-header .brand > img:last-child {
    width: min(64vw, 230px);
  }

  body.corporate-shell .legal-shell h1,
  body.corporate-shell .policy-shell h1,
  body.corporate-shell.account-page h1,
  body.corporate-shell .store-hero-copy h1,
  body.corporate-shell .store-product-copy h1,
  body.corporate-shell.wcs-product-page .product-hero h1,
  body.corporate-shell.wcs-product-page .hero-copy h1,
  body.corporate-shell.wcs-product-page h1,
  body.corporate-shell.software-hub-page .hero h1,
  body.corporate-shell.snib-scout-page .hero h1,
  body.corporate-shell.snib-scout-android-page .hero h1,
  body.corporate-shell.velocity-library-page .hero h1,
  body.corporate-shell.trial-download-page h1 {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  body.corporate-shell .order-pay-copy h1 {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  body.corporate-shell .footer-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.corporate-shell .footer-contact {
    grid-column: auto;
  }

  body.corporate-shell .store-hero-shell {
    gap: 30px;
  }

  body.corporate-shell.wcs-product-page .product-proof,
  body.corporate-shell.wcs-product-page .product-showcase {
    grid-template-columns: 1fr;
  }

  body.corporate-shell.wcs-product-page .story-card,
  body.corporate-shell.wcs-product-page .proof-card {
    border-right: 0;
    border-bottom: 1px solid var(--wcs-line);
    padding: 22px 0;
  }

  body.corporate-shell.wcs-product-page .story-card:last-child,
  body.corporate-shell.wcs-product-page .proof-card:last-child {
    border-bottom: 0;
  }

  body.corporate-shell .store-product-identity,
  body.corporate-shell .store-product-facts-grid {
    grid-template-columns: 1fr;
  }

  body.corporate-shell .store-product-facts-grid div {
    border-right: 0;
    border-bottom: 1px solid #2e3540;
  }

  body.corporate-shell .store-product-facts-grid div:last-child {
    border-bottom: 0;
  }

  body.corporate-shell.trial-download-page .note-row {
    display: block;
  }

  body.corporate-shell.trial-download-page .note {
    border-right: 0;
    border-bottom: 1px solid var(--wcs-line);
  }

  body.corporate-shell.trial-download-page .note:last-child {
    border-bottom: 0;
  }

  body.corporate-shell.snib-scout-android-page .intro-shell {
    width: min(calc(100% - 24px), var(--wcs-max));
  }

  body.corporate-shell.snib-scout-android-page .intro-copy h1 {
    font-size: 2.25rem;
    line-height: 1.12;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.corporate-shell *,
  body.corporate-shell *::before,
  body.corporate-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
