* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  background-color: #F4F4F4;
  color: black;
  font: 1rem/1.1 "Sharp Grotesk", sans-serif;
  margin: 0;
  padding-top: 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

figure,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
  text-indent: -9999px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
}

input:focus,
input {
  font-size: 16px;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.row {
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
  width: 100%;
}

.row_thatch {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
}
.row__container {
  margin: 0 -10px;
  line-height: 0;
  font-size: 0;
}

.container {
  padding: 0 20px;
}

.col {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .row {
    padding: 0 10px;
  }
  .col_6 {
    width: 50%;
  }
}
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/recoleta-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/recoleta-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Grotesk";
  src: url("../fonts/sharpgrotesk-200.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Grotesk";
  src: url("../fonts/sharpgrotesk-300.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Grotesk";
  src: url("../fonts/sharpgrotesk-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@media (min-width: 760px) {
  .animation-left {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
  .animation-top {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  .animation-bottom {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
  }
  .viewport-observer {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
  }
  .viewport-observer.visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .delay-2 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .delay-1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .delay-2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .delay-3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .delay-4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .delay-5 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .delay-6 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay-7 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .delay-8 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .delay-9 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay-10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .delay-11 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .delay-12 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay-13 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .delay-14 {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .delay-15 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .delay-16 {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .delay-17 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
[data-lazyload] {
  opacity: 0;
}

.hide_mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide_mobile {
    display: block;
  }
}
.footer {
  border-top: 1px solid #000;
  padding: 52px 20px 1px;
  font: 200 16px/25px "Sharp Grotesk", sans-serif;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__copy__a {
  display: block;
}
.footer__social {
  margin: 54px 0 0;
}
.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin: 30px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 300 32px/36px "Sharp Grotesk", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 53px 0 85px;
}
.footer__link {
  margin-right: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__link:hover {
  color: #a891ff;
}

@media (min-width: 760px) {
  .footer {
    padding: 59px 1px;
    width: 100%;
  }
  .footer__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1720px;
  }
  .footer__copy__a {
    display: initial;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer__copy__a:hover {
    color: #a891ff;
    text-decoration: underline;
  }
  .footer__ul, .footer__social {
    margin: 0;
  }
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__title {
    margin: 0 0 29px;
  }
  .footer__arrow {
    display: inline-block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .footer__li__a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer__li__a:hover {
    color: #a891ff;
  }
  .footer__li__a:hover .footer__arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer__text {
    max-width: 210px;
  }
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .footer__bottom {
    font: 300 128px/128px "Sharp Grotesk", sans-serif;
    margin: 82px 0 0;
  }
  .footer__link {
    margin-bottom: 0;
  }
}
@media (min-width: 760px) and (max-width: 1200px) {
  .footer__bottom {
    font: 300 91px/91px "Sharp Grotesk", sans-serif;
  }
}
.header {
  font-size: 22px;
  color: black;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 73px;
     -moz-column-gap: 73px;
          column-gap: 73px;
  margin: 5px 13px 0 0;
}
.header--sticky {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
}
.header--sticky .header__container {
  height: 66px;
}

@media (min-width: 760px) {
  .header__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .header__text {
    font: 200 16px/1 "Sharp Grotesk", sans-serif;
  }
  .header__right {
    margin: 0;
  }
}
.navigation {
  background: #f4f4f4;
  color: black;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.navigation__ani {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.navigation__images {
  display: none;
}
.navigation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
.navigation__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin: 5px 13px 0 0;
  -webkit-column-gap: 73px;
     -moz-column-gap: 73px;
          column-gap: 73px;
}
.navigation__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70vh;
}
.navigation__nav-1 {
  font: 300 50px/58px "Sharp Grotesk", sans-serif;
  letter-spacing: -0.25px;
  color: #606060;
}
.navigation__nav-1__arrow {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
}
.navigation__nav-1__li {
  margin-top: 14px;
}
.navigation__nav-1__a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation__nav-1__a:hover, .navigation__nav-1__a.active {
  color: black;
}
.navigation__nav-1__a:hover .navigation__nav-1__arrow, .navigation__nav-1__a.active .navigation__nav-1__arrow {
  opacity: 1;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.navigation__social {
  font: 300 22px/28px "Sharp Grotesk", sans-serif;
  max-width: 330px;
}
.navigation__social__span {
  display: block;
}
.navigation__social__a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation__social__a:hover {
  color: #a891ff;
}
.navigation.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.navigation.active .navigation__ani {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.navigation.active .navigation__ani-1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.navigation.active .navigation__ani-2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.navigation.active .navigation__ani-3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.navigation.active .navigation__ani-4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.navigation.active .navigation__ani-5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

@media (min-width: 760px) {
  .navigation__header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .navigation__header__text {
    font: 200 16px/1 "Sharp Grotesk", sans-serif;
  }
  .navigation__right {
    margin: 0;
  }
  .navigation__content {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .navigation__nav-1 {
    font: 300 64px/72px "Sharp Grotesk", sans-serif;
    letter-spacing: -0.25px;
    color: #606060;
  }
  .navigation__social {
    font: 300 28px/34px "Sharp Grotesk", sans-serif;
  }
  .navigation__images {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .navigation__images__wrapper {
    margin: auto;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation__image {
    margin: auto;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
  }
  .navigation__image.active .navigation__img {
    opacity: 1;
    width: 100%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .navigation__img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0.805, 0.145, 0.995), opacity 0.2s;
    transition: all 1.5s cubic-bezier(0, 0.805, 0.145, 0.995), opacity 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    display: block;
    width: 46%;
    height: 681px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mod-follow {
  font: 300 32px/36px "Sharp Grotesk", sans-serif;
  margin: 58px 0 71px;
  padding: 0 20px;
}
.mod-follow__a {
  display: inline-block;
}

@media (min-width: 768px) {
  .mod-follow {
    font: 300 72px/72px "Sharp Grotesk", sans-serif;
    margin: 106px 0 73px;
    padding: 0;
  }
  .mod-follow__block {
    display: block;
  }
  .mod-follow__a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .mod-follow__a:hover {
    color: #a891ff;
  }
}
@media (min-width: 760px) and (max-width: 1200px) {
  .mod-follow {
    font: 300 60px/60px "Sharp Grotesk", sans-serif;
  }
}
body {
  padding-top: 96px;
}

.single__header {
  margin: 0 0 0;
}
.single__header__container {
  height: 311px;
}
.single__header__title {
  font: 300 24px/28px "Sharp Grotesk", sans-serif;
  padding: 24px 16px 29px 0px;
}
.single__header__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .single__header {
    margin: 0 0 0;
  }
  .single__header__container {
    height: 600px;
  }
  .single__header__title {
    font: 300 45px/52px "Sharp Grotesk", sans-serif;
    padding: 52px 0px 49px;
  }

    .single__header__subtitle {
    font: 300 45px/52px "Sharp Grotesk", sans-serif;
    padding: 52px 0px 49px;
    text-align: left;
    color: #ffffff;
  }
}
}
.single__info {
  text-align: center;
  margin: 0 0 30px;
  padding-top: 58px;
}

.single__info_bg_macro {
  background: url("../images/project/macro/macro_image.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.info_bg_thatch {
  background: url("../images/project/thatch/bg_challenge.jpg");
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.bg_thatch3{
  background: url("../images/project/thatch/challenge_03.png");
  background-repeat: no-repeat;
  }

.single__info_bg {
  color: #ffffff;
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: #0039e3;
}

.single__info__title {
  font: 300 24px/30px "Sharp Grotesk", sans-serif;
  margin: 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.single__info__text {
  font: 300 32px/32px "Sharp Grotesk", sans-serif;
  margin: 0 0 65px;
}

.single__info__text_macro {
  font: 300 28px/32px "Sharp Grotesk", sans-serif;
  margin: 0 0 65px;
}

.text_thatch {
  font: 300 22px/28px "Sharp Grotesk", sans-serif;
  margin: 0 0 65px;
}

.single__info__container {
  border-bottom: 1px solid black;
  margin: 0 16px;
}

.single__info__container_macro {
  margin: 0 16px;
}
.single__info__container_thatch {
  text-align: center;
  margin: auto;
  width: 50%;
}

@media (min-width: 768px) {
  .single__info {
    margin: 0 0 60px;
    padding-top: 90px;
  }
  .single__info__title {
    margin: 0 0 58px;
  }
  .single__info__text {
    font: 300 45px/52px "Sharp Grotesk", sans-serif;
    margin: 0 0 130px;
  }

  .single__info__text_tatch {
    font: 600 45px/52px "Sharp Grotesk", sans-serif;
    margin: 0;
  }
.tatch_line_vertical{
    border: 1px solid #9c3bff;
    width: 1px;
    height: 250px;
    position: absolute;
    }

  .tatch_line{
    border: 1px solid #9c3bff;
    padding: 30px 30px;
    border-radius: 20px;
  }

  .title_thatch  {
   font: 600 72px/76px "Sharp Grotesk", sans-serif
}
/* ---------------- Tatch ---------------- */

 * { box-sizing: border-box; margin: 0; padding: 0; }
  .scene {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 0 40px;
    position: relative;
  }
  .chip {
    background: #7C3AED;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 5px 14px;
    border-radius: 999px;
    z-index: 2;
    position: relative;
    font-family: var(--font-sans, sans-serif);
    user-select: none;
  }
  .connector-line {
    width: 1.5px;
    height: 250px;
    background: linear-gradient(to bottom, #A78BFA, #EC4899);
    flex-shrink: 0;
    z-index: 1;
  }
  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EC4899;
    margin-top: -4px;
    margin-bottom: -4px;
    z-index: 2;
    position: relative;
    align-self: center;
  }
  .card {
    background: rgba(256, 256, 256, 0.2);
    border: 1.5px solid #9c3bff;
    border-radius: 20px;
    padding: 28px 48px 28px 40px;
    width: 100%;
    max-width: 640px;
    z-index: 2;
    position: relative;
  }
  .card-title {
    font: 600 62px/68px "Sharp Grotesk", sans-serif;
    color: var(--color-text-primary, #111);
    letter-spacing: -0.01em;
  }
   .subtitle {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-secondary, #555);
    text-align: center;
    max-width: 420px;
    font-family: var(--font-sans, sans-serif);
  }

/* ============================================================
   THATCH — todas las secciones custom
   ============================================================ */

/* --- Challenge (hero) --- */
.section__challenge {
  width: 100%;
  background-image: url('../images/project/thatch/background_thatch_01.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 48px 380px;
  overflow: hidden;
}
.challenge__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 0 48px;
  align-items: start;
}
.challenge__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.challenge__chip {
  display: inline-block;
  border: 1.5px solid #222;
  border-radius: 999px;
  padding: 5px 16px;
  font: 600 12px/1 "Sharp Grotesk", sans-serif;
  color: #111;
  letter-spacing: 0.06em;
  width: fit-content;
}
.challenge__title {
  font: 600 72px/72px "Sharp Grotesk", sans-serif;
  color: #111;
  letter-spacing: -0.03em;
}
.challenge__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 280px;
}
.challenge__body {
  font: 400 15px/1.7 "Sharp Grotesk", sans-serif;
  color: #555;
  text-align: right;
  max-width: 380px;
  margin-left: auto;
}

/* --- 01 Script / Exploration --- */
.single__info_thatch {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  background: #f4f3fb;
  background-image:
    linear-gradient(rgba(156,59,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156,59,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.single__info_thatch .page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 48px 80px;
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: start;
  background: none;
  position: relative;
}
.single__info_thatch .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 4px;
  z-index: 2;
}
.section-num {
  font: 600 13px/1 "Sharp Grotesk", sans-serif;
  color: #9c3bff;
  letter-spacing: 0.02em;
}
.big-title {
  font: 600 72px/72px "Sharp Grotesk", sans-serif;
  color: #111;
  letter-spacing: -0.03em;
}
.body-text {
  font: 400 14px/1.6 "Sharp Grotesk", sans-serif;
  color: #666;
  max-width: 240px;
}
.subtitle {
  margin-top: 24px;
  font: 400 16px/1.6 "Sharp Grotesk", sans-serif;
  color: #555;
  text-align: center;
  max-width: 420px;
}
.single__info_thatch .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.gif-card {
  width: 420px;
  height: 420px;
  border-radius: 24px;
  background: #c4b5f7;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.gif-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name-chip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -80%);
  background: #9c3bff;
  color: #fff;
  font: 600 11px/1 "Sharp Grotesk", sans-serif;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 3;
}
.quote-word-pill {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 2px 10px;
  font: 400 13px/1.4 "Sharp Grotesk", sans-serif;
  color: #333;
  margin-left: 2px;
}
.single__info_thatch .curation-text {
  position: absolute;
  bottom: 50px;
  right: -150px;
  left: auto;
  font: 600 72px/72px "Sharp Grotesk", sans-serif;
  color: #111;
  letter-spacing: -0.03em;
  white-space: nowrap;
  z-index: 1;
}

/* --- 03 Brand Toolkit --- */
.section__brand-toolkit {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #f4f3fb;
  background-image:
    linear-gradient(rgba(156,59,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156,59,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 60px 0;
  overflow: hidden;
}
.brand-toolkit__page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0;
  min-height: 220px;
}
.brand-toolkit__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brand-toolkit__title {
  font: 600 72px/72px "Sharp Grotesk", sans-serif;
  color: #111;
  letter-spacing: -0.03em;
}
.brand-toolkit__line-col {
  display: flex;
  align-items: center;
  padding: 0 40px;
  align-self: flex-start;
  margin-top: 82px;
}
.brand-toolkit__line {
  width: 260px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(to right, #3B82F6, #8B5CF6, #EC4899, #F97316);
}
.brand-toolkit__right {
  align-self: flex-start;
  margin-top: -20px;
}
.brand-toolkit__img {
  width: 300px;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* --- Toolkit Showcase --- */
.section__toolkit-showcase {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background-color: #f4f3fb;
  background-image:
    linear-gradient(rgba(156,59,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156,59,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.toolkit-showcase__bg { width: 100%; position: relative; z-index: 1; }
.toolkit-showcase__bg-img { width: 100%; height: auto; display: block; object-fit: cover; }
.toolkit-showcase__people {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 55%;
  max-width: 780px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.toolkit-showcase__people-img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* ============================================================
   RESPONSIVE — mobile first
   ============================================================ */
@media (max-width: 900px) {

  /* Challenge */
  .section__challenge {
    padding: 40px 24px 220px;
    background-position: bottom center;
    background-size: 150%;
  }
  .challenge__grid { grid-template-columns: 1fr; gap: 20px; }
  .challenge__title { font: 600 44px/46px "Sharp Grotesk", sans-serif; }
  .challenge__right { padding-top: 0; }
  .challenge__body { text-align: left; margin-left: 0; max-width: 100%; }

  /* Exploration */
  .single__info_thatch .page {
    grid-template-columns: 1fr;
    padding: 40px 24px 60px;
    gap: 32px;
  }
  .big-title { font: 600 44px/46px "Sharp Grotesk", sans-serif; }
  .body-text { max-width: 100%; }
  .single__info_thatch .right { justify-content: center; }
  .gif-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 340px;
    margin: 0 auto;
  }
  .single__info_thatch .curation-text {
    font: 600 44px/46px "Sharp Grotesk", sans-serif;
    position: static;
    display: block;
    text-align: center;
    margin-top: 16px;
    white-space: normal;
  }

  /* Brand Toolkit */
  .brand-toolkit__page {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 24px;
    min-height: auto;
  }
  .brand-toolkit__title { font: 600 44px/46px "Sharp Grotesk", sans-serif; }
  .brand-toolkit__line-col { align-self: auto; margin-top: 0; padding: 0; }
  .brand-toolkit__line { width: 240px; }
  .brand-toolkit__right { margin-top: 0; }
  .brand-toolkit__img { width: 100%; max-width: 300px; }

  /* Toolkit Showcase */
  .toolkit-showcase__people { width: 90%; }
}

@media (max-width: 480px) {
  .challenge__title { font: 600 34px/36px "Sharp Grotesk", sans-serif; }
  .section__challenge { padding: 32px 16px 180px; background-size: 200%; }
  .big-title { font: 600 34px/36px "Sharp Grotesk", sans-serif; }
  .single__info_thatch .curation-text { font: 600 34px/36px "Sharp Grotesk", sans-serif; }
  .brand-toolkit__title { font: 600 34px/36px "Sharp Grotesk", sans-serif; }
  .gif-card { max-width: 280px; }
  .toolkit-showcase__people { width: 100%; }
}

/* ---------------- Cierre Tatch ---------------- */
  .single__info__container {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .single__info__text {
    font: 300 40px/47px "Sharp Grotesk", sans-serif;
    padding: 0 15px;
    margin: 0 0 100px;
  }
}
.section__images {
  margin: 0 0 91px;
  padding: 0 16px;
}
.section__images__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.section__images__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.section__images__figure {
  position: relative;
  height: 0;
  padding-top: 137.5%;
  width: 100%;
}
.section__images__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .section__images {
    margin: 0 0 118px;
  }
  .section__images__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 88px;
  }

.grid_macro{
    gap: 36px;
  }

  .section__images__col {
    gap: 96px;
  }

   .section__images__col_macro {
    gap: 16px;
  }


  .section__images__col--margin {
    margin: 120px 0 0;
  }

   .section__images__col--margin_macro{
    margin:  0;
  }

  .macro_margin_top {
    padding: 160px 0 160px
  }

  .section__images__figure {
    padding-top: 550px;
    width: 400px;
  }
   .section__images__figure_macro {
    padding-top: 300px;
    width: 600px;
  }
   .section__images__figure_macro_2 {
    padding-top: 616px;
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section__images__col {
    gap: 45px;
  }
.section__images__col_macro {
    gap: 15px;
  }

  .section__images__container {
    gap: 45px;
  }
  .section__images__figure {
    width: 330px;
    padding-top: 520px;
  }
}
.grid-3-col {
  padding: 36px 16px;
}
.grid-3-col__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
.grid-3-col__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.grid-3-col__figure {
  position: relative;
  height: 0;
  padding-top: 142.5%;
  width: 100%;
}
.grid-3-col__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.grid-3-col__text {
  font: 300 24px/30px "Sharp Grotesk", sans-serif;
  margin: 36px 0 15px;
}

@media (min-width: 768px) {
  .grid-3-col {
    padding: 72px 0 65px;
  }
  .grid-3-col__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .grid-3-col__margin-1 {
    margin-top: 192px;
  }
  .grid-3-col__margin-2 {
    margin-top: 442px;
  }
  .grid-3-col__arrow {
    display: block;
    margin: 120px auto 0;
  }
  .grid-3-col__text {
    margin: 343px 0 0;
  }
}
.grid-4-img {
  overflow: hidden;
  padding: 24px 16px 14px;
}
.grid-4-img__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  white-space: nowrap;
}
.grid-4-img__figure {
  position: relative;
  height: 0;
  padding-top: 68.75%;
  width: 100%;
}
.grid-4-img__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .grid-4-img {
    padding: 24px 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
  }
  .grid-4-img__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    white-space: nowrap;
    width: 1660px;
  }
  .grid-4-img__figure {
    position: relative;
    height: 0;
    padding-top: 275px;
    width: 400px;
  }
  .grid-4-img--even {
    margin: 116px 0 0;
  }
}
.grid-5-img {
  padding: 20px 16px 0;
}
.grid-5-img__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.grid-5-img__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.grid-5-img__figure {
  position: relative;
  height: 0;
  padding-top: 64.25%;
  width: 100%;
}
.grid-5-img__610x275 {
  padding-top: 42.1311%;
}

.grid-5-img__610x350_thatch {
  padding-top: 60%;
}
.grid-5-img__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .grid-5-img {
    padding: 56px 0 59px;
  }

   .grid-5-img_thatch {
    padding: 24px 24px;
  }
  .grid-5-img__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid-5-img__figure {
    padding-top: 275px;
  }
  .grid-5-img__figure_thatch {
    padding-top: 350px;
  }
  .grid-5-img__container {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .grid-5-img__figure {
    padding-top: 185px;
  }
}
.section__center-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}

.bg_white {
background-color: #ffffff;
}

.section__center-img__img {
  width: 100%;
  height: auto;
}
.section__center-img.nomargin {
  margin-bottom: 0;
}
.section__center-img .section__center-img__image--full {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section__center-img__image--full {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .section__center-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .section__center-img__img {
    width: inherit;
    height: inherit;
  }
  .section__center-img__image {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section__center-img .section__center-img__image--full {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.credits {
  text-align: center;
  font: 300 16px/20px "Sharp Grotesk", sans-serif;
  padding: 0 15px;
}
.credits__text {
  margin: 0 0 36px;
  text-align: left;
}
.credits__span {
  display: block;
}
.credits__container {
  border-bottom: 1px solid black;
}
.credits__container--noborder {
  border-bottom: 0;
}
.credits__a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .credits {
    text-align: center;
    font: 300 28px/36px "Sharp Grotesk", sans-serif;
  }
  .credits__text {
    margin: 0 0 39px;
    text-align: center;
  }
}
.section__img-txt {
  padding: 64px 16px 35px;
}
.section__img-txt__figure {
  position: relative;
  height: 0;
  padding-top: 58%;
  margin: 0 0 51px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 4px 90px #D5DCFF);
          filter: drop-shadow(0px 4px 90px #D5DCFF);
}
.section__img-txt__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.section__img-txt__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section__img-txt__text {
  font: 300 20px/24px "Sharp Grotesk", sans-serif;
}

@media (min-width: 768px) {
  .section__img-txt {
    padding: 64px 0 22px;
  }
  .section__img-txt__figure {
    position: relative;
    height: 0;
    padding-top: 379px;
    margin: 0 0;
    width: 494px;
  }
  .section__img-txt__col {
    gap: 33px;
  }
  .section__img-txt__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 64px;
    gap: 92px;
  }
  .section__img-txt__text {
    font: 300 24px/30px "Sharp Grotesk", sans-serif;
    max-width: 462px;
  }
  .section__img-txt__arrow {
    margin: 91px auto 0;
  }
   .section__img-txt__arrow_thatch {
    margin: 45px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section__img-txt {
    padding: 15px 0 22px;
  }
  .section__img-txt__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .section__img-txt__figure {
    margin: 0 auto;
  }
  .section__img-txt__text {
    max-width: inherit;
  }
}
.info__project {
  padding: 67px 0 0;
}

.info__project__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  padding: 0 16px;
}
.info__project__title {
  font: 300 24px/30px "Sharp Grotesk", sans-serif;
}

.info__project__title_macro {
  font: 400 16px/20px "Sharp Grotesk", sans-serif;
  color: #0039e3;
}
.info__project__text {
  font: 200 16px/26px "Sharp Grotesk", sans-serif;
  color: #606060;
}

.info__project__text_macro {
  font: 200 20px/30px "Sharp Grotesk", sans-serif;
  color: #000000;
}
.info__project__subtitle {
  font: 300 32px/32px "Sharp Grotesk", sans-serif;
  text-align: center;
  margin: 0 auto 89px;
  max-width: 300px;
}
.info__project__arrow {
  margin: 36px auto 56px;
  display: block;
}
.info__project__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .info__project {
    padding: 69px 0 0;
  }
  .info__project__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    gap: 0;
  }
  .info__project__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .info__project__subtitle {
    font: 300 45px/52px "Sharp Grotesk", sans-serif;
    max-width: 890px;
    margin: 0 auto 119px;
  }
  .info__project__arrow {
    margin: 61px auto 86px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .info__project {
    padding: 50px 0 0;
  }
  .info__project__top {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__project__subtitle {
    font: 300 40px/46px "Sharp Grotesk", sans-serif;
  }
}
.section__half {
  margin: 0 0 90px;
}
.section__half__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.section__half__text {
  color: #606060;
  font: 200 14px/20px "Sharp Grotesk", sans-serif;
}
.section__half__feature {
  font: 300 24px/28px "Sharp Grotesk", sans-serif;
}

.section__half__feature_macro {
  font: 300 28px/36px "Sharp Grotesk", sans-serif;
  padding: 20px 0;
}

.section__half__feature_macro_2 {
  font: 300 28px/36px "Sharp Grotesk", sans-serif;
  padding: 20px 0;
  color: #c0d5ff;
}

.section__half__feature_macro_3 {
  font: 300 28px/36px "Sharp Grotesk", sans-serif;
  padding: 20px 0;
  color: #5a89ff;
}

.info_blullet_macro p{
  float: left;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 10px;
}


.circle_macro{
  width: 114px;
  height: 114px;
  color: #5a89ff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .section__half {
    margin: 0 0 108px;
  }
  .section__half__container {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .section__half__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .section__half__text {
    color: #606060;
    font: 200 16px/26px "Sharp Grotesk", sans-serif;
    padding-right: 75px;
  }
  .section__half__feature {
    font: 300 36px/44px "Sharp Grotesk", sans-serif;
    padding-right: 95px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section__half__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.section__invert {
  background: black url(../images/bg-mod-invert-mobile.jpg) bottom left no-repeat;
  background-size: cover;
  color: white;
  padding: 100px 16px 48px;
}
.section__invert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.section__invert__text {
  font: 300 20px/24px "Sharp Grotesk", sans-serif;
}
.section__invert__feature {
  font: 300 24px/28px "Sharp Grotesk", sans-serif;
  margin: 0 0 40px;
}
.section__invert__figure {
  position: relative;
  height: 0;
  padding-top: 58%;
  width: 100%;
}
.section__invert__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .section__invert {
    background: black url(../images/bg-mod-invert.jpg) bottom left no-repeat;
    background-size: cover;
    color: white;
    padding: 144px 0 96px;
  }
  .section__invert__container {
    gap: 109px;
  }
  .section__invert__text {
    font: 300 28px/36px "Sharp Grotesk", sans-serif;
    max-width: 635px;
  }
  .section__invert__feature {
    font: 300 28px/36px "Sharp Grotesk", sans-serif;
    text-align: right;
    margin: 0 0 49px;
  }
  .section__invert__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section__invert__right {
    max-width: 672px;
  }
  .section__invert__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section__invert {
    padding: 90px 0;
  }
  .section__invert__container {
    gap: 65px;
  }
}
.title-big {
  padding: 56px 0 44px;
}
.title-big__container {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.title-big__title {
  font: 300 64px/64px "Sharp Grotesk", sans-serif;
  word-wrap: break-word;
}
.title-big__text {
  font: 300 20px/24px "Sharp Grotesk", sans-serif;
  text-align: right;
}

.title-big__title_macro {
font: 30 112px / 112px "Sharp Grotesk", sans-serif;
    word-wrap: break-word;
    color: #2e39e3;
    margin-top: 30%;
}
.title_macro_magenta{
  color: #ff7dcb;
}

.macro_blue{
  color: #2e39e3;
}

.macro_white{
  color: #ffffff;
}

.macro_space{
  height: 50px;
  display: none;
}

@media (min-width: 768px) {
  .title-big {
    padding: 87px 0 44px;
  }
  .info_bg_thatch{
  background: url("../images/project/thatch/bg_challenge.jpg");
  background-repeat: no-repeat;
  }

  .bg_thatch3{
  background: url("../images/project/thatch/challenge_03.png");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 1140px;
  margin: 0;
  }


  .title-big__container {
    padding: 0;
    gap: 40px;
  }
  .title-big__title {
    font: 300 128px/128px "Sharp Grotesk", sans-serif;
    max-width: 690px;
  }

  .title-big__text {
    font: 300 24px/30px "Sharp Grotesk", sans-serif;
    text-align: right;
    max-width: 470px;
    display: inline-block;
  }

  .text_thatch {
  font: 300 22px/28px "Sharp Grotesk", sans-serif;
  margin: 0 0 65px;
}
  .title-big__right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .title-big {
    padding: 0;
  }
  .title-big__title {
    font: 300 98px/98px "Sharp Grotesk", sans-serif;
  }
}
.section__space {
  display: block;
  height: 48px;
}

@media (min-width: 768px) {
  .section__space {
    height: 82px;
  }
  .section__space_macro {
    height: 16px;
  }
}
.section__background--1.visible {
  background: url(../images/background-single-1.jpg) no-repeat 0 0;
  background-size: cover;
}

.section__background--2.visible {
  background: url(../images/background-single-2.jpg) no-repeat 0 0;
  background-size: cover;
}

.section__video {
  display: block;
  height: 311px;
  position: relative;
  overflow: hidden;
}
.section__video__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .section__video {
    height: 600px;
  }
    .title-big__title_macro {
font: 30 96px / 102px "Sharp Grotesk", sans-serif;
    word-wrap: break-word;
    color: #2e39e3;
    margin-top: 30%;
}
}
@media (min-aspect-ratio: 16/9) {
  .section__video__iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
.mod__arrow {
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
section.section__challenge {
    background-image: url('../images/project/thatch/background_thatch_mobile_01.jpg');
    background-size: cover;
    background-position: center top;
    padding: 40px 24px 160px;

  }
  .challenge__left {
    padding-top: 50px;
}
  .challenge__right {
    margin-top: 130px;
}

  span.challenge__chip {
        display: inline-block;
        color: rgb(17, 17, 17);
        letter-spacing: 0.06em;
        width: fit-content;
        border-width: 1.5px;
        border-style: solid;
        border-color: rgb(34, 34, 34);
        border-image: initial;
        border-radius: 999px;
        padding: 5px 16px;
        font: 600 12px / 1 "Sharp Grotesk", sans-serif;
    }

  p.challenge__body {
        color: rgb(85, 85, 85);
        text-align: left;
        max-width: 380px;
        margin-left: 0;
        font: 400 15px / 1.7 "Sharp Grotesk", sans-serif;
        padding-bottom: 10px;
    }

    h1.challenge__title {
    padding-top: 20px;
    font: 600 38px / 42px "Sharp Grotesk", sans-serif;
    }

  .single__info__container_thatch {
    text-align: center;
    margin: auto;
    width: 90%;
}

    .bg_thatch3 {
        background: url(../images/project/thatch/challenge_03_mobile.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 1140px;
        margin: 0;
    }

    .scene {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 96px 0 40px;
        position: relative;
    }

.chip {
        background: #7C3AED;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.04em;
        padding: 5px 14px;
        border-radius: 999px;
        z-index: 2;
        position: relative;
        font-family: var(--font-sans, sans-serif);
        user-select: none;
    }

  .connector-line {
        width: 1.5px;
        height: 250px;
        background: linear-gradient(to bottom, #A78BFA, #EC4899);
        flex-shrink: 0;
        z-index: 1;
    }

    .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #EC4899;
        margin-top: -4px;
        margin-bottom: -4px;
        z-index: 2;
        position: relative;
        align-self: center;
    }

    .card {
        background: rgba(256, 256, 256, 0.2);
        border: 1.5px solid #9c3bff;
        border-radius: 20px;
        padding: 16px 22px 16px 16px;
        width: 100%;
        max-width: 640px;
        z-index: 2;
        position: relative;
    }

    .card-title {
        font: 600 52px / 58px "Sharp Grotesk", sans-serif;
        color: var(--color-text-primary, #111);
        letter-spacing: -0.01em;
    }

    .subtitle {
        margin-top: 24px;
        font: 400 16px / 1.6 "Sharp Grotesk", sans-serif;
        color: #555;
        text-align: center;
        max-width: 250px;
    }


  .info_blullet_macro p{
    float: left;
    border: 1px solid #ffffff;
    padding: 10px 15px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 14px;
    }
  .section__images__img {
    position: relative;
    }
  .title-big__title_macro{
    font: 30 72px / 72px "Sharp Grotesk", sans-serif;
    margin-top: 1 0%;
     }
  .info__project__top{
    gap: 0px;
     }

  .single__info_thatch {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
        background: #f4f3fb;
        background-image: linear-gradient(rgba(156, 59, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(156, 59, 255, 0.06) 1px, transparent 1px);
        background-size: 40px 40px;
    }

        .single__info_thatch .page {
        max-width: 480px;
        margin: 0 auto;
        padding: 32px 24px 40px;
        display: grid;
        align-items: start;
        background: none;
        position: relative;
    }

.gif-card {
  width: 340px;
  height: 420px;
  border-radius: 24px;
  background: #c4b5f7;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.gif-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .section-num {
        font: 600 13px / 1 "Sharp Grotesk", sans-serif;
        color: #9c3bff;
        letter-spacing: 0.02em;
    }
    .big-title {
        font: 600 72px / 72px "Sharp Grotesk", sans-serif;
        color: #111;
        letter-spacing: -0.03em;
    }
        .single__info_thatch .left {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 4px;
        z-index: 2;
    }
    .name-chip {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-20%, -80%);
        background: #9c3bff;
        color: #fff;
        font: 600 11px / 1 "Sharp Grotesk", sans-serif;
        padding: 6px 14px;
        border-radius: 999px;
        white-space: nowrap;
        z-index: 3;
    }
    .single__info_thatch .curation-text {
        display: none;
    }
  }