/* Color tokens live in tokens.css (html[data-theme]). Do NOT re-lock light --paper/--ink here — residual after day/night. */
:root {
  --page: min(100%, 1600px);
  --pad: clamp(18px, 3.6vw, 58px);
  --section-space: clamp(56px, 6.4vw, 102px);
  --section-space-compact: clamp(36px, 4.2vw, 68px);
  --copy-measure: 64ch;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
}

body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
:focus-visible { outline: 2px solid #4f7f00; outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 18px;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { top: 18px; }

/*
  Single width canvas for the whole premiere shell.
  main#main was excluded from editorial-canvas width (main:not(#main)),
  so bottom sections (esp. LIVE SHOP rail) could span a different width
  than masthead / manifesto / footer. #monstar-media is the one ruler.
*/
#monstar-media {
  width: var(--page);
  max-width: 100%;
  margin-inline: auto;
}

#monstar-media > .masthead,
#monstar-media > main,
#monstar-media > .media-footer,
#monstar-media > footer {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

/* Every direct main section shares the same content width */
#monstar-media > main > section,
#monstar-media > main > .opening-story {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  box-sizing: border-box;
}

.masthead {
  width: 100%;
  margin-inline: 0;
  padding: 22px var(--pad) 0;
  background: var(--paper);
}

.masthead__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.025em;
}

.wordmark img { width: 26px; height: 26px; }

.account-nav {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  gap: 14px;
  overflow: visible;
  white-space: nowrap;
  font: 11px/1.2 var(--font-mono);
  letter-spacing: .07em;
}

.account-nav button {
  padding: 0;
  border: 0;
  background: none;
  white-space: nowrap;
}

.account-nav a {
  white-space: nowrap;
}

.editorial-nav {
  display: flex;
  gap: clamp(8px, 1.05vw, 20px);
  width: 100%;
  margin-top: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.editorial-nav::-webkit-scrollbar { height: 4px; }
.editorial-nav::-webkit-scrollbar-thumb { background: rgba(17, 18, 22, .25); }

.editorial-nav :is(a, button) {
  position: relative;
  flex: 0 0 auto;
  padding-bottom: 13px;
  border: 0;
  background: transparent;
  /* 한글/라틴 혼용 내비 — 과도한 네거티브 트래킹 금지 */
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.editorial-nav :is(a, button)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--lime);
  transition: right .2s ease;
}
.editorial-nav :is(a, button):hover::after,
.editorial-nav a.is-active::after { right: 0; }

.ticker {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding-block: 12px;
  border-block: 1px solid var(--ink);
  font: 10px/1.4 var(--font-mono);
  letter-spacing: .08em;
}
.ticker p {
  margin: 0;
  overflow: hidden;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label {
  margin: 0 0 12px;
  font: 700 10px/1.4 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.opening-story {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(440px, 2fr);
  width: var(--page);
  margin-inline: auto;
  border-bottom: 1px solid var(--ink);
}

.opening-story__media {
  position: relative;
  min-width: 0;
  margin: 0;
  border-right: 1px solid var(--ink);
}

.opening-story__media img {
  height: clamp(560px, 52vw, 720px);
  object-fit: cover;
}

.opening-story__media figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font: 9px/1.3 var(--font-mono);
  letter-spacing: .08em;
}

.opening-story__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 3.3vw, 52px);
}

.opening-story h1 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 68px);
  font-weight: 900;
  /* 한글 디스플레이: 라틴 잡지 트래킹(-.07)은 자간 뭉개짐 */
  line-height: 1.14;
  letter-spacing: -.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.dek {
  max-width: var(--copy-measure);
  margin: 24px 0 0;
  color: var(--grey);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.8;
  word-break: keep-all;
}

.read-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  font-weight: 750;
}
.read-link span { color: #4f7f00; }

.story-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
}
.story-meta div { min-width: 0; }
.story-meta dt { color: var(--grey); font: 8px/1.4 var(--font-mono); letter-spacing: .1em; }
.story-meta dd { margin: 5px 0 0; font: 9px/1.35 var(--font-mono); }

.story-commerce {
  margin-top: 22px;
  padding: 14px 0;
  border-block: 1px solid var(--ink);
}

.story-commerce p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  font-size: 13px;
  font-weight: 750;
  word-break: keep-all;
}

.story-commerce p span {
  color: #4f7f00;
  font: 700 9px/1.4 var(--font-mono);
  letter-spacing: .1em;
}

.story-commerce div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.story-commerce a {
  padding: 8px 11px;
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 750;
}

.story-commerce a:last-child {
  background: var(--ink);
  color: var(--paper);
}

.issue-briefs {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.issue-brief {
  display: grid;
  min-width: 0;
  min-height: 190px;
  padding: 16px;
  grid-template-columns: minmax(120px, .75fr) minmax(0, 1.25fr);
  gap: 16px;
  align-items: stretch;
  border-right: 1px solid var(--ink);
}

.issue-brief:last-child { border-right: 0; }

.issue-brief img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.issue-brief > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}

.issue-brief h3 {
  margin: 0;
  font-size: clamp(21px, 1.85vw, 30px);
  line-height: 1.08;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.issue-brief span {
  width: fit-content;
  margin-top: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 750;
}

.editorial-shop {
  width: var(--page);
  margin-inline: auto;
  padding: var(--section-space) var(--pad);
  border-bottom: 1px solid var(--ink);
  background: #111216;
  color: var(--paper);
}


.editorial-shop__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(32px, 4vw, 58px);
  align-items: end;
  margin-bottom: 44px;
}

.editorial-shop__head > .label {
  grid-column: 1 / -1;
  margin-bottom: -18px;
  color: var(--lime);
}

.editorial-shop__head h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.12;
  letter-spacing: -.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.editorial-shop__head > div p {
  margin: 0;
  color: #b8bbb6;
  line-height: 1.8;
  word-break: keep-all;
}

.editorial-shop__head > div a {
  display: inline-flex;
  margin-top: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--lime);
  color: var(--lime);
  font-weight: 750;
}

.editorial-shop__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #3d403c;
  border-left: 1px solid #3d403c;
}

.commerce-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-right: 1px solid #3d403c;
  border-bottom: 1px solid #3d403c;
}

.commerce-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--surface-strong, #e9e7e1);
}

.commerce-card__media img {
  height: 270px;
  object-fit: cover;
  transition: transform .35s ease;
}

.commerce-card__media:hover img { transform: scale(1.025); }

.commerce-card__media span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  background: var(--ink);
  color: var(--paper);
  font: 700 9px/1.2 var(--font-mono);
  letter-spacing: .08em;
}

.commerce-card > div {
  display: flex;
  min-height: 330px;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px 20px;
}

.commerce-card h3 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.commerce-card > div > p:not(.label) {
  margin: 18px 0 0;
  color: #aeb1ac;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.commerce-facts {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 16px 0;
  border-block: 1px solid var(--hairline);
  list-style: none;
  color: var(--grey);
  font-size: 12px;
  line-height: 1.5;
}
.commerce-facts li { display: flex; gap: 10px; align-items: baseline; }
.commerce-facts span {
  flex: 0 0 42px;
  color: #4f7f00;
  font: 700 9px/1.4 var(--font-mono);
  letter-spacing: .08em;
}
.commerce-facts a { border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 750; }

.commerce-card footer {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
}

.commerce-card footer strong {
  color: var(--lime);
  font-size: 14px;
  white-space: nowrap;
}

.commerce-card footer a {
  text-align: right;
  font-size: 11px;
  font-weight: 750;
}

.editorial-shop__notice {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 0;
}

.editorial-shop__notice p {
  margin: 0;
  color: #8f948c;
  font-size: 11px;
  line-height: 1.5;
  word-break: keep-all;
}

.editorial-shop__notice p span {
  margin-right: 10px;
  color: var(--lime);
  font: 700 9px var(--font-mono);
  letter-spacing: .1em;
}

.editorial-shop__notice div {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  font: 700 10px var(--font-mono);
}

.editorial-shop__notice button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--lime);
  background: transparent;
  color: var(--lime);
  font: inherit;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 43% 57%;
  width: var(--page);
  margin-inline: auto;
}

.feature-rail {
  min-width: 0;
  border-right: 1px solid var(--ink);
}

.section-intro {
  padding: var(--section-space-compact) var(--pad);
  border-bottom: 1px solid var(--ink);
}

.section-intro h2,
.community-prompt h2,
.visual-diary h2,
.journal-section h2,
.objects-section h2,
.closing-manifesto h2 {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 72px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.feature-card { border-bottom: 1px solid var(--ink); }
.feature-card figure { position: relative; margin: 0; overflow: hidden; }
.feature-card figure img { height: 640px; object-fit: cover; transition: transform .7s ease; }
.feature-card figure.feature-media--contain {
  align-self: start;
  background: #192d42;
}
.feature-card figure.feature-media--contain img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.feature-card:hover figure img { transform: scale(1.015); }
.feature-card--object figure img { height: 430px; }
.figure-number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  font: 10px var(--font-mono);
}

.feature-card__copy { padding: 28px var(--pad) 46px; }
.feature-card h3,
.stream-card h3 {
  margin: 0;
  /* 2열 stream(~320px)에서 47px+네거티브 트래킹 → 제목 잘림·개행 파탄 */
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.2;
  letter-spacing: -.015em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.feature-card__copy > p:not(.label),
.stream-card__body > p:not(.label) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--grey);
  line-height: 1.75;
  word-break: keep-all;
}

.story-stream {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
}

.stream-card {
  min-width: 0;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--ink);
}
.stream-card:nth-child(odd):not(.stream-card--wide) { border-right: 0; }
.stream-card--wide { grid-column: 1 / -1; border-right: 0; }
.stream-card > img { height: 290px; object-fit: cover; }
.stream-card--wide > img { height: 460px; }
.stream-card__body { padding: clamp(22px, 2.4vw, 34px); }

.story-product-tile {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  margin-top: 26px;
  padding: 12px;
  border: 1px solid var(--ink);
  background: var(--surface-strong, #ecebe5);
}

.story-product-tile__media {
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--surface, #fff);
}

.story-product-tile__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.story-product-tile__body { min-width: 0; }

.story-product-tile .story-product-tile__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 7px;
  color: #636871;
  font: 11px/1.4 var(--font-mono);
  letter-spacing: .06em;
}

.story-product-tile__meta span { color: #426d00; font-weight: 800; }
.story-product-tile__meta time { flex: 0 0 auto; }

.story-product-tile__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.story-product-tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  margin-top: 9px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.story-product-tile__cta span { color: #426d00; }

.story-status {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
  color: var(--grey);
  font: 9px var(--font-mono);
  letter-spacing: .08em;
}

.editor-note {
  grid-column: 1 / -1;
  padding: clamp(38px, 4vw, 58px);
  border-bottom: 1px solid var(--ink);
  background: #15171b;
  color: #f8f7f2;
}
.editor-note > span { color: var(--lime); font: 10px var(--font-mono); letter-spacing: .14em; }
.editor-note blockquote {
  max-width: 780px;
  margin: 24px 0 16px;
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 750;
  line-height: 1.24;
  letter-spacing: -.045em;
  word-break: keep-all;
}
.editor-note p { max-width: 600px; margin: 0; color: #aeb3bb; }

.community-prompt {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  width: var(--page);
  margin-inline: auto;
  border-bottom: 1px solid var(--ink);
}

.community-prompt__head {
  padding: var(--section-space) var(--pad);
  border-right: 1px solid var(--ink);
}
.community-prompt__head > p:not(.label) {
  max-width: 640px;
  margin: 26px 0;
  color: var(--grey);
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

.outline-button {
  padding: 13px 18px;
  border: 1px solid var(--ink);
  background: transparent;
  font-weight: 750;
}

.voice-list { align-self: center; padding: 24px var(--pad); }
.voice-list article { padding: 20px 0; border-bottom: 1px solid var(--hairline); }
.voice-list article:last-child { border-bottom: 0; }
.voice-list header { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--lime); font: 700 12px var(--font-mono); }
.voice-list header div { display: grid; }
.voice-list header strong { font: 700 11px var(--font-mono); letter-spacing: .08em; }
.voice-list header small,
.voice-list time { color: var(--grey); font: 8px var(--font-mono); letter-spacing: .08em; }
.voice-list article > p { margin: 14px 0; font-size: clamp(18px, 1.75vw, 24px); line-height: 1.5; letter-spacing: -.025em; word-break: keep-all; }
.voice-list footer { display: flex; gap: 16px; color: var(--grey); font-size: 11px; }

.visual-diary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--page);
  margin-inline: auto;
  border-bottom: 1px solid var(--ink);
}
.visual-diary__title {
  grid-column: 1 / -1;
  padding: var(--section-space-compact) var(--pad);
  border-bottom: 1px solid var(--hairline);
}
.visual-diary figure { margin: 0; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.visual-diary figure:nth-last-child(-n+2) { border-bottom: 0; }
.visual-diary img { height: 340px; object-fit: cover; }
.visual-diary figcaption { padding: 9px 12px; font: 8px var(--font-mono); letter-spacing: .08em; }

.journal-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  width: var(--page);
  margin-inline: auto;
  border-bottom: 1px solid var(--ink);
}
.journal-section > header { padding: var(--section-space) var(--pad); border-right: 1px solid var(--ink); }
.journal-list .journal-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 164px;
  padding: 26px var(--pad);
  border-bottom: 1px solid var(--hairline);
}
.journal-list .journal-row:last-child { border-bottom: 0; }
.journal-list .journal-row:hover { background: rgba(169, 239, 45, .13); }
.journal-archive-link {
  display: block;
  padding: 22px var(--pad);
  border-top: 1px solid var(--hairline);
  font-size: 13px;
  font-weight: 800;
}
.journal-archive-link:hover { background: var(--lime); }
.journal-list__number { font: 12px var(--font-mono); }
.journal-list h3 { margin: 0; font-size: clamp(24px, 2.6vw, 38px); line-height: 1.2; letter-spacing: -.04em; word-break: keep-all; }
.journal-list p:not(.label) { margin: 7px 0 0; color: var(--grey); }
.journal-list__meta { color: var(--grey); font: 8px var(--font-mono); letter-spacing: .06em; }

.channel-section {
  width: var(--page);
  margin-inline: auto;
  border-bottom: 1px solid var(--ink);
}

.channel-section__head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: end;
  padding: clamp(58px, 5vw, 76px) var(--pad);
  border-bottom: 1px solid var(--ink);
}
.channel-section__head .label { grid-column: 1 / -1; margin-bottom: -14px; }
.channel-section__head h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 86px);
  line-height: .98;
  letter-spacing: -.065em;
  word-break: keep-all;
}
.channel-section__head > p:last-child { margin: 0; color: var(--grey); font-size: 18px; line-height: 1.8; word-break: keep-all; }
.inline-index-link { display: block; width: fit-content; margin-top: 18px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 13px; font-weight: 750; }

.shorts-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--ink);
}
.short-card { min-width: 0; padding: clamp(16px, 1.6vw, 24px); border-right: 1px solid var(--hairline); }
.short-card:last-child { border-right: 0; }
.video-frame { position: relative; overflow: hidden; background: #0e1014; }
.video-frame--short { display: block; aspect-ratio: 16 / 9; }
.video-frame--wide { aspect-ratio: 16 / 9; }
.video-frame img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.video-frame:hover img { transform: scale(1.015); }
.play-mark {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  min-width: 54px;
  height: 54px;
  place-items: center;
  padding-inline: 10px;
  border-radius: 999px;
  background: var(--lime);
  color: #111216;
  font: 700 9px var(--font-mono);
  letter-spacing: .08em;
}
.short-card .label { margin-top: 18px; }
.short-card h3,
.long-video-story h3,
.published-list h3 {
  margin: 0;
  font-size: clamp(27px, 2.55vw, 39px);
  line-height: 1.08;
  letter-spacing: -.05em;
  word-break: keep-all;
}
.short-card > a { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 750; }

.long-video-story {
  display: grid;
  grid-template-columns: 3fr 2fr;
  border-bottom: 1px solid var(--ink);
}
.long-video-story > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 70px); border-left: 1px solid var(--ink); }
.long-video-story > div:last-child > p:not(.label) { margin: 24px 0 0; color: var(--grey); line-height: 1.8; word-break: keep-all; }

.published-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); }
.published-list:first-child { border-right: 1px solid var(--ink); }
.published-list header { min-height: 190px; padding: clamp(32px, 3.5vw, 52px) var(--pad); border-bottom: 1px solid var(--ink); }
.published-list > a {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 16px var(--pad);
  border-bottom: 1px solid var(--hairline);
}
.published-list > a time { color: var(--grey); font: 9px var(--font-mono); }
.published-list > a span { font-size: 17px; font-weight: 700; line-height: 1.4; word-break: keep-all; }
.published-list > a b { font-weight: 400; }
.published-list > a.published-list__all { display: block; min-height: 0; border-bottom: 0; font-size: 12px; font-weight: 750; }

.social-ledger { padding: clamp(38px, 3.2vw, 48px) var(--pad); background: #15171b; color: #f8f7f2; }
.social-ledger > .label { color: var(--lime); }
.social-ledger > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border: 1px solid #4a4f58; }
.social-ledger a { display: grid; min-height: 150px; align-content: space-between; padding: 20px; border-right: 1px solid #4a4f58; }
.social-ledger a:last-child { border-right: 0; }
.social-ledger span { color: #9da3ad; font: 9px var(--font-mono); letter-spacing: .1em; }
.social-ledger strong { font-size: 19px; }
.social-ledger small { color: #9da3ad; font: 8px var(--font-mono); letter-spacing: .07em; }

.objects-section {
  width: var(--page);
  margin-inline: auto;
  padding: var(--section-space) var(--pad);
  border-bottom: 1px solid var(--ink);
}
.objects-section > header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 44px; }
.objects-section > header .label { grid-column: 1 / -1; margin-bottom: -14px; }
.objects-section > header > p:last-child { color: var(--grey); font-size: 18px; line-height: 1.75; word-break: keep-all; }
.objects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.objects-grid a {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
}
.objects-grid img {
  height: clamp(300px, 23vw, 340px);
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #eceee9;
  filter: saturate(.72);
  transition: filter .25s ease;
}
.objects-grid .objects-card--poster img {
  background: #192d42;
}
.objects-grid a:hover img { filter: saturate(1); }
.objects-grid span { margin-top: 15px; font: 9px var(--font-mono); letter-spacing: .1em; }
.objects-grid strong { margin-top: 7px; font-size: 22px; line-height: 1.3; letter-spacing: -.035em; word-break: keep-all; }
.objects-grid small { margin-top: 18px; color: var(--grey); }

.buying-guide {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  width: var(--page);
  margin-inline: auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.buying-guide > header { padding: var(--section-space) var(--pad); border-right: 1px solid var(--ink); }
.buying-guide h2,
.follow-section h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); line-height: .98; letter-spacing: -.065em; word-break: keep-all; }
.buying-guide h2 { font-size: clamp(48px, 5.6vw, 82px); }
.follow-section h2 { font-size: clamp(48px, 5.2vw, 78px); }
.buying-guide > header > p:last-child,
.follow-section > div > p:last-child { max-width: 620px; margin: 26px 0 0; color: var(--grey); line-height: 1.85; word-break: keep-all; }
.buying-guide__list { padding: clamp(28px, 5vw, 72px) var(--pad); }
.buying-guide details { border-bottom: 1px solid var(--hairline); }
.buying-guide summary { position: relative; padding: 24px 42px 24px 0; font-size: clamp(18px, 2vw, 26px); font-weight: 850; line-height: 1.4; list-style: none; cursor: pointer; word-break: keep-all; }
.buying-guide summary::-webkit-details-marker { display: none; }
.buying-guide summary::after { content: "+"; position: absolute; top: 22px; right: 4px; font: 500 28px/1 var(--font-mono); }
.buying-guide details[open] summary::after { content: "−"; }
.buying-guide details p { max-width: 760px; margin: -4px 0 26px; color: var(--grey); line-height: 1.8; word-break: keep-all; }
.buying-guide details a { border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 750; }

.follow-section {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  width: var(--page);
  margin-inline: auto;
  background: var(--lime);
  color: #111216;
}
.follow-section > div { padding: clamp(58px, 5vw, 76px) var(--pad); }
.follow-section > div > p:last-child { color: #394224; }
.follow-section nav { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid #111216; }
.follow-section nav a { display: flex; min-height: 158px; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid #111216; border-bottom: 1px solid #111216; }
.follow-section nav a:nth-child(even) { border-right: 0; }
.follow-section nav a:nth-last-child(-n+2) { border-bottom: 0; }
.follow-section nav span { font: 700 9px/1 var(--font-mono); letter-spacing: .1em; }
.follow-section nav strong { font-size: 21px; letter-spacing: -.035em; }
.follow-section nav small { color: #394224; }
.follow-section nav a:hover { background: #111216; color: #f6f5f1; }
.follow-section nav a:hover small { color: #c4c7c0; }

.closing-manifesto {
  width: 100%;
  margin-inline: 0;
  padding: clamp(68px, 6.5vw, 96px) var(--pad);
  background: #121419;
  color: #f8f7f2;
}
.closing-manifesto .label { color: var(--lime); }
.closing-manifesto h2 { max-width: 1240px; font-size: clamp(48px, 5.5vw, 84px); }
.closing-manifesto div { display: flex; gap: 14px; margin-top: 38px; }
.closing-manifesto a { padding: 12px 16px; border: 1px solid #777b83; font-weight: 700; }
.closing-manifesto a:last-child { border-color: var(--lime); background: var(--lime); color: #121419; }

.media-footer {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
  gap: 18px 36px;
  width: 100%;
  margin-inline: 0;
  padding: 30px var(--pad) 38px;
}
.media-footer__brand p { max-width: 440px; margin: 12px 0 0; color: var(--grey); line-height: 1.65; word-break: keep-all; }
.media-footer__sitemap { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 16px 22px; font: 10px var(--font-mono); }
.media-footer__sitemap a { border-bottom: 1px solid transparent; }
.media-footer__sitemap a:hover { border-color: currentColor; }
.media-footer__trust { display: grid; grid-column: 1 / -1; grid-template-columns: .8fr .8fr 1.4fr; border-top: 1px solid var(--hairline); }
.media-footer__trust section { display: flex; min-width: 0; flex-direction: column; gap: 6px; padding: 16px 24px 16px 0; border-right: 1px solid var(--hairline); color: var(--grey); font-size: 12px; }
.media-footer__trust section:not(:first-child) { padding-left: 24px; }
.media-footer__trust section:last-child { border-right: 0; }
.media-footer__trust strong { margin-bottom: 4px; color: var(--ink); font-size: 13px; }
.media-footer__trust a { width: fit-content; border-bottom: 1px solid currentColor; }
.editorial-disclosure { grid-column: 1 / -1; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; padding-top: 18px; border-top: 1px solid var(--hairline); }
.editorial-disclosure p { max-width: 900px; margin: 0; color: var(--grey); font-size: 12px; line-height: 1.75; word-break: keep-all; }
.media-footer__issue { grid-column: 1 / -1; margin: 0; color: var(--grey); font: 8px var(--font-mono); letter-spacing: .1em; }

.mobile-media-nav { display: none; }

.overlay-dialog,
.compose-dialog {
  width: min(820px, calc(100% - 30px));
  max-height: calc(100dvh - 30px);
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}
.overlay-dialog::backdrop,
.compose-dialog::backdrop { background: rgba(5, 6, 8, .75); backdrop-filter: blur(8px); }
.overlay-dialog > form,
.compose-dialog > form { display: flex; justify-content: flex-end; }
.overlay-dialog > form button,
.compose-dialog > form button { border: 0; background: none; font: 10px var(--font-mono); }
.overlay-dialog h2,
.compose-dialog h2 { margin: 20px 0 34px; font-size: clamp(40px, 6vw, 72px); line-height: 1; letter-spacing: -.06em; word-break: keep-all; }
.overlay-dialog label,
.compose-dialog label { color: var(--grey); font-size: 13px; }
.search-line { display: flex; margin-top: 12px; border-bottom: 2px solid var(--ink); }
.search-line input { min-width: 0; flex: 1; padding: 14px 0; border: 0; outline: 0; background: transparent; font-size: 20px; }
.search-line button { border: 0; background: transparent; font-size: 24px; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.search-suggestions button { padding: 7px 10px; border: 1px solid var(--hairline); background: transparent; font-size: 12px; }
.search-suggestions button:hover { border-color: var(--ink); background: var(--lime); }
.search-results { display: grid; max-height: min(44vh, 430px); margin-top: 26px; overflow-y: auto; border-top: 1px solid var(--ink); }
.search-results:empty { display: none; }
.search-results a { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 4px 18px; padding: 16px 0; border-bottom: 1px solid var(--hairline); }
.search-results span { grid-row: 1 / 3; color: var(--grey); font: 8px var(--font-mono); letter-spacing: .08em; }
.search-results strong { font-size: 17px; line-height: 1.35; word-break: keep-all; }
.search-results small { color: var(--grey); line-height: 1.5; word-break: keep-all; }
.search-archive-link { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 750; }
.shop-dialog nav { display: grid; grid-template-columns: 1fr 1fr; }
.shop-dialog nav a { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--hairline); font-size: 20px; font-weight: 750; }
.shop-dialog nav span { color: var(--grey); font: 9px var(--font-mono); }
.compose-dialog { width: min(650px, calc(100% - 30px)); }
.compose-dialog textarea { width: 100%; margin: 12px 0 18px; padding: 14px; border: 1px solid var(--ink); background: transparent; resize: vertical; }

@media (min-width: 1121px) {
  :root { --page: min(calc(100% - 48px), 1360px); }
  .masthead { padding-inline: 0; }
}

@media (max-width: 1120px) {
  .opening-story {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "media" "briefs";
  }
  .opening-story__copy { grid-area: copy; }
  .opening-story__media {
    grid-area: media;
    border-top: 1px solid var(--ink);
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .opening-story__media img { height: 66vw; min-height: 430px; }
  .opening-story__copy { min-height: 560px; }
  .issue-briefs { grid-area: briefs; grid-template-columns: 1fr; }
  .issue-brief { border-right: 0; border-bottom: 1px solid var(--ink); }
  .issue-brief:last-child { border-bottom: 0; }
  .issue-brief img { max-height: 230px; }
}

@media (max-width: 980px) {
  .editorial-shop__head { grid-template-columns: 1fr; gap: 24px; }
  .editorial-shop__head > .label { margin-bottom: 0; }
  .editorial-shop__grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: 1fr; }
  .feature-rail { border-right: 0; }
  .feature-card { display: grid; grid-template-columns: 1fr 1fr; }
  .feature-card figure img,
  .feature-card--object figure img { height: 100%; min-height: 520px; }
  .community-prompt { grid-template-columns: 1fr; }
  .community-prompt__head { border-right: 0; border-bottom: 1px solid var(--ink); }
  .visual-diary { grid-template-columns: 1fr 1fr; }
  .visual-diary__title { grid-column: 1 / -1; }
  .journal-section { grid-template-columns: 1fr; }
  .journal-section > header { border-right: 0; border-bottom: 1px solid var(--ink); }
  .social-ledger > div { grid-template-columns: 1fr 1fr; }
  .social-ledger a:nth-child(2) { border-right: 0; }
  .social-ledger a:nth-child(-n+2) { border-bottom: 1px solid #4a4f58; }
  .buying-guide,
  .follow-section { grid-template-columns: 1fr; }
  .buying-guide > header { border-right: 0; border-left: 0; border-bottom: 1px solid var(--ink); }
  .follow-section nav { border-right: 0; border-left: 0; border-bottom: 1px solid #111216; }
}

@media (min-width: 981px) {
  .masthead {
    position: sticky;
    z-index: 90;
    top: 0;
    box-shadow: 0 1px 0 var(--ink);
  }
  :where(#stories, #setups, #keyboard, #build, #community, #shop, #journal, #sound) {
    scroll-margin-top: 180px;
  }
  .ticker p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .masthead { padding-top: 18px; padding-inline: 16px; }
  .account-nav a { display: none; }
  .account-nav { gap: 12px; }
  /* 9항목 가로 스크롤: 끝 여유 + 스크롤 힌트. 잘린 채 방치 금지 */
  .editorial-nav {
    gap: 12px;
    margin-top: 16px;
    padding-bottom: 4px;
    padding-right: 28px;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, #000 86%, transparent);
  }
  .editorial-nav :is(a, button) {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    padding-bottom: 11px;
  }
  .ticker { grid-template-columns: auto 1fr; }
  .ticker time { display: none; }
  .ticker { gap: 10px; align-items: start; }
  .ticker p {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .opening-story__copy { min-height: auto; padding-block: 32px 36px; }
  .opening-story__media img { min-height: 0; height: min(92vw, 520px); }
  .opening-story h1 { font-size: clamp(40px, 12.4vw, 52px); }
  .opening-story .dek { margin-top: 18px; }
  .opening-story .story-commerce { margin-top: 22px; }
  .opening-story .story-meta { display: none; }
  .story-meta { grid-template-columns: 1fr; }
  .story-meta div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--hairline); }
  .issue-briefs {
    display: flex;
    padding: 16px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .issue-brief {
    flex: 0 0 80vw;
    min-height: 330px;
    padding: 0 0 18px;
    grid-template-columns: 1fr;
    grid-template-rows: 164px minmax(0, 1fr);
    border: 1px solid var(--ink);
    scroll-snap-align: start;
  }
  .issue-brief img { min-height: 0; max-height: none; }
  .issue-brief > div { padding: 12px 14px 0; }
  .issue-brief h3 { font-size: 26px; }
  .story-commerce p { align-items: flex-start; flex-direction: column; gap: 5px; }
  .story-commerce a { flex: 1; text-align: center; }
  .editorial-shop { padding-inline: 16px; }
  .editorial-shop__head { margin-bottom: 32px; }
  .editorial-shop__head h2 { font-size: 44px; }
  .editorial-shop__grid {
    display: flex;
    padding-bottom: 12px;
    gap: 12px;
    overflow-x: auto;
    border: 0;
    scroll-snap-type: x mandatory;
  }
  .commerce-card {
    flex: 0 0 84vw;
    border: 1px solid #3d403c;
    scroll-snap-align: start;
  }
  .commerce-card__media img { height: 260px; }
  .commerce-card > div { min-height: 320px; }
  .commerce-facts { min-height: 145px; }
  .editorial-shop__notice { align-items: flex-start; flex-direction: column; }
  .editorial-shop__notice div { gap: 12px; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-card figure img,
  .feature-card--object figure img { min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .feature-card--object figure img { aspect-ratio: 4 / 3; }
  .feature-card figure.feature-media--contain img { aspect-ratio: 3 / 2; object-fit: contain; }
  .story-stream { grid-template-columns: 1fr; }
  .stream-card,
  .stream-card:nth-child(odd):not(.stream-card--wide) { border-right: 0; }
  .stream-card--wide { grid-column: auto; }
  .stream-card > img,
  .stream-card--wide > img { height: auto; aspect-ratio: 4 / 3; }
  .story-product-tile { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
  .editor-note { padding-inline: var(--pad); }
  .voice-list { padding-block: 16px; }
  .visual-diary { grid-template-columns: 1fr 1fr; }
  .visual-diary__title { grid-column: 1 / -1; }
  .visual-diary img { height: 230px; aspect-ratio: auto; }
  .visual-diary h2 { font-size: 44px; }
  .journal-list .journal-row { grid-template-columns: 36px 1fr; }
  .journal-list__meta { grid-column: 2; }
  .channel-section__head { grid-template-columns: 1fr; gap: 18px; padding-block: 52px; }
  .channel-section__head .label { margin-bottom: 0; }
  .shorts-stage { display: flex; padding: 18px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .short-card { flex: 0 0 77vw; padding: 0 0 22px; border-right: 0; scroll-snap-align: start; }
  .long-video-story { grid-template-columns: 1fr; }
  .long-video-story > div:last-child { border-top: 1px solid var(--ink); border-left: 0; }
  .published-grid { grid-template-columns: 1fr; }
  .published-list:first-child { border-right: 0; border-bottom: 1px solid var(--ink); }
  .published-list header { min-height: 0; }
  .published-list > a { grid-template-columns: 48px minmax(0, 1fr) auto; }
  .social-ledger > div { grid-template-columns: 1fr; }
  .social-ledger a,
  .social-ledger a:nth-child(2) { min-height: 150px; border-right: 0; border-bottom: 1px solid #4a4f58; }
  .social-ledger a:last-child { border-bottom: 0; }
  .objects-section > header { grid-template-columns: 1fr; gap: 18px; }
  .objects-section > header .label { margin-bottom: 0; }
  .objects-grid {
    display: flex;
    width: calc(100vw - var(--pad));
    margin-right: calc(var(--pad) * -1);
    padding-right: var(--pad);
    align-items: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .objects-grid a { flex: 0 0 78vw; align-self: flex-start; scroll-snap-align: start; }
  .objects-grid img { height: auto; }
  .buying-guide > header { border-right: 0; border-bottom: 1px solid var(--ink); }
  .buying-guide h2,
  .follow-section h2 { font-size: 44px; }
  .buying-guide__list { padding-block: 20px 38px; }
  .follow-section nav { grid-template-columns: 1fr; }
  .follow-section nav a,
  .follow-section nav a:nth-child(even),
  .follow-section nav a:nth-last-child(-n+2) { min-height: 150px; border-right: 0; border-bottom: 1px solid #111216; }
  .follow-section nav a:last-child { border-bottom: 0; }
  .closing-manifesto { padding-block: 72px 108px; }
  .closing-manifesto h2 { font-size: 48px; }
  .closing-manifesto div { flex-direction: column; }
  .media-footer { grid-template-columns: 1fr; padding-block: 34px calc(132px + env(safe-area-inset-bottom)); }
  .media-footer__sitemap { justify-content: flex-start; }
  .media-footer__trust { grid-template-columns: 1fr; }
  .media-footer__trust section,
  .media-footer__trust section:not(:first-child) { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--hairline); }
  .media-footer__trust section:last-child { border-bottom: 0; }
  .editorial-disclosure { grid-template-columns: 1fr; gap: 8px; }
  .opening-story h1,
  .section-intro h2,
  .community-prompt h2,
  .visual-diary h2,
  .journal-section h2,
  .channel-section h2,
  .objects-section h2,
  .buying-guide h2,
  .follow-section h2,
  .closing-manifesto h2 {
    line-height: 1.18;
    letter-spacing: -.015em;
  }
  .feature-card h3,
  .stream-card h3,
  .issue-brief h3 {
    font-size: clamp(24px, 6.2vw, 30px);
    line-height: 1.22;
    letter-spacing: -.01em;
  }
  /* 로고·내비와 하단 독 사이의 안전 영역에 고정 배지 배치 */
  #temp-live-ribbon {
    top: auto !important;
    bottom: calc(72px + env(safe-area-inset-bottom) + 8px) !important;
    left: auto !important;
    right: 8px !important;
    z-index: 90;
    font-size: 10px !important;
    padding: 5px 7px !important;
  }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .editorial-nav :is(a, button),
  .read-link,
  .inline-index-link,
  .short-card > a,
  .media-footer__sitemap a,
  .media-footer__trust a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .read-link,
  .inline-index-link,
  .short-card > a,
  .media-footer__sitemap a,
  .media-footer__trust a {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  .journal-archive-link {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
  }
  .media-footer__sitemap { gap: 2px 16px; font-size: 11px; }
  .mobile-media-nav {
    position: fixed;
    z-index: 100;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 6px;
    border: 1px solid var(--ink);
    background: rgba(246, 245, 241, .92);
    backdrop-filter: blur(18px);
  }
  .mobile-media-nav a,
  .mobile-media-nav button { min-height: 44px; display: grid; place-items: center; padding: 8px 3px; border: 0; background: none; text-align: center; font: 10px var(--font-mono); }
  .mobile-media-nav .is-active { background: var(--lime); }
  .mobile-media-nav .mobile-shop { background: var(--ink); color: var(--lime); }
  .shop-dialog nav { grid-template-columns: 1fr; }
  .search-results a { grid-template-columns: 1fr; }
  .search-results span { grid-row: auto; }
}

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

/* commerce match — same page width as closing-manifesto / media-footer */
.story-commerce__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.story-commerce__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .15em;
}

/* LIVE SHOP rail: same #monstar-media width as manifesto / footer */
.site-commerce-rail {
  width: 100%;
  margin-inline: 0;
  padding: clamp(48px, 8vw, 96px) var(--pad);
  border-top: 1px solid var(--ink);
  box-sizing: border-box;
}
.site-commerce-rail .section-intro {
  max-width: 920px;
}
.site-commerce-rail .section-intro h2 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
  word-break: keep-all;
}
.site-commerce-rail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.site-commerce-rail__grid a {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--hairline);
  background: var(--surface, #fff);
  text-decoration: none;
  box-sizing: border-box;
}
.site-commerce-rail__grid a:hover { border-color: var(--ink); }
.site-commerce-rail__grid span {
  font: 800 11px var(--font-mono);
  letter-spacing: .12em;
  color: var(--grey);
}
.site-commerce-rail__grid strong {
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: -.03em;
  word-break: keep-all;
}
.site-commerce-rail__grid em {
  font-style: normal;
  color: var(--grey);
  font-size: 13px;
}
@media (max-width: 900px) {
  .site-commerce-rail__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .site-commerce-rail__grid { grid-template-columns: 1fr; }
}



/* Shop: no 4-equal catalog wall */
.editorial-shop__grid--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.editorial-shop__pdp-rail {
  margin-top: 28px;
  padding: 22px var(--pad);
  border-top: 1px solid #3d403c;
}
.editorial-shop__pdp-rail > .label {
  margin: 0 0 14px;
  color: var(--lime);
}
.story-product-cluster__grid--rail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.editorial-shop__pdp-rail .story-product-tile {
  background: #1a1d24;
  border-color: #3d403c;
  color: #f6f5f1;
}
.editorial-shop__pdp-rail .story-product-tile__name { color: #f6f5f1; }
.editorial-shop__pdp-rail .story-product-tile__meta { color: #9da4b3; }
.editorial-shop__pdp-rail .story-product-tile__meta span { color: var(--lime); }
.editorial-shop__pdp-rail .story-product-tile__cta { color: #f6f5f1; }
.editorial-shop__pdp-rail .story-product-tile__cta span { color: var(--lime); }
.editorial-shop__secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 18px var(--pad) 8px;
  border-top: 1px solid #3d403c;
}
.editorial-shop__secondary a {
  color: var(--lime);
  font-weight: 750;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

@media (max-width: 980px) {
  .story-product-cluster__grid--rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-shop__grid--inline { grid-template-columns: 1fr !important; }
}
@media (max-width: 620px) {
  .wordmark__slogan { display: none; }
  .story-product-cluster__grid,
  .story-product-cluster__grid--rail { grid-template-columns: 1fr; }
  .ticker p { -webkit-line-clamp: 3; }
}


/* === 20260808-align1: concept content WITHOUT breaking shell alignment ===
   LOCK: --page 1360 @1121+, masthead padding-inline 0, single #monstar-media ruler
   Product tiles reuse existing .story-product-tile grammar (no new type scale)
*/
.brand-slogan {
  font-weight: 800;
  letter-spacing: 0;
  margin-right: .35em;
}
/* ticker stays single-line ellipsis on desktop */
.ticker p .brand-slogan { white-space: nowrap; }

.story-product-cluster {
  margin-top: 18px;
  min-width: 0;
}
.story-product-cluster__label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  margin: 0 0 10px;
  color: var(--grey);
  font-size: 12px;
  line-height: 1.45;
  word-break: keep-all;
}
.story-product-cluster__label span {
  color: #426d00;
  font: 700 10px/1.2 var(--font-mono);
  letter-spacing: .1em;
}
/* 2-up compact, never a tall 4-stack that blows hero rhythm */
.story-product-cluster__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
}
.story-product-cluster__grid .story-product-tile {
  margin-top: 0;
  min-width: 0;
}
.opening-story__copy .story-product-cluster,
.feature-card__copy .story-product-cluster,
.stream-card__body .story-product-cluster {
  max-width: 100%;
}
.story-commerce--compact { margin-top: 12px; }

/* Shop: pair not 4-wall; still full-width of page ruler */
.editorial-shop__grid--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.editorial-shop__pdp-rail {
  width: 100%;
  margin: 0;
  padding: 22px var(--pad) 10px;
  border-top: 1px solid #3d403c;
  box-sizing: border-box;
}
.editorial-shop__pdp-rail > .label {
  margin: 0 0 12px;
  color: var(--lime);
}
.story-product-cluster__grid--rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.editorial-shop__pdp-rail .story-product-tile {
  background: #1a1d24;
  border-color: #3d403c;
  color: #f6f5f1;
}
.editorial-shop__pdp-rail .story-product-tile__name,
.editorial-shop__pdp-rail .story-product-tile__cta { color: #f6f5f1; }
.editorial-shop__pdp-rail .story-product-tile__meta { color: #9da4b3; }
.editorial-shop__pdp-rail .story-product-tile__meta span,
.editorial-shop__pdp-rail .story-product-tile__cta span { color: var(--lime); }
.editorial-shop__more {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 14px 0 0;
}
.editorial-shop__more a {
  color: var(--lime);
  font-weight: 750;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  font-size: 13px;
}

/* footer stays inside #monstar-media width (do not full-bleed) */
#monstar-media > .media-footer,
#monstar-media > footer {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .story-product-cluster__grid--rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .editorial-shop__grid--pair { grid-template-columns: 1fr !important; }
}
@media (max-width: 620px) {
  .story-product-cluster__grid--rail { grid-template-columns: 1fr; }
}

/* === 20260811-art-ux: Warm Paper documentary responsive pass ===
   CSS-only contract: preserve the existing DOM and behavior while keeping the
   customer home coherent at 360 / 390 / 430 / 1440. */
:root:not([data-theme="dark"]),
html[data-theme="light"] {
  --theme-paper: #f3f0e8;
  --theme-ink: #111216;
  --theme-lime: #b7f23a;
  --paper: #f3f0e8;
  --ink: #111216;
  --lime: #b7f23a;
  --grey: #555b61;
  --hairline: rgba(17, 18, 22, .28);
  --line: rgba(17, 18, 22, .18);
  --line-strong: rgba(17, 18, 22, .42);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

#monstar-media,
#monstar-media > main,
.masthead,
.ticker,
.opening-story,
.editorial-grid,
.editorial-shop,
.community-prompt,
.visual-diary,
.journal-section,
.channel-section,
.objects-section,
.buying-guide,
.follow-section,
.media-footer {
  width: 100%;
  max-width: var(--page);
  min-width: 0;
  box-sizing: border-box;
}

#monstar-media :where(section, article, header, footer, nav, figure, div),
.opening-story > *,
.editorial-grid > *,
.story-product-cluster,
.story-product-cluster__grid,
.story-product-tile,
.story-product-tile__body {
  min-width: 0;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

.masthead,
.ticker,
.opening-story,
.editorial-grid,
.community-prompt,
.visual-diary,
.journal-section,
.buying-guide,
.follow-section {
  border-color: var(--ink);
}

.account-nav,
.ticker,
.label,
.story-meta,
.story-status,
.story-product-cluster__label,
.story-product-tile__meta,
.editorial-disclosure,
.media-footer__sitemap,
.media-footer__trust {
  font-size: 14px;
}

.story-meta dt,
.story-meta dd,
.opening-story__media figcaption,
.site-commerce-rail__grid span,
.site-commerce-rail__grid em,
.editorial-shop__more a {
  font-size: 14px;
}

:where(
  .account-nav,
  .editorial-nav,
  .story-commerce,
  .story-commerce__links,
  .editorial-shop__notice,
  .editorial-shop__secondary,
  .editorial-shop__more,
  .media-footer__sitemap,
  .media-footer__trust
) :is(a, button),
.read-link,
.inline-index-link,
.journal-archive-link,
.story-product-tile__cta {
  min-height: 44px;
  align-items: center;
}

.account-nav :is(a, button) {
  display: inline-flex;
  justify-content: center;
  padding-inline: 4px;
  font-size: 14px;
}

.editorial-nav {
  width: 100%;
  max-width: 100%;
  overscroll-behavior-inline: contain;
}

.editorial-nav :is(a, button) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.opening-story__media img {
  background: #ded8cc;
  filter: saturate(.88) contrast(1.03);
}

.opening-story h1,
.section-intro h2,
.community-prompt h2,
.journal-section h2,
.closing-manifesto h2 {
  color: var(--ink);
  text-wrap: balance;
}

.editorial-shop,
.editorial-shop__head h2,
.editorial-shop .commerce-card h3,
.editorial-shop .commerce-card strong {
  color: #f3f0e8;
}

.editorial-shop__head > div p,
.editorial-shop .commerce-card p,
.editorial-shop .commerce-facts {
  color: #d4d0c7;
}

.read-link span,
.story-product-tile__meta span,
.story-product-tile__cta span,
.editorial-shop__head > .label {
  color: #527d00;
}

.mobile-media-nav {
  box-sizing: border-box;
  max-width: calc(100vw - 20px);
}

@media (min-width: 981px) {
  :root { --page: min(100%, 1360px); }

  .masthead,
  .ticker,
  .opening-story,
  .editorial-grid,
  .editorial-shop,
  .community-prompt,
  .visual-diary,
  .journal-section,
  .channel-section,
  .objects-section,
  .buying-guide,
  .follow-section,
  .media-footer {
    margin-inline: auto;
  }

  .masthead {
    padding-top: 20px;
    box-shadow: 0 1px 0 var(--ink);
  }

  .opening-story {
    grid-template-columns: minmax(0, 1.32fr) minmax(420px, .78fr);
  }

  .opening-story__media img {
    height: clamp(570px, 49vw, 700px);
  }

  .opening-story__copy {
    padding: clamp(32px, 3vw, 48px);
  }
}

@media (max-width: 980px) {
  #monstar-media,
  #monstar-media > main {
    max-width: 100%;
  }

  .opening-story {
    display: flex;
    flex-direction: column;
  }

  .opening-story__media {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .opening-story__media img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 44%;
  }

  .opening-story__copy {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --page: 100%;
    --pad: 16px;
    --section-space: 64px;
    --section-space-compact: 40px;
  }

  body {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  html {
    scroll-padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .masthead {
    width: 100%;
    padding: 12px 16px 0;
  }

  .masthead__top {
    min-height: 48px;
    gap: 8px;
  }

  .wordmark {
    flex: 0 1 auto;
    gap: 8px;
    font-size: 17px;
    white-space: nowrap;
  }

  .wordmark img {
    width: 24px;
    height: 24px;
  }

  .account-nav {
    flex: 0 0 auto;
    gap: 2px;
    font-size: 14px;
  }

  .account-nav :is(a, button) {
    min-width: 44px;
    min-height: 44px;
    padding-inline: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .editorial-nav {
    gap: 6px;
    margin-top: 6px;
    padding: 0 30px 2px 0;
    border-bottom: 1px solid var(--ink);
    scroll-padding-inline: 16px;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
  }

  .editorial-nav :is(a, button) {
    min-height: 44px;
    padding: 0 8px 8px;
    font-size: 14px;
    line-height: 1;
  }

  .editorial-nav :is(a, button)::after {
    height: 3px;
  }

  .ticker {
    min-height: 54px;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .ticker p {
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .opening-story__media img {
    aspect-ratio: 16 / 8.5;
  }

  .opening-story__media figcaption {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 5px 7px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .opening-story__copy {
    padding: 20px 16px 24px;
  }

  .opening-story .label {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .opening-story h1 {
    font-size: clamp(38px, 11.5vw, 48px);
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .opening-story .dek {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.55;
  }

  .opening-story .read-link {
    min-height: 44px;
    margin-top: 12px;
    padding-block: 6px;
    font-size: 16px;
  }

  .opening-story .story-product-cluster {
    margin-top: 16px;
  }

  .story-product-cluster__label,
  .story-product-cluster__label span,
  .story-product-tile__meta,
  .story-status {
    font-size: 14px;
  }

  .story-product-tile {
    width: 100%;
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .story-product-tile__name {
    overflow-wrap: anywhere;
    font-size: 15px;
    line-height: 1.45;
  }

  .story-product-tile__cta {
    display: inline-flex;
    min-height: 44px;
    font-size: 14px;
  }

  .issue-briefs,
  .editorial-shop__grid,
  .shorts-stage,
  .objects-grid {
    max-width: 100%;
    overscroll-behavior-inline: contain;
  }

  .objects-grid {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .issue-brief,
  .commerce-card,
  .short-card,
  .objects-grid a {
    max-width: calc(100vw - 32px);
  }

  .mobile-media-nav {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
    min-height: 60px;
    padding: 5px;
    gap: 2px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--ink);
    background: rgba(243, 240, 232, .96);
    box-shadow: 0 8px 28px rgba(17, 18, 22, .16);
    overflow: hidden;
  }

  .mobile-media-nav a,
  .mobile-media-nav button {
    min-width: 0;
    min-height: 48px;
    width: 100%;
    padding: 6px 1px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
    color: var(--ink);
    font: 800 clamp(11px, 3.05vw, 12px)/1 var(--font-sans);
    letter-spacing: -.04em;
  }

  .mobile-media-nav .is-active {
    background: var(--lime);
  }

  .mobile-media-nav .mobile-shop {
    background: var(--ink);
    color: var(--lime);
  }

  #temp-live-ribbon {
    max-width: calc(100vw - 20px);
    bottom: calc(70px + env(safe-area-inset-bottom) + 10px) !important;
    font-size: 14px !important;
  }

  .media-footer {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .masthead {
    padding-inline: 12px;
  }

  .wordmark {
    font-size: 16px;
  }

  .wordmark img {
    width: 22px;
    height: 22px;
  }

  .account-nav :is(a, button) {
    min-width: 44px;
    padding-inline: 3px;
  }

  .ticker {
    padding-inline: 12px;
  }

  .opening-story__copy {
    padding-inline: 14px;
  }

  .opening-story h1 {
    font-size: clamp(36px, 11.2vw, 43px);
  }

  .mobile-media-nav {
    right: 8px;
    left: 8px;
    max-width: calc(100vw - 16px);
    padding-inline: 4px;
    gap: 1px;
  }

  .mobile-media-nav a,
  .mobile-media-nav button {
    padding-inline: 0;
    font-size: 11px;
    letter-spacing: -.055em;
  }
}

@media (max-width: 620px) {
  html[data-theme="dark"] .mobile-media-nav {
    border-color: #f3f0e8;
    background: rgba(17, 18, 22, .96);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .34);
  }

  html[data-theme="dark"] .mobile-media-nav :is(a, button) {
    color: #f3f0e8;
  }

  html[data-theme="dark"] .mobile-media-nav .is-active {
    background: var(--lime);
    color: #111216;
  }

  html[data-theme="dark"] .mobile-media-nav .mobile-shop {
    background: #f3f0e8;
    color: #111216;
  }
}
/* === 20260812-mobile-accessibility-p0: consumer surface only === */
body[data-consumer-canonical="true"] {
  --consumer-focus: #315700;
  --consumer-focus-on-dark: #b7f23a;
}

body[data-consumer-canonical="true"] :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--consumer-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--paper);
}

body[data-consumer-canonical="true"] :where(pre, code, kbd, samp, [data-mono]) {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body[data-consumer-canonical="true"] :where(table, iframe, video, canvas, svg) {
  max-width: 100%;
}

body[data-consumer-canonical="true"] :where(button, input, select, textarea) {
  min-width: 0;
}

@media (hover: hover) {
  body[data-consumer-canonical="true"] :where(a, button):hover {
    text-decoration-thickness: max(1px, .08em);
    text-underline-offset: .2em;
  }
}

@media (max-width: 430px) {
  :root { --pad: 14px; }

  html,
  body,
  #monstar-media,
  #monstar-media > main,
  #monstar-media > main > section {
    min-width: 0;
    max-width: 100%;
  }

  body[data-consumer-canonical="true"] {
    overflow-x: hidden;
    overflow-x: clip;
  }

  body[data-consumer-canonical="true"] :where(
    .masthead__top,
    .opening-story,
    .opening-story__copy,
    .editorial-grid,
    .editorial-shop__head,
    .editorial-shop__grid,
    .story-product-cluster__grid,
    .site-commerce-rail__grid,
    .media-footer,
    .media-footer__trust
  ) {
    min-width: 0;
    max-width: 100%;
  }

  body[data-consumer-canonical="true"] .masthead {
    padding-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right));
  }

  body[data-consumer-canonical="true"] .masthead__top {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  body[data-consumer-canonical="true"] .account-nav,
  body[data-consumer-canonical="true"] .editorial-nav {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body[data-consumer-canonical="true"] .ticker {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  body[data-consumer-canonical="true"] .ticker > :last-child {
    grid-column: 1 / -1;
  }

  body[data-consumer-canonical="true"] :where(
    h1, h2, h3, p, li, dd, figcaption,
    .story-product-tile__name,
    .story-product-tile__meta,
    .story-product-tile__cta
  ) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body[data-consumer-canonical="true"] :where(h1, h2, h3, p, li) {
    word-break: keep-all;
  }

  body[data-consumer-canonical="true"] .opening-story h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.12;
  }

  body[data-consumer-canonical="true"] :where(
    a, button, input, select, textarea, summary,
    .story-commerce a,
    .story-product-tile__cta,
    .mobile-media-nav a,
    .mobile-media-nav button
  ) {
    min-height: 44px;
  }

  body[data-consumer-canonical="true"] table {
    display: block;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  body[data-consumer-canonical="true"] :where(dialog, .shop-dialog, .search-dialog) {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    margin: 12px;
  }

  body[data-consumer-canonical="true"] .mobile-media-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-consumer-canonical="true"],
  body[data-consumer-canonical="true"] * {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  body[data-consumer-canonical="true"] .commerce-card__media img {
    transform: none !important;
  }
}

@media (forced-colors: active) {
  body[data-consumer-canonical="true"] :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid Highlight;
  }
}

/* 20260812 visual QA: keep all five consumer destinations legible at 390px. */
@media (max-width: 430px) {
  body[data-consumer-canonical="true"] .editorial-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 2px;
    overflow: visible;
  }

  body[data-consumer-canonical="true"] .editorial-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 !important;
    padding-inline: 2px;
    font-size: 9.5px !important;
    letter-spacing: -.055em;
    text-align: center;
    white-space: nowrap;
  }

  body[data-consumer-canonical="true"] .ticker {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  body[data-consumer-canonical="true"] .ticker > * {
    grid-column: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-consumer-canonical="true"] .mobile-media-nav :where(a, button) {
    min-width: 0;
    overflow: hidden;
    padding-inline: 1px;
    font-size: 9.5px;
    letter-spacing: -.055em;
    text-align: center;
  }
}
