:root {
  --ink: #1e1e1e;
  --paper: #ffffff;
  --soft: #f9f9f9;
  --muted: rgba(30, 30, 30, 0.7);
  --purple: #5b23ff;
  --orange: #ff3f00;
  --lime: #b7fc01;
  --lavender: #c8c2ff;
  --line: #dedede;
  --footer-text: #3a3a3a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--soft);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.site {
  background: var(--soft);
}

.frame {
  position: relative;
  width: 1512px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.hero {
  height: 876px;
  background: var(--paper);
}

.services-hero {
  height: 876px;
  background: var(--soft);
}

.topbar {
  position: absolute;
  inset: 0 0 auto;
  height: 89px;
  z-index: 10;
}

.brand-logo {
  position: absolute;
  top: 39px;
  left: 40px;
  width: 143px;
  height: 29px;
}

.brand-logo img,
.footer-brand-row img,
.beeze-wordmark {
  width: 100%;
  height: 100%;
}

.nav-pill {
  position: absolute;
  top: 31px;
  left: 569px;
  width: 396px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 999px;
  background: #f5f4f4;
  isolation: isolate;
}

.nav-indicator {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
  width: var(--nav-indicator-width, 0);
  height: 35px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 10px 24px rgba(30, 30, 30, 0.08),
    inset 0 0 0 1px rgba(30, 30, 30, 0.05);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--nav-indicator-x, 0), 0, 0);
  transition:
    opacity 180ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    width 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-pill.has-active .nav-indicator {
  opacity: 1;
}

.nav-pill a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
  white-space: nowrap;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.nav-pill a:hover {
  color: var(--purple);
}

.nav-pill a:focus-visible {
  color: var(--purple);
  outline: none;
}

.nav-pill a[aria-current] {
  color: var(--ink);
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 20px;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    box-shadow 220ms ease,
    color 180ms ease,
    transform 220ms ease;
}

.button-ink {
  background: var(--ink);
  color: #ffffff;
}

.button-purple {
  background: var(--purple);
  color: #ffffff;
}

.button-white {
  background: #ffffff;
  color: var(--ink);
}

.topbar-cta {
  position: absolute;
  top: 30px;
  right: 40px;
}

.eyebrow {
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
  text-decoration-line: underline;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
}

.hero-eyebrow {
  position: absolute;
  top: 162px;
  left: 40px;
  width: 641px;
}

.hero-copy {
  position: absolute;
  top: 276px;
  left: 40px;
  width: 549px;
}

.hero-copy h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -3.6px;
}

.hero-copy h1 span {
  text-decoration-line: underline;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
}

.hero-copy p {
  margin-top: 30px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.button-row.center {
  justify-content: center;
  margin-top: 0;
}

.hero-photo {
  position: absolute;
  top: 168px;
  left: 736px;
  width: 692px;
  height: 583px;
  overflow: hidden;
  border-radius: 20px;
}

.hero-photo img,
.help-photo img,
.phone-screen img,
.services-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero-eyebrow {
  position: absolute;
  top: 162px;
  left: 40px;
  width: 641px;
}

.services-hero-copy {
  position: absolute;
  top: 249px;
  left: 40px;
  width: 573px;
}

.services-hero-copy h1 {
  color: var(--ink);
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -3.6px;
}

.services-hero-copy p {
  margin-top: 30px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.services-hero-media {
  position: absolute;
  top: 249px;
  left: 762px;
  width: 706px;
  height: 532px;
  overflow: hidden;
  border-radius: 20px;
  background: #ededed;
}

.hero-card {
  position: absolute;
  width: 295px;
  padding: 20px;
  border-radius: 20px;
}

.staff-card {
  top: 684px;
  left: 681px;
  height: 142px;
  background: #f1f1f1;
}

.integration-card {
  top: 448px;
  left: 1177px;
  height: 166px;
  background: #f5f4f4;
}

.hero-card-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 255px;
  height: 40px;
  padding: 0 13px;
  border-radius: 50px;
}

.staff-badge {
  background: var(--lime);
}

.integration-badge {
  background: var(--lavender);
}

.hero-card-badge span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.hero-card p {
  margin-top: 14px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.pattern {
  background-color: var(--soft);
}

.pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(30, 30, 30, 0.05) 1.5px, transparent 1.6px);
  background-position: 0 0;
  background-size: 15px 15px;
  pointer-events: none;
}

.dark-pattern {
  background: var(--ink);
}

.dark-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1.5px, transparent 1.6px);
  background-position: 0 0;
  background-size: 15px 15px;
  pointer-events: none;
}

.section-heading,
.build-cards,
.help-accordion,
.help-photo,
.beeze > *,
.risk-cards,
.work-showcase-inner,
.work-principles-heading,
.work-principle-cards,
.approach-step-list,
.approach-process-visual,
.approach-fit-heading,
.approach-fit-cards,
.cta-panel,
.footer > * {
  position: relative;
  z-index: 1;
}

.orange {
  color: var(--orange);
}

.white {
  color: #ffffff;
}

.services-build {
  height: 784px;
}

.services-build-left {
  position: absolute;
  top: 90px;
  left: 40px;
  z-index: 1;
  width: 632px;
  height: 604px;
}

.services-build-left > .eyebrow {
  position: absolute;
  top: 0;
  left: 0;
}

.service-selector {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--ink);
}

.service-line {
  position: relative;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 16px 10px;
  color: #ffffff;
}

.service-line.muted {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 56px;
  opacity: 0.6;
}

.service-line.active {
  min-height: 122px;
}

.service-line.active > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-line span,
.service-line h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.service-line.active span {
  color: var(--orange);
}

.service-line p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
}

.orange-rule {
  height: 2px;
  background: var(--orange);
}

.service-visual-panel {
  position: absolute;
  top: 90px;
  left: 766px;
  z-index: 1;
  width: 706px;
  height: 604px;
  max-width: none;
  border-radius: 20px;
}

.delivery-model {
  height: 762px;
  background: var(--ink);
}

.delivery-heading {
  position: absolute;
  top: 100px;
  left: 354px;
  width: 804px;
  text-align: center;
  color: #ffffff;
}

.delivery-heading h2 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.delivery-heading > p:last-child {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.delivery-cards {
  position: absolute;
  top: 406px;
  left: 40px;
  display: flex;
  gap: 20px;
  width: 1432px;
}

.delivery-card {
  position: relative;
  width: 343px;
  height: 256px;
  overflow: hidden;
  border: 1px solid #444444;
  border-radius: 20px;
  background: #252525;
}

.delivery-card span {
  position: absolute;
  top: 29px;
  left: 19px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 7px;
  border-radius: 30px;
  background: var(--orange);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.delivery-copy {
  position: absolute;
  right: 19px;
  bottom: 19px;
  left: 19px;
}

.delivery-card h3,
.delivery-card p {
  color: #ffffff;
  font-weight: 500;
}

.delivery-card h3 {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.6px;
}

.delivery-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.services-support {
  height: 608px;
}

.services-support-heading {
  position: absolute;
  top: 89px;
  left: 40px;
  z-index: 1;
  width: 928px;
  color: var(--ink);
}

.services-support-heading h2 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.services-support-heading > p:last-child {
  margin-top: 20px;
  width: 928px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.support-cards {
  position: absolute;
  top: 329px;
  left: 40px;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.support-card {
  width: 464px;
  min-height: 188px;
  padding: 20px;
  border-radius: 20px;
  background: #e7e7e7;
}

.support-card img {
  width: 32.441px;
  height: 28.639px;
}

.support-card div {
  margin-top: 31px;
}

.support-card h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.6px;
}

.support-card p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.work-hero {
  height: 513px;
}

.work-hero-eyebrow {
  position: absolute;
  top: 162px;
  left: 40px;
  z-index: 1;
  width: 641px;
}

.work-hero-copy {
  position: absolute;
  top: 249px;
  left: 40px;
  z-index: 1;
  width: 676px;
}

.work-hero-copy h1 {
  color: var(--ink);
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -3.6px;
}

.work-hero-copy p {
  margin-top: 30px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.work-showcase {
  height: 1128px;
}

.work-showcase-inner {
  position: absolute;
  top: 74px;
  left: 40px;
  width: 1432px;
}

.work-feature-card {
  position: relative;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  background: #ededed;
}

.work-card-label {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.work-feature-copy {
  position: absolute;
  top: 259px;
  left: 30px;
  z-index: 1;
  width: 574px;
}

.work-feature-copy h2 {
  color: var(--ink);
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.work-feature-copy p,
.work-card-copy p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.work-feature-copy p {
  margin-top: 20px;
}

.work-feature-copy .button {
  margin-top: 20px;
}

.work-phone-wrap {
  position: absolute;
  top: 48px;
  right: 180px;
  width: 310px;
  height: 633px;
}

.work-phone-shell {
  position: absolute;
  inset: 0;
  border-radius: 44px;
  background: rgba(0, 0, 0, 0.6);
}

.work-phone-screen {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 278px;
  height: 601px;
  overflow: hidden;
  border-radius: 30px;
}

.work-phone-screen img {
  width: 100%;
  height: 104.82%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.work-card-grid {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.work-card {
  position: relative;
  width: 706px;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}

.work-card-visual {
  position: absolute;
  top: 84px;
  right: 38px;
  max-width: none;
}

.work-card-visual-product {
  width: 203px;
  height: 250px;
}

.work-card-visual-ops {
  width: 250px;
  height: 250px;
}

.work-card-copy {
  position: absolute;
  right: 327px;
  bottom: 30px;
  left: 30px;
}

.work-card-copy h2 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.6px;
}

.work-principles {
  height: 608px;
}

.work-principles-heading {
  position: absolute;
  top: 89px;
  left: 40px;
  width: 928px;
  color: var(--ink);
}

.work-principles-heading h2 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.work-principles-heading > p:last-child {
  margin-top: 20px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.work-principle-cards {
  position: absolute;
  top: 329px;
  left: 40px;
  display: flex;
  gap: 20px;
}

.work-principle-cards .support-card {
  background: #ededed;
}

.approach-hero {
  height: 513px;
}

.approach-hero-eyebrow {
  position: absolute;
  top: 162px;
  left: 40px;
  z-index: 1;
  width: 641px;
}

.approach-hero-copy {
  position: absolute;
  top: 249px;
  left: 40px;
  z-index: 1;
  width: 797px;
}

.approach-hero-copy h1 {
  color: var(--ink);
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -3.6px;
}

.approach-hero-copy p {
  margin-top: 30px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.approach-process {
  height: 786px;
}

.approach-step-list {
  position: absolute;
  top: 89px;
  left: 40px;
  width: 676px;
  background: var(--soft);
}

.approach-step {
  position: relative;
  min-height: 56px;
  padding: 16px 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.approach-step.active {
  min-height: 88px;
}

.approach-step span {
  position: absolute;
  top: 22.5px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--purple);
}

.approach-step h2 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.approach-step:not(.active) h2 {
  opacity: 0.6;
}

.approach-step p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.approach-process-visual {
  position: absolute;
  top: 89px;
  left: 766px;
  z-index: 1;
  width: 706px;
  height: 608px;
  max-width: none;
  border-radius: 20px;
}

.approach-fit {
  height: 608px;
}

.approach-fit-heading {
  position: absolute;
  top: 89px;
  left: 40px;
  width: 928px;
  color: var(--ink);
}

.approach-fit-heading h2 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.approach-fit-heading > p:last-child {
  margin-top: 20px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.approach-fit-cards {
  position: absolute;
  top: 329px;
  left: 40px;
  display: flex;
  gap: 20px;
}

.approach-fit-card {
  width: 464px;
  min-height: 188px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
}

.approach-fit-card div {
  margin-top: 31px;
}

.approach-fit-card h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.6px;
}

.approach-fit-card div p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.build {
  height: 1107px;
}

.section-heading {
  position: absolute;
  color: var(--ink);
}

.section-heading h2 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.section-heading > p:last-child {
  margin-top: 20px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.build-heading {
  top: 89px;
  left: 40px;
  width: 585px;
}

.build-cards {
  position: absolute;
  top: 395px;
  left: 40px;
  display: flex;
  gap: 20px;
  width: 1432px;
}

.build-card {
  position: relative;
  width: 464px;
  height: 626px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}

.tag {
  position: absolute;
  top: 30px;
  left: 30px;
  min-height: 30px;
  padding: 8px 15px;
  border-radius: 30px;
  background: var(--orange);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.build-icon {
  position: absolute;
  top: 153px;
  left: 50%;
  max-width: none;
  transform: translateX(-50%);
}

.product-icon,
.continuity-icon {
  width: 250px;
  height: 250px;
}

.systems-icon {
  width: 203px;
  height: 250px;
}

.build-copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.build-copy h3 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.6px;
}

.build-copy p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.help {
  height: 982px;
}

.help-heading {
  top: 89px;
  left: 40px;
  width: 676px;
}

.help-accordion {
  position: absolute;
  top: 683px;
  left: 40px;
  width: 676px;
  background: var(--soft);
}

.rule {
  width: 100%;
  height: 2px;
  background: var(--ink);
}

.help-row {
  position: relative;
  min-height: 56px;
  padding: 16px 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.help-row.active {
  min-height: 114px;
}

.help-row img {
  position: absolute;
  top: 22.5px;
  left: -16px;
  width: 10px;
  height: 10px;
}

.help-row h3 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.help-row:not(.active) h3 {
  opacity: 0.6;
}

.help-row p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.help-photo {
  position: absolute;
  top: 89px;
  left: 766px;
  width: 706px;
  height: 820px;
  overflow: hidden;
  border-radius: 20px;
}

.beeze {
  height: 982px;
  background: var(--purple);
}

.beeze-dots {
  position: absolute;
  top: 0;
  left: 524px;
  width: 465px;
  height: 981px;
  background-image: radial-gradient(circle, rgba(111, 66, 242, 0.95) 1.5px, rgba(111, 66, 242, 0.45) 2px, transparent 2.2px);
  background-position: 0 0;
  background-size: 15px 15px;
}

.beeze-wordmark {
  position: absolute;
  top: 191px;
  left: 43px;
  width: 207px;
  height: 65px;
}

.beeze-copy {
  position: absolute;
  top: 386px;
  left: 42px;
  width: 405px;
}

.beeze-copy h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -2.4px;
}

.beeze-copy .button {
  margin-top: 33px;
}

.phone-shell {
  position: absolute;
  top: 175px;
  left: 601px;
  width: 310px;
  height: 633px;
  border-radius: 44px;
  background: rgba(0, 0, 0, 0.6);
}

.phone-screen {
  position: absolute;
  top: 191px;
  left: 617px;
  width: 278px;
  height: 601px;
  overflow: hidden;
  border-radius: 30px;
}

.phone-screen img {
  height: 104.82%;
  object-position: top center;
}

.beeze-aside {
  position: absolute;
  top: 453px;
  left: 1042px;
  width: 372px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.risk {
  height: 812px;
}

.risk-heading {
  top: 122px;
  left: 482px;
  width: 548px;
  text-align: center;
}

.risk-cards {
  position: absolute;
  top: 428px;
  left: 40px;
  display: flex;
  gap: 20px;
  width: 1432px;
}

.risk-card {
  position: relative;
  width: 222px;
  height: 262px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}

.risk-card h3 {
  position: absolute;
  right: 30px;
  bottom: 20px;
  left: 30px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.6px;
  text-align: center;
}

.risk-icon {
  position: absolute;
  left: 50%;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
}

.clear-scope {
  top: 37px;
  width: 84px;
  height: 90px;
}

.code-review {
  top: 42px;
  width: 162px;
  height: 80px;
}

.test-plans {
  top: 32px;
  width: 119px;
  height: 100px;
}

.release-support {
  top: 42px;
  width: 145px;
  height: 80px;
}

.documentation {
  top: 32px;
  width: 98px;
  height: 100px;
}

.handover-notes {
  top: 32px;
  width: 109px;
  height: 100px;
}

.contact-cta {
  height: 564px;
}

.cta-panel {
  position: absolute;
  top: 56px;
  left: 40px;
  width: 1432px;
  height: 452px;
  overflow: hidden;
  border-radius: 20px;
}

.cta-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.cta-copy {
  position: absolute;
  top: calc(50% + 0.5px);
  left: 50%;
  width: 772px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.cta-copy h2 {
  color: var(--ink);
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -3px;
}

.cta-copy p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.footer {
  height: 450px;
  background: var(--soft);
}

.footer-top {
  position: absolute;
  top: 57px;
  left: 40px;
  width: 1440px;
  height: 178px;
}

.footer-top > p {
  width: 343px;
  color: var(--footer-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-column {
  position: absolute;
  top: 0;
  width: 224.6667px;
  padding-left: 20px;
}

.footer-column:nth-of-type(1) {
  left: 459px;
}

.footer-column:nth-of-type(2) {
  left: 669.6667px;
}

.footer-column:nth-of-type(3) {
  left: 880.3333px;
}

.footer-column h2,
.footer-column a {
  display: block;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 24px;
}

.footer-column h2 {
  margin: 0 0 20px;
  font-weight: 500;
}

.footer-column a {
  margin-top: 14px;
  color: var(--footer-text);
  font-weight: 400;
}

.footer-bottom {
  position: absolute;
  top: 338px;
  left: 40px;
  width: 1440px;
  height: 70px;
  border-top: 1px solid #e4e4e4;
}

.footer-brand-row {
  position: absolute;
  top: 21px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand-row img {
  width: 143px;
  height: 29px;
}

.footer-brand-row span {
  color: var(--footer-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.social-list {
  position: absolute;
  top: 17px;
  right: 0;
  display: flex;
  gap: 4px;
}

.social-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
}

.social-list img {
  width: 16px;
  height: 16px;
}

@keyframes cta-drift {
  0% {
    transform: scale(1.012) translate3d(-4px, -3px, 0);
  }

  100% {
    transform: scale(1.025) translate3d(5px, 4px, 0);
  }
}

@keyframes spa-slide-in-forward {
  from {
    opacity: 0;
    transform: translate3d(36px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spa-slide-out-forward {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-28px, 0, 0);
  }
}

@keyframes spa-slide-in-back {
  from {
    opacity: 0;
    transform: translate3d(-36px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spa-slide-out-back {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(28px, 0, 0);
  }
}

@keyframes spa-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes spa-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 420ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-spa-direction="forward"]::view-transition-old(root) {
  animation-name: spa-slide-out-forward;
}

html[data-spa-direction="forward"]::view-transition-new(root) {
  animation-name: spa-slide-in-forward;
}

html[data-spa-direction="back"]::view-transition-old(root) {
  animation-name: spa-slide-out-back;
}

html[data-spa-direction="back"]::view-transition-new(root) {
  animation-name: spa-slide-in-back;
}

html[data-spa-direction="neutral"]::view-transition-old(root) {
  animation-name: spa-fade-out;
}

html[data-spa-direction="neutral"]::view-transition-new(root) {
  animation-name: spa-fade-in;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--motion-index, 0) * 70ms);
  will-change: opacity, transform;
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .cta-panel > img {
  animation: cta-drift 18s ease-in-out infinite alternate;
  transform-origin: center;
}

.build-card,
.support-card,
.work-feature-card,
.work-card,
.approach-fit-card,
.delivery-card,
.risk-card,
.hero-photo,
.services-hero-media,
.service-visual-panel,
.approach-process-visual,
.work-card-visual,
.build-icon,
.risk-icon {
  transition:
    box-shadow 260ms ease,
    filter 260ms ease,
    transform 260ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus-visible {
    box-shadow: 0 12px 24px rgba(30, 30, 30, 0.14);
    transform: translateY(-2px);
  }

  .button-purple:hover,
  .button-purple:focus-visible {
    background: #4d18eb;
  }

  .button-ink:hover,
  .button-ink:focus-visible {
    background: #111111;
  }

  .button-white:hover,
  .button-white:focus-visible {
    box-shadow:
      0 12px 24px rgba(30, 30, 30, 0.12),
      inset 0 0 0 1px rgba(30, 30, 30, 0.08);
  }

  .build-card:hover,
  .support-card:hover,
  .work-feature-card:hover,
  .work-card:hover,
  .approach-fit-card:hover,
  .delivery-card:hover,
  .risk-card:hover {
    box-shadow: 0 18px 42px rgba(30, 30, 30, 0.09);
    transform: translateY(-4px);
  }

  .delivery-card:hover {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  }

  .hero-photo:hover,
  .services-hero-media:hover,
  .service-visual-panel:hover,
  .approach-process-visual:hover {
    filter: saturate(1.04) contrast(1.02);
    transform: translateY(-3px);
  }

  .work-card:hover .work-card-visual,
  .build-card:hover .build-icon,
  .risk-card:hover .risk-icon {
    filter: saturate(1.06);
  }

  .work-card:hover .work-card-visual {
    transform: translateY(-4px);
  }

  .build-card:hover .build-icon,
  .risk-card:hover .risk-icon {
    transform: translateX(-50%) translateY(-4px);
  }
}

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

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

  .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1099px) {
  .frame {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 28px 20px;
  }

  .hero {
    padding-top: 104px;
    background: #ffffff;
  }

  .services-hero {
    padding-top: 104px;
  }

  .topbar {
    position: fixed;
    height: 72px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(222, 222, 222, 0.7);
  }

  .brand-logo {
    top: 22px;
    left: 20px;
  }

  .topbar-cta {
    top: 14px;
    right: 20px;
  }

  .nav-pill {
    display: none;
  }

  .hero-eyebrow,
  .hero-copy,
  .hero-photo,
  .hero-card,
  .section-heading,
  .build-cards,
  .help-accordion,
  .help-photo,
  .beeze-dots,
  .beeze-wordmark,
  .beeze-copy,
  .phone-shell,
  .phone-screen,
  .beeze-aside,
  .risk-cards,
  .cta-panel,
  .footer-top,
  .footer-bottom,
  .services-hero-eyebrow,
  .services-hero-copy,
  .services-hero-media,
  .work-hero-eyebrow,
  .work-hero-copy,
  .work-showcase-inner,
  .work-feature-copy,
  .work-phone-wrap,
  .work-principles-heading,
  .work-principle-cards,
  .approach-hero-eyebrow,
  .approach-hero-copy,
  .approach-step-list,
  .approach-process-visual,
  .approach-fit-heading,
  .approach-fit-cards,
  .services-build-left,
  .services-build-left > .eyebrow,
  .service-selector,
  .service-visual-panel,
  .delivery-heading,
  .delivery-cards,
  .services-support-heading,
  .support-cards {
    position: static;
    width: auto;
    height: auto;
  }

  .hero-copy,
  .section-heading,
  .beeze-copy,
  .beeze-aside,
  .services-hero-copy,
  .work-hero-copy,
  .work-principles-heading,
  .approach-hero-copy,
  .approach-fit-heading,
  .services-support-heading {
    margin-top: 20px;
  }

  .hero-copy h1,
  .services-hero-copy h1,
  .work-hero-copy h1,
  .approach-hero-copy h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -2.4px;
  }

  .hero-photo,
  .help-photo,
  .services-hero-media,
  .service-visual-panel,
  .work-feature-card,
  .work-card,
  .approach-process-visual,
  .cta-panel {
    margin-top: 42px;
    border-radius: 20px;
  }

  .hero-photo img,
  .help-photo img,
  .services-hero-media img {
    aspect-ratio: 4 / 3;
  }

  .hero-card {
    margin-top: 16px;
  }

  .section-heading h2,
  .services-support-heading h2,
  .work-principles-heading h2,
  .approach-fit-heading h2,
  .delivery-heading h2,
  .cta-copy h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -2px;
  }

  .services-support-heading > p:last-child,
  .work-principles-heading > p:last-child,
  .approach-fit-heading > p:last-child,
  .delivery-heading > p:last-child {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .build-cards,
  .risk-cards,
  .delivery-cards,
  .support-cards,
  .work-card-grid,
  .work-principle-cards,
  .approach-fit-cards,
  .footer-brand-row {
    display: grid;
    gap: 16px;
  }

  .footer-top {
    display: grid;
    gap: 16px;
  }

  .build-card,
  .delivery-card,
  .support-card,
  .work-card,
  .approach-fit-card,
  .risk-card {
    width: 100%;
  }

  .work-hero,
  .approach-hero {
    padding-top: 104px;
  }

  .work-showcase,
  .work-principles,
  .approach-process,
  .approach-fit {
    display: grid;
    gap: 28px;
  }

  .work-feature-card,
  .work-card {
    min-height: 430px;
    padding: 20px;
  }

  .work-feature-card {
    height: auto;
    min-height: 0;
  }

  .work-card-label {
    position: static;
  }

  .work-feature-copy {
    margin-top: 96px;
    width: auto;
  }

  .work-feature-copy h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -2px;
  }

  .work-phone-wrap {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 260px;
    height: 340px;
    margin: 28px auto -118px;
  }

  .work-phone-shell {
    width: 260px;
    height: 531px;
    border-radius: 38px;
  }

  .work-phone-screen {
    top: 13px;
    left: 13px;
    width: 234px;
    height: 506px;
    border-radius: 26px;
  }

  .work-card-grid,
  .work-principle-cards {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .work-card-visual {
    top: 92px;
    right: 24px;
  }

  .work-card-visual-product {
    width: 142px;
    height: auto;
  }

  .work-card-visual-ops {
    width: 170px;
    height: auto;
  }

  .work-card-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .approach-step-list {
    margin-top: 42px;
  }

  .approach-step.active {
    min-height: 112px;
  }

  .approach-step span {
    left: 0;
  }

  .approach-step h2,
  .approach-step p {
    padding-left: 18px;
  }

  .approach-process-visual {
    width: 100%;
    height: auto;
  }

  .approach-fit-cards {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .page-work .cta-panel,
  .page-approach .cta-panel {
    min-height: 430px;
  }

  .page-work .cta-copy,
  .page-approach .cta-copy {
    gap: 20px;
    padding: 30px 18px;
  }

  .page-work .cta-copy h2,
  .page-approach .cta-copy h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1.5px;
  }

  .page-work .cta-copy p,
  .page-approach .cta-copy p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }

  .services-build,
  .delivery-model {
    display: grid;
    gap: 28px;
    background: var(--ink);
  }

  .services-build-left {
    display: grid;
    gap: 28px;
  }

  .service-selector,
  .delivery-cards,
  .support-cards {
    margin-top: 28px;
  }

  .service-visual-panel {
    width: 100%;
  }

  .delivery-heading {
    color: #ffffff;
  }

  .delivery-cards {
    grid-template-columns: 1fr;
  }

  .services-support {
    display: grid;
    gap: 28px;
  }

  .support-cards {
    grid-template-columns: 1fr;
  }

  .help-accordion {
    margin-top: 42px;
  }

  .beeze {
    display: grid;
    gap: 28px;
    background: var(--purple);
  }

  .beeze-dots {
    display: none;
  }

  .beeze-wordmark {
    width: 207px;
    height: 65px;
  }

  .beeze-copy h2 {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -1.8px;
  }

  .phone-shell {
    display: none;
  }

  .phone-screen {
    width: 278px;
    height: 601px;
    margin: 0 auto;
  }

  .risk-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
  }

  .cta-panel {
    position: relative;
    top: auto;
    left: auto;
    min-height: 380px;
  }

  .cta-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 772px);
    padding: 36px 24px;
    transform: none;
  }

  .footer {
    padding-bottom: 36px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-column {
    position: static;
    width: auto;
    padding-left: 0;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .footer-brand-row {
    position: static;
    align-items: start;
  }

  .social-list {
    position: static;
    margin-top: 24px;
  }
}
