:root {
  color-scheme: dark;
  --bg: oklch(10% 0.012 210);
  --bg-soft: oklch(13% 0.013 210);
  --panel: oklch(17% 0.014 210 / 0.74);
  --panel-strong: oklch(20% 0.016 210 / 0.88);
  --text: oklch(93% 0.012 82);
  --muted: oklch(71% 0.024 230);
  --dim: oklch(55% 0.025 230);
  --line: oklch(33% 0.026 220 / 0.72);
  --line-soft: oklch(26% 0.02 220 / 0.62);
  --lime: oklch(84% 0.25 118);
  --lime-strong: oklch(90% 0.28 116);
  --lime-deep: oklch(52% 0.16 126);
  --warm: oklch(68% 0.11 70);
  --shadow: 0 28px 80px oklch(4% 0.008 220 / 0.55);
  --max: 1240px;
  --radius: 8px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at var(--spot-x, 72%) var(--spot-y, 18%), oklch(43% 0.16 125 / 0.16), transparent 24rem),
    linear-gradient(180deg, oklch(9% 0.014 210), var(--bg) 40rem, oklch(11% 0.012 220));
  color: var(--text);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--lime);
  color: oklch(12% 0.016 130);
}

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

img,
svg {
  display: block;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
  width: min(100% - 32px, 1340px);
  margin: 22px auto 0;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 38px;
  color: var(--text);
}

.brand-mark svg {
  width: 46px;
  height: 46px;
  overflow: visible;
}

.brand-mark path,
.brand-mark circle,
.brand-mark rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark .mark-shell {
  fill: oklch(90% 0.018 86 / 0.08);
}

.brand-word {
  line-height: 1;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 66px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  transition: color 220ms var(--ease);
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
  content: "";
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 240ms var(--ease), border-color 240ms var(--ease), background 240ms var(--ease), color 240ms var(--ease), box-shadow 240ms var(--ease);
}

.header-cta {
  background: oklch(14% 0.012 210 / 0.62);
  backdrop-filter: blur(14px);
}

.header-cta span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 22px var(--lime);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  border-color: oklch(77% 0.18 118 / 0.9);
}

.hero {
  position: relative;
  min-height: clamp(680px, 86svh, 860px);
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  background: oklch(9% 0.013 212);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  z-index: -3;
  inset: 72px 0 0 auto;
  width: min(70vw, 1080px);
  height: calc(100% - 72px);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(1.08) contrast(1.04) brightness(1.12);
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(8% 0.012 215 / 0.95) 0%, oklch(8% 0.012 215 / 0.78) 30%, oklch(8% 0.012 215 / 0.24) 58%, oklch(8% 0.012 215 / 0.03) 100%),
    linear-gradient(180deg, oklch(7% 0.012 215 / 0.78), transparent 24%, oklch(7% 0.012 215 / 0.28) 76%, oklch(7% 0.012 215 / 0.7));
}

.orbital-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(to right, oklch(75% 0.2 118 / 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, oklch(75% 0.2 118 / 0.06) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 70% 50%, black, transparent 58%);
}

.hero-inner {
  display: grid;
  align-items: center;
  width: min(100% - 40px, var(--max));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(112px, 16vh, 180px) 0 72px;
}

.hero-copy {
  width: min(100%, 660px);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--lime);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
}

.section-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px var(--lime);
}

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

h1 {
  margin: 28px 0 0;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 100%;
}

h1 span {
  display: block;
}

.headline-main {
  white-space: nowrap;
}

mark {
  background: transparent;
  color: var(--lime);
}

.hero-text {
  max-width: 56ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.68;
}

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

.button {
  min-width: 202px;
}

.button svg {
  width: 17px;
  height: 17px;
}

.button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  border-color: transparent;
  background: linear-gradient(180deg, var(--lime-strong), var(--lime));
  color: oklch(15% 0.035 132);
  box-shadow: 0 22px 48px oklch(75% 0.22 118 / 0.24);
}

.button-primary:hover {
  box-shadow: 0 28px 72px oklch(75% 0.22 118 / 0.34);
}

.button-ghost {
  background: oklch(13% 0.012 210 / 0.62);
  color: var(--text);
}

.people-note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
}

.avatars {
  display: flex;
  min-width: 116px;
}

.avatars span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: -7px;
  border: 2px solid oklch(11% 0.012 215);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, oklch(96% 0.015 78), transparent 22%),
    linear-gradient(135deg, oklch(67% 0.12 62), oklch(38% 0.05 238));
  color: oklch(12% 0.016 130);
  font-size: 10px;
  font-weight: 900;
}

.avatars span:first-child {
  margin-left: 0;
}

.people-note p {
  max-width: 260px;
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.45;
}

.section {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 96px) 0;
}

.section + .section {
  border-top: 1px solid var(--line-soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 680px);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.section h2,
.contact-section h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 222px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, oklch(19% 0.016 212 / 0.78), oklch(13% 0.012 212 / 0.58)),
    radial-gradient(circle at 20% 15%, oklch(78% 0.2 118 / 0.1), transparent 13rem);
  padding: 28px;
  box-shadow: inset 0 1px 0 oklch(96% 0.012 82 / 0.04);
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: oklch(72% 0.16 118 / 0.62);
  background:
    linear-gradient(180deg, oklch(20% 0.018 212 / 0.86), oklch(14% 0.012 212 / 0.7)),
    radial-gradient(circle at 20% 15%, oklch(78% 0.2 118 / 0.16), transparent 13rem);
}

.service-card-wide {
  grid-column: span 1;
}

.service-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  color: var(--lime);
}

.service-icon path,
.service-icon rect,
.service-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.formats-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: start;
}

.formats-copy p:last-child {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.format-list {
  display: grid;
  gap: 12px;
}

.format-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 6px 18px;
  align-items: baseline;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.format-list span {
  color: var(--lime);
  font-size: 13px;
  font-weight: 850;
}

.format-list strong {
  font-size: clamp(19px, 2vw, 25px);
  letter-spacing: -0.02em;
}

.format-list p {
  grid-column: 2;
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: oklch(13% 0.012 212 / 0.58);
}

.process-list li {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid var(--line-soft);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 42px;
  border: 1px solid oklch(80% 0.22 118 / 0.54);
  border-radius: 50%;
  color: var(--lime);
  font-size: 13px;
  font-weight: 850;
}

.process-list h3 {
  margin: 0 0 14px;
  font-size: 21px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: min(100% - 40px, var(--max));
  margin: 0 auto clamp(32px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 20%, oklch(82% 0.22 118 / 0.14), transparent 25rem),
    linear-gradient(135deg, oklch(18% 0.018 214), oklch(12% 0.012 214));
  padding: clamp(30px, 5vw, 54px);
  box-shadow: var(--shadow);
}

.contact-actions {
  display: grid;
  gap: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 0 0 32px;
  color: var(--dim);
  font-size: 13px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.is-ready [data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.is-ready [data-reveal]:nth-child(2) {
  transition-delay: 70ms;
}

.is-ready [data-reveal]:nth-child(3) {
  transition-delay: 120ms;
}

.is-ready [data-reveal]:nth-child(4) {
  transition-delay: 170ms;
}

.is-ready [data-reveal]:nth-child(5) {
  transition-delay: 220ms;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    display: none;
  }

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

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .formats-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 24px, 1340px);
    margin-top: 14px;
  }

  .brand {
    gap: 8px;
    font-size: 16px;
  }

  .brand-mark,
  .brand-mark svg {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .header-cta span {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    position: relative;
    z-index: -3;
    display: block;
    inset: auto;
    width: 100%;
    height: clamp(300px, 60vw, 470px);
    margin-top: 74px;
  }

  .hero-media img {
    object-fit: cover;
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, oklch(7% 0.012 215 / 0.1), oklch(8% 0.012 215 / 0.7) 55%, oklch(8% 0.012 215) 100%),
      linear-gradient(90deg, oklch(8% 0.012 215 / 0.78), transparent);
  }

  .hero-inner {
    min-height: auto;
    width: min(100% - 28px, var(--max));
    padding: 0 0 46px;
  }

  .hero-copy {
    margin-top: -40px;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(40px, 12vw, 58px);
  }

  .headline-main {
    white-space: normal;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions,
  .people-note {
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .people-note {
    flex-direction: column;
    gap: 14px;
  }

  .people-note p {
    max-width: none;
  }

  .section,
  .contact-section,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .section-head,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .service-card {
    min-height: auto;
  }

  .process-list li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .process-list li:last-child {
    border-bottom: 0;
  }

  .process-list li:nth-child(2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .process-list span {
    margin-bottom: 26px;
  }

  .format-list div {
    grid-template-columns: 42px 1fr;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 24px;
  }
}

@media (max-width: 430px) {
  .brand-word {
    max-width: none;
  }

  .header-cta {
    max-width: 132px;
    padding-inline: 10px;
    font-size: 10px;
    text-align: center;
  }

  .hero-actions {
    gap: 12px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
