:root {
  --bg: #07090d;
  --panel: #101620;
  --panel-2: #151c28;
  --ink: #f7f1e8;
  --muted: #a6b0bf;
  --line: rgba(255, 255, 255, 0.13);
  --accent: #d7a755;
  --accent-2: #789fc9;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

body.cool-accent {
  --accent: #789fc9;
  --accent-2: #d7a755;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(
      circle at top left,
      rgba(215, 167, 85, 0.2),
      transparent 34%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(120, 159, 201, 0.16),
      transparent 32%
    ),
    var(--bg);
  background-size:
    84px 84px,
    auto,
    auto,
    auto;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100% - 36px, 1220px);
  margin: 0 auto;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #07090d;
  background: var(--accent);
  font-size: 0.78rem;
}

.accent-toggle,
.brief-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 0;
  width: min(100% - 36px, 1380px);
  margin: 22px auto 46px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 22, 32, 0.88);
  box-shadow: var(--shadow);
}

.cover-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 6vw, 72px);
}

.label {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2,
.quote-panel p {
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.06;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.4rem);
}

.summary {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.28rem);
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.facts span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.cover-image {
  min-height: 520px;
  margin: 0;
}

.cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.42) brightness(0.72) contrast(1.14);
}

.brief {
  width: min(100% - 36px, 1060px);
  margin: 0 auto 86px;
}

.lead {
  width: min(100%, 830px);
  margin: 0 auto 28px;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  text-align: center;
}

.brief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.brief-card,
.quote-panel,
.brief-footer {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 22, 32, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.brief-card {
  min-height: 245px;
  padding: 28px;
}

.brief-card.wide {
  grid-column: 1 / -1;
  min-height: 210px;
  background:
    linear-gradient(
      135deg,
      rgba(215, 167, 85, 0.13),
      rgba(120, 159, 201, 0.08)
    ),
    rgba(16, 22, 32, 0.78);
}

.brief-card span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--accent);
  font-weight: 800;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.brief-card p,
.brief-footer p {
  color: var(--muted);
}

.quote-panel {
  margin-top: 18px;
  padding: clamp(28px, 5vw, 52px);
}

.quote-panel p {
  margin: 0;
  color: var(--accent);
  font-size: clamp(1.7rem, 4vw, 3.15rem);
  text-align: center;
}

.brief-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 24px;
}

.brief-footer p {
  margin: 0;
}

.brief-footer a {
  color: #07090d;
  background: var(--accent);
}

@media (max-width: 850px) {
  .cover,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .cover-image {
    min-height: 320px;
  }

  .brief-card.wide {
    grid-column: auto;
  }

  .brief-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .topbar,
  .cover,
  .brief {
    width: min(100% - 24px, 1220px);
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cover-image {
    min-height: 260px;
  }

  .brief-card {
    min-height: auto;
  }
}
