:root {
  --ink: #101010;
  --paper: #f4efe4;
  --white: #fffdf7;
  --acid: #c6ff00;
  --coral: #ff4f3a;
  --blue: #3155ff;
  --yellow: #ffd43b;
  --border: 4px solid var(--ink);
  --shadow: 9px 9px 0 var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 17px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

p {
  margin: 0 0 1rem;
}

strong {
  font-weight: 900;
}

.tatsu-header,
.tatsu-mobile-menu,
.PE,
.QE,
.vD,
.yD {
  display: none;
}

.tatsu-section-offset {
  position: relative;
  padding: 78px 24px;
  border-bottom: var(--border);
}

.tatsu-section-pad-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.BE {
  display: flex;
  align-items: stretch;
  gap: 28px;
}

.HE {
  min-width: 0;
  flex: 1 1 0;
}

.IE,
.RE,
.tatsu-column-inner {
  height: 100%;
}

.tatsu-module:last-child,
.tatsu-module p:last-child {
  margin-bottom: 0;
}

.tatsu-title {
  margin: 0;
  color: var(--ink);
  font-family: "Arial Black", "Outfit", sans-serif;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

h1.tatsu-title {
  max-width: 1050px;
  font-size: clamp(3.5rem, 8.6vw, 8rem);
  font-weight: 900;
  line-height: 0.86;
}

h2.tatsu-title {
  font-size: clamp(2.4rem, 5.3vw, 5rem);
  font-weight: 900;
  line-height: 0.94;
}

.your-worth {
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.08em;
}

.next-sentence {
  display: block;
  margin-top: 0.55em;
}

h4.tatsu-title {
  display: inline-block;
  margin-bottom: 28px;
  padding: 8px 12px;
  border: 3px solid var(--ink);
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  font-family: "Courier New", monospace;
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.tatsu-shortcode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 24px;
  border: var(--border);
  border-radius: 0;
  background: var(--acid);
  box-shadow: 7px 7px 0 var(--ink);
  color: var(--ink);
  font-family: "Arial Black", "Outfit", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 100ms linear, box-shadow 100ms linear;
}

.tatsu-shortcode:hover {
  transform: translate(4px, 4px);
  box-shadow: 3px 3px 0 var(--ink);
}

.aE {
  margin-top: 30px;
}

/* Hero */
.tatsu-CFefgBGyL {
  padding-top: 54px;
  background:
    linear-gradient(var(--ink) 2px, transparent 2px),
    linear-gradient(90deg, var(--ink) 2px, transparent 2px),
    var(--paper);
  background-size: 54px 54px;
}

.tatsu-WsVqZmFP4B {
  margin-bottom: 56px;
  padding: clamp(24px, 4vw, 48px);
  border: var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
}

.tatsu-WsVqZmFP4B .SE {
  max-width: 800px;
  margin-top: 28px;
  padding: 18px;
  border-left: 12px solid var(--coral);
  background: var(--yellow);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
}

.tatsu-WsVqZmFP4B h1 span[style] {
  color: var(--ink) !important;
}

.tatsu-WsVqZmFP4B h1.tatsu-title {
  font-size: clamp(3.2rem, 7.4vw, 7rem);
}

.tatsu-WsVqZmFP4B .hero-product-economy {
  display: inline;
  color: var(--coral) !important;
}

.tatsu-WsVqZmFP4B .hero-powered-by {
  display: block;
  margin-top: 0.18em;
  color: var(--blue) !important;
  font-size: 0.48em;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tatsu-k-Iw4Ll8yF > .zD > .BE {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
  gap: 30px;
}

.tatsu-VELWl6wIBT {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border: var(--border);
  background:
    repeating-linear-gradient(
      -45deg,
      var(--blue) 0,
      var(--blue) 24px,
      var(--ink) 24px,
      var(--ink) 28px
    );
  box-shadow: var(--shadow);
}

.tatsu-VELWl6wIBT::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: var(--border);
  background: var(--acid);
  box-shadow: 8px 8px 0 var(--ink);
  color: var(--ink);
  font-family: "Arial Black", sans-serif;
  font-size: 1rem;
  content: "PLAY";
  transform: translate(-50%, -50%) rotate(-4deg);
}

.tatsu-XTidpNRxxs .tatsu-column-inner {
  padding: 26px;
  border: var(--border);
  background: var(--coral);
  box-shadow: var(--shadow);
}

.tatsu-1afWMpqjuY,
.tatsu-081OO_IvNq,
.tatsu-_9B6NrsQgH {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 3px solid var(--ink);
  background: var(--white);
  font-weight: 700;
}

.tatsu-1afWMpqjuY::before,
.tatsu-081OO_IvNq::before,
.tatsu-_9B6NrsQgH::before {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid var(--ink);
  background: var(--yellow);
  font-family: "Arial Black", sans-serif;
  font-weight: 900;
}

.tatsu-1afWMpqjuY::before {
  content: "01";
}

.tatsu-081OO_IvNq::before {
  content: "02";
}

.tatsu-_9B6NrsQgH::before {
  content: "03";
}

.tatsu-1afWMpqjuY .gE,
.tatsu-081OO_IvNq .gE,
.tatsu-_9B6NrsQgH .gE {
  display: none;
}

.tatsu-1afWMpqjuY p,
.tatsu-_9B6NrsQgH p {
  margin: 0;
}

.tatsu-XTidpNRxxs .tatsu-shortcode {
  width: 100%;
  background: var(--acid);
}

/* Learning section */
.tatsu-TyXGaYJjo {
  background: var(--blue);
  color: var(--white);
}

.tatsu-0_jnGx8XdQ > .zD > .BE {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 46px;
}

.tatsu-p9-XIyWpFG {
  padding: 34px;
  border: var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
}

.tatsu-TyXGaYJjo h2.tatsu-title {
  color: var(--ink);
}

.tatsu-hYPmftjSio {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 10px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tatsu-hYPmftjSio span[style] {
  color: var(--ink) !important;
}

.tatsu-TyXGaYJjo .tatsu-shortcode {
  background: var(--coral);
  color: var(--white);
}

.tatsu-ai8iHFsB5a > .zD > .BE {
  display: grid;
  gap: 18px;
}

.tatsu-j1F8OEK7zu,
.tatsu-VBnh-IHowU,
.tatsu-sgi3Tmupr8 {
  border: var(--border);
  background: var(--acid);
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 100ms linear, box-shadow 100ms linear;
}

.tatsu-j1F8OEK7zu:hover,
.tatsu-VBnh-IHowU:hover,
.tatsu-sgi3Tmupr8:hover {
  transform: translate(4px, 4px);
  box-shadow: 3px 3px 0 var(--ink);
}

.tatsu-RLsquDdKDe,
.tatsu-vMhiSwly7a,
.tatsu-U0AO-z7uJfm {
  position: relative;
  padding: 24px 20px 24px 86px;
}

.tatsu-RLsquDdKDe::before,
.tatsu-vMhiSwly7a::before,
.tatsu-U0AO-z7uJfm::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 3px solid var(--ink);
  background: var(--coral);
  color: var(--white);
  font-family: "Arial Black", sans-serif;
  font-weight: 900;
  transform: translateY(-50%);
}

.tatsu-RLsquDdKDe::before {
  content: "1";
}

.tatsu-vMhiSwly7a::before {
  content: "2";
}

.tatsu-U0AO-z7uJfm::before {
  content: "3";
}

.tatsu-RLsquDdKDe .gE,
.tatsu-vMhiSwly7a .gE,
.tatsu-U0AO-z7uJfm .gE {
  display: none;
}

.tatsu-RLsquDdKDe a,
.tatsu-vMhiSwly7a a,
.tatsu-U0AO-z7uJfm a {
  color: var(--ink);
  font-family: "Arial Black", "Outfit", sans-serif;
  font-size: 1.08rem;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

/* Founder section */
.tatsu-2cPNhpHUl {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 70px,
      rgba(16, 16, 16, 0.12) 70px,
      rgba(16, 16, 16, 0.12) 72px
    ),
    var(--yellow);
}

.tatsu-BcTjIfOowv {
  width: fit-content;
  margin: 0 auto 52px;
  padding: 22px 32px;
  border: var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
  transform: rotate(-1deg);
}

.tatsu-EaHhooAgwH {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  background: var(--coral);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tatsu-1sAni8L696 > .zD > .BE {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 48px;
}

.tatsu-single-image-inner {
  position: relative;
}

.tatsu-single-image-inner::before {
  position: absolute;
  inset: -14px 14px 14px -14px;
  z-index: 0;
  border: var(--border);
  background: var(--blue);
  content: "";
}

.tatsu-single-image-inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 620px;
  border: var(--border);
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.8) contrast(1.08);
}

.tatsu-e_MEQH_Mzq {
  padding: clamp(24px, 4vw, 44px);
  border: var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
}

.tatsu-OCA84W0Eu7 {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 700;
}

.tatsu-OCA84W0Eu7 p {
  padding-bottom: 14px;
  border-bottom: 3px solid var(--ink);
}

.tatsu-OCA84W0Eu7 p:first-child {
  padding: 12px;
  background: var(--acid);
  font-family: "Arial Black", "Outfit", sans-serif;
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  line-height: 1.2;
  text-transform: uppercase;
}

/* Footer */
.tatsu-cmA78IXXWCa {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 0;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.tatsu-cmA78IXXWCa p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tatsu-cmA78IXXWCa a {
  color: var(--acid);
  font-weight: 900;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .tatsu-section-offset {
    padding: 62px 20px;
  }

  .tatsu-k-Iw4Ll8yF > .zD > .BE,
  .tatsu-0_jnGx8XdQ > .zD > .BE,
  .tatsu-1sAni8L696 > .zD > .BE {
    grid-template-columns: 1fr;
  }

  .tatsu-0_jnGx8XdQ > .zD > .BE,
  .tatsu-1sAni8L696 > .zD > .BE {
    gap: 42px;
  }

  .tatsu-Dp1Dl5PLdU {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  :root {
    --border: 3px solid var(--ink);
    --shadow: 6px 6px 0 var(--ink);
  }

  body {
    font-size: 15px;
  }

  .tatsu-section-offset {
    padding: 48px 15px;
  }

  .tatsu-CFefgBGyL {
    padding-top: 34px;
    background-size: 34px 34px;
  }

  .tatsu-WsVqZmFP4B {
    margin-bottom: 38px;
    padding: 20px;
  }

  h1.tatsu-title {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .tatsu-WsVqZmFP4B h1.tatsu-title {
    font-size: clamp(2.5rem, 13.5vw, 3.8rem);
  }

  h2.tatsu-title {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .tatsu-VELWl6wIBT {
    min-height: 245px;
  }

  .tatsu-VELWl6wIBT::before {
    width: 88px;
    height: 88px;
  }

  .tatsu-XTidpNRxxs .tatsu-column-inner,
  .tatsu-p9-XIyWpFG,
  .tatsu-e_MEQH_Mzq {
    padding: 20px;
  }

  .tatsu-shortcode {
    width: 100%;
    min-width: 0;
  }

  .tatsu-RLsquDdKDe,
  .tatsu-vMhiSwly7a,
  .tatsu-U0AO-z7uJfm {
    padding: 20px 14px 20px 67px;
  }

  .tatsu-RLsquDdKDe::before,
  .tatsu-vMhiSwly7a::before,
  .tatsu-U0AO-z7uJfm::before {
    left: 13px;
    width: 40px;
    height: 40px;
  }

  .tatsu-BcTjIfOowv {
    width: 100%;
    padding: 18px;
  }

  .tatsu-single-image-inner::before {
    inset: -9px 9px 9px -9px;
  }
}
