/* ExpansionTales v2 — dark editorial comic-zine direction */
:root {
  color-scheme: dark;
  --paper: #07080d;
  --paper-light: #11141c;
  --ink: #f1efe8;
  --blue: #2f43c8;
  --orange: #9d3323;
  --acid: #566b16;
  --pink: #682044;
  --line: #f1efe8;
  --text: #f1efe8;
  --muted: #9da4b4;
  --panel: #11141c;
  --panel-strong: #191d28;
  --coral: #9d3323;
  --mint: #566b16;
  --gold: #916e16;
  --teal: #2f43c8;
  --shadow: 9px 9px 0 #010206;
}

html { background: var(--paper); }

body,
body.missexpansion-inner-page,
body.missexpansion-reader-page {
  background: var(--paper) !important;
  background-image: none !important;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
}

h1,
h2,
h3,
.et2-story-copy strong,
.archive-copy h2,
.reader-title h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

a { color: inherit; }

.button,
.button-primary,
.button-soft,
.button-outline {
  min-height: 48px;
  border: 3px solid var(--ink);
  border-radius: 0;
  padding: 0 20px;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button-primary {
  background: var(--acid);
  color: var(--ink);
}

.button:hover,
.button-primary:hover,
.button-soft:hover {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(3px, 3px);
}

.eyebrow,
.et2-kicker {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.top-action {
  position: relative;
  z-index: 30;
  width: min(1320px, calc(100% - 36px));
  margin: 16px auto 0;
  padding: 0 0 14px;
  border-bottom: 3px solid var(--ink);
}

.top-logo {
  width: auto;
  height: 48px;
  flex: 0 1 auto;
  gap: 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.top-logo img {
  width: 44px;
  height: 44px;
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
}

.top-logo::after {
  content: "EXPANSIONTALES";
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.24rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.top-auth-actions { gap: 8px; }

.game-float,
.patreon-float {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 0;
  padding: 0 16px;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.patreon-float { background: var(--orange); }
.game-float { background: var(--blue); color: #fff; }

.game-float:hover,
.patreon-float:hover {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(3px, 3px);
}

.patreon-status,
.patreon-notice {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.et2-cover {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0 58px;
}

.et2-masthead > p {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 0;
  border-bottom: 3px solid var(--ink);
  padding: 8px 0;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.et2-masthead > p span:last-child { text-align: right; }

.et2-masthead h1 {
  display: flex;
  flex-direction: column;
  margin: 12px 0 18px;
  font-size: clamp(5.3rem, 14.3vw, 13.9rem);
  line-height: 0.68;
  letter-spacing: -0.065em;
}

.et2-masthead h1 span:first-child {
  color: var(--ink);
}

.et2-masthead h1 span:last-child {
  align-self: flex-end;
  color: var(--blue);
  -webkit-text-stroke: 3px var(--ink);
  text-shadow: 7px 7px 0 #101c63;
}

.et2-cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  border-top: 3px solid var(--ink);
  padding-top: 28px;
}

.et2-intro h2 {
  max-width: 630px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 0.98;
  text-transform: none;
}

.et2-intro > p:not(.et2-kicker) {
  max-width: 580px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 600;
  line-height: 1.55;
}

.et2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.et2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 3px solid var(--ink);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.et2-text-link span { color: var(--orange); font-size: 1.15rem; }

.et2-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 44px 0 0;
  border: 3px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 6px 6px 0 var(--ink);
}

.et2-data div {
  min-width: 0;
  padding: 14px;
}

.et2-data div + div { border-left: 3px solid var(--ink); }

.et2-data dt {
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.et2-data dd {
  margin: 5px 0 0;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.et2-lead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(240px, 0.72fr);
  min-height: 570px;
  border: 4px solid var(--ink);
  background: #171019;
  box-shadow: 12px 12px 0 var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et2-lead:hover {
  box-shadow: 6px 6px 0 var(--ink);
  transform: translate(6px, 6px);
}

.et2-lead-label {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  border-right: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  padding: 10px 14px;
  background: var(--acid);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.et2-lead-art {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  border-right: 4px solid var(--ink);
  background: var(--blue);
}

.et2-lead-art img,
.et2-lead-art video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.et2-burst {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  background: var(--acid);
  clip-path: polygon(50% 0,61% 24%,85% 8%,80% 34%,100% 50%,76% 61%,92% 86%,66% 80%,50% 100%,39% 76%,15% 92%,20% 66%,0 50%,24% 39%,8% 14%,34% 20%);
  color: var(--ink);
  font-family: Impact, sans-serif;
  font-size: 1.05rem;
  line-height: 0.9;
  text-align: center;
  transform: rotate(9deg);
}

.et2-lead-caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 26px;
}

.et2-lead-caption small,
.et2-story-copy small {
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.et2-lead-caption strong {
  margin-top: 10px;
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: clamp(2.7rem, 4.7vw, 5rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.et2-lead-caption em {
  display: -webkit-box;
  margin-top: 18px;
  overflow: hidden;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.et2-lead-caption b {
  margin-top: 24px;
  border-top: 3px solid var(--ink);
  padding-top: 12px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.et2-newswire {
  display: flex;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 52px);
  overflow: hidden;
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  padding: 14px 24px;
  background: var(--blue);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.et2-newswire strong {
  margin-left: -24px;
  padding: 15px 22px;
  background: var(--acid);
  color: var(--ink);
}

.et2-newswire i { color: var(--acid); font-style: normal; }

.section.et2-library,
.section.et2-game,
.section.et2-membership {
  width: min(1320px, calc(100% - 36px));
}

.et2-library { padding: 92px 0 110px; }

.et2-section-head {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 34px;
  border-bottom: 4px solid var(--ink);
  padding-bottom: 16px;
}

.et2-section-head span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.et2-section-head h2 {
  margin: 0;
  font-size: clamp(3.7rem, 7vw, 7rem);
  line-height: 0.8;
}

.et2-section-head p {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.45;
  text-transform: uppercase;
}

.et2-section-head > a {
  border: 3px solid var(--ink);
  padding: 10px 13px;
  background: var(--acid);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.et2-story-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: start;
}

.et2-story-card {
  position: relative;
  display: grid;
  border: 4px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et2-story-card:hover {
  box-shadow: 3px 3px 0 var(--ink);
  transform: translate(5px, 5px);
}

.et2-story-1 { grid-column: span 5; }
.et2-story-2 { grid-column: span 4; margin-top: 70px; }
.et2-story-3 { grid-column: span 3; margin-top: 140px; }

.et2-story-index {
  position: absolute;
  z-index: 3;
  top: -4px;
  left: -4px;
  border-right: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  padding: 9px 12px;
  background: var(--acid);
  font-size: 0.66rem;
  font-weight: 950;
}

.et2-story-cover {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 4px solid var(--ink);
  background: var(--blue);
}

.et2-story-cover img,
.et2-story-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.et2-story-card:hover .et2-story-cover img,
.et2-story-card:hover .et2-story-cover video { transform: scale(1.035); }

.et2-story-copy {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 20px;
}

.et2-story-1 .et2-story-copy { background: #24110f; }
.et2-story-2 .et2-story-copy { background: #18200f; }
.et2-story-3 .et2-story-copy { background: #23101d; }

.et2-story-copy strong {
  margin-top: 10px;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 0.9;
}

.et2-story-copy em {
  display: -webkit-box;
  margin-top: 14px;
  overflow: hidden;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.et2-story-copy b {
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.et2-game {
  display: grid;
  grid-template-columns: minmax(500px, 1.25fr) minmax(340px, 0.75fr);
  gap: 0;
  align-items: stretch;
  border: 4px solid var(--ink);
  padding: 0;
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--blue);
}

.et2-game-screen {
  min-width: 0;
  border-right: 4px solid var(--ink);
  background: var(--blue);
}

.et2-screen-bar {
  display: flex;
  gap: 20px;
  border-bottom: 4px solid var(--ink);
  padding: 12px 14px;
  background: var(--acid);
  font-family: "Courier New", monospace;
  font-size: 0.65rem;
  font-weight: 900;
}

.et2-screen-bar span:last-child { margin-left: auto; }

.et2-screen-body {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--blue);
  background-image:
    linear-gradient(rgba(255,255,255,.12) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.12) 2px, transparent 2px);
  background-size: 42px 42px;
}

.et2-pixel-moon {
  position: absolute;
  top: 55px;
  right: 78px;
  width: 132px;
  height: 132px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 12px 12px 0 var(--ink);
}

.et2-pixel-figure {
  position: absolute;
  bottom: 104px;
  left: 50%;
  width: 190px;
  height: 300px;
  border: 4px solid var(--ink);
  background:
    radial-gradient(circle at 50% 18%, #f3b38f 0 15%, var(--ink) 16% 23%, transparent 24%),
    linear-gradient(165deg, transparent 0 30%, var(--ink) 31% 100%);
  transform: translateX(-50%);
}

.et2-choice-box {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 3;
  border: 4px solid var(--ink);
  padding: 18px;
  background: var(--paper-light);
  box-shadow: 7px 7px 0 var(--ink);
}

.et2-choice-box small {
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  font-weight: 900;
}

.et2-choice-box p {
  margin: 7px 0;
  font-family: "Courier New", monospace;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.et2-choice-box span {
  color: var(--blue);
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 900;
}

.et2-game-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 70px);
  background: #1b1015;
  color: var(--ink);
}

.et2-game-copy h2 {
  margin: 0;
  font-size: clamp(4.5rem, 7vw, 8rem);
  line-height: 0.72;
}

.et2-game-copy > p:not(.et2-kicker) {
  position: relative;
  z-index: 2;
  margin: 28px 0 0;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.et2-game-copy ul {
  display: grid;
  gap: 8px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.et2-game-copy li {
  border-top: 2px solid var(--ink);
  padding-top: 8px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.et2-vertical-word {
  position: absolute;
  right: -8px;
  bottom: -22px;
  color: rgba(255,255,255,.24);
  font-family: Impact, sans-serif;
  font-size: 9rem;
  line-height: 1;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.et2-membership {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 50px;
  align-items: end;
  margin-top: 110px;
  margin-bottom: 110px;
  border: 4px solid var(--ink);
  padding: clamp(34px, 6vw, 76px);
  background: #111911;
  box-shadow: 12px 12px 0 var(--orange);
}

.et2-membership h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.7rem);
  line-height: 0.82;
}

.et2-membership p {
  margin: 0 0 18px;
  font-weight: 700;
  line-height: 1.5;
}

.et2-membership > div:first-of-type > p {
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.et2-membership > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.et2-membership-stamp {
  position: absolute;
  top: -25px;
  right: 34px;
  border: 4px solid var(--ink);
  padding: 10px 16px;
  background: var(--blue);
  color: #fff;
  box-shadow: 5px 5px 0 var(--ink);
  font-family: Impact, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  transform: rotate(2deg);
}

/* Shared inner pages */
.inner-hero {
  width: min(1260px, calc(100% - 36px));
  margin: 0 auto;
  padding: 70px 0 44px;
  border-bottom: 4px solid var(--ink);
}

.back-link {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.back-link::before { color: var(--blue); }

.inner-hero h1 {
  max-width: 1100px;
  margin: 18px 0 0;
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.78;
}

.inner-hero > p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.55;
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.archive-filters a {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 900;
}

.archive-grid,
.archive-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.archive-card {
  overflow: visible;
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  box-shadow: 8px 8px 0 var(--ink);
}

.archive-card:hover {
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  filter: none;
  transform: translate(5px, 5px);
}

.archive-cover {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-bottom: 4px solid var(--ink);
  border-radius: 0;
}

.archive-cover-badge,
.release-label,
.tag,
.status-pill {
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
  color: var(--ink);
  font-weight: 950;
  text-transform: uppercase;
}

.archive-copy { padding: 18px; }

.archive-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 0.88;
}

.archive-copy p { color: var(--ink); }

.archive-button,
.release-button {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--blue);
  color: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  text-transform: uppercase;
}

.legal-panel,
.faq-item,
.comments-panel,
.reader-finish-panel {
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.legal-panel p,
.faq-answer,
.comments-panel p { color: var(--muted); }

.legal-panel h2,
.faq-section h2,
.comments-panel h2 { color: var(--ink); }

.faq-question {
  background: var(--acid);
  color: var(--ink);
}

.unlock-status-card {
  background: var(--orange);
  background-image: none;
}

.member-status-list span,
.comment-locked,
.comment-list li {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink);
}

.site-footer {
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  border-top: 4px solid var(--ink);
  background: var(--blue);
  color: #fff;
}

.site-footer p,
.site-footer .footer-disclaimer { color: #fff; }

.footer-social {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
  color: var(--ink);
}

/* Reader */
.reader-main {
  background: var(--paper);
  color: var(--ink);
}

.reader-title {
  border-bottom: 4px solid var(--ink);
  padding-bottom: 24px;
}

.reader-title h1 {
  color: var(--ink);
  font-size: clamp(3.4rem, 8vw, 8rem);
  line-height: 0.82;
}

.reader-summary,
.reader-title p { color: var(--muted); }

.reader-stat {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}

.reader-locked-page {
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
  background-image: none;
  color: var(--ink);
  box-shadow: 10px 10px 0 var(--blue);
}

.reader-locked-page span,
.reader-locked-page strong,
.reader-locked-page p { color: var(--ink); }

.reader-locked-page a,
.comment-locked a {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--orange);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.reader-locked-page a.reader-secondary-link,
.comment-locked a.reader-secondary-link {
  background: var(--paper-light);
  color: var(--ink);
}

.reader-page-image,
.reader-placeholder-page {
  border: 4px solid var(--ink);
  border-radius: 0;
  box-shadow: 10px 10px 0 var(--ink);
}

.reader-bottom-nav a,
.disabled-link {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink);
}

/* Game placeholder page */
.et-build-placeholder {
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--blue);
  background-image: none;
  color: #fff;
  box-shadow: 12px 12px 0 var(--ink);
}

.et-build-placeholder h2,
.et-build-placeholder p,
.et-build-placeholder .eyebrow { color: #fff; }

.et-build-placeholder h2 { font-size: clamp(3.8rem, 8vw, 8rem); }

.et-build-orbit {
  border: 4px solid var(--acid);
  border-radius: 0;
  box-shadow: none;
  transform: rotate(15deg);
}

.et-build-orbit::before,
.et-build-orbit::after { border: 4px solid var(--orange); border-radius: 0; }

.et-build-status {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
  color: var(--ink);
}

/* Age gate */
.age-gate {
  background: rgba(5, 7, 16, 0.96);
  backdrop-filter: none;
}

.age-panel {
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}

.age-panel h2 {
  font-family: Impact, sans-serif;
  font-size: 3.2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .et2-cover-grid { grid-template-columns: 1fr; }
  .et2-lead { min-height: 620px; }
  .et2-story-1,
  .et2-story-2,
  .et2-story-3 { grid-column: span 6; margin-top: 0; }
  .et2-story-3 { grid-column: 4 / span 6; }
  .et2-game { grid-template-columns: 1fr; }
  .et2-game-screen { border-right: 0; border-bottom: 4px solid var(--ink); }
  .et2-membership { grid-template-columns: 1fr; align-items: start; }
  .archive-grid,
  .archive-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .top-action,
  .et2-cover,
  .section.et2-library,
  .section.et2-game,
  .section.et2-membership,
  .inner-hero { width: calc(100% - 20px); }

  .top-logo::after { display: none; }
  .top-logo img { width: 40px; height: 40px; }
  .top-auth-actions { gap: 5px; }
  .game-float,
  .patreon-float { min-height: 40px; padding: 0 10px; font-size: 0.6rem; box-shadow: 3px 3px 0 var(--ink); }

  .et2-masthead > p { grid-template-columns: 1fr 1fr; }
  .et2-masthead > p span:nth-child(2) { display: none; }
  .et2-masthead h1 { margin: 12px 0 16px; font-size: clamp(4.1rem, 22vw, 6.8rem); line-height: 0.7; }
  .et2-masthead h1 span:last-child { text-shadow: 4px 4px 0 var(--acid); -webkit-text-stroke-width: 2px; }
  .et2-cover-grid { padding-top: 20px; }
  .et2-intro h2 { font-size: 2.15rem; }
  .et2-actions { display: grid; gap: 15px; }
  .et2-actions .button { width: 100%; }
  .et2-data { grid-template-columns: 1fr; }
  .et2-data div + div { border-top: 3px solid var(--ink); border-left: 0; }

  .et2-lead { grid-template-columns: 1fr; min-height: 0; box-shadow: 7px 7px 0 var(--ink); }
  .et2-lead-art { min-height: 470px; border-right: 0; border-bottom: 4px solid var(--ink); }
  .et2-lead-caption { min-height: 340px; }
  .et2-burst { top: 16px; right: 16px; width: 82px; height: 82px; }

  .et2-newswire { justify-content: flex-start; gap: 18px; padding-left: 0; }
  .et2-newswire span:nth-of-type(n+3),
  .et2-newswire i:nth-of-type(n+3) { display: none; }

  .et2-library { padding: 70px 0 80px; }
  .et2-section-head { grid-template-columns: 1fr auto; gap: 16px; }
  .et2-section-head p { display: none; }
  .et2-section-head h2 { font-size: 3.8rem; }
  .et2-story-grid { grid-template-columns: 1fr; gap: 26px; }
  .et2-story-1,
  .et2-story-2,
  .et2-story-3 { grid-column: auto; margin-top: 0; }
  .et2-story-copy { min-height: 220px; }

  .et2-game { box-shadow: 7px 7px 0 var(--blue); }
  .et2-screen-bar { gap: 8px; font-size: 0.53rem; }
  .et2-screen-bar span:nth-child(2) { display: none; }
  .et2-screen-body { min-height: 430px; }
  .et2-pixel-moon { top: 36px; right: 34px; width: 92px; height: 92px; }
  .et2-pixel-figure { width: 150px; height: 240px; }
  .et2-choice-box { right: 12px; bottom: 12px; left: 12px; }
  .et2-game-copy { padding: 34px 24px; }
  .et2-game-copy h2 { font-size: 5.1rem; }

  .et2-membership { margin-top: 78px; margin-bottom: 78px; gap: 28px; padding: 40px 22px 30px; box-shadow: 7px 7px 0 var(--orange); }
  .et2-membership h2 { font-size: 3.4rem; }
  .et2-membership .button { width: 100%; }

  .inner-hero { padding-top: 54px; }
  .inner-hero h1 { font-size: clamp(3.6rem, 18vw, 5.8rem); }
  .archive-grid,
  .archive-grid-wide { grid-template-columns: 1fr; }
  .archive-card { box-shadow: 6px 6px 0 var(--ink); }

  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer nav,
  .footer-socials { justify-content: flex-start; }

  .reader-main { padding-top: 28px; }
  .reader-title h1 { font-size: 3.6rem; }
  .reader-locked-page { box-shadow: 6px 6px 0 var(--blue); }
}
