/* ChronoGalerie – zentraler Footer. Logo und Typografie entsprechen dem Header. */
.cg-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);background:#05090d;color:#d9d1bd}
.cg-footer__inner{width:min(1180px,calc(100% - 40px));min-height:112px;margin:0 auto;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:28px;box-sizing:border-box}
.cg-footer__brand{display:inline-flex;align-items:center;gap:12px;color:inherit;text-decoration:none;min-width:275px}
.cg-footer__logo{display:flex;align-items:center;justify-content:center;width:38px;height:48px;flex:0 0 38px;color:#f1d494}
.cg-footer__logo svg{display:block;width:32px;height:42px;overflow:visible}.cg-footer__logo path{fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.cg-footer__brand-text{display:flex;flex-direction:column;justify-content:center;line-height:1}
.cg-footer__name{display:block;margin:0;padding:0;font-family:Georgia,'Times New Roman',serif;font-size:11px;letter-spacing:.13em;font-weight:500;line-height:1;color:#f1d494;text-transform:uppercase;white-space:nowrap}
.cg-footer__slogan{display:block;margin:5px 0 0;padding:0;font-family:Georgia,'Times New Roman',serif;font-size:8px;font-style:italic;font-weight:400;line-height:1.2;letter-spacing:.06em;color:#9c8b66;white-space:nowrap}
.cg-footer__claim{margin:0;color:#777f83;font:12px/1.5 Arial,sans-serif;text-align:center}
.cg-footer__copy{color:#697276;font:11px/1.5 Arial,sans-serif;white-space:nowrap}
.cg-footer__legal{display:flex;align-items:center;gap:16px;white-space:nowrap}.cg-footer__legal a{color:#8e969a;font:11px/1.5 Arial,sans-serif;text-decoration:none}.cg-footer__legal a:hover{color:#f1d494;text-decoration:underline}
@media(max-width:760px){
  .cg-footer__inner{width:min(100% - 28px,520px);min-height:0;padding:26px 0;display:grid;grid-template-columns:1fr auto;gap:16px 14px}
  .cg-footer__brand{min-width:0;gap:8px}
  .cg-footer__logo{width:30px;height:42px;flex-basis:30px}.cg-footer__logo svg{width:26px;height:36px}
  .cg-footer__name{font-size:10px;letter-spacing:.11em}
  .cg-footer__slogan{margin-top:5px;font-size:7px;letter-spacing:.05em}
  .cg-footer__claim{grid-column:1/-1;grid-row:2;text-align:left}
  .cg-footer__legal{grid-column:1/-1;grid-row:3;justify-content:flex-start;white-space:normal}
  .cg-footer__copy{grid-column:1/-1;grid-row:4;white-space:normal}
}
