/* style.css */

/* Base Styles */
body {
  background-image: linear-gradient(135deg, #fdfbf7 0%, #f6f1e3 100%);
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* Recurring Elements */
.section-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.section-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #634327;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #c59a4c;
  border-radius: 2px;
}

.card {
  background-color: #ffffff;
  border: 1px solid #efe6cd;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(178, 129, 60, 0.05);
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .card {
    padding: 2.5rem;
  }
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
}

.info-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #e3d0a3;
  padding-bottom: 1.5rem;
}

.info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .info-item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.info-term {
  font-weight: 700;
  color: #b2813c;
  margin-bottom: 0.5rem;
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .info-term {
    width: 25%;
    margin-bottom: 0;
    padding-right: 1.5rem;
  }
}

.info-desc {
  color: #4a331c;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 768px) {
  .info-desc {
    width: 75%;
  }
}

.placeholder-image {
  background-color: #ece5f0;
  border: 2px dashed #c59a4c;
  color: #b2813c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 1rem;
}

/* Hero Header */
.hero-header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-logo {
  width: 80%;
  max-width: 600px;
  height: auto;
  margin-bottom: 20px;
}

.hero-date {
  width: auto;
  max-width: 80%;
  height: auto;
}

@media (max-width: 767px) {
  .hero-bg-img {
    object-position: top;
  }
}

.placeholder-banner {
  width: 100%;
  height: 120px;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #f5e6e8 0%, #f6f1e3 100%);
}

@media (min-width: 768px) {
  .placeholder-banner {
    height: 150px;
  }
}

.placeholder-map {
  width: 100%;
  height: 250px;
  margin: 1.5rem 0;
  background: linear-gradient(135deg, #e0eaf5 0%, #f6f1e3 100%);
}

@media (min-width: 768px) {
  .placeholder-map {
    height: 300px;
  }
}

/* Update List */
.update-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.update-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  border-bottom: 1px solid #f6f1e3;
}

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

@media (min-width: 768px) {
  .update-item {
    flex-direction: row;
    align-items: center;
  }
}

.update-date {
  font-weight: bold;
  color: #b2813c;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .update-date {
    width: 150px;
    margin-bottom: 0;
  }
}

/* Text formatting inside descriptions */
.info-desc p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.info-desc p:last-child {
  margin-bottom: 0;
}

.note {
  font-size: 0.875rem;
  color: #7a522e;
  display: inline-block;
  margin-top: 0.5rem;
}

/* Venue & Access styles */
.venue-name {
  font-weight: 700;
  font-size: 1.125rem;
  color: #634327;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.venue-address {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.access-info {
  background-color: #fdfbf7;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #efe6cd;
}

.access-title {
  font-weight: 700;
  color: #b2813c;
  margin-top: 0;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e3d0a3;
  padding-bottom: 0.25rem;
}

.access-list {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 0;
}

.access-list li {
  margin-bottom: 0.25rem;
}

.access-note {
  font-size: 0.875rem;
  color: #634327;
  background-color: #f6f1e3;
  padding: 0.75rem;
  border-radius: 4px;
  margin: 0;
  line-height: 1.5;
}
