@font-face {
  font-family: "ExamPeak Sans";
  src: local("Arial");
  font-display: swap;
}

:root,
:root[data-theme="dark"] {
  color-scheme: light;
  --brand: #1d1d1b;
  --brand-ink: #1d1d1b;
  --brand-soft: #efff5d;
  --teal: #4f91d8;
  --coral: #ff5e55;
  --lime: #eaff60;
  --amber: #ffb800;
  --canvas: #f4f3ef;
  --canvas-2: #f4f3ef;
  --ink: #1d1d1b;
  --ink-soft: rgba(29, 29, 27, 0.62);
  --stroke: rgba(29, 29, 27, 0.12);
  --panel: rgba(255, 255, 255, 0.58);
  --panel-solid: rgba(255, 255, 255, 0.72);
  --hero-glow: rgba(255, 255, 255, 0.72);
  --hero-shade: rgba(234, 255, 96, 0.18);
  --card-copy: rgba(29, 29, 27, 0.68);
  --closing: rgba(29, 29, 27, 0.58);
  --prose: #1d1d1b;
  --prose-soft: rgba(29, 29, 27, 0.62);
  --muted: rgba(29, 29, 27, 0.55);
}

body {
  background:
    linear-gradient(rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    #f4f3ef !important;
  background-size: 6px 6px, 6px 6px, auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: -0.035em !important;
}

.blob,
.bg-svg,
.hero-svg,
.pillar-svg,
.theme-toggle {
  display: none !important;
}

.page {
  max-width: 118rem !important;
  padding: clamp(1rem, 2vw, 2rem) clamp(1rem, 3vw, 3rem) 2rem !important;
}

.topbar {
  width: min(720px, calc(100vw - 32px));
  min-height: 64px;
  margin: 0 auto 4rem;
  padding: 10px 14px 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.48));
  box-shadow:
    0 18px 60px rgba(29, 29, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
}

.brand {
  gap: 0 !important;
}

.logo-mark {
  display: none !important;
}

.brand-lines {
  display: block !important;
}

.brand-lines strong {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 800 !important;
  letter-spacing: -0.085em;
  text-transform: lowercase;
}

.brand-lines span {
  display: none !important;
}

.topnav {
  margin-left: auto;
  gap: 0.45rem !important;
}

.topnav a {
  border-radius: 999px !important;
  color: #1d1d1b !important;
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.14em !important;
  padding: 0.75rem 0.9rem !important;
}

.topnav a.active {
  background: #eaff60 !important;
}

.blog-hero,
.cluster-hero,
.article-hero {
  border: 0 !important;
  background: transparent !important;
  padding: clamp(2rem, 5vw, 5rem) 0 !important;
}

.blog-hero h1,
.cluster-hero h1,
.article-hero h1 {
  max-width: 11ch !important;
  font-size: clamp(4.4rem, 12vw, 11rem) !important;
  font-weight: 400 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.095em !important;
}

.blog-hero p.lede,
.cluster-hero .lede {
  max-width: 54rem !important;
  font-size: clamp(1.3rem, 2vw, 2.1rem) !important;
  line-height: 1.05 !important;
  color: rgba(29, 29, 27, 0.66) !important;
}

.kicker,
.article-hero .kicker,
.blog-hero .kicker,
.cluster-hero .kicker,
.section-head .eyebrow,
.card .tag,
.meta,
.count,
.byline {
  color: rgba(29, 29, 27, 0.64) !important;
  background: transparent !important;
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  letter-spacing: 0.14em !important;
}

.clusters,
.cards {
  gap: 1.1rem !important;
}

.cluster-card,
.card,
.cluster-featured,
.blog-feature,
.plain-card,
.article-hero,
.app-cta,
.mid-cta {
  border-radius: 8px !important;
  border: 1px solid rgba(29, 29, 27, 0.12) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cluster-card,
.card {
  padding: 1.15rem !important;
}

.cluster-card h2,
.card h3,
.section-head h2,
.cluster-featured h3,
.blog-feature h2 {
  font-weight: 400 !important;
  letter-spacing: -0.08em !important;
  line-height: 0.95 !important;
}

.card h3 {
  font-size: clamp(1.7rem, 3vw, 2.5rem) !important;
}

.cluster-card h2,
.section-head h2 {
  font-size: clamp(2rem, 4vw, 4rem) !important;
}

.card p,
.cluster-card p,
.cluster-featured p,
.blog-feature p {
  color: rgba(29, 29, 27, 0.66) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: -0.04em !important;
}

.chip {
  background: #eaff60 !important;
  color: #1d1d1b !important;
  border-radius: 999px !important;
}

.article-layout {
  max-width: 86rem !important;
}

.article {
  max-width: 52rem !important;
}

.prose {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(1.12rem, 1.45vw, 1.35rem) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.035em !important;
}

.prose h2 {
  font-size: clamp(2.5rem, 5vw, 5rem) !important;
  font-weight: 400 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.09em !important;
}

.prose h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.075em !important;
}

.prose a {
  color: #1d1d1b !important;
  text-decoration-color: #eaff60 !important;
  text-decoration-thickness: 0.24em !important;
  text-underline-offset: -0.08em !important;
}

.app-cta {
  color: #1d1d1b !important;
}

.badge-link img {
  max-width: 155px;
}

footer {
  border-top-color: rgba(29, 29, 27, 0.12) !important;
}

.study-blog-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: stretch;
  margin: clamp(1.5rem, 4vw, 4rem) 0 clamp(2rem, 5vw, 5rem);
}

.study-blog-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    #4f91d8;
  background-size: 6px 6px, 6px 6px, auto;
  color: #fff;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.study-blog-copy::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -22%;
  width: 56%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #eaff60;
  opacity: 0.92;
}

.study-blog-copy > * {
  position: relative;
  z-index: 1;
}

.study-blog-copy .kicker {
  color: rgba(255, 255, 255, 0.82) !important;
}

.study-blog-copy h2 {
  margin: 0;
  max-width: 7.5ch;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.095em;
}

.study-blog-copy p {
  max-width: 30rem;
  margin: 1rem 0 0;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  line-height: 1.05;
}

.study-blog-cta {
  width: fit-content;
  margin-top: 1.3rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: #1d1d1b;
  color: #fff;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.study-blog-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.study-blog-list .card {
  min-height: 172px;
}

.study-blog-list .card:first-child,
.study-blog-list .card:nth-child(4) {
  background: #eaff60 !important;
}

@media (max-width: 760px) {
  .topbar {
    width: calc(100vw - 24px);
    margin-bottom: 2rem;
    padding-left: 16px;
  }

  .brand-lines strong {
    font-size: 1.55rem;
  }

  .topnav a {
    padding: 0.6rem 0.64rem !important;
  }

  .blog-hero h1,
  .cluster-hero h1,
  .article-hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.6rem) !important;
  }

  .study-blog-strip {
    grid-template-columns: 1fr;
  }

  .study-blog-list {
    grid-template-columns: 1fr;
  }
}
