/* Circle Composing · Flyer + Vorstelltext */

.page-circle .cc-main {
  max-width: 980px;
}

.page-circle .cc-head {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 28px;
  padding-top: 8px;
}

.page-circle .cc-head h1 {
  margin: 0 0 10px;
  font-family: 'Vibes', cursive !important;
  font-weight: 400;
  letter-spacing: .02em;
  color: #e2b83e;
  font-size: clamp(1.55rem, 7vw, 2.35rem) !important;
  line-height: 1.12;
  max-width: min(92vw, 22rem);
  margin-left: auto;
  margin-right: auto;
  white-space: normal !important;
}

.page-circle .cc-lead {
  margin: 0;
  color: #e2b83e;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  letter-spacing: .03em;
  transform: none !important;
  text-align: center;
}

.page-circle .cc-book-line {
  margin: 4px 0 0;
  color: #e2b83e;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(.95rem, 2.5vw, 1.1rem);
  transform: none !important;
  text-align: center;
}

.page-circle .cc-flyers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin: 18px 0 28px;
}

.page-circle .cc-flyer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.page-circle .cc-flyer-link {
  display: block;
  width: 100%;
  border: 1px solid rgba(226, 184, 62, .38);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, .35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.page-circle .cc-flyer-link:hover,
.page-circle .cc-flyer-link:focus-visible {
  border-color: rgba(226, 184, 62, .85);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .42);
  outline: none;
}

.page-circle .cc-flyer-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: center top;
  background: #0a0a0a;
}

.page-circle .cc-flyer-title {
  margin: 0;
  color: #e2b83e;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.05rem, 2.8vw, 1.28rem);
  letter-spacing: .03em;
  line-height: 1.25;
  font-weight: 400;
}

.page-circle .cc-flyer-sub {
  margin: 0;
  color: #e2b83e;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .95rem;
  letter-spacing: .02em;
}

.page-circle .cc-story {
  margin: 8px auto 0;
  max-width: 40rem;
  color: #e2b83e;
  font-size: 1.02rem;
  line-height: 1.55;
}

.page-circle .cc-story p {
  margin: 0 0 0.9rem;
}

.page-circle .cc-story p:last-child {
  margin-bottom: 0;
}

.page-circle .cc-story strong {
  color: #e2b83e;
  font-weight: 600;
}

.page-circle .cc-box {
  margin: 22px auto 0;
  max-width: 40rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(226, 184, 62, .28);
  border-radius: 16px;
  background: rgba(0, 0, 0, .28);
}

.page-circle .cc-box-title {
  margin: 0 0 0.7rem;
  color: #e2b83e;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.2rem, 3.2vw, 1.45rem);
  letter-spacing: .03em;
  font-weight: 400;
  text-align: center;
}

.page-circle .cc-box ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #e2b83e;
  line-height: 1.5;
}

.page-circle .cc-box li {
  margin: 0 0 0.45rem;
}

.page-circle .cc-box li:last-child {
  margin-bottom: 0;
}

.page-circle .cc-note {
  margin: 18px auto 0;
  max-width: 34rem;
  text-align: center;
  color: #e2b83e;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1rem;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .page-circle .cc-flyers {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 2026-09-10 Anna: nur Markenname Schreibschrift, Rest Druckschrift Gold */
.brand, .brand-wide, .topnav-brand, .footer-brand, .page-home {
  font-family: 'Vibes', cursive !important;
  color: #e2b83e !important;
  -webkit-text-fill-color: #e2b83e !important;
}
