:root {
  --ink: #101112;
  --paper: #f3f1eb;
  --lime: #c8ff36;
  --violet: #7b68ee;
  --muted: #6f716c;
  --line: rgba(16, 17, 18, 0.15);
}
* {
  box-sizing: border-box;
}
img,
svg {
  max-width: 100%;
}
img {
  display: block;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button {
  font: inherit;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 20;
  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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header {
  height: 86px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.brand {
  font:
    700 20px Manrope,
    sans-serif;
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: -0.7px;
}
.brand > span:last-child > span {
  color: var(--lime);
}
.brand-mark {
  width: 28px;
  height: 18px;
  position: relative;
}
.brand-mark i {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.brand-mark i:last-child {
  right: 0;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
}
.desktop-nav a {
  opacity: 0.72;
  transition: 0.25s;
  position: relative;
  padding: 8px 0;
}
.desktop-nav a:hover,
.desktop-nav a.active {
  opacity: 1;
}
.desktop-nav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--lime);
}
.header-cta {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 0;
}
.header-cta span {
  margin-left: 12px;
  color: var(--lime);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
}
.hero {
  min-height: 790px;
  height: 100vh;
  max-height: 960px;
  background: #111216;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 7vw 60px;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px
  );
  background-size: 25vw 100%;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.orb-one {
  width: 470px;
  height: 470px;
  background: radial-gradient(
    circle at 32% 32%,
    #dfecff,
    #8069ff 22%,
    #4b2b9c 55%,
    transparent 70%
  );
  right: -110px;
  top: 80px;
  opacity: 0.6;
}
.orb-two {
  width: 330px;
  height: 330px;
  background: radial-gradient(
    circle,
    #c8ff36 0,
    rgba(200, 255, 54, 0.08) 45%,
    transparent 69%
  );
  left: -160px;
  bottom: -130px;
  opacity: 0.28;
}
.eyebrow,
.kicker {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2.2px;
  font-weight: 600;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c8c8c8;
  position: relative;
  z-index: 1;
}
.eyebrow span {
  width: 24px;
  height: 1px;
  background: var(--lime);
}
.hero h1 {
  font:
    600 clamp(64px, 9.2vw, 142px) / 0.89 Manrope,
    sans-serif;
  letter-spacing: -0.072em;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.hero h1 em,
.section-intro h2 em,
.process h2 em,
.contact h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--lime);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 55px 2vw 0 34vw;
  position: relative;
  z-index: 1;
}
.hero-bottom p {
  max-width: 425px;
  color: #babbbd;
  line-height: 1.7;
  font-size: 17px;
}
.circle-link {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #646568;
  display: grid;
  place-items: center;
  transition: 0.3s;
}
.circle-link:hover {
  background: var(--lime);
  color: #111;
  border-color: var(--lime);
}
.circle-link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.hero-meta {
  position: absolute;
  left: 7vw;
  bottom: 55px;
  display: flex;
  gap: 24px;
  text-transform: uppercase;
  color: #777a7d;
  font-size: 10px;
  letter-spacing: 1.4px;
  z-index: 1;
}
.hero-meta span + span:before {
  content: "·";
  margin-right: 24px;
}
.marquee {
  background: var(--lime);
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  animation: scroll 22s linear infinite;
  font: 700 14px Manrope;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.marquee b {
  font-size: 18px;
}
@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding: 130px 7vw;
}
.section-intro {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-bottom: 85px;
}
.section-intro > div {
  display: flex;
  align-items: start;
  gap: 24px;
}
.index {
  font-size: 11px;
  color: #999;
}
.section-intro h2,
.process h2 {
  font: 600 clamp(40px, 5.1vw, 76px) / 1.05 Manrope;
  letter-spacing: -0.055em;
}
.section-intro h2 em,
.process h2 em {
  color: var(--violet);
}
.service-list {
  border-top: 1px solid var(--line);
}
.service-card {
  display: grid;
  grid-template-columns: 8% 12% 1fr;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  transition: 0.35s;
}
.service-card:hover {
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.4);
}
.service-number {
  font-size: 11px;
  color: #999;
}
.service-icon {
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.service-card > div:last-child {
  display: grid;
  grid-template-columns: 35% 40% 1fr;
  gap: 30px;
  align-items: start;
}
.service-card h3 {
  font: 600 28px Manrope;
  letter-spacing: -1px;
}
.service-card p {
  color: var(--muted);
  line-height: 1.65;
  max-width: 390px;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service-card li + li {
  margin-top: 10px;
}
.work {
  background: #151619;
  color: #fff;
}
.work .kicker {
  color: #aaa;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 26px;
}
.project-large {
  grid-column: 1/-1;
}
.project-art {
  height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: 0.5s;
}
.project:hover .project-art {
  transform: scale(0.985);
}
.project:hover .project-art > * {
  transform: scale(1.03);
}
.project-art > * {
  transition: 0.5s;
}
.project-large .project-art {
  height: 680px;
}
.art-one {
  background: #d6ff5c;
}
.mock-browser {
  width: 70%;
  height: 73%;
  background: #f5f2eb;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
  color: #111;
}
.mock-bar {
  height: 36px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 6px;
}
.mock-bar i {
  width: 7px;
  height: 7px;
  border: 1px solid #999;
  border-radius: 50%;
}
.mock-page {
  height: calc(100% - 36px);
  padding: 7%;
  position: relative;
  background: linear-gradient(135deg, #eeeae1 65%, #c6bdaf 65%);
}
.mock-page small {
  font: 600 8px Manrope;
  letter-spacing: 2px;
}
.mock-page strong {
  font: 600 clamp(34px, 5vw, 72px) / 0.9 Manrope;
  display: block;
  margin-top: 10%;
  letter-spacing: -4px;
}
.mock-page strong em {
  font-family: Georgia;
  font-weight: 400;
  color: #725de8;
}
.mock-page span {
  position: absolute;
  width: 32%;
  aspect-ratio: 1;
  background: #735eea;
  border-radius: 50%;
  bottom: 8%;
  right: 8%;
  mix-blend-mode: multiply;
}
.art-two {
  background: #d8d0ff;
}
.phone {
  height: 83%;
  aspect-ratio: 0.52;
  background: #111;
  border: 7px solid #272727;
  border-radius: 38px;
  padding: 8px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.25);
}
.phone-content {
  height: 100%;
  border-radius: 25px;
  background: #ebe8de;
  color: #161616;
  padding: 25px 18px;
  position: relative;
  overflow: hidden;
}
.phone-content small {
  letter-spacing: 5px;
}
.sun {
  height: 58%;
  width: 160%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 45%,
    #fff 0 10%,
    #ffd761 11% 27%,
    #e99665 28% 43%,
    #8a6cd6 44% 57%,
    #23242a 58%
  );
  position: absolute;
  left: -30%;
  top: 16%;
}
.phone strong {
  position: absolute;
  bottom: 30px;
  left: 20px;
  font: 600 35px/1 Manrope;
}
.art-three {
  background: #c7e5df;
}
.poster {
  width: 63%;
  height: 76%;
  background: #e8e0ce;
  color: #17221c;
  padding: 7%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
  background-image: radial-gradient(
    circle at 80% 75%,
    #587965 0 18%,
    transparent 18%
  );
}
.poster small {
  font-size: 8px;
  letter-spacing: 2px;
}
.poster strong {
  display: block;
  font: 700 clamp(34px, 5vw, 65px) / 0.85 Manrope;
  margin-top: 26%;
  letter-spacing: -3px;
}
.poster strong i {
  font-family: Georgia;
  font-weight: 400;
}
.poster p {
  margin-top: 16%;
  font-size: 11px;
}
.project-info {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}
.project-info h3 {
  font: 600 21px Manrope;
}
.project-info p {
  color: #898b8d;
  font-size: 13px;
  margin-top: 6px;
}
.project-info > span {
  font-size: 12px;
  color: #aaa;
}
.process {
  display: grid;
  grid-template-columns: 42% 48%;
  justify-content: space-between;
}
.process-copy {
  position: sticky;
  top: 90px;
  align-self: start;
}
.process h2 {
  margin-top: 25px;
}
.process-copy > p {
  margin: 30px 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 480px;
}
.text-link {
  display: inline-flex;
  gap: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.text-link span {
  color: var(--violet);
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.steps li > span {
  font-size: 11px;
  color: #999;
}
.steps h3 {
  font: 600 25px Manrope;
  margin-bottom: 10px;
}
.steps p {
  color: var(--muted);
  line-height: 1.6;
}
.about {
  background: var(--violet);
  color: #fff;
}
.about-statement {
  display: grid;
  grid-template-columns: 30% 70%;
}
.about-statement p {
  font: 500 clamp(36px, 5.2vw, 75px) / 1.13 Manrope;
  letter-spacing: -0.05em;
}
.about-statement em {
  font-family: Georgia;
  font-weight: 400;
  color: var(--lime);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px 0 0 30%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.stats div {
  padding: 30px 0;
}
.stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 30px;
}
.stats strong {
  display: block;
  font: 600 52px Manrope;
}
.stats strong:after {
  content: "+";
}
.stats div:nth-child(2) strong:after {
  content: "";
}
.stats div:nth-child(3) strong:after {
  content: "%";
}
.stats span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}
.contact {
  min-height: 700px;
  background: #111216;
  color: #fff;
  padding: 135px 7vw;
  position: relative;
  overflow: hidden;
}
.contact-orb {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -140px;
  top: 20px;
  background: radial-gradient(
    circle at 35% 35%,
    #c8ff36,
    #7864e8 27%,
    #2b205b 55%,
    transparent 70%
  );
  opacity: 0.75;
}
.contact h2 {
  font: 600 clamp(55px, 8vw, 120px) / 0.92 Manrope;
  letter-spacing: -0.065em;
  margin: 35px 0 65px;
  position: relative;
}
.contact-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(520px, 100%);
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 20px 0;
  position: relative;
}
.contact-button b {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--lime);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 21px;
}
.contact-details {
  position: absolute;
  right: 7vw;
  bottom: 65px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: #a5a6a8;
}
footer {
  padding: 70px 7vw 0;
  background: #0b0c0e;
  color: #fff;
  display: grid;
  grid-template-columns: 24% 24% 52%;
  align-items: start;
}
footer p {
  color: #77797d;
  line-height: 1.6;
  font-size: 13px;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 35px;
  font-size: 13px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.footer-column h3 {
  font: 600 12px Manrope;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 0 0 10px;
}
.footer-column a {
  color: #8e9094;
  transition: 0.2s;
}
.footer-column a:hover {
  color: var(--lime);
}
.social-links {
  display: flex;
  gap: 9px;
  margin-bottom: 12px;
}
.social-links a,
.social-links span {
  width: 38px;
  height: 38px;
  border: 1px solid #303236;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.25s;
}
.social-links a:hover {
  background: var(--lime);
  border-color: var(--lime);
  color: #111;
  transform: translateY(-2px);
}
.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.social-pending {
  color: #4f5155;
  cursor: not-allowed;
}
.footer-column .footer-legal {
  font-size: 11px;
}
.footer-legal-column{min-width:120px}
.footer-contact-list{display:flex;flex-direction:column;gap:14px;width:100%;margin-bottom:16px}.footer-contact-list>a,.footer-location{display:flex;align-items:flex-start;gap:10px;color:#8e9094}.contact-icon{width:29px;height:29px;flex:0 0 29px;border:1px solid #303236;border-radius:50%;display:grid;place-items:center;color:var(--lime)}.contact-icon svg{width:13px;height:13px;fill:currentColor}.footer-contact-list small,.footer-location small{display:block;margin-bottom:3px;color:#5f6267;font-size:8px;text-transform:uppercase;letter-spacing:1px}.footer-contact-list>a>span:last-child,.footer-location address{font-size:10px;line-height:1.5;overflow-wrap:anywhere}.footer-location address{margin:0;color:#77797d;font-style:normal}.footer-column .social-title{margin-top:5px;margin-bottom:1px}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #292a2d;
  margin-top: 65px;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: #74767a;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.back-to-top {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a8aaad;
  transition: 0.25s;
}
.back-to-top b {
  width: 32px;
  height: 32px;
  border: 1px solid #34363a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--lime);
  font-size: 14px;
  transition: 0.25s;
}
.back-to-top:hover {
  color: #fff;
}
.back-to-top:hover b {
  background: var(--lime);
  border-color: var(--lime);
  color: #111;
  transform: translateY(-2px);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  .site-header {
    height: 72px;
    padding: 0 22px;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .menu-toggle span {
    display: block;
    height: 1px;
    background: currentColor;
    margin: 7px 0;
  }
  .menu-open .desktop-nav {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: #111216;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font: 600 30px Manrope;
  }
  .hero {
    padding: 115px 22px 35px;
    min-height: 680px;
  }
  .hero h1 {
    font-size: 16.5vw;
    line-height: 0.94;
  }
  .hero-bottom {
    margin: 45px 0 0;
    align-items: center;
  }
  .hero-bottom p {
    font-size: 14px;
    max-width: 70%;
  }
  .hero-meta {
    display: none;
  }
  .orb-one {
    width: 330px;
    height: 330px;
  }
  .section {
    padding: 85px 22px;
  }
  .section-intro {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .section-intro > div {
    margin-bottom: 30px;
  }
  .section-intro h2 {
    font-size: 43px;
  }
  .service-card {
    grid-template-columns: 45px 1fr;
    padding: 28px 0;
  }
  .service-icon {
    display: none;
  }
  .service-card > div:last-child {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .service-card ul {
    display: none;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .project-large {
    grid-column: auto;
  }
  .project-art,
  .project-large .project-art {
    height: 460px;
  }
  .mock-browser {
    width: 88%;
    height: 68%;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .process-copy {
    position: static;
  }
  .about-statement {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about-statement p {
    font-size: 39px;
  }
  .stats {
    margin: 65px 0 0;
    grid-template-columns: 1fr;
  }
  .stats div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
  }
  .contact {
    min-height: 650px;
    padding: 90px 22px;
  }
  .contact h2 {
    font-size: 15vw;
  }
  .contact-orb {
    width: 400px;
    height: 400px;
    right: -220px;
  }
  .contact-details {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 70px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 55px 22px 22px;
  }
  .footer-bottom {
    grid-column: auto;
    flex-direction: column;
    gap: 13px;
    margin-top: 20px;
  }
  .poster {
    width: 80%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .marquee-track {
    animation: none;
  }
}

/* Inner pages */
.inner-page .site-header {
  position: relative;
  background: #111216;
}
.inner-page .site-header .active {
  color: var(--lime);
  opacity: 1;
}
.inner-hero {
  background: #111216;
  color: #fff;
  min-height: 590px;
  padding: 120px 7vw 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.inner-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px
  );
  background-size: 25vw 100%;
  pointer-events: none;
}
.inner-hero .eyebrow {
  margin-bottom: 35px;
}
.inner-hero h1 {
  font: 600 clamp(62px, 9vw, 132px) / 0.88 Manrope;
  letter-spacing: -0.07em;
  position: relative;
  z-index: 1;
}
.inner-hero h1 em {
  font-family: Georgia;
  font-weight: 400;
  color: var(--lime);
}
.inner-hero > p {
  max-width: 570px;
  margin: 45px 0 0 42%;
  color: #aeb0b4;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.inner-orb {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  right: -100px;
  top: -90px;
  background: radial-gradient(
    circle at 33% 33%,
    #e7efff,
    #8069ff 24%,
    #34236b 57%,
    transparent 70%
  );
  opacity: 0.7;
}
.story {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 30px;
}
.story-main > p {
  font: 500 clamp(31px, 4.2vw, 61px) / 1.18 Manrope;
  letter-spacing: -0.045em;
}
.story-main > p em {
  font-family: Georgia;
  font-weight: 400;
  color: var(--violet);
}
.story-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: 65px;
  color: var(--muted);
  line-height: 1.8;
}
.values {
  background: #ded9ff;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.value-card {
  padding: 40px 35px 50px 0;
}
.value-card + .value-card {
  border-left: 1px solid var(--line);
  padding-left: 35px;
}
.value-card > span {
  font-size: 11px;
  color: #777;
}
.value-card h3 {
  font: 600 28px Manrope;
  margin: 55px 0 18px;
}
.value-card p {
  color: #5e5d67;
  line-height: 1.7;
}
.team-note {
  display: grid;
  grid-template-columns: 42% 50%;
  justify-content: space-between;
  align-items: center;
}
.team-visual {
  aspect-ratio: 1.2;
  background: #c8ff36;
  position: relative;
  overflow: hidden;
}
.team-visual:before,
.team-visual:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.team-visual:before {
  width: 70%;
  height: 70%;
  background: #8069ee;
  left: 15%;
  top: 15%;
}
.team-visual:after {
  width: 35%;
  height: 80%;
  background: #111216;
  left: 32%;
  top: 10%;
  border-radius: 50% 50% 8% 8%;
}
.team-copy h2 {
  font: 600 clamp(38px, 5vw, 65px) / 1.05 Manrope;
  letter-spacing: -0.05em;
  margin: 25px 0;
}
.team-copy h2 em {
  font-family: Georgia;
  font-weight: 400;
  color: var(--violet);
}
.team-copy p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 30px;
}
.inner-cta {
  background: var(--lime);
  padding: 85px 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-cta h2 {
  font: 600 clamp(38px, 5vw, 70px) / 1 Manrope;
  letter-spacing: -0.05em;
}
.inner-cta a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  transition: 0.3s;
}
.inner-cta a:hover {
  transform: rotate(45deg);
}
.contact-layout {
  display: grid;
  grid-template-columns: 38% 55%;
  justify-content: space-between;
}
.contact-aside h2 {
  font: 600 clamp(35px, 4vw, 56px) / 1.08 Manrope;
  letter-spacing: -0.045em;
}
.contact-aside h2 em {
  font-family: Georgia;
  font-weight: 400;
  color: var(--violet);
}
.contact-aside > p {
  color: var(--muted);
  line-height: 1.7;
  margin: 25px 0 50px;
  max-width: 390px;
}
.contact-method {
  display: block;
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.contact-method small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  font-size: 9px;
  margin-bottom: 8px;
}
.contact-method strong {
  font: 500 16px Manrope;
}
.contact-method span {
  float: right;
  color: var(--violet);
}
.contact-panel {
  background: #fff;
  padding: 55px;
}
.contact-panel h3 {
  font: 600 27px Manrope;
  margin-bottom: 35px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.field {
  margin-bottom: 28px;
}
.field label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 11px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c9c9c6;
  background: transparent;
  padding: 10px 0 13px;
  font: 15px "DM Sans";
  outline: none;
  border-radius: 0;
}
.field textarea {
  min-height: 100px;
  resize: vertical;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--violet);
}
.form-button {
  width: 100%;
  border: 0;
  background: #111;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 22px;
  font: 600 14px Manrope;
  cursor: pointer;
  transition: 0.25s;
}
.form-button b {
  color: var(--lime);
  font-size: 20px;
}
.form-button:hover {
  background: var(--violet);
}
.form-button.sent {
  background: #49764b;
}
.quote-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 75px;
}
.quote-intro .kicker {
  color: var(--violet);
}
.quote-intro h2 {
  font: 600 clamp(40px, 5vw, 68px) / 1.05 Manrope;
  letter-spacing: -0.05em;
  margin: 22px 0;
}
.quote-intro p {
  color: var(--muted);
  line-height: 1.7;
}
.quote-wrap {
  max-width: 1000px;
  margin: auto;
}
.quote-form {
  background: #fff;
  padding: 60px 7%;
  box-shadow: 0 25px 80px rgba(21, 22, 25, 0.08);
}
.form-section {
  display: grid;
  grid-template-columns: 28% 72%;
  padding: 0 0 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid var(--line);
}
.form-section > div:first-child span {
  display: block;
  color: var(--violet);
  font-size: 11px;
  margin-bottom: 10px;
}
.form-section > div:first-child h3 {
  font: 600 20px Manrope;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.choice {
  position: relative;
}
.choice input {
  position: absolute;
  opacity: 0;
}
.choice label {
  display: flex;
  border: 1px solid #d4d4d1;
  padding: 16px;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.2s;
}
.choice label:after {
  content: "○";
}
.choice input:checked + label {
  border-color: var(--violet);
  background: #f1efff;
}
.choice input:checked + label:after {
  content: "●";
  color: var(--violet);
}
.quote-footnote {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-top: 22px;
}
@media (max-width: 800px) {
  .inner-hero {
    min-height: 540px;
    padding: 80px 22px 60px;
  }
  .inner-hero h1 {
    font-size: 17vw;
  }
  .inner-hero > p {
    margin: 35px 0 0;
    font-size: 15px;
  }
  .story,
  .team-note,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .story-columns {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .value-card + .value-card {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }
  .value-card h3 {
    margin-top: 30px;
  }
  .inner-cta {
    padding: 60px 22px;
  }
  .contact-panel {
    padding: 35px 22px;
  }
  .field-row,
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .form-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .quote-form {
    padding: 40px 22px;
  }
}

.service-detail {
  display: grid;
  grid-template-columns: 10% 32% 1fr;
  gap: 30px;
  padding: 55px 0;
  border-top: 1px solid var(--line);
}
.service-detail:last-child {
  border-bottom: 1px solid var(--line);
}
.service-detail > span {
  color: #999;
  font-size: 11px;
}
.service-detail h2 {
  font: 600 clamp(28px, 3vw, 43px) / 1.1 Manrope;
  letter-spacing: -0.04em;
}
.service-detail p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 25px;
}
.deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.deliverables li {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.deliverables li:before {
  content: "+";
  color: var(--violet);
  margin-right: 10px;
}
.tech-strip {
  background: #111216;
  color: #fff;
  padding: 65px 7vw;
}
.tech-strip > p {
  text-align: center;
  color: #85878a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.tech-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.tech-list span {
  border: 1px solid #36383c;
  border-radius: 50px;
  padding: 13px 22px;
  font: 500 13px Manrope;
}
.testimonials {
  background: #e2deff;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.client-quote {
  background: rgba(255, 255, 255, 0.65);
  padding: 38px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client-quote > p {
  font: 500 20px/1.55 Manrope;
  letter-spacing: -0.02em;
}
.client-quote footer {
  display: block;
  background: none;
  color: var(--ink);
  padding: 0;
}
.client-quote strong,
.client-quote small {
  display: block;
}
.client-quote small {
  color: var(--muted);
  margin-top: 5px;
}
.faq-list {
  max-width: 900px;
  margin-left: auto;
}
.faq-item {
  border-top: 1px solid var(--line);
}
.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-question {
  width: 100%;
  background: none;
  border: 0;
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font: 600 18px Manrope;
  cursor: pointer;
}
.faq-question span {
  color: var(--violet);
  font-size: 24px;
  transition: 0.25s;
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.35s;
}
.faq-answer p {
  overflow: hidden;
  color: var(--muted);
  line-height: 1.7;
  max-width: 700px;
}
.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item.open .faq-answer p {
  padding-bottom: 28px;
}
.faq-item.open .faq-question span {
  transform: rotate(45deg);
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 25px;
}
.case-card:first-child {
  grid-column: 1/-1;
}
.case-cover {
  height: 520px;
  padding: 7%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.case-card:first-child .case-cover {
  height: 650px;
}
.case-cover.one {
  background: linear-gradient(135deg, #caff3d 0 55%, #8b75ef 55%);
}
.case-cover.two {
  background: #ded8ff;
}
.case-cover.three {
  background: #bedfd7;
}
.case-title {
  font: 700 clamp(40px, 6vw, 90px) / 0.85 Manrope;
  letter-spacing: -0.07em;
}
.case-title em {
  font-family: Georgia;
  font-weight: 400;
}
.case-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.case-meta h2 {
  font: 600 22px Manrope;
}
.case-meta p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 6px;
}
.result-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #36373a;
}
.result-band div {
  background: #17181b;
  color: #fff;
  padding: 55px 7vw;
}
.result-band strong {
  font: 600 52px Manrope;
  color: var(--lime);
  display: block;
}
.result-band span {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.legal {
  max-width: 900px;
  margin: auto;
}
.legal h2 {
  font: 600 28px Manrope;
  margin: 55px 0 15px;
}
.legal h2:first-child {
  margin-top: 0;
}
.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.8;
}
.legal li + li {
  margin-top: 8px;
}
.legal .updated {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--violet);
  margin-bottom: 45px;
}
.not-found {
  min-height: 100vh;
  background: #111216;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
}
.not-found strong {
  display: block;
  font: 700 clamp(120px, 24vw, 320px) / 0.7 Manrope;
  color: var(--lime);
  letter-spacing: -0.1em;
}
.not-found h1 {
  font: 600 clamp(32px, 5vw, 62px) Manrope;
  margin: 40px 0 15px;
}
.not-found p {
  color: #999;
  margin-bottom: 30px;
}
.not-found a {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 16px 25px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .service-detail {
    grid-template-columns: 45px 1fr;
  }
  .service-detail > div:last-child {
    grid-column: 2;
  }
  .deliverables,
  .quote-grid,
  .case-grid,
  .result-band {
    grid-template-columns: 1fr;
  }
  .case-card:first-child {
    grid-column: auto;
  }
  .case-cover,
  .case-card:first-child .case-cover {
    height: 440px;
  }
  .client-quote {
    min-height: 270px;
  }
}

/* Calls to action */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 0 22px;
  font: 600 13px Manrope;
  transition:
    transform 0.25s,
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: var(--lime);
  color: #111;
}
.button-primary:hover {
  background: #fff;
}
.button-ghost {
  border: 1px solid #555;
  color: #fff;
}
.button-ghost:hover {
  border-color: #fff;
}
.button-dark {
  background: #111;
  color: #fff;
}
.button-dark span,
.button-light span {
  color: var(--lime);
}
.button-light {
  background: #fff;
  color: #111;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}
.section-action {
  margin-top: 55px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.section-action > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.section-action strong {
  font: 600 18px Manrope;
}
.section-action > div > span {
  font-size: 13px;
  color: var(--muted);
}
.section-action-dark {
  border-color: #3b3c3f;
}
.section-action-dark > div > span {
  color: #888b8e;
}
.inline-cta {
  display: block;
  color: var(--lime);
  font-weight: 600;
  margin-top: 15px;
  width: max-content;
  border-bottom: 1px solid currentColor;
}
@media (max-width: 800px) {
  .hero {
    min-height: 760px;
  }
  .hero-bottom {
    align-items: flex-end;
  }
  .hero-bottom > div {
    max-width: calc(100% - 55px);
  }
  .hero-bottom p {
    max-width: 100%;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-actions .button {
    min-height: 46px;
    padding: 0 15px;
  }
  .section-action {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-action .button {
    width: 100%;
  }
}
@media (max-width: 800px) {
  footer .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .footer-connect {
    grid-column: 1/-1;
  }
  .social-links {
    margin-top: 2px;
  }
  .footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 15px;
    min-height: auto;
    padding: 24px 0;
  }
  .back-to-top {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-bottom > span:first-child {
    grid-column: 1;
    grid-row: 1;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  footer .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-connect {
    grid-column: auto;
  }
}

/* Footer brand alignment */
.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: url("assets/images/favicon.svg") center/contain no-repeat;
  border-radius: 8px;
}
.brand-mark i {
  display: none;
}
footer .brand-mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 10px;
}
.site-header .brand {
  font-size: 19px;
}
footer > .brand {
  font-size: 21px;
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 30px;
  will-change: transform;
  animation: marqueeLoop 24s linear infinite;
}
.marquee-group {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
@keyframes marqueeLoop {
  to {
    transform: translateX(calc(-50% - 15px));
  }
}
.services {
  padding-top: 78px;
}
footer {
  grid-template-columns: 26% 74%;
  grid-template-rows: max-content max-content;
  align-content: start;
}
footer > .brand {
  grid-column: 1;
  grid-row: 1;
}
footer > p {
  grid-column: 1;
  grid-row: 2;
  margin-top: 14px;
  max-width: 245px;
}
footer > .footer-links {
  grid-column: 2;
  grid-row: 1/3;
  grid-template-columns: 1fr 1.25fr 1.2fr .85fr;
}
@media (max-width: 800px) {
  .services {
    padding-top: 62px;
  }
  footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  footer > .brand,
  footer > p,
  footer > .footer-links {
    grid-column: 1;
    grid-row: auto;
  }
  footer > p {
    margin-top: -16px;
    margin-bottom: 18px;
    max-width: 280px;
  }
  footer > .footer-links{grid-template-columns:1fr 1fr}.footer-connect{grid-column:auto}.footer-legal-column{grid-column:auto}
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}
.form-button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.form-error .form-button {
  background: #8b3434;
}
.form-error .form-button b {
  color: #fff;
}
.form-status{margin:14px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}.form-status.success{color:#49764b}.form-status.error{color:#9a3434}

.footer-brand-block {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.footer-brand-block p {
  margin: 0;
  max-width: 245px;
}
footer > .footer-links {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 800px) {
  .footer-brand-block,
  footer > .footer-links {
    grid-column: 1;
    grid-row: auto;
  }
  .footer-brand-block {
    gap: 12px;
  }
}

/* Benefits shown while the portfolio page is private */
.desktop-nav a[href="work.html"],
.desktop-nav a[href="/work"],
.desktop-nav a[href="#work"],
.desktop-nav a[href="index.html#work"],
.footer-links a[href="work.html"],
.footer-links a[href="/work"],
.footer-links a[href="#work"],
.footer-links a[href="index.html#work"] {
  display: none;
}
.why-us {
  background: #151619;
  color: #fff;
}
.why-us .kicker {
  color: #aaa;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #34363a;
  border-left: 1px solid #34363a;
}
.benefit-card {
  min-height: 330px;
  padding: 38px;
  border-right: 1px solid #34363a;
  border-bottom: 1px solid #34363a;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 30px;
  transition: background 0.3s;
}
.benefit-card:hover {
  background: #1c1d21;
}
.benefit-card > span {
  color: #777a7e;
  font-size: 11px;
}
.benefit-icon {
  width: 55px;
  height: 55px;
  border: 1px solid #424449;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--lime);
  font-size: 19px;
}
.benefit-card h3 {
  grid-column: 1 / -1;
  font: 600 27px Manrope;
  letter-spacing: -1px;
}
.benefit-card p {
  grid-column: 1 / -1;
  max-width: 470px;
  color: #95979b;
  line-height: 1.7;
}
.why-us .section-action {
  border-color: #3b3c3f;
}
.why-us .section-action > div > span {
  color: #888b8e;
}
@media (max-width: 800px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card {
    min-height: 280px;
    padding: 30px 24px;
  }
}
