:root {
  --bg: #090a0e;
  --surface: #111218;
  --surface-2: #181922;
  --ink: #f5f3ee;
  --muted: #a7a8b3;
  --line: rgba(255,255,255,.1);
  --primary: #7683ff;
  --primary-2: #a877ff;
  --accent: #d8ff76;
  --radius: 32px;
  --shadow: 0 30px 80px rgba(0,0,0,.35);
  --content-max: 1440px;
  --page-gutters: clamp(32px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 5% 10%, rgba(118,131,255,.14), transparent 32%),
    radial-gradient(circle at 90% 25%, rgba(168,119,255,.09), transparent 25%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, auto, 64px 64px, 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--content-max), calc(100% - var(--page-gutters))); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; border-radius: 99px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 14px; z-index: 50;
  width: min(var(--content-max), calc(100% - var(--page-gutters))); margin: 14px auto 0;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(14,15,20,.76); backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
}
.nav-wrap { min-height: 72px; padding: 9px 12px 9px 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand img { width: 46px; height: 46px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 600 15px/1.1 "Segoe UI", Arial, sans-serif; }
.brand-copy span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav a { color: var(--muted); padding: 10px 13px; border-radius: 999px; text-decoration: none; font-size: 14px; transition: .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); background: rgba(255,255,255,.07); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; padding: 10px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.055); text-decoration: none; font-weight: 600; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.button.primary { color: #0b0c12; border-color: transparent; background: linear-gradient(135deg, #f5f3ee, #c8cdff); box-shadow: 0 14px 36px rgba(118,131,255,.18); }
.button.small { min-height: 44px; padding-inline: 17px; font-size: 14px; }
.arrow { display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(0,0,0,.12); }

.error-page { min-height: calc(100vh - 210px); display: grid; place-items: center; padding-block: clamp(80px, 12vw, 170px); text-align: center; }
.error-code { display: block; margin-bottom: 18px; color: var(--accent); font-size: clamp(5rem, 15vw, 11rem); font-weight: 700; line-height: .8; letter-spacing: -.08em; }
.error-page h1 { max-width: 12ch; margin-inline: auto; }
.error-page .lead { margin-inline: auto; }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }

.hero { min-height: calc(100vh - 100px); display: grid; align-items: center; padding: 72px 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 38px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #c8caff; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: "Segoe UI", Arial, sans-serif; margin-top: 0; letter-spacing: -.045em; }
h1 { max-width: 11.5ch; margin-bottom: 24px; font-size: clamp(3.6rem, 6vw, 6.3rem); line-height: .91; font-weight: 500; }
.gradient-text { color: transparent; background: linear-gradient(120deg, #fff 10%, #aeb6ff 55%, #b27cff); -webkit-background-clip: text; background-clip: text; }
.lead { max-width: 57ch; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--muted); font-size: 13px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(216,255,118,.09), 0 0 18px rgba(216,255,118,.5); }

.hero-art { position: relative; min-height: 620px; perspective: 1200px; }
.hero-image { position: absolute; inset: 4% -18% 3% -4%; width: 118%; height: 92%; object-fit: cover; border-radius: 44px; filter: saturate(.9) contrast(1.04); box-shadow: var(--shadow); transform: rotateY(-7deg) rotateX(2deg); }
.hero-art::after { content: ""; position: absolute; inset: 5% -5% 3% 6%; border: 1px solid rgba(255,255,255,.18); border-radius: 44px; pointer-events: none; transform: translateZ(60px) rotateY(-7deg); }
.float-card { position: absolute; z-index: 2; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(18,19,26,.72); backdrop-filter: blur(18px); box-shadow: var(--shadow); animation: float 6s ease-in-out infinite; }
.float-card.top { top: 7%; right: -2%; }
.float-card.bottom { bottom: 5%; left: -8%; animation-delay: -2s; }
.float-card b { display: block; font: 600 20px/1.1 "Segoe UI", Arial, sans-serif; }
.float-card span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

.trust-row { padding: 20px 0 80px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--line); }
.trust-item { padding: 25px 28px; background: rgba(16,17,23,.95); }
.trust-item strong { display: block; margin-bottom: 6px; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; }
.trust-item span { color: var(--muted); font-size: 14px; }

.section { padding: 110px 0; }
.section.tint { background: rgba(255,255,255,.025); border-block: 1px solid rgba(255,255,255,.05); }
.section-head { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: end; margin-bottom: 50px; }
.section-head h2, .page-hero h1 { max-width: 12ch; margin-bottom: 0; font-size: clamp(2.7rem, 5.5vw, 5.4rem); line-height: .98; font-weight: 500; }
.section-head p { color: var(--muted); line-height: 1.7; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: 0 25px 55px rgba(0,0,0,.14); transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease; transform-style: preserve-3d; }
.card:hover { transform: translateY(-10px) rotateX(2deg) rotateY(-2deg); border-color: rgba(157,167,255,.42); }
.card-number { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 65px; border-radius: 17px; color: #0b0c10; background: linear-gradient(135deg, #d8ff76, #f2f4d2); font-weight: 700; box-shadow: 0 14px 28px rgba(216,255,118,.13); }
.card h3 { font-size: 24px; margin-bottom: 13px; }
.card p { color: var(--muted); line-height: 1.65; }
.card .glow { position: absolute; width: 190px; height: 190px; top: -80px; right: -70px; border-radius: 50%; background: rgba(118,131,255,.18); filter: blur(30px); }

.projects { display: grid; gap: 26px; }
.project { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 510px; border: 1px solid var(--line); border-radius: 42px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.project:nth-child(even) .project-visual { order: 2; }
.project-visual { position: relative; display: grid; place-items: center; overflow: hidden; min-height: 420px; background: radial-gradient(circle at 30% 20%, rgba(118,131,255,.32), transparent 35%), #0b0d12; }
.project-visual.survey { background: radial-gradient(circle at 70% 20%, rgba(216,255,118,.2), transparent 35%), #0d1110; }
.browser { width: 82%; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: 0 35px 75px rgba(0,0,0,.5); transform: perspective(900px) rotateY(8deg) rotateX(4deg); transition: .45s ease; }
.project:hover .browser { transform: perspective(900px) rotateY(2deg) rotateX(1deg) scale(1.03); }
.browser-bar { display: flex; gap: 6px; padding: 5px 5px 11px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.35); }
.browser-screen { min-height: 280px; padding: 28px; border-radius: 17px; background: linear-gradient(145deg, #12171c, #182a31); }
.survey .browser-screen { background: linear-gradient(145deg, #f3f0e6, #c9d6c6); color: #152019; }
.browser-screen small { text-transform: uppercase; letter-spacing: .16em; opacity: .6; }
.browser-screen strong { display: block; max-width: 9ch; margin-top: 45px; font: 500 clamp(1.7rem, 3vw, 3rem)/1 "Segoe UI", Arial, sans-serif; }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 74px); }
.project-copy h3 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; }
.project-copy p { color: var(--muted); line-height: 1.7; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 28px; }
.tag { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #c9cad1; font-size: 12px; }

.quote { position: relative; padding: clamp(40px, 7vw, 90px); border-radius: 48px; overflow: hidden; background: linear-gradient(135deg, #d8ff76, #c7d0ff); color: #101116; }
.quote::after { content: "RK"; position: absolute; right: -10px; bottom: -50px; font: 700 240px/1 "Segoe UI", Arial, sans-serif; opacity: .07; }
.quote p { position: relative; z-index: 1; max-width: 22ch; margin: 0; font: 500 clamp(2rem, 5vw, 4.8rem)/1.08 "Segoe UI", Arial, sans-serif; letter-spacing: -.045em; }

.page-hero { padding: 130px 0 80px; }
.page-hero:not(.pricing-hero) { padding-top: 108px; }
.page-hero p { max-width: 58ch; color: var(--muted); font-size: 1.15rem; line-height: 1.75; }
.page-hero h1 { margin-bottom: 30px; }
.page-hero:not(.pricing-hero) > .container { text-align: center; }
.page-hero:not(.pricing-hero) h1,
.page-hero:not(.pricing-hero) p { margin-inline: auto; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.sticky-title { position: sticky; top: 130px; align-self: start; }
.sticky-title h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.service-list { display: grid; gap: 14px; }
.service-row { padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.035); }
.service-row h3 { margin-bottom: 10px; font-size: 23px; }
.service-row p { margin: 0; color: var(--muted); line-height: 1.65; }
.process-list { counter-reset: process; display: grid; gap: 0; }
.process-item { counter-increment: process; display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid var(--line); }
.process-item::before { content: "0" counter(process); color: #bfc3ff; font: 600 16px/1 "Segoe UI", Arial, sans-serif; }
.process-item h3 { margin-bottom: 10px; font-size: 25px; }
.process-item p { margin: 0; color: var(--muted); line-height: 1.65; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.portrait-card { min-height: 560px; display: flex; flex-direction: column; justify-content: end; padding: 36px; border-radius: 40px; background: radial-gradient(circle at 50% 20%, rgba(168,119,255,.35), transparent 38%), linear-gradient(160deg, #1e2030, #0e0f14); border: 1px solid var(--line); overflow: hidden; }
.monogram { color: transparent; background: linear-gradient(145deg, #fff, #6e7fff); -webkit-background-clip: text; background-clip: text; font: 600 clamp(9rem, 22vw, 17rem)/.75 "Segoe UI", Arial, sans-serif; letter-spacing: -.15em; transform: translateX(-12px); filter: drop-shadow(0 20px 40px rgba(118,131,255,.25)); }
.portrait-card small { margin-top: 54px; color: var(--muted); }
.bio-card { padding: clamp(38px, 7vw, 78px); border: 1px solid var(--line); border-radius: 40px; background: var(--surface); }
.bio-card h2 { font-size: clamp(2.3rem, 4.5vw, 4.8rem); }
.bio-card p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.credential { padding: 20px; border-radius: 21px; background: rgba(255,255,255,.05); }
.credential strong { display: block; margin-bottom: 6px; }
.credential span { color: var(--muted); font-size: 13px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.contact-info, .contact-form { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: 36px; background: var(--surface); }
.contact-info { background: linear-gradient(145deg, #717cff, #934eff); color: white; }
.contact-info h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.contact-lines { display: grid; gap: 14px; margin-top: 55px; }
.contact-lines a, .contact-lines span { text-decoration: none; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { color: var(--muted); font-size: 13px; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 17px; outline: 0; background: rgba(255,255,255,.035); color: var(--ink); padding: 16px; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(118,131,255,.12); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.6; }

.legal { max-width: 760px; padding: 110px 0; }
.legal h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.legal h2 { margin-top: 48px; font-size: 1.6rem; letter-spacing: -.02em; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }

.cta { padding: 70px 0 110px; }
.cta-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: clamp(36px, 6vw, 70px); border-radius: 40px; background: linear-gradient(135deg, #f1efe9, #ccd1ff); color: #111218; }
.cta-box h2 { max-width: 13ch; margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); }
.cta-box .button { color: white; background: #111218; }

.site-footer { padding: 55px 0 35px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.footer-brand p { max-width: 38ch; color: var(--muted); line-height: 1.6; }
.footer-col { display: grid; align-content: start; gap: 11px; }
.footer-col strong { margin-bottom: 7px; font: 600 13px/1 "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.footer-col a, .footer-col span { color: var(--muted); font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: #777985; font-size: 12px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { border-radius: 28px; }
  .nav-wrap { flex-wrap: wrap; }
  .menu-toggle { display: block; }
  .main-nav { display: none; order: 3; width: 100%; padding: 8px; }
  .main-nav.open { display: grid; }
  .nav-cta { display: none; }
  .hero-grid, .section-head, .project, .split, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 90px; }
  .hero-art { min-height: 520px; }
  .project:nth-child(even) .project-visual { order: 0; }
  .sticky-title { position: static; }
  .cards { grid-template-columns: 1fr 1fr; }
  .cta-box { grid-template-columns: 1fr; }
}

@media (min-width: 1200px) {
  .hero .motion-title { max-width: none; font-size: clamp(3.5rem, 4.55vw, 5.05rem); }
  .motion-title .hero-line { white-space: nowrap; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 36px); }
  h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 4rem); }
  .hero h1 .gradient-text { display: block; font-size: .84em; letter-spacing: -.06em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 400px; }
  .hero-image { inset: 4% -35% 3% -8%; width: 138%; }
  .float-card.top { right: 0; }
  .float-card.bottom { left: 0; }
  .trust-grid, .cards, .credentials, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 80px 0; }
  .project { border-radius: 30px; }
  .project-visual { min-height: 330px; }
  .browser { width: 91%; }
  .browser-screen { min-height: 230px; }
  .field.full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Editorial redesign: quieter, more personal and less template-like */
:root {
  --bg: #f2efe8;
  --surface: #fbfaf6;
  --surface-2: #e8e3d9;
  --ink: #171717;
  --muted: #68665f;
  --line: rgba(23,23,23,.14);
  --primary: #2947d3;
  --primary-2: #2947d3;
  --accent: #2947d3;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(35,31,24,.12);
}

body::before {
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(23,23,23,.045) 9% calc(9% + 1px), transparent calc(9% + 1px) 91%, rgba(23,23,23,.045) 91% calc(91% + 1px), transparent calc(91% + 1px)),
    var(--bg);
  background-size: auto;
  mask-image: none;
}

.site-header {
  top: 12px;
  border-radius: 16px;
  background: rgba(251,250,246,.94);
  box-shadow: 0 10px 35px rgba(35,31,24,.09);
}
.nav-wrap { min-height: 76px; padding: 8px 10px 8px 18px; }
.brand img { width: 225px; height: 50px; object-fit: contain; }
.main-nav a { color: #5f5d57; border-radius: 7px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); background: #ebe7de; }
.menu-toggle { color: var(--ink); }

.button { border-radius: 8px; color: var(--ink); background: transparent; }
.button:hover { background: #e6e1d8; box-shadow: none; }
.button.primary { color: #fff; background: #181818; box-shadow: none; }
.button.primary:hover { background: var(--primary); }
.arrow { border-radius: 5px; }

.hero { min-height: auto; padding: 110px 0 120px; }
.hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(44px, 5vw, 88px); }
.eyebrow { color: var(--primary); }
h1 { max-width: 15ch; font-size: clamp(3.3rem, 5.2vw, 5.7rem); line-height: .96; letter-spacing: -.055em; }
.gradient-text { color: var(--ink); background: none; -webkit-text-fill-color: currentColor; }
.lead { color: var(--muted); }
.status-dot { background: var(--primary); box-shadow: none; }
.hero-art { min-height: 620px; perspective: none; }
.hero-image { inset: 0; width: 100%; height: 100%; border-radius: 8px 80px 8px 8px; object-position: center 28%; filter: grayscale(1) contrast(1.04); transform: none; box-shadow: var(--shadow); }
.hero-art::after { inset: 22px -22px -22px 22px; z-index: -1; border-color: #1d1d1d; border-radius: 8px 80px 8px 8px; transform: none; }
.float-card { display: none; }
.portrait-caption { position: absolute; left: -30px; bottom: 26px; z-index: 2; min-width: 210px; padding: 17px 20px; background: #fbfaf6; border-left: 4px solid var(--primary); box-shadow: var(--shadow); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.trust-grid { border-radius: 10px; background: var(--line); }
.trust-item { background: var(--surface); }
.section.tint { background: #e9e5dc; }
.section-head h2, .page-hero h1 { font-weight: 550; }
.card { min-height: 310px; border-radius: 12px; background: var(--surface); box-shadow: none; }
.card:hover { transform: translateY(-6px); border-color: rgba(41,71,211,.55); }
.card-number { width: auto; height: auto; place-items: start; margin-bottom: 76px; border-radius: 0; color: var(--primary); background: none; box-shadow: none; font-size: 13px; }
.card .glow { display: none; }

.project { border-radius: 14px; background: var(--surface); }
.project-visual { background: #161616; }
.project-visual.survey { background: #d9d7cf; }
.browser { border-radius: 8px; background: rgba(255,255,255,.12); }
.browser-screen { border-radius: 4px; }
.browser-screen.screenshot { min-height: 0; padding: 0; overflow: hidden; background: #0d171c; }
.project-shot { width: 100%; aspect-ratio: 16 / 7.15; object-fit: cover; object-position: top center; }
.project-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { color: var(--ink); font-weight: 600; text-underline-offset: 5px; }
.tag { color: var(--muted); }

.quote { border-radius: 12px; color: #f5f2eb; background: #171717; }
.quote::after { display: none; }
.cta-box { border-radius: 12px; background: #d8d4ca; }
.site-footer { background: #181818; color: #f7f4ed; }
.footer-col a, .footer-col span, .footer-brand p { color: #a9a69f; }
.footer-brand .brand { display: inline-flex; width: fit-content; padding: 5px; background: #fff; border-radius: 5px; }
.footer-brand .brand img { width: 205px; height: 45px; }
.footer-bottom a { color: inherit; }

.service-row, .bio-card, .contact-info, .contact-form { border-radius: 12px; background: var(--surface); }
.service-row:hover { border-color: rgba(41,71,211,.45); }
.portrait-card { position: relative; min-height: 610px; padding: 0; border-radius: 8px 70px 8px 8px; background: #181818; }
.portrait-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: grayscale(1); }
.portrait-card small { position: relative; z-index: 1; width: fit-content; margin: 0 20px 20px; padding: 10px 13px; color: #171717; background: #f5f2eb; }
.credential { border-radius: 7px; background: #ece8df; }
.contact-info { background: #1b1b1b; color: white; }
.contact-info .eyebrow { color: #9eacff; }
.field input, .field textarea { border-radius: 6px; color: var(--ink); background: #fff; }

.back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: 80;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  background: #181818;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
}
.back-to-top span { font-size: 24px; line-height: 1; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--primary); transform: translateY(-3px); }
.back-to-top:focus-visible { outline: 3px solid rgba(41,71,211,.3); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { border-radius: 12px; }
  .main-nav a { color: var(--ink); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 560px; }
  .portrait-caption { left: 18px; }
}

@media (max-width: 620px) {
  .brand img { width: 190px; height: 44px; }
  .nav-wrap { padding-left: 10px; }
  .hero { padding-top: 82px; }
  .hero h1 .gradient-text { font-size: .72em; letter-spacing: -.045em; }
  .hero-art { min-height: 480px; margin-right: 16px; }
  .hero-image, .hero-art::after { border-radius: 6px 50px 6px 6px; }
  .portrait-caption { left: 12px; bottom: 12px; }
  .project, .quote, .cta-box { border-radius: 9px; }
}

/* Modern dark theme */
:root {
  color-scheme: dark;
  --bg: #090a0d;
  --surface: #111217;
  --surface-2: #191a20;
  --ink: #f2f0eb;
  --muted: #a3a2a7;
  --line: rgba(255,255,255,.12);
  --primary: #7182ff;
  --primary-2: #9f75ff;
  --accent: #c9f55b;
  --shadow: 0 28px 70px rgba(0,0,0,.34);
}

body::before {
  background:
    radial-gradient(circle at 12% 3%, rgba(113,130,255,.11), transparent 28%),
    linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,.035) 9% calc(9% + 1px), transparent calc(9% + 1px) 91%, rgba(255,255,255,.035) 91% calc(91% + 1px), transparent calc(91% + 1px)),
    var(--bg);
}

.site-header {
  border-color: rgba(255,255,255,.1);
  background: rgba(13,14,18,.92);
  box-shadow: 0 14px 42px rgba(0,0,0,.32);
}
.site-header .brand {
  overflow: hidden;
  background: transparent;
}
.site-header .brand img {
  filter: invert(1) grayscale(1) contrast(1.15);
  mix-blend-mode: screen;
}
.main-nav a { color: #aaa9ae; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.08); }
.menu-toggle { color: var(--ink); }
.button { color: var(--ink); background: rgba(255,255,255,.035); }
.button:hover { background: rgba(255,255,255,.09); }
.button.primary { color: #101115; background: #f2f0eb; }
.button.primary:hover { color: #fff; background: var(--primary); }
.arrow { background: rgba(255,255,255,.1); }
.button.primary .arrow { background: rgba(0,0,0,.1); }

.eyebrow { color: #9ba6ff; }
.gradient-text { color: #a9b2ff; -webkit-text-fill-color: currentColor; }
.hero-art::after { border-color: rgba(155,166,255,.65); }
.portrait-caption { color: #f4f2ee; border: 1px solid rgba(255,255,255,.14); border-left: 3px solid #7d8cff; border-radius: 14px; background: linear-gradient(135deg, rgba(26,28,37,.92), rgba(12,13,18,.86)); backdrop-filter: blur(18px); box-shadow: 0 22px 55px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08); }
.portrait-caption span { color: #a7a6ad; }
.portrait-card small { padding: 11px 15px; color: #f4f2ee; border: 1px solid rgba(255,255,255,.14); border-left: 3px solid #7d8cff; border-radius: 12px; background: linear-gradient(135deg, rgba(26,28,37,.92), rgba(12,13,18,.86)); backdrop-filter: blur(18px); box-shadow: 0 18px 45px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08); }
.status-dot { background: var(--accent); }

.trust-grid { background: rgba(255,255,255,.1); }
.trust-item { background: #101116; }
.section.tint { background: #0e0f13; border-color: rgba(255,255,255,.07); }
.card { background: #121319; }
.card:hover { border-color: rgba(113,130,255,.6); }
.card-number { color: #a9b2ff; }

.project { background: #111217; }
.project-visual.survey { background: #1b1d1f; }
.project-visual.shadow { background: radial-gradient(circle at 50% 25%, rgba(112,88,151,.24), transparent 42%), #0b0a0d; }
.project-visual.forge { background: radial-gradient(circle at 55% 35%, rgba(255,91,27,.2), transparent 40%), #0b0c0e; }
.project-copy { background: #111217; }
.browser { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.075); }
.project:nth-child(even) .browser { transform: perspective(900px) rotateY(-8deg) rotateX(4deg); }
.project:nth-child(even):hover .browser { transform: perspective(900px) rotateY(-2deg) rotateX(1deg) scale(1.03); }
.tag { color: #aaa9ae; }
.text-link { color: #f2f0eb; }
.project-type { align-self: flex-start; margin-bottom: 16px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-type.real { color: #c8ceff; background: rgba(126,141,255,.1); border-color: rgba(139,153,255,.3); }
.project-type.example { color: #c4c2bd; background: rgba(255,255,255,.035); }
.concept-note { display: inline-flex; align-self: flex-start; align-items: center; gap: 9px; color: #8f8e93; font-size: 12px; }
.concept-note::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #77767b; }
.project-shot-tall { aspect-ratio: 16 / 8.4; }

.quote { border: 1px solid rgba(255,255,255,.11); border-radius: 24px; color: #f2f0eb; background: radial-gradient(circle at 88% 18%, rgba(116,130,255,.2), transparent 33%), linear-gradient(145deg, #171820, #0f1015); box-shadow: 0 28px 75px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.055); }
.quote::before { content: ""; position: absolute; top: 0; left: clamp(40px,7vw,90px); width: 92px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, #7d8cff, #b8c0ff); box-shadow: 0 0 26px rgba(125,140,255,.48); }
.quote::after { display: block; content: "RK"; right: -10px; bottom: -50px; color: #919cff; opacity: .045; }
.cta-box { position: relative; overflow: hidden; border: 1px solid rgba(151,161,255,.22); border-radius: 24px; color: #f4f2ee; background: radial-gradient(circle at 82% 20%, rgba(116,130,255,.24), transparent 34%), linear-gradient(120deg, #151722, #101116); box-shadow: 0 28px 75px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06); }
.cta-box::after { content: ""; position: absolute; right: -70px; bottom: -120px; width: 280px; height: 280px; border: 1px solid rgba(151,161,255,.16); border-radius: 50%; box-shadow: 0 0 0 38px rgba(151,161,255,.025), 0 0 0 76px rgba(151,161,255,.018); pointer-events: none; }
.cta-box h2, .cta-box .button { position: relative; z-index: 1; }
.cta-box .button { color: #111217; background: linear-gradient(120deg, #f2f0eb, #cbd1ff); box-shadow: 0 14px 34px rgba(98,112,225,.2); }
.cta-box .button:hover { color: #0d0e12; background: #fff; }
.service-row, .bio-card, .contact-form { background: #111217; }
.service-row:hover { border-color: rgba(113,130,255,.55); }
.credential { background: #1b1c22; }
.contact-info { background: linear-gradient(145deg, #20243b, #111217); }
.field input, .field textarea { color: var(--ink); background: #17181e; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 28px; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: #111217; }
.price-card.featured { border-color: rgba(113,130,255,.72); box-shadow: 0 24px 65px rgba(55,66,170,.18); transform: translateY(-12px); }
.recommendation { position: absolute; top: 16px; right: 16px; padding: 7px 10px; border-radius: 5px; color: #111217; background: var(--accent); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.price-label { display: block; margin-bottom: 18px; color: #9ba6ff; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card h2 { margin-bottom: 12px; font-size: 27px; letter-spacing: -.035em; }
.price-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.price { display: flex; align-items: baseline; gap: 9px; padding-block: 24px; border-block: 1px solid var(--line); }
.price small { color: var(--muted); }
.price strong { font: 600 clamp(2.25rem, 4vw, 3.5rem)/1 "Segoe UI", Arial, sans-serif; letter-spacing: -.055em; }
.price-card ul { display: grid; gap: 13px; min-height: 245px; margin: 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 22px; color: #c6c5c9; line-height: 1.5; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.price-card .button { margin-top: auto; }
.price-disclaimer { max-width: 90ch; margin: 30px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.pricing-showreel { padding: 20px 0 120px; overflow: hidden; }
.pricing-hero { min-height: calc(100vh - 100px); padding: 88px 0 105px; overflow: hidden; }
.pricing-hero-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(30px, 5vw, 76px); }
.pricing-hero-copy h1 { max-width: 8.7ch; }
.pricing-hero-copy > p { max-width: 52ch; color: var(--muted); font-size: 1.05rem; line-height: 1.72; }
.showreel-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.showreel-copy h2 { max-width: 10ch; margin-bottom: 24px; font-size: clamp(2.4rem, 4.3vw, 4.5rem); line-height: 1; font-weight: 550; }
.showreel-copy > p { max-width: 48ch; color: var(--muted); line-height: 1.72; }
.showreel-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.scene-choice, .motion-toggle { border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; transition: .2s ease; }
.scene-choice { min-height: 42px; padding: 0 15px; border-radius: 7px; }
.scene-choice:hover, .scene-choice.active { color: #111217; border-color: #f2f0eb; background: #f2f0eb; }
.showreel-visual { min-width: 0; }
.pricing-scene { position: relative; min-height: 570px; perspective: 1300px; isolation: isolate; }
.scene-glow { position: absolute; inset: 18% 10%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(113,130,255,.24), rgba(159,117,255,.06) 45%, transparent 72%); filter: blur(28px); }
.pricing-stack { --pointer-x: 0deg; --pointer-y: 0deg; position: absolute; inset: 8% 3% 4%; transform-style: preserve-3d; transform: rotateX(calc(5deg + var(--pointer-y))) rotateY(calc(-8deg + var(--pointer-x))); transition: transform .22s ease-out; }
.site-plane { position: absolute; inset: 8% 4%; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; color: #f4f2ec; background: rgba(18,19,25,.92); box-shadow: 0 36px 80px rgba(0,0,0,.46); transform-style: preserve-3d; transition: transform .8s cubic-bezier(.2,.75,.2,1), opacity .8s ease, filter .8s ease; }
.plane-kompakt { --plane-accent: #45d7cf; transform: translate3d(-95px,-55px,-160px) rotateY(6deg); opacity: .3; filter: saturate(.65) brightness(.72); }
.plane-business { --plane-accent: #c9f55b; transform: translate3d(0,0,180px); z-index: 3; opacity: 1; filter: none; }
.plane-premium { --plane-accent: #9b7cff; transform: translate3d(95px,55px,-120px) rotateY(-5deg); opacity: .3; filter: saturate(.65) brightness(.72); }
.pricing-scene[data-active="kompakt"] .plane-kompakt { transform: translate3d(0,0,180px); z-index: 3; opacity: 1; filter: none; }
.pricing-scene[data-active="kompakt"] .plane-business { transform: translate3d(65px,38px,0); z-index: 2; opacity: .38; filter: saturate(.7) brightness(.78); }
.pricing-scene[data-active="kompakt"] .plane-premium { transform: translate3d(115px,72px,-150px); z-index: 1; opacity: .2; filter: saturate(.55) brightness(.65); }
.pricing-scene[data-active="business"] .plane-kompakt { transform: translate3d(-95px,-55px,-160px) rotateY(6deg); z-index: 1; opacity: .25; filter: saturate(.6) brightness(.68); }
.pricing-scene[data-active="business"] .plane-business { transform: translate3d(0,0,180px); z-index: 3; opacity: 1; filter: none; }
.pricing-scene[data-active="business"] .plane-premium { transform: translate3d(95px,55px,-120px) rotateY(-5deg); z-index: 2; opacity: .25; filter: saturate(.6) brightness(.68); }
.pricing-scene[data-active="premium"] .plane-kompakt { transform: translate3d(-115px,-72px,-150px); z-index: 1; opacity: .2; filter: saturate(.55) brightness(.65); }
.pricing-scene[data-active="premium"] .plane-business { transform: translate3d(-65px,-38px,0); z-index: 2; opacity: .38; filter: saturate(.7) brightness(.78); }
.pricing-scene[data-active="premium"] .plane-premium { transform: translate3d(0,0,180px); z-index: 3; opacity: 1; filter: none; }
.plane-bar { display: flex; align-items: center; gap: 6px; height: 46px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.plane-bar i { width: 6px; height: 6px; border-radius: 50%; background: #6c6d76; }
.plane-bar span { margin-left: auto; color: #92949d; font-size: 9px; letter-spacing: .12em; }
.plane-layout { position: relative; height: calc(100% - 46px); padding: 42px; background: radial-gradient(circle at 80% 28%, rgba(113,130,255,.18), transparent 32%); }
.plane-kicker { width: 85px; height: 5px; margin-bottom: 24px; background: var(--plane-accent); }
.plane-title { width: 67%; height: 28px; margin-bottom: 12px; border-radius: 3px; background: rgba(255,255,255,.9); }
.plane-title.short { width: 47%; }
.plane-copy { width: 55%; height: 8px; margin-top: 28px; background: rgba(255,255,255,.24); box-shadow: 0 15px rgba(255,255,255,.18), 0 30px rgba(255,255,255,.12); }
.plane-button { width: 115px; height: 35px; margin-top: 58px; border-radius: 5px; background: var(--plane-accent); }
.plane-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; width: 72%; margin-top: 34px; }
.plane-grid i { height: 74px; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; background: rgba(255,255,255,.04); }
.plane-orbit { position: absolute; top: 28px; right: 34px; width: 150px; height: 150px; border: 18px solid rgba(155,166,255,.52); border-radius: 50%; box-shadow: inset 0 0 35px rgba(113,130,255,.2), 0 0 45px rgba(113,130,255,.25); }
.plane-identity { position: absolute; left: 22px; bottom: 18px; z-index: 3; display: grid; gap: 2px; padding: 10px 13px; border-left: 3px solid var(--plane-accent); background: rgba(6,7,10,.82); backdrop-filter: blur(10px); opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
.plane-identity small { color: var(--plane-accent); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.plane-identity b { color: #fff; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.plane-identity span { color: #a9aab1; font-size: 9px; }
.pricing-scene[data-active="kompakt"] .plane-kompakt,
.pricing-scene[data-active="business"] .plane-business,
.pricing-scene[data-active="premium"] .plane-premium { border-color: color-mix(in srgb, var(--plane-accent) 68%, white 12%); box-shadow: 0 36px 80px rgba(0,0,0,.5), 0 0 0 1px color-mix(in srgb, var(--plane-accent) 24%, transparent), 0 0 55px color-mix(in srgb, var(--plane-accent) 16%, transparent); }
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-identity,
.pricing-scene[data-active="business"] .plane-business .plane-identity,
.pricing-scene[data-active="premium"] .plane-premium .plane-identity { opacity: 1; transform: translateY(0); }
.site-plane > strong { position: absolute; right: 20px; bottom: 12px; color: rgba(255,255,255,.12); font: 700 70px/1 "Segoe UI", Arial, sans-serif; }
.showreel-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; color: var(--muted); font-size: 12px; }
.showreel-meta > span { display: flex; align-items: center; gap: 10px; }
.showreel-meta > span b { color: #d7d7dc; font-weight: 600; }
.motion-toggle { min-height: 38px; padding: 0 12px; border-radius: 6px; }
.motion-toggle:hover { color: var(--ink); border-color: rgba(255,255,255,.35); }
.motion-paused .site-plane { transition: none; }

/* Three deliberately different package animations */
.plane-kompakt .plane-layout::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: 88px;
  height: 150px;
  border: 7px solid rgba(255,255,255,.65);
  border-radius: 15px;
  background:
    linear-gradient(#9ba6ff 0 0) 14px 25px / 38px 5px no-repeat,
    linear-gradient(rgba(255,255,255,.42) 0 0) 14px 43px / 54px 5px no-repeat,
    linear-gradient(rgba(255,255,255,.16) 0 0) 14px 67px / 58px 35px no-repeat,
    #111217;
  box-shadow: 0 20px 38px rgba(0,0,0,.35);
  opacity: 0;
  transform: translateY(55px) rotate(7deg);
}
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-layout::after { animation: compact-phone 3.2s cubic-bezier(.2,.8,.2,1) infinite; }
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-title,
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-copy,
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-button { transform-origin: left center; animation: compact-build 3.2s ease-in-out infinite; }
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-copy { animation-delay: .12s; }
.pricing-scene[data-active="kompakt"] .plane-kompakt .plane-button { animation-delay: .24s; }

.plane-business .plane-layout::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 25%;
  background: linear-gradient(90deg, transparent, rgba(155,166,255,.14), transparent);
  transform: skewX(-12deg);
}
.pricing-scene[data-active="business"] .plane-business .plane-layout::after { animation: business-scan 3.6s ease-in-out infinite; }
.pricing-scene[data-active="business"] .plane-business .plane-grid i { transform-origin: center bottom; animation: business-module 3.6s cubic-bezier(.2,.8,.2,1) infinite; }
.pricing-scene[data-active="business"] .plane-business .plane-grid i:nth-child(2) { animation-delay: .18s; }
.pricing-scene[data-active="business"] .plane-business .plane-grid i:nth-child(3) { animation-delay: .36s; }

.plane-premium .plane-orbit::before,
.plane-premium .plane-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.plane-premium .plane-orbit::before { inset: -34px; border: 1px solid rgba(255,255,255,.2); border-top-color: var(--accent); border-right-color: #9ba6ff; }
.plane-premium .plane-orbit::after { top: -42px; left: 50%; width: 18px; height: 18px; background: var(--accent); box-shadow: 0 0 25px rgba(201,245,91,.7); transform-origin: 0 117px; }
.pricing-scene[data-active="premium"] .plane-premium .plane-orbit { animation: premium-float 4.8s ease-in-out infinite; }
.pricing-scene[data-active="premium"] .plane-premium .plane-orbit::before { animation: premium-orbit 4.2s linear infinite; }
.pricing-scene[data-active="premium"] .plane-premium .plane-orbit::after { animation: premium-satellite 4.2s linear infinite reverse; }
.pricing-scene[data-active="premium"] .plane-premium .plane-title { animation: premium-depth 4.8s ease-in-out infinite; }
.pricing-scene[data-active="premium"] .plane-premium .plane-title.short { animation-delay: -.35s; }

@keyframes compact-phone {
  0%, 15% { opacity: 0; transform: translateY(55px) rotate(7deg); }
  32%, 76% { opacity: 1; transform: translateY(0) rotate(2deg); }
  90%, 100% { opacity: 0; transform: translateY(-12px) rotate(-1deg); }
}
@keyframes compact-build {
  0%, 10% { opacity: .2; transform: scaleX(.12); }
  30%, 78% { opacity: 1; transform: scaleX(1); }
  94%, 100% { opacity: .25; transform: scaleX(.2); }
}
@keyframes business-module {
  0%, 12% { opacity: .25; transform: perspective(300px) rotateX(-72deg) translateY(25px); }
  32%, 72% { opacity: 1; transform: perspective(300px) rotateX(0) translateY(0); }
  92%, 100% { opacity: .3; transform: perspective(300px) rotateX(38deg) translateY(-8px); }
}
@keyframes business-scan {
  0%, 8% { left: -30%; }
  62%, 100% { left: 115%; }
}
@keyframes premium-orbit { to { transform: rotate(360deg); } }
@keyframes premium-satellite { to { transform: rotate(360deg); } }
@keyframes premium-float {
  0%, 100% { transform: translate3d(0,0,25px) rotateX(0); filter: hue-rotate(0); }
  50% { transform: translate3d(-16px,12px,70px) rotateX(12deg); filter: hue-rotate(22deg); }
}
@keyframes premium-depth {
  0%, 100% { transform: translateX(0); opacity: .82; }
  50% { transform: translateX(22px); opacity: 1; }
}

.motion-paused .site-plane *,
.motion-paused .site-plane *::before,
.motion-paused .site-plane *::after { animation-play-state: paused !important; }
.legal p, .legal li { color: var(--muted); }

.site-footer {
  border-color: rgba(255,255,255,.08);
  color: #f7f7f4;
  background: #000;
}
.footer-brand .brand {
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}
.footer-brand .brand img {
  filter: invert(1) grayscale(1) contrast(1.15);
  mix-blend-mode: screen;
}
.footer-col a, .footer-col span, .footer-brand p { color: #a6a6a6; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-color: rgba(255,255,255,.12); color: #777; }

@media (max-width: 900px) {
  .main-nav a { color: #dedde0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card ul { min-height: 0; }
  .showreel-grid { grid-template-columns: 1fr; }
  .pricing-hero { min-height: auto; padding-top: 100px; }
  .pricing-hero-grid { grid-template-columns: 1fr; }
  .pricing-hero-copy h1 { max-width: 12ch; }
  .showreel-copy h2 { max-width: 13ch; }
}

@media (max-width: 620px) {
  .pricing-showreel { padding-bottom: 85px; }
  .pricing-scene { min-height: 430px; }
  .pricing-stack { inset: 8% 0 4%; }
  .site-plane { inset: 9% 3%; }
  .plane-layout { padding: 28px; }
  .plane-title { height: 21px; }
  .plane-grid i { height: 52px; }
  .plane-orbit { width: 105px; height: 105px; border-width: 12px; }
  .showreel-meta { align-items: flex-start; flex-direction: column; }
  .pricing-hero { padding: 78px 0 84px; }
}

/* Cinematic homepage motion */
.hero[data-motion-hero] {
  --hero-copy-x: 0px;
  --hero-copy-y: 0px;
  --hero-art-x: 0px;
  --hero-art-y: 0px;
  --hero-frame-x: 0px;
  --hero-frame-y: 0px;
  --hero-orbit-x: 0px;
  --hero-orbit-y: 0px;
  --hero-caption-x: 0px;
  --hero-caption-y: 0px;
  --hero-light-x: 50%;
  --hero-light-y: 34%;
  position: relative;
  isolation: isolate;
}
.hero[data-motion-hero]::before,
.hero[data-motion-hero]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero[data-motion-hero]::before {
  background: radial-gradient(circle at var(--hero-light-x) var(--hero-light-y), rgba(109,123,255,.16), transparent 34%);
  opacity: .9;
  animation: heroLightPulse 7s ease-in-out infinite;
}
.hero[data-motion-hero]::after {
  background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.68), transparent 86%);
  opacity: .55;
}
.hero[data-motion-hero] .hero-grid { position: relative; z-index: 1; }
.hero-copy-content {
  transform: translate3d(var(--hero-copy-x), var(--hero-copy-y), 0);
  transition: transform .22s cubic-bezier(.2,.75,.25,1);
  will-change: transform;
}
.motion-title .hero-line { display: block; overflow: hidden; padding-bottom: .045em; margin-bottom: -.045em; }
.motion-title .hero-line > span {
  display: block;
  opacity: 0;
  transform: translateY(112%) rotate(1.2deg);
  transform-origin: left bottom;
  transition: transform .9s cubic-bezier(.16,1,.3,1), opacity .42s ease;
}
.hero-copy.visible .motion-title .hero-line:nth-child(1) > span { transition-delay: .08s; }
.hero-copy.visible .motion-title .hero-line:nth-child(2) > span { transition-delay: .18s; }
.hero-copy.visible .motion-title .hero-line:nth-child(3) > span { transition-delay: .3s; }
.hero-copy.visible .motion-title .hero-line > span { opacity: 1; transform: translateY(0) rotate(0); }
.hero[data-motion-hero] .hero-image {
  z-index: 1;
  transform: translate3d(var(--hero-art-x), var(--hero-art-y), 0) scale(1.018);
  transition: transform .26s cubic-bezier(.2,.75,.25,1), filter .45s ease;
  will-change: transform;
}
.hero[data-motion-hero] .hero-art::after {
  transform: translate3d(var(--hero-frame-x), var(--hero-frame-y), 0);
  transition: transform .32s cubic-bezier(.2,.75,.25,1);
  box-shadow: 0 0 45px rgba(108,122,255,.08);
}
.hero-orbit {
  position: absolute;
  top: 11%;
  right: -9%;
  z-index: 0;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(145,156,255,.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101,115,255,.19), transparent 63%);
  box-shadow: 0 0 0 38px rgba(122,135,255,.025), 0 0 80px rgba(89,104,230,.11);
  transform: translate3d(var(--hero-orbit-x), var(--hero-orbit-y), 0);
  animation: heroOrbit 12s ease-in-out infinite;
  pointer-events: none;
}
.hero[data-motion-hero] .portrait-caption {
  transform: translate3d(var(--hero-caption-x), var(--hero-caption-y), 0);
  transition: transform .3s cubic-bezier(.2,.75,.25,1);
}

.motion-project .project-visual,
.motion-project .project-copy {
  opacity: 0;
  transition: opacity .75s ease, transform 1s cubic-bezier(.16,1,.3,1);
}
.motion-project-shadow .project-visual { transform: translate3d(-58px, 24px, 0) scale(.96); }
.motion-project-shadow .project-copy { transform: translate3d(48px, 0, 0); }
.motion-project-forge .project-visual { transform: translate3d(58px, 24px, 0) scale(.96); }
.motion-project-forge .project-copy { transform: translate3d(-48px, 0, 0); }
.motion-project.visible .project-visual,
.motion-project.visible .project-copy { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.motion-project.visible .project-copy { transition-delay: .12s; }

@keyframes heroLightPulse {
  0%, 100% { opacity: .62; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.045); }
}
@keyframes heroOrbit {
  0%, 100% { filter: brightness(.82); }
  50% { filter: brightness(1.18); }
}

@media (max-width: 900px) {
  .hero[data-motion-hero]::after { background-size: 54px 54px; opacity: .34; }
  .hero-copy-content { transform: none; }
  .hero[data-motion-hero] .hero-image { transform: scale(1.008); }
  .hero[data-motion-hero] .hero-art::after,
  .hero[data-motion-hero] .portrait-caption { transform: none; }
  .hero-orbit { right: -4%; width: 54%; }
  .motion-project .project-visual,
  .motion-project .project-copy { transform: translate3d(0,28px,0) scale(.985); }
  .motion-project.visible .project-visual,
  .motion-project.visible .project-copy { transform: translate3d(0,0,0) scale(1); }
}

@media (max-width: 620px) {
  .motion-title .hero-line { overflow: visible; }
  .motion-title .hero-line > span { transform: translateY(28px); }
  .hero-copy.visible .motion-title .hero-line > span { transform: translateY(0); }
  .hero-orbit { top: 16%; right: -8%; width: 68%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero[data-motion-hero]::before,
  .hero-orbit { animation: none; }
  .hero-copy-content,
  .hero[data-motion-hero] .hero-image,
  .hero[data-motion-hero] .hero-art::after,
  .hero[data-motion-hero] .portrait-caption,
  .motion-title .hero-line > span,
  .motion-project .project-visual,
  .motion-project .project-copy { opacity: 1; transform: none; transition: none; }
}

/* Accessibility and consent */
:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid #aeb7ff;
  outline-offset: 4px;
}

.cookie-settings-link {
  appearance: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.cookie-banner[hidden] { display: none !important; }
.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1200;
  max-width: var(--content-max);
  margin-inline: auto;
  color: #f4f2ee;
  border: 1px solid rgba(166,176,255,.34);
  border-radius: 22px;
  background: radial-gradient(circle at 88% 10%, rgba(116,130,255,.22), transparent 32%), rgba(15,16,22,.97);
  box-shadow: 0 28px 90px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
}
.cookie-banner__inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 34px;
  padding: clamp(24px,4vw,38px);
}
.cookie-banner .eyebrow { margin-bottom: 10px; }
.cookie-banner h2 { max-width: 22ch; margin: 0 0 12px; font-size: clamp(1.35rem,2.2vw,2rem); }
.cookie-banner p { max-width: 70ch; margin: 0 0 12px; color: #c4c3c8; line-height: 1.6; }
.cookie-banner a { color: #dbe0ff; text-underline-offset: 4px; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-banner__actions .button { min-width: 160px; cursor: pointer; }

@media (max-width: 760px) {
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; border-radius: 16px; }
  .cookie-banner__inner { grid-template-columns: 1fr; gap: 20px; }
  .cookie-banner__actions { justify-content: stretch; }
  .cookie-banner__actions .button { flex: 1 1 190px; }
}

@media (forced-colors: active) {
  .cookie-banner, .button, .card, .service-row { border: 1px solid CanvasText; }
}

/* Keep the hero relaxed between mobile and full desktop layouts. */
@media (min-width: 901px) and (max-width: 1199px) {
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-art { width: min(760px, 100%); margin-inline: auto; }
}

/* RK cursor: crisp arrow with the site's blue-violet light accent. */
@media (pointer: fine) {
  html, body, body * { cursor: url("cursor-rk.svg") 11 9, auto; }
  :where(a, button, [role="button"], input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"], select, summary, label) {
    cursor: url("cursor-rk-action.svg") 12 9, pointer;
  }
  :where(input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), textarea) {
    cursor: text;
  }
}

@media (forced-colors: active) {
  html, body, body * { cursor: auto; }
}
