:root {
  --ink: #15151a;
  --muted: #615c55;
  --line: rgba(15, 17, 22, 0.14);
  --paper: #fffaf2;
  --panel: #ffffff;
  --accent: #ff5a7a;
  --mint: #40d6b0;
  --gold: #f2c94c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 242, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  font-size: 22px;
  font-weight: 900;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.support-hero {
  min-height: 52vh;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 132px clamp(24px, 6vw, 84px) 48px;
  background: #10131a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.support-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}

.support-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #d7d1c4;
  font-size: 18px;
  line-height: 1.65;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 52px clamp(24px, 6vw, 84px);
  background: #f8f3ea;
  color: #17120f;
}

.support-grid article {
  display: grid;
  gap: 10px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(23, 18, 15, 0.14);
  border-radius: 8px;
  background: #fffaf3;
}

.support-grid strong {
  font-size: 18px;
}

.support-grid span {
  color: #5d554d;
  line-height: 1.5;
}

.policy-page {
  padding: 48px clamp(18px, 5vw, 64px);
  background: var(--paper);
}

.policy-page pre {
  max-width: 900px;
  margin: 0 auto;
  white-space: pre-wrap;
  font: inherit;
  line-height: 1.7;
  color: var(--ink);
}

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

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.05));
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 clamp(18px, 5vw, 64px) 48px;
  color: white;
}

.hero-copy p,
.eyebrow {
  margin: 0 0 8px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(54px, 11vw, 126px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy span {
  display: block;
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.primary-link,
.secondary-link {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-link {
  background: var(--accent);
  color: white;
}

.secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: white;
}

.search-band,
.split,
.artist-section {
  padding: 52px clamp(18px, 5vw, 64px);
}

.search-band {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 24px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
}

.type-grid,
.web-artist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 24px clamp(18px, 5vw, 64px) 0;
}

.type-grid button,
.artist-card,
.steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.type-grid button {
  min-height: 72px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.split p {
  color: var(--muted);
  line-height: 1.6;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.steps article {
  min-height: 128px;
  padding: 16px;
}

.steps strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--mint);
  margin-bottom: 16px;
}

.steps span {
  color: var(--muted);
  line-height: 1.5;
}

.section-heading {
  margin-bottom: 18px;
}

.web-artist-grid {
  padding: 0;
}

.artist-card {
  overflow: hidden;
}

.artist-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.artist-card div {
  padding: 14px;
}

.artist-card strong {
  display: block;
  font-size: 18px;
}

.artist-card p {
  min-height: 44px;
  color: var(--muted);
}

.rating-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
}

.rating-row span:first-child {
  color: var(--gold);
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 820px) {
  nav {
    display: none;
  }

  .search-band,
  .split {
    grid-template-columns: 1fr;
  }

  .type-grid,
  .web-artist-grid,
  .steps,
  .support-grid {
    grid-template-columns: 1fr;
  }
}
