@font-face {
  font-family: "Space Grotesk Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("./space-grotesk-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  --ink: #050508;
  --panel: #0c0d14;
  --text: #f4f2ff;
  --muted: #aaa7b7;
  --violet: #8b5cf6;
  --violet-hot: #a855f7;
  --cyan: #38e8ff;
  --line: rgba(208, 207, 235, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Space Grotesk Variable", "Space Grotesk", Arial, sans-serif;
  overflow-x: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(100% - 96px, 1440px);
  margin-inline: auto;
}

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 48%, rgba(18, 68, 115, 0.16), transparent 32%),
    linear-gradient(135deg, #030305 0%, #070812 58%, #050508 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: soft-light;
}

.hero-grid {
  position: absolute;
  inset: 95px 0 0;
  z-index: -2;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(128, 111, 193, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 111, 193, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, transparent 5%, black 45%, black 90%, transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(95px);
  pointer-events: none;
  z-index: -1;
}

.hero-glow-one {
  width: 320px;
  height: 320px;
  right: 14%;
  top: 22%;
  background: rgba(99, 49, 255, 0.18);
}

.hero-glow-two {
  width: 230px;
  height: 230px;
  right: 4%;
  bottom: 5%;
  background: rgba(0, 219, 255, 0.1);
}

.site-header {
  height: 95px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.brand i {
  color: var(--violet);
  font-style: normal;
  font-size: 28px;
  font-weight: 500;
}

.brand-light {
  font-weight: 410;
  letter-spacing: 0.17em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 46px;
  color: #e4e2ea;
  font-size: 15px;
}

.desktop-nav a {
  position: relative;
  padding: 38px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 27px;
  height: 1px;
  background: linear-gradient(90deg, var(--violet), var(--cyan));
  transition: right 260ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.header-cta {
  justify-self: end;
  min-height: 48px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(145, 82, 255, 0.78);
  border-radius: 11px;
  box-shadow: inset 0 0 18px rgba(123, 54, 255, 0.06), 0 0 24px rgba(104, 45, 218, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.header-cta svg,
.button svg {
  transition: transform 220ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  border-color: var(--violet-hot);
  box-shadow: 0 0 28px rgba(137, 78, 255, 0.18);
}

.header-cta:hover svg,
.button:hover svg {
  transform: translateX(4px);
}

.hero-inner {
  min-height: calc(100svh - 95px);
  display: grid;
  grid-template-columns: minmax(0, 54fr) minmax(480px, 46fr);
  align-items: center;
  position: relative;
  padding: 58px 0 92px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 735px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 31px;
  color: #9f77ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--violet), var(--cyan));
  box-shadow: 0 0 10px rgba(56, 232, 255, 0.7);
}

h1 {
  margin: 0;
  max-width: 740px;
  font-size: clamp(58px, 5.25vw, 80px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  font-weight: 720;
}

h1 em {
  display: block;
  padding-bottom: 0.1em;
  color: transparent;
  background: linear-gradient(100deg, #ffffff 4%, #ded8ff 38%, #a98aff 72%, #52eaff 112%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.hero-intro {
  max-width: 625px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 29px;
}

.button {
  min-height: 58px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 520;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  min-width: 244px;
  background: linear-gradient(120deg, #812bff 0%, #5b4ef2 52%, #426ee4 100%);
  border: 1px solid #bd65ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 7px 35px rgba(105, 51, 235, 0.29);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 9px 42px rgba(105, 51, 235, 0.44);
}

.button-secondary {
  min-width: 267px;
  color: #cbfaff;
  background: rgba(5, 6, 11, 0.62);
  border: 1px solid rgba(56, 232, 255, 0.62);
  box-shadow: inset 0 0 19px rgba(56, 232, 255, 0.035);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--cyan);
  box-shadow: 0 0 30px rgba(56, 232, 255, 0.11);
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.service-chips > span {
  min-height: 47px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d4d1dc;
  border: 1px solid rgba(209, 204, 232, 0.17);
  border-radius: 9px;
  background: rgba(10, 10, 17, 0.56);
  backdrop-filter: blur(10px);
  font-size: 14px;
}

.wp-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1.5px solid #a560ff;
  border-radius: 50%;
  color: #a560ff;
  font-family: Georgia, serif;
  font-size: 13px;
}

.search-mark {
  width: 20px;
  height: 20px;
  position: relative;
  border: 2px solid var(--cyan);
  border-radius: 50%;
}

.search-mark::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: var(--cyan);
  transform: rotate(48deg);
}

.bars-mark {
  height: 21px;
  display: flex;
  align-items: end;
  gap: 3px;
}

.bars-mark i {
  width: 3px;
  background: #9b5aff;
  border-radius: 2px;
}

.bars-mark i:nth-child(1) { height: 7px; }
.bars-mark i:nth-child(2) { height: 13px; }
.bars-mark i:nth-child(3) { height: 19px; }

.hero-visual {
  width: min(57vw, 820px);
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
  right: -3.5vw;
  top: 50%;
  transform: translateY(-48%);
  display: grid;
  place-items: center;
}

.hero-visual img {
  width: 87%;
  height: 87%;
  object-fit: contain;
  position: relative;
  z-index: 3;
  filter: saturate(1.1) contrast(1.05) drop-shadow(0 28px 80px rgba(28, 86, 255, 0.19));
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle at center, #000 0 54%, rgba(0, 0, 0, 0.98) 62%, transparent 73%);
  mask-image: radial-gradient(circle at center, #000 0 54%, rgba(0, 0, 0, 0.98) 62%, transparent 73%);
  animation: floatOrb 8s ease-in-out infinite;
}

.orb-aura {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: conic-gradient(from 40deg, rgba(139, 92, 246, 0.28), rgba(56, 232, 255, 0.16), transparent 45%, rgba(139, 92, 246, 0.22));
  filter: blur(55px);
  animation: spin 20s linear infinite;
}

.orbit {
  position: absolute;
  width: 82%;
  height: 48%;
  border: 1px solid rgba(138, 102, 253, 0.3);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.orbit-one {
  animation: orbitOne 19s linear infinite;
}

.orbit-two {
  width: 74%;
  height: 56%;
  border-color: rgba(56, 232, 255, 0.18);
  animation: orbitTwo 24s linear infinite reverse;
}

.orb-shadow {
  width: 67%;
  height: 8%;
  position: absolute;
  bottom: 11%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(105, 76, 238, 0.32), rgba(11, 52, 83, 0.16) 42%, transparent 70%);
  filter: blur(18px);
}

.spark {
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 7px 2px currentColor, 0 0 22px 7px currentColor;
  color: rgba(56, 232, 255, 0.4);
}

.spark-one { left: 8%; top: 42%; }
.spark-two { right: 7%; top: 34%; background: #b864ff; color: rgba(184, 100, 255, 0.4); }
.spark-three { left: 28%; bottom: 16%; width: 5px; height: 5px; background: #b864ff; color: rgba(184, 100, 255, 0.35); }

.hero-foot {
  height: 48px;
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(196, 195, 210, 0.45);
  font-size: 9px;
  letter-spacing: 0.22em;
}

.scroll-line {
  width: 75px;
  height: 1px;
  position: absolute;
  left: 50%;
  background: linear-gradient(90deg, transparent, var(--violet), var(--cyan), transparent);
}

.first-slice {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid rgba(187, 185, 215, 0.12);
  border-bottom: 1px solid rgba(187, 185, 215, 0.12);
  background: #08090e;
}

.first-slice p {
  margin: 0;
  white-space: nowrap;
  color: rgba(214, 211, 228, 0.7);
  font-size: 12px;
  letter-spacing: 0.34em;
}

@keyframes floatOrb {
  0%, 100% { transform: translate3d(0, -4px, 0) rotate(-1deg); }
  50% { transform: translate3d(0, 12px, 0) rotate(1.5deg); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes orbitOne {
  to { transform: rotate(345deg); }
}

@keyframes orbitTwo {
  from { transform: rotate(26deg); }
  to { transform: rotate(386deg); }
}

@media (max-width: 1120px) {
  .shell { width: min(100% - 56px, 1440px); }
  .desktop-nav { gap: 26px; }
  .hero-inner { grid-template-columns: minmax(0, 62fr) minmax(340px, 38fr); }
  .hero-visual { right: -16vw; width: 68vw; opacity: 0.78; }
  h1 { max-width: 690px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 1440px); }
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-cta { min-height: 42px; padding: 0 13px; font-size: 13px; }
  .header-cta svg { display: none; }
  .brand { font-size: 15px; gap: 7px; }
  .brand i { font-size: 22px; }
  .hero-grid { inset-block-start: 78px; background-size: 48px 48px; }
  .hero-inner { min-height: calc(100svh - 78px); display: block; padding: 72px 0 260px; }
  .hero-copy { max-width: 100%; }
  .eyebrow { font-size: 9px; letter-spacing: 0.18em; margin-bottom: 22px; }
  h1 { font-size: clamp(46px, 12vw, 68px); line-height: 1; }
  .hero-intro { font-size: 16px; max-width: 560px; }
  .hero-visual { width: 470px; right: -125px; top: auto; bottom: -70px; transform: none; opacity: 0.65; }
  .service-chips { display: none; }
  .hero-foot { display: none; }
}

@media (max-width: 560px) {
  .brand-light { display: none; }
  .header-cta { border-radius: 8px; }
  .hero-inner { padding-top: 55px; padding-bottom: 260px; }
  h1 { font-size: clamp(42px, 12.7vw, 58px); letter-spacing: -0.06em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; min-width: 0; min-height: 54px; }
  .hero-visual { width: 420px; right: -146px; bottom: -54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* Full portfolio experience */

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 2px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.03);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--violet), var(--cyan));
  box-shadow: 0 0 12px var(--cyan);
}

.hero-visual {
  translate: var(--parallax-x, 0) var(--parallax-y, 0);
  transition: translate 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.section-shell {
  width: min(100% - 96px, 1344px);
  margin-inline: auto;
}

.section-coordinate {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(196, 191, 220, 0.15);
  color: rgba(215, 211, 231, 0.42);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.section-coordinate::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 12px var(--violet);
}

.section-coordinate span {
  margin-left: auto;
}

.ticker {
  height: 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 1px solid rgba(187, 185, 215, 0.12);
  background: #08090e;
}

.ticker-track {
  width: max-content;
  display: flex;
  animation: tickerMove 34s linear infinite;
}

.ticker-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ticker span {
  margin: 0 30px;
  color: rgba(232, 229, 242, 0.72);
  font-size: 12px;
  letter-spacing: 0.32em;
  white-space: nowrap;
}

.ticker i {
  color: var(--violet);
  font-style: normal;
  text-shadow: 0 0 15px var(--violet);
}

.manifesto {
  padding-block: 130px 150px;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.7fr 2.3fr;
  gap: 10%;
  padding-top: 76px;
}

.manifesto-kicker {
  margin: 4px 0 0;
  color: rgba(232, 229, 242, 0.45);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.manifesto-kicker span {
  color: var(--cyan);
}

.manifesto-statement h2,
.section-title-row h2,
.services-heading h2,
.profile-copy h2,
.final-inner h2 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 1.02;
  font-weight: 540;
  letter-spacing: -0.052em;
}

.manifesto-statement h2 em,
.section-title-row h2 em,
.services-heading h2 em,
.profile-copy h2 em,
.final-inner h2 em {
  color: transparent;
  background: linear-gradient(100deg, #d4c7ff, #9b70ff 45%, #58e7f7 105%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.manifesto-note {
  max-width: 680px;
  margin: 52px 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 62px;
  align-items: end;
}

.manifesto-note p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.manifesto-note a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(56, 232, 255, 0.55);
  color: #d9fbff;
  white-space: nowrap;
  transition: color 200ms ease, border-color 200ms ease;
}

.manifesto-note a:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

.work {
  padding-bottom: 155px;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  gap: 10%;
  align-items: end;
  padding: 70px 0 65px;
}

.section-title-row h2 {
  font-size: clamp(48px, 5vw, 72px);
}

.section-title-row > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 24px;
}

.project-card {
  position: relative;
}

.project-large,
.project-wide {
  grid-column: span 2;
}

.project-visual {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 195, 229, 0.16);
  border-radius: 18px;
  background: #10111a;
  box-shadow: 0 32px 65px rgba(0, 0, 0, 0.25);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), border-color 350ms ease, box-shadow 350ms ease;
}

.project-card:not(.project-large):not(.project-wide) .project-visual {
  min-height: 420px;
}

.project-card:hover .project-visual {
  transform: translateY(-7px);
  border-color: rgba(132, 105, 236, 0.44);
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.36), 0 0 45px rgba(93, 59, 205, 0.08);
}

.project-visual::before,
.project-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.75;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-visual::before {
  width: 48%;
  aspect-ratio: 1;
  right: 4%;
  top: 18%;
  background: radial-gradient(circle, rgba(123, 62, 255, 0.55), transparent 68%);
}

.project-visual::after {
  width: 34%;
  aspect-ratio: 1;
  right: 26%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(28, 216, 246, 0.34), transparent 68%);
}

.project-card:hover .project-visual::before { transform: translate(12px, -10px) scale(1.06); }
.project-card:hover .project-visual::after { transform: translate(-10px, 9px) scale(1.08); }

.project-wellness .project-visual {
  background: linear-gradient(140deg, #1b151a, #2b1b25 52%, #11111a);
}

.project-wellness .project-visual::before { background: radial-gradient(circle, rgba(190, 100, 143, 0.68), transparent 68%); }
.project-wellness .project-visual::after { background: radial-gradient(circle, rgba(241, 192, 148, 0.25), transparent 68%); }

.project-river .project-visual {
  background: linear-gradient(145deg, #071b26, #0b3442 50%, #0a111a);
}

.project-river .project-visual::before { background: radial-gradient(circle, rgba(0, 174, 226, 0.56), transparent 69%); }
.project-river .project-visual::after { background: radial-gradient(circle, rgba(244, 173, 69, 0.28), transparent 67%); }

.project-lyme .project-visual {
  background: linear-gradient(145deg, #0b1716, #10362f 53%, #09100f);
}

.project-lyme .project-visual::before { background: radial-gradient(circle, rgba(50, 191, 143, 0.45), transparent 69%); }
.project-lyme .project-visual::after { background: radial-gradient(circle, rgba(185, 220, 74, 0.23), transparent 67%); }

.project-clean .project-visual {
  background: linear-gradient(145deg, #111a25, #263c54 45%, #0b1119);
}

.project-clean .project-visual::before { background: radial-gradient(circle, rgba(95, 167, 239, 0.54), transparent 68%); }
.project-clean .project-visual::after { background: radial-gradient(circle, rgba(244, 212, 114, 0.24), transparent 67%); }

.project-index {
  position: absolute;
  z-index: 5;
  right: 26px;
  top: 24px;
  font-family: ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.45);
}

.browser-bar {
  width: min(82%, 820px);
  height: 39px;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  background: rgba(8, 9, 14, 0.72);
  backdrop-filter: blur(16px);
}

.project-card:not(.project-large):not(.project-wide) .browser-bar { width: 86%; }

.browser-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.27);
}

.browser-bar b {
  margin-left: 8px;
  font-family: ui-monospace, monospace;
  color: rgba(255, 255, 255, 0.28);
  font-size: 8px;
  font-weight: 400;
}

.mockup-canvas {
  width: min(82%, 820px);
  height: calc(100% - 78px);
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) perspective(1200px) rotateX(1.5deg);
  padding: 66px 7%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    rgba(7, 8, 13, 0.68);
  background-size: 38px 38px;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.25);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:not(.project-large):not(.project-wide) .mockup-canvas {
  width: 86%;
  padding: 62px 8%;
}

.project-card:hover .mockup-canvas {
  transform: translateX(-50%) perspective(1200px) rotateX(0) translateY(-5px);
}

.mockup-canvas::after {
  content: "";
  width: 280px;
  height: 280px;
  position: absolute;
  right: -3%;
  bottom: -14%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 65px rgba(156, 104, 255, 0.13), 0 0 0 36px rgba(255, 255, 255, 0.015), 0 0 0 76px rgba(255, 255, 255, 0.012);
}

.mock-label {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.48);
  font-family: ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mockup-canvas strong {
  display: block;
  max-width: 78%;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.project-card:not(.project-large):not(.project-wide) .mockup-canvas strong {
  font-size: clamp(38px, 4vw, 56px);
}

.mock-line {
  width: min(250px, 48%);
  height: 5px;
  display: block;
  margin-top: 28px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.27);
}

.mock-line.short {
  width: min(178px, 34%);
  margin-top: 9px;
  opacity: 0.54;
}

.mock-button {
  width: fit-content;
  min-height: 40px;
  margin-top: 28px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 7px;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.project-content {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 8%;
  padding: 28px 3px 0;
}

.project-card:not(.project-large):not(.project-wide) .project-content {
  grid-template-columns: 1fr;
  gap: 14px;
}

.project-content h3 {
  margin: 5px 0 0;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.project-content > div > span {
  color: var(--violet);
  font-family: ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.project-content > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.project-tags {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -2px;
}

.project-card:not(.project-large):not(.project-wide) .project-tags { grid-column: 1; }

.project-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(205, 199, 231, 0.15);
  border-radius: 5px;
  color: rgba(219, 215, 232, 0.64);
  font-size: 10px;
}

.services {
  padding: 145px 0 150px;
  border-block: 1px solid rgba(199, 193, 222, 0.11);
  background:
    radial-gradient(circle at 82% 22%, rgba(67, 37, 139, 0.14), transparent 28%),
    #08090e;
}

.services-heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 8%;
  padding: 74px 0 82px;
}

.services-heading > p {
  margin: 10px 0 0;
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.23em;
}

.services-heading h2 {
  font-size: clamp(48px, 5.4vw, 76px);
}

.service-list {
  border-top: 1px solid rgba(199, 193, 222, 0.16);
}

.service-row {
  min-height: 194px;
  display: grid;
  grid-template-columns: 70px 0.85fr 1.1fr 42px;
  gap: 5%;
  align-items: center;
  border-bottom: 1px solid rgba(199, 193, 222, 0.16);
  position: relative;
  transition: padding 350ms cubic-bezier(0.16, 1, 0.3, 1), background 350ms ease;
}

.service-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, rgba(123, 72, 227, 0.12), transparent 55%);
  transition: opacity 300ms ease;
}

.service-row:hover {
  padding-inline: 17px;
}

.service-row:hover::before { opacity: 1; }

.service-number {
  align-self: start;
  padding-top: 64px;
  color: var(--violet);
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

.service-row h3 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 560;
}

.service-detail p {
  max-width: 600px;
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.62;
}

.service-detail > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.service-detail span {
  color: rgba(225, 221, 239, 0.52);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail span:not(:last-child)::after {
  content: " / ";
  margin-left: 7px;
  color: rgba(143, 92, 246, 0.8);
}

.plus {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(206, 201, 227, 0.2);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 20px;
  font-weight: 280;
  transition: transform 350ms ease, border-color 350ms ease, background 350ms ease;
}

.service-row:hover .plus {
  transform: rotate(45deg);
  border-color: rgba(56, 232, 255, 0.55);
  background: rgba(56, 232, 255, 0.05);
}

.profile {
  padding-block: 145px 155px;
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) 1.1fr;
  gap: 9%;
  align-items: center;
  padding-top: 82px;
}

.profile-art {
  aspect-ratio: 0.9;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(204, 199, 228, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 58% 44%, rgba(105, 56, 220, 0.34), transparent 34%),
    linear-gradient(145deg, #0d0e17, #07080c);
}

.profile-gridlines {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(157, 141, 214, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 141, 214, 0.08) 1px, transparent 1px);
  background-size: 45px 45px;
}

.profile-art > strong {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: transparent;
  background: linear-gradient(135deg, #fff 8%, #736592 34%, #ddd2ff 53%, #42415c 76%, #88f4ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(130px, 19vw, 250px);
  line-height: 0.8;
  letter-spacing: -0.1em;
  font-weight: 760;
  filter: drop-shadow(0 20px 45px rgba(86, 49, 187, 0.28));
}

.profile-code,
.profile-caption {
  position: absolute;
  z-index: 4;
  color: rgba(221, 216, 239, 0.45);
  font-family: ui-monospace, monospace;
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.16em;
}

.profile-code { left: 24px; top: 24px; }
.profile-caption { right: 24px; bottom: 24px; text-align: right; }

.profile-orbit {
  width: 77%;
  height: 43%;
  position: absolute;
  z-index: 3;
  left: 12%;
  top: 31%;
  border: 1px solid rgba(56, 232, 255, 0.35);
  border-radius: 50%;
  transform: rotate(-15deg);
  box-shadow: 0 0 40px rgba(56, 232, 255, 0.05);
  animation: orbitProfile 12s ease-in-out infinite alternate;
}

.profile-orbit i {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 13%;
  top: 2%;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.profile-copy .eyebrow { margin-bottom: 27px; }

.profile-copy h2 {
  font-size: clamp(45px, 4.4vw, 66px);
}

.profile-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.profile-principles {
  margin-top: 40px;
  border-top: 1px solid rgba(199, 193, 222, 0.15);
}

.profile-principles span {
  min-height: 53px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid rgba(199, 193, 222, 0.15);
  color: rgba(229, 225, 239, 0.78);
  font-size: 13px;
}

.profile-principles b {
  color: var(--violet);
  font-family: ui-monospace, monospace;
  font-size: 9px;
  font-weight: 400;
}

.process {
  padding: 145px 0 150px;
  border-block: 1px solid rgba(199, 193, 222, 0.11);
  background: #08090e;
}

.process-title {
  padding-bottom: 88px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(199, 193, 222, 0.16);
}

.process-step {
  min-height: 305px;
  position: relative;
  padding: 35px 32px 30px 0;
  border-bottom: 1px solid rgba(199, 193, 222, 0.16);
}

.process-step:not(:last-child) {
  border-right: 1px solid rgba(199, 193, 222, 0.16);
}

.process-step:not(:first-child) { padding-left: 32px; }

.process-step > span {
  color: var(--violet);
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.process-dot {
  width: 7px;
  height: 7px;
  position: absolute;
  right: -4px;
  top: -4px;
  border-radius: 50%;
  background: #0b0c12;
  border: 1px solid var(--violet);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
}

.process-step:last-child .process-dot { display: none; }

.process-step h3 {
  margin: 83px 0 21px;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.client-band {
  min-height: 208px;
  padding: 45px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
}

.client-band > p {
  margin: 0;
  color: rgba(216, 211, 230, 0.38);
  font-size: 9px;
  letter-spacing: 0.28em;
}

.client-band > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
  color: rgba(235, 232, 244, 0.56);
  font-size: clamp(15px, 1.7vw, 22px);
  letter-spacing: 0.08em;
}

.client-band i {
  color: var(--violet);
  font-style: normal;
}

.final-cta {
  min-height: 745px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(199, 193, 222, 0.12);
  background: linear-gradient(145deg, #06070b, #0a0a13);
}

.cta-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(134, 108, 218, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(134, 108, 218, 0.09) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle, black, transparent 72%);
}

.cta-glow {
  width: 680px;
  height: 680px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 38%, rgba(132, 73, 255, 0.25), transparent 35%),
    radial-gradient(circle at 63% 56%, rgba(31, 210, 238, 0.16), transparent 32%);
  filter: blur(45px);
  animation: ctaPulse 7s ease-in-out infinite;
}

.final-inner {
  text-align: center;
}

.final-inner .eyebrow {
  justify-content: center;
  margin-bottom: 30px;
}

.final-inner h2 {
  font-size: clamp(62px, 7.1vw, 102px);
  line-height: 0.94;
}

.final-inner > p:not(.eyebrow) {
  max-width: 630px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.cta-button {
  margin-top: 38px;
  min-width: 284px;
}

.availability {
  margin: 27px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(221, 217, 234, 0.42);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.availability i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5bf4b0;
  box-shadow: 0 0 10px #5bf4b0;
  animation: statusPulse 2.3s ease infinite;
}

.footer {
  border-top: 1px solid rgba(199, 193, 222, 0.12);
  background: #050508;
}

.footer-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 25px;
}

.footer .brand { font-size: 15px; }
.footer .brand i { font-size: 21px; }

.footer p {
  margin: 0;
  color: rgba(218, 214, 230, 0.4);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.footer-inner > div {
  display: flex;
  gap: 22px;
  color: rgba(235, 232, 244, 0.65);
  font-size: 12px;
}

.footer-inner > div a { transition: color 200ms ease; }
.footer-inner > div a:hover { color: var(--cyan); }

.footer-inner > span {
  grid-column: 1 / -1;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(199, 193, 222, 0.1);
  color: rgba(218, 214, 230, 0.28);
  font-family: ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.18em;
}

.reveal {
  opacity: 1;
  transform: none;
}

.effects-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(30px);
}

.effects-ready .reveal {
  transition: opacity 800ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes orbitProfile { to { transform: rotate(2deg) scale(1.035); } }
@keyframes ctaPulse { 50% { transform: translate(-50%, -50%) scale(1.1) rotate(4deg); opacity: 0.85; } }
@keyframes statusPulse { 50% { opacity: 0.45; transform: scale(0.8); } }

@media (max-width: 980px) {
  .section-shell { width: min(100% - 54px, 1344px); }
  .manifesto-grid { grid-template-columns: 1fr; gap: 38px; }
  .manifesto-statement { max-width: 820px; }
  .section-title-row { grid-template-columns: 1fr; gap: 32px; }
  .section-title-row > p { max-width: 530px; }
  .project-visual, .project-card:not(.project-large):not(.project-wide) .project-visual { min-height: 390px; }
  .project-content { grid-template-columns: 1fr; gap: 14px; }
  .project-tags { grid-column: 1; }
  .services-heading { grid-template-columns: 1fr; gap: 34px; }
  .service-row { grid-template-columns: 48px 0.8fr 1.1fr 38px; gap: 3%; }
  .profile-grid { grid-template-columns: minmax(320px, 0.8fr) 1.2fr; gap: 6%; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(3) { padding-left: 0; }
  .process-step:nth-child(2) .process-dot { display: none; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer p { display: none; }
}

@media (max-width: 720px) {
  .hero-visual { translate: 0 0; }
  .section-shell { width: min(100% - 34px, 1344px); }
  .ticker { height: 72px; }
  .ticker span { margin-inline: 19px; font-size: 10px; }
  .manifesto { padding-block: 95px 105px; }
  .manifesto-grid { padding-top: 50px; }
  .manifesto-note { grid-template-columns: 1fr; gap: 26px; margin-top: 35px; }
  .manifesto-note a { width: fit-content; }
  .work { padding-bottom: 105px; }
  .section-title-row { padding: 52px 0 48px; }
  .section-title-row h2,
  .manifesto-statement h2,
  .services-heading h2,
  .profile-copy h2 { font-size: clamp(40px, 11vw, 56px); }
  .project-grid { grid-template-columns: 1fr; gap: 48px; }
  .project-large, .project-wide { grid-column: 1; }
  .project-visual, .project-card:not(.project-large):not(.project-wide) .project-visual { min-height: 355px; }
  .mockup-canvas, .project-card:not(.project-large):not(.project-wide) .mockup-canvas { width: 90%; padding: 55px 7%; }
  .browser-bar, .project-card:not(.project-large):not(.project-wide) .browser-bar { width: 90%; }
  .mockup-canvas strong, .project-card:not(.project-large):not(.project-wide) .mockup-canvas strong { font-size: clamp(37px, 12vw, 52px); }
  .mockup-canvas::after { width: 210px; height: 210px; right: -15%; }
  .project-content h3 { font-size: 24px; }
  .services { padding: 100px 0 105px; }
  .services-heading { padding: 52px 0; }
  .service-row { grid-template-columns: 40px 1fr 36px; gap: 15px; padding-block: 30px; }
  .service-number { padding-top: 5px; }
  .service-row h3 { font-size: 28px; }
  .service-detail { grid-column: 2 / -1; }
  .plus { grid-column: 3; grid-row: 1; }
  .service-row:hover { padding-inline: 0; }
  .profile { padding-block: 100px 105px; }
  .profile-grid { grid-template-columns: 1fr; gap: 58px; padding-top: 55px; }
  .profile-art { width: min(100%, 520px); }
  .profile-art > strong { font-size: clamp(145px, 50vw, 220px); }
  .process { padding: 100px 0 105px; }
  .process-title { padding-bottom: 55px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child), .process-step:nth-child(3) { min-height: auto; padding: 32px 0 37px; border-right: 0; }
  .process-step .process-dot { display: none; }
  .process-step h3 { margin: 30px 0 15px; }
  .client-band { padding-inline: 22px; }
  .client-band > div { gap: 12px; }
  .final-cta { min-height: 650px; }
  .final-inner h2 { font-size: clamp(56px, 15vw, 80px); }
  .final-inner > p:not(.eyebrow) { font-size: 15px; }
  .footer-inner { min-height: 170px; grid-template-columns: 1fr; padding-top: 35px; }
  .footer-inner > div { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .project-visual, .project-card:not(.project-large):not(.project-wide) .project-visual { min-height: 310px; }
  .mockup-canvas, .project-card:not(.project-large):not(.project-wide) .mockup-canvas { height: calc(100% - 46px); padding-top: 44px; }
  .mockup-canvas strong, .project-card:not(.project-large):not(.project-wide) .mockup-canvas strong { font-size: 39px; }
  .mock-label { margin-bottom: 14px; }
  .mock-line { margin-top: 19px; }
  .mock-button { display: none; }
  .service-detail { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .effects-ready .reveal:not(.is-visible), .reveal { opacity: 1; transform: none; }
}
