:root {
  --orb-bg: #05060a;
  --orb-bg-soft: #0c0e16;
  --orb-panel: rgba(8, 10, 17, 0.66);
  --orb-panel-strong: rgba(7, 9, 16, 0.86);
  --orb-line: rgba(255, 255, 255, 0.16);
  --orb-line-soft: rgba(255, 255, 255, 0.09);
  --orb-text: #f7f8fb;
  --orb-muted: #a6a9b4;
  --orb-purple: #8b5cf6;
  --orb-blue: #2f7bff;
  --orb-cyan: #64d8ff;
  --orb-danger: #ff738d;
  --orb-success: #5ce6af;
  --orb-radius: 24px;
  --orb-shell: min(1240px, calc(100vw - 48px));
  --orb-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --orb-glow: 0 0 0 1px rgba(133, 91, 255, 0.24), 0 0 36px rgba(77, 102, 255, 0.2);
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background: var(--orb-bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(47, 123, 255, 0.08), transparent 32rem),
    radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.08), transparent 34rem),
    var(--orb-bg);
  color: var(--orb-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }

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

button,
input,
textarea { font: inherit; }

button,
a,
input,
textarea { -webkit-tap-highlight-color: transparent; }

::selection { color: #fff; background: rgba(139, 92, 246, 0.7); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: #090a0f;
}

:focus-visible {
  outline: 2px solid var(--orb-cyan);
  outline-offset: 4px;
}

.site-main { min-height: 70vh; }

.section-shell {
  width: var(--orb-shell);
  margin-inline: auto;
}

.section-shell--narrow {
  width: min(820px, calc(100vw - 48px));
  margin-inline: auto;
}

.glass-panel,
.glass-card {
  border: 1px solid var(--orb-line);
  background: linear-gradient(145deg, rgba(21, 24, 36, 0.74), rgba(7, 9, 15, 0.7));
  box-shadow: var(--orb-shadow);
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
}

.eyebrow {
  margin: 0 0 18px;
  color: #b997ff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.accent-line {
  display: block;
  width: 58px;
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--orb-purple), var(--orb-blue), transparent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 650;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button--glow {
  background: linear-gradient(120deg, var(--orb-purple), #5d4df0 45%, var(--orb-blue));
  box-shadow: 0 8px 28px rgba(82, 77, 240, 0.32), inset 0 1px rgba(255, 255, 255, 0.22);
}

.button--glow:hover { box-shadow: 0 12px 38px rgba(82, 77, 240, 0.46), inset 0 1px rgba(255, 255, 255, 0.26); }

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8eaf1;
  font-weight: 600;
}

.text-link span { color: #a585ff; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  padding: 24px clamp(24px, 3vw, 52px);
}

.admin-bar .site-header { top: 32px; }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.site-brand__mark {
  position: relative;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(7, 9, 16, 0.45);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.2), 0 0 22px rgba(47, 123, 255, 0.15);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.site-brand__mark::before {
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--orb-purple), transparent 42%, var(--orb-cyan));
  content: "";
  opacity: 0.65;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.site-brand__logo { width: 100%; height: 100%; object-fit: cover; }

.site-brand__name {
  font-size: 0.96rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 52px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation li { position: relative; }

.primary-navigation a {
  position: relative;
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--orb-purple), var(--orb-blue));
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current_page_item > a::after { transform: scaleX(1); transform-origin: left; }

.primary-navigation .sub-menu {
  position: absolute;
  top: 100%;
  right: -18px;
  display: block;
  min-width: 190px;
  padding: 12px 18px;
  border: 1px solid var(--orb-line);
  border-radius: 14px;
  background: rgba(7, 9, 16, 0.94);
  box-shadow: var(--orb-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 180ms ease;
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 13px;
  border: 1px solid var(--orb-line);
  border-radius: 50%;
  background: rgba(8, 10, 17, 0.72);
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: #fff;
  transition: 200ms ease;
}

/* Orbit hero */
.orbit-hero {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: max(760px, 100svh);
  padding: 112px clamp(24px, 3vw, 52px) 26px;
  overflow: hidden;
}

.orbit-background,
.orbit-background__shade {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.orbit-background {
  background-position: center 48%;
  background-size: cover;
  filter: saturate(88%) brightness(0.88);
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 900ms ease;
}

.orbit-background.is-active,
.orbit-background--active { opacity: 1; }

.orbit-background__shade {
  z-index: -2;
  background:
    radial-gradient(ellipse at 52% 49%, rgba(4, 5, 10, 0.16) 0%, rgba(4, 5, 10, 0.42) 52%, rgba(4, 5, 10, 0.76) 100%),
    linear-gradient(90deg, rgba(3, 4, 8, 0.52), rgba(4, 5, 10, 0.08) 52%, rgba(3, 4, 8, 0.5));
}

.orbit-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 140px;
  background: linear-gradient(transparent, var(--orb-bg));
  content: "";
  pointer-events: none;
}

.orbit-hero__copy {
  position: absolute;
  top: 50%;
  left: clamp(24px, 3vw, 52px);
  z-index: 34;
  width: clamp(230px, 19vw, 310px);
  max-width: none;
  padding: 0 0 30px;
  transform: translateY(-48%);
}

.orbit-hero__copy .eyebrow {
  margin-bottom: 20px;
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.orbit-hero__copy h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.35rem, 3.25vw, 3.75rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.orbit-hero__visual {
  position: absolute;
  inset: 98px clamp(250px, 17vw, 320px) 24px clamp(255px, 18vw, 330px);
  min-width: 0;
}

.orbit-stage {
  position: absolute;
  inset: 0 0 78px;
  min-height: 560px;
  cursor: grab;
  overflow: visible;
  touch-action: pan-y;
  user-select: none;
}

.orbit-stage.is-dragging { cursor: grabbing; }

.orbit-track {
  position: absolute;
  inset: 0;
  perspective: 1550px;
  perspective-origin: 50% 46%;
  overflow: visible;
  transform-style: preserve-3d;
}

.orbit-webgl {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
}

.orbit-track::after {
  position: absolute;
  top: 84%;
  left: 50%;
  z-index: -1;
  width: min(900px, 90%);
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.3), rgba(47, 123, 255, 0.42));
  content: "";
  filter: blur(35px);
  opacity: 0.68;
  transform: translate(-50%, -50%);
}

.orbit-card {
  --x: 0px;
  --y: 0px;
  --z: 0px;
  --rx: 0deg;
  --ry: 0deg;
  --rz: 0deg;
  --scale: 0.7;
  position: absolute;
  top: var(--center-y, 48%);
  left: 50%;
  width: clamp(122px, 11.5vw, 196px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(225, 231, 255, 0.54);
  border-radius: 14px;
  background: #10131c;
  box-shadow:
    0 0 0 1px rgba(92, 71, 245, 0.32),
    0 0 18px rgba(54, 112, 255, 0.34),
    0 18px 40px rgba(0, 0, 0, 0.4);
  opacity: var(--opacity, 0.65);
  transform: translate(-50%, -50%) translate3d(var(--x), var(--y), var(--z)) rotateZ(var(--rz)) rotateY(var(--ry)) rotateX(var(--rx)) scale(var(--scale));
  transform-origin: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 880ms cubic-bezier(0.22, 0.84, 0.28, 1), opacity 520ms ease, filter 520ms ease, border-color 520ms ease;
  will-change: transform, opacity;
}

.orbit-card[hidden] { display: none !important; }

.orbit-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 36%, rgba(5, 7, 12, 0.34));
  content: "";
  pointer-events: none;
}

.orbit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.orbit-card:not(.is-selected) { filter: brightness(var(--brightness, 0.55)) saturate(80%); }

.orbit-card.is-selected {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 0 2px rgba(123, 79, 255, 0.9),
    0 0 26px rgba(74, 121, 255, 0.74),
    0 28px 80px rgba(0, 0, 0, 0.55);
  filter: brightness(1.03) saturate(108%);
}

.orbit-detail {
  position: absolute;
  top: 50%;
  right: clamp(24px, 3vw, 52px);
  z-index: 42;
  width: clamp(230px, 16vw, 270px);
  padding: clamp(22px, 2vw, 30px);
  border-radius: 18px;
  transform: translateY(-46%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.orbit-detail.is-changing { opacity: 0.25; transform: translateY(calc(-46% + 6px)); }

.orbit-detail__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--orb-line);
  border-radius: 50%;
  color: #ac8fff;
}

.orbit-detail__icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.orbit-detail__category,
.orbit-detail__description { display: none; }
.orbit-detail h2 { margin: 0; font-size: clamp(1.45rem, 1.8vw, 2rem); font-weight: 520; letter-spacing: -0.035em; line-height: 1.15; }
.orbit-detail .button { width: 100%; margin-top: 25px; }

.orbit-controller {
  position: absolute;
  bottom: 2px;
  left: 50%;
  display: grid;
  grid-template-columns: 48px 44px minmax(210px, 1fr) 44px 48px;
  gap: 12px;
  align-items: center;
  width: min(568px, calc(100vw - 40px));
  min-height: 66px;
  padding: 8px 10px;
  border: 1px solid rgba(214, 220, 255, 0.26);
  border-radius: 999px;
  background: rgba(8, 10, 18, 0.74);
  box-shadow: var(--orb-glow), 0 20px 50px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  transform: translateX(-50%);
}

.orbit-controller__button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  cursor: pointer;
  transition: 180ms ease;
}

.orbit-controller__button:hover { border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.08); transform: scale(1.04); }
.orbit-controller__button--next { border-color: rgba(128, 111, 255, 0.9); background: linear-gradient(135deg, var(--orb-purple), var(--orb-blue)); box-shadow: 0 0 20px rgba(72, 104, 255, 0.6); }
.orbit-controller__button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.orbit-controller__number { color: #fff; font-size: 0.92rem; font-variant-numeric: tabular-nums; text-align: center; }
.orbit-controller__number--total { color: #c4c6cf; }

.orbit-controller__range-wrap { position: relative; height: 22px; display: flex; align-items: center; }
.orbit-controller__range-wrap::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orb-purple) 0 var(--range-progress, 0%), rgba(255, 255, 255, 0.22) var(--range-progress, 0%) 100%);
  content: "";
}
.orbit-controller__range-wrap::after {
  position: absolute;
  inset: 4px 0;
  background: repeating-linear-gradient(90deg, transparent 0 calc(14.28% - 1px), rgba(5, 7, 12, 0.9) calc(14.28% - 1px) 14.28%);
  content: "";
  pointer-events: none;
}
.orbit-controller__range {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 22px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: grab;
}
.orbit-controller__range:active { cursor: grabbing; }
.orbit-controller__range::-webkit-slider-runnable-track { height: 2px; background: transparent; }
.orbit-controller__range::-moz-range-track { height: 2px; background: transparent; }
.orbit-controller__range::-webkit-slider-thumb { width: 12px; height: 12px; margin-top: -5px; appearance: none; border: 2px solid #fff; border-radius: 50%; background: var(--orb-purple); box-shadow: 0 0 12px rgba(139, 92, 246, 0.9); }
.orbit-controller__range::-moz-range-thumb { width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--orb-purple); box-shadow: 0 0 12px rgba(139, 92, 246, 0.9); }

/* Home content */
.content-section { position: relative; padding: clamp(76px, 9vw, 140px) 0; }
.content-section--intro { border-top: 1px solid var(--orb-line-soft); }
.content-section--cta { padding-top: 32px; }
.intro-grid { display: grid; grid-template-columns: 0.6fr 1.6fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.intro-grid h2,
.section-heading h2,
.cta-panel h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.6rem); font-weight: 500; letter-spacing: -0.055em; line-height: 1.05; }
.intro-grid p:last-child { margin: 8px 0 0; color: var(--orb-muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 46px; }
.section-heading h2 { font-size: clamp(2rem, 3.2vw, 3.6rem); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.glass-card { position: relative; padding: 28px; border-radius: var(--orb-radius); transition: transform 240ms ease, border-color 240ms ease; }
.glass-card:hover { border-color: rgba(139, 92, 246, 0.42); transform: translateY(-5px); }
.glass-card > span { color: #a78bfa; font-size: 0.78rem; letter-spacing: 0.12em; }
.glass-card h3 { margin: 64px 0 14px; font-size: 1.35rem; font-weight: 560; }
.glass-card p { margin: 0; color: var(--orb-muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: clamp(32px, 5vw, 70px); border-radius: 30px; overflow: hidden; }
.cta-panel::before { position: absolute; right: -10%; bottom: -80%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 123, 255, 0.26), transparent 70%); content: ""; }

/* Inner pages */
.page-surface { position: relative; isolation: isolate; overflow: hidden; padding-top: 106px; }
.page-cover,
.page-cover__shade { position: absolute; inset: 0 0 auto; z-index: -2; height: min(780px, 86vh); }
.page-cover { background-position: center; background-size: cover; filter: blur(10px) saturate(80%); opacity: 0.26; transform: scale(1.04); }
.page-cover__shade { z-index: -1; background: linear-gradient(180deg, rgba(4, 5, 9, 0.52), var(--orb-bg) 92%), linear-gradient(90deg, rgba(4, 5, 9, 0.68), transparent, rgba(4, 5, 9, 0.7)); }
.page-hero { display: flex; min-height: 540px; flex-direction: column; justify-content: end; padding-top: 80px; padding-bottom: clamp(70px, 9vw, 120px); }
.page-hero--compact { min-height: 440px; }
.page-hero h1,
.project-hero h1,
.not-found h1 { max-width: 12ch; margin: 0; font-size: clamp(3.2rem, 8vw, 8.4rem); font-weight: 480; letter-spacing: -0.068em; line-height: 0.9; }
.page-hero > p:last-child,
.archive-description { max-width: 620px; margin: 28px 0 0; color: var(--orb-muted); font-size: 1.08rem; }
.page-hero--split { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.page-hero--split > p { margin: 0 0 8px; color: #c3c6d0; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.page-hero--article { min-height: 520px; }
.page-hero--article h1 { max-width: none; font-size: clamp(3rem, 7vw, 6.6rem); }

.entry-content { color: #d1d3db; font-size: clamp(1rem, 1.25vw, 1.12rem); }
.entry-content > * { margin-top: 0; margin-bottom: 1.5em; }
.entry-content h2,
.entry-content h3,
.entry-content h4 { color: #fff; font-weight: 550; letter-spacing: -0.035em; line-height: 1.18; }
.entry-content h2 { margin-top: 1.8em; font-size: clamp(2rem, 4vw, 3.6rem); }
.entry-content h3 { margin-top: 1.7em; font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
.entry-content a { color: #b9a5ff; text-decoration: underline; text-decoration-color: rgba(185, 165, 255, 0.4); text-underline-offset: 4px; }
.entry-content blockquote { margin-inline: 0; padding-left: 26px; border-left: 2px solid var(--orb-purple); color: #fff; font-size: 1.35em; }
.entry-content figure { margin-inline: 0; }
.entry-content pre { overflow: auto; padding: 20px; border: 1px solid var(--orb-line); border-radius: 16px; background: #070910; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border-bottom: 1px solid var(--orb-line); text-align: left; }

.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 7vw, 100px) clamp(22px, 4vw, 58px); }
.project-card:nth-child(even) { margin-top: 90px; }
.project-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--orb-line); border-radius: 24px; background: #10131c; box-shadow: var(--orb-shadow); }
.project-card__media::after { position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(3, 4, 8, 0.65)); content: ""; opacity: 0.5; transition: opacity 280ms ease; }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1), filter 400ms ease; }
.project-card__media:hover img { transform: scale(1.045); filter: saturate(112%); }
.project-card__media:hover::after { opacity: 0.25; }
.project-card__arrow { position: absolute; right: 18px; bottom: 18px; z-index: 2; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(6,8,13,.62); backdrop-filter: blur(12px); transition: 220ms ease; }
.project-card__media:hover .project-card__arrow { background: linear-gradient(135deg, var(--orb-purple), var(--orb-blue)); transform: rotate(45deg); }
.project-card__meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; }
.project-card__meta p { margin: 0 0 4px; color: #a78bfa; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.project-card__meta h2 { margin: 0; font-size: clamp(1.4rem, 2.6vw, 2.25rem); font-weight: 520; letter-spacing: -.04em; }
.project-card__meta > span { color: #777b87; font-size: .82rem; }

.project-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); gap: clamp(36px, 7vw, 100px); align-items: end; min-height: 650px; padding-top: 90px; padding-bottom: 70px; }
.project-hero__excerpt { max-width: 600px; margin: 30px 0 0; color: #c1c4cd; font-size: 1.15rem; }
.project-facts { padding: 24px; border-radius: 20px; }
.project-facts > div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--orb-line-soft); }
.project-facts > div:last-child { border-bottom: 0; }
.project-facts span { color: var(--orb-muted); font-size: .82rem; }
.project-facts strong { text-align: right; font-size: .9rem; font-weight: 550; }
.project-feature { overflow: hidden; border-radius: 28px; box-shadow: var(--orb-shadow); }
.project-feature img { width: 100%; max-height: 88vh; object-fit: cover; }
.project-content { padding-block: clamp(70px, 10vw, 150px); }
.project-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 36px 0 110px; border-top: 1px solid var(--orb-line); }
.project-navigation > div:last-child { text-align: right; }
.project-navigation a { display: inline-flex; flex-direction: column; gap: 6px; }
.project-navigation span { color: var(--orb-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.project-navigation strong { font-size: 1.2rem; }

.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.about-portrait { position: sticky; top: 24px; overflow: hidden; border-radius: 26px; }
.about-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-layout h2 { margin: 0 0 28px; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 54px; }
.stat-grid div { padding: 22px 8px 0; border-top: 1px solid var(--orb-line); }
.stat-grid strong { display: block; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 520; }
.stat-grid span { display: block; color: var(--orb-muted); font-size: .78rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

.service-list { display: grid; gap: 14px; }
.service-row { display: grid; grid-template-columns: 70px 1fr .55fr; gap: clamp(20px, 4vw, 60px); align-items: center; padding: clamp(24px, 4vw, 44px); border-radius: 22px; transition: border-color 220ms ease, transform 220ms ease; }
.service-row:hover { border-color: rgba(139,92,246,.45); transform: translateX(6px); }
.service-row > span { color: #9f83ff; font-size: .78rem; }
.service-row h2 { margin: 0 0 8px; font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 520; letter-spacing: -.045em; }
.service-row p { margin: 0; color: var(--orb-muted); }
.service-row > strong { color: #c8cad1; font-size: .84rem; font-weight: 500; line-height: 1.8; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; align-items: start; }
.contact-details, .contact-form-wrap { padding: clamp(26px, 4vw, 48px); border-radius: 26px; }
.contact-details { position: sticky; top: 24px; }
.contact-details h2 { overflow-wrap: anywhere; margin: 0 0 18px; font-size: clamp(1.5rem, 2.5vw, 2.5rem); font-weight: 520; letter-spacing: -.04em; }
.contact-details > p { color: var(--orb-muted); }
.contact-detail { padding: 22px 0; border-top: 1px solid var(--orb-line-soft); }
.contact-detail span, .contact-detail strong { display: block; }
.contact-detail span { color: var(--orb-muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-detail strong { margin-top: 5px; font-weight: 550; }
.contact-form { display: grid; gap: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #d6d7dc; font-size: .82rem; }
.contact-form input, .contact-form textarea, .search-field {
  width: 100%;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(1,2,5,.38);
  color: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.contact-form input { height: 50px; padding: 0 15px; }
.contact-form textarea { min-height: 160px; padding: 14px 15px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .search-field:focus { outline: none; border-color: var(--orb-purple); box-shadow: 0 0 0 3px rgba(139,92,246,.14); }
.contact-form .button { justify-self: start; border: 0; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; }
.form-notice--success { border: 1px solid rgba(92,230,175,.35); background: rgba(92,230,175,.1); color: var(--orb-success); }
.form-notice--error { border: 1px solid rgba(255,115,141,.35); background: rgba(255,115,141,.1); color: var(--orb-danger); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { padding: 0; overflow: hidden; }
.post-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #11141d; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.post-card:hover .post-card__media img { transform: scale(1.04); }
.post-card__placeholder { display: block; width: 100%; height: 100%; background: radial-gradient(circle at 20% 20%, rgba(139,92,246,.5), transparent 42%), linear-gradient(135deg,#121522,#07080d); }
.post-card__body { padding: 24px; }
.post-card__date { color: #9f83ff !important; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.post-card h2 { margin: 10px 0 12px; font-size: 1.45rem; font-weight: 540; line-height: 1.2; }
.post-card p { color: var(--orb-muted); }
.article-feature { overflow: hidden; border-radius: 26px; }
.article-feature img { width: 100%; max-height: 760px; object-fit: cover; }
.comments-area { margin: 60px 0 110px; padding: 28px; border-radius: 20px; }
.comment-list { padding-left: 24px; }
.comment-list li { margin: 24px 0; }

.search-form { display: flex; width: min(520px, 100%); margin-top: 28px; padding: 6px; border-radius: 14px; }
.search-form label { flex: 1; }
.search-field { height: 46px; padding: 0 14px; border: 0; background: transparent; }
.search-submit { width: 46px; border: 0; border-radius: 10px; background: linear-gradient(135deg,var(--orb-purple),var(--orb-blue)); color: #fff; cursor: pointer; }
.empty-state { grid-column: 1 / -1; padding: 60px; border-radius: 24px; text-align: center; }
.not-found-page { min-height: 100svh; }
.not-found { display: flex; min-height: 100svh; flex-direction: column; justify-content: center; }
.not-found > p:not(.eyebrow) { max-width: 520px; color: var(--orb-muted); font-size: 1.12rem; }
.not-found__actions { display: flex; gap: 22px; align-items: center; margin-top: 30px; }

.navigation.pagination { margin-top: 70px; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--orb-line); border-radius: 50%; }
.page-numbers.current { background: linear-gradient(135deg,var(--orb-purple),var(--orb-blue)); }

/* Footer */
.site-footer { position: relative; padding: 100px clamp(24px, 4vw, 64px) 30px; border-top: 1px solid var(--orb-line-soft); overflow: hidden; }
.site-footer__glow { position: absolute; top: -220px; left: 50%; width: 700px; height: 380px; border-radius: 50%; background: radial-gradient(circle,rgba(75,76,220,.18),transparent 68%); transform: translateX(-50%); pointer-events: none; }
.site-footer__inner { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; width: var(--orb-shell); margin: auto; }
.site-brand--footer { margin-bottom: 18px; }
.site-footer__inner p { max-width: 390px; color: var(--orb-muted); }
.site-footer__nav ul { display: grid; grid-template-columns: repeat(2, minmax(100px,1fr)); gap: 10px 30px; padding: 0; margin: 0; list-style: none; }
.site-footer__widgets { display: grid; gap: 24px; }
.footer-widget__title { font-size: 1rem; }
.site-footer__bottom { position: relative; display: flex; justify-content: space-between; width: var(--orb-shell); margin: 70px auto 0; padding-top: 24px; border-top: 1px solid var(--orb-line-soft); color: #777b86; font-size: .76rem; }

/* Responsive */
@media (max-width: 1180px) {
  .orbit-hero__copy { left: 28px; width: 220px; }
  .orbit-hero__visual { inset-right: 210px; inset-left: 205px; }
  .orbit-detail { right: 28px; width: 220px; }
  .orbit-detail .accent-line { margin-top: 16px; }
  .orbit-detail .button { margin-top: 18px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  :root { --orb-shell: min(100% - 36px, 760px); }
  .site-header { padding: 18px; }
  .admin-bar .site-header { top: 46px; }
  .site-brand__mark { width: 50px; }
  .site-brand__name { font-size: .84rem; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-navigation { position: fixed; inset: 0; display: grid; place-items: center; background: rgba(4,5,9,.96); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: 220ms ease; }
  .menu-open .primary-navigation { opacity: 1; visibility: visible; transform: none; }
  .primary-navigation ul { flex-direction: column; gap: 18px; }
  .primary-navigation a { font-size: 1.7rem; }
  .primary-navigation .sub-menu { position: static; display: none; padding: 10px 0; border: 0; background: none; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .primary-navigation li:focus-within > .sub-menu { display: block; }

  .orbit-hero { display: block; min-height: 100svh; padding: 98px 18px 28px; }
  .orbit-hero__copy { position: relative; top: auto; left: auto; z-index: 32; width: auto; max-width: 230px; padding: 20px 0 0 4px; transform: none; }
  .orbit-hero__copy h1 { font-size: clamp(2rem, 7vw, 3.1rem); }
  .orbit-hero__visual { position: absolute; inset: 112px 0 24px; }
  .orbit-stage { inset: 40px 0 86px; min-height: 500px; }
  .orbit-card { width: clamp(116px, 25vw, 168px); }
  .orbit-detail { top: auto; right: 18px; bottom: 98px; width: 210px; padding: 18px; transform: none; }
  .orbit-detail.is-changing { transform: translateY(6px); }
  .orbit-detail__icon { width: 38px; height: 38px; margin-bottom: 14px; }
  .orbit-detail__category, .orbit-detail .accent-line { display: none; }
  .orbit-detail h2 { font-size: 1.25rem; }
  .orbit-detail .button { min-height: 42px; }
  .orbit-controller { bottom: 0; }

  .intro-grid, .page-hero--split, .about-layout, .contact-layout, .project-hero { grid-template-columns: 1fr; }
  .intro-grid h2 { font-size: clamp(2.5rem,8vw,4.6rem); }
  .service-grid { grid-template-columns: 1fr; }
  .glass-card h3 { margin-top: 34px; }
  .page-hero { min-height: 500px; }
  .page-hero--split { align-content: end; gap: 28px; }
  .page-hero--split > p { max-width: 560px; }
  .project-hero { align-content: end; min-height: 760px; }
  .project-facts { max-width: 520px; }
  .about-portrait, .contact-details { position: relative; top: auto; }
  .about-portrait { max-width: 520px; }
  .service-row { grid-template-columns: 52px 1fr; }
  .service-row > strong { grid-column: 2; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .site-footer__widgets { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --orb-shell: calc(100vw - 28px); }
  .site-brand__name { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .orbit-hero__copy { max-width: 190px; }
  .orbit-hero__copy .eyebrow { margin-bottom: 10px; font-size: .68rem; }
  .orbit-hero__copy .accent-line { margin-top: 14px; }
  .orbit-stage { top: 74px; }
  .orbit-detail { top: 118px; right: 14px; bottom: auto; width: 170px; }
  .orbit-detail__icon, .orbit-detail .button { display: none; }
  .orbit-detail h2 { font-size: 1.05rem; }
  .orbit-controller { grid-template-columns: 40px 29px minmax(76px,1fr) 29px 40px; gap: 5px; width: calc(100vw - 28px); min-height: 56px; }
  .orbit-controller__button { width: 40px; height: 40px; }
  .content-section { padding: 72px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .cta-panel { align-items: start; flex-direction: column; }
  .page-surface { padding-top: 86px; }
  .page-hero { min-height: 440px; }
  .page-hero h1, .project-hero h1, .not-found h1 { font-size: clamp(3rem,17vw,5rem); }
  .project-grid, .post-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(even) { margin-top: 0; }
  .project-card__media { border-radius: 18px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid div { display: flex; align-items: baseline; justify-content: space-between; }
  .process-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-row > strong { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .project-navigation { grid-template-columns: 1fr; }
  .project-navigation > div:last-child { text-align: left; }
  .site-footer { padding-inline: 14px; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__bottom { align-items: start; flex-direction: column; gap: 8px; }
  .not-found__actions { align-items: start; flex-direction: column; }
}

@media (max-width: 420px) {
  .orbit-hero__copy h1 { font-size: 1.9rem; }
  .orbit-detail { width: 150px; }
  .orbit-card { border-radius: 10px; }
}

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