:root {
  --ink: #0a0a0a;
  --paper: #f2f0e9;
  --white: #fff;
  --blue: #5b7cff;
  --lime: #d8ff42;
  --muted: #77756f;
  --line: rgba(10, 10, 10, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

em {
  color: var(--blue);
  font-style: normal;
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(91,124,255,.09);
  filter: blur(70px);
  pointer-events: none;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.site-header {
  height: 88px;
  padding: 0 clamp(24px,5vw,76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.3px;
}

.brand strong {
  color: #8c8c8c;
  font-weight: 500;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  font-family: Syne,sans-serif;
  font-size: 17px;
  transform: rotate(-4deg);
}

.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #bdbdbd;
}

.desktop-nav a {
  transition: .2s;
}

.desktop-nav a:hover {
  color: white;
}

.header-cta {
  border: 1px solid rgba(255,255,255,.3);
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 700;
  transition: .25s;
}

.header-cta:hover {
  background: white;
  color: black;
}

.header-cta span {
  margin-left: 10px;
}

.menu-button {
  display: none;
  background: transparent;
  border: 0;
  padding: 10px;
}

.menu-button span {
  width: 25px;
  height: 1px;
  background: white;
  display: block;
  margin: 6px;
}

.hero {
  min-height: 850px;
  height: min(100vh,970px);
  position: relative;
  padding: 150px clamp(24px,7vw,110px) 60px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom,black,transparent 90%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  opacity: .75;
}

.orb-one {
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle at 35% 35%,#7c94ff,#233699 60%,transparent 70%);
  right: 2%;
  top: 15%;
  filter: blur(45px);
  opacity: .28;
}

.orb-two {
  width: 220px;
  height: 220px;
  background: #d8ff42;
  right: 33%;
  bottom: -150px;
  filter: blur(90px);
  opacity: .13;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 45px;
}

.eyebrow {
  margin: 0 0 26px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2.2px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 26px;
  height: 1px;
  background: var(--blue);
}

.eyebrow.dark {
  color: #686762;
}

.hero h1, .section h2, .cta-section h2 {
  font-family: Syne,sans-serif;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: .92;
  margin: 0;
}

.hero h1 {
  font-size: clamp(63px,6.7vw,116px);
}

.hero h1 em {
  position: relative;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 5px;
  background: var(--blue);
  transform: scaleX(.7) rotate(-1deg);
  opacity: .45;
}

.hero-lead {
  max-width: 510px;
  color: #aaa;
  font-size: clamp(15px,1.25vw,19px);
  line-height: 1.65;
  margin: 31px 0 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 17px 20px;
  font-size: 12px;
  font-weight: 800;
}

.button-primary {
  background: var(--blue);
  min-width: 200px;
}

.button-primary:hover {
  background: #7892ff;
}

.text-link {
  font-size: 12px;
  border-bottom: 1px solid #666;
  padding: 10px 0;
}

.text-link span {
  padding-left: 8px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  height: 565px;
}

.browser-window {
  position: absolute;
  width: 82%;
  height: 390px;
  left: 6%;
  top: 75px;
  background: #dedbd0;
  transform: perspective(1000px) rotateY(-6deg) rotateX(2deg);
  box-shadow: 0 40px 90px #000;
  overflow: hidden;
}

.browser-top {
  height: 32px;
  background: #f3f1ea;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  font-size: 7px;
}

.browser-top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bbb;
}

.browser-top span {
  margin-left: 15px;
}

.browser-content {
  height: calc(100% - 32px);
  background: #eae7df;
  color: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.mock-nav {
  height: 54px;
  padding: 15px 23px;
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 14px;
}

.mock-nav b {
  margin-right: auto;
  font-size: 19px;
}

.mock-nav span {
  width: 26px;
  height: 2px;
  background: #aaa;
}

.mock-copy {
  position: absolute;
  left: 9%;
  top: 30%;
  z-index: 2;
}

.mock-copy small {
  font-size: 7px;
  letter-spacing: 2px;
}

.mock-copy strong {
  display: block;
  font: 700 38px/1 Syne;
  margin: 13px 0;
  letter-spacing: -2px;
}

.mock-copy i {
  display: block;
  width: 70px;
  height: 19px;
  background: var(--blue);
}

.mock-art {
  position: absolute;
  width: 48%;
  aspect-ratio: 1;
  right: -3%;
  bottom: -11%;
  border-radius: 50%;
  background: linear-gradient(145deg,#6e86ed,#273069);
  box-shadow: inset 20px 20px 50px rgba(255,255,255,.25);
}

.mock-art div {
  width: 52%;
  height: 52%;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  margin: 24%;
}

.mock-art span {
  position: absolute;
  right: 20%;
  top: 18%;
  font: 700 9px Syne;
  color: white;
}

.phone-window {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 8px;
  width: 155px;
  height: 315px;
  border: 5px solid #191919;
  background: #efeee9;
  border-radius: 25px;
  color: #111;
  padding: 26px 14px 14px;
  box-shadow: 0 25px 50px #000;
  overflow: hidden;
  transform: rotate(4deg);
}

.phone-pill {
  position: absolute;
  width: 48px;
  height: 10px;
  border-radius: 10px;
  background: #111;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-logo {
  font: 700 14px Syne;
}

.phone-window small {
  display: block;
  margin-top: 42px;
  font-size: 10px;
  line-height: 1.4;
}

.phone-window small b {
  font: 700 22px Syne;
  letter-spacing: -1px;
}

.phone-art {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(145deg,#7d95ff,#192a7c);
  position: absolute;
  bottom: -38px;
  left: 13px;
}

.floating-note {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 42px;
  padding: 12px 16px;
  background: white;
  color: #111;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 18px 35px rgba(0,0,0,.3);
  animation: float 4s ease-in-out infinite;
}

.floating-note>span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  font-size: 12px;
}

.floating-note b,.floating-note small {
  display: block;
}

.floating-note b {
  font-size: 10px;
}

.floating-note small {
  font-size: 7px;
  color: #777;
  margin-top: 2px;
}

.visual-badge {
  position: absolute;
  z-index: 5;
  right: 12%;
  top: 46px;
  background: var(--lime);
  color: #111;
  padding: 10px 13px;
  font-size: 8px;
  font-weight: 800;
  transform: rotate(4deg);
}

@keyframes float {
  50% {
    transform: translateY(-9px);
  }
}

.hero-bottom {
  position: absolute;
  left: clamp(24px,7vw,110px);
  right: clamp(24px,7vw,110px);
  bottom: 27px;
  display: flex;
  gap: 30px;
  color: #767676;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 3;
}

.hero-bottom p {
  margin: 0;
}

.hero-bottom b {
  color: #ccc;
  margin-right: 5px;
}

.hero-bottom a {
  margin-left: auto;
}

.hero-bottom a span {
  color: white;
  margin-left: 7px;
}

.trust-strip {
  background: var(--blue);
  color: white;
  overflow: hidden;
  padding: 16px 0;
  transform: rotate(-1.2deg) scale(1.02);
  position: relative;
  z-index: 5;
}

.marquee {
  display: flex;
  gap: 31px;
  align-items: center;
  width: max-content;
  animation: marquee 20s linear infinite;
  font: 700 13px Syne;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.marquee i {
  font-style: normal;
  color: var(--lime);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 130px clamp(24px,7vw,110px);
}

.services,.process {
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 70px;
}

.section-heading .eyebrow {
  align-self: start;
}

.section h2 {
  font-size: clamp(45px,5.2vw,82px);
  grid-column: 2;
}

.section-heading>p:last-child {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  max-width: 350px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.service-card {
  background: #e8e5dc;
  padding: 31px;
  min-height: 445px;
  position: relative;
  border: 1px solid transparent;
  transition: .35s;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #c6c2b6;
}

.service-card.featured {
  background: var(--ink);
  color: white;
}

.service-number {
  font-size: 9px;
  color: #777;
}

.service-icon {
  width: 43px;
  height: 43px;
  border: 1px solid #aaa;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  right: 26px;
  top: 26px;
}

.service-card h3 {
  font: 700 clamp(29px,3vw,44px)/1 Syne;
  letter-spacing: -2px;
  margin: 75px 0 22px;
}

.service-card p {
  color: #777;
  font-size: 12px;
  line-height: 1.7;
  max-width: 290px;
}

.service-card.featured p {
  color: #999;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
  border-top: 1px solid rgba(128,128,128,.3);
}

.service-card li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(128,128,128,.3);
  font-size: 10px;
}

.service-card li::before {
  content: "+";
  margin-right: 8px;
  color: var(--blue);
}

.projects {
  background: #0b0b0b;
}

.projects-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  margin-bottom: 90px;
}

.projects h2 {
  font-size: clamp(52px,7vw,105px);
}

.projects-head>p {
  color: #888;
  font-size: 13px;
  line-height: 1.8;
  max-width: 360px;
  margin: 0 0 10px auto;
}

.project {
  display: grid;
  grid-template-columns: 35% 65%;
  min-height: 620px;
  border-top: 1px solid #333;
  padding: 90px 0;
  align-items: center;
}

.project-info {
  padding-right: 60px;
}

.project-info>span {
  font-size: 9px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.project-info h3 {
  font: 700 clamp(43px,5vw,78px)/.9 Syne;
  letter-spacing: -4px;
  margin: 35px 0 25px;
}

.project-info p {
  color: #888;
  font-size: 12px;
  line-height: 1.8;
  max-width: 330px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 28px 0 50px;
}

.tags i {
  font-style: normal;
  font-size: 8px;
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  padding: 7px 10px;
  color: #aaa;
}

.project-info>a {
  font-size: 11px;
  border-bottom: 1px solid #555;
  padding-bottom: 8px;
}

.project-info>a b {
  color: var(--blue);
  margin-left: 7px;
}

.project-screen {
  height: 500px;
  position: relative;
  overflow: hidden;
  color: white;
  box-shadow: 0 25px 70px rgba(0,0,0,.5);
}

.screen-bar {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 28px;
  position: relative;
  z-index: 3;
}

.screen-bar>span {
  font: 700 16px Syne;
  margin-right: auto;
}

.screen-bar i {
  width: 36px;
  height: 2px;
  background: rgba(255,255,255,.4);
}

.screen-copy {
  position: absolute;
  z-index: 2;
  left: 9%;
  top: 29%;
}

.screen-copy small {
  font-size: 7px;
  letter-spacing: 2px;
}

.screen-copy strong {
  display: block;
  font: 700 clamp(37px,4vw,62px)/.92 Syne;
  letter-spacing: -3px;
  margin: 15px 0 25px;
}

.screen-copy button {
  border: 0;
  background: white;
  padding: 11px 18px;
  font-size: 8px;
  font-weight: 700;
}

.green-screen {
  background: radial-gradient(circle at 80% 70%,#5c7449,#19231a 70%);
}

.green-screen .screen-copy strong {
  color: #f0ead9;
}

.wood-stack {
  position: absolute;
  right: -2%;
  bottom: 4%;
  width: 48%;
  height: 55%;
  transform: rotate(-8deg);
}

.wood-stack i {
  display: block;
  height: 20%;
  background: linear-gradient(#c18e55,#6c4326);
  margin: 4%;
  border: 7px solid #8a5b33;
  box-shadow: 0 15px 25px rgba(0,0,0,.3);
  transform: skewY(-3deg);
}

.orange-screen {
  background: #151515;
}

.orange-screen .screen-bar>span span {
  color: #ff6a1a;
}

.orange-screen .screen-copy {
  top: 23%;
}

.orange-screen .screen-copy strong {
  font-size: clamp(33px,3.6vw,56px);
}

.orange-screen .screen-copy button {
  background: #ff5b00;
  color: #fff;
}

.headlight {
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 65%;
  height: 90%;
  border-radius: 70% 20% 15% 55%;
  background: linear-gradient(145deg,#444,#090909 55%);
  transform: rotate(-10deg);
  box-shadow: inset 0 0 80px #000;
}

.lamp {
  position: absolute;
  width: 60%;
  height: 35%;
  left: 16%;
  top: 25%;
  background: radial-gradient(ellipse,#fff 0,#ffab4b 13%,#57504a 16%,#090909 54%);
  border-radius: 55% 45% 60% 30%;
  transform: rotate(7deg);
}

.beam {
  position: absolute;
  left: -80%;
  top: 20%;
  width: 140%;
  height: 45%;
  background: linear-gradient(90deg,transparent,rgba(255,119,33,.23));
  filter: blur(13px);
  clip-path: polygon(0 35%,100% 0,100% 100%,0 65%);
}

.blue-screen {
  background: linear-gradient(145deg,#e8edf7,#b9c6e5);
  padding: 50px;
  color: #111;
}

.blue-screen .screen-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #19367d;
  color: #fff;
}

.dashboard-mock {
  height: 100%;
  background: #f7f8fc;
  margin-top: 8px;
  display: flex;
  box-shadow: 0 20px 60px rgba(25,54,125,.3);
}

.dashboard-mock aside {
  width: 65px;
  background: #172f6d;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 20px;
}

.dashboard-mock aside b {
  color: white;
}

.dashboard-mock aside i {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 4px;
}

.dash-main {
  padding: 45px;
  width: 100%;
}

.dash-main small {
  color: #8090ad;
  display: block;
}

.dash-main>strong {
  font: 700 25px Syne;
  display: block;
  margin: 8px 0 35px;
}

.dash-cards {
  display: flex;
  gap: 12px;
}

.dash-cards i {
  height: 70px;
  flex: 1;
  background: linear-gradient(135deg,#fff,#e1e8fa);
  box-shadow: 0 5px 16px rgba(50,80,140,.1);
  border-radius: 5px;
}

.chart {
  height: 130px;
  background: #fff;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.chart:before,.chart:after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: #eef0f5;
  top: 35%;
}

.chart:after {
  top: 70%;
}

.chart span {
  position: absolute;
  inset: 20px;
  background: linear-gradient(155deg,transparent 45%,#5b7cff 46%,#5b7cff 48%,transparent 49%);
}

.process .section-heading {
  grid-template-columns: 1fr 2.4fr;
}

.process .section-heading h2 {
  grid-column: 2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #bbb;
}

.process-grid article {
  padding: 24px 30px 20px 0;
  position: relative;
}

.process-grid article>span {
  font-size: 9px;
  color: #888;
}

.process-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: 0 0 0 6px var(--paper);
}

.process-grid h3 {
  font: 700 24px Syne;
  margin: 50px 0 18px;
}

.process-grid p {
  font-size: 11px;
  line-height: 1.8;
  color: #777;
  max-width: 240px;
}

.cta-section {
  min-height: 800px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.cta-section .eyebrow {
  color: #888;
}

.cta-section h2 {
  font-size: clamp(60px,8vw,125px);
  position: relative;
  z-index: 2;
}

.cta-section>p:not(.eyebrow) {
  color: #888;
  font-size: 13px;
  margin: 30px 0;
  max-width: 440px;
  line-height: 1.7;
}

.cta-orb {
  position: absolute;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background: radial-gradient(circle,#334cc4 0,#172367 45%,transparent 68%);
  filter: blur(40px);
  opacity: .5;
}

.big-cta {
  background: var(--lime);
  color: #111;
  width: min(490px,90vw);
  padding: 21px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  transition: .2s;
}

.big-cta:hover {
  transform: scale(1.02);
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 80px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

.contact-meta div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-meta small {
  font-size: 7px;
  color: #666;
  letter-spacing: 1.5px;
}

.contact-meta a,.contact-meta span {
  font-size: 10px;
  color: #bbb;
}

footer {
  padding: 30px clamp(24px,5vw,76px);
  border-top: 1px solid #292929;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  color: #777;
  font-size: 9px;
}

footer .brand {
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-one {
  transition-delay: .12s;
}

.delay-two {
  transition-delay: .24s;
}

.delay-three {
  transition-delay: .36s;
}

@media(max-width:900px) {
  .desktop-nav,.header-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .site-header.open {
    position: fixed;
    background: #0a0a0a;
    height: auto;
    min-height: 88px;
    flex-wrap: wrap;
  }
  .site-header.open .desktop-nav {
    display: flex;
    order: 3;
    width: 100%;
    flex-direction: column;
    padding: 25px 0 35px;
    font-size: 18px;
  }
  .site-header.open .menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .site-header.open .menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .hero {
    height: auto;
    min-height: 1050px;
    grid-template-columns: 1fr;
    padding-top: 145px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-visual {
    height: 480px;
    margin-top: 25px;
  }
  .browser-window {
    width: 88%;
    height: 320px;
    left: 0;
  }
  .phone-window {
    width: 130px;
    height: 270px;
  }
  .hero-bottom {
    display: none;
  }
  .section-heading,.projects-head {
    grid-template-columns: 1fr;
  }
  .section h2,.section-heading h2,.process .section-heading h2 {
    grid-column: 1;
  }
  .section-heading>p:last-child {
    margin-top: 10px;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 390px;
  }
  .project {
    grid-template-columns: 1fr;
    padding: 70px 0;
  }
  .project-info {
    padding: 0 0 45px;
  }
  .project-screen {
    height: 430px;
  }
  .process .section-heading {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-meta {
    gap: 25px;
  }
}

@media(max-width:560px) {
  .site-header {
    height: 72px;
    padding: 0 18px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
  }
  .hero {
    padding: 115px 20px 45px;
    min-height: 960px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -3.7px;
  }
  .hero-lead {
    font-size: 14px;
    margin: 24px 0;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .hero-visual {
    height: 380px;
  }
  .browser-window {
    top: 45px;
    height: 250px;
    width: 96%;
  }
  .mock-copy strong {
    font-size: 27px;
  }
  .phone-window {
    width: 105px;
    height: 220px;
    right: -5px;
    bottom: 0;
    border-width: 4px;
  }
  .phone-window small {
    margin-top: 25px;
  }
  .phone-window small b {
    font-size: 16px;
  }
  .floating-note {
    bottom: 10px;
    left: -3px;
  }
  .visual-badge {
    right: 0;
    top: 25px;
  }
  .trust-strip {
    padding: 12px 0;
  }
  .section {
    padding: 90px 20px;
  }
  .section-heading {
    margin-bottom: 45px;
    gap: 15px;
  }
  .section h2 {
    font-size: 44px;
    letter-spacing: -3px;
  }
  .service-card {
    padding: 26px;
  }
  .projects h2 {
    font-size: 58px;
  }
  .projects-head>p {
    margin: 25px 0 0;
  }
  .project {
    padding: 60px 0;
  }
  .project-info h3 {
    font-size: 52px;
  }
  .project-screen {
    height: 300px;
  }
  .screen-bar {
    height: 45px;
    padding: 0 14px;
  }
  .screen-bar i {
    width: 15px;
  }
  .screen-copy strong {
    font-size: 34px;
  }
  .wood-stack {
    width: 55%;
  }
  .blue-screen {
    padding: 37px 12px 10px;
  }
  .dashboard-mock aside {
    width: 40px;
    padding: 12px 8px;
  }
  .dash-main {
    padding: 24px 15px;
  }
  .dash-main>strong {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .dash-cards i {
    height: 45px;
  }
  .chart {
    height: 85px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-grid article {
    border-bottom: 1px solid #ccc;
  }
  .process-dot {
    display: none;
  }
  .process-grid h3 {
    margin-top: 25px;
  }
  .cta-section {
    min-height: 700px;
  }
  .cta-section h2 {
    font-size: 58px;
    letter-spacing: -4px;
  }
  .contact-meta {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 55px;
  }
  footer {
    flex-direction: column;
    gap: 20px;
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto!important;
    animation: none!important;
    transition: none!important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.dynamic-screen {
  background-color: var(--project-color);
  background-image: linear-gradient(145deg,color-mix(in srgb,var(--project-color) 72%,#111),#090909);
  background-size: cover;
  background-position: center;
}

.dynamic-screen .screen-copy {
  max-width: 60%;
}

.dynamic-screen .screen-copy strong {
  max-width: 520px;
}

.dynamic-screen .screen-copy button {
  background: var(--project-color);
  color: #fff;
}

.dynamic-shape {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  right: -70px;
  bottom: -100px;
  background: linear-gradient(145deg,rgba(255,255,255,.32),rgba(0,0,0,.25));
  box-shadow: inset 20px 20px 70px rgba(255,255,255,.2);
}

.dynamic-shape i {
  position: absolute;
  inset: 24%;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
}

.contact-form {
  width: min(760px,94vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
}

.contact-form input,.contact-form textarea {
  width: 100%;
  border: 1px solid #333;
  background: #121212;
  color: #fff;
  padding: 14px;
  outline: none;
}

.contact-form input:focus,.contact-form textarea:focus {
  border-color: var(--blue);
}

.contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form .form-full {
  grid-column: 1/-1;
}

.contact-form button {
  border: 0;
  background: var(--blue);
  color: #fff;
  padding: 15px 18px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.form-result {
  grid-column: 1/-1;
  background: rgba(216,255,66,.12);
  border: 1px solid rgba(216,255,66,.35);
  color: var(--lime);
  padding: 12px;
  font-size: 11px;
}

.cta-section {
  min-height: 1050px;
}

@media(max-width:560px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-form label,.contact-form .form-full {
    grid-column: 1;
  }
  .dynamic-screen .screen-copy {
    max-width: 72%;
  }
  .dynamic-shape {
    width: 230px;
    height: 230px;
  }
  .cta-section {
    min-height: 1100px;
  }
}

.all-projects-link {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

.all-projects-link .button {
  min-width: 245px;
}

.inner-header {
  position: absolute;
}

.projects-page-hero {
  min-height: 650px;
  padding: 190px clamp(24px,7vw,110px) 90px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: end;
}

.projects-page-hero .hero-grid {
  position: absolute;
}

.projects-page-hero>div:not(.hero-grid):not(.hero-orb) {
  position: relative;
  z-index: 2;
}

.projects-page-hero h1 {
  font: 700 clamp(65px,8vw,125px)/.88 Syne;
  letter-spacing: -6px;
  margin: 0;
}

.projects-page-hero>p {
  position: relative;
  z-index: 2;
  color: #888;
  font-size: 14px;
  line-height: 1.8;
  max-width: 430px;
  margin: 0 0 15px auto;
}

.projects-page-list {
  padding-top: 25px;
}

.projects-page-list .project:first-of-type {
  border-top: 0;
}

.projects-empty {
  text-align: center;
  color: #888;
  padding: 120px 20px;
}

.project-page-cta {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 24px;
  background: #111;
}

.project-page-cta>p {
  color: #888;
  font-size: 12px;
}

.project-page-cta h2 {
  font: 700 clamp(60px,8vw,118px)/.9 Syne;
  letter-spacing: -6px;
  margin: 25px 0 45px;
}

.project-page-cta .button {
  min-width: 220px;
}

@media(max-width:900px) {
  .projects-page-hero {
    grid-template-columns: 1fr;
    min-height: 700px;
    padding-top: 160px;
  }
  .projects-page-hero>p {
    margin: 45px 0 0;
  }
  .projects-page-hero h1 {
    letter-spacing: -5px;
  }
}

@media(max-width:560px) {
  .projects-page-hero {
    min-height: 600px;
    padding: 130px 20px 70px;
  }
  .projects-page-hero h1 {
    font-size: 55px;
    letter-spacing: -4px;
  }
  .project-page-cta h2 {
    font-size: 58px;
    letter-spacing: -4px;
  }
}

.case-page {
  background: #0a0a0a;
}

.case-hero {
  min-height: 850px;
  padding: 165px clamp(24px,7vw,110px) 90px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 7vw;
  align-items: center;
}

.case-hero .hero-grid {
  position: absolute;
}

.case-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  right: 5%;
  top: 15%;
  background: var(--case-color);
  filter: blur(150px);
  opacity: .2;
}

.case-hero-copy,.case-cover {
  position: relative;
  z-index: 2;
}

.case-back {
  display: inline-block;
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 75px;
}

.case-hero h1 {
  font: 700 clamp(56px,6vw,102px)/.9 Syne;
  letter-spacing: -5px;
  margin: 25px 0 35px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.case-hero-copy>p:last-child {
  color: #999;
  line-height: 1.8;
  font-size: 14px;
  max-width: 570px;
}

.case-cover {
  height: auto;
  aspect-ratio: 1/1;
  background: linear-gradient(145deg,var(--case-color),#111);
  box-shadow: 0 35px 90px #000;
  transform: rotate(1.5deg);
  overflow: hidden;
}

.case-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case-cover>div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 55px;
  background: linear-gradient(145deg,transparent,rgba(0,0,0,.75));
}

.case-cover small {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.case-cover strong {
  font: 700 clamp(45px,5vw,80px)/.9 Syne;
  letter-spacing: -4px;
  margin-top: 20px;
}

.case-meta {
  padding: 35px clamp(24px,7vw,110px);
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 35px;
}

.case-meta div,.case-meta a {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.case-meta small {
  font-size: 8px;
  color: #666;
  letter-spacing: 1.4px;
}

.case-meta strong {
  font-size: 11px;
  color: #bbb;
}

.case-meta a strong {
  color: var(--case-color);
}

.case-story {
  background: var(--paper);
  color: var(--ink);
  padding: 145px clamp(24px,7vw,110px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}

.case-story article>span {
  font-size: 10px;
  color: #999;
}

.case-story .eyebrow {
  margin-top: 75px;
}

.case-story .eyebrow i {
  width: 25px;
  height: 1px;
  background: var(--case-color);
}

.case-story h2,.case-features h2,.case-cta h2 {
  font: 700 clamp(43px,5vw,76px)/.94 Syne;
  letter-spacing: -4px;
  margin: 25px 0 35px;
}

.case-story article>p:last-child {
  color: #6d6b65;
  font-size: 13px;
  line-height: 1.9;
  max-width: 530px;
}

.case-features {
  padding: 145px clamp(24px,7vw,110px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
}

.case-features ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
}

.case-features li {
  display: grid;
  grid-template-columns: 55px 1fr 30px;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 25px 0;
}

.case-features li span {
  color: #666;
  font-size: 9px;
}

.case-features li strong {
  font: 600 clamp(18px,2.2vw,30px) Syne;
}

.case-features li i {
  font-style: normal;
  color: var(--case-color);
}

.case-gallery {
  padding: 0 clamp(24px,7vw,110px) 145px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.case-gallery figure {
  margin: 0;
  height: auto;
  aspect-ratio: 1/1;
  background: #141414;
  overflow: hidden;
}

.case-gallery figure.wide {
  grid-column: 1/-1;
  height: auto;
  aspect-ratio: 1/1;
}

.case-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .7s;
}

.case-gallery figure:hover img {
  transform: none;
}

.case-cta {
  min-height: 700px;
  background: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 24px;
}

.case-cta>p {
  font-size: 11px;
  color: #888;
}

.case-cta h2 {
  font-size: clamp(58px,8vw,115px);
  margin: 25px 0 50px;
}

.case-cta .button {
  min-width: 230px;
  background: var(--case-color);
}

@media(max-width:900px) {
  .case-hero {
    grid-template-columns: 1fr;
    padding-top: 145px;
  }
  .case-back {
    margin-bottom: 45px;
  }
  .case-meta {
    grid-template-columns: 1fr 1fr;
  }
  .case-story,.case-features {
    grid-template-columns: 1fr;
  }
  .case-story {
    gap: 80px;
  }
  .case-features {
    gap: 55px;
  }
}

@media(max-width:560px) {
  .case-hero {
    padding: 115px 20px 70px;
    min-height: 800px;
  }
  .case-hero h1 {
    font-size: 48px;
    line-height: .95;
    letter-spacing: -3px;
  }
  .case-meta {
    padding: 30px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
  }
  .case-story,.case-features {
    padding: 90px 20px;
  }
  .case-story h2,.case-features h2 {
    font-size: 42px;
    letter-spacing: -3px;
  }
  .case-story .eyebrow {
    margin-top: 45px;
  }
  .case-gallery {
    padding: 0 20px 90px;
    grid-template-columns: 1fr;
  }
  .case-gallery figure,.case-gallery figure.wide {
    grid-column: 1;
  }
  .case-cta {
    min-height: 620px;
  }
  .case-cta h2 {
    font-size: 55px;
    letter-spacing: -4px;
  }
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin: auto;
  width: min(980px,calc(100% - 48px));
  background: #f2f0e9;
  color: #111;
  border: 1px solid #d2cec2;
  box-shadow: 0 25px 80px rgba(0,0,0,.55);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  font: 700 17px Syne;
}

.cookie-banner p {
  font-size: 11px;
  line-height: 1.65;
  color: #666;
  margin: 7px 0 5px;
  max-width: 650px;
}

.cookie-banner a {
  font-size: 9px;
  color: #526dff;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.cookie-actions button {
  border: 1px solid #bbb;
  background: transparent;
  color: #111;
  padding: 12px 18px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-actions .accept {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.privacy-page {
  min-height: calc(100vh - 95px);
  padding: 180px clamp(24px,7vw,110px) 120px;
}

.privacy-page>h1 {
  font: 700 clamp(62px,8vw,122px)/.88 Syne;
  letter-spacing: -6px;
  margin: 30px 0 90px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #333;
}

.privacy-grid article {
  padding: 45px 6vw 55px 0;
  border-bottom: 1px solid #333;
}

.privacy-grid article:nth-child(even) {
  padding-left: 6vw;
  border-left: 1px solid #333;
}

.privacy-grid span {
  font-size: 9px;
  color: var(--blue);
}

.privacy-grid h2 {
  font: 700 clamp(24px,3vw,38px) Syne;
  letter-spacing: -1.5px;
  margin: 25px 0 20px;
}

.privacy-grid p {
  color: #999;
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
  max-width: 600px;
}

.privacy-grid a {
  color: #aebcff;
  border-bottom: 1px solid #526dff;
}

@media(max-width:700px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 18px;
    display: block;
  }
  .cookie-actions {
    margin-top: 16px;
  }
  .cookie-actions button {
    flex: 1;
  }
  .privacy-page {
    padding: 130px 20px 80px;
  }
  .privacy-page>h1 {
    font-size: 55px;
    letter-spacing: -4px;
    margin-bottom: 60px;
  }
  .privacy-grid {
    grid-template-columns: 1fr;
  }
  .privacy-grid article,.privacy-grid article:nth-child(even) {
    padding: 35px 0;
    border-left: 0;
  }
  footer {
    justify-content: center;
    text-align: center;
  }
}
