
:root {
  --ink: #12122d;
  --cream: #fff4ca;
  --paper: #fffdf0;
  --yellow: #ffe24a;
  --cyan: #26d9e8;
  --coral: #ff4f78;
  --red: #ef2d4f;
  --purple: #7856c8;
  --scroll: 0px;
  --progress: 0;
  --pointer-x: 0;
  --pointer-y: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { color: white; background: var(--red); }

.site-shell { position: relative; min-height: 100vh; overflow: hidden; isolation: isolate; background: transparent; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; border: 3px solid var(--ink); color: var(--ink); background: var(--yellow); font-weight: 900; text-decoration: none; box-shadow: 5px 5px 0 var(--ink); }
.skip-link:focus { transform: translateY(0); }
.section-space { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.pop-backdrop { position: fixed; z-index: -3; inset: 0; overflow: hidden; background: linear-gradient(135deg, #fff4ca 0 58%, #ffd7df 58% 100%); }
.dots { position: absolute; inset: -15%; opacity: .25; background-image: radial-gradient(var(--red) 2px, transparent 2.5px); background-size: 22px 22px; }
.dots-near { clip-path: polygon(0 0, 64% 0, 34% 100%, 0 100%); transform: translate3d(calc(var(--pointer-x) * -16px), calc(var(--scroll) * -.035), 0); }
.dots-far { opacity: .16; background-image: radial-gradient(var(--cyan) 2px, transparent 2.5px); background-size: 30px 30px; clip-path: polygon(66% 0, 100% 0, 100% 100%, 38% 100%); transform: translate3d(calc(var(--pointer-x) * 10px), calc(var(--scroll) * -.018), 0); }
.scroll-meter { position: fixed; z-index: 81; top: 0; left: 0; height: 6px; width: calc(var(--progress) * 100%); background: var(--red); border-bottom: 2px solid var(--ink); }

.pop-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 44px)); margin: 0 auto; padding: 26px 0 18px; }
.wordmark { font-family: Arial Black, Impact, sans-serif; font-size: clamp(1.5rem, 4vw, 2.25rem); letter-spacing: -.08em; line-height: 1; }
.wordmark span { color: var(--red); }
.logo-button { display: inline-block; padding: 10px 15px 12px; border: 3px solid var(--ink); background: var(--paper); text-decoration: none; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-1deg); transition: 150ms ease; }
.logo-button:hover, .logo-button:focus-visible { color: var(--ink); background: var(--cyan); transform: rotate(1deg) translate(2px,2px); box-shadow: 3px 3px 0 var(--ink); outline: none; }

.pop-button { display: inline-block; max-width: 100%; padding: 15px 18px; border: 4px solid var(--ink); color: white; background: var(--red); font-family: "Arial Black", Impact, sans-serif; font-size: .75rem; letter-spacing: .025em; line-height: 1.3; text-decoration: none; text-transform: uppercase; box-shadow: 7px 7px 0 var(--ink); transition: 150ms ease; }
.pop-button:hover, .pop-button:focus-visible { color: var(--ink); background: var(--cyan); transform: translate(4px,4px) rotate(-1deg); box-shadow: 3px 3px 0 var(--ink); outline: none; }
.header-cta { padding: 11px 14px; font-size: .68rem; }
.inline-button { display: inline-block; margin: 2px 3px; padding: 3px 7px 4px; border: 2px solid var(--ink); color: var(--ink) !important; background: var(--yellow); font-weight: 900; line-height: 1.25; text-decoration: none; box-shadow: 3px 3px 0 var(--ink); transition: 130ms ease; }
.inline-button:hover, .inline-button:focus-visible { color: white !important; background: var(--red); transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); outline: none; }

.hero { position: relative; z-index: 1; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding-block: clamp(75px, 10vw, 135px) 105px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1, .problem-intro h2, .mission-card h2, .awareness h2, .sweet-spot h2, .contact h2 { margin: 0; font-family: "Arial Black", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.055em; line-height: .9; }
.hero h1 { max-width: 780px; font-size: clamp(3.8rem, 7.5vw, 7.8rem); color: var(--ink); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; }
.accent-line { display: block; color: var(--cyan); text-shadow: 6px 6px 0 var(--red), 10px 10px 0 var(--ink); }
.hero-intro { max-width: 680px; margin: 38px 0; padding: 22px 24px; border: 4px solid var(--ink); background: var(--paper); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.68; box-shadow: 8px 8px 0 var(--cyan); transform: rotate(-.6deg); }
.hero-intro strong { color: var(--red); }

.hero-art { position: relative; min-height: 590px; transform: translate3d(calc(var(--pointer-x) * 13px), calc(var(--pointer-y) * 10px), 0); transition: transform 90ms linear; }
.burst { position: absolute; top: 50%; left: 50%; aspect-ratio: 1; transform: translate(-50%,-50%) rotate(0deg); border: 4px solid var(--ink); border-radius: 50%; }
.burst-one { width: 94%; background: repeating-conic-gradient(from 0deg, var(--yellow) 0 9deg, var(--coral) 9deg 18deg); animation: burst-spin 28s linear infinite; }
.burst-two { width: 66%; background: var(--cyan); box-shadow: 0 0 0 12px var(--paper), 0 0 0 16px var(--ink); }
.pop-image { object-fit: contain; filter: drop-shadow(10px 12px 0 rgba(18,18,45,.22)); }
.hero-donut { position: absolute; z-index: 3; inset: 8% 2% 2% 2%; width: 96%; height: 90%; animation: donut-float 3.8s ease-in-out infinite; }
.comic-spark { position: absolute; z-index: 4; display: grid; place-items: center; color: var(--red); font-size: 4rem; font-weight: 900; -webkit-text-stroke: 3px var(--ink); animation: spark-pop 2.5s steps(2,end) infinite; }
.spark-one { left: 0; top: 15%; }
.spark-two { right: 3%; bottom: 7%; color: var(--yellow); animation-delay: -1.1s; }

.client-showcase { position: relative; z-index: 2; width: min(1320px, calc(100% - 44px)); margin: 0 auto; padding: 22px 0 105px; }
.logo-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; perspective: 900px; }
.logo-pod { position: relative; min-height: 150px; display: flex; align-items: center; justify-content: center; padding: 30px 18px 28px; border: 4px solid var(--ink); background: var(--paper); box-shadow: 7px 7px 0 var(--ink); transform: translateY(calc((var(--pod) - 2) * (var(--pod) - 2) * 3px)) rotate(calc((var(--pod) - 2) * 1deg)); transition: 160ms ease; overflow: hidden; }
.logo-pod:nth-child(2n) { background: #d9f9f4; }
.logo-pod:nth-child(3n) { background: #ffe0e8; }
.logo-pod::before { content: ""; position: absolute; right: -28px; top: -28px; width: 80px; height: 80px; border: 3px solid var(--ink); border-radius: 50%; background: radial-gradient(var(--red) 2px, transparent 2.5px); background-size: 9px 9px; }
.logo-pod:hover { z-index: 3; transform: translateY(-10px) rotate(-1deg); background: var(--yellow); box-shadow: 11px 11px 0 var(--red); }
.logo-pod img { display: block; width: 86%; height: 55px; object-fit: contain; filter: saturate(.9) contrast(1.08); }
.pod-name { position: absolute; z-index: 2; left: 12px; bottom: 8px; color: var(--ink); font-size: .6rem; font-weight: 900; letter-spacing: .04em; }

.problem-intro { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px,.65fr); gap: clamp(34px,7vw,100px); align-items: center; padding-block: 115px 95px; }
.problem-intro > div { padding: clamp(30px,5vw,68px); border: 5px solid var(--ink); background: var(--cyan); box-shadow: 14px 14px 0 var(--red); transform: rotate(-1deg); }
.problem-intro h2 { font-size: clamp(3rem, 6.5vw, 6.7rem); }
.problem-intro h2 span { display: block; color: var(--red); text-shadow: 4px 4px 0 var(--yellow); }
.problem-intro p, .sweet-copy > p, .contact-copy > p, .contact-copy li { font-size: 1.05rem; line-height: 1.7; }
.problem-donut { width: 122%; max-width: 470px; transform: translate3d(calc(var(--pointer-x) * -22px), calc(var(--scroll) * -.022), 0) rotate(5deg); }

.mission-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 75px 135px; }
.mission-card { position: relative; padding: clamp(32px, 4.8vw, 64px); color: var(--ink); background: var(--yellow); border: 5px solid var(--ink); box-shadow: 13px 13px 0 var(--red); }
.mission-card::before { content: ""; position: absolute; inset: 12px; pointer-events: none; border: 2px dashed rgba(18,18,45,.45); }
.mission-card h2 { position: relative; z-index: 2; margin-bottom: 18px; font-size: clamp(2.65rem, 4.9vw, 5.2rem); }
.mission-card p { position: relative; z-index: 2; line-height: 1.67; }
.comic-callout { display: inline-block; margin: 8px 0 20px !important; padding: 10px 14px; border: 4px solid var(--ink); color: var(--ink); background: var(--cyan); font-family: "Arial Black", Impact, sans-serif; font-size: 1.05rem; text-transform: uppercase; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-2deg); }
.card-donut, .question-donut { position: relative; z-index: 2; display: block; width: min(330px,88%); height: 230px; margin: 4px auto 20px; }
.question-donut { width: min(390px,100%); height: 270px; }
.mission-card blockquote { position: relative; z-index: 2; margin: 28px 0; padding: 22px; border: 4px solid var(--ink); background: var(--paper); font-family: "Arial Black", Impact, sans-serif; line-height: 1.42; box-shadow: 6px 6px 0 var(--cyan); transform: rotate(.8deg); }
.mission-card > .pop-button { position: relative; z-index: 3; margin-top: 20px; }
.card-dark { margin-top: 82px; color: var(--ink); background: var(--cyan); border-color: var(--ink); box-shadow: 13px 13px 0 var(--purple); }
.card-dark .comic-callout { color: var(--ink); background: var(--yellow); }

.awareness { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(38px,6vw,90px); align-items: center; padding-block: 130px; }
.awareness-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.awareness-scene { position: relative; z-index: 3; width: min(720px,140%); max-width: none; animation: donut-float 4.2s ease-in-out infinite; }
.signal { position: absolute; border: 4px solid var(--ink); border-radius: 50%; aspect-ratio: 1; animation: signal-pulse 3s ease-in-out infinite; }
.signal-one { width: 46%; background: rgba(255,226,74,.58); }
.signal-two { width: 72%; border-color: var(--red); animation-delay: -.8s; }
.signal-three { width: 98%; border-color: var(--cyan); animation-delay: -1.6s; }
.awareness-copy { padding: clamp(36px,5vw,70px); border: 5px solid var(--ink); background: var(--paper); box-shadow: 14px 14px 0 var(--purple); transform: rotate(.6deg); }
.awareness h2 { margin-bottom: 24px; color: var(--purple); font-size: clamp(3rem,6vw,6rem); }
.support-stamp { display: inline-block; margin: 0 0 25px !important; padding: 12px 15px; border: 4px solid var(--ink); background: var(--cyan); font-family: "Arial Black", Impact, sans-serif !important; font-size: 1.05rem; line-height: 1 !important; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-2deg); }
.awareness-copy > p { line-height: 1.7; }
.button-light { margin-top: 18px; }

.sweet-spot { position: relative; z-index: 1; min-height: 760px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); gap: clamp(40px,8vw,120px); align-items: center; padding-block: 140px; }
.sweet-copy { padding: clamp(34px,5vw,70px); border: 5px solid var(--ink); background: #ffd9e3; box-shadow: 14px 14px 0 var(--cyan); transform: rotate(-.7deg); }
.sweet-copy h2 { margin-bottom: 36px; font-size: clamp(3.2rem,6.4vw,6.5rem); color: #087d91; }
.pull-quote { padding: 24px; border: 4px solid var(--ink); background: var(--yellow); font-weight: 800; box-shadow: 6px 6px 0 var(--ink); }
.sweet-copy > .pop-button { margin-top: 20px; }
.sweet-scene { width: 135%; max-width: 590px; transform: translate3d(calc(var(--pointer-x) * -22px), calc(var(--scroll) * -.02),0) rotate(-3deg); }

.contact { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,7vw,90px); padding: clamp(55px,8vw,112px); width: min(1240px, calc(100% - 44px)); margin-bottom: 90px; border: 6px solid var(--ink); color: var(--ink); background: var(--yellow); box-shadow: 16px 16px 0 var(--red); }
.contact::before { content: ""; position: absolute; top: 0; right: 0; width: 34%; height: 100%; pointer-events: none; opacity: .22; background: radial-gradient(var(--red) 3px, transparent 3.5px); background-size: 18px 18px; }
.contact h2 { margin-bottom: 32px; font-size: clamp(3rem,5.6vw,5.7rem); }
.contact-copy { position: relative; z-index: 2; }
.contact-copy ul { padding-left: 21px; }
.pixel-form { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 18px; align-self: center; padding: 28px; border: 5px solid var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--cyan); transform: rotate(1deg); }
.pixel-form label { display: grid; gap: 8px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pixel-form input, .pixel-form textarea { width: 100%; border: 3px solid var(--ink); border-radius: 0; color: var(--ink); background: white; padding: 13px; outline: none; }
.pixel-form input:focus, .pixel-form textarea:focus { background: #fff9c7; box-shadow: 4px 4px 0 var(--red); }
.pixel-form button { min-height: 54px; border: 4px solid var(--ink); color: white; background: var(--red); font-family: "Arial Black", Impact, sans-serif; font-size: .8rem; text-transform: uppercase; cursor: pointer; box-shadow: 6px 6px 0 var(--ink); transition: 130ms ease; }
.pixel-form button:hover, .pixel-form button:focus-visible { color: var(--ink); background: var(--cyan); transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--ink); outline: none; }

footer { position: relative; z-index: 2; display: flex; justify-content: center; padding: 30px 22px 65px; }

@keyframes burst-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes donut-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-17px) rotate(2deg); } }
@keyframes spark-pop { 0%,100% { transform: scale(.8) rotate(-6deg); } 50% { transform: scale(1.12) rotate(5deg); } }
@keyframes signal-pulse { 0%,100% { transform: scale(.88); opacity: .25; } 50% { transform: scale(1); opacity: .85; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .hero-copy { max-width: 800px; }
  .hero-art { min-height: 500px; width: min(620px,100%); margin-inline: auto; }
  .logo-grid { grid-template-columns: repeat(3,1fr); }
  .problem-intro, .sweet-spot { grid-template-columns: 1fr; }
  .problem-donut, .sweet-scene { width: min(560px,94%); margin-inline: auto; transform: rotate(0); }
  .mission-grid { grid-template-columns: 1fr; }
  .card-dark { margin-top: 0; }
  .awareness { grid-template-columns: 1fr; }
  .awareness-art { min-height: 460px; }
  .awareness-scene { width: min(680px,120%); }
  .contact { grid-template-columns: 1fr; padding: clamp(34px,7vw,70px); }
}

@media (max-width: 640px) {
  .section-space, .pop-header, .client-showcase, .contact { width: min(100% - 28px,1180px); }
  .pop-header { padding-top: 18px; }
  .header-cta { display: none; }
  .hero { padding-top: 70px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(3rem,16vw,5.2rem); -webkit-text-stroke-width: 1px; }
  .hero-art { min-height: 360px; }
  .accent-line { text-shadow: 4px 4px 0 var(--red), 7px 7px 0 var(--ink); }
  .logo-grid { grid-template-columns: repeat(2,1fr); }
  .logo-pod { min-height: 132px; padding-inline: 10px; }
  .problem-intro, .sweet-spot { padding-block: 90px; }
  .problem-intro > div, .sweet-copy { padding: 34px 24px; box-shadow: 9px 9px 0 var(--red); }
  .mission-grid { padding-block: 30px 95px; }
  .mission-card { padding: 34px 24px; box-shadow: 8px 8px 0 var(--red); }
  .card-dark { box-shadow: 8px 8px 0 var(--purple); }
  .card-donut, .question-donut { height: 190px; }
  .awareness { padding-block: 90px; }
  .awareness-art { min-height: 310px; }
  .awareness-copy { padding: 34px 24px; box-shadow: 9px 9px 0 var(--purple); }
  .contact { margin-bottom: 60px; padding: 34px 22px; box-shadow: 9px 9px 0 var(--red); }
  .field-pair { grid-template-columns: 1fr; }
  .pixel-form { padding: 20px 16px; transform: none; }
  .inline-button { box-shadow: 2px 2px 0 var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .dots-near, .dots-far, .problem-donut, .sweet-scene, .hero-art { transform: none; }
}
