.case-study--brand .cs-lead,
.case-study--brand .cs-body {
  color: #000;
}

.brand-hero-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 16px;
  padding: clamp(48px, 8vw, 110px) clamp(24px, 6vw, 80px);
  margin-top: 48px;
}

.brand-hero-mark img {
  width: min(560px, 100%);
  height: auto;
}

.brand-subhead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 20px;
  margin-top: 24px;
}

.brand-tile {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.brand-tile__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  aspect-ratio: 16 / 9;
  padding: 26px 34px;
  box-sizing: border-box;
}

.brand-tile__preview--dark {
  background: #000;
}

.brand-tile__preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-tile__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  flex-wrap: wrap;
  padding: 12px 16px;
  border-top: 1px solid #ebebeb;
}

.brand-tile__name {
  font-size: 14px;
  font-weight: 500;
}

.brand-dl-row {
  display: flex;
  gap: 6px;
}

.brand-dl {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--orange-500, #ff4618);
  background: #ffefec;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
}

.brand-dl:hover {
  background: var(--orange-500, #ff4618);
  color: #fff;
}

.brand-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
  gap: 20px;
  margin-top: 32px;
}

.brand-swatch {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  overflow: hidden;
}

.brand-swatch__chip {
  height: 120px;
  border-bottom: 1px solid #ebebeb;
}

.brand-swatch__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
}

.brand-swatch__name {
  font-size: 15px;
  font-weight: 500;
}

.brand-swatch__hex {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.brand-glow {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}

.brand-glow__chip {
  height: 140px;
  background: radial-gradient(820px 480px at 2% 8%, rgba(255, 70, 24, 0.12), transparent 62%);
  border-bottom: 1px solid #ebebeb;
}

.brand-glow__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
}

.brand-type {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: clamp(24px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brand-type__sample {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.brand-type__sample--mono {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: clamp(18px, 2.6vw, 28px);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.brand-type__files {
  display: flex;
  gap: 6px 8px;
  flex-wrap: wrap;
}

.brand-note {
  margin-top: 24px;
  max-width: 720px;
}

.brand-tile--ticket {
  max-width: 300px;
  margin-top: 24px;
}
