.tmhero-widget,
.tmhero-widget * {
  box-sizing: border-box;
}

.tmhero-widget {
  --tmhero-bg-top: #172533;
  --tmhero-bg-bottom: #284f73;
  --tmhero-accent: #b8d6e9;
  --tmhero-text: #f7fafc;
  --tmhero-muted: #c5d4df;
  --tmhero-button-bg: #eef5f8;
  --tmhero-button-color: #263f59;
  --tmhero-art-opacity: 1;
  --tmhero-logo-width: 260px;
  --tmhero-logo-height: 98px;
  --tmhero-logo-space-top: 58px;
  --tmhero-logo-space-bottom: 64px;
  --tmhero-min-height: 760px;
  --tmhero-copy-panel-extension: 90px;
  --tmhero-copy-panel-top-extension: 52px;
  --tmhero-copy-scale: 1.12;
  --tmhero-eyebrow-offset-y: -60px;
  --tmhero-logo-scale: 1.2;
  --tmhero-actions-offset-y: 44px;
  --tmhero-index-offset-y: 77px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: var(--tmhero-min-height);
  margin: 0;
  background:
    radial-gradient(circle at 84% 36%, rgba(94, 149, 190, .28), transparent 31%),
    radial-gradient(circle at 8% 110%, rgba(118, 172, 208, .16), transparent 36%),
    linear-gradient(118deg, var(--tmhero-bg-top) 0%, #1b3043 44%, var(--tmhero-bg-bottom) 100%);
  color: var(--tmhero-text);
  font-family: "Barlow", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.tmhero-widget::before {
  position: absolute;
  z-index: -1;
  top: -24%;
  left: 35%;
  width: 42%;
  height: 146%;
  background: linear-gradient(135deg, rgba(230, 240, 245, .055), rgba(230, 240, 245, 0));
  clip-path: polygon(32% 0, 100% 0, 68% 100%, 0 100%);
  content: "";
  transform: rotate(3deg);
}

.tmhero-widget::after {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 42px;
  background: #f5f8fa;
  clip-path: polygon(0 78%, 31% 54%, 52% 83%, 77% 42%, 100% 68%, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.tmhero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(184, 214, 233, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 214, 233, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .7;
  pointer-events: none;
}

.tmhero-orbit {
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid rgba(184, 214, 233, .14);
  border-radius: 50%;
  pointer-events: none;
}

.tmhero-orbit::before,
.tmhero-orbit::after {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(184, 214, 233, .34);
  border-radius: 50%;
  content: "";
}

.tmhero-orbit::before {
  top: 13%;
  left: 5%;
}

.tmhero-orbit::after {
  right: 16%;
  bottom: 4%;
}

.tmhero-orbit-a {
  top: -420px;
  right: -220px;
  width: 920px;
  height: 920px;
}

.tmhero-orbit-b {
  bottom: -310px;
  left: -220px;
  width: 620px;
  height: 620px;
}

.tmhero-shell {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1560px, 100%);
  min-height: var(--tmhero-min-height);
  margin: 0 auto;
  padding: 44px clamp(36px, 5vw, 86px) 78px;
  grid-template-columns: minmax(390px, .82fr) minmax(690px, 1.48fr);
  align-items: center;
  gap: clamp(20px, 3vw, 56px);
}

.tmhero-copy {
  position: relative;
  z-index: 16;
  max-width: 560px;
  padding: 34px 0 36px;
}

.tmhero-copy::before {
  position: absolute;
  z-index: -1;
  top: calc(-42px - var(--tmhero-copy-panel-top-extension));
  right: -76px;
  bottom: calc(-34px - var(--tmhero-copy-panel-extension));
  left: -72px;
  border-top: 1px solid rgba(184, 214, 233, .24);
  border-bottom: 1px solid rgba(184, 214, 233, .1);
  background: linear-gradient(90deg, rgba(13, 28, 40, .38), rgba(13, 28, 40, .05) 72%, transparent);
  clip-path: polygon(0 0, 95% 0, 100% 10%, 92% 100%, 0 100%);
  content: "";
}

.tmhero-copy-inner {
  transform: scale(var(--tmhero-copy-scale));
  transform-origin: left center;
}

.tmhero-eyebrow {
  display: flex;
  margin: 0 0 var(--tmhero-logo-space-top);
  color: var(--tmhero-accent);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
  transform: translate3d(0, var(--tmhero-eyebrow-offset-y), 0);
  align-items: center;
  gap: 13px;
}

.tmhero-eyebrow i {
  position: relative;
  display: block;
  width: 38px;
  border-top: 1px solid currentColor;
  transform: rotate(-4deg);
}

.tmhero-eyebrow i::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.tmhero-logo-wrap {
  position: relative;
  display: block;
  width: min(var(--tmhero-logo-width), 100%);
  height: var(--tmhero-logo-height);
  max-width: none;
  margin: 0 0 var(--tmhero-logo-space-bottom);
  padding: 0;
  line-height: 1;
  transform: scale(var(--tmhero-logo-scale));
  transform-origin: left center;
}

.tmhero-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.tmhero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  transform: translate3d(0, var(--tmhero-actions-offset-y), 0);
}

.tmhero-cta {
  position: relative;
  display: inline-flex;
  min-width: 200px;
  min-height: 47px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, .42);
  background: var(--tmhero-button-bg);
  box-shadow: 8px 9px 0 rgba(184, 214, 233, .14);
  color: var(--tmhero-button-color);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tmhero-cta::before {
  position: absolute;
  top: -5px;
  left: 16px;
  width: 42px;
  border-top: 1px solid var(--tmhero-accent);
  content: "";
}

.tmhero-cta i {
  position: relative;
  display: grid;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(38, 63, 89, .38);
  border-radius: 50%;
  place-items: center;
}

.tmhero-cta i::before,
.tmhero-cta i::after {
  position: absolute;
  content: "";
}

.tmhero-cta i::before {
  width: 10px;
  border-top: 1.5px solid currentColor;
}

.tmhero-cta i::after {
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.tmhero-cta:hover,
.tmhero-cta:focus-visible {
  background: #fff;
  box-shadow: 4px 5px 0 rgba(184, 214, 233, .2);
  color: var(--tmhero-button-color);
  transform: translate(4px, 4px);
}

.tmhero-cta:focus-visible {
  outline: 3px solid rgba(184, 214, 233, .7);
  outline-offset: 4px;
}

.tmhero-microcopy {
  display: flex;
  max-width: 235px;
  margin: 0;
  color: rgba(197, 212, 223, .72);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
}

.tmhero-microcopy i {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--tmhero-accent);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.tmhero-copy-index {
  display: grid;
  max-width: 430px;
  margin-top: 39px;
  color: rgba(184, 214, 233, .58);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  grid-template-columns: auto 1fr auto;
  transform: translate3d(0, var(--tmhero-index-offset-y), 0);
  align-items: center;
  gap: 12px;
}

.tmhero-copy-index i {
  border-top: 1px solid currentColor;
}

.tmhero-copy-index strong {
  font-size: 12px;
}

.tmhero-stage {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 680px;
  margin-right: -5vw;
  perspective: 1200px;
}

.tmhero-stage-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 840px;
  height: 650px;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.tmhero-stage-canvas::before {
  position: absolute;
  z-index: -2;
  top: 52px;
  left: 104px;
  width: 570px;
  height: 500px;
  border: 1px solid rgba(184, 214, 233, .22);
  background: rgba(231, 240, 245, .045);
  clip-path: polygon(6% 0, 94% 3%, 100% 14%, 93% 100%, 3% 94%, 0 12%);
  content: "";
  transform: rotate(-2deg);
}

.tmhero-stage-canvas::after {
  position: absolute;
  z-index: -3;
  top: -30px;
  right: 4px;
  width: 500px;
  height: 630px;
  border: 1px solid rgba(184, 214, 233, .13);
  border-radius: 48% 52% 45% 55%;
  content: "";
  transform: rotate(18deg);
}

.tmhero-blueprint-cross {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 332px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(184, 214, 233, .19);
  border-radius: 50%;
  pointer-events: none;
}

.tmhero-blueprint-cross::before,
.tmhero-blueprint-cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(184, 214, 233, .24);
  content: "";
  transform: translate(-50%, -50%);
}

.tmhero-blueprint-cross::before {
  width: 166px;
  height: 1px;
}

.tmhero-blueprint-cross::after {
  width: 1px;
  height: 166px;
}

.tmhero-stage-note {
  position: absolute;
  z-index: 14;
  top: 3px;
  left: 322px;
  padding: 7px 13px;
  border-top: 1px solid rgba(184, 214, 233, .65);
  border-right: 1px solid rgba(184, 214, 233, .35);
  color: var(--tmhero-accent);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .16em;
}

.tmhero-art {
  --r: 0deg;
  --scale: 1;
  --tmhero-x: 0px;
  --tmhero-y: 0px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(231, 240, 245, .52);
  background: #eaf0f3;
  box-shadow: 0 19px 36px rgba(3, 13, 21, .34), 6px 7px 0 rgba(184, 214, 233, .09);
  opacity: var(--tmhero-art-opacity);
  transform: translate3d(var(--tmhero-x), var(--tmhero-y), 0) rotate(var(--r)) scale(var(--scale));
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  will-change: transform;
}

.tmhero-art::before {
  position: absolute;
  z-index: 3;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, .2);
  content: "";
  pointer-events: none;
}

.tmhero-art:hover {
  --scale: 1.025;
  z-index: 18;
  box-shadow: 0 26px 48px rgba(3, 13, 21, .42), 7px 8px 0 rgba(184, 214, 233, .14);
}

.tmhero-art-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.tmhero-art:hover .tmhero-art-image {
  transform: scale(1.025);
}

.tmhero-art figcaption {
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 9px;
  left: 10px;
  display: grid;
  padding: 6px 8px;
  background: rgba(15, 31, 44, .8);
  color: #eaf4f8;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 7px;
}

.tmhero-art figcaption b {
  color: var(--tmhero-accent);
  font-weight: 700;
}

.tmhero-art figcaption i {
  border-top: 1px solid rgba(184, 214, 233, .42);
}

.tmhero-art figcaption span {
  white-space: nowrap;
}

.tmhero-art-01 {
  --r: -1.25deg;
  z-index: 8;
  top: 108px;
  left: 178px;
  width: 470px;
  height: 354px;
  clip-path: polygon(3% 0, 96% 2%, 100% 11%, 97% 100%, 2% 96%, 0 8%);
}

.tmhero-art-01 .tmhero-art-image {
  object-position: 38% 50%;
}

.tmhero-art-02 {
  --r: 3.3deg;
  z-index: 11;
  top: 6px;
  right: 12px;
  width: 252px;
  height: 194px;
}

.tmhero-art-02 .tmhero-art-image {
  object-position: 52% 50%;
}

.tmhero-art-03 {
  --r: -4deg;
  top: 18px;
  left: 12px;
  width: 270px;
  height: 190px;
  filter: grayscale(.8) sepia(.06) saturate(.65) contrast(.95);
}

.tmhero-art-03 .tmhero-art-image {
  object-position: 52% 55%;
}

.tmhero-art-04 {
  --r: 2.1deg;
  z-index: 12;
  right: 1px;
  bottom: 66px;
  width: 304px;
  height: 222px;
  clip-path: polygon(0 4%, 96% 0, 100% 91%, 7% 100%);
}

.tmhero-art-04 .tmhero-art-image {
  object-position: 31% 48%;
}

.tmhero-art-05 {
  --r: 1.8deg;
  z-index: 13;
  right: 184px;
  bottom: -3px;
  width: 184px;
  height: 238px;
  clip-path: polygon(6% 0, 100% 4%, 95% 100%, 0 95%);
}

.tmhero-art-05 .tmhero-art-image {
  object-position: 50% 25%;
}

.tmhero-art-06 {
  --r: 3.8deg;
  top: 184px;
  right: -27px;
  width: 204px;
  height: 154px;
  filter: grayscale(.86) sepia(.05) saturate(.58);
}

.tmhero-art-06 .tmhero-art-image {
  object-position: 50% 52%;
}

.tmhero-art-07 {
  --r: -2.6deg;
  bottom: 4px;
  left: 302px;
  width: 244px;
  height: 157px;
  filter: saturate(.7) contrast(1.08);
}

.tmhero-art-07 .tmhero-art-image {
  object-position: 48% 52%;
}

.tmhero-art-08 {
  --r: -3.4deg;
  z-index: 7;
  top: 221px;
  left: -18px;
  width: 225px;
  height: 174px;
}

.tmhero-art-08 .tmhero-art-image {
  object-position: 45% 50%;
}

.tmhero-art-09 {
  --r: -3deg;
  z-index: 10;
  bottom: 35px;
  left: 9px;
  width: 275px;
  height: 204px;
}

.tmhero-art-09 .tmhero-art-image {
  object-position: 50% 50%;
}

.tmhero-art-10 {
  --r: 2.7deg;
  z-index: 5;
  top: 36px;
  right: 247px;
  width: 208px;
  height: 145px;
  filter: grayscale(.88) sepia(.04) saturate(.55);
}

.tmhero-art-10 .tmhero-art-image {
  object-position: 46% 50%;
}

.tmhero-art-11 {
  --r: 1deg;
  z-index: 2;
  top: 396px;
  left: 188px;
  width: 258px;
  height: 170px;
  filter: grayscale(.9) sepia(.04) saturate(.52);
}

.tmhero-art-11 .tmhero-art-image {
  object-position: 50% 50%;
}

.tmhero-art-12 {
  --r: 4deg;
  z-index: 6;
  top: 370px;
  right: 35px;
  width: 184px;
  height: 170px;
  filter: grayscale(.76) sepia(.06) saturate(.62);
}

.tmhero-art-12 .tmhero-art-image {
  object-position: 50% 48%;
}

.tmhero-bottom-rail {
  position: absolute;
  z-index: 17;
  right: clamp(32px, 5vw, 84px);
  bottom: 50px;
  left: clamp(32px, 5vw, 84px);
  display: grid;
  color: rgba(184, 214, 233, .58);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  grid-template-columns: auto minmax(40px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
}

.tmhero-bottom-rail i {
  border-top: 1px solid currentColor;
}

.tmhero-bottom-rail b {
  padding-left: 14px;
  border-left: 1px solid currentColor;
}

@media (max-width: 1420px) {
  .tmhero-shell {
    grid-template-columns: minmax(355px, .8fr) minmax(610px, 1.38fr);
    padding-right: 28px;
    padding-left: 48px;
  }

  .tmhero-stage-canvas {
    transform: translate(-50%, -50%) scale(.88);
  }

}

@media (max-width: 1120px) {
  .tmhero-widget {
    --tmhero-min-height: 1080px;
    --tmhero-copy-panel-extension: 0px;
    --tmhero-copy-panel-top-extension: 0px;
    --tmhero-copy-scale: 1;
    --tmhero-eyebrow-offset-y: 0px;
    --tmhero-logo-scale: 1;
    --tmhero-actions-offset-y: 0px;
    --tmhero-index-offset-y: 0px;
  }

  .tmhero-shell {
    display: block;
    padding: 58px 38px 88px;
  }

  .tmhero-copy {
    max-width: 690px;
    margin: 0 auto;
  }

  .tmhero-copy::before {
    right: -42px;
    left: -42px;
  }

  .tmhero-eyebrow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 13px;
  }

  .tmhero-eyebrow i {
    grid-column: 1;
    justify-self: end;
  }

  .tmhero-eyebrow span {
    grid-column: 2;
    text-align: center;
  }

  .tmhero-logo-wrap {
    margin-right: auto;
    margin-left: auto;
    transform-origin: center center;
  }

  .tmhero-logo {
    object-position: center center;
  }

  .tmhero-actions {
    align-items: center;
  }

  .tmhero-copy-index {
    margin-right: auto;
    margin-left: auto;
  }


  .tmhero-stage {
    height: 630px;
    margin: -18px auto 0;
  }

  .tmhero-stage-canvas {
    transform: translate(-50%, -50%) scale(.9);
  }
}

@media (max-width: 760px) {
  .tmhero-widget {
    --tmhero-min-height: 930px;
  }

  .tmhero-widget::after {
    height: 28px;
  }

  .tmhero-shell {
    min-height: 0;
    padding: 42px 20px 54px;
  }

  .tmhero-copy {
    padding: 24px 8px 28px;
  }

  .tmhero-copy::before {
    top: -22px;
    right: -18px;
    bottom: -16px;
    left: -18px;
  }

  .tmhero-eyebrow {
    font-size: 10px;
  }

  .tmhero-logo-wrap {
    width: min(var(--tmhero-logo-width), 96%);
  }

  .tmhero-cta {
    width: min(100%, 340px);
  }

  .tmhero-copy-index {
    margin-top: 28px;
  }

  .tmhero-stage {
    height: 390px;
    margin: 8px 0 0;
  }

  .tmhero-stage-canvas {
    top: 0;
    transform: translateX(-50%) scale(.57);
    transform-origin: top center;
  }

  .tmhero-bottom-rail {
    right: 20px;
    bottom: 31px;
    left: 20px;
    grid-template-columns: auto 1fr auto;
  }

  .tmhero-bottom-rail strong {
    display: none;
  }
}

@media (max-width: 430px) {
  .tmhero-widget {
    --tmhero-min-height: 860px;
  }

  .tmhero-stage {
    height: 330px;
  }

  .tmhero-stage-canvas {
    transform: translateX(-50%) scale(.49);
  }

  .tmhero-art figcaption {
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tmhero-art,
  .tmhero-art-image,
  .tmhero-cta {
    transition: none;
  }
}
