:root {
  color-scheme: light;
  --ink: #17140f;
  --paper: #fff8eb;
  --white: #fffdf7;
  --purple: #5d2a86;
  --pink: #c73578;
  --red: #ff392e;
  --yellow: #ffe46b;
  --mint: #a8e6cf;
  --blue: #b9d7ff;
  --lilac: #d8c4f3;
  --muted: #6f685e;
  --line: 3px solid var(--ink);
  --shadow: 9px 9px 0 var(--ink);
  --round: "Arial Rounded MT Bold", ui-rounded, system-ui, -apple-system, sans-serif;
  --display: Georgia, "Times New Roman", serif;
  font-family: var(--round);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgb(255 255 255 / .7) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 38%, rgb(23 20 15 / .035) 0 1px, transparent 2px),
    var(--paper);
  background-size: 23px 23px, 31px 31px, auto;
  line-height: 1.55;
}

a { color: var(--purple); text-underline-offset: 4px; }
a:hover { color: var(--red); }
a:focus-visible, button:focus-visible { outline: 4px solid var(--purple); outline-offset: 5px; }

.wrap { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 12px;
}

.brand-lockup { display: inline-flex; }
.logo { width: 118px; height: 90px; object-fit: contain; }

nav { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-weight: 900; }
nav a { color: var(--ink); text-decoration: none; }
nav a:hover { color: var(--purple); text-decoration: underline; }

main { overflow: hidden; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  min-height: 680px;
  padding-top: 42px;
  padding-bottom: 80px;
}

.eyebrow, .sentence-label, .gallery-meta span, .micro-note {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow { margin: 0 0 13px; color: var(--purple); font-size: .78rem; }

h1, h2, h3 { line-height: .98; letter-spacing: -.045em; }
h1, h2 { font-family: var(--display); }
h1 { max-width: 700px; margin: 0; font-size: clamp(4.25rem, 10vw, 8.4rem); font-weight: 500; }
h1 em, h2 em { color: var(--red); font-style: normal; }
h2 { margin: 0 0 18px; font-size: clamp(2.8rem, 6vw, 5.4rem); font-weight: 500; }
h3 { margin: 0 0 14px; font-size: clamp(1.8rem, 3vw, 2.35rem); }
p { margin: 0; }

.hero-tagline { margin-top: 22px; color: var(--pink); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 950; }
.lede { max-width: 640px; margin-top: 16px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.38rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.micro-note { margin-top: 20px; color: var(--muted); font-size: .67rem; }

.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 19px;
  border: var(--line);
  border-radius: 999px;
  box-shadow: 6px 6px 0 var(--ink);
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease;
}
.button:hover { color: inherit; transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); }
.button--red { color: var(--white); background: var(--red); }
.button--ink { color: var(--white); background: var(--ink); }
.text-link { font-weight: 950; }

.art-stage { position: relative; min-height: 575px; }
.art-stage::before {
  content: "";
  position: absolute;
  inset: 10% 2% 0;
  z-index: -1;
  border: var(--line);
  border-radius: 48% 52% 44% 56% / 26% 28% 72% 74%;
  background: var(--yellow);
  transform: rotate(-3deg);
}
.sculpture { display: block; width: 100%; height: 100%; object-fit: contain; }
.sculpture--traffic { position: absolute; inset: 9% -7% 0 -8%; width: 116%; height: 90%; }
.art-sticker {
  position: absolute;
  z-index: 2;
  display: inline-block;
  padding: 9px 12px;
  border: var(--line);
  border-radius: 9px;
  color: var(--white);
  font: 900 .68rem/1 ui-monospace, monospace;
  letter-spacing: .12em;
  transform: rotate(5deg);
}
.sticker--violet { top: 4%; right: 3%; background: var(--purple); }
.sticker--red { top: 4%; left: 5%; background: var(--red); transform: rotate(-5deg); }
.art-caption { position: absolute; top: 7%; right: 5%; max-width: 220px; color: var(--muted); font-size: .9rem; font-weight: 900; text-align: right; transform: rotate(3deg); }

.bubble {
  position: absolute;
  z-index: 3;
  display: inline-block;
  max-width: 255px;
  padding: 15px 17px;
  color: var(--ink);
  border: var(--line);
  border-radius: 24px 24px 24px 7px;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.16;
  transform: rotate(-4deg);
}
.bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 22px;
  width: 18px;
  height: 18px;
  border-right: var(--line);
  border-bottom: var(--line);
  background: inherit;
  transform: skew(-24deg) rotate(24deg);
}
.bubble--yellow { background: var(--yellow); }
.bubble--mint { background: var(--mint); }
.bubble--lilac { background: var(--lilac); }
.bubble--white { background: var(--white); }
.bubble--red { color: var(--white); background: var(--red); }
.bubble--hero { top: auto; bottom: 8%; left: -1%; max-width: 260px; }

.title-remixes {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.title-remixes h2 { margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 4.3rem); }
.title-remix-list { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; }
.title-remix {
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding: 15px 20px;
  border: var(--line);
  border-radius: 999px 999px 999px 12px;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 950;
  transform: rotate(-3deg);
}
.title-remix:nth-child(2) { transform: rotate(3deg); }
.title-remix:nth-child(3) { transform: rotate(-1deg); }
.title-remix--red { color: var(--white); background: var(--red); }
.title-remix--yellow { background: var(--yellow); }
.title-remix--lilac { background: var(--lilac); }

.section { padding-top: 95px; padding-bottom: 95px; }
.section-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: end; max-width: 960px; }
.section-intro h2 { grid-column: 1 / -1; margin-bottom: -8px; }
.section-intro > p:last-child { max-width: 590px; color: var(--muted); font-size: 1.15rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.step { min-height: 230px; padding: 28px; border: var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.step--yellow { background: var(--yellow); }
.step--mint { background: var(--mint); }
.step--lilac { background: var(--lilac); }
.step-number { display: block; margin-bottom: 26px; font: 900 .76rem ui-monospace, monospace; }
.step p { max-width: 33ch; color: #3e382f; }

.section--gallery { padding-top: 60px; }
.section-heading-row { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.section-heading-row h2 { max-width: 690px; }
.section-aside { max-width: 280px; color: var(--muted); font-size: .98rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; margin-top: 38px; }
.gallery-card, .sentence-card { position: relative; min-height: 310px; overflow: hidden; border: var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.gallery-card { grid-column: span 4; background: var(--white); }
.gallery-card--tall { grid-column: span 4; }
.gallery-card--warm { background: #ffd9b4; }
.gallery-card--red { background: var(--red); }
.gallery-card--wide { grid-column: span 4; }
.gallery-card--traffic { grid-column: span 4; background: var(--blue); }
.gallery-art { position: relative; height: 395px; overflow: hidden; }
.gallery-art--truth { background: var(--lilac); }
.gallery-art--give { background: #f5c88b; }
.gallery-art--dance { background: var(--red); }
.gallery-art--traffic { background: var(--blue); }
.gallery-art--anger { background: #f1b4c9; }
.gallery-art .sculpture { position: absolute; inset: 2% 4% 0; width: 92%; height: 98%; }
.gallery-art--truth .sculpture { inset: 4% -8% -4%; width: 112%; }
.gallery-art--give .sculpture { inset: 2% -13% -4%; width: 126%; }
.gallery-art--dance .sculpture { inset: 0 -8% -5%; width: 116%; }
.gallery-art--traffic .sculpture { inset: 10% -16% 0; width: 130%; height: 89%; }
.gallery-art--anger .sculpture { inset: 0 -9% -7%; width: 118%; height: 103%; }
.gallery-art .bubble { top: auto; bottom: 7%; left: 6%; max-width: 225px; font-size: .9rem; }
.gallery-art--dance .bubble { top: auto; bottom: 6%; left: auto; right: 4%; transform: rotate(4deg); }
.gallery-art--traffic .bubble { top: auto; bottom: 7%; left: 5%; }
.gallery-art--anger .bubble { top: auto; bottom: 7%; left: auto; right: 4%; transform: rotate(3deg); }
.gallery-meta { display: flex; flex-direction: column; gap: 5px; padding: 16px 18px 19px; }
.gallery-meta span { color: var(--muted); font-size: .66rem; }
.gallery-meta strong { font-size: 1.17rem; }

.sentence-card { grid-column: span 4; min-height: 248px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.sentence-card p { max-width: 13ch; font-family: var(--display); font-size: clamp(2rem, 3.3vw, 3rem); line-height: .99; }
.sentence-card--violet { color: var(--white); background: var(--purple); }
.sentence-card--violet .sentence-label { color: #e5cffd; }
.sentence-card--paper { background: var(--white); }
.sentence-card--blue { background: var(--blue); }
.sentence-label { font-size: .66rem; }
.sentence-mark { align-self: flex-end; font-size: 2.1rem; }
.challenge-rail {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  margin-top: 23px;
}
.challenge-rail > * {
  margin: 0;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  font-size: .9rem;
  font-weight: 900;
}
.challenge-rail-label {
  color: var(--white);
  background: var(--ink) !important;
  font: 900 .7rem/1.25 ui-monospace, monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.challenge-rail em { color: var(--red); font-style: normal; }
.fashion-note { margin-top: 24px; color: var(--muted); font-size: .82rem; font-style: italic; }

.section--recognition { padding-top: 40px; }
.recognition-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 100px); padding: clamp(30px, 6vw, 70px); border: var(--line); border-radius: 35px; background: var(--ink); color: var(--white); box-shadow: 12px 12px 0 var(--purple); }
.recognition-card .eyebrow { color: var(--yellow); }
.recognition-card h2 { max-width: 520px; }
.recognition-copy { display: flex; flex-direction: column; gap: 22px; color: #f5eede; font-size: 1.1rem; }
.recognition-copy .button { align-self: flex-start; margin-top: 4px; }

.yes-man-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 7vw, 100px); align-items: center; }
.yes-man-art { position: relative; min-height: 310px; padding: 40px; border: var(--line); border-radius: 48% 52% 44% 56% / 52% 38% 62% 48%; background: var(--yellow); transform: rotate(-2deg); }
.quote-card { position: absolute; right: -6%; bottom: -5%; width: min(330px, 88%); padding: 22px; border: var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); transform: rotate(5deg); }
.quote-card p { font-family: var(--display); font-size: 1.55rem; line-height: 1.05; }
.quote-mark { display: block; color: var(--red); font: 900 4rem/ .5 Georgia, serif; }
.yes-man-copy p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.15rem; }
.yes-man-copy .text-link { display: inline-block; margin-top: 22px; }

.closing-cta { margin-top: 20px; padding: 90px 0 105px; background: var(--mint); border-top: var(--line); border-bottom: var(--line); }
.closing-inner { text-align: center; }
.closing-inner h2 { max-width: 850px; margin: 0 auto 28px; }

.site-footer { padding: 32px 0 44px; background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 18px 30px; align-items: center; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner strong { font-size: 1.15rem; }
.footer-inner span { color: var(--muted); font-size: .82rem; }
.footer-inner nav { justify-content: flex-end; }
.footer-legal { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid rgb(23 20 15 / .2); }

/* The legal and support pages reuse this stylesheet. */
main.wrap:not(.hero) { padding-top: 58px; padding-bottom: 88px; }
main.wrap:not(.hero) > h1 { max-width: 900px; margin-bottom: 20px; }
main.wrap:not(.hero) > .lede { margin-bottom: 38px; }
main.wrap:not(.hero) .cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 35px; }
main.wrap:not(.hero) .card { padding: 24px; border: var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
main.wrap:not(.hero) .card:nth-child(3n + 1) { background: var(--yellow); }
main.wrap:not(.hero) .card:nth-child(3n) { background: var(--mint); }
main.wrap:not(.hero) .button { margin-top: 28px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 35px; }
  .hero-copy { max-width: 700px; }
  .art-stage { min-height: 520px; max-width: 700px; width: 100%; margin: 0 auto; }
  .section-intro { grid-template-columns: 1fr; gap: 0; }
  .title-remixes { grid-template-columns: 1fr; gap: 20px; }
  .section-intro h2 { grid-column: auto; margin-bottom: 18px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .gallery-card, .gallery-card--tall, .gallery-card--wide, .gallery-card--traffic, .sentence-card { grid-column: span 6; }
  .challenge-rail { grid-template-columns: 1fr 1fr; }
  .recognition-card, .yes-man-grid { grid-template-columns: 1fr; }
  .yes-man-art { min-height: 330px; max-width: 590px; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 520px); }
  .site-header { align-items: flex-start; }
  .site-header nav { justify-content: flex-end; gap: 10px 14px; font-size: .84rem; }
  .logo { width: 90px; height: 72px; }
  .hero { padding-top: 25px; padding-bottom: 52px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.7rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .art-stage { min-height: 400px; }
  .bubble--hero { top: auto; bottom: 7%; left: -2%; max-width: 200px; font-size: .83rem; }
  .art-caption { top: 3%; right: 3%; bottom: auto; font-size: .76rem; }
  .section { padding-top: 65px; padding-bottom: 65px; }
  .title-remixes { padding-top: 4px; padding-bottom: 20px; }
  .title-remix { min-height: 56px; padding: 12px 15px; font-size: .94rem; }
  .section-heading-row { display: block; }
  .section-aside { margin-top: 18px; }
  .gallery-card, .gallery-card--tall, .gallery-card--wide, .gallery-card--traffic, .sentence-card { grid-column: 1 / -1; }
  .challenge-rail { grid-template-columns: 1fr; }
  .gallery-art { height: 360px; }
  .sentence-card { min-height: 220px; }
  .recognition-card { padding: 28px 22px; box-shadow: 7px 7px 0 var(--purple); }
  .yes-man-art { min-height: 280px; padding: 24px; }
  .quote-card { right: -2%; width: 84%; }
  .quote-card p { font-size: 1.25rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { justify-content: flex-start; }
  .footer-legal { grid-column: auto; }
  main.wrap:not(.hero) .cards { grid-template-columns: 1fr; }
}

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