:root {
  color-scheme: light;
  --page: #f7f9fb;
  --paper: #fafafa;
  --ink: #0f172a;
  --muted: #536072;
  --blue: #102033;
  --cyan: #38bdf8;
  --teal: #22d3c5;
  --violet: #8b5cf6;
  --line: rgba(15, 23, 42, 0.12);
  --max: 1220px;
  --vh: 1svh;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 28%, rgba(56, 189, 248, 0.12), transparent 24rem),
    radial-gradient(circle at 84% 58%, rgba(34, 211, 197, 0.1), transparent 30rem),
    linear-gradient(180deg, #fbfcfd 0%, var(--page) 58%, #f4f7fb 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(255, 255, 255, 0.72) 38%, transparent 48%),
    linear-gradient(72deg, transparent 0 58%, rgba(34, 211, 197, 0.08) 68%, transparent 78%);
  content: "";
  opacity: 0.72;
  transform: translate3d(-4%, 0, 0);
  animation: pageSheen 20s ease-in-out infinite alternate;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at var(--story-x, 62%) var(--story-y-bg, 24%), rgba(34, 211, 197, 0.14), transparent 20rem),
    radial-gradient(circle at calc(var(--story-x, 62%) - 24%) calc(var(--story-y-bg, 24%) + 18%), rgba(56, 189, 248, 0.1), transparent 24rem),
    radial-gradient(circle at calc(var(--story-x, 62%) + 12%) calc(var(--story-y-bg, 24%) + 34%), rgba(139, 92, 246, 0.07), transparent 22rem);
  content: "";
  opacity: 0.9;
  pointer-events: none;
  transition: background 420ms ease;
}

body.menu-open {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(34, 211, 197, 0.14), transparent 18rem),
    radial-gradient(circle at 58% 54%, rgba(56, 189, 248, 0.1), transparent 24rem),
    rgba(247, 249, 251, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 420ms ease,
    visibility 420ms ease;
}

.has-loader:not(.is-loaded) .site-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-loader::before {
  position: absolute;
  width: min(30rem, 76vw);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 197, 0.16);
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, transparent 0 12%, rgba(34, 211, 197, 0.55), rgba(56, 189, 248, 0.32), transparent 46% 66%, rgba(139, 92, 246, 0.18), transparent 84%),
    radial-gradient(circle, rgba(255, 255, 255, 0.72), transparent 58%);
  content: "";
  filter: blur(0.2px);
  mask-image: radial-gradient(circle, transparent 0 42%, black 43% 100%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 42%, black 43% 100%);
  animation:
    loaderOrbit 1.45s cubic-bezier(0.62, 0, 0.38, 1) infinite,
    loaderRingPulse 1.15s ease-in-out infinite;
}

.site-loader::after {
  position: absolute;
  width: min(16rem, 48vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.72), transparent 26%),
    radial-gradient(circle at 64% 70%, rgba(34, 211, 197, 0.28), transparent 42%);
  content: "";
  filter: blur(18px);
  opacity: 0.72;
  animation: loaderGlow 1.6s ease-in-out infinite;
}

.loader-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(4.3rem, 11vw, 6.4rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.25), transparent 22%),
    linear-gradient(145deg, #071527, #102033 48%, #06303a);
  box-shadow:
    0 24px 70px rgba(16, 32, 51, 0.16),
    0 0 42px rgba(34, 211, 197, 0.2);
  animation:
    loaderMarkIn 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both,
    loaderMark 1.35s ease-in-out infinite 520ms;
}

.loader-mark img {
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 534.49 / 269.27;
}

.has-loader.is-loaded .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .has-custom-cursor,
  .has-custom-cursor * {
    cursor: none !important;
  }
}

.site-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.92);
  box-shadow:
    0 0 0 0.22rem rgba(255, 255, 255, 0.78),
    0 0 16px rgba(34, 211, 197, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    width 180ms ease,
    height 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.site-cursor span {
  position: absolute;
  inset: -0.58rem;
  border: 1px solid rgba(34, 211, 197, 0.32);
  border-radius: 50%;
  animation: cursorPulse 1.9s ease-in-out infinite;
}

.site-cursor.is-visible {
  opacity: 1;
}

.site-cursor.is-active {
  width: 0.92rem;
  height: 0.92rem;
  background: rgba(34, 211, 197, 0.92);
  box-shadow:
    0 0 0 0.28rem rgba(34, 211, 197, 0.12),
    0 0 22px rgba(34, 211, 197, 0.46);
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.ambient-glow {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.34;
  animation: drift 18s ease-in-out infinite alternate;
}

.ambient-one {
  top: 10%;
  right: 7%;
  background: rgba(56, 189, 248, 0.35);
}

.ambient-two {
  right: 18%;
  bottom: 4%;
  background: rgba(34, 211, 197, 0.3);
  animation-delay: -7s;
}

.ambient-grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  animation: grainShift 16s linear infinite;
}

.site-header,
.hero,
.studio-note,
.service-strip,
.process-flow,
.contact-panel,
.site-footer {
  width: min(var(--max), calc(100% - 6rem));
  margin-inline: auto;
}

.snap-panel {
  position: relative;
  touch-action: pan-y;
}

.parallax-layer {
  translate: var(--parallax-x, 0) var(--parallax-y, 0);
  will-change: translate;
}

.story-panel {
  --story-focus: 1;
  transition:
    opacity 480ms ease,
    filter 480ms ease,
    transform 480ms ease;
}

.slide-mode .story-panel {
  min-height: calc(var(--vh) * 100);
}

.scroll-dist {
  display: none;
}

.slide-transition {
  display: none;
}

.scroll-cue {
  display: none;
}

@media (min-width: 941px) {
  .gsap-scroll-story .scroll-dist {
    display: block;
    height: calc(var(--vh) * 285);
  }

  .gsap-scroll-story .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  .gsap-scroll-story .snap-deck {
    position: fixed;
    inset: 0;
    width: 100%;
    height: calc(var(--vh) * 100);
    overflow: hidden;
  }

  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    position: absolute;
    inset: clamp(6.8rem, 13vh, 8.6rem) 0 clamp(6.35rem, 12vh, 8rem);
    display: grid;
    align-content: center;
    min-height: 0;
    max-height: none;
    padding: 0;
    margin-bottom: 0;
  }

  .gsap-scroll-story .story-panel {
    pointer-events: none;
    will-change: opacity, transform, filter;
  }

  .gsap-scroll-story .story-panel.is-active-panel {
    pointer-events: auto;
  }

  .gsap-scroll-story .story-panel::after {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    content: "";
    pointer-events: none;
  }

  .gsap-scroll-story .studio-note {
    grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 0.42fr);
    align-items: center;
  }

  .gsap-scroll-story .studio-note::after {
    right: clamp(2rem, 9vw, 8rem);
    bottom: 50%;
    width: clamp(16rem, 30vw, 28rem);
    height: clamp(16rem, 30vw, 28rem);
    background:
      radial-gradient(circle at 42% 38%, rgba(34, 211, 197, 0.2), transparent 36%),
      radial-gradient(circle at 68% 62%, rgba(56, 189, 248, 0.13), transparent 44%);
    transform: translateY(50%);
  }

  .gsap-scroll-story .studio-note ul {
    gap: 1.15rem;
  }

  .gsap-scroll-story .clarity-board {
    width: min(30rem, 36vw);
    justify-self: end;
  }

  .gsap-scroll-story .studio-note li {
    padding: 1rem 0 1rem 1.35rem;
    border-top: 0;
    font-size: clamp(1rem, 1.25vw, 1.16rem);
  }

  .gsap-scroll-story .studio-note li small {
    max-width: 19rem;
  }

  .gsap-scroll-story .service-strip {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 0.9fr);
    gap: clamp(1rem, 3vw, 2rem);
  }

  .gsap-scroll-story .service-strip article {
    min-height: clamp(18rem, 34vh, 24rem);
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border: 1px solid rgba(15, 23, 42, 0.075);
    border-radius: 24px;
    background:
      radial-gradient(circle at 84% 12%, rgba(34, 211, 197, 0.12), transparent 8rem),
      rgba(255, 255, 255, 0.34);
    box-shadow: 0 24px 60px rgba(16, 32, 51, 0.055);
    backdrop-filter: blur(16px);
  }

  .gsap-scroll-story .service-icon {
    color: rgba(14, 165, 164, 0.54);
  }

  .gsap-scroll-story .service-strip article:nth-child(2) {
    transform: translateY(-1.2rem);
  }

  .gsap-scroll-story .service-strip article > span {
    margin-bottom: clamp(2.8rem, 8vh, 5.5rem);
  }

  .gsap-scroll-story .process-flow {
    grid-template-columns: minmax(0, 0.72fr) minmax(28rem, 1.05fr);
  }

  .gsap-scroll-story .contact-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(16rem, 0.5fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: clamp(2rem, 6vw, 5rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .gsap-scroll-story .contact-panel > div:not(.mail-visual) {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
  }

  .gsap-scroll-story .contact-panel:hover {
    box-shadow: none;
  }

  .gsap-scroll-story .contact-panel::before {
    inset: auto clamp(7rem, 12vw, 12rem) 4rem auto;
    width: clamp(16rem, 27vw, 25rem);
    height: clamp(16rem, 27vw, 25rem);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 211, 197, 0.14), transparent 64%);
    transform: none;
    animation: quietOrb 8s ease-in-out infinite;
  }

  .gsap-scroll-story .mail-visual {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    width: clamp(11rem, 18vw, 16rem);
    margin-bottom: clamp(0.9rem, 2.5vh, 1.4rem);
    transform: rotate(-8deg);
  }

  .gsap-scroll-story .contact-panel > a {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: center;
  }

  .gsap-scroll-story .site-footer {
    position: fixed;
    right: max(3rem, calc((100vw - var(--max)) / 2));
    bottom: 2.35rem;
    left: max(3rem, calc((100vw - var(--max)) / 2));
    z-index: 11;
    width: auto;
    margin: 0;
    padding: 0.75rem 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    pointer-events: none;
  }

  .gsap-scroll-story .contact-panel {
    min-height: 0;
    max-height: none;
  }

  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .process-flow {
    border-top: 0;
  }

  .gsap-scroll-story .studio-note::before {
    display: none;
  }

  .gsap-scroll-story .site-footer a {
    pointer-events: auto;
  }

  .gsap-scroll-story .slide-transition {
    position: fixed;
    inset: 0;
    z-index: 9;
    display: block;
    overflow: hidden;
    pointer-events: none;
  }

  .gsap-scroll-story .slide-transition i,
  .gsap-scroll-story .slide-transition b {
    position: absolute;
    display: block;
    content: "";
    opacity: 0;
  }

  .gsap-scroll-story .slide-transition i {
    inset: 0;
    background:
      radial-gradient(circle at 50% 48%, rgba(34, 211, 197, 0.16), transparent 28rem),
      linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.72) 46%, transparent 58%);
    transform: translateX(-28%);
  }

  .gsap-scroll-story .slide-transition span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(22rem, 34vw);
    height: 0.42rem;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(34, 211, 197, 0.82), rgba(56, 189, 248, 0.24) 42%, transparent 72%);
    box-shadow:
      0 0 26px rgba(34, 211, 197, 0.36),
      0 0 80px rgba(56, 189, 248, 0.18);
    opacity: 0;
    filter: blur(2px);
    transform: translate(-50%, -50%) scale(0.35);
    transform-origin: center;
  }

  .gsap-scroll-story .slide-transition b {
    top: -20%;
    bottom: -20%;
    left: 50%;
    width: min(14rem, 16vw);
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.18), rgba(34, 211, 197, 0.14), transparent);
    filter: blur(10px);
    transform: translateX(-50%) rotate(18deg) scaleY(0.4);
  }

  .gsap-scroll-story .scroll-cue {
    position: fixed;
    right: 50%;
    bottom: clamp(4.9rem, 8vh, 6.2rem);
    z-index: 12;
    display: block;
    width: 1.35rem;
    height: 2.15rem;
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 999px;
    opacity: 0.58;
    transform: translateX(50%);
    pointer-events: none;
  }

  .gsap-scroll-story .scroll-cue span {
    position: absolute;
    top: 0.42rem;
    left: 50%;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 14px rgba(34, 211, 197, 0.7);
    transform: translateX(-50%);
    animation: cueDrop 1.7s ease-in-out infinite;
  }
}

@media (min-width: 941px) and (max-height: 760px) {
  .gsap-scroll-story .site-header {
    padding-top: clamp(0.95rem, 2.2vh, 1.35rem);
    padding-bottom: clamp(0.95rem, 2.2vh, 1.35rem);
  }

  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    inset: clamp(5.9rem, 15vh, 6.8rem) 0 clamp(5.35rem, 10vh, 6.4rem);
    align-content: start;
  }

  .gsap-scroll-story h1 {
    margin-bottom: 0.9rem;
    font-size: clamp(3.7rem, 10.8vh, 6.4rem);
  }

  .gsap-scroll-story .hero {
    gap: clamp(1rem, 3vw, 2rem);
  }

  .gsap-scroll-story .hero-copy p {
    max-width: 24rem;
    margin-bottom: 1.2rem;
    font-size: clamp(1rem, 2.2vh, 1.2rem);
  }

  .gsap-scroll-story .hero-art {
    min-height: min(52vh, 28rem);
  }

  .gsap-scroll-story .studio-note p,
  .gsap-scroll-story .process-copy h2,
  .gsap-scroll-story .contact-panel h2 {
    font-size: clamp(2.8rem, 8.5vh, 4.7rem);
  }

  .gsap-scroll-story .service-strip article {
    min-height: clamp(12rem, 28vh, 16rem);
    padding: clamp(1.15rem, 2.4vh, 1.45rem);
  }

  .gsap-scroll-story .service-strip article > span {
    margin-bottom: clamp(1.6rem, 5vh, 3rem);
  }

  .gsap-scroll-story .mail-visual {
    width: clamp(9rem, 20vh, 13rem);
    margin-bottom: 0.65rem;
  }

  .gsap-scroll-story .process-flow li::before {
    width: 3.4rem;
    height: 3.4rem;
  }

  .gsap-scroll-story .process-icon {
    top: 1.03rem;
  }

  .gsap-scroll-story .site-footer {
    bottom: 1.15rem;
  }
}

@media (min-width: 941px) and (max-height: 620px) {
  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    inset: 5.25rem 0 4.85rem;
  }

  .gsap-scroll-story .hero-art {
    min-height: min(45vh, 22rem);
  }

  .gsap-scroll-story .service-strip p {
    display: none;
  }

  .gsap-scroll-story .contact-panel h2 {
    max-width: 11ch;
  }
}

.story-panel:not(.is-active-panel) {
  filter: saturate(0.98);
}

.story-progress {
  position: fixed;
  top: 50%;
  right: clamp(1.2rem, 2.8vw, 3rem);
  z-index: 12;
  display: none;
  width: 1.4rem;
  gap: 0.78rem;
  transform: translateY(-50%);
  contain: layout paint;
}

.story-progress::before {
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0));
  content: "";
  transform: translateX(-50%);
}

.story-progress a {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.4rem;
  min-height: 1.4rem;
  color: rgba(15, 23, 42, 0.42);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.42;
  transition:
    color 220ms ease,
    opacity 220ms ease;
}

.story-progress a::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.58rem);
  white-space: nowrap;
  content: attr(data-label);
  opacity: 0;
  transform: translate(0.4rem, -50%);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.story-progress a::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  justify-self: center;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 50%;
  background: rgba(247, 249, 251, 0.98);
  box-shadow: 0 0 0 0.28rem rgba(247, 249, 251, 0.92);
  content: "";
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.story-progress a span {
  display: none;
}

.story-progress a.is-active {
  color: var(--ink);
  opacity: 1;
}

.story-progress a.is-active::after,
.story-progress a:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.story-progress a.is-active::before {
  border-color: rgba(34, 211, 197, 0.8);
  background: var(--teal);
  box-shadow:
    0 0 0 0.44rem rgba(34, 211, 197, 0.14),
    0 0 22px rgba(34, 211, 197, 0.48);
  transform: scale(1.02);
}

@media (min-width: 941px) {
  .gsap-scroll-story .story-progress {
    display: grid;
  }
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.35rem) 0;
  animation: headerDrop 720ms ease both;
}

.menu-toggle {
  display: none;
  appearance: none;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  cursor: pointer;
  place-items: center;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.menu-toggle:hover {
  border-color: rgba(34, 211, 197, 0.28);
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-1px);
}

.menu-icon {
  grid-area: 1 / 1;
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 1.8;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.menu-icon-close {
  opacity: 0;
  transform: rotate(-35deg) scale(0.72);
}

.menu-toggle[aria-expanded="true"] .menu-icon-open {
  opacity: 0;
  transform: rotate(35deg) scale(0.72);
}

.menu-toggle[aria-expanded="true"] .menu-icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  background: #071527;
  box-shadow: 0 12px 30px rgba(7, 21, 39, 0.16);
}

.brand-mark::before {
  position: absolute;
  inset: -42%;
  z-index: -1;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 18%),
    radial-gradient(circle at 72% 32%, rgba(34, 211, 197, 0.36), transparent 22%),
    radial-gradient(circle at 30% 78%, rgba(56, 189, 248, 0.28), transparent 24%),
    linear-gradient(145deg, #071527, #102033 48%, #06262d);
  content: "";
  animation: brandMarkFlow 8s ease-in-out infinite;
}

.brand-mark img {
  display: block;
  width: 1.92rem;
  height: auto;
  aspect-ratio: 534.49 / 269.27;
  transform: none;
  animation: none;
}

.brand-copy strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--ink), #0b9ca1, var(--ink));
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: brandSheen 9s ease-in-out infinite;
}

.brand-copy small {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3rem);
  color: #172033;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.nav a {
  position: relative;
  transition: color 180ms ease;
}

.nav a:hover {
  color: #0b9ca1;
}

.nav a[aria-current="page"]::after {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(34, 211, 197, 0.95);
  content: "";
  transform: translateX(-50%);
}

.language-switch {
  gap: 1rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.menu-sections {
  display: none;
}

.menu-languages {
  display: flex;
  gap: 1rem;
}

.language-switch a,
.menu-languages a {
  color: rgba(15, 23, 42, 0.46);
  transition:
    color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.language-switch a:hover,
.menu-languages a:hover {
  transform: translateY(-1px);
}

.language-switch a[aria-current="page"],
.menu-languages a[aria-current="page"] {
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(26rem, 1fr);
  align-items: center;
  min-height: calc(100svh - 9rem);
  padding: clamp(2rem, 6vw, 5rem) 0 clamp(4rem, 9vw, 7rem);
  animation: sectionRise 900ms ease both;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  animation: copyFloat 8s ease-in-out infinite;
}

h1,
p {
  margin-top: 0;
}

h1 {
  max-width: 9.8ch;
  margin-bottom: 1.6rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-size: clamp(4.25rem, 9.4vw, 8.8rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, #2f8ee8 0%, #10b6ce 45%, #20c8aa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 16px 48px rgba(34, 211, 197, 0.18);
  background-size: 180% 100%;
  animation: titleGradient 6s ease-in-out infinite;
}

.hero-copy p {
  max-width: 25rem;
  margin-bottom: 3rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.55;
}

.explore-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 0;
  padding: 0.78rem 1.12rem 0.82rem;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 999px;
  color: #102033;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36)),
    radial-gradient(circle at 88% 18%, rgba(34, 211, 197, 0.13), transparent 4rem);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.055);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.explore-link::before {
  display: none;
}

.explore-link:hover {
  color: #0b9ca1;
  border-color: rgba(34, 211, 197, 0.28);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
  transform: translateY(-1px);
}

.hero-art {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(29rem, 55vw, 43rem);
  opacity: 1;
  animation: artIntro 900ms ease 120ms both;
  will-change: opacity;
  perspective: 1100px;
}

.hero-art::before {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: 78%;
  height: 3.2rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(14, 165, 164, 0.24), transparent 68%);
  filter: blur(13px);
  content: "";
}

.hero-art::after {
  position: absolute;
  right: 1%;
  top: 6%;
  width: 88%;
  height: 88%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 42%, rgba(56, 189, 248, 0.13), transparent 34%),
    radial-gradient(circle at 36% 64%, rgba(34, 211, 197, 0.11), transparent 28%);
  box-shadow:
    inset 0 0 38px rgba(255, 255, 255, 0.55),
    0 0 70px rgba(56, 189, 248, 0.13);
  opacity: 0.86;
  content: "";
  animation: orbitBreathe 8s ease-in-out infinite;
}

.stage-orbit,
.studio-mark,
.browser-card,
.mobile-card,
.flow-lines,
.signal,
.beam {
  position: absolute;
  will-change: transform, opacity;
}

.stage-orbit {
  inset: 8% 2% 8% 8%;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0 18%, rgba(34, 211, 197, 0.22) 23%, transparent 31%, transparent 62%, rgba(56, 189, 248, 0.18) 68%, transparent 76%),
    radial-gradient(circle, transparent 58%, rgba(255, 255, 255, 0.52) 59%, transparent 61%);
  opacity: 0.82;
  animation: orbitSpin 18s linear infinite;
}

.studio-mark {
  top: 35%;
  left: 43%;
  display: grid;
  place-items: center;
  width: clamp(8rem, 14vw, 12rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.92), transparent 24%),
    radial-gradient(circle at 66% 68%, rgba(139, 92, 246, 0.64), transparent 28%),
    radial-gradient(circle at 22% 76%, rgba(34, 211, 197, 0.92), transparent 40%),
    linear-gradient(145deg, rgba(56, 189, 248, 0.84), rgba(244, 253, 255, 0.28));
  box-shadow:
    inset 24px 34px 55px rgba(255, 255, 255, 0.48),
    inset -28px -32px 52px rgba(15, 23, 42, 0.14),
    0 28px 72px rgba(14, 165, 164, 0.25);
  animation: markPulse 7s ease-in-out infinite;
}

.studio-mark img {
  display: block;
  width: 62%;
  height: auto;
  aspect-ratio: 534.49 / 269.27;
  filter: drop-shadow(0 0 18px rgba(15, 23, 42, 0.16));
}

.browser-card,
.mobile-card {
  transform-style: preserve-3d;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-right-color: rgba(56, 189, 248, 0.55);
  border-bottom-color: rgba(34, 211, 197, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(214, 242, 250, 0.2) 48%, rgba(255, 255, 255, 0.14)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.48),
    0 22px 60px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

.browser-card::after,
.mobile-card::after {
  position: absolute;
  inset: -30% auto -30% -38%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
  transform: rotate(18deg);
  animation: scanLight 6.8s ease-in-out infinite;
}

.browser-main {
  top: 19%;
  right: 8%;
  width: clamp(19rem, 35vw, 31rem);
  height: clamp(15rem, 27vw, 24rem);
  animation: mainCardVideo 9s ease-in-out infinite;
}

.browser-main::after {
  animation-delay: -1.2s;
}

.browser-side {
  top: 4%;
  left: 18%;
  width: clamp(14rem, 23vw, 21rem);
  height: clamp(10rem, 18vw, 16rem);
  transform: rotateY(-12deg) rotateZ(-4deg);
  animation: sideCardVideo 10s ease-in-out infinite;
}

.browser-side::after {
  animation-delay: -3.4s;
}

.mobile-card {
  right: 7%;
  bottom: 14%;
  width: clamp(5.4rem, 9vw, 7.4rem);
  height: clamp(10.5rem, 17vw, 14.8rem);
  border-radius: 20px;
  animation: mobileVideo 7.5s ease-in-out infinite;
}

.mobile-card::after {
  animation-delay: -4.8s;
}

.window-controls {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.6rem;
  height: 0.45rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0.22rem 50%, rgba(56, 189, 248, 0.82) 0 0.18rem, transparent 0.2rem),
    radial-gradient(circle at 1.13rem 50%, rgba(34, 211, 197, 0.72) 0 0.18rem, transparent 0.2rem),
    radial-gradient(circle at 2.04rem 50%, rgba(139, 92, 246, 0.48) 0 0.18rem, transparent 0.2rem);
}

.layout-line,
.layout-block,
.code-line,
.mobile-card span,
.card-label,
.mobile-card strong {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.card-label,
.mobile-card strong {
  top: 0.86rem;
  right: 1rem;
  color: rgba(15, 23, 42, 0.52);
  font-size: clamp(0.58rem, 0.9vw, 0.72rem);
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-card strong {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.layout-line {
  left: 8%;
  height: 0.55rem;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.64), rgba(14, 165, 164, 0.28));
  animation: lineBuild 4.8s ease-in-out infinite;
}

.line-a {
  top: 23%;
  width: 44%;
}

.line-b {
  top: 30%;
  width: 30%;
  animation-delay: -1.2s;
}

.layout-block {
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.28), rgba(34, 211, 197, 0.14)),
    rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: blockReveal 6s ease-in-out infinite;
}

.block-a {
  left: 8%;
  bottom: 13%;
  width: 36%;
  height: 34%;
}

.block-b {
  right: 8%;
  top: 22%;
  width: 35%;
  height: 38%;
  animation-delay: -2s;
}

.block-c {
  right: 8%;
  bottom: 13%;
  width: 35%;
  height: 16%;
  animation-delay: -3.2s;
}

.code-line {
  left: 12%;
  height: 0.42rem;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.42), rgba(14, 165, 164, 0.44), transparent);
  transform-origin: left;
  animation: codeWrite 4.2s ease-in-out infinite;
}

.code-a {
  top: 32%;
  width: 64%;
}

.code-b {
  top: 45%;
  width: 48%;
  animation-delay: -0.9s;
}

.code-c {
  top: 58%;
  width: 70%;
  animation-delay: -1.8s;
}

.code-d {
  top: 71%;
  width: 38%;
  animation-delay: -2.7s;
}

.mobile-card span {
  left: 18%;
  width: 64%;
  height: 0.45rem;
  background: rgba(15, 23, 42, 0.35);
  animation: mobileLine 4.5s ease-in-out infinite;
}

.mobile-card span:nth-child(1) {
  top: 24%;
}

.mobile-card span:nth-child(2) {
  top: 42%;
  width: 46%;
  animation-delay: -1s;
}

.mobile-card span:nth-child(3) {
  bottom: 22%;
  height: 24%;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.24), rgba(34, 211, 197, 0.12));
  animation-delay: -2.1s;
}

.flow-lines {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.flow-path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.4;
  stroke-dasharray: 10 16;
  animation: flowDash 3.4s linear infinite;
}

.path-one {
  stroke: rgba(14, 165, 164, 0.55);
}

.path-two {
  stroke: rgba(56, 189, 248, 0.42);
  animation-duration: 4.8s;
}

.node {
  fill: #7ffff3;
  filter: drop-shadow(0 0 12px rgba(34, 211, 197, 0.9));
  animation: nodePulse 2.2s ease-in-out infinite;
}

.node-b {
  animation-delay: -0.7s;
}

.node-c {
  animation-delay: -1.4s;
}

.signal {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #8ffff3;
  box-shadow: 0 0 22px rgba(34, 211, 197, 0.9);
  animation: signalMove 5.5s linear infinite;
}

.signal-a {
  top: 31%;
  left: 24%;
}

.signal-b {
  top: 52%;
  right: 16%;
  animation-delay: -1.8s;
}

.signal-c {
  bottom: 24%;
  left: 42%;
  animation-delay: -3.3s;
}

.beam {
  width: 1px;
  height: 22rem;
  background: linear-gradient(180deg, transparent, rgba(56, 189, 248, 0.7), transparent);
  filter: blur(0.4px);
  opacity: 0.56;
}

.beam-one {
  display: none;
}

.beam-two {
  right: 29%;
  bottom: 6%;
  height: 19rem;
  opacity: 0.34;
  transform: rotate(52deg);
  animation: beamSweep 7s ease-in-out infinite;
}

.studio-note {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  min-height: min(86svh, 52rem);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  border-top: 0;
  text-align: left;
  animation: noteIn 900ms ease 420ms both;
}

.studio-note::after {
  position: absolute;
  right: 0;
  bottom: clamp(2.4rem, 6vw, 4.8rem);
  width: clamp(7rem, 14vw, 12rem);
  height: clamp(7rem, 14vw, 12rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.1), transparent 66%);
  content: "";
  filter: blur(3px);
  animation: quietOrb 8s ease-in-out infinite;
}

.studio-note::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: min(18rem, 42vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 164, 0.2), rgba(56, 189, 248, 0.72), rgba(14, 165, 164, 0.2), transparent);
  background-size: 220% 100%;
  box-shadow:
    0 0 16px rgba(34, 211, 197, 0.32),
    0 0 42px rgba(56, 189, 248, 0.22);
  content: "";
  animation: lineEnergy 4s ease-in-out infinite;
}

.note-kicker {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studio-note p {
  max-width: 42rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  animation: textGlow 5.5s ease-in-out infinite;
}

.clarity-board {
  position: relative;
  display: grid;
  width: min(28rem, 34vw);
  min-width: 18rem;
  aspect-ratio: 1.08;
  place-items: center;
  isolation: isolate;
}

.clarity-board::before,
.clarity-board::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.clarity-board::before {
  inset: 12%;
  border: 1px solid rgba(34, 211, 197, 0.18);
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 197, 0.1), transparent 28%),
    conic-gradient(from 40deg, transparent, rgba(56, 189, 248, 0.22), transparent, rgba(34, 211, 197, 0.2), transparent);
  -webkit-mask-image: radial-gradient(circle, transparent 0 31%, black 32% 100%);
  mask-image: radial-gradient(circle, transparent 0 31%, black 32% 100%);
  animation: boardSpin 18s linear infinite;
}

.clarity-board::after {
  inset: 24%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  filter: blur(12px);
  animation: quietOrb 7s ease-in-out infinite;
}

.clarity-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(4.8rem, 8vw, 7rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(145deg, #071527, #102033 48%, #06303a);
  box-shadow:
    0 22px 55px rgba(16, 32, 51, 0.14),
    0 0 42px rgba(34, 211, 197, 0.18);
}

.clarity-core img {
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 534.49 / 269.27;
}

.clarity-point {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 0.28rem;
  width: min(12rem, 48%);
  padding: 0.92rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 48px rgba(16, 32, 51, 0.06);
  backdrop-filter: blur(16px);
  animation: clarityFloat 7s ease-in-out infinite;
}

.clarity-point svg {
  width: 1.22rem;
  height: 1.22rem;
  margin-bottom: 0.18rem;
  color: rgba(14, 165, 164, 0.72);
  stroke-width: 1.7;
}

.clarity-point strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.clarity-point small {
  color: rgba(83, 96, 114, 0.78);
  font-size: 0.76rem;
  line-height: 1.3;
}

.clarity-point-a {
  top: 0;
  left: 3%;
}

.clarity-point-b {
  top: 30%;
  right: 0;
  animation-delay: -1.7s;
}

.clarity-point-c {
  bottom: 2%;
  left: 12%;
  animation-delay: -3.2s;
}

.studio-note ul {
  display: grid;
  gap: 0.7rem;
  min-width: min(18rem, 34vw);
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-note li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  animation: noteDrift 7s ease-in-out infinite;
}

.studio-note li strong,
.studio-note li small {
  display: block;
}

.studio-note li strong {
  margin-bottom: 0.22rem;
  color: var(--ink);
  font-size: 0.98em;
}

.studio-note li small {
  max-width: 17rem;
  color: rgba(83, 96, 114, 0.78);
  font-size: 0.82em;
  line-height: 1.35;
}

.studio-note li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(34, 211, 197, 0.7);
  content: "";
}

.studio-note li:nth-child(2) {
  animation-delay: -1.2s;
}

.studio-note li:nth-child(3) {
  animation-delay: -2.4s;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  min-height: min(86svh, 52rem);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  animation: sectionRise 900ms ease 160ms both;
}

.service-strip article {
  position: relative;
  min-height: 13rem;
  padding: clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem) 0;
  overflow: hidden;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition:
    border-color 220ms ease,
    transform 220ms ease;
  opacity: 0;
  animation:
    serviceIn 850ms ease both,
    serviceFloat 8s ease-in-out infinite 850ms;
}

.service-strip article:hover {
  border-color: rgba(14, 165, 164, 0.22);
  transform: translateY(-4px);
}

.service-strip article:nth-child(2) {
  padding-left: clamp(1.2rem, 3vw, 2rem);
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  animation-delay: 160ms, 1.05s;
}

.service-strip article:nth-child(3) {
  padding-left: clamp(1.2rem, 3vw, 2rem);
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  animation-delay: 320ms, 1.2s;
}

.service-strip article::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: min(9rem, 42%);
  height: 1px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(34, 211, 197, 0.72), transparent);
  content: "";
  animation: cardLine 5.8s ease-in-out infinite;
}

.service-strip article::after {
  display: none;
}

.service-icon {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  width: 1.65rem;
  height: 1.65rem;
  color: rgba(15, 23, 42, 0.6);
  animation: iconFloat 5.5s ease-in-out infinite;
}

.service-strip article:nth-child(2) .service-icon {
  animation-delay: -1.2s;
}

.service-strip article:nth-child(3) .service-icon {
  animation-delay: -2.4s;
}

.service-strip article > span {
  display: block;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.service-strip h2 {
  margin: 0 0 0.8rem;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.2vw, 2.8rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.service-strip p {
  max-width: 18rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.scope-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin: clamp(1.2rem, 3vw, 2rem) 0 0;
  padding: 0;
  list-style: none;
}

.scope-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.28rem 0.58rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 999px;
  color: rgba(15, 23, 42, 0.62);
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.process-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(24rem, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: min(86svh, 52rem);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  margin-bottom: 0;
  overflow: hidden;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: sectionRise 900ms ease 260ms both;
}

.process-flow::before {
  display: none;
}

.process-flow {
  position: relative;
}

.process-flow > * {
  position: relative;
  z-index: 1;
}

.process-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
  animation: textGlow 6s ease-in-out infinite;
}

.process-flow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-flow ol::before {
  display: none;
}

.process-flow ol::after {
  display: none;
}

.process-flow li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  color: var(--muted);
  animation: processStep 7s ease-in-out infinite;
}

.process-flow li:not(:last-child)::after {
  position: absolute;
  top: 2.1rem;
  left: calc(50% + 2.9rem);
  width: calc(100% - 5.8rem);
  height: 1px;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.08)),
    linear-gradient(90deg, rgba(34, 211, 197, 0.85), rgba(56, 189, 248, 0.68));
  background-size: 100% 1px, 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  filter: drop-shadow(0 0 10px rgba(34, 211, 197, 0.3));
  animation: processSegment 5.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.process-flow li:nth-child(2)::after {
  animation-delay: 0.18s;
}

.process-flow li:nth-child(3)::after {
  animation-delay: 0.36s;
}

.process-flow li:nth-child(2) {
  animation-delay: -1.5s;
}

.process-flow li:nth-child(3) {
  animation-delay: -3s;
}

.process-flow li:nth-child(4) {
  animation-delay: -4.5s;
}

.process-flow li::before {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(145deg, rgba(56, 189, 248, 0.3), rgba(34, 211, 197, 0.16)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.5),
    0 18px 42px rgba(16, 32, 51, 0.08);
  content: "";
  backdrop-filter: blur(14px);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.process-flow li:hover::before {
  transform: scale(1.06);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.5),
    0 24px 58px rgba(16, 32, 51, 0.11),
    0 0 26px rgba(34, 211, 197, 0.18);
}

.process-icon {
  position: absolute;
  top: 1.16rem;
  width: 1.65rem;
  height: 1.65rem;
  color: rgba(15, 23, 42, 0.58);
  z-index: 1;
  animation: iconPulse 4.5s ease-in-out infinite;
}

.process-flow li:nth-child(2) .process-icon {
  animation-delay: -1s;
}

.process-flow li:nth-child(3) .process-icon {
  animation-delay: -2s;
}

.process-flow li:nth-child(4) .process-icon {
  animation-delay: -3s;
}

.process-flow li span {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.process-flow li strong {
  color: var(--ink);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 700;
}

.process-flow li small {
  max-width: 9.5rem;
  color: rgba(83, 96, 114, 0.76);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: clamp(2rem, 5vw, 4rem);
  min-height: min(74svh, 44rem);
  margin-bottom: clamp(4rem, 8vw, 6rem);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(34, 211, 197, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(226, 246, 250, 0.24));
  box-shadow: 0 22px 64px rgba(16, 32, 51, 0.07);
  animation: noteIn 900ms ease both;
}

.contact-panel:hover {
  box-shadow: 0 30px 82px rgba(16, 32, 51, 0.11);
}

.contact-panel::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 36%, rgba(255, 255, 255, 0.38) 46%, transparent 58%);
  content: "";
  transform: translateX(-70%);
  animation: panelSweep 8s ease-in-out infinite;
}

.contact-panel > * {
  position: relative;
  z-index: 1;
}

.mail-visual {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: -18%;
  z-index: 0;
  width: clamp(12rem, 28vw, 26rem);
  aspect-ratio: 1.28;
  color: rgba(14, 165, 164, 0.16);
  transform: rotate(-8deg);
  animation: mailFloat 9s ease-in-out infinite;
}

.mail-visual svg {
  width: 100%;
  height: 100%;
  stroke-width: 0.8;
  filter: drop-shadow(0 22px 42px rgba(34, 211, 197, 0.16));
}

.mail-visual span {
  position: absolute;
  inset: 22% 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 211, 197, 0.18), transparent 64%);
  filter: blur(14px);
  animation: mailGlow 4.6s ease-in-out infinite;
}

.contact-panel h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.contact-panel a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.65rem;
  color: var(--ink);
  font-weight: 760;
}

.contact-panel a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.2), rgba(14, 165, 164, 0.9));
  content: "";
  transform-origin: left;
  animation: exploreLine 3s ease-in-out infinite;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 1rem clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #172033;
  font-size: 0.86rem;
}

.site-footer a {
  color: inherit;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.site-footer a:hover {
  color: #0b9ca1;
  transform: translateY(-1px);
}

.reveal:not(.hero-art) {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

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

.reveal-section {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 800ms ease,
    transform 800ms ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(4%, 3%, 0) scale(1.08);
  }
}

@keyframes pageSheen {
  from {
    transform: translate3d(-4%, 0, 0);
    opacity: 0.48;
  }

  to {
    transform: translate3d(4%, -2%, 0);
    opacity: 0.86;
  }
}

@keyframes loaderOrbit {
  0% {
    transform: rotate(0deg) scale(0.92);
  }

  62% {
    transform: rotate(280deg) scale(1.04);
  }

  to {
    transform: rotate(360deg) scale(0.94);
  }
}

@keyframes loaderRingPulse {
  0%,
  100% {
    opacity: 0.42;
    scale: 0.92;
  }

  50% {
    opacity: 1;
    scale: 1.08;
  }
}

@keyframes loaderGlow {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.9) rotate(0deg);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.12) rotate(12deg);
  }
}

@keyframes loaderMarkIn {
  from {
    opacity: 0;
    transform: translateY(0.8rem) scale(0.76);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderMark {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }

  50% {
    transform: translateY(-0.16rem) scale(1.08);
    filter: saturate(1.35);
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes grainShift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(52px, 52px, 0);
  }
}

@keyframes sectionRise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes copyFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes titleGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes artIntro {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes orbitBreathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.68;
  }

  50% {
    transform: scale(1.035);
    opacity: 0.96;
  }
}

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

@keyframes markPulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: saturate(1);
  }

  35% {
    transform: translate3d(14px, -12px, 0) scale(1.04);
    filter: saturate(1.25);
  }

  70% {
    transform: translate3d(-8px, 8px, 0) scale(0.985);
  }
}

@keyframes mainCardVideo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateY(-8deg) rotateZ(1deg);
  }

  50% {
    transform: translate3d(-18px, -12px, 0) rotateY(-2deg) rotateZ(-1deg);
  }
}

@keyframes sideCardVideo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateY(-12deg) rotateZ(-4deg);
  }

  50% {
    transform: translate3d(14px, 12px, 0) rotateY(-6deg) rotateZ(-1deg);
  }
}

@keyframes mobileVideo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateZ(3deg);
  }

  50% {
    transform: translate3d(-14px, -18px, 0) rotateZ(-2deg);
  }
}

@keyframes lineBuild {
  0%,
  100% {
    transform: scaleX(0.45);
    opacity: 0.42;
  }

  50% {
    transform: scaleX(1);
    opacity: 0.92;
  }
}

@keyframes blockReveal {
  0%,
  100% {
    opacity: 0.58;
    transform: translate3d(0, 8px, 0) scale(0.96);
  }

  48%,
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes codeWrite {
  0%,
  100% {
    transform: scaleX(0.18);
    opacity: 0.2;
  }

  50% {
    transform: scaleX(1);
    opacity: 0.88;
  }
}

@keyframes mobileLine {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.55);
  }

  50% {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@keyframes scanLight {
  0%,
  28% {
    transform: translateX(0) rotate(18deg);
    opacity: 0;
  }

  46% {
    opacity: 0.8;
  }

  72%,
  100% {
    transform: translateX(520%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -52;
  }
}

@keyframes nodePulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes cursorPulse {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.72);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

@keyframes signalMove {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.7);
    opacity: 0.2;
  }

  45% {
    transform: translate3d(32px, -28px, 0) scale(1.2);
    opacity: 1;
  }

  72% {
    transform: translate3d(-18px, 18px, 0) scale(0.9);
    opacity: 0.55;
  }
}

@keyframes beamGlow {
  0%,
  100% {
    opacity: 0.38;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes beamSweep {
  0%,
  100% {
    opacity: 0.3;
    transform: translate3d(0, 0, 0) rotate(52deg);
  }

  50% {
    opacity: 0.72;
    transform: translate3d(-24px, -18px, 0) rotate(52deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.28);
  }
}

@keyframes panelSweep {
  0%,
  34% {
    transform: translateX(-70%);
    opacity: 0;
  }

  52% {
    opacity: 0.75;
  }

  78%,
  100% {
    transform: translateX(70%);
    opacity: 0;
  }
}

@keyframes mailFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg) scale(1);
  }

  50% {
    transform: translate3d(-14px, -18px, 0) rotate(-4deg) scale(1.035);
  }
}

@keyframes mailGlow {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.88);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes noteIn {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lineEnergy {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.62;
    transform: translateX(-50%) scaleX(0.82);
  }

  50% {
    background-position: 100% 50%;
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes textGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(34, 211, 197, 0);
  }

  50% {
    text-shadow: 0 18px 54px rgba(34, 211, 197, 0.16);
  }
}

@keyframes noteDrift {
  0%,
  100% {
    opacity: 0.78;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes quietOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.92);
    opacity: 0.45;
  }

  50% {
    transform: translate3d(-12px, -8px, 0) scale(1.08);
    opacity: 0.9;
  }
}

@keyframes markBreath {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(7, 21, 39, 0.16);
    transform: scale(1);
  }

  50% {
    box-shadow:
      0 12px 30px rgba(7, 21, 39, 0.16),
      0 0 28px rgba(34, 211, 197, 0.2);
    transform: scale(1.035);
  }
}

@keyframes brandMarkFlow {
  0%,
  100% {
    transform: translate3d(-3%, -2%, 0) rotate(0deg) scale(1);
    filter: saturate(1);
  }

  45% {
    transform: translate3d(4%, 3%, 0) rotate(18deg) scale(1.05);
    filter: saturate(1.18);
  }

  70% {
    transform: translate3d(-1%, 5%, 0) rotate(34deg) scale(1.02);
    filter: saturate(1.08);
  }
}

@keyframes brandSheen {
  0%,
  100% {
    background-position: 0% 50%;
    color: var(--ink);
  }

  50% {
    background-position: 100% 50%;
    color: transparent;
  }
}

@keyframes exploreLine {
  0%,
  100% {
    transform: scaleX(0.55);
    opacity: 0.55;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes exploreDot {
  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@keyframes serviceIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cardLine {
  0%,
  100% {
    opacity: 0;
    transform: scaleX(0.25);
  }

  48%,
  64% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.62;
  }

  50% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

@keyframes iconPulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.58;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes serviceFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

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

@keyframes clarityFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -0.45rem, 0);
  }
}

@keyframes processStep {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.72;
  }

  35%,
  55% {
    transform: translateY(-8px);
    opacity: 1;
  }
}

@keyframes processConnector {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  14% {
    opacity: 1;
  }

  52%,
  74% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes processSegment {
  0% {
    background-size: 100% 1px, 0% 1px;
  }

  18%,
  72% {
    background-size: 100% 1px, 100% 1px;
  }

  100% {
    background-size: 100% 1px, 100% 1px;
  }
}

@keyframes cueDrop {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 0.82rem);
  }
}

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

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

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

  .hero-art {
    opacity: 1;
  }

  .site-loader,
  .site-loader::before,
  .site-loader::after,
  .loader-mark {
    animation: none !important;
  }
}

@media (max-width: 940px) {
  .site-header,
  .hero,
  .studio-note,
  .service-strip,
  .process-flow,
  .contact-panel,
  .site-footer {
    width: min(100% - 2rem, var(--max));
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
    padding-top: 2.8rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  h1 {
    max-width: 9.4ch;
  }

  .hero-art {
    min-height: clamp(27rem, 72vw, 35rem);
    width: min(100%, 42rem);
    margin-inline: auto;
  }

  .browser-main {
    right: 3%;
    width: min(74%, 28rem);
  }

  .browser-side {
    left: 4%;
    width: min(52%, 20rem);
  }

  .studio-mark {
    left: 36%;
  }

}

@media (max-width: 640px) {
  .site-header {
    align-items: center;
  }

  .brand-mark {
    width: 2.5rem;
    height: 2.5rem;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small {
    font-size: 0.8rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 31;
    display: grid;
  }

  .language-switch {
    position: fixed;
    inset: 0;
    right: 0;
    z-index: 30;
    display: grid;
    align-content: center;
    width: auto;
    min-height: calc(var(--vh) * 100);
    gap: clamp(2.4rem, 11vw, 4rem);
    padding:
      calc(5.4rem + env(safe-area-inset-top, 0px))
      clamp(1.35rem, 7vw, 2.2rem)
      calc(2rem + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 78% 22%, rgba(34, 211, 197, 0.18), transparent 16rem),
      radial-gradient(circle at 12% 76%, rgba(56, 189, 248, 0.12), transparent 18rem),
      rgba(247, 249, 251, 0.94);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.6rem) scale(0.985);
    backdrop-filter: blur(22px);
    transition:
      opacity 260ms ease,
      transform 260ms ease;
  }

  .site-header.is-menu-open .language-switch {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .menu-sections {
    display: grid;
    gap: clamp(0.35rem, 2vw, 0.65rem);
    padding-bottom: 0;
    border-bottom: 0;
  }

  .menu-sections a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.75rem, 3vw, 1rem) 0;
    border-radius: 0;
    color: var(--ink);
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 12vw, 4.4rem);
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.045em;
  }

  .menu-sections a::after {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 18px rgba(34, 211, 197, 0.62);
    content: "";
    opacity: 0.38;
    transform: scale(0.72);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .menu-sections a:hover::after {
    opacity: 1;
    transform: scale(1);
  }

  .menu-languages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    align-self: end;
  }

  .language-switch a,
  .menu-languages a {
    padding: 0.78rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
  }

  .language-switch a:hover,
  .language-switch a[aria-current="page"],
  .menu-sections a:hover,
  .menu-languages a:hover,
  .menu-languages a[aria-current="page"] {
    background: rgba(34, 211, 197, 0.11);
  }

  .language-switch a[aria-current="page"]::after,
  .menu-languages a[aria-current="page"]::after {
    display: none;
  }

  h1 {
    font-size: clamp(3.55rem, 17vw, 5.4rem);
  }

  .hero-copy p {
    max-width: 19rem;
    margin-bottom: 2rem;
  }

  .hero-art {
    min-height: 24rem;
    width: min(100%, 30rem);
    margin-inline: auto;
  }

  .browser-side {
    left: 0;
    top: 3%;
    width: 52%;
    height: 9.5rem;
  }

  .browser-main {
    right: 0;
    top: 23%;
    width: 76%;
    height: 15rem;
  }

  .studio-mark {
    left: 18%;
    top: 40%;
    width: 7.2rem;
  }

  .mobile-card {
    right: 2%;
    bottom: 8%;
    width: 4.8rem;
    height: 9.5rem;
  }

  .stage-orbit {
    inset: 10% -4% 10% 0;
  }

  .flow-lines {
    opacity: 0.72;
  }

  .signal-b,
  .beam-two {
    display: none;
  }

  .studio-note {
    padding-top: 1.5rem;
  }

  .studio-note {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding-bottom: clamp(4rem, 9vw, 6rem);
  }

  .studio-note ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }

  .clarity-board {
    width: min(100%, 23rem);
    min-width: 0;
    justify-self: center;
  }

  .studio-note li {
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .service-strip {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
    padding-top: 0;
  }

  .service-strip article {
    min-height: 12rem;
    padding-left: 0;
    border-left: 0;
  }

  .service-strip article > span {
    margin-bottom: 2.5rem;
  }

  .process-flow {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2rem;
    margin-bottom: clamp(4rem, 8vw, 6rem);
  }

  .contact-panel {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .process-copy h2 {
    max-width: 13ch;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 420px) {
  .site-header,
  .hero,
  .studio-note,
  .service-strip,
  .process-flow,
  .contact-panel,
  .site-footer {
    width: min(100% - 1.25rem, var(--max));
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 4.35rem);
  }

  .hero-art {
    min-height: 21.5rem;
  }

  .browser-main {
    height: 13rem;
  }

  .browser-side {
    height: 8.4rem;
  }

  .studio-mark {
    width: 6.2rem;
  }

  .mobile-card {
    width: 4.2rem;
    height: 8.3rem;
  }

  .card-label,
  .mobile-card strong {
    font-size: 0.52rem;
  }

  .site-footer {
    font-size: 0.78rem;
  }

  .studio-note ul {
    grid-template-columns: 1fr;
  }

  .process-flow ol {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }

  .process-flow ol::before {
    display: none;
  }

  .process-flow ol::after {
    display: none;
  }

  .process-flow li::after {
    display: none;
  }

  .contact-panel {
    padding: 1.5rem;
    border-radius: 20px;
  }

  .contact-panel h2 {
    max-width: 11ch;
  }

  .mail-visual {
    right: -1.5rem;
    bottom: -2rem;
    width: 12rem;
  }
}

@media (max-width: 759px) {
  html {
    overscroll-behavior-y: auto;
  }

  .scroll-dist,
  .slide-transition,
  .scroll-cue {
    display: none !important;
  }

  .snap-deck {
    position: relative;
    display: block;
    padding-bottom: clamp(1.5rem, 7vw, 3rem);
  }

  .site-header,
  .hero,
  .studio-note,
  .service-strip,
  .process-flow,
  .contact-panel,
  .site-footer {
    width: min(100% - clamp(1.35rem, 6vw, 2rem), var(--max));
  }

  .site-header {
    position: relative;
    top: auto;
    z-index: 20;
    padding-top: calc(1rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0.85rem;
    background: transparent;
    backdrop-filter: none;
  }

  .story-panel {
    min-height: auto;
    scroll-margin-top: calc(5.8rem + env(safe-area-inset-top, 0px));
  }

  .hero {
    min-height: calc((var(--vh) * 100) - 4.2rem);
    padding-top: clamp(1.2rem, 5vh, 2.6rem);
    padding-bottom: clamp(4.5rem, 13vh, 7.5rem);
  }

  .hero-copy {
    animation-duration: 9s;
  }

  h1 {
    max-width: 10.5ch;
    font-size: clamp(3.2rem, 15vw, 5rem);
    line-height: 0.9;
  }

  .hero-copy p {
    max-width: 22rem;
    margin-bottom: 1.45rem;
    font-size: clamp(1rem, 4vw, 1.13rem);
  }

  .hero-art {
    min-height: clamp(23rem, 72vw, 31rem);
    margin-top: clamp(1.2rem, 5vh, 2rem);
  }

  .studio-note,
  .service-strip,
  .process-flow,
  .contact-panel {
    min-height: auto;
    padding-top: clamp(4.6rem, 16vw, 7.5rem);
    padding-bottom: clamp(4.8rem, 17vw, 8rem);
  }

  .studio-note {
    gap: clamp(2.2rem, 9vw, 3.8rem);
  }

  .studio-note p {
    max-width: 14ch;
    font-size: clamp(2.35rem, 11.5vw, 4.15rem);
    line-height: 0.97;
  }

  .clarity-board {
    width: min(100%, 24rem);
    margin-top: 0.5rem;
  }

  .service-strip {
    gap: clamp(2.1rem, 8vw, 3.4rem);
  }

  .service-strip article {
    min-height: auto;
    padding: 0 0 clamp(1.4rem, 6vw, 2.1rem);
  }

  .service-strip article:not(:last-child) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.065);
  }

  .service-strip article:nth-child(2),
  .service-strip article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .service-strip article > span {
    margin-bottom: clamp(1.6rem, 7vw, 2.6rem);
  }

  .service-strip h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .service-strip p {
    max-width: 23rem;
    font-size: 1rem;
  }

  .process-flow {
    gap: clamp(2.2rem, 9vw, 3.8rem);
    overflow: visible;
  }

  .process-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .process-flow ol {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .process-flow li {
    grid-template-columns: 4rem minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 0.35rem 1rem;
    text-align: left;
  }

  .process-flow li::before {
    grid-row: 1 / span 3;
    width: 3.35rem;
    height: 3.35rem;
  }

  .process-flow li:not(:last-child)::after {
    top: calc(100% - 0.2rem);
    left: 1.65rem;
    width: 1px;
    height: 1.3rem;
    background: linear-gradient(180deg, rgba(34, 211, 197, 0.55), transparent);
  }

  .process-icon {
    top: 1.08rem;
    left: 1.07rem;
  }

  .process-flow li span,
  .process-flow li strong,
  .process-flow li small {
    grid-column: 2;
  }

  .process-flow li small {
    max-width: 18rem;
    text-align: left;
  }

  .contact-panel {
    display: grid;
    gap: 1.35rem;
    padding: clamp(4.8rem, 17vw, 8rem) 0 clamp(5.2rem, 18vw, 8.5rem);
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .contact-panel h2 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .mail-visual {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: end;
    width: clamp(9rem, 38vw, 13rem);
    opacity: 0.42;
  }

  .site-footer {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
    padding-top: 1rem;
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(15, 23, 42, 0.07);
  }
}

@media (max-width: 759px) {
  .gsap-scroll-story .site-header,
  .gsap-scroll-story .site-footer {
    width: min(100% - clamp(1.7rem, 7vw, 2.35rem), var(--max));
  }

  .gsap-scroll-story body {
    min-height: auto;
  }

  .gsap-scroll-story .scroll-dist {
    display: block;
    height: calc(var(--vh) * 320);
  }

  .gsap-scroll-story .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 14;
  }

  .gsap-scroll-story .snap-deck {
    position: fixed;
    inset: 0;
    width: 100%;
    height: calc(var(--vh) * 100);
    overflow: hidden;
  }

  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    position: absolute;
    inset: calc(clamp(5.45rem, 12vh, 6.25rem) + env(safe-area-inset-top, 0px)) 0 calc(5.05rem + env(safe-area-inset-bottom, 0px));
    display: grid;
    align-content: center;
    width: min(100% - clamp(1.7rem, 7vw, 2.35rem), var(--max));
    min-height: 0;
    max-height: none;
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    pointer-events: none;
  }

  .gsap-scroll-story .story-panel.is-active-panel {
    pointer-events: auto;
  }

  .gsap-scroll-story .hero {
    grid-template-rows: auto minmax(10.75rem, 0.8fr);
    align-content: center;
    gap: clamp(0.65rem, 2.2vh, 1.15rem);
  }

  .gsap-scroll-story .hero-copy {
    align-self: end;
  }

  .gsap-scroll-story h1 {
    max-width: 11.5ch;
    font-size: clamp(2.75rem, 15.5vw, 4.55rem);
    line-height: 0.92;
  }

  .gsap-scroll-story .hero-copy p {
    max-width: 18.5rem;
    margin-top: 1rem;
    margin-bottom: 1.15rem;
    font-size: clamp(0.96rem, 4vw, 1.06rem);
  }

  .gsap-scroll-story .explore-link {
    padding: 0.68rem 0.86rem 0.7rem 0.95rem;
    font-size: 0.72rem;
  }

  .gsap-scroll-story .hero-art {
    align-self: start;
    min-height: clamp(10.75rem, 31vh, 17rem);
    width: min(100%, 28rem);
  }

  .gsap-scroll-story .studio-note {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vh, 1.45rem);
  }

  .gsap-scroll-story .studio-note::before {
    display: none;
  }

  .gsap-scroll-story .studio-note::after {
    right: -3rem;
    bottom: 15%;
    width: 14rem;
    height: 14rem;
    opacity: 0.72;
  }

  .gsap-scroll-story .studio-note p {
    max-width: 13.5ch;
    font-size: clamp(2.45rem, 12.5vw, 4rem);
    line-height: 0.96;
  }

  .gsap-scroll-story .studio-note ul {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    min-width: 0;
  }

  .gsap-scroll-story .clarity-board {
    width: min(100%, 22rem);
    min-width: 0;
    justify-self: center;
    aspect-ratio: 1.22;
  }

  .gsap-scroll-story .clarity-core {
    width: 4.4rem;
    font-size: 0.95rem;
  }

  .gsap-scroll-story .clarity-point {
    width: min(10rem, 46%);
    padding: 0.68rem 0.72rem;
    border-radius: 14px;
  }

  .gsap-scroll-story .clarity-point svg {
    width: 1rem;
    height: 1rem;
  }

  .gsap-scroll-story .clarity-point strong {
    font-size: 0.78rem;
  }

  .gsap-scroll-story .clarity-point small {
    font-size: 0.66rem;
  }

  .gsap-scroll-story .studio-note li {
    padding: 0.78rem 0 0.78rem 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    font-size: 0.92rem;
  }

  .gsap-scroll-story .studio-note li small {
    max-width: none;
    font-size: 0.78em;
  }

  .gsap-scroll-story .service-strip {
    grid-template-columns: 1fr;
    gap: clamp(0.55rem, 1.6vh, 0.78rem);
  }

  .gsap-scroll-story .service-strip article {
    min-height: 0;
    padding: clamp(0.82rem, 2.5vh, 1rem) 1rem;
    border: 1px solid rgba(15, 23, 42, 0.075);
    border-radius: 18px;
    background:
      radial-gradient(circle at 92% 12%, rgba(34, 211, 197, 0.12), transparent 5.5rem),
      rgba(255, 255, 255, 0.36);
    box-shadow: 0 18px 46px rgba(16, 32, 51, 0.055);
    backdrop-filter: blur(14px);
  }

  .gsap-scroll-story .service-icon {
    top: 0.95rem;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .gsap-scroll-story .service-strip article > span {
    margin-bottom: 1.15rem;
    font-size: 0.68rem;
  }

  .gsap-scroll-story .service-strip h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.42rem, 7vw, 2rem);
  }

  .gsap-scroll-story .service-strip p {
    max-width: 19rem;
    font-size: 0.88rem;
    line-height: 1.38;
  }

  .gsap-scroll-story .scope-tags {
    gap: 0.32rem;
    margin-top: 0.72rem;
  }

  .gsap-scroll-story .scope-tags li {
    min-height: 1.34rem;
    padding: 0.22rem 0.48rem;
    font-size: 0.58rem;
  }

  .gsap-scroll-story .process-flow {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vh, 1.45rem);
    margin-bottom: 0;
  }

  .gsap-scroll-story .process-copy h2 {
    max-width: 12.5ch;
    font-size: clamp(2.35rem, 13vw, 3.9rem);
  }

  .gsap-scroll-story .process-flow ol {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 0.8rem;
  }

  .gsap-scroll-story .process-flow li {
    gap: 0.4rem;
  }

  .gsap-scroll-story .process-flow li small {
    max-width: 8rem;
    font-size: 0.7rem;
  }

  .gsap-scroll-story .process-flow li::before {
    width: 3.25rem;
    height: 3.25rem;
  }

  .gsap-scroll-story .process-flow li::after {
    display: none;
  }

  .gsap-scroll-story .process-icon {
    top: 1.03rem;
    width: 1.18rem;
    height: 1.18rem;
  }

  .gsap-scroll-story .contact-panel {
    grid-template-columns: 1fr;
    align-content: center;
    gap: clamp(1rem, 3vh, 1.4rem);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .gsap-scroll-story .contact-panel:hover {
    box-shadow: none;
  }

  .gsap-scroll-story .contact-panel::before {
    inset: auto -5rem 8% auto;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 211, 197, 0.15), transparent 64%);
    transform: none;
    animation: quietOrb 8s ease-in-out infinite;
  }

  .gsap-scroll-story .mail-visual {
    right: -0.7rem;
    bottom: 2rem;
    width: 10.5rem;
    opacity: 0.46;
    transform: rotate(-8deg);
  }

  .gsap-scroll-story .contact-panel h2 {
    max-width: 12.5ch;
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .gsap-scroll-story .site-footer {
    position: fixed;
    right: clamp(0.85rem, 4vw, 1.15rem);
    bottom: calc(0.78rem + env(safe-area-inset-bottom, 0px));
    left: clamp(0.85rem, 4vw, 1.15rem);
    z-index: 13;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    width: auto;
    margin: 0;
    padding: 0.62rem 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    font-size: 0.74rem;
    pointer-events: none;
  }

  .gsap-scroll-story .site-footer a {
    pointer-events: auto;
  }

  .gsap-scroll-story .site-footer a:nth-of-type(2) {
    display: none;
  }

  .gsap-scroll-story .slide-transition {
    position: fixed;
    inset: 0;
    z-index: 9;
    display: block;
    overflow: hidden;
    pointer-events: none;
  }

  .gsap-scroll-story .slide-transition i,
  .gsap-scroll-story .slide-transition b {
    position: absolute;
    display: block;
    content: "";
    opacity: 0;
  }

  .gsap-scroll-story .slide-transition i {
    inset: 0;
    background:
      radial-gradient(circle at 50% 52%, rgba(34, 211, 197, 0.14), transparent 18rem),
      linear-gradient(135deg, transparent 0 30%, rgba(255, 255, 255, 0.72) 46%, transparent 62%);
  }

  .gsap-scroll-story .slide-transition span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(16rem, 58vw);
    height: 0.36rem;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(34, 211, 197, 0.76), rgba(56, 189, 248, 0.2) 42%, transparent 72%);
    box-shadow: 0 0 34px rgba(34, 211, 197, 0.32);
    opacity: 0;
    filter: blur(2px);
    transform: translate(-50%, -50%) scale(0.35);
  }

  .gsap-scroll-story .slide-transition b {
    top: -24%;
    bottom: -24%;
    left: 50%;
    width: 11rem;
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.16), rgba(34, 211, 197, 0.14), transparent);
    filter: blur(10px);
    transform: translateX(-50%) rotate(18deg) scaleY(0.4);
  }

  .gsap-scroll-story .scroll-cue {
    position: fixed;
    right: 1rem;
    bottom: calc(5.15rem + env(safe-area-inset-bottom, 0px));
    z-index: 12;
    display: block;
    width: 1.1rem;
    height: 1.8rem;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 999px;
    opacity: 0.5;
    pointer-events: none;
  }

  .gsap-scroll-story .scroll-cue span {
    position: absolute;
    top: 0.34rem;
    left: 50%;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 14px rgba(34, 211, 197, 0.7);
    transform: translateX(-50%);
    animation: cueDrop 1.7s ease-in-out infinite;
  }
}

@media (max-width: 390px) and (max-height: 740px) {
  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    inset: calc(5.35rem + env(safe-area-inset-top, 0px)) 0 calc(4.7rem + env(safe-area-inset-bottom, 0px));
  }

  .gsap-scroll-story h1 {
    font-size: clamp(2.55rem, 14vw, 3.75rem);
  }

  .gsap-scroll-story .hero-art {
    min-height: min(28vh, 13.75rem);
  }

  .gsap-scroll-story .studio-note p,
  .gsap-scroll-story .process-copy h2,
  .gsap-scroll-story .contact-panel h2 {
    font-size: clamp(2.05rem, 10.5vw, 3.25rem);
  }

  .gsap-scroll-story .service-strip p {
    display: none;
  }
}

@media (max-width: 759px) and (max-height: 780px) {
  .gsap-scroll-story .site-header {
    padding-top: clamp(1rem, 2.4vh, 1.35rem);
    padding-bottom: clamp(1rem, 2.4vh, 1.35rem);
  }

  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    inset: calc(5.35rem + env(safe-area-inset-top, 0px)) 0 calc(4.65rem + env(safe-area-inset-bottom, 0px));
    align-content: start;
  }

  .gsap-scroll-story .hero {
    grid-template-rows: auto minmax(9.75rem, 0.75fr);
    gap: 0.65rem;
  }

  .gsap-scroll-story h1 {
    font-size: clamp(2.5rem, 13vw, 3.85rem);
  }

  .gsap-scroll-story .hero-copy p {
    margin-top: 0.72rem;
    margin-bottom: 0.9rem;
    font-size: 0.94rem;
  }

  .gsap-scroll-story .hero-art {
    min-height: min(26vh, 12.8rem);
  }

  .gsap-scroll-story .studio-note p,
  .gsap-scroll-story .process-copy h2,
  .gsap-scroll-story .contact-panel h2 {
    font-size: clamp(2.05rem, 10.5vw, 3.25rem);
  }

  .gsap-scroll-story .service-strip article {
    padding: 0.78rem 0.9rem;
  }

  .gsap-scroll-story .service-strip article > span {
    margin-bottom: 0.75rem;
  }

  .gsap-scroll-story .process-flow ol {
    gap: 0.8rem 0.7rem;
  }

  .gsap-scroll-story .process-flow li::before {
    width: 2.9rem;
    height: 2.9rem;
  }

  .gsap-scroll-story .process-icon {
    top: 0.87rem;
  }
}

@media (max-width: 759px) and (max-height: 680px) {
  .gsap-scroll-story .hero,
  .gsap-scroll-story .studio-note,
  .gsap-scroll-story .service-strip,
  .gsap-scroll-story .process-flow,
  .gsap-scroll-story .contact-panel {
    inset: calc(5rem + env(safe-area-inset-top, 0px)) 0 calc(4.3rem + env(safe-area-inset-bottom, 0px));
  }

  .gsap-scroll-story .hero-art {
    min-height: min(22vh, 10.75rem);
  }

  .gsap-scroll-story .service-strip p {
    display: none;
  }

  .gsap-scroll-story .mail-visual {
    display: none;
  }
}
