/* YouTube + Instagram — sekcja social hub */

.social-hub {
  padding: clamp(56px, 8vw, 96px) 0;
  background: var(--brand-graphite);
  color: rgba(255, 255, 255, 0.92);
}

.social-hub__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(36px, 5vw, 56px);
}

.social-hub__eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-detail);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-green);
}

.social-hub__head h2 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ececec;
}

.social-hub__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.social-hub__layout {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.social-hub__col-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 20px;
}

.social-hub__col-head h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-hub__handle {
  display: block;
  margin-top: 4px;
  font-family: var(--font-detail);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

.social-hub__channel-link {
  margin-left: auto;
}

.social-hub__brand {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.12);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.social-hub__brand--yt {
  background-color: rgba(255, 0, 0, 0.85);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .6 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.3.6 9.3.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.75 15.02V8.98L15.5 12l-5.75 3.02z'/%3E%3C/svg%3E");
}

.social-hub__brand--ig {
  background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.2' fill='%23fff' stroke='none'/%3E%3C/svg%3E"), linear-gradient(135deg, #f09433, #dc2743 50%, #bc1888);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 22px 22px, cover;
}

.social-hub__players {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.social-hub__player--featured {
  grid-column: 1 / -1;
}

.social-hub__yt-facade {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  font: inherit;
  color: inherit;
  text-align: left;
}

.social-hub__yt-facade img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.social-hub__yt-facade:hover img,
.social-hub__yt-facade:focus-visible img {
  transform: scale(1.03);
  opacity: 0.88;
}

.social-hub__yt-play {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(184, 75, 85, 0.92);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.social-hub__yt-play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 3px;
}

.social-hub__yt-label {
  display: block;
  padding: 10px 12px;
  font-family: var(--font-detail);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.35);
}

.social-hub__yt-facade.is-playing {
  cursor: default;
}

.social-hub__yt-facade.is-playing img,
.social-hub__yt-facade.is-playing .social-hub__yt-play,
.social-hub__yt-facade.is-playing .social-hub__yt-label {
  display: none;
}

.social-hub__yt-facade iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.social-hub__ig-card {
  display: block;
  padding: 20px 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.2));
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.social-hub__ig-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.social-hub__ig-card:hover,
.social-hub__ig-card:focus-visible {
  border-color: rgba(220, 39, 67, 0.55);
  background: linear-gradient(145deg, rgba(220, 39, 67, 0.12), rgba(0, 0, 0, 0.25));
}

.social-hub__ig-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 140px;
}

.social-hub__ig-text strong {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.social-hub__ig-sub {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

.social-hub__ig-cta {
  font-family: var(--font-detail);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-light);
}

.social-hub__ig-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.social-hub__ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  border-radius: 8px;
  overflow: hidden;
}

.social-hub__ig-tile {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 4px;
  text-decoration: none;
}

.social-hub__ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.social-hub__ig-tile:hover img,
.social-hub__ig-tile:focus-visible img {
  transform: scale(1.05);
  opacity: 0.92;
}

.social-hub__gallery {
  margin-top: clamp(32px, 5vw, 48px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.social-hub__gallery-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 20px;
}

.social-hub__gallery-head h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ececec;
}

.social-hub__gallery-lead {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
}

.social-hub__gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.social-hub__gal-tile {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #1a1a1a;
  text-decoration: none;
}

.social-hub__gal-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.3s ease;
}

.social-hub__gal-tile:hover img,
.social-hub__gal-tile:focus-visible img {
  transform: scale(1.04);
  opacity: 0.9;
}

.social-hub__ig-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .social-hub__layout {
    grid-template-columns: 1fr;
  }
  .social-hub__players {
    grid-template-columns: 1fr;
  }
  .social-hub__channel-link {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .social-hub__gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 520px) {
  .social-hub__ig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-hub__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .social-hub__gallery-cta {
    width: 100%;
    justify-content: center;
  }
}
