/* OR.BIT.Ai image-led section compositions */
:root {
  --orbit-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-padding-top: 84px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.orbit-button,
.orbit-icon-button,
.teaser-play {
  -webkit-tap-highlight-color: transparent;
}

.orbit-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 44%), 0 12px 32px rgb(0 0 0 / 24%);
  transition: transform 260ms var(--orbit-ease), border-color 260ms var(--orbit-ease), background 260ms var(--orbit-ease), color 260ms var(--orbit-ease), box-shadow 260ms var(--orbit-ease);
}

.orbit-button::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  z-index: -1;
  height: 54%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgb(255 255 255 / 26%), transparent);
  pointer-events: none;
}

.orbit-button iconify-icon {
  transition: transform 260ms var(--orbit-ease);
}

.orbit-button:hover {
  transform: translateY(-2px);
}

.orbit-button:hover iconify-icon {
  transform: translate(2px, -2px);
}

.orbit-button:active {
  transform: translateY(0) scale(0.985);
}

.orbit-button--primary {
  border-color: rgb(255 255 255 / 72%);
  background: linear-gradient(145deg, #fbfcf9 0%, #dce2d9 100%);
  color: #080a09;
}

.orbit-button--primary:hover,
.orbit-button--primary[aria-pressed="true"] {
  border-color: rgb(159 246 144 / 92%);
  background: linear-gradient(145deg, #86eb78 0%, #45b84a 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 56%), 0 14px 36px rgb(34 123 40 / 28%);
}

.orbit-button--ghost {
  border-color: rgb(242 244 239 / 24%);
  background: linear-gradient(145deg, rgb(242 244 239 / 9%), rgb(242 244 239 / 3%)), rgb(8 10 9 / 54%);
  color: #f2f4ef;
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 13%), 0 12px 30px rgb(0 0 0 / 20%);
}

.orbit-button--ghost:hover,
.orbit-button--ghost[aria-pressed="true"] {
  border-color: rgb(113 242 95 / 66%);
  background: linear-gradient(145deg, rgb(113 242 95 / 16%), rgb(69 184 74 / 5%)), rgb(8 10 9 / 70%);
  color: #f2f4ef;
}

.orbit-button--compact {
  min-height: 44px;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.75rem;
}

.orbit-button--decision {
  min-height: 50px;
  gap: 0.75rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.orbit-icon-button {
  flex: none;
  border: 1px solid rgb(242 244 239 / 22%);
  border-radius: 999px;
  background: linear-gradient(145deg, rgb(242 244 239 / 10%), rgb(242 244 239 / 3%)), rgb(8 10 9 / 56%);
  color: #f2f4ef;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 14%), 0 10px 26px rgb(0 0 0 / 22%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
  transition: transform 220ms var(--orbit-ease), border-color 220ms var(--orbit-ease), background 220ms var(--orbit-ease);
}

.orbit-icon-button:hover {
  border-color: rgb(113 242 95 / 65%);
  background-color: rgb(69 184 74 / 12%);
  transform: translateY(-1px);
}

.orbit-icon-button:active {
  transform: scale(0.96);
}

.orbit-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.8rem;
  padding: 0.45rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 650;
  white-space: nowrap;
  transition: color 220ms var(--orbit-ease), transform 220ms var(--orbit-ease);
}

.orbit-link > span {
  display: block;
  width: 2rem;
  height: 1px;
  background: rgb(242 244 239 / 42%);
  transition: width 260ms var(--orbit-ease), background 260ms var(--orbit-ease);
}

.orbit-link:hover {
  color: #71f25f;
  transform: translateX(2px);
}

.orbit-link:hover > span {
  width: 3rem;
  background: #71f25f;
}

.orbit-button:focus-visible,
.orbit-icon-button:focus-visible,
.orbit-link:focus-visible,
.teaser-play:focus-visible,
.family-tab:focus-visible,
.deployment-tablist button:focus-visible {
  outline: 2px solid #71f25f;
  outline-offset: 3px;
}

.teaser-section {
  position: relative;
  padding: clamp(1.25rem, 4vw, 4.5rem);
  background: #080a09;
}

.teaser-frame {
  position: relative;
  isolation: isolate;
  width: min(100%, 1680px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgb(242 244 239 / 16%);
  border-radius: 14px;
  background: #050706;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%), 0 28px 90px rgb(0 0 0 / 38%);
}

.teaser-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), inset 0 -1px 0 rgb(0 0 0 / 36%);
  pointer-events: none;
}

.teaser-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050706;
}

.teaser-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid rgb(242 244 239 / 30%);
  border-radius: 999px;
  padding: 0.55rem 1.15rem 0.55rem 0.55rem;
  background: linear-gradient(145deg, rgb(242 244 239 / 14%), rgb(242 244 239 / 5%)), rgb(8 10 9 / 66%);
  color: #f2f4ef;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%), 0 18px 54px rgb(0 0 0 / 40%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, visibility 220ms ease, border-color 260ms var(--orbit-ease), background 260ms var(--orbit-ease), transform 260ms var(--orbit-ease);
}

.teaser-play:hover {
  border-color: rgb(113 242 95 / 74%);
  background: linear-gradient(145deg, rgb(113 242 95 / 19%), rgb(69 184 74 / 8%)), rgb(8 10 9 / 74%);
  transform: translate(-50%, calc(-50% - 2px));
}

.teaser-play:active {
  transform: translate(-50%, -50%) scale(0.985);
}

.teaser-frame.is-playing .teaser-play {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.teaser-play__icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #8bef7e, #45b84a);
  color: #080a09;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 52%);
}

.teaser-play__icon iconify-icon {
  font-size: 1.05rem;
  transform: translateX(1px);
}

.teaser-play__label {
  font-size: 0.875rem;
  font-weight: 650;
  white-space: nowrap;
}

.teaser-play__duration {
  border-left: 1px solid rgb(242 244 239 / 18%);
  padding-left: 0.9rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #9aa39b;
}

.family-tab {
  position: relative;
  border-bottom-color: transparent !important;
  background: linear-gradient(180deg, transparent, rgb(242 244 239 / 0%));
  transition: color 220ms var(--orbit-ease), background 220ms var(--orbit-ease);
}

.family-tab::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: -1px;
  left: 1.25rem;
  height: 2px;
  background: linear-gradient(90deg, #71f25f, #45b84a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--orbit-ease);
}

.family-tab:hover {
  background: linear-gradient(180deg, rgb(113 242 95 / 0%), rgb(113 242 95 / 6%));
  color: #f2f4ef;
}

.family-tab.is-active::after {
  transform: scaleX(1);
}

.hero-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100dvh;
  overflow: hidden;
  padding-top: 64px;
  background: #080a09;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% center;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(8 10 9 / 98%) 0%, rgb(8 10 9 / 90%) 31%, rgb(8 10 9 / 42%) 54%, rgb(8 10 9 / 5%) 76%),
    linear-gradient(0deg, rgb(8 10 9 / 50%), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.hero-content .hero-copy {
  max-width: 52rem;
}

.media-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #080a09;
}

.section-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.section-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.section-content {
  position: relative;
  z-index: 1;
}

.unified-section {
  min-height: 100dvh;
}

.unified-media {
  object-position: center;
}

.unified-section .section-scrim {
  background:
    linear-gradient(90deg, rgb(8 10 9 / 97%) 0%, rgb(8 10 9 / 82%) 42%, rgb(8 10 9 / 16%) 72%),
    linear-gradient(0deg, rgb(8 10 9 / 90%) 0%, transparent 46%, rgb(8 10 9 / 24%) 100%);
}

.unified-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(7rem, 12vh, 10rem);
  padding-bottom: clamp(4rem, 8vh, 7rem);
}

.unified-content > div:first-child {
  max-width: 54rem;
}

.unified-pillars {
  display: grid;
  width: min(58rem, 72%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 6rem);
  padding-top: 2rem;
}

.hardware-figure {
  background: #050706;
  box-shadow: inset 0 0 0 1px rgb(242 244 239 / 8%);
}

.hardware-figure .architecture-image {
  object-fit: contain;
  object-position: center;
}

.product-family-figure img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.governance-section .section-scrim {
  background:
    linear-gradient(90deg, rgb(8 10 9 / 97%) 0%, rgb(8 10 9 / 78%) 45%, rgb(8 10 9 / 22%) 74%),
    linear-gradient(0deg, rgb(8 10 9 / 96%) 0%, rgb(8 10 9 / 32%) 63%, rgb(8 10 9 / 48%) 100%);
}

.governance-media {
  object-position: center;
}

.governance-section .console-grid {
  background-color: rgb(17 20 17 / 90%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(18rem, 1fr));
  gap: 1.125rem;
}

.usecase-card {
  position: relative;
  isolation: isolate;
  min-height: 22rem;
  overflow: hidden;
  border: 1px solid rgb(242 244 239 / 14%);
  border-radius: 14px;
  background: #111411;
}

.usecase-card-office {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 46rem;
}

.usecase-card-residential,
.usecase-card-hospitality {
  grid-column: span 5;
}

.usecase-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.usecase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(8 10 9 / 96%) 0%, rgb(8 10 9 / 50%) 34%, transparent 68%);
  pointer-events: none;
}

.usecase-card:hover img {
  transform: scale(1.025);
}

.usecase-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.deployment-showcase {
  margin-top: clamp(6rem, 11vw, 11rem);
}

.deployment-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: end;
}

.deployment-eyebrow {
  grid-column: span 4;
  align-self: start;
  padding-top: 0.7rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #71f25f;
}

.deployment-heading h3 {
  grid-column: 5 / span 8;
  max-width: 58rem;
  font-size: clamp(2.75rem, 5.6vw, 6.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.deployment-heading > p:last-child {
  grid-column: 5 / span 6;
  max-width: 44rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #a5aca4;
}

.deployment-browser {
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  border-top: 1px solid rgb(242 244 239 / 16%);
}

.deployment-tablist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgb(242 244 239 / 16%);
}

.deployment-tablist button {
  position: relative;
  min-height: 76px;
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: clamp(0.9rem, 1.4vw, 1.15rem);
  font-weight: 650;
  color: #8f978f;
  transition: color 220ms var(--orbit-ease), background 220ms var(--orbit-ease);
}

.deployment-tablist button::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: -1px;
  left: 1.25rem;
  height: 2px;
  background: linear-gradient(90deg, #71f25f, #45b84a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--orbit-ease);
}

.deployment-tablist button:hover,
.deployment-tablist button[aria-selected="true"] {
  color: #f2f4ef;
  background: linear-gradient(180deg, transparent, rgb(113 242 95 / 5%));
}

.deployment-tablist button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.deployment-panel[hidden] {
  display: none;
}

.deployment-scenario {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(3.25rem, 1fr) minmax(0, 11fr);
  gap: 1.5rem;
  align-items: end;
  min-height: clamp(42rem, 55vw, 52rem);
  padding: clamp(3rem, 6vw, 6.5rem) clamp(1.25rem, 3.2vw, 3.5rem);
  border-bottom: 1px solid rgb(242 244 239 / 16%);
}

.deployment-scenario::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(8 10 9 / 6%) 0%, rgb(8 10 9 / 24%) 36%, rgb(8 10 9 / 88%) 74%, rgb(8 10 9 / 98%) 100%),
    linear-gradient(90deg, rgb(8 10 9 / 54%) 0%, transparent 52%);
  pointer-events: none;
}

.deployment-scenario-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.deployment-scenario-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.06);
  transform: scale(1.01);
  transition: transform 900ms var(--orbit-ease), filter 500ms var(--orbit-ease);
}

.deployment-scenario:hover .deployment-scenario-media img {
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.025);
}

.deployment-number {
  position: relative;
  z-index: 2;
  align-self: start;
  padding-top: 0.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #71f25f;
}

.deployment-scenario-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  column-gap: clamp(2rem, 7vw, 8rem);
}

.deployment-scenario h4 {
  max-width: 34rem;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.048em;
}

.deployment-scenario-copy > p {
  grid-column: 1;
  max-width: 31rem;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #a5aca4;
}

.deployment-scenario dl {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.deployment-scenario dl > div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.32fr) minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgb(242 244 239 / 13%);
}

.deployment-scenario dl > div:last-child {
  padding-bottom: 0;
}

.deployment-scenario dt {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71f25f;
}

.deployment-scenario dd {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #a5aca4;
}

.deployment-disclaimer {
  max-width: 58rem;
  margin-top: 1.5rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #858e86;
}

.operating-promise-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgb(113 242 95 / 5%), transparent 34rem),
    #0d100e;
}

.operating-promise-layout {
  align-items: stretch;
}

.operating-promise-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 100%;
  min-height: 44rem;
  margin: 0;
  border: 1px solid rgb(242 244 239 / 15%);
  border-radius: 14px;
  background: #0b0e0c;
  box-shadow: 0 34px 90px rgb(3 8 5 / 32%);
}

.operating-promise-media,
.operating-promise-media img,
.operating-promise-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.operating-promise-media {
  z-index: 0;
  display: block;
}

.operating-promise-media img {
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.78) contrast(1.05);
  transform: scale(1.01);
  transition: transform 1000ms var(--orbit-ease), filter 500ms var(--orbit-ease);
}

.operating-promise-scrim {
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(8 10 9 / 10%) 0%, rgb(8 10 9 / 20%) 34%, rgb(8 10 9 / 82%) 68%, rgb(8 10 9 / 98%) 100%),
    linear-gradient(90deg, rgb(8 10 9 / 56%) 0%, transparent 72%);
}

.operating-promise-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 44rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.75rem, 3vw, 3rem);
}

.operating-promise-status {
  box-shadow: 0 0 0 5px rgb(113 242 95 / 10%);
}

.operating-promise-visual:hover .operating-promise-media img {
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.025);
}

.company-section {
  min-height: auto;
}

.company-media {
  object-position: center;
  opacity: 0.26;
  filter: grayscale(1) contrast(1.05);
}

.company-section .section-scrim {
  background:
    linear-gradient(90deg, rgb(8 10 9 / 97%) 0%, rgb(8 10 9 / 82%) 58%, rgb(8 10 9 / 62%) 100%),
    linear-gradient(0deg, rgb(8 10 9 / 100%) 0%, rgb(8 10 9 / 42%) 52%, rgb(8 10 9 / 78%) 100%);
}

.company-section .section-content {
  min-height: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1.25rem, 2.4vw, 2.75rem);
  margin-top: clamp(5rem, 8vw, 8rem);
}

.team-member--madeleine,
.team-member--aje {
  margin-top: 0;
}

.team-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgb(242 244 239 / 15%);
  border-radius: 14px;
  background: #111411;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%), 0 24px 64px rgb(0 0 0 / 30%);
}

.team-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgb(8 10 9 / 18%));
  pointer-events: none;
}

.team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.035);
  transition: transform 800ms var(--orbit-ease), filter 500ms var(--orbit-ease);
}

.team-portrait--siavash img {
  object-position: 50% 30%;
}

.team-portrait--madeleine img {
  object-position: 50% 32%;
}

.team-portrait--aje img {
  object-position: 50% 26%;
}

.team-member:hover .team-portrait img {
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.018);
}

.team-copy {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(242 244 239 / 15%);
}

.team-copy h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.team-role {
  margin-top: 0.9rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #71f25f;
}

.team-description {
  max-width: 33rem;
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #9aa39b;
}

.contact-section {
  min-height: 82dvh;
}

.contact-media {
  object-position: center;
}

.contact-section .section-scrim {
  background:
    linear-gradient(90deg, rgb(8 10 9 / 95%) 0%, rgb(8 10 9 / 76%) 48%, rgb(8 10 9 / 20%) 82%),
    linear-gradient(0deg, rgb(8 10 9 / 66%), rgb(8 10 9 / 18%));
}

.contact-section .section-content {
  display: flex;
  min-height: 82dvh;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .nav-actions {
    grid-column: 10 / span 3;
  }

  .hero-stage {
    height: min(100dvh, 900px);
    min-height: 720px;
    padding-top: 76px;
  }

  .hero-content {
    min-height: calc(min(100dvh, 900px) - 76px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .deployment-heading h3,
  .deployment-heading > p:last-child {
    grid-column: 4 / span 9;
  }

  .deployment-eyebrow {
    grid-column: span 3;
  }

  .deployment-scenario-copy {
    grid-template-columns: 1fr;
  }

  .deployment-scenario dl {
    grid-column: 1;
    grid-row: auto;
    margin-top: 2.5rem;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.5rem 1.5rem;
  }

  .team-member--lead {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 1.5rem;
  }

  .team-member--lead .team-copy {
    margin-top: 0;
  }

  .team-member--madeleine,
  .team-member--aje {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-nav > * {
    grid-column: auto;
  }

  .orbit-button {
    gap: 1.25rem;
  }

  .orbit-button--compact {
    min-height: 44px;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
    font-size: 0.6875rem;
  }

  .teaser-section {
    padding: 0.75rem;
  }

  .teaser-frame {
    min-height: 55vw;
  }

  .teaser-play {
    min-height: 56px;
    gap: 0.65rem;
    padding: 0.45rem 0.85rem 0.45rem 0.45rem;
  }

  .teaser-play__icon {
    width: 40px;
    height: 40px;
  }

  .teaser-play__duration {
    display: none;
  }

  .hero-stage {
    min-height: 760px;
  }

  .hero-media {
    object-position: 68% 70%;
  }

  .hero-veil {
    background: linear-gradient(180deg, rgb(8 10 9 / 98%) 0%, rgb(8 10 9 / 90%) 35%, rgb(8 10 9 / 30%) 67%, rgb(8 10 9 / 58%) 100%);
  }

  .hero-content {
    align-items: flex-start;
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }

  .unified-section {
    min-height: 820px;
  }

  .unified-media {
    object-position: 67% center;
  }

  .unified-section .section-scrim {
    background: linear-gradient(180deg, rgb(8 10 9 / 98%) 0%, rgb(8 10 9 / 82%) 55%, rgb(8 10 9 / 72%) 100%);
  }

  .unified-content {
    min-height: 820px;
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }

  .unified-pillars {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hardware-figure .architecture-image {
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .governance-media {
    object-position: 68% top;
  }

  .governance-section .section-scrim {
    background: linear-gradient(180deg, rgb(8 10 9 / 94%) 0%, rgb(8 10 9 / 80%) 34%, rgb(8 10 9 / 98%) 66%);
  }

  .usecase-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .usecase-card-office,
  .usecase-card-residential,
  .usecase-card-hospitality {
    grid-column: auto;
    grid-row: auto;
    min-height: 25rem;
  }

  .usecase-card:hover img {
    transform: none;
  }

  .deployment-heading {
    grid-template-columns: 1fr;
  }

  .deployment-eyebrow,
  .deployment-heading h3,
  .deployment-heading > p:last-child {
    grid-column: 1;
  }

  .deployment-heading > p:last-child {
    margin-top: 0.5rem;
  }

  .deployment-tablist button {
    min-height: 66px;
    padding-right: 0.65rem;
    padding-left: 0.65rem;
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .deployment-tablist button::after {
    right: 0.65rem;
    left: 0.65rem;
  }

  .deployment-scenario {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.75rem;
    min-height: 0;
    padding: 17rem 0 3rem;
  }

  .deployment-scenario::before {
    height: 20rem;
    background: linear-gradient(180deg, rgb(8 10 9 / 8%) 0%, rgb(8 10 9 / 20%) 54%, rgb(8 10 9 / 100%) 100%);
  }

  .deployment-scenario-media {
    bottom: auto;
    height: 20rem;
  }

  .deployment-scenario-media img {
    object-position: 60% center;
  }

  .deployment-scenario-copy {
    grid-template-columns: 1fr;
  }

  .deployment-scenario-copy > p {
    grid-column: 1;
  }

  .deployment-scenario dl {
    grid-column: 1;
    grid-row: auto;
    margin-top: 2rem;
  }

  .deployment-scenario dl > div {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .operating-promise-visual,
  .operating-promise-copy {
    min-height: 42rem;
  }

  .operating-promise-media img {
    object-position: 64% center;
  }

  .company-media {
    object-position: 62% center;
    opacity: 0.12;
  }

  .company-section .section-scrim {
    background: linear-gradient(180deg, rgb(8 10 9 / 96%) 0%, rgb(8 10 9 / 88%) 40%, rgb(8 10 9 / 100%) 100%);
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 4.5rem;
    margin-top: 4.5rem;
  }

  .team-member--madeleine,
  .team-member--aje {
    margin-top: 0;
  }

  .team-copy {
    margin-top: 1.4rem;
  }

  .team-copy h3 {
    font-size: 2rem;
  }

  .contact-section,
  .contact-section .section-content {
    min-height: 760px;
  }

  .contact-media {
    object-position: 68% center;
  }

  .contact-section .section-scrim {
    background: linear-gradient(180deg, rgb(8 10 9 / 90%) 0%, rgb(8 10 9 / 72%) 58%, rgb(8 10 9 / 90%) 100%);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .orbit-button--ghost,
  .orbit-icon-button,
  .teaser-play {
    background: #111411;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .governance-section .console-grid {
    background-color: #111411;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-button,
  .orbit-icon-button,
  .orbit-link,
  .orbit-link > span,
  .teaser-play,
  .family-tab,
  .family-tab::after,
  .deployment-tablist button,
  .deployment-tablist button::after,
  .team-portrait img {
    transition: none;
  }

  .orbit-button:hover,
  .orbit-icon-button:hover,
  .orbit-link:hover,
  .teaser-play:hover,
  .team-member:hover .team-portrait img {
    transform: none;
  }

  .deployment-scenario-media img,
  .deployment-scenario:hover .deployment-scenario-media img,
  .operating-promise-media img,
  .operating-promise-visual:hover .operating-promise-media img {
    filter: saturate(0.78) contrast(1.06);
    transform: none;
    transition: none;
  }
}

/* Life automation vision */
.life-automation-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgb(69 184 74 / 10%), transparent 28rem),
    #080a09;
}

.life-automation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgb(242 244 239 / 2%), transparent 38%);
  pointer-events: none;
}

.life-automation-shell {
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 11rem) clamp(20px, 4vw, 72px);
}

.life-automation-intro {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(34rem, 7fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.life-eyebrow {
  margin-bottom: 1.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #71f25f;
}

.life-automation-copy h2 {
  max-width: 44rem;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.058em;
}

.life-automation-body {
  display: grid;
  max-width: 40rem;
  gap: 1.25rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
  color: #a5aca4;
}

.life-automation-thesis {
  max-width: 38rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #f2f4ef;
}

.life-automation-visual {
  min-width: 0;
}

.life-visual-pair {
  position: relative;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  min-height: clamp(30rem, 46vw, 45rem);
  overflow: hidden;
  border: 1px solid rgb(242 244 239 / 14%);
  border-radius: 14px;
  background: #050706;
  box-shadow: 0 38px 100px rgb(0 0 0 / 40%);
}

.life-visual-pair::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 58.8%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgb(113 242 95 / 80%), transparent);
  box-shadow: 0 0 30px rgb(113 242 95 / 32%);
  pointer-events: none;
}

.life-visual-space,
.life-visual-device {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.life-visual-space img,
.life-visual-device img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.life-visual-space img {
  object-position: 72% center;
}

.life-visual-space::after,
.life-visual-device::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.life-visual-space::after {
  background: linear-gradient(90deg, rgb(8 10 9 / 12%), rgb(8 10 9 / 34%));
}

.life-visual-device img {
  object-position: 65% center;
  transform: scale(1.18);
  transform-origin: 58% 56%;
}

.life-visual-device::after {
  background: linear-gradient(90deg, rgb(8 10 9 / 30%), transparent 46%);
}

.life-signal-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgb(242 244 239 / 14%);
  border-radius: 14px;
  background: #111411;
}

.life-flow-stage {
  min-width: 0;
  padding: 1.35rem 1.25rem;
}

.life-flow-stage span {
  display: block;
  margin-bottom: 0.7rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #71f25f;
}

.life-flow-stage strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
}

.life-flow-arrow {
  display: flex;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(242 244 239 / 10%);
  border-left: 1px solid rgb(242 244 239 / 10%);
  color: #71f25f;
}

.life-flow-arrow iconify-icon {
  animation: life-flow-pulse 3.2s var(--orbit-ease) infinite;
}

.life-simulation-note {
  margin-top: 0.85rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #7f887f;
}

.life-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2rem, 6vw, 7rem);
  margin-top: clamp(5rem, 9vw, 9rem);
}

.life-benefits article {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.25rem;
  padding: 2rem 0 clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid rgb(242 244 239 / 16%);
}

.life-benefits iconify-icon {
  grid-row: 1 / span 2;
  margin-top: 0.1rem;
  font-size: 1.45rem;
  color: #71f25f;
}

.life-benefits h3 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
  color: #f2f4ef;
}

.life-benefits p {
  max-width: 40rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #a5aca4;
}

.life-automation-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border: 1px solid rgb(113 242 95 / 25%);
  border-radius: 14px;
  background: linear-gradient(120deg, rgb(113 242 95 / 9%), transparent 46%), #111411;
}

.life-privacy-statement {
  display: flex;
  max-width: 50rem;
  align-items: center;
  gap: 1.25rem;
}

.life-privacy-statement iconify-icon {
  flex: none;
  font-size: 1.6rem;
  color: #71f25f;
}

.life-privacy-statement p {
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.028em;
}

.life-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.life-development-note {
  max-width: 52rem;
  margin-top: 1.25rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #8f978f;
}

@keyframes life-flow-pulse {
  0%, 100% {
    opacity: 0.45;
    transform: translateX(-3px);
  }
  50% {
    opacity: 1;
    transform: translateX(3px);
  }
}

@media (max-width: 1100px) {
  .life-automation-intro {
    grid-template-columns: 1fr;
  }

  .life-automation-copy {
    max-width: 60rem;
  }

  .life-visual-pair {
    min-height: clamp(28rem, 62vw, 42rem);
  }

  .life-automation-close {
    grid-template-columns: 1fr;
  }

  .life-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .life-automation-shell {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .life-automation-intro {
    gap: 3.5rem;
  }

  .life-automation-copy h2 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .life-visual-pair {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .life-visual-pair::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }

  .life-visual-space,
  .life-visual-device {
    min-height: 18rem;
  }

  .life-visual-device img {
    transform: scale(1.04);
  }

  .life-signal-flow {
    grid-template-columns: 1fr;
  }

  .life-flow-stage {
    padding: 1.25rem;
  }

  .life-flow-arrow {
    width: auto;
    height: 2rem;
    border: 0;
    border-top: 1px solid rgb(242 244 239 / 10%);
    border-bottom: 1px solid rgb(242 244 239 / 10%);
  }

  .life-flow-arrow iconify-icon {
    transform: rotate(90deg);
    animation: none;
  }

  .life-benefits {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .life-benefits article {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }

  .life-automation-close {
    padding: 1.5rem;
  }

  .life-privacy-statement {
    align-items: flex-start;
  }

  .life-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-flow-arrow iconify-icon {
    animation: none;
  }
}

@media (min-width: 768px) {
  .architecture-copy {
    opacity: 0.74;
  }

  .architecture-copy.is-active {
    opacity: 1;
  }
}
