body:has(.priority-shell) {
  background: var(--paper);
}

.priority-shell {
  background:
    linear-gradient(140deg, color-mix(in srgb, var(--accent) 13%, transparent), transparent 38%),
    radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--nav) 10%, transparent), transparent 30%),
    var(--paper);
  color: var(--ink);
  font-family: var(--font-family);
  min-height: 100vh;
}

.priority-shell a {
  color: inherit;
  text-decoration: none;
}

.priority-shell__nav {
  align-items: center;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px max(22px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.priority-shell__brand {
  display: grid;
  gap: 3px;
}

.priority-shell__brand strong {
  font-size: 17px;
  font-weight: 950;
}

.priority-shell__brand span,
.priority-shell__nav nav a,
.priority-shell__eyebrow {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.priority-shell__nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.priority-shell__nav nav a {
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 8px 10px;
}

.priority-shell__nav nav a:hover {
  border-color: var(--line);
  color: var(--ink);
}

.priority-shell__cta,
.priority-shell__actions a:first-child,
.priority-shell__handoff li {
  border-radius: var(--radius);
}

.priority-shell__cta,
.priority-shell__actions a:first-child {
  background: var(--accent);
  color: var(--accent-contrast);
  font-weight: 950;
}

.priority-shell__cta {
  font-size: 13px;
  padding: 11px 14px;
}

.priority-shell__hero,
.priority-shell__source,
.priority-shell__structure,
.priority-shell__handoff {
  padding-left: max(22px, calc((100vw - 1180px) / 2));
  padding-right: max(22px, calc((100vw - 1180px) / 2));
}

.priority-shell__hero {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  min-height: 620px;
  padding-bottom: 78px;
  padding-top: 82px;
}

.priority-shell__hero-copy,
.priority-shell__asset,
.priority-shell__source,
.priority-shell__structure,
.priority-shell__handoff {
  display: grid;
}

.priority-shell__hero-copy {
  gap: 20px;
}

.priority-shell__eyebrow {
  color: var(--accent);
  letter-spacing: 0;
  margin: 0;
}

.priority-shell h1,
.priority-shell h2,
.priority-shell h3,
.priority-shell p {
  letter-spacing: 0;
  margin: 0;
}

.priority-shell h1 {
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.95;
  max-width: 950px;
}

.priority-shell__hero-copy > p:not(.priority-shell__eyebrow),
.priority-shell__source > p,
.priority-shell__handoff p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
  max-width: 790px;
}

.priority-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.priority-shell__actions a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 950;
  padding: 14px 18px;
}

.priority-shell__asset {
  align-content: end;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--accent) 24%, transparent), transparent 46%),
    color-mix(in srgb, var(--surface) 82%, var(--paper));
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 2);
  box-shadow: 0 24px 80px color-mix(in srgb, var(--nav) 16%, transparent);
  gap: 12px;
  padding: 28px;
}

.priority-shell__asset span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.priority-shell__asset strong {
  font-size: 30px;
  line-height: 1;
}

.priority-shell__asset p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.priority-shell__source,
.priority-shell__structure,
.priority-shell__handoff {
  gap: 28px;
  padding-bottom: 86px;
  padding-top: 86px;
}

.priority-shell__source,
.priority-shell__handoff {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.priority-shell__source {
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.8fr);
}

.priority-shell__source dl {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.priority-shell__source dl div,
.priority-shell__grid article,
.priority-shell__handoff li {
  background: color-mix(in srgb, var(--surface) 82%, var(--paper));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.priority-shell__source dl div {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.priority-shell__source dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.priority-shell__source dd {
  font-weight: 950;
  margin: 0;
  overflow-wrap: anywhere;
}

.priority-shell__section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.priority-shell h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.priority-shell__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.priority-shell__grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.priority-shell__grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.priority-shell__grid h3 {
  font-size: 24px;
}

.priority-shell__grid p,
.priority-shell__handoff li span {
  color: var(--muted);
  line-height: 1.65;
}

.priority-shell__handoff {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
}

.priority-shell__handoff ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.priority-shell__handoff li {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.priority-shell__handoff li span {
  overflow-wrap: anywhere;
}

@media (max-width: 860px) {
  .priority-shell__nav,
  .priority-shell__hero,
  .priority-shell__source,
  .priority-shell__handoff {
    grid-template-columns: 1fr;
  }

  .priority-shell__nav {
    align-items: start;
    display: grid;
  }

  .priority-shell__grid,
  .priority-shell__source dl {
    grid-template-columns: 1fr;
  }

  .priority-shell__hero {
    min-height: auto;
  }
}
