.bemed-rolunk {
  --ivory:     #FBF9F5;
  --beige:     #F0E6D2;
  --ink:       #1B1813;
  --body:      #514A3F;
  --gold:      #A8854A;
  --gold-deep: #876A3A;
  --gold-soft: #BE9B5D;
  --line:      #ECE6DA;
  --card-bd:   #EBE2D1;
  --muted:     #9E9382;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Jost', system-ui, sans-serif;
  background: var(--ivory); color: var(--ink); font-family: var(--sans);
}
.bemed-rolunk *, .bemed-rolunk *::before, .bemed-rolunk *::after { box-sizing: border-box; -webkit-font-smoothing: antialiased; }

.bemed-rolunk .about-hero {
  position: relative;
  height: 440px;
  overflow: hidden;
}
.bemed-rolunk .about-hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.bemed-rolunk .about-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 64% 52% at 50% 44%, rgba(27,24,19,.46) 0%, rgba(27,24,19,0) 72%),
    linear-gradient(180deg, rgba(27,24,19,.40) 0%, rgba(27,24,19,.16) 30%, rgba(251,249,245,.10) 64%, var(--ivory) 100%);
}
.bemed-rolunk .about-hero__inner {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  padding-top: 120px;
}
.bemed-rolunk .about-hero__title {
  margin: 0;
  font-family: var(--serif); font-weight: 300; font-size: 80px; line-height: 1;
  letter-spacing: -.01em; color: #fff;
  text-shadow: 0 2px 24px rgba(27,24,19,.6), 0 1px 4px rgba(27,24,19,.4);
}

.bemed-rolunk .about-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 56px 96px;
}

.bemed-rolunk .mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--line);
}
.bemed-rolunk .mission--reverse { direction: rtl; }
.bemed-rolunk .mission--reverse > * { direction: ltr; }

.bemed-rolunk .mission__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 18px;
}
.bemed-rolunk .mission__eyebrow span { display: inline-block; width: 20px; height: 1px; background: var(--gold-soft); }
.bemed-rolunk .mission__title {
  margin: 0 0 18px;
  font-family: var(--serif); font-weight: 300; font-size: 38px; line-height: 1.08;
  color: var(--ink);
}
.bemed-rolunk .mission__body {
  margin: 0;
  font-weight: 300; font-size: 15px; line-height: 1.75;
  color: var(--body);
}
.bemed-rolunk .mission__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--beige);
}
.bemed-rolunk .mission__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.bemed-rolunk .team-header {
  text-align: center;
  margin-bottom: 52px;
}
.bemed-rolunk .team-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-deep);
}
.bemed-rolunk .team-eyebrow span { display: inline-block; width: 24px; height: 1px; background: var(--gold-soft); }
.bemed-rolunk .team-title {
  margin: 14px 0 12px;
  font-family: var(--serif); font-weight: 300; font-size: 46px;
  color: var(--ink);
}
.bemed-rolunk .team-sub {
  margin: 0 auto;
  max-width: 60ch;
  font-weight: 300; font-size: 15px; line-height: 1.65;
  color: var(--body);
}

.bemed-rolunk .doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bemed-rolunk .doc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--card-bd);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px -18px rgba(27,24,19,.22);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
  text-decoration: none; color: inherit;
}
.bemed-rolunk .doc-card:hover {
  transform: translateY(-8px) scale(1.025);
  box-shadow: 0 24px 52px -18px rgba(27,24,19,.38);
  color: inherit;
}

.bemed-rolunk .doc-card__img {
  aspect-ratio: 3 / 4;
  background: var(--beige);
  overflow: hidden;
}
.bemed-rolunk .doc-card__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s ease;
}
.bemed-rolunk .doc-card:hover .doc-card__img img { transform: scale(1.04); }

.bemed-rolunk .doc-card__body { padding: 24px 26px 28px; }
.bemed-rolunk .doc-card__eyebrow {
  display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px;
}
.bemed-rolunk .doc-card__eyebrow > span:first-child {
  flex: none;
  display: inline-block;
  width: 20px; height: 1.5px; background: var(--gold-soft);
  margin-top: 6px;
}
.bemed-rolunk .doc-card__role {
  flex: 1;
  font-size: 9.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-deep);
  line-height: 1.5;
}
.bemed-rolunk .doc-card__name {
  margin: 0 0 10px;
  font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1.1;
  color: var(--ink);
}
.bemed-rolunk .doc-card__bio {
  margin: 0;
  font-weight: 300; font-size: 13.5px; line-height: 1.65;
  color: var(--body);
}

.bemed-rolunk .reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.bemed-rolunk .reveal--in { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .bemed-rolunk .about-hero { height: 320px; }
  .bemed-rolunk .about-hero__title { font-size: 56px; }
  .bemed-rolunk .about-wrap { padding: 48px 22px 64px; }
  .bemed-rolunk .mission { grid-template-columns: 1fr; gap: 32px; margin-bottom: 56px; padding-bottom: 56px; }
  .bemed-rolunk .mission--reverse { direction: ltr; }
  .bemed-rolunk .mission__title { font-size: 30px; }
  .bemed-rolunk .team-title { font-size: 36px; }
  .bemed-rolunk .doctors-grid { grid-template-columns: 1fr; }
}
