@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --ta-black: #050505;
  --ta-deep: #09090c;
  --ta-white: #f6f3ee;
  --ta-muted: rgba(246, 243, 238, 0.66);
  --ta-soft: rgba(246, 243, 238, 0.42);
  --ta-line: rgba(246, 243, 238, 0.16);
  --ta-violet: #8f5cff;
  --ta-blue: #5fdbff;
  --ta-magenta: #ff4fbd;
  --ta-radius: 34px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  background: var(--ta-black);
  color: var(--ta-white);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  overscroll-behavior: none;
}

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

button {
  font: inherit;
}

.ta-noise {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  opacity: 0.17;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.22) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,.16) 0 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.08) 0 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px, 7px 7px;
}

.ta-cursor {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 320px;
  z-index: 250;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(143, 92, 255, .24), rgba(95, 219, 255, .08) 38%, transparent 70%);
  filter: blur(22px);
  transform: translate(-50%, -50%);
  opacity: .82;
}

.ta-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 78px;
  padding: 0 34px;
  z-index: 220;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  mix-blend-mode: difference;
}

.ta-logo {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ta-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.ta-nav a {
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}

.ta-menu {
  display: none;
  width: 34px;
  height: 28px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.ta-menu span {
  width: 100%;
  height: 2px;
  background: white;
  display: block;
}

.ta-horizontal-wrap {
  position: relative;
  height: 700vh;
  background: var(--ta-black);
}

.ta-track {
  position: sticky;
  top: 0;
  width: max-content;
  height: 100vh;
  display: flex;
  will-change: transform;
}

.ta-panel {
  position: relative;
  width: 100vw;
  height: 100vh;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--ta-black);
  isolation: isolate;
}

.ta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(0,0,0,.55) 92%),
    linear-gradient(90deg, rgba(0,0,0,.18), transparent 25%, transparent 75%, rgba(0,0,0,.25));
}

.ta-bg-video,
.ta-liquid-fallback,
.ta-blob {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ta-bg-video {
  z-index: 1;
  object-fit: cover;
  opacity: .58;
  filter: saturate(.92) contrast(1.14) brightness(.78);
  transform: scale(1.08);
}

.ta-liquid-fallback {
  z-index: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(95,219,255,.25), transparent 28%),
    radial-gradient(circle at 62% 48%, rgba(143,92,255,.42), transparent 34%),
    radial-gradient(circle at 80% 65%, rgba(255,79,189,.16), transparent 30%),
    linear-gradient(135deg, #050505 0%, #131323 45%, #070709 100%);
  opacity: .95;
  animation: fallbackFlow 13s ease-in-out infinite alternate;
}

.ta-fallback-dark {
  background:
    radial-gradient(circle at 68% 32%, rgba(255,255,255,.10), transparent 22%),
    radial-gradient(circle at 28% 70%, rgba(143,92,255,.24), transparent 36%),
    linear-gradient(120deg, #050505, #111016 50%, #050505);
}

.ta-fallback-purple {
  background:
    radial-gradient(circle at 28% 42%, rgba(143,92,255,.40), transparent 30%),
    radial-gradient(circle at 75% 55%, rgba(95,219,255,.24), transparent 34%),
    linear-gradient(120deg, #060608, #17102a, #050505);
}

.ta-fallback-blue {
  background:
    radial-gradient(circle at 65% 38%, rgba(95,219,255,.32), transparent 30%),
    radial-gradient(circle at 32% 68%, rgba(143,92,255,.24), transparent 36%),
    linear-gradient(120deg, #050505, #07131c, #050505);
}

.ta-fallback-gallery {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,79,189,.2), transparent 30%),
    radial-gradient(circle at 72% 58%, rgba(95,219,255,.18), transparent 34%),
    linear-gradient(120deg, #050505, #101018, #050505);
}

.ta-fallback-minimal,
.ta-fallback-end {
  background:
    radial-gradient(circle at 48% 20%, rgba(143,92,255,.18), transparent 32%),
    linear-gradient(180deg, #050505, #0d0d12 62%, #050505);
}

@keyframes fallbackFlow {
  0% {
    filter: hue-rotate(0deg) blur(0px);
    transform: scale(1);
  }
  100% {
    filter: hue-rotate(18deg) blur(2px);
    transform: scale(1.08);
  }
}

.ta-blob {
  z-index: 3;
  width: 55vw;
  height: 55vw;
  inset: auto;
  border-radius: 45% 55% 60% 40%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255,255,255,.38), transparent 8%),
    radial-gradient(circle at 52% 56%, rgba(143,92,255,.58), transparent 36%),
    radial-gradient(circle at 36% 68%, rgba(95,219,255,.22), transparent 44%);
  opacity: .22;
  filter: blur(30px);
  animation: blobMorph 11s ease-in-out infinite alternate;
}

.ta-blob-a {
  right: -22vw;
  top: 10vh;
}

.ta-blob-b {
  left: -28vw;
  bottom: -25vh;
  opacity: .18;
  animation-duration: 15s;
}

@keyframes blobMorph {
  0% {
    transform: rotate(0deg) scale(1);
    border-radius: 45% 55% 60% 40%;
  }
  100% {
    transform: rotate(18deg) scale(1.13);
    border-radius: 65% 35% 38% 62%;
  }
}

.ta-panel-inner {
  position: relative;
  z-index: 20;
  height: 100%;
  padding: 108px 7vw 68px;
}

.ta-kicker {
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ta-muted);
  margin-bottom: 24px;
  font-weight: 500;
}

.ta-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

h1,
h2,
h3 {
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  color: var(--ta-white);
}

h1 {
  max-width: 1120px;
  font-size: clamp(86px, 15.6vw, 238px);
  line-height: .75;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.ta-hero-line {
  margin-top: 28px;
  font-size: clamp(26px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: .92;
}

.ta-primary-btn {
  width: fit-content;
  margin-top: 34px;
  padding: 15px 25px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
  color: var(--ta-white);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition: transform .35s ease, background .35s ease, color .35s ease;
}

.ta-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--ta-white);
  color: var(--ta-black);
}

.ta-copy-block,
.ta-hybrid-inner {
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ta-copy-block h2,
.ta-hybrid-inner h2,
.ta-projects-inner h2,
.ta-final-inner h2,
.ta-footer h2 {
  font-size: clamp(62px, 10vw, 158px);
  line-height: .78;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.ta-copy-block p,
.ta-hybrid-inner p,
.ta-footer p {
  max-width: 750px;
  margin-top: 32px;
  color: var(--ta-muted);
  font-size: clamp(17px, 1.45vw, 25px);
  line-height: 1.48;
}

.ta-transform-inner,
.ta-projects-inner,
.ta-method-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ta-transform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(235px, 1fr));
  gap: 18px;
  width: 100%;
}

.ta-card {
  position: relative;
  min-height: 438px;
  padding: 30px;
  border: 1px solid var(--ta-line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.018));
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: transform .45s ease, border-color .45s ease, background .45s ease;
}

.ta-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 30% 40%, rgba(95,219,255,.14), transparent 28%),
    radial-gradient(circle at 70% 55%, rgba(143,92,255,.22), transparent 36%);
  opacity: .7;
  transform: rotate(12deg);
}

.ta-card:hover {
  transform: translateY(-16px);
  border-color: rgba(255,255,255,.36);
  background: linear-gradient(145deg, rgba(143,92,255,.19), rgba(255,255,255,.04));
}

.ta-card span,
.ta-card h3,
.ta-card p {
  position: relative;
  z-index: 2;
}

.ta-card span {
  position: absolute;
  top: 28px;
  left: 30px;
  color: var(--ta-soft);
  font-size: 12px;
  letter-spacing: .18em;
}

.ta-card h3 {
  font-size: clamp(43px, 5.3vw, 82px);
  line-height: .78;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.ta-card p {
  margin-top: 18px;
  color: var(--ta-muted);
  line-height: 1.5;
  font-size: 15px;
}

.ta-phone {
  position: absolute;
  z-index: 22;
  right: 8vw;
  bottom: 9vh;
  width: 245px;
  height: 435px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(26px);
  box-shadow:
    0 0 80px rgba(95,219,255,.12),
    0 0 120px rgba(143,92,255,.16);
  transform: rotate(-7deg);
}

.ta-phone-screen {
  position: absolute;
  inset: 18px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(95,219,255,.24), transparent 34%),
    radial-gradient(circle at 40% 70%, rgba(143,92,255,.25), transparent 40%),
    rgba(0,0,0,.62);
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.ta-gallery {
  margin-top: 42px;
  display: flex;
  gap: 24px;
}

.ta-project {
  width: 31vw;
  min-width: 320px;
}

.ta-project-media {
  height: 338px;
  border: 1px solid var(--ta-line);
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 25%, rgba(255,255,255,.22), transparent 18%),
    radial-gradient(circle at 68% 60%, rgba(143,92,255,.44), transparent 42%),
    #111;
  transition: transform .45s ease, filter .45s ease;
}

.ta-media-two {
  background:
    radial-gradient(circle at 62% 32%, rgba(95,219,255,.34), transparent 30%),
    radial-gradient(circle at 30% 70%, rgba(255,79,189,.24), transparent 40%),
    #090909;
}

.ta-media-three {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.14), transparent 20%),
    linear-gradient(140deg, #101010, #262039);
}

.ta-project:hover .ta-project-media {
  transform: scale(.97);
  filter: brightness(1.15);
}

.ta-project h3 {
  margin-top: 18px;
  font-size: 30px;
  line-height: .85;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.ta-project p {
  margin-top: 10px;
  color: var(--ta-muted);
  line-height: 1.45;
}

.ta-method-words {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ta-method-words span {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(62px, 10vw, 158px);
  line-height: .74;
  letter-spacing: -0.075em;
  font-weight: 900;
  text-transform: uppercase;
}

.ta-final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline: 6vw;
}

.ta-final-inner p {
  margin-top: 28px;
  color: var(--ta-muted);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
}

.ta-footer {
  position: relative;
  min-height: 100vh;
  padding: 120px 7vw 44px;
  overflow: hidden;
  background: var(--ta-black);
}

.ta-footer-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(143,92,255,.24), transparent 34%),
    radial-gradient(circle at 15% 75%, rgba(95,219,255,.12), transparent 30%),
    linear-gradient(180deg, #050505, #111018 58%, #050505);
  animation: footerBreath 8s ease-in-out infinite alternate;
}

@keyframes footerBreath {
  from { transform: scale(1); filter: blur(0); }
  to { transform: scale(1.08); filter: blur(2px); }
}

.ta-footer-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 164px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ta-footer-actions {
  margin-top: 38px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ta-footer-btn {
  padding: 16px 25px 15px;
  border-radius: 999px;
  background: var(--ta-white);
  color: var(--ta-black);
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13px;
}

.ta-footer-btn.ta-ghost {
  background: transparent;
  color: var(--ta-white);
  border: 1px solid rgba(255,255,255,.28);
}

.ta-footer-bottom {
  margin-top: auto;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--ta-muted);
  font-size: 13px;
}

.layer,
.layer-card {
  will-change: transform;
}

.ta-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s ease, transform .9s ease;
}

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

@media (max-width: 980px) {
  body {
    overflow-x: hidden;
  }

  .ta-cursor {
    display: none;
  }

  .ta-header {
    height: 70px;
    padding: 0 20px;
  }

  .ta-nav {
    display: none;
  }

  .ta-menu {
    display: flex;
  }

  .ta-horizontal-wrap {
    height: auto !important;
  }

  .ta-track {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transform: none !important;
  }

  .ta-panel {
    width: 100%;
    min-height: 100vh;
    height: auto;
  }

  .ta-panel-inner {
    min-height: 100vh;
    padding: 100px 22px 54px;
  }

  h1 {
    font-size: clamp(76px, 25vw, 136px);
    line-height: .76;
  }

  .ta-copy-block h2,
  .ta-hybrid-inner h2,
  .ta-projects-inner h2,
  .ta-final-inner h2,
  .ta-footer h2 {
    font-size: clamp(54px, 17vw, 94px);
    line-height: .78;
  }

  .ta-transform-grid {
    grid-template-columns: 1fr;
  }

  .ta-card {
    min-height: 238px;
  }

  .ta-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: 215px;
    height: 375px;
    margin: -80px 22px 70px auto;
  }

  .ta-gallery {
    flex-direction: column;
  }

  .ta-project {
    width: 100%;
    min-width: 0;
  }

  .ta-project-media {
    height: 280px;
  }

  .ta-method-words span {
    font-size: clamp(54px, 16vw, 92px);
  }

  .ta-footer-bottom {
    flex-direction: column;
  }
}