:root {
  --bg: #070b18;
  --bg2: #0c1226;
  --ink: #eef1ff;
  --muted: #8b93b8;
  --gold: #ffc45e;
  --coral: #ff6b5e;
  --cyan: #7ee8fa;
  --mint: #7ef2b0;
  --line: rgba(238, 241, 255, 0.12);
  --container: 1160px;
  --radius: 8px;
  --radius-lg: 16px;
  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Space Grotesk', sans-serif;
  --transition: all ease-in-out 0.3s; }

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden; }

@media (pointer: fine) {
  body,
  a,
  button {
    cursor: none; } }
::selection {
  background: var(--gold);
  color: var(--bg); }

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

::-webkit-scrollbar-track {
  background: var(--bg); }

::-webkit-scrollbar-thumb {
  background: #232c4d;
  border-radius: 10px; }

#stars {
  position: fixed;
  inset: 0;
  z-index: 0; }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 15% 0%, rgba(70, 90, 190, 0.14), transparent 55%), radial-gradient(ellipse at 95% 100%, rgba(255, 107, 94, 0.07), transparent 50%); }

main,
nav,
footer,
.site-status {
  position: relative;
  z-index: 1; }

.container {
  width: 100%;
  max-width: var(--container);
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 60px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s, border-color 0.3s; }

.btn-sm {
  padding: 11px 22px;
  font-size: 0.85rem; }

.btn-primary {
  background: var(--gold);
  color: var(--bg); }

.btn-primary:hover {
  background: #ffd58a;
  box-shadow: 0 0 44px rgba(255, 196, 94, 0.45); }

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent; }

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold); }

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 26px; }

.kicker::before {
  content: '';
  width: 38px;
  height: 1px;
  background: var(--gold); }

.tags {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap; }

.tag {
  font-size: 0.74rem;
  padding: 5px 13px;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: var(--muted);
  transition: 0.3s; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 64px; }

h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.6vw, 2.9rem);
  line-height: 1.15; }

.section-head p {
  color: var(--muted);
  max-width: 380px;
  line-height: 1.6; }

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }

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

.site-status {
  margin: 100px 5vw 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 196, 94, 0.35);
  border-radius: 12px;
  background: rgba(255, 196, 94, 0.08);
  color: var(--ink); }

.error {
  color: var(--coral);
  font-size: 0.85rem;
  margin-top: 6px; }

.form-field {
  margin-bottom: 16px; }

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.9rem; }

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(12, 18, 38, 0.7);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem; }

.form-field textarea {
  min-height: 140px;
  resize: vertical; }

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45; }

.form-check input {
  margin-top: 4px; }

.form-check a {
  color: var(--gold); }

#cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  transform: translate(-50%, -50%);
  transition: width 0.25s, height 0.25s, background 0.25s, border 0.25s; }

#cursor.big {
  width: 46px;
  height: 46px;
  background: rgba(255, 196, 94, 0.15);
  border: 1px solid var(--gold); }

@media (pointer: coarse) {
  #cursor {
    display: none; } }
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 5vw;
  transition: 0.35s; }

nav.scrolled {
  background: rgba(7, 11, 24, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 14px 5vw; }

.logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none; }

.logo i {
  color: var(--gold);
  font-style: normal; }

.nav-links {
  display: flex;
  gap: 34px;
  list-style: none; }

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  position: relative;
  transition: color 0.3s; }

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s; }

.nav-links a:hover {
  color: var(--ink); }

.nav-links a:hover::after {
  width: 100%; }

.nav-auth {
  display: flex;
  align-items: center;
  gap: 10px; }

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  padding: 8px;
  z-index: 101; }

.burger span {
  width: 26px;
  height: 2px;
  background: var(--ink);
  transition: 0.35s; }

.burger.open span:nth-child(1) {
  transform: translateY(4px) rotate(45deg); }

.burger.open span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(7, 11, 24, 0.97);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 0 8vw;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }

.mobile-menu.open {
  transform: none; }

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s; }

.mobile-menu a:hover {
  color: var(--gold); }

@media (max-width: 992px) {
  .nav-links,
  .nav-cta,
  .nav-auth {
    display: none; }

  .burger {
    display: flex; } }
footer {
  border-top: 1px solid var(--line);
  padding: 44px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap; }

footer .f-links {
  display: flex;
  gap: 26px; }

footer a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s; }

footer a:hover {
  color: var(--gold); }

footer .copy {
  color: var(--muted);
  font-size: 0.85rem; }

footer .copy i {
  color: var(--gold);
  font-style: normal; }

section {
  padding: 110px 5vw; }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
  padding: 150px 5vw 70px;
  position: relative; }

.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.6vw, 4.9rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin-bottom: 26px; }

.hero h1 .accent {
  color: var(--gold); }

.hero p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 38px; }

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }

.scroll-hint {
  position: absolute;
  bottom: 34px;
  left: 5vw;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase; }

.scroll-hint b {
  display: inline-block;
  animation: bob 1.8s ease-in-out infinite;
  font-weight: 400; }

@keyframes bob {
  50% {
    transform: translateY(6px); } }
.orbit-system {
  position: relative;
  width: min(430px, 78vw);
  aspect-ratio: 1;
  margin: 0 auto; }

.sun {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe0a8, var(--gold), #b8722a);
  box-shadow: 0 0 60px rgba(255, 196, 94, 0.55), 0 0 140px rgba(255, 196, 94, 0.25);
  animation: pulse 4s ease-in-out infinite; }

@keyframes pulse {
  50% {
    transform: scale(1.07); } }
.ring {
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1px dashed rgba(238, 241, 255, 0.2);
  border-radius: 50%; }

.ring .planet {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%; }

.ring-1 {
  width: 52%;
  height: 52%;
  animation: spin 11s linear infinite; }

.ring-1 .planet {
  width: 13px;
  height: 13px;
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan); }

.ring-2 {
  width: 76%;
  height: 76%;
  animation: spin 21s linear infinite reverse; }

.ring-2 .planet {
  width: 17px;
  height: 17px;
  background: var(--coral);
  box-shadow: 0 0 16px var(--coral); }

.ring-3 {
  width: 100%;
  height: 100%;
  animation: spin 34s linear infinite; }

.ring-3 .planet {
  width: 11px;
  height: 11px;
  background: var(--mint);
  box-shadow: 0 0 14px var(--mint); }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  overflow: hidden;
  background: rgba(12, 18, 38, 0.5); }

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite; }

.marquee-group {
  display: flex;
  align-items: center; }

.marquee-group span {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 26px;
  white-space: nowrap; }

.marquee-group i {
  color: var(--gold);
  font-style: normal; }

@keyframes marquee {
  to {
    transform: translateX(-50%); } }
.service {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 38px 22px;
  border-top: 1px solid var(--line);
  transition: 0.35s;
  text-decoration: none;
  color: inherit; }

.service:last-child {
  border-bottom: 1px solid var(--line); }

.service:hover {
  background: rgba(255, 196, 94, 0.045);
  padding-left: 42px; }

.service .num {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--muted);
  transition: 0.35s; }

.service:hover .num {
  color: var(--gold); }

.service h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: 10px; }

.service p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 600px; }

.service:hover .tag {
  border-color: rgba(255, 196, 94, 0.4); }

.service .arrow {
  font-size: 1.7rem;
  color: var(--muted);
  transition: 0.35s; }

.service:hover .arrow {
  transform: translateX(8px) rotate(-45deg);
  color: var(--gold); }

.works-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px; }

.work {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.45s, border-color 0.45s;
  will-change: transform; }

.work:nth-child(1) {
  grid-column: span 7; }

.work:nth-child(2) {
  grid-column: span 5; }

.work:nth-child(3) {
  grid-column: span 5; }

.work:nth-child(4) {
  grid-column: span 7; }

.work:hover {
  border-color: rgba(255, 196, 94, 0.5); }

.work-art {
  position: absolute;
  inset: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  background-size: cover;
  background-position: center; }

.work-art--photo {
  background-size: 145% auto;
  background-position: center 40%; }

.work:hover .work-art {
  transform: scale(1.06); }

.work-art::before {
  content: attr(data-symbol);
  position: absolute;
  top: -34px;
  right: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.14); }

.work-art::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  bottom: -70px;
  left: -50px; }

.art-1 {
  background: radial-gradient(circle at 72% 28%, #ff8a5e, #a3243b 58%, #3d0d1f);
  background-size: cover; }

.art-2 {
  background: radial-gradient(circle at 30% 25%, #7ee8fa, #155a78 58%, #072033);
  background-size: cover; }

.art-3 {
  background: radial-gradient(circle at 70% 70%, #ffc45e, #8a5410 58%, #2e1c04);
  background-size: cover; }

.art-4 {
  background: radial-gradient(circle at 28% 72%, #7ef2b0, #14664a 58%, #052318);
  background-size: cover; }

.work-info {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  background: linear-gradient(transparent, rgba(7, 11, 24, 0.92)); }

.work-info h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 6px; }

.work-info span {
  color: var(--muted);
  font-size: 0.85rem; }

.work-info .go {
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.35s; }

.work:hover .go {
  transform: translate(4px, -4px); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative; }

.process-grid::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 2%;
  right: 2%;
  border-top: 1px dashed var(--line); }

.step {
  position: relative;
  padding-top: 44px; }

.step .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--gold);
  transition: 0.35s; }

.step:hover .dot {
  background: var(--gold);
  box-shadow: 0 0 20px rgba(255, 196, 94, 0.6); }

.step .snum {
  font-family: var(--font-display);
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.25em; }

.step h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 12px 0 12px; }

.step p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(12, 18, 38, 0.45); }

.stat {
  padding: 46px 32px;
  border-left: 1px solid var(--line);
  transition: background 0.35s; }

.stat:first-child {
  border-left: none; }

.stat:hover {
  background: rgba(238, 241, 255, 0.03); }

.stat .value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.6vw, 3rem); }

.stat:nth-child(1) .value {
  color: var(--gold); }

.stat:nth-child(2) .value {
  color: var(--cyan); }

.stat:nth-child(3) .value {
  color: var(--coral); }

.stat:nth-child(4) .value {
  color: var(--mint); }

.stat .label {
  color: var(--muted);
  margin-top: 10px;
  font-size: 0.92rem; }

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: 150px 5vw; }

.cta h2 {
  font-size: clamp(2.2rem, 5.4vw, 4.2rem);
  font-weight: 800;
  margin-bottom: 34px; }

.cta-mail {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 10px;
  transition: 0.35s; }

.cta-mail:hover {
  color: var(--gold);
  letter-spacing: 0.03em; }

.badge {
  position: relative;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  flex-shrink: 0; }

.badge svg {
  position: absolute;
  inset: 0;
  animation: spin 14s linear infinite; }

.badge text {
  font-family: var(--font-display);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  fill: var(--muted); }

.badge .core {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--bg);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  transition: 0.35s;
  text-decoration: none; }

.badge .core:hover {
  transform: scale(1.12);
  box-shadow: 0 0 40px rgba(255, 196, 94, 0.5); }

.cta-form {
  margin-top: 28px;
  max-width: 520px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(12, 18, 38, 0.55); }

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
    min-height: auto; }

  .orbit-system {
    width: min(300px, 70vw); }

  .work {
    grid-column: span 12 !important;
    min-height: 300px; }

  .process-grid {
    grid-template-columns: repeat(2, 1fr); }

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

  .stats {
    grid-template-columns: repeat(2, 1fr); }

  .stat:nth-child(3) {
    border-left: none; }

  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--line); }

  .cta {
    grid-template-columns: 1fr;
    padding: 110px 5vw; } }
@media (max-width: 550px) {
  .service {
    grid-template-columns: 1fr;
    gap: 14px; }

  .service .arrow {
    display: none; }

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

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

  .stat {
    border-left: none !important; }

  .stat:nth-child(n + 2) {
    border-top: 1px solid var(--line); }

  .scroll-hint {
    display: none; } }
.page {
  padding: 140px 5vw 80px; }

.page-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 12px; }

.page-lead {
  color: var(--muted);
  max-width: 680px;
  line-height: 1.65;
  margin-bottom: 36px; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px; }

.cards-grid.g-3 {
  grid-template-columns: repeat(3, 1fr); }

.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  background: rgba(12, 18, 38, 0.45); }

.card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 12px; }

.card p {
  color: var(--muted);
  line-height: 1.6; }

.card .media {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid var(--line); }

.badge-chip {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 0.75rem;
  margin-bottom: 10px; }

.auth-wrap {
  max-width: 480px;
  margin: 0 auto; }

.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px; }

.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted); }

.prose {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem; }

.prose img {
  max-width: 100%;
  border-radius: 14px;
  margin: 20px 0; }

@media (max-width: 992px) {
  .cards-grid,
  .cards-grid.g-3,
  .contact-split {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=extra.css.map */
