body.home-page,
body.home-page * {
  letter-spacing: 0;
}

body.home-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: #f4f7fb;
  background: #020407;
  font-family: "Space Grotesk", sans-serif;
}

.home-page::before {
  z-index: -2;
  opacity: 0.3;
  background-image: linear-gradient(rgba(68, 244, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
}

.py-hero {
  position: relative;
  min-height: 820px;
  padding-top: 98px;
  overflow: hidden;
  isolation: isolate;
  background-color: #020407;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(68, 244, 237, 0.16), transparent 28%),
    radial-gradient(circle at 12% 72%, rgba(164, 99, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #020407 0%, #050b12 100%);
}

.py-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(68, 244, 237, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.075) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent 8%, #000 82%);
}

.py-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 220px;
  background: linear-gradient(180deg, transparent, #020407 88%);
}

.py-hero-layout {
  position: relative;
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 48px;
  padding: 38px 0 74px;
}

.py-hero-copy {
  position: relative;
  z-index: 4;
  width: auto;
  max-width: 720px;
}

.py-hero-brand {
  display: none;
}

.py-live-flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 63, 85, 0.62);
  border-radius: 4px;
  color: #ffd3da;
  background: rgba(31, 6, 12, 0.76);
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.py-live-flag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rv-red);
  box-shadow: 0 0 14px var(--rv-red);
  animation: rv-status 1.8s ease-in-out infinite;
}

.py-kicker {
  margin: 0 0 14px;
  color: var(--rv-cyan);
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.py-hero h1,
.py-section h2,
.py-launch-copy h2,
.py-contact h2 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 0.98;
}

.py-hero h1 {
  max-width: 700px;
  font-size: 4.65rem;
}

.py-hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: #b5c3d1;
  font-size: 1.06rem;
  line-height: 1.72;
}

.py-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.55;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, #000 58%, #000 100%);
}

.py-console {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 460px);
  padding: 18px;
  border: 1px solid rgba(68, 244, 237, 0.32);
  background:
    linear-gradient(160deg, rgba(8, 18, 28, 0.92), rgba(4, 8, 16, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(68, 244, 237, 0.04) 18px 19px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 40px rgba(68, 244, 237, 0.12);
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.py-console-top,
.py-console-readout,
.py-nodes {
  display: flex;
  align-items: center;
}

.py-console-top {
  gap: 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
  color: #d7e8f2;
}

.py-console-top small {
  margin-left: auto;
  color: var(--rv-cyan);
}

.py-orbit {
  display: block;
  width: min(100%, 320px);
  margin: 8px auto 0;
  filter: drop-shadow(0 0 16px rgba(68, 244, 237, 0.35));
}

.py-ring {
  fill: none;
  stroke: rgba(68, 244, 237, 0.45);
  stroke-width: 1.2;
  stroke-dasharray: 8 10;
}

.py-ring-b {
  stroke: rgba(164, 99, 255, 0.7);
  stroke-dasharray: 3 8;
  transform-origin: 180px 180px;
  animation: py-spin 18s linear infinite;
}

.py-ring-c {
  stroke: rgba(242, 59, 212, 0.7);
  stroke-dasharray: 14 8;
  transform-origin: 180px 180px;
  animation: py-spin 11s linear infinite reverse;
}

.py-core {
  fill: rgba(68, 244, 237, 0.16);
  stroke: #44f4ed;
  stroke-width: 2;
  filter: drop-shadow(0 0 10px #44f4ed);
}

.py-sat {
  fill: #44f4ed;
  transform-origin: 180px 180px;
  animation: py-spin 9s linear infinite;
}

.py-sat-b {
  fill: #a463ff;
  animation-duration: 13s;
  animation-direction: reverse;
}

.py-sat-c {
  fill: #ff3f55;
  animation-duration: 7s;
}

.py-console-readout {
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
}

.py-console-readout > div {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid rgba(68, 244, 237, 0.16);
  background: rgba(2, 8, 14, 0.7);
}

.py-console-readout span,
.py-nodes small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #7f93ab;
  font-family: "Oxanium", sans-serif;
  font-size: 0.62rem;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.py-console-readout strong {
  color: #edf7fb;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
}

.py-wave {
  display: block;
  width: 100%;
  height: 64px;
  margin-top: 8px;
}

.py-nodes {
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.py-nodes li {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 4px;
  overflow: hidden;
  border: 1px solid rgba(68, 244, 237, 0.2);
  background: rgba(5, 14, 22, 0.9);
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.py-nodes b {
  display: block;
  color: var(--rv-cyan);
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
}

.py-nodes li:hover {
  border-color: rgba(68, 244, 237, 0.7);
  box-shadow: 0 0 18px rgba(68, 244, 237, 0.2);
}

@keyframes py-spin {
  to { transform: rotate(360deg); }
}

.home-page h1,
.py-section h2,
.py-launch-copy h2,
.py-contact h2 {
  background: linear-gradient(180deg, #ffffff 10%, #d5e7f2 42%, #8fd8ff 78%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.home-page img {
  background-clip: border-box;
  -webkit-background-clip: border-box;
  color: initial;
  -webkit-text-fill-color: initial;
}

.py-work-card,
.py-future-grid article,
.py-service-tab {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.py-hud-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rv-green, #36f4a1);
  box-shadow: 0 0 12px #36f4a1;
  animation: rv-status 1.8s ease-in-out infinite;
}

.py-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 0;
  padding: 0;
  border: 1px solid rgba(68, 244, 237, 0.18);
  background: rgba(68, 244, 237, 0.18);
}

.py-hero-stats > div {
  margin: 0;
  padding: 14px 12px;
  background: rgba(5, 13, 21, 0.92);
}

.py-hero-stats dt {
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.68rem;
}

.py-hero-stats dd {
  margin: 6px 0 0;
  color: #edf6fb;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
}

.py-ticker {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(68, 244, 237, 0.22);
  border-bottom: 1px solid rgba(68, 244, 237, 0.12);
  background: rgba(3, 9, 15, 0.9);
}

.py-ticker-track {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 16px 0;
  animation: py-marquee 28s linear infinite;
  color: #8ea3b6;
  font-family: "Oxanium", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.py-ticker-track span::before {
  content: "◆";
  margin-right: 42px;
  color: var(--rv-cyan);
}

@keyframes py-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.py-scan-line {
  position: absolute;
  top: 130px;
  right: 7%;
  z-index: 1;
  width: 2px;
  height: 310px;
  background: linear-gradient(180deg, transparent, var(--rv-cyan), transparent);
  animation: rv-trace 4.5s linear infinite;
}

.py-launch-ribbon {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 94px;
  padding: 18px 24px;
  border-top: 1px solid rgba(68, 244, 237, 0.3);
  border-bottom: 1px solid rgba(68, 244, 237, 0.14);
  background: rgba(3, 9, 15, 0.88);
}

.py-launch-ribbon > span {
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
}

.py-launch-ribbon strong {
  color: #edf6fb;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
}

.py-launch-ribbon p {
  margin: 0;
  color: #8598aa;
  font-size: 0.84rem;
  line-height: 1.5;
}

.py-text-link {
  color: var(--rv-cyan);
  font-family: "Oxanium", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

.py-text-link:hover,
.py-text-link:focus-visible {
  color: #ffffff;
}

.py-section,
.py-launch,
.py-contact {
  position: relative;
  padding: 118px 0;
}

.py-launch {
  overflow: visible;
  background-color: #03070c;
  background-image: linear-gradient(120deg, rgba(68, 244, 237, 0.055), transparent 42%),
    linear-gradient(300deg, rgba(164, 99, 255, 0.05), transparent 44%);
}

.py-launch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: 100px;
}

.py-launch-copy h2,
.py-section h2,
.py-contact h2 {
  max-width: 760px;
  font-size: 3.7rem;
}

.py-launch-copy > p:not(.py-kicker),
.py-contact-copy > p:not(.py-kicker) {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--rv-muted);
  line-height: 1.75;
}

.py-product-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(68, 244, 237, 0.16);
  background: rgba(68, 244, 237, 0.16);
}

.py-product-points > div {
  min-height: 102px;
  padding: 18px;
  background: #050d15;
}

.py-product-points span,
.py-studio-index {
  display: block;
  margin-bottom: 8px;
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.67rem;
}

.py-product-points strong {
  color: #dbe7ee;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
}

.py-promo-figure {
  position: relative;
  margin: 0;
  justify-self: center;
}

.py-promo-figure::before {
  content: "";
  position: absolute;
  inset: 8% -10% -4%;
  z-index: 0;
  border: 1px solid rgba(68, 244, 237, 0.23);
  transform: skewY(-4deg);
}

.py-promo-figure::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 44px;
  z-index: 2;
  width: 120px;
  height: 10px;
  background: repeating-linear-gradient(135deg, var(--rv-red) 0 10px, transparent 10px 18px);
}

.py-promo-figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 390px);
  height: auto;
  background: #071018;
  color: transparent;
  -webkit-text-fill-color: initial;
  border: 1px solid rgba(68, 244, 237, 0.28);
  border-radius: 4px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.64), 0 0 42px rgba(68, 244, 237, 0.12);
}

.py-studio {
  overflow: hidden;
  background-color: #020407;
  background-image: linear-gradient(rgba(68, 244, 237, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.py-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}

.py-section-head > p {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.7;
}

.py-studio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rv-line);
  border-left: 1px solid var(--rv-line);
}

.py-studio-item {
  min-height: 330px;
  padding: 32px;
  border-right: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
  background: rgba(4, 11, 18, 0.8);
}

.py-studio-item:nth-child(2) {
  background: linear-gradient(145deg, rgba(68, 244, 237, 0.07), rgba(164, 99, 255, 0.06));
}

.py-studio-item h3 {
  margin: 70px 0 14px;
  color: #f1f6f9;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.75rem;
}

.py-studio-item p {
  margin: 0;
  color: #91a3b4;
  line-height: 1.65;
}

.py-direction {
  background: #07080c;
}

.py-direction-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: 100px;
}

.py-direction-copy > p:not(.py-kicker) {
  margin: 26px 0 0;
  color: var(--rv-muted);
  line-height: 1.75;
}

.py-roadmap {
  border-top: 1px solid var(--rv-line);
}

.py-roadmap > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(190px, 0.7fr);
  gap: 20px;
  align-items: center;
  min-height: 106px;
  border-bottom: 1px solid rgba(68, 244, 237, 0.15);
}

.py-roadmap span {
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.7rem;
}

.py-roadmap strong {
  color: #ecf3f7;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.24rem;
}

.py-roadmap small {
  color: #7d91a3;
  font-size: 0.78rem;
  line-height: 1.45;
}

.py-contact {
  overflow: hidden;
  background-color: #03070c;
  background-image: linear-gradient(120deg, rgba(255, 63, 85, 0.07), transparent 34%),
    linear-gradient(300deg, rgba(68, 244, 237, 0.07), transparent 38%);
}

.py-contact::before {
  content: "BUILD";
  position: absolute;
  right: -18px;
  bottom: -32px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Oxanium", sans-serif;
  font-size: 13rem;
  font-weight: 700;
}

.py-contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 80px;
}

.py-contact-actions {
  min-width: 280px;
}

.py-contact-actions .rv-button {
  width: 100%;
  margin-top: 10px;
}

.py-services,
.py-work,
.py-approach {
  background-color: #020407;
}

.py-service-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.py-service-list {
  display: grid;
  border: 1px solid var(--rv-line);
}

.py-service-tab {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 14px;
  padding: 18px 18px 16px;
  border: 0;
  border-bottom: 1px solid rgba(68, 244, 237, 0.14);
  background: rgba(4, 11, 18, 0.86);
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.py-service-tab span {
  grid-row: 1 / span 2;
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
  padding-top: 4px;
}

.py-service-tab strong {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
}

.py-service-tab small {
  color: #8093a6;
  font-size: 0.8rem;
  line-height: 1.4;
}

.py-service-tab.is-active {
  background: linear-gradient(145deg, rgba(68, 244, 237, 0.12), rgba(164, 99, 255, 0.08));
  box-shadow: inset 3px 0 0 var(--rv-cyan);
}

.py-service-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--rv-line);
  background: rgba(5, 12, 20, 0.88);
  overflow: hidden;
}

.py-service-panel figure {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(68, 244, 237, 0.16);
}

.py-service-panel img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: center;
  background: #050d15;
}

.py-service-copy {
  padding: 24px 28px 28px;
}

.py-service-copy h3 {
  margin: 0 0 12px;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
}

.py-service-copy p {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.7;
}

.py-service-copy ul {
  margin: 18px 0 22px;
  padding: 0 0 0 18px;
  color: #c5d3df;
  line-height: 1.7;
}

.py-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.py-work-card {
  overflow: hidden;
  border: 1px solid rgba(68, 244, 237, 0.16);
  background: rgba(5, 12, 20, 0.9);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.py-work-card:hover,
.py-work-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(68, 244, 237, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 28px rgba(68, 244, 237, 0.12);
}

.py-work-card-wide {
  grid-column: 1 / -1;
}

.py-work-live {
  border-color: rgba(54, 244, 161, 0.45);
}

.py-work-live span {
  color: #36f4a1;
}

.py-work-live img {
  object-fit: cover;
  object-position: center 18%;
  background: #050d15;
  height: 280px;
}

.py-future {
  background:
    radial-gradient(circle at 80% 20%, rgba(68, 244, 237, 0.08), transparent 32%),
    #03070c;
}

.py-future-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rv-line);
  border-left: 1px solid var(--rv-line);
}

.py-future-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
  background: rgba(4, 11, 18, 0.82);
}

.py-future-grid span {
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
}

.py-future-grid h3 {
  margin: 28px 0 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
}

.py-future-grid p {
  margin: 0;
  color: #91a3b4;
  line-height: 1.6;
}

.py-reply-note {
  max-width: 460px;
  margin: 18px 0 0;
  color: #7d91a3;
  font-size: 0.84rem;
  line-height: 1.55;
}

.py-work-card img {
  width: 100%;
  height: 240px;
  object-position: center top;
  object-fit: cover;
}

.py-work-card-wide img {
  height: 360px;
}

.py-work-card > div {
  padding: 20px 22px 24px;
}

.py-work-card span,
.py-studio-index {
  display: block;
  margin-bottom: 8px;
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.67rem;
}

.py-work-card h3 {
  margin: 0 0 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
}

.py-work-card p {
  margin: 0;
  color: #91a3b4;
  line-height: 1.6;
}

.py-approach {
  background-image: linear-gradient(rgba(68, 244, 237, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.py-approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: center;
}

.py-approach-copy p:not(.py-kicker) {
  margin: 22px 0 0;
  color: var(--rv-muted);
  line-height: 1.75;
}

.py-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rv-line);
}

.py-steps li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(68, 244, 237, 0.14);
}

.py-steps span {
  grid-row: 1 / span 2;
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  padding-top: 6px;
}

.py-steps strong {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem;
}

.py-steps p {
  margin: 0;
  color: #8093a6;
  line-height: 1.55;
}

.py-contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  align-items: start;
  gap: 64px;
}

.py-contact-meta {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #93a7b8;
  line-height: 1.8;
}

.py-contact-meta a {
  color: var(--rv-cyan);
}

.py-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(68, 244, 237, 0.22);
  background: rgba(4, 11, 18, 0.86);
}

.py-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.py-form label,
.py-form legend {
  display: grid;
  gap: 8px;
  color: #d5e2ec;
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.py-form input,
.py-form select,
.py-form textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(68, 244, 237, 0.22);
  border-radius: 4px;
  background: #071018;
  color: #f4f7fb;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
}

.py-form input:focus,
.py-form select:focus,
.py-form textarea:focus {
  outline: 1px solid var(--rv-cyan);
  box-shadow: 0 0 0 3px rgba(68, 244, 237, 0.15);
}

.py-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.py-chips label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(68, 244, 237, 0.22);
  background: #071018;
  text-transform: none;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.95rem;
  cursor: pointer;
}

.py-chips input {
  width: auto;
  accent-color: var(--rv-cyan);
}

.py-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.py-form-status {
  min-height: 1.2em;
  margin: 0;
  color: var(--rv-cyan);
  font-size: 0.85rem;
}

.py-form button.rv-button {
  appearance: none;
  cursor: pointer;
  border: 0;
}

.py-pointer {
  display: none;
}

@media (pointer: fine) {
  .py-pointer {
    display: block;
    position: fixed;
    width: 340px;
    height: 340px;
    margin: -170px 0 0 -170px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(circle, rgba(68, 244, 237, 0.12), transparent 62%);
    opacity: 0;
    transition: opacity 240ms ease;
  }

  .home-page.is-tracking .py-pointer {
    opacity: 1;
  }
}

.py-footer {
  margin: 0;
  padding: 38px 0;
  border-top: 1px solid rgba(68, 244, 237, 0.14);
  background: #010204;
}

.py-footer-layout {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 34px;
}

.py-footer-logo {
  width: 180px;
}

.py-footer p {
  margin: 0;
  color: #748699;
  font-size: 0.8rem;
}

.py-footer-links {
  display: flex;
  gap: 22px;
  color: #9aaabd;
  font-size: 0.8rem;
}

.py-footer-links a:hover,
.py-footer-links a:focus-visible {
  color: var(--rv-cyan);
}

@media (min-width: 861px) {
  .py-hero {8
    min-height: 920px;
  }

  .py-launch-ribbon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: min(calc(100% - 48px), var(--rv-max));
    transform: translateX(-50%);
  }
}

.home-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.home-page .reveal.on {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .py-hero h1 {
    font-size: 4rem;
  }

  .py-hero-brand {
    width: 430px;
  }

  .py-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .py-launch-layout,
  .py-direction-layout,
  .py-approach-layout,
  .py-service-shell {
    gap: 60px;
  }

  .py-launch-copy h2,
  .py-section h2,
  .py-contact h2 {
    font-size: 3.1rem;
  }
}

@media (max-width: 860px) {
  .py-hero {
    min-height: auto;
    padding-top: 68px;
  }

  .py-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 72px 0 48px;
  }

  .py-hero-copy {
    width: 100%;
  }

  .py-hero-stage,
  .py-console {
    justify-self: stretch;
    width: 100%;
  }

  .py-field {
    mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 70%, transparent 100%);
    opacity: 0.35;
  }

  .py-launch-layout,
  .py-section-head,
  .py-direction-layout,
  .py-approach-layout,
  .py-service-shell,
  .py-contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .py-work-grid,
  .py-form-row,
  .py-future-grid {
    grid-template-columns: 1fr;
  }

  .py-promo-figure {
    justify-self: center;
  }

  .py-studio-grid {
    grid-template-columns: 1fr;
  }

  .py-studio-item {
    min-height: 0;
  }

  .py-contact-actions {
    min-width: 0;
    width: min(100%, 420px);
  }

  .py-footer-layout {
    grid-template-columns: 170px 1fr;
  }

  .py-footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .py-hero-layout {
    padding: 54px 0 36px;
  }

  .py-hero-brand {
    width: min(100%, 350px);
    margin-bottom: 24px;
  }

  .py-hero h1 {
    font-size: 3.25rem;
  }

  .py-hero-lead {
    font-size: 0.98rem;
    line-height: 1.64;
  }

  .py-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .py-service-panel img,
  .py-work-card img,
  .py-work-card-wide img {
    height: 200px;
  }

  .py-section,
  .py-launch,
  .py-contact {
    padding: 76px 0;
  }

  .py-launch-copy h2,
  .py-section h2,
  .py-contact h2 {
    font-size: 2.55rem;
  }

  .py-product-points {
    grid-template-columns: 1fr;
  }

  .py-promo-figure img {
    width: min(100%, 330px);
  }

  .py-section-head {
    margin-bottom: 38px;
  }

  .py-studio-item {
    padding: 25px;
  }

  .py-studio-item h3 {
    margin-top: 42px;
  }

  .py-roadmap > div {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 15px 0;
  }

  .py-roadmap small {
    grid-column: 2;
  }

  .py-contact::before {
    font-size: 7rem;
  }

  .py-footer-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .py-footer-links {
    grid-column: auto;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
