/* ========== GLOBAL SITE STYLES ========== */

body {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background-color: #f6f4f1;
  color: #2b2b2b;
}

/* ---------- Page Wrapper ---------- */
.page-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
}

/* ---------- Headings ---------- */
.page-title {
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 10px;
}

.page-subtitle {
  text-align: center;
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 50px;
}

/* ---------- Section Blocks ---------- */
.content-section {
  margin-bottom: 50px;
}

.section-title {
  font-size: 26px;
  border-bottom: 1px solid #cfcac4;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.section-text {
  font-size: 17px;
  line-height: 1.6;
}

/* ===== Our Story / About Me ===== */
.story-section {
  margin: 26px 0;
  padding: 22px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
}

.story-section h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.story-content p {
  line-height: 1.65;
  margin: 12px 0;
}

/* Cross-links on other pages */
.story-link, .new-here {
  margin: 18px 0;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
}

/* Highlighted "Our Story" link (FAQ + cross-links) */
.new-here a.story-highlight,
.story-link a.story-highlight {
  font-weight: 700;
  text-decoration: underline;
  color: #7a2e2e;
}

.new-here a.story-highlight:hover,
.story-link a.story-highlight:hover {
  color: #9b3a3a;
}


/* ---------- Resource Links ---------- */
.resource-list {
  list-style: none;
  padding-left: 0;
}

.resource-list li {
  margin-bottom: 14px;
}
.resource-list a {
  font-weight: 600;
  color: #2b2b2b;
  text-decoration: underline;
  text-decoration-color: #8a7f6a;
  text-underline-offset: 4px;
}

.resource-list a:hover {
  color: #6e5f44;
  text-decoration-color: #6e5f44;
}

.resource-list small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #6b6b6b;
}

.resource-list a {
  color: #2b2b2b;
  text-decoration: underline;
  text-decoration-color: #8a7f6a;
  text-underline-offset: 3px;
}

.resource-list a:hover {
  color: #6e5f44;
  text-decoration-color: #6e5f44;
}
/* ---------- Card Layout ---------- */
.card {
  background-color: #ffffff;
  border: 1px solid #ddd7cf;
  border-radius: 6px;
  padding: 30px 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ---------- Force underline for resource links ---------- */
.resource-list a {
  font-weight: 600;
  color: #2b2b2b;
  text-decoration: underline !important;
  text-decoration-color: #8a7f6a;
  text-underline-offset: 4px;
}

.resource-list a:hover {
  color: #6e5f44;
  text-decoration-color: #6e5f44;
}

.resource-list small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #6b6b6b;
}
/* ---------- Resources: high-contrast text on dark cards ---------- */
.resource-list a,
.resource-list a:link,
.resource-list a:visited {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.9);
  text-underline-offset: 4px;
}

.resource-list a:hover {
  color: #f2e9da !important;
  text-decoration-color: #f2e9da;
}

.resource-list small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
