.hire-page {
  --hire-header-height: 61px;
  --hire-background: #ffffff;
  --hire-current-background: #ffffff;
  --hire-surface: #f6f7f8;
  --hire-surface-hover: #f1f2f4;
  --hire-customer-card-background: #f6f7f8;
  --hire-product-tab-track-background: #f6f7f8;
  --hire-compact-nav-background: #ffffff;
  --hire-compact-nav-border: rgba(0, 0, 0, 0.16);
  --hire-ink: #000000;
  --hire-ink-secondary: rgba(32, 32, 32, 0.4);
  --hire-nav-ink: #acacac;
  --hire-header-background: #ffffff;
  --hire-border: rgba(0, 0, 0, 0.08);
  --hire-soft-border: rgba(10, 10, 10, 0.08);
  --hire-news-ink: #0a0a0a;
  --hire-news-secondary: rgba(10, 10, 10, 0.4);
  --hire-news-icon-background: rgba(10, 10, 10, 0.06);
  --hire-news-hover-background: rgba(0, 124, 255, 0.08);
  --hire-preview-background: #ffffff;
  --hire-preview-sidebar: #ffffff;
  --hire-preview-ink: #1d1d1f;
  --hire-preview-ink-secondary: #86868b;
  --hire-preview-border: rgba(0, 0, 0, 0.1);
  --hire-preview-line: #e6e6e2;
  --hire-preview-soft: #f7f7f7;
  --hire-preview-mobile-card-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 14px 44px -10px rgba(0, 0, 0, 0.1);
  --hire-secondary-shadow:
    0 0 0.5px rgba(0, 0, 0, 0.4),
    0 1px 0.5px rgba(0, 0, 0, 0.04),
    0 2px 2px rgba(0, 0, 0, 0.04);
  color-scheme: light;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: var(--hire-ink);
  background: var(--hire-background);
  transition: background-color 1s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
:root:has(.hire-page),
body:has(.hire-page) {
  background: #ffffff;
  transition: background-color 1s ease-in-out;
}

.hire-page[data-hire-surface-tone="soft"] {
  --hire-current-background: #f6f7f8;
  --hire-customer-card-background: #ffffff;
  --hire-product-tab-track-background: #ffffff;
}

.hire-page[data-hire-surface-tone="soft"],
:root:has(.hire-page[data-hire-surface-tone="soft"]),
body:has(.hire-page[data-hire-surface-tone="soft"]) {
  background-color: #f6f7f8;
}

:root:has(.hire-page) {
  scroll-behavior: smooth;
}

.hire-page__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 48px;
  overflow: clip;
}

.hire-header {
  position: fixed;
  top: -8px;
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  padding-inline: 16px;
  border-bottom: 1px solid var(--hire-border);
  background: var(--hire-header-background);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hire-header-placeholder {
  height: var(--hire-header-height);
  flex: 0 0 var(--hire-header-height);
}

.hire-header__inner {
  width: min(100%, 1176px);
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hire-brand {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
}

.hire-brand__logo {
  width: 110px;
  height: auto;
  display: block;
}

.hire-brand:focus-visible,
.hire-nav a:focus-visible,
.hire-news:focus-visible {
  outline: 2px solid #007cff;
  outline-offset: 3px;
}

.hire-nav {
  min-width: 0;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.hire-nav a {
  width: fit-content;
  height: fit-content;
  min-height: 0;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--hire-nav-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease, background-color 150ms ease;
}

.hire-header__actions {
  width: 249px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.hire-hero {
  width: min(100%, 1176px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 80px 40px;
  scroll-margin-top: var(--hire-header-height);
}

.hire-hero__headline {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hire-news-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.hire-news {
  --hire-news-magnet-x: 0px;
  --hire-news-magnet-y: 0px;
  --hire-news-magnet-duration: 300ms;
  --hire-news-magnet-easing: cubic-bezier(0, 0, 0.7, 1);
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 8px 7px 10px;
  border: 1px solid var(--hire-soft-border);
  border-radius: 999px;
  color: var(--hire-ink);
  text-decoration: none;
  white-space: nowrap;
  transform: translate3d(
    var(--hire-news-magnet-x),
    var(--hire-news-magnet-y),
    0
  );
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    transform var(--hire-news-magnet-duration) var(--hire-news-magnet-easing);
  will-change: transform;
}

.hire-news__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 7px;
  border: 1px solid #007cff;
  border-radius: 999px;
  color: #007cff;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.hire-news__copy {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hire-news__description-slot {
  min-width: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  transition: grid-template-columns 500ms cubic-bezier(0.1, 0, 0, 1);
}

.hire-news__title,
.hire-news__description {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.325px;
}

.hire-news__title {
  color: var(--hire-news-ink);
  font-weight: 500;
}

.hire-news__description {
  min-width: 0;
  overflow: hidden;
  color: var(--hire-news-secondary);
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.1, 0, 0, 1);
}

.hire-news__icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--hire-news-icon-background);
  transition: background-color 200ms ease;
}

.hire-news__icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  display: block;
  transition:
    opacity 300ms cubic-bezier(0.1, 0, 0, 1),
    transform 300ms cubic-bezier(0.1, 0, 0, 1);
}

.hire-news__icon-arrow--outgoing {
  width: 12px;
  height: 12px;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hire-news__icon-arrow--incoming {
  opacity: 0;
  transform: translate(calc(-50% - 18px), -50%);
}

.hire-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hire-copy h1 {
  position: relative;
  isolation: isolate;
  max-width: 920px;
  margin: 24px 0 0;
  color: var(--hire-ink);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-align: center;
  text-wrap: balance;
}

.hire-copy h1 > span {
  display: block;
}

.hire-copy h1 > span:first-child {
  position: relative;
  z-index: 2;
}

.hire-headline-line {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.hire-headline-static {
  position: relative;
  z-index: 2;
}

.hire-rotating-word {
  position: relative;
  z-index: 1;
  width: max-content;
  display: inline-block;
  vertical-align: bottom;
  clip-path: inset(-0.4em -100% -0.4em -0.4em);
}

.hire-rotating-word--resize,
.hire-rotating-word--enter,
.hire-rotating-word--shine,
.hire-rotating-word--idle {
  transition:
    width var(--hire-headline-align-duration, 1000ms)
      var(--hire-headline-align-easing, cubic-bezier(0.5, 0, 0.4, 1));
}

.hire-rotating-word__sizer {
  visibility: hidden;
  display: inline-block;
  white-space: pre;
}

.hire-rotating-word__sizer--outgoing {
  position: absolute;
  inset: 0 auto auto 0;
}

.hire-rotating-word__live,
.hire-rotating-word__reduced {
  position: absolute;
  inset: 0 auto auto 0;
  display: inline-flex;
  white-space: pre;
}

.hire-rotating-word__live {
  width: 100%;
  height: 100%;
  display: block;
}

.hire-rotating-word__three-canvas,
.hire-rotating-word__hdr-canvas {
  display: block;
  position: absolute;
  inset: -24px auto auto -24px;
  pointer-events: none;
}

.hire-rotating-word__three-canvas {
  visibility: hidden;
  transform: translateZ(0);
  dynamic-range-limit: standard;
}

.hire-rotating-word__three-canvas[data-render-output="active"] {
  visibility: visible;
}

.hire-rotating-word__hdr-canvas {
  z-index: 1;
  visibility: hidden;
  dynamic-range-limit: no-limit;
}

.hire-rotating-word__hdr-canvas[data-hdr-output="active"] {
  visibility: visible;
}

.hire-rotating-word__fallback {
  position: absolute;
  inset: 0 auto auto 0;
  color: var(--hire-ink);
  white-space: pre;
}

.hire-rotating-word__reduced {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .hire-news,
  .hire-news__icon,
  .hire-news__icon-arrow,
  .hire-news__description-slot,
  .hire-news__description {
    transition: none;
  }

  .hire-news {
    transform: none;
  }

  .hire-rotating-word__live {
    display: none;
  }

  .hire-rotating-word__reduced {
    display: inline-flex;
  }

  .hire-rotating-word {
    transition: none;
  }
}

.hire-copy p {
  max-width: 960px;
  margin: 20px 0 0;
  color: var(--hire-ink-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: center;
  text-wrap: wrap;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
  cursor: text;
}

.hire-hero__actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding-top: 28px;
  scroll-margin-top: var(--hire-header-height);
}

.hire-product-wrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: calc(560vh + 48px);
  height: var(
    --hire-product-wrap-resize-height,
    calc(560svh + 48px)
  );
  container-name: hire-product-preview;
  container-type: inline-size;
  padding-top: 48px;
  background: transparent;
  scroll-margin-top: var(--hire-header-height);
}

.hire-product-preview {
  --hire-preview-scale: 0.8;
  --hire-preview-inverse-scale: 1.25;
  --hire-preview-padding-top: 64px;
  --hire-preview-padding-inline: 74px;
  --hire-preview-padding-bottom: 68px;
  --hire-preview-page-radius: 16px;
  --hire-preview-background: #ffffff;
  --hire-preview-sidebar: #ffffff;
  --hire-preview-ink: #1d1d1f;
  --hire-preview-ink-secondary: #86868b;
  --hire-preview-border: rgba(0, 0, 0, 0.1);
  --hire-preview-line: #e6e6e2;
  --hire-preview-soft: #f7f7f7;
  --hire-preview-mobile-card-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 14px 44px -10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    var(--hire-preview-padding-top) var(--hire-preview-padding-inline)
    var(--hire-preview-padding-bottom);
  overflow: hidden;
  border-radius: 32px;
  /* Stable no-JS / no-WebGL surface. The atmosphere canvas is an overlay. */
  background-color: var(--hire-surface);
  transition: background-color 2000ms cubic-bezier(0.2, 0, 0, 1);
}

@media (min-width: 641px) {
  .hire-product-preview {
    position: sticky;
    top: var(--hire-header-height);
    z-index: 1;
    left: auto;
    width: 100vw;
    height: calc(100vh - var(--hire-header-height));
    height: var(
      --hire-product-stage-resize-height,
      calc(100dvh - var(--hire-header-height))
    );
    margin-top: 48px;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    transform: none;
    transition: background-color 2000ms cubic-bezier(0.2, 0, 0, 1);
  }
}

@media (max-width: 640px) {
  .hire-product-preview {
    height: calc(100vh - var(--hire-header-height));
    height: calc(100dvh - var(--hire-header-height));
    padding-bottom: 68px;
  }
}
