
:root {
  --studies-blue: #2457e8;
  --studies-navy: #06142d;
  --studies-ink: #101722;
  --studies-paper: #f3f6fb;
  --studies-black: #070b12;
  --studies-shell: 1380px;
  --studies-gutter: clamp(24px, 4vw, 64px);
  --studies-display: "Inter Tight", Inter, Arial, sans-serif;
  --studies-sans: Inter, Arial, sans-serif;
}

.cc-studies {
  overflow-x: hidden;
  color: var(--studies-ink);
  background: #fff;
  font-family: var(--studies-sans);
}

.cc-studies .wrap,
.studies-shell {
  width: min(var(--studies-shell), calc(100% - (var(--studies-gutter) * 2)));
  margin-inline: auto;
}

.cc-studies h1,
.cc-studies h2,
.cc-studies h3 {
  font-family: var(--studies-display);
  letter-spacing: -0.055em;
  text-transform: none;
}

.cc-studies .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  color: #fff;
  background: linear-gradient(180deg, rgba(3, 13, 31, .82), rgba(3, 13, 31, 0));
}

@media (min-width: 769px) and (max-width: 980px) {
  .cc-studies .mobile-menu.open { top: 76px; }
}

.cc-studies .site-header__top,
.cc-studies .header-row {
  min-height: 76px;
}

.cc-studies .site-header__top {
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.cc-studies .site-logo,
.cc-studies .site-nav--home {
  color: #fff;
}

.cc-studies .brand-logo__text {
  color: #fff;
  font-family: var(--studies-display);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.cc-studies .site-nav {
  gap: clamp(22px, 2vw, 36px);
}

.cc-studies .site-nav > a:not(.site-nav__cta) {
  min-height: 76px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.cc-studies .site-nav > a:not(.site-nav__cta)::after {
  bottom: 18px;
  height: 2px;
  background: #fff;
}

.cc-studies .site-nav__cta {
  min-height: 42px !important;
  padding: 0 20px;
  color: #fff;
  background: var(--studies-blue);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .08em;
}

.cc-studies .menu-toggle {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.3);
}

.cc-studies .mobile-menu.open {
  color: var(--studies-ink);
  background: rgba(255,255,255,.98);
}

.cc-studies .mobile-menu.open a { color: var(--studies-ink); }

@media (max-width: 980px) {
  .cc-studies .menu-toggle { font-size: 11px; }
  .cc-studies .mobile-menu.open a { font-size: 14px; }
}

.studies-eyebrow {
  margin: 0 0 20px;
  color: var(--studies-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.studies-eyebrow--light { color: rgba(255,255,255,.74); }

.studies-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.studies-button:hover { transform: translateY(-2px); }
.studies-button--blue { color: #fff; background: var(--studies-blue); border-color: var(--studies-blue); }
.studies-button--blue:hover { background: #174be2; border-color: #174be2; }

.studies-new-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: #fff;
  background: var(--studies-navy);
}

.studies-new-hero__media,
.studies-new-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studies-new-hero__media {
  object-fit: cover;
  object-position: 63% center;
  filter: saturate(.7) contrast(1.06) brightness(.72);
}

.studies-new-hero__overlay {
  background:
    linear-gradient(90deg, rgba(4,15,38,.98) 0%, rgba(5,19,48,.93) 42%, rgba(6,23,53,.58) 72%, rgba(6,23,53,.44) 100%),
    linear-gradient(180deg, rgba(2,8,22,.08), rgba(2,8,22,.68));
}

.studies-new-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .42fr);
  gap: clamp(70px, 8vw, 150px);
  align-items: end;
  padding: 170px 0 110px;
}

.studies-new-hero__copy { max-width: 980px; }
.studies-new-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(58px, 5.35vw, 92px);
  line-height: .94;
  font-weight: 760;
  text-wrap: balance;
}

.studies-new-hero__copy > p:not(.studies-eyebrow) {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.52;
}

.studies-actions { margin-top: 36px; }

.studies-new-hero__signal {
  align-self: end;
  padding: 28px 0 10px 26px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.studies-new-hero__signal span {
  display: block;
  color: rgba(255,255,255,.54);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.studies-new-hero__signal strong {
  display: block;
  margin-top: 10px;
  font-family: var(--studies-display);
  font-size: clamp(26px, 2.15vw, 38px);
  line-height: 1.04;
}

.studies-new-hero__signal p {
  max-width: 280px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.45;
}

.studies-context-new {
  padding: clamp(110px, 9vw, 154px) 0;
  background: var(--studies-paper);
}

.studies-context-new__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(600px, 1.22fr);
  gap: clamp(72px, 6vw, 112px);
  align-items: start;
}

.studies-context-new h2,
.studies-library-new h2,
.studies-final-cta h2 {
  margin: 0;
  font-size: clamp(48px, 4.4vw, 72px);
  line-height: .97;
  font-weight: 760;
  text-wrap: balance;
}

.studies-context-new__copy > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: #586274;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.55;
}

.studies-context-new__lines {
  display: grid;
  border-top: 1px solid rgba(11,18,32,.14);
}

.studies-context-new__lines article {
  display: grid;
  grid-template-columns: 58px minmax(170px, .55fr) minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid rgba(11,18,32,.14);
}

.studies-context-new__lines span {
  color: var(--studies-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .16em;
}

.studies-context-new__lines h3 {
  font-size: 22px;
  letter-spacing: -.03em;
}

.studies-context-new__lines p {
  margin: 0;
  color: #4f596b;
  font-size: 16px;
  line-height: 1.48;
}

.studies-library-new {
  padding: clamp(110px, 9vw, 154px) 0;
  color: #fff;
  background: var(--studies-black);
}

.studies-library-new .studies-shell {
  width: min(1500px, calc(100% - 48px));
}

.studies-library-new__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .55fr);
  gap: 80px;
  align-items: end;
}

.studies-library-new__head p:last-child {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 17px;
  line-height: 1.5;
}

.studies-access-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 46px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.studies-access-flow span { display: inline-flex; gap: 8px; align-items: center; }
.studies-access-flow strong { color: var(--studies-blue); }

.cc-studies .study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.cc-studies .study-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: #0c121d;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: none;
  transition: border-color .18s ease, transform .18s ease;
  cursor: pointer;
}

.cc-studies .study-card:hover {
  border-color: rgba(77,119,255,.68);
  box-shadow: none;
  transform: translateY(-2px);
}

.cc-studies .study-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #050913;
  border: 0;
}

.cc-studies .study-cover__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc-studies .study-card__content {
  display: flex;
  min-height: 290px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 30px 28px;
}

.cc-studies .study-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 22px;
  border-top: 1px solid rgba(77,119,255,.32);
  border-bottom: 1px solid rgba(77,119,255,.22);
}

.cc-studies .study-meta span {
  min-height: 32px;
  padding: 0 11px 0 0;
  color: #7fa0ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.cc-studies .study-meta span + span {
  padding-left: 11px;
  border-left: 1px solid rgba(77,119,255,.24);
}

.cc-studies .study-card__content h3 {
  margin: 0;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: .98;
  font-weight: 760;
}

.cc-studies .study-card__content p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.5;
}

.study-card__cta {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding: 28px 14px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .18s ease, transform .18s ease;
}

.study-card__cta span { color: #7fa0ff; font-size: 18px; }
.study-card:hover .study-card__cta,
.study-card:focus-visible .study-card__cta { color: #7fa0ff; transform: translateX(2px); }
.study-card:focus-visible { outline: 2px solid #7fa0ff; outline-offset: 4px; }

.studies-final-cta {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background: var(--studies-navy);
}

.studies-final-cta__media,
.studies-final-cta__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studies-final-cta__media {
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.72) contrast(1.05) brightness(.62);
}

.studies-final-cta__overlay {
  background: linear-gradient(90deg, rgba(4,16,40,.97), rgba(4,16,40,.76) 58%, rgba(4,16,40,.58));
}

.studies-final-cta__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .55fr);
  gap: clamp(70px, 8vw, 145px);
  align-items: center;
  padding: 90px 0;
}

.studies-final-cta__body p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.82);
  font-size: 19px;
  line-height: 1.52;
}

@media (max-width: 1024px) {
  .studies-new-hero__inner,
  .studies-context-new__grid,
  .studies-library-new__head,
  .studies-final-cta__grid {
    grid-template-columns: 1fr;
  }

  .studies-new-hero__inner { align-items: end; }
  .studies-new-hero__signal { max-width: 420px; }
  .studies-context-new__grid { gap: 56px; }
  .studies-library-new__head { gap: 26px; }
  .studies-final-cta__grid { gap: 32px; }
}

@media (max-width: 768px) {
  .cc-studies .wrap,
  .studies-shell { width: min(var(--studies-shell), calc(100% - (var(--studies-gutter) * 2))); }

  .cc-studies .site-header {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    transform: none !important;
    background: rgba(7,24,51,.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .cc-studies .site-header__top {
    min-height: 64px;
    background: transparent;
  }

  .cc-studies .header-row { min-height: 64px; }
  .cc-studies .site-logo { color: #fff; }
  .cc-studies .brand-logo__text { font-size: 24px; }
  .cc-studies .menu-toggle {
    display: inline-flex;
    min-width: 52px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.28);
    font-size: 13px;
    letter-spacing: .08em;
  }

  .cc-studies .menu-toggle svg,
  .cc-studies .menu-toggle span {
    display: block;
    color: inherit;
    stroke: currentColor;
  }

  .cc-studies .mobile-menu.open {
    position: relative;
    top: auto;
    transform: none;
  }

  .cc-studies .mobile-menu.open a { font-size: 15px; }

  .cc-studies section[id] {
    scroll-margin-top: 16px;
  }

  .studies-new-hero { min-height: 650px; }
  .studies-new-hero__inner {
    min-height: 650px;
    gap: 42px;
    padding: 78px 0 66px;
  }

  .studies-new-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: .96;
  }

  .studies-new-hero__copy > p:not(.studies-eyebrow) { font-size: 16px; }
  .studies-new-hero__signal { padding-left: 20px; }

  .studies-context-new,
  .studies-library-new { padding: 78px 0; }

  .studies-context-new h2,
  .studies-library-new h2,
  .studies-final-cta h2 {
    font-size: clamp(38px, 10.5vw, 48px);
  }

  .studies-context-new__lines article {
    grid-template-columns: 36px 1fr;
    gap: 8px 14px;
  }

  .studies-context-new__lines article p { grid-column: 2; }
  .studies-context-new__lines h3 { font-size: 19px; }

  .studies-library-new .studies-shell {
    width: min(var(--studies-shell), calc(100% - (var(--studies-gutter) * 2)));
  }

  .studies-access-flow {
    display: grid;
    gap: 12px;
    margin-top: 32px;
  }

  .cc-studies .study-grid { grid-template-columns: 1fr; gap: 16px; }
  .cc-studies .study-card__content { min-height: 0; padding: 24px 22px 26px; }
  .cc-studies .study-card__content h3 { font-size: 30px; }
  .cc-studies .study-card__content p { font-size: 15px; }
  .study-card__cta { margin-top: 26px; padding: 0 12px 0 0; }

  .studies-final-cta,
  .studies-final-cta__grid { min-height: 470px; }
  .studies-final-cta__grid { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .studies-new-hero__media,
  .studies-final-cta__media { display: none; }
}
