:root {
  --uprising-page-max: var(--content-shell-max, 1400px);
  --uprising-page-pad: var(--content-shell-pad, 20px);
}

body.single-photo_sets {
  background:
    radial-gradient(1100px 520px at 20% 0%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 58%),
    radial-gradient(900px 420px at 70% 30%, rgba(180, 0, 60, 0.06), rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #07080c 0%, #090a10 45%, #120914 100%) !important;
}

body.single-photo_sets #page,
body.single-photo_sets #content,
body.single-photo_sets .site-content,
body.single-photo_sets .ast-container,
body.single-photo_sets .content-area,
body.single-photo_sets .site-main {
  background: transparent !important;
}

body.single-photo_sets .ast-advanced-headers-layout-1,
body.single-photo_sets .ast-inside-advanced-header-content,
body.single-photo_sets .ast-advanced-headers-title {
  display: none !important;
}

body.single-photo_sets .entry-title,
body.single-photo_sets header.entry-header {
  display: none !important;
}

.uh6 {
  --red: #c40000;
  --bg: #0b0d12;
  --panel: #10131a;
  --ink: #f3f4f6;
  --muted: rgba(243, 244, 246, 0.76);
  --soft: rgba(243, 244, 246, 0.6);
  --rule: rgba(243, 244, 246, 0.14);
  --rule2: rgba(243, 244, 246, 0.2);
  --font-sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;

  width: calc(100% - (var(--uprising-page-pad) * 2));
  max-width: var(--uprising-page-max);
  margin: 18px auto 14px;
  font-family: var(--font-sans);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
  background:
    radial-gradient(1200px 420px at 18% -10%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #0b0d12 0%, #090a10 52%, #160a18 100%);
}

.uh6,
.uh6 * {
  box-sizing: border-box;
}

.uh6__topbar {
  background: var(--red);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: clamp(9px, 2.7vw, 11px);
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uh6__topbarLink,
.uh6__topbarLink:visited {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
}

.uh6__topbarLink:hover,
.uh6__topbarLink:focus {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.7);
  text-underline-offset: 2px;
}

.uh6__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--rule);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
}

.uh6__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--ink);
  opacity: 0.92;
}

.uh6__hero {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
}

.uh6__heroShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}

.uh6__headline {
  padding: 14px 16px 16px;
  border-bottom: 1px solid var(--rule);
}

.uh6__breadcrumbs {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft);
  margin: 0 0 6px;
}

.uh6__breadcrumbs a {
  text-decoration: none;
  color: var(--soft);
}

.uh6__breadcrumbs a:hover {
  color: var(--red);
}

.uh6__breadcrumbs .crumb-sep {
  margin: 0 8px;
  opacity: 0.6;
}

.uh6__breadcrumbs .crumb-current {
  opacity: 0.92;
  color: var(--ink);
}

.uh6__title {
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(2.05rem, 3.4vw, 3rem);
  line-height: 1.06;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.uh6__dek {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 92ch;
}

.uh6__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}

.uh6__intro {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.74;
}

.uh6__intro p {
  margin: 0 0 10px;
}

.uh6__intro p:last-child {
  margin-bottom: 0;
}

.uh6IntroClamp {
  position: relative;
}

.uh6IntroClamp__text {
  position: relative;
}

@media (max-width: 860px) {
  .uh6IntroClamp.is-collapsible {
    cursor: pointer;
  }

  .uh6IntroClamp.is-collapsible:not(.is-expanded) .uh6IntroClamp__text {
    overflow: hidden;
  }

  .uh6IntroClamp.is-collapsible:not(.is-expanded) .uh6IntroClamp__text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.1em;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      color-mix(in srgb, var(--bg) 55%, transparent) 55%,
      var(--bg) 100%
    );
    pointer-events: none;
  }
}

details.uh6KeyDates {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-left: 16px;
  background: transparent !important;
}

details.uh6KeyDates::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--red);
}

details.uh6KeyDates > summary,
details.uh6KeyDates > summary::-webkit-details-marker {
  display: none !important;
}

details.uh6KeyDates:not([open]) > :not(summary) {
  display: block !important;
}

.uh6KeyDates__body {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.74;
}

.uh6KeyDates__body ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.uh6KeyDates__body li {
  margin: 0 0 10px;
  padding: 0;
  color: var(--muted);
}

.uh6KeyDates__body li::before,
.uh6KeyDates__body li::after {
  content: none !important;
  display: none !important;
}

.uh6KeyDates__body li:last-child {
  margin-bottom: 0;
}

.uh6KeyDates__body li strong,
.uh6KeyDates__title {
  font-weight: 900;
  color: var(--ink);
}

.uh6KeyDates__title {
  display: block;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.25;
}

.uh6__navline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-top: 1px solid var(--rule);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
}

.uh6__navLeft,
.uh6__navMid,
.uh6__navRight {
  display: flex;
  align-items: center;
  gap: 8px;
}

.uh6__navMid {
  justify-content: center;
  flex: 1 1 auto;
}

.uh6__navBtn,
.uh6__select {
  border: 1px solid var(--rule2);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

.uh6__navBtn {
  text-decoration: none;
  white-space: nowrap;
}

.uh6__navBtn:hover {
  border-color: color-mix(in srgb, var(--red) 45%, var(--rule2));
}

.uh6__navBtn[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.uh6__select {
  max-width: 220px;
}

@media (max-width: 860px) {
  .uh6 {
    width: calc(100% - 24px);
    max-width: 100%;
    margin: 10px 0 12px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .uh6__hero {
    height: 120px;
    background-position: center 35%;
  }

  .uh6__title {
    font-size: clamp(1.55rem, 6.2vw, 2.05rem);
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .uh6__navline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "prev next"
      "selects selects";
    gap: 10px;
    align-items: stretch;
  }

  .uh6__navLeft {
    grid-area: prev;
    justify-content: flex-start;
  }

  .uh6__navRight {
    grid-area: next;
    justify-content: flex-end;
  }

  .uh6__navMid {
    grid-area: selects;
    width: 100%;
    justify-content: space-between;
  }

  .uh6__select {
    flex: 1 1 0;
    max-width: none;
    width: 100%;
  }

  .uh6__navMid .uh6__select {
    width: calc(50% - 4px);
  }
}

body.single-photo_sets .photo-set-layout {
  width: calc(100% - (var(--uprising-page-pad) * 2));
  max-width: var(--uprising-page-max);
  margin-left: auto;
  margin-right: auto;
}

body.single-photo_sets .photo-set-grid,
body.single-photo_sets .photo-set-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100% !important;
  max-width: 100% !important;
  margin: 1.25rem 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body.single-photo_sets .photo-set-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}

body.single-photo_sets .photo-set-item img {
  display: block;
  width: 100%;
  height: auto;
}

body.single-photo_sets .photo-set-item figcaption {
  margin: 0 !important;
  padding: 8px 10px 9px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.01em !important;
  font-variant-numeric: tabular-nums;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.88) 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.single-photo_sets .photo-set-item figcaption a {
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

body.single-photo_sets .photo-set-item figcaption a:hover {
  color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.65);
}

body.single-photo_sets .photo-set-item figcaption em,
body.single-photo_sets .photo-set-item figcaption i {
  color: rgba(255, 255, 255, 0.86) !important;
  font-style: italic;
}

body.single-photo_sets .photo-set-item figcaption strong {
  color: #fff !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  body.single-photo_sets .photo-set-grid,
  body.single-photo_sets .photo-set-gallery {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  body.single-photo_sets .photo-set-item figcaption {
    font-size: 15px !important;
    line-height: 1.6 !important;
    padding: 13px 14px 14px !important;
  }
}
