body {
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="16" y="24" font-size="22" text-anchor="middle">❤️</text></svg>') 16 16, auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, button, img {
  transition: all 0.2s ease;
}

body {
  font-family: "Nunito", sans-serif;
  line-height: 1.6;
  color: #2b2b2b;
  background-color: #ffeaf0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><text x="10" y="35" font-size="18" fill="%23f7adc1" fill-opacity="0.25">♪</text></svg>');
  background-repeat: repeat;
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="16" y="24" font-size="22" text-anchor="middle">❤️</text></svg>') 16 16, auto;
}

/* ---------- Header ---------- */
.site-header {
  width: 100%;
  border-bottom: 3px solid #96d9ff;
  background-color: #fff5f8;
  position: relative;
}

.header-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 20px 24px;
  text-align: center;
}

.site-title {
  font-family: "Shrikhand", cursive;
  font-size: 2.8rem;
  letter-spacing: -0.5px;
  display: inline-block;
  position: relative;
  color: #d64d78;
  -webkit-text-stroke: 1.5px #5cb8e8;
  text-stroke: 1.5px #5cb8e8;
  white-space: nowrap;
}

.site-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 2px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="10" viewBox="0 0 100 10"><path d="M0,5 Q10,0 20,5 T40,5 T60,5 T80,5 T100,5" stroke="%2396d9ff" stroke-width="2.5" fill="none"/></svg>');
  background-repeat: repeat-x;
  background-size: 40px 10px;
}

.site-subtitle {
  color: #6b6b6b;
  font-size: 1rem;
  margin-top: 6px;
}

.feedback-button {
  position: absolute;
  top: 48px;
  right: 20px;
  padding: 8px 18px;
  background-color: #f7adc1;
  color: #2b2b2b;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}

.feedback-button:hover {
  background-color: #f296ae;
}

/* ---------- Page container ---------- */
.page-container {
  width: 100%;
  padding: 32px 40px 0;
}

/* ---------- Video + description + post feed row ---------- */
.post-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}

.video-block {
  flex-shrink: 0;
}

.video-placeholder {
  flex-shrink: 0;
  width: 260px;
  aspect-ratio: 9 / 16;
  border: 2px dashed #f7adc1;
  border-radius: 16px;
  background-color: #fff5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #b98a9a;
  font-size: 0.85rem;
  padding: 12px;
}

.video-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-top: 8px;
}

.video-description {
  flex: 1;
  padding: 0 20px;
}

.video-description h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.video-description p {
  color: #444;
  font-size: 0.95rem;
}

.post-feed {
  width: 300px;
}

.feed-title {
  font-family: "Chewy", cursive;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.feed-item {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.feed-item:last-child {
  border-bottom: none;
}

.feed-item:hover .feed-headline {
  color: #4db8f0;
  text-decoration: underline;
}

.feed-item:hover {
  color: #4db8f0;
  text-decoration: underline;
}

/* ---------- About section ---------- */
.about-section {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  padding-top: 0;
  border-top: none;
}

.about-section::before {
  content: "♪ ─── ♫ ─── ♪ ─── ♫ ─── ♪";
  display: block;
  text-align: center;
  color: #f7adc1;
  font-size: 1.1rem;
  letter-spacing: 4px;
  margin-bottom: 24px;
}

.about-section h2 {
  font-family: "Chewy", cursive;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
}



.about-section p {
  color: #444;
}

/* ---------- Upcoming Artists ---------- */
.section-heading {
  font-family: "Chewy", cursive;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}

.section-heading::before,
.section-heading::after {
  content: "✨";
  font-size: 1.2rem;
  margin: 0 12px;
}

.photo-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 40px;
}

.photo-row img {
  height: 220px;
  width: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.photo-row img:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* ---------- Fangroup section ---------- */
.fangroup-section {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  padding-top: 32px;
  border-top: 2px solid #f7adc1;
}

.fangroup-section h2 {
  font-family: "Chewy", cursive;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.feedback-button-large {
  display: inline-block;
  padding: 12px 28px;
  background-color: #f7adc1;
  color: #2b2b2b;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.feedback-button-large:hover {
  background-color: #f296ae;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* ---------- Individual post page ---------- */
.post-content h1 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.post-content p {
  margin-bottom: 18px;
}

.post-date {
  color: #6b6b6b;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: #a44a2f;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

/* ---------- Suggestion form (comments.html) ---------- */
.suggestion-page {
  max-width: 500px;
  margin: 0 auto;
}

.suggestion-form {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.suggestion-form label {
  font-size: 0.9rem;
  margin-bottom: 6px;
  margin-top: 16px;
}

.suggestion-form input,
.suggestion-form textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 12px;
  border: 2px solid #f7d4de;
  border-radius: 10px;
  background-color: #fff;
}

.suggestion-form input:focus,
.suggestion-form textarea:focus {
  outline: none;
  border-color: #96d9ff;
}

.suggestion-form button {
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #f7adc1;
  color: #2b2b2b;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  align-self: flex-start;
}

.suggestion-form button:hover {
  background-color: #f296ae;
}

/* ---------- Footer ---------- */
.site-footer {
  text-align: center;
  padding: 32px 0;
  margin-top: 48px;
  color: #6b6b6b;
  font-size: 0.85rem;
  border-top: 1px solid #ddd;
}
.now-playing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.vinyl-spin {
  display: inline-block;
  font-size: 1.3rem;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.view-post-button-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.all-posts-page {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
}

.post-feed-full {
  width: 100%;
}

.post-feed-full .feed-item {
  font-size: 1.1rem;
  padding: 16px 0;
}

.site-title-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}

.site-title-link:hover {
  transform: scale(1.08) rotate(-2deg);
}

/* ---------- Mobile responsiveness ---------- */
@media (max-width: 768px) {

  .site-title {
    font-size: 1.8rem;
  }

  .header-inner {
    padding: 70px 20px 20px;
  }

  .feedback-button {
    top: 16px;
    right: 12px;
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .page-container {
    padding: 24px 16px 0;
  }

  /* Stack video, description, and post list vertically */
  .post-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .video-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .video-placeholder {
    width: 220px;
  }

  .video-description {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .post-feed {
    width: 100%;
  }

  /* Stack the artist photos instead of squeezing them side by side */
  .photo-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .photo-row img {
    height: 160px;
  }

  .about-section,
  .fangroup-section {
    padding-left: 16px;
    padding-right: 16px;
  }

}