/* Design system compartilhado — alinhado ao index.html (landing de doações) */
@import url("chrome.css");

:root {
  --black: #111111;
  --ink: #222222;
  --muted: #747474;
  --line: #e7e2db;
  --paper: #f6f2ec;
  --white: #ffffff;
  --gold: #f3c221;
  --blue: #1f4c8f;
  --red: #b72b2b;
  --shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  transform: translateY(-140%);
  background: var(--gold);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 22px;
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-title {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.section-copy {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 0;
  padding: 13px 24px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--gold);
  color: var(--black);
}

.btn-primary:hover {
  background: #ffd43b;
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

/* Page hero — chrome (header/nav/footer) vive em chrome.css */
.page-hero {
  --hero-image: url("../images/migrated/from-backup/originals/images/ff3b636535_47aba7_f45ef4412b684d0688e00c6c4fe8e913_mv2.jpg");
  position: relative;
  isolation: isolate;
  min-height: 320px;
  padding: 72px 0 48px;
  color: var(--white);
  background-color: #161616;
  background-image:
    linear-gradient(
      115deg,
      rgba(17, 17, 17, 0.82) 0%,
      rgba(17, 17, 17, 0.45) 55%,
      rgba(17, 17, 17, 0.55) 100%
    ),
    var(--hero-image);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.page-hero .eyebrow {
  color: var(--gold);
}

.page-hero .section-title {
  max-width: 16ch;
}

.page-hero .section-copy {
  color: rgba(255, 255, 255, 0.86);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumb a:hover {
  color: var(--gold);
}

/* Prose */
.prose-section {
  padding: 56px 0;
}

.prose-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.prose h2 {
  margin: 0 0 12px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  text-transform: uppercase;
  line-height: 1.15;
}

.prose p {
  margin: 0 0 16px;
  color: var(--ink);
}

.prose ul {
  margin: 0 0 20px;
  padding-left: 1.15rem;
}

.prose li {
  margin-bottom: 8px;
}

.prose .note {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: var(--white);
  color: var(--muted);
  font-size: 0.9rem;
}

.prose figure {
  margin: 0 0 24px;
}

.prose figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  background: #111;
}

.prose figcaption {
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}

.media-grid figure {
  margin: 0;
}

.media-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #111;
}

.media-grid figcaption {
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--muted);
}

.hub-card figure {
  margin: -20px -20px 14px;
}

.hub-card figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 900px) {
  .media-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}

.pullquote {
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.35;
  text-transform: none;
  font-weight: 500;
}

.pullquote cite {
  display: block;
  margin-top: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.85rem;
  font-style: normal;
  color: var(--muted);
}

.side-card {
  position: sticky;
  top: 96px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.side-card h3 {
  margin: 0 0 10px;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.side-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.side-card .meta {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}

.side-card .meta li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.timeline {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid var(--line);
}

.timeline li {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 0 22px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
}

.timeline strong {
  display: block;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.cta-band {
  padding: 48px 0;
  background: #161616;
  color: var(--white);
}

.cta-band .section-copy {
  color: rgba(255, 255, 255, 0.78);
}

.cta-band .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 1020px) {
  .prose-grid {
    grid-template-columns: 1fr;
  }

  .side-card {
    position: static;
  }
}

@media (max-width: 700px) {
  .page-hero {
    padding: 56px 0 36px;
  }
}
