.zcs-looks-hub { max-width: 1120px; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; }
.zcs-looks-hub__label { letter-spacing: .12em; text-transform: uppercase; font-size: .75rem; color: #3D4F63; margin: 0 0 .5rem; font-weight: 600; }
.zcs-looks-hub__intro h1 { font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.1; margin: 0 0 .75rem; color: #0B1220; max-width: 22ch; }
.zcs-looks-hub__lead { color: #3D4F63; font-size: 1.1rem; max-width: 62ch; line-height: 1.6; margin: 0 0 1.25rem; }
.zcs-looks-hub__lead a, .zcs-looks-hub__more a, .zcs-looks-hub__small a { color: #C44E03; font-weight: 600; }
.zcs-looks-hub__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 0 2.5rem; }
.zcs-looks-hub .zcs-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .7rem 1.1rem; font-weight: 700; text-decoration: none !important; border-radius: 6px; max-width: 100%; overflow-wrap: anywhere; }
.zcs-looks-hub .zcs-btn--copper { background: #C44E03; color: #fff !important; }
.zcs-looks-hub .zcs-btn--ghost { background: transparent; color: #0B1220 !important; border: 2px solid #0B1220; }
.zcs-looks-hub .zcs-btn--light { background: #fff; color: #0B1220 !important; border: 2px solid #fff; }
.zcs-looks-hub__grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.zcs-look-card { position: relative; display: flex; flex-direction: column; color: inherit; border: 1px solid #B8C4D0; background: #fff; border-radius: 12px; overflow: hidden; transition: transform .15s ease, box-shadow .15s ease; }
.zcs-look-card:hover, .zcs-look-card:focus-within { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(11,18,32,.12); }
.zcs-look-card__media { aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--look-accent, #C44E03), #0B1220); border-bottom: 1px solid #E3E8EE; overflow: hidden; }
.zcs-look-card__img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.zcs-look-card__art { height: 100%; position: relative; }
.zcs-look-card__art::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; }
.zcs-look-card__body { padding: 1.1rem 1.2rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.zcs-look-card__tag { margin: 0 0 .35rem; font-size: .8rem; color: #3D4F63; }
.zcs-look-card__body h2 { margin: 0 0 .5rem; font-size: 1.2rem; line-height: 1.3; color: #0B1220; }
.zcs-look-card__body p { margin: 0 0 .9rem; color: #3D4F63; font-size: .95rem; line-height: 1.5; }
.zcs-look-card__go { margin-top: auto; font-weight: 700; color: #C44E03 !important; text-decoration: none !important; }
.zcs-look-card__go::after { content: ''; position: absolute; inset: 0; }
.zcs-look-card__go:focus-visible { outline: none; }
.zcs-look-card:focus-within { outline: 3px solid #C44E03; outline-offset: 2px; }
.zcs-looks-hub__more { margin: 3rem 0 0; max-width: 70ch; }
.zcs-looks-hub__more h2, .zcs-looks-hub__final h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); line-height: 1.2; margin: 0 0 .6rem; }
.zcs-looks-hub__more h2 { color: #0B1220; }
.zcs-looks-hub__more p { color: #3D4F63; line-height: 1.6; margin: 0; }
.zcs-looks-hub__final { margin: 3rem 0 0; padding: 2rem 1.5rem; background: #0B1220; color: #E3E8EE; border-radius: 12px; }
.zcs-looks-hub__final h2 { color: #fff; }
.zcs-looks-hub__final p { margin: 0 0 1.1rem; line-height: 1.55; }
.zcs-looks-hub__final .zcs-looks-hub__cta { margin: 0 0 1rem; }
.zcs-looks-hub__small { font-size: .9rem; margin: 0 !important; }
.zcs-looks-hub__final .zcs-looks-hub__small a { color: #F3A46B; }
/* Kolory w ciemnym boksie CTA — motyw wymusza kolor h2/p z !important. */
html body .zcs-looks-hub .zcs-looks-hub__final h2 { color: #fff !important; }
html body .zcs-looks-hub .zcs-looks-hub__final p,
html body .entry-content .zcs-looks-hub__final p { color: #D5DEE8 !important; }
html body .entry-content .zcs-looks-hub__final .zcs-looks-hub__small a { color: #F3A46B !important; }
