/* _CSS-halloween.css */
.halloween-landing {
  font-family: "Segoe UI", sans-serif;
  color: #332a1a;
  background-color: #fdfaf6;
}

.hero-halloween {
  background: url('<?= ROOT_PATH ?>images/holidays/halloween-pumpkin2-Public-Domain-1024x512.jpg') center/cover no-repeat;
  height: 320px;
  position: relative;
  color: #fff;
}

.hero-halloween .hero-overlay {
  background: rgba(0,0,0,0.55);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1em;
}

.hero-halloween h1 {
  font-size: 2.5em;
  color: #ffcc66;
  margin-bottom: 0.3em;
}

section {
  max-width: 1100px;
  margin: 2em auto;
  padding: 1.5em;
  background: #fffaf2;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

section h2 {
  color: #a1531e;
  border-bottom: 2px solid #e2b76c;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
}

.list-three-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.8em;
  list-style: none;
  padding: 0;
}

.list-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.8em;
  list-style: none;
  padding: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1em;
}

.gallery-grid figure {
  background: #f4ebe2;
  border-radius: 8px;
  padding: 0.5em;
  text-align: center;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em;
}

.story-cards article {
  background: #f6ede3;
  border-left: 4px solid #c96e26;
  padding: 1em;
  border-radius: 6px;
}

.quick-links ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.quick-links li {
  display: inline-block;
  margin: 0.5em 1em;
}

.more-connections {
  margin: 2em 0;
  padding: 1em;
  background-color: #f7f3ed;
  border-top: 2px solid #c4a36d;
  border-radius: 8px;
}

.section-title {
  color: #5b3b1a;
  font-size: 1.6em;
  margin-bottom: 0.8em;
  text-align: center;
}

.connections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5em;
  align-items: start;
}

.connections-column {
  padding: 0.5em 1em;
}

.connection-list {
  list-style: none;
  padding-left: 0;
}

.connection-list li {
  margin: 0.5em 0;
}

.connection-list a {
  color: #704214;
  text-decoration: none;
  font-weight: 600;
}

.connection-list a:hover {
  color: #b86b33;
  text-decoration: underline;
}

.haunted-locations {
  max-width: 950px;
  margin: 0 auto;
  padding: 1.5em;
  background: #fcfaf6;
  border-radius: 8px;
  border: 1px solid #d4b998;
}

.page-title {
  font-size: 1.9em;
  color: #4e2d14;
  text-align: center;
  margin-bottom: 1em;
}

.intro-text {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 2em;
  color: #333;
}

.haunted-section {
  margin-bottom: 2em;
}

.haunted-section h2 {
  color: #6b3c1c;
  border-bottom: 1px solid #d2b48c;
  padding-bottom: 0.3em;
}

.haunted-section ul {
  list-style: none;
  padding: 0;
}

.haunted-section li {
  margin: 0.6em 0;
}

.desc {
  display: block;
  color: #5f5f5f;
  font-size: 0.95em;
  margin-top: 0.2em;
}

.related-links {
  text-align: center;
  padding-top: 1em;
  border-top: 1px solid #d2b48c;
}

.related-links a {
  color: #704214;
  text-decoration: none;
  font-weight: bold;
}

.related-links a:hover {
  color: #b86b33;
  text-decoration: underline;
}

/*
<!-- ============================== -->
<!-- CSS (suggested external file: _CSS-craftkids.css) -->
<!-- ============================== -->
*/

.craftkids-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fcfaf6;
  border: 1px solid #d4b998;
  border-radius: 10px;
}

.craftkids-title {
  text-align: center;
  font-size: 1.9em;
  color: #4b2a10;
  margin-bottom: 0.8em;
}

.craftkids-intro {
  text-align: center;
  font-size: 1.1em;
  color: #444;
  margin-bottom: 1.8em;
  line-height: 1.5;
}

.craftkids-section {
  margin-bottom: 2em;
}

.craftkids-subtitle {
  color: #6b3c1c;
  border-bottom: 1px solid #d4b998;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
}

.craftkids-list {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.5;
  color: #333;
}

.craftkids-text {
  font-size: 1.05em;
  color: #444;
  line-height: 1.6;
}

.craftkids-related {
  text-align: center;
  border-top: 1px solid #d4b998;
  padding-top: 1.5em;
}

.craftkids-related-title {
  color: #5b3b1a;
  margin-bottom: 0.8em;
}

.craftkids-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.craftkids-related-list li {
  margin: 0.5em 0;
}

.craftkids-related-list a {
  color: #704214;
  text-decoration: none;
  font-weight: bold;
}

.craftkids-related-list a:hover {
  color: #b86b33;
  text-decoration: underline;
}

/* … 
<!-- =============================== -->
<!-- CSS (can be added to external _CSS-muertos.css) -->
<!-- =============================== -->
*/

.muertos-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fcfaf6;
  border: 1px solid #d4b998;
  border-radius: 10px;
}

.muertos-title {
  text-align: center;
  font-size: 1.9em;
  color: #4b2a10;
  margin-bottom: 0.8em;
}

.muertos-intro {
  text-align: center;
  font-size: 1.1em;
  color: #444;
  margin-bottom: 1.8em;
  line-height: 1.5;
}

.muertos-section {
  margin-bottom: 2em;
}

.muertos-subtitle {
  color: #6b3c1c;
  border-bottom: 1px solid #d4b998;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
}

.muertos-text {
  font-size: 1.05em;
  color: #444;
  line-height: 1.6;
}

.muertos-event-list,
.muertos-links-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.muertos-event-list li,
.muertos-links-list li {
  margin: 0.5em 0;
}

.muertos-links-list a {
  color: #704214;
  text-decoration: none;
  font-weight: bold;
}

.muertos-links-list a:hover {
  color: #b86b33;
  text-decoration: underline;
}

.muertos-note {
  font-size: 0.95em;
  color: #555;
  font-style: italic;
}