/* ========================================
   PROUD LAKE - works.css
   WORKSページ固有スタイル
   ======================================== */

/* ========== WORKS STATS ========== */
#works-stats { background: var(--blue); position: relative; overflow: hidden; }
#works-stats::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 90% at 50% 50%, rgba(59,130,246,0.3), transparent 70%);
}
.works-clients-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.works-client-tag {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.2s;
  white-space: nowrap;
}
.works-client-tag:hover {
  background: rgba(255,255,255,0.22);
  border-color: var(--yellow);
  color: var(--yellow);
  transform: translateY(-2px);
}
#works-stats .sec-heading { color: var(--white); }
#works-stats .sec-label { color: var(--yellow); }

/* ========== CHANNELS ========== */
#works-channels { background: var(--gray); }
.works-ch-single {
  display: flex;
  gap: 40px;
  align-items: center;
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(26,86,219,0.10);
  margin-top: 36px;
}
.works-ch-single-img {
  width: 220px;
  flex-shrink: 0;
}
.works-ch-single-img img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 50%;
}
.works-ch-single-body {
  padding: 12px 12px 12px 0;
  flex: 1;
}
.works-ch-single-platform {
  display: inline-block;
  background: #ff0000;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.works-ch-single-name {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 4px;
}
.works-ch-single-handle {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 16px;
}
.works-ch-single-desc {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 24px;
}
.works-ch-single-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}
.works-ch-single-stat-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 4px;
}
.works-ch-single-stat-label {
  font-size: 12px;
  color: var(--text-light);
}
.works-ch-single-btn {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.works-ch-single-btn:hover { background: var(--blue-dark); }
.works-channels-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}
.works-ch-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,86,219,0.08);
  transition: all 0.3s;
  text-decoration: none;
  display: block;
}
.works-ch-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(26,86,219,0.16); }
.works-ch-header {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);
  position: relative;
  overflow: hidden;
  height: 200px;
}
.works-ch-header img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  opacity: 0.9;
}
.works-ch-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,31,75,0.9) 0%, rgba(15,31,75,0.3) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px 24px;
  gap: 14px;
}
.works-ch-icon {
  width: 56px; height: 56px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}
.works-ch-name { font-size: 18px; font-weight: 700; color: var(--white); }
.works-ch-handle { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 4px; }
.works-ch-body { padding: 24px 28px; }
.works-ch-desc { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; }
.works-ch-stats { display: flex; gap: 28px; margin-bottom: 16px; }
.works-ch-stat-num { font-size: 24px; font-weight: 900; color: var(--blue); line-height: 1; }
.works-ch-stat-label { font-size: 11px; color: var(--text-light); margin-top: 3px; }
.works-ch-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  padding: 8px 18px;
  background: var(--blue-light);
  border-radius: 100px;
  transition: all 0.2s;
}
.works-ch-link:hover { background: var(--blue); color: var(--white); }

/* TikTok Card */
.works-tiktok-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26,86,219,0.08);
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 28px;
}
.works-tiktok-img {
  width: 220px;
  flex-shrink: 0;
  overflow: hidden;
}
.works-tiktok-img img {
  width: 100%; display: block;
  object-fit: cover;
  height: 150px;
  object-position: center top;
}
.works-tiktok-body { padding: 24px 28px; flex: 1; }
.works-tiktok-platform {
  font-size: 11px; font-weight: 700;
  color: var(--blue); letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.works-tiktok-name {
  font-size: 18px; font-weight: 900;
  color: var(--navy); margin-bottom: 8px;
}
.works-tiktok-desc {
  font-size: 13px; color: var(--text-mid);
  margin-bottom: 14px; line-height: 1.7;
}
.works-tiktok-stats { display: flex; gap: 24px; }
.works-tiktok-stat-num { font-size: 20px; font-weight: 900; color: var(--blue); }
.works-tiktok-stat-label { font-size: 11px; color: var(--text-light); }

/* ========== BUZZ VIDEOS ========== */
#works-buzz { background: var(--white); position: relative; overflow: hidden; }
#works-buzz::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-mid), var(--yellow));
}
.works-buzz-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  margin-top: 36px;
  align-items: start;
}
.works-buzz-main {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26,86,219,0.15);
  position: relative;
}
.works-buzz-main iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}
.works-buzz-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  z-index: 2;
}
.works-buzz-short {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(26,86,219,0.12);
  background: var(--navy);
  position: relative;
}
.works-buzz-short iframe {
  width: 100%;
  aspect-ratio: 9/16;
  border: none;
  display: block;
  max-height: 400px;
}
.works-buzz-short-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--blue);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 2;
}

/* ========== TEAM PHOTOS ========== */
#works-team { background: var(--gray); }
.works-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.works-team-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26,86,219,0.1);
  position: relative;
}
.works-team-photo img {
  width: 100%; display: block;
  object-fit: cover;
  height: 280px;
  object-position: center;
}
.works-team-photo-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(15,31,75,0.8), transparent);
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
}

/* ========== WORKS CTA ========== */
#works-cta { background: var(--navy); text-align: center; position: relative; overflow: hidden; }
#works-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(26,86,219,0.25), transparent 70%);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 960px) {
  .works-clients-grid { gap: 10px; }
  .works-ch-single { flex-direction: column; gap: 0; }
  .works-ch-single-img { width: 100%; }
  .works-ch-single-img img { height: 220px; }
  .works-ch-single-body { padding: 28px 24px; }
  .works-channels-grid { grid-template-columns: 1fr; }
  .works-buzz-grid { grid-template-columns: 1fr; }
  .works-team-grid { grid-template-columns: 1fr; }
  .works-tiktok-card { flex-direction: column; }
  .works-tiktok-img { width: 100%; }
  .works-tiktok-img img { height: 200px; }
}
@media (max-width: 600px) {
  .works-clients-grid { gap: 8px; }
  .works-client-tag { font-size: 13px; padding: 8px 14px; }
  .works-channel-card { padding: 20px; }
  .works-ch-thumb { height: 160px; }
  .works-ch-single-name { font-size: 20px; }
  .works-ch-single-stats { gap: 16px; flex-wrap: wrap; }
  .works-ch-single-stat-num { font-size: 22px; }
  .works-ch-body { padding: 16px 18px; }
  .works-tiktok-body { padding: 16px 18px; }
  .works-buzz-short iframe { max-height: 300px; }
}

/* ========== TESTIMONIALS ========== */
#works-testimonials { background: var(--gray); position: relative; overflow: hidden; }
#works-testimonials::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(26,86,219,0.05), transparent 70%);
  pointer-events: none;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.testi-card {
  background: var(--white);
  border-radius: 14px;
  padding: 20px 18px 16px;
  box-shadow: 0 2px 10px rgba(26,86,219,0.06), 0 1px 3px rgba(0,0,0,0.03);
  border: 1px solid rgba(26,86,219,0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(26,86,219,0.12); }
.testi-quote {
  font-size: 40px;
  line-height: 0.8;
  color: var(--blue);
  opacity: 0.15;
  font-family: Georgia, serif;
  font-weight: 900;
  margin-bottom: 10px;
}
.testi-text { font-size: 12px; color: var(--text); line-height: 1.8; flex: 1; margin-bottom: 14px; }
.testi-footer { border-top: 1px solid rgba(26,86,219,0.08); padding-top: 12px; }
.testi-person { display: flex; align-items: center; gap: 10px; }
.testi-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(26,86,219,0.12);
  flex-shrink: 0;
}
.testi-tag {
  font-size: 10px; color: var(--blue); font-weight: 600;
  background: var(--blue-pale);
  display: inline-block;
  padding: 2px 8px; border-radius: 100px; margin-bottom: 4px;
}
.testi-name { font-size: 12px; font-weight: 700; color: var(--navy); }
@media (max-width: 960px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .testimonials-grid { grid-template-columns: 1fr; gap: 12px; }
}
