:root {
  --black: #161a20;
  --ink: #202830;
  --muted: #5e6973;
  --yellow: #f5c83c;
  --yellow-light: #ffe990;
  --report-red: #c70d3d;
  --report-red-dark: #78001f;
  --paper: #ffffff;
  --soft: #f1f2f3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 0 5vw;
  background: var(--black);
  color: white;
  box-shadow: 0 3px 0 var(--yellow);
}

.wordmark {
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
}

.masthead-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-left: auto;
}

.masthead-report-link {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.masthead-report-title {
  color: #ef365f;
}

.masthead-report-link:hover,
.masthead-report-link:focus-visible {
  color: #fff;
  outline: 0;
  text-decoration: underline;
  text-decoration-color: #ef365f;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.masthead-report-short {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  min-height: calc(82vh - 78px);
  overflow: hidden;
  background: linear-gradient(118deg, #efbd25 0%, var(--yellow) 48%, var(--yellow-light) 100%);
}

.hero-copy {
  align-self: end;
  max-width: 1120px;
  padding: 4rem 3rem 4.5rem 8vw;
}

.eyebrow,
.section-number {
  margin: 0 0 1rem;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  letter-spacing: 0.05em;
}

.eyebrow.dark {
  color: #8b6800;
}

.hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--black);
  font-size: 112px;
  line-height: 0.88;
  letter-spacing: 0;
}

.tagline {
  max-width: 760px;
  margin: 3rem 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.hive-field {
  position: relative;
  min-height: 100%;
}

.hive-field span {
  position: absolute;
  width: 210px;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.28);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.hive-field span:nth-child(1) { right: 7vw; bottom: 11rem; }
.hive-field span:nth-child(2) { right: -3rem; bottom: 19rem; background: rgba(22, 26, 32, 0.09); }
.hive-field span:nth-child(3) { right: 7vw; bottom: 27rem; }
.hive-field span:nth-child(4) { right: -3rem; bottom: 35rem; background: rgba(22, 26, 32, 0.09); }
.hive-field span:nth-child(5) { right: 7vw; bottom: 43rem; }
.hive-field span:nth-child(6) { right: -3rem; bottom: 51rem; background: rgba(22, 26, 32, 0.09); }

.about {
  display: grid;
  grid-template-columns: 80px minmax(300px, 0.75fr) minmax(420px, 1fr);
  gap: 5vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 9rem 6vw 10rem;
}

.section-number {
  color: #a07300;
}

.about h2,
.principles h2,
.current-work h2 {
  margin: 0;
  font-size: 72px;
  line-height: 1.02;
  letter-spacing: 0;
}

.about-copy {
  padding-top: 2.5rem;
}

.about-copy p {
  max-width: 770px;
  margin: 0 0 1.4rem;
  font-size: 23px;
  line-height: 1.55;
}

.about-copy .belief {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 5px solid var(--yellow);
  color: var(--black);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.35;
}

.context-report-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.65rem;
  margin-top: 1.4rem;
  padding: 0 0 0.4rem;
  border-bottom: 2px solid currentColor;
  color: var(--red);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.context-report-link span {
  font-weight: 650;
  opacity: 0.76;
}

.context-report-link b {
  font-size: 1.15em;
  line-height: 1;
  transition: transform 160ms ease;
}

.context-report-link:hover,
.context-report-link:focus-visible {
  color: #6f001d;
  outline: 3px solid currentColor;
  outline-offset: 6px;
}

.context-report-link:hover b,
.context-report-link:focus-visible b {
  transform: translateX(4px);
}

.principles {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(420px, 1fr);
  gap: 7vw;
  padding: 9rem 8vw 10rem;
  background: var(--black);
  color: white;
}

.section-number.yellow,
.principles .eyebrow {
  color: var(--yellow);
}

.principles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.principles li {
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 32px;
  font-weight: 750;
}

.principles-content {
  min-width: 0;
}

.principles .context-report-link {
  margin-top: 2.2rem;
  color: var(--yellow);
}

.principles .context-report-link:hover,
.principles .context-report-link:focus-visible {
  color: #fff;
}

.current-work {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(380px, 0.68fr) minmax(560px, 1.32fr);
  gap: 7vw;
  min-height: 820px;
  padding: 8rem 8vw 9rem;
  background: linear-gradient(125deg, var(--report-red-dark) 0%, #a60030 46%, var(--report-red) 100%);
  color: white;
}

.current-work::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10% -4%;
  background: url("seeing-red/assets/subject-region-shards.svg") center / cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.work-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.current-work h2 {
  font-size: 104px;
  line-height: 0.9;
  color: white;
}

.work-copy > p:not(.eyebrow, .section-number) {
  max-width: 600px;
  margin: 2.4rem 0 2.8rem;
  font-size: 29px;
  font-weight: 650;
  line-height: 1.35;
}

.current-work .section-number,
.current-work .eyebrow {
  color: var(--yellow);
}

.work-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.work-stats div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2rem 1.7rem 2.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.work-stats div:nth-child(even) {
  padding-left: 1.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.work-stats dt {
  max-width: 330px;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.work-stats dd {
  order: -1;
  margin: 0 0 0.65rem;
  color: white;
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
}

.work-stats .student-stat dd {
  max-width: 360px;
  color: var(--yellow);
  font-size: 35px;
  line-height: 1.08;
}

.work-stats .student-stat dt {
  text-transform: uppercase;
}

.report-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 58px;
  padding: 0.9rem 1.2rem;
  border: 3px solid var(--yellow);
  background: var(--yellow);
  color: var(--black);
  text-decoration: none;
  font-weight: 850;
}

.report-link span {
  color: var(--black);
  font-size: 27px;
}

.report-link:hover,
.report-link:focus-visible {
  background: white;
  color: var(--black);
  outline: 4px solid white;
  outline-offset: 4px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 5vw;
  background: var(--black);
  color: white;
  font-size: 15px;
  font-weight: 750;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 680px;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    padding: 5rem 8vw 4.5rem;
  }

  .hero h1 {
    font-size: 82px;
  }

  .tagline {
    font-size: 27px;
  }

  .hive-field {
    position: absolute;
    inset: 0;
    opacity: 0.7;
  }

  .about {
    grid-template-columns: 54px 1fr;
  }

  .about-copy {
    grid-column: 2;
    padding-top: 0;
  }

  .principles,
  .current-work {
    grid-template-columns: 1fr;
  }

  .current-work {
    gap: 5rem;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .masthead {
    min-height: 68px;
    padding-inline: 1.4rem;
  }

  .masthead-actions {
    gap: 0.75rem;
  }

  .masthead-report-long {
    display: none;
  }

  .masthead-report-short {
    display: inline;
  }

  .masthead-report-link {
    font-size: 13px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-copy {
    padding: 7rem 1.4rem 4rem;
  }

  .hero h1 {
    font-size: 56px;
  }

  .tagline {
    margin-top: 2rem;
    font-size: 23px;
  }

  .hive-field span {
    width: 150px;
  }

  .about {
    display: block;
    padding: 5.5rem 1.4rem 6rem;
  }

  .about .section-number {
    margin-bottom: 3rem;
  }

  .about h2,
  .principles h2 {
    font-size: 46px;
  }

  .about-copy {
    padding-top: 2.5rem;
  }

  .about-copy p {
    font-size: 20px;
  }

  .about-copy .belief {
    font-size: 24px;
  }

  .principles {
    gap: 3rem;
    padding: 5.5rem 1.4rem 6rem;
  }

  .principles li {
    font-size: 24px;
  }

  .current-work {
    min-height: 0;
    padding: 5.5rem 1.4rem 6rem;
  }

  .work-copy {
    padding: 0;
  }

  .current-work h2 {
    font-size: 68px;
  }

  .work-copy > p:not(.eyebrow, .section-number) {
    font-size: 24px;
  }

  .work-stats {
    grid-template-columns: 1fr;
  }

  .work-stats div,
  .work-stats div:nth-child(even) {
    padding: 1.7rem 0 1.9rem;
    border-left: 0;
  }

  .work-stats dd {
    font-size: 52px;
  }

  footer {
    flex-direction: column;
    padding: 2rem 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Reflexive statement */
.thinking-tool {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
}

.thinking-tool-lead {
  padding: 9rem 6vw 5rem;
  background: linear-gradient(125deg, #f5c532 0%, #ffdb5e 52%, #ffec9a 100%);
}

.thinking-tool-heading {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 3.5rem;
}

.thinking-tool-heading .section-number {
  color: var(--red);
}

.thinking-tool-heading h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
}

.apparatus-statement {
  margin: 0;
  padding: 2.4rem 3rem;
  border-left: 8px solid var(--ink);
  background: rgba(255, 255, 255, 0.34);
  font-size: clamp(27px, 2.5vw, 39px);
  font-weight: 750;
  line-height: 1.15;
}

.thinking-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 5rem 6vw 0;
  padding-bottom: 10rem;
  border-top: 3px solid rgba(32, 40, 48, 0.9);
}

.thinking-tool-grid article {
  padding: 3rem 3rem 3.4rem 0;
  border-bottom: 1px solid rgba(32, 40, 48, 0.3);
}

.thinking-tool-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 3rem;
  border-left: 1px solid rgba(32, 40, 48, 0.3);
}

.thinking-tool-grid h3 {
  margin: 0 0 1.2rem;
  color: #6f001d;
  font-size: clamp(27px, 2.1vw, 34px);
  line-height: 1.05;
}

.thinking-tool-grid p,
.thinking-tool-grid li {
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.55;
}

.thinking-tool-grid p {
  margin: 0 0 1rem;
}

.thinking-tool-grid .question-field,
.thinking-tool-grid .curriculum-field {
  grid-column: 1 / -1;
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
}

.thinking-report-link {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 2rem;
}

.question-field ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.question-field li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 154px;
  padding: 1.5rem 1.7rem;
  border: 1px solid rgba(32, 40, 48, 0.12);
}

.question-field li:nth-child(even) {
  border-left: 1px solid rgba(32, 40, 48, 0.12);
}

.question-field .question-people { background: rgba(255, 246, 205, 0.74); }
.question-field .question-numbers { background: rgba(245, 181, 191, 0.66); }
.question-field .question-voices { background: rgba(180, 216, 231, 0.72); }
.question-field .question-patterns { background: rgba(199, 223, 185, 0.72); }

.question-motif {
  position: relative;
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(32, 40, 48, 0.24);
  border-radius: 50%;
  color: rgba(32, 40, 48, 0.62);
  background: rgba(255, 255, 255, 0.28);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.question-people .question-motif { display: flex; justify-content: center; gap: 5px; align-items: center; }
.question-people .question-motif i { width: 10px; height: 10px; border-radius: 50%; background: currentColor; box-shadow: 0 14px 0 4px rgba(32, 40, 48, 0.18); }
.question-people .question-motif i:nth-child(2) { transform: translateY(-5px); }

.question-voices .question-motif { display: flex; justify-content: center; gap: 6px; align-items: center; }
.question-voices .question-motif i { width: 3px; height: 18px; border-radius: 3px; background: currentColor; }
.question-voices .question-motif i:nth-child(2) { height: 34px; }
.question-voices .question-motif i:nth-child(3) { height: 25px; }

.question-patterns .question-motif {
  grid-template-columns: repeat(3, 6px);
  place-content: center;
  gap: 7px;
}
.question-patterns .question-motif i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

.curriculum-field {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.8rem;
}

.curriculum-field h3 {
  grid-column: 1 / -1;
}

.curriculum-field .closing-question {
  padding-top: 1rem;
  border-top: 6px solid #f2bf22;
  font-weight: 750;
}

@media (max-width: 980px) {
  .thinking-tool-grid {
    grid-template-columns: 1fr;
  }

  .thinking-tool-grid article,
  .thinking-tool-grid article:nth-child(even) {
    grid-column: 1;
    padding: 2.5rem 0;
    border-left: 0;
  }

  .curriculum-field {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

@media (max-width: 640px) {
  .thinking-tool-lead {
    padding: 6rem 1.4rem 3rem;
  }

  .thinking-tool-grid {
    margin: 3rem 1.4rem 0;
    padding-bottom: 6rem;
  }

  .thinking-tool-heading {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .thinking-tool-heading h2 {
    font-size: 48px;
  }

  .apparatus-statement {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem;
    font-size: 25px;
  }

  .thinking-tool-grid p,
  .thinking-tool-grid li {
    font-size: 18px;
  }

  .question-field ul {
    grid-template-columns: 1fr;
  }

  .question-field li:nth-child(even) {
    border-left: 1px solid rgba(32, 40, 48, 0.12);
  }

  .question-field li {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 132px;
    padding: 1.2rem;
  }

  .question-motif { width: 58px; }
}
