/* ELECTRIC SQUID — Homepage Styles */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { background: #4D4D4D; color: #212121; font-family: "obviously-narrow", sans-serif; font-weight: 500; line-height: 1.4; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.reveal {opacity: 0;transform: translateY(22px);transition: opacity .6s ease,transform .6s ease;}
.reveal.in {opacity: 1; transform: none;}

.container { width: 100%; max-width: 1440px; margin: 0 auto;  }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.site-nav { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #ccc; }
.site-nav .container { display: flex; align-items: center; justify-content: space-between; height: 88px; padding: 0 30px; }
.site-nav__logo { display: flex; align-items: center; gap: 8px; }
.site-nav__logo .icon { width: 45px; height: 42px; }
.site-nav__logo .wordmark { width: 344px; height: 22px; }
.site-nav__links { display: flex; gap: 28px; }
.site-nav__links a { font-family: "obviously", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; color: #212121; transition: opacity 0.2s; }
.site-nav__links a:hover { opacity: 0.6; }
.site-nav__menu { display: none; font-family: "obviously", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #212121; background: none; border: none; cursor: pointer; }

.hero { position: relative; background: #0095D7; overflow: hidden; min-height: 40vh; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero__content { position: relative; z-index: 2; padding: 0 30px; }
.hero__kicker { font-family: "ofelia-display", sans-serif; font-weight: 700; font-size: 1.6vw; text-transform: uppercase; color: #E4FF00; margin-top: 1.5vh; }
.hero__kicker .slash { color: #ffffff; font-weight: 500; }
.hero__statement { font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: clamp(48px, 7.7vw, 140px); line-height: 85%; text-transform: uppercase; color: #fff; margin-top: 22vw; mix-blend-mode: overlay; }
.hero__statement .line1 { display: block; font-size: 3vw; color: #ffffff; line-height:85%; }
.hero__statement .line2 { display: block; font-size: 6.5vw; color: #ffffff; line-height:85%; }
.hero__statement .line3 { display: block; font-size: 8.5vw; color: #e4ff00; line-height:85%; }
.hero__thesis { background: rgba(42, 42, 42, 0.98); padding: 30px; margin-top: 4vw; margin-bottom: 2vw; width: 45vw; }
.hero__thesis p { font-family: "obviously-narrow", sans-serif; font-weight: 500; font-size: 1.5vw; line-height: 1.5; color: #fff; }
.hero__thesis .cta-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; font-family: "obviously", sans-serif; font-weight: 700; font-size: 1vw; line-height: 80%; letter-spacing: -0.04em; text-transform: uppercase; color: #E4FF00; transition: opacity 0.2s; }
.hero__thesis .cta-link:hover { opacity: 0.7; }
.hero__thesis .cta-link svg { width: 19px; height: 19px; }

.services { background: #ffffff; padding: 2vw 0 1vw 0; width: 100% !important; margin: 0;}
.services__intro { display: flex; width: 100% !important; height: 100%; flex-direction: row; }
.services__photo { display: flex; flex: 40%; height: 90%; background: url(/img/services-photo@4x.png) no-repeat; background-size: cover; text-indent: -99999px;}
.services__text { display: flex; flex: 60%; height: auto; flex-direction: column; justify-content: center; padding: 0 3vw 3vw 3vw; }
.services img { width: 100%; height: 90%; }
.services__eyebrow { font-family: "obviously", sans-serif; font-weight: 700; font-size: 1.7vw; color: #0095D7; text-transform: uppercase; }
.services__headline{ font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: clamp(32px, 4.5vw, 100px); line-height: 90%; text-transform: uppercase; color: #212121; margin-top: 20px; }
.services__grid { background: cyan; position: relative; margin-top: 0; padding-bottom: 1vw; display:block; background: #E4FF00 url(/img/white-block.png) repeat-x top left; width: 100% !important; height: auto;}
.services__grid .card { padding: 30px; width: 35%;}
.services__grid .eyebrow { display: block; width: 100%; font-family: "obviously", sans-serif; font-weight: 800; color:#ffffff; text-transform:uppercase; font-size: 0.8vw; margin-bottom: 1vh;}
.services__grid .eyebrow span { font-weight: 400;}
.services__grid h2 { display: block; font-family: "obviously-wide", sans-serif; font-weight: 900; text-transform:uppercase; font-size: 2.1vw; line-height: 90%; margin-bottom: 2.5vh;}
.services__grid p { display: block; margin-bottom: 2vh; font-size: clamp(18px, 1.2vw, 31px);}
.services__grid a {display: block; font-family: "obviously", sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1vw; }
#services__app { background: #66BFE7; width: 40%; position: relative;}
#services__web { background: #F77C00; width: 35%; position: absolute; z-index:3; left: 30%; top: 15%; }
#services__systems { background: #FDB719; width: 35%; position: absolute; z-index:5; right: 1vw; top: 30%; }
#services__ai { background: #99D5EF; width: 70%; margin-left:1vw;}
#services__promise { background: #E4FF00; width: 40%; position: absolute; z-index:4; right:0; top: 0; }
.services__cta .btn { position: absolute; z-index: 100; bottom: 2vh; right: 1vw; padding: 14px 24px; background: #fff; font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: clamp(14px, 1.4vw, 22px); text-transform: uppercase; color: #212121; transition: background 0.2s; }
.services__cta .btn:hover { background: #f0f0f0; }
#services__app a { color: #CCEAF7; }
#services__web a { color: #F3DDCC; }
#services__systems a { color: #C25300; }
#services__ai a { color: #0095D7; }
#services__promise p { font-family: "obviously-narrow", sans-serif; font-weight: 500; font-size: clamp(18px, 2.2vw, 31px); color: #212121; text-align:center; margin: 0; padding:0; }

.editorial { position: relative; overflow: hidden; /*min-height: 40vw;*/ background: #4192d2; }
.editorial__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center;}
.editorial__content { padding: 8vh 30px; position: relative; z-index: 2; }
.editorial__headline { font-family: "obviously-wide", sans-serif; font-weight: 900; line-height: 0.95; text-transform: uppercase; }
.editorial__headline .line1 { display: block; font-size: 5.5vw; color:#ffffff; line-height:90%; }
.editorial__headline .line2 { display: block; font-size: 5.5vw; color:#e4ff00; line-height:90%; }
.editorial__headline .line3 { display: block; font-size: 5.5vw; color:#ffffff; line-height:90%; }
.editorial__headline .line4 { display: block; font-size: 7.5vw; color:#e4ff00; line-height:90%; }
.editorial__body { margin-top: 150px; max-width: 100vw; }
.editorial__body p { display: block; font-family: "obviously-narrow", sans-serif; font-weight: 500; font-size: 2.3vw; line-height: 90%; padding-top: 20px; color: #fff; }
.editorial__body p + p { margin-top: 10px; }
.editorial__body .accent { color: #E4FF00; font-weight:700; }

.process { background: #2A2A2A; padding: 8vh 30px; }
.process__heading { font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: 3.9vw; line-height: 90%; text-transform: uppercase; color: #fff; text-align: center; }
.process__cards { display: flex; gap: 30px; margin-top: clamp(40px, 7.5vw, 50px); }
.process__card { flex: 1; background: rgba(255,255,255,0.06); padding: 30px; }
.process__card-number { display: block; width: 100%; font-family: "obviously", sans-serif; font-weight: 800; color:#E4FF00; text-transform:uppercase; margin-bottom: 1vh;}
.process__card-number span { font-weight: 400;}
.process__card-title { font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: 2.1vw; text-transform: uppercase; color: #A7DAEE; margin-top: 0px; }
.process__card-desc { font-family: "obviously-narrow", sans-serif; font-weight: 500; font-size: 1.8vw; line-height: 1.35; color: #fff; margin-top: 3vh; }

.stubborn { position: relative; overflow: hidden; min-height: 30vw; background: #F77C00; }
.stubborn__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.stubborn__content { position: relative; z-index: 2; padding: 8vh 30px; display: flex; flex-direction: column; align-items: flex-end;  }
.stubborn__headline { font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: clamp(28px, 6.8vw, 108px); line-height: 0.90; text-transform: uppercase; color: #212121; text-align: right; }
.stubborn__body { font-family: "obviously-narrow", sans-serif; font-weight: 500; font-size: 2.3vw; line-height: 1.1; color: #fff; margin-top: 5vh; text-align: right;}
.stubborn__headline strong {color:#FED475;}
.stubborn__btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 24px; background: #fff; font-family: "obviously-wide", sans-serif; font-weight: 900; font-size: clamp(14px, 1.4vw, 22px); text-transform: uppercase; color: #212121; margin-top: 15vh; transition: background 0.2s; }
.stubborn__btn:hover { background: #f0f0f0; }
.stubborn__btn svg { width: 19px; height: 19px; }

.footer-brand { background: #000; padding: 8vh 30px; }
.footer-brand .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-brand__copy { font-family: "obviously", sans-serif; font-weight: 700; font-size: clamp(10px, 1vw, 14px); letter-spacing: 0.06em; text-transform: uppercase; color: #fff; }
.footer-brand__tagline { font-family: "ofelia-display", sans-serif; font-weight: 900; font-size: clamp(12px, 1.6vw, 24px); text-transform: uppercase; color: #E4FF00; letter-spacing: 0.04em; }
.footer-brand__top { font-family: "obviously", sans-serif; font-weight: 700; font-size: clamp(10px, 1vw, 14px); letter-spacing: 0.06em; text-transform: uppercase; color: #fff; display: inline-flex; align-items: center; gap: 6px; transition: opacity 0.2s; }
.footer-brand__top:hover { opacity: 0.7; }

.footer-credits { background: #4D4D4D;  padding: 8vh 30px; }
.footer-credits .container { display: flex; justify-content: center; align-items: center; }
.footer-credits__logo { display: flex; align-items: center; gap: 8px; }
.footer-credits__logo .icon { width: 45px; height: 42px; }
.footer-credits__logo .wordmark { width: 344px; height: 22px; }





/* XLARGE DESKTOP — Over 2200px */
/* !!!!!!!!!!! */
@media (min-width: 2201px) { 
  .container { max-width: 2000px; }
  /*.container { background: yellow; }*/
  .services__text { padding: 0 0 3vw 3vw; }
  .services__eyebrow { font-size: 1vw; }
  .services__headline .line1 { display: block; font-size: clamp(150px, 5vw, 4.2vw); color: #212121; line-height:90%; } 
  .services__headline .line2 { display: block; font-size: clamp(150px, 5vw, 4.2vw); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(150px, 5vw, 4.2vw); color: #212121; line-height:90%; }
  #services__web { top: 10%; }
  #services__systems { top: 20%; }
  .stubborn__headline { font-size: clamp(100px, 6.2vw, 6.2vw); }
  #services__promise p { margin-top: -10px; }
} 


/* LARGE DESKTOP — 1801px to 2200px */
/* !!!!!!!!!!! */
@media (max-width: 2200px) {
  /*.container { background: cyan;}*/
  .services__text { padding: 1.5vw 0 3vw 3vw; }
  .services__eyebrow { font-size: 1.4vw; }
  .services__headline .line1 { display: block; font-size: clamp(100px, 5.3vw, 148px); color: #212121; line-height:90%; }
  .services__headline .line2 { display: block; font-size: clamp(100px, 5.3vw, 148px); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(100px, 5.3vw, 148px); color: #212121; line-height:90%; }
  #services__web { top: 12%; }
  #services__systems { top: 24%; }
}


/* MEDIUM DESKTOP — 1441px to 1800px */
/* !!!!!!!!!!! */
@media (max-width: 1800px) {
  /*.container { background: red;}*/
  .services__text { padding: 1.5vw 0 3vw 3vw; }
  .services__eyebrow { font-size: 1.9vw; }
  .services__headline .line1 { display: block; font-size: clamp(108px, 6.1vw, 148px); color: #212121; line-height:90%; }
  .services__headline .line2 { display: block; font-size: clamp(108px, 6.1vw, 148px); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(108px, 6.1vw, 148px); color: #212121; line-height:90%; }
}


/* SMALL DESKTOP — 1441px to 1800px */
/* !!!!!!!!!!! */
@media (max-width: 1440px) {
  /*.container { background: lime;}*/
  .services__text { padding: 1.5vw 3vw 3vw 3vw; }
  .services__eyebrow { font-size: 1.9vw; }
  .services__headline .line1 { display: block; font-size: clamp(90px, 7.4vw, 128px); color: #212121; line-height:90%; }
  .services__headline .line2 { display: block; font-size: clamp(90px, 7.4vw, 128px); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(90px, 7.4vw, 128px); color: #212121; line-height:90%; }
}


/* XSMALL DESKTOP — 1200px to 1440px */
/* !!!!!!!!!!! */
@media (max-width: 1200px) {
  /*.container { background: orange;}*/
  .services__text { padding: 1.5vw 3vw 3vw 3vw; }
  .services__eyebrow { font-size: 2.5vw; }
  .services__headline .line1 { display: block; font-size: clamp(76px, 7.4vw, 128px); color: #212121; line-height:90%; }
  .services__headline .line2 { display: block; font-size: clamp(76px, 7.4vw, 128px); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(76px, 7.4vw, 128px); color: #212121; line-height:90%; }
}


/* TABLET — 700px to 1024px */
/* !!!!!!!!!!! */
@media (max-width: 1024px) {
  /*.container { background: purple;}*/
  .site-nav .container { height: 88px; }
  .site-nav__logo .wordmark { width: 280px; }
  .site-nav__links { gap: 24px; }
  .hero { min-height: 60vw; padding: 0 16px; }
  .hero__statement { margin-top: 40vw; mix-blend-mode: overlay; }
  .services__text { padding: 2vw 3vw 3vw 3vw; }
  .services__eyebrow { font-size: 2vw; }
  .services__headline .line1 { display: block; font-size: clamp(60px, 7.5vw, 96px); color: #212121; line-height:90%; }
  .services__headline .line2 { display: block; font-size: clamp(60px, 7.5vw, 96px); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(60px, 7.5vw, 96px); color: #212121; line-height:90%; }



  /*.editorial { min-height: 75vw; }
  .editorial__headline .line1, .editorial__headline .line2, .editorial__headline .line3 { font-size: clamp(36px, 8.5vw, 96px); }
  .process__heading { font-size: clamp(28px, 4.6vw, 50px); }
  .process__card-title { font-size: clamp(20px, 2.8vw, 32px); }
  .stubborn__headline { font-size: clamp(28px, 7.5vw, 80px); }*/
}


/* MOBILE — below 700px */

@media (max-width: 700px) {
  /*.container { background: blue;}*/
  .site-nav .container { height: 68px; padding: 0 16px; }
  .site-nav__logo .icon { width: 33px; height: 31px; }
  .site-nav__logo .wordmark { width: 154px; height: 10px; }
  .site-nav__links { display: none; }
  .site-nav__menu { display: block; }
  .hero { height: 690px; }
  .hero__content { padding: 16px 16px 0 16px; }
  .hero__kicker { font-size: 2.7vw; margin-top: 1vh;}
  .hero__statement { font-size: clamp(42px, 16vw, 70px); margin-top: 0; padding-top: 2vw; }
  .hero__bg { object-position: center center; }
  .hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; }
  .hero__statement .line1 { font-size: 13.5vw; color: #ffffff; line-height:90%; }
  .hero__statement .line2 { font-size: 13.5vw; color: #ffffff; line-height:90%; }
  .hero__statement .line3 { font-size: 13.5vw; color:#e4ff00; line-height:90%;}
  .hero__thesis { margin: auto 0 40px 0; width: 100%; padding: 30px; }
  .hero__thesis p { font-size: 21px; }
  .hero__thesis .cta-link { font-size: 3vw; }

  .services__intro { display: flex; flex-direction: column-reverse; }
  .services__photo { display: inline-flex; flex: 100%; height: 100%; }
  .services__text { display: inline-flex; flex: 100%;  padding: 40px 20px 50px 20px;}
  .services__headline { height: auto; }
  .services__grid {padding: 0 0 13px 0; margin: 0 0 13px 0;}
  .services__grid .card { display: inline-flex; padding: 30px; width: 100%; flex-direction: column;}
  .services__eyebrow { font-size: 4vw; }
  .services__headline .line1 { display: block; font-size: clamp(54px, 12.4vw, 96px); color: #212121; line-height:90%; }
  .services__headline .line2 { display: block; font-size: clamp(54px, 12.4vw, 96px); color: #F77C00; line-height:90%; }
  .services__headline .line3 { display: block; font-size: clamp(54px, 12.4vw, 96px); color: #212121; line-height:90%; }
  #services__promise  { position: relative; height: fit-content; width: 100%; z-index: 1; margin:0; left: 0; top: -20px; }
  #services__app      { position: relative; width: 90%; z-index: 1; margin:0; padding-bottom: 60px; left: 0; top:0; }
  #services__web      { position: relative; width: 90%; z-index: 4; margin:0 0 0 10%; left: 0; top: -30px; }
  #services__systems  { position: relative; width: 95%; z-index: 3; margin:0 0 0 5%; left: 0; top: -30px; }
  #services__ai       { position: relative; width: 95%; z-index: 2; margin:0; padding-top: 60px; left: 0; top: -60px; }
  .services__cta { width: 100% !important; text-align:center !important; }
  .services__cta .btn { position: absolute; width: fit-content; height: fit-content; right: 122px; bottom: 12px; z-index:6; margin:0; }
  .services__grid .eyebrow { font-size: 14px;}
  .services__grid .eyebrow span { font-weight: 400;}
  .services__grid h2 { font-size: 36px;}
  .services__grid p { font-size: 21px; }
  .services__grid a {font-size: 18px; }
  #services__promise p { font-size: 25px; }

  .editorial__content { padding: 50px 16px; }
  .editorial__headline .line1 { font-size: 8.5vw; color:#ffffff; line-height:90%; }
  .editorial__headline .line2 { font-size: 9.5vw; color:#e4ff00; line-height:90%; }
  .editorial__headline .line3 { font-size: 8.5vw; color:#ffffff; line-height:90%; }
  .editorial__headline .line4 { font-size: 11.5vw; color:#e4ff00; line-height:90%; }
  .editorial__body { margin-top: 180px; }
  .editorial__body p { font-size: 21px; line-height: 1.08; }

  .process { padding: 50px 30px; }
  .process__heading { font-size: 47px; }
  .process__cards { flex-direction: column; gap: 30px; margin-top: 40px; }
  .process__card-title { font-size: 36px; }
  .process__card-desc { font-size: 21px; }
  .process__card-number { font-size: 14px;}

  .stubborn__content { align-items: flex-start; padding: 30px; }
  .stubborn__headline { font-size: clamp(24px, 11vw, 42px); text-align: right; width: 100%;}
  .stubborn__body { font-size: 21px; margin-top: 20px; text-align: right; width: 100%; display: block;}
  .stubborn__btn { margin-top: 40px; display: inline-block; }

  .footer-brand { padding: 50px 30px; }
  .footer-brand .container { flex-direction: column; align-items: center; gap: 30px; }
  .footer-brand__copy { font-size: 12px; }
  .footer-brand__tagline { font-size: 18px; }
  .footer-brand__top { font-size: 12px; }
  .footer-credits { padding: 50px 0; }
  .footer-credits__logo .icon { width: 30px; height: 28px; }
  .footer-credits__logo .wordmark { width: 232px; height: 15px; }
}

/* PARALLAX CODE */
.hero__bg{
  will-change: transform;
  transform: translate3d(0, var(--shift, 20px), 0) scale(1.0);
}
.editorial__bg,
.stubborn__bg {
  will-change: transform;
  transform: translate3d(0, var(--shift, 25px), 0) scale(1.2);
}
.services__photo {
  position: relative;
  overflow: hidden;
  background: none !important;
  isolation: isolate;
}

.services__photo::before {
  content: "";
  position: absolute;
  inset: -12% 0;
  background: url("/img/services-photo@4x.png") center / cover no-repeat;
  transform: translate3d(0, var(--shift, 0px), 0);
  will-change: transform;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg,
  .editorial__bg,
  .stubborn__bg,
  .services__photo::before {
    transform: none !important;
  }
}



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

.reveal.in {
  opacity: 1;
  transform: none;
}

.reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal:nth-child(4) { transition-delay: 0.24s; }
.reveal:nth-child(5) { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}





