:root {
  --white: #fff;
  --paper: var(--white);
  --ink: #07070a;
  --black: #030305;
  --charcoal: #0d0d11;
  --muted: rgba(7, 7, 10, 0.62);
  --light-line: rgba(7, 7, 10, 0.1);
  --dark-line: rgba(245, 240, 243, 0.12);
  --pink: #ff5e9f;
  --pink-soft: #ff9bc5;
}

* {
  box-sizing: border-box;
}

html {
  scrollbar-color: var(--pink) rgba(7, 7, 10, 0.18);
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(7, 7, 10, 0.08);
}

::-webkit-scrollbar-thumb {
  border: 2px solid rgba(7, 7, 10, 0.08);
  border-radius: 999px;
  background: var(--pink);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--pink-soft);
  background-clip: padding-box;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  animation: pageIn 420ms ease both;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  width: 100%;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(26px, 5vw, 76px);
  background: var(--white);
  color: var(--ink);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 800;
}

.site-logo img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 64px);
  font-size: clamp(0.9rem, 1.2vw, 1.04rem);
  font-weight: 600;
}

.site-nav a {
  position: relative;
  transition: color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 8px;
  background: var(--pink);
  clip-path: polygon(0 56%, 18% 56%, 22% 18%, 29% 86%, 36% 56%, 52% 56%, 57% 26%, 64% 78%, 70% 56%, 100% 56%, 100% 68%, 70% 68%, 64% 92%, 57% 38%, 52% 68%, 36% 68%, 29% 100%, 22% 30%, 18% 68%, 0 68%);
  content: "";
  opacity: 0;
  transform: translateY(2px) scaleX(0.72);
  transition: opacity 220ms ease, transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #c72b6f;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.home-hero {
  width: calc(100% - 60px);
  min-height: calc(100svh - 182px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  isolation: isolate;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(10, 10, 12, 0.94) 0%, rgba(16, 12, 15, 0.86) 43%, rgba(14, 14, 16, 0.34) 43%),
    linear-gradient(135deg, #070709 0%, #100a0f 44%, #2a1320 70%, #0b0d0f 100%);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 94, 159, 0.18), transparent 26rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: auto, 62px 62px, 62px 62px;
  content: "";
  opacity: 0.66;
}

.window-copy {
  max-width: 760px;
  align-self: center;
  padding: clamp(34px, 6vw, 84px) clamp(28px, 6vw, 72px);
  animation: rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--pink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(4.1rem, 8vw, 8.2rem);
  line-height: 0.86;
}

.window-copy h1 {
  max-width: 720px;
  font-size: clamp(3.35rem, 6.6vw, 7rem);
  line-height: 0.98;
}

.window-copy h1 span {
  display: block;
  letter-spacing: 0;
}

h2 {
  color: inherit;
  font-size: clamp(2.25rem, 4.8vw, 5.6rem);
  line-height: 0.94;
}

.window-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 34px;
  color: rgba(245, 240, 243, 0.72);
  font-size: clamp(1rem, 1.42vw, 1.16rem);
  line-height: 1.72;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 30px;
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, filter 260ms ease;
}

.button::after {
  position: absolute;
  inset: auto 24px 10px;
  height: 8px;
  background: rgba(7, 7, 10, 0.32);
  clip-path: polygon(0 56%, 18% 56%, 22% 18%, 29% 86%, 36% 56%, 52% 56%, 57% 26%, 64% 78%, 70% 56%, 100% 56%, 100% 68%, 70% 68%, 64% 92%, 57% 38%, 52% 68%, 36% 68%, 29% 100%, 22% 30%, 18% 68%, 0 68%);
  content: "";
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.04);
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.button-primary {
  border-color: rgba(255, 94, 159, 0.52);
  background: linear-gradient(135deg, rgba(255, 94, 159, 0.98), rgba(255, 155, 197, 0.72));
  color: #09070a;
  box-shadow: 0 18px 70px rgba(255, 94, 159, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 26px 82px rgba(255, 94, 159, 0.28);
}

.button:disabled {
  cursor: wait;
  filter: saturate(0.86);
  opacity: 0.68;
  transform: none;
}

.window-copy .button {
  min-width: 214px;
  margin-left: clamp(28px, 10vw, 156px);
}

.visual-stage {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.visual-stage::before {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background:
    linear-gradient(180deg, rgba(255, 94, 159, 0.28), rgba(255, 94, 159, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 30%, rgba(255, 255, 255, 0.08));
  content: "";
}

.pink-platform {
  position: absolute;
  right: 4%;
  bottom: 18%;
  width: 90%;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 94, 159, 0.36), transparent 68%);
  filter: blur(12px);
}

.glass-object {
  position: absolute;
  bottom: 18%;
  width: clamp(118px, 13vw, 190px);
  height: clamp(300px, 38vw, 430px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 42px 42px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 4%, transparent 5% 16%, rgba(255, 255, 255, 0.22) 17% 23%, transparent 24% 68%, rgba(255, 255, 255, 0.2) 70% 78%, transparent 80%),
    linear-gradient(145deg, rgba(255, 94, 159, 0.88), rgba(255, 255, 255, 0.16) 48%, rgba(255, 94, 159, 0.48));
  box-shadow:
    inset 0 0 35px rgba(255, 255, 255, 0.14),
    0 34px 74px rgba(0, 0, 0, 0.36);
  animation: objectFloat 5s ease-in-out infinite;
}

.object-one {
  left: 12%;
  transform: translateY(20px) rotate(-2deg);
}

.object-two {
  left: 36%;
  bottom: 20%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0 5%, transparent 6% 58%, rgba(255, 255, 255, 0.24) 60% 70%, transparent 72%),
    linear-gradient(145deg, rgba(245, 240, 243, 0.62), rgba(255, 94, 159, 0.16), rgba(58, 65, 68, 0.72));
  animation-delay: -1.4s;
}

.object-three {
  left: 60%;
  transform: translateY(28px) rotate(2deg);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0 4%, transparent 5% 58%, rgba(255, 255, 255, 0.28) 60% 70%, transparent 72%),
    linear-gradient(145deg, rgba(255, 94, 159, 0.72), rgba(35, 22, 29, 0.88));
  animation-delay: -2.2s;
}

.hero-pulse {
  position: absolute;
  right: -2%;
  bottom: 49%;
  width: 108%;
  height: 84px;
  background: var(--pink);
  clip-path: polygon(0 52%, 14% 52%, 17% 16%, 23% 82%, 29% 52%, 42% 52%, 47% 8%, 54% 94%, 60% 52%, 75% 52%, 79% 30%, 84% 76%, 88% 52%, 100% 52%, 100% 60%, 88% 60%, 84% 88%, 79% 42%, 75% 60%, 60% 60%, 54% 100%, 47% 20%, 42% 60%, 29% 60%, 23% 94%, 17% 28%, 14% 60%, 0 60%);
  filter: drop-shadow(0 0 18px rgba(255, 94, 159, 0.72));
  opacity: 0.82;
  animation: pulseSweep 3.7s ease-in-out infinite;
}

.home-hero {
  z-index: 1;
}

.home-process,
.home-build {
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 94, 159, 0.12), transparent 28rem),
    linear-gradient(135deg, #070709 0%, #100a0f 48%, #050506 100%);
}

.home-services-band {
  position: relative;
  overflow: hidden;
  width: calc(100% - 60px);
  margin: 0 auto;
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
  background: var(--white);
  color: var(--ink);
  padding: 24px 0;
}

.ticker-mask {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.ticker-track {
  --ticker-speed: 48s;
  width: max-content;
  display: flex;
  animation: tickerScrollLeft var(--ticker-speed) linear infinite;
  will-change: transform;
}

.home-industries-band .ticker-track {
  animation-name: tickerScrollRight;
}

.ticker-set {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.ticker-service {
  color: rgba(7, 7, 10, 0.76);
  font-size: clamp(0.92rem, 1.1vw, 1.04rem);
  font-weight: 700;
  white-space: nowrap;
}

.ticker-divider {
  margin: 0 clamp(18px, 3vw, 38px);
  color: var(--pink);
  font-size: 0.78rem;
  opacity: 0.78;
}

.home-process {
  display: block;
  padding: clamp(70px, 10vw, 120px) clamp(28px, 6vw, 72px) clamp(60px, 9vw, 100px);
}

.process-header {
  max-width: 760px;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.process-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.9rem, 3.8vw, 4.2rem);
  line-height: 1;
}

.process-steps {
  --flow-gap: clamp(42px, 5.5vw, 70px);
  max-width: 760px;
  display: grid;
  gap: var(--flow-gap);
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 46px);
  padding: 0;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 18px;
  color: rgba(255, 155, 197, 0.72);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  content: "↓";
  opacity: 0.88;
  pointer-events: none;
  transform: translateX(-50%);
}

.process-step > span {
  color: var(--pink-soft);
  font-size: 0.82rem;
  font-weight: 800;
  transition: color 240ms ease, transform 240ms ease;
}

.process-step h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1.04;
  transition: color 240ms ease, transform 240ms ease;
}

.process-step p {
  max-width: 540px;
  margin: 0;
  color: rgba(245, 240, 243, 0.7);
  font-size: clamp(0.96rem, 1.1vw, 1.04rem);
  line-height: 1.7;
  transition: color 240ms ease, transform 240ms ease;
}

.process-step:hover > span {
  color: var(--pink);
  transform: translateY(-2px);
}

.process-step:hover h3 {
  color: rgba(255, 255, 255, 0.96);
  transform: translateY(-2px);
}

.process-step:hover p {
  color: rgba(245, 240, 243, 0.78);
  transform: translateY(-1px);
}

.process-step.reveal:nth-child(2),
.build-visual.reveal {
  transition-delay: 80ms;
}

.process-step.reveal:nth-child(3) {
  transition-delay: 140ms;
}

.process-step.reveal:nth-child(4) {
  transition-delay: 200ms;
}

.home-build {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  border-radius: 0 0 24px 24px;
  padding: clamp(62px, 9vw, 112px) clamp(28px, 6vw, 72px) clamp(78px, 11vw, 132px);
}

.build-left {
  max-width: 820px;
}

.build-header {
  max-width: 560px;
  margin-bottom: clamp(34px, 6vw, 70px);
}

.build-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.1rem, 4.5vw, 5rem);
  line-height: 0.98;
}

.build-list {
  border-top: 1px solid rgba(245, 240, 243, 0.12);
}

.build-item {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(245, 240, 243, 0.12);
  background: transparent;
  color: rgba(245, 240, 243, 0.5);
  padding: clamp(18px, 3vw, 28px) 0;
  text-align: left;
  cursor: pointer;
  transition: color 240ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.build-item span {
  display: block;
  font-size: clamp(1.2rem, 2vw, 2.05rem);
  font-weight: 800;
  line-height: 1.08;
}

.build-item p {
  max-height: 0;
  max-width: 560px;
  margin: 0;
  overflow: hidden;
  color: rgba(245, 240, 243, 0.7);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  line-height: 1.65;
  opacity: 0;
  transform: translateY(4px);
  transition: max-height 260ms ease, margin-top 260ms ease, opacity 220ms ease, transform 220ms ease;
}

.build-item:hover,
.build-item:focus-visible,
.build-item.is-active {
  color: var(--white);
  transform: translateX(8px);
  outline: none;
}

.build-item:hover p,
.build-item:focus-visible p,
.build-item.is-active p {
  max-height: 90px;
  margin-top: 10px;
  opacity: 1;
  transform: translateY(0);
}

.build-visual {
  min-height: clamp(280px, 34vw, 430px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 243, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 94, 159, 0.08), rgba(255, 255, 255, 0.026));
  background-size: 42px 42px, 42px 42px, auto;
}

.software-visual {
  --software-label: "Operations dashboard";
  --active-card: 1;
  --card-one-width: 74%;
  --card-two-width: 56%;
  --card-three-width: 82%;
  --card-four-width: 48%;
  --flow-speed: 4.8s;
  min-height: clamp(310px, 34vw, 460px);
  display: grid;
  align-items: center;
  padding: clamp(16px, 2.6vw, 28px);
  border-color: rgba(245, 240, 243, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 94, 159, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.software-window {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 243, 0.12);
  border-radius: 22px;
  background: rgba(5, 5, 7, 0.74);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.software-topbar {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(245, 240, 243, 0.1);
  padding: 0 16px;
  color: rgba(245, 240, 243, 0.54);
  font-size: 0.76rem;
  font-weight: 800;
}

.software-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(245, 240, 243, 0.18);
}

.software-topbar span:first-child {
  background: rgba(255, 155, 197, 0.72);
}

.software-topbar strong {
  margin-left: auto;
  color: rgba(245, 240, 243, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.software-body {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: clamp(250px, 28vw, 360px);
}

.software-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  border-right: 1px solid rgba(245, 240, 243, 0.1);
  padding: 22px 18px;
}

.software-sidebar span {
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: rgba(245, 240, 243, 0.12);
}

.software-sidebar span:nth-child(1) {
  background: rgba(255, 155, 197, 0.5);
}

.software-main {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(20px, 3.2vw, 34px);
}

.software-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.software-state {
  color: rgba(245, 240, 243, 0.88);
  font-size: 0;
  font-weight: 800;
}

.software-state::before {
  content: var(--software-label);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

.software-head i {
  width: 72px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 155, 197, 0.34);
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
}

.software-card {
  position: relative;
  min-height: clamp(58px, 7vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(245, 240, 243, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 420ms ease, background 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.software-card::before,
.software-card::after {
  position: absolute;
  left: 16px;
  height: 8px;
  border-radius: 999px;
  content: "";
}

.software-card::before {
  top: 18px;
  width: 34px;
  background: rgba(255, 155, 197, 0.62);
}

.software-card::after {
  top: 40px;
  width: 52%;
  background: rgba(245, 240, 243, 0.18);
  transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.card-one::after {
  width: var(--card-one-width);
}

.card-two::after {
  width: var(--card-two-width);
}

.card-three::after {
  width: var(--card-three-width);
}

.card-four::after {
  width: var(--card-four-width);
}

.software-flow {
  display: grid;
  grid-template-columns: auto minmax(46px, 1fr) auto minmax(46px, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: rgba(245, 240, 243, 0.42);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.flow-track {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(245, 240, 243, 0.13);
}

.flow-track::after {
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 155, 197, 0.78), transparent);
  content: "";
  animation: dataFlow var(--flow-speed) linear infinite;
}

.home-build:has(.build-item:nth-child(1):hover) .software-visual,
.home-build:has(.build-item:nth-child(1):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(1).is-active) .software-visual {
  --software-label: "Operations dashboard";
  --card-one-width: 74%;
  --card-two-width: 56%;
  --card-three-width: 82%;
  --card-four-width: 48%;
  --flow-speed: 4.8s;
}

.home-build:has(.build-item:nth-child(2):hover) .software-visual,
.home-build:has(.build-item:nth-child(2):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(2).is-active) .software-visual {
  --software-label: "AI call workflow";
  --card-one-width: 42%;
  --card-two-width: 84%;
  --card-three-width: 60%;
  --card-four-width: 72%;
  --flow-speed: 4.2s;
}

.home-build:has(.build-item:nth-child(3):hover) .software-visual,
.home-build:has(.build-item:nth-child(3):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(3).is-active) .software-visual {
  --software-label: "Internal platform";
  --card-one-width: 82%;
  --card-two-width: 68%;
  --card-three-width: 54%;
  --card-four-width: 76%;
  --flow-speed: 5s;
}

.home-build:has(.build-item:nth-child(4):hover) .software-visual,
.home-build:has(.build-item:nth-child(4):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(4).is-active) .software-visual {
  --software-label: "Customer portal";
  --card-one-width: 62%;
  --card-two-width: 78%;
  --card-three-width: 70%;
  --card-four-width: 52%;
  --flow-speed: 4.6s;
}

.home-build:has(.build-item:nth-child(5):hover) .software-visual,
.home-build:has(.build-item:nth-child(5):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(5).is-active) .software-visual {
  --software-label: "Inventory control";
  --card-one-width: 86%;
  --card-two-width: 46%;
  --card-three-width: 76%;
  --card-four-width: 66%;
  --flow-speed: 4.4s;
}

.home-build:has(.build-item:nth-child(6):hover) .software-visual,
.home-build:has(.build-item:nth-child(6):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(6).is-active) .software-visual {
  --software-label: "Booking system";
  --card-one-width: 52%;
  --card-two-width: 72%;
  --card-three-width: 86%;
  --card-four-width: 58%;
  --flow-speed: 4.7s;
}

.home-build:has(.build-item:nth-child(7):hover) .software-visual,
.home-build:has(.build-item:nth-child(7):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(7).is-active) .software-visual {
  --software-label: "Automation workflow";
  --card-one-width: 48%;
  --card-two-width: 88%;
  --card-three-width: 58%;
  --card-four-width: 82%;
  --flow-speed: 3.9s;
}

.home-build:has(.build-item:nth-child(8):hover) .software-visual,
.home-build:has(.build-item:nth-child(8):focus-visible) .software-visual,
.home-build:has(.build-item:nth-child(8).is-active) .software-visual {
  --software-label: "Integrated website";
  --card-one-width: 78%;
  --card-two-width: 62%;
  --card-three-width: 68%;
  --card-four-width: 88%;
  --flow-speed: 4.5s;
}

.home-build:has(.build-item:hover) .software-card,
.home-build:has(.build-item:focus-visible) .software-card,
.home-build:has(.build-item.is-active) .software-card {
  border-color: rgba(255, 155, 197, 0.2);
  background: rgba(255, 255, 255, 0.056);
}

.site-footer {
  background: var(--white);
  color: var(--ink);
  padding: 32px clamp(24px, 5vw, 72px) 26px;
  border-top: 1px solid var(--light-line);
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}

.footer-actions {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 210px;
}

.footer-icon-links,
.footer-text-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-icon-links {
  gap: 10px;
  justify-content: center;
}

.footer-icon-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--light-line);
  border-radius: 999px;
  color: rgba(7, 7, 10, 0.66);
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.footer-icon-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.footer-icon-link[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-icon-link[aria-label="Instagram"] svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.footer-icon-link:hover,
.footer-icon-link:focus-visible {
  border-color: rgba(255, 94, 159, 0.36);
  color: #c72b6f;
  box-shadow: 0 10px 26px rgba(255, 94, 159, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.footer-text-links {
  width: 100%;
  gap: 12px 20px;
  color: rgba(7, 7, 10, 0.58);
  font-size: 0.86rem;
  font-weight: 600;
  justify-content: center;
}

.footer-text-links a {
  transition: color 220ms ease, transform 220ms ease;
}

.footer-text-links a:hover,
.footer-text-links a:focus-visible {
  color: #c72b6f;
  transform: translateY(-1px);
}

.footer-copy {
  margin: 24px 0 0;
  color: rgba(7, 7, 10, 0.52);
  font-size: 0.82rem;
}

.subpage {
  background: var(--black);
  color: var(--white);
}

.subpage .site-header {
  background: var(--white);
  color: var(--ink);
}

.route-shell {
  min-height: calc(100svh - 96px);
  overflow: hidden;
  padding: clamp(70px, 9vw, 124px) clamp(24px, 7vw, 110px);
  background:
    radial-gradient(circle at 76% 28%, rgba(255, 94, 159, 0.18), transparent 24rem),
    linear-gradient(135deg, #070709 0%, #100a0f 48%, #050506 100%);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.simple-intro h1,
.about-opening h1,
.apply-intro h1 {
  margin: 0;
}

.simple-page {
  display: grid;
  gap: clamp(68px, 10vw, 132px);
  align-content: start;
}

.simple-intro,
.apply-intro {
  max-width: 880px;
}

.simple-intro h1,
.clean-apply .apply-intro h1 {
  max-width: 700px;
  margin-bottom: clamp(28px, 5vw, 58px);
  font-size: clamp(2.7rem, 5.2vw, 5.6rem);
  line-height: 0.96;
}

.page-profile {
  max-width: 820px;
  display: grid;
  gap: 20px;
}

.page-profile p {
  max-width: 780px;
  margin: 0;
  color: rgba(245, 240, 243, 0.76);
  font-size: clamp(1.04rem, 1.36vw, 1.2rem);
  font-weight: 500;
  line-height: 1.78;
}

.page-profile p:first-child {
  color: rgba(245, 240, 243, 0.88);
}

.service-directory {
  max-width: 1080px;
  border-top: 1px solid var(--dark-line);
}

.service-entry {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  border-bottom: 1px solid var(--dark-line);
  padding: clamp(26px, 4.2vw, 48px) 0;
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-entry span {
  color: rgba(255, 155, 197, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-entry h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(1.55rem, 2.8vw, 2.8rem);
  line-height: 1.02;
}

.service-entry p {
  max-width: 640px;
  margin: 0;
  color: rgba(245, 240, 243, 0.68);
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.76;
}

.service-directory:has(.service-entry:hover) .service-entry:not(:hover) {
  opacity: 0.52;
}

.service-entry:hover {
  transform: translateX(8px);
}

.about-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255, 94, 159, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

.about-opening {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}

.about-opening h1 {
  max-width: 680px;
  margin-bottom: clamp(28px, 5vw, 58px);
  font-size: clamp(2.7rem, 5.2vw, 5.6rem);
  line-height: 0.96;
}

.about-copy {
  max-width: 820px;
}

.about-visual {
  margin: 0;
  min-height: 0;
  padding: 10px;
}

.about-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.about-profile {
  max-width: 900px;
  display: grid;
  gap: 20px;
}

.about-profile p {
  max-width: 820px;
  color: rgba(245, 240, 243, 0.74);
  font-size: clamp(1.04rem, 1.36vw, 1.2rem);
  font-weight: 500;
  line-height: 1.78;
}

.about-profile p:first-child {
  color: rgba(245, 240, 243, 0.86);
}

.about-owner {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  margin-top: clamp(76px, 12vw, 150px);
}

.owner-image {
  max-width: 330px;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  justify-self: end;
  border: 1px solid var(--dark-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.2);
}

.owner-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.owner-copy {
  max-width: 520px;
}

.owner-copy h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.owner-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(245, 240, 243, 0.74);
  font-size: clamp(1.02rem, 1.28vw, 1.14rem);
  line-height: 1.78;
}

.about-plan {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(220px, 0.38fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  margin-top: clamp(80px, 13vw, 170px);
  margin-left: clamp(100px, 20vw, 320px);
  padding-top: clamp(34px, 6vw, 72px);
  border-top: 1px solid rgba(245, 240, 243, 0.12);
}

.about-plan .eyebrow {
  color: var(--pink-soft);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 18px;
}

.vision-copy {
  max-width: 680px;
}

.vision-copy p + p {
  margin-top: 18px;
}

.vision-placeholder {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 243, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 94, 159, 0.1), rgba(255, 255, 255, 0.026));
  background-size: 34px 34px, 34px 34px, auto;
}

.vision-placeholder::before {
  position: absolute;
  inset: 14% 22% 18%;
  border: 1px solid rgba(255, 155, 197, 0.32);
  border-radius: 999px 999px 24px 24px;
  background: rgba(255, 255, 255, 0.035);
  content: "";
}

.vision-placeholder::after {
  position: absolute;
  right: 22%;
  bottom: 18%;
  left: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 155, 197, 0.58), transparent);
  content: "";
}

.about-plan h2,
.apply-next h2,
.legal-copy h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  line-height: 1.08;
}

.about-plan p,
.apply-next p,
.apply-next ol,
.legal-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(245, 240, 243, 0.72);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.78;
}

.apply-next ol {
  padding-left: 1.2rem;
}

.apply-next li + li {
  margin-top: 8px;
}

.legal-copy p + p {
  margin-top: 12px;
}

.apply-page {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.58fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: start;
}

.apply-intro {
  min-height: 0;
  display: block;
}

.apply-intro h1 {
  margin: 0;
}

.apply-next {
  max-width: 620px;
  margin-top: clamp(34px, 6vw, 68px);
  padding-top: 28px;
  border-top: 1px solid rgba(245, 240, 243, 0.12);
}

.apply-form {
  width: 100%;
  max-width: 620px;
  display: grid;
  gap: 18px;
  justify-self: end;
  border: 1px solid rgba(255, 94, 159, 0.2);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 36px);
  background:
    linear-gradient(160deg, rgba(255, 94, 159, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.026));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

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

.apply-form label {
  position: relative;
  display: grid;
  gap: 9px;
}

.apply-form label span {
  color: rgba(245, 240, 243, 0.64);
  font-size: 0.86rem;
  font-weight: 700;
}

.apply-form em {
  color: rgba(245, 240, 243, 0.38);
  font-style: normal;
}

.field-helper {
  width: min(260px, 38vw);
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  z-index: 3;
  display: block;
  border: 1px solid rgba(255, 155, 197, 0.18);
  border-radius: 14px;
  background: rgba(7, 7, 10, 0.94);
  color: rgba(245, 240, 243, 0.62);
  padding: 12px 13px;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.budget-field.is-helper-visible .field-helper {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(245, 240, 243, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  padding: 14px 15px;
  outline: none;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.apply-form select {
  color-scheme: dark;
}

.apply-form textarea {
  resize: vertical;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: rgba(255, 94, 159, 0.72);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 0 0 4px rgba(255, 94, 159, 0.1);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: rgba(245, 240, 243, 0.62);
  font-size: 0.9rem;
}

.legal-page {
  display: grid;
  gap: clamp(54px, 9vw, 110px);
}

.legal-copy {
  max-width: 920px;
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}

.legal-copy article {
  padding-top: 24px;
  border-top: 1px solid rgba(245, 240, 243, 0.12);
}

.legal-copy a {
  color: var(--pink-soft);
}

.portfolio-page {
  display: grid;
  gap: clamp(96px, 12vw, 150px);
}

.portfolio-intro {
  max-width: 960px;
}

.portfolio-intro h1 {
  margin: 0 0 24px;
  color: var(--white);
  font-size: clamp(4.2rem, 9vw, 9.6rem);
  line-height: 0.86;
}

.portfolio-intro > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(245, 240, 243, 0.72);
  font-size: clamp(1.04rem, 1.36vw, 1.18rem);
  line-height: 1.75;
}

.project-showcase {
  display: grid;
  gap: clamp(120px, 13vw, 160px);
}

.project-row {
  display: grid;
  grid-template-columns: minmax(240px, 40%) minmax(0, 60%);
  gap: clamp(34px, 7vw, 110px);
  align-items: center;
}

.project-row-reverse {
  grid-template-columns: minmax(0, 60%) minmax(240px, 40%);
}

.project-row-reverse .project-image {
  order: 2;
}

.project-image {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(245, 240, 243, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 94, 159, 0.07), rgba(255, 255, 255, 0.035));
  background-size: 34px 34px, 34px 34px, auto;
  justify-self: start;
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1), border-color 850ms ease;
}

.project-row-reverse .project-image {
  justify-self: end;
}

.project-image:hover {
  transform: scale(1.035);
  border-color: rgba(255, 155, 197, 0.18);
}

.project-copy {
  max-width: 680px;
  display: grid;
  gap: 18px;
}

.project-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.project-industry {
  margin: 0;
  color: var(--pink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-description,
.project-copy blockquote {
  max-width: 620px;
  margin: 0;
  color: rgba(245, 240, 243, 0.72);
  font-size: clamp(1.125rem, 1.4vw, 1.25rem);
  line-height: 1.62;
}

.project-rating {
  margin: 8px 0 -2px;
  color: var(--pink-soft);
  font-size: clamp(1.125rem, 1.4vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.08em;
}

.project-copy blockquote {
  color: rgba(245, 240, 243, 0.82);
  font-weight: 500;
}

@keyframes pageIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes objectFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes pulseSweep {
  0%,
  100% {
    opacity: 0.62;
    transform: translateX(-2%);
  }
  50% {
    opacity: 0.95;
    transform: translateX(2%);
  }
}

@keyframes dataFlow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(240%);
  }
}

@keyframes tickerScrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes tickerScrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

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

@media (max-width: 980px) {
  .home-hero,
  .home-process,
  .home-build,
  .about-opening,
  .about-owner,
  .about-plan,
  .project-row,
  .project-row-reverse,
  .apply-page {
    grid-template-columns: 1fr;
  }

  .build-header {
    max-width: 680px;
  }

  .visual-stage {
    min-height: 460px;
  }

  .about-opening {
    min-height: auto;
  }

  .about-plan {
    margin-left: 0;
  }

  .project-row-reverse .project-image {
    order: 0;
    justify-self: start;
  }

  .apply-intro {
    min-height: auto;
  }

  .owner-image,
  .apply-form {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 78px;
    padding: 0 20px;
  }

  .site-logo {
    font-size: 1.45rem;
  }

  .site-logo img {
    width: 34px;
    height: 34px;
  }

  .site-nav {
    gap: 15px;
    font-size: 0.84rem;
  }

  .site-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .home-hero {
    width: calc(100% - 24px);
    min-height: auto;
    border-radius: 20px;
  }

  .home-services-band,
  .home-process,
  .home-build {
    width: calc(100% - 24px);
  }

  .home-services-band {
    padding: 20px 0;
  }

  .ticker-mask {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }

  .home-process,
  .home-build {
    padding-right: 22px;
    padding-left: 22px;
  }

  .home-build {
    border-radius: 0 0 20px 20px;
    padding-bottom: 70px;
  }

  .window-copy {
    padding: 40px 22px 30px;
  }

  h1,
  .window-copy h1 {
    font-size: clamp(2.35rem, 10.4vw, 4.3rem);
    line-height: 1.02;
  }

  .window-copy > p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .window-copy .button {
    width: 100%;
    margin-left: 0;
  }

  .visual-stage {
    min-height: 380px;
  }

  .glass-object {
    width: 112px;
    height: 278px;
    border-radius: 30px 30px 22px 22px;
  }

  .object-one {
    left: 6%;
  }

  .object-two {
    left: 34%;
  }

  .object-three {
    left: 62%;
  }

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

  .footer-actions {
    justify-items: start;
  }

  .footer-icon-links,
  .footer-text-links {
    justify-content: flex-start;
  }

  .footer-icon-link {
    width: 44px;
    height: 44px;
  }

  .route-shell {
    padding: 54px 22px 80px;
  }

  .simple-page {
    gap: 54px;
  }

  .process-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
  }

  .process-step:not(:last-child)::after {
    top: calc(100% + 12px);
    opacity: 0.72;
  }

  .build-item:hover,
  .build-item:focus-visible,
  .build-item.is-active {
    transform: none;
  }

  .build-visual {
    min-height: 260px;
  }

  .software-visual {
    padding: 12px;
  }

  .software-body {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .software-sidebar {
    padding: 18px 12px;
  }

  .software-main {
    padding: 18px;
  }

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

  .software-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .flow-track {
    display: none;
  }

  .service-entry {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
  }

  .service-entry:hover {
    transform: none;
  }

  .owner-image {
    max-width: 260px;
  }

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

  .apply-form input,
  .apply-form select,
  .apply-form textarea {
    font-size: 16px;
  }

  .field-helper {
    width: 100%;
    position: static;
    max-height: 0;
    overflow: hidden;
    border-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(4px);
    transition: max-height 320ms ease, padding 320ms ease, border-color 320ms ease, opacity 320ms ease, transform 320ms ease;
  }

  .budget-field.is-helper-visible .field-helper {
    max-height: 180px;
    border-color: rgba(255, 155, 197, 0.18);
    padding-top: 12px;
    padding-bottom: 12px;
    transform: translateY(0);
  }

}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px 20px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.8rem;
  }

  .site-nav a {
    justify-content: center;
  }

  .site-nav a::after {
    bottom: -7px;
    height: 7px;
  }

  .portfolio-page {
    gap: 70px;
  }

  .portfolio-intro h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .project-showcase {
    gap: 84px;
  }

  .project-image {
    max-width: none;
    border-radius: 20px;
  }

  .project-copy {
    gap: 14px;
  }

  .project-copy h2 {
    font-size: clamp(2rem, 10vw, 2.5rem);
  }

  .project-description,
  .project-copy blockquote,
  .project-rating {
    font-size: 1rem;
  }

  .footer-main {
    gap: 26px;
  }
}

@media (max-width: 390px) {
  .site-nav {
    font-size: 0.76rem;
  }

  .window-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  h1,
  .window-copy h1 {
    font-size: clamp(2.1rem, 9.6vw, 2.8rem);
    line-height: 1.04;
  }

  .button {
    min-height: 54px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .visual-stage {
    min-height: 330px;
  }

  .ticker-service {
    font-size: 0.88rem;
  }
}
