:root {
  --ink: #171717;
  --paper: #f6f0df;
  --yellow: #ffd729;
  --orange: #ff7a29;
  --pink: #ff4ea3;
  --green: #78d86f;
  --blue: #73c7ff;
  --lilac: #c6a6ff;
  --line: rgba(23, 23, 23, .23);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .18;
  mix-blend-mode: multiply;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.cursor-dot {
  position: fixed;
  width: 18px;
  height: 18px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width .18s ease, height .18s ease, background .18s ease;
  mix-blend-mode: difference;
}
.cursor-dot.active { width: 44px; height: 44px; background: #fff; }

.section-shell { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.mono { font-family: "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
.section-label { font-size: 12px; opacity: .7; margin-bottom: 36px; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 23px; text-decoration: none; }
.brand span { color: var(--pink); }
.nav { display: flex; gap: 24px; }
.nav a { font: 500 12px/1 "DM Mono", monospace; text-transform: uppercase; text-decoration: none; }
.nav a:hover { text-decoration: underline 2px; text-underline-offset: 5px; }
.sound-toggle {
  justify-self: end;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  padding: 9px 13px;
  font: 500 10px/1 "DM Mono", monospace;
  cursor: pointer;
}

.hero {
  min-height: 100svh;
  padding-top: 120px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.hero-kicker { font-size: clamp(10px, 1vw, 13px); }
.hero-title-wrap { position: relative; margin-top: 8vh; }
.hero-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(74px, 13vw, 200px);
  line-height: .72;
  letter-spacing: -.085em;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.hero-title span { display: block; }
.hero-title span:nth-child(2) { margin-left: .11em; }
.hero-scribble {
  position: absolute;
  right: 5%;
  top: 42%;
  z-index: 5;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 68px);
  transform: rotate(-8deg);
  color: var(--orange);
  text-shadow: 2px 2px 0 var(--paper);
}
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 32px; position: relative; z-index: 5; }
.hero-role { max-width: 690px; margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.27; letter-spacing: -.025em; }
.hero-role em { font-family: Georgia, serif; }
.round-cta {
  width: 112px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  border: 1.5px solid var(--ink);
  display: grid;
  place-items: center;
  text-decoration: none;
  text-align: center;
  font: 600 11px/1.15 "DM Mono", monospace;
  transform: rotate(7deg);
  transition: transform .2s ease;
}
.round-cta:hover { transform: rotate(-5deg) scale(1.07); }
.round-cta b { position: absolute; transform: translateY(33px); }
.hero-blob { position: absolute; filter: saturate(1.08); opacity: .95; z-index: 1; }
.blob-yellow { width: min(44vw, 600px); height: min(35vw, 480px); background: radial-gradient(circle at 35% 30%, #fff5a6, var(--yellow) 50%, #ff9e24 100%); border-radius: 43% 57% 63% 37% / 42% 40% 60% 58%; right: -8%; top: 23%; transform: rotate(17deg); }
.blob-pink { width: min(22vw, 330px); height: min(18vw, 280px); background: linear-gradient(145deg, var(--pink), #ff8ddb, #8fd7ff); border-radius: 65% 35% 46% 54% / 61% 48% 52% 39%; left: -7%; top: 30%; transform: rotate(-20deg); }
.sticker { position: absolute; z-index: 7; border: 2px solid var(--ink); box-shadow: 4px 5px 0 var(--ink); }
.sticker-creative { right: 4%; top: 18%; background: var(--green); border-radius: 54% 46% 50% 50% / 41% 54% 46% 59%; padding: 20px 24px; font: 700 19px/1 "Space Grotesk", sans-serif; transform: rotate(9deg); }
.sticker-star { left: 42%; top: 13%; width: 55px; height: 55px; display: grid; place-items: center; background: var(--blue); border-radius: 50%; font-size: 26px; transform: rotate(-12deg); }

.ticker { overflow: hidden; border-block: 2px solid var(--ink); }
.ticker-dark { background: var(--ink); color: var(--paper); }
.ticker-track { display: flex; width: max-content; padding: 13px 0; animation: ticker 20s linear infinite; }
.ticker-track span { white-space: nowrap; margin-right: 34px; font: 600 16px/1 "DM Mono", monospace; }
@keyframes ticker { to { transform: translateX(-50%); } }

.showreel, .about, .work, .journey, .awards, .ai-section, .philosophy { padding-block: 118px; }
.showreel-head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.showreel h2, .work-heading h2, .journey-head h2, .awards h2, .ai-card h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(56px, 8vw, 120px);
  line-height: .82;
  letter-spacing: -.065em;
}
.showreel-head p, .work-heading p, .journey-head p { font-size: 17px; line-height: 1.55; margin: 0; max-width: 480px; }
.marker { position: relative; z-index: 0; }
.marker::before { content: ""; position: absolute; inset: 18% -3% -2%; background: var(--yellow); z-index: -1; transform: rotate(-1.2deg); border-radius: 45% 55% 42% 58% / 30% 24% 76% 70%; }

.video-shell, .project-media {
  border: 2px solid var(--ink);
  background: #222;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-shell { width: 100%; aspect-ratio: 16/8.4; border-radius: 52px 20px 58px 18px / 30px 52px 18px 48px; box-shadow: 9px 10px 0 var(--ink); }
.video-shell video, .project-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(135deg, #292929, #4b4b4b 52%, #202020);
  color: #fff;
  text-align: center;
  font-family: "DM Mono", monospace;
}
.media-placeholder b { font-size: clamp(15px, 2vw, 28px); }
.media-placeholder small { opacity: .66; }
.has-video .media-placeholder { display: none; }
.play-sticker { position: absolute; right: 26px; bottom: 24px; width: 90px; aspect-ratio: 1; background: var(--pink); color: var(--ink); border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; font: 600 11px/1.15 "DM Mono", monospace; transform: rotate(8deg); z-index: 3; }

.about { border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 7vw, 110px); align-items: start; }
.portrait-card { position: sticky; top: 105px; min-height: 620px; border: 2px solid var(--ink); background: var(--orange); border-radius: 48% 52% 43% 57% / 34% 36% 64% 66%; overflow: hidden; transform: rotate(-2deg); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.portrait-placeholder { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; gap: 12px; font-family: "DM Mono", monospace; }
.portrait-placeholder span { font: 700 clamp(32px, 4vw, 56px)/.92 "Space Grotesk", sans-serif; }
.portrait-placeholder small { max-width: 260px; }
.has-image .portrait-placeholder { display: none; }
.tape { position: absolute; width: 130px; height: 38px; background: rgba(255,243,177,.72); border: 1px solid rgba(23,23,23,.15); z-index: 2; }
.tape-one { left: -20px; top: 40px; transform: rotate(-18deg); }
.tape-two { right: -28px; bottom: 70px; transform: rotate(14deg); }
.about-copy { padding-top: 14px; }
.about-copy p { font-size: clamp(19px, 2vw, 27px); line-height: 1.4; letter-spacing: -.025em; margin: 0 0 30px; }
.about-copy .big-copy { font-size: clamp(32px, 4.2vw, 64px); line-height: 1.05; font-family: "Space Grotesk", sans-serif; }
.about-copy strong { background: linear-gradient(transparent 56%, var(--yellow) 56%); }
.quote-note { display: inline-block; margin-top: 26px; background: var(--pink); padding: 20px 24px; border: 2px solid var(--ink); border-radius: 24px 52px 18px 36px; box-shadow: 6px 7px 0 var(--ink); font-family: Georgia, serif; font-size: 20px; transform: rotate(1deg); }
.quote-note span { display: block; font: 500 10px/1.4 "DM Mono", monospace; margin-top: 9px; }

.work { padding-bottom: 40px; }
.work-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: end; margin-bottom: 76px; }
.work-heading .section-label { grid-column: 1/-1; margin-bottom: 0; }
.work-heading h2 span { color: var(--pink); }
.projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.project { padding: 18px; border: 2px solid var(--ink); border-radius: 34px; box-shadow: 6px 7px 0 var(--ink); min-width: 0; }
.project:nth-child(even) { margin-top: 90px; }
.project-yellow { background: var(--yellow); }
.project-pink { background: var(--pink); }
.project-green { background: var(--green); }
.project-orange { background: var(--orange); }
.project-blue { background: var(--blue); }
.project-lilac { background: var(--lilac); }
.project-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; font-size: 9px; padding: 2px 4px 12px; }
.project-meta span:nth-child(2) { text-align: center; }
.project-media { width: 100%; aspect-ratio: 16/10; border-radius: 24px 46px 24px 38px; }
.static-media { cursor: default; }
.project-copy { padding: 22px 8px 12px; }
.project-copy h3 { margin: 0; font: 700 clamp(27px, 3.3vw, 52px)/.9 "Space Grotesk", sans-serif; letter-spacing: -.05em; }
.project-tagline { margin: 9px 0 14px; font: 500 13px/1.2 "DM Mono", monospace; }
.project-copy > p:last-child { max-width: 540px; line-height: 1.5; margin-bottom: 0; }

.manifesto { background: var(--ink); color: var(--paper); margin-top: 120px; position: relative; overflow: hidden; }
.manifesto-inner { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; position: relative; padding-block: 110px; }
.manifesto-inner > p { max-width: 650px; font: 500 clamp(18px, 2vw, 30px)/1.25 "DM Mono", monospace; margin: 80px 0 12px; }
.manifesto h2 { margin: 0; font: 700 clamp(82px, 16vw, 240px)/.72 "Space Grotesk", sans-serif; letter-spacing: -.1em; display: flex; align-items: center; gap: .06em; }
.manifesto h2 span:first-child { color: var(--orange); }
.manifesto h2 span:last-child { color: var(--green); }
.manifesto h2 i { font-family: Georgia, serif; color: var(--paper); font-size: .45em; transform: rotate(-8deg); }
.manifesto-sticker { position: absolute; right: 5%; top: 24%; background: var(--yellow); color: var(--ink); padding: 17px 22px; border-radius: 50%; border: 2px solid var(--paper); text-align: center; font: 600 12px/1.15 "DM Mono", monospace; transform: rotate(12deg); }
.manifesto-orbit { position: absolute; width: 52vw; aspect-ratio: 1; border: 2px dashed rgba(246,240,223,.25); border-radius: 47% 53% 62% 38% / 44% 31% 69% 56%; right: -16vw; top: -18vw; animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(1turn); } }

.journey-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.journey-head h2 span { color: var(--orange); }
.timeline { border-top: 2px solid var(--ink); }
.timeline-item { display: grid; grid-template-columns: .28fr .72fr; padding: 36px 0; border-bottom: 1px solid var(--ink); gap: 30px; }
.timeline .year { font: 700 clamp(40px, 6vw, 84px)/1 "Space Grotesk", sans-serif; letter-spacing: -.05em; }
.timeline-item h3 { margin: 4px 0 10px; font: 700 clamp(24px, 3vw, 42px)/1 "Space Grotesk", sans-serif; }
.timeline-item p { margin: 0; max-width: 680px; line-height: 1.55; }

.awards { border-top: 1px solid var(--line); }
.awards-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 50px; align-items: center; }
.awards h2 span { color: var(--pink); }
.awards-copy > p { max-width: 650px; font-size: 20px; line-height: 1.5; }
.award-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.award-card { min-height: 190px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 5px 6px 0 var(--ink); border-radius: 24px 42px 20px 50px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.award-card:nth-child(2) { background: var(--green); transform: rotate(2deg); }
.award-card b { font: 700 22px/1 "Space Grotesk", sans-serif; }
.award-card span { font-size: 14px; }
.award-card small { font: 500 9px/1 "DM Mono", monospace; opacity: .62; }
.trophy-doodle { min-height: 450px; border-radius: 44% 56% 36% 64% / 52% 38% 62% 48%; background: linear-gradient(145deg, var(--orange), var(--pink)); border: 2px solid var(--ink); display: grid; place-content: center; text-align: center; transform: rotate(2deg); position: relative; }
.trophy-cup { font-size: 120px; line-height: 1; }
.trophy-doodle span { font: 700 38px/.86 "Space Grotesk", sans-serif; margin-top: 18px; }
.brands { margin-top: 110px; }
.brands-title { font-size: 11px; margin-bottom: 22px; }
.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.logo-wall span { min-height: 110px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: grid; place-items: center; padding: 14px; text-align: center; font: 700 18px/1 "Space Grotesk", sans-serif; }
.asset-note { display: block; margin-top: 14px; opacity: .65; }

.ai-section { padding-top: 30px; }
.ai-card { background: var(--blue); border: 2px solid var(--ink); border-radius: 80px 28px 90px 40px / 54px 70px 35px 86px; padding: clamp(36px, 7vw, 92px); position: relative; overflow: hidden; }
.ai-card::after { content: "AI?"; position: absolute; right: -4%; bottom: -22%; font: 700 clamp(160px, 30vw, 430px)/1 "Space Grotesk", sans-serif; color: rgba(255,255,255,.2); letter-spacing: -.12em; }
.ai-card h2 { position: relative; z-index: 2; }
.ai-card h2 span { color: #fff; text-shadow: 2px 2px 0 var(--ink); }
.ai-card > p { max-width: 720px; font-size: clamp(19px, 2.2vw, 29px); line-height: 1.4; position: relative; z-index: 2; }
.ai-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; position: relative; z-index: 2; }
.ai-tags span { border: 1.5px solid var(--ink); border-radius: 999px; padding: 8px 11px; background: var(--paper); font-size: 10px; }

.philosophy { overflow: hidden; }
.phrase-collage { min-height: 760px; position: relative; }
.phrase { position: absolute; display: inline-block; border: 2px solid var(--ink); box-shadow: 5px 6px 0 var(--ink); font-family: "Space Grotesk", sans-serif; font-weight: 700; line-height: .92; letter-spacing: -.045em; padding: 20px 24px; }
.p1 { background: var(--yellow); font-size: clamp(42px, 7vw, 100px); left: 2%; top: 8%; transform: rotate(-5deg); border-radius: 22px 48px 24px 55px; }
.p2 { background: var(--pink); font-size: clamp(34px, 5vw, 74px); right: 2%; top: 3%; transform: rotate(4deg); border-radius: 58px 22px 50px 26px; }
.p3 { background: var(--ink); color: var(--paper); font-size: clamp(60px, 10vw, 150px); left: 34%; top: 36%; transform: rotate(2deg); border-radius: 50%; text-align: center; }
.p4 { background: var(--green); font-size: clamp(26px, 4vw, 56px); left: 0; bottom: 4%; transform: rotate(2deg); border-radius: 46px 20px 40px 20px; }
.p5 { background: var(--orange); font-size: clamp(35px, 5vw, 70px); right: 1%; bottom: 8%; transform: rotate(-3deg); border-radius: 24px 65px 24px 58px; }
.p6 { background: var(--lilac); font-size: clamp(20px, 3vw, 40px); right: 14%; top: 54%; transform: rotate(8deg); border-radius: 22px; }
.p6 b { color: #fff; text-shadow: 1px 1px 0 var(--ink); }

.contact { min-height: 100svh; padding-top: 115px; padding-bottom: 24px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.contact-main { position: relative; z-index: 2; }
.contact-main > p { font: 500 13px/1.2 "DM Mono", monospace; }
.contact-main h2 { margin: 16px 0 46px; font: 700 clamp(70px, 12vw, 185px)/.78 "Space Grotesk", sans-serif; letter-spacing: -.08em; }
.contact-main h2 span { color: var(--orange); }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-btn { text-decoration: none; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); padding: 15px 20px; font: 600 12px/1 "DM Mono", monospace; box-shadow: 3px 4px 0 var(--ink); transition: transform .15s ease; }
.contact-btn:hover { transform: translate(-2px, -2px); }
.contact-btn.secondary { background: var(--paper); }
.footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 90px; padding-top: 18px; border-top: 1px solid var(--ink); font-size: 9px; position: relative; z-index: 2; }
.contact-shape { position: absolute; opacity: .9; }
.shape-a { width: 420px; height: 350px; background: linear-gradient(135deg, var(--pink), var(--orange), var(--yellow)); border-radius: 64% 36% 48% 52% / 46% 58% 42% 54%; right: -120px; top: 130px; transform: rotate(18deg); }
.shape-b { width: 220px; height: 190px; background: linear-gradient(135deg, var(--green), var(--blue)); border-radius: 42% 58% 66% 34% / 61% 38% 62% 39%; left: -90px; bottom: 160px; transform: rotate(-20deg); }

.video-modal { border: 0; padding: 0; width: min(94vw, 1180px); background: #111; color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.video-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.modal-inner { padding: 22px; }
.modal-title { font-size: 10px; opacity: .7; margin-bottom: 12px; }
.video-modal video { width: 100%; max-height: 76vh; background: #000; display: none; }
.video-modal.has-source video { display: block; }
.modal-fallback { min-height: 420px; display: grid; place-items: center; text-align: center; padding: 30px; background: #242424; font-family: "DM Mono", monospace; }
.video-modal.has-source .modal-fallback { display: none; }
.modal-close { position: absolute; top: 8px; right: 10px; z-index: 4; background: var(--yellow); border: 2px solid var(--ink); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(24px) rotate(.2deg); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0) rotate(0); }

@media (max-width: 980px) {
  .cursor-dot { display: none; }
  .nav { display: none; }
  .topbar { grid-template-columns: 1fr 1fr; }
  .section-shell { width: min(calc(100% - 34px), var(--max)); }
  .hero-title { font-size: clamp(66px, 15vw, 145px); }
  .hero-scribble { right: 0; top: 58%; }
  .showreel-head, .work-heading, .journey-head, .awards-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .portrait-card { position: relative; top: auto; min-height: 70vw; max-height: 720px; }
  .projects { grid-template-columns: 1fr; }
  .project:nth-child(even) { margin-top: 0; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .phrase-collage { min-height: auto; display: flex; flex-direction: column; gap: 18px; }
  .phrase { position: relative; inset: auto !important; transform: none !important; width: fit-content; max-width: 94%; }
  .p2, .p5, .p6 { align-self: end; }
  .footer { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .topbar { height: 58px; padding: 0 17px; }
  .hero { padding-top: 95px; min-height: 92svh; }
  .hero-kicker { width: 72%; }
  .hero-title { font-size: clamp(58px, 17vw, 90px); line-height: .78; }
  .hero-title span:nth-child(2) { margin-left: 0; }
  .hero-scribble { top: 80%; font-size: 28px; }
  .sticker-creative { top: 19%; right: -2%; font-size: 12px; padding: 12px; }
  .sticker-star { display: none; }
  .blob-yellow { width: 74vw; height: 56vw; right: -30%; top: 26%; }
  .blob-pink { width: 45vw; height: 38vw; top: 17%; }
  .hero-bottom { align-items: start; flex-direction: column; }
  .hero-role { font-size: 17px; max-width: 92%; }
  .round-cta { width: 92px; align-self: flex-end; }
  .showreel, .about, .work, .journey, .awards, .ai-section, .philosophy { padding-block: 78px; }
  .video-shell { aspect-ratio: 4/3; border-radius: 28px; box-shadow: 5px 6px 0 var(--ink); }
  .play-sticker { width: 70px; right: 12px; bottom: 12px; font-size: 9px; }
  .about-copy .big-copy { font-size: 36px; }
  .portrait-card { min-height: 118vw; }
  .project { padding: 12px; border-radius: 24px; box-shadow: 4px 5px 0 var(--ink); }
  .project-meta { grid-template-columns: auto 1fr; }
  .project-meta span:last-child { display: none; }
  .project-media { aspect-ratio: 4/3; }
  .manifesto h2 { flex-wrap: wrap; font-size: 27vw; }
  .manifesto h2 i { width: 100%; text-align: center; }
  .manifesto-sticker { right: 3%; top: 18%; }
  .timeline-item { grid-template-columns: 1fr; }
  .award-cards { grid-template-columns: 1fr; }
  .logo-wall { grid-template-columns: 1fr 1fr; }
  .logo-wall span { min-height: 85px; font-size: 14px; }
  .ai-card { border-radius: 44px 18px 50px 24px; padding: 32px 24px; }
  .contact-main h2 { font-size: 19vw; }
  .contact-buttons { flex-direction: column; align-items: flex-start; }
  .footer { font-size: 8px; }
}

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