:root {
  --ink: #111111;
  --paper: #f4f0e8;
  --orange: #ff4d00;
  --acid: #e8ff35;
  --blue: #243cff;
  --white: #fffdf8;
  --gutter: clamp(20px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
::selection { color: var(--ink); background: var(--acid); }
.skip-link { position: fixed; z-index: 100; top: 10px; right: 10px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 16px var(--gutter);
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}
.wordmark { direction: ltr; text-decoration: none; font: 400 1rem/.82 "Rubik Mono One", sans-serif; letter-spacing: -.06em; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.8vw, 42px); }
nav a { text-decoration: none; font-weight: 800; font-size: .96rem; }
nav a:not(.nav-contact):hover { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.nav-contact { padding: 9px 14px; color: #fff; background: var(--ink); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); min-height: calc(100vh - 92px); border-bottom: 2px solid var(--ink); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 100px) var(--gutter); }
.eyebrow, .section-index { margin: 0 0 24px; font-size: .76rem; font-weight: 900; letter-spacing: .12em; direction: ltr; text-align: right; }
h1 { margin: 0; font-size: clamp(4.7rem, 9.7vw, 10.8rem); line-height: .81; letter-spacing: -.09em; font-weight: 900; }
h1 span { display: inline-block; padding: .03em .12em .08em; color: var(--paper); background: var(--ink); transform: rotate(-1deg); }
.hero-intro { max-width: 760px; margin: 34px 0 0; font-size: clamp(1.12rem, 1.55vw, 1.48rem); line-height: 1.5; font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 22px; border: 2px solid var(--ink); text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 4px 4px 0 var(--ink); }
.button-ghost { background: transparent; }
.button-light { border-color: #fff; color: var(--ink); background: #fff; }

.hero-portrait-wrap { position: relative; min-height: 660px; border-right: 2px solid var(--ink); background: #242b29; overflow: hidden; }
.hero-portrait { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.88) contrast(1.05); }
.hero-portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.25), transparent 36%); pointer-events: none; }
.portrait-label { position: absolute; z-index: 2; top: 26px; right: 0; padding: 10px 24px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); border-right: 0; font-weight: 900; transform: rotate(-2deg); }
.hero-stamp { position: absolute; z-index: 3; left: 26px; bottom: 28px; display: grid; width: clamp(130px, 15vw, 210px); aspect-ratio: 1; place-content: center; text-align: center; color: var(--ink); background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; transform: rotate(8deg); box-shadow: 8px 8px 0 var(--acid); }
.hero-stamp span { font: 400 clamp(1.8rem, 3vw, 3.2rem)/1 "Rubik Mono One", sans-serif; }
.hero-stamp small { max-width: 110px; margin: 8px auto 0; font-size: .72rem; font-weight: 900; line-height: 1.15; }

.ticker { overflow: hidden; border-bottom: 2px solid var(--ink); background: var(--acid); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: 14px 0 16px; animation: ticker 32s linear infinite; direction: rtl; }
.ticker-track span { padding: 0 24px; font-size: clamp(1.25rem, 2vw, 1.9rem); font-weight: 900; }
.ticker-track i { font-style: normal; font-size: 1.2rem; }
@keyframes ticker { to { transform: translateX(50%); } }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 2px solid var(--ink); }
.number-card { min-height: 210px; padding: 34px var(--gutter); border-left: 2px solid var(--ink); }
.number-card:last-child { border-left: 0; }
.number-card strong { display: block; direction: ltr; text-align: right; font: 400 clamp(2.15rem, 4.5vw, 5.3rem)/.95 "Rubik Mono One", sans-serif; letter-spacing: -.06em; overflow-wrap: anywhere; }
.number-card span { display: block; max-width: 200px; margin-top: 16px; font-weight: 800; line-height: 1.25; }

.section-shell { padding: clamp(72px, 10vw, 150px) var(--gutter); border-bottom: 2px solid var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(240px, .42fr); gap: 40px; align-items: end; margin-bottom: clamp(44px, 7vw, 96px); }
.section-heading .section-index { grid-column: 1 / -1; margin-bottom: -6px; }
.section-heading h2, .about-copy h2 { margin: 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .83; letter-spacing: -.085em; font-weight: 900; }
.section-heading h2 em, .about-copy h2 em { color: var(--orange); font-style: normal; }
.section-heading > p:last-child { max-width: 480px; margin: 0 0 8px; font-size: 1.16rem; line-height: 1.55; font-weight: 600; }

.featured-work { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .62fr); gap: clamp(28px, 6vw, 90px); align-items: center; margin-bottom: 34px; padding: clamp(26px, 5vw, 70px); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.featured-work.reverse { grid-template-columns: minmax(340px, .62fr) minmax(0, .9fr); }
.featured-work.reverse .work-copy { order: 2; }
.featured-work.reverse .embed-shell { order: 1; }
.work-orange { background: var(--orange); }
.work-blue { color: #fff; background: var(--blue); }
.work-meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 12px; border-bottom: 2px solid currentColor; font-size: .84rem; font-weight: 900; }
.work-copy h3 { margin: 28px 0 18px; font-size: clamp(3.3rem, 6.6vw, 7.2rem); line-height: .82; letter-spacing: -.08em; }
.work-copy > p { max-width: 660px; font-size: 1.12rem; line-height: 1.55; font-weight: 600; }
.role-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; padding: 0; list-style: none; }
.role-list li { padding: 7px 11px; border: 1.5px solid currentColor; font-size: .78rem; font-weight: 900; }
.text-link { display: inline-block; font-weight: 900; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.embed-shell { position: relative; min-width: 0; padding: 18px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); color: var(--ink); }
.embed-label { position: absolute; z-index: 3; top: 10px; left: -16px; padding: 7px 11px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); font-size: .72rem; font-weight: 900; direction: ltr; transform: rotate(-4deg); }
.instagram-media { width: 100% !important; min-width: 0 !important; margin: 0 !important; background: #fff; min-height: 520px; }
.instagram-media > a { display: grid; min-height: 520px; place-items: center; padding: 40px; text-align: center; font-weight: 900; }

.work-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin: 54px 0; }
.project-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 440px; padding: clamp(28px, 4vw, 54px); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.project-acid { background: var(--acid); }
.project-paper { background: var(--white); }
.project-number { margin: 0; font: 400 2.2rem/1 "Rubik Mono One", sans-serif; }
.project-kicker { font-size: .77rem; font-weight: 900; letter-spacing: .08em; }
.project-card h3 { margin: 14px 0; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: .87; letter-spacing: -.065em; }
.project-card p:not(.project-number) { max-width: 570px; line-height: 1.52; font-weight: 600; }
.project-card a { align-self: flex-start; font-weight: 900; text-underline-offset: 5px; }
.random-news-card { color: #fff; background: var(--blue); }
.random-news-card h3 { max-width: 620px; }

.katza-feature { display: grid; grid-template-columns: minmax(310px, .83fr) minmax(0, 1.17fr); margin: 64px 0; color: #fff; background: #e95438; border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); overflow: hidden; }
.katza-visual { position: relative; min-height: 620px; border-left: 2px solid var(--ink); background: #e95438; }
.katza-visual img { width: 100%; height: 100%; object-fit: cover; }
.katza-visual small { position: absolute; right: 12px; bottom: 10px; padding: 5px 8px; color: var(--ink); background: rgba(255,255,255,.86); font-size: .65rem; font-weight: 800; }
.katza-copy { padding: clamp(34px, 5vw, 76px); }
.katza-eyebrow { margin: 0 0 22px; font-size: .74rem; font-weight: 900; letter-spacing: .12em; direction: ltr; text-align: right; }
.katza-copy h3 { margin: 0 0 26px; font: 400 clamp(3.6rem, 7.2vw, 8.4rem)/.83 "Rubik Mono One", sans-serif; letter-spacing: -.07em; direction: rtl; }
.katza-copy h3 span { color: #ffc33b; text-shadow: 5px 5px 0 rgba(157,46,33,.65); }
.katza-lead { max-width: 780px; margin: 0 0 18px; font-size: clamp(1.35rem, 2.3vw, 2.1rem); line-height: 1.25; font-weight: 900; }
.katza-copy > p:not(.katza-eyebrow):not(.katza-lead) { max-width: 760px; line-height: 1.62; font-weight: 600; }
.katza-highlight { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; align-items: center; margin: 30px 0; padding: 18px 20px; color: var(--ink); background: #ffc33b; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); transform: rotate(-.6deg); }
.katza-highlight strong { font-size: clamp(1.35rem, 2.5vw, 2.5rem); line-height: 1.05; }
.katza-highlight span { grid-row: 2; font-weight: 800; }
.katza-highlight a { grid-column: 2; grid-row: 1 / 3; font-weight: 900; text-underline-offset: 4px; }
.katza-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

.tiktok-feature { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(30px, 7vw, 100px); align-items: center; padding: clamp(32px, 6vw, 80px); color: #fff; background: var(--ink); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--orange); }
.tiktok-copy h3 { margin: 14px 0 24px; font-size: clamp(3.6rem, 7vw, 7.5rem); line-height: .82; letter-spacing: -.08em; }
.tiktok-copy > p:not(.section-index) { max-width: 520px; margin-bottom: 30px; font-size: 1.12rem; line-height: 1.55; }
.tiktok-embed-wrap { min-width: 0; min-height: 420px; padding: 18px; background: var(--white); border: 2px solid #fff; overflow: hidden; }
.tiktok-embed { max-width: 100% !important; min-width: 0 !important; margin: 0 auto !important; color: var(--ink); }

.section-heading.compact { display: block; margin-bottom: 70px; }
.capabilities { background: var(--acid); }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--ink); }
.capability { position: relative; min-height: 330px; padding: clamp(28px, 5vw, 64px); background: var(--paper); border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.capability:nth-child(2n) { border-left: 0; }
.capability:nth-child(n+3) { border-bottom: 0; }
.capability span { position: absolute; top: 22px; left: 25px; font: 400 1.3rem/1 "Rubik Mono One", sans-serif; color: var(--orange); }
.capability h3 { margin: 58px 0 16px; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .9; letter-spacing: -.06em; }
.capability p { max-width: 570px; margin: 0; font-size: 1.05rem; line-height: 1.55; font-weight: 600; }

.about { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.about-image { position: sticky; top: 24px; }
.about-image img { width: 100%; aspect-ratio: .82; object-fit: cover; object-position: 60% center; border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--orange); }
.about-image span { position: absolute; right: -18px; bottom: 24px; padding: 10px 18px; color: #fff; background: var(--blue); border: 2px solid var(--ink); font: 400 .92rem/1 "Rubik Mono One", sans-serif; transform: rotate(-3deg); }
.about-copy h2 { margin-bottom: 42px; }
.about-lead { font-size: clamp(1.5rem, 2.7vw, 2.5rem) !important; line-height: 1.2 !important; font-weight: 800 !important; }
.about-copy > p:not(.section-index) { max-width: 850px; font-size: 1.1rem; line-height: 1.65; font-weight: 500; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; direction: ltr; justify-content: flex-end; }
.about-tags span { padding: 8px 11px; color: #fff; background: var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .04em; }

.experience { padding-top: clamp(68px, 8vw, 110px); background: var(--white); }
.experience-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.experience-heading .section-index { margin: 0 0 8px; }
.experience-heading h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .84; letter-spacing: -.075em; }
.experience-heading h2 em { color: var(--orange); font-style: normal; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.experience-item { min-height: 280px; padding: 28px 24px 32px; border-left: 1.5px solid var(--ink); }
.experience-item:last-child { border-left: 0; }
.experience-item > span { display: block; margin-bottom: 42px; font: 400 .9rem/1.2 "Rubik Mono One", sans-serif; direction: ltr; text-align: right; color: var(--orange); }
.experience-item strong { display: block; font-size: clamp(1.15rem, 1.65vw, 1.6rem); line-height: 1.16; }
.experience-item p { margin: 16px 0 0; font-size: .92rem; line-height: 1.5; font-weight: 600; }

.contact { padding: clamp(80px, 12vw, 180px) var(--gutter); color: #fff; background: var(--orange); border-bottom: 2px solid var(--ink); text-align: center; }
.contact .section-index { text-align: center; }
.contact h2 { margin: 0; font-size: clamp(4rem, 11vw, 12rem); line-height: .78; letter-spacing: -.085em; }
.contact h2 span { color: var(--acid); text-shadow: 5px 5px 0 var(--ink); }
.contact > p:not(.section-index) { margin: 40px auto 22px; font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 800; }
.contact-mail { display: inline-block; max-width: 100%; font-size: clamp(1.25rem, 3.7vw, 4.4rem); font-weight: 900; direction: ltr; text-align: center; overflow-wrap: anywhere; text-underline-offset: 8px; text-decoration-thickness: 3px; }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 48px; }
.social-links a { padding: 10px 16px; border: 2px solid #fff; text-decoration: none; font-weight: 900; }
.social-links a:hover { color: var(--ink); background: #fff; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 24px var(--gutter); font-size: .82rem; font-weight: 800; }
footer a { text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .72fr; }
  .hero-copy { padding-right: 28px; padding-left: 28px; }
  h1 { font-size: clamp(4rem, 9.5vw, 7.5rem); }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .number-card:nth-child(2) { border-left: 0; }
  .number-card:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .featured-work, .featured-work.reverse { grid-template-columns: 1fr 420px; }
  .tiktok-feature { grid-template-columns: 1fr; }
  .katza-feature { grid-template-columns: minmax(290px, .7fr) 1.3fr; }
  .katza-visual { min-height: 560px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-item:nth-child(2) { border-left: 0; }
  .experience-item:nth-child(-n+2) { border-bottom: 1.5px solid var(--ink); }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .site-header { min-height: 76px; padding: 12px 18px; }
  nav { gap: 13px; }
  nav a { font-size: .78rem; }
  nav a:nth-child(2) { display: none; }
  .nav-contact { padding: 7px 9px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { order: 2; padding: 46px 20px 58px; }
  .hero-portrait-wrap { order: 1; min-height: 66vh; border-right: 0; border-bottom: 2px solid var(--ink); }
  h1 { font-size: clamp(3.8rem, 18vw, 6.6rem); }
  .hero-intro { margin-top: 26px; }
  .hero-stamp { width: 124px; left: 20px; bottom: 22px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .number-card { min-height: 160px; padding: 24px 20px; }
  .number-card strong { font-size: clamp(2.1rem, 10vw, 3.8rem); }
  .section-shell { padding: 72px 20px; }
  .section-heading { display: block; }
  .section-heading h2, .about-copy h2 { font-size: clamp(3.7rem, 17vw, 6.7rem); }
  .section-heading > p:last-child { margin-top: 28px; }
  .featured-work, .featured-work.reverse { display: flex; flex-direction: column; padding: 22px; box-shadow: 6px 6px 0 var(--ink); }
  .featured-work.reverse .work-copy, .featured-work.reverse .embed-shell { order: initial; }
  .work-copy h3 { font-size: clamp(3.4rem, 16vw, 6.4rem); }
  .embed-shell { width: 100%; padding: 10px; }
  .instagram-media, .instagram-media > a { min-height: 460px; }
  .work-pair { grid-template-columns: 1fr; gap: 26px; }
  .project-card { min-height: 380px; }
  .katza-feature { display: flex; flex-direction: column; margin: 42px 0; box-shadow: 6px 6px 0 var(--ink); }
  .katza-visual { min-height: 0; border-left: 0; border-bottom: 2px solid var(--ink); }
  .katza-visual img { aspect-ratio: 1; }
  .katza-copy { padding: 34px 22px 40px; }
  .katza-copy h3 { font-size: clamp(3.2rem, 15vw, 6.4rem); }
  .katza-highlight { grid-template-columns: 1fr; }
  .katza-highlight span, .katza-highlight a { grid-column: auto; grid-row: auto; }
  .tiktok-feature { padding: 28px 20px; box-shadow: 6px 6px 0 var(--orange); }
  .tiktok-copy h3 { font-size: clamp(3.5rem, 16vw, 6.4rem); }
  .tiktok-embed-wrap { padding: 8px; min-height: 340px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability, .capability:nth-child(2n), .capability:nth-child(n+3) { min-height: 270px; border-left: 0; border-bottom: 2px solid var(--ink); }
  .capability:last-child { border-bottom: 0; }
  .about { grid-template-columns: 1fr; }
  .about-image { position: relative; top: 0; }
  .about-copy { margin-top: 28px; }
  .experience-heading { display: block; }
  .experience-heading .section-index { margin-bottom: 22px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-item, .experience-item:nth-child(2) { min-height: 0; border-left: 0; border-bottom: 1.5px solid var(--ink); }
  .experience-item:last-child { border-bottom: 0; }
  .experience-item > span { margin-bottom: 24px; }
  footer { flex-direction: column; align-items: center; text-align: center; }
}

@media (max-width: 430px) {
  nav a:first-child { display: none; }
  .numbers { grid-template-columns: 1fr; }
  .number-card, .number-card:nth-child(2), .number-card:nth-child(-n+2) { min-height: 140px; border-left: 0; border-bottom: 2px solid var(--ink); }
  .number-card:last-child { border-bottom: 0; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
}
