@font-face {
  font-family: Inter;
  src: url(Inter.ttf) format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Bricolage;
  src: url(BricolageGrotesque.ttf) format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --sc-canvas: var(--paper);
  --sc-surface: #fff;
  --sc-ink: var(--ink);
  --sc-ink-soft: var(--muted);
  --sc-accent: var(--teal);
  --sc-accent-ink: #fff;
  --sc-font-display: Bricolage, sans-serif;
  --sc-font-text: Inter, sans-serif;
  --surface: #fff;
  --accent: var(--teal);
  --app-art-ground: #dfeee8;
  --app-art-glow: #f7fbf4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    15px/1.7 Inter,
    system-ui,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
button:disabled {
  cursor: wait;
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Bricolage, sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(3.25rem, 6.5vw, 6.7rem);
  margin-bottom: 30px;
}
h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 26px;
}
h3 {
  font-size: 2rem;
}
em {
  font-style: normal;
  color: var(--accent);
}
p {
  color: var(--muted);
}
.frame {
  width: min(1340px, calc(100% - 112px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font:
    750 27px Bricolage,
    sans-serif;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-dot {
  color: var(--accent);
}
.nav nav {
  display: flex;
  gap: 30px;
}
.nav nav a {
  font-size: 13px;
  color: var(--muted);
  padding: 12px 0;
  position: relative;
}
.nav a[aria-current="page"] {
  color: var(--ink);
}
.nav a[aria-current="page"]:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
}
.nav-tools {
  display: flex;
  gap: 22px;
  align-items: center;
}
.theme-toggle {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
}
.nav-cta {
  font-size: 13px;
  font-weight: 600;
}
.nav-cta span {
  margin-left: 14px;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  padding: 16px 0;
}
.mobile-nav a {
  display: block;
  padding: 12px;
}
.skip {
  position: fixed;
  top: -90px;
  left: 20px;
  padding: 12px 22px;
  background: var(--navy);
  color: #fff;
  z-index: 50;
}
.skip:focus {
  top: 10px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 30px;
}
.lead {
  font-size: 18px;
  line-height: 1.7;
  max-width: 40ch;
  margin-bottom: 32px;
}
.actions {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  background: var(--teal);
  color: #fff;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 50px;
}
.button:hover {
  filter: brightness(1.08);
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 95px;
}
.approach h2 {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
}
.large-copy {
  font-size: 23px;
  line-height: 1.5;
  color: var(--ink);
}
.approach p:not(.large-copy) {
  max-width: 54ch;
}
.connection {
  background: #102a43;
  color: #faf9f6;
  --sc-ink: #faf9f6;
  --sc-ink-soft: #b5c7d0;
  --sc-canvas: #102a43;
  --sc-accent: #83d6d1;
  --accent: #83d6d1;
  --sc-p: 1;
}
.connection [data-sc-stage] {
  background: #102a43;
  display: flex;
  align-items: center;
  min-height: 660px;
}
.connection-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 65px;
  padding-block: 80px;
}
.connection h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.6rem);
}
.connection p {
  color: #b5c7d0;
  max-width: 44ch;
}
.connection .eyebrow {
  color: #83d6d1;
}
.project-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 16px;
}
.project-choices button {
  border: 1px solid #496170;
  background: transparent;
  color: #f2f6f5;
  border-radius: 4px;
  font-size: 12px;
  padding: 12px 15px;
}
.project-choices button[aria-pressed="true"] {
  background: #ddf0eb;
  color: #102a43;
  border-color: #ddf0eb;
}
.project-description {
  font-size: 13px;
  min-height: 44px;
}
.button.light {
  background: #ddf0eb;
  color: #102a43;
}
.connection-diagram {
  height: 470px;
  position: relative;
  display: grid;
  place-items: center;
}
.assembly {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.assembly path {
  fill: #44616f;
  transform-box: fill-box;
  transform-origin: center;
  transition: fill 0.25s;
}
.assembly {
  transform: scale(calc(0.88 + var(--sc-p, 1) * 0.12));
}
.connection-diagram[data-choice="Web"] .k-stem,
.connection-diagram[data-choice="Mobile"] .k-upper,
.connection-diagram[data-choice="Workflow"] .k-lower {
  fill: #83d6d1;
}
.diagram-ring {
  position: absolute;
  width: 95%;
  aspect-ratio: 1;
  border: 1px solid #56788955;
  border-radius: 50%;
}
.diagram-label {
  position: absolute;
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #b5c7d0;
}
.label-a {
  left: 0;
  top: 12%;
}
.label-b {
  right: 0;
  top: 12%;
}
.label-c {
  bottom: 6%;
  left: 42%;
}
.products {
  padding-block: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin: 0;
}
.featured-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.product-feature figure {
  margin: 0;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 42%, var(--app-art-glow), transparent 72%),
    var(--app-art-ground);
  overflow: hidden;
  aspect-ratio: 1.5;
}
.product-feature img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 3vw, 38px);
  object-fit: contain;
  transition: transform 0.4s;
}
.product-feature:hover img {
  transform: scale(1.025);
}
.product-feature figcaption {
  font-size: 10px;
  color: var(--muted);
  margin-top: 9px;
}
.product-feature .product-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 24px 0 12px;
  color: var(--accent);
}
.product-feature h3 {
  font-size: 34px;
  margin: 0;
}
.product-feature .feature-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-title span {
  font-size: 27px;
  color: var(--accent);
}
.product-feature p {
  max-width: 48ch;
  margin: 16px 0 0;
}
.close {
  background: #ddf0eb;
  color: #102a43;
  padding: 76px 0;
}
.close-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
}
.close p {
  color: #41616c;
  margin-bottom: 16px;
}
.close h2 {
  font-size: clamp(3rem, 5.4vw, 5.6rem);
  max-width: 14ch;
  margin: 0;
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr auto;
  gap: 40px;
  padding-block: 45px;
  align-items: start;
  font-size: 11px;
}
.footer .brand {
  font-size: 23px;
}
.footer p {
  margin: 0;
}
.footer div span {
  display: block;
  color: var(--muted);
  margin-top: 8px;
}
.page-intro {
  padding-block: 82px 65px;
  border-bottom: 1px solid var(--line);
}
.page-intro h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.page-intro .lead {
  max-width: 58ch;
}
.service-list article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 55px 0;
  border-bottom: 1px solid var(--line);
}
.service-list h2 {
  font-size: 40px;
}
.inline-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.inline-list li {
  font-size: 11px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.method {
  padding-block: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.about-spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 65px;
}
.about-art {
  background: #102a43;
  position: relative;
  aspect-ratio: 1;
}
.about-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-art span {
  position: absolute;
  bottom: 22px;
  left: 28px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #b5c7d0;
}
.principles {
  padding-block: 30px 95px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 30px;
}
.principles h2 {
  font-size: 35px;
}
.principles h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
}
.principles article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.principles p {
  font-size: 13px;
}
.catalogue {
  padding-block: 55px 90px;
}
.search-label {
  font-size: 11px;
  min-width: 310px;
}
input,
textarea {
  display: block;
  width: 100%;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 13px 15px;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.6;
}
input::placeholder,
textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}
.catalogue-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filter,
.reset {
  border: 1px solid var(--line);
  padding: 10px 17px;
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
}
.filter[aria-pressed="true"] {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.result-count {
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
}
.catalogue-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
.catalogue-item {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
}
.app-monogram {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: #087f8c;
  font: 650 23px Bricolage;
  border-radius: 9px;
}
.catalogue-item h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.catalogue-item p {
  font-size: 13px;
  margin-bottom: 12px;
}
.item-meta {
  font-size: 10px;
  color: var(--accent);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.catalogue-item .text-link {
  padding-block: 5px;
}
.empty {
  padding: 60px;
  text-align: center;
  border: 1px solid var(--line);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  padding-block: 90px 110px;
}
.contact-layout h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}
.contact-layout .lead {
  max-width: 34ch;
}
.email-link {
  display: inline-block;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  margin: 10px 0 25px;
  font-size: 20px;
}
.small {
  font-size: 12px;
}
.contact-layout form {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 38px;
  border-radius: 5px;
}
.contact-layout h2 {
  font-size: 29px;
  letter-spacing: -0.035em;
}
.contact-layout label {
  display: block;
  font-size: 12px;
  margin-bottom: 22px;
}
.contact-layout textarea {
  resize: vertical;
  min-height: 150px;
}
.form-note {
  font-size: 11px;
}
.contact-layout .button {
  width: 100%;
}
#form-status {
  font-size: 13px;
  margin: 18px 0 0;
}
#form-status[data-state="error"] {
  color: #ad3535;
}
#form-status[data-state="success"] {
  color: var(--accent);
}
[hidden] {
  display: none !important;
}
html[data-theme="dark"] {
  --paper: #0b1c2b;
  --ink: #f2f6f5;
  --muted: #b5c7d0;
  --line: #31495a;
  --surface: #132d40;
  --accent: #83d6d1;
  --mint: #214747;
  --app-art-ground: #142e39;
  --app-art-glow: #28504e;
}
html[data-theme="dark"] .eyebrow {
  color: #83d6d1;
}
html[data-theme="dark"] .filter[aria-pressed="true"] {
  background: #83d6d1;
  color: #102a43;
}
html[data-theme="dark"] #form-status[data-state="error"] {
  color: #ffb2a9;
}
@media (min-width: 1700px) {
}
@media (max-width: 1100px) {
  .frame {
    width: calc(100% - 64px);
  }
  .nav nav {
    gap: 20px;
  }
  .nav-cta {
    display: none;
  }
  .actions {
    gap: 16px;
  }
  .approach {
    gap: 45px;
  }
  .connection-inner {
    gap: 30px;
  }
  .connection-diagram {
    height: 360px;
  }
  .connection h2 {
    font-size: 45px;
  }
  .connection-inner {
    padding-block: 65px;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .contact-layout {
    gap: 45px;
  }
  .principles {
    grid-template-columns: 1fr 1fr;
  }
  .service-list article,
  .method {
    gap: 50px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 80px;
  }
  .frame {
    width: calc(100% - 40px);
  }
  .nav {
    height: 72px;
    gap: 15px;
  }
  .brand {
    font-size: 24px;
  }
  .brand-mark {
    width: 29px;
    height: 29px;
  }
  .nav nav {
    display: none;
  }
  .nav-tools {
    gap: 16px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: var(--ink);
    border: 0;
    padding: 10px 0;
    font-size: 12px;
  }
  .menu-toggle span {
    font-size: 20px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .lead {
    font-size: 16px;
  }
  .approach {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 55px;
  }
  .approach h2 {
    font-size: 39px;
  }
  .large-copy {
    font-size: 20px;
  }
  .connection {
    height: auto !important;
  }
  .connection [data-sc-stage] {
    position: relative !important;
    height: auto !important;
    min-height: 0;
  }
  .connection-inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 55px;
  }
  .connection h2 {
    font-size: 43px;
  }
  .connection-diagram {
    height: 300px;
    max-width: 340px;
    width: 100%;
    margin: auto;
  }
  .assembly path {
    transform: none !important;
  }
  .diagram-ring {
    width: 80%;
  }
  .diagram-label {
    font-size: 8px;
  }
  .label-a {
    left: 10%;
  }
  .label-b {
    right: 5%;
  }
  .project-description {
    min-height: 0;
  }
  .products {
    padding-block: 55px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 38px;
    margin-bottom: 22px;
  }
  .featured-products {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .product-feature h3 {
    font-size: 31px;
  }
  .close {
    padding-block: 50px;
  }
  .close-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .close h2 {
    font-size: 49px;
  }
  .footer {
    padding-block: 32px;
    gap: 24px;
    font-size: 10px;
  }
  .footer .brand {
    font-size: 23px;
  }
  .page-intro {
    padding-block: 50px 40px;
  }
  .page-intro h1 {
    font-size: clamp(3rem, 9vw, 4.7rem);
  }
  .service-list article,
  .method,
  .about-spread {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-list article {
    padding-block: 35px;
  }
  .service-list h2 {
    font-size: 35px;
  }
  .method {
    padding-block: 55px;
  }
  .about-spread {
    padding-block: 40px;
    gap: 40px;
  }
  .principles {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
    gap: 12px;
  }
  .principles h2 {
    margin: 10px 0;
  }
  .principles article {
    padding-top: 22px;
  }
  .catalogue {
    padding-block: 35px 55px;
  }
  .catalogue-toolbar {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .catalogue-list {
    grid-template-columns: 1fr;
  }
  .search-label {
    display: block;
    min-width: 0;
  }
  .catalogue-item {
    gap: 18px;
    padding-block: 25px;
  }
  .catalogue-item h3 {
    font-size: 26px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    padding-block: 45px 60px;
    gap: 28px;
  }
  .contact-layout h1 {
    font-size: 49px;
  }
  .contact-layout form {
    padding: 25px;
  }
  .empty {
    padding: 35px;
  }
  .connection a:focus-visible,
  .connection button:focus-visible {
    outline-color: #83d6d1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  [data-sc-parallax],
  .assembly path {
    transform: none !important;
  }
  [data-sc-reveal] {
    clip-path: none !important;
  }
  .connection {
    height: auto !important;
  }
  .connection [data-sc-stage] {
    position: relative !important;
    height: auto !important;
    min-height: 0;
  }
}

.image-credit {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}

.motion-toggle {
  display: block;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 5px 0;
  margin-top: 10px;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
}
html[data-motion="reduce"] {
  scroll-behavior: auto;
}
html[data-motion="reduce"] [data-sc-parallax],
html[data-motion="reduce"] .assembly path {
  transform: none !important;
}
html[data-motion="reduce"] [data-sc-reveal] {
  clip-path: none !important;
}
html[data-motion="reduce"] [data-sc-in] {
  opacity: 1 !important;
  transform: none !important;
}
html[data-motion="reduce"] .connection {
  height: auto !important;
}
html[data-motion="reduce"] .connection [data-sc-stage] {
  position: relative !important;
  height: auto !important;
  min-height: 0;
}
html[data-motion="reduce"] * {
  transition: none !important;
  animation: none !important;
}

.brand-wordmark {
  width: 155px;
  height: auto;
}
.about-art {
  background: #faf9f6;
  border: 1px solid var(--line);
}
.about-art img {
  object-fit: cover;
  object-position: 65% center;
}
.about-art span {
  color: #526675;
}
@media (max-width: 760px) {
  .brand-wordmark {
    width: 145px;
    height: auto;
  }
}

/* Shared typography and theme-safe branding. */
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
.brand-inverse {
  display: none;
}
html[data-theme="dark"] .brand-default {
  display: none;
}
html[data-theme="dark"] .brand-inverse {
  display: block;
}
.nav nav a {
  font-size: 14px;
}
.nav-cta {
  background: var(--ink);
  color: var(--paper);
  padding: 10px 17px;
  border-radius: 4px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
}
.approach .large-copy {
  margin-bottom: 22px;
}
.product-feature figure {
  border-radius: 6px;
}
.product-feature .feature-title {
  margin-top: 4px;
}
.product-feature .feature-title span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.product-feature a:hover .feature-title span {
  background: var(--accent);
  color: var(--paper);
  border-color: var(--accent);
}
.product-feature a {
  display: block;
  border-radius: 6px;
}
.product-feature .product-meta {
  letter-spacing: 0.6px;
  font-size: 11px;
}
.section-heading p {
  margin: 16px 0 0;
}
.featured-apps {
  padding-block: 64px;
  border-bottom: 1px solid var(--line);
}
.service-title {
  display: flex;
  gap: 26px;
  align-items: flex-start;
}
.service-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: var(--accent);
  margin-top: 4px;
}
.service-list h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
}
.service-list article {
  gap: 64px;
}
.page-intro {
  padding-block: 64px 48px;
}
.page-intro h1 {
  font-size: clamp(3rem, 5.5vw, 5rem);
}
.page-intro .lead {
  margin-bottom: 0;
}
.page-intro .button {
  margin-top: 26px;
}
.catalogue-item {
  transition: border-color 0.2s;
}
.catalogue-item:hover {
  border-color: var(--accent);
}
html[data-theme="dark"] .app-monogram {
  color: #a0e0d9;
}
.catalogue-item h3 {
  letter-spacing: -0.02em;
}
.contact-next {
  margin-top: 35px;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  max-width: 42ch;
}
.contact-next h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.contact-next p {
  font-size: 14px;
}
.contact-next > span {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--accent);
}
.contact-next > span > span {
  margin-inline: 12px;
}
.contact-layout form {
  border-radius: 8px;
  box-shadow: 0 16px 40px #102a4306;
}
.footer {
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.footer .brand-wordmark {
  width: 132px;
  height: auto;
}
.footer a:not(.brand):hover {
  color: var(--accent);
}
.text-link {
  min-height: 44px;
}
@media (max-width: 1100px) {
  .service-title {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.4px;
  }
  .nav-tools {
    gap: 12px;
  }
  .menu-toggle {
    min-height: 44px;
  }
  .page-intro {
    padding-block: 40px 36px;
  }
  .page-intro h1 {
    font-size: clamp(2.45rem, 10.5vw, 4rem);
  }
  .service-list article {
    gap: 16px;
  }
  .service-title {
    gap: 18px;
  }
  .service-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .service-list h2 {
    font-size: 31px;
  }
  .service-title h2 {
    margin-bottom: 8px;
  }
  .featured-apps {
    padding-block: 44px;
  }
  .contact-layout h1 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }
  .contact-next {
    margin-top: 15px;
    padding-top: 20px;
  }
  .footer {
    grid-template-columns: 1fr;
    gap: 22px;
    font-size: 12px;
  }
  .close h2 {
    font-size: clamp(2.6rem, 11vw, 3.5rem);
  }
}

/* Connected studio: a single joined mark in an open dimensional composition. */
body[data-page="home"] .site-header {
  background: #0b1c28;
  color: #faf9f6;
  --ink: #faf9f6;
  --paper: #0b1c28;
  --muted: #b2c6ce;
  --line: #ffffff20;
  --accent: #83d6d1;
}
body[data-page="home"] .site-header .brand-default {
  display: none;
}
body[data-page="home"] .site-header .brand-inverse {
  display: block;
}
.site-header .nav {
  height: 88px;
}
.nav-cta,
.button,
.project-choices button,
.filter {
  border-radius: 100px;
}
.nav-cta {
  padding: 11px 21px;
}
.nav a[aria-current="page"]:after {
  left: 30%;
  right: 30%;
  bottom: 5px;
  border-radius: 4px;
}
.button {
  min-height: 54px;
  padding: 15px 25px;
  gap: 30px;
}
.button:active,
.nav-cta:active {
  transform: translateY(1px);
}
.studio-opening {
  position: relative;
  overflow: clip;
  background: #0b1c28;
  color: #faf9f6;
  --accent: #83d6d1;
  --ink: #faf9f6;
  --line: #91b6c138;
  --sc-canvas: #0b1c28;
}
.opening-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  column-gap: 12px;
  padding-top: 54px;
}
.opening-copy {
  position: relative;
  z-index: 2;
  padding-block: 16px 54px;
}
.studio-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b9d0d5;
  font-size: 11px;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}
.studio-tag > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #83d6d1;
  flex-shrink: 0;
}
.opening-copy h1 {
  font-size: clamp(4rem, 7.4vw, 7.5rem);
  line-height: 0.99;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
  font-weight: 600;
  text-wrap: initial;
}
.opening-copy h1 em {
  color: #83d6d1;
}
.opening-description {
  color: #b9cbd2;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.opening-cta {
  background: #83d6d1;
  color: #0b1c28;
}
.studio-opening .text-link {
  color: #faf9f6;
  border-color: #77909d;
}
.connection-world {
  position: relative;
  height: 560px;
  min-width: 0;
  isolation: isolate;
  margin-top: -25px;
}
.connection-world:before {
  content: "";
  position: absolute;
  inset: -10% -30%;
  background: radial-gradient(ellipse at 55% 45%, #173f4b 0%, #0b1c2800 65%);
  z-index: -1;
}
.world-orbits {
  position: absolute;
  inset: 0;
}
.world-orbits i {
  position: absolute;
  width: 105%;
  aspect-ratio: 1;
  border: 1px solid #83d6d124;
  border-radius: 50%;
  left: -1%;
  top: 0;
  transform: rotate(-28deg) scaleY(0.73);
}
.world-orbits i:nth-child(2) {
  width: 125%;
  left: -11%;
  top: -10%;
  border-color: #83d6d114;
}
.world-orbits i:nth-child(3) {
  width: 84%;
  left: 9.5%;
  top: 10%;
  border-style: dashed;
  border-color: #83d6d11c;
}
.orbit-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #83d6d1;
  top: 26%;
  right: 4%;
}
.world-object {
  position: absolute;
  inset: 4% -5% 7%;
}
.hero-mark {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: perspective(950px) rotateX(7deg) rotateY(-17deg) rotateZ(-8deg);
  filter: drop-shadow(18px 32px 12px #04101880);
}
/* The parts never move independently. The front face and its side walls are drawn directly from the master. */
.hero-mark .mark-depth path {
  fill: #23656d;
}
.hero-mark .mark-face path {
  fill: url(#k-material);
}
.world-label {
  position: absolute;
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 1.8px;
  color: #a6c4cc;
}
.world-label-top {
  top: 6%;
  right: 4%;
}
.world-note {
  position: absolute;
  bottom: 8%;
  right: 4%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 23px;
  border: 1px solid #afd9d850;
  border-radius: 100px;
  background: #173541;
  color: #c7e8e3;
  font-size: 13px;
  box-shadow: 0 14px 25px #04101840;
  transform: rotate(-5deg);
}
.world-note svg {
  width: 25px;
  height: 25px;
}
.opening-bottom {
  position: relative;
  z-index: 3;
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 28px 0 30px;
  border-top: 1px solid #91b6c12b;
}
.opening-bottom > p {
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  color: #adc3cd;
}
.opening-bottom strong {
  color: #e6eeef;
  font-weight: 500;
}
.product-shortcuts {
  --app-art-ground: #183541;
  --app-art-glow: #2b5351;
  display: flex;
  gap: 40px;
}
.product-shortcuts a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.product-shortcuts img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  padding: 3px;
  background:
    radial-gradient(ellipse at 50% 42%, var(--app-art-glow), transparent 72%),
    var(--app-art-ground);
  border-radius: 12px;
}
.product-shortcuts small {
  display: block;
  font-size: 10px;
  color: #a8c0ca;
  margin-top: 4px;
}
.product-shortcuts small span {
  margin-left: 6px;
}
.opening-services {
  font-size: 11px;
  color: #b9cbd2;
}
.opening-services span {
  margin-left: 16px;
}
.approach {
  padding-block: clamp(64px, 8vw, 116px);
  align-items: start;
}
.approach h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  max-width: 12ch;
}
.approach .large-copy {
  font-size: 24px;
  letter-spacing: -0.4px;
}
.connection {
  background: #102a43;
}
.connection [data-sc-stage] {
  background: radial-gradient(ellipse at 80% 60%, #174653, #102a43 64%);
}
.connection h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.7rem);
}
.project-choices button {
  padding: 13px 18px;
}
.assembly path {
  transform: none;
  fill: #5d8d97;
}
.assembly {
  width: 88%;
  height: 88%;
}
.diagram-ring {
  border: 1px solid #83d6d140;
  transform: rotate(calc(var(--sc-p, 1) * 70deg));
}
.diagram-ring:before {
  content: "";
  position: absolute;
  top: 12%;
  left: 12%;
  width: 12px;
  height: 12px;
  background: #83d6d1;
  border: 3px solid #102a43;
  border-radius: 50%;
}
.products {
  padding-block: clamp(64px, 8vw, 112px);
}
.product-feature figure {
  border-radius: 20px;
}
.featured-products {
  gap: 40px;
}
.product-feature:nth-child(2) {
  padding-top: 70px;
}
.about-art {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #081b29;
}
.about-art img {
  object-fit: contain;
  object-position: center;
}
.about-art span {
  color: #c4e3e0;
}
.contact-layout form {
  border-radius: 24px;
}
.inline-list li {
  border-radius: 100px;
}
.close {
  margin: 0 24px 32px;
  border-radius: 28px;
  padding-block: 80px;
}
.close-inner {
  width: min(1280px, calc(100% - 80px));
  align-items: center;
}
.close h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.close-cta {
  justify-self: end;
  min-height: 56px;
  padding: 16px 26px;
  background: #102a43;
  color: #faf9f6;
  font-size: 14px;
  white-space: nowrap;
  gap: 24px;
}
.close-cta span {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
}
.close-cta:focus-visible {
  outline-color: #087f8c;
}
@media (hover: hover) and (pointer: fine) {
  .product-shortcuts a:hover small,
  .opening-services:hover {
    color: #83d6d1;
  }
}
@media (min-width: 1700px) {
  .opening-layout {
    padding-top: 70px;
  }
  .connection-world {
    height: 620px;
  }
}
@media (max-width: 1100px) {
  .opening-layout {
    padding-top: 34px;
  }
  .opening-copy h1 {
    font-size: 8vw;
  }
  .connection-world {
    height: 460px;
  }
  .opening-description {
    font-size: 15px;
  }
  .studio-tag {
    font-size: 9px;
  }
  .world-note {
    font-size: 11px;
    padding: 13px 17px;
  }
  .opening-services {
    display: none;
  }
  .product-shortcuts {
    gap: 28px;
  }
  .opening-copy .actions {
    gap: 20px;
  }
  .opening-copy .button {
    gap: 16px;
    padding-inline: 20px;
  }
}
@media (max-width: 760px) {
  .site-header .nav {
    height: 72px;
  }
  .opening-layout {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }
  .opening-copy {
    padding: 0;
  }
  .studio-tag {
    font-size: 9px;
    gap: 8px;
    margin-bottom: 23px;
    letter-spacing: 0.15px;
  }
  .opening-copy h1 {
    font-size: clamp(3.65rem, 15vw, 5.8rem);
    letter-spacing: -0.03em;
    margin-bottom: 22px;
  }
  .opening-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .opening-copy .actions {
    gap: 22px;
  }
  .opening-copy .button {
    padding-inline: 20px;
    gap: 17px;
    font-size: 12px;
    min-height: 50px;
  }
  .opening-copy .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .connection-world {
    height: 270px;
    margin: 0;
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }
  .world-object {
    inset: -4% 9% -3%;
  }
  .world-orbits {
    inset: -8% 7% 0;
  }
  .world-orbits i {
    transform: rotate(-28deg) scaleY(0.63);
  }
  .world-label-top {
    top: 21%;
    right: 0;
    font-size: 7px;
    letter-spacing: 1px;
  }
  .world-note {
    bottom: 12%;
    right: 0;
    font-size: 10px;
    padding: 9px 15px;
    gap: 8px;
  }
  .world-note svg {
    width: 18px;
    height: 18px;
  }
  .orbit-node {
    top: 37%;
    right: 0;
    width: 6px;
    height: 6px;
  }
  .opening-bottom {
    flex-wrap: wrap;
    gap: 18px;
    padding: 23px 0 28px;
  }
  .opening-bottom > p {
    width: 100%;
    font-size: 11px;
  }
  .opening-bottom > p br {
    display: none;
  }
  .opening-bottom strong {
    margin-left: 7px;
  }
  .product-shortcuts {
    gap: 28px;
  }
  .product-shortcuts a {
    font-size: 12px;
    gap: 10px;
  }
  .product-shortcuts img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .product-shortcuts small {
    font-size: 9px;
  }
  .approach {
    padding-block: 56px;
  }
  .approach .large-copy {
    font-size: 22px;
  }
  .connection-inner {
    padding-block: 55px;
  }
  .connection h2 {
    font-size: 42px;
  }
  .connection-diagram {
    height: 280px;
  }
  .products {
    padding-block: 56px;
  }
  .product-feature:nth-child(2) {
    padding-top: 0;
  }
  .product-feature figure {
    border-radius: 16px;
  }
  .featured-products {
    gap: 38px;
  }
  .close {
    margin: 0 12px 16px;
    border-radius: 22px;
    padding-block: 42px;
  }
  .close-inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .close h2 {
    font-size: clamp(2rem, 8.2vw, 3.2rem);
  }
  .close p {
    font-size: 12px;
  }
  .close-cta {
    justify-self: start;
  }
}
@media (max-width: 360px) {
  .opening-copy .actions {
    gap: 14px;
  }
  .opening-copy .button {
    padding-inline: 17px;
    gap: 12px;
  }
  .product-shortcuts {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .assembly,
  .diagram-ring {
    transform: none !important;
  }
}
html[data-motion="reduce"] .assembly,
html[data-motion="reduce"] .diagram-ring {
  transform: none !important;
}
