/* Exelixis — reusable immersive project template */
body.exelixis-auto-project {
  background:#f3f5f2 !important;
  color:#090c0a;
}
body.exelixis-auto-project #page-header-wrap,
body.exelixis-auto-project .page-header-bg-image-wrap,
body.exelixis-auto-project .page-header-no-bg {
  display:none !important;
}
body.exelixis-auto-project .container-wrap,
body.exelixis-auto-project .main-content {
  padding-top:0 !important;
  padding-bottom:0 !important;
}
body.exelixis-auto-project article.post,
body.exelixis-auto-project article.post .inner-wrap,
body.exelixis-auto-project .post-content,
body.exelixis-auto-project .post-content .content-inner {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
body.exelixis-auto-project .post-content {
  overflow:hidden;
}
body.exelixis-auto-project .project-auto-hero,
body.exelixis-auto-project .project-auto-nav,
body.exelixis-auto-project .project-auto-section {
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:0 !important;
}
body.exelixis-auto-project .project-auto-hero {
  position:relative;
  min-height:min(900px,100vh);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  isolation:isolate;
  background:#070a08;
  color:#f7f8f5;
}
body.exelixis-auto-project .project-auto-hero::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(4,7,5,.18) 0%,rgba(4,7,5,.48) 46%,rgba(4,7,5,.94) 100%);
}
body.exelixis-auto-project .project-auto-hero-media {
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 70% 18%,rgba(117,229,28,.2),transparent 34%),
    linear-gradient(135deg,#121814,#050705 70%);
}
body.exelixis-auto-project .project-auto-hero-media img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.76;
  filter:saturate(.86) contrast(1.04);
}
body.exelixis-auto-project .project-auto-hero-copy {
  width:min(1180px,calc(100% - clamp(40px,12vw,220px)));
  margin:0 auto;
  padding:clamp(96px,14vw,180px) 0 clamp(44px,7vw,96px);
}
body.exelixis-auto-project .project-auto-kicker,
body.exelixis-auto-project .project-auto-scroll,
body.exelixis-auto-project .project-auto-nav,
body.exelixis-auto-project .project-auto-section h4 {
  font-family:inherit;
  letter-spacing:.24em;
  text-transform:uppercase;
}
body.exelixis-auto-project .project-auto-kicker,
body.exelixis-auto-project .project-auto-scroll {
  display:block;
  color:#c8d0ca;
  font-size:10px;
  line-height:1.5;
}
body.exelixis-auto-project .project-auto-hero h2 {
  max-width:1000px;
  margin:18px 0 34px;
  color:#f7f8f5 !important;
  font-size:clamp(44px,9vw,144px) !important;
  line-height:.9 !important;
  letter-spacing:-.06em !important;
  font-weight:700 !important;
}
body.exelixis-auto-project .project-auto-scroll {
  color:#75e51c;
}
body.exelixis-auto-project .project-auto-nav {
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:64px;
  padding:0 clamp(20px,5vw,80px);
  background:rgba(7,10,8,.9);
  border-bottom:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
  font-size:10px;
}
body.exelixis-auto-project .project-auto-nav-brand {
  color:#f5f7f3;
  white-space:nowrap;
}
body.exelixis-auto-project .project-auto-nav-links {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:22px;
}
body.exelixis-auto-project .project-auto-nav a {
  color:#aeb7b0;
  text-decoration:none !important;
  transition:color .25s ease,opacity .25s ease;
  white-space:nowrap;
}
body.exelixis-auto-project .project-auto-nav a:hover,
body.exelixis-auto-project .project-auto-nav a:focus {
  color:#75e51c;
}
body.exelixis-auto-project .project-auto-section {
  scroll-margin-top:72px;
  scroll-snap-align:start;
  background:#f3f5f2;
  color:#101411;
  border-bottom:1px solid rgba(16,20,17,.1);
}
body.exelixis-auto-project .project-auto-section:nth-of-type(odd) {
  background:#edf0ed;
}
body.exelixis-auto-project .project-auto-section .row-bg-wrap {
  display:none !important;
}
body.exelixis-auto-project .project-auto-section .row_col_wrap_12 {
  width:min(1180px,calc(100% - clamp(40px,12vw,220px))) !important;
  max-width:none !important;
  margin:0 auto !important;
  padding:clamp(72px,11vw,160px) 0 !important;
}
body.exelixis-auto-project .project-auto-section .wpb_column {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.exelixis-auto-project .project-auto-section:not(.project-auto-gallery) {
  min-height:min(680px,74vh);
  display:flex;
  align-items:center;
}
body.exelixis-auto-project .project-auto-section h1,
body.exelixis-auto-project .project-auto-section h2,
body.exelixis-auto-project .project-auto-section h3,
body.exelixis-auto-project .project-auto-section h4 {
  color:inherit !important;
}
body.exelixis-auto-project .project-auto-section h4 {
  margin:0 0 30px !important;
  color:#6b746d !important;
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
body.exelixis-auto-project .project-auto-section p,
body.exelixis-auto-project .project-auto-section li {
  max-width:900px;
  color:inherit !important;
  font-size:clamp(16px,1.7vw,24px) !important;
  line-height:1.65 !important;
}
body.exelixis-auto-project .project-auto-section p {
  margin-bottom:22px !important;
}
body.exelixis-auto-project .project-auto-section ul,
body.exelixis-auto-project .project-auto-section ol {
  max-width:900px;
  padding-left:1.2em;
}
body.exelixis-auto-project .project-auto-gallery {
  background:#080b09 !important;
  color:#f4f6f2 !important;
}
body.exelixis-auto-project .project-auto-gallery h4 {
  color:#75e51c !important;
}
body.exelixis-auto-project .project-auto-gallery .wpb_gallery {
  margin-top:clamp(30px,5vw,72px);
}
body.exelixis-auto-project .project-auto-gallery .portfolio-items {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  position:static !important;
  height:auto !important;
}
body.exelixis-auto-project .project-auto-gallery .portfolio-items > .element {
  position:relative !important;
  left:auto !important;
  top:auto !important;
  width:auto !important;
  min-height:0 !important;
  margin:0 !important;
  float:none !important;
}
body.exelixis-auto-project .project-auto-gallery .work-item {
  height:100%;
  overflow:hidden;
  background:#151a16;
}
body.exelixis-auto-project .project-auto-gallery .work-item img {
  display:block !important;
  width:100% !important;
  height:clamp(150px,22vw,340px) !important;
  object-fit:cover;
  transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .35s ease;
}
body.exelixis-auto-project .project-auto-gallery .element:hover img {
  transform:scale(1.045);
  filter:saturate(1.1) brightness(1.08);
}
body.exelixis-auto-project .project-auto-section .wpb_gallery .portfolio-loading,
body.exelixis-auto-project .project-auto-section .work-info,
body.exelixis-auto-project .project-auto-section .work-info-bg {
  display:none !important;
}
body.exelixis-auto-project .project-auto-section a {
  color:inherit;
}
@media (max-width:800px) {
  body.exelixis-auto-project .project-auto-hero {
    min-height:78vh;
  }
  body.exelixis-auto-project .project-auto-copy,
  body.exelixis-auto-project .project-auto-hero-copy {
    width:calc(100% - 40px);
  }
  body.exelixis-auto-project .project-auto-nav {
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    padding:16px 20px;
  }
  body.exelixis-auto-project .project-auto-nav-links {
    width:100%;
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:3px;
  }
  body.exelixis-auto-project .project-auto-section .row_col_wrap_12 {
    width:calc(100% - 40px) !important;
  }
  body.exelixis-auto-project .project-auto-gallery .portfolio-items {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  body.exelixis-auto-project .project-auto-gallery .work-item img {
    height:clamp(130px,32vw,220px) !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  body.exelixis-auto-project *,
  body.exelixis-auto-project *::before,
  body.exelixis-auto-project *::after {
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}