/* Additional cover styles: Sticker, Blueprint, Magazine
   All sized via calc(NNpx * var(--theme-scale, 1)) to match base scale system. */

/* ============================================================
   STYLE 4 — STICKER (playful · rounded · pop)
   ============================================================ */
.cover-sticker {
  font-family: var(--theme-body, 'Inter', sans-serif);
  padding: calc(56px * var(--theme-scale, 1)) calc(64px * var(--theme-scale, 1));
  display: flex; flex-direction: column;
  font-weight: 600;
}
.sk-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(color-mix(in srgb, var(--theme-text) 18%, transparent) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  pointer-events: none;
}

.sk-chrome {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 36px;
}
.sk-brand-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--theme-text);
  color: var(--theme-bg);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: calc(14px * var(--theme-scale, 1));
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sk-brand-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--theme-accent);
}
.sk-tier-pill {
  background: var(--theme-accent);
  color: var(--theme-bg);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: calc(13px * var(--theme-scale, 1));
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 3px solid var(--theme-text);
}

.sk-body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; }

.sk-hero {
  display: grid; grid-template-columns: auto 1fr; gap: 28px;
  margin-bottom: 32px; align-items: start;
}
.sk-num-blob {
  background: var(--theme-accent);
  color: var(--theme-bg);
  border: 4px solid var(--theme-text);
  border-radius: 32px;
  padding: 20px 22px;
  display: flex; flex-direction: column; align-items: center;
  transform: rotate(-4deg);
  box-shadow: 6px 6px 0 var(--theme-text);
  min-width: 110px;
}
.sk-num { font-size: calc(56px * var(--theme-scale, 1)); font-weight: 900; line-height: 1; font-family: var(--theme-display, 'Space Grotesk', sans-serif); }
.sk-num-of { font-size: calc(13px * var(--theme-scale, 1)); opacity: 0.85; letter-spacing: 0.06em; margin-top: 4px; font-weight: 700; }

.sk-title {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(56px * var(--theme-scale, 1));
  font-weight: 800; line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  color: var(--theme-text);
  text-wrap: balance;
}
.sk-desc {
  font-size: calc(20px * var(--theme-scale, 1));
  line-height: 1.4;
  color: color-mix(in srgb, var(--theme-text) 80%, var(--theme-bg));
  max-width: 95%;
  font-weight: 500;
}

.sk-stickers {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px;
  margin: 8px 0 32px;
}
.sk-sticker {
  background: var(--theme-bg);
  border: 4px solid var(--theme-text);
  border-radius: 28px;
  padding: 22px 22px;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: 6px 6px 0 var(--theme-text);
}
.sk-sticker.sk-price {
  background: var(--theme-accent);
  color: var(--theme-bg);
  transform: rotate(-1.5deg);
}
.sk-sticker.sk-days {
  background: var(--theme-accent2);
  color: var(--theme-bg);
  transform: rotate(1deg);
}
.sk-sticker.sk-rev {
  background: var(--theme-text);
  color: var(--theme-bg);
  transform: rotate(-0.5deg);
}
.sk-sticker-lbl {
  font-size: calc(12px * var(--theme-scale, 1));
  font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}
.sk-sticker-val {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(36px * var(--theme-scale, 1));
  font-weight: 900; line-height: 1;
}
.sk-sticker-val--big { font-size: calc(64px * var(--theme-scale, 1)); }
.sk-sticker-note {
  font-size: calc(11px * var(--theme-scale, 1));
  opacity: 0.85; font-weight: 700; letter-spacing: 0.06em;
}

.sk-feats {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--theme-bg);
  border: 3px solid var(--theme-text);
  border-radius: 24px;
  padding: 20px 22px;
  margin-bottom: 24px;
}
.sk-feat {
  display: flex; align-items: center; gap: 12px;
  font-size: calc(15px * var(--theme-scale, 1));
  font-weight: 600;
}
.sk-feat.off { opacity: 0.4; text-decoration: line-through; }
.sk-feat-mark {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--theme-accent);
  color: var(--theme-bg);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: calc(13px * var(--theme-scale, 1));
  flex-shrink: 0;
  border: 2px solid var(--theme-text);
}
.sk-feat.off .sk-feat-mark { background: var(--theme-bg); color: var(--theme-muted); }

.sk-footer { margin-top: auto; }
.sk-tagline {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(18px * var(--theme-scale, 1));
  font-weight: 800; letter-spacing: 0.04em;
  text-align: center;
  color: var(--theme-text);
}

/* Sticker — combined */
.cover-sticker--combined .sk-comb-head {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: end; gap: 24px;
  margin-bottom: 32px;
}
.sk-comb-title {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(76px * var(--theme-scale, 1));
  line-height: 0.95; font-weight: 900; margin: 0;
  letter-spacing: -0.03em;
}
.sk-underline { color: var(--theme-accent); position: relative; }
.sk-comb-sub {
  font-size: calc(16px * var(--theme-scale, 1));
  font-weight: 600; max-width: 340px;
  color: color-mix(in srgb, var(--theme-text) 75%, var(--theme-bg));
  text-align: right;
}
.sk-comb-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; flex: 1;
}
.sk-comb-tier {
  background: var(--theme-bg);
  border: 3px solid var(--theme-text);
  border-radius: 28px;
  padding: 24px 22px;
  display: flex; flex-direction: column;
  position: relative;
  box-shadow: 5px 5px 0 var(--theme-text);
}
.sk-comb-tier.is-focus {
  background: var(--theme-accent);
  color: var(--theme-bg);
  transform: rotate(-1deg);
  border-width: 4px;
}
.sk-comb-tag {
  position: absolute; top: -16px; right: 16px;
  background: var(--theme-text); color: var(--theme-bg);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: calc(11px * var(--theme-scale, 1));
  font-weight: 800; letter-spacing: 0.08em;
  border: 2px solid var(--theme-bg);
}
.sk-comb-num {
  display: inline-flex; align-self: flex-start;
  background: var(--theme-text); color: var(--theme-bg);
  padding: 6px 12px; border-radius: 999px;
  font-size: calc(13px * var(--theme-scale, 1)); font-weight: 800;
  margin-bottom: 14px;
}
.sk-comb-tier.is-focus .sk-comb-num { background: var(--theme-bg); color: var(--theme-accent); }
.sk-comb-name {
  font-size: calc(11px * var(--theme-scale, 1));
  font-weight: 800; letter-spacing: 0.1em;
  opacity: 0.7; margin-bottom: 6px;
}
.sk-comb-tt {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(20px * var(--theme-scale, 1));
  font-weight: 800; line-height: 1.15;
  margin-bottom: 14px; min-height: calc(46px * var(--theme-scale, 1));
}
.sk-comb-desc {
  color: color-mix(in srgb, var(--theme-text) 76%, var(--theme-bg));
  font-size: calc(11px * var(--theme-scale, 1));
  font-weight: 700;
  line-height: 1.25;
  margin: -4px 0 12px;
  min-height: calc(28px * var(--theme-scale, 1));
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sk-comb-tier.is-focus .sk-comb-desc { color: color-mix(in srgb, var(--theme-bg) 78%, var(--theme-text)); }
.sk-comb-price {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(38px * var(--theme-scale, 1));
  font-weight: 900; line-height: 1;
  margin-bottom: 8px;
}
.sk-comb-meta {
  display: flex; gap: 8px; align-items: center;
  font-size: calc(13px * var(--theme-scale, 1));
  font-weight: 700; opacity: 0.85;
  margin-bottom: 14px;
}
.sk-comb-meta .dot { font-size: 8px; opacity: 0.5; }
.sk-comb-feats {
  display: flex; flex-direction: column; gap: 6px; margin-top: auto;
  font-size: calc(13px * var(--theme-scale, 1));
  font-weight: 600;
}
.sk-comb-feat { display: flex; gap: 8px; }
.sk-comb-feat.off { opacity: 0.4; text-decoration: line-through; }


/* ============================================================
   STYLE 5 — BLUEPRINT (technical · drafted · grid)
   ============================================================ */
.cover-blueprint {
  font-family: var(--theme-mono, 'JetBrains Mono', monospace);
  padding: calc(48px * var(--theme-scale, 1)) calc(56px * var(--theme-scale, 1));
  display: flex; flex-direction: column;
}
.bp-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(color-mix(in srgb, var(--theme-accent2) 22%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--theme-accent2) 22%, transparent) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.bp-grid--minor {
  background-image:
    linear-gradient(color-mix(in srgb, var(--theme-accent2) 10%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--theme-accent2) 10%, transparent) 1px, transparent 1px);
  background-size: 16px 16px;
}
.bp-corner {
  position: absolute;
  font-size: calc(20px * var(--theme-scale, 1));
  color: var(--theme-accent);
  font-family: var(--theme-mono, monospace);
  font-weight: 400;
  pointer-events: none;
  z-index: 2;
}
.bp-corner--tl { top: 18px; left: 22px; }
.bp-corner--tr { top: 18px; right: 22px; }
.bp-corner--bl { bottom: 18px; left: 22px; }
.bp-corner--br { bottom: 18px; right: 22px; }

.bp-titleblock {
  position: relative; z-index: 1;
  border: 1.5px solid var(--theme-text);
  margin-bottom: 32px;
}
.bp-tb-row {
  display: grid; grid-template-columns: 2fr 1fr 1.2fr 1fr;
}
.bp-titleblock .bp-tb-row > .bp-tb-cell { border-right: 1.5px solid var(--theme-text); }
.bp-titleblock .bp-tb-row > .bp-tb-cell:last-child { border-right: 0; }
.cover-blueprint--combined .bp-titleblock .bp-tb-row { grid-template-columns: 2fr 1fr 1fr; }

.bp-tb-cell {
  padding: 12px 16px;
  display: flex; flex-direction: column; gap: 4px;
}
.bp-tb-lbl {
  font-size: calc(10px * var(--theme-scale, 1));
  letter-spacing: 0.12em;
  color: var(--theme-muted);
  font-weight: 600;
}
.bp-tb-val {
  font-size: calc(15px * var(--theme-scale, 1));
  font-weight: 700;
  color: var(--theme-text);
  letter-spacing: 0.04em;
}

.bp-body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; }

.bp-spec { margin-bottom: 28px; }
.bp-spec-num {
  font-size: calc(12px * var(--theme-scale, 1));
  letter-spacing: 0.18em;
  color: var(--theme-accent);
  font-weight: 700;
  margin-bottom: 12px;
}
.bp-title {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(48px * var(--theme-scale, 1));
  font-weight: 700; line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--theme-text);
  text-wrap: balance;
}
.bp-dim-line {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 18px;
  color: var(--theme-accent);
}
.bp-dim-tick {
  font-size: calc(20px * var(--theme-scale, 1));
  font-weight: 400;
  line-height: 1;
}
.bp-dim-bar {
  flex: 1; height: 1.5px;
  background: var(--theme-accent);
}
.bp-desc {
  font-size: calc(17px * var(--theme-scale, 1));
  line-height: 1.5;
  color: color-mix(in srgb, var(--theme-text) 88%, var(--theme-bg));
  max-width: 90%;
  font-family: var(--theme-body, 'Inter', sans-serif);
  font-weight: 400;
}

.bp-spec-grid {
  display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 0;
  border-top: 1.5px solid var(--theme-text);
  border-bottom: 1.5px solid var(--theme-text);
  margin-bottom: 28px;
}
.bp-spec-cell {
  padding: 18px 20px;
  border-right: 1.5px solid var(--theme-text);
  display: flex; flex-direction: column; gap: 6px;
}
.bp-spec-cell:last-child { border-right: 0; }
.bp-spec-cell--price { background: color-mix(in srgb, var(--theme-accent) 18%, transparent); }
.bp-spec-lbl {
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.1em;
  color: var(--theme-muted);
  font-weight: 600;
}
.bp-spec-val {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(40px * var(--theme-scale, 1));
  font-weight: 700; line-height: 1;
  color: var(--theme-text);
  display: flex; align-items: baseline; gap: 8px;
}
.bp-spec-unit {
  font-family: var(--theme-mono, monospace);
  font-size: calc(12px * var(--theme-scale, 1));
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--theme-muted);
}

.bp-feats {
  margin-bottom: 24px;
  display: flex; flex-direction: column; gap: 4px;
}
.bp-feats-lbl {
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.12em;
  color: var(--theme-muted);
  font-weight: 600;
  margin-bottom: 8px;
}
.bp-feat {
  display: grid; grid-template-columns: auto auto 1fr auto auto; gap: 10px;
  align-items: center;
  padding: 8px 0;
  font-size: calc(14px * var(--theme-scale, 1));
  border-bottom: 1px dashed color-mix(in srgb, var(--theme-text) 18%, transparent);
}
.bp-feat:last-child { border-bottom: 0; }
.bp-feat.off { color: var(--theme-muted); }
.bp-feat-id {
  font-family: var(--theme-mono, monospace);
  color: var(--theme-muted);
  font-size: calc(12px * var(--theme-scale, 1));
}
.bp-feat-mark {
  color: var(--theme-accent);
  font-size: calc(14px * var(--theme-scale, 1));
}
.bp-feat.off .bp-feat-mark { color: var(--theme-muted); }
.bp-feat-label {
  font-family: var(--theme-body, 'Inter', sans-serif);
  font-weight: 500;
}
.bp-feat-line {
  height: 1px;
  background: color-mix(in srgb, var(--theme-text) 12%, transparent);
  margin: 0 6px;
}
.bp-feat-status {
  font-family: var(--theme-mono, monospace);
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--theme-accent);
}
.bp-feat.off .bp-feat-status { color: var(--theme-muted); }

.bp-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1.5px solid var(--theme-text);
  display: flex; justify-content: space-between; align-items: center;
  font-size: calc(12px * var(--theme-scale, 1));
  letter-spacing: 0.08em;
  color: var(--theme-muted);
}
.bp-tagline { font-weight: 600; color: var(--theme-text); }
.bp-rev { font-family: var(--theme-mono, monospace); }

/* Blueprint — combined */
.cover-blueprint--combined .bp-comb-head {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: end; gap: 32px;
  margin-bottom: 28px;
}
.bp-comb-title {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(48px * var(--theme-scale, 1));
  font-weight: 700; line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--theme-text);
}
.bp-comb-sub {
  font-size: calc(13px * var(--theme-scale, 1));
  letter-spacing: 0.06em;
  color: var(--theme-muted);
  max-width: 280px; text-align: right;
}
.bp-comb-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0;
  border: 1.5px solid var(--theme-text);
  flex: 1;
}
.bp-comb-tier {
  padding: 22px 20px;
  border-right: 1.5px solid var(--theme-text);
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
}
.bp-comb-tier:last-child { border-right: 0; }
.bp-comb-tier.is-focus { background: color-mix(in srgb, var(--theme-accent) 14%, transparent); }
.bp-comb-tag {
  position: absolute; top: -1.5px; right: -1.5px;
  background: var(--theme-accent); color: var(--theme-bg);
  padding: 5px 10px;
  font-size: calc(10px * var(--theme-scale, 1));
  font-weight: 700; letter-spacing: 0.1em;
  font-family: var(--theme-mono, monospace);
}
.bp-comb-num {
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.12em;
  color: var(--theme-accent);
  font-weight: 700;
}
.bp-comb-name {
  font-size: calc(13px * var(--theme-scale, 1));
  font-weight: 700; letter-spacing: 0.08em;
}
.bp-comb-tt {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(20px * var(--theme-scale, 1));
  font-weight: 700; line-height: 1.1;
  margin: 4px 0 6px;
  min-height: calc(48px * var(--theme-scale, 1));
}
.bp-comb-tier .bp-dim-line { margin-bottom: 8px; }
.bp-comb-desc {
  color: color-mix(in srgb, var(--theme-text) 72%, var(--theme-bg));
  font-size: calc(11px * var(--theme-scale, 1));
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: calc(30px * var(--theme-scale, 1));
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bp-comb-price {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(28px * var(--theme-scale, 1));
  font-weight: 700; line-height: 1;
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 8px;
}
.bp-comb-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  padding: 8px 0;
  border-top: 1px dashed color-mix(in srgb, var(--theme-text) 22%, transparent);
  border-bottom: 1px dashed color-mix(in srgb, var(--theme-text) 22%, transparent);
  margin-bottom: 8px;
}
.bp-comb-meta > div { display: flex; flex-direction: column; gap: 2px; }
.bp-comb-meta .lbl {
  font-size: calc(10px * var(--theme-scale, 1));
  letter-spacing: 0.1em; color: var(--theme-muted); font-weight: 600;
}
.bp-comb-meta .val {
  font-family: var(--theme-display, 'Space Grotesk', sans-serif);
  font-size: calc(20px * var(--theme-scale, 1));
  font-weight: 700;
}
.bp-comb-feats {
  display: flex; flex-direction: column; gap: 4px; margin-top: auto;
  font-size: calc(12px * var(--theme-scale, 1));
}
.bp-comb-feat { display: grid; grid-template-columns: auto auto 1fr; gap: 8px; }
.bp-comb-feat.off { opacity: 0.4; }
.bp-comb-feat > span:nth-child(1) { color: var(--theme-muted); font-family: var(--theme-mono, monospace); }
.bp-comb-feat > span:nth-child(2) { color: var(--theme-accent); }


/* ============================================================
   STYLE 6 — MAGAZINE (fashion · serif · asymmetric)
   ============================================================ */
.cover-magazine {
  font-family: var(--theme-body, 'Inter', sans-serif);
  padding: calc(56px * var(--theme-scale, 1)) calc(64px * var(--theme-scale, 1));
  display: flex; flex-direction: column;
}

.mg-mast {
  display: flex; align-items: center; gap: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--theme-text);
  margin-bottom: 32px;
}
.mg-mast-name {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(40px * var(--theme-scale, 1));
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
}
.mg-mast-rule {
  flex: 1; height: 1px; background: var(--theme-text);
  margin-bottom: 4px;
}
.mg-mast-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.14em;
  color: var(--theme-muted);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.mg-bullet { font-size: 6px; }

.mg-body {
  flex: 1;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px;
}

.mg-left { display: flex; flex-direction: column; }
.mg-issue {
  font-family: var(--theme-mono, 'JetBrains Mono', monospace);
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.18em;
  color: var(--theme-accent);
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.mg-title {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(72px * var(--theme-scale, 1));
  font-weight: 500; line-height: 0.95;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: var(--theme-text);
  text-wrap: balance;
}
.mg-byline {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(15px * var(--theme-scale, 1));
  color: var(--theme-muted);
  margin-bottom: 22px;
}
.mg-desc {
  font-size: calc(17px * var(--theme-scale, 1));
  line-height: 1.55;
  color: color-mix(in srgb, var(--theme-text) 90%, var(--theme-bg));
  max-width: 95%;
  margin-bottom: 28px;
  font-weight: 400;
}
.mg-desc::first-letter {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(48px * var(--theme-scale, 1));
  font-weight: 700;
  float: left; line-height: 0.9;
  margin-right: 8px; margin-top: 4px;
  color: var(--theme-accent);
}

.mg-feats {
  margin-top: auto;
  display: flex; flex-direction: column; gap: 8px;
  border-top: 1px solid color-mix(in srgb, var(--theme-text) 25%, transparent);
  padding-top: 16px;
}
.mg-feat {
  display: flex; align-items: center; gap: 12px;
  font-size: calc(15px * var(--theme-scale, 1));
}
.mg-feat.off { opacity: 0.45; text-decoration: line-through; }
.mg-feat-mark {
  color: var(--theme-accent);
  font-size: calc(16px * var(--theme-scale, 1));
  width: 20px; text-align: center;
}
.mg-feat.off .mg-feat-mark { color: var(--theme-muted); }

.mg-right { display: flex; flex-direction: column; }
.mg-block {
  background: color-mix(in srgb, var(--theme-text) 4%, transparent);
  border: 1px solid color-mix(in srgb, var(--theme-text) 18%, transparent);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  flex: 1;
}
.mg-price-block {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: 8px 0 18px;
}
.mg-price-lbl {
  font-family: var(--theme-mono, monospace);
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.18em;
  color: var(--theme-muted);
  font-weight: 600;
  margin-bottom: 12px;
}
.mg-price {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  display: flex; align-items: baseline; gap: 4px;
  line-height: 0.95;
}
.mg-price-curr {
  font-size: calc(28px * var(--theme-scale, 1));
  font-weight: 500;
  color: var(--theme-muted);
}
.mg-price-amt {
  font-size: calc(72px * var(--theme-scale, 1));
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--theme-text);
}
.mg-price-note {
  font-style: italic;
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(13px * var(--theme-scale, 1));
  color: var(--theme-accent);
  margin-top: 8px;
}
.mg-divider {
  height: 1px;
  background: color-mix(in srgb, var(--theme-text) 22%, transparent);
  margin: 18px 0;
}
.mg-stats {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px;
  align-items: center;
  padding: 4px 0;
}
.mg-stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.mg-stat-num {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(48px * var(--theme-scale, 1));
  font-weight: 600; line-height: 1;
  color: var(--theme-text);
}
.mg-stat-lbl {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(13px * var(--theme-scale, 1));
  color: var(--theme-muted);
  margin-top: 4px;
}
.mg-stat-rule {
  width: 1px; height: 60%;
  background: color-mix(in srgb, var(--theme-text) 22%, transparent);
}
.mg-pull {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(20px * var(--theme-scale, 1));
  line-height: 1.35;
  color: var(--theme-text);
  text-align: center;
  text-wrap: balance;
  padding: 8px 0;
}

.mg-foot {
  display: flex; align-items: center; gap: 18px;
  padding-top: 20px;
  margin-top: 24px;
  border-top: 1px solid color-mix(in srgb, var(--theme-text) 25%, transparent);
  font-family: var(--theme-mono, monospace);
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.14em;
  color: var(--theme-muted);
  text-transform: uppercase;
  font-weight: 600;
}
.mg-foot-rule { flex: 1; height: 1px; background: color-mix(in srgb, var(--theme-text) 25%, transparent); }

.cover-magazine--combined .mg-foot {
  margin-top: 16px;
  padding-top: 14px;
}
.cover-magazine--combined .mg-comb-head {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}
.mg-comb-title {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(64px * var(--theme-scale, 1));
  font-weight: 500; line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 6px 0 0;
  color: var(--theme-text);
}
.mg-comb-title em { color: var(--theme-accent); font-style: italic; }
.mg-comb-sub {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(18px * var(--theme-scale, 1));
  line-height: 1.4;
  color: var(--theme-muted);
  text-wrap: balance;
  padding-bottom: 10px;
}

.mg-comb-grid {
  flex: 1;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0;
  border-top: 2px solid var(--theme-text);
  border-bottom: 2px solid var(--theme-text);
}
.mg-comb-tier {
  padding: 18px 18px;
  border-right: 1px solid color-mix(in srgb, var(--theme-text) 22%, transparent);
  display: flex; flex-direction: column;
  position: relative;
}
.mg-comb-tier:last-child { border-right: 0; }
.mg-comb-tier.is-focus {
  background: color-mix(in srgb, var(--theme-accent) 10%, transparent);
}
.mg-comb-num {
  font-family: var(--theme-mono, monospace);
  font-size: calc(11px * var(--theme-scale, 1));
  letter-spacing: 0.16em;
  color: var(--theme-accent);
  font-weight: 600;
  margin-bottom: 4px;
}
.mg-comb-name {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(15px * var(--theme-scale, 1));
  color: var(--theme-muted);
  margin-bottom: 6px;
}
.mg-comb-tag {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(12px * var(--theme-scale, 1));
  color: var(--theme-accent);
  margin-bottom: 4px;
}
.mg-comb-tt {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(22px * var(--theme-scale, 1));
  font-weight: 500; line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 4px 0 10px;
  min-height: calc(48px * var(--theme-scale, 1));
}
.mg-comb-divider {
  height: 1px;
  background: color-mix(in srgb, var(--theme-text) 22%, transparent);
  margin-bottom: 10px;
}
.mg-comb-desc {
  color: color-mix(in srgb, var(--theme-text) 74%, var(--theme-bg));
  font-size: calc(12px * var(--theme-scale, 1));
  line-height: 1.35;
  margin: -4px 0 14px;
  min-height: calc(32px * var(--theme-scale, 1));
  text-align: center;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mg-comb-price {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(34px * var(--theme-scale, 1));
  font-weight: 600; line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-text);
  margin-bottom: 10px;
}
.mg-comb-price .cur {
  font-size: calc(20px * var(--theme-scale, 1));
  color: var(--theme-muted);
  margin-right: 2px;
  vertical-align: top;
}
.mg-comb-meta {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid color-mix(in srgb, var(--theme-text) 22%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-text) 22%, transparent);
  margin-bottom: 10px;
}
.mg-comb-meta > div { display: flex; flex-direction: column; align-items: center; }
.mg-comb-meta .num {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-size: calc(20px * var(--theme-scale, 1));
  font-weight: 600; line-height: 1;
}
.mg-comb-meta .lbl {
  font-family: var(--theme-display, 'Fraunces', Georgia, serif);
  font-style: italic;
  font-size: calc(11px * var(--theme-scale, 1));
  color: var(--theme-muted);
  margin-top: 2px;
}
.mg-comb-feats {
  display: flex; flex-direction: column; gap: 6px;
  margin-top: auto;
  font-size: calc(13px * var(--theme-scale, 1));
}
.mg-comb-feat { display: flex; gap: 10px; align-items: baseline; }
.mg-comb-feat.off { opacity: 0.4; text-decoration: line-through; }
.mg-comb-feat > span:nth-child(1) {
  color: var(--theme-accent);
  font-size: calc(14px * var(--theme-scale, 1));
}

.cover.desc-pos-up .sk-desc,
.cover.desc-pos-down .sk-desc,
.cover.desc-pos-left .sk-desc,
.cover.desc-pos-right .sk-desc,
.cover.desc-pos-up .bp-desc,
.cover.desc-pos-down .bp-desc,
.cover.desc-pos-left .bp-desc,
.cover.desc-pos-right .bp-desc,
.cover.desc-pos-up .mg-desc,
.cover.desc-pos-down .mg-desc,
.cover.desc-pos-left .mg-desc,
.cover.desc-pos-right .mg-desc {
  transform: translate(var(--desc-x, 0px), var(--desc-y, 0px)) !important;
}
.cover.desc-pos-up .sk-desc,
.cover.desc-pos-down .sk-desc {
  margin-bottom: calc(0px + var(--desc-flow-y, 0px)) !important;
}
.cover.desc-pos-up .bp-desc,
.cover.desc-pos-down .bp-desc,
.cover.desc-pos-up .mg-desc,
.cover.desc-pos-down .mg-desc {
  margin-bottom: calc(12px + var(--desc-flow-y, 0px)) !important;
}

.cover.layout-compact.cover-sticker,
.cover.layout-compact.cover-magazine {
  padding: calc(42px * var(--theme-scale, 1)) calc(48px * var(--theme-scale, 1));
}
.cover.layout-spacious.cover-sticker,
.cover.layout-spacious.cover-magazine {
  padding: calc(72px * var(--theme-scale, 1)) calc(80px * var(--theme-scale, 1));
}
.cover.layout-compact.cover-blueprint {
  padding: calc(38px * var(--theme-scale, 1)) calc(44px * var(--theme-scale, 1));
}
.cover.layout-spacious.cover-blueprint {
  padding: calc(64px * var(--theme-scale, 1)) calc(72px * var(--theme-scale, 1));
}
.cover.layout-wide.cover-sticker .sk-title,
.cover.layout-wide.cover-blueprint .bp-title,
.cover.layout-wide.cover-magazine .mg-title {
  max-width: 95%;
}
.cover.layout-compact .sk-stickers {
  order: -1;
  margin-bottom: 22px;
}
.cover.layout-wide .sk-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  grid-template-areas:
    "hero stickers"
    "hero features"
    "foot foot";
  gap: 24px 34px;
  align-content: start;
}
.cover.layout-wide .sk-hero { grid-area: hero; }
.cover.layout-wide .sk-stickers {
  grid-area: stickers;
  align-self: start;
}
.cover.layout-wide .sk-feats {
  grid-area: features;
  margin-bottom: 0;
}
.cover.layout-wide .sk-footer { grid-area: foot; }

.cover.layout-compact .bp-spec-grid {
  order: -1;
  margin-bottom: 22px;
}
.cover.layout-wide .bp-body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  grid-template-areas:
    "spec specs"
    "features specs"
    "footer footer";
  gap: 24px 36px;
  align-content: start;
}
.cover.layout-wide .bp-spec {
  grid-area: spec;
  margin-bottom: 0;
}
.cover.layout-wide .bp-spec-grid {
  grid-area: specs;
  grid-template-columns: 1fr;
  align-self: start;
  margin-bottom: 0;
}
.cover.layout-wide .bp-feats { grid-area: features; }
.cover.layout-wide .bp-footer { grid-area: footer; }

.cover.layout-compact .mg-body {
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-areas: "right left";
}
.cover.layout-compact .mg-left { grid-area: left; }
.cover.layout-compact .mg-right { grid-area: right; }
.cover.layout-wide .mg-body {
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  grid-template-areas: "right left";
  gap: 46px;
}
.cover.layout-wide .mg-left { grid-area: left; }
.cover.layout-wide .mg-right {
  grid-area: right;
  align-self: stretch;
}
.cover.layout-stacked .sk-hero,
.cover.layout-stacked .sk-stickers,
.cover.layout-stacked .bp-spec-grid,
.cover.layout-stacked .mg-body {
  grid-template-columns: 1fr;
}
.cover.layout-stacked .mg-body {
  gap: 24px;
}
.cover.layout-stacked .sk-stickers,
.cover.layout-stacked .bp-spec-grid {
  gap: 14px;
}
