:root {
  --bg: #ffffff;
  --bg-elevated: #f7f7f7;
  --text: #0a0a0a;
  --muted: #555555;
  --accent: #D00070;
  --accent-strong: #A0005A;
  --yellow: #FFCD00;
  --blue: #1E88E5;
  --border: #e5e5e5;
  --max: 760px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--accent-strong); }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 24px 96px;
}

/* --- Header / nav --- */

header.site {
  border-bottom: 3px solid var(--text);
  padding: 14px 24px;
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 10;
}

header.site .inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-decoration: none;
  line-height: 1;
}
.brand img {
  height: 34px;
  width: auto;
  display: block;
}
.brand-strapline {
  font-size: 0.62rem;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

nav.site a {
  color: var(--text);
  text-decoration: none;
  margin-left: 18px;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
nav.site a:hover { color: var(--accent); }
nav.site a[aria-current="page"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* --- Typography --- */

h1, h2, h3 {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 1.6em 0 0.5em;
}
h1 { font-size: 2.6rem; margin-top: 0.2em; text-transform: none; }
h2 { font-size: 1.55rem; }
h3 {
  font-size: 0.85rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-top: 1.4em;
}

p { margin: 0 0 1em; }

.lede {
  font-size: 1.2rem;
  color: var(--text);
  font-weight: 500;
  margin-bottom: 2em;
}

/* --- Callouts / disclaimers --- */

.callout {
  border-left: 5px solid var(--accent);
  background: var(--bg-elevated);
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 0 4px 4px 0;
}

.callout.warn {
  border-left-color: var(--yellow);
  background: #fff8d6;
}

.disclaimer {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-left: 5px solid var(--text);
  padding: 18px 22px;
  font-size: 0.95rem;
  color: var(--muted);
  margin: 32px 0;
}
.disclaimer strong { color: var(--text); }

/* --- Evidence cards --- */

.evidence {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}

.evidence li {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 22px 24px;
}

.evidence h2 {
  font-size: 1.18rem;
  margin: 4px 0 8px;
}

.evidence .source {
  font-size: 0.85rem;
  color: var(--muted);
  word-break: break-all;
  margin-bottom: 12px;
}

.evidence blockquote {
  margin: 12px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--accent);
  color: var(--text);
  font-style: italic;
}

.evidence .commentary {
  margin-top: 10px;
  font-size: 0.97rem;
  color: var(--text);
}

/* --- CTA --- */

.cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 14px;
}
.cta:hover { background: var(--accent-strong); color: #fff; }

/* --- Footer --- */

footer.site {
  border-top: 3px solid var(--text);
  padding: 32px 24px;
  color: var(--muted);
  background: var(--bg);
  text-align: center;
  font-size: 0.85rem;
}
footer.site p { margin: 0.4em 0; }

/* --- Share pages --- */

.wrap.wide { max-width: 1100px; }

.back-link {
  margin: 0 0 8px;
  font-size: 0.9rem;
}
.back-link a { color: var(--muted); text-decoration: none; }
.back-link a:hover { color: var(--accent); }

.card-frame {
  margin: 24px 0 28px;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg);
}
.card-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 24px;
}

.share-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.86rem;
  font-family: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 2px solid var(--text);
  background: var(--bg);
  color: var(--text);
}
.share-btn:hover { background: var(--text); color: var(--bg); }
.share-btn.x  { background: #000;     border-color: #000;     color: #fff; }
.share-btn.fb { background: #1877f2;  border-color: #1877f2;  color: #fff; }
.share-btn.wa { background: #25d366;  border-color: #25d366;  color: #0a0a0a; }
.share-btn.dl { background: var(--accent); border-color: var(--accent); color: #fff; }
.share-btn.copy { background: var(--bg); }

/* --- Gallery --- */

.gallery {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gallery-item {
  display: block;
  text-decoration: none;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg);
  transition: transform 0.12s ease, border-color 0.12s ease;
}
.gallery-item:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}
.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.gallery-title {
  display: block;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
  border-top: 1px solid var(--border);
}

@media (max-width: 700px) {
  .gallery { grid-template-columns: 1fr; gap: 16px; }
}

/* --- Mobile --- */

@media (max-width: 600px) {
  h1 { font-size: 1.95rem; }
  .lede { font-size: 1.05rem; }
  body { font-size: 16px; }
  nav.site a { margin-left: 10px; font-size: 0.78rem; }
  .brand img { height: 28px; }
  .brand-strapline { font-size: 0.55rem; }
}
