:root {
  --paper: #e6e4de;
  --paper-2: #d8d5cd;
  --cream: #f3f2ee;
  --ink: #141820;
  --ink-2: #3a404c;
  --ink-3: #6a7180;
  --night: #0b1f33;
  --night-2: #16324d;
  --rust: #c24e12;
  --rust-2: #e06a28;
  --signal: #f0b429;
  --forest: #0b1f33;
  --forest-2: #16324d;
  --clay: #c24e12;
  --clay-2: #e06a28;
  --gold: #f0b429;
  --gold-2: #f6c85a;
  --rule: #c4c0b6;
  --rule-2: #9b968c;
  --card: #ffffff;
  --shadow: none;
  --display: "Bebas Neue", "Impact", sans-serif;
  --serif: "Bebas Neue", "Impact", sans-serif;
  --text: "Source Sans 3", "Segoe UI", sans-serif;
  --sans: "Barlow Condensed", "Arial Narrow", sans-serif;
  --max: 1120px;
  --pad: clamp(1rem, 3vw, 2rem);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.05rem;
  line-height: 1.6;
  min-height: 100vh;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}

.eyebrow,
.kicker {
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rust);
  font-weight: 700;
}

.topbar {
  background: var(--rust);
  color: #fff8f2;
  font-family: var(--sans);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 34px;
  flex-wrap: wrap;
  padding-block: 0.3rem;
}

.topbar a { color: #fff8f2; text-decoration: none; }
.topbar a:hover { color: var(--signal); }
.topbar-actions { display: flex; gap: 1rem; }

.site-header {
  background: var(--night);
  border-bottom: 6px solid var(--signal);
  position: sticky;
  top: 0;
  z-index: 40;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0 0.55rem;
}

.masthead { display: contents; }
.masthead-side { display: none; }

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #f4f6f8;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  background: var(--signal);
  color: var(--night);
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 78% 100%, 0 100%);
}

.brand-stack { display: grid; gap: 0.1rem; }

.brand-name {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 0.85;
  letter-spacing: 0.06em;
  color: #f4f6f8;
}

.brand-tag {
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--signal);
}

.issue-stamp {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--rust);
  color: #fff;
  padding: 0.35rem 0.7rem 0.3rem;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.issue-stamp b {
  font-family: var(--display);
  font-size: 2rem;
  line-height: 0.8;
}

.issue-stamp span {
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
}

.nav {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: wrap;
  padding: 0 0 0;
  border-top: 1px solid rgba(244, 246, 248, 0.12);
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}

.nav a {
  font-family: var(--sans);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7rem 0.85rem;
  color: #c5ced8;
  border-bottom: 3px solid transparent;
}

.nav a:hover,
.nav a.is-active {
  color: var(--signal);
  border-bottom-color: var(--signal);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(244, 246, 248, 0.3);
  background: transparent;
  color: #f4f6f8;
  padding: 0.4rem 0.7rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.cover {
  display: flex;
  flex-direction: column;
  background: var(--night);
  color: #f4f6f8;
  margin-bottom: 0;
  overflow: hidden;
}

.cover-art {
  position: relative;
  min-height: min(52vh, 480px);
  background: linear-gradient(160deg, #16324d, #0b1f33);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.cover-art::after {
  content: "01";
  position: absolute;
  right: 6%;
  bottom: 12%;
  font-family: var(--display);
  font-size: clamp(5rem, 14vw, 10rem);
  line-height: 0.8;
  color: rgba(240, 180, 41, 0.22);
  pointer-events: none;
}

.cover-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-copy {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: -3.2rem auto 1.6rem;
  position: relative;
  z-index: 2;
  background: var(--paper);
  color: var(--ink);
  padding: 1.4rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  border-left: 8px solid var(--rust);
}

.cover-issue {
  font-family: var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--rust);
}

.cover h1 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  line-height: 0.92;
  font-weight: 400;
  margin: 0;
  max-width: 16ch;
  color: var(--night);
}

.cover p {
  max-width: 54ch;
  color: var(--ink-2);
  font-size: 1.12rem;
}

.actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 2px solid transparent;
  padding: 0.65rem 1rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: var(--rust);
  color: #fff8f2;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.btn:hover { background: #9b3c0d; }
.btn-ghost {
  background: var(--night);
  border-color: transparent;
  color: #f4f6f8;
}
.btn-ghost:hover { background: #16324d; }
.btn-ink {
  background: var(--night);
  color: #f4f6f8;
}
.btn-ink:hover { background: #16324d; }
.btn-line {
  background: transparent;
  border-color: var(--night);
  color: var(--night);
}
.btn-line:hover { background: var(--night); color: #f4f6f8; }
.btn-wa { background: #128c4b; }
.btn-wa:hover { background: #0d6e3a; }

.cover .btn-ghost,
.cover .btn-ink,
.cover .btn-line {
  background: var(--night);
  border-color: transparent;
  color: #f4f6f8;
}

.section { padding: 2rem 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: 4px solid var(--night);
  padding-bottom: 0.45rem;
}

.section-head h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--night);
}

.section-head a {
  font-family: var(--sans);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rust);
}

.grid-3, .grid-4, .grid-2 { display: grid; gap: 1rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: 1.2fr 0.8fr; }
.grid-cards { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }

.card {
  background: var(--card);
  border: 0;
  border-left: 6px solid var(--rust);
  box-shadow: none;
  padding: 1.1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 100%;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.card h3, .note h3 {
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.05;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.card p, .muted { color: var(--ink-2); margin: 0; }
.meta {
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-link { text-decoration: none; }
.card-link:hover h3 { color: var(--rust); }

.feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.feature .grid-cards {
  grid-template-columns: repeat(3, 1fr);
}

.feature-art {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: var(--night);
  color: #f4f6f8;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.feature-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-art span,
.feature-art strong {
  position: relative;
  z-index: 1;
}

.feature-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 31, 51, 0.05), rgba(11, 31, 51, 0.78));
  z-index: 0;
}

.feature-art span {
  font-family: var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--signal);
}
.feature-art strong {
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 0.95;
  font-weight: 400;
}

.card-media {
  display: block;
  margin: -1.1rem -1.15rem 0.4rem -1.35rem;
  overflow: hidden;
  min-height: 150px;
  background: var(--night);
}

.card-media img,
.art-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-media img { min-height: 150px; max-height: 180px; }

.edition-figure,
.article-figure {
  margin: 0 0 1.1rem;
}

.edition-figure img,
.article-figure img {
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}

.art-caption {
  margin: 0.45rem 0 0;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted, #5c6b7a);
}

.ad {
  border: 0;
  background: var(--signal);
  color: var(--night);
  padding: 1.2rem 1.3rem;
  display: grid;
  gap: 0.35rem;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.ad-label {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--night);
}

.ad strong { font-family: var(--display); font-size: 2rem; letter-spacing: 0.03em; }

.section-tiles a {
  text-decoration: none;
  background: var(--night);
  color: #f4f6f8;
  padding: 1.15rem 1.1rem;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.section-tiles a:nth-child(2) { background: #16324d; }
.section-tiles a:nth-child(3) { background: var(--rust); }
.section-tiles a:nth-child(4) { background: #8a3b12; }
.section-tiles a:nth-child(5) { background: #1c3d2c; }
.section-tiles a:nth-child(6) { background: #3d2a16; }

.section-tiles h3 {
  font-family: var(--display);
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.section-tiles p { margin: 0; color: rgba(244, 246, 248, 0.78); font-size: 0.98rem; }

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.filters input,
.filters select,
.field input,
.field select,
.field textarea {
  border: 2px solid var(--night);
  background: var(--card);
  padding: 0.7rem 0.8rem;
  color: var(--ink);
  width: 100%;
  border-radius: 0;
}

.filters input { flex: 1 1 240px; }
.filters select { flex: 0 1 200px; }

.badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0;
  padding: 0.15rem 0.45rem;
  color: #fff;
  background: var(--night);
}

.badge-hot { background: var(--rust); color: #fff; }

.pro-card .name {
  font-family: var(--display);
  font-size: 1.7rem;
  margin: 0;
  letter-spacing: 0.02em;
}
.wa-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: auto; padding-top: 0.6rem; }

.page-hero { padding: 2rem 0 0.4rem; }

.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.95;
  margin: 0.2rem 0 0.55rem;
  font-weight: 400;
  max-width: 18ch;
  letter-spacing: 0.03em;
  color: var(--night);
}

.article {
  display: grid;
  grid-template-columns: minmax(0, 68ch) minmax(220px, 1fr);
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.article-body p { font-size: 1.12rem; }
.article-body p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 3.6rem;
  float: left;
  line-height: 0.75;
  padding: 0.2rem 0.4rem 0 0;
  color: var(--rust);
}

.sharebar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
}

.side-box {
  background: var(--card);
  border: 0;
  border-top: 8px solid var(--signal);
  padding: 1.1rem;
  position: sticky;
  top: 6rem;
}

.edition-sheet {
  background: var(--card);
  border: 0;
  border-left: 6px solid var(--night);
  padding: clamp(1.2rem, 3vw, 2.4rem);
}

.edition-sheet + .edition-sheet { margin-top: 1.2rem; }

.form {
  display: grid;
  gap: 0.85rem;
  background: var(--card);
  border: 0;
  border-top: 8px solid var(--rust);
  padding: 1.3rem;
}

.field { display: grid; gap: 0.3rem; }
.field label {
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--night);
}

.note {
  border-left: 6px solid var(--signal);
  padding: 0.2rem 0 0.2rem 1rem;
}

.pack {
  background: var(--card);
  border: 0;
  border-left: 6px solid var(--night);
  padding: 1.2rem;
  display: grid;
  gap: 0.55rem;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.pack ul { margin: 0.2rem 0 0; padding-left: 1.1rem; color: var(--ink-2); }
.price {
  font-family: var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rust);
  font-size: 0.88rem;
}

.timeline { display: grid; gap: 0.9rem; }
.event {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  background: var(--card);
  border: 0;
  border-left: 6px solid var(--rust);
  padding: 1rem 1.1rem;
}

.event-date {
  font-family: var(--sans);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--rust);
}

.subscribe-band {
  background: var(--signal);
  color: var(--night);
  padding: 2.4rem 0;
  margin-top: 2rem;
  clip-path: polygon(0 12px, 100% 0, 100% calc(100% - 12px), 0 100%);
}

.subscribe-band h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0.15rem 0 0.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.subscribe-band p { margin: 0 0 1rem; color: #3a3220; max-width: 62ch; }
.subscribe-band .kicker { color: var(--night); }

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  max-width: 420px;
  background: #fff;
  padding: 1rem;
  border-left: 6px solid var(--night);
}

.subscribe-form .field-wide { grid-column: 1 / -1; }
.subscribe-form .actions { grid-column: 1 / -1; }
.subscribe-form label { color: var(--night); }
.subscribe-form input[type="email"],
.subscribe-form input[type="tel"],
.subscribe-form input[type="text"] {
  border-color: var(--night);
  background: #fff;
  color: var(--ink);
}

.subscribe-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.3rem;
  font-family: var(--sans);
  font-size: 0.95rem;
}

.subscribe-checks label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--night);
}

.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.subscribe-msg { min-height: 1.3em; font-family: var(--sans); font-size: 0.95rem; }
.subscribe-msg.ok { color: #1a6b3c; }
.subscribe-msg.err { color: #9b3c0d; }

.subscribe-page .subscribe-form {
  background: var(--card);
  max-width: none;
}

.subscribe-page .subscribe-form label { color: var(--night); }
.subscribe-page .subscribe-form input {
  background: var(--card);
  color: var(--ink);
  border-color: var(--night);
}
.subscribe-page .subscribe-checks label { color: var(--ink); }

.site-footer {
  margin-top: 0;
  background: var(--night);
  color: #d5dde6;
  padding: 2.4rem 0 1.4rem;
  border-top: 8px solid var(--rust);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer h3 {
  font-family: var(--display);
  margin: 0 0 0.6rem;
  color: var(--signal);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.site-footer a { color: #d5dde6; }
.site-footer .fine {
  margin-top: 1.6rem;
  border-top: 1px solid rgba(213, 221, 230, 0.18);
  padding-top: 0.9rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9aa6b4;
}

.indice-az {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.4rem;
}
.indice-az a {
  min-width: 2.1rem;
  text-align: center;
  padding: 0.35rem 0.45rem;
  border: 2px solid var(--night);
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--night);
  background: #fff;
}
.indice-az a:hover { background: var(--rust); color: #fff; border-color: var(--rust); }
.indice-block { margin: 0 0 1.8rem; }
.indice-block h2 {
  font-family: var(--display);
  font-size: 3rem;
  margin: 0 0 0.3rem;
  border-bottom: 4px solid var(--night);
  line-height: 0.9;
  color: var(--night);
}
.indice-row {
  display: grid;
  grid-template-columns: minmax(10rem, 1.2fr) 1fr auto;
  align-items: baseline;
  gap: 0.5rem 0.8rem;
  padding: 0.7rem 0;
  border-bottom: 2px dotted var(--rule);
}
.indice-who {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
.indice-who strong { font-family: var(--display); font-size: 1.4rem; letter-spacing: 0.02em; }
.indice-lead {
  border-bottom: 2px dotted var(--ink-3);
  min-width: 2rem;
  align-self: end;
  margin-bottom: 0.35rem;
}
.indice-meta {
  font-family: var(--sans);
  font-size: 0.88rem;
  color: var(--ink-3);
  text-align: right;
  text-transform: uppercase;
}
.indice-wa { grid-column: 1 / -1; }
.indice-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  border-top: 4px solid var(--night);
  background: #fff;
  padding: 0.2rem 1rem;
}
.indice-preview-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 2px dotted var(--rule);
  text-decoration: none;
  color: inherit;
}
.indice-preview-row span {
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--ink-3);
  text-align: right;
  text-transform: uppercase;
}

.empty {
  padding: 1.4rem;
  border: 2px dashed var(--rule);
  color: var(--ink-3);
  text-align: center;
  background: #fff;
}

.toast {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  background: var(--night);
  color: #f4f6f8;
  padding: 0.7rem 1rem;
  font-family: var(--sans);
  font-size: 0.95rem;
  z-index: 80;
  display: none;
}

.toast.show { display: block; }

@media (max-width: 900px) {
  .header-row { flex-wrap: wrap; }
  .cover, .feature, .feature .grid-cards, .grid-2, .grid-3, .grid-4, .article, .footer-grid, .event, .subscribe-form, .indice-row, .indice-preview {
    grid-template-columns: 1fr;
  }
  .indice-meta { text-align: left; }
  .indice-lead { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav { display: none; }
  .nav.open { display: flex; justify-content: flex-start; }
  .cover-art { min-height: 240px; }
  .issue-stamp { display: none; }
}

@media print {
  .topbar, .site-header, .site-footer, .sharebar, .nav-toggle, .btn, .filters, .subscribe-band { display: none !important; }
  body { background: white; }
  .cover { break-after: page; }
  a { text-decoration: none; }
}
