@font-face {
  font-family: "CP Space Grotesk";
  src: url("/fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "CP Space Mono";
  src: url("/fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRUEN2RFq7AwU.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "CP Telegraf";
  src: url("/framerusercontent.com/assets/3iIwjrYk7C0DS7dHAnJvFFhWi8.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --cp-bg: #0f100f;
  --cp-panel: #171916;
  --cp-panel-soft: rgba(255, 255, 255, 0.07);
  --cp-text: #fffaf3;
  --cp-muted: rgba(255, 250, 243, 0.68);
  --cp-line: rgba(255, 250, 243, 0.14);
  --cp-accent: #ff5638;
  --cp-accent-2: #ff9d16;
  --cp-radius: 28px;
  --cp-max: 1344px;
  --cp-grotesk: "CP Space Grotesk", Inter, system-ui, sans-serif;
  --cp-display: "CP Telegraf", "CP Space Grotesk", Inter, system-ui, sans-serif;
  --cp-mono: "CP Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

cp-landing-page,
cp-header,
cp-hero,
cp-press-strip,
cp-solutions,
cp-case-studies,
cp-blog-grid,
cp-cta,
cp-footer {
  display: block;
}

.cp-page {
  background: var(--cp-bg);
  color: var(--cp-text);
  font-family: var(--cp-grotesk);
  overflow-x: hidden;
}

.cp-page *,
.cp-page *::before,
.cp-page *::after {
  box-sizing: border-box;
}

.cp-page a {
  color: inherit;
  text-decoration: none;
}

.cp-shell {
  width: min(var(--cp-max), calc(100% - 48px));
  margin: 0 auto;
}

.cp-eyebrow {
  color: var(--cp-text);
  font-family: var(--cp-mono);
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cp-button {
  align-items: center;
  border: 1px solid var(--cp-accent);
  border-radius: 12px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.cp-button--primary {
  background: var(--cp-accent);
  color: var(--cp-text);
}

.cp-button--ghost {
  background: rgba(15, 16, 15, 0.54);
  color: var(--cp-text);
}

.cp-button--ghost:hover {
  background: var(--cp-text);
  border-color: var(--cp-text);
  color: var(--cp-bg);
}

.cp-reveal {
  opacity: 0.001;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.cp-header {
  border-bottom: 1px solid var(--cp-line);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.cp-header::before {
  backdrop-filter: blur(20px);
  background: linear-gradient(90deg, rgba(15, 16, 15, 0.78), rgba(15, 16, 15, 0.38));
  content: "";
  inset: 0;
  position: absolute;
}

.cp-header__inner {
  align-items: center;
  display: flex;
  gap: 36px;
  height: 70px;
  justify-content: space-between;
  position: relative;
}

.cp-brand {
  align-items: center;
  display: inline-flex;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-weight: 500;
  gap: 10px;
  letter-spacing: -0.05em;
}

.cp-brand__mark {
  align-items: center;
  background: var(--cp-accent);
  clip-path: polygon(50% 0%, 61% 15%, 78% 8%, 83% 27%, 100% 31%, 91% 50%, 100% 67%, 80% 73%, 74% 94%, 56% 83%, 41% 100%, 31% 81%, 10% 87%, 13% 65%, 0% 51%, 16% 38%, 8% 18%, 30% 19%);
  color: var(--cp-text);
  display: inline-flex;
  font-family: var(--cp-mono);
  font-size: 13px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  line-height: 1;
  transform: rotate(9deg);
  width: 34px;
}

.cp-brand__name strong {
  font-weight: 900;
}

.cp-nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 4vw, 52px);
  font-size: 1rem;
  font-weight: 800;
}

.cp-nav a::after {
  color: rgba(255, 250, 243, 0.6);
  content: "\/";
  font-weight: 500;
  margin-left: 14px;
}

.cp-menu-icon {
  display: none;
  height: 24px;
  position: relative;
  width: 36px;
}

.cp-menu-icon::before,
.cp-menu-icon::after,
.cp-menu-icon span {
  background: var(--cp-text);
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 36px;
}

.cp-menu-icon::before {
  top: 2px;
}

.cp-menu-icon span {
  top: 11px;
}

.cp-menu-icon::after {
  bottom: 2px;
  width: 18px;
}

.cp-hero {
  min-height: calc(100svh - 70px);
  overflow: hidden;
  position: relative;
}

.cp-hero__media {
  background: #0d0e0d;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.cp-hero__media::before {
  background: linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48% 48.12%, transparent 48.12% 100%), linear-gradient(0deg, transparent 0 64%, rgba(255, 255, 255, 0.06) 64% 64.12%, transparent 64.12% 100%);
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent 20%, #000 58%, #000 100%);
  opacity: 0.55;
  position: absolute;
  z-index: 1;
}

.cp-hero__media video,
.cp-hero__fallback {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cp-hero__fallback {
  background: radial-gradient(ellipse 34% 74% at 94% 54%, rgba(255, 167, 22, 0.98) 0%, rgba(238, 94, 29, 0.92) 42%, rgba(119, 33, 50, 0.4) 67%, transparent 78%), radial-gradient(ellipse 38% 82% at 76% 38%, rgba(255, 78, 49, 0.88) 0%, rgba(125, 32, 46, 0.64) 48%, transparent 72%), radial-gradient(circle at 52% 50%, rgba(83, 31, 54, 0.48), transparent 45%), linear-gradient(102deg, #0c0d0c 0%, #0d0e0d 42%, #301216 68%, #7b270f 100%);
  filter: saturate(1.1);
  position: relative;
  transform: scale(1.04);
  animation: cp-hero-drift 12s ease-in-out infinite alternate;
}

.cp-hero__fallback::before {
  border: 2px solid rgba(255, 189, 105, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 110px rgba(255, 78, 49, 0.22), inset 0 0 80px rgba(255, 170, 32, 0.08);
  content: "";
  height: min(80vw, 1100px);
  position: absolute;
  right: -17vw;
  top: -17vw;
  width: min(80vw, 1100px);
}

.cp-hero__fallback::after {
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.09) 28.2%, transparent 28.45% 100%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.7;
}

@keyframes cp-hero-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.4%, 1%, 0); }
}

.cp-hero__media::after {
  background: linear-gradient(90deg, rgba(12, 13, 12, 0.96) 0%, rgba(12, 13, 12, 0.82) 36%, rgba(12, 13, 12, 0.2) 64%, rgba(12, 13, 12, 0.02) 100%), linear-gradient(0deg, rgba(12, 13, 12, 0.2), transparent 34%);
  content: "";
  inset: 0;
  position: absolute;
}

.cp-hero__inner {
  display: flex;
  min-height: calc(100svh - 70px);
  padding: clamp(72px, 10vh, 128px) 0 72px;
  position: relative;
}

.cp-hero__copy {
  align-self: center;
  max-width: min(900px, 72vw);
}

.cp-hero__title {
  font-family: var(--cp-display);
  font-size: clamp(5.8rem, 10.7vw, 11.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.86;
  margin: 12px 0 34px;
  text-transform: uppercase;
}

.cp-hero__title span {
  display: block;
}

.cp-hero__title .cp-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--cp-text);
}

.cp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cp-section {
  align-items: center;
  display: flex;
  min-height: 1040px;
  padding: clamp(72px, 10vw, 140px) 0;
}

.cp-section > .cp-shell {
  width: min(var(--cp-max), calc(100% - 48px));
}

.cp-section--tight {
  padding-top: clamp(48px, 8vw, 96px);
}

.cp-section__head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.cp-section__title {
  font-family: var(--cp-display);
  font-size: clamp(2.6rem, 5.8vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 8px 0 0;
  text-transform: uppercase;
}

.cp-section__body {
  color: var(--cp-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  max-width: 720px;
}

.cp-press {
  border-bottom: 1px solid var(--cp-line);
  border-top: 1px solid var(--cp-line);
  padding: 64px 0 72px;
}

.cp-press__label {
  color: var(--cp-muted);
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 36px;
  text-align: center;
}

.cp-press__logos {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cp-press__logos img {
  filter: brightness(0) invert(1);
  max-height: 42px;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.9;
  width: 100%;
}

.cp-press__logos span {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 14px;
  color: rgba(255, 250, 243, 0.9);
  display: inline-flex;
  font-family: var(--cp-mono);
  font-size: 0.86rem;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 68px;
  padding: 22px 18px;
  text-align: center;
  text-transform: uppercase;
}

.cp-solutions {
  background: var(--cp-bg);
  min-height: 1180px;
}

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

.cp-solution-card {
  background: radial-gradient(circle at 92% 8%, rgba(255, 86, 56, 0.14), transparent 28%), linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  grid-column: span 7;
  min-height: 340px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.cp-solution-card:nth-child(2),
.cp-solution-card:nth-child(3) {
  grid-column: span 5;
}

.cp-solution-card:nth-child(4) {
  grid-column: span 7;
}

.cp-solution-card::after {
  background: radial-gradient(circle at 100% 0%, rgba(255, 86, 56, 0.35), transparent 40%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
}

.cp-solution-card::before {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: -120px;
  top: -130px;
  width: 260px;
}

.cp-solution-card:hover {
  border-color: rgba(255, 86, 56, 0.7);
  transform: translateY(-4px);
}

.cp-solution-card:hover::after {
  opacity: 1;
}

.cp-solution-card__index {
  color: var(--cp-accent);
  font-family: var(--cp-mono);
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.cp-solution-card__title {
  font-family: var(--cp-display);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 92px 0 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.cp-solution-card__text {
  color: var(--cp-muted);
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 1;
}

.cp-case-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cp-case-card {
  background: #f5ead8;
  border-radius: var(--cp-radius);
  color: #111;
  display: grid;
  gap: 28px;
  min-height: 600px;
  padding: clamp(28px, 4vw, 48px);
}

.cp-case-card:nth-child(even) {
  background: #fb593d;
  color: var(--cp-text);
}

.cp-case-card__metric {
  font-family: var(--cp-display);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.cp-case-card__label {
  font-family: var(--cp-mono);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-case-card__quote {
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: auto 0 0;
}

.cp-case-card__person {
  color: currentColor;
  font-family: var(--cp-mono);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  margin-top: 16px;
  opacity: 0.76;
  text-transform: uppercase;
}

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

.cp-blog-card {
  border: 1px solid var(--cp-line);
  border-radius: 22px;
  grid-column: span 2;
  min-height: 390px;
  padding: 24px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cp-blog-card:first-child {
  background: var(--cp-panel-soft);
  grid-column: span 3;
  min-height: 500px;
}

.cp-blog-card:nth-child(2) {
  grid-column: span 3;
  min-height: 500px;
}

.cp-blog-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-4px);
}

.cp-blog-card__title {
  font-family: var(--cp-display);
  font-size: clamp(1.65rem, 2.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin: 0 0 18px;
}

.cp-blog-card__excerpt {
  color: var(--cp-muted);
  line-height: 1.5;
  margin: 0 0 28px;
}

.cp-blog-card__meta {
  color: var(--cp-muted);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--cp-mono);
  font-size: 0.78rem;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-top: auto;
  text-transform: uppercase;
}

.cp-cta {
  align-items: center;
  display: flex;
  min-height: 900px;
  background: linear-gradient(135deg, var(--cp-accent), #ff8a1c 62%, #f7cf84);
  color: #111;
  overflow: hidden;
  padding: clamp(72px, 11vw, 150px) 0;
  position: relative;
}

.cp-cta::after {
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  content: "";
  height: 560px;
  position: absolute;
  right: -180px;
  top: -170px;
  width: 560px;
}

.cp-cta__grid {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.9fr 1.2fr;
  position: relative;
  z-index: 1;
}

.cp-cta__title {
  font-family: var(--cp-display);
  font-size: clamp(4.4rem, 11vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.84;
  margin: 0;
  text-transform: uppercase;
}

.cp-cta__copy {
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.06;
  margin: 0 0 32px;
}

.cp-footer {
  background: #090a09;
  color: var(--cp-text);
  min-height: 460px;
  padding: 96px 0 32px;
}

.cp-footer__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.4fr repeat(4, 1fr);
}

.cp-footer__heading {
  color: var(--cp-muted);
  font-family: var(--cp-mono);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.cp-footer__links {
  display: grid;
  gap: 12px;
}

.cp-footer__links a {
  color: rgba(255, 250, 243, 0.86);
}

.cp-footer__links a:hover {
  color: var(--cp-accent);
}

.cp-footer__small {
  border-top: 1px solid var(--cp-line);
  color: var(--cp-muted);
  font-family: var(--cp-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  margin-top: 56px;
  padding-top: 24px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .cp-nav,
  .cp-header .cp-button {
    display: none;
  }

  .cp-menu-icon {
    display: block;
  }

  .cp-hero__copy {
    max-width: 100%;
  }

  .cp-hero__title {
    font-size: clamp(4.2rem, 15vw, 7rem);
  }

  .cp-section__head,
  .cp-cta__grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .cp-press__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-solution-grid,
  .cp-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-solution-card,
  .cp-solution-card:nth-child(2),
  .cp-solution-card:nth-child(3),
  .cp-solution-card:nth-child(4),
  .cp-blog-card,
  .cp-blog-card:first-child,
  .cp-blog-card:nth-child(2) {
    grid-column: span 1;
    min-height: 360px;
  }

  .cp-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cp-shell {
    width: min(100% - 32px, var(--cp-max));
  }

  .cp-header__inner {
    height: 68px;
  }

  .cp-hero {
    min-height: 560px;
  }

  .cp-hero__inner {
    min-height: 560px;
    padding: 26px 0 36px;
  }

  .cp-hero__copy {
    align-self: start;
  }

  .cp-hero__media::after {
    background: linear-gradient(180deg, rgba(15, 16, 15, 0.06) 0%, rgba(15, 16, 15, 0.4) 50%, rgba(15, 16, 15, 0.98) 100%), linear-gradient(90deg, rgba(15, 16, 15, 0.74), rgba(15, 16, 15, 0.08));
  }

  .cp-hero__fallback {
    background: radial-gradient(ellipse 72% 52% at 86% 2%, rgba(255, 94, 38, 0.92), rgba(123, 36, 35, 0.64) 56%, transparent 74%), linear-gradient(120deg, #0c0d0c 0%, #15100e 48%, #55220f 100%);
  }

  .cp-hero__title {
    font-size: clamp(4rem, 15vw, 4.9rem);
    letter-spacing: -0.07em;
  }

  .cp-hero__title .cp-outline {
    -webkit-text-stroke-width: 1.4px;
  }

  .cp-button {
    min-height: 54px;
    padding: 0 22px;
  }

  .cp-section,
  .cp-solutions {
    min-height: auto;
    padding: 112px 0;
  }

  .cp-section__head {
    margin-bottom: 42px;
  }

  .cp-section__title {
    font-size: clamp(3.3rem, 15vw, 5.2rem);
  }

  .cp-press {
    padding: 62px 0 76px;
  }

  .cp-press__logos span {
    font-size: 0.72rem;
    min-height: 56px;
    padding: 18px 10px;
  }

  .cp-solution-grid,
  .cp-case-grid,
  .cp-blog-grid,
  .cp-footer__grid {
    grid-template-columns: 1fr;
  }

  .cp-case-card {
    min-height: 430px;
  }

  .cp-blog-card,
  .cp-blog-card:first-child,
  .cp-blog-card:nth-child(2) {
    min-height: 330px;
  }

  .cp-cta {
    min-height: 760px;
    padding: 96px 0;
  }

  .cp-footer {
    min-height: auto;
    padding: 72px 0 28px;
  }
}
