@font-face {
  font-family: CircularBold;
  src: url("https://www.160over90.com/wp-content/themes/160over90-2021/src/fonts/CircularXXWeb-Bold.woff2")
    format("woff2");
}

@font-face {
  font-family: CircularBook;
  src: url("https://www.160over90.com/wp-content/themes/160over90-2021/src/fonts/CircularXXWeb-Book.woff2")
    format("woff2");
}

@font-face {
  font-family: CircularMedium;
  src: url("https://www.160over90.com/wp-content/themes/160over90-2021/src/fonts/CircularXXWeb-Medium.woff2")
    format("woff2");
}

:root {
  --white: #ffffff;
  --black: #000000;
  --line: #d5d5d5;
  --hero-green: #1400DC;
  --menu-blue: #1400dc;
  --panel-bg: #0d0d0e;
  --panel-border: #2a2a2e;
  --panel-muted: #a9a9af;
  --accent: #1400DC;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: CircularBook, Helvetica, Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.splash---content {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow-x: hidden;
  position: relative;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}

[class*="col-"] {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 1160px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 960px) {
  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }
}

.text__p {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .text__p {
    font-size: 24px;
    line-height: 36px;
  }
}

.text__p-reg {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .text__p-reg {
    font-size: 18px;
    line-height: 30px;
  }
}

.text__h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: CircularMedium, Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .text__h3 {
    font-size: 32px;
    line-height: 44px;
  }
}

.text__stat {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  font-family: CircularBold, Helvetica, Arial, sans-serif;
  margin: 0;
}

.background-gif {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.background-gif--absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.background-gif--absolute-shorter-project {
  min-height: 800px;
}

.background-gif--project-static {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
}

.ascii-hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: radial-gradient(circle at 20% 10%, #1c1d22 0%, #08090d 70%);
}

.hero {
  min-height: 100vh;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.hero--shorter-project {
  max-height: 800px;
  height: 800px;
  min-height: 800px;
  max-width: 1440px;
}

.hero__header {
  color: var(--white);
  font-family: CircularBook, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 95%;
  margin: 0;
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  left: 0;
}

.hero--shorter-project .hero__header {
  font-size: 90px;
  line-height: 117px;
  transform: none;
  top: auto;
  bottom: 100px;
  max-width: 1200px;
}

.clip-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.clip-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
}

@media (min-width: 1100px) {
  .hero__header {
    font-size: 185px;
    line-height: 95%;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1101px) {
  .hero__header {
    font-size: 175px;
  }
}

@media (max-width: 700px) {
  .hero--shorter-project .hero__header {
    font-size: 80px;
    line-height: 76px;
  }
}

.nav {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.nav__inner {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  pointer-events: all;
}

.nav__logo {
  height: 30px;
  position: relative;
  z-index: 50;
  width: fit-content;
  filter: brightness(0) invert(1);
}

.hamburger {
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  pointer-events: all;
  z-index: 50;
  margin: 0;
  padding: 0;
}

.hamburger__line {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav--active .hamburger__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav--active .hamburger__line:nth-child(2) {
  opacity: 0;
}

.nav--active .hamburger__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav__expanded {
  position: absolute;
  background: var(--black);
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  transition: left 0.25s ease;
  pointer-events: all;
}

.nav--active .nav__expanded {
  left: 0;
}

body.resizing .nav__expanded {
  transition: none !important;
}

.nav__expanded-blue {
  padding-top: 150px;
  padding-bottom: 75px;
  background: var(--menu-blue);
  padding-left: 30px;
  padding-right: 30px;
}

.nav__link {
  font-family: CircularBook, Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: var(--white);
  display: block;
  margin-bottom: 40px;
  position: relative;
  padding-right: 40px;
  width: max-content;
  transition: padding-right 0.25s ease;
}

.nav__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 6px));
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 48'%3E%3Cpath fill='white' d='M39.1 0l-3.5 3.4 16.6 16.5H0v5h52.2L35.6 41.4l3.5 3.4L61.8 22.4z'/%3E%3C/svg%3E");
}

.nav__link:hover {
  padding-right: 50px;
}

.nav__socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.nav__social-link {
  margin-right: 65px;
}

.nav__social-image {
  width: 48px;
}

.nav__animation-wrapper {
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 33px;
  position: relative;
}

.nav__animation {
  transform: rotate(-90deg) translateX(-100%);
  width: 60%;
  transform-origin: top left;
}

.nav__animation-cursor {
  position: absolute;
  top: 20vw;
  left: 40%;
  width: 36vw;
  pointer-events: none;
}

@media (min-width: 1100px) {
  .nav {
    padding: 67px 60px;
    width: calc(100% - 120px);
  }

  .nav__logo {
    height: 40px;
  }

  .nav__expanded-blue {
    width: 752px;
    height: 100%;
    padding-left: 60px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav__link {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 28px;
    padding-right: 100px;
  }

  .nav__link::after {
    width: 62px;
    height: 48px;
  }

  .nav__link:hover {
    padding-right: 110px;
  }

  .nav__social-link {
    margin-right: 40px;
  }

  .nav__social-image {
    width: 50px;
  }

  .nav__animation-wrapper {
    margin: 0;
    position: absolute;
    width: calc(100vw - 842px);
    height: 100%;
    top: 0;
    right: 0;
  }

  .nav__animation {
    width: 80%;
    max-width: 300px;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .nav__animation-cursor {
    top: 50%;
    left: 50%;
    transform: translate(-22%, -10%);
    width: 200px;
  }

  .nav__inner {
    width: calc(100% - 0px);
    padding-right: 0;
    padding-left: 0;
  }
}

body.nav-open,
body.modal-open {
  max-height: 100vh;
  overflow-y: hidden;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.work-intro {
  padding: 100px 0;
  background: var(--black);
  color: var(--white);
}

.work-intro--profile {
  background: var(--hero-green);
}

.work-intro__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.work-intro__profile-logo-wrap {
  width: min(220px, 52vw);
  isolation: isolate;
}

.work-intro__profile-logo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 78% 32%;
}

.work-intro__profile-divider {
  width: min(140px, 100%);
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.work-intro__profile-copy {
  max-width: 860px;
}

.work-intro__profile-copy p {
  color: var(--white);
}

.work-intro .row {
  align-items: center;
}

@media (min-width: 960px) {
  .work-intro {
    padding: 150px 0;
  }

  .work-intro__profile {
    flex-direction: row;
    align-items: center;
    gap: 38px;
  }

  .work-intro__profile-logo-wrap {
    width: clamp(180px, 16vw, 250px);
    flex-shrink: 0;
  }

  .work-intro__profile-divider {
    width: 2px;
    height: clamp(120px, 14vw, 180px);
    flex-shrink: 0;
  }

  .work-intro__profile-copy {
    max-width: 720px;
  }
}

.work-intro__logo {
  text-align: center;
}

.work-intro__logo img {
  max-width: 250px;
  max-height: 250px;
  object-fit: contain;
  margin: 0 auto;
}

.monogram-card {
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  padding: 20px;
  max-width: 310px;
  margin: 0 auto;
}

#atj-monogram {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}

#atj-monogram path {
  fill: none;
  stroke: var(--white);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.monogram-label {
  margin-top: 14px;
  margin-bottom: 0;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .work-intro__logo img {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (min-width: 960px) {
  .work-intro__logo {
    text-align: left;
  }

  .work-intro__logo img {
    margin: 0;
  }
}

.work-intro__intro {
  position: relative;
}

.work-intro__intro::before {
  content: "";
  display: block;
  margin: 40px 0;
  width: 100%;
  height: 0;
  border-top: 2px solid var(--white);
}

.work-intro__intro p + p {
  margin-top: 20px;
}

.work-intro--text-only .work-intro__intro {
  max-width: 980px;
  padding-left: 0 !important;
}

.work-intro--text-only .work-intro__intro::before {
  display: none;
}

@media (min-width: 960px) {
  .work-intro__intro {
    padding-left: 110px !important;
  }

  .work-intro__intro::before {
    position: absolute;
    width: 0;
    height: 120%;
    margin: 0;
    border-top: 0;
    border-left: 2px solid var(--white);
    left: 0;
    top: -10%;
    bottom: -10%;
  }
}

.work-billboard {
  position: relative;
  overflow-x: hidden;
  height: 240px;
  margin-top: 50px;
}

.work-billboard .container {
  height: 100%;
}

.work-billboard__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  background: var(--black);
}

@media (min-width: 768px) {
  .work-billboard {
    height: 440px;
  }
}

@media (min-width: 960px) {
  .work-billboard {
    height: 742px;
    margin-top: 140px;
  }
}

.bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.bg-video iframe {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .bg-video iframe {
    top: -75%;
    left: -75%;
    width: 250%;
    height: 250%;
  }
}

@media (min-width: 768px) {
  .bg-video iframe {
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
  }
}

.bg-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--black);
  z-index: 2;
}

.button-play {
  position: relative;
  z-index: 4;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}

.work-billboard .button-play svg {
  width: 60px;
  height: 60px;
}

.work-billboard .button-play path {
  fill: var(--white);
  transition: fill 0.2s ease;
}

.work-billboard .button-play:hover path {
  fill: var(--black);
}

.work-gallery {
  margin: 50px auto 100px;
}

@media (min-width: 960px) {
  .work-gallery {
    margin: 140px auto 180px;
  }
}

.work-gallery__intro .work-gallery__intro-content p,
.work-gallery__intro .work-gallery__intro-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.work-gallery__intro .work-gallery__categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .work-gallery__intro .work-gallery__categories {
    margin-top: 40px;
  }

  .work-gallery__intro {
    margin: 15px 0;
  }
}

.work-gallery__intro .work-gallery__categories li {
  color: var(--black);
  border: 1px solid var(--line);
  background: transparent;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  line-height: 1;
}

.work-gallery__gallery {
  display: flex;
  flex-direction: column;
}

.work-gallery__timeline {
  margin: 6px 0 12px;
  color: var(--accent);
  font-family: CircularMedium, Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 3.1vw, 38px);
  line-height: 1.1;
}

.work-gallery__timeline--main {
  order: 1;
  margin-top: 0;
}

.work-gallery__row--tile-01 {
  order: 2;
}

.work-gallery__timeline--oxford {
  order: 3;
}

.work-gallery__row--oxford-tiles {
  order: 4;
}

.work-gallery__row--tile-05 {
  order: 5;
}

.work-gallery__timeline--extra {
  order: 6;
}

.work-gallery__row--tile-02 {
  order: 7;
}

.work-gallery__row--tile-06 {
  order: 8;
}

@media (max-width: 959.98px) {
  .work-gallery__gallery::before {
    content: "";
    display: block;
    border-top: 2px solid var(--line);
    width: 100%;
    height: 0;
    margin: 30px 0 50px;
  }
}

@media (min-width: 960px) {
  .work-gallery__gallery {
    border-left: 2px solid var(--line);
  }
}

.work-gallery__row {
  margin: 15px 0;
}

@media (min-width: 960px) {
  .work-gallery__row {
    margin: 0;
    padding: 20px 0;
  }
}

.work-gallery__row img {
  width: 100%;
}

@media (min-width: 960px) {
  .work-gallery__row img {
    cursor: pointer;
  }
}

.interactive-tile {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  padding: 24px;
  color: var(--white);
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.tile-kicker {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7f7f88;
}

.tile-title {
  margin-top: 12px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.2;
  font-family: CircularMedium, Helvetica, Arial, sans-serif;
}

.tile-caption {
  margin: 12px 0 0;
  color: var(--panel-muted);
  font-size: 15px;
  line-height: 1.5;
}

.tile-ascii .ascii-block {
  margin-top: 20px;
  margin-bottom: 0;
  color: #d8d8de;
  font-size: 14px;
  line-height: 1.45;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  opacity: 0.46;
  transition: opacity 250ms ease, transform 250ms ease;
  transform: translateY(4px);
}

.tile-ascii:hover .ascii-block {
  opacity: 1;
  transform: translateY(0);
}

.ascii-woman-canvas {
  width: 100%;
  height: 220px;
  display: block;
  margin-top: 14px;
  border: 1px solid #2f3038;
  border-radius: 12px;
  background: #0d0e13;
}

.tile-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tile-number {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: CircularBold, Helvetica, Arial, sans-serif;
  font-size: clamp(54px, 8vw, 120px);
  line-height: 0.92;
  color: #f0f0f4;
}

.tile-constellation .tile-title {
  margin-bottom: 4px;
}

.constellation {
  position: relative;
  margin-top: 10px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
}

.constellation-links {
  width: 100%;
  height: 100%;
}

.constellation-links line {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 1.5;
}

.skill-node {
  position: absolute;
  border: 1px solid #6a6c76;
  border-radius: 999px;
  background: #131418;
  color: #ececf2;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.skill-node:hover,
.skill-node:focus-visible {
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-2px);
}

.skill-node-a {
  left: 38px;
  top: 24px;
}

.skill-node-b {
  left: 124px;
  bottom: 28px;
}

.skill-node-c {
  right: 142px;
  top: 24px;
}

.skill-node-d {
  right: 24px;
  bottom: 28px;
}

.skill-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fbfbfb;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 14px;
}

.skill-detail {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #b7b7bf;
}

.role-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.role-chip-list li {
  border: 1px solid #3f4048;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  color: #9e9ea6;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.role-chip-list li.is-highlight {
  border-color: var(--accent);
  color: #e4e1ff;
  background: rgba(20, 0, 220, 0.12);
}

.tile-type {
  min-height: 360px;
}

.typing-line {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.35;
  color: #f0f0f3;
  min-height: 122px;
}

.typing-line::after {
  content: "|";
  margin-left: 5px;
  color: #8f84ff;
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.tile-channels {
  min-height: 360px;
}

.channel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 14px;
}

.channel-tab {
  border: 1px solid #4e4f56;
  border-radius: 999px;
  background: transparent;
  color: #d0d0d7;
  padding: 7px 12px;
  font-size: 12px;
  cursor: pointer;
}

.channel-tab.is-active {
  border-color: var(--accent);
  color: var(--white);
}

.channel-copy {
  margin-top: 0;
  margin-bottom: 20px;
  color: #d7d7de;
  font-size: 15px;
  line-height: 1.46;
}

.channel-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  min-height: 95px;
}

.channel-bars span {
  display: block;
  border-radius: 10px 10px 2px 2px;
  background: linear-gradient(180deg, #5f50ff 0%, #1400dc 100%);
  height: var(--bar);
  transition: height 320ms ease;
}

.tile-map .energy-map {
  margin-top: 10px;
  width: 100%;
  height: auto;
  max-height: 340px;
}

.energy-map .africa-country {
  fill: #131544;
  stroke: #2f3138;
  stroke-width: 0.8;
  transition: fill 0.2s ease;
}

.energy-map .energy-region {
  fill: #EA3365;
  fill-opacity: 0.85;
  stroke: #f5a0b8;
  stroke-width: 1.3;
  transition: fill-opacity 0.2s ease;
}

.tile-map:hover .energy-region {
  fill-opacity: 1;
}

.energy-region-label {
  fill: #fce4ec;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: CircularMedium, Helvetica, Arial, sans-serif;
}

.tile-cricket {
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.cricket-scorecard {
  margin-top: 10px;
  border: 1px solid #30313a;
  border-radius: 12px;
  background: #101117;
  overflow: hidden;
}

.cricket-scorecard__head,
.cricket-scorecard__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px 56px;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
}

.cricket-scorecard__head {
  background: rgba(20, 0, 220, 0.2);
  border-bottom: 1px solid #30313a;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aeb1c2;
}

.cricket-scorecard__row {
  border-bottom: 1px solid #25262f;
  font-size: 14px;
  color: #f1f3ff;
}

.cricket-scorecard__head span:nth-child(n + 2),
.cricket-scorecard__row span:nth-child(n + 2) {
  text-align: right;
}

.cricket-scorecard__row span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cricket-scorecard__more {
  margin: 0;
  padding: 8px 14px 10px;
  color: #8e91a0;
  letter-spacing: 0.08em;
}

.tile-cricket-link {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.tile-cricket-link:active,
.tile-cricket-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ffffff;
}

.tile-slider {
  min-height: 360px;
}

.before-after {
  position: relative;
  border-radius: 12px;
  border: 1px solid #30313a;
  overflow: hidden;
  min-height: 130px;
  margin-top: 10px;
}

.before-after__panel {
  padding: 20px;
  font-size: 14px;
  line-height: 1.45;
  min-height: 130px;
}

.before-after__panel.before {
  background: #15161b;
  color: #a5a7b2;
}

.before-after__panel.after {
  position: absolute;
  inset: 0;
  background: #120d45;
  color: #e6e2ff;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.before-after__input {
  margin-top: 14px;
  width: 100%;
}

.tile-bin-map .bin-map-placeholder {
  margin-top: 18px;
  border: 1px dashed #6a6a74;
  border-radius: 14px;
  padding: 24px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tile-bin-map {
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.bin-map-placeholder p {
  margin: 0;
}

.bin-map-sub {
  margin-top: 8px !important;
  color: #a7a7b0;
  font-size: 13px;
}

.tile-bin-map .bin-map-image {
  width: 100%;
  height: 180px;
  flex: 0 0 auto;
  margin-top: 12px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #b8b8c1;
  background: #f3f3f5;
}

.tile-research {
  min-height: 190px;
  display: flex;
  flex-direction: column;
}

.work-gallery__row--tile-06 {
  width: 100%;
  max-width: none;
}

.research-icon-wrap {
  margin-top: 10px;
  border: 1px solid #30313a;
  border-radius: 12px;
  background: #09090d;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.research-icon {
  width: auto;
  height: 64px;
  max-width: 100%;
  object-fit: contain;
  filter: invert(1) brightness(1.2);
}

.tile-sponsor .sponsor-funnel {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.funnel-bar {
  width: var(--w);
  min-width: 170px;
  border: 1px solid #43444d;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #ececf2;
  background: linear-gradient(90deg, rgba(20, 0, 220, 0.24), rgba(20, 0, 220, 0.06));
}

.tile-polish {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.polish-line {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.35;
  color: #eef0f5;
}

.polish-button {
  border: 1px solid #5a5d67;
  background: transparent;
  color: #f0f0f5;
  border-radius: 999px;
  padding: 10px 14px;
  width: fit-content;
  cursor: pointer;
}

.work-gallery__row-double img:first-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .work-gallery__row-double {
    display: flex;
    justify-content: space-around;
  }

  .work-gallery__row-double img {
    width: 50%;
    height: 100%;
  }

  .work-gallery__row-double img:first-child {
    padding-right: 20px;
    margin-bottom: 0;
  }

  .work-gallery__row-double img:nth-child(2) {
    padding-left: 20px;
  }
}

.work-stats {
  margin: 6rem 0;
}

.work-stats__intro {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 960px) {
  .work-stats__intro {
    padding-bottom: 0;
    border-right: 2px solid var(--line);
  }
}

.work-stats__intro h2 {
  margin-bottom: 20px;
}

.work-stats .stat {
  border-top: 2px solid var(--line);
  padding: 40px 0;
}

@media (min-width: 960px) {
  .work-stats .stat {
    border-top: 0;
  }
}

@media (min-width: 960px) {
  .work-stats .stat-wrap:nth-child(2n) {
    border-left: 2px solid var(--line);
  }
}

.stat__top {
  margin-bottom: 10px;
}

.splash--footer {
  background: var(--black);
  padding: 32px 30px;
}

.splash--footer__inner {
  color: var(--white);
  font-family: CircularBook, Helvetica, Arial, sans-serif;
  font-size: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}

.splash--footer__logo {
  height: 30px;
  width: unset;
  filter: brightness(0) invert(1);
}

.splash--footer__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.splash--footer__legal {
  color: var(--white);
  margin-right: 10px;
}

@media (min-width: 1100px) {
  .splash--footer {
    padding: 32px 60px;
  }

  .splash--footer__inner {
    font-size: 16px;
  }

  .splash--footer__legal {
    margin-right: 14px;
  }
}

@media (max-width: 1100px) {
  .splash--footer {
    padding: 48px 30px;
  }

  .splash--footer__inner {
    flex-direction: column;
  }

  .splash--footer__logo {
    width: 220px;
    height: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .splash--footer__right {
    display: flex;
    flex-direction: column;
  }

  .splash--footer__legal {
    font-size: 12px;
    line-height: 220%;
  }

  .splash--footer__right > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .splash--footer__right > .splash--footer__legal {
    margin-right: 0;
  }

  .splash--footer__right > div > .splash--footer__legal:last-child {
    margin-right: 0;
  }
}

@media (max-width: 959.98px) {
  .tile-title {
    font-size: 22px;
  }

  .typing-line,
  .polish-line {
    font-size: 22px;
  }

  .skill-node {
    position: static;
  }

  .constellation {
    display: grid;
    gap: 8px;
    padding: 14px;
    height: auto;
  }

  .constellation-links {
    display: none;
  }

  .skill-center {
    position: static;
    transform: none;
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
