.article-page {
  min-height: 100vh;
  background-size: 100% 100%;
}

.article-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 96px;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(7, 29, 59, 0.08);
  background: rgba(247, 244, 237, 0.92);
  backdrop-filter: blur(16px);
}

.article-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.article-back-link i {
  transition: transform 180ms ease;
}

.article-back-link:hover i,
.article-back-link:focus-visible i {
  transform: translateX(-4px);
}

.article-shell {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 3rem) 4rem;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 760px;
  padding: clamp(4rem, 8vw, 8rem) clamp(0rem, 2vw, 2rem);
}

.article-hero__copy {
  padding: clamp(1.5rem, 3vw, 3rem);
  border-radius: 38% 62% 42% 58% / 48% 39% 61% 52%;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 30px 70px rgba(7, 29, 59, 0.06);
}

.article-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.4rem, 7.3vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.article-hero h1 span {
  color: var(--blue);
}

.article-deck {
  max-width: 610px;
  margin: 2rem 0 1.4rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.6;
}

.article-byline,
.article-outline > p {
  margin: 0;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.article-paper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.85rem 1.15rem 0.85rem 1.35rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(7, 29, 59, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.article-paper-link:hover,
.article-paper-link:focus-visible {
  transform: translateY(-2px);
  background: white;
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(7, 29, 59, 0.22);
}

.article-paper-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.article-hero__figure {
  position: relative;
  margin: 0;
  transform: rotate(1.5deg);
}

.article-hero__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 8px solid rgba(255, 253, 248, 0.96);
  border-radius: 46% 19% 42% 24% / 24% 38% 20% 45%;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.article-hero__figure figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  max-width: calc(100% - 3rem);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(7, 29, 59, 0.82);
  color: white;
  font-size: 0.75rem;
  backdrop-filter: blur(8px);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(4rem, 8vw, 8rem);
  border: 7px solid var(--teal);
  border-radius: 22% 13% 17% 12% / 8% 13% 10% 16%;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.article-outline {
  position: sticky;
  top: 126px;
  align-self: start;
}

.article-outline ol {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: outline;
}

.article-outline li {
  border-top: 1px solid var(--line);
  counter-increment: outline;
}

.article-outline a {
  display: block;
  padding: 1rem 0;
  font-weight: 600;
  text-decoration: none;
}

.article-outline a::before {
  margin-right: 0.8rem;
  color: var(--coral);
  content: "0" counter(outline);
  font-family: var(--display);
  font-size: 1.4rem;
}

.article-body {
  max-width: 790px;
}

.article-body section {
  scroll-margin-top: 126px;
}

.article-body section + section,
.article-visual + section {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.section-number {
  margin: 0 0 0.4rem;
  color: var(--coral);
  font-family: var(--hand);
  font-size: 1.8rem;
  font-weight: 600;
}

.article-body h2,
.article-footer h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.article-body section > p:last-child {
  max-width: 690px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

.portfolio-project-page .article-body section > p:not(.section-number) {
  max-width: 690px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

.capstone-page .article-body section > p:not(.section-number):not(.capstone-note) {
  max-width: 690px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

blockquote {
  padding: 2rem 0 2rem clamp(1.5rem, 4vw, 3rem);
  margin: 3rem 0 0;
  border-left: 0.55rem solid var(--blue);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-style: italic;
  line-height: 1.18;
}

.article-visual {
  margin: clamp(4rem, 8vw, 7rem) 0 0;
}

.article-visual > div {
  display: grid;
  min-height: 330px;
  place-items: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
  border: 3px dashed var(--blue);
  border-radius: 35% 17% 31% 20% / 22% 28% 18% 32%;
  background: rgba(18, 94, 232, 0.06);
  color: var(--blue);
  text-align: center;
}

.article-visual i {
  font-size: 3rem;
}

.article-visual span {
  max-width: 300px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-visual figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding: clamp(3rem, 6vw, 5rem);
  border: 7px solid var(--marigold);
  border-radius: 17% 23% 14% 26% / 24% 16% 22% 18%;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.article-footer h2 {
  max-width: 710px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.article-footer__button {
  flex: 0 0 auto;
  background: var(--blue);
}

.article-site-footer {
  margin-top: 0;
}

.directory-hero {
  max-width: 950px;
  padding: clamp(5rem, 11vw, 10rem) clamp(1.5rem, 5vw, 5rem) clamp(3.5rem, 8vw, 7rem);
}

.directory-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.8rem, 11vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.directory-hero h1 span {
  color: var(--coral);
}

.directory-hero > p:last-child {
  max-width: 650px;
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

.project-directory,
.field-note-board {
  margin-bottom: clamp(4rem, 9vw, 8rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 7px solid var(--coral);
  border-radius: 19% 24% 15% 23% / 11% 14% 10% 16%;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.project-directory .section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 0.85;
}

.project-directory .section-heading p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.project-directory .article-list {
  margin-top: 0;
}

.project-directory__icon {
  margin-bottom: 1rem;
  color: var(--coral);
  font-size: 38px;
  line-height: 1;
  text-align: right;
  transform: rotate(10deg);
}

.project-directory .article-row {
  min-height: 134px;
  grid-template-columns: 82px 1fr 24px;
  gap: 1.4rem;
}

.project-directory .article-row__icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}

.project-directory .article-row h3 {
  font-size: clamp(1.65rem, 2.7vw, 2.45rem);
}

.project-directory .article-row__body p {
  max-width: 800px;
  font-size: 0.95rem;
}

.project-directory .article-row__link {
  font-size: 1.5rem;
}

.field-note-board {
  border-color: var(--teal);
}

.field-note-board__intro {
  max-width: 780px;
}

.field-note-board__intro .section-number {
  margin: 0;
}

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

.field-note-grid article {
  min-height: 265px;
  padding: 1.6rem;
  border: 1px solid rgba(7, 29, 59, 0.1);
  border-radius: 37% 19% 31% 24% / 22% 28% 18% 29%;
  background: rgba(15, 156, 150, 0.07);
}

.field-note-grid article:nth-child(2) {
  background: rgba(18, 94, 232, 0.06);
}

.field-note-grid article:nth-child(3) {
  background: rgba(255, 178, 16, 0.1);
}

.field-note-grid i {
  color: var(--teal);
  font-size: 2rem;
}

.field-note-grid article:nth-child(2) i {
  color: var(--blue);
}

.field-note-grid article:nth-child(3) i {
  color: var(--marigold);
}

.field-note-grid h3 {
  margin: 1.5rem 0 0.6rem;
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 0.95;
}

.field-note-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.experience-next,
.experience-timeline {
  margin-bottom: clamp(4rem, 9vw, 8rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 7px solid var(--blue);
  border-radius: 16% 22% 19% 24% / 10% 15% 12% 18%;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.experience-next {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
  border-color: var(--marigold);
}

.experience-next h2,
.experience-timeline h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.experience-next > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.experience-timeline__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.experience-timeline__heading > div > p:last-child {
  max-width: 560px;
  margin: 1.3rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.experience-timeline__heading > i {
  flex: 0 0 auto;
  margin-right: clamp(1rem, 2.5vw, 2rem);
  color: var(--blue);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  transform: rotate(-10deg);
}

.experience-timeline__content {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(2.5rem, 6vw, 5rem);
}

.experience-timeline__controls {
  position: relative;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  padding-left: 2rem;
}

.experience-timeline__controls::before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0.48rem;
  width: 3px;
  border-radius: 999px;
  background: rgba(18, 94, 232, 0.28);
  content: "";
}

.experience-timeline__point {
  position: relative;
  width: 100%;
  padding: 0.75rem 0.8rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: background-color 180ms ease, transform 180ms ease;
}

.experience-timeline__point::before {
  position: absolute;
  top: 1.1rem;
  left: -1.9rem;
  width: 1rem;
  height: 1rem;
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.experience-timeline__point span,
.experience-timeline__point strong {
  display: block;
}

.experience-timeline__point span {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.experience-timeline__point strong {
  margin-top: 0.15rem;
  font-size: 0.9rem;
  line-height: 1.2;
}

.experience-timeline__point:hover,
.experience-timeline__point:focus-visible,
.experience-timeline__point.is-selected {
  background: rgba(18, 94, 232, 0.08);
  transform: translateX(0.25rem);
}

.experience-timeline__point.is-selected::before {
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(18, 94, 232, 0.14);
}

.experience-timeline__point:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
}

.experience-detail {
  min-height: 390px;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(7, 29, 59, 0.1);
  border-radius: 38% 18% 31% 24% / 23% 28% 20% 32%;
  background: rgba(18, 94, 232, 0.06);
}

.experience-detail__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 1.6rem;
}

.experience-detail__period {
  margin: 1.7rem 0 0;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.experience-detail h3 {
  margin: 0.5rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.experience-detail__organization {
  margin: 0.65rem 0 0;
  font-weight: 700;
}

.experience-detail__summary {
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.experience-detail__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.experience-detail__skills li {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(7, 29, 59, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
}

.article-hero--capstone {
  grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr);
}

.article-hero--capstone h1 {
  font-size: clamp(3.8rem, 6.25vw, 7rem);
}

.article-hero__figure--capstone {
  transform: none;
}

.capstone-map {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 7px solid rgba(255, 253, 248, 0.96);
  border-radius: 39% 22% 38% 27% / 25% 36% 22% 41%;
  background:
    radial-gradient(circle at 19% 18%, rgba(15, 156, 150, 0.13), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(250, 75, 68, 0.14), transparent 34%),
    rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.capstone-map::before,
.capstone-map::after {
  position: absolute;
  inset: 15% 12%;
  border: 2px dashed rgba(18, 94, 232, 0.22);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.capstone-map::after {
  inset: 28% 7%;
  border-color: rgba(15, 156, 150, 0.28);
  transform: rotate(19deg);
}

.capstone-map__center,
.capstone-map__node {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.capstone-map__center {
  top: 35%;
  left: 34%;
  width: 32%;
  aspect-ratio: 1;
  border-radius: 45% 55% 47% 53% / 54% 42% 58% 46%;
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 40px rgba(7, 29, 59, 0.22);
}

.capstone-map__center strong {
  color: var(--marigold);
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.8;
}

.capstone-map__center span {
  margin-top: 0.55rem;
  font-weight: 700;
  line-height: 1.15;
}

.capstone-map__center small {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.capstone-map__node {
  width: 29%;
  min-height: 21%;
  padding: 0.8rem;
  border: 2px solid rgba(7, 29, 59, 0.08);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 29, 59, 0.1);
}

.capstone-map__node strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 400;
}

.capstone-map__node span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 600;
}

.capstone-map__node--pcit {
  top: 7%;
  left: 7%;
  border-radius: 46% 54% 41% 59% / 52% 39% 61% 48%;
}

.capstone-map__node--tfcbt {
  top: 2%;
  right: 9%;
  border-radius: 52% 48% 55% 45% / 42% 58% 44% 56%;
}

.capstone-map__node--cpp {
  top: 42%;
  right: 1%;
  border-radius: 58% 42% 47% 53% / 50% 41% 59% 50%;
}

.capstone-map__node--pea {
  width: 26%;
  bottom: 13%;
  right: 8%;
  border-radius: 47% 53% 58% 42% / 57% 48% 52% 43%;
}

.capstone-map__node--emdr {
  bottom: 15%;
  left: 5%;
  border-radius: 57% 43% 42% 58% / 44% 59% 41% 56%;
}

.article-hero__figure--capstone figcaption {
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
}

.capstone-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.capstone-comparison article {
  min-height: 185px;
  padding: 1.4rem;
  border: 1px solid rgba(7, 29, 59, 0.1);
  border-radius: 28% 14% 24% 18% / 20% 25% 17% 28%;
  background: rgba(18, 94, 232, 0.055);
}

.capstone-comparison article:nth-child(2) {
  background: rgba(250, 75, 68, 0.07);
}

.capstone-comparison article:nth-child(3) {
  background: rgba(15, 156, 150, 0.08);
}

.capstone-comparison article:nth-child(4) {
  background: rgba(255, 178, 16, 0.11);
}

.capstone-comparison article:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 150px;
}

.capstone-comparison article > span {
  color: var(--coral);
  font-family: var(--hand);
  font-size: 1.35rem;
}

.capstone-comparison h3 {
  margin: 0.3rem 0 0.45rem;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
}

.capstone-comparison p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.capstone-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.capstone-levels div {
  display: flex;
  min-height: 140px;
  justify-content: center;
  flex-direction: column;
  padding: 1.2rem;
  border-radius: 42% 58% 45% 55% / 52% 43% 57% 48%;
  background: var(--ink);
  color: white;
  text-align: center;
}

.capstone-levels div:nth-child(2) {
  background: var(--teal);
}

.capstone-levels div:nth-child(3) {
  background: var(--coral);
}

.capstone-levels strong {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
}

.capstone-levels span {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  line-height: 1.4;
}

.capstone-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.capstone-skills li {
  padding: 0.72rem 1rem;
  border: 2px solid var(--teal);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.article-body .capstone-note {
  margin-top: 2.25rem;
  padding: 1.4rem 1.6rem;
  border-left: 0.45rem solid var(--marigold);
  background: rgba(255, 178, 16, 0.08);
  color: var(--muted);
  line-height: 1.65;
}

.article-hero--court-report {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
}

.article-hero--court-report h1 {
  font-size: clamp(4rem, 6.6vw, 7.4rem);
}

.article-hero__figure--court-report {
  transform: rotate(1deg);
}

.court-file {
  position: relative;
  min-height: 590px;
  padding: clamp(2rem, 4vw, 3.6rem);
  overflow: hidden;
  border: 8px solid rgba(255, 253, 248, 0.96);
  border-radius: 10px 58px 18px 44px;
  background:
    linear-gradient(90deg, transparent 0 52px, rgba(240, 79, 66, 0.24) 52px 54px, transparent 54px),
    repeating-linear-gradient(180deg, transparent 0 31px, rgba(18, 94, 232, 0.11) 31px 32px),
    #fffdf8;
  box-shadow: var(--shadow);
}

.court-file__tab {
  width: fit-content;
  margin: -1rem 0 1.8rem auto;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: var(--marigold);
  color: var(--ink);
  font-family: var(--hand);
  font-size: 1.25rem;
  font-weight: 600;
  transform: rotate(2deg);
}

.court-file__header {
  padding-bottom: 1.2rem;
  border-bottom: 3px double var(--ink);
  text-align: center;
  text-transform: uppercase;
}

.court-file__header span {
  display: block;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.court-file__header strong {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.court-file__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 1.7rem 0;
  border: 1px solid rgba(7, 29, 59, 0.28);
  background: rgba(255, 255, 255, 0.78);
}

.court-file__facts div {
  padding: 0.8rem;
}

.court-file__facts div + div {
  border-left: 1px solid rgba(7, 29, 59, 0.2);
}

.court-file__facts dt {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.court-file__facts dd {
  margin: 0.2rem 0 0;
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.1;
}

.court-file__sections {
  display: grid;
  gap: 0.7rem;
}

.court-file__sections span {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  border-bottom: 1px solid rgba(7, 29, 59, 0.18);
  color: var(--ink);
  font-weight: 700;
}

.court-file__sections span::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: -1.5rem;
  margin-right: 0.8rem;
  border: 2px solid var(--coral);
  content: "";
  transform: rotate(-4deg);
}

.court-file > p {
  width: fit-content;
  margin: 1.8rem 0 0 auto;
  color: var(--coral);
  font-family: var(--hand);
  font-size: 1.3rem;
  font-weight: 600;
  transform: rotate(-2deg);
}

.court-report-requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.court-report-requirements article {
  min-height: 205px;
  padding: 1.5rem;
  border: 1px solid rgba(7, 29, 59, 0.1);
  border-radius: 30px 12px 28px 16px;
  background: rgba(18, 94, 232, 0.055);
}

.court-report-requirements article:nth-child(2) {
  background: rgba(15, 156, 150, 0.08);
}

.court-report-requirements article:nth-child(3) {
  background: rgba(255, 178, 16, 0.1);
}

.court-report-requirements article:nth-child(4) {
  background: rgba(250, 75, 68, 0.07);
}

.court-report-requirements article > span {
  color: var(--coral);
  font-family: var(--hand);
  font-size: 1.35rem;
}

.court-report-requirements h3 {
  margin: 0.3rem 0 0.55rem;
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.05;
}

.court-report-requirements p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.court-report-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 2.2rem;
}

.court-report-process div {
  display: flex;
  min-height: 170px;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  border-radius: 45% 55% 48% 52% / 54% 44% 56% 46%;
  background: var(--ink);
  color: white;
  text-align: center;
}

.court-report-process div:nth-child(2) {
  background: var(--teal);
}

.court-report-process div:nth-child(3) {
  background: var(--blue);
}

.court-report-process div:nth-child(4) {
  background: var(--coral);
}

.court-report-process strong {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
}

.court-report-process span {
  margin-top: 0.45rem;
  font-size: 0.68rem;
  line-height: 1.4;
}

.article-body .court-report-note {
  margin-top: 2.25rem;
  padding: 1.4rem 1.6rem;
  border-left: 0.45rem solid var(--coral);
  background: rgba(240, 79, 66, 0.07);
  color: var(--muted);
  line-height: 1.65;
}

.article-footer--court-report {
  border-color: var(--blue);
}

@media (max-width: 900px) {
  .article-page {
    background-size: auto 100%;
  }

  .article-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .article-hero--capstone {
    grid-template-columns: 1fr;
  }

  .article-hero--court-report {
    grid-template-columns: 1fr;
  }

  .article-hero__figure {
    max-width: 760px;
  }

  .article-hero__figure--capstone {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .article-hero__figure--court-report {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .court-report-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
    border-radius: 42px;
  }

  .article-outline {
    position: static;
  }

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

  .field-note-grid article {
    min-height: 0;
  }

  .experience-next,
  .experience-timeline__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .article-header {
    min-height: 74px;
    padding: 0.8rem 1rem;
  }

  .article-header .brand__role,
  .article-header .linkedin-button {
    display: none;
  }

  .article-shell {
    padding-inline: 0.75rem;
  }

  .article-hero {
    gap: 2.5rem;
    padding: 3rem 0 3.5rem;
  }

  .article-hero__copy {
    padding: 1.25rem 0.8rem 2rem;
    border-radius: 28px;
  }

  .article-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

  .article-hero__figure img {
    border-width: 4px;
    border-radius: 30px;
  }

  .article-hero__figure figcaption {
    position: static;
    max-width: none;
    margin-top: 0.6rem;
    background: transparent;
    color: var(--muted);
  }

  .capstone-map {
    min-height: 500px;
  }

  .court-file {
    min-height: 520px;
    padding: 1.5rem;
    border-width: 4px;
  }

  .court-file__facts {
    grid-template-columns: 1fr;
  }

  .court-file__facts div + div {
    border-top: 1px solid rgba(7, 29, 59, 0.2);
    border-left: 0;
  }

  .court-report-requirements,
  .court-report-process {
    grid-template-columns: 1fr;
  }

  .court-report-requirements article {
    min-height: auto;
    border-radius: 24px;
  }

  .court-report-process div {
    min-height: 125px;
    border-radius: 24px;
  }

  .article-hero__figure--capstone figcaption {
    transform: none;
    white-space: normal;
  }

  .article-layout,
  .article-footer {
    padding: 2.5rem 1.25rem;
    border-width: 4px;
    border-radius: 30px;
  }

  .article-visual > div {
    min-height: 240px;
    border-radius: 28px;
  }

  .capstone-comparison {
    grid-template-columns: 1fr;
  }

  .capstone-comparison article:nth-child(5) {
    grid-column: auto;
  }

  .capstone-levels {
    grid-template-columns: 1fr;
  }

  .capstone-levels div {
    min-height: 110px;
    border-radius: 24px;
  }

  .article-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-hero {
    padding: 3.5rem 0 3rem;
  }

  .directory-hero h1 {
    font-size: clamp(4.2rem, 20vw, 6rem);
  }

  .project-directory,
  .field-note-board {
    padding: 2.4rem 1.25rem;
    border-width: 4px;
    border-radius: 30px;
  }

  .project-directory .article-row {
    grid-template-columns: 58px 1fr 18px;
    gap: 0.75rem;
  }

  .project-directory .article-row__icon {
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }

  .project-directory .article-row h3 {
    font-size: 1.42rem;
  }

  .project-directory .article-row__body p {
    font-size: 0.82rem;
  }

  .field-note-grid {
    margin-top: 2rem;
  }

  .field-note-grid article {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .experience-next,
  .experience-timeline {
    padding: 2.4rem 1.25rem;
    border-width: 4px;
    border-radius: 30px;
  }

  .experience-timeline__controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .experience-timeline__controls::before,
  .experience-timeline__point::before {
    display: none;
  }

  .experience-timeline__point {
    min-height: 74px;
    border: 1px solid rgba(7, 29, 59, 0.1);
    background: rgba(18, 94, 232, 0.04);
  }

  .experience-timeline__point:hover,
  .experience-timeline__point:focus-visible,
  .experience-timeline__point.is-selected {
    transform: none;
  }

  .experience-detail {
    min-height: 0;
    border-radius: 24px;
  }
}
