@font-face {
  font-family: "Special Gothic";
  src: url("../fonts/SpecialGothic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic";
  src: url("../fonts/SpecialGothic-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic Expanded One";
  src: url("../fonts/SpecialGothicExpandedOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic Condensed One";
  src: url("../fonts/SpecialGothicCondensedOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --sc-brand: #eb5e28;
  --sc-secondary: #638c8a;
  --sc-tertiary: #ab9e8c;
  --sc-calendar: #766558;
  --sc-page: #f6f5f5;
  --sc-header: #d4cfcd;
  --sc-border: #b7afa9;
  --sc-ink: #494541;
  --sc-muted: #91867f;
  --sc-footer-border: #766b64;
  --sc-footer: #292723;
  --sc-white: #fff;
  --sc-tertiary-text: #494541;
  --sc-on-dark: #f6f5f5;
  --sc-surface-raised: #fff;
  --sc-input-surface: #fff;
  --sc-font-body: "Special Gothic", "Arial Narrow", Arial, sans-serif;
  --sc-font-expanded: "Special Gothic Expanded One", Impact, sans-serif;
  --sc-font-condensed: "Special Gothic Condensed One", "Arial Narrow", sans-serif;
  --sc-content: 760px;
  --sc-wide: 1200px;
  --sc-gutter: clamp(16px, 4vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sc-page);
  color: var(--sc-ink);
  font-family: var(--sc-font-body);
  font-size: 1rem;
  line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: currentColor; text-decoration-thickness: 1.5px; text-underline-offset: 0.18em; }
a:hover { color: var(--sc-brand); }
button, input, textarea, select { font: inherit; }
button, .button, input[type="submit"], .wp-element-button {
  min-height: 44px;
  border: 2px solid var(--sc-brand);
  border-radius: 0;
  background: var(--sc-brand);
  color: var(--sc-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
}
:focus-visible { outline: 3px solid var(--sc-brand); outline-offset: 4px; }
h1, h2 { font-family: var(--sc-font-expanded); font-weight: 400; line-height: 1.05; }
h3, h4, h5, h6 { font-family: var(--sc-font-condensed); font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(2rem, 5vw, 2.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  top: 8px; left: 8px; z-index: 100000;
  width: auto; height: auto; padding: 12px 16px; margin: 0;
  overflow: visible; clip: auto; white-space: normal;
  background: var(--sc-surface-raised); color: var(--sc-ink);
}
.content-shell, .section-shell {
  width: min(100% - (2 * var(--sc-gutter)), var(--sc-wide));
  margin-inline: auto;
}
.content-shell { max-width: var(--sc-content); }
.site-main { min-height: 55vh; padding-block: clamp(48px, 8vw, 80px); }
.entry-content > * { max-width: var(--sc-content); }
.entry-content > .alignwide { max-width: var(--sc-wide); }
.entry-content > .alignfull { max-width: none; margin-inline: calc(50% - 50vw); }
.eyebrow { margin: 0 0 8px; color: var(--sc-brand); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.page-header { margin-bottom: 40px; }
.page-header h1, .entry-header h1 { margin-top: 0; }

/* Figma-derived global header */
.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 2px solid var(--sc-border);
  background: var(--sc-header);
}
.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 144px;
  padding: 40px var(--sc-gutter) 24px;
}
.site-branding { grid-column: 2; grid-row: 1; }
.site-logo-link { display: block; }
.site-logo { width: 168px; height: 80px; object-fit: contain; }
.primary-navigation { grid-column: 1; grid-row: 1; }
.menu { list-style: none; margin: 0; padding: 0; }
.primary-menu { display: flex; align-items: center; gap: 16px; }
.primary-menu a, .primary-menu button, .footer-menu a { display: inline-flex; align-items: center; min-height: 44px; font-size: 1.125rem; font-weight: 600; text-decoration: none; }
.primary-menu .comics-menu-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}
.primary-menu > .menu-item-has-children { position: relative; }
.primary-menu > .menu-item-has-children > .comics-menu-trigger::after {
  content: "";
  width: 16px; height: 16px; margin-left: 4px;
  background: url("../images/dropdown-arrow.svg") center / 8px auto no-repeat;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 100%; left: -16px;
  min-width: 220px;
  list-style: none;
  margin: 0; padding: 8px 16px;
  border: 2px solid var(--sc-border);
  background: var(--sc-page);
  box-shadow: 0 12px 24px rgb(41 39 35 / 14%);
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children.is-submenu-open > .sub-menu { display: block; }
.sub-menu a { width: 100%; }
.site-tagline {
  grid-column: 3; grid-row: 1;
  justify-self: end;
  width: min(100%, 396px);
  margin: 0;
  font-family: var(--sc-font-expanded);
  font-size: 1.25rem;
  line-height: normal;
  text-align: right;
}
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 0; }
.menu-toggle img { width: 27px; height: 18px; }

/* Footer */
.site-footer { padding: 40px var(--sc-gutter); background: var(--sc-footer); color: var(--sc-on-dark); }
.site-footer a:hover { color: var(--sc-brand); }
.site-footer__inner { display: flex; gap: 40px; width: 100%; padding-top: 24px; }
.site-footer__brand .site-logo { width: 79px; height: 80px; }
.site-footer__content { flex: 1; min-width: 0; }
.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--sc-footer-border);
}
.footer-menu { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-menu a { font-size: 1rem; }
.site-footer__legal, .site-footer__social > p { margin: 0; }
.site-footer__legal { margin-top: 16px; font-size: 1rem; line-height: normal; }
.site-footer__social { display: flex; align-items: center; gap: 16px; }
.site-footer__social > p { font-size: 1rem; font-weight: 600; white-space: nowrap; }
.spiral-comics-social-links ul { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; }
.spiral-comics-social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  text-decoration: none;
}
.spiral-comics-social-icon { position: relative; display: block; width: 24px; height: 24px; overflow: hidden; }
.social-icon__layer { position: absolute; display: block; max-width: none; }
.social-icon__layer--instagram-frame { inset: 0 .06% .02% 0; width: 99.94%; height: 99.98%; }
.social-icon__layer--instagram-lens { inset: 24.32%; width: 51.36%; height: 51.36%; }
.social-icon__layer--instagram-dot { inset: 17.3% 17.3% 70.7% 70.7%; width: 12%; height: 12%; }
.social-icon__layer--bluesky { inset: 6.83% 1.67% 6.85%; width: 96.66%; height: 86.32%; }
.social-icon__layer--youtube { inset: 14.82% 0 14.84%; width: 100%; height: 70.34%; }
.social-icon__layer--twitch-frame { inset: 0 7.14% 0 7.15%; width: 85.71%; height: 100%; }
.social-icon__layer--twitch-eye-right { inset: 19.64% 25% 58.93% 67.86%; width: 7.14%; height: 21.43%; }
.social-icon__layer--twitch-eye-left { inset: 19.64% 44.64% 58.93% 48.22%; width: 7.14%; height: 21.43%; }

/* Page structures */
.site-main.home-page { padding-block: 0; }
.home-page > section { padding-block: clamp(48px, 8vw, 80px); }
.home-page > section + section { border-top: 1px solid var(--sc-border); }
.home-page > .home-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 313px;
  padding: 48px 80px;
  background: var(--sc-footer);
  color: var(--sc-white);
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.home-hero h1 { width: 100%; margin: 0; font-size: 2.25rem; line-height: 1; }
.home-hero p {
  width: 100%;
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: 2.5rem;
  line-height: 1;
}
.home-hero__actions { display: flex; gap: 10px; }
.home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.home-hero__button--primary { background: var(--sc-brand); color: var(--sc-white); }
.home-hero__button--tertiary { background: var(--sc-tertiary); color: var(--sc-tertiary-text); }
.home-hero__button:hover, .home-hero__button:focus-visible { background: var(--sc-white); color: var(--sc-footer); }
.home-page > .home-feature { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 5fr); padding-block: 0; }
.home-feature__preview {
  display: block;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--sc-footer);
}
.home-feature__preview:hover { color: inherit; }
.home-feature__image { width: 100%; height: 100%; object-fit: cover; }
.home-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  padding: 40px clamp(40px, 5.56vw, 80px);
  background: var(--sc-brand);
  color: var(--sc-white);
}
.home-feature__content h1, .home-feature__empty h1 { margin: 0; font-size: 1.5rem; line-height: 1; }
.home-feature__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-feature__description {
  max-width: 740px;
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  line-height: 1.12;
}
.home-feature__actions { display: flex; flex-wrap: wrap; gap: 16px; }
.home-feature__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 4px;
  background: var(--sc-white);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.home-feature__button--primary { color: var(--sc-brand); }
.home-feature__button--secondary { color: var(--sc-secondary); }
.home-feature__button:hover, .home-feature__button:focus-visible { background: var(--sc-footer); color: var(--sc-white); }
.home-feature__empty { padding-block: 80px; }
.home-page > .home-keep-in-touch {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 243px;
  padding: 48px 80px;
  background: var(--sc-header);
}
.home-keep-in-touch__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.home-keep-in-touch h2 { margin: 0; font-size: 1.5rem; line-height: 1; }
.home-keep-in-touch p {
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: 1.75rem;
  line-height: 1;
}
.home-keep-in-touch .spiral-comics-social-links { width: max-content; max-width: none; }
.home-keep-in-touch .spiral-comics-social-links ul { gap: 24px; }
.home-keep-in-touch .spiral-comics-social-links li { display: flex; }
.home-keep-in-touch .spiral-comics-social-links a { width: 48px; height: 48px; }
.home-keep-in-touch .spiral-comics-social-icon { flex: 0 0 48px; width: 48px; height: 48px; }
.home-page > .home-blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 5fr);
  min-height: 393px;
  padding-block: 0;
  background: var(--sc-secondary);
  color: var(--sc-white);
}
.home-page > .home-blog-feature.has-image { grid-template-columns: minmax(0, 5fr) minmax(0, 3fr); }
.home-blog-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  padding: 40px clamp(40px, 5.56vw, 80px);
}
.home-blog-feature h2 { margin: 0; font-size: 1.5rem; line-height: 1; }
.home-blog-feature__description {
  max-width: 740px;
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  line-height: 1.12;
}
.home-blog-feature__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 4px;
  background: var(--sc-white);
  color: var(--sc-secondary);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.home-blog-feature__button:hover, .home-blog-feature__button:focus-visible { background: var(--sc-footer); color: var(--sc-white); }
.home-blog-feature__media { display: block; min-width: 0; min-height: 393px; overflow: hidden; }
.home-blog-feature__media:hover { color: inherit; }
.home-blog-feature__image { width: 100%; height: 100%; object-fit: cover; }
.home-page > .home-calendar {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 5fr);
  min-height: 301px;
  padding-block: 0;
  background: var(--sc-calendar);
  color: var(--sc-on-dark);
}
.home-calendar__media { position: relative; min-width: 0; min-height: 301px; overflow: hidden; }
.home-calendar__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.home-calendar__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  padding: 48px clamp(40px, 5.56vw, 80px);
}
.home-calendar__intro {
  width: 100%;
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: 1.75rem;
  line-height: 1;
}
.home-calendar__intro strong { font-weight: 700; }
.home-calendar h2 { margin: 0; font-size: 1.5rem; line-height: 1; }
.home-calendar__events {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--sc-font-condensed);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}
.home-calendar__events li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding-left: 24px;
}
.home-calendar__event-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
.home-calendar__event-icon img { width: 18px; height: 20px; }
.home-calendar__event-copy { min-width: 0; }
.home-calendar__events time { font-weight: 600; }
.home-calendar__empty { margin: 0; font-family: var(--sc-font-condensed); font-size: 1.75rem; line-height: 1.12; }
.home-calendar__event-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #ab9e8c;
  color: var(--sc-tertiary-text);
  font-family: var(--sc-font-body);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.home-calendar__event-button:hover, .home-calendar__event-button:focus-visible { background: var(--sc-page); color: var(--sc-ink); }
.home-calendar__event-button img { width: 16px; height: 16px; object-fit: contain; }
.home-page > .home-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 248px;
  padding: 48px 80px;
  background: var(--sc-brand);
  color: var(--sc-on-dark);
}
.home-newsletter__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.home-newsletter h2 { margin: 0; font-size: 1.5rem; line-height: 1; }
.home-newsletter__description {
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: 1.75rem;
  line-height: 1;
}
.home-newsletter__status { margin: 0; font-weight: 600; }
.home-newsletter__status--error { padding: 8px 12px; border: 2px solid var(--sc-white); }
.home-newsletter__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 734px) auto;
  align-items: stretch;
  gap: 10px;
  width: min(100%, 847px);
}
.home-newsletter__form input[type="email"] {
  width: 100%;
  height: 53px;
  padding: 16px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: var(--sc-input-surface);
  color: var(--sc-ink);
}
.home-newsletter__form button {
  gap: 8px;
  min-height: 53px;
  padding: 8px 16px;
  border: 0;
  border-radius: 4px;
  background: var(--sc-white);
  color: var(--sc-brand);
}
.home-newsletter__form button:hover, .home-newsletter__form button:focus-visible { background: var(--sc-footer); color: var(--sc-white); }
.home-newsletter__form button img { width: 16px; height: 16px; }
.home-newsletter__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.section-heading { margin-bottom: 32px; }
.section-heading h1, .section-heading h2 { margin: 0; }
.section-heading--row { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.content-card { border-top: 4px solid var(--sc-brand); background: var(--sc-surface-raised); }
.content-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.content-card__image img { width: 100%; height: 100%; object-fit: cover; }
.content-card__body { padding: 24px; }
.content-card h2 { margin-top: 0; font-size: 1.5rem; }
.content-card h2 a { text-decoration: none; }
.entry-meta { color: var(--sc-muted); }
.entry-hero { margin: 32px 0; }

/* Figma-derived Blog archive and post templates */
.blog-index, .blog-single { padding-block: 24px; }
.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1000px) 300px;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
  width: min(calc(100% - 80px), 1360px);
  max-width: 1360px;
}
.blog-index__main, .blog-single__main { min-width: 0; }
.blog-index__header { padding-bottom: 24px; }
.blog-index__header h1, .blog-entry__header h1 { margin: 0; font-size: 2.25rem; line-height: 1; }
.blog-post-list { display: flex; flex-direction: column; gap: 24px; padding-inline: 24px; }
.blog-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sc-border);
}
.blog-card--latest { grid-template-columns: 300px minmax(0, 1fr); }
.blog-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--sc-border);
  background: var(--sc-header);
  color: var(--sc-ink);
  text-align: center;
  text-decoration: none;
}
.blog-card--latest .blog-card__image { width: 300px; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__image span { padding: 16px; font-size: 1rem; }
.blog-card__content { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding-left: 24px; }
.blog-card .entry-meta, .blog-entry .entry-meta {
  margin: 0;
  color: var(--sc-muted);
  font-family: var(--sc-font-condensed);
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
}
.blog-card h2 { margin: 0; color: var(--sc-secondary); font-size: 1.5rem; line-height: 1; }
.blog-card--latest h2 { color: var(--sc-brand); }
.blog-card h2 a { text-decoration: none; }
.blog-card__excerpt, .blog-card__excerpt p { margin: 0; font-size: 1.125rem; line-height: normal; }
.blog-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 4px;
  background: var(--sc-tertiary);
  color: var(--sc-tertiary-text);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.blog-card__button:hover { background: var(--sc-brand); color: var(--sc-white); }
.blog-index .navigation.pagination { margin: 24px; }
.blog-sidebar { display: flex; flex-direction: column; gap: 24px; width: 300px; }
.blog-sidebar__new-reader { display: block; width: 300px; height: 116px; overflow: hidden; border-radius: 4px; }
.blog-sidebar__new-reader img { width: 300px; height: 116px; object-fit: cover; }
.blog-sidebar__section { padding-top: 8px; border-top: 1px solid var(--sc-border); }
.blog-sidebar__section > h2 {
  margin: 0 0 24px;
  font-family: var(--sc-font-condensed);
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
}
.blog-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.blog-search input[type="search"] { min-width: 0; height: 42px; padding: 8px 16px; border: 1px solid var(--sc-border); border-radius: 4px; background: var(--sc-input-surface); color: var(--sc-ink); }
.blog-search button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 4px; font-size: .875rem; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.blog-categories a {
  display: block;
  padding: 4px 16px;
  border-radius: 24px;
  background: var(--sc-header);
  color: var(--sc-ink);
  font-size: 1rem;
  line-height: normal;
  text-decoration: none;
}
.blog-categories a:hover, .blog-categories a.is-active { background: var(--sc-brand); color: var(--sc-white); }
.blog-author__profile { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.blog-author__avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.blog-author__name { margin: 0; font-weight: 600; text-align: center; }
.blog-author__bio, .blog-author__bio p { width: 100%; margin: 0 0 16px; font-size: 1.125rem; line-height: normal; }
.blog-author__bio p:last-child { margin-bottom: 0; }
.blog-entry__header { display: flex; flex-direction: column; gap: 8px; padding-bottom: 24px; }
.blog-entry__hero { width: calc(100% - 160px); margin: 0 80px 24px; }
.blog-entry__hero img { width: 100%; height: auto; }
.blog-entry__content { width: calc(100% - 320px); margin-inline: 160px; padding-bottom: 40px; }
.blog-entry__content > * { max-width: none; }
.blog-entry__content > :first-child { margin-top: 0; }
.blog-entry__content h2 { color: var(--sc-brand); font-size: 1.5rem; }
.blog-entry__content img { width: 100%; height: auto; }
.blog-single .comments-area { padding-top: 24px; border-top: 1px solid var(--sc-border); }

/* Figma-derived Contact page */
.contact-page { padding-block: 24px; }
.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1000px) 300px;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
  width: min(calc(100% - 80px), 1360px);
  max-width: 1360px;
}
.contact-page__main { min-width: 0; }
.contact-page__header { padding-bottom: 24px; }
.contact-page__header h1 { margin: 0; font-size: 2.25rem; line-height: 1; }
.contact-page__content { display: flex; flex-direction: column; gap: 24px; padding-inline: 24px; }
.contact-page__summary > * { max-width: none; }
.contact-page__summary > :first-child {
  margin-top: 0;
  font-family: var(--sc-font-condensed);
  font-size: 1.75rem;
  line-height: 1;
}
.contact-page__summary > :last-child { margin-bottom: 0; }
.contact-form-wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 390px;
  max-width: 100%;
  padding: 40px;
  border-radius: 8px;
  background: var(--sc-header);
}
.contact-form__field { display: grid; grid-template-columns: 80px 220px; align-items: start; gap: 10px; }
.contact-form__field label { padding-top: 8px; font-size: 1.125rem; line-height: normal; }
.contact-form__field input, .contact-form__field textarea {
  width: 220px;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--sc-border);
  border-radius: 4px;
  background: var(--sc-input-surface);
  color: var(--sc-ink);
  font-size: 1.125rem;
}
.contact-form__field textarea { min-height: 121px; resize: vertical; }
.contact-form__actions { display: flex; justify-content: flex-end; }
.contact-form__actions button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 4px; font-size: .875rem; }
.contact-form__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form__notice { width: 390px; max-width: 100%; margin: 0; padding: 12px 16px; border: 1px solid var(--sc-border); border-radius: 4px; }
.contact-form__notice--success { border-color: var(--sc-secondary); }
.contact-form__notice--error { border-color: var(--sc-brand); }
/* Title landing page */
.title-page { padding-block: 24px; }
.title-page__layout { display: grid; grid-template-columns: minmax(0, 1000px) 300px; align-items: start; gap: 60px; width: min(100% - (2 * var(--sc-gutter)), 1360px); max-width: 1360px; }
.title-page__inner { width: 100%; max-width: 1000px; }
.title-page__header h1 { margin: 0 0 24px; font-size: 2.25rem; }
.title-page__masthead { margin: 0 80px 24px; }
.title-page__masthead-image { width: 100%; height: auto; }
.title-page__summary { padding: 0 80px 24px; color: var(--sc-ink); }
.title-page__summary > * { max-width: none; margin: 0 0 16px; }
.title-page__summary > :first-child { font-family: var(--sc-font-condensed); font-size: 1.75rem; line-height: 1.1; }
.title-page__summary > :last-child { margin-bottom: 0; }
.title-page__tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--sc-border); }
.title-page__tab { min-height: 39px; padding: 8px 16px; border: 0; background: var(--sc-header); color: var(--sc-ink); font-size: 1.125rem; font-weight: 400; }
.title-page__tab.is-active { border-bottom: 4px solid var(--sc-brand); color: var(--sc-ink); }
.title-page__tab:hover { background: var(--sc-border); }
.title-panel { padding-top: 24px; }
.title-panel[hidden] { display: none; }
.title-panel > h2 { margin: 0 0 16px; color: var(--sc-brand); font-size: 1.5rem; }
.title-issues__list { display: grid; gap: 24px; }
.title-issue { display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: start; gap: 16px 24px; padding-bottom: 24px; border-bottom: 1px solid var(--sc-border); }
.title-issue__cover { width: 150px; aspect-ratio: 150 / 232; overflow: hidden; border: 1px solid var(--sc-border); background: var(--sc-tertiary); }
.title-issue__cover-image { width: 100%; height: 100%; object-fit: cover; }
.title-issue__cover-placeholder { width: 100%; height: 100%; }
.title-issue__content h3 { margin: 0 0 16px; color: var(--sc-brand); font-size: 1.125rem; text-transform: uppercase; }
.title-issue__content h3 span { display: inline; }
.title-issue__description { font-size: 1.125rem; }
.title-issue__description > * { margin: 0 0 16px; }
.title-issue__description > :last-child { margin-bottom: 0; }
.title-issue__disclosure { min-width: 0; margin-top: 40px; }
.title-issue__disclosure summary { width: max-content; margin-bottom: 16px; color: var(--sc-brand); cursor: pointer; font-size: 1.125rem; text-decoration: underline; text-underline-offset: .2em; }
.title-issue__disclosure summary::marker { color: var(--sc-brand); }
.title-issue__hide-label { display: none; }
.title-issue__disclosure[open] .title-issue__show-label { display: none; }
.title-issue__disclosure[open] .title-issue__hide-label { display: inline; }
.title-issue__pages { display: grid; grid-template-columns: repeat(6, minmax(0, 115px)); gap: 16px 24px; list-style: none; margin: 0; padding: 0; }
.title-page-card a { display: block; color: inherit; text-decoration: none; }
.title-page-card__image-wrap { display: block; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--sc-border); background: var(--sc-tertiary); }
.title-page-card__image { width: 100%; height: 100%; object-fit: cover; }
.title-page-card__label { display: block; margin-top: 8px; font-size: 1.125rem; text-align: center; }
.title-page-card a:hover .title-page-card__label { color: var(--sc-brand); }
.title-characters__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 24px; list-style: none; margin: 0; padding: 0; }
.title-character-card a { display: block; color: inherit; text-decoration: none; }
.title-character-card__image-wrap { display: block; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--sc-border); background: var(--sc-tertiary); }
.title-character-card__image { width: 100%; height: 100%; object-fit: cover; }
.title-character-card__name { display: block; margin-top: 8px; font-size: 1.125rem; text-align: center; }
.title-character-card a:hover .title-character-card__name { color: var(--sc-brand); }
.comic-sidebar { display: flex; flex-direction: column; gap: 24px; width: 300px; }
.comic-sidebar__new-reader { display: block; width: 300px; height: 116px; overflow: hidden; border-radius: 4px; }
.comic-sidebar__new-reader img, img.comic-sidebar__new-reader { width: 300px; height: 116px; object-fit: cover; }
.sidebar-rss {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 300px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid var(--sc-border);
  background: var(--sc-surface-raised);
  color: var(--sc-ink);
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.sidebar-rss:hover { border-color: var(--sc-brand); color: var(--sc-brand); transform: translateY(-1px); }
.sidebar-rss:focus-visible { outline: 3px solid var(--sc-brand); outline-offset: 3px; }
.sidebar-rss__icon { flex: 0 0 32px; width: 32px; height: 32px; color: var(--sc-brand); }
.sidebar-rss__copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sidebar-rss__copy strong { font-size: 1rem; line-height: 1.2; }
.sidebar-rss__copy span { color: var(--sc-muted); font-size: .8125rem; line-height: 1.35; }
.comic-sidebar__ads { padding-top: 8px; border-top: 1px solid var(--sc-border); }
.comic-sidebar__ads > h2 { margin: 0 0 24px; font-family: var(--sc-font-body); font-size: .875rem; font-weight: 400; }
.comic-sidebar__slot {
  display: block;
  width: 300px;
  max-width: 300px;
  min-height: 0;
  margin: 0 0 24px;
  overflow: hidden;
}
.comic-sidebar__slot > :first-child { margin-top: 0; }
.comic-sidebar__slot > :last-child { margin-bottom: 0; }
.comic-sidebar__slot img { width: 300px; height: 250px; object-fit: cover; }
.comic-sidebar__house-ad { display: block; width: 300px; height: 250px; }
.comic-sidebar__house-ad-image { display: block; width: 300px; height: 250px; object-fit: cover; }
.comic-sidebar__slot iframe, .comic-sidebar__slot ins { display: block; max-width: 300px; }
.comic-sidebar__widget-title { margin: 0 0 8px; font-size: 1rem; }
.comic-sidebar__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border: 1px solid #403d39;
  background: #cdcdcd;
  color: #000;
  font-size: .875rem;
  font-weight: 600;
}
.spiral-comics-grid, .spiral-comics-issue-pages {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
  list-style: none; margin: 0; padding: 0;
}
.spiral-comics-card, .spiral-comics-issue-pages > li { background: var(--sc-surface-raised); }
.spiral-comics-card > a, .spiral-comics-issue-pages > li > a { display: block; color: inherit; text-decoration: none; }
.spiral-comics-card h3, .spiral-comics-card p, .spiral-comics-issue-pages span { display: block; margin: 0; padding: 12px 16px; }
.spiral-comics-card p { padding-top: 0; }
.spiral-comics-card__image, .spiral-comics-issue-pages img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
/* Figma-derived in-world Character dossier. The authored Gutenberg blocks supply the record data. */
.character-dossier { padding-block: 24px; }
.character-dossier__layout {
  display: grid;
  grid-template-columns: minmax(0, 1000px) 300px;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
  width: min(calc(100% - 80px), 1360px);
  max-width: 1360px;
}
.character-dossier__main { min-width: 0; }
.character-dossier__header { padding-bottom: 24px; }
.character-dossier__header h1 { margin: 0; font-size: 2.25rem; line-height: 1; }
.character-dossier__content > * { max-width: none; }
.character-dossier__content > .wp-block-image:first-child {
  width: 100%;
  margin: 0 0 24px;
}
.character-dossier__content > .wp-block-image:first-child img { width: 100%; height: auto; }
.character-dossier__content > .wp-block-columns {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 40px;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sc-border);
}
.character-dossier__content .wp-block-column { min-width: 0; }
.character-dossier__content .wp-block-column:first-child > .wp-block-image { width: 500px; margin: 0 0 16px; overflow: hidden; border: 1px solid #403d39; background: #edebe2; }
.character-dossier__content .wp-block-column:first-child > .wp-block-image img { width: 100%; height: auto; }
.character-dossier__content .wp-block-column:first-child > p { margin: 0; font-size: 1.125rem; line-height: normal; }
.character-dossier__content .wp-block-column:first-child > p strong { font-family: var(--sc-font-condensed); font-weight: 400; text-transform: uppercase; }
.character-dossier__content .wp-block-table { margin: 0; }
.character-dossier__content .wp-block-table table { width: 100%; border: 0; border-collapse: collapse; }
.character-dossier__content .wp-block-table tr { display: block; margin: 0 0 16px; }
.character-dossier__content .wp-block-table tr:last-child { margin-bottom: 0; }
.character-dossier__content .wp-block-table td { display: block; width: 100%; padding: 0; border: 0; font-size: 1.125rem; line-height: normal; }
.character-dossier__content .wp-block-table td:first-child { font-family: var(--sc-font-condensed); text-transform: uppercase; }
.character-dossier__content .wp-block-table td:first-child strong { font-weight: 400; }
.character-dossier__content > .wp-block-separator { display: none; }
.character-dossier__content > h2 { margin: 0 0 16px; color: var(--sc-brand); font-size: 1.5rem; }
.character-dossier__content > p { margin: 0 0 16px; font-size: 1.125rem; line-height: normal; }
.character-dossier__content > :last-child { margin-bottom: 0; }

/* Figma-derived focused reader. Artwork remains complete and uncropped. */
.comic-reader { padding-block: 24px; }
.comic-reader__layout {
  display: grid;
  grid-template-columns: minmax(0, 1000px) 300px;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  width: min(calc(100% - 80px), 1360px);
}
.comic-reader__reading { min-width: 0; }
.comic-reader__header { margin: 0; }
.comic-reader__header h1 { margin: 0; font-size: 2.25rem; }
.reader-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-block: 24px;
}
.reader-controls__group { display: flex; align-items: center; gap: 8px; }
.reader-controls__group--next { justify-content: flex-end; }
.reader-controls__title {
  margin: 0;
  font-family: var(--sc-font-expanded);
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.reader-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 16px;
  border: 2px solid var(--sc-brand);
  border-radius: 4px;
  color: var(--sc-brand);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.reader-control__icon { font-family: Arial, sans-serif; font-size: 1.25rem; line-height: .7; }
.reader-control:hover { background: var(--sc-brand); color: var(--sc-white); }
.reader-control[aria-disabled="true"] { border-color: #f9cdaf; color: #f9cdaf; cursor: not-allowed; }
.comic-reader__artwork, .spiral-comics-artwork { width: 100%; margin: 0; }
.spiral-comics-artwork { border: 1px solid var(--sc-border); background: var(--sc-white); }
.spiral-comics-artwork__link { display: block; max-width: 100%; background: var(--sc-white); }
.spiral-comics-artwork__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}
.comic-reader__details { display: flex; flex-direction: column; gap: 24px; }
.reader-detail { padding-bottom: 16px; border-bottom: 1px solid var(--sc-border); }
.reader-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--sc-brand);
  cursor: pointer;
  font-family: var(--sc-font-condensed);
  font-size: 1.125rem;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}
.reader-detail summary::-webkit-details-marker { display: none; }
.reader-detail summary::after { content: "⌃"; font-family: Arial, sans-serif; font-size: 1.5rem; line-height: 1; }
.reader-detail:not([open]) summary::after { content: "⌄"; }
.reader-detail__content { padding-top: 8px; font-size: 1.125rem; line-height: normal; }
.reader-detail__content > :first-child { margin-top: 0; }
.reader-detail__content > :last-child { margin-bottom: 0; }
.comic-reader__notes { width: 100%; margin: 24px 0 0; }
.comments-area { width: 100%; margin: 24px 0 0; }
.comments-area__header { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.comments-area__header h2 {
  margin: 0;
  font-family: var(--sc-font-condensed);
  font-size: 1.125rem;
  text-transform: uppercase;
}
.comments-area__header h2 span { color: var(--sc-brand); }
.comments-area__login { padding: 8px 16px; border-radius: 4px; background: var(--sc-tertiary); color: var(--sc-tertiary-text); font-size: .875rem; font-weight: 600; text-decoration: none; }
.comment-reply-title { margin: 0; }
.comic-comment-form { margin-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--sc-border); }
.comic-comment-form .logged-in-as, .comic-comment-form .comment-notes { margin-top: 0; }
.comic-comment-form .comment-form-comment { margin: 0; }
.comic-comment-form textarea { min-height: 80px; border-radius: 8px; resize: vertical; }
.comic-comment-form .form-submit { display: flex; justify-content: flex-end; margin-bottom: 0; }
.comic-comment-form__submit { min-width: 88px; border-radius: 4px; }
.comment-list, .comment-list .children { list-style: none; margin: 0; padding: 0; }
.comment-list .children { margin-left: 72px; }
.comment-body { position: relative; min-height: 80px; margin: 0; padding: 16px 32px 16px 72px; border-bottom: 1px solid var(--sc-border); background: transparent; }
.comment-author .avatar { position: absolute; top: 16px; left: 0; width: 48px; height: 48px; border-radius: 50%; }
.comment-author .fn { color: var(--sc-brand); font-size: 1.125rem; }
.comment-metadata { font-size: .875rem; color: var(--sc-muted); }
.comment-content p { margin-bottom: 8px; }
.reply a { color: var(--sc-brand); }
.spiral-comics-lightbox { overflow: auto; padding: 80px; }
.spiral-comics-lightbox::backdrop { background: rgb(0 0 0 / 80%); }
.spiral-comics-lightbox__frame { align-items: flex-start; height: auto; min-height: 100%; padding-top: 50px; }
.spiral-comics-lightbox__image { width: min(100%, 1000px); max-width: 1000px; max-height: none; height: auto; }
.spiral-comics-lightbox__close {
  position: fixed;
  top: 80px;
  right: 80px;
  min-height: 34px;
  min-width: 0;
  padding: 8px 16px;
  border: 0;
  border-radius: 4px;
  background: var(--sc-white);
  color: var(--sc-brand);
  font-size: .875rem;
  font-weight: 600;
}
.comment-form label { display: block; font-weight: 600; }
.comment-form input:not([type="submit"]), .comment-form textarea, .search-form input[type="search"] {
  width: 100%; min-height: 44px; padding: 10px 12px; border: 2px solid var(--sc-border); background: var(--sc-input-surface); color: var(--sc-ink);
}
.search-form { display: flex; align-items: end; gap: 8px; }
.search-form label { flex: 1; }
.error-page { text-align: center; }
.notice { padding: 24px; border: 2px solid var(--sc-brand); background: var(--sc-surface-raised); }

@media (max-width: 1120px) {
  .site-tagline { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto 1fr; }
}

@media (max-width: 1399px) {
  .title-page__layout { grid-template-columns: minmax(0, 1000px); justify-content: center; max-width: 1000px; }
	.title-page__layout > .comic-sidebar { justify-self: center; margin-top: 0; }
	.character-dossier__layout { grid-template-columns: minmax(0, 1000px); justify-content: center; max-width: 1000px; }
	.character-dossier__layout > .comic-sidebar { justify-self: center; margin-top: 0; }
	.blog-layout { grid-template-columns: minmax(0, 1000px); justify-content: center; max-width: 1000px; }
	.blog-layout > .blog-sidebar { justify-self: center; }
	.contact-page__layout { grid-template-columns: minmax(0, 1000px); justify-content: center; max-width: 1000px; }
	.contact-page__layout > .blog-sidebar { justify-self: center; }
}

@media (max-width: 1099px) {
	.comic-reader__layout { grid-template-columns: minmax(0, 1000px); justify-content: center; }
	.comic-reader__layout > .comic-sidebar { justify-self: center; margin-top: 0; }
}

@media (max-width: 899px) {
  .site-header__inner { min-height: 82px; padding: 16px 24px; }
  .site-branding { grid-column: 2; }
  .site-logo { width: 105px; height: 50px; }
  .menu-toggle { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; margin-left: -4px; }
  .primary-navigation {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    padding: 16px;
    border-bottom: 2px solid var(--sc-border);
    background: var(--sc-header);
  }
  .is-menu-open .primary-navigation { display: block; }
  .primary-menu { display: block; }
  .primary-menu a, .primary-menu button { width: 100%; }
  .primary-menu > .menu-item-has-children > .comics-menu-trigger::after { margin-left: auto; }
  .sub-menu { display: none; position: static; min-width: 0; padding: 0 0 0 20px; border: 0; background: transparent; box-shadow: none; }
  .menu-item-has-children.is-submenu-open > .sub-menu { display: block; }
  .site-footer__inner, .site-footer__top { align-items: flex-start; flex-direction: column; }
  .site-footer__social { align-items: flex-start; flex-direction: column; gap: 4px; }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spiral-comics-grid, .spiral-comics-issue-pages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page > .home-feature { grid-template-columns: 1fr; }
  .home-feature__content { min-height: 0; padding: 40px; }
  .home-page > .home-blog-feature, .home-page > .home-blog-feature.has-image { grid-template-columns: 1fr; }
  .home-blog-feature__media { order: -1; min-height: 0; aspect-ratio: 1; }
  .home-blog-feature__content { min-height: 0; padding: 40px; }
  .home-page > .home-calendar { grid-template-columns: 1fr; }
  .home-calendar__media { height: auto; aspect-ratio: 1; }
  .home-calendar__content { padding: 40px; }
	.home-calendar__events li { grid-template-columns: 24px minmax(0, 1fr); padding-left: 0; }
	.home-calendar__event-button { grid-column: 2; justify-self: start; }
	.title-issue__pages { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.title-characters__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.blog-card--latest { grid-template-columns: 200px minmax(0, 1fr); }
	.blog-card--latest .blog-card__image { width: 200px; }
	.blog-entry__hero { width: 100%; margin-inline: 0; }
	.blog-entry__content { width: calc(100% - 80px); margin-inline: 40px; }
}

@media (max-width: 600px) {
  .site-main { padding-block: 48px; }
	.site-main.comic-reader { padding-block: 24px; }
  .post-grid { grid-template-columns: 1fr; }
  .spiral-comics-grid, .spiral-comics-issue-pages { grid-template-columns: 1fr; }
  .section-heading--row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-menu { display: block; }
  .site-footer { padding: 40px 24px; }
  .site-footer__inner { gap: 24px; padding-top: 0; }
  .site-footer__brand .site-logo { width: 79px; height: 80px; }
	.comic-reader__layout { gap: 24px; width: calc(100% - 48px); }
	.comic-reader__header h1 { font-size: 2.25rem; }
	.reader-controls { grid-template-columns: 1fr auto 1fr; gap: 8px; }
	.reader-controls__group { gap: 8px; }
	.reader-control { width: 44px; height: 44px; padding: 0; }
	.reader-control__label {
		position: absolute !important;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
	.reader-controls__title { font-size: 1.25rem; }
	.reader-detail__content { font-size: 1rem; }
	.comment-body { padding-right: 0; }
	.comment-list .children { margin-left: 24px; }
	.comic-reader__layout > .comic-sidebar,
	.title-page__layout > .comic-sidebar,
	.character-dossier__layout > .comic-sidebar { align-items: center; width: 100%; margin-top: 0; }
	.comic-sidebar__ads { width: 300px; }
	.spiral-comics-lightbox { padding: 24px; }
	.spiral-comics-lightbox__frame { padding-top: 50px; }
	.spiral-comics-lightbox__close { top: 24px; right: 24px; }
  .home-feature__content { padding: 40px; }
  .home-feature__meta { gap: 8px 10px; }
  .home-page > .home-keep-in-touch { min-height: 387px; padding: 48px 80px; }
  .home-page > .home-hero { min-height: 766px; padding: 48px 80px; }
	.home-calendar__intro, .home-calendar__events { font-size: 1.375rem; }
  .home-page > .home-newsletter { min-height: 419px; padding: 48px 80px; }
  .home-newsletter__form { grid-template-columns: 1fr; width: 100%; }
  .home-newsletter__form button { width: 100%; }
  .title-page { padding-block: 24px; }
  .title-page__layout { width: calc(100% - 48px); }
  .title-page__header h1 { margin-bottom: 24px; font-size: 2rem; }
  .title-page__masthead { margin: 0 0 24px; }
  .title-page__summary { padding: 0 0 24px; }
  .title-page__summary > :first-child { font-size: 1.75rem; }
  .title-page__tab { font-size: 1.125rem; }
  .title-panel { padding-top: 24px; }
  .title-panel > h2 { margin-bottom: 16px; }
  .title-issues__list { gap: 24px; }
  .title-issue { grid-template-columns: 1fr; gap: 24px; }
  .title-issue__cover { width: min(150px, 100%); }
  .title-issue__pages { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 24px; }
  .title-characters__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.character-dossier__layout { gap: 24px; width: calc(100% - 48px); }
	.character-dossier__header h1 { font-size: 2.25rem; line-height: 1.3; }
	.character-dossier__content > .wp-block-image:first-child { margin-bottom: 24px; }
	.character-dossier__content > .wp-block-columns { grid-template-columns: 1fr; gap: 24px; }
	.character-dossier__content .wp-block-column:first-child > .wp-block-image { width: 100%; }
	.blog-index, .blog-single { padding-block: 24px; }
	.blog-layout { gap: 24px; width: calc(100% - 48px); }
	.blog-index__header h1, .blog-entry__header h1 { font-size: 2rem; }
	.blog-post-list { padding-inline: 0; }
	.blog-card, .blog-card--latest { grid-template-columns: 1fr; gap: 16px; }
	.blog-card__image, .blog-card--latest .blog-card__image { width: 100%; }
	.blog-card__content { padding-left: 0; }
	.blog-entry__content { width: 100%; margin-inline: 0; }
	.blog-layout > .blog-sidebar { align-items: stretch; width: 300px; max-width: 100%; }
	.blog-sidebar__new-reader, .blog-sidebar__new-reader img { width: 100%; }
	.contact-page__layout { gap: 24px; width: calc(100% - 48px); }
	.contact-page__header h1 { font-size: 2rem; }
	.contact-page__content { padding-inline: 0; }
	.contact-page__layout > .blog-sidebar { width: 300px; max-width: 100%; }
	.contact-form { width: 100%; padding: 24px; }
	.contact-form__field { grid-template-columns: 1fr; gap: 4px; }
	.contact-form__field label { padding-top: 0; }
	.contact-form__field input, .contact-form__field textarea { width: 100%; }
}

@media (prefers-color-scheme: dark) {
	:root {
		--sc-page: #292723;
		--sc-header: #403d39;
		--sc-border: #655d55;
		--sc-ink: #d4cfcd;
		--sc-muted: #b7afa9;
		--sc-footer-border: #555049;
		--sc-footer: #403d39;
		--sc-on-dark: #d4cfcd;
		--sc-surface-raised: #403d39;
		--sc-input-surface: #655d55;
		color-scheme: dark;
	}
	.site-header .site-logo,
	.menu-toggle img,
	.primary-menu > .menu-item-has-children > .comics-menu-trigger::after { filter: invert(1) brightness(.84); }
	.sub-menu { background: var(--sc-page); }
	.comment-form textarea::placeholder,
	.comment-form input::placeholder,
	.search-form input::placeholder,
	.home-newsletter__form input::placeholder { color: var(--sc-ink); opacity: .8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .spiral-comics-navigation, .comments-area { display: none; }
  body { background: #fff; color: #000; }
}
