
/* Blue Lemon Lab custom updates – 2026-08 */
.bll-smart-title { font-size: clamp(2rem, 4.1vw, 4.4rem) !important; line-height: 1.05 !important; }
.bll-smart-title .desktop-break { display:block; }
@media (max-width: 767px) {
  .bll-smart-title { font-size: clamp(1.95rem, 9vw, 3.15rem) !important; line-height: 1.08 !important; }
  .bll-smart-title .desktop-break { display:inline; }
}
.bll-cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 10000;
  max-width: 980px; margin: 0 auto; background: #fff; border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,.18); padding: 1.25rem 1.4rem;
}
.bll-cookie-banner[hidden] { display:none !important; }
.bll-cookie-actions { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1rem; }
.bll-cookie-banner p { margin:0; }
.bll-cookie-settings { cursor:pointer; text-decoration:underline; }
.bll-page-hero { padding: 8.5rem 0 3.5rem; text-align:center; }
.bll-page-hero img { max-width: min(520px, 82vw); height:auto; display:block; margin:0 auto 2rem; }
.bll-content-section { padding: 3.5rem 0; }
.bll-content-card { background:#fff; border-radius:24px; padding:clamp(1.5rem, 4vw, 3rem); }
.bll-narrow { max-width: 900px; margin:0 auto; }
.bll-imprint address { font-style:normal; line-height:1.7; }
.bll-newsletter-placeholder { text-align:center; padding:2rem; border:1px solid rgba(0,0,0,.12); border-radius:18px; }
.bll-hidden-page { min-height:100vh; padding:4rem 1.25rem; display:flex; align-items:center; }
.bll-hidden-page .wrap { max-width:820px; margin:0 auto; text-align:center; }
.bll-hidden-page img { max-width:min(300px,60vw); height:auto; margin:0 auto 2rem; }
.bll-hidden-page h1 { margin-bottom:1.5rem; }
@media (max-width: 767px) {
  .bll-cookie-banner { left:.6rem; right:.6rem; bottom:.6rem; padding:1rem; }
  .bll-cookie-actions .btn { width:100%; }
  .bll-page-hero { padding-top:7rem; }
}

/* Release 2026-08-12: mobile creativity-mode ticker */
@media (max-width: 768px) {
  #clients01-d .embla__slide .slide-content .item-wrapper .item-img img {
    height: auto !important;
    aspect-ratio: 2 / 1;
    object-fit: contain !important;
    display: block;
  }
  #clients01-d .embla__slide .slide-content,
  #clients01-d .embla__slide .item-wrapper,
  #clients01-d .embla__slide .item-img { min-height: 0; }
}
.bll-contact-status { margin-top:1rem; padding:.85rem 1rem; border-radius:12px; }
.bll-contact-status:empty { display:none; }
.bll-contact-status.is-success { background:#edf8ef; }
.bll-contact-status.is-error { background:#fff0f0; }
.bll-hp { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.bll-newsletter-frame { display:block; width:100%; max-width:100%; min-height:680px; border:0; margin:0 auto; }
@media (max-width: 480px) { .bll-newsletter-frame { min-height:760px; } }
