:root {
  --bg: #fff4ea;
  --panel: #fffaf5;
  --line: rgba(30, 46, 86, .14);
  --line-strong: rgba(30, 46, 86, .24);
  --text: #1e2e56;
  --muted: #6b7592;
  --accent: #e56b55;
  --accent-2: #f1b54b;
  --accent-3: #6a88c7;
  --accent-4: #f2d7c2;
  --shadow: 0 20px 46px rgba(30, 46, 86, .10);
  --radius: 22px;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.68;
  background:
    radial-gradient(circle at top left, rgba(229,107,85,.18), transparent 20%),
    radial-gradient(circle at top right, rgba(241,181,75,.18), transparent 18%),
    linear-gradient(180deg, #fffaf5 0%, #fff4ea 100%);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: .22s ease; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { border: 0; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.compact-shell { width: min(1060px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255,244,234,.92);
  backdrop-filter: blur(12px);
}
.banner-bar { min-height: 54px; display: flex; align-items: center; gap: 18px; }
.poster-brand {
  font-size: 1rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
  padding: 0 0 0 14px; border-left: 6px solid var(--accent);
}
.site-nav { margin-left: auto; }
.nav-list { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; }
.nav-link {
  display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border-radius: 999px;
  color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.nav-link:hover, .nav-link.is-active { color: #fff; background: var(--text); }
.menu-toggle {
  display: none; width: 40px; height: 40px; margin-left: auto; padding: 0;
  border: 1px solid var(--line); border-radius: 14px; background: var(--panel);
  flex-direction: column; justify-content: center; align-items: center; gap: 4px; cursor: pointer;
}
.menu-toggle span { width: 18px; height: 2px; background: var(--text); transition: .22s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

main { padding: 30px 0 84px; }
.page-shell { padding-top: 24px; }
.poster-stage, .ribbon-section, .spot-section, .maker-work, .poster-related { margin-top: 52px; }
.poster-stage { margin-top: 0; display: grid; gap: 20px; }

.hero-poster, .poster-note, .front-card, .ribbon-card, .spot-card, .zig-card, .feature-sheet, .cue-card, .maker-panel, .single-poster, .poster-archive-row, .tile-poster, .poster-switch-card, .comment-banner, .share-banner {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,241,.96));
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero-poster, .feature-sheet, .cue-card, .maker-panel, .single-poster, .comment-banner { padding: 28px; }
.poster-head, .page-banner {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 18px;
  margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line-strong);
}
.poster-head-line { margin-bottom: 18px; }
.eyebrow {
  margin: 0 0 10px; color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase;
}
.poster-head h1, .poster-head h2, .page-banner h1, .page-banner h2, .feature-head h1, .maker-top h1 {
  margin: 0; font-weight: 900; line-height: 1.04; letter-spacing: -.05em;
}
.poster-head h1 { font-size: clamp(2rem, 4vw, 3.6rem); max-width: 12ch; }
.poster-head h2, .page-banner h2 { font-size: clamp(1.34rem, 2.2vw, 1.86rem); }
.page-banner h1, .feature-head h1 { font-size: clamp(2rem, 3vw, 3.1rem); }

.crumbs {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: var(--muted);
  font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}

.hero-poster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 24px;
  align-items: center;
}
.hero-poster-copy {
  display: grid;
  gap: 14px;
}
.hero-poster-media, .spot-media, .zig-media, .tile-media {
  display: block; overflow: hidden; border-radius: 18px; background: #ecd6c7;
}
.hero-poster-media { aspect-ratio: 4 / 4.25; }
.hero-poster-media img, .spot-media img, .zig-media img, .tile-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hero-poster-copy, .spot-copy, .zig-copy, .tile-copy { display: grid; gap: 12px; }
.hero-poster-copy h2, .poster-note h3, .spot-copy h3, .zig-copy h2, .tile-copy h2, .poster-archive-row h2 {
  margin: 0; font-weight: 900; line-height: 1.14; letter-spacing: -.05em;
}
.hero-poster-copy h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.hero-poster-copy p, .spot-copy p, .zig-copy p, .tile-copy p, .maker-top p:last-child, .cue-author p, .maker-strip p:last-child { margin: 0; color: var(--muted); line-height: 1.72; }

.poster-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.poster-tags a {
  display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px;
  border-radius: 999px; background: rgba(229,107,85,.10); border: 1px solid rgba(229,107,85,.18);
  color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.poster-tags a:hover { background: var(--text); color: #fff; border-color: var(--text); }
.poster-meta, .feature-ribbon {
  display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--muted);
  font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}

.poster-head-home {
  align-items: flex-end;
}

.front-intro {
  margin: 0;
  max-width: 44ch;
  color: var(--muted);
  line-height: 1.72;
}

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

.front-card {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #ecd6c7;
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease;
}

.front-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(19, 32, 60, 0) 8%, rgba(19, 32, 60, .18) 42%, rgba(19, 32, 60, .92) 100%);
}

.front-card-feature {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 520px;
}

.front-card-support {
  grid-column: span 5;
  min-height: 250px;
}

.front-card-regular {
  grid-column: span 4;
  min-height: 220px;
}

.front-media {
  position: absolute;
  inset: 0;
  display: block;
}

.front-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.front-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 22px;
  color: #fff;
}

.front-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.front-copy .poster-tags a {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  color: #fff;
}

.front-copy .poster-tags a:hover {
  background: rgba(255,255,255,.92);
  color: var(--text);
  border-color: transparent;
}

.front-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.front-copy h2,
.front-copy h3 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.05em;
  text-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}

.front-copy h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
  max-width: 10ch;
}

.front-copy h3 {
  font-size: 1.24rem;
}

.front-card p {
  margin: 0;
  max-width: 42ch;
  color: rgba(255,255,255,.88);
  line-height: 1.68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.front-meta {
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.86);
}

.front-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 38px rgba(30, 46, 86, .16);
}

.front-card:hover img {
  transform: scale(1.04);
}

.poster-stack { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.poster-note { display: grid; gap: 10px; padding: 18px; }
.poster-note:nth-child(odd) { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(242,215,194,.62)); }
.poster-note span, .zig-no, .tile-no, .ribbon-card span, .cue-link span {
  color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
}
.poster-note time, .cue-note time { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.ribbon-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.ribbon-card { display: grid; gap: 12px; min-height: 128px; padding: 18px; }
.ribbon-card strong { font-size: 1.04rem; line-height: 1.34; }
.ribbon-card-1 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(229,107,85,.12)); }
.ribbon-card-2 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(241,181,75,.18)); }
.ribbon-card-3 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(106,136,199,.12)); }
.ribbon-card-4 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,215,194,.46)); }

.page-home-1769 .ribbon-section-home { margin-top: 38px; }
.page-home-1769 .ribbon-grid-home { grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.page-home-1769 .ribbon-card-home { min-height: 104px; padding: 16px; }
.page-home-1769 .ribbon-card-home strong { font-size: .98rem; line-height: 1.28; }

.spot-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; align-items: stretch; }
.spot-grid-small { grid-template-columns: repeat(3, minmax(0,1fr)); }
.spot-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.spot-media { aspect-ratio: 4 / 3; }
.spot-copy { padding: 18px; }
.spot-copy h3 { font-size: 1.18rem; }

.page-home-1769 .spot-section-home { margin-top: 40px; }
.page-home-1769 .spot-grid-home { grid-template-columns: repeat(12, minmax(0,1fr)); }
.page-home-1769 .spot-card-lead { grid-column: span 6; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); }
.page-home-1769 .spot-card-lead .spot-media { height: 100%; aspect-ratio: auto; border-radius: 0; }
.page-home-1769 .spot-card-lead .spot-copy { padding: 22px; }
.page-home-1769 .spot-card-lead .spot-copy h3 { font-size: 1.52rem; }
.page-home-1769 .spot-card-side { grid-column: span 3; }
.page-home-1769 .spot-card-standard { grid-column: span 4; }
.page-home-1769 .spot-section-home .stack-nav .stack-chip:first-child { display: none; }

.page-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 30px; align-items: start; }
.content-column, .sidebar-column { min-width: 0; }
.zigzag-feed { display: grid; gap: 18px; }
.zig-card { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 20px; align-items: center; padding: 18px; }
.zig-card-left { border-left: 8px solid var(--accent); }
.zig-card-right { grid-template-columns: 280px minmax(0,1fr); border-left: 8px solid var(--accent-3); }
.zig-card-right .zig-media { order: 0; }
.zig-media { aspect-ratio: 4 / 3; }
.zig-copy h2 { font-size: 1.42rem; }

.cue-stack { position: sticky; top: 78px; display: grid; gap: 18px; }
.cue-head { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px dashed var(--line-strong); }
.cue-head span { display: block; margin-bottom: 6px; color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cue-head h2 { margin: 0; font-size: 1rem; line-height: 1.2; font-weight: 900; }
.cue-author { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 14px; align-items: center; }
.cue-author img { width: 74px; height: 74px; border-radius: 18px; object-fit: cover; }
.cue-author strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.cue-links, .cue-notes { display: grid; gap: 12px; }
.cue-link {
  display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 12px; align-items: center;
  padding: 12px 14px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.78);
}
.cue-link strong { font-size: .96rem; line-height: 1.3; }
.cue-note { padding-bottom: 12px; border-bottom: 1px dashed var(--line); }
.cue-note:last-child { padding-bottom: 0; border-bottom: 0; }
.cue-note a { display: block; margin-top: 6px; font-weight: 800; line-height: 1.4; }

.feature-sheet { padding: 30px; }
.feature-head { padding-bottom: 18px; border-bottom: 1px solid var(--line-strong); }
.feature-ribbon { margin-top: 20px; white-space: nowrap; overflow-x: auto; flex-wrap: nowrap; }
.page-detail-1769 .feature-ribbon {
  white-space: normal;
  overflow: visible;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.page-detail-1769 .feature-ribbon > span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
}
.feature-author {
  display: inline-flex; align-items: center; gap: 8px; padding: 4px 10px 4px 4px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.8);
}
.feature-author img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.article-content {
  margin-top: 28px; font-size: .985rem; letter-spacing: .2px; color: #171717; line-height: 1.75;
  word-break: normal; overflow-wrap: normal;
}
.article-content p { margin: 0 0 1.2em; }
.article-content h2, .article-content h3, .article-content h4 {
  margin: 1.55em 0 .65em; color: var(--text); font-weight: 900; line-height: 1.14; letter-spacing: -.03em;
}
.article-content h2 { font-size: 1.7rem; }
.article-content h3 { font-size: 1.32rem; }
.article-content h4 { font-size: 1.12rem; }
.article-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.article-content ul, .article-content ol { margin: 0 0 1.2em; padding-left: 1.35em; }
.article-content blockquote { margin: 1.5em 0; padding: 18px 20px; border-left: 4px solid var(--accent); background: rgba(229,107,85,.08); }
.article-content img { height: auto; margin: 28px auto; border-radius: 18px; box-shadow: var(--shadow); }

.maker-strip {
  display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 18px; align-items: center;
  margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82);
}
.maker-strip-media { display: block; width: 110px; height: 110px; overflow: hidden; border-radius: 18px; }
.maker-strip-media img { width: 100%; height: 100%; object-fit: cover; }
.maker-strip h2 { margin: 0; font-size: 1.18rem; font-weight: 900; line-height: 1.2; }

.share-banner {
  display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; margin-top: 28px; padding: 22px 24px;
}
.share-banner h2 { margin: 0; font-size: 1.18rem; font-weight: 900; line-height: 1.2; }
.share-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.share-btn, .submit-btn {
  min-height: 44px; padding: 0 18px; border-radius: 999px; background: var(--text); color: #fff; font-weight: 800; cursor: pointer;
}
.poster-switch { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.poster-switch-card { display: grid; gap: 10px; padding: 20px 22px; }
.poster-switch-card span { color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.poster-switch-card strong { line-height: 1.34; }
.comment-banner { margin-top: 28px; }
.comment-form-static { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.comment-form-static input, .comment-form-static textarea {
  width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.84); color: var(--text); outline: none;
}
.comment-form-static input:focus, .comment-form-static textarea:focus { border-color: rgba(229,107,85,.42); box-shadow: 0 0 0 4px rgba(229,107,85,.08); }

.maker-panel, .single-poster { padding: 30px; }
.maker-top { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 24px; align-items: center; }
.maker-top img { width: 220px; height: 220px; border-radius: 22px; object-fit: cover; }
.maker-summary { display: grid; gap: 14px; }
.page-author-1769 .maker-summary p:last-child { max-width: 62ch; }

.page-banner-noh1 { margin-bottom: 18px; }

.tile-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.tile-poster { display: flex; flex-direction: column; gap: 14px; padding: 16px; min-height: 100%; }
.tile-poster-1 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(229,107,85,.12)); }
.tile-poster-2 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(241,181,75,.18)); }
.tile-poster-3 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(106,136,199,.12)); }
.tile-poster-4 { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,215,194,.48)); }
.tile-media { aspect-ratio: 4 / 3.3; }
.tile-copy h2 { font-size: 1.24rem; }

.poster-archive { display: grid; gap: 14px; }
.poster-archive-row { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 18px; align-items: center; padding: 18px 20px; }
.poster-archive-row time { color: var(--accent); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.poster-archive-row h2 { font-size: 1.14rem; line-height: 1.32; }

.page-author-1769 .maker-archive-row { grid-template-columns: 180px minmax(0,1fr); }
.page-author-1769 .maker-archive-row time { white-space: nowrap; }
.poster-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

.stack-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.stack-chip {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 16px;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.88); color: var(--text);
  font-size: .84rem; font-weight: 900; letter-spacing: .08em; line-height: 1;
}
.stack-chip:hover, .stack-chip.is-current { background: var(--text); color: #fff; border-color: var(--text); }
.stack-chip.is-disabled, .stack-chip.is-gap { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: rgba(255,244,234,.92); }
.footer-bar { padding: 24px 0 34px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.footer-link { color: var(--muted); }
.back-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 30; width: 46px; height: 46px; border-radius: 16px;
  background: var(--text); color: #fff; font-weight: 900; box-shadow: 0 16px 28px rgba(30,46,86,.16);
  opacity: 0; pointer-events: none; cursor: pointer; transition: .22s ease;
}
.back-top.is-visible { opacity: 1; pointer-events: auto; }

.hero-poster-copy h2 a:hover, .front-copy h2 a:hover, .front-copy h3 a:hover, .poster-note h3 a:hover, .spot-copy h3 a:hover, .zig-copy h2 a:hover, .tile-copy h2 a:hover, .poster-archive-row h2 a:hover, .cue-note a:hover, .footer-link:hover { color: var(--accent); }
.hero-poster-media:hover img, .spot-card:hover img, .zig-card:hover img, .tile-poster:hover img { transform: scale(1.04); }
.poster-note:hover, .ribbon-card:hover, .spot-card:hover, .zig-card:hover, .tile-poster:hover, .poster-switch-card:hover, .poster-archive-row:hover, .cue-link:hover { transform: translateY(-3px); border-color: rgba(229,107,85,.24); }

@media (max-width: 1180px) {
  .poster-stage, .page-grid { grid-template-columns: 1fr; }
  .cue-stack { position: static; }
  .poster-stack,
  .ribbon-grid,
  .spot-grid,
  .tile-gallery,
  .spot-grid-small { grid-template-columns: repeat(2, minmax(0,1fr)); }

  .page-home-1769 .front-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .page-home-1769 .front-card-feature { grid-column: span 6; min-height: 420px; }
  .page-home-1769 .front-card-support { grid-column: span 3; min-height: 230px; }
  .page-home-1769 .front-card-regular { grid-column: span 2; min-height: 210px; }
  .page-home-1769 .ribbon-grid-home { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .page-home-1769 .spot-grid-home { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .page-home-1769 .spot-card-lead { grid-column: span 6; }
  .page-home-1769 .spot-card-side,
  .page-home-1769 .spot-card-standard { grid-column: span 3; }
}

@media (max-width: 960px) {
  .hero-poster,
  .zig-card,
  .maker-top,
  .maker-strip {
    grid-template-columns: 1fr;
  }
  .zig-card-right .zig-media { order: 0; }
  .hero-poster-media,
  .zig-media,
  .maker-top img,
  .maker-strip-media { margin: 0 auto; }
  .share-banner, .poster-switch { grid-template-columns: 1fr; }
  .share-actions { justify-content: flex-start; }

  .page-home-1769 .front-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-home-1769 .front-card-feature { grid-column: span 2; min-height: 360px; }
  .page-home-1769 .front-card-support,
  .page-home-1769 .front-card-regular { grid-column: span 1; min-height: 250px; }
  .page-home-1769 .front-copy h2 { max-width: none; font-size: clamp(1.8rem, 4vw, 2.5rem); }
  .page-home-1769 .ribbon-grid-home { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .page-home-1769 .spot-grid-home { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-home-1769 .spot-card-lead { grid-column: span 2; grid-template-columns: 1fr; }
  .page-home-1769 .spot-card-side,
  .page-home-1769 .spot-card-standard { grid-column: span 1; }
  .page-home-1769 .spot-card-lead .spot-media { aspect-ratio: 4 / 3; }

  .page-author-1769 .maker-archive-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px;
  }

  .page-author-1769 .maker-archive-row time {
    white-space: normal;
  }

  .page-author-1769 .maker-archive-row h2 {
    font-size: 1.08rem;
    line-height: 1.26;
  }
}

@media (max-width: 767px) {
  .shell, .compact-shell { width: min(100%, calc(100% - 20px)); }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; left: 10px; right: 10px; top: calc(100% + 8px); margin-left: 0;
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-list {
    flex-direction: column; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); box-shadow: var(--shadow);
  }
  main { padding: 22px 0 74px; }
  .page-detail-1769 .crumbs { display: none; }
  .poster-head, .page-banner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .poster-head h1, .page-banner h1, .feature-head h1, .maker-top h1 { font-size: clamp(1.34rem, 6vw, 1.56rem); }
  .poster-head h2, .page-banner h2 { font-size: clamp(1.24rem, 5.4vw, 1.46rem); }
  .poster-stack,
  .ribbon-grid,
  .spot-grid,
  .spot-grid-small,
  .tile-gallery,
  .form-grid { grid-template-columns: 1fr; }
  .hero-poster, .feature-sheet, .cue-card, .maker-panel, .single-poster, .comment-banner { padding: 20px; }
  .feature-ribbon { padding-bottom: 0; }
  .page-detail-1769 .feature-ribbon { gap: 8px; }
  .page-detail-1769 .feature-ribbon > span,
  .page-detail-1769 .feature-author {
    white-space: normal;
  }
  .poster-archive-row { grid-template-columns: 1fr; gap: 8px; }
  .page-author-1769 .maker-archive-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 16px;
  }
  .page-author-1769 .maker-archive-row time {
    font-size: .76rem;
    letter-spacing: .12em;
  }
  .page-author-1769 .maker-archive-row h2 {
    font-size: 1rem;
    line-height: 1.24;
  }
  .back-top { right: 14px; bottom: 14px; width: 42px; height: 42px; }

  .front-intro { max-width: none; }
  .page-home-1769 .front-grid { grid-template-columns: 1fr; gap: 14px; }
  .page-home-1769 .front-card-feature,
  .page-home-1769 .front-card-support,
  .page-home-1769 .front-card-regular { grid-column: span 1; min-height: 260px; }
  .page-home-1769 .front-copy { padding: 18px; }
  .page-home-1769 .front-copy h2,
  .page-home-1769 .front-copy h3 { font-size: 1.2rem; max-width: none; }
  .page-home-1769 .ribbon-grid-home { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-home-1769 .ribbon-card-home { min-height: 92px; padding: 14px; }
  .page-home-1769 .spot-grid-home { grid-template-columns: 1fr; }
  .page-home-1769 .spot-card-lead,
  .page-home-1769 .spot-card-side,
  .page-home-1769 .spot-card-standard { grid-column: span 1; }
  .page-home-1769 .spot-card-lead { grid-template-columns: 1fr; }
  .page-home-1769 .spot-card-lead .spot-copy { padding: 18px; }
  .page-home-1769 .spot-card-lead .spot-copy h3 { font-size: 1.24rem; }
  .poster-related-grid { grid-template-columns: 1fr; }
}
