.report-shell {
  grid-template-columns: minmax(0, 790px) minmax(230px, 280px);
}

.report-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 4.8vw, 4.15rem);
}

.report-cover img {
  max-height: 560px;
  object-position: center 42%;
}

.report-body > p:first-of-type {
  margin-bottom: 1.35em;
}

.dateline {
  padding: 14px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: var(--paper-soft);
  color: var(--ink-soft) !important;
  font-weight: 800;
}

.impact-line {
  max-width: 720px;
  margin: 1.45em 0;
  padding: 18px 20px;
  border-left: 5px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: var(--quote);
  color: var(--accent) !important;
  font-weight: 800;
  font-size: clamp(1.18rem, 1.8vw, 1.38rem) !important;
  line-height: 1.45 !important;
}

.bridge-line {
  padding-top: 1em;
  border-top: 1px solid var(--line-soft);
  color: var(--ink-soft) !important;
  font-weight: 700;
}

.corrupt-file {
  max-width: 100%;
  overflow-x: auto;
  margin: 20px 0 24px;
  padding: 16px 18px;
  border: 1px dashed var(--gold);
  border-radius: 14px;
  background: #2a241c;
  color: #f7e9c9;
  font: 800 1rem/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.project-case {
  max-width: 100%;
  margin: 42px 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #151714;
  color: #f6efe2;
  box-shadow: 0 26px 60px rgba(42, 36, 28, .24);
}

.project-case-head {
  padding: clamp(24px, 5vw, 44px);
  border-bottom: 1px solid rgba(255, 250, 240, .14);
  background:
    linear-gradient(180deg, rgba(16, 18, 15, .28), rgba(16, 18, 15, .96)),
    url('../assets/thumb-desmembramento-permanente.webp') center / cover no-repeat;
}

.project-case h2,
.project-case h3,
.project-case p,
.project-case li {
  color: inherit;
}

.project-case .kicker {
  color: #d9bf7a;
}

.project-case-head h2 {
  max-width: 11ch;
  margin-bottom: 14px;
  color: #fffaf0;
  font-family: "Fugaz One", Barlow, sans-serif;
  font-size: clamp(2rem, 5vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.project-case-head p {
  max-width: 690px;
  color: rgba(255, 250, 240, .86);
}

.language-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 690px;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(255, 250, 240, .16);
  border-radius: 18px;
  background: rgba(255, 250, 240, .08);
  backdrop-filter: blur(6px);
}

.language-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 250, 240, .62);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.language-switch strong {
  color: #fffaf0;
  font-family: "Fugaz One", Barlow, sans-serif;
  font-size: .98rem;
}

.language-button {
  cursor: pointer;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 250, 240, .38);
  border-radius: 999px;
  background: #fffaf0;
  color: #254a38;
  font-family: "Fugaz One", Barlow, sans-serif;
  font-size: .86rem;
}

.language-button:hover,
.language-button:focus-visible {
  background: #d9bf7a;
  outline: none;
}

.project-language {
  padding: clamp(24px, 5vw, 46px);
}

.project-language[hidden] {
  display: none;
}

.project-language > * {
  max-width: 690px;
}

.project-language h2.project-title-line {
  max-width: 12ch;
  margin: 0 0 8px;
  color: #fffaf0;
  font-family: "Fugaz One", Barlow, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.project-language h3 {
  margin: 2.1em 0 .8em;
  color: #d9bf7a;
  font-family: "Fugaz One", Barlow, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.12;
}

.project-language p {
  color: rgba(255, 250, 240, .86);
}

.coded-language p,
.coded-language h2,
.coded-language h3,
.coded-language .project-meta-box {
  letter-spacing: .01em;
}

.project-meta-box {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 18px 0 30px;
  padding: 18px;
  border: 1px solid rgba(255, 250, 240, .14);
  border-radius: 18px;
  background: rgba(255, 250, 240, .07);
}

.project-meta-box p {
  margin: 0;
  color: rgba(255, 250, 240, .8);
  font-size: .98rem;
  font-weight: 700;
}

.project-figure,
.card-preview-block {
  max-width: 100%;
  margin: 34px 0;
}

.project-figure img,
.card-preview-block img {
  width: 100%;
  border: 1px solid rgba(255, 250, 240, .14);
  border-radius: 18px;
  background: rgba(255, 250, 240, .06);
}

.project-figure figcaption,
.card-preview-block figcaption {
  margin-top: 10px;
  color: rgba(255, 250, 240, .62);
  font-size: .94rem;
  line-height: 1.55;
}

.project-figure-wide {
  max-width: 100%;
}

.process-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .72fr);
  gap: 14px;
  align-items: stretch;
}

.process-pair img {
  height: 100%;
  object-fit: cover;
}

.micro-quote {
  max-width: 690px;
  margin: 1.3em 0;
  padding: 14px 18px;
  border-left: 4px solid #d9bf7a;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 250, 240, .08);
}

.micro-quote p {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  font-weight: 800;
}

.project-impact {
  background: rgba(217, 191, 122, .12);
  color: #fffaf0 !important;
}

.card-preview-block {
  display: grid;
  place-items: center;
  padding: 26px;
  border: 1px solid rgba(255, 250, 240, .14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 191, 122, .18), transparent 48%),
    rgba(255, 250, 240, .06);
}

.fake-card {
  width: min(390px, 100%);
  overflow: hidden;
  border: 8px solid #3a2f22;
  border-radius: 20px;
  background: #e9dcc6;
  color: #251f18;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .36);
}

.fake-card-title,
.fake-card-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #2c241b;
  color: #fff4dc;
  font-weight: 900;
}

.fake-card-title span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fake-card-title strong {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #b4382c;
  color: #fff;
}

.fake-card img {
  width: 100%;
  max-height: 410px;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.fake-card-type {
  justify-content: flex-start;
  border-top: 3px solid #8c6b38;
  border-bottom: 3px solid #8c6b38;
  font-size: .9rem;
}

.fake-card p {
  margin: 0;
  padding: 14px;
  color: #251f18;
  font-size: .95rem;
  line-height: 1.5;
}

.closing-report {
  max-width: 100%;
  margin-top: 34px;
  padding-top: 10px;
}

.warning-card {
  border-color: #c9a85c;
}

@media (max-width: 860px) {
  .report-shell {
    display: block;
  }

  .process-pair {
    grid-template-columns: 1fr;
  }

  .process-pair img {
    height: auto;
  }
}

@media (max-width: 640px) {
  .report-hero h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .language-switch {
    align-items: stretch;
    flex-direction: column;
  }

  .language-button {
    width: 100%;
  }

  .project-case {
    border-radius: 18px;
  }

  .project-case-head,
  .project-language {
    padding: 22px 18px;
  }

  .card-preview-block {
    padding: 16px;
  }
}

.series-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.series-list li {
  color: var(--muted);
  line-height: 1.45;
}

.series-list a {
  color: var(--accent);
  font-weight: 800;
  text-underline-offset: 3px;
}

.series-disclaimer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}
