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

/* ── Hope and Rage brand system ── */

/* 3px gradient stripe at top of every page */
.brand-stripe {
  height: 3px;
  background: linear-gradient(90deg, #00dd00, #0055ff, #7c3aed, #ff0000);
}

/* 1px gradient separator line — use in place of gray borders for major section breaks */
.brand-separator {
  height: 1px;
  background: linear-gradient(90deg, #00dd00, #0055ff, #7c3aed, #ff0000);
  margin-top: 4rem;
}

/* Gradient text on hover — add to any text link */
.brand-link:hover {
  background: linear-gradient(90deg, #00dd00 0%, #0055ff 25%, #7c3aed 50%, #ff0000 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

body {
  font-family: 'Public Sans', sans-serif;
  background: #0a0a0a;
  color: #f0f0f0;
  line-height: 1.7;
  min-height: 100vh;
}

main {
  max-width: 680px;
  margin: 0 auto;
  padding: 5rem 2rem 0;
}

/* ── Header ── */

header {
  margin-bottom: 3.5rem;
}

h1 {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.hope {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #00dd00 0%, #0055ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.and {
  font-size: 0.9em;
  font-weight: 500;
  background: linear-gradient(90deg, #0055ff 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rage {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #7c3aed 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hope-word {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #00dd00 0%, #0055ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rage-word {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #7c3aed 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hope-and-rage {
  background: linear-gradient(90deg, #00dd00 0%, #0055ff 25%, #7c3aed 50%, #ff0000 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.and-word {
  font-size: 0.9em;
  font-weight: 500;
  background: linear-gradient(90deg, #0055ff 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.and-body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  background: linear-gradient(90deg, #0055ff 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tagline {
  font-size: 1.2rem;
  color: #f0f0f0;
  font-weight: 400;
}

/* ── Sections ── */

section {
  margin-bottom: 3.5rem;
}

.apps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ── Mission ── */

.mission-box {
  border-left: 3px solid;
  border-image: linear-gradient(to bottom, #00dd00, #0055ff, #7c3aed, #ff0000) 1;
  padding-left: 1.25rem;
  margin-bottom: 1.75rem;
}

.mission-box p {
  font-size: 1.25rem;
  line-height: 1.8;
}

.site-note {
  font-size: 1rem;
  margin-top: 2rem;
  padding-bottom: 4rem;
}

/* ── Section headings ── */

h2 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}

/* ── App cards ── */

.app-card {
  border: 1px solid #1e1e1e;
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  background: #111;
  transition: border-color 0.2s;
}

.app-card:hover {
  border-color: #2a2a2a;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.app-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.app-card.cleanslate h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #ffffff 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}

.app-card.cleanslate {
  background: linear-gradient(90deg, #111 0%, #111 50%, rgba(17, 17, 17, 0) 100%);
}

.app-card.webslinger {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='4' fill='%231a1a1a' opacity='0.8'/%3E%3Ccircle cx='50' cy='30' r='4' fill='%231a1a1a' opacity='0.8'/%3E%3Ccircle cx='80' cy='50' r='4' fill='%231a1a1a' opacity='0.8'/%3E%3Ccircle cx='30' cy='70' r='4' fill='%231a1a1a' opacity='0.8'/%3E%3Ccircle cx='70' cy='80' r='4' fill='%231a1a1a' opacity='0.8'/%3E%3Cline x1='10' y1='10' x2='50' y2='30' stroke='%231a1a1a' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='50' y1='30' x2='80' y2='50' stroke='%231a1a1a' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='80' y1='50' x2='30' y2='70' stroke='%231a1a1a' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='30' y1='70' x2='70' y2='80' stroke='%231a1a1a' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='70' y1='80' x2='10' y2='10' stroke='%231a1a1a' stroke-width='1.5' opacity='0.6'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-position: center;
  background-repeat: repeat;
}

.app-card p {
  font-size: 1rem;
  line-height: 1.65;
}

.card-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.card-link:hover {
  background: linear-gradient(90deg, #00dd00 0%, #0055ff 25%, #7c3aed 50%, #ff0000 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #2a2a2a;
  color: #777;
  white-space: nowrap;
}

.badge-live {
  color: #00dd00;
  border-color: rgba(0, 221, 0, 0.25);
}

/* ── Values list ── */

.values ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.values li {
  color: #aaa;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
}

.values li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #f97316;
  font-weight: 700;
}

/* ── Footer ── */

footer {
  padding: 2rem;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}

footer a {
  color: #777;
  text-decoration: none;
  transition: color 0.15s;
}

footer a:hover {
  color: #aaa;
}

/* ── Responsive ── */

@media (max-width: 480px) {
  main {
    padding: 3rem 1.25rem 3rem;
  }
}
