:root {
  --black: #111111;
  --white: #fafaf7;
  --paper: #ffffff;
  --acid: #d7ff00;
  --soft: #edede8;
  --muted: #666666;
  --line: #d8d8d0;
  --max: 1200px;
  --gutter: 28px;
}

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

html {
  background: var(--white);
  color: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(250, 250, 247, 0.88)),
    var(--white);
  color: var(--black);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

::selection {
  background: var(--acid);
  color: var(--black);
}

.site-header,
.hero,
.investment,
.statement-inner,
.footer-inner,
.footer-bottom {
  width: min(100% - (var(--gutter) * 2), var(--max));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 44px 18px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--black);
  text-decoration: none;
}

.brand-mark {
  display: inline-block;
  font-family: "Permanent Marker", "Comic Sans MS", cursive;
  font-size: 4.6rem;
  line-height: 0.8;
  letter-spacing: 0;
  transform: rotate(-5deg);
}

.brand-copy {
  display: grid;
  gap: 0;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.12;
  text-transform: uppercase;
}

.brand-copy span:last-child {
  margin-top: 3px;
  font-size: 0.55rem;
  letter-spacing: 0.24em;
}

.hero {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 70px;
  padding-block: 44px 76px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1,
.cta h2 {
  margin: 0;
  font-family: "Anton", Impact, sans-serif;
  font-size: 8.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 570px;
}

.hero h1 > span {
  display: block;
  white-space: nowrap;
}

.hero-copy p {
  max-width: 490px;
  margin: 36px 0 0;
  color: var(--black);
  font-size: 1.18rem;
  line-height: 1.75;
}

.underlined-word {
  position: relative;
  width: max-content;
  max-width: 100%;
}

.underlined-word::after {
  content: "";
  position: absolute;
  left: 0;
  right: -0.22em;
  bottom: -0.01em;
  height: 0.045em;
  background: var(--black);
  border-radius: 999px;
  transform: rotate(-0.6deg);
}

.marker {
  position: relative;
  display: inline-block;
  isolation: isolate;
  line-height: 1;
}

.marker::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.15em -0.13em 0.04em -0.18em;
  background: var(--acid);
  border-radius: 0.12em 0.35em 0.18em 0.22em;
  transform: rotate(-1.2deg) skewX(-6deg);
}

.marker-large::after,
.marker-small::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -0.42em;
  bottom: 0.15em;
  width: 0.72em;
  height: 0.28em;
  background: var(--acid);
  border-radius: 999px;
  transform: rotate(2deg);
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-photo-card {
  position: absolute;
  right: 0;
  bottom: 42px;
  z-index: 2;
  width: 82%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
  box-shadow: 18px 24px 0 rgba(17, 17, 17, 0.08);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-backdrop {
  position: absolute;
  right: -18px;
  bottom: 0;
  z-index: 1;
  width: 44%;
  height: 28%;
  background: rgba(237, 237, 232, 0.92);
}

.dot-grid {
  position: absolute;
  top: 80px;
  left: 8px;
  z-index: 3;
  width: 154px;
  height: 146px;
  background-image: radial-gradient(circle, var(--black) 2.3px, transparent 2.7px);
  background-size: 22px 22px;
}

.doodle-arrow {
  position: absolute;
  top: -2px;
  left: 45%;
  z-index: 4;
  width: 128px;
  color: var(--black);
  transform: rotate(-10deg);
}

.big-x {
  position: absolute;
  right: -14px;
  bottom: 10px;
  z-index: 5;
  width: 102px;
  height: 102px;
}

.big-x::before,
.big-x::after {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  width: 106px;
  height: 14px;
  background: var(--black);
  border-radius: 999px 12px 999px 18px;
}

.big-x::before {
  transform: rotate(46deg);
}

.big-x::after {
  transform: rotate(-48deg);
}

.investment {
  padding-block: 22px 88px;
}

.section-kicker {
  max-width: 540px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.marker-small {
  padding-inline: 0.1em;
}

.marker-small::before {
  inset: 0.25em -0.16em 0.08em -0.12em;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
}

.investment-card {
  position: relative;
  min-height: 220px;
  padding: 8px 34px 0;
  text-align: center;
}

.investment-card + .investment-card {
  border-left: 1px solid var(--line);
}

.icon-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
}

.icon-badge::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 18px;
  background: var(--acid);
  border-radius: 999px;
  transform: rotate(-4deg);
}

.icon-badge svg {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  fill: none;
  stroke: var(--black);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.investment-card h3,
.value-item h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.investment-card p {
  max-width: 250px;
  margin: 22px auto 0;
  color: var(--black);
  font-size: 1rem;
  line-height: 1.7;
}

.statement {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-block: 92px 86px;
  background: var(--soft);
  clip-path: polygon(0 5%, 13% 3%, 29% 4.5%, 44% 3%, 62% 4.7%, 76% 2.8%, 100% 5%, 100% 100%, 0 100%);
}

.statement-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 82px;
}

.statement-scribble {
  position: relative;
  margin: 0;
  font-family: "Permanent Marker", "Comic Sans MS", cursive;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  transform: rotate(-2.2deg);
}

.circled-word {
  position: relative;
  display: inline-block;
  padding-inline: 0.08em;
  isolation: isolate;
}

.circled-word::before {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.08em;
  bottom: 0.05em;
  z-index: -1;
  height: 0.2em;
  background: var(--acid);
  border-radius: 999px;
  transform: rotate(-4deg);
}

.circled-word::after {
  content: "";
  position: absolute;
  left: -0.06em;
  right: -0.12em;
  bottom: -0.04em;
  height: 0.2em;
  border-bottom: 5px solid var(--acid);
  border-radius: 50%;
  transform: rotate(-2.5deg);
}

.value-list {
  display: grid;
  gap: 22px;
  padding-left: 48px;
  border-left: 2px solid var(--black);
}

.value-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: start;
  gap: 18px;
}

.value-arrow {
  position: relative;
  display: block;
  width: 43px;
  height: 18px;
  margin-top: 3px;
}

.value-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--black);
  border-radius: 999px;
}

.value-arrow::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  transform: rotate(45deg);
}

.value-item p {
  margin: 4px 0 0;
  color: var(--black);
  font-size: 1rem;
}

.spark-lines {
  position: absolute;
  top: 62px;
  right: 10%;
  width: 84px;
  fill: none;
  stroke: var(--black);
  stroke-linecap: round;
  stroke-width: 7;
}

.paper-plane {
  position: absolute;
  right: 8%;
  bottom: 4px;
  width: 180px;
  color: var(--black);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta {
  display: grid;
  place-items: center;
  padding: 36px var(--gutter) 60px;
  text-align: center;
}

.cta h2 {
  font-size: 1.18rem;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.brush-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  min-height: 58px;
  margin-top: 22px;
  padding: 18px 42px;
  color: var(--acid);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  isolation: isolate;
  transition: transform 180ms ease, color 180ms ease;
}

.brush-button::before,
.brush-button::after {
  content: "";
  position: absolute;
  inset: 5px 0;
  z-index: -1;
  background: var(--black);
  border-radius: 999px 20px 999px 14px;
}

.brush-button::before {
  transform: rotate(-0.8deg) skewX(-8deg);
}

.brush-button::after {
  inset: 12px -8px 11px 10px;
  opacity: 0.96;
  transform: rotate(1.1deg) skewX(7deg);
}

.brush-button:hover,
.brush-button:focus-visible {
  color: var(--paper);
  transform: translateY(-2px);
}

.brush-button:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 6px;
}

.site-footer {
  margin-top: 0;
  padding: 82px var(--gutter) 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(215, 255, 0, 0.08), transparent 26%),
    var(--black);
  color: var(--paper);
  clip-path: polygon(0 8%, 9% 6%, 20% 8%, 33% 5.5%, 48% 8%, 62% 6.2%, 77% 8%, 90% 5.8%, 100% 7.5%, 100% 100%, 0 100%);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr 1fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.footer-brand {
  gap: 22px;
  color: var(--paper);
}

.footer-brand .brand-mark {
  color: var(--acid);
  font-size: 3.2rem;
}

.footer-brand .brand-copy {
  font-size: 0.82rem;
}

.footer-brand .brand-copy span:last-child {
  color: var(--acid);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

address,
.footer-block {
  display: grid;
  gap: 3px;
  min-height: 92px;
  padding-left: 36px;
  border-left: 2px solid var(--acid);
  color: var(--paper);
  font-style: normal;
}

address strong,
.footer-block strong {
  margin-bottom: 10px;
  color: var(--paper);
  font-size: 0.95rem;
  font-weight: 800;
}

address span,
.footer-block span,
.footer-block a,
.footer-bottom {
  color: rgba(250, 250, 247, 0.86);
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-block a:hover,
.legal-links a:hover {
  color: var(--acid);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 52px;
  color: rgba(250, 250, 247, 0.72);
}

.footer-bottom p {
  margin: 0;
}

.legal-links {
  display: flex;
  gap: 18px;
}

.legal-links a {
  color: rgba(250, 250, 247, 0.72);
  text-decoration: none;
}

.legal-main {
  width: min(100% - (var(--gutter) * 2), 920px);
  margin-inline: auto;
  padding: 66px 0 96px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--black);
  box-shadow: -5px -5px 0 -3px var(--black), -5px 5px 0 -3px var(--black);
}

.legal-main h1 {
  margin: 0;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(4.4rem, 12vw, 8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.legal-lede {
  max-width: 720px;
  margin: 26px 0 54px;
  color: var(--muted);
  font-size: 1.1rem;
}

.legal-section {
  padding-block: 30px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 14px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-section p,
.legal-section address,
.legal-section ul {
  margin: 0;
  color: var(--black);
  font-size: 1rem;
}

.legal-section address {
  display: block;
  min-height: 0;
  padding-left: 0;
  border-left: 0;
  color: var(--black);
  line-height: 1.75;
}

.legal-section a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  padding-left: 1.2rem;
}

@media (max-width: 1120px) {
  .hero {
    gap: 44px;
  }

  .hero h1 {
    font-size: 6.7rem;
  }

  .hero-visual {
    min-height: 570px;
  }

  .statement-scribble {
    font-size: 3.1rem;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 920px) {
  :root {
    --gutter: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 32px 64px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: 6.2rem;
  }

  .hero-copy p {
    max-width: 600px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-photo-card {
    width: 88%;
  }

  .investment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .investment-card:nth-child(odd) {
    border-left: 0;
  }

  .investment-card:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .statement-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .value-list {
    max-width: 560px;
  }

  .spark-lines {
    right: 7%;
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 20px;
  }

  .site-header {
    padding-block: 24px 6px;
  }

  .brand {
    gap: 14px;
  }

  .brand-mark {
    font-size: 3rem;
  }

  .brand-copy {
    font-size: 0.74rem;
  }

  .hero {
    gap: 20px;
    padding-block: 16px 42px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 13vw, 4.05rem);
    line-height: 0.9;
  }

  .underlined-word::after {
    right: -0.08em;
  }

  .hero-copy p {
    max-width: 30rem;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 12px;
  }

  .hero-photo-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 16 / 11;
    box-shadow: 8px 10px 0 rgba(17, 17, 17, 0.08);
  }

  .hero-photo-card img {
    object-position: right center;
  }

  .dot-grid {
    display: none;
  }

  .doodle-arrow,
  .hero-backdrop {
    display: none;
  }

  .big-x {
    right: -5px;
    bottom: -28px;
    width: 58px;
    height: 58px;
  }

  .big-x::before,
  .big-x::after {
    top: 27px;
    width: 60px;
    height: 8px;
  }

  .investment {
    padding-block: 12px 62px;
  }

  .section-kicker {
    font-size: 0.95rem;
  }

  .investment-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .investment-card,
  .investment-card:nth-child(even) {
    min-height: auto;
    padding: 26px 18px 32px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .investment-card:first-child {
    border-top: 0;
  }

  .statement {
    padding-block: 76px 82px;
    clip-path: polygon(0 3%, 15% 2%, 36% 4%, 58% 2.4%, 80% 4.2%, 100% 2.8%, 100% 100%, 0 100%);
  }

  .statement-scribble {
    font-size: 2.28rem;
  }

  .circled-word::after {
    border-bottom-width: 4px;
  }

  .value-list {
    gap: 20px;
    padding-left: 22px;
  }

  .value-item {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .value-arrow {
    width: 34px;
  }

  .value-arrow::before {
    width: 27px;
  }

  .spark-lines {
    top: 32px;
    right: 22px;
    width: 56px;
    stroke-width: 6;
  }

  .paper-plane {
    right: 12px;
    bottom: 0;
    width: 112px;
  }

  .cta {
    padding-block: 28px 52px;
  }

  .brush-button {
    width: min(100%, 350px);
    min-width: 0;
    min-height: 56px;
    padding-inline: 24px;
    font-size: 0.88rem;
  }

  .site-footer {
    padding-top: 74px;
    clip-path: polygon(0 4.5%, 18% 3%, 36% 5%, 59% 3.2%, 78% 5.2%, 100% 3.8%, 100% 100%, 0 100%);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  address,
  .footer-block {
    min-height: auto;
    padding-left: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 42px;
  }

  .legal-main {
    padding-block: 42px 72px;
  }

  .legal-main h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .legal-lede {
    margin-bottom: 34px;
    font-size: 1rem;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 2.9rem;
  }

  .statement-scribble {
    font-size: 2rem;
  }

  .brand-mark {
    font-size: 3rem;
  }
}

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