@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --ink: #0d0e0e;
  --paper: #f5efe5;
  --acid: #b9ff38;
  --electric: #255dff;
  --hot: #ff4c35;
  --blue: #8dcbff;
  --grid: rgba(13, 14, 14, 0.1);
}
body {
  font-family: "Space Grotesk", Arial, sans-serif;
  background-color: var(--paper);
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 28px 28px;
}
body:before {
  content: "";
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
::selection {
  background: var(--acid);
  color: var(--ink);
}
.page {
  position: relative;
}
.shell {
  width: min(1280px, calc(100% - 40px));
}
.eyebrow,
.number,
.project-index,
.project-kind,
.case-year {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.announcement {
  display: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 239, 229, 0.92);
  backdrop-filter: blur(12px);
}
.nav {
  height: 75px;
}
.brand {
  text-transform: uppercase;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.brand .dot {
  width: 7px;
  height: 7px;
  background: var(--hot);
}
.nav-links {
  gap: 19px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.nav-links a {
  opacity: 1;
}
.nav-links a.active:after {
  height: 4px;
  bottom: -10px;
  background: var(--hot);
}
.button {
  position: relative;
  border-width: 2px;
  border-radius: 0;
  padding: 13px 17px;
  text-transform: uppercase;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}
.button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--acid);
  transform: translateX(-102%);
  transition: transform 0.25s ease;
  z-index: -1;
}
.button:hover:before {
  transform: translateX(0);
}
.button:hover {
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--hot);
  transform: translate(-2px, -2px);
}
.button.dark {
  background: var(--ink);
  border-color: var(--ink);
}
.button.dark:hover {
  background: var(--ink);
  color: var(--ink);
}
.button.lime {
  background: var(--acid);
}

.home-hero {
  min-height: 770px;
  padding: 72px 0 50px;
  isolation: isolate;
  background: var(--ink);
  color: var(--paper);
  overflow: clip;
}
.home-hero:before {
  width: 580px;
  height: 580px;
  right: -170px;
  top: 20px;
  background: var(--electric);
  opacity: 1;
  filter: none;
  box-shadow: 0 0 0 25px var(--ink);
}
.home-hero:after {
  width: 310px;
  height: 310px;
  left: 53%;
  bottom: -185px;
  background: var(--acid);
  z-index: -1;
}
.home-hero .hero-copy {
  max-width: 1250px;
}
.home-hero .eyebrow {
  display: inline-block;
  padding: 6px 9px;
  background: var(--acid);
  color: var(--ink);
  transform: rotate(-2deg);
}
.hero-copy h1 {
  position: relative;
  max-width: 1100px;
  margin: 28px 0 24px;
  color: var(--paper);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(82px, 14vw, 210px);
  line-height: 0.76;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.hero-copy h1 em {
  display: inline-block;
  color: var(--acid);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-style: normal;
  transform: rotate(-3deg);
}
.hero-copy h1:after {
  content: "*";
  font-family: "DM Mono", monospace;
  color: var(--hot);
  font-size: 0.36em;
  vertical-align: top;
  margin-left: 0.15em;
}
.hero-bottom {
  margin-top: 65px;
  position: relative;
}
.hero-bottom p {
  padding: 16px;
  border-left: 5px solid var(--hot);
  max-width: 390px;
  font-size: 15px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.08);
}
.hero-stamp {
  width: 150px;
  height: 150px;
  border: 0;
  border-radius: 0;
  background: var(--hot);
  color: var(--ink);
  font-size: 11px;
  transform: rotate(10deg);
  box-shadow: 7px 7px 0 var(--paper);
  transition: transform 0.25s ease;
}
.hero-stamp:hover {
  transform: rotate(-5deg) scale(1.08);
}
.hero-gesture {
  position: absolute;
  right: 16%;
  bottom: 56px;
  z-index: 1;
  width: 180px;
  height: 180px;
  border: 2px dashed var(--acid);
  border-radius: 50%;
  animation: orbit 13s linear infinite;
}
.hero-gesture span:first-child {
  position: absolute;
  left: 20px;
  top: -22px;
  font-size: 65px;
  line-height: 1;
  color: var(--acid);
}
.hero-gesture span:last-child {
  position: absolute;
  right: -19px;
  bottom: 15px;
  font-size: 55px;
  color: var(--hot);
  font-family: "DM Mono", monospace;
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
.ticker {
  position: relative;
  z-index: 5;
  background: var(--acid);
  border: 0;
  padding: 14px 0;
  color: var(--ink);
  transform: rotate(-1deg) scale(1.02);
}
.ticker-inner {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 27px;
  letter-spacing: 0.02em;
  animation-duration: 19s;
}
.ticker i {
  color: var(--hot);
}
.intro {
  padding: 140px 0 105px;
}
.intro p {
  font-size: clamp(23px, 3.1vw, 43px);
  line-height: 1.08;
  font-weight: 600;
}
.section-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(54px, 7vw, 100px);
  line-height: 0.85;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.serif {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-style: normal;
  color: var(--hot);
}
.work {
  padding: 48px 0 125px;
}
.work-head {
  align-items: start;
}
.work-head .section-title {
  max-width: 720px;
}
.work-list {
  border-top: 3px solid var(--ink);
}
.project-row {
  grid-template-columns: 80px 1.2fr 1fr auto;
  padding: 22px 8px;
  border-bottom: 2px solid var(--ink);
}
.project-row:hover {
  background: var(--electric);
  color: var(--paper);
  padding-left: 24px;
  padding-right: 20px;
  transform: rotate(-0.4deg);
}
.project-row:hover .project-index,
.project-row:hover .project-kind {
  color: var(--paper);
}
.project-name {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(37px, 5vw, 70px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.01em;
}
.project-arrow {
  background: var(--acid);
  color: var(--ink);
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: Arial;
}
.proof {
  padding: 110px 0;
  background: var(--ink);
  color: var(--paper);
  position: relative;
}
.proof:before {
  content: "FALTA POUCO";
  position: absolute;
  right: -40px;
  top: 100px;
  color: var(--electric);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(80px, 13vw, 190px);
  line-height: 0.75;
  transform: rotate(90deg);
  opacity: 0.85;
}
.proof .section-title {
  max-width: 900px;
}
.proof-grid {
  position: relative;
  z-index: 1;
  border-top: 2px solid var(--paper);
}
.stat {
  border-right: 2px solid var(--paper);
}
.stat strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  color: var(--acid);
  font-size: clamp(72px, 9vw, 125px);
  letter-spacing: 0;
}
.stat p {
  font-family: "DM Mono", monospace;
  font-size: 11px;
}
.cta-band {
  padding: 115px 0;
  background: var(--hot);
  position: relative;
  overflow: hidden;
}
.cta-band:after {
  content: "☺";
  position: absolute;
  right: 7%;
  bottom: -55px;
  font: 280px/1 Arial;
  color: var(--acid);
  transform: rotate(-12deg);
}
.cta-band h2 {
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(62px, 8.5vw, 123px);
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.cta-band .button {
  position: relative;
  z-index: 2;
}

.page-hero {
  padding: 100px 0 82px;
  position: relative;
}
.page-hero:after {
  content: "↗";
  position: absolute;
  right: 7%;
  top: 100px;
  font:
    clamp(70px, 12vw, 180px)/1 "Bebas Neue",
    Impact,
    sans-serif;
  color: var(--hot);
  transform: rotate(15deg);
}
.page-hero h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(77px, 12vw, 178px);
  line-height: 0.76;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  max-width: 1050px;
}
.page-hero h1 .serif {
  color: var(--electric);
}
.page-hero p {
  font-size: 16px;
}
.page-hero.split {
  grid-template-columns: 1.55fr 0.7fr;
}
.page-hero.split:after {
  display: none;
}
.page-hero.split p {
  padding: 17px;
  border: 2px solid var(--ink);
  background: var(--acid);
  transform: rotate(2deg);
}
.story {
  padding: 125px 0;
  grid-template-columns: 0.6fr 1.4fr 0.8fr;
  gap: 58px;
}
.story-copy p {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.story-copy p + p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: 0;
  text-transform: none;
}
.shape-panel {
  align-self: end;
  min-height: 420px;
  background: var(--ink);
  transform: rotate(2deg);
  border: 5px solid var(--hot);
  box-shadow: 8px 8px 0 var(--electric);
}
.shape-panel:before {
  background: var(--acid);
}
.shape-panel:after {
  background: var(--paper);
}
.shape-panel span {
  font-family: "DM Mono", monospace;
  color: var(--hot);
}
.values {
  padding-bottom: 130px;
}
.value-list {
  border-top: 3px solid var(--ink);
}
.value {
  grid-template-columns: 85px 1fr 1fr;
  padding: 25px 0;
  border-bottom: 2px solid var(--ink);
}
.value h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 43px;
  line-height: 0.85;
  font-weight: 400;
  text-transform: uppercase;
}
.value:hover {
  background: var(--acid);
  padding-left: 14px;
}
.value p {
  font-size: 13px;
}

.filters {
  padding: 37px 0 50px;
}
.filter {
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 10px 14px;
  text-transform: uppercase;
  transition: transform 0.15s;
}
.filter.active,
.filter:hover {
  background: var(--hot);
  border-color: var(--ink);
  color: var(--ink);
  transform: rotate(-2deg);
}
.case-grid {
  gap: 42px 26px;
}
.case-card:nth-child(even) {
  transform: translateY(70px);
}
.case-visual {
  aspect-ratio: 1.12;
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  isolation: isolate;
}
.case-card:hover .case-visual {
  transform: translate(-5px, -5px) rotate(-1.5deg);
  box-shadow: 15px 15px 0 var(--hot);
}
.case-visual:before {
  animation: visualDrift 6s ease-in-out infinite alternate;
}
.case-visual:after {
  animation: visualSpin 10s linear infinite;
}
@keyframes visualDrift {
  to {
    transform: rotate(9deg) translate(16px, -8px) scale(1.08);
  }
}
@keyframes visualSpin {
  to {
    transform: rotate(360deg);
  }
}
.case-caption h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}
.case-caption p {
  color: var(--ink);
  font-size: 10px;
}
.case-year {
  background: var(--acid);
  height: max-content;
  padding: 4px;
}
.case-card:nth-child(2) .case-visual,
.case-card:nth-child(5) .case-visual {
  background: var(--hot);
}
.case-card:nth-child(3) .case-visual,
.case-card:nth-child(6) .case-visual {
  background: var(--electric);
}

.service-list {
  padding: 65px 0 125px;
}
.service {
  grid-template-columns: 85px 1.1fr 0.8fr auto;
  padding: 30px 0;
  border-top: 2px solid var(--ink);
}
.service:last-child {
  border-bottom: 2px solid var(--ink);
}
.service h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}
.service:hover {
  background: var(--acid);
  padding-left: 14px;
  padding-right: 12px;
}
.service p {
  font-size: 13px;
}
.process {
  padding: 120px 0;
  background: var(--electric);
  color: var(--paper);
  position: relative;
}
.process:before {
  content: "PROCESSO";
  position: absolute;
  top: 12px;
  right: 5%;
  font:
    clamp(55px, 11vw, 155px)/0.8 "Bebas Neue",
    Impact,
    sans-serif;
  color: var(--acid);
  opacity: 0.9;
}
.process .section-title {
  position: relative;
  z-index: 1;
}
.process-grid {
  border-top: 2px solid var(--paper);
  position: relative;
  z-index: 1;
}
.step {
  border-right: 2px solid var(--paper);
}
.step h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 37px;
  font-weight: 400;
  text-transform: uppercase;
}
.step p {
  font-size: 12px;
}
.faq {
  padding: 125px 0;
}
.faq-item {
  border-bottom: 2px solid var(--ink);
}
.faq-item summary {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.faq-item p {
  color: var(--ink);
}

.contact-layout {
  padding: 105px 0 125px;
}
.contact-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(85px, 12vw, 178px);
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.contact-intro {
  font-size: 16px;
}
.contact-details {
  border-top: 3px solid var(--ink);
}
.contact-detail {
  border-bottom: 2px solid var(--ink);
}
.contact-form {
  padding: 38px;
  border: 3px solid var(--ink);
  background: var(--ink);
  box-shadow: 13px 13px 0 var(--hot);
  transform: rotate(1.2deg);
}
.contact-form h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
}
.field input,
.field textarea {
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
}
.contact-form .button {
  background: var(--acid);
  border-radius: 0;
}
.form-message {
  color: var(--acid);
}
.site-footer {
  padding: 58px 0 28px;
  background: var(--ink);
  border-top: 6px solid var(--acid);
}
.footer-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(58px, 7vw, 105px);
  line-height: 0.78;
  text-transform: uppercase;
  letter-spacing: 0;
}
.footer-meta {
  border-top: 2px solid rgba(255, 255, 255, 0.7);
}

.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: var(--progress, 0%);
  height: 5px;
  background: var(--hot);
  mix-blend-mode: multiply;
}
.cursor-badge {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font:
    500 9px/1.15 "DM Mono",
    monospace;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3) rotate(-12deg);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.cursor-badge.visible {
  opacity: 1;
}
.cursor-badge.over-work {
  background: var(--hot);
  transform: translate(-50%, -50%) scale(1) rotate(12deg);
}
[data-reveal] {
  opacity: 0;
  transform: translateY(44px) rotate(1.5deg);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.75, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) rotate(0);
}
[data-reveal-delay="1"] {
  transition-delay: 0.1s;
}
[data-reveal-delay="2"] {
  transition-delay: 0.2s;
}
[data-reveal-delay="3"] {
  transition-delay: 0.3s;
}
.scroll-zoom {
  --scale: 1;
  transform: scale(var(--scale));
  transition: transform 0.08s linear;
  transform-origin: center center;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .cursor-badge {
    display: none;
  }
}
@media (max-width: 760px) {
  body {
    background-size: 20px 20px;
  }
  .shell {
    width: min(100% - 28px, 1280px);
  }
  .nav {
    height: 65px;
  }
  .nav-links {
    top: 65px;
    background: var(--paper);
    border-bottom: 2px solid var(--ink);
  }
  .menu-button {
    font-family: "DM Mono", monospace;
    text-transform: uppercase;
  }
  .home-hero {
    min-height: 630px;
    padding-top: 55px;
  }
  .hero-copy h1 {
    font-size: clamp(77px, 22vw, 120px);
    line-height: 0.74;
  }
  .hero-bottom {
    margin-top: 58px;
  }
  .hero-stamp {
    width: 105px;
    height: 105px;
    font-size: 8px;
    box-shadow: 4px 4px 0 var(--paper);
  }
  .hero-gesture {
    width: 100px;
    height: 100px;
    right: 8%;
    bottom: 20px;
  }
  .hero-gesture span:first-child {
    font-size: 37px;
  }
  .hero-gesture span:last-child {
    font-size: 33px;
  }
  .intro {
    padding: 90px 0 70px;
  }
  .section-title {
    font-size: clamp(54px, 17vw, 80px);
  }
  .work {
    padding-bottom: 80px;
  }
  .project-row {
    grid-template-columns: 38px 1fr auto;
  }
  .project-name {
    font-size: 45px;
  }
  .proof {
    padding: 75px 0;
  }
  .proof:before {
    top: 120px;
    right: -20px;
  }
  .cta-band {
    padding: 75px 0;
  }
  .cta-band:after {
    font-size: 175px;
    right: -16px;
  }
  .page-hero,
  .page-hero.split {
    padding: 75px 0 63px;
  }
  .page-hero:after {
    font-size: 90px;
    right: 6%;
    top: 70px;
  }
  .page-hero h1 {
    font-size: clamp(75px, 22vw, 128px);
  }
  .page-hero.split p {
    margin-top: 32px;
  }
  .story {
    grid-template-columns: 1fr;
    padding: 80px 0;
    gap: 34px;
  }
  .story-copy p {
    font-size: 53px;
  }
  .shape-panel {
    min-height: 310px;
    width: 90%;
    justify-self: end;
  }
  .value {
    grid-template-columns: 45px 1fr;
  }
  .value h3 {
    font-size: 39px;
  }
  .case-card:nth-child(even) {
    transform: none;
  }
  .case-grid {
    padding-bottom: 82px;
  }
  .case-visual {
    box-shadow: 5px 5px 0 var(--ink);
  }
  .service {
    grid-template-columns: 42px 1fr auto;
  }
  .service h2 {
    font-size: 48px;
  }
  .service p {
    grid-column: 2;
  }
  .process {
    padding: 75px 0;
  }
  .process:before {
    font-size: 90px;
    top: 22px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step,
  .step:not(:first-child) {
    border-bottom: 2px solid var(--paper);
    border-right: 2px solid var(--paper);
  }
  .step:nth-child(2),
  .step:nth-child(4) {
    border-right: 0;
  }
  .faq {
    padding: 80px 0;
  }
  .faq-grid {
    gap: 42px;
  }
  .contact-layout {
    padding: 75px 0;
  }
  .contact-title {
    font-size: clamp(80px, 22vw, 140px);
  }
  .contact-form {
    padding: 28px;
    box-shadow: 8px 8px 0 var(--hot);
  }
  .footer-title {
    font-size: 75px;
  }
  .cursor-badge {
    display: none;
  }
}
