:root {
  --ink: #0a0a0a;
  --paper: #fffdf7;
  --blue: #37bce9;
  --yellow: #ffe300;
  --red: #f52b2c;
  --cream: #fff5c5;
  --line: 4px solid var(--ink);
  --shadow: 9px 9px 0 var(--ink);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: ui-rounded, "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--yellow); border: var(--line); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px clamp(20px, 4vw, 64px); }
.brand-logo { display: block; width: clamp(92px, 10vw, 142px); filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, .22)); transition: transform .18s ease; }
.brand-logo:hover, .brand-logo:focus-visible { transform: rotate(-2deg) scale(1.03); }
.brand-logo img { display: block; width: 100%; height: auto; border: 3px solid var(--ink); background: var(--paper); }
.site-header nav { display: flex; gap: clamp(18px, 3vw, 44px); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: .06em; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; min-height: 800px; padding: 140px clamp(20px, 8vw, 160px) 70px; overflow: hidden; background: var(--blue); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(var(--ink) 1.1px, transparent 1.1px); background-size: 10px 10px; mask-image: linear-gradient(to right, #000 0 58%, transparent 80%); }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { margin: 0 0 12px; font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 900; letter-spacing: -.035em; line-height: .86; text-transform: uppercase; }
h1 { margin-bottom: 30px; font-size: clamp(64px, 10vw, 158px); }
h1 em, h2 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
.hero-intro { max-width: 470px; font-size: clamp(17px, 1.6vw, 23px); font-weight: 700; }
.button { display: inline-flex; align-items: center; gap: 22px; margin-top: 10px; padding: 15px 18px 14px 22px; border: var(--line); box-shadow: 5px 5px 0 var(--ink); font-size: 14px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .16s ease, box-shadow .16s ease; }
.button span { font-size: 24px; line-height: .5; }
.button:hover, .button:focus-visible { transform: translate(4px, 4px); box-shadow: 1px 1px 0 var(--ink); }
.button-primary { background: var(--yellow); }
.button-dark { background: var(--ink); color: var(--paper); }
.button.is-pending { cursor: not-allowed; opacity: .76; }

.hero-art { position: relative; z-index: 1; height: min(620px, 60vw); min-height: 490px; }
.burst { position: absolute; inset: 6% 3% 2%; clip-path: polygon(50% 0, 57% 24%, 77% 7%, 72% 31%, 100% 23%, 78% 45%, 98% 53%, 72% 60%, 88% 87%, 61% 72%, 53% 100%, 44% 76%, 18% 95%, 28% 67%, 0 73%, 24% 50%, 2% 39%, 29% 37%, 13% 11%, 40% 27%); }
.burst-red { background: var(--red); border: 6px solid var(--ink); transform: rotate(-7deg); }
.burst-yellow { inset: 16% 16% 15%; background: var(--yellow); transform: rotate(16deg); }
.halftone { position: absolute; width: 270px; height: 270px; border-radius: 50%; background-image: radial-gradient(var(--ink) 3px, transparent 3.5px); background-size: 17px 17px; opacity: .9; }
.halftone-blue { top: 0; right: 1%; }
.portrait-frame { position: absolute; z-index: 2; top: 8%; right: 10%; bottom: 5%; left: 15%; border: 7px solid var(--ink); background: var(--paper); box-shadow: 16px 16px 0 var(--ink); transform: rotate(4deg); overflow: hidden; }
.portrait-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.speech-bubble { position: absolute; z-index: 4; top: 4%; left: 0; margin: 0; padding: 18px 20px; border: var(--line); border-radius: 50%; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); font-family: var(--display); font-size: clamp(22px, 2.3vw, 37px); line-height: .85; text-transform: uppercase; transform: rotate(-8deg); }
.speech-bubble::after { content: ""; position: absolute; right: 10px; bottom: -21px; width: 28px; height: 26px; border-right: var(--line); border-bottom: var(--line); background: var(--paper); transform: skewX(-20deg); }
.impact { position: absolute; z-index: 5; font-family: var(--display); font-size: clamp(30px, 4vw, 65px); letter-spacing: -.05em; line-height: .75; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
.impact-one { right: 1%; bottom: 4%; color: var(--yellow); transform: rotate(-10deg); }.impact-two { top: 28%; right: 0; color: var(--paper); transform: rotate(10deg); }
.hero-scroll { position: absolute; right: 25px; bottom: 22px; display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }.hero-scroll span { width: 43px; height: 3px; background: var(--ink); }

.section-grid { display: grid; grid-template-columns: 130px minmax(0, 1fr) minmax(220px, .48fr); gap: clamp(28px, 5vw, 90px); padding: clamp(70px, 12vw, 170px) clamp(20px, 8vw, 160px); background: var(--paper); }
.section-label { align-self: start; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.section-label span { display: block; margin-bottom: 9px; font-family: var(--display); font-size: 36px; line-height: .7; letter-spacing: 0; }
.manifesto-copy h2, .services-heading h2, .contact h2 { margin-bottom: 25px; font-size: clamp(47px, 6.3vw, 96px); }.manifesto-copy > p:not(.eyebrow) { max-width: 590px; font-size: clamp(18px, 1.65vw, 24px); font-weight: 600; }.mini-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }.mini-facts span { padding: 6px 9px; border: 3px solid var(--ink); background: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .06em; }.mini-facts span:nth-child(2) { background: var(--blue); }.mini-facts span:nth-child(3) { background: var(--red); color: var(--paper); }
.comic-card { align-self: center; padding: 28px; border: var(--line); box-shadow: var(--shadow); font-family: var(--display); font-size: clamp(24px, 2.25vw, 35px); line-height: .9; text-transform: uppercase; transform: rotate(4deg); }.comic-card p { margin-bottom: 17px; }.comic-card b { display: block; color: var(--paper); -webkit-text-stroke: 1px var(--ink); }.card-blue { background: var(--blue); }

.services { position: relative; padding: clamp(70px, 12vw, 160px) clamp(20px, 8vw, 160px); overflow: hidden; background: var(--ink); color: var(--paper); }.services::before { content: ""; position: absolute; top: -190px; right: -120px; width: 590px; height: 590px; border-radius: 50%; opacity: .5; background-image: radial-gradient(var(--blue) 3px, transparent 3.4px); background-size: 15px 15px; }.services-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 130px 1fr; gap: clamp(28px, 5vw, 90px); margin-bottom: 55px; }.services-heading h2 { margin: 0; }.services-heading h2 em { color: var(--blue); }.service-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }.service { position: relative; min-height: 360px; padding: 26px; border: var(--line); color: var(--ink); box-shadow: 9px 9px 0 var(--paper); transition: transform .2s ease; }.service:hover { transform: translate(-4px, -4px); }.service-yellow { background: var(--yellow); }.service-red { background: var(--red); }.service-number { margin-bottom: 50px; font-family: var(--display); font-size: 26px; }.service h3 { margin-bottom: 17px; font-size: clamp(38px, 4.2vw, 64px); }.service p:not(.service-number) { max-width: 470px; font-weight: 700; }.service-arrow { position: absolute; right: 18px; bottom: 5px; font-family: var(--display); font-size: 65px; line-height: 1; }

.contact { position: relative; display: grid; place-items: center; min-height: 690px; padding: 80px 20px; overflow: hidden; background: var(--red); }.contact-dots { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(var(--ink) 2px, transparent 2.5px); background-size: 15px 15px; }.contact-card { position: relative; z-index: 1; width: min(720px, 100%); padding: clamp(34px, 6vw, 70px); border: 6px solid var(--ink); background: var(--yellow); box-shadow: 16px 16px 0 var(--ink); text-align: center; }.contact-card .eyebrow { margin-bottom: 20px; }.contact-card h2 { margin-bottom: 25px; }.contact-card h2 em { color: var(--paper); }.contact-card > p:not(.eyebrow) { max-width: 510px; margin: 0 auto 22px; font-size: 18px; font-weight: 700; }.contact-mark { position: absolute; right: clamp(15px, 7vw, 130px); bottom: -15px; z-index: 2; color: var(--blue); font-family: var(--display); font-size: clamp(180px, 28vw, 430px); line-height: .7; -webkit-text-stroke: 5px var(--ink); text-shadow: 12px 12px 0 var(--ink); transform: rotate(10deg); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px clamp(20px, 4vw, 64px); background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }.footer-name { font-family: var(--display); font-size: 20px; letter-spacing: -.02em; }.social-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }.social-link { display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px 5px; border: 2px solid var(--paper); font-size: 9px; transition: color .16s ease, background .16s ease, transform .16s ease; }.social-link b { font-size: 13px; line-height: .6; }.social-link:hover, .social-link:focus-visible { color: var(--ink); background: var(--yellow); transform: translateY(-2px); }.social-link.is-pending { pointer-events: none; cursor: default; opacity: .56; }.footer-links { display: flex; gap: 20px; }.footer-links a:hover, .back-link:hover { color: var(--yellow); }

.legal-page { min-height: 100vh; display: flex; flex-direction: column; }.legal-header { position: relative; background: var(--blue); }.back-link { font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.legal-content { flex: 1; width: min(940px, 100%); padding: clamp(80px, 13vw, 170px) clamp(20px, 10vw, 130px); }.legal-content h1 { margin-bottom: 42px; font-size: clamp(65px, 10vw, 130px); }.legal-placeholder { max-width: 680px; padding: 30px; border: var(--line); background: var(--cream); box-shadow: var(--shadow); font-size: 18px; font-weight: 600; }.legal-placeholder h2 { font-size: 34px; }.legal-page .site-footer { margin-top: auto; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); } [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 820px) { .site-header { padding: 18px 20px; }.site-header nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; padding: 70px 36px; background: var(--yellow); opacity: 0; pointer-events: none; transition: opacity .2s ease; }.site-header nav.is-open { z-index: -1; opacity: 1; pointer-events: auto; }.site-header nav a { font-family: var(--display); font-size: 50px; line-height: 1; }.site-header nav a::after { display: none; }.menu-toggle { z-index: 1; display: grid; grid-template-columns: 18px 1fr; column-gap: 6px; align-items: center; width: 74px; padding: 7px; border: 3px solid var(--ink); background: var(--paper); font-size: 9px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }.menu-toggle span { grid-column: 1; width: 16px; height: 2px; background: var(--ink); }.menu-toggle b { grid-row: 1 / 4; grid-column: 2; }.menu-is-open { overflow: hidden; }.hero { grid-template-columns: 1fr; min-height: auto; padding: 132px 20px 52px; }.hero-copy { max-width: 620px; }.hero-art { width: min(560px, 100%); height: 112vw; max-height: 560px; min-height: 390px; margin: 28px auto 0; }.hero-scroll { display: none; }.section-grid { grid-template-columns: 1fr; gap: 30px; }.section-label { display: flex; align-items: center; gap: 11px; }.section-label span { display: inline; margin: 0; }.comic-card { max-width: 370px; }.services-heading { grid-template-columns: 1fr; gap: 28px; }.service-list { grid-template-columns: 1fr; }.service { min-height: 315px; }.contact { min-height: 580px; }.contact-mark { right: 0; }.site-footer { flex-wrap: wrap; }.social-links { order: 4; width: 100%; justify-content: flex-start; }.site-footer p { width: 100%; margin: 0; } }
@media (max-width: 440px) { h1 { font-size: 68px; }.brand-logo { width: 86px; }.speech-bubble { padding: 12px; font-size: 21px; }.portrait-frame { right: 10%; left: 13%; }.contact-card { box-shadow: 9px 9px 0 var(--ink); }.footer-links { gap: 13px; } }
