/* =========================================================================
   CopyStudioWeb — Site-Overrides (wird NACH global.css geladen)
   global.css ist der unveränderte Stand von copystudio.marketing (Live).
   Alles, was für copystudioweb.de abweicht, lebt hier.
   ========================================================================= */

/* ------- Logo (echtes PNG aus brain/brand/logo: Springer + CopyStudio + WEB) -------
   Das Logo ist kompakter (2,7:1) als die Marketing-Wortmarke (4:1), deshalb
   etwas höher setzen, damit „CopyStudio" lesbar bleibt. */
.cs-nav__logo-svg.csw-logo-img { height: 44px; width: auto; }
@media (max-width: 960px) { .cs-nav__logo-svg.csw-logo-img { height: 36px; } }

.cs-footer__logo .csw-logo-img--footer {
  height: 64px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(217, 80, 48, 0.18));
  transition: filter 280ms cubic-bezier(0.23, 1, 0.32, 1);
}
.cs-footer__logo:hover .csw-logo-img--footer {
  filter: drop-shadow(0 3px 16px rgba(217, 80, 48, 0.35));
}

/* ------- Hero ohne Dachzeile: mehr Luft zwischen Nav und Headline (Desktop) ------- */
@media (min-width: 769px) {
  .section--hero.hero--bleed { padding-top: clamp(10.5rem, 21vh, 14rem); }
}

/* =========================================================================
   REFERENZEN — Zufriedene Kunden (zwei Karten über dem Grid)
   ========================================================================= */
.refs-clients {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
  margin-bottom: clamp(0.75rem, 1.4vw, 1.1rem);
}
.client-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: #fff;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
}
.client-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(217, 80, 48, 0.45);
  transform: translateY(-2px);
}
.client-card__avatar {
  flex: 0 0 auto;
  width: 78px; height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(217, 80, 48, 0.16);
}
.client-card__body { display: flex; flex-direction: column; gap: 0.3rem; min-width: 0; }
.client-card__name { font: 700 1.1rem/1.2 'Poppins', system-ui, sans-serif; color: #fff; }
.client-card__meta { font: 500 0.78rem/1.3 'Poppins', system-ui, sans-serif; color: rgba(255, 255, 255, 0.55); }
.client-card__stats { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.2rem; }
.client-card__stats span {
  font: 600 0.7rem/1 'Poppins', system-ui, sans-serif;
  letter-spacing: 0.04em;
  padding: 0.38rem 0.6rem;
  border-radius: 999px;
  background: rgba(217, 80, 48, 0.14);
  border: 1px solid rgba(217, 80, 48, 0.35);
  color: #FFB39A;
}
.client-card__what { font: 400 0.85rem/1.45 'Poppins', system-ui, sans-serif; color: rgba(255, 255, 255, 0.72); margin-top: 0.2rem; }
.client-card__arrow { margin-left: auto; color: rgba(255, 255, 255, 0.45); font-size: 1.2rem; transition: transform 220ms ease, color 220ms ease; }
.client-card:hover .client-card__arrow { color: #D95030; transform: translateX(3px); }
@media (max-width: 960px) {
  .refs-clients { grid-template-columns: minmax(0, 1fr); }
  .client-card { padding: 1rem; gap: 0.9rem; }
  .client-card__avatar { width: 64px; height: 64px; }
  .client-card__arrow { display: none; }
}

/* =========================================================================
   KONTAKT — Final-Section mit Formular (Text links, Formular rechts)
   ========================================================================= */
.section--kontakt .kontakt__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  text-align: left;
}
.section--kontakt .kontakt__text .section__pre { justify-content: flex-start; }
.section--kontakt .cta-final__headline {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem) !important;
  text-align: left !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
.section--kontakt .cta-final__sub {
  text-align: left !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
.kontakt__points {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.kontakt__points li {
  display: flex;
  gap: 0.75rem;
  font: 400 0.95rem/1.5 'Poppins', system-ui, sans-serif;
  color: rgba(26, 26, 28, 0.78);
}
.kontakt__points li strong { color: #1A1A1C; font-weight: 600; }
.kontakt__num {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(217, 80, 48, 0.12);
  color: #D95030;
  font: 700 0.75rem/26px 'Poppins', system-ui, sans-serif;
  text-align: center;
}
.kontakt__alt {
  margin: 1.5rem 0 0;
  font: 400 0.9rem/1.5 'Poppins', system-ui, sans-serif;
  color: rgba(26, 26, 28, 0.62);
}
.kontakt__alt a { color: #D95030; text-decoration: underline; text-underline-offset: 3px; }
.section--kontakt .erst-form { text-align: left; }
@media (max-width: 960px) {
  .section--kontakt .kontakt__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ------- Hero-Reveal: Deck + CTA-Reihe per CSS (statt GSAP) ------- */
.hero--bleed .hero__deck {
  opacity: 0;
  transform: translateY(14px);
  animation: heroIn 700ms var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)) 350ms forwards;
}
.hero--bleed .hero__cta-row {
  opacity: 0;
  transform: translateY(14px);
  animation: heroIn 700ms var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)) 800ms forwards;
}
@media (prefers-reduced-motion: reduce) {
  .hero--bleed .hero__deck,
  .hero--bleed .hero__cta-row { opacity: 1; transform: none; animation: none; }
}

/* ------- Plattform-Marquee (statt Kundenlogos) ------- */
.platforms__eyebrow {
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
  padding-inline: clamp(1.25rem, 4vw, 2rem);
  text-align: center;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-wrap: balance;
}
.plat-item {
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 320ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 320ms cubic-bezier(0.23, 1, 0.32, 1);
}
.plat-item svg {
  width: clamp(20px, 1.8vw, 26px);
  height: clamp(20px, 1.8vw, 26px);
  flex: 0 0 auto;
}
.plat-item:hover { color: #fff; transform: scale(1.04); }
@media (max-width: 768px) {
  .plat-item { font-size: 0.85rem; }
  .plat-item svg { width: 18px; height: 18px; }
}

/* ------- Final-CTA (helle Variante): Alt-Link war weiß auf Creme ------- */
.section--cta-final-clean .cta-final__alt-link { color: rgba(26, 26, 28, 0.62); }
.section--cta-final-clean .cta-final__alt-link:hover { color: var(--accent, #D95030); }

/* =========================================================================
   REFERENZEN — Bento-Grid (Reel 9:16, zwei 16:9-Videos, Designs)
   Spalten so gewählt, dass Reel (2 Zeilen) und Videos/Quadrate aufgehen:
   1 : 1.58 : 0.89  →  16:9-Video und Quadrat sind gleich hoch.
   ========================================================================= */
.section--referenzen {
  position: relative;
  background: #000000;
  padding-block: clamp(5rem, 9vw, 7rem);
  overflow: hidden;
}
.section--referenzen .container { max-width: 1280px; }
.section--referenzen .problem-stories__header .section__headline { color: #FFFFFF; }
.section--referenzen .problem-stories__header .section__headline strong { color: #FFFFFF; }
.section--referenzen .problem-stories__header .section__sub { color: rgba(255, 255, 255, 0.72); }
.section--referenzen .problem-stories__header .section__sub strong { color: #FFFFFF; }
.refs-grid {
  display: grid;
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.58fr) minmax(0, 0.89fr);
  grid-template-areas:
    "reel  video1 sq1"
    "reel  video2 sq2"
    "wide1 wide1  sq3";
}
.ref-card {
  position: relative;
  margin: 0;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #0B0B0C;
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.45);
  transform: translateZ(0);
}
.ref-card--reel  { grid-area: reel; min-height: 420px; }
.ref-card--v1    { grid-area: video1; aspect-ratio: 16 / 9; }
.ref-card--v2    { grid-area: video2; aspect-ratio: 16 / 9; }
.ref-card--sq1   { grid-area: sq1; aspect-ratio: 1; }
.ref-card--sq2   { grid-area: sq2; aspect-ratio: 1; }
.ref-card--sq3   { grid-area: sq3; }                     /* dehnt sich auf Zeilenhöhe → hochkant, passt zur Karten-Rückseite */
.ref-card--wide1 { grid-area: wide1; aspect-ratio: 1600 / 704; }  /* Flyer-Format, nichts abgeschnitten */
.ref-card > img,
.ref-card > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.ref-card:hover > img,
.ref-card:hover > video { transform: scale(1.03); }
.ref-card__tag {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  margin: 0;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font: 600 0.68rem/1 'Poppins', system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
/* Websites: zwei Browser-Fenster nebeneinander */
.refs-web {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
  margin-top: clamp(0.75rem, 1.4vw, 1.1rem);
}
.web-window {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #141416;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: inherit;
  transform: translateZ(0);
}
.web-window__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 40px;
  padding: 0 0.9rem;
  background: #1C1C1F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.web-window__dots { display: inline-flex; gap: 6px; }
.web-window__dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.web-window__dots i:nth-child(1) { background: #FF5F57; }
.web-window__dots i:nth-child(2) { background: #FEBC2E; }
.web-window__dots i:nth-child(3) { background: #28C840; }
.web-window__url {
  flex: 1;
  text-align: center;
  font: 500 0.72rem/1 'Poppins', system-ui, sans-serif;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 0.4rem 0.6rem;
  margin-right: 2.6rem; /* gleicht die Dots links aus */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.web-window__screen { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #000; }
.web-window__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.web-window:hover .web-window__screen img { transform: none; }

@media (max-width: 960px) {
  .refs-web { grid-template-columns: minmax(0, 1fr); }
  .refs-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "reel   sq1"
      "reel   sq2"
      "video1 video1"
      "video2 video2"
      "wide1  wide1"
      "sq3    sq3";
  }
  .ref-card--reel { min-height: 0; }
  .ref-card--sq3  { aspect-ratio: 16 / 10; }
  .ref-card__tag  {
    font-size: 0.6rem;
    left: 0.6rem;
    bottom: 0.6rem;
    max-width: calc(100% - 1.2rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ------- Footer: große Wortmarke deutlich sichtbar (Original war fast unsichtbar) ------- */
.cs-footer__editorial-text {
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.34) 0%,
    rgba(255, 255, 255, 0.10) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.cs-footer__editorial-text em {
  background: linear-gradient(180deg,
    rgba(217, 80, 48, 0.95) 0%,
    rgba(217, 80, 48, 0.55) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* ------- Platzhalter-Badge auf Fotos (löschen, sobald echte Fotos drin sind) ------- */
.photo-todo {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font: 600 0.68rem/1 'Poppins', system-ui, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}

/* =========================================================================
   ERSTGESPRÄCH-SEITE (helle Seite, Formular statt Calendly)
   ========================================================================= */
.erst-page {
  min-height: 100vh;
  background: var(--cream, #FAF6EE);
  color: #1A1A1C;
  padding-top: clamp(6rem, 12vw, 9rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.erst-page__container {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}
.erst-page__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.erst-page__pre {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D95030;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(217, 80, 48, 0.32);
  border-radius: 999px;
  background: rgba(217, 80, 48, 0.06);
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}
.erst-page__pre::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  background: #D95030;
  border-radius: 50%;
}
.erst-page__headline {
  font-family: var(--font-display, 'Poppins', system-ui, sans-serif);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1A1A1C;
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  text-wrap: balance;
}
.erst-page__headline em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  color: #D95030;
}
.erst-page__subheadline {
  font-family: var(--font-display, 'Poppins', system-ui, sans-serif);
  font-size: clamp(1rem, 1.6vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(26, 26, 28, 0.72);
  margin: 0;
  text-wrap: pretty;
}
.erst-page__subheadline strong { color: #1A1A1C; font-weight: 600; }

.erst-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
@media (max-width: 860px) {
  .erst-page__grid { grid-template-columns: 1fr; }
}

/* Formular-Karte */
.erst-form {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 24px 60px -28px rgba(0, 0, 0, 0.18);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
.erst-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
@media (max-width: 560px) { .erst-form__row { grid-template-columns: 1fr; } }
.erst-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.erst-form__label {
  font: 600 0.8125rem/1.3 'Poppins', system-ui, sans-serif;
  color: #1A1A1C;
  letter-spacing: 0.01em;
}
.erst-form__label span { color: #D95030; }
.erst-form input[type="text"],
.erst-form input[type="email"],
.erst-form input[type="tel"],
.erst-form select,
.erst-form textarea {
  width: 100%;
  font: 400 1rem/1.4 'Poppins', system-ui, sans-serif;
  color: #1A1A1C;
  background: #FAF8F3;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.erst-form textarea { min-height: 120px; resize: vertical; }
.erst-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231A1A1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.6rem;
  cursor: pointer;
}
.erst-form input:focus,
.erst-form select:focus,
.erst-form textarea:focus {
  border-color: #D95030;
  box-shadow: 0 0 0 4px rgba(217, 80, 48, 0.14);
  background: #FFFFFF;
}
.erst-form input::placeholder,
.erst-form textarea::placeholder { color: rgba(26, 26, 28, 0.38); }

.erst-form__check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font: 400 0.8125rem/1.5 'Poppins', system-ui, sans-serif;
  color: rgba(26, 26, 28, 0.75);
  margin: 0.25rem 0 1.25rem;
  cursor: pointer;
}
.erst-form__check input {
  width: 18px; height: 18px;
  margin-top: 0.15rem;
  accent-color: #D95030;
  flex: 0 0 auto;
}
.erst-form__check a {
  color: #D95030;
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* Honeypot: für Menschen unsichtbar, für Bots ein normales Feld */
.erst-form__hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.erst-form__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #D95030;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 1.05rem 1.5rem;
  font: 700 0.95rem/1 'Poppins', system-ui, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 14px 30px -14px rgba(217, 80, 48, 0.55);
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 220ms ease, background 220ms ease;
}
.erst-form__btn:hover {
  background: #C4472A;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px -14px rgba(217, 80, 48, 0.65);
}
.erst-form__btn:disabled { opacity: 0.6; cursor: wait; transform: none; }
.erst-form__feedback {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  font: 500 0.9rem/1.45 'Poppins', system-ui, sans-serif;
}
.erst-form__feedback--success {
  background: rgba(34, 139, 84, 0.1);
  color: #1E6B42;
  border: 1px solid rgba(34, 139, 84, 0.25);
}
.erst-form__feedback--error {
  background: rgba(217, 80, 48, 0.08);
  color: #A33A1F;
  border: 1px solid rgba(217, 80, 48, 0.3);
}
.erst-form__feedback a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.erst-form__hint {
  font: 400 0.75rem/1.5 'Poppins', system-ui, sans-serif;
  color: rgba(26, 26, 28, 0.55);
  margin: 0.9rem 0 0;
  text-align: center;
}
.erst-form.is-submitted .erst-form__fields { display: none; }

/* Seitenleiste: Was passiert danach */
.erst-aside { display: flex; flex-direction: column; gap: 1rem; }
.erst-aside__card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
.erst-aside__card h3 {
  font: 700 1.05rem/1.3 'Poppins', system-ui, sans-serif;
  margin: 0 0 0.85rem;
  color: #1A1A1C;
  letter-spacing: -0.01em;
}
.erst-aside__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.erst-aside__list li {
  display: flex; gap: 0.75rem;
  font: 400 0.9rem/1.5 'Poppins', system-ui, sans-serif;
  color: rgba(26, 26, 28, 0.78);
}
.erst-aside__list li strong { color: #1A1A1C; font-weight: 600; }
.erst-aside__num {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(217, 80, 48, 0.12);
  color: #D95030;
  font: 700 0.75rem/26px 'Poppins', system-ui, sans-serif;
  text-align: center;
}
.erst-aside__quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #1A1A1C;
  margin: 0;
}
.erst-aside__quote cite {
  display: block;
  font: 500 0.72rem/1.4 'Poppins', system-ui, sans-serif;
  font-style: normal;
  color: rgba(26, 26, 28, 0.55);
  margin-top: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
