:root {
  --seb-forest: #1b5e3b;
  --seb-forest-mid: #2d7a52;
  --seb-forest-lt: #d4ede0;
  --seb-gold: #e8a320;
  --seb-gold-lt: #fff6e0;
  --seb-coral: #c8503a;
  --seb-ink: #0f1a14;
  --seb-muted: #6b7c72;
  --seb-border: #d8e4dc;
  --seb-sand: #f7f3ee;
  --seb-white: #ffffff;
}

.sebprof-hero {
  background: var(--seb-forest);
  color: var(--seb-white);
  padding: clamp(48px, 8vw, 92px) clamp(20px, 5vw, 64px);
}

.sebprof-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.sebprof-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
}

.sebprof-kicker {
  margin: 0 0 14px;
  color: var(--seb-gold);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.sebprof-hero__actions,
.sebprof-card__meta,
.sebprof-age-nav,
.sebprof-newsletter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sebprof-button,
.sebprof-filters button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 10px 18px;
  background: var(--seb-gold);
  color: var(--seb-ink);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.sebprof-link {
  color: inherit;
  font-weight: 700;
}

.sebprof-catalogue {
  padding: 28px 0;
}

.sebprof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.sebprof-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--seb-border);
  border-radius: 8px;
  background: var(--seb-white);
}

.sebprof-card__media {
  display: grid;
  min-height: 170px;
  place-items: center;
  background: var(--seb-forest-lt);
  color: var(--seb-forest);
  font-weight: 800;
  text-decoration: none;
}

.sebprof-card__media img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.sebprof-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px;
}

.sebprof-card__body h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.sebprof-card__body a {
  color: var(--seb-ink);
  text-decoration: none;
}

.sebprof-card__eyebrow,
.sebprof-card__meta,
.sebprof-results-count {
  color: var(--seb-muted);
  font-size: 13px;
  font-weight: 700;
}

.sebprof-card__meta span {
  border-radius: 999px;
  background: var(--seb-sand);
  padding: 4px 9px;
}

.sebprof-card__body > p:not(.sebprof-card__eyebrow) {
  margin-bottom: 16px;
}

.sebprof-card__meta {
  margin-top: auto;
}

.sebprof-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--seb-border);
  border-radius: 8px;
  background: var(--seb-sand);
}

.sebprof-filters label {
  display: grid;
  gap: 5px;
  color: var(--seb-muted);
  font-size: 13px;
  font-weight: 700;
}

.sebprof-filters select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--seb-border);
  border-radius: 6px;
  background: var(--seb-white);
  color: var(--seb-ink);
  padding: 8px 10px;
}

.sebprof-age-nav {
  margin: 24px 0;
}

.sebprof-age-nav a {
  border: 1px solid var(--seb-border);
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--seb-white);
  color: var(--seb-forest);
  font-weight: 700;
  text-decoration: none;
}

.sebprof-newsletter {
  justify-content: space-between;
  margin: 36px 0;
  padding: 28px;
  border-radius: 8px;
  background: var(--seb-gold-lt);
}

.sebprof-newsletter h2 {
  margin: 0 0 6px;
  font-family: Fraunces, Georgia, serif;
}
