* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050505;
  overflow-x: hidden;
}

.shc-page {
  min-height: 100vh;
  background: #050505;
  color: #f4efe8;
  font-family: Georgia, "Times New Roman", serif;
}

.shc-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 28px;
  background: rgba(5, 5, 5, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.shc-nav a {
  color: #f4efe8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.shc-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.shc-nav-logo {
  color: #d7cec7;
  font-weight: 700;
}

.shc-nav a:hover,
.shc-nav a:focus-visible,
.shc-nav a[aria-current="page"] {
  color: #b21f24;
}

.shc-hero {
  min-height: 90vh;
  padding: 70px 28px;
  background:
    radial-gradient(circle at 70% 35%, rgba(120, 0, 0, 0.55), transparent 42%),
    linear-gradient(120deg, #050505 0%, #120506 52%, #2a0507 100%);
}

.shc-wrap {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.shc-logo {
  display: block;
  max-width: 360px;
  margin-bottom: 46px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.55));
}

.shc-logo.small {
  max-width: 300px;
}

.shc-kicker {
  color: #b21f24;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 18px;
}

.shc-title {
  font-size: clamp(54px, 8vw, 108px);
  line-height: 0.88;
  margin: 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.shc-subtitle {
  color: #b21f24;
  font-size: clamp(18px, 2.2vw, 28px);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 22px 0 16px;
}

.shc-series-line {
  margin-bottom: 34px;
  color: #b8aaa3;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.shc-copy {
  font-size: 22px;
  line-height: 1.55;
  max-width: 640px;
  color: #ddd5ce;
}

.shc-dates {
  margin: 38px 0;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.shc-dates div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 8px 0;
  font-size: 18px;
}

.shc-dates span {
  color: #b8aaa3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.shc-dates strong {
  color: #fff;
}

.shc-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.shc-btn {
  display: inline-block;
  padding: 15px 28px;
  border: 1px solid #b21f24;
  color: #f4efe8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.shc-btn:hover,
.shc-btn:focus-visible {
  transform: translateY(-1px);
}

.shc-btn.primary {
  background: #b21f24;
}

.shc-btn.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.shc-cover-wrap {
  position: relative;
  text-align: center;
}

.shc-cover-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 8% 4%;
  background: #7a0000;
  filter: blur(70px);
  opacity: 0.42;
}

.shc-cover {
  position: relative;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.75);
}

.shc-start-section {
  padding: 54px 28px;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-start-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.shc-start-grid a {
  display: block;
  min-height: 190px;
  padding: 28px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    #0b0b0b;
  color: #f4efe8;
  text-decoration: none;
}

.shc-start-grid a:hover,
.shc-start-grid a:focus-visible {
  background:
    linear-gradient(150deg, rgba(178, 31, 36, 0.22), rgba(255, 255, 255, 0.018)),
    #0b0b0b;
}

.shc-start-grid span {
  display: block;
  margin-bottom: 18px;
  color: #b21f24;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 11px Arial, Helvetica, sans-serif;
}

.shc-start-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.05;
}

.shc-start-grid em {
  color: #d7cec7;
  font: normal 16px/1.5 Arial, Helvetica, sans-serif;
}

.shc-section {
  padding: 80px 28px;
  background: #0b0b0b;
}

.shc-blurb-section {
  padding: 92px 28px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(18, 5, 6, 0.9)),
    #080606;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-blurb-wrap {
  max-width: 1040px;
  margin: auto;
}

.shc-blurb-wrap h2 {
  max-width: 900px;
  margin: 0 0 36px;
  font-size: clamp(40px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: 1px;
}

.shc-blurb-copy {
  max-width: 820px;
  column-count: 2;
  column-gap: 52px;
}

.shc-blurb-copy p {
  break-inside: avoid;
  margin: 0 0 22px;
  color: #d7cec7;
  font-size: 20px;
  line-height: 1.66;
}

.shc-blurb-copy strong,
.shc-blurb-copy em {
  color: #f4efe8;
}

.shc-blurb-callout {
  color: #b21f24 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.05 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.shc-poster-section {
  padding: 90px 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.78fr);
  gap: 70px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(25, 4, 5, 0.9)),
    #070505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-characters-section {
  padding: 92px 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(178, 31, 36, 0.18), transparent 32%),
    linear-gradient(180deg, #090707, #050505);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-characters-intro {
  max-width: 980px;
  margin: 0 auto 44px;
}

.shc-characters-intro h2 {
  max-width: 860px;
  margin: 0 0 24px;
  font-size: clamp(40px, 6vw, 82px);
  line-height: 0.96;
}

.shc-characters-intro p {
  max-width: 760px;
  color: #d7cec7;
  font-size: 22px;
  line-height: 1.58;
}

.shc-character-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.shc-character-grid article {
  min-height: 300px;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #0b0b0b;
}

.shc-character-portrait {
  position: relative;
  height: 320px;
  margin: calc(clamp(28px, 4vw, 44px) * -1) calc(clamp(28px, 4vw, 44px) * -1) 30px;
  overflow: hidden;
  background: #050505;
}

.shc-character-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05) brightness(0.82);
  transform: scale(1.01);
}

.shc-character-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(11, 11, 11, 0.96)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.5), transparent 38%, rgba(5, 5, 5, 0.28));
}

.shc-character-portrait.sam img {
  object-position: center top;
}

.shc-character-portrait.celeste img {
  object-position: center top;
}

.shc-character-portrait.harbringer img,
.shc-character-portrait.harbinger img {
  object-position: center center;
}

.shc-character-grid span,
.shc-case-card span,
.shc-press-grid span,
.shc-assets-grid span {
  display: block;
  margin-bottom: 18px;
  color: #b21f24;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

.shc-character-grid h3 {
  margin: 0 0 20px;
  color: #f4efe8;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.95;
}

.shc-character-grid p {
  margin: 0;
  color: #d7cec7;
  font-size: 19px;
  line-height: 1.6;
}

.shc-dossier-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-dossier-list div {
  display: grid;
  gap: 4px;
}

.shc-dossier-list b {
  color: #f4efe8;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font: 11px Arial, Helvetica, sans-serif;
}

.shc-dossier-list small {
  color: #b8aaa3;
  font: 14px/1.45 Arial, Helvetica, sans-serif;
}

.shc-poster-copy {
  max-width: 640px;
  justify-self: end;
}

.shc-poster-copy h2 {
  margin: 0 0 28px;
  color: #f4efe8;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 2px;
}

.shc-poster-copy p {
  color: #d7cec7;
  font-size: 21px;
  line-height: 1.65;
}

.shc-poster {
  display: block;
  width: min(100%, 430px);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.75);
}

.shc-format-section {
  padding: 86px 28px;
  background:
    radial-gradient(circle at 18% 10%, rgba(178, 31, 36, 0.18), transparent 34%),
    linear-gradient(180deg, #050505, #0b0606);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-format-wrap {
  max-width: 1160px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.shc-format-copy h2 {
  margin: 0 0 22px;
  color: #f4efe8;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.shc-format-copy p {
  margin: 0;
  color: #d7cec7;
  font-size: 20px;
  line-height: 1.6;
}

.shc-format-image {
  width: 100%;
  display: block;
  box-shadow: 0 40px 88px rgba(0, 0, 0, 0.56);
}

.shc-inner {
  max-width: 980px;
  margin: auto;
}

.shc-section h2 {
  font-size: 42px;
  margin: 0 0 24px;
  letter-spacing: 2px;
}

.shc-section p {
  font-size: 20px;
  line-height: 1.7;
  color: #d7cec7;
}

.shc-panel {
  margin-top: 42px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}

.shc-newsletter-section {
  padding: 86px 28px;
  background:
    radial-gradient(circle at 86% 10%, rgba(178, 31, 36, 0.18), transparent 34%),
    linear-gradient(135deg, #050505, #100405 58%, #050505);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-newsletter-card {
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.62fr);
  gap: 56px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(5, 5, 5, 0.74);
  box-shadow: 0 38px 88px rgba(0, 0, 0, 0.42);
}

.shc-newsletter-card h2 {
  margin: 0 0 20px;
  color: #f4efe8;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
}

.shc-newsletter-card p {
  margin: 0;
  max-width: 680px;
  color: #d7cec7;
  font-size: 20px;
  line-height: 1.6;
}

.shc-newsletter-form {
  display: grid;
  gap: 14px;
}

.shc-newsletter-form label {
  display: grid;
  gap: 9px;
  color: #b8aaa3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 12px Arial, Helvetica, sans-serif;
}

.shc-newsletter-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #f4efe8;
  font: 18px Arial, Helvetica, sans-serif;
}

.shc-newsletter-note {
  color: #9f9690 !important;
  font: 12px/1.5 Arial, Helvetica, sans-serif !important;
}

.shc-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.shc-qr-block {
  margin-top: 28px;
}

.shc-qr-block > strong {
  display: block;
  margin-bottom: 16px;
  color: #b8aaa3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 12px Arial, Helvetica, sans-serif;
}

.shc-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shc-qr-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f4efe8;
  text-decoration: none;
  text-align: center;
}

.shc-qr-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #ffffff;
  padding: 10px;
}

.shc-qr-card span {
  margin: 0;
  color: #f4efe8;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font: 11px Arial, Helvetica, sans-serif;
}

.shc-qr-card:hover,
.shc-qr-card:focus-visible {
  border-color: #b21f24;
}

.shc-social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f4efe8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font: 11px Arial, Helvetica, sans-serif;
}

.shc-social-link:hover,
.shc-social-link:focus-visible {
  border-color: #b21f24;
  color: #fff;
}

.shc-footer {
  text-align: center;
  padding: 50px 28px;
  background: #050505;
  color: #9f9690;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.shc-page-hero {
  min-height: 68vh;
  padding: 90px 28px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 76% 30%, rgba(120, 0, 0, 0.45), transparent 40%),
    linear-gradient(120deg, #050505 0%, #120506 54%, #270406 100%);
}

.shc-about-hero {
  background:
    radial-gradient(circle at 82% 26%, rgba(120, 0, 0, 0.32), transparent 34%),
    linear-gradient(120deg, #050505 0%, #120506 58%, #1a0304 100%);
}

.shc-series-hero {
  background:
    radial-gradient(circle at 82% 26%, rgba(120, 0, 0, 0.26), transparent 34%),
    linear-gradient(120deg, #050505 0%, #100405 58%, #1a0304 100%);
}

.shc-press-hero {
  background:
    radial-gradient(circle at 82% 26%, rgba(120, 0, 0, 0.26), transparent 34%),
    linear-gradient(120deg, #050505 0%, #100405 58%, #1a0304 100%);
}

.shc-contact-hero {
  background:
    radial-gradient(circle at 82% 26%, rgba(120, 0, 0, 0.26), transparent 34%),
    linear-gradient(120deg, #050505 0%, #100405 58%, #1a0304 100%);
}

.shc-page-wrap {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(260px, 0.52fr);
  gap: 70px;
  align-items: center;
}

.shc-page-title {
  margin: 0 0 26px;
  max-width: 850px;
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 0.92;
  letter-spacing: 2px;
}

.shc-page-copy {
  max-width: 720px;
  color: #ddd5ce;
  font-size: 24px;
  line-height: 1.5;
}

.shc-author-card,
.shc-contact-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.82);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}

.shc-author-photo-card {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
  max-width: 310px;
  justify-self: center;
  opacity: 0.82;
}

.shc-author-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(0.96) brightness(0.82);
}

.shc-author-photo-card figcaption {
  padding: 16px 4px 2px;
  color: #b8aaa3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.shc-author-card p {
  margin: 0;
  color: #d7cec7;
  font-size: 20px;
  line-height: 1.65;
}

.shc-two-column {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 60px;
  align-items: start;
}

.shc-two-column > div {
  max-width: 780px;
  justify-self: end;
}

.shc-two-column .shc-panel {
  margin-top: 0;
  justify-self: start;
}

.shc-contact-card span {
  display: block;
  margin: 22px 0 16px;
  color: #b8aaa3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.shc-contact-card span:first-child {
  margin-top: 0;
}

.shc-contact-card a {
  color: #f4efe8;
  display: inline-block;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.shc-contact-card .shc-qr-card {
  display: grid;
}

.shc-contact-card .shc-qr-card span {
  margin: 0;
  color: #f4efe8;
  font-size: 11px;
  letter-spacing: 1.7px;
}

.shc-form-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(300px, 0.9fr);
  gap: 60px;
  align-items: start;
}

.shc-form-copy {
  max-width: 520px;
  justify-self: end;
}

.shc-contact-form {
  display: grid;
  gap: 18px;
  max-width: 680px;
  width: 100%;
}

.shc-contact-form label {
  display: grid;
  gap: 10px;
  color: #b8aaa3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.shc-contact-form input,
.shc-contact-form select,
.shc-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #f4efe8;
  font: 18px Arial, Helvetica, sans-serif;
}

.shc-contact-form select {
  color: #050505;
  background: #f4efe8;
}

.shc-contact-form textarea {
  resize: vertical;
}

.shc-hidden-field {
  position: absolute;
  left: -9999px;
}

.shc-contact-form input:focus,
.shc-contact-form select:focus,
.shc-contact-form textarea:focus {
  outline: 2px solid #b21f24;
  outline-offset: 2px;
}

.shc-form-status {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(178, 31, 36, 0.16);
  color: #f4efe8;
}

.shc-form-status.success {
  border-color: rgba(70, 180, 100, 0.5);
  background: rgba(70, 180, 100, 0.14);
}

.shc-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  padding: 1px;
}

.shc-contact-grid article {
  padding: 44px 34px;
  background: #0b0b0b;
}

.shc-contact-grid h2 {
  font-size: 34px;
}

.shc-contact-grid a {
  color: #f4efe8;
}

.shc-author-strip {
  padding: 34px 28px;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-author-strip div {
  max-width: 1180px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.shc-author-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #d7cec7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.shc-case-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.shc-case-card {
  min-height: 430px;
  padding: clamp(30px, 5vw, 58px);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #0b0b0b;
}

.shc-case-card.active {
  background:
    linear-gradient(150deg, rgba(178, 31, 36, 0.24), rgba(255, 255, 255, 0.015)),
    #0b0b0b;
}

.shc-case-card h2,
.shc-press-grid h2,
.shc-assets-copy h2 {
  margin: 0 0 22px;
  color: #f4efe8;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
}

.shc-case-card p,
.shc-press-grid p,
.shc-assets-copy p {
  color: #d7cec7;
  font-size: 20px;
  line-height: 1.62;
}

.shc-press-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.shc-press-grid article {
  min-height: 250px;
  padding: 34px;
  background: #0b0b0b;
}

.shc-press-grid a {
  color: #f4efe8;
}

.shc-assets-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 60px;
  padding: 90px 28px;
  background: #050505;
}

.shc-assets-copy {
  max-width: 520px;
  justify-self: end;
}

.shc-assets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.shc-assets-grid a {
  display: block;
  color: #f4efe8;
  text-decoration: none;
}

.shc-assets-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.shc-assets-grid span {
  margin: 16px 0 0;
  color: #d7cec7;
}

.shc-review-section {
  padding: 74px 28px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(18, 5, 6, 0.9)),
    #080606;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.shc-review-wrap {
  max-width: 1040px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto;
  gap: 34px;
  align-items: center;
}

.shc-review-wrap h2 {
  margin: 0 0 16px;
  color: #f4efe8;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.shc-review-wrap p {
  margin: 0;
  color: #d7cec7;
  font-size: 19px;
  line-height: 1.58;
}

.shc-footer-rich {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  text-align: left;
}

.shc-footer-rich div {
  display: grid;
  gap: 8px;
}

.shc-footer-rich strong {
  color: #f4efe8;
}

.shc-footer-rich nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.shc-footer-rich a {
  color: #d7cec7;
  text-decoration: none;
}

.shc-footer-rich a:hover,
.shc-footer-rich a:focus-visible {
  color: #b21f24;
}

@media (max-width: 850px) {
  .shc-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .shc-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .shc-poster-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .shc-poster-copy {
    justify-self: center;
  }

  .shc-poster {
    margin: auto;
  }

  .shc-blurb-copy {
    column-count: 1;
  }

  .shc-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .shc-dates div {
    display: block;
  }

  .shc-buttons {
    justify-content: center;
  }

  .shc-page-wrap,
  .shc-two-column,
  .shc-form-section,
  .shc-format-wrap,
  .shc-contact-grid,
  .shc-character-grid,
  .shc-start-grid,
  .shc-case-section,
  .shc-press-grid,
  .shc-assets-section,
  .shc-assets-grid,
  .shc-newsletter-card,
  .shc-review-wrap {
    grid-template-columns: 1fr;
  }

  .shc-about-hero,
  .shc-series-hero,
  .shc-press-hero,
  .shc-contact-hero {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.78)),
      linear-gradient(120deg, #050505, #260305);
  }

  .shc-two-column > div,
  .shc-form-copy,
  .shc-assets-copy,
  .shc-two-column .shc-panel {
    justify-self: stretch;
  }

  .shc-footer-rich {
    flex-direction: column;
  }

  .shc-footer-rich nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .shc-nav {
    position: relative;
    gap: 12px;
    padding: 12px 14px;
  }

  .shc-nav-logo {
    width: 100%;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .shc-nav div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
  }

  .shc-nav a {
    font-size: 9px;
    letter-spacing: 1.2px;
    line-height: 1.35;
  }

  .shc-hero,
  .shc-page-hero {
    min-height: auto;
    padding: 30px 16px 42px;
  }

  .shc-wrap,
  .shc-page-wrap {
    gap: 24px;
  }

  .shc-logo {
    max-width: min(190px, 64vw);
    margin-bottom: 24px;
  }

  .shc-logo.small {
    max-width: min(180px, 62vw);
  }

  .shc-kicker {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 3px;
  }

  .shc-title {
    font-size: clamp(36px, 12.5vw, 46px);
    line-height: 1;
    letter-spacing: 1.2px;
  }

  .shc-subtitle {
    margin: 14px 0 12px;
    font-size: clamp(13px, 4.6vw, 16px);
    letter-spacing: 2.2px;
    line-height: 1.15;
  }

  .shc-series-line {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 2.4px;
    line-height: 1.35;
  }

  .shc-copy,
  .shc-page-copy,
  .shc-characters-intro p,
  .shc-poster-copy p,
  .shc-section p,
  .shc-author-card p,
  .shc-case-card p,
  .shc-press-grid p,
  .shc-assets-copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .shc-dates {
    margin: 28px 0;
    padding: 20px 0;
  }

  .shc-dates div {
    padding: 12px 0;
    font-size: 16px;
  }

  .shc-dates span {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .shc-buttons {
    gap: 10px;
  }

  .shc-btn {
    width: 100%;
    padding: 14px 18px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .shc-cover {
    max-width: min(230px, 68vw);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.72);
  }

  .shc-cover-wrap::before {
    inset: 12% 16% 8%;
    filter: blur(44px);
    opacity: 0.34;
  }

  .shc-section,
  .shc-start-section,
  .shc-blurb-section,
  .shc-characters-section,
  .shc-poster-section,
  .shc-format-section,
  .shc-assets-section,
  .shc-newsletter-section,
  .shc-review-section {
    padding: 42px 16px;
  }

  .shc-blurb-wrap h2,
  .shc-characters-intro h2,
  .shc-poster-copy h2,
  .shc-page-title,
  .shc-case-card h2,
  .shc-press-grid h2,
  .shc-assets-copy h2,
  .shc-format-copy h2,
  .shc-newsletter-card h2,
  .shc-review-wrap h2 {
    font-size: clamp(26px, 9.2vw, 34px);
    line-height: 1.06;
    letter-spacing: 0.4px;
  }

  .shc-section h2,
  .shc-contact-grid h2 {
    font-size: 26px;
    line-height: 1.08;
  }

  .shc-blurb-copy p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .shc-blurb-callout {
    font-size: 24px !important;
    letter-spacing: 1.5px;
  }

  .shc-character-grid article,
  .shc-start-grid a,
  .shc-case-card,
  .shc-press-grid article,
  .shc-contact-grid article {
    min-height: auto;
    padding: 22px 18px;
  }

  .shc-character-portrait {
    height: 240px;
    margin: -22px -18px 24px;
  }

  .shc-character-grid h3 {
    font-size: 28px;
    line-height: 1.02;
  }

  .shc-poster-section {
    gap: 34px;
  }

  .shc-poster {
    width: min(100%, 260px);
    order: -1;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.72);
  }

  .shc-format-wrap {
    gap: 26px;
  }

  .shc-format-copy p {
    font-size: 16px;
  }

  .shc-format-image {
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.58);
  }

  .shc-panel,
  .shc-author-card,
  .shc-contact-card,
  .shc-newsletter-card {
    margin-top: 22px;
    padding: 20px 16px;
  }

  .shc-newsletter-card {
    gap: 24px;
  }

  .shc-newsletter-card p {
    font-size: 16px;
  }

  .shc-review-wrap {
    gap: 22px;
  }

  .shc-review-wrap p {
    font-size: 16px;
  }

  .shc-social-links {
    gap: 8px;
  }

  .shc-social-link {
    padding: 10px 11px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .shc-qr-grid {
    grid-template-columns: 1fr;
  }

  .shc-qr-card {
    padding: 12px;
  }

  .shc-page-wrap .shc-contact-card,
  .shc-page-wrap .shc-author-photo-card {
    margin-top: 0;
  }

  .shc-author-photo-card {
    max-width: min(235px, 72vw);
    padding: 10px;
  }

  .shc-author-photo-card figcaption {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .shc-two-column,
  .shc-form-section {
    gap: 30px;
  }

  .shc-contact-card span,
  .shc-character-grid span,
  .shc-case-card span,
  .shc-press-grid span,
  .shc-assets-grid span {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 2px;
  }

  .shc-contact-card a {
    font-size: 14px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .shc-contact-form {
    gap: 14px;
  }

  .shc-contact-form input,
  .shc-contact-form select,
  .shc-contact-form textarea {
    padding: 13px 14px;
    font-size: 16px;
  }

  .shc-author-strip {
    padding: 26px 18px;
  }

  .shc-author-strip div {
    gap: 10px;
  }

  .shc-author-strip span {
    padding: 9px 11px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .shc-assets-grid {
    gap: 22px;
  }

  .shc-assets-grid img {
    max-width: 260px;
    margin: auto;
    display: block;
  }

  .shc-footer {
    padding: 30px 16px;
    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .shc-footer-rich {
    gap: 20px;
  }

  .shc-footer-rich nav {
    gap: 12px;
  }
}

@media (max-width: 380px) {
  .shc-title {
    font-size: 34px;
  }

  .shc-page-title,
  .shc-blurb-wrap h2,
  .shc-characters-intro h2,
  .shc-poster-copy h2,
  .shc-case-card h2,
  .shc-press-grid h2,
  .shc-assets-copy h2,
  .shc-format-copy h2,
  .shc-newsletter-card h2,
  .shc-review-wrap h2 {
    font-size: 25px;
  }

  .shc-contact-card a {
    font-size: 13px;
  }
}
