/* Markenanpassung nach DesignManual der Evangelischen Kirchengemeinde Staaken */
:root {
  --ink: #333333;
  --paper: #faf8f4;
  --lime: #9dbf21;
  --purple: #50148c;
  --coral: #f27405;
  --magenta: #d90467;
  --yellow: #f2b441;
}

.site-header {
  height: 86px;
  border-bottom-color: #33333333;
}

.church-logo {
  display: block;
  background: #fff;
  padding: 7px 10px;
  border-radius: 10px;
}

.church-logo img {
  display: block;
  width: 220px;
  height: auto;
}

.mini-cta { background: var(--purple); }
.hero { padding-top: 140px; }
.hero::before {
  background:
    radial-gradient(circle at 80% 47%, #d90467 0 19%, transparent 19.5%),
    radial-gradient(circle at 83% 47%, #9dbf21 0 31%, transparent 31.5%);
  opacity: .22;
}
.orb-one { background: #50148c; opacity: .55; }
.orb-two { background: #9dbf21; opacity: .7; }
.hero h1 i,
.intro-grid h2 span,
.dates-head h2 span,
.bot-copy h2 span,
.date-list time,
.final-cta h2 i { color: var(--purple); }
.portal { background: var(--purple); }
.sticker-a {
  width: 142px;
  height: 142px;
  top: 0;
  left: -1%;
  z-index: 4;
  padding: 36px;
  overflow: hidden;
  color: #242424;
  font-size: 16px;
  line-height: .95;
  letter-spacing: -.02em;
}
.sticker-b {
  width: 118px;
  height: 118px;
  right: 0;
  bottom: 6%;
  z-index: 4;
  padding: 18px 10px;
  color: #242424;
  font-size: 30px;
  line-height: .8;
}
.sticker-b small {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: -.02em;
}
.marquee,
.quote-section,
footer { background: var(--purple); }
blockquote em { color: var(--yellow); }
.lilac { color: #fff; }
.coral { background: var(--yellow); }
.date-feature { color: #fff; }
.date-feature > p:first-child { color: var(--yellow); }
.date-feature strong { color: #fff; }
.date-feature strong span { color: var(--yellow); }
.date-feature h3 { color: #fff; }
.date-feature p:last-child { color: #fff; opacity: .9; }
.team-section { background: #fff; }
.team-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 8vw;
}
.team-head h2 {
  font-size: clamp(44px, 5.8vw, 82px);
}
.team-head h2 span { color: var(--purple); }
.team-head > p {
  max-width: 520px;
  font-size: 19px;
  line-height: 1.55;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 58px;
}
.team-card {
  min-height: 330px;
  padding: 24px;
  border: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.team-initials {
  width: 68px;
  height: 68px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 800 22px var(--display);
}
.team-card > p {
  margin: 36px 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.team-card h3 {
  margin: 0 0 28px;
  font: 800 27px/1.05 var(--display);
}
.team-card a {
  margin-top: auto;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.team-violet { background: var(--purple); color: #fff; }
.team-orange { background: var(--yellow); color: var(--ink); }
.team-green { background: var(--lime); color: var(--ink); }
.team-yellow { background: #fff; color: var(--purple); }
.bot-section { background: linear-gradient(135deg, var(--magenta), var(--purple)); }
.bot-copy h2 span { color: #fff; }
.final-cta { background: var(--lime); }
.footer-logo { padding: 6px 9px; }
.footer-logo img { width: 200px; }

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 800px) {
  .church-logo img { width: 150px; }
  .site-header { height: 76px; }
  .hero { padding-top: 120px; }
  .footer-logo img { width: 185px; }
  .sticker-a { left: 0; top: 2%; }
  .sticker-b { right: 1%; bottom: 5%; }
  .team-head { grid-template-columns: 1fr; gap: 18px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card { min-height: 290px; }
}

@media (max-width: 520px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 270px; }
}
