:root {
  --bg: #050505;
  --panel: #111111;
  --panel-soft: rgba(255, 255, 255, 0.04);
  --line: rgba(244, 241, 234, 0.12);
  --text: #f4f1ea;
  --muted: #a9a9a9;
  --violet: rgba(102, 93, 190, 0.18);
  --blue: rgba(98, 160, 215, 0.16);
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
  --max-width: 1440px;
  --side-pad: clamp(1.2rem, 3vw, 2.4rem);
  --section-pad: clamp(5rem, 9vw, 9rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -4%, rgba(244, 241, 234, 0.05), transparent 24%),
    radial-gradient(circle at 80% 8%, rgba(98, 160, 215, 0.08), transparent 22%),
    radial-gradient(circle at 14% 28%, rgba(102, 93, 190, 0.08), transparent 22%),
    linear-gradient(180deg, #070707 0%, #050505 100%);
  color: var(--text);
  font-family: "Red Hat Display", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.hero-tagline,
.presentation-copy,
.services-list li,
.app-text,
.manifesto-copy,
.benefits-heading h2,
.benefit-index,
.benefit-title,
.legal-title,
.legal-block h2,
.contact-title,
.contact-card-title,
.contact-projects-heading h2,
.contact-project-card h3,
.services-title,
.service-copy h2,
.services-trust-heading h2,
.portfolio-title,
.project-copy h2,
.application-title,
.application-stats-heading h2,
.stat-value,
.footer-cta-title,
.footer-brand-mark {
  font-family: "Archivo Black", sans-serif;
}

body::before,
body::after {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
}

body::before {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.018) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.014) 0 1px, transparent 1.5px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.012) 0 1px, transparent 1.5px);
  background-size: 20px 20px, 22px 22px, 18px 18px;
  mix-blend-mode: screen;
  opacity: 0.12;
}

body::after {
  inset: 12px;
  border: 1px solid rgba(244, 241, 234, 0.14);
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

.site-header {
  position: relative;
  z-index: 10;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.2rem var(--side-pad) 0;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.66);
}

.site-nav a {
  min-height: 2.5rem;
  padding: 0.25rem 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  transition:
    color 500ms var(--ease),
    opacity 500ms var(--ease);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 2.4rem;
  border: 0;
  border-radius: 0;
}

.site-mark img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.92;
  transition:
    opacity 500ms var(--ease),
    transform 500ms var(--ease);
}

.site-mark:hover img,
.site-mark:focus-visible img {
  opacity: 1;
  transform: translateY(-1px);
}

.section,
.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: var(--side-pad);
  padding-right: var(--side-pad);
}

.section-line {
  border-top: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: calc(100vh - 4.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1020px);
  text-align: center;
  display: grid;
  gap: 1rem;
  place-items: center;
  padding: 10vh 0 16vh;
}

.hero-logo {
  display: block;
  width: clamp(12rem, 34vw, 28rem);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 100px rgba(0, 0, 0, 0.4));
}

.hero-tagline {
  font-size: clamp(0.94rem, 1.25vw, 1.05rem);
  letter-spacing: 0.08em;
  color: rgba(244, 241, 234, 0.68);
}

.hero-scroll {
  margin-top: 0.5rem;
  width: 2rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.2rem;
}

.hero-scroll span {
  position: relative;
  display: block;
  width: 1px;
  height: 2.65rem;
  background: linear-gradient(
    180deg,
    rgba(244, 241, 234, 0.94) 0%,
    rgba(244, 241, 234, 0.18) 100%
  );
  animation: scrollPulse 2.8s ease-in-out infinite;
}

.hero-scroll span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.05rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid rgba(244, 241, 234, 0.82);
  border-bottom: 1px solid rgba(244, 241, 234, 0.82);
  transform: translateX(-50%) rotate(45deg);
}

.hero-glow,
.hero-grain {
  position: absolute;
  inset: 0;
}

.hero-glow-one {
  background:
    radial-gradient(circle at 50% 36%, rgba(244, 241, 234, 0.07), transparent 24%),
    radial-gradient(circle at 48% 38%, rgba(91, 108, 195, 0.09), transparent 18%);
  filter: blur(24px);
  animation: drift 22s ease-in-out infinite alternate;
}

.hero-glow-two {
  background:
    radial-gradient(circle at 78% 28%, rgba(124, 152, 222, 0.05), transparent 22%),
    radial-gradient(circle at 22% 60%, rgba(103, 84, 166, 0.05), transparent 18%);
  filter: blur(46px);
  opacity: 0.86;
  animation: drift 26s ease-in-out infinite alternate-reverse;
}

.hero-grain {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.02) 52%, transparent 100%),
    radial-gradient(circle at 50% 50%, transparent 0 30%, rgba(255, 255, 255, 0.01) 70%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.presentation,
.services {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 0;
  align-items: stretch;
  min-height: clamp(36rem, 68vh, 48rem);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: #050505;
  overflow: hidden;
}

.split-section--image-right .split-content {
  order: 1;
}

.split-section--image-right .split-media {
  order: 2;
}

.split-media {
  display: block;
  height: 100%;
  min-height: 100%;
}

.split-media-frame {
  height: 100%;
  min-height: 100%;
}

.split-content {
  position: relative;
  display: grid;
  align-content: center;
  gap: 1.5rem;
  min-height: 100%;
  padding:
    clamp(2rem, 4vw, 3.4rem)
    clamp(1.25rem, 3vw, 2.6rem);
  z-index: 1;
  background: #050505;
}

.split-section--image-left .split-content {
  padding-left: clamp(1.4rem, 3vw, 3rem);
}

.split-section--image-right .split-content {
  padding-right: clamp(1.4rem, 3vw, 3rem);
}

.section-kicker,
.introducing-heading p,
.manifesto-heading p,
.footer-kicker {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.56);
}

.editorial-frame {
  position: relative;
  min-height: 100%;
  border: 0;
  background: #050505;
  overflow: hidden;
  box-shadow: none;
  transform: none;
}

.editorial-frame::after,
.abstract-form::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.split-section--image-left .editorial-frame::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.08) 42%, rgba(5, 5, 5, 0.34) 62%, rgba(5, 5, 5, 0.68) 78%, rgba(5, 5, 5, 0.9) 90%, #050505 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.2));
}

.editorial-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04) brightness(0.82);
}

.editorial-core {
  position: absolute;
  inset: auto auto 18% -18%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 241, 234, 0.12), transparent 68%);
  filter: blur(10px);
}

.editorial-arc {
  position: absolute;
  border: 1px solid rgba(244, 241, 234, 0.16);
  border-radius: 999px;
}

.editorial-arc-one {
  width: 21rem;
  height: 21rem;
  left: -12rem;
  bottom: -7rem;
  transform: rotate(-16deg);
}

.editorial-arc-two {
  width: 12rem;
  height: 24rem;
  right: -2rem;
  top: 16%;
  transform: rotate(10deg);
  border-color: rgba(118, 141, 216, 0.12);
}

.editorial-line {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 241, 234, 0.28) 28%,
    rgba(244, 241, 234, 0.08) 100%
  );
}

.presentation-copy {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.presentation-panel {
  max-width: 34rem;
}

.presentation-cta {
  justify-self: start;
}

.presentation-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.72);
  transition: color 500ms var(--ease);
}

.presentation-cta a::after {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.presentation-cta a:hover,
.presentation-cta a:focus-visible {
  color: var(--text);
}

.services-list ul {
  display: grid;
  gap: 1.8rem;
}

.services-panel {
  max-width: 34rem;
}

.services-list li {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.24rem, 2vw, 1.78rem);
  letter-spacing: -0.03em;
  color: rgba(244, 241, 234, 0.82);
}

.services-guides {
  display: grid;
  grid-auto-flow: column;
  gap: 1.7rem;
  justify-content: start;
}

.services-guides span {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.16);
  box-shadow: 0 0 24px rgba(124, 152, 222, 0.08);
}

.abstract-form {
  position: relative;
  min-height: 100%;
  background: #050505;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transform: none;
}

.split-section--image-right .abstract-form::after {
  background:
    linear-gradient(270deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.08) 42%, rgba(5, 5, 5, 0.34) 62%, rgba(5, 5, 5, 0.68) 78%, rgba(5, 5, 5, 0.9) 90%, #050505 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.2));
}

.abstract-form-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02) brightness(0.84);
}

.introducing {
  padding-top: calc(var(--section-pad) * 0.7);
  padding-bottom: calc(var(--section-pad) * 0.55);
}

.introducing-stage {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
}

.introducing-stage-glow,
.introducing-stage-halo {
  position: absolute;
  inset: 0;
}

.introducing-stage-glow {
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 241, 234, 0.05), transparent 20%),
    radial-gradient(circle at 50% 44%, rgba(98, 160, 215, 0.08), transparent 22%);
  filter: blur(18px);
  animation: drift 20s ease-in-out infinite alternate;
}

.introducing-stage-halo {
  background:
    radial-gradient(circle at 50% 50%, rgba(102, 93, 190, 0.08), transparent 34%),
    linear-gradient(90deg, transparent 0%, rgba(244, 241, 234, 0.05) 50%, transparent 100%);
  opacity: 0.65;
}

.introducing-logo-static {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 24rem);
  transform-origin: center center;
  z-index: 2;
  pointer-events: none;
}

.introducing-logo-image {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 90px rgba(0, 0, 0, 0.42));
}

.sequence-section {
  position: relative;
}

.app-section {
  min-height: 285vh;
  padding-top: var(--section-pad);
}

.app-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  position: sticky;
  top: 8vh;
  min-height: 84vh;
  align-items: center;
}

.app-copy {
  position: relative;
  align-self: center;
  max-width: 18rem;
}

.app-text {
  margin-top: 1.1rem;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.95rem, 3.35vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  max-width: 8ch;
}

.sequence-stage {
  position: relative;
  min-height: auto;
}

.sequence-sticky {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-aura {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(100%, 44rem);
  height: min(84vh, 44rem);
  transform: translate(-50%, -50%);
}

.app-aura-line,
.app-aura-glow {
  position: absolute;
  inset: 0;
}

.app-aura-line {
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 50%;
}

.app-aura-line-one {
  transform: scale(0.9) rotate(-8deg);
}

.app-aura-line-two {
  transform: scale(0.62) rotate(10deg);
  border-color: rgba(98, 160, 215, 0.1);
}

.app-aura-glow {
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 241, 234, 0.06), transparent 18%),
    radial-gradient(circle at 54% 46%, rgba(98, 160, 215, 0.08), transparent 22%);
  filter: blur(18px);
  animation: drift 18s ease-in-out infinite alternate;
}

.phone-stack {
  position: relative;
  width: min(100%, 38rem);
  height: min(80vh, 42rem);
  z-index: 3;
}

.phone-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(12.4rem, 24vw, 15.6rem);
  aspect-ratio: 0.56;
  transform-origin: center center;
  opacity: 0;
  filter: blur(8px);
  transition:
    transform 920ms var(--ease),
    opacity 920ms var(--ease),
    filter 920ms var(--ease);
}

.phone-card-one {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}

.phone-shell {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 2.1rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    linear-gradient(160deg, rgba(103, 84, 166, 0.11), transparent 65%);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  overflow: hidden;
}

.phone-shell.phone-mockup-shell {
  padding: 0.45rem;
}

.phone-mockup-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1.65rem;
}

.phone-topline {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.62);
}

.phone-copy-block {
  align-self: end;
  display: grid;
  gap: 0.2rem;
}

.phone-copy-block p {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.58);
}

.phone-copy-block h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2rem, 4.2vw, 2.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.phone-orb {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 50%;
  justify-self: end;
  background: radial-gradient(circle, rgba(244, 241, 234, 0.24), transparent 70%);
  filter: blur(4px);
}

.phone-focus {
  min-height: 6.8rem;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 70% 30%, rgba(244, 241, 234, 0.16), transparent 26%),
    linear-gradient(160deg, rgba(98, 160, 215, 0.12), rgba(102, 93, 190, 0.07));
  border: 1px solid rgba(244, 241, 234, 0.08);
}

.phone-focus.soft {
  min-height: 5.8rem;
}

.phone-focus.slim {
  min-height: 4.2rem;
}

.phone-lines,
.phone-grid {
  display: grid;
  gap: 0.6rem;
}

.phone-lines span,
.phone-panel,
.phone-grid span {
  border: 1px solid rgba(244, 241, 234, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.phone-lines span {
  min-height: 1.5rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 0.65rem;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.62);
  white-space: nowrap;
}

.phone-lines.compact span:first-child {
  width: 72%;
}

.phone-lines.compact span:last-child {
  width: 56%;
}

.phone-panel {
  min-height: 8.5rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    linear-gradient(140deg, rgba(98, 160, 215, 0.12), rgba(103, 84, 166, 0.05));
}

.phone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phone-grid span {
  min-height: 4.6rem;
  border-radius: 1.2rem;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.64);
  text-align: center;
}

.phone-card-one {
  z-index: 1;
}

.phone-card-two {
  z-index: 2;
}

.phone-card-three {
  z-index: 3;
}

.sequence-item.is-active {
  opacity: 1;
  filter: blur(0);
}

.sequence-meter {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  width: min(100%, 10rem);
  height: 1px;
  background: rgba(244, 241, 234, 0.14);
  transform: translateX(-50%);
  overflow: hidden;
}

.sequence-meter span {
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(244, 241, 234, 0.72),
    rgba(98, 160, 215, 0.52)
  );
  transition: width 160ms linear;
}

.manifesto {
  padding-top: calc(var(--section-pad) * 0.9);
  padding-bottom: calc(var(--section-pad) * 1.15);
}

.manifesto-copy {
  margin: 2.2rem auto 0;
  max-width: 17ch;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2rem, 4.8vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.benefits-section {
  padding-top: calc(var(--section-pad) * 0.92);
  padding-bottom: 0;
}

.benefits-shell {
  display: grid;
  gap: clamp(1.8rem, 5vh, 3.2rem);
}

.benefits-heading h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.benefits-stage {
  position: relative;
  min-height: 205vh;
}

.benefits-stage .sequence-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 9vh, 7rem) 0 clamp(4rem, 7vh, 5rem);
}

.benefits-canvas {
  position: relative;
  width: min(100%, 40rem);
  min-height: min(58vh, 33rem);
}

.benefit-card {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(100%, 36rem);
  transform-origin: center center;
  opacity: 0;
  filter: blur(14px);
  display: grid;
  gap: 0.95rem;
}

.benefits-stage .benefit-card:first-of-type {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}

.benefit-index {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.4rem, 8vw, 6.6rem);
  line-height: 0.84;
  letter-spacing: -0.06em;
  color: rgba(244, 241, 234, 0.28);
}

.benefit-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 9ch;
}

.benefit-copy {
  max-width: 27rem;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.65;
  color: rgba(244, 241, 234, 0.66);
}

.benefits-meter {
  bottom: clamp(2rem, 6vh, 4rem);
  width: min(100%, 12rem);
}

.application-main {
  overflow: hidden;
}

.services-main {
  overflow: hidden;
}

.legal-main {
  overflow: hidden;
}

.legal-hero {
  position: relative;
  min-height: 48vh;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.legal-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1000px);
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(3.5rem, 7vh, 5rem);
}

.legal-heading {
  max-width: 44rem;
  display: grid;
  gap: 1rem;
}

.legal-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.legal-subtitle {
  max-width: 36rem;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.68);
}

.legal-hero-glow,
.legal-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.legal-hero-glow-one {
  background:
    radial-gradient(circle at 16% 24%, rgba(76, 201, 240, 0.07), transparent 24%),
    radial-gradient(circle at 68% 18%, rgba(244, 241, 234, 0.05), transparent 24%);
  filter: blur(34px);
  animation: drift 24s ease-in-out infinite alternate;
}

.legal-hero-glow-two {
  background:
    radial-gradient(circle at 78% 34%, rgba(114, 9, 183, 0.07), transparent 24%),
    radial-gradient(circle at 32% 78%, rgba(76, 201, 240, 0.04), transparent 20%);
  filter: blur(56px);
  opacity: 0.72;
  animation: drift 30s ease-in-out infinite alternate-reverse;
}

.legal-hero-grain {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.018) 52%, transparent 100%),
    radial-gradient(circle at 46% 42%, transparent 0 30%, rgba(255, 255, 255, 0.012) 72%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.legal-content {
  padding-top: calc(var(--section-pad) * 0.82);
  padding-bottom: calc(var(--section-pad) * 0.92);
}

.legal-layout {
  display: grid;
  gap: 1rem;
}

.legal-block {
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.016)),
    linear-gradient(160deg, rgba(76, 201, 240, 0.03), rgba(114, 9, 183, 0.03));
  padding: clamp(1.4rem, 2vw, 1.8rem);
}

.legal-block h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.legal-block p {
  margin-top: 0.85rem;
  max-width: 75ch;
  font-size: 0.98rem;
  line-height: 1.76;
  color: rgba(244, 241, 234, 0.72);
}

.legal-block a {
  color: rgba(244, 241, 234, 0.94);
  transition: color 320ms var(--ease);
}

.legal-block a:hover,
.legal-block a:focus-visible {
  color: var(--text);
}

.contact-main {
  overflow: hidden;
}

.contact-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1100px);
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(4rem, 7vh, 5.2rem);
}

.contact-heading {
  max-width: 48rem;
  display: grid;
  gap: 1rem;
}

.contact-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.contact-subtitle {
  max-width: 40rem;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.74;
  color: rgba(244, 241, 234, 0.68);
}

.contact-hero-link {
  width: fit-content;
  margin-top: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(244, 241, 234, 0.14);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    border-color 420ms var(--ease),
    background-color 420ms var(--ease),
    transform 420ms var(--ease);
}

.contact-hero-link:hover,
.contact-hero-link:focus-visible {
  border-color: rgba(244, 241, 234, 0.24);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.contact-hero-glow,
.contact-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-hero-glow-one {
  background:
    radial-gradient(circle at 18% 24%, rgba(76, 201, 240, 0.08), transparent 24%),
    radial-gradient(circle at 68% 20%, rgba(244, 241, 234, 0.05), transparent 24%);
  filter: blur(34px);
  animation: drift 24s ease-in-out infinite alternate;
}

.contact-hero-glow-two {
  background:
    radial-gradient(circle at 78% 34%, rgba(114, 9, 183, 0.08), transparent 24%),
    radial-gradient(circle at 34% 78%, rgba(76, 201, 240, 0.04), transparent 20%);
  filter: blur(56px);
  opacity: 0.74;
  animation: drift 30s ease-in-out infinite alternate-reverse;
}

.contact-hero-grain {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.018) 52%, transparent 100%),
    radial-gradient(circle at 46% 42%, transparent 0 30%, rgba(255, 255, 255, 0.012) 72%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.contact-panel {
  padding-top: calc(var(--section-pad) * 0.92);
  padding-bottom: calc(var(--section-pad) * 0.86);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: start;
}

.contact-form-card,
.contact-info-card,
.contact-project-card {
  position: relative;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.016)),
    linear-gradient(160deg, rgba(76, 201, 240, 0.04), rgba(114, 9, 183, 0.04));
  overflow: hidden;
}

.contact-form-card,
.contact-info-card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
}

.contact-card-title {
  margin-top: 0.9rem;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 10ch;
}

.contact-form {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.55rem;
}

.contact-field span {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.56);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font: inherit;
  padding: 0.95rem 1rem;
  border-radius: 0.6rem;
  transition:
    border-color 320ms var(--ease),
    background-color 320ms var(--ease),
    box-shadow 320ms var(--ease);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(76, 201, 240, 0.46);
  box-shadow: 0 0 0 1px rgba(76, 201, 240, 0.18);
}

.contact-field textarea {
  resize: vertical;
  min-height: 10rem;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-field-message {
  grid-column: 1 / -1;
}

.contact-submit {
  width: fit-content;
  min-width: 12rem;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(244, 241, 234, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 241, 234, 0.92);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 420ms var(--ease),
    background-color 420ms var(--ease),
    transform 420ms var(--ease);
}

.contact-submit:hover,
.contact-submit:focus-visible {
  border-color: rgba(244, 241, 234, 0.24);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.contact-submit.is-loading {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.contact-form-status {
  min-height: 1.4rem;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(244, 241, 234, 0.66);
}

.contact-form-status.is-success {
  color: rgba(166, 222, 195, 0.92);
}

.contact-form-status.is-error {
  color: rgba(255, 189, 189, 0.94);
}

.contact-info-card {
  display: grid;
  gap: 1.4rem;
}

.contact-info-list {
  display: grid;
}

.contact-info-row {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
}

.contact-info-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-info-label {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.46);
}

.contact-info-row a,
.contact-info-row span:last-child {
  color: rgba(244, 241, 234, 0.82);
  line-height: 1.6;
}

.contact-info-row a {
  width: fit-content;
  transition:
    color 320ms var(--ease),
    transform 320ms var(--ease);
}

.contact-info-row a:hover,
.contact-info-row a:focus-visible {
  color: var(--text);
  transform: translateX(2px);
}

.contact-note {
  margin: 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.68);
}

.contact-projects {
  padding-top: calc(var(--section-pad) * 0.82);
  padding-bottom: calc(var(--section-pad) * 0.94);
  display: grid;
  gap: clamp(1.8rem, 4vw, 3rem);
}

.contact-projects-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 30rem;
}

.contact-projects-heading h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.contact-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.contact-project-card {
  padding: 1.4rem;
  transition:
    transform 420ms var(--ease),
    border-color 420ms var(--ease),
    box-shadow 420ms var(--ease);
}

.contact-project-card h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-project-card p {
  margin-top: 0.9rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(244, 241, 234, 0.68);
}

@media (hover: hover) and (pointer: fine) {
  .contact-project-card:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: rgba(244, 241, 234, 0.18);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.3);
  }
}

.services-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.services-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(3.5rem, 7vh, 5rem);
}

.services-heading {
  max-width: 44rem;
  display: grid;
  gap: 1rem;
}

.services-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.services-subtitle {
  max-width: 34rem;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.68);
}

.services-hero-glow,
.services-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.services-hero-glow-one {
  background:
    radial-gradient(circle at 16% 28%, rgba(76, 201, 240, 0.08), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(244, 241, 234, 0.05), transparent 24%);
  filter: blur(34px);
  animation: drift 24s ease-in-out infinite alternate;
}

.services-hero-glow-two {
  background:
    radial-gradient(circle at 76% 38%, rgba(114, 9, 183, 0.08), transparent 24%),
    radial-gradient(circle at 30% 78%, rgba(76, 201, 240, 0.04), transparent 20%);
  filter: blur(56px);
  opacity: 0.74;
  animation: drift 30s ease-in-out infinite alternate-reverse;
}

.services-hero-grain {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.018) 52%, transparent 100%),
    radial-gradient(circle at 48% 40%, transparent 0 30%, rgba(255, 255, 255, 0.012) 72%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.services-editorial {
  padding-top: calc(var(--section-pad) * 0.95);
  padding-bottom: calc(var(--section-pad) * 0.9);
}

.services-project-note {
  max-width: 36rem;
  margin-bottom: 1.4rem;
  padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.014)),
    linear-gradient(150deg, rgba(76, 201, 240, 0.03), rgba(114, 9, 183, 0.03));
  display: grid;
  gap: 0.78rem;
}

.services-project-note p:last-child {
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.76);
}

.services-project-note-secondary {
  max-width: 34rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(244, 241, 234, 0.58);
}

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

.service-panel {
  position: relative;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.016)),
    linear-gradient(160deg, rgba(76, 201, 240, 0.04), rgba(114, 9, 183, 0.04));
  overflow: hidden;
  transition:
    transform 460ms var(--ease),
    border-color 460ms var(--ease),
    box-shadow 460ms var(--ease);
  min-height: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.service-panel-web {
  grid-column: auto;
}

.service-panel-branding {
  grid-column: auto;
}

.service-panel-content {
  grid-column: auto;
}

.service-panel-support {
  grid-column: auto;
}

.service-visual,
.service-copy {
  position: relative;
}

.service-visual {
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0c0c0f;
  cursor: zoom-in;
}

.service-copy {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.1rem 1rem 1rem;
}

.service-tag {
  width: fit-content;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(76, 201, 240, 0.18);
  background: rgba(76, 201, 240, 0.06);
  color: rgba(244, 241, 234, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-copy h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 13ch;
}

.service-copy > p:not(.service-tag):not(.service-index):not(.service-deliverables) {
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(244, 241, 234, 0.68);
}

.service-index {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.54);
}

.service-deliverables {
  max-width: 34ch;
  padding-top: 0.1rem;
  font-size: 0.76rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.48);
}

.service-inline-cta {
  width: fit-content;
  min-height: 2.5rem;
  margin-top: 0.1rem;
  padding: 0.58rem 0.86rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 241, 234, 0.88);
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 320ms var(--ease),
    border-color 320ms var(--ease),
    background-color 320ms var(--ease),
    color 320ms var(--ease);
}

.service-inline-cta:hover,
.service-inline-cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(76, 201, 240, 0.32);
  background: rgba(76, 201, 240, 0.07);
  color: #f4f1ea;
}

.service-visual::before,
.service-visual::after {
  content: "";
  position: absolute;
}

.service-visual::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.008), rgba(255, 255, 255, 0.016)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.03), rgba(114, 9, 183, 0.02));
}

.service-visual::after {
  inset: 0.75rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
}

.service-zoom-content {
  position: absolute;
  inset: 0;
}

.service-asset-image,
.service-support-image,
.service-post-card {
  position: absolute;
  z-index: 1;
  display: block;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  transition: transform 420ms var(--ease), box-shadow 420ms var(--ease);
}

.service-asset-image {
  inset: 0.75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  border-radius: 0.9rem;
}

.service-visual-web .service-zoom-content {
  inset: 0.75rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 0.95rem;
  overflow: hidden;
  background: rgba(8, 8, 12, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.service-visual-web .service-zoom-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2rem;
  z-index: 2;
  background:
    radial-gradient(circle at 1.2rem 50%, rgba(244, 95, 95, 0.72) 0 0.16rem, transparent 0.18rem),
    radial-gradient(circle at 2rem 50%, rgba(251, 188, 63, 0.68) 0 0.16rem, transparent 0.18rem),
    radial-gradient(circle at 2.8rem 50%, rgba(58, 194, 112, 0.68) 0 0.16rem, transparent 0.18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border-bottom: 1px solid rgba(244, 241, 234, 0.08);
}

.service-visual-web .service-asset-image {
  inset: 2rem 0 0;
  width: 100%;
  height: calc(100% - 2rem);
  border-radius: 0;
  box-shadow: none;
}

.service-asset-site {
  object-position: top center;
}

.service-asset-branding {
  object-position: center top;
}

.service-visual-branding .service-zoom-content {
  inset: 0.75rem;
  border-radius: 0.95rem;
  overflow: hidden;
  background: rgba(12, 12, 15, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.service-visual-web::before {
  background:
    radial-gradient(circle at 28% 26%, rgba(76, 201, 240, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.045), rgba(114, 9, 183, 0.03));
}

.service-support-board,
.service-support-card,
.service-support-caption,
.service-posts-grid {
  position: absolute;
  z-index: 1;
}

.service-visual-branding::before {
  background:
    radial-gradient(circle at 24% 68%, rgba(114, 9, 183, 0.1), transparent 26%),
    radial-gradient(circle at 72% 26%, rgba(76, 201, 240, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.045), rgba(114, 9, 183, 0.03));
}

.service-visual-content::before {
  background:
    radial-gradient(circle at 30% 24%, rgba(76, 201, 240, 0.1), transparent 24%),
    radial-gradient(circle at 72% 72%, rgba(114, 9, 183, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.045), rgba(114, 9, 183, 0.03));
}

.service-posts-grid {
  inset: 1rem 0.9rem 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.service-post-card {
  position: relative;
  inset: auto;
  width: calc(100% + 0.7rem);
  aspect-ratio: 0.74;
  border-radius: 0.85rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
}

.service-post-card-one {
  z-index: 1;
  transform: translate(0.25rem, 0.55rem) rotate(-4deg);
}

.service-post-card-two {
  z-index: 3;
  transform: translateY(-0.15rem);
}

.service-post-card-three {
  z-index: 2;
  transform: translate(-0.25rem, 0.8rem) rotate(4deg);
}

.service-visual-support::before {
  background:
    radial-gradient(circle at 76% 24%, rgba(76, 201, 240, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(114, 9, 183, 0.045), rgba(76, 201, 240, 0.03));
}

.service-support-board {
  inset: 0.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.service-support-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
    rgba(12, 12, 15, 0.82);
  min-height: 6rem;
  transition: transform 420ms var(--ease), border-color 420ms var(--ease);
}

.service-support-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 36%, rgba(5, 5, 5, 0.72) 100%);
  pointer-events: none;
}

.service-support-card span {
  position: absolute;
  left: 0.8rem;
  bottom: 0.7rem;
  z-index: 2;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.82);
}

.service-support-image {
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-support-card-site {
  grid-column: 1;
  grid-row: 1;
}

.service-support-card-brand {
  grid-column: 2;
  grid-row: 1;
}

.service-support-card-social {
  grid-column: 1;
  grid-row: 2;
  min-height: 6.2rem;
}

.service-support-caption {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  padding: 0.85rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(12, 12, 15, 0.84);
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.service-support-caption p {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.58);
}

.service-support-caption span {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(244, 241, 234, 0.72);
}

@media (hover: hover) and (pointer: fine) {
  .services-editorial .service-panel:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(244, 241, 234, 0.18);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  }

  .services-editorial .service-panel:hover .service-visual::before {
    filter: brightness(1.08);
  }

  .services-editorial .service-panel:hover .service-asset-image,
  .services-editorial .service-panel:hover .service-post-card,
  .services-editorial .service-panel:hover .service-support-card {
    transform: translateY(-2px);
  }

  .services-editorial .service-panel:hover .service-inline-cta {
    border-color: rgba(76, 201, 240, 0.32);
    background: rgba(76, 201, 240, 0.07);
  }
}

.service-zoom-hint {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  min-height: 2.3rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(244, 241, 234, 0.14);
  background: rgba(8, 8, 12, 0.78);
  color: rgba(244, 241, 234, 0.9);
  font: inherit;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 320ms var(--ease),
    border-color 320ms var(--ease),
    background-color 320ms var(--ease);
}

.service-zoom-hint:hover,
.service-zoom-hint:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 241, 234, 0.24);
  background: rgba(16, 16, 22, 0.9);
}

.service-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms var(--ease);
}

.services-cta {
  padding-top: calc(var(--section-pad) * 0.5);
  padding-bottom: calc(var(--section-pad) * 0.62);
}

.services-cta-inner {
  max-width: 48rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.014)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.03), rgba(114, 9, 183, 0.03));
  display: grid;
  gap: 0.9rem;
}

.services-cta-inner h2 {
  max-width: 18ch;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.services-cta-inner p:last-of-type {
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(244, 241, 234, 0.7);
}

.services-cta-link {
  width: fit-content;
  min-height: 2.7rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(76, 201, 240, 0.28);
  background: rgba(76, 201, 240, 0.05);
  color: #f4f1ea;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 320ms var(--ease),
    border-color 320ms var(--ease),
    background-color 320ms var(--ease);
}

.services-cta-link:hover,
.services-cta-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(76, 201, 240, 0.48);
  background: rgba(76, 201, 240, 0.1);
}

.service-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.service-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(90vh, 860px);
  padding: 1.1rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(10, 10, 14, 0.96);
  overflow: auto;
}

.service-lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  margin-left: auto;
  border: 1px solid rgba(244, 241, 234, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 241, 234, 0.92);
  font: inherit;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.service-lightbox-title {
  margin-top: 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.56);
}

.service-lightbox-body {
  position: relative;
}

.service-lightbox-body img {
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: none;
}

.service-lightbox-body .service-zoom-content {
  position: relative;
}

.service-lightbox-body .service-asset-image {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  border-radius: 0.85rem;
}

.service-lightbox-body .service-posts-grid,
.service-lightbox-body .service-support-board {
  position: relative;
  inset: auto;
}

.service-lightbox-body .service-post-card,
.service-lightbox-body .service-support-card,
.service-lightbox-body .service-support-caption {
  position: relative;
}

.services-trust {
  padding-top: calc(var(--section-pad) * 0.85);
  padding-bottom: calc(var(--section-pad) * 0.95);
  display: grid;
  gap: clamp(1.8rem, 4vw, 3rem);
}

.services-trust-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 30rem;
}

.services-trust-heading h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.services-trust-marquee {
  position: relative;
  overflow: hidden;
}

.services-trust-marquee::before,
.services-trust-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2.5rem, 8vw, 7rem);
  z-index: 2;
  pointer-events: none;
}

.services-trust-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 1), rgba(5, 5, 5, 0));
}

.services-trust-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(5, 5, 5, 1), rgba(5, 5, 5, 0));
}

.services-trust-track {
  display: flex;
  width: max-content;
  animation: trustMarquee 36s linear infinite;
}

.services-trust-list {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.2rem);
  flex: 0 0 auto;
  padding-right: clamp(0.8rem, 1.6vw, 1.2rem);
}

.trust-mark {
  min-width: clamp(8rem, 12vw, 10rem);
  min-height: 5.6rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  display: grid;
  place-items: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  letter-spacing: -0.03em;
  color: rgba(244, 241, 234, 0.44);
  background: rgba(255, 255, 255, 0.012);
  white-space: nowrap;
}

.trust-mark-logo {
  min-width: clamp(16rem, 23vw, 20rem);
  min-height: 8.8rem;
  padding: 1.35rem 1.8rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.trust-mark-logo img {
  display: block;
  width: 100%;
  max-width: 15.5rem;
  max-height: 5.2rem;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 360ms var(--ease), opacity 360ms var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .trust-mark-logo:hover img,
  .trust-mark-logo:focus-within img {
    transform: scale(1.08);
  }
}

.portfolio-main {
  overflow: hidden;
}

.portfolio-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.portfolio-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(3.5rem, 7vh, 5rem);
}

.portfolio-heading {
  max-width: 42rem;
  display: grid;
  gap: 1rem;
}

.portfolio-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.portfolio-subtitle {
  max-width: 31rem;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.68);
}

.portfolio-hero-glow,
.portfolio-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portfolio-hero-glow-one {
  background:
    radial-gradient(circle at 18% 26%, rgba(76, 201, 240, 0.08), transparent 24%),
    radial-gradient(circle at 68% 20%, rgba(244, 241, 234, 0.05), transparent 26%);
  filter: blur(34px);
  animation: drift 24s ease-in-out infinite alternate;
}

.portfolio-hero-glow-two {
  background:
    radial-gradient(circle at 78% 34%, rgba(114, 9, 183, 0.08), transparent 22%),
    radial-gradient(circle at 34% 78%, rgba(76, 201, 240, 0.04), transparent 20%);
  filter: blur(56px);
  opacity: 0.74;
  animation: drift 30s ease-in-out infinite alternate-reverse;
}

.portfolio-hero-grain {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.018) 52%, transparent 100%),
    radial-gradient(circle at 46% 42%, transparent 0 30%, rgba(255, 255, 255, 0.012) 72%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.portfolio-projects {
  padding-top: calc(var(--section-pad) * 0.95);
  padding-bottom: var(--section-pad);
}

.portfolio-projects-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: clamp(1.25rem, 2vw, 1.8rem);
  align-items: stretch;
}

.project-card {
  position: relative;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.016)),
    linear-gradient(160deg, rgba(76, 201, 240, 0.045), rgba(114, 9, 183, 0.04));
  overflow: hidden;
  transition:
    transform 460ms var(--ease),
    border-color 460ms var(--ease),
    box-shadow 460ms var(--ease);
}

.portfolio-projects-grid .project-card:nth-child(2) {
  transition-delay: 0.12s;
}

.portfolio-projects-grid .project-card:nth-child(3) {
  transition-delay: 0.24s;
}

.project-card-feature {
  min-height: 48rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.project-card-top,
.project-card-bottom {
  min-height: 23.1rem;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.project-card-bottom {
  grid-column: 1 / -1;
  min-height: 24rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-self: end;
}

.project-visual,
.project-copy {
  position: relative;
}

.project-visual {
  min-height: 19rem;
  overflow: hidden;
}

.project-card-feature .project-visual {
  min-height: 34rem;
}

.project-copy {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: clamp(1.4rem, 2vw, 1.8rem);
}

.project-copy h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 11ch;
}

.project-copy p:last-child {
  max-width: 29ch;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.68);
}

.project-meta {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.54);
}

.project-visual::before,
.project-visual::after {
  content: "";
  position: absolute;
}

.project-visual::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0.02)),
    linear-gradient(150deg, rgba(76, 201, 240, 0.06), rgba(114, 9, 183, 0.03));
}

.project-visual::after {
  inset: 1rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
}

.project-visual-branding::before {
  background:
    radial-gradient(circle at 22% 28%, rgba(76, 201, 240, 0.12), transparent 26%),
    radial-gradient(circle at 70% 70%, rgba(114, 9, 183, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.05), rgba(114, 9, 183, 0.03));
}

.project-device,
.project-surface,
.project-gridline,
.project-label-strip,
.project-browser,
.project-lines-stack,
.project-orbit {
  position: absolute;
  z-index: 1;
}

.project-device-large {
  width: 17rem;
  height: 25rem;
  inset: auto auto 10% 16%;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
    linear-gradient(145deg, rgba(114, 9, 183, 0.08), rgba(76, 201, 240, 0.05));
  box-shadow: var(--shadow);
  transform: rotate(-8deg);
}

.project-surface-arc {
  width: 22rem;
  height: 22rem;
  right: -3rem;
  top: 10%;
  border-radius: 50%;
  border: 1px solid rgba(244, 241, 234, 0.12);
}

.project-gridline {
  top: 12%;
  bottom: 12%;
  left: 58%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 241, 234, 0.22) 34%,
    rgba(244, 241, 234, 0.04) 100%
  );
}

.project-label-strip {
  width: 9.5rem;
  height: 1px;
  right: 14%;
  bottom: 18%;
  background: rgba(244, 241, 234, 0.3);
}

.project-visual-web::before {
  background:
    radial-gradient(circle at 70% 24%, rgba(76, 201, 240, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.045), rgba(114, 9, 183, 0.03));
}

.project-browser {
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  gap: 0.45rem;
}

.project-browser span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.3);
}

.project-surface-panel {
  inset: 4rem 1.8rem 3rem 1.8rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014)),
    linear-gradient(140deg, rgba(114, 9, 183, 0.06), rgba(76, 201, 240, 0.03));
}

.project-lines-stack {
  left: 2.5rem;
  right: 2.5rem;
  bottom: 3.8rem;
  display: grid;
  gap: 0.8rem;
}

.project-lines-stack span {
  height: 1px;
  background: rgba(244, 241, 234, 0.26);
}

.project-lines-stack span:nth-child(2) {
  width: 74%;
}

.project-lines-stack span:nth-child(3) {
  width: 52%;
}

.project-visual-content::before {
  background:
    radial-gradient(circle at 24% 68%, rgba(114, 9, 183, 0.1), transparent 28%),
    radial-gradient(circle at 70% 28%, rgba(76, 201, 240, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 240, 0.045), rgba(114, 9, 183, 0.03));
}

.project-orbit {
  width: 16rem;
  height: 16rem;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.project-surface-tiles {
  inset: 50% auto auto 50%;
  width: 15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  transform: translate(-50%, -50%);
}

.project-surface-tiles span {
  min-height: 4.8rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

@media (hover: hover) and (pointer: fine) {
  .portfolio-projects .project-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(244, 241, 234, 0.18);
    box-shadow: 0 42px 120px rgba(0, 0, 0, 0.34);
  }

  .portfolio-projects .project-card:hover .project-visual::before {
    filter: brightness(1.08);
  }
}

.application-hero {
  position: relative;
  min-height: calc(100vh - 4.5rem);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.application-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1220px);
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(4.5rem, 8vh, 6rem);
}

.application-heading {
  max-width: 46rem;
  display: grid;
  gap: 1rem;
}

.application-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.application-subtitle {
  max-width: 32rem;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.7;
  color: rgba(244, 241, 234, 0.68);
}

.application-phones {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: end;
}

.application-hero-glow,
.application-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.application-hero-glow-one {
  background:
    radial-gradient(circle at 50% 28%, rgba(76, 201, 240, 0.12), transparent 24%),
    radial-gradient(circle at 50% 42%, rgba(244, 241, 234, 0.05), transparent 20%);
  filter: blur(28px);
  animation: drift 24s ease-in-out infinite alternate;
}

.application-hero-glow-two {
  background:
    radial-gradient(circle at 74% 18%, rgba(114, 9, 183, 0.12), transparent 24%),
    radial-gradient(circle at 18% 74%, rgba(76, 201, 240, 0.08), transparent 22%);
  filter: blur(52px);
  opacity: 0.82;
  animation: drift 30s ease-in-out infinite alternate-reverse;
}

.application-hero-grain {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.02) 52%, transparent 100%),
    radial-gradient(circle at 50% 40%, transparent 0 34%, rgba(255, 255, 255, 0.012) 72%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.app-preview {
  --preview-rotate: 0deg;
  --preview-hover-rotate: 0deg;
  position: relative;
  width: min(100%, 16rem);
  aspect-ratio: 0.56;
  justify-self: center;
  transform: rotate(var(--preview-rotate));
}

.app-preview::before {
  content: none;
}

.app-preview .phone-shell {
  height: 100%;
  transition:
    border-color 420ms var(--ease),
    box-shadow 420ms var(--ease),
    transform 420ms var(--ease);
}

.app-preview .app-mockup-shell {
  padding: 0.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    linear-gradient(160deg, rgba(103, 84, 166, 0.08), rgba(76, 201, 240, 0.05));
}

.app-mockup-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1.65rem;
}

.app-preview-one {
  --preview-rotate: -4deg;
  --preview-hover-rotate: -1deg;
}

.app-preview-two {
  --preview-rotate: 0deg;
  --preview-hover-rotate: 0deg;
}

.app-preview-three {
  --preview-rotate: 4deg;
  --preview-hover-rotate: 1deg;
}

.js .application-phones .app-preview {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(40px) rotate(var(--preview-rotate));
  transition:
    opacity 980ms var(--ease),
    transform 980ms var(--ease),
    filter 980ms var(--ease);
}

.js .application-phones .app-preview.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) rotate(var(--preview-rotate));
}

.js .application-phones .app-preview-one {
  transition-delay: 0s;
}

.js .application-phones .app-preview-two {
  transition-delay: 0.18s;
}

.js .application-phones .app-preview-three {
  transition-delay: 0.36s;
}

.js .application-phones .app-preview-one.is-revealed .phone-shell {
  animation: previewFloatOne 6.2s ease-in-out 1s infinite;
}

.js .application-phones .app-preview-two.is-revealed .phone-shell {
  animation: previewFloatTwo 6.8s ease-in-out 1.18s infinite;
}

.js .application-phones .app-preview-three.is-revealed .phone-shell {
  animation: previewFloatThree 5.9s ease-in-out 1.36s infinite;
}

@media (hover: hover) and (pointer: fine) {
  .application-phones .app-preview:hover {
    transform: translateY(0) rotate(var(--preview-hover-rotate)) scale(1.03);
  }

  .application-phones .app-preview:hover .phone-shell {
    border-color: rgba(244, 241, 234, 0.2);
    box-shadow: 0 52px 145px rgba(0, 0, 0, 0.42);
  }
}

.app-preview-one {
  margin-top: 2.2rem;
}

.app-preview-two {
  margin-bottom: 2rem;
}

.app-preview-three {
  margin-top: 1.6rem;
}

.application-story {
  padding-top: var(--section-pad);
  padding-bottom: calc(var(--section-pad) * 1.05);
}

.application-story-inner {
  display: grid;
  gap: 1.4rem;
  max-width: 60rem;
}

.application-story-copy {
  max-width: 26ch;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.9rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.application-stats {
  position: relative;
  padding-top: calc(var(--section-pad) * 0.95);
  padding-bottom: var(--section-pad);
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.application-stats-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 34rem;
}

.application-stats-heading h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.application-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.6rem);
}

.stat-card {
  position: relative;
  min-height: 19rem;
  padding: 1.6rem 1.4rem 1.5rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.014)),
    linear-gradient(150deg, rgba(76, 201, 240, 0.06), rgba(114, 9, 183, 0.05));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.01);
  display: grid;
  align-content: start;
  gap: 1rem;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: auto auto -18% -10%;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 201, 240, 0.11), transparent 70%);
  filter: blur(10px);
}

.stat-value,
.stat-label,
.stat-copy {
  position: relative;
  z-index: 1;
}

.stat-value {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.56);
}

.stat-copy {
  max-width: 25ch;
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(244, 241, 234, 0.68);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: clamp(2.4rem, 5vw, 4rem);
}

.footer-glow {
  position: absolute;
  inset: -8rem -10% auto auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(76, 201, 240, 0.08), transparent 58%),
    radial-gradient(circle at 62% 42%, rgba(114, 9, 183, 0.06), transparent 60%);
  filter: blur(26px);
}

.footer-cta,
.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: clamp(2rem, 4vw, 2.6rem);
  border-bottom: 1px solid rgba(244, 241, 234, 0.08);
}

.footer-cta-copy {
  max-width: 42rem;
  display: grid;
  gap: 1rem;
}

.footer-cta-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.footer-cta-text {
  max-width: 36rem;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.72;
  color: rgba(244, 241, 234, 0.68);
}

.footer-cta-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  min-height: 3.4rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(244, 241, 234, 0.14);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.9);
  background: rgba(255, 255, 255, 0.02);
  transition:
    border-color 420ms var(--ease),
    background-color 420ms var(--ease),
    transform 420ms var(--ease),
    color 420ms var(--ease);
}

.footer-cta-link:hover,
.footer-cta-link:focus-visible {
  border-color: rgba(244, 241, 234, 0.24);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.78fr));
  gap: clamp(1.4rem, 3vw, 2.2rem);
  align-items: start;
}

.footer-brand {
  max-width: 30rem;
  display: grid;
  gap: 0.8rem;
}

.footer-brand-mark {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.footer-brand-tag {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.62);
}

.footer-brand-text {
  max-width: 26rem;
  font-size: 1rem;
  line-height: 1.74;
  color: rgba(244, 241, 234, 0.68);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.72rem;
}

.footer-column-title {
  margin-bottom: 0.35rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.42);
}

.footer-column a,
.footer-column span {
  font-size: 0.96rem;
  line-height: 1.6;
  color: rgba(244, 241, 234, 0.8);
}

.footer-column a {
  width: fit-content;
  transition:
    color 360ms var(--ease),
    transform 360ms var(--ease),
    opacity 360ms var(--ease);
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--text);
  transform: translateX(2px);
}

.footer-project-link {
  color: rgba(244, 241, 234, 0.98) !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(244, 241, 234, 0.54);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer-bottom-links a {
  transition:
    color 360ms var(--ease),
    opacity 360ms var(--ease);
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--text);
}

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(76, 201, 240, 0.45);
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.82);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    opacity 0.3s ease;
  animation: floatingContactIn 0.7s var(--ease) both 0.2s;
}

.floating-contact:hover,
.floating-contact:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(76, 201, 240, 0.85);
  background: rgba(14, 14, 22, 0.94);
}

.floating-contact:focus-visible {
  outline: 2px solid #4cc9f0;
  outline-offset: 4px;
}

.contact-view .floating-contact {
  display: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 1100ms var(--ease),
    transform 1100ms var(--ease),
    filter 1100ms var(--ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes drift {
  from {
    transform: translate3d(-1.6%, -1.2%, 0) scale(1);
  }
  to {
    transform: translate3d(1.8%, 1.6%, 0) scale(1.04);
  }
}

@keyframes editorialFloat {
  0%,
  100% {
    transform: translate3d(0, 0.45rem, 0);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.01),
      0 28px 54px rgba(0, 0, 0, 0.18);
  }

  50% {
    transform: translate3d(0, -0.45rem, 0);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.01),
      0 38px 72px rgba(0, 0, 0, 0.24);
  }
}

@keyframes float {
  from {
    transform: rotate(-12deg) translateY(0);
  }
  50% {
    transform: rotate(-7deg) translateY(-10px);
  }
  to {
    transform: rotate(-12deg) translateY(0);
  }
}

@keyframes floatAlt {
  from {
    transform: scale(0.78) rotate(8deg) translateY(0);
  }
  50% {
    transform: scale(0.8) rotate(11deg) translateY(10px);
  }
  to {
    transform: scale(0.78) rotate(8deg) translateY(0);
  }
}

@keyframes scrollPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.75;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}

@keyframes previewFloatOne {
  0%,
  100% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(6px);
  }
}

@keyframes previewFloatTwo {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes previewFloatThree {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}

@keyframes trustMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes floatingContactIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  :root {
    --section-pad: clamp(4rem, 7vw, 6rem);
    --side-pad: clamp(1rem, 3.6vw, 1.5rem);
  }

  body::after {
    inset: 8px;
  }

  .presentation,
  .services,
  .app-layout,
  .application-stats-grid,
  .portfolio-projects-grid {
    grid-template-columns: 1fr;
  }

  .split-section {
    min-height: auto;
    gap: 0;
  }

  .split-section--image-right .split-content,
  .split-section--image-right .split-media {
    order: initial;
  }

  .split-content,
  .split-section--image-left .split-content,
  .split-section--image-right .split-content {
    padding: 1.35rem var(--side-pad) 0;
  }

  .presentation,
  .services,
  .introducing {
    min-height: auto;
  }

  .introducing-stage {
    min-height: 58vh;
  }

  .presentation-copy,
  .app-text,
  .manifesto-copy,
  .benefit-title,
  .benefit-copy {
    max-width: none;
  }

  .presentation-cta {
    justify-self: start;
  }

  .services-guides {
    grid-auto-flow: column;
    justify-content: start;
  }

  .app-section {
    min-height: auto;
    padding-bottom: calc(var(--section-pad) * 0.7);
  }

  .application-hero {
    min-height: auto;
  }

  .legal-hero {
    min-height: auto;
  }

  .services-hero {
    min-height: auto;
  }

  .portfolio-hero {
    min-height: auto;
  }

  .application-title,
  .application-story-copy {
    max-width: none;
  }

  .contact-title,
  .contact-subtitle {
    max-width: none;
  }

  .legal-title,
  .legal-subtitle {
    max-width: none;
  }

  .services-title,
  .services-subtitle {
    max-width: none;
  }

  .portfolio-title,
  .portfolio-subtitle {
    max-width: none;
  }

  .application-phones {
    justify-items: center;
  }

  .app-section .sequence-stage,
  .app-section .sequence-sticky {
    min-height: auto;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-layout {
    gap: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-panel-web,
  .service-panel-branding,
  .service-panel-content,
  .service-panel-support {
    grid-column: auto;
    margin-top: 0;
    min-height: auto;
  }

  .service-panel-web,
  .service-panel-branding,
  .service-panel-support {
    grid-template-columns: 1fr;
  }

  .service-panel-content {
    grid-template-columns: 1fr;
  }

  .service-visual {
    min-height: 20rem;
  }

  .service-posts-grid {
    inset: 1rem;
  }

  .service-support-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-stack {
    width: 10rem;
    height: 13rem;
  }

  .services-trust-track {
    animation-duration: 28s;
  }

  .service-orbit {
    width: 14rem;
    height: 14rem;
  }

  .project-card-feature,
  .project-card-top,
  .project-card-bottom {
    min-height: auto;
  }

  .project-card-top,
  .project-card-bottom {
    grid-template-columns: 1fr;
  }

  .project-card-feature .project-visual,
  .project-card-top .project-visual,
  .project-card-bottom .project-visual {
    min-height: 22rem;
  }

  .project-device-large {
    inset: auto auto 10% 12%;
    width: 14rem;
    height: 21rem;
  }

  .app-preview {
    --preview-hover-rotate: 0deg;
    width: min(100%, 16.5rem);
  }

  .app-preview-one {
    --preview-rotate: -2deg;
  }

  .app-preview-three {
    --preview-rotate: 2deg;
  }

  .app-layout {
    position: relative;
    top: auto;
    min-height: auto;
    align-items: start;
  }

  .phone-stack {
    display: grid;
    height: auto;
    min-height: auto;
    gap: 1.35rem;
    justify-items: center;
  }

  .phone-card {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: min(100%, 16rem);
    opacity: 1;
    filter: none;
    transform: none !important;
  }

  .app-copy {
    position: relative;
    top: auto;
    max-width: 100%;
  }

  .sequence-sticky {
    min-height: auto;
    padding: 0;
  }

  .app-aura,
  .sequence-meter {
    display: none;
  }

  .benefits-stage {
    min-height: auto;
  }

  .benefits-stage .sequence-sticky {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 0;
    display: grid;
    gap: 1.6rem;
    justify-items: start;
  }

  .benefits-canvas {
    width: min(100%, 34rem);
    min-height: auto;
    display: grid;
    gap: 1.4rem;
  }

  .benefit-card {
    position: relative;
    inset: auto;
    width: min(100%, 32rem);
    opacity: 1;
    filter: none;
    transform: none !important;
  }

  .benefits-meter {
    display: none;
  }

  .stat-card {
    min-height: auto;
  }

  .footer-cta,
  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --section-pad: clamp(3.4rem, 10vw, 4.8rem);
    --side-pad: 1rem;
  }

  .site-header {
    padding-top: 0.9rem;
  }

  body::before {
    opacity: 0.08;
  }

  body::after {
    display: none;
  }

  .site-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.8rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .site-mark {
    order: -1;
    grid-column: 1 / -1;
    justify-self: center;
    width: 3.2rem;
  }

  .hero {
    min-height: auto;
    padding-top: 1.5rem;
  }

  .hero-logo {
    width: min(100%, 13.5rem);
  }

  .hero-inner {
    padding-top: 9vh;
    padding-bottom: 8vh;
  }

  .editorial-frame {
    min-height: 19rem;
  }

  .abstract-form {
    min-height: 19rem;
  }

  .introducing-stage {
    min-height: 20rem;
  }

  .split-section {
    gap: 1.2rem;
  }

  .phone-card {
    width: min(100%, 14rem);
  }

  .application-hero-inner {
    padding-top: 12vh;
  }

  .legal-hero-inner {
    padding-top: 12vh;
  }

  .contact-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .contact-subtitle {
    max-width: 24rem;
  }

  .legal-title {
    font-size: clamp(2.3rem, 11vw, 3.8rem);
  }

  .legal-subtitle {
    max-width: 24rem;
  }

  .services-hero-inner {
    padding-top: 12vh;
  }

  .services-title {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .services-subtitle {
    max-width: 24rem;
  }

  .services-editorial {
    padding-top: calc(var(--section-pad) * 0.78);
  }

  .service-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .service-copy > p:not(.service-tag):not(.service-index):not(.service-deliverables) {
    max-width: 100%;
  }

  .service-visual {
    min-height: 16rem;
  }

  .services-project-note {
    padding: 1rem;
  }

  .services-project-note-secondary {
    font-size: 0.88rem;
  }

  .service-tag,
  .service-deliverables,
  .service-inline-cta,
  .services-cta-link {
    letter-spacing: 0.1em;
  }

  .service-asset-image {
    inset: 0.85rem;
    width: calc(100% - 1.7rem);
    height: calc(100% - 1.7rem);
    border-radius: 0.9rem;
  }

  .service-visual-web .service-zoom-content,
  .service-visual-branding .service-zoom-content {
    inset: 0.85rem;
  }

  .service-posts-grid {
    inset: 1rem 0.95rem 0.8rem;
  }

  .service-post-card {
    width: calc(100% + 0.45rem);
    border-radius: 0.8rem;
  }

  .service-post-card-one {
    transform: translate(0.12rem, 0.45rem) rotate(-3deg);
  }

  .service-post-card-three {
    transform: translate(-0.12rem, 0.6rem) rotate(3deg);
  }

  .service-support-board {
    inset: 0.85rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .service-support-card-site,
  .service-support-card-brand,
  .service-support-card-social,
  .service-support-caption {
    grid-column: auto;
    grid-row: auto;
  }

  .service-support-card {
    min-height: 8rem;
  }

  .service-support-caption {
    padding: 0.9rem;
  }

  .services-cta-inner {
    padding: 1.15rem 1rem;
  }

  .services-cta-inner h2 {
    max-width: 100%;
  }

  .service-screen {
    inset: 3.6rem 1.4rem 3.4rem 1.4rem;
  }

  .service-orbit {
    width: 10rem;
    height: 10rem;
  }

  .service-card-stack {
    width: 7.5rem;
    height: 10rem;
  }

  .service-tiles {
    inset: auto 1.4rem 1.4rem 1.4rem;
  }

  .services-trust {
    padding-top: calc(var(--section-pad) * 0.72);
  }

  .services-trust-track {
    animation-duration: 28s;
  }

  .services-trust-list {
    gap: 0.4rem;
    padding-right: 0.4rem;
  }

  .trust-mark {
    min-width: 7rem;
    min-height: 4.8rem;
    font-size: 0.94rem;
  }

  .trust-mark-logo {
    min-width: 10.5rem;
    min-height: 5.6rem;
    padding: 0.85rem 1rem;
  }

  .trust-mark-logo img {
    max-width: 9.2rem;
    max-height: 3.2rem;
  }

  .portfolio-hero-inner {
    padding-top: 12vh;
  }

  .portfolio-title {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .portfolio-subtitle {
    max-width: 24rem;
  }

  .portfolio-projects {
    padding-top: calc(var(--section-pad) * 0.78);
  }

  .project-card-feature .project-visual,
  .project-card-top .project-visual,
  .project-card-bottom .project-visual {
    min-height: 18rem;
  }

  .project-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .project-copy p:last-child {
    max-width: 100%;
  }

  .project-device-large {
    inset: auto auto 10% 10%;
    width: 10.5rem;
    height: 16rem;
  }

  .project-surface-arc {
    width: 14rem;
    height: 14rem;
    right: -2rem;
  }

  .project-orbit {
    width: 11rem;
    height: 11rem;
  }

  .project-surface-tiles {
    width: 11rem;
  }

  .application-title {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .application-subtitle {
    max-width: 24rem;
  }

  .application-phones {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .app-preview,
  .app-preview-one,
  .app-preview-two,
  .app-preview-three {
    --preview-rotate: 0deg;
    --preview-hover-rotate: 0deg;
    width: min(100%, 14rem);
    margin: 0;
  }

  .application-story-copy {
    max-width: 18ch;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-field-message {
    grid-column: auto;
  }

  .contact-submit,
  .contact-hero-link {
    width: 100%;
    min-width: 0;
  }

  .contact-projects-grid {
    grid-template-columns: 1fr;
  }

  .application-stats-heading h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .application-stats {
    padding-bottom: calc(var(--section-pad) * 0.85);
  }

  .introducing-logo-static {
    width: min(100%, 15rem);
  }

  .benefits-section {
    padding-bottom: var(--section-pad);
  }

  .benefits-stage {
    min-height: auto;
  }

  .benefits-stage .sequence-sticky {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 0;
    display: grid;
    gap: 2rem;
    justify-items: start;
  }

  .benefits-canvas {
    min-height: auto;
    width: 100%;
    display: grid;
    gap: 1.8rem;
  }

  .benefit-card {
    position: relative;
    inset: auto;
    width: min(100%, 24rem);
    opacity: 1;
    filter: none;
    transform: none !important;
  }

  .benefit-title {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .benefit-copy {
    max-width: 19rem;
  }

  .benefits-meter {
    display: none;
  }

  .site-footer {
    padding-top: 4rem;
    gap: 2.5rem;
  }

  .footer-cta {
    flex-direction: column;
    align-items: start;
  }

  .footer-cta-link {
    min-width: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }

  .floating-contact {
    right: 16px;
    bottom: 14px;
    padding: 11px 14px;
    font-size: 0.78rem;
    max-width: calc(100vw - 2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
}
