:root {
  --font-manrope: "Manrope", "Avenir Next", system-ui, sans-serif;
  --font-geist-mono: "Space Mono", ui-monospace, monospace;
  --ink: #f4f3ef;
  --muted: #9b9da5;
  --bg: #08090b;
  --surface: #101216;
  --surface-2: #151820;
  --line: rgba(255, 255, 255, .11);
  --blue: #70a7ff;
  --violet: #9b7cff;
  --cyan: #5bd9ea;
  --ease: cubic-bezier(.22, .8, .2, 1);
}

/* Furqan agency identity */
:root {
  --lime: #5876ff;
  --cobalt: #315cff;
  --coral: #ff796c;
  --ivory: #f3f0e7;
  --stone: #a4a19a
}

::selection {
  background: var(--lime);
  color: #0a0b0b
}

.f-mark {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff4a;
  border-radius: 50%;
  font: 700 13px var(--font-geist-mono);
  color: var(--lime)
}

.lime {
  background: var(--lime) !important;
  color: #0a0c09 !important;
  border-color: var(--lime) !important
}

.logo {
  gap: 10px
}

.logo strong {
  font-size: 19px
}

.site-header {
  grid-template-columns: 1fr auto 1fr
}

.desktop-nav {
  gap: clamp(14px, 1.8vw, 28px)
}

.furqan-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 17px;
  background: #070806;
  animation: loaderAway .55s 1s cubic-bezier(.7, 0, .2, 1) forwards
}

.furqan-loader .f-mark {
  width: 62px;
  height: 62px;
  font-size: 25px;
  animation: markIn .45s ease both
}

.furqan-loader strong {
  font-size: 32px;
  letter-spacing: -.05em
}

.furqan-loader>i {
  width: 220px;
  height: 1px;
  background: linear-gradient(90deg, var(--lime), transparent);
  animation: lineGo .65s .25s both
}

.furqan-loader small {
  font: 8px var(--font-geist-mono);
  letter-spacing: .19em;
  color: #747970
}

@keyframes markIn {
  from {
    opacity: 0;
    transform: scale(.65) rotate(-15deg)
  }
}

@keyframes lineGo {
  from {
    width: 0;
    opacity: 0
  }
}

@keyframes loaderAway {
  to {
    transform: translateY(-100%)
  }
}

.agency-hero {
  position: relative;
  min-height: 100svh;
  padding: 155px max(5vw, 24px) 105px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #080907;
  border-bottom: 1px solid var(--line)
}

.grain {
  position: absolute;
  inset: 0;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

.agency-hero:after {
  content: "";
  position: absolute;
  width: 62vw;
  height: 62vw;
  right: -28vw;
  top: -22vw;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  box-shadow: 0 0 0 9vw #ffffff06, 0 0 0 18vw #ffffff04
}

.agency-hero-copy {
  position: relative;
  z-index: 3;
  width: min(950px, 70vw)
}

.agency-label {
  font: 9px var(--font-geist-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 42px
}

.agency-hero h1 {
  font-size: clamp(65px, 9.2vw, 148px);
  line-height: .82;
  letter-spacing: -.08em;
  font-weight: 560;
  margin: 0
}

.agency-hero h1 em {
  font-style: normal;
  color: #92968e;
  font-weight: 420
}

.agency-hero-copy>p:not(.agency-label) {
  max-width: 590px;
  margin: 45px 0 0;
  color: #b1b3ad;
  font-size: 18px;
  line-height: 1.65
}

.agency-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px
}

.agency-actions .button {
  gap: 35px
}

.underlink {
  font-size: 11px;
  border-bottom: 1px solid #ffffff44;
  padding: 12px 0
}

.module-system {
  position: absolute;
  z-index: 2;
  right: 2vw;
  top: 20%;
  width: min(43vw, 650px);
  aspect-ratio: 1;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  animation: slowturn 35s linear infinite
}

.module-system>i {
  position: absolute;
  inset: 27%;
  border: 1px dashed #ffffff29;
  border-radius: 50%
}

.module-system>b {
  position: absolute;
  inset: 42%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: #090b08;
  border-radius: 50%;
  font: 700 34px var(--font-geist-mono)
}

.module {
  position: absolute;
  background: #11140f;
  border: 1px solid #ffffff22;
  color: var(--ivory);
  padding: 12px 14px;
  font: 10px var(--font-geist-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: slowturn 35s linear infinite reverse;
  transition: background .2s, color .2s, transform .2s
}

.module:hover {
  background: var(--lime);
  color: #090b08;
  transform: scale(1.08)
}

.module span {
  color: #777e70;
  margin-right: 10px
}

.m0 {
  top: 3%;
  left: 42%
}

.m1 {
  right: -3%;
  top: 29%
}

.m2 {
  right: 5%;
  bottom: 16%
}

.m3 {
  left: 33%;
  bottom: -2%
}

.m4 {
  left: -5%;
  bottom: 25%
}

.m5 {
  left: 3%;
  top: 22%
}

@keyframes slowturn {
  to {
    transform: rotate(360deg)
  }
}

.clarity-strip {
  min-height: 170px;
  background: var(--lime);
  color: #0a0d08;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  font-size: clamp(30px, 5vw, 75px);
  letter-spacing: -.055em
}

.clarity-strip p {
  margin: 0
}

.clarity-strip i {
  font-style: normal
}

.service-editorial {
  background: #0d0f0c
}

.service-stage {
  display: grid;
  grid-template-columns: 4fr 8fr;
  border: 1px solid var(--line);
  min-height: 680px
}

.service-tabs {
  border-right: 1px solid var(--line)
}

.service-tabs button {
  width: 100%;
  height: 20%;
  display: grid;
  grid-template-columns: 55px 1fr 30px;
  align-items: center;
  padding: 0 28px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: #7d8279;
  text-align: left;
  transition: .3s
}

.service-tabs button:last-child {
  border-bottom: 0
}

.service-tabs button strong {
  font-size: 31px;
  letter-spacing: -.045em
}

.service-tabs button span {
  font: 9px var(--font-geist-mono)
}

.service-tabs button i {
  font-style: normal
}

.service-tabs button.active {
  color: var(--ivory);
  padding-left: 42px;
  background: #ffffff06
}

.service-tabs button.active strong,
.service-tabs button.active i {
  color: var(--service-accent)
}

.service-panel {
  position: relative;
  padding: 70px;
  overflow: hidden;
  background: #10120f
}

.service-panel>p:first-child {
  font: 9px var(--font-geist-mono);
  color: var(--service-accent);
  letter-spacing: .13em
}

.service-panel h3 {
  font-size: clamp(60px, 8vw, 125px);
  line-height: .85;
  letter-spacing: -.07em;
  margin: 28px 0;
  color: var(--service-accent)
}

.service-panel>p:nth-of-type(2) {
  color: #a6aba2;
  max-width: 550px;
  font-size: 17px;
  line-height: 1.65
}

.service-panel>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  max-width: 620px
}

.service-panel>div span {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #c3c6bf
}

.service-panel figure {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid color-mix(in srgb, var(--service-accent), transparent 50%);
  border-radius: 50%;
  right: -80px;
  bottom: -80px
}

.service-panel figure i {
  position: absolute;
  inset: 22%;
  border: 1px dashed var(--service-accent);
  border-radius: 50%
}

.service-panel figure i:nth-child(2) {
  inset: 40%;
  background: var(--service-accent)
}

.service-panel figure b {
  position: absolute;
  inset: 42%;
  display: grid;
  place-items: center;
  color: #0a0c09
}

.solutions {
  background: var(--ivory);
  color: #10120f
}

.solutions .section-label,
.solutions .section-intro>div>p {
  color: #64675f
}

.solutions h2 em {
  color: #686d64
}

.solution-list {
  border-top: 1px solid #1113
}

.solution-list article {
  display: grid;
  grid-template-columns: 1fr 4fr 5fr 50px;
  align-items: center;
  gap: 25px;
  min-height: 150px;
  border-bottom: 1px solid #1113;
  transition: padding .3s, background .3s
}

.solution-list article:hover {
  padding: 0 20px;
  background: #e5e2d7
}

.solution-list span {
  font: 9px var(--font-geist-mono);
  color: #777b72
}

.solution-list h3 {
  font-size: 30px;
  letter-spacing: -.04em
}

.solution-list p {
  font-size: 13px;
  line-height: 1.7;
  color: #686b65;
  max-width: 550px
}

.solution-list a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #1115;
  border-radius: 50%
}

.assistant-demo {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 8vw;
  background: #11130f
}

.assistant-copy h2 {
  font-size: clamp(45px, 5.5vw, 85px);
  margin: 30px 0;
  letter-spacing: -.055em
}

.assistant-copy>p:last-child {
  color: #93978e;
  line-height: 1.7
}

.assistant-window {
  border: 1px solid #ffffff1e;
  background: #0a0c09;
  min-height: 650px
}

.assistant-top {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 0 20px
}

.assistant-top .f-mark {
  width: 28px;
  height: 28px
}

.assistant-top span {
  font: 9px var(--font-geist-mono);
  letter-spacing: .12em
}

.assistant-top i {
  font: 8px var(--font-geist-mono);
  margin-left: auto;
  border: 1px solid var(--lime);
  color: var(--lime);
  padding: 5px;
  font-style: normal
}

.assistant-chat {
  padding: 45px
}

.assistant-chat>p:first-child {
  max-width: 470px;
  background: #171a15;
  border-radius: 0 16px 16px 16px;
  padding: 20px;
  line-height: 1.6;
  color: #d0d3cc;
  font-size: 14px
}

.user-bubble {
  margin-left: auto;
  max-width: 60%;
  background: var(--lime);
  color: #0a0c08;
  padding: 15px;
  border-radius: 14px 0 14px 14px;
  font-size: 13px
}

.quick-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 35px
}

.quick-options button {
  display: flex;
  justify-content: space-between;
  background: transparent;
  border: 1px solid #ffffff1e;
  color: #b8bcb4;
  padding: 15px;
  text-align: left;
  font-size: 11px
}

.quick-options button:hover {
  border-color: var(--lime);
  color: var(--lime)
}

.assistant-answer {
  border-left: 2px solid var(--lime);
  padding: 25px;
  margin-top: 35px
}

.assistant-answer>span {
  font: 8px var(--font-geist-mono);
  color: var(--lime);
  letter-spacing: .13em
}

.assistant-answer h3 {
  font-size: 32px;
  margin: 15px 0
}

.assistant-answer p {
  color: #999e94;
  line-height: 1.7
}

.assistant-answer a {
  display: inline-flex;
  gap: 20px;
  background: var(--lime);
  color: #090b08;
  padding: 15px;
  margin-top: 15px;
  font-size: 11px
}

.assistant-answer button {
  display: block;
  background: transparent;
  border: 0;
  color: #71776d;
  padding: 15px 0;
  font-size: 10px
}

.furqan-about {
  background: var(--ivory);
  color: #10120f
}

.furqan-about .section-label {
  color: #64675f
}

.furqan-about h2 em {
  color: #676b63
}

.furqan-about-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 8vw;
  margin-top: 90px
}

.giant-f {
  min-height: 600px;
  background: var(--lime);
  position: relative;
  display: grid;
  place-items: center
}

.giant-f>span {
  font: clamp(150px, 22vw, 340px)/1 var(--font-geist-mono);
  letter-spacing: -.15em
}

.giant-f>p {
  position: absolute;
  left: 25px;
  bottom: 20px;
  font: 8px/1.6 var(--font-geist-mono);
  letter-spacing: .13em
}

.furqan-about-grid>div:last-child>p:first-child {
  font-size: clamp(27px, 3.5vw, 53px);
  letter-spacing: -.04em;
  line-height: 1.2;
  margin-top: 0
}

.furqan-about-grid>div:last-child>p:nth-child(2) {
  color: #656961;
  line-height: 1.75;
  max-width: 650px
}

.furqan-about-grid ul {
  list-style: none;
  padding: 0;
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #1113
}

.furqan-about-grid li {
  border-bottom: 1px solid #1113;
  padding: 16px 0;
  font-size: 12px
}

.why-furqan {
  background: #0a0b09
}

.reason-stack {
  border-top: 1px solid var(--line)
}

.reason-stack article {
  display: grid;
  grid-template-columns: 1fr 4fr 6fr;
  gap: 30px;
  align-items: center;
  min-height: 145px;
  border-bottom: 1px solid var(--line)
}

.reason-stack span {
  font: 9px var(--font-geist-mono);
  color: var(--lime)
}

.reason-stack h3 {
  font-size: 29px;
  letter-spacing: -.04em
}

.reason-stack p {
  color: #92968d;
  line-height: 1.7;
  font-size: 13px;
  max-width: 600px
}

.journey {
  background: #11140f
}

.journey-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  margin: 50px 0
}

.journey-nav:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 8px;
  height: 1px;
  background: #ffffff24
}

.journey-nav button {
  position: relative;
  background: none;
  border: 0;
  color: #747a70;
  padding-top: 34px;
  font-size: 12px
}

.journey-nav button span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #11140f;
  background: #545a50;
  border-radius: 50%;
  top: 0;
  left: calc(50% - 8px);
  z-index: 1
}

.journey-nav button.active {
  color: var(--ivory)
}

.journey-nav button.active span {
  background: var(--lime);
  box-shadow: 0 0 0 5px #5876ff20
}

.journey-card {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 7vw;
  align-items: end;
  border: 1px solid var(--line);
  padding: 45px
}

.journey-card p {
  margin: 0;
  color: #c4c8bf;
  font-size: 17px;
  line-height: 1.55
}

.journey-card p span {
  display: block;
  color: #6d7369;
  font: 8px var(--font-geist-mono);
  letter-spacing: .14em;
  margin-bottom: 18px
}

.journey-card a {
  background: var(--lime);
  color: #0a0c09;
  padding: 16px;
  display: flex;
  gap: 25px;
  font-size: 11px
}

.faq-list details {
  border-bottom: 1px solid var(--line)
}

.faq-list summary {
  display: grid;
  grid-template-columns: 65px 1fr 25px;
  align-items: center;
  min-height: 90px;
  cursor: pointer;
  list-style: none
}

.faq-list summary::-webkit-details-marker {
  display: none
}

.faq-list summary span {
  font: 9px var(--font-geist-mono);
  color: #696e65
}

.faq-list summary strong {
  font-size: 17px
}

.faq-list summary i {
  font-style: normal;
  font-size: 22px
}

.faq-list details>p {
  margin: 0 50px 28px 65px;
  max-width: 750px;
  color: #92968d;
  line-height: 1.7
}

.faq-list details[open] summary i {
  transform: rotate(45deg)
}

@media(max-width:1000px) {
  .module-system {
    opacity: .35
  }

  .agency-hero-copy {
    width: 80vw
  }

  .service-stage,
  .assistant-demo {
    grid-template-columns: 1fr
  }

  .service-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .service-tabs button {
    height: 90px;
    display: flex;
    gap: 9px;
    justify-content: center;
    padding: 10px
  }

  .service-tabs button strong {
    font-size: 16px
  }

  .service-tabs button i {
    display: none
  }

  .service-tabs button.active {
    padding-left: 10px
  }

  .assistant-copy {
    max-width: 700px
  }

  .solution-list article {
    grid-template-columns: 60px 3fr 5fr 40px
  }

  .furqan-about-grid {
    gap: 5vw
  }
}

@media(max-width:767px) {
  .agency-hero {
    min-height: 850px;
    padding: 130px 20px 120px;
    align-items: flex-start
  }

  .agency-hero-copy {
    width: 100%
  }

  .agency-label {
    font-size: 8px;
    line-height: 1.5;
    max-width: 300px
  }

  .agency-hero h1 {
    font-size: 58px;
    line-height: .88
  }

  .agency-hero-copy>p:not(.agency-label) {
    font-size: 15px;
    margin-top: 32px
  }

  .agency-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px
  }

  .module-system {
    width: 340px;
    right: -180px;
    top: 57%;
    opacity: .24
  }

  .module {
    display: none
  }

  .clarity-strip {
    min-height: 115px;
    gap: 14px;
    padding: 20px;
    font-size: 28px
  }

  .service-stage {
    min-height: 0
  }

  .service-tabs {
    grid-template-columns: 1fr 1fr
  }

  .service-tabs button {
    height: 70px
  }

  .service-tabs button:last-child {
    grid-column: 1/-1
  }

  .service-panel {
    padding: 40px 20px;
    min-height: 650px
  }

  .service-panel h3 {
    font-size: 65px
  }

  .service-panel>div {
    grid-template-columns: 1fr
  }

  .service-panel figure {
    opacity: .35
  }

  .solution-list article {
    grid-template-columns: 35px 1fr 35px;
    gap: 12px;
    padding: 30px 0
  }

  .solution-list h3 {
    font-size: 25px
  }

  .solution-list p {
    grid-column: 2/4;
    margin: 0
  }

  .assistant-demo {
    gap: 45px
  }

  .assistant-window {
    min-height: 600px
  }

  .assistant-chat {
    padding: 25px 15px
  }

  .quick-options {
    grid-template-columns: 1fr
  }

  .furqan-about-grid {
    grid-template-columns: 1fr
  }

  .giant-f {
    min-height: 400px
  }

  .furqan-about-grid>div:last-child>p:first-child {
    font-size: 33px
  }

  .furqan-about-grid ul {
    grid-template-columns: 1fr
  }

  .reason-stack article {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding: 30px 0
  }

  .reason-stack p {
    grid-column: 2
  }

  .journey-nav {
    grid-template-columns: 1fr;
    margin: 20px 0
  }

  .journey-nav:before {
    left: 7px;
    right: auto;
    top: 25px;
    bottom: 25px;
    width: 1px;
    height: auto
  }

  .journey-nav button {
    text-align: left;
    padding: 13px 0 13px 35px
  }

  .journey-nav button span {
    left: 0;
    top: 13px
  }

  .journey-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 35px
  }

  .faq-list summary {
    grid-template-columns: 40px 1fr 20px;
    min-height: 80px
  }

  .faq-list summary strong {
    font-size: 14px
  }

  .faq-list details>p {
    margin: 0 15px 25px 40px
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-manrope), "Avenir Next", sans-serif;
  font-weight: 450;
  letter-spacing: -.012em;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--blue);
  color: #061222;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--bg);
  padding: 11px 16px;
  border-radius: 4px;
  transition: transform .2s;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.section-shell {
  padding: 150px max(5vw, 24px);
}

.section-intro {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 28px;
  margin-bottom: 88px;
}

.section-intro>div {
  max-width: 900px;
}

.section-label {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b9bbc2;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-weight: 600;
}

.section-label>span {
  width: 24px;
  height: 1px;
  background: currentColor;
}

h2 {
  margin: 0;
  font-size: clamp(45px, 6.2vw, 94px);
  line-height: .97;
  letter-spacing: -.065em;
  font-weight: 560;
}

h2 em {
  color: var(--muted);
  font-style: normal;
  font-weight: 430;
}

.section-intro>div>p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 610px;
  margin: 28px 0 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #050607;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 28px;
  transition: transform .65s var(--ease);
}

.loader-exit {
  transform: translateY(-100%);
}

.loader .brand-mark {
  transform: scale(1.7);
}

.loader-line {
  width: 180px;
  height: 1px;
  background: #24272d;
  overflow: hidden;
}

.loader-line span {
  display: block;
  height: 100%;
  background: var(--ink);
  animation: loader-progress .8s var(--ease) forwards;
}

.loader small {
  color: #727680;
  font-size: 9px;
  letter-spacing: .24em;
}

@keyframes loader-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(4vw, 24px);
  background: color-mix(in srgb, var(--bg), transparent 24%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  transition: height .35s, background .35s, border-color .35s, backdrop-filter .35s;
}

.site-header.scrolled {
  height: 72px;
  background: rgba(8, 9, 11, .83);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}

.logo strong {
  font-size: 17px;
  letter-spacing: -.035em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 700;
}

.brand-mark i {
  display: block;
  height: 27px;
  width: 1px;
  background: #7c8390;
  transform: rotate(28deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px);
}

.desktop-nav a {
  position: relative;
  color: #a6a8af;
  font-size: 12px;
  padding: 8px 0;
  transition: color .2s;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--ink);
  transition: transform .25s var(--ease);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--ink);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  padding: 11px 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  transition: background .2s, color .2s;
}

.header-cta:hover {
  background: var(--ink);
  color: var(--bg);
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 90;
  inset: 0;
  background: #0b0c0f;
  padding: 110px 24px 30px;
  transform: translateY(-100%);
  transition: transform .65s var(--ease), visibility .65s;
}

.mobile-menu.open {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px max(5vw, 24px) 112px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at 70% 45%, #000 0, transparent 67%);
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--bg) 0%, transparent 48%, rgba(8, 9, 11, .1) 100%);
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(1200px, 78vw);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c7c8ce;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 10px;
  margin: 0 0 37px;
  opacity: 0;
  transform: translateY(15px);
  transition: .55s .1s var(--ease);
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--blue);
}

.hero h1 {
  margin: 0;
  max-width: 1160px;
  font-size: clamp(56px, 8.7vw, 150px);
  line-height: .84;
  letter-spacing: -.078em;
  font-weight: 560;
}

.hero h1>span {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(105%);
  transition: opacity .8s, transform .9s var(--ease);
}

.hero h1>span:nth-child(2) {
  transition-delay: .09s;
}

.hero h1 em {
  color: #858994;
  font-style: normal;
  font-weight: 420;
}

.hero-bottom {
  width: min(920px, 70vw);
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: end;
  opacity: 0;
  transform: translateY(18px);
  transition: .7s .35s var(--ease);
}

.hero-bottom>p {
  margin: 0;
  color: #b2b4bb;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.button-primary {
  background: var(--ink);
  color: var(--bg);
}

.button-primary:hover {
  background: var(--blue);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d2d4da;
  font-size: 12px;
  white-space: nowrap;
}

.text-link:hover {
  color: var(--blue);
}

.hero-loaded .eyebrow,
.hero-loaded .hero-bottom {
  opacity: 1;
  transform: translateY(0);
}

.hero-loaded h1>span {
  opacity: 1;
  transform: translateY(0);
}

.hero-system {
  position: absolute;
  z-index: 2;
  width: min(42vw, 650px);
  aspect-ratio: 1;
  right: -4%;
  top: 22%;
  transform: translate(var(--px, 0), var(--py, 0));
  opacity: .63;
  transition: transform .18s ease-out;
}

.system-axis {
  position: absolute;
  top: 50%;
  left: 6%;
  width: 88%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.axis-b {
  transform: rotate(90deg);
}

.system-ring {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(112, 167, 255, .45);
  border-radius: 50%;
  animation: orbit-spin 20s linear infinite;
}

.system-ring::before,
.system-ring::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  top: 15%;
  left: 16%;
  box-shadow: 0 0 16px var(--blue);
}

.system-ring::after {
  top: auto;
  left: auto;
  right: 9%;
  bottom: 25%;
  width: 3px;
  height: 3px;
  background: var(--cyan);
}

.ring-two {
  inset: 31%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, .28);
  animation-direction: reverse;
  animation-duration: 15s;
}

.system-core {
  position: absolute;
  inset: 39%;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 5px;
  background: #0f1218;
  border: 1px solid rgba(255, 255, 255, .27);
  transform: rotate(45deg);
  box-shadow: 0 0 80px rgba(59, 130, 246, .14);
}

.system-core>* {
  transform: rotate(-45deg);
}

.system-core span {
  font: 8px var(--font-geist-mono);
  color: #777f8c;
  letter-spacing: .15em;
}

.system-core i {
  width: 38px;
  height: 1px;
  background: var(--blue);
}

.system-core strong {
  font-size: 10px;
  letter-spacing: .12em;
}

.system-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  font: 9px var(--font-geist-mono);
  color: #9ea4ad;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.system-node i {
  width: 6px;
  height: 6px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
}

.n1 {
  top: 9%;
  left: 43%;
}

.n2 {
  top: 48%;
  right: 2%;
}

.n3 {
  bottom: 7%;
  left: 46%;
}

.n4 {
  top: 48%;
  left: 0;
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.hero-meta {
  position: absolute;
  z-index: 5;
  left: max(5vw, 24px);
  right: max(5vw, 24px);
  bottom: 27px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 30px;
  color: #858994;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.hero-meta p {
  margin: 0;
}

.hero-meta p:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c0c3c9;
}

.hero-meta p:first-child i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67d99a;
  box-shadow: 0 0 9px rgba(103, 217, 154, .6);
}

.hero-trust {
  text-align: right;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  right: max(5vw, 24px);
  bottom: 55px;
  display: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 max(5vw, 24px);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.trust-strip p {
  min-height: 116px;
  margin: 0;
  padding: 27px 24px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #c7c9cf;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.trust-strip p:last-child {
  border-right: 1px solid var(--line);
}

.trust-strip span {
  font: 9px var(--font-geist-mono);
  color: #61656e;
}

.work {
  background: #0b0d10;
}

.project-list {
  display: flex;
  flex-direction: column;
}

.project {
  position: relative;
  min-height: 730px;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 5vw;
  padding: 88px 0;
  border-top: 1px solid var(--line);
}

.project:last-child {
  border-bottom: 1px solid var(--line);
}

.project:nth-child(even) {
  grid-template-columns: 8fr 4fr;
}

.project:nth-child(even) .project-info {
  order: 2;
}

.project-info {
  align-self: center;
}

.project-kicker {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 55px;
}

.project-kicker>span {
  font: 11px var(--font-geist-mono);
  color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  padding: 8px;
}

.project-kicker p {
  margin: 3px 0 0;
  color: #92969f;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: .12em;
}

.project h3 {
  margin: 0;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .92;
  letter-spacing: -.065em;
}

.project-challenge {
  max-width: 470px;
  color: #b3b6bd;
  font-size: 16px;
  line-height: 1.65;
  margin: 30px 0;
}

.project ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  color: #858a94;
  font-size: 12px;
}

.project li::before {
  content: "↳";
  color: var(--accent);
  margin-right: 7px;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.project-tech span,
.detail-tech span {
  border: 1px solid var(--line);
  padding: 7px 9px;
  color: #9da1aa;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.project-links {
  margin-top: 37px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.project-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid #565a63;
  padding-bottom: 8px;
}

.project-links a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.project-media {
  min-width: 0;
  align-self: center;
}

.project-visual {
  position: relative;
  aspect-ratio: 1.32;
  padding: 16px;
  background: #e6e8ea;
  color: #0d1117;
  overflow: hidden;
  transition: transform .6s var(--ease);
}

.project-media:hover .project-visual {
  transform: scale(.985);
}

.visual-rose {
  background: #f5d8df;
}

.visual-mint {
  background: #d8efe7;
}

.visual-violet {
  background: #e3d8ed;
}

.visual-amber {
  background: #f1dfc7;
}

.visual-topline,
.visual-footer {
  height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font: 8px var(--font-geist-mono);
  letter-spacing: .1em;
}

.visual-footer {
  align-items: end;
}

.visual-canvas {
  height: calc(100% - 56px);
  border: 1px solid rgba(0, 0, 0, .18);
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .08) 1px, transparent 1px);
  background-size: 46px 46px;
}

.visual-rail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  border-right: 1px solid rgba(0, 0, 0, .16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
}

.visual-rail span {
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.visual-copy {
  position: absolute;
  z-index: 2;
  left: 9%;
  bottom: 12%;
}

.visual-copy small {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: .15em;
}

.visual-copy strong {
  display: block;
  font-size: clamp(30px, 4vw, 70px);
  letter-spacing: -.065em;
  line-height: 1;
  margin-top: 7px;
}

.visual-rule {
  height: 1px;
  width: 190px;
  background: currentColor;
  margin: 13px 0;
}

.visual-copy p {
  font: 9px/1.45 var(--font-geist-mono);
  text-transform: uppercase;
  margin: 0;
}

.visual-object {
  position: absolute;
  width: 46%;
  aspect-ratio: 1;
  right: 2%;
  top: 6%;
}

.visual-object .orbit {
  position: absolute;
  inset: 13%;
  border: 1px solid currentColor;
  border-radius: 50%;
  animation: orbit-spin 17s linear infinite;
}

.visual-object .orbit-a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 50%;
  top: 8%;
  left: 17%;
}

.visual-object .orbit-b {
  inset: 29%;
  border-style: dashed;
  animation-direction: reverse;
}

.visual-object .core {
  position: absolute;
  inset: 39%;
  background: #13171d;
  transform: rotate(45deg);
}

.visual-object .node {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  background: inherit;
}

.node-a {
  top: 5%;
  left: 50%;
}

.node-b {
  bottom: 12%;
  right: 5%;
}

.node-c {
  bottom: 8%;
  left: 15%;
}

.all-work-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(22px, 3vw, 42px);
  letter-spacing: -.03em;
}

.all-work-link:hover {
  color: var(--blue);
}

.services {
  background: var(--surface);
}

.services-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-rows {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.service-rows button {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  gap: 10px;
  text-align: left;
  color: #6f747d;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 29px 28px 29px 0;
  cursor: pointer;
  transition: color .25s, padding-left .35s var(--ease), background .25s;
}

.service-rows button:last-child {
  border-bottom: 0;
}

.service-rows button>span {
  font: 9px var(--font-geist-mono);
}

.service-rows strong {
  font-size: clamp(22px, 2.3vw, 35px);
  letter-spacing: -.04em;
  font-weight: 510;
}

.service-rows small {
  grid-column: 2;
  color: #747881;
  font-size: 10px;
  line-height: 1.6;
}

.service-rows button>i {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 250;
  transition: transform .25s;
}

.service-rows button.active {
  color: var(--ink);
  padding-left: 20px;
  background: rgba(255, 255, 255, .025);
}

.service-rows button.active>i {
  transform: rotate(45deg);
  color: var(--blue);
}

.service-detail {
  position: relative;
  min-height: 600px;
  padding: 60px clamp(30px, 5vw, 78px);
  overflow: hidden;
}

.detail-label {
  margin: 0 0 13px;
  font-size: 9px !important;
  color: #6f737c !important;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.service-detail h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 730px;
  font-size: clamp(28px, 3.1vw, 50px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin-top: 70px;
}

.detail-grid p {
  color: #a6a9b0;
  font-size: 14px;
  line-height: 1.65;
}

.detail-tech {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 35px;
}

.service-diagram {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: -80px;
  border: 1px solid rgba(112, 167, 255, .25);
  border-radius: 50%;
}

.service-diagram i {
  position: absolute;
  inset: 22%;
  border: 1px dashed rgba(112, 167, 255, .24);
  border-radius: 50%;
}

.service-diagram i:nth-child(2) {
  inset: 40%
}

.service-diagram i:nth-child(3) {
  inset: 48%;
  background: var(--blue)
}

.service-diagram span {
  position: absolute;
  top: 30%;
  left: 15%;
  color: #70747c;
  font: 10px var(--font-geist-mono);
}

.technology {
  background: #0b0d10;
}

.technology-head {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 28px;
}

.technology-head h2 {
  font-size: clamp(45px, 6.7vw, 100px);
}

.tech-map {
  margin-top: 90px;
  border-top: 1px solid var(--line);
}

.tech-group {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 28px;
  padding: 33px 0;
  border-bottom: 1px solid var(--line);
}

.tech-group>p {
  margin: 7px 0 0;
  color: #a2a5ad;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.tech-group>p span {
  display: inline-block;
  width: 45px;
  color: #525760;
  font: 9px var(--font-geist-mono);
}

.tech-group>div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-node {
  padding: 11px 15px;
  border: 1px solid var(--line);
  color: #c6c8ce;
  font-size: 13px;
  transition: background .2s, border-color .2s, transform .2s;
}

.tech-node:hover,
.tech-node:focus-visible {
  background: var(--surface-2);
  border-color: #5b6069;
  transform: translateY(-2px);
}

.about {
  background: #dbddd9;
  color: #0c0e11;
}

.about .section-label {
  color: #4d5259;
}

.about-statement {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 28px;
}

.about-statement h2 {
  font-size: clamp(46px, 7.2vw, 108px);
}

.about-statement h2 em {
  color: #74787e;
}

.about-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 9vw;
  align-items: end;
  margin-top: 110px;
}

.about-visual {
  min-height: 560px;
  position: relative;
  background: #15191e;
  color: #f2f1ed;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.about-visual::before,
.about-visual::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #596069;
  transform: rotate(42deg);
}

.about-visual::after {
  transform: rotate(-42deg)
}

.about-visual .brand-mark {
  z-index: 2;
  transform: scale(4);
}

.about-visual>span {
  position: absolute;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em;
}

.about-visual>span:nth-of-type(1) {
  left: 22px;
  top: 22px
}

.about-visual>span:nth-of-type(2) {
  right: 22px;
  bottom: 22px
}

.about-visual>i {
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid #4a515a;
  border-radius: 50%;
}

.about-visual>p {
  position: absolute;
  left: 22px;
  bottom: 22px;
  margin: 0;
  font: 9px/1.5 var(--font-geist-mono);
  color: #8e949d;
}

.about-copy>p {
  max-width: 660px;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.42;
  letter-spacing: -.025em;
  margin: 0 0 30px;
}

.about-copy>p+p {
  font-size: 16px;
  color: #5c6167;
  max-width: 550px;
}

.about-copy dl {
  margin: 65px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.about-copy dl>div {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.about-copy dt {
  font: 28px var(--font-geist-mono);
}

.about-copy dd {
  margin: 0;
  color: #565a61;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.process {
  background: var(--surface);
}

.process-layout {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 28px;
  border-top: 1px solid var(--line);
}

.process-index {
  position: relative;
  padding-top: 35px;
  min-height: 670px;
  border-right: 1px solid var(--line);
}

.process-index strong {
  font: clamp(70px, 10vw, 150px) var(--font-geist-mono);
  letter-spacing: -.09em;
}

.process-index span {
  color: #636872;
  font: 10px var(--font-geist-mono);
}

.process-index>i {
  position: absolute;
  top: 190px;
  bottom: 0;
  right: -1px;
  width: 2px;
  transform-origin: top;
  background: var(--blue);
  transition: transform .5s var(--ease);
}

.process-steps button {
  width: 100%;
  min-height: 108px;
  display: grid;
  grid-template-columns: 55px 1fr 1.4fr 30px;
  gap: 25px;
  align-items: center;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: #6f737c;
  text-align: left;
  cursor: pointer;
  transition: color .25s, padding .3s var(--ease);
}

.process-steps button>span {
  font: 9px var(--font-geist-mono);
}

.process-steps h3 {
  font-size: 28px;
  font-weight: 480;
  letter-spacing: -.035em;
  margin: 0;
}

.process-steps p {
  color: #7c8089;
  font-size: 13px;
  line-height: 1.55;
  max-width: 440px;
}

.process-steps button>i {
  font-style: normal;
}

.process-steps button.active {
  color: var(--ink);
  padding-left: 18px;
}

.process-steps button.active p {
  color: #b1b4bb;
}

.process-steps button.active>i {
  color: var(--blue);
}

.testimonial {
  background: #101216;
  border-top: 1px solid var(--line);
}

.quote-mark {
  color: var(--blue);
  font: 120px/1 Georgia, serif;
}

.testimonial blockquote {
  margin: -10px 0 70px;
  max-width: 1180px;
  font-size: clamp(35px, 5.3vw, 80px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.testimonial-meta {
  display: grid;
  grid-template-columns: 2fr 6fr 4fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  align-items: start;
}

.testimonial-meta>div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.testimonial-meta strong {
  font: 12px var(--font-geist-mono);
}

.testimonial-meta span {
  color: #f1c760;
  letter-spacing: .15em;
  font-size: 11px;
}

.testimonial-meta p {
  margin: 0;
  color: #c3c5cb;
  font-size: 13px;
  line-height: 1.7;
}

.testimonial-meta small {
  color: #747983;
}

.testimonial-meta a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.why {
  background: #d7d9d5;
  color: #0d1013;
}

.why .section-label {
  color: #5c6067;
}

.why-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 9vw;
}

.why h2 {
  font-size: clamp(42px, 5vw, 72px);
}

.why ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.why li {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-size: 17px;
}

.why li span {
  color: #777b80;
  font: 9px var(--font-geist-mono);
}

.insights {
  background: #0a0c0f;
}

.insight-list {
  border-top: 1px solid var(--line);
}

.insight-list article {
  display: grid;
  grid-template-columns: 2fr 6fr 3fr 1fr;
  gap: 25px;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  transition: padding .3s var(--ease), background .3s;
}

.insight-list article:hover {
  padding-left: 16px;
  background: rgba(255, 255, 255, .02);
}

.insight-list span {
  color: #727780;
  font: 9px var(--font-geist-mono);
}

.insight-list h3 {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 480;
}

.insight-list p {
  margin: 0;
  color: #858a93;
  font-size: 13px;
  line-height: 1.55;
}

.insight-list a {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  text-transform: uppercase;
}

.contact {
  background: #111318;
}

.contact-head {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 28px;
  margin-bottom: 90px;
}

.contact-head h2 {
  max-width: 1000px;
}

.estimator {
  display: grid;
  grid-template-columns: 3fr 9fr;
  border: 1px solid var(--line);
  min-height: 650px;
}

.estimator-side {
  display: flex;
  flex-direction: column;
  padding: 35px;
  border-right: 1px solid var(--line);
}

.estimator-side>p {
  color: #6f747e;
  font: 9px var(--font-geist-mono);
  letter-spacing: .12em;
}

.estimator-side>p strong {
  color: var(--ink);
  font-size: 18px;
}

.progress {
  height: 2px;
  background: #2a2d33;
  margin: 20px 0;
}

.progress span {
  display: block;
  height: 100%;
  background: var(--blue);
  transition: width .35s var(--ease);
}

.estimator-side small {
  color: #777b84;
  font-size: 12px;
  line-height: 1.65;
}

.estimator-contact {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.estimator-side a {
  color: #b8bbc2;
  font-size: 11px;
  border-bottom: 1px solid #42464f;
  padding-bottom: 8px;
}

.estimator form {
  padding: clamp(30px, 5vw, 70px);
  display: flex;
  flex-direction: column;
}

.estimator fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.estimator fieldset[hidden] {
  display: none;
}

.estimator legend {
  margin-bottom: 38px;
  font-size: clamp(27px, 3.4vw, 48px);
  letter-spacing: -.04em;
}

.choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-list label {
  min-height: 66px;
  border: 1px solid var(--line);
  padding: 0 18px;
  display: grid;
  grid-template-columns: 35px 1fr 20px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #a3a6ad;
  transition: background .2s, border-color .2s, color .2s;
}

.choice-list label:hover {
  background: rgba(255, 255, 255, .025);
}

.choice-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-list span {
  font: 8px var(--font-geist-mono);
  color: #5e636d;
}

.choice-list strong {
  font-size: 13px;
  font-weight: 450;
}

.choice-list i {
  font-style: normal;
}

.choice-list label:has(input:checked) {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

.choice-list label:has(input:focus-visible) {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.form-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 35px;
}

.form-controls button {
  min-height: 48px;
  border: 1px solid var(--line);
  padding: 0 18px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.form-controls .form-next {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

.form-controls button:disabled {
  opacity: .6;
  cursor: wait;
}

.form-error,
.form-fallback {
  color: #ff9c9c;
  font-size: 12px;
  line-height: 1.5;
}

.privacy-note {
  color: #656a73;
  font-size: 10px;
  line-height: 1.55;
  text-align: right;
}

.contact-fields:not([hidden]) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contact-fields legend {
  grid-column: 1 / -1;
}

.contact-fields label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-fields label>span {
  color: #858a93;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.contact-fields input,
.contact-fields textarea {
  width: 100%;
  color: var(--ink);
  background: #0e1014;
  border: 1px solid var(--line);
  padding: 13px;
  resize: vertical;
}

.contact-fields .wide {
  grid-column: 1 / -1;
}

.honeypot {
  position: absolute !important;
  left: -10000px;
}

.form-success {
  align-self: center;
  padding: clamp(40px, 6vw, 90px);
}

.form-success>span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #65d79a;
  color: #65d79a;
  border-radius: 50%;
}

.form-success h3 {
  max-width: 650px;
  font-size: clamp(35px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 40px 0 25px;
}

.form-success p {
  max-width: 560px;
  color: #9da1a9;
  line-height: 1.65;
}

.faq {
  background: #0b0d10;
}

.faq-list {
  max-width: 1100px;
  margin-left: auto;
  border-top: 1px solid var(--line);
}

.faq-list>div {
  border-bottom: 1px solid var(--line);
}

.faq-list button {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 55px 1fr 25px;
  gap: 15px;
  align-items: center;
  text-align: left;
  color: var(--ink);
  background: none;
  border: 0;
  cursor: pointer;
}

.faq-list button span {
  color: #626771;
  font: 9px var(--font-geist-mono);
}

.faq-list button strong {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 460;
  letter-spacing: -.02em;
}

.faq-list button i {
  font-style: normal;
  font-size: 22px;
  transition: transform .25s;
}

.faq-list .open button i {
  transform: rotate(45deg);
  color: var(--blue);
}

.faq-list p {
  max-width: 720px;
  margin: 0 35px 28px 70px;
  color: #999da5;
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #101319;
  text-align: center;
}

.cta-grid {
  opacity: .4;
  mask-image: radial-gradient(circle at center, #000, transparent 65%);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta .section-label {
  margin: 0 0 35px;
}

.final-cta h2 {
  font-size: clamp(50px, 8vw, 120px);
}

.final-cta-inner>p:not(.section-label) {
  max-width: 610px;
  color: #a0a4ac;
  font-size: 16px;
  line-height: 1.65;
  margin: 35px 0;
}

.final-cta-inner>div {
  display: flex;
  align-items: center;
  gap: 30px;
}

footer {
  padding: 46px max(5vw, 24px) 30px;
  background: #050607;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 36px;
}

.footer-brand>p {
  margin: 0;
  max-width: 720px;
  font-size: clamp(30px, 4.5vw, 66px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 38px 0 60px;
}

.footer-links>div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-links p {
  color: #5f646d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 0 0 10px;
}

.footer-links a {
  color: #a7aab1;
  font-size: 12px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  color: #5f646d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-bottom p:nth-child(2) {
  text-align: center
}

.footer-bottom>div {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.custom-cursor {
  position: fixed;
  z-index: 500;
  left: var(--cx, -100px);
  top: var(--cy, -100px);
  width: 12px;
  height: 12px;
  margin: -6px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  pointer-events: none;
  transition: width .25s var(--ease), height .25s var(--ease), margin .25s var(--ease), background .25s;
  mix-blend-mode: difference;
}

.custom-cursor span {
  display: none;
}

.cursor-view:hover~.custom-cursor {
  width: 70px;
  height: 70px;
  margin: -35px;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    justify-self: end;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 11px;
  }

  .menu-toggle span {
    display: block;
    height: 1px;
    background: var(--ink);
    transition: transform .25s;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg)
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg)
  }

  .mobile-menu>p {
    color: #626771;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .15em;
  }

  .mobile-menu nav {
    border-top: 1px solid var(--line);
  }

  .mobile-menu nav a {
    min-height: 68px;
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 30px;
    letter-spacing: -.04em;
  }

  .mobile-menu nav a span {
    font: 9px var(--font-geist-mono);
    color: #656a73
  }

  .mobile-menu-foot {
    position: absolute;
    bottom: 30px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
    color: #777c85;
    font-size: 10px;
    text-transform: uppercase
  }

  .hero-content {
    width: 88vw
  }

  .hero-system {
    right: -16%;
    opacity: .45
  }

  .project {
    grid-template-columns: 5fr 7fr;
    gap: 4vw
  }

  .project:nth-child(even) {
    grid-template-columns: 7fr 5fr
  }

  .section-intro,
  .technology-head,
  .about-statement,
  .contact-head {
    grid-template-columns: 2fr 10fr
  }

  .services-layout {
    grid-template-columns: 1fr
  }

  .service-rows {
    border-right: 0
  }

  .service-detail {
    min-height: 520px
  }

  .about-layout {
    gap: 5vw
  }

  .process-layout {
    grid-template-columns: 2fr 10fr
  }

  .insight-list article {
    grid-template-columns: 1.5fr 6fr 3.5fr
  }

  .insight-list a {
    display: none
  }

  .estimator {
    grid-template-columns: 2.5fr 9.5fr
  }

}

@media (max-width: 767px) {
  .section-shell {
    padding: 100px 20px
  }

  .section-intro,
  .technology-head,
  .about-statement,
  .contact-head {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 55px
  }

  .section-label {
    margin-top: 0
  }

  h2 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: .98
  }

  .section-intro>div>p {
    font-size: 15px
  }

  .reveal {
    transform: translateY(18px)
  }

  .site-header {
    height: 72px;
    padding: 0 20px
  }

  .site-header.scrolled {
    height: 62px
  }

  .logo strong {
    font-size: 15px
  }

  .mobile-menu {
    padding-top: 92px
  }

  .mobile-menu nav a {
    font-size: 27px
  }

  .mobile-menu-foot {
    flex-direction: column;
    gap: 8px
  }

  .hero {
    min-height: 800px;
    align-items: flex-start;
    padding: 135px 20px 110px
  }

  .hero-grid {
    background-size: 48px 48px;
    mask-image: linear-gradient(#000, transparent 72%)
  }

  .hero-content {
    width: 100%
  }

  .eyebrow {
    font-size: 8px;
    margin-bottom: 28px;
    white-space: nowrap
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 74px);
    line-height: .9
  }

  .hero h1>span {
    display: inline
  }

  .hero-bottom {
    width: 100%;
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 30px
  }

  .hero-bottom>p {
    font-size: 15px;
    max-width: 500px
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 20px
  }

  .button {
    min-height: 50px
  }

  .hero-system {
    width: 360px;
    right: -110px;
    top: 51%;
    opacity: .28
  }

  .system-node {
    display: none
  }

  .hero-meta {
    grid-template-columns: 1fr;
    gap: 8px;
    bottom: 23px;
    font-size: 8px
  }

  .hero-meta p:nth-child(2),
  .hero-trust {
    display: none
  }

  .trust-strip {
    grid-template-columns: 1fr;
    padding: 0 20px
  }

  .trust-strip p {
    min-height: 65px;
    border-left: 0;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line)
  }

  .trust-strip p:last-child {
    border-right: 0;
    border-bottom: 0
  }

  .project {
    min-height: 0;
    grid-template-columns: 1fr !important;
    gap: 45px;
    padding: 65px 0
  }

  .project:nth-child(even) .project-info {
    order: 0
  }

  .project-kicker {
    margin-bottom: 30px
  }

  .project h3 {
    font-size: 52px
  }

  .project-challenge {
    font-size: 15px
  }

  .project ul {
    grid-template-columns: 1fr 1fr;
    font-size: 11px
  }

  .project-media {
    order: -1
  }

  .project:nth-child(even) .project-media {
    order: -1
  }

  .project-links {
    gap: 16px
  }

  .project-visual {
    aspect-ratio: .92;
    padding: 12px
  }

  .visual-topline,
  .visual-footer {
    font-size: 7px
  }

  .visual-canvas {
    height: calc(100% - 56px)
  }

  .visual-object {
    width: 70%;
    right: -15%;
    top: 7%
  }

  .visual-copy {
    left: 13%;
    bottom: 11%
  }

  .visual-copy strong {
    font-size: 44px;
    max-width: 280px
  }

  .visual-rule {
    width: 130px
  }

  .all-work-link {
    font-size: 24px
  }

  .services-layout {
    display: block
  }

  .service-rows button {
    grid-template-columns: 35px 1fr 25px;
    padding: 23px 8px 23px 0
  }

  .service-rows button.active {
    padding-left: 10px
  }

  .service-rows strong {
    font-size: 24px
  }

  .service-detail {
    min-height: 620px;
    padding: 42px 15px
  }

  .service-detail h3 {
    font-size: 30px
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 45px
  }

  .detail-grid p {
    font-size: 13px
  }

  .service-diagram {
    width: 180px;
    height: 180px
  }

  .tech-map {
    margin-top: 55px
  }

  .tech-group {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 27px 0
  }

  .tech-node {
    font-size: 11px;
    padding: 9px 11px
  }

  .about {
    padding-top: 100px
  }

  .about-layout {
    grid-template-columns: 1fr;
    margin-top: 60px
  }

  .about-visual {
    min-height: 420px
  }

  .about-copy>p {
    font-size: 22px
  }

  .about-copy>p+p {
    font-size: 14px
  }

  .about-copy dl {
    margin-top: 45px
  }

  .about-copy dl>div {
    grid-template-columns: 65px 1fr
  }

  .about-copy dt {
    font-size: 22px
  }

  .process-layout {
    grid-template-columns: 1fr
  }

  .process-index {
    display: none
  }

  .process-steps button {
    min-height: 0;
    grid-template-columns: 35px 1fr 24px;
    padding: 24px 0
  }

  .process-steps h3 {
    font-size: 23px
  }

  .process-steps p {
    display: none;
    grid-column: 2;
    font-size: 13px
  }

  .process-steps button>i {
    grid-column: 3;
    grid-row: 1
  }

  .process-steps button.active {
    padding-left: 8px
  }

  .process-steps button.active p {
    display: block
  }

  .testimonial {
    padding-top: 85px
  }

  .quote-mark {
    font-size: 80px
  }

  .testimonial blockquote {
    font-size: 35px;
    margin-bottom: 50px
  }

  .testimonial-meta {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .testimonial-meta a {
    justify-self: start
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .why h2 {
    font-size: 42px
  }

  .why li {
    font-size: 14px;
    grid-template-columns: 45px 1fr
  }

  .insight-list article {
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 14px
  }

  .insight-list h3 {
    font-size: 26px
  }

  .insight-list p {
    font-size: 12px
  }

  .insight-list a {
    display: flex;
    justify-content: flex-start
  }

  .estimator {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .estimator-side {
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .estimator-contact {
    margin-top: 22px
  }

  .estimator form {
    padding: 32px 20px;
    min-height: 570px
  }

  .estimator legend {
    font-size: 31px
  }

  .choice-list {
    grid-template-columns: 1fr
  }

  .choice-list label {
    min-height: 56px
  }

  .contact-fields {
    grid-template-columns: 1fr !important
  }

  .contact-fields .wide,
  .contact-fields legend {
    grid-column: auto
  }

  .form-controls {
    margin-top: auto
  }

  .privacy-note {
    text-align: left
  }

  .form-success {
    padding: 40px 25px
  }

  .faq-list {
    margin: 0
  }

  .faq-list button {
    grid-template-columns: 35px 1fr 20px;
    min-height: 75px
  }

  .faq-list button strong {
    font-size: 15px
  }

  .faq-list p {
    margin-left: 50px;
    margin-right: 10px
  }

  .final-cta {
    min-height: 650px;
    text-align: left;
    place-items: center start
  }

  .final-cta-inner {
    align-items: flex-start
  }

  .final-cta h2 {
    font-size: 54px
  }

  .final-cta-inner>div {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px
  }

  footer {
    padding: 65px 20px 25px
  }

  .footer-brand {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .footer-brand>p {
    font-size: 34px
  }

  .footer-links {
    margin-left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 45px
  }

  .footer-links>div:nth-child(2) {
    display: none
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .footer-bottom p {
    margin: 0 !important;
    text-align: left !important
  }

  .footer-bottom>div {
    justify-content: flex-start;
    flex-wrap: wrap
  }

  .custom-cursor {
    display: none
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }

  .custom-cursor {
    display: none
  }

  .hero-system {
    transform: none
  }
}

/* Inner routes */
.inner-header {
  height: 82px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5vw, 24px);
  border-bottom: 1px solid var(--line);
  background: #08090b;
}

.inner-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.inner-logo span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #525760;
  font: 9px var(--font-geist-mono);
}

.inner-logo strong {
  font-size: 15px;
}

.inner-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.inner-header nav a {
  color: #a1a5ad;
  font-size: 11px;
}

.inner-header nav a:last-child {
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 10px 13px;
}

.inner-header nav a:hover {
  color: var(--blue);
}

.inner-main {
  min-height: 75vh;
  background: #0a0c0f;
}

.inner-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding: 25px max(5vw, 24px);
  background: #050607;
  border-top: 1px solid var(--line);
  color: #727781;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.inner-footer a {
  color: #c6c8ce;
}

.archive-hero {
  min-height: 77vh;
  padding: 100px max(5vw, 24px) 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.archive-hero::after {
  content: "";
  position: absolute;
  width: 44vw;
  aspect-ratio: 1;
  border: 1px solid #20252d;
  border-radius: 50%;
  right: -9vw;
  top: -12vw;
  box-shadow: 0 0 0 7vw rgba(255, 255, 255, .012), 0 0 0 14vw rgba(255, 255, 255, .009);
}

.archive-hero>* {
  position: relative;
  z-index: 2;
}

.archive-hero>p {
  color: #767b85;
  font: 9px var(--font-geist-mono);
  letter-spacing: .15em;
}

.archive-hero h1 {
  margin: 30px 0;
  max-width: 1200px;
  font-size: clamp(62px, 10vw, 155px);
  line-height: .84;
  letter-spacing: -.075em;
  font-weight: 560;
}

.archive-hero h1 em {
  color: #7d818b;
  font-style: normal;
  font-weight: 420;
}

.archive-hero>span {
  display: block;
  max-width: 650px;
  color: #a5a8b0;
  font-size: 16px;
  line-height: 1.65;
}

.archive-list {
  padding: 0 max(5vw, 24px);
}

.archive-list article {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1.2fr 3.5fr 3fr 1fr;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: background .25s, padding .35s var(--ease);
}

.archive-list article:hover {
  background: rgba(255, 255, 255, .018);
  padding: 0 18px;
}

.archive-list article>div {
  display: flex;
  gap: 22px;
}

.archive-list article>div>span {
  color: var(--accent);
  font: 10px var(--font-geist-mono);
}

.archive-list article>div p {
  margin: 0;
  color: #767b85;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.6;
}

.archive-list h2 {
  font-size: clamp(32px, 4vw, 60px);
}

.archive-list article>p {
  color: #92969f;
  font-size: 13px;
  line-height: 1.6;
}

.archive-list article>a {
  justify-self: end;
  font-size: 10px;
  text-transform: uppercase;
  color: #c3c5cb;
}

.inner-cta {
  min-height: 520px;
  padding: 100px max(5vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #d8dad6;
  color: #0b0e11;
}

.inner-cta>p {
  color: #5f646a;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .13em;
}

.inner-cta h2 {
  max-width: 1000px;
  margin: 25px 0 40px;
}

.inner-cta a {
  border-bottom: 1px solid #555a60;
  padding-bottom: 9px;
  font-size: 12px;
  text-transform: uppercase;
}

.case-study {
  --case-accent: var(--accent);
}

.case-hero {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 90px max(5vw, 24px) 70px;
  border-bottom: 1px solid var(--line);
}

.case-meta {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}

.case-meta span {
  color: var(--case-accent);
  font: 10px var(--font-geist-mono);
}

.case-meta p {
  margin: 0;
  color: #777c85;
  font-size: 9px;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.case-hero h1 {
  margin: 50px 0 25px;
  font-size: clamp(75px, 13.5vw, 205px);
  line-height: .75;
  letter-spacing: -.085em;
  font-weight: 560;
}

.case-hero>p {
  max-width: 720px;
  color: #b0b3ba;
  font-size: 18px;
  line-height: 1.55;
}

.case-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
}

.case-facts dl {
  margin: 0;
  padding: 22px 20px 0 0;
  border-right: 1px solid var(--line);
}

.case-facts dt {
  color: #626771;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.case-facts dd {
  margin: 11px 0 0;
  color: #c0c3c9;
  font-size: 11px;
  line-height: 1.5;
}

.case-art {
  position: relative;
  height: min(80vw, 900px);
  margin: 0;
  overflow: hidden;
  background: #d8e3f0;
  color: #0c1117;
}

.case-art-rose {
  background: #f1d6dc
}

.case-art-mint {
  background: #d5eae2
}

.case-art-violet {
  background: #dfd5e8
}

.case-art-amber {
  background: #edddc7
}

.case-art-cyan {
  background: #ccebed
}

.case-art-indigo {
  background: #d8d9f1
}

.case-art-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .09) 1px, transparent 1px);
  background-size: 70px 70px;
}

.case-art>span {
  position: absolute;
  left: 5vw;
  top: 5vw;
  font: 10px var(--font-geist-mono);
  border: 1px solid rgba(0, 0, 0, .4);
  padding: 8px;
}

.case-art h2 {
  position: absolute;
  z-index: 2;
  left: 5vw;
  bottom: 5vw;
  font-size: clamp(60px, 11vw, 165px);
}

.case-art h2 em {
  color: #5d6670;
}

.case-art>small {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  font: 9px var(--font-geist-mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.case-art-orbit {
  position: absolute;
  width: 46vw;
  aspect-ratio: 1;
  right: 3vw;
  top: 6vw;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  animation: orbit-spin 28s linear infinite;
}

.case-art-orbit i {
  position: absolute;
  inset: 18%;
  border: 1px dashed rgba(0, 0, 0, .45);
  border-radius: 50%;
}

.case-art-orbit i:nth-child(2) {
  inset: 39%;
  background: #15191f;
  border: 0
}

.case-art-orbit strong {
  position: absolute;
  inset: 44%;
  display: grid;
  place-items: center;
  color: #fff;
  font: 12px var(--font-geist-mono);
  transform: rotate(0);
}

.case-narrative {
  padding: 140px max(5vw, 24px);
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 6vw;
}

.case-narrative aside {
  align-self: start;
  position: sticky;
  top: 110px;
}

.case-narrative aside>p,
.case-narrative section>p:first-child {
  color: #666b74;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.case-narrative aside>span {
  display: block;
  max-width: 280px;
  color: #9397a0;
  font-size: 12px;
  line-height: 1.65;
  margin: 23px 0;
}

.case-narrative aside a {
  color: var(--case-accent);
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
}

.case-narrative section {
  padding: 0 0 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid var(--line);
}

.case-narrative section:last-child {
  margin-bottom: 0;
}

.case-narrative section h2 {
  font-size: clamp(38px, 5.5vw, 82px);
  line-height: 1.04;
}

.case-narrative section>p:not(:first-child) {
  max-width: 730px;
  color: #9ea2aa;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 30px;
}

.case-narrative ul {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.case-narrative li {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  color: #c6c8ce;
  font-size: 13px;
}

.case-narrative li:nth-child(odd) {
  border-right: 1px solid var(--line)
}

.case-narrative li span {
  color: var(--case-accent)
}

.case-placeholder {
  margin-top: 45px;
  border: 1px solid var(--line);
  padding: 30px;
}

.case-placeholder span {
  color: #686d76;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em
}

.case-placeholder p {
  max-width: 600px;
  color: #969aa2;
  line-height: 1.65
}

.next-project {
  padding: 110px max(5vw, 24px);
  background: #12151a;
  border-top: 1px solid var(--line);
}

.next-project>p {
  color: #666b74;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em;
}

.next-project a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 25px 0 40px;
}

.next-project a span {
  font-size: clamp(52px, 9vw, 135px);
  line-height: .9;
  letter-spacing: -.07em;
}

.next-project a i {
  font-style: normal;
  font-size: 45px;
  color: var(--case-accent);
}

.service-page-list {
  padding: 0 max(5vw, 24px);
}

.service-page-list article {
  display: grid;
  grid-template-columns: 1fr 11fr;
  gap: 30px;
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
}

.service-page-list article>span {
  color: var(--blue);
  font: 10px var(--font-geist-mono);
}

.service-page-list h2 {
  font-size: clamp(45px, 7vw, 105px);
}

.service-summary {
  color: #a5a8af;
  font-size: 14px;
  margin: 25px 0 55px;
}

.service-page-list dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin: 0;
}

.service-page-list dt {
  color: #656a73;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 13px;
}

.service-page-list dd {
  margin: 0;
  color: #a2a6ae;
  font-size: 13px;
  line-height: 1.7;
}

.service-tags {
  color: #6d727b;
  font: 9px var(--font-geist-mono);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 45px;
}

.about-page-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 8vw;
  padding: 130px max(5vw, 24px);
  align-items: start;
}

.about-page-mark {
  min-height: 580px;
  position: relative;
  display: grid;
  place-items: center;
  background: #d8dad6;
  color: #0c0e11;
}

.about-page-mark::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.about-page-mark>span {
  position: relative;
  z-index: 2;
  font: clamp(65px, 10vw, 140px) var(--font-geist-mono);
  letter-spacing: -.12em;
}

.about-page-mark>p {
  position: absolute;
  left: 22px;
  bottom: 22px;
  font: 9px/1.5 var(--font-geist-mono);
}

.about-page-grid .large-copy {
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.17;
  letter-spacing: -.04em;
  margin: 0 0 40px;
}

.about-page-grid>div:last-child>p:not(.large-copy) {
  color: #989ca4;
  font-size: 15px;
  line-height: 1.7;
  max-width: 620px;
}

.about-page-grid ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  border-top: 1px solid var(--line);
}

.about-page-grid li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: #c4c6cc;
  font-size: 13px;
}

.about-page-grid li::before {
  content: "↳";
  color: var(--blue);
  margin-right: 13px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 max(5vw, 24px);
}

.contact-page-grid>div {
  min-height: 260px;
  padding: 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-page-grid>div:nth-child(even) {
  border-right: 0
}

.contact-page-grid p {
  color: #666b74;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em;
}

.contact-page-grid a,
.contact-page-grid span {
  font-size: clamp(21px, 3vw, 42px);
  letter-spacing: -.04em;
}

.legal-page {
  padding: 100px max(5vw, 24px) 150px;
}

.legal-page header {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--line);
}

.legal-page header p {
  color: #686d76;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em;
}

.legal-page h1 {
  margin: 0;
  font-size: clamp(62px, 10vw, 145px);
  line-height: .85;
  letter-spacing: -.075em;
}

.legal-page>div {
  max-width: 800px;
  margin: 90px 0 0 25%;
}

.legal-page>div h2 {
  font-size: 30px;
  letter-spacing: -.04em;
  margin: 60px 0 18px;
}

.legal-page>div p {
  color: #9ea2aa;
  font-size: 15px;
  line-height: 1.8;
}

.not-found {
  min-height: 75vh;
  padding: 100px max(5vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.not-found>p {
  color: #686d76;
  font: 9px var(--font-geist-mono);
  letter-spacing: .14em;
}

.not-found h1 {
  max-width: 1050px;
  margin: 25px 0;
  font-size: clamp(58px, 9vw, 135px);
  line-height: .88;
  letter-spacing: -.07em;
}

.not-found>span {
  color: #969aa2;
  font-size: 15px;
}

.not-found>a {
  align-self: flex-start;
  margin-top: 40px;
  border-bottom: 1px solid #646972;
  padding-bottom: 9px;
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .inner-header {
    height: 66px;
    padding: 0 20px
  }

  .inner-header nav a:not(:last-child) {
    display: none
  }

  .inner-header nav a:last-child {
    padding: 9px;
    font-size: 9px
  }

  .inner-footer {
    padding: 24px 20px;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column
  }

  .archive-hero {
    min-height: 68vh;
    padding: 90px 20px 55px
  }

  .archive-hero h1 {
    font-size: 58px;
    line-height: .91
  }

  .archive-hero>span {
    font-size: 14px
  }

  .archive-list {
    padding: 0 20px
  }

  .archive-list article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 50px 0;
    min-height: 0
  }

  .archive-list article:hover {
    padding: 50px 8px
  }

  .archive-list h2 {
    font-size: 43px
  }

  .archive-list article>a {
    justify-self: start
  }

  .inner-cta {
    min-height: 420px;
    padding: 80px 20px
  }

  .inner-cta h2 {
    font-size: 48px
  }

  .case-hero {
    min-height: 68vh;
    padding: 90px 20px 50px
  }

  .case-hero h1 {
    font-size: 70px;
    line-height: .83;
    margin: 36px 0 22px
  }

  .case-hero>p {
    font-size: 15px
  }

  .case-facts {
    grid-template-columns: 1fr;
    margin-top: 45px
  }

  .case-facts dl {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px 0
  }

  .case-art {
    height: 630px
  }

  .case-art-grid {
    background-size: 45px 45px
  }

  .case-art h2 {
    left: 20px;
    bottom: 40px;
    font-size: 60px
  }

  .case-art-orbit {
    width: 88vw;
    right: -23vw;
    top: 60px
  }

  .case-art>small {
    right: 20px;
    bottom: 20px
  }

  .case-narrative {
    padding: 90px 20px;
    grid-template-columns: 1fr
  }

  .case-narrative aside {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 45px
  }

  .case-narrative section {
    padding-bottom: 65px;
    margin-bottom: 65px
  }

  .case-narrative section h2 {
    font-size: 40px
  }

  .case-narrative ul {
    grid-template-columns: 1fr
  }

  .case-narrative li:nth-child(odd) {
    border-right: 0
  }

  .next-project {
    padding: 80px 20px
  }

  .next-project a span {
    font-size: 55px
  }

  .service-page-list {
    padding: 0 20px
  }

  .service-page-list article {
    grid-template-columns: 1fr;
    padding: 70px 0
  }

  .service-page-list h2 {
    font-size: 48px
  }

  .service-page-list dl {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .about-page-grid {
    grid-template-columns: 1fr;
    padding: 80px 20px
  }

  .about-page-mark {
    min-height: 420px
  }

  .about-page-grid .large-copy {
    font-size: 35px
  }

  .contact-page-grid {
    grid-template-columns: 1fr;
    padding: 0 20px
  }

  .contact-page-grid>div {
    min-height: 180px;
    border-right: 0;
    padding: 25px 0
  }

  .contact-page-grid a,
  .contact-page-grid span {
    font-size: 27px
  }

  .legal-page {
    padding: 80px 20px 100px
  }

  .legal-page header {
    grid-template-columns: 1fr;
    padding-bottom: 50px
  }

  .legal-page h1 {
    font-size: 65px
  }

  .legal-page>div {
    margin: 60px 0 0
  }

  .legal-page>div h2 {
    font-size: 27px
  }

  .not-found {
    padding: 80px 20px
  }

  .not-found h1 {
    font-size: 58px
  }
}

/* Light-first agency palette */
:root {
  --ink: #11182b;
  --muted: #626b7b;
  --bg: #f6f1e7;
  --surface: #eef2ff;
  --surface-2: #fffaf1;
  --line: rgba(17, 24, 43, .14);
  --blue: #2454ff;
  --violet: #7658ff;
  --cyan: #148b9e;
  --lime: #5876ff;
  --cobalt: #2454ff;
  --coral: #ff705f;
  --ivory: #f8f3e9;
  --stone: #717887
}

html,
body {
  background: var(--ivory);
  color: var(--ink)
}

::selection {
  background: var(--coral);
  color: #fff
}

:focus-visible {
  outline-color: var(--cobalt)
}

.f-mark {
  border-color: #11182b4d;
  color: var(--cobalt);
  background: #ffffff73
}

.furqan-loader {
  background: var(--ivory);
  color: var(--ink)
}

.furqan-loader>i {
  background: linear-gradient(90deg, var(--cobalt), var(--coral), transparent)
}

.furqan-loader small {
  color: var(--stone)
}

.site-header {
  color: var(--ink)
}

.site-header.scrolled {
  background: #f8f3e9e8;
  border-color: #11182b21;
  box-shadow: 0 10px 35px #2454ff0f
}

.desktop-nav a {
  color: #626b7b
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--cobalt)
}

.desktop-nav a::after {
  background: var(--cobalt)
}

.header-cta.lime {
  background: var(--cobalt) !important;
  border-color: var(--cobalt) !important;
  color: #fff !important
}

.header-cta.lime:hover {
  background: var(--coral) !important;
  border-color: var(--coral) !important
}

.menu-toggle {
  border-color: #11182b2e
}

.menu-toggle span {
  background: var(--ink)
}

.mobile-menu {
  background: var(--ivory);
  color: var(--ink)
}

.mobile-menu nav,
.mobile-menu nav a {
  border-color: #11182b24
}

.mobile-menu nav a span,
.mobile-menu-foot {
  color: #717887
}

.agency-hero {
  background: linear-gradient(135deg, #f8f3e9 0%, #eef2ff 57%, #ffe7df 100%);
  color: var(--ink);
  border-color: #11182b21
}

.agency-hero:after {
  border-color: #2454ff24;
  box-shadow: 0 0 0 9vw #2454ff0d, 0 0 0 18vw #ff705f09
}

.agency-label {
  color: var(--cobalt)
}

.agency-hero h1 em {
  color: var(--cobalt)
}

.agency-hero-copy>p:not(.agency-label) {
  color: #586275
}

.underlink {
  border-color: #11182b59
}

.module-system {
  border-color: #2454ff4d
}

.module-system>i {
  border-color: #ff705f73
}

.module-system>b {
  background: var(--cobalt);
  color: #fff
}

.module {
  background: #fffaf1e8;
  border-color: #11182b2e;
  color: var(--ink);
  box-shadow: 0 12px 30px #2454ff14
}

.module:hover {
  background: var(--coral);
  color: #fff
}

.module span {
  color: var(--cobalt)
}

.hero-meta {
  color: #6d7584
}

.hero-meta p:first-child {
  color: var(--ink)
}

.clarity-strip {
  background: var(--cobalt);
  color: #fff
}

.service-editorial {
  background: #11182b;
  color: #f8f3e9
}

.service-editorial .section-label,
.service-editorial .section-intro>div>p {
  color: #aeb8cc
}

.service-editorial h2 em {
  color: var(--lime)
}

.service-stage,
.service-tabs,
.service-tabs button {
  border-color: #ffffff24
}

.service-tabs button {
  color: #838da2
}

.service-tabs button.active {
  color: #fff;
  background: #ffffff0b
}

.service-panel {
  background: #17213b
}

.service-panel>p:nth-of-type(2),
.service-panel>div span {
  color: #bdc6d7
}

.solutions {
  background: #fffaf1
}

.solution-list article:hover {
  background: #eef2ff
}

.solution-list article:nth-child(3n+1) h3 {
  color: var(--cobalt)
}

.solution-list article:nth-child(3n+2) h3 {
  color: #c84c3e
}

.solution-list article:nth-child(3n) h3 {
  color: #6550cf
}

.assistant-demo {
  background: #eef2ff;
  color: var(--ink)
}

.assistant-copy .section-label {
  color: var(--cobalt)
}

.assistant-copy>p:last-child {
  color: #5f687a
}

.assistant-window {
  background: #11182b;
  border-color: #11182b38;
  color: #fff;
  box-shadow: 0 30px 70px #2454ff24
}

.assistant-top {
  border-color: #ffffff26
}

.assistant-top .f-mark {
  color: var(--lime);
  border-color: #ffffff4d;
  background: transparent
}

.assistant-top i,
.assistant-answer>span {
  color: var(--lime);
  border-color: var(--lime)
}

.assistant-chat>p:first-child {
  background: #1c2947;
  color: #e8ecf5
}

.user-bubble,
.assistant-answer a {
  background: var(--coral);
  color: #fff
}

.quick-options button {
  border-color: #ffffff2b;
  color: #c4ccdb
}

.quick-options button:hover {
  border-color: var(--lime);
  color: var(--lime)
}

.assistant-answer {
  border-color: var(--lime)
}

.process {
  background: #fffaf1;
  color: var(--ink)
}

.process .section-label,
.process .section-intro>div>p {
  color: #6c7482
}

.process h2 em {
  color: var(--cobalt)
}

.process-layout,
.process-index,
.process-steps button {
  border-color: #11182b24
}

.process-index>i {
  background: var(--coral)
}

.process-steps button {
  color: #9299a5
}

.process-steps button.active {
  color: var(--ink)
}

.process-steps button.active p {
  color: #5f6877
}

.process-steps button.active>i {
  color: var(--coral)
}

.furqan-about {
  background: #f7dfd6
}

.giant-f {
  background: var(--cobalt);
  color: #fff
}

.why-furqan {
  background: var(--coral);
  color: #171526
}

.why-furqan .section-label,
.why-furqan .section-intro>div>p,
.reason-stack p {
  color: #59271f
}

.why-furqan h2 em {
  color: #fff7e9
}

.reason-stack,
.reason-stack article {
  border-color: #38181338
}

.reason-stack span {
  color: #fff
}

.journey {
  background: #e8edff;
  color: var(--ink)
}

.journey .section-label,
.journey .section-intro>div>p {
  color: #5c6578
}

.journey h2 em {
  color: var(--cobalt)
}

.journey-nav:before {
  background: #11182b33
}

.journey-nav button {
  color: #7a8291
}

.journey-nav button span {
  border-color: #e8edff;
  background: #9299a8
}

.journey-nav button.active {
  color: var(--ink)
}

.journey-nav button.active span {
  background: var(--cobalt);
  box-shadow: 0 0 0 5px #2454ff1f
}

.journey-card {
  border-color: #11182b26;
  background: #ffffff8c
}

.journey-card p {
  color: #485267
}

.journey-card p span {
  color: var(--cobalt)
}

.journey-card a {
  background: var(--cobalt);
  color: #fff
}

.contact {
  background: #11182b;
  color: #f8f3e9
}

.contact .section-label {
  color: var(--lime)
}

.estimator,
.estimator-side {
  border-color: #ffffff29
}

.estimator-side>p,
.estimator-side small {
  color: #8f9ab0
}

.estimator-side>p strong {
  color: #fff
}

.estimator-side a {
  color: #d5dbea;
  border-color: #ffffff4d
}

.progress {
  background: #273451
}

.progress span {
  background: var(--lime)
}

.choice-list label {
  border-color: #ffffff29;
  color: #c6cedd
}

.choice-list label:hover {
  background: #ffffff0b
}

.choice-list label:has(input:checked) {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff
}

.form-controls button {
  border-color: #ffffff2e;
  color: #fff
}

.form-controls .form-next {
  background: var(--lime);
  border-color: var(--lime);
  color: #11182b
}

.contact-fields input,
.contact-fields textarea {
  background: #17213b;
  border-color: #ffffff29;
  color: #fff
}

.faq {
  background: #fffaf1;
  color: var(--ink)
}

.faq .section-label {
  color: var(--cobalt)
}

.faq h2 em {
  color: var(--coral)
}

.faq-list details,
.faq-list>div,
.faq-list button {
  border-color: #11182b24;
  color: var(--ink)
}

.faq-list details>p,
.faq-list p {
  color: #5f6877
}

.faq-list summary span,
.faq-list button span {
  color: var(--cobalt)
}

.final-cta {
  background: #11182b;
  color: #fff
}

.final-cta .section-label,
.final-cta-inner>p:not(.section-label) {
  color: #d9e1ff
}

.final-cta h2 em {
  color: var(--lime)
}

.final-cta .button.lime {
  background: var(--lime) !important;
  color: #fff !important
}

.final-cta .text-link {
  color: #fff
}

footer {
  background: #11182b;
  color: #f8f3e9
}

footer .f-mark {
  color: var(--lime);
  border-color: #ffffff4d;
  background: transparent
}

.inner-header {
  background: #fffaf1;
  color: var(--ink);
  border-color: #11182b24
}

.inner-main {
  background: var(--ivory);
  color: var(--ink)
}

.archive-hero {
  background: linear-gradient(135deg, #fffaf1, #eef2ff);
  border-color: #11182b24
}

.archive-hero:after {
  border-color: #2454ff2e;
  box-shadow: 0 0 0 7vw #2454ff0a, 0 0 0 14vw #ff705f09
}

.archive-hero h1 em {
  color: var(--cobalt)
}

.archive-hero>span,
.archive-list article>p {
  color: #606979
}

.archive-list article {
  border-color: #11182b24
}

.archive-list article:hover {
  background: #eef2ff
}

.inner-cta {
  background: var(--coral);
  color: #171526
}

.case-hero,
.case-facts,
.case-facts dl {
  border-color: #11182b24
}

.case-hero>p,
.case-facts dd,
.case-narrative section>p:not(:first-child),
.case-placeholder p {
  color: #5f6877
}

.case-narrative section,
.case-placeholder,
.case-narrative ul,
.case-narrative li {
  border-color: #11182b24
}

.next-project {
  background: var(--cobalt);
  color: #fff
}

.next-project a {
  border-color: #ffffff38
}

.service-page-list article,
.about-page-grid ul,
.about-page-grid li,
.contact-page-grid>div,
.legal-page header {
  border-color: #11182b24
}

.about-page-mark {
  background: var(--cobalt);
  color: #fff
}

.contact-page-grid>div:nth-child(1),
.contact-page-grid>div:nth-child(4) {
  background: #eef2ff
}

.contact-page-grid>div:nth-child(2) {
  background: #ffe0d7
}

.contact-page-grid>div:nth-child(3) {
  background: #e8f4bd
}

.legal-page>div p,
.about-page-grid>div:last-child>p:not(.large-copy) {
  color: #5f6877
}

.inner-footer {
  background: #11182b;
  color: #aab4c8
}

@media(max-width:767px) {
  .site-header {
    background: #f8f3e9d6;
    backdrop-filter: blur(12px)
  }

  .module-system {
    opacity: .2
  }

  .why-furqan .reason-stack p {
    color: #59271f
  }
}

/* Light / dark theme control */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.header-actions,
.inner-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px
}

.header-actions {
  justify-self: end
}

.inner-header-actions {
  gap: 22px
}

.inner-header-actions nav {
  display: flex
}

.theme-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 68px;
  height: 36px;
  padding: 3px;
  border: 1px solid #11182b2e;
  border-radius: 999px;
  background: #fffaf1b8;
  color: #11182b;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #ffffff69;
  transition: background .3s, border-color .3s, box-shadow .3s
}

.theme-toggle-rail {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center
}

.theme-toggle-rail>span {
  position: relative;
  z-index: 2;
  font: 16px/1 var(--font-geist-mono);
  transition: color .3s, opacity .3s
}

.theme-sun {
  color: #fff
}

.theme-moon {
  color: #667085
}

.theme-toggle-rail>i {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 5px 12px #2454ff42;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), background .3s
}

.theme-toggle:hover {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 3px #2454ff16
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--cobalt);
  outline-offset: 3px
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f7f1e7;
  --muted: #a3adbf;
  --bg: #090e1b;
  --surface: #10182b;
  --surface-2: #141d31;
  --line: rgba(242, 244, 250, .15);
  --blue: #6f8cff;
  --violet: #9b86ff;
  --cyan: #47b7c6;
  --lime: #5876ff;
  --cobalt: #5876ff;
  --coral: #ff7869;
  --ivory: #0b1120;
  --stone: #9ba6b8
}

html[data-theme="dark"],
html[data-theme="dark"] body {
  background: #090e1b;
  color: var(--ink)
}

html[data-theme="dark"] ::selection {
  background: var(--coral);
  color: #fff
}

html[data-theme="dark"] .theme-toggle {
  background: #151f35;
  border-color: #ffffff30;
  color: #fff;
  box-shadow: inset 0 0 0 1px #ffffff09
}

html[data-theme="dark"] .theme-toggle-rail>i {
  transform: translateX(32px);
  background: var(--coral);
  box-shadow: 0 5px 14px #ff786950
}

html[data-theme="dark"] .theme-sun {
  color: #68748a
}

html[data-theme="dark"] .theme-moon {
  color: #fff
}

html[data-theme="dark"] .f-mark {
  border-color: #ffffff4a;
  color: var(--lime);
  background: #ffffff08
}

html[data-theme="dark"] .furqan-loader {
  background: #090e1b;
  color: var(--ink)
}

html[data-theme="dark"] .furqan-loader small {
  color: #8f9aaf
}

html[data-theme="dark"] .site-header {
  color: var(--ink)
}

html[data-theme="dark"] .site-header.scrolled {
  background: #090e1bea;
  border-color: #ffffff1f;
  box-shadow: 0 10px 35px #00000040
}

html[data-theme="dark"] .desktop-nav a {
  color: #a1aabe
}

html[data-theme="dark"] .desktop-nav a:hover,
html[data-theme="dark"] .desktop-nav a.active {
  color: var(--lime)
}

html[data-theme="dark"] .desktop-nav a::after {
  background: var(--lime)
}

html[data-theme="dark"] .menu-toggle {
  border-color: #ffffff30
}

html[data-theme="dark"] .menu-toggle span {
  background: var(--ink)
}

html[data-theme="dark"] .mobile-menu {
  background: #0c1324;
  color: var(--ink)
}

html[data-theme="dark"] .mobile-menu nav,
html[data-theme="dark"] .mobile-menu nav a {
  border-color: #ffffff1c
}

html[data-theme="dark"] .mobile-menu nav a span,
html[data-theme="dark"] .mobile-menu-foot {
  color: #8e99ad
}

html[data-theme="dark"] .agency-hero {
  background: linear-gradient(135deg, #090f1e 0%, #121d38 58%, #291923 100%);
  color: var(--ink);
  border-color: #ffffff16
}

html[data-theme="dark"] .agency-hero:after {
  border-color: #6f8cff2e;
  box-shadow: 0 0 0 9vw #5876ff0a, 0 0 0 18vw #ff786907
}

html[data-theme="dark"] .agency-label,
html[data-theme="dark"] .agency-hero h1 em {
  color: #8da2ff
}

html[data-theme="dark"] .agency-hero-copy>p:not(.agency-label) {
  color: #b3bdcf
}

html[data-theme="dark"] .underlink {
  border-color: #ffffff4a
}

html[data-theme="dark"] .module-system {
  border-color: #7690ff42
}

html[data-theme="dark"] .module-system>i {
  border-color: #ff78695c
}

html[data-theme="dark"] .module-system>b {
  background: var(--lime);
  color: #fff
}

html[data-theme="dark"] .module {
  background: #111a2de8;
  border-color: #ffffff28;
  color: #eef2fa;
  box-shadow: 0 12px 32px #00000035
}

html[data-theme="dark"] .module:hover {
  background: var(--coral);
  color: #fff
}

html[data-theme="dark"] .module span {
  color: #8da2ff
}

html[data-theme="dark"] .hero-meta {
  color: #929db0
}

html[data-theme="dark"] .hero-meta p:first-child {
  color: #eef2f8
}

html[data-theme="dark"] .clarity-strip {
  background: #1f3fc7;
  color: #fff
}

html[data-theme="dark"] .service-editorial {
  background: #0b1120;
  color: #f8f3e9
}

html[data-theme="dark"] .service-panel {
  background: #121c33
}

html[data-theme="dark"] .service-tabs button.active {
  background: #ffffff0a
}

html[data-theme="dark"] .solutions {
  background: #10182a;
  color: var(--ink)
}

html[data-theme="dark"] .solutions .section-label,
html[data-theme="dark"] .solutions .section-intro>div>p {
  color: #9aa5b8
}

html[data-theme="dark"] .solutions h2 em {
  color: #9aa8ff
}

html[data-theme="dark"] .solution-list,
html[data-theme="dark"] .solution-list article {
  border-color: #ffffff19
}

html[data-theme="dark"] .solution-list article:hover {
  background: #17223a
}

html[data-theme="dark"] .solution-list p {
  color: #aab4c5
}

html[data-theme="dark"] .solution-list a {
  border-color: #ffffff32
}

html[data-theme="dark"] .assistant-demo {
  background: #0d1426;
  color: var(--ink)
}

html[data-theme="dark"] .assistant-copy>p:last-child {
  color: #a9b3c5
}

html[data-theme="dark"] .assistant-window {
  background: #111b31;
  border-color: #ffffff20;
  box-shadow: 0 30px 70px #00000046
}

html[data-theme="dark"] .process {
  background: #11192b;
  color: var(--ink)
}

html[data-theme="dark"] .process .section-label,
html[data-theme="dark"] .process .section-intro>div>p {
  color: #9ba6b8
}

html[data-theme="dark"] .process-layout,
html[data-theme="dark"] .process-index,
html[data-theme="dark"] .process-steps button {
  border-color: #ffffff1a
}

html[data-theme="dark"] .process-steps button {
  color: #7f8a9f
}

html[data-theme="dark"] .process-steps button.active {
  color: #f5f0e8
}

html[data-theme="dark"] .process-steps button.active p {
  color: #aeb8ca
}

html[data-theme="dark"] .furqan-about {
  background: #211923;
  color: var(--ink)
}

html[data-theme="dark"] .furqan-about .section-label {
  color: #b9a7b0
}

html[data-theme="dark"] .furqan-about h2 em {
  color: #ff9b8f
}

html[data-theme="dark"] .furqan-about-grid>div:last-child>p:nth-child(2) {
  color: #b9abb3
}

html[data-theme="dark"] .furqan-about-grid ul,
html[data-theme="dark"] .furqan-about-grid li {
  border-color: #ffffff1b
}

html[data-theme="dark"] .why-furqan {
  background: #221522;
  color: #fff8ef
}

html[data-theme="dark"] .why-furqan .section-label,
html[data-theme="dark"] .why-furqan .section-intro>div>p,
html[data-theme="dark"] .reason-stack p {
  color: #d5bdcf
}

html[data-theme="dark"] .why-furqan h2 em {
  color: var(--lime)
}

html[data-theme="dark"] .reason-stack,
html[data-theme="dark"] .reason-stack article {
  border-color: #ffffff25
}

html[data-theme="dark"] .journey {
  background: #111a31;
  color: var(--ink)
}

html[data-theme="dark"] .journey .section-label,
html[data-theme="dark"] .journey .section-intro>div>p {
  color: #9da8bb
}

html[data-theme="dark"] .journey-nav:before {
  background: #ffffff25
}

html[data-theme="dark"] .journey-nav button {
  color: #8893a7
}

html[data-theme="dark"] .journey-nav button span {
  border-color: #111a31;
  background: #637087
}

html[data-theme="dark"] .journey-nav button.active {
  color: #fff
}

html[data-theme="dark"] .journey-card {
  border-color: #ffffff20;
  background: #ffffff08
}

html[data-theme="dark"] .journey-card p {
  color: #c1cada
}

html[data-theme="dark"] .journey-card p span {
  color: #92a5ff
}

html[data-theme="dark"] .contact {
  background: #090f1d;
  color: #f8f3e9
}

html[data-theme="dark"] .faq {
  background: #10182a;
  color: var(--ink)
}

html[data-theme="dark"] .faq-list details,
html[data-theme="dark"] .faq-list>div,
html[data-theme="dark"] .faq-list button {
  border-color: #ffffff1a;
  color: var(--ink)
}

html[data-theme="dark"] .faq-list details>p,
html[data-theme="dark"] .faq-list p {
  color: #adb7c8
}

html[data-theme="dark"] .final-cta {
  background: #0c1324;
  color: #fff
}

html[data-theme="dark"] footer {
  background: #070b14;
  color: #f8f3e9
}

html[data-theme="dark"] .inner-header {
  background: #0c1324;
  color: var(--ink);
  border-color: #ffffff1b
}

html[data-theme="dark"] .inner-header nav a {
  color: #a8b2c4
}

html[data-theme="dark"] .inner-header nav a:last-child {
  color: var(--ink);
  border-color: #ffffff28
}

html[data-theme="dark"] .inner-main {
  background: #0d1424;
  color: var(--ink)
}

html[data-theme="dark"] .archive-hero {
  background: linear-gradient(135deg, #0e1628, #17213a);
  border-color: #ffffff1a
}

html[data-theme="dark"] .archive-hero:after {
  border-color: #6d87ff38;
  box-shadow: 0 0 0 7vw #5876ff08, 0 0 0 14vw #ff786906
}

html[data-theme="dark"] .archive-hero>span,
html[data-theme="dark"] .archive-list article>p {
  color: #aeb8c9
}

html[data-theme="dark"] .archive-list article {
  border-color: #ffffff1a
}

html[data-theme="dark"] .archive-list article:hover {
  background: #151f35
}

html[data-theme="dark"] .case-hero,
html[data-theme="dark"] .case-facts,
html[data-theme="dark"] .case-facts dl,
html[data-theme="dark"] .case-narrative section,
html[data-theme="dark"] .case-placeholder,
html[data-theme="dark"] .case-narrative ul,
html[data-theme="dark"] .case-narrative li {
  border-color: #ffffff1a
}

html[data-theme="dark"] .case-hero>p,
html[data-theme="dark"] .case-facts dd,
html[data-theme="dark"] .case-narrative section>p:not(:first-child),
html[data-theme="dark"] .case-placeholder p {
  color: #adb7c8
}

html[data-theme="dark"] .service-page-list article,
html[data-theme="dark"] .about-page-grid ul,
html[data-theme="dark"] .about-page-grid li,
html[data-theme="dark"] .contact-page-grid>div,
html[data-theme="dark"] .legal-page header {
  border-color: #ffffff1a
}

html[data-theme="dark"] .service-summary,
html[data-theme="dark"] .service-page-list dd,
html[data-theme="dark"] .about-page-grid>div:last-child>p:not(.large-copy),
html[data-theme="dark"] .legal-page>div p {
  color: #aeb8c9
}

html[data-theme="dark"] .contact-page-grid>div:nth-child(1),
html[data-theme="dark"] .contact-page-grid>div:nth-child(4) {
  background: #151f36
}

html[data-theme="dark"] .contact-page-grid>div:nth-child(2) {
  background: #2c1d27
}

html[data-theme="dark"] .contact-page-grid>div:nth-child(3) {
  background: #1d2a28
}

html[data-theme="dark"] .inner-footer {
  background: #070b14;
  color: #929db0
}

@media(max-width:1100px) {
  .header-actions {
    gap: 9px
  }

  .inner-header-actions {
    gap: 12px
  }
}

@media(max-width:767px) {
  .theme-toggle {
    width: 62px;
    height: 34px
  }

  .theme-toggle-rail>i {
    width: 26px;
    height: 26px
  }

  html[data-theme="dark"] .theme-toggle-rail>i {
    transform: translateX(28px)
  }

  html[data-theme="dark"] .site-header {
    background: #090e1bdd
  }

  .inner-header-actions {
    gap: 8px
  }

  .inner-header-actions nav a:last-child {
    display: none
  }
}

/* Hero background motion: architectural grid, orbit and data signals */
.lime {
  color: #fff !important
}

.form-controls .form-next,
.journey-card a,
.assistant-answer a,
.user-bubble {
  color: #fff
}

.agency-hero {
  background-size: 180% 180%;
  animation: heroPaletteShift 18s ease-in-out infinite
}

.hero-motion {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.hero-motion::before {
  content: "";
  position: absolute;
  inset: -22%;
  background-image: linear-gradient(#5876ff20 1px, transparent 1px), linear-gradient(90deg, #5876ff20 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 46%, #000 0 34%, transparent 73%);
  opacity: .48;
  animation: heroGridDrift 22s linear infinite
}

.hero-motion::after {
  content: "";
  position: absolute;
  width: min(58vw, 880px);
  aspect-ratio: 1;
  right: -6vw;
  top: 4%;
  border: 1px solid #5876ff40;
  border-radius: 50%;
  box-shadow: 0 0 0 7vw #5876ff10, 0 0 0 14vw #5876ff08;
  animation: heroOrbitBreathe 13s ease-in-out infinite
}

.hero-motion span {
  position: absolute;
  z-index: 1;
  left: -34vw;
  width: 28vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, #5876ff, #5876ff00);
  box-shadow: 0 0 12px #5876ff55;
  opacity: 0;
  animation: heroSignalSweep 11s linear infinite
}

.hero-motion span:nth-child(1) {
  top: 27%;
  animation-delay: -1s
}

.hero-motion span:nth-child(2) {
  top: 53%;
  animation-delay: -5s
}

.hero-motion span:nth-child(3) {
  top: 78%;
  animation-delay: -8s
}

html[data-theme="dark"] .hero-motion::before {
  background-image: linear-gradient(#7d94ff1c 1px, transparent 1px), linear-gradient(90deg, #7d94ff1c 1px, transparent 1px);
  opacity: .32
}

html[data-theme="dark"] .hero-motion::after {
  border-color: #7890ff33;
  box-shadow: 0 0 0 7vw #5876ff0c, 0 0 0 14vw #5876ff07
}

@keyframes heroPaletteShift {

  0%,
  100% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }
}

@keyframes heroGridDrift {
  to {
    transform: translate3d(72px, 72px, 0)
  }
}

@keyframes heroOrbitBreathe {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(.96);
    opacity: .56
  }

  50% {
    transform: translate3d(-2.5vw, 2vh, 0) scale(1.04);
    opacity: .92
  }
}

@keyframes heroSignalSweep {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0
  }

  8% {
    opacity: .7
  }

  78% {
    opacity: .25
  }

  100% {
    transform: translate3d(168vw, 0, 0);
    opacity: 0
  }
}

@media(max-width:767px) {
  .hero-motion::before {
    background-size: 48px 48px;
    opacity: .22;
    mask-image: linear-gradient(to bottom, #000, transparent 76%)
  }

  .hero-motion::after {
    width: 620px;
    right: -390px;
    top: 24%
  }

  .hero-motion span:nth-child(n+2) {
    display: none
  }

  .hero-motion span {
    width: 44vw;
    animation-duration: 14s
  }
}

/* Furqan v8: exact light/dark system and purposeful interaction language */
:root {
  --ink: #101522;
  --muted: #667085;
  --bg: #F7F8FC;
  --surface: #EEF1F8;
  --surface-2: #FFFFFF;
  --line: rgba(16, 21, 34, .10);
  --brand: #5876FF;
  --brand-hover: #4563EC;
  --brand-soft: #8EA2FF;
  --cyan: #45CFE1;
  --coral: #FF7566;
  --lime: var(--brand);
  --cobalt: var(--brand);
  --ivory: var(--bg);
  --ease: cubic-bezier(.22, .8, .2, 1);
  --scroll-progress: 0;
  --hero-x: 0;
  --hero-y: 0;
}

html[data-theme="dark"] {
  --ink: #F7F8FC;
  --muted: #AAB4C8;
  --bg: #09101F;
  --surface: #10192D;
  --surface-2: #151F35;
  --line: rgba(255, 255, 255, .10);
  --brand: #748CFF;
  --brand-hover: #8DA0FF;
  --brand-soft: #5876FF;
  --cyan: #51D5E2;
  --coral: #FF826F;
  --lime: var(--brand);
  --cobalt: var(--brand);
  --ivory: var(--bg);
}

html,
body,
html[data-theme="dark"],
html[data-theme="dark"] body {
  background: var(--bg);
  color: var(--ink)
}

body {
  transition: background-color .28s ease, color .28s ease
}

::selection,
html[data-theme="dark"] ::selection {
  background: var(--brand);
  color: #fff
}

:focus-visible {
  outline-color: var(--brand)
}

@view-transition {
  navigation: auto
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal
}

::view-transition-new(root) {
  z-index: 9999
}

::view-transition-old(root) {
  z-index: 1
}

.theme-fade body {
  opacity: .94
}

.scroll-progress {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
  background: linear-gradient(90deg, var(--brand), var(--cyan));
  box-shadow: 0 0 12px color-mix(in srgb, var(--brand), transparent 45%)
}

.custom-cursor {
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(calc(var(--cursor-x) - 15px), calc(var(--cursor-y) - 15px), 0);
  transition: width .18s, height .18s, margin .18s, background .18s, border-color .18s;
  mix-blend-mode: difference;
  will-change: transform
}

.custom-cursor i {
  position: absolute;
  width: 4px;
  height: 4px;
  left: 12px;
  top: 12px;
  background: #fff;
  border-radius: 50%
}

.custom-cursor.cursor-active {
  width: 48px;
  height: 48px;
  margin: -9px;
  background: rgba(255, 255, 255, .18);
  border-color: #fff
}

[data-magnetic] {
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
  will-change: transform
}

.motion-paused * {
  animation-play-state: paused !important
}

.site-header {
  transition: height .35s, background .35s, border-color .35s, backdrop-filter .35s, transform .4s var(--ease)
}

.site-header.header-hidden {
  transform: translateY(-110%)
}

.site-header.scrolled {
  background: color-mix(in srgb, var(--bg), transparent 24%);
  border-color: var(--line);
  box-shadow: 0 12px 35px color-mix(in srgb, var(--brand), transparent 92%);
  backdrop-filter: blur(22px) saturate(160%)
}

html[data-theme="dark"] .site-header.scrolled {
  background: color-mix(in srgb, var(--bg), transparent 20%);
  border-color: var(--line)
}

.f-mark,
.inner-logo span {
  color: var(--brand);
  border-color: color-mix(in srgb, var(--brand), transparent 55%);
  background: color-mix(in srgb, var(--surface-2), transparent 30%)
}

.desktop-nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  width: min(55vw, 650px)
}

.desktop-nav a {
  text-align: center;
  color: var(--muted);
  z-index: 1
}

.desktop-nav a::after {
  display: none
}

.desktop-nav a:hover,
.desktop-nav a.active,
html[data-theme="dark"] .desktop-nav a:hover,
html[data-theme="dark"] .desktop-nav a.active {
  color: var(--brand)
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: calc(100% / 7);
  height: 2px;
  background: var(--brand);
  transform: translateX(calc(var(--nav-index) * 100%));
  transition: transform .42s var(--ease)
}

.header-cta.lime,
.button.lime {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
  transition: background .2s, box-shadow .2s, transform .2s
}

.header-cta.lime:hover,
.button.lime:hover {
  background: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--brand), transparent 70%)
}

.theme-toggle {
  background: color-mix(in srgb, var(--surface-2), transparent 8%);
  border-color: var(--line);
  color: var(--ink)
}

.theme-toggle-rail>i {
  background: var(--brand);
  box-shadow: 0 5px 14px color-mix(in srgb, var(--brand), transparent 62%)
}

html[data-theme="dark"] .theme-toggle {
  background: var(--surface-2);
  border-color: var(--line)
}

html[data-theme="dark"] .theme-toggle-rail>i {
  background: var(--brand);
  box-shadow: 0 5px 14px color-mix(in srgb, var(--brand), transparent 55%)
}

.furqan-loader,
html[data-theme="dark"] .furqan-loader {
  background: var(--bg);
  color: var(--ink);
  animation-duration: .55s;
  animation-delay: 1.2s
}

.loader-mark {
  width: 68px;
  height: 68px;
  color: var(--brand);
  stroke-width: 2.4
}

.loader-mark path {
  stroke-dasharray: 116;
  stroke-dashoffset: 116;
  animation: loaderDraw .72s var(--ease) forwards
}

.furqan-loader strong {
  animation: loaderWord .35s .4s both
}

.loader-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  animation: loaderPulse .7s .45s ease-in-out both
}

.furqan-loader>i {
  background: linear-gradient(90deg, var(--brand), var(--cyan), transparent);
  animation-delay: .55s
}

.furqan-loader small {
  color: var(--muted)
}

@keyframes loaderDraw {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes loaderWord {
  from {
    opacity: 0;
    transform: translateY(8px)
  }
}

@keyframes loaderPulse {
  0% {
    opacity: 0;
    transform: scale(.2)
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--coral), transparent 84%)
  }

  100% {
    opacity: .8;
    transform: scale(1)
  }
}

.agency-hero,
html[data-theme="dark"] .agency-hero {
  --hero-x: 0;
  --hero-y: 0;
  background: radial-gradient(circle at calc(74% + var(--hero-x)*2%) calc(34% + var(--hero-y)*2%), color-mix(in srgb, var(--brand), transparent 78%), transparent 24%), linear-gradient(135deg, var(--bg), var(--surface) 64%, color-mix(in srgb, var(--coral), var(--bg) 87%));
  color: var(--ink);
  border-color: var(--line);
  background-size: 130% 130%;
  animation: heroPaletteShift 22s ease-in-out infinite
}

.agency-hero:after,
html[data-theme="dark"] .agency-hero:after {
  border-color: color-mix(in srgb, var(--brand), transparent 76%);
  box-shadow: 0 0 0 9vw color-mix(in srgb, var(--brand), transparent 93%), 0 0 0 18vw color-mix(in srgb, var(--coral), transparent 95%);
  transform: translate3d(calc(var(--hero-x)*-10px), calc(var(--hero-y)*-10px), 0);
  transition: transform .8s var(--ease);
  will-change: transform
}

.agency-label,
html[data-theme="dark"] .agency-label {
  color: var(--brand)
}

.agency-hero h1 em,
html[data-theme="dark"] .agency-hero h1 em {
  color: var(--brand)
}

.agency-hero-copy>p:not(.agency-label),
html[data-theme="dark"] .agency-hero-copy>p:not(.agency-label) {
  color: var(--muted)
}

.underlink {
  border-color: color-mix(in srgb, var(--ink), transparent 65%)
}

.hero-enter {
  opacity: 0;
  transform: translateY(24px);
  animation: heroEnter .72s var(--ease) forwards
}

.hero-enter.e1 {
  animation-delay: .06s
}

.hero-enter.e2 {
  animation-delay: .15s
}

.hero-enter.e3 {
  animation-delay: .27s
}

.hero-enter.e4 {
  animation-delay: .38s
}

.hero-enter.e5 {
  animation-delay: .5s
}

@keyframes heroEnter {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-motion {
  transform: translate3d(calc(var(--hero-x)*10px), calc(var(--hero-y)*10px), 0);
  transition: transform 1.1s var(--ease);
  will-change: transform
}

.hero-motion::before,
html[data-theme="dark"] .hero-motion::before {
  background-image: linear-gradient(color-mix(in srgb, var(--brand), transparent 86%) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--brand), transparent 86%) 1px, transparent 1px);
  opacity: .42
}

.hero-motion::after,
html[data-theme="dark"] .hero-motion::after {
  border-color: color-mix(in srgb, var(--brand), transparent 72%);
  box-shadow: 0 0 0 7vw color-mix(in srgb, var(--brand), transparent 94%), 0 0 0 14vw color-mix(in srgb, var(--brand), transparent 96%)
}

.hero-motion span {
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--brand), transparent 55%)
}

.module-system {
  border-color: color-mix(in srgb, var(--brand), transparent 66%);
  animation: none;
  transform: translate3d(calc(var(--hero-x)*-13px), calc(var(--hero-y)*-13px), 0);
  transition: transform .9s var(--ease);
  will-change: transform
}

.module-system:before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px dashed color-mix(in srgb, var(--cyan), transparent 70%);
  border-radius: 50%;
  animation: slowturn 55s linear infinite
}

.module-system>i {
  border-color: color-mix(in srgb, var(--coral), transparent 58%)
}

.module-system>b {
  background: var(--brand);
  color: #fff
}

.module {
  animation: none;
  background: color-mix(in srgb, var(--surface-2), transparent 8%);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--brand), transparent 90%)
}

.module:hover,
.module.active,
html[data-theme="dark"] .module:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: scale(1.07)
}

.module span {
  color: var(--brand-soft)
}

.module.active span {
  color: #fff
}

.module-readout {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 210px;
  transform: translate(-50%, 65px);
  text-align: center;
  padding: 15px;
  color: var(--ink);
  background: color-mix(in srgb, var(--surface-2), transparent 9%);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px)
}

.module-readout span {
  font: 8px var(--font-geist-mono);
  color: var(--brand);
  letter-spacing: .12em
}

.module-readout strong {
  display: block;
  margin: 7px 0 4px;
  font-size: 17px
}

.module-readout p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45
}

.hero-meta,
html[data-theme="dark"] .hero-meta {
  color: var(--muted)
}

.hero-meta p:first-child,
html[data-theme="dark"] .hero-meta p:first-child {
  color: var(--ink)
}

.clarity-strip,
html[data-theme="dark"] .clarity-strip {
  background: var(--brand);
  color: #fff
}

.section-label {
  color: var(--muted)
}

.section-label>span {
  background: var(--brand)
}

h2 em {
  color: var(--brand-soft)
}

.reveal-slide {
  transform: translateY(34px)
}

.reveal-scale {
  transform: translateY(20px) scale(.975)
}

.reveal-fade {
  transform: none
}

.reveal-scale.is-visible {
  transform: translateY(0) scale(1)
}

.service-editorial,
html[data-theme="dark"] .service-editorial {
  background: var(--surface);
  color: var(--ink)
}

.service-editorial .section-label,
.service-editorial .section-intro>div>p {
  color: var(--muted)
}

.service-editorial h2 em {
  color: var(--brand)
}

.service-stage,
.service-tabs,
.service-tabs button {
  border-color: var(--line)
}

.service-tabs button {
  color: var(--muted)
}

.service-tabs button.active {
  color: var(--ink);
  background: color-mix(in srgb, var(--surface-2), transparent 55%)
}

.service-panel,
html[data-theme="dark"] .service-panel {
  background: var(--surface-2);
  color: var(--ink);
  animation: panelIn .45s var(--ease)
}

.service-panel>p:nth-of-type(2),
.service-panel>div span {
  color: var(--muted)
}

.service-panel>div span {
  border-color: var(--line)
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateX(18px)
  }
}

.solutions,
html[data-theme="dark"] .solutions {
  background: var(--bg);
  color: var(--ink)
}

.solutions .section-label,
.solutions .section-intro>div>p {
  color: var(--muted)
}

.solutions h2 em {
  color: var(--brand)
}

.solutions-experience {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: 6vw;
  align-items: start
}

.solution-list {
  border-top: 1px solid var(--line)
}

.solution-list button {
  width: 100%;
  display: grid;
  grid-template-columns: 55px 1fr 34px;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px 12px;
  background: transparent;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  transition: padding .3s, background .3s, color .3s
}

.solution-list button:hover,
.solution-list button.active {
  padding-left: 24px;
  background: var(--surface)
}

.solution-list button>span {
  font: 9px var(--font-geist-mono);
  color: var(--brand)
}

.solution-list button h3 {
  font-size: 27px;
  letter-spacing: -.04em
}

.solution-list button p {
  grid-column: 2/4;
  display: none;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 12px
}

.solution-list button>i {
  font-style: normal
}

.solution-list button.active p {
  display: block;
  animation: panelIn .35s var(--ease)
}

.solution-visual {
  position: sticky;
  top: 105px;
  min-height: 560px;
  padding: 44px 38px 36px;
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden
}

.solution-visual>p:first-of-type {
  font: 9px var(--font-geist-mono);
  letter-spacing: .13em;
  color: var(--brand)
}

.solution-visual>h3 {
  font-size: clamp(42px, 5vw, 74px);
  line-height: .92;
  letter-spacing: -.06em;
  margin: 42px 0 22px
}

.solution-visual>p:last-of-type {
  color: var(--muted);
  line-height: 1.75
}

.solution-visual>a {
  position: absolute;
  left: 38px;
  bottom: 36px;
  display: inline-flex;
  gap: 20px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  color: var(--brand);
  font-size: 11px
}

.solution-progress {
  position: absolute;
  right: 16px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: var(--line)
}

.solution-progress span {
  display: block;
  width: 100%;
  background: var(--brand);
  transition: height .45s var(--ease)
}

.solution-symbol {
  height: 170px;
  position: relative;
  margin-top: 36px
}

.solution-symbol i {
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--brand), transparent 55%);
  border-radius: 50%;
  animation: slowturn 28s linear infinite
}

.solution-symbol i:nth-child(2) {
  inset: 25%;
  border-style: dashed
}

.solution-symbol strong {
  position: absolute;
  inset: 38%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font: 13px var(--font-geist-mono)
}

.assistant-demo,
html[data-theme="dark"] .assistant-demo {
  background: var(--surface);
  color: var(--ink)
}

.assistant-copy>p:last-child {
  color: var(--muted)
}

.assistant-window,
html[data-theme="dark"] .assistant-window {
  background: var(--surface-2);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 30px 70px color-mix(in srgb, var(--brand), transparent 88%)
}

.assistant-top,
.quick-options button {
  border-color: var(--line)
}

.assistant-top .f-mark {
  color: var(--brand);
  border-color: var(--line)
}

.assistant-top i,
.assistant-answer>span {
  color: var(--brand);
  border-color: var(--brand)
}

.assistant-chat>p:first-child {
  background: var(--surface);
  color: var(--ink)
}

.quick-options button {
  color: var(--muted)
}

.quick-options button:hover {
  color: var(--brand);
  border-color: var(--brand)
}

.user-bubble,
.assistant-answer a {
  background: var(--coral);
  color: #fff
}

.assistant-answer {
  border-color: var(--brand)
}

.assistant-answer p {
  color: var(--muted)
}

.process,
html[data-theme="dark"] .process {
  background: var(--bg);
  color: var(--ink)
}

.process .section-label,
.process .section-intro>div>p {
  color: var(--muted)
}

.process-layout,
.process-index,
.process-steps button {
  border-color: var(--line)
}

.process-steps button {
  color: var(--muted)
}

.process-steps button.active {
  color: var(--ink);
  background: var(--surface)
}

.process-steps button.active p {
  color: var(--muted)
}

.furqan-about,
html[data-theme="dark"] .furqan-about {
  background: var(--surface);
  color: var(--ink)
}

.furqan-about .section-label {
  color: var(--muted)
}

.furqan-about h2 em {
  color: var(--brand)
}

.giant-f {
  background: var(--brand);
  color: #fff
}

.furqan-about-grid>div:last-child>p:nth-child(2) {
  color: var(--muted)
}

.furqan-about-grid ul,
.furqan-about-grid li {
  border-color: var(--line)
}

.why-furqan,
html[data-theme="dark"] .why-furqan {
  background: var(--brand);
  color: #fff
}

.why-furqan .section-label,
.why-furqan .section-intro>div>p {
  color: #e8edff
}

.why-furqan h2 em {
  color: #fff
}

.why-furqan .section-label>span {
  background: var(--cyan)
}

.why-experience {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
  min-height: 590px;
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e
}

.reason-nav {
  border-right: 1px solid #ffffff2e;
  padding: 28px 0
}

.reason-nav button {
  width: 100%;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  background: transparent;
  border: 0;
  color: #ffffffa8;
  padding: 16px 26px;
  text-align: left;
  transition: color .2s, padding .3s, background .3s
}

.reason-nav button span {
  font: 9px var(--font-geist-mono)
}

.reason-nav button:hover,
.reason-nav button.active {
  color: #fff;
  padding-left: 36px;
  background: #ffffff12
}

.reason-feature {
  position: relative;
  padding: 70px 7vw 65px;
  overflow: hidden;
  animation: reasonIn .5s var(--ease)
}

.reason-count {
  display: flex;
  align-items: baseline;
  gap: 9px
}

.reason-count strong {
  font: 52px var(--font-geist-mono)
}

.reason-count span {
  font: 10px var(--font-geist-mono);
  color: #ffffffa8
}

.previous-reason {
  position: absolute;
  top: 135px;
  left: 7vw;
  margin: 0;
  color: #ffffff1c;
  font-size: clamp(50px, 8vw, 125px);
  line-height: .85;
  letter-spacing: -.07em;
  white-space: nowrap
}

.reason-symbol {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 70px 0 35px;
  border: 1px solid #ffffff45;
  border-radius: 50%;
  font-size: 38px
}

.reason-feature h3 {
  font-size: clamp(48px, 6vw, 86px);
  line-height: .95;
  letter-spacing: -.06em;
  max-width: 750px;
  margin: 0
}

.reason-feature>p:last-child {
  max-width: 650px;
  color: #edf0ff;
  line-height: 1.75;
  margin-top: 28px
}

.reason-feature:after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  box-shadow: 0 0 0 65px #ffffff0a, 0 0 0 130px #ffffff08
}

@keyframes reasonIn {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
}

.journey,
html[data-theme="dark"] .journey {
  background: var(--surface);
  color: var(--ink)
}

.journey-nav:before {
  background: var(--line)
}

.journey-nav button {
  color: var(--muted)
}

.journey-nav button span {
  border-color: var(--surface);
  background: var(--muted)
}

.journey-nav button.active {
  color: var(--ink)
}

.journey-nav button.active span {
  background: var(--brand)
}

.journey-card,
html[data-theme="dark"] .journey-card {
  background: var(--surface-2);
  border-color: var(--line)
}

.journey-card p {
  color: var(--ink)
}

.journey-card p span {
  color: var(--muted)
}

.journey-card a {
  background: var(--brand);
  color: #fff
}

.contact,
html[data-theme="dark"] .contact {
  background: #10192D;
  color: #F7F8FC
}

.contact .section-label {
  color: #AAB4C8
}

.contact .section-label>span {
  background: #748CFF
}

.form-step-active {
  animation: formStep .38s var(--ease)
}

@keyframes formStep {
  from {
    opacity: 0;
    transform: translateX(18px)
  }
}

.form-live {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--coral);
  font-size: 12px
}

.form-live:empty {
  visibility: hidden
}

.form-controls .form-next {
  background: var(--brand)
}

.faq,
html[data-theme="dark"] .faq {
  background: var(--bg);
  color: var(--ink)
}

.faq-item {
  border-bottom: 1px solid var(--line)
}

.faq-item>button {
  width: 100%;
  display: grid;
  grid-template-columns: 65px 1fr 25px;
  align-items: center;
  min-height: 90px;
  background: transparent;
  border: 0;
  color: var(--ink);
  text-align: left
}

.faq-item>button span {
  font: 9px var(--font-geist-mono);
  color: var(--brand)
}

.faq-item>button strong {
  font-size: 17px
}

.faq-item>button i {
  font-style: normal;
  font-size: 22px;
  transition: transform .25s
}

.faq-item.open>button i {
  transform: rotate(45deg)
}

.faq-item>div {
  display: grid;
  grid-template-rows: 1fr;
  animation: faqOpen .32s var(--ease)
}

.faq-item>div p {
  margin: 0 50px 28px 65px;
  max-width: 750px;
  color: var(--muted);
  line-height: 1.7
}

@keyframes faqOpen {
  from {
    opacity: 0;
    transform: translateY(-8px)
  }
}

.final-cta,
html[data-theme="dark"] .final-cta {
  background: var(--brand);
  color: #fff
}

.final-cta .section-label,
.final-cta-inner>p:not(.section-label) {
  color: #e8edff
}

.final-cta h2 {
  max-width: 1100px
}

.final-cta h2 em {
  color: #fff
}

.final-cta .button.lime {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--brand) !important
}

.final-cta .button.lime:hover {
  background: var(--bg) !important;
  border-color: var(--bg) !important
}

.final-cta .text-link {
  color: #fff
}

footer,
html[data-theme="dark"] footer {
  background: #09101F;
  color: #F7F8FC
}

.inner-header {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--line)
}

.inner-main {
  background: var(--bg);
  color: var(--ink)
}

.archive-hero,
html[data-theme="dark"] .archive-hero {
  background: linear-gradient(135deg, var(--bg), var(--surface));
  border-color: var(--line)
}

.archive-hero:after {
  border-color: color-mix(in srgb, var(--brand), transparent 70%);
  box-shadow: 0 0 0 7vw color-mix(in srgb, var(--brand), transparent 94%), 0 0 0 14vw color-mix(in srgb, var(--coral), transparent 96%)
}

.archive-hero h1 em {
  color: var(--brand)
}

.archive-hero>span,
.archive-list article>p,
.service-summary,
.service-page-list dd,
.about-page-grid>div:last-child>p:not(.large-copy),
.legal-page>div p {
  color: var(--muted)
}

.archive-list article,
.service-page-list article,
.about-page-grid ul,
.about-page-grid li,
.legal-page header {
  border-color: var(--line)
}

.archive-list article:hover {
  background: var(--surface)
}

.about-page-mark {
  background: var(--brand);
  color: #fff
}

.inner-cta {
  background: var(--coral);
  color: #fff
}

.inner-footer {
  background: #09101F;
  color: #AAB4C8
}

@media(max-width:1100px) {
  .desktop-nav {
    width: min(53vw, 560px)
  }

  .solutions-experience {
    grid-template-columns: 1fr
  }

  .solution-visual {
    position: relative;
    top: auto;
    min-height: 500px
  }

  .module-readout {
    display: none
  }
}

@media(max-width:767px) {
  .custom-cursor {
    display: none
  }

  .scroll-progress {
    height: 3px
  }

  .site-header,
  html[data-theme="dark"] .site-header {
    background: color-mix(in srgb, var(--bg), transparent 24%);
    backdrop-filter: blur(18px)
  }

  .mobile-menu {
    background: var(--bg);
    color: var(--ink);
    clip-path: ellipse(85% 55% at 50% -10%);
    transform: none;
    opacity: 0;
    transition: clip-path .65s var(--ease), opacity .35s, visibility .65s
  }

  .mobile-menu.open {
    clip-path: ellipse(150% 120% at 50% 30%);
    opacity: 1
  }

  .mobile-menu nav,
  .mobile-menu nav a {
    border-color: var(--line)
  }

  .mobile-menu nav a {
    opacity: 0;
    transform: translateY(-18px);
    transition: opacity .35s, transform .45s var(--ease);
    transition-delay: calc(var(--menu-order)*45ms)
  }

  .mobile-menu.open nav a {
    opacity: 1;
    transform: translateY(0)
  }

  .agency-hero {
    --hero-x: 0 !important;
    --hero-y: 0 !important
  }

  .module-system {
    transform: none
  }

  .hero-enter {
    animation-delay: .05s !important
  }

  .module-readout {
    display: none
  }

  .service-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory
  }

  .service-tabs button {
    flex: 0 0 45%;
    scroll-snap-align: start
  }

  .service-panel {
    min-height: 610px
  }

  .solutions-experience {
    gap: 35px
  }

  .solution-list button {
    grid-template-columns: 36px 1fr 26px
  }

  .solution-list button.active p {
    grid-column: 2/4;
    display: block
  }

  .solution-visual {
    min-height: 480px;
    padding: 30px 24px
  }

  .solution-visual>a {
    left: 24px
  }

  .solution-symbol {
    height: 130px
  }

  .solution-visual>h3 {
    font-size: 44px
  }

  .why-experience {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .reason-nav {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #ffffff2e
  }

  .reason-nav button {
    flex: 0 0 160px;
    grid-template-columns: 1fr;
    padding: 16px
  }

  .reason-nav button:hover,
  .reason-nav button.active {
    padding-left: 16px
  }

  .reason-feature {
    padding: 45px 20px 70px
  }

  .previous-reason {
    left: 20px;
    top: 105px
  }

  .reason-symbol {
    margin-top: 55px
  }

  .reason-feature h3 {
    font-size: 50px
  }

  .faq-item>button {
    grid-template-columns: 40px 1fr 20px;
    min-height: 80px
  }

  .faq-item>button strong {
    font-size: 14px
  }

  .faq-item>div p {
    margin: 0 15px 25px 40px
  }
}

@media(pointer:fine) and (min-width:768px) {
  body {
    cursor: none
  }

  a,
  button,
  input,
  textarea,
  label {
    cursor: none
  }
}

@media(prefers-reduced-motion:reduce) {
  .furqan-loader {
    display: none
  }

  .scroll-progress {
    transition: none
  }

  .custom-cursor {
    display: none
  }

  .theme-fade body {
    opacity: 1
  }

  .hero-enter {
    opacity: 1;
    transform: none;
    animation: none
  }

  .module-system,
  .hero-motion,
  .agency-hero:after {
    transform: none !important
  }

  .solution-symbol i,
  .module-system:before {
    animation: none
  }

  .site-header.header-hidden {
    transform: none
  }

  .mobile-menu,
  .mobile-menu nav a {
    transition: none
  }
}

.motion-lite .hero-motion span:nth-child(n+2),
.motion-lite .grain {
  display: none
}

.motion-lite .module-system:before,
.motion-lite .solution-symbol i {
  animation: none
}

.motion-lite .agency-hero {
  animation: none
}

/* Furqan v9 signature interactive experiences */
:root {
  --soft-blue: #DDE4FF;
  --mint: #45CFA0;
  --ease: cubic-bezier(.22, 1, .36, 1)
}

html[data-theme="dark"] {
  --soft-blue: #5876FF;
  --mint: #54DDB0
}

.custom-cursor span {
  display: none;
  position: absolute;
  inset: 0;
  place-items: center;
  font: 700 8px var(--font-geist-mono);
  letter-spacing: .06em;
  color: var(--ink);
  text-transform: uppercase
}

.custom-cursor.cursor-labeled {
  width: 68px;
  height: 68px;
  margin: -19px;
  background: color-mix(in srgb, var(--surface-2), transparent 8%);
  border-color: var(--brand);
  mix-blend-mode: normal
}

.custom-cursor.cursor-labeled i {
  display: none
}

.custom-cursor.cursor-labeled span {
  display: grid
}

.hero-slider {
  --spot-x: 72%;
  --spot-y: 34%;
  min-height: 100svh;
  isolation: isolate;
  touch-action: pan-y
}

.hero-slider:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(360px circle at var(--spot-x) var(--spot-y), color-mix(in srgb, var(--brand), transparent 78%), transparent 70%);
  opacity: .78;
  transition: opacity .5s
}

.hero-slider.is-dragging:before {
  opacity: 1
}

.hero-slider.is-dragging {
  user-select: none
}

.hero-network {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--hero-x)*5px), calc(var(--hero-y)*5px), 0);
  transition: transform .7s var(--ease);
  will-change: transform
}

.hero-network span {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid color-mix(in srgb, var(--brand), transparent 35%);
  background: var(--surface-2);
  border-radius: 50%;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--brand), transparent 72%);
  animation: nodePulse 4.5s ease-in-out infinite
}

.hero-network span:nth-child(1) {
  left: 56%;
  top: 17%
}

.hero-network span:nth-child(2) {
  left: 68%;
  top: 26%;
  animation-delay: -1s
}

.hero-network span:nth-child(3) {
  left: 82%;
  top: 17%;
  animation-delay: -2s
}

.hero-network span:nth-child(4) {
  left: 91%;
  top: 38%;
  animation-delay: -3s
}

.hero-network span:nth-child(5) {
  left: 77%;
  top: 50%
}

.hero-network span:nth-child(6) {
  left: 63%;
  top: 62%;
  animation-delay: -1.5s
}

.hero-network span:nth-child(7) {
  left: 88%;
  top: 72%;
  animation-delay: -2.5s
}

.hero-network span:nth-child(8) {
  left: 52%;
  top: 77%
}

.hero-network span:nth-child(9) {
  left: 42%;
  top: 22%;
  animation-delay: -.8s
}

.hero-network span:nth-child(10) {
  left: 47%;
  top: 48%;
  animation-delay: -2.2s
}

.hero-network span:nth-child(11) {
  left: 73%;
  top: 82%;
  animation-delay: -3.2s
}

.hero-network span:nth-child(12) {
  left: 95%;
  top: 58%;
  animation-delay: -1.7s
}

.hero-network i {
  position: absolute;
  height: 1px;
  width: 34vw;
  left: 48%;
  top: 30%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--brand), transparent 35%), transparent);
  transform: rotate(16deg);
  transform-origin: left
}

.hero-network i:nth-of-type(2) {
  top: 53%;
  left: 55%;
  transform: rotate(-14deg)
}

.hero-network i:nth-of-type(3) {
  top: 68%;
  left: 48%;
  width: 46vw;
  transform: rotate(7deg)
}

.hero-network i:nth-of-type(4) {
  top: 22%;
  left: 69%;
  width: 24vw;
  transform: rotate(57deg)
}

@keyframes nodePulse {
  50% {
    background: var(--brand);
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--brand), transparent 92%)
  }
}

.agency-hero-copy.hero-slide-content {
  width: min(760px, 58vw);
  z-index: 6
}

.hero-slide-content .agency-label {
  animation: slideLabelIn .72s var(--ease) both
}

.hero-slide-content h1 {
  max-width: 820px;
  font-size: clamp(58px, 7.4vw, 116px);
  line-height: .88;
  letter-spacing: -.075em;
  animation: headlineMaskIn .82s var(--ease) both
}

.hero-slide-content>p:not(.agency-label) {
  max-width: 590px;
  margin-top: 34px;
  animation: slideCopyIn .7s .16s var(--ease) both
}

.hero-slide-content .agency-actions {
  margin-top: 30px;
  animation: slideCopyIn .7s .24s var(--ease) both
}

@keyframes slideLabelIn {
  from {
    opacity: 0;
    transform: translateY(15px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes headlineMaskIn {
  from {
    opacity: .15;
    clip-path: inset(0 100% 0 0);
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    clip-path: inset(0);
    transform: none
  }
}

@keyframes slideCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.hero-slider[data-hero-state="1"] .hero-network span:nth-child(n+7),
.hero-slider[data-hero-state="2"] .hero-network span:nth-child(3n),
.hero-slider[data-hero-state="3"] .hero-network span:nth-child(even) {
  background: var(--brand)
}

.hero-slider[data-hero-state="1"] .hero-network i {
  transform: rotate(0)
}

.hero-slider[data-hero-state="2"] .hero-network i:nth-of-type(odd) {
  transform: rotate(-5deg)
}

.hero-slider[data-hero-state="3"] .hero-network i {
  background: linear-gradient(90deg, transparent, var(--cyan), var(--brand), transparent)
}

.hero-slider-ui {
  position: absolute;
  z-index: 9;
  left: max(5vw, 24px);
  bottom: 82px;
  display: flex;
  align-items: flex-end;
  gap: 8px
}

.hero-slider-ui>button {
  width: 72px;
  padding: 0 0 8px;
  background: transparent;
  border: 0;
  color: var(--muted);
  text-align: left
}

.hero-slider-ui>button>span {
  display: block;
  font: 9px var(--font-geist-mono);
  margin-bottom: 9px
}

.hero-slider-ui>button>i {
  display: block;
  height: 2px;
  background: var(--line);
  overflow: hidden
}

.hero-slider-ui>button>i b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--brand);
  transform-origin: left;
  animation: sliderProgress 6s linear forwards
}

.hero-slider-ui>button>i b.paused {
  animation-play-state: paused
}

.hero-slider-ui>button.active {
  color: var(--ink)
}

@keyframes sliderProgress {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.slider-arrows {
  display: flex;
  gap: 5px;
  margin-left: 12px
}

.slider-arrows button,
.statement-controls button {
  min-width: 40px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-2), transparent 25%);
  color: var(--ink);
  font-size: 9px;
  text-transform: uppercase
}

.statement-slider {
  position: relative;
  display: grid;
  min-height: 250px;
  padding: 42px max(5vw, 24px) 54px;
  overflow: hidden;
  touch-action: pan-y;
  background: linear-gradient(115deg, #4563EC, #5876FF 48%, #718AFF);
  background-size: 180% 100%;
  background-position: calc(50% + var(--banner-x, 0)*12%) center;
  color: #fff;
  transition: background-position .7s var(--ease)
}

html[data-theme="dark"] .statement-slider {
  background: linear-gradient(115deg, #5876FF, #748CFF 55%, #51D5E2);
  color: #fff
}

.statement-slider:before {
  content: "";
  position: absolute;
  inset: -80%;
  background: repeating-linear-gradient(90deg, transparent 0 120px, #ffffff0a 121px 122px);
  transform: translateX(calc(var(--banner-x, 0)*16px)) rotate(8deg);
  transition: transform .8s var(--ease)
}

.statement-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  gap: 3vw;
  align-items: center;
  width: 100%;
  font-size: clamp(34px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -.055em
}

.statement-copy p {
  margin: 0
}

.statement-copy p:last-child {
  text-align: right
}

.statement-copy>i {
  position: relative;
  height: 2px;
  background: #ffffff75;
  transform: scaleX(calc(1 + abs(var(--banner-x, 0))*.1))
}

.statement-copy>i:after {
  content: "→";
  position: absolute;
  right: -5px;
  top: -19px;
  font-style: normal;
  font-size: 32px;
  transform: rotate(calc(var(--banner-x, 0)*4deg))
}

.statement-copy>i span {
  position: absolute;
  width: 8px;
  height: 8px;
  top: -3px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  animation: arrowPulse 1.1s var(--ease) both
}

.statement-copy p:first-child {
  animation: statementLeft .72s var(--ease) both
}

.statement-copy p:last-child {
  animation: statementRight .72s var(--ease) both
}

@keyframes statementLeft {
  from {
    opacity: 0;
    transform: translateX(35px)
  }
}

@keyframes statementRight {
  from {
    opacity: 0;
    transform: translateX(-35px)
  }
}

@keyframes arrowPulse {
  to {
    left: 100%;
    opacity: 0
  }
}

.statement-progress {
  position: absolute;
  z-index: 2;
  left: max(5vw, 24px);
  right: max(5vw, 24px);
  bottom: 34px;
  height: 2px;
  background: #ffffff35
}

.statement-progress span {
  display: block;
  height: 100%;
  background: #fff;
  transform-origin: left;
  animation: statementProgress 4s linear forwards
}

.statement-progress span.paused {
  animation-play-state: paused
}

@keyframes statementProgress {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.statement-controls {
  position: absolute;
  z-index: 3;
  right: max(5vw, 24px);
  bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px
}

.statement-controls span {
  font: 9px var(--font-geist-mono);
  margin: 0 5px
}

.statement-controls button {
  color: #fff;
  border-color: #ffffff52;
  background: #ffffff10
}

.service-experience {
  position: relative;
  overflow: hidden;
  transition: background .75s var(--ease);
  --service-bg: #E9EEFF;
  --service-panel: #FFFFFF
}

.service-experience:before {
  content: "";
  position: absolute;
  width: 55vw;
  height: 55vw;
  right: -15vw;
  top: 7%;
  border: 1px solid color-mix(in srgb, var(--service-accent), transparent 55%);
  border-radius: 44% 56% 61% 39%;
  transform: rotate(calc(-6deg + var(--hero-x, 0)*2deg));
  opacity: .28;
  transition: border-radius .75s, transform .75s;
  will-change: transform
}

.service-experience[data-service-tone="web"] {
  --service-bg: #E9EEFF
}

.service-experience[data-service-tone="mobile"] {
  --service-bg: #E7F8F2
}

.service-experience[data-service-tone="ai"] {
  --service-bg: #F0EDFF
}

.service-experience[data-service-tone="custom"] {
  --service-bg: #FFF0EC
}

.service-experience[data-service-tone="cloud"] {
  --service-bg: #E6F8FB
}

.service-experience[data-service-tone="consulting"] {
  --service-bg: #F5EEFF
}

.service-experience,
html[data-theme="dark"] .service-experience {
  background: var(--service-bg);
  color: var(--ink)
}

html[data-theme="dark"] .service-experience[data-service-tone="web"] {
  --service-bg: #101B38;
  --service-panel: #151F35
}

html[data-theme="dark"] .service-experience[data-service-tone="mobile"] {
  --service-bg: #0D2C2B;
  --service-panel: #133936
}

html[data-theme="dark"] .service-experience[data-service-tone="ai"] {
  --service-bg: #211C3F;
  --service-panel: #2A2450
}

html[data-theme="dark"] .service-experience[data-service-tone="custom"] {
  --service-bg: #321A25;
  --service-panel: #42212D
}

html[data-theme="dark"] .service-experience[data-service-tone="cloud"] {
  --service-bg: #0B2935;
  --service-panel: #123A49
}

html[data-theme="dark"] .service-experience[data-service-tone="consulting"] {
  --service-bg: #241C3D;
  --service-panel: #2E2350
}

.service-experience .section-intro {
  position: relative;
  z-index: 2
}

.service-stage {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  min-height: 640px;
  background: color-mix(in srgb, var(--service-panel), transparent 6%);
  border-color: color-mix(in srgb, var(--service-accent), transparent 74%);
  box-shadow: 0 24px 55px color-mix(in srgb, var(--service-accent), transparent 91%);
  contain: layout paint;
  touch-action: pan-y
}

.service-tabs button {
  position: relative;
  height: 20%;
  color: var(--muted);
  overflow: hidden
}

.service-tabs button:before {
  content: "";
  position: absolute;
  inset: 7px 9px;
  background: color-mix(in srgb, var(--service-accent), transparent 88%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease);
  border-radius: 4px
}

.service-tabs button>* {
  position: relative;
  z-index: 1
}

.service-tabs button.active:before {
  transform: scaleX(1)
}

.service-tabs button.active {
  color: var(--ink);
  padding-left: 42px;
  background: transparent
}

.service-tabs button.active i {
  transform: rotate(45deg);
  color: var(--service-accent)
}

.service-panel {
  background: transparent;
  color: var(--ink);
  animation: servicePanelIn .75s var(--ease)
}

.service-panel h3 {
  color: var(--service-accent);
  clip-path: inset(0);
  animation: headlineMaskIn .75s var(--ease)
}

.service-panel>p:nth-of-type(2),
.service-panel>div span {
  color: var(--muted)
}

.service-panel>div span {
  animation: capabilityIn .5s calc(var(--item-order)*55ms) var(--ease) both
}

@keyframes servicePanelIn {
  from {
    opacity: .35;
    transform: translateY(14px)
  }
}

@keyframes capabilityIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }
}

.service-panel figure {
  right: 25px;
  bottom: 20px;
  width: 245px;
  height: 245px;
  border-color: color-mix(in srgb, var(--service-accent), transparent 38%);
  transition: .7s
}

.service-panel figure i:nth-child(1) {
  inset: 12%;
  border-color: var(--service-accent)
}

.service-panel figure i:nth-child(2) {
  inset: 32%;
  background: transparent
}

.service-panel figure i:nth-child(3) {
  position: absolute;
  inset: 44%;
  border: 0;
  background: var(--service-accent);
  border-radius: 50%;
  animation: visualPulse 2.3s ease-in-out infinite
}

.service-panel figure b {
  inset: 43%;
  color: var(--ink)
}

.service-panel figure[data-visual="improve"] {
  border-radius: 26%;
  transform: rotate(5deg)
}

.service-panel figure[data-visual="fix"] i:nth-child(1) {
  border-style: solid;
  border-right-color: transparent
}

.service-panel figure[data-visual="connect"] {
  border-radius: 35% 65% 48% 52%
}

.service-panel figure[data-visual="automate"] i:nth-child(1) {
  animation: slowturn 12s linear infinite
}

@keyframes visualPulse {
  50% {
    transform: scale(.7);
    opacity: .45
  }
}

.service-rail {
  position: absolute;
  right: 10px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: var(--line)
}

.service-rail span {
  display: block;
  width: 100%;
  background: var(--service-accent);
  transition: height .55s var(--ease)
}

.service-hint {
  position: absolute;
  left: 28px;
  bottom: 16px;
  color: var(--muted);
  font: 8px var(--font-geist-mono);
  text-transform: uppercase;
  letter-spacing: .14em
}

.section-slider-controls {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px
}

.section-slider-controls>button {
  min-height: 40px;
  padding: 0 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 9px;
  text-transform: uppercase
}

.section-dots {
  display: flex;
  gap: 6px;
  margin-right: auto
}

.section-dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  background: color-mix(in srgb, var(--ink), transparent 82%);
  transition: width .3s, background .3s
}

.section-dots button.active {
  width: 48px;
  background: var(--brand)
}

.solutions-dynamic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --solution-bg: #E9EEFF;
  --solution-x: 0;
  --solution-y: 0;
  transition: background .8s var(--ease)
}

.solutions-dynamic:before,
.solutions-dynamic:after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--brand), transparent 65%);
  border-radius: 50%;
  transition: transform .85s var(--ease), border-radius .85s, background .85s
}

.solutions-dynamic:before {
  width: 58vw;
  height: 58vw;
  right: -20vw;
  top: 3%;
  transform: translate3d(calc(var(--solution-x)*-12px), calc(var(--solution-y)*-12px), 0)
}

.solutions-dynamic:after {
  width: 30vw;
  height: 30vw;
  right: 14vw;
  top: 28%;
  border-style: dashed;
  transform: translate3d(calc(var(--solution-x)*10px), calc(var(--solution-y)*10px), 0)
}

.solutions-dynamic[data-solution-tone="launch"] {
  --solution-bg: linear-gradient(125deg, #F7F8FC, #DDE4FF)
}

.solutions-dynamic[data-solution-tone="sell"] {
  --solution-bg: linear-gradient(125deg, #FFF9F3, #FFE8E3)
}

.solutions-dynamic[data-solution-tone="manage"] {
  --solution-bg: linear-gradient(125deg, #F7F8FC, #E3F7EF)
}

.solutions-dynamic[data-solution-tone="connect"] {
  --solution-bg: linear-gradient(125deg, #EEF1F8, #E1F8FB)
}

.solutions-dynamic[data-solution-tone="automate"] {
  --solution-bg: linear-gradient(125deg, #F0EDFF, #DDE4FF)
}

.solutions-dynamic[data-solution-tone="grow"] {
  --solution-bg: linear-gradient(125deg, #E5F8F1, #DDE4FF 70%, #fff)
}

.solutions-dynamic {
  background: var(--solution-bg);
  color: var(--ink)
}

html[data-theme="dark"] .solutions-dynamic[data-solution-tone="launch"] {
  --solution-bg: linear-gradient(125deg, #09101F, #142553)
}

html[data-theme="dark"] .solutions-dynamic[data-solution-tone="sell"] {
  --solution-bg: linear-gradient(125deg, #211323, #452333)
}

html[data-theme="dark"] .solutions-dynamic[data-solution-tone="manage"] {
  --solution-bg: linear-gradient(125deg, #0B2022, #16443B)
}

html[data-theme="dark"] .solutions-dynamic[data-solution-tone="connect"] {
  --solution-bg: linear-gradient(125deg, #091627, #0C3A4B)
}

html[data-theme="dark"] .solutions-dynamic[data-solution-tone="automate"] {
  --solution-bg: linear-gradient(125deg, #16122F, #33285F)
}

html[data-theme="dark"] .solutions-dynamic[data-solution-tone="grow"] {
  --solution-bg: linear-gradient(125deg, #0A1D2B, #155047)
}

.rolling-emphasis {
  display: inline-grid;
  overflow: hidden;
  vertical-align: bottom
}

.rolling-emphasis em {
  display: block;
  color: var(--brand);
  animation: rollEmphasis .7s var(--ease) both
}

@keyframes rollEmphasis {
  from {
    opacity: 0;
    transform: translateY(100%)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.solutions-dynamic .section-intro,
.solutions-dynamic .solutions-experience,
.solutions-dynamic .section-slider-controls {
  position: relative;
  z-index: 2
}

.solutions-experience {
  touch-action: pan-y
}

.solution-list button {
  min-height: 92px
}

.solution-list button.active {
  background: color-mix(in srgb, var(--surface-2), transparent 34%);
  box-shadow: inset 3px 0 var(--brand)
}

.solution-list button p {
  font-size: 11px
}

.solution-visual {
  background: color-mix(in srgb, var(--surface-2), transparent 4%);
  box-shadow: 0 24px 58px color-mix(in srgb, var(--ink), transparent 92%);
  animation: solutionPanelIn .7s var(--ease);
  contain: layout paint
}

@keyframes solutionPanelIn {
  from {
    opacity: 0;
    transform: translateX(24px) scale(.98)
  }
}

.solution-visual>h3 {
  margin-top: 22px
}

.solution-symbol {
  height: 145px;
  margin-top: 20px;
  transform: translate3d(calc(var(--solution-x)*5px), calc(var(--solution-y)*5px), 0);
  transition: transform .8s var(--ease)
}

.solution-symbol i:nth-child(3) {
  position: absolute;
  inset: 38%;
  border: 0;
  background: color-mix(in srgb, var(--brand), transparent 72%);
  border-radius: 35%;
  animation: visualPulse 2.4s ease-in-out infinite
}

.solution-symbol[data-visual="sell"] i:first-child {
  border-radius: 25%;
  transform: rotate(12deg)
}

.solution-symbol[data-visual="manage"] i:nth-child(2) {
  border-radius: 20%
}

.solution-symbol[data-visual="connect"] i:first-child {
  border-radius: 40% 60%
}

.solution-symbol[data-visual="automate"] i:first-child {
  animation: slowturn 10s linear infinite
}

.solution-symbol[data-visual="grow"] {
  transform: scale(1.08) translate3d(calc(var(--solution-x)*5px), calc(var(--solution-y)*5px), 0)
}

.solution-visual dl {
  display: grid;
  gap: 0;
  margin: 24px 0 75px;
  border-top: 1px solid var(--line)
}

.solution-visual dl>div {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line)
}

.solution-visual dt {
  font: 8px var(--font-geist-mono);
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .1em
}

.solution-visual dd {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55
}

.solution-visual>a {
  bottom: 28px
}

button:active,
a.button:active,
.header-cta:active {
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0) scale(.97)
}

.button span,
.header-cta span,
.section-slider-controls button {
  transition: transform .2s
}

.button:hover span,
.header-cta:hover span {
  transform: translateX(4px)
}

@media(max-width:1100px) {
  .agency-hero-copy.hero-slide-content {
    width: 68vw
  }

  .hero-slide-content h1 {
    font-size: clamp(56px, 8.7vw, 94px)
  }

  .hero-slider-ui {
    bottom: 78px
  }

  .statement-copy {
    grid-template-columns: 1fr 90px 1fr
  }

  .service-panel figure {
    opacity: .55
  }

  .solution-visual {
    min-height: 690px
  }
}

@media(max-width:767px) {
  .hero-slider {
    min-height: 900px;
    padding-bottom: 180px;
    touch-action: pan-y
  }

  .hero-slider:before {
    display: none
  }

  .hero-network span:nth-child(n+7),
  .hero-network i:nth-of-type(n+3) {
    display: none
  }

  .agency-hero-copy.hero-slide-content {
    width: 100%
  }

  .hero-slide-content h1 {
    font-size: clamp(48px, 15vw, 64px);
    line-height: .91
  }

  .hero-slide-content>p:not(.agency-label) {
    font-size: 14px
  }

  .hero-slide-content .agency-actions {
    display: grid;
    width: 100%
  }

  .hero-slide-content .agency-actions .button {
    justify-content: space-between;
    width: 100%
  }

  .module-system {
    top: 58%;
    opacity: .2
  }

  .hero-slider-ui {
    left: 20px;
    right: 20px;
    bottom: 92px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
  }

  .hero-slider-ui>button {
    width: auto
  }

  .slider-arrows {
    grid-column: 1/-1;
    justify-content: flex-end;
    margin: 6px 0 0
  }

  .hero-meta {
    bottom: 26px
  }

  .statement-slider {
    min-height: 270px;
    padding: 38px 20px 74px
  }

  .statement-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 40px
  }

  .statement-copy p:last-child {
    text-align: left
  }

  .statement-copy>i {
    width: 110px
  }

  .statement-controls {
    right: 20px;
    bottom: 8px
  }

  .statement-progress {
    left: 20px;
    right: 20px;
    bottom: 54px
  }

  .service-experience,
  .solutions-dynamic {
    padding-left: 20px;
    padding-right: 20px
  }

  .service-stage {
    display: block;
    min-height: 0;
    overflow: hidden
  }

  .service-tabs {
    display: flex;
    border: 0;
    border-bottom: 1px solid var(--line)
  }

  .service-tabs button {
    flex: 0 0 42%;
    height: 68px
  }

  .service-tabs button.active {
    padding-left: 16px
  }

  .service-panel {
    min-height: 590px;
    padding: 35px 20px 210px
  }

  .service-panel h3 {
    font-size: 62px
  }

  .service-panel>div {
    grid-template-columns: 1fr
  }

  .service-panel figure {
    right: calc(50% - 105px);
    bottom: 10px;
    width: 210px;
    height: 210px
  }

  .service-hint {
    display: none
  }

  .service-rail {
    right: 5px
  }

  .section-slider-controls {
    justify-content: space-between;
    flex-wrap: wrap
  }

  .section-dots {
    order: -1;
    flex: 0 0 100%;
    margin-bottom: 8px
  }

  .section-dots button {
    flex: 1
  }

  .section-slider-controls>button {
    padding: 0 10px
  }

  .solutions-dynamic:before {
    width: 120vw;
    height: 120vw
  }

  .solutions-experience {
    display: flex;
    flex-direction: column
  }

  .solution-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    border: 0
  }

  .solution-list button {
    flex: 0 0 42%;
    display: grid;
    grid-template-columns: 28px 1fr 20px;
    min-height: 74px;
    scroll-snap-align: start;
    border-top: 1px solid var(--line)
  }

  .solution-list button p {
    display: none !important
  }

  .solution-visual {
    min-height: 720px;
    padding: 28px 22px
  }

  .solution-visual>h3 {
    font-size: 50px
  }

  .solution-visual dl>div {
    grid-template-columns: 1fr;
    gap: 7px
  }

  .solution-symbol {
    height: 135px
  }

  .rolling-emphasis {
    display: block
  }

  .solutions-dynamic .section-intro h2 {
    font-size: 46px
  }
}

@media(prefers-reduced-motion:reduce) {

  .hero-slider:before,
  .hero-network i,
  .hero-network span,
  .service-experience:before,
  .solutions-dynamic:before,
  .solutions-dynamic:after {
    animation: none !important;
    transform: none !important
  }

  .hero-slide-content *,
  .statement-copy p,
  .statement-copy>i span,
  .service-panel,
  .service-panel h3,
  .service-panel>div span,
  .solution-visual,
  .rolling-emphasis em {
    animation: none !important
  }

  .hero-slider-ui>button>i b,
  .statement-progress span {
    animation: none !important;
    transform: scaleX(1)
  }

  .service-panel figure i,
  .solution-symbol i {
    animation: none !important
  }
}

.motion-lite .hero-network span:nth-child(n+7),
.motion-lite .hero-network i:nth-of-type(n+3),
.motion-lite .service-experience:before,
.motion-lite .solutions-dynamic:after {
  display: none
}

.motion-lite .solution-symbol i,
.motion-lite .service-panel figure i {
  animation: none
}

.motion-paused * {
  animation-play-state: paused !important
}

.motion-average .hero-network span:nth-child(n+10),
.motion-average .hero-network i:nth-of-type(n+4) {
  display: none
}

.motion-average .grain {
  opacity: .025
}

.motion-lite .grain,
.motion-lite .custom-cursor {
  display: none !important
}

.motion-lite .hero-network,
.motion-lite .solutions-dynamic:before {
  transform: none !important;
  will-change: auto
}

.motion-lite .service-stage,
.motion-lite .solution-visual {
  box-shadow: 0 16px 36px color-mix(in srgb, var(--ink), transparent 94%)
}

.motion-lite [data-magnetic] {
  transform: none !important
}

@media(max-width:767px), (pointer:coarse) {

  .hero-network span:nth-child(n+5),
  .hero-network i:nth-of-type(n+2) {
    display: none
  }

  .hero-network,
  .service-experience:before,
  .solutions-dynamic:before,
  .solutions-dynamic:after {
    animation: none !important;
    transform: none !important
  }

  .hero-slide-content *,
  .statement-copy p,
  .service-panel,
  .solution-visual {
    animation-duration: .42s !important
  }

  .magnetic,
  .custom-cursor {
    transform: none !important;
    display: none !important
  }
}

.section-autoplay-progress {
  position: relative;
  z-index: 3;
  height: 2px;
  margin-top: 18px;
  overflow: hidden;
  background: var(--line)
}

.section-autoplay-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--brand);
  transform-origin: left;
  animation: sectionAutoplay 5s linear forwards
}

.solutions-dynamic .section-autoplay-progress span {
  animation-duration: 6s
}

.section-autoplay-progress span.paused {
  animation-play-state: paused
}

@keyframes sectionAutoplay {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@media(prefers-reduced-motion:reduce) {
  .section-autoplay-progress {
    display: none
  }
}

.service-tabs button {
  height: calc(100% / 6)
}

.service-tabs button strong {
  font-size: clamp(18px, 1.9vw, 28px);
  letter-spacing: -.04em
}

.service-panel h3 {
  max-width: 780px;
  font-size: clamp(52px, 6.8vw, 104px);
  line-height: .9;
  text-wrap: balance
}

.service-panel figure b {
  font: 600 42px/1 var(--font-manrope), sans-serif
}

.service-panel figure[data-visual="web"] {
  border-radius: 22%;
  transform: rotate(4deg)
}

.service-panel figure[data-visual="mobile"] {
  width: 190px;
  border-radius: 32px;
  transform: rotate(-5deg)
}

.service-panel figure[data-visual="ai"] i:first-child {
  animation: slowturn 10s linear infinite
}

.service-panel figure[data-visual="custom"] {
  border-radius: 35% 65% 48% 52%
}

.service-panel figure[data-visual="cloud"] i:first-child {
  border-style: dotted;
  animation: slowturn 16s linear infinite reverse
}

.service-panel figure[data-visual="consulting"] {
  border-radius: 18%;
  transform: rotate(45deg)
}

.service-panel figure[data-visual="consulting"] b {
  transform: rotate(-45deg)
}

@media(max-width:767px) {
  .service-tabs button {
    height: 68px
  }

  .service-panel h3 {
    font-size: clamp(44px, 13vw, 62px)
  }

  .service-panel figure b {
    font-size: 34px
  }
}

/* Responsive hardening for dynamic content */
.section-shell,
.section-intro>div,
.service-stage,
.service-tabs,
.service-panel,
.solutions-experience,
.solution-list,
.solution-visual {
  min-width: 0
}

h1,
h2,
h3,
p,
dd {
  overflow-wrap: break-word
}

@media(max-width:960px) {
  .service-stage {
    display: block;
    min-height: 0;
    overflow: hidden
  }

  .service-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    scrollbar-width: none
  }

  .service-tabs::-webkit-scrollbar {
    display: none
  }

  .service-tabs button {
    flex: 0 0 210px;
    height: 82px;
    scroll-snap-align: start;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    padding: 0 18px
  }

  .service-tabs button.active {
    padding-left: 24px
  }

  .service-tabs button strong {
    font-size: 20px;
    white-space: normal
  }

  .service-panel {
    min-height: 620px;
    padding: 50px 34px 230px
  }

  .service-panel h3 {
    max-width: 680px;
    font-size: clamp(50px, 9vw, 78px)
  }

  .service-panel figure {
    right: 24px;
    bottom: 20px;
    width: 190px;
    height: 190px
  }

  .service-panel figure[data-visual="mobile"] {
    width: 150px;
    height: 190px
  }
}

@media(max-width:767px) {
  .section-shell {
    padding-left: 20px;
    padding-right: 20px
  }

  .service-experience .section-intro h2 {
    font-size: clamp(40px, 11.5vw, 54px)
  }

  .service-experience .rolling-emphasis {
    display: block;
    margin-top: .08em
  }

  .service-tabs button {
    flex-basis: 72vw;
    max-width: 280px;
    height: 72px
  }

  .service-panel {
    min-height: 560px;
    padding: 34px 20px 205px
  }

  .service-panel h3 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .94;
    margin: 22px 0
  }

  .service-panel>p:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.55
  }

  .service-panel>div {
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    margin-top: 30px
  }

  .service-panel>div span {
    font-size: 11px
  }

  .service-panel figure,
  .service-panel figure[data-visual="mobile"] {
    right: calc(50% - 82px);
    bottom: 18px;
    width: 164px;
    height: 164px
  }

  .solution-list button {
    flex: 0 0 76%;
    max-width: 310px
  }

  .solution-visual {
    min-height: 0;
    padding: 28px 22px 88px
  }

  .solution-visual>a {
    left: 22px;
    bottom: 28px
  }

  .solution-visual dl {
    margin-bottom: 18px
  }

  .section-slider-controls {
    align-items: center
  }
}

@media(max-width:480px) {
  .section-shell {
    padding-top: 76px;
    padding-bottom: 76px
  }

  .hero-slide-content h1 {
    font-size: clamp(42px, 13vw, 54px)
  }

  .statement-copy {
    font-size: clamp(30px, 9vw, 38px)
  }

  .service-panel {
    padding-left: 16px;
    padding-right: 16px
  }

  .service-panel h3 {
    font-size: clamp(39px, 11.7vw, 50px)
  }

  .service-panel>div {
    grid-template-columns: 1fr
  }

  .solution-visual>h3 {
    font-size: 44px
  }

  .section-slider-controls>button {
    min-height: 38px;
    padding: 0 11px
  }
}

/* ZeeBright brand mark */
.f-mark {
  padding: 5px;
  overflow: hidden
}

.f-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.furqan-loader .loader-mark {
  width: auto;
  height: 64px;
  max-width: 78vw;
  object-fit: contain;
  animation: markIn .45s ease both
}

@media(max-width:480px) {
  .furqan-loader .loader-mark {
    height: 44px
  }
}

.module-system>b {
  font-size: 20px;
  letter-spacing: -.03em
}

.logo strong,
footer .logo strong {
  color: #748CFF
}

.giant-f>span {
  letter-spacing: -.08em
}

/* Fix: an older mobile-nav rule was being overridden by a later unconditional
   .desktop-nav{display:grid} rule, so the hamburger menu never appeared and
   the nav links never hid on narrow viewports. Re-assert the breakpoint last
   so it wins the cascade. */
@media(max-width:1100px) {
  .desktop-nav {
    display: none
  }

  .site-header {
    grid-template-columns: 1fr auto
  }

  .header-cta {
    display: none
  }

  .menu-toggle {
    display: flex;
    justify-self: end;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0 11px
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform .25s
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg)
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg)
  }
}

.logo-full {
  display: inline-flex;
  align-items: center
}

.logo-full img {
  height: 30px;
  width: auto
}

.logo-full img.logo-dark {
  display: none
}

html[data-theme="dark"] .logo-full img.logo-light {
  display: none
}

html[data-theme="dark"] .logo-full img.logo-dark {
  display: block
}

@media(max-width:767px) {
  .logo-full img {
    height: 24px
  }
}

.logo-dark {
  display: none
}

html[data-theme="dark"] .logo-light {
  display: none
}

html[data-theme="dark"] .logo-dark {
  display: block
}

/* Capability detail pages */
.service-detail-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line)
}

.service-detail-list li {
  padding: 16px 0 16px 26px;
  position: relative;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--service-accent, var(--brand))
}

.service-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px
}

.service-related-links a {
  border-bottom: 1px solid color-mix(in srgb, var(--ink), transparent 65%);
  padding-bottom: 4px;
  font-size: 13px;
  color: var(--ink)
}

.service-related-links a:hover {
  color: var(--brand);
  border-color: var(--brand)
}

.legal-page .button.lime {
  margin-top: 30px;
  display: inline-flex
}

@media(max-width:600px) {
  .service-detail-list {
    grid-template-columns: 1fr
  }
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  z-index: 80;
  left: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .45);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 34px rgba(37, 211, 102, .55);
}

@media(max-width:767px) {
  .whatsapp-float {
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}