/* Semantic answer and entity surfaces — 2026-07-13 */
.qe-breadcrumbs {
  margin: 0 0 clamp(1.25rem, 2vw, 2rem);
}

.qe-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 700 .72rem/1.3 var(--qe-font-mono, ui-monospace, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qe-breadcrumbs li {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
}

.qe-breadcrumbs li + li::before {
  content: "/";
  opacity: .45;
}

.qe-breadcrumbs a,
.qe-breadcrumbs span {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}

.qe-breadcrumbs span[aria-current="page"] {
  opacity: .68;
}

.qe-answer-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  color: #071a34;
  background: #f4f1e8;
  border-block: 1px solid rgba(7, 26, 52, .18);
}

.qe-answer-brief__grid {
  display: grid;
  grid-template-columns: minmax(12rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
}

.qe-answer-brief h2,
.qe-related h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: .88;
  letter-spacing: -.065em;
}

.qe-answer-brief__grid > div > p {
  max-width: 40ch;
  margin: 0 0 2rem;
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: -.025em;
}

.qe-answer-brief ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 26, 52, .25);
}

.qe-answer-brief li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid rgba(7, 26, 52, .25);
}

.qe-answer-brief li::before {
  position: absolute;
  left: 0;
  color: #da3f2f;
  content: "↳";
}

.qe-related {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8.5rem) 0;
  color: #fff;
  background: #04152d;
}

.qe-related header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.qe-related header p {
  max-width: 31rem;
  margin: 0 0 .5rem auto;
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
}

.qe-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.qe-related__grid a {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: .4rem 1rem;
  min-height: 12rem;
  padding: 1.5rem 1.5rem 1.75rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}

.qe-related__grid a:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.qe-related__grid a:nth-child(even) {
  padding-left: 1.5rem;
}

.qe-related__grid a:hover,
.qe-related__grid a:focus-visible {
  color: #ffb046;
  background: rgba(255, 255, 255, .035);
}

.qe-related__grid span {
  grid-row: 1 / 3;
  color: #ffb046;
  font: 700 .75rem/1.3 var(--qe-font-mono, ui-monospace, monospace);
  letter-spacing: .12em;
}

.qe-related__grid strong {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.qe-related__grid small {
  max-width: 44ch;
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
  line-height: 1.55;
}

.qe-article__meta {
  font: 650 .8rem/1.5 var(--qe-font-mono, ui-monospace, monospace);
  letter-spacing: .04em;
}

.qe-article__brief,
.qe-article__publisher {
  margin: 0 0 clamp(2.75rem, 6vw, 5.5rem);
  padding: 1.5rem 0 1.65rem;
  border-block: 1px solid currentColor;
}

.qe-article__brief strong,
.qe-article__publisher strong {
  display: block;
  margin-bottom: .75rem;
  font: 800 .75rem/1.3 var(--qe-font-mono, ui-monospace, monospace);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.qe-article__brief p,
.qe-article__publisher p {
  max-width: 50rem;
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.qe-article__publisher {
  margin-top: clamp(3rem, 7vw, 7rem);
  margin-bottom: 0;
}

.qe-article__publisher a {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 750;
  text-underline-offset: .3em;
}

@media (max-width: 760px) {
  .qe-answer-brief__grid,
  .qe-related header,
  .qe-related__grid {
    grid-template-columns: 1fr;
  }

  .qe-related header p {
    margin-left: 0;
  }

  .qe-related__grid a:nth-child(odd) {
    border-right: 0;
  }

  .qe-related__grid a:nth-child(even) {
    padding-left: 0;
  }

  .qe-related__grid a {
    min-height: 10rem;
  }
}
