.hero-collage {
  animation: heroFade 360ms ease-out both;
}

.hero-collage__frame {
  display: flex;
  justify-content: center;
}

.hero-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 620px;
  border: 1px solid rgba(122, 101, 76, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(160% 120% at 10% 6%, rgba(255, 255, 255, 0.62), transparent 45%),
    radial-gradient(120% 120% at 95% 92%, rgba(184, 216, 232, 0.22), transparent 58%),
    linear-gradient(180deg, #fcf8f2 0%, #f4ede6 100%);
  box-shadow:
    0 18px 34px rgba(92, 74, 48, 0.12),
    0 2px 10px rgba(92, 74, 48, 0.08);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(84, 64, 42, 0.12) 0.9px, transparent 1px),
    radial-gradient(circle at 80% 55%, rgba(84, 64, 42, 0.1) 0.9px, transparent 1px);
  background-size: 18px 18px, 22px 22px;
}

.hero-card__label {
  position: absolute;
  top: 38px;
  left: 24px;
  z-index: 8;
  margin: 0;
  padding: 10px 22px 8px;
  border-radius: 10px;
  border: 1px solid rgba(145, 122, 92, 0.28);
  background: #f9eec0;
  color: #2a231c;
  font-family: var(--font-hand);
  font-size: 27px;
  line-height: 1.05;
  transform: rotate(-2deg);
  box-shadow: 0 8px 16px rgba(97, 73, 45, 0.16);
}

.hero-card__label::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 24px;
  width: 56px;
  height: 17px;
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.2)),
    rgba(225, 212, 189, 0.8);
  border: 1px solid rgba(146, 126, 97, 0.2);
  transform: rotate(-4deg);
}

.hero-card__label::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  border-radius: 0 0 8px 0;
  background: linear-gradient(135deg, rgba(130, 104, 73, 0.16), transparent 62%);
  pointer-events: none;
}

.hero-card__content {
  position: relative;
  z-index: 4;
  width: 50%;
  min-height: 620px;
  padding: 82px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-card__name {
  margin: 12px 0 0;
  color: #241e17;
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.hero-card__role {
  margin: 8px 0 0;
  color: #5e5448;
  font-size: 18px;
  line-height: 1.45;
}

.hero-card__divider {
  width: 56px;
  height: 2px;
  margin: 16px 0;
  background: linear-gradient(90deg, rgba(191, 154, 89, 0.72), rgba(191, 154, 89, 0.08));
}

.hero-card__chips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 16px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(114, 95, 71, 0.12);
  padding: 6px 14px;
  color: #2b241d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 0 3px 7px rgba(110, 90, 64, 0.1);
}

.hero-pill--mint {
  background: #b8d8e8;
}

.hero-pill--rose {
  background: #c8b8e8;
}

.hero-pill--violet {
  background: #f8e8b7;
}

.hero-card__description {
  margin: 0;
  max-width: 34ch;
  color: #2d2822;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
}

.hero-card__description::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 116px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent 0 40%, rgba(245, 215, 110, 0.75) 40% 100%);
}

.hero-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-paper-primary {
  width: fit-content;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(143, 117, 78, 0.35);
  background: #f5d76e;
  color: #241f18;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: lowercase;
  box-shadow: 0 4px 10px rgba(104, 80, 47, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.btn-paper-primary:hover {
  transform: translate(1px, -1px);
  box-shadow: 0 6px 15px rgba(104, 80, 47, 0.25);
  filter: saturate(1.02);
}

.btn-paper-secondary {
  width: fit-content;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #cfc8c0;
  background: rgba(255, 255, 255, 0.76);
  color: #2f2a24;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: lowercase;
  box-shadow: 0 3px 8px rgba(94, 78, 57, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.btn-paper-secondary:hover {
  transform: translate(1px, -1px);
  box-shadow: 0 6px 13px rgba(94, 78, 57, 0.16);
  background: #fff;
}

.hero-card__media {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-card__photo-shell {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 75%;
  max-width: 54%;
  height: calc(100% - 36px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 28px rgba(74, 59, 40, 0.18);
}

.hero-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.hero-note {
  position: absolute;
  z-index: 7;
  border-radius: 8px;
  border: 1px solid rgba(145, 120, 89, 0.2);
  padding: 10px 12px;
  background: #faf2dc;
  color: #2a231c;
  font-family: var(--font-hand);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  box-shadow: 2px 3px 8px rgba(85, 64, 41, 0.15);
}

.hero-note--top {
  top: 68%;
  right: 16px;
  max-width: 152px;
  transform: rotate(2deg);
}

.hero-note--bottom {
  width: 178px;
  max-width: 178px;
  right: 16px;
  bottom: 22px;
  transform: rotate(-1deg);
}

@media (max-width: 900px) {
  .hero-card {
    min-height: 0;
  }

  .hero-card__content {
    width: auto;
    min-height: 0;
    padding: 76px 24px 24px;
    justify-content: flex-start;
  }

  .hero-card__name {
    font-size: 36px;
  }

  .hero-card__role {
    font-size: 16px;
  }

  .hero-card__description {
    font-size: 15px;
  }

  .hero-card__actions {
    margin-top: 24px;
  }

  .hero-card__media {
    position: relative;
    inset: auto;
    min-height: 360px;
  }

  .hero-card__photo-shell {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 24px);
    max-width: none;
    margin: 0 12px 12px;
    min-height: 340px;
    height: auto;
  }

  .hero-note--top {
    display: none;
  }

  .hero-note--bottom {
    right: 20px;
    bottom: 18px;
  }
}

/* ── Inline stats inside Hero (under buttons) ──────────────────────────────── */

.hero-card__stats {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8dcc8;
}

.hero-card__stat {
  display: flex;
  flex-direction: column;
}

.hero-card__stat-number {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: 28px;
  font-weight: 800;
  color: #c4973b;
  line-height: 1.2;
}

.hero-card__stat-label {
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: 13px;
  color: #888;
  line-height: 1.3;
  display: block;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
