:root {
  color-scheme: dark;
  --bg: #030508;
  --panel: rgba(12, 17, 24, 0.72);
  --panel-strong: rgba(17, 24, 34, 0.9);
  --line: rgba(170, 208, 255, 0.18);
  --line-bright: rgba(104, 180, 255, 0.46);
  --text: #f3f7ff;
  --muted: #9aa8ba;
  --dim: #657386;
  --blue: #72b7ff;
  --cyan: #89f5ff;
  --steel: #c9d4e3;
  --danger: #ff514f;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 52% 0%, rgba(57, 122, 190, 0.2), transparent 34%),
    radial-gradient(circle at 80% 35%, rgba(25, 129, 174, 0.16), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.11;
  background-image: linear-gradient(115deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(3, 5, 8, 0.9), rgba(3, 5, 8, 0.32));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(60, 130, 255, 0.36));
}

.brand-wordmark {
  width: clamp(132px, 13vw, 215px);
  max-height: 46px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: var(--steel);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav a,
.site-footer nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.site-footer nav a:hover {
  color: var(--blue);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(244, 248, 255, 0.72);
  color: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.menu-toggle {
  display: none;
}

.section-full {
  position: relative;
  min-height: 100vh;
}

.hero {
  display: grid;
  align-items: center;
  padding: 104px clamp(20px, 5vw, 76px) 82px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, #030508 8%, transparent);
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 24%, rgba(114, 183, 255, 0.27), transparent 22%),
    linear-gradient(90deg, rgba(3, 5, 8, 0.98) 0%, rgba(3, 5, 8, 0.68) 42%, rgba(3, 5, 8, 0.24) 100%),
    linear-gradient(180deg, #06101b 0%, #030508 100%);
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(112, 183, 255, 0.16) 22.2% 22.4%, transparent 22.6% 100%),
    linear-gradient(0deg, rgba(136, 203, 255, 0.12) 1px, transparent 1px);
  background-size: 100% 100%, 100% 62px;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 74%, transparent);
}

.city {
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: 52%;
  background-repeat: repeat-x;
  background-position: bottom;
  opacity: 0.9;
}

.city-back {
  background-image:
    linear-gradient(to top, rgba(15, 30, 46, 0.95) 0 55%, transparent 55%),
    linear-gradient(to top, rgba(22, 45, 68, 0.86) 0 72%, transparent 72%),
    linear-gradient(to top, rgba(10, 19, 32, 0.95) 0 44%, transparent 44%);
  background-size: 96px 390px, 135px 470px, 70px 310px;
  filter: blur(1px);
}

.city-front {
  bottom: 4%;
  background-image:
    linear-gradient(to top, rgba(5, 10, 18, 0.96) 0 68%, transparent 68%),
    linear-gradient(to top, rgba(10, 20, 31, 0.95) 0 82%, transparent 82%),
    linear-gradient(to top, rgba(7, 14, 25, 0.98) 0 58%, transparent 58%);
  background-size: 120px 340px, 84px 390px, 54px 290px;
}

.rain {
  position: absolute;
  inset: -20%;
  opacity: 0.22;
  background-image: linear-gradient(105deg, transparent 0 48%, rgba(193, 225, 255, 0.9) 49%, transparent 50%);
  background-size: 46px 120px;
  animation: rain 1.2s linear infinite;
}

.studio-silhouette {
  position: absolute;
  left: 59%;
  bottom: 17%;
  width: 80px;
  height: 230px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent 0 12%, #020306 12% 100%);
  clip-path: polygon(42% 0, 58% 0, 64% 11%, 70% 26%, 82% 100%, 18% 100%, 30% 26%, 36% 11%);
  filter: drop-shadow(0 0 48px rgba(119, 190, 255, 0.5));
}

.studio-silhouette::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 25px;
  height: 28px;
  border-radius: 50%;
  background: #020306;
}

.camera-rig {
  position: absolute;
  bottom: 13%;
  width: 180px;
  height: 150px;
  opacity: 0.78;
  border-top: 12px solid rgba(1, 4, 9, 0.95);
  transform-origin: bottom;
}

.camera-rig::before,
.camera-rig::after {
  content: "";
  position: absolute;
  background: rgba(1, 4, 9, 0.94);
}

.camera-rig::before {
  top: -38px;
  width: 72px;
  height: 42px;
  border: 1px solid rgba(120, 190, 255, 0.22);
}

.camera-rig::after {
  left: 64px;
  top: 0;
  width: 10px;
  height: 150px;
  transform: rotate(18deg);
}

.rig-left {
  left: 10%;
  transform: rotate(-8deg);
}

.rig-right {
  right: 8%;
  transform: scaleX(-1) rotate(-6deg);
}

.hud-panel {
  position: absolute;
  width: 235px;
  padding: 18px;
  border: 1px solid rgba(119, 199, 255, 0.36);
  background: rgba(5, 13, 23, 0.48);
  box-shadow: 0 0 40px rgba(68, 164, 255, 0.13), inset 0 0 32px rgba(79, 160, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hud-panel span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
}

.hud-panel strong {
  display: block;
  margin: 9px 0 12px;
  font-size: 29px;
}

.hud-panel i {
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), transparent);
}

.panel-one {
  top: 17%;
  right: 9%;
}

.panel-two {
  top: 25%;
  left: 49%;
}

.panel-three {
  right: 25%;
  bottom: 22%;
}

.holo-face {
  position: absolute;
  top: 17%;
  left: 58%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(137, 245, 255, 0.25);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(207, 237, 255, 0.45), transparent 10%),
    radial-gradient(circle at 42% 45%, rgba(137, 245, 255, 0.5), transparent 3%),
    radial-gradient(circle at 58% 45%, rgba(137, 245, 255, 0.5), transparent 3%),
    radial-gradient(circle, rgba(53, 151, 255, 0.24), transparent 66%);
  filter: blur(0.2px);
  opacity: 0.68;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.hero-brand {
  display: block;
  width: min(520px, 82vw);
  margin: 0 0 24px;
  filter: drop-shadow(0 0 32px rgba(67, 204, 255, 0.22));
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.89;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  color: #d7e4f4;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 28px 0;
}

.before-after div {
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.34);
}

.before-after span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.before-after p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

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

.button-primary {
  border-color: rgba(121, 191, 255, 0.95);
  background: linear-gradient(135deg, rgba(113, 183, 255, 0.95), rgba(21, 91, 182, 0.95));
  color: #03101f;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
  color: var(--steel);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-meta span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
}

.tool-strip {
  position: absolute;
  left: clamp(20px, 5vw, 76px);
  right: clamp(20px, 5vw, 76px);
  bottom: 24px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  color: rgba(244, 248, 255, 0.75);
  font-weight: 900;
  text-align: center;
}

.tool-strip span {
  padding: 14px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.section-pad {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 76px);
}

.section-heading {
  max-width: 930px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.versus-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.comparison-card,
.service-card,
.price-card,
figure,
.factor-shell {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(15, 21, 30, 0.84), rgba(5, 8, 13, 0.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.comparison-card {
  min-height: 320px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.comparison-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 28% 42%, rgba(255, 81, 79, 0.24), transparent 34%);
  opacity: 0.8;
}

.comparison-card.future::before {
  background: radial-gradient(circle at 70% 42%, rgba(114, 183, 255, 0.32), transparent 36%);
}

.comparison-card > * {
  position: relative;
}

.card-kicker {
  display: block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-card li,
.service-card li,
.price-card li {
  color: var(--steel);
  line-height: 1.65;
}

.comparison-card li::before {
  content: "x";
  margin-right: 10px;
  color: var(--danger);
  font-weight: 900;
}

.future li::before,
.service-card li::before,
.price-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 11px;
  border-right: 1px solid var(--cyan);
  border-bottom: 1px solid var(--cyan);
  transform: rotate(45deg);
}

.vs-mark {
  align-self: center;
  color: white;
  font-size: clamp(48px, 8vw, 94px);
  font-weight: 900;
  text-shadow: 0 0 30px rgba(129, 193, 255, 0.9);
}

.impact-line {
  margin: 34px auto 0;
  color: var(--steel);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.impact-line span {
  color: var(--blue);
}

.service-grid,
.pricing-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.service-card,
.price-card {
  padding: 18px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:hover,
.price-card:hover {
  transform: translateY(-8px);
  border-color: var(--line-bright);
  box-shadow: 0 28px 100px rgba(45, 134, 255, 0.18);
}

.visual {
  position: relative;
  min-height: 198px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #08111d;
}

.visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,0.12) 36%, transparent 38%),
    radial-gradient(circle at 66% 38%, rgba(114,183,255,0.42), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 32px);
}

.cinematic-visual {
  background:
    radial-gradient(circle at 60% 65%, rgba(244, 95, 58, 0.42), transparent 20%),
    linear-gradient(145deg, #0a121e, #151b22 48%, #05070b);
}

.automation-visual {
  background:
    radial-gradient(circle at 40% 45%, rgba(137, 245, 255, 0.4), transparent 22%),
    linear-gradient(145deg, #06121a, #0b1f32 50%, #030508);
}

.web-visual {
  background:
    radial-gradient(circle at 74% 25%, rgba(75, 115, 255, 0.42), transparent 20%),
    linear-gradient(145deg, #060817, #10172a 50%, #030508);
}

.visual-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 10px;
  border: 1px solid rgba(137, 245, 255, 0.34);
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
}

.service-card p,
.price-card .ideal,
figure blockquote,
.pipeline-side p,
.pipeline-core p,
.site-footer p {
  color: var(--muted);
  line-height: 1.6;
}

.service-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card a::after {
  content: " ->";
}

.factor-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
}

.pipeline-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 20px;
  align-items: center;
}

.pipeline-side,
.pipeline-core {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
}

.pipeline-side span,
.pipeline-core small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pipeline-side strong {
  display: block;
  margin: 18px 0;
  font-size: clamp(24px, 3vw, 38px);
}

.highlighted {
  border-color: var(--line-bright);
  box-shadow: inset 0 0 40px rgba(71, 149, 255, 0.13);
}

.pipeline-core {
  text-align: center;
}

.core-ring {
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  margin: 0 auto 22px;
  border: 1px solid rgba(137, 245, 255, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 183, 255, 0.22), transparent 64%);
  box-shadow: 0 0 42px rgba(114, 183, 255, 0.28);
}

.core-ring span {
  font-size: 42px;
  font-weight: 900;
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.price-card.featured {
  border-color: rgba(112, 183, 255, 0.68);
  background: linear-gradient(160deg, rgba(22, 90, 177, 0.92), rgba(8, 14, 26, 0.92) 54%);
}

.price {
  margin: 8px 0 20px;
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 900;
}

.price span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.price-card .ideal {
  margin-top: auto;
  min-height: 78px;
}

.price-card .button {
  margin-top: 18px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 230px;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 35% 36%, rgba(114, 183, 255, 0.38), transparent 23%),
    linear-gradient(145deg, #0a1018, #030508);
}

.portfolio-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent, rgba(255,255,255,0.1), transparent),
    repeating-linear-gradient(90deg, rgba(137, 245, 255, 0.1) 0 1px, transparent 1px 40px);
}

.portfolio-item:nth-child(2) {
  background:
    radial-gradient(circle at 50% 40%, rgba(232, 239, 255, 0.45), transparent 16%),
    radial-gradient(circle at 62% 58%, rgba(114, 183, 255, 0.24), transparent 21%),
    #070b11;
}

.portfolio-item:nth-child(3) {
  background:
    radial-gradient(circle at 68% 35%, rgba(137, 245, 255, 0.36), transparent 26%),
    #06101a;
}

.portfolio-item:nth-child(4) {
  background:
    linear-gradient(90deg, rgba(114, 183, 255, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(114, 183, 255, 0.12) 1px, transparent 1px),
    #07101c;
  background-size: 34px 34px;
}

.item-wide {
  grid-row: span 2;
}

.portfolio-item span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  font-weight: 900;
  text-transform: uppercase;
}

figure {
  margin: 0;
  padding: 28px;
}

blockquote {
  margin: 0 0 24px;
}

figcaption {
  font-weight: 900;
  text-transform: uppercase;
}

figcaption span {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 12px;
}

.final-cta {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(74px, 10vw, 140px) clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-visual {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 38%, rgba(137, 245, 255, 0.32), transparent 18%),
    radial-gradient(circle at 84% 50%, rgba(255, 159, 87, 0.28), transparent 15%),
    linear-gradient(90deg, #030508 0%, rgba(3, 5, 8, 0.78) 45%, rgba(3, 5, 8, 0.36) 100%),
    linear-gradient(145deg, #08111b, #020305);
}

.cta-visual::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 8%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(137, 245, 255, 0.22);
  background: radial-gradient(circle at 48% 42%, rgba(235, 246, 255, 0.3), transparent 9%),
    radial-gradient(circle, rgba(114, 183, 255, 0.22), transparent 66%);
}

.cta-content {
  position: relative;
  max-width: 780px;
}

.cta-content h2 {
  font-size: clamp(54px, 9vw, 126px);
}

.cta-content p:not(.eyebrow) {
  max-width: 620px;
  color: var(--steel);
  font-size: 20px;
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 28px;
  padding: 38px clamp(20px, 5vw, 76px);
  background: #030508;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  color: var(--muted);
  font-size: 13px;
}

.copyright {
  align-self: end;
  color: var(--dim);
}

@keyframes rain {
  to {
    transform: translate3d(-46px, 120px, 0);
  }
}

@media (max-width: 1000px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: inline-grid;
    gap: 6px;
    justify-self: end;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.04);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: white;
  }

  .site-header.menu-open .desktop-nav {
    position: absolute;
    top: 78px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(3, 5, 8, 0.96);
  }

  .site-header.menu-open .desktop-nav a {
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .panel-one,
  .panel-two,
  .panel-three,
  .holo-face,
  .camera-rig {
    opacity: 0.28;
  }

  .versus-grid,
  .pipeline-grid,
  .service-grid,
  .pricing-grid,
  .testimonial-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .vs-mark {
    text-align: center;
  }

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

  .item-wide {
    grid-row: span 1;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 118px;
  }

  h1 {
    font-size: 46px;
  }

  .before-after,
  .tool-strip,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .tool-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 42px;
  }

  .tool-strip span {
    padding: 10px 0;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .panel-one {
    right: -70px;
  }

  .studio-silhouette {
    left: 76%;
  }

  .portfolio-grid {
    grid-auto-rows: 190px;
  }
}

/* Reference recreation layer */
body {
  background: #030406;
  font-size: 12px;
}

.site-header {
  left: 50%;
  width: min(100%, 1440px);
  transform: translateX(-50%);
  padding: 16px 26px;
  grid-template-columns: 210px 1fr auto auto;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.86), rgba(3, 7, 12, 0.18));
  border-bottom: 0;
}

.brand {
  min-width: 0;
  gap: 8px;
}

.brand-mark {
  width: 30px;
  height: 30px;
}

.brand-wordmark {
  width: 152px;
  max-height: 38px;
}

.desktop-nav {
  gap: 34px;
  font-size: 10px;
}

.nav-cta,
.button {
  min-height: 34px;
  padding: 0 18px;
  font-size: 10px;
  border-color: rgba(255,255,255,.72);
}

main,
.site-footer {
  max-width: 1440px;
  margin: 0 auto;
}

.section-pad {
  padding: 26px clamp(18px, 8vw, 120px);
  border-top: 1px solid rgba(140, 170, 210, 0.16);
  background-position: center;
  background-size: cover;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading .eyebrow {
  display: none;
}

h1 {
  max-width: 520px;
  font-size: clamp(33px, 4.2vw, 48px);
  line-height: 1.03;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  font-size: 19px;
}

.hero {
  min-height: 625px;
  padding: 122px 40px 74px;
  background:
    linear-gradient(90deg, rgba(4,7,12,.92) 0%, rgba(4,7,12,.64) 30%, rgba(4,7,12,.12) 72%, rgba(4,7,12,.54) 100%),
    url("assets/reference/hero-clean.png") center / cover no-repeat;
  border-bottom: 1px solid rgba(140, 170, 210, 0.2);
}

.hero-scene,
.hero::after {
  display: none;
}

.hero-content {
  max-width: 520px;
}

.hero-brand {
  display: none;
}

.hero .eyebrow {
  display: none;
}

.hero-copy {
  max-width: 445px;
  font-size: 13px;
  line-height: 1.45;
}

.hero-bullets {
  display: grid;
  gap: 12px;
  margin: 24px 0 34px;
  color: white;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-bullets li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  vertical-align: -3px;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.08);
}

.tool-strip {
  left: 250px;
  right: 220px;
  bottom: 18px;
  gap: 28px;
  color: rgba(255,255,255,.86);
  font-size: 16px;
}

.tool-strip span {
  border: 0;
  padding: 0;
}

.market {
  background-image: linear-gradient(90deg, rgba(3,4,6,.95), rgba(3,4,6,.62), rgba(3,4,6,.95)), url("assets/reference/problem.png");
}

.versus-grid {
  max-width: 1220px;
  gap: 28px;
}

.comparison-card {
  min-height: 205px;
  padding: 28px 34px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.comparison-card::before {
  display: none;
}

.card-kicker {
  font-size: 14px;
}

.comparison-card li,
.service-card li,
.price-card li {
  font-size: 12px;
  line-height: 1.85;
}

.vs-mark {
  font-size: 64px;
}

.impact-line {
  margin-top: 0;
  font-size: 18px;
}

.services {
  background-image: linear-gradient(180deg, rgba(3,4,6,.72), rgba(3,4,6,.93)), url("assets/reference/services.png");
}

.service-grid {
  max-width: 1190px;
  gap: 28px;
}

.service-card,
.price-card,
figure,
.factor-shell {
  border: 1px solid rgba(124, 151, 185, 0.32);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(13, 17, 24, 0.88), rgba(4, 6, 10, 0.88));
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.36);
}

.service-card {
  min-height: 380px;
  padding: 14px 16px 20px;
}

.visual {
  min-height: 142px;
  margin-bottom: 18px;
  border-radius: 7px;
}

.visual::before {
  opacity: .26;
}

.cinematic-visual {
  background: url("assets/reference/service-cinema.png") center / cover no-repeat;
}

.automation-visual {
  background: url("assets/reference/service-automation.png") center / cover no-repeat;
}

.web-visual {
  background: url("assets/reference/service-web.png") center / cover no-repeat;
}

.visual-label {
  left: 12px;
  bottom: 10px;
  background: rgba(0,0,0,.55);
}

.service-card p {
  min-height: 54px;
  font-size: 13px;
}

.service-card a {
  margin-top: 12px;
  font-size: 11px;
}

.service-card a + a {
  display: none;
}

.factor {
  background-image: linear-gradient(180deg, rgba(3,4,6,.86), rgba(3,4,6,.94)), url("assets/reference/factor.png");
  padding-top: 14px;
}

.factor-shell {
  max-width: 1190px;
  padding: 18px 34px 22px;
  background: rgba(7,10,15,.62);
}

.pipeline-grid {
  grid-template-columns: 1fr .84fr 1fr;
  gap: 16px;
}

.pipeline-side,
.pipeline-core {
  min-height: 150px;
  padding: 14px 22px;
  border: 0;
  background: transparent;
}

.pipeline-side strong {
  font-size: 16px;
}

.core-ring {
  width: 132px;
  height: 132px;
  margin-bottom: 10px;
}

.core-ring span {
  font-size: 20px;
}

.pricing {
  background-image: linear-gradient(180deg, rgba(3,4,6,.82), rgba(3,4,6,.95)), url("assets/reference/pricing.png");
}

.pricing-grid {
  max-width: 1190px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.price-card {
  min-height: 340px;
  padding: 20px 20px 18px;
}

.price-card h3 {
  text-align: center;
  font-size: 13px;
}

.price {
  margin: 20px 0 14px;
  font-size: 31px;
}

.price-card .ideal {
  min-height: 46px;
  font-size: 11px;
}

.price-card .button {
  width: 100%;
  min-height: 31px;
}

.portfolio {
  background-image: linear-gradient(180deg, rgba(3,4,6,.88), rgba(3,4,6,.95)), url("assets/reference/portfolio.png");
  padding-top: 12px;
}

.portfolio-grid {
  max-width: 1190px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 92px;
}

.portfolio-item {
  border-radius: 6px;
}

.portfolio-item::before {
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.42));
}

.portfolio-item:nth-child(1) {
  background: url("assets/reference/portfolio-1.png") center / cover no-repeat;
}

.portfolio-item:nth-child(2) {
  background: url("assets/reference/portfolio-2.png") center / cover no-repeat;
}

.portfolio-item:nth-child(3) {
  background: url("assets/reference/portfolio-3.png") center / cover no-repeat;
}

.portfolio-item:nth-child(4) {
  background: url("assets/reference/portfolio-4.png") center / cover no-repeat;
}

.item-wide {
  grid-row: span 1;
}

.portfolio-item span {
  display: none;
}

.testimonials {
  background-image: linear-gradient(180deg, rgba(3,4,6,.9), rgba(3,4,6,.96)), url("assets/reference/testimonials.png");
  padding-top: 12px;
}

.testimonial-grid {
  max-width: 1190px;
}

figure {
  min-height: 122px;
  padding: 18px 26px;
}

blockquote {
  margin-bottom: 16px;
  font-size: 12px;
}

figcaption {
  font-size: 12px;
}

.final-cta {
  min-height: 198px;
  padding: 24px 120px;
  background: url("assets/reference/final.png") center / cover no-repeat;
}

.cta-visual,
.cta-visual::after {
  display: none;
}

.cta-content h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 5vw, 50px);
}

.cta-content p:not(.eyebrow) {
  display: none;
}

.cta-content .hero-actions {
  position: absolute;
  top: 28px;
  right: -420px;
  width: 240px;
  display: grid;
}

.site-footer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 26px 110px 22px;
  border-top: 1px solid rgba(140, 170, 210, 0.16);
}

.site-footer .brand {
  justify-content: flex-start;
}

.site-footer p {
  font-size: 11px;
}

.site-footer nav {
  grid-template-columns: repeat(2, 1fr);
  font-size: 11px;
}

.copyright {
  grid-column: 1 / -1;
  text-align: center;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 14px 18px;
  }

  .brand-wordmark {
    width: 130px;
  }

  .hero {
    min-height: 610px;
    padding: 100px 22px 54px;
    background-position: 56% center;
  }

  .tool-strip {
    left: 22px;
    right: 22px;
    grid-template-columns: repeat(3, 1fr);
    font-size: 12px;
  }

  .section-pad {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding: 34px 22px;
  }

  .cta-content .hero-actions {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}

@media (max-width: 700px) {
  html {
    overflow-x: hidden;
  }

  body {
    width: 864px;
    zoom: 0.675;
  }

  .site-header {
    grid-template-columns: 210px 1fr auto auto;
    padding: 16px 26px;
  }

  .desktop-nav {
    display: flex;
    gap: 34px;
  }

  .nav-cta {
    display: inline-flex;
  }

  .menu-toggle {
    display: none;
  }

  .hero {
    min-height: 625px;
    padding: 122px 40px 74px;
    background-position: center;
  }

  .hero-actions,
  .button {
    width: auto;
  }

  .tool-strip {
    position: absolute;
    left: 250px;
    right: 220px;
    bottom: 18px;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
    font-size: 16px;
    margin-top: 0;
  }

  .versus-grid {
    grid-template-columns: 1fr auto 1fr;
  }

  .service-grid,
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pipeline-grid {
    grid-template-columns: 1fr .84fr 1fr;
  }

  .pricing-grid,
  .portfolio-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .final-cta {
    padding: 24px 120px;
  }

  .cta-content .hero-actions {
    position: absolute;
    top: 28px;
    right: -420px;
    width: 240px;
    display: grid;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 26px 110px 22px;
  }
}
